aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 318f378e209..963665cc0a8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12008-06-25 Kenichi Handa <handa@m17n.org> 12008-06-25 Kenichi Handa <handa@m17n.org>
2 2
3 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
4
5 * font.c (font_parse_fcname): Remove unused variables.
6 (font_sort_entites): Delete the arg SPEC. Caller changed. Fix
7 for the case of ! best_only.
8 (font_delete_unmatched): Check DPI and AVGWIDTH too.
9
3 * lisp.h (Fstring_to_unibyte): EXFUN it. 10 * lisp.h (Fstring_to_unibyte): EXFUN it.
4 11
5 * character.h: (str_to_unibyte): Extern it. 12 * character.h: (str_to_unibyte): Extern it.