# HG changeset patch # User thomas_-_s # Date 1325434396 0 # Node ID aac7cdbece6db8b4ef46333080f1ae906d443239 # Parent fa7aa6f543f118216760f844d7561530e8f11403 Fixed faulty sentence in changelog. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1073 59b1889a-e5ac-428c-b0c7-476e01d41282 diff -r fa7aa6f543f1 -r aac7cdbece6d CHANGELOG.txt --- a/CHANGELOG.txt Sun Jan 01 15:57:45 2012 +0000 +++ b/CHANGELOG.txt Sun Jan 01 16:13:16 2012 +0000 @@ -13,7 +13,7 @@ [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. [fix] Bug ID 3175027: Uncrustify had wrong pop-up comments for two check-boxes. -[fix] Bug ID 2916163: The proxy settings a properly used and applied now. +[fix] Bug ID 2916163: The proxy settings are properly used and applied now. [fix] Made the JsDecoder integration be compatible with recent Qt versions. [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 command line parsing. diff -r fa7aa6f543f1 -r aac7cdbece6d debian/changelog --- a/debian/changelog Sun Jan 01 15:57:45 2012 +0000 +++ b/debian/changelog Sun Jan 01 16:13:16 2012 +0000 @@ -15,7 +15,7 @@ - [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. - [fix] Bug ID 3175027: Uncrustify had wrong pop-up comments for two check-boxes. - - [fix] Bug ID 2916163: The proxy settings a properly used and applied now. + - [fix] Bug ID 2916163: The proxy settings are properly used and applied now. - [fix] Made the JsDecoder integration be compatible with recent Qt versions. - [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 command line parsing.