]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Fri, 11 Apr 2003 02:07:08 +0000 (02:07 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 11 Apr 2003 02:07:08 +0000 (02:07 +0000)
lisp/ChangeLog
src/ChangeLog

index fd10573cc5e33e56fe30b72dec1a1c73f5c8bf75..74b574ecb3cf07d830eb63d401642e57fb372a63 100644 (file)
@@ -1,7 +1,8 @@
-2003-04-11  Kenichi Handa  <handa@etlken2>
+2003-04-11  Kenichi Handa  <handa@m17n.org>
 
-       * 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  <lektu@terra.es>
 
index 4b5c685eb1a465f0583fd949eed73153d6a19f06..788851263a852178714e8c5dcfb2e153e965ffc2 100644 (file)
@@ -1,4 +1,11 @@
-2003-04-10  Kenichi Handa  <handa@etlken2>
+2003-04-11  Kenichi Handa  <handa@m17n.org>
+
+       * 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  <handa@m17n.org>
 
        * fileio.c (Vafter_insert_file_adjust_coding_function): New
        variable.