aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorKim F. Storm2005-09-29 08:28:05 +0000
committerKim F. Storm2005-09-29 08:28:05 +0000
commitfc3c954c5e29df6b1befdf7d93414a85388d509e (patch)
tree0b8a57c05debcdf9ea67089d6a0b5d51b613253f /admin
parent72662103746b3e933bb2d686f33dbe064a2c5c19 (diff)
downloademacs-fc3c954c5e29df6b1befdf7d93414a85388d509e.tar.gz
emacs-fc3c954c5e29df6b1befdf7d93414a85388d509e.zip
*** empty log message ***
Diffstat (limited to 'admin')
-rw-r--r--admin/FOR-RELEASE23
1 files changed, 20 insertions, 3 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 93f19cdef4c..9821c98c8dd 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -29,6 +29,25 @@ face name prefixes should be in it for good results.
29 29
30** Update Speedbar. 30** Update Speedbar.
31 31
32** Rework how the fringe "angle" bitmap at at bottom of buffer is
33shown to include an indication of whether the last line has a NL or not.
34[Assigned to KFS]
35
36** Rework how fringe bitmaps are defined and used.
37Currently, bitmap usage and bitmap appearence are "mixed-up" in a
38one-level representation. It would be cleaner to split the
39representation into a two-level model where first level maps
40bitmap usage to a bitmap name, and second level maps bitmap name to
41a bitmap appearence.
42[Assigned to KFS]
43
44** Put a max-limit on the size of images, e.g. based on the display size.
45This is to avoid allocating insane amounts of memory due to bogus
46image size specifications.
47Note: rather than clipping images that are too big (this may be
48non-trivial to do correctly in all cases -- and thus non-trivial to
49test), it may be better just to avoid displaying such images for emacs 22.
50
32* FATAL ERRORS 51* FATAL ERRORS
33 52
34** Investigate reported crashes in compact_small_strings. 53** Investigate reported crashes in compact_small_strings.
@@ -46,9 +65,6 @@ and has already been posted on the developers' list, but it is on the
46back burner waiting for a legal comment or an alternate implementation 65back burner waiting for a legal comment or an alternate implementation
47(around 30 lines of code). 66(around 30 lines of code).
48 67
49** goeran@uddeborg.se's Sep 13 crash report
50about trying to display the invalid gif file poison.gif.
51
52* BUGS 68* BUGS
53 69
54** Make a new interface for specifying window configurations 70** Make a new interface for specifying window configurations
@@ -59,6 +75,7 @@ so that we can fix bugs in balance-windows.
59TCP/IP server processes created with `make-network-process' consume 75TCP/IP server processes created with `make-network-process' consume
60excesive CPU on some Windows environments. Usages of 50% and 100% 76excesive CPU on some Windows environments. Usages of 50% and 100%
61CPU time have been observed on different Window XP configurations. 77CPU time have been observed on different Window XP configurations.
78Seems to be a problem in sys_select in w32proc.c.
62 79
63* DOCUMENTATION 80* DOCUMENTATION
64 81