April 17th, 2010· Fixed #1515: FileOpen() still opening in exclusive mode in some situations.
April 17th, 2010· Added #1376: FileOpen() mode parameter is now optional. Default mode is read.
· Added #1054: Added FileGetEncoding().
· Added: ControlCommand() "SendCommandID" - used to send WM_COMMAND Control ID messages. Allows the automation of ToolBarWindow32 controls (amongst others). For example, the "Back" button of Internet Explorer. Use Au3Info to get the Command ID from the ToolBar tab.
· Fixed #1428: AdlibRegister/Unregister() were incorrectly using case-sensitive function names.
· Fixed #1448: #OnAutoItStartRegister did not work in compiled scripts.
· Fixed #961: RegDelete() was not working properly on 64bit keys when using the 32bit version of AutoIt and HKLM64.
· Fixed: Regression in FileOpen() where it wasn't allowed to open files in read mode if they were already open in write mode.
· Fixed #1449: GUICtrlDelete() not working for GUICtrlCreateDummy() types.
· Fixed #1458: Inet sizes were capped to 32-bits.
· Fixed #1459: Hard crash when too much recursion is used.
· Fixed #1464: Regular expressions with a single character * pattern were stopping after the first null match.
· Fixed #1463: StringToASCIIArray() working incorrectly with UTF8 characters.
· Fixed #1475: TrayItemSetState($Value, $Tray_Checked) incorrectly enables a disabled TrayItem.
· Changed: Send() and ControlSend() code reworked to allow for more Unicode characters to be used.
· Changed: FileWriteLine() performance improved.
January 15th, 2010AutoIt:
· Added: Ability to read and write UTF-8 files with no BOM including automatic detection during reading
· Added #682: Removed the 64KB limitation for FileReadLine()
· Added: AutoIt scripts using the line continuation character "_" are no longer limited to a combined line length of 4095 characters
· Added: FileRead() returns the number of characters/bytes read in @extended
· Added #1311: MouseGetCursor() returns hand cursor
· Fixed #384: Under certain circumstances the network credentials flag would prevent the process from starting when launched with RunAs() or RunAsWait()
· Fixed #1370: StringInStr() would crash with a negative occurrence and start position greater than the string length
· Fixed #1367: Calling GUIDelete() from a GUIRegisterMsg() callback that returns $GUI_RUNDEFMSG would crash AutoIt
· Fixed #1363: FileSetPos() did not work when the origin was the current position
· Fixed #1355: Regression in how unsigned numbers are displayed when returned from DllCall()
· Fixed #1396: Crash in DllCallbackGetPtr() with invalid handle
· Fixed #1352: StringSplit() hard crash with binary data
· Fixed #1398: Fixed declaration of $tagPARAFORMAT2 from GuiRichEdit.au3
· Removed: The "RAW" reading mode from FileOpen() has been removed
· Removed: InetGet("abort"), @InetGetActive and @InetGetBytesRead have been removed
· Removed: AdlibEnable() and AdlibDisable() have been removed
· Removed: OnAutoItStart and OnAutoItExit have been removed
AutoIt3Help:
· Fixed #1327: Some keywords would fail to open correctly in rare cases
UDFs:
· Changed: _SQLite 3.6.19 -> 3.6.22
· Fixed #1338: bad _ArrayDisplay() GUI position error
· Fixed #1362: _WinAPI_WindowFromPoint() did not work with 64-bit AutoIt
· Fixed #1389: _IEAttach() could fail if called multiple times
· Fixed #1353: _FileWriteToLine() excessively strict on input text type
· Fixed: SQLite.au3 various errors in _SQLite_FetchData, $iCharSize, _SQLite_QuerySingleRow, _SQLite_GetTable2d, _SQLite_Display2DResult by jchd
January 15th, 2010AutoIt:
· Added #529: Added the "NAME" property to allow direct search for .NET WinForm control names
· Added #757: Set defaults for MouseClick()'s x/y parameters
· Added #764: Return Pid on ProcessWait() and handle on WinWait(), WinWaitActive, WinActivate(), WinActive(), WinMove() when successful
· Added #414: better handling of OnAutoItStart/OnAutoItExit, now #OnAutoItStartRegister, OnAutoItExitRegister() and OnAutoItExitUnRegister()
· Added: Better handling of AdlibEnable/AdlibDisable, now AdlibRegister(), AdlibUnRegister() and AdlibDisable()
· Added #351: Reverse PixelSearch()
· Added #769: FileFlush() function
· Added #333: #NoAutoIt3Execute Directive for disabling /AutoIt3ExecuteScript or /AutoIt3ExecuteLine
· Added #604: $GUI_BKCOLOR_TRANSPARENT can be used with label, group, radio, checkbox controls
· Added #135: FileSetPos(), FileGetPos() functions for moving the file pointer around
· Added #582: GUICtrlSetTip() can be used on TabItem controls
· Added #699: Shutdown() now return @error=GetLastError() when failing
· Added #461: StringReplace() from right to left if occurrence 4000
· Fixed: _SoundOpen() set @error on MCI Error
· Fixed #1015: _SQLite_SaveMode() renamed as _SQLite_SafeMode()
· Fixed #1016: _WordDocSaveAs() Doc for error handling
· Fixed: Sound positioning in case of VBR Format Sound
· Fixed #1028: _Clipboard_GetData() fix
· Fixed #1031: _Clipboard_SetData() fix
· Fixed #1040: _ScreenCapture_Capture() leak memory
· Fixed #1026: _Gdiplus_BitmapCreate*() doc examples
· Fixed #1092: _Timer_...() datatype for X64
· Fixed #1059: Incorrect error handling in _FileListToArray()
· Fixed #1101: _NowTime(), _NowDate() Doc
· Fixed: _WinAPI_GetWindowLong(), _WinAPI_SetWindowLong support X64
· Fixed #1111: Bad grammar in comments for _DateAdd()
· Fixed: UDF library now uses #include "" instead of #include
· Fixed #1033: UDF library now has better and more consistent error handling when DllCall() is used
· Fixed #1215: _ArraySearch() not searching on 2D array
· Fixed #1168: _ExcelBookOpen() now selects the first visible worksheet to prevent a COM error
· Fixed #1247: Documented that some _GUICtrlComboBoxEx_* functions don't work with certain ComboBox styles
· Fixed #1260: Potential buffer overflow in _WinAPI_GetLastErrorMessage()
· Fixed #1276: _TicksToTime() incorrectly rounded seconds up
· Fixed #1277: Resource clean-up in example script for _GDIPlus_ImageGetGraphicsContext
· Fixed #1290: Invalid Left coordinate when using _GUICtrlTreeView_DisplayRectEx()
· Fixed #1296: _GUICtrlTreeView_ClickItem() could click outside the control's parent window
· Fixed #1312: Errors with _GUIImageList_BeginDrag() example
· Fixed #1320: _GUIImageList_DragMove() documentation contained a parameter that doesn't exist
· Changed: _StringBetween removed last optional param (not needed after change)(SmOke_N)
· Changed: _StringToHex(), _HexToString() and _StringReverse() have been rewritten and are faster
· Changed: _SQLite 3.6.7 -> 3.6.19 (SQL statement support UNICODE characters)
· Changed: _InetGetSource() now uses InetRead()
· Removed: _StringAddThousandsSep() has been removed. Too many opinions on how the function should work means nobody is happy with it
· Removed #1112: __WinAPI_Check() has been removed as have all calls to it
December 29th, 2008· Windows 9x and Windows NT 4.0 Operating System support has been removed.
· Added: New flag for StringSplit() to not return the count in element 0.
· Added #328: StringToASCIIArray(), StringFromASCIIArray() functions.
· Added: New flag to Run()/RunAs() to fix issue #415 (Adds new Constants.au3 constant: $STDIO_INHERIT_PARENT).
· Added: New flag to all Run functions for better CUI compatibility (Adds new Constants.au3 constant: $RUN_CREATE_NEW_CONSOLE).
· Added #481: 11 pixel margin around the text in SplashTextOn() (Meets Vista UI guidelines).
· Added #468: Added @MSec macro for obtaining the current milliseconds for the current second.
· Added #277: @CPUArch macro to return the capability of the processor.
· Added #454: $FO_UTF8 allowing FileOpen() in Read mode for reading UTF8 files without BOM.
· Added: $FO_UTF16_LE, $FO_UTF16_BE allowing FileOpen() in Read mode for reading UTF16 files without BOM.
· Added #407: Documented that For...In loops are read-only.
· Added #645: IniDelete() now supports the Default keyword for the 3rd parameter.
· Fixed: Send() was incorrectly inserting a leading zero when using the {ASC 0xNNNN} format.
· Fixed #305: GUICtrlSetFont() for Combo causing highlight.
· Fixed #318: GUICtrlSetTip() on TreeViewItem must return 0.
· Fixed #339: GUICtrlDelete() crashes.
· Fixed #345: @OSVersion for Windows 2008.
· Fixed #366: AutoIt crash on bad syntax.
· Fixed #380: @OSVersion for Windows XP 64-bit Edition.
· Fixed #346: FileOpenDialog()/FileSaveDialog() filter length limit.
· Fixed #387: DllClose() and DllCallbackFree() crashing when an invalid handle used.
· Fixed #449: @SystemDir does not return SysWOW64 under X64 in 32-bit mode.
· Fixed #440: Fatal error when script ends with EOF (0x1A).
· Fixed #464: Example script for GUICtrlCreateAvi() did not work on Vista.
· Fixed #484: ObjGet() would crash when invalid files were specified.
· Fixed #501: ProcessGetStats() failed for processes running as other users (including SYSTEM).
· Fixed #92: DllStruct data truncated with char[]/wchar[].
· Fixed: GuiCtrlSetState($graphic, $GUI_HIDE) does not hide.
· Fixed: GuiCtrlSetResizing($graphic, ) not moving.
· Fixed: GuiCreate(...,Style without caption) does not resize properly.
· Fixed: GuiSetStyle(caption change) does not resize properly.
· Fixed: GuiCtrlSetState($listviewitem) does not return error.
· Fixed #562: Specifying the TITLE property caused all other properties to be lost (Window title matching).
· Fixed #569 TCPRecv() doc example.
· Fixed #589: Some comparison operators did not return a boolean value.
· Fixed #583: Bad formatting of @MSEC in documentation.
· Fixed #574: Using 0 for the SendKeyDelay or SendKeyDownDelay removes the respective delay when using Send().
· Fixed #542: Crash with regular expressions.
· Fixed #531: Clarification of some of the remarks for GUICtrlSetGraphic().
· Fixed #539: StringSplit() with flag 2 and no matching delimiters wasn't returning the full string.
· Fixed #601: Tooltip return 0 when title length >99.
· Fixed #608: listView GUICtrlSetBkColor() not redrawn.
· Fixed #628: GuiCtrlRead($ctxmenu, $adv) bad return.
· Fixed #640: PCRE does not support L, l, N, U, or u : doc updated
· Fixed #642: Installer now correctly opens the merged helpfile to the history page instead of the AutoIt-only helpfile.
· Fixed #646: Call() now sets specific @error and @extended values when it fails to find a function.
· Fixed #669: Typo in Dec() example.
· Fixed #659: Documented that UNC paths are not supported when using FileSelectFolder().
· Fixed #671: Crash when using $WS_EX_MDICHILD without specifying a valid parent.
· Fixed: Crash when using BinaryToString() with invalid UTF16 input string. BinaryToString() now has new @error codes to support diagnosing invalid input.
· Fixed #743: AutoIt Crash when Tray functions are use with invalid ID.
· Fixed #748: AutoIt Crash with DllCall(0,...).
· Changed #393: Documented that SoundSetWaveVolume() works differently in Windows Vista.
· Changed: PCRE regular expression engine updated to 7.8.
· Changed: @ProcessorArch changed to @OSArch as it was misleading.
· Changed: Size limits removed from RegRead() and RegWrite() (previously 64KB for some registry types).
· Changed: RegRead() and RegWrite() no longer use hex strings for REG_BINARY types - native binary datatypes are enforced.