From: John L. <jr...@us...> - 2006-05-03 22:52:21
|
Update of /cvsroot/wxlua/wxLua/modules/wxbindstc/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27806/wxLua/modules/wxbindstc/src Modified Files: stc.cpp Log Message: don't track pushed wxWindows using EVT_DESTROY twice update geometry.i to 2.6.3 fix unary op - to use op_neg and fix binding operators in general update docs for op_neg Index: stc.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbindstc/src/stc.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** stc.cpp 26 Apr 2006 22:54:15 -0000 1.11 --- stc.cpp 3 May 2006 22:52:18 -0000 1.12 *************** *** 4688,4692 **** - // Overloaded function bindings --- 4688,4691 ---- *************** *** 5835,5839 **** - // Overloaded function bindings --- 5834,5837 ---- |