]> git.eshelyaron.com Git - emacs.git/commitdiff
* font.c (font_style_to_value): Set value for unknown symbols to 100
authorChong Yidong <cyd@stupidchicken.com>
Fri, 27 Feb 2009 00:28:35 +0000 (00:28 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 27 Feb 2009 00:28:35 +0000 (00:28 +0000)
instead of 255.

* font.h (weight_table, slant_table, width_table): Treat
"unspecified" as the default value.

src/ChangeLog

index 6148ff02abd2df042f7da1498f6fe6df9a28e095..c0741f08f55513273bfc7acd270b8b95861891f6 100644 (file)
@@ -1,3 +1,11 @@
+2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
+
+       * 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  <lekktu@gmail.com>
 
        * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.