# HG changeset patch # User Kim F. Storm # Date 1166612794 0 # Node ID 2573c1cf57c48cdd10fd1b6348f7d60b003bce93 # Parent ad7b71b8fea2e5e7ea64c149db5138b397915162 *** empty log message *** diff -r ad7b71b8fea2 -r 2573c1cf57c4 admin/FOR-RELEASE --- 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? diff -r ad7b71b8fea2 -r 2573c1cf57c4 src/ChangeLog --- 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 + + * s/ms-w32.h (BROKEN_NON_BLOCKING_CONNECT): Define it. + 2006-12-19 Juanma Barranquero * keyboard.c (syms_of_keyboard) :