From: Kenichi Handa Date: Fri, 11 Apr 2003 02:07:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~10554 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=389144243f4235ba0cd408992da809a781f8be5f;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fd10573cc5e..74b574ecb3c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,8 @@ -2003-04-11 Kenichi Handa +2003-04-11 Kenichi Handa - * international/mule-cmds.el (sort-coding-systems): Lower the - priorities of all utf-16 base coding systems. + * international/mule-cmds.el (sort-coding-systems): Set lower + priority to a utf-16 base coding system. Set higher priority to a + coding system listed in coding-category-list. 2003-04-10 Juanma Barranquero diff --git a/src/ChangeLog b/src/ChangeLog index 4b5c685eb1a..788851263a8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,4 +1,11 @@ -2003-04-10 Kenichi Handa +2003-04-11 Kenichi Handa + + * lisp.h (temp_echo_area_glyphs): Adjust prototype. + + * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp + string. Callers changed. + +2003-04-10 Kenichi Handa * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.