summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-11-24 21:07:19 +0000
committerGerd Moellmann <gerd@gnu.org>2000-11-24 21:07:19 +0000
commitf1ffc75b628ca2941e9480d6d24358c474f902a7 (patch)
tree29ace317fed8d7a2b7f6aebc91d708eb0aba5696 /etc
parent2a180a4ce6ffb9eb10ec3216eb1d5f86c6d4c537 (diff)
downloademacs-f1ffc75b628ca2941e9480d6d24358c474f902a7.tar.gz
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/TODO16
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index 29db7419c79..1347c94e947 100644
--- 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.
@@ -120,3 +124,15 @@
* 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.
+