diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c564066d0b2..9701c55b313 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -10,12 +10,21 @@ | |||
| 10 | 10 | ||
| 11 | 2008-06-05 Kenichi Handa <handa@m17n.org> | 11 | 2008-06-05 Kenichi Handa <handa@m17n.org> |
| 12 | 12 | ||
| 13 | * font.c (Ffont_spec): Don't use font_parse_family_registry for | ||
| 14 | family name. | ||
| 15 | (Ffont_put): Likewise. | ||
| 16 | |||
| 17 | * fontset.c (fontset_find_font): Call font_open_for_lface with the | ||
| 18 | current font-spec. | ||
| 19 | |||
| 13 | * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it | 20 | * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it |
| 14 | is unspecified. | 21 | is unspecified. |
| 15 | 22 | ||
| 16 | * xfaces.c (realize_x_face): If the font-related face attributes | 23 | * xfaces.c (realize_x_face): If the font-related face attributes |
| 17 | are the same as those of default face, realize a new fontset | 24 | are the same as those of default face, realize a new fontset from |
| 18 | from default->fontset. | 25 | default->fontset. |
| 26 | (Fx_family_fonts): Use font_parse_family_registry instead of | ||
| 27 | Ffont_put. | ||
| 19 | 28 | ||
| 20 | 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca> | 29 | 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 21 | 30 | ||