changeset 50540:0f0bc7773998

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 11 Apr 2003 02:07:08 +0000
parents 4bdf6c3c3d59
children ad343b711d5e
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 13 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Apr 11 02:06:34 2003 +0000
+++ b/lisp/ChangeLog	Fri Apr 11 02:07:08 2003 +0000
@@ -1,7 +1,8 @@
-2003-04-11  Kenichi Handa  <handa@etlken2>
-
-	* international/mule-cmds.el (sort-coding-systems): Lower the
-	priorities of all utf-16 base coding systems.
+2003-04-11  Kenichi Handa  <handa@m17n.org>
+
+	* 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>
 
--- a/src/ChangeLog	Fri Apr 11 02:06:34 2003 +0000
+++ b/src/ChangeLog	Fri Apr 11 02:07:08 2003 +0000
@@ -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.