aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-09-13 07:24:48 +0000
committerGlenn Morris2007-09-13 07:24:48 +0000
commit2c8b44f86d36027147bc238521c8df78555dff06 (patch)
treee0b378306a1a5736fd2676842a2065e50a0cd029
parent2863ab168217df1d428ab95d5402420ac220e736 (diff)
downloademacs-2c8b44f86d36027147bc238521c8df78555dff06.tar.gz
emacs-2c8b44f86d36027147bc238521c8df78555dff06.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 17b8b29e4b8..478b9c48742 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,10 +1,15 @@
12007-09-13 Chris Moore <dooglus@gmail.com>
2
3 * shell.el (shell-resync-dirs): Don't move the cursor relative to
4 the command being edited.
5
12007-09-13 Nick Roberts <nickrob@snap.net.nz> 62007-09-13 Nick Roberts <nickrob@snap.net.nz>
2 7
3 * progmodes/gud.el (gdb-ready): New variable. 8 * progmodes/gud.el (gdb-ready): New variable.
4 (gdb): Set it to nil. Set gud-running to nil here... 9 (gdb): Set it to nil. Set gud-running to nil here...
5 (gud-common-init): ...instead of here. 10 (gud-common-init): ...instead of here.
6 11
7 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info): 12 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
8 Use gdb-ready. Discard input until GDB is ready to accept it. 13 Use gdb-ready. Discard input until GDB is ready to accept it.
9 14
102007-09-12 Dan Nicolaescu <dann@ics.uci.edu> 152007-09-12 Dan Nicolaescu <dann@ics.uci.edu>