1 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
3 * mm-view.el (mm-display-inline-fontify): Add comment.
5 2011-12-15 Juri Linkov <juri@jurta.org>
7 * mm-decode.el (mm-inline-media-tests): Add missing
8 `mm-handle-media-subtype'.
10 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
12 * message.el (message-valid-fqdn-regexp): Update with newly approved
13 top-level domain names ".tel" and ".asia".
15 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
17 * gnus-sum.el (gnus-summary-show-article): Don't load shr
20 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
22 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
23 pop-to-buffer-same-window for old Emacsen.
25 2011-12-04 Chong Yidong <cyd@gnu.org>
27 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
30 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
32 * compface.el (uncompface):
33 * gnus-art.el (gnus-article-x-face-command): Update the header format
34 of icon data for the most recent icontopbm program.
36 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
38 * gnus-msg.el (gnus-inews-do-gcc):
39 * message.el (message-send-mail):
40 * mml.el (mml-generate-mime): Share the value of the buffer-local
41 `message-options' variable between a draft buffer and temprary working
44 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
46 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
48 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
50 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
53 2011-11-24 Glenn Morris <rgm@gnu.org>
55 * starttls.el: Fix case of "GnuTLS".
57 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
59 * gnus-group.el (gnus-group-highlight): Fix typo.
61 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
63 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
64 value of `delete-file', that returns nil for a local file but returns t
65 for a remote file using ssh.
67 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
69 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
72 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
74 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
75 article buffers' name.
77 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
79 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
80 by Paul Eggert's spellfixes two days ago.
82 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
84 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
85 buffer-local instead of binding them to avoid warnings. Also demote
87 (font-lock-mode-hook): Shut up byte compiler.
89 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
91 * mm-util.el (mm-charset-after): Fix typo.
93 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
95 * gnus-sum.el (gnus-summary-make-menu-bar):
96 * gnus-uu.el (gnus-uu-decode-postscript)
97 (gnus-uu-decode-postscript-and-save):
98 * mailcap.el (mailcap-print-command):
99 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
102 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
104 * gnus-art.el (gnus-article-part-wrapper):
105 * shr-color.el (shr-color-visible-distance-min)
106 (shr-color-relative-to-absolute, set-minimum-interval)
107 (shr-color-visible): Fix typos.
109 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
111 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
114 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
116 * message.el (message-send-and-exit): Document `arg'.
118 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
120 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
122 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
124 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
125 we don't use `bound-and-true-p'.
127 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
129 * gnus-util.el (gnus-bound-and-true-p): Remove.
130 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
132 * nnmairix.el: Use it.
134 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
136 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
137 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
140 * nnmairix.el: Use it.
142 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
144 * nnmairix.el: Ditto.
146 * gnus-registry.el (gnus-registry-enabled): Default to nil.
148 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
150 * message.el (message-completion-function): Make sure
151 message-tab-body-function is not attempted if one of
152 message-completion-alist fails to find a completion (bug#9158).
154 2011-10-26 Daiki Ueno <ueno@unixuser.org>
156 * mml.el (mml-quote-region): Quote <#secure> tag.
157 (mml-generate-mime-1): Unquote <#secure> tag.
159 2011-10-20 Chong Yidong <cyd@gnu.org>
161 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
162 calling a minor mode from Lisp with nil arg enables it, so we have to
163 make the wording a bit ambiguous here).
165 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
167 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
168 * nnir.el (nnir-mode): Use it.
169 * nnmairix.el (nnmairix-determine-original-group-from-registry):
172 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
173 * nnmairix.el (gnus-registry-enabled): Ditto.
175 2011-10-17 Dave Abrahams <dave@boostpro.com> (tiny change)
177 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
178 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
179 only while we need to find out if it should be t or nil.
180 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
181 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
182 the registry is installed. Set it to nil when it's unloaded.
183 (gnus-registry-install-p): Provide user guidance for the initial value
184 of `gnus-registry-install' when it's 'ask, otherwise return its value.
185 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
186 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
187 * nnmairix.el (nnmairix-determine-original-group-from-registry):
188 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
189 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
190 `gnus-registry-install'.
192 2011-10-17 Daiki Ueno <ueno@unixuser.org>
194 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
196 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
197 primary key is marked as disabled.
199 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
201 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
202 primary key is marked as disabled.
204 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
206 * html2text.el (html2text-clean-anchor): Check for quotes around
209 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
211 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
212 searching. Drop `bbdb-cache'.
214 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
216 * message.el (message-signed-or-encrypted-p): Exclude header when
217 checking if there is signed or encrypted body in text/plain message.
219 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
221 * html2text.el (html2text-get-attr): Correctly handle attribute values
224 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
226 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
229 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
231 * gnus-win.el (gnus-configure-windows): Protect against reading
232 ephemeral groups outside of Gnus.
234 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
236 * shr.el (shr-tag-img): Don't get images displayed in tables.
238 2011-10-03 Glenn Morris <rgm@gnu.org>
240 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
241 the "maintainer" version of debbugs.gnu.org reports.
243 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
245 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
246 make asynchronous adjacent image insertion work better.
248 2011-09-27 Daiki Ueno <ueno@unixuser.org>
250 * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
253 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
255 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
256 `gnus-asynchronous' isn't shadowed.
258 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
260 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
261 (nnimap-insert-partial-structure): The charset parameter isn't
264 * nnheader.el (nnheader-message-maybe): New function.
266 * shr.el (shr-tag-table): Render totally broken tables better.
268 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
269 computing the boundary.
271 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
273 * pop3.el (pop3-number-of-responses): Remove.
274 (pop3-wait-for-messages): Rewrite to take linear time instead of
277 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
279 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
282 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
283 re-fetch images when hitting `g' in Gnus.
285 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
287 * mml.el (mml-inhibit-compute-boundary): New internal variable.
288 (mml-compute-boundary): Don't check collision if it is non-nil.
289 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
290 before checking collision.
292 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
294 * message.el (message-indent-citation): Really make sure there's a
297 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
298 Fix suggested by John Wiegley.
300 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
302 * gnus-art.el (gnus-treat-hide-citation): Add doc.
304 * message.el (message-default-send-rename-function): Break out into its
307 * ecomplete.el (ecomplete-display-matches): Revert patch since it
308 doesn't work under XEmacs.
310 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
311 of "imaps" to word around Windows problems.
312 (nnimap-open-connection-1): Use it.
314 * message.el (message-indent-citation): Revert last change which made
317 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
319 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
322 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
324 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
325 because it displays images using overlays that aren't easy to copy to
328 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
330 * message.el (message-indent-citation): Fix empty line removal at the
333 2011-09-20 Julien Danjou <julien@danjou.info>
335 * auth-source.el (auth-source-netrc-create): Use default value for
336 password if specified. Evaluate default.
337 (auth-source-plstore-create): Ditto.
338 (auth-source-plstore-create, auth-source-netrc-create): Fix default
340 (auth-source-netrc-create): Typo fix.
341 (auth-source-plstore-create): Ditto.
343 * auth-source.el (auth-source-format-cache-entry): New function.
345 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
347 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
349 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
351 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
353 2011-09-19 Julien Danjou <julien@danjou.info>
355 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
356 which work with things that are not ASCII.
358 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
360 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
362 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
364 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
367 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
369 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
371 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
373 * gnus.el (gnus-interactive-exit): Update defcustom spec.
375 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
377 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
378 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
380 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
382 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
383 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
386 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
388 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
389 (message-mail-other-window, message-mail-other-frame)
390 (message-news-other-window, message-news-other-frame):
391 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
392 instead of setting buffer display variables.
394 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
396 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
398 * gnus-sum.el (gnus-fetch-headers): Bump message level.
400 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
402 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
403 duplicates" to a higher level.
405 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
406 most egregious messages.
408 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
410 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
412 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
414 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
415 up the file (bug#9351).
417 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
419 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
420 it does with all other backends, but decode the names immediately after
423 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
424 decoding nnimap groups.
426 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
427 newsrc file. It doesn't seem like an important optimization any more.
429 2011-09-10 Dave Abrahams <dave@boostpro.com> (tiny change)
431 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
434 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
436 * gnus.el (gnus-article-mark-lists): Remove `recent'.
437 (gnus-interactive-exit): Extend to `quiet'.
439 * gnus-sum.el (gnus-offer-save-summaries): Use it.
441 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
444 * plstore.el (plstore--get-buffer): Silence compiler warnings by
445 renaming function arguments from `this'.
447 * gnus-sum.el (gnus-newsgroup-recent): Remove.
449 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
451 (gnus-lrm-string-p): Include RLM and PDF, too.
453 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
456 2011-09-10 Eli Zaretskii <eliz@gnu.org>
458 Add autoload cookies for functions used by sendmail.el.
459 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
461 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
463 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
465 * gnus-art.el (article-date-ut): Work properly even when there are
466 things like Date header in the body; work for forwarded parts.
468 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
470 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
471 original-article-buffer.
473 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
475 * nnir.el (nnir-compose-result): Fix matching of server type.
476 (nnir-run-swish++): Ditto.
477 (nnir-run-namazu): Ditto.
478 (nnir-run-notmuch): Ditto.
480 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
482 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
485 * gnus-score.el (gnus-summary-increase-score): Doc clarification
488 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
491 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
494 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
496 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
499 2011-09-02 Eli Zaretskii <eliz@gnu.org>
501 * message.el (message-setup-1): Return t (Bug#9392).
503 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
505 * gnus-sum.el: When adding article headers to a summary buffer also
506 update gnus-newsgroup-articles (bug#9386).
508 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
510 * auth-source.el: Autoload help-mode.
512 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
514 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
517 2011-08-27 Daiki Ueno <ueno@unixuser.org>
519 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
520 mm-replace-in-string for compatibility issues.
521 * mml2015.el (mml2015-epg-verify): Ditto.
523 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
525 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
527 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
529 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
531 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
532 continue on and do the clean-up phase (bug#9188).
534 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
535 just ignore groups that can't be opened instead of erroring out
538 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
539 nil since some many people are fuddy-duddies.
541 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
544 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
547 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
549 * gnus-util.el (gnus-process-live-p): Copy over compat function.
551 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
554 * nntp.el (nntp-kill-buffer): Kill the process before killing the
555 buffer to avoid warnings.
557 2011-08-20 Simon Josefsson <simon@josefsson.org>
559 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
560 specified to reduce precision.
562 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
564 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
565 bodystructures (bug#9314).
567 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
569 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
570 Make button keymap non-sticky after buttons.
572 2011-08-18 David Engster <dengste@eml.cc>
574 * nnmairix.el (nnmairix-request-set-mark)
575 (nnmairix-goto-original-article): Remove adding of article to registry,
576 since `gnus-registry-add-group' isn't available anymore.
577 (nnmairix-determine-original-group-from-registry):
578 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
581 2011-08-12 Simon Josefsson <simon@josefsson.org>
583 * starttls.el (starttls-any-program-available): Define as obsolete
586 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
588 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
589 versions which Gnus use when appropriate.
591 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
592 a pretty destructive command.
594 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
596 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
598 * message.el (message-fix-before-sending): Make a different warning
599 about NUL characters (bug#9270).
601 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
602 from custom (bug#9260).
604 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
605 things work in Emacs 22 and XEmacs, too.
607 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
610 * gnus-spec.el (gnus-lrm-string-p): New macro.
611 (gnus-lrm-string): New constant.
612 (gnus-summary-line-format-spec): LRM-ify the from.
613 (gnus-tilde-max-form): LRM-ify string chopping.
615 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
617 * message.el (message-is-yours-p): Allow disabling canlock checking
619 (message-shoot-gnksa-feet): Add `canlock-verify'.
620 (message-auto-save-directory): Use ~/ as the auto-save directory if the
621 message directory isn't writable (bug#9304).
623 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
626 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
628 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
631 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
633 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
636 2011-08-12 Sam Steingold <sds@gnu.org>
638 * gnus-score.el (gnus-score-find-alist): Keep the score files already
639 in the reverse order to avoid modifying the cache with `nreverse'.
640 (gnus-all-score-files): Do not modify the value returned by
641 `gnus-score-find-alist' because it lives in a cache variable.
642 (gnus-current-home-score-file): No need to `nreverse' the return value
643 of `gnus-score-find-alist', it is already in the correct order.
645 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
647 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
648 type MESSAGE and subtype RFC822 is slightly different from those of
651 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
653 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
654 This allows article-referral to work from an nnir group.
656 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
658 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
660 2011-08-04 Daiki Ueno <ueno@unixuser.org>
662 * mml1991.el (mml1991-epg-find-usable-key)
663 (mml1991-epg-find-usable-secret-key): New function.
664 (mml1991-epg-sign): Check if signing key is usable.
665 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
667 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
669 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
670 server-variables only. This should fix a bug introduced with commit
671 e1889675b7f4adf057833c5513c9374134c4e053.
672 (nnir-run-query): 'nnir-search-engine should not be set from the global
675 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
677 * nnir.el (nnir-search-thread): Position point on referring article
679 (nnir-warp-to-article): Clean up summary buffers.
681 * nnimap.el (nnimap-request-thread): Whitespace fix.
683 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
685 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
687 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
689 * starttls.el (starttls-available-p): Rename from
690 `starttls-any-program-available' and changed return convention.
692 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
694 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
695 `unix-sync' unless it's defined.
697 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
699 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
700 `aref' for XEmacs compatibiltiy.
702 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
704 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
706 2011-07-31 Dave Abrahams <dave@boostpro.com> (tiny change)
708 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
709 closures, quote the form properly (bug#9194).
711 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
713 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
714 (gnus-summary-insert-new-articles): Protect against servers that are
717 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
719 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
720 in mm handle if none is specified.
722 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
724 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
726 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
728 * nnir.el (nnir-search-thread): New function to make an nnir group
729 based on a thread query.
731 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
732 of nnir in thread referral.
733 (gnus-summary-refer-thread): Use it.
735 * nnimap.el (nnimap-request-thread): Use it.
737 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
739 * shr.el (shr-tag-comment): Ignore HTML comments.
741 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
743 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
745 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
746 Use `nnir-address' to handle server info rather than passing an arg.
748 * nnimap.el (nnimap-make-thread-query): New utility function to format
749 an imap thread search query.
750 (nnimap-request-thread): Use it.
752 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
753 right select-method if we are not going back to the group buffer.
755 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
757 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
758 enter invalid buffer configurations into the quit form (bug#9107).
759 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
762 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
763 keep track of which ones are unread (bug#9061).
765 * gnus.el (gnus-refer-article-method): Allow entering any sexp
768 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
771 * gnus-html.el (mm-util): Require (bug#9073).
773 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
774 (gnus-summary-refer-thread): Use it to remove duplicates in the
775 un-threaded view (bug#9053).
776 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
778 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
780 * nnir.el (nnir-read-server-parm): Use default value from global
781 variable. Without this the default search engine parameters aren't
784 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
786 * message.el (message-unique-id): Don't use the undocumented return
787 value from (random t) (bug#9118).
789 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
791 * message.el (message-auto-save-directory): If the ~/Mail directory
792 doesn't exist, use ~ as the auto-save directory (bug#4432).
794 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
795 hasn't already been started.
797 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
799 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
801 * message.el (message-reply): Work around mysterious bug where
802 `message-mode' seems to overwrite the locally bound `subject' variable.
804 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
806 * nnimap.el (nnimap-request-thread): Ensure search is performed in
809 * gnus-int.el (gnus-request-thread): Add group argument.
811 * gnus-sum.el (gnus-summary-refer-thread): Use it.
813 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
815 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
816 renamed to `debbugs-gnu-*'.
818 2011-07-08 Daiki Ueno <ueno@unixuser.org>
820 * plstore.el: Revert the editing feature since it is not urgent.
821 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
822 (plstore-mode-decoded): Remove.
824 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
826 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
827 isn't very interesting any more, and it leaks potentially secret data.
828 (gnus-debug): Remove.
830 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
833 2011-07-07 Daiki Ueno <ueno@unixuser.org>
835 * plstore.el: Add documentation.
836 (plstore-mode): New mode to edit plstore file.
837 (plstore-mode-toggle-display, plstore-mode-original)
838 (plstore-mode-decoded): New command.
839 (plstore--encode, plstore--decode, plstore--write-contents-functions)
840 (plstore--insert-buffer, plstore--make): New function.
841 (plstore-open, plstore-save): Simplify by using them.
843 2011-07-06 Glenn Morris <rgm@gnu.org>
845 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
847 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
849 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
850 no longer is much used.
851 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
854 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
856 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
857 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
860 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
862 * mm-decode.el (mm-text-html-renderer): Doc fix.
864 * gnus-msg.el (gnus-bug): Fix the MML tag.
866 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
868 2011-07-05 Daiki Ueno <ueno@unixuser.org>
870 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
871 secondary methods if started with `gnus-no-server'.
873 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
875 * message.el (message-return-action): Fix typo in docstring.
877 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
879 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
882 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
884 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
886 * nndraft.el: Require gnus-group.
887 (nndraft-request-list): Declare.
889 * nndraft.el (nndraft-update-unread-articles): Don't show group having
890 no unread article unless it matches gnus-permanently-visible-groups.
892 * nndraft.el (nndraft-update-unread-articles): New function.
893 (nndraft-request-associate-buffer): Use it to update the number of
894 unread articles for the nndraft groups in the group buffer when saving
895 or killing a draft message.
897 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
899 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
900 systems to binary before writing and reading the mbox files.
902 * gnus.el (gnus-summary-line-format): Link to the info node for %U
903 instead of trying to list them all (bug#8978).
905 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
907 * pop3.el (pop3-open-server): Use :end-of-capability.
909 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
911 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
912 the id is always a number.
914 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
915 debbugs mode, if possible.
917 2011-07-02 Daiki Ueno <ueno@unixuser.org>
919 * auth-source.el (auth-source-token-passphrase-callback-function):
921 (epg-context-operation): Remove unnecessary autoload.
923 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
925 * gnus.el (gnus-list-debbugs): New command.
927 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
928 mboxstat instead of the maintbox, since the stat seems to be fuller.
930 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
933 * message.el (message-get-reply-headers): Delete all duplicates,
934 instead of the first.
935 (message-get-reply-headers): Ensure that we have progress while
938 * gnus-msg.el (gnus-configure-posting-styles): Get the local
939 gnus-posting-style value from the summary buffer to make it easier to
940 make that a per-buffer conf.
942 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
944 * nnir.el (nnir-run-imap): Allow halting a search when an article is
945 found by setting `shortcut' in 'query.
946 (nnir-request-article): Use `shortcut' setting when requesting article
949 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
951 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
952 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
953 Bring the pseudo-headers back too.
955 2011-07-01 Daiki Ueno <ueno@unixuser.org>
957 * auth-source.el (auth-source-token-passphrase-callback-function):
958 Simplify and remove EPA dependency.
960 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
962 * nnir.el (nnir-request-article): Fix error message text.
964 2011-07-01 Daiki Ueno <ueno@unixuser.org>
966 * auth-source.el (plstore-delete): Autoload.
967 (auth-source-plstore-search): Support delete operation.
968 * plstore.el (plstore-delete): New function.
970 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
972 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
973 mark actually existing articles as unread rather than the ones that
976 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
978 * nntp.el (nntp-record-command):
979 * gnus-util.el (gnus-message-with-timestamp-1):
980 Use format-time-string rather than decoding time stamps by hand.
981 This is simpler and insulates the code from potential changes to
984 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
986 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
988 2011-07-01 Daiki Ueno <ueno@unixuser.org>
990 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
991 (plstore-save): Support public key encryption.
992 (plstore--init-from-buffer): New function.
993 (plstore-open): Use it; fix error when opening a non-existent file.
994 (plstore-revert): Use plstore--init-from-buffer.
996 2011-07-01 Daiki Ueno <ueno@unixuser.org>
998 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
1000 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
1002 * mml2015.el (mml2015-use): Replace string-match-p with string-match
1005 2011-06-30 Daiki Ueno <ueno@unixuser.org>
1007 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
1008 is not fully working.
1010 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1012 * dgnushack.el: Autoload sha1 on XEmacs.
1014 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
1015 quit window configuration.
1017 * auth-source.el (epg-context-set-passphrase-callback):
1018 Remove duplicate autoload.
1020 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
1022 * nnir.el (nnir-request-article): Allow requesting articles by
1023 Message-ID with nnimap.
1025 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
1028 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
1030 * auth-source.el: Autoload EPA/EPG functions.
1031 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
1032 changed when EPA/EPG is not available.
1033 (auth-source-backend): Rename "arg" member to "data".
1034 (auth-source-backend-parse, auth-source-plstore-search)
1035 (auth-source-plstore-create): Use it.
1037 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
1039 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
1040 `gnus-refer-article-methods'.
1042 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
1044 * auth-source.el: Require EPA and EPG.
1045 (auth-source-passphrase-alist): New variable.
1046 (auth-source-passphrase-callback-function)
1047 (auth-source-token-passphrase-callback-function): Callbacks for the
1048 netrc field encryption (GPG tokens).
1049 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
1050 Symmetric encryption and decryption of the netrc GPG tokens.
1051 (auth-source-netrc-normalize): Use them, simplifying the closure.
1053 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1055 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
1056 non-nil, and `nnimap-split-methods' is nil, use the former.
1058 2011-06-30 Daiki Ueno <ueno@unixuser.org>
1060 * plstore.el (plstore-revert): New function.
1061 (plstore-open): Use it; hide the buffer from user.
1063 2011-06-30 Daiki Ueno <ueno@unixuser.org>
1065 * auth-source.el (auth-source-backend): New member "arg".
1066 (auth-source-backend-parse): Handle new backend 'plstore.
1067 * plstore.el: New file.
1069 2011-06-30 Glenn Morris <rgm@gnu.org>
1071 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1073 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
1075 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1077 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
1078 expiring articles to.
1080 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
1081 variations as ASCII (bug#5458).
1083 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
1085 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
1087 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1089 * message.el (message-point-in-header-p): Tweak the function to default
1090 to saying that we're not in the headers if there is no separator at
1091 all. This makes it possible to use the Message version of `M-q' in
1092 buffers with no headers (bug#7987).
1093 (message-point-in-header-p): Fix last checkin to work with an empty
1094 mail-header-separator, too.
1096 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
1097 again, save the choice via customize.
1099 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1101 * message.el (message-send-mail-function): Add `sendmail-query-once'.
1103 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
1104 ended the connection, bail out before waiting infinitely on a new
1107 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
1109 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
1112 * gnus.el (gnus-bug-package): Use "gnus."
1113 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
1115 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1117 * gnus-art.el (gnus-article-stop-animations): New function to stop any
1118 animations going on at article exit time.
1120 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
1121 since removing it breaks people upgrading.
1123 * shr.el (shr-put-image): Use the new interface for animating images.
1124 (shr-put-image): Animate for 60 seconds.
1126 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
1127 error with `find-file-hooks' on Emacs 22.
1128 (with-auth-source-epa-overrides): Ugly hack to Wrap the
1129 `find-file-hook' things in `symbol-value' to avoid compilation warnings
1130 on all architectures.
1132 * spam.el (spam-stat): Require in a normal fashion without binding
1133 `spam-stat-install-hooks' to avoid compilation warnings.
1135 * spam-stat.el (spam-stat-install-hooks): Remove.
1136 (spam-stat-install-hooks): Don't run automatically.
1138 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
1140 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
1143 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
1145 * auth-source.el (auth-source-netrc-cache): Move forward.
1147 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1149 * auth-source.el (auth-source-netrc-create): Don't query the bits that
1151 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
1152 (auth-source-netrc-create): Don't prompt for the stuff we already know.
1154 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1156 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
1157 %S format, since that looks odd.
1158 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
1159 file, especially when saving.
1161 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
1163 * nnimap.el (nnimap-find-article-by-message-id): return nil when no
1166 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
1168 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
1169 `auth-source-save-secrets' with a more sensitive alist that can be
1170 configured per file. Experimental, so defaults to 'never.
1171 (auth-source-netrc-create): Use it. Still experimental code.
1172 (with-auth-source-epa-overrides): Use `find-file-hooks' if
1173 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
1175 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
1177 * auth-source.el (auth-source-save-secrets): New variable to control if
1178 secret tokens should be saved encrypted.
1179 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
1180 to `auth-source-netrc-normalize'.
1181 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
1182 on the EPA variables being defined.
1183 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
1184 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
1185 the lexical-let closure.
1186 (auth-source-netrc-create): Create "gpg:" tokens according to
1187 `auth-source-save-secrets'.
1189 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
1191 * gnus-group.el (gnus-group-update-group): Add new argument
1192 `info-unchanged' that stops updating dribble buffer.
1194 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
1195 deletes lines matching to it in dribble buffer.
1197 * gnus-agent.el (gnus-agent-fetch-group-1):
1198 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
1199 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
1200 * gnus-start.el (gnus-group-change-level):
1201 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
1203 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
1204 if newsgroup info is not changed.
1206 * gnus-group.el (gnus-group-get-new-news-this-group):
1207 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
1208 Don't update dribble buffer.
1210 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
1212 * gnus-registry.el (gnus-registry-remove-ignored): New function to
1213 remove entries with groups we ignore.
1215 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1217 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
1218 the underline comes at the bottom.
1220 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1222 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
1223 `gnus-registry-user-format-function-M' and declare the latter obsolete.
1224 (gnus-registry-article-marks-to-names): Rename from
1225 `gnus-registry-user-format-function-M2'.
1227 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
1229 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
1232 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1234 * shr.el (shr-browse-image): Copy the URL if called interactively.
1236 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1238 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
1239 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
1240 done, then unselected articles may be marked as read.
1242 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
1243 since not doing this seems to lead to a race condition in pop3-logon.
1245 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
1246 so that the call chain it correct when we call "upwards".
1248 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
1249 in read-only groups.
1251 * gnus-group.el (gnus-group-mark-article-read): Ditto.
1253 * message.el (message-cite-reply-position): Doc string fix.
1255 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
1256 avoid regexp overflow.
1257 (nnimap-transform-split-mail): Ditto.
1259 * pop3.el (pop3-retr): Error out if the server closes the connection.
1261 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1263 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
1264 mm-with-unibyte-current-buffer. The buffer should not contain any
1265 multibyte chars anyway at this stage.
1267 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1269 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
1270 at the end of lines.
1272 2011-05-29 Julien Danjou <julien@danjou.info>
1274 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
1276 2011-05-27 Glenn Morris <rgm@gnu.org>
1278 * gnus-group.el (gnus-bug-group-download-format-alist):
1279 Use the "maintainer" version of debian reports as well.
1281 2011-05-26 Glenn Morris <rgm@gnu.org>
1283 * gnus-group.el (gnus-bug-group-download-format-alist):
1284 Use the "maintainer" version of debbugs.gnu.org reports.
1286 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
1288 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1290 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
1292 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1293 the thread moves us backwards and so we loop forever.
1295 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
1297 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1298 whitespace in base64 data lines.
1300 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1302 * gnus-registry.el (gnus-registry-user-format-function-M):
1304 (gnus-registry-user-format-function-M2): Use to see the full text of
1305 the marks. Make "," the mark text separator.
1307 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1308 authentication with auth-source.
1310 2011-05-17 Glenn Morris <rgm@gnu.org>
1312 * gnus-group.el (gnus-import-other-newsrc-file):
1313 Use insert-file-contents.
1315 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
1317 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1320 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
1322 * nntp.el (nntp-open-connection): Check if process-type is available.
1324 2011-05-16 Julien Danjou <julien@danjou.info>
1326 * shr.el (shr-tag-del): Add support for del tag.
1328 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
1330 * gnus-html.el (gnus-html-put-image): Register a displayer.
1332 * shr.el (shr-image-displayer): Don't remove text props from alt text.
1334 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
1336 * registry.el (prune-factor): New initialization parameter defaulting
1338 (registry-prune-hard): Use it.
1340 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1343 2011-05-13 Glenn Morris <rgm@gnu.org>
1345 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1346 is bound, since this function requires sendmail.
1348 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
1350 * registry.el (registry-usage-test): Disable pruning test.
1352 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
1354 * registry.el (registry-prune-hard-candidates)
1355 (registry-prune-soft-candidates): Helper methods for registry pruning.
1356 (registry-prune): Use them. Make the sort function optional.
1358 2011-05-10 Jim Meyering <meyering@redhat.com>
1360 * shr.el (shr-colorize-region): Fix typo "on on -> on".
1362 2011-05-10 Julien Danjou <julien@danjou.info>
1364 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1365 symbol and not a list.
1367 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
1369 * gnus-art.el (gnus-article-mode): Move binding of
1370 shr-put-image-function here from gnus-article-prepare-display.
1372 * shr.el (shr-put-image-function): New variable.
1373 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1374 (shr-put-image): Return scaled image.
1376 * gnus-art.el (gnus-shr-put-image): New function.
1377 (gnus-article-prepare-display): Bind shr-put-image-function to it.
1379 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1380 original ones, as deletable.
1382 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1384 * nntp.el (nntp-open-connection): Set TCP keepalive option.
1386 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
1388 * registry.el (registry-full): Add convenience method. Fix logic.
1389 (registry-insert): Use it. Fix logic here too.
1391 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1392 `registry-prune' if `registry-full' returns t.
1393 (gnus-registry-handle-action)
1394 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1395 (gnus-registry-usage-test): Use it.
1397 2011-05-07 Julien Danjou <julien@danjou.info>
1399 * shr.el (shr-link): Make shr-link inherit from link by default.
1401 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
1403 * shr.el (shr-urlify, shr-link): Fix shr-link face.
1405 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
1407 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1408 error out because the face is not a list.
1410 2011-05-05 Glenn Morris <rgm@gnu.org>
1412 * gnus-start.el (gnus-propagate-marks): Declare.
1414 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
1416 * registry.el (registry-reindex): Fix percentage message.
1418 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
1420 * shr.el: Add shr-link face for links.
1421 (shr-urlify): Use it.
1423 * registry.el (registry-insert): Make error message more helpful.
1425 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1427 * gnus-html.el (gnus-html-schedule-image-fetching):
1428 Use url-queue-retrieve, if it exists.
1430 * shr.el (shr-tag-img): Ditto.
1432 * gnus.el: Autoload more gnus-agent functions.
1434 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1435 agent if we haven't already (bug#8502).
1437 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1438 into the Agent, too.
1440 * gnus-agent.el (gnus-agent-store-article): New function.
1442 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1443 and moved from that file for reuse.
1445 * pop3.el (pop3-open-server): Error messages are "-ERR".
1447 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1449 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1450 (open-tls-stream): Remove superfluous tls/starttls autoloads.
1452 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1454 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1455 buffer has moved to a different frame.
1457 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1459 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1460 to get the conversion from unibyte to multibyte buffers to work on
1463 * nntp.el (nntp-request-article): Slight clean-up.
1465 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1467 * shr.el (shr-strike-through): New face.
1468 (shr-tag-s): Use it to provide <s> support.
1469 (shr-tag-s): Remove duplicate definition.
1471 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
1473 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1474 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1476 2011-04-23 Glenn Morris <rgm@gnu.org>
1478 * gnus-sum.el (gnus-extra-headers): Bump :version.
1480 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1482 * shr.el (shr-tag-sup): New function.
1483 (shr-tag-sub): Ditto.
1485 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
1487 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1488 for the case where `gnus-registry-ignored-groups' is a list of lists,
1489 and don't call `gnus-parameter-registry-ignore' otherwise.
1491 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
1493 * nnimap.el (nnimap-user): New backend variable.
1494 (nnimap-open-connection-1): Use it.
1495 (nnimap-credentials): Accept user parameter so it's explicit what user
1498 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1501 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1502 not gnus-registry.el.
1504 * gnus-registry.el: Mention in comments how to modify
1505 `gnus-extra-headers' for proper recipient tracking and that it may
1506 already have To and Cc recently, which it does as of this commit.
1507 (gnus-registry-ignored-groups): Remove defcustom.
1508 Explain why in comments.
1509 (gnus-registry-action): Fix data-header reference to use the extra
1510 headers. Explain in package commentary how to add To and Cc headers to
1511 the gnus-extra-headers.
1512 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
1513 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
1514 parameter list or a string list in `gnus-registry-ignored-groups'.
1517 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1519 * shr.el (shr-expand-url): Protect against null urls.
1521 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1523 * shr.el (shr-base): New binding.
1524 (shr-tag-base): Keep track of <base>.
1525 (shr-expand-url): New function used throughout.
1527 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
1530 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1531 (gnus-registry-ignored-groups): New variable.
1532 (gnus-registry-ignore-group-p): Use it.
1533 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1534 set the destination group to nil (same as delete) if it's ignored.
1536 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
1538 * gnus-registry.el (gnus-registry-action)
1539 (gnus-registry-fetch-header-fast):
1540 Don't use mail-header that looks an internal function of mailheader.el.
1542 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
1544 * gnus-registry.el: Eliminate cl functions.
1545 (gnus-registry-sort-addresses): New function that replaces mapcan.
1546 (gnus-registry-action, gnus-registry-spool-action)
1547 (gnus-registry-split-fancy-with-parent)
1548 (gnus-registry-fetch-recipients-fast): Use it.
1549 (gnus-registry-import-eld): Replace delete* with dolist + delq.
1551 * registry.el (initialize-instance, registry-lookup)
1552 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1553 (registry-lookup-secondary-value, registry-search, registry-delete)
1554 (registry-insert, registry-reindex, registry-size, registry-prune):
1555 Use eval-and-compile.
1557 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
1559 * registry.el (registry-reindex): New method to recreate the secondary
1562 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1563 tracked field changes.
1564 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1565 (gnus-registry-action, gnus-registry-spool-action)
1566 (gnus-registry-handle-action)
1567 (gnus-registry--split-fancy-with-parent-internal)
1568 (gnus-registry-split-fancy-with-parent)
1569 (gnus-registry-register-message-ids): Add recipient tracking on spool,
1570 move, and delete actions, and for fancy splitting with parent.
1571 (gnus-registry-extract-addresses)
1572 (gnus-registry-fetch-recipients-fast)
1573 (gnus-registry-fetch-header-fast): Convenience functions.
1574 (gnus-registry-misc-test): ERT test of
1575 `gnus-registry-extract-addresses'.
1577 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
1579 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1580 Track by subject first, then sender.
1582 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1584 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1586 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1589 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1590 (gnus-draft-send): Use it to avoid popping
1591 up frames from gnus-group-send-queue.
1593 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1595 * gnus-registry.el: Updated gnus-registry docs.
1597 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
1599 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1601 (gnus-registry-post-process-groups): Fix logging of no results and
1602 quote sender and subject.
1604 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1606 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1607 (gnus-read-active-for-groups): Don't try to finish getting stuff where
1608 we had no early-data returned.
1609 (gnus-get-unread-articles): Add a sanity check so that we don't issue
1610 two async commands to the same server at the same time.
1612 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
1614 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1616 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1618 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1621 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1622 (mm-url-insert-file-contents): Don't set the package names.
1624 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
1626 * gnus-registry.el (gnus-registry-action): Remove properties and
1627 simplify subject in `gnus-registry-handle-action'.
1628 (gnus-registry-spool-action): Get subject and sender from message if
1629 they are not passed in.
1630 (gnus-registry-handle-action): Remove properties and simplify subject
1633 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1635 * registry.el: Require CL before using defmacro*.
1637 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
1639 * gnus-art.el (article-treat-date): Assume that
1640 gnus-article-date-headers may be a group parameter.
1642 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
1644 * gnus-registry.el (gnus-registry-handle-action): More debugging.
1646 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1647 interactively so the newsrc file can contain foreign groups too.
1648 Useful for debugging but not much for users.
1650 2011-04-07 David Engster <dengste@eml.cc>
1652 * registry.el (registry-usage-test): Only do
1653 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1656 2011-04-06 David Engster <dengste@eml.cc>
1658 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1659 argument NOERROR for `require', since XEmacs 21.4 does not support it.
1661 2011-04-06 David Engster <dengste@eml.cc>
1663 * registry.el (initialize-instance): Change :after to :AFTER to be
1664 compatible with old EIEIO version in XEmacs.
1666 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
1668 * gnus-registry.el (gnus-registry-post-process-groups)
1669 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1670 and provide better messaging.
1672 2011-04-06 David Engster <dengste@eml.cc>
1674 * Makefile.in (fail-on-warning): New rule to compile with warnings as
1677 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
1679 * gnus-registry.el: Don't use ERT if it's not available. Load it
1680 unconditionally anyway, discarding errors.
1681 (gnus-registry-delete-entries): New convenience function.
1682 (gnus-registry-import-eld): Import from old .eld registry.
1684 * registry.el: Don't use ERT if it's not available. Load it
1685 unconditionally anyway, discarding errors.
1687 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1688 version from the Claudio Bley GnuTLS patch (extra optional parameters
1691 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
1693 * gnus-registry.el (gnus-registry-fixup-registry): New function to
1694 fixup the parameters that can be customized by the user between
1696 (gnus-registry-read): Use it.
1697 (gnus-registry-make-db): Use it.
1698 (gnus-registry-spool-action, gnus-registry-handle-action):
1700 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1701 Map references to actual group names with sender and subject tracking.
1702 (gnus-registry-post-process-groups): Use `cond' for better messaging.
1703 (gnus-registry-usage-test): Add subject lookup test.
1705 * registry.el (registry-db, initialize-instance): Set up constructor
1706 instead of :initform arguments for the sake of older Emacsen.
1707 (registry-lookup-breaks-before-lexbind): New method to demonstrate
1708 pre-lexbind merge bug.
1709 (registry-usage-test): Use it.
1710 (initialize-instance, registry-db): Move the non-function initforms
1711 back to the class definition.
1713 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
1715 * registry.el: New library to manage gnus-registry-style data.
1717 * gnus-registry.el: Use it (major rewrite).
1719 * nnregistry.el: Use it.
1723 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1725 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1726 marks on non-selected articles.
1728 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
1730 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
1732 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1733 parameter to open-protocol-stream.
1735 2011-04-01 Julien Danjou <julien@danjou.info>
1737 * mm-view.el (mm-display-inline-fontify): Do not fontify with
1740 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1742 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1745 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1747 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1748 made marks not propagate, again.
1750 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
1752 * proto-stream.el (open-protocol-stream): Bring back `network' type.
1753 Make this the default type.
1754 (proto-stream-open-plain): Rename from proto-stream-open-default.
1755 (open-protocol-stream, proto-stream-open-starttls)
1756 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1759 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1762 * nntp.el (nntp-open-connection-function): Document the fact that some
1763 values are not functions but are instead handled specially.
1764 Recognize nntp-open-plain-stream value.
1765 (nntp-open-connection): Recognize that value.
1767 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1769 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1772 * gnus-score.el (gnus-score-string): Fix calling convention of
1773 `gnus-simplify-buffer-fuzzy' after last patches.
1775 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1776 server for articles we didn't get any headers for. This is a sanity
1779 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
1781 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1782 new CAPABILITY, use it.
1784 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1786 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1787 downloading anything.
1789 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1791 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
1793 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1795 (gnus-splash-svg-color-symbols): New function.
1797 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1799 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1800 instead of using the global gnus-simplify-subject-fuzzy-regexp.
1801 (gnus-simplify-subject-fuzzy): Use the local
1802 gnus-simplify-subject-fuzzy-regex instead of the global one.
1803 This makes using this variable in group parameters work.
1805 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
1807 * gnus-registry.el (gnus-registry-unfollowed-groups):
1808 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1809 archive:sent-YYYY-MM-DD groups).
1810 (gnus-registry-split-fancy-with-parent): Bail out early in sender
1811 tracking if there are more than `gnus-registry-max-track-groups'
1814 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1816 * message.el (message--yank-original-internal): New function to do the
1817 insertion cleanly inside eval in `message-yank-original'.
1818 (message-yank-original): Use it.
1820 2011-03-29 Julien Danjou <julien@danjou.info>
1822 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1823 local variables disabled rather than `normal-mode'.
1825 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
1827 * proto-stream.el: Changes preparatory to merging open-protocol-stream
1828 with open-network-stream.
1829 (proto-stream-always-use-starttls): Option removed.
1830 (open-protocol-stream): Return a process object by default. Provide a
1831 new parameter :return-list specifying a list-type return value, which
1832 now has the form (PROP . PLIST) instead of a fixed-length list. Change
1833 :type `network' to `try-starttls', and `network-only' to `default'.
1834 Make `default' the default, for compatibility with open-network-stream.
1835 Handle the no-parameter case exactly as open-network-stream, with no
1836 additional stream processing. Search plists using plist-get.
1837 Explicitly add :end-of-commend parameter if it is missing.
1838 (proto-stream-open-default): Rename from
1839 proto-stream-open-network-only. Return 'default as the type.
1840 (proto-stream-open-starttls): Rename from proto-stream-open-network.
1841 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
1842 failed. Always return a list with a (possibly dead) process as the
1843 first element, for compatibility with open-network-stream.
1844 (proto-stream-open-tls): Use plist-get. Always return a list.
1845 (proto-stream-open-shell): Return `default' as connection type.
1846 (proto-stream-capability-open): Use plist-get.
1847 (proto-stream-eoc): Function deleted.
1849 * nnimap.el (nnimap-stream, nnimap-open-connection)
1850 (nnimap-open-connection-1): Handle renaming of :type parameter for
1851 open-protocol-stream.
1852 (nnimap-open-connection-1): Pass a :return-list parameter
1853 open-protocol-stream to obtain a list return value. Parse this list
1856 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1857 for open-protocol-stream. Accept open-protocol-stream return value
1858 that is a subprocess object instead of a list. Handle the case of a
1859 dead returned process.
1861 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
1863 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1865 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1867 2011-03-21 Julien Danjou <julien@danjou.info>
1869 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1870 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1872 (mm-inline-text): Render normal text with fontification whenever
1875 * gnus-sum.el (gnus-summary-save-parts-1):
1876 * gnus-art.el (gnus-article-browse-html-save-cid-content)
1877 (gnus-article-browse-html-parts, gnus-mime-delete-part)
1878 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1879 Use `mm-handle-filename'.
1881 * mm-util.el (mm-handle-filename): New function, return the filename of
1884 2011-03-18 Julien Danjou <julien@danjou.info>
1886 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1887 (gnus-buffer-live-p): Check that buffer is not nil.
1889 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1891 * gnus-art.el: Require mouse, which the build bot seems to say is
1894 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1895 XEmacs, since it doesn't have url-retrieve-synchronously.
1897 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
1899 * gnus-group.el (gnus-group-list-ticked): New function.
1900 (gnus-group-make-menu-bar): Provide a menu entry for it.
1901 (gnus-group-list-map): Provide a binding for it.
1903 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1905 * shr.el (shr-visit-file): New command.
1907 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1909 2011-03-17 Bjørn Mork <bjorn@mork.no>
1911 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1914 2011-03-16 Julien Danjou <julien@danjou.info>
1916 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1919 * gnus-art.el (article-hide-list-identifiers):
1920 Use gnus-group-get-list-identifiers.
1922 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1923 (gnus-summary-remove-list-identifiers):
1924 Use gnus-group-get-list-identifiers to get regexp.
1925 (gnus-select-newsgroup, gnus-summary-insert-subject)
1926 (gnus-summary-insert-articles):
1927 Call gnus-summary-remove-list-identifiers unconditionally.
1929 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1931 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
1932 we're selecting a group with unread articles.
1934 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1936 * gssapi.el: New file separated out from imap.el to provide a general
1937 Kerberos 5 connection facility for Emacs.
1939 * message.el (message-elide-ellipsis): Document the format spec
1942 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
1944 * message.el (message-elide-region): Allow the ellipsis to say how many
1947 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1949 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1950 window configurations containing buffers that are now dead.
1952 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1953 parsing to avoid integer overflows.
1954 (nnimap-parse-flags): Simplify the last change.
1955 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1956 too large for 32-bit Emacsen.
1958 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1960 * auth-source.el (auth-source-netrc-create):
1961 * message.el (message-yank-original): Fix use of `case'.
1963 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
1965 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1966 XEmacs, which was one character too wide.
1968 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
1970 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1971 default number of articles to display.
1972 (gnus-articles-to-read): Use pretty names for prompt.
1974 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1976 * gnus-int.el (gnus-open-server): Ditto.
1978 * gnus-start.el (gnus-activate-group): Give a backtrace if
1979 debug-on-quit is set and the user hits `C-g'.
1980 (gnus-read-active-file): Ditto.
1982 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1984 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
1986 * message.el (message-yank-original): Use cond instead of CL case.
1988 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1990 * auth-source.el (auth-source-netrc-create): Use usual format for the
1993 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
1995 * auth-source.el (auth-source-netrc-create): Show the default in the
1996 prompt when prompting for token creation.
1998 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2000 * auth-source.el (auth-source-format-prompt): Always convert the value
2001 to a string to avoid evaluating non-string arguments.
2002 (auth-source-netrc-create): Offer default properly, not as initial
2003 content in `read-string'.
2004 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
2005 of line to determine if we've been run before. If so, don't run again,
2006 but print a trivial message to indicate the cache was hit instead.
2008 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
2010 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
2011 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
2012 The user will have to run `gnus-sync-read' manually and wait for Cloudy
2015 2011-03-11 Julien Danjou <julien@danjou.info>
2017 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
2020 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
2022 * auth-source.el (auth-source-read-char-choice): New function to read a
2023 character choice using `dropdown-list', `read-char-choice', or
2024 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
2025 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
2026 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
2027 (auth-source-netrc-saver): Use it.
2028 (auth-source-pick-first-password): New convenience function.
2030 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
2032 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
2033 parameter in the credentials.
2034 (nnimap-open-connection-1): Use it after a successful login.
2035 (nnimap-credentials): Add IMAP-specific user and password prompt.
2037 * auth-source.el (auth-source-search): Add :require parameter, taking a
2038 list. Document it and the :save-function return token. Pass :require
2039 down. Change the CREATED message from a warning to a debug statement.
2040 (auth-source-search-backends): Pass :require down.
2041 (auth-source-netrc-search): Pass :require down.
2042 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
2043 Change save prompt to indicate all modifications saved here are
2045 (auth-source-netrc-create): Take user login name as default in user
2046 prompt. Move all the save functionality to a lexically bound function
2047 under the :save-function token in the returned list. Set up clearer
2048 default prompts for user, host, port, and secret.
2049 (auth-source-netrc-saver): New function, intended to be wrapped for
2052 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2054 * Version 23.3 released.
2056 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2058 * shr.el (shr-table-horizontal-line): Change the defaults for the table
2059 lines to be spaces instead.
2061 2011-03-07 Julien Danjou <julien@danjou.info>
2063 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
2064 (sieve-sasl-auth): Check that auth-source-search did return something,
2065 or just return an empty string.
2067 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
2069 * gnus.el (gnus-interactive): Use read-directory-name.
2071 * gnus-uu.el (gnus-uu-decode-uu-and-save)
2072 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
2073 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
2074 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
2077 * gnus-group.el (gnus-group-make-directory-group): Likewise.
2079 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2081 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
2082 onto the list of killed groups, too. This makes killed nnimap groups,
2083 for instance, more reliably not reappear.
2085 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
2088 * gnus-sum.el (gnus-update-read-articles): Fix typo.
2090 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
2091 really have server-side marks.
2093 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
2094 since most backends do not usefully have server-side marks.
2095 (gnus-update-read-articles): Propagate marks to all backends that
2096 really have server-side marks.
2098 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
2100 * message.el (message-cite-reply-position, message-cite-style):
2102 (message-yank-original): Use the new citation styles.
2104 2011-03-04 Daiki Ueno <ueno@unixuser.org>
2106 * message.el (message-options): Revert the change that's a workaround
2107 for XEmacs buffer-local issue; don't mark it buffer-local when running
2110 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
2112 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
2113 numbers too big to be `read'.
2115 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
2117 * message.el (message-options): Make buffer-local two ways to attempt
2118 to fix a XEmacs bug.
2120 2011-03-02 Julien Danjou <julien@danjou.info>
2122 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
2124 2011-03-01 Julien Danjou <julien@danjou.info>
2126 * gnus-art.el (list-identifier): Add list-identifier as a parameter
2128 (article-hide-list-identifiers): Use list-identifier group parameter.
2130 2011-02-28 Julien Danjou <julien@danjou.info>
2132 * sieve.el (sieve-buffer-script-name): New local variable to store
2134 (sieve-edit-script): Store sieve script name.
2135 (sieve-upload): Use sieve script name when uploading.
2136 (sieve-upload): Use substitute-command-keys.
2137 (sieve-edit-script): Use substitute-command-keys.
2138 (sieve-refresh-scriptlist): Use substitute-command-keys.
2139 (sieve-manage-mode-map): Define keymap properly.
2140 (sieve-manage-mode): Do not set mode name manually, change mode-name to
2141 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
2142 Remove commented code about cvs.
2143 (sieve-manage-quit): New function.
2144 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
2146 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2148 * gnus-group.el (gnus-import-other-newsrc-file): New function.
2150 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
2152 * auth-source.el (auth-source-search): Cache empty result sets.
2154 * auth-source.el (auth-source-save-behavior): New variable to replace
2155 `auth-source-never-create'.
2156 (auth-source-netrc-create): Use it.
2157 (auth-source-never-save): Remove.
2159 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
2161 * nnimap.el (nnimap-stream): Doc fix.
2162 (nnimap-open-connection-1): Reverse the order of the ports to that the
2163 prompted-for port is first.
2165 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
2166 retrieval by the no-group selection.
2168 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
2169 numerical parameters.
2171 2011-02-25 Julien Danjou <julien@danjou.info>
2173 * gnus-gravatar.el: Use gnus-with-article-buffer.
2175 * gnus-art.el (gnus-with-article-buffer): Check that the
2176 gnus-article-buffer is alive.
2178 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
2180 * auth-source.el (auth-source-creation-prompts): New variable to manage
2181 creation-time prompts.
2182 (auth-source-search): Document it.
2183 (auth-source-format-prompt): Add utility function.
2184 (auth-source-netrc-create): Don't default the user name to
2185 user-login-name. Use `auth-source-creation-prompts' and some default
2186 prompts for user, host, port, and password (the default generic prompt
2188 (auth-source-never-save): Add customizable option to never save info.
2189 (auth-source-netrc-create): Use it and improve save prompts. Fix help
2192 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
2194 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
2195 argument that XEmacs doesn't support.
2197 2011-02-23 Julien Danjou <julien@danjou.info>
2199 * gnus-art.el (article-make-date-line): Ignore errors if time is
2200 invalid and not convertible.
2201 (article-make-date-line): Only add lapsed time if time is not nil.
2203 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
2205 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2206 `read-char-choice' for backwards compatibility.
2207 (auth-source-netrc-element-or-first): New function to DTRT for
2208 parameter extraction.
2209 (auth-source-netrc-create): Use it and fix multiple parameter print
2210 bug. Use the default passed from above (given-default) or the
2211 built-in (user-login-name for :user).
2213 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
2215 * gnus-start.el (gnus-dribble-read-file):
2216 Set buffer-save-without-query, since we always want to save the dribble
2219 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2222 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2223 -summary- since it's a user-visible variable.
2225 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2226 first time you use the new Gnus.
2228 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
2230 * auth-source.el: Don't load netrc.el.
2231 (auth-sources): Search ~/.netrc as well by default.
2232 (auth-source-debug): Add 'trivia option for extra output.
2233 (auth-source-do-trivia): Use it.
2234 (auth-source-search): Simplify logic to use
2235 `auth-source-search-backends'. Use `auth-source-do-trivia' where
2236 appropriate. Don't keep a running count at this level. Layer :create
2237 and :delete options appropriately on the first and second passes.
2238 Don't track the backend with the search results.
2239 (auth-source-search-backends): New function to search a list of
2240 backends for a processed spec.
2241 (auth-source-netrc-parse): Cache all netrc files, making
2242 auth-source-netrc-cache an alist keyed by the file name and using the
2243 file mtime as the caching criterion. Keep the obfuscated data secret
2244 with a lexical bind.
2245 (auth-source-netrc-search): Don't calculate the length of the results
2247 (auth-source-search-backends): Fix bug.
2248 (auth-source-netrc-create): Rework prompts.
2250 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
2252 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2253 Lower case names of search constraints.
2254 (nnir-run-query): Cache and reuse search constraints for all imap
2257 2011-02-22 Sam Steingold <sds@gnu.org>
2259 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
2261 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
2263 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2265 (gnus-setup-message): Define missing variable from last checkin.
2267 * gnus-sum.el (gnus-summary-show-article): When called with t as the
2268 value, show the raw article.
2270 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2272 * nnimap.el (nnimap-open-connection-1): Revert last change, since
2273 auth-source now accepts numbers.
2275 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2277 (auth-source-ensure-strings): New function.
2279 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2280 (gnus-article-setup-buffer): Always restart the date timer so that user
2281 changes to the frequency is respected.
2283 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2284 port numbers, so make sure it gets that if nnimap-server-port is
2287 2011-02-21 Simon Josefsson <simon@josefsson.org>
2289 * nnimap.el (nnimap-inbox): Doc fix.
2291 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
2293 * shr-color.el (shr-color->hexadecimal): Use renamed function names
2294 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2297 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2299 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2300 given method as in the group name if we're using an extended method.
2301 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2302 command, if we're using that, instead of waiting for the beginning.
2304 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2305 we're sure to get unique server names, and we don't output two async
2306 commands in the same buffer. This fixes an NNTP hang for some users.
2308 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2310 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2311 summary buffer before reading going to the next buffer. This avoids
2312 putting the point in the group buffer if you `C-g' the command.
2314 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2315 cache (for now) to make ~/.authinfo.gpg files usable.
2317 * nnfolder.el (copyright-update): Define for the compiler.
2319 * auth-source.el (auth-source-search): Fix unbound variable.
2321 2011-02-19 Glenn Morris <rgm@gnu.org>
2323 * gnus.el (gnus-meta): Doc fix.
2325 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
2327 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2328 in case it's not yet loaded.
2330 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2332 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2333 line we're waiting for.
2335 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
2337 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2338 face with line-width greater than zero will cause RET in gnus summary
2339 buffer to scroll down article page-wise because auto vscroll happens,
2340 it should be temporally disabled when doing a scroll-up.
2342 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
2344 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2345 outputs from the server.
2347 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2349 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2350 later so that bbdb can hook in easier.
2352 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
2354 * auth-source.el (auth-source-search): Don't try to create credentials
2355 if the caller doesn't want that.
2356 (auth-source-search): If we don't find a match, don't bug out on
2357 non-bound variables.
2358 (auth-source-search): Only ask a single backend to create the
2361 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2363 (nnimap-credentials): Protect against auth-source-search returning nil.
2364 (nnimap-request-list): Protect against not being able to open the
2367 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
2369 * auth-source.el (auth-source-search): Do a two-phase search, one with
2370 no :create to get the responses from all backends.
2372 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2373 when getting credentials.
2375 * gnus-util.el (gnus-delete-duplicates): New function.
2377 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2379 * nnimap.el (nnimap-credentials): Instead of picking the first port as
2380 a creation default, pass the whole port list down. It will be
2383 * auth-source.el (auth-source-search): Updated docs to talk about
2384 multiple creation choices.
2385 (auth-source-netrc-create): Accept a list as a value (from the search
2386 parameters) and do completion on that list. Keep a separate netrc line
2387 with the password obscured for showing the user.
2389 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2390 first choice to `auth-source-search' so it will be used for entry
2391 creation instead of the server's Gnus-specific name.
2392 (nnimap-credentials): Rely on the auth-source library to select which
2393 port is actually wanted in the new netrc entry, so don't override
2394 `auth-source-creation-defaults'.
2396 * auth-source.el (auth-source-netrc-parse): Use :port instead of
2397 :protocol and accept a missing user, host, or port as a wildcard match.
2398 (auth-source-debug): Default to off.
2400 (auth-source-netrc-search, auth-source-netrc-create)
2401 (auth-source-secrets-search, auth-source-secrets-create)
2402 (auth-source-user-or-password, auth-source-backend, auth-sources)
2403 (auth-source-backend-parse-parameters, auth-source-search): Use :port
2404 instead of :protocol.
2406 * nnimap.el (nnimap-credentials): Pass a port default to
2407 `auth-source-search' in case an entry needs to be created.
2408 (nnimap-open-connection-1): Use :port instead of :protocol.
2410 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
2412 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
2413 instead of delete-dups that is not available in XEmacs 21.4.
2415 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
2417 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2418 nil means that nnimap doesn't get updated.
2420 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
2422 * auth-source.el (auth-source-netrc-create): Return a synthetic search
2423 result when the user doesn't want to write to the file.
2424 (auth-source-netrc-search): Expect a synthetic result and proceed
2426 (auth-source-cache-expiry): New variable to override
2427 `password-cache-expiry'.
2428 (auth-source-remember): Use it.
2430 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2431 parameter. Create entry if necessary by using :create t.
2432 (nnimap-open-connection-1): Don't pass `inhibit-create'.
2434 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
2436 * auth-source.el (auth-source-debug): Enable by default and don't
2437 mention the obsolete `auth-source-hide-passwords'.
2438 (auth-source-do-warn): New function to debug unconditionally.
2439 (auth-source-do-debug): Use it.
2440 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2441 and for Secrets API entries when the secrets.el library is not
2444 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
2446 * gnus-sum.el (gnus-propagate-marks): Default to nil.
2447 (gnus-summary-exit): Kill the correct article buffer on exit from a
2450 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2451 gnus-propagate-marks.
2453 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2454 before killing the buffers so that a non-full window conf gets handled
2456 (gnus-summary-exit): Ditto.
2457 (gnus-summary-read-group-1): Ditto.
2459 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2460 async code again so that we can debug it properly.
2462 * message.el (message-reply): Take an optional switch-buffer parameter
2463 so that Gnus window confs are respected better.
2465 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2467 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2468 `plist-get' to accept non-list parameters (XEmacs issue).
2470 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2471 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2472 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2473 Login collection is "Login" and not "login".
2475 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
2477 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2480 * nnimap.el (nnimap-inhibit-logging): New variable.
2481 (nnimap-log-command): Don't log login commands.
2483 * auth-source.el (auth-source-netrc-search): The asserts seem to want
2484 to have more parameters.
2486 * nnimap.el (nnimap-send-command): Mark the command time for each
2487 command, so that we don't get NOOPs stepping on our toes.
2489 * gnus-art.el (article-date-ut): Get the date from the Date header on
2492 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2494 * auth-source.el (auth-source-search): Use copy-sequence instead of
2495 the cl.el copy-list.
2497 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
2499 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2502 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2504 * gnus-art.el (gnus-article-mode-line-format): Remove the article
2505 washing status from the default format. It isn't very informative.
2507 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
2509 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2510 Fix Gcc processing on imap.
2512 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
2514 * message.el (message-bury): Don't pop up a new window when selected
2515 window is dedicated.
2517 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2519 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2521 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
2523 * sieve-manage.el: Autoload `auth-source-search'.
2524 (sieve-sasl-auth): Use it.
2526 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
2528 * nnimap.el: Autoload `auth-source-forget+'.
2529 (nnimap-open-connection-1): Use it if the connection fails.
2531 * auth-source.el: Require `password-cache'.
2532 (auth-source-hide-passwords, auth-source-cache): Remove and mark
2534 (auth-source-magic): Marker for `password-cache' keys.
2535 (auth-source-do-cache): Update docstring.
2536 (auth-source-search): Use and check cache.
2537 (auth-source-forget-all-cached, auth-source-remember)
2538 (auth-source-recall, auth-source-forget, auth-source-forget+)
2539 (auth-source-specmatchp): Caching support functions.
2540 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2541 Remove and obsolete.
2542 (auth-source-user-or-password): Remove caching to further discourage
2543 using it. Always hide passwords.
2545 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2547 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2548 code for now, since it doesn't work for all users.
2550 2011-02-09 Julien Danjou <julien@danjou.info>
2552 * message.el (message-options): Make message-options really buffer
2555 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
2557 * mail-source.el: Autoload `auth-source-search'.
2558 (mail-source-keyword-map): Note order matters.
2559 (mail-source-set-1): Get all the mail-source source values and
2560 defaults and search auth-source on those if needed. This can all
2561 probably be simplified.
2563 * nnimap.el: Autoload `auth-source-search'.
2564 (nnimap-credentials): Use it.
2565 (nnimap-open-connection-1): Ask for the virtual server and physical
2566 address in one shot.
2568 * nntp.el: Autoload `auth-source-search'.
2569 (nntp-send-authinfo): Use it. Note TODO.
2571 2011-02-08 Julien Danjou <julien@danjou.info>
2573 * shr.el (shr-tag-body): Add support for text attribute in body
2576 * message.el (message-options): Make message-options a local variable.
2578 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
2580 * auth-source.el (auth-source-secrets-search)
2581 (auth-source-user-or-password): Use `append' instead of `nconc'.
2582 (auth-source-user-or-password): Build return list better and protect
2583 against nil :secret.
2585 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2587 * nnimap.el (nnimap-update-info): Refactor slightly.
2588 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2589 (nnimap-update-info): Clean up slightly.
2590 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2592 (nnimap-process-quirk): Rename function to avoid collision.
2593 (nnimap-update-info): Fix macrology bug-out.
2594 (nnimap-update-info): Simplify split history test.
2596 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
2598 * auth-source.el (top): Require 'eieio unconditionally.
2599 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2600 (auth-source-secrets-search): Limit search when `max' is greater than
2603 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2605 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2606 part not returning any data.
2608 * proto-stream.el (open-protocol-stream): Document the return value.
2610 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
2612 * auth-source.el (auth-source-secrets-search): Add examples.
2614 2011-02-06 Julien Danjou <julien@danjou.info>
2616 * message.el (message-setup-1): Handle message-generate-headers-first
2619 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
2621 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2622 API with a string "secrets:collection-name" and with 'default.
2623 (auth-source-backend-parse): Parse "secrets:collection-name" and
2624 'default. Recurse on parses instead of repeating code. Use the
2625 Secrets API is the source is not nil and 'ignore otherwise. Emit a
2626 message when ignoring a source.
2627 (auth-source-search): List ignored search keys at the top level.
2628 (auth-source-netrc-create): Use `case' instead of `cond'.
2629 (auth-source-secrets-search): Created with TODOs.
2630 (auth-source-secrets-create): Created with TODOs.
2631 (auth-source-retrieve, auth-source-create, auth-source-delete)
2632 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2633 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2634 (auth-source-user-or-password-sftp)
2635 (auth-source-user-or-password-smtp): Remove.
2636 (auth-source-user-or-password): Deprecated and modified to be a wrapper
2637 around `auth-source-search'. Not tested thoroughly.
2639 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2641 * auth-source.el: Bring in assoc and eioeio libraries.
2642 (secrets-enabled): New variable to track the status of the Secrets API.
2643 (auth-source-backend): New EIOEIO class to represent a backend.
2644 (auth-source-creation-defaults): New variable to set prompt defaults
2645 during token creation (see the `auth-source-search' docstring for
2647 (auth-sources): Simplify to allow a simple string as a netrc backend
2649 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2650 (auth-source-backend-parse-parameters): Fill in the backend parameters.
2651 (auth-source-search): Main auth-source API entry point.
2652 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2653 (auth-source-search-collection): Helper function for searching.
2654 (auth-source-netrc-parse, auth-source-netrc-normalize)
2655 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2656 Supports search, create, and delete.
2657 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2659 (auth-source-user-or-password): Call `auth-source-search' but it's not
2662 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2664 * message.el (message-setup-1): Remove the read-only stuff, since it
2665 doesn't work under XEmacs, for some reason.
2667 * gnus-sum.el (gnus-user-date): Rename back from
2668 gnus-summary-user-date since user code refers to it.
2670 * shr.el (shr-render-td): Store the actual background color used.
2672 * message.el (message-setup-1): Don't bind the constant
2673 -forbidden-properties.
2674 (message-setup-1): Revert previous change, since it needs to bind the
2675 props to insert them.
2676 (message-resend): Allow removing the read-only separator line.
2678 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2680 * nnimap.el (nnimap-request-accept-article): Give an error message if
2681 the APPEND wasn't successful.
2683 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
2685 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2686 that have no groups.
2688 2011-02-03 Julien Danjou <julien@danjou.info>
2690 * gnus-draft.el: Remove progn around gnus-draft-setup.
2692 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2694 * gnus-start.el (gnus-read-active-for-groups): This function is never
2695 called with a nil `infos', so clean that up.
2696 (gnus-get-unread-articles): Request active files from primary/secondary
2697 methods that have no groups (yet).
2699 2011-02-03 Julien Danjou <julien@danjou.info>
2701 * message.el (message-setup-1): Always generate References first.
2702 (message-mail): Return the return value of message-setup, not always t.
2703 (message-setup-1): Insert mail-header-separator with read-only and
2704 intangible properties set.
2706 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2707 user-date in docstring.
2709 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2711 * gnus.el (gnus-summary-line-format): Mention &user-date format in
2714 * gnus.el (gnus-user-date-format-alist): Change default value.
2715 Use defcustom, with type and group. Move from gnus-util.el.
2716 Rename to gnus-summary-user-date-format-alist.
2718 2011-02-03 Glenn Morris <rgm@gnu.org>
2720 * nnimap.el (gnus-fetch-headers): Declare.
2722 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2724 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2726 * message.el (message-forward-make-body-digest-plain)
2727 (message-followup, message-reply): Clean up things noted by Stefan.
2729 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2730 gnus-article-update-date-headers is nil.
2731 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2732 it didn't really work with defcustom.
2733 (article-update-date-lapsed): Make sure the window start doesn't move,
2736 2011-02-01 Julien Danjou <julien@danjou.info>
2738 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2741 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2742 standard in Emacs nowadays.
2744 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2746 * message.el (message-expand-name): Don't trust the return value of
2748 (message-check-news-header-syntax): Remove unused var `start'.
2749 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2750 (message-inhibit-body-encoding): Move to before first use.
2751 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2752 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2753 (Organization, Message-ID, Date, mh-previous-window-config):
2754 Defvar the vars using dynamic scoping.
2756 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2758 * shr.el (shr-render-td): Only do colors at the final rendering.
2759 Should be slightly faster.
2760 (shr-insert-table): Fix up TD background colors when doing the
2763 * gnus-art.el (article-date-ut): Protect against articles with no Date
2765 (article-update-date-lapsed): Don't use current-column to find the
2766 horizontal position. It's fragile in the presence of \003 characters.
2768 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2770 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2772 * gnus-art.el (article-transform-date): Rewrite to still work when
2773 there are several rfc2822 parts.
2774 (article-transform-date): Fix infinite recursion.
2775 (article-date-ut): Replace infinitely many Date headers with a single
2776 one when called interactively.
2778 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2781 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2782 move around by not using save-window-excursion. It seems to work...
2784 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
2786 * gnus-art.el (article-make-date-line): Work for user-defined format.
2788 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2790 * nntp.el (nntp-retrieve-group-data-early)
2791 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2794 * gnus-start.el (gnus-read-active-for-groups): Read the active files
2795 thoroughly for all backends that have no known groups. This should
2796 allow new nnml methods to retrieve mail.
2798 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2799 that Gnus doesn't know exists again.
2801 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2802 (gnus-treat-date-ut): Ditto.
2803 (gnus-article-update-date-header): Rename.
2804 (gnus-treat-date-local): Remove.
2805 (gnus-treat-date-english): Remove.
2806 (gnus-treat-date-lapsed): Remove.
2807 (gnus-treat-date-combined-lapsed): Remove.
2808 (gnus-treat-date-original): Remove.
2809 (gnus-treat-date-iso8601): Remove.
2810 (gnus-treat-date-user-defined): Remove.
2811 (gnus-article-date-headers): New variable to control all the date
2813 (article-date-ut): Rewrite to allow using the new way to format date
2816 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2818 * nnmail.el (nnmail-article-group): Check for a direct fancy split
2820 (nnmail-article-group): A better test for fanciness.
2822 * nnimap.el (nnimap-request-head): Protect against not finding the
2823 article by Message-ID.
2825 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
2827 * gnus-art.el (article-update-date-lapsed): Try a better way to really
2828 keep point at the "same place".
2830 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
2832 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2833 data if the group is inactive.
2835 2011-01-28 Julien Danjou <julien@danjou.info>
2837 * gnus-win.el: Remove dead function gnus-window-configuration-element.
2838 (gnus-all-windows-visible-p): Remove old compatibility code.
2839 (gnus-window-top-edge): Add docstring.
2841 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2843 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
2845 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2846 older request-update-info.
2848 * gnus-art.el (article-make-date-line): Limit the length a bit more.
2850 2011-01-28 Daiki Ueno <ueno@unixuser.org>
2852 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2853 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2855 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2857 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2858 groups. This makes the nndraft:queue group pop up if it's not already
2861 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2862 messages" logic, which was reversed.
2864 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2865 the "same place" even if point is on the line being replaced.
2866 (article-update-date-lapsed): Allow updating both the combined lapsed
2867 and the lapsed headers.
2868 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2869 (article-make-date-line): Limit the number of segments dynamically to
2870 avoid too-long lines.
2872 2011-01-27 Julien Danjou <julien@danjou.info>
2874 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2875 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2877 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
2879 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2880 Use plist-get instead of the cl function getf.
2882 2011-01-27 Glenn Morris <rgm@gnu.org>
2884 * gnus-util.el (float-time): Get rid of compiler warning, again.
2886 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2888 * shr.el (shr-put-color): Special-case background colors: Do put them
2889 at the blank parts at the front of the lines.
2891 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2892 exit hook to nix out all data on readedness on group exit.
2894 * gnus-util.el (float-time): If float-time is bound, always use it on
2895 all Emacsen. It's unclear why the subrp check was there.
2896 (time-date): Require to make some autoload issues on XEmacs go away.
2898 * shr.el (shr-put-color): Don't do the box padding in tables, since
2899 they're already padded.
2901 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2903 * gnus-art.el (gnus-article-next-page): When the last line of the
2904 article is displayed, scroll down once more instead of going to the
2905 next article at once.
2906 (article-lapsed-string): Refactor out and allow specifying how many
2908 (gnus-article-setup-buffer): Start updating the lapsed header directly.
2909 (gnus-article-update-lapsed-header): New variable.
2911 * shr.el: Revert change that made headings use different-sized faces.
2912 The Emacs display engine isn't advanced enough that, for instance,
2913 tables can comfortably use differently-sized faces.
2915 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2917 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2919 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2920 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2921 we're using an encrypted connection.
2923 * proto-stream.el: Alter the interface functions to also return the
2924 actual stream type used: network or TLS.
2926 2011-01-25 Julien Danjou <julien@danjou.info>
2928 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2929 (mm-display-javascript-inline): New function.
2931 * mm-decode.el (mm-inline-media-tests): Add application/javascript
2934 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
2936 * shr.el (shr-expand-newlines): Fix variable name.
2938 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2940 * shr.el (shr-expand-newlines): Make nested boxes work.
2942 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2944 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
2946 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2947 in a more sensible manner.
2949 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2951 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2954 2011-01-24 Julien Danjou <julien@danjou.info>
2956 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2959 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2961 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2964 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2965 in the article buffer.
2966 (gnus-gravatar-insert): Use blank space from the current buffer to
2967 avoid breaking text properties. This makes X-Sent updating work again.
2969 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2971 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
2973 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2974 fix the bug in url-http.el instead.
2976 * shr.el (shr-image-fetched): Ditto.
2978 * shr.el (shr-image-fetched): Avoid having point move in the article
2981 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2982 buffer after being called. It's apparently being killed by url.el, and
2983 killing it made point move to end-of-buffer in a random buffer.
2985 * shr.el (shr-image-fetched): Ditto.
2987 2011-01-23 Julien Danjou <julien@danjou.info>
2989 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2991 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2994 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2996 * gnus-sum.el (gnus-summary-move-article): Protect against backends
2997 (i.e., nnimap) returning nil as the article number.
2999 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
3001 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
3002 "DelSp" parameter in RFC3676.
3004 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
3006 * message.el (message-check-recipients): Display the encoded version of
3007 the bogus address if they differ.
3009 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
3012 * gnus-agent.el (gnus-agent-send-mail): Ditto.
3014 * gnus-group.el (gnus-group-refresh-group): New convenience function.
3016 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
3017 group buffer after sending the queue.
3019 * gnus-agent.el (gnus-agent-send-mail): Ditto.
3021 2011-01-22 Julien Danjou <julien@danjou.info>
3023 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
3025 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
3027 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
3028 nested related parts.
3030 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
3031 unexpired articles. This fixes the regression that led expiry marks to
3032 disappear from nnfolder groups.
3034 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
3036 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
3037 Don't confuse the "ret" of "retrograde" with RET.
3039 2011-01-21 Julien Danjou <julien@danjou.info>
3041 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
3042 than mm-insert-inline.
3044 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
3046 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
3047 Widen article buffer.
3049 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
3051 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
3053 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
3055 2011-01-20 Julien Danjou <julien@danjou.info>
3057 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
3059 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
3060 than mm-insert-inline to insert inline part: this respect
3061 mm-inline-media-tests displayers.
3063 * mm-view.el (mm-display-shell-script-inline): New function.
3065 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
3067 * mm-uu.el (mm-uu-type-alist): Add org block.
3068 (mm-uu-org-src-code-block-extract): New function.
3070 * mm-view.el (mm-display-org-inline): New function.
3072 * mm-decode.el (mm-automatic-display): Add text/org.
3074 * mailcap.el (mailcap-mime-extensions): Add .org.
3076 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
3078 * gnus-art.el (gnus-article-highlight): Remove argument passed to
3079 gnus-article-add-buttons.
3081 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
3083 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
3084 From header with a date and "nobody" as the sender.
3086 2011-01-19 Julien Danjou <julien@danjou.info>
3088 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
3089 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
3090 if you have the same regexp several times.
3091 (gnus-button-push): Fix matching when regexp is symbol.
3093 2011-01-15 Glenn Morris <rgm@gnu.org>
3095 * message.el (message-mail): A compose-mail function should
3096 accept headers as strings.
3098 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
3100 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
3101 Add :vert-only tags.
3102 (message-mail): New arg RETURN-ACTION.
3103 (message-return-action): New var.
3104 (message-bury): Use it.
3105 (message-mode): Make it buffer-local.
3106 (message-send-and-exit): Always call message-bury.
3108 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
3111 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3113 * nnimap.el (nnimap-convert-partial-article): Protect against
3114 zero-length body parts.
3116 * mm-decode.el (mm-preferred-alternative-precedence):
3117 Discourage showing empty parts.
3119 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
3120 and stuff if the backend didn't return the article number. This fixes
3121 an Exchange-related nnimap bug.
3123 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
3124 group window, because it does the wrong thing when a separate frame
3125 displays the group buffer.
3127 * proto-stream.el (open-protocol-stream): Protect against the low-level
3128 transport functions returning nil.
3130 2011-01-07 Daiki Ueno <ueno@unixuser.org>
3132 * mml2015.el (epg-sub-key-fingerprint): Autoload.
3133 (mml2015-epg-find-usable-secret-key): New function.
3134 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
3135 mml2015-epg-find-usable-key (Bug#7797).
3136 (mml2015-epg-encrypt): Ditto.
3138 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3140 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
3142 2011-01-03 Glenn Morris <rgm@gnu.org>
3144 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
3146 * sieve.el (sieve-open-server): Give a more explicit error if
3147 sieve-manage-open returns nil. (Bug#7720)
3149 2011-01-02 Karl Fogel <kfogel@red-bean.com>
3151 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
3153 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3155 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
3156 This avoids sending passwords in plain text over non-encrypted
3159 * shr.el (shr-rescale-image): Display all GIF images as animated images.
3161 * nnimap.el (nnimap-login): Refactored out into own function, and
3163 (nnimap-wait-for-line): Refactored out.
3165 * mm-view.el (mml-smime): Require.
3167 2010-12-20 David Engster <deng@eml.cc>
3169 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
3170 use EPG to decrypt S/MIME messages instead of openssl.
3172 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3174 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
3176 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
3177 status is the group clearly is unreachable.
3179 * auth-source.el (auth-source-create): Add the optional second
3180 parameter to `local-variable-p' to be compatible with XEmacs.
3182 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
3184 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
3185 work when using a compressed nnml folder.
3187 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3189 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3190 backends after sanitising on entry, because this never makes sense:
3191 If the articles have gone missing, then the data no longer exists on
3192 the backend, and if they haven't, then Gnus is wrong, and shouldn't
3193 overwrite anything anyway.
3195 * shr.el (shr-insert-document): Bind shr-width dynamically to
3196 window-width if it's nil.
3198 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3200 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3201 with the meaning of using the full emacs window width for rendering.
3203 2010-12-27 Daiki Ueno <ueno@unixuser.org>
3205 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3206 case when sender is not given.
3208 2010-12-23 Julien Danjou <julien@danjou.info>
3210 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3211 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3212 the addresses, otherwise we might misplaced the gravatar.
3214 2010-12-21 Daiki Ueno <ueno@unixuser.org>
3216 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3217 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3220 2010-12-20 Julien Danjou <julien@danjou.info>
3222 * gnus-util.el (gnus-rescale-image): Revert last change.
3224 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3226 * gnus-group.el (gnus-group-delete-articles): New command.
3228 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
3230 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3232 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3234 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3235 here, since it's up to the backends to do CRLF removal if their
3238 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3240 2010-12-17 Julien Danjou <julien@danjou.info>
3242 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3243 they are from file. Can also scale up.
3245 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
3247 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
3248 Restore gnus-use-agent.
3249 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3251 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3253 2010-12-17 Julien Danjou <julien@danjou.info>
3255 * gravatar.el (gravatar-retrieve-synchronously): New function.
3256 (gravatar-get-data): Make more robust.
3258 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3260 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3261 to really consider the last line.
3263 2010-12-16 Daiki Ueno <ueno@unixuser.org>
3265 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3266 list of recipient keys, or use symmetric encryption if not a list.
3267 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3268 EPA override, replacing the call to `netrc-store-data'.
3270 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
3272 * gnus-srvr.el: Avoid passing nil regexp argument to
3273 delete-matching-lines.
3275 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3277 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3278 fetching stops when Gnus exits.
3280 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3282 (nnfolder-request-expire-articles): Save all the buffers after doing
3285 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3286 the last article", since that led to serious performance regressions
3287 when expiring nnml groups.
3289 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
3291 * nnir.el: Improve customizations.
3293 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3295 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3297 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3298 group has been killed.
3299 (gnus-group-yank-group): Ditto.
3301 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3303 * nnimap.el (nnimap-request-update-group-status): New function.
3305 * gnus-int.el (gnus-request-update-group-status): New interface
3308 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3309 copying read-ness to the backends.
3311 * nnimap.el (nnimap-quirk): New function.
3312 (nnimap-retrieve-group-data-early): Use it.
3313 (nnimap-quirks): New alist.
3315 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
3317 * shr.el (shr-insert): Set shr-start after deleting trailing space;
3318 don't delete it within indentation.
3320 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3322 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3325 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3327 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3328 QRESYNC command by deleting a superfluous space which broke Cyrus
3329 servers. This change will break other servers that are buggy the other
3332 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
3334 * spam.el: Reindent and fix long lines.
3335 (spam-copy-or-move-routine): Exclude invalid move destinations.
3337 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
3339 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3340 installed the registry.
3342 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
3344 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3345 groupname doesn't contain "gmane".
3347 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3349 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3350 (gnus-1): Don't create the nndrafts group twice.
3351 (gnus-setup-news): There's no need to read the active file here, since
3352 that's done again later on a per-backend basis.
3353 (gnus-start-draft-setup): Make sure that the new group is started out
3356 * gnus-agent.el (gnus-agentize): Don't create the queue group
3357 automatically on startup. It'll be created later, if needed.
3359 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3360 of automatically subscribed groups.
3361 (gnus-auto-subscribed-categories): New variable.
3362 (gnus-matches-options-n): Use it.
3363 (gnus-default-subscribed-newsgroups): Remove unused variable.
3364 (gnus-start-draft-setup): Message a bit less.
3366 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
3368 * nnir.el (nnir-run-imap): Return article list in order of increasing
3371 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3373 * gnus-sum.el (gnus-summary-enter-digest-group):
3374 Mention gnus-auto-select-on-ephemeral-exit.
3376 * proto-stream.el (proto-stream-open-network-only): Fix the calling
3377 convention of the network-only option.
3379 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3381 * proto-stream.el (proto-stream-open-network-only): New function to
3382 have a way to specify non-STARTTLS upgrade connections.
3384 2010-12-10 Julien Danjou <julien@danjou.info>
3386 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3387 email address is nil.
3389 * message.el (message-bogus-recipient-p): Set address to "" if nil.
3391 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
3393 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3395 (nnir-run-imap): Only need to parse list once.
3397 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3399 * shr.el (shr-tag-script): Ignore <script>.
3400 (shr-tag-label): Add <label> support.
3402 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
3404 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3406 * shr.el (shr-image-displayer): Work for images lined side by side.
3408 2010-12-08 Robert Pluim <rpluim@gmail.com>
3410 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3411 parameter, since XEmacs doesn't accept t as a parameter.
3413 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
3415 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3417 (nnir-run-gmane): Simplify groupspec formatting.
3418 (nnir-request-expire-articles): New function.
3420 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3422 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3425 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3426 (shr-render-td): Handle td style="" better.
3427 (shr-tag-table): Use the color from the style sheet.
3428 (shr-render-td): Make sure we copy over all the overlays, too.
3430 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
3432 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3433 (nnir-request-article): Improve article retrieval.
3435 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
3437 * mm-util.el (mm-extra-numeric-entities): New variable.
3439 * mm-url.el (mm-url-decode-entities):
3440 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3442 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3444 * message.el: Use completion-at-point.
3445 (message-completion-function): New fun, extracted from message-tab.
3446 (message-mode): Use it for completion-at-point-functions.
3447 (message-tab): Use it and completion-at-point.
3449 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
3451 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3452 character if a non-breakable character follows.
3454 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3456 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3459 * shr.el (shr-tag-font): Colorize the region.
3460 (shr-tag-body): Ditto.
3461 (shr-tag-font): Actually let the styles be inherited instead of
3463 (shr-tag-font): Get the background color right.
3464 (shr-tag-style): Ignore all <style> tags for the moment.
3466 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3467 a Message-ID to avoid having nnimap depend on gnus-sum.
3469 * shr.el (shr-descend): Only colorize something if we have a node that
3472 2010-12-06 Julien Danjou <julien@danjou.info>
3474 * shr.el (shr-render-td): Render td content with shr-descend, so style
3475 will be applied to <td> too.
3476 (shr-colorize-region): Colorize region even if we only have a background.
3477 (shr-tag-body): Fix color and background color inheritance.
3478 Do not recolorize after shr-generic.
3479 (shr-tag-font): Let shr-generic colorize via inheritance.
3481 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
3483 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3485 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
3487 * nnir.el (nnir-request-move-article): Remove obsolete code.
3489 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
3491 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3493 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3495 * gnus-sum.el (gnus-summary-respool-article): The completion function
3496 expects a list instead of an alist.
3498 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3499 string as the parameter.
3501 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3503 * shr.el (shr-stylesheet): New dynamic variable for cascading the
3505 (shr-colorize-region): New function.
3506 (shr-insert-background-overlay): Remove.
3507 (shr-render-td): Background setting should be taken care of on a higher
3509 (shr-tag-body): Use post-hoc colorizations.
3510 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3511 (shr-put-color-1): Don't overwrite old colors.
3512 (shr-colorize-region): When the background color isn't explicit, use
3515 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3518 2010-12-05 Bjørn Mork <bjorn@mork.no>
3520 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3523 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
3525 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3528 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3530 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3533 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3534 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3536 * shr.el (shr-urlify): Show the URL before the title to avoid
3539 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
3541 * shr.el (shr-urlify): Display the title in <a> tags.
3543 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
3545 * nnir.el (nnir-categorize): Replace mapcar with mapc.
3547 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
3549 * nnir.el: Rearrange code to allow macros to be autoloaded by
3551 (nnir-retrieve-headers-override-function): Make this variable
3553 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3555 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3558 2010-12-03 Julien Danjou <julien@danjou.info>
3560 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3562 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
3564 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3565 allow optional argument `environment'.
3567 2010-12-03 Glenn Morris <rgm@gnu.org>
3569 * mm-extern.el (message-goto-body): Update declaration.
3571 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
3573 * gnus-util.el (gnus-macroexpand-all): New function.
3575 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3576 instead of macroexpand-all that is unavailable in XEmacs.
3578 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
3580 * nnir.el (nnir-summary-line-format): New variable.
3581 (nnir-mode): Use it.
3582 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3583 (nnir-article-ids): Reimplement as defsubst.
3584 (nnir-retrieve-headers): Don't mangle the subject header.
3585 (nnir-run-imap): Use 100 as RSV score.
3586 (nnir-run-find-grep): Fix for full server searching.
3587 (nnir-run-gmane): Better restriction to gmane groups.
3589 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3592 2010-12-02 Julien Danjou <julien@danjou.info>
3594 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3596 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3598 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3601 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
3603 * nnir.el: Update to handle the registry better.
3604 (autoload): Silence byte-compiler.
3605 (nnir-open-server): Add a hook for nnir groups.
3606 (nnir-request-move-article): Don't mangle the header. Better to use
3607 formatting variables (which will be added in the future).
3608 (nnir-registry-action): Update the registry using the original article
3610 (nnir-mode): Install nnir-specific hooks for updating the registry.
3613 (gnus-article-original-subject,gnus-newsgroup-original-name):
3614 Remove obsolete variables.
3615 (gnus-summary-move-article): Remove use of obsolete variables.
3616 (gnus-summary-local-variables): Make move and delete hooks local to
3619 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3621 * rtree.el: New file.
3623 2010-12-01 Julien Danjou <julien@danjou.info>
3625 * message.el (message-user-organization): Do not use
3626 gnus-local-organization.
3628 * gnus.el: Remove gnus-local-organization.
3630 * gnus-msg.el: Remove nastygram thing.
3632 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
3634 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3637 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
3639 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3642 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3645 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3646 to t of inhibit-read-only since it is inside gnus-with-article-headers.
3647 Suggested by Štěpán Němec <stepnem@gmail.com>.
3648 (gnus-gravatar-transform-address): Use mail-extract-address-components
3649 that supports non-ASCII names rather than mail-header-parse-addresses.
3651 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3653 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
3654 handled by the network handler.
3656 2010-11-30 Julien Danjou <julien@danjou.info>
3658 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3659 (nnimap-open-connection-1): Fix PREAUTH.
3661 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3663 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3665 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3666 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3667 (shr-insert): Use them.
3668 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3670 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
3672 * nnir.el (nnir-request-move-article): Bail out if original group
3673 doesn't support article moves.
3674 (nnir-get-active): Improve active list retrieval.
3676 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3678 * shr.el (shr-find-fill-point): Don't break before apostrophes.
3680 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
3682 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3683 seem to accept strings-with-numbers as port numbers,
3685 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
3687 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3688 change the registry.
3690 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3692 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3693 delete-dups that is not available in XEmacs 21.4.
3695 * mm-util.el (mm-delete-duplicates): Add comment.
3697 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
3699 * nnir.el (nnir-ignored-newsgroups): New variable.
3700 (nnir-get-active): Use it.
3702 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3704 * proto-stream.el (proto-stream-open-network): Add some comments.
3706 * nntp.el (nntp-open-connection): Provide a :success condition.
3708 * nnimap.el (nnimap-open-connection-1): Ditto.
3710 * proto-stream.el (proto-stream-open-network): See what the response to
3711 the STARTTLS command is.
3713 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3714 backwards compatibility).
3715 (nnimap-open-connection-1): Really respect nnimap-server-port.
3717 * proto-stream.el (proto-stream-open-network): When doing opportunistic
3718 TLS upgrades we don't really care about the identity of the peer.
3719 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3720 that what we've checked for.
3721 (proto-stream-always-use-starttls): Only default to t if
3722 open-gnutls-stream exists.
3723 (proto-stream-open-network): If STARTTLS failed, then just open a
3725 (proto-stream-open-network): Wait until the greeting before doing
3728 * nntp.el (nntp-open-connection): Report what the connection error is.
3730 * proto-stream.el (open-protocol-stream): Rename from
3733 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3735 * nnimap.el (nnimap-stream): Change default to `undecided'.
3736 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3737 first, and then network.
3738 (nnimap-open-connection-1): Respect nnimap-server-port.
3739 (nnimap-open-connection): Be more backwards-compatible.
3741 * proto-stream.el (proto-stream-always-use-starttls): New variable.
3742 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
3743 (proto-stream-open-starttls): Folded back into the main function.
3744 (proto-stream-open-network): Fix typo in the GnuTLS path.
3745 (proto-stream-command): Refactor out.
3747 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3749 * proto-stream.el (proto-stream-open-starttls): Actually implement the
3750 starttls.el STARTTLS.
3752 * color.el (color-lab->srgb): Fix function call name.
3754 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3755 if we're using tls.el.
3756 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
3757 built in, then don't try to establish a STARTTLS connection.
3759 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3762 * proto-stream.el (open-proto-stream): Use network, not stream.
3763 (open-proto-stream): Add a way to specify what the end of a command is.
3765 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3767 (nntp-open-network-stream): Remove.
3768 (nntp-open-ssl-stream): Remove.
3769 (nntp-open-tls-stream): Remove.
3770 (nntp-ssl-program): Remove.
3772 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3774 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
3776 * nnir.el: Fix typos.
3777 (nnir-retrieve-headers-override-function): Rename variable to reflect
3779 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3781 (nnir-request-article, nnir-request-move-article): Use them.
3782 (nnir-categorize): New function.
3783 (nnir-run-query): Use it.
3784 (nnir-retrieve-headers): Rewrite to batch header retrieval.
3785 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3787 (nnir-group-full-name): Use gnus-group-full-name instead.
3788 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3789 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3791 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3793 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3795 * proto-stream.el: New library to provide protocol-specific
3796 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3798 (open-proto-stream): Complete the documentation.
3799 (proto-stream-open-network): Fix some typos.
3801 * nnimap.el (nnimap-open-connection): Use it.
3803 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
3805 * pop3.el (pop3-open-server): Read server greeting before starting TLS
3808 2010-11-26 Julien Danjou <julien@danjou.info>
3810 * color.el: Rename various rgb functions to srgb.
3812 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3814 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3817 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
3819 * shr.el (shr-insert): Revert last change.
3820 (shr-find-fill-point): Never leave point being at bol;
3821 relax the kinsoku limitation when rendering tables.
3823 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3825 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3826 results from -accept-article.
3828 * shr-color.el: Require cl when compiling.
3830 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3833 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3835 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3837 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3838 'add and 'delete to set backend marks.
3840 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3842 * nnheader.el (nnheader-update-marks-actions): Refactor out.
3844 * nntp.el (nntp-request-set-mark): Use it.
3846 * nnfolder.el (nnfolder-request-set-mark): Ditto.
3848 * nnml.el (nnml-request-set-mark): Ditto.
3850 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3851 introduces regressions in article selection.
3852 (nnimap-find-uid-response): New function.
3853 (nnimap-request-accept-article): Use the UID returned, if any.
3854 (nnimap-request-move-article): Use the UID returned, if any.
3855 (nnimap-get-groups): Reimplement to work with folded lines.
3856 (nnimap-find-uid-response): The UID is the last element in the list.
3857 (nnimap-request-set-mark): Extend syntax with 'set.
3859 * nnml.el (nnml-request-set-mark): Ditto.
3861 * nnfolder.el (nnfolder-request-set-mark): Ditto.
3863 * nntp.el (nntp-request-set-mark): Ditto.
3865 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3867 * message.el (message-called-interactively-p): A temporary macro.
3868 (message-goto-body): Use it temporarily.
3870 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3872 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3873 (nnimap-last-response-string): Unfold quoted lines, if they exist.
3874 (nnimap-last-response-string): Fix last unfolding fix.
3876 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3878 * shr.el (shr-insert): Fix the way to fold lines.
3880 2010-11-25 Julien Danjou <julien@danjou.info>
3882 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3884 * color.el: Rename from color-lab.el
3885 (color-rgb->hex): Add.
3886 (color-complement): Add.
3887 (color-complement-hex): Add.
3889 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3891 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3893 * shr-color.el (shr-color-visible): Don't bug out if the color names
3896 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3898 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3899 assuming that article displaying or another mml-preview may be
3900 interrupted for an error or for the like.
3902 * shr.el (shr-get-background): Fix argument name.
3904 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3906 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3908 * gnus-sum.el (gnus-summary-include-articles): New function.
3910 * message.el (message-goto-body): called-interactively-p needs a
3911 parameter, so use `any'.
3913 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3914 clear marks before moving, since they're synced from the Gnus side
3917 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3918 (gnus-summary-move-article): Copy over all marks before moving, so that
3919 IMAP doesn't think a new article has arrived.
3921 2010-11-24 Julien Danjou <julien@danjou.info>
3923 * shr.el (shr-insert-background-overlay): Fix typo.
3924 (shr-render-td): Copy the background before rendering.
3926 * shr-color.el (shr-color-visible): Fix docstring.
3928 * shr.el (shr-tag-table): Add bgcolor support.
3929 (shr-render-td): Add bgcolor support.
3930 (shr-get-background): Add.
3931 (shr-insert-foreground-overlay): Use shr-get-background.
3933 * message.el (message-goto-body): Use called-interactively-p.
3934 (message-in-body-p): message-goto-body returns point.
3936 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3938 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
3939 Fixes something or other in Emacs 23, and is backwards compatible.
3941 * message.el (message-goto-body): Remove the <#secure special-casing,
3942 which is too special.
3944 * shr.el (shr-parse-style): Drop !important from styles.
3946 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
3948 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3949 this function to return incorrect results when calling it with an
3950 explicit article argument different from
3951 (gnus-summary-article-number).
3953 2010-11-24 Julien Danjou <julien@danjou.info>
3955 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3956 (shr-tag-body): Add background support.
3957 (shr-descend): Add background support.
3958 (shr-tag-title): Add.
3960 * shr-color.el (shr-color-visible): Really return original background
3963 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3965 * shr.el (shr-color-check): Protect against non-existent color names.
3967 2010-11-24 Julien Danjou <julien@danjou.info>
3969 * color-lab.el: Require 'cl when compiling.
3971 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3973 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3976 * color-lab.el: Fix all expt calls to use float type.
3978 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
3980 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3981 expression to shr-color-check as is.
3983 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3985 * color-lab.el: Add coding cookie.
3986 (float-pi): Use eval-and-compile.
3988 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3990 * shr.el (shr-insert-color-overlay): Split stuff like
3991 "#444444 !important" to find the real color.
3992 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3993 parse <font color="red"> entries.
3995 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
3997 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
3998 point when parsing headers.
4000 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
4001 is positioned properly when parsing headers.
4003 2010-11-23 Julien Danjou <julien@danjou.info>
4005 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
4007 * shr-color.el (shr-color->hexadecimal): Add support for color names.
4009 * shr.el (shr-parse-style): Replace \n with space in style parsing.
4011 * shr-color.el (shr-color-hsl-to-rgb-fractions):
4012 Use shr-color-hue-to-rgb.
4013 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
4015 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4017 * shr.el (shr-color->hexadecimal): Autoload.
4018 (shr-descend): Add color to all tags.
4020 2010-11-22 Julien Danjou <julien@danjou.info>
4022 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
4023 shr-color->hexadecimal.
4025 * shr-color.el (shr-color->hexadecimal): Add converting functions for
4026 RGB() or HSL() color representation.
4028 * shr.el (shr-tag-font): Add.
4029 (shr-tag-color-check): New function to get better colors.
4030 (shr-tag-insert-color-overlay): Factorize code between tag-font and
4033 * shr-color.el: New file.
4035 * color-lab.el: New file.
4037 * gnus-art.el (gnus-url-mailto): Do not downcase args.
4039 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
4041 * nnir.el: Fix typo in comments.
4042 (nnir-run-imap): Simplify code. No need to reverse artlist.
4043 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
4045 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4047 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
4049 * nnimap.el (nnimap-get-capabilities): Refactor out.
4050 (nnimap-open-connection): Re-request capabilities after STARTTLS.
4052 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
4054 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
4055 appearing when `mm-uu-hide-markers' is nil.
4057 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4059 * nnimap.el (nnimap-unselect-group): Make into its own function.
4060 (nnimap-request-rename-group): Unselect group before renaming.
4061 This had gotten lost somewhere.
4062 (nnimap-request-accept-article): Keep track of examined groups, and
4063 unselect the group before APPENDing to read-only groups.
4064 (nnimap-request-move-article): Clear flags before moving so that they
4065 can be re-set later.
4067 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
4069 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
4070 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
4072 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
4074 * gnus-art.el (gnus-mime-display-single):
4075 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
4076 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
4079 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4081 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
4082 (shr-table-vertical-line): New variable.
4083 (shr-insert-table): Use it.
4085 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
4087 * gnus-html.el (gnus-html-wash-images): Don't display images if
4088 gnus-inhibit-images is non-nil; register displayer for cid images.
4089 (gnus-html-display-image): Work for cid image.
4090 (gnus-html-insert-image): Allow arguments.
4091 (gnus-html-put-image): Inhibit read-only.
4092 (gnus-html-prefetch-images): Don't prefetch images if
4093 gnus-inhibit-images is non-nil.
4095 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4097 * shr.el (shr-put-image): Break lines when inserting big pictures.
4099 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4101 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
4102 sender, thanks Katsumi Yamaoka.
4104 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
4106 * nnir.el (nnir-run-imap): Reverse the article list for each group
4107 rather than the whole list.
4109 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
4111 * shr.el (shr-image-displayer): Protect function against non-existent
4114 * gnus-art.el (gnus-inhibit-images): New user option.
4115 (gnus-mime-display-single): Don't display image if it is non-nil.
4117 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
4118 gnus-inhibit-images.
4120 * shr.el (shr-image-displayer): New function.
4121 (shr-tag-img): Use it.
4123 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4125 * mml2015.el (mml2015-epg-sign): Use From header.
4127 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4129 * gnus-html.el (gnus-html-wash-images): Register a displayer.
4131 * gnus-util.el (gnus-find-text-property-region): Return markers.
4133 * shr.el (shr-tag-img): Put a displayer in the text property.
4135 * gnus-util.el (gnus-find-text-property-region): New utility function.
4137 * gnus-html.el (gnus-html-display-image): Make the alt optional.
4138 (gnus-html-show-images): Remove.
4140 * gnus-art.el (gnus-article-show-images): New, more general function.
4142 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
4143 image url text properties.
4147 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
4148 gnus-agent-auto-agentize-methods is set. Which it isn't.
4150 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
4152 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
4153 work for two or more articles.
4155 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
4157 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
4158 divide an image that's in an html article to two or more when washing
4159 non-ASCII characters in alt text of it.
4161 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
4163 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
4164 smime-decrypt-region using function argument.
4165 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4167 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4169 * smime.el (smime-decrypt-region): Catch it.
4171 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4173 * smime.el (smime-mode-map): Move initialization into declaration.
4174 (gnus-run-mode-hooks): Don't autoload.
4175 (smime-mode): Use define-derived-mode.
4177 2010-11-11 Glenn Morris <rgm@gnu.org>
4179 * smime.el (from): Restrict declaration to XEmacs.
4181 * nnir.el (gnus-group-topic-name): Autoload.
4183 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
4185 * shr.el (shr-insert): Don't break long line if it is because of
4186 kinsoku-bol characters in the line end.
4188 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
4190 * nnir.el (nnir-request-move-article): Fix to provide original group
4192 (nnir-warp-to-article): Don't fail on articles whose headers haven't
4195 * gnus-sum.el (gnus-summary-move-article): Use original group and
4196 subject for virtual articles such as those in an nnir summary buffer.
4198 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
4200 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4203 * smime.el (from): Declare it again for XEmacs.
4205 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4207 * message.el (message-resend): Don't disable encoding unless it's
4210 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4211 low-numbered articles.
4213 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4215 * rfc2047.el (rfc2047-syntax-table): Simplify.
4217 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4218 set-char-table-range for XEmacs.
4220 2010-11-10 Glenn Morris <rgm@gnu.org>
4222 * smime.el (from): Remove unused declaration.
4224 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4225 (gnus-float-time): On Emacs, always an alias.
4227 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4228 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4230 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4232 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4234 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4236 * shr.el (browse-url-mailto): Autoload.
4238 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4240 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4241 regexp doesn't need quoting.
4243 2010-11-09 Sven Joachim <svenjoac@gmx.de>
4245 * message.el (message-subject-trailing-was-ask-regexp)
4246 (message-subject-trailing-was-regexp): Match was: in addition to was.
4248 2010-11-09 Glenn Morris <rgm@gnu.org>
4250 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4251 (nnbabyl-check-mbox): Use point-at-bol.
4253 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4255 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4257 * message.el (message-mailto): New function.
4258 (message-mailto): Should accept other parameters.
4259 (message-mailto): Remove since it duplicates browse-url-mailto
4262 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4264 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4266 (gnus-read-active-file): Ditto.
4268 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4269 ": " from the prompt.
4270 (gnus-group-make-group): Ditto.
4272 2010-11-07 Glenn Morris <rgm@gnu.org>
4274 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4275 (gnus-bookmark-kill-line): Use point-at-eol.
4277 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
4279 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4280 asterisks in From header.
4282 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4284 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4285 string to avoid making the From headers syntactically invalid.
4287 * message.el (message-send-mail): Don't insert courtesy messages if the
4288 message already has List-Post and List-ID messages.
4290 2010-11-06 Glenn Morris <rgm@gnu.org>
4292 * gnus-art.el (gnus-treat-article): Give dynamic local variables
4293 `condition', `type', `length' a prefix.
4294 (gnus-treat-predicate): Update for above name changes.
4296 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
4298 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4299 binding. Handled by `gnus-summary-refer-thread' instead.
4300 (nnir-warp-to-article): New backend function.
4302 * nnimap.el (nnimap-request-thread): Force dependency updating.
4304 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4305 (gnus-summary-refer-thread): Rework to improve thread-referral.
4307 * gnus-int.el (gnus-warp-to-article): New function.
4309 * gnus-sum.el (gnus-summary-article-map): Bind it.
4311 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
4313 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4314 gnus-summary-refer-thread.
4316 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4318 (gnus-summary-limit-include-thread): Prevent articles in thread from
4319 being cut in gnus-cut-threads.
4320 (gnus-summary-refer-thread): Limit retrieved headers to those in
4323 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4325 * message.el (message-send-mail): Use the value of
4326 message-courtesy-message from the message buffer.
4328 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4330 * shr.el (shr-browse-url): Implement mailto: URLs.
4332 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4335 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4336 if it's already selected.
4338 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4340 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
4342 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4343 to measure the length and truncate alt text.
4345 2010-11-03 Glenn Morris <rgm@gnu.org>
4347 * nndiary.el (nndiary-generate-nov-databases-1)
4348 (nndiary-generate-active-info): Rename dynamic variable `files' to
4349 something less generic.
4351 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
4353 * nnir.el (nnir-request-move-article): Call the underlying backend to
4354 move articles from nnir.
4356 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4358 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4360 2010-11-02 Julien Danjou <julien@danjou.info>
4362 * nnir.el: Remove wais support.
4364 2010-11-02 Glenn Morris <rgm@gnu.org>
4366 * gnus-html.el: Reorder requirements to quieten compiler.
4368 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
4370 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4371 properly for XEmacs as well.
4372 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4373 (gnus-article-natural-long-line-p): Use window-width rather than
4376 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
4378 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
4379 (nnir-read-parms): Don't modify query.
4380 (nnir-run-query): Add ability to search topic on current line.
4381 (nnir-get-active): Clean up.
4383 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4385 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4386 degenerate articles.
4388 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4389 (gnus-print-buffer): Just print the buffer as is, without any copying
4390 to a buffer and then re-highlighting.
4392 * nnimap.el (nnimap-request-group): Store the new updated info.
4393 (nnimap-request-group): Select the group when we don't know whether it
4396 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4399 * gnus-group.el (gnus-group-find-new-groups): Display all the new
4402 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4405 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4406 long-lines case by only filling the long lines.
4408 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4411 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
4413 * shr.el: No need to declare `declare-function' since shr.el is for
4414 only Emacsen that provide `libxml-parse-html-region'.
4416 2010-11-01 Glenn Morris <rgm@gnu.org>
4418 * mm-util.el (gnus-completing-read): Autoload.
4419 (mm-read-coding-system): Simplify Emacs definition.
4421 * nnmail.el (gnus-activate-group):
4422 * nnimap.el (gnutls-negotiate):
4423 * nntp.el (netrc-parse): Fix declarations.
4425 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
4427 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4428 string-match-p in Emacs >=23.
4430 * gnus-msg.el (gnus-configure-posting-styles):
4431 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4433 2010-11-01 Glenn Morris <rgm@gnu.org>
4435 * nnir.el (declare-function): Add compat stub.
4436 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4437 (nnir-run-gmane): Require 'mm-url.
4439 * mm-util.el (mm-string-to-multibyte): Simplify.
4441 * shr.el (declare-function): Add compat stub.
4442 (url-cache-create-filename): Declare.
4443 (mm-disable-multibyte, widget-convert-button): Autoload.
4445 * smime.el (ldap-search): Declare.
4446 (smime-cert-by-ldap-1): Require ldap on Emacs.
4448 * nnimap.el: Require nnmail, and gnus-sum when compiling.
4449 (nnimap-keepalive): Use gnus-float-time.
4451 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4452 (mail-source-delete-crash-box): Use gnus-float-time.
4454 * gnus-dired.el (gnus-completing-read): Autoload.
4456 * mm-view.el (gnus-rescale-image): Autoload.
4458 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4460 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4462 * sieve-manage.el: Require 'cl when compiling.
4464 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4465 (gnus-iswitchb-completing-read): Require iswitchb.
4466 (gnus-select-frame-set-input-focus): Silence compiler.
4468 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4470 * message.el (message-subject-trailing-was-query): Change default to t,
4471 since I think that's what most people want.
4473 * nnimap.el (nnimap-request-accept-article): Erase buffer before
4474 appending for easier debugging.
4475 (nnimap-wait-for-connection): Take a regexp.
4476 (nnimap-request-accept-article): Wait for the continuation line before
4477 sending anything unless we're streaming.
4479 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4480 leave the header washing to take place.
4482 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4484 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4485 regular expression match and replace in posting styles.
4487 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
4489 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4491 (nnir-get-active): New function.
4492 (nnir-run-imap): Use it.
4493 (nnir-run-gmane): Who knew, gmane search returns an article score!
4495 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4496 server on the current line with nnir.
4498 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4500 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4501 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4503 (gnus-article-foldable-buffer): Skip past the prefix when determining
4506 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4507 the raw article, and change `C-u g' to show the article without doing
4510 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4511 on to `gnus-treat-article'.
4512 (gnus-inhibit-article-treatments): New variable.
4514 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4516 * gnus-art.el (gnus-treatment-function-alist): Have
4517 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4518 (gnus-treat-fill-long-lines): Change default to fill all text/plain
4521 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4523 (gnus-article-fill-cited-long-lines): New function.
4524 (gnus-article-fill-cited-article): Allow filling only long sections.
4526 * shr.el (shr-find-fill-point): Don't break lines between punctuation
4527 and non-punctuation (like after the apostrophe in "'We").
4529 * gnus-sum.el (gnus-summary-select-article): Make sure
4530 gnus-original-article-buffer is alive.
4532 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4533 reflect the order they are in the digest.
4535 * gnus.el (gnus-group-startup-message): Move point to the start of the
4538 * nnimap.el (nnimap-capability): New function.
4539 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4542 2010-10-31 David Engster <dengste@eml.cc>
4544 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4545 conform with changes to gnus-completing-read.
4547 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4549 * shr.el (shr-tag-img): Output "*" instead of "[img]".
4551 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
4553 * nnir.el: Move defvar, defcustom around to keep file organized
4554 and keep byte-compiler quiet.
4555 (nnir-read-parms): Accept search-engine as arg.
4556 (nnir-run-query): Pass search-engine as arg.
4557 (nnir-search-engine): Remove.
4559 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4561 * shr.el (shr-generic): The text nodes should be text, not :text.
4563 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4566 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
4568 * nnir.el: General clean up. Allow searching with multiple engines.
4569 Allow separate extra-parameters for each engine.
4570 Batch queries when possible.
4571 (nnir-imap-default-search-key,nnir-method-default-engines):
4572 Add customize interface.
4573 (nnir-run-gmane): New engine.
4574 (nnir-engines): Use it. Qualify all prompts with engine name.
4575 (nnir-search-engine): Remove global variable.
4576 (nnir-run-hyrex): Restore for now.
4577 (nnir-extra-parms,nnir-search-history): New variables.
4578 (gnus-group-make-nnir-group): Use them.
4579 (nnir-group-server): Remove in favor of gnus-group-server.
4580 (nnir-request-group): Avoid searching twice.
4581 (nnir-sort-groups-by-server): New function.
4583 2010-10-30 Julien Danjou <julien@danjou.info>
4585 * gnus-group.el: Remove gnus-group-fetch-control.
4587 * gnus-start.el (gnus-find-new-newsgroups):
4588 Remove gnus-check-first-time-used.
4590 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4592 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
4594 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4595 set on groups that don't have \* permanentflags.
4597 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4599 * shr.el (shr-tag-span): Drop colorization of regions since we don't
4600 control the background color.
4601 (shr-tag-img): Ignore very small web bug type images.
4602 (shr-put-image): Add help-echo alt texts to the images.
4603 (shr-tag-video): Show the video poster image.
4605 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4607 * shr.el (shr-table-depth): New variable.
4608 (shr-tag-table-1): Only insert the images after the top-level table.
4610 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4612 * gnus-util.el (gnus-list-memq-of-list): New function.
4614 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4616 (nnimap-unsplittable-articles): New slot.
4617 (nnimap-new-articles): Use it.
4619 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
4621 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4622 move to the previous line on `M-g'.
4624 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4626 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4627 *-request-group, which seems unnecessary.
4629 * nnimap.el (nnimap-quote-specials): Function copied over from
4631 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4632 they support that. Suggested by Tom Regner.
4634 2010-10-29 Julien Danjou <julien@danjou.info>
4636 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4638 (gnus-summary-delete-marked-with): Remove obsolete defalias.
4640 * gnus.el: Remove `gnus-nntp-service' variable.
4641 (gnus-secondary-servers): Make obsolete.
4642 (gnus-nntp-server): Make obsolete.
4644 * gnus-start.el (gnus-1): Remove x-splash calls.
4646 * gnus-ems.el (gnus-x-splash): Remove.
4648 * gnus.el (gnus-group-startup-message): Simplify/update code.
4650 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4651 capability before doing anything.
4652 (gnus-group-insert-group-line): Remove useless
4653 gnus-group-remove-excess-properties.
4655 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
4657 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4659 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4661 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4662 config after reselecting.
4664 2010-10-28 Julien Danjou <julien@danjou.info>
4666 * shr.el (shr-put-image): Use point even if only inserting text.
4667 (shr-put-image): Save excursion when inserting alt text on non-graphic
4668 display, so the behavior is the same when we are on a graphic display.
4670 * nnir.el (nnir-run-swish-e): Remove hyrex support.
4672 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4674 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4675 (gnus-mime-copy-part): Check coding system, not charset.
4676 (gnus-mime-view-part-externally): Never remove part.
4677 (gnus-mime-view-part-internally): Don't remove part here.
4678 (gnus-article-part-wrapper): Make sure MIME tag is visible.
4679 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4680 multipart/alternative.
4682 * mm-decode.el (mm-display-part): Take optional arg `force'.
4684 2010-10-26 Julien Danjou <julien@danjou.info>
4686 * gnus-group.el (gnus-group-default-list-level): Add this function to
4687 compute the default list level.
4688 (gnus-group-default-list-level): Add possibility to use a function.
4690 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
4692 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4694 * gnus-group.el (gnus-group-completing-read)
4695 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4696 gnus-replace-in-string.
4698 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
4700 * shr.el (shr-tag-div): Add.
4702 2010-10-25 Julien Danjou <julien@danjou.info>
4704 * gnus-util.el: Remove `gnus-with-local-quit'.
4706 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4708 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4710 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4711 the original article buffer.
4713 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4715 * nnimap.el (nnimap-request-head): New function.
4716 (nnimap-request-move-article): Try to be slightly faster by not
4717 requesting the entire message when moving.
4718 (nnimap-transform-headers): Don't bug out on bodiless articles.
4719 (nnimap-send-command): Have no outstanding messages if the IMAP server
4720 doesn't support streaming.
4721 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4723 2010-10-24 Julien Danjou <julien@danjou.info>
4725 * message.el (message-default-headers): Fix type.
4727 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4729 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4732 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4733 backend for unknown groups. This is mainly useful for nnimap groups.
4735 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4736 group isn't covered by the agent.
4738 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
4740 * nnir.el (nnir-method-default-engines): New variable.
4741 (nnir-run-query): Use it.
4742 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4743 (gnus-summary-nnir-goto-thread): Change group if needed.
4745 * gnus-group.el (gnus-group-group-map): Add key binding for
4746 gnus-group-make-nnir-group.
4748 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4750 * shr.el (shr-tag-object): Add.
4752 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4753 original article buffer live.
4754 (gnus-summary-select-article-buffer):
4755 Mention gnus-widen-article-buffer.
4757 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4759 * shr.el (shr-tag-strong): Add.
4761 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4763 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4764 group names. They mess up the group buffer badly.
4766 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4768 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4769 instead of the summary one.
4771 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
4773 * mml.el (mml-preview): Work properly when editing article.
4775 * gnus-start.el (gnus-read-active-file-1): Don't add method to
4776 gnus-have-read-active-file if it's already been in.
4778 2010-10-22 Tom Tromey <tromey@redhat.com>
4780 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4781 gnus-group-completing-read.
4783 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4785 * message.el (message-mode-map): Don't bind M-; to comment region, to
4786 allow the global comment-dwim to work.
4788 2010-10-21 Julien Danjou <julien@danjou.info>
4790 * message.el (message-setup-1): Allow message-default-headers to be a
4793 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4795 * shr.el (shr-tag-table): Simplify.
4797 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4799 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4800 to avoid trying to snarf invalid stuff.
4802 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4804 * gnus.el (gnus-message-archive-group): Quote value.
4805 (gnus-message-archive-group): Mark as changed.
4807 * shr.el (shr-add-font): Don't put the font properties on the newline
4810 * message.el (message-fix-before-sending): Change options when sending
4811 non-printable characters.
4813 * gnus.el (gnus-message-archive-method): Change the default to
4814 monthly outgoing groups.
4816 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4817 that have gotten new numbers.
4819 * nnimap.el (nnimap-request-replace-article): New function.
4821 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4823 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4824 (nnrss-request-article): Don't use special html washing code.
4826 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4828 * shr.el (shr-tag-table): Remove useless nconc.
4830 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4832 * gnus-art.el (article-wash-html): Simplify and remove the charset
4833 stuff. Use the normal html rendering code instead of the special html
4836 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4838 (mm-text-html-washer-alist): Remove.
4840 * mm-decode.el (mm-inline-text-html-renderer): Remove.
4841 (mm-inline-media-tests): Remove use.
4842 (mm-text-html-renderer): Change default to the `shr' symbol.
4844 * mm-view.el (mm-inline-text-html): Remove use.
4846 * gnus-art.el (gnus-blocked-images): New function. Allow the
4847 `gnus-blocked-images' to be a function.
4848 (gnus-article-wash-function): Remove.
4850 2010-10-20 Julien Danjou <julien@danjou.info>
4852 * spam.el (spam-list-of-processors): Mark as obsolete.
4854 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4855 (nnimap-insert-partial-structure): Fix boundary detection.
4857 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
4859 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4860 run file-truename on remote files. This can be expensive and even
4861 prevent one from editing drafts if some unrelated buffer has a stale
4864 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4866 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4867 kinsoku-eol regardless of shr-kinsoku-shorten.
4868 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4869 (shr-tag-table): Support caption, thead, and tfoot.
4871 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4873 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4875 (shr-save-contents): New command and keystroke.
4877 * nndoc.el (nndoc-type-alist): Add git support.
4878 (nndoc-git-type-p): New function.
4879 (nndoc-transform-git-article): Ditto.
4880 (nndoc-transform-git-headers): Ditto.
4881 (nndoc-transform-git-headers): Generate Subject headers.
4883 * shr.el (shr-parse-style): New function.
4884 (shr-tag-span): Ditto.
4886 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4887 to `G G' to avoid collisions.
4889 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
4891 * shr.el: Load kinsoku if necessary.
4892 (shr-kinsoku-shorten): New internal variable.
4893 (shr-find-fill-point): Make kinsoku shorten text line if
4894 shr-kinsoku-shorten is bound to non-nil.
4895 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4896 shr-indentation too when testing if table is wider than frame width.
4897 (shr-insert-table): Use `string-width' instead of `length' to measure
4899 (shr-insert-table-ruler): Make sure indentation is done at bol.
4901 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4903 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4904 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4905 undecoded network data.
4907 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4909 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4910 name in the mode line spec so that the mode line menu works
4913 * message.el (message-get-reply-headers): If we're fed `to-address',
4914 then always use that.
4916 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4917 aren't so wide as to need to switch off the edit menu.
4919 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4920 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4922 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4924 (nnimap-update-info): Update flags/read marks even if \* isn't part of
4925 the permanent marks.
4927 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
4929 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4930 Splitting according to references/in-reply-to obeys the ignore-groups
4931 variable, while splitting by sender and subject do not.
4933 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4935 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4936 alist, so that we can look for non-Unicode chars.
4937 (article-translate-strings): Allow both character and string maps.
4939 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
4941 * shr.el (shr-insert): Don't insert space behind a wide character
4942 categorized as kinsoku-bol, or between characters both categorized as
4945 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
4947 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
4948 headers to gnus-newsgroup-headers.
4950 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4952 * shr.el (shr-tag-img): Don't align images -- since we're not
4953 rescaling, this often leads to ugly displays.
4955 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
4957 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4960 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4962 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4965 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4967 * gnus.el: Autoload gnus-html-show-images.
4969 * nnimap.el: Use nnheader-message throughout.
4971 * shr.el (shr-tag-img): Ignore images with no data.
4973 2010-10-15 Julien Danjou <julien@danjou.info>
4975 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4976 a possibility to disable format=flow encoding when using hard newlines.
4978 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
4980 * shr.el (shr-insert): Remove space inserted before or after a
4981 breakable character or at the beginning or the end of a line.
4982 (shr-find-fill-point): Do kinsoku; find the second best point or give
4983 it up if there's no breakable point.
4985 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4987 * nnimap.el (nnimap-open-connection): Message when opening connection
4988 for debugging purposes.
4990 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4991 on every setup buffer call to allow this to change from article to
4994 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4995 buffers where we have a wide table.
4997 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
4999 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
5000 uses *-request-thread.
5002 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5004 * nnimap.el (nnimap-open-connection): Remove %s from openssl
5005 incantation, which is no longer valid.
5007 2010-10-14 Julien Danjou <julien@danjou.info>
5009 * shr.el: Fix defcustom type (char -> character).
5011 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5013 * nnimap.el (nnimap-open-connection): tls-program should be a list of
5016 2010-10-14 Julien Danjou <julien@danjou.info>
5018 * shr.el (shr-tag-a): Use url-link as widget type.
5020 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
5021 `gnus-group-get-icon'.
5023 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5025 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
5026 This should make server editing work better.
5028 * shr.el (shr-find-fill-point): Don't inloop on indented text.
5030 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
5031 (nnimap-parse-flags): Fix regexp.
5033 * shr.el (shr-find-fill-point): Use a filling algorithm that should
5034 probably work for CJVK text, too.
5036 * nnimap.el (nnimap-extend-tls-programs): Remove.
5037 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
5039 2010-10-13 Julien Danjou <julien@danjou.info>
5041 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
5044 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5046 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
5048 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
5051 * shr.el (shr-current-column): Remove buggy and unnecessary function.
5053 2010-10-13 Julien Danjou <julien@danjou.info>
5055 * shr.el (shr-width): Make shr-width a defcustom with default to
5057 (shr-tag-img): Use shr-width rather than fill-column.
5059 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
5061 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
5063 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
5064 position when (X-)Faces exist.
5065 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
5066 avatars when called interactively.
5068 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
5070 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
5071 gnus-article-x-face-too-ugly is bound.
5073 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5075 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
5077 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
5078 mailbox that doesn't exist.
5080 2010-10-12 Julien Danjou <julien@danjou.info>
5082 * shr.el (shr-tag-img): Encode URL properly when retrieving.
5083 (shr-get-image-data): Encode URL properly when fetching from cache.
5084 (shr-tag-img): Use aligned-to spaces to align correctly images.
5086 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
5087 before inserting the Gravatar.
5089 * shr.el (shr-tag-img): Add align attribute support for <img>.
5091 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5093 * gnus-gravatar.el (gnus-art): Require.
5095 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
5096 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5097 Remove long obsoleted functions.
5099 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5101 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
5103 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
5104 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
5105 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
5106 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
5107 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
5108 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
5109 Fix comment for declare-function.
5111 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5113 * nnimap.el (nnimap-request-rename-group): Select group read-only
5116 * shr.el (shr-insert): Fix up the white space only regexp.
5118 * nnimap.el (nnimap-transform-split-mail): Not all articles have
5119 bodies. Protect against this. Reported by Michael Welsh Duggan.
5121 * shr.el (shr-current-column): New function.
5122 (shr-find-fill-point): New function.
5124 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
5126 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
5129 2010-10-11 Julien Danjou <julien@danjou.info>
5131 * shr.el (shr-hr-line): Add.
5132 (shr-tag-hr): Use shr-hr-line to specify which character to use to
5134 (shr-max-columns): Do not change state to nil if we just inserting
5137 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5139 * gnus-topic.el (gnus-topic-read-group): If after the last group,
5140 select the last group.
5142 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
5144 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
5146 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5148 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
5150 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
5151 (nnimap-update-qresync-info): Mark \Seen articles as read.
5153 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
5156 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
5158 (nnimap-update-info): Rely more on the current active than the param
5159 active to avoid marking articles as read too much.
5161 * auth-source.el (auth-source-create): Use (user-login-name) for the
5164 * nnimap.el (nnimap-update-info): If the server doesn't return any
5165 useful info, just use the previous info.
5166 (nnimap-update-info): Prefer old info over start-article.
5167 (nnimap-update-qresync-info): Finish implementing QRESYNC.
5169 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
5171 * nnir.el (autoload): Clean up autoloads.
5172 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5173 Use key rather than value.
5174 (nnir-imap-search-other): New variable.
5175 (nnir-read-parm): Use it.
5176 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5177 (gnus-summary-nnir-goto-thread): Modify to work with imap.
5179 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5181 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5184 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5186 * spam.el (gnus-summary-mode-map): Bind to "$".
5187 Suggested by Russ Allbery.
5189 * shr.el: Rework the way things are indented by <li> slightly.
5191 * gnus.el (gnus-group-set-parameter): Fix typo.
5193 * nnimap.el: Start implementing QRESYNC support.
5195 2010-10-09 Julien Danjou <julien@danjou.info>
5197 * nnir.el (nnir-engines): Fix too many arguments.
5199 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5201 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5202 group is the "last", so that the backends like nnfolder actually save
5205 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
5206 try to use that for the TLS stream.
5207 (nnimap-retrieve-group-data-early): Rework the marks code to heed
5208 UIDVALIDITY and find out which groups are read-only and not.
5209 (nnimap-get-flags): Use the same marks parsing code as the rest of
5212 2010-10-09 Julien Danjou <julien@danjou.info>
5214 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5216 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5217 retrieving gravatars.
5219 * shr.el (shr-table-corner): Add.
5220 (shr-table-line): Add.
5221 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5223 2010-10-08 Julien Danjou <julien@danjou.info>
5225 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5227 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
5229 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5231 * gnus-sum.el (gnus-mark-article-as-unread)
5232 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5233 (gnus-summary-set-bookmark): Use it.
5235 * gnus-msg.el (gnus-setup-message): Use it.
5237 * gnus-demon.el (gnus-demon-remove-handler): Use it.
5239 * gnus.el (gnus-group-remove-parameter): Use it.
5241 * gnus-group.el (gnus-group-make-web-group): Use it.
5243 * gnus-demon.el (gnus-demon-remove-handler): Use it.
5245 * nnregistry.el: Update docs to mention manual.
5247 * gnus-registry.el: Update docs to mention nnregistry.el.
5248 (gnus-registry-initialize): Don't install nnregistry refer method
5250 (gnus-registry-install-nnregistry): Remove it.
5252 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5254 * shr.el (shr-insert): Don't insert double spaces.
5256 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
5258 * gnus-gravatar.el (gnus-treat-from-gravatar)
5259 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5260 called interactively.
5262 * gnus-art.el (gnus-mime-view-part-externally)
5263 (gnus-mime-view-part-internally): Make predicate function passed to
5264 gnus-mime-view-part-as-type assume argument is a mime type, not a list
5267 * shr.el (shr-table-widths): Don't use cl function `reduce'.
5269 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5271 * shr.el (require): Require cl when compiling.
5272 (shr-tag-hr): New function.
5274 * nnimap.el (nnimap-update-info): Remove double setting of high.
5275 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5276 This makes nnimap work properly on Courier again.
5278 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5279 the variable for backwards compatibility.
5281 * mm-decode.el (mm-save-part): If given a non-directory result, expand
5282 the file name before using to avoid setting mm-default-directory to
5285 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5286 bidning gnus-agent variables.
5288 * shr.el (shr-render-td): Use a cache for the table rendering function
5289 to avoid getting an exponential rendering behavior in nested tables.
5290 (shr-insert): Rework the line-breaking algorithm.
5291 (shr-insert): Don't leave trailing spaces.
5292 (shr-insert-table): Also insert empty TDs.
5293 (shr-tag-blockquote): Ensure paragraphs after </ul>.
5295 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5297 * gnus-sum.el (gnus-number): Rename from `number'.
5298 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5299 (gnus-summary-limit-children): Update uses correspondingly.
5301 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
5303 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5304 (gnus-gravatar-transform-address): Don't show avatars of people of
5305 which mail addresses match gnus-gravatar-too-ugly.
5307 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5309 * shr.el (shr-table-widths): Expand TD elements to fill available
5312 2010-10-07 Julien Danjou <julien@danjou.info>
5314 * nnimap.el (nnimap-request-rename-group): Add this method.
5316 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
5318 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5319 name from XEmacs' function-arglist.
5321 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5322 gravatar under XEmacs.
5324 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
5326 * auth-source.el: Update docs with TODO items.
5328 * gnus-sync.el: Update docs to explain state and plans.
5330 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5331 Hooks for mark updates.
5332 (gnus-request-set-mark, gnus-request-update-mark): Use them.
5334 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5335 hooks with arguments, which is needed for mark update hooks.
5337 2010-10-06 Julien Danjou <julien@danjou.info>
5339 * gnus.el (gnus-expand-group-parameter): Only return and act on what
5342 * sieve-manage.el: Update example in `Commentary'.
5344 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5346 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5348 (sieve-manage-authenticate): Re-add function.
5350 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5352 * shr.el (shr-insert): Get 'space transition right.
5353 (shr-render-td): Only delete space at the end of the TD.
5355 * nnimap.el (nnimap-open-connection): Prepare to support
5358 * shr.el: Rearrange function order to be more logical.
5360 2010-10-06 Julien Danjou <julien@danjou.info>
5362 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5363 (nnrss-discover-feed): Remove 404 URL in docstring.
5365 * nnir.el: Fix Swish-E URL.
5368 * message.el (message-change-subject): Remove 404 URL in a comment.
5370 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
5372 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5373 called interactively.
5375 * gnus-util.el (gnus-remove-if): Allow hash table.
5376 (gnus-remove-if-not): New function.
5378 * gnus-art.el (gnus-mime-view-part-as-type):
5379 * gnus-score.el (gnus-summary-score-effect):
5380 * gnus-sum.el (gnus-read-move-group-name):
5381 Replace remove-if-not with gnus-remove-if-not.
5383 * gnus-group.el (gnus-group-completing-read):
5384 Regard collection as a hash table if it is not a list.
5386 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5388 * shr.el (shr-render-td): Allow blank/missing <TD>s.
5390 * shr.el: Document the table-rendering algorithm.
5392 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5395 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5397 (shr-tag-img): Ignore image fetching errors.
5398 (shr-overlays-in-region): Compute overlay positions correctly.
5400 * mm-decode.el (mm-shr): Require shr.
5402 * gnus-art.el (gnus-blocked-images): Move variable here.
5404 * shr.el (shr-insert-table): Bind free variable.
5406 * mm-decode.el (mm-shr): Bind shr-content-function.
5408 * shr.el (shr-content-function): New variable.
5410 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5413 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5415 * gnus-group.el (gnus-group-make-group): Doc fix.
5417 * nnimap.el (nnimap-request-newgroups): Return success.
5419 * shr.el (shr-find-elements): New function.
5420 (shr-tag-table): Put all the images after the table.
5421 (shr-tag-table): Really inhibit images inside the table.
5422 (shr-collect-overlays): Copy over overlays from the TD elements to the
5425 * mm-decode.el (mm-shr): Bind shr-blocked-images to
5426 gnus-blocked-images.
5428 2010-10-05 Julien Danjou <julien@danjou.info>
5430 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5432 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5433 (gnus-html-maximum-image-size): Add this function.
5434 (gnus-html-put-image): Use gnus-html-maximum-image-size.
5436 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5437 server-value of the capability is nil.
5439 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5441 * shr.el (shr-tag-em): Add <EM> tag.
5443 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
5445 * sieve-manage.el (sieve-manage-default-stream): Make default stream
5448 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5449 handing broken links to browse-url.
5451 2010-10-05 Julien Danjou <julien@danjou.info>
5453 * gnus-util.el (gnus-emacs-completing-read)
5454 (gnus-iswitchb-completing-read): Use autoload rather than require.
5456 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
5458 * gnus-util.el (gnus-completing-read-function): Exclude
5459 gnus-icompleting-read and gnus-ido-completing-read from candidates for
5460 XEmacs since iswitchb.el is very old and ido.el is unavailable in
5463 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5464 not to use `delete-dups' that is unavailable in XEmacs 21.4.
5466 * gnus-html.el: Don't require help-fns under XEmacs.
5467 (gnus-html-schedule-image-fetching): Work for XEmacs.
5469 * mm-decode.el (mm-shr): Decode contents by charset.
5471 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5473 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5476 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5477 (shr-get-image-data): Ensure against the cache file missing.
5479 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5482 * spam-report.el (spam-report-url-ping-plain): Don't query about
5483 killing the process.
5485 * shr.el (shr-render-td): Protect against too-wide text.
5487 2010-10-04 Julien Danjou <julien@danjou.info>
5489 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5490 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5492 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5495 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5497 * shr.el (browse-url): Require.
5498 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5500 (shr-show-alt-text, shr-browse-image): New commands.
5501 (shr-browse-url, shr-copy-url): New commands.
5503 * gnus-sum.el (gnus-widen-article-window): New variable.
5504 (gnus-summary-select-article-buffer): Use it.
5506 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5509 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
5511 * nnir.el (nnir-run-imap): Remove spurious space in search string.
5513 2010-10-04 Julien Danjou <julien@danjou.info>
5515 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5518 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5520 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5522 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5523 (nnimap-close-server): Implement.
5525 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5526 (shr-insert): Tweak line breaking.
5527 (shr-insert): Handle <pre> better.
5528 (shr-tag-li): Get <li> indentation right.
5529 (shr-tag-li): Get <li> indentation even righter.
5530 (shr-tag-blockquote): Ensure paragraph start.
5531 (shr-make-table): Tweak table generation.
5532 (shr-make-table): Fix typo.
5534 * shr.el: Implement table rendering.
5536 2010-10-04 Julien Danjou <julien@danjou.info>
5538 * gnus-html.el (gnus-html-put-image): Fix resize image code.
5540 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5542 * shr.el (shr-insert): Use string anchors instead of line anchors.
5544 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5546 * shr.el: Add headings.
5547 (shr-ensure-paragraph): Actually work.
5548 (shr-tag-li): Make <ul> prettier.
5549 (shr-insert): Get white space at the beginning/end of elements right.
5550 (shr-tag-p): Collapse subsequent <p>s.
5551 (shr-ensure-paragraph): Don't insert double line feeds after blank
5553 (shr-insert): \t is also space.
5554 (shr-tag-s): Fix "s" tag name function.
5555 (shr-tag-s): Fix face prop name.
5557 2010-10-03 Julien Danjou <julien@danjou.info>
5559 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5561 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5562 gnus-window-inside-pixel-edges.
5564 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5567 * mm-view.el (mm-inline-image-emacs): Support image resizing.
5569 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5572 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5575 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5577 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5578 beginning of the buffer.
5580 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5581 article buffer again.
5583 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5585 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5586 when it's at the start of the buffer.
5588 * shr.el (shr-tag-blockquote): Convert name.
5589 (shr-rescale-image): Use the right image-size variant.
5591 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5592 buffer isn't shown, then select the current article first instead of
5594 (gnus-summary-select-article-buffer): Show both the article and summary
5597 * shr.el (shr-fontize-cont): Protect against regions with no text.
5598 Rename tag functions to shr-tag-* for enhanced security.
5599 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5601 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
5603 * shr.el (shr-insert):
5604 * pop3.el (pop3-movemail):
5605 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5608 2010-10-03 Glenn Morris <rgm@gnu.org>
5610 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5612 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5614 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5616 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5618 * gnus-util.el (gnus-make-local-hook): Simplify.
5620 2010-10-02 Julien Danjou <julien@danjou.info>
5622 * gnus-util.el (gnus-iswitchb-completing-read): New function.
5623 (gnus-ido-completing-read): New function.
5624 (gnus-emacs-completing-read): New function.
5625 (gnus-completing-read): Use gnus-completing-read-function.
5626 Add gnus-completing-read-function.
5628 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5630 * shr.el (shr-insert-document): Autoload.
5631 (shr-img): Be silent.
5632 (shr-insert): Add a newline after every picture before text.
5633 (shr-add-font): Use overlays for combining faces.
5634 (shr-insert): Pass upwards the text start point.
5636 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5638 (mm-shr): New function.
5640 2010-10-02 Julien Danjou <julien@danjou.info>
5642 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5645 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
5647 * shr.el (shr): Fix typo in provide call.
5649 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5653 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5655 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5658 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5660 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5661 we're being queried about. Suggested by Dan Jacobson.
5663 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5664 Suggested by Jason Eisner.
5666 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5667 table, too. Suggested by Stefan Wiens.
5668 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5669 the table unnecessary. Suggested by Stefan Wiens.
5671 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5672 longer needed, and probably doesn't work either, as pointed out by
5674 (gnus-summary-exit): Remove call to the clearing function.
5675 (gnus-summary-exit-no-update): Ditto.
5677 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5678 instead of gnus-eval-in-buffer-window to avoid popping up frames.
5679 Reported by Stefan Monnier.
5680 (gnus-summary-save-in-rmail): Ditto.
5682 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5683 article buffer, instead of both the article buffer and the summary
5684 buffer. Sort of suggested by Dan Jacobson.
5686 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5688 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5689 Suggested by Dan Jacobson.
5691 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5692 documentation clearer.
5694 * message.el (message-shorten-references): Comment on the number "21".
5695 Suggested by Stefan Monnier.
5697 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5698 Suggested by Dan Jacobson.
5700 * gnus.el (gnus-large-newsgroup):
5701 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
5703 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5704 externalize attachments. Bug reported by Steve Wen.
5706 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5707 really message anything to the user.
5709 * nnmail.el (nnmail-article-group): Allow using the fancy split method
5712 * nnimap.el (nnimap-request-group): Low higher than high to signal no
5713 messages in empty groups.
5715 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
5717 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5720 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5722 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5723 not the value from the collection.
5725 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5726 values. This sometimes happens on some groups that have no info.
5727 (nnimap-request-newgroups): New function.
5729 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
5731 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5732 check into `gnus-registry-initialize'.
5733 (gnus-registry-initialize): Ditto.
5734 Fix and extend header docs.
5736 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5738 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5739 regexp backtrace overflows.
5741 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5742 for starttls that tls.el implements; i.e. openssl.
5744 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
5746 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5747 (gravatar-create-image): New function that's an alias to
5748 gnus-xmas-create-image, gnus-create-image, or create-image.
5749 (gravatar-data->image): Use it.
5751 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
5753 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5754 install the nnregistry refer method.
5755 (gnus-registry-install-hooks): Use it.
5756 (gnus-registry-unfollowed-groups): Add nnmairix to the default
5759 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
5761 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5764 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5766 * nnir.el: Use the server names without suffixes (bug #7009).
5768 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5769 unencrypted to STARTTLS, if possible.
5771 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
5773 * message.el (message-ignored-supersedes-headers): Strip Injection-*
5774 headers before superseding.
5776 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5778 * nnrss.el (nnrss-use-local): Add documentation.
5780 * nnimap.el (nnimap-extend-tls-programs): New function.
5781 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5782 (nnimap-wait-for-connection): Accept the greeting from the stupid
5783 output from openssl s_client -starttls, too.
5785 * nnimap.el (nnimap-find-article-by-message-id): Really return the
5787 (nnimap-split-fancy): New variable.
5788 (nnimap-split-incoming-mail): Use it.
5790 * nntp.el (nntp-server-list-active-group): Document.
5792 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5793 SELECT to get the message-id.
5795 * mail-source.el (mail-sources): Remove webmail support.
5797 (mail-source-fetcher-alist): Ditto.
5798 (mail-source-fetch-webmail): Remove.
5800 * webmail.el: Remove -- doesn't seem relevant any more.
5802 * gnus.el: Fix up make-obsolete-variable declarations throughout.
5804 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5807 2010-09-30 Julien Danjou <julien@danjou.info>
5809 * gnus-agent.el (gnus-agent-add-group): Fix call to
5810 gnus-completing-read.
5812 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5814 * nndoc.el (nndoc-retrieve-groups): New function.
5816 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5817 `default', use nnmail-split-methods.
5818 (nnimap-request-article): Downcase the NILs so that they are nil.
5820 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5823 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5824 code, since if the user has requested network, that's what they ought
5826 (nnimap-request-set-mark): Erase the buffer before issuing commands.
5827 (nnimap-split-rule): Mark as obsolete.
5829 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5832 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5835 2010-09-29 Julien Danjou <julien@danjou.info>
5837 * gnus.el (gnus-local-domain): Declare variable obsolete.
5839 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5840 Fix history computing.
5841 (gnus-ido-completing-read): Require ido.
5843 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5845 * gnus-registry.el: Don't prompt on load, which makes it impossible to
5848 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5849 when interpreting the structures.
5850 (nnimap-request-accept-article): Add \r\n to the lines to make this
5853 * nndraft.el (nndraft-request-expire-articles): Use the group name
5854 instead if "nndraft". Fix found by Nils Ackermann.
5856 2010-09-29 Ludovic Courtes <ludo@gnu.org>
5858 * nnregistry.el: Add.
5860 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
5862 * nnmail.el (group, group-art-list, group-art):
5863 Remove unneeded directives.
5865 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
5867 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5869 * rfc2047.el (rfc2047-syntax-table):
5870 * utf7.el (utf7-utf-16-coding-system): Comment fix.
5872 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5873 rather than `insert-file-contents' and `eval-region'.
5875 2010-09-29 Julien Danjou <julien@danjou.info>
5877 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5878 replacement of `gnus-gravatar-relief' to mimic
5879 `gnus-faces-properties-alist'.
5880 Add :version property.
5882 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
5884 * mail-source.el (mail-source-report-new-mail):
5885 * message.el (message-default-mail-headers):
5886 * mm-decode.el (mm-valid-image-format-p): Comment fix.
5888 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5890 2010-09-28 Julien Danjou <julien@danjou.info>
5892 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5893 mail-address contains the same string as real-name.
5895 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5896 non-blank in header, otherwise it'll get stripped.
5898 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5899 real-name, and then for mail address rather than doing : or , search.
5901 2010-09-27 Julien Danjou <julien@danjou.info>
5903 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5904 right completing-read function.
5905 (gnus-use-ido): New variable
5906 (gnus-completing-read-with-default): Remove.
5907 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5908 (gnus-agent-add-group):
5909 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5910 * mm-view.el (mm-view-pkcs7-decrypt):
5911 * mm-util.el (mm-codepage-setup):
5912 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5913 * mml-smime.el (mml-smime-openssl-sign-query):
5914 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5915 (mml-insert-multipart):
5916 * gnus-msg.el (gnus-summary-yank-message):
5917 * gnus-int.el (gnus-start-news-server):
5918 * mm-decode.el (mm-interactively-view-part):
5919 * gnus-dired.el (gnus-dired-attach):
5920 * gnus.el (gnus-read-method):
5921 * gnus-bookmark.el (gnus-bookmark-jump):
5922 * gnus-art.el (gnus-mime-view-part-as-type)
5923 (gnus-mime-action-on-part, gnus-article-encrypt-body):
5924 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5925 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5926 * nnmairix.el (nnmairix-create-server-and-default-group)
5927 (nnmairix-update-groups, nnmairix-get-server)
5928 (nnmairix-backend-to-server, nnmairix-goto-original-article)
5929 (nnmairix-get-group-from-file-path):
5930 * nnrss.el (nnrss-find-rss-via-syndic8):
5931 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5932 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5933 (gnus-group-browse-foreign-server):
5934 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5935 (gnus-summary-execute-command, gnus-summary-respool-article)
5936 (gnus-read-move-group-name):
5937 * gnus-score.el (gnus-summary-increase-score)
5938 (gnus-summary-score-effect):
5939 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5941 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
5943 * nnimap.el (auth-source-forget-user-or-password)
5944 (auth-source-user-or-password): Autoload.
5946 * message.el (message-from-style, message-interactive)
5947 (message-signature): Remove comment.
5948 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
5950 (message-sendmail-envelope-from): Comment fix.
5951 (message-yank-prefix): Default to mail-yank-prefix always.
5952 (message-indentation-spaces):
5953 Default to mail-indentation-spaces always.
5954 (message-signature-file): Default to mail-signature-file always.
5956 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5958 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5959 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5962 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5964 (nnimap-request-article): Work with the t setting, too.
5966 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5967 that you don't get flashes of other buffers.
5968 (gnus-summary-show-complete-article): Intern before setting.
5970 2010-09-27 David Engster <dengste@eml.cc>
5972 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5974 (nnmairix-retrieve-headers): Provide new argument for the above.
5976 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5978 * gnus-sum.el (gnus-summary-move-article): Don't alter
5979 gnus-newsgroup-active. This makes `/ N' work after copying to the same
5982 * nnimap.el (nnimap-update-info): Don't destructively alter active.
5984 * message.el (message-cite-prefix-regexp): Revert my last edit.
5986 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5987 variable instead of the Gnus variable.
5989 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5991 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5993 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5994 since some servers don't like it.
5995 (nnimap-open-connection): Forget credentials if the server says the
5997 (nnimap-parse-line): Protect against invalid data.
5999 * gnus-sum.el (gnus-summary-move-article): Add comment.
6000 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
6001 nothing alters it while scanning for new messages.
6003 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
6004 which may or may not help.
6005 (nnimap-open-connection): If we're doing a stream connection, and then
6006 discover we're on a STARTTLS-capable server, then open a STARTTLS
6009 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6011 * nnimap.el (utf7): Require.
6013 * message.el (message-cite-prefix-regexp): Remove "}" from citation
6016 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
6018 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
6020 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6022 * nnimap.el (nnimap-request-accept-article): Message the error on
6025 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
6027 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
6029 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6031 * nndoc.el (nndoc-request-list): Return success always.
6033 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
6034 `fetch-old' -- we only want to fetch the articles we've requested.
6035 The rest are in the agent, probably.
6036 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
6037 disappeared server" to something low. It's not important.
6039 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
6040 arrived before the FETCH data.
6042 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
6043 target here, because we don't know the Gnus name of the group.
6045 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
6046 for the correct group.
6048 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
6050 * gnus.el (gnus): Give a final warning after startup.
6052 * gnus-util.el (gnus-action-message-log): New variable.
6053 (gnus-message): Use it.
6054 (gnus-final-warning): New function.
6056 * nnimap.el (nnimap-open-connection): Record the greeting.
6057 (nnimap): Add greeting.
6059 2010-09-26 Julien Danjou <julien@danjou.info>
6061 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
6063 (gnus-html-wash-images): Fix spec computing to include start/end.
6065 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
6067 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6069 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
6071 (nnimap-retrieve-headers): Don't select the group, because that's
6072 already done by nnimap-possibly-change-group.
6074 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
6075 (gnus-picon-transform-address): Use it.
6077 * mail-source.el (mail-source-value): Revert previous patch.
6079 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
6081 (nnimap-open-connection): Look up both virtual and physical server name
6084 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
6086 2009-02-08 Dave Love <fx@gnu.org>
6088 * gnus-win.el (gnus-window-to-buffer-helper)
6089 (gnus-all-windows-visible-p): Function needn't be a symbol.
6091 * mail-source.el (mail-source-value): Function needn't be a symbol.
6093 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6095 * message.el (message-cite-prefix-regexp): Remove } from the cite
6098 * gnus-art.el (gnus-treatment-function-alist): Do picons before
6099 highlight again, so that the highlight is correct.
6101 * gnus-picon.el (gnus-picon): Remove again.
6102 (gnus-picon-create-glyph): Set the background XPM color explicitly.
6104 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
6105 doing the header highlightling, so that the background color of the
6108 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
6109 (gnus-picon): Ditto.
6110 (gnus-picon): Reinstate. The background color for picons is white.
6111 (gnus-picon-insert-glyph): Make the background white.
6113 * nnml.el (nnml-open-nov): Don't return dead buffers.
6115 * auth-source.el (auth-source-create): Query the user for whether to
6116 store the credentials.
6118 * auth-source.el (auth-source-user-or-password): Use the existing auth
6119 sources, if any, for creation.
6121 * gnus.el (gnus-group-fast-parameter): Return the last matching
6122 parameter instead of the first matching parameter.
6124 2010-09-26 Julien Danjou <julien@danjou.info>
6126 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6128 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6130 * mml2015.el (mml2015-use): Remove gpg support.
6132 * mml1991.el (mml1991-function-alist): Remove gpg function.
6133 (mml1991-gpg-sign): Remove.
6135 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
6137 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6138 (gnus-browse-unsubscribe-current-group): Document it.
6139 (gnus-browse-unsubscribe-group): Use it.
6141 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6143 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6144 address to the To list for easier response.
6146 * gnus.el (gnus-play-startup-jingle): Remove.
6147 (gnus-splash): Don't play jingle.
6148 (gnus): Silence gnus-load message.
6150 * gnus-art.el (gnus-treat-play-sounds): Remove.
6152 * gnus.el (gnus-play-jingle): Remove audio support.
6154 * gnus-cus.el (gnus-score-customize): Remove audio reference.
6156 * earcon.el: Remove -- no users.
6158 * gnus-audio.el: Remove -- no users of this package.
6160 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6162 * gnus-start.el (gnus-setup-news): Remove nocem support.
6164 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6166 * gnus.el (gnus-use-nocem): Remove.
6168 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6171 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
6172 uses NoCeM any more.
6174 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6175 (gnus-button-ctan-handler): Ditto.
6176 (gnus-button-handle-ctan-bogus-regexp): Ditto.
6177 (gnus-button-ctan-directory-regexp): Ditto.
6178 (gnus-button-handle-ctan): Ditto.
6179 (gnus-button-tex-level): Ditto.
6180 (gnus-button-alist): Remove CTAN stuff.
6182 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6184 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6185 nnimap-streaming test.
6187 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6190 * nnimap.el (nnimap-open-connection): Add more error reporting when
6193 * nnheader.el (nnheader-get-report-string): New function.
6194 (nnheader-get-report): Use it.
6196 * gnus-int.el (gnus-check-server): Say what the error was when opening
6199 * nnimap.el (nnimap-wait-for-response): Search further when we're not
6202 2010-09-25 Julien Danjou <julien@danjou.info>
6204 * gnus-html.el (gnus-html-rescale-image): Use our defalias
6205 gnus-window-inside-pixel-edges.
6207 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6209 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6211 * mm-decode.el (mm-save-part): Allow saving to other directories the
6214 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6215 Suggested by Jay Berkenbilt.
6217 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6218 there isn't a single byte.
6220 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6221 just do it. It doesn't really seem to matter what the user responds
6222 here, I think, so it's just a confusing question.
6224 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6227 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6228 (gnus-article-encrypt-body): Use it.
6230 * gnus-sum.el (gnus-summary-show-complete-article): New command and
6233 * nnimap.el (nnimap-find-wanted-parts-1):
6234 Use gnus-fetch-partial-articles.
6236 * gnus-art.el (gnus-fetch-partial-articles): New variable.
6238 * nnimap.el (nnimap-insert-partial-structure): New function.
6239 (nnimap-get-partial-article): New function.
6240 (nnimap-request-article): Use it.
6241 (nnimap-wait-for-response): Return whether the wait was successful.
6242 (nnimap-finish-retrieve-group-infos): Don't do anything if the
6243 retrieval wasn't successful.
6244 (nnimap-retrieve-group-data-early): Allow throttling servers.
6245 (nnimap-streaming): New variable.
6246 (nnimap-fetch-partial-articles): Remove.
6248 * mm-decode.el (mm-with-part): Protect against killed buffers.
6250 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6251 for prettier summary display.
6253 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
6255 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6257 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6259 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6260 apparently third-party libraries depend on it.
6262 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6263 before starting negotiation.
6265 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6267 (gnus-treat-mail-gravatar): Ditto.
6269 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6270 buffer when inserting images. Inserting text into the headers, for
6271 instance, can make them invalid.
6273 2010-09-25 Julien Danjou <julien@danjou.info>
6275 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6278 * nnheader.el: Remove useless variables news-reply-yank-from and
6279 news-reply-yank-message-id.
6281 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6284 * mml1991.el: Remove useless mml1991-verbose.
6286 * gnus.el: Remove useless variable gnus-use-generic-from.
6287 Remove obsolete variable gnus-topic-indentation.
6289 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6291 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6293 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6295 * gnus-group.el: Remove useless gnus-group-icon-cache.
6296 Remove useless gnus-ephemeral-group-server.
6298 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6300 * mml2015.el: Remove useless mml2015-verbose.
6302 * mml-smime.el: Remove useless mml-smime-verbose.
6304 * gnus.el: Remove useless gnus-local-domain.
6306 * gnus-gravatar.el (gnus-gravatar-transform-address):
6307 Use gnus-gravatar-size.
6309 * gnus-art.el: Remove useless gnus-treat-translate.
6311 2010-09-24 Julien Danjou <julien@danjou.info>
6313 * gnus-sum.el: Add support for Gravatars.
6315 * gnus-art.el: Add support for Gravatars.
6317 * gnus-gravatar.el: Add this file.
6319 * gravatar.el: Add this file.
6321 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6323 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6325 * gnus-group.el (gnus-group-fetch-faq): Remove.
6327 * gnus.el (gnus-group-faq-directory): Remove.
6329 * gnus-group.el (gnus-group-fetch-charter): Remove.
6331 * gnus.el (gnus-group-charter-alist): Remove.
6333 * gnus-group.el (gnus-group-archive-directory): Remove.
6334 (gnus-group-recent-archive-directory): Ditto.
6335 (gnus-group-make-archive-group): Remove.
6337 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6339 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6340 use the same article number for all the cached articles.
6342 * nnimap.el (nnimap-command): Register the last command time so
6343 that we can use it for idling NOOPs.
6344 (nnimap-open-connection): Start the keeplive timer.
6345 (nnimap-make-process-buffer): Store all the process buffers.
6346 (nnimap-keepalive): New function.
6348 * starttls.el (starttls-open-stream): Add autoload cookie.
6350 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
6352 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6355 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6357 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6358 its data structures.
6360 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6361 instead of the cl.el copy-list.
6362 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6365 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
6367 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6368 and tool-bar-local-item-from-menu.
6370 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6371 mode-line-highlight face for Emacs.
6373 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6374 loading gnus-sum.elc; fix comment for canlock-verify.
6375 (gnus-article-jump-to-part): Use read-number.
6376 (gnus-insert-mime-button, gnus-insert-mime-security-button):
6377 Remove Emacs pre-21 compatible code for help-echo.
6378 (gnus-article-next-page-1): No need to adjust the number of lines.
6379 (gnus-article-describe-bindings): Always use help-buffer.
6381 * gnus-audio.el (gnus-audio-inline-sound):
6382 * gnus-cus.el (gnus-custom-mode):
6383 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6385 * gnus-sum.el (gnus-remove-overlays): Doc fix.
6387 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6390 2010-09-24 Glenn Morris <rgm@gnu.org>
6392 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6393 visiting the fcc file in rmail-mode.
6395 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
6397 * nnir.el: Silence the byte compiler.
6399 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6400 alias to browse-url-url-encode-chars if any.
6401 (gnus-html-encode-url): Use it.
6403 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6405 * gnus-start.el (gnus-use-backend-marks): New variable.
6406 (gnus-get-unread-articles-in-group): Use it.
6408 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6411 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
6413 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6415 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6417 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6419 (gnus-setup-news-hook):
6420 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6422 * gnus-int.el (gnus-request-update-info): Protect against backends not
6423 having the function.
6425 * nnimap.el (nnimap-stream): Mention STARTTLS.
6426 (nnimap-open-connection): Add STARTTLS support.
6428 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
6430 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6432 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6434 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6436 (nnimap-transform-headers): Unfold quoted {42} headers.
6438 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6440 (gnus-get-unread-articles): Only call updatep on backends that support
6443 * nnweb.el (nnweb-request-update-info): NOOP.
6445 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6447 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6448 since it only deals with marks.
6450 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6451 gnus-request-marks, and make a new gnus-request-update-info.
6453 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6454 the active instead of the high number, which is usually too low.
6456 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6458 * encrypt.el: Remove.
6460 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6462 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6463 server in symbolic form.
6465 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6467 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6469 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6470 (nnimap-update-info): Fix up code slightly.
6472 * gnus-int.el (gnus-open-server): Add tracing for performance
6475 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6476 (gnus-group-insert-group-line): Pass the real group name so that it
6477 gets the right data.
6479 * gnus-start.el (gnus-get-unread-articles): Don't have
6480 `gnus-get-unread-articles-in-group' update info, since that can be
6481 really slow and doesn't seem to be needed?
6483 2010-09-22 Julien Danjou <julien@danjou.info>
6485 * gnus-group.el (gnus-group-insert-group-line):
6486 Call gnus-group-highlight-line.
6487 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6489 (gnus-group-update-eval-form): Add new function.
6490 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6491 (gnus-group-get-icon): Use gnus-group-update-eval-form.
6493 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6495 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6496 immediate, then expire all articles.
6497 (nnimap-update-info): Fix off-by-one errors.
6498 (nnimap-flags-to-marks): Would return no marks lists for group with no
6499 flags. Instead return the other data.
6501 2010-09-22 Julien Danjou <julien@danjou.info>
6503 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6504 Only return an icon.
6505 (gnus-group-insert-group-line): Compute icon to return.
6507 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6508 (gnus-html-image-fetched): Only cache if
6509 gnus-html-image-automatic-caching is set.
6510 (gnus-html-image-fetched): Check for errors.
6512 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6514 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6515 once per method on `g'. This ensures that backends like nnfolder don't
6516 open all their folders.
6518 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6519 (nnimap-request-list): Nix out group in the correct buffer.
6520 (nnimap-parse-flags): Implement by using `read' instead of
6522 (nnimap-flags-to-marks): Pass on permanent-flags.
6523 (nnimap-make-process-buffer): Record the server name.
6524 (nnimap-parse-flags): Fix typo.
6525 (nnimap-request-scan): Run split on the server in general, not just a
6528 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6529 parameter, and propagate this downwards.
6531 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6532 since EXAMINE changes it on the server.
6534 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6535 this command might take a while.
6537 2010-09-22 Julien Danjou <julien@danjou.info>
6539 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
6540 harmful if you have 2 images side-by-side, they can't be properly
6541 update on text deletion. Using text-property is safer here.
6542 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6545 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6547 * nnimap.el (nnimap-expunge-inbox): Remove.
6548 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6549 (nnimap-expunge): Flip default to t.
6551 * gnus.el (gnus-method-to-server): Don't push things to the cache
6553 (gnus-server-to-method): Ditto.
6555 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
6557 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6559 2010-09-22 Julien Danjou <julien@danjou.info>
6561 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6562 get the start of data.
6563 (gnus-html-encode-url): Add this function to encode special chars in
6565 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6566 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6568 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6570 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6572 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6574 (gnus-html-put-image): Put alt-text as help-echo.
6576 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6578 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
6579 * mm-util.el (mm-decompress-buffer):
6580 * nnir.el (nnir-run-find-grep):
6581 * pop3.el (pop3-list): Use 3rd arg of split-string.
6583 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6585 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6586 outside the active range. Suggested by Dan Christensen.
6588 * gnus-start.el (gnus-get-unread-articles): Get the extended method
6589 slightly later to avoid double-getting it.
6591 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6594 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6596 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
6598 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6600 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6602 * gnus-int.el (gnus-open-server): Give a better error message in the
6605 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6606 marks for nnimap, which is seldom the right thing to do.
6608 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6609 (gnus-same-method-different-name): New function.
6611 * nnimap.el (parse-time): Require.
6613 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6614 method in the presence of many similar methods.
6616 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6618 * nnimap.el (nnimap-find-expired-articles): Don't refer to
6619 nnml-inhibit-expiry.
6621 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6622 find out whether methods are equal.
6624 * nnimap.el (nnimap-find-expired-articles): New function.
6625 (nnimap-process-expiry-targets): New function.
6626 (nnimap-request-move-article): Request the article before looking at
6627 what the Message-ID is. Fix found by Andrew Cohen.
6628 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6630 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6631 for oldness in addition to being a predicate.
6633 * nnimap.el (nnimap-request-group): When we have zero articles, return
6634 the right data to Gnus.
6635 (nnimap-request-expire-articles): Only delete articles immediately if
6636 the target is 'delete.
6638 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6639 method, this would bug out.
6641 * gnus-group.el (gnus-group-expunge-group): Rename from
6642 gnus-group-nnimap-expunge, and implemented as a normal interface
6645 * gnus-int.el (gnus-request-expunge-group): New function.
6647 * nnimap.el (nnimap-request-create-group): Implement.
6648 (nnimap-request-expunge-group): New function.
6650 2010-09-21 Julien Danjou <julien@danjou.info>
6652 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6653 (gnus-html-cache-expired): Add new function.
6654 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6655 wethever we should display image for fetch it.
6656 Compute alt-text earlier to pass it to the fetching function too.
6657 (gnus-html-schedule-image-fetching): Change function argument to only
6658 get one image at a time, not a list.
6659 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6661 (gnus-html-get-image-data): New function to retrieve image data from
6663 (gnus-html-put-image): Change buffer argument to use image data rather
6664 than file, and place image above region rather than inserting a new
6665 one. Do not take alt-text as argument, since it's useless now: we place
6666 the image above alt-text.
6667 (gnus-html-prune-cache): Remove.
6668 (gnus-html-show-images): Start to fetch image when we find one, do not
6669 push into a temporary list.
6670 (gnus-html-prefetch-images): Only fetch image if they have expired.
6671 (gnus-html-browse-image): Fix, use 'gnus-image-url.
6672 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6674 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
6676 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6678 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6680 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6681 spec inser "*" if the group isn't active instead of 0.
6683 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6685 (nnimap-request-delete-group): Implement group deletion.
6686 (nnimap-transform-headers): Return the size of the entire message in
6687 the Bytes header, not just the size of the first part.
6688 (nnimap-request-move-article): When moving an article from nnimap,
6689 request the article first so the accepting form has an article to
6690 accept. Reported by Dan Christensen.
6691 (nnimap-command): Make sure that the error message doesn't error out.
6693 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
6695 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6696 we haven't requested anything.
6698 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6700 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6701 "". Fix found by Andrew Cohen.
6703 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6704 instead of -encode-string.
6706 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
6708 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6710 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6711 by mm-subst-char-in-string.
6713 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6715 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6716 waiting for the connection string.
6718 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6721 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6722 bogus characters. This allows selecting certain Gmail groups.
6724 * nnimap.el (nnimap-find-wanted-parts-1): New function.
6725 (nnimap-fetch-partial-articles): New variable.
6726 (nnimap-open-connection): When looking for credentials, also use the
6728 (nnimap-request-article): Return the group/article number, so that Gnus
6729 `^' works as expected.
6730 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6732 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6734 (gnus-methods-sloppily-equal): New function.
6735 (gnus): When using the development version of Gnus, load the gnus-load
6738 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6739 `gnus-open-server' on each method before trying to scan them etc.
6740 This ensures that all the backend parameters are set correctly.
6742 * nnimap.el (nnimap-authenticator): New variable.
6743 (nnimap-open-connection): Allow anonymous login.
6744 (nnimap-transform-headers): The chars header is called Chars not Bytes.
6745 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6747 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6748 patch, found by Knut Anders Hatlen.
6750 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
6752 * gnus-agent.el (gnus-agent-batch-confirmation)
6753 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6755 * gnus-art.el (gnus-article-describe-briefly): Likewise.
6756 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6757 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6758 * gnus-int.el (gnus-open-server): Likewise.
6759 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6760 (gnus-score-check-syntax): Likewise.
6761 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6762 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6764 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6766 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6768 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6769 calling conventions so that prefetch doesn't bug out.
6771 2010-09-19 Julien Danjou <julien@danjou.info>
6773 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6774 rather than `subst-char-in-region' in order to be able to replace ASCII
6777 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6779 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6780 the right URL and ALT text on images.
6781 (gnus-html-wash-tags): Fix tag case.
6782 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
6783 (gnus-article-html): Add -o display_ins_del=2 option.
6784 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6786 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6788 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6789 the extra mail headers, which sometimes seem to happen for unknown
6792 * mail-parse.el (mail-header-encode-parameter): Define as
6793 rfc2045-encode-string instead of as rfc2231-encode-string, since some
6794 (or most, perhaps?) mail readers don't understand the latter, but do
6795 understand the former.
6797 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6798 to nil, so that no methods are automatically agentized. I think this
6799 is probably what most users want.
6801 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6802 from url-retrieve, for instance about invalid URLs.
6804 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6805 groups that have no articles.
6806 (nnimap-request-article): Check that we really got an article when we
6809 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6812 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6813 nntp buffer so the agent can save it.
6814 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6815 that CRLF doesn't get translated to \n.
6816 (nnimap-open-connection): Don't make 'shell commands only send \n.
6818 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6820 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6821 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6823 (nnml-generate-nov-file): Use dolist.
6824 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6825 Use with-current-buffer.
6827 2010-09-18 Julien Danjou <julien@danjou.info>
6829 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6832 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6834 * nnimap.el (nnimap-update-info): When doing partial marks update, get
6835 the range update right.
6836 (nnimap-request-group): Don't make `M-g' bug out on group with no
6838 (nnoo): Require, so that other packages can require nnimap.
6839 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6840 command we're looking for. This helps when the server sends more
6841 responses after we've gotten everything we expected.
6842 (nnimap): Add a `newlinep' field to keep track of end-of-line
6844 Don't send CRLF to things that don't want it.
6845 (nnimap-request-accept-article): Ditto.
6847 2010-09-18 Julien Danjou <julien@danjou.info>
6849 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6850 than curl to retrieve images.
6852 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6854 * nnimap.el (nnimap-update-info): Extend the info so that we can set
6856 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6857 (nnimap-wait-for-connection): New function.
6858 (nnimap-open-connection): If we have PREAUTH, don't query for login
6860 (nnimap-update-info): Fix off-by-one error when concatenating ranges
6861 when doing a partial update.
6863 2010-09-18 Julien Danjou <julien@danjou.info>
6865 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6868 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6870 * nnimap.el (nnimap-credentials): New function.
6871 (nnimap-open-connection): Use the new function to look for credentials
6872 also on the numeric equivalents of "imap" and "imaps".
6874 * gnus-start.el (gnus-activate-group): Send the info to
6877 * nnimap.el (nnimap-request-group): Have the "check" version of the
6878 function parse flags and update the info, so that a `M-g' get a total
6879 resync of all flags from the group.
6881 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6882 to allow backends to alter the info on group selection. Also alter all
6883 the backend -request-group functions to take the parameter.
6885 * nnimap.el (nnimap-store-info): New function.
6886 (nnimap-update-info): Store the info for later usage.
6887 (nnimap-request-group): Use the stored info for the dont-check case, so
6888 that we don't retrieve all marks when we enter a group.
6890 * nnimap.el: Use deffoo instead of defun for interface functions.
6892 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6893 update the group info. This makes the nndraft groups, for instance, go
6894 back to their old behavior.
6896 * gnus-sum.el (gnus-select-newsgroup): Indent.
6898 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6900 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6903 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6904 from methods that are denied.
6906 * gnus-int.el (gnus-method-denied-p): New function.
6908 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6909 store the password instead of netrc.
6910 (nnimap-open-connection): Don't error out when we can't make a
6913 * auth-source.el (auth-source-create): In the password prompt, say what
6914 we're querying for. Also prompt for user name if that hasn't been
6917 * nnimap.el (nnimap-with-process-buffer): Remove.
6919 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6921 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6922 method when we're reading from the agent.
6924 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6926 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6927 that's probably most useful for users.
6929 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6930 "failed" all the time.
6932 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6933 ...)) with (with-current-buffer ... ).
6935 * nntp.el (nntp-open-server): Return whether the open was successful or
6938 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6939 select an unread unseen article first.
6941 * nnimap.el (nnimap-open-connection): If the user doesn't have a
6942 /etc/services, supply some sensible port defaults.
6944 2010-09-17 Julien Danjou <julien@danjou.info>
6946 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6948 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
6950 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6951 doesn't have any parameters.
6953 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6955 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6956 only upcased checks.
6958 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6960 * nnimap.el (nnimap-open-shell-stream): New function.
6961 (nnimap-open-connection): Use it.
6962 (nnimap-transform-headers): Get the number of lines in each message.
6963 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6965 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
6968 * utf7.el (utf7-encode): Autoload.
6970 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6971 to allow the mail splitting to not return a default group. This is
6972 useful for nnimap, which will leave unmatched mail in the inbox.
6974 * nnimap.el: Rewritten.
6976 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6979 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6980 if the move is internal, so that nnimap can do fast internal moves.
6982 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6984 (gnus-read-active-for-groups): Support finishing the early retrieval of
6987 * gnus-range.el (gnus-range-nconcat): New function.
6989 * gnus-int.el (gnus-finish-retrieve-group-infos)
6990 (gnus-retrieve-group-data-early): New functions.
6992 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6994 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6995 (nnrss-retrieve-groups):
6996 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6997 (pop3-quit): Use with-current-buffer.
6999 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
7001 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
7002 instead of nnheader-accept-process-output.
7004 * gnus-html.el (gnus-html-schedule-image-fetching)
7005 (gnus-html-prefetch-images): Replace process-kill-without-query by
7006 gnus-set-process-query-on-exit-flag.
7008 2010-09-16 Romain Francoise <romain@orebokech.com>
7010 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
7012 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7014 * gnus-registry.el (gnus-registry-install-shortcuts): The second
7015 parameter to unintern is mandatory-ish in Emacs 24.
7017 * gnus-html.el (gnus-html-schedule-image-fetching)
7018 (gnus-html-prefetch-images): Check for curl before using it.
7020 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
7021 depend on curl, which isn't essential.
7023 * imap.el: Revert back to version
7024 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7027 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
7029 * gnus-registry.el (gnus-registry-install-shortcuts):
7030 Explicitly pass `obarray' to `unintern' to avoid a warning.
7032 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7034 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
7037 * nnrss.el (nnrss-request-list): Remove this function and related
7038 functions, including the moreover stuff.
7040 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7042 * nnrss.el (nnrss-retrieve-groups): New function.
7044 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
7046 * .dir-locals.el: Add no-byte-compile cookie.
7048 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7050 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
7051 for back end that doesn't support request-scan.
7053 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7055 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
7056 then do request scans from the backends.
7058 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
7059 avoid running a hook per line, since this takes a lot of time,
7061 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
7062 directly if gnus-visual-p is true.
7064 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7066 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
7067 groups; replace mapcar with dolist which is a bit faster; pass groups
7068 info to gnus-read-active-file-1.
7069 (gnus-read-active-file-1): Scan only specified groups if the new
7070 optional arg `infos' is given.
7072 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7074 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
7076 * pop3.el (pop3-movemail): Remove.
7077 (pop3-streaming-movemail): Rename to pop3-movemail.
7079 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
7080 don't restrict end-tag searches to the end of the line.
7082 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7084 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
7085 articles of every unchecked group to t, which means unknown since the
7086 server has never been opened.
7088 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7090 * gnus-html.el (gnus-html-show-alt-text): New command.
7091 (gnus-html-browse-image): Ditto.
7092 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
7093 to browse the image directly.
7094 (gnus-html-wash-tags): Search for images first, so that <a><img> works
7097 * gnus-async.el (gnus-async-article-callback):
7098 Call `gnus-html-prefetch-images' unconditionally.
7100 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
7101 before feeding URLs to curl.
7103 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
7105 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
7106 internal images as deletable by `W D D'.
7108 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7109 (gnus-async-article-callback): Fix typo.
7111 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7113 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7114 current line to work around bugs in the output from w3m.
7116 * gnus-async.el (gnus-async-article-callback): Always prefetch images
7117 for groups that want that.
7119 * nntp.el (nntp-wait-for-string): Supply a timeout for
7120 accept-process-output to ensure progress.
7122 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7123 level to get unread articles from, then use that for foreign groups,
7126 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7127 confuses the rest of the function.
7129 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7130 for the methods that support -retrieve-groups, too.
7132 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7134 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
7136 * pop3.el: Require cl when compiling.
7137 (pop3-number-of-responses): Search for "+OK", not "+OK ".
7139 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7141 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7142 that aren't going to be activated.
7143 (gnus-get-unread-articles): Fix up the last commit.
7145 * gnus-html.el (gnus-article-html): Allow calling without specifying
7146 the handle. In that case, dissect the buffer first.
7148 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7150 * nnimap.el (nnimap-open-connection): Revert the change that would look
7151 into authinfo for imaps instead of imap.
7153 * gnus-start.el (gnus-activate-group): Take an optional parameter to
7154 say that you don't want to call gnus-request-group with don-check, but
7155 do check the response. This is for virtual groups only.
7156 (gnus-get-unread-articles): Count the archive groups as secondary, so
7157 that they're activated the same way as before.
7159 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7161 (nnimap-debug): Remove.
7163 * mail-source.el (mail-source-fetch): Don't message if we're fetching
7164 mail from a file, and the file doesn't exist.
7166 * pop3.el (pop3-streaming-movemail): Return t for success.
7168 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7169 .authinfo if we're using ssl connection.
7171 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7172 already have if we're in a main Gnus `g' run.
7174 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7176 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7178 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7180 * nnmh.el (nnmh-request-list-1): Bind `file'.
7182 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7183 alias to set-process-query-on-exit-flag or process-kill-without-query.
7184 (pop3-open-server): Use it.
7186 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7188 * mail-source.el (mail-source-delete-crash-box): Always move the crash
7189 box to the Incoming file. Fixes mistake in previous checkin.
7191 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7192 request loop (for debugging purposes) removed.
7194 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7195 culprit is more visible.
7196 (nnml-save-incremental-nov, nnml-open-incremental-nov)
7197 (nnml-add-incremental-nov): New functions to do "incremental" nov
7198 updates, where we just append to the end of the existing nov files
7199 without reading/writing them in full.
7201 * mail-source.el (mail-source-delete-crash-box): Really only check the
7202 incoming files once in a while.
7204 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7206 * mail-source.el (mail-source-delete-crash-box): Only check the
7207 incoming files for deletion once per day to save a lot of file
7210 * pop3.el (pop3-logon): Fix up unbound variable typo.
7212 * mail-source.el (pop3-streaming-movemail): Autoload.
7214 * pop3.el (pop3-streaming-movemail):
7215 Respect pop3-leave-mail-on-server.
7217 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7220 * pop3.el (pop3-process-filter): Remove unused function.
7221 (pop3-streaming-movemail, pop3-send-streaming-command)
7222 (pop3-wait-for-messages, pop3-write-to-file)
7223 (pop3-number-of-responses): New functions for streaming pop3
7226 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7227 come from no known methods.
7228 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7231 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7233 (pop3-movemail): Use erase-buffer instead of looping and deleting
7234 regions, which seems rather odd.
7236 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7237 file once per `g' run.
7239 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7240 directories. This makes the draft queue directory work.
7242 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7243 data from the backends, so that we only request the list of groups from
7244 each method once. This should speed things up considerably.
7246 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7247 detect that it's not implemented.
7249 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7250 we actually do recurse down into the tree, but don't stat all leaf
7253 * gnus-html.el (gnus-html-show-images): If there are no images to show,
7254 then say so instead of bugging out.
7256 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7257 files exist before trying to read them.
7259 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7262 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7264 * nnmh.el (nnmh-request-list-1): Optimize for speed.
7266 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7268 * mm-util.el (mm-image-load-path): Just return the image directories,
7269 not all directories in the path in addition to the image directories.
7270 (mm-image-load-path): Maintain a cache of the image directories so that
7271 the `g' command in Gnus doesn't have to stat dozens of directories each
7274 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7275 (gnus-html-wash-tags): Add a new `i' command to insert images.
7276 (gnus-html-insert-image): New command and keystroke.
7277 (gnus-html-redisplay-with-images): New command and keystroke.
7278 (gnus-html-show-images): Rename command.
7279 (gnus-html-wash-tags): Remove more white space before <pre_int> image
7281 (gnus-html-wash-tags): Decode entities at the end, so that entities
7282 inside the tags don't mess up the rest of the "parsing".
7284 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7285 so that nnimap methods aren't agentized by default. There's apparently
7286 many problems related to agent/imap behavior.
7288 * gnus-art.el (gnus-article-copy-string): New command and key binding.
7290 * gnus-html.el: Doc fix.
7292 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
7294 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7295 glyph-width and glyph-height instead of display-graphic-p and
7296 image-size; make avoidance of displaying small images work for XEmacs.
7298 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7301 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7302 of symbol that holds plist data.
7303 (gnus-process-plist): Remove plist of process after getting it.
7305 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7307 * message.el (message-generate-hashcash): Change default to
7308 'opportunistic if hashcash is installed.
7310 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7311 (gnus-html-put-image): Only call image-size once, since it's somewhat
7312 time-consuming on remote X servers.
7314 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
7316 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7318 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7320 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7322 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7323 group line format, since it isn't very interesting.
7325 * gnus-agent.el (gnus-agent-short-article),
7326 (gnus-agent-long-article): Increase values for these two variables,
7327 since most people are likely to have more network connection and
7328 storage than before.
7330 * gnus.el (gnus-refer-article-method): Change default to 'current.
7331 When referring an article, the common behavior is to refer it from the
7332 current select method, not the native select method. The chances of
7333 the native select method having the message in question is rather slim
7336 * gnus-sum.el (gnus-auto-select-subject): Change default to
7337 `unseen-or-unread'. I think it's likely that most people want to
7338 select an unseen article over a previously seen, but unread one.
7340 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
7341 means that in the article buffer none of the minor mode elements will
7342 be shown, usually, and this is not desirable in most cases.
7344 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7345 that commands like `d' (and the like) go to the next line in the
7346 buffer, instead of the next unread article. I think this is the
7347 behavior that is most natural for most users.
7348 (gnus-single-article-buffer): Change default to nil, so that people can
7349 have as many article buffers open as they have summary buffer. I think
7350 this is the most natural way for the groups to behave.
7352 * message.el (message-generate-new-buffers): Change default to
7353 `unsent', so that all new message buffers start their names with the
7354 string "*unsent", and it's easier to find the buffers if you move from
7357 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7359 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7360 small. They're probably tracking images.
7361 (gnus-html-wash-tags): Remove all <pre_int> place holders.
7362 (gnus-html-rescale-image): Yet another try at getting the image sizing
7365 * nntp.el (nntp-request-set-mark): Refuse to do marks if
7366 nntp-marks-file-name is nil.
7368 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
7370 * gnus-html.el (gnus-html-wash-tags)
7371 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7374 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7376 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7378 * gnus-html.el (gnus-html-wash-tags): Check the value of
7379 gnus-blocked-images in the summary buffer.
7381 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
7383 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7385 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7387 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7388 like "a", it seems like.
7389 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7390 since it needs to be picked from the correct buffer.
7394 * nnlistserv.el: Remove.
7396 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
7398 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7399 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7401 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7403 * nnkiboze.el: Remove.
7407 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7409 (gnus-html-rescale-image): Try to get the rescaling logic right for
7410 images that are just wide and not tall.
7412 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7413 overshadow variable bindings.
7415 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
7417 * gnus-html.el (gnus-html-wash-tags)
7418 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7421 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7423 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7424 (gnus-max-image-proportion): New variable.
7425 (gnus-html-rescale-image): New function.
7426 (gnus-html-put-image): Rescale images.
7428 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7430 Fix up some byte-compiler warnings.
7431 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7432 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7433 (gnus-article-fill-cited-article, gnus-article-hide-citation)
7434 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7435 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7436 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7437 (gnus-group-update-group): Use save-excursion and with-current-buffer.
7439 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7441 * gnus-html.el (gnus-article-html): Decode contents by charset.
7443 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7445 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7446 (gnus-html-frame-width, gnus-blocked-images):
7447 * message.el (message-prune-recipient-rules): Add custom version.
7448 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7450 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7453 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7456 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
7458 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7459 instead of lsub directly.
7461 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7463 * nnwarchive.el: Remove.
7465 * gnus-soup.el: Remove.
7467 * nnsoup.el: Remove.
7469 * nnultimate.el: Remove.
7471 * gnus-html.el (gnus-blocked-images): New variable.
7473 * message.el (message-prune-recipients): New function.
7474 (message-prune-recipient-rules): New variable.
7476 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7477 guess whether a long line is natural text or not.
7479 * gnus-html.el (gnus-html-schedule-image-fetching):
7480 Use gnus-process-plist and friends for compatibility.
7482 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7484 * gnus-html.el: Require packages that define macros used in this file.
7485 (gnus-article-mouse-face): Declare to silence byte-compiler.
7486 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7488 (gnus-html-put-image): Use plist-get to avoid getf.
7489 (gnus-html-prefetch-images): Use with-current-buffer.
7491 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
7493 * gnus-ems.el: Provide compatibility functions for
7494 gnus-set-process-plist.
7496 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
7497 * gnus.el (gnus-valid-select-methods):
7498 * message.el (message-send-mail-partially-limit):
7499 * mm-decode.el (mm-text-html-renderer):
7500 * mml.el (mml-insert-mime-headers-always):
7501 * smiley.el (smiley-regexp-alist): Bump custom version.
7503 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7505 * gnus-html.el: require mm-url.
7506 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7507 with the url to `url'.
7508 (gnus-html-wash-tags): Support cid: URLs/images.
7510 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7512 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7513 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7514 bindings, as they aren't useful at all. `w' is moved to `W w'.
7516 * gnus-move.el: Remove file, since it doesn't really work.
7518 * gnus-html.el (gnus-article-html): Tell w3m that the input is
7519 UTF-8. This seems to fix problems with some German web feeds.
7521 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7522 at the top so that the proper colors are applied.
7524 * gnus-art.el (gnus-article-view-part): Doc fix.
7526 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7528 (gnus-html-put-image): Don't do images on non-graphic displays.
7530 * nnslashdot.el: Remove this unused backend.
7532 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7534 (gnus-undo-register-1): Revert last change.
7536 * gnus-group.el (gnus-group-completing-read): Protect against not
7537 having completion-styles bound.
7539 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7540 make broken recipients happier.
7542 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7544 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7547 * gnus-group.el (gnus-group-completing-read): Add 'substring to
7548 completion-styles for group selection.
7550 2009-02-04 Andreas Schwab <schwab@suse.de>
7552 * gnus-score.el (gnus-score-string): Fix regex for matching extra
7553 headers and regexp-quote the match if necessary.
7555 2009-03-24 Miles Bader <miles@gnu.org>
7557 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7558 the blinking smiley.
7560 2009-03-24 Simon Josefsson <simon@josefsson.org>
7562 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7565 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7567 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7568 where the dribbel file lives exists.
7570 * message.el (message-send-mail-partially-limit): Change the default to
7571 nil, since most people don't want this.
7573 * mm-url.el (mm-url-decode-entities): Also decode entities like
7576 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
7578 * gnus-sum.el (gnus-summary-idna-message):
7579 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7580 Hyperlink urls in docstrings with URL `...'.
7582 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
7584 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7587 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7589 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7590 say what the mouseover text should be.
7592 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7593 version of the mm-w3m-safe-url-regexp variable to only download images
7594 in the groups where we want that to happen.
7596 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7598 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7600 (gnus-article-beginning-of-window): Add kludge to allow spacing past
7601 big pictures in the article buffer.
7603 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7605 (mm-text-html-renderer): gnus-article-html needs curl in addition to
7608 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7610 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7612 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7613 which doesn't exist.
7615 * message.el (message-inhibit-ecomplete): New variable to allow some
7616 function to inhibit ecomplete address storage.
7617 (message-resend): Disable ecomplete message storage when resending
7620 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7622 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
7624 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7625 Save excursion while copying, moving, and deleting articles in order to
7626 prevent the cursor from jumping to unforeseen place.
7628 2010-08-17 Glenn Morris <rgm@gnu.org>
7630 * gnus-sync.el: Require gnus components whose functions are used.
7632 * gnus-art.el (bookmark-make-record-function):
7633 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7634 Declare for compiler.
7636 * mm-url.el (mml-compute-boundary): Autoload.
7638 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
7640 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7642 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
7644 Typo fix "hoo4a" -> "hook".
7646 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7648 2010-08-14 Glenn Morris <rgm@gnu.org>
7650 * gnus-sync.el (gnus-sync): Fix defgroup version.
7652 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
7654 Doc fixes and keep unknown groups (ammended for nunion bug fix).
7656 * gnus-sync.el: Fix docs.
7657 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7658 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7660 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
7662 Optimizations for gnus-sync.el.
7664 * gnus-sync.el: Add docs about gnus-sync-backend
7666 (gnus-sync-save): Remove unnecessary message.
7667 (gnus-sync-read): Optimize and show what groups were skipped.
7669 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
7671 Minor bug fixes for gnus-sync.el.
7673 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7674 Don't read the sync on get-new-news.
7676 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7679 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7682 2010-07-30 Lawrence Mitchell <wence@gmx.li>
7684 Make saving and restoring of hidden threads work with overlays.
7685 Patch applied by Ted Zlatanov.
7687 * gnus-sum.el (gnus-hidden-threads-configuration)
7688 (gnus-restore-hidden-threads-configuration): Update to deal with text
7689 properties, rather than searching for a magic character.
7691 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
7693 New gnus-sync.el library for synchronization of marks.
7695 * gnus-sync.el: New library for synchronization of marks.
7697 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7698 renamed from `gnus-registry-grep-in-list'.
7700 * gnus-registry.el (gnus-registry-follow-group-p):
7701 Use `gnus-grep-in-list'.
7703 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7705 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
7707 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7708 determining charset of text fails.
7710 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7712 * nnmail.el (nnmail-get-new-mail-1): Revert.
7714 * nnml.el (nnml-active-number): Make sure names of newly created groups
7715 in nnml-group-alist are encoded.
7717 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
7719 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7720 containing non-ASCII characters in active file for nnml back end.
7722 2010-07-24 David Engster <dengste@eml.cc>
7724 * mml-smime.el (mml-smime-epg-verify): Also accept the older
7725 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7727 2010-07-21 Daiki Ueno <ueno@unixuser.org>
7729 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7732 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
7734 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7735 the article buffer, not the summary buffer.
7737 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7739 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7742 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7744 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7745 Patch applied by Karl Fogel.
7747 * gnus-sum.el (gnus-summary-bookmark-make-record):
7748 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7750 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7752 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7753 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
7754 C-w still not working correctly from Article buffers; Thierry's
7755 patch to fix that will be applied after this.
7757 * gnus-art.el (bookmark-make-record-function): New local variable.
7759 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7761 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7763 2010-07-13 Karl Fogel <kfogel@red-bean.com>
7765 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7766 on changes in bookmark.el.
7768 2010-06-22 Mark A. Hershberger <mah@everybody.org>
7770 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7771 the *other* type of HTML form submission.
7773 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
7775 * auth-source.el (auth-source-pick): If choice does not contain a
7776 questioned keyword, set the check to t.
7778 2010-06-12 Romain Francoise <romain@orebokech.com>
7780 * gnus-util.el (gnus-date-get-time): Move up before first use.
7782 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
7784 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7785 (gnus-article-edit-part): Bind it to make last part that is substituted
7787 (gnus-mime-display-single): Buttonize part of which id equals to
7788 gnus-mime-buttonized-part-id.
7790 2010-06-10 Dan Christensen <jdc@uwo.ca>
7792 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7793 (gnus-dd-mmm): Use gnus-date-get-time.
7794 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7796 (gnus-summary-limit-to-age): Use gnus-date-get-time.
7797 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7799 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
7801 * auth-source.el (top): Autoload `secrets-list-collections',
7802 `secrets-create-item', `secrets-delete-item'.
7803 (auth-sources): Fix tag string.
7804 (auth-get-source, auth-source-retrieve, auth-source-create)
7805 (auth-source-delete): New defuns.
7806 (auth-source-pick): Rewrite in order to avoid 2 passes.
7807 (auth-source-forget-user-or-password): New parameter USERNAME.
7808 (auth-source-user-or-password): New parameters CREATE-MISSING and
7809 DELETE-EXISTING. Retrieve password interactively, if needed.
7811 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
7813 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7814 deleting unused directories when gnus-expert-user is t.
7816 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7818 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7819 for each temp file when gnus-article-browse-delete-temp is ask.
7821 2010-05-20 Kevin Ryde <user42@zip.com.au>
7823 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
7825 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
7827 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7828 article unless decoding article to be saved.
7830 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
7832 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
7833 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7834 generated within the mm-with-unibyte-current-buffer macro.
7836 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
7838 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7839 to nil when we're in a mml-preview buffer and no group is selected.
7841 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
7843 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7844 when catching the `C-g'. Reported by "Leo".
7846 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
7848 * message.el (message-forward-make-body-plain)
7849 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7852 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
7854 * message.el (message-forward-make-body-mml): Assume original message
7855 is multibyte string; error on unibyte.
7856 (message-forward-make-body-plain): Ditto; don't add excessive newline
7859 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
7861 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7862 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
7864 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
7866 * mm-extern.el (mm-extern-url): Don't use
7867 mm-with-unibyte-current-buffer.
7868 (mm-extern-cache-contents): Use with-current-buffer instead of
7869 save-excursion + set-buffer.
7871 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7873 * mm-util.el (mm-emacs-mule): Remove.
7875 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
7877 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7878 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7881 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7883 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7884 bind the default value of enable-multibyte-characters to nil.
7886 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7888 * message.el (message-forward-make-body-plain)
7889 (message-forward-make-body-mml):
7890 Don't use mm-with-unibyte-current-buffer.
7892 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
7894 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7897 2010-05-07 Julien Danjou <julien@danjou.info>
7899 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7902 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7905 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
7907 * nnweb.el (nnweb-gmane-search):
7908 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7911 * gnus-art.el (gnus-article-browse-html-parts):
7912 * gnus-group.el (gnus-read-ephemeral-gmane-group)
7913 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7916 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7917 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7920 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7921 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7922 XEmacs when compiling.
7924 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7925 gnus-pick-mode-off-hook for XEmacs when compiling.
7926 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7927 gnus-binary-mode-off-hook for XEmacs when compiling.
7929 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7930 Return nil if char-charset is not available.
7932 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
7935 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7936 instead of encode-coding-string.
7938 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7939 'xemacs) instead of mm-emacs-mule to switch function definitions.
7940 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7942 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
7944 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7946 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
7948 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7949 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7951 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
7953 * mm-util.el (mm-decompress-buffer): Use `delete-file';
7954 alias `jka-compr-delete-temp-file' no longer exists.
7956 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7958 Use define-minor-mode in Gnus where applicable.
7959 * mml.el (mml-mode): Use define-minor-mode.
7960 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7961 (gnus-undo-mode): Use define-minor-mode.
7962 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7963 (gnus-dead-summary-mode): Use define-minor-mode.
7964 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7965 Initialize in declaration.
7966 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7967 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7968 (gnus-mailing-list-mode): Use define-minor-mode.
7969 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7970 (gnus-draft-mode): Use define-minor-mode.
7971 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7972 (gnus-dired-mode): Use define-minor-mode.
7974 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
7976 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7977 handles on recursive mml-to-mime translation and check them for
7978 boundary delimiter collisions. Reported by Greg Troxel.
7980 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
7982 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7984 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7986 * mm-util.el (mm-find-buffer-file-coding-system):
7987 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7989 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
7991 * message.el (message-generate-headers): Record insertion of optional
7992 headers as well. Otherwise the check to prevent repeated insertion of
7993 optional headers is a no-op.
7995 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
7997 * smime.el: Don't mention CVS.
7999 * nnrss.el (nnrss-fetch): Don't mention CVS.
8001 * nnir.el: Don't mention CVS.
8003 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8005 * gnus-sum.el (gnus-summary-bookmark-make-record):
8006 Add `location' field.
8008 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8010 * gnus-sum.el: Add bookmark declarations to silence the compiler.
8011 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
8012 Use with-current-buffer to silence the byte-compiler.
8013 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
8014 bother to require `gnus'.
8015 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
8017 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8019 * gnus-sum.el (gnus-summary-bookmark-make-record)
8020 (gnus-summary-bookmark-jump): New functions.
8021 (gnus-summary-mode): Setup bookmark support.
8023 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
8025 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
8028 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
8030 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
8031 gnus-article-browse-html-save-cid-image; make it work recursively for
8032 forwarded messages as well.
8033 (gnus-article-browse-html-parts): Work when prefix arg is given.
8034 (gnus-article-browse-html-article): Doc fix.
8036 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
8038 * message.el (message-default-mail-headers):
8039 (message-default-headers): Carry the value mail-default-headers over
8040 into message-default-mail-headers, rather than message-default-headers.
8042 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
8044 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
8047 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
8048 charset into the <meta> tag when the article is encoded to utf-8.
8050 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
8052 * gnus-art.el (gnus-article-browse-delete-temp-files):
8053 Delete directories as well.
8054 (gnus-article-browse-html-parts): Work for images that do not specify
8055 file names; delete temp directory when quitting; insert header at the
8056 right place; use file: scheme for image files.
8058 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
8060 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8061 (gnus-article-browse-html-parts): Use it to make temporary cid image
8062 files in addition to html file so that browser may display them.
8064 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
8066 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
8068 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
8070 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8072 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
8074 * auth-source.el (auth-sources): Change default to be simpler.
8075 Explain about Secret Service API sources. Improve Customize options.
8076 (auth-source-pick): Change to accept any number of search parameters.
8077 Implement fallbacks iteratively, not recursively. Add scoring on the
8078 second pass and sort by score. Call Secret Service API when needed.
8079 (auth-source-user-or-password): Use it. Call Secret Service API
8080 directly when needed to get the user name and the password.
8082 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
8084 * message.el (message-interactive): Doc fix.
8085 (message-qmail-inject-args): Reflow.
8086 (message-kill-to-signature): Fix typo in docstring.
8088 * smiley.el (smiley-buffer): Fix typo in docstring.
8090 2010-03-24 Glenn Morris <rgm@gnu.org>
8092 * mail-source.el (gnus-message): Declare.
8093 (mail-source-delete-old-incoming): Require gnus-util.
8095 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
8097 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8099 * message.el (ecomplete-setup): Autoload it for Emacs <23.
8101 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8102 password-cache's default if it is not bound.
8103 (mml-secure-passphrase-cache-expiry): Default to 16 that is
8104 password-cache-expiry's default if it is not bound.
8106 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8107 available in Emacs 21.
8109 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
8111 * auth-source.el (auth-sources): Fix up definition so extra parameters
8114 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
8116 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8117 wasn't updated after mismatch. Clear cached mailbox info correctly
8118 when uidvalidity changes.
8119 (nnimap-group-prefixed-name): New function to avoid some code
8121 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8122 (nnimap-request-group): Use it.
8123 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8124 (nnimap-update-unseen): Significantly improved speed of Gnus startup
8125 with many imap folders. This is done by caching the group status from
8126 the imap server persistently in a group parameter `imap-status'. (This
8127 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8128 but not persistently, so every Gnus startup was still very slow.)
8130 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
8132 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
8133 secrets.el dependency.
8134 (auth-sources): Add optional user name. Add secrets.el configuration
8135 choice (unused right now).
8137 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
8139 * gnus-sum.el (gnus-summary-make-menu-bar):
8140 Let `gnus-registry-install-shortcuts' fill in the functions.
8142 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8144 (gnus-registry-misc-menus): Variable to hold registry mark menus.
8145 (gnus-registry-install-shortcuts): Populate and use it in a
8146 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8148 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
8150 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8151 In-place substitutions for the group name encoding/decoding.
8152 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8153 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8154 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8155 (nnimap-update-unseen, nnimap-request-list)
8156 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8157 (nnimap-request-set-mark, nnimap-split-to-groups)
8158 (nnimap-split-articles, nnimap-request-newgroups)
8159 (nnimap-request-create-group, nnimap-request-accept-article)
8160 (nnimap-request-delete-group, nnimap-request-rename-group)
8161 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
8162 `encoded-mbx' for consistency.
8163 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8164 variable `imap-current-mailbox'.
8166 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8167 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8169 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
8171 * pop3.el (pop3-display-message-size-flag): Display message size byte
8172 counts during POP3 download.
8173 (pop3-movemail): Use it.
8174 (pop3-list): Implement listing of available messages.
8176 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
8178 * nnir.el (nnir-get-article-nov-override-function): New function to
8179 override the normal NOV retrieval.
8180 (nnir-retrieve-headers): Use it.
8182 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
8184 * auth-source.el (netrc-machine-user-or-password): Autoload.
8186 2010-03-19 Glenn Morris <rgm@gnu.org>
8188 Stop message.el from loading about 40 libraries it doesn't always need.
8189 The general approach is to autoload rather than require, and to
8190 require in the specific functions rather than the file. (Bug#5642)
8192 * gmm-utils.el: Don't require wid-edit.
8193 (widget-create-child-value, widget-convert, widget-default-get):
8196 * gnus-util.el: Don't require time-date, netrc.
8197 (message-fetch-field, gnus-group-name-decode): Declare rather than
8199 (gnus-fetch-field): Require message.
8200 (gnus-decode-newsgroups): Require gnus-group.
8202 * ietf-drums.el: Don't require time-date.
8204 * message.el: Don't require hashcash, canlock, ecomplete.
8205 Do require mail-utils. Require nnheader only when compiling.
8206 (smtpmail-default-smtp-server): Remove declaration.
8207 (message-send-mail-function): Check smtpmail-default-smtp-server
8208 is bound rather than requiring smtpmail.
8209 (message-auto-save-directory, message-insert-signature):
8210 Use expand-file-name rather than nnheader-concat.
8211 (nnheader-insert-file-contents): Autoload.
8212 (hashcash-wait-async): Declare.
8213 (message-send-mail): Only call gnus-setup-posting-charset if
8214 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
8215 (message-send-mail-with-sendmail): Require sendmail.
8216 (canlock-password, canlock-password-for-verify): Declare.
8217 (message-canlock-password): Require canlock.
8218 (nnheader-get-report): Autoload.
8219 (gnus-setup-posting-charset): Declare.
8220 (message-send-news): Require gnus-msg.
8221 (message-make-references, message-make-in-reply-to): Use mail-header-id
8222 rather than the alias mail-header-message-id.
8223 (ecomplete-add-item, ecomplete-save): Declare.
8224 (message-put-addresses-in-ecomplete): Require ecomplete.
8225 (ecomplete-display-matches): Autoload.
8227 * mm-decode.el: Don't require mailcap, gnus-util.
8228 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8229 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8231 (mailcap-mime-extensions): Declare.
8233 * mm-encode.el: Don't require mailcap.
8234 (mailcap-extension-to-mime): Autoload.
8236 * mml-sec.el: Don't require password-cache.
8238 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8239 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8240 (mml-minibuffer-read-type): Require mailcap.
8241 (mml-preview): Require gnus-msg.
8243 * mml1991.el: Require password-cache.
8244 (password-cache-expiry): Remove declaration.
8246 * mml2015.el: Require password-cache.
8247 (password-cache-expiry): Remove declaration.
8249 * nneething.el (mailcap): Require mailcap.
8251 * nnheader.el (declare-function): Add compatibility stub.
8252 (message-remove-header): Declare rather than autoload.
8253 (nnheader-replace-header): Require message.
8255 * nnimap.el (declare-function): Add compatibility stub.
8256 (netrc-parse, netrc-machine-user-or-password): Declare.
8257 (nnimap-open-connection): Require netrc.
8259 * nntp.el (declare-function): Add compatibility stub.
8260 (netrc-parse, netrc-machine, netrc-get): Declare.
8261 (nntp-send-authinfo): Require netrc.
8263 * rfc2047.el: Don't require qp.
8264 (quoted-printable-encode-region, quoted-printable-decode-string):
8267 * sieve-mode.el: Don't require easymenu.
8268 (easy-menu-add-item): Autoload it.
8270 * spam-stat.el (time-to-number-of-days): Autoload it.
8272 2010-03-17 Kevin Ryde <user42@zip.com.au>
8274 * mml.el (mml-read-tag): Unquote values with `read' to reverse
8275 prin1 in mml-insert-tag (just stripping the quotes gave wrong
8276 value if any backslash escapes).
8278 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
8280 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8281 if it is available. (bug#5647)
8283 2010-02-26 Glenn Morris <rgm@gnu.org>
8285 * message.el (message-send-mail-function): Change the default, so that
8286 it inherits from a customized send-mail-function. (Bug#5643)
8288 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8290 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8291 shell-command-to-string signals an error (bug#5299).
8293 2010-02-24 Glenn Morris <rgm@gnu.org>
8295 * message.el (message-smtpmail-send-it)
8296 (message-send-mail-with-mailclient): Doc fixes.
8298 2010-02-16 Glenn Morris <rgm@gnu.org>
8300 * message.el (message-default-mail-headers): Change the default value
8301 to ease the transition from mail-mode to message-mode. (Bug#5555)
8303 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
8305 * message.el (message-mail): Just pass yank-action on to message-setup.
8306 (message-setup): Handle (FUN . ARGS) form of yank-action.
8307 (message-with-reply-buffer, message-widen-reply)
8308 (message-yank-original): Handle non-buffer values of
8309 message-reply-buffer (Bug#4080).
8310 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8312 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
8314 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8315 Fix typo in docstring.
8317 2010-01-08 Jason Rumney <jasonr@gnu.org>
8319 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8322 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8324 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8326 * message.el (message-check-news-header-syntax): Protect against a
8327 string that `rfc822-addresses' returns when parsing fails.
8329 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8331 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8332 (gnus-previous-char-property-change): New functions.
8334 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8336 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
8338 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8339 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
8341 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
8343 * message.el (message-exchange-point-and-mark): Rework last change to
8344 avoid using optional arg of exchange-point-and-mark, for backward
8347 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
8349 * message.el (message-exchange-point-and-mark):
8350 Call exchange-point-and-mark with an argument rather than setting
8351 mark-active by hand (Bug#5175).
8353 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
8355 * nntp.el (nntp-service-to-port): Work for service expressed with
8356 numeric string; replace [:digit:] with [0-9] for XEmacs.
8358 2009-12-17 Glenn Morris <rgm@gnu.org>
8360 * gnus-group.el (gnus-bug-group-download-format-alist):
8361 Change emacs entry to debbugs.gnu.org. Bump :version.
8363 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
8365 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8367 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
8369 * message.el (message-info): Explain why we use `Info-goto-node'.
8371 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8373 * message.el (message-completion-in-region): New compatibility function.
8374 (message-expand-group): Use it.
8376 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8378 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8379 with no unread article should be listed if the 2nd arg `predicate' is
8382 2009-11-29 Juri Linkov <juri@jurta.org>
8384 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8385 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
8386 on `gnus-recenter'. (Bug#4698, Bug#4981)
8388 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
8390 * message.el (message-from-style, message-interactive)
8391 (message-signature): Always set default values from the corresponding
8393 (message-cite-prefix-regexp, message-sendmail-envelope-from)
8394 (message-yank-prefix, message-indentation-spaces)
8395 (message-signature-file, message-default-headers): Use boundp rather
8396 than (featurep 'xemacs) to check if the corresponding mail-* variables
8399 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
8401 * message.el (message-send-mail-with-sendmail): Revert last change.
8403 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
8405 * message.el (message-from-style, message-interactive)
8406 (message-cite-prefix-regexp, message-sendmail-envelope-from)
8407 (message-yank-prefix, message-indentation-spaces, message-signature)
8408 (message-signature-file, message-default-headers): For GNU Emacs, set
8409 default values from the corresponding mail-* variables.
8410 (message-send-mail-with-sendmail): Use envelope-from only if
8411 mail-specify-envelope-from is non-nil.
8413 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8415 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8416 containing tspecial characters if they have been already quoted.
8418 2009-10-24 Glenn Morris <rgm@gnu.org>
8420 * gnus-art.el (help-xref-stack-item): Define for compiler.
8422 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8424 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8426 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8428 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8429 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8431 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
8433 * gnus.el (gnus-overlay-get): New alias to overlay-get.
8434 (gnus-overlays-in): New alias to overlays-in.
8436 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8437 gnus-overlay-get, and gnus-delete-overlay.
8438 (gnus-summary-show-thread): Make it work as well for systems in which
8439 next-single-char-property-change is not available.
8440 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8442 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
8444 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8446 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
8448 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8449 and XEmacs that don't have `remove-overlays'.
8451 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8453 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8454 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8455 selective display. Use overlays instead.
8457 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
8459 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8461 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8463 * spam-stat.el (spam-stat-load): Fix typo in message.
8465 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
8467 * gnus-art.el (gnus-article-encrypt-body):
8468 * message.el (message-check-recipients):
8469 * mm-util.el (mm-codepage-setup):
8470 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8471 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8473 2009-09-22 Daiki Ueno <ueno@unixuser.org>
8475 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8476 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8477 keys from the menu if mm-{sign,encrypt}-option is 'guided.
8478 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8479 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8481 2009-09-18 Glenn Morris <rgm@gnu.org>
8483 * gnus-diary.el (gnus-diary-check-message):
8484 * message.el (message-insert-formatted-citation-line):
8485 * nnbabyl.el (top-level):
8486 * nndiary.el (nndiary-schedule):
8487 Fix typos in condition-case handlers.
8489 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
8491 * gnus-art.el (gnus-article-edit-part): Work for the buffer
8492 configuration that provides the sole article window in a frame;
8493 position point correctly after deleting a part.
8495 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
8497 * spam.el (spam-unregister-on-reregister): Add boolean variable.
8498 (spam-resolve-registrations-routine): Use it to unregister articles
8501 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
8503 * nnrss.el (nnrss-request-article): Remove binding of
8504 default-enable-multibyte-characters that has gotten needless by
8505 the 2007-07-13 change in rfc2047-encode-message-header.
8507 * mml.el (mml-insert-multipart): Error on the message header.
8508 (mml-insert-part): Error on the message header; position point at
8509 the end of a MIME tag.
8511 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8513 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8514 (gnus-float-time): Alias to float-time if it exists.
8516 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8517 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8518 float-time is available; suppress compile warning for time-to-seconds.
8520 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
8522 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8523 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8524 Add the optional argument `encoding' that overrides the default.
8526 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8529 2009-09-04 Glenn Morris <rgm@gnu.org>
8531 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8532 mm-disable-multibyte, rather than default-enable-multibyte-characters.
8533 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8534 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8535 * mm-util.el (mm-with-unibyte-current-buffer)
8536 (mm-find-buffer-file-coding-system):
8537 * yenc.el (yenc-decode-region): Use default-value rather than
8538 default-enable-multibyte-characters.
8540 2009-09-03 Glenn Morris <rgm@gnu.org>
8542 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8543 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8544 than default-enable-multibyte-characters.
8546 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
8548 * gnus-art.el (gnus-article-read-summary-keys):
8549 Fix gnus-buffer-configuration's value temporarily used.
8551 2009-09-02 Glenn Morris <rgm@gnu.org>
8553 * gnus-util.el (gnus-float-time): New function.
8554 * gnus-delay.el (gnus-delay-article):
8555 * gnus-sum.el (gnus-thread-latest-date):
8556 * gnus-util.el (gnus-user-date): Use gnus-float-time.
8557 * nnspool.el (nnspool-request-newgroups):
8558 Use gnus-float-time rather than time-to-seconds.
8559 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8561 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8562 (gnus-header-subject-face, gnus-header-newsgroups-face)
8563 (gnus-header-name-face, gnus-header-content-face):
8564 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8565 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8566 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8567 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8568 (gnus-cite-face-11):
8569 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8570 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8571 (gnus-server-closed-face, gnus-server-denied-face)
8572 (gnus-server-offline-face):
8573 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8574 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8575 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8576 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8577 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8578 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8579 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8580 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8581 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8582 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8583 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8584 (gnus-summary-selected-face, gnus-summary-cancelled-face)
8585 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8586 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8587 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8588 (gnus-summary-high-undownloaded-face)
8589 (gnus-summary-low-undownloaded-face)
8590 (gnus-summary-normal-undownloaded-face)
8591 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8592 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8593 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8595 * message.el (message-header-to-face, message-header-cc-face)
8596 (message-header-subject-face, message-header-newsgroups-face)
8597 (message-header-other-face, message-header-name-face)
8598 (message-header-xheader-face, message-separator-face)
8599 (message-cited-text-face, message-mml-face):
8600 * sieve-mode.el (sieve-control-commands-face)
8601 (sieve-action-commands-face, sieve-test-commands-face)
8602 (sieve-tagged-arguments-face):
8603 * spam.el (spam-face):
8604 Mark face aliases with "-face" in the name as obsolete.
8606 2009-09-01 Glenn Morris <rgm@gnu.org>
8608 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8611 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8613 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8614 Don't move point if the command is invoked inside the message header.
8616 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8618 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8619 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8620 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8621 * nnir.el (nnir-swish-e-index-file):
8622 * gnus-sum.el (gnus-summary-delete-marked-as-read)
8623 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8624 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8625 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8626 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8627 (gnus-treat-display-xface): Add Emacs version of obsolescence.
8629 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
8631 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8632 Don't save excursion.
8634 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8636 * nnheader.el (nnheader-find-file-noselect):
8637 * mm-util.el (mm-insert-file-contents):
8638 Use (default-value 'major-mode) instead of default-major-mode.
8640 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8642 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8644 2009-08-25 Glenn Morris <rgm@gnu.org>
8646 * nnir.el (top-level): Don't require cl at run-time.
8647 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8648 Replace cl-function substitute with gnus-replace-in-string.
8649 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8650 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8651 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8652 simplified expansions.
8654 2009-08-22 Glenn Morris <rgm@gnu.org>
8656 * gnus-art.el (gnus-button-patch): Use forward-line rather than
8659 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
8661 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8663 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8664 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8665 (gnus-mm-display-part, gnus-mime-display-single)
8666 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8667 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8670 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8671 (gnus-summary-move-article): Add expirable mark to articles copied or
8672 moved to group that has auto-expire turned on if the option is non-nil.
8674 2009-07-24 Glenn Morris <rgm@gnu.org>
8676 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8677 Fix typo. (Bug#3903)
8679 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
8681 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8682 gnus-article-read-summary-keys rather than gnus-summary-edit-article
8683 that should not be used for draft articles.
8684 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8685 that has no concern in minor mode keys.
8686 (gnus-article-summary-command, gnus-article-summary-command-nosave):
8689 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
8691 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8692 article without making inquiry to a user for unknown encoding.
8694 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8695 (nnmaildir--scan): Assume i-node and device number that file-attributes
8696 returns might be cons-cell.
8698 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
8700 * auth-source.el: Remove docs now in auth.texi. Don't use
8701 `gnus-message' for logging. Add new variables `auth-source-debug' and
8702 `auth-source-hide-passwords' and use them.
8704 2009-07-15 Glenn Morris <rgm@gnu.org>
8706 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8708 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
8710 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8711 excessive whitespace from the default values of title and description.
8713 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
8715 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8716 mail-fetch-field to fetch Content-Description header in order to
8719 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
8721 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8724 2009-05-30 David Engster <dengste@eml.cc>
8726 * nnmairix.el: Remove old documentation in the commentary block.
8727 (nnmairix-request-group): Do not update active file for nnml back ends.
8728 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8729 end so that overview files are ignored.
8730 (nnmairix-update-groups): Make updating the groups more robust by using
8732 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8733 with dollar characters in message-id.
8735 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
8737 * spam.el: Use dns-query instead of query-dns. Was renamed on
8738 2008-12-25 in dns.el.
8740 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8742 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8743 could happen if the text is only composed of spaces and/or tabs.
8745 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
8747 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8748 when sending a queued message to avoid extra mml tags.
8750 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
8752 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8754 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
8756 * gnus-dired.el: Remove autoload for gnus-setup-message.
8757 (gnus-dired-attach): Fake this-command value to prevent Gnus from
8758 displaying Gnus logo; always use compose-mail.
8760 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
8762 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8764 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
8766 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8767 (gnus-nocem-issuers): List currently active issuers; fix custom type.
8768 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8770 (gnus-nocem-epg-verify): New function.
8772 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
8774 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8776 2009-02-15 Glenn Morris <rgm@gnu.org>
8778 * gnus-util.el (rmail-insert-rmail-file-header)
8779 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8781 (rmail-default-rmail-file): Remove unnecessary declaration.
8782 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8784 2009-02-14 Glenn Morris <rgm@gnu.org>
8786 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8787 variable (only used in gnus-util, which declares it anyway).
8788 (rmail-output-to-rmail-file): Remove autoload of deleted function,
8789 which was only needed by gnus-art (changed to not use it any more).
8790 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8791 only used in gnus-util, which autoloads it itself.
8792 (rmail-update-summary): Fix autoload.
8794 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8795 rather than rmail-output-to-rmail-file.
8797 2009-02-07 Glenn Morris <rgm@gnu.org>
8799 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8800 autoload of function that no longer exists.
8801 (rmail-toggle-header): Declare.
8802 (message-forward-rmail-make-body): Handle mbox Rmail.
8804 2009-01-31 Glenn Morris <rgm@gnu.org>
8806 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8809 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
8811 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8812 (auth-source-forget-all-cached): New convenience function.
8813 (auth-source-user-or-password): Accept list of modes or a single mode.
8815 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8818 * nnimap.el (nnimap-open-connection): Use list of
8821 * nntp.el (nntp-send-authinfo): Use list of
8824 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
8826 * auth-source.el: Update docs to reflect epa-file-enable is to be used
8829 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8831 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8832 coding system in XEmacs; add a workaround for XEmacs.
8834 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
8836 * mm-util.el (mm-coding-system-priorities): Protect against nil value
8837 of current-language-environment.
8839 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8841 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8842 available at runtime.
8844 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
8846 * gnus-art.el (article-date-ut): Fix end point of narrowing.
8848 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
8850 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8851 the greatest positive fixnum value doesn't work under an XEmacs with
8852 bignum support; use the most-positive-fixnum constant instead,
8853 available since Emacs 21.1 with cl and XEmacs 21.1.
8855 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8857 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8858 XEmacs gets not to work.
8860 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
8862 * mm-util.el (mm-coding-system-priorities): Allow the value like
8863 "Japanese (UTF-8)" of current-language-environment.
8865 2009-01-09 Glenn Morris <rgm@gnu.org>
8867 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8868 with last-command-event.
8870 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
8872 * message.el (message-fix-before-sending): Amend comment.
8874 2009-01-07 David Engster <dengste@eml.cc>
8876 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8877 simplified server definitions by converting it via
8878 gnus-server-to-method.
8880 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8882 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8883 parameter's operands.
8885 2009-01-06 David Engster <dengste@eml.cc>
8887 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8888 primary select method (for gnus-group-mark-article-as-read).
8890 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
8892 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8893 `(gnus)Face', not `(gnus)X-Face'.
8895 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
8897 * mm-util.el (mm-ucs-to-char): New function.
8899 * mm-url.el (mm-url-decode-entities): Use it.
8901 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8903 * message.el (message-fix-before-sending): Add `eight-bit' to
8904 illegible-text check.
8906 2009-01-03 Michael Olson <mwolson@gnu.org>
8908 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8909 `headers' is nil. This can occur if the IMAP server does not have
8910 permissions to read messages from a folder, but can write new messages
8912 (nnimap-request-article-part): Do not insert `data' if it is nil.
8914 2009-01-01 Dave Love <fx@gnu.org>
8916 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8918 * nnimap.el: Fix author email.
8919 (nnimap-split-rule): Add FIXME comment.
8920 (nnimap-debug): Fix doc string.
8922 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
8924 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8925 overlay-arrow-position and overlay-arrow-string buffer-local; no need
8926 to check if those variables exist (first appeared in Emacs 18.50).
8928 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
8930 * mm-util.el (mm-line-number-at-pos): New function.
8932 * spam-report.el (spam-report-process-queue): Use it.
8934 2008-12-24 David Engster <dengste@eml.cc>
8936 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8937 parameters that haven't existed as variables as buffer-local variables.
8939 2008-12-23 Dave Love <fx@gnu.org>
8941 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8944 * sieve-manage.el (sieve-manage-starttls-p): Rename from
8946 (sieve-manage-starttls-open): Rename from imap-starttls-open.
8948 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
8950 * spam-report.el (spam-report-gmane-max-requests): New constant.
8951 (spam-report-gmane-wait): New variable.
8952 (spam-report-gmane-ham, spam-report-gmane-spam)
8953 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8954 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8957 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8960 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8961 nnheader-accept-process-output and nnheader-read-timeout if available.
8962 (pop3-movemail): Use it.
8964 * message.el (message-check-news-body-syntax): Fix signature check if
8965 there's an attachment.
8967 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8969 * mm-util.el: Add comments to the mm- emulating functions.
8971 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
8973 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8974 Reported by Stephen Berman <stephen.berman@gmx.net>.
8976 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
8978 * mm-util.el (mm-substring-no-properties): New function.
8979 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8980 (mm-special-display-p): Enable those lambda forms to be byte compiled.
8981 (mm-string-to-multibyte): Doc fix.
8983 * mml.el (mml-attach-file): Use mm-substring-no-properties.
8985 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
8987 * mml.el (mml-attach-file): Strip text properties from file name.
8990 2008-12-16 Glenn Morris <rgm@gnu.org>
8992 * mm-util.el (mm-charset-override-alist): Declare for compiler.
8994 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8996 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8997 knows since the charset specified might be a bogus alias that
8998 mm-charset-synonym-alist provides.
9000 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
9002 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
9005 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
9007 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
9009 * mm-util.el (mm-charset-eval-alist):
9010 Define it before mm-charset-to-coding-system.
9011 (mm-charset-to-coding-system): Add optional argument `silent';
9012 define it before mm-charset-override-alist.
9013 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
9014 default value if it can be used in Emacs currently running;
9015 silence mm-charset-to-coding-system.
9017 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
9019 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
9020 `allow-override' which says whether to use `mm-charset-override-alist'.
9021 (rfc2047-decode-encoded-words): Use it.
9023 * mm-util.el (mm-charset-override-alist): Fix custom type;
9024 add `(gb2312 . gbk)' to choices.
9026 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
9028 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
9031 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9033 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
9035 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
9038 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9040 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
9042 * message.el (message-idna-to-ascii-rhs-1): Protect against local
9043 users' addresses that don't have domain parts.
9044 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
9045 rather than message-narrow-to-head since there will be the message
9048 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9050 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
9051 since the result is inserted in a unibyte buffer anyway.
9052 (nnimap-demule-use-string-to-multibyte): Remove.
9053 (nnimap-demule): Alias it to mm-string-to-multibyte.
9055 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9057 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
9058 variable for debugging bug#464 and bug#1174.
9059 (nnimap-demule): Use it.
9061 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9063 * gnus-score.el (gnus-score-find-trace): Handle default score in total
9064 score calculation correctly.
9066 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9068 * message.el (message-send-mail): Just set the buffer to unibyte
9069 rather than use mm-with-unibyte-current-buffer which does a lot more.
9070 (message-send-mail-partially): Don't bother with
9071 mm-with-unibyte-current-buffer since it's already been made unibyte by
9074 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
9076 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
9078 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
9080 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
9082 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
9084 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
9085 require itself and to remove `with-no-warnings'.
9087 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
9089 * starttls.el (starttls-any-program-available): Get the name of the
9090 available TLS layer program.
9091 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
9092 well as the host name in the "opening" message.
9094 * auth-source.el (auth-source-cache, auth-source-do-cache)
9095 (auth-source-user-or-password): Cache passwords and logins by default,
9096 allow override with `auth-source-do-cache'.
9097 (auth-source-forget-user-or-password): Allow users to remove cache
9100 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
9102 * ietf-drums.el (ietf-drums-remove-comments): Localize second
9103 condition-case to only the forward-sexp call.
9105 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
9107 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9108 quotes contained. Make it more robust regardless by an extra
9109 condition-case wrapper.
9111 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
9113 * nnml.el (nnml-request-expire-articles): Check if the function set to
9114 `nnmail-expiry-target' returns the symbol `delete'.
9116 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9118 * nnmail.el (nnmail-expiry-target): Fix custom type.
9120 2008-10-02 Glenn Morris <rgm@gnu.org>
9122 * mm-util.el (mm-codepage-setup): Tweak codepage error.
9123 Silence compiler warning.
9125 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
9127 * mml.el (mml-menu): Don't assume mml2015 is bound.
9129 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
9131 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9134 2008-09-27 Glenn Morris <rgm@gnu.org>
9136 * gnus-util.el (mail-header-remove-comments): Autoload it.
9138 2008-09-27 Andreas Schwab <schwab@suse.de>
9140 * gnus-util.el (gnus-split-references): Strip comments.
9141 (gnus-parent-id): Likewise.
9143 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
9145 * message.el (message-confirm-send): Fix version.
9147 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
9149 * message.el (message-idna-to-ascii-rhs-1): Use
9150 mail-extract-address-components rather than mail-header-parse-addresses
9151 that is an alias by default to ietf-drums-parse-addresses that does not
9152 support non-ASCII names in headers' contents.
9154 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9156 * message.el (message-confirm-send): Fix variable documentation to
9157 avoid the "y/n" wording.
9159 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
9161 * message.el (message-set-auto-save-file-name): Save to a different
9162 filename so multiple messages (especially drafts) can be recovered.
9164 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
9166 * message.el (message-confirm-send): Add appropriate version.
9168 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
9170 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9173 2008-09-22 Daiki Ueno <ueno@unixuser.org>
9175 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9176 (mm-pkcs7-enveloped-magic): Ditto.
9178 2008-09-17 Simon Josefsson <simon@josefsson.org>
9180 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9181 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9183 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
9185 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9186 default, it's better.
9188 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
9190 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9191 summary line gnus-number property and ignore them (with a warning
9194 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9196 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9197 macro caddr in the interactive form since it won't be expanded.
9199 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9201 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9202 `charset'; fix name of function called recursively.
9203 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9205 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9207 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9208 (gnus-mime-set-charset-parameters): New function.
9209 (gnus-mime-view-part-as-charset): Use it to correctly display part
9210 specifying wrong charset.
9212 2008-09-08 David Engster <dengste@eml.cc>
9214 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9215 in completing-read for back end server.
9217 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
9219 * message.el (message-confirm-send): New variable to confirm sending a
9221 (message-send): Use it.
9223 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
9225 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9227 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
9229 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9231 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
9233 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9234 prevent tracking too many groups.
9235 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9238 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
9240 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9241 moving point to the bottom of the window in order to avoid recentering.
9243 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
9245 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9246 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9247 (gnus-article-beginning-of-window): Fix calculation.
9249 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
9251 * gnus-msg.el (gnus-summary-supersede-article)
9252 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9253 value of gnus-newsgroup-charset to decode non-MIME encoded text in
9256 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
9260 * gnus-registry.el: Remove VMS support.
9262 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
9264 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9266 (rfc2104-hash): Use it.
9268 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
9270 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9271 (gnus-summary-sort-by-most-recent-date): New commands.
9272 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9275 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
9277 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9278 don't redisplay article for raw contents; remove plural articles stuff.
9280 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9281 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9282 on gnus-summary-save-article; display results properly.
9284 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
9286 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9288 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
9290 * gnus-art.el (gnus-summary-save-in-pipe):
9291 Consider gnus-save-all-headers.
9293 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9295 * gnus-util.el (ns-focus-frame): Remove declaration.
9296 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
9299 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
9301 * rfc2104.el (rfc2104-zero): Delete defconst.
9302 (rfc2104-hex-alist): Likewise.
9303 (rfc2104-hex-to-int): Delete func.
9304 (rfc2104-hexstring-to-bitstring): Likewise.
9305 (rfc2104-nybbles): New defconst.
9306 (rfc2104-hash): Rewrite for speed.
9308 2008-07-16 Glenn Morris <rgm@gnu.org>
9310 * gnus-util.el (ns-focus-frame): Declare for compiler.
9312 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
9314 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9315 set as a group parameter.
9316 (gnus-summary-save-in-pipe): Work when it is called independently.
9317 (gnus-summary-pipe-to-muttprint): Don't modify
9318 gnus-summary-pipe-output-default-command.
9320 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9322 * message.el (message-send-mail-with-sendmail):
9323 Display the error message.
9325 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
9327 * gnus-art.el (gnus-default-article-saver):
9328 Add gnus-summary-save-in-pipe to choices.
9329 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9330 gnus-summary-pipe-output-default-command as the default command.
9331 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9332 instead of gnus-last-shell-command.
9334 * gnus-sum.el (gnus-summary-pipe-output-default-command):
9336 (gnus-summary-muttprint-program): Mention the value will be changed.
9337 (gnus-summary-save-article): Force showing of all headers.
9338 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9340 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
9342 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9344 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
9346 * nnimap.el (nnimap-id):
9347 * sieve-manage.el (sieve-manage-open): Doc fixes.
9349 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
9351 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9354 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9356 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9358 * nnkiboze.el (nnkiboze-generate-group):
9359 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9361 * nnmairix.el: Require CL.
9363 2008-06-15 David Engster <dengste@eml.cc>
9365 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9367 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
9369 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9370 New macros that expand to an `aset'/`aref' call under Emacs, and to a
9371 runtime choice under XEmacs.
9373 * gnus-sum.el (gnus-summary-set-display-table):
9374 Use `gnus-put-display-table', `gnus-get-display-table',
9375 `gnus-set-display-table' for the display table, instead of `aset'.
9377 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
9379 * nnmairix.el: Add autoloads.
9381 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
9383 * nnmairix.el (nnmairix-delete-recreate-group)
9384 (nnmairix-update-and-clear-marks): Fix error messages.
9386 2008-06-14 David Engster <dengste@eml.cc>
9388 * nnmairix.el: Upgrade to version 0.6.
9389 (nnmairix-group-toggle-propmarks-this-group)
9390 (nnmairix-group-toggle-readmarks-this-group)
9391 (nnmairix-group-delete-recreate-this-group)
9392 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9393 (nnmairix-remove-tick-mark-original-article): New commands.
9394 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9395 (nnmairix-propagate-marks-to-nnmairix-groups)
9396 (nnmairix-only-use-registry, nnmairix-allowfast-default)
9397 (nnmairix-marks-cache, nnmairix-version-output): New variables.
9398 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9399 functions needed for marks propagation and manipulation of read marks.
9400 (nnmairix-update-groups): New function.
9401 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9402 (nnmairix-determine-original-group-from-registry)
9403 (nnmairix-determine-original-group-from-path)
9404 (nnmairix-get-group-from-file-path, nnmairix-map-range)
9405 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9406 New helper functions.
9407 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9408 keystrokes for new commands.
9409 (nnmairix-delete-and-create-on-change): Doc string cleanup.
9410 (nnmairix-request-group): Check allow-fast group parameter.
9411 (nnmairix-request-create-group): Set allow-fast group parameter if
9412 nnmairix-allowfast-default is set.
9413 (nnmairix-close-group): Propagate marks upon closing if needed.
9414 (nnmairix-group-toggle-threads-this-group): Use new.
9415 nnmairix-group-toggle-parameter helper function.
9416 (nnmairix-search): Better check for empty search result.
9417 (nnmairix-goto-original-article): Use new helper functions for
9418 determining original article.
9419 (nnmairix-show-original-article): Make sure message-id is in brackets.
9420 (nnmairix-call-mairix-binary): Change variable name.
9421 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9423 (nnmairix-widget-toggle-activate): Fix doc string.
9425 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
9427 * nnir.el: Require edmacro when compiling with XEmacs.
9428 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9429 available in Emacs 21.
9431 2008-06-11 Glenn Morris <rgm@gnu.org>
9433 * gnus-util.el (x-focus-frame):
9434 * gnus.el (image-size):
9435 * mm-decode.el (image-size): Declare.
9437 * gnus-picon.el (declare-function): Add compat definition.
9438 (image-size): Declare.
9440 * gnus-group.el (tool-bar-map):
9441 * gnus-sum.el (tool-bar-map): Define for compiler.
9443 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9445 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9447 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9448 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9449 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9450 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9451 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9452 * sieve-manage.el, spam-report.el, spam.el:
9453 Remove unnecessary eval-and-compile of autoloads.
9455 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
9457 * auth-source.el: Precise Tramp doc.
9459 2008-06-07 Glenn Morris <rgm@gnu.org>
9461 * nnmairix.el: Remove unnecessary eval-when-compile.
9463 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
9465 * nnir.el: New file.
9467 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9469 * gnus-util.el (gnus-read-shell-command): New function.
9470 * mm-decode.el (mm-pipe-part):
9471 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9473 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
9475 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9477 2008-06-03 Glenn Morris <rgm@gnu.org>
9479 * pop3.el (nnheader-accept-process-output): Autoload it.
9481 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
9483 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9484 are not 2-digit hexadecimal characters that follow `%'s.
9486 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
9488 * message.el (message-bogus-recipient-p): Fix type in doc string.
9489 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9490 (message-bogus-addresses): Rename from message-bogus-address-regexp.
9491 Improve custom options.
9492 (message-bogus-recipient-p): Adjust accordingly.
9494 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
9496 * nnmairix.el: Require edmacro when compiling with XEmacs.
9498 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
9500 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9501 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9503 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
9505 * auth-source.el: Add more docs.
9507 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9509 * nnheader.el (nnheader-read-timeout): Change the default timeout from
9510 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
9511 retrieval faster in some cases, but might make CPU usage larger.
9512 If this has any bad side effects, we might revert this change.
9514 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9515 seems to make mail retrieval much, much faster.
9516 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9519 * gnus-draft.el (gnus-group-send-queue):
9520 Bind message-send-mail-partially-limit to nil to avoid being prompted.
9522 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
9524 * mml.el (mml-attach-buffer): Prompt for `disposition'.
9526 * message.el (message-bogus-address-regexp): Fix and improve custom
9528 (message-setup-hook): Add message-check-recipients as custom option.
9530 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
9532 * message.el (message-cite-function): Remove bogus autoload which crept
9533 in during merge from v5-10.
9535 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
9537 * nnimap.el (nnimap-open-connection): Fix login/password bug.
9539 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9541 * auth-source.el: Preliminary Tramp docs.
9542 (auth-sources): Change the default auth-sources to use
9545 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
9547 * nntp.el: Autoload `auth-source-user-or-password'.
9548 (nntp-send-authinfo): Use it.
9550 * nnimap.el: Autoload `auth-source-user-or-password'.
9551 (nnimap-open-connection): Use it.
9553 * auth-source.el: Add docs on using with url-auth. Import gnus-util
9554 for the gnus-message function.
9555 (auth-source-user-or-password): Use it.
9557 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9559 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9560 rfc2104-hexstring-to-byte-list. Return a unibyte string.
9561 (rfc2104-hash): Use it.
9563 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
9565 * gnus-art.el (gnus-article-toggle-truncate-lines):
9566 Don't use `iff' in docstring.
9568 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
9570 * gnus-registry.el: Adjusted copyright dates and added a keyword.
9572 * gnus-util.el (gnus-extract-address-component-name)
9573 (gnus-extract-address-component-email): Convenience functions around
9574 `gnus-extract-address-components'.
9576 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9577 Use `gnus-extract-address-component-email' to fix bug of comparing full
9578 sender name to `user-mail-address'.
9580 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
9582 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9583 catch/throw to optimize.
9584 (gnus-registry-find-keywords): Just use member to find a keyword.
9586 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9588 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9589 is current before calling gnus-server-prepare.
9590 (gnus-server-setup-buffer, gnus-server-update-server)
9591 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9593 2008-05-04 Juri Linkov <juri@jurta.org>
9595 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9596 (mailcap-file-default-commands): Use mailcap-replace-in-string
9597 instead of replace-regexp-in-string, and mailcap-delete-duplicates
9598 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
9600 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
9602 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9604 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9606 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9608 (gnus-update-read-articles): Speed up non-marks-using users.
9609 (gnus-use-marks): Define gnus-use-marks.
9610 (gnus-propagate-marks): Rename variable to something more sensible.
9612 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
9614 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9615 (gmm-image-load-path-for-library): Fix typos in docstrings.
9616 (gmm-message): Reflow docstring.
9618 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
9620 * mail-source.el (mail-source-set-1, mail-source-bind):
9621 Move auth-source code out of the macro to clean it up and fix bugs.
9623 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
9625 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9626 by sender if it's equal to user-mail-address, it's likely to be
9629 * mail-source.el (mail-source-bind): Don't use user or password if they
9630 are not bound. Unintern them if they are nil. Don't use server unless
9631 it's bound, and default it to empty string otherwise.
9633 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
9635 * mail-source.el: Load auth-source.el.
9636 (mail-source-bind): Add comments. Call auth-source-user-or-password to
9637 get user name or password, if auth-sources is set up.
9639 * gnus-registry.el (gnus-registry-split-strategy): New variable for
9640 strategy of splitting with parent.
9641 (gnus-registry-split-fancy-with-parent)
9642 (gnus-registry-post-process-groups): Use it and fix prior
9643 bug (returning a list as the split result).
9645 * auth-source.el (auth-sources): Remove server parameter.
9646 (auth-source-pick, auth-source-user-or-password)
9647 (auth-source-user-or-password-imap)
9648 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9649 (auth-source-user-or-password-sftp)
9650 (auth-source-user-or-password-smtp): Remove server parameter.
9652 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
9654 * smime.el (smime-sign-region, smime-encrypt-region)
9655 (smime-decrypt-region):
9656 Remove redundant calls to `generate-new-buffer-name'.
9658 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
9660 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9661 Don't use QP for message/rfc822.
9662 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9664 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9666 * sieve-manage.el (sieve-string-bytes): Remove.
9667 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9668 correct byte-length only if the process's coding-system is the same as
9669 the one used internally by Emacs to represent strings.
9671 2008-04-22 Juri Linkov <juri@jurta.org>
9673 * mailcap.el (mailcap-file-default-commands): New function.
9675 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
9677 * message.el (message-signature-separator, message-cite-function):
9678 Change custom version.
9680 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
9682 * mm-decode.el (mm-display-external): Make temp file read-only.
9684 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
9686 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9687 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
9690 2008-04-12 Adrian Aichner <adrian@xemacs.org>
9692 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9694 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
9696 * auth-source.el: Add docs.
9697 (auth-sources): Modify format to support server.
9698 (auth-source-pick, auth-source-user-or-password)
9699 (auth-source-user-or-password-imap)
9700 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9701 (auth-source-user-or-password-sftp)
9702 (auth-source-user-or-password-smtp): Add server parameter.
9704 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
9706 * gnus-registry.el: Initialize the registry when gnus-registry-install
9709 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
9711 * compface.el (uncompface): Make buffer unibyte.
9713 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
9715 * mail-source.el (mail-source-value):
9716 Prefer fboundp to functionp so it works with macros as well.
9718 2008-04-05 Glenn Morris <rgm@gnu.org>
9720 * gnus-ems.el (mm-disable-multibyte): Autoload it.
9722 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9724 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9725 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9727 * nnheader.el (nnheader-init-server-buffer): Change buffer's
9728 multibyteness after rather than before erasing it.
9730 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9732 (gnus-request-article-this-buffer): Make sure the proper decoding is
9733 used if gnus-original-article-buffer happens to be unibyte.
9735 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9736 default-enable-multibyte-characters.
9738 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9739 default-enable-multibyte-characters.
9741 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9743 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9745 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9747 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9748 Fix last change in case the element is not even a symbol.
9750 2008-04-02 Simon Josefsson <simon@josefsson.org>
9752 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9753 imap-enable-exchange-bug-workaround.
9754 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9756 2008-04-01 Simon Josefsson <simon@josefsson.org>
9758 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9759 a 100 byte status-checks into a 2-3MB transfer for each group.
9760 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9761 to enable bug workaround or not.
9762 (nnimap-find-minmax-uid): Only enable workaround conditionally.
9764 2008-03-31 Glenn Morris <rgm@gnu.org>
9766 * message.el (mml2015-use): Declare for compiler.
9767 (message-info): Require mml2015 when appropriate.
9769 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9771 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9772 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9773 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9774 (nntp-service-to-port): New function.
9775 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9776 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9777 (nntp-open-netcat-stream): New function.
9778 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9780 2008-03-29 Sven Joachim <svenjoac@gmx.de>
9782 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9784 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9786 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9788 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
9790 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9792 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
9794 * message.el (message-signature-separator): Change default.
9795 Improve custom type.
9796 (message-cite-function): Change default to
9797 message-cite-original-without-signature.
9799 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9802 * message.el (message-check-news-body-syntax): Fix signature check.
9803 (message-setup-1): Mark buffer as unmodified _after_ running
9804 message-setup-hook and handling message-alternative-emails.
9805 (message-shorten-references): Be more strict when building list of
9806 valid references to comply with GNKSA.
9808 * gnus-group.el (gnus-read-ephemeral-bug-group)
9809 (gnus-read-ephemeral-debian-bug-group)
9810 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9812 * message.el (message-info): Don't use booleanp which isn't supported
9813 in Emacs 21 and XEmacs.
9815 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
9817 * gnus-group.el (gnus-gmane-group-download-format): Rename from
9818 gnus-group-gmane-group-download-format.
9819 (gnus-group-read-ephemeral-gmane-group): Rename from
9820 gnus-group-read-ephemeral-gmane-group.
9821 (gnus-read-ephemeral-gmane-group-url): Rename from
9822 gnus-group-read-ephemeral-gmane-group-url.
9823 (gnus-bug-group-download-format-alist): New variable.
9824 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9825 (gnus-read-ephemeral-emacs-bug-group): New commands.
9827 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
9829 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9830 (gnus-visible-headers): Improve custom type.
9832 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
9834 * mml.el (mml-menu): Add workarounds for XEmacs.
9836 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9839 * message.el (message-simplify-recipients): Fix previous commit.
9841 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9843 * mm-util.el (mm-set-buffer-multibyte): New function.
9844 * mm-decode.el (mm-copy-to-buffer): Use it.
9846 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9847 Prefer fboundp to functionp so it works with macros as well.
9849 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
9851 * message.el (message-alter-recipients-discard-bogus-full-name):
9853 (message-alter-recipients-function): New variable.
9854 (message-get-reply-headers): Use it.
9855 (message-replace-header): New helper function.
9856 (message-recipients-without-full-name): New variable.
9857 (message-simplify-recipients): New command.
9859 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9861 * message.el (message-info): Handle EasyPG manual.
9863 * mml.el (mml-menu): Add entry for EasyPG.
9865 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
9867 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9870 * message.el (message-disassociate-draft): Specify drafts group name
9873 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
9875 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9876 Eliminate unnecessary duplicates from the match list.
9878 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
9880 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9881 args of `how-many' of which the XEmacs version doesn't take; declare
9882 Info-index-next as function.
9884 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
9886 * gnus-score.el (gnus-score-headers): Fix handling of
9887 gnus-inhibit-slow-scoring.
9889 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9891 (gnus-button-url-regexp): Improve handling of parenthesis.
9892 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9893 (gnus-button-handle-info-keystrokes): Handle index entries.
9895 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
9897 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9900 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
9902 * auth-source.el (auth-sources): Rename from auth-source-choices.
9903 (auth-source-pick): Use it.
9905 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
9907 * auth-source.el (auth-source-protocols)
9908 (auth-source-protocols-customize, auth-source-choices): Add and
9909 modified variable customizations and defaults.
9910 (auth-source-pick, auth-source-user-or-password)
9911 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9912 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9913 (auth-source-user-or-password-sftp)
9914 (auth-source-user-or-password-smtp): Use new variables and provide an
9915 interface to netrc.el.
9917 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
9919 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9920 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9921 Make sure the nntp port to specify is a string.
9923 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9925 * nntp.el: Use with-current-buffer.
9926 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9927 dubious mm-with-unibyte-current-buffer.
9928 (nntp-with-open-group-function): New function extracted from
9929 nntp-with-open-group macro.
9930 (nntp-with-open-group): Use the function, so it's easier to debug.
9931 Add indentation and debugging info.
9932 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9933 Recommend the use of the netcat alternatives.
9935 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9936 Avoid mm-string-as-multibyte as well.
9938 * nnweb.el (nnweb-insert-html):
9939 Remove use of nnheader-string-as-multibyte.
9941 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9942 (nnheader-string-as-multibyte): Remove.
9944 * mm-view.el: Use inhibit-read-only.
9945 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9946 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9949 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9950 (mm-uu-yenc-extract): Use with-current-buffer.
9952 * gnus-soup.el (gnus-soup-send-packet): Don't use
9953 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9955 * nnmh.el: Use with-current-buffer.
9956 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9957 mm-string-as-multibyte on the output of mm-encode-coding-string.
9959 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9960 (nnimap-request-move-article): Use with-current-buffer.
9962 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9963 inserting the handle-buffer's text, so the implicit multibyte->unibyte
9964 conversion uses string-make-unibyte rather than string-as-unibyte.
9966 * gnus-msg.el: Use with-current-buffer.
9968 * message.el (message-ignored-resent-headers): Add "Delivered-To".
9970 2008-03-10 Daiki Ueno <ueno@unixuser.org>
9972 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9973 string for caching if it is 'PIN.
9975 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
9977 * mail-source.el (mail-source-delete-old-incoming-confirm):
9978 Change default to nil.
9979 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9981 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
9983 * gnus-art.el (gnus-narrow-to-page): Position point properly.
9984 (gnus-article-goto-prev-page): Work for articles having ^L's.
9986 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9988 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9990 2008-03-07 Karl Fogel <kfogel@red-bean.com>
9992 * gnus-bookmark.el: Adjust for renames in bookmark.el.
9993 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9994 (gnus-bookmark-jump): Adjust some variable names.
9996 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
9998 * auth-source.el: New package.
9999 (auth-source-choices): Add customization entry point variable.
10001 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
10004 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
10006 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
10007 (gnus-registry-initialize, gnus-registry-install-p): Use it.
10008 (gnus-registry-install-shortcuts): Rename from
10009 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
10010 the `gnus-registry-mark-map' keymap dynamically from
10011 `gnus-registry-marks'. The generated functions update the summary line
10012 when a registry mark is added or deleted, and will call
10013 `gnus-registry-install-p' (see the comments in the code).
10014 (gnus-registry-user-format-function-M): Use concat intelligently.
10016 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
10017 the registry mark functions.
10019 2008-03-05 Glenn Morris <rgm@gnu.org>
10021 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
10022 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
10024 (top-level): No need to load own source when compiling.
10026 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
10028 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
10029 Suggested by <chris.anderton@zetnet.co.uk>.
10031 2008-03-04 Glenn Morris <rgm@gnu.org>
10033 * gnus-sum.el (top-level): No need to require gnus when compiling,
10034 since unconditionally required near start of file.
10035 (gnus-summary-display-while-building): Move definition before use.
10037 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
10039 * gnus-registry.el (gnus-registry-user-format-function-M):
10040 Add formatting function.
10042 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
10044 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
10046 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
10049 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
10051 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
10052 `where-is-internal' that returns a range of key sequences.
10054 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
10056 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
10058 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
10059 (gnus-summary-jump-to-group): Consider windows on other displayed
10060 frames as well. Similar changes might be needed elsewhere, but that's
10061 the one I've bumped into during my use.
10063 * nndoc.el (nndoc-oe-dbx-type-p):
10064 * gnus-msg.el (gnus-debug):
10065 * gnus-group.el (gnus-update-group-mark-positions):
10066 Use mm-string-to-multibyte.
10068 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
10070 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
10071 doesn't handle NotDashEscaped.
10073 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
10074 (mml-dnd-attach-options): Fix typo in custom choice.
10076 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10077 Change nndoc-article-type to mbox.
10078 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10080 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
10081 to nil, instead of html2text.
10083 * imap.el (imap-debug): Add `imap-ping-server'.
10085 * gnus-bookmark.el: Add FIXMEs.
10087 * message.el (message-form-letter-separator)
10088 (message-send-form-letter-delay): New variables.
10089 (message-send-form-letter): Use them. New command to send form
10090 letters. Requested by Uwe Siart.
10091 (message-send-mail-function): Doc fix. Add "Other" custom option.
10093 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
10095 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10098 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
10100 * gnus-registry.el (gnus-registry-marks): Add variable for
10101 customization of marks and their appearance.
10102 (gnus-registry-read-mark): Use it.
10103 (gnus-registry-do-marks): Add utility function to loop through
10104 `gnus-registry-marks'.
10105 (gnus-registry-install-shortcuts-and-menus): Add function to install
10106 shortcuts and menus.
10107 (gnus-registry-initialize): Use it.
10108 (gnus-registry-default-mark): Clarify documentation.
10110 2008-02-29 Glenn Morris <rgm@gnu.org>
10112 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10113 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10114 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10115 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10116 Change defcustom :version from 23.0 to 23.1.
10118 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
10120 * gnus-registry.el (gnus-registry-follow-group-p)
10121 (gnus-registry-post-process-groups): Add functions to aid registry
10122 splitting and improve logging. Clarify behavior in function
10124 (gnus-registry-split-fancy-with-parent): Use them.
10126 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
10128 * gnus-art.el: Use with-current-buffer.
10130 2008-02-27 David Engster <dengste@eml.cc>
10132 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10133 Express real group name in the response.
10135 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
10137 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10138 (nnmairix-last-server, nnmairix-current-server): Defvar them.
10139 (nnmairix-goto-original-article): Defvar gnus-registry-install and
10140 autoload gnus-registry-fetch-group when compiling.
10141 (nnmairix-request-group-with-article-number-correction):
10142 Remove unreferenced argument passed to nnmairix-call-backend.
10144 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
10146 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10147 (mm-uu-extract): Improve face for low color ttys.
10148 Reported by Sascha Wilde.
10150 2008-02-27 Glenn Morris <rgm@gnu.org>
10152 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10153 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10154 variables to defconsts. Convert comments to doc-strings.
10155 (nnmairix-last-server, nnmairix-current-server): Convert from free
10156 variables to defvars. Convert comments to doc-strings.
10157 (gnus-registry-fetch-group): Autoload.
10158 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10159 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10160 (nnmairix-widget-build-editable-fields): Use car cddr rather than
10162 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10163 nnmairix-request-group-with-article-number-correction call.
10164 (nnmairix-fast, nnmairix-group): New, less general names, for free
10165 variables passed from nnmairix-request-group to
10166 nnmairix-request-group-with-article-number-correction. Declare.
10167 (nnmairix-request-group-with-article-number-correction):
10168 Use nnmairix-fast, nnmairix-group rather than fast, group.
10170 2008-02-26 David Engster <dengste@eml.cc>
10172 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
10175 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
10177 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10178 instead of making an extra function call. Don't add the current group
10179 to articles only when they have the group. Use
10180 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10181 Reported by David <de_bb@arcor.de>.
10183 2008-02-24 Miles Bader <miles@gnu.org>
10185 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10186 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10187 (mm-find-mime-charset-region):
10188 * mm-bodies.el (mm-encode-body):
10189 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10191 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
10193 * mail-source.el (mail-source-delete-incoming): Change default.
10194 Supplement doc string.
10196 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10198 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
10200 * nnmail.el (nnmail-message-id-cache-file): Derive from
10201 `gnus-home-directory'.
10203 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
10205 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10206 Document negative prefix.
10208 * gnus-group.el (gnus-group-read-group): Document negative prefix.
10210 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10212 * message.el (message-unsent-separator): Add the Exim bounce
10215 2008-02-10 Daiki Ueno <ueno@unixuser.org>
10217 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10219 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10220 recipient/signer list.
10222 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
10224 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10225 fbound (Emacs 23 unicode), signal an error.
10227 2008-02-08 Glenn Morris <rgm@gnu.org>
10229 * gnus-art.el (pgg-display-output-buffer): Declare as function.
10231 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
10233 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10234 ports to the calls to `netrc-machine-user-or-password' in addition to
10235 "imap" and "imaps".
10237 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
10239 * gnus.el (gnus-group-startup-message): Add `find-image' call before
10240 image-load-path is let-bound. Reported by Harald Hanche-Olsen
10241 <hanche@math.ntnu.no>.
10243 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
10245 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10247 2008-02-01 Zhang Wei <id.brep@gmail.com>
10249 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10251 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10253 2008-02-01 Miles Bader <miles@gnu.org>
10255 * mml.el (mml-parse-1): Remove apparently vestigial use of
10256 `mm-hack-charsets'.
10257 * mm-bodies.el (mm-encode-body): Likewise.
10259 2008-02-01 Kenichi Handa <handa@m17n.org>
10261 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10262 rfc2104-hexstring-to-bitstring and changed to return a byte list.
10263 (rfc2104-hash): Convert the result of concat to unibyte string.
10265 2008-02-01 Dave Love <fx@gnu.org>
10267 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10268 coding-system-for-read.
10269 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10271 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10272 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
10273 (mm-find-mime-charset-region): Remove hack-charsets stuff.
10275 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
10277 * mail-source.el (mail-sources): Add `group' choice.
10279 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10280 parameter `in-group' to control into which group the articles go.
10281 Add treatment of `group' mail-source.
10283 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
10285 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10286 * message.el (message-beginning-of-line): Use featurep instead of bound
10287 tests in order to resolve conditionals at compile time.
10289 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
10291 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10293 * mm-decode.el (mm-dissect-buffer): Decode description.
10295 * mml.el (mml-to-mime): Encode message header first.
10297 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
10299 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10300 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10302 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
10304 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10306 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
10308 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10310 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10311 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10314 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
10316 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10317 Add new variables for article mark management.
10318 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10319 list of extra data entries which, when present, will indicate that the
10320 article ID should not be trimmed from the registry.
10321 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10323 (gnus-registry-read-mark): New function to read a mark name from the
10325 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10326 (gnus-registry-set-article-mark-internal): New functions to add and
10328 (gnus-registry-get-article-marks): New function to show the marks for
10329 an article, or retrieve them for further use.
10331 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
10333 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10334 keys when no argument is given.
10336 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
10338 * gnus-sum.el (gnus-article-sort-by-random)
10339 (gnus-thread-sort-by-random): Fix doc strings.
10340 Reported by jidanni@jidanni.org.
10342 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
10344 * gnus-art.el (gnus-article-describe-bindings): New function.
10345 (gnus-article-read-summary-keys): Use it.
10346 (gnus-article-mode-map): Bind `C-h b' to it.
10348 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
10350 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10352 (gnus-article-describe-key, gnus-article-describe-key-briefly):
10353 Protect against non-character events.
10355 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
10357 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10359 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10360 instead of END. Change name of the temp file.
10361 (gnus-group-gmane-group-download-format): Add doc string. Make it
10364 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
10366 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10367 bind `S W' to gnus-article-wide-reply-with-original; set default
10368 binding to gnus-article-read-summary-send-keys.
10369 (gnus-article-read-summary-keys): Fix the order of keys; display
10370 continuation keys correctly in the echo area; describe bindings
10371 correctly when keys end with `C-h'.
10372 (gnus-article-read-summary-send-keys): New function.
10373 (gnus-article-describe-key, gnus-article-describe-key-briefly):
10374 Work for gnus-article-read-summary-send-keys; display continuation keys
10375 correctly in the echo area.
10376 (gnus-article-reply-with-original): Ignore prefix argument.
10377 (gnus-article-wide-reply-with-original): New function.
10379 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
10381 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10382 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10384 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
10386 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10387 (gnus-group-read-ephemeral-gmane-group): New command.
10389 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10391 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10393 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
10395 * message.el (message-send-mail-function): Increase custom version.
10397 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10398 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
10400 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
10402 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10403 html parts correctly; support forwarded messages.
10404 (gnus-article-browse-html-article): Remove work buffers.
10406 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10408 (netrc-bound-and-true-p): New macro.
10409 (netrc-parse): Use it instead of bound-and-true-p that is not available
10412 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
10414 * gnus-registry.el (gnus-registry-mark-article)
10415 (gnus-registry-article-marks): Add functionality to mark articles
10416 through the Gnus registry.
10418 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10419 (netrc-parse): Use encrypt-file-alist to determine if
10420 encrypt-find-model or encrypt-insert-file-contents should be used.
10422 2007-12-19 Glenn Morris <rgm@gnu.org>
10424 * mml.el (message-options-set, message-narrow-to-head)
10425 (message-in-body-p, message-mail-p, message-encode-message-body):
10427 (message-remove-header, message-narrow-to-headers-or-head)
10428 (message-subscribed-p, message-make-mail-followup-to)
10429 (message-position-on-field, message-news-p)
10430 (message-options-set-recipient, message-generate-headers)
10431 (message-sort-headers): Declare as functions.
10433 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
10435 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10436 convention in doc string.
10438 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
10440 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10441 title to html parts.
10442 (gnus-article-browse-html-article): Pass message header to it.
10444 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10446 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
10448 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10449 or password compatible with XEmacs.
10451 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
10453 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10455 (gnus-mime-delete-part): Don't write description line if empty.
10456 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10458 2007-12-14 Johan Bockgård <bojohan@gnu.org>
10460 * gnus-sum.el (gnus-summary-mark-unread-as-read)
10461 (gnus-summary-mark-read-and-unread-as-read)
10462 (gnus-summary-mark-current-read-and-unread-as-read)
10463 (gnus-summary-mark-unread-as-ticked): Doc fix.
10464 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10466 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
10468 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10469 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10471 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
10473 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10476 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
10478 * mm-decode.el (mm-add-meta-html-tag): New function.
10479 (mm-save-part-to-file, mm-pipe-part): Use it.
10481 * gnus-art.el (gnus-article-browse-delete-temp-files):
10482 Use gnus-y-or-n-p instead of y-or-n-p.
10483 (gnus-article-browse-html-parts): Work with message/external-body; use
10484 mm-add-meta-html-tag.
10486 2007-12-11 Glenn Morris <rgm@gnu.org>
10488 * gnus-cache.el: Require gnus-sum not just when compiling.
10490 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10492 * gnus-int.el (gnus-server-opened, gnus-status-message):
10493 Move definitions before use.
10495 * mm-decode.el: Require gnus-util.
10496 (mm-remove-part): Only call delete-annotation on XEmacs.
10498 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10500 * nnmail.el: Require gnus-int.
10502 * spam.el: Move `require's before `eval-when-compile's.
10504 * gnus-ems.el (gnus-alive-p):
10505 * gnus-fun.el (message-goto-eoh):
10506 * gnus-util.el (gnus-group-name-decode):
10507 * mail-source.el (gnus-compress-sequence):
10508 * message.el (Info-goto-node, format-spec):
10509 * mm-bodies.el (message-options-get):
10510 * mm-decode.el (mm-view-pkcs7):
10511 * mm-util.el (gmm-write-region):
10512 * mml-smime.el (mml-compute-boundary)
10513 (gnus-completing-read-with-default):
10514 * mml.el (widget-button-press, gnus-make-hashtable):
10515 * mml1991.el (mm-decode-content-transfer-encoding)
10516 (mm-encode-content-transfer-encoding)
10517 (message-options-get, message-options-set):
10518 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10519 * nnfolder.el (gnus-request-group):
10520 * nnheader.el (ietf-drums-unfold-fws):
10521 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10522 * smime.el (gnus-run-mode-hooks):
10523 * spam-stat.el (gnus-message): Autoload.
10525 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10526 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10527 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10528 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10529 Add declare-function compatibility definition.
10531 * gnus-cache.el (nnvirtual-find-group-art):
10532 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10533 (gnus-add-image, gnus-add-wash-type):
10534 * gnus-group.el (nnkiboze-score-file):
10535 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10536 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10537 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10538 (message-tokenize-header, gnus-get-buffer-create)
10539 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10540 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10541 * gnus.el (gnus-group-decoded-name):
10542 * mail-source.el (imap-capability):
10543 * mm-bodies.el (message-options-set):
10544 * mm-decode.el (gnus-configure-windows):
10545 * mm-extern.el (message-goto-body):
10546 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10547 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10548 (epg-sub-key-validity, message-options-set):
10549 * mml.el (widget-event-point, gnus-configure-windows):
10550 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10551 * mml2015.el (epg-check-configuration, epg-configuration)
10552 (message-options-set):
10553 * nndb.el (nndb-request-article):
10554 * nnfolder.el (gnus-request-create-group):
10555 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10556 * nnmaildir.el (gnus-group-mark-article-read):
10557 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10558 * rfc1843.el (message-fetch-field):
10559 * spam.el (gnus-extract-address-components):
10560 Declare as functions.
10562 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
10564 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10566 2007-12-09 Glenn Morris <rgm@gnu.org>
10568 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10570 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10571 * message.el, mm-view.el, sieve-manage.el, smime.el:
10572 Add declare-function compatibility definition.
10574 * gnus-art.el (w3-region, w3m-region, Info-menu):
10575 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10576 * gnus-sum.el (gnus-get-predicate):
10577 * gnus-util.el (mm-append-to-file, w32-focus-frame):
10578 * message.el (mail-abbrev-in-expansion-header-p):
10579 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10580 (w3m-detect-meta-charset, w3m-region):
10581 * sieve-manage.el (password-read, password-cache-add)
10582 (password-cache-remove):
10583 * smime.el (password-read-and-add): Declare as functions.
10585 2007-12-08 David Kastrup <dak@gnu.org>
10587 * gnus-sum.el (gnus-summary-simplify-subject-query):
10588 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10591 2007-12-07 Glenn Morris <rgm@gnu.org>
10593 * gnus-art.el (article-make-date-line): Revert previous change.
10595 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
10597 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10599 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
10601 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10602 Call gnus-add-to-range ranges only once with a prepared article-list.
10604 2007-12-06 Paul Jarc <prj@po.cwru.edu>
10606 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10607 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10608 group names with backslashes.
10609 Reported by Tassilo Horn <tassilo@member.fsf.org>.
10611 2007-12-06 Deepak Goel <deego3@gmail.com>
10613 * gnus-art.el (article-make-date-line):
10614 * gnus-start.el (gnus-load):
10615 * pop3.el (pop3-read-response): Fix buggy call to `error'.
10617 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
10619 * gnus-art.el (gnus-use-idna):
10620 * gnus-start.el (gnus-site-init-file):
10621 * message.el (message-use-idna):
10622 * mm-uu.el (mm-uu-hide-markers):
10623 * smiley.el (smiley-style): Revert changes that suppress warnings.
10625 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
10627 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10628 specify charset to html source.
10629 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10631 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
10633 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10634 idna-program in order to suppress byte compile warning issued by XEmacs
10635 that came to byte compile the default value section of defcustom forms
10638 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10639 value of installation-directory.
10641 * message.el (message-use-idna): Don't directly refer to the value of
10644 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10646 * smiley.el (smiley-style): Don't directly call face-attribute.
10648 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
10650 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10652 * gnus-dired.el: Reduce Gnus dependencies.
10653 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10654 Don't require. Use autoloads instead.
10655 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10656 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10657 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10658 (gnus-dired-mode): Adjust doc string.
10659 (gnus-dired-mail-mode): New variable.
10660 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10661 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10662 (gnus-dired-mail-buffers): New function. Return mail or message
10663 composition buffers.
10664 (gnus-dired-attach): Use it.
10665 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10667 (gnus-dired-print): Use `gnus-print-buffer' depending on
10668 `gnus-dired-mail-mode'.
10670 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
10672 * rfc2047.el (rfc2047-encoded-word-regexp)
10673 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10674 explaining what regexp patterns are for.
10676 2007-12-04 Glenn Morris <rgm@gnu.org>
10678 * password.el: Move to ../password-cache.el.
10680 * mml1991.el (password-read, password-cache-add, password-cache-remove):
10681 * mml2015.el (password-read, password-cache-add, password-cache-remove):
10682 * mml-smime.el (password-read, password-cache-add)
10683 (password-cache-remove):
10684 No need to autoload, since mml-sec requires password.
10686 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10687 * message.el (gnus-extract-address-components):
10688 * mml-smime.el (gnus-extract-address-components): Define for compiler.
10690 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10693 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
10695 * mailcap.el: Reduce dependencies.
10696 (mail-header-parse-content-type): Autoload.
10697 (mailcap-delete-duplicates): New alias.
10698 (mailcap-mime-info): Add optional argument NO-DECODE.
10699 (mailcap-mime-types): Use mailcap-delete-duplicates.
10701 * message.el (message-ignored-supersedes-headers): Add "X-ID".
10703 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10705 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10708 * gnus-uu.el (gnus-uu-decode-yenc): New command.
10709 (gnus-uu-yenc-article): New function.
10711 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10713 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10715 2007-12-02 Glenn Morris <rgm@gnu.org>
10717 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
10720 * binhex.el, uudecode.el: Move to ../mail.
10722 * encrypt.el: Remove file.
10724 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
10726 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10727 matches on patches.
10729 * gnus-art.el (gnus-article-browse-html-article):
10730 Mention `mm-text-html-renderer' in the doc string.
10732 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10733 string. Add comments.
10735 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10738 2007-12-01 Glenn Morris <rgm@gnu.org>
10740 * dig.el, dns.el: Move to ../net.
10741 * format-spec.el, hex-util.el, sha1.el: Move to ../.
10743 * mail-source.el (top-level): Require format-spec before
10746 2007-11-30 Glenn Morris <rgm@gnu.org>
10748 * encrypt.el: Require password, rather than autoloading password-read.
10750 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
10752 * gnus.el (gnus-method-to-server): Add an optional parameter so the
10753 caller can indicate whether the cache should be disregarded for this
10754 call. This way the result of the call is reproducible at all times and
10755 can be considered a canonical server name for the supplied method.
10756 (gnus-agent-method-p): Canonicalize server names by pushing their
10757 method through `gnus-method-to-server' using the no-cache argument.
10759 * gnus-srvr.el (gnus-server-insert-server-line):
10760 Call `gnus-method-to-server' with `no-cache' argument.
10762 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10763 gnus-agent-possibly-synchronize-flags as this should be called when the
10764 server is actually being opened.
10765 (gnus-agent-possibly-synchronize-flags)
10766 (gnus-agent-possibly-synchronize-flags-server): Move check for the
10767 flags file of an agentized server to the latter function.
10769 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10770 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10771 after a connection has been established successfully.
10773 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
10775 * gnus-art.el (article-display-face): Force to display face if called
10776 interactively; check if gnus-article-x-face-too-ugly matches author.
10777 (article-display-x-face): Display face even if From header is missing
10778 as article-display-face does.
10780 2007-11-28 Richard Stallman <rms@gnu.org>
10782 * md4.el: Move to ../.
10783 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
10785 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
10787 * mail-source.el (mail-sources): Default to fetch from file for
10788 compatibility with default of nnmail-spool-file.
10790 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
10792 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10793 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10794 to look for encoded word that should be encoded again.
10795 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10796 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10798 (rfc2047-decode-region): Switch strict regexp and loose one according
10799 to rfc2047-allow-irregular-q-encoded-words.
10801 2007-11-26 Simon Josefsson <simon@josefsson.org>
10803 * imap.el: Move to ../net directory.
10805 2007-11-25 Romain Francoise <romain@orebokech.com>
10807 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10809 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
10811 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10812 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10814 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10815 `nnmail-spool-file'.
10817 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10818 `nnmail-spool-file'.
10820 * gnus-move.el (gnus-change-server): Ditto.
10822 * gnus-kill.el (gnus-batch-score): Ditto.
10824 * gnus-cache.el (gnus-jog-cache): Ditto.
10826 * gnus-msg.el (gnus-summary-reply):
10827 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10829 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
10831 * gnus-cache.el (gnus-cache-generate-nov-databases):
10832 Use nnml-generate-nov-databases-directory instead of
10833 nnml-generate-nov-databases-1.
10835 2007-11-24 Glenn Morris <rgm@gnu.org>
10837 * message.el (message-tool-bar-retro): Update for rename
10838 mail_send.xpm->mail-send.xpm.
10840 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10842 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10843 `smime-ldap-search' for Emacs 22 and up.
10845 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10847 * hashcash.el: Move to ../mail directory.
10849 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
10851 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10852 `smime-ldap-search' for Emacs 22 and up.
10854 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10856 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10858 * message.el (message-send-mail-function): Fix error convention.
10859 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10860 (message-widen-reply, message-send-mail, message-talkative-question)
10861 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10862 (message-clone-locals, message-send-news): Use with-current-buffer.
10863 (message-insert-or-toggle-importance): Remove unused var `valid'.
10864 (message-make-references): Remove unused var `new-references'.
10865 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10867 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
10869 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10870 (spam-split-symbolic-return-positive): Reflow docstring.
10871 (spam-backends, spam-summary-exit-behavior)
10872 (spam-mark-ham-unread-before-move-from-spam-group)
10873 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10874 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10875 (spam-clear-cache, spam-backend-check, spam-install-backend)
10876 (spam-install-statistical-backend, spam-list-of-processors)
10877 (spam-group-processor-p, spam-split, spam-bogofilter-score)
10878 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10879 (spam-check-crm114, spam-initialize, spam-unload-hook):
10880 Fix typos in docstrings.
10882 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
10884 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10885 been checked if they have never been read and those group levels are
10886 higher than the one that a user specified.
10888 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
10890 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10891 foreign groups unless a group level is specified by a user.
10892 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10894 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
10896 * message.el (message-send-mail-function): Require sendmail.
10898 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
10900 * message.el (message-send-mail-function): Check for smtpmail too.
10902 * utf7.el (utf7-encode, utf7-decode): Use coding system
10903 `utf-7'/`utf-7-imap' from utf-7.el' if available.
10905 * message.el (message-send-mail-function): New function.
10906 (message-send-mail-function): Set default using
10907 message-send-mail-function. Adjust doc string.
10908 (message-send-mail-with-mailclient): New function.
10910 2007-11-17 Richard Stallman <rms@gnu.org>
10912 * assistant.el: Remove file.
10914 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10917 * rfc2047.el (message-posting-charset):
10918 * qp.el (mm-use-ultra-safe-encoding):
10919 * pop3.el (parse-time-months):
10920 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10922 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10923 (jka-compr-compression-info-list, ange-ftp-path-format)
10925 * nndiary.el (files):
10926 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10927 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10928 (epg-digest-algorithm-alist, inhibit-redisplay)
10929 (password-cache-expiry):
10930 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10931 (pgg-output-buffer, password-cache-expiry):
10932 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10934 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10935 (inhibit-redisplay):
10936 * mm-uu.el (file-name, start-point, end-point, entry)
10937 (gnus-newsgroup-name, gnus-newsgroup-charset):
10938 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10939 (latin-unity-ucs-list):
10940 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10941 (mm-uu-binhex-decode-function):
10942 * message.el (gnus-message-group-art, gnus-list-identifiers)
10943 (rmail-enable-mime-composing, gnus-local-organization)
10944 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10945 (gnus-read-active-file, facemenu-add-face-function)
10946 (facemenu-remove-face-function, gnus-article-decoded-p)
10948 * mail-source.el (display-time-mail-function):
10949 * gnus-util.el (nnmail-pathname-coding-system)
10950 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10951 (gnus-original-article-buffer, gnus-user-agent)
10952 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10953 (xemacs-codename, sxemacs-codename, emacs-program-version):
10954 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10955 * gnus-start.el (gnus-agent-covered-methods)
10956 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10957 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10958 (gnus-newsgroup-headers, gnus-group-list-mode)
10959 (gnus-group-mark-positions, gnus-newsgroup-data)
10960 (gnus-newsgroup-unreads, nnoo-state-alist)
10961 (gnus-current-select-method, mail-sources)
10962 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10963 (nnmail-spool-file, gnus-cache-active-hashtb):
10964 * gnus-mh.el (mh-lib-progs):
10965 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10966 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10967 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10968 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10969 (gnus-group-buffer):
10970 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10971 (font-lock-set-defaults):
10972 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10973 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10974 (gnus-summary-post-menu, total-parts, type, condition, length):
10975 * gnus-agent.el (gnus-agent-read-agentview):
10976 * flow-fill.el (show-trailing-whitespace):
10977 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10978 eval-and-compile wrappers for byte compiler pacifiers.
10980 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10981 (mm-display-inline-fontify): Check for featurep 'xemacs not
10984 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10986 (mm-create-image-xemacs): Only do something for XEmacs.
10987 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10989 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10991 * gnus-registry.el (gnus-adaptive-word-syntax-table):
10992 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10994 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
10996 * nnimap.el (nnimap-split-download-body):
10997 * gnus-demon.el (gnus-demon):
10998 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
11000 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
11002 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11004 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11005 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11006 copy data from unibyte buffer to multibyte current buffer.
11007 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11008 to copy data from unibyte current buffer to multibyte buffer.
11009 (nntp-make-process-buffer): Make process buffer unibyte.
11011 * pop3.el (pop3-open-server): Fix typo in Lisp code.
11013 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
11015 * pop3.el (pop3-open-server): Accept and process data more robustly at
11016 connection start to avoid spurious "POP SSL connection failed" errors.
11018 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11020 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11023 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
11025 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11027 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
11029 * nnmail.el (nnmail-parse-active): Make group names unibyte.
11030 (nnmail-save-active): Use a unibyte buffer when saving active file,
11031 which may contain non-ASCII group names.
11033 * nnml.el (nnml-request-group): Decode group names in messages.
11035 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
11037 * message.el (message-citation-line-function)
11038 (message-insert-formatted-citation-line): Fix spelling of
11039 `message-insert-formated-citation-line'.
11041 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
11043 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11045 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
11047 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11048 nnmail-pathname-coding-system.
11050 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11051 that a user enters; decode group names in messages.
11053 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11055 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
11057 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11059 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11061 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11062 risky local variable.
11064 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11066 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
11068 * encrypt.el: Improve documentation to fix function name typo.
11069 Reported by Daiki Ueno <ueno@unixuser.org>.
11071 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
11073 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11074 even if the point is not in the last page of an article.
11075 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11076 back to the previous page.
11078 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
11080 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11082 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
11084 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11086 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
11088 * message.el (message-check-news-body-syntax):
11089 Avoid mm-string-as-multibyte.
11090 (message-hide-headers): Don't assume (point-min)==1.
11092 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11094 * message.el (message-remove-blank-cited-lines): Fix if remove is
11096 (message-bogus-address-regexp): New variable.
11097 (message-bogus-recipient-p): New function.
11098 (message-check-recipients): New command.
11099 (message-syntax-checks): Add `bogus-recipient'.
11100 (message-fix-before-sending): Add `bogus-recipient'.
11102 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11103 (gnus-treat-body-boundary): Don't test window-system.
11105 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
11107 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11109 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11111 * gnus.el: Bump version to Gnus v5.13.
11113 2007-10-28 Miles Bader <miles@gnu.org>
11115 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11116 at compile-time too.
11118 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
11120 * gnus-msg.el (gnus-message-setup-hook):
11121 Add `message-remove-blank-cited-lines' to options.
11123 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11125 * message.el (message-remove-blank-cited-lines): New function.
11126 Suggested by Karl Plästerer.
11128 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
11130 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11133 * imap.el (imap-open): Replace mapcar called for effect with mapc.
11134 (top-level): Use mapc to set functions to be traced for debugging.
11136 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11137 called for effect with while loop.
11139 * message.el (message-talkative-question): Replace mapcar called for
11142 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11143 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11144 called for effect with dolist.
11146 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11148 * nndiary.el: Use dolist instead of mapcar to add diary headers to
11149 gnus-extra-headers and nnmail-extra-headers.
11151 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11152 called for effect with dolist.
11153 (top-level): Use mapc to set functions to be traced for debugging.
11155 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11156 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11159 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11160 Replace mapcar called for effect with mapc.
11161 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11162 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11163 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11164 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11166 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11167 remove-if that's a cl function.
11169 * webmail.el (webmail-debug): Replace mapcar called for effect with
11172 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
11174 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11175 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11178 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11179 functions from article-* functions.
11180 (gnus-multi-decode-header): Replace mapcar called for effect with
11183 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11184 (gnus-bookmark-show-details): Replace mapcar called for effect with
11187 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11188 called for effect with while loop.
11190 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11193 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11194 Replace mapcar called for effect with dolist.
11196 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11198 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11199 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11200 Replace mapcar called for effect with dolist.
11201 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11204 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11205 Replace mapcar called for effect with dolist.
11206 (gnus-topic-list): Replace mapcar called for effect with mapc.
11208 * gnus.el: Use mapc instead of mapcar to add autoloads.
11210 2007-10-23 Richard Stallman <rms@gnu.org>
11212 * gnus-group.el (gnus-group-highlight): Mark as risky.
11214 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
11216 * gnus.el (gnus-server-to-method): Return method found first in
11219 * gnus-art.el (gnus-article-highlight-signature)
11220 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11221 button overlay without the front stickiness.
11223 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
11225 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11226 overview buffer needed a catch to receive its throw.
11227 (gnus-agent-flush-cache): Declare as interactive to make this function
11230 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
11232 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11235 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
11237 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11238 exclude address matching message-dont-reply-to-names.
11240 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
11242 * gnus-util.el (gnus-string<): New function.
11244 * gnus-sum.el (gnus-article-sort-by-author)
11245 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11247 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
11249 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11250 the frame-focus tag is set in gnus-buffer-configuration.
11252 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
11254 * gnus-art.el (gnus-article-add-button): Make a button overlay without
11255 the front stickiness.
11257 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
11259 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11260 url pattern; remove duplicate one.
11261 (gnus-article-extend-url-button): New function.
11262 (gnus-article-add-buttons): Use it.
11263 (gnus-button-push): Use concatenated url that it makes.
11265 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
11267 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11268 (sieve-manage-open): Use `mapc' instead of `mapcar'.
11270 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11272 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11273 Don't hardcode point-min==1.
11275 2007-09-30 David Kastrup <dak@gnu.org>
11277 * gnus-art.el (gnus-article-reply-with-original)
11278 (gnus-article-followup-with-original): When `transient-mark-mode' is
11279 off, refrain from active-region behavior for followups.
11281 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
11283 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11284 Fix comment about "iso8859-1".
11286 2007-10-08 Daiki Ueno <ueno@unixuser.org>
11288 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11289 ones returned from the verify-function.
11291 * mm-uu.el (mm-uu-pgp-signed-extract-1):
11292 Call mml2015-extract-cleartext-signature if extraction failed.
11294 2007-10-07 Daiki Ueno <ueno@unixuser.org>
11296 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11297 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11300 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11302 * Relicense "GPLv2 or later" files to "GPLv3 or later".
11304 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
11306 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11307 to mark a thread as expirable. Add variable `hide' to handle hiding of
11308 thread for both the null and zero (kill/expire thread) universal prefix
11310 (gnus-summary-expire-thread): Add new function to expire a thread,
11311 using gnus-summary-kill-thread.
11312 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11313 shortcuts for gnus-summary-expire-thread.
11314 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11315 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
11317 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
11319 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11320 extras value, so an extras entry can be deleted.
11321 (gnus-registry-delete-extra-entry): Use it.
11322 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11323 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11324 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11325 storage through the gnus-registry, and provide an appropriate API for
11328 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
11330 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11331 Suggested by Leo <sdl.web@gmail.com>.
11335 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
11337 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11338 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
11340 * gnus-agent.el (gnus-agent-fetch-headers): Do.
11342 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11343 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11345 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
11347 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11349 (nnmbox-request-accept-article): Don't change article in source buffer;
11350 narrow to header to use message-fetch-field rather than
11351 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11352 (nnmbox-request-replace-article): Quote lines that'll be misidentified
11353 as delimiters; make sure article ends with newline.
11354 (nnmbox-delete-mail): Correct last position of article to be deleted;
11355 ignore X-Gnus-Newsgroup header in article body.
11356 (nnmbox-save-mail): Quote lines looking like delimiters at the right
11357 positions; make sure article ends with newline.
11359 * message.el (message-display-abbrev): Don't infloop when a user
11360 inserts SPC in the beginning of header.
11362 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
11364 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11365 list of groups not followed by default. Fix type to be regexp.
11366 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11368 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
11370 * hmac-def.el (define-hmac-function): Switch from old-style to
11371 new-style backquotes.
11373 * md4.el (md4-make-step): Likewise.
11375 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
11377 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11378 raw-text coding system when saving .newsrc file, which may contain
11379 non-ASCII group names.
11381 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
11383 * gnus-cus.el (gnus-score-extra): New widget.
11384 (gnus-score-extra-convert): New function.
11385 (gnus-score-customize): Use it for Extra.
11387 2007-08-31 Daiki Ueno <ueno@unixuser.org>
11389 * mml2015.el (mml2015-extract-cleartext-signature): New function.
11390 (mml2015-mailcrypt-clear-verify): Use it.
11391 (mml2015-gpg-clear-verify): Use it.
11392 (mml2015-pgg-clear-verify): Use it.
11393 (mml2015-epg-clear-verify): Replace the current part with the output
11394 from GnuPG; don't extract the plaintext by itself.
11396 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11397 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11398 mml2015-clear-verify-function; don't touch the armor headers or
11399 dash-escaped text here.
11401 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
11403 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11404 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11405 parts, or application/octet-stream as a last resort.
11406 (gnus-mime-view-part-as-type): Don't toggle display.
11407 (gnus-mime-view-part-as-charset): Don't turn off display before
11410 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11411 stuff to undisplayer function in Emacs.
11412 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11414 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11415 text/calendar parts.
11417 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
11419 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11420 decoding text/calendar parts.
11422 * message.el (message-forward-make-body-mime): Always mark body as
11423 having no illegible text; remove signed-or-encrypted argument.
11424 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11426 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11427 (mml-generate-mime-1): Don't encode body if it is specified to be in
11428 raw form; don't make buffer be unibyte when inserting multibyte string.
11430 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11432 * sha1.el: Fix up comment style.
11433 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11434 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11436 * hex-util.el: Fix up comment style.
11437 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11439 * gnus-salt.el: Use with-current-buffer.
11440 (gnus-pick-setup-message): Fix long-standing typo.
11442 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
11444 * imap.el (imap-logout-timeout): New variable.
11445 (imap-logout, imap-logout-wait): New functions.
11446 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11448 * nnimap.el (nnimap-logout-timeout): New server variable.
11449 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11450 nnimap-logout-timeout.
11452 * gnus-art.el (gnus-article-summary-command-nosave)
11453 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11455 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
11457 * gnus.el (gnus-maximum-newsgroup): New variable.
11459 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11460 according to gnus-maximum-newsgroup.
11462 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11463 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11464 Limit the range of articles according to gnus-maximum-newsgroup.
11466 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
11468 * gnus-art.el (gnus-sticky-article): Fix problems described in
11469 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
11470 Don't perform gnus-configure-windows here; reuse existing sticky
11473 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11474 it doesn't exist in gnus-article-mode.
11476 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
11478 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11479 (gnus-agent-decoded-group-name): New function.
11480 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11481 (gnus-agent-expire-group-1): Use it; decode group name in messages.
11483 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
11485 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11486 Add binding for gnus-sticky-article.
11487 (gnus-summary-exit): Don't kill sticky article buffers.
11489 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11491 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11492 (gnus-kill-sticky-article-buffers): New commands.
11494 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
11496 * nntp.el (nntp-xref-number-is-evil): New server variable.
11497 (nntp-find-group-and-number): If it is non-nil, don't trust article
11498 numbers in the Xref header.
11500 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11502 * gnus-agent.el (gnus-agent-read-group): New function.
11503 (gnus-agent-flush-group, gnus-agent-expire-group)
11504 (gnus-agent-regenerate-group): Use it.
11505 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11506 nnmail-pathname-coding-system.
11508 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
11510 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11512 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11513 that are unread as unread, and also as selected so that information of
11514 marks having been changed by a user may be updated when exiting group.
11516 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
11518 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11520 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
11522 * gnus-art.el (gnus-mime-display-single): Pass part number that is
11523 calculated ignoring signature parts to gnus-treat-article.
11525 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
11527 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11528 a point here in order to keep the window start.
11529 (gnus-insert-mime-security-button): Make a button overlay without the
11531 (gnus-mime-display-security): Goto the end of a button.
11533 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11535 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
11537 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11538 group-name-at-point.
11539 (gnus-group-completing-read): New function that offers decoded
11540 non-ASCII group names for completion.
11541 (gnus-fetch-group, gnus-group-read-ephemeral-group)
11542 (gnus-group-jump-to-group, gnus-group-make-group-simple)
11543 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11544 (gnus-group-fetch-control): Use it.
11545 (gnus-fetch-group): Use group-name-at-point for the initial value
11546 rather than the default value; use gnus-alive-p.
11548 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11549 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11550 (gnus-summary-post-news): Use gnus-group-completing-read.
11552 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11553 (gnus-read-move-group-name): Decode group name for completion.
11555 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
11557 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11558 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11559 Yamaoka slightly modified the code).
11561 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
11563 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11564 (nnmail-split-incoming): Bind it.
11566 * nnml.el (nnml-group-name-charset): New function.
11567 (nnml-decoded-group-name): Use it; don't decode group name if
11568 nnmail-group-names-not-encoded-p is non-nil.
11569 (nnml-encoded-group-name): New function.
11570 (nnml-group-pathname): Inline nnml-decoded-group-name.
11571 (nnml-request-expire-articles): Decode group name in message.
11572 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11573 nnmail-pathname-coding-system.
11574 (nnml-save-mail, nnml-active-number): Work with decoded group names and
11575 not decoded ones according to nnmail-group-names-not-encoded-p.
11576 (nnml-generate-active-info): Use nnml-encoded-group-name.
11578 2007-08-08 Glenn Morris <rgm@gnu.org>
11580 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11581 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11582 doc-strings and comments.
11584 2007-07-25 Glenn Morris <rgm@gnu.org>
11586 * Relicense all FSF files to GPLv3 or later.
11588 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
11590 * gnus-sum.el (gnus-summary-move-article):
11591 Make gnus-summary-respool-article work.
11593 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
11595 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11598 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
11600 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
11601 that should be ignored when comparing distant RSS articles with local
11603 (nnrss-make-hash-index): New function. Create a hash index according
11604 to the ignored fields.
11605 (nnrss-check-group): Use it.
11607 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
11609 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11611 * gnus-art.el (article-decode-group-name): Decode Xref header too.
11613 * gnus-group.el (gnus-group-make-group): Encode group name here unless
11614 the new optional argument ENCODED is non-nil.
11615 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11616 coding system for encoding group name.
11617 (gnus-group-make-rss-group): Pass un-encoded group name to
11618 gnus-group-make-group.
11619 (gnus-group-set-info): Tell gnus-group-make-group that group name is
11622 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11623 Encode group name to which articles are moved or copied.
11624 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11625 coding system for encoding Newsgroup, Followup-To and Xref headers.
11627 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11628 marks; use nnheader-file-coding-system to write a file.
11629 (nnagent-retrieve-headers): Bind file-name-coding-system to
11630 nnmail-pathname-coding-system.
11632 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11634 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11635 (nnml-request-article, nnml-request-create-group)
11636 (nnml-request-rename-group, nnml-find-id)
11637 (nnml-possibly-change-directory, nnml-possibly-create-directory)
11638 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11639 (nnml-save-marks): Use nnml-group-pathname instead of
11640 nnmail-group-pathname.
11642 (nnml-request-create-group, nnml-request-expire-articles)
11643 (nnml-request-move-article, nnml-request-delete-group)
11644 (nnml-deletable-article-p, nnml-possibly-create-directory)
11645 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11646 (nnml-open-marks): Bind file-name-coding-system to
11647 nnmail-pathname-coding-system.
11649 (nnml-request-article): Pass server argument to nnml-find-group-number.
11650 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11651 Pass server argument to nnml-possibly-create-directory.
11652 (nnml-request-accept-article): Pass server argument to
11653 nnml-active-number and nnml-save-mail.
11654 (nnml-find-group-number): Pass server argument to nnml-find-id.
11655 (nnml-request-update-info): Pass server argument to
11656 nnml-marks-changed-p.
11658 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11659 (nnml-save-mail, nnml-active-number): Add server argument.
11661 (nnml-request-delete-group): Warn if group is missing.
11662 (nnml-get-nov-buffer): Decode group name.
11663 (nnml-generate-active-info): Encode group name.
11664 (nnml-open-marks): Decode group name in messages.
11666 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
11668 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11669 if it is not specified.
11670 (gnus-article-pipe-part, gnus-article-save-part)
11671 (gnus-article-interactively-view-part, gnus-article-copy-part)
11672 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11673 (gnus-article-inline-part, gnus-article-save-part-and-strip)
11674 (gnus-article-replace-part, gnus-article-delete-part)
11675 (gnus-article-view-part-as-type): Pass raw prefix argument to
11676 gnus-article-part-wrapper.
11678 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
11680 * gnus-agent.el (gnus-agent-save-active):
11681 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11683 * gnus-cache.el (gnus-cache-save-buffers)
11684 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11685 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11686 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11687 (gnus-cache-braid-nov, gnus-cache-braid-heads)
11688 (gnus-cache-generate-active, gnus-cache-rename-group)
11689 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11690 (gnus-cache-update-overview-total-fetched-for):
11691 Bind file-name-coding-system to nnmail-pathname-coding-system.
11692 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11694 (gnus-cache-decoded-group-name): New function.
11695 (gnus-cache-file-name): Use it.
11696 (gnus-cache-generate-active): Use non-decoded group name for active.
11698 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11700 (gnus-write-active-file): Don't break non-ASCII group names.
11702 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11703 nnmail-pathname-coding-system.
11705 * gnus-uu.el (gnus-uu-decode-save): Typo.
11707 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
11709 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11711 2007-07-14 David Kastrup <dak@gnu.org>
11713 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11714 finishing actions if we did not edit the article.
11716 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
11718 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11719 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11720 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11721 (gnus-agent-flush-group, gnus-agent-flush-cache)
11722 (gnus-agent-fetch-headers, gnus-agent-load-alist)
11723 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11724 (gnus-agent-retrieve-headers, gnus-agent-request-article)
11725 (gnus-agent-regenerate-group)
11726 (gnus-agent-update-files-total-fetched-for)
11727 (gnus-agent-update-view-total-fetched-for):
11728 Bind file-name-coding-system to nnmail-pathname-coding-system.
11729 (gnus-agent-group-pathname): Don't encode file names by
11730 nnmail-pathname-coding-system.
11731 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11732 coding-system-for-write instead of buffer-file-coding-system to
11733 gnus-agent-file-coding-system.
11735 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11738 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11740 * gnus-start.el (gnus-update-active-hashtb-from-killed)
11741 (gnus-read-newsrc-el-file): Make group names unibyte.
11743 * nnmail.el (nnmail-group-pathname): Don't encode file names by
11744 nnmail-pathname-coding-system.
11746 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11747 (nnrss-request-delete-group): Bind file-name-coding-system to
11748 nnmail-pathname-coding-system.
11749 (nnrss-read-server-data, nnrss-read-group-data):
11750 Bind file-name-coding-system correctly.
11751 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11753 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11754 (nntp-server-to-method-cache): New variable.
11755 (nntp-group-pathname): New function that decodes non-ASCII group names.
11756 (nntp-possibly-create-directory, nntp-marks-changed-p)
11757 (nntp-save-marks, nntp-open-marks): Use it.
11758 (nntp-possibly-create-directory, nntp-open-marks):
11759 Bind file-name-coding-system to nnmail-pathname-coding-system.
11760 (nntp-open-marks): Decode group names when bootstrapping marks.
11762 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11763 Newsgroups and Followup-To headers.
11765 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
11767 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11768 (gnus-server-closed-face, gnus-server-denied-face)
11769 (gnus-server-offline-face): Remove variable.
11770 (gnus-server-font-lock-keywords): Use faces that are not aliases.
11772 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11773 of modifying message-stack directly for XEmacs.
11775 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11776 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11777 if the coding-system argument is nil for XEmacs.
11779 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11780 mm-charset-override-alist.
11782 * rfc2047.el: Don't require base64; require rfc2045 for the function
11783 rfc2045-encode-string.
11784 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11785 to quote the parameter value.
11787 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
11789 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11790 form in gnus-group-name-charset-method-alist.
11792 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11793 overrides the default layout edit-form.
11795 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11797 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11799 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
11801 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11802 as unfetched articles.
11804 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
11806 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11808 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
11810 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11811 original back end that keeps marks in the local system.
11813 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
11815 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11816 arg of pop-to-buffer for XEmacs.
11817 (gnus-article-read-summary-keys): Ditto; don't restore window
11818 configuration if summary command ends up with neither article buffer
11819 nor summary buffer; describe bindings if summary keys end with C-h.
11821 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
11823 * message.el (message-fix-before-sending): Skip raw message part to be
11824 forwarded while checking illegible text.
11825 (message-forward-make-body-mime, message-forward-make-body):
11826 Mark signed or encrypted raw message as having no illegible text.
11828 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
11830 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11831 (gnus-message-with-timestamp-1): New macro.
11832 (gnus-message-with-timestamp): New function.
11833 (gnus-message): Use them.
11835 * nnheader.el (nnheader-message): Use them.
11837 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
11839 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11842 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
11844 * gnus-agent.el (gnus-agent-fetch-headers)
11845 (gnus-agent-retrieve-headers):
11846 Bind gnus-decode-encoded-address-function to identity.
11848 * nntp.el (nntp-send-xover-command): Recognize an xover command is
11849 available also when the server returns simply a dot.
11851 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11853 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
11855 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11857 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
11859 * gnus-ems.el (gnus-x-splash): Make it work.
11861 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11864 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
11866 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11867 the front stickiness.
11868 (gnus-article-summary-command-nosave): Correct the order of the
11869 arguments passed to pop-to-buffer.
11870 (gnus-article-read-summary-keys): Ditto; make it work properly when the
11871 summary command ends up with the article buffer.
11873 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11876 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
11878 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11880 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
11882 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11883 * gnus-sum.el (gnus-summary-highlight):
11884 * mail-source.el (mail-source-delete-old-incoming-confirm):
11885 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11887 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
11889 * gnus-art.el (gnus-mime-view-part-externally)
11890 (gnus-mime-view-part-internally): Fix predicate function passed to
11893 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11895 * gnus.el (gnus-update-message-archive-method): Add :version.
11897 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
11899 * gnus.el (gnus-update-message-archive-method): New variable.
11901 * gnus-start.el (gnus-setup-news): Update saved "archive" method
11902 according to gnus-message-archive-method if
11903 gnus-update-message-archive-method is non-nil.
11905 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
11907 * gnus-sum.el (gnus-summary-limit-to-address): New function.
11908 Suggested by Loic Dachary <loic@dachary.org>.
11909 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11911 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
11913 * message.el (message-pop-to-buffer): Add switch-function argument.
11914 (message-mail): Pass switch-function argument to it.
11916 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
11918 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11919 Improve doc string.
11921 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
11923 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11924 (gnus-header-content):
11925 * gnus-cite.el (gnus-cite-10):
11926 * gnus-srvr.el (gnus-server-closed):
11927 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11928 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11929 (gnus-group-mail-3-empty, gnus-group-mail-low)
11930 (gnus-group-mail-low-empty, gnus-splash):
11931 * message.el (message-header-to, message-header-cc)
11932 (message-header-subject, message-header-other, message-header-name)
11933 (message-header-xheader, message-separator, message-cited-text)
11934 (message-mml): Lighten colors of faces used for dark background.
11936 2007-05-24 Simon Josefsson <simon@josefsson.org>
11938 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11939 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
11941 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
11943 * message.el (message-narrow-to-headers-or-head):
11944 Ignore mail-header-separator in the body.
11946 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
11948 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11949 same as window size.
11951 2007-05-22 Kevin Ryde <user42@zip.com.au>
11953 * message.el (message-font-lock-keywords): Use message-header-xheader
11954 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
11955 ahead of the anything pattern, to get it recognized.
11957 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
11959 * gnus-sum.el (gnus-articles-to-read)
11960 (gnus-summary-insert-old-articles): Don't truncate group name for
11963 * gnus-util.el (gnus-limit-string): Delete this function.
11965 * gnus-sum.el (gnus-simplify-subject-fully):
11966 Use `truncate-string-to-width' instead.
11968 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
11970 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11971 Tell if, on summary exit, the next group has to be selected.
11972 (gnus-summary-exit): Use it.
11974 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
11976 * gnus-art.el (gnus-article-mode): Fix comment about displaying
11979 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11981 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11982 Check if group is not a directory.
11983 (nnfolder-request-expire-articles): Don't delete articles if the target
11984 group is not available.
11986 * nnml.el (nnml-request-create-group): Properly check if group is not a
11988 (nnml-request-expire-articles): Don't delete articles if the target
11989 group is not available.
11991 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11992 Don't quote characters that are within parentheses.
11994 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
11996 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11997 (gnus-handle-ephemeral-exit): Select article according to it.
11999 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
12001 * message.el (message-insert-formated-citation-line): Remove newline.
12002 (message-citation-line-format): Add final \n here so that the user can
12003 avoid a blank line.
12005 2007-05-03 Dan Christensen <jdc@uwo.ca>
12007 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12008 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12009 Update lanl/arXiv support.
12011 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12013 * gnus.el: Bump version number.
12015 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12017 * gnus.el (gnus-version-number): Bump version.
12019 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12021 * gnus.el: No Gnus v0.6 is released.
12023 2007-04-27 Didier Verna <didier@xemacs.org>
12025 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12026 * gmm-utils.el (gmm-regexp-concat): ... here.
12027 * message.el: Don't require 'gnus-util.
12028 (message-dont-reply-to-names): Handle name change above.
12029 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12031 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
12033 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12034 since the initial value varies according to the system.
12036 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12038 * mm-util.el (mm-charset-synonym-alist): Defcustom.
12040 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
12042 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12044 2007-04-24 Didier Verna <didier@xemacs.org>
12046 Improve the type of gnus-ignored-from-addresses.
12047 * gnus-util.el (gnus-orify-regexp): New function.
12048 * message.el (gnus-util): Require it.
12049 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12050 * gnus-sum.el (gnus-ignored-from-addresses): New function.
12051 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12053 2007-04-24 Didier Verna <didier@xemacs.org>
12056 * gnus-utils.el: Fix some trailing whitespaces.
12058 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
12060 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12061 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12062 article's Message-ID; refer parent article in summary buffer.
12064 * message.el (message-bounce): Call mime-to-mml.
12066 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
12068 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12070 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
12072 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12073 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12074 displayed of multipart/alternative part if it is invoked from summary
12077 * mm-view.el (mm-inline-text-html-render-with-w3m)
12078 (mm-inline-text-html-render-with-w3m-standalone)
12079 (mm-inline-render-with-function): Use mail-parse-charset by default.
12081 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
12083 * parse-time.el (parse-time-string-chars): Check if CHAR
12084 is less than the length of parse-time-syntax.
12086 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
12088 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12089 from gnus-newsgroup-processable.
12091 2007-04-16 Didier Verna <didier@xemacs.org>
12093 * gnus-msg.el (gnus-configure-posting-styles):
12094 Handle message-signature-directory properly with :file syntax.
12097 2007-04-11 Didier Verna <didier@xemacs.org>
12099 New user option: message-signature-directory.
12100 * gnus-msg.el (gnus-configure-posting-styles): Support it.
12101 * message.el (message-insert-signature): Ditto.
12102 * message.el (message-signature-file): Doc update.
12103 * message.el (message-signature-directory): New.
12105 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
12107 * gnus-msg.el (gnus-inews-yank-articles):
12108 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12110 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
12112 * message.el (message-yank-original): Make sure cited text ends with
12113 newline; don't exchange point and mark.
12115 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
12117 * tls.el (open-tls-stream): Properly handle case where there
12118 is no associated buffer.
12120 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
12122 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12123 message-yank-original, make sure (< mark TEXT point).
12125 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
12127 * message.el (message-fill-column): New variable.
12128 (message-mode): Use it. Add comment on a possible new hook.
12130 * nnmail.el (nnmail-spool-file): Mark as obsolete.
12131 (nnmail-get-new-mail): Reformat.
12133 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12135 * gmm-utils.el: Fix Commentary.
12136 (gmm-tool-bar-from-list): Fix typo in doc string.
12138 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
12140 * message.el (message-yank-original): Don't switch point and mark
12141 unnecessarily to put point and mark as documented.
12143 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12145 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12146 from the message heads.
12148 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
12150 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12151 article buffer does not have a window. This may not be the best
12152 solution but is certainly better than setting the start of the null,
12153 that is the current, window.
12155 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
12157 * gnus-draft.el (gnus-draft-setup-hook): New hook.
12158 (gnus-draft-setup): Run it.
12160 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12161 gnus-score-fast-scoring. Allow regexp.
12162 (gnus-score-headers): Use it.
12164 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12167 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12169 (gnus-button-alist): Also catch `<f1> k ...'.
12170 (gnus-treat-display-x-face): Fix doc string.
12172 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12174 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12175 evaluation of gnus-extended-version to ensure correct generation of the
12176 User-Agent header when message-generate-headers-first is used.
12178 2007-03-24 Simon Josefsson <simon@josefsson.org>
12180 * hashcash.el (hashcash-generate-payment-async): Don't crash if
12181 hashcash-path is nil. Don't call callback with incorrect number of
12182 parameters if val is 0.
12184 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12186 * message.el (message-required-news-headers):
12187 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12189 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
12191 * message.el (message-generate-new-buffers): Change the meaning of the
12192 nil value; add `standard' to the choices; treat t as `unique'; improve
12194 (gnus-select-frame-set-input-focus): Autoload.
12195 (message-buffer-name): Search for the existing message buffer if
12196 message-generate-new-buffers is nil or `standard'; treat the value t of
12197 message-generate-new-buffers as `unique'.
12198 (message-pop-to-buffer): Raise the frame already displaying the message
12199 buffer; clear the echo area after querying.
12200 (message-setup): Pass the `continue' argument to compose-mail.
12201 (message-mail): Prefer `switch-function' if it is given; search for the
12202 existing message buffer if the `continue' argument is non-nil; pass
12203 continue and switch-function arguments to compose-mail by way of
12205 (message-mail-other-window): Adjust argument of message-setup.
12206 (message-mail-other-frame): Ditto.
12208 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
12210 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12211 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12212 to turn font-lock on when turning gnus-message-citation-mode on.
12214 2007-03-06 Daiki Ueno <ueno@unixuser.org>
12216 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12217 (mml-smime-function-alist): New variable; add epg as the backend.
12218 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12219 mml-smime- functions instead.
12220 * mm-view.el: Require smime.
12222 2007-03-05 Didier Verna <didier@xemacs.org>
12224 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12225 instead of just inheritance for posting styles.
12226 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12228 2007-02-24 John Paul Wallington <jpw@pobox.com>
12230 * tls.el (tls-certtool-program): Fix custom type.
12232 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12234 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12235 and point-at-eol instead of line-(beginning|end)-position.
12237 * assistant.el (assistant-parse-buffer): Ditto.
12239 2007-02-28 Daiki Ueno <ueno@unixuser.org>
12241 * mml2015.el (mml2015-epg-find-usable-key): New function.
12242 (mml2015-epg-sign): Use it.
12243 (mml2015-epg-encrypt): Use it.
12245 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12247 * message.el (message-make-in-reply-to): Quote name containing
12248 non-ASCII characters. It will make the RFC2047 encoder cause an error
12249 if there are special characters. Reported by NAKAJI Hiroyuki
12250 <nakaji@jp.freebsd.org>.
12252 2007-02-27 Didier Verna <didier@xemacs.org>
12254 Include the group parameters as well as the topic ones in the
12255 inheritance filter process.
12256 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12257 argument GROUP-PARAMS-LIST.
12258 * gnus-topic.el (gnus-group-topic-parameters): Use it.
12260 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
12262 * nntp.el (nntp-never-echoes-commands)
12263 (nntp-open-connection-functions-never-echo-commands): New variables.
12264 (nntp-send-command): Use them.
12266 2007-02-20 Daiki Ueno <ueno@unixuser.org>
12268 * mml2015.el (mml2015-epg-verify): Simplify.
12270 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
12272 * mml.el (mml-content-disposition-alist): New user option.
12273 (mml-content-disposition): New function.
12274 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12275 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12277 2007-02-19 Daiki Ueno <ueno@unixuser.org>
12279 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12282 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12284 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12285 articles posted in the last 24 hours.
12287 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
12289 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12291 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
12293 * nntp.el (nntp-send-command): Don't wait for echoes when
12294 nntp-open-ssl-stream is used.
12296 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
12298 * gnus-cite.el (gnus-test-font-lock-add-keywords)
12299 (gnus-message-add-citation-keywords)
12300 (gnus-message-remove-citation-keywords): Remove.
12301 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12302 directly, make the variables in font-lock-defaults buffer-local, add
12303 gnus-message-citation-keywords to them and then update the value of
12304 font-lock-keywords.
12306 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
12308 * message.el (message-cite-original-1): Don't call
12309 gnus-article-highlight-citation.
12311 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12312 citations; fix line count.
12314 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
12316 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12317 (gnus-message-add-citation-keywords)
12318 (gnus-message-remove-citation-keywords): Use it; fix the emulating
12319 versions of font-lock-add-keywords and font-lock-remove-keywords to
12320 work with XEmacs correctly.
12322 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
12324 * gnus-cite.el (gnus-cite-face-list): Set the values of
12325 gnus-message-max-citation-depth and gnus-message-citation-keywords.
12326 (gnus-message-max-citation-depth): Use defvar rather than defconst.
12327 (gnus-message-cite-prefix-regexp): New variable.
12328 (gnus-message-search-citation-line): Use it; protect against long
12329 citation prefix; fill match data with nil rather than 0 for XEmacs; set
12330 the 0th match data for Emacs.
12331 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12332 (gnus-message-add-citation-keywords): Append keywords rather than
12333 prepending; emulate font-lock-add-keywords if it is not available.
12334 (gnus-message-remove-citation-keywords):
12335 Emulate font-lock-remove-keywords if it is not available.
12337 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12339 * message.el (message-cite-prefix-regexp): Set the value of
12340 gnus-message-cite-prefix-regexp.
12342 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12344 * nnweb.el (nnweb-google-parse-1): Update parser.
12346 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
12348 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12350 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12352 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12355 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
12357 * uudecode.el (uudecode-string-to-multibyte): New function emulating
12358 string-to-multibyte.
12359 (uudecode-decode-region-internal): Use it.
12361 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
12363 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12366 * gnus-art.el (gnus-signature-limit): Fix custom choice.
12368 2007-01-22 Daiki Ueno <ueno@unixuser.org>
12370 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12372 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12373 `write-region' to respect `mm-inhibit-file-name-handlers'.
12375 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
12377 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12378 Use gnus-home-directory instead of "~/" or "$HOME".
12380 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
12382 * encrypt.el (encrypt-insert-file-contents): Add better prompt
12383 to mention filename.
12384 Add comments at beginning regarding usage.
12385 (encrypt-write-file-contents): Change interactive so a string is
12386 acceptable. If the file has no associated model, show an error instead
12387 of a nonsense prompt.
12389 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12391 * spam.el (spam-bsfilter-ham-switch): Fix typo.
12392 Thanks to Yoshihiko Yamada for kind notification of this typo.
12394 2007-01-12 Kenichi Handa <handa@m17n.org>
12396 * uudecode.el (uudecode-decode-region-internal): Make it work in a
12399 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
12401 * gnus-score.el (gnus-score-fast-scoring): New variable.
12402 (gnus-score-headers): Use it.
12404 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12406 * message.el (message-cite-original-1):
12407 Call gnus-article-highlight-citation if requested.
12408 (message-make-from): Allow name and address as optional arguments.
12410 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12412 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12413 bugs to doc string.
12414 (gnus-button-alist): Add mid\\|message-id.
12415 (gnus-button-fetch-group): Extend for use in
12416 `browse-url-browser-function'.
12417 (gnus-button-url-regexp): Try to catch paired parentheses like in
12420 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12421 Suggested by Simon Krahnke <overlord@gmx.li>.
12423 2007-01-13 Romain Francoise <romain@orebokech.com>
12425 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12428 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
12430 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12432 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12434 * gnus-registry.el (gnus-registry-unfollowed-groups)
12435 (gnus-registry-split-fancy-with-parent): Fix documentation.
12437 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
12439 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12442 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
12444 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12445 Xref urls. Erase buffer before requesting head.
12447 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12449 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12451 * gnus-soup.el (gnus-soup): New custom group. Make user variables
12454 2007-01-05 Daiki Ueno <ueno@unixuser.org>
12456 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12457 no signing key is found.
12458 (mml2015-epg-encrypt): Ask user whether to skip or abort if
12459 no encrypting and/or signing key is found.
12461 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
12463 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12465 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12467 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12468 headers read from disk with the ones newly found in the current search.
12469 This should no longer cause problems, because the article numbers in
12470 Gmane's `nov.php' output are ignored since the previous change.
12472 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12474 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12476 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
12478 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12480 2007-01-01 Romain Francoise <romain@orebokech.com>
12482 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12484 2006-12-31 Steve Youngs <steve@sxemacs.org>
12486 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12487 `define-minor-mode' macro definition expanded properly.
12488 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12491 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12492 of 2006-12-30. The default is nil on (S)XEmacs already because of the
12494 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12495 This is OK to autoload in (S)XEmacs now.
12497 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12499 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12501 (gnus-summary-limit-to-singletons): Fix typo.
12503 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12506 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12508 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12511 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12512 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12513 (gnus-summary-insert-dormant-articles): Fix typo in message.
12515 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
12517 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12519 (gnus-message-citation-mode): Don't autoload in XEmacs.
12521 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12523 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
12525 * nnimap.el (nnimap-expunge-search-string):
12526 Mention nnimap-search-uids-not-since-is-evil in docstring.
12528 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
12530 * spam.el: Revert to make-obsolete-variable because
12531 define-obsolete-variable-alias is not supported in Emacs 21.
12533 * spam.el (spam-ifile-path, spam-ifile-database-path)
12534 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12535 make-obsolete-variable.
12536 (spam-bsfilter-path, spam-bsfilter-program)
12537 (spam-spamassassin-path, spam-spamassassin-program)
12538 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12539 Don't use "path" inappropriately.
12540 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12541 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12544 2006-12-28 Daiki Ueno <ueno@unixuser.org>
12546 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12549 * password.el (password-cache-remove): Use clear-string to burn
12550 password, if available.
12552 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
12554 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12556 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12558 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12559 (gnus-message-highlight-citation): Move defcustom here from
12561 (gnus-message-citation-mode): Autoload.
12563 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
12564 checks to make it compile with XEmacs.
12565 (gnus-message-citation-mode): New minor mode.
12566 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12567 (gnus-message-highlight-citation): New variables.
12568 (gnus-message-search-citation-line)
12569 (gnus-message-add-citation-keywords)
12570 (gnus-message-remove-citation-keywords)
12571 (turn-on-gnus-message-citation-mode)
12572 (turn-off-gnus-message-citation-mode): New functions.
12574 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
12576 * gnus-cite.el: Enable highlighting of different citation levels in
12579 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
12581 * message.el (message-make-fqdn): Fix comment.
12582 (message-bogus-system-names): Add ".local".
12584 * spam.el (spam-ifile-path, spam-ifile-program)
12585 (spam-ifile-database-path, spam-ifile-database)
12586 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12587 Don't use "path" inappropriately.
12588 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12590 (spam-check-ifile, spam-ifile-register-with-ifile)
12591 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12592 Use new variable names.
12594 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12595 (gnus-treat-display-smileys): Simplify using
12596 gnus-image-type-available-p.
12598 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12601 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
12603 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12604 one after turning on the buffer's multibyteness instead of decoding
12605 them directly in the unibyte buffer that causes unexpected conversion
12606 in Emacs 23 (unicode).
12608 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12610 * message.el (message-generate-hashcash): Fix custom type.
12612 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
12614 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12616 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
12618 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12619 disconnect icons. Add help text.
12621 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
12623 * spam.el (spam-extra-header-to-number): CRM114 spam score is
12624 negated to be consistent with the others we handle.
12626 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12628 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12629 version of gnus-summary-buffer to something, so that we can use two
12630 article buffers at the same time.
12632 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
12634 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12635 trigger all the extra headers.
12636 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12639 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12641 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12644 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
12646 * legacy-gnus-agent.el: Add Copyright notice.
12648 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
12650 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12652 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12654 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12656 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12657 to make it work reliably in CVS Emacs.
12658 (gnus-summary-limit-strange-charsets-predicate)
12659 (gnus-summary-limit-to-predicate): New functions.
12661 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
12663 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12664 specifying array size.
12665 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12666 array if it is too small.
12667 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12668 (gnus-sort-threads-loop): New function.
12670 2006-12-06 Chris Moore <dooglus@gmail.com>
12672 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12673 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12675 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
12677 * mm-url.el (mm-url-predefined-programs): Call curl with correct
12680 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12682 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12683 DOS-ing the recipient.
12685 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12686 the headers when creating the mapping to avoid mismappings.
12687 (nnweb-gmane-create-mapping): Always nix out old mapping.
12689 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
12691 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12692 and mm-verify-option to never.
12694 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
12696 * message.el (message-signed-or-encrypted-p): New function.
12697 (message-forward-make-body): Use it.
12699 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12700 Replace encode-coding-string with mm-encode-coding-string.
12702 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
12704 * nneething.el (nneething-decode-file-name):
12705 Replace decode-coding-string with mm-decode-coding-string.
12707 * gnus-int.el (gnus-open-server): Say failed server's name.
12709 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
12711 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12712 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12714 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12715 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12716 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12717 (gnus-group-make-directory-group, gnus-group-transpose-groups):
12718 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12719 (gnus-subscribe-newsgroup, gnus-1):
12720 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12721 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12722 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12723 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12725 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12727 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12729 (gnus-summary-limit-to-bodies): Implement headersp.
12731 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12733 * dns.el (query-dns): Protect against "Process dns deleted" strings.
12735 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
12737 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12739 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12741 * message.el (message-generate-hashcash): Expand range of values to
12742 include `opportunistic'.
12743 (message-send-mail): Use it.
12745 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12747 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12750 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12752 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
12754 * gnus-util.el (gnus-extract-address-components): Improve comment.
12756 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
12758 * gnus-util.el (gnus-extract-address-components): Work with address in
12759 which the name portion contains @.
12761 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
12763 * gnus.el (gnus-start): Move custom group up.
12764 (gnus-select-method): Don't autoload, but make it available for
12765 `customize-variable'.
12766 (gnus-getenv-nntpserver): Don't autoload.
12768 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
12770 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12772 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
12774 * message.el (message-sendmail-extra-arguments): New variable.
12775 (message-send-mail-with-sendmail): Use it.
12777 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
12779 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12780 mm-with-unibyte-current-buffer to make string unibyte.
12782 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12783 mm-string-as-multibyte.
12785 2006-11-14 Daiki Ueno <ueno@unixuser.org>
12787 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12788 Reported by Werner Koch <wk@gnupg.org>.
12790 2006-11-14 Daiki Ueno <ueno@p360>
12792 * mml2015.el: Autoload epa-select-keys when compiling.
12794 2006-11-13 Daiki Ueno <ueno@unixuser.org>
12796 * mml2015.el (mml2015-epg-sign): Save the signing keys in
12798 (mml2015-epg-encrypt): Save the recipient keys in message-options.
12800 2006-11-13 Daiki Ueno <ueno@unixuser.org>
12802 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12804 (mml2015-always-trust): New user option.
12805 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12808 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
12810 * nntp.el (nntp-authinfo-force): New variable.
12811 (nntp-send-authinfo): Use it.
12813 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
12815 * message.el (message-strip-subject-encoded-words): Allow _not_ to
12816 decode encoded words. Improve prompt. Add comment about forwarding.
12817 (message-replacement-char): Move up.
12819 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12821 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12822 instead of gnus-intersection because arguments of gnus-sorted-nunion
12823 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
12825 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
12827 * message.el (message-strip-subject-encoded-words): Reformat prompt.
12828 (message-simplify-subject-functions):
12829 Enable message-strip-subject-encoded-words by default.
12831 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
12833 * message.el (message-strip-subject-encoded-words): New function.
12834 (message-simplify-subject-functions): New variable.
12835 (message-simplify-subject): Use it. Fix typo in doc string.
12836 Support message-strip-subject-encoded-words.
12838 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
12840 * gnus-diary.el (gnus-diary-delay-format-function):
12841 * nndiary.el (nndiary-reminders):
12842 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12844 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
12846 * gnus-art.el (article-hide-boring-headers): Fetch date from
12847 gnus-original-article-buffer to avoid problems with localized date
12850 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
12852 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12854 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
12856 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12858 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12859 (mm-charset-synonym-alist): Move some entries to
12860 mm-codepage-iso-8859-list.
12861 (mm-charset-synonym-alist, mm-charset-override-alist):
12862 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12864 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
12866 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12868 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12870 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12871 with Emacs 21 and XEmacs.
12873 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
12875 * spam.el (spam-parse-address): New function for better parsing,
12876 catching errors, etc.
12877 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12879 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12881 * mm-view.el: Add interactive arg to html2text autoload.
12883 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
12885 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12887 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
12889 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12891 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12892 (mm-charset-synonym-alist): Move some entries to
12893 mm-codepage-iso-8859-list.
12895 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12897 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
12899 * message.el (message-citation-line-format)
12900 (message-insert-formated-citation-line): Fix implementation of %E, %N
12901 and %n according to the doc string.
12903 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
12905 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12906 Use car-safe to avoid bad parses.
12908 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12910 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12913 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12915 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12917 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12920 * message.el (message-draft-headers): Add Date.
12921 (message-headers-to-generate): Fix typo in docstring.
12923 * nndraft.el (nndraft-required-headers): New variable.
12924 (nndraft-generate-headers): Use it.
12926 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12928 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
12930 * gnus-registry.el (gnus-registry-wash-for-keywords)
12931 (gnus-registry-find-keywords): New functions to allow easy searching of
12932 articles that are in the registry.
12934 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
12936 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12937 Use ietf-drums-parse-address instead of gnus-extract-address-components.
12938 Reported by Damien Elmes <damien@repose.cx>.
12940 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
12942 * gnus.el (gnus-mime): Remove unused custom group.
12944 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12946 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12947 "blank line" when searching for end of armor headers.
12949 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
12951 * gmm-utils.el (gmm-write-region): Fix variable name.
12953 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
12955 * gmm-utils.el (gmm-write-region): New function based on compatibility
12956 code from `mm-make-temp-file'.
12958 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12960 * nnmaildir.el (nnmaildir--update-nov)
12961 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12962 Use `gmm-write-region'.
12964 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
12966 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12967 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12969 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12971 * message.el (message-replacement-char): New variable.
12972 (message-fix-before-sending): Use it.
12973 (message-simplify-subject): New function to remove duplicate code.
12974 (message-reply, message-followup): Use it.
12976 * gnus-sum.el (gnus-summary-make-menu-bar):
12977 Clarify gnus-summary-limit-to-articles.
12979 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
12981 * gnus-util.el (gnus-with-local-quit): New macro.
12983 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12985 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
12987 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12988 ignore non-string data.
12990 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
12992 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12993 non-string data (needs to be done in the registry too).
12995 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12997 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12998 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12999 (gnus-registry-split-fancy-with-parent)
13000 (gnus-registry-fetch-simplified-message-subject-fast)
13001 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13002 Remove text properties on ingress into the registry and when it's saved.
13003 (gnus-registry-clean-empty-function): Fix bug with cleaning the
13004 registry from entries with no groups.
13006 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13008 * gnus-util.el (gnus-string-remove-all-properties): Add utility
13009 function to remove string properties.
13011 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
13013 * gmm-utils.el (gmm): Adjust custom version.
13015 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13016 Adjust custom version.
13018 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13020 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
13022 * gnus-art.el (gnus-insert-prev-page-button)
13023 (gnus-insert-next-page-button): Simplify. Reformat.
13025 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
13027 * gnus-art.el (gnus-insert-prev-page-button)
13028 (gnus-insert-next-page-button): Apply gnus-article-button-face.
13030 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
13032 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13034 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
13036 * gnus-art.el (gnus-insert-mime-button)
13037 (gnus-insert-mime-security-button):
13038 Apply gnus-article-button-face to MIME and security buttons.
13040 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
13042 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13045 2006-09-20 Steve Youngs <steve@sxemacs.org>
13047 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13048 `browse-url-of-file' instead of `browse-url'.
13050 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13052 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13053 regexp. Articles containing quotation were cut prematurely.
13055 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
13057 * message.el (message-cite-original-1): Use nobody by default for the
13058 value of From header.
13059 (message-reply): Ditto.
13061 2006-09-11 Daiki Ueno <ueno@unixuser.org>
13063 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13064 to the gnus-info. This fixes a bug of inline-PGP message verification.
13065 Reported by Michael Piotrowski <mxp@dynalabs.de>.
13067 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
13069 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13070 mails in the doc string. Add some URLs in comment.
13071 (pop3-movemail): Warn about pop3-leave-mail-on-server.
13073 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
13075 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13076 backslashes handling and the way to find boundaries of quoted strings.
13078 2006-09-07 Daiki Ueno <ueno@unixuser.org>
13080 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13081 mml1991-encrypt-to-self is set and mml1991-signers is not set.
13082 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13083 mml2015-encrypt-to-self is set and mml2015-signers is not set.
13085 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
13087 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
13089 (gnus-button-regexp, gnus-button-last): Remove unused variables.
13091 2006-09-06 Simon Josefsson <jas@extundo.com>
13093 * mml2015.el (mml2015-use): Doc fix, mention epg.
13095 2006-09-06 Daiki Ueno <ueno@unixuser.org>
13097 * mml2015.el (mml2015-use): Default to epg, if available.
13099 2006-09-06 Daiki Ueno <ueno@unixuser.org>
13101 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13103 (mml1991-epg-encrypt): Ditto.
13104 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13106 (mml2015-epg-encrypt): Ditto.
13108 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
13110 * message.el (message-send-mail-with-sendmail): Look for sendmail in
13111 several common directories.
13113 2006-09-05 Daiki Ueno <ueno@unixuser.org>
13115 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13116 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13118 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
13120 * gnus-art.el (article-decode-encoded-words): Make it fast.
13122 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
13124 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13126 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13127 in quoted string into `\'.
13129 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
13131 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13132 Use standard-syntax-table.
13134 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
13136 * gnus-art.el (gnus-decode-address-function): New variable.
13137 (article-decode-encoded-words): Use it to decode headers which are
13138 assumed to contain addresses.
13139 (gnus-mime-delete-part): Remove useless `or'.
13141 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13142 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13143 (gnus-nov-parse-line): Use it to decode From header.
13144 (gnus-get-newsgroup-headers): Ditto.
13145 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13147 * mail-parse.el (mail-decode-encoded-address-region): New alias.
13148 (mail-decode-encoded-address-string): New alias.
13150 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13152 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13153 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13154 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13155 (rfc2047-decode-string): Ditto.
13156 (rfc2047-decode-address-region): New function.
13157 (rfc2047-decode-address-string): New function.
13159 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
13161 * message.el (message-caesar-buffer-body): Allow rotating headers.
13163 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13165 * message.el (message-insert-formated-citation-line): Fix %f.
13166 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13168 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
13170 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13171 (gnus-bookmark-mouse-available-p): New macro.
13172 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13173 (gnus-bookmark-bmenu-show-infos): Use it.
13174 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13175 (gnus-bookmark-bmenu-hide-infos): Ditto.
13176 (gnus-bookmark-remove-properties): New function.
13177 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13178 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13179 (gnus-bookmark-write-file): Bind coding-system-for-write.
13180 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13181 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13182 group before selecting it.
13183 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13184 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13185 quit-window if it is not available; use gnus-mouse-2 and bind it to
13186 gnus-bookmark-bmenu-select-by-mouse.
13187 (gnus-bookmark-show-details): Remove unused variable `details-list'.
13188 (gnus-bookmark-bmenu-select-by-mouse): New function.
13190 2006-08-13 Romain Francoise <romain@orebokech.com>
13192 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13195 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
13197 * compface.el (uncompface): Use binary rather than raw-text-unix.
13199 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
13201 * compface.el (uncompface): Make sure the eol conversion doesn't take
13202 place when communicating with the external programs.
13203 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13205 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
13207 * nnheader.el (nnheader-insert-head): Fix typo in comment.
13209 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13211 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13212 Make it more robust by parsing author and date independently.
13214 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
13216 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13218 2006-07-28 Daiki Ueno <ueno@unixuser.org>
13220 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13221 first matching secret key.
13222 (mml2015-epg-encrypt): Ditto.
13224 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13225 first matching secret key.
13226 (mml1991-epg-encrypt): Ditto.
13228 * mml2015.el (mml2015-encrypt-to-self): New user option.
13229 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13230 mml2015-epg-encrypt-to-self is set.
13232 * mml1991.el (mml1991-encrypt-to-self): New variable.
13233 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13234 mml1991-epg-encrypt-to-self is set.
13236 * mml2015.el (mml2015-signers): New user option.
13237 (mml2015-epg-sign): Reflect the value of mml2015-signers.
13238 (mml2015-epg-encrypt): Allow to select signing keys.
13240 * mml1991.el (mml1991-signers): New variable.
13241 (mml1991-epg-sign): Reflect the value of mml1991-signers.
13242 (mml1991-epg-encrypt): Allow to select signing keys.
13244 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
13246 * nnheader.el (nnheader-insert-head): Make it work even if the file
13247 uses CRLF for the line-break code.
13249 2006-07-25 Daiki Ueno <ueno@unixuser.org>
13251 * mml2015.el: Require mml-sec instead of password.
13252 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13253 (mml2015-cache-passphrase): Inherit the default value from
13254 mml-secure-cache-passphrase.
13255 (mml2015-passphrase-cache-expiry): Inherit the default value from
13256 mml-secure-passphrase-cache-expiry.
13258 * mml1991.el: Require mml-sec instead of password.
13259 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13260 (mml1991-cache-passphrase): Inherit the default value from
13261 mml-secure-cache-passphrase.
13262 (mml1991-passphrase-cache-expiry): Inherit the default value from
13263 mml-secure-passphrase-cache-expiry.
13265 * mml-sec.el: Require password.
13266 (mml-secure-verbose): New user option.
13267 (mml-secure-cache-passphrase): New user option.
13268 (mml-secure-passphrase-cache-expiry): New user option.
13270 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
13271 Andreas Vögele <andreas@altroot.de> (tiny change)
13273 * pgg-def.el (pgg-truncate-key-identifier):
13274 Truncate the key ID to 8 letters from the end.
13276 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13278 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13279 workaround for the url package included with Emacs.
13281 * nnweb.el (nnweb-google-create-mapping): Update regexp.
13283 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
13285 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13286 correctly. This fixes a bug caused by the 2006-05-12 change.
13288 2006-07-18 Karl Fogel <kfogel@red-bean.com>
13290 * nnmail.el (nnmail-article-group): If splitting raises an error, give
13291 some information about the error when saying that the `bogus' mail
13292 group will be used.
13294 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
13296 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13299 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
13301 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13303 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13305 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13307 2006-07-10 Daiki Ueno <ueno@unixuser.org>
13309 * mml1991.el (mml1991-function-alist): Add epg.
13310 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13311 (mml1991-epg-encrypt): New functions.
13313 2006-07-10 Daiki Ueno <ueno@unixuser.org>
13315 * mml2015.el (mml2015-verbose): New variable.
13316 (mml2015-cache-passphrase): Ditto.
13317 (mml2015-passphrase-cache-expiry): Ditto.
13318 (mml2015-function-alist): Add epg.
13319 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13320 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13321 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13324 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13326 * message.el (message-cite-original-1): Preserve region when removing
13327 quoted text due to X-No-Archive in order to avoid bogus attribution
13328 when citing multiple messages.
13330 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13332 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13333 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13335 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
13337 * gnus-diary.el (gnus-user-format-function-d)
13338 (gnus-user-format-function-D): Autoload.
13340 * imap.el (Commentary): Fix typo.
13342 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13343 2006-04-22 contribution.
13345 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13347 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13348 It didn't really fix the bogosity I'm seeing with solid web groups.
13350 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13352 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13353 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13354 created using server names. If we use the feature without declaring
13355 it, Gnus does not properly manage server and group state.
13357 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13360 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13362 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13363 looking up the method using GROUP's prefix before inventing a new one.
13364 It is used on killed/unknown groups in various places where returning
13365 an all-new method isn't expected by the caller.
13367 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13368 and match semantics of gnus-group-real-prefix.
13370 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
13372 * nnmail.el (nnmail-broken-references-mailers): New variable.
13373 (nnmail-ignore-broken-references): New function generalizing
13374 nnmail-fix-eudora-headers.
13375 (nnmail-fix-eudora-headers): Now obsolete.
13377 * gnus-art.el (gnus-button-handle-custom):
13378 Support `customize-apropos*'.
13380 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13382 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13384 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13387 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
13389 * message.el (message-cite-reply-above): New variable.
13390 (message-yank-original): Use it.
13392 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
13394 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13396 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
13398 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13401 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13403 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
13405 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13406 (gnus-bookmark-default-file): Use gnus-directory.
13407 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13408 Remove "*" in doc string.
13409 (gnus-bookmark-write-file): Simplify.
13410 (gnus-bookmark-maybe-sort-alist): Use `when'.
13411 (gnus-bookmark-get-bookmark): Fix typo in doc string.
13412 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13413 Add FIXME about Emacs 21 and XEmacs compatibility.
13414 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13416 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13418 (gnus-bookmark-menu-heading): Fix version.
13420 2006-06-19 Bastien Guerry <bzg@altern.org>
13422 * gnus-bookmark.el: New file.
13424 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
13426 * message.el (message-syntax-checks): Doc fix.
13428 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13430 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13431 unsubscribed groups as if they were killed ones. It causes duplicate
13432 entries in gnus-newsrc-alist.
13434 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
13436 * message.el (message-syntax-checks): Doc fix.
13437 (message-send-mail): Add check for continuation headers.
13438 (message-check-news-header-syntax): Fix regexp used to check for
13439 continuation headers.
13441 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
13443 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13445 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
13447 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13449 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
13451 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13452 default-truncate-lines.
13454 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
13456 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13457 to fill the utf-8 entry.
13459 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13461 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13463 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
13465 * gnus-agent.el (directory-files-and-attributes): Move all the way
13466 forward (the third and final move).
13467 (gnus-agent-read-agentview): Trap reconstruction errors due to
13468 nonexistent directory. Handle by returning nil.
13470 2006-05-30 Didier Verna <didier@xemacs.org>
13472 * message.el (message-dont-reply-to-names): Update the custom type.
13473 * message.el (message-dont-reply-to-names): New defsubst: potentially
13474 convert a list of regexps into a single one.
13475 * message.el (message-get-reply-headers): Use it.
13476 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13478 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13480 * gnus-agent.el (directory-files-and-attributes): Move forward.
13482 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
13484 * gnus-ml.el (gnus-mailing-list-subscribe)
13485 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13486 (gnus-mailing-list-message): Fix doc strings.
13488 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13490 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13491 of doing it manually.
13493 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
13495 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13498 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
13500 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13501 (gnus-agent-read-agentview): Fix handling of end-of-file error.
13502 (gnus-agent-read-local): All symbols allocated in my-obarray.
13503 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13504 (gnus-agent-regenerate-group): Check numeric names to see if they are
13505 messages or groups.
13506 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13507 better way of do this...)
13509 * gnus-cache.el (gnus-agent-total-fetched-for):
13510 Ignore 'dummy.group' (there should be a better way of do this...)
13512 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
13514 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13515 (gnus-saved-headers): Ditto.
13516 (gnus-default-article-saver): Mention functions may have properties.
13517 (gnus-article-save): Override gnus-save-all-headers and
13518 gnus-saved-headers by :headers property which saver function may have.
13519 (gnus-summary-save-in-file): Add :headers property.
13520 (gnus-summary-write-to-file): Ditto.
13522 * gnus-sum.el (gnus-summary-save-article): Bind
13523 gnus-prompt-before-saving to t when saving many articles in a file;
13524 always show all headers.
13526 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
13528 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13531 * message.el (message-indent-citation): Add optional arguments to allow
13532 using it outside of message buffers.
13534 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13535 (gnus-article-treat-unfold-headers): Use it.
13536 (gnus-article-truncate-lines): New variable.
13537 (gnus-article-mode): Use it.
13538 (gnus-article-toggle-truncate-lines): New function.
13540 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13541 Add gnus-article-toggle-truncate-lines.
13543 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13544 coding system in XEmacs, use binary.
13546 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
13548 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13551 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13552 this function should save decoded articles.
13553 (gnus-summary-write-to-file): Use property to specify this function
13554 should save decoded articles and specify gnus-summary-save-in-file
13555 should be used to save articles other than the first one when saving
13557 (gnus-summary-save-body-in-file): Use property to specify this
13558 function should save decoded articles.
13559 (gnus-summary-write-body-to-file): Use property to specify this
13560 function should save decoded articles and specify
13561 gnus-summary-save-body-in-file should be used to save articles other
13562 than the first one when saving many articles.
13564 * gnus-sum.el (gnus-summary-save-article): Simplify.
13566 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
13568 * gnus-art.el (gnus-default-article-saver):
13569 Add gnus-summary-write-body-to-file.
13570 (gnus-article-save-coding-system): Don't use coding system object
13572 (gnus-read-save-file-name): Add optional `dir-var' argument which
13573 specifies directory in which files are saved; work even if optional
13574 `variable' argument is not specified.
13575 (gnus-summary-write-to-file): Read file name.
13576 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13577 (gnus-summary-write-body-to-file): New function.
13579 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13580 (gnus-summary-local-variables): Add it.
13581 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13582 (gnus-summary-save-article): Remove optional `decode' argument;
13583 determine whether to decode articles by the value of
13584 gnus-default-article-saver; when saving many files using
13585 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13586 it first and use gnus-summary-save-in-file or
13587 gnus-summary-save-body-in-file thereafter unless
13588 gnus-prompt-before-saving is always; move point to article which
13590 (gnus-summary-save-article-file): Revert.
13591 (gnus-summary-write-article-file): Revert.
13592 (gnus-summary-save-article-body-file): Revert.
13593 (gnus-summary-write-article-body-file): New function.
13595 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
13597 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13599 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
13601 * gnus-art.el (gnus-default-article-saver): Doc fix.
13602 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13603 from gnus-summary-save-article-coding-system, and default to a
13604 certain coding system.
13605 (gnus-output-to-file): Add coding cookie and encode text according
13606 to gnus-article-save-coding-system; don't use mm-append-to-file.
13608 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13609 gnus-art.el and rename to gnus-article-save-coding-system.
13610 (gnus-summary-save-article): Require gnus-art; don't show all
13611 headers if it decodes articles; don't add coding cookie here;
13612 don't bind mm-text-coding-system-for-write.
13613 (gnus-summary-save-article-file): Save decoded articles.
13614 (gnus-summary-write-article-file): When saving many files, use
13615 gnus-summary-write-to-file first and gnus-summary-save-in-file
13616 thereafter unless gnus-prompt-before-saving is always.
13617 (gnus-summary-save-article-body-file): Save decoded articles.
13619 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
13621 * nnrss.el (nnrss-check-group): Bind hash-index.
13623 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
13625 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13626 its hash index. Store this hash in `nnrss-group-data'.
13627 (nnrss-read-group-data): Update accordingly.
13629 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
13631 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13634 * gnus-sum.el (gnus-summary-make-menu-bar):
13635 Add gnus-article-browse-html-article.
13637 2006-05-23 Hynek Schlawack <hynek@ularx.de>
13639 * gnus-sum.el (gnus-summary-mime-map):
13640 Add gnus-article-browse-html-article.
13642 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
13644 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13645 suitable coding systems in customize.
13647 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
13649 * mail-source.el (mail-sources): Fix custom type.
13651 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
13653 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13654 (gnus-summary-expire-articles-now): Shorten prompt.
13656 * gmm-utils.el (wid-edit): Require.
13657 (defun-gmm): Rename from `gmm-defun-compat'.
13658 (gmm-image-search-load-path): Use it.
13659 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
13661 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
13663 * gnus-sum.el (gnus-summary-save-article-coding-system):
13665 (gnus-summary-save-article): Add optional `decode' argument.
13666 If it is set and gnus-summary-save-article-coding-system is non-nil,
13667 save decoded article.
13668 (gnus-summary-write-article-file): Save decoded article if
13669 gnus-summary-save-article-coding-system is non-nil.
13671 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13674 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
13676 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13678 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
13680 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13681 first to test gnus-single-article-buffer which may be buffer-local.
13683 * gnus-sum.el (gnus-summary-setup-buffer):
13684 Make gnus-single-article-buffer buffer-local and nil in ephemeral
13685 group; make gnus-article-buffer, gnus-article-current, and
13686 gnus-original-article-buffer always buffer-local.
13687 (gnus-summary-exit): Kill article buffer belonging to ephemeral
13689 (gnus-handle-ephemeral-exit): Don't move to next summary line.
13691 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
13693 * nnml.el (nnml-request-compact-group): Compressed files might not
13694 have .gz extension.
13696 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13698 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13699 (mm-copy-to-buffer): Use with-current-buffer.
13700 (mm-display-part): Simplify.
13701 (mm-inlinable-p): Add optional arg `type'.
13703 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13705 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13706 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13707 Try harder to show the attachment internally or externally using
13708 gnus-mime-view-part-as-type.
13710 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13712 * message.el (message-from-style, message-signature-separator)
13713 (message-user-organization-file, message-send-mail-function)
13714 (message-citation-line-function, message-yank-prefix)
13715 (message-indent-citation-function, message-signature)
13716 (message-signature-file, message-signature-insert-empty-line):
13719 * gnus-art.el (gnus-buttonized-mime-types):
13720 Remove "multipart/signed". Revert 2006-04-26 change.
13722 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13724 * gnus.el (gnus-version-number): Bump version.
13726 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13728 * gnus.el: No Gnus v0.5 is released.
13730 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13732 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13733 fetching articles by message-id.
13735 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
13737 * message.el (hashcash): Require hashcash as normal.
13739 * ecomplete.el (ecomplete-highlight-match-line):
13741 (ecomplete-highlight-match-line): Use `highlight', because that
13742 face exists in both Emacs and XEmacs.
13744 * message.el (message-display-abbrev): Use point-at-bol.
13746 * mail-source.el: Don't require timer/timer-funcs.
13748 * gnus-async.el: Ditto.
13750 * password.el: Ditto.
13752 * mm-url.el: Ditto.
13754 * mm-util.el: Require timer/timer-funcs.
13756 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13758 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13761 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
13763 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13764 unibyte after clear-decrypt function runs.
13766 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13767 returns as a unibyte string.
13769 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
13771 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13772 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13773 (mml1991-pgg-encrypt): Ditto.
13775 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
13777 * message.el (message-user-organization-file): Check several
13778 locations of the organization file.
13780 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13781 Add gnus-article-view-part-as-type.
13783 * gnus-art.el (gnus-article-view-part-as-type): New function.
13785 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13786 .mobi and .travel. Remove .nato, .bitnet and .uucp.
13788 * mml.el: Simplify autoload.
13789 (mml-mode): defvar dnd-protocol-alist instead of using
13791 (mml-default-directory): New variable.
13792 (mml-minibuffer-read-file): Use it.
13793 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13795 * message.el (message-citation-line-format): New variable.
13796 (message-insert-formated-citation-line): New function.
13797 (message-citation-line-function):
13798 Add `message-insert-formated-citation-line' to custom type.
13800 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13803 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13804 depending on mm-verify-option.
13806 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
13808 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13809 binding pgg-* variables; reimplement the section which prevents
13810 MIME header from being signed.
13811 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13812 pgg-text-mode; remove a blank line at the top of body.
13814 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13815 lines at the top of body; use gnus-newsgroup-charset if there's no
13818 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
13820 * message.el (message-self-insert-commands): Doc fix.
13822 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13823 (mm-uu-pgp-encrypted-test): Ditto.
13824 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13825 between header and body; return application/pgp-encrypted handle
13826 if decryption failed; decode decrypted body by charset.
13828 * mm-decode.el (mm-automatic-display): Don't make application/pgp
13829 element match to application/pgp-*.
13831 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13833 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13836 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13838 * mail-source.el (mail-source-call-script): Message the error
13841 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13843 * gnus-util.el (gnus-byte-compile): Use it.
13845 2006-04-22 xyblor <fake@invalid.email> (tiny change)
13847 * gnus-util.el (kill-empty-logs): New function.
13849 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13851 * message.el (message-mail-alias-type): Doc fix.
13852 (message-mail-alias-type-p): New function.
13853 (message-send): Use it.
13854 (message-mode): Ditto.
13855 (message-strip-forbidden-properties): Ditto.
13857 * ecomplete.el (ecomplete-database-file-coding-system):
13859 (ecomplete-save): Use it.
13860 (ecomplete-setup): Use it.
13862 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
13864 * message.el (message-self-insert-commands): New variable.
13865 (message-strip-forbidden-properties): Use it.
13867 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13869 * message.el (message-put-addresses-in-ecomplete): Use a regexp
13870 that doesn't make XEmacs choke.
13872 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
13874 * gnus-util.el (gnus-replace-in-string):
13875 Prefer replace-regexp-in-string over of replace-in-string.
13877 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
13879 * gnus-util.el (gnus-select-frame-set-input-focus):
13880 Use select-frame-set-input-focus if it is available in XEmacs; use
13881 definition defined in Emacs 22 for old Emacsen.
13883 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
13885 * mm-view.el (mm-inline-text): Use equal instead of equalp.
13887 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
13889 * gnus-registry.el (gnus-registry-cache-save): Remove text
13890 properties when saving via the temp buffer.
13892 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
13894 * message.el (message-generate-hashcash): Honor custom type.
13896 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13898 * message.el (message-generate-hashcash): Default to non-nil when
13901 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13902 (gnus-refer-thread-limit): Increase default to 500.
13904 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13906 * flow-fill.el (fill-flowed): Allow delete-space.
13908 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
13910 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13911 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13914 2006-04-18 Simon Josefsson <jas@extundo.com>
13916 * message.el (message-generate-hashcash): Default to.
13918 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
13920 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13921 concatenating segments rather than before concatenating them.
13923 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
13925 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13927 * imap.el (imap-quote-specials): New function.
13928 (imap-login-auth): Quote specials.
13930 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13932 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13934 * message.el (message-forward-make-body-plain):
13935 Allow message-forward-ignored-headers to be a list.
13936 (message-remove-ignored-headers): Factor out into function.
13937 (message-forward-make-body-mml): Use it.
13938 * rfc2231.el (rfc2231-parse-string): Remove dead code.
13939 (rfc2231-parse-string): Allow concatanation of parameters that
13940 aren't contiguous. The test case is
13941 (mail-header-parse-content-type "message/external-body;
13942 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13943 access-type=LOCAL-FILE;
13944 name*1*=plugh%2fhello-sailor%2fbing.pdf")
13946 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13948 * nntp.el (nntp-accept-process-output): Return the value of
13949 `nnheader-accept-process-output'.
13951 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13953 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13954 (gnus-button-alist): Recognize more diff formats.
13955 (gnus-button-patch): Strip directory.
13957 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
13959 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13960 Emacs 22 when setting focus.
13962 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13964 * gnus-art.el (gnus-article-treat-types): Do treatment of
13965 text/x-verbatim parts.
13966 (gnus-button-patch): New command.
13968 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13969 addresses that contain invalid characters.
13971 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13973 * message.el (message-put-addresses-in-ecomplete):
13974 Use gnus-replace-in-string.
13975 (message-is-yours-p): Use the more correct
13976 mail-header-parse-address instead of
13977 mail-extract-address-components.
13978 (message-put-addresses-in-ecomplete): Fix typo.
13980 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13983 * gnus-art.el (gnus-treatment-function-alist): Change order of
13984 newsgroups/generic header folding to avoid double-folding.
13986 * message.el (message-hidden-headers): Add X-Draft-From.
13988 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13990 (gnus-summary-repeat-search-article-backward): New command.
13992 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13993 groups in the parent topic.
13995 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
13997 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13998 (spam-extra-header-to-number): Return the CRM114 number as a
13999 number instead of a string.
14001 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14003 * gnus-art.el (gnus-face-properties-alist): Move here from
14006 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14008 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
14010 * message.el (message-strip-forbidden-properties): Only display on
14011 self-insert-command.
14013 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14015 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14017 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
14019 * smiley.el (smiley-style): Fix typo.
14021 2006-03-23 Kenichi Handa <handa@m17n.org>
14023 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14024 instead of set-buffer-multibyte.
14026 2006-03-23 Kenichi Handa <handa@m17n.org>
14028 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14029 buffer and then decode the buffer text if necessary.
14030 (rfc2231-encode-string): Be sure to work on multibyte buffer at
14031 first, and after mm-encode-body, change the buffer to unibyte.
14033 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
14035 * hashcash.el (hashcash-insert-payment-async-2):
14036 Use message-goto-eoh instead of doing it manually.
14037 (mail-add-payment): Use message-narrow-to-header instead of trying
14038 to do the same itself.
14040 * message.el (message-hidden-headers): Add Face.
14042 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14044 (gnus-summary-reparent-children): Refactored out code.
14045 (gnus-summary-thread-map): New keystroke.
14046 (gnus-summary-reparent-children): Make into command.
14048 * smiley.el (smiley-style): Default to `medium' if using a large
14051 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14054 * message.el (message-point-in-header-p): Simplify definition.
14056 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14058 * nnagent.el (nnagent-request-set-mark): Silence log file
14060 (nnagent-request-set-mark): Use write-region instead of
14063 * gnus-sum.el (gnus-read-header): Fudge article number if using a
14064 strange select method.
14066 * ecomplete.el (ecomplete-display-matches): Get highlightling
14068 (ecomplete-display-matches): Use literals.
14069 (ecomplete-display-matches): Disable message logging.
14071 * message.el (message-display-abbrev): Small optimization.
14073 * ecomplete.el (ecomplete-display-matches): Allow automatic
14076 * message.el (message-strip-forbidden-properties):
14078 (message-display-abbrev): Get automatic display right.
14080 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14083 2006-04-13 Romain Francoise <romain@orebokech.com>
14085 TODO: Backport to v5-10!
14087 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14088 Move here (and rename) from gnus-registry.el.
14090 * gnus-registry.el: Require gnus-util.
14091 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14093 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14095 * gnus-group.el (gnus-group-catchup-current):
14096 Change if-then-else-if-then-else into cond.
14097 (gnus-group-catchup): Indent.
14098 (group-name-at-point): New function.
14099 (gnus-fetch-group): Provide default from thing at point.
14101 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14103 * message.el (message-display-abbrev): Fix regexp.
14105 * ecomplete.el (ecomplete-highlight-match-line):
14106 Reimplement choosing.
14107 (ecomplete-highlight-match-line): Fix up code rewrite, remove
14110 * message.el (message-newline-and-indent): Remove debugging.
14111 (message-display-abbrev): Use new implementation.
14113 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
14115 * gnus-art.el (gnus-article-mode):
14116 Set cursor-in-non-selected-windows to nil.
14118 * smiley.el: Revert previous change.
14119 (smiley-data-directory): defvar it before using it in the
14120 defcustom of `smiley-style'.
14122 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14124 * message.el (message-newline-and-indent): New function.
14126 * ecomplete.el: Implement more bits.
14128 * message.el (message-put-addresses-in-ecomplete): Clean up the
14131 * ecomplete.el (ecomplete-add-item): Chop off decimals.
14133 * gnus-sum.el (gnus-summary-save-parts):
14134 Bind gnus-summary-save-parts-counter and use it to make unique file
14137 * gnus-art.el (gnus-ignored-headers): Add some more headers.
14139 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14140 parameter to say whether to actually parse the individual
14143 * message.el (message-put-addresses-in-ecomplete): New function.
14144 (ecomplete): Require.
14145 (message-mail-alias-type): Add ecomplete as an option.
14147 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
14149 * flow-fill.el (fill-flowed): Remove trailing space from blank
14152 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14154 * smiley.el (smiley-style): Move definition later to avoid a
14155 compilation warning.
14157 2006-04-12 Kenichi Handa <handa@m17n.org>
14159 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14160 buffer and then decode the buffer text if necessary.
14161 (rfc2231-encode-string): Be sure to work on multibyte buffer at
14162 first, and after mm-encode-body, change the buffer to unibyte.
14163 Use mm-disable-multibyte instead of set-buffer-multibyte.
14165 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
14167 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14168 Content-Type header instead of Content-Disposition header.
14169 (gnus-mime-inline-part): Ditto.
14170 (gnus-mime-view-part-as-charset): Ignore charset that the part
14173 * mm-decode.el (mm-display-part): Work with external parts and
14174 usual parts similarly.
14176 * mm-extern.el (mm-inline-external-body): Use mm-display-part
14177 instead of gnus-display-mime.
14179 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14180 instead of with-temp-buffer.
14182 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14183 tag to summarized topics part in order to encode non-ASCII text.
14185 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
14187 * smiley.el (smiley-style): New variable.
14188 (smiley-directory): New function.
14189 (smiley-data-directory): Derive from `smiley-style' using
14190 `smiley-directory'.
14191 (smiley-regexp-alist): Add new entries.
14193 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14194 (gnus-article-browse-delete-temp): Add :version.
14196 2006-04-11 Arne Jørgensen <arne@arnested.dk>
14198 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14201 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14203 * gnus.el (gnus-version-number): Bump version.
14205 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
14207 * gnus.el: No Gnus v0.4 is released.
14209 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14211 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14214 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14217 * message.el (message-header-synonyms): Add Original-To to the
14220 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14221 optional parameter.
14223 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14225 * gnus-fun.el (gnus): Require it for gnus-directory.
14227 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14229 * gnus-fun.el (gnus-face-properties-alist): Add :version.
14231 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14233 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14235 2006-04-05 Simon Josefsson <jas@extundo.com>
14237 * password.el (password-reset): New function.
14239 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14241 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14242 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14244 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14246 * nnweb.el (nnweb-google-create-mapping): Update regexp.
14247 Some whitespace was matched into the url, which broke browsing hits
14248 > 100 when mm-url-use-external was nil.
14250 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
14252 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14253 Check gnus-extra-headers for 'Newsgroups.
14255 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14258 2006-04-04 Daiki Ueno <ueno@unixuser.org>
14260 * pgg-gpg.el: Clean up process buffers every time gpg processes
14263 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
14265 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14268 2006-04-03 Daiki Ueno <ueno@unixuser.org>
14270 * pgg-gpg.el (pgg-gpg-process-filter)
14271 (pgg-gpg-wait-for-completion): Check if buffer is alive.
14273 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14274 lines, temporary fix.
14276 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
14278 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14280 2006-03-29 Daiki Ueno <ueno@unixuser.org>
14282 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14283 default-enable-multibyte-characters. This reverts the change from
14284 revision 6.17 which is no longer necessary because the passphrase
14285 is sent separately now. GnuPG messages are unreadable under
14286 multibyte locales with default-enable-multibyte-characters set to
14289 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
14291 * message.el (message-tool-bar-gnome): Move "spell".
14293 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
14295 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14296 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
14299 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
14301 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14302 Improve newsgroups handling for NNTP overviews which don't include
14305 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14307 * message.el (message-resend): Bind message-generate-hashcash to nil.
14309 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14311 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14312 when searching for already-paid recipients.
14314 2006-03-27 Daiki Ueno <ueno@unixuser.org>
14316 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14317 passphrases when it is not needed.
14318 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14319 passphrase stuff from gpg, should only be necessary when you use
14320 gpg with a smartcard.
14322 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
14324 * mml.el (mml-insert-mime): Ignore cached contents of
14325 message/external-body part.
14327 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14328 (mm-insert-part): Ditto.
14330 2006-03-23 Simon Josefsson <jas@extundo.com>
14332 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14334 (pgg-gpg-use-agent-p): Use it again.
14336 2006-03-23 Simon Josefsson <jas@extundo.com>
14338 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14340 (pgg-gpg-use-agent-p): Don't use it.
14342 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
14344 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14347 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
14349 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14350 (pgg-gpg-update-agent): New function.
14351 (pgg-gpg-use-agent-p): New function.
14352 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14353 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14354 (pgg-gpg-sign-region): Use it.
14356 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
14358 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14359 Reported by Ralf Wachinger <rwachinger@gmx.de>.
14361 2006-03-21 Simon Josefsson <jas@extundo.com>
14363 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14364 <wilde@sha-bang.de>.
14365 (pgg-gpg-use-agent): New variable.
14366 (pgg-gpg-process-region): Use it.
14367 (pgg-gpg-encrypt-region): Likewise.
14368 (pgg-gpg-encrypt-symmetric-region): Likewise.
14369 (pgg-gpg-decrypt-region): Likewise.
14370 (pgg-gpg-sign-region): Likewise.
14371 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14373 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
14375 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14377 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14378 Add comment on version.
14380 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
14382 * smiley.el: Add missing test smiley.
14384 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
14386 * mm-decode.el (mm-with-part): New macro.
14387 (mm-get-part): Use it; work with message/external-body as well.
14388 (mm-save-part): Treat name and filename equally.
14390 * mm-extern.el (mm-extern-cache-contents): New function.
14391 (mm-inline-external-body): Use it; force the part to be displayed;
14392 move undisplayer added to the cached handle to the parent.
14394 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14395 (gnus-mime-view-part-as-type): Work with message/external-body.
14397 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14399 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
14401 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14402 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
14405 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
14407 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14408 path rather than symbol. Always return list of directories.
14409 Guarantee that image directory comes first. [Sync with image.el,
14410 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
14412 * message.el (message-make-tool-bar): Adjust to new API of
14413 `gmm-image-load-path-for-library'.
14415 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14417 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14419 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14421 * gnus-art.el (gnus-article-only-boring-p):
14422 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14424 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14426 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
14428 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14429 Use `defun' instead of `gmm-defun-compat'.
14431 2006-03-14 Simon Josefsson <jas@extundo.com>
14433 * message.el (message-unique-id): Don't use message-number-base36
14434 if (user-uid) is a float.
14435 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14437 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14439 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14441 * gnus-art.el (gnus-mime-display-single): Make sure there is an
14442 empty line between a part and a message part.
14444 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
14446 * smiley.el: Add more test smileys.
14447 (smiley-data-directory, smiley-regexp-alist)
14448 (gnus-smiley-file-types): Fix doc strings.
14449 (smiley-update-cache): Clear smiley-cached-regexp-alist before
14450 adding new elements.
14451 (smiley-mouse-map): Unused code. Make it a comment.
14453 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
14455 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14456 scan latest NoCeM messages instead of old ones.
14457 (gnus-nocem-check-article): Fix regexps so as to match to PGP
14458 delimiters that are recently used.
14459 (gnus-nocem-load-cache): Add autoload cookie.
14461 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14463 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14464 level which is larger than gnus-use-nocem is specified.
14466 * gnus-group.el (gnus-group-get-new-news): Ditto.
14468 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
14470 * gnus-util.el (gnus-tool-bar-update): New function.
14472 * gnus-group.el (gnus-group-update-tool-bar): New variable.
14473 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14475 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14477 * gnus-group.el (gnus-group-redraw-when-idle)
14478 (gnus-group-redraw-check): Remove.
14479 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14481 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
14483 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14484 if optional last element is specified in splits (FIELD VALUE...).
14486 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
14488 * message.el (message-make-tool-bar): Rename gmm-image-load-path
14489 to gmm-image-load-path-for-library. Call with no-error argument.
14490 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14492 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14494 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14496 * gmm-utils.el (gmm-image-load-path): Remove alias.
14498 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
14500 * gmm-utils.el (gmm-image-load-path): Add alias.
14502 * nnml.el (nnml-generate-nov-databases-directory): Rename from
14503 nnml-generate-nov-databases-1.
14504 (nnml-generate-nov-databases): Use it.
14505 (nnml-generate-nov-databases-directory): Document no-active
14508 * gmm-utils.el (gmm-image-load-path-for-library): Return single
14509 directory if path is t. Add no-error.
14511 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14512 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14514 * gnus-art.el (gnus-article-browse-delete-temp-files):
14515 Simplify resetting gnus-article-browse-html-temp-list.
14517 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14518 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
14519 Add example to docstring. Rename local variables. Move error
14520 checks to default case in cond and simplify.
14522 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
14524 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14525 handle is multipart when calling it recursively.
14526 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14528 2006-03-03 Daniel Pittman <daniel@rimspace.net>
14530 * nnimap.el (nnimap-request-update-info-internal): Optimize.
14531 Don't `gnus-uncompress-range' to avoid excessive memory usage.
14533 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
14535 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14538 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14541 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
14543 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14544 to "Emacs 23 (unicode)" in doc string.
14546 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14547 "Emacs 23 (unicode)" in comment.
14549 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
14551 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14553 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14554 characters 160 through 255 in Emacs 23.
14556 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
14558 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14559 gnus-article-browse-html-temp.
14560 (gnus-article-browse-delete-temp): Make it customizable.
14561 Add `file'. Adjust doc string.
14562 (gnus-article-browse-delete-temp-files): Add argument.
14563 Allow query for each file. Adjust doc string.
14564 (gnus-article-browse-html-parts):
14565 Add `gnus-article-browse-delete-temp-files' to
14566 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14568 2006-03-02 Hynek Schlawack <hynek@ularx.de>
14570 * gnus-art.el (gnus-article-browse-html-temp)
14571 (gnus-article-browse-delete-temp): New variables.
14572 (gnus-article-browse-delete-temp-files): New function.
14573 (gnus-article-browse-html-parts): Use it.
14575 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
14577 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14579 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14582 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14583 gnus-summary-insert-new-articles when unplugged.
14584 Remove gnus-summary-search-article-forward.
14586 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14587 display-visual-class instead of display-color-cells.
14589 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
14591 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14592 message/* containing non-ASCII text properly.
14594 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
14596 * message.el: Require gmm-utils, remove autoloads.
14597 (message-tool-bar): Set default based on
14598 gmm-tool-bar-style.
14599 (message-tool-bar-gnome): Add gmm-customize-mode.
14601 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14602 gmm-tool-bar-style.
14603 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14605 * gnus-group.el (gnus-group-tool-bar): Set default based on
14606 gmm-tool-bar-style.
14607 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14609 * gmm-utils.el (gmm-image-directory): Rename variable from
14610 gmm-image-load-path.
14611 (gmm-image-load-path): Use gmm-image-directory.
14612 (gmm-customize-mode): New function.
14613 (gmm-tool-bar-style): New variable.
14615 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14616 gnus-group-redraw-line-number.
14617 (gnus-group-redraw-check): Simplify.
14618 (gnus-group-tool-bar-update): Remove redraw check.
14619 (gnus-group-make-tool-bar): Add redraw check.
14621 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
14623 * gnus-art.el (gnus-button): Add missing parentheses.
14625 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
14627 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14629 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
14631 * gnus-art.el (gnus-button): New face.
14632 (gnus-article-button-face): Use it.
14634 * gnus-sum.el (gnus-summary-tool-bar-gnome):
14635 Add gnus-summary-next-page. Re-order.
14637 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14638 next-node are now included.
14639 (gnus-group-redraw-line-number): New internal variable.
14640 (gnus-group-redraw-check): Helper function for updating the tool
14642 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14644 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14646 * spam.el (spam-spamassassin-score-regexp): New internal variable.
14647 (spam-extra-header-to-number, spam-check-spamassassin-headers):
14648 Use it to match format of Spamassassin 3.0 and later.
14649 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14650 (spam-check-bogofilter)
14651 (spam-bogofilter-register-with-bogofilter): Fix args of
14652 `gnus-error' calls.
14654 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
14656 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14657 unnecessary interaction when sending queued mails.
14658 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14660 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
14662 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14663 first or last are nil.
14665 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14667 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14669 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
14671 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14673 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
14675 * dns.el (query-dns): Protect more against buggy tcp output.
14677 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
14679 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14682 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14684 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14685 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14686 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
14687 output on the server side.
14688 (nnweb-google-create-mapping): Update regexps and add some
14689 progress indication.
14691 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
14693 * gnus-group.el (gnus-group-tool-bar-gnome):
14694 Fix gnus-agent-toggle-plugged. Re-order icons.
14695 (gnus-group-tool-bar-gnome):
14696 Add gnus-group-{prev,next}-unread-group.
14697 (gnus-group-tool-bar-gnome): Re-order icons.
14699 * gnus-sum.el (gnus-summary-tool-bar-gnome):
14700 Move gnus-summary-insert-new-articles.
14702 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14705 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
14706 also available in Emacs 21.3.
14708 * message.el (message-fix-before-sending): Change "Emacs 22" to
14709 "Emacs 23 (unicode)" in comment.
14711 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14712 "Emacs 23 (unicode)" in comment.
14714 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14716 (mm-coding-system-p): Add comment about no-MULE XEmacs.
14718 * mm-view.el (mm-fill-flowed): Add :version.
14720 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
14722 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14725 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
14727 * message.el: Autoload gmm-image-load-path.
14728 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14729 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
14732 * gmm-utils.el (gmm-image-load-path): Also search in
14733 "../etc/images". Don't set gmm-image-load-path if we don't find
14736 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
14738 * gmm-utils.el (gmm-image-load-path): Don't make
14739 `gmm-image-load-path' include subdirectories which the second arg
14740 `image' might specify.
14742 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14743 subdirectory to icon file names.
14745 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14747 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
14749 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14750 gmm-image-load-path calls.
14752 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14754 * message.el (message-make-tool-bar): Ditto.
14756 * mml.el (mml-preview): Add comment concerning tool bar icons.
14758 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14759 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14761 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14762 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14764 * message.el (message-tool-bar-gnome): Use new icon names.
14765 (message-make-tool-bar): Use `gmm-image-load-path'.
14767 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14768 New functions from MH-E.
14769 (gmm-image-load-path): New variable from MH-E.
14770 (gmm-image-load-path): New function from MH-E. Add arguments
14771 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
14772 *-image-load-path-called-flag.
14774 2006-02-21 Milan Zamazal <pdm@brailcom.org>
14776 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14778 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
14780 * nnimap.el (nnimap-request-move-article): Change folder back to
14781 source group before deleting.
14783 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
14785 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14787 * gnus-art.el (mm-url-insert-file-contents-external):
14790 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14792 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
14794 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14795 coding system which mm-charset-to-coding-system returns for a
14796 given charset is valid.
14798 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
14800 * html2text.el (html2text-remove-tag-list):
14801 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14803 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
14805 * gnus-cus.el: Revert 2005-10-17 change.
14807 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
14809 * gnus-art.el (article-strip-banner):
14810 Call article-really-strip-banner only when the regexp match is made.
14812 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
14814 * gnus-art.el (article-strip-banner):
14815 Use gnus-extract-address-components instead of
14816 mail-header-parse-addresses to make it work with non-ASCII text;
14817 remove mail-encode-encoded-word-string.
14819 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14820 values which are surrounded with \"...\"; make it never cause a
14821 Lisp error; give up parsing of parameters if it failed in
14824 2006-02-14 Arne Jørgensen <arne@arnested.dk>
14826 * smime.el (smime-cert-by-ldap-1): Fix bug where
14827 `smime-ldap-search' returns results without userCertificates.
14829 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
14831 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14833 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
14835 * spam.el (spam-check-spamassassin-headers): Adapt format for
14836 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
14837 <ari@mbf.ocn.ne.jp>.
14838 (spam-list-of-processors): Add spam-use-gmane.
14840 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
14842 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14843 make-temp-file; make it work with XEmacs as well.
14845 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14848 * mm-decode.el (mm-display-external): Use the 3rd arg of
14850 (mm-create-image-xemacs): Ditto.
14852 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
14854 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14855 with message-narrow-to-headers.
14856 (gnus-draft-setup): Narrow to header to run message-fetch-field.
14857 (gnus-draft-check-draft-articles): New function.
14858 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14860 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
14862 * gnus-art.el (gnus-article-browse-html-parts):
14863 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14864 Don't use suffix argument for mm-make-temp-file for Emacs 21
14865 compatibility. Remove useless `format'.
14867 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14869 * nnweb.el (nnweb-google-wash-article): Update regexps.
14870 (nnweb-group-alist): Use defvoo instead of defvar.
14872 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14874 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14875 re-loading nn* modules.
14877 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
14879 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14880 for `tool-bar-mode' and don't check it's default-value.
14882 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14884 * message.el (message-make-tool-bar): Ditto.
14886 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14887 `substring'. Shorten tmp-file name.
14889 * gnus.el: Remove bogus comment.
14891 2006-02-10 Hynek Schlawack <hynek@ularx.de>
14893 * gnus-art.el (gnus-article-browse-html-parts): New function.
14894 (gnus-article-browse-html-article): New function for viewing html
14895 articles with a browser.
14897 2006-02-09 Daiki Ueno <ueno@unixuser.org>
14899 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14900 (mml2015-pgg-encrypt): Ditto.
14902 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14903 (mml1991-pgg-encrypt): Ditto.
14905 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
14907 * nnfolder.el (nnfolder-insert-newsgroup-line):
14908 Use message-make-date instead of current-time-string.
14910 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14911 to gnus-decoded which mm-uu might set.
14913 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
14915 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14916 don't decode quoted parameters; remove misimported Emacs code.
14917 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14918 (rfc2231-decode-encoded-string): Don't use split-string which
14919 behaves differently according to Emacs version; use
14920 mm-decode-coding-region to convert charset to coding-system.
14921 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14922 (rfc2231-encode-string): Remove misimported Emacs code.
14924 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
14926 * gnus-art.el (article-decode-charset): Don't use ignore-errors
14927 when calling mail-header-parse-content-type.
14928 (article-de-quoted-unreadable): Ditto.
14929 (article-de-base64-unreadable): Ditto.
14930 (article-wash-html): Ditto.
14932 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14933 calling mail-header-parse-content-type and
14934 mail-header-parse-content-disposition.
14935 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14936 mail-header-parse-content-type.
14938 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14939 insert charset and format parameters; encode description after
14940 inserting it to buffer.
14941 (mml-insert-parameter): Fold lines properly even if a parameter is
14942 segmented into two or more lines; change the max column to 76.
14944 * rfc1843.el (rfc1843-decode-article-body): Don't use
14945 ignore-errors when calling mail-header-parse-content-type.
14947 * rfc2231.el (rfc2231-parse-string): Return at least type if
14948 possible; don't cause an error even if it fails in parsing of
14949 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14950 (rfc2231-encode-string): Don't break lines at the beginning, leave
14951 it to mml-insert-parameter.
14953 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14954 calling mail-header-parse-content-type.
14956 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
14958 * spam-report.el (spam-report-gmane-use-article-number):
14959 Improve doc string.
14960 (spam-report-gmane-internal): Check if a suitable header was found
14963 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
14965 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14966 (rfc2231-encode-string): Make param*=value always begin with LWSP.
14968 2006-02-05 Romain Francoise <romain@orebokech.com>
14970 Update copyright notices of all files in the gnus directory.
14972 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14974 * nnweb.el (nnweb-request-group): Avoid growing overview files.
14976 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
14978 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14979 segmented lines of parameter value to cope with Thunderbird 1.5
14980 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14981 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14982 (rfc2231-encode-string): Don't make lines exceeding 76 column.
14984 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
14986 * mml.el (mml-generate-mime-1): Correct the order of inline signed
14989 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14991 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14992 there's only one active file for all servers.
14993 (nnweb-request-scan): Make sure nnweb-articles is initialized on
14994 solid groups. Gnus might have used a FAST request to select the group.
14995 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14996 and nnweb-search redundantly in the active file.
14997 (nnweb-request-list): Don't list bogus groups. There can only be one.
14998 (nnweb-request-create-group): Don't use ARGS.
14999 (nnweb-possibly-change-server, nnweb-request-group): Remove some
15000 initializations. Let nnoo do the work.
15002 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
15004 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15005 Say the part has been decoded.
15007 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15009 2006-01-31 Kevin Ryde <user42@zip.com.au>
15011 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15012 mailcap-viewer-test-cache when there's no 'test clause, since that
15013 will invert the meaning of a "nil" test previously determined by
15014 mailcap-mailcap-entry-passes-test.
15016 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
15018 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15021 * gnus-sum.el: Ditto.
15023 * message.el: Don't bind tool-bar-map when compiling.
15025 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
15027 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15029 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
15031 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15032 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15033 current Google Groups.
15035 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
15037 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15040 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15043 * message.el (message-tool-bar-update): Simplify.
15044 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15046 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15047 gnus-summary-buffer.
15048 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15049 gnus-summary-reply.
15051 * gmm-utils.el (gmm): Add :version.
15053 2006-01-26 Steve Youngs <steve@sxemacs.org>
15055 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15058 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
15060 * gmm-utils.el (gmm-verbose): Add :group.
15062 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
15064 * message.el: Change some comments WRT tool-bars.
15066 * gnus-sum.el (gnus-summary-tool-bar)
15067 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15068 (gnus-summary-tool-bar-zap-list): New variables.
15069 (gnus-summary-make-tool-bar): Complete rewrite using
15070 `gmm-tool-bar-from-list'.
15072 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15073 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15075 (gnus-group-make-tool-bar): Complete rewrite using
15076 `gmm-tool-bar-from-list'.
15077 (gnus-group-tool-bar-update): New function.
15079 * message.el (message-mode-field-menu): Add "Show hidden Headers".
15081 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
15083 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15084 is dissected into a single part of which the type is the same as
15085 the given one; decode charset.
15087 2006-01-21 Kevin Ryde <user42@zip.com.au>
15089 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15090 into alists as symbol not string, since that's what
15091 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15094 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
15096 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15097 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15099 * message.el (message-tool-bar-gnome): Use gmm-ignore.
15101 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15103 * gnus-art.el (gnus-mime-security-button-commands): New variable.
15104 (gnus-mime-security-button-menu): New definition.
15105 (gnus-mime-security-button-map): Use them.
15106 (gnus-mime-security-button-menu): New function.
15107 (gnus-insert-mime-security-button): Addition to help echo.
15108 (gnus-mime-security-run-function, gnus-mime-security-save-part)
15109 (gnus-mime-security-pipe-part): New functions.
15111 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15112 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15114 * mm-decode.el (mm-handle-set-disposition): Remove.
15115 (mm-handle-set-description): Remove.
15117 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15119 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15120 (mm-w3m-standalone-supports-m17n-p): New function.
15121 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15124 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15125 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15127 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
15129 * message.el (message-tool-bar-zap-list):
15130 Use gmm-tool-bar-zap-list as custom type.
15131 (message-tool-bar-update): New function.
15132 (message-tool-bar, message-tool-bar-gnome)
15133 (message-tool-bar-retro): Add message-tool-bar-update.
15134 (message-tool-bar-gnome): Add flyspell-buffer.
15136 * gnus-util.el (gnus-error): Describe `args'.
15138 * gmm-utils.el (gmm-error): Describe `args'.
15139 (gmm-tool-bar-zap-list): New widget.
15140 (gmm-tool-bar-from-list): Improve description of `zap-list'.
15142 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
15144 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15145 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15146 the number of recursive calls.
15148 * mm-decode.el (mm-handle-set-disposition): New macro.
15149 (mm-handle-set-description): New macro.
15151 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
15153 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15156 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
15158 * message.el (message-tool-bar-zap-list, message-tool-bar)
15159 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15160 (message-tool-bar-local-item-from-menu): Remove.
15161 (message-tool-bar-map): Replace by `message-make-tool-bar'.
15162 (message-make-tool-bar): New function.
15163 (message-mode): Use `message-make-tool-bar'.
15165 * gmm-utils.el: New file.
15166 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15167 (gmm-lazy): New widget copied from `nnmail.el'.
15168 (gmm-tool-bar-from-list): New function for creating customizable
15170 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
15172 (gmm): Add :prefix to defgroup.
15174 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
15176 * gmm-utils.el (gmm-widget-p): New function.
15178 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
15180 * mml.el (mml-attach-file): Describe `description' in doc string.
15181 (mml-menu): Add Emacs MIME manual and PGG manual.
15183 2006-01-20 Richard M. Stallman <rms@gnu.org>
15185 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15187 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
15189 * nntp.el (nntp-end-of-line): Doc fix.
15191 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
15193 * imap.el (imap-open): Handle case where buffer is a buffer
15196 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
15198 * gnus-delay.el (gnus-delay): Don't autoload.
15199 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15200 to be re-loaded when customizing the `gnus-delay' group.
15202 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
15204 * message.el (message-insert-citation-line): Use newlines.
15206 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
15208 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15210 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15212 2006-01-19 Mark D. Baushke <mdb@gnu.org>
15214 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15216 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
15218 * mm-decode.el (mm-inlined-types): Add application/pgp.
15219 (mm-automatic-display): Ditto.
15221 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15224 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
15226 * nnrss.el: Update copyright.
15227 (nnrss-opml-import): Query whether to subscribe to each entry.
15232 * mm-view.el: Update copyright.
15234 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
15236 * message.el (message-info): New function.
15237 (message-mode-menu): Add it.
15240 * ChangeLog: Fix and update copyright.
15242 2006-01-13 Romain Francoise <romain@orebokech.com>
15244 * message.el (message-forward-subject-name-subject): Prefer the
15245 address to 'nowhere' if the sender has no name.
15246 Fix typo. Update copyright year.
15248 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
15250 * gnus-art.el (article-wash-html):
15251 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15252 (gnus-article-wash-html-with-w3m-standalone): New function.
15254 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15255 mm-inline-text-html-render-with-w3m-standalone.
15256 (mm-text-html-washer-alist): Map w3m-standalone to
15257 gnus-article-wash-html-with-w3m-standalone.
15258 (mm-inline-text-html-render-with-w3m-standalone): New function.
15260 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
15262 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15265 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
15267 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15268 (nnrss-request-article): Render text/plain parts as HTML.
15270 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15273 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
15275 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15276 custom definition of `gnus-posting-styles'.
15278 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15279 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15281 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
15283 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15284 Use nntp for bug archive.
15286 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
15288 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15290 (nnrss-normalize-date): New function converts ISO 8601 date into
15291 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
15292 (nnrss-check-group): Use it.
15294 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
15296 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15298 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15299 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
15300 (nnrss-insert-w3): Ditto.
15302 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15304 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15305 the articles to be forwarded including the case where neither a
15306 number of articles nor a region is specified.
15308 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
15310 * nnrss.el (nnrss-request-article): Fix last change; fill
15313 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
15315 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15316 in text/plain part.
15317 (nnrss-check-group): Don't add excessive newline to dc:subject.
15319 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
15321 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15324 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
15326 * nnml.el: Don't require gnus-bcklg. Autoload it.
15327 (nnml-use-compressed-files, nnml-save-mail): Support other
15328 comression programs such as bzip2.
15330 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15332 * dns.el (query-dns): Make sure we check the buffer size before
15333 removing tcp headers.
15335 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
15337 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15338 remove MIME buttons associated with multipart/alternative parts.
15339 (gnus-mime-display-alternative): Tag buttons using `article-type'
15342 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15343 associated with multipart/alternative parts.
15345 * gnus-art.el (gnus-signature-separator): Fix custom type.
15347 * mm-decode.el (mm-inlined-types): Fix custom type.
15348 (mm-keep-viewer-alive-types): Ditto.
15349 (mm-automatic-display): Ditto.
15350 (mm-attachment-override-types): Ditto.
15351 (mm-inline-override-types): Ditto.
15352 (mm-automatic-external-display): Ditto.
15354 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
15356 * spam-report.el (spam-report-user-mail-address)
15357 (spam-report-user-agent): New variables.
15358 (spam-report-url-ping-plain): Use spam-report-user-agent.
15360 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
15362 * gnus-art.el (gnus-button-handle-custom): Do not just use
15363 `customize-apropos' for any "M-x customize-*" button but the
15364 function called for. Accept both the function name and its
15365 argument in order to achieve this.
15366 (gnus-button-alist): Remove support for "custom:" URL's.
15367 Pass function name to `gnus-button-handle-custom' in case of "M-x
15368 customize-*" buttons.
15370 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
15372 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15373 multipart/alternative and add xref to mm-discouraged-alternatives
15376 * mm-decode.el (mm-discouraged-alternatives): Add xref to
15377 gnus-buttonized-mime-types in doc string.
15379 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
15381 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15382 Suggest image/.* in the doc string.
15384 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
15386 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15387 message-marks (Debian bug #342521).
15389 2005-12-12 Simon Josefsson <jas@extundo.com>
15391 * password.el (password-read-from-cache): Add.
15392 (password-read): Use it.
15394 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
15396 * rfc2047.el (rfc2047-charset-to-coding-system):
15397 Recognize us-ascii as a MIME charset.
15399 * mm-bodies.el (mm-decode-content-transfer-encoding):
15400 Protect against the case where the 2nd arg TYPE is nil.
15402 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15404 * pop3.el (pop3-stream-type): Fix custom version.
15406 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15408 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15410 * mm-decode.el (mm-display-external): Add missing cdr.
15412 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
15414 * mm-decode.el (mm-display-external): Use nametemplate (defined in
15415 RFC1524) if it is in mailcap or add a suffix according to
15416 mailcap-mime-extensions when generating a temp filename; postpone
15417 deleting a temp file for 2 seconds for some wrappers, shell
15418 scripts, and so on, which might exit right after having started a
15419 viewer command as a background job.
15421 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
15423 * nntp.el (nntp-marks-directory): Fix custom group.
15425 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15428 * gnus-start.el (gnus-no-server-1):
15429 Mention `gnus-level-default-subscribed' in doc string.
15431 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15433 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15436 2005-11-26 Dave Love <fx@gnu.org>
15438 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15439 (tls-program, tls-success): Provide openssl alternative.
15441 * starttls.el: Doc fixes.
15442 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15445 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
15446 port null or service name.
15447 (starttls-negotiate): Autoload.
15449 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
15451 * message.el (message-kill-to-signature): Fix interactive spec.
15453 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
15455 * pop3.el (pop3-open-server): Recognize a string as a service name.
15457 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
15459 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15461 2005-11-23 Dave Love <fx@gnu.org>
15463 Add pop3s, pop3/starttls.
15465 * pop3.el (pop3-authentication-scheme): Clarify doc.
15466 (open-tls-stream, starttls-open-stream): Autoload.
15467 (pop3-stream-type): New.
15468 (pop3-open-server): Use it.
15470 * mail-source.el (mail-sources): Fix some :types. Add stream type
15472 (mail-source-keyword-map): Add :stream for POP.
15473 (mail-source-fetch-pop): Use pop3-stream-type.
15475 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
15477 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15478 of current-time-string.
15480 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
15482 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15485 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
15487 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15488 it can seriously impact performance as it bypasses the agent's
15491 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
15493 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15494 must be explicitly online rather than "not explicitly offline" for
15495 its flags to be synchronized.
15497 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15498 that gnus-uu-unmark-thread will function correctly.
15500 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15501 1024K is instead displayed as 1M.
15503 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15505 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15507 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
15509 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15511 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
15513 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15514 error message to display actual error condition.
15515 (gnus-agent-save-local): Avoid saving symbols that are bound to
15516 nil as they simply result in a warning message in
15517 gnus-agent-read-local.
15519 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
15521 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15522 rather than make-variable-buffer-local for file-precious-flag.
15524 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
15526 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15527 for duplicates which are removed. The invalid sort check then
15528 triggers a rescan after the sort as sorting may have moved
15529 duplicate entries such that they can be cheaply detected.
15531 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
15533 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15535 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
15537 * gnus-agent.el (gnus-agent-article-alist-save-format):
15538 Change internal variable to a custom variable. Change default value
15539 from compressed(2) to uncompressed(1).
15540 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15541 support for uncompressed agentview files. Taken together, reading
15542 the agentview file should now be 6-7 times faster.
15544 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
15546 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15547 as a buffer-local variable. This avoids creating truncated
15548 dribble files as a result of a hang up, eg.
15550 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15552 * gnus-start.el (gnus-start-draft-setup):
15553 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15555 * gnus.el (gnus-splash): Change custom group.
15556 (gnus-group-get-parameter, gnus-group-parameter-value):
15557 Describe allow-list argument.
15559 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15562 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
15564 * gnus-art.el (gnus-default-article-saver): Add user-defined
15565 `function' to custom type.
15567 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
15569 * imap.el (imap-open): Handle case where buffer is a buffer
15572 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
15574 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15576 (gnus-cache-delete-group): Wrap doc strings.
15578 * gnus-agent.el (gnus-agent-rename-group)
15579 (gnus-agent-delete-group): Wrap doc strings.
15581 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15583 * gnus-start.el (gnus-1): Add "native" to
15584 gnus-predefined-server-alist.
15586 * gnus.el (gnus-method-to-server): Don't add "native" to the
15587 lists here, because that leads to problems when
15588 gnus-select-method is bound.
15590 2005-11-09 Simon Josefsson <jas@extundo.com>
15592 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15593 use (not sort-by-date) instead.
15595 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15597 * gnus-delay.el (gnus-delay-group): Don't autoload.
15598 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15599 to be re-loaded when customizing the `gnus-delay' group.
15601 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
15603 * message.el: Revert last changes.
15604 (message-insert-citation-line): Use newlines.
15606 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
15608 * message.el (message-courtesy-message)
15609 (message-mark-insert-begin, message-mark-insert-end)
15610 (message-elide-ellipsis, message-cancel-message)
15611 (message-add-header, message-change-subject)
15612 (message-cross-post-followup-to-header)
15613 (message-cross-post-insert-note, message-reduce-to-to-cc)
15614 (message-widen-reply, message-delete-not-region)
15615 (message-kill-to-signature, message-insert-signature)
15616 (message-insert-importance-high, message-insert-importance-low)
15617 (message-insert-or-toggle-importance)
15618 (message-insert-disposition-notification-to)
15619 (message-indent-citation, message-yank-original)
15620 (message-cite-original-without-signature, message-cite-original)
15621 (message-insert-citation-line, message-position-on-field)
15622 (message-fix-before-sending, message-send-mail-partially)
15623 (message-send-mail, message-send-mail-with-sendmail)
15624 (message-send-mail-with-qmail, message-send-news)
15625 (message-check-news-header-syntax, message-generate-headers)
15626 (message-insert-courtesy-copy, message-fill-address)
15627 (message-fill-header, message-shorten-references)
15628 (message-setup-1, message-cancel-news)
15629 (message-forward-make-body-plain, message-forward-make-body-mime)
15630 (message-forward-make-body-mml, message-encode-message-body)
15631 (message-forward-make-body-digest-plain)
15632 (message-forward-make-body-digest-mime)
15633 (message-use-alternative-email-as-from): Insert `hard-newline'
15634 instead of ordinary newlines.
15636 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
15638 * message.el (message-generate-headers): Downcase the argument
15639 given to message-check-element.
15641 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
15643 * nntp.el (nntp-authinfo-rejected): New error condition.
15644 (nntp-wait-for): Use new error condition to signal authentication
15646 (nntp-retrieve-data): Rethrow new error condition to break out of
15647 recursive call to nntp-send-authinfo.
15649 2005-11-08 Romain Francoise <romain@orebokech.com>
15651 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15652 (gnus-summary-exit-map): Bind to `Z p'.
15653 (gnus-summary-make-menu-bar): Add menu item.
15655 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
15657 * gnus-art.el (gnus-article-treat-custom): Add `first'.
15658 (gnus-treat-*): Add `first' in all doc strings.
15660 * gnus-group.el (gnus-group-compact-group): Fix typo.
15662 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
15664 * gnus.el (gnus-parameters-case-fold-search): New variable.
15665 (gnus-parameters-get-parameter): Use it.
15667 * gnus-score.el (gnus-home-score-file): Doc fix.
15669 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
15671 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15673 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
15675 * mm-util.el (mm-special-display-p): New function.
15677 * mml.el (mml-preview): Use it; doc fix.
15679 2005-10-29 Romain Francoise <romain@orebokech.com>
15681 * message.el (message-fix-before-sending): Fix comment.
15683 2005-10-29 Jari Aalto <jari.aalto@cante.net>
15685 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15687 2005-10-29 Jari Aalto <jari.aalto@cante.net>
15689 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15690 Used in gnus-score.el.
15692 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15694 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15696 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
15698 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15699 whitespace removed in revision 7.8. Use concatenated string to
15700 protect trailing whitespace.
15702 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
15704 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15705 (nnimap-request-expire-articles): Use it to avoid sending 'UID
15706 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15707 Courier IMAP ("some version from 2004"). Mostly based on similar
15708 code in the same function.
15710 2005-10-26 Didier Verna <didier@xemacs.org>
15712 * gnus-group.el (gnus-group-compact-group): Invalidate original
15714 * gnus-srvr.el (gnus-server-compact-server): Ditto.
15715 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15716 NOV database and in article itself.
15717 Invalidate article backlog.
15719 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15721 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15723 2005-10-26 Simon Josefsson <jas@extundo.com>
15725 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15726 part of 2004-07-25 change.
15728 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
15730 * message.el (message-display-completion-list): New function.
15731 (message-expand-group): Use it; make sure the Completions buffer
15734 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
15736 * imap.el (imap-open): Handle case where buffer is a buffer object.
15738 2005-10-24 Eli Zaretskii <eliz@gnu.org>
15745 * pgg.el: Move to the parent lisp directory.
15747 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
15749 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15750 user-mail-name is an empty string.
15752 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
15754 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15755 depending on gnus-score-decay-constant.
15757 * encrypt.el (encrypt-insert-file-contents)
15758 (encrypt-write-file-contents): Don't use `gnus-message'.
15760 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15762 (mm-uu-type-alist): Add message-marks and insert-marks.
15763 Pass arguments to mm-uu-verbatim-marks-extract.
15764 (mm-uu-hide-markers): New variable.
15765 (mm-uu-extract): Use face similar to `gnus-cite-3'.
15767 * gnus-fun.el (gnus-convert-image-to-x-face-command)
15768 (gnus-convert-image-to-face-command): Use "convert" by default to
15769 allow other input image formats.
15770 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15773 2005-10-23 Simon Josefsson <jas@extundo.com>
15775 * imap.el (imap-gssapi-program): Align command line parameters
15776 with latest GNU SASL.
15777 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15779 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15781 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15783 (nnslashdot-request-article): Ditto.
15785 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
15787 * mail-source.el (mail-source-fetch-pop): Require pop3.
15788 (mail-source-check-pop): Ditto.
15790 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
15792 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15795 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
15797 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15798 (gnus-treat-strip-leading-blank-lines): Improve doc string.
15800 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15802 * mm-bodies.el (mm-decode-string):
15803 Call `mm-charset-to-coding-system' with allow-override argument.
15805 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15807 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15808 (rfc2047-charset-to-coding-system): New function.
15809 (rfc2047-decode-encoded-words): New function.
15810 (rfc2047-decode-region): Use them.
15811 (rfc2047-decode-cte): Remove.
15812 (rfc2047-parse-and-decode): Remove.
15813 (rfc2047-decode): Remove.
15815 2005-10-15 Kenichi Handa <handa@m17n.org>
15817 * rfc2047.el (rfc2047-decode-cte): New function.
15818 (rfc2047-decode-region): Change the way to decode successive
15819 encoded-words: decode B- or Q-encoding in each encoded-word,
15820 concatenate them, and decode it as charset.
15822 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
15824 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
15825 widget-move-and-invoke.
15826 (gnus-custom-mode): Use gnus-custom-map.
15828 2005-10-15 Bill Wohler <wohler@newt.com>
15830 * message.el (message-tool-bar-map): Rename image file from
15831 mail_send to mail/send.
15833 2005-10-16 Masatake YAMATO <jet@gyve.org>
15835 * message.el (message-expand-group): Pass the common
15836 prefix substring of completion to `display-completion-list'.
15838 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
15840 * mml-sec.el (mml-secure-method): New internal variable.
15841 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15842 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15843 New functions using mml-secure-method.
15845 * mml.el (mml-mode-map): Add key bindings for those functions.
15846 (mml-menu): Simplify security menu entries. Suggested by Jesper
15847 Harder <harder@myrealbox.com>.
15848 (mml-attach-file, mml-attach-buffer, mml-attach-external):
15849 Goto end of message if point is the headers of the message.
15851 * message.el (message-in-body-p): New function.
15853 * assistant.el: Autoload gnus-util and netrc.
15855 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15856 Use `mm-charset-override-alist' only when decoding.
15858 * mm-bodies.el (mm-decode-body):
15859 Call `mm-charset-to-coding-system' with allow-override argument.
15861 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15862 `filename' from Content-Disposition if Content-Type doesn't
15864 (gnus-mime-view-part-as-type): Set default instead of
15867 2005-10-09 Daniel Brockman <daniel@brockman.se>
15869 * format-spec.el (format-spec): Propagate text properties of % spec.
15871 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
15873 * gnus-art.el (gnus-treat-predicate): Add `first'.
15875 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
15877 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15878 (mm-charset-override-alist): New variable.
15879 (mm-charset-to-coding-system): Use it.
15880 (mm-codepage-setup): New helper function.
15881 (mm-charset-eval-alist): New variable.
15882 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15883 Warn about unknown charsets.
15885 2005-10-04 David Hansen <david.hansen@gmx.net>
15887 * nnrss.el (nnrss-request-article): Add support for the comments tag.
15888 (nnrss-check-group): Ditto.
15890 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15892 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15893 Rename x-gnus-verbatim to x-verbatim.
15894 (mm-uu-type-alist): Fix regexp for verbatim-marks.
15896 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15899 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15901 * gnus-util.el (gnus-remove-duplicates): Remove.
15903 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15904 instead of gnus-remove-duplicates.
15906 * message.el (message-remove-duplicates): Remove.
15907 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15908 message-remove-duplicates.
15910 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15911 available, else use implementation from `delete-dups'.
15913 * message.el (message-insert-expires): New function.
15914 (message-mode-map): Add key binding.
15915 (message-mode-field-menu): Add menu entry.
15916 (message-mode): Document it.
15917 (message-make-expires-date): Use `message-make-date'.
15919 2005-10-04 Josh Huber <huber@alum.wpi.edu>
15921 * message.el (message-make-expires-date): New function.
15923 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
15925 * time-date.el: Autoload parse-time-string, XEmacs needs it.
15927 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
15929 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15930 function rather than the diff-mode.el package.
15931 (mm-display-external): Use with-current-buffer.
15932 (mm-viewer-completion-map, mm-viewer-completion-map):
15933 Move initialization inside declaration.
15935 2005-09-29 Simon Josefsson <jas@extundo.com>
15937 * spam.el: Load hashcash when compiling, to avoid warnings.
15938 Don't autoload mail-check-payment.
15939 (spam-check-hashcash): Define unconditionally, since hashcash.el
15940 is part of Gnus now. Ignore errors from payment checking.
15942 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
15944 * message.el (message-bold-region, message-unbold-region):
15945 Rename from `bold-region' and `unbold-region'.
15947 * message.el: Remove useless autoloads.
15949 2005-09-28 Simon Josefsson <jas@extundo.com>
15951 * message.el (message-use-idna): Default to t.
15952 (message-use-idna): Test whether encoding works too. Doc fix.
15954 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
15956 * nntp.el (nntp-warn-about-losing-connection): Remove.
15958 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
15960 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15961 customizable. Change default value.
15962 (mm-uu-diff-groups-regexp): Change default value.
15963 (mm-uu-type-alist): Add doc string.
15964 (mm-uu-configure): Add doc string. Make it interactive.
15965 (mm-uu-tex-groups-regexp): New variable.
15966 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15967 (mm-uu-type-alist): Add LaTeX documents.
15968 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15969 of "text/verbatim".
15970 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15972 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15973 instead of "text/verbatim".
15975 * message.el (message-mark-inserted-region)
15976 (message-mark-insert-file): Use slrn style marks when called with
15979 2005-09-27 Simon Josefsson <jas@extundo.com>
15981 * message.el (message-idna-to-ascii-rhs-1): Reformat.
15983 2005-09-27 Arne Jørgensen <arne@arnested.dk>
15985 * message.el (message-remove-duplicates): New function.
15986 Implementation borrowed from `gnus-remove-duplicates'.
15987 (message-idna-to-ascii-rhs): Also encode idna addresses in
15988 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15989 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15990 only ask about the same idna domain once per header and also tell
15991 in what header to replace the idna domain.
15993 * gnus-art.el (article-decode-idna-rhs): Also decode idna
15994 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15995 (article-decode-idna-rhs): Fix regexp so that all idna-address in
15996 a header is decoded and not just the last one.
15998 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
16000 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16003 * mm-decode.el (mm-automatic-display): Add text/verbatim.
16004 (mm-insert-part): Don't modify text if it has been decoded.
16006 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16009 * mm-view.el (mm-inline-text): Don't strip text props unless
16010 decoding enriched or richtext parts.
16012 2005-09-25 Romain Francoise <romain@orebokech.com>
16014 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16015 * gnus-start.el (gnus-subscribe-interactively):
16016 * gnus-uu.el (gnus-uu-grab-articles):
16017 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16020 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
16022 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16023 * mm-view.el (mm-view-pkcs7-decrypt):
16024 * gnus-sum.el (gnus-summary-limit-to-extra)
16025 (gnus-summary-respool-article, gnus-read-move-group-name):
16026 * gnus-score.el (gnus-summary-increase-score):
16027 * gnus-util.el (gnus-completing-read-with-default):
16028 * gnus-art.el (gnus-read-save-file-name)
16029 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16030 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16031 * message.el (message-check-news-header-syntax):
16032 Follow convention for reading with the minibuffer.
16034 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
16036 * spam-report.el (spam-report-url-ping-plain):
16037 Use gnus-extended-version as User-Agent.
16039 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16040 default value is nil.
16042 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16043 (mm-uu-verbatim-marks-extract): New function.
16044 (mm-uu-extract): New face.
16045 (mm-uu-copy-to-buffer): Use it.
16047 * spam-report.el (spam-report-gmane-ham): Rename from
16048 `spam-report-gmane-unspam'.
16049 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16050 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
16052 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16054 (spam-report-gmane-unregister-routine):
16055 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16057 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
16059 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16060 (spam-report-gmane-unregister-routine): Add support for gmane
16063 * spam-report.el (spam-report-gmane-unspam)
16064 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16065 (spam-report-gmane): Change to take a single article and do unspam
16068 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
16070 * mm-url.el (mm-url-decode-entities): Fix regexp.
16072 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
16074 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16075 default to nil, to be able to use Gnus at all. If the default
16076 switches to something else, then the function should be fixed not
16077 be exceedingly slow.
16079 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
16081 * gnus-start.el (gnus-activate-group): If the server is nil, don't
16084 * spam-report.el: Add better Keywords line.
16086 * spam.el: Add Maintainer and better Keywords line.
16088 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
16090 * gnus-art.el (gnus-article-replace-part)
16091 (gnus-mime-replace-part): New functions.
16092 (gnus-mime-action-alist, gnus-mime-button-commands)
16093 (gnus-mime-save-part-and-strip): Add file argument.
16094 (gnus-article-part-wrapper): Add interactive argument.
16096 * gnus-sum.el (gnus-summary-mime-map):
16097 Add `gnus-article-replace-part'.
16099 2005-09-19 Didier Verna <didier@xemacs.org>
16101 The nnml compaction feature:
16102 * nnml.el (nnml-request-compact-group): New function.
16103 * nnml.el (nnml-request-compact): New function.
16104 * gnus-int.el (gnus-request-compact-group): New function.
16105 * gnus-int.el (gnus-request-compact): New function.
16106 * gnus-group.el (gnus-group-compact-group): New function.
16107 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16108 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16109 * gnus-srvr.el (gnus-server-compact-server): New function.
16110 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16111 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16113 2005-09-18 Deepak Goel <deego@gnufans.org>
16115 * sieve.el (sieve-help): Fix `message' call: first arg should be a
16118 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
16120 * gnus.el (gnus-group-startup-message): Bind image-load-path.
16122 2005-09-15 Romain Francoise <romain@orebokech.com>
16124 * message.el (message-fill-paragraph): Clarify docstring.
16126 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
16128 * gnus-art.el (gnus-mime-display-part): Protect against broken
16131 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
16133 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16134 before parsing header.
16136 2005-09-11 Jari Aalto <jari.aalto@cante.net>
16138 * html2text.el (html2text-replace-list): Add new entities.
16140 2005-09-11 Romain Francoise <romain@orebokech.com>
16142 * message.el (message-alternative-emails): Improve docstring.
16143 (message-setup-1): Call `message-use-alternative-email-as-from'
16144 after `message-setup-hook' to give it precedence over posting
16146 (message-use-alternative-email-as-from): Add docstring.
16147 Remove the original From header if present.
16149 * nnml.el (nnml-compressed-files-size-threshold): New variable.
16150 (nnml-save-mail): Use it.
16152 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16153 articles. Add new argument `silent'.
16154 (gnus-uu-mark-all): Report the total number of marked articles.
16156 2005-09-10 Romain Francoise <romain@orebokech.com>
16158 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16159 (gnus-uu-mark-series): Likewise.
16161 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
16163 * spam-report.el (spam-report-gmane): Fix generation of spam
16166 2005-09-10 Simon Josefsson <jas@extundo.com>
16168 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16169 t, based on discussion on the ding list with Robert Epprecht
16170 <epprecht@solnet.ch>.
16172 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
16174 * spam-report.el (spam-report-gmane): Make it work without
16175 X-Report-Spam header. Gmane now only provides Archived-At.
16176 This is only used if `spam-report-gmane-use-article-number' is nil.
16177 (spam-report-gmane-spam-header): Remove. Not used anymore.
16179 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16180 make `gnus-summary-sort-by-recipient' work with threading.
16182 * nnweb.el (nnweb-google-wash-article): Print a message if article
16185 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16187 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16188 change. Decode text/* parts content before displaying.
16190 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
16192 * mml-smime.el: Remove defvar of gnus-extract-address-components.
16194 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
16196 * mm-view.el (mm-display-inline-fontify): Disable support modes.
16198 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
16200 * message.el (message-tab-body-function): Fix mismatched custom type.
16202 * gnus.el (gnus-group-change-level-function): Ditto.
16204 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16206 * gnus-art.el (gnus-signature-limit)
16207 (gnus-article-mime-part-function): Ditto.
16209 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
16211 * mml.el (mml-mode): Silence the byte compiler.
16213 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16214 using `(sit-for 0)' before moving the point to the specified part;
16215 skip unbuttonized parts.
16216 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16217 return to the summary window if gnus-auto-select-part is non-nil.
16219 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
16221 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16223 (mml-dnd-attach-file, mml-mode): Use them.
16225 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16226 Make fetching article by MID work again for Google Groups.
16227 Add FIXME concerning gnus-group-make-web-group.
16229 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16230 Don't depend on Gnus by using mail-extract-address-components if
16231 gnus-extract-address-components is not bound.
16233 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16235 * gnus-art.el (gnus-mime-display-security): Don't display the
16236 signature, but only the signed part.
16238 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
16240 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16242 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16245 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
16247 * mm-encode.el (mm-encode-content-transfer-encoding):
16248 Likewise when encoding.
16250 * mm-bodies.el (mm-decode-content-transfer-encoding):
16251 De-canonicalize CRLF for all text content types, not just
16254 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16256 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16257 valid article; point arrow and cursor at the MIME button.
16259 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
16261 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16262 Suggested by Dan Christensen <jdc@uwo.ca>.
16264 * mm-decode.el (mm-save-part): Enable change of prompt.
16266 2005-08-29 Jari Aalto <jari.aalto@cante.net>
16268 * gnus-msg.el (gnus-inews-add-send-actions):
16269 Make `message-post-method' lambda parameter ARG `&optional'.
16271 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
16273 * gnus-sum.el (gnus-summary-mime-map):
16274 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16275 gnus-article-jump-to-part.
16277 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16278 (gnus-article-edit-part): Use it.
16279 (gnus-article-part-wrapper): Add no-handle argument.
16280 (gnus-article-save-part-and-strip, gnus-article-delete-part):
16283 2005-08-29 Romain Francoise <romain@orebokech.com>
16285 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16287 (gnus-face-from-file): Likewise.
16289 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
16291 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16292 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16294 (gnus-auto-select-part): New variable.
16295 (gnus-article-jump-to-part): New function.
16296 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16297 (gnus-mime-delete-part): Allow selecting specified part after
16298 deleting or stripping parts.
16299 (gnus-article-jump-to-part): Don't use `read-number'. Use last
16300 part if argument is bogus.
16302 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
16304 * gnus-art.el (w3m-minor-mode-map):
16305 * gnus-spec.el (gnus-newsrc-file-version):
16306 * gnus-util.el (nnmail-active-file-coding-system)
16307 (gnus-original-article-buffer, gnus-user-agent):
16308 * gnus.el (gnus-ham-process-destinations)
16309 (gnus-parameter-ham-marks-alist)
16310 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16311 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16312 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16313 * mm-decode.el (gnus-current-window-configuration):
16314 * mm-extern.el (gnus-article-mime-handles):
16315 * mm-url.el (url-current-object, url-package-name)
16316 (url-package-version):
16317 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16318 (smime-keys, w3m-cid-retrieve-function-alist)
16319 (w3m-current-buffer, w3m-display-inline-images)
16320 (w3m-minor-mode-map):
16321 * mml-smime.el (gnus-extract-address-components):
16322 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16323 (gnus-newsrc-hashtb, message-default-charset)
16324 (message-deletable-headers, message-options)
16325 (message-posting-charset, message-required-mail-headers)
16326 (message-required-news-headers):
16327 * mml1991.el (mc-pgp-always-sign):
16328 * mml2015.el (mc-pgp-always-sign):
16329 * nnheader.el (nnmail-extra-headers):
16330 * rfc1843.el (gnus-decode-encoded-word-function)
16331 (gnus-decode-header-function, gnus-newsgroup-name):
16332 * spam-stat.el (gnus-original-article-buffer): Add defvars.
16334 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
16336 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16337 the end of the date treatments.
16339 2005-08-15 Simon Josefsson <jas@extundo.com>
16341 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16342 it in url-handlers.el and XEmacs in url.el. Reported by Luca
16343 Capello and Romain Francoise.
16344 (pgg-fetch-key-function): Remove, not used?
16345 (pgg-insert-url-with-w3): Require url, to get
16346 url-insert-file-contents regardless of where it is defined.
16348 2005-08-13 Romain Francoise <romain@orebokech.com>
16350 * message.el (message-cite-original-1): New function.
16351 (message-cite-original): Use it.
16352 (message-cite-original-without-signature): Ditto.
16354 2005-08-08 Romain Francoise <romain@orebokech.com>
16356 * message.el (message-yank-empty-prefix): New variable.
16357 (message-indent-citation): Use it.
16358 (message-cite-original-without-signature): Respect X-No-Archive.
16360 2005-08-08 Simon Josefsson <jas@extundo.com>
16362 * pgg.el: Autoload url-insert-file-contents instead of loading
16364 (pgg-insert-url-with-w3): Don't load url here.
16366 2005-08-07 Jesper Harder <harder@phys.au.dk>
16368 * message.el (message-kill-to-signature): Don't insert newline at
16370 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16372 2005-08-06 Romain Francoise <romain@orebokech.com>
16374 * message.el (message-user-fqdn): Fix typo in docstring.
16376 2005-08-05 Daiki Ueno <ueno@unixuser.org>
16378 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16380 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16382 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
16384 * mm-bodies.el (mm-encode-body): Use coding system rather than
16385 charset to encode text.
16387 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16388 number of charsets if utf-8 is available (XEmacs).
16390 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
16392 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16393 taken from `gnus-button-mid-or-mail-regexp'.
16394 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16395 (gnus-button-alist): Improve regexp for domain part of the MIDs
16396 for news:localpart@domain buttons.
16397 (gnus-button-ctan-directory-regexp): Update.
16399 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
16401 * sieve-manage.el (sieve-manage-interactive-login):
16402 Use make-local-variable rather than make-variable-buffer-local.
16403 (sieve-manage-open): Ditto.
16404 (sieve-manage-authenticate): Ditto.
16406 * mml.el (mml-generate-mime-1): Make the content type default to
16407 text/plain if the filename is not specified.
16409 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
16411 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16412 instead of insert-buffer.
16414 * message.el (message-yank-original): Ditto; set the mark at the
16415 end of the yanked message.
16417 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
16419 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16420 lines to scroll rather than to stop it.
16422 * mml.el (mml-generate-default-type): Add doc string.
16423 (mml-generate-mime-1): Use mm-default-file-encoding or make it
16424 default to application/octet-stream when determining the content
16425 type if it is not specified for the part or the mml contents; add
16426 a comment about mml-generate-default-type.
16428 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
16430 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16431 make it default to application/octet-stream when determining the
16432 content type if it is not specified for the external contents.
16434 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16436 * rfc2231.el (rfc2231-parse-string): Take care that not only a
16437 segmented parameter but also other parameters might be there.
16439 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
16441 * mm-decode.el (mm-display-external): Delete temp file, directory
16442 and buffer immediately if the external process is exited.
16444 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
16446 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16447 fewer lines than that of scroll-margin.
16448 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16450 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
16452 * gnus-art.el (gnus-article-next-page): Revert.
16453 (gnus-article-beginning-of-window): New macro.
16454 (gnus-article-next-page-1): Use it.
16455 (gnus-article-prev-page): Ditto.
16456 (gnus-article-edit-part): Use insert-buffer-substring instead of
16458 (gnus-article-edit-exit): Ditto.
16460 * gnus-util.el (gnus-beginning-of-window): Remove.
16461 (gnus-end-of-window): Remove.
16463 2005-07-25 Simon Josefsson <jas@extundo.com>
16465 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16466 to have the url package without w3. Reported by Daiki Ueno
16467 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16469 2005-07-20 Didier Verna <didier@xemacs.org>
16471 * gnus-diary.el: Remove the description comment (nndiary is now
16472 properly documented in the Gnus manual).
16473 Fix the spelling of "Back End".
16474 * nndiary.el: Ditto.
16475 Fix the copyright notice.
16477 2005-07-18 Romain Francoise <romain@orebokech.com>
16479 * gnus-sum.el (gnus-summary-to-prefix)
16480 (gnus-summary-newsgroup-prefix): New variables.
16481 (gnus-summary-from-or-to-or-newsgroups): Use them.
16483 2005-07-17 Romain Francoise <romain@orebokech.com>
16485 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16486 space as it's generally not especially interesting to the user.
16488 2005-07-16 Romain Francoise <romain@orebokech.com>
16490 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16491 nil to avoid prompting and file modification if one of the
16492 messages at the top of the nnfolder file contains a copyright
16494 Update copyright notice.
16496 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16497 instead of `current-time-string' as the latter creates a time
16498 string that is not RFC 2822 compliant (it lacks the zone).
16499 Update copyright notice.
16501 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
16503 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16504 for text/rtf. Display default in prompt. Pass default for M-n.
16506 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16508 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16510 * gnus-msg.el (gnus-button-mailto):
16511 Remove save-selected-window-window hackery because it relies on
16512 save-selected-window internals.
16514 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
16516 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16517 (gnus-article-next-page-1): Use gnus-beginning-of-window.
16518 (gnus-article-prev-page): Ditto.
16520 * gnus-util.el (gnus-beginning-of-window): New function.
16521 (gnus-end-of-window): New function.
16523 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
16525 * gnus-score.el (gnus-score-edit-all-score):
16526 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16529 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16531 * gnus-msg.el (gnus-button-mailto):
16532 Remove save-selected-window-window hackery because it relies on
16533 save-selected-window internals.
16535 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
16537 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16539 (gnus-binary-mode): Ditto.
16541 * gnus-topic.el (gnus-topic-mode): Ditto.
16543 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
16545 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16546 (gnus-article-prev-page): Take scroll-margin into consideration.
16548 2005-07-04 Lute Kamstra <lute@gnu.org>
16550 Update FSF's address in GPL notices.
16552 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
16554 * gnus.el (gnus-exit):
16555 * gnus-group.el (gnus-group-icons):
16556 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16558 * gnus-nocem.el (gnus-nocem):
16559 * message.el (message-various, message-buffers, message-sending)
16560 (message-interface, message-forwarding, message-insertion)
16561 (message-headers, message-news, message-mail):
16562 * pgg-gpg.el (pgg-gpg):
16563 * pgg-parse.el (pgg-parse):
16564 * pgg-pgp.el (pgg-pgp):
16565 * pgg-pgp5.el (pgg-pgp5):
16566 * pop3.el (pop3): Finish `defgroup' description with period.
16568 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
16570 * gnus-art.el (article-display-face): Improve the efficiency.
16571 (article-display-x-face): Ditto; remove gray x-face stuff.
16573 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
16575 * gnus-art.el (article-display-face): Correct the position in
16576 which Faces are inserted.
16578 2005-06-29 Didier Verna <didier@xemacs.org>
16580 * gnus-art.el (article-display-face): Display faces in correct
16583 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16585 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16586 (gnus-fill-real-hashtb): Use hash table instead of obarray.
16587 (gnus-nocem-check-article): Fetch the Type header.
16588 (gnus-nocem-message-wanted-p): Fix the way to examine types.
16589 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16590 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16591 make sure gnus-nocem-hashtb is initialized.
16592 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16593 (gnus-nocem-unwanted-article-p): Ditto.
16595 * pgg.el (pgg-verify): Return the verification result.
16597 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16599 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16602 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
16604 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16605 `show-nonbreak-escape'.
16607 2005-06-23 Lute Kamstra <lute@gnu.org>
16609 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16611 * dig.el (dig-mode):
16612 * smime.el (smime-mode): Use gnus-run-mode-hooks.
16614 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
16616 * nnimap.el (nnimap-split-download-body): Fix spellings.
16618 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
16620 * gnus-art.el (gnus-article-encrypt-body):
16621 * gnus-cus.el (gnus-score-customize):
16622 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16623 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16625 2005-06-16 Arne Jørgensen <arne@arnested.dk>
16627 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16628 header by looking for magic "MII" at the beginning.
16630 2005-06-16 Miles Bader <miles@gnu.org>
16632 * assistant.el (assistant-field): Remove "-face" suffix from face name.
16633 (assistant-field-face): New backward-compatibility alias for renamed
16635 (assistant-render-text): Use renamed assistant-field face.
16637 * spam.el (spam): Remove "-face" suffix from face name.
16638 (spam-face): New backward-compatibility alias for renamed face.
16639 (spam-face, spam-initialize): Use renamed spam face.
16641 * message.el (message-header-to, message-header-cc)
16642 (message-header-subject, message-header-newsgroups)
16643 (message-header-other, message-header-name)
16644 (message-header-xheader, message-separator, message-cited-text)
16645 (message-mml): Remove "-face" suffix from face names.
16646 (message-header-to-face, message-header-cc-face)
16647 (message-header-subject-face, message-header-newsgroups-face)
16648 (message-header-other-face, message-header-name-face)
16649 (message-header-xheader-face, message-separator-face)
16650 (message-cited-text-face, message-mml-face):
16651 New backward-compatibility aliases for renamed faces.
16652 (message-font-lock-keywords): Use renamed message faces.
16654 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16655 (sieve-test-commands, sieve-tagged-arguments):
16656 Remove "-face" suffix from face names.
16657 (sieve-control-commands-face, sieve-action-commands-face)
16658 (sieve-test-commands-face, sieve-tagged-arguments-face):
16659 New backward-compatibility aliases for renamed faces.
16660 (sieve-control-commands-face, sieve-action-commands-face)
16661 (sieve-test-commands-face, sieve-tagged-arguments-face):
16662 Use renamed sieve faces.
16664 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16665 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16666 (gnus-group-news-3-empty, gnus-group-news-4)
16667 (gnus-group-news-4-empty, gnus-group-news-5)
16668 (gnus-group-news-5-empty, gnus-group-news-6)
16669 (gnus-group-news-6-empty, gnus-group-news-low)
16670 (gnus-group-news-low-empty, gnus-group-mail-1)
16671 (gnus-group-mail-1-empty, gnus-group-mail-2)
16672 (gnus-group-mail-2-empty, gnus-group-mail-3)
16673 (gnus-group-mail-3-empty, gnus-group-mail-low)
16674 (gnus-group-mail-low-empty, gnus-summary-selected)
16675 (gnus-summary-cancelled, gnus-summary-high-ticked)
16676 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16677 (gnus-summary-high-ancient, gnus-summary-low-ancient)
16678 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16679 (gnus-summary-low-undownloaded)
16680 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16681 (gnus-summary-low-unread, gnus-summary-normal-unread)
16682 (gnus-summary-high-read, gnus-summary-low-read)
16683 (gnus-summary-normal-read, gnus-splash):
16684 Remove "-face" suffix from face names.
16685 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16686 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16687 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16688 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16689 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16690 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16691 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16692 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16693 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16694 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16695 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16696 (gnus-summary-selected-face, gnus-summary-cancelled-face)
16697 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16698 (gnus-summary-normal-ticked-face)
16699 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16700 (gnus-summary-normal-ancient-face)
16701 (gnus-summary-high-undownloaded-face)
16702 (gnus-summary-low-undownloaded-face)
16703 (gnus-summary-normal-undownloaded-face)
16704 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16705 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16706 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16707 (gnus-splash-face):
16708 New backward-compatibility aliases for renamed faces.
16709 (gnus-group-startup-message): Use renamed gnus faces.
16711 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16712 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16713 (gnus-server-agent): Remove "-face" suffix from face names.
16714 (gnus-server-agent-face, gnus-server-opened-face)
16715 (gnus-server-closed-face, gnus-server-denied-face)
16716 (gnus-server-offline-face):
16717 New backward-compatibility aliases for renamed faces.
16718 (gnus-server-agent-face, gnus-server-opened-face)
16719 (gnus-server-closed-face, gnus-server-denied-face)
16720 (gnus-server-offline-face): Use renamed gnus faces.
16722 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16723 Remove "-face" suffix from face names.
16724 (gnus-picon-xbm-face, gnus-picon-face):
16725 New backward-compatibility aliases for renamed faces.
16727 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16728 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16729 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16730 (gnus-cite-11): Remove "-face" suffix from face names.
16731 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16732 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16733 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16734 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16735 New backward-compatibility aliases for renamed faces.
16736 (gnus-cite-attribution-face, gnus-cite-face-list)
16737 (gnus-article-boring-faces): Use renamed gnus faces.
16739 * gnus-art.el (gnus-signature, gnus-header-from)
16740 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16741 (gnus-header-content): Remove "-face" suffix from face names.
16742 (gnus-signature-face, gnus-header-from-face)
16743 (gnus-header-subject-face, gnus-header-newsgroups-face)
16744 (gnus-header-name-face, gnus-header-content-face):
16745 New backward-compatibility aliases for renamed faces.
16746 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16748 * gnus-sum.el (gnus-summary-selected-face)
16749 (gnus-summary-highlight): Use renamed gnus faces.
16750 * gnus-group.el (gnus-group-highlight): Likewise.
16752 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
16754 * gnus-sieve.el (gnus-sieve-article-add-rule):
16755 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16756 * spam-stat.el (spam-stat-buffer-change-to-spam)
16757 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16759 * message.el (message-is-yours-p):
16760 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16762 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
16764 * mm-view.el (mm-inline-text): Withdraw the last change.
16766 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
16768 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16769 executing enriched-decode.
16771 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
16773 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16774 charset of tar files.
16776 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16778 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16780 2005-06-04 Lute Kamstra <lute@gnu.org>
16782 * nnfolder.el (nnfolder-read-folder): Make sure that undo
16783 information is never recorded.
16785 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16787 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16789 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
16791 * pop3.el (pop3-apop): Run md5 in the binary mode.
16793 * starttls.el (starttls-set-process-query-on-exit-flag):
16794 Use eval-and-compile.
16796 2005-05-31 Simon Josefsson <jas@extundo.com>
16798 * smime.el (smime-replace-in-string): Define.
16799 (smime-cert-by-ldap-1): Use it.
16801 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
16803 * gnus-art.el (article-display-x-face): Replace
16804 process-kill-without-query by gnus-set-process-query-on-exit-flag.
16806 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16807 set-process-query-on-exit-flag or process-kill-without-query.
16809 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16810 loop instead of replace-regexp.
16812 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16813 instead of process-kill-without-query if it is available.
16815 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16816 instead of find-file-hooks if it is available.
16818 * mml1991.el: Bind pgg-default-user-id when compiling.
16820 * mml2015.el: Bind pgg-default-user-id when compiling.
16822 * nndraft.el (nndraft-request-associate-buffer):
16823 Use write-contents-functions instead of write-contents-hooks if it is
16826 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16827 instead of find-file-hooks if it is available.
16829 * nntp.el (nntp-open-connection): Replace
16830 process-kill-without-query by gnus-set-process-query-on-exit-flag.
16831 (nntp-open-ssl-stream): Ditto.
16832 (nntp-open-tls-stream): Ditto.
16834 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16835 set-process-query-on-exit-flag or process-kill-without-query.
16836 (starttls-open-stream-gnutls): Use it instead of
16837 process-kill-without-query.
16838 (starttls-open-stream): Ditto.
16840 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
16842 * smime.el (smime-cert-by-ldap-1): Don't use
16843 replace-regexp-in-string.
16845 2005-05-31 Arne Jørgensen <arne@arnested.dk>
16847 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16849 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16850 in PEM format. Adjust to the XEmacs compatibility.
16852 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
16854 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16855 by `string-to-number'.
16856 * gnus-agent.el (gnus-agent-regenerate-group)
16857 (gnus-agent-fetch-articles): Ditto.
16858 * gnus-art.el (gnus-button-fetch-group): Ditto.
16859 * gnus-cache.el (gnus-cache-generate-active)
16860 (gnus-cache-articles-in-group): Ditto.
16861 * gnus-group.el (gnus-group-set-current-level)
16862 (gnus-group-insert-group-line): Ditto.
16863 * gnus-score.el (gnus-score-set-expunge-below)
16864 (gnus-score-set-mark-below, gnus-summary-score-effect)
16865 (gnus-summary-score-entry): Ditto.
16866 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16867 (gnus-soup-pack): Ditto.
16868 * gnus-spec.el (gnus-xmas-format): Ditto.
16869 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16870 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16871 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16872 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16873 * nndb.el (nndb-get-remote-expire-response): Ditto.
16874 * nndiary.el (nndiary-parse-schedule-value)
16875 (nndiary-string-to-number, nndiary-request-replace-article)
16876 (nndiary-request-article): Ditto.
16877 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16878 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16879 * nneething.el (nneething-make-head): Ditto.
16880 * nnfolder.el (nnfolder-request-article)
16881 (nnfolder-retrieve-headers): Ditto.
16882 * nnheader.el (nnheader-file-to-number): Ditto.
16883 * nnkiboze.el (nnkiboze-request-article): Ditto.
16884 * nnmail.el (nnmail-process-unix-mail-format)
16885 (nnmail-process-babyl-mail-format): Ditto.
16886 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16887 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16888 (nnmh-request-create-group, nnmh-request-list-1)
16889 (nnmh-request-group, nnmh-request-article): Ditto.
16890 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16891 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16892 * nnsoup.el (nnsoup-make-active): Ditto.
16893 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16894 * nntp.el (nntp-find-group-and-number)
16895 (nntp-retrieve-headers-with-xover): Ditto.
16896 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16897 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16898 (pgg-format-key-identifier): Ditto.
16899 * pop3.el (pop3-last, pop3-stat): Ditto.
16900 * qp.el (quoted-printable-decode-region): Ditto.
16902 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16905 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
16907 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16909 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16911 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16913 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16915 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16917 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16919 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16920 (gnus-carpal-mode): Ditto.
16922 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16923 (gnus-browse-mode): Ditto.
16925 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16927 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16929 2005-05-29 Richard M. Stallman <rms@gnu.org>
16931 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16933 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
16935 * gnus-util.el (gnus-run-mode-hooks): New function.
16937 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16939 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16941 * gnus-agent.el (gnus-agent-make-mode-line-string):
16942 Use mode-line-highlight as mouse-face.
16944 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
16946 * canlock.el (canlock): Change the parent group to news.
16948 * deuglify.el (gnus-outlook-deuglify): Add :group.
16950 * dig.el (dig): Add :group.
16952 * dns-mode.el (dns-mode): Add :group.
16954 * encrypt.el (encrypt): Add :group.
16956 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16957 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16958 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16959 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16960 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16962 * gnus-diary.el (gnus-diary): Add :group.
16964 * gnus.el (gnus-group-news-1-face): Add :group.
16965 (gnus-group-news-1-empty-face): Ditto.
16966 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16967 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16968 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16969 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16970 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16971 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16972 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16973 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16974 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16975 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16976 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16977 (gnus-summary-high-ticked-face): Ditto.
16978 (gnus-summary-low-ticked-face): Ditto.
16979 (gnus-summary-normal-ticked-face): Ditto.
16980 (gnus-summary-high-ancient-face): Ditto.
16981 (gnus-summary-low-ancient-face): Ditto.
16982 (gnus-summary-normal-ancient-face): Ditto.
16983 (gnus-summary-high-undownloaded-face): Ditto.
16984 (gnus-summary-low-undownloaded-face): Ditto.
16985 (gnus-summary-normal-undownloaded-face): Ditto.
16986 (gnus-summary-high-unread-face): Ditto.
16987 (gnus-summary-low-unread-face): Ditto.
16988 (gnus-summary-normal-unread-face): Ditto.
16989 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16990 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16992 * hashcash.el (hashcash): New custom group.
16993 (hashcash-default-payment): Add :group.
16994 (hashcash-payment-alist): Ditto.
16995 (hashcash-default-accept-payment): Ditto.
16996 (hashcash-accept-resources): Ditto.
16997 (hashcash-path): Ditto.
16998 (hashcash-extra-generate-parameters): Ditto.
16999 (hashcash-double-spend-database): Ditto.
17000 (hashcash-in-news): Ditto.
17002 * message.el (message-minibuffer-local-map): Add :group.
17004 * netrc.el (netrc): Add :group.
17006 * sieve-manage.el (sieve-manage-log): Add :group.
17007 (sieve-manage-default-user): Diito.
17008 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17009 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17010 (sieve-manage-authenticators): Ditto.
17011 (sieve-manage-authenticator-alist): Ditto.
17012 (sieve-manage-default-port): Ditto.
17014 * sieve-mode.el (sieve-control-commands-face): Add :group.
17015 (sieve-action-commands-face): Ditto.
17016 (sieve-test-commands-face): Ditto.
17017 (sieve-tagged-arguments-face): Ditto.
17019 * smime.el (smime): Add :group.
17021 * spam-report.el (spam-report): Add :group.
17023 * spam.el (spam, spam-face): Add :group.
17025 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17027 * nntp.el (nntp-next-result-arrived-p): Some news servers may
17028 return \n.\n.\n at the end of articles. Protect against that.
17029 (nntp-with-open-group): Allow debugging.
17031 * nnheader.el (mail-header-set-extra): Make into a function
17032 because I just could't understand how to quote the list properly.
17034 * dns.el (query-dns-cached): New function.
17036 2005-05-26 Lute Kamstra <lute@gnu.org>
17038 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17040 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
17042 * gnus-art.el: Don't autoload mail-extract-address-components.
17044 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17045 eval-and-compile to evaluate it.
17047 * hashcash.el: Don't autoload executable-find.
17049 * nndb.el: Don't declare the nndb back end two or more times; don't
17050 autoload news-reply-mode, news-setup, cancel-timer and telnet.
17052 * nntp.el: Autoload format-spec instead of format; use
17053 eval-and-compile to evaluate autoload forms.
17055 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
17057 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17059 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17061 * gnus.el (gnus-version-number): Bump version.
17063 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17065 * gnus.el: No Gnus v0.3 is released.
17067 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
17069 * gnus-art.el (gnus-article-edit-part): Disable undo.
17071 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
17073 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17074 gnus-article-date-lapsed-new-header is t if date timer is active;
17075 skip headers in which the original date value is empty.
17076 (gnus-article-save-original-date): Redefine it as a macro.
17077 (gnus-display-mime): Use it.
17079 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
17081 * gnus-art.el (article-date-ut): Support converting date in
17082 forwarded parts as well.
17083 (gnus-article-save-original-date): New function.
17084 (gnus-display-mime): Use it.
17086 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
17088 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17089 enclosure element of <item>.
17091 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
17093 * message.el (message-kill-buffer-query): Rename from
17094 `message-kill-buffer-query-if-modified'. Add :version.
17096 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
17098 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17101 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
17103 * mml.el: Autoload dnd when compiling.
17105 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17107 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17110 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
17112 * qp.el (quoted-printable-encode-region): Save excursion.
17114 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
17116 * message.el (message-kill-buffer-query-if-modified): Add new variable
17117 so the user can kill a modified message buffer quickly.
17118 (message-kill-buffer): Use it.
17120 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
17122 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
17123 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17125 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17127 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17128 contained in text because xml.el decodes entities) with LFs.
17130 2005-04-11 Lute Kamstra <lute@gnu.org>
17132 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17135 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17137 * mm-util.el (mm-detect-coding-region): Typo.
17139 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
17141 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17143 2005-04-06 Deepak Goel <deego@gnufans.org>
17145 * spam-stat.el (spam-stat-score-buffer): Add a call to a
17146 user-function allow user modifications of the scores.
17147 (spam-stat-score-buffer-user): New function, to allow
17148 user-computed modifications to the score.
17149 (spam-stat-score-buffer-user-functions): List of additional
17151 (spam-stat-error-holder): Global temporary error holder.
17152 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17155 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
17157 * gnus-registry.el (gnus-registry-clean-empty-function)
17158 (gnus-registry-trim, gnus-registry-fetch-groups)
17159 (gnus-registry-delete-group): Groups that match
17160 `gnus-registry-ignored-groups' are removed from the registry
17161 entries, not just ignored for splitting. This helps clean up the
17162 registry. Also, `gnus-registry-fetch-groups' is a convenient way
17163 to get all the groups a message ID is in.
17165 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17166 (spam-stat-split-fancy): Change "threshhold" to "threshold".
17167 (spam-stat-score-buffer-user-functions): Add :number custom type.
17169 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17171 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17172 argument in XEmacs.
17174 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17175 (nnrss-request-group): Decode group name first.
17176 (nnrss-request-article): Make a text/plain article if mml-to-mime
17178 (nnrss-get-encoding): Return a compatible encoding according to
17179 nnrss-compatible-encoding-alist.
17180 (nnrss-find-el): Use consp instead of listp.
17181 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17183 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17185 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17186 which Emacs 20 doesn't support.
17187 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17189 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
17191 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17192 silence the byte compiler inside the defun.
17194 * gnus-demon.el (parse-time-string): Add autoload.
17196 * gnus-delay.el (parse-time-string): Add autoload.
17198 * gnus-art.el (parse-time-string): Add autoload.
17200 * nnultimate.el (parse-time): Require for `parse-time-string'.
17202 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
17204 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17206 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17208 * smime.el (smime-ldap-host-list): Add :version.
17210 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
17212 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17213 pass it to `gnus-browse-read-group'.
17214 (gnus-browse-read-group): Add NUMBER argument and pass it to
17215 `gnus-group-read-ephemeral-group'.
17217 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17218 argument and pass it to `gnus-group-read-group'.
17220 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
17222 * mm-util.el (mm-xemacs-find-mime-charset): Only call
17223 mm-xemacs-find-mime-charset-1 if we have the mule feature
17224 available at runtime.
17226 2005-03-25 Werner Lemberg <wl@gnu.org>
17228 * nnmaildir.el: Replace `illegal' with `invalid'.
17230 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
17232 * gnus-start.el (gnus-display-time-event-handler):
17233 Check display-time-timer at runtime rather than only at load time
17234 in case display-time-mode is turned off in the mean time.
17236 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
17238 * nnimap.el (nnimap-open-connection): Print which authinfo file is
17241 * nneething.el (nneething-map-file-directory): Derive from
17244 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17247 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
17249 * nnmaildir.el (nnmaildir-request-accept-article):
17250 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17252 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
17254 * gnus-async.el: Require timer-funcs at compile time when in
17255 XEmacs for `run-with-idle-timer'.
17257 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
17259 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17260 autoloaded function.
17262 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17264 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17266 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
17268 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17270 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
17272 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17273 Add gnus-expert-user to default.
17275 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
17277 * nnimap.el (nnimap-open-server): Ditto.
17279 * imap.el (imap-authenticate): Fix typo.
17281 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
17283 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17284 buffer (since IMAP server might return FETCH response out of
17285 order, and the nntp buffer must be sorted).
17287 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
17289 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17290 comparison on string.
17292 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17293 (gnus-agent-score): Rename category keywords to match gnus-cus.
17294 (gnus-agent-summary-fetch-series): Modify to protect against
17295 gnus-agent-summary-fetch-group clearing processable flags.
17296 (gnus-agent-synchronize-group-flags): Update live group buffer as
17297 synchronization may occur due to the user toggle the plugged
17299 (gnus-agent-fetch-group-1): Clear downloadable flag when article
17300 successfully downloaded.
17301 (gnus-agent-expire-group-1): Avoid using markers when the overview
17302 is in ascending order; greatly improves performance.
17303 (gnus-agent-regenerate-group):
17304 Use gnus-agent-synchronize-group-flags to reset read status in both
17306 (gnus-agent-update-files-total-fetched-for): Fix initial size.
17308 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
17310 * message.el: Don't autoload former message-utils variables.
17311 (message-strip-subject-trailing-was): Change doc string.
17313 * nnweb.el: Fixes for `gnus-group-make-web-group'.
17314 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
17315 (nnweb-google-search): Add "hl=en" here.
17316 (nnweb-google-parse-1, nnweb-google-create-mapping):
17317 Don't hardcode URL.
17319 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
17321 * message.el (message-get-reply-headers, message-followup):
17322 Mention related variables `message-use-followup-to' and
17323 `message-use-mail-followup-to', in the information buffer.
17325 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17326 of broken groups(-beta).google.com.
17328 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
17330 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17331 parameter to invoked gnus-request-move-article; remove the
17332 redundant gnus-sum-hint-move-is-internal variable; apply the marks
17333 all at once instead of once per article.
17334 (gnus-summary-remove-process-mark): Accept a list of articles as
17335 well as a single article for processing.
17337 * gnus-int.el (gnus-request-move-article): Add move-is-internal
17340 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17342 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17344 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17347 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17350 * nnimap.el (nnimap-request-move-article): Add move-is-internal
17351 parameter and remove the gnus-sum-hint-move-is-internal variable.
17353 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17356 * nndraft.el (nndraft-request-move-article): Add move-is-internal
17359 * nndiary.el (nndiary-request-move-article): Add move-is-internal
17362 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17364 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17367 * nnagent.el (nnagent-request-move-article): Add move-is-internal
17370 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
17372 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17373 a more conservative way.
17375 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17377 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17378 buffer, so it moves the window's cursor.
17380 2005-02-26 Arne Jørgensen <arne@arnested.dk>
17382 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17383 `mm-dissect-multipart' and receive the from field as an (optional)
17384 argument from `mm-dissect-multipart'.
17385 (mm-dissect-multipart): Receive the from field as an argument and
17386 pass it on when we call `mm-dissect-buffer' on MIME parts.
17387 Fixes verification/decryption of signed/encrypted MIME parts.
17389 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
17391 * gnus-sum.el (gnus-summary-move-article):
17392 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17393 whatever it calls (right now, only nnimap-request-move article
17396 * nnimap.el (nnimap-request-move-article):
17397 When gnus-sum-hint-move-is-internal is set, don't do the extra
17398 nnimap-request-article.
17400 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
17402 * nnheader.el (nnheader-find-file-noselect): Add doc string.
17404 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17405 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17407 * gnus-sum.el (gnus-summary-caesar-message):
17408 Apply `gnus-treat-article' after rotation.
17410 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17413 2005-02-22 Simon Josefsson <jas@extundo.com>
17415 * encrypt.el (encrypt-password-cache-expiry): Remove (use
17416 `password-cache-expiry' instead). Reported by Arne Jørgensen
17417 <arne@arnested.dk>.
17418 (encrypt): Add password-cache and password-cache-expiry as group
17421 2005-02-22 Arne Jørgensen <arne@arnested.dk>
17423 * smime.el (smime-ldap-host-list): Doc fix.
17424 (smime-ask-passphrase): Use `password-read-and-add' to read (and
17426 (smime-sign-region): Use it.
17427 (smime-decrypt-region): Use it.
17428 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17429 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17431 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17432 certificate from DER to PEM format rather than calling openssl.
17434 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17436 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17437 for signing/encryption.
17439 * mml.el (mml-parse-1): Use them.
17441 2005-02-21 Arne Jørgensen <arne@arnested.dk>
17443 * nnrss.el (nnrss-verbose): Remove.
17444 (nnrss-request-group): Use `nnheader-message' instead.
17446 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
17448 * nnrss.el (nnrss-verbose): New variable.
17449 (nnrss-request-group): Make it say nnrss is requesting a group.
17451 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
17453 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17454 Handle news URL with given port correctly.
17456 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
17458 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17459 containing special characters.
17461 * gnus-sum.el (gnus-summary-edit-article): Ditto.
17463 * mml.el (mime-to-mml): Ditto.
17465 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17466 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17467 (rfc2047-decode-region): Quote decoded words containing special
17468 characters when rfc2047-quote-decoded-words-containing-tspecials
17471 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
17473 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17475 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17477 2005-02-15 Simon Josefsson <jas@extundo.com>
17479 * nnimap.el (nnimap-debug): Doc fix.
17481 * imap.el (imap-debug): Doc fix.
17483 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
17485 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17487 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
17489 * gnus.el (spam-contents): Improve docs for spam-contents
17490 parameter in its variable incarnation.
17492 2005-02-14 Simon Josefsson <jas@extundo.com>
17494 * smime-ldap.el: Use require instead of load-library for ldap.
17495 (smime-ldap-search): Indent.
17496 (smime-ldap-search-internal): Shorten line.
17498 * smime.el (smime-cert-by-dns): Add doc-string.
17499 (smime-cert-by-ldap-1): Indent.
17501 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17502 mml-smime-get-dns-ldap.
17503 (mml-smime-encrypt-query): Use new function. Default to ldap.
17505 2005-02-14 Arne Jørgensen <arne@arnested.dk>
17507 * smime.el: Require smime-ldap.
17508 (smime-ldap-host-list): New variable.
17509 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17511 * mml-smime.el (mml-smime-encrypt-query): New function.
17512 (mml-smime-encrypt-query): Use it.
17514 * smime-ldap.el: New file.
17516 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
17518 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17520 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
17522 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17523 argument in doc string. Make query for type more clear.
17525 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
17527 * gnus.el (gnus-group-startup-message): Search for gnus images in
17529 * mm-util.el (mm-image-load-path): Likewise.
17530 * smiley.el (smiley-data-directory): Search for smilies in
17531 etc/images/smilies.
17533 2005-02-09 Kim F. Storm <storm@cua.dk>
17535 Change Emacs release version from 21.4 to 22.1 throughout.
17536 Change Emacs development version from 21.3.50 to 22.0.50.
17538 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
17540 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17542 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17543 non-Mule XEmacs as well.
17544 (mm-decompress-buffer): Signal an error intentionally if it does
17545 not decompress compressed data because auto-compression-mode is
17548 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
17550 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17551 an ID in the registry even if it has no groups.
17553 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
17555 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17556 merge it into mm-decompress-buffer.
17557 (gnus-mime-copy-part): Use the MIME part charset, the value which
17558 a user specified or gnus-newsgroup-charset for decoding, like
17559 gnus-mime-inline-part does; set buffer-file-coding-system to tell
17560 save-buffer what was used. Suggested by Kevin Ryde
17561 <user42@zip.com.au>.
17562 (gnus-mime-inline-part): Allow the name parameter as well as the
17563 filename parameter; force decompressing of compressed data; always
17564 display contents being not decoded as unibyte.
17566 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17567 as well as the filename parameter.
17569 * mm-util.el (mm-decompress-buffer):
17570 Merge gnus-mime-jka-compr-maybe-uncompress.
17571 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17572 of compressed data.
17574 2005-02-08 Simon Josefsson <jas@extundo.com>
17576 * imap.el (imap-log): Doc fix.
17578 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
17580 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17581 the coding cookies; decompress compressed parts.
17583 * mml.el (mml-generate-mime-1): Add the charset parameter according
17584 to the value which a user specified manually or the coding cookie.
17586 * mm-util.el (mm-string-to-multibyte): New function.
17587 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17588 (mm-coding-system-to-mime-charset): New function.
17589 (mm-decompress-buffer): New function.
17590 (mm-find-buffer-file-coding-system): New function.
17592 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17593 (mm-display-inline-fontify): Rewrite for decoding and decompressing
17596 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17598 * mm-view.el (mm-display-inline-fontify): Decode a part according
17599 to the charset parameter.
17601 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
17603 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17604 prefix arg is neither nil nor a number, as info specifies.
17606 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
17608 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17611 2005-02-02 Jari Aalto <jari.aalto@cante.net>
17613 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17614 groups error checking and notify user.
17616 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
17618 * message.el (message-send-mail-function): Check existence of
17619 sendmail-program first before using default value
17620 `message-send-mail-with-sendmail'. Otherwise use more generic
17621 `smtpmail-send-it'.
17623 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
17625 * nntp.el (nntp-request-update-info): Always return nil.
17627 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
17629 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17631 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
17633 * message.el (message-beginning-of-line): Change the behavior when
17634 invoked between BOL and : so that it first moves backward.
17636 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
17638 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17639 article buffer when editing of the article is discarded.
17640 (gnus-article-prepare): Revert.
17642 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
17644 * gnus-art.el (gnus-article-prepare):
17645 Remove message-strip-forbidden-properties from the local hook.
17647 2005-01-27 Simon Josefsson <jas@extundo.com>
17649 * password.el (password-cache-add): Only start one timer per key.
17650 Reported by Derek Atkins <warlord@MIT.EDU>.
17652 2005-01-26 Steve Youngs <steve@sxemacs.org>
17654 * run-at-time.el: Remove. It is no longer needed as
17655 timer-funcs.el in the xemacs-base package has a working version of
17658 * password.el: Require timer-funcs instead of run-at-time in
17660 Remove `password-run-at-time' macro.
17661 (password-cache-add): Use `run-at-time' instead of
17662 `password-run-at-time'.
17664 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17665 for `run-with-idle-timer'.
17667 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17670 * mm-url.el: Require timer-funcs at compile time when in XEmacs
17671 for `with-timeout'.
17673 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
17675 * mml.el (mml-generate-mime-1): Convert string into unibyte when
17676 inserting " *mml*" buffer's contents into a unibyte temp buffer.
17678 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
17680 * mail-source.el (mail-source-fetch-imap): Search for ^From case
17683 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
17685 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17687 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
17689 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17690 which will be inserted according to the multibyteness of a buffer
17691 rather than the type of contents. Suggested by ARISAWA Akihiro
17692 <ari@mbf.ocn.ne.jp>.
17694 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17695 of string which old xml.el may return rather than a string.
17697 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
17699 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17701 2005-01-16 Simon Josefsson <jas@extundo.com>
17703 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17704 idn/idna.el isn't available.
17705 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
17706 <michael@waxrat.com>.
17708 * hashcash.el: Remove non-FSF copyright header.
17710 * hashcash.el (hashcash-extra-generate-parameters): New variable.
17711 (hashcash-generate-payment): Use it.
17712 (hashcash-generate-payment-async): Use it.
17714 2005-01-15 Simon Josefsson <jas@extundo.com>
17716 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17717 Suggested by Raymond Scholz <ray-2005@zonix.de>.
17719 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17720 gnus-summary-idna-message.
17721 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17722 (gnus-summary-idna-message): New function.
17724 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
17726 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17729 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
17731 * nnrss.el (nnrss-request-delete-group): Delete entries in
17732 nnrss-group-alist as well.
17733 (nnrss-save-server-data): Insert newline.
17735 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
17737 * gnus.el (gnus-user-agent): Use list of symbols instead of
17738 symbols. Display full version number for (S)XEmacs.
17739 Optionally display (S)XEmacs codename.
17741 * gnus-util.el (gnus-emacs-version): Update for new
17744 * gnus-msg.el (gnus-extended-version): Make it possible to omit
17747 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
17749 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
17750 which is unreadable in some setups.
17752 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
17754 * gnus-spec.el (gnus-update-format-specifications): Flush the
17755 group format spec cache if it doesn't support decoded group names.
17757 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
17759 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17760 Allow to apply decay on score files matching a regexp.
17762 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
17764 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17765 compatibility in %g and %c.
17767 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
17769 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17770 name for only %g and %c.
17771 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17772 of gnus-tmp-group to decoded group name.
17773 (gnus-group-make-rss-group): Exclude `/'s from group names.
17775 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
17777 * nnrss.el (nnrss-get-encoding): Fix regexp.
17779 2004-12-27 Simon Josefsson <jas@extundo.com>
17781 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17782 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17783 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
17785 2004-12-17 Kim F. Storm <storm@cua.dk>
17787 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17789 * gnus-sum.el (gnus-summary-mode-map): Likewise.
17791 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
17793 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17795 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
17797 * nnrss.el: Require rfc2047 and mml.
17798 (nnrss-file-coding-system): New variable.
17799 (nnrss-format-string): Redefine it as an inline function.
17800 (nnrss-decode-group-name): New function.
17801 (nnrss-string-as-multibyte): Remove.
17802 (nnrss-retrieve-headers): Decode group name; don't use
17803 nnrss-format-string.
17804 (nnrss-request-group): Decode group name.
17805 (nnrss-request-article): Decode group name; allow a Message-ID as
17806 well as an article number; don't use nnrss-format-string; encode a
17807 Message-ID string which may contain non-ASCII characters; use
17808 mml-to-mime to compose a MIME article.
17809 (nnrss-request-expire-articles): Decode group name.
17810 (nnrss-request-delete-group): Decode group name.
17811 (nnrss-fetch): Clarify error message.
17812 (nnrss-read-server-data): Use insert-file-contents instead of load;
17813 bind file-name-coding-system; use multibyte buffer.
17814 (nnrss-save-server-data): Bind coding-system-for-write to the
17815 value of nnrss-file-coding-system; bind file-name-coding-system;
17817 (nnrss-read-group-data): Use insert-file-contents instead of load;
17818 bind file-name-coding-system; use multibyte buffer.
17819 (nnrss-save-group-data): Bind coding-system-for-write to the
17820 value of nnrss-file-coding-system; bind file-name-coding-system.
17821 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17822 make it work with non-ASCII text.
17823 (nnrss-find-el): Make it work with old xml.el as well.
17825 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
17827 * nnrss.el (nnrss-get-encoding): New function.
17828 (nnrss-fetch): Use unibyte buffer initially; bind
17829 coding-system-for-read while performing mm-url-insert; remove ^Ms;
17830 decode contents according to the encoding attribute.
17831 (nnrss-save-group-data): Add coding cookie.
17832 (nnrss-mime-encode-string): New function.
17833 (nnrss-check-group): Use it to encode subject and author.
17835 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
17837 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17838 imaginary variable.
17840 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17842 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17843 correctly even if there are wide characters.
17845 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
17847 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17848 downcased symbol names; make a new cache instead of reusing
17851 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
17853 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17854 concatenating segments rather than before concatenating them.
17855 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17857 * message.el (message-get-reply-headers): Bind `extra'.
17859 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17861 * message.el (message-extra-wide-headers): New variable.
17862 (message-get-reply-headers): Use it.
17864 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
17866 * gnus-agent.el (gnus-agent-group-path): Decode group name.
17867 (gnus-agent-group-pathname): Ditto.
17869 * gnus-cache.el (gnus-cache-file-name): Decode group name.
17871 * gnus-group.el (gnus-group-make-group): Decode group name.
17872 (gnus-group-make-rss-group): Register the group data after opening
17875 2004-12-17 Paul Jarc <prj@po.cwru.edu>
17877 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17878 by expiry now get marked as read.
17880 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
17882 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17884 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
17886 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17887 unify Latin characters in XEmacs.
17888 (mm-find-mime-charset-region): Use it.
17890 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
17892 * gnus-util.el (gnus-delete-directory): New function.
17894 * gnus-agent.el (gnus-agent-delete-group): Use it.
17896 * gnus-cache.el (gnus-cache-delete-group): Use it.
17898 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
17900 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17903 2004-12-16 Simon Josefsson <jas@extundo.com>
17905 * hashcash.el (hashcash-payment-alist): Fix custom :type.
17907 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
17909 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17911 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17912 (gnus-group-set-current-level): Decode group name.
17914 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
17916 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17919 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
17921 * gnus-group.el (gnus-group-delete-group): Decode group name.
17922 (gnus-group-make-rss-group): Encode group name.
17923 (gnus-group-catchup-current): Decode group name.
17924 (gnus-group-kill-group): Decode group name.
17926 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
17928 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17930 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
17932 * gnus-group.el (gnus-group-make-rss-group):
17933 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17935 * gnus-start.el (gnus-setup-news): Honor user's setting to
17936 gnus-message-archive-method. Suggested by Lute Kamstra
17939 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
17941 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17942 global counterparts of the buffer-local variables.
17944 2004-11-16 Romain Francoise <romain@orebokech.com>
17946 * gnus-sum.el (gnus-summary-exit): Don't clear the global
17947 counterparts of the buffer-local variables.
17949 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
17951 * message.el (message-forbidden-properties): Fix typo in doc
17954 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
17956 * gnus-util.el (gnus-replace-in-string): Add doc string.
17958 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17959 to avoid problems when splitting mails with many recipients.
17961 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17963 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17964 pop-to-buffer, covered by the subsequent gnus-configure-windows.
17966 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
17968 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17969 if there is no hashtable in memory or file modification time is
17970 newer than cached timestamp.
17972 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
17974 * gnus-sum.el (gnus-summary-limit-to-recipient):
17975 Implement not-matching option.
17977 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
17979 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17980 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17981 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17982 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17983 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
17984 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17986 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
17988 * message.el (message-forward-make-body-mml): Remove headers
17989 according to message-forward-ignored-headers if a message is decoded.
17991 2004-12-02 Romain Francoise <romain@orebokech.com>
17993 * message.el (message-forward-make-body-plain): Always remove
17994 headers according to message-forward-ignored-headers.
17996 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
17998 * spam.el (spam-summary-prepare-exit): Remove the
17999 gnus-summary-limit pop for now, it has problems with ham marks for
18002 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
18004 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18007 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
18009 * format-spec.el (format-spec): Message the char.
18011 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
18013 * gnus-art.el (gnus-split-methods): Reformat comments.
18015 * spam.el (spam-summary-prepare-exit): Remove article limits
18016 before exiting the summary buffer.
18018 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
18020 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18021 order to silence the byte compiler.
18023 * spam.el: Fix the way to silence the byte compiler, which
18024 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18025 bbdb-search-simple, spam-BBDB-register-routine,
18026 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18027 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18028 spam-stat-buffer-is-spam, spam-stat-load,
18029 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18030 spam-stat-save and spam-stat-split-fancy.
18032 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
18034 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18035 which may confuse users.
18036 (canlock-password-for-verify): Ditto.
18038 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18040 * gnus-art.el (gnus-emphasis-alist): Ditto.
18042 * gnus-registry.el (gnus-registry-max-entries): Ditto.
18044 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18046 * gnus-start.el (gnus-save-killed-list): Ditto.
18048 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18049 (gnus-sum-thread-tree-root): Ditto.
18050 (gnus-sum-thread-tree-false-root): Ditto.
18051 (gnus-sum-thread-tree-single-indent): Ditto.
18053 * message.el (message-courtesy-message): Ditto.
18054 (message-archive-note): Ditto.
18055 (message-subscribed-address-file): Ditto.
18056 (message-user-fqdn): Ditto.
18058 * spam-report.el (spam-report-gmane-regex): Ditto.
18060 * spam.el (spam-blackhole-good-server-regex): Ditto.
18062 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
18064 * mml.el (mml-preview): Widen the message buffer before copying
18065 the contents to the preview buffer; sort headers before previewing.
18067 * message.el (message-hidden-headers): Fix the way to avoid a bug
18068 in the `repeat' widget in Emacs 21.3 or earlier.
18070 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
18072 * message.el (message-hidden-headers): Default to "^References:".
18073 Improve customization type. Suggested by Reiner Steib
18074 <Reiner.Steib@gmx.de>.
18076 2004-11-25 Romain Francoise <romain@orebokech.com>
18078 * message.el (message-strip-forbidden-properties): Remove check for
18079 obsolete `message-hidden' text property, hidden headers are not
18080 accessible in the buffer anymore.
18082 2004-11-22 Romain Francoise <romain@orebokech.com>
18084 * message.el (message-header-format-alist): Add `From' in list
18085 so that it can be sorted.
18086 (message-fix-before-sending): Widen and sort headers before
18088 (message-hide-headers): Use narrowing to hide headers by moving
18089 them to the top of the buffer and narrowing to the region
18092 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18094 * message.el (message-strip-forbidden-properties):
18095 Bind buffer-read-only (etc) to nil.
18097 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
18099 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18100 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18102 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
18104 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18106 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18108 * dns.el (query-dns): Use sit-for to time instead of
18109 accept-process-output, since that doesn't seem to work on udp
18112 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
18114 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18116 2004-11-15 Jesper Harder <harder@ifa.au.dk>
18118 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18119 doc string. Improve doc string.
18121 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
18123 * nntp.el (nntp-request-update-info): Return nil if
18124 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18125 may not call gnus-activate-group which uselessly issues the GROUP
18126 commands for all nntp groups and wastes time. Reported by Romain
18127 Francoise <romain@orebokech.com>.
18129 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18131 2004-11-15 Simon Josefsson <jas@extundo.com>
18133 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18134 headers separately.
18135 (gnus-button-openpgp): New function, inspired by Jochen Küpper
18136 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18138 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
18140 * gnus-start.el (gnus-convert-old-newsrc):
18141 Assign legacy-gnus-agent to 5.10.7.
18143 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18145 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18146 start of the lines.
18148 2004-11-14 Magnus Henoch <mange@freemail.hu>
18150 * hashcash.el (hashcash-default-payment): Change default to 20.
18151 (hashcash-default-accept-payment): Change default to 20.
18152 (hashcash-process-alist): New variable.
18153 (hashcash-generate-payment-async): Add.
18154 (hashcash-already-paid-p): Add.
18155 (hashcash-insert-payment): Don't generate payments twice.
18156 (hashcash-insert-payment-async): Add.
18157 (hashcash-insert-payment-async-2): Add.
18158 (hashcash-cancel-async): Add.
18159 (hashcash-wait-async): Add.
18160 (hashcash-processes-running-p): Add.
18161 (hashcash-wait-or-cancel): Add.
18162 (mail-add-payment): New optional argument. Conditionally start
18163 asynchronous calculation.
18164 (mail-add-payment-async): Add.
18166 * message.el (message-send-mail): Wait for asynchronous hashcash
18167 results. Don't clobber existing X-Hashcash headers.
18168 (message-setup-1): Call mail-add-payment-async when
18169 message-generate-hashcash is non-nil.
18171 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18173 * message.el (message-use-alternative-email-as-from): Examine the
18174 From header as well; use message-make-from in order to include a
18177 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
18179 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18180 default; improve customization type.
18181 (gnus-emphasis-custom-with-format): New macro.
18182 (gnus-emphasis-custom-value-to-external): New function.
18183 (gnus-emphasis-custom-value-to-internal): New function.
18185 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
18187 * dns.el (query-dns): Resolve reverse addresses.
18189 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18191 * gnus-group.el (gnus-group-get-new-news): Use it.
18193 * gnus-start.el (gnus-check-reasonable-setup): New function.
18195 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
18197 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18198 "Args out of range" error. Reported by Arnaud Giersch
18199 <arnaud.giersch@free.fr>.
18201 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
18203 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18205 2004-11-04 Richard M. Stallman <rms@gnu.org>
18207 * spam.el (spam group): Add :version.
18209 * pgg-def.el (pgg group): Add :version.
18211 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
18213 * gnus-art.el (gnus-article-edit-article): Don't associate the
18214 article buffer with a draft file. This is a temporary measure
18215 against the 2004-08-22 change to gnus-article-edit-mode.
18217 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
18219 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18220 (html2text-format-tags): Remove unused variable `attr'.
18222 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
18224 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18226 * spam-stat.el (spam-stat): Add :version.
18228 * sieve.el (sieve): Add :version.
18230 * sha1.el (sha1): Add :version.
18231 (sha1-use-external): Remove redundant version.
18233 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18234 (nnmail-cache-ignore-groups, nnmail-spool-hook)
18235 (nnmail-split-fancy-match-partial-words)
18236 (nnmail-split-lowercase-expanded): Add :version.
18238 * nndiary.el (nndiary): Add :version.
18240 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18242 * mml-sec.el (mml-default-sign-method)
18243 (mml-default-encrypt-method, mml-signencrypt-style-alist):
18246 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18248 * mm-url.el (mm-url-use-external, mm-url-program)
18249 (mm-url-arguments): Add :version.
18251 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18252 (mm-attachment-file-modes, mm-decrypt-option)
18253 (mm-w3m-safe-url-regexp): Add :version.
18255 * message.el (message-cite-prefix-regexp)
18256 (message-sendmail-envelope-from, message-minibuffer-local-map)
18257 (message-user-fqdn, message-completion-alist): Add :version.
18259 * gnus-win.el (gnus-configure-windows-hook)
18260 (gnus-use-frames-on-any-display): Add :version.
18262 * gnus-art.el (gnus-article-address-banner-alist)
18263 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18264 (gnus-treat-from-picon, gnus-treat-mail-picon)
18265 (gnus-treat-x-pgp-sig): Add :version.
18267 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18268 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18269 (gnus-summary-article-delete-hook)
18270 (gnus-summary-display-while-building): Add :version.
18272 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18273 (gnus-get-top-new-news-hook): Add :version.
18275 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18276 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18278 * gnus-registry.el (gnus-registry): Add :version.
18280 * gnus-spec.el (gnus-use-correct-string-widths)
18281 (gnus-make-format-preserve-properties): Add :version.
18283 * gnus.el (gnus-group-charter-alist)
18284 (gnus-group-fetch-control-use-browse-url)
18285 (gnus-install-group-spam-parameters): Add :version.
18287 * gnus-diary.el (gnus-diary): Add :version.
18289 * gnus-delay.el (gnus-delay): Add :version.
18291 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18292 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18293 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18296 * gnus-agent.el (gnus-agent-max-fetch-size)
18297 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18298 (gnus-agent-prompt-send-queue): Add :version.
18300 * deuglify.el (gnus-outlook-deuglify): Add :version.
18302 * html2text.el: Beautify code. Improve doc strings.
18303 Some checkdoc cleanup.
18304 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18306 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
18308 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18310 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
18312 * gnus-registry.el (gnus-registry-hashtb): Create the registry
18313 when package is loaded.
18315 * spam.el (spam-summary-score-preferred-header): Add global preference
18316 for people who want to override the default SpamAssassin over
18317 Bogofilter preference (when both are set).
18318 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18319 (spam-user-format-function-S):
18320 Check spam-summary-score-preferred-header.
18321 (spam-extra-header-to-number): Add X-Bogosity header parsing.
18322 (spam-user-format-function-S): Format the score correctly.
18324 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
18326 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18327 signature file. Suggested by Manoj Srivastava
18328 <srivasta@golden-gryphon.com>.
18330 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18331 iso-2022-jp even in the Japanese language environment.
18332 Suggested by Jason Rumney <jasonr@gnu.org>.
18334 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
18336 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18337 use the same characters as the dummy marks; make it free from
18338 getting affected by the language environment.
18339 (gnus-summary-read-group-1): Update mark positions only when the
18340 format spec is updated.
18342 * gnus-spec.el (gnus-update-format-specifications): Return a list
18345 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
18347 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18348 of boundp to check if display-warning is available.
18350 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
18352 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18354 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
18356 * nnspool.el (nnspool-spool-directory): Use news-path if the
18357 news-directory variable is not bound.
18359 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18360 function instead of display-warning if it is not available.
18362 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
18364 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18365 v5-10: Use `point-at-bol'.
18367 2004-10-26 Simon Josefsson <jas@extundo.com>
18369 * hashcash.el: Fix URL in comment, reported by Cheng Gao
18370 <chenggao@gmail.com>.
18372 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
18374 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
18377 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
18379 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18380 to remove a server from the nnimap-server-buffer-alist.
18381 (nnimap-open-connection, nnimap-close-server): Use it.
18383 * gnus-encrypt.el: Remove file in favor of encrypt.el.
18385 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
18387 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18388 running the major-mode function.
18390 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
18392 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18393 dummy marks in the right way.
18395 2004-10-18 David Edmondson <dme@dme.org>
18397 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18400 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
18402 * gnus-util.el (gnus-split-references): Accept a nil references
18403 string and go on blissfully.
18405 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18406 cases where the references string is non-nil but has no references.
18408 * encrypt.el: Add autoload tags.
18410 * spam.el (spam-resolve-registrations-routine): Remove article
18411 from unregistration list too. Reported by David Hanak
18412 <dhanak@isis.vanderbilt.edu>
18414 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
18416 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18417 nil. Change custom type.
18419 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
18421 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18423 * gnus-sum.el (gnus-summary-move-article): Use it.
18425 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
18427 * encrypt.el: Add autoload cookies.
18429 * spam.el (spam-backend-article-list-property)
18430 (spam-backend-get-article-todo-list)
18431 (spam-backend-put-article-todo-list)
18432 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18433 Resolve registrations separately.
18434 (spam-register-routine): Format comments.
18435 (spam-unregister-routine, spam-register-routine): Always call with
18436 specific-articles, no default list.
18437 (spam-summary-prepare-exit): Use the spam-classifications function.
18439 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18442 * encrypt.el: Copied from gnus-encrypt.el.
18444 * gnus-encrypt.el: Commented that it's obsolete.
18446 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
18448 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18449 (gnus-score-save): Use it.
18451 * message.el (message-bury): Use `window-dedicated-p'.
18453 2004-10-15 Simon Josefsson <jas@extundo.com>
18455 * pop3.el (top-level): Don't require nnheader.
18456 (pop3-read-timeout): Add.
18457 (pop3-accept-process-output): Add.
18458 (pop3-read-response, pop3-retr): Use it.
18460 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
18462 * spam.el (spam-register-routine): Move comment.
18463 (spam-verify-bogofilter): Use 'unknown for the initial
18464 spam-bogofilter-valid state, not 'never.
18466 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18469 * nnimap.el (nnimap-open-connection):
18470 Use netrc-machine-user-or-password.
18472 2004-10-17 Richard M. Stallman <rms@gnu.org>
18474 * gnus-registry.el (gnus-registry-unload-hook):
18475 Set as a variable with add-hook.
18477 * nnspool.el (nnspool-spool-directory): Use news-directory instead
18480 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18482 * spam.el: Delete duplicate `provide'.
18483 (spam-unload-hook): Set as a variable with add-hook.
18485 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
18487 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18490 * message.el (message-ignored-news-headers)
18491 (message-ignored-supersedes-headers)
18492 (message-ignored-resent-headers)
18493 (message-forward-ignored-headers): Improve custom type.
18495 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
18497 * message.el (message-tokenize-header): Fix 2004-09-06 change
18498 which used point-min in the wrong place.
18500 2004-10-12 Simon Josefsson <jas@extundo.com>
18502 * tls.el (tls-certtool-program): New variable.
18503 (tls-certificate-information): New function, based on
18504 ssl-certificate-information.
18506 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
18508 * compface.el: Move the version of ELisp-based uncompface program
18509 to the contrib directory because of the copyright problem.
18511 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
18513 * message.el (message-kill-buffer): Raise the current frame.
18515 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
18517 * gnus-sum.el: Mention that multibyte characters don't work as marks.
18519 * gnus.el (message-y-or-n-p): Autoload.
18521 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18522 (pop3-password-required, pop3-authentication-scheme)
18523 (pop3-leave-mail-on-server): Make customizable.
18524 (pop3): New custom group.
18525 (pop3-retr): Remove `sleep-for' statements.
18526 Suggested by Dave Love <fx@gnu.org>.
18528 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18531 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18532 (imap-parse-body): Fix incorrect use of `assert'.
18533 Suggested by Dave Love <fx@gnu.org>.
18535 * mml.el (mml-minibuffer-read-disposition): Require match.
18536 Suggested by Dave Love <fx@gnu.org>.
18538 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
18540 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
18543 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
18545 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18547 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18549 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18550 instead of calling `mm-insert-inline', to decode text/* parts
18551 before displaying them.
18553 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
18555 * mm-uu.el (mm-uu-text-plain-type): New variable.
18556 (mm-uu-pgp-signed-extract-1): Use it.
18557 (mm-uu-pgp-encrypted-extract-1): Use it.
18558 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18559 bind mm-uu-text-plain-type with that value.
18560 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18563 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
18565 * gnus-group.el (gnus-update-group-mark-positions):
18566 * gnus-sum.el (gnus-update-summary-mark-positions):
18567 * message.el (message-check-news-body-syntax):
18568 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18569 of string-as-multibyte.
18571 2004-10-05 Juri Linkov <juri@jurta.org>
18573 * gnus-group.el (gnus-update-group-mark-positions):
18574 * gnus-sum.el (gnus-update-summary-mark-positions):
18575 * message.el (message-check-news-body-syntax):
18576 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18577 8-bit unibyte values to a multibyte string for search functions.
18579 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
18581 * mm-uu.el (mm-uu-dissect): Allow optional arg.
18582 (mm-uu-dissect-text-parts): New function.
18584 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18585 dissect text parts.
18587 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18588 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18590 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18592 * gnus-topic.el (gnus-topic-hierarchical-parameters):
18593 Use gnus-current-topics instead of gnus-current-topic.
18595 2004-10-06 Jesper Harder <harder@ifa.au.dk>
18597 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18599 2004-10-05 Jesper Harder <harder@ifa.au.dk>
18601 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18604 * nnml.el (nnml-generate-active-info): do.
18606 * nndiary.el (nndiary-generate-active-info): do.
18608 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18609 (gnus-topic-move): do.
18611 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18612 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18614 * gnus-srvr.el (gnus-server-prepare)
18615 (gnus-server-open-all-servers): do.
18617 * gnus-msg.el (gnus-summary-cancel-article)
18618 (gnus-summary-resend-message)
18619 (gnus-summary-mail-crosspost-complaint): do.
18621 * gnus-move.el (gnus-change-server): do.
18623 * gnus-group.el (gnus-group-unmark-all-groups)
18624 (gnus-group-set-current-level): do.
18626 2004-10-04 Simon Josefsson <jas@extundo.com>
18628 * message.el (message-generate-hashcash): Doc fix.
18630 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
18632 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18633 avoid infinite recursion via gnus-get-function.
18635 2004-10-02 Jesper Harder <harder@ifa.au.dk>
18637 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18639 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18641 * nnmail.el (nnmail-split-history): do.
18643 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18644 (nnml-request-delete-group): do.
18646 * nnslashdot.el (nnslashdot-read-groups): do.
18648 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18649 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18651 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18652 (nnspool-sift-nov-with-sed): Use last.
18653 (nnspool-retrieve-headers-with-nov): Use mapc.
18654 (nnspool-request-newgroups): Use dolist.
18655 (nnspool-request-group): Use last.
18657 * nntp.el (nntp-read-server-type): Use dolist.
18659 * nnvirtual.el (nnvirtual-create-mapping)
18660 (nnvirtual-update-read-and-marked): Use dolist.
18661 (nnvirtual-convert-headers): Simplify.
18663 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
18665 * gnus-agent.el (gnus-agent-synchronize-group-flags):
18666 Add support for sync'ing tick marks.
18668 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
18670 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18671 there's no visible header.
18673 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
18675 * gnus-agent.el (gnus-agent-synchronize-group-flags):
18676 When necessary, pass full group name to gnus-request-set-marks.
18678 2004-10-01 Simon Josefsson <jas@extundo.com>
18680 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
18683 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18685 * spam-report.el (spam-report-gmane): Fix interactive.
18687 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18689 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18691 (gnus-agent-synchronize-flags): Don't default to being
18694 2004-09-30 Simon Josefsson <jas@extundo.com>
18696 * message.el (message-generate-hashcash): Add.
18697 (message-send-mail): Use it, call mail-add-payment.
18699 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
18701 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18703 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
18705 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18706 gnus-request-update-info with explicit code to sync the in-memory
18707 info read flags with the marks being sync'd to the backend.
18709 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
18711 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18713 * spam.el (spam-verify-bogofilter): Add new function.
18714 (spam-check-bogofilter)
18715 (spam-bogofilter-register-with-bogofilter): Use it.
18716 (spam-verify-bogofilter): Add small fixes.
18718 2004-09-28 Simon Josefsson <jas@extundo.com>
18720 * hashcash.el (hashcash-generate-payment): Revert.
18722 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18724 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18725 Use gnus-extract-references instead of gnus-split-references.
18727 * gnus-util.el (gnus-extract-references): Add new function, analogous
18728 to gnus-split-references but extracts only the message-ID without
18731 * hashcash.el (hashcash-generate-payment)
18732 (hashcash-check-payment): Do the right thing if hashcash-path is
18733 nil (because the hashcash program could not be found).
18735 * spam.el (spam-use-hashcash): Remove comment.
18737 2004-09-27 Jesper Harder <harder@ifa.au.dk>
18739 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18740 (gnus-cache-enter-article, gnus-cache-remove-article)
18741 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18743 * gnus-async.el (gnus-async-prefetch-remove-group): do.
18745 * gnus-art.el (article-hide-boring-headers)
18746 (article-translate-strings, article-display-face)
18747 (gnus-article-mime-match-handle-first)
18748 (gnus-article-highlight-headers)
18749 (gnus-article-add-buttons-to-head): do.
18751 2004-09-27 Simon Josefsson <jas@extundo.com>
18753 * hashcash.el: New version, from
18754 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
18757 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
18759 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18761 2004-09-26 Jesper Harder <harder@ifa.au.dk>
18763 * gnus-dup.el (gnus-dup-open): Use mapc.
18764 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18766 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18767 Reported by Stefan Wiens <s.wi@gmx.net>.
18769 * gnus.el (gnus-shutdown): Use dolist.
18771 * gnus-undo.el (gnus-undo): Use mapc.
18773 * nnrss.el (nnrss-generate-active): do.
18775 * message.el (message-cite-original-without-signature)
18776 (message-cite-original): Use mapc.
18777 (message-do-actions, message-make-forward-subject): Use dolist.
18779 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
18781 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18782 deletion to remove entire duplicate line. Fixes merged article
18785 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
18787 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18788 servers that are offline. Avoids having gnus-agent-toggle-plugged
18789 first ask if you want to open a server and then, even when you
18790 responded with no, asking if you want to synchronize the server's
18792 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18793 multi-line expressions.
18794 (gnus-agent-synchronize-group-flags): New internal function.
18795 Updates marks in memory (in the info structure) AND in the
18798 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18800 * nnagent.el (nnagent-request-set-mark):
18801 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18802 method, to ensure that synchronization updates marks in the
18803 backend and in the info (in memory) structure.
18805 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
18807 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18808 convention fully; don't miss the root article of a thread; make
18809 the X-Draft-From header with correct article numbers.
18811 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
18813 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18814 unless plugged. Disable the agent so that an open failure causes
18817 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18818 Revert 2004-09-21 change. The backend must be opened while
18819 synchronizing flags even when the backend stores the flags
18822 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
18824 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18825 in `header' match. Reported by Svend Tollak Munkejord.
18827 * message.el (message-cite-original): Fix use of
18828 `message-cite-articles-with-x-no-archive'.
18830 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
18832 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18833 (gnus-window-to-buffer): Ditto.
18835 * mml.el (mml-preview-buffer): New variable.
18836 (mml-preview): Manage window layout with gnus-buffer-configuration.
18838 * gnus-msg.el (gnus-setup-message): Put article numbers into the
18839 X-Draft-From header even if those articles aren't quoted.
18841 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
18843 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18844 (gnus-request-set-mark, gnus-request-update-mark): Use new
18845 g-s-t-u-l-m to decide to use backend even when unplugged.
18847 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
18849 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18850 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
18852 2004-09-20 Simon Josefsson <jas@extundo.com>
18854 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18857 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18859 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18861 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
18863 * uudecode.el (uudecode-use-external): Add :version.
18865 * smime.el (smime-CA-file, smime-encrypt-cipher)
18866 (smime-dns-server): Add :version.
18868 * smiley.el (gnus-smiley-file-types): Add :version.
18870 * sha1.el (sha1-use-external): Add :version.
18872 * pgg-def.el (pgg-query-keyserver): Add :version.
18874 * nnmail.el (nnmail-fancy-expiry-targets)
18875 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18878 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18879 (nnimap-retrieve-groups-asynchronous): Add :version.
18880 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
18882 * mml.el (mml-content-disposition-parameters)
18883 (mml-insert-mime-headers-always): Add :version.
18885 * mm-util.el (mm-coding-system-priorities): Add :version.
18887 * mm-decode.el (mm-inline-text-html-with-images)
18888 (mm-keep-viewer-alive-types, mm-external-terminal-program)
18889 (mm-verify-option): Add :version.
18890 (mm-text-html-renderer): Change :version.
18892 * message.el (message-fcc-externalize-attachments)
18893 (message-required-headers, message-draft-headers)
18894 (message-subject-trailing-was-query)
18895 (message-subject-trailing-was-ask-regexp)
18896 (message-subject-trailing-was-regexp, message-mark-insert-begin)
18897 (message-mark-insert-end, message-archive-header)
18898 (message-archive-note, message-cross-post-default)
18899 (message-cross-post-note, message-followup-to-note)
18900 (message-cross-post-note-function, message-use-mail-followup-to)
18901 (message-subscribed-address-functions)
18902 (message-subscribed-address-file, message-subscribed-addresses)
18903 (message-subscribed-regexps, message-allow-no-recipients)
18904 (message-yank-cited-prefix, message-signature-insert-empty-line)
18905 (message-hidden-headers, message-hierarchical-addresses)
18906 (message-mail-user-agent, message-use-idna)
18907 (message-valid-fqdn-regexp)
18908 (message-strip-special-text-properties, message-header-synonyms)
18909 (message-beginning-of-line, message-tab-body-function): Add :version.
18910 (message-insert-canlock, message-wide-reply-confirm-recipients):
18913 * mail-source.el (mail-source-ignore-errors): Add :group, :type
18915 (mail-source-delete-old-incoming-confirm)
18916 (mail-source-movemail-program): Add :version.
18918 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18919 (gnus-agent-cache, gnus-agent): Change :version.
18921 * gnus-util.el (gnus-use-byte-compile): Change :version.
18923 * gnus-sum.el (gnus-summary-make-false-root-always)
18924 (gnus-summary-default-high-score)
18925 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18926 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18927 (gnus-read-all-available-headers, gnus-article-emulate-mime)
18928 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18929 (gnus-sum-thread-tree-single-indent)
18930 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18931 (gnus-sum-thread-tree-leaf-with-other)
18932 (gnus-sum-thread-tree-single-leaf): Add :version.
18933 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18934 (gnus-article-loose-mime): Change :version.
18936 * gnus-start.el (gnus-backup-startup-file)
18937 (gnus-save-startup-file-via-temp-buffer): Add :version.
18939 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18940 (gnus-server-offline-face): Add :version.
18942 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18944 * gnus-msg.el (gnus-gcc-externalize-attachments)
18945 (gnus-debug-files, gnus-debug-exclude-variables)
18946 (gnus-discouraged-post-methods): Change :version.
18947 (gnus-confirm-mail-reply-to-news)
18948 (gnus-confirm-treat-mail-like-news): Add :version.
18950 * gnus-int.el (gnus-server-unopen-status): Add :version.
18952 * gnus-group.el (gnus-group-jump-to-group-prompt)
18953 (gnus-large-ephemeral-newsgroup)
18954 (gnus-fetch-old-ephemeral-headers): Add :version.
18956 * gnus-fun.el (gnus-x-face-directory)
18957 (gnus-convert-pbm-to-x-face-command)
18958 (gnus-convert-image-to-x-face-command)
18959 (gnus-convert-image-to-face-command): Add :version.
18961 * gnus-delay.el (gnus-delay-default-hour): Add :version.
18963 * gnus-cite.el (gnus-cite-blank-line-after-header)
18964 (gnus-article-boring-faces): Add :version.
18966 * gnus-art.el (gnus-buttonized-mime-types)
18967 (gnus-inhibit-mime-unbuttonizing)
18968 (gnus-treat-display-face)
18969 (gnus-treat-body-boundary): Change :version.
18970 (gnus-body-boundary-delimiter, gnus-picon-databases)
18971 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18972 (gnus-treat-date-english, gnus-treat-fold-headers)
18973 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18974 (gnus-treat-mail-picon, gnus-treat-wash-html)
18975 (gnus-article-encrypt-protocol)
18976 (gnus-use-idna, gnus-article-over-scroll)
18977 (gnus-mime-display-multipart-alternative-as-mixed)
18978 (gnus-mime-display-multipart-related-as-mixed)
18979 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18980 (gnus-ctan-url, gnus-button-ctan-handler)
18981 (gnus-button-handle-ctan-bogus-regexp)
18982 (gnus-button-ctan-directory-regexp)
18983 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18984 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18985 (gnus-button-man-level, gnus-button-emacs-level)
18986 (gnus-button-message-level, gnus-button-browse-level): Add :version.
18988 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18989 (gnus-agent-go-online): Change :version.
18990 (gnus-agent-expire-unagentized-dirs)
18991 (gnus-agent-auto-agentize-methods): Add :version.
18993 * flow-fill.el (fill-flowed-display-column)
18994 (fill-flowed-encode-column): Add :version.
18996 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18997 (gnus-outlook-deuglify-unwrap-max)
18998 (gnus-outlook-deuglify-cite-marks)
18999 (gnus-outlook-deuglify-unwrap-stop-chars)
19000 (gnus-outlook-deuglify-no-wrap-chars)
19001 (gnus-outlook-deuglify-attrib-cut-regexp)
19002 (gnus-outlook-deuglify-attrib-verb-regexp)
19003 (gnus-outlook-deuglify-attrib-end-regexp)
19004 (gnus-outlook-display-hook): Add :version.
19006 * binhex.el (binhex-use-external): Add :version.
19008 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
19010 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19013 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19015 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19016 in gnus-registry-trim.
19018 2004-09-13 Simon Josefsson <jas@extundo.com>
19020 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19022 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19024 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19025 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19027 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19028 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19031 * sieve.el (sieve-manage-mode): Ditto.
19033 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
19035 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19037 2004-09-11 Simon Josefsson <jas@extundo.com>
19039 * dns-mode.el: Add.
19041 * mm-view.el (mm-display-dns-inline): Add.
19043 * mm-decode.el (mm-inline-media-tests): Add text/dns.
19044 (mm-automatic-display): Ditto.
19046 * mailcap.el (mailcap-mime-data): Add text/dns.
19047 (mailcap-mime-extensions): Map .soa to text/dns.
19049 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
19051 * gnus-art.el (article-decode-mime-words, article-babel)
19052 (gnus-article-highlight-signature, gnus-article-add-buttons)
19053 (gnus-signature-toggle): Remove unnecessary bindings of
19054 `inhibit-read-only' inherited from v5.10 merge.
19056 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
19058 * nntp.el (nntp): New customization group.
19059 (nntp-authinfo-file): Add customization group.
19061 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19063 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19065 * gnus.el (to-address, to-list, subscribed)
19066 (large-newsgroup-initial): Ditto.
19068 * flow-fill.el (fill-flowed-display-column)
19069 (fill-flowed-encode-column): Ditto.
19071 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
19073 * message.el (message-tokenize-header, message-send-mail-with-qmail):
19074 Use point-min rather than 1.
19075 (message-send-mail): Use buffer-size rather than point-max.
19077 * gnus-sum.el (gnus-summary-search-article-forward):
19078 Signal a specific `search-failed' rather than a generic `error'.
19080 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19081 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19082 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19084 2004-09-10 Simon Josefsson <jas@extundo.com>
19086 * nndb.el (require): Remove tcp and duplicate cl.
19088 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
19090 * gnus-agent.el (directory-files-and-attributes): Move forward.
19092 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
19094 * gnus-agent.el (directory-files-and-attributes):
19095 Optionally defined to support XEmacs.
19097 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
19099 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19100 to avoid run-time CL dependencies.
19101 (gnus-agent-unfetch-articles): New function.
19102 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19103 article numbers even when local .overview file is missing.
19104 (gnus-agent-read-article-number): New function. Only accepts
19105 27-bit article numbers.
19106 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19107 Use gnus-agent-read-article-number.
19108 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19109 from backend while recognizing that article numbers in .overview
19111 (gnus-agent-update-files-total-fetched-for):
19112 Use directory-files-and-attributes to improve performance.
19113 * gnus-int.el (gnus-request-move-article):
19114 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19115 improve performance.
19117 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19118 some users confused by references to .newsrc when they only have a
19120 (gnus-convert-mark-converter-prompt)
19121 (gnus-convert-converter-needs-prompt): Fix use of property list.
19122 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19123 New function. Used internally to only display 'gnus converting
19124 files' message when actually necessary.
19126 * gnus-sum.el (): Remove (require 'gnus-agent) as required
19127 methods now autoloaded.
19129 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
19131 * gnus-sum.el (gnus-summary-insert-subject): Remove list
19134 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
19136 * gnus-picon.el: Fix indentation and closing parenthesis.
19138 2004-09-01 Simon Josefsson <jas@extundo.com>
19140 * message.el (message-canlock-generate): Require sha1, not
19141 sha1-el. (Can we get rid of this require altogether? It is ugly
19142 to require within a function. Sadly, if sha1.el isn't loaded, the
19143 let binding in m-c-g will hide the defcustom definition, which is
19146 * canlock.el: Require sha1, not sha1-el.
19148 * message.el: Don't autoload sha1 (there is a autoload cookie in
19151 * sha1-el.el: Rename to sha1.el.
19153 2004-08-30 Juanma Barranquero <lektu@terra.es>
19155 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19157 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19159 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19161 2004-08-30 Kim F. Storm <storm@cua.dk>
19163 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19165 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19166 Add :group 'nnimap.
19168 2004-08-30 Andreas Schwab <schwab@suse.de>
19170 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19173 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19174 and ?\' to symbol instead of whitespace.
19176 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
19178 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19180 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19181 instead of re-search-forward.
19183 * gnus-uu.el (gnus-uu-save-article): Ditto.
19184 (gnus-uu-post-encode-uuencode): Ditto.
19186 * html2text.el (html2text-clean-list-items): Ditto.
19187 (html2text-clean-dtdd): Ditto.
19188 (html2text-format-tags): Ditto.
19190 * message.el (message-send-mail-with-sendmail): Fix regexp.
19191 (message-fill-field-general): Use search-forward instead of
19193 (unbold-region): Ditto.
19195 * nnrss.el (nnrss-request-article): Ditto.
19197 * nnslashdot.el (nnslashdot-request-article): Ditto.
19199 * nnweb.el (nnweb-gmane-wash-article): Ditto.
19201 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19202 "Unrecognized menu descriptor" error in XEmacs.
19204 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
19206 * gnus-sum.el (gnus-read-header): Don't remove a header for the
19207 parent article of a sparse article in the thread hashtb.
19209 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
19211 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19212 (nnmail-expand-newtext): Lowercase expanded entries if
19213 nnmail-split-lowercase-expanded is non-nil.
19215 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
19217 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19219 * gnus-group.el (gnus-group-line-format-alist): Convert the value
19220 of gnus-tmp-news-method into string under XEmacs. It will be
19221 passed to gnus-correct-length which takes only a string argument.
19223 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
19225 * gnus-util.el (gnus-bind-print-variables): New macro.
19226 (gnus-prin1): Use it.
19227 (gnus-prin1-to-string): Use it.
19228 (gnus-pp): New function.
19229 (gnus-pp-to-string): New function.
19231 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19232 Replace pp-to-string with gnus-pp-to-string.
19233 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19234 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19235 * gnus-msg.el (gnus-debug): Ditto.
19236 * gnus-score.el (gnus-score-save): Ditto.
19237 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19239 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19241 * score-mode.el (gnus-score-pretty-print): Ditto.
19242 * webmail.el (webmail-debug): Ditto.
19244 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
19246 * gnus-art.el (article-display-face, article-display-x-face):
19247 Use buffer-read-only.
19249 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
19251 * gnus-art.el (article-hide-list-identifiers):
19252 Bind inhibit-read-only as t.
19254 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
19256 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19258 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19260 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19261 (gnus-narrow-to-page): Don't assume point-min == 1.
19262 (gnus-article-edit-mode): Derive from message-mode.
19264 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19267 * imap.el (imap-parse-address-list, imap-parse-body-ext):
19268 Disable incorrect use of `assert'.
19270 * message.el (message-mode): Set comment-start-skip.
19272 2004-08-22 Sam Steingold <sds@gnu.org>
19274 * pop3.el (pop3-leave-mail-on-server): New user variable.
19275 (pop3-movemail): Delete mail only when it is nil.
19277 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
19279 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19281 * mml.el (mml-preview): Use `pop-to-buffer'.
19283 * message.el (message-goto-mail-followup-to): Insert after "To".
19284 (message-carefully-insert-headers): Add comment.
19286 * gnus.el: Remove unused variable `gnus-article-check-size'.
19288 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19290 * gnus-art.el (gnus-button-alist):
19291 Improve `gnus-button-handle-library' entry.
19293 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
19295 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19296 Use downcase, since XEmacs capitalizes error messages differently.
19298 2004-08-18 Jesper Harder <harder@ifa.au.dk>
19300 * nntp.el: Add (require 'gnus) due to reference to
19301 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
19303 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
19305 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19306 Bind `mm-fill-flowed'.
19308 * mm-decode.el (mm-dissect-singlepart): Check it.
19310 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
19312 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19313 'imap' for netrc parsing.
19315 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
19317 * mailcap.el (mailcap-mime-data): Mark as risky.
19319 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
19321 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19322 may be included in the encoded word.
19323 (rfc2047-encode): Don't append a space if the encoded word
19324 includes close parenthesis.
19326 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
19328 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19329 of text within parentheses.
19331 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
19333 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19334 (gnus-encrypt-write-file-contents): Make the password key the file
19335 name PLUS the cipher, not just the cipher. Also remove failed
19336 passwords from the cache.
19338 2004-08-06 Simon Josefsson <jas@extundo.com>
19340 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19343 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
19345 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19348 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
19350 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19351 Try to append in-reply-to: data to the references: header.
19353 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19354 (netrc-parse): Use gnus-encrypt.el functions.
19356 * gnus-encrypt.el: Add new file for encryption support; currently
19357 does only a few GPG ciphers and an internal XOR cipher.
19359 * password.el: Add comments on using password-read-and-add.
19360 (password-read-and-add): Add function to read and add the
19361 password to the cache at once.
19363 2004-07-28 Simon Josefsson <jas@extundo.com>
19365 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19366 parameter (but don't use it, for now).
19368 * imap.el (imap-ssl-open): Use imap-process-connection-type,
19369 instead of hard coding to nil.
19371 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
19373 * mm-view.el (mm-inline-image-emacs): Open lines under an image
19374 as mm-inline-image-xemacs does.
19376 2004-07-26 Simon Josefsson <jas@extundo.com>
19378 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19379 Revert part of 2004-07-17 change below.
19381 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
19383 * rfc2047.el (rfc2047-encode-region): Don't infloop.
19384 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19386 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
19388 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19389 quotes that actually start with ">" at the beginning of the
19392 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
19394 * rfc2047.el (rfc2047-encode-region): Fix last change.
19395 (rfc2047-encode-parameter): Remove useless concat.
19397 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
19399 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19400 encode special characters; fix some kind of misconfigured headers;
19401 signal a real error if debug-on-quit or debug-on-error is non-nil.
19402 (rfc2047-encode-max-chars): New variable.
19403 (rfc2047-encode-1): Use it.
19404 (rfc2047-encode-parameter): New function.
19406 * mml.el (mml-insert-parameter): Remove an excessive space.
19408 2004-07-17 Simon Josefsson <jas@extundo.com>
19410 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19411 Kai Grossjohann <kai@emptydomain.de>.
19412 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19413 (gnus-group-make-menu-bar): Ditto.
19415 * gnus-util.el (gnus-group-server): Add.
19417 2004-07-16 Jesper Harder <harder@ifa.au.dk>
19419 * message.el (message-clone-locals): Clone sendmail and smtp
19422 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
19424 * rfc2047.el (rfc2047-encode-region): Fix last change.
19426 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
19428 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19429 characters as non-special.
19431 2004-07-09 Simon Josefsson <jas@extundo.com>
19433 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19434 Users will lose all flag changes made while unplugged with
19435 e.g. nntp unless flag synchronization happens, thus `nil' is not a
19436 good default. See numerous reports on ding mailing list.
19438 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
19440 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19441 add generate-head-function and generate-article-function to the
19442 rfc822-forward entry.
19443 (nndoc-rfc822-forward-generate-article): New function.
19444 (nndoc-rfc822-forward-generate-head): New function.
19446 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19448 2004-07-06 Dan Christensen <jdc@uwo.ca>
19450 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19451 respect display group parameter and gnus-summary-expunge-below.
19452 (gnus-articles-to-read): Remove unused reference to display group
19455 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19457 * nnheader.el (nnheader-uniquify-message-id): New experimental
19459 (nnheader-nov-read-message-id): Use it.
19461 * spam-report.el (spam-report-gmane): Add interactive.
19463 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
19465 * mm-encode.el (mm-content-transfer-encoding-defaults):
19466 Use qp-or-base64 for the application/* types.
19468 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
19470 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19472 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
19474 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19477 2004-01-25 Paul Jarc <prj@po.cwru.edu>
19479 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19480 New macro and function.
19481 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19483 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
19485 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19488 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
19490 * gnus-group.el (gnus-group-get-new-news-this-group):
19491 Don't update info that isn't there.
19493 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
19495 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19498 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
19500 * mm-view.el (mm-inline-render-with-function): Use multibyte
19501 buffer; decode html source by charset.
19503 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19505 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19506 Mule-UCS is loaded under XEmacs.
19507 (mm-mime-mule-charset-alist): Avoid duplicated entries.
19509 2004-06-28 Jesper Harder <harder@ifa.au.dk>
19511 * nnheader.el (nnheader-max-head-length): Increase to 8192.
19513 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
19515 * mm-util.el (mm-coding-system-p): Return a coding-system.
19516 (mm-mime-mule-charset-alist): Use shift_jis instead of
19517 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19518 entries for the mime charsets iso-2022-jp-3 and shift_jis.
19519 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19520 instead of japanese-shift-jis and iso-latin-1 respectively in
19521 order to share the default value with both Emacs and XEmacs-mule.
19522 (mm-mule-charset-to-mime-charset):
19523 Make mm-coding-system-priorities effective.
19524 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19525 while predicating of candidates upon the priorities.
19527 2004-06-27 Jesper Harder <harder@ifa.au.dk>
19529 * gnus-sum.el (gnus-summary-make-menu-bar):
19530 Add gnus-uu-invert-processable.
19532 * gnus.el: Autoload gnus-uu-invert-processable.
19534 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
19536 * mm-util.el (mm-with-multibyte-buffer): New macro.
19538 * rfc2047.el (rfc2047-encode-string): Use it.
19539 (rfc2047-encode-region): Move point to the end of the region after
19540 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19542 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
19544 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19545 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19547 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
19549 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19550 (gnus-cite-parse): Ignore quoted envelope From_.
19551 Suggested by Karl Chen <quarl@nospam.quarl.org>.
19553 2004-06-23 Jesper Harder <harder@ifa.au.dk>
19555 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19558 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
19560 * spam.el: Change section markers, revise TODO list.
19561 (spam-backends): Make new master list of all installed backends.
19562 (spam-summary-exit-behavior): Add new variable to determine how
19563 messages moves are done at summary exit.
19564 (spam-move-spam-nonspam-groups-only)
19565 (spam-process-ham-in-nonham-groups)
19566 (spam-process-ham-in-spam-groups): Remove variables, the
19567 spam-summary-exit-behavior variable should be used to manage this
19569 (spam-old-ham-articles, spam-old-spam-articles): Remove.
19570 (spam-old-articles): Add variable, replacing spam-old-ham-articles
19571 and spam-old-spam-articles.
19572 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19573 Add empty variables, placeholders for the backends they represent.
19574 (spam-set-difference): Move, unchanged.
19575 (spam-list-of-processors): Declare OBSOLETE, not used anymore
19576 unless the user has a processor variable.
19577 (spam-classifications, spam-classification-valid-p)
19578 (spam-backend-properties, spam-backend-property-valid-p)
19579 (spam-backend-function-type-valid-p)
19580 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19581 (spam-report-articles-gmane, spam-report-articles-resend):
19582 Remove functions, they are not needed.
19583 (spam-install-backend-super, spam-backend-list)
19584 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19585 (spam-backend-function, spam-backend-ham-registration-function)
19586 (spam-backend-spam-registration-function)
19587 (spam-backend-ham-unregistration-function)
19588 (spam-backend-spam-unregistration-function)
19589 (spam-backend-statistical-p, spam-backend-mover-p)
19590 (spam-install-backend-alias, spam-install-checkonly-backend)
19591 (spam-install-mover-backend, spam-install-nocheck-backend)
19592 (spam-install-backend, spam-install-statistical-backend)
19593 (spam-install-statistical-checkonly-backend): Add backend installation
19595 (spam-summary-prepare-exit): Rewrite to use the new backend code.
19596 (spam-group-processor-p): Use the new backend code and respect the
19597 summary exit behavior.
19598 (spam-mark-spam-as-expired-and-move-routine): Remove.
19599 (spam-summary-prepare): Change to use the new spam-old-articles
19601 (spam-copy-or-move-routine, spam-copy-spam-routine)
19602 (spam-move-spam-routine, spam-copy-ham-routine)
19603 (spam-move-ham-routine): Add code to copy/move ham or spam.
19604 (spam-fetch-field-fast): Improve doc and code, plus allow the
19606 (spam-list-of-checks, spam-list-of-statistical-checks):
19608 (spam-split, spam-find-spam): Use the new backend code.
19609 (spam-registration-functions): Remove variable.
19610 (spam-unregister-routine): Add convenience wrapper.
19611 (spam-log-undo-registration, spam-register-routine)
19612 (spam-log-processing-to-registry)
19613 (spam-log-unregistration-needed-p): Rename "check" to "backend"
19615 (spam-check-gmane-xref, spam-check-regex-headers)
19616 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19617 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19618 (spam-check-bogofilter-headers, spam-check-spamoracle)
19619 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19620 (spam-check-crm114-headers): Use the spam-split-group that
19621 spam-split prepares, no need to determine it every time.
19623 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19624 to the nnheader-parse-naked-head call.
19626 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19628 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19629 the nnheader-nov-read-message-id call.
19631 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
19633 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19634 gnus-activate-group twice. Suggested by Markus Peter
19637 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
19639 * gnus-art.el (gnus-article-time-format): Exchange the order of
19640 day and month in the default value; fix customization type.
19641 (article-date-ut): Use add-text-properties.
19642 (article-make-date-line): Use message-make-date instead of
19643 current-time-string.
19645 * message.el (message-fetch-field): Don't use set-text-properties.
19646 (message-make-date): Simplify.
19648 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
19650 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19651 (rfc2047-encode-region): Treat text within parentheses as special;
19652 show the original text when error has occurred.
19654 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19655 already-computed method to gnus-activate-group.
19657 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19658 same select-methods identical Lisp objects.
19660 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19661 object when modifying the info.
19663 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
19665 * gnus-srvr.el (gnus-server-set-info): Remove the server from
19666 gnus-opened-servers since it has never been opened with the new
19669 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
19671 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19672 arg to nnheader-generate-fake-message-id.
19674 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
19676 * nnheader.el (nnheader-generate-fake-message-id): Accept a
19677 number and build a fake message ID localized to a group and
19678 article number (so it's repeatable from that point on).
19679 (nnheader-fake-message-id-p): Change regex to accommodate new fake
19682 * gnus-sum.el (gnus-get-newsgroup-headers):
19683 Call nnheader-generate-fake-message-id with the article number.
19685 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
19687 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19690 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19692 * message.el (message-ignored-supersedes-headers): Add Approved.
19694 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
19696 * rfc2047.el (rfc2047-encode-message-header): Remove useless
19698 (rfc2047-encode): Fold the line before encoding.
19700 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19702 * rfc2047.el (rfc2047-encode-message-header): Disabled header
19703 folding -- not all headers can be folded, and this should be done
19704 by the message composition mode. Probably. I think.
19706 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
19708 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19711 * gnus-ems.el (gnus-remove-image): Don't use
19712 message-text-with-property; remove only the image found first.
19714 2004-06-09 Jesper Harder <harder@ifa.au.dk>
19716 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19718 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
19720 * message.el (message-text-with-property): Make it fast and accept
19721 optional arguments.
19722 (message-strip-forbidden-properties): Use it.
19723 (message-fix-before-sending): Follow the m-t-w-p change.
19725 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19727 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
19729 * gnus-art.el (article-hide-headers): Don't change the buffer
19730 mistakenly when performing mml-preview even if
19731 gnus-single-article-buffer is nil.
19733 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
19735 * message.el (message-expand-name-databases): New user option.
19736 (message-expand-name): Use it.
19738 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
19740 * spam.el (spam-report-articles-resend)
19741 (spam-report-resend-register-routine): Allow ham reporting.
19742 (spam-report-resend-register-ham-routine): Add wrapper.
19743 (spam-registration-functions): Add ham resending functions.
19744 (spam-list-of-processors): Add ham resend processor.
19746 * gnus.el (ham-resend-to): Add new group parameter.
19747 (spam-process): Add ham resend option.
19749 * spam-report.el (spam-report-resend): Allow reporting ham.
19750 (spam-report-resend-ham): Add wrapper.
19752 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19754 * message.el (message-cite-articles-with-x-no-archive):
19756 (message-cite-original): Use it.
19758 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19760 * message.el (message-cite-original): Respect X-No-Archive.
19762 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
19764 * gnus-art.el (article-hide-headers): Refer to the values for
19765 gnus-ignored-headers and gnus-visible-headers in the summary
19766 buffer since a user may have set them as group parameters.
19768 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
19770 * assistant.el (assistant-node-name): Add convenience function.
19771 (assistant-render-text, assistant-render-node): Add error handling,
19772 plus handle multiple next nodes.
19773 (assistant-find-next-node): Comment out for now.
19774 (assistant-find-next-nodes): Add function, returns list of next
19777 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
19779 * mail-source.el (mail-source-directory): Fix doc-string.
19781 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
19783 * assistant.el (assistant-render-text, assistant-eval): Add :set
19784 widget type, which is different because it takes and returns a
19785 list. Much hilarity ensues.
19787 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
19789 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19791 * gnus-group.el (gnus-group-get-new-news-this-group):
19794 * gnus-start.el (gnus-activate-group): Add doc-string.
19796 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
19798 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19800 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
19802 * assistant.el (assistant-render-text): Try to add a :set
19803 widget, more to come.
19805 * spam.el (spam-group-spam-contents-p): Handle empty groupname
19807 (spam-report-articles-resend)
19808 (spam-register-routine): Do registration iff any articles warrant
19810 (spam-summary-prepare-exit): Change log message for nil group
19813 2004-05-27 Daniel Pittman <daniel@rimspace.net>
19815 * spam.el (spam-report-resend-register-routine):
19816 Allow spam-report-resend-to to be a group parameter or a global value.
19818 2004-05-26 Simon Josefsson <jas@extundo.com>
19820 * starttls.el: Merge with my GnuTLS based starttls.el.
19821 (starttls-gnutls-program, starttls-use-gnutls)
19822 (starttls-extra-arguments, starttls-process-connection-type)
19823 (starttls-connect, starttls-failure, starttls-success):
19825 (starttls-program, starttls-extra-args): Doc fix.
19826 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19828 (starttls-negotiate, starttls-open-stream):
19829 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19830 function if it is set.
19832 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
19834 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19837 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
19839 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19841 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
19843 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19845 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
19846 assigning the spam-mark to new messages.
19848 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
19850 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19852 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
19854 * rfc2047.el (rfc2047-encodable-p): Don't move point.
19855 (rfc2047-decode): Treat the ascii coding-system as raw-text by
19858 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
19860 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19863 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
19865 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19866 (spam-group-processor-p): Fix function.
19867 (spam-group-processor-multiple-p)
19868 (spam-group-spam-processor-report-gmane-p)
19869 (spam-group-spam-processor-report-resend-p)
19870 (spam-group-spam-processor-bogofilter-p)
19871 (spam-group-spam-processor-blacklist-p)
19872 (spam-group-spam-processor-ifile-p)
19873 (spam-group-ham-processor-ifile-p)
19874 (spam-group-spam-processor-spamoracle-p)
19875 (spam-group-spam-processor-crm114-p)
19876 (spam-group-ham-processor-bogofilter-p)
19877 (spam-group-spam-processor-stat-p)
19878 (spam-group-ham-processor-stat-p)
19879 (spam-group-ham-processor-whitelist-p)
19880 (spam-group-ham-processor-BBDB-p)
19881 (spam-group-ham-processor-spamoracle-p)
19882 (spam-group-ham-processor-copy-p): Remove functions with some
19883 prejudice against unneeded code.
19884 (spam-report-articles-resend)
19885 (spam-report-resend-register-routine): Allow the group/topic
19886 spam-resend-to value to override spam-report-resend-to.
19887 (spam-summary-prepare-exit): Invoke spam-group-processor-p
19890 * gnus.el (spam-resend-to): Add group/topic parameter.
19891 (spam-process): Move the OBSOLETE processors to the end of the
19894 2004-05-24 Daniel Pittman <daniel@rimspace.net>
19896 * spam-report.el (spam-report-resend-to, spam-report-resend):
19897 Start with resend-to set to nil, and then ask the user if necessary.
19898 (spam-report-resend): spam-report-resend takes a list of articles, not
19899 separate article numbers.
19901 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
19903 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19904 addition to emacs-w3m.
19906 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19908 * assistant.el (assistant-authinfo-data): New function.
19909 (assistant-eval): Eval for entire assistant.
19911 * netrc.el (netrc-services-file): New variable.
19912 (netrc-parse-services): New function.
19913 (netrc-find-service-name): New function.
19914 (netrc-find-service-number): New function.
19915 (netrc-port-equal): New function.
19916 (netrc-machine): Use it.
19918 * nnimap.el (nnimap-open-connection): Use netrc.
19920 * gnus-util.el (gnus-netrc-get): Remove aliases.
19922 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19924 * assistant.el (wid-edit): Fix compilation.
19926 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19928 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
19930 * gnus-util.el (gnus-set-file-modes): New function. (small
19933 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19935 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19937 * assistant.el (assistant-render-node): Fix up rendering and
19939 (assistant-render-node): Reset.
19940 (assistant-make-read-only): Not sticky.
19942 2004-05-20 Danny Siu <dsiu@adobe.com>
19944 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19945 centered even when gnus-auto-center-summary is t
19947 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
19949 * dns.el (dns-get-txt-answer): New function.
19950 (dns-read-txt): Ditto.
19951 (query-dns): Use it.
19953 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
19955 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19956 active for foreign groups even if the group level is higher than
19957 the specified value.
19959 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19961 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19964 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19966 2004-05-20 Magnus Henoch <mange@freemail.hu>
19968 * dns.el (dns-read-type): Add support for SVR. (small patch)
19970 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
19972 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19973 (spam-crm114-header, spam-crm114-spam-switch)
19974 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19975 (spam-crm114-positive-spam-header)
19976 (spam-crm114-database-directory, spam-list-of-processors)
19977 (spam-group-spam-processor-crm114-p)
19978 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19979 (spam-generic-score, spam-list-of-checks)
19980 (spam-list-of-statistical-checks, spam-registration-functions)
19981 (spam-check-crm114-headers, spam-crm114-score)
19982 (spam-check-crm114, spam-crm114-register-with-crm114)
19983 (spam-crm114-register-spam-routine)
19984 (spam-crm114-unregister-spam-routine)
19985 (spam-crm114-register-ham-routine)
19986 (spam-crm114-unregister-ham-routine): Add CRM114 support.
19988 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
19990 * gnus.el: Add spam-use-crm114.
19992 * spam.el (spam-list-of-processors, spam-registration-functions):
19993 Add spam-use-resend.
19994 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19995 (spam-report-articles-gmane): Add doc fix.
19996 (spam-report-articles-resend, spam-report-resend-register-routine):
19997 Add wrappers around spam-report-resend-to.
19999 * spam-report.el (spam-report-resend-to, spam-report-resend):
20000 Add support for resending spam.
20001 (spam-report-gmane): Fix line length >80.
20003 * gnus.el (spam-process): Add spam-use-resend.
20005 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20007 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20008 number of processed spam messages.
20009 (spam-ham-copy-or-move-routine): Return the number of processed
20011 (spam-summary-prepare-exit): Use the above values to decide
20012 whether status messages shouled be displayed.
20014 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
20016 * rfc2047.el (rfc2047-encode-function-alist): Rename from
20017 `rfc2047-encoding-function-alist' in order to avoid conflicting
20018 with the old version.
20019 (rfc2047-encode-region): Concatenate words containing non-ASCII
20020 characters in structured fields; don't encode space-delimited
20021 ASCII words even in unstructured fields; don't break words at
20022 char-category boundaries.
20023 (rfc2047-encode-1): New function.
20024 (rfc2047-encode): Use it; encode text so that it occupies the
20025 maximum width within 76-column; work correctly on Q encoding for
20026 iso-2022-* charsets.
20027 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20028 sure not to break a line just after the header name.
20029 (rfc2047-b-encode-region): Remove.
20030 (rfc2047-b-encode-string): New function.
20031 (rfc2047-q-encode-region): Remove.
20032 (rfc2047-q-encode-string): New function.
20034 * mm-util.el (mm-replace-in-string): New function.
20036 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20038 * gnus-msg.el (gnus-inews-make-draft-meta-information):
20039 Really get it right.
20040 (gnus-inews-make-draft): Really.
20042 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
20044 * nnmh.el (nnmh-request-list-1): Don't check the link count
20045 before descending. (small patch)
20047 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20049 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20052 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20053 Match on real group name.
20055 * gnus-art.el (gnus-signature-limit): Doc fix.
20057 * gnus-msg.el (gnus-inews-make-draft): Quote list.
20059 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20061 * gnus-draft.el (gnus-draft-send):
20062 Bind rfc2047-encode-encoded-words.
20064 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20065 (rfc2047-encodable-p): Say that =? needs encoding.
20066 (rfc2047-encode-encoded-words): New variable.
20068 * gnus-group.el (gnus-group-select-group): Doc fix.
20070 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20072 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20075 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20077 * nnheader.el (nnheader-get-lines-and-char): New function.
20079 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
20081 * gnus-msg.el (gnus-summary-followup-with-original):
20082 Document yanking of region when active.
20084 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
20086 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20087 groups if the group level is higher than the specified value.
20089 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
20091 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20092 (gnus-group-jump-to-group): Add prefix argument using
20093 `gnus-group-jump-to-group-prompt'. Query before jumping to
20096 * compface.el (uncompface): Be verbose when changing
20097 `uncompface-use-external'.
20099 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20100 handle manual section.
20102 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
20104 * gnus-art.el (gnus-button-alist): Revert previous change.
20106 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
20108 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20110 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
20112 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20113 whether backend can accept message.
20115 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20117 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
20119 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20120 Avoid creating directory when nntp-marks-is-evil is true.
20121 Reported by Reiner Steib.
20123 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
20125 * gnus-picon.el (gnus-picon-insert-glyph):
20126 Add optional `nostring' argument.
20128 2004-05-18 Jesper Harder <harder@ifa.au.dk>
20130 * gnus-picon.el (gnus-picon-style): New variable.
20131 (gnus-picon-transform-address): Support `gnus-picon-style'.
20133 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
20135 * message.el (message-fill-field): Return point.
20136 (message-generate-headers): Go to end of field.
20138 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20139 stuff for non-living groups.
20141 2004-05-18 Jesper Harder <harder@ifa.au.dk>
20143 * gnus-art.el (gnus-article-followup-with-original)
20144 (gnus-article-reply-with-original): gnus-mark-active-p ->
20145 gnus-region-active-p.
20147 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
20149 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20150 only when there is spam or ham to be processed.
20152 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20154 * mail-source.el (mail-source-delete-crash-box): Refactor.
20155 (mail-source-fetch): Use it.
20156 (mail-source-fetch-file): Ditto.
20157 (mail-source-fetch-directory): Run PostScript in loop.
20158 (mail-source-fetch-pop): Delete.
20159 (mail-source-fetch-maildir): Ditto.
20160 (mail-source-fetch-imap): Ditto.
20162 * imap.el (imap-authenticators): Comment out sasl.
20164 * message.el (message-skip-to-next-address): New function.
20165 (message-fill-header-address): Refactor.
20166 (message-fill-address): Use it.
20167 (message-delete-address): Use it.
20168 (message-fill-header-general): Refactor.
20169 (message-fill-field-address): Rename.
20170 (message-narrow-to-field): Find the start of the header.
20171 (message-header-format-alist): Don't pre-fill.
20172 (message-fill-header): Remove.
20173 (message-insert-header): New function.
20174 (message-shorten-references): Use it.
20176 * rfc2047.el (rfc2047-field-value): Strip props.
20178 * mail-parse.el (mail-header-make-address): New alias.
20180 * ietf-drums.el (ietf-drums-make-address): New function.
20182 * imap.el: Add compiler directives.
20184 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20186 * gnus-art.el (article-decode-idna-rhs): Don't use
20187 message-idna-inside-rhs-p.
20189 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20191 * message.el (message-idna-inside-rhs-p): Remove.
20192 (message-idna-to-ascii-rhs-1): Use proper address parsing.
20194 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20197 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20199 * imap.el (imap-sasl-make-mechanisms): Use sasl.
20201 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20203 * nneething.el (nneething-file-name): Don't create spurious
20206 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20207 (gnus-inews-do-gcc): Remove sleep.
20209 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20212 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20213 (gnus-agent-regenerate-group): Using nil messages aren't valid.
20215 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
20217 * spam.el (spam-summary-prepare-exit): Fix (length).
20219 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
20221 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20222 as expired without moving it" message when there are spam
20225 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
20227 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20230 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
20232 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20233 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20234 (nntp-marks-changed-p): New arg SERVER.
20235 (nntp-request-update-info): Adjust caller.
20237 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
20239 * nntp.el (nntp-save-marks): Pass missing arg.
20241 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
20243 * nntp.el: Support marks.
20244 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20245 (nntp-marks-modtime, nntp-marks-directory): New variables.
20246 (nntp-request-set-mark, nntp-request-update-info)
20247 (nntp-possibly-create-directory, nntp-marks-changed-p)
20248 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20251 2004-05-12 Jesper Harder <harder@ifa.au.dk>
20253 * gnus-score.el (gnus-score-insert-help):
20254 Use gnus-select-lowest-window.
20256 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20257 appt-select-lowest-window and rename to gnus-select-lowest-window.
20261 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20263 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20264 encodings of MIME-encoded words, in order to improve
20265 interoperability with several broken MUAs.
20267 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20269 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20270 tags, only when charsets are not specified in headers.
20271 (mm-inline-text-html-render-with-w3m): Ditto.
20273 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20275 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20276 instead of MIME-decoded from fields when checking
20277 `gnus-article-address-banner-alist'.
20279 2004-05-03 Jesper Harder <harder@ifa.au.dk>
20281 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20282 description rather than subject.
20284 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20286 * gnus.el (gnus-version-number): Bump.
20288 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20290 * gnus.el: No Gnus v0.2 is released.
20292 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20294 * gnus-agent.el (gnus-agent-read-agentview):
20295 Inline gnus-uncompress-range.
20297 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20299 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20300 `exec-installed-p'.
20302 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20304 * gnus.el (spam-process, spam-autodetect-methods):
20305 Add bsfilter and bsfilter-headers.
20307 * spam.el (spam-bsfilter): New customize group.
20308 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20309 (spam-bsfilter-header, spam-bsfilter-probability-header)
20310 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20311 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20312 (spam-bsfilter-database-directory): New options.
20313 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20314 (spam-list-of-statistical-checks, spam-registration-functions):
20315 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20316 (spam-bsfilter-score): New command.
20317 (spam-check-bsfilter-headers, spam-check-bsfilter)
20318 (spam-bsfilter-register-with-bsfilter)
20319 (spam-bsfilter-register-spam-routine)
20320 (spam-bsfilter-unregister-spam-routine)
20321 (spam-bsfilter-register-ham-routine)
20322 (spam-bsfilter-unregister-ham-routine): New functions.
20323 (spam-generic-score): Support bsfilter; Accept an optional argument
20324 to recalcurate spam score even if scoring header has already been
20326 (spam-bogofilter-score, spam-spamassassin-score): Accept an
20327 optional argument to recalcurate spam score even if scoring header
20328 has already been added.
20330 2004-04-29 Jesper Harder <harder@ifa.au.dk>
20332 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20333 strings! Reported by David D. Smith <davidsmith@acm.org>.
20334 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20337 2004-04-28 Jesper Harder <harder@ifa.au.dk>
20339 * html2text.el (html2text-replace-list): Add & and '.
20340 (html2text-get-attr): Rewrite.
20342 * message.el (message-setup-1): Remove redundant put-text-property
20343 on mail-header-separator.
20345 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
20347 * gnus-registry.el (gnus-registry-cache-whitespace)
20348 (gnus-registry-action, gnus-registry-spool-action)
20349 (gnus-registry-split-fancy-with-parent): Change message levels
20350 from 5 to 3 or 7, as needed.
20352 * spam.el (spam-summary-prepare-exit)
20353 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20354 (spam-split, spam-find-spam, spam-log-undo-registration)
20355 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20358 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
20360 * gnus-ems.el: Autoload appt-select-lowest-window (revert
20361 2004-03-04 change).
20363 2004-04-25 Jesper Harder <harder@ifa.au.dk>
20365 * sieve-manage.el (sieve-manage-open):
20366 * nnweb.el (nnweb-insert-html):
20367 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20368 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20369 * nnspool.el (nnspool-request-group):
20370 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20371 * nnml.el (nnml-request-update-info):
20372 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20373 (nnmh-request-create-group, nnmh-update-gnus-unreads):
20374 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20375 (nnimap-request-set-mark):
20376 * nnfolder.el (nnfolder-request-update-info):
20377 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20378 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20379 * gnus-uu.el (gnus-uu-find-articles-matching):
20380 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20381 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20382 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20383 * gnus-nocem.el (gnus-nocem-scan-groups):
20384 * gnus-int.el (gnus-start-news-server):
20385 * gnus-group.el (gnus-group-make-kiboze-group)
20386 (gnus-group-browse-foreign-server):
20387 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20388 Use mapc when appropriate.
20390 2004-04-22 Dan Christensen <jdc@uwo.ca>
20391 Adam Sjøgren <asjo@koldfront.dk>
20392 Wes Hardaker <wes@hardakers.net>
20393 Michael Shields <shields@msrl.com>
20395 * spam.el (spam-necessary-extra-headers): Get the extra headers we
20396 may need for spam sorting and scoring.
20397 (spam-user-format-function-S): Add user format function suitable for
20399 (spam-article-sort-by-spam-status): Add sorting function for summary
20401 (spam-extra-header-to-number): Add function to get a score from a
20403 (spam-summary-score): Add function to get a numeric score from the
20405 (spam-generic-score): Fix function doc, was in wrong place.
20406 (spam-initialize): Take symbols when it's run, and install the
20407 extra headers that spam-necessary-extra-headers thinks we need.
20409 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
20411 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20412 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20414 2004-04-17 Jesper Harder <harder@ifa.au.dk>
20416 * gnus-sum.el (gnus-set-global-variables)
20417 (gnus-build-all-threads, gnus-get-newsgroup-headers)
20418 (gnus-article-get-xrefs, gnus-summary-best-group)
20419 (gnus-summary-next-article, gnus-summary-enter-digest-group)
20420 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20421 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20422 Use with-current-buffer.
20424 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
20426 * spam.el (spam-summary-prepare-exit): Simplify logic.
20427 (spam-fetch-article-header): Read the article header if it's not
20429 (spam-list-articles): Simplify logic.
20430 (spam-filelist-register-routine): Fix bug with unregister-list.
20432 * gnus-registry.el: Fix comments at beginning.
20434 2004-04-16 Jesper Harder <harder@ifa.au.dk>
20436 * message.el (message-cater-to-broken-inn): Remove.
20437 (message-shorten-references): Make sure the total folded length of
20438 References is shorter than 998 characters to cater to a bug in INN
20439 2.3. Also, don't pretend that references aren't folded -- this
20440 hasn't worked for a while.
20442 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
20444 * gnus-agent.el (gnus-agentize):
20445 gnus-agent-send-mail-real-function no longer set to current value
20446 of message-send-mail-function but rather a lambda that calls
20447 message-send-mail-function. The change makes the agent real-time
20448 responsive to user changes to message-send-mail-function.
20450 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
20452 * legacy-gnus-agent.el
20453 (gnus-agent-convert-to-compressed-agentview): Fix typos with
20454 help from Florian Weimer <fw@deneb.enyo.de>
20456 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
20458 * nnmail.el (nnmail-cache-insert): Revert last change.
20460 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
20462 * nnmail.el (nnmail-cache-insert): Always check whether
20463 nnmail-cache-ignore-groups matches a group name.
20465 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
20467 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20468 (spam-find-spam, spam-log-processing-to-registry)
20469 (spam-log-registered-p, spam-log-unregistration-needed-p)
20470 (spam-log-undo-registration): Use gnus-message instead of
20471 gnus-error, none of these errors are fatal.
20473 * gnus-registry.el (gnus-registry-clean-empty-function)
20474 (gnus-registry-clean-empty): Remove only empty entries without
20477 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
20479 * spam-stat.el (spam-stat-buffer-change-to-spam)
20480 (spam-stat-buffer-change-to-non-spam): Change (error) to
20481 (gnus-message 8) invocation.
20483 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
20485 * nntp.el (nntp-via-netcat-command): New variable.
20486 (nntp-via-netcat-switches): New variable.
20487 (nntp-open-via-rlogin-and-netcat): New function.
20488 (nntp-open-connection-function): Doc fix.
20489 (nntp-telnet-command): Doc fix.
20490 (nntp-end-of-line): Doc fix.
20491 (nntp-via-rlogin-command): Doc fix.
20492 (nntp-via-user-name): Doc fix.
20493 (nntp-via-address): Doc fix.
20495 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
20497 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20498 error in Emacs 21.1.
20500 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
20502 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20504 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
20506 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20507 (gnus-agent-with-refreshed-group): New macro.
20508 (gnus-agent-rename-group): New function.
20509 (gnus-agent-delete-group): New function.
20510 (gnus-agent-save-group-info): Use gnus-command-method when
20511 `method' parameter is nil. Don't write nil entries into the
20513 (gnus-agent-get-group-info): New function.
20514 (gnus-agent-fetch-articles):
20515 Use gnus-agent-update-files-total-fetched-for to increment disk space
20517 (gnus-agent-fetch-headers, gnus-agent-save-alist):
20518 Use gnus-agent-update-view-total-fetched-for to increment disk space
20520 (gnus-agent-get-local): Add optional parameters to avoid calling
20521 gnus-group-real-name and gnus-find-method-for-group.
20522 (gnus-agent-set-local): Delete stored entry if either min, or max,
20524 (gnus-agent-fetch-session): Reworded error/quit messages.
20525 On quit, use gnus-agent-regenerate-group to record existence of any
20526 articles fetched to disk before the quit occurred.
20527 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20528 gnus-agent-update-view-total-fetched-for, and
20529 gnus-agent-update-files-total-fetched-for to decrement disk space
20531 (gnus-agent-retrieve-headers):
20532 Use gnus-agent-update-view-total-fetched-for to increment disk space
20534 (gnus-agent-regenerate-group): Replace gnus-group-update-group
20535 with gnus-agent-update-files-total-fetched-for to decrement disk
20536 space and fresh group buffer.
20537 (gnus-agent-inhibit-update-total-fetched-for): New variable.
20538 (gnus-agent-need-update-total-fetched-for): New variable.
20539 (gnus-agent-update-files-total-fetched-for): New function.
20540 (gnus-agent-update-view-total-fetched-for): New function.
20541 (gnus-agent-total-fetched-for): New function.
20543 * gnus-cache.el (gnus-cache-save-buffers):
20544 Use gnus-cache-update-overview-total-fetched-for to change disk space
20545 used by this group.
20546 (gnus-cache-possibly-enter-article):
20547 Use gnus-cache-update-file-total-fetched-for to increment disk space
20548 used by this group.
20549 (gnus-cache-possibly-remove-article):
20550 Use gnus-cache-update-file-total-fetched-for to decrement disk space
20551 used by this group.
20552 (gnus-cache-generate-nov-databases): Purge total fetched cache.
20553 (gnus-cache-rename-group): New function.
20554 (gnus-cache-delete-group): New function.
20555 (gnus-cache-inhibit-update-total-fetched-for): New variable.
20556 (gnus-cache-need-update-total-fetched-for): New variable.
20557 (gnus-cache-with-refreshed-group): New macro.
20558 (gnus-cache-update-file-total-fetched-for): New function.
20559 (gnus-cache-update-overview-total-fetched-for): New function.
20560 (gnus-cache-rename-group-total-fetched-for): New function.
20561 (gnus-cache-delete-group-total-fetched-for): New function.
20562 (gnus-cache-total-fetched-for): New function.
20564 * gnus-group.el: Require gnus-sum and autoload functions to
20565 resolve warnings when gnus-group.el compiled alone.
20566 (gnus-group-line-format): Documented new %F.
20567 (size of Fetched data) group line format; identifies disk space
20568 used by agent and cache.
20569 (gnus-group-line-format-alist): Defined new F format.
20570 (gnus-total-fetched-for): New function.
20571 (gnus-group-delete-group): No longer update
20572 gnus-cache-active-altered as gnus-request-delete-group now keeps
20574 (gnus-group-list-active): Let the agent store a server's active
20575 list if currently plugged.
20577 * gnus-int.el (gnus-request-delete-group):
20578 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20579 local disk in sync with the server.
20580 (gnus-request-rename-group):
20581 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20582 local disk in sync with the server.
20584 * gnus-start.el (gnus-get-unread-articles):
20585 Cosmetic simplification to logic.
20587 * gnus-util.el (gnus-rename-file): New function.
20589 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
20591 * mm-util.el (mm-image-load-path): Handle nil in load-path.
20593 2004-04-07 Jesper Harder <harder@ifa.au.dk>
20595 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20596 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
20598 2004-04-06 Jesper Harder <harder@ifa.au.dk>
20600 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20601 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
20603 2004-04-03 Jesper Harder <harder@ifa.au.dk>
20605 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20607 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
20609 * spam.el (spam-set-difference): Add function to replace
20610 gnus-set-difference in spam.el.
20611 (spam-summary-prepare-exit): Use spam-set-difference.
20613 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
20615 * gnus-registry.el (gnus-registry-cache-file): Update to use
20616 gnus-dribble-directory OR gnus-home-directory OR ~.
20617 (gnus-registry-split-fancy-with-parent): Fix doc.
20619 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
20621 * message.el (message-exchange-point-and-mark):
20622 Use message-mark-active-p. Suggested by Jesper Harder
20623 <harder@ifa.au.dk>.
20625 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
20627 * message.el (message-exchange-point-and-mark): Don't activate
20628 region if it was inactive. Suggested by Hiroshi Fujishima
20629 <pooh@nature.tsukuba.ac.jp>.
20631 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
20633 * gnus-art.el (article-display-face): Display Faces in the same
20636 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
20638 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20640 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
20642 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20643 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20644 (gnus-article-mime-hierarchy): Remove.
20645 (gnus-article-mime-hierarchy-next): Remove.
20646 (gnus-article-mode): Revert 2004-03-19 change.
20647 (gnus-article-setup-buffer): Revert 2004-03-19 change.
20648 (gnus-insert-mime-button): Revert 2004-03-19 change.
20649 (gnus-mime-accumulate-hierarchy): Remove.
20650 (gnus-mime-enter-multipart): Remove.
20651 (gnus-mime-leave-multipart): Remove.
20652 (gnus-mime-display-part): Revert 2004-03-19 change.
20653 (gnus-mime-display-alternative): Revert 2004-03-19 change.
20655 * mml.el (mml-preview): Revert 2004-03-19 change.
20657 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
20659 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20661 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
20663 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20664 t while entering a file name using the mm-with-multibyte macro.
20665 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20667 * mm-util.el (mm-with-multibyte): New macro.
20669 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
20671 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20673 (gnus-mime-multipart-functions): Doc and customization fix.
20674 (gnus-article-mime-hierarchy): New variable.
20675 (gnus-article-mime-hierarchy-next): New variable.
20676 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20677 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20678 gnus-article-mime-hierarchy-next to nil.
20679 (gnus-insert-mime-button): Show hierarchy numbers.
20680 (gnus-mime-accumulate-hierarchy): New function.
20681 (gnus-mime-enter-multipart): New function.
20682 (gnus-mime-leave-multipart): New function.
20683 (gnus-mime-display-part): Recompute hierarchical MIME structure.
20684 (gnus-mime-display-alternative): Show hierarchy numbers.
20686 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20687 gnus-article-mime-hierarchy-next to nil.
20689 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
20691 * dns.el: Don't require gnus-xmas.
20693 2004-03-17 Jesper Harder <harder@ifa.au.dk>
20695 * mml.el (mml-generate-mime-1): Don't use format=flowed with
20697 (mml-menu): Disable mml-quote-region if mark is inactive.
20699 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
20701 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20702 when the group's active is not available.
20704 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
20706 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20709 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
20711 * imap.el (imap-store-password): New variable.
20712 (imap-interactive-login): Use it.
20713 Suggested by Mark Plaksin <happy@mcplaksin.org>.
20715 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
20717 * gnus-art.el (gnus-article-read-summary-keys): Restore new
20718 window-start and hscroll to summary window.
20720 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
20722 * gnus-start.el (gnus-convert-old-newsrc): Only write the
20723 conversion message to newsrc-dribble when an actual conversion is
20726 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
20728 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20730 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
20732 * mm-decode.el (mm-complicated-handles): New function reviving
20733 former definition of mm-multiple-handles.
20735 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20736 (gnus-mime-delete-part): Use it.
20738 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
20740 * gnus-agent.el (gnus-agent-read-local):
20741 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20742 avoid the implicit assumption that they will always be equal.
20743 (gnus-agent-save-local): Bind buffer-file-coding-system, not
20744 coding-system-for-write, as the with-temp-file macro first prints
20745 to a buffer then saves the buffer.
20747 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
20749 * gnus-art.el (gnus-article-edit-part): New function.
20750 (gnus-mime-save-part-and-strip): Use it; do query instead of
20751 signaling an error; don't use mm-multiple-handles.
20752 (gnus-mime-delete-part): Ditto.
20754 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
20756 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20758 (gnus-group-prepare-hook): Remove function that converted list
20759 form of gnus-agent-expire-days to group properties.
20761 * gnus-int.el: Autoload gnus-agent-regenerate-group.
20762 (gnus-request-accept-article): Re-indented.
20764 * gnus-start.el (gnus-convert-old-newsrc): Registered new
20765 converters to handle old agent file formats. Add logic for a
20766 "backup before upgrading warning".
20767 (gnus-convert-mark-converter-prompt): Developers can mark
20768 functions as needing (default), or not needing,
20769 gnus-convert-old-newsrc's "backup before upgrading warning".
20770 (gnus-convert-converter-needs-prompt): Tests whether the user
20771 should be protected from potentially irreversable changes by the
20774 * legacy-gnus-agent.el: New. Provides converters that are only
20775 loaded when gnus-convert-old-newsrc needs to call them.
20777 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
20779 * mail-source.el (mail-source-touch-pop): Doc fix.
20781 * message.el (message-smtpmail-send-it): Doc fix.
20783 2004-03-05 Jesper Harder <harder@ifa.au.dk>
20785 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20787 * nnmail.el (nnmail-split-fancy): do.
20789 * gnus-kill.el (gnus-kill, gnus-execute): do.
20791 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
20793 * gnus-sum.el (gnus-widget-reversible-match)
20794 (gnus-widget-reversible-to-internal)
20795 (gnus-widget-reversible-to-external): New functions.
20796 (gnus-widget-reversible): New widget.
20797 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20799 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
20801 * gnus-sum.el (gnus-thread-sort-functions)
20802 (gnus-article-sort-functions): Document `(not F)' items.
20804 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
20806 * spam.el (spam-use-gmane-xref): Add new backend.
20807 (spam-gmane-xref-spam-group): Add variable to control the name of the
20809 (spam-blackhole-servers, spam-blackhole-good-server-regex)
20810 (spam-regex-headers-spam, spam-regex-headers-ham)
20811 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20812 (spam-list-of-checks): Add spam-use-gmane-xref to list of
20813 backends and checks.
20814 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20816 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20817 an autodetect method.
20819 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
20821 * gnus-int.el (gnus-request-accept-article): Inform the agent that
20822 articles are being added to a group.
20823 (gnus-request-replace-article): Inform the agent that articles
20824 need to be uncached as the cached contents are no longer valid.
20826 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
20828 * binhex.el: Don't autoload executable-find.
20830 * canlock.el: Don't autoload mail-fetch-field.
20832 * gnus-ems.el: Don't autoload appt-select-lowest-window.
20834 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20835 rmail-dont-reply-to and rmail-output.
20837 * gnus-score.el: Don't autoload ffap-string-at-point.
20839 * gnus-setup.el: Don't autoload sc-cite-original.
20841 * imap.el: Don't autoload base64-decode-string,
20842 base64-encode-string and md5.
20844 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20845 and rmail-msg-restore-non-pruned-header.
20847 * mm-decode.el: Don't autoload executable-find.
20849 * mm-url.el: Don't autoload executable-find.
20851 * mm-view.el: Don't autoload diff-mode.
20853 * nndb.el: Don't autoload news-reply-mode, news-setup,
20854 cancel-timer and telnet.
20856 * password.el: Don't autoload run-at-time for Emacs.
20858 * sha1-el.el: Don't autoload executable-find.
20860 * sieve-mode.el: Don't autoload c-mode.
20862 * uudecode.el: Don't autoload executable-find.
20864 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
20866 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20867 (gnus-agent-possibly-alter-active): Avoid null in numeric
20869 (gnus-agent-set-local): Refuse to save null in local object table.
20870 (gnus-agent-regenerate-group): The REREAD parameter can now be a
20871 list of articles that will be marked as unread.
20873 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
20875 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20877 2004-03-04 Jesper Harder <harder@ifa.au.dk>
20879 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20882 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
20884 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20885 Don't bind "obarray".
20887 * gnus-sum.el (gnus-thread-sort-functions):
20888 Add `gnus-thread-sort-by-most-recent-number' and
20889 `gnus-thread-sort-by-most-recent-date'.
20890 Reported by Kai Grossjohann <kai@emptydomain.de>.
20892 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
20894 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20896 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
20898 * gnus-cus.el (gnus-agent-customize-category):
20899 Remove ignore-errors macro reference that required cl to be loaded at
20902 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20903 single-interval range of the form (min . max). Previously the
20904 range had to look like ((min . max)). Likewise, return
20905 (min . max) rather than ((min . max)).
20906 (gnus-range-map): Use gnus-range-normalize to accept
20907 single-interval range.
20909 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20910 the cache, but not the agent, now appear with their usual face.
20912 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
20914 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20915 w3m-safe-url-regexp variable buffer-local.
20917 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20919 2004-02-27 Simon Josefsson <jas@extundo.com>
20921 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20922 gnus-group-real-prefix.
20923 (gnus-summary-move-article): Use it, instead of
20924 gnus-group-real-prefix.
20926 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
20928 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20929 w3m-safe-url-regexp variable buffer-local and set it as the value
20930 of mm-w3m-safe-url-regexp.
20932 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20934 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20935 parsing gnus-posting-styles when the message is not for replying.
20937 * nnrss.el (nnrss-opml-export):
20938 Use mm-set-buffer-file-coding-system instead of
20939 set-buffer-file-coding-system.
20941 2004-02-27 Jesper Harder <harder@ifa.au.dk>
20943 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20946 * gnus-mlspl.el: do.
20948 * gnus-srvr.el: do.
20950 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20952 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
20954 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20955 Corrections to custom-manual links.
20957 * gnus-art.el (gnus-article): Ditto.
20959 * mm-decode.el (mime-display, mime-security): Ditto.
20961 2004-02-26 Jesper Harder <harder@ifa.au.dk>
20963 * flow-fill.el: Typo.
20965 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
20967 * spam-wash.el: New file.
20969 2004-02-26 Mark A. Hershberger <mah@everybody.org>
20971 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20973 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
20975 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20976 to be run with new-articles as LIST1, not LIST2.
20977 (spam-registration-functions): Add spam-use-ham-copy as a nil
20978 registration backend.
20980 2004-02-26 Jesper Harder <harder@ifa.au.dk>
20982 * spam-stat.el (spam-stat-washing-hook): New option.
20983 (spam-stat-buffer-words): Use it.
20984 (spam-stat-process-directory, spam-stat-test-directory):
20985 Use insert-file-contents-literally.
20986 (spam-stat-coding-system): New variable.
20987 (spam-stat-load, spam-stat-save): Use it.
20989 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
20991 * spam-report.el (spam-report-plug-agent):
20992 Quote spam-report-url-to-file and spam-report-url-ping-plain.
20994 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
20996 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20997 Allow / in mailto URLs.
20999 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
21001 * spam-report.el (spam-report-process-queue): Fix interactive use.
21002 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21003 (spam-report-unplug-agent): Doc fixes.
21004 (spam-report-url-ping-mm-url, spam-report-url-to-file)
21005 (spam-report-agentize, spam-report-deagentize):
21006 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
21008 * message.el (message-setup-fill-variables): Add mml tags to
21009 paragraph-start and paragraph-separate. Suggested by Andrew Korty
21011 (message-mode): Don't modify paragraph-separate there.
21013 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
21015 * compface.el (uncompface-use-external): Default to undecided.
21016 (uncompface-use-external-threshold): New variable.
21017 (uncompface-float-time): New macro.
21018 (uncompface): Determine whether to use the external decoder if
21019 uncompface-use-external is undecided.
21021 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
21023 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21026 * gnus-art.el (gnus-mime-display-single): Remove dead code.
21028 2004-02-14 Jesper Harder <harder@ifa.au.dk>
21030 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21032 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21034 * gnus-sum.el (gnus-summary-limit-to-age)
21035 (gnus-summary-limit-children): do.
21037 * gnus-int.el (gnus-request-scan): do.
21039 * gnus-group.el (gnus-group-suspend): do.
21041 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21043 * gnus-cite.el (gnus-cite-parse-attributions): do.
21045 * gnus-agent.el (gnus-summary-set-agent-mark)
21046 (gnus-agent-regenerate-group): do.
21048 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21050 * binhex.el (binhex-decode-region-internal): do.
21052 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
21054 * gnus-fun.el (gnus-face-properties-alist): New user option.
21055 (gnus-display-x-face-in-from): Use it.
21057 * gnus-art.el (article-display-face): Ditto.
21059 * compface.el (uncompface-use-external): Default to nil.
21061 2004-02-12 Jesper Harder <harder@ifa.au.dk>
21063 * nntp.el (nntp-erase-buffer): New function.
21064 (nntp-retrieve-data, nntp-send-command)
21065 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21066 (nntp-possibly-change-group): Use it.
21068 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21069 Use with-current-buffer.
21071 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
21073 * compface.el: Merge the ELisp-based uncompface program.
21074 (compface): New customization group.
21075 (uncompface-use-external): New user option.
21076 (uncompface): Call uncompface-internal if uncompface-use-external
21078 (uncompface-internal): New function. Note that there are also
21079 some other functions and variables added for this function.
21081 2004-02-10 Jesper Harder <harder@ifa.au.dk>
21083 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21086 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
21088 * spam-report.el (spam-report-unplug-agent)
21089 (spam-report-plug-agent, spam-report-deagentize)
21090 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21091 Add support for the Agent in spam-report: when unplugged, report to a
21092 file; when plugged, submit all the requests.
21094 * spam.el (spam-register-routine): Fix message about
21097 2004-02-09 Jesper Harder <harder@ifa.au.dk>
21099 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21101 (rfc2047-encode): Use it.
21103 * gnus-art.el (gnus-button-marker-list): Move before first
21106 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21107 (imap-parse-body): Fix format string mismatch.
21109 * gnus-score.el (gnus-summary-increase-score): do.
21111 * nnrss.el (nnrss-close): New function.
21113 2004-02-08 Jesper Harder <harder@ifa.au.dk>
21115 * nnrss.el (nnrss-make-filename): New function.
21116 (nnrss-request-delete-group, nnrss-read-server-data)
21117 (nnrss-save-server-data, nnrss-read-group-data)
21118 (nnrss-save-group-data): Use it.
21119 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21120 (nnrss-read-server-data, nnrss-read-group-data): Use load.
21121 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21123 2004-02-07 Jesper Harder <harder@ifa.au.dk>
21125 * mml.el (mml-compute-boundary-1): Don't uncompress files.
21127 2004-02-06 Jesper Harder <harder@ifa.au.dk>
21129 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21132 * message.el (message-generate-headers-first): Don't quote nil
21133 and t in docstrings.
21135 * imap.el (imap-id): do.
21137 * gnus-agent.el (gnus-agent-consider-all-articles)
21138 (gnus-agent-queue-mail): do.
21140 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
21142 * spam-report.el (spam-report-process-queue): New function.
21143 Process requests from `spam-report-requests-file'.
21144 (spam-report-process-queue): Doc fix.
21146 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
21148 * spam.el (spam-register-routine)
21149 (spam-log-processing-to-registry, spam-log-registered-p)
21150 (spam-log-unregistration-needed-p, spam-log-undo-registration):
21151 Change "check" to "spam-check" for semi-clarity.
21153 2004-02-05 Jesper Harder <harder@ifa.au.dk>
21155 * pop3.el: Require nnheader.
21157 * mml-smime.el: Require cl. Autoload message-fetch-field.
21159 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21161 * gnus-picon.el: Require cl.
21163 * gnus-fun.el: Require gnus-ems and gnus-util.
21165 * gnus.el (gnus-method-to-server): Move defsubst before first use.
21167 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21169 * gnus-art.el (gnus-article-edit-mode): Define before first
21172 2004-02-04 Jesper Harder <harder@ifa.au.dk>
21174 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21175 (gnus-uu-post-encoded): Use point-at-bol.
21177 * gnus-topic.el (gnus-group-active-topic-p): do.
21179 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21181 * gnus-group.el (gnus-group-kill-region): do.
21183 * gnus-art.el (article-date-ut): do.
21185 * message.el (message-fetch-field): Remove redundant
21186 case-fold-search binding.
21187 (message-narrow-to-field): Simplify.
21189 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
21191 * spam.el (spam-directory): Derive from `gnus-directory'.
21193 * spam-report.el (spam-report-url-to-file)
21194 (spam-report-requests-file): New function and variable for offline
21196 (spam-report-url-ping-function): Add `spam-report-url-to-file'
21197 and user defined function.
21198 (spam-report-url-ping-mm-url): Remove doubled slash.
21200 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
21202 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21204 2004-02-03 Jesper Harder <harder@ifa.au.dk>
21206 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21207 Fix format string mismatch.
21209 * sieve.el (sieve-deactivate-all): do.
21211 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21213 * nnlistserv.el (nnlistserv-kk-wash-article): do.
21215 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21217 * mm-bodies.el (mm-7bit-chars): Don't include \r.
21219 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
21221 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21222 the list of checks.
21224 2004-01-31 Jesper Harder <harder@ifa.au.dk>
21226 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21229 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
21231 * mm-view.el (mm-fill-flowed): New variable.
21232 (mm-inline-text): Use it.
21234 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
21236 * spam.el (spam-spamassassin-register-ham-routine)
21237 (spam-spamassassin-register-spam-routine): Fix function names.
21239 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
21241 * gnus.el (gnus-tmp-grouplens): Remove.
21242 (gnus-summary-line-format): Remove grouplens.
21244 * gnus-group.el (gnus-group-line-format): Ditto.
21246 * gnus-spec.el (gnus-format-specs): Ditto.
21247 (gnus-update-format-specifications): Flush the group format spec
21248 cache if there's the grouplens stuff.
21249 (gnus-parse-simple-format): Replace %l with the empty string.
21251 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
21253 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21256 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
21258 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21259 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21261 2004-01-25 Paul Jarc <prj@po.cwru.edu>
21263 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21264 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21265 New macros and functions.
21266 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21267 Handle > NLINK_MAX messages.
21268 * nnmaildir.el (nnmaildir-request-set-mark):
21269 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21271 2004-01-25 Alex Schroeder <alex@gnu.org>
21273 * spam-stat.el (spam-stat-process-directory-age): New option.
21274 (spam-stat-process-directory): Use it.
21276 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
21278 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21279 (spam-stat-save): Accept prefix argument.
21281 2004-01-23 Paul Jarc <prj@po.cwru.edu>
21283 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21286 2004-01-23 Jesper Harder <harder@ifa.au.dk>
21288 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21289 compatibility with old .newsrc.eld files.
21291 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21293 * gnus-start.el (gnus-1): do.
21295 * gnus-group.el (gnus-group-line-format-alist): do.
21297 * gnus.el (gnus-use-grouplens, gnus-visual): do.
21299 * gnus-gl.el: Remove.
21301 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
21303 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21304 marks consisting of a single range {for example, (3 . 5)} rather
21305 than a list of a single range { ((3 . 5)) }.
21307 2004-01-23 Jesper Harder <harder@ifa.au.dk>
21309 * spam-stat.el (spam-stat-store-gnus-article-buffer):
21310 Use with-current-buffer.
21311 (spam-stat-store-current-buffer): Use insert-buffer-substring to
21312 avoid consing a string.
21314 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21315 Remove obsolete entries for big5 and gb2312.
21317 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
21319 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21322 2004-01-22 Jesper Harder <harder@ifa.au.dk>
21324 * spam-stat.el (spam-stat-strip-xref): New function.
21325 (spam-stat-process-directory): Use it.
21327 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21328 here -- it's done in message-fetch-field.
21330 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
21332 * gnus-agent.el (gnus-agent-queue-mail)
21333 (gnus-agent-prompt-send-queue): New variables.
21334 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21335 * gnus-draft.el (gnus-group-send-queue): Pass the group name
21336 "nndraft:queue" along to gnus-draft-send.
21337 Use gnus-agent-prompt-send-queue.
21338 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21339 is "nndraft:queue". Suggested by Gaute Strokkenes
21340 <gs234@srcf.ucam.org>
21342 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21343 (agent-enable-undownloaded-faces): Add.
21344 (gnus-agent-cat-groups): Use eval-and-compile, not
21345 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21346 method of gnus-agent-cat-groups even when the buffer has been
21348 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21349 delete gnus-agent-save-active-1.
21350 (gnus-agent-save-groups): Delete. Identical to
21351 gnus-agent-save-active.
21352 (gnus-agent-write-active): No longer adjust agent's copy of active
21353 file as agent's adjustments are now stored in their own
21354 file. Remove optional parameter.
21355 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21356 servers. Add use of min/max range limits from server's local
21358 (gnus-agent-save-alist): Remove unused optional argument.
21359 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21360 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21361 (gnus-agent-set-local): A per-server file that keeps min/max range
21362 limits for articles known to the agent. Provides a fast mechanism
21363 for altering many active ranges.
21364 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21365 active file (local makes it unnecessary).
21366 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21368 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21369 (agent-enable-undownloaded-faces): Add.
21371 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21372 disable it when sending to "nndraft:queue".
21373 (gnus-group-send-queue): Add safety check to avoid sending queue
21376 * gnus-group.el (gnus-group-catchup): Use new
21377 gnus-sequence-of-unread-articles, not
21378 gnus-list-of-unread-articles, to avoid exhausting memory with huge
21379 numbers of articles. Use gnus-range-map to avoid having to
21380 uncompress the unread list.
21381 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21382 Fix invalid ange-ftp reference.
21384 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21385 (gnus-sorted-range-intersection): Intersection of two ranges
21386 without requiring that they first be uncompressed.
21388 * gnus-start.el (gnus-activate-group): Unless blocked by the
21389 caller, possibly expand the active range to include both cached
21390 and agentized articles.
21391 (gnus-convert-old-newsrc): Rewrote in anticipation of having
21392 multiple version-dependent converters.
21393 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21394 gnus-agent-save-active.
21395 (gnus-save-newsrc-file): Save dirty agent range limits.
21397 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21398 gnus-agent-possibly-alter-active.
21399 (gnus-adjust-marked-articles): Faster handling of simple lists
21401 2004-01-21 Jesper Harder <harder@ifa.au.dk>
21403 * spam-stat.el (spam-stat-test-directory): New optional argument
21404 displays a list of files detected. Suggested by Andrew Cohen
21405 <cohen@andy.bu.edu>.
21406 (spam-stat-buffer-words-with-scores): Don't narrow and change
21407 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
21409 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
21411 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21412 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21413 (spam-spamassassin-arguments)
21414 (spam-spamassassin-spam-flag-header)
21415 (spam-spamassassin-positive-spam-flag-header)
21416 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21417 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21418 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21419 (spam-list-of-processors, spam-list-of-checks)
21420 (spam-list-of-statistical-checks, spam-registration-functions)
21421 (spam-check-spamassassin-headers, spam-check-spamassassin)
21422 (spam-spamassassin-score)
21423 (spam-spamassassin-register-with-sa-learn)
21424 (spam-spamassassin-register-spam-routine)
21425 (spam-spamassassin-register-ham-routine)
21426 (spam-assassin-register-spam-routine)
21427 (spam-assassin-register-ham-routine): Add SpamAssassin support.
21428 (spam-bogofilter-score): Fix to show article before scoring.
21430 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
21432 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21433 default scoring function.
21434 (spam-generic-score): Call spam-spamassassin-score if
21435 spam-use-spamassassin or spam-use-spamassassin-headers is on;
21436 spam-bogofilter-score otherwise.
21438 * gnus.el (spam-process, spam-autodetect-methods):
21439 Add spamassassin and spamassassin-headers.
21441 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
21443 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21444 Suppress unnecessary messages.
21446 2004-01-20 Jesper Harder <harder@ifa.au.dk>
21448 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21451 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
21453 * canlock.el (base64-encode-string): Don't autoload it.
21455 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
21457 * run-at-time.el: Remove useless (require 'itimer),
21458 eval-and-compile and (featurep 'xemacs).
21460 2004-01-16 Jesper Harder <harder@ifa.au.dk>
21462 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21463 GROUP is a virtual group.
21465 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
21467 * gnus.el: Autoload `message-y-or-n-p'.
21469 2004-01-15 Jesper Harder <harder@ifa.au.dk>
21471 * pgg-parse.el: Remove unnecessary (require 'custom).
21477 * gnus-undo.el: do.
21479 * gnus-picon.el: do.
21481 * gnus-util.el: do.
21483 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
21485 * gnus-sum.el (gnus-pick-line-number): Add autoload.
21487 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
21489 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21490 handle, as well as a list.
21492 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21493 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21494 (mm-w3m-cid-retrieve): Simplify.
21496 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
21498 * message.el (message-kill-to-signature): Allow prefix arg to
21499 specify number of lines to keep before signature.
21501 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
21503 * message.el (message-kill-to-signature): Change docstring.
21505 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
21507 * canlock.el: Always require sha1-el.
21508 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21510 * message.el: Autoload sha1 only when compiling.
21512 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
21514 * message.el (message-canlock-generate): Require sha1-el.
21516 2004-01-13 Jesper Harder <harder@ifa.au.dk>
21518 * message.el (message-expand-name): Silence the byte compiler.
21520 2004-01-13 Simon Josefsson <jas@extundo.com>
21522 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21523 Invoke gnus-score-mode.
21524 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
21526 * gnus-range.el (gnus-compress-sequence): Doc fix.
21527 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21529 2004-01-12 Jesper Harder <harder@ifa.au.dk>
21531 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21533 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
21535 * spam.el (spam-get-article-as-string): Update to use
21536 gnus-request-article-this-buffer, much simpler.
21537 (spam-get-article-as-buffer): Remove.
21539 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
21541 * message.el (message-expand-name): Use EUDC if the user uses that.
21543 2004-01-12 Jesper Harder <harder@ifa.au.dk>
21545 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21546 character for the encoding to avoid consing a string.
21548 * rfc2047.el (rfc2047-decode-string): Don't cons a string
21551 * mm-util.el (mm-replace-chars-in-string): Remove.
21553 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21554 of mm-replace-chars-in-string.
21556 2004-01-11 Jesper Harder <harder@ifa.au.dk>
21558 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21560 * mm-util.el (mm-subst-char-in-string): Support inplace.
21562 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21563 a new string in every iteration. Use shy groups.
21565 2004-01-10 Jesper Harder <harder@ifa.au.dk>
21567 * gnus-srvr.el (gnus-browse-unsubscribe-group):
21568 * gnus-soup.el (gnus-soup-group-brew):
21569 * gnus-msg.el (gnus-put-message):
21570 * gnus-move.el (gnus-group-move-group-to-server):
21571 * gnus-kill.el (gnus-batch-score):
21572 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21573 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21574 (gnus-group-update-group, gnus-group-read-group)
21575 (gnus-group-make-group, gnus-group-make-help-group)
21576 (gnus-group-make-archive-group, gnus-group-make-directory-group)
21577 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21578 (gnus-group-sort-by-unread, gnus-group-catchup)
21579 (gnus-group-unsubscribe-group, gnus-group-kill-group)
21580 (gnus-group-yank-group, gnus-group-set-info)
21581 (gnus-group-list-groups):
21582 * gnus.el (gnus-generate-new-group-name):
21583 * gnus-delay.el (gnus-delay-send-queue):
21584 * nnvirtual.el (nnvirtual-catchup-group):
21585 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21586 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21587 (gnus-group-prepare-topics, gnus-topic-check-topology):
21588 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21589 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21590 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21591 (gnus-group-make-articles-read):
21592 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21593 (gnus-group-change-level, gnus-kill-newsgroup)
21594 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21595 (gnus-get-unread-articles, gnus-make-articles-unread)
21596 (gnus-make-ascending-articles-unread): Use accessor
21597 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21598 to get group information for improved readability.
21600 2004-01-09 Jesper Harder <harder@ifa.au.dk>
21602 * gnus-art.el (article-decode-mime-words, article-babel)
21603 (gnus-article-highlight-signature, gnus-article-add-buttons)
21604 (gnus-signature-toggle): Use gnus-with-article-buffer.
21606 * gnus-art.el (gnus-article-highlight-headers)
21607 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21609 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21610 (gnus-article-set-globals, gnus-request-article-this-buffer)
21611 (gnus-button-message-id, gnus-article-maybe-hide-headers)
21612 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21613 (gnus-mime-display-alternative): Use with-current-buffer.
21615 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
21617 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21618 also under 80 char limit, and call gnus-error if needed.
21619 (spam-fetch-article-header): Fix - it was a
21620 buffer-local variable (gnus-newsgroup-data).
21621 (spam-find-spam): Use spam-generate-fake-headers, forget about
21622 spam-insert-fake-headers.
21623 (spam-insert-fake-headers): Remove.
21625 2004-01-09 Jesper Harder <harder@ifa.au.dk>
21627 * deuglify.el (gnus-article-outlook-unwrap-lines)
21628 (gnus-outlook-rearrange-article)
21629 (gnus-outlook-repair-attribution-outlook)
21630 (gnus-outlook-repair-attribution-block)
21631 (gnus-outlook-repair-attribution-other): Remove redundant
21634 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
21636 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21637 (spam-fetch-field-subject-fast)
21638 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21639 (spam-fetch-article-header): Add functions to deal with Gnus
21640 internals for fast retrieval of article header data.
21641 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21643 2004-01-09 Jesper Harder <harder@ifa.au.dk>
21645 * pop3.el (pop3-md5): Remove.
21646 (pop3-apop): Replace pop3-md5 with md5.
21648 * mm-bodies.el: base64 is always built-in.
21650 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21651 Use with-current-buffer.
21653 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
21655 * canlock.el (canlock-insert-header): Remove excessive grouping in
21658 * gnus-sum.el (gnus-summary-read-document): Ditto.
21660 * gnus-uu.el (gnus-uu-part-number): Ditto.
21662 * html2text.el (html2text-remove-tags): Ditto.
21663 (html2text-format-tags): Ditto.
21664 (html2text-format-single-elements): Ditto.
21666 * mml.el (mml-parse-1): Ditto.
21668 2004-01-08 Jesper Harder <harder@ifa.au.dk>
21670 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21672 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21674 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21676 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21678 2003-11-15 Simon Josefsson <jas@extundo.com>
21680 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21681 (pgg-gpg-lookup-key): Use regexp match instead of
21682 split-string (split-string is different between emacs 21.2 and
21683 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
21685 2004-01-08 Jesper Harder <harder@ifa.au.dk>
21687 * gnus-art.el (gnus-mime-view-all-parts)
21688 (gnus-article-part-wrapper, gnus-article-view-part):
21689 Use with-current-buffer.
21691 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
21693 * spam.el (spam-disable-spam-split-during-ham-respool)
21694 (spam-spamoracle-database, spam-cache-lookups)
21695 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21696 (spam-group-ham-mark-p, spam-group-spam-mark-p)
21697 (spam-group-ham-marks, spam-group-spam-marks)
21698 (spam-group-spam-contents-p, spam-group-ham-contents-p)
21699 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21700 also add spam-use-blackholes to the statistical checks.
21701 (spam-fetch-field-fast): Add interface to fetching fields, may
21703 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21704 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21705 (spam-insert-fake-headers): Fake an article when needed.
21706 (spam-find-spam): Fake article when possible.
21707 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21708 (spam-check-bogofilter-headers): Use message-fetch-field instead
21709 of nnmail-fetch-field.
21711 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
21713 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21715 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
21717 * spam.el (spam-split): Do not require spam-use-CHECK to be
21718 enabled if that check is passed to spam-split explicitly; also
21719 fix so 'spam doesn't get converted to spam-split-group when
21720 spam-split-symbolic-return is t.
21721 (spam-find-spam): Find registrations of the article and use those
21722 instead of re-running spam-split to find the spam/ham
21723 classification of the article.
21724 (spam-log-processing-to-registry, spam-log-registered-p)
21725 (spam-log-unregistration-needed-p, spam-log-undo-registration):
21726 Use gnus-error instead of gnus-message.
21727 (spam-log-registration-type): Add function to determine the
21728 classification of a message based on registry entries; will
21729 return nil if both 'spam and 'ham are found.
21730 (spam-check-BBDB): Expand all the BBDB macros here so we can have
21731 a reasonably fast local cache without the loading errors.
21732 (spam-cache-lookups): Set to t by default.
21733 (spam-find-spam): Don't try to guess spam-cache-lookups.
21734 (spam-enter-whitelist, spam-enter-blacklist): Clear the
21736 (spam-filelist-build-cache, spam-filelist-check-cache):
21737 Fix caching of whitelist/blacklist entries.
21738 (spam-check-whitelist, spam-check-blacklist):
21739 Invoke spam-from-listed-p with a type, not a cache variable.
21740 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21742 2004-01-07 Jesper Harder <harder@ifa.au.dk>
21744 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21746 * nnmail.el (nnmail-split-fancy): do.
21748 * mml.el (mml-parse): do.
21750 * gnus-score.el (gnus-enter-score-words-into-hashtb)
21751 (gnus-score-adaptive): do.
21753 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
21755 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21756 (gnus-mime-button-map): Don't set keymap parent.
21757 (gnus-button-ctan-directory-regexp): Use shy grouping.
21758 (gnus-prev-page-map): Don't set keymap parent.
21759 (gnus-prev-page-map): Remove duplicated one.
21760 (gnus-next-page-map): Don't set keymap parent.
21761 (gnus-mime-security-button-map): Ditto.
21763 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21766 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21768 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
21770 * canlock.el (canlock-sha1-function): Remove.
21771 (canlock-sha1-function-for-verify): Remove.
21772 (canlock-openssl-program): Remove.
21773 (canlock-openssl-args): Remove.
21774 (canlock-ignore-errors): Remove.
21775 (canlock-sha1-with-openssl): Remove.
21776 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21777 (canlock-verify): Don't use canlock-ignore-errors.
21779 * sha1-el.el (sha1-string-external): Make it can return a string
21781 (sha1-region-external): Ditto.
21782 (sha1-string-internal): Ditto.
21783 (sha1-region-internal): Ditto.
21784 (sha1-region): Ditto.
21785 (sha1-string): Ditto.
21788 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21790 * spam.el (spam-report-articles-gmane): New command.
21792 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
21794 * gnus.el: Don't make unnecessary *Group* buffer when loading.
21796 * run-at-time.el (run-at-time-saved): Remove.
21797 (run-at-time): Doc fix.
21799 2004-01-07 Jesper Harder <harder@ifa.au.dk>
21801 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21802 (gnus-summary-limit-map): Add it.
21803 (gnus-summary-make-menu-bar): do.
21805 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
21807 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21808 Make attempt at some caching support (done for BBDB only now).
21809 (spam-find-spam): Set spam-cache-lookups if there are more than 2
21810 addresses to be checked.
21811 (spam-clear-cache-BBDB): Add function, to be invoked by
21812 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21813 (spam-check-BBDB): Check and use the caches, if
21814 spam-cache-lookups is on, remove superfluous (provide).
21816 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
21818 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21820 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
21822 * run-at-time.el (run-at-time-saved): Move to after the definition
21825 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
21827 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21828 mm-w3m-local-map-property.
21830 * mm-view.el (mm-w3m-mode-map): Remove.
21831 (mm-w3m-local-map-property): Remove.
21832 (mm-inline-text-html-render-with-w3m): Don't use
21833 mm-w3m-local-map-property.
21835 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21837 * run-at-time.el: New file.
21839 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21840 of gnus-set-text-properties.
21842 * gnus-uu.el (gnus-uu-save-article): Ditto.
21844 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21846 * gnus-cite.el (gnus-cite-parse): Ditto.
21848 * gnus-art.el (gnus-button-push): Use set-text-properties instead
21851 * gnus.el: Change calls to nnheader-run-at-time and
21852 password-run-at-time throughout to use run-at-time directly.
21854 * password.el: Remove definition of run-at-time.
21856 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
21858 * mml.el (mml-minibuffer-read-disposition): Show attachment type
21861 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
21863 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
21866 * dns.el (dns-make-network-process): Use `open-network-stream'
21867 instead of `gnus-xmas-open-network-stream'.
21869 * .cvsignore: Add auto-autoloads.el, custom-load.el.
21871 2004-01-06 Jesper Harder <harder@ifa.au.dk>
21873 * gnus-art.el (gnus-mime-display-alternative)
21874 (gnus-insert-mime-button, gnus-insert-mime-security-button)
21875 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21876 Don't use gnus-local-map-property.
21878 * gnus-util.el (gnus-local-map-property): Remove.
21880 * mm-view.el (mm-view-pkcs7-decrypt):
21881 Replace gnus-completing-read-maybe-default with completing-read.
21883 * gnus-util.el (gnus-completing-read): do.
21884 (gnus-completing-read-maybe-default): Remove.
21886 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
21888 * password.el: Only autoload `run-at-time' if not XEmacs.
21889 Only autoload the itimer functions if XEmacs.
21891 2004-01-06 Jesper Harder <harder@ifa.au.dk>
21893 * gnus-art.el (gnus-read-string): Remove.
21894 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21897 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
21899 * netrc.el: Autoload password-read.
21900 (netrc): Add configuration group.
21901 (netrc-encoding-method, netrc-openssl-path):
21902 Add variables for encoding and decoding of files with symmetric
21904 (netrc-encode): Add assistant function to encode a file with
21905 netrc-encoding-method.
21906 (netrc-parse): Add interactive parameter, added optional
21907 decoding if netrc-encoding-method is non-nil but otherwise
21908 behavior is standard.
21909 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21910 Do s/encode/encrypt/ everywhere.
21912 * spam.el: Remove executable-find autoload.
21914 2004-01-05 Jesper Harder <harder@ifa.au.dk>
21916 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21918 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21920 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
21922 * gnus-art.el (gnus-treat-ansi-sequences)
21923 (article-treat-ansi-sequences): New variable and function.
21924 Suggested by Dan Jacobson <jidanni@jidanni.org>.
21926 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21929 2004-01-05 Jesper Harder <harder@ifa.au.dk>
21931 * mm-util.el (mm-quote-arg): Remove.
21933 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21934 shell-quote-argument.
21936 * gnus-uu.el (gnus-uu-command): do.
21938 * gnus-sum.el (gnus-summary-insert-pseudos): do.
21940 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21943 * mm-util.el (mm-make-char): Remove.
21945 * mml.el (mml-mode): Replace gnus-add-minor-mode with
21948 * gnus-undo.el (gnus-undo-mode): do.
21950 * gnus-topic.el (gnus-topic-mode): do.
21952 * gnus-sum.el (gnus-dead-summary-mode): do.
21954 * gnus-start.el (gnus-slave-mode): do.
21956 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21958 * gnus-ml.el (gnus-mailing-list-mode): do.
21960 * gnus-gl.el (gnus-grouplens-mode): do.
21962 * gnus-draft.el (gnus-draft-mode): do.
21964 * gnus-dired.el (gnus-dired-mode): do.
21966 * gnus-ems.el (gnus-add-minor-mode): Remove.
21968 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21969 Replace gnus-char-width with char-width.
21971 * gnus-ems.el (gnus-char-width): Remove.
21973 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21974 Replace gnus-char-width with char-width.
21976 * gnus-ems.el (gnus-char-width): Remove.
21978 * spam-stat.el (with-syntax-table): Remove with-syntax-table
21980 Remove Emacs 20 hash table compatibility code.
21982 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21983 20 compatibility code.
21985 * spam.el (spam-point-at-eol): Replace with point-at-eol.
21987 * smime.el (smime-point-at-eol): Replace with point-at-eol.
21989 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21990 Replace with point-at-{eol,bol}.
21992 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21994 * imap.el (imap-point-at-eol): Replace with point-at-eol.
21996 * flow-fill.el (fill-flowed-point-at-bol)
21997 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21999 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22000 Replace with point-at-{eol,bol} throughout all files.
22002 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
22004 * ntlm.el (ntlm-string-as-unibyte): New macro.
22005 (ntlm-build-auth-response): Use it.
22007 Remove Emacs 20 stuff:
22008 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22009 of delq and copy-sequence.
22010 * gnus-art.el (popup-menu): Remove the compiler macro.
22011 * nnmail.el (nnmail-split-fancy): Don't support customizing with
22014 2004-01-05 Simon Josefsson <jas@extundo.com>
22016 * ntlm.el: Fix namespace. Change smb-passwd-hash into
22017 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22018 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22019 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22020 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22021 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22022 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22023 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22024 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22025 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22026 ntlm-string-permute, string-lshift into ntlm-string-lshift,
22027 string-xor into ntlm-string-xor.
22028 Suggested by Jesper Harder <harder@myrealbox.com>.
22030 * ntlm.el: Don't include poem.
22032 * md4.el (print-int32, print-string-hexa): Remove.
22033 Suggested by Jesper Harder <harder@myrealbox.com>.
22035 * sasl-ntlm.el, ntlm.el, md4.el: New files.
22037 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
22038 probably breaks emacs with DL patch, but do we care? Is anyone
22039 still using the DL stuff?)
22041 * sieve-manage.el: Use the password package.
22042 (sieve-manage-read-passwd): Remove.
22043 (sieve-manage-interactive-login): Use password. Re-add
22044 condition-case around loop.
22046 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22047 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22048 Use the password package.
22050 2003-02-19 Simon Josefsson <jas@extundo.com>
22052 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22055 2002-08-07 Simon Josefsson <jas@extundo.com>
22057 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22058 (sieve-manage-authenticators):
22059 (sieve-manage-authenticator-alist): Add some SASL mechs.
22060 (sieve-sasl-auth): New function.
22061 (sieve-manage-cram-md5-auth):
22062 (sieve-manage-plain-auth): Rewrite using SASL library.
22063 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22064 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22065 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22066 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22068 2004-01-05 Simon Josefsson <jas@extundo.com>
22070 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22073 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22075 * gnus-group.el (gnus-no-groups-message): Update.
22077 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22079 2003-11-09 Simon Josefsson <jas@extundo.com>
22081 * imap.el: Support for ID IMAP extension (RFC 2971).
22082 (imap-local-variables): Add imap-id.
22083 (imap-id): New variable.
22084 (imap-id): New function.
22085 (imap-parse-response): Parse untagged ID response.
22086 * nnimap.el (nnimap-id): New variable.
22087 (nnimap-open-connection): Use it.
22089 2003-12-28 Simon Josefsson <jas@extundo.com>
22091 * gnus-score.el (gnus-score-edit-all-score): New.
22092 * gnus-group.el (gnus-group-score-map): Bind it to W e.
22094 2004-01-04 Simon Josefsson <jas@extundo.com>
22096 * password.el: Add.
22098 2004-01-04 Mario Lang <lang@zid.tugraz.at>
22100 * dns.el (dns-query-types): Fix typo.
22101 (dns-query-types): New function.
22102 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
22103 PTR and SOA replies, see RFC 1035.
22105 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22107 * gnus.el (gnus-logo-color-style): Change colors to `no'.
22109 * Move to Changelog.2.
22111 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22113 * gnus.el (gnus-version-number): Bump version.
22115 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
22117 * gnus.el: No Gnus v0.1 is released.
22119 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
22121 * gnus.el: No Gnus v0.0 is released.
22123 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22125 * gnus.el (gnus-version-number): Bump.
22126 (gnus-version): No.
22128 See ChangeLog.2 for earlier changes.
22130 Copyright (C) 2004-2011 Free Software Foundation, Inc.
22132 This file is part of GNU Emacs.
22134 GNU Emacs is free software: you can redistribute it and/or modify
22135 it under the terms of the GNU General Public License as published by
22136 the Free Software Foundation, either version 3 of the License, or
22137 (at your option) any later version.
22139 GNU Emacs is distributed in the hope that it will be useful,
22140 but WITHOUT ANY WARRANTY; without even the implied warranty of
22141 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22142 GNU General Public License for more details.
22144 You should have received a copy of the GNU General Public License
22145 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
22147 ;; Local Variables:
22150 ;; add-log-time-zone-rule: t