From c1d642c53a13c0a4a80b2dddb3501625da243656 Mon Sep 17 00:00:00 2001 From: Kim Woelders Date: Tue, 23 Aug 2005 18:43:49 +0000 Subject: [PATCH] Tue Aug 23 20:42:02 CEST 2005 (Kim) --- 0.16.8 0.17 --- Dialog sliders - Don't callback on mouse down, fix klicking on knob. Fix occasional event loop delay. Speed up pseudotrans changes. Composite manager - Prepare for handling unredirected windows, cleanups. Enable actions on focus in/out. Attempt to fix issues with _XROOTPMAP_ID across restart. Fix adding desks, avoid some X-errors, cleanups. Name pagers Pager- in stead of just . Fix incorrect background pixmap size in certain situations. Fix root resizing. Move some global vars around, cleanups. Fix some focus issues. Move tooltip handling to source. Eliminate WindowAtXY(). Fix slideouts (again). Fix occasionally missing images in dialogs. Button related cleanups. Fix segv's, X-errors, memleak, wrapping. Make default menus and action tooltips localizable. SVN revision: 16300 --- ChangeLog | 26 ++++++++++++++++++++++++++ configure.in | 2 +- e.spec | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 551185a3..c987e72d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3542,3 +3542,29 @@ Composite manager - Invalidate named pixmap on unmap, cleanups, Eliminate old client order list. Shuffle some stuff around. Cleanups. Wrap XWarpPointer and XQueryPointer. + +------------------------------------------------------------------------------- + +Tue Aug 23 20:42:02 CEST 2005 +(Kim) + +--- 0.16.8 0.17 --- +Dialog sliders - Don't callback on mouse down, fix klicking on knob. +Fix occasional event loop delay. +Speed up pseudotrans changes. +Composite manager - Prepare for handling unredirected windows, cleanups. +Enable actions on focus in/out. +Attempt to fix issues with _XROOTPMAP_ID across restart. +Fix adding desks, avoid some X-errors, cleanups. +Name pagers Pager- in stead of just . +Fix incorrect background pixmap size in certain situations. +Fix root resizing. +Move some global vars around, cleanups. +Fix some focus issues. +Move tooltip handling to source. Eliminate WindowAtXY(). +Fix slideouts (again). +Fix occasionally missing images in dialogs. +Button related cleanups. +Fix segv's, X-errors, memleak, wrapping. +Make default menus and action tooltips localizable. + diff --git a/configure.in b/configure.in index 03ad1452..757fad08 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-0.16) +AM_INIT_AUTOMAKE(e16, $ENLIGHTENMENT_VERSION-0.17) AM_MAINTAINER_MODE dnl reasonable guesses for where stuff is installed diff --git a/e.spec b/e.spec index aafdc3f8..28a89060 100644 --- a/e.spec +++ b/e.spec @@ -1,4 +1,4 @@ -%define revision 0.16 +%define revision 0.17 %define rev_name -%{revision} Summary: The Enlightenment window manager.