changeset 647:91587363161e

Updated the CHANGELOG.txt. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@906 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Tue, 03 Feb 2009 16:37:38 +0000
parents b2bf2c268930
children b964e594c0a4
files CHANGELOG.txt
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.