diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-02-25 Juanma Barranquero <lekktu@gmail.com> | 10 | 2014-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. |