Ryan C. Gordon [Tue, 26 May 2015 11:13:51 -0400] rev 9626
Updated configure script.
Ryan C. Gordon [Tue, 26 May 2015 11:12:28 -0400] rev 9625
Removed -XCCLinker from MingW command line (thanks, Fredrik!).
Fixes Bugzilla #2707.
Ryan C. Gordon [Tue, 26 May 2015 11:08:30 -0400] rev 9624
Windows: don't beep on Alt-* key combos (Thanks, historic_bruno!).
Fixes Bugzilla 2669.
Ryan C. Gordon [Tue, 26 May 2015 11:01:19 -0400] rev 9623
Cocoa: report SDL_WINDOWEVENT_EXPOSED events to the app (thanks, David!).
Fixes Bugzilla #2644.
Ryan C. Gordon [Tue, 26 May 2015 09:55:41 -0400] rev 9622
Cocoa: don't fail outright if we see an unknown display format.
Just treat it as ARGB8888.
Ryan C. Gordon [Tue, 26 May 2015 10:25:15 -0400] rev 9621
Don't look for (and fail without) glGetIntegerv() until we need to.
Fixes Bugzilla #2615.
Sam Lantinga [Tue, 26 May 2015 06:32:19 -0700] rev 9620
Fixed bug 1392 - Debian patch: do not propagate -lpthread
Sam Lantinga [Tue, 26 May 2015 06:27:46 -0700] rev 9619
Updated the copyright year to 2015
Sam Lantinga [Tue, 26 May 2015 06:27:12 -0700] rev 9618
Script from Sylvain to automate updating the copyright year
Sam Lantinga [Tue, 26 May 2015 06:16:43 -0700] rev 9617
Fixed bug 2989 - Memory loss in clipboard_testClipboardTextFunctions