diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 463c895e5da..737a5078b24 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,6 +4,9 @@ | |||
| 4 | buffer position where we are to start the iteration. | 4 | buffer position where we are to start the iteration. |
| 5 | (handle_invisible_prop): Record in it->stop_charpos the position | 5 | (handle_invisible_prop): Record in it->stop_charpos the position |
| 6 | where the invisible text ends. (Bug#18035) | 6 | where the invisible text ends. (Bug#18035) |
| 7 | (hscroll_window_tree): Don't try hscrolling windows whose cursor | ||
| 8 | row has zero buffer position as their start position. Reported by | ||
| 9 | martin rudalics <rudalics@gmx.at>. | ||
| 7 | 10 | ||
| 8 | 2014-07-16 Eli Zaretskii <eliz@gnu.org> | 11 | 2014-07-16 Eli Zaretskii <eliz@gnu.org> |
| 9 | 12 | ||