[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100326: Fix wording of rmail's se
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100326: Fix wording of rmail's section in NEWS. |
Date: |
Fri, 24 Dec 2010 20:21:57 +0900 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 100326 [merge]
committer: Kenichi Handa <address@hidden>
branch nick: emacs-23
timestamp: Fri 2010-12-24 20:21:57 +0900
message:
Fix wording of rmail's section in NEWS.
modified:
etc/ChangeLog
etc/NEWS
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog 2010-12-04 21:45:17 +0000
+++ b/etc/ChangeLog 2010-12-24 11:21:26 +0000
@@ -1,3 +1,7 @@
+2010-12-24 Kenichi Handa <address@hidden>
+
+ * NEWS: Describe the changes for rmail's MIME handling.
+
2010-12-04 W. Martin Borgert <address@hidden> (tiny change)
* schema/schemas.xml: Add DocBook (Bug#7491).
=== modified file 'etc/NEWS'
--- a/etc/NEWS 2010-12-24 04:38:22 +0000
+++ b/etc/NEWS 2010-12-24 11:21:26 +0000
@@ -74,23 +74,23 @@
** 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 backtab (rmail-mime-previous-item) 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-next-item' (bound to TAB) moves point
+to the next 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 `rmail-mime-toggle-hidden' (RET) hide or show the
body of the MIME entity at point.
** Obsolete packages
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100326: Fix wording of rmail's section in NEWS.,
Kenichi Handa <=