diff options
| author | Eli Zaretskii | 2014-09-13 21:59:56 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-09-13 21:59:56 +0300 |
| commit | c330a17214321eec7c221c80f039862719687038 (patch) | |
| tree | 0f197e4f06ca7397d6dd0b0e696c9e6837a5dcd0 | |
| parent | 2805ba196436a4f24344f9ef39942f772a221ac6 (diff) | |
| download | emacs-c330a17214321eec7c221c80f039862719687038.tar.gz emacs-c330a17214321eec7c221c80f039862719687038.zip | |
etc/NEWS: Mention HTML support in Rmail.
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -136,6 +136,12 @@ See `diary-chinese-list-entries' and `diary-chinese-mark-entries'. | |||
| 136 | ** The Rmail commands d, C-d and u now handle repeat counts to delete or | 136 | ** The Rmail commands d, C-d and u now handle repeat counts to delete or |
| 137 | undelete multiple messages. | 137 | undelete multiple messages. |
| 138 | 138 | ||
| 139 | ** Rmail can now render HTML mail messages if your Emacs was built with | ||
| 140 | libxml2 or if you have the Lynx browser installed. By default, Rmail | ||
| 141 | will display the HTML version of a mail message that has both HTML and | ||
| 142 | plain text parts, if display of HTML email is possible; customize the | ||
| 143 | `rmail-mime-prefer-html' option to `nil' if you don't want that. | ||
| 144 | |||
| 139 | ** SES now supports local printer functions; see `ses-define-local-printer'. | 145 | ** SES now supports local printer functions; see `ses-define-local-printer'. |
| 140 | 146 | ||
| 141 | ** In sh-mode, you can now use `sh-shell' as a file-local variable to | 147 | ** In sh-mode, you can now use `sh-shell' as a file-local variable to |