diff --git a/ChangeLog b/ChangeLog index 195c45bf..24e1e775 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3719,3 +3719,21 @@ Avoid setting shape to default (unshaped) on ShapeNotify when already set. Do full composite repaint on VT switch. Fix pseudotransparent iconbox on desk with no background. + +------------------------------------------------------------------------------- + +Tue Jan 24 20:34:43 CET 2006 +(Kim) + +--- 0.16.8 pre3 --- +Set some keybindings on "OK" dialog. +Fix changing no background to background. +No longer use convert (ImageMagick) to create scaled icons in menu generation, +but scale internally according to configuration setting. +Allow setting border on windows with borderless hint. +Fix potential missing server ungrab. +Track top-level window shapedness. +Unselect client window events on withdraw. This fixes trouble with certain +kde(?) systray apps when not using the e16 systray. Thanks to Peter Hyman +for going on about this :) + diff --git a/configure.in b/configure.in index 966d37ea..43f6d020 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ ENLIGHTENMENT_MINOR=16 ENLIGHTENMENT_MICRO=8 ENLIGHTENMENT_VERSION=$ENLIGHTENMENT_MAJOR.$ENLIGHTENMENT_MINOR.$ENLIGHTENMENT_MICRO -AM_INIT_AUTOMAKE(e16, $ENLIGHTENMENT_VERSION-pre2) +AM_INIT_AUTOMAKE(e16, $ENLIGHTENMENT_VERSION-pre3) AM_MAINTAINER_MODE dnl reasonable guesses for where stuff is installed @@ -85,7 +85,7 @@ AC_ARG_ENABLE(hints-gnome, enable_hints_gnome=no) AC_ARG_ENABLE(ecore-x, - [ --enable-ecore-x use ecore-x interface to X11 @<:@default=no@:>@],, + [ --enable-ecore-x use ecore-x interface to X11 (for testing only - DO NOT USE!) @<:@default=no@:>@],, enable_ecore_x=no) if test "x$enable_hints_gnome" = "xyes"; then diff --git a/e.spec b/e.spec index 3b0f6a45..e8183f19 100644 --- a/e.spec +++ b/e.spec @@ -1,5 +1,5 @@ -%define revision 0.99.2 -%define rev_name -pre2 +%define revision 0.99.3 +%define rev_name -pre3 Summary: The Enlightenment window manager. Name: e16