From: Chong Yidong Date: Fri, 24 Oct 2008 18:53:54 +0000 (+0000) Subject: * xdisp.c (handle_single_display_spec, handle_display_prop): Undo X-Git-Tag: emacs-pretest-23.0.90~2203 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=34fcddd0163fb74f411b7a2d74f0a4df4e928ef8;p=emacs.git * xdisp.c (handle_single_display_spec, handle_display_prop): Undo 2005-05-16 change. (handle_stop): Pop iterator if it's loaded with an empty string. (get_overlay_strings_1): Don't save iterator if it's loaded with an empty string (bug#1201). --- diff --git a/src/ChangeLog b/src/ChangeLog index 7620a321c18..7176a2aa6ec 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2008-10-24 Chong Yidong + + * xdisp.c (handle_single_display_spec, handle_display_prop): Undo + 2005-05-16 change. + (handle_stop): Pop iterator if it's loaded with an empty string. + (get_overlay_strings_1): Don't save iterator if it's loaded with + an empty string (bug#1201). + 2008-10-24 Kenichi Handa * ftfont.c (ftfont_otf_features): Fix previous change.