]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 24 Nov 2000 21:07:19 +0000 (21:07 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 24 Nov 2000 21:07:19 +0000 (21:07 +0000)
etc/TODO

index 29db7419c796404df24632406da5b2ffd6480e8a..1347c94e947a20c0865210440de1e3ca14780fbb 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -1,4 +1,8 @@
                                                                 -*-text-*-
+
+* Port the conservative stack marking code of Emacs' garbage collector
+  to more systems, so that we can completely get rid of GCPROs.
+
 * Program Enriched mode to read and save in RTF.
 
 * Implement other text formatting properties.
 
 * Improve the GC (generational, incremental).  (We may be able to use
   the Boehm collector.)
+
+* Implement variable aliases, i.e. a `defvaralias' analogous to the
+  `defalias' for functions.  The implementation should not slow down
+  Emacs, and it shouldn't use additional memory, at least not much. 
+
+* Port Emacs to GTK+.
+
+* Make the Lucid menu widget display multilingual text.
+
+* Implement, in C, a ``focus follows mouse'' mode that selects a window
+  when the mouse enters it.
+