aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-09-20 20:13:45 +0300
committerEli Zaretskii2011-09-20 20:13:45 +0300
commit8c203dbf33f77e12b6833d26bb2b86e836ceef8e (patch)
tree87a86bbab1745289ede2dc58cb8dc91aa00a1e7c /src/ChangeLog
parent5147931d624ce62d2382398859a06fa1f334fd56 (diff)
downloademacs-8c203dbf33f77e12b6833d26bb2b86e836ceef8e.tar.gz
emacs-8c203dbf33f77e12b6833d26bb2b86e836ceef8e.zip
Fix bug #9549 with longlines-show-hard-newlines.
src/xdisp.c (set_cursor_from_row): If the row ends in a newline from a display string, extend search for cursor position to end of row. (find_row_edges): If the row ends in a newline from a display string, increment its MATRIX_ROW_END_CHARPOS by one. Handle the case of a display string with multiple newlines.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 12a45918e87..f0b1ecc3caa 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12011-09-20 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (set_cursor_from_row): If the row ends in a newline from
4 a display string, extend search for cursor position to end of row.
5 (find_row_edges): If the row ends in a newline from a display
6 string, increment its MATRIX_ROW_END_CHARPOS by one. (Bug#9549)
7 Handle the case of a display string with multiple newlines.
8
12011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org> 92011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 10
3 * lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is 11 * lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is