# HG changeset patch # User Gerd Moellmann # Date 963587954 0 # Node ID 317b24b8ccbdfca5fe2d85744d8eea95947be757 # Parent 2e0e027ab8f865ee5319ff693db5cd9c287a60d5 *** empty log message *** diff -r 2e0e027ab8f8 -r 317b24b8ccbd lisp/ChangeLog --- a/lisp/ChangeLog Fri Jul 14 15:18:45 2000 +0000 +++ b/lisp/ChangeLog Fri Jul 14 15:19:14 2000 +0000 @@ -1,3 +1,7 @@ +2000-07-14 Gerd Moellmann + + * hilit-chg.el: Fix typo. + 2000-07-14 Dave Love * info.el (Info-mode-menu): Fix use of :help, :enable. diff -r 2e0e027ab8f8 -r 317b24b8ccbd src/ChangeLog --- a/src/ChangeLog Fri Jul 14 15:18:45 2000 +0000 +++ b/src/ChangeLog Fri Jul 14 15:19:14 2000 +0000 @@ -10,6 +10,12 @@ 2000-07-14 Gerd Moellmann + * xfns.c (Fx_show_tip): If frame parameters contain a position, + use that instead of the mouse position. Add parameters DX and DY. + + * dispextern.h (Fx_show_tip): Adjust number of parameters + in prototype. + * keyboard.c (show_help_echo): Add parameters OBJECT and POS. if HELP is a function, call it with OBJECT and POS as parameters to get the help to display.