From 89d0c844d2fecf37edec8e0d816cee7745aee9e1 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 29 May 2000 11:15:35 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 64f2dfcb719..ddb0f53e7da 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,19 @@ +2000-05-29 Kenichi Handa + + * Makefile.in (callproc.o): Depend on composite.h. + + * callproc.c: Include composite.h. + (Fcall_process): Handle composition correctly. + + * coding.h (coding_allocate_composition_data): Extern it. + (coding_restore_composition): Likewise. + + * coding.c (DECODE_COMPOSITION_START): If coding->cmp_data is not + yet allocated, finish decoding with result + CODING_FINISH_INSUFFICIENT_CMP. + (coding_allocate_composition_data): Make it non-static. + (coding_restore_composition): Likewise. + 2000-05-29 Eli Zaretskii * charset.c (syms_of_charset): Revert last change. -- 2.39.5