aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2008-05-23 02:24:31 +0000
committerKenichi Handa2008-05-23 02:24:31 +0000
commitdbf46ba612e54e24f0b619013b3a40b3d2ba9d84 (patch)
tree7ede4e62918f8ebf2b470d289bcc9e0d60d98a4f /src/ChangeLog
parentde24e3eb5175b2441778f8ce5f12937f8892cb0c (diff)
downloademacs-dbf46ba612e54e24f0b619013b3a40b3d2ba9d84.tar.gz
emacs-dbf46ba612e54e24f0b619013b3a40b3d2ba9d84.zip
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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
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 @@
12008-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
12008-05-22 Jason Rumney <jasonr@gnu.org> 132008-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.