aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2008-09-10 12:02:36 +0000
committerKenichi Handa2008-09-10 12:02:36 +0000
commit053ca52becabe78cab8cc30db5f9ca7c301cef04 (patch)
tree553cf597ceedfbb21601ed77a55a8e811d1769f6 /src/ChangeLog
parent2564beceace9324a832a7a22bc653bdfd1e5fdf4 (diff)
downloademacs-053ca52becabe78cab8cc30db5f9ca7c301cef04.tar.gz
emacs-053ca52becabe78cab8cc30db5f9ca7c301cef04.zip
(composition_compute_stop_pos): Reset cmp_it->id to -1 at first.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b8333c6bb25..13f878766df 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,6 +4,7 @@
4 compose a grapheme cluster with the preceding base glyph. 4 compose a grapheme cluster with the preceding base glyph.
5 5
6 * composite.c (composition_compute_stop_pos): Fix previous change. 6 * composite.c (composition_compute_stop_pos): Fix previous change.
7 Reset cmp_it->id to -1 at first.
7 8
82008-09-10 Glenn Morris <rgm@gnu.org> 92008-09-10 Glenn Morris <rgm@gnu.org>
9 10