home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 January / PCWELT_1_2006.ISO / pcwsoft / autoit-v3-setup.exe / AutoItX / AutoItX.chm / html / autoit_changelog.txt next >
Encoding:
Text File  |  2005-08-07  |  767 b   |  21 lines

  1. 3.1.1 (7th Apr, 2005) (Release)
  2.  
  3. No AutoItX changes (See main AutoIt changelog)
  4.  
  5.  
  6. 3.1.0 (7th Feb, 2005) (Beta)
  7.  
  8. - Added: WinGetProcess()
  9. - Added: "main", "primary", "menu", "secondary" added as valid mouse button types.
  10. - Added: ControlListView()
  11. - Added: ControlGetHandle()
  12. - Added: WinSetTrans()
  13.  
  14. - Removed: URLDownloadToFile() (to be replaced with InetGet in the next version)
  15.  
  16. - Changed: IniDelete() can also delete entire sections
  17. - Changed: The mouse and pixel functions now have an additional "client area" mode.
  18. - Changed: PixelChecksum() now has optional step parameter
  19. - Changed: Control...() functions now accept the Control ID as an extra way to identify a control
  20.  
  21. - Fixed: StatusBarGetText() failed when used with no "Text" parameter