diff options
| author | Kim F. Storm | 2006-02-07 09:22:56 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-02-07 09:22:56 +0000 |
| commit | e1a67366be806369e37deb82749046b7c1b15109 (patch) | |
| tree | 50680a08eca4bd64f55c253b140c0241a057882f /src/ChangeLog | |
| parent | 42ab8e36acd651b047b82658802cbff53474dcaa (diff) | |
| download | emacs-e1a67366be806369e37deb82749046b7c1b15109.tar.gz emacs-e1a67366be806369e37deb82749046b7c1b15109.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 25 |
1 files changed, 8 insertions, 17 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 153a0baacbd..477d7e421f3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -6,31 +6,22 @@ | |||
| 6 | 6 | ||
| 7 | 2006-02-07 Kenichi Handa <handa@m17n.org> | 7 | 2006-02-07 Kenichi Handa <handa@m17n.org> |
| 8 | 8 | ||
| 9 | * dispextern.h (unibyte_display_via_language_environment): Extern | 9 | * dispextern.h (unibyte_display_via_language_environment): Extern it. |
| 10 | it. | ||
| 11 | 10 | ||
| 12 | * xterm.h (unibyte_display_via_language_environment): Delete | 11 | * xterm.h (unibyte_display_via_language_environment): |
| 13 | extern. | 12 | * w32term.h (unibyte_display_via_language_environment): |
| 14 | 13 | * macterm.h (unibyte_display_via_language_environment): Delete extern. | |
| 15 | * w32term.h (unibyte_display_via_language_environment): Delete | ||
| 16 | extern. | ||
| 17 | |||
| 18 | * macterm.h (unibyte_display_via_language_environment): Delete | ||
| 19 | extern. | ||
| 20 | 14 | ||
| 21 | 2006-02-07 Kenichi Handa <handa@m17n.org> | 15 | 2006-02-07 Kenichi Handa <handa@m17n.org> |
| 22 | 16 | ||
| 23 | * term.c (append_glyph): Refer to it->char_to_display instead of | 17 | * term.c (append_glyph): Refer to it->char_to_display instead of it->c. |
| 24 | it->c. | ||
| 25 | (produce_glyphs): Set the character to print in | 18 | (produce_glyphs): Set the character to print in |
| 26 | it->char_to_display. Handle | 19 | it->char_to_display. Handle unibyte-display-via-language-environment. |
| 27 | unibyte-display-via-language-environment. | 20 | (produce_stretch_glyph): Set character to print in it->char_to_display. |
| 28 | (produce_stretch_glyph): Set the character to print in | ||
| 29 | it->char_to_display. | ||
| 30 | 21 | ||
| 31 | 2006-02-06 Kenichi Handa <handa@m17n.org> | 22 | 2006-02-06 Kenichi Handa <handa@m17n.org> |
| 32 | 23 | ||
| 33 | * lread.c (openp): Initialized encoded_fn before GCPRO it. | 24 | * lread.c (openp): Initialize encoded_fn before GCPRO it. |
| 34 | 25 | ||
| 35 | 2006-02-05 Ken Raeburn <raeburn@raeburn.org> | 26 | 2006-02-05 Ken Raeburn <raeburn@raeburn.org> |
| 36 | 27 | ||