Mercurial > emacs
changeset 48924:cd327aadc095
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sun, 22 Dec 2002 00:20:12 +0000 |
parents | 95d38d7be246 |
children | cd1c70649388 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Dec 21 23:06:34 2002 +0000 +++ b/lisp/ChangeLog Sun Dec 22 00:20:12 2002 +0000 @@ -1,3 +1,11 @@ +2002-12-22 Nick Roberts <nick@nick.uklinux.net> + + * tooltip.el (tooltip-gud-tips): Output tooltip without switching + process filter (gdba in gdb-ui.el only). + (gdb-tooltip-print): New function. + (tooltip-gud-process-output): Undo previous change. + (tooltip-strip-annotations): Remove. + 2002-12-22 Zoltan Kemenczy <zoltan@ieee.org> * gud.el (gud-menu-map): Add jdb support for "run". @@ -13,7 +21,7 @@ 2002-12-21 Nick Roberts <nick@nick.uklinux.net> - * gdb-ui.el Remove the concept of an instance. This means that + * gdb-ui.el: Remove the concept of an instance. This means that a lot of functions have been renamed. Accessors are prefixed with gdb-get, setters with gdb-set and the word instance has been removed from many function and variable names.