Mercurial > emacs
diff admin/FOR-RELEASE @ 83476:866effff65a4
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-105
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-106
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-107
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-108
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-109
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-110
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-37
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-516
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Tue, 21 Feb 2006 15:57:00 +0000 |
parents | d08a7ef0cb8a 542b9be4c5e3 |
children | 8976b9f5eda1 |
line wrap: on
line diff
--- a/admin/FOR-RELEASE Mon Feb 20 16:35:38 2006 +0000 +++ b/admin/FOR-RELEASE Tue Feb 21 15:57:00 2006 +0000 @@ -33,14 +33,6 @@ * NEW FEATURES -** 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] - * BUGS ** Reiner Steib's 23 Jan 2006 bug report that tool bar icons don't update. @@ -56,6 +48,15 @@ CPU time have been observed on different Window XP configurations. Seems to be a problem in sys_select in w32proc.c. +In its current form, it sys_select says the socket is ready, so we +call server_accept_connection which again calls accept() which returns +-1 with errno == WSAEWOULDBLOCK (10035) indicating that there is no +pending connection to accept. + +It seems that to fix this, w32 server sockets must use WSAAsyncSelect ++ FD_ACCEPT to request notifications of incoming connections... + + * DOCUMENTATION ** Add a node to the Lisp manual describing key sequences from the