aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2000-09-12 02:29:12 +0000
committerKenichi Handa2000-09-12 02:29:12 +0000
commit63c36c3c74dd2dc30036fd23448b00212b794c9f (patch)
tree14755c1bd9a159fb6691da4313157b11054ae670
parentcd70a6ef71db9af09482c79937d72bcd0f14d9e0 (diff)
downloademacs-63c36c3c74dd2dc30036fd23448b00212b794c9f.tar.gz
emacs-63c36c3c74dd2dc30036fd23448b00212b794c9f.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog16
2 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8e2a45e2676..6e66abe5041 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12000-09-12 Kenichi Handa <handa@etl.go.jp> 12000-09-12 Kenichi Handa <handa@etl.go.jp>
2 2
3 * international/quail.el (quail-define-package): Docstring
4 modified.
5
62000-09-12 Kenichi Handa <handa@etl.go.jp>
7
3 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add 8 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4 extra docstrings for "chinese-ccdospy", "chinese-ecdict", 9 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
5 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the 10 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
diff --git a/src/ChangeLog b/src/ChangeLog
index 324445f05a5..ee04cfea2e0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12000-09-12 Miyashita Hisashi <himi@meadowy.org>
2
3 * ccl.c: Comment fixed.
4 (MAX_MAP_SET_LEVEL): Increased to 30.
5 (PUSH_MAPPING_STACK): Enclose with do-while block.
6 (POP_MAPPING_STACK): Likewise.
7 (stack_idx_of_map_multiple): New variable.
8 (CCL_CALL_FOR_MAP_INSTRUCTION): New macro.
9 (ccl_driver) <CCL_IterateMultipleMap>: If the content is a symbol,
10 call the corresponding CCL program by
11 CCL_CALL_FOR_MAP_INSTRUCTION.
12 (ccl_driver) <CCL_MapSingle>: Likewise.
13 (ccl_driver) <CCL_MapMultiple>: Rewritten to fix many bugs, deal
14 with the case where looking up process reaches to the end of
15 map-set, and call CCL programs as the above change.
16
12000-09-11 Gerd Moellmann <gerd@gnu.org> 172000-09-11 Gerd Moellmann <gerd@gnu.org>
2 18
3 * xfns.c (png_load, jpeg_load): Declare some variables volatile 19 * xfns.c (png_load, jpeg_load): Declare some variables volatile