comparison lisp/ChangeLog @ 38085:4adf8e4eebfe

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sun, 17 Jun 2001 11:33:10 +0000
parents 89855887ca28
children a7a0170d5939
comparison
equal deleted inserted replaced
38084:4f75256c6aae 38085:4adf8e4eebfe
1 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il> 1 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4 mouse-highlighted text.
5
6 * textmodes/page-ext.el (pages-copy-header-and-position): Add
7 help-echo to mouse-highlighted text.
8
9 * tar-mode.el (tar-header-block-summarize): Add help-echo to
10 mouse-highlighted text.
11
12 * replace.el (occur): Add help-echo to mouse-highlighted text.
13
14 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
15 mouse-highlighted text.
16
17 * progmodes/cpp.el (cpp-make-button): Add help-echo to
18 mouse-highlighted text.
19
20 * progmodes/compile.el (compile-reinitialize-errors): Add
21 help-echo to mouse-highlighted messages.
22 (compilation-forget-errors): Remove help-echo property as well.
23
24 * play/landmark.el (lm-plot-square, lm-init-display): Add
25 help-echo to mouse-highlighted text.
26
27 * play/gomoku.el (gomoku-plot-square, gomoku-init-display): Add
28 help-echo to mouse-highlighted text.
29
30 * dired.el (dired-insert-set-properties): Add help-echo to
31 mouse-highlighted text.
32 (dired-mark-pop-up): Remove help-echo property from the file
33 name.
34
35 * comint.el (comint-send-input): Add help-echo to
36 mouse-highlighted text.
37
38 * buff-menu.el (list-buffers-noselect): Add help-echo to
39 mouse-highlighted text.
40
41 * arc-mode.el (archive-summarize-files): Add help-echo to
42 mouse-highlighted text.
2 43
3 * ffap.el (ffap-machine-p): Always return nil if 44 * ffap.el (ffap-machine-p): Always return nil if
4 open-network-stream is not fboundp. 45 open-network-stream is not fboundp.
5 46
6 2001-06-17 Stefan Monnier <monnier@cs.yale.edu> 47 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>