[gnus git] branch master updated: m0-3-86-g0083071 =2= Merge remote branch 'origin/no-gnus' ; Minor shr white space rendering tweak
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 0083071bc8c341265712e48a4cd128d280fbec94 (commit)
via 2c24535122d20ab9af1ea280f9ffc0dafc868437 (commit)
from 26eca13465f697cd34c9ce6a4a9321eecc17b15c (commit)
- Log -----------------------------------------------------------------
commit 0083071bc8c341265712e48a4cd128d280fbec94
Merge: 26eca13 2c24535
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Mon Mar 19 14:29:19 2012 +0100
Merge remote branch 'origin/no-gnus'
diff --cc lisp/ChangeLog
index d6b2626,d2a2590..9aa2949
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@@ -1,29 -1,13 +1,36 @@@
2012-03-19 Lars Magne Ingebrigtsen <[email protected]>
+ * shr.el (shr-insert): Treat non-breaking space just like normal
+ space. This seems to produce more pleasing results.
+ (shr-tag-br): Make <br> 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 <[email protected]>
+
+ * Makefile.in: Respect DESTDIR.
+
+2012-03-14 Christopher Schmidt <[email protected]>
+
+ * 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 <[email protected]>
+
+ * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
+ messages that don't exist.
+
+ * gnus-sum.el (gnus-summary-expire-articles): Ditto.
+
+2012-03-14 Lars Magne Ingebrigtsen <[email protected]>
+
++2012-03-19 Lars Magne Ingebrigtsen <[email protected]>
++
+ * shr.el (shr-insert): Update the text state properly to avoid
+ inserting spurious paragraph starts.
+
+ 2012-03-14 Lars Magne Ingebrigtsen <[email protected]>
+
- * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
- requested (bug#10961).
-
* 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.
@@@ -113,24 -93,11 +120,24 @@@
* gnus-start.el (gnus-1): Avoid duplicate entries.
- 2012-02-16 Lars Ingebrigtsen <[email protected]>
-
- * 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 <[email protected]>
- * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
- too-wide lines.
+ * imap.el: Remove.
+
+ * nntp.el (nntp-coding-system-for-read): Remove.
+ (nntp-coding-system-for-write): Ditto.
+ (nntp-open-connection): Just use `binary' directly.
+
+ * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
+ Gnus 0.3.
+
++2012-02-16 Lars Ingebrigtsen <[email protected]>
++
++ * 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 <[email protected]>
* shr.el (shr-rescale-image): Undo previous change; see
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 21 ++++++++++++++-------
lisp/shr.el | 1 +
2 files changed, 15 insertions(+), 7 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project