# HG changeset patch # User Nick Roberts # Date 1040516412 0 # Node ID cd327aadc0956105fff3293c4ed089a8f04379d2 # Parent 95d38d7be246f1bd53369b8e4a7a63b57211ea21 *** empty log message *** diff -r 95d38d7be246 -r cd327aadc095 lisp/ChangeLog --- 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 + + * 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 * gud.el (gud-menu-map): Add jdb support for "run". @@ -13,7 +21,7 @@ 2002-12-21 Nick Roberts - * 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.