Mercurial > emacs
changeset 33867:de4e8869e7e3
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 24 Nov 2000 21:07:19 +0000 |
parents | feb369d9ca07 |
children | d77db72e017d |
files | etc/TODO |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/TODO Fri Nov 24 20:46:48 2000 +0000 +++ b/etc/TODO Fri Nov 24 21:07:19 2000 +0000 @@ -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. +