aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2008-02-16 06:40:39 +0000
committerNick Roberts2008-02-16 06:40:39 +0000
commitbdd9e9c04b163686d3f6b398e3acf9b030be7e59 (patch)
tree331f972556cef24f3d1686863cb86dd3f2175b83
parent04e5613961922a9bd83f1255781b04b7a85dd8a9 (diff)
downloademacs-bdd9e9c04b163686d3f6b398e3acf9b030be7e59.tar.gz
emacs-bdd9e9c04b163686d3f6b398e3acf9b030be7e59.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 35670906e20..1e74cf5a927 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12008-02-16 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
4 (gdb-ready): Move declaration...
5
6 * progmodes/gdb-ui.el (gdb-ready): ...to here.
7 (gdb-early-user-input): New variable.
8 (gdb): Reset gdb-flush-pending-output to nil and set
9 comint-input-sender here (before gdb-prompt), instead of...
10 (gdb-init-1): ...here.
11 (gdb-send): If Emacs is not ready, defer user input to...
12 (gdb-prompt): ...here.
13
12008-02-16 Glenn Morris <rgm@gnu.org> 142008-02-16 Glenn Morris <rgm@gnu.org>
2 15
3 * composite.el (composition-function-table): Doc fix. 16 * composite.el (composition-function-table): Doc fix.