SVN revision: 42383
This commit is contained in:
Kim Woelders 2009-09-10 17:55:16 +00:00
parent e5a4831286
commit a275f85ce2
2 changed files with 16 additions and 2 deletions

View File

@ -5072,3 +5072,17 @@ Add some window size sanity checks.
Fix font configuration file search order (default should be fonts.cfg).
edox: Add -help option, remove cruft, move some lines of code.
Update translations from launchpad (ar, es, nl, sk).
-------------------------------------------------------------------------------
Tue Sep 8 19:22:07 CEST 2009
--- 1.0.1 ---
Use render for restart cursor only if an ARGB visual is available.
Fix issue with placement of windows present before e16 is started.
Prepare to eliminate special e16keyedit data parser.
Add missing newlines on IPC messages.
Remove some obsolete code.
Fix crash when snapshot or match places window on invalid desk
(noted by Ted Baltz).

View File

@ -1,5 +1,5 @@
m4_define([pkg_version], [1.0.0])
m4_define([pkg_revision], [901])
m4_define([pkg_version], [1.0.1])
#m4_define([pkg_revision], [901])
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]))