(shr-put-image): Add help-echo alt texts to the images.
[gnus] / lisp / ChangeLog
index f151d29..ec7a78a 100644 (file)
@@ -1,3 +1,343 @@
+2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * 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.
+
+2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * 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  <stephen.berman@gmx.net>  (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  <larsi@gnus.org>
+
+       * 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  <julien@danjou.info>
+
+       * 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  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
+
+2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
+       config after reselecting.
+
+2010-10-28  Julien Danjou  <julien@danjou.info>
+
+       * 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  <yamaoka@jpl.org>
+
+       * 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  <julien@danjou.info>
+
+       * 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  <yamaoka@jpl.org>
+
+       * 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  <yamaoka@jpl.org>
+
+       * shr.el (shr-tag-div): Added.
+
+       * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
+
+2010-10-25  Julien Danjou  <julien@danjou.info>
+
+       * 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  <larsi@gnus.org>
+
+       * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
+       the original article buffer.
+
+2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * 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  <julien@danjou.info>
+
+       * message.el (message-default-headers): Fix type.
+
+2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * 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  <cohen@andy.bu.edu>
+
+       * 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  <larsi@gnus.org>
+
+       * shr.el (shr-tag-object): Added.
+
+       * 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  <larsi@gnus.org>
+
+       * shr.el (shr-tag-strong): Added.
+
+2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * 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  <yamaoka@jpl.org>
+
+       * 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  <tromey@redhat.com>
+
+       * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
+       gnus-group-completing-read.
+
+2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * 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  <julien@danjou.info>
+
+       * message.el (message-setup-1): Allow message-default-headers to be a
+       function.
+
+2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * shr.el (shr-tag-table): Simplify.
+
+2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * 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  <yamaoka@jpl.org>
+
+       * 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  <yamaoka@jpl.org>
+
+       * shr.el (shr-tag-table): Remove useless nconc.
+
+2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * 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): Removed.
+
+       * mm-decode.el (mm-inline-text-html-renderer): Removed.
+       (mm-inline-media-tests): Removed use.
+       (mm-text-html-renderer): Change default to the `shr' symbol.
+
+       * mm-view.el (mm-inline-text-html): Removed use.
+
+       * gnus-art.el (gnus-blocked-images): New function.  Allow the
+       `gnus-blocked-images' to be a function.
+       (gnus-article-wash-function): Removed.
+
+2010-10-20  Julien Danjou  <julien@danjou.info>
+
+       * 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  <seltenreich@gmx.de>
+
+       * 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  <yamaoka@jpl.org>
+
+       * 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  <larsi@gnus.org>
+
+       * 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  <yamaoka@jpl.org>
+
+       * 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  <monnier@iro.umontreal.ca>
+
+       * 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  <larsi@gnus.org>
+
+       * 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 <sdl.web@gmail.com> (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  <cohen@andy.bu.edu>
+
+       * 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  <larsi@gnus.org>
 
        * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
 
 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
 
-       * gnus-sum.el (gnus-summary-refer-thread): unconditionally ignore
+       * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
        duplicates.
 
 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
 
 2010-10-15  Julien Danjou  <julien@danjou.info>
 
-       * mml.el (mml-generate-mime-1): Add `mml-enable-flow' variable to add a
-       possibility to disable format=flow encoding when using hard newlines.
+       * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
+       possibility to disable format=flow encoding when using hard newlines.
 
 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>