1.0.0.001

SVN revision: 41210
This commit is contained in:
Kim Woelders 2009-06-27 06:05:46 +00:00
parent 83a77fc97b
commit 9dc1554ce4
2 changed files with 16 additions and 1 deletions

View File

@ -5036,3 +5036,18 @@ Aspect ratio handling tweaks (fix for ticket 327).
Fix problem with incorrect xinerama screen info.
Another attempt to improve aspect ratio handling (pager sizing).
Add missing autosave when changing virtual desktop size.
-------------------------------------------------------------------------------
Sat Jun 27 07:59:36 CEST 2009
--- 1.0.0.001 ---
Autofoo cleanups, switch to non-deprecated macros.
Fix potential crash when closing magnifier window (noted by Pietro Cerutti).
Avoid referencing freed memory.
Look up menu icons in ~/.e16/icons too (patch by Pietro Cerutti, ticket 328).
Attempt to fix bs.po encoding.
Warning fixes (based on patches by pfritz and gahr, tickets 331,342).
Prevent area switch while shading (ticket 332).
Update credits.
Fix size (container window shape) of windows resized by a window match.

View File

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