# HG changeset patch # User thomas_-_s # Date 1233679058 0 # Node ID 91587363161e905cf62f18d41f04e3ebb78fa9e6 # Parent b2bf2c2689302554dcea31eed681443c52cbb095 Updated the CHANGELOG.txt. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@906 59b1889a-e5ac-428c-b0c7-476e01d41282 diff -r b2bf2c268930 -r 91587363161e CHANGELOG.txt --- a/CHANGELOG.txt Mon Jan 12 13:14:17 2009 +0000 +++ b/CHANGELOG.txt Tue Feb 03 16:37:38 2009 +0000 @@ -1,6 +1,9 @@ -2008-11-03 Version 1.0.2 +2009-02-03 Version 1.0.2 [change] Made the source code be compilable with the slightly older QScintilla version 2.2. [change] When starting the very first time without any existing application settings, do not show the mainwindow at position 0,0. On Mac the window couldn't be moved because the window title bar was hidden under the Mac menu bar. +[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] Avoid a crash if an uigui ini file with faulty header info is read, where the indenter executable was emtpy. [fix] Some application settings were tried to be read from a wrong directory when running in multi user mode.