diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2003-01-04 22:43:31 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2003-01-04 22:43:31 +0000 |
commit | 67206a8418f0bcf56ca8aa1b6496bb6313c56f12 (patch) | |
tree | 53bfe30fca29e085fa8bb5c9f54cc69afb48a0d9 | |
parent | 524425ae58a1cd1ce81b4785eaec7cbc5dc17120 (diff) | |
download | emacs-67206a8418f0bcf56ca8aa1b6496bb6313c56f12.tar.gz emacs-67206a8418f0bcf56ca8aa1b6496bb6313c56f12.tar.bz2 emacs-67206a8418f0bcf56ca8aa1b6496bb6313c56f12.zip |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b42ef0debdf..b9912dcc595 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. |