diff options
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9f95265f5f1..b137be21e03 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2005-04-18 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA | ||
| 4 | and make it optional. Don't test tooltip-gud-echo-area here. | ||
| 5 | (tooltip-gud-process-output, gdb-tooltip-print): Pass | ||
| 6 | tooltip-gud-echo-area to tooltip-show. | ||
| 7 | (tooltip-help-tips): Remove second optional arg. | ||
| 8 | |||
| 1 | 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 9 | 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 10 | ||
| 3 | * tooltip.el (tooltip-mode): `emacs-quick-startup' and | 11 | * tooltip.el (tooltip-mode): `emacs-quick-startup' and |