[sword-cvs] sword ChangeLog,1.155,1.156
sword@www.crosswire.org
sword@www.crosswire.org
Tue, 10 Jun 2003 11:44:56 -0700
Update of /usr/local/cvsroot/sword
In directory www:/tmp/cvs-serv30215
Modified Files:
ChangeLog
Log Message:
Added tests/testsuite for building a good set
of regression tests
Fixed VerseKey parsing of "1. book" and osisRefs
Index: ChangeLog
===================================================================
RCS file: /usr/local/cvsroot/sword/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -C2 -d -r1.155 -r1.156
*** ChangeLog 6 Jun 2003 18:25:56 -0000 1.155
--- ChangeLog 10 Jun 2003 18:44:54 -0000 1.156
***************
*** 2,9 ****
app specific changes
06-Jun-2003 Joachim Ansorg <junkmail@joachim.ansorgs.de>
Implemented encodeURL() function in utilweb.cpp
! Converted ThMLHTML filter to XMLTag, removed handling of scripRefs
! because this shouldn't be done in FMT_HTML
Converted ThMLHTMLHREF to XMLTag. Fixed some things.
Simplified some small things in filters, nothing big.
--- 2,15 ----
app specific changes
+ 10-Jun-2003 Troy A. Griffitts <scribe@crosswire.org>
+ Added tests/testsuite for building a good set
+ of regression tests
+ Fixed VerseKey parsing of "1. book" and osisRefs
+
06-Jun-2003 Joachim Ansorg <junkmail@joachim.ansorgs.de>
Implemented encodeURL() function in utilweb.cpp
! Converted ThMLHTML filter to XMLTag, removed handling
! of scripRefs because this shouldn't be done
! in FMT_HTML
Converted ThMLHTMLHREF to XMLTag. Fixed some things.
Simplified some small things in filters, nothing big.
***************
*** 12,16 ****
Added WEBIF filters, based on HTMLHREF filters.
Added new utilweb stuff for working with urls etc.
! Fixed SWORD_NAMESPACE_START and SWORD_NAMESPACE_END in defs.h if NO_SWORD_NAMESPACE was defined
30-May-2003 Troy A. Griffitts <scribe@crosswire.org>
--- 18,23 ----
Added WEBIF filters, based on HTMLHREF filters.
Added new utilweb stuff for working with urls etc.
! Fixed SWORD_NAMESPACE_START and SWORD_NAMESPACE_END
! in defs.h if NO_SWORD_NAMESPACE was defined
30-May-2003 Troy A. Griffitts <scribe@crosswire.org>