]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Mon, 29 May 2000 11:15:35 +0000 (11:15 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 29 May 2000 11:15:35 +0000 (11:15 +0000)
src/ChangeLog

index 64f2dfcb719168f4a55b5b29e37859b469260532..ddb0f53e7dac771ce916eadb0a8774fd37764a99 100644 (file)
@@ -1,3 +1,19 @@
+2000-05-29  Kenichi Handa  <handa@etl.go.jp>
+
+       * 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  <eliz@is.elta.co.il>
 
        * charset.c (syms_of_charset): Revert last change.