Update of /cvsroot/wxlua/wxLua/docs
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28670/wxLua/docs
Modified Files:
changelog.txt
Log Message:
Use wxSIGKILL to kill debuggee process since wxSIGTERM doesn't work in MSW
Made wxLuaCheckStack class work a little nicer for easier debugging in C++
Made wxluaT_insert(L, idx) not pop the value that it refs since
it may not be the one at the top of the stack.
Use wxLuaDebugData::GetTypeValue in wxLuaDebugTarget and other code
cleanup in wxLuaDebugTarget
Index: changelog.txt
===================================================================
RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** changelog.txt 17 Nov 2007 00:14:55 -0000 1.46
--- changelog.txt 28 Nov 2007 22:55:00 -0000 1.47
***************
*** 13,16 ****
--- 13,20 ----
called just "txxx" and are now called wxluaT_Xxx where the first
letter or each word is capitalized (camel-case); again for searching.
+ - Made wxluaT_insert(L, idx) not pop the value that it refs since
+ it may not be the one at the top of the stack.
+ - Made wxLuaCheckStack class work a little nicer for easier debugging in C++.
+ - Use wxSIGKILL to kill debuggee process since wxSIGTERM doesn't work in MSW.
version 2.8.4.2
|