diff options
| -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 195da8b486f..2bae49869aa 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2008-01-30 Kenichi Handa <handa@ni.aist.go.jp> | ||
| 2 | |||
| 3 | * fontset.c (reorder_font_vector): Exclude nil elements from the | ||
| 4 | font group. Don't try multiple fonts. | ||
| 5 | (fontset_font): Adjusted for the above change. | ||
| 6 | (Finternal_char_font): Return nil if the found font doesn't | ||
| 7 | contain the character ch. | ||
| 8 | |||
| 9 | * Makefile.in (lisp): Add cham.el. | ||
| 10 | (shortlisp): Likewise. | ||
| 11 | |||
| 1 | 2008-01-28 Kenichi Handa <handa@ni.aist.go.jp> | 12 | 2008-01-28 Kenichi Handa <handa@ni.aist.go.jp> |
| 2 | 13 | ||
| 3 | * font.h (FONTP): Make it return 1 also for a font-object. | 14 | * font.h (FONTP): Make it return 1 also for a font-object. |