comparison src/ChangeLog.unicode @ 90271:6ef33f7b3f3c

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 19 Jan 2006 07:20:36 +0000
parents ae4800c095c8
children b2784209ad3c
comparison
equal deleted inserted replaced
90270:e7efdba36b32 90271:6ef33f7b3f3c
1 2006-01-19 Kenichi Handa <handa@m17n.org>
2
3 * coding.c: Sync to HEAD for handling autoload-coding-system.
4 (Qcoding_system_define_form): New variable.
5 (syms_of_coding): Intern and staticpro it.
6 (Fcoding_system_p): Check Qcoding_system_define_form.
7 (Fcheck_coding_system): Try to autoload the definition of
8 CODING-SYSTEM.
9
10 * coding.h (CODING_SYSTEM_P): If ID is not available, call
11 Fcoding_system_p.
12 (CHECK_CODING_SYSTEM): If ID is not available, call
13 Fcheck_coding_system.
14 (CHECK_CODING_SYSTEM_GET_SPEC): Try also Fcheck_coding_system.
15 (CHECK_CODING_SYSTEM_GET_ID): Likewise.
16
1 2006-01-17 Kenichi Handa <handa@m17n.org> 17 2006-01-17 Kenichi Handa <handa@m17n.org>
2 18
3 * xterm.c (handle_one_xevent): Delete unnecessary code inserted by 19 * xterm.c (handle_one_xevent): Delete unnecessary code inserted by
4 sync with HEAD. 20 sync with HEAD.
5 21