aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 49bc213995d..61b0657d4c5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,22 @@
12005-06-15 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdb-tooltip-print): Respect
4 tooltip-use-echo-area.
5 (menu): Re-order menu items.
6
7 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
8 Define in tooltip.el.
9 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
10 (gud-tooltip-tips): Respect tooltip-use-echo-area and
11 gud-tooltip-echo-area.
12
13 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
14 backward compatibility and make obsolete.
15 (tooltip-help-tips): Use tooltip-use-echo-area.
16 (tooltip-show-help-function): Rename to...
17 (tooltip-show-help): ...this, because it is a function.
18 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
19
12005-06-14 Luc Teirlinck <teirllm@auburn.edu> 202005-06-14 Luc Teirlinck <teirllm@auburn.edu>
2 21
3 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode) 22 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)