aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-02-25 10:39:47 +0000
committerGerd Moellmann2000-02-25 10:39:47 +0000
commit2add43492a4a3f516edffad658a9fb9aebf116d2 (patch)
tree58d111a60928e90ac66bc483215f6dd005fb447a /src/ChangeLog
parentbed0c17121d84201d92fd0180aee67d7bd980083 (diff)
downloademacs-2add43492a4a3f516edffad658a9fb9aebf116d2.tar.gz
emacs-2add43492a4a3f516edffad658a9fb9aebf116d2.zip
(coordinates_in_window): Take frame's internal border width
into account.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 19db11870fe..dbdd1515605 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,8 @@
2 2
3 * window.c (Fset_window_buffer): Set WINDOW to the window 3 * window.c (Fset_window_buffer): Set WINDOW to the window
4 after decoding. 4 after decoding.
5 (coordinates_in_window): Take frame's internal border width
6 into account.
5 7
62000-02-24 Gerd Moellmann <gerd@gnu.org> 82000-02-24 Gerd Moellmann <gerd@gnu.org>
7 9