summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--admin/FOR-RELEASE7
-rw-r--r--etc/NEWS3
-rw-r--r--lib-src/ChangeLog2
3 files changed, 9 insertions, 3 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index f7a8a2bfb0e..3e481810a69 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -43,9 +43,14 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem.
* 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.
+
** Document use of gpg-agent
-** monnier@iro.umontreal.ca, Nov 24:
+** monnier@iro.umontreal.ca, Nov 24:
gnus-summary-tick-article-forward doesn't work any more?
** christopher.ian.moore@gmail.com, Nov 30: too much recursion in gnus-sort-threads-1.
diff --git a/etc/NEWS b/etc/NEWS
index 983683f0215..74bb4fe6f62 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3813,8 +3813,9 @@ deleting the part of subprocess output that matches the input.
** The variable `memory-full' now remains t until
there is no longer a shortage of memory.
++++
** When Emacs receives a USR1 or USR2 signal, this generates
-an input event: usr1-signal or usr2-signal.
+input event sequences: [signal usr1] or [signal usr2].
* Lisp Changes in Emacs 22.1
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 133a1e15f03..97266d8a66e 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,4 +1,4 @@
-2006-12-06 Christoph Conrad <christoph.conrad@gmx.de> (tiny change)
+2006-12-06 Christoph Conrad <christoph.conrad@gmx.de>
* makefile.w32-in ($(BLD)/emacsclient.exe, $(BLD)/emacsclientw.exe):
Use $(USER32) for compatibility with Visual Studio .NET 2003.