# HG changeset patch # User Gerd Moellmann # Date 977998126 0 # Node ID 21ab14f51772dc7b8c651c0cbe6bc4d2156aa684 # Parent 779bd3fa820e3f054fe719d71acaadb9a75bb8cf *** empty log message *** diff -r 779bd3fa820e -r 21ab14f51772 src/ChangeLog --- a/src/ChangeLog Thu Dec 28 10:08:21 2000 +0000 +++ b/src/ChangeLog Thu Dec 28 10:08:46 2000 +0000 @@ -1,3 +1,7 @@ +2000-12-28 Gerd Moellmann + + * dispnew.c: Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG. + 2000-12-28 Kenichi Handa * ccl.c (CCL_WRITE_CHAR): Check variable `extra_bytes'. @@ -19,7 +23,7 @@ decode_composition_emacs_mule. (ENCODE_COMPOSITION_EMACS_MULE): New macro. (encode_coding_emacs_mule): Changed from macro to function. If - a text contains compostions, encode them correctly. + a text contains compositions, encode them correctly. (setup_coding_system): Set coding->commong_flags for emacs-mule so that decoding and encoding are required.