diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2004-01-07 23:21:10 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2004-01-07 23:21:10 +0000 |
commit | 2fae198414f28dabe6159a669a744772d7f81ad5 (patch) | |
tree | dd74be0216fb87a27043f91a0ad3971827698e05 | |
parent | 0eb0202fe2d81cfbb666663df2d3d822cb59f804 (diff) | |
download | emacs-2fae198414f28dabe6159a669a744772d7f81ad5.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fb26b219461..9f27dac3243 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2004-01-07 Nick Roberts <nick@nick.uklinux.net> + + * progmodes/gud.el (gdb-first-prompt): Renamed from + gdb-first-pre-prompt + + * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3. Use GDB + command "set width 0" to prevent word wrapping problems. + (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3. + 2004-01-07 Luc Teirlinck <teirllm@auburn.edu> * files.el (write-file-functions, write-contents-functions): |