aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2006-02-07 01:19:06 +0000
committerKenichi Handa2006-02-07 01:19:06 +0000
commitd2b4c17d26022daf1a2b3f6ca4f727a23711622d (patch)
treeef078da1a764d4e24faf26b2dc6b92ed99f668dd /src/ChangeLog
parentea37fbb817c487fea0ca3691df0b9ae70e86d5be (diff)
downloademacs-d2b4c17d26022daf1a2b3f6ca4f727a23711622d.tar.gz
emacs-d2b4c17d26022daf1a2b3f6ca4f727a23711622d.zip
(append_glyph): Refer to it->char_to_display instead of
it->c. (produce_glyphs): Set the character to print in it->char_to_display. Handle unibyte-display-via-language-environment. (produce_stretch_glyph): Set the character to print in it->char_to_display.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6c34fd28ad7..61e545da181 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12006-02-07 Kenichi Handa <handa@m17n.org>
2
3 * term.c (append_glyph): Refer to it->char_to_display instead of
4 it->c.
5 (produce_glyphs): Set the character to print in
6 it->char_to_display. Handle
7 unibyte-display-via-language-environment.
8 (produce_stretch_glyph): Set the character to print in
9 it->char_to_display.
10
12006-02-06 Kenichi Handa <handa@m17n.org> 112006-02-06 Kenichi Handa <handa@m17n.org>
2 12
3 * lread.c (openp): Initialized encoded_fn before GCPRO it. 13 * lread.c (openp): Initialized encoded_fn before GCPRO it.