From caf8d60ccd6df90c30e41d9066058b87309a6174 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 27 Feb 2009 00:28:35 +0000 Subject: [PATCH] * 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. --- src/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 6148ff02abd..c0741f08f55 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. -- 2.39.5