changeset 58905:c32711499ab8

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 11 Dec 2004 23:51:45 +0000
parents cf6107ab7096
children b55034e18dd2
files src/ChangeLog
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sat Dec 11 23:43:21 2004 +0000
+++ b/src/ChangeLog	Sat Dec 11 23:51:45 2004 +0000
@@ -1,5 +1,8 @@
 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* keyboard.c (handle_async_input): Remove pthread mutex handling.
+	(input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
+
 	* syntax.c (Fforward_word): Avoid non-idempotent side-effects
 	in macro arguments.