# HG changeset patch # User Kenichi Handa # Date 968725752 0 # Node ID 86ecaeea77c27a5cdf82b093c05eeb4074fbf92e # Parent 84fcbc8496b73ffdd9bb2e1683cde3f93703c22a *** empty log message *** diff -r 84fcbc8496b7 -r 86ecaeea77c2 lisp/ChangeLog --- a/lisp/ChangeLog Tue Sep 12 02:04:17 2000 +0000 +++ b/lisp/ChangeLog Tue Sep 12 02:29:12 2000 +0000 @@ -1,3 +1,8 @@ +2000-09-12 Kenichi Handa + + * international/quail.el (quail-define-package): Docstring + modified. + 2000-09-12 Kenichi Handa * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add diff -r 84fcbc8496b7 -r 86ecaeea77c2 src/ChangeLog --- a/src/ChangeLog Tue Sep 12 02:04:17 2000 +0000 +++ b/src/ChangeLog Tue Sep 12 02:29:12 2000 +0000 @@ -1,3 +1,19 @@ +2000-09-12 Miyashita Hisashi + + * 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) : If the content is a symbol, + call the corresponding CCL program by + CCL_CALL_FOR_MAP_INSTRUCTION. + (ccl_driver) : Likewise. + (ccl_driver) : 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 * xfns.c (png_load, jpeg_load): Declare some variables volatile