]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 4 Jan 2001 20:40:07 +0000 (20:40 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 4 Jan 2001 20:40:07 +0000 (20:40 +0000)
lisp/ChangeLog
src/ChangeLog

index 2759b13df48d64b83f09fe7b6c20885b354a97c7..a04f0a84d6a32994b98013d5f134563113b8ff36 100644 (file)
@@ -1,5 +1,13 @@
 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
 
+       * tooltip.el (tooltip-cancel-delayed-tip) 
+       (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
+       and tooltip-add-timeout.
+       (tooltip-show): Set border color from faces's foreground.
+       (tooltip-show-help-function): If called with the same help string
+       as last time, do nothing.
+       (tooltip-help-tips): Don't set tooltip-help-message to nil.
+
        * startup.el (fancy-splash-screens): Don't bind show-help-function
        to nil.
 
 
        * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
        non-nil.  Adding almost all customization variables on ps-setup.  Doc
-       Fix.
+       fix.
        (ps-print-version): New version number (6.3.3).
        (ps-end-with-control-d): Initialization fix.
        (ps-lines-printed): New var.
index 24d95e33e8daadb8126229f5d81131df38726ffc..b933994b6b80c2304a3437f0f9e71229bb115257 100644 (file)
@@ -1,3 +1,16 @@
+2001-01-04  Gerd Moellmann  <gerd@gnu.org>
+
+       * xterm.c (clear_mouse_face): Don't return if tip_frame is
+       non-nil.
+
+       * xfns.c (x_create_tip_frame): Preserve the value of
+       face_change_count around the creation of the tip frame.
+       
+       * xfns.c (last_show_tip_args): New variable.
+       (compute_tip_xy): New function.
+       (Fx_show_tip): Reuse an existing tip frame, if possible.
+       (syms_of_xfns): Initialize and staticpro last_show_tip_args.
+
 2001-01-04  Dave Love  <fx@gnu.org>
 
        * systime.h (set_file_times): Prototype.