aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
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 @@
12000-12-28 Gerd Moellmann <gerd@gnu.org>
2
3 * dispnew.c: Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.
4
12000-12-28 Kenichi Handa <handa@etl.go.jp> 52000-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