]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Tue, 12 Sep 2000 02:29:12 +0000 (02:29 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 12 Sep 2000 02:29:12 +0000 (02:29 +0000)
lisp/ChangeLog
src/ChangeLog

index 8e2a45e2676039e763f710b9dad4cec6bb3e6d42..6e66abe504148be08b2f2b31f9f6c5156b668752 100644 (file)
@@ -1,3 +1,8 @@
+2000-09-12  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/quail.el (quail-define-package): Docstring
+       modified.
+
 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
 
        * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
index 324445f05a5076b114db4872863ee6067a8d0aff..ee04cfea2e09b1ed82497e90ab3db353ca322085 100644 (file)
@@ -1,3 +1,19 @@
+2000-09-12  Miyashita Hisashi  <himi@meadowy.org>
+
+       * ccl.c: Comment fixed.
+       (MAX_MAP_SET_LEVEL): Increased to 30.
+       (PUSH_MAPPING_STACK): Enclose with do-while block.
+       (POP_MAPPING_STACK): Likewise.
+       (stack_idx_of_map_multiple): New variable.
+       (CCL_CALL_FOR_MAP_INSTRUCTION): New macro.
+       (ccl_driver) <CCL_IterateMultipleMap>: If the content is a symbol,
+       call the corresponding CCL program by
+       CCL_CALL_FOR_MAP_INSTRUCTION.
+       (ccl_driver) <CCL_MapSingle>: Likewise.
+       (ccl_driver) <CCL_MapMultiple>: Rewritten to fix many bugs, deal
+       with the case where looking up process reaches to the end of
+       map-set, and call CCL programs as the above change.
+
 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
 
        * xfns.c (png_load, jpeg_load): Declare some variables volatile