diff src/ChangeLog @ 92113:2a9ed1c080b4

(font_match_xlfd, font_check_xlfd_parse): New funs. (font_parse_xlfd): Use them for sanity check. (Finternal_set_font_style_table): Make sure the table is bijiective.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 22 Feb 2008 19:04:03 +0000
parents 4d9fc08769fa
children bf8d637302d3
line wrap: on
line diff
--- a/src/ChangeLog	Fri Feb 22 19:03:06 2008 +0000
+++ b/src/ChangeLog	Fri Feb 22 19:04:03 2008 +0000
@@ -1,5 +1,9 @@
 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
+	(font_parse_xlfd): Use them for sanity check.
+	(Finternal_set_font_style_table): Make sure the table is bijiective.
+
 	Consolidate the image_cache to the terminal struct.
 	* termhooks.h (P_): Remove redundant def.
 	(struct terminal): New field `image_cache'.