gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's that the old...
[emacs/old-mirror.git] / lisp / gnus / ChangeLog
blob768a03cca3d26f827276f848c1ed4148fdece60b
1 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
4         that the old Emacs 24s bundle.
6 2013-07-10  David Engster  <deng@randomsample.de>
8         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
9         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
10         fixes a bug in Emacs trunk where the 'unexist' marks were always
11         removed at startup because "Gnus v5.13" was considered smaller than "Ma
12         Gnus v0.03".
14 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
16         * gnus.el (gnus-summary-line-format): Reference
17         `gnus-user-date-format-alist' for the &user-date; format, not
18         `gnus-summary-user-date-format-alist'.
20 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
23         delete files (bug#13481).
25 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
27         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
29 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
31         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
32         display images.
34         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
36         * message.el (message-cancel-news): According to
37         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
38         preferred over "cmsg cancel" in the Subject.
40         * nnir.el (nnir-engines): Note that the group specs are regexps
41         (bug#13238).
43         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
44         gotten read-only text properties, ensure that those aren't heeded when
45         copying stuff over (bug#13434).
47         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
48         (bug#13762).
50 2013-07-05  David Kastrup  <dak@gnu.org>
52         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
53         authinfo file again (important for blank passwords).  This had been
54         broken with 2013-06-15 change.
56 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
58         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
59         Revert 2013-01-14 change.
61 2013-07-02  David Engster  <deng@randomsample.de>
63         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
64         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
65         to see whether the group was synced before.
67 2013-07-02  Martin Stjernholm  <mast@lysator.liu.se>
69         * nnimap.el (nnimap-request-move-article): Decode the group name when
70         doing internal moves to avoid charset issues.
72 2013-07-02  Julien Danjou  <julien@danjou.info>
74         * nnimap.el (nnimap-request-list):
75         Revert change that made listing synchronous.
76         (nnimap-get-responses): Restore.
78 2013-07-02  Dave Abrahams  <dave@boostpro.com>
80         * nnimap.el (nnimap-change-group): Document result value.
82         * nnimap.el (nnimap-find-article-by-message-id):
83         Account for the fact that nnimap-change-group can return t.
85 2013-07-02  Julien Danjou  <julien@danjou.info>
87         * nnimap.el (nnimap-request-head):
88         Resture to-buffer parameter, used by `nnimap-request-move-article'.
90         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
92         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
93         supported by nnimap actually. Reverts previous change.
95         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
96         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
97         to-buffer argument that is already supported.
99 2013-07-02  Julien Danjou  <julien@danjou.info>
101         * nnimap.el (nnimap-get-responses): Remove, unused.
103 2013-07-02  Julien Danjou  <julien@danjou.info>
105         * nnimap.el (nnimap-request-articles-find-limit): Rename from
106         `nnimap-request-move-articles-find-limit' since we do not use it
107         only for move operations.
108         (nnimap-request-accept-article):
109         Use `nnimap-request-articles-find-limit' to limit search by message-id.
111 2013-07-02  Julien Danjou  <julien@danjou.info>
113         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
115         * nnimap.el (nnimap-log-buffer):
116         Check that `window-point-insertion-type' is boundp, since it's not
117         available in XEmacs.
119 2013-07-02  Michael Welsh Duggan  <md5i@md5i.com>
121         * nnimap.el (nnimap-log-buffer):
122         Add this, setting `window-point-insertion-type' in the buffer to t.
123         (nnimap-log-command): Use nnimap-log-buffer.
125 2013-07-02  Julien Danjou  <julien@danjou.info>
127         * nnimap.el (nnimap-find-article-by-message-id):
128         Add an optional limit argument to be able to limit the search.
129         (nnimap-request-move-article):
130         Use `nnimap-request-move-articles-find-limit'.
131         (nnimap-request-move-articles-find-limit):
132         Add this to limit the search by Message-Id after a message move.
133         (nnimap): Add defgroup.
135 2013-07-02  Julien Danjou  <julien@danjou.info>
137         * nnimap.el (nnimap-find-article-by-message-id):
138         Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
139         (nnimap-possibly-change-group): Add read-only argument.
140         (nnimap-request-list): Use nnimap-possibly-change-group rather than
141         issuing EXAMINE manually.
142         (nnimap-find-article-by-message-id):
143         Use `nnimap-possibly-change-group' with read-only argument.
144         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
145         We cannot possibly change because we need to be sure that it's either
146         read-write or read-only.
148 2013-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150         * gnus-sum.el (gnus-summary-insert-old-articles):
151         Don't include unexisting messages.
153 2013-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
155         * gnus-start.el (gnus-clean-old-newsrc):
156         Remove totally bogus `unexists' entries.
157         (gnus-clean-old-newsrc): Fix last checkin.
159         * nnimap.el (nnimap-update-info):
160         None of the articles below the active low-water mark exist.
162 2013-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
164         * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.
166 2013-07-02  Sergio Martinez  <samf0xb58@gmail.com>  (tiny change)
168         * nnimap.el (nnimap-request-scan):
169         Allow `nnimap-inbox' to be a list of inboxes.
171 2013-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
173         * gnus-group.el (gnus-group-expire-articles-1):
174         Don't try to expire messages that don't exist.
176         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
178 2013-07-02  Lars Ingebrigtsen  <larsi@gnus.org>
180         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
182 2013-07-02  Lars Ingebrigtsen  <larsi@gnus.org>
184         * gnus-start.el (gnus-clean-old-newsrc):
185         Delete `unexist' from pre-Ma Gnus 0.3.
187 2013-07-02  Lars Ingebrigtsen  <larsi@gnus.org>
189         * gnus-sum.el (gnus-summary-local-variables):
190         Make `gnus-newsgroup-unexist' into a local variable.
192 2013-07-02  Lars Ingebrigtsen  <larsi@gnus.org>
194         * gnus-sum.el (gnus-adjust-marked-articles):
195         Add to `gnus-newsgroup-unexist'.
197         * gnus.el (gnus-article-mark-lists):
198         Add `unexist' to the list of marks.
199         (gnus-article-special-mark-lists):
200         Put the `unexist' in the special marks list instead.
202         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
203         articles in the list of articles to be selected.
205         * nnimap.el (nnimap-retrieve-group-data-early):
206         Query for unexisting articles.
207         (nnimap-update-info): Keep track of unexisting articles.
208         (nnimap-update-qresync-info): Ditto.
210 2013-07-02  Lars Ingebrigtsen  <larsi@gnus.org>
212         * gnus-start.el (gnus-clean-old-newsrc): New function.
213         (gnus-read-newsrc-file): Use it.
215 2013-07-02  Daiki Ueno  <ueno@gnu.org>
217         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
218         of 'create-image' for XEmacs compatibility; check errors when decoding
219         image.  Reported by Uwe Brauer.
221 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
223         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
224         gnus-button-push revised at 2011-01-19.
226 2013-06-19  Glenn Morris  <rgm@gnu.org>
228         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
230 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
232         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
234 2013-06-18  Glenn Morris  <rgm@gnu.org>
236         * eww.el, shr.el, shr-color.el: Move to ../net.
238 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
240         * shr.el (shr-tag-table): Insert the images after the table, so that
241         they're not covered by the table colourisation, which often looked
242         awkward.
243         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
244         <dd>.
246 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
248         * eww.el (eww-detect-charset): Improve regexp; move backward.
250 2013-06-18  Glenn Morris  <rgm@gnu.org>
252         * mm-decode.el (widget-convert-button): Autoload.
254         * sieve-manage.el (mm-enable-multibyte): Autoload.
256         * shr.el (libxml-parse-html-region): Declare.
257         (shr-render-buffer): Explicit error if no libxml2 support.
259 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
261         * auth-source.el (auth-source-current-line): New function.
262         (auth-source-netrc-parse-entries): When a data token is "machine",
263         assume we're in the wrong place and abort parsing the current line.
265 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
267         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
268         (eww-convert-widgets): Don't bug out if the first widget starts at the
269         beginning of the buffer.
270         (eww-convert-widgets): Fix last patch.
271         (eww-tag-input): Support <input type=image>.
273         * shr.el (shr-insert-table): Respect border-collapse: collapse.
274         (shr-tag-base): Protect against base specs that are degenerate.
275         (shr-ensure-paragraph): Don't delete empty lines that have text
276         properties, because these may be input fields.
278         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
279         we can navigate to them.
281         * shr.el (shr-colorize-region): Put the colours over the entire region.
282         (shr-inhibit-decoration): New variable.
283         (shr-add-font): Use it to inhibit text property decorations while doing
284         preliminary table renderings.  This speeds up typical Wikipedia page
285         renderings by 15%.
286         (shr-tag-span): Don't respect the <title>, because that overwrites the
287         help-echo from links inside the spans.
288         (shr-next-link): Use `help-echo' for navigation, so that we can
289         navigate to form elements, too.
291         * eww.el (eww-button): New face.
292         (eww-convert-widgets): Use it to make submit buttons more button-like.
294         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
295         that Gnus commands work.
297         * shr.el (shr-render-td): Support horizontal alignment.
299         * eww.el (eww-put-color): Removed.
300         (eww-colorize-region): Use `add-face-text-property'.
302         * shr.el (shr-add-font): Append face data, so that we get the correct
303         precedence: The innermost value (which is applied first) wins.
304         (shr-make-overlay): Obsolete function.
306         * mm-decode.el (mm-convert-shr-links): New function to convert
307         new-style shr URL links into widgets.
308         (mm-shr): Use it.
310         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
311         widget commands, since we're no longer using widgets for links.
313         * shr.el (shr-next-link): New command.
314         (shr-previous-link): New command.
315         (shr-urlify): Don't use `widget-convert', because that's slow.
316         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
317         because collecting the overlays and reapplying them when generating
318         tables is slow.
319         (shr-insert-table): Ditto.
321 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
323         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
324         * shr.el (browse-url): Require `url'.
325         * eww.el (url): Require format-spec.
327 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
329         * eww.el (eww-display-html): Default to using the entire window width.
330         (eww-browse-url): Don't add a User-Agent header (twice), because that
331         makes Bing refuse connection.
333         * shr.el (shr-make-table): Cache the table rendering at the table
334         level, and not the <td> level.  This is a bit faster.
336         * eww.el (eww-render): Go to the correct ID when given URLs ending with
337         #id.
339         * shr.el (shr-tag-li): Don't require a new paragraph, since other
340         browsers don't.
341         (shr-expand-url): Respect #anchor links.
342         (shr-parse-base): Chop off the anchor before using.
343         (shr-descend): Respect display: none.
344         (shr-descend): Allow marking elements that have certain IDs.
346         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
348         * shr.el (shr-expand-url): Don't bug out on zero-length links.
350         * eww.el (eww-tag-textarea): Support <textarea>.
352 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
354         * shr.el (shr-dom-to-xml): Fixed function call.
356         * eww.el (eww): New group.
357         (eww-header-line-format): New custom variable.
358         (eww-current-title): New variable.
359         (eww-display-html): Update header and handle title tag.
360         (eww-update-header-line-format): New function.
361         (eww-tag-title): New function.
363         * shr.el (shr-dom-to-xml): New function.
364         (shr-tag-svg): Add support for the SVG tag.
365         (shr-bullet): New custom variable.
366         (shr-tag-li): Support custom bullet in unordered lists.
368 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
370         * shr.el (shr-expand-url): Respect // URLs.
372         * eww.el (eww-tag-body): Override the shr body rendering so that we can
373         put a background colour onto the entire buffer.
374         (eww-render): When being redirected, use the redirect URL as the new
375         base URL.
377         * shr.el (shr-parse-base): Fix parsing error.
379         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
381         * shr.el (shr-parse-base): New function.
382         (shr-expand-url): Use it to expand relative URLs reliably.
384 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
386         * auth-source.el (auth-source-search-collection): Fix docstring.
387         (auth-source-netrc-parse): Refactor and improve netrc parser to support
388         single-quoted strings and multiline entries.
389         (auth-source-netrc-parse-next-interesting)
390         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
391         functions to support parser.
393 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
395         * eww.el (eww-submit): Get submit button logic right when hitting RET
396         on non-submit buttons.
398         * shr.el: Remove shr-preliminary-table-render, since that can't really
399         be used for anything in practice.
401 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
403         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
404         (sieve-manage-quit).
406 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
408         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
409         control the maximum size of photo ID image.
410         (mml2015-epg-key-image-to-string): Respect it.
412 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
414         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
415         instead of the final one so that we can more easily distinguish them.
417         * eww.el (eww-submit): Compute the submission URL correctly.
419 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
421         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
422         Use plist-get rather than CL's getf.
423         (sieve-manage-parse-capability): Avoid CL's remove-if.
425 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
427         * shr.el (shr-expand-url): Expansion should chop off the bits after the
428         last slash.
430         * eww.el (eww-tag-select): Use the first value as the default value.
432 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
434         * eww.el (eww): Prepend urls with http:// if scheme is missing.
435         (eww-mode): Use `define-derived-mode'.
436         (eww-parse-headers): Parse headers from beginning of buffer so that
437         file:// links work.
439 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
441         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
443 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
445         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
446         to handle them at all.
448 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
450         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
451         work, too.
452         (eww-tag-select): Implement <select>.
454 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
456         * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
457         stream managing functions by using open-protocol-stream to do most of
458         the work.  Has the nice benefit of enabling STARTTLS.
459         Wait for capabilities after STARTTLS: following RFC5804, the server
460         sends new capabilities after successfully establishing a TLS connection
461         with the client. The client should update the cached list of
462         capabilities, but we just ignore the answer for now.
463         (sieve-manage-network-p, sieve-manage-network-open)
464         (sieve-manage-starttls-p, sieve-manage-starttls-open)
465         (sieve-manage-forward, sieve-manage-streams)
466         (sieve-manage-stream-alist): Remove unneeded functions neither in the
467         API, nor called by any other function.
468         Enable Multibyte for SieveManage buffers: The parser won't properly
469         handle umlauts and line endings unless multibyte is turned on in the
470         process buffer.
472 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
474         * eww.el (eww-tag-input): Support password fields.
475         (eww-submit): Support POST.
477 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
479         * eww.el (eww-tag-form): Protect against degenerate forms.
481         * shr.el (shr-expand-url): Expand URLs that start with a slash
482         correctly.
484         * eww.el (eww-submit): Get submit button logic right.
486         * shr.el (shr-final-table-render): New variable to signal when we're
487         doing the final table rendering so that we can collect more data at
488         that point.
490         * eww.el (eww-submit): Make form submission work.
491         (eww-tag-input): Implement submit buttons.
492         (eww-click-radio): Implement radio and checkboxes.
493         (eww-submit): Handle hidden elements.
495         * shr.el (shr-descend): Allow other packages to override (or provide)
496         rendering of elements.
497         (shr-expand-url): Strip query strings from URLs before expanding them.
499         * eww.el: Don't require cl-lib.
500         (eww-tag-form): Start form support.
502         * eww.el: Start writing a new, tiny web browser.
503         (eww-previous-url): New command.
504         (eww-quit): New command.
506 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
508         * sieve.el: Put point at beginning of buffer when viewing a script.
509         (sieve-open-server): Respect the PORT parameter.  Show the correct port
510         number in sieve-buffer's header.  Fixed code to also work with a string
511         as port specifier. Properly close the connection on pressing 'q'.  Make
512         sieve-manage-quit close the connection and process buffer.  Also, remove
513         duplicate keybinding for 'q'.
515 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
517         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
518         make it easier to read.
519         (mm-pkcs7-enveloped-magic): Ditto.
521 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
523         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
524         before `image-type-available-p' to avoid loading the image libraries
525         needlessly.
527 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
529         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
530         assume Date header begins with "Date", that may be customized into
531         something like "X-Sent" using gnus-article-time-format.
532         (article-transform-date): Allow multi-line Date header.
534 2013-06-02  David Engster  <deng@randomsample.de>
536         * registry.el (initialize-instance, registry-lookup)
537         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
538         (registry-lookup-secondary-value, registry-search, registry-delete)
539         (registry-insert, registry-reindex, registry-size, registry-prune): Do
540         not wrap methods in `eval-and-compile'.  This breaks due to latest
541         changes in EIEIO (introduction of eieio-core.el).
543 2013-05-30  Glenn Morris  <rgm@gnu.org>
545         * nnmail.el (nnmail-fancy-expiry-target):
546         Also bind mail-dont-reply-to-names.
548         * spam-stat.el (spam-stat-save):
549         No need to tweak font-lock in temp buffers.
551         * shr.el (shr-put-image): Silence compiler.
553 2013-05-29  Glenn Morris  <rgm@gnu.org>
555         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
557         * gnus-group.el (gnus-sequence-of-unread-articles)
558         (gnus-summary-add-mark, gnus-mark-article-as-read)
559         (gnus-group-make-articles-read): Declare.
561         * gnus-sum.el (gnus-parameter-list-identifier)
562         (gnus-article-stop-animations, gnus-stop-downloads)
563         (gnus-article-only-boring-p, article-goto-body)
564         (gnus-flush-original-article-buffer, article-narrow-to-head)
565         (gnus-article-hidden-text-p, gnus-delete-wash-type)
566         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
568         * gnus.el: No need to eval-and-compile autoloads.
570         * gravatar.el (help-function-arglist): Autoload.
572         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
574         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
576         * spam.el: No need to load spam-report when compiling.
577         No need to eval-and-compile autoloads.
578         (spam-report-resend-to): Declare.
579         (spam-report-resend-register-routine): Require 'spam-report.
581 2013-05-24  Julien Danjou  <julien@danjou.info>
583         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
584         setup.
586 2013-05-23  Glenn Morris  <rgm@gnu.org>
588         * gnus-util.el (rmail-swap-buffers-maybe)
589         (rmail-maybe-set-message-counters, rmail-count-new-messages)
590         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
591         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
593         * mm-decode.el: No need to load term when compiling.
594         (term-mode, term-char-mode): Declare.
596         * mm-util.el: No need to load jka-compr when compiling.
597         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
599         * nnmaildir.el: Require is automatically eval-and-compile.
600         (nnmail): Require at run-time too.
602         * registry.el (registry-size): Move definition before use.
604 2013-05-22  Daiki Ueno  <ueno@gnu.org>
606         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
607         signed data to conform the standard.  (Bug#14232)
609 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
611         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
612         double angle quotation mark.
614 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
616         * message.el (message-insert-formatted-citation-line): Handle finding
617         first/lastname when more than 2 names appear.
619 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
621         * shr.el (shr-tag-span): New function.
623 2013-05-18  Glenn Morris  <rgm@gnu.org>
625         * message.el (message-mode): Use message-mode-abbrev-table,
626         with text-mode-abbrev-table as parent.  (Bug#14413)
628 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
630         * message.el (message-expand-group): Decode group names.
632 2013-05-16  Julien Danjou  <julien@danjou.info>
634         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
635         app-icon.
637 2013-05-15  Glenn Morris  <rgm@gnu.org>
639         * shr-color.el (shr-color-visible-luminance-min)
640         (shr-color-visible-distance-min): Use shr-color group.
642 2013-05-11  Glenn Morris  <rgm@gnu.org>
644         * gnus-vm.el: Make it loadable without VM.
645         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
646         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
648 2013-05-09  Glenn Morris  <rgm@gnu.org>
650         * mml1991.el: Make it loadable.  (Bug#13456)
652         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
653         * gnus-async.el (gnus-async-post-fetch-function):
654         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
655         * gnus-html.el (gnus-html-image-cache-ttl):
656         * gnus-notifications.el (gnus-notifications-timeout):
657         * gnus-picon.el (gnus-picon-properties):
658         * gnus-util.el (gnus-completion-styles):
659         * gnus.el (gnus-other-frame-resume-function):
660         * message.el (message-user-organization-file)
661         (message-cite-reply-position):
662         * nnir.el (nnir-summary-line-format)
663         (nnir-retrieve-headers-override-function):
664         * shr-color.el (shr-color-visible-luminance-min):
665         * shr.el (shr-blocked-images):
666         * spam-report.el (spam-report-resend-to):
667         * spam.el (spam-summary-exit-behavior): Fix custom types.
669         * gnus-salt.el (gnus-selected-tree-face): Fix default.
671 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
673         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
674         because of let-binding help-xref-following.  (Bug#14356)
676 2013-05-06  Tassilo Horn  <tassilo@member.fsf.org>
678         * message.el (message-bury, message-send-and-exit):
679         Revert 2013-05-04 change.
681 2013-05-06  Glenn Morris  <rgm@gnu.org>
683         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
685 2013-05-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
687         * message.el (message-bury): Make `buffer' optional.
688         (message-send-and-exit): Don't pass `buf' so as to hide the buffer
689         (bug#14085).
691 2013-05-04  Andrew Cohen  <cohen@bu.edu>
693         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
694         entering into the registry.
696 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
698         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
699         (Bug#14304)
701 2013-04-27  Glenn Morris  <rgm@gnu.org>
703         * gnus.el (gnus-list-debbugs):
704         Use require rather than autoload.  (Bug#14262)
706 2013-04-27  Julien Danjou  <julien@danjou.info>
708         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
709         port to "sieve" now that it has an official IANA port assigned.
711 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
713         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
714         Don't set the MAILHOST environment variable permanently (Bug#14271).
716 2013-04-26  Glenn Morris  <rgm@gnu.org>
718         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
720 2013-04-25  Andrew Cohen  <cohen@bu.edu>
722         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
723         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
725 2013-04-24  Andrew Cohen  <cohen@bu.edu>
727         * nnir.el (nnir-close-group): Make sure we are in the right group.
729         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
730         dependency table from all newly retrieved headers.
732 2013-04-16  David Edmondson  <dme@dme.org>
734         Support <img src="data:...">.
736         * shr.el (shr-image-from-data): New function.
737         (shr-tag-img): Use it.
739 2013-04-14  Andrew Cohen  <cohen@bu.edu>
741         * nnir.el (nnir-request-set-mark): Make sure we are in the right
742         group.
744 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
746         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
747         corresponding to any existing group (Bug#14166).
749 2013-04-10  Andrew Cohen  <cohen@bu.edu>
751         * nnir.el (number-sequence): No longer used.
752         (nnir-request-set-mark): New function.
753         (nnir-request-update-info): Improve marks updating.
754         (nnir-request-scan): Don't duplicate marks updating.
755         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
756         Use 'assq rather than 'assoc.  Quote anonymous function.
757         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
758         Use 'gnus-group-prefixed-p.
759         (gnus-summary-create-nnir-group): Make sure server for method is open.
761 2013-04-04  Andrew Cohen  <cohen@bu.edu>
763         * nnir.el (gnus-nnir-group-p): New function.
764         (nnir-possibly-change-group): Use it.
766         * gnus-msg.el (gnus-setup-message): Use it.
768 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
770         * mml.el (mml-minibuffer-read-description): Use `default' insted of
771         `initial-input' for the argument name.
772         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
774 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
776         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
777         (used by MH-E).
779 2013-04-01  Andrew Cohen  <cohen@bu.edu>
781         * nnir.el (nnir-request-update-mark): Improve mark updating in original
782         group.
784         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
785         fix compilation.
787 2013-03-31  Andrew Cohen  <cohen@bu.edu>
789         * nnir.el (nnir-method-default-engines): And another typo.
791 2013-03-30  Andrew Cohen  <cohen@bu.edu>
793         * nnir.el (nnir-method-default-engines): Fix typo.
795 2013-03-29  Andrew Cohen  <cohen@bu.edu>
797         * nnir.el: Define 'number-sequence for xemacs.
798         (gnus-summary-create-nnir-group): New function to create an nnir group
799         from an nnir summary buffer based on the current query.
800         (nnir-request-create-group): Update to allow nnir group creation based
801         on the current query.
803 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
805         * nndraft.el (nndraft-request-expire-articles):
806         Make expiry target always `delete'.
808 2013-03-27  Andrew Cohen  <cohen@bu.edu>
810         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
811         buffer use the posting-style and gcc of the original article group.
812         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
814         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
815         after other deffoos.
817 2013-03-26  Andrew Cohen  <cohen@bu.edu>
819         * nnir.el: Major rewrite.  Cleaner separation between searches and group
820         management.  Marks are now shown in nnir summary buffers.  Rudimentary
821         support for real (i.e. not ephemeral) nnir groups.
822         (gnus-summary-make-nnir-group): New function for initiating searches
823         from a summary buffer.
825 2013-03-18  Sam Steingold  <sds@gnu.org>
827         * message.el (message-bury): Minor cleanup.
829 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
831         * nndir.el (nndir-request-list): Remove 2nd argument passed to
832         nnml-request-list.  (Bug#13873)
833         (nndir-request-newsgroups): Remove, unused.
835         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
837 2013-03-03  Ted Phelps  <phelps@gnusto.com>
839         * shr.el: Make all the overlays set the `evaporate' property so that
840         they're removed properly.
842 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>
844         * mml2015-el (mml2015-epg-key-image): Wrap epg-gpg-program in
845         shell-quote-argument.
847 2013-02-22  David Engster  <deng@randomsample.de>
849         * gnus-registry.el (gnus-registry-save): Provide class name when
850         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
851         `condition-case' to stay compatible with older EIEIO versions which
852         only accept one argument.
854 2013-02-17  Daiki Ueno  <ueno@gnu.org>
856         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
857         (epg-user-id-validity): Autoload.
858         (mml2015-epg-check-user-id): New function.
859         (mml2015-epg-check-sub-key): New function split from
860         mml2015-epg-find-usable-key.
861         (mml2015-epg-find-usable-key): Accept context, name, usage, and
862         optional name-is-key-id, to handle the case when user-id is unusable.
863         Reported by Łukasz Stelmach <stlman@poczta.fm>.
865 2013-02-17  Glenn Morris  <rgm@gnu.org>
867         * shr.el (shr-put-image): Use image-multi-frame-p if available.
869 2013-02-16  Glenn Morris  <rgm@gnu.org>
871         * shr.el (shr-put-image): Only animate images that specify a delay.
872         This is consistent with the old image-animated-p behavior.
874 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
876         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
877         for XEmacs.
879 2013-02-13  Juri Linkov  <juri@jurta.org>
881         * gnus-art.el (gnus-article-mode-map):
882         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
883         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
885 2013-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
887         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.  (This was
888         done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
890 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
892         * auth-source.el (auth-source-format-prompt): Don't get confused by
893         any "\" in replacement text.  (Bug#13637)
895 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
897         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
898         (gnus-backend-trace): Honor gnus-backend-trace.
900         * mml.el (mml-insert-part): Insert closing tag.
902         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
904 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
907         able to find the article, which can happen in debbugs groups,
908         apparently.
910 2013-01-16  Glenn Morris  <rgm@gnu.org>
912         * smiley.el (smiley-style): Make the file loadable in batch mode.
914 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
916         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
917         imap process running.
919 2013-01-14  Julien Danjou  <julien@danjou.info>
921         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
922         Compare addresses against addresses, not against the full From field.
924 2013-01-13  Richard Stallman  <rms@gnu.org>
926         * message.el (message-forward-make-body-mime): New args BEG, END
927         specify what part of FORWARD-BUFFER to use.  Do the work directly
928         instead of calling `mml-insert-buffer'.
930 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
932         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
933         cross-reference(s).
935         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
936         cross-reference(s).
938 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
940         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
941         and point-max-marker.
942         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
944 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
946         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
947         to mml2015-encrypt-to-self.
948         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
950 2013-01-09  Daiki Ueno  <ueno@gnu.org>
952         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
953         mml-smime-epg-find-usable-secret-key.
955 2013-01-08  Glenn Morris  <rgm@gnu.org>
957         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
959 2013-01-07  Daiki Ueno  <ueno@gnu.org>
961         * mml-smime.el: Support signing by sender.
962         Requested by Uwe Brauer.
963         (mml-smime-sign-with-sender): New user option analogous
964         to mml2015-sign-with-sender.
965         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
966         (mml-smime-epg-find-usable-secret-key): New helper function copied from
967         mml2015.el.
969 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
971         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
972         isn't running, because Gnus will probably not know how to handle the
973         Gcc header (bug#11941).
975         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
976         articles.
978 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
980         * nnfolder.el (nnfolder-recursive-directory-files): New function.
981         (nnfolder-generate-active-file): Make this function work with recursive
982         folder names.
984 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
986         * nntp.el (nntp-open-connection): Use HELP as the capability command
987         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
988         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
990 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
992         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
993         place holder since this gives `Invalid face reference: nil' messages.
994         Use the `default' face instead.  It has the same effect here, even
995         though it is not no-op.
997         * gnus-util.el
998         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1000 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1002         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1003         non-string posting styles (bug#13285).
1005 2012-12-27  Glenn Morris  <rgm@gnu.org>
1007         * plstore.el (plstore-passphrase-callback-function):
1008         Use plstore-get-file.
1010 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1012         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1013         stderr.
1015         * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
1016         group is nil.
1018         * shr.el (shr-tag-em): Render as italic, not bold.
1020 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1022         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1024 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1026         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1027         temporary file to get PGP key image.  Pass no-show-photos when
1028         extracting image to avoid having it pop up twice.
1030 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1032         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1033         eligible for treatment.
1035         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1036         lines.  This makes summary commands with hidden threads work more
1037         reliably.
1039         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1040         button to mark the hidden citations (bug#9395).
1042 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1044         * mml2015.el (mml2015-epg-signature-to-string): New function.
1045         (mml2015-epg-verify-result-to-string): New function.
1046         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1047         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1048         instead of epg-verify-result-to-string.
1049         (epg-signature-key-id, epg-signature-to-string): Autoload.
1050         (epg-verify-result-to-string): Remove autoload.
1052 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1054         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1055         ID image from GPG public key.
1056         (mml2015-epg-key-image-to-string): New function.
1058 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1060         * plstore.el (plstore-passphrase-callback-function): Fix error when
1061         error when plstore-cache-passphrase-for-symmetric-encryption is set
1062         (bug#13264).
1064 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1066         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1067         buffer to the article buffer here, because that clobbers multiple
1068         article buffers.
1070         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1071         buffer always points to the right summary buffer.
1073 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1075         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1076         the password (bug#12097).
1078 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1080         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1081         (bug#13263).
1083         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1084         buffer exists before using it (bug#12475).
1086         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1087         offline groups (bug#11937).
1089         * message.el (message-yank-original): When using customize to set the
1090         value of `message-cite-style', the variable it set to a symbol that's
1091         the name of the variable, which must then be dereferenced (bug#12616).
1093 2012-12-25  Wolfgang Jenkner  <wjenkner@inode.at>
1095         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1096         the `face' property with a list whose car is the face specified in the
1097         format string and whose cdr is (nil).
1098         * lisp/gnus-util.el
1099         (gnus-put-text-property-excluding-characters-with-faces):
1100         Change accordingly.
1101         (gnus-get-text-property-excluding-characters-with-faces): New function.
1102         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1103         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1104         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1106 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1108         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1109         login methods.
1110         (nnimap-login): Respect the `nnimap-authenticator' variable.
1112         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1113         mark state when moving articles.  Otherwise unticked articles will get
1114         their ticks back after moving.
1116 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1118         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1120         * message.el (message-ignored-news-headers): Always remove
1121         X-Message-SMTP-Method to avoid information leakage if the user
1122         mistakenly inserts the header into news messages.
1124         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1126         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1127         right than four characters, this command would move point to
1128         `point-max'.  Don't do that.
1130         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1131         to nil to allow re-selecting groups that gain articles.
1132         (gnus-bug-group-download-format-alist): Update the URL.
1134 2012-12-23  Andreas Schwab  <schwab@suse.de>
1136         * shr.el (shr-tag-em): Render em as italic, not bold.
1138 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1140         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1141         for reuse.
1142         (gnus-open-server): Use it to add more tracing.
1143         (gnus-finish-retrieve-group-infos): Add backend tracing.
1144         (gnus-backend-trace): Also note the elapsed seconds.
1146 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1148         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1149         Set epa-file-encrypt-to from variable to avoid querying.
1151 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1153         * sieve-mode.el (sieve-font-lock-keywords):
1154         Keywords should be word delimited.  (Bug#13173)
1156 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1158         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1159         instead of <pre> to align message header.
1161 2012-12-12  Sam Steingold  <sds@gnu.org>
1163         * gnus.el (gnus-other-frame-resume-function): Add user option.
1164         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1166 2012-12-06  Sam Steingold  <sds@gnu.org>
1168         * gnus-start.el (gnus-before-resume-hook): Add.
1169         (gnus-1): Run it when Gnus is alive.
1171 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1173         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1174         * gnus-art.el (article-unsplit-urls)
1175         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1176         * gnus-registry.el (gnus-registry-get-article-marks)
1177         * message.el (message-goto-body): Use it.
1178         (message-called-interactively-p): Remove.
1180         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1181         (spam-stat-score-buffer): Use it.
1183         * spam.el: Silence the warnings against BBDB functions when compiling.
1185         * gnus-score.el (gnus-score-decode-text-parts):
1186         Use append+mapcar instead of the cl function mapcan.
1188         * gmm-utils.el (gmm-flet): Remove.
1190         * gnus-sync.el (gnus-sync-lesync-call):
1191         Avoid overriding json-alist-p.
1193         * message.el (message-read-from-minibuffer):
1194         Avoid overriding mail-abbrev-in-expansion-header-p.
1196 2012-12-05  Sam Steingold  <sds@gnu.org>
1198         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1199         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1200         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1202 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1204         * gmm-utils.el (gmm-called-interactively-p): Revert.
1205         This seems to cause Emacs to get stuck!
1206         * gnus-art.el (article-unsplit-urls)
1207         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1208         * gnus-registry.el (gnus-registry-get-article-marks)
1209         * message.el (message-goto-body)
1210         (message-called-interactively-p): Revert.
1212         * gmm-utils.el (gmm-called-interactively-p): New function.
1213         * gnus-art.el (article-unsplit-urls)
1214         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1215         * gnus-registry.el (gnus-registry-get-article-marks)
1216         * message.el (message-goto-body): Use it.
1217         (message-called-interactively-p): Remove.
1219         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1220         * gnus-sync.el (gnus-sync-lesync-call)
1221         * message.el (message-read-from-minibuffer): Use it.
1223 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1225         * gmm-utils.el (gmm-flet): Remove.
1226         * gnus-sync.el (gnus-sync-lesync-call)
1227         * message.el (message-read-from-minibuffer): Don't use it.
1229 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1231         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1233 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1235         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1237         * gnus-sync.el (gnus-sync-lesync-call)
1238         * message.el (message-read-from-minibuffer): Use gmm-flet.
1240         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1242         * gnus-util.el (gnus-macroexpand-all): Remove.
1244 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1246         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1247         to TAB, not [tab].
1248         (gnus-summary-article-map): Likewise.
1250         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1251         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1253 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1255         * message.el (message-get-reply-headers):
1256         Make sure the reply goes to the author if it is a wide reply.
1258 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1260         * gnus-score.el (gnus-score-body):
1261         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1262         scoring by body.
1264 2012-11-16  Glenn Morris  <rgm@gnu.org>
1266         * gnus-diary.el (nndiary-request-create-group-functions)
1267         (nndiary-request-update-info-functions)
1268         (gnus-subscribe-newsgroup-functions)
1269         (nndiary-request-accept-article-functions):
1270         Use new names for hooks rather than obsolete aliases.
1272 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1274         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1275         in meta tag with the one the part specifies in its header.
1277 2012-11-02  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1279         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1280         by default.
1282 2012-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1284         New UIDL implementation.
1286         * mail-source.el (mail-sources, mail-source-keyword-map):
1287         Add :leave as a pop3 keyword.
1288         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1290         * pop3.el (pop3-leave-mail-on-server): Allow number.
1291         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1292         (pop3-movemail): Add UIDL support.
1293         (pop3-send-streaming-command): Take a list of mail numbers instead of
1294         the number of mails.
1295         (pop3-write-to-file): Add X-UIDL header.
1296         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1297         (pop3-uidl-add-xheader): New functions.
1299         * message.el (message-ignored-resent-headers):
1300         Add X-Content-Length and X-UIDL headers.
1302 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1304         * nndiary.el (nndiary-request-create-group-functions)
1305         (nndiary-request-update-info-functions)
1306         (nndiary-request-accept-article-functions):
1307         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1308         "-hooks" suffix.
1310 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1312         * starttls.el (starttls-extra-arguments): Doc fix.
1314 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1316         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1317         it.
1319 2012-10-06  Glenn Morris  <rgm@gnu.org>
1321         * gnus-notifications.el (gnus-notifications):
1322         Add missing group :version tag.
1323         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1324         (gnus-gcc-post-body-encode-hook):
1325         * gnus-sync.el (gnus-sync-lesync-name)
1326         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1328 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1330         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1331         a user about whether to delete temp files if once a user answered as n.
1333 2012-09-17  Richard Stallman  <rms@gnu.org>
1335         * message.el (message-in-body-p): Don't set mark or modify buffer.
1337         * mml.el (mml-attach-file): Doc fix.
1338         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1339         Set mail-encode-mml when in Mail mode.
1340         Simplify code to set HEAD and move back to HEAD.
1341         (mml-insert-multipart, mml-insert-part):
1342         Set mail-encode-mml when in Mail mode.
1344 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1346         * gnus-util.el (gnus-timer--function): New function.
1348         * gnus-art.el (gnus-article-stop-animations): Use it.
1350 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1352         Fix glitches caused by addition of psec to timers.
1353         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1354         rather than raw access to timer vector.
1356 2012-09-11  Julien Danjou  <julien@danjou.info>
1358         * gnus-notifications.el (gnus-notifications): Check for nil values in
1359         ignored addresses check.
1361 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1363         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1365 2012-09-07  Chong Yidong  <cyd@gnu.org>
1367         * gnus-util.el
1368         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1370         * gnus-salt.el (gnus-tree-highlight-node):
1371         * gnus-sum.el (gnus-summary-highlight-line):
1372         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1374 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1376         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1378 2012-09-06  Juri Linkov  <juri@jurta.org>
1380         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1381         scheme for buffer names to be more consistent with other group and
1382         article buffer names in Gnus.
1384 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1386         * gnus-util.el
1387         (gnus-put-text-property-excluding-characters-with-faces): Remove.
1389         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1390         Jenkner.
1392         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1394         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1396         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1398 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1400         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1401         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1403         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1404         string-prefix-p in Emacs >=23.2.
1406         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1407         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1408         instead of string-match-p.
1409         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1411 2012-09-06  Kenichi Handa  <handa@gnu.org>
1413         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1414         lowercase a..f.
1416 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1418         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1420 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1422         * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
1423         TIME is set.
1425 2012-09-05  Juri Linkov  <juri@jurta.org>
1427         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1428         than one group at a time (bug#11961).
1430 2012-09-05  Julien Danjou  <julien@danjou.info>
1432         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1433         this hide the real reason with a message giving absolutely no hint.
1435 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1437         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1438         to the backend (bug#11804).
1440         * message.el (message-insert-newsgroups): Don't insert newsgroup
1441         duplicates (bug#12275).
1443 2012-09-05  John Wiegley  <johnw@newartisans.com>
1445         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1446         sieve rules.
1448 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1450         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1451         function.
1453         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1455         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1457 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1459         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1460         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1461         This should make nnmaildir more usable with offlineimap.
1463 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1465         * gnus-notifications.el (gnus-notifications-notify): Use it.
1467         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1468         warnings on XEmacs.
1470 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1472         Better seeds for (random).
1473         * gnus-sync.el (gnus-sync-lesync-setup):
1474         * message.el (message-canlock-generate, message-unique-id):
1475         Change (random t) to (random), now that the latter is more random.
1477 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1479         * auth-source.el (auth-sources): Fix macos keychain access.
1481         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1482         allow the backend `request-head' function to determine the group
1483         name on its own.
1484         (gnus-request-expire-articles): Filter out negative article numbers
1485         during expiry (Bug#11980).
1487         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1488         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1490         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1491         you've found the article when you haven't.
1493 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1495         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1497 2012-08-30  Julien Danjou  <julien@danjou.info>
1499         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1500         `gnus-notifications-timeout'.
1501         (gnus-notifications-timeout): Add.
1502         (gnus-notifications-action): New function.
1503         (gnus-notifications-notify): Add :action using
1504         `gnus-notifications-action'.
1505         (gnus-notifications-id-to-msg): New variable.
1506         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1507         notifications id to messages.
1509 2012-08-30  Kenichi Handa  <handa@gnu.org>
1511         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1512         once.
1514 2012-08-29  Julien Danjou  <julien@danjou.info>
1516         * gnus-notifications.el: New file.
1517         (gnus-notifications-notify): New function.
1518         (gnus-notifications): Use `gnus-notifications-notify'.
1520 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1522         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1523         transfer encoding first; bind gnus-newsgroup-charset to the charset
1524         that the article specifies (Bug#12209).
1526 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1528         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1529         (gnus-group-customize-done): Encode values posting-style holds.
1531         * gnus-msg.el (gnus-summary-resend-message)
1532         (gnus-configure-posting-styles): Decode values posting-style group
1533         parameter holds.
1535 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1537         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1538         `name' and `address' in Resent-From header.
1540 2012-08-14  Chong Yidong  <cyd@gnu.org>
1542         * gnus-art.el (article-display-face): Handle failure in
1543         gnus-create-image (Bug#11802).
1545 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1547         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1548         Use defsetf.
1550 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1552         * auth-source.el (auth-source-plstore-search)
1553         (auth-source-secrets-search): Ignore :require and :type in search spec.
1555 2012-08-06  Julien Danjou  <julien@danjou.info>
1557         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1558         Remove autoload, already handled by gnus.el.
1560 2012-08-05  Julien Danjou  <julien@danjou.info>
1562         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1563         Add autoload.
1565 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1567         * gnus.el (gnus-valid-select-methods): Fix custom type.
1569 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1571         * auth-source.el (auth-sources, auth-source-backend-parse)
1572         (auth-source-macos-keychain-search)
1573         (auth-source-macos-keychain-search-items)
1574         (auth-source-macos-keychain-result-append)
1575         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1576         auth-source.el through the /usr/bin/security utility.
1577         (auth-sources): Fix syntax error.
1578         (auth-source-macos-keychain-result-append): Fix variable name.
1579         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1581 2012-07-27  Julien Danjou  <julien@danjou.info>
1583         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1584         Emacs < 24.1
1586 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1588         * message.el (message-kill-address): Don't kill last newline.
1589         (message-skip-to-next-address): Don't move to the next header.
1590         (message-fill-field-address): Work properly.
1592 2012-07-25  Julien Danjou  <julien@danjou.info>
1594         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1596 2012-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1598         * nnimap.el (nnimap-get-responses): Don't remove, still used.
1600 2012-07-24  Julien Danjou  <julien@danjou.info>
1602         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1604         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1605         (nntp-async-timer-handler): Remove, unused.
1607         * nnimap.el (nnimap-get-responses): Remove, unused.
1609         * nnheader.el (mail-header-set-extra): Remove, unused.
1611         * mm-view.el (mm-view-sound-file): Remove, unused.
1613         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1614         (mm-url-encode-multipart-form-data): Remove, unused.
1616         * message.el (message-remove-signature, message-make-host-name)
1617         (message-fill-address): Remove, unused.
1619         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1620         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1621         unused.
1623         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1625         * gnus-util.el (gnus-extract-address-component-name)
1626         (gnus-extract-address-component-email, gnus-sortable-date)
1627         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1628         (gnus-process-live-p): Remove, unused.
1630         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1632         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1633         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1634         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1635         function.
1637         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1639         * gnus-score.el (gnus-summary-score-crossposting)
1640         (gnus-score-regexp-bad-p): Remove, unused.
1642         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1644         * gnus-range.el (gnus-sublist-p): Remove, unused.
1646         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1647         unused.
1649         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1651         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1652         (gnus-request-associate-buffer): Remove, unused.
1654         * gnus-group.el (gnus-group-set-method-info)
1655         (gnus-group-set-params-info): Remove, unused.
1657         * gnus-fun.el (gnus-shell-command-to-string)
1658         (gnus-shell-command-on-region): Remove, unused.
1660         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1662         * gnus-art.el (gnus-article-text-type-exists-p)
1663         (article-translate-characters, gnus-article-hide-text-of-type)
1664         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1665         Remove, unused.
1667 2012-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1669         * nnir.el ("nnir"): Revert last change, that's premature to merge from
1670         Gnus master.
1672 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1674         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1676 2012-07-21  Julien Danjou  <julien@danjou.info>
1678         * message.el (message-dont-reply-to-names): Replace deprecated
1679         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1680         (message-get-reply-headers): Ditto.
1682 2012-07-18  Julien Danjou  <julien@danjou.info>
1684         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1685         `sieve-upload-and-kill'.
1687         * sieve.el (sieve-bury-buffer): Remove function.
1688         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1689         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1691 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1693         * shr.el (shr-expand-url): Handle URL starting with `//'.
1695 2012-07-17  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1696 2012-07-13  Chong Yidong  <cyd@gnu.org>
1698         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1699         instead of calling toggle-read-only with a (bogus) argument.
1701 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1703         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1704         of initial input when reading the author to restrict the summary to.
1706 2012-07-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1708         * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
1709         buffer exists, which it doesn't if we haven't started Gnus.
1711 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1713         * mm-decode.el (mm-shr):
1714         Allow overriding charset by mm-charset-override-alist.
1716 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1718         * gnus-art.el (gnus-article-view-part):
1719         Toggle subparts of multipart/alternative part.
1721 2012-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1723         * gnus-sync.el: Simply require json.
1725         * registry.el: Simply require eieio and eieio-base.
1727 2012-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1729         * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
1731 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1733         * shr.el (shr-render-buffer): New command.
1734         (shr-visit-file): Use it.
1736 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1738         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1739         Set no-byte-compile and no-update-autoloads.
1741 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1743         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1745 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1747         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1748         being bound to a lambda form.
1750 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
1752         * gnus-picon.el (gnus-picon-properties): New defcustom.
1753         (gnus-picon-create-glyph): Use it.
1755 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1757         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1758         locales.
1760         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1761         on a handle.
1763         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1764         address as the default.
1766         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
1767         It makes no sense to query the user about internal files.
1769         * gnus-spec.el: Remove all the byte-compilation stuff, since
1770         benchmarking shows that it doesn't help when entering large summary
1771         buffers.
1773         * gnus-util.el (gnus-byte-code): Remove.
1775         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1776         grouplens stuff.
1778 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1780         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1781         (bug#11514).
1783 2012-06-26  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1785         * message.el (message-buffers): Return all buffers derived from Message
1786         to make `gnus-dired-attach' work with mu4e.
1788 2012-06-26  Daiki Ueno  <ueno@unixuser.org>
1790         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1791         (mm-dissect-singlepart): Don't guess the MIME type of
1792         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1793         set.
1794         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1795         toplevel MIME type is multipart/encrypted.
1797 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
1799         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
1800         In particular, add an optional argument and a docstring.
1802         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1804         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1805         current before calling `gnus-groups-to-gnus-format'.
1806         Note that this was already the case for `gnus-active-to-gnus-format'.
1808 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1810         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1812 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1814         * mm-decode.el (mm-dissect-buffer): Doc fix.
1816         * gnus-sum.el (gnus-handle-ephemeral-exit):
1817         Avoid creating the group buffer if it doesn't exist.
1819         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
1820         is given, mark the group as ephemeral with the current window conf.
1822         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1823         buffer exists, which it doesn't if we haven't started Gnus.
1824         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1826 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1828         * mml.el (mml-generate-mime):
1829         Allow specifying what the top-level part type is.
1831         * gnus-sum.el (gnus-auto-center-summary):
1832         `scroll-margin' isn't defined on XEmacs.
1834 2012-06-26  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1836         * gnus-sum.el (gnus-auto-center-summary):
1837         Set default to respect `scroll-margin'.
1839 2012-06-26  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1841         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1842         citation prefix within a block of cited text should be considered
1843         part of that block *only* if it is a blank line.
1845 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1847         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1848         before kinsoku-bol characters nor within kinsoku-eol characters.
1850 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1852         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1853         (gnus-topic-create-topic, gnus-topic-enter-dribble):
1854         Silence compiler.
1855         (gnus-sync-read): Use mapc instead of mapcar.
1857         * mm-archive.el: Require mm-decode for some macros.
1858         (gnus-recursive-directory-files, mailcap-extension-to-mime):
1859         Silence the byte compiler.
1860         (mm-archive-decoders): New function that returns the value of
1861         the mm-archive-decoders variable.
1863         * mm-decode.el:
1864         Don't require mm-archive; autoload mm-archive functions instead.
1865         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1867         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1869 2012-06-26  Peter Munster  <pmrb@free.fr>
1871         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1872         (gnus-demon-cancel): Ditto.
1873         (gnus-demon-run-callback): When function cannot be called due to low
1874         idleness, call it when idleness reaches the expected value, instead
1875         of waiting another timer period.
1876         (gnus-demon-init): Add `time' to arguments of call-back.
1878 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880         * gnus.el: Register gnus-registry functions.
1882         * gnus-registry.el (gnus-try-warping-via-registry):
1883         Move here and indent.
1885         * gnus-int.el (gnus-warp-to-article):
1886         Check whether the registry is enabled before warping.
1888 2012-06-26  Dave Abrahams  <dave@boostpro.com>
1890         * gnus-sum.el (gnus-summary-insert-subject): Record information
1891         in the registry about each article retrieved.
1893         * gnus-int.el (gnus-select-group-with-message-id): New function.
1894         (gnus-try-warping-via-registry): Ditto.
1895         (gnus-warp-to-article): Fall back on the registry.
1897 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1899         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1901 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1903         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1904         gnus-gcc-self-resent-messages may be a group parameter.
1905         (gnus-summary-resend-message):
1906         Don't encode encoded words in header when Gcc'ing resent message.
1908 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1910         * shr.el (shr-insert): Treat non-breaking space just like normal
1911         space.  This seems to produce more pleasing results.
1912         (shr-insert):
1913         Only insert a blank line if we're starting from an image.
1914         (shr-tag-br):
1915         Allow <br> to end lines or to make a single blank line.
1916         (shr-ensure-paragraph): Consider lines with white space to be blank.
1918 2012-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
1920         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1921         and gnus-gcc-post-body-encode-hook.
1923 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1925         * mm-decode.el (mm-dissect-singlepart):
1926         Guess what the type of application/octet-stream parts really is.
1928         * gnus-sum.el (gnus-propagate-marks): Remove.
1930 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1932         * nntp.el (nntp-coding-system-for-read): Remove.
1933         (nntp-coding-system-for-write): Ditto.
1934         (nntp-open-connection): Just use `binary' directly.
1936 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1938         * registry.el (registry-usage-test, registry-persistence-test):
1939         Move to tests/gnustest-registry.el.
1940         (registry-make-testable-db, registry-match-test)
1941         (registry-instantiation-test): Move to tests/gnustest-registry.el.
1943         * gnus-registry.el (gnus-registry-misc-test)
1944         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1946         * tests/gnustest-registry.el:
1947         New file with the registry and gnus-registry ERT tests.
1949 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1951         * gnus-msg.el (gnus-summary-resend-message):
1952         Make gnus-summary-resend-message-insert-gcc be last item in
1953         message-header-setup-hook.
1955 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1957         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1958         (nnfolder-marks, nnfolder-marks-file-suffix)
1959         (nnfolder-marks-modtime): Remove.
1960         (nnfolder-open-server): Don't use marks.
1961         (nnfolder-request-delete-group): Ditto.
1962         (nnfolder-request-rename-group): Ditto.
1963         (nnfolder-request-set-mark, nnfolder-request-marks)
1964         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1965         (nnfolder-save-marks, nnfolder-open-marks): Remove.
1967         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1968         (nnml-marks-modtime): Remove.
1969         (nnml-request-delete-group): Don't use marks.
1970         (nnml-request-rename-group): Ditto.
1971         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1972         (nnml-save-marks, nnml-open-marks): Remove.
1974         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1975         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1976         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1977         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1978         (nntp-server-to-method-cache): Remove.
1980         * shr.el (shr-rescale-image): Fix wrong merge.
1982 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1984         * shr.el (shr-remove-trailing-whitespace):
1985         Really delete the padding on too-wide lines.
1987 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1989         * mm-archive.el (mm-archive-dissect-and-inline): New function.
1990         (mm-archive-dissect-and-inline): Fix up the undisplayer.
1992         * mm-decode.el (mm-display-external): Output the text from
1993         the command in the buffer after the command finished.
1994         This makes text-based commands behave better.
1996 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1998         * message.el (smtpmail-smtp-user): Silence compiler warning.
2000 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2002         * message.el (message-multi-smtp-send-mail): Also allow specifying
2003         the SMTP user name.
2005 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2007         * gnus-sum.el (gnus-summary-article-map): Fix typo.
2009 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2011         * message.el (message-multi-smtp-send-mail): New function.
2012         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2013         header to implement multi-SMTP functionality.
2015         * gnus-agent.el (gnus-agent-send-mail-function): Remove.
2016         (gnus-agentize): Don't set it.
2017         (gnus-agent-send-mail): Don't use it.
2019         * gnus-sum.el (gnus-summary-widget-backward):
2020         New function and keystroke.
2022         * shr.el (shr-put-image): Remove underlines from sliced images.
2023         (shr-zoom-image): Compute the region to be replaced more correctly.
2025 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2027         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2028         (gnus-summary-resend-message-insert-gcc): New function.
2029         (gnus-summary-resend-message): Modify message-header-setup-hook and
2030         message-sent-hook to make it work for Gcc.
2031         (gnus-inews-do-gcc): Update the number of unread articles of groups
2032         that messages are Gcc'd to.
2034         * message.el (message-resend): Run message-sent-hook to do Gcc.
2036 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2038         * gnus-registry.el (gnus-registry-fixup-registry):
2039         Move the message to a higher level to silence compilation.
2041         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2042         parameter to allow controlling the scaling.
2044         * shr.el (shr-zoom-image): New command and keystroke.
2045         (shr-put-image): Take a `size' flag to say how to scale the image.
2047         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2048         Use recursive deletion.
2049         (mm-dissect-archive): Add support for zip files.
2051         * gnus-util.el (gnus-recursive-directory-files): New function.
2053         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2054         (mm-archive-decoders): Add tgz support.
2056         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2057         Otherwise inserting text into the Gnus buffer can look odd.
2059         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2061         * mm-archive.el (mm-archive-decoders): Add support for tar.
2063         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2065         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2067 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2069         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2071         * mm-archive.el: New file.
2073         * mm-decode.el (mm-dissect-singlepart):
2074         Use it to decode ms-tnef files.
2076         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2078         * message.el (message-goto-*): Make all the `message-goto-*' commands
2079         push the mark before moving point.  This makes it easier to go back
2080         to where you came from after editing whatever you jumped to.
2082 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
2084         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2085         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2086         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2088 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
2090         * spam.el: Move BBDB autoloads.
2091         (spam-exists-in-BBDB-p):
2092         New function to do the BBDB search directly in BBDB 2 and 3.
2093         (spam-check-BBDB): Use it.
2094         (spam-enter-ham-BBDB): Use it.
2096 2012-06-26  Peter Munster  <pmrb@free.fr>  (tiny change)
2098         * gnus-group.el (gnus-group-get-new-news):
2099         New parameter `one-level' for scanning exactly one level.
2101         * gnus-start.el (gnus-get-unread-articles): Ditto.
2103 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
2105         * gnus-sync.el: More commentary about setup.
2107 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
2109         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2111 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
2113         * gnus-sync.el: Improve docs about CouchDB admins.
2115 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
2117         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2118         not needed.  Provide xmlplistread list function to produce XML plist
2119         output for non-Gnus LeSync clients.
2121 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
2123         * gnus-sync.el: Add LeSync synchronization backend and logic to read
2124         and save against it.  Group subscriptions, read marks, other marks,
2125         subscription levels, topic names, and topic offsets (the group's
2126         position within the topic) are saved.  This is an experimental
2127         backend and may change significantly.  Load json.el from
2128         the gnus-fallback-lib if it's not available otherwise.
2129         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2131 2012-06-26  David Engster  <dengste@eml.cc>
2133         * tests/gnustest-nntp.el: New file for simple NNTP testing.
2135 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2137         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2139 2012-06-17  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2141         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2142         is an integer to avoid later problems.
2144 2012-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2146         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2147         locales.
2149 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2151         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2152         articles when fetch-old is non-nil (bug#11370).
2154 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2156         * gnus-group.el (gnus-group-get-new-news):
2157         Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
2159 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2161         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2162         groups (bug#11641).
2164 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2166         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2167         (bug#11514).
2169 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2171         * nntp.el: Stop the `letf' madness.
2172         (nntp--report-1): New var.
2173         (nntp-report): Merge nntp-report-1 into it.
2174         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2175         the nntp-report function.
2177         * auth-source.el: Fix comment-style to follow the convention.
2179 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2181         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2182         a string so that Gcc works (bug#11514).
2184 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2186         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2187         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2189 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2191         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2192         jumping to *Server* from a dedicated *Group* window.
2193         (gnus-configure-frame): CSE.
2195         * gnus-registry.el: Minor style cleanup.
2196         (gnus-registry--set/remove-mark): New function, extracted from
2197         gnus-registry-install-shortcuts.
2198         (gnus-registry-install-shortcuts): Use it.
2200 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2202         * nnspool.el (news-path): Use eval-and-compile.
2204 2012-05-24  Glenn Morris  <rgm@gnu.org>
2206         * nnspool.el (news-directory, news-path, news-inews-program):
2207         Move here from paths.el.  Don't see a need for these to be autoloaded.
2209         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2210         Merge in doc from paths.el version.  Don't see any need for this to be
2211         autoloaded, or for the warning about users not setting it.
2213 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2215         Fix minor Y10k bug.
2216         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2218 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2220         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2221         message once it's actually open.
2223 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2225         * auth-source.el (auth-source--aput-1, auth-source--aput)
2226         (auth-source--aget): New functions and macros.
2227         Use them instead of aput/aget.
2229 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2231         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2233 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2235         * plstore.el (plstore-called-interactively-p): New compat macro copied
2236         from message.el.
2237         (plstore-mode): Use it.
2239 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2241         * plstore.el: Revive the editing feature.
2242         (plstore-mode): New mode to edit plstore file.
2243         (plstore-mode-toggle-display, plstore-mode-original)
2244         (plstore-mode-decoded): New command.
2245         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2246         (plstore--insert-buffer, plstore--make): New function.
2247         (plstore-open, plstore-save): Simplify by using them.
2249 2012-04-16  Glenn Morris  <rgm@gnu.org>
2251         * nndraft.el (nndraft-request-list): Fix declaration.
2253 2012-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2255         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2256         don't have a current group.
2258         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2259         have a group name.
2261         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2262         a multibyte buffer (bug#7410).
2263         (article-wash-html): Parse the original article buffer to get the
2264         unencoded data (bug#7410).
2266         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2267         .newsrc.el files.
2269 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2271         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2272         would have gotten if we posted to the group, and use that to compare
2273         against the message we want to cancel (bug#10808).
2275 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2278         "#" to avoid having them interpreted as comments.
2280 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2282         * shr.el (shr-insert): Update the text state properly to avoid
2283         inserting spurious paragraph starts.
2285 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2287         * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
2288         requested (bug#10961).
2290         * shr.el (shr-table-widths): Divide the extra width more fairly over
2291         the TDs (bug#10973).
2292         (shr-render-td): Don't delete too much padding.
2293         (shr-natural-width): Compute the natural width more correctly.
2294         (shr-insert): Allow the natural width to be computed for tables again.
2295         (shr-tag-table-1): Rework how the natural widths are computed by
2296         rendering the table a third time.
2297         (shr-natural-width): Remove.
2298         (shr-buffer-width): New function.
2299         (shr-expand-newlines): Use it.
2301         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2302         using a `gnus-use-full-window' setup (bug#11013).
2304 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2306         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2307         24.1 release.
2309 2012-03-10  David Edmondson  <dme@dme.org>
2311         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2312         'Forwarded Message' header and the start of the message.
2314 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2316         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2317         isn't running (bug#10897).
2319 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2321         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2323 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2325         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2327 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2329         * mm-decode.el (mm-shr): Remove "soft hyphens".
2331         * nnimap.el (nnimap-request-list): Return the group names encoded as
2332         utf8.  Otherwise non-European group names don't work.
2333         (nnimap-request-newgroups): Ditto.
2335         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2336         the default in `read-string' (bug#10757).
2338         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2339         topics (bug#10843).
2341         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2342         buffer.  Suggested by Herbert Valerio Riedel.
2343         (nnimap-request-move-article): Delete the message from the correct IMAP
2344         server.
2346 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2348         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2349         Reported by Peter Münster.
2351 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2353         * shr.el (shr-image-fetched): Make sure we really kill the right
2354         buffer.
2356 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2358         * gnus-start.el (gnus-1): Avoid duplicate entries.
2360 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2362         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2363         too-wide lines.
2365 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2367         * shr.el (shr-rescale-image): Undo previous change; see
2368         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2370 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2372         * nnimap.el (nnimap-record-commands): New variable.
2373         (nnimap-log-command): Use it.
2374         (nnimap-make-process-buffer): Add a space to the process buffer.
2375         (nnimap-transform-headers): Don't bug out on header lines containing
2376         stuff that look like IMAP length encodings.
2378         * shr.el (shr-rescale-image): Allow viewing large images.
2380 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2382         * nnml.el (nnml-request-compact-group): Delete the marks file after
2383         compaction (bug#10800).
2385         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2386         group exit.
2388         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2389         QRESYNC/FETCH output.
2391 2012-02-11  Glenn Morris  <rgm@gnu.org>
2393         * sieve-manage.el (sieve-manage-default-stream):
2394         * shr.el (shr):
2395         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2396         (nnir-retrieve-headers-override-function)
2397         (nnir-imap-default-search-key, nnir-notmuch-program)
2398         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2399         (nnir-method-default-engines):
2400         * message.el (message-cite-reply-position):
2401         * gssapi.el (gssapi-program):
2402         * gravatar.el (gravatar):
2403         * gnus-sum.el (gnus-refer-thread-use-nnir):
2404         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2405         (gnus-registry-max-pruned-entries):
2406         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2407         * gnus-int.el (gnus-after-set-mark-hook)
2408         (gnus-before-update-mark-hook):
2409         * gnus-async.el (gnus-async-post-fetch-function):
2410         * auth-source.el (auth-source-cache-expiry):
2411         Add missing :version tags to new defcustoms and defgroups.
2413 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2415         * message.el (message-default-send-mail-function): Made into own
2416         function for reuse by emacsbug.el.
2418 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2420         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2421         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2423 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2425         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2426         running.
2428         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2430         * gnus.el (gnus-server-extend-method): Don't add an -address component
2431         if the method already has one (bug#9676).
2433 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2435         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2436         of an initial-input for consistency (bug#10757).
2438         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2440         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2442 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2444         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2445         lines that are narrower than the window width.  Otherwise background
2446         "blocks" will look less readable.
2448 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2450         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2452 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2454         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2455         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2456         have newlines within the strings, and where the UID comes after the
2457         BODYSTRUCTURE element (bug#10537).
2459         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2460         (bug#10732).
2462         * shr.el (shr-insert-document): Add doc string.
2463         (shr-visit-file): Ditto.
2464         (shr-remove-trailing-whitespace): New function.
2465         (shr-insert-document): Use it to clean up trailing whitespace as the
2466         final step (bug#10714).
2468 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2470         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2471         buffer if `gnus-kill-summary-on-exit' is nil.
2473 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2475         * gnus-sum.el (gnus-summary-show-thread):
2476         next-single-char-property-change may return nil in XEmacs.
2478 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2480         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2481         when just reading a single group from "without" Gnus.
2483 2012-02-06  Chong Yidong  <cyd@gnu.org>
2485         * gnus-sum.el (gnus-summary-show-thread):
2486         next-single-char-property-change never returns nil (Bug#8657).
2488 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2490         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2491         without reconnecting.
2492         (nnimap-possibly-change-group): Ditto.
2493         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2494         connection has died before being called.
2496 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2498         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2499         an initial sync unless we're really doing one.
2501         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2502         address parameter if one already exists (bug#9676).
2504         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2505         not the prefix, as documented (bug#10689).
2507 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2509         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2510         the "server".
2512         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2513         the real error message with the useless "previously known to be down".
2514         Which isn't even correct.
2516         * nntp.el (nntp-open-connection): Report the error message if the nntp
2517         server can't be reached.
2519         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2520         groups we do a total scan for.
2521         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2522         doing that.
2524 2012-01-31  Jim Meyering  <jim@meyering.net>
2526         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2527         Correct a comment (insert "not") and hide nominally-doubled "to".
2529 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2531         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2532         section in the manual.
2534 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2536         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2537         words.
2538         (rfc2047-encode-string): Ditto.
2539         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2540         understand folded filename="..." parameters, for instance.
2542         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2543         the message for greater debuggability.
2545 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2547         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2548         instead of setting it locally, since the latter doesn't seem to have
2549         any effect (most of the time).
2551 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2553         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2554         function call.
2556 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2558         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2559         seconds, and make the repeat clause with HH:MM specs work as
2560         documented.
2562 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2564         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2565         so that previous errors don't prohibit getting new news.
2567         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2569         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2571 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2573         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2574         bound globally in old Emacsen and XEmacsen.
2576 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2578         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2579         buffer, not of the string which is its name.
2581 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2583         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2584         non-server-marks groups.
2585         (gnus-group-make-articles-read): Ditto.
2587         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2588         methods (bug#9676).
2590         * gnus.el (gnus-method-ephemeral-p): New function.
2592 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2594         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2595         left-to-right.
2597 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2599         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2600         warning.
2602 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2604         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2605         macroexpand the nnir things, since they haven't been defined yet, and
2606         nnir requires gnus-sum.
2608 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2610         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2612 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2614         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2615         logical server name in addition to the actual machine address.
2617         * auth-source.el (auth-source-user-and-password): Add convenience
2618         wrapper to search by just host and optionally user.
2620 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2622         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2623         after rendering.
2625 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2627         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2628         (bug#9693).
2629         (gnus-summary-setup-buffer): Document return value (bug#9697).
2631         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2632         since ido doesn't work on symbols (bug#9632).
2634         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2635         when getting a single value as when getting all the values.  This means
2636         that atoms like `gcc-self' work cumulatively, like variable settings,
2637         instead of getting the value from the last matching clause.
2638         (gnus-group-find-parameter): Protect against the group buffer not
2639         existing (bug#9585).
2641 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2643         * gnus-start.el (gnus-activate-group): Document more parameters
2644         (bug#9694).
2646         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2647         (bug#9692).
2649         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2650         article was fetched, so that it can be expired later (bug#9958).
2651         (gnus-agent-summary-fetch-series): Add doc string.
2652         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2653         (bug#9517).
2655         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2656         retrieval is happening.
2658         * gnus.el (gnus-parameters): Doc fix.
2660 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2662         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2663         show the thread after expansion.
2665 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2667         * gnus-art.el (article-narrow-to-head): If the head is completely
2668         empty, narrow to the empty region (bug#9764).
2670         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2671         read, and then mark them as unread only when the unread mark is used.
2672         This makes `C-- T k' actually work, even though it's confusing.
2674         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2675         alive before we try to find its window.
2677 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2679         * mm-decode.el (mm-display-external): Use a longer timeout for the
2680         deletion to allow slow programs to display the file.
2682 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2684         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2685         prompt to be less confusing.
2687         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2688         argument to `message-reply'.  This broke `special-display-*' frame
2689         pop-uping (bug#10238).
2691 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2693         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2694         systems, since these allegedly don't work there.
2696 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2698         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2699         live buffer.
2701 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2703         * nnir.el (nnir-retrieve-headers): Protect against the article not
2704         existing on the server (bug#10335).
2706 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2708         * gnus-agent.el (gnus-agent-load-local):
2709         Recompute gnus-agent-article-local on changing method.
2711 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2713         * gnus.el (gnus-parameters): Note precedence.
2715 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2717         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2718         in the group buffer.
2720 2012-01-04  Julien Danjou  <julien@danjou.info>
2722         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2723         change.
2725 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2727         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2728         too.
2730         * nntp.el (nntp-retrieve-group-data-early): Use it.
2732 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2734         * nntp.el (nntp-retrieval-in-progress): New variable.
2735         (nntp-make-process-buffer): Make it buffer-local.
2737         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2738         2010.
2739         (gnus-demon-init): Use it to compute the time if time is on the form
2740         "04:23".
2742         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2744         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2745         status in the correct buffer.
2747 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2749         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2750         when opening topics (bug#10407).
2752 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2754         * mm-view.el (mm-display-inline-fontify): Add comment.
2756 2011-12-15  Juri Linkov  <juri@jurta.org>
2758         * mm-decode.el (mm-inline-media-tests): Add missing
2759         `mm-handle-media-subtype'.
2761 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2763         * message.el (message-valid-fqdn-regexp): Update with newly approved
2764         top-level domain names ".tel" and ".asia".
2766 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2768         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2769         unconditionally.
2771 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2773         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2774         pop-to-buffer-same-window for old Emacsen.
2776 2011-12-04  Chong Yidong  <cyd@gnu.org>
2778         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2779         change (Bug#10200).
2781 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2783         * compface.el (uncompface):
2784         * gnus-art.el (gnus-article-x-face-command): Update the header format
2785         of icon data for the most recent icontopbm program.
2787 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2789         * gnus-msg.el (gnus-inews-do-gcc):
2790         * message.el (message-send-mail):
2791         * mml.el (mml-generate-mime): Share the value of the buffer-local
2792         `message-options' variable between a draft buffer and temprary working
2793         buffers.
2795 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2797         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2799 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2801         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2802         for Cygwin.
2804 2011-11-24  Glenn Morris  <rgm@gnu.org>
2806         * starttls.el: Fix case of "GnuTLS".
2808 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2810         * gnus-group.el (gnus-group-highlight): Fix typo.
2812 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2814         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2815         value of `delete-file', that returns nil for a local file but returns t
2816         for a remote file using ssh.
2818 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2820         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2821         avoid later breakage.
2823 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2825         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2826         article buffers' name.
2828 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2830         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2831         by Paul Eggert's spellfixes two days ago.
2833 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2836         buffer-local instead of binding them to avoid warnings.  Also demote
2837         errors (bug#10063).
2838         (font-lock-mode-hook): Shut up byte compiler.
2840 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2842         * mm-util.el (mm-charset-after): Fix typo.
2844 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2846         * gnus-sum.el (gnus-summary-make-menu-bar):
2847         * gnus-uu.el (gnus-uu-decode-postscript)
2848         (gnus-uu-decode-postscript-and-save):
2849         * mailcap.el (mailcap-print-command):
2850         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2851         Fix typos.
2853 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2855         * gnus-art.el (gnus-article-part-wrapper):
2856         * shr-color.el (shr-color-visible-distance-min)
2857         (shr-color-relative-to-absolute, set-minimum-interval)
2858         (shr-color-visible): Fix typos.
2860 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2862         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2863         slightly clearer.
2865 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2867         * message.el (message-send-and-exit): Document `arg'.
2869 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2871         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2873 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
2875         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2876         we don't use `bound-and-true-p'.
2878 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2880         * gnus-util.el (gnus-bound-and-true-p): Remove.
2881         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2882         * nnir.el: Use it.
2883         * nnmairix.el: Use it.
2885 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2887         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2888         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2889         for reasons unknown.
2890         * nnir.el: Use it.
2891         * nnmairix.el: Use it.
2893         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2894         * nnir.el: Ditto.
2895         * nnmairix.el: Ditto.
2897         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2899 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2901         * message.el (message-completion-function): Make sure
2902         message-tab-body-function is not attempted if one of
2903         message-completion-alist fails to find a completion (bug#9158).
2905 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
2907         * mml.el (mml-quote-region): Quote <#secure> tag.
2908         (mml-generate-mime-1): Unquote <#secure> tag.
2910 2011-10-20  Chong Yidong  <cyd@gnu.org>
2912         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2913         calling a minor mode from Lisp with nil arg enables it, so we have to
2914         make the wording a bit ambiguous here).
2916 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2918         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2919         * nnir.el (nnir-mode): Use it.
2920         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2921         Use it.
2923         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2924         * nnmairix.el (gnus-registry-enabled): Ditto.
2926 2011-10-17  Dave Abrahams  <dave@boostpro.com>
2928         * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
2929         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2930         only while we need to find out if it should be t or nil.
2931         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2932         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2933         the registry is installed.  Set it to nil when it's unloaded.
2934         (gnus-registry-install-p): Provide user guidance for the initial value
2935         of `gnus-registry-install' when it's 'ask, otherwise return its value.
2936         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2937         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2938         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2939         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2940         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2941         `gnus-registry-install'.
2943 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
2945         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2946         previous change.
2947         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2948         primary key is marked as disabled.
2950 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
2952         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2953         primary key is marked as disabled.
2955 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
2957         * html2text.el (html2text-clean-anchor): Check for quotes around
2958         `href' value.
2960 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2962         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2963         searching.  Drop `bbdb-cache'.
2965 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2967         * message.el (message-signed-or-encrypted-p): Exclude header when
2968         checking if there is signed or encrypted body in text/plain message.
2970 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
2972         * html2text.el (html2text-get-attr): Correctly handle attribute values
2973         containing "=".
2975 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
2977         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2978         handle bindings.
2980 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2982         * gnus-win.el (gnus-configure-windows): Protect against reading
2983         ephemeral groups outside of Gnus.
2985 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2987         * shr.el (shr-tag-img): Don't get images displayed in tables.
2989 2011-10-03  Glenn Morris  <rgm@gnu.org>
2991         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2992         the "maintainer" version of debbugs.gnu.org reports.
2994 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2996         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2997         make asynchronous adjacent image insertion work better.
2999 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3001         * plstore.el (plstore-select-keys, plstore-encrypt-to):
3002         Clarify documentation.
3004 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3006         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3007         `gnus-asynchronous' isn't shadowed.
3009 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3011         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3012         (nnimap-insert-partial-structure): The charset parameter isn't
3013         case-sensitive.
3015         * nnheader.el (nnheader-message-maybe): New function.
3017         * shr.el (shr-tag-table): Render totally broken tables better.
3019         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3020         computing the boundary.
3022 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3024         * pop3.el (pop3-number-of-responses): Remove.
3025         (pop3-wait-for-messages): Rewrite to take linear time instead of
3026         exponential time.
3028 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3030         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3031         re-fetch images.
3033         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3034         re-fetch images when hitting `g' in Gnus.
3036 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3038         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3039         (mml-compute-boundary): Don't check collision if it is non-nil.
3040         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3041         before checking collision.
3043 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3045         * message.el (message-indent-citation): Really make sure there's a
3046         newline at the end.
3048         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3049         Fix suggested by John Wiegley.
3051         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3053         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3055         * message.el (message-default-send-rename-function): Break out into its
3056         own function.
3058         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3059         doesn't work under XEmacs.
3061         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3062         of "imaps" to word around Windows problems.
3063         (nnimap-open-connection-1): Use it.
3065         * message.el (message-indent-citation): Revert last change which made
3066         `F' not work.
3068 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3070         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3071         terminal as well.
3073 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3075         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3076         because it displays images using overlays that aren't easy to copy to
3077         the article buffer.
3079 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3081         * message.el (message-indent-citation): Fix empty line removal at the
3082         end of the citation.
3084 2011-09-20  Julien Danjou  <julien@danjou.info>
3086         * auth-source.el (auth-source-netrc-create): Use default value for
3087         password if specified.  Evaluate default.
3088         (auth-source-plstore-create): Ditto.
3089         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3090         value evaluation.
3091         (auth-source-netrc-create): Typo fix.
3092         (auth-source-plstore-create): Ditto.
3094         * auth-source.el (auth-source-format-cache-entry): New function.
3096 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3098         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3100 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3102         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3104 2011-09-19  Julien Danjou  <julien@danjou.info>
3106         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3107         which work with things that are not ASCII.
3109 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3111         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3113 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3115         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3116         message level.
3118 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3120         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3122 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3124         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3126 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3128         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3129         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3131 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3133         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3134         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3135         articles.
3137 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3139         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3140         (message-mail-other-window, message-mail-other-frame)
3141         (message-news-other-window, message-news-other-frame):
3142         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3143         instead of setting buffer display variables.
3145 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3147         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3149         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3151 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3153         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3154         duplicates" to a higher level.
3156         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3157         most egregious messages.
3159 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3161         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3163 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3165         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3166         up the file (bug#9351).
3168 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3170         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3171         it does with all other backends, but decode the names immediately after
3172         getting them.
3174         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3175         decoding nnimap groups.
3177         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3178         newsrc file.  It doesn't seem like an important optimization any more.
3180 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3182         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3183         overflows.
3185 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3187         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3188         (gnus-interactive-exit): Extend to `quiet'.
3190         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3192         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3193         string.
3195         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3196         renaming function arguments from `this'.
3198         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3200         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3201         has been renamed.
3202         (gnus-lrm-string-p): Include RLM and PDF, too.
3204         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3205         (bug#9225).
3207 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3209         Add autoload cookies for functions used by sendmail.el.
3210         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3212         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3214 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3216         * gnus-art.el (article-date-ut): Work properly even when there are
3217         things like Date header in the body; work for forwarded parts.
3219 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3221         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3222         original-article-buffer.
3224 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3226         * nnir.el (nnir-compose-result): Fix matching of server type.
3227         (nnir-run-swish++): Ditto.
3228         (nnir-run-namazu): Ditto.
3229         (nnir-run-notmuch): Ditto.
3231 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3233         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3234         (bug#9405).
3236         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3237         (bug#9421).
3239         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3240         (bug#9425).
3242         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3243         thing (bug#9426).
3245 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3247         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3248         the error message.
3250 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3252         * message.el (message-setup-1): Return t (Bug#9392).
3254 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3256         * gnus-sum.el: When adding article headers to a summary buffer also
3257         update gnus-newsgroup-articles (bug#9386).
3259 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3261         * auth-source.el: Autoload help-mode.
3263 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3265         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3266         names.
3268 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3270         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3271         mm-replace-in-string for compatibility issues.
3272         * mml2015.el (mml2015-epg-verify): Ditto.
3274 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3276         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3278         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3280 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3282         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3283         continue on and do the clean-up phase (bug#9188).
3285         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3286         just ignore groups that can't be opened instead of erroring out
3287         (bug#9225).
3289         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3290         nil since some many people are fuddy-duddies.
3292         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3293         images.
3295         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3296         instead.
3298         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3300         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3302         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3303         processing.
3305         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3306         buffer to avoid warnings.
3308 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3310         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3311         specified to reduce precision.
3313 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3315         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3316         bodystructures (bug#9314).
3318 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3320         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3321         Make button keymap non-sticky after buttons.
3323 2011-08-18  David Engster  <dengste@eml.cc>
3325         * nnmairix.el (nnmairix-request-set-mark)
3326         (nnmairix-goto-original-article): Remove adding of article to registry,
3327         since `gnus-registry-add-group' isn't available anymore.
3328         (nnmairix-determine-original-group-from-registry):
3329         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3330         available anymore.
3332 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3334         * starttls.el (starttls-any-program-available): Define as obsolete
3335         function.
3337 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3339         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3340         versions which Gnus use when appropriate.
3342         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3343         a pretty destructive command.
3345         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3347 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3349         * message.el (message-fix-before-sending): Make a different warning
3350         about NUL characters (bug#9270).
3352         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3353         from custom (bug#9260).
3355         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3356         things work in Emacs 22 and XEmacs, too.
3358         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3359         default From.
3361         * gnus-spec.el (gnus-lrm-string-p): New macro.
3362         (gnus-lrm-string): New constant.
3363         (gnus-summary-line-format-spec): LRM-ify the from.
3364         (gnus-tilde-max-form): LRM-ify string chopping.
3366         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3368         * message.el (message-is-yours-p): Allow disabling canlock checking
3369         (bug#9295).
3370         (message-shoot-gnksa-feet): Add `canlock-verify'.
3371         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3372         message directory isn't writable (bug#9304).
3374         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3375         non-world-readable.
3377 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3379         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3380         articles.
3382 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3384         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3385         copy-list.
3387 2011-08-12  Sam Steingold  <sds@gnu.org>
3389         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3390         in the reverse order to avoid modifying the cache with `nreverse'.
3391         (gnus-all-score-files): Do not modify the value returned by
3392         `gnus-score-find-alist' because it lives in a cache variable.
3393         (gnus-current-home-score-file): No need to `nreverse' the return value
3394         of `gnus-score-find-alist', it is already in the correct order.
3396 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3398         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3399         type MESSAGE and subtype RFC822 is slightly different from those of
3400         type TEXT.
3402 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3404         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3405         This allows article-referral to work from an nnir group.
3407 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3409         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3411 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3413         * mml1991.el (mml1991-epg-find-usable-key)
3414         (mml1991-epg-find-usable-secret-key): New function.
3415         (mml1991-epg-sign): Check if signing key is usable.
3416         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3418 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3420         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3421         server-variables only.  This should fix a bug introduced with commit
3422         e1889675b7f4adf057833c5513c9374134c4e053.
3423         (nnir-run-query): 'nnir-search-engine should not be set from the global
3424         environment.
3426 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3428         * nnir.el (nnir-search-thread): Position point on referring article
3429         line.
3430         (nnir-warp-to-article): Clean up summary buffers.
3432         * nnimap.el (nnimap-request-thread): Whitespace fix.
3434 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3436         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3438 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3440         * starttls.el (starttls-available-p): Rename from
3441         `starttls-any-program-available' and changed return convention.
3443 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3445         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3446         `unix-sync' unless it's defined.
3448 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3450         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3451         `aref' for XEmacs compatibiltiy.
3453 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3455         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3457 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3459         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3460         closures, quote the form properly (bug#9194).
3462 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3464         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3465         (gnus-summary-insert-new-articles): Protect against servers that are
3466         down.
3468 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3470         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3471         in mm handle if none is specified.
3473 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3475         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3477 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3479         * nnir.el (nnir-search-thread): New function to make an nnir group
3480         based on a thread query.
3482         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3483         of nnir in thread referral.
3484         (gnus-summary-refer-thread): Use it.
3486         * nnimap.el (nnimap-request-thread): Use it.
3488 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3490         * shr.el (shr-tag-comment): Ignore HTML comments.
3492 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3494         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3495         argument.
3496         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3497         Use `nnir-address' to handle server info rather than passing an arg.
3499         * nnimap.el (nnimap-make-thread-query): New utility function to format
3500         an imap thread search query.
3501         (nnimap-request-thread): Use it.
3503         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3504         right select-method if we are not going back to the group buffer.
3506 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3508         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3509         enter invalid buffer configurations into the quit form (bug#9107).
3510         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3511         unplugged/plugged.
3513         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3514         keep track of which ones are unread (bug#9061).
3516         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3517         (bug#9055).
3519         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3520         (bug#9041).
3522         * gnus-html.el (mm-util): Require (bug#9073).
3524         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3525         (gnus-summary-refer-thread): Use it to remove duplicates in the
3526         un-threaded view (bug#9053).
3527         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3529 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3531         * nnir.el (nnir-read-server-parm): Use default value from global
3532         variable.  Without this the default search engine parameters aren't
3533         used at all.
3535 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3537         * message.el (message-unique-id): Don't use the undocumented return
3538         value from (random t) (bug#9118).
3540 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3542         * message.el (message-auto-save-directory): If the ~/Mail directory
3543         doesn't exist, use ~ as the auto-save directory (bug#4432).
3545         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3546         hasn't already been started.
3548 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3550         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3552         * message.el (message-reply): Work around mysterious bug where
3553         `message-mode' seems to overwrite the locally bound `subject' variable.
3555 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3557         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3558         correct group.
3560         * gnus-int.el (gnus-request-thread): Add group argument.
3562         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3564 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3566         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3567         renamed to `debbugs-gnu-*'.
3569 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3571         * plstore.el: Revert the editing feature since it is not urgent.
3572         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3573         (plstore-mode-decoded): Remove.
3575 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3577         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3578         isn't very interesting any more, and it leaks potentially secret data.
3579         (gnus-debug): Remove.
3581         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3582         use of :custom-show.
3584 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3586         * plstore.el: Add documentation.
3587         (plstore-mode): New mode to edit plstore file.
3588         (plstore-mode-toggle-display, plstore-mode-original)
3589         (plstore-mode-decoded): New command.
3590         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3591         (plstore--insert-buffer, plstore--make): New function.
3592         (plstore-open, plstore-save): Simplify by using them.
3594 2011-07-06  Glenn Morris  <rgm@gnu.org>
3596         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3598 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3600         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3601         no longer is much used.
3602         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3603         Articles".
3605 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3607         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3608         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3609         `notmuch' backend.
3611 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3613         * mm-decode.el (mm-text-html-renderer): Doc fix.
3615         * gnus-msg.el (gnus-bug): Fix the MML tag.
3617         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3619 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3621         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3622         secondary methods if started with `gnus-no-server'.
3624 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3626         * message.el (message-return-action): Fix typo in docstring.
3628 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3630         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3631         bug reports at once.
3633         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3635 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3637         * nndraft.el: Require gnus-group.
3638         (nndraft-request-list): Declare.
3640         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3641         no unread article unless it matches gnus-permanently-visible-groups.
3643         * nndraft.el (nndraft-update-unread-articles): New function.
3644         (nndraft-request-associate-buffer): Use it to update the number of
3645         unread articles for the nndraft groups in the group buffer when saving
3646         or killing a draft message.
3648 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3650         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3651         systems to binary before writing and reading the mbox files.
3653         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3654         instead of trying to list them all (bug#8978).
3656 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3658         * pop3.el (pop3-open-server): Use :end-of-capability.
3660 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3662         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3663         the id is always a number.
3665         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3666         debbugs mode, if possible.
3668 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3670         * auth-source.el (auth-source-token-passphrase-callback-function):
3671         Reindent.
3672         (epg-context-operation): Remove unnecessary autoload.
3674 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3676         * gnus.el (gnus-list-debbugs): New command.
3678         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3679         mboxstat instead of the maintbox, since the stat seems to be fuller.
3681         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3682         summary buffers.
3684         * message.el (message-get-reply-headers): Delete all duplicates,
3685         instead of the first.
3686         (message-get-reply-headers): Ensure that we have progress while
3687         deleting duplicates.
3689         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3690         gnus-posting-style value from the summary buffer to make it easier to
3691         make that a per-buffer conf.
3693 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3695         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3696         found by setting `shortcut' in 'query.
3697         (nnir-request-article): Use `shortcut' setting when requesting article
3698         by Message-ID.
3700 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3702         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3703         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3704         Bring the pseudo-headers back too.
3706 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3708         * auth-source.el (auth-source-token-passphrase-callback-function):
3709         Simplify and remove EPA dependency.
3711 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3713         * nnir.el (nnir-request-article): Fix error message text.
3715 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3717         * auth-source.el (plstore-delete): Autoload.
3718         (auth-source-plstore-search): Support delete operation.
3719         * plstore.el (plstore-delete): New function.
3721 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3723         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3724         mark actually existing articles as unread rather than the ones that
3725         active asserts.
3727 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3729         * nntp.el (nntp-record-command):
3730         * gnus-util.el (gnus-message-with-timestamp-1):
3731         Use format-time-string rather than decoding time stamps by hand.
3732         This is simpler and insulates the code from potential changes to
3733         current-time format.
3735 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3737         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3739 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3741         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3742         (plstore-save): Support public key encryption.
3743         (plstore--init-from-buffer): New function.
3744         (plstore-open): Use it; fix error when opening a non-existent file.
3745         (plstore-revert): Use plstore--init-from-buffer.
3747 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3749         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3751 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3753         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3754         for old Emacsen.
3756 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3758         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3759         is not fully working.
3761 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3763         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3764         quit window configuration.
3766         * auth-source.el (epg-context-set-passphrase-callback):
3767         Remove duplicate autoload.
3769 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3771         * nnir.el (nnir-request-article): Allow requesting articles by
3772         Message-ID with nnimap.
3774         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3775         current server.
3777 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3779         * auth-source.el: Autoload EPA/EPG functions.
3780         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3781         changed when EPA/EPG is not available.
3782         (auth-source-backend): Rename "arg" member to "data".
3783         (auth-source-backend-parse, auth-source-plstore-search)
3784         (auth-source-plstore-create): Use it.
3786 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3788         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3789         `gnus-refer-article-methods'.
3791 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3793         * auth-source.el: Require EPA and EPG.
3794         (auth-source-passphrase-alist): New variable.
3795         (auth-source-passphrase-callback-function)
3796         (auth-source-token-passphrase-callback-function): Callbacks for the
3797         netrc field encryption (GPG tokens).
3798         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3799         Symmetric encryption and decryption of the netrc GPG tokens.
3800         (auth-source-netrc-normalize): Use them, simplifying the closure.
3802 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3804         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3805         non-nil, and `nnimap-split-methods' is nil, use the former.
3807 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3809         * plstore.el (plstore-revert): New function.
3810         (plstore-open): Use it; hide the buffer from user.
3812 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3814         * auth-source.el (auth-source-backend): New member "arg".
3815         (auth-source-backend-parse): Handle new backend 'plstore.
3816         * plstore.el: New file.
3818 2011-06-30  Glenn Morris  <rgm@gnu.org>
3820         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3822         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3824 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3826         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3827         expiring articles to.
3829         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3830         variations as ASCII (bug#5458).
3832 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3834         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3836 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3838         * message.el (message-point-in-header-p): Tweak the function to default
3839         to saying that we're not in the headers if there is no separator at
3840         all.  This makes it possible to use the Message version of `M-q' in
3841         buffers with no headers (bug#7987).
3842         (message-point-in-header-p): Fix last checkin to work with an empty
3843         mail-header-separator, too.
3845         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3846         again, save the choice via customize.
3848 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3850         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3852         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3853         ended the connection, bail out before waiting infinitely on a new
3854         connection.
3856 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3858         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3859         reports.
3861         * gnus.el (gnus-bug-package): Use "gnus."
3862         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3864 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3866         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3867         animations going on at article exit time.
3869         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3870         since removing it breaks people upgrading.
3872         * shr.el (shr-put-image): Use the new interface for animating images.
3873         (shr-put-image): Animate for 60 seconds.
3875         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3876         error with `find-file-hooks' on Emacs 22.
3877         (with-auth-source-epa-overrides): Ugly hack to Wrap the
3878         `find-file-hook' things in `symbol-value' to avoid compilation warnings
3879         on all architectures.
3881         * spam.el (spam-stat): Require in a normal fashion without binding
3882         `spam-stat-install-hooks' to avoid compilation warnings.
3884         * spam-stat.el (spam-stat-install-hooks): Remove.
3885         (spam-stat-install-hooks): Don't run automatically.
3887 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
3889         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3890         and keystroke.
3892 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3894         * auth-source.el (auth-source-netrc-cache): Move forward.
3896 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3898         * auth-source.el (auth-source-netrc-create): Don't query the bits that
3899         we already know.
3900         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3901         (auth-source-netrc-create): Don't prompt for the stuff we already know.
3903 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3905         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3906         %S format, since that looks odd.
3907         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3908         file, especially when saving.
3910 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
3912         * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
3913         article found.
3915 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
3917         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3918         `auth-source-save-secrets' with a more sensitive alist that can be
3919         configured per file.  Experimental, so defaults to 'never.
3920         (auth-source-netrc-create): Use it.  Still experimental code.
3921         (with-auth-source-epa-overrides): Use `find-file-hooks' if
3922         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
3924 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
3926         * auth-source.el (auth-source-save-secrets): New variable to control if
3927         secret tokens should be saved encrypted.
3928         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3929         to `auth-source-netrc-normalize'.
3930         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
3931         on the EPA variables being defined.
3932         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3933         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3934         the lexical-let closure.
3935         (auth-source-netrc-create): Create "gpg:" tokens according to
3936         `auth-source-save-secrets'.
3938 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3940         * gnus-group.el (gnus-group-update-group): Add new argument
3941         `info-unchanged' that stops updating dribble buffer.
3943         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3944         deletes lines matching to it in dribble buffer.
3946         * gnus-agent.el (gnus-agent-fetch-group-1):
3947         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3948         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3949         * gnus-start.el (gnus-group-change-level):
3950         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3952         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3953         if newsgroup info is not changed.
3955         * gnus-group.el (gnus-group-get-new-news-this-group):
3956         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3957         Don't update dribble buffer.
3959 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
3961         * gnus-registry.el (gnus-registry-remove-ignored): New function to
3962         remove entries with groups we ignore.
3964 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3966         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3967         the underline comes at the bottom.
3969 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
3971         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3972         `gnus-registry-user-format-function-M' and declare the latter obsolete.
3973         (gnus-registry-article-marks-to-names): Rename from
3974         `gnus-registry-user-format-function-M2'.
3976 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3978         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3979         ephemeral group.
3981 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3983         * shr.el (shr-browse-image): Copy the URL if called interactively.
3985 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3987         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3988         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
3989         done, then unselected articles may be marked as read.
3991         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3992         since not doing this seems to lead to a race condition in pop3-logon.
3994         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3995         so that the call chain it correct when we call "upwards".
3997         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3998         in read-only groups.
4000         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4002         * message.el (message-cite-reply-position): Doc string fix.
4004         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4005         avoid regexp overflow.
4006         (nnimap-transform-split-mail): Ditto.
4008         * pop3.el (pop3-retr): Error out if the server closes the connection.
4010 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4012         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4013         mm-with-unibyte-current-buffer.  The buffer should not contain any
4014         multibyte chars anyway at this stage.
4016 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4018         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4019         at the end of lines.
4021 2011-05-29  Julien Danjou  <julien@danjou.info>
4023         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4025 2011-05-27  Glenn Morris  <rgm@gnu.org>
4027         * gnus-group.el (gnus-bug-group-download-format-alist):
4028         Use the "maintainer" version of debian reports as well.
4030 2011-05-26  Glenn Morris  <rgm@gnu.org>
4032         * gnus-group.el (gnus-bug-group-download-format-alist):
4033         Use the "maintainer" version of debbugs.gnu.org reports.
4035 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4037         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4039 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4041         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4042         the thread moves us backwards and so we loop forever.
4044 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4046         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4047         whitespace in base64 data lines.
4049 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4051         * gnus-registry.el (gnus-registry-user-format-function-M):
4052         Use `mapconcat'.
4053         (gnus-registry-user-format-function-M2): Use to see the full text of
4054         the marks.  Make "," the mark text separator.
4056         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4057         authentication with auth-source.
4059 2011-05-17  Glenn Morris  <rgm@gnu.org>
4061         * gnus-group.el (gnus-import-other-newsrc-file):
4062         Use insert-file-contents.
4064 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4066         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4067         1000 iterations.
4069 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4071         * nntp.el (nntp-open-connection): Check if process-type is available.
4073 2011-05-16  Julien Danjou  <julien@danjou.info>
4075         * shr.el (shr-tag-del): Add support for del tag.
4077 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4079         * gnus-html.el (gnus-html-put-image): Register a displayer.
4081         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4083 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4085         * registry.el (prune-factor): New initialization parameter defaulting
4086         to 0.1.
4087         (registry-prune-hard): Use it.
4089         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4090         0.1 expicitly.
4092 2011-05-13  Glenn Morris  <rgm@gnu.org>
4094         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4095         is bound, since this function requires sendmail.
4097 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4099         * registry.el (registry-usage-test): Disable pruning test.
4101 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4103         * registry.el (registry-prune-hard-candidates)
4104         (registry-prune-soft-candidates): Helper methods for registry pruning.
4105         (registry-prune): Use them.  Make the sort function optional.
4107 2011-05-10  Jim Meyering  <meyering@redhat.com>
4109         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4111 2011-05-10  Julien Danjou  <julien@danjou.info>
4113         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4114         symbol and not a list.
4116 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4118         * gnus-art.el (gnus-article-mode): Move binding of
4119         shr-put-image-function here from gnus-article-prepare-display.
4121         * shr.el (shr-put-image-function): New variable.
4122         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4123         (shr-put-image): Return scaled image.
4125         * gnus-art.el (gnus-shr-put-image): New function.
4126         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4128         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4129         original ones, as deletable.
4131 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4133         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4135 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4137         * registry.el (registry-full): Add convenience method.  Fix logic.
4138         (registry-insert): Use it.  Fix logic here too.
4140         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4141         `registry-prune' if `registry-full' returns t.
4142         (gnus-registry-handle-action)
4143         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4144         (gnus-registry-usage-test): Use it.
4146 2011-05-07  Julien Danjou  <julien@danjou.info>
4148         * shr.el (shr-link): Make shr-link inherit from link by default.
4150 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4152         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4154 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4156         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4157         error out because the face is not a list.
4159 2011-05-05  Glenn Morris  <rgm@gnu.org>
4161         * gnus-start.el (gnus-propagate-marks): Declare.
4163 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4165         * registry.el (registry-reindex): Fix percentage message.
4167 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4169         * shr.el: Add shr-link face for links.
4170         (shr-urlify): Use it.
4172         * registry.el (registry-insert): Make error message more helpful.
4174 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4176         * gnus-html.el (gnus-html-schedule-image-fetching):
4177         Use url-queue-retrieve, if it exists.
4179         * shr.el (shr-tag-img): Ditto.
4181         * gnus.el: Autoload more gnus-agent functions.
4183         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4184         agent if we haven't already (bug#8502).
4186         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4187         into the Agent, too.
4189         * gnus-agent.el (gnus-agent-store-article): New function.
4191         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4192         and moved from that file for reuse.
4194         * pop3.el (pop3-open-server): Error messages are "-ERR".
4196 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4198         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4199         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4201 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4203         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4204         buffer has moved to a different frame.
4206 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4208         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4209         to get the conversion from unibyte to multibyte buffers to work on
4210         Emacs 22.
4212         * nntp.el (nntp-request-article): Slight clean-up.
4214 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4216         * shr.el (shr-strike-through): New face.
4217         (shr-tag-s): Use it to provide <s> support.
4218         (shr-tag-s): Remove duplicate definition.
4220 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4222         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4223         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4225 2011-04-23  Glenn Morris  <rgm@gnu.org>
4227         * gnus-sum.el (gnus-extra-headers): Bump :version.
4229 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4231         * shr.el (shr-tag-sup): New function.
4232         (shr-tag-sub): Ditto.
4234 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4236         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4237         for the case where `gnus-registry-ignored-groups' is a list of lists,
4238         and don't call `gnus-parameter-registry-ignore' otherwise.
4240 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4242         * nnimap.el (nnimap-user): New backend variable.
4243         (nnimap-open-connection-1): Use it.
4244         (nnimap-credentials): Accept user parameter so it's explicit what user
4245         name is desired.
4247         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4248         default.
4250         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4251         not gnus-registry.el.
4253         * gnus-registry.el: Mention in comments how to modify
4254         `gnus-extra-headers' for proper recipient tracking and that it may
4255         already have To and Cc recently, which it does as of this commit.
4256         (gnus-registry-ignored-groups): Remove defcustom.
4257         Explain why in comments.
4258         (gnus-registry-action): Fix data-header reference to use the extra
4259         headers.  Explain in package commentary how to add To and Cc headers to
4260         the gnus-extra-headers.
4261         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4262         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4263         parameter list or a string list in `gnus-registry-ignored-groups'.
4264         Fix logic error.
4266 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4268         * shr.el (shr-expand-url): Protect against null urls.
4270 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4272         * shr.el (shr-base): New binding.
4273         (shr-tag-base): Keep track of <base>.
4274         (shr-expand-url): New function used throughout.
4276 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4278         * gnus-registry.el
4279         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4280         (gnus-registry-ignored-groups): New variable.
4281         (gnus-registry-ignore-group-p): Use it.
4282         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4283         set the destination group to nil (same as delete) if it's ignored.
4285 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4287         * gnus-registry.el (gnus-registry-action)
4288         (gnus-registry-fetch-header-fast):
4289         Don't use mail-header that looks an internal function of mailheader.el.
4291 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4293         * gnus-registry.el: Eliminate cl functions.
4294         (gnus-registry-sort-addresses): New function that replaces mapcan.
4295         (gnus-registry-action, gnus-registry-spool-action)
4296         (gnus-registry-split-fancy-with-parent)
4297         (gnus-registry-fetch-recipients-fast): Use it.
4298         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4300         * registry.el (initialize-instance, registry-lookup)
4301         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4302         (registry-lookup-secondary-value, registry-search, registry-delete)
4303         (registry-insert, registry-reindex, registry-size, registry-prune):
4304         Use eval-and-compile.
4306 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4308         * registry.el (registry-reindex): New method to recreate the secondary
4309         registry indices.
4311         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4312         tracked field changes.
4313         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4314         (gnus-registry-action, gnus-registry-spool-action)
4315         (gnus-registry-handle-action)
4316         (gnus-registry--split-fancy-with-parent-internal)
4317         (gnus-registry-split-fancy-with-parent)
4318         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4319         move, and delete actions, and for fancy splitting with parent.
4320         (gnus-registry-extract-addresses)
4321         (gnus-registry-fetch-recipients-fast)
4322         (gnus-registry-fetch-header-fast): Convenience functions.
4323         (gnus-registry-misc-test): ERT test of
4324         `gnus-registry-extract-addresses'.
4326 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4328         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4329         Track by subject first, then sender.
4331 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4333         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4335         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4336         Lisp.
4338         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4339         (gnus-draft-send): Use it to avoid popping
4340         up frames from gnus-group-send-queue.
4342 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4344         * gnus-registry.el: Updated gnus-registry docs.
4346 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4348         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4349         Fix logic bug.
4350         (gnus-registry-post-process-groups): Fix logging of no results and
4351         quote sender and subject.
4353 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4355         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4356         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4357         we had no early-data returned.
4358         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4359         two async commands to the same server at the same time.
4361 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4363         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4365 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4367         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4368         "warning" level.
4370         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4371         (mm-url-insert-file-contents): Don't set the package names.
4373 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4375         * gnus-registry.el (gnus-registry-action): Remove properties and
4376         simplify subject in `gnus-registry-handle-action'.
4377         (gnus-registry-spool-action): Get subject and sender from message if
4378         they are not passed in.
4379         (gnus-registry-handle-action): Remove properties and simplify subject
4380         consistently.
4382 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4384         * registry.el: Require CL before using defmacro*.
4386 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4388         * gnus-art.el (article-treat-date): Assume that
4389         gnus-article-date-headers may be a group parameter.
4391 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4393         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4395         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4396         interactively so the newsrc file can contain foreign groups too.
4397         Useful for debugging but not much for users.
4399 2011-04-07  David Engster  <dengste@eml.cc>
4401         * registry.el (registry-usage-test): Only do
4402         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4403         lexical binding.
4405 2011-04-06  David Engster  <dengste@eml.cc>
4407         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4408         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4410 2011-04-06  David Engster  <dengste@eml.cc>
4412         * registry.el (initialize-instance): Change :after to :AFTER to be
4413         compatible with old EIEIO version in XEmacs.
4415 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4417         * gnus-registry.el (gnus-registry-post-process-groups)
4418         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4419         and provide better messaging.
4421 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4423         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4424         unconditionally anyway, discarding errors.
4425         (gnus-registry-delete-entries): New convenience function.
4426         (gnus-registry-import-eld): Import from old .eld registry.
4428         * registry.el: Don't use ERT if it's not available.  Load it
4429         unconditionally anyway, discarding errors.
4431         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4432         version from the Claudio Bley GnuTLS patch (extra optional parameters
4433         and host name).
4435 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4437         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4438         fixup the parameters that can be customized by the user between
4439         save/read cycles.
4440         (gnus-registry-read): Use it.
4441         (gnus-registry-make-db): Use it.
4442         (gnus-registry-spool-action, gnus-registry-handle-action):
4443         Fix messaging.
4444         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4445         Map references to actual group names with sender and subject tracking.
4446         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4447         (gnus-registry-usage-test): Add subject lookup test.
4449         * registry.el (registry-db, initialize-instance): Set up constructor
4450         instead of :initform arguments for the sake of older Emacsen.
4451         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4452         pre-lexbind merge bug.
4453         (registry-usage-test): Use it.
4454         (initialize-instance, registry-db): Move the non-function initforms
4455         back to the class definition.
4457 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4459         * registry.el: New library to manage gnus-registry-style data.
4461         * gnus-registry.el: Use it (major rewrite).
4463         * nnregistry.el: Use it.
4465         * spam.el: Use it.
4467 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4469         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4470         marks on non-selected articles.
4472 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4474         * proto-stream.el: Move to Emacs core, at net/network-stream.el.
4476         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4477         parameter to open-protocol-stream.
4479 2011-04-01  Julien Danjou  <julien@danjou.info>
4481         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4482         fundamental-mode.
4484 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4486         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4487         servers.
4489 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4491         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4492         made marks not propagate, again.
4494 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4496         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4497         Make this the default type.
4498         (proto-stream-open-plain): Rename from proto-stream-open-default.
4499         (open-protocol-stream, proto-stream-open-starttls)
4500         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4501         with `plain'.
4503         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4504         value.
4506         * nntp.el (nntp-open-connection-function): Document the fact that some
4507         values are not functions but are instead handled specially.
4508         Recognize nntp-open-plain-stream value.
4509         (nntp-open-connection): Recognize that value.
4511 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4513         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4514         stuff.
4516         * gnus-score.el (gnus-score-string): Fix calling convention of
4517         `gnus-simplify-buffer-fuzzy' after last patches.
4519         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4520         server for articles we didn't get any headers for.  This is a sanity
4521         check.
4523 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4525         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4526         new CAPABILITY, use it.
4528 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4530         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4531         downloading anything.
4533         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4535 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4537         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4538         colors.
4539         (gnus-splash-svg-color-symbols): New function.
4541 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4543         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4544         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4545         (gnus-simplify-subject-fuzzy): Use the local
4546         gnus-simplify-subject-fuzzy-regex instead of the global one.
4547         This makes using this variable in group parameters work.
4549 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4551         * gnus-registry.el (gnus-registry-unfollowed-groups):
4552         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4553         archive:sent-YYYY-MM-DD groups).
4554         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4555         tracking if there are more than `gnus-registry-max-track-groups'
4556         matches.
4558 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4560         * message.el (message--yank-original-internal): New function to do the
4561         insertion cleanly inside eval in `message-yank-original'.
4562         (message-yank-original): Use it.
4564 2011-03-29  Julien Danjou  <julien@danjou.info>
4566         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4567         local variables disabled rather than `normal-mode'.
4569 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4571         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4572         with open-network-stream.
4573         (proto-stream-always-use-starttls): Option removed.
4574         (open-protocol-stream): Return a process object by default.  Provide a
4575         new parameter :return-list specifying a list-type return value, which
4576         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4577         :type `network' to `try-starttls', and `network-only' to `default'.
4578         Make `default' the default, for compatibility with open-network-stream.
4579         Handle the no-parameter case exactly as open-network-stream, with no
4580         additional stream processing.  Search plists using plist-get.
4581         Explicitly add :end-of-commend parameter if it is missing.
4582         (proto-stream-open-default): Rename from
4583         proto-stream-open-network-only.  Return 'default as the type.
4584         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4585         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4586         failed.  Always return a list with a (possibly dead) process as the
4587         first element, for compatibility with open-network-stream.
4588         (proto-stream-open-tls): Use plist-get.  Always return a list.
4589         (proto-stream-open-shell): Return `default' as connection type.
4590         (proto-stream-capability-open): Use plist-get.
4591         (proto-stream-eoc): Function deleted.
4593         * nnimap.el (nnimap-stream, nnimap-open-connection)
4594         (nnimap-open-connection-1): Handle renaming of :type parameter for
4595         open-protocol-stream.
4596         (nnimap-open-connection-1): Pass a :return-list parameter
4597         open-protocol-stream to obtain a list return value.  Parse this list
4598         using plist-get.
4600         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4601         for open-protocol-stream.  Accept open-protocol-stream return value
4602         that is a subprocess object instead of a list.  Handle the case of a
4603         dead returned process.
4605 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4607         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4609         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4611 2011-03-21  Julien Danjou  <julien@danjou.info>
4613         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4614         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4615         query.
4616         (mm-inline-text): Render normal text with fontification whenever
4617         possible.
4619         * gnus-sum.el (gnus-summary-save-parts-1):
4620         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4621         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4622         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4623         Use `mm-handle-filename'.
4625         * mm-util.el (mm-handle-filename): New function, return the filename of
4626         an handle.
4628 2011-03-18  Julien Danjou  <julien@danjou.info>
4630         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4631         (gnus-buffer-live-p): Check that buffer is not nil.
4633 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4635         * gnus-art.el: Require mouse, which the build bot seems to say is
4636         needed.
4638         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4639         XEmacs, since it doesn't have url-retrieve-synchronously.
4641 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4643         * gnus-group.el (gnus-group-list-ticked): New function.
4644         (gnus-group-make-menu-bar): Provide a menu entry for it.
4645         (gnus-group-list-map): Provide a binding for it.
4647 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4649         * shr.el (shr-visit-file): New command.
4651         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4653 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4655         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4656         servers.
4658 2011-03-16  Julien Danjou  <julien@danjou.info>
4660         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4661         inline.
4663         * gnus-art.el (article-hide-list-identifiers):
4664         Use gnus-group-get-list-identifiers.
4666         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4667         (gnus-summary-remove-list-identifiers):
4668         Use gnus-group-get-list-identifiers to get regexp.
4669         (gnus-select-newsgroup, gnus-summary-insert-subject)
4670         (gnus-summary-insert-articles):
4671         Call gnus-summary-remove-list-identifiers unconditionally.
4673 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4675         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4676         we're selecting a group with unread articles.
4678         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4680         * gssapi.el: New file separated out from imap.el to provide a general
4681         Kerberos 5 connection facility for Emacs.
4683         * message.el (message-elide-ellipsis): Document the format spec
4684         ellipsis.
4686 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4688         * message.el (message-elide-region): Allow the ellipsis to say how many
4689         lines were removed.
4691 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4693         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4694         window configurations containing buffers that are now dead.
4696         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4697         parsing to avoid integer overflows.
4698         (nnimap-parse-flags): Simplify the last change.
4699         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4700         too large for 32-bit Emacsen.
4702 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4704         * auth-source.el (auth-source-netrc-create):
4705         * message.el (message-yank-original): Fix use of `case'.
4707 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4709         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4710         XEmacs, which was one character too wide.
4712 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4714         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4715         default number of articles to display.
4716         (gnus-articles-to-read): Use pretty names for prompt.
4718 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4720         * gnus-int.el (gnus-open-server): Ditto.
4722         * gnus-start.el (gnus-activate-group): Give a backtrace if
4723         debug-on-quit is set and the user hits `C-g'.
4724         (gnus-read-active-file): Ditto.
4726         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4728 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4730         * message.el (message-yank-original): Use cond instead of CL case.
4732 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4734         * auth-source.el (auth-source-netrc-create): Use usual format for the
4735         default in prompts.
4737 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4739         * auth-source.el (auth-source-netrc-create): Show the default in the
4740         prompt when prompting for token creation.
4742 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4744         * auth-source.el (auth-source-format-prompt): Always convert the value
4745         to a string to avoid evaluating non-string arguments.
4746         (auth-source-netrc-create): Offer default properly, not as initial
4747         content in `read-string'.
4748         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4749         of line to determine if we've been run before.  If so, don't run again,
4750         but print a trivial message to indicate the cache was hit instead.
4752 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4754         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4755         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4756         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4757         Gnus.
4759 2011-03-11  Julien Danjou  <julien@danjou.info>
4761         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4762         modified file".
4764 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4766         * auth-source.el (auth-source-read-char-choice): New function to read a
4767         character choice using `dropdown-list', `read-char-choice', or
4768         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4769         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4770         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4771         (auth-source-netrc-saver): Use it.
4772         (auth-source-pick-first-password): New convenience function.
4774 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4776         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4777         parameter in the credentials.
4778         (nnimap-open-connection-1): Use it after a successful login.
4779         (nnimap-credentials): Add IMAP-specific user and password prompt.
4781         * auth-source.el (auth-source-search): Add :require parameter, taking a
4782         list.  Document it and the :save-function return token.  Pass :require
4783         down.  Change the CREATED message from a warning to a debug statement.
4784         (auth-source-search-backends): Pass :require down.
4785         (auth-source-netrc-search): Pass :require down.
4786         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4787         Change save prompt to indicate all modifications saved here are
4788         deletions.
4789         (auth-source-netrc-create): Take user login name as default in user
4790         prompt.  Move all the save functionality to a lexically bound function
4791         under the :save-function token in the returned list.  Set up clearer
4792         default prompts for user, host, port, and secret.
4793         (auth-source-netrc-saver): New function, intended to be wrapped for
4794         :save-function.
4796 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
4798         * Version 23.3 released.
4800 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4802         * shr.el (shr-table-horizontal-line): Change the defaults for the table
4803         lines to be spaces instead.
4805 2011-03-07  Julien Danjou  <julien@danjou.info>
4807         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4808         (sieve-sasl-auth): Check that auth-source-search did return something,
4809         or just return an empty string.
4811 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4813         * gnus.el (gnus-interactive): Use read-directory-name.
4815         * gnus-uu.el (gnus-uu-decode-uu-and-save)
4816         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4817         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4818         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4819         Likewise.
4821         * gnus-group.el (gnus-group-make-directory-group): Likewise.
4823 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4825         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4826         onto the list of killed groups, too.  This makes killed nnimap groups,
4827         for instance, more reliably not reappear.
4829         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4830         the parent.
4832         * gnus-sum.el (gnus-update-read-articles): Fix typo.
4834         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4835         really have server-side marks.
4837         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4838         since most backends do not usefully have server-side marks.
4839         (gnus-update-read-articles): Propagate marks to all backends that
4840         really have server-side marks.
4842 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4844         * message.el (message-cite-reply-position, message-cite-style):
4845         New variables.
4846         (message-yank-original): Use the new citation styles.
4848 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
4850         * message.el (message-options): Revert the change that's a workaround
4851         for XEmacs buffer-local issue; don't mark it buffer-local when running
4852         under XEmacs.
4854 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
4856         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4857         numbers too big to be `read'.
4859 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
4861         * message.el (message-options): Make buffer-local two ways to attempt
4862         to fix a XEmacs bug.
4864 2011-03-02  Julien Danjou  <julien@danjou.info>
4866         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4868 2011-03-01  Julien Danjou  <julien@danjou.info>
4870         * gnus-art.el (list-identifier): Add list-identifier as a parameter
4871         group.
4872         (article-hide-list-identifiers): Use list-identifier group parameter.
4874 2011-02-28  Julien Danjou  <julien@danjou.info>
4876         * sieve.el (sieve-buffer-script-name): New local variable to store
4877         sieve script name.
4878         (sieve-edit-script): Store sieve script name.
4879         (sieve-upload): Use sieve script name when uploading.
4880         (sieve-upload): Use substitute-command-keys.
4881         (sieve-edit-script): Use substitute-command-keys.
4882         (sieve-refresh-scriptlist): Use substitute-command-keys.
4883         (sieve-manage-mode-map): Define keymap properly.
4884         (sieve-manage-mode): Do not set mode name manually, change mode-name to
4885         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4886         Remove commented code about cvs.
4887         (sieve-manage-quit): New function.
4888         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4890 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4892         * gnus-group.el (gnus-import-other-newsrc-file): New function.
4894 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4896         * auth-source.el (auth-source-search): Cache empty result sets.
4898         * auth-source.el (auth-source-save-behavior): New variable to replace
4899         `auth-source-never-create'.
4900         (auth-source-netrc-create): Use it.
4901         (auth-source-never-save): Remove.
4903 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
4905         * nnimap.el (nnimap-stream): Doc fix.
4906         (nnimap-open-connection-1): Reverse the order of the ports to that the
4907         prompted-for port is first.
4909         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4910         retrieval by the no-group selection.
4912         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4913         numerical parameters.
4915 2011-02-25  Julien Danjou  <julien@danjou.info>
4917         * gnus-gravatar.el: Use gnus-with-article-buffer.
4919         * gnus-art.el (gnus-with-article-buffer): Check that the
4920         gnus-article-buffer is alive.
4922 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4924         * auth-source.el (auth-source-creation-prompts): New variable to manage
4925         creation-time prompts.
4926         (auth-source-search): Document it.
4927         (auth-source-format-prompt): Add utility function.
4928         (auth-source-netrc-create): Don't default the user name to
4929         user-login-name.  Use `auth-source-creation-prompts' and some default
4930         prompts for user, host, port, and password (the default generic prompt
4931         remains ugly).
4932         (auth-source-never-save): Add customizable option to never save info.
4933         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
4934         mode excursion.
4936 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4938         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4939         argument that XEmacs doesn't support.
4941 2011-02-23  Julien Danjou  <julien@danjou.info>
4943         * gnus-art.el (article-make-date-line): Ignore errors if time is
4944         invalid and not convertible.
4945         (article-make-date-line): Only add lapsed time if time is not nil.
4947 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
4949         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4950         `read-char-choice' for backwards compatibility.
4951         (auth-source-netrc-element-or-first): New function to DTRT for
4952         parameter extraction.
4953         (auth-source-netrc-create): Use it and fix multiple parameter print
4954         bug.  Use the default passed from above (given-default) or the
4955         built-in (user-login-name for :user).
4957 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
4959         * gnus-start.el (gnus-dribble-read-file):
4960         Set buffer-save-without-query, since we always want to save the dribble
4961         file, probably.
4963         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4964         nnimap.
4966         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4967         -summary- since it's a user-visible variable.
4969         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4970         first time you use the new Gnus.
4972 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
4974         * auth-source.el: Don't load netrc.el.
4975         (auth-sources): Search ~/.netrc as well by default.
4976         (auth-source-debug): Add 'trivia option for extra output.
4977         (auth-source-do-trivia): Use it.
4978         (auth-source-search): Simplify logic to use
4979         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
4980         appropriate.  Don't keep a running count at this level.  Layer :create
4981         and :delete options appropriately on the first and second passes.
4982         Don't track the backend with the search results.
4983         (auth-source-search-backends): New function to search a list of
4984         backends for a processed spec.
4985         (auth-source-netrc-parse): Cache all netrc files, making
4986         auth-source-netrc-cache an alist keyed by the file name and using the
4987         file mtime as the caching criterion.  Keep the obfuscated data secret
4988         with a lexical bind.
4989         (auth-source-netrc-search): Don't calculate the length of the results
4990         unnecessarily.
4991         (auth-source-search-backends): Fix bug.
4992         (auth-source-netrc-create): Rework prompts.
4994 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
4996         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4997         Lower case names of search constraints.
4998         (nnir-run-query): Cache and reuse search constraints for all imap
4999         servers.
5001 2011-02-22  Sam Steingold  <sds@gnu.org>
5003         * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
5005 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5007         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5008         after exit.
5009         (gnus-setup-message): Define missing variable from last checkin.
5011         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5012         value, show the raw article.
5014 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5016         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5017         auth-source now accepts numbers.
5019         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5020         spec, too.
5021         (auth-source-ensure-strings): New function.
5023         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5024         (gnus-article-setup-buffer): Always restart the date timer so that user
5025         changes to the frequency is respected.
5027         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5028         port numbers, so make sure it gets that if nnimap-server-port is
5029         explicit.
5031 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5033         * nnimap.el (nnimap-inbox): Doc fix.
5035 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5037         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5038         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5039         color-lab-to-srgb.
5041 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5043         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5044         given method as in the group name if we're using an extended method.
5045         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5046         command, if we're using that, instead of waiting for the beginning.
5048         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5049         we're sure to get unique server names, and we don't output two async
5050         commands in the same buffer.  This fixes an NNTP hang for some users.
5052 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5054         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5055         summary buffer before reading going to the next buffer.  This avoids
5056         putting the point in the group buffer if you `C-g' the command.
5058         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5059         cache (for now) to make ~/.authinfo.gpg files usable.
5061         * nnfolder.el (copyright-update): Define for the compiler.
5063         * auth-source.el (auth-source-search): Fix unbound variable.
5065 2011-02-19  Glenn Morris  <rgm@gnu.org>
5067         * gnus.el (gnus-meta): Doc fix.
5069 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5071         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5072         in case it's not yet loaded.
5074 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5076         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5077         line we're waiting for.
5079 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5081         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5082         face with line-width greater than zero will cause RET in gnus summary
5083         buffer to scroll down article page-wise because auto vscroll happens,
5084         it should be temporally disabled when doing a scroll-up.
5086 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5088         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5089         outputs from the server.
5091 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5093         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5094         later so that bbdb can hook in easier.
5096 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5098         * auth-source.el (auth-source-search): Don't try to create credentials
5099         if the caller doesn't want that.
5100         (auth-source-search): If we don't find a match, don't bug out on
5101         non-bound variables.
5102         (auth-source-search): Only ask a single backend to create the
5103         credentials.
5105         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5106         logging.
5107         (nnimap-credentials): Protect against auth-source-search returning nil.
5108         (nnimap-request-list): Protect against not being able to open the
5109         server.
5111 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5113         * auth-source.el (auth-source-search): Do a two-phase search, one with
5114         no :create to get the responses from all backends.
5116         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5117         when getting credentials.
5119         * gnus-util.el (gnus-delete-duplicates): New function.
5121 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5123         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5124         a creation default, pass the whole port list down.  It will be
5125         completed.
5127         * auth-source.el (auth-source-search): Updated docs to talk about
5128         multiple creation choices.
5129         (auth-source-netrc-create): Accept a list as a value (from the search
5130         parameters) and do completion on that list.  Keep a separate netrc line
5131         with the password obscured for showing the user.
5133         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5134         first choice to `auth-source-search' so it will be used for entry
5135         creation instead of the server's Gnus-specific name.
5136         (nnimap-credentials): Rely on the auth-source library to select which
5137         port is actually wanted in the new netrc entry, so don't override
5138         `auth-source-creation-defaults'.
5140         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5141         :protocol and accept a missing user, host, or port as a wildcard match.
5142         (auth-source-debug): Default to off.
5144         (auth-source-netrc-search, auth-source-netrc-create)
5145         (auth-source-secrets-search, auth-source-secrets-create)
5146         (auth-source-user-or-password, auth-source-backend, auth-sources)
5147         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5148         instead of :protocol.
5150         * nnimap.el (nnimap-credentials): Pass a port default to
5151         `auth-source-search' in case an entry needs to be created.
5152         (nnimap-open-connection-1): Use :port instead of :protocol.
5154 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5156         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
5157         instead of delete-dups that is not available in XEmacs 21.4.
5159 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5161         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5162         nil means that nnimap doesn't get updated.
5164 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5166         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5167         result when the user doesn't want to write to the file.
5168         (auth-source-netrc-search): Expect a synthetic result and proceed
5169         accordingly.
5170         (auth-source-cache-expiry): New variable to override
5171         `password-cache-expiry'.
5172         (auth-source-remember): Use it.
5174         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5175         parameter.  Create entry if necessary by using :create t.
5176         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5178 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5180         * auth-source.el (auth-source-debug): Enable by default and don't
5181         mention the obsolete `auth-source-hide-passwords'.
5182         (auth-source-do-warn): New function to debug unconditionally.
5183         (auth-source-do-debug): Use it.
5184         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5185         and for Secrets API entries when the secrets.el library is not
5186         available.
5188 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5190         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5191         (gnus-summary-exit): Kill the correct article buffer on exit from a
5192         `C-d' group.
5194         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5195         gnus-propagate-marks.
5197         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5198         before killing the buffers so that a non-full window conf gets handled
5199         correctly.
5200         (gnus-summary-exit): Ditto.
5201         (gnus-summary-read-group-1): Ditto.
5203         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5204         async code again so that we can debug it properly.
5206         * message.el (message-reply): Take an optional switch-buffer parameter
5207         so that Gnus window confs are respected better.
5209 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5211         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5212         `plist-get' to accept non-list parameters (XEmacs issue).
5213         Fix docstring.
5214         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5215         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5216         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5217         Login collection is "Login" and not "login".
5219 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5221         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5222         multiple headers.
5224         * nnimap.el (nnimap-inhibit-logging): New variable.
5225         (nnimap-log-command): Don't log login commands.
5227         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5228         to have more parameters.
5230         * nnimap.el (nnimap-send-command): Mark the command time for each
5231         command, so that we don't get NOOPs stepping on our toes.
5233         * gnus-art.el (article-date-ut): Get the date from the Date header on
5234         `t'.
5236 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5238         * auth-source.el (auth-source-search): Use copy-sequence instead of
5239         the cl.el copy-list.
5241 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5243         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5244         Improve prompt.
5246 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5248         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5249         washing status from the default format.  It isn't very informative.
5251 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5253         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5254         Fix Gcc processing on imap.
5256 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5258         * message.el (message-bury): Don't pop up a new window when selected
5259         window is dedicated.
5261 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5263         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5265 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5267         * sieve-manage.el: Autoload `auth-source-search'.
5268         (sieve-sasl-auth): Use it.
5270 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5272         * nnimap.el: Autoload `auth-source-forget+'.
5273         (nnimap-open-connection-1): Use it if the connection fails.
5275         * auth-source.el: Require `password-cache'.
5276         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5277         obsolete.
5278         (auth-source-magic): Marker for `password-cache' keys.
5279         (auth-source-do-cache): Update docstring.
5280         (auth-source-search): Use and check cache.
5281         (auth-source-forget-all-cached, auth-source-remember)
5282         (auth-source-recall, auth-source-forget, auth-source-forget+)
5283         (auth-source-specmatchp): Caching support functions.
5284         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5285         Remove and obsolete.
5286         (auth-source-user-or-password): Remove caching to further discourage
5287         using it.  Always hide passwords.
5289 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5291         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5292         code for now, since it doesn't work for all users.
5294 2011-02-09  Julien Danjou  <julien@danjou.info>
5296         * message.el (message-options): Make message-options really buffer
5297         local.
5299 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5301         * mail-source.el: Autoload `auth-source-search'.
5302         (mail-source-keyword-map): Note order matters.
5303         (mail-source-set-1): Get all the mail-source source values and
5304         defaults and search auth-source on those if needed.  This can all
5305         probably be simplified.
5307         * nnimap.el: Autoload `auth-source-search'.
5308         (nnimap-credentials): Use it.
5309         (nnimap-open-connection-1): Ask for the virtual server and physical
5310         address in one shot.
5312         * nntp.el: Autoload `auth-source-search'.
5313         (nntp-send-authinfo): Use it.  Note TODO.
5315 2011-02-08  Julien Danjou  <julien@danjou.info>
5317         * shr.el (shr-tag-body): Add support for text attribute in body
5318         markups.
5320         * message.el (message-options): Make message-options a local variable.
5322 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5324         * auth-source.el (auth-source-secrets-search)
5325         (auth-source-user-or-password): Use `append' instead of `nconc'.
5326         (auth-source-user-or-password): Build return list better and protect
5327         against nil :secret.
5329 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5331         * nnimap.el (nnimap-update-info): Refactor slightly.
5332         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5333         (nnimap-update-info): Clean up slightly.
5334         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5335         characters.
5336         (nnimap-process-quirk): Rename function to avoid collision.
5337         (nnimap-update-info): Fix macrology bug-out.
5338         (nnimap-update-info): Simplify split history test.
5340 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5342         * auth-source.el (top): Require 'eieio unconditionally.
5343         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5344         (auth-source-secrets-search): Limit search when `max' is greater than
5345         number of results.
5347 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5349         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5350         part not returning any data.
5352         * proto-stream.el (open-protocol-stream): Document the return value.
5354 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5356         * auth-source.el (auth-source-secrets-search): Add examples.
5358 2011-02-06  Julien Danjou  <julien@danjou.info>
5360         * message.el (message-setup-1): Handle message-generate-headers-first
5361         set to t.
5363 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5365         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5366         API with a string "secrets:collection-name" and with 'default.
5367         (auth-source-backend-parse): Parse "secrets:collection-name" and
5368         'default.  Recurse on parses instead of repeating code.  Use the
5369         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5370         message when ignoring a source.
5371         (auth-source-search): List ignored search keys at the top level.
5372         (auth-source-netrc-create): Use `case' instead of `cond'.
5373         (auth-source-secrets-search): Created with TODOs.
5374         (auth-source-secrets-create): Created with TODOs.
5375         (auth-source-retrieve, auth-source-create, auth-source-delete)
5376         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5377         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5378         (auth-source-user-or-password-sftp)
5379         (auth-source-user-or-password-smtp): Remove.
5380         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5381         around `auth-source-search'.  Not tested thoroughly.
5383 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5385         * auth-source.el: Bring in assoc and eioeio libraries.
5386         (secrets-enabled): New variable to track the status of the Secrets API.
5387         (auth-source-backend): New EIOEIO class to represent a backend.
5388         (auth-source-creation-defaults): New variable to set prompt defaults
5389         during token creation (see the `auth-source-search' docstring for
5390         details).
5391         (auth-sources): Simplify to allow a simple string as a netrc backend
5392         spec.
5393         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5394         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5395         (auth-source-search): Main auth-source API entry point.
5396         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5397         (auth-source-search-collection): Helper function for searching.
5398         (auth-source-netrc-parse, auth-source-netrc-normalize)
5399         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5400         Supports search, create, and delete.
5401         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5402         backend stubs.
5403         (auth-source-user-or-password): Call `auth-source-search' but it's not
5404         ready yet.
5406 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5408         * message.el (message-setup-1): Remove the read-only stuff, since it
5409         doesn't work under XEmacs, for some reason.
5411         * gnus-sum.el (gnus-user-date): Rename back from
5412         gnus-summary-user-date since user code refers to it.
5414         * shr.el (shr-render-td): Store the actual background color used.
5416         * message.el (message-setup-1): Don't bind the constant
5417         -forbidden-properties.
5418         (message-setup-1): Revert previous change, since it needs to bind the
5419         props to insert them.
5420         (message-resend): Allow removing the read-only separator line.
5422 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5424         * nnimap.el (nnimap-request-accept-article): Give an error message if
5425         the APPEND wasn't successful.
5427 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5429         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5430         that have no groups.
5432 2011-02-03  Julien Danjou  <julien@danjou.info>
5434         * gnus-draft.el: Remove progn around gnus-draft-setup.
5436 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5438         * gnus-start.el (gnus-read-active-for-groups): This function is never
5439         called with a nil `infos', so clean that up.
5440         (gnus-get-unread-articles): Request active files from primary/secondary
5441         methods that have no groups (yet).
5443 2011-02-03  Julien Danjou  <julien@danjou.info>
5445         * message.el (message-setup-1): Always generate References first.
5446         (message-mail): Return the return value of message-setup, not always t.
5447         (message-setup-1): Insert mail-header-separator with read-only and
5448         intangible properties set.
5450         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5451         user-date in docstring.
5453         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5455         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5456         docstring.
5458         * gnus.el (gnus-user-date-format-alist): Change default value.
5459         Use defcustom, with type and group.  Move from gnus-util.el.
5460         Rename to gnus-summary-user-date-format-alist.
5462 2011-02-03  Glenn Morris  <rgm@gnu.org>
5464         * nnimap.el (gnus-fetch-headers): Declare.
5466         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5468 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5470         * message.el (message-forward-make-body-digest-plain)
5471         (message-followup, message-reply): Clean up things noted by Stefan.
5473         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5474         gnus-article-update-date-headers is nil.
5475         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5476         it didn't really work with defcustom.
5477         (article-update-date-lapsed): Make sure the window start doesn't move,
5478         either.
5480 2011-02-01  Julien Danjou  <julien@danjou.info>
5482         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5483         format.
5485         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5486         standard in Emacs nowadays.
5488 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5490         * message.el (message-expand-name): Don't trust the return value of
5491         bbdb-complete-name.
5492         (message-check-news-header-syntax): Remove unused var `start'.
5493         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5494         (message-inhibit-body-encoding): Move to before first use.
5495         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5496         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5497         (Organization, Message-ID, Date, mh-previous-window-config):
5498         Defvar the vars using dynamic scoping.
5500 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5502         * shr.el (shr-render-td): Only do colors at the final rendering.
5503         Should be slightly faster.
5504         (shr-insert-table): Fix up TD background colors when doing the
5505         vertical padding.
5507         * gnus-art.el (article-date-ut): Protect against articles with no Date
5508         header.
5509         (article-update-date-lapsed): Don't use current-column to find the
5510         horizontal position.  It's fragile in the presence of \003 characters.
5512         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5514 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5516         * gnus-art.el (article-transform-date): Rewrite to still work when
5517         there are several rfc2822 parts.
5518         (article-transform-date): Fix infinite recursion.
5519         (article-date-ut): Replace infinitely many Date headers with a single
5520         one when called interactively.
5522         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5523         secure manner.
5525         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5526         move around by not using save-window-excursion.  It seems to work...
5528 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5530         * gnus-art.el (article-make-date-line): Work for user-defined format.
5532 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5534         * nntp.el (nntp-retrieve-group-data-early)
5535         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5536         fetching functions.
5538         * gnus-start.el (gnus-read-active-for-groups): Read the active files
5539         thoroughly for all backends that have no known groups.  This should
5540         allow new nnml methods to retrieve mail.
5542         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5543         that Gnus doesn't know exists again.
5545         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5546         (gnus-treat-date-ut): Ditto.
5547         (gnus-article-update-date-header): Rename.
5548         (gnus-treat-date-local): Remove.
5549         (gnus-treat-date-english): Remove.
5550         (gnus-treat-date-lapsed): Remove.
5551         (gnus-treat-date-combined-lapsed): Remove.
5552         (gnus-treat-date-original): Remove.
5553         (gnus-treat-date-iso8601): Remove.
5554         (gnus-treat-date-user-defined): Remove.
5555         (gnus-article-date-headers): New variable to control all the date
5556         header options.
5557         (article-date-ut): Rewrite to allow using the new way to format date
5558         headers(s).
5560 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5562         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5563         method.
5564         (nnmail-article-group): A better test for fanciness.
5566         * nnimap.el (nnimap-request-head): Protect against not finding the
5567         article by Message-ID.
5569 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5571         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5572         keep point at the "same place".
5574 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5576         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5577         data if the group is inactive.
5579 2011-01-28  Julien Danjou  <julien@danjou.info>
5581         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5582         (gnus-all-windows-visible-p): Remove old compatibility code.
5583         (gnus-window-top-edge): Add docstring.
5585         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5587 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5589         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5590         older request-update-info.
5592         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5594 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5596         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5597         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5599 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5601         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5602         groups.  This makes the nndraft:queue group pop up if it's not already
5603         there.
5605         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5606         messages" logic, which was reversed.
5608         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5609         the "same place" even if point is on the line being replaced.
5610         (article-update-date-lapsed): Allow updating both the combined lapsed
5611         and the lapsed headers.
5612         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5613         (article-make-date-line): Limit the number of segments dynamically to
5614         avoid too-long lines.
5616 2011-01-27  Julien Danjou  <julien@danjou.info>
5618         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5619         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5621 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5623         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5624         Use plist-get instead of the cl function getf.
5626 2011-01-27  Glenn Morris  <rgm@gnu.org>
5628         * gnus-util.el (float-time): Get rid of compiler warning, again.
5630 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5632         * shr.el (shr-put-color): Special-case background colors: Do put them
5633         at the blank parts at the front of the lines.
5635         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5636         exit hook to nix out all data on readedness on group exit.
5638         * gnus-util.el (float-time): If float-time is bound, always use it on
5639         all Emacsen.  It's unclear why the subrp check was there.
5640         (time-date): Require to make some autoload issues on XEmacs go away.
5642         * shr.el (shr-put-color): Don't do the box padding in tables, since
5643         they're already padded.
5645 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5647         * gnus-art.el (gnus-article-next-page): When the last line of the
5648         article is displayed, scroll down once more instead of going to the
5649         next article at once.
5650         (article-lapsed-string): Refactor out and allow specifying how many
5651         segments you want.
5652         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5653         (gnus-article-update-lapsed-header): New variable.
5655         * shr.el: Revert change that made headings use different-sized faces.
5656         The Emacs display engine isn't advanced enough that, for instance,
5657         tables can comfortably use differently-sized faces.
5659 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5661         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5662         used.
5663         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5664         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5665         we're using an encrypted connection.
5667         * proto-stream.el: Alter the interface functions to also return the
5668         actual stream type used: network or TLS.
5670 2011-01-25  Julien Danjou  <julien@danjou.info>
5672         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5673         (mm-display-javascript-inline): New function.
5675         * mm-decode.el (mm-inline-media-tests): Add application/javascript
5676         viewing function.
5678 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5680         * shr.el (shr-expand-newlines): Fix variable name.
5682 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5684         * shr.el (shr-expand-newlines): Make nested boxes work.
5686 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5688         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5689         backgrounds.
5690         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5691         in a more sensible manner.
5693 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5695         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5696         if EPG is loaded.
5698 2011-01-24  Julien Danjou  <julien@danjou.info>
5700         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5701         tags.
5703 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5705         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5706         commands.
5708         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5709         in the article buffer.
5710         (gnus-gravatar-insert): Use blank space from the current buffer to
5711         avoid breaking text properties.  This makes X-Sent updating work again.
5713         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5715 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
5717         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5718         fix the bug in url-http.el instead.
5720         * shr.el (shr-image-fetched): Ditto.
5722         * shr.el (shr-image-fetched): Avoid having point move in the article
5723         buffer.
5725         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5726         buffer after being called.  It's apparently being killed by url.el, and
5727         killing it made point move to end-of-buffer in a random buffer.
5729         * shr.el (shr-image-fetched): Ditto.
5731 2011-01-23  Julien Danjou  <julien@danjou.info>
5733         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5735         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5736         text/x-org.
5738 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5740         * gnus-sum.el (gnus-summary-move-article): Protect against backends
5741         (i.e., nnimap) returning nil as the article number.
5743 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
5745         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5746         "DelSp" parameter in RFC3676.
5748 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5750         * message.el (message-check-recipients): Display the encoded version of
5751         the bogus address if they differ.
5753         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5754         after sending.
5756         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5758         * gnus-group.el (gnus-group-refresh-group): New convenience function.
5760         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5761         group buffer after sending the queue.
5763         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5765 2011-01-22  Julien Danjou  <julien@danjou.info>
5767         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5769 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5771         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5772         nested related parts.
5774         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5775         unexpired articles.  This fixes the regression that led expiry marks to
5776         disappear from nnfolder groups.
5778 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5780         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5781         Don't confuse the "ret" of "retrograde" with RET.
5783 2011-01-21  Julien Danjou  <julien@danjou.info>
5785         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5786         than mm-insert-inline.
5788 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5790         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5791         Widen article buffer.
5793 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5795         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5796         the temp buffer.
5797         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5799 2011-01-20  Julien Danjou  <julien@danjou.info>
5801         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5803         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5804         than mm-insert-inline to insert inline part: this respect
5805         mm-inline-media-tests displayers.
5807         * mm-view.el (mm-display-shell-script-inline): New function.
5809         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5811         * mm-uu.el (mm-uu-type-alist): Add org block.
5812         (mm-uu-org-src-code-block-extract): New function.
5814         * mm-view.el (mm-display-org-inline): New function.
5816         * mm-decode.el (mm-automatic-display): Add text/org.
5818         * mailcap.el (mailcap-mime-extensions): Add .org.
5820 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5822         * gnus-art.el (gnus-article-highlight): Remove argument passed to
5823         gnus-article-add-buttons.
5825 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
5827         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5828         From header with a date and "nobody" as the sender.
5830 2011-01-19  Julien Danjou  <julien@danjou.info>
5832         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5833         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5834         if you have the same regexp several times.
5835         (gnus-button-push): Fix matching when regexp is symbol.
5837 2011-01-15  Glenn Morris  <rgm@gnu.org>
5839         * message.el (message-mail): A compose-mail function should
5840         accept headers as strings.
5842 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
5844         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5845         Add :vert-only tags.
5846         (message-mail): New arg RETURN-ACTION.
5847         (message-return-action): New var.
5848         (message-bury): Use it.
5849         (message-mode): Make it buffer-local.
5850         (message-send-and-exit): Always call message-bury.
5852         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
5853         message-mail.
5855 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5857         * nnimap.el (nnimap-convert-partial-article): Protect against
5858         zero-length body parts.
5860         * mm-decode.el (mm-preferred-alternative-precedence):
5861         Discourage showing empty parts.
5863         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5864         and stuff if the backend didn't return the article number.  This fixes
5865         an Exchange-related nnimap bug.
5867         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5868         group window, because it does the wrong thing when a separate frame
5869         displays the group buffer.
5871         * proto-stream.el (open-protocol-stream): Protect against the low-level
5872         transport functions returning nil.
5874 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
5876         * mml2015.el (epg-sub-key-fingerprint): Autoload.
5877         (mml2015-epg-find-usable-secret-key): New function.
5878         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
5879         mml2015-epg-find-usable-key (Bug#7797).
5880         (mml2015-epg-encrypt): Ditto.
5882 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5884         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5886 2011-01-03  Glenn Morris  <rgm@gnu.org>
5888         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
5890         * sieve.el (sieve-open-server): Give a more explicit error if
5891         sieve-manage-open returns nil.  (Bug#7720)
5893 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
5895         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5897 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5899         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5900         This avoids sending passwords in plain text over non-encrypted
5901         channels.
5903         * shr.el (shr-rescale-image): Display all GIF images as animated images.
5905         * nnimap.el (nnimap-login): Refactored out into own function, and
5906         implement CRAM-MD5.
5907         (nnimap-wait-for-line): Refactored out.
5909         * mm-view.el (mml-smime): Require.
5911 2010-12-20  David Engster  <deng@eml.cc>
5913         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5914         use EPG to decrypt S/MIME messages instead of openssl.
5916 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5918         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5920         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5921         status is the group clearly is unreachable.
5923         * auth-source.el (auth-source-create): Add the optional second
5924         parameter to `local-variable-p' to be compatible with XEmacs.
5926 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5928         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5929         work when using a compressed nnml folder.
5931 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5933         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5934         backends after sanitising on entry, because this never makes sense:
5935         If the articles have gone missing, then the data no longer exists on
5936         the backend, and if they haven't, then Gnus is wrong, and shouldn't
5937         overwrite anything anyway.
5939         * shr.el (shr-insert-document): Bind shr-width dynamically to
5940         window-width if it's nil.
5942 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
5944         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5945         with the meaning of using the full emacs window width for rendering.
5947 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
5949         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5950         case when sender is not given.
5952 2010-12-23  Julien Danjou  <julien@danjou.info>
5954         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5955         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5956         the addresses, otherwise we might misplaced the gravatar.
5958 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
5960         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5961         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5962         obsolete in Emacs.
5964 2010-12-20  Julien Danjou  <julien@danjou.info>
5966         * gnus-util.el (gnus-rescale-image): Revert last change.
5968 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5970         * gnus-group.el (gnus-group-delete-articles): New command.
5972 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5974         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5976 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5978         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5979         here, since it's up to the backends to do CRLF removal if their
5980         protocol has it.
5982         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5984 2010-12-17  Julien Danjou  <julien@danjou.info>
5986         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5987         they are from file.  Can also scale up.
5989 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5991         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5992         Restore gnus-use-agent.
5993         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5995         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5997 2010-12-17  Julien Danjou  <julien@danjou.info>
5999         * gravatar.el (gravatar-retrieve-synchronously): New function.
6000         (gravatar-get-data): Make more robust.
6002 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6004         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6005         to really consider the last line.
6007 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6009         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6010         list of recipient keys, or use symmetric encryption if not a list.
6011         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6012         EPA override, replacing the call to `netrc-store-data'.
6014 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6016         * gnus-srvr.el: Avoid passing nil regexp argument to
6017         delete-matching-lines.
6019 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6021         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6022         fetching stops when Gnus exits.
6024         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6025         function.
6026         (nnfolder-request-expire-articles): Save all the buffers after doing
6027         expiry.
6029         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6030         the last article", since that led to serious performance regressions
6031         when expiring nnml groups.
6033 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6035         * nnir.el: Improve customizations.
6037 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6039         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6041         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6042         group has been killed.
6043         (gnus-group-yank-group): Ditto.
6045         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6047         * nnimap.el (nnimap-request-update-group-status): New function.
6049         * gnus-int.el (gnus-request-update-group-status): New interface
6050         function.
6052         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6053         copying read-ness to the backends.
6055         * nnimap.el (nnimap-quirk): New function.
6056         (nnimap-retrieve-group-data-early): Use it.
6057         (nnimap-quirks): New alist.
6059 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6061         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6062         don't delete it within indentation.
6064 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6066         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6067         previous line.
6069 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6071         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6072         QRESYNC command by deleting a superfluous space which broke Cyrus
6073         servers.  This change will break other servers that are buggy the other
6074         way around.
6076 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6078         * spam.el: Reindent and fix long lines.
6079         (spam-copy-or-move-routine): Exclude invalid move destinations.
6081 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6083         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6084         installed the registry.
6086 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6088         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6089         groupname doesn't contain "gmane".
6091 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6093         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6094         (gnus-1): Don't create the nndrafts group twice.
6095         (gnus-setup-news): There's no need to read the active file here, since
6096         that's done again later on a per-backend basis.
6097         (gnus-start-draft-setup): Make sure that the new group is started out
6098         empty.
6100         * gnus-agent.el (gnus-agentize): Don't create the queue group
6101         automatically on startup.  It'll be created later, if needed.
6103         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6104         of automatically subscribed groups.
6105         (gnus-auto-subscribed-categories): New variable.
6106         (gnus-matches-options-n): Use it.
6107         (gnus-default-subscribed-newsgroups): Remove unused variable.
6108         (gnus-start-draft-setup): Message a bit less.
6110 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6112         * nnir.el (nnir-run-imap): Return article list in order of increasing
6113         UID.
6115 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6117         * gnus-sum.el (gnus-summary-enter-digest-group):
6118         Mention gnus-auto-select-on-ephemeral-exit.
6120         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6121         convention of the network-only option.
6123 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6125         * proto-stream.el (proto-stream-open-network-only): New function to
6126         have a way to specify non-STARTTLS upgrade connections.
6128 2010-12-10  Julien Danjou  <julien@danjou.info>
6130         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6131         email address is nil.
6133         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6135 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6137         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6138         deletion.
6139         (nnir-run-imap): Only need to parse list once.
6141 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6143         * shr.el (shr-tag-script): Ignore <script>.
6144         (shr-tag-label): Add <label> support.
6146 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6148         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6150         * shr.el (shr-image-displayer): Work for images lined side by side.
6152 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6154         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6155         parameter, since XEmacs doesn't accept t as a parameter.
6157 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6159         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6160         ids.
6161         (nnir-run-gmane): Simplify groupspec formatting.
6162         (nnir-request-expire-articles): New function.
6164 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6166         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6167         overflow, possibly.
6169         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6170         (shr-render-td): Handle td style="" better.
6171         (shr-tag-table): Use the color from the style sheet.
6172         (shr-render-td): Make sure we copy over all the overlays, too.
6174 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6176         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6177         (nnir-request-article): Improve article retrieval.
6179 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6181         * mm-util.el (mm-extra-numeric-entities): New variable.
6183         * mm-url.el (mm-url-decode-entities):
6184         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6186 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6188         * message.el: Use completion-at-point.
6189         (message-completion-function): New fun, extracted from message-tab.
6190         (message-mode): Use it for completion-at-point-functions.
6191         (message-tab): Use it and completion-at-point.
6193 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6195         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6196         character if a non-breakable character follows.
6198 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6200         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6201         any stream.
6203         * shr.el (shr-tag-font): Colorize the region.
6204         (shr-tag-body): Ditto.
6205         (shr-tag-font): Actually let the styles be inherited instead of
6206         overwriting them.
6207         (shr-tag-font): Get the background color right.
6208         (shr-tag-style): Ignore all <style> tags for the moment.
6210         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6211         a Message-ID to avoid having nnimap depend on gnus-sum.
6213         * shr.el (shr-descend): Only colorize something if we have a node that
6214         sets colors.
6216 2010-12-06  Julien Danjou  <julien@danjou.info>
6218         * shr.el (shr-render-td): Render td content with shr-descend, so style
6219         will be applied to <td> too.
6220         (shr-colorize-region): Colorize region even if we only have a background.
6221         (shr-tag-body): Fix color and background color inheritance.
6222         Do not recolorize after shr-generic.
6223         (shr-tag-font): Let shr-generic colorize via inheritance.
6225 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6227         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6229 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6231         * nnir.el (nnir-request-move-article): Remove obsolete code.
6233 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6235         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6237 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6239         * gnus-sum.el (gnus-summary-respool-article): The completion function
6240         expects a list instead of an alist.
6242         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6243         string as the parameter.
6245         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6247         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6248         styles.
6249         (shr-colorize-region): New function.
6250         (shr-insert-background-overlay): Remove.
6251         (shr-render-td): Background setting should be taken care of on a higher
6252         level.
6253         (shr-tag-body): Use post-hoc colorizations.
6254         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6255         (shr-put-color-1): Don't overwrite old colors.
6256         (shr-colorize-region): When the background color isn't explicit, use
6257         a fixed background.
6259         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6260         nnmail variables.
6262 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6264         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6265         unless necessary.
6267 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6269         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6270         server.
6272 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6274         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6275         so that TAB works.
6277         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6278         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6280         * shr.el (shr-urlify): Show the URL before the title to avoid
6281         misleading URLs.
6283 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6285         * shr.el (shr-urlify): Display the title in <a> tags.
6287 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6289         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6291 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6293         * nnir.el: Rearrange code to allow macros to be autoloaded by
6294         gnus-sum.el.
6295         (nnir-retrieve-headers-override-function): Make this variable
6296         customizable.
6297         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6299         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6300         from nnir.el.
6302 2010-12-03  Julien Danjou  <julien@danjou.info>
6304         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6306 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6308         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6309         allow optional argument `environment'.
6311 2010-12-03  Glenn Morris  <rgm@gnu.org>
6313         * mm-extern.el (message-goto-body): Update declaration.
6315 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6317         * gnus-util.el (gnus-macroexpand-all): New function.
6319         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6320         instead of macroexpand-all that is unavailable in XEmacs.
6322 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6324         * nnir.el (nnir-summary-line-format): New variable.
6325         (nnir-mode): Use it.
6326         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6327         (nnir-article-ids): Reimplement as defsubst.
6328         (nnir-retrieve-headers): Don't mangle the subject header.
6329         (nnir-run-imap): Use 100 as RSV score.
6330         (nnir-run-find-grep): Fix for full server searching.
6331         (nnir-run-gmane): Better restriction to gmane groups.
6333         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6334         summary buffers.
6336 2010-12-02  Julien Danjou  <julien@danjou.info>
6338         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6340         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6342         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6343         support.
6345 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6347         * nnir.el: Update to handle the registry better.
6348         (autoload): Silence byte-compiler.
6349         (nnir-open-server): Add a hook for nnir groups.
6350         (nnir-request-move-article): Don't mangle the header.  Better to use
6351         formatting variables (which will be added in the future).
6352         (nnir-registry-action): Update the registry using the original article
6353         group name.
6354         (nnir-mode): Install nnir-specific hooks for updating the registry.
6356         * gnus-sum.el
6357         (gnus-article-original-subject,gnus-newsgroup-original-name):
6358         Remove obsolete variables.
6359         (gnus-summary-move-article): Remove use of obsolete variables.
6360         (gnus-summary-local-variables): Make move and delete hooks local to
6361         summary buffers.
6363 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6365         * rtree.el: New file.
6367 2010-12-01  Julien Danjou  <julien@danjou.info>
6369         * message.el (message-user-organization): Do not use
6370         gnus-local-organization.
6372         * gnus.el: Remove gnus-local-organization.
6374         * gnus-msg.el: Remove nastygram thing.
6376 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6378         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6379         funcall.
6381 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6383         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6384         names.
6386         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6387         characters.
6389         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6390         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6391         Suggested by Štěpán Němec <stepnem@gmail.com>.
6392         (gnus-gravatar-transform-address): Use mail-extract-address-components
6393         that supports non-ASCII names rather than mail-header-parse-addresses.
6395 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6397         * proto-stream.el (open-protocol-stream): All STARTTLS connections are
6398         handled by the network handler.
6400 2010-11-30  Julien Danjou  <julien@danjou.info>
6402         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6403         (nnimap-open-connection-1): Fix PREAUTH.
6405         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6407 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6409         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6410         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6411         (shr-insert): Use them.
6412         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6414 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6416         * nnir.el (nnir-request-move-article): Bail out if original group
6417         doesn't support article moves.
6418         (nnir-get-active): Improve active list retrieval.
6420 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6422         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6424 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6426         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6427         seem to accept strings-with-numbers as port numbers.
6429 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6431         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6432         change the registry.
6434 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6436         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6437         delete-dups that is not available in XEmacs 21.4.
6439         * mm-util.el (mm-delete-duplicates): Add comment.
6441 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6443         * nnir.el (nnir-ignored-newsgroups): New variable.
6444         (nnir-get-active): Use it.
6446 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6448         * proto-stream.el (proto-stream-open-network): Add some comments.
6450         * nntp.el (nntp-open-connection): Provide a :success condition.
6452         * nnimap.el (nnimap-open-connection-1): Ditto.
6454         * proto-stream.el (proto-stream-open-network): See what the response to
6455         the STARTTLS command is.
6457         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6458         backwards compatibility).
6459         (nnimap-open-connection-1): Really respect nnimap-server-port.
6461         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6462         TLS upgrades we don't really care about the identity of the peer.
6463         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6464         that what we've checked for.
6465         (proto-stream-always-use-starttls): Only default to t if
6466         open-gnutls-stream exists.
6467         (proto-stream-open-network): If STARTTLS failed, then just open a
6468         normal connection.
6469         (proto-stream-open-network): Wait until the greeting before doing
6470         STARTTLS.
6472         * nntp.el (nntp-open-connection): Report what the connection error is.
6474         * proto-stream.el (open-protocol-stream): Rename from
6475         open-proto-stream.
6477 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6479         * nnimap.el (nnimap-stream): Change default to `undecided'.
6480         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6481         first, and then network.
6482         (nnimap-open-connection-1): Respect nnimap-server-port.
6483         (nnimap-open-connection): Be more backwards-compatible.
6485         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6486         (proto-stream-open-starttls): De-duplicate the STARTTLS code.
6487         (proto-stream-open-starttls): Folded back into the main function.
6488         (proto-stream-open-network): Fix typo in the GnuTLS path.
6489         (proto-stream-command): Refactor out.
6491         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6493         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6494         starttls.el STARTTLS.
6496         * color.el (color-lab->srgb): Fix function call name.
6498         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6499         if we're using tls.el.
6500         (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
6501         built in, then don't try to establish a STARTTLS connection.
6503         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6504         servers.
6506         * proto-stream.el (open-proto-stream): Use network, not stream.
6507         (open-proto-stream): Add a way to specify what the end of a command is.
6509         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6510         connections types.
6511         (nntp-open-network-stream): Remove.
6512         (nntp-open-ssl-stream): Remove.
6513         (nntp-open-tls-stream): Remove.
6514         (nntp-ssl-program): Remove.
6516         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6518 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
6520         * nnir.el: Fix typos.
6521         (nnir-retrieve-headers-override-function): Rename variable to reflect
6522         new semantics.
6523         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6524         macros.
6525         (nnir-request-article, nnir-request-move-article): Use them.
6526         (nnir-categorize): New function.
6527         (nnir-run-query): Use it.
6528         (nnir-retrieve-headers): Rewrite to batch header retrieval.
6529         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6530         sorted.
6531         (nnir-group-full-name): Use gnus-group-full-name instead.
6532         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6533         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6535 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6537         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6539         * proto-stream.el: New library to provide protocol-specific
6540         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6541         protocols.
6542         (open-proto-stream): Complete the documentation.
6543         (proto-stream-open-network): Fix some typos.
6545         * nnimap.el (nnimap-open-connection): Use it.
6547 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6549         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6550         negotiation.
6552 2010-11-26  Julien Danjou  <julien@danjou.info>
6554         * color.el: Rename various rgb functions to srgb.
6556 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6558         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6559         names.
6561 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6563         * shr.el (shr-insert): Revert last change.
6564         (shr-find-fill-point): Never leave point being at bol;
6565         relax the kinsoku limitation when rendering tables.
6567 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6569         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6570         results from -accept-article.
6572         * shr-color.el: Require cl when compiling.
6574         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6575         checkin.
6577         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6579         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6581         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6582         'add and 'delete to set backend marks.
6584         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6586         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6588         * nntp.el (nntp-request-set-mark): Use it.
6590         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6592         * nnml.el (nnml-request-set-mark): Ditto.
6594         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6595         introduces regressions in article selection.
6596         (nnimap-find-uid-response): New function.
6597         (nnimap-request-accept-article): Use the UID returned, if any.
6598         (nnimap-request-move-article): Use the UID returned, if any.
6599         (nnimap-get-groups): Reimplement to work with folded lines.
6600         (nnimap-find-uid-response): The UID is the last element in the list.
6601         (nnimap-request-set-mark): Extend syntax with 'set.
6603         * nnml.el (nnml-request-set-mark): Ditto.
6605         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6607         * nntp.el (nntp-request-set-mark): Ditto.
6609 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6611         * message.el (message-called-interactively-p): A temporary macro.
6612         (message-goto-body): Use it temporarily.
6614 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6616         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6617         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6618         (nnimap-last-response-string): Fix last unfolding fix.
6620 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6622         * shr.el (shr-insert): Fix the way to fold lines.
6624 2010-11-25  Julien Danjou  <julien@danjou.info>
6626         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6628         * color.el: Rename from color-lab.el
6629         (color-rgb->hex): Add.
6630         (color-complement): Add.
6631         (color-complement-hex): Add.
6633         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6635 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6637         * shr-color.el (shr-color-visible): Don't bug out if the color names
6638         don't exist.
6640 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6642         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6643         assuming that article displaying or another mml-preview may be
6644         interrupted for an error or for the like.
6646         * shr.el (shr-get-background): Fix argument name.
6648 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6650         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6652         * gnus-sum.el (gnus-summary-include-articles): New function.
6654         * message.el (message-goto-body): called-interactively-p needs a
6655         parameter, so use `any'.
6657         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6658         clear marks before moving, since they're synced from the Gnus side
6659         first.
6661         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6662         (gnus-summary-move-article): Copy over all marks before moving, so that
6663         IMAP doesn't think a new article has arrived.
6665 2010-11-24  Julien Danjou  <julien@danjou.info>
6667         * shr.el (shr-insert-background-overlay): Fix typo.
6668         (shr-render-td): Copy the background before rendering.
6670         * shr-color.el (shr-color-visible): Fix docstring.
6672         * shr.el (shr-tag-table): Add bgcolor support.
6673         (shr-render-td): Add bgcolor support.
6674         (shr-get-background): Add.
6675         (shr-insert-foreground-overlay): Use shr-get-background.
6677         * message.el (message-goto-body): Use called-interactively-p.
6678         (message-in-body-p): message-goto-body returns point.
6680 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6682         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
6683         Fixes something or other in Emacs 23, and is backwards compatible.
6685         * message.el (message-goto-body): Remove the <#secure special-casing,
6686         which is too special.
6688         * shr.el (shr-parse-style): Drop !important from styles.
6690 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
6692         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6693         this function to return incorrect results when calling it with an
6694         explicit article argument different from
6695         (gnus-summary-article-number).
6697 2010-11-24  Julien Danjou  <julien@danjou.info>
6699         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6700         (shr-tag-body): Add background support.
6701         (shr-descend): Add background support.
6702         (shr-tag-title): Add.
6704         * shr-color.el (shr-color-visible): Really return original background
6705         if fixed.
6707 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6709         * shr.el (shr-color-check): Protect against non-existent color names.
6711 2010-11-24  Julien Danjou  <julien@danjou.info>
6713         * color-lab.el: Require 'cl when compiling.
6715         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6717         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6718         matched part.
6720         * color-lab.el: Fix all expt calls to use float type.
6722 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6724         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6725         expression to shr-color-check as is.
6727         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6729         * color-lab.el: Add coding cookie.
6730         (float-pi): Use eval-and-compile.
6732 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6734         * shr.el (shr-insert-color-overlay): Split stuff like
6735         "#444444 !important" to find the real color.
6736         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6737         parse <font color="red"> entries.
6739 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
6741         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
6742         point when parsing headers.
6744         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
6745         is positioned properly when parsing headers.
6747 2010-11-23  Julien Danjou  <julien@danjou.info>
6749         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6751         * shr-color.el (shr-color->hexadecimal): Add support for color names.
6753         * shr.el (shr-parse-style): Replace \n with space in style parsing.
6755         * shr-color.el (shr-color-hsl-to-rgb-fractions):
6756         Use shr-color-hue-to-rgb.
6757         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6759 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6761         * shr.el (shr-color->hexadecimal): Autoload.
6762         (shr-descend): Add color to all tags.
6764 2010-11-22  Julien Danjou  <julien@danjou.info>
6766         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6767         shr-color->hexadecimal.
6769         * shr-color.el (shr-color->hexadecimal): Add converting functions for
6770         RGB() or HSL() color representation.
6772         * shr.el (shr-tag-font): Add.
6773         (shr-tag-color-check): New function to get better colors.
6774         (shr-tag-insert-color-overlay): Factorize code between tag-font and
6775         tag-span.
6777         * shr-color.el: New file.
6779         * color-lab.el: New file.
6781         * gnus-art.el (gnus-url-mailto): Do not downcase args.
6783 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
6785         * nnir.el: Fix typo in comments.
6786         (nnir-run-imap): Simplify code.  No need to reverse artlist.
6787         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6789 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6791         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6793         * nnimap.el (nnimap-get-capabilities): Refactor out.
6794         (nnimap-open-connection): Re-request capabilities after STARTTLS.
6796 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
6798         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6799         appearing when `mm-uu-hide-markers' is nil.
6801 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6803         * nnimap.el (nnimap-unselect-group): Make into its own function.
6804         (nnimap-request-rename-group): Unselect group before renaming.
6805         This had gotten lost somewhere.
6806         (nnimap-request-accept-article): Keep track of examined groups, and
6807         unselect the group before APPENDing to read-only groups.
6808         (nnimap-request-move-article): Clear flags before moving so that they
6809         can be re-set later.
6811 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6813         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6814         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6816 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6818         * gnus-art.el (gnus-mime-display-single):
6819         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6820         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6821         parameter.
6823 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6825         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6826         (shr-table-vertical-line): New variable.
6827         (shr-insert-table): Use it.
6829 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6831         * gnus-html.el (gnus-html-wash-images): Don't display images if
6832         gnus-inhibit-images is non-nil; register displayer for cid images.
6833         (gnus-html-display-image): Work for cid image.
6834         (gnus-html-insert-image): Allow arguments.
6835         (gnus-html-put-image): Inhibit read-only.
6836         (gnus-html-prefetch-images): Don't prefetch images if
6837         gnus-inhibit-images is non-nil.
6839 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6841         * shr.el (shr-put-image): Break lines when inserting big pictures.
6843 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6845         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6846         sender, thanks Katsumi Yamaoka.
6848 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
6850         * nnir.el (nnir-run-imap): Reverse the article list for each group
6851         rather than the whole list.
6853 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6855         * shr.el (shr-image-displayer): Protect function against non-existent
6856         image source.
6858         * gnus-art.el (gnus-inhibit-images): New user option.
6859         (gnus-mime-display-single): Don't display image if it is non-nil.
6861         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6862         gnus-inhibit-images.
6864         * shr.el (shr-image-displayer): New function.
6865         (shr-tag-img): Use it.
6867 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6869         * mml2015.el (mml2015-epg-sign): Use From header.
6871 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6873         * gnus-html.el (gnus-html-wash-images): Register a displayer.
6875         * gnus-util.el (gnus-find-text-property-region): Return markers.
6877         * shr.el (shr-tag-img): Put a displayer in the text property.
6879         * gnus-util.el (gnus-find-text-property-region): New utility function.
6881         * gnus-html.el (gnus-html-display-image): Make the alt optional.
6882         (gnus-html-show-images): Remove.
6884         * gnus-art.el (gnus-article-show-images): New, more general function.
6886         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6887         image url text properties.
6889         * shr.el: Ditto.
6891         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6892         gnus-agent-auto-agentize-methods is set.  Which it isn't.
6894 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6896         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6897         work for two or more articles.
6899 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6901         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6902         divide an image that's in an html article to two or more when washing
6903         non-ASCII characters in alt text of it.
6905 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6907         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6908         smime-decrypt-region using function argument.
6909         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6911         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6913         * smime.el (smime-decrypt-region): Catch it.
6915 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6917         * smime.el (smime-mode-map): Move initialization into declaration.
6918         (gnus-run-mode-hooks): Don't autoload.
6919         (smime-mode): Use define-derived-mode.
6921 2010-11-11  Glenn Morris  <rgm@gnu.org>
6923         * smime.el (from): Restrict declaration to XEmacs.
6925         * nnir.el (gnus-group-topic-name): Autoload.
6927 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6929         * shr.el (shr-insert): Don't break long line if it is because of
6930         kinsoku-bol characters in the line end.
6932 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
6934         * nnir.el (nnir-request-move-article): Fix to provide original group
6935         and subject.
6936         (nnir-warp-to-article): Don't fail on articles whose headers haven't
6937         been retrieved.
6939         * gnus-sum.el (gnus-summary-move-article): Use original group and
6940         subject for virtual articles such as those in an nnir summary buffer.
6942 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6944         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6945         least 21.5).
6947         * smime.el (from): Declare it again for XEmacs.
6949 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6951         * message.el (message-resend): Don't disable encoding unless it's
6952         already encoded.
6954         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6955         low-numbered articles.
6957 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6959         * rfc2047.el (rfc2047-syntax-table): Simplify.
6961         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6962         set-char-table-range for XEmacs.
6964 2010-11-10  Glenn Morris  <rgm@gnu.org>
6966         * smime.el (from): Remove unused declaration.
6968         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6969         (gnus-float-time): On Emacs, always an alias.
6971         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6972         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6974 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6976         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6978 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6980         * shr.el (browse-url-mailto): Autoload.
6982         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6984         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6985         regexp doesn't need quoting.
6987 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
6989         * message.el (message-subject-trailing-was-ask-regexp)
6990         (message-subject-trailing-was-regexp): Match was: in addition to was.
6992 2010-11-09  Glenn Morris  <rgm@gnu.org>
6994         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6995         (nnbabyl-check-mbox): Use point-at-bol.
6997 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6999         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7001         * message.el (message-mailto): New function.
7002         (message-mailto): Should accept other parameters.
7003         (message-mailto): Remove since it duplicates browse-url-mailto
7004         functionality.
7006 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7008         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7009         methods.
7010         (gnus-read-active-file): Ditto.
7012         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7013         ": " from the prompt.
7014         (gnus-group-make-group): Ditto.
7016 2010-11-07  Glenn Morris  <rgm@gnu.org>
7018         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7019         (gnus-bookmark-kill-line): Use point-at-eol.
7021 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7023         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7024         asterisks in From header.
7026 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7028         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7029         string to avoid making the From headers syntactically invalid.
7031         * message.el (message-send-mail): Don't insert courtesy messages if the
7032         message already has List-Post and List-ID messages.
7034 2010-11-06  Glenn Morris  <rgm@gnu.org>
7036         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7037         `condition', `type', `length' a prefix.
7038         (gnus-treat-predicate): Update for above name changes.
7040 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7042         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7043         binding.  Handled by `gnus-summary-refer-thread' instead.
7044         (nnir-warp-to-article): New backend function.
7046         * nnimap.el (nnimap-request-thread): Force dependency updating.
7048         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7049         (gnus-summary-refer-thread): Rework to improve thread-referral.
7051         * gnus-int.el (gnus-warp-to-article): New function.
7053         * gnus-sum.el (gnus-summary-article-map): Bind it.
7055 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7057         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7058         gnus-summary-refer-thread.
7060         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7061         headers.
7062         (gnus-summary-limit-include-thread): Prevent articles in thread from
7063         being cut in gnus-cut-threads.
7064         (gnus-summary-refer-thread): Limit retrieved headers to those in
7065         thread.
7067 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7069         * message.el (message-send-mail): Use the value of
7070         message-courtesy-message from the message buffer.
7072         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7074         * shr.el (shr-browse-url): Implement mailto: URLs.
7076         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7077         "raw".
7079         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7080         if it's already selected.
7082         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7084 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7086         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7087         to measure the length and truncate alt text.
7089 2010-11-03  Glenn Morris  <rgm@gnu.org>
7091         * nndiary.el (nndiary-generate-nov-databases-1)
7092         (nndiary-generate-active-info): Rename dynamic variable `files' to
7093         something less generic.
7095 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7097         * nnir.el (nnir-request-move-article): Call the underlying backend to
7098         move articles from nnir.
7100 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7102         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7104 2010-11-02  Julien Danjou  <julien@danjou.info>
7106         * nnir.el: Remove wais support.
7108 2010-11-02  Glenn Morris  <rgm@gnu.org>
7110         * gnus-html.el: Reorder requirements to quieten compiler.
7112 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7114         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7115         properly for XEmacs as well.
7116         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7117         (gnus-article-natural-long-line-p): Use window-width rather than
7118         frame-width.
7120 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7122         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7123         (nnir-read-parms): Don't modify query.
7124         (nnir-run-query): Add ability to search topic on current line.
7125         (nnir-get-active): Clean up.
7127 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7129         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7130         degenerate articles.
7132         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7133         (gnus-print-buffer): Just print the buffer as is, without any copying
7134         to a buffer and then re-highlighting.
7136         * nnimap.el (nnimap-request-group): Store the new updated info.
7137         (nnimap-request-group): Select the group when we don't know whether it
7138         exists or not.
7140         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7141         groups.
7143         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7144         groups.
7146         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7147         groups.
7149         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7150         long-lines case by only filling the long lines.
7152         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7153         (bug #7311).
7155 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7157         * shr.el: No need to declare `declare-function' since shr.el is for
7158         only Emacsen that provide `libxml-parse-html-region'.
7160 2010-11-01  Glenn Morris  <rgm@gnu.org>
7162         * mm-util.el (gnus-completing-read): Autoload.
7163         (mm-read-coding-system): Simplify Emacs definition.
7165         * nnmail.el (gnus-activate-group):
7166         * nnimap.el (gnutls-negotiate):
7167         * nntp.el (netrc-parse): Fix declarations.
7169 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7171         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7172         string-match-p in Emacs >=23.
7174         * gnus-msg.el (gnus-configure-posting-styles):
7175         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7177 2010-11-01  Glenn Morris  <rgm@gnu.org>
7179         * nnir.el (declare-function): Add compat stub.
7180         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7181         (nnir-run-gmane): Require 'mm-url.
7183         * mm-util.el (mm-string-to-multibyte): Simplify.
7185         * shr.el (declare-function): Add compat stub.
7186         (url-cache-create-filename): Declare.
7187         (mm-disable-multibyte, widget-convert-button): Autoload.
7189         * smime.el (ldap-search): Declare.
7190         (smime-cert-by-ldap-1): Require ldap on Emacs.
7192         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7193         (nnimap-keepalive): Use gnus-float-time.
7195         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7196         (mail-source-delete-crash-box): Use gnus-float-time.
7198         * gnus-dired.el (gnus-completing-read): Autoload.
7200         * mm-view.el (gnus-rescale-image): Autoload.
7202         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7204         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7206         * sieve-manage.el: Require 'cl when compiling.
7208         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7209         (gnus-iswitchb-completing-read): Require iswitchb.
7210         (gnus-select-frame-set-input-focus): Silence compiler.
7212 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7214         * message.el (message-subject-trailing-was-query): Change default to t,
7215         since I think that's what most people want.
7217         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7218         appending for easier debugging.
7219         (nnimap-wait-for-connection): Take a regexp.
7220         (nnimap-request-accept-article): Wait for the continuation line before
7221         sending anything unless we're streaming.
7223         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7224         leave the header washing to take place.
7226 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7228         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7229         regular expression match and replace in posting styles.
7231 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7233         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7234         an entire server.
7235         (nnir-get-active): New function.
7236         (nnir-run-imap): Use it.
7237         (nnir-run-gmane): Who knew, gmane search returns an article score!
7239         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7240         server on the current line with nnir.
7242 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7244         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7245         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7246         left edge.
7247         (gnus-article-foldable-buffer): Skip past the prefix when determining
7248         raggedness.
7250         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7251         the raw article, and change `C-u g' to show the article without doing
7252         treatments.
7254         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7255         on to `gnus-treat-article'.
7256         (gnus-inhibit-article-treatments): New variable.
7258         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7260         * gnus-art.el (gnus-treatment-function-alist): Have
7261         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7262         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7263         sections.
7265         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7266         parameter.
7267         (gnus-article-fill-cited-long-lines): New function.
7268         (gnus-article-fill-cited-article): Allow filling only long sections.
7270         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7271         and non-punctuation (like after the apostrophe in "'We").
7273         * gnus-sum.el (gnus-summary-select-article): Make sure
7274         gnus-original-article-buffer is alive.
7276         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7277         reflect the order they are in the digest.
7279         * gnus.el (gnus-group-startup-message): Move point to the start of the
7280         buffer.
7282         * nnimap.el (nnimap-capability): New function.
7283         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7284         is set.
7286 2010-10-31  David Engster  <dengste@eml.cc>
7288         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7289         conform with changes to gnus-completing-read.
7291 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7293         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7295 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7297         * nnir.el: Move defvar, defcustom around to keep file organized
7298         and keep byte-compiler quiet.
7299         (nnir-read-parms): Accept search-engine as arg.
7300         (nnir-run-query): Pass search-engine as arg.
7301         (nnir-search-engine): Remove.
7303 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7305         * shr.el (shr-generic): The text nodes should be text, not :text.
7307         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7308         later in the file.
7310 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7312         * nnir.el: General clean up.  Allow searching with multiple engines.
7313         Allow separate extra-parameters for each engine.
7314         Batch queries when possible.
7315         (nnir-imap-default-search-key,nnir-method-default-engines):
7316         Add customize interface.
7317         (nnir-run-gmane): New engine.
7318         (nnir-engines): Use it.  Qualify all prompts with engine name.
7319         (nnir-search-engine): Remove global variable.
7320         (nnir-run-hyrex): Restore for now.
7321         (nnir-extra-parms,nnir-search-history): New variables.
7322         (gnus-group-make-nnir-group): Use them.
7323         (nnir-group-server): Remove in favor of gnus-group-server.
7324         (nnir-request-group): Avoid searching twice.
7325         (nnir-sort-groups-by-server): New function.
7327 2010-10-30  Julien Danjou  <julien@danjou.info>
7329         * gnus-group.el: Remove gnus-group-fetch-control.
7331         * gnus-start.el (gnus-find-new-newsgroups):
7332         Remove gnus-check-first-time-used.
7334         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7336 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7338         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7339         set on groups that don't have \* permanentflags.
7341 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7343         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7344         control the background color.
7345         (shr-tag-img): Ignore very small web bug type images.
7346         (shr-put-image): Add help-echo alt texts to the images.
7347         (shr-tag-video): Show the video poster image.
7349 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7351         * shr.el (shr-table-depth): New variable.
7352         (shr-tag-table-1): Only insert the images after the top-level table.
7354         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7356         * gnus-util.el (gnus-list-memq-of-list): New function.
7358         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7359         selected.
7360         (nnimap-unsplittable-articles): New slot.
7361         (nnimap-new-articles): Use it.
7363 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7365         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7366         move to the previous line on `M-g'.
7368 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7370         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7371         *-request-group, which seems unnecessary.
7373         * nnimap.el (nnimap-quote-specials): Function copied over from
7374         imap.el.
7375         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7376         they support that.  Suggested by Tom Regner.
7378 2010-10-29  Julien Danjou  <julien@danjou.info>
7380         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7381         defalias.
7382         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7384         * gnus.el: Remove `gnus-nntp-service' variable.
7385         (gnus-secondary-servers): Make obsolete.
7386         (gnus-nntp-server): Make obsolete.
7388         * gnus-start.el (gnus-1): Remove x-splash calls.
7390         * gnus-ems.el (gnus-x-splash): Remove.
7392         * gnus.el (gnus-group-startup-message): Simplify/update code.
7394         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7395         capability before doing anything.
7396         (gnus-group-insert-group-line): Remove useless
7397         gnus-group-remove-excess-properties.
7399 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7401         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7403 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7405         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7406         config after reselecting.
7408 2010-10-28  Julien Danjou  <julien@danjou.info>
7410         * shr.el (shr-put-image): Use point even if only inserting text.
7411         (shr-put-image): Save excursion when inserting alt text on non-graphic
7412         display, so the behavior is the same when we are on a graphic display.
7414         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7416 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7418         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7419         (gnus-mime-copy-part): Check coding system, not charset.
7420         (gnus-mime-view-part-externally): Never remove part.
7421         (gnus-mime-view-part-internally): Don't remove part here.
7422         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7423         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7424         multipart/alternative.
7426         * mm-decode.el (mm-display-part): Take optional arg `force'.
7428 2010-10-26  Julien Danjou  <julien@danjou.info>
7430         * gnus-group.el (gnus-group-default-list-level): Add this function to
7431         compute the default list level.
7432         (gnus-group-default-list-level): Add possibility to use a function.
7434 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7436         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7438         * gnus-group.el (gnus-group-completing-read)
7439         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7440         gnus-replace-in-string.
7442 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7444         * shr.el (shr-tag-div): Add.
7446 2010-10-25  Julien Danjou  <julien@danjou.info>
7448         * gnus-util.el: Remove `gnus-with-local-quit'.
7450         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7452 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7454         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7455         the original article buffer.
7457 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7459         * nnimap.el (nnimap-request-head): New function.
7460         (nnimap-request-move-article): Try to be slightly faster by not
7461         requesting the entire message when moving.
7462         (nnimap-transform-headers): Don't bug out on bodiless articles.
7463         (nnimap-send-command): Have no outstanding messages if the IMAP server
7464         doesn't support streaming.
7465         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7467 2010-10-24  Julien Danjou  <julien@danjou.info>
7469         * message.el (message-default-headers): Fix type.
7471 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7473         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7474         prefetching images.
7476         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7477         backend for unknown groups.  This is mainly useful for nnimap groups.
7479         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7480         group isn't covered by the agent.
7482 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7484         * nnir.el (nnir-method-default-engines): New variable.
7485         (nnir-run-query): Use it.
7486         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7487         (gnus-summary-nnir-goto-thread): Change group if needed.
7489         * gnus-group.el (gnus-group-group-map): Add key binding for
7490         gnus-group-make-nnir-group.
7492 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7494         * shr.el (shr-tag-object): Add.
7496         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7497         original article buffer live.
7498         (gnus-summary-select-article-buffer):
7499         Mention gnus-widen-article-buffer.
7501 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7503         * shr.el (shr-tag-strong): Add.
7505 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7507         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7508         group names.  They mess up the group buffer badly.
7510         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7512         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7513         instead of the summary one.
7515 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7517         * mml.el (mml-preview): Work properly when editing article.
7519         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7520         gnus-have-read-active-file if it's already been in.
7522 2010-10-22  Tom Tromey  <tromey@redhat.com>
7524         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7525         gnus-group-completing-read.
7527 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7529         * message.el (message-mode-map): Don't bind M-; to comment region, to
7530         allow the global comment-dwim to work.
7532 2010-10-21  Julien Danjou  <julien@danjou.info>
7534         * message.el (message-setup-1): Allow message-default-headers to be a
7535         function.
7537 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7539         * shr.el (shr-tag-table): Simplify.
7541 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7543         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7544         to avoid trying to snarf invalid stuff.
7546         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7548         * gnus.el (gnus-message-archive-group): Quote value.
7549         (gnus-message-archive-group): Mark as changed.
7551         * shr.el (shr-add-font): Don't put the font properties on the newline
7552         or the indentation.
7554         * message.el (message-fix-before-sending): Change options when sending
7555         non-printable characters.
7557         * gnus.el (gnus-message-archive-method): Change the default to
7558         monthly outgoing groups.
7560         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7561         that have gotten new numbers.
7563         * nnimap.el (nnimap-request-replace-article): New function.
7565 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7567         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7568         (nnrss-request-article): Don't use special html washing code.
7570 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7572         * shr.el (shr-tag-table): Remove useless nconc.
7574 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7576         * gnus-art.el (article-wash-html): Simplify and remove the charset
7577         stuff.  Use the normal html rendering code instead of the special html
7578         washing code.
7580         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7581         `gnus-w3m' symbols.
7582         (mm-text-html-washer-alist): Remove.
7584         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7585         (mm-inline-media-tests): Remove use.
7586         (mm-text-html-renderer): Change default to the `shr' symbol.
7588         * mm-view.el (mm-inline-text-html): Remove use.
7590         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7591         `gnus-blocked-images' to be a function.
7592         (gnus-article-wash-function): Remove.
7594 2010-10-20  Julien Danjou  <julien@danjou.info>
7596         * spam.el (spam-list-of-processors): Mark as obsolete.
7598         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7599         (nnimap-insert-partial-structure): Fix boundary detection.
7601 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7603         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7604         run file-truename on remote files.  This can be expensive and even
7605         prevent one from editing drafts if some unrelated buffer has a stale
7606         connection.
7608 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7610         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7611         kinsoku-eol regardless of shr-kinsoku-shorten.
7612         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7613         (shr-tag-table): Support caption, thead, and tfoot.
7615 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7617         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7618         lines.
7619         (shr-save-contents): New command and keystroke.
7621         * nndoc.el (nndoc-type-alist): Add git support.
7622         (nndoc-git-type-p): New function.
7623         (nndoc-transform-git-article): Ditto.
7624         (nndoc-transform-git-headers): Ditto.
7625         (nndoc-transform-git-headers): Generate Subject headers.
7627         * shr.el (shr-parse-style): New function.
7628         (shr-tag-span): Ditto.
7630         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7631         to `G G' to avoid collisions.
7633 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7635         * shr.el: Load kinsoku if necessary.
7636         (shr-kinsoku-shorten): New internal variable.
7637         (shr-find-fill-point): Make kinsoku shorten text line if
7638         shr-kinsoku-shorten is bound to non-nil.
7639         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7640         shr-indentation too when testing if table is wider than frame width.
7641         (shr-insert-table): Use `string-width' instead of `length' to measure
7642         text width.
7643         (shr-insert-table-ruler): Make sure indentation is done at bol.
7645 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7647         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7648         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7649         undecoded network data.
7651 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7653         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7654         name in the mode line spec so that the mode line menu works
7655         (bug #2431).
7657         * message.el (message-get-reply-headers): If we're fed `to-address',
7658         then always use that.
7660         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7661         aren't so wide as to need to switch off the edit menu.
7663         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7664         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7666         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7667         `M-g'.
7668         (nnimap-update-info): Update flags/read marks even if \* isn't part of
7669         the permanent marks.
7671 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
7673         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7674         Splitting according to references/in-reply-to obeys the ignore-groups
7675         variable, while splitting by sender and subject do not.
7677 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7679         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7680         alist, so that we can look for non-Unicode chars.
7681         (article-translate-strings): Allow both character and string maps.
7683 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7685         * shr.el (shr-insert): Don't insert space behind a wide character
7686         categorized as kinsoku-bol, or between characters both categorized as
7687         nospace.
7689 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
7691         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
7692         headers to gnus-newsgroup-headers.
7694 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7696         * shr.el (shr-tag-img): Don't align images -- since we're not
7697         rescaling, this often leads to ugly displays.
7699 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
7701         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7702         duplicates.
7704 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
7706         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7707         call.
7709 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7711         * gnus.el: Autoload gnus-html-show-images.
7713         * nnimap.el: Use nnheader-message throughout.
7715         * shr.el (shr-tag-img): Ignore images with no data.
7717 2010-10-15  Julien Danjou  <julien@danjou.info>
7719         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7720         a possibility to disable format=flow encoding when using hard newlines.
7722 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7724         * shr.el (shr-insert): Remove space inserted before or after a
7725         breakable character or at the beginning or the end of a line.
7726         (shr-find-fill-point): Do kinsoku; find the second best point or give
7727         it up if there's no breakable point.
7729 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7731         * nnimap.el (nnimap-open-connection): Message when opening connection
7732         for debugging purposes.
7734         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7735         on every setup buffer call to allow this to change from article to
7736         article.
7738         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7739         buffers where we have a wide table.
7741 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
7743         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7744         uses *-request-thread.
7746 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7748         * nnimap.el (nnimap-open-connection): Remove %s from openssl
7749         incantation, which is no longer valid.
7751 2010-10-14  Julien Danjou  <julien@danjou.info>
7753         * shr.el: Fix defcustom type (char -> character).
7755 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7757         * nnimap.el (nnimap-open-connection): tls-program should be a list of
7758         programs.
7760 2010-10-14  Julien Danjou  <julien@danjou.info>
7762         * shr.el (shr-tag-a): Use url-link as widget type.
7764         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7765         `gnus-group-get-icon'.
7767 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7769         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7770         This should make server editing work better.
7772         * shr.el (shr-find-fill-point): Don't inloop on indented text.
7774         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7775         (nnimap-parse-flags): Fix regexp.
7777         * shr.el (shr-find-fill-point): Use a filling algorithm that should
7778         probably work for CJVK text, too.
7780         * nnimap.el (nnimap-extend-tls-programs): Remove.
7781         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7783 2010-10-13  Julien Danjou  <julien@danjou.info>
7785         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7786         responses.
7788 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7790         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7792         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7793         anything in Emacs.
7795         * shr.el (shr-current-column): Remove buggy and unnecessary function.
7797 2010-10-13  Julien Danjou  <julien@danjou.info>
7799         * shr.el (shr-width): Make shr-width a defcustom with default to
7800         fill-column.
7801         (shr-tag-img): Use shr-width rather than fill-column.
7803 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7805         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7807         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7808         position when (X-)Faces exist.
7809         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7810         avatars when called interactively.
7812 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7814         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7815         gnus-article-x-face-too-ugly is bound.
7817 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7819         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7821         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7822         mailbox that doesn't exist.
7824 2010-10-12  Julien Danjou  <julien@danjou.info>
7826         * shr.el (shr-tag-img): Encode URL properly when retrieving.
7827         (shr-get-image-data): Encode URL properly when fetching from cache.
7828         (shr-tag-img): Use aligned-to spaces to align correctly images.
7830         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7831         before inserting the Gravatar.
7833         * shr.el (shr-tag-img): Add align attribute support for <img>.
7835 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7837         * gnus-gravatar.el (gnus-art): Require.
7839         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
7840         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7841         Remove long obsoleted functions.
7843 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7845         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
7847         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
7848         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
7849         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
7850         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
7851         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
7852         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
7853         Fix comment for declare-function.
7855 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7857         * nnimap.el (nnimap-request-rename-group): Select group read-only
7858         before renaming it.
7860         * shr.el (shr-insert): Fix up the white space only regexp.
7862         * nnimap.el (nnimap-transform-split-mail): Not all articles have
7863         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
7865         * shr.el (shr-current-column): New function.
7866         (shr-find-fill-point): New function.
7868 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7870         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
7871         numbers.
7873 2010-10-11  Julien Danjou  <julien@danjou.info>
7875         * shr.el (shr-hr-line): Add.
7876         (shr-tag-hr): Use shr-hr-line to specify which character to use to
7877         display hr lines.
7878         (shr-max-columns): Do not change state to nil if we just inserting
7879         spaces.
7881 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7883         * gnus-topic.el (gnus-topic-read-group): If after the last group,
7884         select the last group.
7886 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
7888         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7890 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7892         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7893         for Gnus.
7894         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7895         (nnimap-update-qresync-info): Mark \Seen articles as read.
7897         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7898         non-variable, too.
7900         * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
7901         available.
7902         (nnimap-update-info): Rely more on the current active than the param
7903         active to avoid marking articles as read too much.
7905         * auth-source.el (auth-source-create): Use (user-login-name) for the
7906         user name default.
7908         * nnimap.el (nnimap-update-info): If the server doesn't return any
7909         useful info, just use the previous info.
7910         (nnimap-update-info): Prefer old info over start-article.
7911         (nnimap-update-qresync-info): Finish implementing QRESYNC.
7913 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
7915         * nnir.el (autoload): Clean up autoloads.
7916         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7917         Use key rather than value.
7918         (nnir-imap-search-other): New variable.
7919         (nnir-read-parm): Use it.
7920         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7921         (gnus-summary-nnir-goto-thread): Modify to work with imap.
7923 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7925         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7926         the process, too.
7928 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7930         * spam.el (gnus-summary-mode-map): Bind to "$".
7931         Suggested by Russ Allbery.
7933         * shr.el: Rework the way things are indented by <li> slightly.
7935         * gnus.el (gnus-group-set-parameter): Fix typo.
7937         * nnimap.el: Start implementing QRESYNC support.
7939 2010-10-09  Julien Danjou  <julien@danjou.info>
7941         * nnir.el (nnir-engines): Fix too many arguments.
7943 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7945         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7946         group is the "last", so that the backends like nnfolder actually save
7947         their folders.
7949         * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
7950         try to use that for the TLS stream.
7951         (nnimap-retrieve-group-data-early): Rework the marks code to heed
7952         UIDVALIDITY and find out which groups are read-only and not.
7953         (nnimap-get-flags): Use the same marks parsing code as the rest of
7954         nnimap.
7956 2010-10-09  Julien Danjou  <julien@danjou.info>
7958         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7960         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7961         retrieving gravatars.
7963         * shr.el (shr-table-corner): Add.
7964         (shr-table-line): Add.
7965         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7967 2010-10-08  Julien Danjou  <julien@danjou.info>
7969         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7971 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
7973         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7975         * gnus-sum.el (gnus-mark-article-as-unread)
7976         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7977         (gnus-summary-set-bookmark): Use it.
7979         * gnus-msg.el (gnus-setup-message): Use it.
7981         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7983         * gnus.el (gnus-group-remove-parameter): Use it.
7985         * gnus-group.el (gnus-group-make-web-group): Use it.
7987         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7989         * nnregistry.el: Update docs to mention manual.
7991         * gnus-registry.el: Update docs to mention nnregistry.el.
7992         (gnus-registry-initialize): Don't install nnregistry refer method
7993         automatically.
7994         (gnus-registry-install-nnregistry): Remove it.
7996 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7998         * shr.el (shr-insert): Don't insert double spaces.
8000 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8002         * gnus-gravatar.el (gnus-treat-from-gravatar)
8003         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8004         called interactively.
8006         * gnus-art.el (gnus-mime-view-part-externally)
8007         (gnus-mime-view-part-internally): Make predicate function passed to
8008         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8009         of a mime type.
8011         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8013 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8015         * shr.el (require): Require cl when compiling.
8016         (shr-tag-hr): New function.
8018         * nnimap.el (nnimap-update-info): Remove double setting of high.
8019         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8020         This makes nnimap work properly on Courier again.
8022         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8023         the variable for backwards compatibility.
8025         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8026         the file name before using to avoid setting mm-default-directory to
8027         nil.
8029         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8030         bidning gnus-agent variables.
8032         * shr.el (shr-render-td): Use a cache for the table rendering function
8033         to avoid getting an exponential rendering behavior in nested tables.
8034         (shr-insert): Rework the line-breaking algorithm.
8035         (shr-insert): Don't leave trailing spaces.
8036         (shr-insert-table): Also insert empty TDs.
8037         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8039 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8041         * gnus-sum.el (gnus-number): Rename from `number'.
8042         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8043         (gnus-summary-limit-children): Update uses correspondingly.
8045 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8047         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8048         (gnus-gravatar-transform-address): Don't show avatars of people of
8049         which mail addresses match gnus-gravatar-too-ugly.
8051 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8053         * shr.el (shr-table-widths): Expand TD elements to fill available
8054         space.
8056 2010-10-07  Julien Danjou  <julien@danjou.info>
8058         * nnimap.el (nnimap-request-rename-group): Add this method.
8060 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8062         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8063         name from XEmacs' function-arglist.
8065         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8066         gravatar under XEmacs.
8068 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8070         * auth-source.el: Update docs with TODO items.
8072         * gnus-sync.el: Update docs to explain state and plans.
8074         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8075         Hooks for mark updates.
8076         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8078         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8079         hooks with arguments, which is needed for mark update hooks.
8081 2010-10-06  Julien Danjou  <julien@danjou.info>
8083         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8084         was matched.
8086         * sieve-manage.el: Update example in `Commentary'.
8088         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8090         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8091         not 2000.
8092         (sieve-manage-authenticate): Re-add function.
8094 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8096         * shr.el (shr-insert): Get 'space transition right.
8097         (shr-render-td): Only delete space at the end of the TD.
8099         * nnimap.el (nnimap-open-connection): Prepare to support
8100         open-gnutls-stream.
8102         * shr.el: Rearrange function order to be more logical.
8104 2010-10-06  Julien Danjou  <julien@danjou.info>
8106         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8107         (nnrss-discover-feed): Remove 404 URL in docstring.
8109         * nnir.el: Fix Swish-E URL.
8110         Fix Namazu URL.
8112         * message.el (message-change-subject): Remove 404 URL in a comment.
8114 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8116         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8117         called interactively.
8119         * gnus-util.el (gnus-remove-if): Allow hash table.
8120         (gnus-remove-if-not): New function.
8122         * gnus-art.el (gnus-mime-view-part-as-type):
8123         * gnus-score.el (gnus-summary-score-effect):
8124         * gnus-sum.el (gnus-read-move-group-name):
8125         Replace remove-if-not with gnus-remove-if-not.
8127         * gnus-group.el (gnus-group-completing-read):
8128         Regard collection as a hash table if it is not a list.
8130 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8132         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8134         * shr.el: Document the table-rendering algorithm.
8136         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8137         invalid URLs.
8139         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8140         line-broken.
8141         (shr-tag-img): Ignore image fetching errors.
8142         (shr-overlays-in-region): Compute overlay positions correctly.
8144         * mm-decode.el (mm-shr): Require shr.
8146         * gnus-art.el (gnus-blocked-images): Move variable here.
8148         * shr.el (shr-insert-table): Bind free variable.
8150         * mm-decode.el (mm-shr): Bind shr-content-function.
8152         * shr.el (shr-content-function): New variable.
8154         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8155         added for symmetry.
8157         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8159         * gnus-group.el (gnus-group-make-group): Doc fix.
8161         * nnimap.el (nnimap-request-newgroups): Return success.
8163         * shr.el (shr-find-elements): New function.
8164         (shr-tag-table): Put all the images after the table.
8165         (shr-tag-table): Really inhibit images inside the table.
8166         (shr-collect-overlays): Copy over overlays from the TD elements to the
8167         main document.
8169         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8170         gnus-blocked-images.
8172 2010-10-05  Julien Danjou  <julien@danjou.info>
8174         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8176         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8177         (gnus-html-maximum-image-size): Add this function.
8178         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8180         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8181         server-value of the capability is nil.
8183 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8185         * shr.el (shr-tag-em): Add <EM> tag.
8187 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8189         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8190         customizable.
8192         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8193         handing broken links to browse-url.
8195 2010-10-05  Julien Danjou  <julien@danjou.info>
8197         * gnus-util.el (gnus-emacs-completing-read)
8198         (gnus-iswitchb-completing-read): Use autoload rather than require.
8200 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8202         * gnus-util.el (gnus-completing-read-function): Exclude
8203         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8204         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8205         XEmacs.
8207         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8208         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8210         * gnus-html.el: Don't require help-fns under XEmacs.
8211         (gnus-html-schedule-image-fetching): Work for XEmacs.
8213         * mm-decode.el (mm-shr): Decode contents by charset.
8215 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8217         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8218         unknown.
8220         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8221         (shr-get-image-data): Ensure against the cache file missing.
8223         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8224         for data.
8226         * spam-report.el (spam-report-url-ping-plain): Don't query about
8227         killing the process.
8229         * shr.el (shr-render-td): Protect against too-wide text.
8231 2010-10-04  Julien Danjou  <julien@danjou.info>
8233         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8234         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8236         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8237         retrieved.
8239 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8241         * shr.el (browse-url): Require.
8242         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8243         lines.
8244         (shr-show-alt-text, shr-browse-image): New commands.
8245         (shr-browse-url, shr-copy-url): New commands.
8247         * gnus-sum.el (gnus-widen-article-window): New variable.
8248         (gnus-summary-select-article-buffer): Use it.
8250         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8251         without @ signs.
8253 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8255         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8257 2010-10-04  Julien Danjou  <julien@danjou.info>
8259         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8260         for XEmacs.
8262 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8264         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8266         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8267         (nnimap-close-server): Implement.
8269         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8270         (shr-insert): Tweak line breaking.
8271         (shr-insert): Handle <pre> better.
8272         (shr-tag-li): Get <li> indentation right.
8273         (shr-tag-li): Get <li> indentation even righter.
8274         (shr-tag-blockquote): Ensure paragraph start.
8275         (shr-make-table): Tweak table generation.
8276         (shr-make-table): Fix typo.
8278         * shr.el: Implement table rendering.
8280 2010-10-04  Julien Danjou  <julien@danjou.info>
8282         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8284 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8286         * shr.el (shr-insert): Use string anchors instead of line anchors.
8288 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8290         * shr.el: Add headings.
8291         (shr-ensure-paragraph): Actually work.
8292         (shr-tag-li): Make <ul> prettier.
8293         (shr-insert): Get white space at the beginning/end of elements right.
8294         (shr-tag-p): Collapse subsequent <p>s.
8295         (shr-ensure-paragraph): Don't insert double line feeds after blank
8296         lines.
8297         (shr-insert): \t is also space.
8298         (shr-tag-s): Fix "s" tag name function.
8299         (shr-tag-s): Fix face prop name.
8301 2010-10-03  Julien Danjou  <julien@danjou.info>
8303         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8305         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8306         gnus-window-inside-pixel-edges.
8308         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8309         gnus-ems.
8311         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8313         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8314         function.
8316         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8317         resize choice.
8319 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8321         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8322         beginning of the buffer.
8324         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8325         article buffer again.
8327         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8329         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8330         when it's at the start of the buffer.
8332         * shr.el (shr-tag-blockquote): Convert name.
8333         (shr-rescale-image): Use the right image-size variant.
8335         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8336         buffer isn't shown, then select the current article first instead of
8337         bugging out.
8338         (gnus-summary-select-article-buffer): Show both the article and summary
8339         buffers again.
8341         * shr.el (shr-fontize-cont): Protect against regions with no text.
8342         Rename tag functions to shr-tag-* for enhanced security.
8343         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8345 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8347         * shr.el (shr-insert):
8348         * pop3.el (pop3-movemail):
8349         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8350         loaded.
8352 2010-10-03  Glenn Morris  <rgm@gnu.org>
8354         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8356         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8358         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8360         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8362         * gnus-util.el (gnus-make-local-hook): Simplify.
8364 2010-10-02  Julien Danjou  <julien@danjou.info>
8366         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8367         (gnus-ido-completing-read): New function.
8368         (gnus-emacs-completing-read): New function.
8369         (gnus-completing-read): Use gnus-completing-read-function.
8370         Add gnus-completing-read-function.
8372 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8374         * shr.el (shr-insert-document): Autoload.
8375         (shr-img): Be silent.
8376         (shr-insert): Add a newline after every picture before text.
8377         (shr-add-font): Use overlays for combining faces.
8378         (shr-insert): Pass upwards the text start point.
8380         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8381         possible.
8382         (mm-shr): New function.
8384 2010-10-02  Julien Danjou  <julien@danjou.info>
8386         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8387         should go backward.
8389 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8391         * shr.el (shr): Fix typo in provide call.
8393 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8395         * shr.el: New file.
8397         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8399         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8400         completing read.
8402 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8404         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8405         we're being queried about.  Suggested by Dan Jacobson.
8407         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8408         Suggested by Jason Eisner.
8410         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8411         table, too.  Suggested by Stefan Wiens.
8412         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8413         the table unnecessary.  Suggested by Stefan Wiens.
8415         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8416         longer needed, and probably doesn't work either, as pointed out by
8417         Stefan Wiens.
8418         (gnus-summary-exit): Remove call to the clearing function.
8419         (gnus-summary-exit-no-update): Ditto.
8421         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8422         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8423         Reported by Stefan Monnier.
8424         (gnus-summary-save-in-rmail): Ditto.
8426         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8427         article buffer, instead of both the article buffer and the summary
8428         buffer.  Sort of suggested by Dan Jacobson.
8430         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8432         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8433         Suggested by Dan Jacobson.
8435         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8436         documentation clearer.
8438         * message.el (message-shorten-references): Comment on the number "21".
8439         Suggested by Stefan Monnier.
8441         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8442         Suggested by Dan Jacobson.
8444         * gnus.el (gnus-large-newsgroup):
8445         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8447         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8448         externalize attachments.  Bug reported by Steve Wen.
8450         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8451         really message anything to the user.
8453         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8454         directly.
8456         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8457         messages in empty groups.
8459 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8461         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8462         non-UIDNEXT group.
8464 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8466         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8467         not the value from the collection.
8469         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8470         values.  This sometimes happens on some groups that have no info.
8471         (nnimap-request-newgroups): New function.
8473 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
8475         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8476         check into `gnus-registry-initialize'.
8477         (gnus-registry-initialize): Ditto.
8478         Fix and extend header docs.
8480 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8482         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8483         regexp backtrace overflows.
8485         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8486         for starttls that tls.el implements; i.e. openssl.
8488 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8490         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8491         (gravatar-create-image): New function that's an alias to
8492         gnus-xmas-create-image, gnus-create-image, or create-image.
8493         (gravatar-data->image): Use it.
8495 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8497         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8498         install the nnregistry refer method.
8499         (gnus-registry-install-hooks): Use it.
8500         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8501         unfollowed groups.
8503 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8505         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8506         expanding threads.
8508 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8510         * nnir.el: Use the server names without suffixes (bug #7009).
8512         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8513         unencrypted to STARTTLS, if possible.
8515 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8517         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8518         headers before superseding.
8520 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8522         * nnrss.el (nnrss-use-local): Add documentation.
8524         * nnimap.el (nnimap-extend-tls-programs): New function.
8525         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8526         (nnimap-wait-for-connection): Accept the greeting from the stupid
8527         output from openssl s_client -starttls, too.
8529         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8530         article number.
8531         (nnimap-split-fancy): New variable.
8532         (nnimap-split-incoming-mail): Use it.
8534         * nntp.el (nntp-server-list-active-group): Document.
8536         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8537         SELECT to get the message-id.
8539         * mail-source.el (mail-sources): Remove webmail support.
8540         (defvar): Ditto.
8541         (mail-source-fetcher-alist): Ditto.
8542         (mail-source-fetch-webmail): Remove.
8544         * webmail.el: Remove -- doesn't seem relevant any more.
8546         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8548         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8549         the \r.
8551 2010-09-30  Julien Danjou  <julien@danjou.info>
8553         * gnus-agent.el (gnus-agent-add-group): Fix call to
8554         gnus-completing-read.
8556 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8558         * nndoc.el (nndoc-retrieve-groups): New function.
8560         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8561         `default', use nnmail-split-methods.
8562         (nnimap-request-article): Downcase the NILs so that they are nil.
8564         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8565         symbol.
8567         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8568         code, since if the user has requested network, that's what they ought
8569         to get.
8570         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8571         (nnimap-split-rule): Mark as obsolete.
8573         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8574         New variable.
8576         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8577         correct slot, too.
8579 2010-09-29  Julien Danjou  <julien@danjou.info>
8581         * gnus.el (gnus-local-domain): Declare variable obsolete.
8583         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8584         Fix history computing.
8585         (gnus-ido-completing-read): Require ido.
8587 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8589         * gnus-registry.el: Don't prompt on load, which makes it impossible to
8590         build Gnus.
8592         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8593         when interpreting the structures.
8594         (nnimap-request-accept-article): Add \r\n to the lines to make this
8595         work with Cyrus.
8597         * nndraft.el (nndraft-request-expire-articles): Use the group name
8598         instead if "nndraft".  Fix found by Nils Ackermann.
8600 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
8602         * nnregistry.el: Add.
8604 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8606         * nnmail.el (group, group-art-list, group-art):
8607         Remove unneeded directives.
8609 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8611         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8612         (mm-mime-charset):
8613         * rfc2047.el (rfc2047-syntax-table):
8614         * utf7.el (utf7-utf-16-coding-system): Comment fix.
8616         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8617         rather than `insert-file-contents' and `eval-region'.
8619 2010-09-29  Julien Danjou  <julien@danjou.info>
8621         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8622         replacement of `gnus-gravatar-relief' to mimic
8623         `gnus-faces-properties-alist'.
8624         Add :version property.
8626 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8628         * mail-source.el (mail-source-report-new-mail):
8629         * message.el (message-default-mail-headers):
8630         * mm-decode.el (mm-valid-image-format-p): Comment fix.
8632         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8634 2010-09-28  Julien Danjou  <julien@danjou.info>
8636         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8637         mail-address contains the same string as real-name.
8639         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8640         non-blank in header, otherwise it'll get stripped.
8642         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8643         real-name, and then for mail address rather than doing : or , search.
8645 2010-09-27  Julien Danjou  <julien@danjou.info>
8647         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8648         right completing-read function.
8649         (gnus-use-ido): New variable
8650         (gnus-completing-read-with-default): Remove.
8651         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8652         (gnus-agent-add-group):
8653         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8654         * mm-view.el (mm-view-pkcs7-decrypt):
8655         * mm-util.el (mm-codepage-setup):
8656         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8657         * mml-smime.el (mml-smime-openssl-sign-query):
8658         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8659         (mml-insert-multipart):
8660         * gnus-msg.el (gnus-summary-yank-message):
8661         * gnus-int.el (gnus-start-news-server):
8662         * mm-decode.el (mm-interactively-view-part):
8663         * gnus-dired.el (gnus-dired-attach):
8664         * gnus.el (gnus-read-method):
8665         * gnus-bookmark.el (gnus-bookmark-jump):
8666         * gnus-art.el (gnus-mime-view-part-as-type)
8667         (gnus-mime-action-on-part, gnus-article-encrypt-body):
8668         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8669         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8670         * nnmairix.el (nnmairix-create-server-and-default-group)
8671         (nnmairix-update-groups, nnmairix-get-server)
8672         (nnmairix-backend-to-server, nnmairix-goto-original-article)
8673         (nnmairix-get-group-from-file-path):
8674         * nnrss.el (nnrss-find-rss-via-syndic8):
8675         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8676         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8677         (gnus-group-browse-foreign-server):
8678         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8679         (gnus-summary-execute-command, gnus-summary-respool-article)
8680         (gnus-read-move-group-name):
8681         * gnus-score.el (gnus-summary-increase-score)
8682         (gnus-summary-score-effect):
8683         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8685 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8687         * nnimap.el (auth-source-forget-user-or-password)
8688         (auth-source-user-or-password): Autoload.
8690         * message.el (message-from-style, message-interactive)
8691         (message-signature): Remove comment.
8692         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
8693         always.
8694         (message-sendmail-envelope-from): Comment fix.
8695         (message-yank-prefix): Default to mail-yank-prefix always.
8696         (message-indentation-spaces):
8697         Default to mail-indentation-spaces always.
8698         (message-signature-file): Default to mail-signature-file always.
8700 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8702         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8703         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8704         new articles.
8706         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8707         parts.
8708         (nnimap-request-article): Work with the t setting, too.
8710         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8711         that you don't get flashes of other buffers.
8712         (gnus-summary-show-complete-article): Intern before setting.
8714 2010-09-27  David Engster  <dengste@eml.cc>
8716         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8717         well as HEADERS.
8718         (nnmairix-retrieve-headers): Provide new argument for the above.
8720 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8722         * gnus-sum.el (gnus-summary-move-article): Don't alter
8723         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
8724         group.
8726         * nnimap.el (nnimap-update-info): Don't destructively alter active.
8728         * message.el (message-cite-prefix-regexp): Revert my last edit.
8730         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8731         variable instead of the Gnus variable.
8733         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8735         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8737         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8738         since some servers don't like it.
8739         (nnimap-open-connection): Forget credentials if the server says the
8740         password was wrong.
8741         (nnimap-parse-line): Protect against invalid data.
8743         * gnus-sum.el (gnus-summary-move-article): Add comment.
8744         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8745         nothing alters it while scanning for new messages.
8747         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8748         which may or may not help.
8749         (nnimap-open-connection): If we're doing a stream connection, and then
8750         discover we're on a STARTTLS-capable server, then open a STARTTLS
8751         connection instead.
8753 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8755         * nnimap.el (utf7): Require.
8757         * message.el (message-cite-prefix-regexp): Remove "}" from citation
8758         prefix.
8760 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
8762         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8764 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8766         * nnimap.el (nnimap-request-accept-article): Message the error on
8767         error.
8769 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8771         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8773 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8775         * nndoc.el (nndoc-request-list): Return success always.
8777         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8778         `fetch-old' -- we only want to fetch the articles we've requested.
8779         The rest are in the agent, probably.
8780         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8781         disappeared server" to something low.  It's not important.
8783         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8784         arrived before the FETCH data.
8786         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8787         target here, because we don't know the Gnus name of the group.
8789         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8790         for the correct group.
8792         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8794         * gnus.el (gnus): Give a final warning after startup.
8796         * gnus-util.el (gnus-action-message-log): New variable.
8797         (gnus-message): Use it.
8798         (gnus-final-warning): New function.
8800         * nnimap.el (nnimap-open-connection): Record the greeting.
8801         (nnimap): Add greeting.
8803 2010-09-26  Julien Danjou  <julien@danjou.info>
8805         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8806         arguments.
8807         (gnus-html-wash-images): Fix spec computing to include start/end.
8809         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8811 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8813         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8814         deletion.
8815         (nnimap-retrieve-headers): Don't select the group, because that's
8816         already done by nnimap-possibly-change-group.
8818         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8819         (gnus-picon-transform-address): Use it.
8821         * mail-source.el (mail-source-value): Revert previous patch.
8823         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8824         on failure.
8825         (nnimap-open-connection): Look up both virtual and physical server name
8826         credentials.
8828         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8830 2009-02-08  Dave Love  <fx@gnu.org>
8832         * gnus-win.el (gnus-window-to-buffer-helper)
8833         (gnus-all-windows-visible-p): Function needn't be a symbol.
8835         * mail-source.el (mail-source-value): Function needn't be a symbol.
8837 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8839         * message.el (message-cite-prefix-regexp): Remove } from the cite
8840         prefix.
8842         * gnus-art.el (gnus-treatment-function-alist): Do picons before
8843         highlight again, so that the highlight is correct.
8845         * gnus-picon.el (gnus-picon): Remove again.
8846         (gnus-picon-create-glyph): Set the background XPM color explicitly.
8848         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8849         doing the header highlightling, so that the background color of the
8850         picon is correct.
8852         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8853         (gnus-picon): Ditto.
8854         (gnus-picon): Reinstate.  The background color for picons is white.
8855         (gnus-picon-insert-glyph): Make the background white.
8857         * nnml.el (nnml-open-nov): Don't return dead buffers.
8859         * auth-source.el (auth-source-create): Query the user for whether to
8860         store the credentials.
8862         * auth-source.el (auth-source-user-or-password): Use the existing auth
8863         sources, if any, for creation.
8865         * gnus.el (gnus-group-fast-parameter): Return the last matching
8866         parameter instead of the first matching parameter.
8868 2010-09-26  Julien Danjou  <julien@danjou.info>
8870         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8872 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8874         * mml2015.el (mml2015-use): Remove gpg support.
8876         * mml1991.el (mml1991-function-alist): Remove gpg function.
8877         (mml1991-gpg-sign): Remove.
8879 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
8881         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8882         (gnus-browse-unsubscribe-current-group): Document it.
8883         (gnus-browse-unsubscribe-group): Use it.
8885 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8887         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8888         address to the To list for easier response.
8890         * gnus.el (gnus-play-startup-jingle): Remove.
8891         (gnus-splash): Don't play jingle.
8892         (gnus): Silence gnus-load message.
8894         * gnus-art.el (gnus-treat-play-sounds): Remove.
8896         * gnus.el (gnus-play-jingle): Remove audio support.
8898         * gnus-cus.el (gnus-score-customize): Remove audio reference.
8900         * earcon.el: Remove -- no users.
8902         * gnus-audio.el: Remove -- no users of this package.
8904         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8906         * gnus-start.el (gnus-setup-news): Remove nocem support.
8908         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8910         * gnus.el (gnus-use-nocem): Remove.
8912         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8913         Remove.
8915         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
8916         uses NoCeM any more.
8918         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8919         (gnus-button-ctan-handler): Ditto.
8920         (gnus-button-handle-ctan-bogus-regexp): Ditto.
8921         (gnus-button-ctan-directory-regexp): Ditto.
8922         (gnus-button-handle-ctan): Ditto.
8923         (gnus-button-tex-level): Ditto.
8924         (gnus-button-alist): Remove CTAN stuff.
8926 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8928         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8929         nnimap-streaming test.
8931         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8932         servers twice.
8934         * nnimap.el (nnimap-open-connection): Add more error reporting when
8935         nnimap fails early.
8937         * nnheader.el (nnheader-get-report-string): New function.
8938         (nnheader-get-report): Use it.
8940         * gnus-int.el (gnus-check-server): Say what the error was when opening
8941         failed.
8943         * nnimap.el (nnimap-wait-for-response): Search further when we're not
8944         using streaming.
8946 2010-09-25  Julien Danjou  <julien@danjou.info>
8948         * gnus-html.el (gnus-html-rescale-image): Use our defalias
8949         gnus-window-inside-pixel-edges.
8951 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8953         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8955         * mm-decode.el (mm-save-part): Allow saving to other directories the
8956         normal Emacs way.
8958         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8959         Suggested by Jay Berkenbilt.
8961         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8962         there isn't a single byte.
8964         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8965         just do it.  It doesn't really seem to matter what the user responds
8966         here, I think, so it's just a confusing question.
8968         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8969         non-streaming case.
8971         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8972         (gnus-article-encrypt-body): Use it.
8974         * gnus-sum.el (gnus-summary-show-complete-article): New command and
8975         keystroke.
8977         * nnimap.el (nnimap-find-wanted-parts-1):
8978         Use gnus-fetch-partial-articles.
8980         * gnus-art.el (gnus-fetch-partial-articles): New variable.
8982         * nnimap.el (nnimap-insert-partial-structure): New function.
8983         (nnimap-get-partial-article): New function.
8984         (nnimap-request-article): Use it.
8985         (nnimap-wait-for-response): Return whether the wait was successful.
8986         (nnimap-finish-retrieve-group-infos): Don't do anything if the
8987         retrieval wasn't successful.
8988         (nnimap-retrieve-group-data-early): Allow throttling servers.
8989         (nnimap-streaming): New variable.
8990         (nnimap-fetch-partial-articles): Remove.
8992         * mm-decode.el (mm-with-part): Protect against killed buffers.
8994         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8995         for prettier summary display.
8997 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
8999         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9001 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9003         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9004         apparently third-party libraries depend on it.
9006         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9007         before starting negotiation.
9009         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9010         privacy reasons.
9011         (gnus-treat-mail-gravatar): Ditto.
9013         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9014         buffer when inserting images.  Inserting text into the headers, for
9015         instance, can make them invalid.
9017 2010-09-25  Julien Danjou  <julien@danjou.info>
9019         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9020         variables.
9022         * nnheader.el: Remove useless variables news-reply-yank-from and
9023         news-reply-yank-message-id.
9025         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9026         variables.
9028         * mml1991.el: Remove useless mml1991-verbose.
9030         * gnus.el: Remove useless variable gnus-use-generic-from.
9031         Remove obsolete variable gnus-topic-indentation.
9033         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9035         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9037         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9039         * gnus-group.el: Remove useless gnus-group-icon-cache.
9040         Remove useless gnus-ephemeral-group-server.
9042         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9044         * mml2015.el: Remove useless mml2015-verbose.
9046         * mml-smime.el: Remove useless mml-smime-verbose.
9048         * gnus.el: Remove useless gnus-local-domain.
9050         * gnus-gravatar.el (gnus-gravatar-transform-address):
9051         Use gnus-gravatar-size.
9053         * gnus-art.el: Remove useless gnus-treat-translate.
9055 2010-09-24  Julien Danjou  <julien@danjou.info>
9057         * gnus-sum.el: Add support for Gravatars.
9059         * gnus-art.el: Add support for Gravatars.
9061         * gnus-gravatar.el: Add this file.
9063         * gravatar.el: Add this file.
9065 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9067         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9069         * gnus-group.el (gnus-group-fetch-faq): Remove.
9071         * gnus.el (gnus-group-faq-directory): Remove.
9073         * gnus-group.el (gnus-group-fetch-charter): Remove.
9075         * gnus.el (gnus-group-charter-alist): Remove.
9077         * gnus-group.el (gnus-group-archive-directory): Remove.
9078         (gnus-group-recent-archive-directory): Ditto.
9079         (gnus-group-make-archive-group): Remove.
9081         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9083         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9084         use the same article number for all the cached articles.
9086         * nnimap.el (nnimap-command): Register the last command time so
9087         that we can use it for idling NOOPs.
9088         (nnimap-open-connection): Start the keeplive timer.
9089         (nnimap-make-process-buffer): Store all the process buffers.
9090         (nnimap-keepalive): New function.
9092         * starttls.el (starttls-open-stream): Add autoload cookie.
9094 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9096         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9097         handling.
9099 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9101         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9102         its data structures.
9104         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9105         instead of the cl.el copy-list.
9106         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9107         equalp.
9109 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9111         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9112         and tool-bar-local-item-from-menu.
9114         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9115         mode-line-highlight face for Emacs.
9117         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9118         loading gnus-sum.elc; fix comment for canlock-verify.
9119         (gnus-article-jump-to-part): Use read-number.
9120         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9121         Remove Emacs pre-21 compatible code for help-echo.
9122         (gnus-article-next-page-1): No need to adjust the number of lines.
9123         (gnus-article-describe-bindings): Always use help-buffer.
9125         * gnus-audio.el (gnus-audio-inline-sound):
9126         * gnus-cus.el (gnus-custom-mode):
9127         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9129         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9131         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9132         compatible code.
9134 2010-09-24  Glenn Morris  <rgm@gnu.org>
9136         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9137         visiting the fcc file in rmail-mode.
9139 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9141         * nnir.el: Silence the byte compiler.
9143         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9144         alias to browse-url-url-encode-chars if any.
9145         (gnus-html-encode-url): Use it.
9147 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9149         * gnus-start.el (gnus-use-backend-marks): New variable.
9150         (gnus-get-unread-articles-in-group): Use it.
9152         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9153         makeover.
9155 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9157         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9159 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9161         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9162         Remove.
9163         (gnus-setup-news-hook):
9164         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9166         * gnus-int.el (gnus-request-update-info): Protect against backends not
9167         having the function.
9169         * nnimap.el (nnimap-stream): Mention STARTTLS.
9170         (nnimap-open-connection): Add STARTTLS support.
9172 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9174         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9176 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9178         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9179         BODYSTRUCTUREs.
9180         (nnimap-transform-headers): Unfold quoted {42} headers.
9182         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9183         the info.
9184         (gnus-get-unread-articles): Only call updatep on backends that support
9185         it.
9187         * nnweb.el (nnweb-request-update-info): NOOP.
9189         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9191         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9192         since it only deals with marks.
9194         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9195         gnus-request-marks, and make a new gnus-request-update-info.
9197         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9198         the active instead of the high number, which is usually too low.
9200 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9202         * encrypt.el: Remove.
9204 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9206         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9207         server in symbolic form.
9209         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9211 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9213         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9214         (nnimap-update-info): Fix up code slightly.
9216         * gnus-int.el (gnus-open-server): Add tracing for performance
9217         debugging.
9219         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9220         (gnus-group-insert-group-line): Pass the real group name so that it
9221         gets the right data.
9223         * gnus-start.el (gnus-get-unread-articles): Don't have
9224         `gnus-get-unread-articles-in-group' update info, since that can be
9225         really slow and doesn't seem to be needed?
9227 2010-09-22  Julien Danjou  <julien@danjou.info>
9229         * gnus-group.el (gnus-group-insert-group-line):
9230         Call gnus-group-highlight-line.
9231         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9232         default hook list.
9233         (gnus-group-update-eval-form): Add new function.
9234         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9235         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9237 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9239         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9240         immediate, then expire all articles.
9241         (nnimap-update-info): Fix off-by-one errors.
9242         (nnimap-flags-to-marks): Would return no marks lists for group with no
9243         flags.  Instead return the other data.
9245 2010-09-22  Julien Danjou  <julien@danjou.info>
9247         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9248         Only return an icon.
9249         (gnus-group-insert-group-line): Compute icon to return.
9251         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9252         (gnus-html-image-fetched): Only cache if
9253         gnus-html-image-automatic-caching is set.
9254         (gnus-html-image-fetched): Check for errors.
9256 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9258         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9259         once per method on `g'.  This ensures that backends like nnfolder don't
9260         open all their folders.
9262         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9263         (nnimap-request-list): Nix out group in the correct buffer.
9264         (nnimap-parse-flags): Implement by using `read' instead of
9265         hand-parsing.
9266         (nnimap-flags-to-marks): Pass on permanent-flags.
9267         (nnimap-make-process-buffer): Record the server name.
9268         (nnimap-parse-flags): Fix typo.
9269         (nnimap-request-scan): Run split on the server in general, not just a
9270         single group.
9272         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9273         parameter, and propagate this downwards.
9275         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9276         since EXAMINE changes it on the server.
9278         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9279         this command might take a while.
9281 2010-09-22  Julien Danjou  <julien@danjou.info>
9283         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9284         harmful if you have 2 images side-by-side, they can't be properly
9285         update on text deletion.  Using text-property is safer here.
9286         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9287         data.
9289 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9291         * nnimap.el (nnimap-expunge-inbox): Remove.
9292         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9293         (nnimap-expunge): Flip default to t.
9295         * gnus.el (gnus-method-to-server): Don't push things to the cache
9296         unless it's unique.
9297         (gnus-server-to-method): Ditto.
9299 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9301         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9303 2010-09-22  Julien Danjou  <julien@danjou.info>
9305         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9306         get the start of data.
9307         (gnus-html-encode-url): Add this function to encode special chars in
9308         URL.
9309         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9310         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9312         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9313         default.
9314         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9316         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9317         images alt-text.
9318         (gnus-html-put-image): Put alt-text as help-echo.
9320 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9322         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9323         * mm-util.el (mm-decompress-buffer):
9324         * nnir.el (nnir-run-find-grep):
9325         * pop3.el (pop3-list): Use 3rd arg of split-string.
9327 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9329         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9330         outside the active range.  Suggested by Dan Christensen.
9332         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9333         slightly later to avoid double-getting it.
9335         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9336         previous patch.
9338         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9340 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9342         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9344 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9346         * gnus-int.el (gnus-open-server): Give a better error message in the
9347         "go offline" case.
9349         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9350         marks for nnimap, which is seldom the right thing to do.
9352         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9353         (gnus-same-method-different-name): New function.
9355         * nnimap.el (parse-time): Require.
9357         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9358         method in the presence of many similar methods.
9360         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9362         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9363         nnml-inhibit-expiry.
9365         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9366         find out whether methods are equal.
9368         * nnimap.el (nnimap-find-expired-articles): New function.
9369         (nnimap-process-expiry-targets): New function.
9370         (nnimap-request-move-article): Request the article before looking at
9371         what the Message-ID is.  Fix found by Andrew Cohen.
9372         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9374         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9375         for oldness in addition to being a predicate.
9377         * nnimap.el (nnimap-request-group): When we have zero articles, return
9378         the right data to Gnus.
9379         (nnimap-request-expire-articles): Only delete articles immediately if
9380         the target is 'delete.
9382         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9383         method, this would bug out.
9385         * gnus-group.el (gnus-group-expunge-group): Rename from
9386         gnus-group-nnimap-expunge, and implemented as a normal interface
9387         function.
9389         * gnus-int.el (gnus-request-expunge-group): New function.
9391         * nnimap.el (nnimap-request-create-group): Implement.
9392         (nnimap-request-expunge-group): New function.
9394 2010-09-21  Julien Danjou  <julien@danjou.info>
9396         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9397         (gnus-html-cache-expired): Add new function.
9398         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9399         wethever we should display image for fetch it.
9400         Compute alt-text earlier to pass it to the fetching function too.
9401         (gnus-html-schedule-image-fetching): Change function argument to only
9402         get one image at a time, not a list.
9403         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9404         cache.
9405         (gnus-html-get-image-data): New function to retrieve image data from
9406         cache.
9407         (gnus-html-put-image): Change buffer argument to use image data rather
9408         than file, and place image above region rather than inserting a new
9409         one.  Do not take alt-text as argument, since it's useless now: we place
9410         the image above alt-text.
9411         (gnus-html-prune-cache): Remove.
9412         (gnus-html-show-images): Start to fetch image when we find one, do not
9413         push into a temporary list.
9414         (gnus-html-prefetch-images): Only fetch image if they have expired.
9415         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9416         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9418 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9420         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9422 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9424         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9425         spec inser "*" if the group isn't active instead of 0.
9427         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9428         opening the server.
9429         (nnimap-request-delete-group): Implement group deletion.
9430         (nnimap-transform-headers): Return the size of the entire message in
9431         the Bytes header, not just the size of the first part.
9432         (nnimap-request-move-article): When moving an article from nnimap,
9433         request the article first so the accepting form has an article to
9434         accept.  Reported by Dan Christensen.
9435         (nnimap-command): Make sure that the error message doesn't error out.
9437 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
9439         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9440         we haven't requested anything.
9442 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9444         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9445         "".  Fix found by Andrew Cohen.
9447         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9448         instead of -encode-string.
9450 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9452         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9454         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9455         by mm-subst-char-in-string.
9457 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9459         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9460         waiting for the connection string.
9462         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9463         arriving.
9465         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9466         bogus characters.  This allows selecting certain Gmail groups.
9468         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9469         (nnimap-fetch-partial-articles): New variable.
9470         (nnimap-open-connection): When looking for credentials, also use the
9471         nnimap-server-port.
9472         (nnimap-request-article): Return the group/article number, so that Gnus
9473         `^' works as expected.
9474         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9476         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9477         comments.
9478         (gnus-methods-sloppily-equal): New function.
9479         (gnus): When using the development version of Gnus, load the gnus-load
9480         file.
9482         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9483         `gnus-open-server' on each method before trying to scan them etc.
9484         This ensures that all the backend parameters are set correctly.
9486         * nnimap.el (nnimap-authenticator): New variable.
9487         (nnimap-open-connection): Allow anonymous login.
9488         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9489         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9491         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9492         patch, found by Knut Anders Hatlen.
9494 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9496         * gnus-agent.el (gnus-agent-batch-confirmation)
9497         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9498         to gnus-message.
9499         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9500         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9501         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9502         * gnus-int.el (gnus-open-server): Likewise.
9503         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9504         (gnus-score-check-syntax): Likewise.
9505         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9506         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9507         Likewise.
9508         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9510 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9512         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9513         calling conventions so that prefetch doesn't bug out.
9515 2010-09-19  Julien Danjou  <julien@danjou.info>
9517         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9518         rather than `subst-char-in-region' in order to be able to replace ASCII
9519         char by UTF-8 ones.
9521         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9522         than curl.
9523         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9524         the right URL and ALT text on images.
9525         (gnus-html-wash-tags): Fix tag case.
9526         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9527         (gnus-article-html): Add -o display_ins_del=2 option.
9528         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9530 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9532         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9533         the extra mail headers, which sometimes seem to happen for unknown
9534         reasons.
9536         * mail-parse.el (mail-header-encode-parameter): Define as
9537         rfc2045-encode-string instead of as rfc2231-encode-string, since some
9538         (or most, perhaps?) mail readers don't understand the latter, but do
9539         understand the former.
9541         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9542         to nil, so that no methods are automatically agentized.  I think this
9543         is probably what most users want.
9545         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9546         from url-retrieve, for instance about invalid URLs.
9548         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9549         groups that have no articles.
9550         (nnimap-request-article): Check that we really got an article when we
9551         requested one.
9553         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9554         doesn't exist.
9556         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9557         nntp buffer so the agent can save it.
9558         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9559         that CRLF doesn't get translated to \n.
9560         (nnimap-open-connection): Don't make 'shell commands only send \n.
9562 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9564         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9565         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9566         Update var name.
9567         (nnml-generate-nov-file): Use dolist.
9568         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9569         Use with-current-buffer.
9571 2010-09-18  Julien Danjou  <julien@danjou.info>
9573         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9574         parallel.
9576 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9578         * nnimap.el (nnimap-update-info): When doing partial marks update, get
9579         the range update right.
9580         (nnimap-request-group): Don't make `M-g' bug out on group with no
9581         marks.
9582         (nnoo): Require, so that other packages can require nnimap.
9583         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9584         command we're looking for.  This helps when the server sends more
9585         responses after we've gotten everything we expected.
9586         (nnimap): Add a `newlinep' field to keep track of end-of-line
9587         conventions.
9588         Don't send CRLF to things that don't want it.
9589         (nnimap-request-accept-article): Ditto.
9591 2010-09-18  Julien Danjou  <julien@danjou.info>
9593         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9594         than curl to retrieve images.
9596 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9598         * nnimap.el (nnimap-update-info): Extend the info so that we can set
9599         the marks.
9600         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9601         (nnimap-wait-for-connection): New function.
9602         (nnimap-open-connection): If we have PREAUTH, don't query for login
9603         credentials.
9604         (nnimap-update-info): Fix off-by-one error when concatenating ranges
9605         when doing a partial update.
9607 2010-09-18  Julien Danjou  <julien@danjou.info>
9609         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9610         tags.
9612 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9614         * nnimap.el (nnimap-credentials): New function.
9615         (nnimap-open-connection): Use the new function to look for credentials
9616         also on the numeric equivalents of "imap" and "imaps".
9618         * gnus-start.el (gnus-activate-group): Send the info to
9619         gnus-request-group.
9621         * nnimap.el (nnimap-request-group): Have the "check" version of the
9622         function parse flags and update the info, so that a `M-g' get a total
9623         resync of all flags from the group.
9625         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9626         to allow backends to alter the info on group selection.  Also alter all
9627         the backend -request-group functions to take the parameter.
9629         * nnimap.el (nnimap-store-info): New function.
9630         (nnimap-update-info): Store the info for later usage.
9631         (nnimap-request-group): Use the stored info for the dont-check case, so
9632         that we don't retrieve all marks when we enter a group.
9634         * nnimap.el: Use deffoo instead of defun for interface functions.
9636         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9637         update the group info.  This makes the nndraft groups, for instance, go
9638         back to their old behavior.
9640         * gnus-sum.el (gnus-select-newsgroup): Indent.
9642         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9643         in.
9644         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9645         nothing.
9647         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9648         from methods that are denied.
9650         * gnus-int.el (gnus-method-denied-p): New function.
9652         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9653         store the password instead of netrc.
9654         (nnimap-open-connection): Don't error out when we can't make a
9655         connections.
9657         * auth-source.el (auth-source-create): In the password prompt, say what
9658         we're querying for.  Also prompt for user name if that hasn't been
9659         given.
9661         * nnimap.el (nnimap-with-process-buffer): Remove.
9663 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9665         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9666         method when we're reading from the agent.
9668         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9670         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9671         that's probably most useful for users.
9673         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9674         "failed" all the time.
9676         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9677         ...)) with (with-current-buffer ...).
9679         * nntp.el (nntp-open-server): Return whether the open was successful or
9680         not.
9682         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9683         select an unread unseen article first.
9685         * nnimap.el (nnimap-open-connection): If the user doesn't have a
9686         /etc/services, supply some sensible port defaults.
9688 2010-09-17  Julien Danjou  <julien@danjou.info>
9690         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9692 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9694         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9695         doesn't have any parameters.
9697 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9699         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9700         only upcased checks.
9702         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9704         * nnimap.el (nnimap-open-shell-stream): New function.
9705         (nnimap-open-connection): Use it.
9706         (nnimap-transform-headers): Get the number of lines in each message.
9707         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9708         number of lines.
9709         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
9710         problem.
9712         * utf7.el (utf7-encode): Autoload.
9714         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9715         to allow the mail splitting to not return a default group.  This is
9716         useful for nnimap, which will leave unmatched mail in the inbox.
9718         * nnimap.el: Rewritten.
9720         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9721         nnimap usage.
9723         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9724         if the move is internal, so that nnimap can do fast internal moves.
9726         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9727         data.
9728         (gnus-read-active-for-groups): Support finishing the early retrieval of
9729         data.
9731         * gnus-range.el (gnus-range-nconcat): New function.
9733         * gnus-int.el (gnus-finish-retrieve-group-infos)
9734         (gnus-retrieve-group-data-early): New functions.
9736 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9738         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9739         (nnrss-retrieve-groups):
9740         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9741         (pop3-quit): Use with-current-buffer.
9743 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9745         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9746         instead of nnheader-accept-process-output.
9748         * gnus-html.el (gnus-html-schedule-image-fetching)
9749         (gnus-html-prefetch-images): Replace process-kill-without-query by
9750         gnus-set-process-query-on-exit-flag.
9752 2010-09-16  Romain Francoise  <romain@orebokech.com>
9754         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9756 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9758         * gnus-registry.el (gnus-registry-install-shortcuts): The second
9759         parameter to unintern is mandatory-ish in Emacs 24.
9761         * gnus-html.el (gnus-html-schedule-image-fetching)
9762         (gnus-html-prefetch-images): Check for curl before using it.
9764         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9765         depend on curl, which isn't essential.
9767         * imap.el: Revert back to version
9768         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9769         seem problematic.
9771 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9773         * gnus-registry.el (gnus-registry-install-shortcuts):
9774         Explicitly pass `obarray' to `unintern' to avoid a warning.
9776 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9778         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9779         change.
9781         * nnrss.el (nnrss-request-list): Remove this function and related
9782         functions, including the moreover stuff.
9784 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9786         * nnrss.el (nnrss-retrieve-groups): New function.
9788 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9790         * .dir-locals.el: Add no-byte-compile cookie.
9792 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9794         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9795         for back end that doesn't support request-scan.
9797 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9799         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9800         then do request scans from the backends.
9802         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9803         avoid running a hook per line, since this takes a lot of time,
9804         profiling shows.
9805         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9806         directly if gnus-visual-p is true.
9808 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9810         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9811         groups; replace mapcar with dolist which is a bit faster; pass groups
9812         info to gnus-read-active-file-1.
9813         (gnus-read-active-file-1): Scan only specified groups if the new
9814         optional arg `infos' is given.
9816 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9818         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9820         * pop3.el (pop3-movemail): Remove.
9821         (pop3-streaming-movemail): Rename to pop3-movemail.
9823         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9824         don't restrict end-tag searches to the end of the line.
9826 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9828         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9829         articles of every unchecked group to t, which means unknown since the
9830         server has never been opened.
9832 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9834         * gnus-html.el (gnus-html-show-alt-text): New command.
9835         (gnus-html-browse-image): Ditto.
9836         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9837         to browse the image directly.
9838         (gnus-html-wash-tags): Search for images first, so that <a><img> works
9839         better.
9841         * gnus-async.el (gnus-async-article-callback):
9842         Call `gnus-html-prefetch-images' unconditionally.
9844         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9845         before feeding URLs to curl.
9847 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9849         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9850         internal images as deletable by `W D D'.
9852         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9853         (gnus-async-article-callback): Fix typo.
9855 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9857         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9858         current line to work around bugs in the output from w3m.
9860         * gnus-async.el (gnus-async-article-callback): Always prefetch images
9861         for groups that want that.
9863         * nntp.el (nntp-wait-for-string): Supply a timeout for
9864         accept-process-output to ensure progress.
9866         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9867         level to get unread articles from, then use that for foreign groups,
9868         too.
9870         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9871         confuses the rest of the function.
9873         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9874         for the methods that support -retrieve-groups, too.
9876         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9878 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9880         * pop3.el: Require cl when compiling.
9881         (pop3-number-of-responses): Search for "+OK", not "+OK ".
9883 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9885         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9886         that aren't going to be activated.
9887         (gnus-get-unread-articles): Fix up the last commit.
9889         * gnus-html.el (gnus-article-html): Allow calling without specifying
9890         the handle.  In that case, dissect the buffer first.
9892         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9894         * nnimap.el (nnimap-open-connection): Revert the change that would look
9895         into authinfo for imaps instead of imap.
9897         * gnus-start.el (gnus-activate-group): Take an optional parameter to
9898         say that you don't want to call gnus-request-group with don-check, but
9899         do check the response.  This is for virtual groups only.
9900         (gnus-get-unread-articles): Count the archive groups as secondary, so
9901         that they're activated the same way as before.
9903         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9904         case-insensitively.
9905         (nnimap-debug): Remove.
9907         * mail-source.el (mail-source-fetch): Don't message if we're fetching
9908         mail from a file, and the file doesn't exist.
9910         * pop3.el (pop3-streaming-movemail): Return t for success.
9912         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9913         .authinfo if we're using ssl connection.
9915         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9916         already have if we're in a main Gnus `g' run.
9918         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9920 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9922         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9924         * nnmh.el (nnmh-request-list-1): Bind `file'.
9926         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9927         alias to set-process-query-on-exit-flag or process-kill-without-query.
9928         (pop3-open-server): Use it.
9930 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9932         * mail-source.el (mail-source-delete-crash-box): Always move the crash
9933         box to the Incoming file.  Fixes mistake in previous checkin.
9935         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9936         request loop (for debugging purposes) removed.
9938         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9939         culprit is more visible.
9940         (nnml-save-incremental-nov, nnml-open-incremental-nov)
9941         (nnml-add-incremental-nov): New functions to do "incremental" nov
9942         updates, where we just append to the end of the existing nov files
9943         without reading/writing them in full.
9945         * mail-source.el (mail-source-delete-crash-box): Really only check the
9946         incoming files once in a while.
9948         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9950         * mail-source.el (mail-source-delete-crash-box): Only check the
9951         incoming files for deletion once per day to save a lot of file
9952         accesses.
9954         * pop3.el (pop3-logon): Fix up unbound variable typo.
9956         * mail-source.el (pop3-streaming-movemail): Autoload.
9958         * pop3.el (pop3-streaming-movemail):
9959         Respect pop3-leave-mail-on-server.
9961         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9962         retrieval.
9964         * pop3.el (pop3-process-filter): Remove unused function.
9965         (pop3-streaming-movemail, pop3-send-streaming-command)
9966         (pop3-wait-for-messages, pop3-write-to-file)
9967         (pop3-number-of-responses): New functions for streaming pop3
9968         retrieval.
9970         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9971         come from no known methods.
9972         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9973         list.
9975         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9976         message sizes.
9977         (pop3-movemail): Use erase-buffer instead of looping and deleting
9978         regions, which seems rather odd.
9980         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9981         file once per `g' run.
9983         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9984         directories.  This makes the draft queue directory work.
9986         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9987         data from the backends, so that we only request the list of groups from
9988         each method once.  This should speed things up considerably.
9990         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9991         detect that it's not implemented.
9993         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9994         we actually do recurse down into the tree, but don't stat all leaf
9995         nodes.
9997         * gnus-html.el (gnus-html-show-images): If there are no images to show,
9998         then say so instead of bugging out.
10000         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10001         files exist before trying to read them.
10003         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10004         around <pre_int>.
10006         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10008         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10010 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10012         * mm-util.el (mm-image-load-path): Just return the image directories,
10013         not all directories in the path in addition to the image directories.
10014         (mm-image-load-path): Maintain a cache of the image directories so that
10015         the `g' command in Gnus doesn't have to stat dozens of directories each
10016         time.
10018         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10019         (gnus-html-wash-tags): Add a new `i' command to insert images.
10020         (gnus-html-insert-image): New command and keystroke.
10021         (gnus-html-redisplay-with-images): New command and keystroke.
10022         (gnus-html-show-images): Rename command.
10023         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10024         spacers.
10025         (gnus-html-wash-tags): Decode entities at the end, so that entities
10026         inside the tags don't mess up the rest of the "parsing".
10028         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10029         so that nnimap methods aren't agentized by default.  There's apparently
10030         many problems related to agent/imap behavior.
10032         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10034         * gnus-html.el: Doc fix.
10036 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10038         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10039         glyph-width and glyph-height instead of display-graphic-p and
10040         image-size; make avoidance of displaying small images work for XEmacs.
10042         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10043         for XEmacs.
10045         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10046         of symbol that holds plist data.
10047         (gnus-process-plist): Remove plist of process after getting it.
10049 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10051         * message.el (message-generate-hashcash): Change default to
10052         'opportunistic if hashcash is installed.
10054         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10055         (gnus-html-put-image): Only call image-size once, since it's somewhat
10056         time-consuming on remote X servers.
10058 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10060         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10061         decoded contents.
10062         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10064 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10066         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10067         group line format, since it isn't very interesting.
10069         * gnus-agent.el (gnus-agent-short-article),
10070         (gnus-agent-long-article): Increase values for these two variables,
10071         since most people are likely to have more network connection and
10072         storage than before.
10074         * gnus.el (gnus-refer-article-method): Change default to 'current.
10075         When referring an article, the common behavior is to refer it from the
10076         current select method, not the native select method.  The chances of
10077         the native select method having the message in question is rather slim
10078         these days.
10080         * gnus-sum.el (gnus-auto-select-subject): Change default to
10081         `unseen-or-unread'.  I think it's likely that most people want to
10082         select an unseen article over a previously seen, but unread one.
10084         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10085         means that in the article buffer none of the minor mode elements will
10086         be shown, usually, and this is not desirable in most cases.
10088         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10089         that commands like `d' (and the like) go to the next line in the
10090         buffer, instead of the next unread article.  I think this is the
10091         behavior that is most natural for most users.
10092         (gnus-single-article-buffer): Change default to nil, so that people can
10093         have as many article buffers open as they have summary buffer.  I think
10094         this is the most natural way for the groups to behave.
10096         * message.el (message-generate-new-buffers): Change default to
10097         `unsent', so that all new message buffers start their names with the
10098         string "*unsent", and it's easier to find the buffers if you move from
10099         them.
10101 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10103         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10104         small.  They're probably tracking images.
10105         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10106         (gnus-html-rescale-image): Yet another try at getting the image sizing
10107         right.
10109         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10110         nntp-marks-file-name is nil.
10112 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10114         * gnus-html.el (gnus-html-wash-tags)
10115         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10116         Better logging.
10118 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10120         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10122         * gnus-html.el (gnus-html-wash-tags): Check the value of
10123         gnus-blocked-images in the summary buffer.
10125 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10127         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10129 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10131         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10132         like "a", it seems like.
10133         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10134         since it needs to be picked from the correct buffer.
10136         * nnwfm.el: Remove.
10138         * nnlistserv.el: Remove.
10140 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10142         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10143         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10145 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10147         * nnkiboze.el: Remove.
10149         * nndb.el: Remove.
10151         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10152         alt text.
10153         (gnus-html-rescale-image): Try to get the rescaling logic right for
10154         images that are just wide and not tall.
10156         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10157         overshadow variable bindings.
10159 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10161         * gnus-html.el (gnus-html-wash-tags)
10162         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10163         Add extra logging.
10165 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10167         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10168         (gnus-max-image-proportion): New variable.
10169         (gnus-html-rescale-image): New function.
10170         (gnus-html-put-image): Rescale images.
10172 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10174         Fix up some byte-compiler warnings.
10175         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10176         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10177         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10178         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10179         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10180         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10181         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10183 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10185         * gnus-html.el (gnus-article-html): Decode contents by charset.
10187 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10189         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10190         (gnus-html-frame-width, gnus-blocked-images):
10191         * message.el (message-prune-recipient-rules): Add custom version.
10192         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10194         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10195         functions.
10197         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10198         gnus-process-get.
10200 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10202         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10203         instead of lsub directly.
10205 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10207         * nnwarchive.el: Remove.
10209         * gnus-soup.el: Remove.
10211         * nnsoup.el: Remove.
10213         * nnultimate.el: Remove.
10215         * gnus-html.el (gnus-blocked-images): New variable.
10217         * message.el (message-prune-recipients): New function.
10218         (message-prune-recipient-rules): New variable.
10220         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10221         guess whether a long line is natural text or not.
10223         * gnus-html.el (gnus-html-schedule-image-fetching):
10224         Use gnus-process-plist and friends for compatibility.
10226 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10228         * gnus-html.el: Require packages that define macros used in this file.
10229         (gnus-article-mouse-face): Declare to silence byte-compiler.
10230         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10231         process-get.
10232         (gnus-html-put-image): Use plist-get to avoid getf.
10233         (gnus-html-prefetch-images): Use with-current-buffer.
10235 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10237         * gnus-ems.el: Provide compatibility functions for
10238         gnus-set-process-plist.
10240         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10241         * gnus.el (gnus-valid-select-methods):
10242         * message.el (message-send-mail-partially-limit):
10243         * mm-decode.el (mm-text-html-renderer):
10244         * mml.el (mml-insert-mime-headers-always):
10245         * smiley.el (smiley-regexp-alist): Bump custom version.
10247 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10249         * gnus-html.el: Require mm-url.
10250         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10251         with the url to `url'.
10252         (gnus-html-wash-tags): Support cid: URLs/images.
10254 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10256         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10257         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10258         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10260         * gnus-move.el: Remove file, since it doesn't really work.
10262         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10263         UTF-8.  This seems to fix problems with some German web feeds.
10265         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10266         at the top so that the proper colors are applied.
10268         * gnus-art.el (gnus-article-view-part): Doc fix.
10270         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10271         XEmacs-compatible.
10272         (gnus-html-put-image): Don't do images on non-graphic displays.
10274         * nnslashdot.el: Remove this unused backend.
10276         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10277         actions.
10278         (gnus-undo-register-1): Revert last change.
10280         * gnus-group.el (gnus-group-completing-read): Protect against not
10281         having completion-styles bound.
10283         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10284         make broken recipients happier.
10286         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10288         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10289         point parameter.
10291         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10292         completion-styles for group selection.
10294 2009-02-04  Andreas Schwab  <schwab@suse.de>
10296         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10297         headers and regexp-quote the match if necessary.
10299 2009-03-24  Miles Bader  <miles@gnu.org>
10301         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10302         the blinking smiley.
10304 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10306         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10307         blink smiley.
10309 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10311         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10312         where the dribbel file lives exists.
10314         * message.el (message-send-mail-partially-limit): Change the default to
10315         nil, since most people don't want this.
10317         * mm-url.el (mm-url-decode-entities): Also decode entities like
10318         &#x3212.
10320 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10322         * gnus-sum.el (gnus-summary-idna-message):
10323         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10324         Hyperlink urls in docstrings with URL `...'.
10326 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10328         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10329         functions.
10331 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10333         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10334         say what the mouseover text should be.
10336         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10337         version of the mm-w3m-safe-url-regexp variable to only download images
10338         in the groups where we want that to happen.
10340         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10342         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10343         easier debugging.
10344         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10345         big pictures in the article buffer.
10347         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10348         gnus-article-html.
10349         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10350         w3m.
10352         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10354 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10356         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10357         which doesn't exist.
10359         * message.el (message-inhibit-ecomplete): New variable to allow some
10360         function to inhibit ecomplete address storage.
10361         (message-resend): Disable ecomplete message storage when resending
10362         messages.
10364         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10366 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10368         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10369         Save excursion while copying, moving, and deleting articles in order to
10370         prevent the cursor from jumping to unforeseen place.
10372 2010-08-17  Glenn Morris  <rgm@gnu.org>
10374         * gnus-sync.el: Require gnus components whose functions are used.
10376         * gnus-art.el (bookmark-make-record-function):
10377         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10378         Declare for compiler.
10380         * mm-url.el (mml-compute-boundary): Autoload.
10382 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10384         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10386 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
10388         Typo fix "hoo4a" -> "hook".
10390         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10392 2010-08-14  Glenn Morris  <rgm@gnu.org>
10394         * gnus-sync.el (gnus-sync): Fix defgroup version.
10396 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10398         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10400         * gnus-sync.el: Fix docs.
10401         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10402         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10404 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10406         Optimizations for gnus-sync.el.
10408         * gnus-sync.el: Add docs about gnus-sync-backend
10409         possibilities.
10410         (gnus-sync-save): Remove unnecessary message.
10411         (gnus-sync-read): Optimize and show what groups were skipped.
10413 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10415         Minor bug fixes for gnus-sync.el.
10417         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10418         Don't read the sync on get-new-news.
10420         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10421         quiet.
10423         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10424         (fix typo).
10426 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10428         Make saving and restoring of hidden threads work with overlays.
10429         Patch applied by Ted Zlatanov.
10431         * gnus-sum.el (gnus-hidden-threads-configuration)
10432         (gnus-restore-hidden-threads-configuration): Update to deal with text
10433         properties, rather than searching for a magic character.
10435 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10437         New gnus-sync.el library for synchronization of marks.
10439         * gnus-sync.el: New library for synchronization of marks.
10441         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10442         renamed from `gnus-registry-grep-in-list'.
10444         * gnus-registry.el (gnus-registry-follow-group-p):
10445         Use `gnus-grep-in-list'.
10447         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10449 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10451         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10452         determining charset of text fails.
10454 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10456         * nnmail.el (nnmail-get-new-mail-1): Revert.
10458         * nnml.el (nnml-active-number): Make sure names of newly created groups
10459         in nnml-group-alist are encoded.
10461 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10463         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10464         containing non-ASCII characters in active file for nnml back end.
10466 2010-07-24  David Engster  <dengste@eml.cc>
10468         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10469         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10471 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10473         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10474         tag (Bug#6654).
10476 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10478         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10479         the article buffer, not the summary buffer.
10481 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10483         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10484         Emacs 23 as well.
10486 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10488         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10489         Patch applied by Karl Fogel.
10491         * gnus-sum.el (gnus-summary-bookmark-make-record):
10492         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10494 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10496         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10497         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
10498         C-w still not working correctly from Article buffers; Thierry's
10499         patch to fix that will be applied after this.
10501         * gnus-art.el (bookmark-make-record-function): New local variable.
10503         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10504         article buffer.
10505         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10507 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
10509         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10510         on changes in bookmark.el.
10512 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
10514         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10515         the *other* type of HTML form submission.
10517 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
10519         * auth-source.el (auth-source-pick): If choice does not contain a
10520         questioned keyword, set the check to t.
10522 2010-06-12  Romain Francoise  <romain@orebokech.com>
10524         * gnus-util.el (gnus-date-get-time): Move up before first use.
10526 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10528         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10529         (gnus-article-edit-part): Bind it to make last part that is substituted
10530         or deleted visible.
10531         (gnus-mime-display-single): Buttonize part of which id equals to
10532         gnus-mime-buttonized-part-id.
10534 2010-06-10  Dan Christensen  <jdc@uwo.ca>
10536         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10537         (gnus-dd-mmm): Use gnus-date-get-time.
10538         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10539         simplify logic.
10540         (gnus-summary-limit-to-age): Use gnus-date-get-time.
10541         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10543 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
10545         * auth-source.el (top): Autoload `secrets-list-collections',
10546         `secrets-create-item', `secrets-delete-item'.
10547         (auth-sources): Fix tag string.
10548         (auth-get-source, auth-source-retrieve, auth-source-create)
10549         (auth-source-delete): New defuns.
10550         (auth-source-pick): Rewrite in order to avoid 2 passes.
10551         (auth-source-forget-user-or-password): New parameter USERNAME.
10552         (auth-source-user-or-password): New parameters CREATE-MISSING and
10553         DELETE-EXISTING.  Retrieve password interactively, if needed.
10555 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10557         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10558         deleting unused directories when gnus-expert-user is t.
10560 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10562         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10563         for each temp file when gnus-article-browse-delete-temp is ask.
10565 2010-05-20  Kevin Ryde  <user42@zip.com.au>
10567         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
10569 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10571         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10572         article unless decoding article to be saved.
10574 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10576         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10577         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10578         generated within the mm-with-unibyte-current-buffer macro.
10580 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10582         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10583         to nil when we're in a mml-preview buffer and no group is selected.
10585 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
10587         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10588         when catching the `C-g'.  Reported by "Leo".
10590 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10592         * message.el (message-forward-make-body-plain)
10593         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10594         multibyte-string-p.
10596 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10598         * message.el (message-forward-make-body-mml): Assume original message
10599         is multibyte string; error on unibyte.
10600         (message-forward-make-body-plain): Ditto; don't add excessive newline
10601         in body end.
10603 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
10605         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10606         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
10608 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10610         * mm-extern.el (mm-extern-url): Don't use
10611         mm-with-unibyte-current-buffer.
10612         (mm-extern-cache-contents): Use with-current-buffer instead of
10613         save-excursion + set-buffer.
10615 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10617         * mm-util.el (mm-emacs-mule): Remove.
10619 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
10621         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10622         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10623         change.
10625 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10627         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10628         bind the default value of enable-multibyte-characters to nil.
10630 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10632         * message.el (message-forward-make-body-plain)
10633         (message-forward-make-body-mml):
10634         Don't use mm-with-unibyte-current-buffer.
10636 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
10638         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10639         (Bug#5592).
10641 2010-05-07  Julien Danjou  <julien@danjou.info>
10643         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10644         it to mm-pipe-part.
10646         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10647         it is given.
10649 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10651         * nnweb.el (nnweb-gmane-search):
10652         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10653         XEmacs.
10655         * gnus-art.el (gnus-article-browse-html-parts):
10656         * gnus-group.el (gnus-read-ephemeral-gmane-group)
10657         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10658         make-temp-file.
10660         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10661         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10662         compiling.
10664         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10665         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10666         XEmacs when compiling.
10668         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10669         gnus-pick-mode-off-hook for XEmacs when compiling.
10670         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10671         gnus-binary-mode-off-hook for XEmacs when compiling.
10673         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10674         Return nil if char-charset is not available.
10676         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
10677         macro.
10679         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10680         instead of encode-coding-string.
10682         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10683         'xemacs) instead of mm-emacs-mule to switch function definitions.
10684         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10686 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
10688         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10690 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10692         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10693         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10695 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
10697         * mm-util.el (mm-decompress-buffer): Use `delete-file';
10698         alias `jka-compr-delete-temp-file' no longer exists.
10700 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10702         Use define-minor-mode in Gnus where applicable.
10703         * mml.el (mml-mode): Use define-minor-mode.
10704         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10705         (gnus-undo-mode): Use define-minor-mode.
10706         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10707         (gnus-dead-summary-mode): Use define-minor-mode.
10708         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10709         Initialize in declaration.
10710         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10711         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10712         (gnus-mailing-list-mode): Use define-minor-mode.
10713         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10714         (gnus-draft-mode): Use define-minor-mode.
10715         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10716         (gnus-dired-mode): Use define-minor-mode.
10718 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
10720         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10721         handles on recursive mml-to-mime translation and check them for
10722         boundary delimiter collisions.  Reported by Greg Troxel.
10724 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10726         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10728 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10730         * mm-util.el (mm-find-buffer-file-coding-system):
10731         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10733 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
10735         * message.el (message-generate-headers): Record insertion of optional
10736         headers as well.  Otherwise the check to prevent repeated insertion of
10737         optional headers is a no-op.
10739 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
10741         * smime.el: Don't mention CVS.
10743         * nnrss.el (nnrss-fetch): Don't mention CVS.
10745         * nnir.el: Don't mention CVS.
10747 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10749         * gnus-sum.el (gnus-summary-bookmark-make-record):
10750         Add `location' field.
10752 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10754         * gnus-sum.el: Add bookmark declarations to silence the compiler.
10755         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10756         Use with-current-buffer to silence the byte-compiler.
10757         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10758         bother to require `gnus'.
10759         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
10761 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10763         * gnus-sum.el (gnus-summary-bookmark-make-record)
10764         (gnus-summary-bookmark-jump): New functions.
10765         (gnus-summary-mode): Setup bookmark support.
10767 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
10769         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10770         if set.
10772 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10774         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10775         gnus-article-browse-html-save-cid-image; make it work recursively for
10776         forwarded messages as well.
10777         (gnus-article-browse-html-parts): Work when prefix arg is given.
10778         (gnus-article-browse-html-article): Doc fix.
10780 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
10782         * message.el (message-default-mail-headers):
10783         (message-default-headers): Carry the value mail-default-headers over
10784         into message-default-mail-headers, rather than message-default-headers.
10786 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
10788         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10789         charset.
10791         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10792         charset into the <meta> tag when the article is encoded to utf-8.
10794 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10796         * gnus-art.el (gnus-article-browse-delete-temp-files):
10797         Delete directories as well.
10798         (gnus-article-browse-html-parts): Work for images that do not specify
10799         file names; delete temp directory when quitting; insert header at the
10800         right place; use file: scheme for image files.
10802 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
10804         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10805         (gnus-article-browse-html-parts): Use it to make temporary cid image
10806         files in addition to html file so that browser may display them.
10808 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10810         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10812 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10814         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10816 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10818         * auth-source.el (auth-sources): Change default to be simpler.
10819         Explain about Secret Service API sources.  Improve Customize options.
10820         (auth-source-pick): Change to accept any number of search parameters.
10821         Implement fallbacks iteratively, not recursively.  Add scoring on the
10822         second pass and sort by score.  Call Secret Service API when needed.
10823         (auth-source-user-or-password): Use it.  Call Secret Service API
10824         directly when needed to get the user name and the password.
10826 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10828         * message.el (message-interactive): Doc fix.
10829         (message-qmail-inject-args): Reflow.
10830         (message-kill-to-signature): Fix typo in docstring.
10832         * smiley.el (smiley-buffer): Fix typo in docstring.
10834 2010-03-24  Glenn Morris  <rgm@gnu.org>
10836         * mail-source.el (gnus-message): Declare.
10837         (mail-source-delete-old-incoming): Require gnus-util.
10839 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10841         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10843         * message.el (ecomplete-setup): Autoload it for Emacs <23.
10845         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10846         password-cache's default if it is not bound.
10847         (mml-secure-passphrase-cache-expiry): Default to 16 that is
10848         password-cache-expiry's default if it is not bound.
10850         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10851         available in Emacs 21.
10853 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
10855         * auth-source.el (auth-sources): Fix up definition so extra parameters
10856         are always inline.
10858 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
10860         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10861         wasn't updated after mismatch.  Clear cached mailbox info correctly
10862         when uidvalidity changes.
10863         (nnimap-group-prefixed-name): New function to avoid some code
10864         duplication.
10865         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
10866         (nnimap-request-group): Use it.
10867         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
10868         (nnimap-update-unseen): Significantly improved speed of Gnus startup
10869         with many imap folders.  This is done by caching the group status from
10870         the imap server persistently in a group parameter `imap-status'.  (This
10871         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
10872         but not persistently, so every Gnus startup was still very slow.)
10874 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10876         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
10877         secrets.el dependency.
10878         (auth-sources): Add optional user name.  Add secrets.el configuration
10879         choice (unused right now).
10881 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10883         * gnus-sum.el (gnus-summary-make-menu-bar):
10884         Let `gnus-registry-install-shortcuts' fill in the functions.
10886         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10887         warnings.
10888         (gnus-registry-misc-menus): Variable to hold registry mark menus.
10889         (gnus-registry-install-shortcuts): Populate and use it in a
10890         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10892 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
10894         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10895         In-place substitutions for the group name encoding/decoding.
10896         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10897         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10898         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10899         (nnimap-update-unseen, nnimap-request-list)
10900         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10901         (nnimap-request-set-mark, nnimap-split-to-groups)
10902         (nnimap-split-articles, nnimap-request-newgroups)
10903         (nnimap-request-create-group, nnimap-request-accept-article)
10904         (nnimap-request-delete-group, nnimap-request-rename-group)
10905         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
10906         `encoded-mbx' for consistency.
10907         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10908         variable `imap-current-mailbox'.
10910         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10911         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10913 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
10915         * pop3.el (pop3-display-message-size-flag): Display message size byte
10916         counts during POP3 download.
10917         (pop3-movemail): Use it.
10918         (pop3-list): Implement listing of available messages.
10920 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
10922         * nnir.el (nnir-get-article-nov-override-function): New function to
10923         override the normal NOV retrieval.
10924         (nnir-retrieve-headers): Use it.
10926 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
10928         * auth-source.el (netrc-machine-user-or-password): Autoload.
10930 2010-03-19  Glenn Morris  <rgm@gnu.org>
10932         Stop message.el from loading about 40 libraries it doesn't always need.
10933         The general approach is to autoload rather than require, and to
10934         require in the specific functions rather than the file.  (Bug#5642)
10936         * gmm-utils.el: Don't require wid-edit.
10937         (widget-create-child-value, widget-convert, widget-default-get):
10938         Autoload.
10940         * gnus-util.el: Don't require time-date, netrc.
10941         (message-fetch-field, gnus-group-name-decode): Declare rather than
10942         autoloading.
10943         (gnus-fetch-field): Require message.
10944         (gnus-decode-newsgroups): Require gnus-group.
10946         * ietf-drums.el: Don't require time-date.
10948         * message.el: Don't require hashcash, canlock, ecomplete.
10949         Do require mail-utils.  Require nnheader only when compiling.
10950         (smtpmail-default-smtp-server): Remove declaration.
10951         (message-send-mail-function): Check smtpmail-default-smtp-server
10952         is bound rather than requiring smtpmail.
10953         (message-auto-save-directory, message-insert-signature):
10954         Use expand-file-name rather than nnheader-concat.
10955         (nnheader-insert-file-contents): Autoload.
10956         (hashcash-wait-async): Declare.
10957         (message-send-mail): Only call gnus-setup-posting-charset if
10958         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
10959         (message-send-mail-with-sendmail): Require sendmail.
10960         (canlock-password, canlock-password-for-verify): Declare.
10961         (message-canlock-password): Require canlock.
10962         (nnheader-get-report): Autoload.
10963         (gnus-setup-posting-charset): Declare.
10964         (message-send-news): Require gnus-msg.
10965         (message-make-references, message-make-in-reply-to): Use mail-header-id
10966         rather than the alias mail-header-message-id.
10967         (ecomplete-add-item, ecomplete-save): Declare.
10968         (message-put-addresses-in-ecomplete): Require ecomplete.
10969         (ecomplete-display-matches): Autoload.
10971         * mm-decode.el: Don't require mailcap, gnus-util.
10972         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10973         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10974         Autoload.
10975         (mailcap-mime-extensions): Declare.
10977         * mm-encode.el: Don't require mailcap.
10978         (mailcap-extension-to-mime): Autoload.
10980         * mml-sec.el: Don't require password-cache.
10982         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10983         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10984         (mml-minibuffer-read-type): Require mailcap.
10985         (mml-preview): Require gnus-msg.
10987         * mml1991.el: Require password-cache.
10988         (password-cache-expiry): Remove declaration.
10990         * mml2015.el: Require password-cache.
10991         (password-cache-expiry): Remove declaration.
10993         * nneething.el (mailcap): Require mailcap.
10995         * nnheader.el (declare-function): Add compatibility stub.
10996         (message-remove-header): Declare rather than autoload.
10997         (nnheader-replace-header): Require message.
10999         * nnimap.el (declare-function): Add compatibility stub.
11000         (netrc-parse, netrc-machine-user-or-password): Declare.
11001         (nnimap-open-connection): Require netrc.
11003         * nntp.el (declare-function): Add compatibility stub.
11004         (netrc-parse, netrc-machine, netrc-get): Declare.
11005         (nntp-send-authinfo): Require netrc.
11007         * rfc2047.el: Don't require qp.
11008         (quoted-printable-encode-region, quoted-printable-decode-string):
11009         Autoload.
11011         * sieve-mode.el: Don't require easymenu.
11012         (easy-menu-add-item): Autoload it.
11014         * spam-stat.el (time-to-number-of-days): Autoload it.
11016 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11018         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11019         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11020         value if any backslash escapes).
11022 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11024         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11025         if it is available.  (bug#5647)
11027 2010-02-26  Glenn Morris  <rgm@gnu.org>
11029         * message.el (message-send-mail-function): Change the default, so that
11030         it inherits from a customized send-mail-function.  (Bug#5643)
11032 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11034         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11035         shell-command-to-string signals an error (bug#5299).
11037 2010-02-24  Glenn Morris  <rgm@gnu.org>
11039         * message.el (message-smtpmail-send-it)
11040         (message-send-mail-with-mailclient): Doc fixes.
11042 2010-02-16  Glenn Morris  <rgm@gnu.org>
11044         * message.el (message-default-mail-headers): Change the default value
11045         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11047 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11049         * message.el (message-mail): Just pass yank-action on to message-setup.
11050         (message-setup): Handle (FUN . ARGS) form of yank-action.
11051         (message-with-reply-buffer, message-widen-reply)
11052         (message-yank-original): Handle non-buffer values of
11053         message-reply-buffer (Bug#4080).
11054         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11056 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11058         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11059         Fix typo in docstring.
11061 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11063         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11064         response.
11066 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11068         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11070         * message.el (message-check-news-header-syntax): Protect against a
11071         string that `rfc822-addresses' returns when parsing fails.
11073 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11075         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11076         (gnus-previous-char-property-change): New functions.
11078         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11080 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11082         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11083         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11085 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11087         * message.el (message-exchange-point-and-mark): Rework last change to
11088         avoid using optional arg of exchange-point-and-mark, for backward
11089         compatibility.
11091 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11093         * message.el (message-exchange-point-and-mark):
11094         Call exchange-point-and-mark with an argument rather than setting
11095         mark-active by hand (Bug#5175).
11097 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11099         * nntp.el (nntp-service-to-port): Work for service expressed with
11100         numeric string; replace [:digit:] with [0-9] for XEmacs.
11102 2009-12-17  Glenn Morris  <rgm@gnu.org>
11104         * gnus-group.el (gnus-bug-group-download-format-alist):
11105         Change emacs entry to debbugs.gnu.org.  Bump :version.
11107 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11109         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11111 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11113         * message.el (message-info): Explain why we use `Info-goto-node'.
11115 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11117         * message.el (message-completion-in-region): New compatibility function.
11118         (message-expand-group): Use it.
11120 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11122         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11123         with no unread article should be listed if the 2nd arg `predicate' is
11124         given.
11126 2009-11-29  Juri Linkov  <juri@jurta.org>
11128         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11129         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11130         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11132 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11134         * message.el (message-from-style, message-interactive)
11135         (message-signature): Always set default values from the corresponding
11136         mail-* variables.
11137         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11138         (message-yank-prefix, message-indentation-spaces)
11139         (message-signature-file, message-default-headers): Use boundp rather
11140         than (featurep 'xemacs) to check if the corresponding mail-* variables
11141         exist.
11143 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
11145         * message.el (message-send-mail-with-sendmail): Revert last change.
11147 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
11149         * message.el (message-from-style, message-interactive)
11150         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11151         (message-yank-prefix, message-indentation-spaces, message-signature)
11152         (message-signature-file, message-default-headers): For GNU Emacs, set
11153         default values from the corresponding mail-* variables.
11154         (message-send-mail-with-sendmail): Use envelope-from only if
11155         mail-specify-envelope-from is non-nil.
11157 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11159         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11160         containing tspecial characters if they have been already quoted.
11162 2009-10-24  Glenn Morris  <rgm@gnu.org>
11164         * gnus-art.el (help-xref-stack-item): Define for compiler.
11166 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11168         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11170 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11172         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11173         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11175 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11177         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11178         (gnus-overlays-in): New alias to overlays-in.
11180         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11181         gnus-overlay-get, and gnus-delete-overlay.
11182         (gnus-summary-show-thread): Make it work as well for systems in which
11183         next-single-char-property-change is not available.
11184         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11186 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11188         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11190 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11192         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11193         and XEmacs that don't have `remove-overlays'.
11195 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11197         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11198         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11199         selective display.  Use overlays instead.
11201 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11203         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11205 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11207         * spam-stat.el (spam-stat-load): Fix typo in message.
11209 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11211         * gnus-art.el (gnus-article-encrypt-body):
11212         * message.el (message-check-recipients):
11213         * mm-util.el (mm-codepage-setup):
11214         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11215         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11217 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11219         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11220         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11221         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11222         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11223         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11225 2009-09-18  Glenn Morris  <rgm@gnu.org>
11227         * gnus-diary.el (gnus-diary-check-message):
11228         * message.el (message-insert-formatted-citation-line):
11229         * nnbabyl.el (top-level):
11230         * nndiary.el (nndiary-schedule):
11231         Fix typos in condition-case handlers.
11233 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11235         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11236         configuration that provides the sole article window in a frame;
11237         position point correctly after deleting a part.
11239 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11241         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11242         (spam-resolve-registrations-routine): Use it to unregister articles
11243         that change status.
11245 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11247         * nnrss.el (nnrss-request-article): Remove binding of
11248         default-enable-multibyte-characters that has gotten needless by
11249         the 2007-07-13 change in rfc2047-encode-message-header.
11251         * mml.el (mml-insert-multipart): Error on the message header.
11252         (mml-insert-part): Error on the message header; position point at
11253         the end of a MIME tag.
11255 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11257         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11258         (gnus-float-time): Alias to float-time if it exists.
11260         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11261         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11262         float-time is available; suppress compile warning for time-to-seconds.
11264 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11266         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11267         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11268         Add the optional argument `encoding' that overrides the default.
11270         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11271         mm-encode-buffer.
11273 2009-09-04  Glenn Morris  <rgm@gnu.org>
11275         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11276         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11277         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11278         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11279         * mm-util.el (mm-with-unibyte-current-buffer)
11280         (mm-find-buffer-file-coding-system):
11281         * yenc.el (yenc-decode-region): Use default-value rather than
11282         default-enable-multibyte-characters.
11284 2009-09-03  Glenn Morris  <rgm@gnu.org>
11286         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11287         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11288         than default-enable-multibyte-characters.
11290 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11292         * gnus-art.el (gnus-article-read-summary-keys):
11293         Fix gnus-buffer-configuration's value temporarily used.
11295 2009-09-02  Glenn Morris  <rgm@gnu.org>
11297         * gnus-util.el (gnus-float-time): New function.
11298         * gnus-delay.el (gnus-delay-article):
11299         * gnus-sum.el (gnus-thread-latest-date):
11300         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11301         * nnspool.el (nnspool-request-newgroups):
11302         Use gnus-float-time rather than time-to-seconds.
11303         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11305         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11306         (gnus-header-subject-face, gnus-header-newsgroups-face)
11307         (gnus-header-name-face, gnus-header-content-face):
11308         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11309         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11310         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11311         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11312         (gnus-cite-face-11):
11313         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11314         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11315         (gnus-server-closed-face, gnus-server-denied-face)
11316         (gnus-server-offline-face):
11317         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11318         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11319         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11320         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11321         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11322         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11323         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11324         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11325         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11326         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11327         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11328         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11329         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11330         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11331         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11332         (gnus-summary-high-undownloaded-face)
11333         (gnus-summary-low-undownloaded-face)
11334         (gnus-summary-normal-undownloaded-face)
11335         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11336         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11337         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11338         (gnus-splash-face):
11339         * message.el (message-header-to-face, message-header-cc-face)
11340         (message-header-subject-face, message-header-newsgroups-face)
11341         (message-header-other-face, message-header-name-face)
11342         (message-header-xheader-face, message-separator-face)
11343         (message-cited-text-face, message-mml-face):
11344         * sieve-mode.el (sieve-control-commands-face)
11345         (sieve-action-commands-face, sieve-test-commands-face)
11346         (sieve-tagged-arguments-face):
11347         * spam.el (spam-face):
11348         Mark face aliases with "-face" in the name as obsolete.
11350 2009-09-01  Glenn Morris  <rgm@gnu.org>
11352         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11353         than goto-line.
11355 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11357         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11358         Don't move point if the command is invoked inside the message header.
11360 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11362         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11363         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11364         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11365         * nnir.el (nnir-swish-e-index-file):
11366         * gnus-sum.el (gnus-summary-delete-marked-as-read)
11367         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11368         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11369         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11370         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11371         (gnus-treat-display-xface): Add Emacs version of obsolescence.
11373 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11375         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11376         Don't save excursion.
11378 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11380         * nnheader.el (nnheader-find-file-noselect):
11381         * mm-util.el (mm-insert-file-contents):
11382         Use (default-value 'major-mode) instead of default-major-mode.
11384 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11386         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11388 2009-08-25  Glenn Morris  <rgm@gnu.org>
11390         * nnir.el (top-level): Don't require cl at run-time.
11391         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11392         Replace cl-function substitute with gnus-replace-in-string.
11393         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11394         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11395         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11396         simplified expansions.
11398 2009-08-22  Glenn Morris  <rgm@gnu.org>
11400         * gnus-art.el (gnus-button-patch): Use forward-line rather than
11401         goto-line.
11403 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11405         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11407         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11408         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11409         (gnus-mm-display-part, gnus-mime-display-single)
11410         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11411         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11413         * gnus-sum.el
11414         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11415         (gnus-summary-move-article): Add expirable mark to articles copied or
11416         moved to group that has auto-expire turned on if the option is non-nil.
11418 2009-07-24  Glenn Morris  <rgm@gnu.org>
11420         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11421         Fix typo.  (Bug#3903)
11423 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11425         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11426         gnus-article-read-summary-keys rather than gnus-summary-edit-article
11427         that should not be used for draft articles.
11428         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11429         that has no concern in minor mode keys.
11430         (gnus-article-summary-command, gnus-article-summary-command-nosave):
11431         Abolish.
11433 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11435         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11436         article without making inquiry to a user for unknown encoding.
11438         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11439         (nnmaildir--scan): Assume i-node and device number that file-attributes
11440         returns might be cons-cell.
11442 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
11444         * auth-source.el: Remove docs now in auth.texi.  Don't use
11445         `gnus-message' for logging.  Add new variables `auth-source-debug' and
11446         `auth-source-hide-passwords' and use them.
11448 2009-07-15  Glenn Morris  <rgm@gnu.org>
11450         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11452 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11454         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11455         excessive whitespace from the default values of title and description.
11457 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11459         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11460         mail-fetch-field to fetch Content-Description header in order to
11461         exclude newlines.
11463 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11465         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11466         to deleted part.
11468 2009-05-30  David Engster  <dengste@eml.cc>
11470         * nnmairix.el: Remove old documentation in the commentary block.
11471         (nnmairix-request-group): Do not update active file for nnml back ends.
11472         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11473         end so that overview files are ignored.
11474         (nnmairix-update-groups): Make updating the groups more robust by using
11475         marks.
11476         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11477         with dollar characters in message-id.
11479 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
11481         * spam.el: Use dns-query instead of query-dns.  Was renamed on
11482         2008-12-25 in dns.el.
11484 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11486         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11487         could happen if the text is only composed of spaces and/or tabs.
11489 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
11491         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11492         when sending a queued message to avoid extra mml tags.
11494 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11496         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11498 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11500         * gnus-dired.el: Remove autoload for gnus-setup-message.
11501         (gnus-dired-attach): Fake this-command value to prevent Gnus from
11502         displaying Gnus logo; always use compose-mail.
11504 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11506         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11508 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11510         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11511         (gnus-nocem-issuers): List currently active issuers; fix custom type.
11512         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11513         available.
11514         (gnus-nocem-epg-verify): New function.
11516 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
11518         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11520 2009-02-15  Glenn Morris  <rgm@gnu.org>
11522         * gnus-util.el (rmail-insert-rmail-file-header)
11523         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11524         autoloads.
11525         (rmail-default-rmail-file): Remove unnecessary declaration.
11526         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11528 2009-02-14  Glenn Morris  <rgm@gnu.org>
11530         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11531         variable (only used in gnus-util, which declares it anyway).
11532         (rmail-output-to-rmail-file): Remove autoload of deleted function,
11533         which was only needed by gnus-art (changed to not use it any more).
11534         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11535         only used in gnus-util, which autoloads it itself.
11536         (rmail-update-summary): Fix autoload.
11538         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11539         rather than rmail-output-to-rmail-file.
11541 2009-02-07  Glenn Morris  <rgm@gnu.org>
11543         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11544         autoload of function that no longer exists.
11545         (rmail-toggle-header): Declare.
11546         (message-forward-rmail-make-body): Handle mbox Rmail.
11548 2009-01-31  Glenn Morris  <rgm@gnu.org>
11550         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11551         2009-01-09 change.
11553 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
11555         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11556         (auth-source-forget-all-cached): New convenience function.
11557         (auth-source-user-or-password): Accept list of modes or a single mode.
11559         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11560         auth-source modes.
11562         * nnimap.el (nnimap-open-connection): Use list of
11563         auth-source modes.
11565         * nntp.el (nntp-send-authinfo): Use list of
11566         auth-source modes.
11568 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11570         * auth-source.el: Update docs to reflect epa-file-enable is to be used
11571         now.
11573 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11575         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11576         coding system in XEmacs; add a workaround for XEmacs.
11578 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11580         * mm-util.el (mm-coding-system-priorities): Protect against nil value
11581         of current-language-environment.
11583 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11585         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11586         available at runtime.
11588 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11590         * gnus-art.el (article-date-ut): Fix end point of narrowing.
11592 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
11594         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11595         the greatest positive fixnum value doesn't work under an XEmacs with
11596         bignum support; use the most-positive-fixnum constant instead,
11597         available since Emacs 21.1 with cl and XEmacs 21.1.
11599 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11601         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11602         XEmacs gets not to work.
11604 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11606         * mm-util.el (mm-coding-system-priorities): Allow the value like
11607         "Japanese (UTF-8)" of current-language-environment.
11609 2009-01-09  Glenn Morris  <rgm@gnu.org>
11611         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11612         with last-command-event.
11614 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11616         * message.el (message-fix-before-sending): Amend comment.
11618 2009-01-07  David Engster  <dengste@eml.cc>
11620         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11621         simplified server definitions by converting it via
11622         gnus-server-to-method.
11624 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11626         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11627         parameter's operands.
11629 2009-01-06  David Engster  <dengste@eml.cc>
11631         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11632         primary select method (for gnus-group-mark-article-as-read).
11634 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
11636         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11637         `(gnus)Face', not `(gnus)X-Face'.
11639 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11641         * mm-util.el (mm-ucs-to-char): New function.
11643         * mm-url.el (mm-url-decode-entities): Use it.
11645 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11647         * message.el (message-fix-before-sending): Add `eight-bit' to
11648         illegible-text check.
11650 2009-01-03  Michael Olson  <mwolson@gnu.org>
11652         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11653         `headers' is nil.  This can occur if the IMAP server does not have
11654         permissions to read messages from a folder, but can write new messages
11655         to the folder.
11656         (nnimap-request-article-part): Do not insert `data' if it is nil.
11658 2009-01-01  Dave Love  <fx@gnu.org>
11660         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11662         * nnimap.el: Fix author email.
11663         (nnimap-split-rule): Add FIXME comment.
11664         (nnimap-debug): Fix doc string.
11666 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11668         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11669         overlay-arrow-position and overlay-arrow-string buffer-local; no need
11670         to check if those variables exist (first appeared in Emacs 18.50).
11672 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11674         * mm-util.el (mm-line-number-at-pos): New function.
11676         * spam-report.el (spam-report-process-queue): Use it.
11678 2008-12-24  David Engster  <dengste@eml.cc>
11680         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11681         parameters that haven't existed as variables as buffer-local variables.
11683 2008-12-23  Dave Love  <fx@gnu.org>
11685         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11686         cadar.
11688         * sieve-manage.el (sieve-manage-starttls-p): Rename from
11689         imap-starttls-p.
11690         (sieve-manage-starttls-open): Rename from imap-starttls-open.
11692 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
11694         * spam-report.el (spam-report-gmane-max-requests): New constant.
11695         (spam-report-gmane-wait): New variable.
11696         (spam-report-gmane-ham, spam-report-gmane-spam)
11697         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11698         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11699         the server.
11701         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11702         Add explanations.
11704         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11705         nnheader-accept-process-output and nnheader-read-timeout if available.
11706         (pop3-movemail): Use it.
11708         * message.el (message-check-news-body-syntax): Fix signature check if
11709         there's an attachment.
11711 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11713         * mm-util.el: Add comments to the mm- emulating functions.
11715 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
11717         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11718         Reported by Stephen Berman <stephen.berman@gmx.net>.
11720 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11722         * mm-util.el (mm-substring-no-properties): New function.
11723         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11724         (mm-special-display-p): Enable those lambda forms to be byte compiled.
11725         (mm-string-to-multibyte): Doc fix.
11727         * mml.el (mml-attach-file): Use mm-substring-no-properties.
11729 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11731         * mml.el (mml-attach-file): Strip text properties from file name.
11732         (Bug#1574)
11734 2008-12-16  Glenn Morris  <rgm@gnu.org>
11736         * mm-util.el (mm-charset-override-alist): Declare for compiler.
11738 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11740         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11741         knows since the charset specified might be a bogus alias that
11742         mm-charset-synonym-alist provides.
11744 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11746         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11747         "ISO_8859-1".
11749         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11751 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11753         * mm-util.el (mm-charset-eval-alist):
11754         Define it before mm-charset-to-coding-system.
11755         (mm-charset-to-coding-system): Add optional argument `silent';
11756         define it before mm-charset-override-alist.
11757         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11758         default value if it can be used in Emacs currently running;
11759         silence mm-charset-to-coding-system.
11761 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11763         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11764         `allow-override' which says whether to use `mm-charset-override-alist'.
11765         (rfc2047-decode-encoded-words): Use it.
11767         * mm-util.el (mm-charset-override-alist): Fix custom type;
11768         add `(gb2312 . gbk)' to choices.
11770 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11772         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11773         fast.
11775         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11777 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
11779         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11780         on links.
11782         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11784 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11786         * message.el (message-idna-to-ascii-rhs-1): Protect against local
11787         users' addresses that don't have domain parts.
11788         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11789         rather than message-narrow-to-head since there will be the message
11790         header separator.
11792 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11794         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11795         since the result is inserted in a unibyte buffer anyway.
11796         (nnimap-demule-use-string-to-multibyte): Remove.
11797         (nnimap-demule): Alias it to mm-string-to-multibyte.
11799 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11801         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11802         variable for debugging bug#464 and bug#1174.
11803         (nnimap-demule): Use it.
11805 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11807         * gnus-score.el (gnus-score-find-trace): Handle default score in total
11808         score calculation correctly.
11810 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11812         * message.el (message-send-mail): Just set the buffer to unibyte
11813         rather than use mm-with-unibyte-current-buffer which does a lot more.
11814         (message-send-mail-partially): Don't bother with
11815         mm-with-unibyte-current-buffer since it's already been made unibyte by
11816         message-send-mail.
11818 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
11820         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11822 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
11824         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11826 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11828         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11829         require itself and to remove `with-no-warnings'.
11831 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
11833         * starttls.el (starttls-any-program-available): Get the name of the
11834         available TLS layer program.
11835         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11836         well as the host name in the "opening" message.
11838         * auth-source.el (auth-source-cache, auth-source-do-cache)
11839         (auth-source-user-or-password): Cache passwords and logins by default,
11840         allow override with `auth-source-do-cache'.
11841         (auth-source-forget-user-or-password): Allow users to remove cache
11842         entries if needed.
11844 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11846         * ietf-drums.el (ietf-drums-remove-comments): Localize second
11847         condition-case to only the forward-sexp call.
11849 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11851         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11852         quotes contained.  Make it more robust regardless by an extra
11853         condition-case wrapper.
11855 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11857         * nnml.el (nnml-request-expire-articles): Check if the function set to
11858         `nnmail-expiry-target' returns the symbol `delete'.
11860         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11862         * nnmail.el (nnmail-expiry-target): Fix custom type.
11864 2008-10-02  Glenn Morris  <rgm@gnu.org>
11866         * mm-util.el (mm-codepage-setup): Tweak codepage error.
11867         Silence compiler warning.
11869 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
11871         * mml.el (mml-menu): Don't assume mml2015 is bound.
11873 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11875         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11876         exists.
11878 2008-09-27  Glenn Morris  <rgm@gnu.org>
11880         * gnus-util.el (mail-header-remove-comments): Autoload it.
11882 2008-09-27  Andreas Schwab  <schwab@suse.de>
11884         * gnus-util.el (gnus-split-references): Strip comments.
11885         (gnus-parent-id): Likewise.
11887 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
11889         * message.el (message-confirm-send): Fix version.
11891 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11893         * message.el (message-idna-to-ascii-rhs-1): Use
11894         mail-extract-address-components rather than mail-header-parse-addresses
11895         that is an alias by default to ietf-drums-parse-addresses that does not
11896         support non-ASCII names in headers' contents.
11898 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11900         * message.el (message-confirm-send): Fix variable documentation to
11901         avoid the "y/n" wording.
11903 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
11905         * message.el (message-set-auto-save-file-name): Save to a different
11906         filename so multiple messages (especially drafts) can be recovered.
11908 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11910         * message.el (message-confirm-send): Add appropriate version.
11912 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11914         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11915         defvar.
11917 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11919         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11920         (mm-pkcs7-enveloped-magic): Ditto.
11922 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11924         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11925         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11927 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11929         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11930         default, it's better.
11932 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11934         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11935         summary line gnus-number property and ignore them (with a warning
11936         message).
11938 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11940         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11941         macro caddr in the interactive form since it won't be expanded.
11943 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11945         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11946         `charset'; fix name of function called recursively.
11947         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11949 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11951         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11952         (gnus-mime-set-charset-parameters): New function.
11953         (gnus-mime-view-part-as-charset): Use it to correctly display part
11954         specifying wrong charset.
11956 2008-09-08  David Engster  <dengste@eml.cc>
11958         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11959         in completing-read for back end server.
11961 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11963         * message.el (message-confirm-send): New variable to confirm sending a
11964         message.
11965         (message-send): Use it.
11967 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11969         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11971 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11973         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11975 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11977         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11978         prevent tracking too many groups.
11979         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11980         Use it.
11982 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11984         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11985         moving point to the bottom of the window in order to avoid recentering.
11987 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11989         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11990         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11991         (gnus-article-beginning-of-window): Fix calculation.
11993 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11995         * gnus-msg.el (gnus-summary-supersede-article)
11996         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11997         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11998         message header.
12000 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12002         * message.el:
12003         * gnus-start.el:
12004         * gnus-registry.el: Remove VMS support.
12006 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12008         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12009         macro.
12010         (rfc2104-hash): Use it.
12012 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12014         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12015         (gnus-summary-sort-by-most-recent-date): New commands.
12016         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12017         and menu entries.
12019 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12021         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12022         don't redisplay article for raw contents; remove plural articles stuff.
12024         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12025         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12026         on gnus-summary-save-article; display results properly.
12028 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12030         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12032 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12034         * gnus-art.el (gnus-summary-save-in-pipe):
12035         Consider gnus-save-all-headers.
12037 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12039         * gnus-util.el (ns-focus-frame): Remove declaration.
12040         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12041         like x.
12043 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12045         * rfc2104.el (rfc2104-zero): Delete defconst.
12046         (rfc2104-hex-alist): Likewise.
12047         (rfc2104-hex-to-int): Delete func.
12048         (rfc2104-hexstring-to-bitstring): Likewise.
12049         (rfc2104-nybbles): New defconst.
12050         (rfc2104-hash): Rewrite for speed.
12052 2008-07-16  Glenn Morris  <rgm@gnu.org>
12054         * gnus-util.el (ns-focus-frame): Declare for compiler.
12056 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12058         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12059         set as a group parameter.
12060         (gnus-summary-save-in-pipe): Work when it is called independently.
12061         (gnus-summary-pipe-to-muttprint): Don't modify
12062         gnus-summary-pipe-output-default-command.
12064 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12066         * message.el (message-send-mail-with-sendmail):
12067         Display the error message.
12069 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12071         * gnus-art.el (gnus-default-article-saver):
12072         Add gnus-summary-save-in-pipe to choices.
12073         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12074         gnus-summary-pipe-output-default-command as the default command.
12075         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12076         instead of gnus-last-shell-command.
12078         * gnus-sum.el (gnus-summary-pipe-output-default-command):
12079         New user option.
12080         (gnus-summary-muttprint-program): Mention the value will be changed.
12081         (gnus-summary-save-article): Force showing of all headers.
12082         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12084 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
12086         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12088 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
12090         * nnimap.el (nnimap-id):
12091         * sieve-manage.el (sieve-manage-open): Doc fixes.
12093 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12095         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12096         if available.
12098 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12100         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12102         * nnkiboze.el (nnkiboze-generate-group):
12103         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12105         * nnmairix.el: Require CL.
12107 2008-06-15  David Engster  <dengste@eml.cc>
12109         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12111 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12113         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12114         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12115         runtime choice under XEmacs.
12117         * gnus-sum.el (gnus-summary-set-display-table):
12118         Use `gnus-put-display-table', `gnus-get-display-table',
12119         `gnus-set-display-table' for the display table, instead of `aset'.
12121 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12123         * nnmairix.el: Add autoloads.
12125 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12127         * nnmairix.el (nnmairix-delete-recreate-group)
12128         (nnmairix-update-and-clear-marks): Fix error messages.
12130 2008-06-14  David Engster  <dengste@eml.cc>
12132         * nnmairix.el: Upgrade to version 0.6.
12133         (nnmairix-group-toggle-propmarks-this-group)
12134         (nnmairix-group-toggle-readmarks-this-group)
12135         (nnmairix-group-delete-recreate-this-group)
12136         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12137         (nnmairix-remove-tick-mark-original-article): New commands.
12138         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12139         (nnmairix-propagate-marks-to-nnmairix-groups)
12140         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12141         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12142         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12143         functions needed for marks propagation and manipulation of read marks.
12144         (nnmairix-update-groups): New function.
12145         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12146         (nnmairix-determine-original-group-from-registry)
12147         (nnmairix-determine-original-group-from-path)
12148         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12149         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12150         New helper functions.
12151         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12152         keystrokes for new commands.
12153         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12154         (nnmairix-request-group): Check allow-fast group parameter.
12155         (nnmairix-request-create-group): Set allow-fast group parameter if
12156         nnmairix-allowfast-default is set.
12157         (nnmairix-close-group): Propagate marks upon closing if needed.
12158         (nnmairix-group-toggle-threads-this-group): Use new.
12159         nnmairix-group-toggle-parameter helper function.
12160         (nnmairix-search): Better check for empty search result.
12161         (nnmairix-goto-original-article): Use new helper functions for
12162         determining original article.
12163         (nnmairix-show-original-article): Make sure message-id is in brackets.
12164         (nnmairix-call-mairix-binary): Change variable name.
12165         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12166         helper function.
12167         (nnmairix-widget-toggle-activate): Fix doc string.
12169 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12171         * nnir.el: Require edmacro when compiling with XEmacs.
12172         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12173         available in Emacs 21.
12175 2008-06-11  Glenn Morris  <rgm@gnu.org>
12177         * gnus-util.el (x-focus-frame):
12178         * gnus.el (image-size):
12179         * mm-decode.el (image-size): Declare.
12181         * gnus-picon.el (declare-function): Add compat definition.
12182         (image-size): Declare.
12184         * gnus-group.el (tool-bar-map):
12185         * gnus-sum.el (tool-bar-map): Define for compiler.
12187         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12189         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12191         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12192         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12193         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12194         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12195         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12196         * sieve-manage.el, spam-report.el, spam.el:
12197         Remove unnecessary eval-and-compile of autoloads.
12199 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
12201         * auth-source.el: Precise Tramp doc.
12203 2008-06-07  Glenn Morris  <rgm@gnu.org>
12205         * nnmairix.el: Remove unnecessary eval-when-compile.
12207 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
12209         * nnir.el: New file.
12211 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12213         * gnus-util.el (gnus-read-shell-command): New function.
12214         * mm-decode.el (mm-pipe-part):
12215         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12217 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12219         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12221 2008-06-03  Glenn Morris  <rgm@gnu.org>
12223         * pop3.el (nnheader-accept-process-output): Autoload it.
12225 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12227         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12228         are not 2-digit hexadecimal characters that follow `%'s.
12230 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12232         * message.el (message-bogus-recipient-p): Fix type in doc string.
12233         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12234         (message-bogus-addresses): Rename from message-bogus-address-regexp.
12235         Improve custom options.
12236         (message-bogus-recipient-p): Adjust accordingly.
12238 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12240         * nnmairix.el: Require edmacro when compiling with XEmacs.
12242 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
12244         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12245         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12247 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12249         * auth-source.el: Add more docs.
12251 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12253         * nnheader.el (nnheader-read-timeout): Change the default timeout from
12254         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
12255         retrieval faster in some cases, but might make CPU usage larger.
12256         If this has any bad side effects, we might revert this change.
12258         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12259         seems to make mail retrieval much, much faster.
12260         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12261         unconditionally.
12263         * gnus-draft.el (gnus-group-send-queue):
12264         Bind message-send-mail-partially-limit to nil to avoid being prompted.
12266 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12268         * mml.el (mml-attach-buffer): Prompt for `disposition'.
12270         * message.el (message-bogus-address-regexp): Fix and improve custom
12271         type.
12272         (message-setup-hook): Add message-check-recipients as custom option.
12274 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
12276         * message.el (message-cite-function): Remove bogus autoload which crept
12277         in during merge from v5-10.
12279 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12281         * nnimap.el (nnimap-open-connection): Fix login/password bug.
12283         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12285         * auth-source.el: Preliminary Tramp docs.
12286         (auth-sources): Change the default auth-sources to use
12287         EPA .gpg files.
12289 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
12291         * nntp.el: Autoload `auth-source-user-or-password'.
12292         (nntp-send-authinfo): Use it.
12294         * nnimap.el: Autoload `auth-source-user-or-password'.
12295         (nnimap-open-connection): Use it.
12297         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
12298         for the gnus-message function.
12299         (auth-source-user-or-password): Use it.
12301 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12303         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12304         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
12305         (rfc2104-hash): Use it.
12307 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12309         * gnus-art.el (gnus-article-toggle-truncate-lines):
12310         Don't use `iff' in docstring.
12312 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
12314         * gnus-registry.el: Adjusted copyright dates and added a keyword.
12316         * gnus-util.el (gnus-extract-address-component-name)
12317         (gnus-extract-address-component-email): Convenience functions around
12318         `gnus-extract-address-components'.
12320         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12321         Use `gnus-extract-address-component-email' to fix bug of comparing full
12322         sender name to `user-mail-address'.
12324 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
12326         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12327         catch/throw to optimize.
12328         (gnus-registry-find-keywords): Just use member to find a keyword.
12330 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12332         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12333         is current before calling gnus-server-prepare.
12334         (gnus-server-setup-buffer, gnus-server-update-server)
12335         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12337 2008-05-04  Juri Linkov  <juri@jurta.org>
12339         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12340         (mailcap-file-default-commands): Use mailcap-replace-in-string
12341         instead of replace-regexp-in-string, and mailcap-delete-duplicates
12342         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
12344 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
12346         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12348 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12350         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12351         hooks.
12352         (gnus-update-read-articles): Speed up non-marks-using users.
12353         (gnus-use-marks): Define gnus-use-marks.
12354         (gnus-propagate-marks): Rename variable to something more sensible.
12356 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
12358         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12359         (gmm-image-load-path-for-library): Fix typos in docstrings.
12360         (gmm-message): Reflow docstring.
12362 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
12364         * mail-source.el (mail-source-set-1, mail-source-bind):
12365         Move auth-source code out of the macro to clean it up and fix bugs.
12367 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
12369         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12370         by sender if it's equal to user-mail-address, it's likely to be
12371         useless.
12373         * mail-source.el (mail-source-bind): Don't use user or password if they
12374         are not bound.  Unintern them if they are nil.  Don't use server unless
12375         it's bound, and default it to empty string otherwise.
12377 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
12379         * mail-source.el: Load auth-source.el.
12380         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
12381         get user name or password, if auth-sources is set up.
12383         * gnus-registry.el (gnus-registry-split-strategy): New variable for
12384         strategy of splitting with parent.
12385         (gnus-registry-split-fancy-with-parent)
12386         (gnus-registry-post-process-groups): Use it and fix prior
12387         bug (returning a list as the split result).
12389         * auth-source.el (auth-sources): Remove server parameter.
12390         (auth-source-pick, auth-source-user-or-password)
12391         (auth-source-user-or-password-imap)
12392         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12393         (auth-source-user-or-password-sftp)
12394         (auth-source-user-or-password-smtp): Remove server parameter.
12396 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
12398         * smime.el (smime-sign-region, smime-encrypt-region)
12399         (smime-decrypt-region):
12400         Remove redundant calls to `generate-new-buffer-name'.
12402 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
12404         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12405         Don't use QP for message/rfc822.
12406         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12408 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12410         * sieve-manage.el (sieve-string-bytes): Remove.
12411         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12412         correct byte-length only if the process's coding-system is the same as
12413         the one used internally by Emacs to represent strings.
12415 2008-04-22  Juri Linkov  <juri@jurta.org>
12417         * mailcap.el (mailcap-file-default-commands): New function.
12419 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12421         * message.el (message-signature-separator, message-cite-function):
12422         Change custom version.
12424 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12426         * mm-decode.el (mm-display-external): Make temp file read-only.
12428 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12430         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12431         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
12432         `C-c C-f d'.
12434 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
12436         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12438 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
12440         * auth-source.el: Add docs.
12441         (auth-sources): Modify format to support server.
12442         (auth-source-pick, auth-source-user-or-password)
12443         (auth-source-user-or-password-imap)
12444         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12445         (auth-source-user-or-password-sftp)
12446         (auth-source-user-or-password-smtp): Add server parameter.
12448 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
12450         * gnus-registry.el: Initialize the registry when gnus-registry-install
12451         is t.
12453 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12455         * compface.el (uncompface): Make buffer unibyte.
12457 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12459         * mail-source.el (mail-source-value):
12460         Prefer fboundp to functionp so it works with macros as well.
12462 2008-04-05  Glenn Morris  <rgm@gnu.org>
12464         * gnus-ems.el (mm-disable-multibyte): Autoload it.
12466 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12468         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12469         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12471         * nnheader.el (nnheader-init-server-buffer): Change buffer's
12472         multibyteness after rather than before erasing it.
12474         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12475         mm-with-multibyte.
12476         (gnus-request-article-this-buffer): Make sure the proper decoding is
12477         used if gnus-original-article-buffer happens to be unibyte.
12479         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12480         default-enable-multibyte-characters.
12482         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12483         default-enable-multibyte-characters.
12485         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12487         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12489 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12491         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12492         Fix last change in case the element is not even a symbol.
12494 2008-04-02  Simon Josefsson  <simon@josefsson.org>
12496         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12497         imap-enable-exchange-bug-workaround.
12498         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12500 2008-04-01  Simon Josefsson  <simon@josefsson.org>
12502         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12503         a 100 byte status-checks into a 2-3MB transfer for each group.
12504         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12505         to enable bug workaround or not.
12506         (nnimap-find-minmax-uid): Only enable workaround conditionally.
12508 2008-03-31  Glenn Morris  <rgm@gnu.org>
12510         * message.el (mml2015-use): Declare for compiler.
12511         (message-info): Require mml2015 when appropriate.
12513 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12515         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12516         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12517         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12518         (nntp-service-to-port): New function.
12519         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12520         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12521         (nntp-open-netcat-stream): New function.
12522         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12524 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
12526         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12528 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12530         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12532 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
12534         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12536 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12538         * message.el (message-signature-separator): Change default.
12539         Improve custom type.
12540         (message-cite-function): Change default to
12541         message-cite-original-without-signature.
12543         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12544         toggle.
12546         * message.el (message-check-news-body-syntax): Fix signature check.
12547         (message-setup-1): Mark buffer as unmodified _after_ running
12548         message-setup-hook and handling message-alternative-emails.
12549         (message-shorten-references): Be more strict when building list of
12550         valid references to comply with GNKSA.
12552         * gnus-group.el (gnus-read-ephemeral-bug-group)
12553         (gnus-read-ephemeral-debian-bug-group)
12554         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12556         * message.el (message-info): Don't use booleanp which isn't supported
12557         in Emacs 21 and XEmacs.
12559 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
12561         * gnus-group.el (gnus-gmane-group-download-format): Rename from
12562         gnus-group-gmane-group-download-format.
12563         (gnus-group-read-ephemeral-gmane-group): Rename from
12564         gnus-group-read-ephemeral-gmane-group.
12565         (gnus-read-ephemeral-gmane-group-url): Rename from
12566         gnus-group-read-ephemeral-gmane-group-url.
12567         (gnus-bug-group-download-format-alist): New variable.
12568         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12569         (gnus-read-ephemeral-emacs-bug-group): New commands.
12571 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12573         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12574         (gnus-visible-headers): Improve custom type.
12576 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12578         * mml.el (mml-menu): Add workarounds for XEmacs.
12580         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12581         X-Boundary header.
12583         * message.el (message-simplify-recipients): Fix previous commit.
12585 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12587         * mm-util.el (mm-set-buffer-multibyte): New function.
12588         * mm-decode.el (mm-copy-to-buffer): Use it.
12590         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12591         Prefer fboundp to functionp so it works with macros as well.
12593 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
12595         * message.el (message-alter-recipients-discard-bogus-full-name):
12596         New function.
12597         (message-alter-recipients-function): New variable.
12598         (message-get-reply-headers): Use it.
12599         (message-replace-header): New helper function.
12600         (message-recipients-without-full-name): New variable.
12601         (message-simplify-recipients): New command.
12603         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12605         * message.el (message-info): Handle EasyPG manual.
12607         * mml.el (mml-menu): Add entry for EasyPG.
12609 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
12611         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12612         parameter.
12614         * message.el (message-disassociate-draft): Specify drafts group name
12615         fully.
12617 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
12619         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12620         Eliminate unnecessary duplicates from the match list.
12622 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12624         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12625         args of `how-many' of which the XEmacs version doesn't take; declare
12626         Info-index-next as function.
12628 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12630         * gnus-score.el (gnus-score-headers): Fix handling of
12631         gnus-inhibit-slow-scoring.
12633         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12634         string.
12635         (gnus-button-url-regexp): Improve handling of parenthesis.
12636         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12637         (gnus-button-handle-info-keystrokes): Handle index entries.
12639 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12641         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12642         Incoming* files.
12644 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
12646         * auth-source.el (auth-sources): Rename from auth-source-choices.
12647         (auth-source-pick): Use it.
12649 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
12651         * auth-source.el (auth-source-protocols)
12652         (auth-source-protocols-customize, auth-source-choices): Add and
12653         modified variable customizations and defaults.
12654         (auth-source-pick, auth-source-user-or-password)
12655         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12656         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12657         (auth-source-user-or-password-sftp)
12658         (auth-source-user-or-password-smtp): Use new variables and provide an
12659         interface to netrc.el.
12661 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12663         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12664         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12665         Make sure the nntp port to specify is a string.
12667 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12669         * nntp.el: Use with-current-buffer.
12670         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12671         dubious mm-with-unibyte-current-buffer.
12672         (nntp-with-open-group-function): New function extracted from
12673         nntp-with-open-group macro.
12674         (nntp-with-open-group): Use the function, so it's easier to debug.
12675         Add indentation and debugging info.
12676         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12677         Recommend the use of the netcat alternatives.
12679         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12680         Avoid mm-string-as-multibyte as well.
12682         * nnweb.el (nnweb-insert-html):
12683         Remove use of nnheader-string-as-multibyte.
12685         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12686         (nnheader-string-as-multibyte): Remove.
12688         * mm-view.el: Use inhibit-read-only.
12689         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12690         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12691         or unibyte-string.
12693         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12694         (mm-uu-yenc-extract): Use with-current-buffer.
12696         * gnus-soup.el (gnus-soup-send-packet): Don't use
12697         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12699         * nnmh.el: Use with-current-buffer.
12700         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12701         mm-string-as-multibyte on the output of mm-encode-coding-string.
12703         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12704         (nnimap-request-move-article): Use with-current-buffer.
12706         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12707         inserting the handle-buffer's text, so the implicit multibyte->unibyte
12708         conversion uses string-make-unibyte rather than string-as-unibyte.
12710         * gnus-msg.el: Use with-current-buffer.
12712         * message.el (message-ignored-resent-headers): Add "Delivered-To".
12714 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
12716         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12717         string for caching if it is 'PIN.
12719 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12721         * mail-source.el (mail-source-delete-old-incoming-confirm):
12722         Change default to nil.
12723         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12725 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12727         * gnus-art.el (gnus-narrow-to-page): Position point properly.
12728         (gnus-article-goto-prev-page): Work for articles having ^L's.
12730         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12732         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12734 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
12736         * gnus-bookmark.el: Adjust for renames in bookmark.el.
12737         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12738         (gnus-bookmark-jump): Adjust some variable names.
12740 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
12742         * auth-source.el: New package.
12743         (auth-source-choices): Add customization entry point variable.
12745         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12746         bug.
12748 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
12750         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12751         (gnus-registry-initialize, gnus-registry-install-p): Use it.
12752         (gnus-registry-install-shortcuts): Rename from
12753         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
12754         the `gnus-registry-mark-map' keymap dynamically from
12755         `gnus-registry-marks'.  The generated functions update the summary line
12756         when a registry mark is added or deleted, and will call
12757         `gnus-registry-install-p' (see the comments in the code).
12758         (gnus-registry-user-format-function-M): Use concat intelligently.
12760         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12761         the registry mark functions.
12763 2008-03-05  Glenn Morris  <rgm@gnu.org>
12765         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12766         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12767         gnus-art.
12768         (top-level): No need to load own source when compiling.
12770 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12772         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12773         Suggested by <chris.anderton@zetnet.co.uk>.
12775 2008-03-04  Glenn Morris  <rgm@gnu.org>
12777         * gnus-sum.el (top-level): No need to require gnus when compiling,
12778         since unconditionally required near start of file.
12779         (gnus-summary-display-while-building): Move definition before use.
12781 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12783         * gnus-registry.el (gnus-registry-user-format-function-M):
12784         Add formatting function.
12786 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12788         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12789         with plists.
12790         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12791         Use new format.
12793 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12795         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12796         `where-is-internal' that returns a range of key sequences.
12798 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12800         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12802         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12803         (gnus-summary-jump-to-group): Consider windows on other displayed
12804         frames as well.  Similar changes might be needed elsewhere, but that's
12805         the one I've bumped into during my use.
12807         * nndoc.el (nndoc-oe-dbx-type-p):
12808         * gnus-msg.el (gnus-debug):
12809         * gnus-group.el (gnus-update-group-mark-positions):
12810         Use mm-string-to-multibyte.
12812 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12814         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12815         doesn't handle NotDashEscaped.
12817         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
12818         (mml-dnd-attach-options): Fix typo in custom choice.
12820         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12821         Change nndoc-article-type to mbox.
12822         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12824         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
12825         to nil, instead of html2text.
12827         * imap.el (imap-debug): Add `imap-ping-server'.
12829         * gnus-bookmark.el: Add FIXMEs.
12831         * message.el (message-form-letter-separator)
12832         (message-send-form-letter-delay): New variables.
12833         (message-send-form-letter): Use them.  New command to send form
12834         letters.  Requested by Uwe Siart.
12835         (message-send-mail-function): Doc fix.  Add "Other" custom option.
12837 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
12839         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12840         empty author.
12842 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
12844         * gnus-registry.el (gnus-registry-marks): Add variable for
12845         customization of marks and their appearance.
12846         (gnus-registry-read-mark): Use it.
12847         (gnus-registry-do-marks): Add utility function to loop through
12848         `gnus-registry-marks'.
12849         (gnus-registry-install-shortcuts-and-menus): Add function to install
12850         shortcuts and menus.
12851         (gnus-registry-initialize): Use it.
12852         (gnus-registry-default-mark): Clarify documentation.
12854 2008-02-29  Glenn Morris  <rgm@gnu.org>
12856         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12857         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12858         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12859         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12860         Change defcustom :version from 23.0 to 23.1.
12862 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12864         * gnus-registry.el (gnus-registry-follow-group-p)
12865         (gnus-registry-post-process-groups): Add functions to aid registry
12866         splitting and improve logging.  Clarify behavior in function
12867         documentation.
12868         (gnus-registry-split-fancy-with-parent): Use them.
12870 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12872         * gnus-art.el: Use with-current-buffer.
12874 2008-02-27  David Engster  <dengste@eml.cc>
12876         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12877         Express real group name in the response.
12879 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12881         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12882         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12883         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12884         autoload gnus-registry-fetch-group when compiling.
12885         (nnmairix-request-group-with-article-number-correction):
12886         Remove unreferenced argument passed to nnmairix-call-backend.
12888 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12890         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12891         (mm-uu-extract): Improve face for low color ttys.
12892         Reported by Sascha Wilde.
12894 2008-02-27  Glenn Morris  <rgm@gnu.org>
12896         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12897         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12898         variables to defconsts.  Convert comments to doc-strings.
12899         (nnmairix-last-server, nnmairix-current-server): Convert from free
12900         variables to defvars.  Convert comments to doc-strings.
12901         (gnus-registry-fetch-group): Autoload.
12902         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12903         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12904         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12905         caddr.
12906         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12907         nnmairix-request-group-with-article-number-correction call.
12908         (nnmairix-fast, nnmairix-group): New, less general names, for free
12909         variables passed from nnmairix-request-group to
12910         nnmairix-request-group-with-article-number-correction.  Declare.
12911         (nnmairix-request-group-with-article-number-correction):
12912         Use nnmairix-fast, nnmairix-group rather than fast, group.
12914 2008-02-26  David Engster  <dengste@eml.cc>
12916         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12917         version 0.5.
12919 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12921         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12922         instead of making an extra function call.  Don't add the current group
12923         to articles only when they have the group.  Use
12924         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12925         Reported by David <de_bb@arcor.de>.
12927 2008-02-24  Miles Bader  <miles@gnu.org>
12929         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12930         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12931         (mm-find-mime-charset-region):
12932         * mm-bodies.el (mm-encode-body):
12933         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12935 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12937         * mail-source.el (mail-source-delete-incoming): Change default.
12938         Supplement doc string.
12940         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12942 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12944         * nnmail.el (nnmail-message-id-cache-file): Derive from
12945         `gnus-home-directory'.
12947 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12949         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12950         Document negative prefix.
12952         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12954 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12956         * message.el (message-unsent-separator): Add the Exim bounce
12957         separator.
12959 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12961         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12962         list.
12963         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12964         recipient/signer list.
12966 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12968         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12969         fbound (Emacs 23 unicode), signal an error.
12971 2008-02-08  Glenn Morris  <rgm@gnu.org>
12973         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12975 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12977         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12978         ports to the calls to `netrc-machine-user-or-password' in addition to
12979         "imap" and "imaps".
12981 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12983         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12984         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12985         <hanche@math.ntnu.no>.
12987 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12989         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12991 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12993         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12995         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12997 2008-02-01  Miles Bader  <miles@gnu.org>
12999         * mml.el (mml-parse-1): Remove apparently vestigial use of
13000         `mm-hack-charsets'.
13001         * mm-bodies.el (mm-encode-body): Likewise.
13003 2008-02-01  Kenichi Handa  <handa@m17n.org>
13005         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13006         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13007         (rfc2104-hash): Convert the result of concat to unibyte string.
13009 2008-02-01  Dave Love  <fx@gnu.org>
13011         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13012         coding-system-for-read.
13013         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13015         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13016         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
13017         (mm-find-mime-charset-region): Remove hack-charsets stuff.
13019 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13021         * mail-source.el (mail-sources): Add `group' choice.
13023         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13024         parameter `in-group' to control into which group the articles go.
13025         Add treatment of `group' mail-source.
13027 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
13029         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13030         * message.el (message-beginning-of-line): Use featurep instead of bound
13031         tests in order to resolve conditionals at compile time.
13033 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13035         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13037         * mm-decode.el (mm-dissect-buffer): Decode description.
13039         * mml.el (mml-to-mime): Encode message header first.
13041 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13043         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13044         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13046 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13048         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13050 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13052         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13053         prefix keys.
13054         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13055         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13056         gnus-xmas.el.
13058 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13060         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13061         Add new variables for article mark management.
13062         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13063         list of extra data entries which, when present, will indicate that the
13064         article ID should not be trimmed from the registry.
13065         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13066         functions.
13067         (gnus-registry-read-mark): New function to read a mark name from the
13068         user.
13069         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13070         (gnus-registry-set-article-mark-internal): New functions to add and
13071         remove marks.
13072         (gnus-registry-get-article-marks): New function to show the marks for
13073         an article, or retrieve them for further use.
13075 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13077         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13078         keys when no argument is given.
13080 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13082         * gnus-sum.el (gnus-article-sort-by-random)
13083         (gnus-thread-sort-by-random): Fix doc strings.
13084         Reported by jidanni@jidanni.org.
13086 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13088         * gnus-art.el (gnus-article-describe-bindings): New function.
13089         (gnus-article-read-summary-keys): Use it.
13090         (gnus-article-mode-map): Bind `C-h b' to it.
13092 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13094         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13095         XEmacs.
13096         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13097         Protect against non-character events.
13099 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
13101         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13102         New command.
13103         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13104         instead of END.  Change name of the temp file.
13105         (gnus-group-gmane-group-download-format): Add doc string.  Make it
13106         customizable.
13108 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13110         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13111         bind `S W' to gnus-article-wide-reply-with-original; set default
13112         binding to gnus-article-read-summary-send-keys.
13113         (gnus-article-read-summary-keys): Fix the order of keys; display
13114         continuation keys correctly in the echo area; describe bindings
13115         correctly when keys end with `C-h'.
13116         (gnus-article-read-summary-send-keys): New function.
13117         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13118         Work for gnus-article-read-summary-send-keys; display continuation keys
13119         correctly in the echo area.
13120         (gnus-article-reply-with-original): Ignore prefix argument.
13121         (gnus-article-wide-reply-with-original): New function.
13123 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13125         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13126         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13128 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13130         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13131         (gnus-group-read-ephemeral-gmane-group): New command.
13133 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
13135         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13137 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13139         * message.el (message-send-mail-function): Increase custom version.
13141         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13142         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
13144 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13146         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13147         html parts correctly; support forwarded messages.
13148         (gnus-article-browse-html-article): Remove work buffers.
13150         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13151         compiling.
13152         (netrc-bound-and-true-p): New macro.
13153         (netrc-parse): Use it instead of bound-and-true-p that is not available
13154         in XEmacs 21.4.
13156 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
13158         * gnus-registry.el (gnus-registry-mark-article)
13159         (gnus-registry-article-marks): Add functionality to mark articles
13160         through the Gnus registry.
13162         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13163         (netrc-parse): Use encrypt-file-alist to determine if
13164         encrypt-find-model or encrypt-insert-file-contents should be used.
13166 2007-12-19  Glenn Morris  <rgm@gnu.org>
13168         * mml.el (message-options-set, message-narrow-to-head)
13169         (message-in-body-p, message-mail-p, message-encode-message-body):
13170         Autoload.
13171         (message-remove-header, message-narrow-to-headers-or-head)
13172         (message-subscribed-p, message-make-mail-followup-to)
13173         (message-position-on-field, message-news-p)
13174         (message-options-set-recipient, message-generate-headers)
13175         (message-sort-headers): Declare as functions.
13177 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13179         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13180         convention in doc string.
13182 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13184         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13185         title to html parts.
13186         (gnus-article-browse-html-article): Pass message header to it.
13188         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13190 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
13192         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13193         or password compatible with XEmacs.
13195 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13197         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13198         format document.
13199         (gnus-mime-delete-part): Don't write description line if empty.
13200         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13202 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
13204         * gnus-sum.el (gnus-summary-mark-unread-as-read)
13205         (gnus-summary-mark-read-and-unread-as-read)
13206         (gnus-summary-mark-current-read-and-unread-as-read)
13207         (gnus-summary-mark-unread-as-ticked): Doc fix.
13208         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13210 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13212         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13213         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13215 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13217         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13218         yes-or-no-p.
13220 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13222         * mm-decode.el (mm-add-meta-html-tag): New function.
13223         (mm-save-part-to-file, mm-pipe-part): Use it.
13225         * gnus-art.el (gnus-article-browse-delete-temp-files):
13226         Use gnus-y-or-n-p instead of y-or-n-p.
13227         (gnus-article-browse-html-parts): Work with message/external-body; use
13228         mm-add-meta-html-tag.
13230 2007-12-11  Glenn Morris  <rgm@gnu.org>
13232         * gnus-cache.el: Require gnus-sum not just when compiling.
13234         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13236         * gnus-int.el (gnus-server-opened, gnus-status-message):
13237         Move definitions before use.
13239         * mm-decode.el: Require gnus-util.
13240         (mm-remove-part): Only call delete-annotation on XEmacs.
13242         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13244         * nnmail.el: Require gnus-int.
13246         * spam.el: Move `require's before `eval-when-compile's.
13248         * gnus-ems.el (gnus-alive-p):
13249         * gnus-fun.el (message-goto-eoh):
13250         * gnus-util.el (gnus-group-name-decode):
13251         * mail-source.el (gnus-compress-sequence):
13252         * message.el (Info-goto-node, format-spec):
13253         * mm-bodies.el (message-options-get):
13254         * mm-decode.el (mm-view-pkcs7):
13255         * mm-util.el (gmm-write-region):
13256         * mml-smime.el (mml-compute-boundary)
13257         (gnus-completing-read-with-default):
13258         * mml.el (widget-button-press, gnus-make-hashtable):
13259         * mml1991.el (mm-decode-content-transfer-encoding)
13260         (mm-encode-content-transfer-encoding)
13261         (message-options-get, message-options-set):
13262         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13263         * nnfolder.el (gnus-request-group):
13264         * nnheader.el (ietf-drums-unfold-fws):
13265         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13266         * smime.el (gnus-run-mode-hooks):
13267         * spam-stat.el (gnus-message): Autoload.
13269         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13270         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13271         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13272         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13273         Add declare-function compatibility definition.
13275         * gnus-cache.el (nnvirtual-find-group-art):
13276         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13277         (gnus-add-image, gnus-add-wash-type):
13278         * gnus-group.el (nnkiboze-score-file):
13279         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13280         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13281         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13282         (message-tokenize-header, gnus-get-buffer-create)
13283         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13284         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13285         * gnus.el (gnus-group-decoded-name):
13286         * mail-source.el (imap-capability):
13287         * mm-bodies.el (message-options-set):
13288         * mm-decode.el (gnus-configure-windows):
13289         * mm-extern.el (message-goto-body):
13290         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13291         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13292         (epg-sub-key-validity, message-options-set):
13293         * mml.el (widget-event-point, gnus-configure-windows):
13294         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13295         * mml2015.el (epg-check-configuration, epg-configuration)
13296         (message-options-set):
13297         * nndb.el (nndb-request-article):
13298         * nnfolder.el (gnus-request-create-group):
13299         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13300         * nnmaildir.el (gnus-group-mark-article-read):
13301         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13302         * rfc1843.el (message-fetch-field):
13303         * spam.el (gnus-extract-address-components):
13304         Declare as functions.
13306 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13308         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13310 2007-12-09  Glenn Morris  <rgm@gnu.org>
13312         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13314         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13315         * message.el, mm-view.el, sieve-manage.el, smime.el:
13316         Add declare-function compatibility definition.
13318         * gnus-art.el (w3-region, w3m-region, Info-menu):
13319         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13320         * gnus-sum.el (gnus-get-predicate):
13321         * gnus-util.el (mm-append-to-file, w32-focus-frame):
13322         * message.el (mail-abbrev-in-expansion-header-p):
13323         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13324         (w3m-detect-meta-charset, w3m-region):
13325         * sieve-manage.el (password-read, password-cache-add)
13326         (password-cache-remove):
13327         * smime.el (password-read-and-add): Declare as functions.
13329 2007-12-08  David Kastrup  <dak@gnu.org>
13331         * gnus-sum.el (gnus-summary-simplify-subject-query):
13332         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13333         `message'.
13335 2007-12-07  Glenn Morris  <rgm@gnu.org>
13337         * gnus-art.el (article-make-date-line): Revert previous change.
13339 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13341         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13343 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
13345         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13346         Call gnus-add-to-range ranges only once with a prepared article-list.
13348 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
13350         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13351         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13352         group names with backslashes.
13353         Reported by Tassilo Horn <tassilo@member.fsf.org>.
13355 2007-12-06  Deepak Goel  <deego3@gmail.com>
13357         * gnus-art.el (article-make-date-line):
13358         * gnus-start.el (gnus-load):
13359         * pop3.el (pop3-read-response): Fix buggy call to `error'.
13361 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13363         * gnus-art.el (gnus-use-idna):
13364         * gnus-start.el (gnus-site-init-file):
13365         * message.el (message-use-idna):
13366         * mm-uu.el (mm-uu-hide-markers):
13367         * smiley.el (smiley-style): Revert changes that suppress warnings.
13369 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13371         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13372         specify charset to html source.
13373         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13375 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13377         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13378         idna-program in order to suppress byte compile warning issued by XEmacs
13379         that came to byte compile the default value section of defcustom forms
13380         recently.
13382         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13383         value of installation-directory.
13385         * message.el (message-use-idna): Don't directly refer to the value of
13386         idna-program.
13388         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13390         * smiley.el (smiley-style): Don't directly call face-attribute.
13392 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
13394         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13396         * gnus-dired.el: Reduce Gnus dependencies.
13397         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13398         Don't require.  Use autoloads instead.
13399         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13400         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13401         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13402         (gnus-dired-mode): Adjust doc string.
13403         (gnus-dired-mail-mode): New variable.
13404         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13405         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13406         (gnus-dired-mail-buffers): New function.  Return mail or message
13407         composition buffers.
13408         (gnus-dired-attach): Use it.
13409         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13410         NO-DECODE.
13411         (gnus-dired-print): Use `gnus-print-buffer' depending on
13412         `gnus-dired-mail-mode'.
13414 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13416         * rfc2047.el (rfc2047-encoded-word-regexp)
13417         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13418         explaining what regexp patterns are for.
13420 2007-12-04  Glenn Morris  <rgm@gnu.org>
13422         * password.el: Move to ../password-cache.el.
13424         * mml1991.el (password-read, password-cache-add, password-cache-remove):
13425         * mml2015.el (password-read, password-cache-add, password-cache-remove):
13426         * mml-smime.el (password-read, password-cache-add)
13427         (password-cache-remove):
13428         No need to autoload, since mml-sec requires password.
13430         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13431         * message.el (gnus-extract-address-components):
13432         * mml-smime.el (gnus-extract-address-components): Define for compiler.
13434         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13435         password.
13437 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13439         * mailcap.el: Reduce dependencies.
13440         (mail-header-parse-content-type): Autoload.
13441         (mailcap-delete-duplicates): New alias.
13442         (mailcap-mime-info): Add optional argument NO-DECODE.
13443         (mailcap-mime-types): Use mailcap-delete-duplicates.
13445         * message.el (message-ignored-supersedes-headers): Add "X-ID".
13447 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13449         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13450         function.
13452         * gnus-uu.el (gnus-uu-decode-yenc): New command.
13453         (gnus-uu-yenc-article): New function.
13455         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13457         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13459 2007-12-02  Glenn Morris  <rgm@gnu.org>
13461         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
13462         Move to ../net.
13464         * binhex.el, uudecode.el: Move to ../mail.
13466         * encrypt.el: Remove file.
13468 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
13470         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13471         matches on patches.
13473         * gnus-art.el (gnus-article-browse-html-article):
13474         Mention `mm-text-html-renderer' in the doc string.
13476         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13477         string.  Add comments.
13479         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13480         if rhs is ASCII.
13482 2007-12-01  Glenn Morris  <rgm@gnu.org>
13484         * dig.el, dns.el: Move to ../net.
13485         * format-spec.el, hex-util.el, sha1.el: Move to ../.
13487         * mail-source.el (top-level): Require format-spec before
13488         eval-when-compile.
13490 2007-11-30  Glenn Morris  <rgm@gnu.org>
13492         * encrypt.el: Require password, rather than autoloading password-read.
13494 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
13496         * gnus.el (gnus-method-to-server): Add an optional parameter so the
13497         caller can indicate whether the cache should be disregarded for this
13498         call.  This way the result of the call is reproducible at all times and
13499         can be considered a canonical server name for the supplied method.
13500         (gnus-agent-method-p): Canonicalize server names by pushing their
13501         method through `gnus-method-to-server' using the no-cache argument.
13503         * gnus-srvr.el (gnus-server-insert-server-line):
13504         Call `gnus-method-to-server' with `no-cache' argument.
13506         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13507         gnus-agent-possibly-synchronize-flags as this should be called when the
13508         server is actually being opened.
13509         (gnus-agent-possibly-synchronize-flags)
13510         (gnus-agent-possibly-synchronize-flags-server): Move check for the
13511         flags file of an agentized server to the latter function.
13513         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13514         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13515         after a connection has been established successfully.
13517 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13519         * gnus-art.el (article-display-face): Force to display face if called
13520         interactively; check if gnus-article-x-face-too-ugly matches author.
13521         (article-display-x-face): Display face even if From header is missing
13522         as article-display-face does.
13524 2007-11-28  Richard Stallman  <rms@gnu.org>
13526         * md4.el: Move to ../.
13527         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
13529 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
13531         * mail-source.el (mail-sources): Default to fetch from file for
13532         compatibility with default of nnmail-spool-file.
13534 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13536         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13537         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13538         to look for encoded word that should be encoded again.
13539         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13540         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13541         encoding pattern.
13542         (rfc2047-decode-region): Switch strict regexp and loose one according
13543         to rfc2047-allow-irregular-q-encoded-words.
13545 2007-11-26  Simon Josefsson  <simon@josefsson.org>
13547         * imap.el: Move to ../net directory.
13549 2007-11-25  Romain Francoise  <romain@orebokech.com>
13551         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13553 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13555         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13556         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13558         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13559         `nnmail-spool-file'.
13561         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13562         `nnmail-spool-file'.
13564         * gnus-move.el (gnus-change-server): Ditto.
13566         * gnus-kill.el (gnus-batch-score): Ditto.
13568         * gnus-cache.el (gnus-jog-cache): Ditto.
13570         * gnus-msg.el (gnus-summary-reply):
13571         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13573 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13575         * gnus-cache.el (gnus-cache-generate-nov-databases):
13576         Use nnml-generate-nov-databases-directory instead of
13577         nnml-generate-nov-databases-1.
13579 2007-11-24  Glenn Morris  <rgm@gnu.org>
13581         * message.el (message-tool-bar-retro): Update for rename
13582         mail_send.xpm->mail-send.xpm.
13584 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13586         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13587         `smime-ldap-search' for Emacs 22 and up.
13589 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13591         * hashcash.el: Move to ../mail directory.
13593         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
13595         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13596         `smime-ldap-search' for Emacs 22 and up.
13598 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13600         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13602         * message.el (message-send-mail-function): Fix error convention.
13603         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13604         (message-widen-reply, message-send-mail, message-talkative-question)
13605         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13606         (message-clone-locals, message-send-news): Use with-current-buffer.
13607         (message-insert-or-toggle-importance): Remove unused var `valid'.
13608         (message-make-references): Remove unused var `new-references'.
13609         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13611 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
13613         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13614         (spam-split-symbolic-return-positive): Reflow docstring.
13615         (spam-backends, spam-summary-exit-behavior)
13616         (spam-mark-ham-unread-before-move-from-spam-group)
13617         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13618         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13619         (spam-clear-cache, spam-backend-check, spam-install-backend)
13620         (spam-install-statistical-backend, spam-list-of-processors)
13621         (spam-group-processor-p, spam-split, spam-bogofilter-score)
13622         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13623         (spam-check-crm114, spam-initialize, spam-unload-hook):
13624         Fix typos in docstrings.
13626 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13628         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13629         been checked if they have never been read and those group levels are
13630         higher than the one that a user specified.
13632 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13634         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13635         foreign groups unless a group level is specified by a user.
13636         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13638 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
13640         * message.el (message-send-mail-function): Require sendmail.
13642 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
13644         * message.el (message-send-mail-function): Check for smtpmail too.
13646         * utf7.el (utf7-encode, utf7-decode): Use coding system
13647         `utf-7'/`utf-7-imap' from utf-7.el' if available.
13649         * message.el (message-send-mail-function): New function.
13650         (message-send-mail-function): Set default using
13651         message-send-mail-function.  Adjust doc string.
13652         (message-send-mail-with-mailclient): New function.
13654 2007-11-17  Richard Stallman  <rms@gnu.org>
13656         * assistant.el: Remove file.
13658 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13660         * smime.el (from):
13661         * rfc2047.el (message-posting-charset):
13662         * qp.el (mm-use-ultra-safe-encoding):
13663         * pop3.el (parse-time-months):
13664         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13665         * nnml.el (files):
13666         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13667         (jka-compr-compression-info-list, ange-ftp-path-format)
13668         (efs-path-regexp):
13669         * nndiary.el (files):
13670         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13671         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13672         (epg-digest-algorithm-alist, inhibit-redisplay)
13673         (password-cache-expiry):
13674         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13675         (pgg-output-buffer, password-cache-expiry):
13676         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13677         (efs-path-regexp):
13678         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13679         (inhibit-redisplay):
13680         * mm-uu.el (file-name, start-point, end-point, entry)
13681         (gnus-newsgroup-name, gnus-newsgroup-charset):
13682         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13683         (latin-unity-ucs-list):
13684         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13685         (mm-uu-binhex-decode-function):
13686         * message.el (gnus-message-group-art, gnus-list-identifiers)
13687         (rmail-enable-mime-composing, gnus-local-organization)
13688         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13689         (gnus-read-active-file, facemenu-add-face-function)
13690         (facemenu-remove-face-function, gnus-article-decoded-p)
13691         (tool-bar-mode):
13692         * mail-source.el (display-time-mail-function):
13693         * gnus-util.el (nnmail-pathname-coding-system)
13694         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13695         (gnus-original-article-buffer, gnus-user-agent)
13696         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13697         (xemacs-codename, sxemacs-codename, emacs-program-version):
13698         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13699         * gnus-start.el (gnus-agent-covered-methods)
13700         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13701         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13702         (gnus-newsgroup-headers, gnus-group-list-mode)
13703         (gnus-group-mark-positions, gnus-newsgroup-data)
13704         (gnus-newsgroup-unreads, nnoo-state-alist)
13705         (gnus-current-select-method, mail-sources)
13706         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13707         (nnmail-spool-file, gnus-cache-active-hashtb):
13708         * gnus-mh.el (mh-lib-progs):
13709         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13710         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13711         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13712         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13713         (gnus-group-buffer):
13714         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13715         (font-lock-set-defaults):
13716         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13717         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13718         (gnus-summary-post-menu, total-parts, type, condition, length):
13719         * gnus-agent.el (gnus-agent-read-agentview):
13720         * flow-fill.el (show-trailing-whitespace):
13721         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13722         eval-and-compile wrappers for byte compiler pacifiers.
13724         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13725         (mm-display-inline-fontify): Check for featurep 'xemacs not
13726         extent-list.
13728         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13729         itimer-list.
13730         (mm-create-image-xemacs): Only do something for XEmacs.
13731         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13733         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13735         * gnus-registry.el (gnus-adaptive-word-syntax-table):
13736         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13738 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13740         * nnimap.el (nnimap-split-download-body):
13741         * gnus-demon.el (gnus-demon):
13742         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13744 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13746         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13747         New macros.
13748         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13749         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13750         copy data from unibyte buffer to multibyte current buffer.
13751         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13752         to copy data from unibyte current buffer to multibyte buffer.
13753         (nntp-make-process-buffer): Make process buffer unibyte.
13755         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13757 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13759         * pop3.el (pop3-open-server): Accept and process data more robustly at
13760         connection start to avoid spurious "POP SSL connection failed" errors.
13762 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13764         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13765         read group names.
13767 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13769         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13771 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13773         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13774         (nnmail-save-active): Use a unibyte buffer when saving active file,
13775         which may contain non-ASCII group names.
13777         * nnml.el (nnml-request-group): Decode group names in messages.
13779 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13781         * message.el (message-citation-line-function)
13782         (message-insert-formatted-citation-line): Fix spelling of
13783         `message-insert-formated-citation-line'.
13785 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13787         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13789 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13791         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13792         nnmail-pathname-coding-system.
13794         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13795         that a user enters; decode group names in messages.
13797         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13799 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13801         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13803         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13805         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13806         risky local variable.
13808         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13810 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13812         * encrypt.el: Improve documentation to fix function name typo.
13813         Reported by Daiki Ueno <ueno@unixuser.org>.
13815 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13817         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13818         even if the point is not in the last page of an article.
13819         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13820         back to the previous page.
13822 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13824         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13826 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13828         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13830 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13832         * message.el (message-check-news-body-syntax):
13833         Avoid mm-string-as-multibyte.
13834         (message-hide-headers): Don't assume (point-min)==1.
13836 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13838         * message.el (message-remove-blank-cited-lines): Fix if remove is
13839         given.
13840         (message-bogus-address-regexp): New variable.
13841         (message-bogus-recipient-p): New function.
13842         (message-check-recipients): New command.
13843         (message-syntax-checks): Add `bogus-recipient'.
13844         (message-fix-before-sending): Add `bogus-recipient'.
13846         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13847         (gnus-treat-body-boundary): Don't test window-system.
13849 2007-10-28  Leo Liu  <sdl.web@gmail.com>  (tiny change)
13851         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13853 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13855         * gnus.el: Bump version to Gnus v5.13.
13857 2007-10-28  Miles Bader  <miles@gnu.org>
13859         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13860         at compile-time too.
13862 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13864         * gnus-msg.el (gnus-message-setup-hook):
13865         Add `message-remove-blank-cited-lines' to options.
13867 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13869         * message.el (message-remove-blank-cited-lines): New function.
13870         Suggested by Karl Plästerer.
13872 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13874         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13875         mapc.
13877         * imap.el (imap-open): Replace mapcar called for effect with mapc.
13878         (top-level): Use mapc to set functions to be traced for debugging.
13880         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13881         called for effect with while loop.
13883         * message.el (message-talkative-question): Replace mapcar called for
13884         effect with mapc.
13886         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13887         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13888         called for effect with dolist.
13890         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13892         * nndiary.el: Use dolist instead of mapcar to add diary headers to
13893         gnus-extra-headers and nnmail-extra-headers.
13895         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13896         called for effect with dolist.
13897         (top-level): Use mapc to set functions to be traced for debugging.
13899         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13900         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13901         dolist.
13903         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13904         Replace mapcar called for effect with mapc.
13905         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13906         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13907         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13908         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13910         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13911         remove-if that's a cl function.
13913         * webmail.el (webmail-debug): Replace mapcar called for effect with
13914         dolist.
13916 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13918         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13919         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13920         with while loop.
13922         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13923         functions from article-* functions.
13924         (gnus-multi-decode-header): Replace mapcar called for effect with
13925         dolist.
13927         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13928         (gnus-bookmark-show-details): Replace mapcar called for effect with
13929         while loop.
13931         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13932         called for effect with while loop.
13934         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13935         with dolist.
13937         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13938         Replace mapcar called for effect with dolist.
13940         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13942         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13943         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13944         Replace mapcar called for effect with dolist.
13945         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13946         mapc.
13948         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13949         Replace mapcar called for effect with dolist.
13950         (gnus-topic-list): Replace mapcar called for effect with mapc.
13952         * gnus.el: Use mapc instead of mapcar to add autoloads.
13954 2007-10-23  Richard Stallman  <rms@gnu.org>
13956         * gnus-group.el (gnus-group-highlight): Mark as risky.
13958 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13960         * gnus.el (gnus-server-to-method): Return method found first in
13961         gnus-newsrc-alist.
13963         * gnus-art.el (gnus-article-highlight-signature)
13964         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13965         button overlay without the front stickiness.
13967 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13969         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13970         overview buffer needed a catch to receive its throw.
13971         (gnus-agent-flush-cache): Declare as interactive to make this function
13972         easier to use.
13974 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13976         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13977         `next-line'.
13979 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13981         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13982         exclude address matching message-dont-reply-to-names.
13984 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13986         * gnus-util.el (gnus-string<): New function.
13988         * gnus-sum.el (gnus-article-sort-by-author)
13989         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13991 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13993         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13994         the frame-focus tag is set in gnus-buffer-configuration.
13996 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13998         * gnus-art.el (gnus-article-add-button): Make a button overlay without
13999         the front stickiness.
14001 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14003         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14004         url pattern; remove duplicate one.
14005         (gnus-article-extend-url-button): New function.
14006         (gnus-article-add-buttons): Use it.
14007         (gnus-button-push): Use concatenated url that it makes.
14009 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
14011         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14012         (sieve-manage-open): Use `mapc' instead of `mapcar'.
14014 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14016         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14017         Don't hardcode point-min==1.
14019 2007-09-30  David Kastrup  <dak@gnu.org>
14021         * gnus-art.el (gnus-article-reply-with-original)
14022         (gnus-article-followup-with-original): When `transient-mark-mode' is
14023         off, refrain from active-region behavior for followups.
14025 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
14027         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14028         Fix comment about "iso8859-1".
14030 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
14032         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14033         ones returned from the verify-function.
14035         * mm-uu.el (mm-uu-pgp-signed-extract-1):
14036         Call mml2015-extract-cleartext-signature if extraction failed.
14038 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
14040         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14041         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14042         failed.
14044 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14046         * Relicense "GPLv2 or later" files to "GPLv3 or later".
14048 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
14050         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14051         to mark a thread as expirable.  Add variable `hide' to handle hiding of
14052         thread for both the null and zero (kill/expire thread) universal prefix
14053         cases.
14054         (gnus-summary-expire-thread): Add new function to expire a thread,
14055         using gnus-summary-kill-thread.
14056         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14057         shortcuts for gnus-summary-expire-thread.
14058         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14059         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
14061 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14063         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14064         extras value, so an extras entry can be deleted.
14065         (gnus-registry-delete-extra-entry): Use it.
14066         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14067         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14068         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14069         storage through the gnus-registry, and provide an appropriate API for
14070         it.
14072 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14074         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14075         Suggested by Leo <sdl.web@gmail.com>.
14077         * gnus.el: Do.
14079 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14081         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14082         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
14084         * gnus-agent.el (gnus-agent-fetch-headers): Do.
14086         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14087         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14089 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14091         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14092         newline.
14093         (nnmbox-request-accept-article): Don't change article in source buffer;
14094         narrow to header to use message-fetch-field rather than
14095         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14096         (nnmbox-request-replace-article): Quote lines that'll be misidentified
14097         as delimiters; make sure article ends with newline.
14098         (nnmbox-delete-mail): Correct last position of article to be deleted;
14099         ignore X-Gnus-Newsgroup header in article body.
14100         (nnmbox-save-mail): Quote lines looking like delimiters at the right
14101         positions; make sure article ends with newline.
14103         * message.el (message-display-abbrev): Don't infloop when a user
14104         inserts SPC in the beginning of header.
14106 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
14108         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14109         list of groups not followed by default.  Fix type to be regexp.
14110         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14112 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
14114         * hmac-def.el (define-hmac-function): Switch from old-style to
14115         new-style backquotes.
14117         * md4.el (md4-make-step): Likewise.
14119 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14121         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14122         raw-text coding system when saving .newsrc file, which may contain
14123         non-ASCII group names.
14125 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14127         * gnus-cus.el (gnus-score-extra): New widget.
14128         (gnus-score-extra-convert): New function.
14129         (gnus-score-customize): Use it for Extra.
14131 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
14133         * mml2015.el (mml2015-extract-cleartext-signature): New function.
14134         (mml2015-mailcrypt-clear-verify): Use it.
14135         (mml2015-gpg-clear-verify): Use it.
14136         (mml2015-pgg-clear-verify): Use it.
14137         (mml2015-epg-clear-verify): Replace the current part with the output
14138         from GnuPG; don't extract the plaintext by itself.
14140         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14141         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14142         mml2015-clear-verify-function; don't touch the armor headers or
14143         dash-escaped text here.
14145 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14147         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14148         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14149         parts, or application/octet-stream as a last resort.
14150         (gnus-mime-view-part-as-type): Don't toggle display.
14151         (gnus-mime-view-part-as-charset): Don't turn off display before
14152         querying charset.
14154         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14155         stuff to undisplayer function in Emacs.
14156         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14158         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14159         text/calendar parts.
14161 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14163         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14164         decoding text/calendar parts.
14166         * message.el (message-forward-make-body-mime): Always mark body as
14167         having no illegible text; remove signed-or-encrypted argument.
14168         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14170         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14171         (mml-generate-mime-1): Don't encode body if it is specified to be in
14172         raw form; don't make buffer be unibyte when inserting multibyte string.
14174 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14176         * sha1.el: Fix up comment style.
14177         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14178         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14180         * hex-util.el: Fix up comment style.
14181         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14183         * gnus-salt.el: Use with-current-buffer.
14184         (gnus-pick-setup-message): Fix long-standing typo.
14186 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14188         * imap.el (imap-logout-timeout): New variable.
14189         (imap-logout, imap-logout-wait): New functions.
14190         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14192         * nnimap.el (nnimap-logout-timeout): New server variable.
14193         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14194         nnimap-logout-timeout.
14196         * gnus-art.el (gnus-article-summary-command-nosave)
14197         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14199 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14201         * gnus.el (gnus-maximum-newsgroup): New variable.
14203         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14204         according to gnus-maximum-newsgroup.
14206         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14207         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14208         Limit the range of articles according to gnus-maximum-newsgroup.
14210 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
14212         * gnus-art.el (gnus-sticky-article): Fix problems described in
14213         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
14214         Don't perform gnus-configure-windows here; reuse existing sticky
14215         article buffer.
14217         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14218         it doesn't exist in gnus-article-mode.
14220 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14222         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14223         (gnus-agent-decoded-group-name): New function.
14224         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14225         (gnus-agent-expire-group-1): Use it; decode group name in messages.
14227 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
14229         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14230         Add binding for gnus-sticky-article.
14231         (gnus-summary-exit): Don't kill sticky article buffers.
14233         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14234         article buffer.
14235         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14236         (gnus-kill-sticky-article-buffers): New commands.
14238 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14240         * nntp.el (nntp-xref-number-is-evil): New server variable.
14241         (nntp-find-group-and-number): If it is non-nil, don't trust article
14242         numbers in the Xref header.
14244 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14246         * gnus-agent.el (gnus-agent-read-group): New function.
14247         (gnus-agent-flush-group, gnus-agent-expire-group)
14248         (gnus-agent-regenerate-group): Use it.
14249         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14250         nnmail-pathname-coding-system.
14252 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14254         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14256         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14257         that are unread as unread, and also as selected so that information of
14258         marks having been changed by a user may be updated when exiting group.
14260 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14262         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14264 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14266         * gnus-art.el (gnus-mime-display-single): Pass part number that is
14267         calculated ignoring signature parts to gnus-treat-article.
14269 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14271         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14272         a point here in order to keep the window start.
14273         (gnus-insert-mime-security-button): Make a button overlay without the
14274         front stickiness.
14275         (gnus-mime-display-security): Goto the end of a button.
14277         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14279 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14281         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14282         group-name-at-point.
14283         (gnus-group-completing-read): New function that offers decoded
14284         non-ASCII group names for completion.
14285         (gnus-fetch-group, gnus-group-read-ephemeral-group)
14286         (gnus-group-jump-to-group, gnus-group-make-group-simple)
14287         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14288         (gnus-group-fetch-control): Use it.
14289         (gnus-fetch-group): Use group-name-at-point for the initial value
14290         rather than the default value; use gnus-alive-p.
14292         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14293         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14294         (gnus-summary-post-news): Use gnus-group-completing-read.
14296         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14297         (gnus-read-move-group-name): Decode group name for completion.
14299 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
14301         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14302         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14303         Yamaoka slightly modified the code).
14305 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14307         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14308         (nnmail-split-incoming): Bind it.
14310         * nnml.el (nnml-group-name-charset): New function.
14311         (nnml-decoded-group-name): Use it; don't decode group name if
14312         nnmail-group-names-not-encoded-p is non-nil.
14313         (nnml-encoded-group-name): New function.
14314         (nnml-group-pathname): Inline nnml-decoded-group-name.
14315         (nnml-request-expire-articles): Decode group name in message.
14316         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14317         nnmail-pathname-coding-system.
14318         (nnml-save-mail, nnml-active-number): Work with decoded group names and
14319         not decoded ones according to nnmail-group-names-not-encoded-p.
14320         (nnml-generate-active-info): Use nnml-encoded-group-name.
14322 2007-08-08  Glenn Morris  <rgm@gnu.org>
14324         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14325         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14326         doc-strings and comments.
14328 2007-07-25  Glenn Morris  <rgm@gnu.org>
14330         * Relicense all FSF files to GPLv3 or later.
14332 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14334         * gnus-sum.el (gnus-summary-move-article):
14335         Make gnus-summary-respool-article work.
14337 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
14339         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14340         string.
14342 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
14344         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
14345         that should be ignored when comparing distant RSS articles with local
14346         ones.
14347         (nnrss-make-hash-index): New function.  Create a hash index according
14348         to the ignored fields.
14349         (nnrss-check-group): Use it.
14351 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14353         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14355         * gnus-art.el (article-decode-group-name): Decode Xref header too.
14357         * gnus-group.el (gnus-group-make-group): Encode group name here unless
14358         the new optional argument ENCODED is non-nil.
14359         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14360         coding system for encoding group name.
14361         (gnus-group-make-rss-group): Pass un-encoded group name to
14362         gnus-group-make-group.
14363         (gnus-group-set-info): Tell gnus-group-make-group that group name is
14364         encoded.
14366         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14367         Encode group name to which articles are moved or copied.
14368         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14369         coding system for encoding Newsgroup, Followup-To and Xref headers.
14371         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14372         marks; use nnheader-file-coding-system to write a file.
14373         (nnagent-retrieve-headers): Bind file-name-coding-system to
14374         nnmail-pathname-coding-system.
14376         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14378         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14379         (nnml-request-article, nnml-request-create-group)
14380         (nnml-request-rename-group, nnml-find-id)
14381         (nnml-possibly-change-directory, nnml-possibly-create-directory)
14382         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14383         (nnml-save-marks): Use nnml-group-pathname instead of
14384         nnmail-group-pathname.
14386         (nnml-request-create-group, nnml-request-expire-articles)
14387         (nnml-request-move-article, nnml-request-delete-group)
14388         (nnml-deletable-article-p, nnml-possibly-create-directory)
14389         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14390         (nnml-open-marks): Bind file-name-coding-system to
14391         nnmail-pathname-coding-system.
14393         (nnml-request-article): Pass server argument to nnml-find-group-number.
14394         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14395         Pass server argument to nnml-possibly-create-directory.
14396         (nnml-request-accept-article): Pass server argument to
14397         nnml-active-number and nnml-save-mail.
14398         (nnml-find-group-number): Pass server argument to nnml-find-id.
14399         (nnml-request-update-info): Pass server argument to
14400         nnml-marks-changed-p.
14402         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14403         (nnml-save-mail, nnml-active-number): Add server argument.
14405         (nnml-request-delete-group): Warn if group is missing.
14406         (nnml-get-nov-buffer): Decode group name.
14407         (nnml-generate-active-info): Encode group name.
14408         (nnml-open-marks): Decode group name in messages.
14410 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14412         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14413         if it is not specified.
14414         (gnus-article-pipe-part, gnus-article-save-part)
14415         (gnus-article-interactively-view-part, gnus-article-copy-part)
14416         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14417         (gnus-article-inline-part, gnus-article-save-part-and-strip)
14418         (gnus-article-replace-part, gnus-article-delete-part)
14419         (gnus-article-view-part-as-type): Pass raw prefix argument to
14420         gnus-article-part-wrapper.
14422 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14424         * gnus-agent.el (gnus-agent-save-active):
14425         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14427         * gnus-cache.el (gnus-cache-save-buffers)
14428         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14429         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14430         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14431         (gnus-cache-braid-nov, gnus-cache-braid-heads)
14432         (gnus-cache-generate-active, gnus-cache-rename-group)
14433         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14434         (gnus-cache-update-overview-total-fetched-for):
14435         Bind file-name-coding-system to nnmail-pathname-coding-system.
14436         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14437         New variables.
14438         (gnus-cache-decoded-group-name): New function.
14439         (gnus-cache-file-name): Use it.
14440         (gnus-cache-generate-active): Use non-decoded group name for active.
14442         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14443         right place.
14444         (gnus-write-active-file): Don't break non-ASCII group names.
14446         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14447         nnmail-pathname-coding-system.
14449         * gnus-uu.el (gnus-uu-decode-save): Typo.
14451 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14453         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14455 2007-07-14  David Kastrup  <dak@gnu.org>
14457         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14458         finishing actions if we did not edit the article.
14460 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14462         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14463         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14464         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14465         (gnus-agent-flush-group, gnus-agent-flush-cache)
14466         (gnus-agent-fetch-headers, gnus-agent-load-alist)
14467         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14468         (gnus-agent-retrieve-headers, gnus-agent-request-article)
14469         (gnus-agent-regenerate-group)
14470         (gnus-agent-update-files-total-fetched-for)
14471         (gnus-agent-update-view-total-fetched-for):
14472         Bind file-name-coding-system to nnmail-pathname-coding-system.
14473         (gnus-agent-group-pathname): Don't encode file names by
14474         nnmail-pathname-coding-system.
14475         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14476         coding-system-for-write instead of buffer-file-coding-system to
14477         gnus-agent-file-coding-system.
14479         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14480         Decode group name.
14482         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14484         * gnus-start.el (gnus-update-active-hashtb-from-killed)
14485         (gnus-read-newsrc-el-file): Make group names unibyte.
14487         * nnmail.el (nnmail-group-pathname): Don't encode file names by
14488         nnmail-pathname-coding-system.
14490         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14491         (nnrss-request-delete-group): Bind file-name-coding-system to
14492         nnmail-pathname-coding-system.
14493         (nnrss-read-server-data, nnrss-read-group-data):
14494         Bind file-name-coding-system correctly.
14495         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14497         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14498         (nntp-server-to-method-cache): New variable.
14499         (nntp-group-pathname): New function that decodes non-ASCII group names.
14500         (nntp-possibly-create-directory, nntp-marks-changed-p)
14501         (nntp-save-marks, nntp-open-marks): Use it.
14502         (nntp-possibly-create-directory, nntp-open-marks):
14503         Bind file-name-coding-system to nnmail-pathname-coding-system.
14504         (nntp-open-marks): Decode group names when bootstrapping marks.
14506         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14507         Newsgroups and Followup-To headers.
14509 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14511         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14512         (gnus-server-closed-face, gnus-server-denied-face)
14513         (gnus-server-offline-face): Remove variable.
14514         (gnus-server-font-lock-keywords): Use faces that are not aliases.
14516         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14517         of modifying message-stack directly for XEmacs.
14519         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14520         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14521         if the coding-system argument is nil for XEmacs.
14523         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14524         mm-charset-override-alist.
14526         * rfc2047.el: Don't require base64; require rfc2045 for the function
14527         rfc2045-encode-string.
14528         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14529         to quote the parameter value.
14531 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14533         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14534         form in gnus-group-name-charset-method-alist.
14536         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14537         overrides the default layout edit-form.
14539         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14541         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14543 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14545         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14546         as unfetched articles.
14548 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
14550         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14552 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14554         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14555         original back end that keeps marks in the local system.
14557 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14559         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14560         arg of pop-to-buffer for XEmacs.
14561         (gnus-article-read-summary-keys): Ditto; don't restore window
14562         configuration if summary command ends up with neither article buffer
14563         nor summary buffer; describe bindings if summary keys end with C-h.
14565 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14567         * message.el (message-fix-before-sending): Skip raw message part to be
14568         forwarded while checking illegible text.
14569         (message-forward-make-body-mime, message-forward-make-body):
14570         Mark signed or encrypted raw message as having no illegible text.
14572 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14574         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14575         (gnus-message-with-timestamp-1): New macro.
14576         (gnus-message-with-timestamp): New function.
14577         (gnus-message): Use them.
14579         * nnheader.el (nnheader-message): Use them.
14581 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
14583         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14584         .newsrc.eld file.
14586 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14588         * gnus-agent.el (gnus-agent-fetch-headers)
14589         (gnus-agent-retrieve-headers):
14590         Bind gnus-decode-encoded-address-function to identity.
14592         * nntp.el (nntp-send-xover-command): Recognize an xover command is
14593         available also when the server returns simply a dot.
14595         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14597 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14599         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14601 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14603         * gnus-ems.el (gnus-x-splash): Make it work.
14605         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14606         from being used.
14608 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14610         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14611         the front stickiness.
14612         (gnus-article-summary-command-nosave): Correct the order of the
14613         arguments passed to pop-to-buffer.
14614         (gnus-article-read-summary-keys): Ditto; make it work properly when the
14615         summary command ends up with the article buffer.
14617         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14618         the same faces.
14620 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
14622         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14624 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
14626         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14627         * gnus-sum.el (gnus-summary-highlight):
14628         * mail-source.el (mail-source-delete-old-incoming-confirm):
14629         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14631 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14633         * gnus-art.el (gnus-mime-view-part-externally)
14634         (gnus-mime-view-part-internally): Fix predicate function passed to
14635         completing-read.
14637         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14639         * gnus.el (gnus-update-message-archive-method): Add :version.
14641 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14643         * gnus.el (gnus-update-message-archive-method): New variable.
14645         * gnus-start.el (gnus-setup-news): Update saved "archive" method
14646         according to gnus-message-archive-method if
14647         gnus-update-message-archive-method is non-nil.
14649 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14651         * gnus-sum.el (gnus-summary-limit-to-address): New function.
14652         Suggested by Loic Dachary <loic@dachary.org>.
14653         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14655 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14657         * message.el (message-pop-to-buffer): Add switch-function argument.
14658         (message-mail): Pass switch-function argument to it.
14660 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
14662         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14663         Improve doc string.
14665 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14667         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14668         (gnus-header-content):
14669         * gnus-cite.el (gnus-cite-10):
14670         * gnus-srvr.el (gnus-server-closed):
14671         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14672         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14673         (gnus-group-mail-3-empty, gnus-group-mail-low)
14674         (gnus-group-mail-low-empty, gnus-splash):
14675         * message.el (message-header-to, message-header-cc)
14676         (message-header-subject, message-header-other, message-header-name)
14677         (message-header-xheader, message-separator, message-cited-text)
14678         (message-mml): Lighten colors of faces used for dark background.
14680 2007-05-24  Simon Josefsson  <simon@josefsson.org>
14682         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14683         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
14685 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14687         * message.el (message-narrow-to-headers-or-head):
14688         Ignore mail-header-separator in the body.
14690 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14692         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14693         same as window size.
14695 2007-05-22  Kevin Ryde  <user42@zip.com.au>
14697         * message.el (message-font-lock-keywords): Use message-header-xheader
14698         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
14699         ahead of the anything pattern, to get it recognized.
14701 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
14703         * gnus-sum.el (gnus-articles-to-read)
14704         (gnus-summary-insert-old-articles): Don't truncate group name for
14705         `read-string'.
14707         * gnus-util.el (gnus-limit-string): Delete this function.
14709         * gnus-sum.el (gnus-simplify-subject-fully):
14710         Use `truncate-string-to-width' instead.
14712 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
14714         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14715         Tell if, on summary exit, the next group has to be selected.
14716         (gnus-summary-exit): Use it.
14718 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
14720         * gnus-art.el (gnus-article-mode): Fix comment about displaying
14721         non-break space.
14723 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14725         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14726         Check if group is not a directory.
14727         (nnfolder-request-expire-articles): Don't delete articles if the target
14728         group is not available.
14730         * nnml.el (nnml-request-create-group): Properly check if group is not a
14731         file.
14732         (nnml-request-expire-articles): Don't delete articles if the target
14733         group is not available.
14735         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14736         Don't quote characters that are within parentheses.
14738 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14740         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14741         (gnus-handle-ephemeral-exit): Select article according to it.
14743 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14745         * message.el (message-insert-formated-citation-line): Remove newline.
14746         (message-citation-line-format): Add final \n here so that the user can
14747         avoid a blank line.
14749 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14751         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14752         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14753         Update lanl/arXiv support.
14755 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14757         * gnus.el: Bump version number.
14759 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14761         * gnus.el (gnus-version-number): Bump version.
14763 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14765         * gnus.el: No Gnus v0.6 is released.
14767 2007-04-27  Didier Verna  <didier@xemacs.org>
14769         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14770         * gmm-utils.el (gmm-regexp-concat): ... here.
14771         * message.el: Don't require 'gnus-util.
14772         (message-dont-reply-to-names): Handle name change above.
14773         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14775 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14777         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14778         since the initial value varies according to the system.
14780 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14782         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14784 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14786         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14788 2007-04-24  Didier Verna  <didier@xemacs.org>
14790         Improve the type of gnus-ignored-from-addresses.
14791         * gnus-util.el (gnus-orify-regexp): New function.
14792         * message.el (gnus-util): Require it.
14793         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14794         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14795         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14797 2007-04-24  Didier Verna  <didier@xemacs.org>
14799         * gnus-sum.el:
14800         * gnus-utils.el: Fix some trailing whitespaces.
14802 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14804         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14805         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14806         article's Message-ID; refer parent article in summary buffer.
14808         * message.el (message-bounce): Call mime-to-mml.
14810 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14812         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14814 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14816         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14817         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14818         displayed of multipart/alternative part if it is invoked from summary
14819         buffer.
14821         * mm-view.el (mm-inline-text-html-render-with-w3m)
14822         (mm-inline-text-html-render-with-w3m-standalone)
14823         (mm-inline-render-with-function): Use mail-parse-charset by default.
14825 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14827         * parse-time.el (parse-time-string-chars): Check if CHAR
14828         is less than the length of parse-time-syntax.
14830 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14832         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14833         from gnus-newsgroup-processable.
14835 2007-04-16  Didier Verna  <didier@xemacs.org>
14837         * gnus-msg.el (gnus-configure-posting-styles):
14838         Handle message-signature-directory properly with :file syntax.
14839         Reported by "Leo".
14841 2007-04-11  Didier Verna  <didier@xemacs.org>
14843         New user option: message-signature-directory.
14844         * gnus-msg.el (gnus-configure-posting-styles): Support it.
14845         * message.el (message-insert-signature): Ditto.
14846         * message.el (message-signature-file): Doc update.
14847         * message.el (message-signature-directory): New.
14849 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14851         * gnus-msg.el (gnus-inews-yank-articles):
14852         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14854 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14856         * message.el (message-yank-original): Make sure cited text ends with
14857         newline; don't exchange point and mark.
14859 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
14861         * tls.el (open-tls-stream): Properly handle case where there
14862         is no associated buffer.
14864 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
14866         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14867         message-yank-original, make sure (< mark TEXT point).
14869 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14871         * message.el (message-fill-column): New variable.
14872         (message-mode): Use it.  Add comment on a possible new hook.
14874         * nnmail.el (nnmail-spool-file): Mark as obsolete.
14875         (nnmail-get-new-mail): Reformat.
14877         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14879         * gmm-utils.el: Fix Commentary.
14880         (gmm-tool-bar-from-list): Fix typo in doc string.
14882 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
14884         * message.el (message-yank-original): Don't switch point and mark
14885         unnecessarily to put point and mark as documented.
14887 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14889         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14890         from the message heads.
14892 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
14894         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14895         article buffer does not have a window.  This may not be the best
14896         solution but is certainly better than setting the start of the null,
14897         that is the current, window.
14899 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14901         * gnus-draft.el (gnus-draft-setup-hook): New hook.
14902         (gnus-draft-setup): Run it.
14904         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14905         gnus-score-fast-scoring.  Allow regexp.
14906         (gnus-score-headers): Use it.
14908         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14909         XEmacs.
14911         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14912         string.
14913         (gnus-button-alist): Also catch `<f1> k ...'.
14914         (gnus-treat-display-x-face): Fix doc string.
14916 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14918         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14919         evaluation of gnus-extended-version to ensure correct generation of the
14920         User-Agent header when message-generate-headers-first is used.
14922 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14924         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14925         hashcash-path is nil.  Don't call callback with incorrect number of
14926         parameters if val is 0.
14928 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14930         * message.el (message-required-news-headers):
14931         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14933 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14935         * message.el (message-generate-new-buffers): Change the meaning of the
14936         nil value; add `standard' to the choices; treat t as `unique'; improve
14937         doc string.
14938         (gnus-select-frame-set-input-focus): Autoload.
14939         (message-buffer-name): Search for the existing message buffer if
14940         message-generate-new-buffers is nil or `standard'; treat the value t of
14941         message-generate-new-buffers as `unique'.
14942         (message-pop-to-buffer): Raise the frame already displaying the message
14943         buffer; clear the echo area after querying.
14944         (message-setup): Pass the `continue' argument to compose-mail.
14945         (message-mail): Prefer `switch-function' if it is given; search for the
14946         existing message buffer if the `continue' argument is non-nil; pass
14947         continue and switch-function arguments to compose-mail by way of
14948         message-setup.
14949         (message-mail-other-window): Adjust argument of message-setup.
14950         (message-mail-other-frame): Ditto.
14952 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14954         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14955         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14956         to turn font-lock on when turning gnus-message-citation-mode on.
14958 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
14960         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14961         (mml-smime-function-alist): New variable; add epg as the backend.
14962         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14963         mml-smime- functions instead.
14964         * mm-view.el: Require smime.
14966 2007-03-05  Didier Verna  <didier@xemacs.org>
14968         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14969         instead of just inheritance for posting styles.
14970         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14972 2007-02-24  John Paul Wallington  <jpw@pobox.com>
14974         * tls.el (tls-certtool-program): Fix custom type.
14976 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14978         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14979         and point-at-eol instead of line-(beginning|end)-position.
14981         * assistant.el (assistant-parse-buffer): Ditto.
14983 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
14985         * mml2015.el (mml2015-epg-find-usable-key): New function.
14986         (mml2015-epg-sign): Use it.
14987         (mml2015-epg-encrypt): Use it.
14989 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14991         * message.el (message-make-in-reply-to): Quote name containing
14992         non-ASCII characters.  It will make the RFC2047 encoder cause an error
14993         if there are special characters.  Reported by NAKAJI Hiroyuki
14994         <nakaji@jp.freebsd.org>.
14996 2007-02-27  Didier Verna  <didier@xemacs.org>
14998         Include the group parameters as well as the topic ones in the
14999         inheritance filter process.
15000         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15001         argument GROUP-PARAMS-LIST.
15002         * gnus-topic.el (gnus-group-topic-parameters): Use it.
15004 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15006         * nntp.el (nntp-never-echoes-commands)
15007         (nntp-open-connection-functions-never-echo-commands): New variables.
15008         (nntp-send-command): Use them.
15010 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
15012         * mml2015.el (mml2015-epg-verify): Simplify.
15014 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15016         * mml.el (mml-content-disposition-alist): New user option.
15017         (mml-content-disposition): New function.
15018         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15019         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15021 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
15023         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15024         verification.
15026 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15028         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15029         articles posted in the last 24 hours.
15031 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
15033         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15035 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
15037         * nntp.el (nntp-send-command): Don't wait for echoes when
15038         nntp-open-ssl-stream is used.
15040 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15042         * gnus-cite.el (gnus-test-font-lock-add-keywords)
15043         (gnus-message-add-citation-keywords)
15044         (gnus-message-remove-citation-keywords): Remove.
15045         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15046         directly, make the variables in font-lock-defaults buffer-local, add
15047         gnus-message-citation-keywords to them and then update the value of
15048         font-lock-keywords.
15050 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15052         * message.el (message-cite-original-1): Don't call
15053         gnus-article-highlight-citation.
15055         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15056         citations; fix line count.
15058 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15060         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15061         (gnus-message-add-citation-keywords)
15062         (gnus-message-remove-citation-keywords): Use it; fix the emulating
15063         versions of font-lock-add-keywords and font-lock-remove-keywords to
15064         work with XEmacs correctly.
15066 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15068         * gnus-cite.el (gnus-cite-face-list): Set the values of
15069         gnus-message-max-citation-depth and gnus-message-citation-keywords.
15070         (gnus-message-max-citation-depth): Use defvar rather than defconst.
15071         (gnus-message-cite-prefix-regexp): New variable.
15072         (gnus-message-search-citation-line): Use it; protect against long
15073         citation prefix; fill match data with nil rather than 0 for XEmacs; set
15074         the 0th match data for Emacs.
15075         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15076         (gnus-message-add-citation-keywords): Append keywords rather than
15077         prepending; emulate font-lock-add-keywords if it is not available.
15078         (gnus-message-remove-citation-keywords):
15079         Emulate font-lock-remove-keywords if it is not available.
15081         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15083         * message.el (message-cite-prefix-regexp): Set the value of
15084         gnus-message-cite-prefix-regexp.
15086 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15088         * nnweb.el (nnweb-google-parse-1): Update parser.
15090 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
15092         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15094 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15096         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15097         regexp.
15099 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15101         * uudecode.el (uudecode-string-to-multibyte): New function emulating
15102         string-to-multibyte.
15103         (uudecode-decode-region-internal): Use it.
15105 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15107         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15108         Fix custom choice.
15110         * gnus-art.el (gnus-signature-limit): Fix custom choice.
15112 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
15114         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15116         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15117         `write-region' to respect `mm-inhibit-file-name-handlers'.
15119 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
15121         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15122         Use gnus-home-directory instead of "~/" or "$HOME".
15124 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
15126         * encrypt.el (encrypt-insert-file-contents): Add better prompt
15127         to mention filename.
15128         Add comments at beginning regarding usage.
15129         (encrypt-write-file-contents): Change interactive so a string is
15130         acceptable.  If the file has no associated model, show an error instead
15131         of a nonsense prompt.
15133 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15135         * spam.el (spam-bsfilter-ham-switch): Fix typo.
15136         Thanks to Yoshihiko Yamada for kind notification of this typo.
15138 2007-01-12  Kenichi Handa  <handa@m17n.org>
15140         * uudecode.el (uudecode-decode-region-internal): Make it work in a
15141         multibyte buffer.
15143 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15145         * gnus-score.el (gnus-score-fast-scoring): New variable.
15146         (gnus-score-headers): Use it.
15148         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15150         * message.el (message-cite-original-1):
15151         Call gnus-article-highlight-citation if requested.
15152         (message-make-from): Allow name and address as optional arguments.
15154         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15156         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15157         bugs to doc string.
15158         (gnus-button-alist): Add mid\\|message-id.
15159         (gnus-button-fetch-group): Extend for use in
15160         `browse-url-browser-function'.
15161         (gnus-button-url-regexp): Try to catch paired parentheses like in
15162         Wikipedia URLs.
15164         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15165         Suggested by Simon Krahnke <overlord@gmx.li>.
15167 2007-01-13  Romain Francoise  <romain@orebokech.com>
15169         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15170         Update copyright.
15172 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
15174         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15176 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15178         * gnus-registry.el (gnus-registry-unfollowed-groups)
15179         (gnus-registry-split-fancy-with-parent): Fix documentation.
15181 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15183         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15184         from nnweb groups.
15186 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15188         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15189         Xref urls.  Erase buffer before requesting head.
15191         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15193 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15195         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
15196         customizable.
15198 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
15200         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15201         no signing key is found.
15202         (mml2015-epg-encrypt): Ask user whether to skip or abort if
15203         no encrypting and/or signing key is found.
15205 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15207         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15209 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15211         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15212         headers read from disk with the ones newly found in the current search.
15213         This should no longer cause problems, because the article numbers in
15214         Gmane's `nov.php' output are ignored since the previous change.
15216 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15218         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15220 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15222         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15224 2007-01-01  Romain Francoise  <romain@orebokech.com>
15226         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15228 2006-12-31  Steve Youngs  <steve@sxemacs.org>
15230         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15231         `define-minor-mode' macro definition expanded properly.
15232         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15233         exclude it there.
15235         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15236         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
15237         `fboundp' test.
15238         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15239         This is OK to autoload in (S)XEmacs now.
15241 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15243         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15244         keystroke.
15245         (gnus-summary-limit-to-singletons): Fix typo.
15247         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15248         else fails.
15250 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15252         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15253         docstring.
15255         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15256         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15257         (gnus-summary-insert-dormant-articles): Fix typo in message.
15259 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
15261         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15262         nil for XEmacs.
15263         (gnus-message-citation-mode): Don't autoload in XEmacs.
15265         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15267 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
15269         * nnimap.el (nnimap-expunge-search-string):
15270         Mention nnimap-search-uids-not-since-is-evil in docstring.
15272 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15274         * spam.el: Revert to make-obsolete-variable because
15275         define-obsolete-variable-alias is not supported in Emacs 21.
15277         * spam.el (spam-ifile-path, spam-ifile-database-path)
15278         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15279         make-obsolete-variable.
15280         (spam-bsfilter-path, spam-bsfilter-program)
15281         (spam-spamassassin-path, spam-spamassassin-program)
15282         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15283         Don't use "path" inappropriately.
15284         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15285         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15286         variable names.
15288 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
15290         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15291         summary buffer.
15293         * password.el (password-cache-remove): Use clear-string to burn
15294         password, if available.
15296 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15298         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15300         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15302         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15303         (gnus-message-highlight-citation): Move defcustom here from
15304         gnus-cite.el.
15305         (gnus-message-citation-mode): Autoload.
15307         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
15308         checks to make it compile with XEmacs.
15309         (gnus-message-citation-mode): New minor mode.
15310         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15311         (gnus-message-highlight-citation): New variables.
15312         (gnus-message-search-citation-line)
15313         (gnus-message-add-citation-keywords)
15314         (gnus-message-remove-citation-keywords)
15315         (turn-on-gnus-message-citation-mode)
15316         (turn-off-gnus-message-citation-mode): New functions.
15318 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
15320         * gnus-cite.el: Enable highlighting of different citation levels in
15321         message-mode.
15323 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15325         * message.el (message-make-fqdn): Fix comment.
15326         (message-bogus-system-names): Add ".local".
15328         * spam.el (spam-ifile-path, spam-ifile-program)
15329         (spam-ifile-database-path, spam-ifile-database)
15330         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15331         Don't use "path" inappropriately.
15332         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15333         strings.
15334         (spam-check-ifile, spam-ifile-register-with-ifile)
15335         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15336         Use new variable names.
15338         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15339         (gnus-treat-display-smileys): Simplify using
15340         gnus-image-type-available-p.
15342         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15343         available.
15345 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15347         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15348         one after turning on the buffer's multibyteness instead of decoding
15349         them directly in the unibyte buffer that causes unexpected conversion
15350         in Emacs 23 (unicode).
15352 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15354         * message.el (message-generate-hashcash): Fix custom type.
15356 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15358         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15360 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15362         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15363         disconnect icons.  Add help text.
15365 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
15367         * spam.el (spam-extra-header-to-number): CRM114 spam score is
15368         negated to be consistent with the others we handle.
15370 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15372         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15373         version of gnus-summary-buffer to something, so that we can use two
15374         article buffers at the same time.
15376 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
15378         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15379         trigger all the extra headers.
15380         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15381         sorting.
15383 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15385         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15386         solid groups.
15388 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
15390         * legacy-gnus-agent.el: Add Copyright notice.
15392 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
15394         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15396 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15398         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15400         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15401         to make it work reliably in CVS Emacs.
15402         (gnus-summary-limit-strange-charsets-predicate)
15403         (gnus-summary-limit-to-predicate): New functions.
15405 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
15407         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15408         specifying array size.
15409         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15410         array if it is too small.
15411         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15412         (gnus-sort-threads-loop): New function.
15414 2006-12-06  Chris Moore  <dooglus@gmail.com>
15416         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15417         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15419 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
15421         * mm-url.el (mm-url-predefined-programs): Call curl with correct
15422         options.
15424 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15426         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15427         DOS-ing the recipient.
15429         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15430         the headers when creating the mapping to avoid mismappings.
15431         (nnweb-gmane-create-mapping): Always nix out old mapping.
15433 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15435         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15436         and mm-verify-option to never.
15438 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15440         * message.el (message-signed-or-encrypted-p): New function.
15441         (message-forward-make-body): Use it.
15443         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15444         Replace encode-coding-string with mm-encode-coding-string.
15446 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15448         * nneething.el (nneething-decode-file-name):
15449         Replace decode-coding-string with mm-decode-coding-string.
15451         * gnus-int.el (gnus-open-server): Say failed server's name.
15453 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
15455         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15456         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15458         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15459         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15460         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15461         (gnus-group-make-directory-group, gnus-group-transpose-groups):
15462         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15463         (gnus-subscribe-newsgroup, gnus-1):
15464         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15465         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15466         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15467         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15469 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15471         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15472         keystroke.
15473         (gnus-summary-limit-to-bodies): Implement headersp.
15475 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15477         * dns.el (query-dns): Protect against "Process dns deleted" strings.
15479 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15481         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15483 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15485         * message.el (message-generate-hashcash): Expand range of values to
15486         include `opportunistic'.
15487         (message-send-mail): Use it.
15489 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15491         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15492         and comment it.
15494         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15496 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
15498         * gnus-util.el (gnus-extract-address-components): Improve comment.
15500 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15502         * gnus-util.el (gnus-extract-address-components): Work with address in
15503         which the name portion contains @.
15505 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15507         * gnus.el (gnus-start): Move custom group up.
15508         (gnus-select-method): Don't autoload, but make it available for
15509         `customize-variable'.
15510         (gnus-getenv-nntpserver): Don't autoload.
15512 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
15514         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15516 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15518         * message.el (message-sendmail-extra-arguments): New variable.
15519         (message-send-mail-with-sendmail): Use it.
15521 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15523         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15524         mm-with-unibyte-current-buffer to make string unibyte.
15526         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15527         mm-string-as-multibyte.
15529 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
15531         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15532         Reported by Werner Koch <wk@gnupg.org>.
15534 2006-11-14  Daiki Ueno  <ueno@p360>
15536         * mml2015.el: Autoload epa-select-keys when compiling.
15538 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15540         * mml2015.el (mml2015-epg-sign): Save the signing keys in
15541         message-options.
15542         (mml2015-epg-encrypt): Save the recipient keys in message-options.
15544 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15546         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15547         EasyPG (< 0.0.6).
15548         (mml2015-always-trust): New user option.
15549         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15550         prompt.
15552 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15554         * nntp.el (nntp-authinfo-force): New variable.
15555         (nntp-send-authinfo): Use it.
15557 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
15559         * message.el (message-strip-subject-encoded-words): Allow _not_ to
15560         decode encoded words.  Improve prompt.  Add comment about forwarding.
15561         (message-replacement-char): Move up.
15563 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15565         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15566         instead of gnus-intersection because arguments of gnus-sorted-nunion
15567         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
15569 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
15571         * message.el (message-strip-subject-encoded-words): Reformat prompt.
15572         (message-simplify-subject-functions):
15573         Enable message-strip-subject-encoded-words by default.
15575 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
15577         * message.el (message-strip-subject-encoded-words): New function.
15578         (message-simplify-subject-functions): New variable.
15579         (message-simplify-subject): Use it.  Fix typo in doc string.
15580         Support message-strip-subject-encoded-words.
15582 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
15584         * gnus-diary.el (gnus-diary-delay-format-function):
15585         * nndiary.el (nndiary-reminders):
15586         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15588 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15590         * gnus-art.el (article-hide-boring-headers): Fetch date from
15591         gnus-original-article-buffer to avoid problems with localized date
15592         strings.
15594 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15596         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15598 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
15600         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15601         New variables.
15602         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15603         (mm-charset-synonym-alist): Move some entries to
15604         mm-codepage-iso-8859-list.
15605         (mm-charset-synonym-alist, mm-charset-override-alist):
15606         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15608 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15610         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15612 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15614         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15615         with Emacs 21 and XEmacs.
15617 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
15619         * spam.el (spam-parse-address): New function for better parsing,
15620         catching errors, etc.
15621         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15623 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15625         * mm-view.el: Add interactive arg to html2text autoload.
15627 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15629         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15631 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
15633         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15634         New variables.
15635         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15636         (mm-charset-synonym-alist): Move some entries to
15637         mm-codepage-iso-8859-list.
15639         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15641 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
15643         * message.el (message-citation-line-format)
15644         (message-insert-formated-citation-line): Fix implementation of %E, %N
15645         and %n according to the doc string.
15647 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
15649         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15650         Use car-safe to avoid bad parses.
15652 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15654         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15655         names.
15657         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15659 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15661         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15662         header.
15664         * message.el (message-draft-headers): Add Date.
15665         (message-headers-to-generate): Fix typo in docstring.
15667         * nndraft.el (nndraft-required-headers): New variable.
15668         (nndraft-generate-headers): Use it.
15670         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15672 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15674         * gnus-registry.el (gnus-registry-wash-for-keywords)
15675         (gnus-registry-find-keywords): New functions to allow easy searching of
15676         articles that are in the registry.
15678 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15680         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15681         Use ietf-drums-parse-address instead of gnus-extract-address-components.
15682         Reported by Damien Elmes <damien@repose.cx>.
15684 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15686         * gnus.el (gnus-mime): Remove unused custom group.
15688 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15690         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15691         "blank line" when searching for end of armor headers.
15693 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15695         * gmm-utils.el (gmm-write-region): Fix variable name.
15697 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15699         * gmm-utils.el (gmm-write-region): New function based on compatibility
15700         code from `mm-make-temp-file'.
15702         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15704         * nnmaildir.el (nnmaildir--update-nov)
15705         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15706         Use `gmm-write-region'.
15708 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15710         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15711         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15713         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15715         * message.el (message-replacement-char): New variable.
15716         (message-fix-before-sending): Use it.
15717         (message-simplify-subject): New function to remove duplicate code.
15718         (message-reply, message-followup): Use it.
15720         * gnus-sum.el (gnus-summary-make-menu-bar):
15721         Clarify gnus-summary-limit-to-articles.
15723 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15725         * gnus-util.el (gnus-with-local-quit): New macro.
15727         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15729 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15731         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15732         ignore non-string data.
15734 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15736         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15737         non-string data (needs to be done in the registry too).
15739 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15741         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15742         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15743         (gnus-registry-split-fancy-with-parent)
15744         (gnus-registry-fetch-simplified-message-subject-fast)
15745         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15746         Remove text properties on ingress into the registry and when it's saved.
15747         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15748         registry from entries with no groups.
15750 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15752         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15753         function to remove string properties.
15755 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15757         * gmm-utils.el (gmm): Adjust custom version.
15759         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15760         Adjust custom version.
15762         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15764 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15766         * gnus-art.el (gnus-insert-prev-page-button)
15767         (gnus-insert-next-page-button): Simplify.  Reformat.
15769 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15771         * gnus-art.el (gnus-insert-prev-page-button)
15772         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15774 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15776         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15778 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15780         * gnus-art.el (gnus-insert-mime-button)
15781         (gnus-insert-mime-security-button):
15782         Apply gnus-article-button-face to MIME and security buttons.
15784 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15786         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15787         readable.
15789 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15791         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15792         `browse-url-of-file' instead of `browse-url'.
15794 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15796         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15797         regexp.  Articles containing quotation were cut prematurely.
15799 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15801         * message.el (message-cite-original-1): Use nobody by default for the
15802         value of From header.
15803         (message-reply): Ditto.
15805 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
15807         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15808         to the gnus-info.  This fixes a bug of inline-PGP message verification.
15809         Reported by Michael Piotrowski <mxp@dynalabs.de>.
15811 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
15813         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15814         mails in the doc string.  Add some URLs in comment.
15815         (pop3-movemail): Warn about pop3-leave-mail-on-server.
15817 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15819         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15820         backslashes handling and the way to find boundaries of quoted strings.
15822 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
15824         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15825         mml1991-encrypt-to-self is set and mml1991-signers is not set.
15826         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15827         mml2015-encrypt-to-self is set and mml2015-signers is not set.
15829 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15831         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
15832         doc string.
15833         (gnus-button-regexp, gnus-button-last): Remove unused variables.
15835 2006-09-06  Simon Josefsson  <jas@extundo.com>
15837         * mml2015.el (mml2015-use): Doc fix, mention epg.
15839 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15841         * mml2015.el (mml2015-use): Default to epg, if available.
15843 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15845         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15846         message-sender.
15847         (mml1991-epg-encrypt): Ditto.
15848         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15849         message-sender.
15850         (mml2015-epg-encrypt): Ditto.
15852 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
15854         * message.el (message-send-mail-with-sendmail): Look for sendmail in
15855         several common directories.
15857 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
15859         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15860         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15862 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15864         * gnus-art.el (article-decode-encoded-words): Make it fast.
15866 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15868         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15870         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15871         in quoted string into `\'.
15873 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15875         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15876         Use standard-syntax-table.
15878 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15880         * gnus-art.el (gnus-decode-address-function): New variable.
15881         (article-decode-encoded-words): Use it to decode headers which are
15882         assumed to contain addresses.
15883         (gnus-mime-delete-part): Remove useless `or'.
15885         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15886         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15887         (gnus-nov-parse-line): Use it to decode From header.
15888         (gnus-get-newsgroup-headers): Ditto.
15889         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15891         * mail-parse.el (mail-decode-encoded-address-region): New alias.
15892         (mail-decode-encoded-address-string): New alias.
15894         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15895         New function.
15896         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15897         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15898         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15899         (rfc2047-decode-string): Ditto.
15900         (rfc2047-decode-address-region): New function.
15901         (rfc2047-decode-address-string): New function.
15903 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
15905         * message.el (message-caesar-buffer-body): Allow rotating headers.
15907         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15909         * message.el (message-insert-formated-citation-line): Fix %f.
15910         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15912 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15914         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15915         (gnus-bookmark-mouse-available-p): New macro.
15916         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15917         (gnus-bookmark-bmenu-show-infos): Use it.
15918         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15919         (gnus-bookmark-bmenu-hide-infos): Ditto.
15920         (gnus-bookmark-remove-properties): New function.
15921         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15922         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15923         (gnus-bookmark-write-file): Bind coding-system-for-write.
15924         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15925         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15926         group before selecting it.
15927         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15928         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15929         quit-window if it is not available; use gnus-mouse-2 and bind it to
15930         gnus-bookmark-bmenu-select-by-mouse.
15931         (gnus-bookmark-show-details): Remove unused variable `details-list'.
15932         (gnus-bookmark-bmenu-select-by-mouse): New function.
15934 2006-08-13  Romain Francoise  <romain@orebokech.com>
15936         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15937         space.
15939 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15941         * compface.el (uncompface): Use binary rather than raw-text-unix.
15943 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15945         * compface.el (uncompface): Make sure the eol conversion doesn't take
15946         place when communicating with the external programs.
15947         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15949 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15951         * nnheader.el (nnheader-insert-head): Fix typo in comment.
15953 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15955         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15956         Make it more robust by parsing author and date independently.
15958 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15960         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15962 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
15964         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15965         first matching secret key.
15966         (mml2015-epg-encrypt): Ditto.
15968         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15969         first matching secret key.
15970         (mml1991-epg-encrypt): Ditto.
15972         * mml2015.el (mml2015-encrypt-to-self): New user option.
15973         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15974         mml2015-epg-encrypt-to-self is set.
15976         * mml1991.el (mml1991-encrypt-to-self): New variable.
15977         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15978         mml1991-epg-encrypt-to-self is set.
15980         * mml2015.el (mml2015-signers): New user option.
15981         (mml2015-epg-sign): Reflect the value of mml2015-signers.
15982         (mml2015-epg-encrypt): Allow to select signing keys.
15984         * mml1991.el (mml1991-signers): New variable.
15985         (mml1991-epg-sign): Reflect the value of mml1991-signers.
15986         (mml1991-epg-encrypt): Allow to select signing keys.
15988 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15990         * nnheader.el (nnheader-insert-head): Make it work even if the file
15991         uses CRLF for the line-break code.
15993 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
15995         * mml2015.el: Require mml-sec instead of password.
15996         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15997         (mml2015-cache-passphrase): Inherit the default value from
15998         mml-secure-cache-passphrase.
15999         (mml2015-passphrase-cache-expiry): Inherit the default value from
16000         mml-secure-passphrase-cache-expiry.
16002         * mml1991.el: Require mml-sec instead of password.
16003         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16004         (mml1991-cache-passphrase): Inherit the default value from
16005         mml-secure-cache-passphrase.
16006         (mml1991-passphrase-cache-expiry): Inherit the default value from
16007         mml-secure-passphrase-cache-expiry.
16009         * mml-sec.el: Require password.
16010         (mml-secure-verbose): New user option.
16011         (mml-secure-cache-passphrase): New user option.
16012         (mml-secure-passphrase-cache-expiry): New user option.
16014 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
16015             Andreas Vögele  <andreas@altroot.de>   (tiny change)
16017         * pgg-def.el (pgg-truncate-key-identifier):
16018         Truncate the key ID to 8 letters from the end.
16020 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16022         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16023         workaround for the url package included with Emacs.
16025         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16027 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16029         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16030         correctly.  This fixes a bug caused by the 2006-05-12 change.
16032 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
16034         * nnmail.el (nnmail-article-group): If splitting raises an error, give
16035         some information about the error when saying that the `bogus' mail
16036         group will be used.
16038 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
16040         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16041         string.
16043 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
16045         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16047 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16049         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16051 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16053         * mml1991.el (mml1991-function-alist): Add epg.
16054         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16055         (mml1991-epg-encrypt): New functions.
16057 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16059         * mml2015.el (mml2015-verbose): New variable.
16060         (mml2015-cache-passphrase): Ditto.
16061         (mml2015-passphrase-cache-expiry): Ditto.
16062         (mml2015-function-alist): Add epg.
16063         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16064         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16065         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16066         New functions.
16068 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16070         * message.el (message-cite-original-1): Preserve region when removing
16071         quoted text due to X-No-Archive in order to avoid bogus attribution
16072         when citing multiple messages.
16074 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16076         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16077         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16079 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
16081         * gnus-diary.el (gnus-user-format-function-d)
16082         (gnus-user-format-function-D): Autoload.
16084         * imap.el (Commentary): Fix typo.
16086         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16087         2006-04-22 contribution.
16089 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16091         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16092         It didn't really fix the bogosity I'm seeing with solid web groups.
16094 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16096         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16097         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16098         created using server names.  If we use the feature without declaring
16099         it, Gnus does not properly manage server and group state.
16101         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16102         bound.
16104 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16106         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16107         looking up the method using GROUP's prefix before inventing a new one.
16108         It is used on killed/unknown groups in various places where returning
16109         an all-new method isn't expected by the caller.
16111         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16112         and match semantics of gnus-group-real-prefix.
16114 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
16116         * nnmail.el (nnmail-broken-references-mailers): New variable.
16117         (nnmail-ignore-broken-references): New function generalizing
16118         nnmail-fix-eudora-headers.
16119         (nnmail-fix-eudora-headers): Now obsolete.
16121         * gnus-art.el (gnus-button-handle-custom):
16122         Support `customize-apropos*'.
16124 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16126         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16128         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16129         articles.
16131 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
16133         * message.el (message-cite-reply-above): New variable.
16134         (message-yank-original): Use it.
16136 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16138         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16140 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
16142         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16143         as read.
16145         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16147 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
16149         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16150         (gnus-bookmark-default-file): Use gnus-directory.
16151         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16152         Remove "*" in doc string.
16153         (gnus-bookmark-write-file): Simplify.
16154         (gnus-bookmark-maybe-sort-alist): Use `when'.
16155         (gnus-bookmark-get-bookmark): Fix typo in doc string.
16156         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16157         Add FIXME about Emacs 21 and XEmacs compatibility.
16158         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16159         compatibility.
16160         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16161         compatibility.
16162         (gnus-bookmark-menu-heading): Fix version.
16164 2006-06-19  Bastien Guerry  <bzg@altern.org>
16166         * gnus-bookmark.el: New file.
16168 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16170         * message.el (message-syntax-checks): Doc fix.
16172 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16174         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16175         unsubscribed groups as if they were killed ones.  It causes duplicate
16176         entries in gnus-newsrc-alist.
16178 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16180         * message.el (message-syntax-checks): Doc fix.
16181         (message-send-mail): Add check for continuation headers.
16182         (message-check-news-header-syntax): Fix regexp used to check for
16183         continuation headers.
16185 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16187         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16189 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
16191         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16193 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16195         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16196         default-truncate-lines.
16198 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16200         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16201         to fill the utf-8 entry.
16203 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16205         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16207 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
16209         * gnus-agent.el (directory-files-and-attributes): Move all the way
16210         forward (the third and final move).
16211         (gnus-agent-read-agentview): Trap reconstruction errors due to
16212         nonexistent directory.  Handle by returning nil.
16214 2006-05-30  Didier Verna  <didier@xemacs.org>
16216         * message.el (message-dont-reply-to-names): Update the custom type.
16217         * message.el (message-dont-reply-to-names): New defsubst: potentially
16218         convert a list of regexps into a single one.
16219         * message.el (message-get-reply-headers): Use it.
16220         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16222 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16224         * gnus-agent.el (directory-files-and-attributes): Move forward.
16226 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16228         * gnus-ml.el (gnus-mailing-list-subscribe)
16229         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16230         (gnus-mailing-list-message): Fix doc strings.
16232 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16234         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16235         of doing it manually.
16237 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16239         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16240         comment.
16242 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
16244         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16245         (gnus-agent-read-agentview): Fix handling of end-of-file error.
16246         (gnus-agent-read-local): All symbols allocated in my-obarray.
16247         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16248         (gnus-agent-regenerate-group): Check numeric names to see if they are
16249         messages or groups.
16250         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16251         better way of do this...)
16253         * gnus-cache.el (gnus-agent-total-fetched-for):
16254         Ignore 'dummy.group' (there should be a better way of do this...)
16256 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16258         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16259         (gnus-saved-headers): Ditto.
16260         (gnus-default-article-saver): Mention functions may have properties.
16261         (gnus-article-save): Override gnus-save-all-headers and
16262         gnus-saved-headers by :headers property which saver function may have.
16263         (gnus-summary-save-in-file): Add :headers property.
16264         (gnus-summary-write-to-file): Ditto.
16266         * gnus-sum.el (gnus-summary-save-article): Bind
16267         gnus-prompt-before-saving to t when saving many articles in a file;
16268         always show all headers.
16270 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
16272         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16273         marks.
16275         * message.el (message-indent-citation): Add optional arguments to allow
16276         using it outside of message buffers.
16278         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16279         (gnus-article-treat-unfold-headers): Use it.
16280         (gnus-article-truncate-lines): New variable.
16281         (gnus-article-mode): Use it.
16282         (gnus-article-toggle-truncate-lines): New function.
16284         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16285         Add gnus-article-toggle-truncate-lines.
16287         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16288         coding system in XEmacs, use binary.
16290 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16292         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16293         after-load-alist.
16295         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16296         this function should save decoded articles.
16297         (gnus-summary-write-to-file): Use property to specify this function
16298         should save decoded articles and specify gnus-summary-save-in-file
16299         should be used to save articles other than the first one when saving
16300         many articles.
16301         (gnus-summary-save-body-in-file): Use property to specify this
16302         function should save decoded articles.
16303         (gnus-summary-write-body-to-file): Use property to specify this
16304         function should save decoded articles and specify
16305         gnus-summary-save-body-in-file should be used to save articles other
16306         than the first one when saving many articles.
16308         * gnus-sum.el (gnus-summary-save-article): Simplify.
16310 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16312         * gnus-art.el (gnus-default-article-saver):
16313         Add gnus-summary-write-body-to-file.
16314         (gnus-article-save-coding-system): Don't use coding system object
16315         in XEmacs.
16316         (gnus-read-save-file-name): Add optional `dir-var' argument which
16317         specifies directory in which files are saved; work even if optional
16318         `variable' argument is not specified.
16319         (gnus-summary-write-to-file): Read file name.
16320         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16321         (gnus-summary-write-body-to-file): New function.
16323         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16324         (gnus-summary-local-variables): Add it.
16325         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16326         (gnus-summary-save-article): Remove optional `decode' argument;
16327         determine whether to decode articles by the value of
16328         gnus-default-article-saver; when saving many files using
16329         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16330         it first and use gnus-summary-save-in-file or
16331         gnus-summary-save-body-in-file thereafter unless
16332         gnus-prompt-before-saving is always; move point to article which
16333         will be saved.
16334         (gnus-summary-save-article-file): Revert.
16335         (gnus-summary-write-article-file): Revert.
16336         (gnus-summary-save-article-body-file): Revert.
16337         (gnus-summary-write-article-body-file): New function.
16339 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
16341         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16343 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16345         * gnus-art.el (gnus-default-article-saver): Doc fix.
16346         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16347         from gnus-summary-save-article-coding-system, and default to a
16348         certain coding system.
16349         (gnus-output-to-file): Add coding cookie and encode text according
16350         to gnus-article-save-coding-system; don't use mm-append-to-file.
16352         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16353         gnus-art.el and rename to gnus-article-save-coding-system.
16354         (gnus-summary-save-article): Require gnus-art; don't show all
16355         headers if it decodes articles; don't add coding cookie here;
16356         don't bind mm-text-coding-system-for-write.
16357         (gnus-summary-save-article-file): Save decoded articles.
16358         (gnus-summary-write-article-file): When saving many files, use
16359         gnus-summary-write-to-file first and gnus-summary-save-in-file
16360         thereafter unless gnus-prompt-before-saving is always.
16361         (gnus-summary-save-article-body-file): Save decoded articles.
16363 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16365         * nnrss.el (nnrss-check-group): Bind hash-index.
16367 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
16369         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16370         its hash index.  Store this hash in `nnrss-group-data'.
16371         (nnrss-read-group-data): Update accordingly.
16373 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16375         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16376         entry.
16378         * gnus-sum.el (gnus-summary-make-menu-bar):
16379         Add gnus-article-browse-html-article.
16381 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
16383         * gnus-sum.el (gnus-summary-mime-map):
16384         Add gnus-article-browse-html-article.
16386 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16388         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16389         suitable coding systems in customize.
16391 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
16393         * mail-source.el (mail-sources): Fix custom type.
16395 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16397         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16398         (gnus-summary-expire-articles-now): Shorten prompt.
16400         * gmm-utils.el (wid-edit): Require.
16401         (defun-gmm): Rename from `gmm-defun-compat'.
16402         (gmm-image-search-load-path): Use it.
16403         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
16405 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16407         * gnus-sum.el (gnus-summary-save-article-coding-system):
16408         New variable.
16409         (gnus-summary-save-article): Add optional `decode' argument.
16410         If it is set and gnus-summary-save-article-coding-system is non-nil,
16411         save decoded article.
16412         (gnus-summary-write-article-file): Save decoded article if
16413         gnus-summary-save-article-coding-system is non-nil.
16415         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16416         type.
16418 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16420         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16422 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16424         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16425         first to test gnus-single-article-buffer which may be buffer-local.
16427         * gnus-sum.el (gnus-summary-setup-buffer):
16428         Make gnus-single-article-buffer buffer-local and nil in ephemeral
16429         group; make gnus-article-buffer, gnus-article-current, and
16430         gnus-original-article-buffer always buffer-local.
16431         (gnus-summary-exit): Kill article buffer belonging to ephemeral
16432         group.
16433         (gnus-handle-ephemeral-exit): Don't move to next summary line.
16435 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16437         * nnml.el (nnml-request-compact-group): Compressed files might not
16438         have .gz extension.
16440 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16442         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16443         (mm-copy-to-buffer): Use with-current-buffer.
16444         (mm-display-part): Simplify.
16445         (mm-inlinable-p): Add optional arg `type'.
16447 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16449         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16450         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16451         Try harder to show the attachment internally or externally using
16452         gnus-mime-view-part-as-type.
16454 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16456         * message.el (message-from-style, message-signature-separator)
16457         (message-user-organization-file, message-send-mail-function)
16458         (message-citation-line-function, message-yank-prefix)
16459         (message-indent-citation-function, message-signature)
16460         (message-signature-file, message-signature-insert-empty-line):
16461         Remove autoloads.
16463         * gnus-art.el (gnus-buttonized-mime-types):
16464         Remove "multipart/signed".  Revert 2006-04-26 change.
16466 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16468         * gnus.el (gnus-version-number): Bump version.
16470 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16472         * gnus.el: No Gnus v0.5 is released.
16474 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16476         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16477         fetching articles by message-id.
16479 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16481         * message.el (hashcash): Require hashcash as normal.
16483         * ecomplete.el (ecomplete-highlight-match-line):
16484         Use point-at-eol.
16485         (ecomplete-highlight-match-line): Use `highlight', because that
16486         face exists in both Emacs and XEmacs.
16488         * message.el (message-display-abbrev): Use point-at-bol.
16490         * mail-source.el: Don't require timer/timer-funcs.
16492         * gnus-async.el: Ditto.
16494         * password.el: Ditto.
16496         * mm-url.el: Ditto.
16498         * mm-util.el: Require timer/timer-funcs.
16500 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16502         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16503         Close.
16505 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16507         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16508         unibyte after clear-decrypt function runs.
16510         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16511         returns as a unibyte string.
16513 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16515         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16516         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16517         (mml1991-pgg-encrypt): Ditto.
16519 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
16521         * message.el (message-user-organization-file): Check several
16522         locations of the organization file.
16524         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16525         Add gnus-article-view-part-as-type.
16527         * gnus-art.el (gnus-article-view-part-as-type): New function.
16529         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16530         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
16532         * mml.el: Simplify autoload.
16533         (mml-mode): defvar dnd-protocol-alist instead of using
16534         symbol-value.
16535         (mml-default-directory): New variable.
16536         (mml-minibuffer-read-file): Use it.
16537         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16539         * message.el (message-citation-line-format): New variable.
16540         (message-insert-formated-citation-line): New function.
16541         (message-citation-line-function):
16542         Add `message-insert-formated-citation-line' to custom type.
16544         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16545         to doc string.
16547         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16548         depending on mm-verify-option.
16550 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16552         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16553         binding pgg-* variables; reimplement the section which prevents
16554         MIME header from being signed.
16555         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16556         pgg-text-mode; remove a blank line at the top of body.
16558         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16559         lines at the top of body; use gnus-newsgroup-charset if there's no
16560         Charset header.
16562 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16564         * message.el (message-self-insert-commands): Doc fix.
16566         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16567         (mm-uu-pgp-encrypted-test): Ditto.
16568         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16569         between header and body; return application/pgp-encrypted handle
16570         if decryption failed; decode decrypted body by charset.
16572         * mm-decode.el (mm-automatic-display): Don't make application/pgp
16573         element match to application/pgp-*.
16575 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16577         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16578         HTML.
16580 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16582         * mail-source.el (mail-source-call-script): Message the error
16583         string.
16585 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16587         * gnus-util.el (gnus-byte-compile): Use it.
16589 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
16591         * gnus-util.el (kill-empty-logs): New function.
16593 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16595         * message.el (message-mail-alias-type): Doc fix.
16596         (message-mail-alias-type-p): New function.
16597         (message-send): Use it.
16598         (message-mode): Ditto.
16599         (message-strip-forbidden-properties): Ditto.
16601         * ecomplete.el (ecomplete-database-file-coding-system):
16602         New variable.
16603         (ecomplete-save): Use it.
16604         (ecomplete-setup): Use it.
16606 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16608         * message.el (message-self-insert-commands): New variable.
16609         (message-strip-forbidden-properties): Use it.
16611 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16613         * message.el (message-put-addresses-in-ecomplete): Use a regexp
16614         that doesn't make XEmacs choke.
16616 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
16618         * gnus-util.el (gnus-replace-in-string):
16619         Prefer replace-regexp-in-string over of replace-in-string.
16621 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16623         * gnus-util.el (gnus-select-frame-set-input-focus):
16624         Use select-frame-set-input-focus if it is available in XEmacs; use
16625         definition defined in Emacs 22 for old Emacsen.
16627 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16629         * mm-view.el (mm-inline-text): Use equal instead of equalp.
16631 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
16633         * gnus-registry.el (gnus-registry-cache-save): Remove text
16634         properties when saving via the temp buffer.
16636 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16638         * message.el (message-generate-hashcash): Honor custom type.
16640 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16642         * message.el (message-generate-hashcash): Default to non-nil when
16643         hashcash is found.
16645         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16646         (gnus-refer-thread-limit): Increase default to 500.
16648         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16650         * flow-fill.el (fill-flowed): Allow delete-space.
16652 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16654         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16655         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16656         Remove autoloads.
16658 2006-04-18  Simon Josefsson  <jas@extundo.com>
16660         * message.el (message-generate-hashcash): Default to.
16662 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16664         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16665         concatenating segments rather than before concatenating them.
16667 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16669         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16671         * imap.el (imap-quote-specials): New function.
16672         (imap-login-auth): Quote specials.
16674 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16676         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16678         * message.el (message-forward-make-body-plain):
16679         Allow message-forward-ignored-headers to be a list.
16680         (message-remove-ignored-headers): Factor out into function.
16681         (message-forward-make-body-mml): Use it.
16682         * rfc2231.el (rfc2231-parse-string): Remove dead code.
16683         (rfc2231-parse-string): Allow concatanation of parameters that
16684         aren't contiguous.  The test case is
16685           (mail-header-parse-content-type "message/external-body;
16686             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16687             access-type=LOCAL-FILE;
16688             name*1*=plugh%2fhello-sailor%2fbing.pdf")
16690 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16692         * nntp.el (nntp-accept-process-output): Return the value of
16693         `nnheader-accept-process-output'.
16695 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16697         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16698         (gnus-button-alist): Recognize more diff formats.
16699         (gnus-button-patch): Strip directory.
16701 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16703         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16704         Emacs 22 when setting focus.
16706 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16708         * gnus-art.el (gnus-article-treat-types): Do treatment of
16709         text/x-verbatim parts.
16710         (gnus-button-patch): New command.
16712         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16713         addresses that contain invalid characters.
16715 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16717         * message.el (message-put-addresses-in-ecomplete):
16718         Use gnus-replace-in-string.
16719         (message-is-yours-p): Use the more correct
16720         mail-header-parse-address instead of
16721         mail-extract-address-components.
16722         (message-put-addresses-in-ecomplete): Fix typo.
16724         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16725         keystroke.
16727         * gnus-art.el (gnus-treatment-function-alist): Change order of
16728         newsgroups/generic header folding to avoid double-folding.
16730         * message.el (message-hidden-headers): Add X-Draft-From.
16732         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16733         New command.
16734         (gnus-summary-repeat-search-article-backward): New command.
16736         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16737         groups in the parent topic.
16739 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
16741         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16742         (spam-extra-header-to-number): Return the CRM114 number as a
16743         number instead of a string.
16745 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16747         * gnus-art.el (gnus-face-properties-alist): Move here from
16748         gnus-fun.
16750         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16752 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16754         * message.el (message-strip-forbidden-properties): Only display on
16755         self-insert-command.
16757         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16758         reindent.
16759         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16761 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
16763         * smiley.el (smiley-style): Fix typo.
16765 2006-03-23  Kenichi Handa  <handa@m17n.org>
16767         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16768         instead of set-buffer-multibyte.
16770 2006-03-23  Kenichi Handa  <handa@m17n.org>
16772         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16773         buffer and then decode the buffer text if necessary.
16774         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16775         first, and after mm-encode-body, change the buffer to unibyte.
16777 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16779         * hashcash.el (hashcash-insert-payment-async-2):
16780         Use message-goto-eoh instead of doing it manually.
16781         (mail-add-payment): Use message-narrow-to-header instead of trying
16782         to do the same itself.
16784         * message.el (message-hidden-headers): Add Face.
16786         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16787         reparenting code.
16788         (gnus-summary-reparent-children): Refactored out code.
16789         (gnus-summary-thread-map): New keystroke.
16790         (gnus-summary-reparent-children): Make into command.
16792         * smiley.el (smiley-style): Default to `medium' if using a large
16793         font.
16795         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16796         does it itself.
16798         * message.el (message-point-in-header-p): Simplify definition.
16800 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16802         * nnagent.el (nnagent-request-set-mark): Silence log file
16803         writing.
16804         (nnagent-request-set-mark): Use write-region instead of
16805         append-to-file.
16807         * gnus-sum.el (gnus-read-header): Fudge article number if using a
16808         strange select method.
16810         * ecomplete.el (ecomplete-display-matches): Get highlightling
16811         right.
16812         (ecomplete-display-matches): Use literals.
16813         (ecomplete-display-matches): Disable message logging.
16815         * message.el (message-display-abbrev): Small optimization.
16817         * ecomplete.el (ecomplete-display-matches): Allow automatic
16818         display.
16820         * message.el (message-strip-forbidden-properties):
16821         Display abbrevs.
16822         (message-display-abbrev): Get automatic display right.
16824         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16825         keystrokes.
16827 2006-04-13  Romain Francoise  <romain@orebokech.com>
16829         TODO: Backport to v5-10!
16831         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16832         Move here (and rename) from gnus-registry.el.
16834         * gnus-registry.el: Require gnus-util.
16835         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16837 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16839         * gnus-group.el (gnus-group-catchup-current):
16840         Change if-then-else-if-then-else into cond.
16841         (gnus-group-catchup): Indent.
16842         (group-name-at-point): New function.
16843         (gnus-fetch-group): Provide default from thing at point.
16845 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16847         * message.el (message-display-abbrev): Fix regexp.
16849         * ecomplete.el (ecomplete-highlight-match-line):
16850         Reimplement choosing.
16851         (ecomplete-highlight-match-line): Fix up code rewrite, remove
16852         dead variables.
16854         * message.el (message-newline-and-indent): Remove debugging.
16855         (message-display-abbrev): Use new implementation.
16857 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
16859         * gnus-art.el (gnus-article-mode):
16860         Set cursor-in-non-selected-windows to nil.
16862         * smiley.el: Revert previous change.
16863         (smiley-data-directory): defvar it before using it in the
16864         defcustom of `smiley-style'.
16866 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16868         * message.el (message-newline-and-indent): New function.
16870         * ecomplete.el: Implement more bits.
16872         * message.el (message-put-addresses-in-ecomplete): Clean up the
16873         string.
16875         * ecomplete.el (ecomplete-add-item): Chop off decimals.
16877         * gnus-sum.el (gnus-summary-save-parts):
16878         Bind gnus-summary-save-parts-counter and use it to make unique file
16879         names.
16881         * gnus-art.el (gnus-ignored-headers): Add some more headers.
16883         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16884         parameter to say whether to actually parse the individual
16885         addresses.
16887         * message.el (message-put-addresses-in-ecomplete): New function.
16888         (ecomplete): Require.
16889         (message-mail-alias-type): Add ecomplete as an option.
16891 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
16893         * flow-fill.el (fill-flowed): Remove trailing space from blank
16894         quoted lines.
16896 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16898         * smiley.el (smiley-style): Move definition later to avoid a
16899         compilation warning.
16901 2006-04-12  Kenichi Handa  <handa@m17n.org>
16903         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16904         buffer and then decode the buffer text if necessary.
16905         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16906         first, and after mm-encode-body, change the buffer to unibyte.
16907         Use mm-disable-multibyte instead of set-buffer-multibyte.
16909 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16911         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16912         Content-Type header instead of Content-Disposition header.
16913         (gnus-mime-inline-part): Ditto.
16914         (gnus-mime-view-part-as-charset): Ignore charset that the part
16915         specifies.
16917         * mm-decode.el (mm-display-part): Work with external parts and
16918         usual parts similarly.
16920         * mm-extern.el (mm-inline-external-body): Use mm-display-part
16921         instead of gnus-display-mime.
16923         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16924         instead of with-temp-buffer.
16926         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16927         tag to summarized topics part in order to encode non-ASCII text.
16929 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16931         * smiley.el (smiley-style): New variable.
16932         (smiley-directory): New function.
16933         (smiley-data-directory): Derive from `smiley-style' using
16934         `smiley-directory'.
16935         (smiley-regexp-alist): Add new entries.
16937         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16938         (gnus-article-browse-delete-temp): Add :version.
16940 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
16942         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16943         the sieve region.
16945 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16947         * gnus.el (gnus-version-number): Bump version.
16949 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16951         * gnus.el: No Gnus v0.4 is released.
16953 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16955         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16956         layout.
16958         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16959         unknown charset.
16961         * message.el (message-header-synonyms): Add Original-To to the
16962         default.
16964         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16965         optional parameter.
16967 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16969         * gnus-fun.el (gnus): Require it for gnus-directory.
16971 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16973         * gnus-fun.el (gnus-face-properties-alist): Add :version.
16975 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16977         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16979 2006-04-05  Simon Josefsson  <jas@extundo.com>
16981         * password.el (password-reset): New function.
16983 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16985         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16986         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16988 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16990         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16991         Some whitespace was matched into the url, which broke browsing hits
16992         > 100 when mm-url-use-external was nil.
16994 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16996         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16997         Check gnus-extra-headers for 'Newsgroups.
16999         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17000         bound.
17002 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
17004         * pgg-gpg.el: Clean up process buffers every time gpg processes
17005         complete.
17007 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
17009         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17010         doc string.
17012 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
17014         * pgg-gpg.el (pgg-gpg-process-filter)
17015         (pgg-gpg-wait-for-completion): Check if buffer is alive.
17017         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17018         lines, temporary fix.
17020 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17022         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17024 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
17026         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17027         default-enable-multibyte-characters.  This reverts the change from
17028         revision 6.17 which is no longer necessary because the passphrase
17029         is sent separately now.  GnuPG messages are unreadable under
17030         multibyte locales with default-enable-multibyte-characters set to
17031         nil.
17033 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
17035         * message.el (message-tool-bar-gnome): Move "spell".
17037 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
17039         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17040         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
17041         instead.
17043 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
17045         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17046         Improve newsgroups handling for NNTP overviews which don't include
17047         Newsgroups.
17049 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17051         * message.el (message-resend): Bind message-generate-hashcash to nil.
17053 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17055         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17056         when searching for already-paid recipients.
17058 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
17060         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17061         passphrases when it is not needed.
17062         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17063         passphrase stuff from gpg, should only be necessary when you use
17064         gpg with a smartcard.
17066 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17068         * mml.el (mml-insert-mime): Ignore cached contents of
17069         message/external-body part.
17071         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17072         (mm-insert-part): Ditto.
17074 2006-03-23  Simon Josefsson  <jas@extundo.com>
17076         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17077         Reiner.
17078         (pgg-gpg-use-agent-p): Use it again.
17080 2006-03-23  Simon Josefsson  <jas@extundo.com>
17082         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17083         older emacsen.
17084         (pgg-gpg-use-agent-p): Don't use it.
17086 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
17088         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17089         if we can.
17091 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
17093         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17094         (pgg-gpg-update-agent): New function.
17095         (pgg-gpg-use-agent-p): New function.
17096         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17097         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17098         (pgg-gpg-sign-region): Use it.
17100 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17102         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17103         Reported by Ralf Wachinger <rwachinger@gmx.de>.
17105 2006-03-21  Simon Josefsson  <jas@extundo.com>
17107         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17108         <wilde@sha-bang.de>.
17109         (pgg-gpg-use-agent): New variable.
17110         (pgg-gpg-process-region): Use it.
17111         (pgg-gpg-encrypt-region): Likewise.
17112         (pgg-gpg-encrypt-symmetric-region): Likewise.
17113         (pgg-gpg-decrypt-region): Likewise.
17114         (pgg-gpg-sign-region): Likewise.
17115         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17117 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17119         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17121         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17122         Add comment on version.
17124 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
17126         * smiley.el: Add missing test smiley.
17128 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17130         * mm-decode.el (mm-with-part): New macro.
17131         (mm-get-part): Use it; work with message/external-body as well.
17132         (mm-save-part): Treat name and filename equally.
17134         * mm-extern.el (mm-extern-cache-contents): New function.
17135         (mm-inline-external-body): Use it; force the part to be displayed;
17136         move undisplayer added to the cached handle to the parent.
17138         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17139         (gnus-mime-view-part-as-type): Work with message/external-body.
17141         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17143 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17145         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17146         images in image-load-path.  [Sync with image.el, revision 1.60, in
17147         Emacs.]
17149 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17151         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17152         path rather than symbol.  Always return list of directories.
17153         Guarantee that image directory comes first.  [Sync with image.el,
17154         revision 1.59, in Emacs.]
17156         * message.el (message-make-tool-bar): Adjust to new API of
17157         `gmm-image-load-path-for-library'.
17159         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17161         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17163 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17165         * gnus-art.el (gnus-article-only-boring-p):
17166         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17167         intangible text.
17168         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17170 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
17172         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17173         Use `defun' instead of `gmm-defun-compat'.
17175 2006-03-14  Simon Josefsson  <jas@extundo.com>
17177         * message.el (message-unique-id): Don't use message-number-base36
17178         if (user-uid) is a float.
17179         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17181 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17183         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17185         * gnus-art.el (gnus-mime-display-single): Make sure there is an
17186         empty line between a part and a message part.
17188 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
17190         * smiley.el: Add more test smileys.
17191         (smiley-data-directory, smiley-regexp-alist)
17192         (gnus-smiley-file-types): Fix doc strings.
17193         (smiley-update-cache): Clear smiley-cached-regexp-alist before
17194         adding new elements.
17195         (smiley-mouse-map): Unused code.  Make it a comment.
17197 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17199         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17200         scan latest NoCeM messages instead of old ones.
17201         (gnus-nocem-check-article): Fix regexps so as to match to PGP
17202         delimiters that are recently used.
17203         (gnus-nocem-load-cache): Add autoload cookie.
17205         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17207         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17208         level which is larger than gnus-use-nocem is specified.
17210         * gnus-group.el (gnus-group-get-new-news): Ditto.
17212 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
17214         * gnus-util.el (gnus-tool-bar-update): New function.
17216         * gnus-group.el (gnus-group-update-tool-bar): New variable.
17217         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17219         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17221         * gnus-group.el (gnus-group-redraw-when-idle)
17222         (gnus-group-redraw-check): Remove.
17223         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17225 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17227         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17228         if optional last element is specified in splits (FIELD VALUE...).
17230 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
17232         * message.el (message-make-tool-bar): Rename gmm-image-load-path
17233         to gmm-image-load-path-for-library.  Call with no-error argument.
17234         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17236         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17238         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17240         * gmm-utils.el (gmm-image-load-path): Remove alias.
17242 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
17244         * gmm-utils.el (gmm-image-load-path): Add alias.
17246         * nnml.el (nnml-generate-nov-databases-directory): Rename from
17247         nnml-generate-nov-databases-1.
17248         (nnml-generate-nov-databases): Use it.
17249         (nnml-generate-nov-databases-directory): Document no-active
17250         argument.
17252         * gmm-utils.el (gmm-image-load-path-for-library): Return single
17253         directory if path is t.  Add no-error.
17255         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17256         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17258         * gnus-art.el (gnus-article-browse-delete-temp-files):
17259         Simplify resetting gnus-article-browse-html-temp-list.
17261         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17262         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
17263         Add example to docstring.  Rename local variables.  Move error
17264         checks to default case in cond and simplify.
17266 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17268         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17269         handle is multipart when calling it recursively.
17270         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17272 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
17274         * nnimap.el (nnimap-request-update-info-internal): Optimize.
17275         Don't `gnus-uncompress-range' to avoid excessive memory usage.
17277 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17279         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17280         is loaded.
17282         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17283         loaded.
17285 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17287         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17288         to "Emacs 23 (unicode)" in doc string.
17290         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17291         "Emacs 23 (unicode)" in comment.
17293 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17295         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17297         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17298         characters 160 through 255 in Emacs 23.
17300 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17302         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17303         gnus-article-browse-html-temp.
17304         (gnus-article-browse-delete-temp): Make it customizable.
17305         Add `file'.  Adjust doc string.
17306         (gnus-article-browse-delete-temp-files): Add argument.
17307         Allow query for each file.  Adjust doc string.
17308         (gnus-article-browse-html-parts):
17309         Add `gnus-article-browse-delete-temp-files' to
17310         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17312 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
17314         * gnus-art.el (gnus-article-browse-html-temp)
17315         (gnus-article-browse-delete-temp): New variables.
17316         (gnus-article-browse-delete-temp-files): New function.
17317         (gnus-article-browse-html-parts): Use it.
17319 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17321         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17323         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17324         string.
17326         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17327         gnus-summary-insert-new-articles when unplugged.
17328         Remove gnus-summary-search-article-forward.
17330         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17331         display-visual-class instead of display-color-cells.
17333 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17335         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17336         message/* containing non-ASCII text properly.
17338 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
17340         * message.el: Require gmm-utils, remove autoloads.
17341         (message-tool-bar): Set default based on
17342         gmm-tool-bar-style.
17343         (message-tool-bar-gnome): Add gmm-customize-mode.
17345         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17346         gmm-tool-bar-style.
17347         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17349         * gnus-group.el (gnus-group-tool-bar): Set default based on
17350         gmm-tool-bar-style.
17351         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17353         * gmm-utils.el (gmm-image-directory): Rename variable from
17354         gmm-image-load-path.
17355         (gmm-image-load-path): Use gmm-image-directory.
17356         (gmm-customize-mode): New function.
17357         (gmm-tool-bar-style): New variable.
17359         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17360         gnus-group-redraw-line-number.
17361         (gnus-group-redraw-check): Simplify.
17362         (gnus-group-tool-bar-update): Remove redraw check.
17363         (gnus-group-make-tool-bar): Add redraw check.
17365 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
17367         * gnus-art.el (gnus-button): Add missing parentheses.
17369 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17371         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17373 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17375         * gnus-art.el (gnus-button): New face.
17376         (gnus-article-button-face): Use it.
17378         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17379         Add gnus-summary-next-page.  Re-order.
17381         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17382         next-node are now included.
17383         (gnus-group-redraw-line-number): New internal variable.
17384         (gnus-group-redraw-check): Helper function for updating the tool
17385         bar.
17386         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17388         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17390         * spam.el (spam-spamassassin-score-regexp): New internal variable.
17391         (spam-extra-header-to-number, spam-check-spamassassin-headers):
17392         Use it to match format of Spamassassin 3.0 and later.
17393         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17394         (spam-check-bogofilter)
17395         (spam-bogofilter-register-with-bogofilter): Fix args of
17396         `gnus-error' calls.
17398 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17400         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17401         unnecessary interaction when sending queued mails.
17402         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17404 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
17406         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17407         first or last are nil.
17409 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17411         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17413 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17415         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17417 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17419         * dns.el (query-dns): Protect more against buggy tcp output.
17421 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17423         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17424         nov.php.
17426 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17428         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17429         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17430         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
17431         output on the server side.
17432         (nnweb-google-create-mapping): Update regexps and add some
17433         progress indication.
17435 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
17437         * gnus-group.el (gnus-group-tool-bar-gnome):
17438         Fix gnus-agent-toggle-plugged.  Re-order icons.
17439         (gnus-group-tool-bar-gnome):
17440         Add gnus-group-{prev,next}-unread-group.
17441         (gnus-group-tool-bar-gnome): Re-order icons.
17443         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17444         Move gnus-summary-insert-new-articles.
17446         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17447         Fix comments.
17449         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
17450         also available in Emacs 21.3.
17452         * message.el (message-fix-before-sending): Change "Emacs 22" to
17453         "Emacs 23 (unicode)" in comment.
17455         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17456         "Emacs 23 (unicode)" in comment.
17458         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17459         comment.
17460         (mm-coding-system-p): Add comment about no-MULE XEmacs.
17462         * mm-view.el (mm-fill-flowed): Add :version.
17464 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17466         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17467         and load-path.
17469 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
17471         * message.el: Autoload gmm-image-load-path.
17472         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17473         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
17474         consitency.
17476         * gmm-utils.el (gmm-image-load-path): Also search in
17477         "../etc/images".  Don't set gmm-image-load-path if we don't find
17478         the image.
17480 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17482         * gmm-utils.el (gmm-image-load-path): Don't make
17483         `gmm-image-load-path' include subdirectories which the second arg
17484         `image' might specify.
17486         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17487         subdirectory to icon file names.
17489         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17491 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17493         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17494         gmm-image-load-path calls.
17496         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17498         * message.el (message-make-tool-bar): Ditto.
17500         * mml.el (mml-preview): Add comment concerning tool bar icons.
17502         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17503         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17505         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17506         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17508         * message.el (message-tool-bar-gnome): Use new icon names.
17509         (message-make-tool-bar): Use `gmm-image-load-path'.
17511         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17512         New functions from MH-E.
17513         (gmm-image-load-path): New variable from MH-E.
17514         (gmm-image-load-path): New function from MH-E.  Add arguments
17515         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
17516         *-image-load-path-called-flag.
17518 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
17520         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17522 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
17524         * nnimap.el (nnimap-request-move-article): Change folder back to
17525         source group before deleting.
17527 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
17529         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17531         * gnus-art.el (mm-url-insert-file-contents-external):
17532         Autoload mm-url.
17534         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17536 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17538         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17539         coding system which mm-charset-to-coding-system returns for a
17540         given charset is valid.
17542 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17544         * html2text.el (html2text-remove-tag-list):
17545         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17547 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17549         * gnus-cus.el: Revert 2005-10-17 change.
17551 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17553         * gnus-art.el (article-strip-banner):
17554         Call article-really-strip-banner only when the regexp match is made.
17556 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17558         * gnus-art.el (article-strip-banner):
17559         Use gnus-extract-address-components instead of
17560         mail-header-parse-addresses to make it work with non-ASCII text;
17561         remove mail-encode-encoded-word-string.
17563         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17564         values which are surrounded with \"...\"; make it never cause a
17565         Lisp error; give up parsing of parameters if it failed in
17566         extracting type.
17568 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
17570         * smime.el (smime-cert-by-ldap-1): Fix bug where
17571         `smime-ldap-search' returns results without userCertificates.
17573 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17575         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17577 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17579         * spam.el (spam-check-spamassassin-headers): Adapt format for
17580         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
17581         <ari@mbf.ocn.ne.jp>.
17582         (spam-list-of-processors): Add spam-use-gmane.
17584 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17586         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17587         make-temp-file; make it work with XEmacs as well.
17589         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17590         mm-make-temp-file.
17592         * mm-decode.el (mm-display-external): Use the 3rd arg of
17593         mm-make-temp-file.
17594         (mm-create-image-xemacs): Ditto.
17596 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17598         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17599         with message-narrow-to-headers.
17600         (gnus-draft-setup): Narrow to header to run message-fetch-field.
17601         (gnus-draft-check-draft-articles): New function.
17602         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17604 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17606         * gnus-art.el (gnus-article-browse-html-parts):
17607         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17608         Don't use suffix argument for mm-make-temp-file for Emacs 21
17609         compatibility.  Remove useless `format'.
17611 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17613         * nnweb.el (nnweb-google-wash-article): Update regexps.
17614         (nnweb-group-alist): Use defvoo instead of defvar.
17616 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17618         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17619         re-loading nn* modules.
17621 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
17623         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17624         for `tool-bar-mode' and don't check it's default-value.
17626         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17628         * message.el (message-make-tool-bar): Ditto.
17630         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17631         `substring'.  Shorten tmp-file name.
17633         * gnus.el: Remove bogus comment.
17635 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
17637         * gnus-art.el (gnus-article-browse-html-parts): New function.
17638         (gnus-article-browse-html-article): New function for viewing html
17639         articles with a browser.
17641 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
17643         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17644         (mml2015-pgg-encrypt): Ditto.
17646         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17647         (mml1991-pgg-encrypt): Ditto.
17649 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17651         * nnfolder.el (nnfolder-insert-newsgroup-line):
17652         Use message-make-date instead of current-time-string.
17654         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17655         to gnus-decoded which mm-uu might set.
17657 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17659         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17660         don't decode quoted parameters; remove misimported Emacs code.
17661         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17662         (rfc2231-decode-encoded-string): Don't use split-string which
17663         behaves differently according to Emacs version; use
17664         mm-decode-coding-region to convert charset to coding-system.
17665         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17666         (rfc2231-encode-string): Remove misimported Emacs code.
17668 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17670         * gnus-art.el (article-decode-charset): Don't use ignore-errors
17671         when calling mail-header-parse-content-type.
17672         (article-de-quoted-unreadable): Ditto.
17673         (article-de-base64-unreadable): Ditto.
17674         (article-wash-html): Ditto.
17676         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17677         calling mail-header-parse-content-type and
17678         mail-header-parse-content-disposition.
17679         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17680         mail-header-parse-content-type.
17682         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17683         insert charset and format parameters; encode description after
17684         inserting it to buffer.
17685         (mml-insert-parameter): Fold lines properly even if a parameter is
17686         segmented into two or more lines; change the max column to 76.
17688         * rfc1843.el (rfc1843-decode-article-body): Don't use
17689         ignore-errors when calling mail-header-parse-content-type.
17691         * rfc2231.el (rfc2231-parse-string): Return at least type if
17692         possible; don't cause an error even if it fails in parsing of
17693         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17694         (rfc2231-encode-string): Don't break lines at the beginning, leave
17695         it to mml-insert-parameter.
17697         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17698         calling mail-header-parse-content-type.
17700 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17702         * spam-report.el (spam-report-gmane-use-article-number):
17703         Improve doc string.
17704         (spam-report-gmane-internal): Check if a suitable header was found
17705         in the article.
17707 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17709         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17710         (rfc2231-encode-string): Make param*=value always begin with LWSP.
17712 2006-02-05  Romain Francoise  <romain@orebokech.com>
17714         Update copyright notices of all files in the gnus directory.
17716 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17718         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17720 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17722         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17723         segmented lines of parameter value to cope with Thunderbird 1.5
17724         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17725         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17726         (rfc2231-encode-string): Don't make lines exceeding 76 column.
17728 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
17730         * mml.el (mml-generate-mime-1): Correct the order of inline signed
17731         parts.
17733 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17735         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17736         there's only one active file for all servers.
17737         (nnweb-request-scan): Make sure nnweb-articles is initialized on
17738         solid groups.  Gnus might have used a FAST request to select the group.
17739         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17740         and nnweb-search redundantly in the active file.
17741         (nnweb-request-list): Don't list bogus groups.  There can only be one.
17742         (nnweb-request-create-group): Don't use ARGS.
17743         (nnweb-possibly-change-server, nnweb-request-group): Remove some
17744         initializations.  Let nnoo do the work.
17746 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17748         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17749         Say the part has been decoded.
17751         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17753 2006-01-31  Kevin Ryde  <user42@zip.com.au>
17755         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17756         mailcap-viewer-test-cache when there's no 'test clause, since that
17757         will invert the meaning of a "nil" test previously determined by
17758         mailcap-mailcap-entry-passes-test.
17760 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17762         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17763         compiling.
17765         * gnus-sum.el: Ditto.
17767         * message.el: Don't bind tool-bar-map when compiling.
17769 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
17771         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17773 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17775         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17776         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17777         current Google Groups.
17779 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
17781         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17782         and tool-bar-mode.
17784         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17785         and tool-bar-mode.
17787         * message.el (message-tool-bar-update): Simplify.
17788         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17790         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17791         gnus-summary-buffer.
17792         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17793         gnus-summary-reply.
17795         * gmm-utils.el (gmm): Add :version.
17797 2006-01-26  Steve Youngs  <steve@sxemacs.org>
17799         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17800         Don't autoload.
17802 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17804         * gmm-utils.el (gmm-verbose): Add :group.
17806 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
17808         * message.el: Change some comments WRT tool-bars.
17810         * gnus-sum.el (gnus-summary-tool-bar)
17811         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17812         (gnus-summary-tool-bar-zap-list): New variables.
17813         (gnus-summary-make-tool-bar): Complete rewrite using
17814         `gmm-tool-bar-from-list'.
17816         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17817         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17818         New variables.
17819         (gnus-group-make-tool-bar): Complete rewrite using
17820         `gmm-tool-bar-from-list'.
17821         (gnus-group-tool-bar-update): New function.
17823         * message.el (message-mode-field-menu): Add "Show hidden Headers".
17825 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17827         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17828         is dissected into a single part of which the type is the same as
17829         the given one; decode charset.
17831 2006-01-21  Kevin Ryde  <user42@zip.com.au>
17833         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17834         into alists as symbol not string, since that's what
17835         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17836         look for.
17838 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
17840         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17841         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17843         * message.el (message-tool-bar-gnome): Use gmm-ignore.
17845 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17847         * gnus-art.el (gnus-mime-security-button-commands): New variable.
17848         (gnus-mime-security-button-menu): New definition.
17849         (gnus-mime-security-button-map): Use them.
17850         (gnus-mime-security-button-menu): New function.
17851         (gnus-insert-mime-security-button): Addition to help echo.
17852         (gnus-mime-security-run-function, gnus-mime-security-save-part)
17853         (gnus-mime-security-pipe-part): New functions.
17855         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17856         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17858         * mm-decode.el (mm-handle-set-disposition): Remove.
17859         (mm-handle-set-description): Remove.
17861 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17863         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17864         (mm-w3m-standalone-supports-m17n-p): New function.
17865         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17866         w3m usage.
17868         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17869         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17871 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17873         * message.el (message-tool-bar-zap-list):
17874         Use gmm-tool-bar-zap-list as custom type.
17875         (message-tool-bar-update): New function.
17876         (message-tool-bar, message-tool-bar-gnome)
17877         (message-tool-bar-retro): Add message-tool-bar-update.
17878         (message-tool-bar-gnome): Add flyspell-buffer.
17880         * gnus-util.el (gnus-error): Describe `args'.
17882         * gmm-utils.el (gmm-error): Describe `args'.
17883         (gmm-tool-bar-zap-list): New widget.
17884         (gmm-tool-bar-from-list): Improve description of `zap-list'.
17886 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17888         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17889         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17890         the number of recursive calls.
17892         * mm-decode.el (mm-handle-set-disposition): New macro.
17893         (mm-handle-set-description): New macro.
17895 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17897         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17898         encoding.
17900 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17902         * message.el (message-tool-bar-zap-list, message-tool-bar)
17903         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17904         (message-tool-bar-local-item-from-menu): Remove.
17905         (message-tool-bar-map): Replace by `message-make-tool-bar'.
17906         (message-make-tool-bar): New function.
17907         (message-mode): Use `message-make-tool-bar'.
17909         * gmm-utils.el: New file.
17910         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17911         (gmm-lazy): New widget copied from `nnmail.el'.
17912         (gmm-tool-bar-from-list): New function for creating customizable
17913         tool bars.
17914         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
17915         output.
17916         (gmm): Add :prefix to defgroup.
17918 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17920         * gmm-utils.el (gmm-widget-p): New function.
17922 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17924         * mml.el (mml-attach-file): Describe `description' in doc string.
17925         (mml-menu): Add Emacs MIME manual and PGG manual.
17927 2006-01-20  Richard M. Stallman  <rms@gnu.org>
17929         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17931 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
17933         * nntp.el (nntp-end-of-line): Doc fix.
17935 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
17937         * imap.el (imap-open): Handle case where buffer is a buffer
17938         object.
17940 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17942         * gnus-delay.el (gnus-delay): Don't autoload.
17943         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17944         to be re-loaded when customizing the `gnus-delay' group.
17946 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
17948         * message.el (message-insert-citation-line): Use newlines.
17950 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17952         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17954         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17956 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
17958         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17960 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17962         * mm-decode.el (mm-inlined-types): Add application/pgp.
17963         (mm-automatic-display): Ditto.
17965         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17966         part as text.
17968 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17970         * nnrss.el: Update copyright.
17971         (nnrss-opml-import): Query whether to subscribe to each entry.
17973         * gnus-art.el:
17974         * gnus-sum.el:
17975         * mm-uu.el:
17976         * mm-view.el: Update copyright.
17978 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
17980         * message.el (message-info): New function.
17981         (message-mode-menu): Add it.
17982         Update copyright.
17984         * ChangeLog: Fix and update copyright.
17986 2006-01-13  Romain Francoise  <romain@orebokech.com>
17988         * message.el (message-forward-subject-name-subject): Prefer the
17989         address to 'nowhere' if the sender has no name.
17990         Fix typo.  Update copyright year.
17992 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17994         * gnus-art.el (article-wash-html):
17995         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17996         (gnus-article-wash-html-with-w3m-standalone): New function.
17998         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17999         mm-inline-text-html-render-with-w3m-standalone.
18000         (mm-text-html-washer-alist): Map w3m-standalone to
18001         gnus-article-wash-html-with-w3m-standalone.
18002         (mm-inline-text-html-render-with-w3m-standalone): New function.
18004 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18006         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18007         Improve LaTeX.
18009 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18011         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18012         (nnrss-request-article): Render text/plain parts as HTML.
18014         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18015         the buffer.
18017 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
18019         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18020         custom definition of `gnus-posting-styles'.
18022         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18023         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18025 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18027         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18028         Use nntp for bug archive.
18030 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18032         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18033         parts.
18034         (nnrss-normalize-date): New function converts ISO 8601 date into
18035         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18036         (nnrss-check-group): Use it.
18038 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18040         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18042         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18043         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18044         (nnrss-insert-w3): Ditto.
18046 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18048         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18049         the articles to be forwarded including the case where neither a
18050         number of articles nor a region is specified.
18052 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18054         * nnrss.el (nnrss-request-article): Fix last change; fill
18055         text/plain parts.
18057 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18059         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18060         in text/plain part.
18061         (nnrss-check-group): Don't add excessive newline to dc:subject.
18063 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
18065         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18066         article.
18068 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
18070         * nnml.el: Don't require gnus-bcklg.  Autoload it.
18071         (nnml-use-compressed-files, nnml-save-mail): Support other
18072         comression programs such as bzip2.
18074 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18076         * dns.el (query-dns): Make sure we check the buffer size before
18077         removing tcp headers.
18079 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18081         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18082         remove MIME buttons associated with multipart/alternative parts.
18083         (gnus-mime-display-alternative): Tag buttons using `article-type'
18084         text property.
18086         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18087         associated with multipart/alternative parts.
18089         * gnus-art.el (gnus-signature-separator): Fix custom type.
18091         * mm-decode.el (mm-inlined-types): Fix custom type.
18092         (mm-keep-viewer-alive-types): Ditto.
18093         (mm-automatic-display): Ditto.
18094         (mm-attachment-override-types): Ditto.
18095         (mm-inline-override-types): Ditto.
18096         (mm-automatic-external-display): Ditto.
18098 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
18100         * spam-report.el (spam-report-user-mail-address)
18101         (spam-report-user-agent): New variables.
18102         (spam-report-url-ping-plain): Use spam-report-user-agent.
18104 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
18106         * gnus-art.el (gnus-button-handle-custom): Do not just use
18107         `customize-apropos' for any "M-x customize-*" button but the
18108         function called for.  Accept both the function name and its
18109         argument in order to achieve this.
18110         (gnus-button-alist): Remove support for "custom:" URL's.
18111         Pass function name to `gnus-button-handle-custom' in case of "M-x
18112         customize-*" buttons.
18114 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18116         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18117         multipart/alternative and add xref to mm-discouraged-alternatives
18118         in doc string.
18120         * mm-decode.el (mm-discouraged-alternatives): Add xref to
18121         gnus-buttonized-mime-types in doc string.
18123 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
18125         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18126         Suggest image/.* in the doc string.
18128 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
18130         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18131         message-marks (Debian bug #342521).
18133 2005-12-12  Simon Josefsson  <jas@extundo.com>
18135         * password.el (password-read-from-cache): Add.
18136         (password-read): Use it.
18138 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18140         * rfc2047.el (rfc2047-charset-to-coding-system):
18141         Recognize us-ascii as a MIME charset.
18143         * mm-bodies.el (mm-decode-content-transfer-encoding):
18144         Protect against the case where the 2nd arg TYPE is nil.
18146 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18148         * pop3.el (pop3-stream-type): Fix custom version.
18150         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18152 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18154         * mm-decode.el (mm-display-external): Add missing cdr.
18156 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18158         * mm-decode.el (mm-display-external): Use nametemplate (defined in
18159         RFC1524) if it is in mailcap or add a suffix according to
18160         mailcap-mime-extensions when generating a temp filename; postpone
18161         deleting a temp file for 2 seconds for some wrappers, shell
18162         scripts, and so on, which might exit right after having started a
18163         viewer command as a background job.
18165 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18167         * nntp.el (nntp-marks-directory): Fix custom group.
18169         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18170         steps when < 10.
18172         * gnus-start.el (gnus-no-server-1):
18173         Mention `gnus-level-default-subscribed' in doc string.
18175 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18177         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18178         parens.
18180 2005-11-26  Dave Love  <fx@gnu.org>
18182         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18183         (tls-program, tls-success): Provide openssl alternative.
18185         * starttls.el: Doc fixes.
18186         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18187         SERVICE to PORT.
18189         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
18190         port null or service name.
18191         (starttls-negotiate): Autoload.
18193 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18195         * message.el (message-kill-to-signature): Fix interactive spec.
18197 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18199         * pop3.el (pop3-open-server): Recognize a string as a service name.
18201 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
18203         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18205 2005-11-23  Dave Love  <fx@gnu.org>
18207         Add pop3s, pop3/starttls.
18209         * pop3.el (pop3-authentication-scheme): Clarify doc.
18210         (open-tls-stream, starttls-open-stream): Autoload.
18211         (pop3-stream-type): New.
18212         (pop3-open-server): Use it.
18214         * mail-source.el (mail-sources): Fix some :types.  Add stream type
18215         for POP.
18216         (mail-source-keyword-map): Add :stream for POP.
18217         (mail-source-fetch-pop): Use pop3-stream-type.
18219 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18221         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18222         of current-time-string.
18224 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
18226         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18227         date header.
18229 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18231         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
18232         it can seriously impact performance as it bypasses the agent's
18233         local caches.
18235 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18237         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18238         must be explicitly online rather than "not explicitly offline" for
18239         its flags to be synchronized.
18241         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18242         that gnus-uu-unmark-thread will function correctly.
18244         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18245         1024K is instead displayed as 1M.
18247 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18249         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18251 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
18253         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18255 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
18257         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18258         error message to display actual error condition.
18259         (gnus-agent-save-local): Avoid saving symbols that are bound to
18260         nil as they simply result in a warning message in
18261         gnus-agent-read-local.
18263 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18265         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18266         rather than make-variable-buffer-local for file-precious-flag.
18268 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18270         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18271         for duplicates which are removed.  The invalid sort check then
18272         triggers a rescan after the sort as sorting may have moved
18273         duplicate entries such that they can be cheaply detected.
18275 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18277         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18279 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18281         * gnus-agent.el (gnus-agent-article-alist-save-format):
18282         Change internal variable to a custom variable.  Change default value
18283         from compressed(2) to uncompressed(1).
18284         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18285         support for uncompressed agentview files.  Taken together, reading
18286         the agentview file should now be 6-7 times faster.
18288 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
18290         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18291         as a buffer-local variable.  This avoids creating truncated
18292         dribble files as a result of a hang up, eg.
18294 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18296         * gnus-start.el (gnus-start-draft-setup):
18297         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18299         * gnus.el (gnus-splash): Change custom group.
18300         (gnus-group-get-parameter, gnus-group-parameter-value):
18301         Describe allow-list argument.
18303         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18304         string.
18306 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18308         * gnus-art.el (gnus-default-article-saver): Add user-defined
18309         `function' to custom type.
18311 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18313         * imap.el (imap-open): Handle case where buffer is a buffer
18314         object.
18316 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18318         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18319         long lines.
18320         (gnus-cache-delete-group): Wrap doc strings.
18322         * gnus-agent.el (gnus-agent-rename-group)
18323         (gnus-agent-delete-group): Wrap doc strings.
18325 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18327         * gnus-start.el (gnus-1): Add "native" to
18328         gnus-predefined-server-alist.
18330         * gnus.el (gnus-method-to-server): Don't add "native" to the
18331         lists here, because that leads to problems when
18332         gnus-select-method is bound.
18334 2005-11-09  Simon Josefsson  <jas@extundo.com>
18336         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18337         use (not sort-by-date) instead.
18339 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18341         * gnus-delay.el (gnus-delay-group): Don't autoload.
18342         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18343         to be re-loaded when customizing the `gnus-delay' group.
18345 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
18347         * message.el: Revert last changes.
18348         (message-insert-citation-line): Use newlines.
18350 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18352         * message.el (message-courtesy-message)
18353         (message-mark-insert-begin, message-mark-insert-end)
18354         (message-elide-ellipsis, message-cancel-message)
18355         (message-add-header, message-change-subject)
18356         (message-cross-post-followup-to-header)
18357         (message-cross-post-insert-note, message-reduce-to-to-cc)
18358         (message-widen-reply, message-delete-not-region)
18359         (message-kill-to-signature, message-insert-signature)
18360         (message-insert-importance-high, message-insert-importance-low)
18361         (message-insert-or-toggle-importance)
18362         (message-insert-disposition-notification-to)
18363         (message-indent-citation, message-yank-original)
18364         (message-cite-original-without-signature, message-cite-original)
18365         (message-insert-citation-line, message-position-on-field)
18366         (message-fix-before-sending, message-send-mail-partially)
18367         (message-send-mail, message-send-mail-with-sendmail)
18368         (message-send-mail-with-qmail, message-send-news)
18369         (message-check-news-header-syntax, message-generate-headers)
18370         (message-insert-courtesy-copy, message-fill-address)
18371         (message-fill-header, message-shorten-references)
18372         (message-setup-1, message-cancel-news)
18373         (message-forward-make-body-plain, message-forward-make-body-mime)
18374         (message-forward-make-body-mml, message-encode-message-body)
18375         (message-forward-make-body-digest-plain)
18376         (message-forward-make-body-digest-mime)
18377         (message-use-alternative-email-as-from): Insert `hard-newline'
18378         instead of ordinary newlines.
18380 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18382         * message.el (message-generate-headers): Downcase the argument
18383         given to message-check-element.
18385 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
18387         * nntp.el (nntp-authinfo-rejected): New error condition.
18388         (nntp-wait-for): Use new error condition to signal authentication
18389         error.
18390         (nntp-retrieve-data): Rethrow new error condition to break out of
18391         recursive call to nntp-send-authinfo.
18393 2005-11-08  Romain Francoise  <romain@orebokech.com>
18395         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18396         (gnus-summary-exit-map): Bind to `Z p'.
18397         (gnus-summary-make-menu-bar): Add menu item.
18399 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
18401         * gnus-art.el (gnus-article-treat-custom): Add `first'.
18402         (gnus-treat-*): Add `first' in all doc strings.
18404         * gnus-group.el (gnus-group-compact-group): Fix typo.
18406 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18408         * gnus.el (gnus-parameters-case-fold-search): New variable.
18409         (gnus-parameters-get-parameter): Use it.
18411         * gnus-score.el (gnus-home-score-file): Doc fix.
18413 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
18415         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18417 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18419         * mm-util.el (mm-special-display-p): New function.
18421         * mml.el (mml-preview): Use it; doc fix.
18423 2005-10-29  Romain Francoise  <romain@orebokech.com>
18425         * message.el (message-fix-before-sending): Fix comment.
18427 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18429         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18431 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18433         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18434         Used in gnus-score.el.
18436 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18438         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18440 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
18442         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18443         whitespace removed in revision 7.8.  Use concatenated string to
18444         protect trailing whitespace.
18446 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
18448         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18449         (nnimap-request-expire-articles): Use it to avoid sending 'UID
18450         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18451         Courier IMAP ("some version from 2004").  Mostly based on similar
18452         code in the same function.
18454 2005-10-26  Didier Verna  <didier@xemacs.org>
18456         * gnus-group.el (gnus-group-compact-group): Invalidate original
18457         article buffer.
18458         * gnus-srvr.el (gnus-server-compact-server): Ditto.
18459         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18460         NOV database and in article itself.
18461         Invalidate article backlog.
18463 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18465         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18467 2005-10-26  Simon Josefsson  <jas@extundo.com>
18469         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18470         part of 2004-07-25 change.
18472 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18474         * message.el (message-display-completion-list): New function.
18475         (message-expand-group): Use it; make sure the Completions buffer
18476         is modifiable.
18478 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18480         * imap.el (imap-open): Handle case where buffer is a buffer object.
18482 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
18484         * pgg-def.el:
18485         * pgg-gpg.el:
18486         * pgg-parse.el:
18487         * pgg-pgp.el:
18488         * pgg-pgp5.el:
18489         * pgg.el: Move to the parent lisp directory.
18491 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18493         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18494         user-mail-name is an empty string.
18496 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18498         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18499         depending on gnus-score-decay-constant.
18501         * encrypt.el (encrypt-insert-file-contents)
18502         (encrypt-write-file-contents): Don't use `gnus-message'.
18504         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18505         arguments.
18506         (mm-uu-type-alist): Add message-marks and insert-marks.
18507         Pass arguments to mm-uu-verbatim-marks-extract.
18508         (mm-uu-hide-markers): New variable.
18509         (mm-uu-extract): Use face similar to `gnus-cite-3'.
18511         * gnus-fun.el (gnus-convert-image-to-x-face-command)
18512         (gnus-convert-image-to-face-command): Use "convert" by default to
18513         allow other input image formats.
18514         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18515         accordingly.
18517 2005-10-23  Simon Josefsson  <jas@extundo.com>
18519         * imap.el (imap-gssapi-program): Align command line parameters
18520         with latest GNU SASL.
18521         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18523 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18525         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18526         HTML.
18527         (nnslashdot-request-article): Ditto.
18529 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18531         * mail-source.el (mail-source-fetch-pop): Require pop3.
18532         (mail-source-check-pop): Ditto.
18534 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18536         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18537         errors.
18539 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18541         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18542         (gnus-treat-strip-leading-blank-lines): Improve doc string.
18544         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18546         * mm-bodies.el (mm-decode-string):
18547         Call `mm-charset-to-coding-system' with allow-override argument.
18549 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18551         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18552         (rfc2047-charset-to-coding-system): New function.
18553         (rfc2047-decode-encoded-words): New function.
18554         (rfc2047-decode-region): Use them.
18555         (rfc2047-decode-cte): Remove.
18556         (rfc2047-parse-and-decode): Remove.
18557         (rfc2047-decode): Remove.
18559 2005-10-15  Kenichi Handa  <handa@m17n.org>
18561         * rfc2047.el (rfc2047-decode-cte): New function.
18562         (rfc2047-decode-region): Change the way to decode successive
18563         encoded-words: decode B- or Q-encoding in each encoded-word,
18564         concatenate them, and decode it as charset.
18566 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18568         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18569         widget-move-and-invoke.
18570         (gnus-custom-mode): Use gnus-custom-map.
18572 2005-10-15  Bill Wohler  <wohler@newt.com>
18574         * message.el (message-tool-bar-map): Rename image file from
18575         mail_send to mail/send.
18577 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18579         * message.el (message-expand-group): Pass the common
18580         prefix substring of completion to `display-completion-list'.
18582 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18584         * mml-sec.el (mml-secure-method): New internal variable.
18585         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18586         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18587         New functions using mml-secure-method.
18589         * mml.el (mml-mode-map): Add key bindings for those functions.
18590         (mml-menu): Simplify security menu entries.  Suggested by Jesper
18591         Harder <harder@myrealbox.com>.
18592         (mml-attach-file, mml-attach-buffer, mml-attach-external):
18593         Goto end of message if point is the headers of the message.
18595         * message.el (message-in-body-p): New function.
18597         * assistant.el: Autoload gnus-util and netrc.
18599         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18600         Use `mm-charset-override-alist' only when decoding.
18602         * mm-bodies.el (mm-decode-body):
18603         Call `mm-charset-to-coding-system' with allow-override argument.
18605         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18606         `filename' from Content-Disposition if Content-Type doesn't
18607         provide `name'.
18608         (gnus-mime-view-part-as-type): Set default instead of
18609         initial-input.
18611 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18613         * format-spec.el (format-spec): Propagate text properties of % spec.
18615 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18617         * gnus-art.el (gnus-treat-predicate): Add `first'.
18619 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18621         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18622         (mm-charset-override-alist): New variable.
18623         (mm-charset-to-coding-system): Use it.
18624         (mm-codepage-setup): New helper function.
18625         (mm-charset-eval-alist): New variable.
18626         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18627         Warn about unknown charsets.
18629 2005-10-04  David Hansen  <david.hansen@gmx.net>
18631         * nnrss.el (nnrss-request-article): Add support for the comments tag.
18632         (nnrss-check-group): Ditto.
18634 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18636         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18637         Rename x-gnus-verbatim to x-verbatim.
18638         (mm-uu-type-alist): Fix regexp for verbatim-marks.
18640         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18641         x-verbatim.
18643         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18645         * gnus-util.el (gnus-remove-duplicates): Remove.
18647         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18648         instead of gnus-remove-duplicates.
18650         * message.el (message-remove-duplicates): Remove.
18651         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18652         message-remove-duplicates.
18654         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18655         available, else use implementation from `delete-dups'.
18657         * message.el (message-insert-expires): New function.
18658         (message-mode-map): Add key binding.
18659         (message-mode-field-menu): Add menu entry.
18660         (message-mode): Document it.
18661         (message-make-expires-date): Use `message-make-date'.
18663 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
18665         * message.el (message-make-expires-date): New function.
18667 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18669         * time-date.el: Autoload parse-time-string, XEmacs needs it.
18671 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18673         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18674         function rather than the diff-mode.el package.
18675         (mm-display-external): Use with-current-buffer.
18676         (mm-viewer-completion-map, mm-viewer-completion-map):
18677         Move initialization inside declaration.
18679 2005-09-29  Simon Josefsson  <jas@extundo.com>
18681         * spam.el: Load hashcash when compiling, to avoid warnings.
18682         Don't autoload mail-check-payment.
18683         (spam-check-hashcash): Define unconditionally, since hashcash.el
18684         is part of Gnus now.  Ignore errors from payment checking.
18686 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18688         * message.el (message-bold-region, message-unbold-region):
18689         Rename from `bold-region' and `unbold-region'.
18691         * message.el: Remove useless autoloads.
18693 2005-09-28  Simon Josefsson  <jas@extundo.com>
18695         * message.el (message-use-idna): Default to t.
18696         (message-use-idna): Test whether encoding works too.  Doc fix.
18698 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18700         * nntp.el (nntp-warn-about-losing-connection): Remove.
18702 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18704         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18705         customizable.  Change default value.
18706         (mm-uu-diff-groups-regexp): Change default value.
18707         (mm-uu-type-alist): Add doc string.
18708         (mm-uu-configure): Add doc string.  Make it interactive.
18709         (mm-uu-tex-groups-regexp): New variable.
18710         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18711         (mm-uu-type-alist): Add LaTeX documents.
18712         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18713         of "text/verbatim".
18714         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18716         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18717         instead of "text/verbatim".
18719         * message.el (message-mark-inserted-region)
18720         (message-mark-insert-file): Use slrn style marks when called with
18721         prefix argument.
18723 2005-09-27  Simon Josefsson  <jas@extundo.com>
18725         * message.el (message-idna-to-ascii-rhs-1): Reformat.
18727 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
18729         * message.el (message-remove-duplicates): New function.
18730         Implementation borrowed from `gnus-remove-duplicates'.
18731         (message-idna-to-ascii-rhs): Also encode idna addresses in
18732         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18733         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18734         only ask about the same idna domain once per header and also tell
18735         in what header to replace the idna domain.
18737         * gnus-art.el (article-decode-idna-rhs): Also decode idna
18738         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18739         (article-decode-idna-rhs): Fix regexp so that all idna-address in
18740         a header is decoded and not just the last one.
18742 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18744         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18745         has been decoded.
18747         * mm-decode.el (mm-automatic-display): Add text/verbatim.
18748         (mm-insert-part): Don't modify text if it has been decoded.
18750         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18751         decoded.
18753         * mm-view.el (mm-inline-text): Don't strip text props unless
18754         decoding enriched or richtext parts.
18756 2005-09-25  Romain Francoise  <romain@orebokech.com>
18758         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18759         * gnus-start.el (gnus-subscribe-interactively):
18760         * gnus-uu.el (gnus-uu-grab-articles):
18761         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18762         space.
18764 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
18766         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18767         * mm-view.el (mm-view-pkcs7-decrypt):
18768         * gnus-sum.el (gnus-summary-limit-to-extra)
18769         (gnus-summary-respool-article, gnus-read-move-group-name):
18770         * gnus-score.el (gnus-summary-increase-score):
18771         * gnus-util.el (gnus-completing-read-with-default):
18772         * gnus-art.el (gnus-read-save-file-name)
18773         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18774         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18775         * message.el (message-check-news-header-syntax):
18776         Follow convention for reading with the minibuffer.
18778 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
18780         * spam-report.el (spam-report-url-ping-plain):
18781         Use gnus-extended-version as User-Agent.
18783         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18784         default value is nil.
18786         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18787         (mm-uu-verbatim-marks-extract): New function.
18788         (mm-uu-extract): New face.
18789         (mm-uu-copy-to-buffer): Use it.
18791         * spam-report.el (spam-report-gmane-ham): Rename from
18792         `spam-report-gmane-unspam'.
18793         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18794         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
18796         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18797         Autoload.
18798         (spam-report-gmane-unregister-routine):
18799         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18801 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
18803         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18804         (spam-report-gmane-unregister-routine): Add support for gmane
18805         unregistration.
18807         * spam-report.el (spam-report-gmane-unspam)
18808         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18809         (spam-report-gmane): Change to take a single article and do unspam
18810         registration.
18812 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18814         * mm-url.el (mm-url-decode-entities): Fix regexp.
18816 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18818         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18819         default to nil, to be able to use Gnus at all.  If the default
18820         switches to something else, then the function should be fixed not
18821         be exceedingly slow.
18823 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
18825         * gnus-start.el (gnus-activate-group): If the server is nil, don't
18826         fail hard.
18828         * spam-report.el: Add better Keywords line.
18830         * spam.el: Add Maintainer and better Keywords line.
18832 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18834         * gnus-art.el (gnus-article-replace-part)
18835         (gnus-mime-replace-part): New functions.
18836         (gnus-mime-action-alist, gnus-mime-button-commands)
18837         (gnus-mime-save-part-and-strip): Add file argument.
18838         (gnus-article-part-wrapper): Add interactive argument.
18840         * gnus-sum.el (gnus-summary-mime-map):
18841         Add `gnus-article-replace-part'.
18843 2005-09-19  Didier Verna  <didier@xemacs.org>
18845         The nnml compaction feature:
18846         * nnml.el (nnml-request-compact-group): New function.
18847         * nnml.el (nnml-request-compact): New function.
18848         * gnus-int.el (gnus-request-compact-group): New function.
18849         * gnus-int.el (gnus-request-compact): New function.
18850         * gnus-group.el (gnus-group-compact-group): New function.
18851         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18852         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18853         * gnus-srvr.el (gnus-server-compact-server): New function.
18854         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18855         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18857 2005-09-18  Deepak Goel  <deego@gnufans.org>
18859         * sieve.el (sieve-help): Fix `message' call: first arg should be a
18860         format spec.
18862 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18864         * gnus.el (gnus-group-startup-message): Bind image-load-path.
18866 2005-09-15  Romain Francoise  <romain@orebokech.com>
18868         * message.el (message-fill-paragraph): Clarify docstring.
18870 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18872         * gnus-art.el (gnus-mime-display-part): Protect against broken
18873         MIME messages.
18875 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18877         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18878         before parsing header.
18880 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
18882         * html2text.el (html2text-replace-list): Add new entities.
18884 2005-09-11  Romain Francoise  <romain@orebokech.com>
18886         * message.el (message-alternative-emails): Improve docstring.
18887         (message-setup-1): Call `message-use-alternative-email-as-from'
18888         after `message-setup-hook' to give it precedence over posting
18889         styles, etc.
18890         (message-use-alternative-email-as-from): Add docstring.
18891         Remove the original From header if present.
18893         * nnml.el (nnml-compressed-files-size-threshold): New variable.
18894         (nnml-save-mail): Use it.
18896         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18897         articles.  Add new argument `silent'.
18898         (gnus-uu-mark-all): Report the total number of marked articles.
18900 2005-09-10  Romain Francoise  <romain@orebokech.com>
18902         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18903         (gnus-uu-mark-series): Likewise.
18905 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
18907         * spam-report.el (spam-report-gmane): Fix generation of spam
18908         report URL.
18910 2005-09-10  Simon Josefsson  <jas@extundo.com>
18912         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18913         t, based on discussion on the ding list with Robert Epprecht
18914         <epprecht@solnet.ch>.
18916 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
18918         * spam-report.el (spam-report-gmane): Make it work without
18919         X-Report-Spam header.  Gmane now only provides Archived-At.
18920         This is only used if `spam-report-gmane-use-article-number' is nil.
18921         (spam-report-gmane-spam-header): Remove.  Not used anymore.
18923         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18924         make `gnus-summary-sort-by-recipient' work with threading.
18926         * nnweb.el (nnweb-google-wash-article): Print a message if article
18927         is not available.
18929 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18931         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18932         change.  Decode text/* parts content before displaying.
18934 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18936         * mml-smime.el: Remove defvar of gnus-extract-address-components.
18938 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18940         * mm-view.el (mm-display-inline-fontify): Disable support modes.
18942 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
18944         * message.el (message-tab-body-function): Fix mismatched custom type.
18946         * gnus.el (gnus-group-change-level-function): Ditto.
18948         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18950         * gnus-art.el (gnus-signature-limit)
18951         (gnus-article-mime-part-function): Ditto.
18953 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18955         * mml.el (mml-mode): Silence the byte compiler.
18957         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18958         using `(sit-for 0)' before moving the point to the specified part;
18959         skip unbuttonized parts.
18960         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18961         return to the summary window if gnus-auto-select-part is non-nil.
18963 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
18965         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18966         New variables.
18967         (mml-dnd-attach-file, mml-mode): Use them.
18969         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18970         Make fetching article by MID work again for Google Groups.
18971         Add FIXME concerning gnus-group-make-web-group.
18973         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18974         Don't depend on Gnus by using mail-extract-address-components if
18975         gnus-extract-address-components is not bound.
18977 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18979         * gnus-art.el (gnus-mime-display-security): Don't display the
18980         signature, but only the signed part.
18982 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18984         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18986         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18987         list, not listp.
18989 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
18991         * mm-encode.el (mm-encode-content-transfer-encoding):
18992         Likewise when encoding.
18994         * mm-bodies.el (mm-decode-content-transfer-encoding):
18995         De-canonicalize CRLF for all text content types, not just
18996         text/plain.
18998 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19000         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19001         valid article; point arrow and cursor at the MIME button.
19003 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19005         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19006         Suggested by Dan Christensen <jdc@uwo.ca>.
19008         * mm-decode.el (mm-save-part): Enable change of prompt.
19010 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
19012         * gnus-msg.el (gnus-inews-add-send-actions):
19013         Make `message-post-method' lambda parameter ARG `&optional'.
19015 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19017         * gnus-sum.el (gnus-summary-mime-map):
19018         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19019         gnus-article-jump-to-part.
19021         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19022         (gnus-article-edit-part): Use it.
19023         (gnus-article-part-wrapper): Add no-handle argument.
19024         (gnus-article-save-part-and-strip, gnus-article-delete-part):
19025         New functions.
19027 2005-08-29  Romain Francoise  <romain@orebokech.com>
19029         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19030         docstring.
19031         (gnus-face-from-file): Likewise.
19033 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19035         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19036         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19037         non-nil.
19038         (gnus-auto-select-part): New variable.
19039         (gnus-article-jump-to-part): New function.
19040         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19041         (gnus-mime-delete-part): Allow selecting specified part after
19042         deleting or stripping parts.
19043         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
19044         part if argument is bogus.
19046 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
19048         * gnus-art.el (w3m-minor-mode-map):
19049         * gnus-spec.el (gnus-newsrc-file-version):
19050         * gnus-util.el (nnmail-active-file-coding-system)
19051         (gnus-original-article-buffer, gnus-user-agent):
19052         * gnus.el (gnus-ham-process-destinations)
19053         (gnus-parameter-ham-marks-alist)
19054         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19055         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19056         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19057         * mm-decode.el (gnus-current-window-configuration):
19058         * mm-extern.el (gnus-article-mime-handles):
19059         * mm-url.el (url-current-object, url-package-name)
19060         (url-package-version):
19061         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19062         (smime-keys, w3m-cid-retrieve-function-alist)
19063         (w3m-current-buffer, w3m-display-inline-images)
19064         (w3m-minor-mode-map):
19065         * mml-smime.el (gnus-extract-address-components):
19066         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19067         (gnus-newsrc-hashtb, message-default-charset)
19068         (message-deletable-headers, message-options)
19069         (message-posting-charset, message-required-mail-headers)
19070         (message-required-news-headers):
19071         * mml1991.el (mc-pgp-always-sign):
19072         * mml2015.el (mc-pgp-always-sign):
19073         * nnheader.el (nnmail-extra-headers):
19074         * rfc1843.el (gnus-decode-encoded-word-function)
19075         (gnus-decode-header-function, gnus-newsgroup-name):
19076         * spam-stat.el (gnus-original-article-buffer): Add defvars.
19078 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
19080         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19081         the end of the date treatments.
19083 2005-08-15  Simon Josefsson  <jas@extundo.com>
19085         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19086         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
19087         Capello and Romain Francoise.
19088         (pgg-fetch-key-function): Remove, not used?
19089         (pgg-insert-url-with-w3): Require url, to get
19090         url-insert-file-contents regardless of where it is defined.
19092 2005-08-13  Romain Francoise  <romain@orebokech.com>
19094         * message.el (message-cite-original-1): New function.
19095         (message-cite-original): Use it.
19096         (message-cite-original-without-signature): Ditto.
19098 2005-08-08  Romain Francoise  <romain@orebokech.com>
19100         * message.el (message-yank-empty-prefix): New variable.
19101         (message-indent-citation): Use it.
19102         (message-cite-original-without-signature): Respect X-No-Archive.
19104 2005-08-08  Simon Josefsson  <jas@extundo.com>
19106         * pgg.el: Autoload url-insert-file-contents instead of loading
19107         w3/url.
19108         (pgg-insert-url-with-w3): Don't load url here.
19110 2005-08-07  Jesper Harder  <harder@phys.au.dk>
19112         * message.el (message-kill-to-signature): Don't insert newline at
19113         bol.
19114         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19116 2005-08-06  Romain Francoise  <romain@orebokech.com>
19118         * message.el (message-user-fqdn): Fix typo in docstring.
19120 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
19122         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19124         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19126 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19128         * mm-bodies.el (mm-encode-body): Use coding system rather than
19129         charset to encode text.
19131         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19132         number of charsets if utf-8 is available (XEmacs).
19134 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
19136         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19137         taken from `gnus-button-mid-or-mail-regexp'.
19138         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19139         (gnus-button-alist): Improve regexp for domain part of the MIDs
19140         for news:localpart@domain buttons.
19141         (gnus-button-ctan-directory-regexp): Update.
19143 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19145         * sieve-manage.el (sieve-manage-interactive-login):
19146         Use make-local-variable rather than make-variable-buffer-local.
19147         (sieve-manage-open): Ditto.
19148         (sieve-manage-authenticate): Ditto.
19150         * mml.el (mml-generate-mime-1): Make the content type default to
19151         text/plain if the filename is not specified.
19153 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19155         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19156         instead of insert-buffer.
19158         * message.el (message-yank-original): Ditto; set the mark at the
19159         end of the yanked message.
19161 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19163         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19164         lines to scroll rather than to stop it.
19166         * mml.el (mml-generate-default-type): Add doc string.
19167         (mml-generate-mime-1): Use mm-default-file-encoding or make it
19168         default to application/octet-stream when determining the content
19169         type if it is not specified for the part or the mml contents; add
19170         a comment about mml-generate-default-type.
19172 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
19174         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19175         make it default to application/octet-stream when determining the
19176         content type if it is not specified for the external contents.
19178 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19180         * rfc2231.el (rfc2231-parse-string): Take care that not only a
19181         segmented parameter but also other parameters might be there.
19183 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19185         * mm-decode.el (mm-display-external): Delete temp file, directory
19186         and buffer immediately if the external process is exited.
19188 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19190         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19191         fewer lines than that of scroll-margin.
19192         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19194 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19196         * gnus-art.el (gnus-article-next-page): Revert.
19197         (gnus-article-beginning-of-window): New macro.
19198         (gnus-article-next-page-1): Use it.
19199         (gnus-article-prev-page): Ditto.
19200         (gnus-article-edit-part): Use insert-buffer-substring instead of
19201         insert-buffer.
19202         (gnus-article-edit-exit): Ditto.
19204         * gnus-util.el (gnus-beginning-of-window): Remove.
19205         (gnus-end-of-window): Remove.
19207 2005-07-25  Simon Josefsson  <jas@extundo.com>
19209         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19210         to have the url package without w3.  Reported by Daiki Ueno
19211         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19213 2005-07-20  Didier Verna  <didier@xemacs.org>
19215         * gnus-diary.el: Remove the description comment (nndiary is now
19216         properly documented in the Gnus manual).
19217         Fix the spelling of "Back End".
19218         * nndiary.el: Ditto.
19219         Fix the copyright notice.
19221 2005-07-18  Romain Francoise  <romain@orebokech.com>
19223         * gnus-sum.el (gnus-summary-to-prefix)
19224         (gnus-summary-newsgroup-prefix): New variables.
19225         (gnus-summary-from-or-to-or-newsgroups): Use them.
19227 2005-07-17  Romain Francoise  <romain@orebokech.com>
19229         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19230         space as it's generally not especially interesting to the user.
19232 2005-07-16  Romain Francoise  <romain@orebokech.com>
19234         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19235         nil to avoid prompting and file modification if one of the
19236         messages at the top of the nnfolder file contains a copyright
19237         notice.
19238         Update copyright notice.
19240         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19241         instead of `current-time-string' as the latter creates a time
19242         string that is not RFC 2822 compliant (it lacks the zone).
19243         Update copyright notice.
19245 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19247         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19248         for text/rtf.  Display default in prompt.  Pass default for M-n.
19250         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19252 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19254         * gnus-msg.el (gnus-button-mailto):
19255         Remove save-selected-window-window hackery because it relies on
19256         save-selected-window internals.
19258 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19260         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19261         (gnus-article-next-page-1): Use gnus-beginning-of-window.
19262         (gnus-article-prev-page): Ditto.
19264         * gnus-util.el (gnus-beginning-of-window): New function.
19265         (gnus-end-of-window): New function.
19267 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19269         * gnus-score.el (gnus-score-edit-all-score):
19270         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19271         gnus-message.
19273 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19275         * gnus-msg.el (gnus-button-mailto):
19276         Remove save-selected-window-window hackery because it relies on
19277         save-selected-window internals.
19279 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19281         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19282         add-minor-mode.
19283         (gnus-binary-mode): Ditto.
19285         * gnus-topic.el (gnus-topic-mode): Ditto.
19287 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
19289         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19290         (gnus-article-prev-page): Take scroll-margin into consideration.
19292 2005-07-04  Lute Kamstra  <lute@gnu.org>
19294         Update FSF's address in GPL notices.
19296 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
19298         * gnus.el (gnus-exit):
19299         * gnus-group.el (gnus-group-icons):
19300         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19302         * gnus-nocem.el (gnus-nocem):
19303         * message.el (message-various, message-buffers, message-sending)
19304         (message-interface, message-forwarding, message-insertion)
19305         (message-headers, message-news, message-mail):
19306         * pgg-gpg.el (pgg-gpg):
19307         * pgg-parse.el (pgg-parse):
19308         * pgg-pgp.el (pgg-pgp):
19309         * pgg-pgp5.el (pgg-pgp5):
19310         * pop3.el (pop3): Finish `defgroup' description with period.
19312 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19314         * gnus-art.el (article-display-face): Improve the efficiency.
19315         (article-display-x-face): Ditto; remove gray x-face stuff.
19317 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19319         * gnus-art.el (article-display-face): Correct the position in
19320         which Faces are inserted.
19322 2005-06-29  Didier Verna  <didier@xemacs.org>
19324         * gnus-art.el (article-display-face): Display faces in correct
19325         order.
19327 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19329         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19330         (gnus-fill-real-hashtb): Use hash table instead of obarray.
19331         (gnus-nocem-check-article): Fetch the Type header.
19332         (gnus-nocem-message-wanted-p): Fix the way to examine types.
19333         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19334         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19335         make sure gnus-nocem-hashtb is initialized.
19336         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19337         (gnus-nocem-unwanted-article-p): Ditto.
19339         * pgg.el (pgg-verify): Return the verification result.
19341 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19343         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19344         is ascii.
19346 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
19348         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19349         `show-nonbreak-escape'.
19351 2005-06-23  Lute Kamstra  <lute@gnu.org>
19353         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19355         * dig.el (dig-mode):
19356         * smime.el (smime-mode): Use gnus-run-mode-hooks.
19358 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19360         * nnimap.el (nnimap-split-download-body): Fix spellings.
19362 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19364         * gnus-art.el (gnus-article-encrypt-body):
19365         * gnus-cus.el (gnus-score-customize):
19366         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19367         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19369 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
19371         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19372         header by looking for magic "MII" at the beginning.
19374 2005-06-16  Miles Bader  <miles@gnu.org>
19376         * assistant.el (assistant-field): Remove "-face" suffix from face name.
19377         (assistant-field-face): New backward-compatibility alias for renamed
19378         face.
19379         (assistant-render-text): Use renamed assistant-field face.
19381         * spam.el (spam): Remove "-face" suffix from face name.
19382         (spam-face): New backward-compatibility alias for renamed face.
19383         (spam-face, spam-initialize): Use renamed spam face.
19385         * message.el (message-header-to, message-header-cc)
19386         (message-header-subject, message-header-newsgroups)
19387         (message-header-other, message-header-name)
19388         (message-header-xheader, message-separator, message-cited-text)
19389         (message-mml): Remove "-face" suffix from face names.
19390         (message-header-to-face, message-header-cc-face)
19391         (message-header-subject-face, message-header-newsgroups-face)
19392         (message-header-other-face, message-header-name-face)
19393         (message-header-xheader-face, message-separator-face)
19394         (message-cited-text-face, message-mml-face):
19395         New backward-compatibility aliases for renamed faces.
19396         (message-font-lock-keywords): Use renamed message faces.
19398         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19399         (sieve-test-commands, sieve-tagged-arguments):
19400         Remove "-face" suffix from face names.
19401         (sieve-control-commands-face, sieve-action-commands-face)
19402         (sieve-test-commands-face, sieve-tagged-arguments-face):
19403         New backward-compatibility aliases for renamed faces.
19404         (sieve-control-commands-face, sieve-action-commands-face)
19405         (sieve-test-commands-face, sieve-tagged-arguments-face):
19406         Use renamed sieve faces.
19408         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19409         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19410         (gnus-group-news-3-empty, gnus-group-news-4)
19411         (gnus-group-news-4-empty, gnus-group-news-5)
19412         (gnus-group-news-5-empty, gnus-group-news-6)
19413         (gnus-group-news-6-empty, gnus-group-news-low)
19414         (gnus-group-news-low-empty, gnus-group-mail-1)
19415         (gnus-group-mail-1-empty, gnus-group-mail-2)
19416         (gnus-group-mail-2-empty, gnus-group-mail-3)
19417         (gnus-group-mail-3-empty, gnus-group-mail-low)
19418         (gnus-group-mail-low-empty, gnus-summary-selected)
19419         (gnus-summary-cancelled, gnus-summary-high-ticked)
19420         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19421         (gnus-summary-high-ancient, gnus-summary-low-ancient)
19422         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19423         (gnus-summary-low-undownloaded)
19424         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19425         (gnus-summary-low-unread, gnus-summary-normal-unread)
19426         (gnus-summary-high-read, gnus-summary-low-read)
19427         (gnus-summary-normal-read, gnus-splash):
19428         Remove "-face" suffix from face names.
19429         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19430         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19431         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19432         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19433         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19434         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19435         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19436         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19437         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19438         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19439         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19440         (gnus-summary-selected-face, gnus-summary-cancelled-face)
19441         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19442         (gnus-summary-normal-ticked-face)
19443         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19444         (gnus-summary-normal-ancient-face)
19445         (gnus-summary-high-undownloaded-face)
19446         (gnus-summary-low-undownloaded-face)
19447         (gnus-summary-normal-undownloaded-face)
19448         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19449         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19450         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19451         (gnus-splash-face):
19452         New backward-compatibility aliases for renamed faces.
19453         (gnus-group-startup-message): Use renamed gnus faces.
19455         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19456         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19457         (gnus-server-agent): Remove "-face" suffix from face names.
19458         (gnus-server-agent-face, gnus-server-opened-face)
19459         (gnus-server-closed-face, gnus-server-denied-face)
19460         (gnus-server-offline-face):
19461         New backward-compatibility aliases for renamed faces.
19462         (gnus-server-agent-face, gnus-server-opened-face)
19463         (gnus-server-closed-face, gnus-server-denied-face)
19464         (gnus-server-offline-face): Use renamed gnus faces.
19466         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19467         Remove "-face" suffix from face names.
19468         (gnus-picon-xbm-face, gnus-picon-face):
19469         New backward-compatibility aliases for renamed faces.
19471         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19472         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19473         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19474         (gnus-cite-11): Remove "-face" suffix from face names.
19475         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19476         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19477         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19478         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19479         New backward-compatibility aliases for renamed faces.
19480         (gnus-cite-attribution-face, gnus-cite-face-list)
19481         (gnus-article-boring-faces): Use renamed gnus faces.
19483         * gnus-art.el (gnus-signature, gnus-header-from)
19484         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19485         (gnus-header-content): Remove "-face" suffix from face names.
19486         (gnus-signature-face, gnus-header-from-face)
19487         (gnus-header-subject-face, gnus-header-newsgroups-face)
19488         (gnus-header-name-face, gnus-header-content-face):
19489         New backward-compatibility aliases for renamed faces.
19490         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19492         * gnus-sum.el (gnus-summary-selected-face)
19493         (gnus-summary-highlight): Use renamed gnus faces.
19494         * gnus-group.el (gnus-group-highlight): Likewise.
19496 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19498         * gnus-sieve.el (gnus-sieve-article-add-rule):
19499         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19500         * spam-stat.el (spam-stat-buffer-change-to-spam)
19501         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19503         * message.el (message-is-yours-p):
19504         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19506 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19508         * mm-view.el (mm-inline-text): Withdraw the last change.
19510 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19512         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19513         executing enriched-decode.
19515 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19517         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19518         charset of tar files.
19520 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19522         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19524 2005-06-04  Lute Kamstra  <lute@gnu.org>
19526         * nnfolder.el (nnfolder-read-folder): Make sure that undo
19527         information is never recorded.
19529 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19531         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19533 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19535         * pop3.el (pop3-apop): Run md5 in the binary mode.
19537         * starttls.el (starttls-set-process-query-on-exit-flag):
19538         Use eval-and-compile.
19540 2005-05-31  Simon Josefsson  <jas@extundo.com>
19542         * smime.el (smime-replace-in-string): Define.
19543         (smime-cert-by-ldap-1): Use it.
19545 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19547         * gnus-art.el (article-display-x-face): Replace
19548         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19550         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19551         set-process-query-on-exit-flag or process-kill-without-query.
19553         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19554         loop instead of replace-regexp.
19556         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19557         instead of process-kill-without-query if it is available.
19559         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19560         instead of find-file-hooks if it is available.
19562         * mml1991.el: Bind pgg-default-user-id when compiling.
19564         * mml2015.el: Bind pgg-default-user-id when compiling.
19566         * nndraft.el (nndraft-request-associate-buffer):
19567         Use write-contents-functions instead of write-contents-hooks if it is
19568         available.
19570         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19571         instead of find-file-hooks if it is available.
19573         * nntp.el (nntp-open-connection): Replace
19574         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19575         (nntp-open-ssl-stream): Ditto.
19576         (nntp-open-tls-stream): Ditto.
19578         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19579         set-process-query-on-exit-flag or process-kill-without-query.
19580         (starttls-open-stream-gnutls): Use it instead of
19581         process-kill-without-query.
19582         (starttls-open-stream): Ditto.
19584 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
19586         * smime.el (smime-cert-by-ldap-1): Don't use
19587         replace-regexp-in-string.
19589 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
19591         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19593         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19594         in PEM format.  Adjust to the XEmacs compatibility.
19596 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
19598         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19599         by `string-to-number'.
19600         * gnus-agent.el (gnus-agent-regenerate-group)
19601         (gnus-agent-fetch-articles): Ditto.
19602         * gnus-art.el (gnus-button-fetch-group): Ditto.
19603         * gnus-cache.el (gnus-cache-generate-active)
19604         (gnus-cache-articles-in-group): Ditto.
19605         * gnus-group.el (gnus-group-set-current-level)
19606         (gnus-group-insert-group-line): Ditto.
19607         * gnus-score.el (gnus-score-set-expunge-below)
19608         (gnus-score-set-mark-below, gnus-summary-score-effect)
19609         (gnus-summary-score-entry): Ditto.
19610         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19611         (gnus-soup-pack): Ditto.
19612         * gnus-spec.el (gnus-xmas-format): Ditto.
19613         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19614         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19615         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19616         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19617         * nndb.el (nndb-get-remote-expire-response): Ditto.
19618         * nndiary.el (nndiary-parse-schedule-value)
19619         (nndiary-string-to-number, nndiary-request-replace-article)
19620         (nndiary-request-article): Ditto.
19621         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19622         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19623         * nneething.el (nneething-make-head): Ditto.
19624         * nnfolder.el (nnfolder-request-article)
19625         (nnfolder-retrieve-headers): Ditto.
19626         * nnheader.el (nnheader-file-to-number): Ditto.
19627         * nnkiboze.el (nnkiboze-request-article): Ditto.
19628         * nnmail.el (nnmail-process-unix-mail-format)
19629         (nnmail-process-babyl-mail-format): Ditto.
19630         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19631         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19632         (nnmh-request-create-group, nnmh-request-list-1)
19633         (nnmh-request-group, nnmh-request-article): Ditto.
19634         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19635         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19636         * nnsoup.el (nnsoup-make-active): Ditto.
19637         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19638         * nntp.el (nntp-find-group-and-number)
19639         (nntp-retrieve-headers-with-xover): Ditto.
19640         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19641         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19642         (pgg-format-key-identifier): Ditto.
19643         * pop3.el (pop3-last, pop3-stat): Ditto.
19644         * qp.el (quoted-printable-decode-region): Ditto.
19646         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19647         of concat.
19649 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19651         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19653         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19655         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19657         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19659         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19661         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19663         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19664         (gnus-carpal-mode): Ditto.
19666         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19667         (gnus-browse-mode): Ditto.
19669         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19671         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19673 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19675         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19677 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19679         * gnus-util.el (gnus-run-mode-hooks): New function.
19681         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19683 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
19685         * gnus-agent.el (gnus-agent-make-mode-line-string):
19686         Use mode-line-highlight as mouse-face.
19688 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19690         * canlock.el (canlock): Change the parent group to news.
19692         * deuglify.el (gnus-outlook-deuglify): Add :group.
19694         * dig.el (dig): Add :group.
19696         * dns-mode.el (dns-mode): Add :group.
19698         * encrypt.el (encrypt): Add :group.
19700         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19701         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19702         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19703         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19704         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19706         * gnus-diary.el (gnus-diary): Add :group.
19708         * gnus.el (gnus-group-news-1-face): Add :group.
19709         (gnus-group-news-1-empty-face): Ditto.
19710         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19711         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19712         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19713         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19714         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19715         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19716         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19717         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19718         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19719         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19720         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19721         (gnus-summary-high-ticked-face): Ditto.
19722         (gnus-summary-low-ticked-face): Ditto.
19723         (gnus-summary-normal-ticked-face): Ditto.
19724         (gnus-summary-high-ancient-face): Ditto.
19725         (gnus-summary-low-ancient-face): Ditto.
19726         (gnus-summary-normal-ancient-face): Ditto.
19727         (gnus-summary-high-undownloaded-face): Ditto.
19728         (gnus-summary-low-undownloaded-face): Ditto.
19729         (gnus-summary-normal-undownloaded-face): Ditto.
19730         (gnus-summary-high-unread-face): Ditto.
19731         (gnus-summary-low-unread-face): Ditto.
19732         (gnus-summary-normal-unread-face): Ditto.
19733         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19734         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19736         * hashcash.el (hashcash): New custom group.
19737         (hashcash-default-payment): Add :group.
19738         (hashcash-payment-alist): Ditto.
19739         (hashcash-default-accept-payment): Ditto.
19740         (hashcash-accept-resources): Ditto.
19741         (hashcash-path): Ditto.
19742         (hashcash-extra-generate-parameters): Ditto.
19743         (hashcash-double-spend-database): Ditto.
19744         (hashcash-in-news): Ditto.
19746         * message.el (message-minibuffer-local-map): Add :group.
19748         * netrc.el (netrc): Add :group.
19750         * sieve-manage.el (sieve-manage-log): Add :group.
19751         (sieve-manage-default-user): Diito.
19752         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19753         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19754         (sieve-manage-authenticators): Ditto.
19755         (sieve-manage-authenticator-alist): Ditto.
19756         (sieve-manage-default-port): Ditto.
19758         * sieve-mode.el (sieve-control-commands-face): Add :group.
19759         (sieve-action-commands-face): Ditto.
19760         (sieve-test-commands-face): Ditto.
19761         (sieve-tagged-arguments-face): Ditto.
19763         * smime.el (smime): Add :group.
19765         * spam-report.el (spam-report): Add :group.
19767         * spam.el (spam, spam-face): Add :group.
19769 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19771         * nntp.el (nntp-next-result-arrived-p): Some news servers may
19772         return \n.\n.\n at the end of articles.  Protect against that.
19773         (nntp-with-open-group): Allow debugging.
19775         * nnheader.el (mail-header-set-extra): Make into a function
19776         because I just could't understand how to quote the list properly.
19778         * dns.el (query-dns-cached): New function.
19780 2005-05-26  Lute Kamstra  <lute@gnu.org>
19782         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19784 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19786         * gnus-art.el: Don't autoload mail-extract-address-components.
19788         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19789         eval-and-compile to evaluate it.
19791         * hashcash.el: Don't autoload executable-find.
19793         * nndb.el: Don't declare the nndb back end two or more times; don't
19794         autoload news-reply-mode, news-setup, cancel-timer and telnet.
19796         * nntp.el: Autoload format-spec instead of format; use
19797         eval-and-compile to evaluate autoload forms.
19799 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
19801         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19803 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19805         * gnus.el (gnus-version-number): Bump version.
19807 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19809         * gnus.el: No Gnus v0.3 is released.
19811 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19813         * gnus-art.el (gnus-article-edit-part): Disable undo.
19815 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19817         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19818         gnus-article-date-lapsed-new-header is t if date timer is active;
19819         skip headers in which the original date value is empty.
19820         (gnus-article-save-original-date): Redefine it as a macro.
19821         (gnus-display-mime): Use it.
19823 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19825         * gnus-art.el (article-date-ut): Support converting date in
19826         forwarded parts as well.
19827         (gnus-article-save-original-date): New function.
19828         (gnus-display-mime): Use it.
19830 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
19832         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19833         enclosure element of <item>.
19835 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
19837         * message.el (message-kill-buffer-query): Rename from
19838         `message-kill-buffer-query-if-modified'.  Add :version.
19840 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19842         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19843         window layout.
19845 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19847         * mml.el: Autoload dnd when compiling.
19849 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19851         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19852         x-dnd-*.
19854 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19856         * qp.el (quoted-printable-encode-region): Save excursion.
19858 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
19860         * message.el (message-kill-buffer-query-if-modified): Add new variable
19861         so the user can kill a modified message buffer quickly.
19862         (message-kill-buffer): Use it.
19864 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19866         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
19867         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19869 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19871         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19872         contained in text because xml.el decodes entities) with LFs.
19874 2005-04-11  Lute Kamstra  <lute@gnu.org>
19876         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19877         differently.
19879 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19881         * mm-util.el (mm-detect-coding-region): Typo.
19883 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19885         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19887 2005-04-06  Deepak Goel  <deego@gnufans.org>
19889         * spam-stat.el (spam-stat-score-buffer): Add a call to a
19890         user-function allow user modifications of the scores.
19891         (spam-stat-score-buffer-user): New function, to allow
19892         user-computed modifications to the score.
19893         (spam-stat-score-buffer-user-functions): List of additional
19894         scoring functions.
19895         (spam-stat-error-holder): Global temporary error holder.
19896         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19897         variable.
19899 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
19901         * gnus-registry.el (gnus-registry-clean-empty-function)
19902         (gnus-registry-trim, gnus-registry-fetch-groups)
19903         (gnus-registry-delete-group): Groups that match
19904         `gnus-registry-ignored-groups' are removed from the registry
19905         entries, not just ignored for splitting.  This helps clean up the
19906         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
19907         to get all the groups a message ID is in.
19909         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19910         (spam-stat-split-fancy): Change "threshhold" to "threshold".
19911         (spam-stat-score-buffer-user-functions): Add :number custom type.
19913 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19915         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19916         argument in XEmacs.
19918         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19919         (nnrss-request-group): Decode group name first.
19920         (nnrss-request-article): Make a text/plain article if mml-to-mime
19921         failed.
19922         (nnrss-get-encoding): Return a compatible encoding according to
19923         nnrss-compatible-encoding-alist.
19924         (nnrss-find-el): Use consp instead of listp.
19925         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19927 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19929         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19930         which Emacs 20 doesn't support.
19931         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19933 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19935         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19936         silence the byte compiler inside the defun.
19938         * gnus-demon.el (parse-time-string): Add autoload.
19940         * gnus-delay.el (parse-time-string): Add autoload.
19942         * gnus-art.el (parse-time-string): Add autoload.
19944         * nnultimate.el (parse-time): Require for `parse-time-string'.
19946 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19948         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19950         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19952         * smime.el (smime-ldap-host-list): Add :version.
19954 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19956         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19957         pass it to `gnus-browse-read-group'.
19958         (gnus-browse-read-group): Add NUMBER argument and pass it to
19959         `gnus-group-read-ephemeral-group'.
19961         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19962         argument and pass it to `gnus-group-read-group'.
19964 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
19966         * mm-util.el (mm-xemacs-find-mime-charset): Only call
19967         mm-xemacs-find-mime-charset-1 if we have the mule feature
19968         available at runtime.
19970 2005-03-25  Werner Lemberg  <wl@gnu.org>
19972         * nnmaildir.el: Replace `illegal' with `invalid'.
19974 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19976         * gnus-start.el (gnus-display-time-event-handler):
19977         Check display-time-timer at runtime rather than only at load time
19978         in case display-time-mode is turned off in the mean time.
19980 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19982         * nnimap.el (nnimap-open-connection): Print which authinfo file is
19983         used.
19985         * nneething.el (nneething-map-file-directory): Derive from
19986         `gnus-directory'.
19988         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19989         the To/Cc button.
19991 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19993         * nnmaildir.el (nnmaildir-request-accept-article):
19994         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19996 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19998         * gnus-async.el: Require timer-funcs at compile time when in
19999         XEmacs for `run-with-idle-timer'.
20001 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20003         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20004         autoloaded function.
20006 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20008         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20010 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
20012         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20014 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20016         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20017         Add gnus-expert-user to default.
20019 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
20021         * nnimap.el (nnimap-open-server): Ditto.
20023         * imap.el (imap-authenticate): Fix typo.
20025 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
20027         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20028         buffer (since IMAP server might return FETCH response out of
20029         order, and the nntp buffer must be sorted).
20031 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
20033         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20034         comparison on string.
20036         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20037         (gnus-agent-score): Rename category keywords to match gnus-cus.
20038         (gnus-agent-summary-fetch-series): Modify to protect against
20039         gnus-agent-summary-fetch-group clearing processable flags.
20040         (gnus-agent-synchronize-group-flags): Update live group buffer as
20041         synchronization may occur due to the user toggle the plugged
20042         status.
20043         (gnus-agent-fetch-group-1): Clear downloadable flag when article
20044         successfully downloaded.
20045         (gnus-agent-expire-group-1): Avoid using markers when the overview
20046         is in ascending order; greatly improves performance.
20047         (gnus-agent-regenerate-group):
20048         Use gnus-agent-synchronize-group-flags to reset read status in both
20049         gnus and server.
20050         (gnus-agent-update-files-total-fetched-for): Fix initial size.
20052 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
20054         * message.el: Don't autoload former message-utils variables.
20055         (message-strip-subject-trailing-was): Change doc string.
20057         * nnweb.el: Fixes for `gnus-group-make-web-group'.
20058         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
20059         (nnweb-google-search): Add "hl=en" here.
20060         (nnweb-google-parse-1, nnweb-google-create-mapping):
20061         Don't hardcode URL.
20063 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20065         * message.el (message-get-reply-headers, message-followup):
20066         Mention related variables `message-use-followup-to' and
20067         `message-use-mail-followup-to', in the information buffer.
20069         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20070         of broken groups(-beta).google.com.
20072 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
20074         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20075         parameter to invoked gnus-request-move-article; remove the
20076         redundant gnus-sum-hint-move-is-internal variable; apply the marks
20077         all at once instead of once per article.
20078         (gnus-summary-remove-process-mark): Accept a list of articles as
20079         well as a single article for processing.
20081         * gnus-int.el (gnus-request-move-article): Add move-is-internal
20082         parameter.
20084         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20086         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20088         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20089         parameter.
20091         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20092         parameter.
20094         * nnimap.el (nnimap-request-move-article): Add move-is-internal
20095         parameter and remove the gnus-sum-hint-move-is-internal variable.
20097         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20098         parameter.
20100         * nndraft.el (nndraft-request-move-article): Add move-is-internal
20101         parameter.
20103         * nndiary.el (nndiary-request-move-article): Add move-is-internal
20104         parameter.
20106         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20108         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20109         parameter.
20111         * nnagent.el (nnagent-request-move-article): Add move-is-internal
20112         parameter.
20114 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20116         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20117         a more conservative way.
20119 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20121         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20122         buffer, so it moves the window's cursor.
20124 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
20126         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20127         `mm-dissect-multipart' and receive the from field as an (optional)
20128         argument from `mm-dissect-multipart'.
20129         (mm-dissect-multipart): Receive the from field as an argument and
20130         pass it on when we call `mm-dissect-buffer' on MIME parts.
20131         Fixes verification/decryption of signed/encrypted MIME parts.
20133 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
20135         * gnus-sum.el (gnus-summary-move-article):
20136         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20137         whatever it calls (right now, only nnimap-request-move article
20138         respects it).
20140         * nnimap.el (nnimap-request-move-article):
20141         When gnus-sum-hint-move-is-internal is set, don't do the extra
20142         nnimap-request-article.
20144 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20146         * nnheader.el (nnheader-find-file-noselect): Add doc string.
20148         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20149         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20151         * gnus-sum.el (gnus-summary-caesar-message):
20152         Apply `gnus-treat-article' after rotation.
20154         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20155         doc string.
20157 2005-02-22  Simon Josefsson  <jas@extundo.com>
20159         * encrypt.el (encrypt-password-cache-expiry): Remove (use
20160         `password-cache-expiry' instead).  Reported by Arne Jørgensen
20161         <arne@arnested.dk>.
20162         (encrypt): Add password-cache and password-cache-expiry as group
20163         members.
20165 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
20167         * smime.el (smime-ldap-host-list): Doc fix.
20168         (smime-ask-passphrase): Use `password-read-and-add' to read (and
20169         cache) password.
20170         (smime-sign-region): Use it.
20171         (smime-decrypt-region): Use it.
20172         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20173         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20174         fails.
20175         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20176         certificate from DER to PEM format rather than calling openssl.
20178         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20180         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20181         for signing/encryption.
20183         * mml.el (mml-parse-1): Use them.
20185 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
20187         * nnrss.el (nnrss-verbose): Remove.
20188         (nnrss-request-group): Use `nnheader-message' instead.
20190 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
20192         * nnrss.el (nnrss-verbose): New variable.
20193         (nnrss-request-group): Make it say nnrss is requesting a group.
20195 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20197         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20198         Handle news URL with given port correctly.
20200 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20202         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20203         containing special characters.
20205         * gnus-sum.el (gnus-summary-edit-article): Ditto.
20207         * mml.el (mime-to-mml): Ditto.
20209         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20210         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20211         (rfc2047-decode-region): Quote decoded words containing special
20212         characters when rfc2047-quote-decoded-words-containing-tspecials
20213         is non-nil.
20215 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
20217         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20219         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20221 2005-02-15  Simon Josefsson  <jas@extundo.com>
20223         * nnimap.el (nnimap-debug): Doc fix.
20225         * imap.el (imap-debug): Doc fix.
20227 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20229         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20231 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
20233         * gnus.el (spam-contents): Improve docs for spam-contents
20234         parameter in its variable incarnation.
20236 2005-02-14  Simon Josefsson  <jas@extundo.com>
20238         * smime-ldap.el: Use require instead of load-library for ldap.
20239         (smime-ldap-search): Indent.
20240         (smime-ldap-search-internal): Shorten line.
20242         * smime.el (smime-cert-by-dns): Add doc-string.
20243         (smime-cert-by-ldap-1): Indent.
20245         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20246         mml-smime-get-dns-ldap.
20247         (mml-smime-encrypt-query): Use new function.  Default to ldap.
20249 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
20251         * smime.el: Require smime-ldap.
20252         (smime-ldap-host-list): New variable.
20253         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20255         * mml-smime.el (mml-smime-encrypt-query): New function.
20256         (mml-smime-encrypt-query): Use it.
20258         * smime-ldap.el: New file.
20260 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20262         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20264 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20266         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20267         argument in doc string.  Make query for type more clear.
20269 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20271         * gnus.el (gnus-group-startup-message): Search for gnus images in
20272         etc/images/gnus.
20273         * mm-util.el (mm-image-load-path): Likewise.
20274         * smiley.el (smiley-data-directory): Search for smilies in
20275         etc/images/smilies.
20277 2005-02-09  Kim F. Storm  <storm@cua.dk>
20279         Change Emacs release version from 21.4 to 22.1 throughout.
20280         Change Emacs development version from 21.3.50 to 22.0.50.
20282 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20284         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20286         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20287         non-Mule XEmacs as well.
20288         (mm-decompress-buffer): Signal an error intentionally if it does
20289         not decompress compressed data because auto-compression-mode is
20290         disabled.
20292 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
20294         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20295         an ID in the registry even if it has no groups.
20297 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20299         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20300         merge it into mm-decompress-buffer.
20301         (gnus-mime-copy-part): Use the MIME part charset, the value which
20302         a user specified or gnus-newsgroup-charset for decoding, like
20303         gnus-mime-inline-part does; set buffer-file-coding-system to tell
20304         save-buffer what was used.  Suggested by Kevin Ryde
20305         <user42@zip.com.au>.
20306         (gnus-mime-inline-part): Allow the name parameter as well as the
20307         filename parameter; force decompressing of compressed data; always
20308         display contents being not decoded as unibyte.
20310         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20311         as well as the filename parameter.
20313         * mm-util.el (mm-decompress-buffer):
20314         Merge gnus-mime-jka-compr-maybe-uncompress.
20315         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20316         of compressed data.
20318 2005-02-08  Simon Josefsson  <jas@extundo.com>
20320         * imap.el (imap-log): Doc fix.
20322 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20324         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20325         the coding cookies; decompress compressed parts.
20327         * mml.el (mml-generate-mime-1): Add the charset parameter according
20328         to the value which a user specified manually or the coding cookie.
20330         * mm-util.el (mm-string-to-multibyte): New function.
20331         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20332         (mm-coding-system-to-mime-charset): New function.
20333         (mm-decompress-buffer): New function.
20334         (mm-find-buffer-file-coding-system): New function.
20336         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20337         (mm-display-inline-fontify): Rewrite for decoding and decompressing
20338         parts.
20340 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20342         * mm-view.el (mm-display-inline-fontify): Decode a part according
20343         to the charset parameter.
20345 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20347         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20348         prefix arg is neither nil nor a number, as info specifies.
20350 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20352         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20353         timestamps.
20355 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
20357         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20358         groups error checking and notify user.
20360 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
20362         * message.el (message-send-mail-function): Check existence of
20363         sendmail-program first before using default value
20364         `message-send-mail-with-sendmail'.  Otherwise use more generic
20365         `smtpmail-send-it'.
20367 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20369         * nntp.el (nntp-request-update-info): Always return nil.
20371 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20373         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20375 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20377         * message.el (message-beginning-of-line): Change the behavior when
20378         invoked between BOL and : so that it first moves backward.
20380 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20382         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20383         article buffer when editing of the article is discarded.
20384         (gnus-article-prepare): Revert.
20386 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20388         * gnus-art.el (gnus-article-prepare):
20389         Remove message-strip-forbidden-properties from the local hook.
20391 2005-01-27  Simon Josefsson  <jas@extundo.com>
20393         * password.el (password-cache-add): Only start one timer per key.
20394         Reported by Derek Atkins <warlord@MIT.EDU>.
20396 2005-01-26  Steve Youngs  <steve@sxemacs.org>
20398         * run-at-time.el: Remove.  It is no longer needed as
20399         timer-funcs.el in the xemacs-base package has a working version of
20400         `run-at-time'.
20402         * password.el: Require timer-funcs instead of run-at-time in
20403         XEmacs.
20404         Remove `password-run-at-time' macro.
20405         (password-cache-add): Use `run-at-time' instead of
20406         `password-run-at-time'.
20408         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20409         for `run-with-idle-timer'.
20411         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20412         for `run-at-time'.
20414         * mm-url.el: Require timer-funcs at compile time when in XEmacs
20415         for `with-timeout'.
20417 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20419         * mml.el (mml-generate-mime-1): Convert string into unibyte when
20420         inserting " *mml*" buffer's contents into a unibyte temp buffer.
20422 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
20424         * mail-source.el (mail-source-fetch-imap): Search for ^From case
20425         sensitively.
20427 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
20429         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20431 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20433         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20434         which will be inserted according to the multibyteness of a buffer
20435         rather than the type of contents.  Suggested by ARISAWA Akihiro
20436         <ari@mbf.ocn.ne.jp>.
20438         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20439         of string which old xml.el may return rather than a string.
20441 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20443         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20445 2005-01-16  Simon Josefsson  <jas@extundo.com>
20447         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20448         idn/idna.el isn't available.
20449         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
20450         <michael@waxrat.com>.
20452         * hashcash.el: Remove non-FSF copyright header.
20454         * hashcash.el (hashcash-extra-generate-parameters): New variable.
20455         (hashcash-generate-payment): Use it.
20456         (hashcash-generate-payment-async): Use it.
20458 2005-01-15  Simon Josefsson  <jas@extundo.com>
20460         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20461         Suggested by Raymond Scholz <ray-2005@zonix.de>.
20463         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20464         gnus-summary-idna-message.
20465         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20466         (gnus-summary-idna-message): New function.
20468 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
20470         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20471         gnus-novice-user.
20473 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20475         * nnrss.el (nnrss-request-delete-group): Delete entries in
20476         nnrss-group-alist as well.
20477         (nnrss-save-server-data): Insert newline.
20479 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
20481         * gnus.el (gnus-user-agent): Use list of symbols instead of
20482         symbols.  Display full version number for (S)XEmacs.
20483         Optionally display (S)XEmacs codename.
20485         * gnus-util.el (gnus-emacs-version): Update for new
20486         `gnus-user-agent'.
20488         * gnus-msg.el (gnus-extended-version): Make it possible to omit
20489         Gnus version.
20491 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20493         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
20494         which is unreadable in some setups.
20496 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20498         * gnus-spec.el (gnus-update-format-specifications): Flush the
20499         group format spec cache if it doesn't support decoded group names.
20501 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20503         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20504         Allow to apply decay on score files matching a regexp.
20506 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20508         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20509         compatibility in %g and %c.
20511 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20513         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20514         name for only %g and %c.
20515         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20516         of gnus-tmp-group to decoded group name.
20517         (gnus-group-make-rss-group): Exclude `/'s from group names.
20519 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20521         * nnrss.el (nnrss-get-encoding): Fix regexp.
20523 2004-12-27  Simon Josefsson  <jas@extundo.com>
20525         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20526         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20527         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
20529 2004-12-17  Kim F. Storm  <storm@cua.dk>
20531         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20533         * gnus-sum.el (gnus-summary-mode-map): Likewise.
20535 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20537         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20539 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20541         * nnrss.el: Require rfc2047 and mml.
20542         (nnrss-file-coding-system): New variable.
20543         (nnrss-format-string): Redefine it as an inline function.
20544         (nnrss-decode-group-name): New function.
20545         (nnrss-string-as-multibyte): Remove.
20546         (nnrss-retrieve-headers): Decode group name; don't use
20547         nnrss-format-string.
20548         (nnrss-request-group): Decode group name.
20549         (nnrss-request-article): Decode group name; allow a Message-ID as
20550         well as an article number; don't use nnrss-format-string; encode a
20551         Message-ID string which may contain non-ASCII characters; use
20552         mml-to-mime to compose a MIME article.
20553         (nnrss-request-expire-articles): Decode group name.
20554         (nnrss-request-delete-group): Decode group name.
20555         (nnrss-fetch): Clarify error message.
20556         (nnrss-read-server-data): Use insert-file-contents instead of load;
20557         bind file-name-coding-system; use multibyte buffer.
20558         (nnrss-save-server-data): Bind coding-system-for-write to the
20559         value of nnrss-file-coding-system; bind file-name-coding-system;
20560         add coding cookie.
20561         (nnrss-read-group-data): Use insert-file-contents instead of load;
20562         bind file-name-coding-system; use multibyte buffer.
20563         (nnrss-save-group-data): Bind coding-system-for-write to the
20564         value of nnrss-file-coding-system; bind file-name-coding-system.
20565         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20566         make it work with non-ASCII text.
20567         (nnrss-find-el): Make it work with old xml.el as well.
20569 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20571         * nnrss.el (nnrss-get-encoding): New function.
20572         (nnrss-fetch): Use unibyte buffer initially; bind
20573         coding-system-for-read while performing mm-url-insert; remove ^Ms;
20574         decode contents according to the encoding attribute.
20575         (nnrss-save-group-data): Add coding cookie.
20576         (nnrss-mime-encode-string): New function.
20577         (nnrss-check-group): Use it to encode subject and author.
20579 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
20581         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20582         imaginary variable.
20584 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20586         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20587         correctly even if there are wide characters.
20589 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
20591         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20592         downcased symbol names; make a new cache instead of reusing
20593         bbdb-hashtable.
20595 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20597         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20598         concatenating segments rather than before concatenating them.
20599         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20601         * message.el (message-get-reply-headers): Bind `extra'.
20603 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20605         * message.el (message-extra-wide-headers): New variable.
20606         (message-get-reply-headers): Use it.
20608 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20610         * gnus-agent.el (gnus-agent-group-path): Decode group name.
20611         (gnus-agent-group-pathname): Ditto.
20613         * gnus-cache.el (gnus-cache-file-name): Decode group name.
20615         * gnus-group.el (gnus-group-make-group): Decode group name.
20616         (gnus-group-make-rss-group): Register the group data after opening
20617         the nnrss group.
20619 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
20621         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20622         by expiry now get marked as read.
20624 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20626         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20628 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
20630         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20631         unify Latin characters in XEmacs.
20632         (mm-find-mime-charset-region): Use it.
20634 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20636         * gnus-util.el (gnus-delete-directory): New function.
20638         * gnus-agent.el (gnus-agent-delete-group): Use it.
20640         * gnus-cache.el (gnus-cache-delete-group): Use it.
20642 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20644         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20645         names.
20647 2004-12-16  Simon Josefsson  <jas@extundo.com>
20649         * hashcash.el (hashcash-payment-alist): Fix custom :type.
20651 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20653         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20655         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20656         (gnus-group-set-current-level): Decode group name.
20658 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
20660         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20661         failed.
20663 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20665         * gnus-group.el (gnus-group-delete-group): Decode group name.
20666         (gnus-group-make-rss-group): Encode group name.
20667         (gnus-group-catchup-current): Decode group name.
20668         (gnus-group-kill-group): Decode group name.
20670 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20672         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20674 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20676         * gnus-group.el (gnus-group-make-rss-group):
20677         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20679         * gnus-start.el (gnus-setup-news): Honor user's setting to
20680         gnus-message-archive-method.  Suggested by Lute Kamstra
20681         <lute@gnu.org>.
20683 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
20685         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20686         global counterparts of the buffer-local variables.
20688 2004-11-16  Romain Francoise  <romain@orebokech.com>
20690         * gnus-sum.el (gnus-summary-exit): Don't clear the global
20691         counterparts of the buffer-local variables.
20693 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20695         * message.el (message-forbidden-properties): Fix typo in doc
20696         string.
20698 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20700         * gnus-util.el (gnus-replace-in-string): Add doc string.
20702         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20703         to avoid problems when splitting mails with many recipients.
20705 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20707         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20708         pop-to-buffer, covered by the subsequent gnus-configure-windows.
20710 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
20712         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20713         if there is no hashtable in memory or file modification time is
20714         newer than cached timestamp.
20716 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
20718         * gnus-sum.el (gnus-summary-limit-to-recipient):
20719         Implement not-matching option.
20721 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
20723         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20724         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20725         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20726         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20727         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
20728         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20730 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20732         * message.el (message-forward-make-body-mml): Remove headers
20733         according to message-forward-ignored-headers if a message is decoded.
20735 2004-12-02  Romain Francoise  <romain@orebokech.com>
20737         * message.el (message-forward-make-body-plain): Always remove
20738         headers according to message-forward-ignored-headers.
20740 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
20742         * spam.el (spam-summary-prepare-exit): Remove the
20743         gnus-summary-limit pop for now, it has problems with ham marks for
20744         me.
20746 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
20748         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20749         correctly.
20751 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
20753         * format-spec.el (format-spec): Message the char.
20755 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
20757         * gnus-art.el (gnus-split-methods): Reformat comments.
20759         * spam.el (spam-summary-prepare-exit): Remove article limits
20760         before exiting the summary buffer.
20762 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20764         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20765         order to silence the byte compiler.
20767         * spam.el: Fix the way to silence the byte compiler, which
20768         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20769         bbdb-search-simple, spam-BBDB-register-routine,
20770         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20771         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20772         spam-stat-buffer-is-spam, spam-stat-load,
20773         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20774         spam-stat-save and spam-stat-split-fancy.
20776 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20778         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20779         which may confuse users.
20780         (canlock-password-for-verify): Ditto.
20782         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20784         * gnus-art.el (gnus-emphasis-alist): Ditto.
20786         * gnus-registry.el (gnus-registry-max-entries): Ditto.
20788         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20790         * gnus-start.el (gnus-save-killed-list): Ditto.
20792         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20793         (gnus-sum-thread-tree-root): Ditto.
20794         (gnus-sum-thread-tree-false-root): Ditto.
20795         (gnus-sum-thread-tree-single-indent): Ditto.
20797         * message.el (message-courtesy-message): Ditto.
20798         (message-archive-note): Ditto.
20799         (message-subscribed-address-file): Ditto.
20800         (message-user-fqdn): Ditto.
20802         * spam-report.el (spam-report-gmane-regex): Ditto.
20804         * spam.el (spam-blackhole-good-server-regex): Ditto.
20806 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20808         * mml.el (mml-preview): Widen the message buffer before copying
20809         the contents to the preview buffer; sort headers before previewing.
20811         * message.el (message-hidden-headers): Fix the way to avoid a bug
20812         in the `repeat' widget in Emacs 21.3 or earlier.
20814 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20816         * message.el (message-hidden-headers): Default to "^References:".
20817         Improve customization type.  Suggested by Reiner Steib
20818         <Reiner.Steib@gmx.de>.
20820 2004-11-25  Romain Francoise  <romain@orebokech.com>
20822         * message.el (message-strip-forbidden-properties): Remove check for
20823         obsolete `message-hidden' text property, hidden headers are not
20824         accessible in the buffer anymore.
20826 2004-11-22  Romain Francoise  <romain@orebokech.com>
20828         * message.el (message-header-format-alist): Add `From' in list
20829         so that it can be sorted.
20830         (message-fix-before-sending): Widen and sort headers before
20831         sending.
20832         (message-hide-headers): Use narrowing to hide headers by moving
20833         them to the top of the buffer and narrowing to the region
20834         underneath.
20836 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20838         * message.el (message-strip-forbidden-properties):
20839         Bind buffer-read-only (etc) to nil.
20841 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20843         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20844         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20846 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
20848         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20850 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20852         * dns.el (query-dns): Use sit-for to time instead of
20853         accept-process-output, since that doesn't seem to work on udp
20854         sockets.
20856 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20858         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20860 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
20862         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20863         doc string.  Improve doc string.
20865 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20867         * nntp.el (nntp-request-update-info): Return nil if
20868         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
20869         may not call gnus-activate-group which uselessly issues the GROUP
20870         commands for all nntp groups and wastes time.  Reported by Romain
20871         Francoise <romain@orebokech.com>.
20873         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
20875 2004-11-15  Simon Josefsson  <jas@extundo.com>
20877         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
20878         headers separately.
20879         (gnus-button-openpgp): New function, inspired by Jochen Küpper
20880         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
20882 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
20884         * gnus-start.el (gnus-convert-old-newsrc):
20885         Assign legacy-gnus-agent to 5.10.7.
20887 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20889         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20890         start of the lines.
20892 2004-11-14  Magnus Henoch  <mange@freemail.hu>
20894         * hashcash.el (hashcash-default-payment): Change default to 20.
20895         (hashcash-default-accept-payment): Change default to 20.
20896         (hashcash-process-alist): New variable.
20897         (hashcash-generate-payment-async): Add.
20898         (hashcash-already-paid-p): Add.
20899         (hashcash-insert-payment): Don't generate payments twice.
20900         (hashcash-insert-payment-async): Add.
20901         (hashcash-insert-payment-async-2): Add.
20902         (hashcash-cancel-async): Add.
20903         (hashcash-wait-async): Add.
20904         (hashcash-processes-running-p): Add.
20905         (hashcash-wait-or-cancel): Add.
20906         (mail-add-payment): New optional argument.  Conditionally start
20907         asynchronous calculation.
20908         (mail-add-payment-async): Add.
20910         * message.el (message-send-mail): Wait for asynchronous hashcash
20911         results.  Don't clobber existing X-Hashcash headers.
20912         (message-setup-1): Call mail-add-payment-async when
20913         message-generate-hashcash is non-nil.
20915 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20917         * message.el (message-use-alternative-email-as-from): Examine the
20918         From header as well; use message-make-from in order to include a
20919         user's full name.
20921 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20923         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20924         default; improve customization type.
20925         (gnus-emphasis-custom-with-format): New macro.
20926         (gnus-emphasis-custom-value-to-external): New function.
20927         (gnus-emphasis-custom-value-to-internal): New function.
20929 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20931         * dns.el (query-dns): Resolve reverse addresses.
20933 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20935         * gnus-group.el (gnus-group-get-new-news): Use it.
20937         * gnus-start.el (gnus-check-reasonable-setup): New function.
20939 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20941         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20942         "Args out of range" error.  Reported by Arnaud Giersch
20943         <arnaud.giersch@free.fr>.
20945 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20947         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20949 2004-11-04  Richard M. Stallman  <rms@gnu.org>
20951         * spam.el (spam group): Add :version.
20953         * pgg-def.el (pgg group): Add :version.
20955 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20957         * gnus-art.el (gnus-article-edit-article): Don't associate the
20958         article buffer with a draft file.  This is a temporary measure
20959         against the 2004-08-22 change to gnus-article-edit-mode.
20961 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20963         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20964         (html2text-format-tags): Remove unused variable `attr'.
20966 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
20968         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20970         * spam-stat.el (spam-stat): Add :version.
20972         * sieve.el (sieve): Add :version.
20974         * sha1.el (sha1): Add :version.
20975         (sha1-use-external): Remove redundant version.
20977         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20978         (nnmail-cache-ignore-groups, nnmail-spool-hook)
20979         (nnmail-split-fancy-match-partial-words)
20980         (nnmail-split-lowercase-expanded): Add :version.
20982         * nndiary.el (nndiary): Add :version.
20984         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20986         * mml-sec.el (mml-default-sign-method)
20987         (mml-default-encrypt-method, mml-signencrypt-style-alist):
20988         Add :version.
20990         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20992         * mm-url.el (mm-url-use-external, mm-url-program)
20993         (mm-url-arguments): Add :version.
20995         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20996         (mm-attachment-file-modes, mm-decrypt-option)
20997         (mm-w3m-safe-url-regexp): Add :version.
20999         * message.el (message-cite-prefix-regexp)
21000         (message-sendmail-envelope-from, message-minibuffer-local-map)
21001         (message-user-fqdn, message-completion-alist): Add :version.
21003         * gnus-win.el (gnus-configure-windows-hook)
21004         (gnus-use-frames-on-any-display): Add :version.
21006         * gnus-art.el (gnus-article-address-banner-alist)
21007         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21008         (gnus-treat-from-picon, gnus-treat-mail-picon)
21009         (gnus-treat-x-pgp-sig): Add :version.
21011         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21012         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21013         (gnus-summary-article-delete-hook)
21014         (gnus-summary-display-while-building): Add :version.
21016         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21017         (gnus-get-top-new-news-hook): Add :version.
21019         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21020         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21022         * gnus-registry.el (gnus-registry): Add :version.
21024         * gnus-spec.el (gnus-use-correct-string-widths)
21025         (gnus-make-format-preserve-properties): Add :version.
21027         * gnus.el (gnus-group-charter-alist)
21028         (gnus-group-fetch-control-use-browse-url)
21029         (gnus-install-group-spam-parameters): Add :version.
21031         * gnus-diary.el (gnus-diary): Add :version.
21033         * gnus-delay.el (gnus-delay): Add :version.
21035         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21036         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21037         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21038         Add :version.
21040         * gnus-agent.el (gnus-agent-max-fetch-size)
21041         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21042         (gnus-agent-prompt-send-queue): Add :version.
21044         * deuglify.el (gnus-outlook-deuglify): Add :version.
21046         * html2text.el: Beautify code.  Improve doc strings.
21047         Some checkdoc cleanup.
21048         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21050 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
21052         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21054 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
21056         * gnus-registry.el (gnus-registry-hashtb): Create the registry
21057         when package is loaded.
21059         * spam.el (spam-summary-score-preferred-header): Add global preference
21060         for people who want to override the default SpamAssassin over
21061         Bogofilter preference (when both are set).
21062         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21063         (spam-user-format-function-S):
21064         Check spam-summary-score-preferred-header.
21065         (spam-extra-header-to-number): Add X-Bogosity header parsing.
21066         (spam-user-format-function-S): Format the score correctly.
21068 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21070         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21071         signature file.  Suggested by Manoj Srivastava
21072         <srivasta@golden-gryphon.com>.
21074         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21075         iso-2022-jp even in the Japanese language environment.
21076         Suggested by Jason Rumney <jasonr@gnu.org>.
21078 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21080         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21081         use the same characters as the dummy marks; make it free from
21082         getting affected by the language environment.
21083         (gnus-summary-read-group-1): Update mark positions only when the
21084         format spec is updated.
21086         * gnus-spec.el (gnus-update-format-specifications): Return a list
21087         of updated types.
21089 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21091         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21092         of boundp to check if display-warning is available.
21094 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
21096         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21098 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21100         * nnspool.el (nnspool-spool-directory): Use news-path if the
21101         news-directory variable is not bound.
21103         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21104         function instead of display-warning if it is not available.
21106 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21108         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21109         v5-10: Use `point-at-bol'.
21111 2004-10-26  Simon Josefsson  <jas@extundo.com>
21113         * hashcash.el: Fix URL in comment, reported by Cheng Gao
21114         <chenggao@gmail.com>.
21116 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21118         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
21119         instead.
21121 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
21123         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21124         to remove a server from the nnimap-server-buffer-alist.
21125         (nnimap-open-connection, nnimap-close-server): Use it.
21127         * gnus-encrypt.el: Remove file in favor of encrypt.el.
21129 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21131         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21132         running the major-mode function.
21134 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21136         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21137         dummy marks in the right way.
21139 2004-10-18  David Edmondson  <dme@dme.org>
21141         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21142         excessively.
21144 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
21146         * gnus-util.el (gnus-split-references): Accept a nil references
21147         string and go on blissfully.
21149         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21150         cases where the references string is non-nil but has no references.
21152         * encrypt.el: Add autoload tags.
21154         * spam.el (spam-resolve-registrations-routine): Remove article
21155         from unregistration list too.  Reported by David Hanak
21156         <dhanak@isis.vanderbilt.edu>
21158 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
21160         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21161         nil.  Change custom type.
21163 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
21165         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21167         * gnus-sum.el (gnus-summary-move-article): Use it.
21169 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
21171         * encrypt.el: Add autoload cookies.
21173         * spam.el (spam-backend-article-list-property)
21174         (spam-backend-get-article-todo-list)
21175         (spam-backend-put-article-todo-list)
21176         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21177         Resolve registrations separately.
21178         (spam-register-routine): Format comments.
21179         (spam-unregister-routine, spam-register-routine): Always call with
21180         specific-articles, no default list.
21181         (spam-summary-prepare-exit): Use the spam-classifications function.
21183         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21184         gnus-encrypt.el.
21186         * encrypt.el: Copied from gnus-encrypt.el.
21188         * gnus-encrypt.el: Commented that it's obsolete.
21190 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21192         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21193         (gnus-score-save): Use it.
21195         * message.el (message-bury): Use `window-dedicated-p'.
21197 2004-10-15  Simon Josefsson  <jas@extundo.com>
21199         * pop3.el (top-level): Don't require nnheader.
21200         (pop3-read-timeout): Add.
21201         (pop3-accept-process-output): Add.
21202         (pop3-read-response, pop3-retr): Use it.
21204 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
21206         * spam.el (spam-register-routine): Move comment.
21207         (spam-verify-bogofilter): Use 'unknown for the initial
21208         spam-bogofilter-valid state, not 'never.
21210         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21211         for netrc-machine.
21213         * nnimap.el (nnimap-open-connection):
21214         Use netrc-machine-user-or-password.
21216 2004-10-17  Richard M. Stallman  <rms@gnu.org>
21218         * gnus-registry.el (gnus-registry-unload-hook):
21219         Set as a variable with add-hook.
21221         * nnspool.el (nnspool-spool-directory): Use news-directory instead
21222         of news-path.
21224         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21226         * spam.el: Delete duplicate `provide'.
21227         (spam-unload-hook): Set as a variable with add-hook.
21229 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21231         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21232         in the doc string.
21234         * message.el (message-ignored-news-headers)
21235         (message-ignored-supersedes-headers)
21236         (message-ignored-resent-headers)
21237         (message-forward-ignored-headers): Improve custom type.
21239 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21241         * message.el (message-tokenize-header): Fix 2004-09-06 change
21242         which used point-min in the wrong place.
21244 2004-10-12  Simon Josefsson  <jas@extundo.com>
21246         * tls.el (tls-certtool-program): New variable.
21247         (tls-certificate-information): New function, based on
21248         ssl-certificate-information.
21250 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21252         * compface.el: Move the version of ELisp-based uncompface program
21253         to the contrib directory because of the copyright problem.
21255 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21257         * message.el (message-kill-buffer): Raise the current frame.
21259 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
21261         * gnus-sum.el: Mention that multibyte characters don't work as marks.
21263         * gnus.el (message-y-or-n-p): Autoload.
21265         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21266         (pop3-password-required, pop3-authentication-scheme)
21267         (pop3-leave-mail-on-server): Make customizable.
21268         (pop3): New custom group.
21269         (pop3-retr): Remove `sleep-for' statements.
21270         Suggested by Dave Love <fx@gnu.org>.
21272         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21273         Windows/DOS.
21275         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21276         (imap-parse-body): Fix incorrect use of `assert'.
21277         Suggested by Dave Love <fx@gnu.org>.
21279         * mml.el (mml-minibuffer-read-disposition): Require match.
21280         Suggested by Dave Love <fx@gnu.org>.
21282 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21284         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
21285         doc string.
21287 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21289         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21291 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21293         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21294         instead of calling `mm-insert-inline', to decode text/* parts
21295         before displaying them.
21297 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21299         * mm-uu.el (mm-uu-text-plain-type): New variable.
21300         (mm-uu-pgp-signed-extract-1): Use it.
21301         (mm-uu-pgp-encrypted-extract-1): Use it.
21302         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21303         bind mm-uu-text-plain-type with that value.
21304         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21305         mm-uu-dissect.
21307 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21309         * gnus-group.el (gnus-update-group-mark-positions):
21310         * gnus-sum.el (gnus-update-summary-mark-positions):
21311         * message.el (message-check-news-body-syntax):
21312         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21313         of string-as-multibyte.
21315 2004-10-05  Juri Linkov  <juri@jurta.org>
21317         * gnus-group.el (gnus-update-group-mark-positions):
21318         * gnus-sum.el (gnus-update-summary-mark-positions):
21319         * message.el (message-check-news-body-syntax):
21320         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21321         8-bit unibyte values to a multibyte string for search functions.
21323 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21325         * mm-uu.el (mm-uu-dissect): Allow optional arg.
21326         (mm-uu-dissect-text-parts): New function.
21328         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21329         dissect text parts.
21331         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21332         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21334         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21336         * gnus-topic.el (gnus-topic-hierarchical-parameters):
21337         Use gnus-current-topics instead of gnus-current-topic.
21339 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
21341         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21343 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
21345         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21346         where appropriate.
21348         * nnml.el (nnml-generate-active-info): do.
21350         * nndiary.el (nndiary-generate-active-info): do.
21352         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21353         (gnus-topic-move): do.
21355         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21356         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21358         * gnus-srvr.el (gnus-server-prepare)
21359         (gnus-server-open-all-servers): do.
21361         * gnus-msg.el (gnus-summary-cancel-article)
21362         (gnus-summary-resend-message)
21363         (gnus-summary-mail-crosspost-complaint): do.
21365         * gnus-move.el (gnus-change-server): do.
21367         * gnus-group.el (gnus-group-unmark-all-groups)
21368         (gnus-group-set-current-level): do.
21370 2004-10-04  Simon Josefsson  <jas@extundo.com>
21372         * message.el (message-generate-hashcash): Doc fix.
21374 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
21376         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21377         avoid infinite recursion via gnus-get-function.
21379 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
21381         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21383         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21385         * nnmail.el (nnmail-split-history): do.
21387         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21388         (nnml-request-delete-group): do.
21390         * nnslashdot.el (nnslashdot-read-groups): do.
21392         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21393         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21395         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21396         (nnspool-sift-nov-with-sed): Use last.
21397         (nnspool-retrieve-headers-with-nov): Use mapc.
21398         (nnspool-request-newgroups): Use dolist.
21399         (nnspool-request-group): Use last.
21401         * nntp.el (nntp-read-server-type): Use dolist.
21403         * nnvirtual.el (nnvirtual-create-mapping)
21404         (nnvirtual-update-read-and-marked): Use dolist.
21405         (nnvirtual-convert-headers): Simplify.
21407 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21409         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21410         Add support for sync'ing tick marks.
21412 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21414         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21415         there's no visible header.
21417 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21419         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21420         When necessary, pass full group name to gnus-request-set-marks.
21422 2004-10-01  Simon Josefsson  <jas@extundo.com>
21424         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
21425         acroread.
21427 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21429         * spam-report.el (spam-report-gmane): Fix interactive.
21431         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21433         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21434         when writing file.
21435         (gnus-agent-synchronize-flags): Don't default to being
21436         interactive.
21438 2004-09-30  Simon Josefsson  <jas@extundo.com>
21440         * message.el (message-generate-hashcash): Add.
21441         (message-send-mail): Use it, call mail-add-payment.
21443 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
21445         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21447 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
21449         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21450         gnus-request-update-info with explicit code to sync the in-memory
21451         info read flags with the marks being sync'd to the backend.
21453         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21455 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21457         * spam.el (spam-verify-bogofilter): Add new function.
21458         (spam-check-bogofilter)
21459         (spam-bogofilter-register-with-bogofilter): Use it.
21460         (spam-verify-bogofilter): Add small fixes.
21462 2004-09-28  Simon Josefsson  <jas@extundo.com>
21464         * hashcash.el (hashcash-generate-payment): Revert.
21466 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21468         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21469         Use gnus-extract-references instead of gnus-split-references.
21471         * gnus-util.el (gnus-extract-references): Add new function, analogous
21472         to gnus-split-references but extracts only the message-ID without
21473         anything extra.
21475         * hashcash.el (hashcash-generate-payment)
21476         (hashcash-check-payment): Do the right thing if hashcash-path is
21477         nil (because the hashcash program could not be found).
21479         * spam.el (spam-use-hashcash): Remove comment.
21481 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
21483         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21484         (gnus-cache-enter-article, gnus-cache-remove-article)
21485         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21487         * gnus-async.el (gnus-async-prefetch-remove-group): do.
21489         * gnus-art.el (article-hide-boring-headers)
21490         (article-translate-strings, article-display-face)
21491         (gnus-article-mime-match-handle-first)
21492         (gnus-article-highlight-headers)
21493         (gnus-article-add-buttons-to-head): do.
21495 2004-09-27  Simon Josefsson  <jas@extundo.com>
21497         * hashcash.el: New version, from
21498         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
21499         ../contrib/.
21501 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21503         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21505 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
21507         * gnus-dup.el (gnus-dup-open): Use mapc.
21508         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21510         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21511         Reported by Stefan Wiens <s.wi@gmx.net>.
21513         * gnus.el (gnus-shutdown): Use dolist.
21515         * gnus-undo.el (gnus-undo): Use mapc.
21517         * nnrss.el (nnrss-generate-active): do.
21519         * message.el (message-cite-original-without-signature)
21520         (message-cite-original): Use mapc.
21521         (message-do-actions, message-make-forward-subject): Use dolist.
21523 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21525         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21526         deletion to remove entire duplicate line.  Fixes merged article
21527         number bug.
21529 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21531         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21532         servers that are offline.  Avoids having gnus-agent-toggle-plugged
21533         first ask if you want to open a server and then, even when you
21534         responded with no, asking if you want to synchronize the server's
21535         flags.
21536         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21537         multi-line expressions.
21538         (gnus-agent-synchronize-group-flags): New internal function.
21539         Updates marks in memory (in the info structure) AND in the
21540         backend.
21542         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21544         * nnagent.el (nnagent-request-set-mark):
21545         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21546         method, to ensure that synchronization updates marks in the
21547         backend and in the info (in memory) structure.
21549 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21551         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21552         convention fully; don't miss the root article of a thread; make
21553         the X-Draft-From header with correct article numbers.
21555 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
21557         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21558         unless plugged.  Disable the agent so that an open failure causes
21559         an error.
21561         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21562         Revert 2004-09-21 change.  The backend must be opened while
21563         synchronizing flags even when the backend stores the flags
21564         locally.
21566 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
21568         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21569         in `header' match.  Reported by Svend Tollak Munkejord.
21571         * message.el (message-cite-original): Fix use of
21572         `message-cite-articles-with-x-no-archive'.
21574 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21576         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21577         (gnus-window-to-buffer): Ditto.
21579         * mml.el (mml-preview-buffer): New variable.
21580         (mml-preview): Manage window layout with gnus-buffer-configuration.
21582         * gnus-msg.el (gnus-setup-message): Put article numbers into the
21583         X-Draft-From header even if those articles aren't quoted.
21585 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
21587         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21588         (gnus-request-set-mark, gnus-request-update-mark): Use new
21589         g-s-t-u-l-m to decide to use backend even when unplugged.
21591 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21593         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21594         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
21596 2004-09-20  Simon Josefsson  <jas@extundo.com>
21598         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21599         "utf-16-le".
21601 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21603         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21605 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21607         * uudecode.el (uudecode-use-external): Add :version.
21609         * smime.el (smime-CA-file, smime-encrypt-cipher)
21610         (smime-dns-server): Add :version.
21612         * smiley.el (gnus-smiley-file-types): Add :version.
21614         * sha1.el (sha1-use-external): Add :version.
21616         * pgg-def.el (pgg-query-keyserver): Add :version.
21618         * nnmail.el (nnmail-fancy-expiry-targets)
21619         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21620         Add :version.
21622         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21623         (nnimap-retrieve-groups-asynchronous): Add :version.
21624         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
21626         * mml.el (mml-content-disposition-parameters)
21627         (mml-insert-mime-headers-always): Add :version.
21629         * mm-util.el (mm-coding-system-priorities): Add :version.
21631         * mm-decode.el (mm-inline-text-html-with-images)
21632         (mm-keep-viewer-alive-types, mm-external-terminal-program)
21633         (mm-verify-option): Add :version.
21634         (mm-text-html-renderer): Change :version.
21636         * message.el (message-fcc-externalize-attachments)
21637         (message-required-headers, message-draft-headers)
21638         (message-subject-trailing-was-query)
21639         (message-subject-trailing-was-ask-regexp)
21640         (message-subject-trailing-was-regexp, message-mark-insert-begin)
21641         (message-mark-insert-end, message-archive-header)
21642         (message-archive-note, message-cross-post-default)
21643         (message-cross-post-note, message-followup-to-note)
21644         (message-cross-post-note-function, message-use-mail-followup-to)
21645         (message-subscribed-address-functions)
21646         (message-subscribed-address-file, message-subscribed-addresses)
21647         (message-subscribed-regexps, message-allow-no-recipients)
21648         (message-yank-cited-prefix, message-signature-insert-empty-line)
21649         (message-hidden-headers, message-hierarchical-addresses)
21650         (message-mail-user-agent, message-use-idna)
21651         (message-valid-fqdn-regexp)
21652         (message-strip-special-text-properties, message-header-synonyms)
21653         (message-beginning-of-line, message-tab-body-function): Add :version.
21654         (message-insert-canlock, message-wide-reply-confirm-recipients):
21655         Change :version.
21657         * mail-source.el (mail-source-ignore-errors): Add :group, :type
21658         and :version.
21659         (mail-source-delete-old-incoming-confirm)
21660         (mail-source-movemail-program): Add :version.
21662         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21663         (gnus-agent-cache, gnus-agent): Change :version.
21665         * gnus-util.el (gnus-use-byte-compile): Change :version.
21667         * gnus-sum.el (gnus-summary-make-false-root-always)
21668         (gnus-summary-default-high-score)
21669         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21670         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21671         (gnus-read-all-available-headers, gnus-article-emulate-mime)
21672         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21673         (gnus-sum-thread-tree-single-indent)
21674         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21675         (gnus-sum-thread-tree-leaf-with-other)
21676         (gnus-sum-thread-tree-single-leaf): Add :version.
21677         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21678         (gnus-article-loose-mime): Change :version.
21680         * gnus-start.el (gnus-backup-startup-file)
21681         (gnus-save-startup-file-via-temp-buffer): Add :version.
21683         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21684         (gnus-server-offline-face): Add :version.
21686         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21688         * gnus-msg.el (gnus-gcc-externalize-attachments)
21689         (gnus-debug-files, gnus-debug-exclude-variables)
21690         (gnus-discouraged-post-methods): Change :version.
21691         (gnus-confirm-mail-reply-to-news)
21692         (gnus-confirm-treat-mail-like-news): Add :version.
21694         * gnus-int.el (gnus-server-unopen-status): Add :version.
21696         * gnus-group.el (gnus-group-jump-to-group-prompt)
21697         (gnus-large-ephemeral-newsgroup)
21698         (gnus-fetch-old-ephemeral-headers): Add :version.
21700         * gnus-fun.el (gnus-x-face-directory)
21701         (gnus-convert-pbm-to-x-face-command)
21702         (gnus-convert-image-to-x-face-command)
21703         (gnus-convert-image-to-face-command): Add :version.
21705         * gnus-delay.el (gnus-delay-default-hour): Add :version.
21707         * gnus-cite.el (gnus-cite-blank-line-after-header)
21708         (gnus-article-boring-faces): Add :version.
21710         * gnus-art.el (gnus-buttonized-mime-types)
21711         (gnus-inhibit-mime-unbuttonizing)
21712         (gnus-treat-display-face)
21713         (gnus-treat-body-boundary): Change :version.
21714         (gnus-body-boundary-delimiter, gnus-picon-databases)
21715         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21716         (gnus-treat-date-english, gnus-treat-fold-headers)
21717         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21718         (gnus-treat-mail-picon, gnus-treat-wash-html)
21719         (gnus-article-encrypt-protocol)
21720         (gnus-use-idna, gnus-article-over-scroll)
21721         (gnus-mime-display-multipart-alternative-as-mixed)
21722         (gnus-mime-display-multipart-related-as-mixed)
21723         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21724         (gnus-ctan-url, gnus-button-ctan-handler)
21725         (gnus-button-handle-ctan-bogus-regexp)
21726         (gnus-button-ctan-directory-regexp)
21727         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21728         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21729         (gnus-button-man-level, gnus-button-emacs-level)
21730         (gnus-button-message-level, gnus-button-browse-level): Add :version.
21732         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21733         (gnus-agent-go-online): Change :version.
21734         (gnus-agent-expire-unagentized-dirs)
21735         (gnus-agent-auto-agentize-methods): Add :version.
21737         * flow-fill.el (fill-flowed-display-column)
21738         (fill-flowed-encode-column): Add :version.
21740         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21741         (gnus-outlook-deuglify-unwrap-max)
21742         (gnus-outlook-deuglify-cite-marks)
21743         (gnus-outlook-deuglify-unwrap-stop-chars)
21744         (gnus-outlook-deuglify-no-wrap-chars)
21745         (gnus-outlook-deuglify-attrib-cut-regexp)
21746         (gnus-outlook-deuglify-attrib-verb-regexp)
21747         (gnus-outlook-deuglify-attrib-end-regexp)
21748         (gnus-outlook-display-hook): Add :version.
21750         * binhex.el (binhex-use-external): Add :version.
21752 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
21754         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21755         and `invisible'.
21757 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
21759         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21760         in gnus-registry-trim.
21762 2004-09-13  Simon Josefsson  <jas@extundo.com>
21764         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21766         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21768         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21769         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21770         <yamaoka@jpl.org>.
21771         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21772         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21773         <yamaoka@jpl.org>.
21775         * sieve.el (sieve-manage-mode): Ditto.
21777 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
21779         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21781 2004-09-11  Simon Josefsson  <jas@extundo.com>
21783         * dns-mode.el: Add.
21785         * mm-view.el (mm-display-dns-inline): Add.
21787         * mm-decode.el (mm-inline-media-tests): Add text/dns.
21788         (mm-automatic-display): Ditto.
21790         * mailcap.el (mailcap-mime-data): Add text/dns.
21791         (mailcap-mime-extensions): Map .soa to text/dns.
21793 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
21795         * gnus-art.el (article-decode-mime-words, article-babel)
21796         (gnus-article-highlight-signature, gnus-article-add-buttons)
21797         (gnus-signature-toggle): Remove unnecessary bindings of
21798         `inhibit-read-only' inherited from v5.10 merge.
21800 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21802         * nntp.el (nntp): New customization group.
21803         (nntp-authinfo-file): Add customization group.
21805         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21807         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21809         * gnus.el (to-address, to-list, subscribed)
21810         (large-newsgroup-initial): Ditto.
21812         * flow-fill.el (fill-flowed-display-column)
21813         (fill-flowed-encode-column): Ditto.
21815 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21817         * message.el (message-tokenize-header, message-send-mail-with-qmail):
21818         Use point-min rather than 1.
21819         (message-send-mail): Use buffer-size rather than point-max.
21821         * gnus-sum.el (gnus-summary-search-article-forward):
21822         Signal a specific `search-failed' rather than a generic `error'.
21824         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21825         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21826         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21828 2004-09-10  Simon Josefsson  <jas@extundo.com>
21830         * nndb.el (require): Remove tcp and duplicate cl.
21832 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21834         * gnus-agent.el (directory-files-and-attributes): Move forward.
21836 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21838         * gnus-agent.el (directory-files-and-attributes):
21839         Optionally defined to support XEmacs.
21841 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21843         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21844         to avoid run-time CL dependencies.
21845         (gnus-agent-unfetch-articles): New function.
21846         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21847         article numbers even when local .overview file is missing.
21848         (gnus-agent-read-article-number): New function.  Only accepts
21849         27-bit article numbers.
21850         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21851         Use gnus-agent-read-article-number.
21852         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21853         from backend while recognizing that article numbers in .overview
21854         must be valid.
21855         (gnus-agent-update-files-total-fetched-for):
21856         Use directory-files-and-attributes to improve performance.
21857         * gnus-int.el (gnus-request-move-article):
21858         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21859         improve performance.
21861         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21862         some users confused by references to .newsrc when they only have a
21863         .newsrc.eld file.
21864         (gnus-convert-mark-converter-prompt)
21865         (gnus-convert-converter-needs-prompt): Fix use of property list.
21866         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
21867         New function.  Used internally to only display 'gnus converting
21868         files' message when actually necessary.
21870         * gnus-sum.el (): Remove (require 'gnus-agent) as required
21871         methods now autoloaded.
21873 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21875         * gnus-sum.el (gnus-summary-insert-subject): Remove list
21876         identifiers.
21878 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
21880         * gnus-picon.el: Fix indentation and closing parenthesis.
21882 2004-09-01  Simon Josefsson  <jas@extundo.com>
21884         * message.el (message-canlock-generate): Require sha1, not
21885         sha1-el.  (Can we get rid of this require altogether?  It is ugly
21886         to require within a function.  Sadly, if sha1.el isn't loaded, the
21887         let binding in m-c-g will hide the defcustom definition, which is
21888         bad.)
21890         * canlock.el: Require sha1, not sha1-el.
21892         * message.el: Don't autoload sha1 (there is a autoload cookie in
21893         sha1.el).
21895         * sha1-el.el: Rename to sha1.el.
21897 2004-08-30  Juanma Barranquero  <lektu@terra.es>
21899         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21901 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21903         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21905 2004-08-30  Kim F. Storm  <storm@cua.dk>
21907         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21909         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21910         Add :group 'nnimap.
21912 2004-08-30  Andreas Schwab  <schwab@suse.de>
21914         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21915         ?* and ?\;.
21917         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21918         and ?\' to symbol instead of whitespace.
21920 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21922         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21924         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21925         instead of re-search-forward.
21927         * gnus-uu.el (gnus-uu-save-article): Ditto.
21928         (gnus-uu-post-encode-uuencode): Ditto.
21930         * html2text.el (html2text-clean-list-items): Ditto.
21931         (html2text-clean-dtdd): Ditto.
21932         (html2text-format-tags): Ditto.
21934         * message.el (message-send-mail-with-sendmail): Fix regexp.
21935         (message-fill-field-general): Use search-forward instead of
21936         re-search-forward.
21937         (unbold-region): Ditto.
21939         * nnrss.el (nnrss-request-article): Ditto.
21941         * nnslashdot.el (nnslashdot-request-article): Ditto.
21943         * nnweb.el (nnweb-gmane-wash-article): Ditto.
21945         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21946         "Unrecognized menu descriptor" error in XEmacs.
21948 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21950         * gnus-sum.el (gnus-read-header): Don't remove a header for the
21951         parent article of a sparse article in the thread hashtb.
21953 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
21955         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21956         (nnmail-expand-newtext): Lowercase expanded entries if
21957         nnmail-split-lowercase-expanded is non-nil.
21959 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21961         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21963         * gnus-group.el (gnus-group-line-format-alist): Convert the value
21964         of gnus-tmp-news-method into string under XEmacs.  It will be
21965         passed to gnus-correct-length which takes only a string argument.
21967 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21969         * gnus-util.el (gnus-bind-print-variables): New macro.
21970         (gnus-prin1): Use it.
21971         (gnus-prin1-to-string): Use it.
21972         (gnus-pp): New function.
21973         (gnus-pp-to-string): New function.
21975         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21976         Replace pp-to-string with gnus-pp-to-string.
21977         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21978         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21979         * gnus-msg.el (gnus-debug): Ditto.
21980         * gnus-score.el (gnus-score-save): Ditto.
21981         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21982         gnus-pp-to-string.
21983         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21984         with gnus-pp.
21985         * score-mode.el (gnus-score-pretty-print): Ditto.
21986         * webmail.el (webmail-debug): Ditto.
21988 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21990         * gnus-art.el (article-display-face, article-display-x-face):
21991         Use buffer-read-only.
21993 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21995         * gnus-art.el (article-hide-list-identifiers):
21996         Bind inhibit-read-only as t.
21998 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
22000         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22002 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22004         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22005         (gnus-narrow-to-page): Don't assume point-min == 1.
22006         (gnus-article-edit-mode): Derive from message-mode.
22008         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22009         point-min == 1.
22011         * imap.el (imap-parse-address-list, imap-parse-body-ext):
22012         Disable incorrect use of `assert'.
22014         * message.el (message-mode): Set comment-start-skip.
22016 2004-08-22  Sam Steingold  <sds@gnu.org>
22018         * pop3.el (pop3-leave-mail-on-server): New user variable.
22019         (pop3-movemail): Delete mail only when it is nil.
22021 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
22023         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22025         * mml.el (mml-preview): Use `pop-to-buffer'.
22027         * message.el (message-goto-mail-followup-to): Insert after "To".
22028         (message-carefully-insert-headers): Add comment.
22030         * gnus.el: Remove unused variable `gnus-article-check-size'.
22032         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22034         * gnus-art.el (gnus-button-alist):
22035         Improve `gnus-button-handle-library' entry.
22037 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
22039         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22040         Use downcase, since XEmacs capitalizes error messages differently.
22042 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
22044         * nntp.el: Add (require 'gnus) due to reference to
22045         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
22047 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
22049         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22050         Bind `mm-fill-flowed'.
22052         * mm-decode.el (mm-dissect-singlepart): Check it.
22054 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
22056         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22057         'imap' for netrc parsing.
22059 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
22061         * mailcap.el (mailcap-mime-data): Mark as risky.
22063 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22065         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22066         may be included in the encoded word.
22067         (rfc2047-encode): Don't append a space if the encoded word
22068         includes close parenthesis.
22070 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22072         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22073         of text within parentheses.
22075 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
22077         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22078         (gnus-encrypt-write-file-contents): Make the password key the file
22079         name PLUS the cipher, not just the cipher.  Also remove failed
22080         passwords from the cache.
22082 2004-08-06  Simon Josefsson  <jas@extundo.com>
22084         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22085         Doc fix.
22087 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22089         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22090         LWSP.
22092 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
22094         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22095         Try to append in-reply-to: data to the references: header.
22097         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22098         (netrc-parse): Use gnus-encrypt.el functions.
22100         * gnus-encrypt.el: Add new file for encryption support; currently
22101         does only a few GPG ciphers and an internal XOR cipher.
22103         * password.el: Add comments on using password-read-and-add.
22104         (password-read-and-add): Add function to read and add the
22105         password to the cache at once.
22107 2004-07-28  Simon Josefsson  <jas@extundo.com>
22109         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22110         parameter (but don't use it, for now).
22112         * imap.el (imap-ssl-open): Use imap-process-connection-type,
22113         instead of hard coding to nil.
22115 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22117         * mm-view.el (mm-inline-image-emacs): Open lines under an image
22118         as mm-inline-image-xemacs does.
22120 2004-07-26  Simon Josefsson  <jas@extundo.com>
22122         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22123         Revert part of 2004-07-17 change below.
22125 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22127         * rfc2047.el (rfc2047-encode-region): Don't infloop.
22128         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22130 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22132         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22133         quotes that actually start with ">" at the beginning of the
22134         lines.
22136 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22138         * rfc2047.el (rfc2047-encode-region): Fix last change.
22139         (rfc2047-encode-parameter): Remove useless concat.
22141 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22143         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22144         encode special characters; fix some kind of misconfigured headers;
22145         signal a real error if debug-on-quit or debug-on-error is non-nil.
22146         (rfc2047-encode-max-chars): New variable.
22147         (rfc2047-encode-1): Use it.
22148         (rfc2047-encode-parameter): New function.
22150         * mml.el (mml-insert-parameter): Remove an excessive space.
22152 2004-07-17  Simon Josefsson  <jas@extundo.com>
22154         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22155         Kai Grossjohann <kai@emptydomain.de>.
22156         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22157         (gnus-group-make-menu-bar): Ditto.
22159         * gnus-util.el (gnus-group-server): Add.
22161 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
22163         * message.el (message-clone-locals): Clone sendmail and smtp
22164         variables.
22166 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22168         * rfc2047.el (rfc2047-encode-region): Fix last change.
22170 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22172         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22173         characters as non-special.
22175 2004-07-09  Simon Josefsson  <jas@extundo.com>
22177         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22178         Users will lose all flag changes made while unplugged with
22179         e.g. nntp unless flag synchronization happens, thus `nil' is not a
22180         good default.  See numerous reports on ding mailing list.
22182 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22184         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22185         add generate-head-function and generate-article-function to the
22186         rfc822-forward entry.
22187         (nndoc-rfc822-forward-generate-article): New function.
22188         (nndoc-rfc822-forward-generate-head): New function.
22190         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22192 2004-07-06  Dan Christensen  <jdc@uwo.ca>
22194         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22195         respect display group parameter and gnus-summary-expunge-below.
22196         (gnus-articles-to-read): Remove unused reference to display group
22197         parameter.
22199 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22201         * nnheader.el (nnheader-uniquify-message-id): New experimental
22202         variable.
22203         (nnheader-nov-read-message-id): Use it.
22205         * spam-report.el (spam-report-gmane): Add interactive.
22207 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22209         * mm-encode.el (mm-content-transfer-encoding-defaults):
22210         Use qp-or-base64 for the application/* types.
22212 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
22214         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22216 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
22218         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22219         trim value.
22221 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22223         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22224         New macro and function.
22225         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22227 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22229         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22230         after-load-alist.
22232 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22234         * gnus-group.el (gnus-group-get-new-news-this-group):
22235         Don't update info that isn't there.
22237 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
22239         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22240         entry.
22242 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22244         * mm-view.el (mm-inline-render-with-function): Use multibyte
22245         buffer; decode html source by charset.
22247         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22249         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22250         Mule-UCS is loaded under XEmacs.
22251         (mm-mime-mule-charset-alist): Avoid duplicated entries.
22253 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
22255         * nnheader.el (nnheader-max-head-length): Increase to 8192.
22257 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22259         * mm-util.el (mm-coding-system-p): Return a coding-system.
22260         (mm-mime-mule-charset-alist): Use shift_jis instead of
22261         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22262         entries for the mime charsets iso-2022-jp-3 and shift_jis.
22263         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22264         instead of japanese-shift-jis and iso-latin-1 respectively in
22265         order to share the default value with both Emacs and XEmacs-mule.
22266         (mm-mule-charset-to-mime-charset):
22267         Make mm-coding-system-priorities effective.
22268         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22269         while predicating of candidates upon the priorities.
22271 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
22273         * gnus-sum.el (gnus-summary-make-menu-bar):
22274         Add gnus-uu-invert-processable.
22276         * gnus.el: Autoload gnus-uu-invert-processable.
22278 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22280         * mm-util.el (mm-with-multibyte-buffer): New macro.
22282         * rfc2047.el (rfc2047-encode-string): Use it.
22283         (rfc2047-encode-region): Move point to the end of the region after
22284         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22286 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22288         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22289         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22291 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22293         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22294         (gnus-cite-parse): Ignore quoted envelope From_.
22295         Suggested by Karl Chen <quarl@nospam.quarl.org>.
22297 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
22299         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22300         invalid addresses.
22302 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
22304         * spam.el: Change section markers, revise TODO list.
22305         (spam-backends): Make new master list of all installed backends.
22306         (spam-summary-exit-behavior): Add new variable to determine how
22307         messages moves are done at summary exit.
22308         (spam-move-spam-nonspam-groups-only)
22309         (spam-process-ham-in-nonham-groups)
22310         (spam-process-ham-in-spam-groups): Remove variables, the
22311         spam-summary-exit-behavior variable should be used to manage this
22312         behavior.
22313         (spam-old-ham-articles, spam-old-spam-articles): Remove.
22314         (spam-old-articles): Add variable, replacing spam-old-ham-articles
22315         and spam-old-spam-articles.
22316         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22317         Add empty variables, placeholders for the backends they represent.
22318         (spam-set-difference): Move, unchanged.
22319         (spam-list-of-processors): Declare OBSOLETE, not used anymore
22320         unless the user has a processor variable.
22321         (spam-classifications, spam-classification-valid-p)
22322         (spam-backend-properties, spam-backend-property-valid-p)
22323         (spam-backend-function-type-valid-p)
22324         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22325         (spam-report-articles-gmane, spam-report-articles-resend):
22326         Remove functions, they are not needed.
22327         (spam-install-backend-super, spam-backend-list)
22328         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22329         (spam-backend-function, spam-backend-ham-registration-function)
22330         (spam-backend-spam-registration-function)
22331         (spam-backend-ham-unregistration-function)
22332         (spam-backend-spam-unregistration-function)
22333         (spam-backend-statistical-p, spam-backend-mover-p)
22334         (spam-install-backend-alias, spam-install-checkonly-backend)
22335         (spam-install-mover-backend, spam-install-nocheck-backend)
22336         (spam-install-backend, spam-install-statistical-backend)
22337         (spam-install-statistical-checkonly-backend): Add backend installation
22338         support.
22339         (spam-summary-prepare-exit): Rewrite to use the new backend code.
22340         (spam-group-processor-p): Use the new backend code and respect the
22341         summary exit behavior.
22342         (spam-mark-spam-as-expired-and-move-routine): Remove.
22343         (spam-summary-prepare): Change to use the new spam-old-articles
22344         variable.
22345         (spam-copy-or-move-routine, spam-copy-spam-routine)
22346         (spam-move-spam-routine, spam-copy-ham-routine)
22347         (spam-move-ham-routine): Add code to copy/move ham or spam.
22348         (spam-fetch-field-fast): Improve doc and code, plus allow the
22349         'number request.
22350         (spam-list-of-checks, spam-list-of-statistical-checks):
22351         Remove variables.
22352         (spam-split, spam-find-spam): Use the new backend code.
22353         (spam-registration-functions): Remove variable.
22354         (spam-unregister-routine): Add convenience wrapper.
22355         (spam-log-undo-registration, spam-register-routine)
22356         (spam-log-processing-to-registry)
22357         (spam-log-unregistration-needed-p): Rename "check" to "backend"
22358         where possible.
22359         (spam-check-gmane-xref, spam-check-regex-headers)
22360         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22361         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22362         (spam-check-bogofilter-headers, spam-check-spamoracle)
22363         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22364         (spam-check-crm114-headers): Use the spam-split-group that
22365         spam-split prepares, no need to determine it every time.
22367         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22368         to the nnheader-parse-naked-head call.
22370         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22372         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22373         the nnheader-nov-read-message-id call.
22375 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22377         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22378         gnus-activate-group twice.  Suggested by Markus Peter
22379         <warp@spin.de>.
22381 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22383         * gnus-art.el (gnus-article-time-format): Exchange the order of
22384         day and month in the default value; fix customization type.
22385         (article-date-ut): Use add-text-properties.
22386         (article-make-date-line): Use message-make-date instead of
22387         current-time-string.
22389         * message.el (message-fetch-field): Don't use set-text-properties.
22390         (message-make-date): Simplify.
22392 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22394         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22395         (rfc2047-encode-region): Treat text within parentheses as special;
22396         show the original text when error has occurred.
22398         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22399         already-computed method to gnus-activate-group.
22401         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22402         same select-methods identical Lisp objects.
22404         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22405         object when modifying the info.
22407 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22409         * gnus-srvr.el (gnus-server-set-info): Remove the server from
22410         gnus-opened-servers since it has never been opened with the new
22411         configuration yet.
22413 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22415         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22416         arg to nnheader-generate-fake-message-id.
22418 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
22420         * nnheader.el (nnheader-generate-fake-message-id): Accept a
22421         number and build a fake message ID localized to a group and
22422         article number (so it's repeatable from that point on).
22423         (nnheader-fake-message-id-p): Change regex to accommodate new fake
22424         ID format.
22426         * gnus-sum.el (gnus-get-newsgroup-headers):
22427         Call nnheader-generate-fake-message-id with the article number.
22429 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
22431         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22432         end-of-buffer.
22434 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22436         * message.el (message-ignored-supersedes-headers): Add Approved.
22438 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22440         * rfc2047.el (rfc2047-encode-message-header): Remove useless
22441         goto-char.
22442         (rfc2047-encode): Fold the line before encoding.
22444 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22446         * rfc2047.el (rfc2047-encode-message-header): Disabled header
22447         folding -- not all headers can be folded, and this should be done
22448         by the message composition mode.  Probably.  I think.
22450 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22452         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22453         fast.
22455         * gnus-ems.el (gnus-remove-image): Don't use
22456         message-text-with-property; remove only the image found first.
22458 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
22460         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22462 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22464         * message.el (message-text-with-property): Make it fast and accept
22465         optional arguments.
22466         (message-strip-forbidden-properties): Use it.
22467         (message-fix-before-sending): Follow the m-t-w-p change.
22469         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22471 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22473         * gnus-art.el (article-hide-headers): Don't change the buffer
22474         mistakenly when performing mml-preview even if
22475         gnus-single-article-buffer is nil.
22477 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
22479         * message.el (message-expand-name-databases): New user option.
22480         (message-expand-name): Use it.
22482 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
22484         * spam.el (spam-report-articles-resend)
22485         (spam-report-resend-register-routine): Allow ham reporting.
22486         (spam-report-resend-register-ham-routine): Add wrapper.
22487         (spam-registration-functions): Add ham resending functions.
22488         (spam-list-of-processors): Add ham resend processor.
22490         * gnus.el (ham-resend-to): Add new group parameter.
22491         (spam-process): Add ham resend option.
22493         * spam-report.el (spam-report-resend): Allow reporting ham.
22494         (spam-report-resend-ham): Add wrapper.
22496 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22498         * message.el (message-cite-articles-with-x-no-archive):
22499         New variable.
22500         (message-cite-original): Use it.
22502 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22504         * message.el (message-cite-original): Respect X-No-Archive.
22506 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22508         * gnus-art.el (article-hide-headers): Refer to the values for
22509         gnus-ignored-headers and gnus-visible-headers in the summary
22510         buffer since a user may have set them as group parameters.
22512 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
22514         * assistant.el (assistant-node-name): Add convenience function.
22515         (assistant-render-text, assistant-render-node): Add error handling,
22516         plus handle multiple next nodes.
22517         (assistant-find-next-node): Comment out for now.
22518         (assistant-find-next-nodes): Add function, returns list of next
22519         nodes.
22521 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
22523         * mail-source.el (mail-source-directory): Fix doc-string.
22525 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
22527         * assistant.el (assistant-render-text, assistant-eval): Add :set
22528         widget type, which is different because it takes and returns a
22529         list.  Much hilarity ensues.
22531 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
22533         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22535         * gnus-group.el (gnus-group-get-new-news-this-group):
22536         Add doc-string.
22538         * gnus-start.el (gnus-activate-group): Add doc-string.
22540 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22542         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22544 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
22546         * assistant.el (assistant-render-text): Try to add a :set
22547         widget, more to come.
22549         * spam.el (spam-group-spam-contents-p): Handle empty groupname
22550         strings.
22551         (spam-report-articles-resend)
22552         (spam-register-routine): Do registration iff any articles warrant
22553         it.
22554         (spam-summary-prepare-exit): Change log message for nil group
22555         destinations.
22557 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
22559         * spam.el (spam-report-resend-register-routine):
22560         Allow spam-report-resend-to to be a group parameter or a global value.
22562 2004-05-26  Simon Josefsson  <jas@extundo.com>
22564         * starttls.el: Merge with my GnuTLS based starttls.el.
22565         (starttls-gnutls-program, starttls-use-gnutls)
22566         (starttls-extra-arguments, starttls-process-connection-type)
22567         (starttls-connect, starttls-failure, starttls-success):
22568         New variables.
22569         (starttls-program, starttls-extra-args): Doc fix.
22570         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22571         New functions.
22572         (starttls-negotiate, starttls-open-stream):
22573         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22574         function if it is set.
22576 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22578         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22579         structured fields.
22581 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22583         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22585 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
22587         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22588         Add variable.
22589         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
22590         assigning the spam-mark to new messages.
22592 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
22594         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22596 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22598         * rfc2047.el (rfc2047-encodable-p): Don't move point.
22599         (rfc2047-decode): Treat the ascii coding-system as raw-text by
22600         default.
22602 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
22604         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22605         correct data.
22607 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
22609         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22610         (spam-group-processor-p): Fix function.
22611         (spam-group-processor-multiple-p)
22612         (spam-group-spam-processor-report-gmane-p)
22613         (spam-group-spam-processor-report-resend-p)
22614         (spam-group-spam-processor-bogofilter-p)
22615         (spam-group-spam-processor-blacklist-p)
22616         (spam-group-spam-processor-ifile-p)
22617         (spam-group-ham-processor-ifile-p)
22618         (spam-group-spam-processor-spamoracle-p)
22619         (spam-group-spam-processor-crm114-p)
22620         (spam-group-ham-processor-bogofilter-p)
22621         (spam-group-spam-processor-stat-p)
22622         (spam-group-ham-processor-stat-p)
22623         (spam-group-ham-processor-whitelist-p)
22624         (spam-group-ham-processor-BBDB-p)
22625         (spam-group-ham-processor-spamoracle-p)
22626         (spam-group-ham-processor-copy-p): Remove functions with some
22627         prejudice against unneeded code.
22628         (spam-report-articles-resend)
22629         (spam-report-resend-register-routine): Allow the group/topic
22630         spam-resend-to value to override spam-report-resend-to.
22631         (spam-summary-prepare-exit): Invoke spam-group-processor-p
22632         properly now.
22634         * gnus.el (spam-resend-to): Add group/topic parameter.
22635         (spam-process): Move the OBSOLETE processors to the end of the
22636         choices.
22638 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
22640         * spam-report.el (spam-report-resend-to, spam-report-resend):
22641         Start with resend-to set to nil, and then ask the user if necessary.
22642         (spam-report-resend): spam-report-resend takes a list of articles, not
22643         separate article numbers.
22645 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22647         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22648         addition to emacs-w3m.
22650 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22652         * assistant.el (assistant-authinfo-data): New function.
22653         (assistant-eval): Eval for entire assistant.
22655         * netrc.el (netrc-services-file): New variable.
22656         (netrc-parse-services): New function.
22657         (netrc-find-service-name): New function.
22658         (netrc-find-service-number): New function.
22659         (netrc-port-equal): New function.
22660         (netrc-machine): Use it.
22662         * nnimap.el (nnimap-open-connection): Use netrc.
22664         * gnus-util.el (gnus-netrc-get): Remove aliases.
22666         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22668         * assistant.el (wid-edit): Fix compilation.
22670         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22672 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
22674         * gnus-util.el (gnus-set-file-modes): New function.  (small
22675         patch).
22677 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22679         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22681         * assistant.el (assistant-render-node): Fix up rendering and
22682         read-only text.
22683         (assistant-render-node): Reset.
22684         (assistant-make-read-only): Not sticky.
22686 2004-05-20  Danny Siu  <dsiu@adobe.com>
22688         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
22689         centered even when gnus-auto-center-summary is t.
22691 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22693         * dns.el (dns-get-txt-answer): New function.
22694         (dns-read-txt): Ditto.
22695         (query-dns): Use it.
22697 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22699         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22700         active for foreign groups even if the group level is higher than
22701         the specified value.
22703 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22705         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22706         non-active groups.
22708         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22710 2004-05-20  Magnus Henoch  <mange@freemail.hu>
22712         * dns.el (dns-read-type): Add support for SVR.  (small patch)
22714 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
22716         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22717         (spam-crm114-header, spam-crm114-spam-switch)
22718         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22719         (spam-crm114-positive-spam-header)
22720         (spam-crm114-database-directory, spam-list-of-processors)
22721         (spam-group-spam-processor-crm114-p)
22722         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22723         (spam-generic-score, spam-list-of-checks)
22724         (spam-list-of-statistical-checks, spam-registration-functions)
22725         (spam-check-crm114-headers, spam-crm114-score)
22726         (spam-check-crm114, spam-crm114-register-with-crm114)
22727         (spam-crm114-register-spam-routine)
22728         (spam-crm114-unregister-spam-routine)
22729         (spam-crm114-register-ham-routine)
22730         (spam-crm114-unregister-ham-routine): Add CRM114 support.
22732 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
22734         * gnus.el: Add spam-use-crm114.
22736         * spam.el (spam-list-of-processors, spam-registration-functions):
22737         Add spam-use-resend.
22738         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22739         (spam-report-articles-gmane): Add doc fix.
22740         (spam-report-articles-resend, spam-report-resend-register-routine):
22741         Add wrappers around spam-report-resend-to.
22743         * spam-report.el (spam-report-resend-to, spam-report-resend):
22744         Add support for resending spam.
22745         (spam-report-gmane): Fix line length >80.
22747         * gnus.el (spam-process): Add spam-use-resend.
22749 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22751         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22752         number of processed spam messages.
22753         (spam-ham-copy-or-move-routine): Return the number of processed
22754         ham messages.
22755         (spam-summary-prepare-exit): Use the above values to decide
22756         whether status messages shouled be displayed.
22758 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22760         * rfc2047.el (rfc2047-encode-function-alist): Rename from
22761         `rfc2047-encoding-function-alist' in order to avoid conflicting
22762         with the old version.
22763         (rfc2047-encode-region): Concatenate words containing non-ASCII
22764         characters in structured fields; don't encode space-delimited
22765         ASCII words even in unstructured fields; don't break words at
22766         char-category boundaries.
22767         (rfc2047-encode-1): New function.
22768         (rfc2047-encode): Use it; encode text so that it occupies the
22769         maximum width within 76-column; work correctly on Q encoding for
22770         iso-2022-* charsets.
22771         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22772         sure not to break a line just after the header name.
22773         (rfc2047-b-encode-region): Remove.
22774         (rfc2047-b-encode-string): New function.
22775         (rfc2047-q-encode-region): Remove.
22776         (rfc2047-q-encode-string): New function.
22778         * mm-util.el (mm-replace-in-string): New function.
22780 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22782         * gnus-msg.el (gnus-inews-make-draft-meta-information):
22783         Really get it right.
22784         (gnus-inews-make-draft): Really.
22786 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
22788         * nnmh.el (nnmh-request-list-1): Don't check the link count
22789         before descending.  (small patch)
22791 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22793         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22794         stuff.
22796         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22797         Match on real group name.
22799         * gnus-art.el (gnus-signature-limit): Doc fix.
22801         * gnus-msg.el (gnus-inews-make-draft): Quote list.
22803 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22805         * gnus-draft.el (gnus-draft-send):
22806         Bind rfc2047-encode-encoded-words.
22808         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22809         (rfc2047-encodable-p): Say that =? needs encoding.
22810         (rfc2047-encode-encoded-words): New variable.
22812         * gnus-group.el (gnus-group-select-group): Doc fix.
22814         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22816         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22817         to nil.
22819         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22821         * nnheader.el (nnheader-get-lines-and-char): New function.
22823 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
22825         * gnus-msg.el (gnus-summary-followup-with-original):
22826         Document yanking of region when active.
22828 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22830         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22831         groups if the group level is higher than the specified value.
22833 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22835         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22836         (gnus-group-jump-to-group): Add prefix argument using
22837         `gnus-group-jump-to-group-prompt'.  Query before jumping to
22838         non-active group.
22840         * compface.el (uncompface): Be verbose when changing
22841         `uncompface-use-external'.
22843         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22844         handle manual section.
22846 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22848         * gnus-art.el (gnus-button-alist): Revert previous change.
22850 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22852         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
22854 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22856         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
22857         whether backend can accept message.
22859         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
22861 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
22863         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22864         Avoid creating directory when nntp-marks-is-evil is true.
22865         Reported by Reiner Steib.
22867 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22869         * gnus-picon.el (gnus-picon-insert-glyph):
22870         Add optional `nostring' argument.
22872 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22874         * gnus-picon.el (gnus-picon-style): New variable.
22875         (gnus-picon-transform-address): Support `gnus-picon-style'.
22877 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22879         * message.el (message-fill-field): Return point.
22880         (message-generate-headers): Go to end of field.
22882         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
22883         stuff for non-living groups.
22885 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22887         * gnus-art.el (gnus-article-followup-with-original)
22888         (gnus-article-reply-with-original): gnus-mark-active-p ->
22889         gnus-region-active-p.
22891 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
22893         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
22894         only when there is spam or ham to be processed.
22896 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22898         * mail-source.el (mail-source-delete-crash-box): Refactor.
22899         (mail-source-fetch): Use it.
22900         (mail-source-fetch-file): Ditto.
22901         (mail-source-fetch-directory): Run PostScript in loop.
22902         (mail-source-fetch-pop): Delete.
22903         (mail-source-fetch-maildir): Ditto.
22904         (mail-source-fetch-imap): Ditto.
22906         * imap.el (imap-authenticators): Comment out sasl.
22908         * message.el (message-skip-to-next-address): New function.
22909         (message-fill-header-address): Refactor.
22910         (message-fill-address): Use it.
22911         (message-delete-address): Use it.
22912         (message-fill-header-general): Refactor.
22913         (message-fill-field-address): Rename.
22914         (message-narrow-to-field): Find the start of the header.
22915         (message-header-format-alist): Don't pre-fill.
22916         (message-fill-header): Remove.
22917         (message-insert-header): New function.
22918         (message-shorten-references): Use it.
22920         * rfc2047.el (rfc2047-field-value): Strip props.
22922         * mail-parse.el (mail-header-make-address): New alias.
22924         * ietf-drums.el (ietf-drums-make-address): New function.
22926         * imap.el: Add compiler directives.
22928         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22930         * gnus-art.el (article-decode-idna-rhs): Don't use
22931         message-idna-inside-rhs-p.
22933 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22935         * message.el (message-idna-inside-rhs-p): Remove.
22936         (message-idna-to-ascii-rhs-1): Use proper address parsing.
22938         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22939         false positives.
22941 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22943         * imap.el (imap-sasl-make-mechanisms): Use sasl.
22945 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22947         * nneething.el (nneething-file-name): Don't create spurious
22948         files.
22950         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22951         (gnus-inews-do-gcc): Remove sleep.
22953         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22954         part under point.
22956         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22957         (gnus-agent-regenerate-group): Using nil messages aren't valid.
22959 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
22961         * spam.el (spam-summary-prepare-exit): Fix (length).
22963 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
22965         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
22966         as expired without moving it" message when there are spam
22967         messages left.
22969 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
22971         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22972         header is not nil.
22974 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
22976         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22977         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22978         (nntp-marks-changed-p): New arg SERVER.
22979         (nntp-request-update-info): Adjust caller.
22981 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
22983         * nntp.el (nntp-save-marks): Pass missing arg.
22985 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
22987         * nntp.el: Support marks.
22988         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22989         (nntp-marks-modtime, nntp-marks-directory): New variables.
22990         (nntp-request-set-mark, nntp-request-update-info)
22991         (nntp-possibly-create-directory, nntp-marks-changed-p)
22992         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22993         New functions.
22995 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
22997         * gnus-score.el (gnus-score-insert-help):
22998         Use gnus-select-lowest-window.
23000         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23001         appt-select-lowest-window and rename to gnus-select-lowest-window.
23003         * gnus.el: do.
23005 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23007         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23008         encodings of MIME-encoded words, in order to improve
23009         interoperability with several broken MUAs.
23011 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23013         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23014         tags, only when charsets are not specified in headers.
23015         (mm-inline-text-html-render-with-w3m): Ditto.
23017 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23019         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23020         instead of MIME-decoded from fields when checking
23021         `gnus-article-address-banner-alist'.
23023 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
23025         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23026         description rather than subject.
23028 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23030         * gnus.el (gnus-version-number): Bump.
23032 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23034         * gnus.el: No Gnus v0.2 is released.
23036 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23038         * gnus-agent.el (gnus-agent-read-agentview):
23039         Inline gnus-uncompress-range.
23041 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23043         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23044         `exec-installed-p'.
23046 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23048         * gnus.el (spam-process, spam-autodetect-methods):
23049         Add bsfilter and bsfilter-headers.
23051         * spam.el (spam-bsfilter): New customize group.
23052         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23053         (spam-bsfilter-header, spam-bsfilter-probability-header)
23054         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23055         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23056         (spam-bsfilter-database-directory): New options.
23057         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23058         (spam-list-of-statistical-checks, spam-registration-functions):
23059         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23060         (spam-bsfilter-score): New command.
23061         (spam-check-bsfilter-headers, spam-check-bsfilter)
23062         (spam-bsfilter-register-with-bsfilter)
23063         (spam-bsfilter-register-spam-routine)
23064         (spam-bsfilter-unregister-spam-routine)
23065         (spam-bsfilter-register-ham-routine)
23066         (spam-bsfilter-unregister-ham-routine): New functions.
23067         (spam-generic-score): Support bsfilter; Accept an optional argument
23068         to recalcurate spam score even if scoring header has already been
23069         added.
23070         (spam-bogofilter-score, spam-spamassassin-score): Accept an
23071         optional argument to recalcurate spam score even if scoring header
23072         has already been added.
23074 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
23076         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23077         strings!  Reported by David D. Smith <davidsmith@acm.org>.
23078         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23079         link is missing.
23081 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
23083         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23084         (html2text-get-attr): Rewrite.
23086         * message.el (message-setup-1): Remove redundant put-text-property
23087         on mail-header-separator.
23089 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
23091         * gnus-registry.el (gnus-registry-cache-whitespace)
23092         (gnus-registry-action, gnus-registry-spool-action)
23093         (gnus-registry-split-fancy-with-parent): Change message levels
23094         from 5 to 3 or 7, as needed.
23096         * spam.el (spam-summary-prepare-exit)
23097         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23098         (spam-split, spam-find-spam, spam-log-undo-registration)
23099         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23100         level from 5 to 6.
23102 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23104         * gnus-ems.el: Autoload appt-select-lowest-window (revert
23105         2004-03-04 change).
23107 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
23109         * sieve-manage.el (sieve-manage-open):
23110         * nnweb.el (nnweb-insert-html):
23111         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23112         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23113         * nnspool.el (nnspool-request-group):
23114         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23115         * nnml.el (nnml-request-update-info):
23116         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23117         (nnmh-request-create-group, nnmh-update-gnus-unreads):
23118         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23119         (nnimap-request-set-mark):
23120         * nnfolder.el (nnfolder-request-update-info):
23121         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23122         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23123         * gnus-uu.el (gnus-uu-find-articles-matching):
23124         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23125         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23126         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23127         * gnus-nocem.el (gnus-nocem-scan-groups):
23128         * gnus-int.el (gnus-start-news-server):
23129         * gnus-group.el (gnus-group-make-kiboze-group)
23130         (gnus-group-browse-foreign-server):
23131         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23132         Use mapc when appropriate.
23134 2004-04-22  Dan Christensen  <jdc@uwo.ca>
23135             Adam Sjøgren  <asjo@koldfront.dk>
23136             Wes Hardaker  <wes@hardakers.net>
23137             Michael Shields  <shields@msrl.com>
23139         * spam.el (spam-necessary-extra-headers): Get the extra headers we
23140         may need for spam sorting and scoring.
23141         (spam-user-format-function-S): Add user format function suitable for
23142         general use.
23143         (spam-article-sort-by-spam-status): Add sorting function for summary
23144         sorting.
23145         (spam-extra-header-to-number): Add function to get a score from a
23146         header.
23147         (spam-summary-score): Add function to get a numeric score from the
23148         headers.
23149         (spam-generic-score): Fix function doc, was in wrong place.
23150         (spam-initialize): Take symbols when it's run, and install the
23151         extra headers that spam-necessary-extra-headers thinks we need.
23153 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
23155         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23156         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23158 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
23160         * gnus-sum.el (gnus-set-global-variables)
23161         (gnus-build-all-threads, gnus-get-newsgroup-headers)
23162         (gnus-article-get-xrefs, gnus-summary-best-group)
23163         (gnus-summary-next-article, gnus-summary-enter-digest-group)
23164         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23165         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23166         Use with-current-buffer.
23168 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
23170         * spam.el (spam-summary-prepare-exit): Simplify logic.
23171         (spam-fetch-article-header): Read the article header if it's not
23172         available.
23173         (spam-list-articles): Simplify logic.
23174         (spam-filelist-register-routine): Fix bug with unregister-list.
23176         * gnus-registry.el: Fix comments at beginning.
23178 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
23180         * message.el (message-cater-to-broken-inn): Remove.
23181         (message-shorten-references): Make sure the total folded length of
23182         References is shorter than 998 characters to cater to a bug in INN
23183         2.3.  Also, don't pretend that references aren't folded -- this
23184         hasn't worked for a while.
23186 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23188         * gnus-agent.el (gnus-agentize):
23189         gnus-agent-send-mail-real-function no longer set to current value
23190         of message-send-mail-function but rather a lambda that calls
23191         message-send-mail-function.  The change makes the agent real-time
23192         responsive to user changes to message-send-mail-function.
23194 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23196         * legacy-gnus-agent.el
23197         (gnus-agent-convert-to-compressed-agentview): Fix typos with
23198         help from Florian Weimer <fw@deneb.enyo.de>
23200 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23202         * nnmail.el (nnmail-cache-insert): Revert last change.
23204 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23206         * nnmail.el (nnmail-cache-insert): Always check whether
23207         nnmail-cache-ignore-groups matches a group name.
23209 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
23211         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23212         (spam-find-spam, spam-log-processing-to-registry)
23213         (spam-log-registered-p, spam-log-unregistration-needed-p)
23214         (spam-log-undo-registration): Use gnus-message instead of
23215         gnus-error, none of these errors are fatal.
23217         * gnus-registry.el (gnus-registry-clean-empty-function)
23218         (gnus-registry-clean-empty): Remove only empty entries without
23219         extra data.
23221 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
23223         * spam-stat.el (spam-stat-buffer-change-to-spam)
23224         (spam-stat-buffer-change-to-non-spam): Change (error) to
23225         (gnus-message 8) invocation.
23227 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23229         * nntp.el (nntp-via-netcat-command): New variable.
23230         (nntp-via-netcat-switches): New variable.
23231         (nntp-open-via-rlogin-and-netcat): New function.
23232         (nntp-open-connection-function): Doc fix.
23233         (nntp-telnet-command): Doc fix.
23234         (nntp-end-of-line): Doc fix.
23235         (nntp-via-rlogin-command): Doc fix.
23236         (nntp-via-user-name): Doc fix.
23237         (nntp-via-address): Doc fix.
23239 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23241         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23242         error in Emacs 21.1.
23244 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
23246         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23248 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23250         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23251         (gnus-agent-with-refreshed-group): New macro.
23252         (gnus-agent-rename-group): New function.
23253         (gnus-agent-delete-group): New function.
23254         (gnus-agent-save-group-info): Use gnus-command-method when
23255         `method' parameter is nil.  Don't write nil entries into the
23256         active file.
23257         (gnus-agent-get-group-info): New function.
23258         (gnus-agent-fetch-articles):
23259         Use gnus-agent-update-files-total-fetched-for to increment disk space
23260         used.
23261         (gnus-agent-fetch-headers, gnus-agent-save-alist):
23262         Use gnus-agent-update-view-total-fetched-for to increment disk space
23263         used.
23264         (gnus-agent-get-local): Add optional parameters to avoid calling
23265         gnus-group-real-name and gnus-find-method-for-group.
23266         (gnus-agent-set-local): Delete stored entry if either min, or max,
23267         are nil.
23268         (gnus-agent-fetch-session): Reworded error/quit messages.
23269         On quit, use gnus-agent-regenerate-group to record existence of any
23270         articles fetched to disk before the quit occurred.
23271         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23272         gnus-agent-update-view-total-fetched-for, and
23273         gnus-agent-update-files-total-fetched-for to decrement disk space
23274         used.
23275         (gnus-agent-retrieve-headers):
23276         Use gnus-agent-update-view-total-fetched-for to increment disk space
23277         used.
23278         (gnus-agent-regenerate-group): Replace gnus-group-update-group
23279         with gnus-agent-update-files-total-fetched-for to decrement disk
23280         space and fresh group buffer.
23281         (gnus-agent-inhibit-update-total-fetched-for): New variable.
23282         (gnus-agent-need-update-total-fetched-for): New variable.
23283         (gnus-agent-update-files-total-fetched-for): New function.
23284         (gnus-agent-update-view-total-fetched-for): New function.
23285         (gnus-agent-total-fetched-for): New function.
23287         * gnus-cache.el (gnus-cache-save-buffers):
23288         Use gnus-cache-update-overview-total-fetched-for to change disk space
23289         used by this group.
23290         (gnus-cache-possibly-enter-article):
23291         Use gnus-cache-update-file-total-fetched-for to increment disk space
23292         used by this group.
23293         (gnus-cache-possibly-remove-article):
23294         Use gnus-cache-update-file-total-fetched-for to decrement disk space
23295         used by this group.
23296         (gnus-cache-generate-nov-databases): Purge total fetched cache.
23297         (gnus-cache-rename-group): New function.
23298         (gnus-cache-delete-group): New function.
23299         (gnus-cache-inhibit-update-total-fetched-for): New variable.
23300         (gnus-cache-need-update-total-fetched-for): New variable.
23301         (gnus-cache-with-refreshed-group): New macro.
23302         (gnus-cache-update-file-total-fetched-for): New function.
23303         (gnus-cache-update-overview-total-fetched-for): New function.
23304         (gnus-cache-rename-group-total-fetched-for): New function.
23305         (gnus-cache-delete-group-total-fetched-for): New function.
23306         (gnus-cache-total-fetched-for): New function.
23308         * gnus-group.el: Require gnus-sum and autoload functions to
23309         resolve warnings when gnus-group.el compiled alone.
23310         (gnus-group-line-format): Documented new %F.
23311         (size of Fetched data) group line format; identifies disk space
23312         used by agent and cache.
23313         (gnus-group-line-format-alist): Defined new F format.
23314         (gnus-total-fetched-for): New function.
23315         (gnus-group-delete-group): No longer update
23316         gnus-cache-active-altered as gnus-request-delete-group now keeps
23317         the cache in sync.
23318         (gnus-group-list-active): Let the agent store a server's active
23319         list if currently plugged.
23321         * gnus-int.el (gnus-request-delete-group):
23322         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23323         local disk in sync with the server.
23324         (gnus-request-rename-group):
23325         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23326         local disk in sync with the server.
23328         * gnus-start.el (gnus-get-unread-articles):
23329         Cosmetic simplification to logic.
23331         * gnus-util.el (gnus-rename-file): New function.
23333 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
23335         * mm-util.el (mm-image-load-path): Handle nil in load-path.
23337 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
23339         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23340         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
23342 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
23344         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23345         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
23347 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
23349         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23351 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
23353         * spam.el (spam-set-difference): Add function to replace
23354         gnus-set-difference in spam.el.
23355         (spam-summary-prepare-exit): Use spam-set-difference.
23357 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
23359         * gnus-registry.el (gnus-registry-cache-file): Update to use
23360         gnus-dribble-directory OR gnus-home-directory OR ~.
23361         (gnus-registry-split-fancy-with-parent): Fix doc.
23363 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23365         * message.el (message-exchange-point-and-mark):
23366         Use message-mark-active-p.  Suggested by Jesper Harder
23367         <harder@ifa.au.dk>.
23369 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23371         * message.el (message-exchange-point-and-mark): Don't activate
23372         region if it was inactive.  Suggested by Hiroshi Fujishima
23373         <pooh@nature.tsukuba.ac.jp>.
23375 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23377         * gnus-art.el (article-display-face): Display Faces in the same
23378         order as X-Faces.
23380 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23382         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23384 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23386         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23387         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23388         (gnus-article-mime-hierarchy): Remove.
23389         (gnus-article-mime-hierarchy-next): Remove.
23390         (gnus-article-mode): Revert 2004-03-19 change.
23391         (gnus-article-setup-buffer): Revert 2004-03-19 change.
23392         (gnus-insert-mime-button): Revert 2004-03-19 change.
23393         (gnus-mime-accumulate-hierarchy): Remove.
23394         (gnus-mime-enter-multipart): Remove.
23395         (gnus-mime-leave-multipart): Remove.
23396         (gnus-mime-display-part): Revert 2004-03-19 change.
23397         (gnus-mime-display-alternative): Revert 2004-03-19 change.
23399         * mml.el (mml-preview): Revert 2004-03-19 change.
23401 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
23403         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23405 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23407         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23408         t while entering a file name using the mm-with-multibyte macro.
23409         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23411         * mm-util.el (mm-with-multibyte): New macro.
23413 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23415         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23416         New user option.
23417         (gnus-mime-multipart-functions): Doc and customization fix.
23418         (gnus-article-mime-hierarchy): New variable.
23419         (gnus-article-mime-hierarchy-next): New variable.
23420         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23421         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23422         gnus-article-mime-hierarchy-next to nil.
23423         (gnus-insert-mime-button): Show hierarchy numbers.
23424         (gnus-mime-accumulate-hierarchy): New function.
23425         (gnus-mime-enter-multipart): New function.
23426         (gnus-mime-leave-multipart): New function.
23427         (gnus-mime-display-part): Recompute hierarchical MIME structure.
23428         (gnus-mime-display-alternative): Show hierarchy numbers.
23430         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23431         gnus-article-mime-hierarchy-next to nil.
23433 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
23435         * dns.el: Don't require gnus-xmas.
23437 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
23439         * mml.el (mml-generate-mime-1): Don't use format=flowed with
23440         inline PGP.
23441         (mml-menu): Disable mml-quote-region if mark is inactive.
23443 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23445         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23446         when the group's active is not available.
23448 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23450         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23451         error.
23453 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
23455         * imap.el (imap-store-password): New variable.
23456         (imap-interactive-login): Use it.
23457         Suggested by Mark Plaksin <happy@mcplaksin.org>.
23459 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23461         * gnus-art.el (gnus-article-read-summary-keys): Restore new
23462         window-start and hscroll to summary window.
23464 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23466         * gnus-start.el (gnus-convert-old-newsrc): Only write the
23467         conversion message to newsrc-dribble when an actual conversion is
23468         performed.
23470 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
23472         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23474 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23476         * mm-decode.el (mm-complicated-handles): New function reviving
23477         former definition of mm-multiple-handles.
23479         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23480         (gnus-mime-delete-part): Use it.
23482 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23484         * gnus-agent.el (gnus-agent-read-local):
23485         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23486         avoid the implicit assumption that they will always be equal.
23487         (gnus-agent-save-local): Bind buffer-file-coding-system, not
23488         coding-system-for-write, as the with-temp-file macro first prints
23489         to a buffer then saves the buffer.
23491 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23493         * gnus-art.el (gnus-article-edit-part): New function.
23494         (gnus-mime-save-part-and-strip): Use it; do query instead of
23495         signaling an error; don't use mm-multiple-handles.
23496         (gnus-mime-delete-part): Ditto.
23498 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23500         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23501         old file versions.
23502         (gnus-group-prepare-hook): Remove function that converted list
23503         form of gnus-agent-expire-days to group properties.
23505         * gnus-int.el: Autoload gnus-agent-regenerate-group.
23506         (gnus-request-accept-article): Re-indented.
23508         * gnus-start.el (gnus-convert-old-newsrc): Registered new
23509         converters to handle old agent file formats.  Add logic for a
23510         "backup before upgrading warning".
23511         (gnus-convert-mark-converter-prompt): Developers can mark
23512         functions as needing (default), or not needing,
23513         gnus-convert-old-newsrc's "backup before upgrading warning".
23514         (gnus-convert-converter-needs-prompt): Tests whether the user
23515         should be protected from potentially irreversable changes by the
23516         function.
23518         * legacy-gnus-agent.el: New.  Provides converters that are only
23519         loaded when gnus-convert-old-newsrc needs to call them.
23521 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23523         * mail-source.el (mail-source-touch-pop): Doc fix.
23525         * message.el (message-smtpmail-send-it): Doc fix.
23527 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
23529         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23531         * nnmail.el (nnmail-split-fancy): do.
23533         * gnus-kill.el (gnus-kill, gnus-execute): do.
23535 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
23537         * gnus-sum.el (gnus-widget-reversible-match)
23538         (gnus-widget-reversible-to-internal)
23539         (gnus-widget-reversible-to-external): New functions.
23540         (gnus-widget-reversible): New widget.
23541         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23543 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
23545         * gnus-sum.el (gnus-thread-sort-functions)
23546         (gnus-article-sort-functions): Document `(not F)' items.
23548 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
23550         * spam.el (spam-use-gmane-xref): Add new backend.
23551         (spam-gmane-xref-spam-group): Add variable to control the name of the
23552         Gmane spam group.
23553         (spam-blackhole-servers, spam-blackhole-good-server-regex)
23554         (spam-regex-headers-spam, spam-regex-headers-ham)
23555         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23556         (spam-list-of-checks): Add spam-use-gmane-xref to list of
23557         backends and checks.
23558         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23560         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23561         an autodetect method.
23563 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23565         * gnus-int.el (gnus-request-accept-article): Inform the agent that
23566         articles are being added to a group.
23567         (gnus-request-replace-article): Inform the agent that articles
23568         need to be uncached as the cached contents are no longer valid.
23570 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23572         * binhex.el: Don't autoload executable-find.
23574         * canlock.el: Don't autoload mail-fetch-field.
23576         * gnus-ems.el: Don't autoload appt-select-lowest-window.
23578         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23579         rmail-dont-reply-to and rmail-output.
23581         * gnus-score.el: Don't autoload ffap-string-at-point.
23583         * gnus-setup.el: Don't autoload sc-cite-original.
23585         * imap.el: Don't autoload base64-decode-string,
23586         base64-encode-string and md5.
23588         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23589         and rmail-msg-restore-non-pruned-header.
23591         * mm-decode.el: Don't autoload executable-find.
23593         * mm-url.el: Don't autoload executable-find.
23595         * mm-view.el: Don't autoload diff-mode.
23597         * nndb.el: Don't autoload news-reply-mode, news-setup,
23598         cancel-timer and telnet.
23600         * password.el: Don't autoload run-at-time for Emacs.
23602         * sha1-el.el: Don't autoload executable-find.
23604         * sieve-mode.el: Don't autoload c-mode.
23606         * uudecode.el: Don't autoload executable-find.
23608 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23610         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23611         (gnus-agent-possibly-alter-active): Avoid null in numeric
23612         comparison.
23613         (gnus-agent-set-local): Refuse to save null in local object table.
23614         (gnus-agent-regenerate-group): The REREAD parameter can now be a
23615         list of articles that will be marked as unread.
23617 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23619         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23621 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
23623         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23624         language tags.
23626 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
23628         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23629         Don't bind "obarray".
23631         * gnus-sum.el (gnus-thread-sort-functions):
23632         Add `gnus-thread-sort-by-most-recent-number' and
23633         `gnus-thread-sort-by-most-recent-date'.
23634         Reported by Kai Grossjohann <kai@emptydomain.de>.
23636 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23638         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23640 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23642         * gnus-cus.el (gnus-agent-customize-category):
23643         Remove ignore-errors macro reference that required cl to be loaded at
23644         run-time.
23646         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23647         single-interval range of the form (min . max).  Previously the
23648         range had to look like ((min . max)).  Likewise, return
23649         (min . max) rather than ((min . max)).
23650         (gnus-range-map): Use gnus-range-normalize to accept
23651         single-interval range.
23653         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23654         the cache, but not the agent, now appear with their usual face.
23656 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23658         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23659         w3m-safe-url-regexp variable buffer-local.
23661         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23663 2004-02-27  Simon Josefsson  <jas@extundo.com>
23665         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23666         gnus-group-real-prefix.
23667         (gnus-summary-move-article): Use it, instead of
23668         gnus-group-real-prefix.
23670 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23672         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23673         w3m-safe-url-regexp variable buffer-local and set it as the value
23674         of mm-w3m-safe-url-regexp.
23676         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23678         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23679         parsing gnus-posting-styles when the message is not for replying.
23681         * nnrss.el (nnrss-opml-export):
23682         Use mm-set-buffer-file-coding-system instead of
23683         set-buffer-file-coding-system.
23685 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
23687         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23688         of checkdoc.el).
23689         * nnrss.el: do.
23690         * gnus-mlspl.el: do.
23691         * gnus-ml.el: do.
23692         * gnus-srvr.el: do.
23694         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23696 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
23698         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23699         Corrections to custom-manual links.
23701         * gnus-art.el (gnus-article): Ditto.
23703         * mm-decode.el (mime-display, mime-security): Ditto.
23705 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23707         * flow-fill.el: Typo.
23709 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
23711         * spam-wash.el: New file.
23713 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
23715         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23717 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
23719         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23720         to be run with new-articles as LIST1, not LIST2.
23721         (spam-registration-functions): Add spam-use-ham-copy as a nil
23722         registration backend.
23724 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23726         * spam-stat.el (spam-stat-washing-hook): New option.
23727         (spam-stat-buffer-words): Use it.
23728         (spam-stat-process-directory, spam-stat-test-directory):
23729         Use insert-file-contents-literally.
23730         (spam-stat-coding-system): New variable.
23731         (spam-stat-load, spam-stat-save): Use it.
23733 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23735         * spam-report.el (spam-report-plug-agent):
23736         Quote spam-report-url-to-file and spam-report-url-ping-plain.
23738 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
23740         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23741         Allow / in mailto URLs.
23743 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23745         * spam-report.el (spam-report-process-queue): Fix interactive use.
23746         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23747         (spam-report-unplug-agent): Doc fixes.
23748         (spam-report-url-ping-mm-url, spam-report-url-to-file)
23749         (spam-report-agentize, spam-report-deagentize):
23750         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23752         * message.el (message-setup-fill-variables): Add mml tags to
23753         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
23754         <ajk@iu.edu>.
23755         (message-mode): Don't modify paragraph-separate there.
23757 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23759         * compface.el (uncompface-use-external): Default to undecided.
23760         (uncompface-use-external-threshold): New variable.
23761         (uncompface-float-time): New macro.
23762         (uncompface): Determine whether to use the external decoder if
23763         uncompface-use-external is undecided.
23765 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23767         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23768         after images.
23770         * gnus-art.el (gnus-mime-display-single): Remove dead code.
23772 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
23774         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23776         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23778         * gnus-sum.el (gnus-summary-limit-to-age)
23779         (gnus-summary-limit-children): do.
23781         * gnus-int.el (gnus-request-scan): do.
23783         * gnus-group.el (gnus-group-suspend): do.
23785         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23787         * gnus-cite.el (gnus-cite-parse-attributions): do.
23789         * gnus-agent.el (gnus-summary-set-agent-mark)
23790         (gnus-agent-regenerate-group): do.
23792         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23794         * binhex.el (binhex-decode-region-internal): do.
23796 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23798         * gnus-fun.el (gnus-face-properties-alist): New user option.
23799         (gnus-display-x-face-in-from): Use it.
23801         * gnus-art.el (article-display-face): Ditto.
23803         * compface.el (uncompface-use-external): Default to nil.
23805 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
23807         * nntp.el (nntp-erase-buffer): New function.
23808         (nntp-retrieve-data, nntp-send-command)
23809         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23810         (nntp-possibly-change-group): Use it.
23812         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23813         Use with-current-buffer.
23815 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
23817         * compface.el: Merge the ELisp-based uncompface program.
23818         (compface): New customization group.
23819         (uncompface-use-external): New user option.
23820         (uncompface): Call uncompface-internal if uncompface-use-external
23821         is nil.
23822         (uncompface-internal): New function.  Note that there are also
23823         some other functions and variables added for this function.
23825 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
23827         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23828         if necessary.
23830 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
23832         * spam-report.el (spam-report-unplug-agent)
23833         (spam-report-plug-agent, spam-report-deagentize)
23834         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23835         Add support for the Agent in spam-report: when unplugged, report to a
23836         file; when plugged, submit all the requests.
23838         * spam.el (spam-register-routine): Fix message about
23839         registration.
23841 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
23843         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
23844         dependencies.
23845         (rfc2047-encode): Use it.
23847         * gnus-art.el (gnus-button-marker-list): Move before first
23848         reference.
23850         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23851         (imap-parse-body): Fix format string mismatch.
23853         * gnus-score.el (gnus-summary-increase-score): do.
23855         * nnrss.el (nnrss-close): New function.
23857 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
23859         * nnrss.el (nnrss-make-filename): New function.
23860         (nnrss-request-delete-group, nnrss-read-server-data)
23861         (nnrss-save-server-data, nnrss-read-group-data)
23862         (nnrss-save-group-data): Use it.
23863         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
23864         (nnrss-read-server-data, nnrss-read-group-data): Use load.
23865         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
23867 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
23869         * mml.el (mml-compute-boundary-1): Don't uncompress files.
23871 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
23873         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
23874         files.
23876         * message.el (message-generate-headers-first): Don't quote nil
23877         and t in docstrings.
23879         * imap.el (imap-id): do.
23881         * gnus-agent.el (gnus-agent-consider-all-articles)
23882         (gnus-agent-queue-mail): do.
23884 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
23886         * spam-report.el (spam-report-process-queue): New function.
23887         Process requests from `spam-report-requests-file'.
23888         (spam-report-process-queue): Doc fix.
23890 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
23892         * spam.el (spam-register-routine)
23893         (spam-log-processing-to-registry, spam-log-registered-p)
23894         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23895         Change "check" to "spam-check" for semi-clarity.
23897 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
23899         * pop3.el: Require nnheader.
23901         * mml-smime.el: Require cl.  Autoload message-fetch-field.
23903         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
23905         * gnus-picon.el: Require cl.
23907         * gnus-fun.el: Require gnus-ems and gnus-util.
23909         * gnus.el (gnus-method-to-server): Move defsubst before first use.
23911         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
23913         * gnus-art.el (gnus-article-edit-mode): Define before first
23914         reference.
23916 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
23918         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23919         (gnus-uu-post-encoded): Use point-at-bol.
23921         * gnus-topic.el (gnus-group-active-topic-p): do.
23923         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23925         * gnus-group.el (gnus-group-kill-region): do.
23927         * gnus-art.el (article-date-ut): do.
23929         * message.el (message-fetch-field): Remove redundant
23930         case-fold-search binding.
23931         (message-narrow-to-field): Simplify.
23933 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
23935         * spam.el (spam-directory): Derive from `gnus-directory'.
23937         * spam-report.el (spam-report-url-to-file)
23938         (spam-report-requests-file): New function and variable for offline
23939         reporting.
23940         (spam-report-url-ping-function): Add `spam-report-url-to-file'
23941         and user defined function.
23942         (spam-report-url-ping-mm-url): Remove doubled slash.
23944 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
23946         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23948 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
23950         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23951         Fix format string mismatch.
23953         * sieve.el (sieve-deactivate-all): do.
23955         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23957         * nnlistserv.el (nnlistserv-kk-wash-article): do.
23959         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23961         * mm-bodies.el (mm-7bit-chars): Don't include \r.
23963 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
23965         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23966         the list of checks.
23968 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
23970         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23971         padding.
23973 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
23975         * mm-view.el (mm-fill-flowed): New variable.
23976         (mm-inline-text): Use it.
23978 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
23980         * spam.el (spam-spamassassin-register-ham-routine)
23981         (spam-spamassassin-register-spam-routine): Fix function names.
23983 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23985         * gnus.el (gnus-tmp-grouplens): Remove.
23986         (gnus-summary-line-format): Remove grouplens.
23988         * gnus-group.el (gnus-group-line-format): Ditto.
23990         * gnus-spec.el (gnus-format-specs): Ditto.
23991         (gnus-update-format-specifications): Flush the group format spec
23992         cache if there's the grouplens stuff.
23993         (gnus-parse-simple-format): Replace %l with the empty string.
23995 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
23997         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23998         omission.
24000 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24002         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24003         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24005 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24007         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24008         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24009         New macros and functions.
24010         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24011         Handle > NLINK_MAX messages.
24012         * nnmaildir.el (nnmaildir-request-set-mark):
24013         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24015 2004-01-25  Alex Schroeder  <alex@gnu.org>
24017         * spam-stat.el (spam-stat-process-directory-age): New option.
24018         (spam-stat-process-directory): Use it.
24020 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
24022         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24023         (spam-stat-save): Accept prefix argument.
24025 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
24027         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24028         links" error.
24030 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24032         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24033         compatibility with old .newsrc.eld files.
24035         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24037         * gnus-start.el (gnus-1): do.
24039         * gnus-group.el (gnus-group-line-format-alist): do.
24041         * gnus.el (gnus-use-grouplens, gnus-visual): do.
24043         * gnus-gl.el: Remove.
24045 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24047         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24048         marks consisting of a single range {for example, (3 . 5)} rather
24049         than a list of a single range { ((3 . 5)) }.
24051 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24053         * spam-stat.el (spam-stat-store-gnus-article-buffer):
24054         Use with-current-buffer.
24055         (spam-stat-store-current-buffer): Use insert-buffer-substring to
24056         avoid consing a string.
24058         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24059         Remove obsolete entries for big5 and gb2312.
24061 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24063         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24064         uncompressed list.
24066 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
24068         * spam-stat.el (spam-stat-strip-xref): New function.
24069         (spam-stat-process-directory): Use it.
24071         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24072         here -- it's done in message-fetch-field.
24074 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24076         * gnus-agent.el (gnus-agent-queue-mail)
24077         (gnus-agent-prompt-send-queue): New variables.
24078         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24079         * gnus-draft.el (gnus-group-send-queue): Pass the group name
24080         "nndraft:queue" along to gnus-draft-send.
24081         Use gnus-agent-prompt-send-queue.
24082         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24083         is "nndraft:queue".  Suggested by Gaute Strokkenes
24084         <gs234@srcf.ucam.org>
24086         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24087         (agent-enable-undownloaded-faces): Add.
24088         (gnus-agent-cat-groups): Use eval-and-compile, not
24089         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24090         method of gnus-agent-cat-groups even when the buffer has been
24091         evalled.
24092         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24093         delete gnus-agent-save-active-1.
24094         (gnus-agent-save-groups): Delete.  Identical to
24095         gnus-agent-save-active.
24096         (gnus-agent-write-active): No longer adjust agent's copy of active
24097         file as agent's adjustments are now stored in their own
24098         file.  Remove optional parameter.
24099         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24100         servers.  Add use of min/max range limits from server's local
24101         file.
24102         (gnus-agent-save-alist): Remove unused optional argument.
24103         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24104         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24105         (gnus-agent-set-local): A per-server file that keeps min/max range
24106         limits for articles known to the agent.  Provides a fast mechanism
24107         for altering many active ranges.
24108         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24109         active file (local makes it unnecessary).
24110         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24112         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24113         (agent-enable-undownloaded-faces): Add.
24115         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24116         disable it when sending to "nndraft:queue".
24117         (gnus-group-send-queue): Add safety check to avoid sending queue
24118         when unplugged.
24120         * gnus-group.el (gnus-group-catchup): Use new
24121         gnus-sequence-of-unread-articles, not
24122         gnus-list-of-unread-articles, to avoid exhausting memory with huge
24123         numbers of articles.  Use gnus-range-map to avoid having to
24124         uncompress the unread list.
24125         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24126         Fix invalid ange-ftp reference.
24128         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24129         (gnus-sorted-range-intersection): Intersection of two ranges
24130         without requiring that they first be uncompressed.
24132         * gnus-start.el (gnus-activate-group): Unless blocked by the
24133         caller, possibly expand the active range to include both cached
24134         and agentized articles.
24135         (gnus-convert-old-newsrc): Rewrote in anticipation of having
24136         multiple version-dependent converters.
24137         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24138         gnus-agent-save-active.
24139         (gnus-save-newsrc-file): Save dirty agent range limits.
24141         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24142         gnus-agent-possibly-alter-active.
24143         (gnus-adjust-marked-articles): Faster handling of simple lists.
24145 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
24147         * spam-stat.el (spam-stat-test-directory): New optional argument
24148         displays a list of files detected.  Suggested by Andrew Cohen
24149         <cohen@andy.bu.edu>.
24150         (spam-stat-buffer-words-with-scores): Don't narrow and change
24151         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
24153 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
24155         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24156         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24157         (spam-spamassassin-arguments)
24158         (spam-spamassassin-spam-flag-header)
24159         (spam-spamassassin-positive-spam-flag-header)
24160         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24161         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24162         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24163         (spam-list-of-processors, spam-list-of-checks)
24164         (spam-list-of-statistical-checks, spam-registration-functions)
24165         (spam-check-spamassassin-headers, spam-check-spamassassin)
24166         (spam-spamassassin-score)
24167         (spam-spamassassin-register-with-sa-learn)
24168         (spam-spamassassin-register-spam-routine)
24169         (spam-spamassassin-register-ham-routine)
24170         (spam-assassin-register-spam-routine)
24171         (spam-assassin-register-ham-routine): Add SpamAssassin support.
24172         (spam-bogofilter-score): Fix to show article before scoring.
24174 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
24176         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24177         default scoring function.
24178         (spam-generic-score): Call spam-spamassassin-score if
24179         spam-use-spamassassin or spam-use-spamassassin-headers is on;
24180         spam-bogofilter-score otherwise.
24182         * gnus.el (spam-process, spam-autodetect-methods):
24183         Add spamassassin and spamassassin-headers.
24185 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
24187         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24188         Suppress unnecessary messages.
24190 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
24192         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24193         make-hash-table.
24195 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24197         * canlock.el (base64-encode-string): Don't autoload it.
24199 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24201         * run-at-time.el: Remove useless (require 'itimer),
24202         eval-and-compile and (featurep 'xemacs).
24204 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
24206         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24207         GROUP is a virtual group.
24209 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
24211         * gnus.el: Autoload `message-y-or-n-p'.
24213 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
24215         * pgg-parse.el: Remove unnecessary (require 'custom).
24217         * pgg-def.el: do.
24219         * nnmail.el: do.
24221         * gnus-undo.el: do.
24223         * gnus-picon.el: do.
24225         * gnus-util.el: do.
24227 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
24229         * gnus-sum.el (gnus-pick-line-number): Add autoload.
24231 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24233         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24234         handle, as well as a list.
24236         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24237         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24238         (mm-w3m-cid-retrieve): Simplify.
24240 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
24242         * message.el (message-kill-to-signature): Allow prefix arg to
24243         specify number of lines to keep before signature.
24245 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
24247         * message.el (message-kill-to-signature): Change docstring.
24249 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24251         * canlock.el: Always require sha1-el.
24252         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24254         * message.el: Autoload sha1 only when compiling.
24256 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24258         * message.el (message-canlock-generate): Require sha1-el.
24260 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
24262         * message.el (message-expand-name): Silence the byte compiler.
24264 2004-01-13  Simon Josefsson  <jas@extundo.com>
24266         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24267         Invoke gnus-score-mode.
24268         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24270         * gnus-range.el (gnus-compress-sequence): Doc fix.
24271         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24273 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24275         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24277 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
24279         * spam.el (spam-get-article-as-string): Update to use
24280         gnus-request-article-this-buffer, much simpler.
24281         (spam-get-article-as-buffer): Remove.
24283 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
24285         * message.el (message-expand-name): Use EUDC if the user uses that.
24287 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24289         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24290         character for the encoding to avoid consing a string.
24292         * rfc2047.el (rfc2047-decode-string): Don't cons a string
24293         unnecessarily.
24295         * mm-util.el (mm-replace-chars-in-string): Remove.
24297         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24298         of mm-replace-chars-in-string.
24300 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
24302         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24304         * mm-util.el (mm-subst-char-in-string): Support inplace.
24306         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24307         a new string in every iteration.  Use shy groups.
24309 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
24311         * gnus-srvr.el (gnus-browse-unsubscribe-group):
24312         * gnus-soup.el (gnus-soup-group-brew):
24313         * gnus-msg.el (gnus-put-message):
24314         * gnus-move.el (gnus-group-move-group-to-server):
24315         * gnus-kill.el (gnus-batch-score):
24316         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24317         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24318         (gnus-group-update-group, gnus-group-read-group)
24319         (gnus-group-make-group, gnus-group-make-help-group)
24320         (gnus-group-make-archive-group, gnus-group-make-directory-group)
24321         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24322         (gnus-group-sort-by-unread, gnus-group-catchup)
24323         (gnus-group-unsubscribe-group, gnus-group-kill-group)
24324         (gnus-group-yank-group, gnus-group-set-info)
24325         (gnus-group-list-groups):
24326         * gnus.el (gnus-generate-new-group-name):
24327         * gnus-delay.el (gnus-delay-send-queue):
24328         * nnvirtual.el (nnvirtual-catchup-group):
24329         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24330         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24331         (gnus-group-prepare-topics, gnus-topic-check-topology):
24332         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24333         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24334         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24335         (gnus-group-make-articles-read):
24336         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24337         (gnus-group-change-level, gnus-kill-newsgroup)
24338         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24339         (gnus-get-unread-articles, gnus-make-articles-unread)
24340         (gnus-make-ascending-articles-unread): Use accessor
24341         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24342         to get group information for improved readability.
24344 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24346         * gnus-art.el (article-decode-mime-words, article-babel)
24347         (gnus-article-highlight-signature, gnus-article-add-buttons)
24348         (gnus-signature-toggle): Use gnus-with-article-buffer.
24350         * gnus-art.el (gnus-article-highlight-headers)
24351         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24353         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24354         (gnus-article-set-globals, gnus-request-article-this-buffer)
24355         (gnus-button-message-id, gnus-article-maybe-hide-headers)
24356         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24357         (gnus-mime-display-alternative): Use with-current-buffer.
24359 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24361         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24362         also under 80 char limit, and call gnus-error if needed.
24363         (spam-fetch-article-header): Fix - it was a
24364         buffer-local variable (gnus-newsgroup-data).
24365         (spam-find-spam): Use spam-generate-fake-headers, forget about
24366         spam-insert-fake-headers.
24367         (spam-insert-fake-headers): Remove.
24369 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24371         * deuglify.el (gnus-article-outlook-unwrap-lines)
24372         (gnus-outlook-rearrange-article)
24373         (gnus-outlook-repair-attribution-outlook)
24374         (gnus-outlook-repair-attribution-block)
24375         (gnus-outlook-repair-attribution-other): Remove redundant
24376         save-excursion.
24378 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24380         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24381         (spam-fetch-field-subject-fast)
24382         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24383         (spam-fetch-article-header): Add functions to deal with Gnus
24384         internals for fast retrieval of article header data.
24385         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24387 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24389         * pop3.el (pop3-md5): Remove.
24390         (pop3-apop): Replace pop3-md5 with md5.
24392         * mm-bodies.el: base64 is always built-in.
24394         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24395         Use with-current-buffer.
24397 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24399         * canlock.el (canlock-insert-header): Remove excessive grouping in
24400         regexp.
24402         * gnus-sum.el (gnus-summary-read-document): Ditto.
24404         * gnus-uu.el (gnus-uu-part-number): Ditto.
24406         * html2text.el (html2text-remove-tags): Ditto.
24407         (html2text-format-tags): Ditto.
24408         (html2text-format-single-elements): Ditto.
24410         * mml.el (mml-parse-1): Ditto.
24412 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24414         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24416         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24418         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24420         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24422 2003-11-15  Simon Josefsson  <jas@extundo.com>
24424         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24425         (pgg-gpg-lookup-key): Use regexp match instead of
24426         split-string (split-string is different between emacs 21.2 and
24427         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
24429 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24431         * gnus-art.el (gnus-mime-view-all-parts)
24432         (gnus-article-part-wrapper, gnus-article-view-part):
24433         Use with-current-buffer.
24435 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24437         * spam.el (spam-disable-spam-split-during-ham-respool)
24438         (spam-spamoracle-database, spam-cache-lookups)
24439         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24440         (spam-group-ham-mark-p, spam-group-spam-mark-p)
24441         (spam-group-ham-marks, spam-group-spam-marks)
24442         (spam-group-spam-contents-p, spam-group-ham-contents-p)
24443         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24444         also add spam-use-blackholes to the statistical checks.
24445         (spam-fetch-field-fast): Add interface to fetching fields, may
24446         become a macro.
24447         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24448         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24449         (spam-insert-fake-headers): Fake an article when needed.
24450         (spam-find-spam): Fake article when possible.
24451         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24452         (spam-check-bogofilter-headers): Use message-fetch-field instead
24453         of nnmail-fetch-field.
24455 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
24457         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24459 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24461         * spam.el (spam-split): Do not require spam-use-CHECK to be
24462         enabled if that check is passed to spam-split explicitly; also
24463         fix so 'spam doesn't get converted to spam-split-group when
24464         spam-split-symbolic-return is t.
24465         (spam-find-spam): Find registrations of the article and use those
24466         instead of re-running spam-split to find the spam/ham
24467         classification of the article.
24468         (spam-log-processing-to-registry, spam-log-registered-p)
24469         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24470         Use gnus-error instead of gnus-message.
24471         (spam-log-registration-type): Add function to determine the
24472         classification of a message based on registry entries; will
24473         return nil if both 'spam and 'ham are found.
24474         (spam-check-BBDB): Expand all the BBDB macros here so we can have
24475         a reasonably fast local cache without the loading errors.
24476         (spam-cache-lookups): Set to t by default.
24477         (spam-find-spam): Don't try to guess spam-cache-lookups.
24478         (spam-enter-whitelist, spam-enter-blacklist): Clear the
24479         spam-caches entry.
24480         (spam-filelist-build-cache, spam-filelist-check-cache):
24481         Fix caching of whitelist/blacklist entries.
24482         (spam-check-whitelist, spam-check-blacklist):
24483         Invoke spam-from-listed-p with a type, not a cache variable.
24484         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24486 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24488         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24490         * nnmail.el (nnmail-split-fancy): do.
24492         * mml.el (mml-parse): do.
24494         * gnus-score.el (gnus-enter-score-words-into-hashtb)
24495         (gnus-score-adaptive): do.
24497 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24499         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24500         (gnus-mime-button-map): Don't set keymap parent.
24501         (gnus-button-ctan-directory-regexp): Use shy grouping.
24502         (gnus-prev-page-map): Don't set keymap parent.
24503         (gnus-prev-page-map): Remove duplicated one.
24504         (gnus-next-page-map): Don't set keymap parent.
24505         (gnus-mime-security-button-map): Ditto.
24507         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24508         version number.
24510         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24512 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24514         * canlock.el (canlock-sha1-function): Remove.
24515         (canlock-sha1-function-for-verify): Remove.
24516         (canlock-openssl-program): Remove.
24517         (canlock-openssl-args): Remove.
24518         (canlock-ignore-errors): Remove.
24519         (canlock-sha1-with-openssl): Remove.
24520         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24521         (canlock-verify): Don't use canlock-ignore-errors.
24523         * sha1-el.el (sha1-string-external): Make it can return a string
24524         in binary form.
24525         (sha1-region-external): Ditto.
24526         (sha1-string-internal): Ditto.
24527         (sha1-region-internal): Ditto.
24528         (sha1-region): Ditto.
24529         (sha1-string): Ditto.
24530         (sha1): Ditto.
24532 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24534         * spam.el (spam-report-articles-gmane): New command.
24536 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24538         * gnus.el: Don't make unnecessary *Group* buffer when loading.
24540         * run-at-time.el (run-at-time-saved): Remove.
24541         (run-at-time): Doc fix.
24543 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24545         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24546         (gnus-summary-limit-map): Add it.
24547         (gnus-summary-make-menu-bar): do.
24549 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
24551         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24552         Make attempt at some caching support (done for BBDB only now).
24553         (spam-find-spam): Set spam-cache-lookups if there are more than 2
24554         addresses to be checked.
24555         (spam-clear-cache-BBDB): Add function, to be invoked by
24556         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24557         (spam-check-BBDB): Check and use the caches, if
24558         spam-cache-lookups is on, remove superfluous (provide).
24560 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
24562         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24564 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
24566         * run-at-time.el (run-at-time-saved): Move to after the definition
24567         of `run-at-time'.
24569 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24571         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24572         mm-w3m-local-map-property.
24574         * mm-view.el (mm-w3m-mode-map): Remove.
24575         (mm-w3m-local-map-property): Remove.
24576         (mm-inline-text-html-render-with-w3m): Don't use
24577         mm-w3m-local-map-property.
24579 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24581         * run-at-time.el: New file.
24583         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24584         of gnus-set-text-properties.
24586         * gnus-uu.el (gnus-uu-save-article): Ditto.
24588         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24590         * gnus-cite.el (gnus-cite-parse): Ditto.
24592         * gnus-art.el (gnus-button-push): Use set-text-properties instead
24593         of gnus-.
24595         * gnus.el: Change calls to nnheader-run-at-time and
24596         password-run-at-time throughout to use run-at-time directly.
24598         * password.el: Remove definition of run-at-time.
24600 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
24602         * mml.el (mml-minibuffer-read-disposition): Show attachment type
24603         in prompt.
24605 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24607         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24608         XEmacs version.
24610         * dns.el (dns-make-network-process): Use `open-network-stream'
24611         instead of `gnus-xmas-open-network-stream'.
24613         * .cvsignore: Add auto-autoloads.el, custom-load.el.
24615 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24617         * gnus-art.el (gnus-mime-display-alternative)
24618         (gnus-insert-mime-button, gnus-insert-mime-security-button)
24619         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24620         Don't use gnus-local-map-property.
24622         * gnus-util.el (gnus-local-map-property): Remove.
24624         * mm-view.el (mm-view-pkcs7-decrypt):
24625         Replace gnus-completing-read-maybe-default with completing-read.
24627         * gnus-util.el (gnus-completing-read): do.
24628         (gnus-completing-read-maybe-default): Remove.
24630 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24632         * password.el: Only autoload `run-at-time' if not XEmacs.
24633         Only autoload the itimer functions if XEmacs.
24635 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24637         * gnus-art.el (gnus-read-string): Remove.
24638         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24639         read-string.
24641 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
24643         * netrc.el: Autoload password-read.
24644         (netrc): Add configuration group.
24645         (netrc-encoding-method, netrc-openssl-path):
24646         Add variables for encoding and decoding of files with symmetric
24647         ciphers.
24648         (netrc-encode): Add assistant function to encode a file with
24649         netrc-encoding-method.
24650         (netrc-parse): Add interactive parameter, added optional
24651         decoding if netrc-encoding-method is non-nil but otherwise
24652         behavior is standard.
24653         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24654         Do s/encode/encrypt/ everywhere.
24656         * spam.el: Remove executable-find autoload.
24658 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24660         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24662         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24664 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24666         * gnus-art.el (gnus-treat-ansi-sequences)
24667         (article-treat-ansi-sequences): New variable and function.
24668         Suggested by Dan Jacobson <jidanni@jidanni.org>.
24670         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24671         Use it.
24673 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24675         * mm-util.el (mm-quote-arg): Remove.
24677         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24678         shell-quote-argument.
24680         * gnus-uu.el (gnus-uu-command): do.
24682         * gnus-sum.el (gnus-summary-insert-pseudos): do.
24684         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24685         with make-char.
24687         * mm-util.el (mm-make-char): Remove.
24689         * mml.el (mml-mode): Replace gnus-add-minor-mode with
24690         add-minor-mode.
24692         * gnus-undo.el (gnus-undo-mode): do.
24694         * gnus-topic.el (gnus-topic-mode): do.
24696         * gnus-sum.el (gnus-dead-summary-mode): do.
24698         * gnus-start.el (gnus-slave-mode): do.
24700         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24702         * gnus-ml.el (gnus-mailing-list-mode): do.
24704         * gnus-gl.el (gnus-grouplens-mode): do.
24706         * gnus-draft.el (gnus-draft-mode): do.
24708         * gnus-dired.el (gnus-dired-mode): do.
24710         * gnus-ems.el (gnus-add-minor-mode): Remove.
24712         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24713         Replace gnus-char-width with char-width.
24715         * gnus-ems.el (gnus-char-width): Remove.
24717         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24718         Replace gnus-char-width with char-width.
24720         * gnus-ems.el (gnus-char-width): Remove.
24722         * spam-stat.el (with-syntax-table): Remove with-syntax-table
24723         definition.
24724         Remove Emacs 20 hash table compatibility code.
24726         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24727         20 compatibility code.
24729         * spam.el (spam-point-at-eol): Replace with point-at-eol.
24731         * smime.el (smime-point-at-eol): Replace with point-at-eol.
24733         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24734         Replace with point-at-{eol,bol}.
24736         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24738         * imap.el (imap-point-at-eol): Replace with point-at-eol.
24740         * flow-fill.el (fill-flowed-point-at-bol)
24741         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24743         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24744         Replace with point-at-{eol,bol} throughout all files.
24746 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24748         * ntlm.el (ntlm-string-as-unibyte): New macro.
24749         (ntlm-build-auth-response): Use it.
24751         Remove Emacs 20 stuff:
24752         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24753         of delq and copy-sequence.
24754         * gnus-art.el (popup-menu): Remove the compiler macro.
24755         * nnmail.el (nnmail-split-fancy): Don't support customizing with
24756         Emacs 20.
24758 2004-01-05  Simon Josefsson  <jas@extundo.com>
24760         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
24761         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24762         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24763         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24764         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24765         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24766         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24767         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24768         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24769         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24770         ntlm-string-permute, string-lshift into ntlm-string-lshift,
24771         string-xor into ntlm-string-xor.
24772         Suggested by Jesper Harder <harder@myrealbox.com>.
24774         * ntlm.el: Don't include poem.
24776         * md4.el (print-int32, print-string-hexa): Remove.
24777         Suggested by Jesper Harder <harder@myrealbox.com>.
24779         * sasl-ntlm.el, ntlm.el, md4.el: New files.
24781         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
24782         probably breaks emacs with DL patch, but do we care? Is anyone
24783         still using the DL stuff?)
24785         * sieve-manage.el: Use the password package.
24786         (sieve-manage-read-passwd): Remove.
24787         (sieve-manage-interactive-login): Use password.  Re-add
24788         condition-case around loop.
24790         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24791         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24792         Use the password package.
24794 2003-02-19  Simon Josefsson  <jas@extundo.com>
24796         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
24797         token.
24799 2002-08-07  Simon Josefsson  <jas@extundo.com>
24801         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
24802         (sieve-manage-authenticators):
24803         (sieve-manage-authenticator-alist): Add some SASL mechs.
24804         (sieve-sasl-auth): New function.
24805         (sieve-manage-cram-md5-auth):
24806         (sieve-manage-plain-auth): Rewrite using SASL library.
24807         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
24808         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
24809         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
24810         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
24812 2004-01-05  Simon Josefsson  <jas@extundo.com>
24814         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
24815         New files.
24817 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24819         * gnus-group.el (gnus-no-groups-message): Update.
24821         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
24823 2003-11-09  Simon Josefsson  <jas@extundo.com>
24825         * imap.el: Support for ID IMAP extension (RFC 2971).
24826         (imap-local-variables): Add imap-id.
24827         (imap-id): New variable.
24828         (imap-id): New function.
24829         (imap-parse-response): Parse untagged ID response.
24830         * nnimap.el (nnimap-id): New variable.
24831         (nnimap-open-connection): Use it.
24833 2003-12-28  Simon Josefsson  <jas@extundo.com>
24835         * gnus-score.el (gnus-score-edit-all-score): New.
24836         * gnus-group.el (gnus-group-score-map): Bind it to W e.
24838 2004-01-04  Simon Josefsson  <jas@extundo.com>
24840         * password.el: Add.
24842 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
24844         * dns.el (dns-query-types): Fix typo.
24845         (dns-query-types): New function.
24846         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
24847         PTR and SOA replies, see RFC 1035.
24849 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24851         * gnus.el (gnus-logo-color-style): Change colors to `no'.
24853         * Move to Changelog.2.
24855 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24857         * gnus.el (gnus-version-number): Bump version.
24859 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24861         * gnus.el: No Gnus v0.1 is released.
24863 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24865         * gnus.el: No Gnus v0.0 is released.
24867 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24869         * gnus.el (gnus-version-number): Bump.
24870         (gnus-version): No.
24872 See ChangeLog.2 for earlier changes.
24874   Copyright (C) 2004-2013 Free Software Foundation, Inc.
24876   This file is part of GNU Emacs.
24878   GNU Emacs is free software: you can redistribute it and/or modify
24879   it under the terms of the GNU General Public License as published by
24880   the Free Software Foundation, either version 3 of the License, or
24881   (at your option) any later version.
24883   GNU Emacs is distributed in the hope that it will be useful,
24884   but WITHOUT ANY WARRANTY; without even the implied warranty of
24885   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24886   GNU General Public License for more details.
24888   You should have received a copy of the GNU General Public License
24889   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
24891 ;; Local Variables:
24892 ;; coding: utf-8
24893 ;; fill-column: 79
24894 ;; add-log-time-zone-rule: t
24895 ;; End: