comparison etc/TODO @ 91204:53108e6cea98

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-294
author Miles Bader <miles@gnu.org>
date Thu, 06 Dec 2007 09:51:45 +0000
parents 4bc33ffdda1a ec825106d4b8
children 2fcaae6177a5
comparison
equal deleted inserted replaced
91203:db40129142b2 91204:53108e6cea98
26 ** Compute the list of active keymaps *after* reading the first event. 26 ** Compute the list of active keymaps *after* reading the first event.
27 27
28 ** mouse-autoselect-window should wait to select the window until 28 ** mouse-autoselect-window should wait to select the window until
29 the mouse is put to rest or after a delay or both, so that moving over 29 the mouse is put to rest or after a delay or both, so that moving over
30 a window doesn't select it. 30 a window doesn't select it.
31
32 ** In C-x d, the default if you type RET should be the directory name,
33 but if you type M-n you should get the visited file name of the
34 current buffer.
35 31
36 ** Distribute a bar cursor of width > 1 evenly between the two glyphs 32 ** Distribute a bar cursor of width > 1 evenly between the two glyphs
37 on each side of the bar (what to do at the edges?). 33 on each side of the bar (what to do at the edges?).
38 34
39 ** Make vc-checkin avoid reverting the buffer if has not changed after 35 ** Make vc-checkin avoid reverting the buffer if has not changed after
110 under the keys 106 under the keys
111 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Linkage\ 107 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Linkage\
112 and 108 and
113 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<device>\ 109 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<device>\
114 where <device> is the network device found under the first key. 110 where <device> is the network device found under the first key.
111
112 ** Check for any included packages that define obsolete bug-reporting commands.
113 Change them to use report-emacs-bug.
115 114
116 * Important features: 115 * Important features:
117 116
118 ** Provide user-friendly ways to list all available font families, 117 ** Provide user-friendly ways to list all available font families,
119 list fonts, display a font as a sample, etc. [fx is looking at 118 list fonts, display a font as a sample, etc. [fx is looking at
320 the main thread, and not return from that message until the main 319 the main thread, and not return from that message until the main
321 thread has processed the MENU_BAR_ACTIVATE_EVENT and regenerated 320 thread has processed the MENU_BAR_ACTIVATE_EVENT and regenerated
322 the whole menu bar. In the mean time, it should process other messages. 321 the whole menu bar. In the mean time, it should process other messages.
323 322
324 ** Get some major packages installed: W3 (development version needs 323 ** Get some major packages installed: W3 (development version needs
325 significant work), PSGML, nXML [Mark Hershberger is looking at this 324 significant work), PSGML, _possibly_ Cedet and ECB.
326 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01699.html],
327 _possibly_ Cedet and ECB.
328 http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg01493.html 325 http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg01493.html
329 Check the assignments file for other packages which might go in and 326 Check the assignments file for other packages which might go in and
330 have been missed. 327 have been missed.
331 328
332 ** Make keymaps a first-class Lisp object (this means a rewrite of 329 ** Make keymaps a first-class Lisp object (this means a rewrite of