From: Nick Roberts Date: Thu, 28 Nov 2002 21:23:11 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~12248 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6424c3d5c1b2e603bbb4c0fecc0614513641c8fc;p=emacs.git *** empty log message *** --- 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.