# HG changeset patch # User Chong Yidong # Date 1224874434 0 # Node ID 95f2001909fca5fe0169c7abfb7153d0474d8dd0 # Parent 8b53f3fcb473ea72e8498f62a04e87de973472a1 * 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 -r 8b53f3fcb473 -r 95f2001909fc src/ChangeLog --- a/src/ChangeLog Fri Oct 24 13:12:55 2008 +0000 +++ b/src/ChangeLog Fri Oct 24 18:53:54 2008 +0000 @@ -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.