diff options
| author | Eli Zaretskii | 2012-06-16 14:47:44 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-06-16 14:47:44 +0300 |
| commit | 946fdb736dc076e181a3e82cfd4cc307cc061114 (patch) | |
| tree | b98760811ae5ececc48ec0995d3af11647ad5f08 /src/ChangeLog | |
| parent | 1097afe4554bd14af9817100d9a53d6be628656e (diff) | |
| download | emacs-946fdb736dc076e181a3e82cfd4cc307cc061114.tar.gz emacs-946fdb736dc076e181a3e82cfd4cc307cc061114.zip | |
Fix bug #11720 with cursor positioning in outline-mode and Org buffers.
src/xdisp.c (set_cursor_from_row): Use the leftmost glyph as GLYPH_BEFORE, not
the rightmost.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3f73b1ad702..61a2b3d78f3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -6,6 +6,8 @@ | |||
| 6 | row. | 6 | row. |
| 7 | (handle_face_prop): Use chunk-relative overlay string index when | 7 | (handle_face_prop): Use chunk-relative overlay string index when |
| 8 | indexing into it->string_overlays array. (Bug#11653) | 8 | indexing into it->string_overlays array. (Bug#11653) |
| 9 | (set_cursor_from_row): Use the leftmost glyph as GLYPH_BEFORE, not | ||
| 10 | the rightmost. (Bug#11720) | ||
| 9 | 11 | ||
| 10 | 2012-06-16 Andreas Schwab <schwab@linux-m68k.org> | 12 | 2012-06-16 Andreas Schwab <schwab@linux-m68k.org> |
| 11 | 13 | ||