Sun Aug 13 14:46:37 CEST 2006

(Kim)

--- 0.16.8.3 0.02 ---
Add usual keybindings to about dialog.
Some more dialog creation refactoring bits.
Rename some macros (_Ewin...) for consistency.
Eliminate redundant macro (Xwin).
Add override redirect flag to map event debug info.
Fix some segv's in obscure situations.
Still more dialog creation refactoring bits.
Fix clients resizing while having bogus max size hint (KDE info windows).
Fix incorrect menu placement near left screen edge.
Fix config parameter type.
Avoid dangling buffer. Eliminate some redundant code.
Fix shape on pager zoom window (when composite is enabled).
Defer tooltip realization.
Add note about ARGB window borders.


SVN revision: 24645
This commit is contained in:
Kim Woelders 2006-08-13 12:48:13 +00:00
parent fc05c8386b
commit 64be6e5767
2 changed files with 22 additions and 1 deletions

View File

@ -3965,3 +3965,24 @@ Fix closing logout dialog when using key bindings.
Split up, shuffle around file.c (no real changes).
Eliminate a lot of stat's during configuration file parsing.
-------------------------------------------------------------------------------
Sun Aug 13 14:46:37 CEST 2006
(Kim)
--- 0.16.8.3 0.02 ---
Add usual keybindings to about dialog.
Some more dialog creation refactoring bits.
Rename some macros (_Ewin...) for consistency.
Eliminate redundant macro (Xwin).
Add override redirect flag to map event debug info.
Fix some segv's in obscure situations.
Still more dialog creation refactoring bits.
Fix clients resizing while having bogus max size hint (KDE info windows).
Fix incorrect menu placement near left screen edge.
Fix config parameter type.
Avoid dangling buffer. Eliminate some redundant code.
Fix shape on pager zoom window (when composite is enabled).
Defer tooltip realization.
Add note about ARGB window borders.

View File

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