Mercurial > emacs
changeset 95231:a448f0e0375b
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 23 May 2008 02:24:31 +0000 |
parents | fa14617b247e |
children | e043650664ff |
files | src/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri May 23 02:21:30 2008 +0000 +++ b/src/ChangeLog Fri May 23 02:24:31 2008 +0000 @@ -1,3 +1,15 @@ +2008-05-23 Kenichi Handa <handa@m17n.org> + + * fontset.c: Delete unused variables and add casting for char * + throughout the file. + (fontset_font): Try the fallback fonts of the current fontset + before consulting the default fontset. + + * ftfont.c (ftfont_spec_pattern): Free charset if necessary. + + * xfont.c (xfont_list_pattern): Free names returned from + XListFonts. + 2008-05-22 Jason Rumney <jasonr@gnu.org> * font.c: Don't include strings.h.