aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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.