diff options
| author | Kenichi Handa | 2009-03-30 12:51:11 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2009-03-30 12:51:11 +0000 |
| commit | d8d2f142e0c318c69e9dbc08af4881d861b07d5a (patch) | |
| tree | 45970e903b59d1bd0ab909e64b38ce9915b95205 /src/ChangeLog | |
| parent | e386973195212656d80a767e7fc0afb1baf6a75f (diff) | |
| download | emacs-d8d2f142e0c318c69e9dbc08af4881d861b07d5a.tar.gz emacs-d8d2f142e0c318c69e9dbc08af4881d861b07d5a.zip | |
(fontset_from_font): Specify only registry in a font-spec for all
characters supported by that registry.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2b743f6176f..79c79f59eac 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2009-03-30 Kenichi Handa <handa@m17n.org> | 1 | 2009-03-30 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * fontset.c (fontset_from_font): Specify only registry in a | ||
| 4 | font-spec for all characters supported by that registry. | ||
| 5 | |||
| 3 | * ftfont.c: Fix previous change. Define ftfont_variation_glyphs | 6 | * ftfont.c: Fix previous change. Define ftfont_variation_glyphs |
| 4 | even if HAVE_M17N_FLT is not defined. | 7 | even if HAVE_M17N_FLT is not defined. |
| 5 | 8 | ||