From: Chong Yidong Date: Fri, 27 Feb 2009 00:28:35 +0000 (+0000) Subject: * font.c (font_style_to_value): Set value for unknown symbols to 100 X-Git-Tag: emacs-pretest-23.0.92~434 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=caf8d60ccd6df90c30e41d9066058b87309a6174;p=emacs.git * 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 --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.