aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b42ef0debd..b9912dcc59 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,17 @@
+2003-01-04 Nick Roberts <[email protected]>
+
+ * 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 <[email protected]>
* xml.el (xml-substitute-special): Move "&amp;" -> "&" last.