Sat Jun 9 11:35:20 CEST 2007

(Kim)

--- 0.16.8.9 0.02 ---
Fix extents invalidation when reparenting+moving while unmapped.
Avoid area switch when activating window that is mostly offscreen (noted by Mike Frysinger).
edox: Fix centering when running e16 in window.
Change generated menu file references to be relative to ~/.e16/menus/.
Use new destructive line parser to avoid a lot of strdup/free's.
Move menus in menus.cfg to simple files (preserving backward compatibility).
Make xsession stuff work - at least on Fedora.
Japanese translation update (Yasufumi Haga).
Defer image class color allocation until needed (most likely never).


SVN revision: 30281
This commit is contained in:
Kim Woelders 2007-06-09 09:36:36 +00:00
parent eaf661ad6d
commit 38e3f973be
2 changed files with 18 additions and 1 deletions

View File

@ -4379,3 +4379,20 @@ Set default pager mode to live.
Move some window background pixmap handling down to Win layer.
Fix edge flipping after desk switch.
-------------------------------------------------------------------------------
Sat Jun 9 11:35:20 CEST 2007
(Kim)
--- 0.16.8.9 0.02 ---
Fix extents invalidation when reparenting+moving while unmapped.
Avoid area switch when activating window that is mostly offscreen (noted by Mike Frysinger).
edox: Fix centering when running e16 in window.
Change generated menu file references to be relative to ~/.e16/menus/.
Use new destructive line parser to avoid a lot of strdup/free's.
Move menus in menus.cfg to simple files (preserving backward compatibility).
Make xsession stuff work - at least on Fedora.
Japanese translation update (Yasufumi Haga).
Defer image class color allocation until needed (most likely never).

View File

@ -1,7 +1,7 @@
AC_INIT(configure.in)
E_PKG_VERSION=0.16.8.9
E_PKG_REVISION=0.01
E_PKG_REVISION=0.02
if test "x$E_PKG_REVISION" != "x"; then
E_PKG_VER_REV=$E_PKG_VERSION-$E_PKG_REVISION
E_RPM_REVISION=$E_PKG_REVISION