Mercurial > emacs
changeset 102297:183133f0055d
* 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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 27 Feb 2009 00:28:35 +0000 |
parents | c507d7b836ba |
children | b666efc8e847 |
files | src/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.