aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2008-10-24 18:53:54 +0000
committerChong Yidong <[email protected]>2008-10-24 18:53:54 +0000
commit34fcddd0163fb74f411b7a2d74f0a4df4e928ef8 (patch)
tree61457d6a04be9c73c5ab00c2af8b217f1b118503 /src
parent064766f2e8c5393c16fd2e95f81d3a6c3afd9014 (diff)
* 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).
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7620a321c1..7176a2aa6e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
+2008-10-24 Chong Yidong <[email protected]>
+
+ * 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 <[email protected]>
* ftfont.c (ftfont_otf_features): Fix previous change.