aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-01-04 02:13:46 +0000
committerRichard M. Stallman2002-01-04 02:13:46 +0000
commit2cce20c04d59166f9bc60d82daa385cc446ec08a (patch)
treead6c3badd92720d12d3c97b8fc53dd5de39e551e
parent0ba5894bf19b4f496020c386b9ea8cd098cdbefc (diff)
downloademacs-2cce20c04d59166f9bc60d82daa385cc446ec08a.tar.gz
emacs-2cce20c04d59166f9bc60d82daa385cc446ec08a.zip
*** empty log message ***
-rw-r--r--etc/TODO8
-rw-r--r--lisp/ChangeLog2
2 files changed, 5 insertions, 5 deletions
diff --git a/etc/TODO b/etc/TODO
index 2e38bf19a0d..008d8db7d57 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -1,5 +1,8 @@
1 -*-text-*- 1 -*-text-*-
2 2
3* Bring back the feature of showing the part of the buffer that is a problem
4 for the use of the preferred coding systems.
5
3* Port the conservative stack marking code of Emacs' garbage collector 6* Port the conservative stack marking code of Emacs' garbage collector
4 to more systems, so that we can completely get rid of GCPROs. 7 to more systems, so that we can completely get rid of GCPROs.
5 8
@@ -33,9 +36,6 @@
33* Add ANSI C prototype forward declarations to the source files, 36* Add ANSI C prototype forward declarations to the source files,
34 so that even the functions used within one file have prototypes. 37 so that even the functions used within one file have prototypes.
35 38
36* Add a way for macro definitions to provide info to edebug
37 so it can handle them right.
38
39* Replace finder.el with something that generates an Info file 39* Replace finder.el with something that generates an Info file
40 which gives the same information through a menu structure. [Dave 40 which gives the same information through a menu structure. [Dave
41 Love started on this.] 41 Love started on this.]
@@ -56,8 +56,6 @@
56 thread has processed the menu_bar_activate_event and regenerated 56 thread has processed the menu_bar_activate_event and regenerated
57 the whole menu bar. In the mean time, it should process other messages. 57 the whole menu bar. In the mean time, it should process other messages.
58 58
59* Make Emacs work as a Java Bean.
60
61* Implement the design for Unicode-based internal encoding for Mule. 59* Implement the design for Unicode-based internal encoding for Mule.
62 60
63* Document the features of libraries missing from the manual (or 61* Document the features of libraries missing from the manual (or
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cb1664ba9c5..566edbe38c9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12002-01-03 Richard M. Stallman <rms@gnu.org> 12002-01-03 Richard M. Stallman <rms@gnu.org>
2 2
3 * files.el (basic-save-buffer): Undo previous change.
4
3 * calendar/diary-lib.el (diary-block): Doc fix. 5 * calendar/diary-lib.el (diary-block): Doc fix.
4 6
5 * custom.el (defcustom): Fix syntax of previous change. 7 * custom.el (defcustom): Fix syntax of previous change.