# HG changeset patch # User Chong Yidong # Date 1235694515 0 # Node ID 183133f0055db64044958aa906c884853e2dcbd2 # Parent c507d7b836ba0c0b663e1e46f56cd379ae56f09d * font.c (font_style_to_value): Set value for unknown symbols to 100 instead of 255. * font.h (weight_table, slant_table, width_table): Treat "unspecified" as the default value. diff -r c507d7b836ba -r 183133f0055d src/ChangeLog --- a/src/ChangeLog Fri Feb 27 00:04:59 2009 +0000 +++ b/src/ChangeLog Fri Feb 27 00:28:35 2009 +0000 @@ -1,3 +1,11 @@ +2009-02-27 Chong Yidong + + * font.c (font_style_to_value): Set value for unknown symbols to + 100 instead of 255. + + * font.h (weight_table, slant_table, width_table): Treat + "unspecified" as the default value. + 2009-02-26 Juanma Barranquero * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.