Update of /cvsroot/wxlua/wxLua/docs
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv24974/wxLua/docs
Modified Files:
changelog.txt
Log Message:
* Changed signature of the function wxLuaState::SetLuaDebugHook() so that
the inputs to lua_sethook() are together and in the same order.
- Renamed wxLuaCallback to wxLuaEventCallback to make it more clear that
it is a callback for the wxEvents using wxEvtHandlers.
Cleaned up the comments in the headers.
Index: changelog.txt
===================================================================
RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** changelog.txt 13 Dec 2007 00:47:48 -0000 1.52
--- changelog.txt 15 Dec 2007 16:56:40 -0000 1.53
***************
*** 62,65 ****
--- 62,69 ----
- Created a central luauserdata:delete() function for the bindings to reduce
code. wxLua_wxluabind_delete(L)
+ * Changed signature of the function wxLuaState::SetLuaDebugHook() so that
+ the inputs to lua_sethook() are together and in the same order.
+ - Renamed wxLuaCallback to wxLuaEventCallback to make it more clear that
+ it is a callback for the wxEvents using wxEvtHandlers.
version 2.8.4.2
|