Yay! (CVS update)

Finally, the X11 keyboard repeat problem has been fixed!
Never again type “xset r” when developing an SDL program!

Here’s a full list of changes in the latest CVS release
(also available at: http://www.devolution.com/~slouken/SDL/download.html)

0.9.11: SDL no longer changes the X11 keyboard repeat
0.9.11: Added a data source abstraction for loading/saving data
0.9.11: Added three built in data abstractions:
SDL_RWFromFile(), SDL_RWFromFP(), SDL_RWFromMem()
0.9.11: Added stdio-like functions for using data sources:
SDL_RWseek(), SDL_RWread(), SDL_RWwrite(), SDL_RWclose()
0.9.11: Replaced SDL_CalculateEndian() with SDL_BYTEORDER macro
0.9.11: Endian swapping functions are now macros, for speed.
0.9.11: Endian read/write functions now use data sources
0.9.11: Added function SDL_LoadWAV_RW() for data sources
0.9.11: Added function SDL_LoadBMP_RW() for data sources
0.9.11: Added function SDL_SaveBMP_RW() for data sources
0.9.10: Mixer no longer fails if timidity isn’t installed
0.9.10: Mixer restarts MOD files on play (thanks Bill Kendrick)
0.9.10: Fixed occasional crashing of the mixer library
0.9.10: Fixed icon display on Afterstep under Linux
0.9.10: Fixed occasional crash in mixer example
0.9.10: Linux cdrom list now comes from /etc/fstab
0.9.10: Fixed support for UK keyboard (thanks John Elliott)
0.9.10: The event queue is now thread-safe
0.9.10: Added event queue pump function: SDL_PumpEvents()
0.9.10: Added low level event function: SDL_PeepEvents()
0.9.10: Added a new thread function: SDL_ThreadID()
0.9.10: Fixed an audio rate conversion memory overrun
0.9.10: Fixed crash with RLE acceleration on big surfaces
0.9.10: Improved MacOS display driver - added fullscreen
0.9.10: Removed spurious warnings from Linux X11 driver
0.9.10: Fixed memory leak in SDL_InvalidateMap()
0.9.10: Fixed right button of 2-button mice on Win32
0.9.10: Enabled XFree86 mode changes on older servers

Please let me know what you think!

-Sam Lantinga				(slouken at devolution.com)

Lead Programmer, Loki Entertainment Software–
Author of Simple DirectMedia Layer -
http://www.devolution.com/~slouken/SDL/