ChangeLog: fix paragraph indentation

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
Davide Madrisan 2012-11-14 22:48:46 +01:00
parent 15f3575b2e
commit bbc877d5ed

View File

@ -21,67 +21,67 @@ Mon Nov 12 2012 Davide Madrisan <davide.madrisan(a)gmail.com>
+ bugfix + bugfix
* plugins/* - Davide Madrisan: * plugins/* - Davide Madrisan:
Execute 'notify.disable_colors()' when 'colorize' is set to '0' (disabled) Execute 'notify.disable_colors()' when 'colorize' is set to '0' (disabled)
to ignore color redefinitions made by user. to ignore color redefinitions made by user.
+ update + update
* autospec - Davide Madrisan: * autospec - Davide Madrisan:
Send the debug message showing autospec version as soon as possible. Send the debug message showing autospec version as soon as possible.
+ improvement + improvement
* autospec, plugins/*, lib/lib*.lib - Davide Madrisan: * autospec, plugins/*, lib/lib*.lib - Davide Madrisan:
A color scheme can be selected now by using the new command-line option A color scheme can be selected now by using the new command-line option
'--colorize-theme'. '--colorize-theme'.
+ improvement + improvement
* lib/libmsgmng.lib, conf/Makefile - Davide Madrisan: * lib/libmsgmng.lib, conf/Makefile - Davide Madrisan:
Move theme settings to configuration files (color-theme.*) Move theme settings to configuration files (color-theme.*)
+ update + update
* autospec.spec - Davide Madrisan: * autospec.spec - Davide Madrisan:
Remove the variable 'rpmbuild_group': it's no more needed. Personal data is Remove the variable 'rpmbuild_group': it's no more needed. Personal data
located in the files ~/.autospec and ~/.autospec.d/*.conf is located in the files ~/.autospec and ~/.autospec.d/*.conf
+ update + update
* lib/libcfg.lib - Davide Madrisan: * lib/libcfg.lib - Davide Madrisan:
config.security(): do not check for configuration files groups and config.security(): do not check for configuration files groups and
permissions. These files are now own by root and never contain sensible permissions. These files are now own by root and never contain sensible
data (that is passwords). data (that is passwords).
+ update + update
* plugins/* - Davide Madrisan: * plugins/* - Davide Madrisan:
The option '--colorize-theme' must set colorize to '1'. The option '--colorize-theme' must set colorize to '1'.
+ update + update
* autospec - Davide Madrisan: * autospec - Davide Madrisan:
Deprecate the option '--colorize'. Deprecate the option '--colorize'.
+ update + update
* configuration - Davide Madrisan: * configuration - Davide Madrisan:
Add 'color-theme.none'. This theme can be used to disable color themes. Add 'color-theme.none'. This theme can be used to disable color themes.
+ update + update
* autospec, autospec.conf, plugins/* - Davide Madrisan: * autospec, autospec.conf, plugins/* - Davide Madrisan:
Replace the option '--colorize' by '--colors <color-theme>'. Replace the option '--colorize' by '--colors <color-theme>'.
+ improvement + improvement
* libmsgmng.lib - Davide Madrisan: * libmsgmng.lib - Davide Madrisan:
Allow users to write and select customized color schemes: Allow users to write and select customized color schemes:
~/.autospec.d/color-theme.<color_scheme>" ~/.autospec.d/color-theme.<color_scheme>"
+ update + update
* conf/Makefile - Davide Madrisan: * conf/Makefile - Davide Madrisan:
Simplify the makefile by removing the static list of files. Simplify the makefile by removing the static list of files.
+ update + update
* italian manpage - Davide Madrisan: * italian manpage - Davide Madrisan:
Update italian manpage and document new extensions. Update italian manpage and document new extensions.
+ bugfix + bugfix
* tests/* - Davide Madrisan: * tests/* - Davide Madrisan:
Fix the color tags of the final message in each test module; they worked for Fix the color tags of the final message in each test module; they worked
teminal colors but not for the web scheme. for teminal colors but not for the web scheme.
(Bug discovered by Silvan Calarco) (Bug discovered by Silvan Calarco)
------------------------------------------------------------------------------- -------------------------------------------------------------------------------