[lwatch-cvs] files AUTHORS,1.7,1.8 ChangeLog,1.34,1.35 Makefile.am,1.5,1.6
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2005-06-04 23:26:26
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2880/files Modified Files: AUTHORS ChangeLog Makefile.am Log Message: - contrib/ directory for contributors - added contrib/lwatch.jl for sawfish, thanks to Jakub Turski Index: Makefile.am =================================================================== RCS file: /cvsroot/lwatch/files/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile.am 18 Mar 2003 16:28:45 -0000 1.5 --- Makefile.am 4 Jun 2005 23:26:17 -0000 1.6 *************** *** 1 **** --- 1,3 ---- SUBDIRS = src doc + + EXTRA_DIST = contrib/lwatch.jl Index: AUTHORS =================================================================== RCS file: /cvsroot/lwatch/files/AUTHORS,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** AUTHORS 27 Aug 2003 23:43:57 -0000 1.7 --- AUTHORS 4 Jun 2005 23:26:17 -0000 1.8 *************** *** 5,8 **** --- 5,11 ---- Andrzej Oszer <os...@po...> - autotools support, beta tester + contrib/ + - lwatch.jl - Jakub Turski <yacoob(at)hell.pl> + I would like to thank to some people who have helped me significantly with this project: - Karolina Gajkowska <ka...@bl...> Index: ChangeLog =================================================================== RCS file: /cvsroot/lwatch/files/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** ChangeLog 16 Feb 2005 14:52:35 -0000 1.34 --- ChangeLog 4 Jun 2005 23:26:17 -0000 1.35 *************** *** 1,4 **** ! 0.5: - permanently remove input_fifo, --fifo and -f - dumping ./configure flags when run with -v 0.4.1: - manual typos (arturcz) --- 1,5 ---- ! pre0.5: - permanently remove input_fifo, --fifo and -f - dumping ./configure flags when run with -v + - added contrib/lwatch.jl for sawfish, thanks to Jakub Turski 0.4.1: - manual typos (arturcz) |