aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-06-16 12:57:56 +0300
committerEli Zaretskii2012-06-16 12:57:56 +0300
commit2f07e6afc932d0be7256c7700e9c11d61075aeaf (patch)
tree13975fa5691768d214e290ba66ff14c352e37e26 /src/ChangeLog
parent771e3eae1e110cbf1ba50ae25bfcf560fdb0822c (diff)
downloademacs-2f07e6afc932d0be7256c7700e9c11d61075aeaf.tar.gz
emacs-2f07e6afc932d0be7256c7700e9c11d61075aeaf.zip
Fix bug #11653 with cursor positioning in a row that has only strings.
src/xdisp.c (set_cursor_from_row): Don't dereference glyphs_end. If all the glyphs of the glyph row came from strings, and we have no cursor positioning clues, put the cursor on the first glyph of the row.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b5a22a0ebce..3138bea28fa 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12012-06-16 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (set_cursor_from_row): Don't dereference glyphs_end. If
4 all the glyphs of the glyph row came from strings, and we have no
5 cursor positioning clues, put the cursor on the first glyph of the
6 row. (Bug#11653)
7
12012-06-16 Andreas Schwab <schwab@linux-m68k.org> 82012-06-16 Andreas Schwab <schwab@linux-m68k.org>
2 9
3 * category.h (CHAR_HAS_CATEGORY): Define as inline. 10 * category.h (CHAR_HAS_CATEGORY): Define as inline.