diff options
| author | Chong Yidong | 2009-02-27 00:29:59 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-02-27 00:29:59 +0000 |
| commit | b61137ea4bcc42d0fa3659ac7f3b0ef57c622444 (patch) | |
| tree | b238559ef94e19fe07c3485fb6fb265fdbc7ec69 /src | |
| parent | c2694a0642a1d9bebfeeebeb2a8262a8872b5fe5 (diff) | |
| download | emacs-b61137ea4bcc42d0fa3659ac7f3b0ef57c622444.tar.gz emacs-b61137ea4bcc42d0fa3659ac7f3b0ef57c622444.zip | |
Fix last entry.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c0741f08f55..8c2f33b899e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,9 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | * font.c (font_style_to_value): Set value for unknown symbols to | 3 | * font.c (font_style_to_value): Set value for unknown symbols to |
| 4 | 100 instead of 255. | 4 | 100 instead of 255. |
| 5 | 5 | (weight_table, slant_table, width_table): Treat "unspecified" as | |
| 6 | * font.h (weight_table, slant_table, width_table): Treat | 6 | the default value. |
| 7 | "unspecified" as the default value. | ||
| 8 | 7 | ||
| 9 | 2009-02-26 Juanma Barranquero <lekktu@gmail.com> | 8 | 2009-02-26 Juanma Barranquero <lekktu@gmail.com> |
| 10 | 9 | ||