]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Sun, 22 Dec 2002 00:20:12 +0000 (00:20 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sun, 22 Dec 2002 00:20:12 +0000 (00:20 +0000)
lisp/ChangeLog

index 7cc566e564a9f500fae8c52e1c3088c46744e4d2..ae945aef195c08e2799450b880b2d96cb5a2289f 100644 (file)
@@ -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.