diff options
| author | Kim F. Storm | 2005-04-18 10:23:41 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-04-18 10:23:41 +0000 |
| commit | cae0724067c878fd2aba1d51c0101053a53eaf5c (patch) | |
| tree | 7b2c0b325ec97567a087dfa493ce48370c236f3e /lisp/ChangeLog | |
| parent | 2e764c66338518badd00d020f04fb792db877b71 (diff) | |
| download | emacs-cae0724067c878fd2aba1d51c0101053a53eaf5c.tar.gz emacs-cae0724067c878fd2aba1d51c0101053a53eaf5c.zip | |
(tooltip-show): Change second arg to USE-ECHO-AREA
and make it optional. Don't test tooltip-gud-echo-area here.
(tooltip-gud-process-output, gdb-tooltip-print): Pass
tooltip-gud-echo-area to tooltip-show.
(tooltip-help-tips): Remove second optional arg.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b137be21e03..98668e689b6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | and make it optional. Don't test tooltip-gud-echo-area here. | 4 | and make it optional. Don't test tooltip-gud-echo-area here. |
| 5 | (tooltip-gud-process-output, gdb-tooltip-print): Pass | 5 | (tooltip-gud-process-output, gdb-tooltip-print): Pass |
| 6 | tooltip-gud-echo-area to tooltip-show. | 6 | tooltip-gud-echo-area to tooltip-show. |
| 7 | (tooltip-help-tips): Remove second optional arg. | 7 | (tooltip-help-tips): Remove second optional arg to tooltip-show. |
| 8 | 8 | ||
| 9 | 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> |
| 10 | 10 | ||