aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-23 14:23:28 +0000
committerGerd Moellmann2000-11-23 14:23:28 +0000
commit02790ce2e061b8e91c8afc2bdc4c08a054270b6e (patch)
tree73842cbf25d5fd6cdf58f5019ac758cab864bdff /lisp/ChangeLog
parent595dead24f51441813e5ccda956e9f741feff275 (diff)
downloademacs-02790ce2e061b8e91c8afc2bdc4c08a054270b6e.tar.gz
emacs-02790ce2e061b8e91c8afc2bdc4c08a054270b6e.zip
(mouse-avoidance-too-close-p): Return nil if mouse
is in the tool bar.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 68da7842fbd..dc35d035076 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -4,6 +4,9 @@
4 4
52000-11-23 Gerd Moellmann <gerd@gnu.org> 52000-11-23 Gerd Moellmann <gerd@gnu.org>
6 6
7 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
8 is in the tool bar.
9
7 * dired-aux.el (dired-add-entry): Don't call dired-get-filename 10 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
8 with `no-dir'; we want the directory part to be able to remove 11 with `no-dir'; we want the directory part to be able to remove
9 it. 12 it.