comparison src/ChangeLog @ 34894:21ab14f51772

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 28 Dec 2000 10:08:46 +0000
parents 883267e75fbb
children 1da0bd2983bc
comparison
equal deleted inserted replaced
34893:779bd3fa820e 34894:21ab14f51772
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'.
4 (ccl_driver): New local variable `extra_bytes'. 8 (ccl_driver): New local variable `extra_bytes'.
5 9
17 (decode_composition_emacs_mule): New function. 21 (decode_composition_emacs_mule): New function.
18 (decode_coding_emacs_mule): Decode composition sequence by calling 22 (decode_coding_emacs_mule): Decode composition sequence by calling
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
26 2000-12-27 Gerd Moellmann <gerd@gnu.org> 30 2000-12-27 Gerd Moellmann <gerd@gnu.org>
27 31