aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorGnus developers2010-10-03 00:33:27 +0000
committerKatsumi Yamaoka2010-10-03 00:33:27 +0000
commit870409d4fb06834c28e75cd653ad8aa2a7e8f581 (patch)
tree8068a94b7d19168f48eef4ea22c081ca1c031209 /doc/misc
parent2a847524ab57b1b3d6eaa7e12b96be52dbb79509 (diff)
downloademacs-870409d4fb06834c28e75cd653ad8aa2a7e8f581.tar.gz
emacs-870409d4fb06834c28e75cd653ad8aa2a7e8f581.zip
Merge changes made in Gnus trunk.
shr.el: Start implementation. shr.el: Continue implementation. gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we should go backward. shr.el: Minimally useful state achieved. mm-decode.el (mm-text-html-renderer): Switch to using shr.el for HTML rendering. shr.el: (shr-insert): Add a newline after every picture before text. gnus.texi (Splitting Mail): Really fix the @ref syntax. shr.el (shr-add-font): Use overlays for combining faces. shr.el (shr-add-font): Use overlays for combining faces. shr.el (shr-insert): Pass upwards the text start point. gnus-util.el: Reintroduce multiple completion functions.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog1
-rw-r--r--doc/misc/gnus.texi2
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 299f29166ea..0b2c79088ac 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,6 +1,7 @@
12010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org> 12010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 2
3 * gnus.texi (Splitting Mail): Fix @xref syntax. 3 * gnus.texi (Splitting Mail): Fix @xref syntax.
4 (Splitting Mail): Really fix the @ref syntax.
4 5
52010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org> 62010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6 7
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 5431a57dc5a..00f58b2307a 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -15111,7 +15111,7 @@ message. The function should return a list of group names that it
15111thinks should carry this mail message. 15111thinks should carry this mail message.
15112 15112
15113This variable can also be a fancy split method. For the syntax, 15113This variable can also be a fancy split method. For the syntax,
15114@pxref{Fancy Mail Splitting}. 15114see @ref{Fancy Mail Splitting}.
15115 15115
15116Note that the mail back ends are free to maul the poor, innocent, 15116Note that the mail back ends are free to maul the poor, innocent,
15117incoming headers all they want to. They all add @code{Lines} headers; 15117incoming headers all they want to. They all add @code{Lines} headers;