From: John L. <jr...@us...> - 2007-07-16 19:36:18
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv15684/wxLua/docs Modified Files: changelog.txt wxlua.html wxluaref.html Log Message: Separate wxWidgets bindings into wxadv, wxaui, wxbase, wxcore, etc... Allow bool = 1/0 and 1/0 = bool in wxlua_getboolean/integer/number Index: wxluaref.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/wxluaref.html,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** wxluaref.html 2 Jul 2007 00:05:13 -0000 1.40 --- wxluaref.html 16 Jul 2007 19:34:29 -0000 1.41 *************** *** 129,155 **** <td> <tr> ! <td>wxAuiDockArt <td align="center" bgcolor=AAFFAA>X <td bgcolor=FFAAAA> <td> <tr> ! <td>wxAuiManager <td align="center" bgcolor=AAFFAA>X <td bgcolor=FFAAAA> [...14905 lines suppressed...] --- 24460,24464 ---- <br><HR> ! <h2><a name="wxluasocket_wxluasocket.i">wxluasocket/wxluasocket.i</a> - Lua table = 'wxlua'</h2> <HR> *************** *** 23506,23510 **** <font color=#009900>// Copyright: (c) 2001-2002 Lomtick Software. All rights reserved.</font><br> <font color=#009900>// Licence: wxWidgets licence</font><br> ! <font color=#009900>// wxWidgets: Updated to 2.6.3</font><br> <font color=#009900>// ===========================================================================</font><br> <br> --- 24469,24473 ---- <font color=#009900>// Copyright: (c) 2001-2002 Lomtick Software. All rights reserved.</font><br> <font color=#009900>// Licence: wxWidgets licence</font><br> ! <font color=#009900>// wxWidgets: Updated to 2.8.4</font><br> <font color=#009900>// ===========================================================================</font><br> <br> Index: wxlua.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/wxlua.html,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** wxlua.html 2 Jul 2007 00:05:13 -0000 1.29 --- wxlua.html 16 Jul 2007 19:34:29 -0000 1.30 *************** *** 5,8 **** --- 5,10 ---- + + *************** *** 10,13 **** --- 12,16 ---- [...7003 lines suppressed...] *** 5405,5408 **** --- 6565,6569 ---- + <li>The other functions are documented in <span style="font-style: italic;">wxLua/modules/wxlua/include/wxlstate.h</span>.</li> *************** *** 5410,5417 **** --- 6571,6580 ---- + </ul> + </body> </html> Index: changelog.txt =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** changelog.txt 2 Jul 2007 01:00:16 -0000 1.40 --- changelog.txt 16 Jul 2007 19:34:29 -0000 1.41 *************** *** 2,5 **** --- 2,13 ---- =============== + version 2.8.4.2 + -------------------------------------------------------------------- + + - Separated the wxWidgets bindings into the libraries that wxWidgets + uses. wxadv, wxaui, wxbase, wxcore, etc... + + - Allow bool = 1/0 and 1/0 = bool in wxlua_getboolean/integer/number. + version 2.8.4.1 -------------------------------------------------------------------- |