diff options
| author | Eli Zaretskii | 2014-07-17 18:17:52 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-07-17 18:17:52 +0300 |
| commit | 137448c0939848661fdf6e89075c1ac706d30c5e (patch) | |
| tree | 1cf8adcff48506be9fc19a1cda246d415cd59440 /src/ChangeLog | |
| parent | 56968aa61ccf3933dfcd083dd03f4be559a94efd (diff) | |
| download | emacs-137448c0939848661fdf6e89075c1ac706d30c5e.tar.gz emacs-137448c0939848661fdf6e89075c1ac706d30c5e.zip | |
Fix part of bug #18035 with overlay strings on invisible text.
src/xdisp.c (init_iterator): Initialize it->stop_charpos to the
buffer position where we are to start the iteration.
(handle_invisible_prop): Record in it->stop_charpos the position
where the invisible text ends.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a664b12fe6e..463c895e5da 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-07-17 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (init_iterator): Initialize it->stop_charpos to the | ||
| 4 | buffer position where we are to start the iteration. | ||
| 5 | (handle_invisible_prop): Record in it->stop_charpos the position | ||
| 6 | where the invisible text ends. (Bug#18035) | ||
| 7 | |||
| 1 | 2014-07-16 Eli Zaretskii <eliz@gnu.org> | 8 | 2014-07-16 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * xdisp.c (move_it_vertically_backward, move_it_by_lines): Prevent | 10 | * xdisp.c (move_it_vertically_backward, move_it_by_lines): Prevent |