home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 February / PCWorld_2006-02_cd.bin / software / vyzkuste / triky / triky.exe / autoit-v3-setup.exe / Include / ChangeLog.txt < prev    next >
Text File  |  2005-02-19  |  2KB  |  70 lines

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