Enlightenment CVS committal Author : fletch3k Project : misc Module : enotes
Dir : misc/enotes Modified Files: AUTHORS ChangeLog INSTALL NEWS README TODO configure.in runwithoutinstall Log Message: Lots of changes! But none of it to the code :-) =================================================================== RCS file: /cvsroot/enlightenment/misc/enotes/AUTHORS,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- AUTHORS 11 Feb 2003 19:52:45 -0000 1.4 +++ AUTHORS 28 Feb 2003 19:06:06 -0000 1.5 @@ -20,3 +20,12 @@ Evas Owner: Carsten Haitzler - Raster Ecore Owner: Carsten Haitzler - Raster Eprog Owner: Brian Mattern - Rephorm +Autofoo'ing: Ben Rockwood - Benr + + Various Tips and Advice from: + +Term +Azundris +Adam Till: Tillsan +Ben Rockwood: Benr (again :-) ) + =================================================================== RCS file: /cvsroot/enlightenment/misc/enotes/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ChangeLog 11 Feb 2003 16:39:37 -0000 1.3 +++ ChangeLog 28 Feb 2003 19:06:07 -0000 1.4 @@ -14,3 +14,4 @@ E-Notes ChangeLog: +See CVS Listings. =================================================================== RCS file: /cvsroot/enlightenment/misc/enotes/INSTALL,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- INSTALL 11 Feb 2003 16:39:37 -0000 1.3 +++ INSTALL 28 Feb 2003 19:06:09 -0000 1.4 @@ -12,9 +12,23 @@ | Owner: Thomas Fletcher | |_________________________________________________________| + INSTALLATION -make; make install; +./autogen.sh +make +make install (As Root!) -or if just to try it out: + UNINSTALLATION -make; ./runwithoutinstall; +make uninstall (As Root!) + + TRYING IT OUT + +./autogen.sh +make +./runwithoutinstall (Note: If you wish to run the launch bar you must + supply more flags to the script to specify the bar + images and such, see the usage.) + +Or of course you could simply +install it, then uninstall it. =================================================================== RCS file: /cvsroot/enlightenment/misc/enotes/NEWS,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- NEWS 11 Feb 2003 16:39:38 -0000 1.3 +++ NEWS 28 Feb 2003 19:06:10 -0000 1.4 @@ -12,4 +12,4 @@ | Owner: Thomas Fletcher | |_________________________________________________________| - +See CVS Listings. =================================================================== RCS file: /cvsroot/enlightenment/misc/enotes/README,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- README 11 Feb 2003 16:39:39 -0000 1.3 +++ README 28 Feb 2003 19:06:11 -0000 1.4 @@ -12,4 +12,26 @@ | Owner: Thomas Fletcher | |_________________________________________________________| -Please see INSTALL. + What Is It? + +E-Notes is a sticky notes system based on the enlightenment +libraries. It is aimed at being a functionable, easy to use +and nice to look at themable sticky notes system which should +prove to be helpful on many peoples unix workstations. + +It is programmed in C and requires autoconf, automake, aclocal, +make, libtool, gettext, libltdl and the standard libraries. + +Not forgetting of course the enlightenment libraries: + Evas + Eprog + Eprog + Ewl + +Please See AUTHORS for credits and people who help with or +provide resources for the development of E-Notes. + + For Installation Instructions please see INSTALL. + + For Configuration Instructions see the documents in the + directory docs. =================================================================== RCS file: /cvsroot/enlightenment/misc/enotes/TODO,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- TODO 11 Feb 2003 16:39:39 -0000 1.4 +++ TODO 28 Feb 2003 19:06:11 -0000 1.5 @@ -12,5 +12,4 @@ | Owner: Thomas Fletcher | |_________________________________________________________| -Finish The New-Note EWL Option -Fix New Note GUI. +Add an option for timestamping. =================================================================== RCS file: /cvsroot/enlightenment/misc/enotes/configure.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- configure.in 10 Feb 2003 08:17:50 -0000 1.1 +++ configure.in 28 Feb 2003 19:06:11 -0000 1.2 @@ -90,19 +90,6 @@ AC_SUBST(eprog_cflags) AC_SUBST(eprog_libs) -PROG="gtk-config"; -AC_PATH_PROG(GTK_CONFIG, $PROG, "", $PATH) -if [ test -z $GTK_CONFIG ]; then - echo $PROG " is not in your \$PATH. Please ensure it is."; - echo "Read the manual page for you shell as to how to extend your path."; - echo "FATAL ERROR. ABORT."; - exit -1; -fi -gtk_cflags=`$GTK_CONFIG --cflags` -gtk_libs=`$GTK_CONFIG --libs` -AC_SUBST(gtk_cflags) -AC_SUBST(gtk_libs) - AC_OUTPUT([ Makefile =================================================================== RCS file: /cvsroot/enlightenment/misc/enotes/runwithoutinstall,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- runwithoutinstall 11 Feb 2003 16:53:00 -0000 1.5 +++ runwithoutinstall 28 Feb 2003 19:06:12 -0000 1.6 @@ -1 +1 @@ -src/enotes -b data/bg3.jpg -f data/notepad.ttf -F . -x data/x.png -d data/samplenotes -t data/titleimg.jpg --lastbtn data/lastbtn.png --firstbtn data/firstbtn.png --nubtn data/nubtn.png --newbtn data/newbtn.png $* +src/enotes -b data/bg3.jpg -f data/notepad.ttf -F . -x data/x.png -d data/samplenotes -t data/titleimg.jpg --lastbtn data/lastbtn.png --firstbtn data/firstbtn.png --nubtn data/nubtn.png --newbtn data/newbtn.png -B data/panel.png $* ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs