changeset 89790:27a1ad5d169f

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 30 Jan 2004 04:53:19 +0000
parents fabd2ab3819f
children 3e22bfaa44de
files lisp/ChangeLog.22 src/ChangeLog.22
diffstat 2 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog.22	Fri Jan 30 04:52:43 2004 +0000
+++ b/lisp/ChangeLog.22	Fri Jan 30 04:53:19 2004 +0000
@@ -1,3 +1,12 @@
+2004-01-30  Kenichi Handa  <handa@m17n.org>
+
+	* cus-start.el: Handle charset-map-path, not
+	charset-map-directory.
+
+2004-01-29  Kenichi Handa  <handa@m17n.org>
+
+	* term/x-win.el (x-selection-value): Optimize for ASCII only case.
+
 2004-01-28  Kenichi Handa  <handa@m17n.org>
 
 	* language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
--- a/src/ChangeLog.22	Fri Jan 30 04:52:43 2004 +0000
+++ b/src/ChangeLog.22	Fri Jan 30 04:53:19 2004 +0000
@@ -1,3 +1,14 @@
+2004-01-30  Kenichi Handa  <handa@m17n.org>
+
+	* emacs.c (main): Call init_charset after syms_of_XXX.
+
+	* charset.c (Vcharset_map_directory): Deleted.
+	(Vcharset_map_path): New variable
+	(load_charset_map_from_file): Use Vcharset_map_path instead.
+	(init_charset): Initialize Vcharset_map_path.
+	(syms_of_charset): Delete declaration of "charset-map-directory",
+	add declaration of "charset-map-path".
+
 2004-01-29  Kenichi Handa  <handa@m17n.org>
 
 	* fns.c (string_char_to_byte): Optimize for ASCII only string.