aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ecbad16548e..1b0032c88ff 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
12002-11-28 Nick Roberts <nick@nick.uklinux.net>
2
3 * tooltip.el (tooltip-gud-tips-setup): Remove.
4 (tooltip-gud-debugger): Remove.
5 (tooltip-gud-print-command): Use gud-minor mode instead of
6 tooltip-gud-tips-setup and tooltip-gud-debugger.
7
8 * gdb-ui.el (gdb-starting): Set gdb-running to t.
9 (gdb-stopped): Set gdb-running to nil.
10 (gdb-quit): Reset some variables including tool-bar-map.
11
12 * gud.el (gdb-running): New variable.
13 (gud-menu-map): Use gdb-running to grey out toolbar buttons
14 with gdba in gdb-ui.el.
15 (gud-tool-bar-map): Move to avoid byte compiler warning.
16
12002-11-27 Jason Rumney <jasonr@gnu.org> 172002-11-27 Jason Rumney <jasonr@gnu.org>
2 18
3 * files.el (file-truename): Canonicalize non-existent names on w32. 19 * files.el (file-truename): Canonicalize non-existent names on w32.