X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2FChangeLog;h=02c295b75c81c1064f6470ae8b8fe2cf7dfdb2d9;hp=54f6bd3ed526b62cb0f85a96ea888ad51f47d5ba;hb=94ce257b4628c06300c75cf8205119e34159c4bd;hpb=2596d578acd0e2f3d659b332a866d227010e6ce4;ds=sidebyside diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 54f6bd3ed..02c295b75 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,50 @@ +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. + + * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know + when it's at the start of the buffer. + + * shr.el (shr-tag-blockquote): Convert name. + (shr-rescale-image): Use the right image-size variant. + + * gnus-sum.el (gnus-summary-select-article-buffer): If the article + buffer isn't shown, then select the current article first instead of + bugging out. + (gnus-summary-select-article-buffer): Show both the article and summary + buffers again. + + * shr.el (shr-fontize-cont): Protect against regions with no text. + 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 Glenn Morris + + * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code. + + * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code. + + * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft. + + * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft. + + * gnus-util.el (gnus-make-local-hook): Simplify. + +2010-10-02 Julien Danjou + + * gnus-util.el (gnus-iswitchb-completing-read): New function. + (gnus-ido-completing-read): New function. + (gnus-emacs-completing-read): New function. + (gnus-completing-read): Use gnus-completing-read-function. + Add gnus-completing-read-function. + 2010-10-02 Lars Magne Ingebrigtsen * shr.el (shr-insert-document): Autoload. @@ -12,20 +59,13 @@ 2010-10-02 Julien Danjou - * gnus-score.el (gnus-summary-score-effect): Use gnus-remove-if-not - rather than remove-if-not. - - * gnus-group.el (gnus-group-completing-read): Use gnus-remove-if-not - rather than remove-if-not. - - * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-remove-if-not - rather than remove-if-not. - - * gnus-util.el (gnus-remove-if-not): Add this function. - * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we should go backward. +2010-10-02 Juanma Barranquero + + * shr.el (shr): Fix typo in provide call. + 2010-10-02 Lars Magne Ingebrigtsen * shr.el: New file.