From 0cdff64beb17f7f49278b455b3397fdafba8592c Mon Sep 17 00:00:00 2001 From: Kim Woelders Date: Sun, 2 Apr 2006 17:54:37 +0000 Subject: [PATCH] Sun Apr 2 19:53:43 CEST 2006 (Kim) --- 0.16.8.2 0.01 --- Wrap imlib. Attempt do useful window repositioning on screen size change. Fix IPC help formatting for a few items. Allow omitting "menus/" in menu path. May make migration from <16.8 less painful. Get rid of ~/.e16/e_config.bindings. Instead save key AND button binding to ~/.e16/bindings.cfg when edited with e16keyedit. Rename ~/.e16/e_config.bindings to ~/.e16/e_config.bindings.old after reading. No more "unchangable" keybindings. All are exposed to e16keyedit. Clear maximized state on resize. Make window opaque when focused (window option, enabled by default). Clean up handling of opacity settings, move config options to misc.opacity. Opacity values in configuration are now 0-100 in stead of 0-255. Japanese translation update (Yasufumi Haga). SVN revision: 21739 --- ChangeLog | 21 +++++++++++++++++++++ configure.in | 2 +- e.spec | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2e93b07e..fd9a0a0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3834,3 +3834,24 @@ Simplify server extension handling. Initial screensaver extension stuff. Fix non-opaque slidein. Fix pager update on internal window unmap (revert recent change). + +------------------------------------------------------------------------------- + +Sun Apr 2 19:53:43 CEST 2006 +(Kim) + +--- 0.16.8.2 0.01 --- +Wrap imlib. +Attempt do useful window repositioning on screen size change. +Fix IPC help formatting for a few items. +Allow omitting "menus/" in menu path. May make migration from <16.8 less painful. +Get rid of ~/.e16/e_config.bindings. Instead save key AND button binding to + ~/.e16/bindings.cfg when edited with e16keyedit. Rename ~/.e16/e_config.bindings + to ~/.e16/e_config.bindings.old after reading. + No more "unchangable" keybindings. All are exposed to e16keyedit. +Clear maximized state on resize. +Make window opaque when focused (window option, enabled by default). +Clean up handling of opacity settings, move config options to misc.opacity. +Opacity values in configuration are now 0-100 in stead of 0-255. +Japanese translation update (Yasufumi Haga). + diff --git a/configure.in b/configure.in index b43760f7..f9b43891 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ ENLIGHTENMENT_MINOR=16 ENLIGHTENMENT_MICRO=8.2 ENLIGHTENMENT_VERSION=$ENLIGHTENMENT_MAJOR.$ENLIGHTENMENT_MINOR.$ENLIGHTENMENT_MICRO -AM_INIT_AUTOMAKE(e16, $ENLIGHTENMENT_VERSION-0.00) +AM_INIT_AUTOMAKE(e16, $ENLIGHTENMENT_VERSION-0.01) AM_MAINTAINER_MODE dnl reasonable guesses for where stuff is installed diff --git a/e.spec b/e.spec index f8b11e06..2a5187c7 100644 --- a/e.spec +++ b/e.spec @@ -1,4 +1,4 @@ -%define revision 0.00 +%define revision 0.01 %define rev_name -%{revision} Summary: The Enlightenment window manager.