Mercurial > emacs
changeset 30226:317b24b8ccbd
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 14 Jul 2000 15:19:14 +0000 |
parents | 2e0e027ab8f8 |
children | d1b043964152 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <gerd@gnu.org> + + * hilit-chg.el: Fix typo. + 2000-07-14 Dave Love <fx@gnu.org> * info.el (Info-mode-menu): Fix use of :help, :enable.
--- 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 <gerd@gnu.org> + * 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.