# HG changeset patch # User Sam Lantinga # Date 1198909307 0 # Node ID 63b57f6b652339c9d9360e609581663ca7928fe2 # Parent fc27f3e8eee42c7687c81cafdc1cd9957dd279ea Updated patch notes for 1.2.13 diff -r fc27f3e8eee4 -r 63b57f6b6523 docs.html --- a/docs.html Sat Dec 29 06:16:35 2007 +0000 +++ b/docs.html Sat Dec 29 06:21:47 2007 +0000 @@ -14,6 +14,69 @@

API Documentation

+

SDL 1.2.13 Release Notes

+

+SDL 1.2.13 is a minor bug fix release. +

+ +

General Notes

+ +
+

+ Fixed link error when building with Intel Compiler 10. +

+

+ Removed stray C++ comment from public headers. +

+
+ +

Unix Notes

+ +
+

+ Fixed crash in SDL_SoftStretch() on secure operating systems. +

+

+ Worked around BadAlloc error when using XVideo on the XFree86 Intel Integrated Graphics driver. +

+

+ Scan for all joysticks on Linux instead of stopping at one that was removed. +

+
+ +

Windows Notes

+ +
+

+ Fixed crash when a video driver reports higher than 32 bpp video modes. +

+

+ Fixed restoring the desktop after setting a 24-bit OpenGL video mode. +

+

+ Fixed window titles on Windows 95/98/ME. +

+

+ Added SDL_BUTTON_X1 and SDL_BUTTON_X2 constants for extended mouse buttons. +

+
+ +

Mac OS X Notes

+ +
+

+ SDL now builds on Mac OS X 10.5 (Leopard). +

+

+ Fixed high frequency crash involving text input. +

+

+ Improved trackpad scrolling support. +

+
+ +[separator] +

SDL 1.2.12 Release Notes

SDL 1.2.12 is a minor bug fix release.