aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.unicode16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode
index 6b3a283e91a..0e7f2452c5b 100644
--- a/src/ChangeLog.unicode
+++ b/src/ChangeLog.unicode
@@ -1,3 +1,19 @@
12006-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
12006-01-17 Kenichi Handa <handa@m17n.org> 172006-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