diff options
| author | Gerd Moellmann | 2000-07-14 15:19:14 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-07-14 15:19:14 +0000 |
| commit | bd23a692695af59527f3e2a8fb300922b8608f19 (patch) | |
| tree | 50c8bbc7ae9a2f2368a65465e8241f80a2fbb0a0 /src | |
| parent | 88a19a908eeabf8a9d61324237ff46487bd5d4cc (diff) | |
| download | emacs-bd23a692695af59527f3e2a8fb300922b8608f19.tar.gz emacs-bd23a692695af59527f3e2a8fb300922b8608f19.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index aadc6d24e83..bf6aa2a4b2c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -10,6 +10,12 @@ | |||
| 10 | 10 | ||
| 11 | 2000-07-14 Gerd Moellmann <gerd@gnu.org> | 11 | 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
| 12 | 12 | ||
| 13 | * xfns.c (Fx_show_tip): If frame parameters contain a position, | ||
| 14 | use that instead of the mouse position. Add parameters DX and DY. | ||
| 15 | |||
| 16 | * dispextern.h (Fx_show_tip): Adjust number of parameters | ||
| 17 | in prototype. | ||
| 18 | |||
| 13 | * keyboard.c (show_help_echo): Add parameters OBJECT and POS. | 19 | * keyboard.c (show_help_echo): Add parameters OBJECT and POS. |
| 14 | if HELP is a function, call it with OBJECT and POS as parameters | 20 | if HELP is a function, call it with OBJECT and POS as parameters |
| 15 | to get the help to display. | 21 | to get the help to display. |