[sword-cvs] sword ChangeLog,1.148,1.149
sword@www.crosswire.org
sword@www.crosswire.org
Mon, 26 May 2003 01:36:33 -0700
Update of /usr/local/cvsroot/sword
In directory www:/tmp/cvs-serv17071
Modified Files:
ChangeLog
Log Message:
Improved verse reference parsing to include proper
parsing of osisRef attributes and other
misc. anomalies.
Returned canon.h back to previous state to
avoid locale key mismatches
Index: ChangeLog
===================================================================
RCS file: /usr/local/cvsroot/sword/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -C2 -d -r1.148 -r1.149
*** ChangeLog 26 May 2003 04:32:44 -0000 1.148
--- ChangeLog 26 May 2003 08:36:31 -0000 1.149
***************
*** 2,5 ****
--- 2,12 ----
app specific changes
+ 26-May-2003 Troy A. Griffitts <scribe@crosswire.org>
+ Improved verse reference parsing to include proper
+ parsing of osisRef attributes and other
+ misc. anomalies.
+ Returned canon.h back to previous state to
+ avoid locale key mismatches
+
25-May-2003 Troy A. Griffitts <scribe@crosswire.org>
Added utilfuns/utilxml.cpp and test/xmltest which