summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2010-12-24 20:21:26 +0900
committerKenichi Handa <handa@m17n.org>2010-12-24 20:21:26 +0900
commit76428f01c6b5a4ad6a3c33c0cbfa94c3431578b9 (patch)
treed42d7c6c04f52ddbb6314ff6f731c760376f970e /etc
parent84595ff0e36ef8dab302dc9104c923f5f6664a44 (diff)
downloademacs-76428f01c6b5a4ad6a3c33c0cbfa94c3431578b9.tar.gz
Fix wording of rmail's section in NEWS.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS14
2 files changed, 11 insertions, 7 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 738c63828fe..f55026aa205 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
+2010-12-24 Kenichi Handa <handa@m17n.org>
+
+ * NEWS: Describe the changes for rmail's MIME handling.
+
2010-12-04 W. Martin Borgert <debacle@debian.org> (tiny change)
* schema/schemas.xml: Add DocBook (Bug#7491).
diff --git a/etc/NEWS b/etc/NEWS
index 1bf17eff7a1..1e13d334c77 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -74,23 +74,23 @@ Any unknown header is left as is in the message, so it is not lost.
** Rmail
-** The default value of `rmail-enable-mime' is now t. Rmail decodes
+*** The default value of `rmail-enable-mime' is now t. Rmail decodes
MIME contents automatically. You can customize the variable
`rmail-enable-mime' back to `nil' to disable this automatic MIME
decoding.
-** The command `rmail-mime' change the displaying of a MIME message
+*** The command `rmail-mime' change the displaying of a MIME message
between decoded presentation form and raw data if `rmail-enable-mime'
is non-nil. And, with prefix argument, it change only the displaying
of the MIME entity at point.
-** The new command TAB (rmail-mime-next-item) moves point to the next
-item of MIME message.
+*** The new command `rmail-mime-next-item' (bound to TAB) moves point
+to the next item of MIME message.
-** The new command backtab (rmail-mime-previous-item) moves point to
-the previous item of MIME message.
+*** The new command `rmail-mime-previous-item' (bound to backtab) moves
+point to the previous item of MIME message.
-** The new command RET (rmail-mime-toggle-hidden) hide or show the
+*** The new command `rmail-mime-toggle-hidden' (RET) hide or show the
body of the MIME entity at point.
** Obsolete packages