home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 April / PCWorld_2005-04_cd.bin / software / vyzkuste / autoit / autoit-v3-setup.exe / Include / ChangeLog.txt < prev    next >
Text File  |  2005-02-06  |  2KB  |  64 lines

  1. 1.0.03 (6 February. 2005)
  2.     *** Updated all documentation to follow the standard used in the helpfile.
  3.     
  4.     Array.au3:
  5.     - Updated many Array Function with optional parameters like $iBase.(See helpfile for detail)
  6.     - Updated a couple of Function to make use of the new Redim function.
  7.     - Added: _ArraySort()
  8.     - Added: _ArrayTrim()
  9.     - Added: _ArrayCreate()
  10.     
  11.     Date.au3: 
  12.     - Added: _DateAdd, _DateDiff, _DateToDayValue, _DayValueToDate,
  13.              _DateTimeFormat, _DayOfWeek, _DateIsValid,
  14.              _Now(), Nowcalc(), Nowcalcdate(), _NowTime(),
  15.              _NowDate(),_DaysInMonth()_DaysOfWeek()
  16.     
  17.     File.au3:
  18.     - Removed: _DirRemoveContents , obsolete, replaced by FileDelete() internal command.
  19.     - Removed: _FileAppend , obsolete, replaced by FileWriteLine("Filename",) internal command.
  20.     - Updated: _FileCountLines with a faster version created by Tylo.
  21.     - Added:   _TempFile()
  22.  
  23.     Inet.au3 
  24.     - Added: _INetExplorerCapable, _INetMail, _GetIp
  25.     
  26.     Math.au3:
  27.     - Added:   _Ceil, _Floor, _MathCheckDiv, _MathCheckDiv
  28.         
  29.     Misc.au3:
  30.     - Added:  _Iif()
  31.  
  32.     Process.au3:
  33.     - Updated: _RunDos because the default quotes gave problems in Win9x.
  34.     
  35.     String.au3:
  36.     - Added:  _StringProper(), _StringEncrypt(), _StringToHex(), HexToString()
  37.  
  38.    Visa.au3:
  39.     - Added:  _viExecCommand,_viOpen, _viClose, _viFindGpib, _viSetTimeout, 
  40.               _viSetAttribute, _viGTL, _viGpibBusReset
  41.  
  42.  
  43. 1.0.02 (27th Feb. 2004)
  44.     - Added: _FileCountLines(), _DirRemoveContents()
  45.     - Added: _DateDaysInMonth()
  46.     - Added: _DateIsValidMonthNum(), _DateIsValidWeekdayNum(), _DateIsValidYear()
  47.     - Added: _TimeIsValidHour(), _TimeIsValidMinute(), _TimeIsValidSecond()
  48.     - Added: Usage syntax now included for documentation
  49.     - Added: Documentation updates
  50.     - Changed: _FileReadToArray() so it executes faster
  51.     - Changed: (Internal) Enhanced the way the date/time functions operate
  52.     - Changed: (Internal) File functions now use new file read/write syntax
  53.     - Fixed: _RunDOS() to support executing DOS commands with spaces in the command
  54.  
  55.  
  56. 1.0.01 (5th Feb. 2004)
  57.     - Added: _ColorGetRed(), _ColorGetGreen(), _ColorGetBlue()
  58.     - Added: _RunDOS()
  59.     - Fixed: _TicksToTime() and _TimeToTicks()
  60.  
  61.  
  62. 1.0.00 (21st Jan. 2004)
  63.     - Initial release
  64.