Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : proto

Dir     : e17/proto/etk-perl


Modified Files:
        Changes MANIFEST README 


Log Message:
- version 0.02

===================================================================
RCS file: /cvs/e/e17/proto/etk-perl/Changes,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Changes     7 Jun 2006 11:58:33 -0000       1.1
+++ Changes     30 Jul 2006 19:50:29 -0000      1.2
@@ -1,5 +1,13 @@
 Revision history for Perl extension Etk.
 
+0.02  Sun Jul 30 17:53:12 GMT+2 2006
+       - rewrite of Etk-Perl
+               + Removed all .pm code
+               + Reverted functions to original types
+               + Type handling is now done through the typemap
+               + Added EtkTypes.[ch] to create/access objects
+               + Simple AUTOLOAD mechanism in Etk::Object to handle FooBar() 
-> foo_bar() conversion
+
 0.01  Thu Jun  1 15:53:00 2006
        - original version; created by h2xs 1.23 with options
                -d -x -F -I/usr/local/include/etk -M etk -n Etk 
/usr/local/include/etk/Etk.h
===================================================================
RCS file: /cvs/e/e17/proto/etk-perl/MANIFEST,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- MANIFEST    30 Jul 2006 19:22:31 -0000      1.2
+++ MANIFEST    30 Jul 2006 19:50:29 -0000      1.3
@@ -7,7 +7,22 @@
 ppport.h
 README
 typemap
+etk_test/etk_test.pl
+etk_test/images/1star.png
+etk_test/images/2stars.png
+etk_test/images/3stars.png
+etk_test/images/e_icon.png
+etk_test/images/test.png
 t/Etk.t
+t/Etk/Alignment.t
+t/Etk/Box.t
+t/Etk/Button.t
+t/Etk/CVS
+t/Etk/CheckButton.t
+t/Etk/Colorpicker.t
+t/Etk/Combobox.t
+t/Etk/Container.t
+t/Etk/Window.t
 fallback/const-c.inc
 fallback/const-xs.inc
 lib/Etk.pm
@@ -16,3 +31,5 @@
 lib/Etk/Constants.pm
 lib/Etk/Timer.pm                        Should die soon
 META.yml                                 Module meta-data (added by MakeMaker)
+TODO
+test.pl
===================================================================
RCS file: /cvs/e/e17/proto/etk-perl/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- README      7 Jun 2006 11:58:33 -0000       1.1
+++ README      30 Jul 2006 19:50:29 -0000      1.2
@@ -1,4 +1,4 @@
-Etk version 0.01
+Etk version 0.02
 ================
 
 NOTE:



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to