Mercurial > emacs
changeset 74465:961428a4bccd
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 06 Dec 2006 16:00:01 +0000 |
parents | 24272e5d1a3b |
children | 1d4b1a32fd66 f1d13e615070 |
files | admin/FOR-RELEASE etc/NEWS lib-src/ChangeLog |
diffstat | 3 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/admin/FOR-RELEASE Wed Dec 06 15:59:45 2006 +0000 +++ b/admin/FOR-RELEASE Wed Dec 06 16:00:01 2006 +0000 @@ -43,9 +43,14 @@ * 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.
--- a/etc/NEWS Wed Dec 06 15:59:45 2006 +0000 +++ b/etc/NEWS Wed Dec 06 16:00:01 2006 +0000 @@ -3813,6 +3813,7 @@ ** 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 input event sequences: [signal usr1] or [signal usr2].
--- a/lib-src/ChangeLog Wed Dec 06 15:59:45 2006 +0000 +++ b/lib-src/ChangeLog Wed Dec 06 16:00:01 2006 +0000 @@ -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.