aboutsummaryrefslogtreecommitdiffstats
path: root/doc
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 /doc
parent4cb3f6ba67d891f6b5f2891af19f4d0327b40385 (diff)
downloademacs-80d634b8d99fac25f70c40220f0c509f9224a8f3.tar.gz
emacs-80d634b8d99fac25f70c40220f0c509f9224a8f3.zip
(Antinews): Mention Babyl format.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog17
-rw-r--r--doc/emacs/anti.texi5
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 @@
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,