diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4f734ea0646..7f248c0332d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2002-12-26 Nick Roberts <nick@nick.uklinux.net> + + * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers + of displayed expressions are deleted when the displayed expressions + are deleted. + (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer + deletion is handled by gdb-info-display-custom now. + (gdb-source-info): Undo earlier change (do create display buffer + automatically). + 2002-12-25 Markus Rost <rost@math.ohio-state.edu> * cus-edit.el (custom-save-faces): Fix typo. |