<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="/res/preview.xsl"?>
<rss version="2.0">
  <channel>
    <title>AutoHotkey</title>
    <link>http://www.autohotkey.com/download/</link>
    <description><![CDATA[AutoHotkey Changes & New Features]]></description>
    <lastBuildDate>Wed, 07 Jan 2009 04:59:40 GMT</lastBuildDate>
    <generator>Feed43 Proxy/1.0 (www.feed43.com)</generator>
    <ttl>360</ttl>

<item>
<guid isPermaLink="false">aed484154e583d0fc5064bc168be4b2f</guid>
<title>1.0.47.06 - March 9, 2008</title>
<description><![CDATA[<p>Fixed crash when a <a href="http://www.autohotkey.com/docs/Functions.htm">function</a> was called concurrently with an optional <a href="http://www.autohotkey.com/docs/Functions.htm#ByRef">ByRef parameter</a> omitted by one <a href="http://www.autohotkey.com/docs/misc/Threads.htm">thread</a> but not omitted by the other. [thanks DeathByNukes]</p> <p>Fixed &quot;<a href="http://www.autohotkey.com/docs/commands/Menu.htm#MainWindow">Menu, Tray, MainWindow</a>&quot; to enable the menu items in the main window's View menu. [thanks lexiKos]</p> <p>Added <a href="http://www.autohotkey.com/docs/Functions.htm#dynamic">dynamic function calling</a>. [developed by lexiKos]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">e879e15dfd8a909d1c30382e494804f1</guid>
<title>1.0.47.05 - November 21, 2007</title>
<description><![CDATA[<p>Fixed the <a href="http://www.autohotkey.com/docs/commands/Sort.htm">Sort command</a>: 1) fixed the <a href="http://www.autohotkey.com/docs/commands/Sort.htm#callback">&quot;function&quot; option</a> not to misbehave when it's the last option in the list; 2) fixed the <a href="http://www.autohotkey.com/docs/commands/Sort.htm#unique">&quot;unique&quot; option</a> so that when the delimiter is CRLF, the last item can be detected as a duplicate even when it doesn't end in CRLF; 3) fixed the &quot;unique&quot; option not to append a trailing delimiter when the last item is a duplicate. [thanks Roland]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/commands/RegExMatch.htm">RegExMatch()</a> and <a href="http://www.autohotkey.com/docs/commands/RegExReplace.htm">RegExReplace()</a> to yield correct results even when Haystack and OutputVar are both the same variable. [thanks Superfraggle]</p> <p>Fixed inability to pass a parameter that is &quot;a variable to which <a href="http://www.autohotkey.com/docs/misc/Clipboard.htm#ClipboardAll">ClipboardAll</a> has been assigned&quot;. [thanks Joy2DWorld &amp; Lexikos]</p> <p>Updated RegEx/PCRE from 7.0 to 7.4. For a summary of the major changes, see <a href="http://www.pcre.org/news.txt">www.pcre.org/news.txt</a>. For full details of every change and fix, see <a href="http://www.pcre.org/changelog.txt">www.pcre.org/changelog.txt</a>.</p> <p>Added GUI control &quot;<a href="http://www.autohotkey.com/docs/commands/GuiControls.htm#Tab2">Tab2</a>&quot; that fixes rare redrawing problems in the original &quot;Tab&quot; control (e.g. activating a GUI window by clicking on a control's scrollbar). The original Tab control is retained for backward compatibility because &quot;Tab2&quot; puts its tab control after its contained controls in the tab-key navigation order. [thanks Xander]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">82fa7d4443da73c9f403eafc2e3c78a9</guid>
<title>1.0.47.04 - August 28, 2007</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/Hotkeys.htm#keyup">key-up hotkeys</a> like &quot;a up::&quot; not to block the pressing of the &quot;a&quot; key unless the hotkey's <a href="http://www.autohotkey.com/docs/commands/_IfWinActive.htm">#IfWin criteria</a> are met. [thanks Roland]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/Functions.htm#Round">Round(Var, NegativeNumber)</a>, which in rare cases was off by 1. [thanks Icarus]</p> <p>Fixed crash of scripts that end in a syntax error consisting of an orphaned IF-statement (broken by 1.0.47.00). [thanks msgbox of the German forum]</p> <p>Eliminated the &quot;GetClipboardData&quot; error dialog. Instead, an empty string is retrieved when the data cannot be accessed within the <a href="http://www.autohotkey.com/docs/commands/_ClipboardTimeout.htm">#ClipboardTimeout</a> period. [thanks ManaUser &amp; Sean]</p> <p>Changed GUI <a href="http://www.autohotkey.com/docs/commands/GuiControls.htm#Checkbox">checkboxes</a> and <a href="http://www.autohotkey.com/docs/commands/GuiControls.htm#Radio">radio buttons</a> to default to <a href="http://www.autohotkey.com/docs/commands/Gui.htm#Wrap">&quot;no word-wrap&quot;</a> when no width, height, or CR/LF characters are specified. This solves display issues under certain unusual DPI settings. [thanks Boskoop]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">ddeb1728ba09f0e7539ae6efad750a39</guid>
<title>1.0.47.03 - August 1, 2007</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/Variables.htm#Expressions">expressions</a> to allow literal negative hexadecimal numbers that end in &quot;E&quot;; e.g. fn(-0xe). [thanks Laszlo]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/commands/Block.htm">block syntax</a> to allow a <a href="http://www.autohotkey.com/docs/Functions.htm">function-call</a> immediately to the right of a '}'. [thanks Roland]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">9a51f1cf3d76af131890f25ab9e353a9</guid>
<title>1.0.47.02 - July 19, 2007</title>
<description><![CDATA[<p>Fixed the <a href="http://www.autohotkey.com/docs/commands/GuiControls.htm#EditNum">Number option</a> of Edit controls to properly display a balloon tip when the user types something other than a digit. [thanks tfcahm]</p> <p>Fixed WM_TIMER not to be blocked unless it's posted to the script's main window. [thanks tfcahm]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/Hotkeys.htm#wildcard">wildcard hotkeys</a> not to acquire <a href="http://www.autohotkey.com/docs/Hotkeys.htm#Tilde">tilde behavior</a> when the same hotkey exists in the script with a tilde. [thanks Lexikos]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/Functions.htm#DeclareInit">declaration initializers</a> not to retain whitespace at the end of literal numbers. Also, they now allow spaces between a closing quote and the next comma. [thanks Hardeep]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">d683cd70ba7483dc431bc1a3cd91053a</guid>
<title>1.0.47.01 - July 8, 2007</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/commands/RunAs.htm">RunAs</a> not to crash or misbehave when a domain is specified. [thanks Markus Frohnmaier]</p> <p>Changed <a href="http://www.autohotkey.com/docs/Variables.htm#Operators">relational operators</a> to yield integers even when the inputs are floating point; e.g. <em>1.0 &lt; 2.0</em> yields 1 vs. 1.0. [thanks Lexikos]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">4a40ef032b0b1beac9e4e4e283761ea4</guid>
<title>1.0.47 - June 19, 2007</title>
<description><![CDATA[<p>Added support for <a href="http://www.autohotkey.com/docs/Functions.htm#lib">function libraries</a>, which allow a script to call a function in an external file without having to use <a href="http://www.autohotkey.com/docs/commands/_Include.htm">#Include</a>.</p> <p>Added <a href="http://www.autohotkey.com/docs/commands/RegisterCallback.htm">RegisterCallback()</a>, which creates a machine-code address that when called, redirects the call to a function in the script. [developed by Jonathan Rennison (JGR)]</p> <p>Added <a href="http://www.autohotkey.com/docs/Functions.htm#NumGet">NumGet()</a> and <a href="http://www.autohotkey.com/docs/Functions.htm#NumPut">NumPut()</a>, which retrieve/store binary numbers with much greater speed than Extract/InsertInteger.</p> <p>Improved <a href="http://www.autohotkey.com/docs/commands/Sort.htm#callback">Sort</a> with an option to do custom sorting according to the criteria in a callback function. [thanks Laszlo]</p> <p>Improved <a href="http://www.autohotkey.com/docs/commands/OnMessage.htm">OnMessage()</a> with an option to allow more than one simultaneous <a href="http://www.autohotkey.com/docs/misc/Threads.htm">thread</a>. [thanks JGR]</p> <p>Improved Critical with an option to change the <a href="http://www.autohotkey.com/docs/commands/Critical.htm#Interval">message-check interval</a>, which may improve reliability for some usages. [thanks Majkinetor and JGR]</p> <p>Changed <a href="http://www.autohotkey.com/docs/commands/Critical.htm">Critical</a> to put <a href="http://www.autohotkey.com/docs/commands/SetBatchLines.htm">SetBatchLines -1</a> into effect.</p> <p>Changed the error messages produced by <a href="http://www.autohotkey.com/docs/commands/_ErrorStdOut.htm">#ErrorStdOut</a> to contain a space before the colon. [thanks Toralf]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/commands/OnMessage.htm">OnMessage() functions</a> that return one of their own local variables to return the number in that variable, not 0.</p> <p>Fixed potential crashing of built-in variables that access the registry (e.g. A_AppData, A_Desktop, A_MyDocuments, A_ProgramFiles). [thanks Tekl]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">b46b233f46905f5bba7ddc8f632f3013</guid>
<title>1.0.46.17 - May 31, 2007</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/Variables.htm#UserName">A_UserName</a> (broken by 1.0.46.16).</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">d9abed26f8c94034df5966842f490338</guid>
<title>1.0.46.16 - May 30, 2007</title>
<description><![CDATA[<p>Fixed &quot;<a href="http://www.autohotkey.com/docs/commands/GuiControls.htm#Tab">Gui, Tab, TabName</a>&quot; when used after a previous &quot;Gui Tab&quot;. [thanks Toralf]</p> <p>Improved SetTimer to treat <a href="http://www.autohotkey.com/docs/commands/SetTimer.htm#once">negative periods</a> as &quot;run only once&quot;. [thanks Majkinetor]</p> <p>Added &quot;<a href="http://www.autohotkey.com/docs/commands/GuiControlGet.htm#Hwnd">GuiControlGet Hwnd</a>&quot;, which is a more modular/dynamic way to retrieve a control's HWND. [thanks Majkinetor]</p> <p>Added built-in variables <a href="http://www.autohotkey.com/docs/Variables.htm#ThisLabel">A_ThisLabel</a> and <a href="http://www.autohotkey.com/docs/Variables.htm#ThisFunc">A_ThisFunc</a>, which contain the names of the currently-executing label/function. [thanks Titan &amp; Majkinetor]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">538a1edfb9450a028d74dfbaa814a2da</guid>
<title>1.0.46.15 - May 9, 2007</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/commands/GuiControl.htm">GuiControl</a>, <a href="http://www.autohotkey.com/docs/commands/GuiControlGet.htm">GuiControlGet</a>, and &quot;Gui <a href="http://www.autohotkey.com/docs/commands/ListView.htm#GuiLV">ListView</a>/<a href="http://www.autohotkey.com/docs/commands/TreeView.htm#GuiTV">TreeView</a>&quot; to support <a href="http://www.autohotkey.com/docs/Functions.htm#static">static variables</a> and <a href="http://www.autohotkey.com/docs/Functions.htm#ByRef">ByRefs</a> that point to globals/statics. [thanks Peter]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/commands/FileInstall.htm">FileInstall</a> causing the <a href="http://www.autohotkey.com/docs/commands/Random.htm">Random</a> command to become non-random in <a href="http://www.autohotkey.com/docs/Scripts.htm#ahk2exe">compiled scripts</a>. [thanks Velocity]</p> <p>Reduced the size of <a href="http://www.autohotkey.com/docs/Scripts.htm#ahk2exe">compiled scripts</a> by about 16 KB due to UPX 3.0. [thanks to atnbueno for discovering the optimal command-line switches]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">63e1872e6b95080f2e0f51c74252f765</guid>
<title>1.0.46.14 - May 2, 2007</title>
<description><![CDATA[<p>Added the &quot;require administrator&quot; flag to the installer to avoid a warning dialog on Windows Vista. [thanks Roussi Nikolov]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">189f5c5d4bcfb3809bb2423bf4e14727</guid>
<title>1.0.46.13 - May 1, 2007</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/Hotkeys.htm">hotkeys</a> like <strong>*x</strong> to fire even when <strong>x</strong> is also a hotkey that is prevented from firing due to <a href="http://www.autohotkey.com/docs/commands/_IfWinActive.htm">#IfWin</a>. [thanks Joy2DWorld &amp; Engunneer]</p> <p>Improved <a href="http://www.autohotkey.com/docs/Functions.htm#optional">optional parameters</a> to accept quoted/literal strings as default values.</p> <p>Improved <a href="http://www.autohotkey.com/docs/Functions.htm#ByRef">ByRef parameters</a> with the ability to be <a href="http://www.autohotkey.com/docs/Functions.htm#optional">optional</a> (i.e. they may accept default values). [thanks Corrupt]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">529fe601a8a60d34589111c3fa7f1e1b</guid>
<title>1.0.46.12 - April 24, 2007</title>
<description><![CDATA[<p>Fixed inability to recognize a literal scientific notation number that begins with 0, such as 0.15e+1. [thanks Laszlo]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">a6726593f7ef439cabef747793a98d9f</guid>
<title>1.0.46.11 - April 23, 2007</title>
<description><![CDATA[<p>Fixed inability to have a <a href="http://www.autohotkey.com/docs/Functions.htm">function-call</a> as the first item in certain <a href="http://www.autohotkey.com/docs/Variables.htm#comma">comma-separated expressions</a>. [thanks Majkinetor]</p> <p>Fixed WinTitles like &quot;ahk_id %ControlHwnd%&quot; in <a href="http://www.autohotkey.com/docs/commands/ControlGet.htm">ControlGet</a>'s FindString/Choice/List, and <a href="http://www.autohotkey.com/docs/commands/Control.htm">Control</a>'s Add/Delete/Choose. [thanks Freighter &amp; PhiLho]</p> <p>Improved floating point support to recognize scientific notation; e.g. 1.2e-5 (the decimal point is mandatory). Also improved &quot;<a href="http://www.autohotkey.com/docs/commands/SetFormat.htm#sci">SetFormat Float</a>&quot; with an option to output in scientific notation. [thanks Laszlo]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">05b715e0cfc68e9e0bec790e4ea4b8ac</guid>
<title>1.0.46.10 - March 22, 2007</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/commands/StringSplit.htm">StringSplit</a> inside assume-local <a href="http://www.autohotkey.com/docs/Functions.htm">functions</a> so that it creates a local <a href="http://www.autohotkey.com/docs/misc/Arrays.htm">array</a> even when OutputArray0 exists as a global but not a local. [thanks KZ]</p> <p>Improved <a href="http://www.autohotkey.com/docs/commands/ListView.htm#ItemChanged">ListView's item-changed notification (&quot;I&quot;)</a> to indicate via ErrorLevel whether the item has been selected/deselected, focused/unfocused, and/or checked/unchecked. [thanks foom]</p> <p>Added an additional layer of protection to <a href="http://www.autohotkey.com/docs/Scripts.htm#ahk2exe">compiled scripts</a>. It is recommended that scripts containing sensitive data or source code be recompiled with the <a href="http://www.autohotkey.com/docs/Scripts.htm#ahk2exeCmd">/NoDecompile switch</a>.</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">275f22b7a8001644d88cc952df59ae42</guid>
<title>1.0.46.09 - March 4, 2007</title>
<description><![CDATA[<p>Fixed &quot;<a href="http://www.autohotkey.com/docs/commands/SetExpression.htm">:=</a>&quot; deep inside expressions when used to assign the result of a recursive <a href="http://www.autohotkey.com/docs/Functions.htm">function</a> to a <a href="http://www.autohotkey.com/docs/Functions.htm#Locals">local variable</a> (broken by 1.0.46.06). [thanks Laszlo]</p> <p>Fixed inability to pass certain <a href="http://www.autohotkey.com/docs/Variables.htm#ternary">ternary expressions </a>to <a href="http://www.autohotkey.com/docs/Functions.htm#ByRef">ByRef parameters</a>. [thanks Titan]</p> <p>Fixed &quot;<a href="http://www.autohotkey.com/docs/commands/GuiControlGet.htm">GuiControlGet</a>, OutputVar, Pos&quot; so that it doesn't make the OutputVar blank. [thanks PhiLho]</p> <p>Changed and fixed continuation sections so that the <a href="http://www.autohotkey.com/docs/Scripts.htm#CommentOption">&quot;Comment&quot; option</a> doesn't force the <a href="http://www.autohotkey.com/docs/Scripts.htm#LTrim">LTrim option</a> into effect. [thanks Titan]</p> <p>Changed the <a href="http://msdn2.microsoft.com/en-us/library/01cfys9z.aspx">Terminal Server Awareness flag</a> back to &quot;disabled&quot; on AutoHotkey.exe and compiled scripts. This improves flexibility and backward compatibility (see <a href="http://www.autohotkey.com/forum/topic16041.html">discussion</a> at forum).</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">995583a32c1acdd071f8252e756f94a2</guid>
<title>1.0.46.08 - February 7, 2007</title>
<description><![CDATA[<p>Fixed unreliability of <a href="http://www.autohotkey.com/docs/Variables.htm#ComSpec">ComSpec</a> and <a href="http://www.autohotkey.com/docs/Variables.htm#env">environment variables</a> on Windows 9x (broken by v1.0.46.07). [thanks Loriss]</p> <p>Changed: When AutoHotkey.exe is launched without a script specified, it will now run (or prompt you to create) the file AutoHotkey.ahk in the <a href="http://www.autohotkey.com/docs/Variables.htm#MyDocuments">My Documents</a> folder. The only exception is when AutoHotkey.ini exists in the working directory, in which case it uses the old behavior of executing that file.</p> <p>Improved <a href="http://www.autohotkey.com/docs/commands/DllCall.htm">DllCall</a> to support an integer in place of the function name, which is interpreted as the address of the function to call. [thanks Sean]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">4d1dbcd84f33df0bc38c36ca7c160439</guid>
<title>1.0.46.07 - January 23, 2007</title>
<description><![CDATA[<p>Fixed crash of illegally-named <a href="http://www.autohotkey.com/docs/misc/Arrays.htm">dynamic variables</a> on the left of an equal-sign assignment (broken by v1.0.45). [thanks PhiLho]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/commands/FileMoveDir.htm">FileMoveDir</a>'s &quot;Option 2&quot; to work properly even when the directory is being both renamed and moved. [thanks bugmenot]</p> <p>Fixed inability to pass a variable <a href="http://www.autohotkey.com/docs/Functions.htm#ByRef">ByRef</a> if that same expression changed it from empty to non-empty (when <a href="http://www.autohotkey.com/docs/commands/_NoEnv.htm">#NoEnv</a> is absent). [thanks Joy2DWorld]</p> <p>Changed DllCall's <a href="http://www.autohotkey.com/docs/commands/DllCall.htm#LastError">A_LastError</a> to reflect only changes made by the script, not by AutoHotkey itself. [thanks Azerty]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">cef505644e28a7354f3191215273039f</guid>
<title>1.0.46.06 - January 16, 2007</title>
<description><![CDATA[<p>Applied minor fixes and improvements to <a href="http://www.autohotkey.com/docs/misc/RegEx-QuickRef.htm">regular expressions</a> by upgrading from PCRE 6.7 to 7.0. One of the most notable improvements is the `a option, which recognizes any type of newline (namely `r, `n, or `r`n). Similarly, the \R escape sequence means &quot;any single newline of any type&quot;. See also: <a href="http://www.pcre.org/changelog.txt">Full PCRE changelog</a></p> <p>Changed and fixed all <a href="http://www.autohotkey.com/docs/commands/Control.htm">Control commands</a> and <a href="http://www.autohotkey.com/docs/commands/StatusBarWait.htm">StatusBarWait</a> to obey <a href="http://www.autohotkey.com/docs/commands/SetTitleMatchMode.htm#RegEx">SetTitleMatchMode RegEx</a> as documented.</p> <p>Changed <a href="http://www.autohotkey.com/docs/commands/RegExReplace.htm">RegExReplace()</a> to return the original/unaltered string rather than &quot;&quot; when an error occurs.</p> <p>Changed: Enabled the <a href="http://msdn2.microsoft.com/en-us/library/01cfys9z.aspx">Terminal Server Awareness flag</a> on AutoHotkey.exe and <a href="http://www.autohotkey.com/docs/Scripts.htm#ahk2exe">compiled scripts</a>.</p> <p>Improved performance when <a href="http://www.autohotkey.com/docs/Variables.htm#AssignOp">assigning</a> large strings returned from <a href="http://www.autohotkey.com/docs/Functions.htm">user-defined functions</a>. [thanks Laszlo]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">6475a791a1c62e5ccf6cc02a3936076f</guid>
<title>1.0.46.05 - January 4, 2007</title>
<description><![CDATA[<p>Fixed the <a href="http://www.autohotkey.com/docs/commands/Input.htm">Input command</a> to allow named end keys like {F9} to work even when the shift key is being held down (broken by v1.0.45). [thanks Halweg]</p> <p>Fixed inability of &quot;<a href="http://www.autohotkey.com/docs/commands/Gui.htm#Show">Gui Show</a>&quot; to focus the GUI window when the tray menu is used both to reload the script and to show the GUI window. [thanks Rnon]</p> <p>Fixed inability to pass some types of <a href="http://www.autohotkey.com/docs/Variables.htm#AssignOp">assignments (:=)</a> to a <a href="http://www.autohotkey.com/docs/Functions.htm#ByRef">ByRef</a> parameter. [thanks Laszlo]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">dc59c11cbbb1d1cfe18284ad669d46e4</guid>
<title>1.0.46.04 - January 2, 2007</title>
<description><![CDATA[<p>Fixed inability to pass the result of an <a href="http://www.autohotkey.com/docs/Variables.htm#AssignOp">assignment (:=)</a> to a <a href="http://www.autohotkey.com/docs/Functions.htm#ByRef">ByRef</a> parameter. [thanks Titan]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">95bd7e552e4afe7414788758cf122420</guid>
<title>1.0.46.03 - December 18, 2006</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/commands/ListView.htm">ListView</a>'s floating point sorting to produce the correct ordering. [thanks oldbrother/Goyyah/Laszlo]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">c100132e0f4c616ff8353050f9bbc472</guid>
<title>1.0.46.02 - December 17, 2006</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/Variables.htm#env">environment variables</a> to work properly as input variables in various commands such as <a href="http://www.autohotkey.com/docs/commands/StringLen.htm">StringLen</a> and <a href="http://www.autohotkey.com/docs/commands/StringReplace.htm">StringReplace</a> (broken by 1.0.44.14). [thanks Camarade_Tux]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">d72c8dc85efa73233b809b39cf9c0d59</guid>
<title>1.0.46.01 - December 15, 2006</title>
<description><![CDATA[<p><strong>NOTE:</strong> Although this release has been extensively tested, several low-level enhancements were made. If you have any mission-critical scripts, it is recommended that you retest them and/or wait a few weeks for any bugs to get fixed.</p> <p>Fixed comma-separated <a href="http://www.autohotkey.com/docs/Functions.htm#DeclareInit">declaration initializers</a> such as &quot;<em>local x = 1, y = 2</em>&quot; to work even when immediately below an if/else/loop statement.</p> <p>Fixed <a href="http://www.autohotkey.com/docs/Variables.htm#comma">comma-separated expressions</a> so when the leftmost item is an assignment, it will occur before the others rather than after. [thanks Laszlo]</p> <p>Changed and fixed <a href="http://www.autohotkey.com/docs/Functions.htm">function-calls</a> so that any changes they make to <a href="http://www.autohotkey.com/docs/Variables.htm#ref">dynamic variable names</a>, <a href="http://www.autohotkey.com/docs/Variables.htm#env">environment variables</a>, and <a href="http://www.autohotkey.com/docs/Variables.htm#BuiltIn">built-in variables</a> (such as <a href="http://www.autohotkey.com/docs/misc/Clipboard.htm">Clipboard</a>) are always visible to subsequent parts of the expression that called them.</p> <p>Changed: When a <a href="http://www.autohotkey.com/docs/Variables.htm#comma">multi-statement comma</a> is followed immediately by a variable and an equal sign, that equal sign is automatically treated as a <a href="http://www.autohotkey.com/docs/commands/SetExpression.htm">:= assignment</a>. For example, all of the following are assignments: <em>x:=1, y=2, a=b=c</em></p> <p>Changed <a href="http://www.autohotkey.com/docs/Variables.htm#comma">comma-separated expressions</a> to produce the following effects: 1) the leftmost <strong>/=</strong> operator becomes <a href="http://www.autohotkey.com/docs/Variables.htm#divide">true divide</a> rather than <a href="http://www.autohotkey.com/docs/commands/EnvDiv.htm">EnvDiv</a>; 2) blank values are not treated as zero in math expressions (thus they yield blank results).</p> <p>Improved the performance of <a href="http://www.autohotkey.com/docs/Variables.htm#Expressions">expressions</a> by 5 to 20% (depending on type).</p> <p>Improved the <a href="http://www.autohotkey.com/docs/Variables.htm#AssignOp">new assignment operators such as <strong>.=</strong></a> to support the <a href="http://www.autohotkey.com/docs/misc/Clipboard.htm">Clipboard variable</a> (even in <a href="http://www.autohotkey.com/docs/Variables.htm#comma">comma-separated expressions</a>).</p> <p>Improved the <a href="http://www.autohotkey.com/docs/Variables.htm#AssignOp"><strong>.=</strong> operator</a> so that it doesn't require a space to its left.</p> <p>Improved GUI controls to accept <a href="http://www.autohotkey.com/docs/Functions.htm#static">static variables</a> as their <a href="http://www.autohotkey.com/docs/commands/Gui.htm#var">associated variables</a> (formerly only globals were allowed).</p> <p>Added option <a href="http://www.autohotkey.com/docs/commands/Gui.htm#HwndOutputVar">HwndOutputVar</a> to &quot;Gui Add&quot;, which stores a control's HWND in OutputVar. [thanks Corrupt &amp; Toralf]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">ad0bb8526cc6e48742e1f5d542faa345</guid>
<title>1.0.46 - November 29, 2006</title>
<description><![CDATA[<p><strong>NOTE:</strong> Although this release has been extensively tested and is not expected to break any existing scripts, several low-level enhancements were made. If you have any mission-critical scripts, it is recommended that you retest them and/or wait a few weeks for any bugs to get fixed.</p> <p>Added function <a href="http://www.autohotkey.com/docs/Functions.htm#SubStr">SubStr()</a>, which retrieves the specified number of characters at the specified position in a string.</p> <p>Added assignment operators <a href="http://www.autohotkey.com/docs/Variables.htm#AssignOp">//=, <strong>.</strong>=, |=, &amp;=, ^=, &gt;&gt;=, and &lt;&lt;=</a>, which can be used anywhere in expressions. For example, <em>Var .= &quot;abc&quot;</em> appends the string &quot;abc&quot; to <em>Var</em>'s current contents.</p> <p>Added full support in expressions for the operators <a href="http://www.autohotkey.com/docs/Variables.htm#AssignOp">:=, ++, --, +=, -=, *=, and /=</a> (formerly, they could be used only as the leftmost operator on a line). All <a href="http://www.autohotkey.com/docs/Variables.htm#AssignOp">assignment operators</a> (especially <a href="http://www.autohotkey.com/docs/Variables.htm#IncDec">++ and --</a>) behave in a C-like way when their result is used by some other operator.</p> <p>Added the <a href="http://www.autohotkey.com/docs/Variables.htm#ternary">ternary operator (?:)</a>, which is a shorthand replacement for the <a href="http://www.autohotkey.com/docs/commands/IfExpression.htm">if-else statement</a>. For example, <em>var := x&gt;y ? 2 : 3</em> assigns the value 2 if x is greater than y; otherwise it assigns 3.</p> <p>Added support for <a href="http://www.autohotkey.com/docs/Variables.htm#comma">comma-separated expressions</a>, which allow a single line to contain multiple assignments, function calls, and other expressions. [thanks PhiLho &amp; Titan]</p> <p>Improved <a href="http://www.autohotkey.com/docs/Functions.htm#DeclareInit">variable declarations</a> to support initialization on the same line. Note: A <a href="http://www.autohotkey.com/docs/Functions.htm#static">static variable</a>'s initialization occurs only once, before the script begins executing.</p> <p>Improved <a href="http://www.autohotkey.com/docs/Scripts.htm#continuation">line continuation</a> to support all expression operators. For example, a line that starts with &quot;?&quot; or &quot;+&quot; is automatically appended to the line above it.</p> <p>Improved performance of operators <a href="http://www.autohotkey.com/docs/Variables.htm#concat">&quot;<strong>.</strong>&quot;</a> and <a href="http://www.autohotkey.com/docs/Variables.htm#concat">&quot;<strong>.=</strong>&quot;</a> to be as fast as the percent-sign method of appending a string.</p> <p>Improved expressions to allow more types of <a href="http://www.autohotkey.com/docs/Variables.htm#unary">consecutive unary operators</a> such as <strong>!!</strong>Var. [thanks Laszlo]</p> <p>Changed <a href="http://www.autohotkey.com/docs/commands/Critical.htm">Critical</a> to check messages less often (20 vs. 10ms), which improves the reliability of frequently-called <a href="http://www.autohotkey.com/docs/commands/OnMessage.htm">OnMessage functions</a>. [thanks Majkinetor]</p> <p>Changed: A variable named simply &quot;?&quot; is no longer valid in expressions due to the new <a href="http://www.autohotkey.com/docs/Variables.htm#ternary">ternary operator</a>.</p> <p>Fixed <a href="http://www.autohotkey.com/docs/Hotkeys.htm">hotkeys</a> to support &quot;:::&quot; (colon as a hotkey) and &quot;: &amp; x&quot; (colon as a <a href="http://www.autohotkey.com/docs/Hotkeys.htm#combo">hotkey prefix</a>).</p> <p>Fixed the installer to remove psapi.dll from the AutoHotkey folder (except on Windows NT4). This avoids a conflict with Internet Explorer 7. [thanks to all who reported it]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">f549d640af4eb7383dab3edca3171ec5</guid>
<title>1.0.45.04 - November 15, 2006</title>
<description><![CDATA[<p>Fixed crash on Windows 9x when a script doesn't actually run (e.g. due to syntax error) (broken by v1.0.45). [thanks rogerg]</p> <p>Changed &quot;<a href="http://www.autohotkey.com/docs/commands/Control.htm">Control Style|ExStyle</a>&quot; to report ErrorLevel 0 vs. 1 when the requested style change wasn't necessary because it was already in effect.</p> <p>Improved <a href="http://www.autohotkey.com/docs/commands/_Include.htm">#Include</a> to support <a href="http://www.autohotkey.com/docs/Variables.htm#AppData">%A_AppData%</a> and <a href="http://www.autohotkey.com/docs/Variables.htm#AppDataCommon">%A_AppDataCommon%</a>. [thanks Tekl]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">41958ad07ae1bf9dad169b099cef3ebf</guid>
<title>1.0.45.03 - November 12, 2006</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/commands/LoopFile.htm">file-pattern loops</a> not to crash when recursing into paths longer than 259 characters. In addition, such paths and files are now ignored (skipped over) by file-pattern loops, <a href="http://www.autohotkey.com/docs/commands/FileSetAttrib.htm">FileSetAttrib</a>, and <a href="http://www.autohotkey.com/docs/commands/FileSetTime.htm">FileSetTime</a>. [thanks PhilR]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/Functions.htm">functions</a> that call themselves and assign the result to one of their own <a href="http://www.autohotkey.com/docs/Functions.htm#Locals">locals</a> (broken by v1.0.45). [thanks bjennings]</p> <p>Fixed crash of scripts containing <a href="http://www.autohotkey.com/docs/misc/RegEx-QuickRef.htm">regular expressions</a> that have compile errors. [thanks PhiLho]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/commands/GuiControl.htm">GuiControl</a> not to convert <a href="http://www.autohotkey.com/docs/commands/GuiControls.htm#Checkbox">checkboxes</a> into 3-state unless requested. [thanks JBensimon]</p> <p>Changed <a href="http://www.autohotkey.com/docs/commands/UrlDownloadToFile.htm">UrlDownloadToFile</a> to announce a user-agent of &quot;AutoHotkey&quot; to the server rather than a blank string. [thanks jaco0646]</p> <p>Improved <a href="http://www.autohotkey.com/docs/Scripts.htm#continuation">continuation sections</a> to support semicolon comments inside the section via the option-word <em>Comments</em>.</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">9b0a0edeb22c6ff1a08bd6da4ec4ab0a</guid>
<title>1.0.45.02 - November 8, 2006</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/commands/StringLower.htm">StringUpper</a> and <a href="http://www.autohotkey.com/docs/commands/StringLower.htm">StringLower</a> to work when OutputVar is the clipboard (broken by v1.0.45). [thanks songsoverruins]</p> <p>Fixed the hotkeys ~Alt, ~Control, and ~Shift to fire upon press-down rather than release (broken by v1.0.44).<br> Background: Without the tilde, Alt/Control/Shift fire upon release to avoid taking over both the left and right key. But a specific left/right hotkey like LAlt or RShift fires upon press-down.</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">4a7706139869f2f219dc2a049607b34e</guid>
<title>1.0.45.01 - November 7, 2006</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/commands/FileReadLine.htm">FileReadLine</a> and <a href="http://www.autohotkey.com/docs/commands/FileSelectFile.htm">FileSelectFile</a> not to crash or misbehave when other <a href="http://www.autohotkey.com/docs/misc/Threads.htm">threads</a> interrupt them (broken by v1.0.45). [thanks toralf]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/commands/RegExMatch.htm">RegExMatch()</a> so that when there's no match, named subpatterns are properly set to &quot;&quot; in the output array. [thanks PhiLho]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/commands/RegExMatch.htm">RegExMatch()</a>'s &quot;J&quot; option to properly write duplicate named subpatterns to the output array. [thanks PhiLho]</p> <p>Changed <a href="http://www.autohotkey.com/docs/commands/SetWorkingDir.htm">SetWorkingDir</a> and <a href="http://www.autohotkey.com/docs/commands/_Include.htm">#Include DirName</a> to succeed even for a root directory such as C: that lacks a backslash.</p> <p>Improved <a href="http://www.autohotkey.com/docs/commands/DllCall.htm">DllCall()</a> to display a warning dialog if the called function writes to a variable of zero capacity.</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">4dadc5bfda9f907b5dcbb1ce8abb4cb0</guid>
<title>1.0.45 - November 4, 2006</title>
<description><![CDATA[<p><strong>NOTE:</strong> Although this release has been extensively tested and is not expected to break any existing scripts, several low-level performance enhancements were made. If you have any mission-critical scripts, it is recommended that you retest them and/or wait a few weeks for any bugs to get fixed.</p> <p>Added support for <a href="http://www.autohotkey.com/docs/misc/RegEx-QuickRef.htm">regular expressions</a> via <a href="http://www.autohotkey.com/docs/commands/RegExMatch.htm">RegExMatch()</a>, <a href="http://www.autohotkey.com/docs/commands/RegExReplace.htm">RegExReplace()</a>, and <a href="http://www.autohotkey.com/docs/commands/SetTitleMatchMode.htm#RegEx">SetTitleMatchMode RegEx</a>. [thanks Philip Hazel &amp; PhiLho]</p> <p>Improved performance and memory utilization of <a href="http://www.autohotkey.com/docs/commands/StringReplace.htm">StringReplace</a>.</p> <p>Improved performance of the <a href="http://www.autohotkey.com/docs/commands/SetExpression.htm">:= operator</a> for expressions and functions involving long strings.</p> <p>Improved <a href="http://www.autohotkey.com/docs/commands/ControlClick.htm">ControlClick</a> with a new option &quot;NA&quot; that avoids activating the target window (this mode also improves reliability in some cases). In addition, it's been documented that <a href="http://www.autohotkey.com/docs/commands/SetControlDelay.htm">SetControlDelay -1</a> can improve the reliability of ControlClick in some cases. [thanks nnesori]</p> <p>Changed <a href="http://www.autohotkey.com/docs/commands/GuiControls.htm#Button">GUI buttons</a> to default to <a href="http://www.autohotkey.com/docs/commands/Gui.htm#Wrap">&quot;no word-wrap&quot;</a> when no width, height, or CR/LF characters were specified. This may solve button display issues under some desktop themes.</p> <p>Fixed &quot;<a href="http://www.autohotkey.com/docs/commands/Transform.htm#HTML">Transform HTML</a>&quot; for the following characters: &amp;`n&gt;&lt;</p> <p>Fixed misinterpretation of lines starting with &quot;if not is&quot; such as &quot;if not <strong>Is</strong>Done&quot;.</p> <p>Fixed inability of &quot;<a href="http://www.autohotkey.com/docs/commands/Gui.htm#Show">Gui Show</a>&quot; to move a window vertically downward to where its bottommost row of pixels is now.</p> <p>Fixed inability to use <a href="http://www.autohotkey.com/docs/commands/GroupActivate.htm">GroupActivate</a> as the only line beneath an IF or ELSE.</p> <p>Fixed inability of the <a href="http://www.autohotkey.com/docs/commands/Input.htm">Input command</a> to differentiate between end-keys enclosed in braces and their (un)shifted counterparts; e.g. '{' vs. '['. [thanks Laszlo]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">6fce2ffa20951f80a413219cf413e55a</guid>
<title>1.0.44.14 - October 2, 2006</title>
<description><![CDATA[<p><strong>NOTE:</strong> Although this release has been extensively tested and is not expected to break any existing scripts, several low-level performance enhancements were made. If you have any mission-critical scripts, it is recommended that you retest them and/or wait a few weeks for any bugs to get fixed.</p> <p>Fixed <a href="http://www.autohotkey.com/docs/Variables.htm#loop">loop-variables</a> like A_Index when accessed in more than one of a line's parameters. The inaccuracy occurred only when one of those parameters called a <a href="http://www.autohotkey.com/docs/Functions.htm">function</a> that returned directly from the body of a loop. [thanks NumEric]</p> <p>Changed <a href="http://www.autohotkey.com/docs/commands/ListVars.htm">ListVars</a> to display <a href="http://www.autohotkey.com/docs/Functions.htm#ByRef">ByRef parameters</a> by their own name rather than the caller's.</p> <p>Changed the <a href="http://www.autohotkey.com/docs/commands/Input.htm">Input command</a> to do nothing on Windows 9x (not even setting ErrorLevel and OutputVar).</p> <p>Raised the limit on the number of <a href="http://www.autohotkey.com/docs/commands/Gui.htm#Font">GUI fonts</a> from 100 to 200. [thanks philou]</p> <p>Changed <a href="http://www.autohotkey.com/docs/Functions.htm#StrLen">StrLen()</a>/<a href="http://www.autohotkey.com/docs/commands/StringLen.htm">StringLen</a> and internal string-handling to avoid calculating a string's length when possible. Although this enhances performance (especially for large strings), scripts that use <a href="http://www.autohotkey.com/docs/commands/DllCall.htm">DllCall</a> to pass a string via the <a href="http://www.autohotkey.com/docs/Variables.htm#amp">address operator (&amp;)</a> rather than as a <a href="http://www.autohotkey.com/docs/commands/DllCall.htm#str">str parameter</a> should call <a href="http://www.autohotkey.com/docs/commands/VarSetCapacity.htm#neg1">VarSetCapacity(Var, -1)</a> to correct the internally-stored length (if it changed).</p> <p>Improved performance slightly (above and beyond the StrLen improvement).</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">4f62056ac6fc81fe7f4486575cc04cfd</guid>
<title>1.0.44.13 - September 20, 2006</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/commands/ControlGetPos.htm">ControlGetPos</a> and <a href="http://www.autohotkey.com/docs/commands/ControlMove.htm">ControlMove</a> to work with &quot;ahk_id %ControlHWND%&quot;. [thanks Hardeep]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/commands/_CommentFlag.htm">#CommentFlag</a> to affect the line beneath it the same way as other lines. [thanks PhiLho]</p> <p>Changed <a href="http://www.autohotkey.com/docs/Variables.htm#OSVersion">A_OSVersion</a> to report Windows Vista as &quot;WIN_VISTA&quot; rather than &quot;&quot;.</p> <p>Added options to set <a href="http://www.autohotkey.com/docs/commands/Gui.htm#MinSize">min/max size</a> of GUI windows; for example: Gui +MinSize320x240 +MaxSize640x480</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">881783135b4407387026e5495b7ec4fe</guid>
<title>1.0.44.12 - September 13, 2006</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/commands/SetTimer.htm">timers</a> interfering with double-clicks in <a href="http://www.autohotkey.com/docs/commands/FileSelectFile.htm">FileSelectFile</a>. [thanks DJAnonimo]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/commands/_InstallMouseHook.htm">mouse hook</a> causing a delay when pressing a GUI window's title bar buttons. [thanks Tekl]</p> <p>Improved <a href="http://www.autohotkey.com/docs/commands/Gui.htm">GUI windows</a> to have CS_DBLCLKS so that <a href="http://www.autohotkey.com/docs/commands/OnMessage.htm">OnMessage()</a> can monitor double clicks via WM_LBUTTONDBLCLK, WM_RBUTTONDBLCLK, and WM_MBUTTONDBLCLK. [thanks Hardeep]</p> <p>Improved ListViews to support <a href="http://www.autohotkey.com/docs/commands/ListView.htm#Logical">logical sorting</a>, which treats digits as numbers rather than mere characters. [thanks Tekl &amp; Hacker]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">f1b0849271c9d79160a1180422aa2199</guid>
<title>1.0.44.11 - September 9, 2006</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/commands/FileSelectFolder.htm">FileSelectFolder</a> and <a href="http://www.autohotkey.com/docs/commands/TreeView.htm">TreeView</a> to respond properly to mouse clicks when <a href="http://www.autohotkey.com/docs/commands/SetTimer.htm">timers</a> are running.</p> <p>Fixed inability of <a href="http://www.autohotkey.com/docs/commands/OnMessage.htm">OnMessage()</a> to consistently monitor certain messages such as WM_NOTIFY. [thanks numEric]</p> <p>Fixed inability of literal/quoted strings to contain `%.</p> <p>Fixed <a href="http://www.autohotkey.com/docs/Scripts.htm#continuation">continuation sections</a> to support <a href="http://www.autohotkey.com/docs/commands/_EscapeChar.htm">#EscapeChar</a>, <a href="http://www.autohotkey.com/docs/commands/_EscapeChar.htm#DerefChar">#DerefChar</a>, and <a href="http://www.autohotkey.com/docs/commands/_EscapeChar.htm#Delimiter">#Delimiter</a>. [thanks Laszlo]</p> <p>Changed <a href="http://www.autohotkey.com/docs/commands/GuiControls.htm#GroupBox">GroupBox</a> to default to &quot;no word-wrapping&quot;. This can be overridden via +Wrap.</p> <p>Changed/improved the <a href="http://www.autohotkey.com/docs/Variables.htm#pow">** operator</a> and &quot;<a href="http://www.autohotkey.com/docs/commands/Transform.htm">Transform Pow</a>&quot; to support negative bases when the exponent isn't fractional. [thanks Laszlo]</p> <p>Improved <a href="http://www.autohotkey.com/docs/commands/Gui.htm">GUI</a> responsiveness during <a href="http://www.autohotkey.com/docs/commands/UrlDownloadToFile.htm">UrlDownloadToFile</a> (especially for slow downloads).</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">19569be5e2f5ad2fcf221f159b39248d</guid>
<title>1.0.44.10 - August 27, 2006</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/commands/OnMessage.htm">OnMessage()</a> when called from inside a monitor function for the purpose of disabling some other monitor. [thanks Hardeep]</p> <p>Changed/fixed <a href="http://www.autohotkey.com/docs/commands/ImageSearch.htm">ImageSearch</a>'s TransN option to use RGB vs. BGR as documented. [thanks Tom Lorimor]</p> <p>Changed the installer to omit the &quot;Run&quot; verb for .ahk files. The &quot;Open&quot; verb is now the default (with a new display-name of &quot;Run Script&quot;). [thanks numEric]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">09c1f5504f6687305b87a6a8b95af86a</guid>
<title>1.0.44.09 - August 9, 2006</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/Hotkeys.htm#prefixdollar">hook hotkeys</a> like $^b not to fire twice when a similar, <a href="http://www.autohotkey.com/docs/Hotkeys.htm#keyup">key-up hotkey</a> exists (like &quot;#b up&quot; ). [thanks Newbie]</p> <p>Fixed one too many backspaces in <a href="http://www.autohotkey.com/docs/Hotstrings.htm#Asterisk">asterisk hotstrings</a> whose next-to-last character is a dead key. [thanks Henrique]</p> <p>Fixed &quot;<a href="http://www.autohotkey.com/docs/commands/Gui.htm#Color">Gui Color</a>&quot; to work after the background color was previously changed to &quot;default&quot;. [thanks Hardeep]</p> <p>Changed &quot;<a href="http://www.autohotkey.com/docs/commands/IfIs.htm">if var is xdigit</a>&quot; to tolerate a 0x prefix. [thanks Titan]</p> <p>Added command &quot;<a href="http://www.autohotkey.com/docs/commands/Gui.htm#PlusLabel">Gui +LabelMyGui</a>&quot; to support custom label names (e.g. &quot;MyGuiClose&quot; instead of &quot;2GuiClose&quot;). This also allows multiple GUI windows to share the same set of labels. [thanks Tekl]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">c13a77649a05a9ccff9c0a4094106e3f</guid>
<title>1.0.44.08 - July 25, 2006</title>
<description><![CDATA[<p>Fixed &quot;<a href="http://www.autohotkey.com/docs/commands/Gui.htm#Show">Gui Show</a>&quot; not to unmaximize a window unless the options require it. [thanks foom]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/commands/GuiControl.htm">GuiControl</a>'s +/-Left/Right for buttons, checkboxes, and radios. [thanks Hardeep]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/commands/GuiControls.htm#UpDown">UpDown</a> creation to widen its buddy only when the buddy had no explicit width. [thanks Thalon]</p> <p>Improved <a href="http://www.autohotkey.com/docs/commands/MsgBox.htm">MsgBox</a>/<a href="http://www.autohotkey.com/docs/commands/IfMsgBox.htm">IfMsgBox</a> to support Cancel/Try Again/Continue, as well as a Help button. [thanks jballi]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">cc5fc65c006a02737555d3d9a4a7d3bc</guid>
<title>1.0.44.07 - June 17, 2006</title>
<description><![CDATA[<p>Fixed stack overflow when a <a href="http://www.autohotkey.com/docs/commands/LoopReg.htm">registry-loop</a> traverses deeply nested subkeys. [thanks Eggi]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/commands/Hotkey.htm">Hotkey command</a> to report ErrorLevel 0 vs. 51 upon success for joystick hotkeys. [thanks Roland]</p> <p>Changed <a href="http://www.autohotkey.com/docs/misc/Clipboard.htm#ClipboardAll">ClipboardAll</a> to exclude formats that cause Outlook's MS Word editor to display error dialogs. [thanks deanhill1971]</p> <p>Changed and improved <a href="http://www.autohotkey.com/docs/commands/UrlDownloadToFile.htm">UrlDownloadToFile</a> to retrieve the file from the remote server vs. the cache. There is a new option to override this. [thanks olfen]</p> <p>Improved <a href="http://www.autohotkey.com/docs/misc/Remap.htm">remapping</a> to support destination characters that don't exist on the keyboard (such as F1::&eth; in English). [thanks DavidT]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">122c4f5dd5b09cc6fcde29b9426cd78a</guid>
<title>1.0.44.06 - June 8, 2006</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/misc/Remap.htm">remapping-to-modifier</a> such as F1::Control (broken by v1.0.44.05). [thanks formarx]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">fd903583d735d284fd827a5bec8b6a38</guid>
<title>1.0.44.05 - June 7, 2006</title>
<description><![CDATA[<p>Fixed mouse movement being off by 1 pixel for coordinates very near 0 (broken by v1.0.43). [thanks numEric]</p> <p>Changed and improved <a href="http://www.autohotkey.com/docs/misc/Remap.htm">remapping-to-modifier</a> (such as F1::Control) to release the modifier during the script's other uses of <a href="http://www.autohotkey.com/docs/commands/Send.htm">Send</a>.</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">141b7e42d1aa438a5fec727bd91cc799</guid>
<title>1.0.44.04 - May 31, 2006</title>
<description><![CDATA[<p>Fixed double-colon warning dialog appearing upon launch of certain scripts. (broken by v1.0.44.03)</p> <p>Fixed <a href="http://www.autohotkey.com/docs/Hotkeys.htm#combo">combination hotkeys</a> like &quot;a &amp; b&quot; to work even if &quot;b &amp; a&quot; and &quot;b &amp; a up&quot; are also present.</p> <p>Fixed buddyless <a href="http://www.autohotkey.com/docs/commands/GuiControls.htm#UpDown">UpDown controls</a> to work even if a <a href="http://www.autohotkey.com/docs/commands/GuiControls.htm#StatusBar">StatusBar</a> is present. [thanks Titan]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">edf038cf5745df7cc78f6189fb890916</guid>
<title>1.0.44.03 - May 29, 2006</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/Functions.htm#FileExist">FileExist()</a> to report &quot;X&quot; rather than &quot;&quot; for files whose attributes are all undefined. [thanks Peter]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/commands/GuiControls.htm#Tab">Tab controls</a> so that the first <a href="http://www.autohotkey.com/docs/commands/GuiControls.htm#Text">Text control</a> added to a new page is auto-positioned correctly even if the previously added control was a Text control on some other page.</p> <p>Fixed <a href="http://www.autohotkey.com/docs/commands/ImageSearch.htm">ImageSearch</a> so that a transparent color like TransBlack is as effective in variation mode as non-variation mode. [thanks Troz]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/commands/GetKeyState.htm">GetKeyState</a> and <a href="http://www.autohotkey.com/docs/commands/KeyWait.htm">KeyWait</a> to accept characters that don't exist in the current keyboard layout (in case the keyboard layout changes after launching the script).</p> <p>Fixed <a href="http://www.autohotkey.com/docs/Hotkeys.htm">hotkeys</a> that don't exist in the current keyboard layout (such as ^!&auml;:: in English) to display a warning and end the <a href="http://www.autohotkey.com/docs/Scripts.htm#auto">auto-execute section</a>. [thanks Androgen Belkin]</p> <p>Changed and improved <a href="http://www.autohotkey.com/docs/commands/ControlSend.htm">ControlSend</a>, <a href="http://www.autohotkey.com/docs/commands/Send.htm">Send</a>, <a href="http://www.autohotkey.com/docs/Hotstrings.htm">Hotstrings</a>, <a href="http://www.autohotkey.com/docs/commands/Input.htm">Input</a>, and <a href="http://www.autohotkey.com/docs/Hotkeys.htm#AltGr">AltGr</a> handling to use the target window's language rather than the script's. If you use only one keyboard layout on your system, this should not affect anything. [thanks Androgen Belkin]</p> <p>Improved <a href="http://www.autohotkey.com/docs/commands/VarSetCapacity.htm#neg1">VarSetCapacity()</a> to interpret a capacity of -1 as &quot;update this variable's internally-stored length&quot;. This is useful in cases where a variable has been altered indirectly, such as by passing its <a href="http://www.autohotkey.com/docs/Variables.htm#amp">address</a> via <a href="http://www.autohotkey.com/docs/commands/DllCall.htm">DllCall()</a>.</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">320421248a2db8e183262956c1b259f1</guid>
<title>1.0.44.02 - May 20, 2006</title>
<description><![CDATA[<p>Fixed hotkeys that use <a href="http://www.autohotkey.com/docs/Hotkeys.htm#combo">&quot;&amp;&quot;</a> and <a href="http://www.autohotkey.com/docs/Hotkeys.htm#Tilde">&quot;~&quot;</a> together (e.g. <em>~a &amp; b</em> and <em>~LButton &amp; RButton</em>) (broken by v1.0.44). [thanks SlimlinE &amp; Spike]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">ace0ddb18465c2cbd04fdf667de330e5</guid>
<title>1.0.44.01 - May 15, 2006</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/commands/GuiControls.htm#StatusBar">StatusBar</a>'s grabbing of <a href="http://www.autohotkey.com/docs/commands/GuiControls.htm#UpDown">UpDowns</a> that are added after it. [thanks Tekl]</p> <p>Changed <a href="http://www.autohotkey.com/docs/Functions.htm#Round">Round()</a> to display exactly N decimal places rather than obeying <a href="http://www.autohotkey.com/docs/commands/SetFormat.htm">SetFormat</a>.</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">fa511aa95f2c1f47853f4f6e28ad11ff</guid>
<title>1.0.44 - May 14, 2006</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/misc/Clipboard.htm#OnClipboardChange">OnClipboardChange</a> to work even when the script is displaying a MsgBox or other dialog.</p> <p>Fixed <a href="http://www.autohotkey.com/docs/commands/FileCreateDir.htm">FileCreateDir</a> not to report ErrorLevel 1 when the specified directory ends in &quot;\&quot;. [thanks Wesley]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/Hotkeys.htm">hotkeys</a> Control::, Shift::, and Alt:: to fire on release of the key rather than press-down (broken by v1.0.41).</p> <p>Fixed <a href="http://www.autohotkey.com/docs/commands/Menu.htm#Icon">loading</a> of icon #1 from nonstandard file types such as .bin.</p> <p>Fixed <a href="http://www.autohotkey.com/docs/commands/ListView.htm">ListView</a> creation to obey the text color set by &quot;<a href="http://www.autohotkey.com/docs/commands/Gui.htm#Font">Gui Font</a>&quot;.</p> <p>Changed and fixed the <a href="http://www.autohotkey.com/docs/Hotkeys.htm#Tilde">hotkey tilde prefix (~)</a> so that hotkeys like ~Esc and Esc are considered duplicates; that is, a script cannot define both ~Esc and Esc unless they are under different <a href="http://www.autohotkey.com/docs/commands/_IfWinActive.htm">#IfWin criteria</a> (in which case ~Esc and Esc have been fixed to work properly). [thanks jballi]</p> <p>Changed and improved <a href="http://www.autohotkey.com/docs/commands/ListView.htm">ListViews</a>: 1) a new option <a href="http://www.autohotkey.com/docs/commands/ListView.htm#WantF2">WantF2</a> is in effect by default, which causes an F2 keystroke to edit the current row (when not <a href="http://www.autohotkey.com/docs/commands/ListView.htm#ReadOnly">ReadOnly</a>); 2) added LV_Modify(Row, &quot;<a href="http://www.autohotkey.com/docs/commands/ListView.htm#Vis">Vis</a>&quot;) to scroll an item into view; 3) <a href="http://www.autohotkey.com/docs/commands/ListView.htm#Drag">drag notifications</a> occur even without AltSubmit; 4) <a href="http://www.autohotkey.com/docs/commands/ListView.htm#ItemChanged">item-change notifications</a> have A_EventInfo set to the row number; 5) ErrorLevel no longer mirrors <a href="http://www.autohotkey.com/docs/Variables.htm#EventInfo">A_EventInfo</a> in cases where it was never documented to do so (same for <a href="http://www.autohotkey.com/docs/commands/Gui.htm#GuiContextMenu">GuiContextMenu</a>).</p> <p>Improved <a href="http://www.autohotkey.com/docs/commands/GuiControls.htm#Edit">Edit controls</a> to select all text in response to Control-A. This can be disabled via -WantCtrlA.</p> <p>Added new GUI control types <a href="http://www.autohotkey.com/docs/commands/TreeView.htm">TreeView</a> and <a href="http://www.autohotkey.com/docs/commands/GuiControls.htm#StatusBar">StatusBar</a>.</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">4c2d4fd016c8c1627eeea9f2f7f7efc8</guid>
<title>1.0.43.11 - May 1, 2006</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/Variables.htm#WorkingDir">%A_WorkingDir%</a> on Windows 9x, which was sometimes blank. [thanks Points]</p> <p>Improved <a href="http://www.autohotkey.com/docs/commands/BlockInput.htm#MouseMove">BlockInput</a> with a new mode that blocks only physical movement of the mouse, not keystrokes or mouse clicks.</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">7a805259d28d0ef6240f7bcc5119d64a</guid>
<title>1.0.43.10 - April 28, 2006</title>
<description><![CDATA[<p>Improved <a href="http://www.autohotkey.com/docs/commands/PixelGetColor.htm">PixelGetColor</a> with two alternate modes that work in a broader variety of windows and full-screen apps. [thanks TDMedia]</p> <p>Improved <a href="http://www.autohotkey.com/docs/commands/StringMid.htm">StringMid</a> to allow &quot;Count&quot; to be omitted to retrieve all characters. [thanks kapege.de]</p> <p>Improved <a href="http://www.autohotkey.com/docs/commands/FileSelectFile.htm">FileSelectFile</a> to support special folders such as My Computer via <a href="http://www.autohotkey.com/docs/misc/CLSID-List.htm">CLSID strings</a> (<a href="http://www.autohotkey.com/docs/commands/FileSelectFolder.htm">FileSelectFolder</a> and <a href="http://www.autohotkey.com/docs/commands/Run.htm">Run</a> already support them).</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">a0e6b933ed032fb0bfd45d5fd7dd5302</guid>
<title>1.0.43.09 - April 25, 2006</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/commands/Send.htm#SendInputDetail">SendInput</a> not to revert to <a href="http://www.autohotkey.com/docs/commands/Send.htm#SendEvent">SendEvent</a> merely because another script has a mouse hook. Only another <a href="http://www.autohotkey.com/docs/commands/_InstallKeybdHook.htm">keyboard hook</a> should do that. [thanks baby-luck]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/commands/ListView.htm#LV_GetCount">LV_GetCount()</a> to work even if the &quot;C&quot; in its name is lowercase.</p> <p>Changed <a href="http://www.autohotkey.com/docs/commands/FileSelectFile.htm">FileSelectFile</a> to navigate/follow shortcuts (.lnk files) rather than selecting them. There is also a new option to override this. [thanks Veovis &amp; PhiLho]</p> <p>Added &quot;<a href="http://www.autohotkey.com/docs/commands/Gui.htm#LastFoundExist">Gui +LastFoundExist</a>&quot; to detect the existence of a GUI window. [thanks Tekl &amp; Evl]</p> <p>Added built-in variables <a href="http://www.autohotkey.com/docs/Variables.htm#AppData">A_AppData</a>, <a href="http://www.autohotkey.com/docs/Variables.htm#AppDataCommon">A_AppDataCommon</a>, and <a href="http://www.autohotkey.com/docs/Variables.htm#Temp">A_Temp</a> (A_Temp is the folder designated to hold temporary files).</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">f0da53802b2c2e39fbf4222178bbe5c0</guid>
<title>1.0.43.08 - April 17, 2006</title>
<description><![CDATA[<p>Changed <a href="http://www.autohotkey.com/docs/commands/Send.htm#SendInputDetail">SendInput</a> to use &quot;<a href="http://www.autohotkey.com/docs/commands/SetKeyDelay.htm">SetKeyDelay -1, 0</a>&quot; when it reverts to <a href="http://www.autohotkey.com/docs/commands/Send.htm#SendEvent">SendEvent mode</a> (unless SendEvent's KeyDelay &quot;-1,-1&quot;, in which case &quot;-1,-1&quot; is used).</p> <p>Added directive <a href="http://www.autohotkey.com/docs/commands/_NoEnv.htm">#NoEnv</a>, which is recommended for all new scripts because:</p> <ol> <li>It significantly improves performance whenever empty variables are used in an expression or command. It also improves <a href="http://www.autohotkey.com/docs/commands/DllCall.htm">DllCall</a>'s performance when unquoted parameter types are used (e.g. int vs. &quot;int&quot;).</li> <li>It prevents script bugs caused by <a href="http://www.autohotkey.com/docs/Variables.htm#env">environment variables</a> whose names unexpectedly match variables used by the script.</li> <li>A future version of AutoHotkey such as 1.1 might make this behavior the default (though such a change is not expected for at least a year).</li> </ol> <p>Added built-in variables <a href="http://www.autohotkey.com/docs/Variables.htm#ComSpec">ComSpec</a> and <a href="http://www.autohotkey.com/docs/Variables.htm#ProgramFiles">ProgramFiles</a> to ease the transition to <a href="http://www.autohotkey.com/docs/commands/_NoEnv.htm">#NoEnv</a>.</p> <p>Added command <a href="http://www.autohotkey.com/docs/commands/EnvGet.htm">EnvGet</a>, which retrieves an environment variable.</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">760795ac3e445adaea1bc7087e0898a3</guid>
<title>1.0.43.07 - April 12, 2006</title>
<description><![CDATA[<p>Fixed inability of &quot;<a href="http://www.autohotkey.com/docs/commands/Menu.htm#distort">Menu, Tray, Icon</a>&quot; to load icon #1 from file types cpl/scr/drv/ocx/vbx/acm/bpl (broken by v1.0.43.03). Similarly, all icon-capable features have been improved to support these file types. [thanks Winkie &amp; PhiLho]</p> <p>Fixed the following legacy commands to accept <a href="http://www.autohotkey.com/docs/Functions.htm">function-calls</a> containing commas: EnvAdd/Sub, LeftClick(Drag), RightClick(Drag). [thanks Titan]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">af7ec81f4267465ecbfac8ba6b410167</guid>
<title>1.0.43.06 - April 9, 2006</title>
<description><![CDATA[<p>Changed <a href="http://www.autohotkey.com/docs/LastFoundWindow.htm#id">ahk_id</a> to operate directly on the specified HWND when it's a control (child). Previously, it operated upon the topmost sub-control if that control had any sub-controls.</p> <p>Improved <a href="http://www.autohotkey.com/docs/commands/PostMessage.htm">Post/SendMessage</a> to fully support strings put into <a href="http://www.autohotkey.com/docs/Variables.htm#amp">address variables</a> by the receiver (e.g. <em>PostMessage, Msg, &amp;MyVar</em>).</p> <p>Improved support for control HWND as an alternative to control ClassNN: 1) Added a <a href="http://www.autohotkey.com/docs/commands/MouseGetPos.htm">MouseGetPos</a> option to retrieve control HWND; 2) Added &quot;<a href="http://www.autohotkey.com/docs/commands/WinGet.htm">WinGet ControlListHwnd</a>&quot; to retrieve a list of control HWNDs; 3) Added &quot;<a href="http://www.autohotkey.com/docs/commands/ControlGet.htm#Hwnd">ControlGet Hwnd</a>&quot; to retrieve the HWND that corresponds to a control's ClassNN or text.</p> <p>Added &quot;<a href="http://www.autohotkey.com/docs/commands/GuiControlGet.htm">GuiControlGet FocusV</a>&quot;, which gets the focused control's variable name rather than its ClassNN.</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">186e387c6c3a1635ccebcd4f956cccd8</guid>
<title>1.0.43.05 - April 7, 2006</title>
<description><![CDATA[<p>Fixed and improved support for .ICL files (icon libraries), which was broken by v1.0.43.03. [thanks Tekl]</p> <p>Changed case sensitivity in <a href="http://www.autohotkey.com/docs/Hotkeys.htm">hotkey names</a> back to pre-1.0.43.03 behavior: high ANSI letters like &Auml; and &Uuml; are treated as different hotkeys than their lowercase counterparts. [thanks copa017]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">64909cd5038baaf0d876f71aaa04f59e</guid>
<title>1.0.43.04 - April 4, 2006</title>
<description><![CDATA[<p>Fixed crash of characters above Chr(127) in <a href="http://www.autohotkey.com/docs/Hotstrings.htm">hotstring abbreviations</a> and the locale-search-from-right mode of <a href="http://www.autohotkey.com/docs/Functions.htm#InStr">InStr()</a> and <a href="http://www.autohotkey.com/docs/commands/StringGetPos.htm">StringGetPos</a> (broken by v1.0.43.03). [thanks PhiLho &amp; brotherS]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">5726e6314618de62657c93b116850201</guid>
<title>1.0.43.03 - April 3, 2006</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/commands/Menu.htm#distort">distortion</a> of 16x16 icons loaded via <a href="http://www.autohotkey.com/docs/Scripts.htm#ahk2exe">ahk2exe</a> or <a href="http://www.autohotkey.com/docs/commands/Menu.htm#distort">Menu, Tray, Icon</a>. [thanks Tekl]</p> <p>Fixed the following to ignore <a href="http://www.autohotkey.com/docs/commands/_MaxMem.htm">#MaxMem</a> as documented: <a href="http://www.autohotkey.com/docs/commands/VarSetCapacity.htm">VarSetCapacity()</a>, <a href="http://www.autohotkey.com/docs/commands/FileRead.htm">FileRead</a>, <a href="http://www.autohotkey.com/docs/misc/Clipboard.htm#ClipboardAll">ClipboardAll</a>, and <a href="http://www.autohotkey.com/docs/commands/ControlGet.htm#List">ControlGet (ListView)</a>. [thanks Dippy46]</p> <p>Changed the following to use <a href="http://www.autohotkey.com/docs/commands/StringCaseSense.htm#Locale">locale case insensitivity</a> vs. &quot;A-Z only&quot; insensitivity: <a href="http://www.autohotkey.com/docs/Hotkeys.htm">hotkey names</a>, <a href="http://www.autohotkey.com/docs/Hotstrings.htm">hotstring abbreviations</a>, <a href="http://www.autohotkey.com/docs/commands/Menu.htm">menu names</a>, <a href="http://www.autohotkey.com/docs/commands/Input.htm">Input's MatchList</a>, and <a href="http://www.autohotkey.com/docs/commands/GuiControls.htm#TabCmd">Gui Tab</a>.</p> <p>Changed the <a href="http://www.autohotkey.com/docs/Variables.htm#equal">expression equal operator (=)</a> and the case-insensitive <a href="http://www.autohotkey.com/docs/Functions.htm#InStr">InStr()</a> to use locale case insensitivity when <a href="http://www.autohotkey.com/docs/commands/StringCaseSense.htm#Locale">StringCaseSense</a> is <em>Locale</em> or <em>On</em>.</p> <p>Improved <a href="http://www.autohotkey.com/docs/commands/StringCaseSense.htm">StringCaseSense</a> with a new option <em>Locale</em> that makes string comparisons case insensitive according to the rules of the current user's locale. For example, most English and Western European locales treat the letters A-Z and ANSI letters like &Auml; and &Uuml; as identical to their lowercase counterparts. [thanks Boskoop &amp; PhiLho]</p> <p>Improved the <a href="http://www.autohotkey.com/docs/commands/Sort.htm">Sort command</a> and <a href="http://www.autohotkey.com/docs/commands/ListView.htm#Case">ListView sorting</a> with a locale-case-insensitive option.</p> <p>Improved mouse wheel hotkeys (WheelDown/Up) to report the number of wheel turns in <a href="http://www.autohotkey.com/docs/Hotkeys.htm#Wheel">A_EventInfo</a>, which allows distinguishing between fast and slow wheel movement. [thanks evl]</p> <p>Improved <a href="http://www.autohotkey.com/docs/commands/FileRead.htm">FileRead</a> with an option to read only the leading part of a file. [thanks Dippy46]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">653f1cfeb12fbe80472e0a33ee85188f</guid>
<title>1.0.43.02 - March 30, 2006</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/Hotstrings.htm#raw">raw-mode hotstrings</a> not to send the extra string {Raw} (broken by v1.0.43). [thanks stom2006]</p> <p>Changed <a href="http://www.autohotkey.com/docs/commands/SendMode.htm">SendMode</a>: 1) renamed InputThenEvent to Input; 2) added InputThenPlay, which is the same behavior as the former &quot;Input&quot;. This was done because <a href="http://www.autohotkey.com/docs/commands/Send.htm#SendEvent">SendEvent</a> is less likely to cause compatibility problems than <a href="http://www.autohotkey.com/docs/commands/Send.htm#SendPlayDetail">SendPlay</a>.</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">4875f99b67ad5773463a7af77fee1148</guid>
<title>1.0.43.01 - March 29, 2006</title>
<description><![CDATA[<p>Fixed mouse clicking at unspecified coordinates in particular apps; e.g. <em>Send {LButton}</em> (broken by v1.0.43). [thanks incith]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/Hotkeys.htm#Tilde">tilde hotkeys</a> so that if they remove a hook, their own key doesn't get stuck down (e.g. <a href="http://www.autohotkey.com/docs/scripts/MouseGestures.htm">Mouse Gestures script</a> and <em>~LCtrl::Hotkey, RButton, Off</em>). [thanks Stefan Taubenberger]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">d353691a7510f16065f7ba26c1dc36f5</guid>
<title>1.0.43 - March 25, 2006</title>
<description><![CDATA[<p><strong>NOTE: </strong>Although this release has been extensively tested and is not expected to break any existing scripts, several changes were made to the sending of keystrokes and mouse clicks. If you have any mission-critical scripts that rely on such features, it is recommended that they be re-tested or that you wait two weeks for any bugs to get fixed.</p> <p>Fixed <a href="http://www.autohotkey.com/docs/Hotkeys.htm#AltGr">AltGr hotkeys</a> that use <a href="http://www.autohotkey.com/docs/commands/Send.htm">Send</a>, such as <em>&lt;^&gt;!m::Send ^c</em>. Also fixed AltGr remappings such as <em>F1::RAlt</em> [thanks foxer]</p> <p>Fixed inability of <a href="http://www.autohotkey.com/docs/commands/VarSetCapacity.htm">VarSetCapacity</a> to free the memory of a <a href="http://www.autohotkey.com/docs/Functions.htm#ByRef">ByRef parameter</a>. [thanks Corrupt]</p> <p>Fixed hotstring option <a href="http://www.autohotkey.com/docs/Hotstrings.htm#b0">b0</a> to show the ending character where you typed it rather than at the end of the replacement.</p> <p>Improved the speed and reliability of <a href="http://www.autohotkey.com/docs/Hotstrings.htm#auto">auto-replace hotstrings</a> by defaulting them to <a href="http://www.autohotkey.com/docs/commands/Send.htm#SendInputDetail">SendInput mode</a>. There is also a <a href="http://www.autohotkey.com/docs/Hotstrings.htm#SendMode">new hotstring option</a> to change the sending mode.</p> <p>Improved the reliability of mouse clicks/drags in cases where the user is physically moving the mouse during the event.</p> <p>Added commands <a href="http://www.autohotkey.com/docs/commands/Click.htm">Click</a> and <a href="http://www.autohotkey.com/docs/commands/Send.htm#Click">Send {Click}</a>, which are easier to use than MouseClick. They also compensate if the left/right mouse buttons have been swapped via the control panel.</p> <p>Added command <a href="http://www.autohotkey.com/docs/commands/SendMode.htm">SendMode</a>, which makes <a href="http://www.autohotkey.com/docs/commands/Send.htm">Send</a> synonymous with <a href="http://www.autohotkey.com/docs/commands/Send.htm#SendInputDetail">SendInput</a> or <a href="http://www.autohotkey.com/docs/commands/Send.htm#SendPlayDetail">SendPlay</a> rather than the default (<a href="http://www.autohotkey.com/docs/commands/Send.htm#SendEvent">SendEvent</a>). It also makes <a href="http://www.autohotkey.com/docs/commands/Click.htm">Click</a> and MouseMove/Click/Drag use the specified method.</p> <p>Added two new methods for sending keystrokes and mouse clicks: <a href="http://www.autohotkey.com/docs/commands/Send.htm#SendInputDetail">SendInput</a> and <a href="http://www.autohotkey.com/docs/commands/Send.htm#SendPlayDetail">SendPlay</a>. These are generally faster and more reliable. Also, <a href="http://www.autohotkey.com/docs/commands/Send.htm#SendPlayDetail">SendPlay</a> allows keystrokes and <a href="http://www.autohotkey.com/docs/Hotstrings.htm">hotstrings</a> to be accepted by a broader variety of games.</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">bfb55b1e1f10dc215939b5588014186f</guid>
<title>1.0.42.07 - March 9, 2006</title>
<description><![CDATA[<p>Fixed crash of functions that <a href="http://www.autohotkey.com/docs/Functions.htm#recurse">recursively</a> pass ByRef parameters. [thanks PhiLho]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">73dd24490b66635853e95332e664720c</guid>
<title>1.0.42.06 - March 7, 2006</title>
<description><![CDATA[<p>Fixed crash of <a href="http://www.autohotkey.com/docs/Variables.htm#ScriptDir">A_ScriptDir</a> (broken by v1.0.42.01).</p> <p>Fixed <a href="http://www.autohotkey.com/docs/commands/Run.htm">Run/RunWait</a>'s passing of an extra space character at the end of the parameter list when launching shortcuts. [thanks arbe]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">a18a5f2ebef211d3e1f0cd9c05005cd8</guid>
<title>1.0.42.05 - March 6, 2006</title>
<description><![CDATA[<p>This is functionally identical to the previous release, whose EXE and BIN were about 1% larger than they should have been due to a compiler quirk.</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">9044224cbda909facb6cc269624b6206</guid>
<title>1.0.42.04 - March 6, 2006</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/misc/Clipboard.htm#ClipboardAll">ClipboardAll</a> when used with apps such as Word and Excel (broken by previous version). [thanks Roussi Nikolov]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/misc/Clipboard.htm#ClipboardAll">ClipboardAll</a> to prevent appearance of bookmarks in MS Word. [thanks Laszlo &amp; 02clams]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/Variables.htm#TimeIdlePhysical">A_TimeIdlePhysical</a> being disrupted by simulated AltGr keystrokes. [thanks skrommel]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/commands/Send.htm#blind">Send {Blind}</a> causing sticking Win/Ctrl/Alt/Shift when the user released such a key in the middle of a Send.</p> <p>Improved the <a href="http://www.autohotkey.com/docs/commands/Send.htm">Send command</a> not to press and release the shift key after each uppercase letter (e.g. <em>Send ABC</em>).</p> <p>Improved <a href="http://www.autohotkey.com/docs/commands/SoundSet.htm">SoundSet</a>/<a href="http://www.autohotkey.com/docs/commands/SoundGet.htm">Get</a> to support ComponentType &quot;Headphones&quot;. [thanks Tobias Winkler]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">d05dc317350103b1a983dc93ef0f9410</guid>
<title>1.0.42.03 - February 20, 2006</title>
<description><![CDATA[<p>Fixed crash of <a href="http://www.autohotkey.com/docs/commands/WinActivate.htm">WinActivate</a> in certain rare circumstances. [thanks twhyman]</p> <p>Changed <a href="http://www.autohotkey.com/docs/Hotstrings.htm#NoMouse">hotstrings</a> to require the <a href="http://www.autohotkey.com/docs/commands/_InstallMouseHook.htm">mouse hook</a> by default (see next item). This can be prevented via <a href="http://www.autohotkey.com/docs/commands/_Hotstring.htm">#Hotstring NoMouse</a>.</p> <p>Improved <a href="http://www.autohotkey.com/docs/Hotstrings.htm#NoMouse">hotstrings</a> to take into account mouse clicks. This allows a hotstring to fire when the user's click focuses a new control or moves the caret.</p> <p>Improved the <a href="http://www.autohotkey.com/docs/commands/Random.htm">Random</a> command with a means to set a new seed. [thanks Laszlo]</p> <p>Improved <a href="http://www.autohotkey.com/docs/commands/_ClipboardTimeout.htm">#ClipboardTimeout</a> to reattempt data reading when the first attempt fails. Previously, only the opening of the clipboard was reattempted.</p> <p>Added built-in variable <a href="http://www.autohotkey.com/docs/Variables.htm#LastError">A_LastError</a> for <a href="http://www.autohotkey.com/docs/commands/DllCall.htm#LastError">DllCall</a> and <a href="http://www.autohotkey.com/docs/commands/Run.htm#LastError">Run/RunWait</a>. It contains the result from the OS's GetLastError().</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">b1499e09faf868812f64b845813cc56a</guid>
<title>1.0.42.02 - February 17, 2006</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/commands/GuiControls.htm#UpDown">UpDown controls</a> to snap onto the right control when inside a <a href="http://www.autohotkey.com/docs/commands/GuiControls.htm#Tab">Tab control</a> that contains a <a href="http://www.autohotkey.com/docs/commands/ListView.htm">ListView</a>. [thanks Thalon]</p> <p>Improved the <a href="http://www.autohotkey.com/docs/commands/Hotkey.htm">Hotkey command</a> with an &quot;Off&quot; option (typically used to create a hotkey in an initially-disabled state).</p> <p>Improved <a href="http://www.autohotkey.com/docs/Variables.htm#Cursor">A_Cursor</a> not to interfere with double-clicking. [thanks Shimanov]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">f907c8be8a977de9ae985d2853258484</guid>
<title>1.0.42.01 - February 15, 2006</title>
<description><![CDATA[<p>Fixed the following variables to work correctly when concatenated onto other strings: <a href="http://www.autohotkey.com/docs/Variables.htm#DetectHiddenWindows">A_DetectHiddenWindows</a>, <a href="http://www.autohotkey.com/docs/Variables.htm#DetectHiddenText">A_DetectHiddenText</a>, <a href="http://www.autohotkey.com/docs/Variables.htm#AutoTrim">A_AutoTrim</a>, and <a href="http://www.autohotkey.com/docs/Variables.htm#StringCaseSense">A_StringCaseSense</a>. [thanks jballi]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/commands/KeyWait.htm">KeyWait</a> and <a href="http://www.autohotkey.com/docs/commands/GetKeyState.htm">GetKeyState</a> in the subroutines of <a href="http://www.autohotkey.com/docs/Hotkeys.htm#prefixdollar">hook hotkeys</a> (broken by v1.0.39) [thanks Laszlo &amp; TobStro]. For example:</p> <pre>~LControl:: if not GetKeyState(&quot;LControl&quot;) ToolTip LControl is not down as expected (this bug affected some systems but not others). return</pre><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">03c29bcad2c84167bda9fd4f2825f7e5</guid>
<title>1.0.42 - February 10, 2006</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/Variables.htm#Expressions">expressions</a> such as &quot;If not Installed&quot; not to be misinterpreted as &quot;If not in List&quot;. [thanks Toralf]</p> <p>Fixed certain unusual situations where a hotkey would unnecessarily require the <a href="http://www.autohotkey.com/docs/commands/_InstallKeybdHook.htm">keyboard hook</a>.</p> <p>Fixed <a href="http://www.autohotkey.com/docs/KeyList.htm#vk">vkNNN hotkeys</a> to be handled by the hook when that VK is also used as a <a href="http://www.autohotkey.com/docs/Hotkeys.htm#prefix">prefix</a> for other hotkeys.</p> <p>Fixed <a href="http://www.autohotkey.com/docs/commands/_IfWinActive.htm">#IfWin</a>'s automatic disabling of prefix keys to work properly when <a href="http://www.autohotkey.com/docs/commands/Suspend.htm">Suspend</a> is ON.</p> <p>Fixed minor hotkey issues on Windows 95/98/Me: 1) The <a href="http://www.autohotkey.com/docs/Hotkeys.htm#wildcard">wildcard prefix (*)</a> is ignored and such hotkeys are put into effect rather than being disabled; 2) Non-wildcard hotkeys that are a subset of a wildcard hotkey are put into effect rather than being disabled; 3) A <a href="http://www.autohotkey.com/docs/Hotkeys.htm#LeftRight">left/right hotkey</a> such as &gt;#x is put into effect as Win-X rather than simply &quot;X&quot;.</p> <p>Changed the <a href="http://www.autohotkey.com/docs/commands/Hotkey.htm">Hotkey command</a> to create a new <a href="http://www.autohotkey.com/docs/commands/Hotkey.htm#variant">variant</a> (when appropriate) rather than always updating any existing hotkey of that name. This only affects scripts that use v1.0.41's <a href="http://www.autohotkey.com/docs/commands/_IfWinActive.htm">#IfWin</a> directive.</p> <p>Changed <a href="http://www.autohotkey.com/docs/Hotkeys.htm">hotkeys</a> to recognize ^!c as being the same as !^c (different symbol order). This also affects the <a href="http://www.autohotkey.com/docs/commands/Hotkey.htm">Hotkey command</a>.</p> <p>Improved the Hotkey command to support <a href="http://www.autohotkey.com/docs/commands/Hotkey.htm#UseErrorLevel">UseErrorLevel</a> and context-sensitive hotkeys (via &quot;<a href="http://www.autohotkey.com/docs/commands/Hotkey.htm#IfWin">Hotkey IfWinActive/Exist</a>&quot;).</p> <p>Improved <a href="http://www.autohotkey.com/docs/commands/_IfWinActive.htm">#IfWinActive/Exist</a> to support Windows 9x. In addition, the <a href="http://www.autohotkey.com/docs/commands/_InstallKeybdHook.htm">keyboard hook</a> is now avoided whenever possible. Finally, #IfWin now sets the <a href="http://www.autohotkey.com/docs/LastFoundWindow.htm">Last Found Window</a>.</p> <p>Improved the following commands to support TListBox/TComboBox and possibly others: <a href="http://www.autohotkey.com/docs/commands/Control.htm">Control</a> (Add/Delete/Choose/ChooseString); and <a href="http://www.autohotkey.com/docs/commands/ControlGet.htm">ControlGet</a> (FindString/Choice/List).</p> <p>Added support for hotkey and hotstring <a href="http://www.autohotkey.com/docs/commands/_IfWinActive.htm#variant">variants</a> (duplicates). Such hotkeys perform a different action (or none at all) depending on the type of window that is active or exists.</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">fcf16d05a081cfd56c7c4c9d5929c5b2</guid>
<title>1.0.41.02 - February 1, 2006</title>
<description><![CDATA[<p>Changed &quot;GuiControl Move&quot; to reduce flickering when resizing or moving controls [thanks Serenity]. However, this may cause painting artifacts for some control types under certain circumstances. <strong>If so, please update your scripts to use <a href="http://www.autohotkey.com/docs/commands/GuiControl.htm#MoveDraw">GuiControl MoveDraw</a> instead.</strong></p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">e09853b7a8bbfa13961f6c5f6aa8cde8</guid>
<title>1.0.41.01 - January 31, 2006</title>
<description><![CDATA[<p>Fixed <a href="http://www.autohotkey.com/docs/Hotkeys.htm#AltGr">AltGr hotkeys</a> that send AltGr characters such as &quot;<em>&lt;^&gt;!a::Send \</em>&quot; in German. [thanks AGU]</p> <p>Fixed <a href="http://www.autohotkey.com/docs/commands/Gui.htm#Options">Gui +Disable/AlwaysOnTop</a> to work even if other options are present on the same line. [thanks evl]</p> <p>Improved syntax to support having a command on the same line as an <a href="http://www.autohotkey.com/docs/commands/Block.htm#otb">open-brace</a>. [thanks segfault]</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">34db8be8cb77df2fb5c16a0273d51fa0</guid>
<title>1.0.41 - January 19, 2006</title>
<description><![CDATA[<p>Fixed &quot;<a href="http://www.autohotkey.com/docs/commands/Transform.htm">Transform HTML</a>&quot;, which was broken by v1.0.40.02. [thanks Rabiator]</p> <p>Improved syntax to support <a href="http://www.autohotkey.com/docs/commands/Block.htm#otb">One True Brace (OTB)</a> style with IFs, ELSEs, functions, and normal loops.</p> <p>Added built-in variable <a href="http://www.autohotkey.com/docs/Variables.htm#AhkPath">A_AhkPath</a>, which contains the full path and name of AutoHotkey.exe (if available).</p> <p>Added directives <a href="http://www.autohotkey.com/docs/commands/_IfWinActive.htm">#IfWinActive/Exist</a> to make selected hotkeys and hotstrings active only in the windows you specify.</p><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>
<item>
<guid isPermaLink="false">b1f853a0c5cf1a45762d2073f1f86579</guid>
<title>1.0.40.12 - January 11, 2006</title>
<description><![CDATA[<p>Fixed memory leak when <a href="http://www.autohotkey.com/docs/commands/GuiControl.htm">GuiControl</a> loaded some types of images into a <a href="http://www.autohotkey.com/docs/commands/GuiControls.htm#Picture">Picture control</a>. [thanks beardboy]</p> <p>Fixed inability of <a href="http://www.autohotkey.com/docs/commands/ToolTip.htm">ToolTip</a> to reappear after it was destroyed externally via Alt-F4, WinClose, etc</p> <p>&nbsp;</p> <hr> <a href="http://www.autohotkey.com/changelog/2005.htm">Changes in 2005</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.autohotkey.com/changelog/2004.htm">Changes in 2004/2003</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.autohotkey.com/changelog/PendingChanges.htm">Pending Changes</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.autohotkey.com/forum/forum-4.html">Wish List Forum</a><br> <hr> <p><a href="http://www.autohotkey.com">Home</a> | <a href="http://www.autohotkey.com/download/">Download</a> | <a href="http://www.autohotkey.com/docs/">Documentation</a> | <a href="http://www.autohotkey.com/support/">Support</a> | <a href="http://www.autohotkey.com/forum/">Forum</a> | <a href="http://www.autohotkey.com/wiki/">Wiki</a></p> </body> </html><p><sub><i>-- Delivered by <a href="http://feed43.com/">Feed43</a> service</i></sub></p>
]]></description>
</item>


  </channel>
</rss>
