# HG changeset patch # User Glenn Morris # Date 1189668288 0 # Node ID ca61e14e02a6dc06d5b0f07f385e0a3738dd141e # Parent d8140314e60fb72a2805f8982323eb03a1378567 *** empty log message *** diff -r d8140314e60f -r ca61e14e02a6 lisp/ChangeLog --- a/lisp/ChangeLog Thu Sep 13 06:26:20 2007 +0000 +++ b/lisp/ChangeLog Thu Sep 13 07:24:48 2007 +0000 @@ -1,10 +1,15 @@ +2007-09-13 Chris Moore + + * shell.el (shell-resync-dirs): Don't move the cursor relative to + the command being edited. + 2007-09-13 Nick Roberts * progmodes/gud.el (gdb-ready): New variable. (gdb): Set it to nil. Set gud-running to nil here... (gud-common-init): ...instead of here. - * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info): + * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info): Use gdb-ready. Discard input until GDB is ready to accept it. 2007-09-12 Dan Nicolaescu