aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMartin Rudalics2007-12-12 07:37:57 +0000
committerMartin Rudalics2007-12-12 07:37:57 +0000
commit045744c697ed42220ad34e9219604f3474e40dc3 (patch)
tree34ffb597380f9272237bd75884a912ad7ff22469 /etc
parent57f8977d5cc4d63494061f2ec2e1ab225ab46519 (diff)
downloademacs-045744c697ed42220ad34e9219604f3474e40dc3.tar.gz
emacs-045744c697ed42220ad34e9219604f3474e40dc3.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/TODO8
1 files changed, 3 insertions, 5 deletions
diff --git a/etc/TODO b/etc/TODO
index 7d4c5d34980..2ebbc464434 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -25,10 +25,6 @@ I.e. mouse-set-font should use customize-face.
25 25
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
29the mouse is put to rest or after a delay or both, so that moving over
30a window doesn't select it.
31
32** Distribute a bar cursor of width > 1 evenly between the two glyphs 28** Distribute a bar cursor of width > 1 evenly between the two glyphs
33 on each side of the bar (what to do at the edges?). 29 on each side of the bar (what to do at the edges?).
34 30
@@ -38,6 +34,8 @@ a window doesn't select it.
38** buffer-offer-save should be a permanent local. 34** buffer-offer-save should be a permanent local.
39 35
40** revert-buffer should eliminate overlays and the mark. 36** revert-buffer should eliminate overlays and the mark.
37 For related problems consult the thread starting with
38 http://lists.gnu.org/archive/html/emacs-devel/2005-11/msg01346.html
41 39
42** erase-buffer should perhaps disregard read-only properties of text. 40** erase-buffer should perhaps disregard read-only properties of text.
43 41
@@ -570,7 +568,7 @@ but which can also be used as a modifier).
570 a derived mode of sendmail.el. Or arrange for messages.el to be split 568 a derived mode of sendmail.el. Or arrange for messages.el to be split
571 into a small core and "the rest" so that we use less resources as long as 569 into a small core and "the rest" so that we use less resources as long as
572 we stick to the features provided in sendmail.el. 570 we stick to the features provided in sendmail.el.
573 571
574** Replace gmalloc.c with the modified Doug Lea code from the current 572** Replace gmalloc.c with the modified Doug Lea code from the current
575 GNU libc so that the special mmapping of buffers can be removed -- 573 GNU libc so that the special mmapping of buffers can be removed --
576 that apparently loses under Solaris, at least. [fx has mostly done 574 that apparently loses under Solaris, at least. [fx has mostly done