diff WhatsNew @ 4280:e1826b24ee8d SDL-1.2

Updated documentation with major changes for 1.2.14
author Sam Lantinga <slouken@libsdl.org>
date Wed, 07 Oct 2009 08:00:20 +0000
parents 82dab719502e
children 0ca47eaff9c9
line wrap: on
line diff
--- a/WhatsNew	Wed Oct 07 06:11:19 2009 +0000
+++ b/WhatsNew	Wed Oct 07 08:00:20 2009 +0000
@@ -3,6 +3,14 @@
 
 Version 1.0:
 
+1.2.14:
+	Added cast macros for correct usage with C++:
+		SDL_reinterpret_cast(type, expression)
+		SDL_static_cast(type, expression)
+
+	Added SDL_NO_LOCK_KEYS environment variable to enable normal
+	up/down events for Caps-Lock and Num-Lock keys.
+
 1.2.13:
 	Added SDL_BUTTON_X1 and SDL_BUTTON_X2 constants.