comparison src/ChangeLog @ 89434:957a41d75fd5

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 20 May 2003 13:15:45 +0000
parents 32e34aaffbe3
children 75b893e92a9c
comparison
equal deleted inserted replaced
89433:7c877bfb0f98 89434:957a41d75fd5
1 2003-05-20 Kenichi Handa <handa@m17n.org>
2
3 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not
4 FONTSET_NAME.
5 (fontset_add): Fix for the case that TO is less than TO1.
6 (Ffontset_info): Don't use fallback fontset on checking the
7 default fontset.
8 (dump_fontset): New function for debugging.
9
10 * coding.c (Fdefine_coding_system_internal): Fix for the case that
11 coding_type is Qcharset.
12
1 2003-05-07 Kenichi Handa <handa@m17n.org> 13 2003-05-07 Kenichi Handa <handa@m17n.org>
2 14
3 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL. 15 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
4 (map_char_table): Don't inherit the value from the parent on 16 (map_char_table): Don't inherit the value from the parent on
5 initializing VAL. Adjusted for the above change. 17 initializing VAL. Adjusted for the above change.