]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Fri, 30 Jan 2004 04:53:19 +0000 (04:53 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 30 Jan 2004 04:53:19 +0000 (04:53 +0000)
lisp/ChangeLog.22
src/ChangeLog.22

index 79e1dad2469b7972ffad1edbe05f130a0a82053c..d90ed2a67bc0152727a4ed581c0703d3f3c87e19 100644 (file)
@@ -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
index 1b8782c9963020b13f9e6f90e0d65d88077ed8ae..fec756001eac79e6d5d7bf828c06c9c83340c4ed 100644 (file)
@@ -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.