# HG changeset patch # User Martin Rudalics # Date 1197445077 0 # Node ID a645d5383848f3722030d52126a9ee560268610e # Parent 3355fd74a93dbc2af3e68d7b3a25855e5c0a1898 *** empty log message *** diff -r 3355fd74a93d -r a645d5383848 etc/TODO --- a/etc/TODO Wed Dec 12 04:55:20 2007 +0000 +++ b/etc/TODO Wed Dec 12 07:37:57 2007 +0000 @@ -25,10 +25,6 @@ ** Compute the list of active keymaps *after* reading the first event. -** mouse-autoselect-window should wait to select the window until -the mouse is put to rest or after a delay or both, so that moving over -a window doesn't select it. - ** Distribute a bar cursor of width > 1 evenly between the two glyphs on each side of the bar (what to do at the edges?). @@ -38,6 +34,8 @@ ** buffer-offer-save should be a permanent local. ** revert-buffer should eliminate overlays and the mark. + For related problems consult the thread starting with + http://lists.gnu.org/archive/html/emacs-devel/2005-11/msg01346.html ** erase-buffer should perhaps disregard read-only properties of text. @@ -570,7 +568,7 @@ a derived mode of sendmail.el. Or arrange for messages.el to be split into a small core and "the rest" so that we use less resources as long as we stick to the features provided in sendmail.el. - + ** Replace gmalloc.c with the modified Doug Lea code from the current GNU libc so that the special mmapping of buffers can be removed -- that apparently loses under Solaris, at least. [fx has mostly done