Sat Aug 9 14:51:26 CEST 2008

(Kim)

--- 0.16.8.14 ---
Call move/resize function only if moving/resizing.
Move config options to config.h.
Cleanups around closing internal windows.
Limit alert box size to screen size.
Fix button stacking bug when char is unsigned.
Use fallback imageclass a couple of places.
Fix ImageclassApplySimple for imageclasses without image.
Fix focusing new windows when using click-to-focus and all_new_windows_get_focus = 0.
Make cache_clear/query all actually clear/query all caches (img was missing).
Attempt to fix session (.desktop) stuff on various distros.
Attempt to improve focus switching when not using focus list.


SVN revision: 35419
This commit is contained in:
Kim Woelders 2008-08-09 13:06:21 +00:00
parent e6d321610c
commit cd68562948
2 changed files with 20 additions and 1 deletions

View File

@ -4803,3 +4803,22 @@ Provide iconbox icon fallback if normal methods fail.
Don't show iconbox animation if app is initially iconified.
Play iconify sound only for selected iconbox.
Fix various gravity issues.
-------------------------------------------------------------------------------
Sat Aug 9 14:51:26 CEST 2008
(Kim)
--- 0.16.8.14 ---
Call move/resize function only if moving/resizing.
Move config options to config.h.
Cleanups around closing internal windows.
Limit alert box size to screen size.
Fix button stacking bug when char is unsigned.
Use fallback imageclass a couple of places.
Fix ImageclassApplySimple for imageclasses without image.
Fix focusing new windows when using click-to-focus and all_new_windows_get_focus = 0.
Make cache_clear/query all actually clear/query all caches (img was missing).
Attempt to fix session (.desktop) stuff on various distros.
Attempt to improve focus switching when not using focus list.

View File

@ -1,5 +1,5 @@
m4_define([pkg_version], [0.16.8.14])
m4_define([pkg_revision], [0.04])
dnl m4_define([pkg_revision], [0.04])
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]))