diff options
| author | Richard M. Stallman | 2009-02-17 18:23:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2009-02-17 18:23:29 +0000 |
| commit | 80d634b8d99fac25f70c40220f0c509f9224a8f3 (patch) | |
| tree | 5a1fcb6916d02959daba9743d3962b1a9a958ee1 | |
| parent | 4cb3f6ba67d891f6b5f2891af19f4d0327b40385 (diff) | |
| download | emacs-80d634b8d99fac25f70c40220f0c509f9224a8f3.tar.gz emacs-80d634b8d99fac25f70c40220f0c509f9224a8f3.zip | |
(Antinews): Mention Babyl format.
| -rw-r--r-- | doc/emacs/ChangeLog | 17 | ||||
| -rw-r--r-- | doc/emacs/anti.texi | 5 | ||||
| -rw-r--r-- | etc/NEWS | 16 |
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 @@ | |||
| 1 | 2009-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 | |||
| 1 | 2009-02-17 Glenn Morris <rgm@gnu.org> | 18 | 2009-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 | |||
| 46 | the original, so there's no need to look for it elsewhere. | 46 | the original, so there's no need to look for it elsewhere. |
| 47 | 47 | ||
| 48 | @item | 48 | @item |
| 49 | Rmail now uses a special file format, Babyl format, designed specially | ||
| 50 | for storing and editing mail. When you visit a file in Rmail, or get new | ||
| 51 | mail, Rmail converts it automatically to Babyl format. | ||
| 52 | |||
| 53 | @item | ||
| 49 | Emacs no longer performs font anti-aliasing. If your fonts look ugly, | 54 | Emacs no longer performs font anti-aliasing. If your fonts look ugly, |
| 50 | try choosing a larger font and increasing the screen resolution. | 55 | try choosing a larger font and increasing the screen resolution. |
| 51 | Admittedly, this becomes difficult as you go further back in time, | 56 | Admittedly, this becomes difficult as you go further back in time, |
| @@ -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. |
| 928 | Instead, it keeps them in their original mbox format, both on disk and | 929 | Instead, it keeps them in their original mbox format, both on disk and |
| 929 | in Rmail buffers, and does conversion and decoding when a message is | 930 | in 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 | |||
| 935 | your machine and on the size of the file. You should find the rest of | 936 | your machine and on the size of the file. You should find the rest of |
| 936 | Rmail usage unaltered. | 937 | Rmail usage unaltered. |
| 937 | 938 | ||
| 939 | However, M-x set-rmail-inbox-list now lasts only for one session | ||
| 940 | because there is no way to save the list of inbox files in an | ||
| 941 | mbox-format file. | ||
| 942 | |||
| 938 | FIXME: Add more mbox merge details | 943 | FIXME: 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 | |||
| 942 | separate buffer, `rmail-redecode-body' no longer encodes the original | 947 | separate buffer, `rmail-redecode-body' no longer encodes the original |
| 943 | message, and therefore there should be no need to avoid encoding it. | 948 | message, 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 | ||
| 952 | for copying messages from Rmail and appending them to files. It | ||
| 953 | handles Babyl-format files as well as mbox-format files, and it | ||
| 954 | handles both kinds properly when they are visited in Emacs. It always | ||
| 955 | copies the full headers of the message. | ||
| 956 | |||
| 957 | +++ | ||
| 958 | *** The C-o command is now `rmail-output-as-seen'. It uses | ||
| 959 | the 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 |