X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2FChangeLog;h=9aa29491bf2d1e5466beb2420ec52bf582df0992;hp=170ff52f3a94ce84902bc1597949b222b927d657;hb=0083071bc8c341265712e48a4cd128d280fbec94;hpb=f5398dcc115f6e8ef1ce80eaa8100b4d4b74863d diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 170ff52f3..9aa29491b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,20 @@ +2012-03-19 Lars Magne Ingebrigtsen + + * shr.el (shr-insert): Treat non-breaking space just like normal + space. This seems to produce more pleasing results. + (shr-tag-br): Make
only ensure a line break instead of always + creating a blank line. This looks more readable in my test corpus. + (shr-insert): Only insert a blank line if we're starting from an image. + +2012-03-15 Elias Pipping + + * Makefile.in: Respect DESTDIR. + +2012-03-14 Christopher Schmidt + + * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook + and gnus-gcc-post-body-encode-hook. + 2012-03-10 Lars Magne Ingebrigtsen * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire @@ -7,6 +24,24 @@ 2012-03-14 Lars Magne Ingebrigtsen +2012-03-19 Lars Magne Ingebrigtsen + + * shr.el (shr-insert): Update the text state properly to avoid + inserting spurious paragraph starts. + +2012-03-14 Lars Magne Ingebrigtsen + + * shr.el (shr-table-widths): Divide the extra width more fairly over + the TDs (bug#10973). + (shr-render-td): Don't delete too much padding. + (shr-natural-width): Compute the natural width more correctly. + (shr-insert): Allow the natural width to be computed for tables again. + (shr-tag-table-1): Rework how the natural widths are computed by + rendering the table a third time. + (shr-natural-width): Removed. + (shr-buffer-width): New function. + (shr-expand-newlines): Use it. + * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be using a `gnus-use-full-window' setup (bug#11013). @@ -85,13 +120,6 @@ * gnus-start.el (gnus-1): Avoid duplicate entries. -2012-02-16 Lars Ingebrigtsen - - * mm-decode.el (mm-dissect-singlepart): Guess what the type of - application/octet-stream parts really is. - - * gnus-sum.el (gnus-propagate-marks): Remove. - 2012-02-15 Lars Ingebrigtsen * imap.el: Remove. @@ -103,6 +131,13 @@ * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma Gnus 0.3. +2012-02-16 Lars Ingebrigtsen + + * mm-decode.el (mm-dissect-singlepart): Guess what the type of + application/octet-stream parts really is. + + * gnus-sum.el (gnus-propagate-marks): Remove. + 2012-02-15 Paul Eggert * shr.el (shr-rescale-image): Undo previous change; see