comparison etc/TODO @ 34333:47ad90ebbc55

*** empty log message ***
author Dave Love <fx@gnu.org>
date Thu, 07 Dec 2000 12:17:57 +0000
parents d80bd382fa99
children 354a5b33d058
comparison
equal deleted inserted replaced
34332:8a132d69a4df 34333:47ad90ebbc55
127 127
128 * Implement variable aliases, i.e. a `defvaralias' analogous to the 128 * Implement variable aliases, i.e. a `defvaralias' analogous to the
129 `defalias' for functions. The implementation should not slow down 129 `defalias' for functions. The implementation should not slow down
130 Emacs, and it shouldn't use additional memory, at least not much. 130 Emacs, and it shouldn't use additional memory, at least not much.
131 131
132 * Port Emacs to GTK+. 132 * Port Emacs to GTK+. (Relevant work has been done already.)
133 133
134 * Make the Lucid menu widget display multilingual text. 134 * Make the Lucid menu widget display multilingual text.
135 135
136 * Implement, in C, a ``focus follows mouse'' mode that selects a window 136 * Implement, in C, a ``focus follows mouse'' mode that selects a window
137 when the mouse enters it. 137 when the mouse enters it.
138 138
139 * Check what hooks would help Emacspeak -- see the defadvising in W3. 139 * Check what hooks would help Emacspeak -- see the defadvising in W3.
140
141 * Implement some variety of (non-gtk) drag-and-drop support under X.