diff options
| author | Martin Rudalics | 2008-11-20 10:13:40 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2008-11-20 10:13:40 +0000 |
| commit | f6ef1e6545616f5419b7c3104ead13514851986e (patch) | |
| tree | f3ed344bbcdc99b95897978800389fa320a86891 /src/ChangeLog | |
| parent | a54fdddbe5d8fd6e62e4f521abc188dac3a10a8a (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change) | 7 | 2008-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. |