*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 14 Jul 2000 15:19:14 +0000 (15:19 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 14 Jul 2000 15:19:14 +0000 (15:19 +0000)
lisp/ChangeLog
src/ChangeLog

index 58568d3..3608c2b 100644 (file)
@@ -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.
index aadc6d2..bf6aa2a 100644 (file)
 
 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.