aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-10-24 18:53:54 +0000
committerChong Yidong2008-10-24 18:53:54 +0000
commit34fcddd0163fb74f411b7a2d74f0a4df4e928ef8 (patch)
tree61457d6a04be9c73c5ab00c2af8b217f1b118503
parent064766f2e8c5393c16fd2e95f81d3a6c3afd9014 (diff)
downloademacs-34fcddd0163fb74f411b7a2d74f0a4df4e928ef8.tar.gz
emacs-34fcddd0163fb74f411b7a2d74f0a4df4e928ef8.zip
* 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).
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7620a321c18..7176a2aa6ec 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12008-10-24 Chong Yidong <cyd@stupidchicken.com>
2
3 * xdisp.c (handle_single_display_spec, handle_display_prop): Undo
4 2005-05-16 change.
5 (handle_stop): Pop iterator if it's loaded with an empty string.
6 (get_overlay_strings_1): Don't save iterator if it's loaded with
7 an empty string (bug#1201).
8
12008-10-24 Kenichi Handa <handa@m17n.org> 92008-10-24 Kenichi Handa <handa@m17n.org>
2 10
3 * ftfont.c (ftfont_otf_features): Fix previous change. 11 * ftfont.c (ftfont_otf_features): Fix previous change.