From: Nick Roberts Date: Thu, 8 Jan 2004 22:09:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~7967 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f0edca43fff13b69195bd08023e6d2ebd5b2491;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 456c48ce33c..118cc53fb42 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2004-01-08 Nick Roberts + + * 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 * 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