Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e


Modified Files:
        configure.in ChangeLog timestamp.h 


Log Message:
Sat Aug  9 14:51:26 CEST 2008
(Kim)

--- 0.16.8.14 ---
Call move/resize function only if moving/resizing.
Move config options to config.h.
Cleanups around closing internal windows.
Limit alert box size to screen size.
Fix button stacking bug when char is unsigned.
Use fallback imageclass a couple of places.
Fix ImageclassApplySimple for imageclasses without image.
Fix focusing new windows when using click-to-focus and 
all_new_windows_get_focus = 0.
Make cache_clear/query all actually clear/query all caches (img was missing).
Attempt to fix session (.desktop) stuff on various distros.
Attempt to improve focus switching when not using focus list.


===================================================================
RCS file: /cvs/e/e16/e/configure.in,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -3 -r1.267 -r1.268
--- configure.in        7 Aug 2008 23:14:54 -0000       1.267
+++ configure.in        9 Aug 2008 13:06:21 -0000       1.268
@@ -1,5 +1,5 @@
 m4_define([pkg_version],  [0.16.8.14])
-m4_define([pkg_revision], [0.04])
+dnl 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.260
retrieving revision 1.261
diff -u -3 -r1.260 -r1.261
--- ChangeLog   11 Jul 2008 20:13:44 -0000      1.260
+++ ChangeLog   9 Aug 2008 13:06:21 -0000       1.261
@@ -4803,3 +4803,22 @@
 Don't show iconbox animation if app is initially iconified.
 Play iconify sound only for selected iconbox.
 Fix various gravity issues.
+
+-------------------------------------------------------------------------------
+
+Sat Aug  9 14:51:26 CEST 2008
+(Kim)
+
+--- 0.16.8.14 ---
+Call move/resize function only if moving/resizing.
+Move config options to config.h.
+Cleanups around closing internal windows.
+Limit alert box size to screen size.
+Fix button stacking bug when char is unsigned.
+Use fallback imageclass a couple of places.
+Fix ImageclassApplySimple for imageclasses without image.
+Fix focusing new windows when using click-to-focus and 
all_new_windows_get_focus = 0.
+Make cache_clear/query all actually clear/query all caches (img was missing).
+Attempt to fix session (.desktop) stuff on various distros.
+Attempt to improve focus switching when not using focus list.
+
===================================================================
RCS file: /cvs/e/e16/e/timestamp.h,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -3 -r1.56 -r1.57
--- timestamp.h 11 Jul 2008 20:13:44 -0000      1.56
+++ timestamp.h 9 Aug 2008 13:06:21 -0000       1.57
@@ -1 +1 @@
-#define E_CHECKOUT_DATE "$Date: 2008/07/11 20:13:44 $"
+#define E_CHECKOUT_DATE "$Date: 2008/08/09 13:06:21 $"



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to