diff --git a/lisp/ChangeLog.unicode b/lisp/ChangeLog.unicode index 30c71cb5bc2..5b5a2f8d807 100644 --- a/lisp/ChangeLog.unicode +++ b/lisp/ChangeLog.unicode @@ -1,3 +1,8 @@ +2006-01-19 Kenichi Handa + + * international/mule.el (autoload-coding-system): Install the same + function as in HEAD. + 2005-12-28 Kenichi Handa * international/characters.el: Register characters in diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index 0e7f2452c5b..ec223856d24 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode @@ -1,5 +1,7 @@ 2006-01-19 Kenichi Handa + * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF. + * coding.c: Sync to HEAD for handling autoload-coding-system. (Qcoding_system_define_form): New variable. (syms_of_coding): Intern and staticpro it.