]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Sat, 4 Jan 2003 22:43:31 +0000 (22:43 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sat, 4 Jan 2003 22:43:31 +0000 (22:43 +0000)
lisp/ChangeLog

index b42ef0debdf95ee9fb3bdcbb53b01a24c1dceaa6..b9912dcc5955c7b67833312d09d492250887f15e 100644 (file)
@@ -1,3 +1,17 @@
+2003-01-04  Nick Roberts  <nick@nick.uklinux.net>
+
+       * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
+       Use let construction to bind buffer-read-only to nil.
+       (gdba): 'set height 0' in GDB.
+       (gdb-display-end, gdb-frame-handler): Corrections to forming
+       full expression name for header-line in display frame.
+       (gdb-info-breakpoints-custom): Highlight breakpoints since
+       they may be clicked on with mouse-2.
+       (gdb-quit): Delete frames of displayed expressions when
+       quitting.
+       (gdb-delete-frames): New function.
+       (gdb-source-info): Don't create stack buffer automatically.
+
 2003-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
 
        * xml.el (xml-substitute-special): Move "&amp;" -> "&" last.