changeset 594:77f7a08d6b3e

Updated the CHANGELOG.txt and the readme.html. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@842 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Fri, 17 Oct 2008 10:04:06 +0000
parents 3066af19b2b5
children a8304498fb4b
files CHANGELOG.txt readme.html
diffstat 2 files changed, 39 insertions(+), 38 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG.txt	Fri Oct 17 09:02:37 2008 +0000
+++ b/CHANGELOG.txt	Fri Oct 17 10:04:06 2008 +0000
@@ -7,6 +7,7 @@
 [change] Improved the "new version available" check.
 [change] On Mac and Linux a one pixel frame was shown around the whole screen when about dialog is visible. Removed that.
 [change] Updated to Uncrustify version 0.49 from SVN repository.
+[change] Using a new logo icon for UniversalIndentGUI. The logo was created by Erwan "leg". Thanks!
 [fix] Bug ID 2173527 : Could no load Artistic Style config file properly if both parameters "--brackets=linux" and "--brackets=break-closing" were set. http://universalindent.sf.net/issue/2173527
 [fix] The distributed version of GNU Indent was using a misspelled configuration file, thus lieve preview didn't correctly work. Using original GNU Win32 version now.
 [fix] In version 1.0.0 the creation of batch files for indenters undet Windows always created a bash/shell script instead of batch.
--- a/readme.html	Fri Oct 17 09:02:37 2008 +0000
+++ b/readme.html	Fri Oct 17 10:04:06 2008 +0000
@@ -33,7 +33,7 @@
     <br />
     <p style="margin-left:40pt;">
         Ever concerned about how your code looks like?<br />
-        Ever heard of different coding styles, for example K&amp;R?<br />
+        Ever heard of different indenting styles, for example K&amp;R?<br />
         Ever received code from someone else who didn't care about code formatting?<br />
         Ever tried to configure a code indenter to convert such code to your coding style?<br />
         Ever got bored by that tedious "changing a parameter"-"call the indeter"-"try and error" procedure?<br />
@@ -49,8 +49,8 @@
         Artistic Styler, PHP Stylist, Ruby Beautify, HTML Tidy and many other (look at features for complete list).
         Currently not supported indenters can be easyly added by creating a configuration file for them.<br />
 
-        Thus UniversalIndentGUI is open for nearly any new indenter and many programming languages. Give it a try.
-        Perhaps you'll also find support for an indenter for your programming language that you even didn't know that it exists.
+        Thus UniversalIndentGUI is open for nearly any new indenter and programming languages. Give it a try.
+        Perhaps you'll also find an indenter for your programming language that you even didn't know that it exists.
     </p>
 
 
@@ -61,24 +61,24 @@
             <li>Support for nearly any existing indenter possible. Currently supported are:</li>
             <img width="400" align="right" vspace="10" src="doc/images/screenshot8.jpg" alt="UiGUI Screenshot">
             <ul>
-                <li><a class="external" href="http://astyle.sourceforge.net/" target="_blank">Artistic Styler</a></li>
-                <li><a class="external" href="http://invisible-island.net/bcpp/" target="_blank">BCPP</a></li>
-                <li><a class="external" href="http://www.siber.com/sct/tools/cbl-beau.html" target="_blank">Cobol Beautify</a></li>
-                <li><a class="external" href="http://csstidy.sourceforge.net/" target="_blank">CSSTidy</a></li>
-                <li><a class="external" href="http://www.gnu.org/software/indent/" target="_blank">GNU Indent</a></li>
-                <li><a class="external" href="http://sourceforge.net/projects/gcgreatcode/" target="_blank">GreatCode</a></li>
-                <li><a class="external" href="http://packages.debian.org/de/lenny/hindent" target="_blank">hindent</a></li>
-                <li><a class="external" href="http://www.digital-mines.com/htb/" target="_blank">HTB</a></li>
-                <li><a class="external" href="http://code.gosu.pl/" target="_blank">Javascript Decoder</a></li>
-                <li><a class="external" href="http://perltidy.sourceforge.net/" target="_blank">Perl Tidy</a></li>
-                <li><a class="external" href="http://pear.php.net/package/PHP_Beautifier" target="_blank">PHP_Beautifier</a></li>
-                <li><a class="external" href="http://www.waterproof.fr/products/phpCodeBeautifier/" target="_blank">PHP Code Beautifier</a></li>
-                <li><a class="external" href="http://sourceforge.net/projects/phpstylist/" target="_blank">PHP Stylist</a></li>
-                <li><a class="external" href="http://www.arachnoid.com/ruby/rubyBeautifier.html" target="_blank">Ruby Beautify</a></li>
-                <li><a class="external" href="http://raa.ruby-lang.org/project/ruby_formatter/" target="_blank">Ruby Formatter</a></li>
-                <li><a class="external" href="http://www.bolthole.com/AWK.html" target="_blank">Shell Indent</a></li>
-                <li><a class="external" href="http://tidy.sourceforge.net/" target="_blank">(HTML) Tidy</a></li>
-                <li><a class="external" href="http://uncrustify.sourceforge.net/" target="_blank">Uncrustify</a></li>
+                <li><a class="external" href="http://astyle.sourceforge.net/">Artistic Styler</a></li>
+                <li><a class="external" href="http://invisible-island.net/bcpp/">BCPP</a></li>
+                <li><a class="external" href="http://www.siber.com/sct/tools/cbl-beau.html">Cobol Beautify</a></li>
+                <li><a class="external" href="http://csstidy.sourceforge.net/">CSSTidy</a></li>
+                <li><a class="external" href="http://www.gnu.org/software/indent/">GNU Indent</a></li>
+                <li><a class="external" href="http://sourceforge.net/projects/gcgreatcode/">GreatCode</a></li>
+                <li><a class="external" href="http://packages.debian.org/de/lenny/hindent">hindent</a></li>
+                <li><a class="external" href="http://www.digital-mines.com/htb/">HTB</a></li>
+                <li><a class="external" href="http://code.gosu.pl/">Javascript Decoder</a></li>
+                <li><a class="external" href="http://perltidy.sourceforge.net/">Perl Tidy</a></li>
+                <li><a class="external" href="http://pear.php.net/package/PHP_Beautifier">PHP_Beautifier</a></li>
+                <li><a class="external" href="http://www.waterproof.fr/products/phpCodeBeautifier/">PHP Code Beautifier</a></li>
+                <li><a class="external" href="http://sourceforge.net/projects/phpstylist/">PHP Stylist</a></li>
+                <li><a class="external" href="http://www.arachnoid.com/ruby/rubyBeautifier.html">Ruby Beautify</a></li>
+                <li><a class="external" href="http://raa.ruby-lang.org/project/ruby_formatter/">Ruby Formatter</a></li>
+                <li><a class="external" href="http://www.bolthole.com/AWK.html">Shell Indent</a></li>
+                <li><a class="external" href="http://tidy.sourceforge.net/">(HTML) Tidy</a></li>
+                <li><a class="external" href="http://uncrustify.sourceforge.net/">Uncrustify</a></li>
 
                 Please note that Cobol Beautify and PHP Code Beautifier can not be distributed with a UiGUI package, because
                 they are only free available if you register at their homepage.
@@ -148,10 +148,10 @@
         But if you'd like to build UiGUI from source, follow these steps:
         <ol>
             <li>Download, unpack, configure and compile
-            <a class="external" href="http://trolltech.com/downloads/opensource/appdev" target="_blank">Qt</a>
+            <a class="external" href="http://trolltech.com/downloads/opensource/appdev">Qt</a>
             >= 4.4.0. Make your QTDIR and QMAKESPEC settings. Or install Qt via a package manager.</li>
             <li>Download, unpack, compile and install
-            <a class="external" href="http://www.riverbankcomputing.com/software/qscintilla/download" target="_blank">QScintilla</a>
+            <a class="external" href="http://www.riverbankcomputing.com/software/qscintilla/download">QScintilla</a>
             >= 2.3. This version is most likely not yet available via a package manager.</li>
             <li>Checkout UiGUI: svn co https://universalindent.svn.sourceforge.net/svnroot/universalindent/trunk universalindentgui</li>
             <li>In the checked out directory run "qmake".</li>
@@ -176,7 +176,7 @@
             </ol>
         </ol>
         <b>Indenter binary packages</b> can be downloaded from the project at SourceForge
-        <a class="external" href="http://sourceforge.net/project/showfiles.php?group_id=167482&package_id=293094" target="_blank">here</a>.
+        <a class="external" href="http://sourceforge.net/project/showfiles.php?group_id=167482&package_id=293094">here</a>.
         <p>Beneath the possibility to build UiGUI using qmake, also project files for Visual Studio 2005
         and XCode are included.</p>
     </p>
@@ -185,26 +185,26 @@
     <p>This list shows some selected functionalities that Qt offers and that I use with UiGUI.</p>
     <ul>
         <li>Translations are done with
-        <a class="external" href="http://doc.trolltech.com/4.4/qtranslator.html" target="_blank">QTranslator</a>,
-        <a class="external" href="http://doc.trolltech.com/4.4/qlocale.html" target="_blank">QLocale</a> and Linguist.</li>
+        <a class="external" href="http://doc.trolltech.com/4.4/qtranslator.html">QTranslator</a>,
+        <a class="external" href="http://doc.trolltech.com/4.4/qlocale.html">QLocale</a> and Linguist.</li>
         <li>File encodings are supported by using
-        <a class="external" href="http://doc.trolltech.com/4.4/qtextcodec.html" target="_blank">QTextCodec</a>
-        and <a class="external" href="http://doc.trolltech.com/4.4/qtextstream.html" target="_blank">QTextStream</a>.</li>
-        <li><a class="external" href="http://doc.trolltech.com/4.4/qscriptengine.html" target="_blank">QScriptEngine</a>
-        and <a class="external" href="http://doc.trolltech.com/4.4/qscriptvalue.html" target="_blank">QScriptValue</a>
+        <a class="external" href="http://doc.trolltech.com/4.4/qtextcodec.html">QTextCodec</a>
+        and <a class="external" href="http://doc.trolltech.com/4.4/qtextstream.html">QTextStream</a>.</li>
+        <li><a class="external" href="http://doc.trolltech.com/4.4/qscriptengine.html">QScriptEngine</a>
+        and <a class="external" href="http://doc.trolltech.com/4.4/qscriptvalue.html">QScriptValue</a>
         is included for executing JavaScript files used as indenters.</li>
-        <li><a class="external" href="http://doc.trolltech.com/4.4/qgraphicsview.html" target="_blank">QGraphicsView</a>
-        and <a class="external" href="http://doc.trolltech.com/4.4/qgraphicsproxywidget.html" target="_blank">QGraphicsProxyWidget</a>
+        <li><a class="external" href="http://doc.trolltech.com/4.4/qgraphicsview.html">QGraphicsView</a>
+        and <a class="external" href="http://doc.trolltech.com/4.4/qgraphicsproxywidget.html">QGraphicsProxyWidget</a>
         for creating an animated 3D about dialog, simulating that is done on the whole desktop by using
         the screenshot capability of Qt.</li>
         <li>Stylesheet settings give the about dialog a special look. Also gradients are used.</li>
-        <li><a class="external" href="http://doc.trolltech.com/4.4/qhttp.html" target="_blank">QHttp</a>
-        and <a class="external" href="http://doc.trolltech.com/4.4/qurl.html" target="_blank">QUrl</a>
+        <li><a class="external" href="http://doc.trolltech.com/4.4/qhttp.html">QHttp</a>
+        and <a class="external" href="http://doc.trolltech.com/4.4/qurl.html">QUrl</a>
         are used for the update check.</li>
-        <li><a class="external" href="http://doc.trolltech.com/4.4/qsettings.html" target="_blank">QSettings</a>
+        <li><a class="external" href="http://doc.trolltech.com/4.4/qsettings.html">QSettings</a>
         is responsible for storing the application and syntax highlighter settings.</li>
-        <li><a class="external" href="http://doc.trolltech.com/4.4/qtcpserver.html" target="_blank">QTcpServer</a>
-        and <a class="external" href="http://doc.trolltech.com/4.4/qtcpsocket.html" target="_blank">QTcpSocket</a>
+        <li><a class="external" href="http://doc.trolltech.com/4.4/qtcpserver.html">QTcpServer</a>
+        and <a class="external" href="http://doc.trolltech.com/4.4/qtcpsocket.html">QTcpSocket</a>
         build the base for the UiGUI Server.</li>
         <li>Of course I use the Qt tools qmake, lupdate, lrelease, Designer, Linguist and my very best friend the Assistant.</li>
     </ul>
@@ -230,7 +230,7 @@
     <h3>Disclaimer</h3>
     You may use this software on your own risk. I am not responsible for any system damage or loss of data.
     Respect the GPL! UiGUI is being released under
-    <a class="external" href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" target="_blank">GPL 2</a>.
+    <a class="external" href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GPL 2</a>.
     You will also find the license in the included file "LICENSE.GPL".
 </body>
 </html>