aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2009-02-17 18:23:29 +0000
committerRichard M. Stallman2009-02-17 18:23:29 +0000
commit80d634b8d99fac25f70c40220f0c509f9224a8f3 (patch)
tree5a1fcb6916d02959daba9743d3962b1a9a958ee1
parent4cb3f6ba67d891f6b5f2891af19f4d0327b40385 (diff)
downloademacs-80d634b8d99fac25f70c40220f0c509f9224a8f3.tar.gz
emacs-80d634b8d99fac25f70c40220f0c509f9224a8f3.zip
(Antinews): Mention Babyl format.
-rw-r--r--doc/emacs/ChangeLog17
-rw-r--r--doc/emacs/anti.texi5
-rw-r--r--etc/NEWS16
3 files changed, 38 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index d3874a2752e..f18210240b6 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,20 @@
12009-02-17 Richard M Stallman <rms@gnu.org>
2
3 * anti.texi (Antinews): Mention Babyl format.
4
5 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
6
7 * rmail.texi: Update for mbox format.
8 Various small fixes, as well as the following.
9 (Out of Rmail): Node deleted.
10 (Rmail): Update menu.
11 (Rmail Files): Comment out set-rmail-inbox-list.
12 Document rmail-inbox-list instead.
13 (Rmail Output): Substantial changes since C-o is now
14 rmail-output-as-seen and o is rmail-output.
15 (Rmail Attributes): Delete `stored', add `retried'.
16 (Rmail Display): Editing headers works in all cases.
17
12009-02-17 Glenn Morris <rgm@gnu.org> 182009-02-17 Glenn Morris <rgm@gnu.org>
2 19
3 * basic.texi (Position Info): M-x count-lines-region is not always on 20 * basic.texi (Position Info): M-x count-lines-region is not always on
diff --git a/doc/emacs/anti.texi b/doc/emacs/anti.texi
index e31a668a5af..8cb78bffc24 100644
--- a/doc/emacs/anti.texi
+++ b/doc/emacs/anti.texi
@@ -46,6 +46,11 @@ to store the result of their conversions. The result always replaces
46the original, so there's no need to look for it elsewhere. 46the original, so there's no need to look for it elsewhere.
47 47
48@item 48@item
49Rmail now uses a special file format, Babyl format, designed specially
50for storing and editing mail. When you visit a file in Rmail, or get new
51mail, Rmail converts it automatically to Babyl format.
52
53@item
49Emacs no longer performs font anti-aliasing. If your fonts look ugly, 54Emacs no longer performs font anti-aliasing. If your fonts look ugly,
50try choosing a larger font and increasing the screen resolution. 55try choosing a larger font and increasing the screen resolution.
51Admittedly, this becomes difficult as you go further back in time, 56Admittedly, this becomes difficult as you go further back in time,
diff --git a/etc/NEWS b/etc/NEWS
index d0c80bd4d2c..2e31d8bc563 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -924,6 +924,7 @@ corresponding remote host.
924 924
925** Rmail 925** Rmail
926 926
927+++
927*** Rmail no longer converts the messages to Babyl format. 928*** Rmail no longer converts the messages to Babyl format.
928Instead, it keeps them in their original mbox format, both on disk and 929Instead, it keeps them in their original mbox format, both on disk and
929in Rmail buffers, and does conversion and decoding when a message is 930in Rmail buffers, and does conversion and decoding when a message is
@@ -935,6 +936,10 @@ conversion, but it can take a few minutes, depending on how fast is
935your machine and on the size of the file. You should find the rest of 936your machine and on the size of the file. You should find the rest of
936Rmail usage unaltered. 937Rmail usage unaltered.
937 938
939However, M-x set-rmail-inbox-list now lasts only for one session
940because there is no way to save the list of inbox files in an
941mbox-format file.
942
938FIXME: Add more mbox merge details 943FIXME: Add more mbox merge details
939 944
940*** The command `rmail-redecode-body' no longer accepts the optional arg RAW. 945*** The command `rmail-redecode-body' no longer accepts the optional arg RAW.
@@ -942,6 +947,17 @@ Since Rmail now holds messages in their original undecoded form in a
942separate buffer, `rmail-redecode-body' no longer encodes the original 947separate buffer, `rmail-redecode-body' no longer encodes the original
943message, and therefore there should be no need to avoid encoding it. 948message, and therefore there should be no need to avoid encoding it.
944 949
950+++
951*** The o command is now `rmail-output'. It is an all-purpose command
952for copying messages from Rmail and appending them to files. It
953handles Babyl-format files as well as mbox-format files, and it
954handles both kinds properly when they are visited in Emacs. It always
955copies the full headers of the message.
956
957+++
958*** The C-o command is now `rmail-output-as-seen'. It uses
959the message as displayed, appending it to an mbox file.
960
945** TeX modes 961** TeX modes
946--- 962---
947*** New option latex-indent-within-escaped-parens 963*** New option latex-indent-within-escaped-parens