aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner LEMBERG2004-07-27 23:49:06 +0000
committerWerner LEMBERG2004-07-27 23:49:06 +0000
commitb687047c72d2d13ced9ce55d38193b24ec722773 (patch)
treef12020bcfd9e35603ac76959b5649a5e5123f7b4
parent05ea6a2643f0e529760588fe105398889cf14ceb (diff)
downloademacs-b687047c72d2d13ced9ce55d38193b24ec722773.tar.gz
emacs-b687047c72d2d13ced9ce55d38193b24ec722773.zip
Document all new tutorials.
-rw-r--r--etc/NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7bb0ac87263..12d8f044637 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -22,7 +22,11 @@ the supported image types and their associated dynamic libraries by
22setting the variable `image-library-alist'. 22setting the variable `image-library-alist'.
23 23
24--- 24---
25** A Bulgarian translation of the Emacs Tutorial is available. 25** New translations of the Emacs Tutorial are available in the following
26 languages: Brasilian, Bulgarian, Chinese (both with simplified and
27 traditional characters), French, and Italian. Type `C-u C-h t' to
28 choose one of them in case your language setup doesn't automatically
29 select the right one.
26 30
27** You can build Emacs with Gtk+ widgets by specifying `--with-x-toolkit=gtk' 31** You can build Emacs with Gtk+ widgets by specifying `--with-x-toolkit=gtk'
28when you run configure. This requires Gtk+ 2.0 or newer. This port 32when you run configure. This requires Gtk+ 2.0 or newer. This port
@@ -88,7 +92,6 @@ See the files mac/README and mac/INSTALL for build instructions.
88** A French translation of the `Emacs Survival Guide' is available. 92** A French translation of the `Emacs Survival Guide' is available.
89 93
90--- 94---
91** A French translation of the Emacs Tutorial is available.
92** Building with -DENABLE_CHECKING does not automatically build with union 95** Building with -DENABLE_CHECKING does not automatically build with union
93types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. 96types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
94 97