aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2012-09-22 11:15:29 +0900
committerKenichi Handa2012-09-22 11:15:29 +0900
commit3cccbd87267735609a21df50b80b3aad07004555 (patch)
treed684898ffb505f726798696740b312be125d437c /src/ChangeLog
parent0b97c030c678e7c77766e13e615ef2ce8394860a (diff)
downloademacs-3cccbd87267735609a21df50b80b3aad07004555.tar.gz
emacs-3cccbd87267735609a21df50b80b3aad07004555.zip
composite.c (composition_reseat_it): Handle the case that a grapheme cluster is not covered by a single font (Bug#12352).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index be734134adf..8a05f19985f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-09-22 Kenichi Handa <handa@gnu.org>
2
3 * composite.c (composition_reseat_it): Handle the case that a
4 grapheme cluster is not covered by a single font (Bug#12352).
5
12012-09-17 Kenichi Handa <handa@gnu.org> 62012-09-17 Kenichi Handa <handa@gnu.org>
2 7
3 * font.c (Ffont_shape_gstring): Fix previous change; GLYPHs may 8 * font.c (Ffont_shape_gstring): Fix previous change; GLYPHs may