Update of /cvsroot/wxlua/wxLua/docs
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv20229/docs
Modified Files:
changelog.txt
Log Message:
mention configure changes
Index: changelog.txt
===================================================================
RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** changelog.txt 15 Jan 2008 01:04:04 -0000 1.56
--- changelog.txt 15 Jan 2008 19:41:11 -0000 1.57
***************
*** 2,6 ****
===============
! version 2.8.6.0
--------------------------------------------------------------------
--- 2,6 ----
===============
! version 2.8.7.0 (released ??/??/????)
--------------------------------------------------------------------
***************
*** 117,120 ****
--- 117,124 ----
- Copy Lua's print() function to print_lua() instead of simply
overwriting it in case someone really wants to use it.
+
+ - Revised the build system, specially the configure script under Linux which
+ now accepts more options and automatically detects the presence/absence of
+ each wxWidgets library when --enable-wxbind* options are left in "auto" mode
|