From: John L. <jr...@us...> - 2006-08-02 04:13:46
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv1613/wxLua/docs Modified Files: changelog.txt Log Message: fix wxSocketBase::ReadMsg for reading less than specified number of bytes Index: changelog.txt =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** changelog.txt 20 Jul 2006 16:17:37 -0000 1.14 --- changelog.txt 2 Aug 2006 04:13:41 -0000 1.15 *************** *** 6,9 **** --- 6,10 ---- -------------------------------------------------------------------- + - Fixed wxSocketBase::ReadMsg for reading less bytes, Steve Kieu - Fixed unicode conversion in wx2lua and lua2wx, thanks Steve Kieu - Switched from lua 5.0 to lua 5.1, updated to 5.1.1 (6/11/06) |