From f793f88572253947eff8d61d2ce28ffcee04ecb8 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Thu, 31 Mar 2005 10:10:59 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 6 +++--- src/ChangeLog | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 50688318f93..dab079a1436 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. + (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 rewrite mouse-2 - prefix in tooltip message. + * tooltip.el (tooltip-show-help-function): Don't fixup message here. 2005-03-31 Kenichi Handa diff --git a/src/ChangeLog b/src/ChangeLog index 55c11986e12..eec09dac664 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. -- 2.39.2