From: John L. <jr...@us...> - 2009-03-24 04:15:42
|
Update of /cvsroot/wxlua/wxLua/docs In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10993/wxLua/docs Modified Files: changelog.txt Log Message: Fixed double -> unsigned integer using all 32 bits conversion for wxSTC_MASK_FOLDERS problem, thanks to Andre Arpin. Index: changelog.txt =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v retrieving revision 1.67 retrieving revision 1.68 diff -C2 -d -r1.67 -r1.68 *** changelog.txt 4 Dec 2008 05:12:38 -0000 1.67 --- changelog.txt 24 Mar 2009 04:15:07 -0000 1.68 *************** *** 2,6 **** =============== ! version 2.8.9.0 -------------------------------------------------------------------- --- 2,6 ---- =============== ! version 2.8.10.0 -------------------------------------------------------------------- *************** *** 18,21 **** --- 18,23 ---- on the stack. The default is to leave none as before. - Added wxTextUrlEvent to the bindings. + - Fixed double -> unsigned integer using all 32 bits conversion. + Fixes wxSTC_MASK_FOLDERS problem, thanks to Andre Arpin. version 2.8.7.0 (released 02/02/2008) |