aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-06 15:19:50 +0000
committerGerd Moellmann2000-12-06 15:19:50 +0000
commite1d0538761aceddeffd42d482d60b5f09eab4da0 (patch)
tree1876220bebf819b21ff0bbdf3ffc71350192b6d9 /src/ChangeLog
parent46f0206a5fa8df31bcf1929ac71551abead7422f (diff)
downloademacs-e1d0538761aceddeffd42d482d60b5f09eab4da0.tar.gz
emacs-e1d0538761aceddeffd42d482d60b5f09eab4da0.zip
(coordinates_in_window): Check mouse on mode-line or
header-line first.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e193d4bbc9f..449ef0402fc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12000-12-06 Gerd Moellmann <gerd@gnu.org> 12000-12-06 Gerd Moellmann <gerd@gnu.org>
2 2
3 * window.c (coordinates_in_window): Check mouse on mode-line or
4 header-line first.
5
3 * alloc.c (Fgarbage_collect): Dox fix. Return a list as 6 * alloc.c (Fgarbage_collect): Dox fix. Return a list as
4 advertized by the function documentation. 7 advertized by the function documentation.
5 8