Sun Nov 18 11:21:30 CET 2007

(Kim)

--- 0.16.8.11 0.01 ---
Fix reuse of freed pixmaps when using pseudo-transparency.
edox: Various enhancements and cleanups:
 Enable using arrow keys for navigation.
 Enable reloading file ('r').
Hide tooltips in various situations (showing focus list, window map, move, etc.).
Find some more menu icons.
Move to new AC_INIT style.
Fix memory leak when xinerama is enabled (normally hit only once).
Re-init xinerama info when screen size changes.
Fix translucent moves of non-shaped windows (noted by Thanatermesis).
Autofoo cleanups, move to bindir, pkgdatadir and friends.
Menu whitespace cleanups, rename some items:
 Enlightenment Epplets -> Epplets.
 Restart Enlightenment -> Restart.
Fix build when imlib_context_set_mask_alpha_threshold() is not available
 (bugzilla 275).
Fix edge flip after screen size change.
Add magnifier to desktop menu.


SVN revision: 32758
This commit is contained in:
Kim Woelders 2007-11-18 10:31:45 +00:00
parent d03e75497b
commit 21116ee67c
2 changed files with 27 additions and 1 deletions

View File

@ -4536,3 +4536,29 @@ Sat Oct 6 09:16:40 CEST 2007
(Kim)
--- 0.16.8.10 ---
-------------------------------------------------------------------------------
Sun Nov 18 11:21:30 CET 2007
(Kim)
--- 0.16.8.11 0.01 ---
Fix reuse of freed pixmaps when using pseudo-transparency.
edox: Various enhancements and cleanups:
Enable using arrow keys for navigation.
Enable reloading file ('r').
Hide tooltips in various situations (showing focus list, window map, move, etc.).
Find some more menu icons.
Move to new AC_INIT style.
Fix memory leak when xinerama is enabled (normally hit only once).
Re-init xinerama info when screen size changes.
Fix translucent moves of non-shaped windows (noted by Thanatermesis).
Autofoo cleanups, move to bindir, pkgdatadir and friends.
Menu whitespace cleanups, rename some items:
Enlightenment Epplets -> Epplets.
Restart Enlightenment -> Restart.
Fix build when imlib_context_set_mask_alpha_threshold() is not available
(bugzilla 275).
Fix edge flip after screen size change.
Add magnifier to desktop menu.

View File

@ -1,5 +1,5 @@
m4_define([pkg_version], [0.16.8.11])
m4_define([pkg_revision], [0.00])
m4_define([pkg_revision], [0.01])
m4_define([pkg_ver_rev], m4_ifdef([pkg_revision], [pkg_version-pkg_revision], [pkg_version]))
m4_define([rpm_revision], m4_ifdef([pkg_revision], [pkg_revision], [1]))