changeset 103099:c997f4c2824e

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 29 Apr 2009 01:42:13 +0000
parents 8df81ecfbeb8
children 5174a8be873b
files src/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Apr 29 01:41:45 2009 +0000
+++ b/src/ChangeLog	Wed Apr 29 01:42:13 2009 +0000
@@ -1,3 +1,13 @@
+2009-04-29  Kenichi Handa  <handa@m17n.org>
+
+	* fontset.h (set_default_ascii_font): Delete extern.
+
+	* fontset.c (set_default_ascii_font): Delete this unused function.
+
+	* frame.c (x_set_font): When ARG is a font-object, check if the
+	font-object matches with the ASCII font-spec of the frame's
+	fontset.  If not, create a new fontset for the frame.
+
 2009-04-28  Andreas Schwab  <schwab@linux-m68k.org>
 
 	* fns.c (Flocale_info): Protect vector from GC during decoding.