# HG changeset patch # User thomas_-_s # Date 1234482196 0 # Node ID 47c8145fdedd28c2090e848124d10756f87315bf # Parent 44beb2ae34c96d9eafaae9cfc6c622569918ede3 Updated the changelog. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@934 59b1889a-e5ac-428c-b0c7-476e01d41282 diff -r 44beb2ae34c9 -r 47c8145fdedd CHANGELOG.txt --- a/CHANGELOG.txt Thu Feb 12 23:39:00 2009 +0000 +++ b/CHANGELOG.txt Thu Feb 12 23:43:16 2009 +0000 @@ -6,6 +6,8 @@ [change] When using a non Windows system the default editor font type is now Monospace instead of Courier. The latter was not found properly. [change] For security reason using a randomly generated temporary directory name on Unix based systems. [change] Improved the GUI updates for the Notepad++ plugin a bit. Not what I would call "good" yet. +[fix] Bug ID 2284777 : The Notepad++ plugin was falsely linked against Qt debug dlls, which were not included. http://universalindent.sf.net/issue/bug/2284777 +[fix] Bug ID 2594251 : The new version available check didn't work anymore since version 1.0.1. http://universalindent.sf.net/issue/bug/2594251 [fix] Avoid a crash if an uigui ini file with faulty header info is read, where the indenter executable was empty. [fix] Some application settings were tried to be read from a wrong directory when running in multi user mode.