[sword-svn] r2913 - trunk

scribe at crosswire.org scribe at crosswire.org
Fri Jul 19 10:44:38 MST 2013


Author: scribe
Date: 2013-07-19 10:44:38 -0700 (Fri, 19 Jul 2013)
New Revision: 2913

Modified:
   trunk/ChangeLog
Log:
updated scribe's ChangeLog entries, preparing for 1.7.x release


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2013-07-18 14:49:01 UTC (rev 2912)
+++ trunk/ChangeLog	2013-07-19 17:44:38 UTC (rev 2913)
@@ -1,25 +1,22 @@
 API ChangeLog 
 
 
-------------------------------------------------------------------------
-r2893 | scribe | 2013-07-16 05:07:02 +0200 (Tue, 16 Jul 2013) | 3 lines
+16-July-2013	Troy A. Griffitts <scribe at crosswire.org>
+	Many classes have had class and method names normalized, including:
+		VerseMgr renamed to VersificationMgr
+		SWKey
+		ListKey
+		SWModule
 
-normalized ListKey method names and deprecated old names
-added multimapwdef.i to ignore unsupported operator []
 
-------------------------------------------------------------------------
-r2887 | scribe | 2013-07-13 16:33:05 +0200 (Sat, 13 Jul 2013) | 4 lines
+13-July-2013	Troy A. Griffitts <scribe at crosswire.org>
+	InstallMgr FTP now has a 45 second timeout
 
-set FTP timeout to 45 seconds which seems to actually take double from running timings with:
-time installmgr -r Repo
+11-July-2013	Troy A. Griffitts <scribe at crosswire.org>
+	SWIG bindings updated to build and work with autotools
 
 
 ------------------------------------------------------------------------
-r2877 | scribe | 2013-07-11 00:34:11 +0200 (Thu, 11 Jul 2013) | 2 lines
-
-more work on python bindings to use pkg-config
-
-------------------------------------------------------------------------
 r2862 | chrislit | 2013-07-08 11:08:04 +0200 (Mon, 08 Jul 2013) | 1 line
 
 applied submitted UTF8ArabicPoints code
@@ -29,26 +26,33 @@
 
 plugged Bzip2Compress & XzCompress into the API, though these remain clones of the ZipCompress class and will not be supported in 1.7.0
 
-------------------------------------------------------------------------
-r2853 | scribe | 2013-07-06 03:43:10 +0200 (Sat, 06 Jul 2013) | 2 lines
 
-Fix for buffer overrun in non-standard Apache dir list output. Applied modified patch from Jaak Ristioja <jaak at ristioja.ee>
+6-July-2013	Jaak Ristioja <jaak at ristioja.ee>
+	InstallMgr HTTP transport, fix for buffer overrun in non-standard
+		Apache dir list output
 
+
 ------------------------------------------------------------------------
 r2844 | chrislit | 2013-06-29 14:04:03 +0200 (Sat, 29 Jun 2013) | 3 lines
 
 removed PLAINHTML and PLAINFootnotes filters
 
+
 ------------------------------------------------------------------------
 19-Jun-2013 Gregory S. Hellings <greg.hellings at gmail.com>
 	Introduced CMake options to specify exact install locations
 		of subcomponents
 
-------------------------------------------------------------------------
-r2820 | scribe | 2013-06-11 19:21:12 +0200 (Tue, 11 Jun 2013) | 5 lines
+11-Jun-2013	Troy A. Griffitts <scribe at crosswire.org>
+	Changed SWBuf append methods to return *this, so they can be chained
+	Added a new method SWBuf::indexOf
+	New XHTML Filters based on HTMLHREF but now support:
+		tables, sub, and super elements, hi rend attribute for
+		overline of nom sac
+		better whitespace processing for:
+			block tags by supressing multiple vspace
+			poetry lines
 
-added better processing of poetry lines
-changed swbuf append methods to return *this
 
 ------------------------------------------------------------------------
 r2815 | chrislit | 2013-06-10 14:25:58 +0200 (Mon, 10 Jun 2013) | 2 lines
@@ -56,73 +60,51 @@
 added basic OSISEnum & OSISXlit filters
 renamed OSISRuby to the more general OSISGlosses
 
-------------------------------------------------------------------------
-r2806 | scribe | 2013-06-07 15:32:16 +0200 (Fri, 07 Jun 2013) | 2 lines
 
-added ability for regex searches to cross verse boundaries.
+7-Jun-2013	Troy A. Griffitts <scribe at crosswire.org>
+	Enhanced regex searches to return result which cross a single
+		verse boundaries
 
-------------------------------------------------------------------------
-r2803 | scribe | 2013-05-30 05:43:52 +0200 (Thu, 30 May 2013) | 5 lines
+30-May-2013	Troy A. Griffitts <scribe at crosswire.org>
+	Generalized Transport interface from 'FTP' to 'Remote' to better
+		accommodate HTTP, SFTP, etc.
 
-Added better whitespace handling for block tags by supressing multiple vspace
-Renamed 'ftp' stuff to more generic 'remote' because we support http, https now and who knows what in the future.
 
-------------------------------------------------------------------------
-r2801 | scribe | 2013-05-21 18:57:04 +0200 (Tue, 21 May 2013) | 2 lines
+11-April-2013	Troy A. Griffitts <scribe at crosswire.org>
+	Verse parser updates, including:
+		Fixed parsing of Ps.V
+		Added parsing of special 'inscriptio' and 'subscriptio' entries
+			resolving to special Book 0:0 and Book 1:0
+			respectively
+			e.g., Matt.Inscr -> Matt.0.0; Matt.Subscrip -> Matt.1.0
+		Better handling of verse suffix, e.g., John.1.3b
+		Handle comma verses properly after range which spans chapters,
+			e.g., jn.1.1-2.5,9
 
-updated to support tables, sub, and super elements
+12-Mar-2013	Troy A. Griffitts <scribe at crosswire.org>
+	More examples, including: show a chapter, verse range
 
-------------------------------------------------------------------------
-r2796 | scribe | 2013-04-11 18:18:45 +0200 (Thu, 11 Apr 2013) | 4 lines
 
-Fixed parsing of Ps.V
-Added parsing of special 'inscriptio' and 'subscriptio' entries to Book 0:0 and Book 1:0 respectively (for INTF)
-e.g., Matt.Inscr -> Matt.0.0 and Matt.Subscrip -> Matt.1.0
+24-Feb-2013	Troy A. Griffitts <scribe at crosswire.org>
+	Greatly improved navigation with intros and normalization turned
+		on/off
 
-------------------------------------------------------------------------
-r2789 | scribe | 2013-03-12 01:51:32 +0100 (Tue, 12 Mar 2013) | 2 lines
 
-code to show a chapter
-
 ------------------------------------------------------------------------
-r2785 | scribe | 2013-02-24 00:53:35 +0100 (Sun, 24 Feb 2013) | 7 lines
-
-added ability to ++ and -- and normalize with intros on
-better handling of ++ and -- with autonorm off
-added more tests
-fixed bug with HunKar module (and others) with [ Testament 1 Intro ] not parseable when skipConsecutiveLinks was on.
-turned make autonormalize settings in ListKey results from VerseKey::parseVerseList equal to the VerseKey isAutoNormalize value.
-
-
-------------------------------------------------------------------------
 r2783 | dmsmith | 2013-02-18 17:56:43 +0100 (Mon, 18 Feb 2013) | 1 line
 
 treat \n as a space and don't introduce space
 
-------------------------------------------------------------------------
-r2781 | scribe | 2013-02-16 16:03:08 +0100 (Sat, 16 Feb 2013) | 2 lines
 
-renamed versemgr to versificationmgr
+1-Feb-2013	Troy A. Griffitts <scribe at crosswire.org>
+	New .conf entries honored:
+		StrongsPadding=false, which turns off
+			logic to detect strongs numbers and add padding
+		CaseSensitiveKeys=true, which makes a lexicon case sensitive
 
-------------------------------------------------------------------------
-r2780 | scribe | 2013-02-01 10:11:52 +0100 (Fri, 01 Feb 2013) | 4 lines
+29-Jan-2013	Jaak Ristioja <jaak at ristioja.ee>
+	Removed warnings in header files for unused variables
 
-added ability to turn off logic to detect strongs numbers and add padding.
-.conf entry:
-StrongsPadding=false
-
-------------------------------------------------------------------------
-r2779 | scribe | 2013-01-29 01:06:01 +0100 (Tue, 29 Jan 2013) | 2 lines
-
-Committed patch to safely bypass warnings for unused variables in empty virtual methods in headers (Jaak Ristioja)
-
-------------------------------------------------------------------------
-r2764 | scribe | 2013-01-19 17:19:47 +0100 (Sat, 19 Jan 2013) | 3 lines
-
-Updated naming conventions in swkey and swmodule, which rippled out to most every class and file
-
-
-------------------------------------------------------------------------
 06-Jan-2013 Gregory S. Hellings <greg.hellings at gmail.com>
 	Added support to install from SFTP sources using username/password
 		authentication in places where cURL has SFTP support (no support
@@ -155,55 +137,34 @@
 
 generalizing ruby as glosses (for use in non-Japanese texts or even Japanese texts with non-ruby glosses)
 
-------------------------------------------------------------------------
-r2733 | scribe | 2012-09-14 14:12:29 +0200 (Fri, 14 Sep 2012) | 2 lines
+14-Sep-2012	Troy A. Griffitts <scribe at crosswire.org>
+	Changed default log level to WARN from INFO
 
-changed default log setting to WARN from INFO.  INFO gives us too much INFO!
-
 29-Aug-2012 Gregory S. Hellings <greg.hellings at gmail.com>
 	Swig bindings may now be built against shared or static libraries.
-	Cleaned up almost all gcc 4.7 warnings from the swig bindings and eliminated
-		errors which packagers had discovered.
+	Cleaned up almost all gcc 4.7 warnings from the swig bindings and
+		eliminated errors which packagers had discovered.
 	Swig bindings are now installed by the normal 'make install' under
 		CMake
+
+
 ------------------------------------------------------------------------
 r2717 | chrislit | 2012-08-19 09:08:57 +0200 (Sun, 19 Aug 2012) | 2 lines
 
 added Rahlfs v11n
 
-------------------------------------------------------------------------
-r2712 | scribe | 2012-07-31 17:39:24 +0200 (Tue, 31 Jul 2012) | 2 lines
 
-Cleaned up suffix parsing.
+11-Jul-2012	Troy A. Griffitts <scribe at crosswire.org>
+	New Lucene index field for searching 'morph' (lemma at morphology)
 
-------------------------------------------------------------------------
-r2709 | scribe | 2012-07-11 15:37:13 +0200 (Wed, 11 Jul 2012) | 2 lines
 
-added morph (lemma at morphology) field for searching
-
 ------------------------------------------------------------------------
 r2704 | refdoc | 2012-06-21 01:13:39 +0200 (Thu, 21 Jun 2012) | 2 lines
 
 Added Pohnpeian language locale
 
-------------------------------------------------------------------------
-r2701 | scribe | 2012-05-30 17:56:37 +0200 (Wed, 30 May 2012) | 4 lines
 
-handle comma verses properly after range which spans chapters, e.g.,
-jn.1.1-2.5,9
-
 ------------------------------------------------------------------------
-r2700 | scribe | 2012-05-30 16:22:31 +0200 (Wed, 30 May 2012) | 3 lines
-
-fixed bug with jn.1.1-2.5
-
-
-------------------------------------------------------------------------
-r2698 | scribe | 2012-04-25 07:22:25 +0200 (Wed, 25 Apr 2012) | 2 lines
-
-added missing getShortText for ListKey
-
-------------------------------------------------------------------------
 25-Apr-2012 Gregory S. Hellings <greg.hellings at gmail.com>
 	InstallMgr now supports HTTPS connections where cURL has support
 		for that transport
@@ -217,19 +178,13 @@
 
 Allow div in header of osis document. From John Zaitseff
 
-------------------------------------------------------------------------
-r2688 | scribe | 2012-03-05 03:02:10 +0100 (Mon, 05 Mar 2012) | 5 lines
 
-Reworked OSISHeadings filter to be sane, thought might not work.  Test!
-Added OSIS Reference doc and start of osis test to testsuite
-Changed SWOptionFilter and SWBasicFilter to virtual extend SWFilter to prevent bad MI.
+21-Feb-2012	Troy A. Griffitts <scribe at crosswire.org>
+	Added constants for module types:
+		SWMgr::MODTYPE_BIBLES, MODTYPE_COMMENTARIES, MODTYPE_LEXDICTS,
+		MODTYPE_GENBOOKS, MODTYPE_DAILYDEVOS
 
 ------------------------------------------------------------------------
-r2680 | scribe | 2012-02-21 09:08:39 +0100 (Tue, 21 Feb 2012) | 2 lines
-
-Added long overdue constants for module types
-
-------------------------------------------------------------------------
 14-Feb-2012 Gregory S. Hellings <greg.hellings at gmail.com>
 	Added cross-compile support to CMake, including sample Toolchain files.
 
@@ -253,67 +208,27 @@
 02-Nov-2011 Gregory S. Hellings <greg.hellings at gmail.com>
 	Improved handling of CLucene and included support for CLucene 2
 
-------------------------------------------------------------------------
-r2663 | scribe | 2011-10-29 17:38:34 +0200 (Sat, 29 Oct 2011) | 4 lines
+29-Oct-2011	Troy A. Griffitts <scribe at crosswire.org>
+	Added RTFHTML parsing of rtf \\number codes to facilitate .conf files
+	Adjusted abuser detection in SwordOrb and made orbs cycle when max is
+		reached for an IP (probably a server using us as a service)
+	Added translate and InstallMgr functions to orb
 
-Added parsing of rtf \\number codes to facilitate our rtf .conf files
-Adjusted abuser detection in SwordOrb and made orbs cycle when max is reached for an IP (probably a server using us as a service)
-Added translate and installmgr functions to orb
+29-Sep-2011	Troy A. Griffitts <scribe at crosswire.org>
+	Added sane parameter parsing to imp2ld
+	Added methods for utf8 / wchar conversion to help clucene
 
 ------------------------------------------------------------------------
-r2660 | scribe | 2011-10-25 20:09:21 +0200 (Tue, 25 Oct 2011) | 2 lines
-
-handle tei hi rend attribute for overline of nom sac
-
-------------------------------------------------------------------------
-r2659 | scribe | 2011-10-25 19:35:20 +0200 (Tue, 25 Oct 2011) | 3 lines
-
-Add a new method SWBuf::indexOf
-
-------------------------------------------------------------------------
-r2657 | scribe | 2011-09-29 19:29:26 +0200 (Thu, 29 Sep 2011) | 2 lines
-
-Added sane parameter parsing to imp2ld
-
-------------------------------------------------------------------------
-r2656 | scribe | 2011-09-29 17:46:37 +0200 (Thu, 29 Sep 2011) | 4 lines
-
-Added methods for utf8 / wchar conversion to help clucene
-Added ability to make lexicons case sensitive (new .conf entry CaseSensitiveKeys=true)
-
-------------------------------------------------------------------------
 r2653 | mdbergmann | 2011-08-07 22:27:19 +0200 (Sun, 07 Aug 2011) | 1 line
 
 added new Lion Xcode project where the Sword stuff is compiled in Xcode project. Changed -setClass: and instead added a protocol implementation based setting of configuration.
 
 ------------------------------------------------------------------------
-r2651 | scribe | 2011-08-04 21:05:09 +0200 (Thu, 04 Aug 2011) | 2 lines
-
-Added new example
-
-------------------------------------------------------------------------
 r2648 | mdbergmann | 2011-07-24 17:09:27 +0200 (Sun, 24 Jul 2011) | 1 line
 
 readded ppc archiecture for Xcode project.
 
-------------------------------------------------------------------------
-r2646 | scribe | 2011-07-23 19:39:20 +0200 (Sat, 23 Jul 2011) | 2 lines
 
-Added deprecated logic to defs and started to use in engine
-
-------------------------------------------------------------------------
-r2645 | scribe | 2011-07-22 13:03:45 +0200 (Fri, 22 Jul 2011) | 3 lines
-
-Fixed filemgr.cpp compile problem from temporary debug code left in
-More normalization of API method names
-
-------------------------------------------------------------------------
-r2644 | scribe | 2011-07-18 14:13:14 +0200 (Mon, 18 Jul 2011) | 3 lines
-
-Added XHTML filters.
-turn compat off in ftplib.h
-versekey pass own copy of buf.  Why was this change in the SWORD checkout for BibleCS?  Need new memory.
-------------------------------------------------------------------------
 14-Jul-2011 Gregory S. Hellings <greg.hellings at gmail.com>
 	Added a sample Python script that demonstrates the bindings and compares
 		osisIDs in an XML file to known Versification schemes
@@ -323,11 +238,6 @@
 fix and simplification for - (id)attributeValueForParsedLinkData:(NSDictionary *)data withTextRenderType:(TextPullType)textType.
 
 ------------------------------------------------------------------------
-r2628 | scribe | 2011-06-28 22:40:34 +0200 (Tue, 28 Jun 2011) | 2 lines
-
-Added new filter set XHTML
-
-------------------------------------------------------------------------
 r2626 | mdbergmann | 2011-06-10 10:02:20 +0200 (Fri, 10 Jun 2011) | 1 line
 
 added option to retrieve texts for link data as rendered or stripped.
@@ -371,23 +281,14 @@
 
 Faroese locale
 
-------------------------------------------------------------------------
-r2595 | scribe | 2011-02-01 02:50:25 +0100 (Tue, 01 Feb 2011) | 2 lines
 
-added verse range example
-
 ------------------------------------------------------------------------
 r2590 | mdbergmann | 2010-11-21 17:14:35 +0100 (Sun, 21 Nov 2010) | 1 line
 
 module names are stored as lower case string in SwordManagers module cache. -moduleForName: now als uses a lower case string to pull the module from the cache.
-------------------------------------------------------------------------
-r2589 | scribe | 2010-11-06 18:53:46 +0100 (Sat, 06 Nov 2010) | 3 lines
 
-Slightly optimized returning of search results in jni stub
-Fixed progress reporting in cli installmgr
 
 
-
 * Release 1.6.2 *
 
 18-Oct-2010	Troy A. Griffitts <scribe at crosswire.org>




More information about the sword-cvs mailing list