diff options
| author | Andreas Schwab | 2012-06-30 11:13:54 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2012-06-30 11:13:54 +0200 |
| commit | c5e4379cef494adeed3ce4ba3c610819c088cda8 (patch) | |
| tree | 992965f991b094296784af9c0fe1844105f8d633 /src/ChangeLog | |
| parent | af5a5a98c882b9c4ed61bf840ce4f7e3d20baaa8 (diff) | |
| download | emacs-c5e4379cef494adeed3ce4ba3c610819c088cda8.tar.gz emacs-c5e4379cef494adeed3ce4ba3c610819c088cda8.zip | |
* font.c (font_style_to_value, font_style_symbolic)
(font_prop_validate_style): Add type checks for values in
font_style_table.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fe66f77fc43..ce817c19894 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2012-06-30 Andreas Schwab <schwab@linux-m68k.org> | 1 | 2012-06-30 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 2 | ||
| 3 | * font.c (font_style_to_value, font_style_symbolic) | ||
| 4 | (font_prop_validate_style): Add type checks for values in | ||
| 5 | font_style_table. | ||
| 6 | |||
| 3 | * lisp.h (CHECK_RANGED_INTEGER): Make value to check the first | 7 | * lisp.h (CHECK_RANGED_INTEGER): Make value to check the first |
| 4 | argument. | 8 | argument. |
| 5 | * character.c, charset.c, menu.c, process.c, window.c: Adjust all | 9 | * character.c, charset.c, menu.c, process.c, window.c: Adjust all |