aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2014-02-26 09:07:34 +0100
committerMartin Rudalics2014-02-26 09:07:34 +0100
commitaea124c47dd16cde97fa467082b4be5f2c6d31f7 (patch)
tree8cfa0e8167024730eeed58632779e2a5c6e773de /src/ChangeLog
parentb2388336fef199304f7050340a91fe559b634ba2 (diff)
downloademacs-aea124c47dd16cde97fa467082b4be5f2c6d31f7.tar.gz
emacs-aea124c47dd16cde97fa467082b4be5f2c6d31f7.zip
Fixes around Bug#16647.
* xdisp.c (remember_mouse_glyph): Handle ON_RIGHT_DIVIDER and ON_BOTTOM_DIVIDER cases. * window.c (coordinates_in_window): Return ON_VERTICAL_BORDER only if the window has no right divider. (Fcoordinates_in_window_p): Fix doc-string.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6e697e4c944..0c0d5964742 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12014-02-26 Martin Rudalics <rudalics@gmx.at>
2
3 Fixes around Bug#16647.
4 * xdisp.c (remember_mouse_glyph): Handle ON_RIGHT_DIVIDER and
5 ON_BOTTOM_DIVIDER cases.
6 * window.c (coordinates_in_window): Return ON_VERTICAL_BORDER
7 only if the window has no right divider.
8 (Fcoordinates_in_window_p): Fix doc-string.
9
12014-02-25 Juanma Barranquero <lekktu@gmail.com> 102014-02-25 Juanma Barranquero <lekktu@gmail.com>
2 11
3 * lread.c (Funintern): Fix doc to match advertised calling convention. 12 * lread.c (Funintern): Fix doc to match advertised calling convention.