# HG changeset patch # User Nick Roberts # Date 1038518591 0 # Node ID 2fcfc753034455c676234dd5ccaf55d988d0d60c # Parent 8a7dcd7fcbf777cd2cc441ae82fc1928d3401851 *** empty log message *** diff -r 8a7dcd7fcbf7 -r 2fcfc7530344 lisp/ChangeLog --- a/lisp/ChangeLog Thu Nov 28 14:12:31 2002 +0000 +++ b/lisp/ChangeLog Thu Nov 28 21:23:11 2002 +0000 @@ -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.