aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab2012-06-30 11:13:54 +0200
committerAndreas Schwab2012-06-30 11:13:54 +0200
commitc5e4379cef494adeed3ce4ba3c610819c088cda8 (patch)
tree992965f991b094296784af9c0fe1844105f8d633 /src/ChangeLog
parentaf5a5a98c882b9c4ed61bf840ce4f7e3d20baaa8 (diff)
downloademacs-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/ChangeLog4
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 @@
12012-06-30 Andreas Schwab <schwab@linux-m68k.org> 12012-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