# HG changeset patch # User Kim F. Storm # Date 1112263859 0 # Node ID a7d2fa456335ef7ba8798713610071e9aca5b2d2 # Parent 22abf0130979a49369562599e34c41b69bb58cc7 *** empty log message *** diff -r 22abf0130979 -r a7d2fa456335 lisp/ChangeLog --- a/lisp/ChangeLog Thu Mar 31 10:10:39 2005 +0000 +++ b/lisp/ChangeLog Thu Mar 31 10:10:59 2005 +0000 @@ -1,10 +1,10 @@ 2005-03-31 Kim F. Storm * mouse.el (mouse-1-click-follows-link): Increase to 450 ms. - (mouse-fixup-help-message): New defun called by show_help_echo. - - * tooltip.el (tooltip-show-help-function): Don't rewrite mouse-2 - prefix in tooltip message. + (mouse-fixup-help-message): New defun called by show_help_echo + to fixup mouse-2 prefix in help messages when applicable. + + * tooltip.el (tooltip-show-help-function): Don't fixup message here. 2005-03-31 Kenichi Handa diff -r 22abf0130979 -r a7d2fa456335 src/ChangeLog --- a/src/ChangeLog Thu Mar 31 10:10:39 2005 +0000 +++ b/src/ChangeLog Thu Mar 31 10:10:59 2005 +0000 @@ -1,3 +1,9 @@ +2005-03-31 Kim F. Storm + + * keyboard.c (Qmouse_fixup_help_message): New var. + (syms_of_keyboard): Intern and staticpro it. + (show_help_echo): Apply mouse-fixup-help-message to help string. + 2005-03-30 Kim F. Storm * xdisp.c (display_line): Allow multiple overlay arrows in window.