# HG changeset patch # User Nick Roberts # Date 1041720211 0 # Node ID e1f3921c6689fd590bf7e4e58c32da9bd37f1050 # Parent 7a65267153a2cd2194d10f6fd17c308f4a48a173 *** empty log message *** diff -r 7a65267153a2 -r e1f3921c6689 lisp/ChangeLog --- a/lisp/ChangeLog Sat Jan 04 09:32:17 2003 +0000 +++ b/lisp/ChangeLog Sat Jan 04 22:43:31 2003 +0000 @@ -1,3 +1,17 @@ +2003-01-04 Nick Roberts + + * 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 * xml.el (xml-substitute-special): Move "&" -> "&" last.