diff options
| author | Glenn Morris <rgm@gnu.org> | 2007-09-13 07:24:48 +0000 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2007-09-13 07:24:48 +0000 |
| commit | 2c8b44f86d36027147bc238521c8df78555dff06 (patch) | |
| tree | e0b378306a1a5736fd2676842a2065e50a0cd029 | |
| parent | 2863ab168217df1d428ab95d5402420ac220e736 (diff) | |
| download | emacs-2c8b44f86d36027147bc238521c8df78555dff06.tar.gz | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 7 |
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 @@ +2007-09-13 Chris Moore <dooglus@gmail.com> + + * shell.el (shell-resync-dirs): Don't move the cursor relative to + the command being edited. + 2007-09-13 Nick Roberts <nickrob@snap.net.nz> * 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 <dann@ics.uci.edu> |
