comparison src/ChangeLog @ 91581:93691642bd78

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 06 Feb 2008 12:00:56 +0000
parents 10c3131a345b
children 3081b8f848bc
comparison
equal deleted inserted replaced
91580:590316ce824f 91581:93691642bd78
1 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
2
3 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
4 to negative value.
5
6 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
7
8 * ftfont.c (ftfont_open): Fix calculation of
9 font->font.averange_width.
10
11 * charset.c (syms_of_charset): Set QCtest and Qeq.
12
1 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca> 13 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2 14
3 * process.c (Fstart_process): 15 * process.c (Fstart_process):
4 * callproc.c (Fcall_process): Handle the case where 16 * callproc.c (Fcall_process): Handle the case where
5 Funhandled_file_name_directory returns nil. 17 Funhandled_file_name_directory returns nil.