Enlightenment CVS committal

Author  : sebastid
Project : misc
Module  : embrace

Dir     : misc/embrace


Modified Files:
        ChangeLog configure.ac 


Log Message:
Add comments to ChangeLog.

===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- ChangeLog   3 Sep 2005 13:03:15 -0000       1.41
+++ ChangeLog   3 Sep 2005 13:13:39 -0000       1.42
@@ -1,4 +1,4 @@
-$Id: ChangeLog,v 1.41 2005/09/03 13:03:15 sebastid Exp $
+$Id: ChangeLog,v 1.42 2005/09/03 13:13:39 sebastid Exp $
 
 2005-09-03 Sebastian Dransfeld (sebastid at tango flipp net)
        * src/plugin/imap.c: Fix memleak, and remove server
@@ -14,6 +14,12 @@
 2005-09-03 Sebastian Dransfeld (sebastid at tango flipp net)
         * m4/ac_path_generic.m4: Remove trailing info after x.y.z
           in versions.
+        * src/lib/embrace.c: Make embrace_load_ui () static,
+          it is only used in this file.
+        * src/lib/embrace.{h,c}: Add void to functions without
+          arguments.
+        * src/e_mod_main.c: Add void to functions without arguments,
+          and remove erronous argument.
 
 2005-08-29 Michael Jennings (mej at eterm org)
         * Makefile.am, embrace.spec:  Applied patch from Jim Perrin
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/configure.ac,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- configure.ac        2 Sep 2005 05:32:57 -0000       1.16
+++ configure.ac        3 Sep 2005 13:13:39 -0000       1.17
@@ -1,6 +1,6 @@
 ###############################################################################
 ##
-## $Id: configure.ac,v 1.16 2005/09/02 05:32:57 sebastid Exp $
+## $Id: configure.ac,v 1.17 2005/09/03 13:13:39 sebastid Exp $
 ##
 ## Copyright (C) 2004 Embrace project.
 ##
@@ -129,7 +129,7 @@
 AC_SUBST(DL_LIBS)
 
 have_e17="no"
-AC_PATH_GENERIC(enlightenment, 16.999, [
+AC_PATH_GENERIC(enlightenment, 0.16.999, [
        have_e17="yes"
        AC_DEFINE(HAVE_E17, [], [Development Enlightenment WindowManager 
Support])
 




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to