# HG changeset patch # User Sam Lantinga # Date 1198954873 0 # Node ID 98dee075dae0bf1d89df041080f32f38943e76a4 # Parent 3c068a8c016f65b9283152b13f3d7e0b28f4007f Added patch note for fixing bug #503 diff -r 3c068a8c016f -r 98dee075dae0 docs.html --- a/docs.html Sat Dec 29 18:58:09 2007 +0000 +++ b/docs.html Sat Dec 29 19:01:13 2007 +0000 @@ -37,6 +37,9 @@ Fixed crash in SDL_SoftStretch() on secure operating systems.

+ Fixed undefined symbol on X11 implementations without UTF-8 support. +

+

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

@@ -59,6 +62,9 @@

Added SDL_BUTTON_X1 and SDL_BUTTON_X2 constants for extended mouse buttons.

+

+ Added support for quoted command line arguments. +

Mac OS X Notes