From: John L. <jr...@us...> - 2007-05-08 00:55:15
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv8721/wxLua/docs Modified Files: changelog.txt Log Message: Add accelerators for running, breaking in wxLuaEdit Fix "reset" to work every time in the wxLuaShell Use simplified wxWidgets (>2.6?) macros for declaring the wxLuaEvents Index: changelog.txt =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** changelog.txt 4 May 2007 19:04:41 -0000 1.27 --- changelog.txt 8 May 2007 00:55:12 -0000 1.28 *************** *** 14,17 **** --- 14,18 ---- - Removed wxLua_AddTrackedObject functions, use wxLuaState::AddTrackedObject. - Updated lua to 5.1.2 + - Removed wxEVT_LUA_CONSOLE compatibility #define, use wxEVT_LUA_PRINT now version 2.8.0.0 (released 24/12/2006) |