=================== Lua For Windows ===================

11/26/2008 Version 5.1.4.20
+ Added lpack (29 Jun 2007 19:27:20) module.
+ Added VStruct v 1.0 beta2 Lua module.
+ Added BitLib release 25 module.
+ Added LuaXML v1.3 module.
^ Updated IUP to version 2.7.
^ Updated CD to version 5.1.
^ Updated IM to version 3.4.

10/08/2008 Version 5.1.4.19
^ Updated vcredistx86.exe download link in the installer.

09/11/2008 Version 5.1.4.18
^ Updated Stdlib to version 8.
^ Updated the quickluatour.lua.
^ Updated the luaforwindows document.
* Fixed LuaInterface module.

09/02/2008 Version 5.1.4.17
* Fixed the readyiss.bat file to work with the new 'lua' directory.

08/29/2008 Version 5.1.4.16 - RC1
+ Added wxLua support.
^ Updated to Lua v5.1.4.
^ Changed the 'lualibs' to 'lua' to support the default locations.
^ Updated SciTE property file to make the help show up correctly.
- Removed setting the LUA_PATH and LUA_CPATH environment variables.

08/07/2008 Version 5.1.3.15
* Fixed SciTE install.

08/07/2008 Version 5.1.3.14
+ Added an environment variable called "LUA_DEV" to help C module developers
  configure their build files. This allows for the paths to be common and
  easily added to the project settings.
  (e.g. $(LUA_DEV)/include; $(LUA_DEV)/lib)
+ Added the ability to download the 'vcredist_x86.exe'.
* Fixed Visual C++ 8.0 run-time problems. There now has to ba a run-time
  for every dll loaded.
- Removed 'msvcr80.dll' from the root application directory.
^ Updated the Visual C++ 8.0 run-time to SP1.
^ Updated StdLib to version 6.


07/16/2008 Version 5.1.3.13
+ Added LOOP Module. NOTE: It does not have any examples.
+ Added IUP simple documentation.
+ Added LuaTask module.
+ Added LuaInterface module.
+ Added Lua's headers and libraries so that you can develope Lua modules.
- Removed the 'alien/gtk.lua' example. It was Unix only.
^ Updated LuaCURL with a better supported version.
^ Updated the LuaCURL example.

07/08/2008 Version 5.1.3.12
+ Added Rings module.
+ Added copas module.
+ Added coxpcall module.
* Fixed a couple of typos in quickluatour.lua.
^ Updated to the latest version of luaforwindows.html.
^ Updated io_ext.lua to handle backslashes as well as forward slashes.

06/27/2008 Version 5.1.3.11 - RC1
+ Added the ability to "self-host" the creation of this installer.
  That means if INNO Setup is installed on the installers machine they
  can create the LfW installer. This gives anybody the ability to add or
  remove items and modules from the installer.
  See <LfW_Install>\installer\support\readyiss.bat for more information.
+ Added a basic guide to using IUP.
+ Added the ability to completely uninstall the environment variables.
* Fixed a few typos in quickluatour.lua.
^ Updated all no-extension files to have a .txt extension.
^ Updated all the *.lua and *.wlua files to use Windows line endings.

06/24/2008 Version 5.1.3.10 - Alpha 7
+ Added classlib for creating classes in Lua.
+ Added quickluatour.lua.
+ Added SciTE as the default script editor.
^ Updated to the latest version of luaforwindows.html.

05/27/2008 Version 5.1.3.9 - Alpha 6
+ Added lrexlib
+ Added stdlib
+ Added Lua-Ex
+ Added LuaGL
^ Updated the luaforwindows.html file with more formatting.
- Removed "wlua.exe.manifest" because it is now built into 'wlua.exe'.

05/23/2008 Version 5.1.3.8 - Alpha 5
+ Added Lua-GD
+ Added the PN help file.
+ Added Lua file associations for limited users.
^ Updated the installer to check if PN is running and display a
  message if it is.
^ Changed the way it makes web links in the start menu. The icons should
  now be the machines default icon for the shortcuts.
^ Switched to html for the LuaForWindows documentation.
^ Moved the 'Lua On The Web' shortcut to the documentation directory under
  the start menu.
- Removed the .lua extention from the PATHEXT environment variable.
  This was leading to possible application named the same thing not
  getting called when it has the same name as your lua script.
  This only changes the need for the .lua on the end of you script
  name. (e.g. MyScript.lua param1 param2 instead of MyScript param1 param2)

05/21/2008 Version 5.1.3.7 - Alpha 4
+ Added LuaLogging examples and documentation.
+ Added LuaForWindows documentation initial draft.
* Fixed the Lua file icon not showing up.
* Fixed the the default color scheme to have a black color
  for Identifiers.

05/20/2008 Version 5.1.3.6 - Alpha 3
+ Added the ability to install when not an administrator.
^ Updated the default color scheme to have a slightly different color
  for Identifiers.

05/17/2008 Version 5.1.3.5 - Alpha 3
* Internal release only.
+ Added more keywords to the Lua lexer in PN.

05/16/2008 Version 5.1.3.4 - Alpha 2
+ LuaCOM

05/16/2008 Version 5.1.3.3 - Alpha 2
+ LuaUnit
+ LuaZip
+ LuaExpat
+ LuaDate
+ LuaProfiler
+ MD5
+ LuaSQL - Only the SQLite3 driver is tested.
+ LuaCURL
+ Alien
+ LPeg
+ LuaCOM
+ Added a 'utils' directory to hold helpful Lua tools like the
  LuaProfiler summary tool
+ Added a Start Menu shortcut to the documentation
+ Added the LuaDoc examples
* Fixed the missing documentation for LuaDoc
* Fix PN so that it has a profile for wlua.


05/14/2008 Version 5.1.3.2 - Alpha 1
^ First public alpha
+ Programmer Notepad for a simple IDE
+ Registers .lua and .wlua files so they can just be double-clicked on
+ Registers .lua and .wlua files act just like executables
  (e.g. script param1 param2 NOT script.lua param1 param2)
+ Added the needed paths to the PATH environment variable
+ LuaBiniaries
+ LuaFileSystem
+ LuaSocket
+ LuaLogging
+ LuaDoc
+ IUP
+ w32 - Wrappers for Win32 API functions & constants

_______________________________________________________________
Legend:

+ = Addition, * = Bug Fix, - = Removed, ~ = Move, ^ = Updated