[sword-cvs] sword/include canon.h,1.17,1.18

sword@www.crosswire.org sword@www.crosswire.org
Mon, 26 May 2003 01:36:33 -0700


Update of /usr/local/cvsroot/sword/include
In directory www:/tmp/cvs-serv17071/include

Modified Files:
	canon.h 
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: canon.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/canon.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** canon.h	10 May 2003 00:55:43 -0000	1.17
--- canon.h	26 May 2003 08:36:31 -0000	1.18
***************
*** 48,52 ****
    {"Esther", "Esth", 10},
    {"Job", "Job", 42},
!   {"Psalms", "Pss", 150},
    {"Proverbs", "Prov", 31},
    {"Ecclesiastes", "Eccl", 12},
--- 48,52 ----
    {"Esther", "Esth", 10},
    {"Job", "Job", 42},
!   {"Psalms", "Ps", 150},
    {"Proverbs", "Prov", 31},
    {"Ecclesiastes", "Eccl", 12},
***************
*** 99,103 ****
    {"III John", "3John", 1},
    {"Jude", "Jude", 1},
!   {"Revelation", "Rev", 22}
  };
  
--- 99,103 ----
    {"III John", "3John", 1},
    {"Jude", "Jude", 1},
!   {"Revelation of John", "Rev", 22}
  };