Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e Modified Files: configure.in ChangeLog timestamp.h Log Message: Fri Jul 11 22:12:11 CEST 2008 (Kim) --- 0.16.8.14 0.04 --- Fix potential crash if iconv_open fails. Issue warnings for unavailable encoding conversions. No need to convert between utf8 and utf8. Remove colormodifier stuff (this has afaict never worked in e16). Fix bad test for window being mapped during iconification (fall back to app icon if app is initially iconified). 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. =================================================================== RCS file: /cvs/e/e16/e/configure.in,v retrieving revision 1.265 retrieving revision 1.266 diff -u -3 -r1.265 -r1.266 --- configure.in 25 Jun 2008 18:25:11 -0000 1.265 +++ configure.in 11 Jul 2008 20:13:44 -0000 1.266 @@ -1,5 +1,5 @@ m4_define([pkg_version], [0.16.8.14]) -m4_define([pkg_revision], [0.03]) +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])) =================================================================== RCS file: /cvs/e/e16/e/ChangeLog,v retrieving revision 1.259 retrieving revision 1.260 diff -u -3 -r1.259 -r1.260 --- ChangeLog 25 Jun 2008 18:25:11 -0000 1.259 +++ ChangeLog 11 Jul 2008 20:13:44 -0000 1.260 @@ -4786,3 +4786,20 @@ Only one maximisation function. Correctly place/size apps requesting _NET_WM_STATE_MAXIMIZED_... + +------------------------------------------------------------------------------- + +Fri Jul 11 22:12:11 CEST 2008 +(Kim) + +--- 0.16.8.14 0.04 --- +Fix potential crash if iconv_open fails. +Issue warnings for unavailable encoding conversions. +No need to convert between utf8 and utf8. +Remove colormodifier stuff (this has afaict never worked in e16). +Fix bad test for window being mapped during iconification (fall back to + app icon if app is initially iconified). +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. =================================================================== RCS file: /cvs/e/e16/e/timestamp.h,v retrieving revision 1.55 retrieving revision 1.56 diff -u -3 -r1.55 -r1.56 --- timestamp.h 25 Jun 2008 18:25:11 -0000 1.55 +++ timestamp.h 11 Jul 2008 20:13:44 -0000 1.56 @@ -1 +1 @@ -#define E_CHECKOUT_DATE "$Date: 2008/06/25 18:25:11 $" +#define E_CHECKOUT_DATE "$Date: 2008/07/11 20:13:44 $" ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs