From 94cb93b1301a14e2d6ab31ed471da71476c9f707 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 30 Jan 2004 04:53:19 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog.22 | 9 +++++++++ src/ChangeLog.22 | 11 +++++++++++ 2 files changed, 20 insertions(+) diff --git a/lisp/ChangeLog.22 b/lisp/ChangeLog.22 index 79e1dad2469..d90ed2a67bc 100644 --- a/lisp/ChangeLog.22 +++ b/lisp/ChangeLog.22 @@ -1,3 +1,12 @@ +2004-01-30 Kenichi Handa + + * cus-start.el: Handle charset-map-path, not + charset-map-directory. + +2004-01-29 Kenichi Handa + + * term/x-win.el (x-selection-value): Optimize for ASCII only case. + 2004-01-28 Kenichi Handa * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index 1b8782c9963..fec756001ea 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 @@ -1,3 +1,14 @@ +2004-01-30 Kenichi Handa + + * 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 * fns.c (string_char_to_byte): Optimize for ASCII only string. -- 2.39.5