Sun Dec 10 18:13:19 CET 2006

(Kim)

--- 0.16.8.5 0.04 ---
UCS-4 seems to be more portable than WCHAR_T.
Xft font height tweak.
Progressbars - Simplify, increase height to fit text, if needed.
Add some font aliases. (config/fonts.cfg-xft_example)
Fix setting hilited/clicked font in certain dialog widgets.
Add missing e-mail address. (po/Makevars)
Add session management support status to summary.
Fix list of files containing translatable stuff.
Disable translation of some error message stuff that might as well be left untranslated.
Fix focused opacity stuff, add fading toggle. (config/menus.cfg)
Reuse other text with same meaning. (config/actionclasses.cfg)


SVN revision: 27410
This commit is contained in:
Kim Woelders 2006-12-10 17:15:16 +00:00
parent 6bcd6ecbae
commit e0d7bec702
2 changed files with 20 additions and 1 deletions

View File

@ -4129,3 +4129,22 @@ Clean up move/resize event handling.
Allow disabling theme localisation.
Add Xft font configuration example.
-------------------------------------------------------------------------------
Sun Dec 10 18:13:19 CET 2006
(Kim)
--- 0.16.8.5 0.04 ---
UCS-4 seems to be more portable than WCHAR_T.
Xft font height tweak.
Progressbars - Simplify, increase height to fit text, if needed.
Add some font aliases. (config/fonts.cfg-xft_example)
Fix setting hilited/clicked font in certain dialog widgets.
Add missing e-mail address. (po/Makevars)
Add session management support status to summary.
Fix list of files containing translatable stuff.
Disable translation of some error message stuff that might as well be left untranslated.
Fix focused opacity stuff, add fading toggle. (config/menus.cfg)
Reuse other text with same meaning. (config/actionclasses.cfg)

View File

@ -3,7 +3,7 @@ AC_INIT(configure.in)
ENLIGHTENMENT_MAJOR=0
ENLIGHTENMENT_MINOR=16
ENLIGHTENMENT_MICRO=8.5
ENLIGHTENMENT_REVISION=0.03
ENLIGHTENMENT_REVISION=0.04
ENLIGHTENMENT_VERSION=$ENLIGHTENMENT_MAJOR.$ENLIGHTENMENT_MINOR.$ENLIGHTENMENT_MICRO
if test "x$ENLIGHTENMENT_REVISION" != "x"; then
ENLIGHTENMENT_REVNAME="$ENLIGHTENMENT_VERSION-$ENLIGHTENMENT_REVISION"