From: John L. <jr...@us...> - 2009-05-14 05:06:49
|
Update of /cvsroot/wxlua/wxLua/docs In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv9404/wxLua/docs Modified Files: changelog.txt Log Message: Allow multiple inheritance in the bindings. Index: changelog.txt =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v retrieving revision 1.68 retrieving revision 1.69 diff -C2 -d -r1.68 -r1.69 *** changelog.txt 24 Mar 2009 04:15:07 -0000 1.68 --- changelog.txt 14 May 2009 05:06:21 -0000 1.69 *************** *** 20,23 **** --- 20,25 ---- - Fixed double -> unsigned integer using all 32 bits conversion. Fixes wxSTC_MASK_FOLDERS problem, thanks to Andre Arpin. + - Allow multiple inheritance in the bindings. Changed members of + wxLuaBindClass to reflect that base class info are stored in arrays. version 2.8.7.0 (released 02/02/2008) |