aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2003-06-23 18:36:25 +0000
committerDave Love2003-06-23 18:36:25 +0000
commit7bea57c9fb43d3c25ffb849ff15688aa8105e5fc (patch)
treec8a380c501870e747389130fa60144b363bf11c8
parent1c3a8acfac39e3b977b1ad844f6ecb9a15fd85db (diff)
downloademacs-7bea57c9fb43d3c25ffb849ff15688aa8105e5fc.tar.gz
emacs-7bea57c9fb43d3c25ffb849ff15688aa8105e5fc.zip
*** empty log message ***
-rw-r--r--ChangeLog6
-rw-r--r--etc/NEWS5
-rw-r--r--etc/TODO9
3 files changed, 15 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f11d3a8ddb..54a2e5067bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12003-06-23 Dave Love <fx@gnu.org>
2
3 * configure.in: Check for sys/_mbstate_t.h. Test
4 XRegisterIMInstantiateCallback prototype.
5 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
6
12003-06-06 Dave Love <fx@gnu.org> 72003-06-06 Dave Love <fx@gnu.org>
2 8
3 * configure.in: Check for locale.h. 9 * configure.in: Check for locale.h.
diff --git a/etc/NEWS b/etc/NEWS
index 5d825a6e402..35d2392a496 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -15,7 +15,8 @@ so we will look at it and add it to the manual.
15* Installation Changes in Emacs 21.4 15* Installation Changes in Emacs 21.4
16 16
17** You can build Emacs with Gtk+ widgets by specifying `--with-x-toolkit=gtk' 17** You can build Emacs with Gtk+ widgets by specifying `--with-x-toolkit=gtk'
18when you run configure. This requires Gtk+ 2.0 or newer. 18when you run configure. This requires Gtk+ 2.0 or newer. This port
19provides a way to display multilingual text in menus (with some caveats).
19 20
20--- 21---
21** Emacs can now be built without sound support. 22** Emacs can now be built without sound support.
@@ -2167,7 +2168,7 @@ It does not copy abbrevs from the parent mode's abbrev table.
2167+++ 2168+++
2168** `provide' and `featurep' now accept an optional second argument 2169** `provide' and `featurep' now accept an optional second argument
2169to test/provide subfeatures. Also `provide' now checks `after-load-alist' 2170to test/provide subfeatures. Also `provide' now checks `after-load-alist'
2170and run any code associated with the provided feature. 2171and runs any code associated with the provided feature.
2171 2172
2172** The variable `compilation-parse-errors-filename-function' can 2173** The variable `compilation-parse-errors-filename-function' can
2173be used to transform filenames found in compilation output. 2174be used to transform filenames found in compilation output.
diff --git a/etc/TODO b/etc/TODO
index 155a4177b2d..ac09b9d7de3 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -3,7 +3,7 @@
3If you are ready to start working on any of these TODO items, we 3If you are ready to start working on any of these TODO items, we
4appreciate your help; please write to emacs-devel@gnu.org so we can be 4appreciate your help; please write to emacs-devel@gnu.org so we can be
5aware that the problem is being addressed, and talk with you how to do 5aware that the problem is being addressed, and talk with you how to do
6it best. Since Emacs is an FSF-copyrighted packages, please be 6it best. Since Emacs is an FSF-copyrighted package, please be
7prepared to sign legal papers to transfer the copyright on your work 7prepared to sign legal papers to transfer the copyright on your work
8to the FSF. 8to the FSF.
9 9
@@ -49,7 +49,9 @@ Important features:
49 in the menu or by rendering in an unmapped window and copying the 49 in the menu or by rendering in an unmapped window and copying the
50 pixels. Note that the relevant Xlib functions assume a specific 50 pixels. Note that the relevant Xlib functions assume a specific
51 locale; that isn't good enough even if X can render the arbitrary 51 locale; that isn't good enough even if X can render the arbitrary
52 text, which it often can't as far as I can tell. -- fx] 52 text, which it often can't as far as I can tell. -- fx] [The gtk
53 port now displays multilingual text in menus, but only insofar as
54 Emacs can encode it as utf-8 and gtk can display the result.]
53 55
54* Remove the limitation that window and frame widths and heights can 56* Remove the limitation that window and frame widths and heights can
55 be only full columns/lines. 57 be only full columns/lines.
@@ -157,7 +159,8 @@ Other features we would like:
157 holidays, quoting characters?,... 159 holidays, quoting characters?,...
158 160
159* Improve the GC (generational, incremental). (We may be able to use 161* Improve the GC (generational, incremental). (We may be able to use
160 the Boehm collector.) [fx is working on this.] 162 the Boehm collector.) [See the Boehm-GC branch in CVS for work on
163 this.]
161 164
162* Check what hooks would help Emacspeak -- see the defadvising in W3. 165* Check what hooks would help Emacspeak -- see the defadvising in W3.
163 166