aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8cb94b3ff22..c2da733feb1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,21 @@
12011-07-02 Eli Zaretskii <eliz@gnu.org>
2
3 * dispextern.h (struct iterator_stack_entry, struct it): New
4 member from_disp_prop_p.
5
6 * xdisp.c (push_it, pop_it): Save and restore from_disp_prop_p.
7 (handle_single_display_spec, push_display_prop): Set the
8 from_disp_prop_p flag.
9 (get_overlay_strings_1): Reset the from_disp_prop_p flag.
10 (pop_it): Call iterate_out_of_display_property only if we are
11 popping after iteration over a string that came from a display
12 property. Fix a typo in popping stretch info. Add an assertion
13 for verifying that the iterator position is in sync with the bidi
14 iterator.
15 (handle_single_display_spec, get_overlay_strings_1)
16 (push_display_prop): Fix initialization of paragraph direction for
17 string when that of the parent object is not yet determined.
18
12011-07-01 Eli Zaretskii <eliz@gnu.org> 192011-07-01 Eli Zaretskii <eliz@gnu.org>
2 20
3 * dispextern.h (struct bidi_string_data): New member `unibyte'. 21 * dispextern.h (struct bidi_string_data): New member `unibyte'.