diff src/ChangeLog @ 3541:02f6568ceaab

[xemacs-hg @ 2006-08-04 20:55:02 by aidan] Stop TTYs dropping chars when no X11 support built-in.
author aidan
date Fri, 04 Aug 2006 20:55:04 +0000
parents efa52de8c279
children c136144fe765
line wrap: on
line diff
--- a/src/ChangeLog	Fri Aug 04 20:01:14 2006 +0000
+++ b/src/ChangeLog	Fri Aug 04 20:55:04 2006 +0000
@@ -1,3 +1,10 @@
+2006-08-04  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* event-tty.c (emacs_tty_next_event):
+	Check dispatch_event_queue for pending events, since we add to
+	that in drain_tty_devices(). Fixes dropped key sequences on TTY
+	builds.
+
 2006-08-04  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* syntax.c (Fsyntax_table_p):