Sun Aug 27 22:14:29 CEST 2006

(Kim)

--- 0.16.8.4 0.01 ---
Enable emptying part of dialog and resizing dialog window.
Add missing label text.
Add data parameter to dialog keybinding callback.
Use table with normal buttons in dialog footer.
Add combined configuration dialog.
Simplify dialogs (remove rarely used simple dialog variant).
Shuffle _NET_WM_SYNC_REQUEST stuff around (still not active).
Rename a few configuration items.
Fix logout dialog layout.
Do case insensitive searching with ipc window names (vapier).
Trivial re-wrapping of XQueryPointer().


SVN revision: 25163
This commit is contained in:
Kim Woelders 2006-08-27 20:15:07 +00:00
parent 0e1e5c8311
commit 6bc169f2f2
2 changed files with 20 additions and 1 deletions

View File

@ -3993,3 +3993,22 @@ Thu Aug 17 23:21:24 CEST 2006
(Kim)
--- 0.16.8.3 ---
-------------------------------------------------------------------------------
Sun Aug 27 22:14:29 CEST 2006
(Kim)
--- 0.16.8.4 0.01 ---
Enable emptying part of dialog and resizing dialog window.
Add missing label text.
Add data parameter to dialog keybinding callback.
Use table with normal buttons in dialog footer.
Add combined configuration dialog.
Simplify dialogs (remove rarely used simple dialog variant).
Shuffle _NET_WM_SYNC_REQUEST stuff around (still not active).
Rename a few configuration items.
Fix logout dialog layout.
Do case insensitive searching with ipc window names (vapier).
Trivial re-wrapping of XQueryPointer().

View File

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