aboutsummaryrefslogtreecommitdiffstats
path: root/admin/FOR-RELEASE
diff options
context:
space:
mode:
Diffstat (limited to 'admin/FOR-RELEASE')
-rw-r--r--admin/FOR-RELEASE23
1 files changed, 15 insertions, 8 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index ab17c84eab9..ef73ec4436e 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -33,16 +33,14 @@ Assigned to Bill Wohler <wohler@newt.com>.
33 33
34* NEW FEATURES 34* NEW FEATURES
35 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* BUGS 36* BUGS
45 37
38** Reiner Steib's 23 Jan 2006 bug report that tool bar icons don't update.
39
40** Ralf Angeli's 4 Jul 2005 bug report about scroll-preserve-screen-position.
41
42** Martin Rudalics' 30 Jan 2006 bug report about overlays at end of buffer.
43
46** TCP server processes do not work on Windows. 44** TCP server processes do not work on Windows.
47 45
48TCP/IP server processes created with `make-network-process' consume 46TCP/IP server processes created with `make-network-process' consume
@@ -50,6 +48,15 @@ excesive CPU on some Windows environments. Usages of 50% and 100%
50CPU time have been observed on different Window XP configurations. 48CPU time have been observed on different Window XP configurations.
51Seems to be a problem in sys_select in w32proc.c. 49Seems to be a problem in sys_select in w32proc.c.
52 50
51In its current form, it sys_select says the socket is ready, so we
52call server_accept_connection which again calls accept() which returns
53-1 with errno == WSAEWOULDBLOCK (10035) indicating that there is no
54pending connection to accept.
55
56It seems that to fix this, w32 server sockets must use WSAAsyncSelect
57+ FD_ACCEPT to request notifications of incoming connections...
58
59
53* DOCUMENTATION 60* DOCUMENTATION
54 61
55** Add a node to the Lisp manual describing key sequences from the 62** Add a node to the Lisp manual describing key sequences from the