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 /doc | |
| parent | 4cb3f6ba67d891f6b5f2891af19f4d0327b40385 (diff) | |
| download | emacs-80d634b8d99fac25f70c40220f0c509f9224a8f3.tar.gz emacs-80d634b8d99fac25f70c40220f0c509f9224a8f3.zip | |
(Antinews): Mention Babyl format.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 17 | ||||
| -rw-r--r-- | doc/emacs/anti.texi | 5 |
2 files changed, 22 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, |