# HG changeset patch # User Kenichi Handa # Date 1028811911 0 # Node ID 52c1682e63537283efe6046e6e355cc0dd0fe160 # Parent 32dd7c0ab00743c43a6619d40f731583d79bd2f1 *** empty log message *** diff -r 32dd7c0ab007 -r 52c1682e6353 README.unicode --- a/README.unicode Thu Aug 08 13:04:00 2002 +0000 +++ b/README.unicode Thu Aug 08 13:05:11 2002 +0000 @@ -27,7 +27,11 @@ presence of small-repertoire 10646-encoded fonts in XFree 4 is a pain, not currently worked round. - The work is almost finished, and soon to be commited. + With the change on 2002-07-26, multiple fonts can be + specified in a fontset for a specific range of characters. + Each range can also be specified by script. Before using + ISO10646 fonts, Emacs checks their repertories to avoid such + fonts that don't have a glyph for a specific character. * Work is also needed on charset and coding system priorities. @@ -54,6 +58,11 @@ * Lazy-load tables for unify-charset somehow? + Actually, Emacs clear out all charset maps and unify-map just + before dumping, and their are loaded again on demand the + dumped emacs. But, those maps (char tables) generated while + temacs is running can't be get rid of from the dumped emacs. + * Translation tables for {en,de}code currently aren't supported. * Defining CCL coding systems currently doesn't work. diff -r 32dd7c0ab007 -r 52c1682e6353 lisp/ChangeLog --- a/lisp/ChangeLog Thu Aug 08 13:04:00 2002 +0000 +++ b/lisp/ChangeLog Thu Aug 08 13:05:11 2002 +0000 @@ -1,3 +1,7 @@ +2002-08-08 Kenichi Handa + + * tar-mode.el (tar-extract): Fix previous change. + 2002-08-02 Kenichi Handa * international/characters.el (next-word-boundary-han): Don't diff -r 32dd7c0ab007 -r 52c1682e6353 src/ChangeLog --- a/src/ChangeLog Thu Aug 08 13:04:00 2002 +0000 +++ b/src/ChangeLog Thu Aug 08 13:05:11 2002 +0000 @@ -1,3 +1,8 @@ +2002-08-08 Kenichi Handa + + * coding.c (Fdefine_coding_system_internal): Fix category setting + for a coding system of type iso-2022. + 2002-08-02 Kenichi Handa * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET