diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b6070d09330..13000ca9231 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-12-28 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * dispnew.c: Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG. | ||
| 4 | |||
| 1 | 2000-12-28 Kenichi Handa <handa@etl.go.jp> | 5 | 2000-12-28 Kenichi Handa <handa@etl.go.jp> |
| 2 | 6 | ||
| 3 | * ccl.c (CCL_WRITE_CHAR): Check variable `extra_bytes'. | 7 | * ccl.c (CCL_WRITE_CHAR): Check variable `extra_bytes'. |
| @@ -19,7 +23,7 @@ | |||
| 19 | decode_composition_emacs_mule. | 23 | decode_composition_emacs_mule. |
| 20 | (ENCODE_COMPOSITION_EMACS_MULE): New macro. | 24 | (ENCODE_COMPOSITION_EMACS_MULE): New macro. |
| 21 | (encode_coding_emacs_mule): Changed from macro to function. If | 25 | (encode_coding_emacs_mule): Changed from macro to function. If |
| 22 | a text contains compostions, encode them correctly. | 26 | a text contains compositions, encode them correctly. |
| 23 | (setup_coding_system): Set coding->commong_flags for emacs-mule so | 27 | (setup_coding_system): Set coding->commong_flags for emacs-mule so |
| 24 | that decoding and encoding are required. | 28 | that decoding and encoding are required. |
| 25 | 29 | ||