[ictk-cvs] ictk ChangeLog,1.38,1.39
chess library in java, PGN, FEN, ICS
Brought to you by:
jvarsoke
|
From: <jva...@us...> - 2004-02-16 21:28:57
|
Update of /cvsroot/ictk/ictk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6584 Modified Files: ChangeLog Log Message: [xslt] fixed 794238 - XSLT parser.xsl single line regex ignored changed text.xsl to detect when there is no ' ' in the regex line. Index: ChangeLog =================================================================== RCS file: /cvsroot/ictk/ictk/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** ChangeLog 30 Jan 2004 15:47:12 -0000 1.38 --- ChangeLog 16 Feb 2004 21:20:29 -0000 1.39 *************** *** 17,20 **** --- 17,21 ---- [fics] applies to support for the www.freechess.org server [icc] applies to support for the www.chessclub.com server + [xslt] applies to xslt code generation library functions / files *IN PROGRESS* *************** *** 36,43 **** [fics] added events: examine, mex, forward, backward, revert, forward at end of game, ! back at begin of game, forward on variation. [test] removed AllTests.java for Parser tests. [test] added allTests.xsl to autogenerate the AllTest file, so we don't miss any tests. build.xml was changed to this effect. 0.2.0 - 2003-10-03 FICS Support (limited) --- 37,47 ---- [fics] added events: examine, mex, forward, backward, revert, forward at end of game, ! back at begin of game, forward on variation, observer. [test] removed AllTests.java for Parser tests. [test] added allTests.xsl to autogenerate the AllTest file, so we don't miss any tests. build.xml was changed to this effect. + [xslt] fixed 794238 - XSLT parser.xsl single line regex ignored + changed text.xsl to detect when there is no ' ' in the + regex line. 0.2.0 - 2003-10-03 FICS Support (limited) |