Mercurial > emacs
changeset 53534:777201dee99a
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Wed, 07 Jan 2004 23:21:10 +0000 |
parents | 2e7e8047b338 |
children | a406177e7f26 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jan 07 20:51:14 2004 +0000 +++ b/lisp/ChangeLog Wed Jan 07 23:21:10 2004 +0000 @@ -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):