aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2014-09-13 21:59:56 +0300
committerEli Zaretskii2014-09-13 21:59:56 +0300
commitc330a17214321eec7c221c80f039862719687038 (patch)
tree0f197e4f06ca7397d6dd0b0e696c9e6837a5dcd0
parent2805ba196436a4f24344f9ef39942f772a221ac6 (diff)
downloademacs-c330a17214321eec7c221c80f039862719687038.tar.gz
emacs-c330a17214321eec7c221c80f039862719687038.zip
etc/NEWS: Mention HTML support in Rmail.
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 44f54369793..e89d9c96fdc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
137undelete multiple messages. 137undelete multiple messages.
138 138
139** Rmail can now render HTML mail messages if your Emacs was built with
140libxml2 or if you have the Lynx browser installed. By default, Rmail
141will display the HTML version of a mail message that has both HTML and
142plain 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