diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3138bea28fa..3f73b1ad702 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,7 +3,9 @@ | |||
| 3 | * xdisp.c (set_cursor_from_row): Don't dereference glyphs_end. If | 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 | 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 | 5 | cursor positioning clues, put the cursor on the first glyph of the |
| 6 | row. (Bug#11653) | 6 | row. |
| 7 | (handle_face_prop): Use chunk-relative overlay string index when | ||
| 8 | indexing into it->string_overlays array. (Bug#11653) | ||
| 7 | 9 | ||
| 8 | 2012-06-16 Andreas Schwab <schwab@linux-m68k.org> | 10 | 2012-06-16 Andreas Schwab <schwab@linux-m68k.org> |
| 9 | 11 | ||