From: John L. <jr...@us...> - 2007-07-02 01:00:19
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv4490/wxLua/docs Modified Files: changelog.txt Log Message: Bump version to 2.8.4.1 Fix media.wx.lua for MSW Index: changelog.txt =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** changelog.txt 26 Jun 2007 03:22:04 -0000 1.39 --- changelog.txt 2 Jul 2007 01:00:16 -0000 1.40 *************** *** 2,5 **** --- 2,14 ---- =============== + version 2.8.4.1 + -------------------------------------------------------------------- + + - Made wxLUA_USE_wxMediaCtrl and wxLUA_USE_wxGLCanvas 1 by default. + They are #if wxUSE_MEDIACTRL and wxUSE_GLCANVAS so they are only included + if the wxWidgets you compile against uses them. + - Added media.wx.lua sample to show off the wxMediaCtrl + - Fixed the argtags for integer arrays. + version 2.8.4.0 -------------------------------------------------------------------- |