From: John L. <jr...@us...> - 2009-05-24 05:34:22
|
Update of /cvsroot/wxlua/wxLua/docs In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4336/wxLua/docs Modified Files: FAQ.html binding.html changelog.txt install.html wxlua.html Log Message: Update docs for 2.8.10 Index: wxlua.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/wxlua.html,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** wxlua.html 19 May 2009 03:20:53 -0000 1.41 --- wxlua.html 24 May 2009 05:34:14 -0000 1.42 *************** *** 1,10 **** <!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,10 ---- <!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 ! 2.8.10 - Documentation</u></h2> <a href="http://wxlua.sourceforge.net">wxLua</a> is a <a href="http://www.lua.org">Lua</a> *************** *** 123,127 **** </ul> <li>wxWidgets ! 2.8.7 (>= 2.6.3)</li> <ul> <li>The interface --- 123,127 ---- </ul> <li>wxWidgets ! 2.8.10 (>= 2.6.3)</li> <ul> <li>The interface *************** *** 1272,1276 **** </li> <li>"!" = "op_not"</li> ! <li></li> <li>"|" = "op_or"<br> </li> --- 1272,1277 ---- </li> <li>"!" = "op_not"</li> ! <li><br> ! </li> <li>"|" = "op_or"<br> </li> *************** *** 1281,1285 **** <li>"<<" = "op_lshift"</li> <li>">>" = "op_rshift"</li> ! <li></li> <li>"|=" = "op_ior"</li> --- 1282,1287 ---- <li>"<<" = "op_lshift"</li> <li>">>" = "op_rshift"</li> ! <li><br> ! </li> <li>"|=" = "op_ior"</li> *************** *** 1289,1293 **** <li>"<<=" = "op_ilshift"</li> <li>">>=" = "op_irshift"</li> ! <li></li> <li>"++" = --- 1291,1296 ---- <li>"<<=" = "op_ilshift"</li> <li>">>=" = "op_irshift"</li> ! <li><br> ! </li> <li>"++" = *************** *** 1298,1302 **** (unary)" = "op_neg"</li> <li>"~ (unary)" = "op_comp"</li><li>"[]" = "op_index"</li><li>"()" = "op_func"</li> ! <li></li> <li>"=" = op_set</li> <li>"+" = "op_add"<br> --- 1301,1306 ---- (unary)" = "op_neg"</li> <li>"~ (unary)" = "op_comp"</li><li>"[]" = "op_index"</li><li>"()" = "op_func"</li> ! <li><br> ! </li> <li>"=" = op_set</li> <li>"+" = "op_add"<br> *************** *** 1310,1314 **** = "op_div"</li> <li>"%" = "op_mod"</li> ! <li></li> <li>"+=" = "op_iadd" note: ixxx stands for "inplace" as --- 1314,1319 ---- = "op_div"</li> <li>"%" = "op_mod"</li> ! <li><br> ! </li> <li>"+=" = "op_iadd" note: ixxx stands for "inplace" as *************** *** 1323,1327 **** "op_idiv"</li> <li>"%=" = "op_imod"</li> ! <li></li> <li>Example : <i>"pt = wx.wxPoint(1,2); pt = pt + --- 1328,1333 ---- "op_idiv"</li> <li>"%=" = "op_imod"</li> ! <li><br> ! </li> <li>Example : <i>"pt = wx.wxPoint(1,2); pt = pt + *************** *** 2277,2279 **** other functions which are documented in <span style="font-style: italic;">wxLua/modules/wxlua/include/wxlstate.h</span>.</li> </ul> ! </body></html> --- 2283,2285 ---- other functions which are documented in <span style="font-style: italic;">wxLua/modules/wxlua/include/wxlstate.h</span>.</li> </ul> ! </body></html> \ No newline at end of file Index: changelog.txt =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** changelog.txt 14 May 2009 05:06:21 -0000 1.69 --- changelog.txt 24 May 2009 05:34:14 -0000 1.70 *************** *** 2,6 **** =============== ! version 2.8.10.0 -------------------------------------------------------------------- --- 2,6 ---- =============== ! version 2.8.10.0 (released 05/25/2009) -------------------------------------------------------------------- *************** *** 18,24 **** on the stack. The default is to leave none as before. - Added wxTextUrlEvent to the bindings. ! - Fixed double -> unsigned integer using all 32 bits conversion. ! Fixes wxSTC_MASK_FOLDERS problem, thanks to Andre Arpin. ! - Allow multiple inheritance in the bindings. Changed members of wxLuaBindClass to reflect that base class info are stored in arrays. --- 18,24 ---- on the stack. The default is to leave none as before. - Added wxTextUrlEvent to the bindings. ! - Fixed double -> unsigned integer using all 32 bits conversion. ! Fixes wxSTC_MASK_FOLDERS problem, thanks to Andre Arpin. ! - Allow multiple inheritance in the bindings. Changed members of wxLuaBindClass to reflect that base class info are stored in arrays. Index: install.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/install.html,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** install.html 19 May 2009 03:20:53 -0000 1.14 --- install.html 24 May 2009 05:34:14 -0000 1.15 *************** *** 1,11 **** <!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 Installation Guide</title> <meta content="Francesco Montorsi, John Labenski" name="author"> ! <meta content="Info about building wxLua" name="description"> ! </head> ! <body> ! <u><b><big><big>wxLua - installation guide</big></big></b></u><br> <br> This document describes how to build wxLua for use as an --- 1,10 ---- <!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 Installation Guide</title> <meta content="Francesco Montorsi, John Labenski" name="author"> ! <meta content="Info about building wxLua" name="description"></head><body> ! <u><b><big><big>wxLua 2.8.10 - Installation Guide</big></big></b></u><br> <br> This document describes how to build wxLua for use as an Index: binding.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/binding.html,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** binding.html 19 May 2009 03:20:53 -0000 1.31 --- binding.html 24 May 2009 05:34:14 -0000 1.32 *************** *** 1,9 **** <!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 Binding HowTo</title> <meta content="John Labenski" name="author"></head> ! <body><h2><u>wxLuaBinding - writing and generating ! the binding ! files</u> ! </h2><div style="text-align: justify;">The binding generator for wxLua provides information for Lua code to --- 1,9 ---- <!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 Binding HowTo</title> <meta content="John Labenski" name="author"></head><body><h2><u>wxLuaBinding 2.8.10 - Writing and Generating Binding Files</u></h2> ! ! <div style="text-align: justify;">The binding generator for wxLua provides information for Lua code to Index: FAQ.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/FAQ.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** FAQ.html 22 Dec 2007 06:07:08 -0000 1.6 --- FAQ.html 24 May 2009 05:34:14 -0000 1.7 *************** *** 1,11 **** <!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 FAQ</title> ! <meta content="John Labenski" name="author"> ! </head> ! <body> <h2><u>wxLua ! FAQ</u></h2> <ol> <li><a href="#Why_wxLua">Why wxLua?</a></li> --- 1,10 ---- <!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 FAQ</title> ! <meta content="John Labenski" name="author"></head><body> <h2><u>wxLua ! 2.8.10 - FAQ</u></h2> <ol> <li><a href="#Why_wxLua">Why wxLua?</a></li> |