X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2FChangeLog;h=858b8cdb9d547fd92c8c421a6eb3b54e26022b1d;hp=d60b0c2798849ea69eb8b4d4be4a6a6855d697c4;hb=76b6b2b0a969b427bb993110f6d8c05060cf5f64;hpb=0c0111c6774352e67c4e8e90e8bccd6f487fffdf diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d60b0c279..858b8cdb9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,35 @@ +2010-10-04 Lars Magne Ingebrigtsen + + * 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.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 @@ -47,6 +76,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.