diff options
| author | Kenichi Handa | 2002-08-08 13:05:11 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-08-08 13:05:11 +0000 |
| commit | aeae5b21b2c7cbf187ee0fef4ddbbe9d5e774b71 (patch) | |
| tree | 295cefec43936b53217da720cc2cf669c144f6e1 | |
| parent | d7209fd55821ead77ecceda50afa021e0730e897 (diff) | |
| download | emacs-aeae5b21b2c7cbf187ee0fef4ddbbe9d5e774b71.tar.gz emacs-aeae5b21b2c7cbf187ee0fef4ddbbe9d5e774b71.zip | |
*** empty log message ***
| -rw-r--r-- | README.unicode | 11 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
3 files changed, 19 insertions, 1 deletions
diff --git a/README.unicode b/README.unicode index 6a2cb109884..1cef32bddca 100644 --- a/README.unicode +++ b/README.unicode | |||
| @@ -27,7 +27,11 @@ existing support and the extra stuff at | |||
| 27 | presence of small-repertoire 10646-encoded fonts in XFree 4 is a | 27 | presence of small-repertoire 10646-encoded fonts in XFree 4 is a |
| 28 | pain, not currently worked round. | 28 | pain, not currently worked round. |
| 29 | 29 | ||
| 30 | The work is almost finished, and soon to be commited. | 30 | With the change on 2002-07-26, multiple fonts can be |
| 31 | specified in a fontset for a specific range of characters. | ||
| 32 | Each range can also be specified by script. Before using | ||
| 33 | ISO10646 fonts, Emacs checks their repertories to avoid such | ||
| 34 | fonts that don't have a glyph for a specific character. | ||
| 31 | 35 | ||
| 32 | * Work is also needed on charset and coding system priorities. | 36 | * Work is also needed on charset and coding system priorities. |
| 33 | 37 | ||
| @@ -54,6 +58,11 @@ existing support and the extra stuff at | |||
| 54 | 58 | ||
| 55 | * Lazy-load tables for unify-charset somehow? | 59 | * Lazy-load tables for unify-charset somehow? |
| 56 | 60 | ||
| 61 | Actually, Emacs clear out all charset maps and unify-map just | ||
| 62 | before dumping, and their are loaded again on demand the | ||
| 63 | dumped emacs. But, those maps (char tables) generated while | ||
| 64 | temacs is running can't be get rid of from the dumped emacs. | ||
| 65 | |||
| 57 | * Translation tables for {en,de}code currently aren't supported. | 66 | * Translation tables for {en,de}code currently aren't supported. |
| 58 | 67 | ||
| 59 | * Defining CCL coding systems currently doesn't work. | 68 | * Defining CCL coding systems currently doesn't work. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 49bdadd1a91..72541d26cbf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-08-08 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * tar-mode.el (tar-extract): Fix previous change. | ||
| 4 | |||
| 1 | 2002-08-02 Kenichi Handa <handa@etl.go.jp> | 5 | 2002-08-02 Kenichi Handa <handa@etl.go.jp> |
| 2 | 6 | ||
| 3 | * international/characters.el (next-word-boundary-han): Don't | 7 | * international/characters.el (next-word-boundary-han): Don't |
diff --git a/src/ChangeLog b/src/ChangeLog index ec7f4f72bfc..3cade674624 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-08-08 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * coding.c (Fdefine_coding_system_internal): Fix category setting | ||
| 4 | for a coding system of type iso-2022. | ||
| 5 | |||
| 1 | 2002-08-02 Kenichi Handa <handa@etl.go.jp> | 6 | 2002-08-02 Kenichi Handa <handa@etl.go.jp> |
| 2 | 7 | ||
| 3 | * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET | 8 | * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET |