updated change log

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4316 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-10-11 16:31:27 +00:00
parent d144639111
commit babe73be5b
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
DLL version 2.44 (10/11/2005)
* Added HWND and HWND2 entries to the INI file to avoid messy calculations of the correct control id
DLL version 2.43 (10/4/2005)
* Fixed alteration of the working directory by FileRequest
* Added WS_EX_LEFTSCROLLBAR in RTL mode
DLL version 2.42 (1/21/2005)
* Added TRANSPARENT flag for BITMAP fields (funded by Chris Morgan)

View file

@ -843,9 +843,9 @@ FunctionEnd
<h2>Version history</h2>
<div>
<ul>
<li>DLL version 2.42 (January 21st, 2005)
<li>DLL version 2.44 (October 11th, 2005)
<ul>
<li>Added TRANSPARENT flag for BITMAP fields (funded by Chris Morgan)</li>
<li>Added HWND and HWND2 entries to the INI file to avoid messy calculations of the correct control id</li>
</ul>
</li>
</ul>