| March, 15, 2007
--Added:  window command:  AddMenuItem(strItem, strOnClick) //See the wiki for an example
 --Added:  window command:  RemoveMenuItem(strItem)
 --BugFix:  Fixed QueryBool, QueryString, GetCurrentDirectory
 --Added:  Windows.GetModuleAddress(processID, moduleName) which returns the offset for a specific module loaded into a process.
 --Added:  Fixed a bug that would cause some API's to not get registered.
 --BugFix:  Now only updating SetCaption when the caption is actually changed.
 --Added:  Added special {VK_XX} commands to the Keyboard.SendText routines.
 --Added:  Root.StopScript() However, its much better to use Err.Raise 8, "YourFunction", "Your description" and get a log of the event.
 
 October 9, 2006
 
 --Added:  GuiButton, StaticText, etc Control.SetFont (to all controls that support text) to assign a font to a control (see wiki for an example)
 --Added:  Win32.CreateFont to create fonts to use with controls.
 --Added:  Win32.DeleteFont to remove and free up memory.
 --BugFix:  PlaySoundFile was not playing MP3 files or playing synchronously.
 
 Sept 1, 2006
 
 --bugfix:  Fixed Socket.PostData
 
 
 |