aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2008-11-20 10:13:40 +0000
committerMartin Rudalics2008-11-20 10:13:40 +0000
commitf6ef1e6545616f5419b7c3104ead13514851986e (patch)
treef3ed344bbcdc99b95897978800389fa320a86891 /src/ChangeLog
parenta54fdddbe5d8fd6e62e4f521abc188dac3a10a8a (diff)
downloademacs-f6ef1e6545616f5419b7c3104ead13514851986e.tar.gz
emacs-f6ef1e6545616f5419b7c3104ead13514851986e.zip
(coordinates_in_window): Don't return
ON_VERTICAL_BORDER for the rightmost position of a mode/header line when the window is not the rightmost one. (Bug#1372)
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 52d70fdaa90..fe4b1abaddf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12008-11-20 Martin Rudalics <rudalics@gmx.at>
2
3 * window.c (coordinates_in_window): Don't return
4 ON_VERTICAL_BORDER for the rightmost position of a mode/header
5 line when the window is not the rightmost one. (Bug#1372)
6
12008-11-16 Ben North <ben@redfrontdoor.org> (tiny change) 72008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
2 8
3 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type. 9 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.