changeset 91866:92bbc86bf75c

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Sat, 16 Feb 2008 06:40:39 +0000
parents 773399d06e32
children 79ba128d9b58
files lisp/ChangeLog
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Feb 16 03:31:19 2008 +0000
+++ b/lisp/ChangeLog	Sat Feb 16 06:40:39 2008 +0000
@@ -1,3 +1,16 @@
+2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
+
+	* progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
+	(gdb-ready): Move declaration...
+
+	* progmodes/gdb-ui.el (gdb-ready): ...to here.
+	(gdb-early-user-input): New variable.
+	(gdb): Reset gdb-flush-pending-output to nil and set
+	comint-input-sender here (before gdb-prompt), instead of...
+	(gdb-init-1): ...here.
+	(gdb-send): If Emacs is not ready, defer user input to...
+	(gdb-prompt): ...here.
+
 2008-02-16  Glenn Morris  <rgm@gnu.org>
 
 	* composite.el (composition-function-table): Doc fix.