]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Thu, 8 Jan 2004 22:09:12 +0000 (22:09 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Thu, 8 Jan 2004 22:09:12 +0000 (22:09 +0000)
lisp/ChangeLog

index 456c48ce33c948735b9d27a221bab49f0df69644..118cc53fb4219b4eec2370a8cf807e239b62dea9 100644 (file)
@@ -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>