X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2FChangeLog;h=ba752c59ba9f41c59ed444dbfed83605aa9b7e85;hp=4b4ba56fd750ab8a3b0e76ce93a6fe376101a4cf;hb=1f333d0d083bd36eae3eef7f1195d71a5fbdaf6e;hpb=e9c0c3e1a897728fef338d204074bdc6c46f5e5d diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4b4ba56fd..ba752c59b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,98 @@ +2010-10-04 Julien Danjou + + * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been + retrieved. + +2010-10-04 Lars Magne Ingebrigtsen + + * shr.el (browse-url): Required. + (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
      prettier. + (shr-insert): Get white space at the beginning/end of elements right. + (shr-tag-p): Collapse subsequent

      s. + (shr-ensure-paragraph): Don't insert double line feeds after blank + lines. + (shr-insert): \t is also space. + (shr-tag-s): Fix "s" tag name function. + (shr-tag-s): Fix face prop name. + +2010-10-03 Julien Danjou + + * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image. + + * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for + gnus-window-inside-pixel-edges. + + * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to + gnus-ems. + + * mm-view.el (mm-inline-image-emacs): Support image resizing. + + * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image + function. + + * mm-decode.el (mm-inline-large-images): Enhance defcustom and add + resize choice. + 2010-10-03 Lars Magne Ingebrigtsen + * shr.el (shr-tag-p): Don't insert newlines on empty tags at the + beginning of the buffer. + + * gnus-sum.el (gnus-summary-select-article-buffer): Really select the + article buffer again. + * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer. @@ -19,6 +112,13 @@ Rename tag functions to shr-tag-* for enhanced security. (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions. +2010-10-03 Chong Yidong + + * shr.el (shr-insert): + * pop3.el (pop3-movemail): + * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be + loaded. + 2010-10-03 Glenn Morris * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.