From: Nick Roberts Date: Sun, 22 Dec 2002 00:20:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~11945 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5cad7166df22aa483f46dd5d377f112ed667dc50;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7cc566e564a..ae945aef195 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.