Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        Makefile.am e_includes.h 
Added Files:
        e_entry.c e_entry.h 


Log Message:
Added e_entry smart. Not done yet, look at todo in e_entry.c

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/Makefile.am,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- Makefile.am 24 Sep 2005 10:29:31 -0000      1.47
+++ Makefile.am 25 Sep 2005 03:28:18 -0000      1.48
@@ -32,6 +32,7 @@
 e_object.h \
 e_icon.h \
 e_box.h \
+e_entry.h \
 e_int_menus.h \
 e_module.h \
 e_apps.h \
@@ -93,6 +94,7 @@
 e_object.c \
 e_icon.c \
 e_box.c \
+e_entry.c \
 e_int_menus.c \
 e_module.c \
 e_apps.c \
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_includes.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- e_includes.h        24 Sep 2005 10:29:31 -0000      1.34
+++ e_includes.h        25 Sep 2005 03:28:18 -0000      1.35
@@ -17,6 +17,7 @@
 #include "e_menu.h"
 #include "e_icon.h"
 #include "e_box.h"
+#include "e_entry.h"
 #include "e_init.h"
 #include "e_int_menus.h"
 #include "e_module.h"




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to