]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Mon, 23 Jun 2003 18:36:25 +0000 (18:36 +0000)
committerDave Love <fx@gnu.org>
Mon, 23 Jun 2003 18:36:25 +0000 (18:36 +0000)
ChangeLog
etc/NEWS
etc/TODO

index 2f11d3a8ddbb7e005081562a8241c19edf054de8..54a2e5067bf6924a041e7c92b65a58e44e86535e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-06-23  Dave Love  <fx@gnu.org>
+
+       * configure.in: Check for sys/_mbstate_t.h.  Test
+       XRegisterIMInstantiateCallback prototype.
+       (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
+
 2003-06-06  Dave Love  <fx@gnu.org>
 
        * configure.in: Check for locale.h.
 2003-06-06  Dave Love  <fx@gnu.org>
 
        * configure.in: Check for locale.h.
index 5d825a6e402982f6ed18a4c1d0a93ebbe13948f0..35d2392a496428cb5e3844e13276694baa133c03 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -15,7 +15,8 @@ so we will look at it and add it to the manual.
 * Installation Changes in Emacs 21.4
 
 ** You can build Emacs with Gtk+ widgets by specifying `--with-x-toolkit=gtk'
 * 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.
 
 ---
 ** Emacs can now be built without sound support.
@@ -2167,7 +2168,7 @@ It does not copy abbrevs from the parent mode's abbrev table.
 +++
 ** `provide' and `featurep' now accept an optional second argument
 to test/provide subfeatures.  Also `provide' now checks `after-load-alist'
 +++
 ** `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.
 
 ** The variable `compilation-parse-errors-filename-function' can
 be used to transform filenames found in compilation output.
index 155a4177b2d8757ffe3919c6b9531b527a12693d..ac09b9d7de344c58e830ab2874a1dd02db4309e2 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -3,7 +3,7 @@
 If you are ready to start working on any of these TODO items, we
 appreciate your help; please write to emacs-devel@gnu.org so we can be
 aware that the problem is being addressed, and talk with you how to do
 If you are ready to start working on any of these TODO items, we
 appreciate your help; please write to emacs-devel@gnu.org so we can be
 aware that the problem is being addressed, and talk with you how to do
-it best.  Since Emacs is an FSF-copyrighted packages, please be
+it best.  Since Emacs is an FSF-copyrighted package, please be
 prepared to sign legal papers to transfer the copyright on your work
 to the FSF.
 
 prepared to sign legal papers to transfer the copyright on your work
 to the FSF.
 
@@ -49,7 +49,9 @@ Important features:
   in the menu or by rendering in an unmapped window and copying the
   pixels.  Note that the relevant Xlib functions assume a specific
   locale; that isn't good enough even if X can render the arbitrary
   in the menu or by rendering in an unmapped window and copying the
   pixels.  Note that the relevant Xlib functions assume a specific
   locale; that isn't good enough even if X can render the arbitrary
-  text, which it often can't as far as I can tell.  -- fx]
+  text, which it often can't as far as I can tell.  -- fx] [The gtk
+  port now displays multilingual text in menus, but only insofar as
+  Emacs can encode it as utf-8 and gtk can display the result.]
 
 * Remove the limitation that window and frame widths and heights can
   be only full columns/lines.
 
 * Remove the limitation that window and frame widths and heights can
   be only full columns/lines.
@@ -157,7 +159,8 @@ Other features we would like:
   holidays, quoting characters?,...
 
 * Improve the GC (generational, incremental).  (We may be able to use
   holidays, quoting characters?,...
 
 * Improve the GC (generational, incremental).  (We may be able to use
-  the Boehm collector.)  [fx is working on this.]
+  the Boehm collector.)  [See the Boehm-GC branch in CVS for work on
+  this.]
 
 * Check what hooks would help Emacspeak -- see the defadvising in W3.
 
 
 * Check what hooks would help Emacspeak -- see the defadvising in W3.