Mercurial > emacs
changeset 34894:21ab14f51772
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 28 Dec 2000 10:08:46 +0000 |
parents | 779bd3fa820e |
children | 53e52b3525bf |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <gerd@gnu.org> + + * dispnew.c: Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG. + 2000-12-28 Kenichi Handa <handa@etl.go.jp> * 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.