aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2015-03-15 19:17:46 +0200
committerEli Zaretskii2015-03-15 19:17:46 +0200
commit4e5eb85425214d62cd3962914565b281b74504ce (patch)
tree542dc87552c84a87eea0b97cbd560bacd81f3280 /src/ChangeLog
parent28caedba0f5c387d9c8e8fc8de26b5399afeb68b (diff)
downloademacs-4e5eb85425214d62cd3962914565b281b74504ce.tar.gz
emacs-4e5eb85425214d62cd3962914565b281b74504ce.zip
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/ChangeLog11
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 @@
12015-03-15 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (handle_invisible_prop): Fix up it->position even when
4 we are going to load overlays at the beginning of the invisible
5 text.
6 (setup_for_ellipsis): Reset the ignore_overlay_strings_at_pos_p
7 flag also here.
8 (next_overlay_string): Set the overlay_strings_at_end_processed_p
9 flag only if the overlays just processed were actually loaded at
10 EOB.
11
12015-03-14 Daniel Colascione <dancol@dancol.org> 122015-03-14 Daniel Colascione <dancol@dancol.org>
2 13
3 * emacs.c (standard_args): Add --no-x-resources. 14 * emacs.c (standard_args): Add --no-x-resources.