changeset 99110:95f2001909fc

* 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).
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 24 Oct 2008 18:53:54 +0000
parents 8b53f3fcb473
children 4c0755112d27
files src/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <cyd@stupidchicken.com>
+
+	* 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  <handa@m17n.org>
 
 	* ftfont.c (ftfont_otf_features): Fix previous change.