diff options
-rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9cf56e55285..0c33ad9a2c6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,16 @@ +2003-01-11 Nick Roberts <nick@nick.uklinux.net> + + * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type. + (gud-reset): New function. Reset environment at end of debugging. + (gud-sentinel): Call gud-reset or gdb-reset. + + * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis + to find out if variable shuld be dereferenced. + (gud-display1): Exit if there is `No symbol'. + (gdb-expressions-mode-map): Correction to key-binding. + (gdb-reset): New function. Reset environment at end of debugging. + (gdb-quit): Remove. + 2003-01-10 Dave Love <fx@gnu.org> * international/code-pages.el (cp-make-coding-system): Fix last |