diff options
| author | Kenichi Handa | 2006-02-07 01:19:06 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-02-07 01:19:06 +0000 |
| commit | d2b4c17d26022daf1a2b3f6ca4f727a23711622d (patch) | |
| tree | ef078da1a764d4e24faf26b2dc6b92ed99f668dd /src/ChangeLog | |
| parent | ea37fbb817c487fea0ca3691df0b9ae70e86d5be (diff) | |
| download | emacs-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/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. |