*** empty log message ***

This commit is contained in:
Kenichi Handa 2004-01-30 04:53:19 +00:00
parent c11f69e19f
commit 94cb93b130
2 changed files with 20 additions and 0 deletions

View 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

View 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.