aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2008-06-05 05:48:36 +0000
committerKenichi Handa2008-06-05 05:48:36 +0000
commite7438ece8cbb0dad050d279690102e83b58849c6 (patch)
tree3d559c3490c784ad23754b7b2894970cbc516dfd /src
parentb1d6575d634a099b0b1a68529374ae8e0409a461 (diff)
downloademacs-e7438ece8cbb0dad050d279690102e83b58849c6.tar.gz
emacs-e7438ece8cbb0dad050d279690102e83b58849c6.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog13
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
112008-06-05 Kenichi Handa <handa@m17n.org> 112008-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
202008-06-05 Stefan Monnier <monnier@iro.umontreal.ca> 292008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
21 30