diff options
| author | Gnus developers | 2010-10-20 10:31:10 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2010-10-20 10:31:10 +0000 |
| commit | ba91f05dd8e1e92f5c568458810d2d3200dd0226 (patch) | |
| tree | 894eac722e4cfec6c1bcddeeb6904d0a3ec20cc6 /doc/misc | |
| parent | 6c7693116bd40663a3c2c05d652de3c8b51b5cf3 (diff) | |
| download | emacs-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/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/emacs-mime.texi | 4 |
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 @@ | |||
| 1 | 2010-10-20 Julien Danjou <julien@danjou.info> | ||
| 2 | |||
| 3 | * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed | ||
| 4 | variable. | ||
| 5 | |||
| 1 | 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | 2010-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 | |||
| 1040 | newline characters are not present in the buffer, no flow encoding | 1040 | newline characters are not present in the buffer, no flow encoding |
| 1041 | occurs. | 1041 | occurs. |
| 1042 | 1042 | ||
| 1043 | You can customize the value of the @code{mml-enable-flowed} variable | ||
| 1044 | to enable or disable the flowed encoding usage when newline | ||
| 1045 | characteres are present in the buffer. | ||
| 1046 | |||
| 1043 | On decoding flowed text, lines with soft newline characters are filled | 1047 | On decoding flowed text, lines with soft newline characters are filled |
| 1044 | together and wrapped after the column decided by | 1048 | together 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 |