diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2536edb971e..9d457989376 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2008-05-23 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * fontset.c: Delete unused variables and add casting for char * | ||
| 4 | throughout the file. | ||
| 5 | (fontset_font): Try the fallback fonts of the current fontset | ||
| 6 | before consulting the default fontset. | ||
| 7 | |||
| 8 | * ftfont.c (ftfont_spec_pattern): Free charset if necessary. | ||
| 9 | |||
| 10 | * xfont.c (xfont_list_pattern): Free names returned from | ||
| 11 | XListFonts. | ||
| 12 | |||
| 1 | 2008-05-22 Jason Rumney <jasonr@gnu.org> | 13 | 2008-05-22 Jason Rumney <jasonr@gnu.org> |
| 2 | 14 | ||
| 3 | * font.c: Don't include strings.h. | 15 | * font.c: Don't include strings.h. |