Mercurial > emacs
changeset 49038:e1f3921c6689
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sat, 04 Jan 2003 22:43:31 +0000 |
parents | 7a65267153a2 |
children | 6c5f45b01d2e |
files | lisp/ChangeLog |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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 "&" -> "&" last.