aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 64b76af0b85..c8e2abf3bec 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12013-05-08 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (row_for_charpos_p): New function, with code of
4 cursor_row_p, but accepts an additional argument CHARPOS instead
5 of using a hardcoded PT.
6 (cursor_row_p): Call row_for_charpos_p with 2nd argument PT.
7 (row_containing_pos): Call row_for_charpos_p instead of partially
8 doing the same. Fixes cursor positioning under longlines-mode
9 when longlines-show-effect includes more than one newline, when
10 moving the cursor vertically up.
11
12013-05-08 Juanma Barranquero <lekktu@gmail.com> 122013-05-08 Juanma Barranquero <lekktu@gmail.com>
2 13
3 * makefile.w32-in (ACL_H): New macro. 14 * makefile.w32-in (ACL_H): New macro.