Mercurial > emacs
comparison etc/TODO @ 37820:0e439093d091
Remove entry for defvaralias.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 18 May 2001 17:42:04 +0000 |
parents | c6f25a6b9d62 |
children | 090e5993c4c7 |
comparison
equal
deleted
inserted
replaced
37819:c1646601f895 | 37820:0e439093d091 |
---|---|
125 holidays... | 125 holidays... |
126 | 126 |
127 * Improve the GC (generational, incremental). (We may be able to use | 127 * Improve the GC (generational, incremental). (We may be able to use |
128 the Boehm collector.) | 128 the Boehm collector.) |
129 | 129 |
130 * Implement variable aliases, i.e. a `defvaralias' analogous to the | |
131 `defalias' for functions. The implementation should not slow down | |
132 Emacs, and it shouldn't use additional memory, at least not much. | |
133 | |
134 * Port Emacs to GTK+. (Relevant work has been done already.) | 130 * Port Emacs to GTK+. (Relevant work has been done already.) |
135 | 131 |
136 * Make the Lucid menu widget display multilingual text. | 132 * Make the Lucid menu widget display multilingual text. |
137 | 133 |
138 * Implement, in C, a ``focus follows mouse'' mode that selects a window | 134 * Implement, in C, a ``focus follows mouse'' mode that selects a window |