that have a `help-echo' property.
If the value of the `help-echo' property is a function, that function
-is called with two arguments OBJECT and POSITION. OBJECT is the
-buffer or string which had the `help-echo' property. POSITION is
-the position within OBJECT under the mouse pointer. The function
-should return a help string or nil for none.
+is called with three arguments WINDOW, OBJECT and POSITION. WINDOW is
+the window in which the help was found, OBJECT is the buffer or string
+which had the `help-echo' property. POSITION is the position within
+OBJECT under the mouse pointer. The function should return a help
+string or nil for none.
If the value of the `help-echo' property is neither a function nor a
string, it is evaluated to obtain a help string.
2000-07-18 Gerd Moellmann <gerd@gnu.org>
+ * xfaces.c (face-alternative-font-family-alist): Remove
+ DEFVAR_LISP; staticpro instead.
+
* xmenu.c (menu_help_callback): Call show_help_echo with
new arguments.