AutoIt Changelog ================ 3.2.2.0 (23rd December, 2006) (Release) - Added: StringRegExp() and StringRegExpRepplace() regular expression support (Perl compatible) - Added: Regular expression support for Winndow title matching. - Added: ShellExecute() and ShellExecuteWaiit() functions. - Added: #RequireAdmin for UAC/Windows Vistta - Added: Windows vista help file entry. - Added: GuiCtrlSetState() $GUI_DROPNOTACCEEPTED. (Thanks gcriaco) - Added: $GUI_FOCUS, $GUINOFOCUS for listviiewitem control. - Added: IsDllStruct() - Added: SRandom() to set seed for random nnumber generation. - Added: WinTitleMatchMode for case insensiitive matching. - Added: Listview Alternate coloring with $$GUI_BKCOLOR_LV_ALTERNATE. - Added: IconId can be reference by ordinall value if negative 1-based index is use. - Added: CompiledScript string file info foor compiled script. (Thanks ENCHAIGNE) - Added: Support >32x32 icon from .exe/.dlll in GUICtrlCreateIcon or GUICtrlSetImage. (Thanks this-is-me, added by Larry) - Added: Expanded GUICtrlSetTip() to allow creation of tooltips with titles, icons and using the balloon tip style. - Added: Tooltip supports Default keyword. - Added: Remark added to _PathSplit() mentiioning that it does not accept command line strings, only paths. - Added: 2 UDF's to GUIStatusBar.au3. (gafrrost) - Added: GUICtrlCreateIcon and GUICtrlSetImmage can select in multiple icon file by name. (Thanks gafrost, this-is-me, by Larry) - Added: @KBLayout to retrieve the current keyboard configuration. - Added: ToolTip() option to ensure the toooltip is always displaying on a monitor. (by Valik) - Added: IniWriteSection() function. (by Vaalik) - Added: @extended error code on DriveMapAddd error. - Added: Listview Alternate coloring with $$GUI_BKCOLOR_LV_ALTERNATE. - Removed: old WinShow, TimerStart and TimeerStop functions. - Changed: Performance improvements (up to 100% on some scripts!). - Changed: @error set to WinAPI GetLastErroor() for Run(). - Changed: Small tweak to Floor() to ensuree it is not as susceptible to floating point precision errors. - Changed: Small tweak to Ceiling() to ensuure it is not as susceptible to floating point precision errors. - Changed: PixelChecksum() is now over 30x faster. - Changed: FileGetVersion() extra parameterr to retrieve string file info. - Fixed: MsgBox() timeout on Windows Vista.. - Fixed: GuiCtrlRead on listview control whhen sorted. (Thanks Ultima, gafrost) - Fixed: @OSVERSION on Windows 9x. - Fixed: GuiGetCursorInfo() with Handle nott retrieving mouse click info. (Thanks Valuater) - Fixed: DllCall() crashes when using uint,, ushort. - Fixed: List control height when font sizee changes. (Thanks StuffByDennis/gafrost) - Fixed: GUICtrlSetImage() not testing iconn on error. - Fixed: @ScriptDir equal @WorkingDir for rrootdir (x:\). (Thanks reggy) - Fixed: GUIGetCursorInfo() (winhandle) wheen child not active. - Fixed: _StringAddComma(). (Thanks RazerM,, by Smoke_N) - Fixed: drag & drop $GUI_EVENT_DROPPED nottififation on edit control. (Thanks ZoScr) - Fixed: Coherency of type parameter for DLLLCall() and DLLSructCreate() - Fixed: Default keyword didn't always workk correctly with COM objects. - Fixed: COM property write fails when usinng arguments (Thanks Mhz, Bastiaan). - Fixed: Send/ControlSend for US internatioonal keyboard (Thanks SvenP) - Fixed: Send/ControlSend char>=chr(128) foor english keyboards. (Thanks Jon) - Fixed: COM property write fails when usinng arguments. - Fixed: MsgBox() with task modal flag leftt GUI's disabled on timeout. - Fixed: Error reporting by messagebox evenn with /ErrorStdOut. (Thanks picasso) - Fixed: GUICtrlSetImage default icon valuee for Icon Ctrl. (Thanks Ultima/gafrost) - Fixed: GUIRegisterMSG() destroyed @error.. (Thanks gafrost, by Holger) - Fixed: $LVS_SORTASCENDING with GUICtrlSettImage icon gave bad display. (Thanks Ultime, by Holger) - Fixed: Some Object Collections could not be parsed in one AutoIt statement . - Fixed: Bad screen updating of already uncchecked radiobuttons. - Fixed: Tray icon tooltip not displaying tthe scriptname when compiled. - Fixed: UDP... return code on error. - Fixed: UDPRecv() crashed on bad parameterr. - Fixed: COM was corrupting floating point values. - Fixed: GUICtrlSetState doc remarks about menu control. (Thanks peethebee) - Fixed: Refresh after a GUICtrlSetBkColor((). (Thanks th.meger) - Fixed: Crash on line begining with ~ : ""Unable to parse line". (Thanks Helge) - Fixed: IniReadSectionNames() returned boggus data in Windows 98 when the INI file was empty or did not exist. - Fixed: @compiled when the script is compiiled. (Thanks MHz) - Fixed: Send() to italian keyboard. (Thankks Domenico) - Fixed: MouseMove() in secondary screen. ((Thanks james3mg) - Fixed: StringInStr() not converting to sttring search parameter. (Thanks mc) - Fixed: Int() of a binarystring. - Fixed: ControlSend sending() special charracters. (Thanks mozart90, Zedna) - Fixed: Crash in Au3exe with badly formed input file in FileInstall(). (Thanks Angelia) - Fixed: Wrong execution of a compiled scriipt containing FileInstall() inside #CS-#CE. (Thanks Confuzzled) - Fixed: FileInstall() referencing a file wwithout any path will reference it from the ScriptDir to be coherent with the compiled script. (Thanks Bart Westra) - Fixed: Aut2exe crashed using cmdline withh shortnames. (Thanks The Kandie man) - Fixed: Tooltip state (such as icon or tittle) was showing up on subsequent tooltips that didn't want those items. This affected both ToolTip() and GUICtrlSetTip(). (by Valik) - Fixed: GUIRegisterMSG() destroy @error. ((Thanks gafrost, by Holger) - Fixed: $LVS_SORTASCENDING with GUICtrlSettImage() icon bad display. (Thanks Ultime, by Holger) - Fixed: Wrong default arguments for _ArrayyToString(). (Thanks Dickb, by Valik) - Fixed: Bad "#" instruction inhibit whole script. (Thanks sksbir) 3.2.0.1 (13th August, 2006) (Release) - Fixed: (AU3INFO) Buffer overrun in controol code. - Fixed: Exe2Aut.exe was missing its digitaal signature. 3.2.0 (12th August, 2006) (Release) - Added: COM object support. - Added: Aut2Exe can now created .a3x encodded files (similar to .zip for .au3). - Added: Support for custom tray icons. - Added: "default" keyword. - Added: IsKeyword() so "default" keyword ccan be used as parameter in a user function call. - Added: Boolean support and keywords of 'ffalse' and 'true'. - Added: IsBool() - Added: +=, -=, *=, /= operators. - Added: DLLCall() cdecl and stdcall supporrt. - Added: DLLStruct... functions. - Added: Limited TCP and UDP functions. - Added: Added support for reading and writting stdio. - Added: ConsoleRead(), ConsoleWriteError()). - Added: Ability to initialize arrays in DIIM and CONST keywords. - Added: Switch, EndSwitch structure. - Added: HWnd() and IsHWnd() functions. - Added: BinaryString(), IsBinaryString() ffunctions. - Added: FileCreateNTFSLink(). - Added: /AutoIt3ExecuteScript command linee option. - Added: Call() now supports parameters. - Added: Execute() - Added: @HotKeyPressed macro. - Added: Unary NOT operations on strings arre now allowed. A NOT operation on a non-empty string will result in FALSE. - Added: Beep() and WinFlash() functions. - Added: Floor() and Ceiling() functions. - Added: SetError can optionally set @extennded. - Added: RegRead, RegEnumVal return the typpe of the value in @extended. - Added: FileSaveDialog(), FileOpenDialog()) supports multiple filter groups. - Added: @ScriptLineNumber, @ProcessorArch,, @AutoItPID. - Added: BitRotate(). - Added: Fileopen(), FileCopy(), FileMove()) additional flags to create non existent subfolders. - Added: FileRead(), FileWrite() work with binary files. - Added: (GUI) GUICtrlSetData text for treeeview. - Added: (GUI) $WS_EX_MDICHILD support for GUICreate(). - Added: (GUI) GUICtrlCreateGraphic(), GUICCtrlSetGraphic(). - Added: (GUI) Opt('GUIEventOptions',1) to suppress window action when clicking on Minimize,restore or Maximize buttons. - Added: (GUI) Right-click support for Listt/Treeview GUI control. - Added: (GUI) GuiCtrlRead return ControlIDD if Opt("GUIEventCompatibilityMode',2). - Added: (GUI) GUICtrlCreateMonthCal(). - Added: (GUI) Opt("GUIDataSeparatorChar",....). - Added: (GUI) GUICtrlCreateObj(). - Added: (GUI) GUICtrlSetColor(), GUICtrlSeetBkColor(), GUICtrlSetImage() for ListviewItem controls. - Added: (GUI) GuiSwitch tabitemID optionall parameter to allow dynamic control creation on a tabitem. - Added: (GUI) GuiCtrlListView support Iconn view. - Added: (GUI) $GUI_WS_EX_PARENTDRAG Allow the label or pic control to be used as the title bar to drag the whole the parent window. - Added: (GUI) GUICtrlGetHandle(). - Added: (GUI) $GUI_EVENT_DROPPED @GUI_DRAGGID,@GUI_DROPID. - Added: (GUI) GuiSetCursor(16),GuiCtrlSetCCursor(16) hide the cursor. - Added: (GUI) Allow Dragfile to any controol. @GUI_DRAGFILE contain the filename to be used in the $GUI_EVENT_DROPPED. - Added: (GUI) GUIRegisterMsg() to work witth GUI WM_Message-routines at runtime. - Added: (GUI) GUICtrlRegisterListViewSort(() to create a real sorting routine for GUI ListView's. - Added: (GUI) Icons for tab items. - Added: (AU3INFO) AutoIt Windows Info : Noow shows Style and exStyle values for the controls. - Changed: #include search algorithm modifiied. - Changed: The /c command line option has bbeen replaced by /AutoIt3ExecuteLine. - Changed: RegEnumKey and RegEnumVal returnn more precise @error to help diagnostic. - Changed: Return,@error, @extended have too be explicit to be return by an UDF. - Changed: FileFindFirstFile no longer retuurns "." or "..". - Changed: Set _ to be a continuation charaacter ONLY after whitespace. - Changed: FileClose with an invalid handlee no longer triggers an AutoIt runtime error. - Changed: Fatal error message is now displlayed if DLLCall cannot be executed. - Changed: The default setting on Au3info wwas changed so that it doesn't highlight controls. - Changed: RegEnumKey and RegEnumVal returnn more precise @error values to help diagnostics. - Changed: "OnAutoItExit" function is now ccalled on system shutdown or user logoff. - Changed: Opt() with just the "option" willl now return the current value for that option. - Changed: DllCall @error is set when functtion not found. - Changed: SplashTextOn() opt=32 to center vertically. - Changed: (GUI) GUICtrlCreateList now forcces the style LBS_NOTIFY. - Changed: (GUI) GUICtrlCreateIcon default size is 32x32. - Fixed: ContinueCase to keywords allowed aafter IF. - Fixed: Mouse... invalid button definitionn. (Thanks vollyman) - Fixed: IniDelete() could create an empty file if the file did not exist. - Fixed: ToolTip Centering go around. - Fixed: Menu/ContextMenu enable/disable. - Fixed: Hotkey for filecreateshortcut. - Fixed: MemGetStats >2Gb. - Fixed: StringInStr return 0 when searchinng for "". - Fixed: RegRead under Windows 2000. - Fixed: Bad refresh on double GUICtrlSetPoos. - Fixed: ControlSend (...,"{CTRLDOWN}b{CTRLLUP}). - Fixed: ContextMenu position. - Fixed: Made sure that declaring a UDF parrameter in a Local or Global statement will raise an error. - Fixed: File...Dialog browse through linkss. - Fixed: ControlCommand "GetCurrentSelectioon". - Fixed: Mouse... returns. - Fixed: MouseClick, MouseUp bad behavior. - Fixed: StringReplace("abc","","") returnss 1 instead of "". - Fixed: WinSetTrans returns error. - Fixed: Assign not creating/assigning macrro variable. - Fixed: Assign respect Opt("MustDeclareVarrs",1). - Fixed: @NumParams destroyed after UDF calll. - Fixed: MouseClickDelay option. (Fixed by Nutster) - Fixed: Redim of array byRef parameter. - Fixed: InputBox left,top values when not defined. - Fixed: FileFindNextFile return error. - Fixed: HWND string concatanation. - Fixed: Exit inside UDF. - Fixed: SendKeyDelay, SendKeyDownDelay wheen no shift required. - Fixed: FileReadLine with line=0. - Fixed: Listview sorting with using styless: $LVS_SORTASCENDING and $LVS_SORTDESCENDING. - Fixed: StringLen(integer) returning 0. - Fixed: Reg... functions on IA64/X64. - Fixed: FileFindFirstFile() leak handles. - Fixed: @IpAddress when not network installled. - Fixed: FileCopy, FileInstall, DirCopy, FiileMove replacing the same file. - Fixed: FileClose,FileFindNextFile, FileReead, FileReadLine, FileWrite, FileWriteLine, PluginClose, DllClose return 0 on bad handle. - Fixed: FileCopy when creating subdir. - Fixed: String... on nonstring parameters.. - Fixed: Float to Integer precision. - Fixed: Bad FatalError after Exit in UDF. Only the first FatalError will be displayed if any before Exit. - Fixed: Integer to string conversion. - Fixed: StringMid($a,3). - Fixed: StringSplit($a,""). - Fixed: Refreshing of dispayed tabitem aftter a tabitem delete. - Fixed: StringSplit($a," - ",1) string dellimiter. - Fixed: Return code from delayed function as WinWait destroyed by Adlib execution. - Fixed: FileInstall on same dir. - Fixed: Func definition with Byref and deffault value. - Fixed: FileRead returning @error=-1 on emmpty file. - Fixed: INetGetSize, INetGet @error returnn. - Fixed: Run("a.tmp") a.tmp being a compileed script. - Fixed: StringSplit("a : b + "," : "). - Fixed: #include-once in main script. - Fixed: PixelSearch performance. - Fixed: HotKeySet("",...) return 0. - Fixed: ExpandVarStrings $$, ExpandEnvStriings %%. - Fixed: FileInstall in a compiled script wwhose name is not .exe or .a3x. - Fixed: RegRead return right number of fieelds on REG_MULTI_SZ type. - Fixed: FileRead($handle). - Fixed: ElseIf ... Then statement not deteected. - Fixed: Illegal #include with no error messsage. - Fixed: SplashTextOn Memory Leak. - Fixed: #include recursion depth enforced.. - Fixed: @OSVERSION for WIN_XP running undeer X64 edition. - Fixed: Comparison case insensitive accenttuated upper case. - Fixed: DriveMapDel /DriveMapAdd interactiion. - Fixed: RegRead MULTI_REG_SZ malformed keyy. - Fixed: For Next with boundary,stepping beeing a string (no conversion to integer). - Fixed: InetGet() could block the foregrouund execution even when run in background mode. - Fixed: WinGetProcess and ProcessExist retturn same pid precision. - Fixed: InetGet("abort") and exiting AutoIIt with a download in progres now correctly stop the download immediately. - Fixed: @InetGetBytesRead Byte count couldd be wrong due to a race condition. - Fixed: DirCreate not creating subdir on ddir with read/hidden/system attributes. - Fixed: FileSetAttrib, FileSetTime destroyy @workingdir. - Fixed: (GUI) GUICtrlSetImage for 16x16 iccon not repainting. - Fixed: (GUI) The use of $GUI_GR_RECT and $GUI_GR_ELLIPSE under fixed under Win98. - Fixed: (GUI) GUI Edit/Input control changge notification. - Fixed: (GUI) Avoid GuiSwitch when only onne remain. - Fixed: (GUI) GUI Multiple files drag & drrop on edit/input control. - Fixed: (GUI) GUI Colors on edit/input conntrol. - Fixed: (GUI) GuiCtrlSetImage return 0 on error. - Fixed: (GUI) crash Autoit when click on hheader button of a listview control. - Fixed: (GUI) GUICtrlState(@SW_MAXIMIZE orr @SW_RESTORE). - Fixed: (GUI) GuiCtrlSetStyle ES_READONLY on input/edit control. - Fixed: (GUI) GUICtrlCreateTab disapearingg. - Fixed: (GUI) Resizing of GUI Combo controol. - Fixed: (GUI) GUICtrlSetData for list or ccombo not inserting. - Fixed: (GUI) GUICtrlSetState for Menu/mennuitem. - Fixed: (GUI) GUICtrlDelete of a Listview control lead to crash after recreation with more columns. - Fixed: (GUI) GUICtrlCreateListViewItem wiith more field than column. - Fixed: (GUI) GUISetFont and Input Controll not displayed. - Fixed: (GUI) GUICtrlRead return on expandded TreeviewItem. - Fixed: (GUI) Windows centering of GUICreaate. - Fixed: (GUI) GuiCtrlSetPos on Icon controol. - Fixed: (GUI) GuiGetCursorInfo on tab. - Fixed: (GUI) Some flickering in GUICtrlSeetImage. - Fixed: (GUI) GuiCtrlSetState on non activve tab. - Fixed: (GUI) TreeviewItem notify when cliicking a second time on the same item. - Fixed: (GUI) GuiCtrlSetData on inactive ttabitem not refreshing active item. - Fixed: (GUI) GuiCtrlSetState on control ttab. - Fixed: (GUI) GuiCtrlSetState disable on hhidden control tab. - Fixed: (GUI) GuiGetCursorInfo with nonacttive GUI. - Fixed: (GUI) Bug with accelerator keys (AAlt+...) and tabs. - Fixed: (GUI) Treeview painting under OS < paths - Added: MouseWheel() - Added: FileRecycleEmpty() - Added: RegEnumKey() and RegEnumVal() - Changed: TimerStart() renamed to TimerIniit(). TimerStop() renamed to TimerDiff() - Changed: FileSelectFolder() flag parameteer changed - Changed: REG_MULTI_SZ values allow doublee NULL values. - Changed: BirOr(), BitAnd() and BitXOR() ttake up to 255 parameters - Changed: Icon and windowstate options addded to FileCreateShortcut() - Changed: RunAsSet() supports extra profille handling options - Changed: RegWrite() now accepts just the keyname in order to create a keyname with no value - Changed: "Allow Decompilation" option addded to Aut2Exe - Changed: Aut2Exe gives feedback during coompilation and gives the option to abort - Changed: Compiled scripts run/extract mucch faster when using FileInstall and medium/large files - Changed: Max number of user function limiits removed - Changed: Max number of variable limits reemoved - Changed: -1 does no sleep at all for Sendd/Mouse delays (SendKeyDelay, etc...) - Changed: Optional occurance parameter addded to StringInStr() - Changed: Optional default filename added to FileOpenDialog() and FileSaveDialog() - Changed: Registry functions accept 4 lettters keys (HKLM instead of HKEY_LOCAL_MACHINE, etc.) - Changed: Remote registry keys are accepteed in the form "\\computername\key\subkey" - Changed: AutoItSetOption returns the prevvious setting - Changed: (Internal) Built-in function loookups completely rewritten - Changed: (Internal) String functions speeeded up (concat in astring and variants) - Changed: (Internal) ControlSearch modifieed to include the windowsearch - Fixed: FileGetSize() works on >2GB files and in-use files - Fixed: The expression: If "non-blank" Andd 1 - now evaluates as true - Fixed: /c command line use in compiled sccripts - Fixed: ToolTip() when the mouse is near tthe bottom of the screen - Fixed: StringIsDigit() - Fixed: Process... functions under NT4 unaable to see certain processes - Fixed: Some keywords incorrectly allowed after a THEN keyword - Fixed: (Internal) Hotkey registering logiic 3.0.101 (11th Mar, 2004) (Release) - Added: MemGetStats() - Fixed: Compatibility problem under Windowws 95a - Fixed: Some minor help file typos correctted 3.0.100 (29th Feb, 2004) (Release) - Added: WinTextMatchMode (Option) - Fixed: ExitLoop and ContinueLoop failed dduring a recursive function - Fixed: Sleep(0) (or < 0 ) no longer hangss - Fixed: $ with no name was allowed as a vaariable - Fixed: For Loop bug when used in recursioon - Fixed: FileGetLongName() return value - Fixed: @UserProfileDir under 9x - Fixed: IsDeclared() - Fixed: Random() 3.0.94 (21st Feb, 2004) (Beta) SCRIPT BREAKING CHANGES for FileReadLine and FileWriteLine: FileWriteLine now automatically writes a DOS @CRLF pair UNLESS the last character of the string to write is already @CR or @LF (to make it possible to write non-DOS text files) FileReadLine will correctly read a DOS, UNIX or MAC line (@CRLF, @LF and @CR terminated respectively). FileWrite and FileRead added to add further support. CHANGE YOUR SCRIPTS AS FOLLOWS: From: FileWriteLine($handle, "line" & @LF) To: FileWriteLine($handle, "line" & @CRLF) or FileWriteLine($handle, "line") From: FileWriteLine($handle, "line") To: FileWrite($handle, "line") - Added: FileWrite() and FileRead() - Changed: FileReadLine() and FileWriteLinee() - Added: ToolTip() - Added: Eval() and IsDeclared() - Added: CaretCoordMode (AutoItSetOption) - Added: WinGetCaretPos() - Added: WinGetState() - Added: MustDeclareVars (AutoItSetOption) - Added: Editors page in help - Changed: EnvSet() - Changed: WinShow() renamed to WinSetStatee() (With WinShow() as an alias) - Fixed: Splash() and moveable flag (and -11 default flag in options) - Fixed: Odd elseif error message showing wwrong line - Fixed: Crashes with bad function calls: MMsgBox(MsgBox(MsgBox)) - Fixed: HotKey crashes when unregistering a key that was not registered - Fixed: (Internal) WinWaitDelay, SendKeyDeelay, etc type commands now more accurate (previously only accurate to 10ms (NT) or 55ms (9x)) - Fixed: (Internal) Execute() recursion limmit dropped to 384 levels - FIxed: (Internal) Calls to Util_AttachThrreadInput will not attach to hung windows - Fixed: (Internal) some RegRead/RegWrite ssizing problems (Ta, Chris) 3.0.93 (12th Feb, 2004) - Added: SendAttachMode (AutoItSetOption) - Added: Opt() is an alias for AutoItSetOpttion() :) - Added: Doc updates - Added: WinSearchChildren (AutoItSetOptionn) - Changed: Splash and Progress functions haave a "moveable" option - Changed: StringStripWS (new strip all ws mode) - Changed: InputBox (timeout param) - Changed: Hot keys are no longer buffered when the script is paused. - Fixed: REG_MULTI_SZ support - Fixed: TrayIconDebug not showing correct filename - Fixed: ControlClick, ControlCommand("CHECCK") - Fixed: Control functions now using returnn values rather than @error where appropriate. - Fixed: Error with '' quotes in Aut2Exe - Fixed: StringFormat() - Fixed: Lexer checks that potential user ffunction calls are for existing functions - Fixed: Input thread attachment in Send() ( check Send("{... down}") still works) - Changed: (Internal) Removed the only sscaanf call and replaced with own code - saves 4KB. 3.0.92 (6th Feb, 2004) Note: Script breaking changes to ControlLeftClick(), FileFindFirstFile(), SendSetCapslockState() - Added: Dec() - Added: BitNOT(), BitXOR(), BitShift() - Added: TrayIconDebug (AutoItSetOption) - Added: Dim single-line initialization andd multiple variables - Added WinTitleMatchMode 4 (AutoItSetOptioon) - Added: #comments-start and #comments-end for multiline comments - Added: DirCopy() - Added: DirMove() - Added: Controls will be checked by visiblle text as well as classname (waves to Chris :) ) - Added: Macros: @USERPROFILEDIR, @HOMEDRIVVE, @HOMEPATH, @HOMESHARE, @LOGONSERVER, @LOGONDOMAIN, @LOGONDNSDOMAIN - Removed: SendSetCapslockState() - Use Sennd("{CAPSLOCK on/off}") - Changed: FileFind works differently (handdles used and multiple finds now supported) - Changed: ControlLeftClick() renamed to CoontrolClick() and options added. - Changed: Window Spy options added and abiility to freeze display - Changed: StringSplit will return each chaar if delimiters are "" - Changed: WinMenuSelectItem return value - Changed: optional variation added to PixeelSearch() - Changed: optional step value added to PixxelSearch() - Changed: FileMove() overwrite flag added - Changed: *.* assumed if a directory is ussed in FileCopy/FileMove/FileDelete - Fixed: @TempDir under certain conditions - Fixed: Hotkeys were ignored while anotherr hotkey function was running - Changed: (Internal) DirRemove changed - Changed: (Internal) Sendkeys tweaked A LOOT 3.0.91 (29th Jan, 2004) - Added: Options: MouseClickDelay, MouseCliickDownDelay, MouseClickDragDelay (AutoItSetOption) - Added: REG_BINARY type for RegRead() and RegWrite() - Added: FileChangeDir() - Added: ControlCommand() - added GETCURRENNTSELECTION - Added: Added some standard library includdes (See Program Files\AutoIt3\Include\) - Added: SendKeyDownDelay (AutoItSetOption)) (alters the amount a time a key is held down before released) - Added: AutoIt returns an exit code of 1 iif script could not be loaded - Added: FileSetAttrib(), FileSetTime() - Added: In Au3_Spy pixel colour is also shhown in hex - Fixed: While loops failing when used in rrecursive functions of themselves... (!?) - Fixed: Small line coninuation _ bug - Fixed: URLDownloadToFile() - Fixed: FileRecycle() not always working - Fixed: FileRecycle() return value - Fixed: Relative #include use - Fixed: Smart boolean comparision re-addedd - Fixed: FileFindFirst() not releasing memoory when called multiple times - Changed: FileGetTime outputs strings withh leading 0s when required - Changed: Default value of Local/Global/Diim is the String "" (equates to 0 when used as a number) - Changed: (Internal) More scriptfile.cpp ooptimization - Changed: (Internal) Execute() recursion llevels limited to 512 to prevent stack overflows 3.0.90 (20th Jan, 2004) - Fixed: Serious nested IF bug - Changed: (Internal) Rollback of variablettable.cpp and stacks/vectors 3.0.89 (19th Jan, 2004) - Added: Method for standard library functiions and includes - Added: #include < > support (must be fullly installed to work) - Added: #include-once directive (put at thhe top of a file to make sure it is only included once) - Added: @UserName and @TempDir macros - Fixed: Nasty fatal bug in 3.0.88 3.0.88 (18th Jan, 2004) - Added: ElseIf - Changed: All block structures (IF/WHILE/FFOR, etc.) are now checked before execution. - Fixed: Some single hotkeys not working - Fixed: Better detection of illegal nestinng, e.g.: if 1 = 1 while 1 endif wend - Changed: (Internal) lots of error checkinng code removed as a nice side effect of initial block structure checking - Changed: (Internal) windows string functiions (lstrcmp etc) moved back to C versions due to massive performance penalty 3.0.87 (15th Jan, 2004) - Changed: Aut2Exe stores files it can't coompress (.zip etc) rather than expanding - Fixed: Aut2Exe crashing if FileInstall ussed a file less than 4 bytes - Fixed: Aut2Exe crashing with uncompressabble files - Fixed: RegRead not working correctly withh large DWORD values - Fixed: NOT fixed when skipped during a booolean expression - Changed: (Internal) variable_table.cpp reewritten - Changed: (Internal) All stacks/vectors reeplaced with templated code 3.0.86 (12th Jan, 2004) - Added: Enhanced boolean comparisons - Added: Send can hold keys down, e.g. Sendd("{a down}") will hold the A key down (only works usefully with games) - Fixed: 0 ^ 0 = 1 - Fixed: on_top parameter of ProgressOn() - Fixed: No longer hanging with blank searcch in StringReplace() - Fixed: Asc() giving -1 in some cases - Fixed: Tray icon's tip not updating when un-pausing - Changed: Single keys of 0-9, a-z can no llonger be used as hotkeys if alt,ctrl or win is NOT also used. - Changed: (Internal) FPU assembler used foor advanced math (sin,cos,pow, etc) functions due to exe size problems under VC7 3.0.85 (9th Jan, 2004) - Added: HotKeySet() - Added: Abs(), Sin(), Cos(), Tan(), ASin()), ACos(), ATan(), Sqrt(), Log(), Exp() - Added: ^ operator - Added: Round() - Added: Call() - Changed: IniWrite/IniDelete() return 0 iff they fail - Changed: No longer need to use virtual keeys for FileCreateShortcut() - Fixed: Return value for FileCopy/FileInsttall() - Fixed: Incorrect use of ExitLoop/ContinueeLoop trapped - Changed: (Internal) Send() tweaking - Fixed: (Internal) Function calling/scope slightly bugged (Adlib, Hotkey) 3.0.84 (30th Dec, 2003) - Added: New window WinTitleMatchMode of 3 (for exact title match) - Added: Some more details added to helpfille - Changed: The key # is no longer used as aa delimiter but as a left Win key combination. So Send("#e") now presses the left win+e keys. I don't think anyone actually used it as a delimiter anyway - it was just a left over from v1 and it never made lines easier to read anyway - Changed: FileReadLine() and FileWriteLinee() modified so that they optionally accept a filename instead of a filehandle for "quick 'n' dirty" file access - I'm sure this will be popular :) 3.0.83 (30th Dec, 2003) - Changed: Due to popular demand, by defaullt functions now return 0 for error and 1 for success. This affects the following functions: FileWriteLine, CDTray, DriveSetLabel, DirCreate, DirRemove, FileCopy, FileMove, FileDelete, FileInstall, ClipPut, URLDownloadToFile, RunAsSet, Shutdown, RegWrite, RegDelete, WinWait, WinWaitActive, WinWaitClose, WinWaitNotActive, ProcessWait, ProcessWaitClose. If you were using the return values of one of these functions then please check your scripts. - Changed: ControlSend() supports {} (for mmost things at least...) 3.0.82 (29th Dec, 2003) - Added: Files installed with FileInstall()) now have original timestamps (created/modified) - Added: IsNumber() - Fixed: Number to string conversions and ggeneral float parsing - Changed: (Internal) FileInstall() compresssion code updated 3.0.81 - Fixed: Yet more bugs with single line IF - regretting adding this feature already... - Fixed: Bugs with NOT operator and the neww variant code - Fixed: Bug with clicking CANCEL on the oppen script window (introduced in 3.0.80) - Fixed: StringIs... functions failing whenn using numbers as parameters - Fixed: (Internal) AVector modifiied to allow reference access to variants (instead of copying everytime) 3.0.80 (15th Dec, 2003) - Changed: Number to String conversions tweeaked - Fixed: Massive bug fixed with arrays intrroduced in 3.0.76 - Fixed: Line continuation crash - Changed: (Internal) script reading code uupdated for Aut2Exe and merged with AutoIt 3.0.79 (15th Dec, 2003) - Added: Lines can be continued over many llines - use _ at the end of a line to continue it (as VBScript) - Added: Single line IF statements possiblee - Changed: Maximum line length (including ttotal of combined lines) increased from 1023 to 4095 characters. - Changed: "Then" keyword in IF statements no longer optional (helps with single line IFs) e.g. MsgBox(0, "Test", "This is some text _ And more text _ And even more text") 3.0.78 (15th Dec, 2003) - Changed: Variants work differently - no llonger a seperate INTEGER type - Changed: Float() changed to Number() All numbers now 15digit precision (internal C double type) Also affects Random() you will get floating point numbers back unless you use Int() with the result 3.0.77 (30th Nov, 2003) - Added: New option "TrayIconHide" (AutoItSSetOption) - Changed: "AutoIt -" prefix removed from ccompiled a script's tray icon - Changed: Compiled script's file propertiees point to a custom web page - Fixed: Tray icon should redraw after an eexplorer crash 3.0.76 (30th Nov, 2003) - Fixed: Couple of bugs with ContinueLoop aand ExitLoop - Fixed: Statements like $test[$test[0]] noow working 3.0.75 (30th Nov, 2003) - Added: ControlGetFocus() - Added: Local and Global keywords - Changed: Dim (along with Local/Global) caan now be used as in vbscript to declare variables - Changed: FileOpenDialog() uses "|" as thee delimiter instead of "," - Fixed: PixelSearch() - Fixed: SoundPlay()...maybe - Fixed: Splash() sizing issues 3.0.74 - Added: Hex notation for integer numbers (($var = 10 or $var = 0xa) - Added: MouseDown(), MouseUp() - Added: TrayTip() - Fixed: PixelCoordMode not working correcttly - Fixed: Compiled exes not producing randomm numbers 3.0.73 - Added: New option "RunErrorsFatal" (AutoIItSetOption) - Added: New option "ExpandEnvStrings" (AuttoItSetOption) - Changed: FileMove() moves/renames withoutt affecting timestamps - can also be used for directories - Changed: RegRead/RegWrite() now supports REG_EXPAND_SZ - Changed: Extra options added to FileGetTiime() - Changed: Extra 250ms delay added to startt and end of mouse drags - Fixed: Odd error message fixed where a usser function contained a badly formatted line 3.0.72 - Fixed: Compiler was ignoring comments neaar FileInstall() functions - Fixed: Memory leak in StatusBarGetText() - Fixed: PixelGetColor - Added: New option "PixelCoordMode" (AutoIItSetOption) 3.0.71 Get ready for some script rewriting...*holds up banner with BETA written on it :) * - Added: ControlSend() - Added: Framework for AutoItSetOption() - note: this function replaces all functions like WinSetDelay, SendSetDelay, MouseSetMode, etc. - Removed: MouseSetMode(), SendSetCapslockMMode(), SendSetDelay(), WinSetDelay(), WinSetDetectHiddenText() WinSetTitleMatchMode() 3.0.70 - Fixed: SoundPlay() - Removed: AutoItWinShow(), AutoItWinWrite((), AutoItWinGetText() - Changed: ControlCommand() (updated with LLarry's recent changes) - Changed: RegRead() extended error codes - Added: FileFindFirstFile(), FileFindNextFFile() - Added: AutoItWinGetTitle() - Added: WinGetClientSize() - Added: EnvUpdate() - Added: SoundSetWaveVolume() - Added: FileGetLongName(), FileGetShortNamme() - Added: TimerStart(), TimerStop() 3.0.69 - Fixed: Small delay added into mouseclick functions - Fixed: FileGetVersion() - Fixed: WinMenuSelectItem() - Fixed: StringSplit() buffer overrun 3.0.68 - Added: FileGetAttrib(), WinMenuSelectItemm(), FileGetVersion() - Added: Added options to ControlCommand() - Changed: (Internal) Larry's nFlag functioons split 3.0.67 - Changed: InputBox() narrowed slightly - Fixed: AutoIt icon not refreshing if Retuurn was used at top level of script - Fixed: Crash with extra long lines fixed - Fixed: @OS_VERSION weirdness fixed - Changed: (Internal) MessagePump handled ddifferently and recursion level of Execute() tracked 3.0.66 - Changed: StringSplit() returns full strinng in array if no delimiters matched (and count=1 not 0) - Fixed: Crash related to window titles andd text fixed. 3.0.65 - Added: ControlCommand() option GetCurrenttLine - Fixed: Possible bug with optional "Then" statement fixed - (Internal) Window searching functions alttered to check for hung windows 3.0.64 Fixed: IniWrite/Delete() functions were not flushing immediately under 9x. Added: Errors now include the file name that contained the error 3.0.63 - Changed: ControlCommand() various internaal changes. - Fixed: MsgBox() character limit bug fixedd - Changed: Can now specify a custom time foor AdlibEnable() 3.0.62 - Fixed: Aut2Exe icon changing code bugged - Changed: Timing of "paused" flash and icoon modified a little. 3.0.61 - Fixed: FileOpenDialog() - Changed: (Internal)Encryption code modifiied - check compiling thoroughly - Added: AutoIt icon flashes when in pausedd state 3.0.60 - Changed: Aut2Exe strips version info fromm compiled script. (Hoping to be custom versioninfo in future) - Fixed: FileGetSize() (change made, unsuree if problem fixed) - Fixed: FileMove wasn't supported on 9x (99x has no MoveFileEx function, Dave... :) ) 3.0.59 - Fixed: InputBox was not returning "" on ccancel 3.0.58 - Fixed: The window text searching in AutoIIt was not the same as AU3_Spy or WinGetText() - Added: InputBox() (and very nice it is tooo...) - Added: FileMove() 3.0.57 - Fixed: MsgBox under 9x was doing odd thinngs with timeouts - tried something else. 3.0.56 - Fixed: Selecting the default icon in Aut22Exe was not saved between sessions - Fixed: @OSLang under NT4... - Added: SysTabControl32 tabbing 3.0.55 - Changed: Better icon support added to Autt2Exe - Changed: (Internal) upx.exe called duringg the compiler to compress data - necessary to do it this way as you can't edit the resources of a compressed exe - Changed: SoundPlay() 3.0.54 - Fixed: Compiled scripts with custom iconss were failing - Fixed: @OS_LANG under 9x 3.0.53 - Added: StringSplit() 3.0.52 - Changed: SoundPlay() option to wait addedd - Added: ChangeIcon support back in Aut2Exee (32x32x16) - Slightly better than v2 in that a multiimage iconfile can be used - although only the 32x32x16 image is actually used. 3.0.51 - Fixed: Aut2Exe still used ' comments whenn including files -whoops. 3.0.50 - Changed: (Internal)A little error checkinng added to the lexer - Added: @TAB, @COMSPEC - Changed: MouseClick() parameters changed - Added: MouseClickDrag() 3.0.49 - Fixed: Statusbar in Aut2Exe with Visual SStyles - Changed: Single line comment character iss now ; - Changed: ' and " may now be used for striings 3.0.48 - Added: StringIsFloat(), StringIsInt() - Fixed: MsgBox() wasn't returning -1 on tiimeout - Fixed: StringReplace() error if string too replace was at end of string - Changed: StringReplace() count is now opttional (assumes global) - Added: Aut2Exe and AutoIt3 now use Visuall Styles 3.0.47 - Changed: FileExists() to work with wildcaards - Changed: Extra options added to AutoItWinnShow() - Changed: RegRead returns the string "" inn addition to @error if the (default) key was requested and not found. - Fixed: DriveGetDrive() (still an a: drivve bug to find though) 3.0.46 - Fixed: RegDelete() return value when valuue does not exist - Fixed: CDTray() open/closed problems - Fixed: FileSelectFolder() crash due to miissing initialisers 3.0.45 - Changed: Set...() functions renamed (SenddSetDelay, WinSetDelay, etc.) - Added: StatusbarGetText() 3.0.44 - Added: Break() - Fixed: DriveStatus() - Fixed: RegDelete() 3.0.43 - Fixed: @OSLang for 2000+ - Added: Hex(), AutoItWinGetText() - Changed: UBound() back to how it was agaiin (same as VBScript syntax) 3.0.42 (30th Aug, 2003) - Tweaked: Mouse coords were 1 pixel out - Added: MouseSetMode() to allow for screenn _and_ relative coords - yay everyone's happy 3.0.41 (30th Aug, 2003) - Fixed: Bug with invalid filehandles (agaiin!). - Changed: Mouse commands may now work on mmultiple monitors. - Fixed: $CmdLine wasn't working correctly for compiled scripts. - Fixed: The operator == wasn't properly coomparing strings - Fixed: INI functions, filename now doesn''t need ".\file.ini" to work in the current directory - Fixed: Bug in Run() directory would not bbe set if last parameter was used 3.0.40 - Added: Windows API error messages added oonto errors for the Run() commands (directory invalid, bad logon, etc). 3.0.39 (29th Aug, 2003) - Added: RunAsSet() (2000/XP only) - Added: FileRecycle() 3.0.38 (28th Aug, 2003) - Changed: WinGetText now correctly takes nnote of detecthiddentext setting - Added: StringStripWS() - Added: DriveGetLabel(), DriveGetSerial(),, DriveGetFileSystem(), DriveSetLabel(), DriveGetType(), MouseGetCursor() 3.0.37 - Changed: Compression tweaked in Aut2Exe - Changed: UBound($array) now returns numbeer of dimensions - Renamed all the IsUpper/IsAlpha, etc funcctions to StringIsUpper/StringIsAlpha, etc. - Added: IsFloat(), IsArray(), IsInt(), IsSString() - Added: Mod() 3.0.36 - Fixed: Main dialog in Aut2Exe - Added: New compression code (slower but bbetter at higher levels) 3.0.35 - Added: FileInstall() support - Added: SplashImageOn(), SplashTestOn(), SSplashOff() - Added: ProgressOn(), ProgressOff(), ProgrressSet() - Added: Compression level option in Aut2Exxe 3.0.34 - Fixed: subscript must be > 0 in Dim stateement - Added: Compiled script reading code addedd - Added: @Compiled - Added: Aut2Exe 3.0.33 (22nd Aug, 2003) - Added: Case Else - Added: @DesktopWidth, @DesktopHeight - Fixed: CDTray - closed/close - Fixed: Incorrect reference passing of gloobal variables - Fixed: Bad file handle causing a crash inn FileWrite/Read/Close - Fixed: Crash with badly formatted Func sttatements - Parsing speeded up (doubled the speed) - Optimized string handling in variants 3.0.32 (20th Aug, 2003) - Started proper version logging :) First public beta binary - 4th Mar, 2003. Development started - 20th Jan, 2003.