*** empty log message ***

This commit is contained in:
Kenichi Handa 2005-01-30 11:43:42 +00:00
parent d19b3ee7f2
commit d8baa82ddd
5 changed files with 23 additions and 0 deletions

View file

@ -1,3 +1,19 @@
2005-01-30 Kenichi Handa <handa@m17n.org>
Sub-directory `unidata' is for codes to generate charprop.el and
many other uni-*.el files from `UnicodeData.txt'.
* Unidata/README: New file.
* unidata/Makefile: New file.
* unidata/unidata-gen.el: New file.
* unidata/UnicodeData.txt: New file. Copied from
http://www.unicode.org on 2005-01-29.
* unidata/.cvsignore: New file.
2004-02-12 Kenichi Handa <handa@m17n.org>
* charsets/.cvsignore: New file.

View file

@ -22,5 +22,7 @@ Brief description of sub-directories:
charsets scripts for generating charset map files
in ../etc/charsets
unidata scripts for generating character property files
in ../lisp/international
# arch-tag: 812b9461-bc0a-46a7-925e-24bd41118463

View file

@ -1,5 +1,7 @@
2005-01-30 Kenichi Handa <handa@m17n.org>
* Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
* international/fontset.el (font-encoding-alist): Add an entry for
microsoft-cp1251.
(setup-default-fontset): Add entries for microsoft-cp1251 and

View file

@ -1,5 +1,8 @@
2005-01-30 Kenichi Handa <handa@m17n.org>
* fontset.c (Fset_fontset_font): Check family element of a given
vector.
* Makefile.in (lisp): Include charprop.el.
2005-01-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>