diff options
| author | Kenichi Handa | 2006-01-19 07:20:36 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-01-19 07:20:36 +0000 |
| commit | e7dd762260933aabdc730c72491145ef9bdf0c27 (patch) | |
| tree | 9234c419597a535ac133e196f37da80226113360 /src | |
| parent | 7c00e33d77b870e62f176163464d729ffffe3df9 (diff) | |
| download | emacs-e7dd762260933aabdc730c72491145ef9bdf0c27.tar.gz emacs-e7dd762260933aabdc730c72491145ef9bdf0c27.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.unicode | 16 |
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 @@ | |||
| 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 |