comparison etc/TODO @ 33867:de4e8869e7e3

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 24 Nov 2000 21:07:19 +0000
parents d939cbd0aef4
children d80bd382fa99
comparison
equal deleted inserted replaced
33866:feb369d9ca07 33867:de4e8869e7e3
1 -*-text-*- 1 -*-text-*-
2
3 * Port the conservative stack marking code of Emacs' garbage collector
4 to more systems, so that we can completely get rid of GCPROs.
5
2 * Program Enriched mode to read and save in RTF. 6 * Program Enriched mode to read and save in RTF.
3 7
4 * Implement other text formatting properties. 8 * Implement other text formatting properties.
5 ** Footnotes that can appear either in place or at the end of the page. 9 ** Footnotes that can appear either in place or at the end of the page.
6 ** text property that says "don't break line in middle of this". 10 ** text property that says "don't break line in middle of this".
118 * Investigate using the language environment to set up more things, 122 * Investigate using the language environment to set up more things,
119 such as the default Ispell dictionary. 123 such as the default Ispell dictionary.
120 124
121 * Improve the GC (generational, incremental). (We may be able to use 125 * Improve the GC (generational, incremental). (We may be able to use
122 the Boehm collector.) 126 the Boehm collector.)
127
128 * Implement variable aliases, i.e. a `defvaralias' analogous to the
129 `defalias' for functions. The implementation should not slow down
130 Emacs, and it shouldn't use additional memory, at least not much.
131
132 * Port Emacs to GTK+.
133
134 * Make the Lucid menu widget display multilingual text.
135
136 * Implement, in C, a ``focus follows mouse'' mode that selects a window
137 when the mouse enters it.
138