Mercurial > emacs
changeset 53546:09fdb86bd84e
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Thu, 08 Jan 2004 22:09:12 +0000 |
parents | ed3e26153ee9 |
children | 4aca4e9c37da |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jan 08 21:04:32 2004 +0000 +++ b/lisp/ChangeLog Thu Jan 08 22:09:12 2004 +0000 @@ -1,3 +1,9 @@ +2004-01-08 Nick Roberts <nick@nick.uklinux.net> + + * gdb-ui.el (gdb-ann3): Revert previous change. + (gdb-source-info): Allow for case of where compilation directory + is not recorded. + 2004-01-08 John Paul Wallington <jpw@gnu.org> * emerge.el (emerge-restore-buffer-characteristics): Doc fix. @@ -7,8 +13,9 @@ * 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-ui.el (gdba): Avoid duplication, use gdb-ann3. + (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>