]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Wed, 6 Dec 2006 16:00:01 +0000 (16:00 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 6 Dec 2006 16:00:01 +0000 (16:00 +0000)
admin/FOR-RELEASE
etc/NEWS
lib-src/ChangeLog

index f7a8a2bfb0e03cbf47bb04b355286fcadde39d09..3e481810a6947bad21172bcab8e24a86a409f5e5 100644 (file)
@@ -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.
index 983683f0215a86ceb14bf3c70b5cf9625fd6b5a5..74bb4fe6f62113f54e894da555247da10aefa512 100644 (file)
--- 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].
 \f
 * Lisp Changes in Emacs 22.1
 
index 133a1e15f0327c6b9eaa6cc60751b274e30a31d6..97266d8a66e562148d94cf25c240a1bc81730064 100644 (file)
@@ -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.