From: John L. <jr...@us...> - 2008-12-04 05:12:41
|
Update of /cvsroot/wxlua/wxLua/docs In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv16045/wxLua/docs Modified Files: changelog.txt Log Message: Added wxTextUrlEvent to the bindings. Index: changelog.txt =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -d -r1.66 -r1.67 *** changelog.txt 3 Dec 2008 05:26:03 -0000 1.66 --- changelog.txt 4 Dec 2008 05:12:38 -0000 1.67 *************** *** 17,20 **** --- 17,21 ---- - Allow wxLuaState::RunString/Buffer() and friends to allow for values left on the stack. The default is to leave none as before. + - Added wxTextUrlEvent to the bindings. version 2.8.7.0 (released 02/02/2008) |