diff options
| author | Kenichi Handa | 2000-09-12 02:29:12 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-09-12 02:29:12 +0000 |
| commit | 63c36c3c74dd2dc30036fd23448b00212b794c9f (patch) | |
| tree | 14755c1bd9a159fb6691da4313157b11054ae670 /src | |
| parent | cd70a6ef71db9af09482c79937d72bcd0f14d9e0 (diff) | |
| download | emacs-63c36c3c74dd2dc30036fd23448b00212b794c9f.tar.gz emacs-63c36c3c74dd2dc30036fd23448b00212b794c9f.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 324445f05a5..ee04cfea2e0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-09-11 Gerd Moellmann <gerd@gnu.org> | 17 | 2000-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 |