aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorGnus developers2010-10-20 10:31:10 +0000
committerKatsumi Yamaoka2010-10-20 10:31:10 +0000
commitba91f05dd8e1e92f5c568458810d2d3200dd0226 (patch)
tree894eac722e4cfec6c1bcddeeb6904d0a3ec20cc6 /doc/misc
parent6c7693116bd40663a3c2c05d652de3c8b51b5cf3 (diff)
downloademacs-ba91f05dd8e1e92f5c568458810d2d3200dd0226.tar.gz
emacs-ba91f05dd8e1e92f5c568458810d2d3200dd0226.zip
emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed variable.
gnus/ChangeLog (2010-10-15): Fix typo in changelog. gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily run file-truename on remote files when checking drafts.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/emacs-mime.texi4
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 85c1e7883a6..1737ce35703 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12010-10-20 Julien Danjou <julien@danjou.info>
2
3 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
4 variable.
5
12010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org> 62010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 7
3 * gnus.texi (Customizing the IMAP Connection): The port strings are 8 * gnus.texi (Customizing the IMAP Connection): The port strings are
diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi
index 475ce2bb53f..9511f6d10c0 100644
--- a/doc/misc/emacs-mime.texi
+++ b/doc/misc/emacs-mime.texi
@@ -1040,6 +1040,10 @@ flowed text, the default is to wrap after 66 characters. If hard
1040newline characters are not present in the buffer, no flow encoding 1040newline characters are not present in the buffer, no flow encoding
1041occurs. 1041occurs.
1042 1042
1043You can customize the value of the @code{mml-enable-flowed} variable
1044to enable or disable the flowed encoding usage when newline
1045characteres are present in the buffer.
1046
1043On decoding flowed text, lines with soft newline characters are filled 1047On decoding flowed text, lines with soft newline characters are filled
1044together and wrapped after the column decided by 1048together and wrapped after the column decided by
1045@code{fill-flowed-display-column}. The default is to wrap after 1049@code{fill-flowed-display-column}. The default is to wrap after