From: John L. <jr...@us...> - 2007-11-29 23:35:57
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv29041/wxLua/docs Modified Files: changelog.txt Log Message: Made the wxLuaStackDialog much nicer, faster, search in all cols, collapse and expand child tables. Index: changelog.txt =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** changelog.txt 28 Nov 2007 22:55:00 -0000 1.47 --- changelog.txt 29 Nov 2007 23:35:53 -0000 1.48 *************** *** 17,20 **** --- 17,22 ---- - 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. + - wxLuaStackDialog has better search for all columns, collapse and expand + tables, and show metatables. version 2.8.4.2 |