aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
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
112000-07-14 Gerd Moellmann <gerd@gnu.org> 112000-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.