diff options
author | Eli Zaretskii <eliz@gnu.org> | 2015-03-15 19:17:46 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2015-03-15 19:17:46 +0200 |
commit | 4e5eb85425214d62cd3962914565b281b74504ce (patch) | |
tree | 542dc87552c84a87eea0b97cbd560bacd81f3280 /src/ChangeLog | |
parent | 28caedba0f5c387d9c8e8fc8de26b5399afeb68b (diff) | |
download | emacs-4e5eb85425214d62cd3962914565b281b74504ce.tar.gz |
Fix subtle problems with linum-mode and invisible text
src/xdisp.c (handle_invisible_prop): Fix up it->position even when
we are going to load overlays at the beginning of the invisible
text.
(setup_for_ellipsis): Reset the ignore_overlay_strings_at_pos_p
flag also here.
(next_overlay_string): Set the overlay_strings_at_end_processed_p
flag only if the overlays just processed were actually loaded at
EOB.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cb4aad6ec95..e328afcde8f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2015-03-15 Eli Zaretskii <eliz@gnu.org> + + * xdisp.c (handle_invisible_prop): Fix up it->position even when + we are going to load overlays at the beginning of the invisible + text. + (setup_for_ellipsis): Reset the ignore_overlay_strings_at_pos_p + flag also here. + (next_overlay_string): Set the overlay_strings_at_end_processed_p + flag only if the overlays just processed were actually loaded at + EOB. + 2015-03-14 Daniel Colascione <dancol@dancol.org> * emacs.c (standard_args): Add --no-x-resources. |