diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
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 @@ | |||
| 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. |