diff options
| author | Kim F. Storm | 2005-03-31 10:10:59 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-03-31 10:10:59 +0000 |
| commit | f793f88572253947eff8d61d2ce28ffcee04ecb8 (patch) | |
| tree | e4988298afaff77eb589c7ff5a31d59be08006ec /lisp | |
| parent | 86f0d417c40387dadcba585b37911c86c4a1c56c (diff) | |
| download | emacs-f793f88572253947eff8d61d2ce28ffcee04ecb8.tar.gz emacs-f793f88572253947eff8d61d2ce28ffcee04ecb8.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 3 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 @@ | |||
| 1 | 2005-03-31 Kim F. Storm <storm@cua.dk> | 1 | 2005-03-31 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * mouse.el (mouse-1-click-follows-link): Increase to 450 ms. | 3 | * mouse.el (mouse-1-click-follows-link): Increase to 450 ms. |
| 4 | (mouse-fixup-help-message): New defun called by show_help_echo. | 4 | (mouse-fixup-help-message): New defun called by show_help_echo |
| 5 | to fixup mouse-2 prefix in help messages when applicable. | ||
| 5 | 6 | ||
| 6 | * tooltip.el (tooltip-show-help-function): Don't rewrite mouse-2 | 7 | * tooltip.el (tooltip-show-help-function): Don't fixup message here. |
| 7 | prefix in tooltip message. | ||
| 8 | 8 | ||
| 9 | 2005-03-31 Kenichi Handa <handa@etlken2> | 9 | 2005-03-31 Kenichi Handa <handa@etlken2> |
| 10 | 10 | ||