annotate CHANGELOG.txt @ 79:0fc66c7444d9

Changed text for new version git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@250 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sun, 25 Feb 2007 21:10:47 +0000
parents 13d921bbeeca
children bfe30adbe595
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
79
0fc66c7444d9 Changed text for new version
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 69
diff changeset
1 2007-02-25 Version 0.4.2 Beta
0fc66c7444d9 Changed text for new version
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 69
diff changeset
2 [add] Support for the indenter CSSTidy has been added.
0fc66c7444d9 Changed text for new version
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 69
diff changeset
3 [add] Support for new language: Taiwan (Chinese).
0fc66c7444d9 Changed text for new version
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 69
diff changeset
4 [change] For easier translation the about dialog has been redesigned a bit.
68
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
5 2007-02-11 Version 0.4.1 Beta
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
6 [add] Support for the indenter Uncrustify has been added.
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
7 [add] Feature Request ID 1651719: A binary release for Linux AMD64 is now available.
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
8 [add] Feature Request ID 1657251: If only a win32 executable exists under Linux, wine will be used to call it. Now a test will be mad if wine is installed and an error message will show up if not installed.
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
9 [change] Some changes mad to the Artistic Styler ini file as suggested by its author Jim Pattee.
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
10 [change] Put the file open button at first position in the toolbar, because normally this is the first step one would do, if he tries to find the optimal indenter and settings for himself.
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
11 [change] The background in the about dialog has been changed to look equal on all systems.
69
13d921bbeeca Added one change I forgot
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 68
diff changeset
12 [change] The error message dialogs had small optical enhancements to be more readable.
68
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
13 [fix] Bug ID 1657255: If an error occurred during the try to call the indenter, a message box is being shown, but the mouse cursor still indicated that the application is being busy.
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
14 [fix] Bug ID 1651071: Changing the file encoding did not affect the code sent to the indenter, so the code while preview turned on, had wrong encoding (still seems to have some encoding problems under Linux).
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
15 [fix] Bug ID 1650222: On Windows systems there were two DLLs missing to run GNU Indent ("libiconv-2.dll" and "libintl-2.dll")
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
16 [fix] Bug ID 1649918: The indenter was not called after first program start, so preview updated first after changing a setting or the code.
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
17
45
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
18 2007-02-01 Version 0.4 Beta
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
19 [add] All parameters of GNU Indent have been added.
48
37cf17a8faf0 Added entry that belonged to previous version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 46
diff changeset
20 [add] From now on the indenter BCPP is included.
45
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
21 [add] The loaded source file encoding is now convertable by the menu entry "Reopen File with other Encoding". This way chinese encoding etc. is possible to load. (Suggest for this submitted by Nelson, Bug ID 1643541)
46
bcb8b6d7f29e One entry added, concerning the doc dir.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 45
diff changeset
22 [add] A subdirectory "doc" has been added, containing the file "iniFileFormat.html" with info how to write ini files for new indenters.
45
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
23 [change] Updated the astyle executable and the ini file to version 1.20.1
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
24 [change] Restructured the gui design a little bit. Using a moveable dock widget for the indenter settings now. Using a toolbar that can also be placed at the bottom.
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
25 [change] Made it possible to change the language without the need to restart the application.
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
26 [change] Line numbers are now geyed out, because this is more decent and selecting the numbers is no longer possible.
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
27 [change] The link to the homepage in the about dialog now really opens the website.
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
28 [change] The linux version is now statically linked against Qt so there should be no problems with wrong Qt versions installed or even no Qt libraries installed.
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
29 [fix] Bug ID 1553601: If no uigui ini file was found the application stopped with an exception.
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
30
40
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
31 2006-09-04 Version 0.3.1 Beta
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
32 [add] Language selector and german translation added.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
33
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
34 2006-08-25 Version 0.3 Beta
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
35 [add] A message box will show up at opening a source file or program exit, if the source code has been changed, and ask whether to save the file or not.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
36 [add] The symbol "*" will be shown in the window title in front of the source file name if the source code has been changed.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
37 [add] By a settings menu entry the tool tips for the indenter parameter settings can be en/disabled because they can be annoying.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
38 [add] A settings file is from now on used to remember the last selected indenter and last opened source code file.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
39 [add] The source code can now be exported as a PDF or HTML document.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
40 [add] Some commands are now faster available by keyboard shortcuts.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
41 [fix] The calling name in the indenter ini file for GreatCode was written lower case while the real file name was upper case, which resulted in a program calling error.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
42 [fix] Corrected the tab order for the gui elements.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
43 [change] Optimized speed when switching between the available indenters. If the indenters ini file is large, this still takes some time.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
44
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
45 2006-08-11 Version 0.2.5 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
46 [add] when loading or saving either a source code or config file the load/save dialog will open in the files directory and not allways in the UniversalIndentGUI dir
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
47 [add] currently made settings for the indenter can be saved to any file
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
48 [add] the menue entries for loading and saving the indenter config file have now icons
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
49 [add] the currently opened source code file name and path will be shown in the window title bar
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
50 [add] a error dialog that will be shown once if the indenter executable for the selected indenter does not exist
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
51 [fix] turning syntax highlight on/off did first take effect after toggle of preview
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
52 [fix] the image in the about dialog box was not allways visible
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
53
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
54 2006-08-03 Version 0.2.4 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
55 [change] the windows version does no longer need any dlls due to static linking and removing bind to mingwm10.dll
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
56 [change] the windows version of the GNU Indent is replaced by a DJGPP compiled GNU Indent version, that needs no further DLLs
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
57 [add] possibility to save the shown/indented source code
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
58 [fix] the file extension used to call the selected indenter. It is now equal to the loaded source file extension so the indenter recognizes the source code language
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
59 [fix] unnecessary calls of the indenter removed
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
60 [fix] indenter was not called if preview was activated and indenter changed
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
61 [fix] under linux the file mask for the open source file dialog did not work correctly
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
62
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
63 2006-07-16 Version 0.2.3 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
64 [add] possibility to edit the source code while preview is active and see how it is formatted. So that is real live ;-)
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
65
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
66 2006-07-14 Version 0.2.2 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
67 [add] ini file for GNU Indent with some first settings (if any one wants to write more in it let me know)
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
68 [add] a menu bar for more pleasent and common use of the program (some not yet used menu items are disabled)
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
69 [add] an about dialog
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
70 [add] some icons for better look and feel (can you feel it ;-) )
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
71 [fix] a bug under linux which caused an endless loop if text was edited
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
72
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
73 2006-07-07 Version 0.2.1.1 Alpha (win32 only)
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
74 - previously compiled using Visual Studio 2005 Express, whereby an additional installation of a redistributable package was needed to run UniversalIndentGUI. To avoid this and not force the user to install anything, now using mingw to compile.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
75
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
76 2006-07-04 Version 0.2.1 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
77 [add] function to load config file (not the uigui ini file) of every indenter (and reenabled load config file button)
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
78 [add] use of a default value when loading a indenter config file and not all parameters are set.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
79 [add] all documented default parameters of GreatCode and Astyle to their ini files.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
80 [fix] loading of file mask for source code file after changing indenter
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
81 [fix] call of indenter failed under win32 if a linux binary exists.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
82
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
83 2006-06-30 Version 0.2.0 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
84 [add] missing parameters for flexible indenter ini file format
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
85 [add] complete Astyle ini file
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
86 [add] multiple choice combobox for parameters
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
87 [add] checkbox in front of numeric and string parameters to enable/disable them. If disabled indenters default value is used
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
88
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
89 2006-06-28
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
90 [add] working ini file for Astyle (right now only few boolean parameters)
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
91 [change] ini file format for booleans to reach the planned flexibility
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
92
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
93 2006-06-23
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
94 [add] combobox in the upper left showing available indenters (found by searching for uigui_*.ini file). at the moment only GreatCode and testwise Astyle
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
95 [add] more detailed info if the indenter call results in an error
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
96 [add] icon for executable
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
97 [change] style/format of the ini file. Still not all planned features implemented
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
98 - some bugfixes, as you can say this in a preAlpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
99
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
100 2006-06-07
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
101 [change] unnecessary gui menu removed
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
102 [fix] corrected ini file for great code (only in executable release)
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
103 [add] made call of windows version of GreatCode under Linux possible by using wine