1.0.10.002.

SVN revision: 76336
This commit is contained in:
Kim Woelders 2012-09-08 07:35:45 +00:00
parent e19a697eac
commit 82dab9684a
2 changed files with 28 additions and 1 deletions

View File

@ -5608,3 +5608,30 @@ Fix bug in pareto_maximizer() (Daniel Manjarres).
Remove unnecessary AC_PROG_MAKE_SET.
Warning fix for gcc-4.6.x.
Japanese translation update (Yasufumi Haga).
-------------------------------------------------------------------------------
Sat Sep 8 08:47:00 CEST 2012
--- 1.0.10.002 ---
Fix coords placement in techopaque mode (Daniel Manjarres).
Remove unused code.
Fix (if experimenting with USE_DESK_EXPOSE).
Move EObj sliding functions to slide.c too.
Don't prevent pager update due to ewin slide.
Add some timer debug, cosmetic changes.
Fetch time to next timer run after running idlers.
Desk restacking before shade/unshade should not be necessary.
Another spec file fix - don't own locale/* dirs.
Startup cosmetics.
Fix having black solid color background.
Don't keep shaded windows entirely on-screen (ticket 1191).
Enable logging to stdout or stderr.
Improve fading debug logging.
Remove unnecessary code in ECompMgrWinFadeIn().
Menu code tweaks.
Alert if root window button events cannot be selected.
Use EobjsSlideBy() to slide desks as well as areas.
EobjSlideTo() is no longer used.
Fix potential deadlock with multiple simultaneous alerts.

View File

@ -1,5 +1,5 @@
m4_define([pkg_version], [1.0.10])
m4_define([pkg_revision], [001])
m4_define([pkg_revision], [002])
m4_define([pkg_version], m4_ifdef([pkg_revision], [pkg_version.pkg_revision], [pkg_version]))
m4_define([rpm_revision], m4_ifdef([pkg_revision], ["0.%(date '+%y%m%d')"], [1]))