comparison src/ChangeLog @ 88436:29c4241b5418

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 05 Mar 2002 01:07:22 +0000
parents 8716131f15d4
children ffec838ec027
comparison
equal deleted inserted replaced
88435:72f73971423b 88436:29c4241b5418
1 2002-03-04 Kenichi Handa <handa@etl.go.jp>
2
3 * casefiddle.c (casify_region): Fix multibyte case.
4
5 * character.c (c_string_width): Add return type `int'.
6 (char_string_with_unification): Arg ADVANCED deleted.
7
8 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
9 (CHAR_STRING): Adjusted for the change of
10 char_string_with_unification.
11 (CHAR_STRING_ADVANCE): Make it do-while statement.
12
13 * chartab.c (sub_char_table_set_range): Optimized for the case
14 DEPTH == 3. Add workaround code for a GCC optimization bug.
15
16 * coding.c: Delete unused variables.
17
18 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
19 earlier. If inserted is zero and the coding system doesn't
20 require flushing, don't call decode_coding_gap.
21
22 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
23
1 2002-03-01 Kenichi Handa <handa@etl.go.jp> 24 2002-03-01 Kenichi Handa <handa@etl.go.jp>
2 25
3 The following changes are for using Unicode as an internal 26 The following changes are for using Unicode as an internal
4 character model, and use UTF-8 format for buffer/string 27 character model, and use UTF-8 format for buffer/string
5 representation. 28 representation.