aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2006-11-29 13:10:47 +0000
committerKenichi Handa2006-11-29 13:10:47 +0000
commit7faa8095342cd1b16f6d95d20cd27136789b755e (patch)
tree3712934a47fdad9682c5fadee48bfd1d5632ee09 /src
parent5dae4230cf9713c150f0bab183fa9e76d34596c9 (diff)
downloademacs-7faa8095342cd1b16f6d95d20cd27136789b755e.tar.gz
emacs-7faa8095342cd1b16f6d95d20cd27136789b755e.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.unicode15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode
index 642db7f9a77..d5d2505c2ef 100644
--- a/src/ChangeLog.unicode
+++ b/src/ChangeLog.unicode
@@ -1,5 +1,20 @@
12006-11-29 Kenichi Handa <handa@m17n.org> 12006-11-29 Kenichi Handa <handa@m17n.org>
2 2
3 * xftfont.c (ftfont_font_format): Extern declaration.
4
5 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
6
7 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
8 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
9
10 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
11 (ftfont_font_format): Fix previous change.
12
13 * font.h (Ffont_xlfd_name): EXFUN it.
14
15 * font.c (font_parse_xlfd): Fix the array size of `f'.
16 (register_font_driver): Use EQ to compare driver->type.
17
3 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function. 18 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
4 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2. 19 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
5 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise. 20 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.