Update of /cvsroot/wxlua/wxLua/docs
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14147/wxLua/docs
Modified Files:
changelog.txt wxlua.html
Log Message:
Remove all code in dservice as it wasn't used
Removed m_pDerivedList and put derived lua functions into the lua registry index
A little more cleanup in the socket and editor.wx.lua code.
Index: wxlua.html
===================================================================
RCS file: /cvsroot/wxlua/wxLua/docs/wxlua.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** wxlua.html 3 May 2007 21:05:34 -0000 1.17
--- wxlua.html 21 May 2007 01:07:59 -0000 1.18
***************
*** 1,8 ****
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
! <html><head>
! <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>wxLua Documentation</title>
! <meta content="John Labenski" name="author"></head>
! <body><h2><u>wxLua
Documentation</u></h2>
<a href="http://wxlua.sourceforge.net">wxLua</a> is
a <a href="http://www.lua.org">Lua</a>
--- 1,19 ----
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
[...3226 lines suppressed...]
! LuaCall(int narg, int clear)</li>
!
! <ul>
!
! <li>Uses
lua_call to run a chunk on the stack, but sets
! things up for wxLua first.</li>
!
! <li>Returns lua's error
! code LUA_ERRXXX or 0 on sucess</li>
!
! </ul>
!
! <li>The
other functions 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.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** changelog.txt 8 May 2007 00:55:12 -0000 1.28
--- changelog.txt 21 May 2007 01:07:59 -0000 1.29
***************
*** 15,18 ****
--- 15,23 ----
- Updated lua to 5.1.2
- Removed wxEVT_LUA_CONSOLE compatibility #define, use wxEVT_LUA_PRINT now
+ - Refactored and cleaned up socket debugging code.
+ Removed exception code.
+ Removed DebuggerService code as it wasn't used.
+ - Put derived functions into the LUA_REGISTRYINDEX instead of the
+ wxLuaState's m_pDerivedList.
version 2.8.0.0 (released 24/12/2006)
|