comparison src/ChangeLog @ 68662:0ca7fd65e7e7

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 07 Feb 2006 01:19:06 +0000
parents 3bd95f4f2941
children 199e5d9a0138
comparison
equal deleted inserted replaced
68661:4e22dd401a52 68662:0ca7fd65e7e7
1 2006-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
1 2006-02-06 Kenichi Handa <handa@m17n.org> 11 2006-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.
4 14
5 2006-02-05 Ken Raeburn <raeburn@raeburn.org> 15 2006-02-05 Ken Raeburn <raeburn@raeburn.org>