2010-11-22 Julien Danjou * shr.el (shr-tag-color-check): Convert colors to hexadecimal with shr-color->hexadecimal. * shr-color.el (shr-color->hexadecimal): Add converting functions for RGB() or HSL() color representation. * shr.el (shr-tag-font): Add. (shr-tag-color-check): New function to get better colors. (shr-tag-insert-color-overlay): Factorize code between tag-font and tag-span. * shr-color.el: New file. * color-lab.el: New file. * gnus-art.el (gnus-url-mailto): Do not downcase args. 2010-11-21 Andrew Cohen * nnir.el: Fix typo in comments. (nnir-run-imap): Simplify code. No need to reverse artlist. (nnir-run-gmane): Use nnir-tmp-buffer for web results. 2010-11-21 Lars Magne Ingebrigtsen * gnus-srvr.el (gnus-server-show-server): New command and keystroke. * nnimap.el (nnimap-get-capabilities): Refactor out. (nnimap-open-connection): Re-request capabilities after STARTTLS. 2010-11-21 Ralf Angeli * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from appearing when `mm-uu-hide-markers' is nil. 2010-11-21 Lars Magne Ingebrigtsen * nnimap.el (nnimap-unselect-group): Make into its own function. (nnimap-request-rename-group): Unselect group before renaming. This had gotten lost somewhere. (nnimap-request-accept-article): Keep track of examined groups, and unselect the group before APPENDing to read-only groups. (nnimap-request-move-article): Clear flags before moving so that they can be re-set later. 2010-11-20 Katsumi Yamaoka * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again. (gnus-gravatar-insert): Put avatar always in the beginning of the field. 2010-11-19 Katsumi Yamaoka * gnus-art.el (gnus-mime-display-single) * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images) * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group parameter. 2010-11-18 Lars Magne Ingebrigtsen * shr.el (shr-table-horizontal-line): Rename from shr-table-line. (shr-table-vertical-line): New variable. (shr-insert-table): Use it. 2010-11-18 Katsumi Yamaoka * gnus-html.el (gnus-html-wash-images): Don't display images if gnus-inhibit-images is non-nil; register displayer for cid images. (gnus-html-display-image): Work for cid image. (gnus-html-insert-image): Allow arguments. (gnus-html-put-image): Inhibit read-only. (gnus-html-prefetch-images): Don't prefetch images if gnus-inhibit-images is non-nil. 2010-11-17 Lars Magne Ingebrigtsen * shr.el (shr-put-image): Break lines when inserting big pictures. 2010-11-17 Daniel Dehennin * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing sender, thanks Katsumi Yamaoka. 2010-11-17 Andrew Cohen * nnir.el (nnir-run-imap): Reverse the article list for each group rather than the whole list. 2010-11-17 Katsumi Yamaoka * shr.el (shr-image-displayer): Protect function against non-existent image source. * gnus-art.el (gnus-inhibit-images): New user option. (gnus-mime-display-single): Don't display image if it is non-nil. * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of gnus-inhibit-images. * shr.el (shr-image-displayer): New function. (shr-tag-img): Use it. 2010-11-16 Daniel Dehennin * mml2015.el (mml2015-epg-sign): Use From header. 2010-11-15 Lars Magne Ingebrigtsen * gnus-html.el (gnus-html-wash-images): Register a displayer. * gnus-util.el (gnus-find-text-property-region): Return markers. * shr.el (shr-tag-img): Put a displayer in the text property. * gnus-util.el (gnus-find-text-property-region): New utility function. * gnus-html.el (gnus-html-display-image): Make the alt optional. (gnus-html-show-images): Remove. * gnus-art.el (gnus-article-show-images): New, more general function. * gnus-html.el: Use image-url instead of gnus-image-url to unify the image url text properties. * shr.el: Ditto. * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if gnus-agent-auto-agentize-methods is set. Which it isn't. 2010-11-15 Katsumi Yamaoka * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it work for two or more articles. 2010-11-12 Katsumi Yamaoka * gnus-art.el (article-treat-non-ascii): Keep text properties not to divide an image that's in an html article to two or more when washing non-ASCII characters in alt text of it. 2010-11-11 Katsumi Yamaoka * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to smime-decrypt-region using function argument. (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it. * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it. * smime.el (smime-decrypt-region): Catch it. 2010-11-11 Stefan Monnier * smime.el (smime-mode-map): Move initialization into declaration. (gnus-run-mode-hooks): Don't autoload. (smime-mode): Use define-derived-mode. 2010-11-11 Glenn Morris * smime.el (from): Restrict declaration to XEmacs. * nnir.el (gnus-group-topic-name): Autoload. 2010-11-11 Katsumi Yamaoka * shr.el (shr-insert): Don't break long line if it is because of kinsoku-bol characters in the line end. 2010-11-11 Andrew Cohen * nnir.el (nnir-request-move-article): Fix to provide original group and subject. (nnir-warp-to-article): Don't fail on articles whose headers haven't been retrieved. * gnus-sum.el (gnus-summary-move-article): Use original group and subject for virtual articles such as those in an nnir summary buffer. 2010-11-11 Katsumi Yamaoka * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at least 21.5). * smime.el (from): Declare it again for XEmacs. 2010-11-10 Lars Magne Ingebrigtsen * message.el (message-resend): Don't disable encoding unless it's already encoded. * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of low-numbered articles. 2010-11-10 Katsumi Yamaoka * rfc2047.el (rfc2047-syntax-table): Simplify. * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1. * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of set-char-table-range for XEmacs. 2010-11-10 Glenn Morris * time-date.el (time-to-seconds): Always an alias on Emacs, never a real function. (with-no-warnings): Remove compat stub, now unused. (time-less-p): Doc fix. (time-to-number-of-days): Simplify. * smime.el (from): Remove unused declaration. * gnus-util.el (with-no-warnings): Remove compat stub, now unused. (gnus-float-time): On Emacs, always an alias. * ecomplete.el (with-no-warnings): Remove compat stub, now unused. (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time. 2010-11-10 Katsumi Yamaoka * dgnushack.el: Don't use ignore-errors in the top level form since it is unavailable in XEmacs even if cl is loaded. * gnus-art.el (org-entities): Declare it to silence the byte compiler. 2010-11-09 Lars Magne Ingebrigtsen * shr.el (browse-url-mailto): Autoload. * gnus-art.el (article-treat-non-ascii): New command and keystroke. * message.el (message-subject-trailing-was-ask-regexp): A ] in a [] regexp doesn't need quoting. 2010-11-09 Sven Joachim * message.el (message-subject-trailing-was-ask-regexp) (message-subject-trailing-was-regexp): Match was: in addition to was. 2010-11-09 Glenn Morris * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail) (nnbabyl-check-mbox): Use point-at-bol. 2010-11-08 Lars Magne Ingebrigtsen * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links. * message.el (message-mailto): New function. (message-mailto): Should accept other parameters. (message-mailto): Remove since it duplicates browse-url-mailto functionality. 2010-11-07 Lars Magne Ingebrigtsen * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent methods. (gnus-read-active-file): Ditto. * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous ": " from the prompt. (gnus-group-make-group): Ditto. 2010-11-07 Glenn Morris * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos) (gnus-bookmark-kill-line): Use point-at-eol. 2010-11-07 Katsumi Yamaoka * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip asterisks in From header. 2010-11-06 Lars Magne Ingebrigtsen * gnus-ems.el (gnus-put-image): Use a blank text as the insertion string to avoid making the From headers syntactically invalid. * message.el (message-send-mail): Don't insert courtesy messages if the message already has List-Post and List-ID messages. 2010-11-06 Glenn Morris * gnus-art.el (gnus-treat-article): Give dynamic local variables `condition', `type', `length' a prefix. (gnus-treat-predicate): Update for above name changes. 2010-11-06 Andrew Cohen * nnir.el (gnus-summary-nnir-goto-thread): Remove function and binding. Handled by `gnus-summary-refer-thread' instead. (nnir-warp-to-article): New backend function. * nnimap.el (nnimap-request-thread): Force dependency updating. * gnus-sum.el (gnus-fetch-headers): Allow more arguments. (gnus-summary-refer-thread): Rework to improve thread-referral. * gnus-int.el (gnus-warp-to-article): New function. * gnus-sum.el (gnus-summary-article-map): Bind it. 2010-11-04 Andrew Cohen * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by gnus-summary-refer-thread. * gnus-sum.el (gnus-build-all-threads): Force updating of dependency headers. (gnus-summary-limit-include-thread): Prevent articles in thread from being cut in gnus-cut-threads. (gnus-summary-refer-thread): Limit retrieved headers to those in thread. 2010-11-04 Lars Magne Ingebrigtsen * message.el (message-send-mail): Use the value of message-courtesy-message from the message buffer. * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs. * shr.el (shr-browse-url): Implement mailto: URLs. * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean "raw". * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group if it's already selected. * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot. 2010-11-04 Katsumi Yamaoka * shr.el (shr-tag-img): Use string-width and truncate-string-to-width to measure the length and truncate alt text. 2010-11-03 Glenn Morris * nndiary.el (nndiary-generate-nov-databases-1) (nndiary-generate-active-info): Rename dynamic variable `files' to something less generic. 2010-11-03 Andrew Cohen * nnir.el (nnir-request-move-article): Call the underlying backend to move articles from nnir. 2010-11-02 Lars Magne Ingebrigtsen * gnus-cite.el (gnus-article-natural-long-line-p): Remove. 2010-11-02 Julien Danjou * nnir.el: Remove wais support. 2010-11-02 Glenn Morris * gnus-html.el: Reorder requirements to quieten compiler. 2010-11-02 Katsumi Yamaoka * gnus-cite.el (gnus-article-fill-cited-article): Make fill work properly for XEmacs as well. (gnus-article-fill-cited-article, gnus-article-foldable-buffer) (gnus-article-natural-long-line-p): Use window-width rather than frame-width. 2010-11-01 Andrew Cohen * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages. (nnir-read-parms): Don't modify query. (nnir-run-query): Add ability to search topic on current line. (nnir-get-active): Clean up. 2010-11-01 Lars Magne Ingebrigtsen * gnus-cite.el (gnus-article-foldable-buffer): Protect against degenerate articles. * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer. (gnus-print-buffer): Just print the buffer as is, without any copying to a buffer and then re-highlighting. * nnimap.el (nnimap-request-group): Store the new updated info. (nnimap-request-group): Select the group when we don't know whether it exists or not. * gnus-start.el (gnus-ask-server-for-new-groups): Return the new groups. * gnus-group.el (gnus-group-find-new-groups): Display all the new groups. * gnus-start.el (gnus-find-new-newsgroups): Return the list of new groups. * gnus-cite.el (gnus-article-fill-cited-article): Minimize the long-lines case by only filling the long lines. * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies (bug #7311). 2010-11-01 Katsumi Yamaoka * shr.el: No need to declare `declare-function' since shr.el is for only Emacsen that provide `libxml-parse-html-region'. * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is effective only in a file it is referred to. 2010-11-01 Glenn Morris * mm-util.el (gnus-completing-read): Autoload. (mm-read-coding-system): Simplify Emacs definition. * nnmail.el (gnus-activate-group): * nnimap.el (gnutls-negotiate): * nntp.el (netrc-parse): Fix declarations. 2010-11-01 Katsumi Yamaoka * gnus-util.el (gnus-string-match-p): New function, that is an alias to string-match-p in Emacs >=23. * gnus-msg.el (gnus-configure-posting-styles) * nnir.el (nnir-run-gmane): Use gnus-string-match-p. 2010-11-01 Glenn Morris * nnir.el (declare-function): Add compat stub. (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare. (nnir-run-gmane): Require 'mm-url. * mm-util.el (mm-string-to-multibyte): Simplify. * shr.el (declare-function): Add compat stub. (url-cache-create-filename): Declare. (mm-disable-multibyte, widget-convert-button): Autoload. * smime.el (ldap-search): Declare. (smime-cert-by-ldap-1): Require ldap on Emacs. * nnimap.el: Require nnmail, and gnus-sum when compiling. (nnimap-keepalive): Use gnus-float-time. * mail-source.el (nnheader-message, gnus-float-time): Autoload. (mail-source-delete-crash-box): Use gnus-float-time. * gnus-dired.el (gnus-completing-read): Autoload. * mm-view.el (gnus-rescale-image): Autoload. * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload. * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use. * sieve-manage.el: Require 'cl when compiling. * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload. (gnus-iswitchb-completing-read): Require iswitchb. (gnus-select-frame-set-input-focus): Silence compiler. 2010-10-31 Lars Magne Ingebrigtsen * message.el (message-subject-trailing-was-query): Change default to t, since I think that's what most people want. * nnimap.el (nnimap-request-accept-article): Erase buffer before appending for easier debugging. (nnimap-wait-for-connection): Take a regexp. (nnimap-request-accept-article): Wait for the continuation line before sending anything unless we're streaming. * gnus-art.el (gnus-treat-article): Only inhibit body washing, and leave the header washing to take place. 2010-10-31 Daniel Dehennin * gnus-msg.el (gnus-configure-posting-styles): Permit the use of regular expression match and replace in posting styles. 2010-10-31 Andrew Cohen * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching an entire server. (nnir-get-active): New function. (nnir-run-imap): Use it. (nnir-run-gmane): Who knew, gmane search returns an article score! * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the server on the current line with nnir. 2010-10-31 Lars Magne Ingebrigtsen * gnus-cite.el (gnus-article-foldable-buffer): Refactor out. (gnus-article-foldable-buffer): Don't fold regions that have a ragged left edge. (gnus-article-foldable-buffer): Skip past the prefix when determining raggedness. * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing the raw article, and change `C-u g' to show the article without doing treatments. * gnus-art.el (gnus-mime-display-alternative): Actually pass the type on to `gnus-treat-article'. (gnus-inhibit-article-treatments): New variable. * gnus.el: Autoload gnus-article-fill-cited-long-lines. * gnus-art.el (gnus-treatment-function-alist): Have gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines. (gnus-treat-fill-long-lines): Change default to fill all text/plain sections. * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force' parameter. (gnus-article-fill-cited-long-lines): New function. (gnus-article-fill-cited-article): Allow filling only long sections. * shr.el (shr-find-fill-point): Don't break lines between punctuation and non-punctuation (like after the apostrophe in "'We"). * gnus-sum.el (gnus-summary-select-article): Make sure gnus-original-article-buffer is alive. * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to reflect the order they're in in the digest. * gnus.el (gnus-group-startup-message): Move point to the start of the buffer. * nnimap.el (nnimap-capability): New function. (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED is set. 2010-10-31 David Engster * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to conform with changes to gnus-completing-read. 2010-10-30 Lars Magne Ingebrigtsen * shr.el (shr-tag-img): Output "*" instead of "[img]". 2010-10-30 Andrew Cohen * nnir.el: Move defvar, defcustom around to keep file organized and keep byte-compiler quiet. (nnir-read-parms): Accept search-engine as arg. (nnir-run-query): Pass search-engine as arg. (nnir-search-engine): Remove. 2010-10-30 Lars Magne Ingebrigtsen * shr.el (shr-generic): The text nodes should be text, not :text. * nnir.el (nnir-search-engine): Ressurect variable, since it's used later in the file. 2010-10-30 Andrew Cohen * nnir.el: General clean up. Allow searching with multiple engines. Allow separate extra-parameters for each engine. Batch queries when possible. (nnir-imap-default-search-key,nnir-method-default-engines): Add customize interface. (nnir-run-gmane): New engine. (nnir-engines): Use it. Qualify all prompts with engine name. (nnir-search-engine): Remove global variable. (nnir-run-hyrex): Restore for now. (nnir-extra-parms,nnir-search-history): New variables. (gnus-group-make-nnir-group): Use them. (nnir-group-server): Remove in favor of gnus-group-server. (nnir-request-group): Avoid searching twice. (nnir-sort-groups-by-server): New function. 2010-10-30 Julien Danjou * gnus-group.el: Remove gnus-group-fetch-control. * gnus-start.el (gnus-find-new-newsgroups): Remove gnus-check-first-time-used. * gnus.el: Remove gnus-backup-default-subscribed-newsgroups. 2010-10-30 Knut Anders Hatlen (tiny change) * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be set on groups that don't have \* permanentflags. 2010-10-30 Lars Magne Ingebrigtsen * shr.el (shr-tag-span): Drop colorisation of regions since we don't control the background color. (shr-tag-img): Ignore very small web bug type images. (shr-put-image): Add help-echo alt texts to the images. (shr-tag-video): Show the video poster image. 2010-10-29 Lars Magne Ingebrigtsen * shr.el (shr-table-depth): New variable. (shr-tag-table-1): Only insert the images after the top-level table. * nnimap.el (nnimap-split-incoming-mail): Fix typo. * gnus-util.el (gnus-list-memq-of-list): New function. * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been selected. (nnimap-unsplittable-articles): New slot. (nnimap-new-articles): Use it. 2010-10-29 Stephen Berman (tiny change) * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point move to the previous line on `M-g'. 2010-10-29 Lars Magne Ingebrigtsen * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow *-request-group, which seems unnecessary. * nnimap.el (nnimap-quote-specials): Function copied over from imap.el. (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say they support that. Suggested by Tom Regner. 2010-10-29 Julien Danjou * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete defalias. (gnus-summary-delete-marked-with): Remove obsolete defalias. * gnus.el: Remove `gnus-nntp-service' variable. (gnus-secondary-servers): Make obsolete. (gnus-nntp-server): Make obsolete. * gnus-start.el (gnus-1): Remove x-splash calls. * gnus-ems.el (gnus-x-splash): Remove. * gnus.el (gnus-group-startup-message): Simplify/update code. * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp definition. * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic capability before doing anything. (gnus-group-insert-group-line): Remove useless gnus-group-remove-excess-properties. 2010-10-29 Katsumi Yamaoka * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L. 2010-10-28 Lars Magne Ingebrigtsen * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window config after reselecting. 2010-10-28 Julien Danjou * shr.el (shr-put-image): Use point even if only inserting text. (shr-put-image): Save excursion when inserting alt text on non-graphic display, so the behaviour is the same when we are on a graphic display. * nnir.el (nnir-run-swish-e): Remove hyrex support. 2010-10-28 Katsumi Yamaoka * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt. (gnus-mime-copy-part): Check coding system, not charset. (gnus-mime-view-part-externally): Never remove part. (gnus-mime-view-part-internally): Don't remove part here. (gnus-article-part-wrapper): Make sure MIME tag is visible. (gnus-article-goto-part): Go to displayed or preferred subpart if it is multipart/alternative. * mm-decode.el (mm-display-part): Take optional arg `force'. 2010-10-26 Julien Danjou * gnus-group.el (gnus-group-default-list-level): Add this function to compute the default list level. (gnus-group-default-list-level): Add possibility to use a function. 2010-10-27 Katsumi Yamaoka * mm-decode.el (mm-shr): Add undisplayer to MIME handle. * gnus-group.el (gnus-group-completing-read) (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with gnus-replace-in-string. 2010-10-26 Katsumi Yamaoka * shr.el (shr-tag-div): Add. * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1. 2010-10-25 Julien Danjou * gnus-util.el: Remove `gnus-with-local-quit'. * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function. 2010-10-25 Lars Magne Ingebrigtsen * gnus-sum.el (gnus-summary-select-article): Fix type error in checking the original article buffer. 2010-10-24 Lars Magne Ingebrigtsen * nnimap.el (nnimap-request-head): New function. (nnimap-request-move-article): Try to be slighly faster by not requesting the entire message when moving. (nnimap-transform-headers): Don't bug out on bodiless articles. (nnimap-send-command): Have no outstanding messages if the IMAP server doesn't support streaming. (nnimap-transform-headers): Fold {quoted} strings more sloppily. 2010-10-24 Julien Danjou * message.el (message-default-headers): Fix type. 2010-10-24 Lars Magne Ingebrigtsen * gnus-html.el (gnus-html-prefetch-images): Decode entities before prefetching images. * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the backend for unknown groups. This is mainly useful for nnimap groups. * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the group isn't covered by the agent. 2010-10-22 Andrew Cohen * nnir.el (nnir-method-default-engines): New variable. (nnir-run-query): Use it. (nnir-group-mode-hook): Remove key binding and move to gnus-group.el. (gnus-summary-nnir-goto-thread): Change group if needed. * gnus-group.el (gnus-group-group-map): Add key binding for gnus-group-make-nnir-group. 2010-10-24 Lars Magne Ingebrigtsen * shr.el (shr-tag-object): Add. * gnus-sum.el (gnus-summary-select-article): Make sure we have the original article buffer live. (gnus-summary-select-article-buffer): Mention gnus-widen-article-buffer. 2010-10-23 Lars Magne Ingebrigtsen * shr.el (shr-tag-strong): Add. 2010-10-22 Lars Magne Ingebrigtsen * gnus-group.el (gnus-group-completing-read): Remove all newlines from group names. They mess up the group buffer badly. * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC. * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point instead of the summary one. 2010-10-22 Katsumi Yamaoka * mml.el (mml-preview): Work properly when editing article. * gnus-start.el (gnus-read-active-file-1): Don't add method to gnus-have-read-active-file if it's already been in. 2010-10-22 Tom Tromey * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to gnus-group-completing-read. 2010-10-21 Lars Magne Ingebrigtsen * message.el (message-mode-map): Don't bind M-; to comment region, to allow the global comment-dwim to work. 2010-10-21 Julien Danjou * message.el (message-setup-1): Allow message-default-headers to be a function. 2010-10-21 Katsumi Yamaoka * shr.el (shr-tag-table): Simplify. 2010-10-21 Lars Magne Ingebrigtsen * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images to avoid trying to snarf invalid stuff. * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable. * gnus.el (gnus-message-archive-group): Quote value. (gnus-message-archive-group): Mark as changed. * shr.el (shr-add-font): Don't put the font properties on the newline or the indentation. * message.el (message-fix-before-sending): Change options when sending non-printable characters. * gnus.el (gnus-message-archive-method): Change the default to monthly outgoing groups. * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles that have gotten new numbers. * nnimap.el (nnimap-request-replace-article): New function. 2010-10-21 Katsumi Yamaoka * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove. (nnrss-request-article): Don't use special html washing code. 2010-10-20 Katsumi Yamaoka * shr.el (shr-tag-table): Remove useless nconc. 2010-10-20 Lars Magne Ingebrigtsen * gnus-art.el (article-wash-html): Simplify and remove the charset stuff. Use the normal html rendering code instead of the special html washing code. * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and `gnus-w3m' symbols. (mm-text-html-washer-alist): Remove. * mm-decode.el (mm-inline-text-html-renderer): Remove. (mm-inline-media-tests): Remove use. (mm-text-html-renderer): Change default to the `shr' symbol. * mm-view.el (mm-inline-text-html): Remove use. * gnus-art.el (gnus-blocked-images): New function. Allow the `gnus-blocked-images' to be a function. (gnus-article-wash-function): Remove. 2010-10-20 Julien Danjou * spam.el (spam-list-of-processors): Mark as obsolete. * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval. (nnimap-insert-partial-structure): Fix boundary detection. 2010-10-20 Andreas Seltenreich * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily run file-truename on remote files. This can be expensive and even prevent one from editing drafts if some unrelated buffer has a stale connection. 2010-10-20 Katsumi Yamaoka * shr.el (shr-find-fill-point): Shorten line if the preceding char is kinsoku-eol regardless of shr-kinsoku-shorten. (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine. (shr-tag-table): Support caption, thead, and tfoot. 2010-10-19 Lars Magne Ingebrigtsen * shr.el (shr-find-fill-point): Don't leave blanks at the start of some lines. (shr-save-contents): New command and keystroke. * nndoc.el (nndoc-type-alist): Add git support. (nndoc-git-type-p): New function. (nndoc-transform-git-article): Ditto. (nndoc-transform-git-headers): Ditto. (nndoc-transform-git-headers): Generate Subject headers. * shr.el (shr-parse-style): New function. (shr-tag-span): Ditto. * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command to `G G' to avoid collisions. 2010-10-19 Katsumi Yamaoka * shr.el: Load kinsoku if necessary. (shr-kinsoku-shorten): New internal variable. (shr-find-fill-point): Make kinsoku shorten text line if shr-kinsoku-shorten is bound to non-nil. (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to shr-indentation too when testing if table is wider than frame width. (shr-insert-table): Use `string-width' instead of `length' to measure text width. (shr-insert-table-ruler): Make sure indentation is done at bol. 2010-10-19 Stefan Monnier * nnimap.el (nnimap-request-move-article, nnimap-parse-line) (nnimap-process-expiry-targets): Use unibyte for buffers that hold undecoded network data. 2010-10-18 Lars Magne Ingebrigtsen * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode name in the mode line spec so that the mode line menu works (bug #2431). * message.el (message-get-reply-headers): If we're fed `to-address', then always use that. * gnus-art.el (gnus-article-make-menu-bar): The article/group menus aren't so wide as to need to switch off the edit menu. * gnus-delay.el (gnus-delay-article): Remove superfluous `group' binding. Suggested by Leo (bug #6613). * nnimap.el (nnimap-request-group): Don't SELECT the group twice on `M-g'. (nnimap-update-info): Update flags/read marks even if \* isn't part of the permanent marks. 2010-10-18 Andrew Cohen * gnus-registry.el (gnus-registry-split-fancy-with-parent): Splitting according to references/in-reply-to obeys the ignore-groups variable, while splitting by sender and subject do not. 2010-10-18 Lars Magne Ingebrigtsen * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string alist, so that we can look for non-Unicode chars. (article-translate-strings): Allow both character and string maps. 2010-10-18 Katsumi Yamaoka * shr.el (shr-insert): Don't insert space behind a wide character categorized as kinsoku-bol, or between characters both categorized as nospace. 2010-10-16 Andrew Cohen * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread headers to gnus-newsgroup-headers. 2010-10-16 Lars Magne Ingebrigtsen * shr.el (shr-tag-img): Don't align images -- since we're not rescaling, this often leads to ugly displays. 2010-10-15 Andrew Cohen * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore duplicates. 2010-10-15 Kan-Ru Chen (tiny change) * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read call. 2010-10-15 Lars Magne Ingebrigtsen * gnus.el: Autoload gnus-html-show-images. * nnimap.el: Use nnheader-message throughout. * shr.el (shr-tag-img): Ignore images with no data. 2010-10-15 Julien Danjou * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add a possibility to disable format=flow encoding when using hard newlines. 2010-10-15 Katsumi Yamaoka * shr.el (shr-insert): Remove space inserted before or after a breakable character or at the beginning or the end of a line. (shr-find-fill-point): Do kinsoku; find the second best point or give it up if there's no breakable point. 2010-10-14 Lars Magne Ingebrigtsen * nnimap.el (nnimap-open-connection): Message when opening connection for debugging purposes. * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation on every setup buffer call to allow this to change from article to article. * shr.el (shr-tag-table): Experimental feature: Truncate lines in buffers where we have a wide table. 2010-10-14 Andrew Cohen * gnus-sum.el (gnus-summary-refer-thread): Implement a version that uses *-request-thread. 2010-10-14 Lars Magne Ingebrigtsen * nnimap.el (nnimap-open-connection): Remove %s from openssl incantation, which is no longer valid. 2010-10-14 Julien Danjou * shr.el: Fix defcustom type (char -> character). 2010-10-14 Lars Magne Ingebrigtsen * nnimap.el (nnimap-open-connection): tls-program should be a list of programs. 2010-10-14 Julien Danjou * shr.el (shr-tag-a): Use url-link as widget type. * gnus-group.el (gnus-group-insert-group-line): Fix group argument to `gnus-group-get-icon'. 2010-10-13 Lars Magne Ingebrigtsen * nnimap.el (nnimap-close-server): Forget the nnimap data on close. This should make server editing work better. * shr.el (shr-find-fill-point): Don't inloop on indented text. * tls.el (tls-program): Remove spurious %s from openssl. * nnimap.el (nnimap-open-connection): Fix open-tls-stream call. (nnimap-parse-flags): Fix regexp. * shr.el (shr-find-fill-point): Use a filling algorithm that should probably work for CJVK text, too. * nnimap.el (nnimap-extend-tls-programs): Remove. (nnimap-open-connection): Bind STARTTLS to openssl explicitly. * tls.el (tls-starttls-switches): Remove starttls hack. (open-tls-stream): Ditto. (tls-find-starttls-argument): Ditto. 2010-10-13 Julien Danjou * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH responses. 2010-10-13 Lars Magne Ingebrigtsen * mm-decode.el (mm-shr): Allow use from non-Gnus users. * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert anything in Emacs. * shr.el (shr-current-column): Remove buggy and unnecessary function. 2010-10-13 Julien Danjou * shr.el (shr-width): Make shr-width a defcustom with default to fill-column. (shr-tag-img): Use shr-width rather than fill-column. 2010-10-13 Katsumi Yamaoka * dgnushack.el (byte-optimize-apply) * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling. * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars' position when (X-)Faces exist. (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying avatars when called interactively. 2010-10-12 Katsumi Yamaoka * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if gnus-article-x-face-too-ugly is bound. 2010-10-12 Lars Magne Ingebrigtsen * rfc2231.el (rfc2231-parse-string): Ignore repeated parts. * nnimap.el (nnimap-request-rename-group): Unselect by selecting a mailbox that doesn't exist. 2010-10-12 Julien Danjou * shr.el (shr-tag-img): Encode URL properly when retrieving. (shr-get-image-data): Encode URL properly when fetching from cache. (shr-tag-img): Use aligned-to spaces to align correctly images. * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive before inserting the Gravatar. * shr.el (shr-tag-img): Add align attribute support for . 2010-10-12 Lars Magne Ingebrigtsen * gnus-gravatar.el (gnus-art): Require. * gnus-sum.el (gnus-summary-mark-as-unread-forward) (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread): Remove long obsoleted functions. 2010-10-11 Katsumi Yamaoka * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen. * nnimap.el (gnutls-negotiate): Silence the byte compiler. * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el: gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el: hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el: mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el: mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el: nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el: sieve-manage.el, smime.el, spam.el: Fix comment for declare-function. 2010-10-11 Lars Magne Ingebrigtsen * nnimap.el (nnimap-request-rename-group): Select group read-only before renaming it. * shr.el (shr-insert): Fix up the white space only regexp. * nnimap.el (nnimap-transform-split-mail): Not all articles have bodies. Protect against this. Reported by Michael Welsh Duggan. * shr.el (shr-current-column): New function. (shr-find-fill-point): New function. 2010-10-11 Michael Welsh Duggan (tiny change) * sieve-manage.el (sieve-manage-open): Allow port names as well as port numbers. 2010-10-11 Julien Danjou * shr.el (shr-hr-line): Add. (shr-tag-hr): Use shr-hr-line to specify which character to use to display hr lines. (shr-max-columns): Do not change state to nil if we just inserting spaces. 2010-10-11 Lars Magne Ingebrigtsen * gnus-topic.el (gnus-topic-read-group): If after the last group, select the last group. 2010-10-11 Teodor Zlatanov * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el. 2010-10-10 Dan Nicolaescu * dig.el (dig-mode-map): Declare and define in one step. 2010-10-10 Lars Magne Ingebrigtsen * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read for Gnus. (nnimap-retrieve-group-data-early): utf7-encode the group parameters. (nnimap-update-qresync-info): Mark \Seen articles as read. * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active' non-variable, too. * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if available. (nnimap-update-info): Rely more on the current active than the param active to avoid marking articles as read too much. * auth-source.el (auth-source-create): Use (user-login-name) for the user name default. * nnimap.el (nnimap-update-info): If the server doesn't return any useful info, just use the previous info. (nnimap-update-info): Prefer old info over start-article. (nnimap-update-qresync-info): Finish implementing QRESYNC. 2010-10-10 Andrew Cohen * nnir.el (autoload): Clean up autoloads. (nnir-imap-default-search-key): Rename from nnir-imap-search-field. Use key rather than value. (nnir-imap-search-other): New variable. (nnir-read-parm): Use it. (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials. (gnus-summary-nnir-goto-thread): Modify to work with imap. 2010-10-10 Stefan Monnier * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill the process, too. 2010-10-09 Lars Magne Ingebrigtsen * spam.el (gnus-summary-mode-map): Bind to "$". Suggested by Russ Allbery. * shr.el: Rework the way things are indented by
  • slightly. * gnus.el (gnus-group-set-parameter): Fix typo. * nnimap.el: Start implementing QRESYNC support. 2010-10-09 Julien Danjou * nnir.el (nnir-engines): Fix too many arguments. 2010-10-09 Lars Magne Ingebrigtsen * nnmail.el (nnmail-expiry-target-group): Say that every expiry target group is the "last", so that the backends like nnfolder actually save their folders. * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then try to use that for the tls stream. (nnimap-retrieve-group-data-early): Rework the marks code to heed UIDVALIDITY and find out which groups are read-only and not. (nnimap-get-flags): Use the same marks parsing code as the rest of nnimap. 2010-10-09 Julien Danjou * nnir.el (nnir-read-parm): Fix call to gnus-completing-read. * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when retrieving gravatars. * shr.el (shr-table-corner): Add. (shr-table-line): Add. (shr-insert-table-ruler): Use the above defcustoms to insert tables. 2010-10-08 Julien Danjou * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list. 2010-10-08 Teodor Zlatanov * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'. * gnus-sum.el (gnus-mark-article-as-unread) (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark) (gnus-summary-set-bookmark): Use it. * gnus-msg.el (gnus-setup-message): Use it. * gnus-demon.el (gnus-demon-remove-handler): Use it. * gnus.el (gnus-group-remove-parameter): Use it. * gnus-group.el (gnus-group-make-web-group): Use it. * gnus-demon.el (gnus-demon-remove-handler): Use it. * nnregistry.el: Update docs to mention manual. * gnus-registry.el: Update docs to mention nnregistry.el. (gnus-registry-initialize): Don't install nnregistry refer method automatically. (gnus-registry-install-nnregistry): Remove it. 2010-10-08 Lars Magne Ingebrigtsen * shr.el (shr-insert): Don't insert double spaces. 2010-10-08 Katsumi Yamaoka * gnus-gravatar.el (gnus-treat-from-gravatar) (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when called interactively. * gnus-art.el (gnus-mime-view-part-externally) (gnus-mime-view-part-internally): Make predicate function passed to gnus-mime-view-part-as-type assume argument is a mime type, not a list of a mime type. * shr.el (shr-table-widths): Don't use cl function `reduce'. 2010-10-07 Lars Magne Ingebrigtsen * shr.el (require): Require cl when compiling. (shr-tag-hr): New function. * nnimap.el (nnimap-update-info): Remove double setting of high. (nnimap-update-info): Don't ignore groups that have no UIDNEXT. This makes nnimap work properly on Courier again. * gnus.el (gnus-carpal): The carpal mode has been removed, but define the variable for backwards compatability. * mm-decode.el (mm-save-part): If given a non-directory result, expand the file name before using to avoid setting mm-default-directory to nil. * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before bidning gnus-agent variables. * shr.el (shr-render-td): Use a cache for the table rendering function to avoid getting an exponential rendering behaviour in nested tables. (shr-insert): Rework the line-breaking algorithm. (shr-insert): Don't leave trailing spaces. (shr-insert-table): Also insert empty TDs. (shr-tag-blockquote): Ensure paragraphs after . 2010-10-07 Stefan Monnier * gnus-sum.el (gnus-number): Rename from `number'. (gnus-article-marked-p, gnus-summary-limit-to-display-predicate) (gnus-summary-limit-children): Update uses correspondingly. 2010-10-07 Katsumi Yamaoka * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option. (gnus-gravatar-transform-address): Don't show avatars of people of which mail addresses match gnus-gravatar-too-ugly. 2010-10-07 Lars Magne Ingebrigtsen * shr.el (shr-table-widths): Expand TD elements to fill available space. 2010-10-07 Julien Danjou * nnimap.el (nnimap-request-rename-group): Add this method. 2010-10-07 Katsumi Yamaoka * gnus-html.el (gnus-html-schedule-image-fetching): Remove function name from XEmacs' function-arglist. * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to gravatar under XEmacs. 2010-10-07 Teodor Zlatanov * auth-source.el: Update docs with TODO items. * gnus-sync.el: Update docs to explain state and plans. * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook): Hooks for mark updates. (gnus-request-set-mark, gnus-request-update-mark): Use them. * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run hooks with arguments, which is needed for mark update hooks. 2010-10-06 Julien Danjou * gnus.el (gnus-expand-group-parameter): Only return and act on what was matched. * sieve-manage.el: Update example in `Commentary'. * sieve.el (sieve-open-server): Use sieve-manage-authenticate. * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port, not 2000. (sieve-manage-authenticate): Re-add function. 2010-10-06 Lars Magne Ingebrigtsen * shr.el (shr-insert): Get 'space transition right. (shr-render-td): Only delete space at the end of the TD. * nnimap.el (nnimap-open-connection): Prepare to support open-gnutls-stream. * shr.el: Rearrange function order to be more logical. 2010-10-06 Julien Danjou * nnrss.el (nnrss-check-group): Remove 404 URL in comment. (nnrss-discover-feed): Remove 404 URL in docstring. * nnir.el: Fix Swish-E URL. Fix Namazu URL. * message.el (message-change-subject): Remove 404 URL in a comment. 2010-10-06 Katsumi Yamaoka * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being called interactively. * gnus-util.el (gnus-remove-if): Allow hash table. (gnus-remove-if-not): New function. * gnus-art.el (gnus-mime-view-part-as-type) * gnus-score.el (gnus-summary-score-effect) * gnus-sum.el (gnus-read-move-group-name): Replace remove-if-not with gnus-remove-if-not. * gnus-group.el (gnus-group-completing-read): Regard collection as a hash table if it is not a list. 2010-10-05 Lars Magne Ingebrigtsen * shr.el (shr-render-td): Allow blank/missing s. * shr.el: Document the table-rendering algorithm. 2010-10-05 Katsumi Yamaoka * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled for Emacsen having no `libxml-parse-html-region' support. 2010-10-05 Lars Magne Ingebrigtsen * gnus-html.el (gnus-html-schedule-image-fetching): Protect against invalid URLs. * shr.el (shr-tag-img): Shorten ALT texts and allow them to be line-broken. (shr-tag-img): Ignore image fetching errors. (shr-overlays-in-region): Compute overlay positions correctly. * mm-decode.el (mm-shr): Require shr. * gnus-art.el (gnus-blocked-images): Move variable here. * shr.el (shr-insert-table): Bind free variable. * mm-decode.el (mm-shr): Bind shr-content-function. * shr.el (shr-content-function): New variable. * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function, added for symmetry. * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data. * gnus-group.el (gnus-group-make-group): Doc fix. * nnimap.el (nnimap-request-newgroups): Return success. * shr.el (shr-find-elements): New function. (shr-tag-table): Put all the images after the table. (shr-tag-table): Really inhibit images inside the table. (shr-collect-overlays): Copy over overlays from the TD elements to the main document. * mm-decode.el (mm-shr): Bind shr-blocked-images to gnus-blocked-images. 2010-10-05 Julien Danjou * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate. * gnus-html.el (gnus-html-wash-images): Rescale image from cid too. (gnus-html-maximum-image-size): Add this function. (gnus-html-put-image): Use gnus-html-maximum-image-size. * sieve-manage.el (sieve-manage-capability): Do not bug out when the server-value of the capability is nil. 2010-10-05 Lars Magne Ingebrigtsen * shr.el (shr-tag-em): Add tag. 2010-10-05 Florian Ragwitz (tiny change) * sieve-manage.el (sieve-manage-default-stream): Make default stream customizable. * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid handing broken links to browse-url. 2010-10-05 Julien Danjou * gnus-util.el (gnus-emacs-completing-read) (gnus-iswitchb-completing-read): Use autoload rather than require. 2010-10-05 Katsumi Yamaoka * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and iswitchb-temp-buflist for XEmacs. * gnus-util.el (gnus-completing-read-function): Exclude gnus-icompleting-read and gnus-ido-completing-read from candidates for XEmacs since iswitchb.el is very old and ido.el is unavailable in XEmacs. * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as not to use `delete-dups' that is unavailable in XEmacs 21.4. * gnus-html.el: Don't require help-fns under XEmacs. (gnus-html-schedule-image-fetching): Work for XEmacs. * mm-decode.el (mm-shr): Decode contents by charset. 2010-10-04 Lars Magne Ingebrigtsen * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is unknown. * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too. (shr-get-image-data): Ensure against the cache file missing. * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting for data. * spam-report.el (spam-report-url-ping-plain): Don't query about killing the process. * shr.el (shr-render-td): Protect against too-wide text. 2010-10-04 Julien Danjou * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices. (mml-smime-openssl-sign-query): Fix gnus-completing-read call. * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been retrieved. 2010-10-04 Lars Magne Ingebrigtsen * shr.el (browse-url): Require. (shr-ensure-paragraph): Don't insert a new newline after empty-ish lines. (shr-show-alt-text, shr-browse-image): New commands. (shr-browse-url, shr-copy-url): New commands. * gnus-sum.el (gnus-widen-article-window): New variable. (gnus-summary-select-article-buffer): Use it. * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses without @ signs. 2010-10-04 Michael Welsh Duggan (tiny change) * nnir.el (nnir-run-imap): Remove spurious space in search string. 2010-10-04 Julien Danjou * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list, for XEmacs. 2010-10-04 Lars Magne Ingebrigtsen * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful. * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl. (nnimap-close-server): Implement. * dgnushack.el (iswitchb): Require to shut up the compiler. * shr.el (shr-ensure-paragraph): Fix the non-empty line case. (shr-insert): Tweak line breaking. (shr-insert): Handle
     better.
    	(shr-tag-li): Get 
  • indentation right. (shr-tag-li): Get
  • indentation even righter. (shr-tag-blockquote): Ensure paragraph start. (shr-make-table): Tweak table generation. (shr-make-table): Fix typo. * shr.el: Implement table rendering. 2010-10-04 Julien Danjou * gnus-html.el (gnus-html-put-image): Fix resize image code. 2010-10-04 Lars Magne Ingebrigtsen * shr.el (shr-insert): Use string anchors instead of line anchors. 2010-10-03 Lars Magne Ingebrigtsen * shr.el: Add headings. (shr-ensure-paragraph): Actually work. (shr-tag-li): Make