AutoIt Changelog (including beta version changes) ================================================= 3.2.12.1 (12th June, 2008) (Release) AutoIt: - Fixed #309: RunAs() and RunAsWait() now use @SystemDir as the working directory instead of @WorkingDir when a user-supplied working directory is not specified. - Fixed #325: contextmenuitem not firing events. - Fixed #282: Icon transparency refresh when on tab regression. - Fixed #360: RunAs() under Windows 2000. 3.2.12.0 (11th May, 2008) (Release) AutoIt: - Fixed #252: Edit control not correctly getting focus after ALT-TAB. - Fixed #254: GuiGetCursorInfo() fixed again! - Fixed #256: Multiple windows and multiple tab controls were messing each other up. - Fixed #255: Random(Min,Max,1). Previously this would never actually return Max, so if Max was artificially incremented by one the script will now need to be changed. - Fixed #251: GUIRegisterMsg() and Return values. - Fixed: Icon transparency refresh when on tab. (Thanks Ultima) UDFs: - Fixed #249: _WinAPI_UpdateLayeredWindow error checking. - Fixed #260: _ArrayToString() doc return value. - Fixed #259: _ArraySort() not returning 1 on success. 3.2.11.12 (8th May, 2008) (Beta) AutoIt: - Removed #238: ColorMode option ( Opt() ). - Fixed #246: GuiGetCursorInfo() with swapped mouse buttons. AutoItX: - Added #244: ControlTreeView(). - Fixed: ControlListView() for native DLL version. UDFs: - Fixed: _GUICtrlTreeView_GetText for Unicode. 3.2.11.11 (7th May, 2008) (Beta) AutoIt: - Fixed #222: GUIRegisterMsg() regression. - Fixed #230: GUICtrlSetResizing after GuiSetState() regression. - Fixed #89: The "Environment" flag and environment variables are correctly loaded. - Fixed #90: RunAs() and RunAsWait() now correctly work with limited user accounts. UDFs: - Fixed #198: _FileReadToArray() removing empty lines at the end. - Fixed: _WinAPI_CreateSolidBitmap not releasing DC. - Fixed: _ArrayDisplay Separator handling. - Fixed: _IEAttach, windowtitle, fixed bug matching window title when IE windowtitle registry key is not set (DaleHohm) - Fixed: _IEPropertyGet, toolbars, broken, now works (DaleHohm) - Added: Unicode support to _GUICtrlListView_xxxx, _GUICtrlStatusBar_xxxx, _GUICtrlComboBoxEx_xxxx _GUICtrlHeader_xxxx, _GUICtrlTab_xxxx, _GUICtrlToolBar_xxxx, _GUIToolTip_xxxx, _GUICtrlTreeView_xxxx functions (Gary) - Fixed: _GUIImageList_GetIcon using wrong variable for param (SmOke_N) - Added: $iFlag parameter to _FileWriteLog (MrCreatoR) 3.2.11.10 (20th April, 2008) (Beta) AutoIt: - Fixed #185: GUI performance problem when creating a large number of windows. - Changed: Tried to make each GUI window have an independent accelerator table. 3.2.11.9 (19th April, 2008) (Beta) AutoIt: - Fixed: Regression in right-click/context menus. 3.2.11.8 (19th April, 2008) (Beta) AutoIt: - Added #212: Added parent window parameter to InputBox(). - Fixed #213: GUISetAccelerator() regression since 3.2.11.6. - Fixed #214: Regression in GUI resizing code when menus are present. AU3Info: - Changed: Controls are always highlighted when using the finder tool. - Changed: Controls are not highlighted by default. - Changed: Control description gives the advanced version of class and instance. 3.2.11.7 (15th April, 2008) (Beta) - Added: X, Y, W, H in advanced window definitions. - Fixed: GUI crash introduced into last beta. - Fixed: An attempt to FileDelete() a file that was just executed with RunWait() would sometimes fail. 3.2.11.6 (13th April, 2008) (Beta) AutoIt: - Added #39: Added parent window parameter to MsgBox(), FileSelectFolder(), FileOpenDialog(), FileSaveDialog(). - Added #79: X, Y, W, H in advanced control definitions. - Fixed #195: Impossible to compile a script with GUICtrlSetDef..Color(). - Fixed #193: crash when GUICtrldelete() of a already deleted Ctrl. - Fixed: Resizing GUI before GUISetState() (again). - Fixed #178: GUIRegisterMsg() return value. UDFs: - Added: _GDIPlus_DrawImagePoints (Malkey) - Added: 21 _WinAPI_xxxx examples (Gary) - Fixed: Constants declared in Constants.au3 and ScrollBarConstants.au3 - Fixed: _GDIPlus_DrawImagePoints Documentation (Malkey) - Added: _GUICtrlAVI_IsPlaying (Gary) - Added: _GUICtrlButton_GetNote, _GUICtrlButton_GetNoteLength, _GUICtrlButton_GetSplitInfo _GUICtrlButton_SetNote, _GUICtrlButton_SetShield, _GUICtrlButton_SetSplitInfo _GUICtrlComboBox_GetCueBanner, _GUICtrlComboBox_SetCueBanner, _GUICtrlMonthCal_GetCalendarBorder _GUICtrlMonthCal_GetCalendarCount, _GUICtrlMonthCal_SetCalendarBorder, _GUICtrlListView_GetFocusedGroup _GUICtrlListView_GetGroupCount, _GUICtrlListView_GetGroupInfoByIndex, _GUICtrlListView_GetGroupRect (Gary) - Updated: _GUICtrlButton_Create, _GUICtrlButton_GetIdealSize, _GUICtrlMonthCal_Create, _GUICtrlListView_SetGroupInfo (Gary) - Added: _GUICtrlButton_SetDontClick (Gary) 3.2.11.5 (25th March, 2008) (Beta) AutoIt: - Added: REGEXPCLASS in Advanced control definition. - Added: "start" and "count" parameters added to StringInStr(). - Added #182: GUICtrlSetDefColor(), GUICtrlSetDefBkColor(). - Fixed: Resizing GUI before GUISetState(). - Fixed #183: radio fired when GUI reactivated. - Fixed: GUICtrlDelete on contextMenuItem. UDFs: - Added: _ArrayDisplay() GUI width adapted to column sizes (Jpm) 3.2.11.4 (20th March, 2008) (Beta) AutoIt: - Added #78: REGEXPCLASS in Advanced Windows definition. - Fixed #177: Pixel...() does not accept optional hwnd parameter. - Fixed #173: Advanced window descriptions only reading to the first ; UDFs: - Fixed: _Timer_KillTimer array assignment correction (-Ultima-) 3.2.11.3 (18th March, 2008) (Beta) AutoIt: - Changed: PCRE regular expression engine updated to 7.6. - Added #128: GUISetAccelerators(). - Fixed: Modified AutoUpdateIt.au3 to work under x64. UDFs: - Fixed: $tagREBARINFO declaration (Zedna) - Added: _GUICtrlRebar_GetBarInfo, _GUICtrlRebar_SetBarInfo (Gary) 3.2.11.2 (14th March, 2008) (Beta) AutoIt: - Added: Pixel...() can specified a window handle as last parameter. - Changed: Maximum controls in a GUI window 4093 -> 65532. - Changed: @OSVersion can now return "WIN_2008" for Windows Server 2008. - Fixed: ControlTreeview() returning @error=1 on success (more). - Fixed: StringSplit() flag=1 delimiters not case sensitive. - Fixed: In advanced Window descriptions only semi-colon must be escaped. - Fixed: ObjGet() memory leak. - Fixed #152: STDIO redirection could cause (AutoIt) child process to max CPU. UDFs: Added: _Debug...() can be used to debug concurrent scripts using the same Notepad session. Fixed: UDF Doc for _StringSplit (Gary) Changed: re-write _StringSpit (Randallc) Fixed: Doc for _GUICtrlListView_InsertGroup (MsCreatoR) Added: UDF Examples _GDIPlus_GraphicsSetTransform, _GDIPlus_MatrixCreate, _GDIPlus_MatrixDispose, _GDIPlus_MatrixRotate (Malkey) Fixed: UDF _Timer_KillTimer subscript error if function called more times than number of Timers (Gary) Fixed: Include file constant name from $DTS_SHORTDATECENTFORMAT to $DTS_SHORTDATECENTURYFORMAT as stated in the help Fixed: _ScreenCapture_Capture memory leak Added: UDF _WinAPI_CallWindowProc Added: UDF _GUICtrlListBox_ClickItem Changed: _StringAddComma replaced with _StringAddThousandsSep 3.2.11.1 (9th February, 2008) (Beta) AutoIt: - Added: ProcessWaitClose() returns exitcode in @extended - Fixed: Unexpected AutoIt exit code. - Fixed: AutoIt tray icon removal on script exiting. - Fixed: AutoIt crash when removing ObjEvent() object. - Fixed: ObjEvent() handler can destroy return of AutoIt Function : as winwait("title") can return 0. - Fixed: Dirmove() on different volume. - Fixed: Crash with RegRead() and REG_MULTI_SZ on x64. - Fixed: GuiCtrlListView() behind BG Picture. Doc updated. - Fixed: Various Edit control focus and DefPushButton issues. - Fixed: ControlTreeview() returning @error=1 on success. - Fixed: COM objects could lose numeric precision. - Fixed: StringReplace() with start float number. - Fixed: ControlCommand() "SelectString" wrong selection. UDFs: Fixed: _GUICtrlListView_GetItemChecked for use with external listviews (Siao) Fixed: UDF _GUICtrlListView_Create freezes window when dragging an item (Gary Frost) Added: UDFs _GUICtrlHeader_Destroy, _GUIToolTip_Destroy, _WinAPI_SetSysColors (Gary Frost) Fixed: _IEPropertyGet() with "toolbar". Fixed: UDF Doc _ChooseFont missing $hWndOwner from parameter explanation (Bert) Added: UDF Examples: _WinAPI_Beep, _WinAPI_ClientToScreen, _WinAPI_EnumDisplayDevices, _WinAPI_EnumWindows _WinAPI_EnumWindowsPopup, _WinAPI_FlashWindow, _WinAPI_FlashWindowEx, _WinAPI_FloatToInt _WinAPI_GetCursorInfo, _WinAPI_GetDesktopWindow, _WinAPI_GetFocus, _WinAPI_GetModuleHandle _WinAPI_HiWord, _WinAPI_IntToFloat, _WinAPI_LoWord, _WinAPI_ScreenToClient (Bert/Gary) Updated: UDF Docs Remarks for _ScreenCapture_Capture, _ScreenCapture_CaptureWnd, _ScreenCapture_SaveImage (Gary) Updated: UDF description _Timer_SetTimer (Gary) Updated: UDF Documentation for _GUICtrlHeader_SetItemFormat, _GUICtrlListView_RegisterSortCallBack (Gary) Fixed: UDF _ScreenCapture_Capture Cursor is not on the right position (progandy) Fixed: UDF Date function(s) documentation (JerryD) Fixed: UDF _GUICtrlListView_RegisterSortCallBack no longer depends on WM_NOTIFY Added: UDFs _ColorConvertHSLtoRGB, _ColorConvertRGBtoHSL (-Ultima-) Added: UDF _StringSplit (Randallc) 3.2.11.0 (25th January 2008) (Beta) AutoIt: - Removed: Unnecessary optional parameter from ProcessClose(). - Removed: RunErrorsFatal Option. - Removed: RunAsSet(). - Changed: @Unicode renamed in @AutoItUnicode. @Unicode is an alias for now. It will be removed > 3.2.14.0 - Changed: The behavior of StdoutRead(), StderrRead(), StdinWrite() and ConsoleRead() has been changed. - Changed: PCRE regular expression engine updated to 7.5. - Changed: AutoIt internet functions (e.g. InetGet()) now use "AutoIt" as a user-agent. Previously using blank which was blocked by many websites. - Changed: ControlClick() now accepts the same mouse buttons as MouseClick() - left/right/middle/primary/secondary/main/menu. - Added: DllCall() new types int_ptr, uint_ptr, long_ptr, ulong_ptr. Special types that change size on x86/x64. - Added: "REG_QWORD" type for RegWrite(). - Added: Option to compile scripts as console applications. - Added: HotKeySet() modified to work with the {} notation. - Added: _DebugBugReportEnv() function in Debug.au3 to retrieve basic Info for Bug Reporting. - Added: FileReadLine( ,-1) read last line. - Added: Std I/O redirection works with RunAs...(). - Added: Std I/O merged flag for using the same stream for stdout/stderr. - Added: Std I/O supports binary data. - Added: ConsoleWrite()/ConsoleWriteError() now return the amount of data written. - Added: Remarks in Run() about how to close streams/release resources associated with STDIO. - Added: StdioClose() function to force STDIO data closed for a process. - Added: ProcessClose() now closes processes started by other users. - Added: RunAs(), RunAsWait(). - Fixed: DllCall() setting wrong @error values. - Fixed: BlockInput() returns errors. - Fixed: WinWaitActive() not matching (more frequent with Windows Vista). - Fixed: GUICtrlSetState($GUI_SHOW) on hidden radio on an active tab. (Thanks covaks/MsCreator) - Fixed: SciTe Lite not installed in the AutoIt Choosen release dir. - Fixed: WinMove() with Speed = 0 crash the script. (Thanks MsCreator) - Fixed: Mysterious return value of 1 when no explicit value was set. - Fixed: ControlCommand(), "GetLineCount" - Fixed: _FileListToArray() when using root drive dir as c:\ under Win9x. - Fixed: TraySetState(4) flashing tray icon for Windows Vista. (Thanks psandu.ro) - Fixed: ProcessExists() wrong return. (Thanks oktoberfest2) - Fixed: StringRegExp() crashing under Win95. (Thanks WesleyW) - Fixed: Handle leak when using Run() with I/O redirection. - Fixed: Disabled input control background on Tab. (Thanks Volly) - Fixed: GUICtrlDelete() of a tab if two GUI windows are used. (Thanks DarkTurok) - Fixed: AutoIt crash in Random() when range exceeds 2^31. (Thanks VicTT) - Fixed: #include parsing error detection. - Fixed: Array entry passed Byref to a UDF. (Thanks Nutster) - Fixed: FileSetTime() erronously rounds UP on non NTFS partition. - Fixed: STDIO redirection sometimes failed on Windows 9x. - Fixed: IniReadSectionNames() returning incorrect number of sections under Win9x. UDFs: Updated: _GDIPlus_ImageLoadFromFile, error check after dllcall (martin) Updated: GDIPlus functions error checking and Failure return types where needed (Gary Frost) Moved: _SendMessage, _SendMessageA from Misc.au3 to SendMessage.au3 (Gary Frost) Added: UDF Files: _GUICtrlListView_ClickItem, _GUICtrlListView_RegisterSortCallBack, _GUICtrlListView_UnRegisterSortCallBack _GUICtrlTreeView_ClickItem, _WinAPI_GetXYFromPoint, _WinAPI_PointFromRect, _WinAPI_CreateFont _WinAPI_CreateSolidBrush, _WinAPI_DrawEdge, _WinAPI_DrawFrameControl, _WinAPI_FillRect, _WinAPI_FrameRect _GUIImageList_BeginDrag, _GUIImageList_DragEnter, _GUIImageList_DragLeave, _GUIImageList_DragMove, _GUIImageList_EndDrag _GUICtrlEdit_FmtLines, _GUICtrlEdit_GetPasswordChar, _GUICtrlEdit_HideBalloonTip, _GUICtrlEdit_SetPasswordChar _GUICtrlEdit_ShowBalloonTip, _GUICtrlSlider_GetLogicalTics, $tagLVHITTESTINFO, $tagNMLVCUSTOMDRAW _GUICtrlToolbar_ClickAccel, _GUICtrlToolbar_ClickButton, _GUICtrlToolbar_ClickIndex (Gary Frost) _GDIPlus_GraphicsDrawImageRect (smashly) Updated: UDF Files: _GUICtrlListView_GetOrigin - added check for dll call success _GUICtrlListView_SetItemSelected now supports -1 for index and focus _GUICtrlEdit_Create doc (Gary Frost) Fixes: And Added Param Paremeter: _GUICtrlListView_AddItem, _GUICtrlListView_InsertItem (Gary Frost, Koder) _DateDiff doc (Jos/tinjaw), _GUICtrlTreeView_GetNext, _GUICtrlTreeView_SetState (Gary Frost/Bowmore), _ScreenCapture_SaveImage (christian) _IsPressed doc (JustinReno), _Net_Share_ShareAdd doc (Wooltown) Changed: GUIConstants.au3 is now deprecated. It is the same as using GUIConstantsEx.au3 which should be used instead. Fixed: _PathFull() did not handle paths with a leading \ correctly. Removed: MsgBox from _GUICtrlListView_DeleteAllItems and _GUICtrlListView_DeleteItem (Gary Frost) Updated: _GUIImageList_AddIcon added Large Icon option (Gary Frost) Added: _WinAPI_CallNextHookEx, _WinAPI_SetWindowsHookEx, _WinAPI_UnhookWindowsHookEx, $tagKBDLLHOOKSTRUCT (Gary Frost) Fixed: _ArrayDisplay more that 3999 items (-Ultima-) Added: _ArrayConcatenate, _ArrayFindAll (-Ultima-) Changed: _Arrayxxxx functions/examples (-Ultima-) Added: _DebugBugReportEnv (jpm) Fixed: _ClipPutFile offset calculated incorrectly (Gary Frost) Added: Advanced Examples _NamedPipes_Client, _NamedPipes_Server (Gary Frost) Added: $tagOPENFILENAME, _WinAPI_CommDlgExtendedError, _WinAPI_GetOpenFileName, _WinAPI_GetSaveFileName (Gary Frost) Added: _Singleton() now supports a new flag for creating an insecure object accessible by anybody. Changed: _Singleton() no longer does an over-zealous check to remove \ from the name. Fixed: _SoundLength() badly formatted (jpm) Fixed: _IELoadWait nuisance console COM messages with small loadwait timeouts. (DaleHohm) Fixed: _IEAttach embedded and dialogbox modes failure (dependant on DllCall fix to 3.2.10.0). (DaleHohm) Fixed: _IEAttach embedded and dialogbox modes to work without explorer shell running. (DaleHohm) Fixed: _IEFormElementGetValue now returns NULL string if value is NULL instead of integer 0. (DaleHohm) Fixed: _GUICtrlListView_AddArray Example (Gary Frost) Added: uniqueID to _IEPropertyGet. (DaleHohm) Added: "instance" mode and $i_instance parameter to _IEAttach. (DaleHohm) Fixed: _GUICtrlRebar_AddToolBarBand Button height clipped when Toolbar added to Rebar (rover) Fixed: _GUICtrlListView_InsertColumn, _GUICtrlListView_SetColumn align and image now work together (Gary Frost) Fixed: _GUICtrlToolbar_SetButtonInfo documentation, style and state param descriptions were reversed (Gary Frost) Fixed: _GUICtrlStatusBar_Create example documentation (Gary Frost) Added: Timers UDFs - _Timer_Diff, _Timer_GetTimerID, _Timer_Init, _Timer_KillAllTimers, _Timer_KillTimer, _Timer_SetTimer (Gary Frost) Fixed: UDF Doc for _WinAPI_LoadShell32Icon (MadBoy) Added: GuiScrollBars UDFs (Gary Frost) Updated: _GUICtrlListView_DeleteAllItems, _GUICtrlListView_DeleteItem, _GUICtrlListView_DeleteItemsSelected support control ID again (Gary Frost) Fixed: _FileReadToArray leaving last line feed in the array (mlowery) Fixed: Doc Example for _ArrayTrim (Emiel Wieldraaijer) Fixed: _GUICtrlTab_GetItemState, _GUICtrlTab_SetItemState, _GUICtrlTab_GetItem, _GUICtrlTab_SetItem State Mask was missing (Gary Frost) Fixed: UDF Docs for GUICtrlListBox_AddString, _GUICtrlListBox_DeleteString (Gary Frost) Fixed: Example using wrong function calls in _GUIImageList_AddBitmap (Gary Frost) Removed: UDF Documentation and Example for _ArrayCreate, function no longer needed (Gary Frost) Fixed: _GUICtrlTreeView_GetState hard crashes external application(s) (Gary Frost) Added: GuiButton UDFs (Gary Frost) 3.2.10.0 (25th November, 2007) (Release) 3.2.9.14 (21st November, 2007) (Beta) - Fixed: Incorrect predicted stack size causing DllCallbacks with int64 parmeters to fail (e.g. CopyFileEx) 3.2.9.13 (19th November, 2007) (Beta) - Fixed: DllCallbacks crashing when tray icon is clicked. (Note: Callbacks now cannot be paused). - Added: DllCall() and DllCallbackRegister() now accept doubles, int64 and uint64 types. 3.2.9.12 (17th November, 2007) (Beta) - Added: DllCallbackRegister(), DllCallbackGetPtr() and DllCallbackFree() 3.2.9.11 (15th November, 2007) (Beta) - Changed: Added a temporary pop-up warning when deprecated DllCall types are used. - Fixed: UPX is not used when creating a 64bit compiled script. 3.2.9.10 (12th November, 2007) (Beta) - Fixed: DllCall() stack error if multiple DllCalls happen at the same time. 3.2.9.9 (10th November, 2007) (Beta) - Changed: Limits on Execute() removed. - Fixed: DllStructCreate() now properly aligns the end of the structure if required. 3.2.9.8 (6th November, 2007) (Beta) - Added: DllStructCreate() added "align" keyword to set structure alignment. 3.2.9.7 (6th November, 2007) (Beta) - Fixed: Arithmetic (addition and subtraction) not working on Variants containing pointers. 3.2.9.6 (4th November, 2007) (Beta) - Fixed: Looping GUIRegisterMsg() doesn't unregister. (Thanks Saunders) - Fixed: Focus on ES_READONLY edit control. (Thanks BillB) 3.2.9.5 (2nd November, 2007) (Beta) - Changed: DllCall() new method of passing types by reference using *. - Changed: DllCall(): short_ptr, long_ptr, int_ptr types deprecated. Use short*, long* and int* respectively. - Added: VarGetType(). (Thanks Valik) - Added: @AutoItX64 macro. - Added: DllCall() new types of wparam and lparam. - Added: Au3Info : Handle info for windows and controls. - Fixed: Control...() functions using CLASS and TEXT together sometimes incorrect. - Fixed: Control...() functions using CLASSNN sometimes incorrect. - Fixed: Windows Vista taskbar previews causing problems with windows matching. - Fixed: _SQLite_SQLiteExe() referencing by default "Extras\SQLite\SQlite3.exe". (Thanks randallc) - Fixed: _Sound...() when refering to a file with "!" characters. (Thanks chrisL) 3.2.9.4 (25th October, 2007) (Beta) - Fixed: ProcessExists() on service process under Win2K. (Thanks Firewzy) - Fixed: $GUI_DEFBUTTON behavior. (Thanks Saunders) - Fixed: ProcessGetStats() retrieving IO counters for Win9x, WinNT, Win2000. (Thanks monter) - Fixed: ControlCommand(SelectString) order selection. (Thanks Zedna) - Fixed: GUISetStyle(), GUIGetStyle(), ProcessGetStats() cannot be compiled. (Thanks Pascal 257, Jos) - Fixed: Array cannot have 2^24 entries. - Fixed: DefPushButton behavior. (Thanks Saunders) - Fixed: GuiCreateMenu() on a windows without title and without client area. (Thanks Volly) - Fixed: WinWaitActive() sometimes failing after a WinActivate(). 3.2.9.3 (5th October, 2007) (Beta) - Fixed: $var = $var was not giving an error when $var didn't already exist. - Fixed: Opt("WinTitleMatchMode", Default) fatal error. (Thanks pseakins) - Fixed: 3.2.9.2 AutoIt error when launched under Windows 2000. - Fixed: GUICtrlSetStyle() with $ES_READONLY bad $WS_TABSTOP. (Thanks Antiec, gafrost) - Fixed: AutoIt Crash on exit if Win...() used with a Title being a COM object. (Thanks Volly) 3.2.9.2 (30th September, 2007) (Beta) - Changed: PCRE regular expression engine updated to 7.4. - Added: ProcessGetStats(). - Fixed: Extra notification on colored button. (Thanks livewire) - Fixed: IniReadSectionNames() for [] sections. (Thanks DavidFarner) 3.2.9.1 (18th September, 2007) (Beta) - Added: SendKeepActive(). - Added: More commands for ControlTreeView(). - Fixed: GUICtrlSetImage() sizing regression from 3.2.4.9. (Thanks Wooltown) - Fixed: GUICtrlCreateListView() with no column. (Thanks gafrost) - Fixed: _GUICtrlListViewInsertColumn() after _GUICtrlListViewDeleteColumn() of the first column of a ListView control. (Thanks Antiec, gafrost) 3.2.9.0 (12th September, 2007) (Beta) - Added: ControlTreeView(). 3.2.8.1 (10th September, 2007) (Release) - Fixed: Possible crash with StringRegExp(). 3.2.8.0 (8th September 2007) (Release) 3.2.7.6 (7th September 2007) (Beta) - Added: WinMove() speed parameter. - Fixed: Crash on AutoIt exit if TrayItemCreate is not deleted. (Thanks Saunders) - Fixed: AutoIt crash on bad parameter when calling TrayCreateMenu 3.2.7.5 (6th September 2007) (Beta) - Fixed: Character positions returned by StringRegExp() not correct for characters > 127 (accents, non-Western) 3.2.7.4 (5th September 2007) (Beta) - Changed: General speed improvements (currently up to 24% in some cases compared to 3.2.6.0). - Fixed: Memory leak when AutoIt need to get longfilename (a lot of file functions). (Thanks Visual Leak Detector) - Fixed: ListviewItem not created after other Child Windows creation/deletion. (Thanks MsCreatoR) - Fixed: ControlGetFocus() returning bad ClassNN. (Thanks txomin, pdaughe) - Fixed: Detection of invalid CONTINUELOOP. (Thanks MsCreatoR) 3.2.7.3 (3rd September 2007) (Beta) - Fixed: String memory allocation error introduced in 3.2.7.2. 3.2.7.2 (2nd September 2007) (Beta) - Changed: PCRE regular expression engine updated to 7.3. - Changed: Recursion-based code limits relaxed. - Fixed: ProcessExist() under Windows 9x. - Fixed: $LVSCW_AUTOSIZE column truncates display string. (Thanks benners) - Fixed: Incorrect listview creation. (Thanks Bowmore) 3.2.7.1 (30th August 2007) (Beta) - Changed: More speed improvements. - Fixed: ControlGetText() crash on Scite windows. (Thanks Xenobiologist) 3.2.7.0 (25th August 2007) (Beta) - Added: wchar type added to DllStructCreate() - Fixed: GUISetState(@SW_DISABLE) not disabling keyboard input. (Thanks MsCreatoR) - Fixed: Sometimes AutoIt crashes on DllStructGetData of char[]. (Thanks drlava) - Fixed: Au3Info restoring last settings. - Fixed: Better handling of notifications when using colored buttons. 3.2.6.0 (24th August 2007) (Release) 3.2.5.7 (22nd August 2007) (Beta) - Changed: More speed improvements (currently around 30-40% over 3.2.4.9) - Added: GUIGetStyle(). (Thanks Valery) - Added: byte and ubyte type to DllCall(). (Thanks lotrfan01) - Fixed: AutoIt crash on WinWait("","text") when a Scite is open. (Thanks Azazel) 3.2.5.6 (19th August 2007) (Beta) - Changed: Limited Unicode support added in regular expressions. - Fixed: Some crashes on Chinese systems during conversions. 3.2.5.5 (18th August 2007) (Beta) - Fixed: Aut2Exe crashing on Chinese systems when running in ANSI. - Fixed: resizing of treeview. (Thanks RazerM) - Fixed: IE.au3 bad 3.2.5.4 version. (Sorry Dale) - Fixed: Cmdline /ErrorStdOut working with /AutoItExecuteLine. - Fixed: Detection of no separator after keyword or function. 3.2.5.4 (14th August 2007) (Beta) - Changed: Slight expression parsing speed improvement. - Added: ControlMove() just resizing as WinMove() if X=Y=Default. (Thanks Zedna) - Fixed: Wrong Notification on {ENTER} after clicking on a listviewItem. (Thanks randallc) - Fixed: Wrong resetting of image on listviewitems if image set on the listview.(Thanks randallc) - Fixed: FileselectFolder() out-of-bounds popup. (Thanks dash007) - Fixed: Resizing of listview control. (Thanks Ultima) 3.2.5.3 (11th August 2007) (Beta) - Changed: Some speed improvements. - Fixed: @error not set on bad WinGetPos() return. (Thanks Emiel Wieldraaijer) - Fixed: LVM_EDITLABEL hogging cpu. (Thanks gafrost) - Fixed: AutoIt (non UNICODE version) crash with some COM objects. (Thanks Tippex) 3.2.5.2 (9th August 2007) (Beta) - Changed: IconId in all GUI functions is coherent with the actual GUICtrlSetImage() for icon control. WARNING Previous scripts using GUICtrlSetImage(), GUISetIcon(), TraySetIcon() and TraySetPauseIcon() may display a wrong Icon. To get the same icon "if nId > 0 Then newId = - nId - 1". - Changed: AutoIt .a3x and compiled script format. Exe2Aut will only decompile 3.2.5.1 and earlier files. The new format doesn't support decompilation. - Fixed: GUISetState() on GUI with W=0 or H=0. - Fixed: GUI control Tip not reappearing after a click or timeout. (Thanks MsCreatoR, anixon) - Fixed: GUI controls not at the right position if a Control menu is in use. (Thanks Koder) - Fixed: EnvUpdate() in UNICODE AutoIt version not working since 3.2.3.3. (Thanks klasch) - Fixed: FileRead(..., count) returning count-1 chars. (Thanks randallc) - Fixed: Unicode filenames in FileInstall(). 3.2.5.1 (29th July 2007) (Beta) - Fixed: LVS_EX_HEADERDRAGDROP extendedstyle. (Thanks MsCreatoR) - Fixed: UpDown control shows through tabbed pages. (Thanks Jdop) - Fixed: GUICtrlSetState on UPDOWN control without changing the state. (Thanks Emiel Wieldraaijer) - Fixed: FileInstall() in compiled scripts causing GUI problems. - Fixed: ControlGetFocus() on control not created with AutoIt GUI. (Thanks ChristL) - Fixed: @AutoItPID and processlist coherency under Win9x. - Fixed: GUICtrlSetResizing not returning error on non resizable control. - Fixed: regression for ControlSend SHIFTDOWN/UP since 3.2.3.13. (Thanks MHz) - Fixed: Fileread bad return length. (Thanks RazerM) 3.2.5.0 (11th July 2007) (Beta) - Added: ClassnameNN in control and summary info. - Added: Float type to dllCall. (Thanks PaulIA) - Added: AU3Check v1.54.8 support for both "#AutoIt3Wrapper_plugin_funcs" and "#Compiler_plugin_funcs". - Added: Extra parameter in ProcessClose() to close Stream handles. - Changed: GUICtrlSetImage() on Button Ctrl with id<0 coherent with icon ctrl setting. - Changed: PCRE engine updated from 7.0 to 7.1 - Fixed: Drag and drop on a listview control after clicking on its header. (Thanks MsCreatoR) - Fixed: Support "resource only" dlls for GUISetImage(). - Fixed: Default minimum for GUICtrlSetLimit() set to 0. - Fixed: Z order after GUICtrlSetStyle() on edit or input control. (Thanks th.meger) - Fixed: FileReadLine() getting bad cached data when reading specific line numbers with file handles. - Fixed: Slight lag in GUIGetMsg() under certain circumstances. - Fixed: StringReplace() and occurances parameter. - Fixed: GuiCtrlSetFont() on Tab control. (Thanks Sokko) - Fixed: Leading blanks before #include cannot be compiled. - Fixed: Notification on ENTER on Colored button. - Fixed: suppress delay when speed=0 in MouseMove. - Fixed: RegWrite() setting bad registry entry. (Thanks Rick, jim404) - Fixed: AutoIt hogging CPU when text msgbox too big. (Thanks Larry) - Fixed: ControlSend() sometime to wrong control when using empty controlid. - Fixed: ProcesExists() under Win2K with processname >15 chars. - Fixed: Int() with string comparison wrong match. - Fixed: InetGetSize() in unicode version returns 0. (Thanks koiron) - Fixed: GUICtrlCreateListview() with more than 254 columns. (Thanks randallc) - Fixed: AutoIt Crash on wrong recursive RegExp. - Fixed: BitRotate() with left bit set. (Thanks Arses) - Fixed: Filemove() returning 1 without any move. (Thanks firefly) - Fixed: FileRead() returning chr(0) in ANSI mode. - Fixed: Au3Info control coords relative to client. - Fixed: StringInStr() not returniong 0 when searching backward and searh lenght greater than string. - Fixed: AutoUpdateIT from Saunders. UDF's - Added _IEGetObjByID to IE.au3 (DaleHohm) - Fixed _IEPropertyGet() directives appversion and appminorversion (Dale Hohm) - Fixed _IELoadWait to trap ClientDisconnected Com errors (DaleHohm) - Fixed and enhanced web links in _IE_Introduction('basic') (DaleHohm) - Several updates to IE.au3 documentation and examples (DaleHohm) - Total rewrite of _ArrayDisplay with more options. (randallc) - Fixed _ArrayDisplay to set the Opt("GUIOnEventMode",0) before dsiplaying the Array and changing is back before returning. - Added Optional: Handle of owner window to _ChooseColor andf ChooseFont. (gafrost) - Fixed _ArraytoString for array with only one element. (Thanks jonny1234) - Fixed _SetDate in Date.au3 if daylight saving is involved. - Fixed: bad checking of SQlite version. - Added: CompareVersion() in Misc.au3. - Fixed: _IsClassName doc. 3.2.4.9 (25th May, 2007) (Release) - Added: StringCompare() - Fixed: Basic string comparisons were not working with locale as in previous versions. 3.2.4.8 (23rd May, 2007) (Release) - Fixed: Errors with non-western codepages and ANSI format scripts. 3.2.4.7 (22nd May, 2007) (Release) - Added: Aut2Exe options for forcing ANSI mode compilation (/ansi and /unicode) - Added: StringToBinary() - Added: Additional unicode related options for BinaryToString() 3.2.4.6 (20th May, 2007) (Release) - Fixed: StringReplace() and occurances parameter. 3.2.4.5 (20th May, 2007) (Release) - Added: BinaryToString() for binary buffer to ANSI string quick conversions. - Added: @Unicode to show if AutoIt is being run in Unicode or ANSI mode. - Changed: StringReplace() speeded up - a lot. - Changed: Au3Info is now resizable. - Fixed: Chr(0) now properly works with Binary() 3.2.4.4 (17th May, 2007) (Release) - Fixed: Chr(0) now acting more sensible (now acts in a similar way to VBScript). 3.2.4.3 (17th May, 2007) (Release) - Fixed: FileRead() not working properly with unicode files. 3.2.4.2 (15th May, 2007) (Release) - Changed: Au3Info graphical tweaks and Summary tab. - Fixed: FileReadLine() getting bad cached data when reading specific line numbers with file handles. - Fixed: Slight lag in GUIGetMsg() under certain circumstances. 3.2.4.1 (13th May, 2007) (Release) - Added: ChrW() and AscW() for unicode operations. - Fixed: Chr() and Asc() for character codes 128-255 in unicode mode. - Fixed: Unicode BOM was not being written in file append modes if the file was empty. - Fixed: Error in Include\GuiCombo.au3 and Include\IE.au3. 3.2.4.0 (10th May, 2007) (Release) Big Changes: - AutoIt is now compiled for Unicode! AutoIt3.exe is Unicode - AutoIt3A.exe is ANSI. - Au3Info tool rewritten. - Binary data functions completely rewritten - scripts using these functions will need to be changed. 3.2.3.14 (6th May 2007) (Beta) - Added: Support for virtually all file formats (UTF16 LE/BE, UTF8) in scripts and File functions. - Fixed: Possible Aut2Exe crash with #cs/#ce blocks. 3.2.3.13 (4th May 2007) (Beta) - Removed: Struct keyword and dot notation for accessing. 3.2.3.12 (29th April 2007) (Beta) - Changed: Removed restrictions on the maximum number of #include directives. - Changed: Removed restrictions on the maximum number of DllOpen() handles. - Changed: Removed restrictions on the maximum number of open files. - Changed: Removed restrictions on the maximum number of hotkeys. 3.2.3.11 (28th April 2007) (Beta) - Fixed: Binary() crashed when passed an array. 3.2.3.10 (27th April 2007) (Beta) - Added: New modes for FileOpen() to force Unicode and binary operations. 3.2.3.9 (26th April 2007) (Beta) - Changed: Performance improvements in StringStripWS(). - Fixed: Unicode regression in StringIsAlpha(), StringIsAlnum(), StringIsDigit(), StringIsXDigit(), StringIsLower(), StringIsUpper(), StringIsSpace(), StringIsASCII() 3.2.3.8 (25th April 2007) (Beta) - Fixed: Regression in StringInStr(). - Fixed: Possible crash when using StringStripWS(), flag 4 and empty strings. 3.2.3.7 (25th April 2007) (Beta) - Fixed: GuiCtrlSetTip() not always working correctly. - Fixed: Regression in InetGetSize() that caused a crash. - Fixed: GUICtrlSetLimit() for UpDown controls where min = max. 3.2.3.6 (17th April 2007) (Beta) - Fixed: Regression in #RequireAdmin and #NoTrayIcon in compiled scripts. - Fixed: Aut2Exe crashed when using nodecompile option. - Fixed: UDPSend() and UDPRecv() fixed for binary rewrite. 3.2.3.5 (15th April 2007) (Beta) - Fixed: Regression in ConsoleWrite() 3.2.3.4 (15th April 2007) (Beta) - Fixed: Regression in FileSetAttrib() and FileSetTime() 3.2.3.3 (15th April 2007) (Beta) AutoIt is now compiled for Unicode! AutoIt3.exe is Unicode - AutoIt3A.exe is ANSI. - Added: BinaryLen(), BinaryMid() - Changed: Binary data in variants are now treated as a special type, separate from normal strings. - Changed: BinaryString() renamed to Binary() - Changed: IsBinaryString() renamed to IsBinary() 3.2.3.2 (29th March 2007) (Beta) - Changed: ControlClick() can now click a control at a certain position. - Changed: ControlClick() can now properly simulate double-clicks. - Changed: ControlClick() no longer forces the activation of the parent window (up to the user now). - Changed: ControlClick() related coordinates added to Au3Info. 3.2.3.1 (27th March 2007) (Beta) - Changed: Au3Info recoded. - Changed: Improved the searches that can be done for windows/controls/instances. - Fixed: Slow GUI tab redrawing under Windows Vista fixed. 3.2.3.0 (09th March, 2007) (Beta) - Added: Colored Button based on gafrost UDF. - Added: DllStruct...() can reference elements by name. - Added: Struct variables - Changed: From DEFAULT_QUALITY to PROOF_QUALITY for Change/Set Font functions. - Changed: pcre from 6.7 to 6.10. - Changed: x^y compatible with C99 standard. - Fixed: HotKeySet bad notification. (Thanls litlmike) - Fixed: FileGetAttrib on pagefil.sys. (Thanks Billy) - Fixed: BitXOR doc. (Thanks DaveC) - Fixed: invalid default parameter in GUICtrlSetData not detected. (Thanks mark2004) - Fixed: Assign does return error on array element. - Fixed: FileOpen("test.txt", 2+8) returning error. - Fixed: Error detection in Enum statement. - Fixed: Help file does not open examples. (Thanks HighGuy) - Fixed: _GUICtrlStatusBarSetIcon - Fixed: Opt("WinTitleMatchMode"). (Thanks LOULOU) - Fixed: _Degree in Math.au3 - Updated: refresh blocked during GUISetState(@SW_LOCK). (seems needed for Windows XP style) - Fixed: Stack corruption resulting from improper use of DllCall() now gracefully aborts the script instead of hard crashing. - Fixed: Crash when reading empty REG_MULTI_SZ. (Thanks Holger) - Fixed: Round() not returning an integer. - Fixed: ControlSend() to empty "" ctrl fixed for inactive window. Also shift state behavior. - Fixed : O^(-1). - Fixed: non detection of illegal statement. - Fixed: HotKeySet("^{PAUSE]",... notification. - Fixed: {CTRLBREAK} ->{BREAK} as ctrl is user responsability. - Fixed : _DateTimeSplit() - Fixed: $var = Default passed as parameter to Com object. (Thanks big_daddy) - Fixed: Edit control would always have focus the first time the GUI was displayed even if it shouldn't. This behavior also ignored $GUI_FOCUS. - Fixed: range value for seed Number in SRandom(). (Thanks VicTT) - Fixed: AutoIt Info last window memorization. (Thanks Supercross) - Fixed: Fileread crash if no count in raw mode. (Thanks rbhkamal) - Fixed: _GUICtrlEditGetLine(). (Thanks Saunders, by gafrost) - Fixed: Opt("WinTitleMatchMode", <0) really matching case insensitive. - Fixed: FileSetAttrib/FileSetTime wrong setting. (Thanks Koshy_John/Valik) - Fixed: Execute/Call recursive overflow display error message. (Thanks /dev/null) - Fixed: Aut2exe warning message if icon not found. (Thanks Saunders) - Fixed: _ReplaceStringInFile() to keep the original file attributes. - Fixed; issue with au3check when include file name contains trailing spaces.(Update version to 1.54.7) - Fixed: WinGetTitle() returns 1 on error. (Thanks Ron_C) - Fixed: memory leak on keyword variable deallocation. 3.2.2.0 (19th December, 2006) (RC1) - Changed: @error set to WinAPI GetLastError() for Run(). - Fixed: List control not displayed when using GUISetFont. (Thanks Valuater) - Fixed: MsgBox() timeout on Windows Vista. - Fixed: Fatal error on opt('TrayMenuMode",...). (Thanks Pavel) - Fixed: Installer SciTE bad link creation. - Fixed: Uninstaller include file removal 3.2.1.14 (9th December, 2006) (Beta) - Added: GuiCtrlSetState $GUI_DROPNOTACCEPTED. (Thanks gcriaco) - Added: $GUI_FOCUS, $GUINOFOCUS for listviewitem control. - Added: IsDllStruct() - Added: SRandom() to set seed for random number generation. - Added: WinTitleMatchMode for case insensitive matching. - Changed: Small tweak to Floor() to ensure it is not as susceptible to floating point precision errors. - Changed: Small tweak to Ceiling() to ensure it is not as susceptible to floating point precision errors. - Fixed: WorkingDir in ShellExecute(Wait). (Thanks Saunders) - Fixed: DllCall() crashes when using uint, ushort. - Fixed: PixelCheckSum() GDI leak. - Fixed: Window titles with "regexp=REGEXP" return 0 and @error=1 on bad pattern. - Fixed: GuiCtrlRead on listview control when sorted. (Thanks Ultima, gafrost) - Fixed: FileRecycleEmpty() regression. - Fixed: @OSVERSION on Windows 9x. - Fixed: GuiGetCursorInfo with Handle not retrieving mouse click info. (Thanks Valuater) 3.2.1.13 (18th November, 2006) (Beta) - Added: Listview Alternate coloring with $GUI_BKCOLOR_LV_ALTERNATE. - Fixed: Recent crash under Windows 98. - Fixed: List control height when font size changes. (Thanks StuffByDennis/gafrost) - Fixed: GUICtrlSetImage not testing icon on error. - Fixed: @ScriptDir equal @WorkingDir for rootdir (x:\). (Thanks reggy) - Fixed: GUIGetCursorInfo (winhandle) when child not active. - Fixed: AutoIt error not displaying error line number. (Thanks GEOSoft) - Fixed: Yet another MsgBox() timeout regression fixed. - Fixed: au3check only checks for a string to terminate on the same line to. (v1.54.5) - Fixed: _StringAddComma(). (Thanks RazerM, by Smoke_N) - Fixed: drag & drop $GUI_EVENT_DROPPED notififation on edit control. (Thanks ZoScr) 3.2.1.12 (5th November, 2006) (Beta) - Fixed: Coherency of type parameter for DLLCall() and DLLSructCreate() - Added: IconId can be reference by ordinal value if negative 1-based index is use. - Added: Executable and help files for SQLite in Extras dir. - Updated: Draw lines ontop during CtrlSetGraphic rendering. - Fixed: GuiGetCursorInfo eating msg. (Thanks BitRot) - Fixed: Invalid THEN did not produce a syntax error. (Thanks thomasl) - Fixed: StringMid with start <=0. (Thanks Adam1213) - Fixed: syntax checking on unmatching DO, WEnd, .... (Thanks guest) - Fixed: Default keyword didn't always work correctly with COM objects. - Fixed: MsgBox() timeout regression. 3.2.1.11 (20th October, 2006) (Beta) - Fixed: GUICtrlRead, GUICtrlSetState, GUICtrlSetData with listviewitem sorted. (Thanks Ultima/gafrost) - Fixed: StringSplit every char on BinaryString.(Thanks The Kandie Man) - Fixed: When #include failed was not including filename in the error message. 3.2.1.10 (15th October, 2006) (Beta) - Fixed: GUICtrlCreateIcon, GUICtrlSetImage with IconID=-1. - Fixed: regression with StringMid("",5,2). - Fixed: Typo that broke Ping(). 3.2.1.9 (13th October, 2006) (Beta) - Fixed: COM property write fails when using arguments (Thanks Mhz, Bastiaan). - Fixed: Send/ControlSend for US international keyboard (Thanks SvenP) - Fixed: Send/ControlSend char>=chr(128) for english keyboards. (Thanks Jon) - Fixed: MsgBox() with task modal flag left GUI's disabled on timeout. - Fixed: report reporting by messagebox even with /ErrorStdOut. (Thanks picasso) - Fixed: GUICtrlSetImage default icon value for Icon Ctrl. (Thanks Ultima/gafrost) 3.2.1.8 (8th October, 2006) (Beta) - Fixed: InetGet() regression. - Fixed: StringRegExpReplace() wasn't returning number of replacements in @extended. 3.2.1.7 (6th October, 2006) (Beta) - Added: StringRegExp() and StringRegExpReplace() regular expression support (Perl compatible) - Added: Regular expression support for Window title matching - Added: ShellExecute() and ShellExecuteWait() functions. (by Jon) - Fixed: Mistake in IniWriteSection() documentation. (by Valik) - Fixed: GuiSetFont, GuiCtrlSetFont bad parameter error return. (Thanks vollyman) - Fixed: _GUITreeViewGetText doc typo. (gafrost) - Fixed: GUIRegisterMSG destroy @error. (Thanks gafrost, by Holger) - Fixed: $LVS_SORTASCENDING with GUICtrlSetImage icon bad display. (Thanks Ultime, by Holger) - Fixed: Wrong default arguments for _ArrayToString(). (Thanks Dickb, by Valik) - Fixed: GUIRegisterMSG destroyed @error. (Thanks gafrost, by Holger) - Fixed: $LVS_SORTASCENDING with GUICtrlSetImage icon gave bad display. (Thanks Ultime, by Holger) - Added: @extended error code on DriveMapAdd error. - Fixed: bad "#" instruction inhibit whole script. (Thanks sksbir) 3.2.1.6 (6th October, 2006) (Beta) Aborted upload due to last minute bugs. 3.2.1.5 (29th September, 2006) (Beta) - Fixed: FtpSetProxy doc example. (Thanks Zedna) - Added: 2 UDF's to GUIStatusBar.au3. (gafrost) - Fixed: Several updates to GUIStatusBar.au3. (gafrost) - Fixed: Several updates to Sound.au3. (RazerM) - Fixed: Crash Aut2exe using cmdline with shortnames. (Thanks The Kandie man) - Changed: PixelChecksum() is now over 30x faster. (by Valik) - Fixed: _GUICtrlListViewGetItemText in GUIListView.au3. (Thanks Ultima, by gafrost) - Fixed: WinMove, StderrRead Doc typos. (Thanks Zedna, Helge) - Added: GUICtrlCreateIcon and GUICtrlSetImage can select in multiple icon file by name. (Thanks gafrost, this-is-me, by Larry) - Added: #RequireAdmin for UAC/Windows Vista. (By Jon) - Added: ToolTip() option to ensure the tooltip is always displaying on a monitor. (by Valik) - Fixed: Tooltip state (Such as icon or title) was showing up on subsequent tooltips that didn't want those items. This affected both ToolTip() and GUICtrlSetTip(). (by Valik) - Added: IniWriteSection() function. (by Valik) - Added: Windows vista help file entry. 3.2.1.4 (22th September, 2006) (Beta) - Fixed: ControlSend sending special characters. (Thanks mozart90, Zedna) - Added: Expanded GUICtrlSetTip() to allow creation of tooltips with titles, icons and using the balloon tip style. (by Valik) - Added: Tooltip supports Default keyword. (by Valik) - Changed: Modified _PathSplit() to be much faster. - Added: Remark added to _PathSplit() mentioning that it does not accept command line strings, only paths. - Changed: Rewrote _ArrayToString() removing a lot of unnecessary error checking. - Fixed: crash in Au3exe with badly form input file in FileInstall. (Thanks Angelia) - Fixed: wrong execution a compiled script containing fileInstall inside #CS-#CE. (Thanks Confuzzled) - Fixed: FileInstall referencing a file without any path will refernce it from the ScriptDir to be coherent with the compiled script. (Thanks Bart Westra) 3.2.1.3 (15th September, 2006) (Beta) - Fixed: "#include " in GuiIPAddress.au3 (gafrost) - Fixed: StringInStr not converting to string search parameter. (Thanks mc) - Added: Support >32x32 icon from .exe/.dll in GUICtrlCreateIcon or GUICtrlSetImage. (Thanks this-is-me, added by Larry) - Fixed: Syntax description for _DayValueToDate() showed _DateToDayValue() instead. (by Valik) - Fixed: example in Language Reference->Conditional Statement doc page. (Thanks nikink) - Fixed: typo in GUICtrlCreateGraphic doc. (Thanks Gyzmok) - Fixed: Int() of a binarystring. 3.2.1.2 (9th September, 2006) (Beta) - Fixed: MouseMove in secondary screen. (Thanks james3mg) - Fixed: _GUICtrlStatusBarCreate in GUICtrlStatusBar.au3. (Thanks Zedna, fixed by gafrost) - Fixed: str and wstr in DllCall doc (only up to 65536). (Thanks thomasl) - Fixed: Send to italian keyboard. (Thanks Domenico) - Added: @KBLayout to retrieve the current keyboard configuration. - 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 bogus data in Windows 98 when the INI file was empty or did not exist. - Added: CompiledScript string file info for compiled script. (Thanks ENCHAIGNE) - Updated: FileGetVersion extra parameter to retrieve string file info. - Fixed: _GUICtrlStatusBarSetIcon doc typo and precision. (by gafrost) - Fixed: _GUICtrlTreeViewSetText doc typo. (by gafrost) - Fixed: Doc precision about GUICtrlCreateTab that can be used only one by window. (Thanks Martin, Zedna) - Fixed: include reference in doc example. (Thanks gafrost) - Fixed: .a3x green icon. - Fixed: _GUICtrlListViewGetHeader doc remarks. (by gafrost) - Fixed: _GUICtrlTreeViewDeleteItem Help hyperlink error. (Thanks griaco) - Updated: @ScriptLineNumber doc description. (Thanks Zedna) - Fixed: Installdir doc page. (Thanks Zedna) - Fixed: @compiled when the script is compiled. (Thanks MHz) - Fixed: _INetSMTPMail doc precision. (Thanks Dave in PNG) - UDF's (27 August 2006) - Added 2 UDF's to GUIStatusBar.au3. (gafrost) - Added GuiIPAddress.au3 to Include directory. (gafrost) - Added Sound.au3 with several sound UDFs to Include directory. (RazerM) - Removed the version numbers from the include files. 3.2.1.1 (27th August, 2006) (Beta) - Fixed: UDP... return code on error. - Fixed: UDPRecv crashed on bad parameter. - Fixed: COM was corrupting floating point values. - Fixed: Aut2Exe was not finding includes correctly. 3.2.1.0 (26th August, 2006) (Beta) - Changed: Performance improvement prototype (up to 100% on some scripts!). - Fixed: Memory leak with prototype plugins. - Fixed: Some Object Collections could not be parsed in one AutoIt statement . - Fixed: Bad screen updating of already unchecked radiobuttons. (Thanks SlimShady) - Fixed: Tray icon tooltip not displaying the scriptname when compiled. (Thanks Christian Blackburn) 3.2.0.1 (13th August, 2006) (Release) - Fixed: (AU3INFO) Buffer overrun in control code. - Fixed: Exe2Aut.exe was missing its digital signature. 12th August, 2006 - v3.2.0 (Release) - Added: in GuiTreeview.au3, _GUICtrlTreeViewGetParentHandle() and _GUICtrlTreeViewGetParentID() - supports now optional item handle/ID (by holger) - Added: Hotkeys for Always On Top, Highlight Controls and Magnify options. - Fixed: twice same link in SplashTextOn doc.(Thanks FeReNGi) - Fixed: not working FileGetAttrib doc example. (Thanks nitekram) - Fixed: GuiTreeview doc examples. (by gafrost) - Fixed: autoitx bugs. - Fixed: bad repainting of updown reenabled control. (Thanks peethebee) 6th August, 2006 - v3.1.1.133 (beta) - Added: Test for COM object comparison using = and <>. - Fixed: Bad multi Drop in a edit control. (Thanks Cyberword,Lazycat) - Fixed: Brain-dead developer broke ConsoleRead(). - Fixed: Documentation for IniDelete() was wrong. - Fixed: Uppercase in udf doc (Thanks gafrost). - Fixed: GUICtrlRegisterListViewSort doc examples. (Thanks FeReNGi). - Fixed: Typo in Send doc. (Thanks Zedna). - Fixed: Menu conventions changed in Aut2Exe and Exe2Aut. - Fixed: Some precision on text vertical centering in SplashTextOn documentation. - Fixed: Treeview does not refresh on tab. (Thanks Epitome, fixed by holger) 23th July, 2006 - v3.1.1.132 (beta) - Added: AutoItX beta 3.1.1.1. - Added: Au3Check so it can be used without the Full SciTe. (by JdeB) - Updated: TrayIcon is no more displayed when using /AutoIt3ExecuteLine. (Thanks gamerman2360, Valik) - Changed: Compilation done with VC8 instead of VC6. (by Jon) - Updated: SciTe updated to 1.70, it can be start with the AutoIt V3 menu. (by JdeB, Jon) - Fixed: FileInstall() deleting output dir without backslash at the end. (Thanks Neil, fixed by Jon) - Fixed: GUICtrlRead bad return on Treeviewitem. (Thanks gafrost, fixed by Valik) - Fixed: Background color of listbox changes in tab. (Thanks HighGuy) - Fixed: Reading std streams would fail if the stream was not a pipe.(internal change by Valik) - Fixed: Doc examples referring constant already define in GUIConstants.au3. (by Jon) 19th July, 2006 - v3.1.1.131 (beta) - Fixed: GUIRegisterMsg() crash in "GUIOnEventMode" (Thanks Nomad, fixed by Holger) - Fixed: GUIRegisterMsg() unregister a message (Thanks Nomad, fixed by Holger) - Changed: GUICtrlRead() in advanced mode - returns extended info as single value. This change will possible break scripts! (Valik/changed by Holger) - Added: Binary support for COM functions. It works only with variables passed between COM functions (so you can't display, convert or do mathematical actions with these variables yet). (by SvenP) - Changed: GUICtrlRead() in advanced mode for Tab control return the controlId of the select tabitem. The Opt("GuiEventOption",2) is suppressed. This change will break scripts! (Thanks Jon) - Updated: GUI Standard includes splitted for better small inclusion. GUIConstants.au3 still give the whole stuff perhaps a little more. (by Valik) - Fixed: Problem with Util_DoesFileExist and pagefile.sys . (Thanks Christian Blackburn, fixed by Jon) - Fixed: GUICtrlSetGraphic,GUISetOnEvent,GUICtrlSetResizing, AutoItSetOption, MouseClick,Finc...EndFunc, For...in...Next, _GUICtrlTreeViewDeleteItem doc brolken links. (Thanks Christian Blackburn) - Changed: StdioRead now sets a unique @error code for each error. Also, @extended is set to GetLastError() in each case. These are helpful for diagnosing I/O problems. The errors or the values should not be documented, it is enough to know that an error occurred, it is not necessary for users to know specifically what internal error occurred. (by Valik) - Fixed: Slight precision on $CmdLineRaw for compiled scripts. (Thanks PsaltyDS) - Fixed: Crash after AutoIt exit. (Thanks JoshDB,fixed by SvenP) - Changed: _FilesListToArray(): Added @error 4 meaning no files found. (gafrost) - Changed: Constants seperated out into seperate files. (Valik) - Changed: GUIConstants.au3 is now a stub including pretty much everything (Use GUIConstantsEx.au3 and the other Constants.au3 files for more granularity). (Valik) - Updated: several Helpfile pages for ie.au3. (Big_Daddy) - Updated: several functions in visa.au3. (Angel) - Fixed: _viPrintf and _viExecCommand would not work with certain GPIB cards (such as USB-GPIB cards). - Changed: use of the VISA command "viWrite" method to be more generic (thanks John Herrington for the tip). - Added: Additional OPTIONAL parameter for _viPrintf and _viExecComand. Controls command send mode and terminator. Default value is "Use @LF terminator". - Updated : _viPrintf and _ViExecCommand append an @LF to every VISA command by default. This can be changed by means of a new optional parameter. - Updated : _viPrintf and _ViExecCommand do not "protect" for escape characters anymore by default. That causes problems with some GPIB cards. It is possible to go back to the original behaviour by setting the new optional parameter $s_mode to "str". 12th July, 2006 - v3.1.1.130 (beta) - Added: Check to ensure that FileInstall() can override the target file. (Thanks ..., fixed by JdeB) - Added: GUICtrlCreatePic doc precision when using overlayed tab control. (Thanks Holger) - Fixed: Extra .SVN directories created during installation. (Thanks Valik, Holger) - Fixed: FAQ#1 doc. (Thanks herewasplato, fixed by Valik) - Reverted: Conversion from floating point to string now shows less precision to prevent displaying unexpected values. (by Valik) The conversion will be back as in the official release. 11th July, 2006 - v3.1.1.129 (beta) - Fixed: Exit did not work in all situations where it should. (by Valik) - Fixed: StringSplit on binaryString when delimiter not found. (Thanks Zaxon, fixed by Larry) - Fixed: GUICtrlCreatePic Doc typo. - Fixed: COM/Obj Distinction between Null and 0 (Thanks randallc, fixed by SvenP) - Updated: v1.65 (6 July 2006) - Added IE.au3 with all its well known Functions. Big Thanks to DaleHohm and Big_Daddy. (DaleHohm,Big_Daddy) - Changed _InetSmtpMail(), change initial connection logic. (Neil) - Fixed _TicksToTime() StringIsInt() problem. (JdeB) - Fixed Bug in _GUICtrlListViewGetItemText on return if a subitem is empty. (gafrost) 28th June, 2006 - v3.1.1.128 (beta) - Fixed: GUISwitch crash after GUIDelete on another window. (Thanks Valik) - Fixed: Conversion from floating point to string now shows less precision to prevent displaying unexpected values. (by Valik) - Fixed: Random doc example. (Thanks Smoke_N) - Fixed: GUIRegisterMsg() - overlapping of same messages. (Thanks ..., fixed by Holger) - Fixed: ConsoleWrite(), ConsoleWriteError() - @LF was expanded to @CRLF automatically which could result in badly formatted data. Now no automatic expansion is performed; what is passed to these two functions is written. (by Valik) - Added: /nopack command line parameter added to Aut2Exe. This disables UPX packing from the command line. (by Valik) - Fixed: Crash AutoiT if Win... with bad regExp. - Updated: v1.64 (27 June 2006) - Updated _GUICtrlListViewGetItemText: removed $v_ret variable to avoid au3check errors. (gafrost) - Updated _GUIListView: Some bugfixes and Helpfile correction. (gafrost) - Updated _GUIListView: Found a way I can live with the -1 being in the _GUICtrlListViewGetItemText and _GUICtrlListViewGetItemTextArray for using selected index in the function calls. (gafrost) 20th June, 2006 - v3.1.1.127 (beta) - Fixed: bad Combo bkcolor : grey. (Thanks awrog) - Added: ClipGet return @error=1 on empty and @error=2 on nontext. (Thanks Christain BlackBurn) - Added: ClipPut("") empty the clipboard. - Fixed: WinKill() referencing an explorer.exe window not closing. (Thanks marfdaman) - Updated: Upx.exe 2.00 -> 2.01. - Added: FileGetLongName($relativefile, 1) and FileGetShortName($relativefile, 1) support relative path conventions. - Fixed: Small precision in FileFindFirstFile doc about matching 3-char extension. (Thanks tutui) - Fixed: AutoIt Crash if too many includes in Opt(TrayIconDebug,1). (Thanks System Tester, herewasplato) - Added: GUI_MAXCOLOURS added to AutoIt limits appendix. - Fixed: GUISetOnEvent, GuiCtrlSetOnEvent, TrayItemSetOnEvent and TraySetOnEvent can be disabled. (Thanks Wooltown) - Fixed: Wrong matching of While/Wend, Do/Until, If/Endif, ... . - Fixed: ObjEvent() doc example. - Fixed: ObjEvent() regression from .125. (Thanks Valik) - Updated: ClipGet() doc remarks on multiselection. (Thanks Simucal) - Fixed: #include doc about lower case only removed. (Thanks ...) - Fixed: BitShift() doc. (by Valik) - Fixed: Remove MessageBox in Aut2exe.exe (Thanks helge, fixed by Jon) - Updated: v1.63 (19 June 2006) - Updated _DateTimeFormat() to use a default template when registry entries are missing Like in Win9x/WinME for SLongDate. - GuiListView updated .This update will possible break scripts. (gafrost) Replaced ControlListView calls (will no longer need window title/text in params). Functions updated to reflect new params. Examples updated for consistancy. Templates updated as needed. - _ArrayBinarySearch: (JdeB) removed check for more than 1 entry to allow the use of this UDF on arrays with one entry. 04th June, 2006 - v3.1.1.126 (beta) - Fixed: Slight update on language variable doc precision. (Thanks jftuga) - Added: Send("ASC 0x...}") to allow hex value. (Thanks Christian Blackburn) - Fixed: The Clear() method on a COM Error object would cause the COM Errorhandler to stop functioning. - Fixed: Bogus error messages on long lines when a COM Error handler is used (Thanks DaleHohm) - Fixed: A lot of typo and grammar in Doc. (Thanks GeoSoft) - Fixed: IniReadSection Invalid lines (Those without proper key=value pairs) would cause the returned data to be wrong. These lines are now stripped. (by Valik) - Fixed: IniReadSection comments were not stripped on Windows 95/98/ME. (by Valik) - Fixed: Wrong PID type return by ProcessList. (Thanks elgabionline) - Added: Some information in GUIGetMsg about control hovering. (Thanks TheSaint) - Added: List Box can be colored with GUICtrlSetColor and GUICtrlSetBkColor. (Thanks Rick, by Holger) - Added: SplashTextOn return the handle of the splash window. (Thanks Helge, by Larry) - Fixed: TRayItemGetState memory leak. (Thanks Freeze128) - Fixed: FileWrite of a binarystring return false. (Thanks picasso) - Fixed: @AutoItVersion bad return when compiled file is resource hacked. (Thanks gamerman2360) - Updated: v1.62 (2 June 2006) - Fixed _ClipPutFile() example include statement. (RazerM) - Doc Fixes: _GUICtrlListViewEnsureVisible. (gafrost) _FileReadToArray. (CyberSlug) - Fixed _Now() which was returning "tt" at the end (JdeB) 26th May, 2006 - v3.1.1.125 (beta) - Fixed: WinMove not handling Default keyword for W or H. (Thanks Cyberslug) - Changed: no more compaction of AutoIt3.exe, Au3Info.exe, AUT2Exe.exe and AutoIt3Help.exe files. Compiled script can still be compacted. (by Jon) - Fixed: Some doc precision about FileDelete and DirMove. (Thanks Zedna) - Fixed: RegRead, RegWrite and RegDelete coherent @error with other Reg functions. - Fixed: Crash AutoIt with invalid "With" . (Thanks gamerman2360) - Fixed: AutoIt limits doc typo. (Thanks Omegis) - Removed: Exitcode 0x7ffff000-0x7fffffff are reserved for AutoIt. Exit of such code will produce a messagebox. (by Devs) - Removed: ToolTip Centering go around. (by Valik) - Fixed: The documentation for ToolTip() clarifies how the center flag works and the requirements for getting an icon to display on the title row. (by Valik) - Fixed: GuiCtrlSetColor(), GUICtrlSetBkColor() doc can set ListViewItem and TreeViewItem. (Holger forget to update them in .72) - Fixed: some doc typos (Thanks Zedna, Helge, jftuga) - Fixed: bad formated #include. (Thanks Helge) - Fixed: TCPLIsten, TCPConnect, UDPSend, UDPBind not checking bad ipaddr or port. (Thanks Helge) - Fixed: Invalid lines (Those without proper key=value pairs) would cause the returned data to be wrong. These lines are now stripped. (by Valik) - Fixed: Comments were not stripped on Windows 95/98/ME. (by Valik) - Fixed: Memory leak on GUIDelete if some pic control where used. (Thanks b8bboi) - Updated: v1.61 (23 May 2006) - Fixed _GuiCtrlListViewSort() avoiding insert/removal of spaces. (gafrost) - Changed test in _DateIsValid() test from <1900 to <1000 to allow a startdate of 1600 used for UTC calculations. (JdeB) - Fixed _GUICtrlListViewSort. (JPM,gafrost) - Added _ClipPutFile() to misc.au3. (Piccaso) - Updated _GUICtrlListViewSetItemSelState, added an optional focus state parameter. (gafrost) 16th May, 2006 - v3.1.1.124 (beta) - Fixed: Memory leak on object invoking error. - Fixed: StringRegExp returning string instead of array withy flag=1. - Fixed: AutoItSc.bin size. (Thanks Zedna) - Fixed: GUICtrlSetImage for 16x16 icon not repainting. (Thanks mr.underperson) - Added: Some doc precision about running under a Windows 64-bit Edition. (Thanks FreeFry) - Changed: Exitcode 0x7ffff000-0x7fffffff are reserved for AutoIt. Exit of such code will produce a messagebox. - Changed: RegEnumKey and RegEnumVal return more precise @error to help diagnostic. - Fixed: Mouse... invalid button definition. (Thanks vollyman) - Fixed: Small precision in FileFindFirstFile doc about returning dir names too. (Thanks redndahead) - Fixed: Hyperlink in CLSID doc page. (Thanks Nitro322) - Fixed: IniDelete() could create an empty file if the file did not exist. (Thanks TheSaint, fixed by Valik) - Fixed: ToolTip Centering go around. (Thanks mr.underperson) - Fixed: $GUI_GR_RECT and $GUI_GR_ELLIPSE under win98. (Thanks Zedna) 06th May, 2006 - v3.1.1.123 (beta) - Changed: Empty parameter not allowed in COM reference. - Fixed: GUIGetCursorInfo on listview header. (Thanks aec) - Fixed: Func OnAutoItExit doc typo. - Fixed: DllCall @error not equal 3 when function not found. - Fixed: exitcode 0 when AutoIt exit on fatal error should be different from 0. - Fixed: ubyte can be used as Array. (Thanks Lazycat) - Fixed: TrayCreateItem doc precision. (Thanks Zedna) 01th May, 2006 - v3.1.1.122 (beta) - Fixed: DirCreate not creating subdir on dir with read/hidden/system attributes. (Thanks dash007, PeteW) - Changed: "GUIEventCompatibilityMode" Opt removed definetly use "GUIEventOptions". - Fixed: FileSetAttrib, FileSetTime destroy @workingdir. - Fixed: Some doc typos in the "Function Notes" page. (fixed by Herewasplato) - Updated: Suppression of a validation of interface checking. (by SvenP) 28th April, 2006 - v3.1.1.121 (beta) - Fixed: Some doc clarification in the "Function Notes" page. (fixed by Herewasplato) - Changed: doubleclick on titlebar trigger maximize/restore event. (Thanks livewire/Valik) - Fixed: Filecopy not creating subdir under Netware shared. (Thanks PeteW) - Changed: Upx 1.25->2.00 - Updated: v1.60 (28 April 2006) - Updated _GuiCtrlStatusBarResize example. (gafrost) - Added 2 variables to GuiStatusBar.au3. (gafrost) - Fixed typo in _ArraySort. (Knight) 21th April, 2006 - v3.1.1.120 (beta) - Fixed: FileSetAttrib doc example. (Thanks Mhz) - Fixed: WinGetProcess and ProcessExist return same pid precision. (Thanks elgabionline, fixed by Valik) - Fixed: GUICreate WS_POPUP Centering. (Thanks elgabionline) - Fixed: Bad Notification on end of drag when $GUI_DROPACCEPTED not set on a control. (Thanks Ebenezer, gafrost) - Fixed: InetGet("abort") and exiting AutoIt with a download in progres now correctly stop the download immediately. (by Valik) - Fixed: @InetGetBytesRead Byte count could be wrong due to a race condition. (Thanks Rick, fixed by Valik) - Updated: v1.59 (20 April 2006) - Updated _ProcessGetPriority to use 0x0400. (Valik) - Added _GUICtrlEditSetRECT to GuiEdit.au3. (gafrost) - Updated Email addresses in UDF's to avoid retrieval by search engines. (JPM) 14th April, 2006 - v3.1.1.119 (beta) - Updated: FAQ page. (by JdeB) - Fixed: open script in Gui concept page. (Thanks MadBoy) - Fixed: FileSetAttrib return 1 on non existing file. (Thanks Mhz) - Fixed: InetGet() could block the foreground execution even when run in background mode. (Thanks podws, fixed by Valik) - Fixed: GUISetBKColor freezing the display. (Thanks The Kandie Man,greenmachine) - Updated: Allow array to be initialized with another array in an element (see Dim doc). (by Nutster) - Fixed: FileOpen doc. (Thanks Zedna) 06th April, 2006 - v3.1.1.118 (beta) - Changed: Example and Include files are readonly. (Thanks herewasplato, by JdeB) - Updated: GUICtrlCreateRadio doc example. (by Smoke_N) - Added: An extra parameter in ControlSetText to force redraw. (Thanks ning, by Valik) - Changed: Opt("GUIEventCompatibilityMode", ) renamed in Opt("GUIEventOptions. both OK for this beta but will dropped in .122. (by Jon) - Fixed: empty parameter in $cmdline. (Thanks aec) - Updated: v1.58 (6 April 2006) - updated _ProcessGetPriority() to accept either a name or PID argument. (valik) - Fixed bug in _FileWriteLine() insert mode not inserting new line. (sasdad) 31th March, 2006 - v3.1.1.117 (beta) - Added: Value to TrayMenuMode (Option) to turn off auto radio menuitem checking (Thanks greenmachine, by holger) - Fixed: GUICtrlSetState $GUI_SHOW on tab with $TCS_BUTTON style. (Thanks DaLiMan, fixed by holger) - Fixed: GUICtrlCreateMonthCal positioning. (Thanks CyberSlug) - Fixed: ProcessWait, ProcessWaitClose, TrayTip timeout unit doc precision. (Thanks Confuzzled) - Fixed: CmdLine[] limited to 63 parameters. (Thanks Everdream Corp, CyberSlug) - Updated: "Check for Updates" (AutoUpdateIt) display the current install beta.(by strik3r0475) - Updated: TCPSend/TCPRecv Doc Examples. (by Larry) - Fixed: Bad tabitem creation when no tab defined. - Fixed: Bad combo disable 16-bit color under W2K. (Thanks wooltown) 26th March, 2006 - v3.1.1.116 (beta) - Added: StringRegExp Tutorial (by neogia) - Added: DllCall :cdecl or :stdcall thanks Jon now JPM can debug SQLite scripts (by Jon) - Updated: v1.57 (19 March 2006) - Updated : GUICtrlTreeView * Changed _GUICtrlTreeViewExpand (Parent GUI handle no longer needed) (Holger) * Renamed _GUICtrlTreeViewItemGetTree to _GUICtrlTreeViewGetTree !!! (Holger) * Added _GUICtrlTreeViewGetState (Holger) * Added _GUICtrlTreeViewGetText (Holger) * Added _GUICtrlTreeViewInsertItem (Holger) * Added _GUICtrlTreeViewSetIcon (Holger) * Added _GUICtrlTreeViewSetState (Holger) * Added _GUICtrlTreeViewSetText (Holger) 23th March, 2006 - v3.1.1.115 (beta) - Fixed: For Next with boundary,stepping being a string (no conversion to Float). (Thanks Jon, fixed by Jon)) - Fixed: AutoIt3.exe high density icon. (by Jon) - Fixed: GUICtrlRegisterListViewSort() and some issues while script pausing. (by holger) - Changed: GUICtrlRegisterListViewSort() parameters maximum are 4 - less are OK. (by holger) - Fixed: ControlSetText() (backchange to normal behaviour before beta 3.1.1.73) (by holger) - Fixed: GUISetState(@SW_UNLOCK) force repainting. - Fixed: Internal cleaning of Send/ControlSend(), SendKeyDownDelay =5 by default. (by Jon) 17th March, 2006 - v3.1.1.114 (beta) - Fixed: StdxxxYyy PID reuse. (Thanks reggy, fixed by DaveF) - Fixed: RegRead MULTI_REG_SZ malformed key. (Thanks SvenP) - Fixed: Not updating anymore the official include dir. Use RemoveIcludeBeta.bat in beta\include\3.1.1 if you want to clean the official include folder. - Fixed: RegWrite Doc clarification. - Fixed: examples referring GUICtrlCreateCombo with wrong size for Win2K SP4. (Thanks wooltown) - Changed: the default setting on Au3info so that it doesn't highlight controls. (by Jon) - Fixed: Some doc cleaning about cursor/arrow. (Thanks greenmachine) - Fixed: StringLeft,StringRight doc typos. (Thanks Torment) - Fixed: For Next with boundary,stepping being a string (no conversion to integer). (Thanks neogia) - Updated: v1.56 (15 March 2006) - Updated _GUICtrlListViewSort Helpfile example. (gafrost) - Updated _GUICtrlCombo examples updated to proper height. (gafrost) - Updated GUIComboau3. Added #include . (andyswarbs) 10th March, 2006 - v3.1.1.113 (beta) - Fixed: Aut2exe, Exe2Aut in .ZIP 10th March, 2006 - v3.1.1.112 (beta) - Fixed: ObjEvent help example. (Thanks cdkid) - Updated: Aut2Exe, Exe2Aut new compression algorithm. (by Jon) - Fixed: FileFindFirst doc precision about wilcards. (Thanks HfX) - Fixed: DriveMapDel /DriveMapAdd interaction. (Thanks MadBoy) - Fixed: Doc optional parameter setting. (Thanks MvGulik) - Fixed: GUICtrlDelete Doc remarks. (Thanks datskat) 03th March, 2006 - v3.1.1.111 (beta) - Fixed: #include recursion depth enforced. (by Valik) - Changed: #include search algorithm updated to be more consistent. (by Valik) - Added: Documented #include search order. (by Valik) - Updated: Some doc precision about IsDeclared(), Assign(), Eval(). (by Valik) - Fixed: GuiCtrlCreatePic w=h=0. (Thanks MvGulik) - Fixed: @OSVERSION for WIN_XP running under X64 edition. I hope. (Thanks The Kandie Man) - Fixed: Hidden input control previously associated with updown control badly displayed during reshowing. (Thanks WFC) - Fixed: comparison case insensitive accentuated upper case. (Thanks Guillermo) - Fixed: GUICreate $WS_CHILD+$WS_VISIBLE w=0 or h=0 lead to crash AutoIt. (Thanks Valik) - Updated: v1.54 (23 February 2006) - Added _GuiCtrlEditFind to GUIEDIT.AU3: - Find/Replace text in an Edit control. (gafrost) - Added _FileWriteToLine to FILE.AU3: Writes text to a specific line in a file. (cdkid) - Updated: v1.55 (2 March 2006) - Updated INetSmtpMail(),allow the "EHLO" to be send. (JPM) - Added Attribute to _GUICtrlComboAddDir, _GUICtrlListAddDir. (gafrost) - Added _GUICtrlListViewSetColumnHeaderText() to GuiListView. (gafrost) Due to new #include search algorithm some problems can occurs with AU3Check. 21th February, 2006 - v3.1.1.110 (beta) - Fixed: Hidden Updown control badly displayed during resizing. (Thanks WFC) - Fixed: Extras\Check for Update (Extras\AutoUpdateIt\AutoUpdateIt.au3). - Fixed: Labels were not painted correctly on tab controls. (Thanks Dickb,fixed by Valik) 17th February, 2006 - v3.1.1.109 (beta) - Fixed: GUICtrlSetData on listview/listviewItem bad erasing. (Thanks HighGuy) - Fixed: GUICtrlCreateInput help typo. (Thanks LondonNDIB) - Fixed: SplashTextOn centered vertically with embeded empty lines. (Thanks HighGuy) - Fixed: SplashTextOn Memory Leak. (Thanks smiley, fixed by Larry) - Fixed: GUICtrlRead menuitem checked. (Thanks GEOSoft, fixed by holger) - Updated: v1.53 (16 February 2006) - Fixed _GuiCtrlListViewDeleteItem: Listview items can't be deleted after sorting. (gafrost) 14th February, 2006 - v3.1.1.108 (beta) - Updated: v1.52 (8 February 2006) - Fixed typo in _ArraySearch Helpfile. (theguy0000) - Fixed _GuiCtrlListViewDeleteItem: Listview items can't be deleted after sorting. (gafrost) - Fixed _ArraySort Local $t decleration. (gafrost) - Fixed _GUICtrlComboAutoComplete() move Variable definitions to the stat of the function. (gafrost) - Fixed _GuiCtrlStatusBarCreate : corrected variable declarations in the function. (gafrost) - Added: Setting error and extended in InetGet for debugging. purpose. Will be documented is suitable or removed in a following beta. Just post script,error and extended you will get the explanation if any. - Fixed: Graphic controls should always have a transparent background. 04th February, 2006 - v3.1.1.107 (beta) - Fixed: PixelCheckSum Doc related link. (Thanks herewasplato) - Fixed: Under certain conditions, GUICtrlSetPos() could cause a label to appear as if it had been painted multiple times. (Fixed by Valik) - Changed: GUICtrlSetBkColor(). (by Valik) - Updated: v1.51 (3 February 2006) - Changed _InetGetSource to return "" when error occurs. (erebus) - Changed Dim to Local in GuiStatusBar.au3. (Jdeb) - Change _GuiCtrlStatusBarSetIcon that will allow removing the icon from normal status bar. (gafrost) - Added version at the top of each UDF file. 30th January, 2006 - v3.1.1.106 (beta) - Fixed: Some hangups and undefined closes by using GUIRegisterMsg(). (Fixed by holger) - Changed: No more proceeding of Autoit's internal message procedures by default, see GUIRegisterMsg() for more infos. (by holger) - Changed: GUI's internal system timer, so only userdefined Timers can be 'monitored'; fixes also interacting problem between WM_TIMER-monitoring and TrayIcon-handling. (by holger) - Changed: GUIRegisterMsg() paramters maximum are 4 - less are OK. (by holger) 28th January, 2006 - v3.1.1.105 (beta) - Fixed: Event functions without a method name were not called. (Thanks Valik, fixed by SvenP) - Fixed: Event function with too many declared parameters could crash script. (Fixed by SvenP) - Added: Event Object .Stop() method to stop receiving events (see help). (by SvenP) - Fixed: Typos and grammatical issues in the COM documentation (Thanks Gene, fixed by SvenP). - Updated: Different example script in COM documentation about handling Events. (by SvenP) - Fixed: GUICtrlCreateObj: Keystrokes were not passed to controls that has embedded controls (Thanks Svennie, fixed by SvenP) 25th January, 2006 - v3.1.1.104 (beta) - Fixed: Some keystrokes are not accepted by ActiveX controls (thanx SlimShady, Svenny, fixed by SvenP) - Added: More Object information can now be retrieved with ObjName (see helpfile). (by SvenP) - Fixed: ACos() bad result. (Thanks shlan) - Fixed: Doc typo. (Thanks Helge) 20th January, 2006 - v3.1.1.103 (beta) - Fixed: Call with parameters doc. (Fixed by Valik) - Fixed: DllStructGetPtr($struct,$i) wrong ptr returned. (Thanks VicTT) - Fixed: DllCall doc for ordinals. (Fixed by holger) - Fixed: GUICtrlRegisterListViewSort doc typo. (Fixed by holger) - Fixed: "Windows Message Codes" in appendix doc tree. (Fixed by holger) - Updated: v1.50 (19 January 2006) - Added _GUIStatusBar.au3 UDF's. (gafrost, rysiora, JdeB, tonedef, eltorro) - Added _GUICtrlComboGetList to GUICombo.au3 which retrieves all items in a combobox (Valik) - Fixed _INetSmtpMail() parameter variable name. (Thanks Wooltown/ by JPM) - Added: A specially formatted array can be passed to Call() and each argument in they array will be treated as an argument to the function. See help-file for demonstration. (by Valik) * Reverted fix in GUICtrlCreateObj to prevent crash with certain controls. (Open bug: http://www.autoitscript.com/forum/index.php?showtopic=20530) (Thanks Randallc, fixed by SvenP) 18th January, 2006 - v3.1.1.102 (beta) - Fixed: @COM_EventObj doc typo. (Fixed by Valik) - Fixed: _INetSmtpMail() error doc. (Thanks walkabout) - Fixed: GUICtrlSetState(tabitem,@SW_SHOW) under creation bad tabitem display. (Thanks Helge) - Fixed: Additional error number in DllCall() if "function" can not be found in the DLL. + doc. (Fixed by Holger) - Fixed: _INetSmtpMail() again and I hope last. (Thanks Wooltown) - Fixed: Some docs. (Thanks Helge) - Updated: v1.49 (17 January 2006) - Fixed bug in _ArrayPush() when Direction 1 is specified. (AnnA) - Helpfile _ArraySearch example corrected. (Valuater) - Removed obsolete parameters from _GUICtrlTreeViewSelectItem(), Scripts need updating! (JdeB) - Fixed : _INetSmtpMail() (by JPM). (Thanks Wooltown, MikeOsdx) - Updated all UDFs to get rid of any Errors from Au3Check v 1.50 will All checks enabled. - Updated _ArrayDisplay() added Const to Byref of the first parameter. (Valik) - Fixed bug in _PathFull when using root of a drive. (Valik) - Fixed: A for..in loop could fail undeserved on certain type of collections. (Fixed by SvenP) - Fixed: Controls created by GUICtrlCreateObj have now default window style WS_VISIBLE, so they can be seen on tabs. (Fixed by SvenP) - Fixed: Permanent fix of old bug 2005-10-18, related to deletion of a RichText control. (Fixed by SvenP) - Added: GUICtrlCreateObj now supports multiple GUIs. (by SvenP) - Fixed: Memory leak when GUICtrlCreateObj failed in some situations. (Fixed by SvenP) - Fixed: $DLG_TEXTVCENTER added to Constants.au3. (Thanks griaco) - Fixed: SetError(), SetExtended() can return a value. (Fixed by Valik) - Added: GUIRegisterMsg() to modify GUI WM_Message-routines at runtime. (by holger) - Added: GUICtrlListViewSortRegister() to create a real sorting routine for GUI ListView's. (by holger) - Added: TrayItemGetHandle() to get the internal handle of tray menu items. (by holger) * Fixed ; TraySetClick doc. (Thanks PartyPooper) - Fixed: cmdline /ErrorStdOut with /AutoIt3ExecuteLine. (Fixed by Valik) - Added: Call with parameters (Doc missing but just add parameters as needed). (by Valik) 10th January, 2006 - v3.1.1.101 (beta) - Fixed: _INetSmtpMail(). (Thanks JdeB, fixed by JdeB) - Added: @COM_EVENTOBJ. (by Valik) - Fixed: AutoIt crash when using embedded OBJ on 2 child GUI. (Thanks Valuater) - Added: DLLCall with ordinal entry point (waiting Doc). (by Holger) - Fixed: Support for the COM Currency (VT_CY) datatype. (Thanks dougie, fixed by SvenP) 07th January, 2006 - v3.1.1.100 (beta) - Fixed: SplashTexton Doc for opt=32. (Thanks griaco) - Fixed: ElseIf ... Then statement not detected. (Thanks VicTT) - Fixed: TCPRecv Doc. (Thanks pingpong24, fixed by Larry) - Fixed: Crash when using @IPADDRESSn and no network. - Fixed: Illegal #include with no error message. (Thanks VicTT) - Updated: v1.48 (7 January 2006) - Fixed : _PathFull() 2 bugs. (by Valik) - Fixed : _INetSmtpMail() @error 5 (by JPM). (Thanks Wooltown, MikeOsdx) - Fixed : _StringEncrypt error return. (Thanks JerryD) - Removed: /c command line, only /AutoIt3ExecuteLine working. 30th December, 2005 - v3.1.1.99 (beta) - Added: SplashTextOn opt=32 to center vertically. - Fixed: RegRead return right number of fields on REG_MULTI_SZ type. (Thanks davezub) - Fixed: DLLStructSetData element overflow. (Fixed by Larry) - Added: DLLStruct...Data BinaryString support. (by Larry) - Fixed: GUICtrlSetImage on a GUI defined with $WS_VISIBLE. (Thanks Matrix112) - Fixed: Fatal error $Object.ImageList.Images.Add($Array[0] & 'b'). (Thanks Arilvv) - Fixed: GuiCtrlSetState( ,$GUI_FOCUS) changing tab ordering. Need to create a new state $GUI_ONTOP for solving livewire problem (.93). (Thanks nick1812) - Fixed: Extra notification on first/default control after GUISetState(). (Thanks Larry) - Fixed: Allow Dragfile to any control. @GUI_DRAGFILE contain the filename to be used in the $GUI_EVENT_DROPPED. (Thanks wiredbits) - Fixed: COM ref warning about doc examples. (Thanks mr_unreliable, fixed by SvenP) - Fixed: FileRead($handle). (Thanks Vilux) - Fixed: Event notification on {enter} on an edit control. (Thanks effer) - Updated: UDF v1.47 (30 December 2005) - Fixed _DateTimeFormat() to return LongTime notation for $sType=0 as specified in the Helpfile. (JdeB) - Made Subject and Body optional in _InetSmtpMail(). (PartyPooper) BUMP you have to change script which spawn other with the /c switch. Until beta 3.1.1.99 you will get a popup telling that the /c will soon be removed for ever. Will be removed in 3.1.1.100. 23th December, 2005 - v3.1.1.98 (beta) - Fixed: HotKeySet("",... return 0 + doc typo. (Thanks Saunders, Helge) - Fixed: GuiCtrlSetState( ,$GUI_FOCUS) on button repainting. (Thanks erebus) - Fixed: _InetGetSource(). (Thanks erebus/ fixed by wOuter) - Fixed: ExpandVarStrings $$, ExpandEnvStrings %%. (Thanks LxP) - Fixed: GuiSetCursor(16),GuiCtrlSetCursor(16) hide the cursor. - Fixed: FileInstall in a compiled GUI whose name is not .exe or .a3x. - Fixed: $GUI_EVENT_MOUSE firing without any mouse movement. - Fixed: Typo in ASCII appendix. (Thanks beerman) - Fixed: WinWaitClose return doc. (Thanks ManuLeVrai) - Updated: UDF v1.46 (21 December 2005) - Fixed doc for _FileReadToArray(). (LxP) - Fixed doc and Example for _ArraySearch. (Knight) - Fixed _ArraySearch return value in case not found to -1. (SolidSnake) - Added _InetSmtpMail to Inet.au3. (Walkabout) 15th December, 2005 - v3.1.1.97 (beta) - Fixed: PixelSearch for 25% regression. (Fixed by Larry) - Fixed: $GUI_EVENT_DROPPED @GUI_DRAGID,@GUI_DROPID. 14th December, 2005 - v3.1.1.96 (beta) - Fixed: #include-once in main script. (Thanks randallc) - Fixed: Drag&Drop of listviewitem onto another listview. $GUI_ACCEPTFILES has been renamed in $GUI_DROPACCEPTED. - Fixed: PixelSearch performance. (Fixed by Larry) - Fixed: Send doc about minimum key repetition= 1. (Thanks LxP) 12th December, 2005 - v3.1.1.95 (beta) - Fixed: InetGet regression from .94. (Thanks Neil) 11th December, 2005 - v3.1.1.94 (beta) - Fixed: FileRead in raw mode on error skip read block. (Thanks VicTT) - Updated: onAutoItStart and onAutoItExit in the help index. (Thanks Zedna) - Fixed: INetGetSize, INetGet @error return. (Thanks PartyPooper) - Fixed: Docs typo. (Thanks PartyPooper, Helge) - Fixed: DLLStruct... return 1 on bad array passed. (Thanks kenn) - Fixed: GUICtrlSetPos with a Child window. (Thanks Saunders) - Updated: Windows Titles and Texts (Advanced) for "regexp=". * Cleaned : Old handle= in title definition. This parameter was not in the doc anymore since official release 3.1.1. - Fixed: Run("a.tmp") a.tmp being a compiled script. (Thanks Neil) - Fixed: TabStop order. (Thanks napgravy) - Fixed: StringSplit("a : b + "," : "). (Thanks g5mike) Update your old script 3.1.0 for handle=. In a lot case the "handle=" & $gui was not working since 3.1.1.66 due to HWnd type. 07th December, 2005 - v3.1.1.93 (beta) - Updated: Include beta files are also stored in separate folders to anticipate no destruction of released includes as today. - Added: GUICtrlGetHandle(). (by Holger) - Fixed: DLLStruct... return 1 on error. - Removed: DLLStructDelete($Struct) use $Struct=0 even nothing if it is local. - Updated: Fatal error message if DLLCall cannot be executed. - Fixed: FileRead in raw mode return error. (Thanks VicTT) - Updated: DLLStructCreate can contain space. (Thanks LxP) - Fixed: FileRead no count non empty file. (Thanks AutoIt Smith) - Fixed: Background label bad firing when overlayed by an edit control. (Thanks livewire) - Fixed: FileOpen() doc typo. (Thanks Zedna) - Fixed: TraySetToolTip can be up to 128 with 2000/XP/2003. (Fixed by Holger) - Fixed: GUI updown control notification if change with keyboard. (Thanks Lemmens Peter) - Updated: Window title doc precision (not perfect). (Thanks MikeOsdx) You have to update your script using DLLStructDelete. 02th December, 2005 - v3.1.1.92 (beta) - Fixed: AutoIt hard crash with /AutoItExecuteScript with no file. (Thanks LxP) - Fixed: TCPListen not registering. (Thanks Flyingboz, Fixed by Larry/Holger) - Updated: Some precision in Hello tutorial. (Thanks LxP) - Updated: UDF v1.45 (2 December 2005) - Fixed _PathSplit(). Changed Dim $array[5] to Local $array[5]. (LxP) - Updated _InetGetSource(), Remove stripping last character in return string. (w0uter) - Fixed return value in _GUICtrlTreeViewDeleteItem when item id passed in. (gafrost) - Updated GUI UDFs: Update Includes and Templates for use with external controls Meaning controlID for autoit control, control hWnd for external control Also replace all Dim statements with Local. (gafrost) 27th November, 2005 - v3.1.1.91 (beta) - Changed: /c command line switch change to /AutoIt3ExecuteLine to allow /c to be use by the scripter in compiled scripts. (Thanks ..., Valik, SlimShady) - Updated: /AutoIt3ExecuteScript scriptfilename allow compiled script to execute script already install or just install by fileinstall. (Thanks Valik, SlimShady) - Fixed: FileRead returning @error=-1 on empty file. (Thanks AutoIt Smith) YOU have to change script which spawn other with the /c switch. for beta 3.1.1.99 you will get a popup telling that the /c will soon be removed for ever. 25th November, 2005 - v3.1.1.90 (beta) - Fixed: GUICreate with WS_VISIBLE do an implicit GUISetState(). (Thanks kjactive) - Fixed: ObjEvent error when function does not exist. (Thanks kjactive) - Added: FileCreateNTFSLink(). (by jpm) - Updated: FileRead() count optional to read the entire file. (by LxP) - Updated: Some doc clarification about command line switches. (Thanks MSLx Fanboy) - Fixed: RunWait related link in doc. (Thanks w0uter) - Fixed: Crash Autoit Ending after not closing file open in raw mode. (Thanks VicTT) - Fixed: StdoutRead with null StdIn, Stdout, Stderr applications. (Thanks PaulGX, fixed by DaveF) - Updated: Some doc precision in For...Next and For...In...Next. (by JdeB) - Updated: UDF v1.44 (25 November 2005) - Fixed _ReplaceStringInFile to avoid adding CRLF when missing at the EOF. (JdeB) - Added _ProcessGetName to Process.au3. (Erifash) 21th November, 2005 - v3.1.1.89 (beta) - Fixed: Compilation of include with #cs. (Thanks AutoIT Smith,gafrost) 19th November, 2005 - v3.1.1.88 (beta) - Fixed: Refreshing of dispayed tabitem after a tabitem delete. - Fixed: StringSplit($a," - ",1) string delimiter. (Thanks MHz) - Updated: Some checking in uninstaller waiting JON not agressive Uninstaller. Non AutoIt include are preserved. - Fixed: Some doc typos. (Thanks PartyPooper,Helge) - Fixed: Return code from delayed function as WinWait destroyed by Adlib execution. (Thanks BrianH, Valik) - Fixed: MouseGetCursor doc example. (Thanks PartyPooper) - Fixed: Invalid line continuation not detected. (Thanks MHz) - Fixed: FileInstall on same dir. (Thanks TiMa) - Fixed: GuiCtrlRead on ListViewItem doc precision. (Thanks SumTimWong,tonedeaf) - Fixed: Func definition with Byref and default value. (Thanks Fur) - Fixed: missing #ce in #include. Still Aut2Exe to be corrected too. (Thanks Fur) - Updated: UDF v1.43 (18 November 2005) - Fixed _DateAdd() Typo's in helpfile. (Gene) - Updated _INetMail() with new logic to support environment variables. (JPM) - Updated _GUICtrlListViewDeleteItemsSelected() with Test for Array. (CatchFish) - Added a Constant to GUIList.au3 and changed all examples. (gafrost) 07th November, 2005 - v3.1.1.87 (beta) - Fixed: @DesktopHeight/Width doc typo. (Thanks PartyPooper) - Added: VC8 compilation support. (by Valik) - Fixed: Float to Integer precision. (Thanks kalavo, fixed by Valik) - Fixed: Bad FatalError after Exit in UDF. Only the first FatalError will be displayed if any before Exit (Thanks LxP) - Updated: Internal change in Handle value. - Fixed: Integer to string conversion. (Thanks LxP) - Fixed: Crash if ObjEvent refer to a function having byRef parameter. (Thanks wisheu,DaleHolm) - Fixed: GuiCtrlSetData can delete a specific column. (Thanks Valuater,gafrost) - Fixed: memory leak on GuiDelete($tabitem with icon). (Fixed by Holger, jpm) - Fixed: StringMid($a,3). (Thanks LOULOU) - Fixed: StringSplit($a,""). (Thanks Valik) 03th November, 2005 - v3.1.1.86 (beta) - Fixed: String... on nonstring parameters. (Thanks Valik) - Changed: FileClose,File... suppression of AutoIt runtime error. (Valik suggestion) 03th November, 2005 - v3.1.1.85 (beta) - Updated: GuiCtrlCreateGraphic default size. (Thanks Sunblood, gafrost) - Updated: AutoIt3Help.exe (no KeyHH.exe need) - Fixed: ObjEvent() doc typo. (Thanks JdeB) - Updated: Several tabular display in Doc. - Removed: Binary(), IsBinary() to BinaryString(), IsBinaryString(). (Thanks Larry) - Updated: String... support BinaryString variables. - Updated: @OSVersion = WIN_6.0(Vista?), WIN_6.1(LongHorn?). (Thanks CyberSlug) - Fixed: Crash on Exit Autoit after using GUICtrlCreateObj and GuiCtrlDelete on another control. (Thanks kjactive) - Fixed: Console... doc related links. (Thanks Zedna) - Fixed: Empty command line parameter (""). (Fixed by Tylo, jpm) - Updated: ControlSend Doc to make clearer ref to control/window. (Thanks DaleHolm) - Fixed: @ScriptLineNumber not significant in compiled script. (Thanks /dev/null ,Fixed by Valik) - Fixed: FileCopy when creating subdir. (Thanks gcriaco) - Fixed: ControlClick doc precision. (Thanks Amen) - Fixed: Language->comments example. (Thanks Yves1Fix) - Fixed: IniReadSection doc. (Thanks PaulGX, fixed by Valik) - Fixed: bad var definition. (Thanks w0uter) - Fixed: Crash after GUICtrldelete of a control having the focus. (Thanks suthers, LxP) - Updated: UDF v1.42 (2 November 2005) - Updated _ArrayToString documentation, changed parameter order. (Josbe) - Updated _FileList2Array: removed checking for "." and ".." from the return from FileFindNextFile(). (SolidSnake) - Added _SetDate and _SetTime to Date.au3. (/dev/null) - Added _StringInsert to String.au3. (Celeri) - Fixed bug in the _GUICtrlListViewDeleteItem. (gafrost) 18th October, 2005 - v3.1.1.84 (beta) - Updated: GUICtrlCreatePic("",... create an empty pic no more returning error. (Thank Larry, ...) - Fixed: Default keyword = -1 in arithmetic computation. - Fixed: False and False = False. (Thanks Valik,Fixed by Jon) - Fixed: Grey coloring of input/edit control when disabled. (Thanks Neil) - Updated: Binary doc example. - Fixed: Crash on AutoIt exit when GUiCtrlCreateObj used with some .OCX. Temporary go around waiting SvenP correction. - Updated: GUICtrlCreateEdit doc to include an example to how to have a richedit control using GUICtrlCreateObj. (Fixed by kjactive) - Fixed: FileClose,FileFindNextFile, FileRead, FileReadLine, FileWrite, FileWriteLine, PluginClose, DllClose return 0 on bad handle. (Thanks WoolTown) - Fixed: Bad index when opening help thru Scite editor. (Thanks Valik,Fixed by Cyberslug) 11th October, 2005 - v3.1.1.83 (beta) - Removed: MsgBox, SplashTextOn and TrayTip text convert binary string to hex for display. (Valik disagree) - Updated: UDF v1.41 (10 October 2005) - Fixed BUG in _ReplaceStringInFile() always replacing multiple occurences on a single line. (Wooltown/LxP) - Added _GUICtrlListSelectIndex to GuiList.au3 for single select listbox's. (gafrost) 10th October, 2005 - v3.1.1.82 (beta) - Fixed: FileCopy, FileInstall, DirCopy, FileMove replacing the same file. (Thanks PaulGX) - Fixed: DllStructCreate no more case sensitive but still space sensitive. (Thanks LxP) - Fixed: AutoIt Crash when creating a control on a minimized window. (Thanks Monter) - Added: MsgBox, SplashTextOn and TrayTip text convert binary string to hex for display. - Fixed: TCPSend, UDPSend really send Binary strings (I hope). (Sorry VicTT) - Fixed: GUICtrlSetImage icon. (Thanks Valuater) - Updated: UDF v1.41- (10 October 2005) - Added _GUICtrlListSelectIndex to GUIList.au3. (gafrost) 07th October, 2005 - v3.1.1.81 (beta) - Fixed: Some doc typos. (Thanks VicTT,...) - Fixed: Reg... functions on IA64/X64. - Fixed: FileFindFirstFile() leak handles. (Thanks ChrisL, fixed by JdeB) - Fixed: @IpAddress when not network installed. (Thanks Coder demon) - Added: TCPSend, UDPSend can send Binary strings. - Updated: UDF v1.40 (5 October 2005) - Fixed error in _ArrayToString example. (/dev/null) - Changed _WeekNumberISO() to return the proper ISO weeknr. Also removed startday parameter because ISO weeks always starts on Monday. - Added _DateToDayOfWeekISO which returns the ISO day number. 0=Monday - 6= Sunday - Updated: UDF v1.39 (27 September 2005) - Updated _InetGetSource. (w0uter) - Fixed: AutoIt crash on GuiCtrlCreateObj with bad object. - Fixed: ObjEvent returns "" on error. - Fixed: _GUICtrlListViewDeleteAllItems (Fixed by gafrost) * Restriction : ControlListview cannot reference a 64-bit process as Explorer. 29th September, 2005 - v3.1.1.80 (beta) - Fixed: Bad autoit-v3.1.1.79-beta-Setup.exe due to MS spyware which destroy the NSIS. (Thanks Microsoft) 28th September, 2005 - v3.1.1.79 (beta) - Fixed: Reference to AutoIt functions in UDF doc. - Fixed: UDPRecv regression. (Thanks livewire) - Fixed: Tabitem icons. (Thanks Ghastly_MIB/Holger) - Fixed: Listview sorting with using styles: $LVS_SORTASCENDING and $LVS_SORTDESCENDING. (Thanks gafrost/Holger) - Fixed: @ProcessorArch on 64-bit Windows. - Fixed: StringLen(integer) returning 0. (Thanks 02Clams,SlimShady) 27th September, 2005 - v3.1.1.78 (beta) - Fixed: Real merging of Holger .77 submission. I just update the history!!! (Sorry Holger) 26th September, 2005 - v3.1.1.77 (beta) - Fixed: Binary, Isbinary in tree doc. (Thanks Josbe) - Fixed: Binary on nonstring variable. (Thanks MSLx Fanboy) - Added: Hex() support binary. - Updated: DriveGetDrive, DriveGetType, DriveSpaceFree, FileGetTime, WinGetClassList, WinGetClientSize, WinGetPos does not return 1 on error but 0 or "". (Thanks foggw) - Fixed: TCPRecv regression. (Thanks VicTT) - Fixed: StringRegExpReplace regression. (Thanks eJan) - Fixed: Memory overflow in customdraw operations in GUI while scrolling. (Fixed by Holger) - Added: icons for tab items. (by Holger) - Added: set bold font/painting for treeview items. (by Holger) - Updated: UDF v1.38 (26 September 2005) - Fixed GUICtrlTreeViewDeleteItem() selection logic. (gafrost) - Fixed GUICtrlTreeViewSelectItem() but removed Helpfile info because function is obsolete. (gafrost) 23th September, 2005 - v3.1.1.76 (beta) - Fixed: Toggle AU3 Beta underscore. (Thanks Frozenyam) - Fixed: FileOpen,FileMove Doc typos. (Thanks Holger) - Updated: GUI... optimisations. (By gafrost) - Fixed: bkcolor label on tab if ListViewItem. (Thanks HansH, fixed by Holger) - Changed: No more minimum size with GUICreate. (Thanks ...) - Fixed: $SS_CENTERIMAGE on pic control. (Thanks MrSpacely, fixed by Holger) - Removed: Added 1 to the result of \# to compensate for the fact that c-strings are 0-based and AutoIt strings are 1-based. (by Nutster) - Fixed: bug in line continuation inside strings. Line continuation now disabled inside strings. Use string concatenation instead. (Fixed by Nutster) - Updated: Optimize internal trailing and leading (by Nutster) - Changed: Now strips all whitespace if a line is made entirely of whitespace, instead of aborting the function. (by Nutster) - Updated: GUISwitch doc precision. - Updated: Internal split of AutoIt and UDF helps. - Fixed: FileReadLine with line=0. (Thanks VicTT) - Added: Binary, isBinary Functions. - Updated: FileRead, FileWrite binary files, just read and write Thanks Binary type - Changed: TCPRecv, UDPRecv removed Flag as a Binary string will be generated if needed. - Updated: UDF v1.37 (20 September 2005) - Added _FileWriteFromArray() to file.au3. (jdeb) - Updated _InetGetSource. (w0uter) - Updated _TempFile with optional parameters. (hansh) - Fixed documentation for _FileListToArray. (mlazovjp/Dickb) - Some code optimization changes: GuiList, GuiTreeView, GuiEdit (gafrost) - Fixed logic issue with _GUICtrlListViewSetColumnOrder and _GUICtrlComboGetEditSel. (jdeb) - Fixed a few minor documentation issues. Outstanding bugs: Regular Expression: "(?i)<(.+?)>(.*?)" not matching properly. 09th September, 2005 - v3.1.1.75 (beta) - Fixed: StringRegExp doc (Sorry Nutster I miss it) - Fixed: SendKeyDelay, SendKeyDownDelay when no shift required. (Thanks PapyToxik) - Fixed: @HotKeyPressed added to macro doc. (Thanks JdeB) - Added: Fileopen, FileCopy, FileMove additional flag to create non existent subfolder. (by Holger) - Fixed: Bad GuiCtrlSetResizing when not first show has occured. 07th September, 2005 - v3.1.1.74 (beta) - Added: TCPRecv,UPDRecv optional parameter to convert received data in Hex. (Thanks FrashMX) - Fixed: _StringToHex, _HexToString return error. (Fixed by jpm) - Updated: RegRead doc. (Thanks gafrost) - Fixed: Plugins for AU3_SetString. (/dev/null/Jon) - Added: ContinueCase to keywords allowed after IF. (by Nutster) - Changed: Set _ to be a continuation character only after whitespace. It does not matter if a comment follows the continuation character or not. \ is not a continuation character. (by Nutster) - Added: Switch, EndSwitch, ContinueCase, Default to list of keywords in documentation file. (by Nutster) * Update : regular expression classes to match those in use by other regular expression engines. Added blank, graph, print, cntrl classes. (by Nutster) (MISSING DOC) - Fixed: bug in zero-count predictor that prevented characters from matching properly if skipped. (by Nutster) - Changed: Added 1 to the result of \# to compensate for the fact that c-strings are 0-based and AutoIt strings are 1-based. (by Nutster) - Fixed: bug that prevented pattern "^$" from matching an empty string. (by Nutster) - Fixed: listview repainting on tab. (Thanks HansH, fixed by Holger) - Updated: UDF v1.36 (5 September 2005) - Updated _DateTimeFormat: Added option 5 which returns time in 24 hour HH:MM:SS format. (jdeb) - Updated _NowTime: Added optional parameter to select the return format. (jdeb) - Fixed Documentation _MouseTrap() (JPM) - Fixed _GUICtrlTreeViewDeleteItem bug in delete of item after adding child items. (gafrost) - Updated _StringToHex() and _HexToString() error testing. (JPM) - Updated Doc return Value formating. (JPM) 2nd September, 2005 - v3.1.1.73 (beta) - Fixed: For...In...Next doc example. (Thanks quick_sliver007) - Fixed: @SW_TRAY... doc removal. (Thanks JoeCool) - Fixed: GuiCtrlCreateIcon icon size in multiple icon .ico file (Thanks this-is-me) - Fixed: Send("{SHIFTDOWN}") , ... before Jon reanalysis. (Thanks Potto) - Fixed: ControlSetText not refreshing group control. (Thanks gafrost, fixed by Holger) - Updated: Slight doc precision. (Thanks ...) - Updated: RegEnum... doc examples. - Fixed: Pic control size inside a group control. (Thanks van renier, fixed by Holger) - Updated: UDF v1.35 (31 August 2005) - Fixed _IsPressed Example. (gafrost) 30th August, 2005 - v3.1.1.72 (beta) - Added: separate colors for listview/treeview items. (by Holger) - Updated: Gets more exactly position for contextmenu for listview/treeview items. (by Holger) - Fixed: a small flickering bug in CtrlSetImage() for treeview items. (Fixed by Holger) - Changed: TraySetState() optional parameter values. (by Holger) !!! Breaks current beta scripts if used TraySetState(x) with optional parameter !!! - Fixed: GuiCtrlSetPos, GuiCtrlSetResizing use visible window. (Thanks Holger) - Fixed: Crash on rightclick on treeview or listview. (Fixed by Holger) - Removed: @UserFuncName to much overhead for simple script constraint. (By Jon) - Added: PluginOpen, PluginsClose. (By Jon) - Updated: UDF v1.34 (30 August 2005) - Fixed _ArraySearch example to point to Array.au3. (Thanks beerman) - Updated _IsPressed Added optional param to function for those that will use the function heavily they can pass a handle to the function for the dll. (gafrost/w0uter) 28th August, 2005 - v3.1.1.71 (beta) - Fixed: GuiGetMsg returning on Input control change. (Thanks redndahead,Holger) - Fixed: GUICtrlCreateInput/Edit forcing WS_TABSTOP when ES_READONLY. - Fixed: Exit inside UDF. (Thanks LxP/Jon) - Fixed: Resizing of controls dynamically created. (Thanks HansH) - Updated: Some clarification on return value = none. (Thanks /dev/null) - Added: @UserFuncName useful for debugging. (by Kurt aka /dev/null) - Updated: UDF v1.32 (28 August 2005) - Added _IsPressed (Ezzetabi/Jon) - Updated Corrected return value for _MouseTrap if no params passed. (gafrost) - Added _GUICtrlComboAutoComplete (gafrost) - Restored correct example for _GUICtrlListViewGetItemText (jdeb) - Added _ArrayPush to Array.au3 (hgeras) - Added _ArraySearch to Array.au3 (SolidSnake) - Added _ReplaceStringInFile to File.au3 (\dev\null) - Updated: UDF v1.33 (28 August 2005) - Updated _ProcessGetPriority script logic and fixed example. (MSLx Fanboy) 26th August, 2005 - v3.1.1.70 (beta) - Fixed: GUI click return position(bad correction). (sorry Holger) 26th August, 2005 - v3.1.1.69 (beta) - Updated: GuiCtrlSetImage doc for Treeview/Listview. (by Holger) - Updated: Doc typos BitRotate doc. (Thanks ...) - Fixed: GuiCtrlCreateCombo and $CBS_DROPDOWNLIST color. (Thanks ..., fixed by Holger) - Fixed: GuiCtrlCreateDate and $DTS_UPDOWN. (Thanks ..., fixed by Holger) - Fixed: GUI click return position. (Fixed by Holger) - Updated: Internal code mainly keyword. (by Jon) - Fixed: HWND string concatanation. (Fixed by Valik) - Fixed: Au3Info dispalying styles (Bad update at icon change) - Fixed: GuiCtrlCreateTreeView doc example. (Thanks ..., fixed by Holger) - Updated: UDF v1.31 (13 August 2005) - Updated _MouseTrap (gafrost) - Updated _GUICtrlEditScroll: Added $SB_SCROLLCARET - Scrolls the caret into view. (gafrost) - Added _ProcessGetPriority to Process.au3 (MSLx Fanboy) - Added _FilePrint to File.au3 (Erifash) 12th August, 2005 - v3.1.1.68 (beta) - Fixed: FuncOnAutoItExit typo. (Thanks Saunders) - Updated: UDF v1.30 - Fixed _DayValueToDate() to return Day and Month in the proper format. - Fixed _DateTimeFormat() to return HH:MM in proper 24 hour notation for $sType=0. - Added: BitRotate function. (By Nutster) - Fixed: direction in BitShift documentation. (By Nutster) - Updated: Made regular expression patterns \n and \r distinct in StringRegExp and StringRegExpReplace. Old \n became \N. (Thanks Valik, fixed by Nutster) - Updated: Internal code. (by Nutster) * backup : Aut2Exe allowing .a3x with old logo. 11th August, 2005 - v3.1.1.67 (beta) - Fixed: _ArrayReverse example typo. (Fixed by gafrost) - Fixed: StringSplit doc clarification. (Thanks Zedna) - Fixed: lexer cache. (by Nutster) - Fixed: Fixed bug (again) in AutoItSetOption to the definition of MouseClickDragDelay. (Fixed by Nutster) - Updated: Internal code. (by Nutster) - Removed: Check to InitScript to scan all variables in the script and make sure they are well-formed, not beginning with digits. (by Jon) - Fixed: InputBox left,top values when not defined. (Thanks Saunders, fixed by jpm) - Fixed: Crash when deleting an input control. (Thanks HardCopy) - Fixed: BitShift, Break, BlockInput doc. (Thanks Andrea) - Fixed: FileFindNextFile return error. - Added: @ScriptLineNumber, @ProcessorArch - Fixed: MouseClick, WinFlash doc typo. (Thanks VicTT) 5th August, 2005 - v3.1.1.66 (beta) - Fixed: MouseClickDelay option. (Fixed by Nutster) - Added: Check to InitScript to scan all variables in the script and make sure they are well-formed, not beginning with digits. (by Nutstser) - Updated: Documentation for StringRegExp. (by Nutster) - Changed: Simplify StackStructure(internal). (by Nutster) - Fixed: GuiGetCursorInfo primary/secondary under nonXP. (Fixed by Holger) - Fixed: GuiCtrlSendMsg, TraySetState doc link. (Thanks LxP) - Fixed: Obj returning handle. (Fixed by SvenP) - Added: $GUI_WS_EX_PARENTDRAG Allow the label or pic control to be used as the title bar to drag the whole the parent window. (Thanks Josbe, ...) - Updated: ComRef doc.(by SvenP) - Fixed: Redim of array byRef parameter. (Thanks Valik, fixed by Nutster) - Fixed: GuiCtrlSetState($tabitem,$GUI_SHOW) on visible GUI. (Thanks 02clams) - Fixed: FileFindFirstFile doc. (Thanks Zedna) - Updated: New AutoIt Logo/icon. (by Jon) - Added: _MouseTrap() to Misc.au3. (by gafrost) - Updated: Internal ContinueCase perf optimisation. (by Nutster) - Added: _Singleton to Misc.au3. (Valik code+) - Fixed: ContinueCase type doc. (Thanks VicTT) - Fixed: _GUICtrlListViewSort if no items in listview. (Thanks SnowOfIce, fixed by gafrost) - Added: HWnd and IsHWnd functions. (By Valik) 28th July, 2005 - v3.1.1.65 (beta) - Added: Silent beta install no messagebox warning. (Thanks ...) - Fixed: Decompiler (beta) link. - Added: FileSaveDialog, FileOPenDialog with multiple filter groups. (by Holger) - Fixed: Weird behavior when resizing column of listview on a tab. (Thanks mooseydoom, fixed by Holger) - Fixed: _ArrayReverse_ doc. (Thanks VicTT, fixed by gafrost) - Added: Extra page in the uninstaller to clean all AutoIt installations. (for Valik) - Fixed: Default keyword check for third parameter of MsgBox. (Fixed by Nutster) - Added: Switch, EndSwitch structure. (by Nutster) - Added: ContinueCase keyword to have a case in Select or Switch continue executing in the next case. (by Nutster) 25th July 2005 - v3.1.1.64 (beta) - Updated: FileInstall doc precision. (Thanks Confuzzled, Saunders) - Fixed: GuiGetCursorInfo() doc. (Thanks VicTT) - Fixed: Run 4th parameter validity. (By DaveF) - Added: GUISetState(@SW_LOCK/@SW_UNLOCK) to manage repainting. (Thanks 02clams) - Fixed: Crash in ObjEvent() if Event Interface could not be found. (Thanks lgodfrey, fixed by SvenP) - Fixed: Crash in ObjName() if description could not be found. (Fixed by SvenP) - Added: _GUICtrlListViewCopyItems to GUIListView.au3. (gafrost) - Fixed: _INetGetSource source/doc. (Thanks Zedna,VicTT) - Updated: Exe2Aut.exe works for any version .exe or .a3x. (By Jon) - Added: Icon-View in GUI-ListView. (By Holger) - Fixed: GuiCtrlSetData flickering. 22th July 2005 - v3.1.1.63 (beta) - Removed: Assign respect Opt("MustDeclareVars",1). (Thanks Valik/Jon) - Fixed: IsBool() doc. (Thanks Zedna) - Fixed: GuiCtrlSetPos lead to a bad resizing. (Thanks Valik) - Added: ObjName() function. Returns the name or the interface description for the given Object variable. (By SvenP) - Fixed: Object reference leaks in ObjEvent(). (By SvenP) - Fixed: _GUICtrlListViewGetCurSel() returns. (Thanks HighGuy, fixed by gafrost) - Fixed: Creation of item on non selected GUI. (Thanks gafrost, fixed by Holger) 20th July 2005 - v3.1.1.62 (beta) - Fixed: _GUICtrlListViewDeleteItemsSelected() (Thanks Burrup, fixed by gafrost) - Fixed: ObjCreate bad link in doc. (Thanks Zedna) - Fixed: @NumParams destroyed after UDF call. (Thanks blindwig) - Fixed: Control Creation on an active tab (GUISwitch). (Thanks Zedna) - Fixed: StringRegExp's group parentheses identification routine. A \( immediately followed by \) (or vice-versa) inside a group would cause problems. (Fixed by Nutster) - Added: class identification to StringRegExp. See documentation file for details. (By Nutster) - Fixed: InputBox width not working. (Thanks Saunders) - Fixed: GuiSetCoord typo (Thanks Zedna) - Fixed: Obj/COM Error Handling example (Thanks DaleHolm, fixed by SvenP) - Added: IsBool() functions. (By Nutster) - Updated: UDF v1.28 - Fixed _INetGetSource.au3 example (W0uter) - Fixed _FileReadToArray(): added StringStripCR to avoid @CR characters in the Array values. (jdeb) - Fixed _GUICtrlListViewDeleteItemsSelected was not working correctly (gafrost) 17th July 2005 - v3.1.1.61 (beta) - Updated: String...() examples. (By Nutster) - Fixed: Doc related links. (Thanks Zedna) - Fixed: GuiCtrlSetImage repainting. (Thanks Ejoc) - Fixed: InputBox, MsgBox default parameter. (Sorry Nutster for the bad modif I did to your code) - Added: ConsoleWriteError(). (By Valik) - Added: UDFs v1.27 (By JdeB/gafrost) - Added _Radian() and _Degree() to Math.au3 (Erifash) - Added _FileList2Array.au3 to File.au3 (Solid) - Added _INetGetSource.au3 to Inet.au3 (W0uter) - Fixed documentation for _ArraySort() (jdeb) 16th July 2005 - v3.1.1.60 (beta) - Fixed: GUICtrlSetData with float value. (Thanks Zedna) - Changed: Opt, InputBox, MsgBox can use default keyword (By Nutster) - Added: Aut2Exe small compile file .A3X. (by JON, yes sometime he writes code, in fact very good one) - Added: @AUTOITPID macro. (By Valik) - Added: ConsoleRead(). (By Dave) - Fixed: GUIGetCursorInfo() doc typo. (Thanks Burrup) - Added: COM properties or methods can now also be used immediately to array elements containing objects. (By SvenP) - Added: Usage of 'Default' keyword instead of empty arguments to COM functions (only valid if COM function supports it). (By SvenP) - Added: UDFs v1.25/26 (By JdeB/gafrost) - Fixed _GUICtrlListViewGetNextItem. (gafrost) - Fixed _GUICtrlListViewDeleteAllItems and _GUICtrlListViewDeleteItem when _GUICtrlListViewInsertItem used to populate the ListView. (gafrost) 14th July 2005 - v3.1.1.59 (beta) - Added: Default keyword can be used to replace -1 in AutoIt Functions call. (Thanks Valik) - Fixed: DllStructCreate doc typo. (Thanks Burrup) - Fixed: Com ref doc typo. (Thanks Confuzzled) - Added: UDFs v1.24 (By JdeB/gafrost) - Fixed _GUICtrlListViewGetNextItem.au3 example (gafrost) - Fixed _DateIsValid Documentation and Example. 13th July 2005 - v3.1.1.58 (beta) - Fixed: Repainting label modify by GuiCtrlSetData. (Thanks Holger) - Fixed: if $a = default (Thanks SlimShady) - Fixed: $a=30e-006. (Thanks Zedna) - Fixed: RegEnumVal return type in @error instead os @extended. (Thanks Mhz) 12th July 2005 - v3.1.1.57 (beta) - Updated: RegEnumVal return the type of the value in @Extended (by Holger) - Fixed: StringReplace("abc","","") returns 1 instead of "". (Thanks abel,JdeB) - Fixed: Execute() doc. (Thanks w0uter) - Added: WinMove with x,y =default will not move just resize. (Thanks SlimShady) - Added: IsKeyword(), default keyword can be used as parameter in a function call. (Thanks Valik) - Fixed: GUITreeViewItem notifies wrong on first setting focus on a GUITreeView. (Thanks LazyCoder, fixed by Holger). - Fixed: WinSetTrans return error. - Added: False and Bool keywords doc. (Thanks CyberSlug) - Fixed: Assign not creating/assigning macro variable. (Thanks Valik) - Fixed: Assign respect Opt("MustDeclareVars",1). - Fixed: GUICtrlCreateObj() no longer closes the object after the control (or GUI) has been deleted. (Fixed by SvenP) - Updated: GuiCtrlRead with Checbox, Radio, doc precision. (Thanks Burrup) - Fixed: Redeclare of local variable. (Thanks Valik, fixed by Nutster) - Fixed: Prevent Assign from assigning to a constant. (Fixed by Nutster) - Fixed: Crash Autoit in FileFindFirstFile on empty dir. (Thanks eJan) - Fixed: Array initialised as empty. (Thanks Valik, fixed by Nutster) - Added: UDFs v1.23 (By JdeB/gafrost) - Updated _TimetoTicks: Make parameters optional defaulting to current time (slimshady) - Corrected Example for _GUICtrlTreeViewGetParentHandle (gafrost) - Fixed _StringEncrypt parameter redeclaration - Added _GUICtrlTreeViewGetParentID to GuiTreeView (gafrost) 5th July 2005 - v3.1.1.56 (beta) - Updated: GuiGetCursorInfo doc. (Thanks asmodehn) - Updated: SplashImageOn, SplashTextOn doc. (Thanks erebus) - Fixed: Ping better return results. (Fixed by Holger) - Updated: Authors contributions. - Updated: UDPOpen, UDPBind return an array. UDPSend, UDPRecv use it instead of the socket/ip/port. (by /dev/null) - Updated: RegRead return the type of the value in @Extended (Thanks /dev/null) - Fixed: Window Titles and Text (Advanced) links doc (Thanks MSLx Fanboy) - Fixed: Mouse... returns. - Fixed: MouseClick, MouseUp bad behavior. (Thanks Saunders) - Changed: Split Eval()->Execute() - Fixed: FileFindFirstFile does not return anymore "." or "..". - Fixed: _GuiCtrlTreeView examples. (Fixed by gafrost) - Added: _GUICtrlTreeViewGetParentHandle(). (by gafrost) - Fixed: variables already declared in string.au3 (Fixed by jdeb) - Fixed: Crash in tray functions (Thanks SlimShady, fixed by Holger) 27th June 2005 - v3.1.1.55 (beta) - Fixed: ControlCommand "GetCurrentSelection". (Thanks Larry, fixed by Larry) - Added: SetError setting optionally extended code.(by Valik) - Fixed: GUICtrlCreateObj doc (Sorry SvenP I miss it) - Fixed: bug in ByRef/Const keyword use in UDF's. (Fixed by Nutster) - Fixed: bug in UDF calling which allowed a trailing comma. (Fixed by Nutster) - Fixed: Prevent constants from being used to initialize themselves in CONST keyword. (Fixed by Nutster) - Fixed: bug in Const init. (Fixed by Nutster) - Fixed: bug in Const array init. (Fixed by Nutster) 26th June 2005 - v3.1.1.54 (beta) - Fixed: Send("+{end}"). (Thanks again JoeCool) - Fixed: Issues in GUICtrlCreateObj() concerning 'document objects'. Document objects are now working in a GUI, however not all functions have been implemented yet. (Fixed by SvenP) - Fixed: Some more issues when assigning object references to other object's properties. (Fixed by SvenP) 25th June 2005 - v3.1.1.53 (beta) - Fixed: Several issues in GUICtrlCreateObj(). (Fixed by SvenP) - Fixed: TCPRecv returning error(2) (Fixed by Larry) - Added: Assigning Object variables to other Objects properties ('propputref') (By SvenP) - Fixed: Object reference count bug in ObjCreate() since version 3.1.1.33. Objects would stay open after releasing their variable (Fixed by SvenP) - Removed: bug in Const keyword to UDF parameters. (Waiting Nutster correction) - Updated: UDP functions now UDPSend need the ip:port. Doc examples (By /dev/null) 24th June 2005 - v3.1.1.52 (beta) - Fixed: UDPBind, UDPOpen return socket (Thanks /dev/null) - Added: UDPStartup, UDPShutdown (Thanks MSLx Fanboy,Added by /dev/null) - Fixed: GUIListView GUITab Const - Fixed: File...Dialog browse through links (Thanks livewire, fixed by /dev/null/Jon) - Fixed: Send("{SHIFTDOWN}") no permanent (Thanks aLiMan) - Fixed: TCPRecv() returning more error (Fixed by Larry) 23th June 2005 - v3.1.1.51 (beta) - Updated: TCPSend, TCPRecv examples (erifash/Larry) - Added: Const keyword to UDF parameters. (Thanks Jon/Nutster) - Fixed: Treeview painting under OS (Thanks Steve8tch, Helge, Burrup) - Updated: GuiSwitch tabitemID optional parameter to allow dynamic control creation on a tabitem. - Fixed: TraySetOnEvent, DLLStructCreate, DllCall, UDP...doc. (Thanks Zedna,w0uter) - Fixed: Make sure that declaring a UDF parameter in a Local or Global statement will raise an error. (Thanks Tylo, fixed by Nutster) - Fixed: Bug with accelerator keys (Alt+...) and tabs. (Thanks CyberSlug) 15th June 2005 - v3.1.1.48 (beta) - Fixed: GuiGetCursorInfo with nonactive GUI (Thanks Helge) - Removed: Bad refresh on double GUICtrlSetPos : AutoBuilder cannot resize control. Cannot work around a Windows bug. - Added: Support for Type Libraries that don't register themselves using version 1.0 (like Crystal Report version 8.0) (By SvenP) 14th June 2005 - v3.1.1.47 (beta) - Fixed: GuiCtrlSetState disable on hidden control tab (Thanks Josbe) - Fixed: Send("+{END}t) (Thanks JoeCool) - Added: GuiCtrlSetImage for GuiListViewItem control (By Holger) - Updated: Internal optimisation in AutoItSetOption() (By Nutster) - Fixed: TrayItemGetText return (Thanks ..., fixed by Holger) - Updated: GuiCtrlSetColor, GuiCtrlSetBkColor, GuiCtrlSetImage for ListviewItem control. (by Holger) - Added: Option to ObjEvent to retrieve the name of the current Error Handler function (By SvenP) - Added: Preliminary GUICtrlCreateObj() support (bugware !). (By SvenP) 10th June 2005 - v3.1.1.46 (beta) - Changed: Opt() with just the "option" return the current value. (Thanks Saunders) - Fixed: Opt("GUIDataSeparatorChar",...) can be used in listview and listviewitem. (Thanks Saunders) - Fixed: ContextMenu position (Thanks HighGuy, fixed by Holger) - Updated: UDFs 1.19 (By JdeB/gafrost) - Fixed some merge issues. 9th June 2005 - v3.1.1.45 (beta) - Fixed: Internal change in array updating bad merge (Sorry Tylo) - Fixed: GuiCtrlSetState on control tab (Thanks HighGuy) - Fixed: Tray/contextmenu treeview ... (Fixed by Holger) - Updated: UDFs 1.18 (By JdeB/gafrost) - Fixed descending sort issue in multi dimension arrays. - Fixed _GUICtrlListViewSort() top handle numeric values correctly. (gafrost) - Renamed _GUICtrlListViewGetColumnOrderArray to _GUICtrlListViewGetColumnOrder Also corrected documentation for _GUICtrlListViewGetColumnOrder. Returns a "|" delimited string instead of an array, now matches the _GUICtrlListViewSetColumnOrder in the data type. (gafrost) 7th June 2005 - v3.1.1.44 (beta) - Fixed: Crash using ContextMenuItem under NT4. (Thanks dash007, fixed by Holger) - Added: requested Regular Expression features: (by Nutster) a) Add \-, \], and \^ to available escaped characters in sets. b) Add \b for backspace to sets and to regular escaped characters. c) Add \D, \S, and \W to be compliments of \d, \s and \w. d) Add \e to match escape character. e) Add (?: ... ) to be a non-capturing group. That is the group does not get stored in the array. f) Add (?i) option to make case-INsensitive match g) Add (?-i) option to use case-sensitive matching (default) h) Add (?i: ... ) to be a non-capturing, case-insensitive group i) Add (?-i: ... ) to be a non-capturing, case-sensitive group - Added: Floor and Ceiling function (by Nutster) - Updated: UDFs 1.17 (By JdeB/gafrost) - Added _GUICtrlSliderGetPos functions in GUISlider.au3 (gafrost) - Fixed _ArraySort lockup Bug. 5th June 2005 - v3.1.1.43 (beta) - Fixed: uninstaller deleting AutoIt Window info link. (Thanks Valik) - Fixed: Crash when using Obj (Thanks foggw, fixed by Tylo) 3rd June 2005 - v3.1.1.42 (beta) - Fixed: GuiCtrlSetData on inactive tabitem not refreshing active item. (Thanks DaleHolm) - Fixed: ControlSend (...,"{CTRLDOWN}b{CTRLUP}) - Fixed: _ArraySort (by JdeB) - Fixed: ControlSend doc on "Windows control command"/game (Thanks phillip123adams , fixed by Jon) * Fixed : Internal change in Array updating (Fixed by Tylo) - Updated: UDFs 1.16 (By JdeB/gafrost) - Fixed _ArraySort to cope with Mixed values and string entries. - Added _GUISlider??? functions in GUISlider.au3 (gafrost) - Added _GUICtrlListViewInsertColumn, _GUICtrlListViewInsertItem, _GUICtrlListViewJustifyColumn, _GUICtrlListViewSetColumnOrder, _GuiCtrlListViewSetItemCount, _GUICtrlListViewSort (gafrost) 27th May 2005 - v3.1.1.41 (beta) - Fixed: Doc on @EXITMETHOD in Func OnAutoItExit(). (Thanks JoeCool) - Fixed: Prevent StringRegExpReplace from replacing on a zero-character match. (Thanks ..., fixed by Nutster) 26th May 2005 - v3.1.1.40 (beta) - Added: "OnAutoItExit" called on system shutdown or user logoff. (Thanks JoeCool) - Fixed: Doc on Func OnAutoItStart(), Func OnAutoItExit(), @EXITMETHOD, @EXITCODE (Thanks CyberSlug) - Fixed: OnAutoItExit() call on Fatal error. (Thanks CyberSlug, Valik) - Fixed: Opt("GUIDataSeparatorChar", "\") (Thanks Saunders) - Fixed: TreevieItem notify when clicking a second time on the same item. (Thanks ..., fixed by Holger) 23th May 2005 - v3.1.1.39 (beta) - Fixed: GuiCtrlSetState on non active tab. (Thanks DaleHolm) - Updated: UDFs 1.15 (By JdeB/gafrost) - Added 2 Functions to GuiListView.au3: _GUICtrlListViewSetItemSelState and _GUICtrlListViewSetItemText (gafrost) - fixed type in _GUICtrlListViewGetExtendedListViewStyle helppage. - fixed typo in _ViClose helppage. 22th May 2005 - v3.1.1.38 (beta) - Updated: UDFs 1.14 (By JdeB/gafrost) - Fixed _GUICtrlListGetSelItems: returned array, was an array of string numbers now an array of numbers. (gafrost) - Fixed _GUICtrlListViewGetSelectedIndices returned array, was an array of string numbers now an array of numbers. (gafrost) - Updated _GUICtrlListSetHorizontalExtent documentation. (gafrost) - Fixed: Some flickering in GUICtrlSetImage. (Thanks Smed) 21th May 2005 - v3.1.1.37 (beta) - Fixed: Creating an Object on a remote computer failed under alternate credentials. Fixed. The username/password arguments are now available to ObjCreate(). (Fixed by SvenP) - Fixed: GUIListView.au3 defining _GUICtrlListViewColumnOrderArray (Fixed by JdeB/gafrost) 19th May 2005 - v3.1.1.36 (beta) - Fixed: DllStructGetSize badly reinserted. - Fixed: StringRegExp doc (Fixed by Nutster) - Updated: UDFs 1.13 (By JdeB/gafrost) - Added _GUICtrlListViewSetCheckState (gafrost) - Fixed _GUICtrlListViewGetCurSel: If more than 1 item in listview had same data was returning the index of the 1st instance, now correctly returns the index of item selected. (gafrost) - Added _GUICtrlMonthCal???? function located in GuiMonthCal.au3 (gafrost) 19th May 2005 - v3.1.1.35 (beta) - Fixed: DllStructGetSize badly remove. (Thanks foggy) - Fixed: Some doc Typo. (Thanks KXM) 19th May 2005 - v3.1.1.34 (beta) - Changed: Eval ("expression") implying hazardeous functions will be rejected. (Thanks SvenP, Jon, Valik, Nutster) - Fixed: When an Object variable was placed in a return statement in a UDF, it would not be released on function exit (Thanks w0uter). - Added: Array initialization (By Nutster). 18th May 2005 - v3.1.1.33 (beta) - Added: Suppression of message box on Eval with expression errors (Thanks DaleHolm,...) 17th May 2005 - v3.1.1.32 (beta) - Added: Appendix defining AutoIt3 limits. - Fixed: GuiCtrlSetGraphic doc typo. (Thanks Smed) - Added: Eval("expression"). (Thanks SvenP) - Added: Ability to use empty parameters in COM functions (like $Object.Method(, , ,"value"). Note that parameters ending with a comma (like $Object.Method("value", ) are not allowed! (Thanks Steve8tch/SvenP) - Added: UDP... functions (not sure they work as I never be able to have sample true Fur!!!) - Added: Beep() and WinFlash() functions (By Layer) 15th May 2005 - v3.1.1.31 (beta) - Fixed: FOR..IN loops previously terminated a script when the given object could not be enumerated. Now, the loop will be skipped silently by default. An error can however still be caught using the AutoIt COM Errorhandler. (Fixed by SvenP) - Added: Ability to use a default COM Event function, in case the event names of an object are unknown (see documentation). (By SvenP) - Fixed: Some objects could not be created with ObjCreate() using the Dispatch interface. (Fixed by SvenP) - Fixed: When a COM Error Handler was created and deleted afterwards (by unassigning it's variable), AutoIt could crash when a COM Error occurs. (Fixed by SvenP) - Fixed: When an AutoIt script error occured within a FOR..IN loop and no COM Error handler was installed, it could crash AutoIt on exit. (Fixed by SvenP) - Fixed: Using an Array in COM IADS-filter methods did not work. (Fixed by SvenP) - Removed: Ability to initialize arrays in DIM and CONST keywords.(seems to introduce regression) 13th May 2005 - v3.1.1.30 (beta) - Fixed: GuiGetCursorInfo on tab (Thanks Josbe) - Updated: UDFs 1.0.12 (by gafrost/JdeB) - Added _GUICtrlListViewGetCheckedState to GuiListView. (gafrost) - Update several Helpfile pages for the _GUI?? functions. (gafrost) - Update _ChooseColor. (gafrost) - Updated _Now(),_NowDate(), _NowTime that it defauts to mm/dd/yyyy and hh:mm:ss when the pc's format isn't found in the registry (Win9X). - Fixed: Const definition (Fixed by Nuster). - Fixed: GuiCtrlCreateIcon default size 32,32 12th May 2005 - v3.1.1.29 (beta) - Fixed: GuiCtrlSetPos on Icon control (Thanks Burrup) - Fixed: FileOpenDialog, FileSaveDialog doc on update @workingDir. 11th May 2005 - v3.1.1.28 (beta) - Fixed: Bad refresh on double GUICtrlSetPos (Thanks Valik) - Fixed: extra GUI_EVENT_RESIZED at first click (Thanks Valik) - Fixed: COM StorageGroups (Thanks ybuan, fixed by SvenP) 10th May 2005 - v3.1.1.27 (beta) - Fixed: RegRead under Windows 2000 (Thanks LOULOU, datskat) - Fixed: Dim example (Thanks LOULOU) 10th May 2005 - v3.1.1.26 (beta) - Fixed: AutoIt Info focus with magnify option (Thanks Blue_Drache) - Fixed: DLLCall set @error on bad parameter. (Thanks Fur) - Fixed: Windows centering of GUICreate - Fixed: Cmd line option cohabitation /c and /errorstdout (Fixed by SvenP) - Fixed: String "0" is false in boolean comparison (Fixed by SvenP) - Fixed: RegExp : Indicate the pattern is invalid if a closing round bracket is not found for a group. - Fixed: RegExp: excessive group clearing from regular expression predictor - Added: Ability to initialize arrays in DIM and CONST keywords. - Updated: docs for DIM . 8th May 2005 - v3.1.1.25 (beta) - Updated: UDFs 1.11 (by gafrost/JdeB) - Added GuiEdit.au3 which has a number of _GUIEdit??? functions for Edit controls. (gafrost) - Updated _ChooseColor, _ChooseFont and _GUI??? function due to DllStruct renaming. (gafrost) - Corrected wParam to variable name in _GUICtrlEditLineIndex.txt (gafrost) - Fixed example and include for $CB_GETDROPPEDCONTROLRECT (gafrost) - Typo in Example: _GUICtrlComboGetEditSel.au3 (gafrost) - Fixed: Crash when compiling with a specified icon (Thanks ..., fixed by JdeB) 7th May 2005 - v3.1.1.24 (beta) - Removed: DLLStruct ... functions (by Jpm) * Merged : DLLStructElementPtr in DLLStructGetPtr (by Jpm) 7th May 2005 - v3.1.1.23 (beta) - Fixed: Opt("GUICoorMode",2) doc (Thanks KSum) - Fixed: DLLStructCreate return error (Fixed by Ejoc) 5th May 2005 - v3.1.1.22 (beta) - Fixed: ChooseColor and _ChooseFont doc (Sorry JdeB : bad merging). - Fixed: FileOpenDialog, FileSaveDialog, HotKeySet doc (Thanks SvenP) - Fixed: StringInStr return 0 when searching for "" (Thanks JdeB) - Changed: GUICtrlSetGraphic default colors(black, transparent) - Added: GUICtrlSetGraphic bkColor : $GUI_GR_NOCOLOR - Added: DLLStructElementPtr (By Ejoc) - Fixed: duplicate formal parameters in UDF's. (Thanks DaveF, fixed by Nutster) 3nd May 2005 - v3.1.1.21 (beta) - Fixed: GUICtrlRead doc in advanced mode (Fixed by Holger). - Fixed: GUICtrlRead return on expanded TreeviewItem (Fixed by Holger) - Added: AutoIt Info Style and exStyle for the control under the mouse. - Fixed: MemGetStats >2Gb (Fixed by Valik). - Fixed: _GUICtrlComboSetHorizontalExtent.txt (gafrost) - Added: _ChooseColor and _ChooseFont to Misc.au3 (gafrost) 2nd May 2005 - v3.1.1.20 (beta) - Added: _GUITab Functions located in GuiTab.au3. (gafrost) - Fixed: Doc about Expand...Strings. - Added: Opt("GuiDataSeparatorChar",...) (Thanks -=|GO7|=-, SlimShady,...) - Fixed: Return value of StringRegExp when a group is used and the user does not want the array. - Fixed: bug that allowed run-away recursion in CRegExp::compare_group() when a group can map to no characters. This caused a stack overflow that killed the program. - Fixed: Com crash (Thanks steve8tch) 1st May 2005 - v3.1.1.19 (beta) com27/28 - Fixed: Rewrote AutoIt3