changeset 65727:cba04455125c

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Thu, 29 Sep 2005 08:24:07 +0000
parents 01f4ad04e6ac
children 2cc295745d93
files admin/FOR-RELEASE
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/admin/FOR-RELEASE	Wed Sep 28 19:16:44 2005 +0000
+++ b/admin/FOR-RELEASE	Thu Sep 29 08:24:07 2005 +0000
@@ -29,6 +29,18 @@
 
 ** Update Speedbar.
 
+** Rework how the fringe "angle" bitmap at at bottom of buffer is
+shown to include an indication of whether the last line has a NL or not.
+[Assigned to KFS]
+
+** Rework how fringe bitmaps are defined and used.
+Currently, bitmap usage and bitmap appearence are "mixed-up" in a
+one-level representation.  It would be cleaner to split the
+representation into a two-level model where first level maps
+bitmap usage to a bitmap name, and second level maps bitmap name to
+a bitmap appearence.
+[Assigned to KFS]
+
 * FATAL ERRORS
 
 ** Investigate reported crashes in compact_small_strings.
@@ -59,6 +71,7 @@
 TCP/IP server processes created with `make-network-process' consume
 excesive CPU on some Windows environments.  Usages of 50% and 100%
 CPU time have been observed on different Window XP configurations.
+Seems to be a problem in sys_select in w32proc.c.
 
 * DOCUMENTATION