changeset 74770:2573c1cf57c4

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Wed, 20 Dec 2006 11:06:34 +0000
parents ad7b71b8fea2
children 7dbb8b1bdeba
files admin/FOR-RELEASE src/ChangeLog
diffstat 2 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/admin/FOR-RELEASE	Wed Dec 20 11:01:27 2006 +0000
+++ b/admin/FOR-RELEASE	Wed Dec 20 11:06:34 2006 +0000
@@ -41,12 +41,13 @@
 ** henman@it.to-be.co.jp 09 Aug 2006: ispell.el problem on Cygwin.
   (Did we decide that is unreproducible?)
 
+** make-network-process :nowait t doesn't work for non-local targets
+   on Windows.  This has been "fixed" for Emacs 22 by defining
+   BROKEN_NON_BLOCKING_CONNECT in ms-w32.h.
+
+
 * BUGS
 
-** make-network-process :nowait t doesn't work for non-local targets
-   on Windows.
-   If it cannot be fixed, (featurep 'make-network-process '(:nowait t))
-   should return nil.
 
 ** monnier@iro.umontreal.ca, Nov 24:
   gnus-summary-tick-article-forward doesn't work any more?
--- a/src/ChangeLog	Wed Dec 20 11:01:27 2006 +0000
+++ b/src/ChangeLog	Wed Dec 20 11:06:34 2006 +0000
@@ -1,3 +1,7 @@
+2006-12-20  Kim F. Storm  <storm@cua.dk>
+
+	* s/ms-w32.h (BROKEN_NON_BLOCKING_CONNECT): Define it.
+
 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
 
 	* keyboard.c (syms_of_keyboard) <double-click-time>: