From: John L. <jr...@us...> - 2008-01-18 06:00:25
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv15084/wxLua/docs Modified Files: changelog.txt wxlua.html Log Message: Update Lua from 5.1.2 to 5.1.3 Index: wxlua.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/wxlua.html,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** wxlua.html 22 Dec 2007 06:07:08 -0000 1.35 --- wxlua.html 18 Jan 2008 06:00:09 -0000 1.36 *************** *** 112,119 **** newer versions of wxWidgets as well as older ones.</li> <li>Lua ! 5.1.2</li> <ul> <li>wxLua ! uses an unmodified copy of Lua 5.1.2 (with patches applied)</li> <li>Any program --- 112,119 ---- newer versions of wxWidgets as well as older ones.</li> <li>Lua ! 5.1.3</li> <ul> <li>wxLua ! uses an unmodified copy of Lua 5.1.3 (with patches applied)</li> <li>Any program *************** *** 2275,2277 **** other functions which are documented in <span style="font-style: italic;">wxLua/modules/wxlua/include/wxlstate.h</span>.</li> </ul> ! </body></html> \ No newline at end of file --- 2275,2277 ---- other functions which are documented in <span style="font-style: italic;">wxLua/modules/wxlua/include/wxlstate.h</span>.</li> </ul> ! </body></html> Index: changelog.txt =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** changelog.txt 15 Jan 2008 19:41:11 -0000 1.57 --- changelog.txt 18 Jan 2008 06:00:08 -0000 1.58 *************** *** 121,125 **** now accepts more options and automatically detects the presence/absence of each wxWidgets library when --enable-wxbind* options are left in "auto" mode ! version 2.8.4.2 --- 121,126 ---- now accepts more options and automatically detects the presence/absence of each wxWidgets library when --enable-wxbind* options are left in "auto" mode ! ! * Updated Lua to 5.1.3-rc1 version 2.8.4.2 |