# HG changeset patch # User Eli Zaretskii # Date 992777590 0 # Node ID 4adf8e4eebfeb3ab644132c52c467cd3c6999ff5 # Parent 4f75256c6aae6101fb833ef62fc77cbe25779136 *** empty log message *** diff -r 4f75256c6aae -r 4adf8e4eebfe lisp/ChangeLog --- a/lisp/ChangeLog Sun Jun 17 11:28:53 2001 +0000 +++ b/lisp/ChangeLog Sun Jun 17 11:33:10 2001 +0000 @@ -1,5 +1,46 @@ 2001-06-17 Eli Zaretskii + * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to + mouse-highlighted text. + + * textmodes/page-ext.el (pages-copy-header-and-position): Add + help-echo to mouse-highlighted text. + + * tar-mode.el (tar-header-block-summarize): Add help-echo to + mouse-highlighted text. + + * replace.el (occur): Add help-echo to mouse-highlighted text. + + * progmodes/sh-script.el (sh-mark-line): Add help-echo to + mouse-highlighted text. + + * progmodes/cpp.el (cpp-make-button): Add help-echo to + mouse-highlighted text. + + * progmodes/compile.el (compile-reinitialize-errors): Add + help-echo to mouse-highlighted messages. + (compilation-forget-errors): Remove help-echo property as well. + + * play/landmark.el (lm-plot-square, lm-init-display): Add + help-echo to mouse-highlighted text. + + * play/gomoku.el (gomoku-plot-square, gomoku-init-display): Add + help-echo to mouse-highlighted text. + + * dired.el (dired-insert-set-properties): Add help-echo to + mouse-highlighted text. + (dired-mark-pop-up): Remove help-echo property from the file + name. + + * comint.el (comint-send-input): Add help-echo to + mouse-highlighted text. + + * buff-menu.el (list-buffers-noselect): Add help-echo to + mouse-highlighted text. + + * arc-mode.el (archive-summarize-files): Add help-echo to + mouse-highlighted text. + * ffap.el (ffap-machine-p): Always return nil if open-network-stream is not fboundp.