diff src/ChangeLog @ 95894:76261fd18708

* w32fns.c (Fw32_select_font): Removed old font API function. * w32font.c (logfont_to_fcname): New function. (Fx_select_font): New font dialog function compatible with GTK/fontconfig version. * font.c (font_style_symbolic_from_value): New function. (font_style_symbolic): Use it. * font.h (font_style_symbolic_from_value): Declare new function.
author Jason Rumney <jasonr@gnu.org>
date Fri, 13 Jun 2008 14:29:47 +0000
parents ef62be95d808
children d87b6172ad66
line wrap: on
line diff
--- a/src/ChangeLog	Fri Jun 13 14:28:13 2008 +0000
+++ b/src/ChangeLog	Fri Jun 13 14:29:47 2008 +0000
@@ -1,3 +1,16 @@
+2008-06-13  Jason Rumney  <jasonr@gnu.org>
+
+        * w32fns.c (Fw32_select_font): Removed old font API function.
+
+        * w32font.c (logfont_to_fcname): New function.
+        (Fx_select_font): New font dialog function compatible with
+        GTK/fontconfig version.
+
+        * font.c (font_style_symbolic_from_value): New function.
+        (font_style_symbolic): Use it.
+
+        * font.h (font_style_symbolic_from_value): Declare new function.
+
 2008-06-13  Juanma Barranquero  <lekktu@gmail.com>
 
 	* font.c (syms_of_font) <font-weight-table, font-slant-table>:
@@ -39,7 +52,6 @@
 	(font_update_lface): Don't parse "foundry-family" form here.
 	Handle FONT_FOUNDRY_INDEX.
 	(font_find_for_lface): Likewise.  Handle alternate families here.
-	If registry is nil, try iso8859-1 and ascii-0.
 	(font_open_for_lface): Pay attention to size in ENTITY.
 	(font_open_by_name): Simplify by calling font_load_for_lface.
 	(free_font_driver_list): Delete it.