1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2006-12-06 16:00:01 +00:00
parent c388769ece
commit 12f7728e93
3 changed files with 9 additions and 3 deletions

View 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.

View File

@ -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

View 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.