From: John L. <jr...@us...> - 2006-08-28 05:26:24
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv1034/wxLua/docs Modified Files: changelog.txt Log Message: Finished cleaning up the code, removed all code from internal.h and internal.cpp and moved it to other files. Do not #include internal.h anymore! Have the functions in wxLuaState that only call C lua funcs call C helper funcs in wxlstate.cpp so that you don't have to create a wxLuaState if you don't really need it. Index: changelog.txt =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** changelog.txt 2 Aug 2006 04:13:41 -0000 1.15 --- changelog.txt 28 Aug 2006 05:26:20 -0000 1.16 *************** *** 38,41 **** --- 38,44 ---- - Fixed wxEvtHandler::Connect[Event] to follow the C++ winID semantics for the case where there is no winId supplied, use wxID_ANY. + - Finished cleaning up the code, moved all the code in + modules/wxlua/include/internal.h and modules/wxlua/src/internal.cpp + to other files. Please include wxlua/wxlstate.h instead of this file. version 2.6.2.0 (released 10/03/2006) |