diff options
| author | Kenichi Handa | 2007-12-06 07:27:08 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-12-06 07:27:08 +0000 |
| commit | 8c8a5ddd16f6fbd824e0856cbf49d4ba257d14fa (patch) | |
| tree | 2e013a6f2fbfd6577fd43f49aa8a7e2f7e052697 | |
| parent | 8055c66a5e26e9a999b3eff9b31e66149f3f5b53 (diff) | |
| download | emacs-8c8a5ddd16f6fbd824e0856cbf49d4ba257d14fa.tar.gz emacs-8c8a5ddd16f6fbd824e0856cbf49d4ba257d14fa.zip | |
*** empty log message ***
| -rw-r--r-- | src/ChangeLog.unicode | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index c7548ec068d..999cf8a9fd8 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2007-12-06 Kenichi Handa <handa@ni.aist.go.jp> | ||
| 2 | |||
| 3 | * charset.c (Fdefine_charset_internal): Record a supplementary | ||
| 4 | charset at the tail of Vcharset_order_list. | ||
| 5 | |||
| 6 | * font.c (Ffont_shape_text): Fix the return value. | ||
| 7 | |||
| 8 | * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names. | ||
| 9 | |||
| 10 | * xdisp.c (handle_auto_composed_prop): Fix previous change. | ||
| 11 | |||
| 1 | 2007-12-05 Kenichi Handa <handa@ni.aist.go.jp> | 12 | 2007-12-05 Kenichi Handa <handa@ni.aist.go.jp> |
| 2 | 13 | ||
| 3 | * ftfont.c (struct OpenTypeSpec): New struct. | 14 | * ftfont.c (struct OpenTypeSpec): New struct. |