From: Nick Roberts Date: Sat, 16 Feb 2008 06:40:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/bdd9e9c04b163686d3f6b398e3acf9b030be7e59 *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 35670906e2..1e74cf5a92 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,16 @@ +2008-02-16 Nick Roberts + + * 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 * composite.el (composition-function-table): Doc fix.