diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 189a7e4e775..68f311d8643 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,6 +4,10 @@ | |||
| 4 | string comes from a `display' text property, use the buffer | 4 | string comes from a `display' text property, use the buffer |
| 5 | position of that property as if we actually saw that position in | 5 | position of that property as if we actually saw that position in |
| 6 | the row's glyphs. | 6 | the row's glyphs. |
| 7 | (move_it_by_lines): Remove the assertion that | ||
| 8 | "it->current_x == 0 && it->hpos == 0" which can be legitimately | ||
| 9 | violated when there's a before-string at the beginning of a line. | ||
| 10 | (Bug#11063) | ||
| 7 | 11 | ||
| 8 | 2012-03-30 Eli Zaretskii <eliz@gnu.org> | 12 | 2012-03-30 Eli Zaretskii <eliz@gnu.org> |
| 9 | 13 | ||