]> git.eshelyaron.com Git - emacs.git/commit
gnus-html.el (gnus-html-image-fetched): Don't kill the temporary buffer after being...
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 24 Jan 2011 04:10:19 +0000 (04:10 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 24 Jan 2011 04:10:19 +0000 (04:10 +0000)
commitcb51ba085d2250e2487fbdc30edcb1f049d040d7
tree4190b92176f75313f1b62ddfe1e3bcdc2747d2b6
parentb711096ad269e09e750449db68ded5e6729c17c1
gnus-html.el (gnus-html-image-fetched): Don't kill the temporary buffer after being called.  It's apparently being killed by url.el, and killing it made point move to end-of-buffer in a random buffer.
shr.el (shr-image-fetched): Ditto.
shr.el (shr-image-fetched): Avoid having point move in the article buffer.
gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and fix the bug in url-http.el instead.
shr.el (shr-image-fetched): Ditto.
gravatar.el (gravatar-retrieve): Be silent when retrieving.
gnus-gravatar.el (gnus-gravatar-insert): Don't move point around in the article buffer.
 (gnus-gravatar-insert): Use blank space from the current buffer to avoid breaking text properties.  This makes X-Sent updating work again.
gnus-art.el (gnus-article-read-summary-keys): Don't call disabled commands.
lisp/gnus/ChangeLog
lisp/gnus/gnus-art.el
lisp/gnus/gnus-gravatar.el
lisp/gnus/gravatar.el
lisp/gnus/shr.el