diff options
| author | Kim F. Storm | 2006-12-06 16:00:01 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-12-06 16:00:01 +0000 |
| commit | 12f7728e938fe5bb850ce2928637d1e349919142 (patch) | |
| tree | 0242e50f91869fe3768008c4db1f03b1edad658b | |
| parent | c388769ecec3099dba9f7c9027757fdf90a357cc (diff) | |
| download | emacs-12f7728e938fe5bb850ce2928637d1e349919142.tar.gz emacs-12f7728e938fe5bb850ce2928637d1e349919142.zip | |
*** empty log message ***
| -rw-r--r-- | admin/FOR-RELEASE | 7 | ||||
| -rw-r--r-- | etc/NEWS | 3 | ||||
| -rw-r--r-- | lib-src/ChangeLog | 2 |
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. | |||
| 43 | 43 | ||
| 44 | * BUGS | 44 | * BUGS |
| 45 | 45 | ||
| 46 | ** make-network-process :nowait t doesn't work for non-local targets | ||
| 47 | on Windows. | ||
| 48 | If it cannot be fixed, (featurep 'make-network-process '(:nowait t)) | ||
| 49 | should return nil. | ||
| 50 | |||
| 46 | ** Document use of gpg-agent | 51 | ** Document use of gpg-agent |
| 47 | 52 | ||
| 48 | ** monnier@iro.umontreal.ca, Nov 24: | 53 | ** monnier@iro.umontreal.ca, Nov 24: |
| 49 | gnus-summary-tick-article-forward doesn't work any more? | 54 | gnus-summary-tick-article-forward doesn't work any more? |
| 50 | 55 | ||
| 51 | ** christopher.ian.moore@gmail.com, Nov 30: too much recursion in gnus-sort-threads-1. | 56 | ** christopher.ian.moore@gmail.com, Nov 30: too much recursion in gnus-sort-threads-1. |
| @@ -3813,8 +3813,9 @@ deleting the part of subprocess output that matches the input. | |||
| 3813 | ** The variable `memory-full' now remains t until | 3813 | ** The variable `memory-full' now remains t until |
| 3814 | there is no longer a shortage of memory. | 3814 | there is no longer a shortage of memory. |
| 3815 | 3815 | ||
| 3816 | +++ | ||
| 3816 | ** When Emacs receives a USR1 or USR2 signal, this generates | 3817 | ** When Emacs receives a USR1 or USR2 signal, this generates |
| 3817 | an input event: usr1-signal or usr2-signal. | 3818 | input event sequences: [signal usr1] or [signal usr2]. |
| 3818 | 3819 | ||
| 3819 | * Lisp Changes in Emacs 22.1 | 3820 | * Lisp Changes in Emacs 22.1 |
| 3820 | 3821 | ||
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 @@ | |||
| 1 | 2006-12-06 Christoph Conrad <christoph.conrad@gmx.de> (tiny change) | 1 | 2006-12-06 Christoph Conrad <christoph.conrad@gmx.de> |
| 2 | 2 | ||
| 3 | * makefile.w32-in ($(BLD)/emacsclient.exe, $(BLD)/emacsclientw.exe): | 3 | * makefile.w32-in ($(BLD)/emacsclient.exe, $(BLD)/emacsclientw.exe): |
| 4 | Use $(USER32) for compatibility with Visual Studio .NET 2003. | 4 | Use $(USER32) for compatibility with Visual Studio .NET 2003. |