Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e


Modified Files:
        configure.in ChangeLog timestamp.h 


Log Message:
Fri Mar 14 09:56:22 CET 2008
(Kim)

--- 0.16.8.13 0.01 ---
Avoid building unused static libraries.
Add some checking of printf style prototypes.
Use XInternAtoms to speed up initial atom fetch.
Assume free(0) is ok (if not HAVE_FREE_NULL_BUG will have to be defined).
Disable broken image/text class destroy functions.
Fix modules build.
Japanese translation update (Yasufumi Haga).
French translation update (Tristan D.).
Call autosave() on eesh sound on/off.
Optionally use PulseAudio to play sounds.
Simplify X-error checking.
Fix potential segv during translucent moves (noted by Pietro Cerutti, bug 392).
Fix memory leak if translucent move initialisation fails.
Fix bugs when shared memory image creation fails causing memory leak and 
X-errors.
Various sound/module/visibility fixes.
Add option to center new windows when desk is full (suggested by George L. 
Yermulnik).
Pick up some kde4 apps in menu generation.
Add shadow and fading flags to the remembered flag list.

===================================================================
RCS file: /cvs/e/e16/e/configure.in,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -3 -r1.253 -r1.254
--- configure.in        1 Mar 2008 16:38:05 -0000       1.253
+++ configure.in        14 Mar 2008 08:57:43 -0000      1.254
@@ -1,5 +1,5 @@
 m4_define([pkg_version],  [0.16.8.13])
-m4_define([pkg_revision], [0.00])
+m4_define([pkg_revision], [0.01])
 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.252
retrieving revision 1.253
diff -u -3 -r1.252 -r1.253
--- ChangeLog   16 Feb 2008 09:28:04 -0000      1.252
+++ ChangeLog   14 Mar 2008 08:57:43 -0000      1.253
@@ -4679,3 +4679,28 @@
 Cleanups.
 Add stuff for checking if various XSync's are really needed.
 
+
+-------------------------------------------------------------------------------
+
+Fri Mar 14 09:56:22 CET 2008
+(Kim)
+
+--- 0.16.8.13 0.01 ---
+Avoid building unused static libraries.
+Add some checking of printf style prototypes.
+Use XInternAtoms to speed up initial atom fetch.
+Assume free(0) is ok (if not HAVE_FREE_NULL_BUG will have to be defined).
+Disable broken image/text class destroy functions.
+Fix modules build.
+Japanese translation update (Yasufumi Haga).
+French translation update (Tristan D.).
+Call autosave() on eesh sound on/off.
+Optionally use PulseAudio to play sounds.
+Simplify X-error checking.
+Fix potential segv during translucent moves (noted by Pietro Cerutti, bug 392).
+Fix memory leak if translucent move initialisation fails.
+Fix bugs when shared memory image creation fails causing memory leak and 
X-errors.
+Various sound/module/visibility fixes.
+Add option to center new windows when desk is full (suggested by George L. 
Yermulnik).
+Pick up some kde4 apps in menu generation.
+Add shadow and fading flags to the remembered flag list.
===================================================================
RCS file: /cvs/e/e16/e/timestamp.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- timestamp.h 16 Feb 2008 09:28:04 -0000      1.48
+++ timestamp.h 14 Mar 2008 08:57:43 -0000      1.49
@@ -1 +1 @@
-#define E_CHECKOUT_DATE "$Date: 2008/02/16 09:28:04 $"
+#define E_CHECKOUT_DATE "$Date: 2008/03/14 08:57:43 $"



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to