From 6424c3d5c1b2e603bbb4c0fecc0614513641c8fc Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Thu, 28 Nov 2002 21:23:11 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ecbad16548e..1b0032c88ff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,19 @@ +2002-11-28 Nick Roberts + + * tooltip.el (tooltip-gud-tips-setup): Remove. + (tooltip-gud-debugger): Remove. + (tooltip-gud-print-command): Use gud-minor mode instead of + tooltip-gud-tips-setup and tooltip-gud-debugger. + + * gdb-ui.el (gdb-starting): Set gdb-running to t. + (gdb-stopped): Set gdb-running to nil. + (gdb-quit): Reset some variables including tool-bar-map. + + * gud.el (gdb-running): New variable. + (gud-menu-map): Use gdb-running to grey out toolbar buttons + with gdba in gdb-ui.el. + (gud-tool-bar-map): Move to avoid byte compiler warning. + 2002-11-27 Jason Rumney * files.el (file-truename): Canonicalize non-existent names on w32. -- 2.39.2