aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2008-01-28 07:07:19 +0000
committerKenichi Handa2008-01-28 07:07:19 +0000
commit0aa35ed94de086b6420971429cac345618525ed9 (patch)
tree5f634854b57854c54c4bf08b4b7a905c7f224c09
parent23c8bcbfcea2ebd5404aa37dc4b892b8a2f6eea3 (diff)
downloademacs-0aa35ed94de086b6420971429cac345618525ed9.tar.gz
emacs-0aa35ed94de086b6420971429cac345618525ed9.zip
*** empty log message ***
-rw-r--r--src/ChangeLog.unicode23
1 files changed, 22 insertions, 1 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode
index 78d8130f1ff..195da8b486f 100644
--- a/src/ChangeLog.unicode
+++ b/src/ChangeLog.unicode
@@ -1,3 +1,24 @@
12008-01-28 Kenichi Handa <handa@ni.aist.go.jp>
2
3 * font.h (FONTP): Make it return 1 also for a font-object.
4
5 * .gdbinit (xfontset): New function.
6
7 * font.c (font_find_for_lface): Check if the character C is
8 supported or not only for the first font.
9
10 * fontset.c (reorder_font_vector): Fix typo.
11 (fontset_find_font): Don't add a font-spec specifying a script.
12 Use 0 (not Qt) for the indication of empty font-group. Change the
13 format of RFONT-DEF. Return Qt if no font in the font-group
14 support the character.
15 (fontset_font): Adjusted for the above change. If no font was
16 found the character, remember that.
17 (face_for_char): Adjusted for the change of RFONT-DEF.
18 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
19 no font for the target.
20 (Finternal_char_font): Adjusted for the change of RFONT-DEF.
21
12008-01-25 Kenichi Handa <handa@ni.aist.go.jp> 222008-01-25 Kenichi Handa <handa@ni.aist.go.jp>
2 23
3 * font.c (font_load_for_face): Handle the case that the font in 24 * font.c (font_load_for_face): Handle the case that the font in
@@ -25,7 +46,7 @@
252008-01-14 Kenichi Handa <handa@ni.aist.go.jp> 462008-01-14 Kenichi Handa <handa@ni.aist.go.jp>
26 47
27 * font.c (font_find_for_lface): Fix the handling of the return 48 * font.c (font_find_for_lface): Fix the handling of the return
28 value of font_has_char. 49 value of font_has_char.
29 (Ffont_shape_text): Fix previous change. 50 (Ffont_shape_text): Fix previous change.
30 51
31 * fontset.c (FONTSET_REF_AND_RANGE): Delete it. 52 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.