1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 07:20:35 -08:00
emacs/doc
Eli Zaretskii a2eaa31ddf Fix the use case of popping from display property.
src/dispextern.h (struct iterator_stack_entry, struct it): New
 member from_disp_prop_p.
 src/xdisp.c (push_it, pop_it): Save and restore from_disp_prop_p.
 (handle_single_display_spec, push_display_prop): Set the
 from_disp_prop_p flag.
 (get_overlay_strings_1): Reset the from_disp_prop_p flag.
 (pop_it): Call iterate_out_of_display_property only if we are
 popping after iteration over a string that came from a display
 property.  Fix a typo in popping stretch info.  Add an assertion
 for verifying that the iterator position is in sync with the bidi
 iterator.
 (handle_single_display_spec, get_overlay_strings_1)
 (push_display_prop): Fix initialization of paragraph direction for
 string when that of the parent object is not yet determined.
2011-07-02 13:05:14 +03:00
..
emacs Deprecate using "mode:" to enable minor modes (bug#8613) 2011-05-09 19:31:42 -07:00
lispintro Update and split ChangeLogs. 2011-04-06 14:18:10 +02:00
lispref Fix the use case of popping from display property. 2011-07-02 13:05:14 +03:00
man Update and split ChangeLogs. 2011-04-06 14:18:10 +02:00
misc Mark tiny change. 2011-05-03 19:00:20 -07:00