comparison src/ChangeLog.22 @ 89868:203500dca753

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 11 Mar 2004 11:43:22 +0000
parents 2c945addc36a
children dbc1a69bd2a7
comparison
equal deleted inserted replaced
89867:dd677f4114e6 89868:203500dca753
1 2004-03-11 Kenichi Handa <handa@etlken2> 1 2004-03-11 Kenichi Handa <handa@etlken2>
2 2
3 * coding.c (get_translation_table): Allow max_lookup to be NULL. 3 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
4
5 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
6
7 * fontset.c: Include "intervals.h".
8 (fontset_face): Fix comparing of Lisp_Objects.
9 (free_face_fontset): Fix Lisp_Object/int mixup.
10 (new_fontset_from_font_name): Likewise.
11
12 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
13
14 * coding.c: Add many prototypes for static functions.
15 (get_translation_table): Allow max_lookup to be NULL.
4 (decode_coding): Call get_translation_table with max_lookup NULL. 16 (decode_coding): Call get_translation_table with max_lookup NULL.
5 (Ffind_coding_systems_region_internal): Likewise. 17 (Ffind_coding_systems_region_internal): Likewise.
6 (Funencodable_char_position, Fcheck_coding_systems_region): 18 (Funencodable_char_position, Fcheck_coding_systems_region):
7 Likewise. 19 Likewise.
8 20