diff etc/NEWS @ 51647:c9a97d52236b

*** empty log message ***
author Dave Love <fx@gnu.org>
date Mon, 23 Jun 2003 18:36:25 +0000
parents 05ddf95bcbff
children 28e2763d0439
line wrap: on
line diff
--- a/etc/NEWS	Mon Jun 23 18:35:23 2003 +0000
+++ b/etc/NEWS	Mon Jun 23 18:36:25 2003 +0000
@@ -15,7 +15,8 @@
 * Installation Changes in Emacs 21.4
 
 ** You can build Emacs with Gtk+ widgets by specifying `--with-x-toolkit=gtk'
-when you run configure.  This requires Gtk+ 2.0 or newer.
+when you run configure.  This requires Gtk+ 2.0 or newer.  This port
+provides a way to display multilingual text in menus (with some caveats).
 
 ---
 ** Emacs can now be built without sound support.
@@ -2167,7 +2168,7 @@
 +++
 ** `provide' and `featurep' now accept an optional second argument
 to test/provide subfeatures.  Also `provide' now checks `after-load-alist'
-and run any code associated with the provided feature.
+and runs any code associated with the provided feature.
 
 ** The variable `compilation-parse-errors-filename-function' can
 be used to transform filenames found in compilation output.