changeset 729:ed33ede1043f

Updated the changelog with already done tasks/changes. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1003 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sun, 23 May 2010 16:58:03 +0000
parents d1493c2ffca1
children d38b69f9987c
files CHANGELOG.txt
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG.txt	Mon Apr 05 16:36:23 2010 +0000
+++ b/CHANGELOG.txt	Sun May 23 16:58:03 2010 +0000
@@ -1,3 +1,10 @@
+2009-04-xx Version 1.2.0
+[fix] Bug ID 2942381: When loading an indenter configuration file, the settings displayed in the docking widget were correctly updated, but the code wasn't.
+[fix] Bug ID 2135872: A zombie process kept on running if UiGUI was quit during the update check in background if no internet connection is available.
+[change] Changed the created shell scripts indenter config file reference. Now each created shell script has a corresponding config file being created in the same dir as the shell script, with the same name but different suffix. But since the config file is referenced by "./", when calling the script the working directory must be the same as the directory containing the config file.
+[change] Using TCLAP as command line parser instead of own parsing.
+[change] Rewritten and improved the internal way settings are connected to the UI.
+
 2009-07-16 Version 1.1.0
 [add] Added a logging class, that can catch debug output and make trace backs if any problems occur possible.
 [add] Added an application icon for Mac OS X.