diff options
| -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 @@ | |||
| 1 | 2002-12-26 Nick Roberts <nick@nick.uklinux.net> | ||
| 2 | |||
| 3 | * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers | ||
| 4 | of displayed expressions are deleted when the displayed expressions | ||
| 5 | are deleted. | ||
| 6 | (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer | ||
| 7 | deletion is handled by gdb-info-display-custom now. | ||
| 8 | (gdb-source-info): Undo earlier change (do create display buffer | ||
| 9 | automatically). | ||
| 10 | |||
| 1 | 2002-12-25 Markus Rost <rost@math.ohio-state.edu> | 11 | 2002-12-25 Markus Rost <rost@math.ohio-state.edu> |
| 2 | 12 | ||
| 3 | * cus-edit.el (custom-save-faces): Fix typo. | 13 | * cus-edit.el (custom-save-faces): Fix typo. |