Mercurial > emacs
changeset 91581:93691642bd78
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 06 Feb 2008 12:00:56 +0000 |
parents | 590316ce824f |
children | 9c08b66c6c21 |
files | src/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Feb 06 11:54:51 2008 +0000 +++ b/src/ChangeLog Wed Feb 06 12:00:56 2008 +0000 @@ -1,3 +1,15 @@ +2008-02-06 Kenichi Handa <handa@ni.aist.go.jp> + + * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent + to negative value. + + * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info. + + * ftfont.c (ftfont_open): Fix calculation of + font->font.averange_width. + + * charset.c (syms_of_charset): Set QCtest and Qeq. + 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca> * process.c (Fstart_process):