diff options
| author | Chong Yidong | 2009-02-27 00:28:35 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-02-27 00:28:35 +0000 |
| commit | caf8d60ccd6df90c30e41d9066058b87309a6174 (patch) | |
| tree | 9e1c93804e496a16ff4dcebad79d15a1babacc84 /src | |
| parent | 431709cbb75ab73920f67144b1b6e853d3d50d69 (diff) | |
| download | emacs-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/ChangeLog | 8 |
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 @@ | |||
| 1 | 2009-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 | |||
| 1 | 2009-02-26 Juanma Barranquero <lekktu@gmail.com> | 9 | 2009-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. |