aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2009-02-27 00:28:35 +0000
committerChong Yidong2009-02-27 00:28:35 +0000
commitcaf8d60ccd6df90c30e41d9066058b87309a6174 (patch)
tree9e1c93804e496a16ff4dcebad79d15a1babacc84 /src
parent431709cbb75ab73920f67144b1b6e853d3d50d69 (diff)
downloademacs-caf8d60ccd6df90c30e41d9066058b87309a6174.tar.gz
emacs-caf8d60ccd6df90c30e41d9066058b87309a6174.zip
* 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.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6148ff02abd..c0741f08f55 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12009-02-27 Chong Yidong <cyd@stupidchicken.com>
2
3 * font.c (font_style_to_value): Set value for unknown symbols to
4 100 instead of 255.
5
6 * font.h (weight_table, slant_table, width_table): Treat
7 "unspecified" as the default value.
8
12009-02-26 Juanma Barranquero <lekktu@gmail.com> 92009-02-26 Juanma Barranquero <lekktu@gmail.com>
2 10
3 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring. 11 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.