[geos-commits] r2817 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Tue Dec 8 17:47:48 EST 2009


Author: pramsey
Date: 2009-12-08 17:47:47 -0500 (Tue, 08 Dec 2009)
New Revision: 2817

Modified:
   trunk/ChangeLog
   trunk/INSTALL
   trunk/configure.in
Log:
Prepare for RC4 release.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-12-08 21:40:47 UTC (rev 2816)
+++ trunk/ChangeLog	2009-12-08 22:47:47 UTC (rev 2817)
@@ -1,18 +1,635 @@
-2009-11-18 01:28  Mateusz Loskot <mateusz at loskot.net>
+2009-12-08 21:40  mloskot
 
-	* [r2752] build/msvc90/geos_unit/geos_unit.vcproj: Added missing
+	* tests/geostest, tests/thread: Updated svn:ignore patterns
+
+2009-12-08 21:39  mloskot
+
+	* build/msvc10/Makefile.am: build/msvc10: fixed list of EXTRA_DIST
+	  files
+
+2009-12-08 17:51  strk
+
+	* tests/geostest/.deps/geostest.Po: This shouldn't be in the
+	  repository !
+
+2009-12-08 17:50  strk
+
+	* source/algorithm/NonRobustLineIntersector.cpp,
+	  source/algorithm/RobustLineIntersector.cpp: Remove
+	  deprecated/unused files
+
+2009-12-08 17:42  strk
+
+	* source/headers/geos/geom/prep/PreparedLineStringIntersects.h:
+	  Drop useless (and leaking) heap allocation exposed by the new
+	  prepared linestring intersection test
+
+2009-12-08 17:42  strk
+
+	* source/geom/prep/PreparedLineString.cpp,
+	  source/headers/geos/geom/prep/PreparedLineString.h: Add missing
+	  destructor of PreparedLineString (closes ticket #305)
+
+2009-12-08 17:39  strk
+
+	* tests/unit/capi/GEOSPreparedGeometryTest.cpp: Add test with
+	  Prepared linestrings, for the sake of testing the leak reported
+	  in ticket #305
+
+2009-12-06 01:05  mloskot
+
+	* source/algorithm/Angle.cpp,
+	  source/algorithm/BoundaryNodeRule.cpp,
+	  source/algorithm/distance/DiscreteHausdorffDistance.cpp,
+	  source/algorithm/distance/DistanceToPoint.cpp,
+	  source/headers/geos/algorithm/Angle.h,
+	  source/headers/geos/algorithm/BoundaryNodeRule.h,
+	  source/headers/geos/algorithm/distance/DiscreteHausdorffDistance.h,
+	  source/headers/geos/algorithm/distance/DistanceToPoint.h,
+	  source/headers/geos/algorithm/distance/PointPairDistance.h,
+	  source/headers/geos/export.h,
+	  source/headers/geos/geom/CoordinateSequenceFilter.h,
+	  source/headers/geos/linearref/ExtractLineByLocation.h,
+	  source/headers/geos/linearref/LengthIndexOfPoint.h,
+	  source/headers/geos/linearref/LengthIndexedLine.h,
+	  source/headers/geos/linearref/LengthLocationMap.h,
+	  source/headers/geos/linearref/LinearGeometryBuilder.h,
+	  source/headers/geos/linearref/LinearIterator.h,
+	  source/headers/geos/linearref/LinearLocation.h,
+	  source/headers/geos/linearref/LocationIndexOfLine.h,
+	  source/headers/geos/linearref/LocationIndexOfPoint.h,
+	  source/headers/geos/noding/BasicSegmentString.h,
+	  source/headers/geos/noding/OrientedCoordinateArray.h,
+	  source/headers/geos/operation/buffer/BufferParameters.h,
+	  source/headers/geos/operation/overlay/snap/GeometrySnapper.h,
+	  source/headers/geos/operation/overlay/snap/LineStringSnapper.h,
+	  source/headers/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h,
+	  source/headers/geos/operation/overlay/snap/SnapOverlayOp.h,
+	  source/linearref/ExtractLineByLocation.cpp,
+	  source/linearref/LengthIndexOfPoint.cpp,
+	  source/linearref/LengthIndexedLine.cpp,
+	  source/linearref/LengthLocationMap.cpp,
+	  source/linearref/LinearGeometryBuilder.cpp,
+	  source/linearref/LinearIterator.cpp,
+	  source/linearref/LinearLocation.cpp,
+	  source/linearref/LocationIndexOfLine.cpp,
+	  source/linearref/LocationIndexOfPoint.cpp,
+	  source/noding/BasicSegmentString.cpp,
+	  source/noding/OrientedCoordinateArray.cpp,
+	  source/operation/buffer/BufferInputLineSimplifier.cpp,
+	  source/operation/buffer/BufferInputLineSimplifier.h,
+	  source/operation/buffer/BufferParameters.cpp,
+	  source/operation/overlay/snap/GeometrySnapper.cpp,
+	  source/operation/overlay/snap/LineStringSnapper.cpp,
+	  source/operation/overlay/snap/SnapIfNeededOverlayOp.cpp,
+	  source/operation/overlay/snap/SnapOverlayOp.cpp,
+	  source/operation/valid/IndexedNestedRingTester.cpp,
+	  source/operation/valid/IndexedNestedRingTester.h,
+	  tests/bigtest/bug234.cpp, tests/geostest/geostest.c,
+	  tests/perf/operation/buffer/IteratedBufferStressTest.cpp,
+	  tests/thread/badthreadtest.c, tests/thread/threadtest.c,
+	  tests/unit/algorithm/RobustLineIntersectionTest.cpp,
+	  tests/unit/algorithm/RobustLineIntersectorTest.cpp,
+	  tests/unit/algorithm/distance/DiscreteHausdorffDistanceTest.cpp,
+	  tests/unit/capi/GEOSBufferTest.cpp,
+	  tests/unit/capi/GEOSGeomFromWKBTest.cpp,
+	  tests/unit/capi/GEOSPreparedGeometryTest.cpp,
+	  tests/unit/linearref/LengthIndexedLineTest.cpp,
+	  tests/unit/noding/NodedSegmentStringTest.cpp,
+	  tests/unit/operation/buffer/BufferOpTest.cpp,
+	  tests/unit/operation/valid/IsValidTest.cpp,
+	  tests/unit/operation/valid/ValidClosedRingTest.cpp,
+	  tests/unit/operation/valid/ValidSelfTouchingRingFormingHoleTest.cpp,
+	  tests/unit/tut/tut.hpp, tests/unit/tut/tut_assert.hpp,
+	  tests/unit/tut/tut_console_reporter.hpp,
+	  tests/unit/tut/tut_exception.hpp, tests/unit/tut/tut_posix.hpp,
+	  tests/unit/tut/tut_reporter.hpp,
+	  tests/unit/tut/tut_restartable.hpp,
+	  tests/unit/tut/tut_result.hpp, tests/unit/tut/tut_runner.hpp,
+	  tests/xmltester/BufferResultMatcher.cpp,
+	  tests/xmltester/BufferResultMatcher.h,
+	  tests/xmltester/SingleSidedBufferResultMatcher.cpp,
+	  tests/xmltester/SingleSidedBufferResultMatcher.h,
+	  tests/xmltester/tinyxml/tinystr.cpp,
+	  tests/xmltester/tinyxml/tinystr.h,
+	  tests/xmltester/tinyxml/tinyxml.cpp,
+	  tests/xmltester/tinyxml/tinyxml.h,
+	  tests/xmltester/tinyxml/tinyxmlerror.cpp,
+	  tests/xmltester/tinyxml/tinyxmlparser.cpp: Updated source code
+	  files with svn:keywords property.
+
+2009-12-06 01:01  mloskot
+
+	* build/msvc90/geos_xmltester, source: Updated svn:ignore patterns
+
+2009-12-06 00:56  mloskot
+
+	* build/msvc10, build/msvc10/geos_c_dll, build/msvc10/geos_lib,
+	  build/msvc10/geos_unit, build/msvc10/geos_xmltester,
+	  build/msvc80/geos_xmltester: Updated svn:ignore patterns
+
+2009-12-06 00:51  mloskot
+
+	* configure.in: Updated configure.in after moved non-unit tests
+	  programs out of tests/unit (Tickets #240).
+
+2009-12-06 00:47  mloskot
+
+	* tests/Makefile.am, tests/geostest, tests/geostest/.deps,
+	  tests/geostest/.deps/geostest.Po, tests/geostest/Makefile.am,
+	  tests/geostest/brokengrammar, tests/geostest/geostest.c,
+	  tests/geostest/test.expected, tests/geostest/test.wkt,
+	  tests/geostest/testrunner.sh, tests/thread,
+	  tests/thread/Makefile.am, tests/thread/badthreadtest.c,
+	  tests/thread/threadtest.c, tests/unit/Makefile.am,
+	  tests/unit/capi/badthreadtest.c, tests/unit/capi/brokengrammar,
+	  tests/unit/capi/geostest.c, tests/unit/capi/test.expected,
+	  tests/unit/capi/test.wkt, tests/unit/capi/testrunner.sh,
+	  tests/unit/capi/threadtest.c: Moved non-unit tests programs out
+	  of tests/unit: geostest -> tests/geostest, threadtest ->
+	  tests/thread, badthreadtest -> tests/thread (Ticket #240).
+
+2009-12-05 21:59  mloskot
+
+	* configure.in: Added build/msvc80/geos_xmltester to configure.in
+
+2009-12-05 21:28  mloskot
+
+	* build/msvc80/Makefile.am, build/msvc80/geos.sln,
+	  build/msvc80/geos_xmltester,
+	  build/msvc80/geos_xmltester/Makefile.am,
+	  build/msvc80/geos_xmltester/geos_xmltester.vcproj: Added
+	  geos_xmltester.vcproj project to build/msvc80
+
+2009-12-05 21:20  mloskot
+
+	* build/msvc80/geos_c_dll/geos_c_dll.vcproj: Added GEOS_DLL_EXPORT
+	  to preprocessor definitions in
+	  build/msvc80/geos_c_dll/geos_c_dll.vcproj
+
+2009-12-05 20:30  mloskot
+
+	* source/linearref/ExtractLineByLocation.cpp: small cleanup
+
+2009-12-05 20:23  mloskot
+
+	* build/msvc80/geos.sln, build/msvc80/geos_c_dll/geos_c_dll.vcproj,
+	  build/msvc80/geos_lib/geos_lib.vcproj,
+	  build/msvc80/geos_unit/geos_unit.vcproj: Updated solution for
+	  Visual C++ 8.0 (Visual Studio 2005) (Ticket #303)
+
+2009-12-05 20:21  mloskot
+
+	* build/README: Updated information in README about build/msvcXY
+	  solutions
+
+2009-12-04 17:38  mloskot
+
+	* configure.in: Updated configure.in with msvc10
+
+2009-12-04 17:05  mloskot
+
+	* build/Makefile.am, build/msvc10, build/msvc10/Makefile.am,
+	  build/msvc10/README, build/msvc10/geos.sln,
+	  build/msvc10/geos_c_dll, build/msvc10/geos_c_dll/Makefile.am,
+	  build/msvc10/geos_c_dll/geos_c_dll.vcxproj,
+	  build/msvc10/geos_c_dll/geos_c_dll.vcxproj.filters,
+	  build/msvc10/geos_lib, build/msvc10/geos_lib/Makefile.am,
+	  build/msvc10/geos_lib/geos_lib.vcxproj,
+	  build/msvc10/geos_lib/geos_lib.vcxproj.filters,
+	  build/msvc10/geos_unit, build/msvc10/geos_unit/Makefile.am,
+	  build/msvc10/geos_unit/geos_unit.vcxproj,
+	  build/msvc10/geos_unit/geos_unit.vcxproj.filters,
+	  build/msvc10/geos_xmltester,
+	  build/msvc10/geos_xmltester/Makefile.am,
+	  build/msvc10/geos_xmltester/geos_xmltester.vcxproj,
+	  build/msvc10/geos_xmltester/geos_xmltester.vcxproj.filters: Added
+	  solution and projects for Visual Studio 2010 (note msvc90 denotes
+	  9.0 however msvc10 is 10 not 1.0)
+
+2009-12-04 15:58  mloskot
+
+	* tests/unit/geos_unit.cpp: Missing svn keywords
+
+2009-12-04 15:30  mloskot
+
+	* tests/unit/tut/tut_exception.hpp: Small fixes to TUT.
+
+2009-12-04 15:20  mloskot
+
+	* source/io/WKBReader.cpp: Replaced long with std::streampos
+
+2009-12-04 15:07  mloskot
+
+	* source/geom/CoordinateSequence.cpp: std::back_inserter requires
+	  <iterator> in geom/CoordinateSequence.cpp
+
+2009-12-04 13:57  mloskot
+
+	* build/msvc90/geos_lib/geos_lib.vcproj: Updated Visual C++ 9.0
+	  project
+
+2009-12-03 22:51  mloskot
+
+	* source/headers/geos/export.h: Yet another try to fix EOL in
+	  geos/export.h
+
+2009-12-03 20:29  mloskot
+
+	* source/headers/geos/export.h: Removed mysterious extra tokens
+	  (blanks) from geos/export.h
+
+2009-12-03 20:16  mloskot
+
+	* source/headers/geos/export.h: Removed mysterious extra tokens
+	  (blanks) from geos/export.h
+
+2009-12-03 20:01  mloskot
+
+	* build/msvc90/geos_unit/geos_unit.vcproj: Updated Visual C++
+	  project geos_unit.vcproj
+
+2009-12-03 19:59  mloskot
+
+	* source/headers/geos/platform.h.vc, source/headers/geos/timeval.h:
+	  Part 26 of larger changeset - source/headers:
+	  * Refine FINITE macro - pseudo-POSIX layer in Visual C++ does not
+	  offer long double version of finite()
+	  * Tidy up.
+
+2009-12-03 19:57  mloskot
+
+	* source/headers/geos/util/UniqueCoordinateArrayFilter.h: Part 25
+	  of larger changeset - source/headers/geos/util:
+	  * Declare noncopyable types as such explicitly (Ticket #304).
+	  * Tidy up.
+
+2009-12-03 19:55  mloskot
+
+	* source/headers/geos/simplify/DouglasPeuckerLineSimplifier.h,
+	  source/headers/geos/simplify/DouglasPeuckerSimplifier.h,
+	  source/headers/geos/simplify/LineSegmentIndex.h,
+	  source/headers/geos/simplify/TaggedLineSegment.h,
+	  source/headers/geos/simplify/TaggedLineString.h,
+	  source/headers/geos/simplify/TaggedLineStringSimplifier.h,
+	  source/headers/geos/simplify/TaggedLinesSimplifier.h,
+	  source/headers/geos/simplify/TopologyPreservingSimplifier.h: Part
+	  24 of larger changeset - source/headers/geos/simplify:
+	  * Declare noncopyable types as such explicitly (Ticket #304).
+	  * Tidy up.
+
+2009-12-03 19:52  mloskot
+
+	* source/headers/geos/planargraph/Subgraph.h: Part 23 of larger
+	  changeset - source/headers/geos/planargraph
+	  * Declare noncopyable types as such explicitly (Ticket #304).
+	  * Tidy up.
+
+2009-12-03 19:51  mloskot
+
+	* source/headers/geos/planargraph/algorithm/ConnectedSubgraphFinder.h:
+	  Part 22 of larger changeset -
+	  source/headers/geos/planargraph/algorithm:
+	  * Declare noncopyable types as such explicitly (Ticket #304).
+	  * Tidy up.
+
+2009-12-03 19:50  mloskot
+
+	* source/headers/geos/operation/valid/ConnectedInteriorTester.h:
+	  Part 21 of larger changeset -
+	  source/headers/geos/operation/valid:
+	  * Declare noncopyable types as such explicitly (Ticket #304).
+	  * Tidy up.
+
+2009-12-03 19:48  mloskot
+
+	* source/headers/geos/operation/predicate/RectangleContains.h,
+	  source/headers/geos/operation/predicate/RectangleIntersects.h:
+	  Part 20 of larger changeset -
+	  source/headers/geos/operation/overlay:
+	  * Declare noncopyable types as such explicitly (Ticket #304).
+	  * Unified EOL and style.
+	  * Tidy up.
+
+2009-12-03 19:46  mloskot
+
+	* source/headers/geos/operation/overlay/ElevationMatrix.h,
+	  source/headers/geos/operation/overlay/snap/GeometrySnapper.h,
+	  source/headers/geos/operation/overlay/snap/LineStringSnapper.h,
+	  source/headers/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h,
+	  source/headers/geos/operation/overlay/snap/SnapOverlayOp.h,
+	  source/headers/geos/operation/overlay/validate/FuzzyPointLocator.h,
+	  source/headers/geos/operation/overlay/validate/OffsetPointGenerator.h,
+	  source/headers/geos/operation/overlay/validate/OverlayResultValidator.h:
+	  Part 19 of larger changeset -
+	  source/headers/geos/operation/overlay:
+	  * Declare noncopyable types as such explicitly (Ticket #304).
+	  * Tidy up.
+	  * Unified EOL and style.
+
+2009-12-03 19:45  mloskot
+
+	* source/headers/geos/operation/buffer/BufferBuilder.h,
+	  source/headers/geos/operation/buffer/OffsetCurveBuilder.h,
+	  source/headers/geos/operation/buffer/OffsetCurveSetBuilder.h:
+	  Part 18of larger changeset -
+	  source/headers/geos/operation/buffer:
+	  * Declare noncopyable types as such explicitly (Ticket #304).
+	  * Tidy up.
+	  * Unified EOL and style.
+
+2009-12-03 19:44  mloskot
+
+	* source/headers/geos/noding/FastNodingValidator.h,
+	  source/headers/geos/noding/IntersectionAdder.h,
+	  source/headers/geos/noding/IntersectionFinderAdder.h,
+	  source/headers/geos/noding/MCIndexNoder.h,
+	  source/headers/geos/noding/MCIndexSegmentSetMutualIntersector.h,
+	  source/headers/geos/noding/NodedSegmentString.h,
+	  source/headers/geos/noding/NodingValidator.h,
+	  source/headers/geos/noding/OrientedCoordinateArray.h,
+	  source/headers/geos/noding/ScaledNoder.h,
+	  source/headers/geos/noding/SegmentNode.h,
+	  source/headers/geos/noding/SegmentNodeList.h,
+	  source/headers/geos/noding/SegmentString.h,
+	  source/headers/geos/noding/SingleInteriorIntersectionFinder.h:
+	  Part 17 of larger changeset -
+	  source/headers/geos/noding/snapround:
+	  * Declare noncopyable types as such explicitly (Ticket #304).
+	  * Added Visual C++ pragmas.
+	  * Tidy up.
+	  * Unified EOL and style.
+
+2009-12-03 19:41  mloskot
+
+	* source/headers/geos/noding/snapround/HotPixel.h,
+	  source/headers/geos/noding/snapround/MCIndexPointSnapper.h,
+	  source/headers/geos/noding/snapround/MCIndexSnapRounder.h,
+	  source/headers/geos/noding/snapround/SimpleSnapRounder.h: Part 16
+	  of larger changeset - source/headers/geos/noding/snapround:
+	  * Declare noncopyable types as such explicitly (Ticket #304).
+	  * Added Visual C++ pragmas.
+	  * Tidy up.
+	  * Unified EOL and style.
+
+2009-12-03 19:39  mloskot
+
+	* source/headers/geos/linearref/LinearIterator.h: Part 15 of larger
+	  changeset - source/headers/geos/linearref:
+	  * Declare noncopyable types as such explicitly (Ticket #304).
+	  * Tidy up.
+
+2009-12-03 19:38  mloskot
+
+	* source/headers/geos/io/StringTokenizer.h,
+	  source/headers/geos/io/WKBReader.h: Part 14 of larger changeset -
+	  source/headers/geos/io:
+	  * Declare noncopyable types as such explicitly (Ticket #304).
+	  * Tidy up.
+
+2009-12-03 19:36  mloskot
+
+	* source/headers/geos/index/chain/MonotoneChain.h: Part 13 of
+	  larger changeset - source/headers/geos/index/chain:
+	  * Declare noncopyable types as such explicitly (Ticket #304).
+	  * Added Visual C++ pragmas.
+	  * Tidy up.
+
+2009-12-03 19:36  mloskot
+
+	* source/headers/geos/geomgraph/GeometryGraph.h,
+	  source/headers/geos/geomgraph/NodeMap.h: Part 12 of larger
+	  changeset - source/headers/geos/geomgraph:
+	  * Declare noncopyable types as such explicitly (Ticket #304).
+	  * Added Visual C++ pragmas.
+	  * Tidy up.
+
+2009-12-03 19:30  mloskot
+
+	* source/headers/geos/geom/util/ComponentCoordinateExtracter.h,
+	  source/headers/geos/geom/util/GeometryCombiner.h,
+	  source/headers/geos/geom/util/GeometryTransformer.h,
+	  source/headers/geos/geom/util/LinearComponentExtracter.h,
+	  source/headers/geos/geom/util/PointExtracter.h,
+	  source/headers/geos/geom/util/PolygonExtracter.h: Part 11 of
+	  larger changeset - source/headers/geos/geom/util:
+	  * Declare noncopyable types as such explicitly (Ticket #304).
+	  * Added Visual C++ pragmas.
+	  * Tidy up.
+
+2009-12-03 19:29  mloskot
+
+	* source/headers/geos/geom/prep/PreparedLineStringIntersects.h,
+	  source/headers/geos/geom/prep/PreparedPolygonPredicate.h: Part
+	  10of larger changeset - source/headers/geos/geom/prep:
+	  * Declare noncopyable types as such explicitly (Ticket #304).
+	  * Added Visual C++ pragmas.
+	  * Tidy up.
+
+2009-12-03 19:27  mloskot
+
+	* source/headers/geos/algorithm/RayCrossingCounter.h,
+	  source/headers/geos/algorithm/distance/DiscreteHausdorffDistance.h,
+	  source/headers/geos/algorithm/locate/IndexedPointInAreaLocator.h:
+	  Part 9 of larger changeset - source/headers/geos/algorithm:
+	  * Declare noncopyable types as such explicitly (Ticket #304).
+	  * Added Visual C++ pragmas.
+	  * Tidy up.
+
+2009-12-03 19:24  mloskot
+
+	* source/geomgraph/PlanarGraph.cpp: Part 7 of larger changeset -
+	  source/geomgraph:
+	  * Fixed incorrect int to string conversion.
+
+2009-12-03 19:23  mloskot
+
+	* source/index/intervalrtree/SortedPackedIntervalRTree.cpp: Part 7
+	  of larger changeset - source/index/intervalrtree:
+	  * Declare noncopyable types as such explicitly (Ticket #304).
+	  * Added Visual C++ pragmas.
+	  * Tidy up.
+
+2009-12-03 19:22  mloskot
+
+	* source/noding/ScaledNoder.cpp: Refined changeset r2766 - fix for
+	  nested classes required by GCC.
+
+2009-12-03 19:14  mloskot
+
+	* source/noding/OrientedCoordinateArray.cpp,
+	  source/noding/ScaledNoder.cpp: Part 6 of larger changeset -
+	  source/noding:
+	  * Declare noncopyable types as such explicitly (Ticket #304).
+	  * Added Visual C++ pragmas.
+	  * Tidy up.
+
+2009-12-03 19:11  mloskot
+
+	* source/noding/snapround/MCIndexPointSnapper.cpp: Part 5 of larger
+	  changeset - source/noding/snapround:
+	  * Declare noncopyable types as such explicitly (Ticket #304).
+	  * Added Visual C++ pragmas.
+	  * Tidy up.
+
+2009-12-03 19:03  mloskot
+
+	* source/algorithm/RobustDeterminant.cpp: Part 4 of larger
+	  changeset - source/algorithm:
+	  * Declare noncopyable types as such explicitly (Ticket #304).
+	  * Added Visual C++ pragmas.
+	  * Tidy up.
+
+2009-12-03 19:02  mloskot
+
+	* source/operation/buffer/BufferInputLineSimplifier.h,
+	  source/operation/buffer/OffsetCurveBuilder.cpp,
+	  source/operation/linemerge/LineSequencer.cpp,
+	  source/operation/overlay/OverlayOp.cpp,
+	  source/operation/overlay/PolygonBuilder.cpp,
+	  source/operation/predicate/RectangleIntersects.cpp,
+	  source/operation/valid/IsValidOp.cpp: Part 3 of larger changeset
+	  - source/operation:
+	  * Declare noncopyable types as such explicitly (Ticket #304).
+	  * Tidy up.
+
+2009-12-03 19:01  mloskot
+
+	* source/simplify/TopologyPreservingSimplifier.cpp: Part 2 of
+	  larger changeset - source/simplify:
+	  * Declare noncopyable types as such explicitly (Ticket #304).
+	  * Cleanup.
+	  * Unified EOL to LF.
+
+2009-12-03 18:56  mloskot
+
+	* tests/unit/algorithm/RobustLineIntersectionTest.cpp,
+	  tests/unit/capi/GEOSBufferTest.cpp,
+	  tests/unit/capi/GEOSGeomFromWKBTest.cpp,
+	  tests/unit/capi/GEOSPreparedGeometryTest.cpp,
+	  tests/unit/geom/CoordinateTest.cpp,
+	  tests/unit/geom/GeometryFactoryTest.cpp,
+	  tests/unit/geom/IntersectionMatrixTest.cpp,
+	  tests/unit/geom/LinearRingTest.cpp,
+	  tests/unit/geom/MultiPointTest.cpp,
+	  tests/unit/geom/PolygonTest.cpp,
+	  tests/unit/geom/TriangleTest.cpp,
+	  tests/unit/io/ByteOrderValuesTest.cpp,
+	  tests/unit/linearref/LengthIndexedLineTest.cpp,
+	  tests/unit/noding/BasicSegmentStringTest.cpp,
+	  tests/unit/noding/NodedSegmentStringTest.cpp: Part 1 of larger
+	  changeset - tests/unit:
+	  * Declare noncopyable types as such explicitly (Ticket #304).
+	  * Cleanup.
+	  * Unified EOL to LF.
+
+2009-12-03 14:48  mloskot
+
+	* tests/unit/operation/valid/IsValidTest.cpp,
+	  tests/unit/operation/valid/ValidClosedRingTest.cpp,
+	  tests/xmltester/XMLTester.cpp: * Added Visual C++ pragmas.
+	  * Fixed implicit pointer tests for 0 (save typing is a myth, be
+	  explicit is bless).
+
+2009-12-03 13:25  mloskot
+
+	* tests/unit/geos_unit.cpp, tests/unit/tut/tut_restartable.hpp,
+	  tests/xmltester/XMLTester.h: Updated C++ TUT framework.
+
+2009-12-01 16:16  mloskot
+
+	* source/geom/util/CoordinateOperation.cpp,
+	  source/io/WKBReader.cpp,
+	  source/operation/distance/DistanceOp.cpp,
+	  source/operation/overlay/snap/SnapIfNeededOverlayOp.cpp,
+	  tests/unit/geos_unit.cpp: Improved WKBReader::readHEX to read WKB
+	  encoded with lower-case hex digits, useful if combined with SQL
+	  encode(geometry, 'hex')
+
+2009-12-01 15:39  mloskot
+
+	* build/msvc90/geos_lib/geos_lib.vcproj, capi/geos_ts_c.cpp,
+	  source/geom/GeometryComponentFilter.cpp,
+	  source/geom/PrecisionModel.cpp,
+	  source/geom/util/GeometryTransformer.cpp,
+	  source/headers/geos/geom/BinaryOp.h,
+	  source/headers/geos/geom/Geometry.h,
+	  source/headers/geos/noding/Octant.h,
+	  source/headers/geos/noding/ScaledNoder.h,
+	  source/headers/geos/operation/overlay/PointBuilder.h,
+	  source/headers/geos/simplify/TaggedLinesSimplifier.h,
+	  source/headers/geos/util.h, source/index/quadtree/NodeBase.cpp,
+	  source/noding/NodedSegmentString.cpp,
+	  source/noding/ScaledNoder.cpp,
+	  source/noding/snapround/MCIndexPointSnapper.cpp,
+	  source/operation/overlay/OverlayOp.cpp,
+	  source/operation/overlay/snap/GeometrySnapper.cpp,
+	  source/operation/overlay/snap/SnapIfNeededOverlayOp.cpp,
+	  source/operation/overlay/validate/FuzzyPointLocator.cpp,
+	  source/precision/CommonBitsRemover.cpp,
+	  source/simplify/DouglasPeuckerSimplifier.cpp,
+	  tests/unit/geom/DimensionTest.cpp,
+	  tests/unit/geom/MultiPointTest.cpp,
+	  tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp,
+	  tests/unit/operation/buffer/BufferOpTest.cpp: * More fixes for
+	  incompleteness of types required by std::auto_ptr
+	  * Replaced utility macros with disappearing ignorance template
+	  trick.
+
+2009-12-01 13:05  mloskot
+
+	* build/msvc90/geos_c_dll/geos_c_dll.vcproj,
+	  build/msvc90/geos_lib/geos_lib.vcproj,
+	  build/msvc90/geos_unit/geos_unit.vcproj,
+	  build/msvc90/geos_xmltester/geos_xmltester.vcproj: Tweaked
+	  projects for Visual Studio 2008
+
+2009-11-30 17:29  mloskot
+
+	* capi/geos_ts_c.cpp, source/geomgraph/EdgeEnd.cpp,
+	  source/headers/geos/geom/CoordinateSequenceFilter.h,
+	  source/precision/EnhancedPrecisionOp.cpp: * GEOSFree_r should
+	  check context handle even if its not used - nullptr may indicate
+	  logic error.
+
+2009-11-30 13:55  mloskot
+
+	* build/msvc90/geos_c_dll/geos_c_dll.vcproj,
+	  build/msvc90/geos_lib/geos_lib.vcproj,
+	  build/msvc90/geos_unit/geos_unit.vcproj,
+	  build/msvc90/geos_xmltester/geos_xmltester.vcproj,
+	  source/geom/GeometryCollection.cpp,
+	  source/headers/geos/simplify/TopologyPreservingSimplifier.h,
+	  source/io/WKTReader.cpp,
+	  source/linearref/ExtractLineByLocation.cpp: * Fixed incomplete
+	  types Geometry and TaggedLinesSimplifier in
+	  TopologyPreservingSimplifier.h - required by std::auto_ptr
+	  * Removed unreachable code.
+	  * Removed /Wp64 option from Visual Studio 2008 projects.
+
+2009-11-30 12:25  mloskot
+
+	* ChangeLog: Missing log.
+
+2009-11-30 10:48  mloskot
+
+	* build/msvc90/geos_unit/geos_unit.vcproj,
+	  tests/unit/linearref/LengthIndexedLineTest.cpp: * Added missing
 	  tests to Visual Studio 2008 project
-	* [r2752] tests/unit/linearref/LengthIndexedLineTest.cpp: Replaced
-      call to isnan() missing in Visual C++ with ISNAN macro
+	  * Replaced call to isnan() missing in Visual C++ with ISNAN macro
 
-2009-11-26 21:42  Sandro Santilli <strk at keybit.net>
+2009-11-29 10:09  strk
 
-	* [r2748] source/headers/geos/platform.h.in: Add ISNAN support in
+	* ChangeLog: updated
+
+2009-11-26 21:42  strk
+
+	* source/headers/geos/platform.h.in: Add ISNAN support in
 	  platform.h.in
 
-2009-11-26 21:34  Sandro Santilli <strk at keybit.net>
+2009-11-26 21:34  strk
 
-	* [r2747] source/geom/util/LinearComponentExtracter.cpp,
+	* source/geom/util/LinearComponentExtracter.cpp,
 	  source/geom/util/Makefile.am,
 	  source/geom/util/PointExtracter.cpp,
 	  source/geom/util/PolygonExtracter.cpp,
@@ -22,216 +639,206 @@
 	  source/util/UnsupportedOperationException.cpp: Remove
 	  unreferenced files from the repository
 
-2009-11-26 21:28  Sandro Santilli <strk at keybit.net>
+2009-11-26 21:28  strk
 
-	* [r2746] build/msvc90/geos_lib/geos_lib.vcproj: Remove reference
-	  to files not needing to go in the dll
+	* build/msvc90/geos_lib/geos_lib.vcproj: Remove reference to files
+	  not needing to go in the dll
 
-2009-11-26 21:21  Sandro Santilli <strk at keybit.net>
+2009-11-26 21:21  strk
 
-	* [r2745] source/geom/CoordinateSequenceFactory.cpp,
+	* source/geom/CoordinateSequenceFactory.cpp,
 	  source/geom/Makefile.am,
 	  source/headers/geos/geom/CoordinateSequenceFactory.h: Put
 	  destructor of the CoordinateSequenceFactory in an implementation
 	  file, hopefully reducing linker confusion about RTTI (see ticket
 	  #299)
 
-2009-11-26 19:49  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-11-26 19:49  pramsey
 
-	* [r2744] configure.in: Add magic flags for OS/X Snow Leopard only.
-	  (#299)
+	* configure.in: Add magic flags for OS/X Snow Leopard only. (#299)
 
-2009-11-26 19:46  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-11-26 19:46  pramsey
 
-	* [r2743] configure.in: Add vc90 xmltester target to Makefile build
+	* configure.in: Add vc90 xmltester target to Makefile build
 
-2009-11-26 18:29  Frank Warmerdam <warmerdam at pobox.com>
+2009-11-26 18:29  warmerdam
 
-	* [r2742] capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp:
-	  clarify ownership of returned buffer from wkbwriter
+	* capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: clarify
+	  ownership of returned buffer from wkbwriter
 
-2009-11-26 16:32  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-11-26 16:32  pramsey
 
-	* [r2741] Makefile.am, build/msvc90/Makefile.am,
+	* Makefile.am, build/msvc90/Makefile.am,
 	  build/msvc90/geos_xmltester/Makefile.am: Fix missing components
 	  in tarball (#300)
 
-2009-11-24 18:05  Sandro Santilli <strk at keybit.net>
+2009-11-24 18:05  strk
 
-	* [r2736] ChangeLog: updated
+	* ChangeLog: updated
 
-2009-11-23 18:17  Sandro Santilli <strk at keybit.net>
+2009-11-23 18:17  strk
 
-	* [r2735] tests/unit/geom/CoordinateArraySequenceFactoryTest.cpp:
+	* tests/unit/geom/CoordinateArraySequenceFactoryTest.cpp:
 	  Coordiante->Coordinate
 
-2009-11-23 18:06  Sandro Santilli <strk at keybit.net>
+2009-11-23 18:06  strk
 
-	* [r2734] source/geom/Geometry.cpp: Avoid reallocations in Union
+	* source/geom/Geometry.cpp: Avoid reallocations in Union
 	  short-circuit
 
-2009-11-20 19:58  Sandro Santilli <strk at keybit.net>
+2009-11-20 19:58  strk
 
-	* [r2733] source/headers/geos/planargraph/NodeMap.h,
+	* source/headers/geos/planargraph/NodeMap.h,
 	  source/headers/geos/planargraph/PlanarGraph.h,
 	  source/operation/linemerge/LineMerger.cpp,
 	  source/operation/polygonize/PolygonizeGraph.cpp,
 	  source/planargraph/NodeMap.cpp: Don't force heap allocation of
 	  vectors for getting nodes of a NodeMap
 
-2009-11-19 21:30  Sandro Santilli <strk at keybit.net>
+2009-11-19 21:30  strk
 
-	* [r2732]
-	  source/headers/geos/noding/MCIndexSegmentSetMutualIntersector.h,
+	* source/headers/geos/noding/MCIndexSegmentSetMutualIntersector.h,
 	  source/noding/MCIndexSegmentSetMutualIntersector.cpp: Don't
 	  heap-allocate std::vector in MCIndexSegmentSetMutualIntersector
 
-2009-11-19 21:06  Sandro Santilli <strk at keybit.net>
+2009-11-19 21:06  strk
 
-	* [r2731] source/headers/geos/operation/overlay/MaximalEdgeRing.h,
+	* source/headers/geos/operation/overlay/MaximalEdgeRing.h,
 	  source/headers/geos/operation/valid/ConnectedInteriorTester.h,
 	  source/operation/overlay/MaximalEdgeRing.cpp,
 	  source/operation/valid/ConnectedInteriorTester.cpp: Don't force
 	  heap allocation when building edge rings for isValidOp
 
-2009-11-19 20:29  Sandro Santilli <strk at keybit.net>
+2009-11-19 20:29  strk
 
-	* [r2730]
-	  source/headers/geos/operation/polygonize/PolygonizeGraph.h,
+	* source/headers/geos/operation/polygonize/PolygonizeGraph.h,
 	  source/operation/polygonize/PolygonizeGraph.cpp,
 	  source/operation/polygonize/Polygonizer.cpp: Don't force heap
 	  allocation of std::vector in PolygonizeGraph when deleting
 	  dangles (moved allocation higher, in Polygonizer, so needs a
 	  second pass)
 
-2009-11-19 20:20  Sandro Santilli <strk at keybit.net>
+2009-11-19 20:20  strk
 
-	* [r2729]
-	  source/headers/geos/operation/polygonize/PolygonizeGraph.h,
+	* source/headers/geos/operation/polygonize/PolygonizeGraph.h,
 	  source/operation/polygonize/PolygonizeGraph.cpp: don't
 	  heap-allocate vectors in findLabeledEdgeRings
 
-2009-11-19 19:57  Sandro Santilli <strk at keybit.net>
+2009-11-19 19:57  strk
 
-	* [r2728]
-	  source/headers/geos/operation/polygonize/PolygonizeGraph.h,
+	* source/headers/geos/operation/polygonize/PolygonizeGraph.h,
 	  source/headers/geos/operation/polygonize/Polygonizer.h,
 	  source/operation/polygonize/PolygonizeGraph.cpp,
 	  source/operation/polygonize/Polygonizer.cpp: Move heap-allocation
 	  of vector used for 'cut-lines' containment out of PolygonizeGraph
 	  (but into Polygonizer)
 
-2009-11-19 19:31  Sandro Santilli <strk at keybit.net>
+2009-11-19 19:31  strk
 
-	* [r2727]
-	  source/headers/geos/operation/polygonize/PolygonizeGraph.h,
+	* source/headers/geos/operation/polygonize/PolygonizeGraph.h,
 	  source/operation/polygonize/PolygonizeGraph.cpp: Don't force
 	  heap-allocation of vectors for finding/labeling edge rings
 
-2009-11-19 19:19  Sandro Santilli <strk at keybit.net>
+2009-11-19 19:19  strk
 
-	* [r2726]
-	  source/headers/geos/operation/polygonize/PolygonizeGraph.h,
+	* source/headers/geos/operation/polygonize/PolygonizeGraph.h,
 	  source/headers/geos/operation/polygonize/Polygonizer.h,
 	  source/operation/polygonize/PolygonizeGraph.cpp,
 	  source/operation/polygonize/Polygonizer.cpp: Change
 	  PolygonizeGraph::getEdgeRings signature so not to force heap
 	  allocation of std::vector, update Polygonizer accordingly
 
-2009-11-19 19:06  Sandro Santilli <strk at keybit.net>
+2009-11-19 19:06  strk
 
-	* [r2725]
-	  source/headers/geos/operation/polygonize/PolygonizeGraph.h,
+	* source/headers/geos/operation/polygonize/PolygonizeGraph.h,
 	  source/operation/polygonize/PolygonizeGraph.cpp: Do not
 	  heap-allocate vector of Node when finding intersections
 
-2009-11-19 18:52  Sandro Santilli <strk at keybit.net>
+2009-11-19 18:52  strk
 
-	* [r2724] source/headers/geos/index/strtree/AbstractNode.h,
+	* source/headers/geos/index/strtree/AbstractNode.h,
 	  source/index/strtree/AbstractNode.cpp: Don not allocate the
 	  container of STRtree node childs on the heap
 
-2009-11-19 16:40  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-11-19 16:40  pramsey
 
-	* [r2723] source/geomgraph/index/SegmentIntersector.cpp,
+	* source/geomgraph/index/SegmentIntersector.cpp,
 	  tests/xmltester/XMLTester.cpp: Apply patch for --disable-cassert
 	  compilation (#291)
 
-2009-11-18 18:57  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-11-18 18:57  pramsey
 
-	* [r2720] HOWTO_RELEASE: Reverse the upgrade process a bit, bump up
+	* HOWTO_RELEASE: Reverse the upgrade process a bit, bump up
 	  revision numbers *after* release so that the repo version is
 	  always one higher than the release version. (#287)
 
-2009-11-18 01:28  Mateusz Loskot <mateusz at loskot.net>
+2009-11-18 01:28  mloskot
 
-	* [r2717] ChangeLog, capi/geos_c.cpp, capi/geos_ts_c.cpp: Silent
-	  warning thrown by Visual C++ about mixed class and struct keyword
-	  (#269)
+	* ChangeLog, capi/geos_c.cpp, capi/geos_ts_c.cpp: Silent warning
+	  thrown by Visual C++ about mixed class and struct keyword (#269)
 
-2009-11-17 20:29  Sandro Santilli <strk at keybit.net>
+2009-11-17 20:29  strk
 
-	* [r2716] tests/unit/Makefile.am: Include capi::GEOSGeomFromWKB
-	  test in geos_unit build (should also distribute as side-effect)
+	* tests/unit/Makefile.am: Include capi::GEOSGeomFromWKB test in
+	  geos_unit build (should also distribute as side-effect)
 
-2009-11-11 23:05  Sandro Santilli <strk at keybit.net>
+2009-11-11 23:05  strk
 
-	* [r2713] HOWTO_RELEASE, Makefile.am: Change ChangeLog generation
-	  rule so it doesn't mess with make dist. Reflect in HOW_TO_RELEASE
+	* HOWTO_RELEASE, Makefile.am: Change ChangeLog generation rule so
+	  it doesn't mess with make dist. Reflect in HOW_TO_RELEASE
 
-2009-11-10 23:54  Sandro Santilli <strk at keybit.net>
+2009-11-10 23:54  strk
 
-	* [r2712] HOWTO_RELEASE, Makefile.am: Make ChangeLog target
-	  non-phony to keep 'distcheck' happy. Reorganize HOW_TO_RELEASE
-	  steps.
+	* HOWTO_RELEASE, Makefile.am: Make ChangeLog target non-phony to
+	  keep 'distcheck' happy. Reorganize HOW_TO_RELEASE steps.
 
-2009-11-10 22:58  Sandro Santilli <strk at keybit.net>
+2009-11-10 22:58  strk
 
-	* [r2711] ChangeLog, HOWTO_RELEASE, NEWS: Package stuff for release
+	* ChangeLog, HOWTO_RELEASE, NEWS: Package stuff for release
 
-2009-10-29 21:06  Mateusz Loskot <mateusz at loskot.net>
+2009-10-29 21:06  mloskot
 
-	* [r2710] tests/unit/operation/buffer/BufferOpTest.cpp: Testing
-	  linker problem with DEFAULT_QUADRANT_SEGMENT constant
+	* tests/unit/operation/buffer/BufferOpTest.cpp: Testing linker
+	  problem with DEFAULT_QUADRANT_SEGMENT constant
 
-2009-10-29 20:58  Mateusz Loskot <mateusz at loskot.net>
+2009-10-29 20:58  mloskot
 
-	* [r2709] tests/unit/operation/buffer/BufferOpTest.cpp: Testing
-	  linker problem with DEFAULT_QUADRANT_SEGMENT constant
+	* tests/unit/operation/buffer/BufferOpTest.cpp: Testing linker
+	  problem with DEFAULT_QUADRANT_SEGMENT constant
 
-2009-10-29 20:55  Mateusz Loskot <mateusz at loskot.net>
+2009-10-29 20:55  mloskot
 
-	* [r2708] tests/unit/operation/buffer/BufferOpTest.cpp: Fixed CRLF
-	  to LF in BufferOpTest.cpp
+	* tests/unit/operation/buffer/BufferOpTest.cpp: Fixed CRLF to LF in
+	  BufferOpTest.cpp
 
-2009-10-29 20:47  Mateusz Loskot <mateusz at loskot.net>
+2009-10-29 20:47  mloskot
 
-	* [r2707] ChangeLog, tests/unit/operation/buffer/BufferOpTest.cpp:
-	  Missing include of BufferParameters.h header in BufferOpTest.cpp
-	  unit suite
+	* ChangeLog, tests/unit/operation/buffer/BufferOpTest.cpp: Missing
+	  include of BufferParameters.h header in BufferOpTest.cpp unit
+	  suite
 
-2009-10-29 16:20  Mateusz Loskot <mateusz at loskot.net>
+2009-10-29 16:20  mloskot
 
-	* [r2706] ChangeLog, tests/unit/operation/buffer/BufferOpTest.cpp:
-	  Added more test cases for buffer calculation based on A (input)
+	* ChangeLog, tests/unit/operation/buffer/BufferOpTest.cpp: Added
+	  more test cases for buffer calculation based on A (input)
 	  geometries from XMLTester's buffer.xml and
 	  TestBufferExternal2.xml tests.
 
-2009-10-29 15:11  Mateusz Loskot <mateusz at loskot.net>
+2009-10-29 15:11  mloskot
 
-	* [r2705] ChangeLog, tests/unit/operation/buffer/BufferOpTest.cpp:
-	  Added test case for buffer of multipolygon from XMLTester's
-	  buffer.xml, case #25 but with custom quadrant segments
+	* ChangeLog, tests/unit/operation/buffer/BufferOpTest.cpp: Added
+	  test case for buffer of multipolygon from XMLTester's buffer.xml,
+	  case #25 but with custom quadrant segments
 
-2009-10-29 14:24  Mateusz Loskot <mateusz at loskot.net>
+2009-10-29 14:24  mloskot
 
-	* [r2704] ChangeLog, tests/unit/operation/buffer/BufferOpTest.cpp:
-	  Added test case for buffer of POINT(0 0) with distance 1.0 and 32
+	* ChangeLog, tests/unit/operation/buffer/BufferOpTest.cpp: Added
+	  test case for buffer of POINT(0 0) with distance 1.0 and 32
 	  quadrant segments.
 
-2009-10-29 12:33  Mateusz Loskot <mateusz at loskot.net>
+2009-10-29 12:33  mloskot
 
-	* [r2703] ChangeLog, build/msvc90/geos_unit/geos_unit.vcproj,
+	* ChangeLog, build/msvc90/geos_unit/geos_unit.vcproj,
 	  tests/unit/Makefile.am, tests/unit/operation/buffer,
 	  tests/unit/operation/buffer/BufferOpTest.cpp: *
 	  tests/unit/operation/buffer: added unit test case for BufferOp,
@@ -239,175 +846,170 @@
 	  * build/msvc90/geos_unit/geos_unit.vcproj: updated Visual C++
 	  project.
 
-2009-10-28 12:09  Mateusz Loskot <mateusz at loskot.net>
+2009-10-28 12:09  mloskot
 
-	* [r2702] ChangeLog, build/msvc90/geos.sln,
-	  tests/xmltester/XMLTester.cpp: tests/xmltester/XMLTester.cpp:
-	  declare checkBufferSuccess function to take geometries by
-	  refernece to const
+	* ChangeLog, build/msvc90/geos.sln, tests/xmltester/XMLTester.cpp:
+	  tests/xmltester/XMLTester.cpp: declare checkBufferSuccess
+	  function to take geometries by refernece to const
 
-2009-10-25 18:48  Mateusz Loskot <mateusz at loskot.net>
+2009-10-25 18:48  mloskot
 
-	* [r2701] ChangeLog, source/headers/geos/geom/Geometry.h: Fixed
-	  typo in getCentroid function comment in Geometry.h.
+	* ChangeLog, source/headers/geos/geom/Geometry.h: Fixed typo in
+	  getCentroid function comment in Geometry.h.
 
-2009-10-23 13:04  Sandro Santilli <strk at keybit.net>
+2009-10-23 13:04  strk
 
-	* [r2700] source/headers/geos/linearref/LinearLocation.h,
+	* source/headers/geos/linearref/LinearLocation.h,
 	  source/linearref/LinearLocation.cpp: Have
 	  LinearLocation::getSegment return by auto_ptr to encode ownership
 	  transfer. Fixes leak reported in #296.
 
-2009-10-23 12:58  Sandro Santilli <strk at keybit.net>
+2009-10-23 12:58  strk
 
-	* [r2699] source/headers/geos/linearref/LinearLocation.h,
+	* source/headers/geos/linearref/LinearLocation.h,
 	  source/linearref/LinearLocation.cpp: Fix port info, add standard
 	  protection notes
 
-2009-10-23 10:21  Sandro Santilli <strk at keybit.net>
+2009-10-23 10:21  strk
 
-	* [r2698] source/headers/geos/linearref/LinearGeometryBuilder.h,
+	* source/headers/geos/linearref/LinearGeometryBuilder.h,
 	  source/linearref/LinearGeometryBuilder.cpp: Add destructor to
 	  LinearGeometryBuilder fixing memory leaks there.
 
-2009-10-23 10:13  Sandro Santilli <strk at keybit.net>
+2009-10-23 10:13  strk
 
-	* [r2697] source/linearref/LinearGeometryBuilder.cpp: Fix memory
-	  access error (#283)
+	* source/linearref/LinearGeometryBuilder.cpp: Fix memory access
+	  error (#283)
 
-2009-10-23 10:03  Sandro Santilli <strk at keybit.net>
+2009-10-23 10:03  strk
 
-	* [r2696] source/headers/geos/linearref/LinearGeometryBuilder.h,
+	* source/headers/geos/linearref/LinearGeometryBuilder.h,
 	  source/linearref/LinearGeometryBuilder.cpp: Fix port info for
 	  LinearGeometryBuilder
 
-2009-10-23 09:53  Sandro Santilli <strk at keybit.net>
+2009-10-23 09:53  strk
 
-	* [r2695] source/headers/geos/linearref/LinearGeometryBuilder.h,
+	* source/headers/geos/linearref/LinearGeometryBuilder.h,
 	  source/linearref/LinearGeometryBuilder.cpp: Cleanup
 	  LinearGeometrybuilder defs and impl to match common code style,
 	  add note about suspicious things (not written but noted that the
 	  class seems to lack a destructor..)
 
-2009-10-23 09:43  Sandro Santilli <strk at keybit.net>
+2009-10-23 09:43  strk
 
-	* [r2694] source/headers/geos/linearref/LocationIndexOfLine.h,
+	* source/headers/geos/linearref/LocationIndexOfLine.h,
 	  source/linearref/LengthIndexedLine.cpp,
 	  source/linearref/LocationIndexOfLine.cpp,
 	  tests/unit/linearref/LengthIndexedLineTest.cpp: Document
 	  ownership of return from LocationIndexOfLine::indicesOf, fix
 	  mismatch delete/delete[] in core and unit test
 
-2009-10-23 09:34  Sandro Santilli <strk at keybit.net>
+2009-10-23 09:34  strk
 
-	* [r2693] source/headers/geos/algorithm/BoundaryNodeRule.h: Add
-	  virtual dtor to virtual class
+	* source/headers/geos/algorithm/BoundaryNodeRule.h: Add virtual
+	  dtor to virtual class
 
-2009-10-23 09:33  Sandro Santilli <strk at keybit.net>
+2009-10-23 09:33  strk
 
-	* [r2692] tests/xmltester/tinyxml/tinyxmlparser.cpp: add some
-	  parens to hush gcc warning
+	* tests/xmltester/tinyxml/tinyxmlparser.cpp: add some parens to
+	  hush gcc warning
 
-2009-10-23 09:00  Sandro Santilli <strk at keybit.net>
+2009-10-23 09:00  strk
 
-	* [r2691] tests/unit/Makefile.am: Fix static building of C-api
-	  demo/tests
+	* tests/unit/Makefile.am: Fix static building of C-api demo/tests
 
-2009-10-23 08:34  Sandro Santilli <strk at keybit.net>
+2009-10-23 08:34  strk
 
-	* [r2690] tests/xmltester/Makefile.am: Run the last
+	* tests/xmltester/Makefile.am: Run the last
 	  available-but-no-automatically-run test: test.xml
 
-2009-10-22 18:18  Sandro Santilli <strk at keybit.net>
+2009-10-22 18:18  strk
 
-	* [r2689] tests/xmltester/tests/buffer.xml,
+	* tests/xmltester/tests/buffer.xml,
 	  tests/xmltester/tests/buffer_snapround.xml: Merge
 	  buffer_snapround.xml into buffer.xml
 
-2009-10-22 17:13  Sandro Santilli <strk at keybit.net>
+2009-10-22 17:13  strk
 
-	* [r2688] tests/xmltester/Makefile.am: A quick check reveals that
-	  the tests in buffer.xml are not really duplicated elsewhere so we
-	  run that test too now as part of make check
+	* tests/xmltester/Makefile.am: A quick check reveals that the tests
+	  in buffer.xml are not really duplicated elsewhere so we run that
+	  test too now as part of make check
 
-2009-10-22 17:07  Sandro Santilli <strk at keybit.net>
+2009-10-22 17:07  strk
 
-	* [r2687] tests/xmltester/tests/buffer.xml: Give buffer.xml cases a
+	* tests/xmltester/tests/buffer.xml: Give buffer.xml cases a
 	  somewhat more helpful description, fix 4 expected results after
 	  eye-checking. This is still not automatically run case it might
 	  contain duplicated tests from elsewhere (to be checked).
 
-2009-10-22 16:30  Sandro Santilli <strk at keybit.net>
+2009-10-22 16:30  strk
 
-	* [r2686] tests/xmltester/XMLTester.cpp: Don't segfault on EOF
-	  inside <op> tag
+	* tests/xmltester/XMLTester.cpp: Don't segfault on EOF inside <op>
+	  tag
 
-2009-10-20 16:59  Sandro Santilli <strk at keybit.net>
+2009-10-20 16:59  strk
 
-	* [r2685] source/headers/geos/index/strtree/AbstractSTRtree.h,
+	* source/headers/geos/index/strtree/AbstractSTRtree.h,
 	  source/index/strtree/STRtree.cpp: Commit MingW bug workaround
 	  provided by sanak in ticket #293
 
-2009-10-19 13:38  Mateusz Loskot <mateusz at loskot.net>
+2009-10-19 13:38  mloskot
 
-	* [r2684] ChangeLog,
-	  build/msvc90/geos_xmltester/geos_xmltester.vcproj,
+	* ChangeLog, build/msvc90/geos_xmltester/geos_xmltester.vcproj,
 	  tests/xmltester/tests/buffer_snapround.xml:
 	  tests/xmltester/tests/buffer_snapround.xml: not well-formed XML,
 	  fixed missing attribute.
 
-2009-10-17 14:47  Sandro Santilli <strk at keybit.net>
+2009-10-17 14:47  strk
 
-	* [r2683] ChangeLog: updated
+	* ChangeLog: updated
 
-2009-10-17 14:43  Sandro Santilli <strk at keybit.net>
+2009-10-17 14:43  strk
 
-	* [r2682] NEWS: updated
+	* NEWS: updated
 
-2009-10-17 14:35  Sandro Santilli <strk at keybit.net>
+2009-10-17 14:35  strk
 
-	* [r2681] source/algorithm/distance/DistanceToPoint.cpp: Half the
-	  calls to the virtual CoordinateSequence::getAt when computing
-	  line distances
+	* source/algorithm/distance/DistanceToPoint.cpp: Half the calls to
+	  the virtual CoordinateSequence::getAt when computing line
+	  distances
 
-2009-10-17 13:40  Sandro Santilli <strk at keybit.net>
+2009-10-17 13:40  strk
 
-	* [r2680] source/geom/CoordinateArraySequence.cpp: Drop pointless
-	  asserts. We'd abort anyway if vector is null. For the
-	  out-of-range case the GNU c++ lib helps debugging with an
-	  environment variable
+	* source/geom/CoordinateArraySequence.cpp: Drop pointless asserts.
+	  We'd abort anyway if vector is null. For the out-of-range case
+	  the GNU c++ lib helps debugging with an environment variable
 
-2009-10-17 13:04  Sandro Santilli <strk at keybit.net>
+2009-10-17 13:04  strk
 
-	* [r2679] source/noding/OrientedCoordinateArray.cpp: Add note of
+	* source/noding/OrientedCoordinateArray.cpp: Add note of
 	  private/static nature of implemented methods
 
-2009-10-17 12:28  Sandro Santilli <strk at keybit.net>
+2009-10-17 12:28  strk
 
-	* [r2678] source/geom/CoordinateArraySequence.cpp,
-	  source/geom/Polygon.cpp,
+	* source/geom/CoordinateArraySequence.cpp, source/geom/Polygon.cpp,
 	  source/headers/geos/geom/CoordinateArraySequence.h,
 	  source/headers/geos/geom/CoordinateSequence.h: Expose a usable
 	  toVector method for CoordinateSequence (ie: no memory management
 	  issues). Use it from Polygon::getCoordinates.
 
-2009-10-17 12:02  Sandro Santilli <strk at keybit.net>
+2009-10-17 12:02  strk
 
-	* [r2677] source/geom/Polygon.cpp: Don't allocate too much space
-	  for polygon points vector. Fixes bug #294.
+	* source/geom/Polygon.cpp: Don't allocate too much space for
+	  polygon points vector. Fixes bug #294.
 
-2009-10-16 15:27  Mateusz Loskot <mateusz at loskot.net>
+2009-10-16 15:27  mloskot
 
-	* [r2676] tests/xmltester/tests/fme.xml: xmltester/tests: missing
-	  double quotes around XML attribute value in fme.xml.
+	* tests/xmltester/tests/fme.xml: xmltester/tests: missing double
+	  quotes around XML attribute value in fme.xml.
 
-2009-10-14 20:42  Sandro Santilli <strk at keybit.net>
+2009-10-14 20:42  strk
 
-	* [r2675] ChangeLog: regenerate ChangeLog
+	* ChangeLog: regenerate ChangeLog
 
-2009-10-14 15:32  Mateusz Loskot <mateusz at loskot.net>
+2009-10-14 15:32  mloskot
 
-	* [r2674] build/msvc90/geos_unit/geos_unit.vcproj,
+	* build/msvc90/geos_unit/geos_unit.vcproj,
 	  build/msvc90/geos_xmltester/geos_xmltester.vcproj,
 	  tests/xmltester/XMLTester.cpp, tests/xmltester/makefile.vc: *
 	  Optional use of GEOS_DEBUG_MSVC_USE_VLD in XMLTester.cpp
@@ -415,134 +1017,129 @@
 	  Windows to be able to run all tests in batch:
 	  ** nmake /f makefile.vc XMLTESTER=C:\path\to\xmltester.exe
 
-2009-10-14 12:05  Mateusz Loskot <mateusz at loskot.net>
+2009-10-14 12:05  mloskot
 
-	* [r2673] build/msvc90/geos.sln, build/msvc90/geos_xmltester,
+	* build/msvc90/geos.sln, build/msvc90/geos_xmltester,
 	  build/msvc90/geos_xmltester/geos_xmltester.vcproj: Added
 	  msvc90/geos_xmltester to solution for Visual Studio 2008.
 
-2009-10-14 12:03  Mateusz Loskot <mateusz at loskot.net>
+2009-10-14 12:03  mloskot
 
-	* [r2672] tests/xmltester/XMLTester.cpp: Enable use of Stalkwalker
-	  only if building with Visual C++ and GEOS_TEST_USE_STACKWALKER is
+	* tests/xmltester/XMLTester.cpp: Enable use of Stalkwalker only if
+	  building with Visual C++ and GEOS_TEST_USE_STACKWALKER is
 	  defined.
 
-2009-10-13 16:25  Mateusz Loskot <mateusz at loskot.net>
+2009-10-13 16:25  mloskot
 
-	* [r2671] build/msvc90/geos_lib/geos_lib.vcproj: build/msvc90:
-	  added missing sources of linearref package. Builds with Visual
-	  C++ 9.0 (using both project and makefiles).
+	* build/msvc90/geos_lib/geos_lib.vcproj: build/msvc90: added
+	  missing sources of linearref package. Builds with Visual C++ 9.0
+	  (using both project and makefiles).
 
-2009-10-13 14:20  Frank Warmerdam <warmerdam at pobox.com>
+2009-10-13 14:20  warmerdam
 
-	* [r2670] ChangeLog, capi/geos_c.h.in, nmake.opt,
-	  source/Makefile.vc: fix nmake dll export, and link test programs
-	  (#288)
+	* ChangeLog, capi/geos_c.h.in, nmake.opt, source/Makefile.vc: fix
+	  nmake dll export, and link test programs (#288)
 
-2009-10-08 12:51  Frank Warmerdam <warmerdam at pobox.com>
+2009-10-08 12:51  warmerdam
 
-	* [r2669] source/Makefile.vc, source/dirlist.mk: add new
-	  directories and source (#288)
+	* source/Makefile.vc, source/dirlist.mk: add new directories and
+	  source (#288)
 
-2009-10-08 08:56  Sandro Santilli <strk at keybit.net>
+2009-10-08 08:56  strk
 
-	* [r2668] ChangeLog: regenerate ChangeLog now that we have all
-	  names in
+	* ChangeLog: regenerate ChangeLog now that we have all names in
 
-2009-10-08 08:47  Sandro Santilli <strk at keybit.net>
+2009-10-08 08:47  strk
 
-	* [r2667] authors.svn: Add other missing names/addresses
+	* authors.svn: Add other missing names/addresses
 
-2009-10-08 08:40  Sandro Santilli <strk at keybit.net>
+2009-10-08 08:40  strk
 
-	* [r2666] ChangeLog, ChangeLog.svn, Makefile.am: Automatically
-	  generate the ChangeLog file, forget ChangeLog.svn.
+	* ChangeLog, ChangeLog.svn, Makefile.am: Automatically generate the
+	  ChangeLog file, forget ChangeLog.svn.
 
-2009-10-08 08:38  Sandro Santilli <strk at keybit.net>
+2009-10-08 08:38  strk
 
-	* [r2665] source/operation/overlay/snap/SnapIfNeededOverlayOp.cpp:
-	  Don't signal topology exception when it triggers snapping
+	* source/operation/overlay/snap/SnapIfNeededOverlayOp.cpp: Don't
+	  signal topology exception when it triggers snapping
 
-2009-10-08 08:37  Sandro Santilli <strk at keybit.net>
+2009-10-08 08:37  strk
 
-	* [r2664] authors.svn: Add yury, fernando and sean
+	* authors.svn: Add yury, fernando and sean
 
-2009-10-08 08:17  Sandro Santilli <strk at keybit.net>
+2009-10-08 08:17  strk
 
-	* [r2663] tests/unit/Makefile.am: Distribute all of TUT
+	* tests/unit/Makefile.am: Distribute all of TUT
 
-2009-10-08 07:56  Sandro Santilli <strk at keybit.net>
+2009-10-08 07:56  strk
 
-	* [r2662] capi/geos_c.h.in, source/headers/geos/version.h.vc:
-	  Properly set version for win target
+	* capi/geos_c.h.in, source/headers/geos/version.h.vc: Properly set
+	  version for win target
 
-2009-10-07 07:53  Sandro Santilli <strk at keybit.net>
+2009-10-07 07:53  strk
 
-	* [r2661] capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp,
+	* capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp,
 	  tests/unit/capi/GEOSBufferTest.cpp: Expose single-sided buffering
 	  in C-API (see ticket #258)
 
-2009-10-05 21:36  Sandro Santilli <strk at keybit.net>
+2009-10-05 21:36  strk
 
-	* [r2659] source/algorithm/distance/DistanceToPoint.cpp,
+	* source/algorithm/distance/DistanceToPoint.cpp,
 	  source/headers/geos/algorithm/distance/DistanceToPoint.h: Drop
 	  use of static data in DistanceToPoint class (for thread-safety)
 
-2009-10-05 19:29  Sandro Santilli <strk at keybit.net>
+2009-10-05 19:29  strk
 
-	* [r2658] source/operation/buffer/BufferBuilder.cpp: release memory
+	* source/operation/buffer/BufferBuilder.cpp: release memory
 	  earlier, and closer to allocation
 
-2009-10-05 19:04  Sandro Santilli <strk at keybit.net>
+2009-10-05 19:04  strk
 
-	* [r2657] source/operation/buffer/BufferBuilder.cpp: Finish
-	  plugging leaks. Make check runs with no leaks.
+	* source/operation/buffer/BufferBuilder.cpp: Finish plugging leaks.
+	  Make check runs with no leaks.
 
-2009-10-05 18:42  Sandro Santilli <strk at keybit.net>
+2009-10-05 18:42  strk
 
-	* [r2656]
-	  source/headers/geos/operation/buffer/OffsetCurveBuilder.h:
+	* source/headers/geos/operation/buffer/OffsetCurveBuilder.h:
 	  another memory management doc
 
-2009-10-05 18:40  Sandro Santilli <strk at keybit.net>
+2009-10-05 18:40  strk
 
-	* [r2655]
-	  source/headers/geos/operation/buffer/OffsetCurveBuilder.h,
+	* source/headers/geos/operation/buffer/OffsetCurveBuilder.h,
 	  source/headers/geos/operation/buffer/OffsetCurveSetBuilder.h,
 	  source/operation/buffer/OffsetCurveSetBuilder.cpp: Document more
 	  memory management issues
 
-2009-10-05 17:20  Sandro Santilli <strk at keybit.net>
+2009-10-05 17:20  strk
 
-	* [r2654] source/operation/buffer/BufferBuilder.cpp,
+	* source/operation/buffer/BufferBuilder.cpp,
 	  source/operation/buffer/OffsetCurveBuilder.cpp: More memory leak
 	  fixes in single-sided buffering implementation
 
-2009-10-05 16:58  Sandro Santilli <strk at keybit.net>
+2009-10-05 16:58  strk
 
-	* [r2653] source/operation/buffer/BufferBuilder.cpp: Plug some
-	  memory leaks in single sided buffering implementation
+	* source/operation/buffer/BufferBuilder.cpp: Plug some memory leaks
+	  in single sided buffering implementation
 
-2009-10-05 16:44  Sandro Santilli <strk at keybit.net>
+2009-10-05 16:44  strk
 
-	* [r2652] source/headers/geos/operation/linemerge/LineMerger.h:
-	  Document ownership of return from
-	  LineMerger::getMergedLineStrings
+	* source/headers/geos/operation/linemerge/LineMerger.h: Document
+	  ownership of return from LineMerger::getMergedLineStrings
 
-2009-10-05 16:40  Sandro Santilli <strk at keybit.net>
+2009-10-05 16:40  strk
 
-	* [r2651] .vimrc: Alright, there's no standard style yet so this
-	  file is made empty, but good to have for reference
+	* .vimrc: Alright, there's no standard style yet so this file is
+	  made empty, but good to have for reference
 
-2009-10-01 10:30  Sandro Santilli <strk at keybit.net>
+2009-10-01 10:30  strk
 
-	* [r2650] source/operation/buffer/BufferBuilder.cpp: Throw an
-	  exception rather than returning NULL if input to single-sided
-	  buffer code is invalid
+	* source/operation/buffer/BufferBuilder.cpp: Throw an exception
+	  rather than returning NULL if input to single-sided buffer code
+	  is invalid
 
-2009-10-01 09:10  Sandro Santilli <strk at keybit.net>
+2009-10-01 09:10  strk
 
-	* [r2649] source/operation/buffer/BufferBuilder.cpp,
+	* source/operation/buffer/BufferBuilder.cpp,
 	  tests/xmltester/Makefile.am, tests/xmltester/tests/safe,
 	  tests/xmltester/tests/safe/16595.xml,
 	  tests/xmltester/tests/safe/16596.xml,
@@ -551,87 +1148,81 @@
 	  rather than forcing a MULTI; import 2 tests from the SAFE
 	  testsuite
 
-2009-10-01 09:01  Sandro Santilli <strk at keybit.net>
+2009-10-01 09:01  strk
 
-	* [r2648] tests/xmltester/safe_to_xml.sh: Better parse style
-	  parameter
+	* tests/xmltester/safe_to_xml.sh: Better parse style parameter
 
-2009-10-01 08:46  Sandro Santilli <strk at keybit.net>
+2009-10-01 08:46  strk
 
-	* [r2647] tests/xmltester/safe_to_xml.sh: Add utility script to
-	  import tests from SAFE software
+	* tests/xmltester/safe_to_xml.sh: Add utility script to import
+	  tests from SAFE software
 
-2009-10-01 08:42  Sandro Santilli <strk at keybit.net>
+2009-10-01 08:42  strk
 
-	* [r2646] tests/xmltester/XMLTester.cpp: Don't segfault on xml
-	  tests missing precision model specification
+	* tests/xmltester/XMLTester.cpp: Don't segfault on xml tests
+	  missing precision model specification
 
-2009-10-01 07:24  Sandro Santilli <strk at keybit.net>
+2009-10-01 07:24  strk
 
-	* [r2645] tests/xmltester/tests/singlesidedbuffer.xml: Re-enable
-	  the now succeeding test for sharp edges line single sided
-	  buffering
+	* tests/xmltester/tests/singlesidedbuffer.xml: Re-enable the now
+	  succeeding test for sharp edges line single sided buffering
 
-2009-10-01 07:23  Sandro Santilli <strk at keybit.net>
+2009-10-01 07:23  strk
 
-	* [r2644] source/operation/buffer/BufferBuilder.cpp: Use FLAT/BUTT
-	  endcaps when doing single sided buffering
+	* source/operation/buffer/BufferBuilder.cpp: Use FLAT/BUTT endcaps
+	  when doing single sided buffering
 
-2009-10-01 07:06  Sandro Santilli <strk at keybit.net>
+2009-10-01 07:06  strk
 
-	* [r2643] source/operation/buffer/OffsetCurveBuilder.cpp: Fix
-	  trimming of left/right curves (ie: don't include the endcap)
+	* source/operation/buffer/OffsetCurveBuilder.cpp: Fix trimming of
+	  left/right curves (ie: don't include the endcap)
 
-2009-10-01 06:33  Sandro Santilli <strk at keybit.net>
+2009-10-01 06:33  strk
 
-	* [r2642] source/operation/buffer/BufferBuilder.cpp: Use snapped
+	* source/operation/buffer/BufferBuilder.cpp: Use snapped
 	  intersection between full buffer boundary and single-sided offset
 	  curves
 
-2009-09-30 22:18  Sandro Santilli <strk at keybit.net>
+2009-09-30 22:18  strk
 
-	* [r2641] tests/xmltester/SingleSidedBufferResultMatcher.cpp: Check
+	* tests/xmltester/SingleSidedBufferResultMatcher.cpp: Check
 	  hausdorff distance in both directions, or an expected output line
 	  longer than the obtained one would be found as correct
 
-2009-09-30 20:27  Sandro Santilli <strk at keybit.net>
+2009-09-30 20:27  strk
 
-	* [r2640] source/operation/buffer/BufferBuilder.cpp: Some debugging
-	  for single sided buffers
+	* source/operation/buffer/BufferBuilder.cpp: Some debugging for
+	  single sided buffers
 
-2009-09-30 19:18  Sandro Santilli <strk at keybit.net>
+2009-09-30 19:18  strk
 
-	* [r2639] tests/xmltester/tests/singlesidedbuffer.xml: Another
-	  simple test for single-sided buffer (horizontal line, both
-	  directions)
+	* tests/xmltester/tests/singlesidedbuffer.xml: Another simple test
+	  for single-sided buffer (horizontal line, both directions)
 
-2009-09-30 19:07  Sandro Santilli <strk at keybit.net>
+2009-09-30 19:07  strk
 
-	* [r2638] tests/xmltester/tests/singlesidedbuffer.xml: Another
-	  simple test for a vertical line, opposite direction from previous
+	* tests/xmltester/tests/singlesidedbuffer.xml: Another simple test
+	  for a vertical line, opposite direction from previous
 
-2009-09-30 19:05  Sandro Santilli <strk at keybit.net>
+2009-09-30 19:05  strk
 
-	* [r2637] tests/xmltester/tests/singlesidedbuffer.xml: Add test for
-	  single sided buffer on simple, vertical, line (this one succeeds
-	  both left and right)
+	* tests/xmltester/tests/singlesidedbuffer.xml: Add test for single
+	  sided buffer on simple, vertical, line (this one succeeds both
+	  left and right)
 
-2009-09-30 18:57  Sandro Santilli <strk at keybit.net>
+2009-09-30 18:57  strk
 
-	* [r2636] .vimrc: VIM setting for GEOS source code style (3-spaces
-	  tabs)
+	* .vimrc: VIM setting for GEOS source code style (3-spaces tabs)
 
-2009-09-30 14:14  Sandro Santilli <strk at keybit.net>
+2009-09-30 14:14  strk
 
-	* [r2635] autogen.sh: Don't use non-standard escape sequences with
-	  'echo'
+	* autogen.sh: Don't use non-standard escape sequences with 'echo'
 
-2009-09-28 10:35  Sandro Santilli <strk at keybit.net>
+2009-09-28 10:35  strk
 
-	* [r2634] tests/xmltester/Makefile.am,
-	  tests/xmltester/XMLTester.cpp, tests/xmltester/XMLTester.h,
-	  tests/xmltester/markup, tests/xmltester/tinyxml,
-	  tests/xmltester/tinyxml/tinystr.cpp,
+	* tests/xmltester/Makefile.am, tests/xmltester/XMLTester.cpp,
+	  tests/xmltester/XMLTester.h, tests/xmltester/markup,
+	  tests/xmltester/tinyxml, tests/xmltester/tinyxml/tinystr.cpp,
 	  tests/xmltester/tinyxml/tinystr.h,
 	  tests/xmltester/tinyxml/tinyxml.cpp,
 	  tests/xmltester/tinyxml/tinyxml.h,
@@ -639,30 +1230,29 @@
 	  tests/xmltester/tinyxml/tinyxmlparser.cpp: Replace
 	  no-commercial-use licenced MarkupSTL with tinyXML
 
-2009-09-28 10:34  Sandro Santilli <strk at keybit.net>
+2009-09-28 10:34  strk
 
-	* [r2633] tests/xmltester/tests/singlesidedbuffer.xml: Temporarly
-	  disable failing single sided buffer test
+	* tests/xmltester/tests/singlesidedbuffer.xml: Temporarly disable
+	  failing single sided buffer test
 
-2009-09-28 10:10  Sandro Santilli <strk at keybit.net>
+2009-09-28 10:10  strk
 
-	* [r2632] tests/xmltester/SingleSidedBufferResultMatcher.cpp: Oops,
-	  it seems I just don't want a test to fail ;)
+	* tests/xmltester/SingleSidedBufferResultMatcher.cpp: Oops, it
+	  seems I just don't want a test to fail ;)
 
-2009-09-28 10:09  Sandro Santilli <strk at keybit.net>
+2009-09-28 10:09  strk
 
-	* [r2631] tests/xmltester/SingleSidedBufferResultMatcher.cpp: Don't
-	  give a false success if one of the expected/obtained geometry is
-	  empty
+	* tests/xmltester/SingleSidedBufferResultMatcher.cpp: Don't give a
+	  false success if one of the expected/obtained geometry is empty
 
-2009-09-28 09:03  Sandro Santilli <strk at keybit.net>
+2009-09-28 09:03  strk
 
-	* [r2630] source/geom/PrecisionModel.cpp: Add offsets to
-	  PrecisionModel text output
+	* source/geom/PrecisionModel.cpp: Add offsets to PrecisionModel
+	  text output
 
-2009-09-28 07:02  Sandro Santilli <strk at keybit.net>
+2009-09-28 07:02  strk
 
-	* [r2629] tests/xmltester/Makefile.am,
+	* tests/xmltester/Makefile.am,
 	  tests/xmltester/SingleSidedBufferResultMatcher.cpp,
 	  tests/xmltester/SingleSidedBufferResultMatcher.h,
 	  tests/xmltester/XMLTester.cpp,
@@ -671,9 +1261,9 @@
 	  Enable the single sided buffer test provided by swong in ticket
 	  #215 with minor tweak (expect multilinestring).
 
-2009-09-27 20:43  Sandro Santilli <strk at keybit.net>
+2009-09-27 20:43  strk
 
-	* [r2628] source/headers/geos/operation/buffer/BufferBuilder.h,
+	* source/headers/geos/operation/buffer/BufferBuilder.h,
 	  source/headers/geos/operation/buffer/OffsetCurveBuilder.h,
 	  source/operation/buffer/BufferBuilder.cpp,
 	  source/operation/buffer/OffsetCurveBuilder.cpp,
@@ -681,33 +1271,33 @@
 	  tests/xmltester/XMLTester.cpp: Re-introduce the singlesided
 	  buffer patch. Tests still need to be worked on.
 
-2009-09-21 19:47  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-09-21 19:47  pramsey
 
-	* [r2626] source/geom/Polygon.cpp: Polygon with empty ring causes a
-	  crash in WKBReader (from Tamas Szekeres) (#290)
+	* source/geom/Polygon.cpp: Polygon with empty ring causes a crash
+	  in WKBReader (from Tamas Szekeres) (#290)
 
-2009-09-11 18:47  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-09-11 18:47  pramsey
 
-	* [r2624] capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp:
-	  Patch for #285, C api for project and interpolate, from David
-	  Turner (novalis)
+	* capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: Patch for
+	  #285, C api for project and interpolate, from David Turner
+	  (novalis)
 
-2009-08-21 09:54  Mateusz Loskot <mateusz at loskot.net>
+2009-08-21 09:54  mloskot
 
-	* [r2623] source/headers/geos/linearref, source/linearref: Updated
+	* source/headers/geos/linearref, source/linearref: Updated
 	  svn:ignore property
 
-2009-08-21 09:50  Mateusz Loskot <mateusz at loskot.net>
+2009-08-21 09:50  mloskot
 
-	* [r2622] source/headers/geos/export.h,
+	* source/headers/geos/export.h,
 	  tests/unit/algorithm/RobustLineIntersectionTest.cpp,
 	  tests/unit/geom/CoordinateArraySequenceTest.cpp,
 	  tests/unit/geos_unit.cpp: Cleaned compilation warnings in unit
 	  tests.
 
-2009-08-21 09:43  Mateusz Loskot <mateusz at loskot.net>
+2009-08-21 09:43  mloskot
 
-	* [r2621] tests/unit/tut/tut.hpp, tests/unit/tut/tut_assert.hpp,
+	* tests/unit/tut/tut.hpp, tests/unit/tut/tut_assert.hpp,
 	  tests/unit/tut/tut_console_reporter.hpp,
 	  tests/unit/tut/tut_exception.hpp, tests/unit/tut/tut_posix.hpp,
 	  tests/unit/tut/tut_reporter.hpp,
@@ -716,9 +1306,9 @@
 	  Updated C++ TUT Framework to latest revision (147) of its SVN
 	  trunk
 
-2009-08-15 13:26  Sandro Santilli <strk at keybit.net>
+2009-08-15 13:26  strk
 
-	* [r2620] source/headers/geos/linearref/ExtractLineByLocation.h,
+	* source/headers/geos/linearref/ExtractLineByLocation.h,
 	  source/headers/geos/linearref/LengthIndexOfPoint.h,
 	  source/headers/geos/linearref/LengthIndexedLine.h,
 	  source/headers/geos/linearref/LengthLocationMap.h,
@@ -736,9 +1326,9 @@
 	  source/linearref/LocationIndexOfPoint.cpp: Const correctness of
 	  LenghtIndexedLine port, by novalis (issue #284)
 
-2009-08-12 19:01  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-08-12 19:01  pramsey
 
-	* [r2619] configure.in, source/Makefile.am,
+	* configure.in, source/Makefile.am,
 	  source/headers/geos/Makefile.am,
 	  source/headers/geos/geom/CoordinateList.h,
 	  source/headers/geos/linearref,
@@ -766,148 +1356,142 @@
 	  tests/unit/linearref/LengthIndexedLineTest.cpp: Port of JTS
 	  linear referencing (from David Turner) (#283)
 
-2009-08-02 23:39  Mateusz Loskot <mateusz at loskot.net>
+2009-08-02 23:39  mloskot
 
-	* [r2618] source/operation/overlay/PolygonBuilder.cpp: Removed
-	  incomplete GEOS_DEBUG message causing compilation error because
-	  Edge type is incomplete.
+	* source/operation/overlay/PolygonBuilder.cpp: Removed incomplete
+	  GEOS_DEBUG message causing compilation error because Edge type is
+	  incomplete.
 
-2009-08-02 23:15  Mateusz Loskot <mateusz at loskot.net>
+2009-08-02 23:15  mloskot
 
-	* [r2617] source/geom/GeometryFactory.cpp: Fixed broken escape
-	  sequence in debug msg.
+	* source/geom/GeometryFactory.cpp: Fixed broken escape sequence in
+	  debug msg.
 
-2009-07-17 22:23  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-07-17 22:23  pramsey
 
-	* [r2616] source/headers/geos/io/WKBReader.h,
-	  source/io/WKBReader.cpp: Remove static string in WKB reader
-	  (#232)
+	* source/headers/geos/io/WKBReader.h, source/io/WKBReader.cpp:
+	  Remove static string in WKB reader (#232)
 
-2009-07-15 18:56  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-07-15 18:56  pramsey
 
-	* [r2613] swig/geos.i.in, swig/ruby/ruby.i: Add PreparedGeometry
-	  and STRtree support to SWIG (#279) Schuyler Erle
+	* swig/geos.i.in, swig/ruby/ruby.i: Add PreparedGeometry and
+	  STRtree support to SWIG (#279) Schuyler Erle
 
-2009-07-15 18:55  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-07-15 18:55  pramsey
 
-	* [r2612] capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp:
-	  Add STRtree support to the C API (#278) Schuyler Erle
+	* capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: Add
+	  STRtree support to the C API (#278) Schuyler Erle
 
-2009-07-15 18:53  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-07-15 18:53  pramsey
 
-	* [r2611] source/headers/geos/index/strtree/AbstractSTRtree.h,
+	* source/headers/geos/index/strtree/AbstractSTRtree.h,
 	  source/index/strtree/AbstractSTRtree.cpp: Add
 	  geos::index::strtree::AbstractSTRtree::iterate (#277) Schuyler
 	  Erle
 
-2009-07-06 17:35  Sandro Santilli <strk at keybit.net>
+2009-07-06 17:35  strk
 
-	* [r2610] tests/xmltester/Makefile.am,
-	  tests/xmltester/tests/bug275.xml: Add automated XML test for
-	  issue #275. Succeeds here.
+	* tests/xmltester/Makefile.am, tests/xmltester/tests/bug275.xml:
+	  Add automated XML test for issue #275. Succeeds here.
 
-2009-07-05 15:58  Sandro Santilli <strk at keybit.net>
+2009-07-05 15:58  strk
 
-	* [r2609] build/msvc90/geos_c_dll/geos_c_dll.vcproj,
+	* build/msvc90/geos_c_dll/geos_c_dll.vcproj,
 	  build/msvc90/geos_lib/geos_lib.vcproj,
 	  build/msvc90/geos_unit/geos_unit.vcproj: Apply
 	  fix-msvc90-only2.patch by Sanak from issue #273
 
-2009-07-04 16:19  Sandro Santilli <strk at keybit.net>
+2009-07-04 16:19  strk
 
-	* [r2608] source/headers/geos/export.h,
-	  source/headers/geos/platform.h.in: Apply fix-mingw.patch by Sanak
-	  (issue #273)
+	* source/headers/geos/export.h, source/headers/geos/platform.h.in:
+	  Apply fix-mingw.patch by Sanak (issue #273)
 
-2009-06-29 16:40  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-06-29 16:40  pramsey
 
-	* [r2607] Makefile.am: Include nmake.opt in 'dist' target (#274)
+	* Makefile.am: Include nmake.opt in 'dist' target (#274)
 
-2009-06-26 21:59  Sandro Santilli <strk at keybit.net>
+2009-06-26 21:59  strk
 
-	* [r2605] source/headers/geos/operation/buffer/BufferOp.h: Fix typo
+	* source/headers/geos/operation/buffer/BufferOp.h: Fix typo
 	  reported in ticket #272
 
-2009-06-24 21:43  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-06-24 21:43  pramsey
 
-	* [r2604] capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp,
+	* capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp,
 	  tests/unit/capi/geostest.c, tests/unit/capi/test.expected: Expose
 	  Hausdorf distance to CAPI (#264) from Vincent Picavet
 
-2009-06-24 21:30  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-06-24 21:30  pramsey
 
-	* [r2603] source/headers/geos/platform.h.in: Fix stoopid syntax
-	  error.
+	* source/headers/geos/platform.h.in: Fix stoopid syntax error.
 
-2009-06-24 21:21  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-06-24 21:21  pramsey
 
-	* [r2602] configure.in: Remove old logging noise.
+	* configure.in: Remove old logging noise.
 
-2009-06-24 21:19  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-06-24 21:19  pramsey
 
-	* [r2601] configure.in, source/headers/geos/platform.h.in: Fix for
-	  #270, bad definition of isnan() in OS/X <cmath>. This needs to be
+	* configure.in, source/headers/geos/platform.h.in: Fix for #270,
+	  bad definition of isnan() in OS/X <cmath>. This needs to be
 	  tested on other operating systems to make sure it doesn't break
 	  them instead.
 
-2009-06-23 22:20  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-06-23 22:20  pramsey
 
-	* [r2599] source/Makefile.vc, source/dirlist.mk: Fix clean target
-	  for VC build (#267)
+	* source/Makefile.vc, source/dirlist.mk: Fix clean target for VC
+	  build (#267)
 
-2009-06-23 18:22  Howard Butler <hobu.inc at gmail.com>
+2009-06-23 18:22  hobu
 
-	* [r2598] source/Makefile.vc: fix up syntax of the makefile related
-	  to the patch for #257
+	* source/Makefile.vc: fix up syntax of the makefile related to the
+	  patch for #257
 
-2009-06-22 19:14  Sandro Santilli <strk at keybit.net>
+2009-06-22 19:14  strk
 
-	* [r2597] tests/unit/capi/GEOSBufferTest.cpp: Add tests for limited
-	  mitre join (now working)
+	* tests/unit/capi/GEOSBufferTest.cpp: Add tests for limited mitre
+	  join (now working)
 
-2009-06-22 19:02  Sandro Santilli <strk at keybit.net>
+2009-06-22 19:02  strk
 
-	* [r2596] source/headers/geos/operation/buffer/BufferParameters.h:
-	  Fix bug in BufferParameters::setMitreLimit
+	* source/headers/geos/operation/buffer/BufferParameters.h: Fix bug
+	  in BufferParameters::setMitreLimit
 
-2009-06-20 21:29  Sandro Santilli <strk at keybit.net>
+2009-06-20 21:29  strk
 
-	* [r2595] configure.in: Bump versions (core 3.2.0, capi 1.6.0, port
-	  1.10.0)
+	* configure.in: Bump versions (core 3.2.0, capi 1.6.0, port 1.10.0)
 
-2009-06-20 08:53  Sandro Santilli <strk at keybit.net>
+2009-06-20 08:53  strk
 
-	* [r2594] tests/unit/Makefile.am,
-	  tests/unit/capi/GEOSBufferTest.cpp: Add tests for
-	  GEOSBufferWithStyle
+	* tests/unit/Makefile.am, tests/unit/capi/GEOSBufferTest.cpp: Add
+	  tests for GEOSBufferWithStyle
 
-2009-06-19 22:32  Sandro Santilli <strk at keybit.net>
+2009-06-19 22:32  strk
 
-	* [r2593] capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp:
-	  Extend the C-API interface to expose a GEOSBufferWithStyle (and
+	* capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: Extend the
+	  C-API interface to expose a GEOSBufferWithStyle (and
 	  corresponding thread-safe version) and related enums.
 
-2009-06-16 15:49  Sandro Santilli <strk at keybit.net>
+2009-06-16 15:49  strk
 
-	* [r2592] source/algorithm/RobustDeterminant.cpp,
+	* source/algorithm/RobustDeterminant.cpp,
 	  source/headers/geos/algorithm/RobustDeterminant.h: Sync
 	  RobustDeterminant to JTS-1.10 (r1.15 was just commented-out code)
 
-2009-06-16 15:46  Sandro Santilli <strk at keybit.net>
+2009-06-16 15:46  strk
 
-	* [r2591] source/algorithm/RobustDeterminant.cpp,
+	* source/algorithm/RobustDeterminant.cpp,
 	  source/headers/geos/algorithm/RobustDeterminant.h: Sync
 	  RobustDeterminant to revision 1.14
 
-2009-06-16 15:43  Sandro Santilli <strk at keybit.net>
+2009-06-16 15:43  strk
 
-	* [r2590] source/algorithm/RobustDeterminant.cpp,
+	* source/algorithm/RobustDeterminant.cpp,
 	  source/headers/geos/algorithm/RobustDeterminant.h: Port info for
 	  RobustDeterminant
 
-2009-06-16 15:33  Sandro Santilli <strk at keybit.net>
+2009-06-16 15:33  strk
 
-	* [r2589] source/headers/geos/operation/buffer/BufferBuilder.h,
+	* source/headers/geos/operation/buffer/BufferBuilder.h,
 	  source/headers/geos/operation/buffer/OffsetCurveBuilder.h,
 	  source/operation/buffer/BufferBuilder.cpp,
 	  source/operation/buffer/OffsetCurveBuilder.cpp,
@@ -915,19 +1499,18 @@
 	  tests/xmltester/XMLTester.cpp: Revert single-sided patch. Martin
 	  Davis is workin on it from the JTS side
 
-2009-06-16 00:00  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-06-16 00:00  pramsey
 
-	* [r2581] HOWTO_RELEASE: add reminders on bump versions in various
-	  places
+	* HOWTO_RELEASE: add reminders on bump versions in various places
 
-2009-06-15 14:57  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-06-15 14:57  pramsey
 
-	* [r2580] source/headers/geos/Makefile.am: operation.h in
-	  Makefile.am twice. (#261)
+	* source/headers/geos/Makefile.am: operation.h in Makefile.am
+	  twice. (#261)
 
-2009-06-15 14:03  Sandro Santilli <strk at keybit.net>
+2009-06-15 14:03  strk
 
-	* [r2579] source/headers/geos/io/ByteOrderDataInStream.h,
+	* source/headers/geos/io/ByteOrderDataInStream.h,
 	  source/headers/geos/io/ByteOrderDataInStream.inl,
 	  source/headers/geos/io/ByteOrderValues.h,
 	  source/headers/geos/io/CLocalizer.h,
@@ -947,33 +1530,31 @@
 	  source/io/WKTReader.cpp, source/io/WKTWriter.cpp,
 	  source/io/Writer.cpp: Port info in the geos::io namespace
 
-2009-06-15 13:19  Sandro Santilli <strk at keybit.net>
+2009-06-15 13:19  strk
 
-	* [r2578] source/io/WKTWriter.cpp: Put CLocalizer in the correct
-	  function. Fixes #260 for the writing part.
+	* source/io/WKTWriter.cpp: Put CLocalizer in the correct function.
+	  Fixes #260 for the writing part.
 
-2009-06-15 10:13  Sandro Santilli <strk at keybit.net>
+2009-06-15 10:13  strk
 
-	* [r2577] capi/geos_ts_c.cpp: Stop explicitly using the CLocalizer
-	  now that it is done within WKTReader and WKTWriter (see bug
-	  #260). Some deep testing about this would be good. Make check
-	  worked for me with comma-using locale.
+	* capi/geos_ts_c.cpp: Stop explicitly using the CLocalizer now that
+	  it is done within WKTReader and WKTWriter (see bug #260). Some
+	  deep testing about this would be good. Make check worked for me
+	  with comma-using locale.
 
-2009-06-15 10:06  Sandro Santilli <strk at keybit.net>
+2009-06-15 10:06  strk
 
-	* [r2576] source/io/WKTReader.cpp, source/io/WKTWriter.cpp: Use C
-	  locale while reading/writing WKT. Fixes bug #260.
+	* source/io/WKTReader.cpp, source/io/WKTWriter.cpp: Use C locale
+	  while reading/writing WKT. Fixes bug #260.
 
-2009-06-15 06:57  Sandro Santilli <strk at keybit.net>
+2009-06-15 06:57  strk
 
-	* [r2575] tests/xmltester/Makefile.am,
-	  tests/xmltester/tests/bug176.xml: Add XML version of the testcase
-	  provided for bug #176
+	* tests/xmltester/Makefile.am, tests/xmltester/tests/bug176.xml:
+	  Add XML version of the testcase provided for bug #176
 
-2009-06-08 22:10  Sandro Santilli <strk at keybit.net>
+2009-06-08 22:10  strk
 
-	* [r2572]
-	  source/headers/geos/operation/valid/ConnectedInteriorTester.h,
+	* source/headers/geos/operation/valid/ConnectedInteriorTester.h,
 	  source/headers/geos/operation/valid/IsValidOp.h,
 	  source/headers/geos/operation/valid/QuadtreeNestedRingTester.h,
 	  source/headers/geos/operation/valid/RepeatedPointTester.h,
@@ -991,41 +1572,37 @@
 	  source/operation/valid/TopologyValidationError.cpp: JTS-1.10 port
 	  sync. The whole 'operation' namespace is complete on this.
 
-2009-06-08 21:53  Sandro Santilli <strk at keybit.net>
+2009-06-08 21:53  strk
 
-	* [r2571]
-	  source/headers/geos/operation/union/CascadedPolygonUnion.h,
+	* source/headers/geos/operation/union/CascadedPolygonUnion.h,
 	  source/operation/union/CascadedPolygonUnion.cpp: Port info for
 	  operation::union
 
-2009-06-08 17:15  Sandro Santilli <strk at keybit.net>
+2009-06-08 17:15  strk
 
-	* [r2570]
-	  source/headers/geos/operation/predicate/RectangleIntersects.h,
+	* source/headers/geos/operation/predicate/RectangleIntersects.h,
 	  source/headers/geos/operation/predicate/SegmentIntersectionTester.h,
 	  source/operation/predicate/RectangleIntersects.cpp,
 	  source/operation/predicate/SegmentIntersectionTester.cpp: Sync to
 	  JTS-1.10 (port info in SegmentIntersectionTester was wrong, btw)
 
-2009-06-08 17:12  Sandro Santilli <strk at keybit.net>
+2009-06-08 17:12  strk
 
-	* [r2569]
-	  source/headers/geos/operation/predicate/RectangleContains.h,
+	* source/headers/geos/operation/predicate/RectangleContains.h,
 	  source/operation/predicate/RectangleContains.cpp: Sync
 	  RectangleContains to JTS-1.10
 
-2009-06-08 17:02  Sandro Santilli <strk at keybit.net>
+2009-06-08 17:02  strk
 
-	* [r2568]
-	  source/headers/geos/operation/predicate/RectangleContains.h,
+	* source/headers/geos/operation/predicate/RectangleContains.h,
 	  source/headers/geos/operation/predicate/RectangleIntersects.h,
 	  source/headers/geos/operation/predicate/SegmentIntersectionTester.h,
 	  source/operation/predicate/SegmentIntersectionTester.cpp: Port
 	  info for operation::predicate (we're at JTS-1.7 here)
 
-2009-06-08 16:58  Sandro Santilli <strk at keybit.net>
+2009-06-08 16:58  strk
 
-	* [r2567] source/headers/geos/operation/polygonize/EdgeRing.h,
+	* source/headers/geos/operation/polygonize/EdgeRing.h,
 	  source/headers/geos/operation/polygonize/PolygonizeDirectedEdge.h,
 	  source/headers/geos/operation/polygonize/PolygonizeEdge.h,
 	  source/headers/geos/operation/polygonize/PolygonizeGraph.h,
@@ -1037,10 +1614,9 @@
 	  source/operation/polygonize/Polygonizer.cpp: Port info for
 	  polygonize operation
 
-2009-06-08 16:46  Sandro Santilli <strk at keybit.net>
+2009-06-08 16:46  strk
 
-	* [r2566]
-	  source/headers/geos/operation/overlay/validate/FuzzyPointLocator.h,
+	* source/headers/geos/operation/overlay/validate/FuzzyPointLocator.h,
 	  source/headers/geos/operation/overlay/validate/OffsetPointGenerator.h,
 	  source/headers/geos/operation/overlay/validate/OverlayResultValidator.h,
 	  source/operation/overlay/validate/FuzzyPointLocator.cpp,
@@ -1048,15 +1624,15 @@
 	  source/operation/overlay/validate/OverlayResultValidator.cpp:
 	  Port info and sync for operation::overlay::validate
 
-2009-06-08 16:26  Sandro Santilli <strk at keybit.net>
+2009-06-08 16:26  strk
 
-	* [r2565] source/headers/geos/operation/overlay/LineBuilder.h,
+	* source/headers/geos/operation/overlay/LineBuilder.h,
 	  source/operation/overlay/LineBuilder.cpp: sync LineBuilder to
 	  JTS-1.10, completing overlay port
 
-2009-06-08 16:09  Sandro Santilli <strk at keybit.net>
+2009-06-08 16:09  strk
 
-	* [r2564] source/headers/geos/operation/overlay/EdgeSetNoder.h,
+	* source/headers/geos/operation/overlay/EdgeSetNoder.h,
 	  source/headers/geos/operation/overlay/ElevationMatrix.h,
 	  source/headers/geos/operation/overlay/ElevationMatrixCell.h,
 	  source/headers/geos/operation/overlay/LineBuilder.h,
@@ -1073,17 +1649,17 @@
 	  source/operation/overlay/PointBuilder.cpp: Complete port info in
 	  overlay package
 
-2009-06-08 15:43  Sandro Santilli <strk at keybit.net>
+2009-06-08 15:43  strk
 
-	* [r2563] source/headers/geos/operation/linemerge/LineMerger.h,
+	* source/headers/geos/operation/linemerge/LineMerger.h,
 	  source/headers/geos/planargraph/GraphComponent.h,
 	  source/operation/linemerge/LineMerger.cpp: Add missing setMarked
 	  static methods in GraphComponent and make use of them in
 	  LineMerger making it able to be called incrementally (JTS-1.10)
 
-2009-06-08 15:28  Sandro Santilli <strk at keybit.net>
+2009-06-08 15:28  strk
 
-	* [r2562] source/headers/geos/operation/linemerge/EdgeString.h,
+	* source/headers/geos/operation/linemerge/EdgeString.h,
 	  source/headers/geos/operation/linemerge/LineMergeDirectedEdge.h,
 	  source/headers/geos/operation/linemerge/LineMergeEdge.h,
 	  source/headers/geos/operation/linemerge/LineMergeGraph.h,
@@ -1098,22 +1674,21 @@
 	  operation::linemerge (a single class is still at JTS-1.7, needs
 	  changes in GeometryGraphComponent.h to go up)
 
-2009-06-08 10:37  Sandro Santilli <strk at keybit.net>
+2009-06-08 10:37  strk
 
-	* [r2561]
-	  source/headers/geos/operation/distance/GeometryLocation.h,
+	* source/headers/geos/operation/distance/GeometryLocation.h,
 	  source/operation/distance/GeometryLocation.cpp: GeometryLocation
 	  sync to JTS-1.10 (docs)
 
-2009-06-08 10:29  Sandro Santilli <strk at keybit.net>
+2009-06-08 10:29  strk
 
-	* [r2560] source/headers/geos/operation/distance/DistanceOp.h,
+	* source/headers/geos/operation/distance/DistanceOp.h,
 	  source/operation/distance/DistanceOp.cpp: DistanceOp sync to
 	  JTS-1.10 (renames, docs...)
 
-2009-06-08 10:07  Sandro Santilli <strk at keybit.net>
+2009-06-08 10:07  strk
 
-	* [r2559] source/headers/geos/operation/buffer/BufferBuilder.h,
+	* source/headers/geos/operation/buffer/BufferBuilder.h,
 	  source/headers/geos/operation/buffer/BufferOp.h,
 	  source/headers/geos/operation/buffer/BufferParameters.h,
 	  source/headers/geos/operation/buffer/BufferSubgraph.h,
@@ -1134,14 +1709,14 @@
 	  source/operation/buffer/SubgraphDepthLocater.cpp: Update port
 	  info for buffer package (it's really JTS-1.10)
 
-2009-06-08 09:40  Sandro Santilli <strk at keybit.net>
+2009-06-08 09:40  strk
 
-	* [r2558] configure.in: Warn at configure time if 64bit integer
-	  type isn't found. See bug #202.
+	* configure.in: Warn at configure time if 64bit integer type isn't
+	  found. See bug #202.
 
-2009-06-08 09:30  Sandro Santilli <strk at keybit.net>
+2009-06-08 09:30  strk
 
-	* [r2557] source/headers/geos/Makefile.am,
+	* source/headers/geos/Makefile.am,
 	  source/headers/geos/algorithm/Makefile.am,
 	  source/headers/geos/algorithm/distance/Makefile.am,
 	  source/headers/geos/algorithm/locate/Makefile.am,
@@ -1216,9 +1791,9 @@
 	  documented as being unstable after all so let's give users the
 	  power to hurt themselves :)
 
-2009-06-06 22:22  Sandro Santilli <strk at keybit.net>
+2009-06-06 22:22  strk
 
-	* [r2556] build/msvc90/geos_c_dll/geos_c_dll.vcproj,
+	* build/msvc90/geos_c_dll/geos_c_dll.vcproj,
 	  build/msvc90/geos_lib/geos_lib.vcproj,
 	  build/msvc90/geos_unit/geos_unit.vcproj, capi/geos_c.cpp,
 	  capi/geos_c.h.in, capi/geos_ts_c.cpp,
@@ -1462,16 +2037,15 @@
 	  C++ exports by Ragi Y. Burhum. See
 	  http://lists.osgeo.org/pipermail/geos-devel/2009-June/004190.html
 
-2009-06-06 22:17  Sandro Santilli <strk at keybit.net>
+2009-06-06 22:17  strk
 
-	* [r2555] tests/xmltester/SimpleWKTTester.cpp: fix headers
-	  inclusion warnings
+	* tests/xmltester/SimpleWKTTester.cpp: fix headers inclusion
+	  warnings
 
-2009-06-06 21:14  Sandro Santilli <strk at keybit.net>
+2009-06-06 21:14  strk
 
-	* [r2554] build/msvc90/geos_lib/geos_lib.vcproj,
-	  capi/geos_ts_c.cpp, configure.in,
-	  source/algorithm/InteriorPointLine.cpp,
+	* build/msvc90/geos_lib/geos_lib.vcproj, capi/geos_ts_c.cpp,
+	  configure.in, source/algorithm/InteriorPointLine.cpp,
 	  source/algorithm/InteriorPointPoint.cpp,
 	  source/algorithm/MinimumDiameter.cpp, source/geom/Geometry.cpp,
 	  source/geom/GeometryFactory.cpp, source/geom/LineSegment.cpp,
@@ -1491,10 +2065,9 @@
 	  autoconf checks for finite() and isfinite() and makes use of them
 	  for unix systems (platform.h)
 
-2009-06-06 00:55  Sandro Santilli <strk at keybit.net>
+2009-06-06 00:55  strk
 
-	* [r2553]
-	  source/headers/geos/operation/distance/ConnectedElementLocationFilter.h,
+	* source/headers/geos/operation/distance/ConnectedElementLocationFilter.h,
 	  source/headers/geos/operation/distance/ConnectedElementPointFilter.h,
 	  source/headers/geos/operation/distance/DistanceOp.h,
 	  source/headers/geos/operation/distance/GeometryLocation.h,
@@ -1503,39 +2076,38 @@
 	  source/operation/distance/GeometryLocation.cpp: Complete port
 	  info and headers exposion for operation::distance package
 
-2009-06-05 18:18  Sandro Santilli <strk at keybit.net>
+2009-06-05 18:18  strk
 
-	* [r2552] source/headers/geos/operation/overlay/OverlayOp.h,
+	* source/headers/geos/operation/overlay/OverlayOp.h,
 	  source/operation/overlay/OverlayOp.cpp: JTS-1.10 OverlayOp
 
-2009-06-05 18:12  Sandro Santilli <strk at keybit.net>
+2009-06-05 18:12  strk
 
-	* [r2551] source/headers/geos/geomgraph/EdgeNodingValidator.h: Add
-	  missing static function
+	* source/headers/geos/geomgraph/EdgeNodingValidator.h: Add missing
+	  static function
 
-2009-06-05 18:02  Sandro Santilli <strk at keybit.net>
+2009-06-05 18:02  strk
 
-	* [r2550] source/headers/geos/operation/overlay/MaximalEdgeRing.h,
+	* source/headers/geos/operation/overlay/MaximalEdgeRing.h,
 	  source/operation/overlay/MaximalEdgeRing.cpp: JTS-1.10 sync
 
-2009-06-05 17:50  Sandro Santilli <strk at keybit.net>
+2009-06-05 17:50  strk
 
-	* [r2549] source/headers/geos/operation/GeometryGraphOperation.h,
+	* source/headers/geos/operation/GeometryGraphOperation.h,
 	  source/headers/geos/operation/relate/RelateOp.h,
 	  source/operation/GeometryGraphOperation.cpp,
 	  source/operation/relate/RelateOp.cpp: Boundary Node Rule support
 	  in relateOp. JTS-1.10.
 
-2009-06-05 13:44  Sandro Santilli <strk at keybit.net>
+2009-06-05 13:44  strk
 
-	* [r2548] source/geomgraph/EdgeList.cpp, source/geomgraph/Node.cpp,
+	* source/geomgraph/EdgeList.cpp, source/geomgraph/Node.cpp,
 	  source/headers/geos/geomgraph/Node.h: geomgraph package fully
 	  sync'ed to JTS-1.10 now
 
-2009-06-05 13:41  Sandro Santilli <strk at keybit.net>
+2009-06-05 13:41  strk
 
-	* [r2547] source/geomgraph/EdgeEnd.cpp,
-	  source/geomgraph/EdgeEndStar.cpp,
+	* source/geomgraph/EdgeEnd.cpp, source/geomgraph/EdgeEndStar.cpp,
 	  source/headers/geos/geomgraph/EdgeEnd.h,
 	  source/headers/geos/geomgraph/EdgeEndStar.h,
 	  source/headers/geos/operation/relate/EdgeEndBundle.h,
@@ -1544,17 +2116,16 @@
 	  source/operation/valid/ConsistentAreaTester.cpp: added
 	  BoundaryNodeRule capability to EdgeEnds
 
-2009-06-05 12:42  Sandro Santilli <strk at keybit.net>
+2009-06-05 12:42  strk
 
-	* [r2546] source/geomgraph/GeometryGraph.cpp,
+	* source/geomgraph/GeometryGraph.cpp,
 	  source/headers/geos/geomgraph/GeometryGraph.h,
 	  source/headers/geos/geomgraph/GeometryGraph.inl: Add support for
 	  custom BoundaryNodeRule bringing GeometryGraph to JTS-1.10
 
-2009-06-05 12:07  Sandro Santilli <strk at keybit.net>
+2009-06-05 12:07  strk
 
-	* [r2545] source/geomgraph/DirectedEdgeStar.cpp,
-	  source/geomgraph/Edge.cpp,
+	* source/geomgraph/DirectedEdgeStar.cpp, source/geomgraph/Edge.cpp,
 	  source/geomgraph/EdgeIntersectionList.cpp,
 	  source/geomgraph/EdgeNodingValidator.cpp,
 	  source/geomgraph/EdgeRing.cpp, source/geomgraph/Label.cpp,
@@ -1574,10 +2145,9 @@
 	  source/headers/geos/geomgraph/TopologyLocation.h: Complete port
 	  info in geomgraph package
 
-2009-06-05 11:03  Sandro Santilli <strk at keybit.net>
+2009-06-05 11:03  strk
 
-	* [r2544] source/geomgraph/Depth.cpp,
-	  source/geomgraph/GeometryGraph.cpp,
+	* source/geomgraph/Depth.cpp, source/geomgraph/GeometryGraph.cpp,
 	  source/geomgraph/GraphComponent.cpp,
 	  source/geomgraph/NodeMap.cpp, source/geomgraph/PlanarGraph.cpp,
 	  source/headers/geos/geomgraph/Depth.h,
@@ -1593,9 +2163,9 @@
 	  geomgraph package (unfinished); fix compiler warning in
 	  GeometryGraph and make code more readable;
 
-2009-06-05 10:23  Sandro Santilli <strk at keybit.net>
+2009-06-05 10:23  strk
 
-	* [r2543] source/headers/geos/operation/relate/EdgeEndBuilder.h,
+	* source/headers/geos/operation/relate/EdgeEndBuilder.h,
 	  source/headers/geos/operation/relate/EdgeEndBundle.h,
 	  source/headers/geos/operation/relate/EdgeEndBundleStar.h,
 	  source/headers/geos/operation/relate/RelateComputer.h,
@@ -1614,17 +2184,17 @@
 	  header exposion info. Relate op results partially in JTS-1.7
 	  still.
 
-2009-06-05 09:36  Sandro Santilli <strk at keybit.net>
+2009-06-05 09:36  strk
 
-	* [r2542] source/headers/geos/geom.h: typo in doxygen index page
+	* source/headers/geos/geom.h: typo in doxygen index page
 
-2009-06-05 09:35  Sandro Santilli <strk at keybit.net>
+2009-06-05 09:35  strk
 
-	* [r2541] source/headers/geos/geom.h: Fix doxygen link
+	* source/headers/geos/geom.h: Fix doxygen link
 
-2009-06-05 09:28  Sandro Santilli <strk at keybit.net>
+2009-06-05 09:28  strk
 
-	* [r2540] source/algorithm/locate/IndexedPointInAreaLocator.cpp,
+	* source/algorithm/locate/IndexedPointInAreaLocator.cpp,
 	  source/headers/geos/algorithm/locate/IndexedPointInAreaLocator.h,
 	  source/headers/geos/index/intervalrtree/IntervalRTreeLeafNode.h,
 	  source/headers/geos/index/intervalrtree/SortedPackedIntervalRTree.h:
@@ -1632,14 +2202,14 @@
 	  ownership, fix callers tracking allocations to avoid leaks. Fixes
 	  bug #227.
 
-2009-06-05 09:15  Sandro Santilli <strk at keybit.net>
+2009-06-05 09:15  strk
 
-	* [r2539] ChangeLog.svn, Makefile.am: Allow generating ChangeLog
-	  from external build tree
+	* ChangeLog.svn, Makefile.am: Allow generating ChangeLog from
+	  external build tree
 
-2009-06-04 15:01  Mateusz Loskot <mateusz at loskot.net>
+2009-06-04 15:01  mloskot
 
-	* [r2538] build/msvc90/geos_c_dll/geos_c_dll.vcproj,
+	* build/msvc90/geos_c_dll/geos_c_dll.vcproj,
 	  build/msvc90/geos_lib/geos_lib.vcproj,
 	  build/msvc90/geos_unit/geos_unit.vcproj, source/Makefile.vc,
 	  source/geom/LinearRing.cpp,
@@ -1652,120 +2222,119 @@
 	  1>---> group: geos::operation::valid::IsValidOp, test: test<1>
 	  1> problem: assertion failed
 
-2009-06-04 14:59  Mateusz Loskot <mateusz at loskot.net>
+2009-06-04 14:59  mloskot
 
-	* [r2537] source/operation/buffer/BufferBuilder.cpp: Fixed bug of
+	* source/operation/buffer/BufferBuilder.cpp: Fixed bug of
 	  inaccessible constructor of incomplete type NodedSegmentString -
 	  header missing.
 
-2009-06-04 13:59  Sandro Santilli <strk at keybit.net>
+2009-06-04 13:59  strk
 
-	* [r2536] tests/xmltester/XMLTester.cpp: Add support for testing
-	  single sided buffers
+	* tests/xmltester/XMLTester.cpp: Add support for testing single
+	  sided buffers
 
-2009-06-01 03:34  Howard Butler <hobu.inc at gmail.com>
+2009-06-01 03:34  hobu
 
-	* [r2534] capi/geos_c.cpp: #256 finishGEOS called multiple times
-	  will segfault
+	* capi/geos_c.cpp: #256 finishGEOS called multiple times will
+	  segfault
 
-2009-05-28 14:38  Mateusz Loskot <mateusz at loskot.net>
+2009-05-28 14:38  mloskot
 
-	* [r2533] configure.in, tests/bigtest: Fixed aclocal warnings for
-	  mixing cache-id's in configure.in.
+	* configure.in, tests/bigtest: Fixed aclocal warnings for mixing
+	  cache-id's in configure.in.
 
-2009-05-27 16:57  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-05-27 16:57  pramsey
 
-	* [r2516] NEWS: remove error
+	* NEWS: remove error
 
-2009-05-27 16:57  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-05-27 16:57  pramsey
 
-	* [r2515] NEWS: Add single-sided item
+	* NEWS: Add single-sided item
 
-2009-05-21 10:08  Sandro Santilli <strk at keybit.net>
+2009-05-21 10:08  strk
 
-	* [r2514] ChangeLog.svn, Makefile.am, authors.svn: Add Mat's and
-	  Paul's entries, make ChangeLog.svn rule phony
+	* ChangeLog.svn, Makefile.am, authors.svn: Add Mat's and Paul's
+	  entries, make ChangeLog.svn rule phony
 
-2009-05-21 09:56  Sandro Santilli <strk at keybit.net>
+2009-05-21 09:56  strk
 
-	* [r2513] ChangeLog.svn, Makefile.am, authors.svn: Add a rule to
-	  generate a ChangeLog using svn2cl. The authors.svn file will be
-	  used to map usernames and full names: please expand your own
-	  nick. The generated ChangeLog is added to repository to show you
-	  how it looks. If everybody agree we could rename this to
-	  ChangeLog and stop requiring manual edits (+1 from me:)
+	* ChangeLog.svn, Makefile.am, authors.svn: Add a rule to generate a
+	  ChangeLog using svn2cl. The authors.svn file will be used to map
+	  usernames and full names: please expand your own nick. The
+	  generated ChangeLog is added to repository to show you how it
+	  looks. If everybody agree we could rename this to ChangeLog and
+	  stop requiring manual edits (+1 from me:)
 
-2009-05-13 11:29  Frank Warmerdam <warmerdam at pobox.com>
+2009-05-13 11:29  warmerdam
 
-	* [r2508] capi/geos_c.h.in: refer to GEOSFree() instead of free()
+	* capi/geos_c.h.in: refer to GEOSFree() instead of free()
 
-2009-05-13 11:26  Frank Warmerdam <warmerdam at pobox.com>
+2009-05-13 11:26  warmerdam
 
-	* [r2507] capi/geos_c.cpp, capi/geos_ts_c.cpp: forward GEOSFree to
+	* capi/geos_c.cpp, capi/geos_ts_c.cpp: forward GEOSFree to
 	  GEOSFree_r, use std:: prefix on free() (#249)
 
-2009-05-13 04:14  Frank Warmerdam <warmerdam at pobox.com>
+2009-05-13 04:14  warmerdam
 
-	* [r2506] ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in,
-	  capi/geos_ts_c.cpp: Added GEOSFree() and GEOSFree_r() (#249)
+	* ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp:
+	  Added GEOSFree() and GEOSFree_r() (#249)
 
-2009-05-12 17:47  Sandro Santilli <strk at keybit.net>
+2009-05-12 17:47  strk
 
-	* [r2505] NEWS: Add note about single-sided buffer
+	* NEWS: Add note about single-sided buffer
 
-2009-05-12 16:49  Sandro Santilli <strk at keybit.net>
+2009-05-12 16:49  strk
 
-	* [r2504] tests/xmltester/Makefile.am,
-	  tests/xmltester/tests/bug244.xml: Never fail bug #244 again
-	  (regression testcase added)
+	* tests/xmltester/Makefile.am, tests/xmltester/tests/bug244.xml:
+	  Never fail bug #244 again (regression testcase added)
 
-2009-05-12 16:48  Sandro Santilli <strk at keybit.net>
+2009-05-12 16:48  strk
 
-	* [r2503] source/operation/buffer/SubgraphDepthLocater.cpp: Have
+	* source/operation/buffer/SubgraphDepthLocater.cpp: Have
 	  DepthSegment hold a real LineSegment, not a reference.
 	  SubgraphDepthLocater was passing the same LineSegment reference
 	  to multiple DepthSegments, messing everything up. This fixes bug
 	  #244.
 
-2009-05-12 15:38  Sandro Santilli <strk at keybit.net>
+2009-05-12 15:38  strk
 
-	* [r2502] source/geomgraph/DirectedEdge.cpp,
+	* source/geomgraph/DirectedEdge.cpp,
 	  source/headers/geos/geomgraph/DirectedEdge.h,
 	  source/headers/geos/geomgraph/DirectedEdge.inl: Port info
 
-2009-05-08 16:30  Sandro Santilli <strk at keybit.net>
+2009-05-08 16:30  strk
 
-	* [r2501] source/headers/geos/operation/overlay/PolygonBuilder.h,
+	* source/headers/geos/operation/overlay/PolygonBuilder.h,
 	  source/operation/overlay/PolygonBuilder.cpp: Update port info
 
-2009-05-08 12:47  Sandro Santilli <strk at keybit.net>
+2009-05-08 12:47  strk
 
-	* [r2500] capi/geos_c.h.in: When included in a C++ environment,
-	  include <cstddef> and use std::size_t. Patch by Mateusz Loskot,
-	  ticket #252.
+	* capi/geos_c.h.in: When included in a C++ environment, include
+	  <cstddef> and use std::size_t. Patch by Mateusz Loskot, ticket
+	  #252.
 
-2009-05-08 12:46  Sandro Santilli <strk at keybit.net>
+2009-05-08 12:46  strk
 
-	* [r2499] source/operation/distance/DistanceOp.cpp: Oops, forgot to
-	  update the static closedPoints signature..
+	* source/operation/distance/DistanceOp.cpp: Oops, forgot to update
+	  the static closedPoints signature..
 
-2009-05-08 12:29  Sandro Santilli <strk at keybit.net>
+2009-05-08 12:29  strk
 
-	* [r2498] NEWS: Note the withinDistance addition to DistanceOp
+	* NEWS: Note the withinDistance addition to DistanceOp
 
-2009-05-08 12:27  Sandro Santilli <strk at keybit.net>
+2009-05-08 12:27  strk
 
-	* [r2497] tests/unit/operation/distance/DistanceOpTest.cpp: Add the
+	* tests/unit/operation/distance/DistanceOpTest.cpp: Add the
 	  complete set of tests for closedPoints
 
-2009-05-08 12:11  Sandro Santilli <strk at keybit.net>
+2009-05-08 12:11  strk
 
-	* [r2496] source/headers/geos/operation/distance/DistanceOp.h:
-	  Document semantic of a null return from closestPoints
+	* source/headers/geos/operation/distance/DistanceOp.h: Document
+	  semantic of a null return from closestPoints
 
-2009-05-08 12:09  Sandro Santilli <strk at keybit.net>
+2009-05-08 12:09  strk
 
-	* [r2495] source/headers/geos/operation/distance/DistanceOp.h,
+	* source/headers/geos/operation/distance/DistanceOp.h,
 	  source/operation/distance/DistanceOp.cpp: Don't wipe out closest
 	  locations after computing them (doh). Fixes bug #236. Takes the
 	  chance to make the GeometryLocation retrival function private as
@@ -1773,93 +2342,92 @@
 	  cleanups), and to rename a function to follow current JTS naming
 	  (more renames to come for proper sync)
 
-2009-05-08 10:10  Sandro Santilli <strk at keybit.net>
+2009-05-08 10:10  strk
 
-	* [r2494] source/headers/geos/operation/distance/DistanceOp.h,
+	* source/headers/geos/operation/distance/DistanceOp.h,
 	  source/operation/distance/DistanceOp.cpp: Add isWithinDistance()
 	  to DistanceOp, reaching rev 1.17 of JTS
 
-2009-05-08 09:39  Sandro Santilli <strk at keybit.net>
+2009-05-08 09:39  strk
 
-	* [r2493] source/headers/geos/operation/distance/DistanceOp.h,
+	* source/headers/geos/operation/distance/DistanceOp.h,
 	  source/operation/distance/DistanceOp.cpp: Port info for
 	  DistanceOp
 
-2009-05-08 08:44  Sandro Santilli <strk at keybit.net>
+2009-05-08 08:44  strk
 
-	* [r2492] capi/geos_c.h.in: Always include stddef.h. Closes bug
-	  #213
+	* capi/geos_c.h.in: Always include stddef.h. Closes bug #213
 
-2009-05-07 16:15  Sandro Santilli <strk at keybit.net>
+2009-05-07 16:15  strk
 
-	* [r2491] capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp:
-	  Add "thread-safe" version of GEOSGeom_setSRID. Closes bug #242.
+	* capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: Add
+	  "thread-safe" version of GEOSGeom_setSRID. Closes bug #242.
 
-2009-05-07 16:00  Sandro Santilli <strk at keybit.net>
+2009-05-07 16:00  strk
 
-	* [r2490] tests/bigtest/bug234.cpp: minor debug output improvement
+	* tests/bigtest/bug234.cpp: minor debug output improvement
 
-2009-05-07 15:57  Sandro Santilli <strk at keybit.net>
+2009-05-07 15:57  strk
 
-	* [r2489] source/geomgraph/GeometryGraph.cpp,
-	  tests/bigtest/Makefile.am, tests/bigtest/README,
-	  tests/bigtest/bug234.cpp: Skip empty components when building
-	  GeometryGraph. Fixes bug #234. Add non-automated test for it, and
-	  README file in the directory containing it...
+	* source/geomgraph/GeometryGraph.cpp, tests/bigtest/Makefile.am,
+	  tests/bigtest/README, tests/bigtest/bug234.cpp: Skip empty
+	  components when building GeometryGraph. Fixes bug #234. Add
+	  non-automated test for it, and README file in the directory
+	  containing it...
 
-2009-05-07 15:36  Sandro Santilli <strk at keybit.net>
+2009-05-07 15:36  strk
 
-	* [r2488] tests/xmltester/Makefile.am,
-	  tests/xmltester/tests/bug188.xml: Add XML testcase for bug 188
+	* tests/xmltester/Makefile.am, tests/xmltester/tests/bug188.xml:
+	  Add XML testcase for bug 188
 
-2009-05-07 15:36  Sandro Santilli <strk at keybit.net>
+2009-05-07 15:36  strk
 
-	* [r2487] tests/xmltester/XMLTester.cpp: remove code duplication on
-	  buffer result validation
+	* tests/xmltester/XMLTester.cpp: remove code duplication on buffer
+	  result validation
 
-2009-05-07 08:52  Sandro Santilli <strk at keybit.net>
+2009-05-07 08:52  strk
 
-	* [r2486] source/geom/CoordinateSequenceFactory.cpp,
+	* source/geom/CoordinateSequenceFactory.cpp,
 	  source/headers/geos/geom/CoordinateSequenceFactory.h: Port info,
 	  doxygen cleanups
 
-2009-05-07 08:45  Sandro Santilli <strk at keybit.net>
+2009-05-07 08:45  strk
 
-	* [r2485] tests/unit/capi/GEOSCoordSeqTest.cpp: Add test for
-	  creating a CoordinateSequence with at least 2 dimension
+	* tests/unit/capi/GEOSCoordSeqTest.cpp: Add test for creating a
+	  CoordinateSequence with at least 2 dimension
 
-2009-05-06 20:47  Sandro Santilli <strk at keybit.net>
+2009-05-06 20:47  strk
 
-	* [r2484] capi/geos_c.h.in, capi/geos_ts_c.cpp: Fix bug #135, give
-	  an hint about GEOSGeom_getDimensions being related to
+	* capi/geos_c.h.in, capi/geos_ts_c.cpp: Fix bug #135, give an hint
+	  about GEOSGeom_getDimensions being related to
 	  GEOSCoordSeq_getDimensions, fix signed vs. unsigned compiler
 	  warning.
 
-2009-05-06 20:22  Sandro Santilli <strk at keybit.net>
+2009-05-06 20:22  strk
 
-	* [r2483] tests/xmltester/markup/MarkupSTL.cpp: Fix compilation
-	  warnings thrown by GCC 4.3.x. Patch by Mateus, closes bug #92.
+	* tests/xmltester/markup/MarkupSTL.cpp: Fix compilation warnings
+	  thrown by GCC 4.3.x. Patch by Mateus, closes bug #92.
 
-2009-05-06 20:12  Mateusz Loskot <mateusz at loskot.net>
+2009-05-06 20:12  mloskot
 
-	* [r2482] source/headers/geos/operation/overlay/snap: Updated
-	  svn:ignore property.
+	* source/headers/geos/operation/overlay/snap: Updated svn:ignore
+	  property.
 
-2009-05-06 17:54  Sandro Santilli <strk at keybit.net>
+2009-05-06 17:54  strk
 
-	* [r2481] source/headers/geos/noding/SegmentNodeList.h,
+	* source/headers/geos/noding/SegmentNodeList.h,
 	  source/noding/SegmentNodeList.cpp:
 	  findCollapsesFromExistingVertices: don't choke on sets of < 2
 	  points. Fixes bug #219.
 
-2009-05-06 17:52  Sandro Santilli <strk at keybit.net>
+2009-05-06 17:52  strk
 
-	* [r2480] source/operation/buffer/BufferBuilder.cpp: minor
-	  indentation thing
+	* source/operation/buffer/BufferBuilder.cpp: minor indentation
+	  thing
 
-2009-05-06 17:42  Sandro Santilli <strk at keybit.net>
+2009-05-06 17:42  strk
 
-	* [r2479] source/headers/geos/geom/Makefile.am,
+	* source/headers/geos/geom/Makefile.am,
 	  source/headers/geos/index/chain/MonotoneChain.h,
 	  source/headers/geos/index/chain/MonotoneChainOverlapAction.h,
 	  source/headers/geos/noding/MCIndexNoder.h,
@@ -1871,16 +2439,15 @@
 	  MonotoneChainOverlapAction, reduce heap allocations. Cascade
 	  changes.
 
-2009-05-06 17:14  Sandro Santilli <strk at keybit.net>
+2009-05-06 17:14  strk
 
-	* [r2478]
-	  source/headers/geos/index/chain/MonotoneChainOverlapAction.h,
+	* source/headers/geos/index/chain/MonotoneChainOverlapAction.h,
 	  source/index/chain/MonotoneChainOverlapAction.cpp: Port info (to
 	  be worked on for heap allocations reduction)
 
-2009-05-06 17:10  Sandro Santilli <strk at keybit.net>
+2009-05-06 17:10  strk
 
-	* [r2477] source/algorithm/MCPointInRing.cpp,
+	* source/algorithm/MCPointInRing.cpp,
 	  source/headers/geos/algorithm/MCPointInRing.h,
 	  source/headers/geos/index/chain/MonotoneChainSelectAction.h,
 	  source/index/chain/MonotoneChain.cpp,
@@ -1889,9 +2456,9 @@
 	  MonotoneChainSelectAction port review, heap allocation reduced,
 	  const-corrected.
 
-2009-05-06 16:44  Sandro Santilli <strk at keybit.net>
+2009-05-06 16:44  strk
 
-	* [r2476] source/algorithm/MCPointInRing.cpp,
+	* source/algorithm/MCPointInRing.cpp,
 	  source/headers/geos/index/SpatialIndex.h,
 	  source/headers/geos/index/bintree/Bintree.h,
 	  source/headers/geos/index/bintree/Root.h,
@@ -1907,53 +2474,52 @@
 	  changes. Possibly discovered a leak in MCPointInRing algorithm,
 	  needs some unit testing.
 
-2009-05-06 16:36  Sandro Santilli <strk at keybit.net>
+2009-05-06 16:36  strk
 
-	* [r2475] source/headers/geos/index/bintree/Interval.h,
+	* source/headers/geos/index/bintree/Interval.h,
 	  source/index/bintree/Interval.cpp: Const-correctness for bintree
 	  Interval
 
-2009-05-06 15:47  Sandro Santilli <strk at keybit.net>
+2009-05-06 15:47  strk
 
-	* [r2474] source/headers/geos/index/chain/MonotoneChain.h,
+	* source/headers/geos/index/chain/MonotoneChain.h,
 	  source/index/chain/MonotoneChain.cpp: Port MonotoneChain up to
 	  JTS-1.10, plus minor dox improvement (memory-oriented)
 
-2009-05-06 15:31  Sandro Santilli <strk at keybit.net>
+2009-05-06 15:31  strk
 
-	* [r2473] source/headers/geos/index/chain/MonotoneChainBuilder.h,
+	* source/headers/geos/index/chain/MonotoneChainBuilder.h,
 	  source/index/chain/MonotoneChainBuilder.cpp: Port
 	  MonotoneChainBuilder up to JTS-1.10. Tweak some signatures to use
 	  stricter signedness.
 
-2009-05-06 14:55  Sandro Santilli <strk at keybit.net>
+2009-05-06 14:55  strk
 
-	* [r2472] source/headers/geos/index/chain/MonotoneChainBuilder.h,
+	* source/headers/geos/index/chain/MonotoneChainBuilder.h,
 	  source/index/chain/MonotoneChainBuilder.cpp: Port to 1.9, fixing
 	  an out of boundary access in findEdgeEnd
 
-2009-05-06 14:42  Sandro Santilli <strk at keybit.net>
+2009-05-06 14:42  strk
 
-	* [r2471] source/headers/geos/index/chain/MonotoneChainBuilder.h,
+	* source/headers/geos/index/chain/MonotoneChainBuilder.h,
 	  source/index/chain/MonotoneChainBuilder.cpp: Add port info. We're
 	  4 revision old (catching up next)
 
-2009-05-05 14:28  Sandro Santilli <strk at keybit.net>
+2009-05-05 14:28  strk
 
-	* [r2470] source/geom/Envelope.cpp,
-	  source/headers/geos/geom/Envelope.h,
+	* source/geom/Envelope.cpp, source/headers/geos/geom/Envelope.h,
 	  source/headers/geos/geom/Envelope.inl: Sync Envelope to JTS-1.10
 
-2009-05-05 10:30  Sandro Santilli <strk at keybit.net>
+2009-05-05 10:30  strk
 
-	* [r2469] tests/xmltester/XMLTester.cpp: Add compile-time support
-	  to skip use of BinaryOp thus engaging SnapIfNeededOverlayOp used
-	  by Geometry methods. Shows that BinaryOp (GEOS-specific original
+	* tests/xmltester/XMLTester.cpp: Add compile-time support to skip
+	  use of BinaryOp thus engaging SnapIfNeededOverlayOp used by
+	  Geometry methods. Shows that BinaryOp (GEOS-specific original
 	  work) gives better numerical stability.
 
-2009-05-05 10:14  Sandro Santilli <strk at keybit.net>
+2009-05-05 10:14  strk
 
-	* [r2468] configure.in, source/headers/geos/geom/BinaryOp.h,
+	* configure.in, source/headers/geos/geom/BinaryOp.h,
 	  source/headers/geos/operation/overlay/Makefile.am,
 	  source/headers/geos/operation/overlay/snap/GeometrySnapper.h,
 	  source/headers/geos/operation/overlay/snap/LineStringSnapper.h,
@@ -1975,26 +2541,24 @@
 	  GeometrySnapper/LineStringSnapper classes in an unexpected
 	  directory. Move them where they belong, sync with JTS-1.10.
 
-2009-05-05 00:04  Sandro Santilli <strk at keybit.net>
+2009-05-05 00:04  strk
 
-	* [r2467] source/geom/util/GeometryTransformer.cpp: Fix memory leak
-	  on exception
+	* source/geom/util/GeometryTransformer.cpp: Fix memory leak on
+	  exception
 
-2009-05-04 23:43  Sandro Santilli <strk at keybit.net>
+2009-05-04 23:43  strk
 
-	* [r2466] source/operation/IsSimpleOp.cpp: Fix memory bug
+	* source/operation/IsSimpleOp.cpp: Fix memory bug
 
-2009-05-04 23:23  Sandro Santilli <strk at keybit.net>
+2009-05-04 23:23  strk
 
-	* [r2465] source/geom/Geometry.cpp,
-	  source/headers/geos/geom/Geometry.h,
+	* source/geom/Geometry.cpp, source/headers/geos/geom/Geometry.h,
 	  source/headers/geos/geom/Geometry.inl: Geometry up to 1.112 with
 	  a minor bugfix and performance improvement in Geometry::covers
 
-2009-05-04 23:04  Sandro Santilli <strk at keybit.net>
+2009-05-04 23:04  strk
 
-	* [r2464] source/geom/Geometry.cpp,
-	  source/headers/geos/geom/Geometry.h,
+	* source/geom/Geometry.cpp, source/headers/geos/geom/Geometry.h,
 	  source/headers/geos/geom/Geometry.inl: Bring Geometry port up a
 	  revision by having it use SnapIfNeededOp for overlay operations.
 	  Note that currently this doesn't affect the C-API nor the
@@ -2002,19 +2566,18 @@
 	  JTS-ported) doing about the same thing as the SnapIfNeededOp
 	  class.
 
-2009-05-04 22:03  Sandro Santilli <strk at keybit.net>
+2009-05-04 22:03  strk
 
-	* [r2463] source/headers/geos/operation/overlay/Makefile.am,
+	* source/headers/geos/operation/overlay/Makefile.am,
 	  source/headers/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h,
 	  source/headers/geos/operation/overlay/snap/SnapOverlayOp.h,
 	  source/operation/overlay/Makefile.am,
 	  source/operation/overlay/snap/SnapIfNeededOverlayOp.cpp: Port
 	  SnapIfNeededOverlayOp
 
-2009-05-04 21:28  Sandro Santilli <strk at keybit.net>
+2009-05-04 21:28  strk
 
-	* [r2462]
-	  source/headers/geos/operation/overlay/FuzzyPointLocator.h,
+	* source/headers/geos/operation/overlay/FuzzyPointLocator.h,
 	  source/headers/geos/operation/overlay/Makefile.am,
 	  source/headers/geos/operation/overlay/OffsetPointGenerator.h,
 	  source/headers/geos/operation/overlay/OverlayResultValidator.h,
@@ -2041,9 +2604,9 @@
 	  tests/unit/operation/overlay/validate/OverlayResultValidatorTest.cpp:
 	  Move overlay.validate package files where they belong
 
-2009-05-04 21:02  Sandro Santilli <strk at keybit.net>
+2009-05-04 21:02  strk
 
-	* [r2461] source/headers/geos/operation/overlay/Makefile.am,
+	* source/headers/geos/operation/overlay/Makefile.am,
 	  source/headers/geos/operation/overlay/snap/GeometrySnapper.h,
 	  source/headers/geos/operation/overlay/snap/SnapOverlayOp.h,
 	  source/operation/overlay/Makefile.am,
@@ -2052,26 +2615,25 @@
 	  overlay.snap.SnapOverlayOp, update GeometrySnapper to be more
 	  useful
 
-2009-05-04 19:54  Sandro Santilli <strk at keybit.net>
+2009-05-04 19:54  strk
 
-	* [r2460] source/headers/geos/operation/overlay/Makefile.am,
+	* source/headers/geos/operation/overlay/Makefile.am,
 	  source/headers/geos/operation/overlay/snap/GeometrySnapper.h,
 	  source/operation/overlay/Makefile.am,
 	  source/operation/overlay/snap/GeometrySnapper.cpp: Port
 	  overlay.snap.GeometrySnapper
 
-2009-05-04 19:51  Sandro Santilli <strk at keybit.net>
+2009-05-04 19:51  strk
 
-	* [r2459]
-	  source/headers/geos/operation/overlay/snap/LineStringSnapper.h,
+	* source/headers/geos/operation/overlay/snap/LineStringSnapper.h,
 	  source/operation/overlay/snap/LineStringSnapper.cpp: Extend to
 	  accept a vector of const Coordinate pointers for snap pointers,
 	  fix typo making it clone snap points rather than source points on
 	  snapping...
 
-2009-05-02 11:01  Sandro Santilli <strk at keybit.net>
+2009-05-02 11:01  strk
 
-	* [r2458] source/headers/geos/operation/overlay/Makefile.am,
+	* source/headers/geos/operation/overlay/Makefile.am,
 	  source/headers/geos/operation/overlay/snap,
 	  source/headers/geos/operation/overlay/snap/LineStringSnapper.h,
 	  source/operation/overlay/Makefile.am,
@@ -2079,9 +2641,9 @@
 	  source/operation/overlay/snap/LineStringSnapper.cpp: Port
 	  overlay.snap.LineStringSnapper from JTS-1.10
 
-2009-05-02 10:59  Sandro Santilli <strk at keybit.net>
+2009-05-02 10:59  strk
 
-	* [r2457] source/geom/CoordinateArraySequence.cpp,
+	* source/geom/CoordinateArraySequence.cpp,
 	  source/headers/geos/geom/CoordinateArraySequence.h,
 	  source/headers/geos/geom/CoordinateSequence.h,
 	  tests/unit/geom/CoordinateArraySequenceTest.cpp: Add an
@@ -2089,36 +2651,36 @@
 	  CoordinateList of JTS, historically bound to CoordinateSequence
 	  in GEOS. Add test for that interface.
 
-2009-05-02 09:44  Sandro Santilli <strk at keybit.net>
+2009-05-02 09:44  strk
 
-	* [r2456] tests/xmltester/Makefile.am,
+	* tests/xmltester/Makefile.am,
 	  tests/xmltester/tests/general/MISSING,
 	  tests/xmltester/tests/general/TestRectanglePredicate.xml: Copy
 	  last portable JTS general test, add a file with info about what's
 	  missing
 
-2009-05-02 09:42  Sandro Santilli <strk at keybit.net>
+2009-05-02 09:42  strk
 
-	* [r2455] tests/xmltester/tests/testLeaksBig.xml: Drop test also
-	  found in TestFunctionPLPrec.xml
+	* tests/xmltester/tests/testLeaksBig.xml: Drop test also found in
+	  TestFunctionPLPrec.xml
 
-2009-05-02 09:40  Sandro Santilli <strk at keybit.net>
+2009-05-02 09:40  strk
 
-	* [r2454] tests/xmltester/XMLTester.cpp: Add support for testing
-	  within, covers and coveredby. Properly use 'arg1' and 'arg2' for
-	  these tests.
+	* tests/xmltester/XMLTester.cpp: Add support for testing within,
+	  covers and coveredby. Properly use 'arg1' and 'arg2' for these
+	  tests.
 
-2009-05-02 09:25  Sandro Santilli <strk at keybit.net>
+2009-05-02 09:25  strk
 
-	* [r2453] tests/xmltester/Makefile.am,
+	* tests/xmltester/Makefile.am,
 	  tests/xmltester/tests/general/TestWithinDistance.xml,
 	  tests/xmltester/tests/testLeaksBig.xml: Copy
 	  TestWithinDistance.xml test, drop duplicates from
 	  testLeaksBig.xml
 
-2009-05-02 09:20  Sandro Santilli <strk at keybit.net>
+2009-05-02 09:20  strk
 
-	* [r2452] tests/xmltester/Makefile.am,
+	* tests/xmltester/Makefile.am,
 	  tests/xmltester/tests/general/TestFunctionAA.xml,
 	  tests/xmltester/tests/general/TestFunctionAAPrec.xml,
 	  tests/xmltester/tests/general/TestFunctionLA.xml,
@@ -2131,22 +2693,21 @@
 	  tests/xmltester/tests/general/TestFunctionPP.xml: More tests from
 	  JTS (TestFunction*)
 
-2009-05-02 09:17  Sandro Santilli <strk at keybit.net>
+2009-05-02 09:17  strk
 
-	* [r2451] tests/xmltester/Makefile.am,
+	* tests/xmltester/Makefile.am,
 	  tests/xmltester/tests/general/TestBoundary.xml: Boundary test
 
-2009-05-02 09:16  Sandro Santilli <strk at keybit.net>
+2009-05-02 09:16  strk
 
-	* [r2450] tests/xmltester/Makefile.am,
+	* tests/xmltester/Makefile.am,
 	  tests/xmltester/tests/general/TestConvexHull-big.xml,
 	  tests/xmltester/tests/general/TestConvexHull.xml: ConvexHull
 	  tests
 
-2009-05-02 09:11  Sandro Santilli <strk at keybit.net>
+2009-05-02 09:11  strk
 
-	* [r2449] tests/xmltester/Makefile.am,
-	  tests/xmltester/XMLTester.cpp,
+	* tests/xmltester/Makefile.am, tests/xmltester/XMLTester.cpp,
 	  tests/xmltester/tests/general/TestRelateAA.xml,
 	  tests/xmltester/tests/general/TestRelateAC.xml,
 	  tests/xmltester/tests/general/TestRelateLA.xml,
@@ -2157,9 +2718,9 @@
 	  tests/xmltester/tests/general/TestRelatePP.xml: Add support for
 	  testing 'contains' in XMLTester, add all Relate tests from JTS
 
-2009-05-02 09:01  Sandro Santilli <strk at keybit.net>
+2009-05-02 09:01  strk
 
-	* [r2448] tests/xmltester/Makefile.am,
+	* tests/xmltester/Makefile.am,
 	  tests/xmltester/tests/TestBuffer.xml,
 	  tests/xmltester/tests/TestBufferMitredJoin.xml,
 	  tests/xmltester/tests/TestCentroid.xml,
@@ -2179,18 +2740,18 @@
 	  tests/xmltester/tests/general/TestValid2.xml: More organization
 	  of xml tests: 'general' subdir following JTS
 
-2009-05-02 08:44  Sandro Santilli <strk at keybit.net>
+2009-05-02 08:44  strk
 
-	* [r2447] tests/xmltester/Makefile.am, tests/xmltester/tests/stmlf,
+	* tests/xmltester/Makefile.am, tests/xmltester/tests/stmlf,
 	  tests/xmltester/tests/stmlf-cases-20061020.xml,
 	  tests/xmltester/tests/stmlf-cases-20070119.xml,
 	  tests/xmltester/tests/stmlf/stmlf-cases-20061020.xml,
 	  tests/xmltester/tests/stmlf/stmlf-cases-20070119.xml: Put stml
 	  testcases under their own dir (like in JTS)
 
-2009-05-02 08:37  Sandro Santilli <strk at keybit.net>
+2009-05-02 08:37  strk
 
-	* [r2446] tests/xmltester/Makefile.am,
+	* tests/xmltester/Makefile.am,
 	  tests/xmltester/tests/TestRobustOverlayFixed.xml,
 	  tests/xmltester/tests/robust,
 	  tests/xmltester/tests/robust/TestRobustOverlayFixed.xml,
@@ -2200,134 +2761,132 @@
 	  TestRobustRelate.xml from JTS, organize robust-related tests as
 	  in JTS repository.
 
-2009-04-30 12:42  Sandro Santilli <strk at keybit.net>
+2009-04-30 12:42  strk
 
-	* [r2444] source/headers/geos/noding/snapround/SimpleSnapRounder.h:
-	  drop duplicated (and old) port info
+	* source/headers/geos/noding/snapround/SimpleSnapRounder.h: drop
+	  duplicated (and old) port info
 
-2009-04-30 12:33  Sandro Santilli <strk at keybit.net>
+2009-04-30 12:33  strk
 
-	* [r2443] NEWS, source/geom/Geometry.cpp,
+	* NEWS, source/geom/Geometry.cpp,
 	  source/headers/geos/geom/Geometry.h,
 	  source/headers/geos/geom/Geometry.inl: Update port info
 
-2009-04-30 12:17  Sandro Santilli <strk at keybit.net>
+2009-04-30 12:17  strk
 
-	* [r2442] source/geom/Point.cpp, source/headers/geos/geom/Point.h:
-	  Point full up to JTS-1.0 (rev 1.37) : adds reverse()
+	* source/geom/Point.cpp, source/headers/geos/geom/Point.h: Point
+	  full up to JTS-1.0 (rev 1.37) : adds reverse()
 
-2009-04-30 12:07  Sandro Santilli <strk at keybit.net>
+2009-04-30 12:07  strk
 
-	* [r2441] source/geom/LineString.cpp,
+	* source/geom/LineString.cpp,
 	  source/headers/geos/geom/LineString.h: LineString to rev 1.46 :
 	  don't override isSimple, always return MultiPoint as bondary
 
-2009-04-30 11:47  Sandro Santilli <strk at keybit.net>
+2009-04-30 11:47  strk
 
-	* [r2440] source/geom/Polygon.cpp,
-	  source/headers/geos/geom/Polygon.h: Polygon to rev 1.50
-	  (getBoundary always return MultiLineString)
+	* source/geom/Polygon.cpp, source/headers/geos/geom/Polygon.h:
+	  Polygon to rev 1.50 (getBoundary always return MultiLineString)
 
-2009-04-30 11:42  Sandro Santilli <strk at keybit.net>
+2009-04-30 11:42  strk
 
-	* [r2439] source/geom/MultiPoint.cpp,
+	* source/geom/MultiPoint.cpp,
 	  source/headers/geos/geom/MultiPoint.h: MultiPoint up to rev 1.30
 	  (drop isSimple override)
 
-2009-04-30 11:36  Sandro Santilli <strk at keybit.net>
+2009-04-30 11:36  strk
 
-	* [r2438] source/geom/MultiLineString.cpp,
+	* source/geom/MultiLineString.cpp,
 	  source/headers/geos/geom/MultiLineString.h,
 	  source/headers/geos/geom/MultiLineString.inl: MultiLineString
 	  port info and sync to 1.40 (don't override isSimple)
 
-2009-04-30 11:29  Sandro Santilli <strk at keybit.net>
+2009-04-30 11:29  strk
 
-	* [r2437] source/geom/MultiPolygon.cpp,
+	* source/geom/MultiPolygon.cpp,
 	  source/headers/geos/geom/MultiPolygon.h,
 	  source/headers/geos/geom/MultiPolygon.inl: MultiPolygon up to rev
 	  1.34 (getBoundary always returns a MultiLineString now)
 
-2009-04-30 11:19  Sandro Santilli <strk at keybit.net>
+2009-04-30 11:19  strk
 
-	* [r2436] source/geom/GeometryCollection.cpp,
+	* source/geom/GeometryCollection.cpp,
 	  source/headers/geos/geom/GeometryCollection.h: Oops, *now* we're
 	  at 1.14 (drop isSimple, rely on the one in base class)
 
-2009-04-30 11:15  Sandro Santilli <strk at keybit.net>
+2009-04-30 11:15  strk
 
-	* [r2435] source/geom/GeometryCollection.cpp,
+	* source/geom/GeometryCollection.cpp,
 	  source/headers/geos/geom/GeometryCollection.h,
 	  source/headers/geos/geom/GeometryCollection.inl: Port info. It's
 	  at 1.41 now, JTS is at 1.42
 
-2009-04-30 11:03  Sandro Santilli <strk at keybit.net>
+2009-04-30 11:03  strk
 
-	* [r2434] source/geom/Geometry.cpp,
-	  source/headers/geos/geom/Geometry.h,
+	* source/geom/Geometry.cpp, source/headers/geos/geom/Geometry.h,
 	  source/headers/geos/geom/Geometry.inl: Geometry class up to JTS
 	  rev 1.104 (need reach 1.127...)
 
-2009-04-30 10:59  Sandro Santilli <strk at keybit.net>
+2009-04-30 10:59  strk
 
-	* [r2433] NEWS: Add some info about things changed (might have
-	  missed something)
+	* NEWS: Add some info about things changed (might have missed
+	  something)
 
-2009-04-30 10:51  Sandro Santilli <strk at keybit.net>
+2009-04-30 10:51  strk
 
-	* [r2432] source/headers/geos/operation/IsSimpleOp.h,
+	* source/headers/geos/operation/IsSimpleOp.h,
 	  source/operation/IsSimpleOp.cpp: Sync to rev 1.22 (JTS-1.10)
 
-2009-04-30 10:47  Sandro Santilli <strk at keybit.net>
+2009-04-30 10:47  strk
 
-	* [r2431] source/headers/geos/operation.h: EndpointInfo.h header is
-	  gone (it's always been private in JTS)
+	* source/headers/geos/operation.h: EndpointInfo.h header is gone
+	  (it's always been private in JTS)
 
-2009-04-30 10:46  Sandro Santilli <strk at keybit.net>
+2009-04-30 10:46  strk
 
-	* [r2430] source/headers/geos/operation/EndpointInfo.h,
+	* source/headers/geos/operation/EndpointInfo.h,
 	  source/headers/geos/operation/IsSimpleOp.h,
 	  source/headers/geos/operation/Makefile.am,
 	  source/operation/IsSimpleOp.cpp: Port revision 1.9 of IsSimplOp :
 	  allow inspecting non-simple location coordinate.
 
-2009-04-30 10:43  Sandro Santilli <strk at keybit.net>
+2009-04-30 10:43  strk
 
-	* [r2429] source/geomgraph/EdgeIntersection.cpp,
+	* source/geomgraph/EdgeIntersection.cpp,
 	  source/headers/geos/geomgraph/EdgeIntersection.h: Sync to
 	  revision 1.5 (JTS-1.10) : add accessors
 
-2009-04-30 09:54  Sandro Santilli <strk at keybit.net>
+2009-04-30 09:54  strk
 
-	* [r2428] source/headers/geos/operation/IsSimpleOp.h,
+	* source/headers/geos/operation/IsSimpleOp.h,
 	  source/operation/IsSimpleOp.cpp: port to rev 1.8 (use of
 	  BoundaryNodeRule)
 
-2009-04-30 09:49  Sandro Santilli <strk at keybit.net>
+2009-04-30 09:49  strk
 
-	* [r2427] tests/xmltester/Makefile.am,
+	* tests/xmltester/Makefile.am,
 	  tests/xmltester/tests/TestSimple.xml,
 	  tests/xmltester/tests/testLeaksBig.xml: Import TestSimple.xml
 	  from JTS, drop duplicated tests from testLeaksBig.xml
 
-2009-04-30 09:26  Sandro Santilli <strk at keybit.net>
+2009-04-30 09:26  strk
 
-	* [r2426] source/algorithm/BoundaryNodeRule.cpp,
+	* source/algorithm/BoundaryNodeRule.cpp,
 	  source/algorithm/Makefile.am,
 	  source/headers/geos/algorithm/BoundaryNodeRule.h,
 	  source/headers/geos/algorithm/Makefile.am: Port
 	  algorithm::BoundaryNodeRule from JTS-1.10 (needed for IsSimpleOp
 	  sync)
 
-2009-04-30 08:33  Sandro Santilli <strk at keybit.net>
+2009-04-30 08:33  strk
 
-	* [r2425] source/headers/geos/operation/IsSimpleOp.h,
+	* source/headers/geos/operation/IsSimpleOp.h,
 	  source/operation/IsSimpleOp.cpp: Port info, and sync from 1.14 to
 	  1.17 (more to do, need more classes)
 
-2009-04-29 23:52  Mateusz Loskot <mateusz at loskot.net>
+2009-04-29 23:52  mloskot
 
-	* [r2424] tests/unit/capi/GEOSContainsTest.cpp,
+	* tests/unit/capi/GEOSContainsTest.cpp,
 	  tests/unit/capi/GEOSCoordSeqTest.cpp,
 	  tests/unit/capi/GEOSGeomFromWKBTest.cpp,
 	  tests/unit/capi/GEOSGeomToWKTTest.cpp,
@@ -2337,31 +2896,30 @@
 	  tests/unit/capi/GEOSWithinTest.cpp: test/unit/capi: re-tab all
 	  .cpp files to use spaces.
 
-2009-04-29 23:46  Mateusz Loskot <mateusz at loskot.net>
+2009-04-29 23:46  mloskot
 
-	* [r2423] tests/unit/capi/GEOSContainsTest.cpp,
+	* tests/unit/capi/GEOSContainsTest.cpp,
 	  tests/unit/capi/GEOSWithinTest.cpp: Removed unused <memory>
 	  header from C API tests.
 
-2009-04-29 23:44  Mateusz Loskot <mateusz at loskot.net>
+2009-04-29 23:44  mloskot
 
-	* [r2422] tests/unit/Makefile.am,
-	  tests/unit/capi/GEOSContainsTest.cpp,
+	* tests/unit/Makefile.am, tests/unit/capi/GEOSContainsTest.cpp,
 	  tests/unit/capi/GEOSWithinTest.cpp: Added new unit tests for C
 	  API: GEOSWithinTest and GEOSContainsTest. This is check and
 	  response for problems reporting in Ticket #250. Running the new
 	  tests does not reproduce the problem, so it likely has been fixed
 	  or the bug is somewhere else (i.e. Django layers).
 
-2009-04-29 09:44  Sandro Santilli <strk at keybit.net>
+2009-04-29 09:44  strk
 
-	* [r2421] source/headers/geos/util/GeometricShapeFactory.h,
+	* source/headers/geos/util/GeometricShapeFactory.h,
 	  source/util/GeometricShapeFactory.cpp: Sync GeometricShapeFactory
 	  to JTS-1.10 (createArcPolygon added)
 
-2009-04-29 08:56  Sandro Santilli <strk at keybit.net>
+2009-04-29 08:56  strk
 
-	* [r2420] source/geom/prep/AbstractPreparedPolygonContains.cpp,
+	* source/geom/prep/AbstractPreparedPolygonContains.cpp,
 	  source/geom/prep/PreparedPolygonContainsProperly.cpp,
 	  source/geom/prep/PreparedPolygonCovers.cpp,
 	  source/geom/prep/PreparedPolygonIntersects.cpp,
@@ -2373,16 +2931,16 @@
 	  source/headers/geos/geom/prep/PreparedPolygonPredicate.h: Bring
 	  all geom::prep package in sync with JTS-1.10
 
-2009-04-29 08:22  Sandro Santilli <strk at keybit.net>
+2009-04-29 08:22  strk
 
-	* [r2419] source/geom/prep/BasicPreparedGeometry.cpp,
+	* source/geom/prep/BasicPreparedGeometry.cpp,
 	  source/headers/geos/geom/prep/BasicPreparedGeometry.h: Sync
 	  BasicPreparedGeometry to JTS-1.10 (short-circuit in
 	  containsProperly)
 
-2009-04-29 08:15  Sandro Santilli <strk at keybit.net>
+2009-04-29 08:15  strk
 
-	* [r2418] source/geom/prep/AbstractPreparedPolygonContains.cpp,
+	* source/geom/prep/AbstractPreparedPolygonContains.cpp,
 	  source/geom/prep/BasicPreparedGeometry.cpp,
 	  source/geom/prep/PreparedGeometry.cpp,
 	  source/geom/prep/PreparedGeometryFactory.cpp,
@@ -2411,61 +2969,61 @@
 	  port information for geom::prep package. Next stop: sync to
 	  JTS-1.10.
 
-2009-04-27 19:47  Sandro Santilli <strk at keybit.net>
+2009-04-27 19:47  strk
 
-	* [r2417] tests/unit/capi/GEOSGeomToWKTTest.cpp: Plug last one. All
-	  heap blocks were freed -- no leaks are possible.
+	* tests/unit/capi/GEOSGeomToWKTTest.cpp: Plug last one. All heap
+	  blocks were freed -- no leaks are possible.
 
-2009-04-27 19:42  Sandro Santilli <strk at keybit.net>
+2009-04-27 19:42  strk
 
-	* [r2416] tests/unit/algorithm/RobustLineIntersectorTest.cpp: Fix
-	  leak in testcase
+	* tests/unit/algorithm/RobustLineIntersectorTest.cpp: Fix leak in
+	  testcase
 
-2009-04-27 19:38  Sandro Santilli <strk at keybit.net>
+2009-04-27 19:38  strk
 
-	* [r2415] source/headers/geos/index/quadtree/Node.h,
+	* source/headers/geos/index/quadtree/Node.h,
 	  source/headers/geos/index/quadtree/Root.h,
 	  source/index/quadtree/Node.cpp, source/index/quadtree/Root.cpp:
 	  Refactor signatures to make ownership transfers more explicit.
 	  Fixed another leak in Node::insertNode.
 
-2009-04-27 19:22  Sandro Santilli <strk at keybit.net>
+2009-04-27 19:22  strk
 
-	* [r2414] source/index/quadtree/NodeBase.cpp: Fix memory leak in
+	* source/index/quadtree/NodeBase.cpp: Fix memory leak in
 	  NodeBase::remove, exposed by unit testing
 
-2009-04-27 15:52  Sandro Santilli <strk at keybit.net>
+2009-04-27 15:52  strk
 
-	* [r2413] source/headers/geos/index/quadtree/Root.h,
+	* source/headers/geos/index/quadtree/Root.h,
 	  source/index/quadtree/Root.cpp: Port info for quadtree::root
 
-2009-04-27 15:47  Sandro Santilli <strk at keybit.net>
+2009-04-27 15:47  strk
 
-	* [r2412] source/headers/geos/index/quadtree/Node.h,
+	* source/headers/geos/index/quadtree/Node.h,
 	  source/index/quadtree/Node.cpp: Port info for quadtree::Node
 
-2009-04-27 15:39  Sandro Santilli <strk at keybit.net>
+2009-04-27 15:39  strk
 
-	* [r2411] source/headers/geos/index/quadtree/IntervalSize.h,
+	* source/headers/geos/index/quadtree/IntervalSize.h,
 	  source/index/quadtree/IntervalSize.cpp: Port info and check,
 	  doxygen.
 
-2009-04-27 15:30  Sandro Santilli <strk at keybit.net>
+2009-04-27 15:30  strk
 
-	* [r2410] source/headers/geos/index/quadtree/Quadtree.h,
+	* source/headers/geos/index/quadtree/Quadtree.h,
 	  source/index/quadtree/Quadtree.cpp: Sync to JTS-1.10, reduce heap
 	  allocations and pointers usage. Includes a bugfix in
 	  collectStats.
 
-2009-04-27 15:00  Sandro Santilli <strk at keybit.net>
+2009-04-27 15:00  strk
 
-	* [r2409] source/headers/geos/index/quadtree/DoubleBits.h,
+	* source/headers/geos/index/quadtree/DoubleBits.h,
 	  source/index/quadtree/DoubleBits.cpp: DoubleBits didn't change in
 	  JTS, update port info accordingly
 
-2009-04-27 14:58  Sandro Santilli <strk at keybit.net>
+2009-04-27 14:58  strk
 
-	* [r2408] source/headers/geos/index/quadtree/Node.h,
+	* source/headers/geos/index/quadtree/Node.h,
 	  source/headers/geos/index/quadtree/NodeBase.h,
 	  source/headers/geos/index/quadtree/Root.h,
 	  source/index/quadtree/NodeBase.cpp,
@@ -2473,9 +3031,9 @@
 	  port sync, add port info, drop unneeded pointers and virtuals,
 	  document objects ownership.
 
-2009-04-25 00:23  Sandro Santilli <strk at keybit.net>
+2009-04-25 00:23  strk
 
-	* [r2407] source/headers/geos/index/SpatialIndex.h,
+	* source/headers/geos/index/SpatialIndex.h,
 	  source/headers/geos/index/quadtree/Key.h,
 	  source/headers/geos/index/quadtree/Node.h,
 	  source/index/quadtree/Key.cpp, source/index/quadtree/Node.cpp,
@@ -2483,207 +3041,205 @@
 	  allocations and port info for quadtree::Key class, a few more
 	  cleanups in user classes, to be continued.
 
-2009-04-24 23:44  Sandro Santilli <strk at keybit.net>
+2009-04-24 23:44  strk
 
-	* [r2406] source/index/quadtree/Quadtree.cpp: Fix memory leak in
+	* source/index/quadtree/Quadtree.cpp: Fix memory leak in
 	  Quadtree::remove
 
-2009-04-23 15:26  Sandro Santilli <strk at keybit.net>
+2009-04-23 15:26  strk
 
-	* [r2405] source/headers/geos/operation/buffer/BufferBuilder.h,
+	* source/headers/geos/operation/buffer/BufferBuilder.h,
 	  source/headers/geos/operation/buffer/OffsetCurveBuilder.h,
 	  source/operation/buffer/BufferBuilder.cpp,
 	  source/operation/buffer/OffsetCurveBuilder.cpp,
 	  source/operation/buffer/OffsetCurveVertexList.h: Apply
 	  Single-sided buffer patch, issue #215. UNTESTED.
 
-2009-04-21 16:11  Sandro Santilli <strk at keybit.net>
+2009-04-21 16:11  strk
 
-	* [r2404] tests/unit/Makefile.am,
+	* tests/unit/Makefile.am,
 	  tests/unit/operation/valid/ValidSelfTouchingRingFormingHoleTest.cpp:
 	  Port ValidSelfTouchingRingFormingHoleTest
 
-2009-04-21 15:30  Sandro Santilli <strk at keybit.net>
+2009-04-21 15:30  strk
 
-	* [r2403] tests/unit/Makefile.am,
+	* tests/unit/Makefile.am,
 	  tests/unit/operation/valid/ValidClosedRingTest.cpp: Port
 	  ValidClosedRingTest
 
-2009-04-21 15:13  Sandro Santilli <strk at keybit.net>
+2009-04-21 15:13  strk
 
-	* [r2402] source/geom/LineString.cpp,
+	* source/geom/LineString.cpp,
 	  source/headers/geos/geom/LineString.h: ::reverse returns a
 	  Geometry now (to be available up in base class)
 
-2009-04-21 15:12  Sandro Santilli <strk at keybit.net>
+2009-04-21 15:12  strk
 
-	* [r2401] source/geom/LinearRing.cpp,
+	* source/geom/LinearRing.cpp,
 	  source/headers/geos/geom/LinearRing.h,
 	  tests/unit/geom/LinearRingTest.cpp: Sync LinearRing to JTS-1.10
 	  (fixing a bug in isClosed)
 
-2009-04-21 14:03  Sandro Santilli <strk at keybit.net>
+2009-04-21 14:03  strk
 
-	* [r2400] tests/unit/Makefile.am, tests/unit/operation/valid,
+	* tests/unit/Makefile.am, tests/unit/operation/valid,
 	  tests/unit/operation/valid/IsValidTest.cpp: Port IsValidOp unit
 	  test
 
-2009-04-21 11:14  Sandro Santilli <strk at keybit.net>
+2009-04-21 11:14  strk
 
-	* [r2399] configure.in: Configure for CXX, not C. Should fix
-	  unknown tag and link issues on telascience.
+	* configure.in: Configure for CXX, not C. Should fix unknown tag
+	  and link issues on telascience.
 
-2009-04-21 09:06  Sandro Santilli <strk at keybit.net>
+2009-04-21 09:06  strk
 
-	* [r2398] configure.in: Add an AC_LIBTOOL_LANG_C_CONFIG call right
-	  before the AC_LIBTOOL_COMPILER_OPTION calls. Seems to fix
-	  compiler selection on telascience (whereas AC_LANG and
-	  AC_LANG_PUSH didn't work)
+	* configure.in: Add an AC_LIBTOOL_LANG_C_CONFIG call right before
+	  the AC_LIBTOOL_COMPILER_OPTION calls. Seems to fix compiler
+	  selection on telascience (whereas AC_LANG and AC_LANG_PUSH didn't
+	  work)
 
-2009-04-20 20:32  Sandro Santilli <strk at keybit.net>
+2009-04-20 20:32  strk
 
-	* [r2397] tests/xmltester/BufferResultMatcher.cpp,
+	* tests/xmltester/BufferResultMatcher.cpp,
 	  tests/xmltester/BufferResultMatcher.h: Use JTS heuristic for
 	  distance-0 buffer checking
 
-2009-04-20 11:04  Mateusz Loskot <mateusz at loskot.net>
+2009-04-20 11:04  mloskot
 
-	* [r2396] tests/perf, tests/perf/operation,
-	  tests/perf/operation/buffer: Updated svn:ignore patterns.
+	* tests/perf, tests/perf/operation, tests/perf/operation/buffer:
+	  Updated svn:ignore patterns.
 
-2009-04-20 10:37  Sandro Santilli <strk at keybit.net>
+2009-04-20 10:37  strk
 
-	* [r2395] configure.in, tests/Makefile.am, tests/perf,
+	* configure.in, tests/Makefile.am, tests/perf,
 	  tests/perf/Makefile.am, tests/perf/operation,
 	  tests/perf/operation/Makefile.am, tests/perf/operation/buffer,
 	  tests/perf/operation/buffer/IteratedBufferStressTest.cpp,
 	  tests/perf/operation/buffer/Makefile.am: Port
 	  IteratedBufferStessTest
 
-2009-04-20 09:37  Sandro Santilli <strk at keybit.net>
+2009-04-20 09:37  strk
 
-	* [r2394] source/geomgraph/Quadrant.cpp,
+	* source/geomgraph/Quadrant.cpp,
 	  source/headers/geos/geomgraph/Quadrant.h: Add named constants,
 	  sync to JTS-1.10
 
-2009-04-20 09:24  Mateusz Loskot <mateusz at loskot.net>
+2009-04-20 09:24  mloskot
 
-	* [r2393] source/algorithm/distance,
+	* source/algorithm/distance,
 	  source/headers/geos/algorithm/distance: Updated svn:ignore
 	  patterns.
 
-2009-04-18 07:55  Sandro Santilli <strk at keybit.net>
+2009-04-18 07:55  strk
 
-	* [r2392] tests/xmltester/XMLTester.cpp: Use BufferResultMatcher
-	  for buffer operations. No failures.
+	* tests/xmltester/XMLTester.cpp: Use BufferResultMatcher for buffer
+	  operations. No failures.
 
-2009-04-18 07:49  Sandro Santilli <strk at keybit.net>
+2009-04-18 07:49  strk
 
-	* [r2391] tests/xmltester/tests/TestBigNastyBuffer.xml: Imported
-	  cleaned-up version of fme.xml -- this one fails (the one we have
-	  is actually expecting a wrong result)
+	* tests/xmltester/tests/TestBigNastyBuffer.xml: Imported cleaned-up
+	  version of fme.xml -- this one fails (the one we have is actually
+	  expecting a wrong result)
 
-2009-04-18 07:46  Sandro Santilli <strk at keybit.net>
+2009-04-18 07:46  strk
 
-	* [r2390] tests/xmltester/BufferResultMatcher.cpp: Don't densify
+	* tests/xmltester/BufferResultMatcher.cpp: Don't densify
 	  coordinates if buffer distance is 0
 
-2009-04-17 16:50  Sandro Santilli <strk at keybit.net>
+2009-04-17 16:50  strk
 
-	* [r2389]
-	  tests/unit/algorithm/distance/DiscreteHausdorffDistanceTest.cpp:
+	* tests/unit/algorithm/distance/DiscreteHausdorffDistanceTest.cpp:
 	  comment out debugging lines
 
-2009-04-17 16:49  Sandro Santilli <strk at keybit.net>
+2009-04-17 16:49  strk
 
-	* [r2388] tests/unit/Makefile.am, tests/unit/algorithm/distance,
+	* tests/unit/Makefile.am, tests/unit/algorithm/distance,
 	  tests/unit/algorithm/distance/DiscreteHausdorffDistanceTest.cpp:
 	  Port DiscreteHausdorffDistance unit test
 
-2009-04-17 16:47  Sandro Santilli <strk at keybit.net>
+2009-04-17 16:47  strk
 
-	* [r2387] source/algorithm/distance/DiscreteHausdorffDistance.cpp,
+	* source/algorithm/distance/DiscreteHausdorffDistance.cpp,
 	  source/headers/geos/algorithm/distance/DiscreteHausdorffDistance.h:
 	  Offline some more
 
-2009-04-17 16:46  Sandro Santilli <strk at keybit.net>
+2009-04-17 16:46  strk
 
-	* [r2386]
-	  source/headers/geos/algorithm/distance/PointPairDistance.h: Fix
+	* source/headers/geos/algorithm/distance/PointPairDistance.h: Fix
 	  typo
 
-2009-04-17 16:26  Sandro Santilli <strk at keybit.net>
+2009-04-17 16:26  strk
 
-	* [r2385] source/algorithm/distance/DiscreteHausdorffDistance.cpp,
+	* source/algorithm/distance/DiscreteHausdorffDistance.cpp,
 	  source/headers/geos/algorithm/distance/DiscreteHausdorffDistance.h:
 	  Add missing implementation bits
 
-2009-04-17 15:47  Sandro Santilli <strk at keybit.net>
+2009-04-17 15:47  strk
 
-	* [r2384] tests/xmltester/BufferResultMatcher.cpp,
+	* tests/xmltester/BufferResultMatcher.cpp,
 	  tests/xmltester/BufferResultMatcher.h,
 	  tests/xmltester/XMLTester.cpp: Port BufferResultMatcher. Gives 31
 	  new failures !!
 
-2009-04-17 15:37  Sandro Santilli <strk at keybit.net>
+2009-04-17 15:37  strk
 
-	* [r2383] source/headers/geos/geom/BinaryOp.h,
-	  tests/xmltester/Makefile.am, tests/xmltester/XMLTester.cpp:
-	  proper inline check_valid source/headers/geos/geom/BinaryOp.h
+	* source/headers/geos/geom/BinaryOp.h, tests/xmltester/Makefile.am,
+	  tests/xmltester/XMLTester.cpp: proper inline check_valid
+	  source/headers/geos/geom/BinaryOp.h
 
-2009-04-17 15:34  Sandro Santilli <strk at keybit.net>
+2009-04-17 15:34  strk
 
-	* [r2382] source/headers/geos/geom/BinaryOp.h: Header guard
+	* source/headers/geos/geom/BinaryOp.h: Header guard
 
-2009-04-17 13:59  Sandro Santilli <strk at keybit.net>
+2009-04-17 13:59  strk
 
-	* [r2381] source/algorithm/LineIntersector.cpp,
+	* source/algorithm/LineIntersector.cpp,
 	  source/headers/geos/algorithm/LineIntersector.h,
 	  tests/unit/algorithm/RobustLineIntersectorTest.cpp: renamed
 	  intersection constants
 
-2009-04-17 09:56  Sandro Santilli <strk at keybit.net>
+2009-04-17 09:56  strk
 
-	* [r2380] configure.in: Add debugging output of variables used by
+	* configure.in: Add debugging output of variables used by
 	  AC_LIBTOOL_COMPILER_OPTION. Surprisingly, the buildbots try to
 	  use a fortran compiler there
 
-2009-04-17 07:50  Sandro Santilli <strk at keybit.net>
+2009-04-17 07:50  strk
 
-	* [r2379] configure.in: Differentiate variable used in
+	* configure.in: Differentiate variable used in
 	  AC_LIBTOOL_COMPILE_OPTION for proper use of configuration cache
 
-2009-04-16 18:05  Sandro Santilli <strk at keybit.net>
+2009-04-16 18:05  strk
 
-	* [r2378] configure.in: Use -ffloat-store flag when available. See
+	* configure.in: Use -ffloat-store flag when available. See
 	  http://lists.osgeo.org/pipermail/geos-devel/2009-April/004089.html
 
-2009-04-16 12:56  Sandro Santilli <strk at keybit.net>
+2009-04-16 12:56  strk
 
-	* [r2377] source/headers/geos/algorithm/LineIntersector.h: Make
-	  enum values explicit, as JTS tests rely on those..
+	* source/headers/geos/algorithm/LineIntersector.h: Make enum values
+	  explicit, as JTS tests rely on those..
 
-2009-04-16 12:54  Sandro Santilli <strk at keybit.net>
+2009-04-16 12:54  strk
 
-	* [r2376] tests/unit/Makefile.am,
+	* tests/unit/Makefile.am,
 	  tests/unit/algorithm/RobustLineIntersectorTest.cpp: Port
 	  RobustLineIntersectorTest from JTS
 
-2009-04-16 12:08  Sandro Santilli <strk at keybit.net>
+2009-04-16 12:08  strk
 
-	* [r2375] tests/unit/algorithm/RobustLineIntersectionTest.cpp:
-	  better isolation of test-specific functions
+	* tests/unit/algorithm/RobustLineIntersectionTest.cpp: better
+	  isolation of test-specific functions
 
-2009-04-16 10:48  Sandro Santilli <strk at keybit.net>
+2009-04-16 10:48  strk
 
-	* [r2374] tests/unit/Makefile.am,
+	* tests/unit/Makefile.am,
 	  tests/unit/algorithm/RobustLineIntersectionTest.cpp: Port
 	  RobustLineIntersectionTest (mostly failing, but reported by
 	  Martin Davis to be expected)
 
-2009-04-15 15:58  Sandro Santilli <strk at keybit.net>
+2009-04-15 15:58  strk
 
-	* [r2373] source/algorithm/distance/DiscreteHausdorffDistance.cpp,
+	* source/algorithm/distance/DiscreteHausdorffDistance.cpp,
 	  source/algorithm/distance/DistanceToPoint.cpp,
 	  source/algorithm/distance/EuclideanDistanceToPoint.cpp,
 	  source/algorithm/distance/Makefile.am,
@@ -2693,47 +3249,46 @@
 	  source/headers/geos/algorithm/distance/Makefile.am: New class
 	  rename, following JTS
 
-2009-04-15 12:56  Sandro Santilli <strk at keybit.net>
+2009-04-15 12:56  strk
 
-	* [r2372] source/algorithm/HCoordinate.cpp: typo in disabled
-	  section
+	* source/algorithm/HCoordinate.cpp: typo in disabled section
 
-2009-04-15 11:17  Sandro Santilli <strk at keybit.net>
+2009-04-15 11:17  strk
 
-	* [r2371] source/headers/geos/index/quadtree/Key.h,
+	* source/headers/geos/index/quadtree/Key.h,
 	  source/headers/geos/index/quadtree/Node.h,
 	  source/index/quadtree/Key.cpp: Few more docs about memory
 	  management in quadtree indexing; fix a potential leak in
 	  quadtree::Key
 
-2009-04-15 10:43  Sandro Santilli <strk at keybit.net>
+2009-04-15 10:43  strk
 
-	* [r2370] source/headers/geos/index/quadtree/NodeBase.h: Document
-	  ownership of quadtree::NodeBase subnodes
+	* source/headers/geos/index/quadtree/NodeBase.h: Document ownership
+	  of quadtree::NodeBase subnodes
 
-2009-04-15 10:18  Sandro Santilli <strk at keybit.net>
+2009-04-15 10:18  strk
 
-	* [r2369] tests/unit/util/UniqueCoordinateArrayFilterTest.cpp: Fix
-	  memory leak in unit test
+	* tests/unit/util/UniqueCoordinateArrayFilterTest.cpp: Fix memory
+	  leak in unit test
 
-2009-04-15 10:02  Sandro Santilli <strk at keybit.net>
+2009-04-15 10:02  strk
 
-	* [r2368] source/headers/geos/geom/CoordinateSequence.h,
+	* source/headers/geos/geom/CoordinateSequence.h,
 	  source/headers/geos/geom/util/CoordinateOperation.h,
 	  source/precision/SimpleGeometryPrecisionReducer.cpp: Fix leak in
 	  SimpleGeometryPrecisionReducer, improve memory management docs
 	  where topic.
 
-2009-04-15 09:29  Sandro Santilli <strk at keybit.net>
+2009-04-15 09:29  strk
 
-	* [r2367] source/headers/geos/operation/distance/DistanceOp.h,
+	* source/headers/geos/operation/distance/DistanceOp.h,
 	  tests/unit/operation/distance/DistanceOpTest.cpp: Document
 	  ownership of DistanceOp::closestPoints return, fix leak in unit
 	  test.
 
-2009-04-15 09:25  Sandro Santilli <strk at keybit.net>
+2009-04-15 09:25  strk
 
-	* [r2366] source/geomgraph/EdgeRing.cpp,
+	* source/geomgraph/EdgeRing.cpp,
 	  source/headers/geos/geomgraph/EdgeRing.h,
 	  source/headers/geos/operation/overlay/MaximalEdgeRing.h,
 	  source/headers/geos/operation/overlay/PolygonBuilder.h,
@@ -2743,33 +3298,32 @@
 	  stmlf-cases-20061020.xml testcase. This commit also adds some
 	  doc-only throw specs related to the bug.
 
-2009-04-15 07:52  Sandro Santilli <strk at keybit.net>
+2009-04-15 07:52  strk
 
-	* [r2365] source/operation/valid/IndexedNestedRingTester.cpp: Fix
-	  memory leaks in IsValid operation
+	* source/operation/valid/IndexedNestedRingTester.cpp: Fix memory
+	  leaks in IsValid operation
 
-2009-04-15 00:27  Sandro Santilli <strk at keybit.net>
+2009-04-15 00:27  strk
 
-	* [r2364] source/algorithm/HCoordinate.cpp: Explain why unrolled
+	* source/algorithm/HCoordinate.cpp: Explain why unrolled
 	  computation is turned off, and keep it off
 
-2009-04-15 00:14  Sandro Santilli <strk at keybit.net>
+2009-04-15 00:14  strk
 
-	* [r2363] source/operation/buffer/BufferInputLineSimplifier.cpp:
-	  Fix typo in computing angleOrientation
+	* source/operation/buffer/BufferInputLineSimplifier.cpp: Fix typo
+	  in computing angleOrientation
 
-2009-04-14 19:11  Sandro Santilli <strk at keybit.net>
+2009-04-14 19:11  strk
 
-	* [r2362] source/algorithm/HCoordinate.cpp,
-	  tests/xmltester/Makefile.am,
+	* source/algorithm/HCoordinate.cpp, tests/xmltester/Makefile.am,
 	  tests/xmltester/tests/TestBufferMitredJoin.xml: Temporarly revert
 	  the unrolled computation in HCoordinate::intersection. Added
 	  mitred join buffer test from JTS (failed with the unrolled comp,
 	  to be further inspected).
 
-2009-04-14 16:43  Sandro Santilli <strk at keybit.net>
+2009-04-14 16:43  strk
 
-	* [r2361] configure.in, source/algorithm/Makefile.am,
+	* configure.in, source/algorithm/Makefile.am,
 	  source/algorithm/distance,
 	  source/algorithm/distance/DiscreteHausdorffDistance.cpp,
 	  source/algorithm/distance/EuclideanDistanceToPoint.cpp,
@@ -2783,10 +3337,9 @@
 	  source/headers/geos/geom/CoordinateSequenceFilter.h: Port the
 	  algorithm::distance package from JTS 1.9
 
-2009-04-14 15:25  Sandro Santilli <strk at keybit.net>
+2009-04-14 15:25  strk
 
-	* [r2360] source/geom/Geometry.cpp,
-	  source/geom/GeometryCollection.cpp,
+	* source/geom/Geometry.cpp, source/geom/GeometryCollection.cpp,
 	  source/geom/GeometryComponentFilter.cpp,
 	  source/geom/LineString.cpp, source/geom/Point.cpp,
 	  source/geom/Polygon.cpp,
@@ -2800,37 +3353,36 @@
 	  support, fix default GeometryComponentFilter moving the logic to
 	  the correct place (a Geometry private class).
 
-2009-04-14 13:35  Sandro Santilli <strk at keybit.net>
+2009-04-14 13:35  strk
 
-	* [r2359] source/algorithm/LineIntersector.cpp,
+	* source/algorithm/LineIntersector.cpp,
 	  source/headers/geos/algorithm/LineIntersector.h: Sync
 	  (Robust)LineIntersector to JTS-1.9
 
-2009-04-14 13:23  Sandro Santilli <strk at keybit.net>
+2009-04-14 13:23  strk
 
-	* [r2358] source/algorithm/CGAlgorithms.cpp,
+	* source/algorithm/CGAlgorithms.cpp,
 	  source/headers/geos/algorithm/CGAlgorithms.h: Sync CGAlgorithms
 	  with JTS-1.9
 
-2009-04-14 12:55  Sandro Santilli <strk at keybit.net>
+2009-04-14 12:55  strk
 
-	* [r2357] source/algorithm/RayCrossingCounter.cpp,
+	* source/algorithm/RayCrossingCounter.cpp,
 	  source/algorithm/locate/IndexedPointInAreaLocator.cpp,
 	  source/headers/geos/algorithm/RayCrossingCounter.h: Fix memory
 	  leak in RayCrossingCounter; update signatures to avoid pointers
 	  when unneeded; add a locatePointInRing taking a vector of
 	  coordinate pointers, for use by CGAlgorithms
 
-2009-04-14 12:42  Sandro Santilli <strk at keybit.net>
+2009-04-14 12:42  strk
 
-	* [r2356] source/algorithm/RayCrossingCounter.cpp,
+	* source/algorithm/RayCrossingCounter.cpp,
 	  source/headers/geos/algorithm/RayCrossingCounter.h: Update port
 	  info, checked against JTS-1.9
 
-2009-04-14 11:03  Sandro Santilli <strk at keybit.net>
+2009-04-14 11:03  strk
 
-	* [r2355] tests/xmltester/Makefile.am,
-	  tests/xmltester/TestBuffer.xml,
+	* tests/xmltester/Makefile.am, tests/xmltester/TestBuffer.xml,
 	  tests/xmltester/TestBufferExternal.xml,
 	  tests/xmltester/TestBufferExternal2.xml,
 	  tests/xmltester/TestCentroid.xml,
@@ -2874,20 +3426,19 @@
 	  tests/xmltester/tests/testLeaksBig.xml: Move XML tests under
 	  their own directory
 
-2009-04-14 10:50  Sandro Santilli <strk at keybit.net>
+2009-04-14 10:50  strk
 
-	* [r2354] source/operation/buffer/BufferBuilder.cpp: Fix memory
-	  leak in BufferBuilder (due to just-ported short-circuit)
+	* source/operation/buffer/BufferBuilder.cpp: Fix memory leak in
+	  BufferBuilder (due to just-ported short-circuit)
 
-2009-04-14 10:27  Sandro Santilli <strk at keybit.net>
+2009-04-14 10:27  strk
 
-	* [r2353] tests/xmltester/XMLTester.cpp: Add support for
-	  bufferMitredJoin tests
+	* tests/xmltester/XMLTester.cpp: Add support for bufferMitredJoin
+	  tests
 
-2009-04-14 09:53  Sandro Santilli <strk at keybit.net>
+2009-04-14 09:53  strk
 
-	* [r2352] tests/xmltester/Makefile.am,
-	  tests/xmltester/TestBuffer.xml,
+	* tests/xmltester/Makefile.am, tests/xmltester/TestBuffer.xml,
 	  tests/xmltester/TestBufferExternal.xml,
 	  tests/xmltester/TestBufferExternal2.xml,
 	  tests/xmltester/XMLTester.cpp, tests/xmltester/badguy3.xml,
@@ -2897,56 +3448,53 @@
 	  arg3 for quadrant segments); copy buffer-related tests from jts:
 	  they succeed w/out editing.
 
-2009-04-14 09:22  Sandro Santilli <strk at keybit.net>
+2009-04-14 09:22  strk
 
-	* [r2351]
-	  source/headers/geos/operation/buffer/SubgraphDepthLocater.h,
+	* source/headers/geos/operation/buffer/SubgraphDepthLocater.h,
 	  source/operation/buffer/SubgraphDepthLocater.cpp: Update port
 	  info of SubgraphDepthLocater
 
-2009-04-14 09:19  Sandro Santilli <strk at keybit.net>
+2009-04-14 09:19  strk
 
-	* [r2350]
-	  source/headers/geos/operation/buffer/RightmostEdgeFinder.h,
+	* source/headers/geos/operation/buffer/RightmostEdgeFinder.h,
 	  source/operation/buffer/RightmostEdgeFinder.cpp: Update port info
 	  for RightmostEdgeFinder (checked)
 
-2009-04-14 09:14  Sandro Santilli <strk at keybit.net>
+2009-04-14 09:14  strk
 
-	* [r2349] source/headers/geos/operation/buffer/BufferSubgraph.h,
+	* source/headers/geos/operation/buffer/BufferSubgraph.h,
 	  source/operation/buffer/BufferSubgraph.cpp: Sync BufferSubgraph
 	  to JTS-1.9
 
-2009-04-14 08:52  Sandro Santilli <strk at keybit.net>
+2009-04-14 08:52  strk
 
-	* [r2348]
-	  source/headers/geos/operation/buffer/OffsetCurveBuilder.h,
+	* source/headers/geos/operation/buffer/OffsetCurveBuilder.h,
 	  source/operation/buffer/OffsetCurveBuilder.cpp: Port
 	  OffsetCurveBuilder from JTS-1.9. Twenty time faster completion of
 	  fme.xml testcase !
 
-2009-04-10 20:22  Sandro Santilli <strk at keybit.net>
+2009-04-10 20:22  strk
 
-	* [r2347] source/operation/buffer/BufferInputLineSimplifier.cpp,
+	* source/operation/buffer/BufferInputLineSimplifier.cpp,
 	  source/operation/buffer/BufferInputLineSimplifier.h,
 	  source/operation/buffer/Makefile.am: Port
 	  BufferInputLineSimplifier from JTS 1.9
 
-2009-04-10 15:15  Mateusz Loskot <mateusz at loskot.net>
+2009-04-10 15:15  mloskot
 
-	* [r2346] configure.in: Do not generate Makefile for
-	  tests/unit/tut. Fixed bug reported as #247.
+	* configure.in: Do not generate Makefile for tests/unit/tut. Fixed
+	  bug reported as #247.
 
-2009-04-10 12:08  Sandro Santilli <strk at keybit.net>
+2009-04-10 12:08  strk
 
-	* [r2345] source/geom/LineSegment.cpp,
+	* source/geom/LineSegment.cpp,
 	  source/headers/geos/geom/LineSegment.h,
 	  source/headers/geos/geom/LineSegment.inl: Sync LineSegment with
 	  JTS-1.9
 
-2009-04-09 21:46  Mateusz Loskot <mateusz at loskot.net>
+2009-04-09 21:46  mloskot
 
-	* [r2344] tests/unit/Makefile.am,
+	* tests/unit/Makefile.am,
 	  tests/unit/algorithm/CGAlgorithms/computeOrientationTest.cpp,
 	  tests/unit/algorithm/CGAlgorithms/isCCWTest.cpp,
 	  tests/unit/algorithm/CGAlgorithms/isPointInRingTest.cpp,
@@ -3008,25 +3556,25 @@
 	  tests/unit/utility.h: Updated tests/unit package with latest
 	  relase of C++ TUT Framework from 2008-11-30.
 
-2009-04-09 19:39  Mateusz Loskot <mateusz at loskot.net>
+2009-04-09 19:39  mloskot
 
-	* [r2343] configure.in, tests/Makefile.am, tests/tut,
+	* configure.in, tests/Makefile.am, tests/tut,
 	  tests/unit/Makefile.am, tests/unit/tut,
 	  tests/unit/tut/Makefile.am, tests/unit/tut/tut.h,
 	  tests/unit/tut/tut_reporter.h, tests/unit/tut/tut_restartable.h:
 	  Moved tests/tut to tests/unit/tut. Preparing for update to latest
 	  version of C++ TUT Framework.
 
-2009-04-09 16:22  Sandro Santilli <strk at keybit.net>
+2009-04-09 16:22  strk
 
-	* [r2342] source/algorithm/Angle.cpp, source/algorithm/Makefile.am,
+	* source/algorithm/Angle.cpp, source/algorithm/Makefile.am,
 	  source/headers/geos/algorithm/Angle.h,
 	  source/headers/geos/algorithm/Makefile.am: Port algorithm.Angle
 	  from JTS-1.9
 
-2009-04-09 11:45  Sandro Santilli <strk at keybit.net>
+2009-04-09 11:45  strk
 
-	* [r2341] source/headers/geos/operation/buffer/BufferBuilder.h,
+	* source/headers/geos/operation/buffer/BufferBuilder.h,
 	  source/headers/geos/operation/buffer/BufferOp.h,
 	  source/headers/geos/operation/buffer/OffsetCurveBuilder.h,
 	  source/operation/buffer/BufferBuilder.cpp,
@@ -3036,95 +3584,93 @@
 	  OffsetCurveBuilder to use of BufferParameter (needs more work for
 	  JTS-sync).
 
-2009-04-09 10:21  Sandro Santilli <strk at keybit.net>
+2009-04-09 10:21  strk
 
-	* [r2340] source/headers/geos/operation/buffer/BufferParameters.h:
-	  typo
+	* source/headers/geos/operation/buffer/BufferParameters.h: typo
 
-2009-04-09 09:45  Sandro Santilli <strk at keybit.net>
+2009-04-09 09:45  strk
 
-	* [r2339] source/headers/geos/operation/buffer/BufferParameters.h,
+	* source/headers/geos/operation/buffer/BufferParameters.h,
 	  source/headers/geos/operation/buffer/Makefile.am,
 	  source/operation/buffer/BufferParameters.cpp,
 	  source/operation/buffer/Makefile.am: Port BufferParameters from
 	  JTS-1.9
 
-2009-04-09 08:54  Sandro Santilli <strk at keybit.net>
+2009-04-09 08:54  strk
 
-	* [r2338] source/operation/buffer/OffsetCurveBuilder.cpp,
+	* source/operation/buffer/OffsetCurveBuilder.cpp,
 	  source/operation/buffer/OffsetCurveVertexList.h: Sync port of
 	  OffsetCurveVertexList to JTS-1.9, improve memory management
 	  documentation (would need some refactoring/love)
 
-2009-04-08 16:52  Sandro Santilli <strk at keybit.net>
+2009-04-08 16:52  strk
 
-	* [r2337] source/geomgraph/EdgeList.cpp,
+	* source/geomgraph/EdgeList.cpp,
 	  source/headers/geos/geomgraph/EdgeList.h,
 	  source/headers/geos/noding/OrientedCoordinateArray.h: Improve
 	  duplicate edge detection performance (JTS-1.9 sync) - fme.xml
 	  runs 3 times as fast now.
 
-2009-04-08 16:17  Sandro Santilli <strk at keybit.net>
+2009-04-08 16:17  strk
 
-	* [r2332] source/noding/OrientedCoordinateArray.cpp: const
-	  correctness
+	* source/noding/OrientedCoordinateArray.cpp: const correctness
 
-2009-04-08 15:38  Sandro Santilli <strk at keybit.net>
+2009-04-08 15:38  strk
 
-	* [r2329] capi/geos_c.h.in: Fix documentation for GEOSPrepare,
+	* capi/geos_c.h.in: Fix documentation for GEOSPrepare,
 	  GEOSPrepare_r
 
-2009-04-08 14:54  Sandro Santilli <strk at keybit.net>
+2009-04-08 14:54  strk
 
-	* [r2328] source/headers/geos/noding/Makefile.am,
+	* source/headers/geos/noding/Makefile.am,
 	  source/headers/geos/noding/OrientedCoordinateArray.h,
 	  source/noding/Makefile.am,
 	  source/noding/OrientedCoordinateArray.cpp:
 	  OrientedCoordinateArray ported from JTS
 
-2009-04-08 14:41  Sandro Santilli <strk at keybit.net>
+2009-04-08 14:41  strk
 
-	* [r2327] source/geom/CoordinateSequence.cpp,
+	* source/geom/CoordinateSequence.cpp,
 	  source/headers/geos/geom/CoordinateSequence.h: Add
 	  increasingDirection static method, from JTS's CoordinateArray
 	  (GEOS puts all of them in CoordinateSequence for historical
 	  reasons)
 
-2009-04-08 13:16  Sandro Santilli <strk at keybit.net>
+2009-04-08 13:16  strk
 
-	* [r2326] source/headers/geos/noding/snapround/SimpleSnapRounder.h,
+	* source/headers/geos/noding/snapround/SimpleSnapRounder.h,
 	  source/noding/snapround/SimpleSnapRounder.cpp: Complete porting
 	  of SimpleSnapRounder (refactoring for adding snapped nodes)
 
-2009-04-08 13:02  Sandro Santilli <strk at keybit.net>
+2009-04-08 13:02  strk
 
-	* [r2325] source/headers/geos/noding/SegmentStringUtil.h: Improve
+	* source/headers/geos/noding/SegmentStringUtil.h: Improve
 	  documentation about memory usage for SegmentStringUtil class
 
-2009-04-08 12:58  Sandro Santilli <strk at keybit.net>
+2009-04-08 12:58  strk
 
-	* [r2324] tests/unit/Makefile.am,
+	* tests/unit/Makefile.am,
 	  tests/unit/capi/GEOSPreparedGeometryTest.cpp: Stub initial unit
 	  tests for C-API's GEOSPreparedGeometry operations. Helped fixing
 	  issue 147 of postgis
 
-2009-04-08 12:55  Sandro Santilli <strk at keybit.net>
+2009-04-08 12:55  strk
 
-	* [r2323] source/geom/prep/PreparedPolygonContainsProperly.cpp:
-	  Don't access deleted memory. Fixes issue 147.
+	* source/geom/prep/PreparedPolygonContainsProperly.cpp: Don't
+	  access deleted memory. Fixes issue 147.
 
-2009-04-08 10:53  Sandro Santilli <strk at keybit.net>
+2009-04-08 10:53  strk
 
-	* [r2322] source/noding/snapround/HotPixel.cpp: Fix typo
+	* source/noding/snapround/HotPixel.cpp: Fix typo
 
-2009-04-08 10:06  Sandro Santilli <strk at keybit.net>
+2009-04-08 10:06  strk
 
-	* [r2321] tests/unit/noding/SegmentNodeTest.cpp: Add a couple more
-	  tests to SegmentNode unit test
+	* tests/unit/noding/SegmentNodeTest.cpp: Add a couple more tests to
+	  SegmentNode unit test
 
-2009-04-08 09:42  Sandro Santilli <strk at keybit.net>
+2009-04-08 09:42  strk
 
-	* [r2320] source/headers/geos/noding/NodableSegmentString.h,
+	* source/headers/geos/noding/NodableSegmentString.h,
 	  source/headers/geos/noding/NodedSegmentString.h,
 	  source/headers/geos/noding/SegmentNode.h,
 	  source/headers/geos/noding/SegmentNodeList.h,
@@ -3133,9 +3679,9 @@
 	  tests/unit/noding/SegmentPointComparatorTest.cpp: Port
 	  SegmentNode to JTS-1.9
 
-2009-04-07 19:00  Sandro Santilli <strk at keybit.net>
+2009-04-07 19:00  strk
 
-	* [r2319] source/geomgraph/EdgeNodingValidator.cpp,
+	* source/geomgraph/EdgeNodingValidator.cpp,
 	  source/headers/geos/geomgraph/EdgeNodingValidator.h,
 	  source/headers/geos/noding/BasicSegmentString.h,
 	  source/headers/geos/noding/IntersectionAdder.h,
@@ -3173,228 +3719,224 @@
 	  tests/unit/noding/SegmentStringTest.cpp: Refactor SegmentString
 	  to be an abstract class, to be in sync with JTS-1.9.
 
-2009-04-07 12:36  Sandro Santilli <strk at keybit.net>
+2009-04-07 12:36  strk
 
-	* [r2318] source/operation/valid/IndexedNestedRingTester.cpp,
+	* source/operation/valid/IndexedNestedRingTester.cpp,
 	  source/operation/valid/IndexedNestedRingTester.h: update
 	  copyright notice
 
-2009-04-07 11:11  Sandro Santilli <strk at keybit.net>
+2009-04-07 11:11  strk
 
-	* [r2317] source/headers/geos/noding/snapround/HotPixel.h,
+	* source/headers/geos/noding/snapround/HotPixel.h,
 	  source/headers/geos/noding/snapround/HotPixel.inl,
 	  source/noding/snapround/HotPixel.cpp: Sync HotPixel to JTS-1.9
 	  (rev 1.3); fix a few bugs and use standard algorithms for min/max
 
-2009-04-07 10:48  Sandro Santilli <strk at keybit.net>
+2009-04-07 10:48  strk
 
-	* [r2316] source/headers/geos/noding/NodedSegmentString.h: Fix
-	  signed vs. unsigned compiler warning
+	* source/headers/geos/noding/NodedSegmentString.h: Fix signed vs.
+	  unsigned compiler warning
 
-2009-04-07 10:18  Sandro Santilli <strk at keybit.net>
+2009-04-07 10:18  strk
 
-	* [r2315] source/headers/geos/operation/valid/IsValidOp.h: Port
-	  info, indenting
+	* source/headers/geos/operation/valid/IsValidOp.h: Port info,
+	  indenting
 
-2009-04-07 09:56  Sandro Santilli <strk at keybit.net>
+2009-04-07 09:56  strk
 
-	* [r2314] source/operation/valid/IndexedNestedRingTester.cpp,
+	* source/operation/valid/IndexedNestedRingTester.cpp,
 	  source/operation/valid/IndexedNestedRingTester.h,
 	  source/operation/valid/IsValidOp.cpp,
 	  source/operation/valid/Makefile.am: Port IndexedNestedRingTester
 	  and have IsValidOp use it, syncing the operation to JTS-1.9
 
-2009-04-07 09:55  Sandro Santilli <strk at keybit.net>
+2009-04-07 09:55  strk
 
-	* [r2313] source/headers/geos/noding/SegmentStringUtil.h: Update
-	  port info, minor tweaks to doxygen comments
+	* source/headers/geos/noding/SegmentStringUtil.h: Update port info,
+	  minor tweaks to doxygen comments
 
-2009-04-07 08:14  Sandro Santilli <strk at keybit.net>
+2009-04-07 08:14  strk
 
-	* [r2312] source/algorithm/HCoordinate.cpp,
+	* source/algorithm/HCoordinate.cpp,
 	  source/headers/geos/algorithm/HCoordinate.h: Sync HCoordinate
 	  class to JTS-1.9 (rev 1.18)
 
-2009-04-03 15:27  Mateusz Loskot <mateusz at loskot.net>
+2009-04-03 15:27  mloskot
 
-	* [r2311] nmake.opt: Added _NMAKE_VER 9.00.21022.08 to nmake.opt.
-	  Fixed bug with using BUILD_DEBUG instead of BUILD_BATCH in
-	  nmake.opt.
+	* nmake.opt: Added _NMAKE_VER 9.00.21022.08 to nmake.opt. Fixed bug
+	  with using BUILD_DEBUG instead of BUILD_BATCH in nmake.opt.
 
-2009-03-27 02:39  Mateusz Loskot <mateusz at loskot.net>
+2009-03-27 02:39  mloskot
 
-	* [r2310] build/msvc80/geos.sln,
-	  build/msvc80/geos_lib/geos_lib.vcproj: Updated build/msvc80.
+	* build/msvc80/geos.sln, build/msvc80/geos_lib/geos_lib.vcproj:
+	  Updated build/msvc80.
 
-2009-03-27 02:38  Mateusz Loskot <mateusz at loskot.net>
+2009-03-27 02:38  mloskot
 
-	* [r2309] nmake.opt, source/Makefile.vc: Forgotten nmake.opt in
-	  last commit.
+	* nmake.opt, source/Makefile.vc: Forgotten nmake.opt in last
+	  commit.
 
-2009-03-26 21:52  Mateusz Loskot <mateusz at loskot.net>
+2009-03-26 21:52  mloskot
 
-	* [r2308] build/msvc90/geos.sln,
-	  build/msvc90/geos_lib/geos_lib.vcproj, makefile.vc,
-	  source/Makefile.vc, source/dirlist.mk: Refactored NMAKE
-	  makefiles. Added nmake.opt file - GDAL style. Added some
+	* build/msvc90/geos.sln, build/msvc90/geos_lib/geos_lib.vcproj,
+	  makefile.vc, source/Makefile.vc, source/dirlist.mk: Refactored
+	  NMAKE makefiles. Added nmake.opt file - GDAL style. Added some
 	  auto-magic to determine version of Visual C++ compiler and set
 	  version specific compilation flags. No need to specify Visual C++
 	  version in cmd line, but just run: nmake -f makefile.vc in root
 	  dir of the tree.
 
-2009-03-26 21:07  Mateusz Loskot <mateusz at loskot.net>
+2009-03-26 21:07  mloskot
 
-	* [r2307] source/operation/union/CascadedPolygonUnion.cpp:
+	* source/operation/union/CascadedPolygonUnion.cpp:
 	  CascadedPolygonUnion.cpp: added missing std headers.
 
-2009-03-26 01:53  Mateusz Loskot <mateusz at loskot.net>
+2009-03-26 01:53  mloskot
 
-	* [r2306] TODO: Dummy commit - testing buildbot resurection.
+	* TODO: Dummy commit - testing buildbot resurection.
 
-2009-03-24 16:49  Mateusz Loskot <mateusz at loskot.net>
+2009-03-24 16:49  mloskot
 
-	* [r2304] capi/geos_ts_c.cpp: Fixed bug introduced in recent
-	  refactoring work (r2281). This is the reason of PostGIS
-	  regression test failing (Issue 143)
+	* capi/geos_ts_c.cpp: Fixed bug introduced in recent refactoring
+	  work (r2281). This is the reason of PostGIS regression test
+	  failing (Issue 143)
 
-2009-03-24 15:58  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-03-24 15:58  pramsey
 
-	* [r2303] autogen.sh: Allow version test to work in glibtoolize
+	* autogen.sh: Allow version test to work in glibtoolize
 
-2009-03-24 00:48  Mateusz Loskot <mateusz at loskot.net>
+2009-03-24 00:48  mloskot
 
-	* [r2302] capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp:
+	* capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp:
 	  capi/geos_ts_c.cpp: refactoring, assert() to test against nullptr
 	  where it is forbidden.
 
-2009-03-24 00:30  Mateusz Loskot <mateusz at loskot.net>
+2009-03-24 00:30  mloskot
 
-	* [r2301] capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp:
-	  REVERTED r2299: Fixed GEOSSetSRID_r missing, GEOSSetSRID
-	  duplicated (Ticket #242). A little of refactoring.
+	* capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: REVERTED
+	  r2299: Fixed GEOSSetSRID_r missing, GEOSSetSRID duplicated
+	  (Ticket #242). A little of refactoring.
 
-2009-03-24 00:19  Mateusz Loskot <mateusz at loskot.net>
+2009-03-24 00:19  mloskot
 
-	* [r2300] capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp:
-	  Fixed GEOSSetSRID_r missing, GEOSSetSRID duplicated (Ticket
-	  #242). A little of refactoring.
+	* capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp: Fixed
+	  GEOSSetSRID_r missing, GEOSSetSRID duplicated (Ticket #242). A
+	  little of refactoring.
 
-2009-03-23 23:50  Mateusz Loskot <mateusz at loskot.net>
+2009-03-23 23:50  mloskot
 
-	* [r2299] capi/geos_ts_c.cpp: capi/geos_ts_c.cpp: refactoring, use
-	  single return expression per function, added assert() to test
-	  against nullptr where it is forbidden.
+	* capi/geos_ts_c.cpp: capi/geos_ts_c.cpp: refactoring, use single
+	  return expression per function, added assert() to test against
+	  nullptr where it is forbidden.
 
-2009-03-23 23:29  Mateusz Loskot <mateusz at loskot.net>
+2009-03-23 23:29  mloskot
 
-	* [r2298] capi/geos_ts_c.cpp: capi/geos_ts_c.cpp: refactoring, use
-	  single return expression per function, added assert() to test
-	  against nullptr where it is forbidden, addd some comments.
+	* capi/geos_ts_c.cpp: capi/geos_ts_c.cpp: refactoring, use single
+	  return expression per function, added assert() to test against
+	  nullptr where it is forbidden, addd some comments.
 
-2009-03-23 22:19  Mateusz Loskot <mateusz at loskot.net>
+2009-03-23 22:19  mloskot
 
-	* [r2297] capi/geos_ts_c.cpp: capi/geos_ts_c.cpp: refactoring, use
-	  single return expression per function, added assert() to test
-	  against nullptr where it is forbidden, addd some comments.
+	* capi/geos_ts_c.cpp: capi/geos_ts_c.cpp: refactoring, use single
+	  return expression per function, added assert() to test against
+	  nullptr where it is forbidden, addd some comments.
 
-2009-03-23 21:07  Mateusz Loskot <mateusz at loskot.net>
+2009-03-23 21:07  mloskot
 
-	* [r2296] capi/geos_ts_c.cpp: capi/geos_ts_c.cpp: refactoring,
-	  replace manual strdup with gstrdup, use single return expression
-	  per function, added some comments.
+	* capi/geos_ts_c.cpp: capi/geos_ts_c.cpp: refactoring, replace
+	  manual strdup with gstrdup, use single return expression per
+	  function, added some comments.
 
-2009-03-23 20:31  Mateusz Loskot <mateusz at loskot.net>
+2009-03-23 20:31  mloskot
 
-	* [r2295] autogen.sh: dummy commit
+	* autogen.sh: dummy commit
 
-2009-03-23 20:03  Mateusz Loskot <mateusz at loskot.net>
+2009-03-23 20:03  mloskot
 
-	* [r2294] autogen.sh: autogen.sh: Fixed typo in tab character.
+	* autogen.sh: autogen.sh: Fixed typo in tab character.
 
-2009-03-23 17:08  Mateusz Loskot <mateusz at loskot.net>
+2009-03-23 17:08  mloskot
 
-	* [r2293] autogen.sh: autogen.sh: be more verbose about versions,
-	  check for autoconf, check if ./configure is really generated.
+	* autogen.sh: autogen.sh: be more verbose about versions, check for
+	  autoconf, check if ./configure is really generated.
 
-2009-03-23 16:28  Mateusz Loskot <mateusz at loskot.net>
+2009-03-23 16:28  mloskot
 
-	* [r2292] configure.in: configure.in: mloskot made a stupid
-	  mistake, mloskot has fixed it.
+	* configure.in: configure.in: mloskot made a stupid mistake,
+	  mloskot has fixed it.
 
-2009-03-23 14:38  Mateusz Loskot <mateusz at loskot.net>
+2009-03-23 14:38  mloskot
 
-	* [r2291] configure.in: configure.in: wrap macro arguments with
-	  proper M4 quote characters.
+	* configure.in: configure.in: wrap macro arguments with proper M4
+	  quote characters.
 
-2009-03-23 14:08  Mateusz Loskot <mateusz at loskot.net>
+2009-03-23 14:08  mloskot
 
-	* [r2290] autogen.sh: autogen.sh: Call libtool *before* aclocal and
+	* autogen.sh: autogen.sh: Call libtool *before* aclocal and
 	  automake (see Automake manual,8.3.9.1).
 
-2009-03-23 14:01  Mateusz Loskot <mateusz at loskot.net>
+2009-03-23 14:01  mloskot
 
-	* [r2289] autogen.sh: autogen.sh: verbose check if autotools
-	  versions.
+	* autogen.sh: autogen.sh: verbose check if autotools versions.
 
-2009-03-22 20:29  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-03-22 20:29  pramsey
 
-	* [r2288] autogen.sh: Show what versions of things we're running
+	* autogen.sh: Show what versions of things we're running
 
-2009-03-21 02:17  Mateusz Loskot <mateusz at loskot.net>
+2009-03-21 02:17  mloskot
 
-	* [r2287] capi/geos_ts_c.cpp: capi/geos_ts_c.cpp: refactoring -
-	  removed redundant return expressions, replaced bloated use of
-	  malloc + memcpy with single call to gstrdup, use of C++ cast
-	  operators, removed unnecessary allocation of std::string objects.
+	* capi/geos_ts_c.cpp: capi/geos_ts_c.cpp: refactoring - removed
+	  redundant return expressions, replaced bloated use of malloc +
+	  memcpy with single call to gstrdup, use of C++ cast operators,
+	  removed unnecessary allocation of std::string objects.
 
-2009-03-21 01:37  Mateusz Loskot <mateusz at loskot.net>
+2009-03-21 01:37  mloskot
 
-	* [r2286] capi/geos_ts_c.cpp: capi/geos_ts_c.cpp: added gstrdup and
+	* capi/geos_ts_c.cpp: capi/geos_ts_c.cpp: added gstrdup and
 	  gstrdup_s helper functions to get rid of bloated code in future.
 	  Started eliminating redundant return expressions.
 
-2009-03-21 01:10  Mateusz Loskot <mateusz at loskot.net>
+2009-03-21 01:10  mloskot
 
-	* [r2285] macros: macros: Updated svn:ignore property.
+	* macros: macros: Updated svn:ignore property.
 
-2009-03-21 01:08  Mateusz Loskot <mateusz at loskot.net>
+2009-03-21 01:08  mloskot
 
-	* [r2284] capi/geos_ts_c.cpp: capi/geos_ts_c.cpp: Use of spaces
-	  instead of tabs applied.
+	* capi/geos_ts_c.cpp: capi/geos_ts_c.cpp: Use of spaces instead of
+	  tabs applied.
 
-2009-03-21 01:05  Mateusz Loskot <mateusz at loskot.net>
+2009-03-21 01:05  mloskot
 
-	* [r2283] source/operation/polygonize/EdgeRing.cpp:
+	* source/operation/polygonize/EdgeRing.cpp:
 	  source/operation/polygonize/edgering.cpp: cleaned compiler
 	  warnings about mixed integral types.
 
-2009-03-21 01:01  Mateusz Loskot <mateusz at loskot.net>
+2009-03-21 01:01  mloskot
 
-	* [r2282] capi/geos_ts_c.cpp: Fixed deprecated conversion from
-	  string constant to char* in GEOSisValidReason_r. Small
-	  refactoring.
+	* capi/geos_ts_c.cpp: Fixed deprecated conversion from string
+	  constant to char* in GEOSisValidReason_r. Small refactoring.
 
-2009-03-21 00:47  Mateusz Loskot <mateusz at loskot.net>
+2009-03-21 00:47  mloskot
 
-	* [r2281] capi/geos_ts_c.cpp: capi/geos_ts_c.cpp: refactoring, use
-	  c++ cast operators.
+	* capi/geos_ts_c.cpp: capi/geos_ts_c.cpp: refactoring, use c++ cast
+	  operators.
 
-2009-03-20 23:37  Mateusz Loskot <mateusz at loskot.net>
+2009-03-20 23:37  mloskot
 
-	* [r2280] source/operation/union: Updated svn:ignore property.
+	* source/operation/union: Updated svn:ignore property.
 
-2009-03-20 23:35  Mateusz Loskot <mateusz at loskot.net>
+2009-03-20 23:35  mloskot
 
-	* [r2279] build/msvc80/geos_unit/geos_unit.vcproj: Updated
-	  build/msvc80 project.
+	* build/msvc80/geos_unit/geos_unit.vcproj: Updated build/msvc80
+	  project.
 
-2009-03-19 16:45  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-03-19 16:45  pramsey
 
-	* [r2278] autogen.sh: Fix spellingn mistake.
+	* autogen.sh: Fix spellingn mistake.
 
-2009-03-19 16:19  Mateusz Loskot <mateusz at loskot.net>
+2009-03-19 16:19  mloskot
 
-	* [r2277] build/msvc90/geos_unit/geos_unit.vcproj,
+	* build/msvc90/geos_unit/geos_unit.vcproj,
 	  tests/unit/capi/GEOSGeomFromWKBTest.cpp, tests/unit/utility.h: *
 	  tests/unit/capi: added GEOSGeomFromWKBTest with test cases (see
 	  comment) reported as a bug (See
@@ -3404,9 +3946,9 @@
 	  * test/unit/utility.h: Added helper class wkb_hex_decoder.
 	  * Updated build/msvc90 projects.
 
-2009-03-11 12:51  Mateusz Loskot <mateusz at loskot.net>
+2009-03-11 12:51  mloskot
 
-	* [r2276] source/operation/distance/DistanceOp.cpp,
+	* source/operation/distance/DistanceOp.cpp,
 	  tests/unit/operation/distance/DistanceOpTest.cpp: BUG in
 	  DistanceOp:
 	  * Test case and explanation of existing bug in
@@ -3420,55 +3962,54 @@
 	  * A dirty fix: if loc0 or loc1 are nullptr, return nullptr
 	  CoordinatesSequence from closestPoints().
 
-2009-03-11 12:18  Mateusz Loskot <mateusz at loskot.net>
+2009-03-11 12:18  mloskot
 
-	* [r2275] source/geom/CoordinateArraySequence.cpp: Number of
-	  assertions in CoordinateArraySequence class.
+	* source/geom/CoordinateArraySequence.cpp: Number of assertions in
+	  CoordinateArraySequence class.
 
-2009-03-10 17:29  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-03-10 17:29  pramsey
 
-	* [r2274] build/msvc90/geos_c_dll, build/msvc90/geos_lib,
+	* build/msvc90/geos_c_dll, build/msvc90/geos_lib,
 	  build/msvc90/geos_python, build/msvc90/geos_ruby,
 	  build/msvc90/geos_unit: svn:ignore
 
-2009-03-10 17:28  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-03-10 17:28  pramsey
 
-	* [r2273] build/msvc90, build/msvc90/geos_c_dll,
-	  build/msvc90/geos_lib, build/msvc90/geos_python,
-	  build/msvc90/geos_ruby, build/msvc90/geos_unit: svn:ignore
+	* build/msvc90, build/msvc90/geos_c_dll, build/msvc90/geos_lib,
+	  build/msvc90/geos_python, build/msvc90/geos_ruby,
+	  build/msvc90/geos_unit: svn:ignore
 
-2009-03-10 17:18  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-03-10 17:18  pramsey
 
-	* [r2272] NEWS: Update NEWS for 3.1.0
+	* NEWS: Update NEWS for 3.1.0
 
-2009-03-10 16:23  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-03-10 16:23  pramsey
 
-	* [r2271] ChangeLog: Update ChangeLog for 3.1.0 release
+	* ChangeLog: Update ChangeLog for 3.1.0 release
 
-2009-02-07 23:29  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-02-07 23:29  pramsey
 
-	* [r2269] source/headers/geos/precision/Makefile.am: Include
+	* source/headers/geos/precision/Makefile.am: Include
 	  GeometrySnapper.h in distribution package.
 
-2009-02-02 22:58  Sean Gillies <sgillies at frii.com>
+2009-02-02 22:58  sgillies
 
-	* [r2268] swig/python/README.txt: Note lack of Python support since
-	  3.0
+	* swig/python/README.txt: Note lack of Python support since 3.0
 
-2009-02-02 22:53  Sean Gillies <sgillies at frii.com>
+2009-02-02 22:53  sgillies
 
-	* [r2267] README: Notes on state of scripting language bindings
+	* README: Notes on state of scripting language bindings
 
-2009-01-30 20:01  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-30 20:01  pramsey
 
-	* [r2266] configure.in: Add new msvc targets to build
+	* configure.in: Add new msvc targets to build
 
-2009-01-29 19:22  Mateusz Loskot <mateusz at loskot.net>
+2009-01-29 19:22  mloskot
 
-	* [r2265] build/Makefile.am, build/msvc90,
-	  build/msvc90/Makefile.am, build/msvc90/README,
-	  build/msvc90/geos.sln, build/msvc90/geos.vsprops,
-	  build/msvc90/geos_c_dll, build/msvc90/geos_c_dll/Makefile.am,
+	* build/Makefile.am, build/msvc90, build/msvc90/Makefile.am,
+	  build/msvc90/README, build/msvc90/geos.sln,
+	  build/msvc90/geos.vsprops, build/msvc90/geos_c_dll,
+	  build/msvc90/geos_c_dll/Makefile.am,
 	  build/msvc90/geos_c_dll/geos_c_dll.vcproj, build/msvc90/geos_lib,
 	  build/msvc90/geos_lib/Makefile.am,
 	  build/msvc90/geos_lib/geos_lib.vcproj, build/msvc90/geos_python,
@@ -3481,13 +4022,13 @@
 	  solution and project files for Microsoft Visual C++ 2009 (9.0).
 	  Successfully built and tested GEOS with Visual C++ 9.0.
 
-2009-01-29 19:02  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-29 19:02  pramsey
 
-	* [r2264] README: update autogen.bat ref
+	* README: update autogen.bat ref
 
-2009-01-29 18:56  Mateusz Loskot <mateusz at loskot.net>
+2009-01-29 18:56  mloskot
 
-	* [r2263] source/headers/geos/algorithm/RayCrossingCounter.h,
+	* source/headers/geos/algorithm/RayCrossingCounter.h,
 	  source/headers/geos/algorithm/locate/IndexedPointInAreaLocator.h,
 	  source/headers/geos/algorithm/locate/PointOnGeometryLocator.h,
 	  source/headers/geos/geom/util/ComponentCoordinateExtracter.h,
@@ -3502,55 +4043,53 @@
 	  source/headers/geos/noding/SegmentStringUtil.h: Fixed broken
 	  svn:keyword Id
 
-2009-01-29 18:51  Mateusz Loskot <mateusz at loskot.net>
+2009-01-29 18:51  mloskot
 
-	* [r2262] autogen.bat, bootstrap.bat: Renamed bootstrap.bat to
-	  autogen.bat for easier guass of the script purpose. Wiki updated.
+	* autogen.bat, bootstrap.bat: Renamed bootstrap.bat to autogen.bat
+	  for easier guass of the script purpose. Wiki updated.
 
-2009-01-28 01:06  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-28 01:06  pramsey
 
-	* [r2261] README: Add to win32 instructions
+	* README: Add to win32 instructions
 
-2009-01-27 18:10  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-27 18:10  pramsey
 
-	* [r2260] source/headers/geos/geom/util/Makefile.am: Add
-	  GeometryCombiner.h to include dist
+	* source/headers/geos/geom/util/Makefile.am: Add GeometryCombiner.h
+	  to include dist
 
-2009-01-27 00:18  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-27 00:18  pramsey
 
-	* [r2259] build/msvc80/geos_c_dll/geos_c_dll.vcproj: Revert some
-	  junk from an old commit, per issue #220
+	* build/msvc80/geos_c_dll/geos_c_dll.vcproj: Revert some junk from
+	  an old commit, per issue #220
 
-2009-01-26 20:44  Frank Warmerdam <warmerdam at pobox.com>
+2009-01-26 20:44  warmerdam
 
-	* [r2258] source/Makefile.vc: added two new files related to
-	  cascaded polygon union (#226)
+	* source/Makefile.vc: added two new files related to cascaded
+	  polygon union (#226)
 
-2009-01-24 05:03  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-24 05:03  pramsey
 
-	* [r2257] HOWTO_RELEASE: Update
+	* HOWTO_RELEASE: Update
 
-2009-01-24 05:02  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-24 05:02  pramsey
 
-	* [r2256] ChangeLog: Update changelog
+	* ChangeLog: Update changelog
 
-2009-01-24 01:33  Mateusz Loskot <mateusz at loskot.net>
+2009-01-24 01:33  mloskot
 
-	* [r2255] capi/geos_ts_c.cpp: Fixed mixed signed/unsigned integral
-	  types in geos_ts_c.cpp, so no compilers should flood with
-	  warnings now.
+	* capi/geos_ts_c.cpp: Fixed mixed signed/unsigned integral types in
+	  geos_ts_c.cpp, so no compilers should flood with warnings now.
 
-2009-01-24 01:30  Mateusz Loskot <mateusz at loskot.net>
+2009-01-24 01:30  mloskot
 
-	* [r2254] build/msvc80/geos_c_dll/geos_c_dll.vcproj,
+	* build/msvc80/geos_c_dll/geos_c_dll.vcproj,
 	  build/msvc80/geos_lib/geos_lib.vcproj,
 	  build/msvc80/geos_unit/geos_unit.vcproj: Updated projects for
 	  Visual Studio 2005 adding new .h/.cpp files.
 
-2009-01-23 23:58  Mateusz Loskot <mateusz at loskot.net>
+2009-01-23 23:58  mloskot
 
-	* [r2253] capi/geos_ts_c.cpp,
-	  source/geom/util/GeometryCombiner.cpp,
+	* capi/geos_ts_c.cpp, source/geom/util/GeometryCombiner.cpp,
 	  source/headers/geos/geom/util/GeometryCombiner.h,
 	  source/headers/geos/io/CLocalizer.h,
 	  source/headers/geos/operation/union/CascadedPolygonUnion.h,
@@ -3561,52 +4100,51 @@
 	  tests/unit/operation/union/CascadedPolygonUnionTest.cpp: Updated
 	  svn:keywords property on C/C++ files.
 
-2009-01-21 22:18  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-21 22:18  pramsey
 
-	* [r2252] source/geom/Geometry.cpp: Remove geometryCollection
-	  protection from Union/Relate/Intersection/Difference.
+	* source/geom/Geometry.cpp: Remove geometryCollection protection
+	  from Union/Relate/Intersection/Difference.
 
-2009-01-20 01:01  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-20 01:01  pramsey
 
-	* [r2251] capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp,
+	* capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp,
 	  source/headers/geos/operation/union/CascadedPolygonUnion.h,
 	  source/operation/union/CascadedPolygonUnion.cpp: Add
 	  GEOSUnionCascaded(*GEOSGeometry) to CAPI in preparation for
 	  PostGIS hook-up.
 
-2009-01-19 23:55  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-19 23:55  pramsey
 
-	* [r2250] capi/geos_c.cpp, capi/geos_ts_c.cpp: Formatting changes
-	  to function decls.
+	* capi/geos_c.cpp, capi/geos_ts_c.cpp: Formatting changes to
+	  function decls.
 
-2009-01-19 20:41  Howard Butler <hobu.inc at gmail.com>
+2009-01-19 20:41  hobu
 
-	* [r2249] source/Makefile.vc: fixes to allow building in msvc 2003
+	* source/Makefile.vc: fixes to allow building in msvc 2003
 
-2009-01-19 20:00  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-19 20:00  pramsey
 
-	* [r2248] configure.in: Make warning flags conditional behind a
-	  compiler test... fix to bug #192 ?
+	* configure.in: Make warning flags conditional behind a compiler
+	  test... fix to bug #192 ?
 
-2009-01-19 16:44  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-19 16:44  pramsey
 
-	* [r2247]
-	  source/headers/geos/operation/union/CascadedPolygonUnion.h,
+	* source/headers/geos/operation/union/CascadedPolygonUnion.h,
 	  source/operation/union/CascadedPolygonUnion.cpp: Added patch from
 	  hkaiser to allow cascadedunion to be run directly on a
 	  multipolygon.
 
-2009-01-19 00:12  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-19 00:12  pramsey
 
-	* [r2246] autogen.sh: Fix error left behind from testing.
+	* autogen.sh: Fix error left behind from testing.
 
-2009-01-18 23:28  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-18 23:28  pramsey
 
-	* [r2245] autogen.sh: Add some more info on missing tools.
+	* autogen.sh: Add some more info on missing tools.
 
-2009-01-18 23:07  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-18 23:07  pramsey
 
-	* [r2244] HOWTO_RELEASE, Makefile.am, build, build/Makefile.am,
+	* HOWTO_RELEASE, Makefile.am, build, build/Makefile.am,
 	  build/msvc80, build/msvc80/Makefile.am, build/msvc80/geos_c_dll,
 	  build/msvc80/geos_c_dll/Makefile.am, build/msvc80/geos_lib,
 	  build/msvc80/geos_lib/Makefile.am, build/msvc80/geos_python,
@@ -3618,18 +4156,18 @@
 	  updating
 	  version in .vc headers.
 
-2009-01-18 22:35  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-18 22:35  pramsey
 
-	* [r2243] configure.in: Add a couple extra program checks.
+	* configure.in: Add a couple extra program checks.
 
-2009-01-18 21:30  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-18 21:30  pramsey
 
-	* [r2241] autogen.sh: Add version test for aclocal and automake to
-	  allow OpenSolaris to work.
+	* autogen.sh: Add version test for aclocal and automake to allow
+	  OpenSolaris to work.
 
-2009-01-18 20:34  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-18 20:34  pramsey
 
-	* [r2240] configure.in, source/geom/Envelope.cpp,
+	* configure.in, source/geom/Envelope.cpp,
 	  source/geom/util/GeometryCombiner.cpp,
 	  source/geom/util/Makefile.am,
 	  source/headers/geos/geom/Envelope.h,
@@ -3648,44 +4186,43 @@
 	  tests/unit/operation/union/CascadedPolygonUnionTest.cpp: Apply
 	  cascaded union patch, for issue #225
 
-2009-01-15 01:00  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-15 01:00  pramsey
 
-	* [r2239] tests/xmltester/Makefile.am: Remove XMLTester from list
-	  of installed programs.
+	* tests/xmltester/Makefile.am: Remove XMLTester from list of
+	  installed programs.
 
-2009-01-14 20:25  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-14 20:25  pramsey
 
-	* [r2238] capi/geos_ts_c.cpp: Remove strdup use from code for
-	  compilation in mingw
+	* capi/geos_ts_c.cpp: Remove strdup use from code for compilation
+	  in mingw
 
-2009-01-13 20:59  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-13 20:59  pramsey
 
-	* [r2237] configure.in: Add [macros] include to configure.in
-	  directly. Seems to make more recent aclocals happy
+	* configure.in: Add [macros] include to configure.in directly.
+	  Seems to make more recent aclocals happy
 
-2009-01-13 20:43  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-13 20:43  pramsey
 
-	* [r2236] configure.in: Change AC_SUBST to one-per-line instead of
+	* configure.in: Change AC_SUBST to one-per-line instead of
 	  one-line-for-all. Seems to make more recent autoconf's happier.
 
-2009-01-13 19:23  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-13 19:23  pramsey
 
-	* [r2235] capi/geos_ts_c.cpp: Change return values for
+	* capi/geos_ts_c.cpp: Change return values for
 	  GEOSWKBWriter_getIncludeSRID_r to match function signature.
 
-2009-01-13 17:04  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-13 17:04  pramsey
 
-	* [r2234] tests/unit/capi/badthreadtest.c,
-	  tests/unit/capi/brokengrammar, tests/unit/capi/threadtest.c: More
-	  files missing from commit.
+	* tests/unit/capi/badthreadtest.c, tests/unit/capi/brokengrammar,
+	  tests/unit/capi/threadtest.c: More files missing from commit.
 
-2009-01-13 15:47  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-13 15:47  pramsey
 
-	* [r2233] capi/geos_ts_c.cpp: Add missing file to SVN.
+	* capi/geos_ts_c.cpp: Add missing file to SVN.
 
-2009-01-13 01:21  Paul Ramsey <pramsey at cleverelephant.ca>
+2009-01-13 01:21  pramsey
 
-	* [r2232] capi/Makefile.am, capi/geos_c.cpp, capi/geos_c.h.in,
+	* capi/Makefile.am, capi/geos_c.cpp, capi/geos_c.h.in,
 	  capi/geostest.c, capi/test.expected, capi/test.wkt,
 	  capi/testrunner.sh, tests/unit/Makefile.am,
 	  tests/unit/capi/geostest.c, tests/unit/capi/test.expected,
@@ -3693,99 +4230,97 @@
 	  patch for issue #210 (thread safe c-api) submitted by Chuck
 	  Thibert.
 
-2009-01-05 23:42  Stephen Wong <swongu at gmail.com>
+2009-01-05 23:42  swongu
 
-	* [r2231] source/operation/buffer/BufferBuilder.cpp,
+	* source/operation/buffer/BufferBuilder.cpp,
 	  source/operation/buffer/OffsetCurveVertexList.h,
 	  source/operation/linemerge/LineMerger.cpp: Fixed memory leak in
 	  BufferBuilder (#218); added read-only coordinates function in
 	  OffsetCurveVertexList; explicity pass ownership in LineMerger.
 
-2008-11-26 19:41  Paul Ramsey <pramsey at cleverelephant.ca>
+2008-11-26 19:41  pramsey
 
-	* [r2229] source/headers/geos/noding/Octant.h,
+	* source/headers/geos/noding/Octant.h,
 	  tests/unit/noding/SegmentStringTest.cpp: Octant.h error (#185)
 	  from Denise Macleod.
 
-2008-11-26 19:27  Paul Ramsey <pramsey at cleverelephant.ca>
+2008-11-26 19:27  pramsey
 
-	* [r2228] source/io/WKBWriter.cpp: Allow proper writing out of z
-	  ordinates. From Justin Bronn (#216)
+	* source/io/WKBWriter.cpp: Allow proper writing out of z ordinates.
+	  From Justin Bronn (#216)
 
-2008-11-26 19:25  Paul Ramsey <pramsey at cleverelephant.ca>
+2008-11-26 19:25  pramsey
 
-	* [r2227] source/io/WKBReader.cpp: Allow readpoint to look at input
+	* source/io/WKBReader.cpp: Allow readpoint to look at input
 	  dimension and fill higher ordinates. (#217)
 
-2008-11-26 19:06  Paul Ramsey <pramsey at cleverelephant.ca>
+2008-11-26 19:06  pramsey
 
-	* [r2226] capi/geos_c.cpp, capi/geos_c.h.in: Expose
-	  GEOSIsValidReason to CAPI
+	* capi/geos_c.cpp, capi/geos_c.h.in: Expose GEOSIsValidReason to
+	  CAPI
 
-2008-11-18 03:09  Paul Ramsey <pramsey at cleverelephant.ca>
+2008-11-18 03:09  pramsey
 
-	* [r2221] source/inlines.cpp: Cygwin build fix from MCA
+	* source/inlines.cpp: Cygwin build fix from MCA
 
-2008-11-11 17:32  Paul Ramsey <pramsey at cleverelephant.ca>
+2008-11-11 17:32  pramsey
 
-	* [r2220] source/geomgraph/EdgeList.cpp,
+	* source/geomgraph/EdgeList.cpp,
 	  source/headers/geos/geomgraph/EdgeList.h,
 	  source/operation/overlay/OverlayOp.cpp: Memory leak on invalid
 	  polygons in intersection(). (#170) from Denise MacLeod.
 
-2008-11-05 20:52  Paul Ramsey <pramsey at cleverelephant.ca>
+2008-11-05 20:52  pramsey
 
-	* [r2218] source/geom/prep/PreparedLineStringIntersects.cpp:
-	  Another minor memory leak removed.
+	* source/geom/prep/PreparedLineStringIntersects.cpp: Another minor
+	  memory leak removed.
 
-2008-10-28 15:47  Paul Ramsey <pramsey at cleverelephant.ca>
+2008-10-28 15:47  pramsey
 
-	* [r2217] source/inlines.cpp: Cygwin/Mingw patch from Mark
-	  Cave-Ayland
+	* source/inlines.cpp: Cygwin/Mingw patch from Mark Cave-Ayland
 
-2008-10-23 17:33  Frank Warmerdam <warmerdam at pobox.com>
+2008-10-23 17:33  warmerdam
 
-	* [r2210] source/operation/valid/IsValidOp.cpp: set isChecked flag
-	  after checking to fix memory leak (#169)
+	* source/operation/valid/IsValidOp.cpp: set isChecked flag after
+	  checking to fix memory leak (#169)
 
-2008-10-16 00:40  Paul Ramsey <pramsey at cleverelephant.ca>
+2008-10-16 00:40  pramsey
 
-	* [r2203] HOWTO_RELEASE: change info to point to osgeo.org
+	* HOWTO_RELEASE: change info to point to osgeo.org
 
-2008-10-14 15:01  Paul Ramsey <pramsey at cleverelephant.ca>
+2008-10-14 15:01  pramsey
 
-	* [r2200] capi/geos_c.cpp, capi/geos_c.h.in: Consistent const
-	  declarations in c-api ($#209)
+	* capi/geos_c.cpp, capi/geos_c.h.in: Consistent const declarations
+	  in c-api ($#209)
 
-2008-10-13 22:40  Paul Ramsey <pramsey at cleverelephant.ca>
+2008-10-13 22:40  pramsey
 
-	* [r2199] source/headers/geos/io/Makefile.am: Add CLocalizer.h to
-	  build so it gets packaged in make dist
+	* source/headers/geos/io/Makefile.am: Add CLocalizer.h to build so
+	  it gets packaged in make dist
 
-2008-10-10 17:46  Paul Ramsey <pramsey at cleverelephant.ca>
+2008-10-10 17:46  pramsey
 
-	* [r2198] source/geom/prep/PreparedPolygonContainsProperly.cpp: One
-	  last memory leak fix.
+	* source/geom/prep/PreparedPolygonContainsProperly.cpp: One last
+	  memory leak fix.
 
-2008-10-09 16:39  Paul Ramsey <pramsey at cleverelephant.ca>
+2008-10-09 16:39  pramsey
 
-	* [r2197] source/geom/prep/PreparedPolygonIntersects.cpp: Memory
-	  leak fix for for prepared intersects. (#207)
+	* source/geom/prep/PreparedPolygonIntersects.cpp: Memory leak fix
+	  for for prepared intersects. (#207)
 
-2008-10-04 18:14  Paul Ramsey <pramsey at cleverelephant.ca>
+2008-10-04 18:14  pramsey
 
-	* [r2196]
-	  source/headers/geos/noding/MCIndexSegmentSetMutualIntersector.h,
+	* source/headers/geos/noding/MCIndexSegmentSetMutualIntersector.h,
 	  source/noding/MCIndexSegmentSetMutualIntersector.cpp: Memory leak
 	  fix for prepared geometry, from Hartmut Kaiser. (#207)
 
-2008-09-29 19:24  Paul Ramsey <pramsey at cleverelephant.ca>
+2008-09-29 19:24  pramsey
 
-	* [r2195] capi/geos_c.cpp: Put function sig on one line
+	* capi/geos_c.cpp: Put function sig on one line
 
-2008-09-23 23:01  Mateusz Loskot <mateusz at loskot.net>
+2008-09-23 23:01  mloskot
 
-	* [r2194] source/geom/prep/AbstractPreparedPolygonContains.cpp,
+	* source/geom/prep/AbstractPreparedPolygonContains.cpp,
 	  source/geom/prep/PreparedPolygon.cpp,
 	  source/geom/prep/PreparedPolygonContains.cpp,
 	  source/geom/prep/PreparedPolygonPredicate.cpp,
@@ -3803,174 +4338,170 @@
 	  readability. TODO: We need to run a beast like AStyle on all GEOS
 	  code because many places are very hard to read.
 
-2008-09-23 22:55  Mateusz Loskot <mateusz at loskot.net>
+2008-09-23 22:55  mloskot
 
-	* [r2193] source/noding/MCIndexSegmentSetMutualIntersector.cpp:
+	* source/noding/MCIndexSegmentSetMutualIntersector.cpp:
 	  MCIndexSegmentSetMutualIntersector::addToIndex: Completed BWJ's
 	  comment on memory leaks with important observations about objects
 	  relation & lifetime. The note is a diagnosis of roots of the
 	  problem. Improved source code readability.
 
-2008-09-22 21:48  Mateusz Loskot <mateusz at loskot.net>
+2008-09-22 21:48  mloskot
 
-	* [r2192] source/headers/geos/io/WKBWriter.h: Use conditional
-	  operators instead of cast bool to int.
+	* source/headers/geos/io/WKBWriter.h: Use conditional operators
+	  instead of cast bool to int.
 
-2008-09-22 20:16  Mateusz Loskot <mateusz at loskot.net>
+2008-09-22 20:16  mloskot
 
-	* [r2191] source/simplify/TopologyPreservingSimplifier.cpp: Removed
+	* source/simplify/TopologyPreservingSimplifier.cpp: Removed
 	  unnecessary std::endl from debug messages in
 	  TopologyPreservingSimplifier.cpp.
 
-2008-09-21 21:32  Mateusz Loskot <mateusz at loskot.net>
+2008-09-21 21:32  mloskot
 
-	* [r2190] source/Makefile.vc: Patched NMAKE makefiles: replaced
-	  lib.exe with link.exe /lib command to enabled compilation using
-	  Microsoft Visual C++ Toolkit 2003
+	* source/Makefile.vc: Patched NMAKE makefiles: replaced lib.exe
+	  with link.exe /lib command to enabled compilation using Microsoft
+	  Visual C++ Toolkit 2003
 
-2008-09-16 21:09  Mateusz Loskot <mateusz at loskot.net>
+2008-09-16 21:09  mloskot
 
-	* [r2189] source/operation/predicate/SegmentIntersectionTester.cpp,
+	* source/operation/predicate/SegmentIntersectionTester.cpp,
 	  source/util/math.cpp: Patch fixing build problems on Solaris
 	  (Ticket #205).
 
-2008-09-16 21:01  Mateusz Loskot <mateusz at loskot.net>
+2008-09-16 21:01  mloskot
 
-	* [r2188] tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp:
-	  Fixed EOL to LF.
+	* tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp: Fixed EOL
+	  to LF.
 
-2008-09-16 20:58  Mateusz Loskot <mateusz at loskot.net>
+2008-09-16 20:58  mloskot
 
-	* [r2187] source/geom/prep/PreparedGeometryFactory.cpp,
+	* source/geom/prep/PreparedGeometryFactory.cpp,
 	  tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp: Fixed crash
 	  of Prepared Geometry construction with nullptr to Geometry object
 	  (Ticket #197).
 
-2008-09-16 20:55  Mateusz Loskot <mateusz at loskot.net>
+2008-09-16 20:55  mloskot
 
-	* [r2186] build/msvc80/geos_unit/geos_unit.vcproj: Added
+	* build/msvc80/geos_unit/geos_unit.vcproj: Added
 	  PreparedGeometryFactoryTest to geos_unit.vcproj.
 
-2008-09-16 20:15  Mateusz Loskot <mateusz at loskot.net>
+2008-09-16 20:15  mloskot
 
-	* [r2185] build/msvc80/geos_lib/geos_lib.vcproj: Added CLocalizer
-	  to geos_lib.vcproj project for Visual C++ 2005/2008.
+	* build/msvc80/geos_lib/geos_lib.vcproj: Added CLocalizer to
+	  geos_lib.vcproj project for Visual C++ 2005/2008.
 
-2008-09-16 20:13  Mateusz Loskot <mateusz at loskot.net>
+2008-09-16 20:13  mloskot
 
-	* [r2184] tests/unit/algorithm/CGAlgorithms/isPointInRingTest.cpp:
-	  Include missing <cassert> in isPointInRingTest.cpp
+	* tests/unit/algorithm/CGAlgorithms/isPointInRingTest.cpp: Include
+	  missing <cassert> in isPointInRingTest.cpp
 
-2008-09-16 20:05  Mateusz Loskot <mateusz at loskot.net>
+2008-09-16 20:05  mloskot
 
-	* [r2183] source/Makefile.vc, source/io/CLocalizer.cpp: Fixed
-	  undeclared std::locale in CLocalizer when building using Visual
-	  C++ (Ticket #201)
+	* source/Makefile.vc, source/io/CLocalizer.cpp: Fixed undeclared
+	  std::locale in CLocalizer when building using Visual C++ (Ticket
+	  #201)
 
-2008-08-31 20:28  Mateusz Loskot <mateusz at loskot.net>
+2008-08-31 20:28  mloskot
 
-	* [r2182] tests/unit/geos_unit.cpp: Replaced incorrect <cmath> with
+	* tests/unit/geos_unit.cpp: Replaced incorrect <cmath> with
 	  <cstdlib> in geos_unit.cpp.
 
-2008-08-31 20:23  Mateusz Loskot <mateusz at loskot.net>
+2008-08-31 20:23  mloskot
 
-	* [r2181] tests/unit/geos_unit.cpp: Added missing include <cmath>
-	  in geos_unit.cpp.
+	* tests/unit/geos_unit.cpp: Added missing include <cmath> in
+	  geos_unit.cpp.
 
-2008-08-31 19:54  Mateusz Loskot <mateusz at loskot.net>
+2008-08-31 19:54  mloskot
 
-	* [r2180] source/headers/geos/io/CLocalizer.h,
-	  source/io/CLocalizer.cpp: Removed use of strdup function to fix
-	  compilation with GCC 4.3.1 (Ticket #204).
+	* source/headers/geos/io/CLocalizer.h, source/io/CLocalizer.cpp:
+	  Removed use of strdup function to fix compilation with GCC 4.3.1
+	  (Ticket #204).
 
-2008-08-29 18:17  Mateusz Loskot <mateusz at loskot.net>
+2008-08-29 18:17  mloskot
 
-	* [r2179] capi/geos_c.cpp: Removed redundant return expressions
-	  from geos_c.cpp. Testing changes notifications for buildbot.
+	* capi/geos_c.cpp: Removed redundant return expressions from
+	  geos_c.cpp. Testing changes notifications for buildbot.
 
-2008-08-29 00:30  Mateusz Loskot <mateusz at loskot.net>
+2008-08-29 00:30  mloskot
 
-	* [r2176] capi/geos_c.cpp: Fixed execution paths and removed
-	  redundant return expr in some C API calls.
+	* capi/geos_c.cpp: Fixed execution paths and removed redundant
+	  return expr in some C API calls.
 
-2008-08-29 00:29  Mateusz Loskot <mateusz at loskot.net>
+2008-08-29 00:29  mloskot
 
-	* [r2175] source/headers/geos/io/WKBWriter.h,
-	  source/io/WKBWriter.cpp: Added missing virtual destructor to
-	  WKBWriter class.
+	* source/headers/geos/io/WKBWriter.h, source/io/WKBWriter.cpp:
+	  Added missing virtual destructor to WKBWriter class.
 
-2008-08-28 22:20  Sean Gillies <sgillies at frii.com>
+2008-08-28 22:20  sgillies
 
-	* [r2174] capi/geos_c.cpp, source/headers/geos/io.h,
+	* capi/geos_c.cpp, source/headers/geos/io.h,
 	  source/headers/geos/io/CLocalizer.h, source/io/CLocalizer.cpp,
 	  source/io/Makefile.am: Added CLocalizer class that switches to C
 	  locale and restores to the outer context's locale when deleted
 	  (#201)
 
-2008-08-28 21:35  Mateusz Loskot <mateusz at loskot.net>
+2008-08-28 21:35  mloskot
 
-	* [r2173] tests/unit/Makefile.am,
-	  tests/unit/capi/GEOSGeomToWKTTest.cpp: tests/unit: added
-	  GEOSGeomToWKTTest.
+	* tests/unit/Makefile.am, tests/unit/capi/GEOSGeomToWKTTest.cpp:
+	  tests/unit: added GEOSGeomToWKTTest.
 
-2008-08-28 19:16  Sean Gillies <sgillies at frii.com>
+2008-08-28 19:16  sgillies
 
-	* [r2172] capi/geos_c.cpp: Switch to C locale while reading and
-	  writing WKT and restore to the original context's locale
-	  afterward (#201)
+	* capi/geos_c.cpp: Switch to C locale while reading and writing WKT
+	  and restore to the original context's locale afterward (#201)
 
-2008-08-22 17:25  Frank Warmerdam <warmerdam at pobox.com>
+2008-08-22 17:25  warmerdam
 
-	* [r2171] source/operation/buffer/BufferOp.cpp: include cmath for
+	* source/operation/buffer/BufferOp.cpp: include cmath for
 	  std::pow() and std:log() on MSVC7.1 (#199)
 
-2008-08-22 16:10  Mateusz Loskot <mateusz at loskot.net>
+2008-08-22 16:10  mloskot
 
-	* [r2170] build/bjam/README: Added build/bjam/README with status
-	  note.
+	* build/bjam/README: Added build/bjam/README with status note.
 
-2008-08-19 17:02  Mateusz Loskot <mateusz at loskot.net>
+2008-08-19 17:02  mloskot
 
-	* [r2169] tests/unit/geom/LineStringTest.cpp: LineStringTest: fixed
-	  memory leak.
+	* tests/unit/geom/LineStringTest.cpp: LineStringTest: fixed memory
+	  leak.
 
-2008-08-19 17:00  Mateusz Loskot <mateusz at loskot.net>
+2008-08-19 17:00  mloskot
 
-	* [r2168] source/geom/util/CoordinateOperation.cpp,
+	* source/geom/util/CoordinateOperation.cpp,
 	  source/geom/util/GeometryEditor.cpp: geos/geom/util: Prefer
 	  strict static_cast than C-style cast. Commented ownership
 	  transfer of coordinates object.
 
-2008-08-19 00:18  Mateusz Loskot <mateusz at loskot.net>
+2008-08-19 00:18  mloskot
 
-	* [r2167] tests/unit/algorithm/ConvexHullTest.cpp:
+	* tests/unit/algorithm/ConvexHullTest.cpp:
 	  tests/unit/algorithm/ConvexHullTest.cpp: Fixed memory leaks.
 
-2008-08-19 00:05  Mateusz Loskot <mateusz at loskot.net>
+2008-08-19 00:05  mloskot
 
-	* [r2166] tests/unit/algorithm/CGAlgorithms/isPointInRingTest.cpp:
+	* tests/unit/algorithm/CGAlgorithms/isPointInRingTest.cpp:
 	  tests/unit/algorithm/CGAlgorithms: Fixed memory leaks.
 
-2008-08-18 23:45  Mateusz Loskot <mateusz at loskot.net>
+2008-08-18 23:45  mloskot
 
-	* [r2165] tests/unit/algorithm/CGAlgorithms/isCCWTest.cpp:
+	* tests/unit/algorithm/CGAlgorithms/isCCWTest.cpp:
 	  tests/unit/algorithm/CGAlgorithms: Fixed number of memory leaks.
 
-2008-08-18 23:30  Mateusz Loskot <mateusz at loskot.net>
+2008-08-18 23:30  mloskot
 
-	* [r2164] tests/unit/capi/GEOSCoordSeqTest.cpp,
+	* tests/unit/capi/GEOSCoordSeqTest.cpp,
 	  tests/unit/capi/GEOSSimplifyTest.cpp: tests/unit/capi: Fixed
 	  number of memory leaks.
 
-2008-08-18 16:32  Mateusz Loskot <mateusz at loskot.net>
+2008-08-18 16:32  mloskot
 
-	* [r2163] tests/bigtest/GeometryTestFactory.cpp,
+	* tests/bigtest/GeometryTestFactory.cpp,
 	  tests/bigtest/TestSweepLineSpeed.cpp: tests/bigtest: Pointed out
 	  number of memory leaks but not fixing them, waiting for comments.
 
-2008-08-18 16:30  Mateusz Loskot <mateusz at loskot.net>
+2008-08-18 16:30  mloskot
 
-	* [r2162] tests/unit/algorithm/ConvexHullTest.cpp,
+	* tests/unit/algorithm/ConvexHullTest.cpp,
 	  tests/unit/geom/GeometryFactoryTest.cpp,
 	  tests/unit/geom/LineStringTest.cpp,
 	  tests/unit/geom/MultiLineStringTest.cpp,
@@ -3982,9 +4513,9 @@
 	  PreparedGeometryFactoryTest, refactored casting utils and
 	  geometry comparators, small cleanup.
 
-2008-08-18 16:29  Mateusz Loskot <mateusz at loskot.net>
+2008-08-18 16:29  mloskot
 
-	* [r2161] source/algorithm/RayCrossingCounter.cpp,
+	* source/algorithm/RayCrossingCounter.cpp,
 	  source/algorithm/locate/IndexedPointInAreaLocator.cpp,
 	  source/algorithm/locate/PointOnGeometryLocator.cpp,
 	  source/geom/util/ComponentCoordinateExtracter.cpp,
@@ -3998,15 +4529,13 @@
 	  source/noding/SegmentIntersectionDetector.cpp,
 	  source/noding/SegmentStringUtil.cpp: Fixed svn:keywords.
 
-2008-08-18 16:27  Mateusz Loskot <mateusz at loskot.net>
+2008-08-18 16:27  mloskot
 
-	* [r2160] source/headers/geos/util.h: Fixed UNREFERENCED_PARAMETER
-	  macro.
+	* source/headers/geos/util.h: Fixed UNREFERENCED_PARAMETER macro.
 
-2008-08-18 16:27  Mateusz Loskot <mateusz at loskot.net>
+2008-08-18 16:27  mloskot
 
-	* [r2159]
-	  source/headers/geos/geom/prep/AbstractPreparedPolygonContains.h,
+	* source/headers/geos/geom/prep/AbstractPreparedPolygonContains.h,
 	  source/headers/geos/geom/prep/BasicPreparedGeometry.h,
 	  source/headers/geos/geom/prep/PreparedGeometry.h,
 	  source/headers/geos/geom/prep/PreparedLineString.h,
@@ -4020,9 +4549,9 @@
 	  source/headers/geos/geom/prep/PreparedPolygonPredicate.h: Fixed
 	  svn:keywords.
 
-2008-08-18 16:24  Mateusz Loskot <mateusz at loskot.net>
+2008-08-18 16:24  mloskot
 
-	* [r2158] source/geom/prep/AbstractPreparedPolygonContains.cpp,
+	* source/geom/prep/AbstractPreparedPolygonContains.cpp,
 	  source/geom/prep/BasicPreparedGeometry.cpp,
 	  source/geom/prep/PreparedGeometry.cpp,
 	  source/geom/prep/PreparedGeometryFactory.cpp,
@@ -4038,58 +4567,56 @@
 	  Refactored kamikaze casts to more readable form. Fixed
 	  svn:keywords.
 
-2008-08-12 00:25  Mateusz Loskot <mateusz at loskot.net>
+2008-08-12 00:25  mloskot
 
-	* [r2157] source/headers/geos/geomPrep.h: Fixed Id keywords.
+	* source/headers/geos/geomPrep.h: Fixed Id keywords.
 
-2008-08-12 00:23  Mateusz Loskot <mateusz at loskot.net>
+2008-08-12 00:23  mloskot
 
-	* [r2156]
-	  tests/unit/algorithm/CGAlgorithms/computeOrientationTest.cpp,
+	* tests/unit/algorithm/CGAlgorithms/computeOrientationTest.cpp,
 	  tests/unit/algorithm/CGAlgorithms/isCCWTest.cpp,
 	  tests/unit/algorithm/ConvexHullTest.cpp,
 	  tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp,
 	  tests/unit/operation/IsSimpleOpTest.cpp: Fixed EOL to LF in
 	  trunk/tests.
 
-2008-08-12 00:09  Mateusz Loskot <mateusz at loskot.net>
+2008-08-12 00:09  mloskot
 
-	* [r2155] source/headers/geos/geom/prep/PreparedGeometryFactory.h:
-	  Updated svn:keywords property.
+	* source/headers/geos/geom/prep/PreparedGeometryFactory.h: Updated
+	  svn:keywords property.
 
-2008-08-12 00:03  Mateusz Loskot <mateusz at loskot.net>
+2008-08-12 00:03  mloskot
 
-	* [r2154] tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp:
-	  Updated svn:keywords property.
+	* tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp: Updated
+	  svn:keywords property.
 
-2008-08-11 23:54  Mateusz Loskot <mateusz at loskot.net>
+2008-08-11 23:54  mloskot
 
-	* [r2153] tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp:
-	  Refactored tabs vs spaces in PreparedGeometryFactoryTest.
+	* tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp: Refactored
+	  tabs vs spaces in PreparedGeometryFactoryTest.
 
-2008-08-11 23:52  Mateusz Loskot <mateusz at loskot.net>
+2008-08-11 23:52  mloskot
 
-	* [r2152] source/headers/geos/geom/prep/PreparedGeometryFactory.h:
+	* source/headers/geos/geom/prep/PreparedGeometryFactory.h:
 	  PreparedGeometry must be a complete type where it is destroyed by
 	  the factory (Ticket #198).
 
-2008-08-11 23:42  Mateusz Loskot <mateusz at loskot.net>
+2008-08-11 23:42  mloskot
 
-	* [r2151] source/headers/geos/geom/prep/PreparedGeometryFactory.h,
+	* source/headers/geos/geom/prep/PreparedGeometryFactory.h,
 	  tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp: Completed
 	  PreparedGeometryFactory class with missing named destructor for
 	  PreparedGeometry (Ticket #198)
 
-2008-08-11 23:35  Mateusz Loskot <mateusz at loskot.net>
+2008-08-11 23:35  mloskot
 
-	* [r2150]
-	  tests/unit/geom/prep/.PreparedGeometryFactoryTest.cpp.swp:
+	* tests/unit/geom/prep/.PreparedGeometryFactoryTest.cpp.swp:
 	  Removed .PreparedGeometryFactoryTest.cpp.swp that must sneaked
 	  accidentally.
 
-2008-08-11 22:48  Mateusz Loskot <mateusz at loskot.net>
+2008-08-11 22:48  mloskot
 
-	* [r2149] tests/unit/Makefile.am, tests/unit/geom/prep,
+	* tests/unit/Makefile.am, tests/unit/geom/prep,
 	  tests/unit/geom/prep/.PreparedGeometryFactoryTest.cpp.swp,
 	  tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp: Added
 	  PreparedGeometryFactoryTest with first test cases included.
@@ -4097,39 +4624,38 @@
 	  destroy PreparedGeometry objects returned by the factory,
 	  discussing on the geos-devel list now.
 
-2008-08-07 16:59  Paul Ramsey <pramsey at cleverelephant.ca>
+2008-08-07 16:59  pramsey
 
-	* [r2148] source/algorithm/RobustDeterminant.cpp: Added original
-	  author to main copyright block.
+	* source/algorithm/RobustDeterminant.cpp: Added original author to
+	  main copyright block.
 
-2008-08-07 16:57  Paul Ramsey <pramsey at cleverelephant.ca>
+2008-08-07 16:57  pramsey
 
-	* [r2147] source/headers/geos/timeval.h: Change to standard header,
-	  with (c) credit to author.
+	* source/headers/geos/timeval.h: Change to standard header, with
+	  (c) credit to author.
 
-2008-08-01 23:23  Mateusz Loskot <mateusz at loskot.net>
+2008-08-01 23:23  mloskot
 
-	* [r2146] ChangeLog: Updated ChangeLog with latest submissions.
-	  Hmm, should we stil maintain the ChangeLog file?
+	* ChangeLog: Updated ChangeLog with latest submissions. Hmm, should
+	  we stil maintain the ChangeLog file?
 
-2008-07-31 17:08  Mateusz Loskot <mateusz at loskot.net>
+2008-07-31 17:08  mloskot
 
-	* [r2145] tests/unit/capi/GEOSPolygonizer_getCutEdgesTest.cpp:
-	  Fixed tabs, hopefully. Updated svn:keywords property.
+	* tests/unit/capi/GEOSPolygonizer_getCutEdgesTest.cpp: Fixed tabs,
+	  hopefully. Updated svn:keywords property.
 
-2008-07-31 17:01  Mateusz Loskot <mateusz at loskot.net>
+2008-07-31 17:01  mloskot
 
-	* [r2144] capi/geos_c.cpp, capi/geos_c.h.in,
-	  tests/unit/Makefile.am,
+	* capi/geos_c.cpp, capi/geos_c.h.in, tests/unit/Makefile.am,
 	  tests/unit/capi/GEOSPolygonizer_getCutEdgesTest.cpp: Patch
 	  completing C API interface with wrapper on
 	  Polygonizer::getCutEdges (Ticket #195). Unit test included in
 	  tests/unit/capi/GEOSPolygonizer_getCutEdgeTest.cpp. Thanks to
 	  Jurgen E. Fischer for this patch.
 
-2008-07-26 23:06  Mateusz Loskot <mateusz at loskot.net>
+2008-07-26 23:06  mloskot
 
-	* [r2143] doc/example.cpp, source/geomgraph/GeometryGraph.cpp,
+	* doc/example.cpp, source/geomgraph/GeometryGraph.cpp,
 	  source/headers/geos/noding/FastNodingValidator.h,
 	  source/headers/geos/noding/IntersectionAdder.h,
 	  source/index/quadtree/DoubleBits.cpp,
@@ -4137,34 +4663,33 @@
 	  tests/bigtest/TestSweepLineSpeed.cpp: Number of fixes enabling
 	  GEOS compilation with GCC 4.3 (Ticket #167).
 
-2008-07-26 21:00  Mateusz Loskot <mateusz at loskot.net>
+2008-07-26 21:00  mloskot
 
-	* [r2142] capi/geos_c.h.in: Guarded version macros with #ifndef
-	  conditions to avoid redefinition errors (Ticket #167).
+	* capi/geos_c.h.in: Guarded version macros with #ifndef conditions
+	  to avoid redefinition errors (Ticket #167).
 
-2008-07-26 20:47  Mateusz Loskot <mateusz at loskot.net>
+2008-07-26 20:47  mloskot
 
-	* [r2141] source/headers/geos/version.h.in,
+	* source/headers/geos/version.h.in,
 	  source/headers/geos/version.h.vc: Guarded version macros with
 	  #ifndef conditions to avoid redefinition errors (Ticket #167).
 
-2008-07-26 20:24  Mateusz Loskot <mateusz at loskot.net>
+2008-07-26 20:24  mloskot
 
-	* [r2140] macros/ac_python_devel.m4: Fixed problems with finding
-	  libpython on Mac Darwin (Ticket #191).
+	* macros/ac_python_devel.m4: Fixed problems with finding libpython
+	  on Mac Darwin (Ticket #191).
 
-2008-07-26 19:57  Mateusz Loskot <mateusz at loskot.net>
+2008-07-26 19:57  mloskot
 
-	* [r2139] autogen.sh: Updated svn:keywords property.
+	* autogen.sh: Updated svn:keywords property.
 
-2008-07-26 19:56  Mateusz Loskot <mateusz at loskot.net>
+2008-07-26 19:56  mloskot
 
-	* [r2138] autogen.sh: Fixed autogen.sh for OpenSolaris (Ticket
-	  #192).
+	* autogen.sh: Fixed autogen.sh for OpenSolaris (Ticket #192).
 
-2008-07-25 21:00  Mateusz Loskot <mateusz at loskot.net>
+2008-07-25 21:00  mloskot
 
-	* [r2137] build/README, build/msvc80/README, macros/geos.m4,
+	* build/README, build/msvc80/README, macros/geos.m4,
 	  source/headers/geos/algorithm/CentralEndpointIntersector.h,
 	  source/headers/geos/geomPrep.h,
 	  source/headers/geos/indexIntervalRTree.h,
@@ -4175,26 +4700,24 @@
 	  source/operation/buffer/OffsetCurveVertexList.h,
 	  swig/python/tests/TESTING.txt: Updated svn:keywords property
 
-2008-07-25 20:56  Mateusz Loskot <mateusz at loskot.net>
+2008-07-25 20:56  mloskot
 
-	* [r2136] tests/unit/operation/IsSimpleOpTest.cpp,
+	* tests/unit/operation/IsSimpleOpTest.cpp,
 	  tests/unit/precision/SimpleGeometryPrecisionReducerTest.cpp:
 	  Updated svn:keywords property
 
-2008-07-19 19:11  Frank Warmerdam <warmerdam at pobox.com>
+2008-07-19 19:11  warmerdam
 
-	* [r2135] source/Makefile.vc: added manifest handling for DLLs
-	  (#193)
+	* source/Makefile.vc: added manifest handling for DLLs (#193)
 
-2008-07-19 19:07  Frank Warmerdam <warmerdam at pobox.com>
+2008-07-19 19:07  warmerdam
 
-	* [r2134] source/Makefile.vc: added rules to create platform.h,
-	  version.h and geos_c.h from templates on win32
+	* source/Makefile.vc: added rules to create platform.h, version.h
+	  and geos_c.h from templates on win32
 
-2008-07-15 22:04  Mateusz Loskot <mateusz at loskot.net>
+2008-07-15 22:04  mloskot
 
-	* [r2131] ChangeLog, capi/geos_c.cpp,
-	  source/algorithm/ConvexHull.cpp,
+	* ChangeLog, capi/geos_c.cpp, source/algorithm/ConvexHull.cpp,
 	  source/algorithm/RobustDeterminant.cpp,
 	  source/algorithm/locate/IndexedPointInAreaLocator.cpp,
 	  source/geomgraph/EdgeEnd.cpp, source/geomgraph/GeometryGraph.cpp,
@@ -4215,25 +4738,24 @@
 	  Studio compiler on Solaris x86 and Sparc (Ticket #189). Thanks to
 	  Magne Mahre for the patch.
 
-2008-07-15 13:35  Mateusz Loskot <mateusz at loskot.net>
+2008-07-15 13:35  mloskot
 
-	* [r2130] source/Makefile.vc: For building with Visual C++, added
-	  new flag DEBUG=1 (see GEOS building instructions on GEOS Wiki).
-	  Added missing flags for Visual C++ compiler, in release and debug
+	* source/Makefile.vc: For building with Visual C++, added new flag
+	  DEBUG=1 (see GEOS building instructions on GEOS Wiki). Added
+	  missing flags for Visual C++ compiler, in release and debug
 	  configuration.
 
-2008-05-20 21:34  Mateusz Loskot <mateusz at loskot.net>
+2008-05-20 21:34  mloskot
 
-	* [r2129] source/dirlist.mk: Added missing subdirs to
-	  source/dirlist.mk
+	* source/dirlist.mk: Added missing subdirs to source/dirlist.mk
 
-2008-05-20 21:31  Mateusz Loskot <mateusz at loskot.net>
+2008-05-20 21:31  mloskot
 
-	* [r2128] source/geom/prep: Updated svn:ignore patterns.
+	* source/geom/prep: Updated svn:ignore patterns.
 
-2008-05-20 21:25  Mateusz Loskot <mateusz at loskot.net>
+2008-05-20 21:25  mloskot
 
-	* [r2127] ChangeLog, bootstrap.bat, build/msvc80/geos.sln,
+	* ChangeLog, bootstrap.bat, build/msvc80/geos.sln,
 	  build/msvc80/geos_lib/geos_lib.vcproj,
 	  source/geom/GeometryComponentFilter.cpp,
 	  source/geom/PrecisionModel.cpp,
@@ -4275,34 +4797,33 @@
 	  * build\msvc80\geos_lib\geos_lib.vcproj: Remove non-existing
 	  source files.
 
-2008-05-20 20:45  Mateusz Loskot <mateusz at loskot.net>
+2008-05-20 20:45  mloskot
 
-	* [r2126] ChangeLog, source/Makefile.vc: source/makefile.vc:
-	  Removed non-existing file entry:
-	  PreparedPolygonLineIntersects.obj.
+	* ChangeLog, source/Makefile.vc: source/makefile.vc: Removed
+	  non-existing file entry: PreparedPolygonLineIntersects.obj.
 
-2008-05-20 20:33  Mateusz Loskot <mateusz at loskot.net>
+2008-05-20 20:33  mloskot
 
-	* [r2125] ChangeLog, bootstrap.bat, source/Makefile.vc: *
-	  bootstrap.bat: Added script generating headers for use with
-	  Visual C++ compiler. DO NOT include this script in GEOS source
-	  distribution. * source/makefile.vc: Do not make copies of 3
-	  dynamic headers but let users to use bootstrap.bat instead.
+	* ChangeLog, bootstrap.bat, source/Makefile.vc: * bootstrap.bat:
+	  Added script generating headers for use with Visual C++ compiler.
+	  DO NOT include this script in GEOS source distribution. *
+	  source/makefile.vc: Do not make copies of 3 dynamic headers but
+	  let users to use bootstrap.bat instead.
 
-2008-02-07 22:59  Frank Warmerdam <warmerdam at pobox.com>
+2008-02-07 22:59  warmerdam
 
-	* [r2123] Makefile.am: make sure makefile.vc gets distributed
+	* Makefile.am: make sure makefile.vc gets distributed
 
-2008-02-06 22:17  Frank Warmerdam <warmerdam at pobox.com>
+2008-02-06 22:17  warmerdam
 
-	* [r2122] source/Makefile.am, source/Makefile.vc,
+	* source/Makefile.am, source/Makefile.vc,
 	  source/headers/geos/noding/Makefile.am: try to fix up the files
 	  include in distribution, and remove unused files from Makefile.vc
 	  (#175)
 
-2008-01-30 22:34  Ben Jubb <benjubb at refractions.net>
+2008-01-30 22:34  benjubb
 
-	* [r2120] source/headers/geos/algorithm/RayCrossingCounter.h,
+	* source/headers/geos/algorithm/RayCrossingCounter.h,
 	  source/headers/geos/algorithm/locate/IndexedPointInAreaLocator.h,
 	  source/headers/geos/algorithm/locate/PointOnGeometryLocator.h,
 	  source/headers/geos/algorithm/locate/SimplePointInAreaLocator.h,
@@ -4333,38 +4854,37 @@
 	  source/headers/geos/noding/SegmentStringUtil.h: Added
 	  documentation, for benefit of doxygen.
 
-2008-01-30 22:30  Ben Jubb <benjubb at refractions.net>
+2008-01-30 22:30  benjubb
 
-	* [r2119] source/geom/prep/PreparedPolygonIntersects.cpp: deleted
+	* source/geom/prep/PreparedPolygonIntersects.cpp: deleted
 	  out-commented line.
 
-2008-01-30 22:29  Ben Jubb <benjubb at refractions.net>
+2008-01-30 22:29  benjubb
 
-	* [r2118] source/geom/prep/PreparedPolygon.cpp: removed ref to
+	* source/geom/prep/PreparedPolygon.cpp: removed ref to
 	  PreparedPolygonLineIntersection
 
-2008-01-30 22:18  Ben Jubb <benjubb at refractions.net>
+2008-01-30 22:18  benjubb
 
-	* [r2117] source/geom/prep/Makefile.am,
+	* source/geom/prep/Makefile.am,
 	  source/headers/geos/geom/prep/Makefile.am: Removed refs to
 	  PreparedPolygonLineIntersection.
 
-2008-01-30 22:17  Ben Jubb <benjubb at refractions.net>
+2008-01-30 22:17  benjubb
 
-	* [r2116] source/geom/prep/PreparedPolygonLineIntersection.cpp,
+	* source/geom/prep/PreparedPolygonLineIntersection.cpp,
 	  source/headers/geos/geom/prep/PreparedPolygonLineIntersection.h:
 	  Deleted. not used, not needed.
 	  
 	  
 
-2008-01-30 19:09  Ben Jubb <benjubb at refractions.net>
+2008-01-30 19:09  benjubb
 
-	* [r2115] source/headers/geos/geomPrep.h: Added for benefit of
-	  doxygen.
+	* source/headers/geos/geomPrep.h: Added for benefit of doxygen.
 
-2008-01-29 17:55  Ben Jubb <benjubb at refractions.net>
+2008-01-29 17:55  benjubb
 
-	* [r2114] source/geom/prep/AbstractPreparedPolygonContains.cpp,
+	* source/geom/prep/AbstractPreparedPolygonContains.cpp,
 	  source/geom/prep/PreparedLineString.cpp,
 	  source/geom/prep/PreparedPolygon.cpp,
 	  source/headers/geos/geom/prep/PreparedLineString.h,
@@ -4375,292 +4895,286 @@
 	  to improve the memory management. These changes plug a few leaks,
 	  but not all.
 
-2008-01-29 17:49  Ben Jubb <benjubb at refractions.net>
+2008-01-29 17:49  benjubb
 
-	* [r2113] source/operation/predicate/RectangleContains.cpp: Fix a
-	  bug in the shortcut test for containment in a rectangle. This
-	  test wasn't correctly testing for case of a point on the
-	  boundary.
+	* source/operation/predicate/RectangleContains.cpp: Fix a bug in
+	  the shortcut test for containment in a rectangle. This test
+	  wasn't correctly testing for case of a point on the boundary.
 	  
 	  Was also a bug in JTS (now fixed).
 
-2008-01-29 17:37  Ben Jubb <benjubb at refractions.net>
+2008-01-29 17:37  benjubb
 
-	* [r2112] source/geom/Geometry.cpp: Patch to fix bug in ticket #171
+	* source/geom/Geometry.cpp: Patch to fix bug in ticket #171
 
-2008-01-22 19:34  Ben Jubb <benjubb at refractions.net>
+2008-01-22 19:34  benjubb
 
-	* [r2111] capi/geos_c.h.in, source/headers/geos/version.h.vc:
-	  Updated for VC to give correct version (3.1.0-CAPI-1.5.0).
+	* capi/geos_c.h.in, source/headers/geos/version.h.vc: Updated for
+	  VC to give correct version (3.1.0-CAPI-1.5.0).
 
-2008-01-18 00:37  Ben Jubb <benjubb at refractions.net>
+2008-01-18 00:37  benjubb
 
-	* [r2110] configure.in: Added to CAPI interface, cleared
+	* configure.in: Added to CAPI interface, cleared
 	  CAPI_INTERFACE_REV, bumped AGE & CURRENT
 
-2008-01-18 00:35  Ben Jubb <benjubb at refractions.net>
+2008-01-18 00:35  benjubb
 
-	* [r2109] source/index/chain/MonotoneChainBuilder.cpp: Fixed a bug
-	  in the handling of line strings with repeated points.
+	* source/index/chain/MonotoneChainBuilder.cpp: Fixed a bug in the
+	  handling of line strings with repeated points.
 	  
 	  -This line, and those below, will be ignored--
 	  
 	  M MonotoneChainBuilder.cpp
 
-2008-01-17 19:15  Ben Jubb <benjubb at refractions.net>
+2008-01-17 19:15  benjubb
 
-	* [r2108] capi/geos_c.cpp: Fixed a misspelling,
+	* capi/geos_c.cpp: Fixed a misspelling,
 	  GEOSPreparedContainsProperty => GEOSPreparedContainsProperly
 
-2008-01-16 18:36  Frank Warmerdam <warmerdam at pobox.com>
+2008-01-16 18:36  warmerdam
 
-	* [r2107] source/Makefile.vc: updated to include post 3.0 classes
+	* source/Makefile.vc: updated to include post 3.0 classes
 
-2008-01-09 23:49  Ben Jubb <benjubb at refractions.net>
+2008-01-09 23:49  benjubb
 
-	* [r2106] capi/geos_c.cpp, capi/geos_c.h.in: Added support for
-	  prepared geometry
+	* capi/geos_c.cpp, capi/geos_c.h.in: Added support for prepared
+	  geometry
 
-2008-01-09 23:48  Ben Jubb <benjubb at refractions.net>
+2008-01-09 23:48  benjubb
 
-	* [r2105] source/headers/geos/geom/prep/PreparedGeometryFactory.h:
-	  removed extraneous 'using namespace'
+	* source/headers/geos/geom/prep/PreparedGeometryFactory.h: removed
+	  extraneous 'using namespace'
 
-2008-01-03 21:11  Ben Jubb <benjubb at refractions.net>
+2008-01-03 21:11  benjubb
 
-	* [r2104] source/noding/MCIndexSegmentSetMutualIntersector.cpp:
-	  commented out some delete's in
+	* source/noding/MCIndexSegmentSetMutualIntersector.cpp: commented
+	  out some delete's in
 	  MCIndexSegmentSetMutualIntersector::addToIndex, to fix a bug in
 	  prepared contains() predicate.
 
-2008-01-02 23:23  Sean Gillies <sgillies at frii.com>
+2008-01-02 23:23  sgillies
 
-	* [r2102] swig/Makefile.am: Conditionally add swig/python,ruby to
-	  SUBDIRS
+	* swig/Makefile.am: Conditionally add swig/python,ruby to SUBDIRS
 
-2007-12-22 00:04  Mateusz Loskot <mateusz at loskot.net>
+2007-12-22 00:04  mloskot
 
-	* [r2101] build/bjam/geos/Jamfile, build/bjam/geos_c,
-	  build/bjam/geos_unit: Updated configuration of experimental
-	  builder based on Boost.Build. GEOS compiles with bjam
-	  successfully as static library.
+	* build/bjam/geos/Jamfile, build/bjam/geos_c, build/bjam/geos_unit:
+	  Updated configuration of experimental builder based on
+	  Boost.Build. GEOS compiles with bjam successfully as static
+	  library.
 
-2007-12-21 23:50  Mateusz Loskot <mateusz at loskot.net>
+2007-12-21 23:50  mloskot
 
-	* [r2100] source/Makefile.vc, source/algorithm/locate,
+	* source/Makefile.vc, source/algorithm/locate,
 	  source/index/intervalrtree: Updated Visual C++ makefiles with new
 	  submissions from Ben. Now, new GEOS features compiles with NMAKE
 	  too.
 
-2007-12-21 23:31  Mateusz Loskot <mateusz at loskot.net>
+2007-12-21 23:31  mloskot
 
-	* [r2099] source/headers/geos/algorithm/Makefile.am: Removed
+	* source/headers/geos/algorithm/Makefile.am: Removed
 	  SimplePointInAreaLocator.h from algorithm/Makefile.am (header
 	  migrated to algorithm/locate).
 
-2007-12-21 23:26  Mateusz Loskot <mateusz at loskot.net>
+2007-12-21 23:26  mloskot
 
-	* [r2098] source/algorithm/Makefile.am: Added comment about
-	  deprecated translation units in source/algorithm.
+	* source/algorithm/Makefile.am: Added comment about deprecated
+	  translation units in source/algorithm.
 
-2007-12-21 23:26  Paul Ramsey <pramsey at cleverelephant.ca>
+2007-12-21 23:26  pramsey
 
-	* [r2097] source/geom/util/Makefile.am: remove trailing backslash
+	* source/geom/util/Makefile.am: remove trailing backslash
 
-2007-12-21 23:21  Mateusz Loskot <mateusz at loskot.net>
+2007-12-21 23:21  mloskot
 
-	* [r2096] ., source/headers/geos/algorithm,
+	* ., source/headers/geos/algorithm,
 	  source/headers/geos/algorithm/locate, tests/unit: Updated
 	  svn:ignore property.
 
-2007-12-21 23:18  Mateusz Loskot <mateusz at loskot.net>
+2007-12-21 23:18  mloskot
 
-	* [r2095] source/geom/prep/PreparedPolygonContainsProperly.cpp:
-	  Fixed extra qualifications in
-	  /geom/prep/PreparedPolygonContainsProperly.
+	* source/geom/prep/PreparedPolygonContainsProperly.cpp: Fixed extra
+	  qualifications in /geom/prep/PreparedPolygonContainsProperly.
 
-2007-12-21 23:12  Mateusz Loskot <mateusz at loskot.net>
+2007-12-21 23:12  mloskot
 
-	* [r2094] source/geom/prep/AbstractPreparedPolygonContains.cpp,
+	* source/geom/prep/AbstractPreparedPolygonContains.cpp,
 	  source/geom/prep/PreparedGeometryFactory.cpp,
 	  source/headers/geos/geom/prep/PreparedGeometryFactory.h: Fixed
 	  extra qualifications in PreparedGeometryFactory class.
 
-2007-12-21 22:57  Mateusz Loskot <mateusz at loskot.net>
+2007-12-21 22:57  mloskot
 
-	* [r2093]
-	  source/headers/geos/geom/util/ComponentCoordinateExtracter.h:
+	* source/headers/geos/geom/util/ComponentCoordinateExtracter.h:
 	  Fixed GeometryTypeId misused in
 	  geos/geom/util/ComponentCoordinateExtracter.h.
 
-2007-12-21 22:49  Paul Ramsey <pramsey at cleverelephant.ca>
+2007-12-21 22:49  pramsey
 
-	* [r2092] source/geom/util/Makefile.am: remove .cpp files that
-	  weren't there before
+	* source/geom/util/Makefile.am: remove .cpp files that weren't
+	  there before
 
-2007-12-21 22:49  Mateusz Loskot <mateusz at loskot.net>
+2007-12-21 22:49  mloskot
 
-	* [r2091] source/geom/CoordinateArraySequence.cpp,
+	* source/geom/CoordinateArraySequence.cpp,
 	  source/geom/CoordinateSequence.cpp, source/geom/LineString.cpp:
 	  Reverted changes appled in r2089 to three files from source/geom.
 
-2007-12-21 22:47  Paul Ramsey <pramsey at cleverelephant.ca>
+2007-12-21 22:47  pramsey
 
-	* [r2090] source/algorithm/Makefile.am: type subdir typo
+	* source/algorithm/Makefile.am: type subdir typo
 
-2007-12-21 22:43  Mateusz Loskot <mateusz at loskot.net>
+2007-12-21 22:43  mloskot
 
-	* [r2089] source/geom/CoordinateArraySequence.cpp,
+	* source/geom/CoordinateArraySequence.cpp,
 	  source/geom/CoordinateSequence.cpp, source/geom/LineString.cpp,
 	  source/geom/prep, source/headers/geos/geom/prep,
 	  source/headers/geos/index/intervalrtree,
 	  source/index/intervalrtree: Updated svn:ignore property.
 
-2007-12-21 22:41  Mateusz Loskot <mateusz at loskot.net>
+2007-12-21 22:41  mloskot
 
-	* [r2088] source/examples/CustomPointCoordinateSequence.cpp: Added
-	  missing <iostream> header to CustomPointCoordinateSequence.cpp.
+	* source/examples/CustomPointCoordinateSequence.cpp: Added missing
+	  <iostream> header to CustomPointCoordinateSequence.cpp.
 
-2007-12-21 22:40  Mateusz Loskot <mateusz at loskot.net>
+2007-12-21 22:40  mloskot
 
-	* [r2087] source/algorithm/Makefile.am,
+	* source/algorithm/Makefile.am,
 	  source/algorithm/SimplePointInAreaLocator.cpp,
 	  source/algorithm/locate: Removed unused
 	  SimplePointInAreaLocator.cpp. This unit migrated to
 	  algorithm/locate module.
 
-2007-12-21 22:21  Paul Ramsey <pramsey at cleverelephant.ca>
+2007-12-21 22:21  pramsey
 
-	* [r2086] configure.in: Updated configure.in with new locations.
+	* configure.in: Updated configure.in with new locations.
 
-2007-12-21 22:14  Mateusz Loskot <mateusz at loskot.net>
+2007-12-21 22:14  mloskot
 
-	* [r2085] configure.in: Updated configure.in with new locations.
+	* configure.in: Updated configure.in with new locations.
 
-2007-12-21 22:12  Mateusz Loskot <mateusz at loskot.net>
+2007-12-21 22:12  mloskot
 
-	* [r2084] configure.in: Updated configure.in with new locations.
+	* configure.in: Updated configure.in with new locations.
 
-2007-12-21 22:09  Mateusz Loskot <mateusz at loskot.net>
+2007-12-21 22:09  mloskot
 
-	* [r2083] configure.in: Updated configure.in with new locations.
+	* configure.in: Updated configure.in with new locations.
 
-2007-12-21 22:07  Mateusz Loskot <mateusz at loskot.net>
+2007-12-21 22:07  mloskot
 
-	* [r2082] configure.in: Updated configure.in with new locations.
+	* configure.in: Updated configure.in with new locations.
 
-2007-12-21 22:02  Paul Ramsey <pramsey at cleverelephant.ca>
+2007-12-21 22:02  pramsey
 
-	* [r2081] source/headers/geos/algorithm/Makefile.am,
+	* source/headers/geos/algorithm/Makefile.am,
 	  source/headers/geos/algorithm/locate/Makefile.am,
 	  source/headers/geos/noding/Makefile.am: Add
 	  headers/geos/algorithm/locate to automake
 
-2007-12-21 22:01  Paul Ramsey <pramsey at cleverelephant.ca>
+2007-12-21 22:01  pramsey
 
-	* [r2080] source/noding/Makefile.am: Add files to automake
+	* source/noding/Makefile.am: Add files to automake
 
-2007-12-21 21:57  Paul Ramsey <pramsey at cleverelephant.ca>
+2007-12-21 21:57  pramsey
 
-	* [r2079] source/headers/geos/index/Makefile.am,
+	* source/headers/geos/index/Makefile.am,
 	  source/headers/geos/index/intervalrtree/Makefile.am: Added
 	  headers/index/intervalrtree to automake
 
-2007-12-21 21:55  Paul Ramsey <pramsey at cleverelephant.ca>
+2007-12-21 21:55  pramsey
 
-	* [r2078] source/headers/geos/geom/Makefile.am,
+	* source/headers/geos/geom/Makefile.am,
 	  source/headers/geos/geom/prep/Makefile.am,
 	  source/headers/geos/geom/util/Makefile.am: Added
 	  headers/geom/prep headers/geom/util to automake
 
-2007-12-21 21:47  Paul Ramsey <pramsey at cleverelephant.ca>
+2007-12-21 21:47  pramsey
 
-	* [r2077] source/index/Makefile.am,
-	  source/index/intervalrtree/Makefile.am: Added index/intervalrtree
-	  to automake
+	* source/index/Makefile.am, source/index/intervalrtree/Makefile.am:
+	  Added index/intervalrtree to automake
 
-2007-12-21 21:43  Paul Ramsey <pramsey at cleverelephant.ca>
+2007-12-21 21:43  pramsey
 
-	* [r2076] source/geom/util/Makefile.am: added
+	* source/geom/util/Makefile.am: added
 	  geom/util/ComponentCoordinateExtracter.h
 
-2007-12-21 21:40  Paul Ramsey <pramsey at cleverelephant.ca>
+2007-12-21 21:40  pramsey
 
-	* [r2075] source/geom/Makefile.am, source/geom/prep/Makefile.am:
-	  Add geom/prep to automake
+	* source/geom/Makefile.am, source/geom/prep/Makefile.am: Add
+	  geom/prep to automake
 
-2007-12-21 21:36  Paul Ramsey <pramsey at cleverelephant.ca>
+2007-12-21 21:36  pramsey
 
-	* [r2074] source/algorithm/Makefile.am,
+	* source/algorithm/Makefile.am,
 	  source/algorithm/locate/Makefile.am: Add algorithm/location to
 	  automake
 
-2007-12-21 21:31  Paul Ramsey <pramsey at cleverelephant.ca>
+2007-12-21 21:31  pramsey
 
-	* [r2073] source/algorithm/Makefile.am: Added new files
+	* source/algorithm/Makefile.am: Added new files
 
-2007-12-21 20:50  Ben Jubb <benjubb at refractions.net>
+2007-12-21 20:50  benjubb
 
-	* [r2072] source/algorithm/RayCrossingCounter.cpp:
+	* source/algorithm/RayCrossingCounter.cpp:
 
-2007-12-21 20:48  Ben Jubb <benjubb at refractions.net>
+2007-12-21 20:48  benjubb
 
-	* [r2071] build/msvc80/geos_lib/geos_lib.vcproj:
+	* build/msvc80/geos_lib/geos_lib.vcproj:
 
-2007-12-21 20:47  Ben Jubb <benjubb at refractions.net>
+2007-12-21 20:47  benjubb
 
-	* [r2070] source/headers/geos/index/intervalrtree,
+	* source/headers/geos/index/intervalrtree,
 	  source/headers/geos/index/intervalrtree/IntervalRTreeBranchNode.h,
 	  source/headers/geos/index/intervalrtree/IntervalRTreeLeafNode.h,
 	  source/headers/geos/index/intervalrtree/IntervalRTreeNode.h,
 	  source/headers/geos/index/intervalrtree/SortedPackedIntervalRTree.h:
 	  Added from JTS 1.9 to support prepared geometry
 
-2007-12-21 20:47  Ben Jubb <benjubb at refractions.net>
+2007-12-21 20:47  benjubb
 
-	* [r2069] source/algorithm/locate,
+	* source/algorithm/locate,
 	  source/algorithm/locate/IndexedPointInAreaLocator.cpp,
 	  source/algorithm/locate/PointOnGeometryLocator.cpp,
 	  source/algorithm/locate/SimplePointInAreaLocator.cpp: Added from
 	  JTS 1.9 to support prepared geometry
 
-2007-12-21 20:44  Ben Jubb <benjubb at refractions.net>
+2007-12-21 20:44  benjubb
 
-	* [r2068] source/geom/util/ComponentCoordinateExtracter.cpp: Added
-	  from JTS 1.9 to support prepared geometry
+	* source/geom/util/ComponentCoordinateExtracter.cpp: Added from JTS
+	  1.9 to support prepared geometry
 
-2007-12-21 20:44  Ben Jubb <benjubb at refractions.net>
+2007-12-21 20:44  benjubb
 
-	* [r2067]
-	  source/headers/geos/geom/util/ComponentCoordinateExtracter.h:
+	* source/headers/geos/geom/util/ComponentCoordinateExtracter.h:
 	  Added from JTS 1.9 to support prepared geometry
 
-2007-12-21 20:42  Ben Jubb <benjubb at refractions.net>
+2007-12-21 20:42  benjubb
 
-	* [r2066] source/operation/predicate/RectangleIntersects.cpp:
-	  modified because SimplePointInAreaLocator.h moved
+	* source/operation/predicate/RectangleIntersects.cpp: modified
+	  because SimplePointInAreaLocator.h moved
 
-2007-12-21 20:41  Ben Jubb <benjubb at refractions.net>
+2007-12-21 20:41  benjubb
 
-	* [r2065] source/noding/FastSegmentSetIntersectionFinder.cpp,
+	* source/noding/FastSegmentSetIntersectionFinder.cpp,
 	  source/noding/MCIndexSegmentSetMutualIntersector.cpp,
 	  source/noding/NodedSegmentString.cpp,
 	  source/noding/SegmentIntersectionDetector.cpp,
 	  source/noding/SegmentStringUtil.cpp: Added from JTS 1.9 to
 	  support prepared geometry
 
-2007-12-21 20:41  Ben Jubb <benjubb at refractions.net>
+2007-12-21 20:41  benjubb
 
-	* [r2064] source/index/intervalrtree,
+	* source/index/intervalrtree,
 	  source/index/intervalrtree/IntervalRTreeBranchNode.cpp,
 	  source/index/intervalrtree/IntervalRTreeLeafNode.cpp,
 	  source/index/intervalrtree/IntervalRTreeNode.cpp,
 	  source/index/intervalrtree/SortedPackedIntervalRTree.cpp: Added
 	  from JTS 1.9 to support prepared geometry
 
-2007-12-21 20:40  Ben Jubb <benjubb at refractions.net>
+2007-12-21 20:40  benjubb
 
-	* [r2063] source/geom/prep,
+	* source/geom/prep,
 	  source/geom/prep/AbstractPreparedPolygonContains.cpp,
 	  source/geom/prep/BasicPreparedGeometry.cpp,
 	  source/geom/prep/PreparedGeometry.cpp,
@@ -4677,24 +5191,24 @@
 	  source/geom/prep/PreparedPolygonPredicate.cpp: Added from JTS 1.9
 	  to support prepared geometry
 
-2007-12-21 20:39  Ben Jubb <benjubb at refractions.net>
+2007-12-21 20:39  benjubb
 
-	* [r2062] source/geomgraph/EdgeEndStar.cpp: modified because
+	* source/geomgraph/EdgeEndStar.cpp: modified because
 	  SimplePointInAreaLocator.h moved
 
-2007-12-21 20:38  Ben Jubb <benjubb at refractions.net>
+2007-12-21 20:38  benjubb
 
-	* [r2061] source/headers/geos/algorithm/SimplePointInAreaLocator.h:
-	  Moved into geos::algorithm::locate
+	* source/headers/geos/algorithm/SimplePointInAreaLocator.h: Moved
+	  into geos::algorithm::locate
 
-2007-12-21 20:37  Ben Jubb <benjubb at refractions.net>
+2007-12-21 20:37  benjubb
 
-	* [r2060] source/headers/geos/algorithm/RayCrossingCounter.h: Added
-	  from JTS 1.9 to support prepared geometry
+	* source/headers/geos/algorithm/RayCrossingCounter.h: Added from
+	  JTS 1.9 to support prepared geometry
 
-2007-12-21 20:35  Ben Jubb <benjubb at refractions.net>
+2007-12-21 20:35  benjubb
 
-	* [r2059] source/headers/geos/geom/prep,
+	* source/headers/geos/geom/prep,
 	  source/headers/geos/geom/prep/AbstractPreparedPolygonContains.h,
 	  source/headers/geos/geom/prep/BasicPreparedGeometry.h,
 	  source/headers/geos/geom/prep/PreparedGeometry.h,
@@ -4711,10 +5225,9 @@
 	  source/headers/geos/geom/prep/PreparedPolygonPredicate.h: Added
 	  from JTS 1.9 to support prepared geometry
 
-2007-12-21 20:34  Ben Jubb <benjubb at refractions.net>
+2007-12-21 20:34  benjubb
 
-	* [r2058]
-	  source/headers/geos/noding/FastSegmentSetIntersectionFinder.h,
+	* source/headers/geos/noding/FastSegmentSetIntersectionFinder.h,
 	  source/headers/geos/noding/MCIndexSegmentSetMutualIntersector.h,
 	  source/headers/geos/noding/NodableSegmentString.h,
 	  source/headers/geos/noding/NodedSegmentString.h,
@@ -4723,81 +5236,79 @@
 	  source/headers/geos/noding/SegmentStringUtil.h: Added from JTS
 	  1.9 to support prepared geometry
 
-2007-12-21 20:33  Ben Jubb <benjubb at refractions.net>
+2007-12-21 20:33  benjubb
 
-	* [r2057] source/headers/geos/noding/SegmentString.h: changed
-	  destructor to be virtual
+	* source/headers/geos/noding/SegmentString.h: changed destructor to
+	  be virtual
 
-2007-12-21 20:31  Ben Jubb <benjubb at refractions.net>
+2007-12-21 20:31  benjubb
 
-	* [r2056] source/headers/geos/geom/Envelope.h: Added a covers()
-	  predicate, from JTS 1.9, to support prepared geometry
+	* source/headers/geos/geom/Envelope.h: Added a covers() predicate,
+	  from JTS 1.9, to support prepared geometry
 
-2007-12-21 20:30  Ben Jubb <benjubb at refractions.net>
+2007-12-21 20:30  benjubb
 
-	* [r2055] source/headers/geos/geom/Geometry.h: changed IsRectangle
-	  to be public
+	* source/headers/geos/geom/Geometry.h: changed IsRectangle to be
+	  public
 
-2007-12-21 20:03  Ben Jubb <benjubb at refractions.net>
+2007-12-21 20:03  benjubb
 
-	* [r2054] source/headers/geos/geom/Envelope.inl: Added a covers()
+	* source/headers/geos/geom/Envelope.inl: Added a covers()
 	  predicate, from JTS 1.9, to support prepared geometry
 
-2007-12-21 20:00  Ben Jubb <benjubb at refractions.net>
+2007-12-21 20:00  benjubb
 
-	* [r2053]
-	  source/headers/geos/algorithm/locate/SimplePointInAreaLocator.h:
+	* source/headers/geos/algorithm/locate/SimplePointInAreaLocator.h:
 	  Moved from geos::algorithm as in JTS 1.9
 
-2007-12-21 19:55  Ben Jubb <benjubb at refractions.net>
+2007-12-21 19:55  benjubb
 
-	* [r2052] source/headers/geos/algorithm/locate,
+	* source/headers/geos/algorithm/locate,
 	  source/headers/geos/algorithm/locate/IndexedPointInAreaLocator.h,
 	  source/headers/geos/algorithm/locate/PointOnGeometryLocator.h:
 	  New namaspace geos::algorithm::locate, as in JTS 1.9..
 
-2007-12-21 19:52  Ben Jubb <benjubb at refractions.net>
+2007-12-21 19:52  benjubb
 
-	* [r2051] source/headers/geos/algorithm/SimplePointInAreaLocator.h:
-	  Added a public constructor, and a method to bring in line with
-	  JTS 1.9. Changed namespace to geos::algorithm::locate
+	* source/headers/geos/algorithm/SimplePointInAreaLocator.h: Added a
+	  public constructor, and a method to bring in line with JTS 1.9.
+	  Changed namespace to geos::algorithm::locate
 
-2007-12-21 18:44  Paul Ramsey <pramsey at cleverelephant.ca>
+2007-12-21 18:44  pramsey
 
-	* [r2050] configure.in: version numbering for next release (3.1.0)
+	* configure.in: version numbering for next release (3.1.0)
 
-2007-12-21 18:41  Paul Ramsey <pramsey at cleverelephant.ca>
+2007-12-21 18:41  pramsey
 
-	* [r2046] ChangeLog, configure.in: 3.0.0 release
+	* ChangeLog, configure.in: 3.0.0 release
 
-2007-12-19 20:18  Mateusz Loskot <mateusz at loskot.net>
+2007-12-19 20:18  mloskot
 
-	* [r2045] ChangeLog, source/headers/geos/geom.h,
-	  source/headers/geos/io.h: Improved warning message about using
-	  DEPRECATED headers
+	* ChangeLog, source/headers/geos/geom.h, source/headers/geos/io.h:
+	  Improved warning message about using DEPRECATED headers
 
-2007-12-17 23:09  Mateusz Loskot <mateusz at loskot.net>
+2007-12-17 23:09  mloskot
 
-	* [r2044] tests/xmltester/XMLTester.cpp: Fixed std::tolower usage
-	  in XMLTester.cpp (Ticket #163).
+	* tests/xmltester/XMLTester.cpp: Fixed std::tolower usage in
+	  XMLTester.cpp (Ticket #163).
 
-2007-12-17 23:05  Mateusz Loskot <mateusz at loskot.net>
+2007-12-17 23:05  mloskot
 
-	* [r2043] source/algorithm/HCoordinate.cpp: Replaced finite
-	  function with std::numeric_limits (Ticket #162).
+	* source/algorithm/HCoordinate.cpp: Replaced finite function with
+	  std::numeric_limits (Ticket #162).
 
-2007-12-17 21:52  Mateusz Loskot <mateusz at loskot.net>
+2007-12-17 21:52  mloskot
 
-	* [r2042] ChangeLog, source/Makefile.vc: source\Makefile.vc: Fixed
-	  MSVC_VER condition for Microsoft Visual C++ 2008 (9.0).
+	* ChangeLog, source/Makefile.vc: source\Makefile.vc: Fixed MSVC_VER
+	  condition for Microsoft Visual C++ 2008 (9.0).
 
-2007-12-13 16:11  Mateusz Loskot <mateusz at loskot.net>
+2007-12-13 16:11  mloskot
 
-	* [r2041] ChangeLog: Added Id keyword at the top of ChangeLog file.
+	* ChangeLog: Added Id keyword at the top of ChangeLog file.
 
-2007-12-13 16:09  Mateusz Loskot <mateusz at loskot.net>
+2007-12-13 16:09  mloskot
 
-	* [r2040] ChangeLog, build/msvc80/geos_unit/geos_unit.vcproj,
+	* ChangeLog, build/msvc80/geos_unit/geos_unit.vcproj,
 	  source/geom/Geometry.cpp, source/geom/GeometryCollection.cpp,
 	  tests/unit/geom/GeometryFactoryTest.cpp: *
 	  build\msvc80\geos_unit\geos_unit.vcproj: fixed post-build event
@@ -4809,247 +5320,243 @@
 	  instead of
 	  int where unsigned integral type required.
 
-2007-12-09 00:02  Mateusz Loskot <mateusz at loskot.net>
+2007-12-09 00:02  mloskot
 
-	* [r2038] ChangeLog, tests/unit/Makefile.am,
+	* ChangeLog, tests/unit/Makefile.am,
 	  tests/unit/precision/SimpleGeometryPrecisionReducerTest.cpp:
 	  Added test suite for class
 	  geos::precision::SimpleGeometryPrecisionReducer.
 
-2007-12-08 22:59  Mateusz Loskot <mateusz at loskot.net>
+2007-12-08 22:59  mloskot
 
-	* [r2037] .: Updated svn:keyword property.
+	* .: Updated svn:keyword property.
 
-2007-11-26 16:26  Mateusz Loskot <mateusz at loskot.net>
+2007-11-26 16:26  mloskot
 
-	* [r2036] build/msvc80/geos.vsprops: Added geos.vsprops - property
-	  sheet for Visual C++ projects.
+	* build/msvc80/geos.vsprops: Added geos.vsprops - property sheet
+	  for Visual C++ projects.
 
-2007-11-26 15:19  Mateusz Loskot <mateusz at loskot.net>
+2007-11-26 15:19  mloskot
 
-	* [r2035] ChangeLog, build/msvc80/geos_python/geos_python.vcproj,
+	* ChangeLog, build/msvc80/geos_python/geos_python.vcproj,
 	  build/msvc80/geos_ruby/geos_ruby.vcproj,
 	  swig/python/geos_wrap.cxx: Added common Property Sheet for Visual
 	  C++ projects where Python and Ruby macros/locations are defined.
 	  Fixed include of Python.h, see Ticket #164 for details.
 
-2007-11-26 06:21  Mateusz Loskot <mateusz at loskot.net>
+2007-11-26 06:21  mloskot
 
-	* [r2034] source/algorithm: Updated svn:ignore patterns.
+	* source/algorithm: Updated svn:ignore patterns.
 
-2007-11-26 06:16  Mateusz Loskot <mateusz at loskot.net>
+2007-11-26 06:16  mloskot
 
-	* [r2033] ChangeLog, source/Makefile.vc,
-	  source/headers/geos/version.h.vc: Enabled target copying
-	  version.h.vc and geos_c.h.vc to headers used by Visual C++. Added
-	  test if version.h.vc is used with Visual C++.
+	* ChangeLog, source/Makefile.vc, source/headers/geos/version.h.vc:
+	  Enabled target copying version.h.vc and geos_c.h.vc to headers
+	  used by Visual C++. Added test if version.h.vc is used with
+	  Visual C++.
 
-2007-11-23 02:33  Mateusz Loskot <mateusz at loskot.net>
+2007-11-23 02:33  mloskot
 
-	* [r2032] ChangeLog, source/headers/geos/io/WKBWriter.h: A bit of
+	* ChangeLog, source/headers/geos/io/WKBWriter.h: A bit of
 	  purification with explicit casting int to bool type.
 
-2007-11-02 22:41  Paul Ramsey <pramsey at cleverelephant.ca>
+2007-11-02 22:41  pramsey
 
-	* [r2031] web/index.html: urls updated to point to osgeo locations
+	* web/index.html: urls updated to point to osgeo locations
 
-2007-11-02 22:17  Paul Ramsey <pramsey at cleverelephant.ca>
+2007-11-02 22:17  pramsey
 
-	* [r2030] web, web/index.html, web/style.css: add the web site
-	  content to svn for collaborative management
+	* web, web/index.html, web/style.css: add the web site content to
+	  svn for collaborative management
 
-2007-09-21 17:42  Charlie Savage <cfis at savagexi.com>
+2007-09-21 17:42  csavage
 
-	* [r2029] configure.in: Update the CAPI and GEOS version numbers
-	  based on Reader/Writer additions to the CAPI and EWKB support for
-	  the C++ api.
+	* configure.in: Update the CAPI and GEOS version numbers based on
+	  Reader/Writer additions to the CAPI and EWKB support for the C++
+	  api.
 
-2007-09-21 17:40  Charlie Savage <cfis at savagexi.com>
+2007-09-21 17:40  csavage
 
-	* [r2028] swig/geos.i.in, swig/ruby/geos_wrap.cxx,
-	  swig/ruby/ruby.i, swig/ruby/test/test_buffer.rb,
-	  swig/ruby/test/test_helper.rb, swig/ruby/test/test_io.rb,
-	  swig/ruby/test/test_operations.rb, swig/ruby/test/test_srid.rb,
-	  swig/ruby/test/test_version.rb: Updated the SWIG bindings and
-	  tests to use the new Reader/Writer classes exposed in the CAPI.
+	* swig/geos.i.in, swig/ruby/geos_wrap.cxx, swig/ruby/ruby.i,
+	  swig/ruby/test/test_buffer.rb, swig/ruby/test/test_helper.rb,
+	  swig/ruby/test/test_io.rb, swig/ruby/test/test_operations.rb,
+	  swig/ruby/test/test_srid.rb, swig/ruby/test/test_version.rb:
+	  Updated the SWIG bindings and tests to use the new Reader/Writer
+	  classes exposed in the CAPI.
 
-2007-09-21 17:40  Charlie Savage <cfis at savagexi.com>
+2007-09-21 17:40  csavage
 
-	* [r2027] capi/geos_c.cpp, capi/geos_c.h.in: Update the CAPI to
-	  expose WKTReader/WBTWriter and WKBReader/WBKWriter in the CAPI.
-	  This is an improvement over the existing API since it avoids the
-	  use of the static variable used to control byte order and # of
+	* capi/geos_c.cpp, capi/geos_c.h.in: Update the CAPI to expose
+	  WKTReader/WBTWriter and WKBReader/WBKWriter in the CAPI. This is
+	  an improvement over the existing API since it avoids the use of
+	  the static variable used to control byte order and # of
 	  dimenions, and gives clients more control over the
 	  creation/destruction of readers and writers. Finally, exposed the
 	  ability to output the EWKB format (set SRID to true in the
 	  WKBWriter).
 
-2007-09-21 17:35  Charlie Savage <cfis at savagexi.com>
+2007-09-21 17:35  csavage
 
-	* [r2026] source/index/strtree/STRtree.cpp: Switched back to using
-	  < because the fuzzy comparison now in use trips assertion errors
-	  in VC++. See comments in code for more information. Note this
-	  change may cause problems. Strk left a note in the code saying
-	  that the '<' comparison sometimes gives unstable results. But
-	  that seems better than an assertion failure.
+	* source/index/strtree/STRtree.cpp: Switched back to using <
+	  because the fuzzy comparison now in use trips assertion errors in
+	  VC++. See comments in code for more information. Note this change
+	  may cause problems. Strk left a note in the code saying that the
+	  '<' comparison sometimes gives unstable results. But that seems
+	  better than an assertion failure.
 
-2007-09-21 17:32  Charlie Savage <cfis at savagexi.com>
+2007-09-21 17:32  csavage
 
-	* [r2025] source/headers/geos/io/WKBWriter.h,
-	  source/io/WKBWriter.cpp: Updated the WKBWriter so it can output
-	  EWKB format similar to PostGIS. Also added a few getter/setter
-	  methods that allow clients to specify the reader's number of
-	  dimensions, byte order and whether srid values should be output.
-	  These getters/setters make it easier to wrap the reader in the
-	  CAPI.
+	* source/headers/geos/io/WKBWriter.h, source/io/WKBWriter.cpp:
+	  Updated the WKBWriter so it can output EWKB format similar to
+	  PostGIS. Also added a few getter/setter methods that allow
+	  clients to specify the reader's number of dimensions, byte order
+	  and whether srid values should be output. These getters/setters
+	  make it easier to wrap the reader in the CAPI.
 
-2007-09-14 15:34  Charlie Savage <cfis at savagexi.com>
+2007-09-14 15:34  csavage
 
-	* [r2024] build/msvc80/geos_c_dll/geos_c_dll.vcproj,
+	* build/msvc80/geos_c_dll/geos_c_dll.vcproj,
 	  build/msvc80/geos_ruby, build/msvc80/geos_ruby/geos_ruby.vcproj:
 
-2007-09-14 15:34  Charlie Savage <cfis at savagexi.com>
+2007-09-14 15:34  csavage
 
-	* [r2023] build/msvc80/geos_python: Told SVN to ignore MSCV++
-	  Python swig build directories.
+	* build/msvc80/geos_python: Told SVN to ignore MSCV++ Python swig
+	  build directories.
 
-2007-09-14 15:25  Charlie Savage <cfis at savagexi.com>
+2007-09-14 15:25  csavage
 
-	* [r2022] source/io/WKBReader.cpp: Set unknown SRID values to 0
-	  instead of -1 to be more consistent with the rest of GEOS (srid
-	  values are initialized to 0 by default).
+	* source/io/WKBReader.cpp: Set unknown SRID values to 0 instead of
+	  -1 to be more consistent with the rest of GEOS (srid values are
+	  initialized to 0 by default).
 
-2007-09-11 02:02  Charlie Savage <cfis at savagexi.com>
+2007-09-11 02:02  csavage
 
-	* [r2021] source/headers/geos/profiler.h: Don't include config.h
-	  for MSVC++ builds.
+	* source/headers/geos/profiler.h: Don't include config.h for MSVC++
+	  builds.
 
-2007-09-07 17:32  Charlie Savage <cfis at savagexi.com>
+2007-09-07 17:32  csavage
 
-	* [r2020] configure.in: The test for SWIG was incorrect. Fixed by
-	  patch from Mark Cave-Ayland.
+	* configure.in: The test for SWIG was incorrect. Fixed by patch
+	  from Mark Cave-Ayland.
 
-2007-09-06 23:24  Charlie Savage <cfis at savagexi.com>
+2007-09-06 23:24  csavage
 
-	* [r2019] source/headers/geos/profiler.h: Applied patch from Mark
+	* source/headers/geos/profiler.h: Applied patch from Mark
 	  Cave-Ayland's to make older versions of MingW that don't have
 	  struct timezone defined compile again. Also fixed issues with
 	  more recent versions of MingW that don't correctly compile with
 	  the -ansi compiler switch.
 
-2007-09-06 23:22  Charlie Savage <cfis at savagexi.com>
+2007-09-06 23:22  csavage
 
-	* [r2018] configure.in, macros/ruby.m4: Applied patches from Mark
+	* configure.in, macros/ruby.m4: Applied patches from Mark
 	  Cave-Ayland's that reorganize/improve the SWIG support in the
 	  generated configure file.\
 
-2007-08-31 20:44  Charlie Savage <cfis at savagexi.com>
+2007-08-31 20:44  csavage
 
-	* [r2017] capi/geos_c.cpp, capi/geos_c.h.in: For MSVC++ builds the
-	  CAPI version was set in geos_c.cpp instead of geos_c.h and it was
-	  set incorrectly. This patch fixes the MSVC++ version number and
+	* capi/geos_c.cpp, capi/geos_c.h.in: For MSVC++ builds the CAPI
+	  version was set in geos_c.cpp instead of geos_c.h and it was set
+	  incorrectly. This patch fixes the MSVC++ version number and
 	  centralizes the various versoin #defines in the geos_c.h.
 
-2007-08-31 20:18  Charlie Savage <cfis at savagexi.com>
+2007-08-31 20:18  csavage
 
-	* [r2016] swig/python/Makefile.am, swig/ruby/Makefile.am: Update
-	  swig makefiles to make the wrappers dependent on the SWIG
-	  interface files even if SWIG is disabled. Doing this means that
-	  Make will correctly recognize that a user has modified an I file,
-	  but that the .cxx wrapper cannot be regenerated since SWIG is not
+	* swig/python/Makefile.am, swig/ruby/Makefile.am: Update swig
+	  makefiles to make the wrappers dependent on the SWIG interface
+	  files even if SWIG is disabled. Doing this means that Make will
+	  correctly recognize that a user has modified an I file, but that
+	  the .cxx wrapper cannot be regenerated since SWIG is not
 	  available.
 
-2007-08-30 20:06  Charlie Savage <cfis at savagexi.com>
+2007-08-30 20:06  csavage
 
-	* [r2015] source/headers/geos/profiler.h,
-	  source/headers/geos/timeval.h: MingW now includes the
-	  gettimeofday function - so reworked includes to only use custom
-	  version when building with VC++.
+	* source/headers/geos/profiler.h, source/headers/geos/timeval.h:
+	  MingW now includes the gettimeofday function - so reworked
+	  includes to only use custom version when building with VC++.
 
-2007-08-30 17:00  Charlie Savage <cfis at savagexi.com>
+2007-08-30 17:00  csavage
 
-	* [r2014] macros/ruby.m4, swig/ruby/Makefile.am: Added RUBY_BIN_DIR
-	  to autoconf macros - simplified auto make input file for ruby
+	* macros/ruby.m4, swig/ruby/Makefile.am: Added RUBY_BIN_DIR to
+	  autoconf macros - simplified auto make input file for ruby
 	  bindings.
 
-2007-08-30 06:19  Charlie Savage <cfis at savagexi.com>
+2007-08-30 06:19  csavage
 
-	* [r2013] macros/ac_pkg_swig.m4: The last attempt to fix this file
-	  failed - instead keep the code that queries the swig libraries
-	  but use sed to merge multiple lines together. If this is not
-	  done, then the swig output causes ./configure to blow up on msys.
+	* macros/ac_pkg_swig.m4: The last attempt to fix this file failed -
+	  instead keep the code that queries the swig libraries but use sed
+	  to merge multiple lines together. If this is not done, then the
+	  swig output causes ./configure to blow up on msys.
 
-2007-08-30 05:31  Charlie Savage <cfis at savagexi.com>
+2007-08-30 05:31  csavage
 
-	* [r2012] macros/ac_pkg_swig.m4: Fixes sed issue with swig on msys.
-	  For more info see:
+	* macros/ac_pkg_swig.m4: Fixes sed issue with swig on msys. For
+	  more info see:
 	  
 	  http://lists.refractions.net/pipermail/geos-devel/2007-August/002956.html
 
-2007-08-30 03:18  Charlie Savage <cfis at savagexi.com>
+2007-08-30 03:18  csavage
 
-	* [r2011] swig/geos.i.in: Changed from dos to unix line feeds.
+	* swig/geos.i.in: Changed from dos to unix line feeds.
 
-2007-08-29 01:41  Charlie Savage <cfis at savagexi.com>
+2007-08-29 01:41  csavage
 
-	* [r2010] build/msvc80/geos.sln, build/msvc80/geos_python,
+	* build/msvc80/geos.sln, build/msvc80/geos_python,
 	  build/msvc80/geos_python/geos_python.vcproj,
 	  build/msvc80/geos_ruby/geos_ruby.vcproj: New VC++ project for the
 	  python SWIG bindings.
 
-2007-08-29 01:29  Charlie Savage <cfis at savagexi.com>
+2007-08-29 01:29  csavage
 
-	* [r2009] build/msvc80/geos_ruby/geos_ruby.vcproj, swig/geos.i.in,
+	* build/msvc80/geos_ruby/geos_ruby.vcproj, swig/geos.i.in,
 	  swig/python/python.i, swig/ruby/geos_wrap.cxx, swig/ruby/ruby.i:
 	  Ruby SWIG bindings - mapped eql? to == so that you can do point
 	  == point2 in ruby. Removed a hard-coded path from VC++ project.
 	  Updated out-of-date copyright notices for no particularly good
 	  reason.
 
-2007-08-28 21:29  Charlie Savage <cfis at savagexi.com>
+2007-08-28 21:29  csavage
 
-	* [r2008] build/msvc80: Added release as an ignored directory for
-	  VC++, similar to the debug directory.
+	* build/msvc80: Added release as an ignored directory for VC++,
+	  similar to the debug directory.
 
-2007-08-28 21:28  Charlie Savage <cfis at savagexi.com>
+2007-08-28 21:28  csavage
 
-	* [r2007] build/msvc80/geos_ruby: Added new ruby VC++ project to
-	  solution file.
+	* build/msvc80/geos_ruby: Added new ruby VC++ project to solution
+	  file.
 
-2007-08-28 21:27  Charlie Savage <cfis at savagexi.com>
+2007-08-28 21:27  csavage
 
-	* [r2006] capi/geos_c.h.in: Fixed c api include for VC++ - it
-	  should be #include <geos/version.h> instead of #include
-	  <version.h>.
+	* capi/geos_c.h.in: Fixed c api include for VC++ - it should be
+	  #include <geos/version.h> instead of #include <version.h>.
 
-2007-08-28 21:27  Charlie Savage <cfis at savagexi.com>
+2007-08-28 21:27  csavage
 
-	* [r2005] build/msvc80/geos.sln: Added new ruby VC++ project to
-	  solution file.
+	* build/msvc80/geos.sln: Added new ruby VC++ project to solution
+	  file.
 
-2007-08-28 21:26  Charlie Savage <cfis at savagexi.com>
+2007-08-28 21:26  csavage
 
-	* [r2004] build/msvc80/geos_c_dll/geos_c_dll.vcproj: Follow lead of
+	* build/msvc80/geos_c_dll/geos_c_dll.vcproj: Follow lead of
 	  geos_lib project - copy geos/geos_c.h.in to geos/geos_c.h when
 	  building with VC++.
 
-2007-08-28 21:25  Charlie Savage <cfis at savagexi.com>
+2007-08-28 21:25  csavage
 
-	* [r2003] build/msvc80/geos_ruby,
-	  build/msvc80/geos_ruby/geos_ruby.vcproj: Added new vc++ project
-	  for building ruby bindings. Its not perfect since it hard-codes
-	  the path to Ruby, but its enough to get one started.
+	* build/msvc80/geos_ruby, build/msvc80/geos_ruby/geos_ruby.vcproj:
+	  Added new vc++ project for building ruby bindings. Its not
+	  perfect since it hard-codes the path to Ruby, but its enough to
+	  get one started.
 
-2007-08-28 21:22  Charlie Savage <cfis at savagexi.com>
+2007-08-28 21:22  csavage
 
-	* [r2002] swig/python/geos.py, swig/python/geos_wrap.cxx,
+	* swig/python/geos.py, swig/python/geos_wrap.cxx,
 	  swig/ruby/geos_wrap.cxx: Updated SWIG wrappers based on changed
 	  interface file. Also generated with SWIG 1.3.31
 
-2007-08-28 20:42  Charlie Savage <cfis at savagexi.com>
+2007-08-28 20:42  csavage
 
-	* [r2001] swig/ruby/test/geos_tests.rb,
-	  swig/ruby/test/test_buffer.rb,
+	* swig/ruby/test/geos_tests.rb, swig/ruby/test/test_buffer.rb,
 	  swig/ruby/test/test_combinations.rb,
 	  swig/ruby/test/test_coordinate_sequence.rb,
 	  swig/ruby/test/test_envelope.rb, swig/ruby/test/test_geometry.rb,
@@ -5058,63 +5565,62 @@
 	  swig/ruby/test/test_version.rb: SWIG bindings - updated Ruby
 	  tests based on name changes.
 
-2007-08-28 20:41  Charlie Savage <cfis at savagexi.com>
+2007-08-28 20:41  csavage
 
-	* [r2000] swig/ruby/ruby.i: Updated Ruby swig bindings to more
-	  closely match Ruby style names. So eql? instead of equals,
-	  dimensions instead of get_dimensions, etc.
+	* swig/ruby/ruby.i: Updated Ruby swig bindings to more closely
+	  match Ruby style names. So eql? instead of equals, dimensions
+	  instead of get_dimensions, etc.
 
-2007-08-28 20:40  Charlie Savage <cfis at savagexi.com>
+2007-08-28 20:40  csavage
 
-	* [r1999] swig/geos.i.in: Exposed Geometry::Clone method in SWIG
-	  bindings. Added check for NULL string in geomFromWKT wrapper.
+	* swig/geos.i.in: Exposed Geometry::Clone method in SWIG bindings.
+	  Added check for NULL string in geomFromWKT wrapper.
 
-2007-08-23 20:35  Paul Ramsey <pramsey at cleverelephant.ca>
+2007-08-23 20:35  pramsey
 
-	* [r1998] source/operation/buffer/BufferBuilder.cpp,
+	* source/operation/buffer/BufferBuilder.cpp,
 	  source/operation/buffer/OffsetCurveSetBuilder.cpp,
 	  source/operation/buffer/OffsetCurveVertexList.h: Memory leak
 	  patches from Robert Coup
 
-2007-08-22 23:45  Mateusz Loskot <mateusz at loskot.net>
+2007-08-22 23:45  mloskot
 
-	* [r1997] source/headers/geos/io/ByteOrderDataInStream.inl,
+	* source/headers/geos/io/ByteOrderDataInStream.inl,
 	  source/operation/overlay/ElevationMatrix.cpp,
 	  source/operation/polygonize/Polygonizer.cpp: Cleaned compilation
 	  warnings from VC++.
 
-2007-06-11 07:43  Mateusz Loskot <mateusz at loskot.net>
+2007-06-11 07:43  mloskot
 
-	* [r1996] ChangeLog, source/operation/IsSimpleOp.cpp: Replaced
+	* ChangeLog, source/operation/IsSimpleOp.cpp: Replaced
 	  post-increment operators with pre-increment operators where
 	  standard iterators are incremented in loops. NOTE: Prefer
 	  pre-incr. over post-inc. when working with standard iterators.
 
-2007-06-11 07:39  Mateusz Loskot <mateusz at loskot.net>
+2007-06-11 07:39  mloskot
 
-	* [r1995] tests/unit/Makefile.am,
-	  tests/unit/operation/IsSimpleOpTest.cpp: Added unit test for
-	  geos::operation::IsSimpleOp class.
+	* tests/unit/Makefile.am, tests/unit/operation/IsSimpleOpTest.cpp:
+	  Added unit test for geos::operation::IsSimpleOp class.
 
-2007-06-10 13:03  Mateusz Loskot <mateusz at loskot.net>
+2007-06-10 13:03  mloskot
 
-	* [r1994] ., ChangeLog, tests/unit/Makefile.am: Updated
+	* ., ChangeLog, tests/unit/Makefile.am: Updated
 	  tests/unit/Makefile.am with new files.
 
-2007-06-10 11:53  Mateusz Loskot <mateusz at loskot.net>
+2007-06-10 11:53  mloskot
 
-	* [r1993] ChangeLog, build/msvc80/geos.sln,
+	* ChangeLog, build/msvc80/geos.sln,
 	  build/msvc80/geos_unit/geos_unit.vcproj,
 	  tests/unit/algorithm/CGAlgorithms/computeOrientationTest.cpp,
 	  tests/unit/algorithm/CGAlgorithms/isCCWTest.cpp,
 	  tests/unit/algorithm/ConvexHullTest.cpp: Added unit test for
 	  geos::algorithm::CGAlgorithms::computeOrientation() function.
 
-2007-06-10 11:29  Mateusz Loskot <mateusz at loskot.net>
+2007-06-10 11:29  mloskot
 
-	* [r1992] ., capi, source, source/geom, source/geom/util,
-	  source/geomgraph, source/geomgraph/index, source/index/bintree,
-	  source/index/chain, source/index/quadtree, source/index/strtree,
+	* ., capi, source, source/geom, source/geom/util, source/geomgraph,
+	  source/geomgraph/index, source/index/bintree, source/index/chain,
+	  source/index/quadtree, source/index/strtree,
 	  source/index/sweepline, source/io, source/noding,
 	  source/noding/snapround, source/operation,
 	  source/operation/buffer, source/operation/distance,
@@ -5126,38 +5632,38 @@
 	  svn:ignore property for the whole tree adding VC++ and Windows
 	  specific patterns.
 
-2007-06-10 11:18  Mateusz Loskot <mateusz at loskot.net>
+2007-06-10 11:18  mloskot
 
-	* [r1991] ChangeLog, build/msvc80/geos_unit/geos_unit.vcproj,
+	* ChangeLog, build/msvc80/geos_unit/geos_unit.vcproj,
 	  tests/unit/algorithm/CGAlgorithms/isCCWTest.cpp: Added unit test
 	  for CGAlgorithms::isCCW() function.
 
-2007-06-10 11:08  Mateusz Loskot <mateusz at loskot.net>
+2007-06-10 11:08  mloskot
 
-	* [r1990] tests/unit/algorithm/ConvexHullTest.cpp,
+	* tests/unit/algorithm/ConvexHullTest.cpp,
 	  tests/unit/geom/LineStringTest.cpp: Added unit test for
 	  geos::algorithm::ConvexHull.
 
-2007-06-10 11:03  Mateusz Loskot <mateusz at loskot.net>
+2007-06-10 11:03  mloskot
 
-	* [r1989] tests/unit/utility.h: Added custom operators for static
-	  and dynamic casts of pointers wrapped with std::auto_ptr<T> type.
+	* tests/unit/utility.h: Added custom operators for static and
+	  dynamic casts of pointers wrapped with std::auto_ptr<T> type.
 
-2007-06-08 17:13  Mateusz Loskot <mateusz at loskot.net>
+2007-06-08 17:13  mloskot
 
-	* [r1988] tests/unit/simplify/DouglasPeuckerSimplifierTest.cpp:
-	  Identified test case failing because of
-	  geos::index::strtree::yComparator() instability.
+	* tests/unit/simplify/DouglasPeuckerSimplifierTest.cpp: Identified
+	  test case failing because of geos::index::strtree::yComparator()
+	  instability.
 
-2007-06-08 17:10  Mateusz Loskot <mateusz at loskot.net>
+2007-06-08 17:10  mloskot
 
-	* [r1987] ChangeLog, source/index/strtree/STRtree.cpp: Analysis of
+	* ChangeLog, source/index/strtree/STRtree.cpp: Analysis of
 	  instability of the yComparator, there are some new important
 	  questions to answer.
 
-2007-06-08 15:27  Mateusz Loskot <mateusz at loskot.net>
+2007-06-08 15:27  mloskot
 
-	* [r1986] ChangeLog, build/msvc80/geos_lib/geos_lib.vcproj,
+	* ChangeLog, build/msvc80/geos_lib/geos_lib.vcproj,
 	  source/algorithm/CGAlgorithms.cpp,
 	  source/algorithm/CentroidArea.cpp,
 	  source/algorithm/CentroidLine.cpp,
@@ -5185,28 +5691,28 @@
 	  signed/unsigned types mixtures, got rid from annoying compiler
 	  warnings.
 
-2007-06-08 14:50  Mateusz Loskot <mateusz at loskot.net>
+2007-06-08 14:50  mloskot
 
-	* [r1985] ChangeLog: Applied Konstantin Baumann's suggestion about
+	* ChangeLog: Applied Konstantin Baumann's suggestion about
 	  including version.h in C API header for Visual C++.
 
-2007-06-08 14:50  Mateusz Loskot <mateusz at loskot.net>
+2007-06-08 14:50  mloskot
 
-	* [r1984] capi/geos_c.h.in: Applied Konstantin Baumann's suggestion
-	  about including version.h in C API header for Visual C++.
+	* capi/geos_c.h.in: Applied Konstantin Baumann's suggestion about
+	  including version.h in C API header for Visual C++.
 
-2007-06-01 13:53  Mateusz Loskot <mateusz at loskot.net>
+2007-06-01 13:53  mloskot
 
-	* [r1983] ChangeLog, build/bjam, build/bjam/Jamroot,
-	  build/bjam/geos, build/bjam/geos/Jamfile, build/bjam/geos_c,
+	* ChangeLog, build/bjam, build/bjam/Jamroot, build/bjam/geos,
+	  build/bjam/geos/Jamfile, build/bjam/geos_c,
 	  build/bjam/geos_c/Jamfile, build/bjam/geos_unit,
 	  build/bjam/geos_unit/Jamfile: Added Boost.Build configuration for
 	  GEOS (experimental). The idea is to enable users to build GEOS
 	  with bjam tool from Boost.Build package.
 
-2007-06-01 13:43  Mateusz Loskot <mateusz at loskot.net>
+2007-06-01 13:43  mloskot
 
-	* [r1982] source/headers/geos/platform.h.vc,
+	* source/headers/geos/platform.h.vc,
 	  source/headers/geos/version.h.vc,
 	  tests/unit/operation/distance/DistanceOpTest.cpp,
 	  tests/unit/operation/overlay/FuzzyPointLocatorTest.cpp,
@@ -5214,53 +5720,51 @@
 	  tests/unit/operation/overlay/OverlayResultValidatorTest.cpp: Set
 	  missing svn:keywords property.
 
-2007-06-01 13:06  Mateusz Loskot <mateusz at loskot.net>
+2007-06-01 13:06  mloskot
 
-	* [r1981] ChangeLog, build/msvc80/geos_lib/geos_lib.vcproj: Applied
-	  patch with pre-build events generating platform.h and version.h
+	* ChangeLog, build/msvc80/geos_lib/geos_lib.vcproj: Applied patch
+	  with pre-build events generating platform.h and version.h
 	  headers. Thanks to Konstantin Baumann for this patch.
 
-2007-05-06 02:42  Mateusz Loskot <mateusz at loskot.net>
+2007-05-06 02:42  mloskot
 
-	* [r1980] build/msvc80, build/msvc80/geos_c_dll,
-	  build/msvc80/geos_lib, build/msvc80/geos_unit: Updated svn:ignore
-	  property for build\msvc80.
+	* build/msvc80, build/msvc80/geos_c_dll, build/msvc80/geos_lib,
+	  build/msvc80/geos_unit: Updated svn:ignore property for
+	  build\msvc80.
 
-2007-05-06 02:40  Mateusz Loskot <mateusz at loskot.net>
+2007-05-06 02:40  mloskot
 
-	* [r1979] ChangeLog, source/headers/geos/version.h.vc: Added
+	* ChangeLog, source/headers/geos/version.h.vc: Added
 	  source/headers/geos/version.h.vc file for Visual C++ compiler.
 
-2007-04-22 04:44  Mateusz Loskot <mateusz at loskot.net>
+2007-04-22 04:44  mloskot
 
-	* [r1978] ., ChangeLog, capi,
-	  source/geom/CoordinateArraySequence.cpp, swig,
-	  tests/unit/capi/GEOSCoordSeqTest.cpp: Added assertion validating
-	  ordinateIndex in setOrdinate() function. Extended
+	* ., ChangeLog, capi, source/geom/CoordinateArraySequence.cpp,
+	  swig, tests/unit/capi/GEOSCoordSeqTest.cpp: Added assertion
+	  validating ordinateIndex in setOrdinate() function. Extended
 	  GEOSCoordSeqTest with swapped and non-swapped calls of
 	  coordiantes assignment functions.
 
-2007-04-15 18:02  Mateusz Loskot <mateusz at loskot.net>
+2007-04-15 18:02  mloskot
 
-	* [r1977] ChangeLog, autogen.sh: Added detection of glibtoolize
-	  under Mac OS X.
+	* ChangeLog, autogen.sh: Added detection of glibtoolize under Mac
+	  OS X.
 
-2007-03-05 09:58  Sandro Santilli <strk at keybit.net>
+2007-03-05 09:58  strk
 
-	* [r1976] ChangeLog, tests/xmltester/Makefile.am,
+	* ChangeLog, tests/xmltester/Makefile.am,
 	  tests/xmltester/hole_from_shell.xml,
 	  tests/xmltester/hole_red.xml: Add new testcases by Carl Anderson
 
-2007-02-26 10:46  Sandro Santilli <strk at keybit.net>
+2007-02-26 10:46  strk
 
-	* [r1975] ChangeLog, source/inlines.cpp: Patch by Tom Elwertowski:
+	* ChangeLog, source/inlines.cpp: Patch by Tom Elwertowski:
 	  * source/inlines.cpp: fix for MingW32 builds.
 
-2007-02-21 10:14  Sandro Santilli <strk at keybit.net>
+2007-02-21 10:14  strk
 
-	* [r1974] ChangeLog,
-	  source/operation/buffer/SubgraphDepthLocater.cpp: Patch by Carl
-	  Anderson:
+	* ChangeLog, source/operation/buffer/SubgraphDepthLocater.cpp:
+	  Patch by Carl Anderson:
 	  
 	  * source/operation/buffer/SubgraphDepthLocater.cpp
 	  (findStabbedSegments):
@@ -5269,25 +5773,24 @@
 	  
 	  Fixes badguy3.xml
 
-2007-02-21 10:12  Sandro Santilli <strk at keybit.net>
+2007-02-21 10:12  strk
 
-	* [r1973] ChangeLog, tests/xmltester/Makefile.am,
+	* ChangeLog, tests/xmltester/Makefile.am,
 	  tests/xmltester/badguy3.xml: * tests/xmltester/: Makefile.am,
 	  badguy3.xml:
 	  Added simplified version of nasty buffer bug test.
 
-2007-02-08 23:33  Sandro Santilli <strk at keybit.net>
+2007-02-08 23:33  strk
 
-	* [r1972] ChangeLog, configure.in: Patch by Mark Cave-Ayland:
+	* ChangeLog, configure.in: Patch by Mark Cave-Ayland:
 	  
 	  * configure.in: Allow configure to continue with use_python
 	  set to false if a python binary is not found, as per
 	  http://sources.redhat.com/automake/automake.html#Python.
 
-2007-02-07 00:34  Sandro Santilli <strk at keybit.net>
+2007-02-07 00:34  strk
 
-	* [r1971] ChangeLog,
-	  source/headers/geos/index/strtree/AbstractNode.h,
+	* ChangeLog, source/headers/geos/index/strtree/AbstractNode.h,
 	  source/headers/geos/index/strtree/AbstractSTRtree.h,
 	  source/headers/geos/index/strtree/Boundable.h,
 	  source/headers/geos/index/strtree/ItemBoundable.h,
@@ -5305,18 +5808,16 @@
 	  operator for sorting child boundables in STRtree, this
 	  fixes the heisenbug when building with inlines disabled.
 
-2007-02-06 02:05  Sandro Santilli <strk at keybit.net>
+2007-02-06 02:05  strk
 
-	* [r1970] ChangeLog,
-	  tests/unit/simplify/DouglasPeuckerSimplifierTest.cpp: *
-	  tests/unit/simplify/DouglasPeuckerSimplifierTest.cpp:
+	* ChangeLog, tests/unit/simplify/DouglasPeuckerSimplifierTest.cpp:
+	  * tests/unit/simplify/DouglasPeuckerSimplifierTest.cpp:
 	  Expect result of POLYGON simplification to always be
 	  a polygon, even if collapsed to the empty geom.
 
-2007-02-06 01:57  Sandro Santilli <strk at keybit.net>
+2007-02-06 01:57  strk
 
-	* [r1969] ChangeLog,
-	  source/headers/geos/operation/buffer/BufferBuilder.h,
+	* ChangeLog, source/headers/geos/operation/buffer/BufferBuilder.h,
 	  source/headers/geos/operation/buffer/BufferOp.h,
 	  source/operation/buffer/BufferBuilder.cpp,
 	  source/operation/buffer/BufferOp.cpp: *
@@ -5325,28 +5826,27 @@
 	  Fixed buffer operation to always return polygonal
 	  geometry
 
-2007-02-03 02:18  Paul Ramsey <pramsey at cleverelephant.ca>
+2007-02-03 02:18  pramsey
 
-	* [r1967] ChangeLog, configure.in: 3.0.0rc4 tagging
+	* ChangeLog, configure.in: 3.0.0rc4 tagging
 
-2007-02-01 11:11  Sandro Santilli <strk at keybit.net>
+2007-02-01 11:11  strk
 
-	* [r1966] ChangeLog,
-	  source/headers/geos/operation/buffer/BufferOp.h,
+	* ChangeLog, source/headers/geos/operation/buffer/BufferOp.h,
 	  source/operation/buffer/BufferOp.cpp: *
 	  operation::buffer::BufferOp: set MAX_PRECISION_DIGITS
 	  so to match JTS.
 
-2007-01-26 01:19  Sandro Santilli <strk at keybit.net>
+2007-01-26 01:19  strk
 
-	* [r1965] ChangeLog, tests/xmltester/Makefile.am,
+	* ChangeLog, tests/xmltester/Makefile.am,
 	  tests/xmltester/stmlf-cases-20070119.xml: * tests/xmltester/:
 	  Makefile.am, stmlf-cases-20070119.xml:
 	  New overlay test.
 
-2007-01-26 00:57  Sandro Santilli <strk at keybit.net>
+2007-01-26 00:57  strk
 
-	* [r1964] ChangeLog, source/operation/buffer/BufferBuilder.cpp,
+	* ChangeLog, source/operation/buffer/BufferBuilder.cpp,
 	  tests/xmltester/XMLTester.cpp: * tests/xmltester/XMLTester.cpp:
 	  improved buffer
 	  result validator.
@@ -5354,34 +5854,34 @@
 	  remove repeated points from noded SegmentStrings, skip collapsed
 	  edges.
 
-2007-01-17 11:59  Sandro Santilli <strk at keybit.net>
+2007-01-17 11:59  strk
 
-	* [r1963] ChangeLog, tests/xmltester/Makefile.am,
+	* ChangeLog, tests/xmltester/Makefile.am,
 	  tests/xmltester/heisenbugs.xml: New testcase for bug fixed by
 	  previous commit.
 
-2007-01-17 01:05  Sandro Santilli <strk at keybit.net>
+2007-01-17 01:05  strk
 
-	* [r1962] ChangeLog, source/index/strtree/STRtree.cpp: *
+	* ChangeLog, source/index/strtree/STRtree.cpp: *
 	  source/index/strtree/STRtree.cpp (yComparator):
 	  Use static_cast<> and make code more readable.
 	  A side effect seems to be fixing a segfault :!
 
-2007-01-17 00:45  Sandro Santilli <strk at keybit.net>
+2007-01-17 00:45  strk
 
-	* [r1961] ChangeLog, source/headers/geos/index/strtree/STRtree.h: *
+	* ChangeLog, source/headers/geos/index/strtree/STRtree.h: *
 	  source/headers/geos/index/strtree/STRtree.h (centreY):
 	  const-corrected.
 
-2007-01-16 14:12  Sandro Santilli <strk at keybit.net>
+2007-01-16 14:12  strk
 
-	* [r1960] ChangeLog, tests/xmltester/XMLTester.cpp,
+	* ChangeLog, tests/xmltester/XMLTester.cpp,
 	  tests/xmltester/XMLTester.h: * tests/xmltester/XMLTester.cpp:
 	  don't include catch-all headers.
 
-2007-01-09 17:34  Sandro Santilli <strk at keybit.net>
+2007-01-09 17:34  strk
 
-	* [r1959] ChangeLog,
+	* ChangeLog,
 	  source/headers/geos/operation/buffer/OffsetCurveBuilder.h,
 	  source/operation/buffer/Makefile.am,
 	  source/operation/buffer/OffsetCurveBuilder.cpp,
@@ -5402,9 +5902,9 @@
 	  to be smaller then 1/1000 of expected geometry
 	  area.
 
-2007-01-09 15:08  Sandro Santilli <strk at keybit.net>
+2007-01-09 15:08  strk
 
-	* [r1958] ChangeLog, source/geom/CoordinateArraySequence.cpp,
+	* ChangeLog, source/geom/CoordinateArraySequence.cpp,
 	  source/headers/geos/geom/CoordinateArraySequence.h,
 	  source/headers/geos/geom/CoordinateSequence.h: *
 	  source/geom/CoordinateArraySequence.cpp,
@@ -5415,85 +5915,83 @@
 	  (single virtual call vs. multiple); added front() and
 	  back() methods.
 
-2007-01-09 10:27  Sandro Santilli <strk at keybit.net>
+2007-01-09 10:27  strk
 
-	* [r1957] ChangeLog, tests/xmltester/XMLTester.cpp: *
+	* ChangeLog, tests/xmltester/XMLTester.cpp: *
 	  tests/xmltester/XMLTester.cpp: add areatest to buffer test
 	  handler.
 
-2007-01-05 01:01  Sandro Santilli <strk at keybit.net>
+2007-01-05 01:01  strk
 
-	* [r1956] ChangeLog, configure.in: * configure.in: prepared for
-	  version to 3.0.0rc4,
+	* ChangeLog, configure.in: * configure.in: prepared for version to
+	  3.0.0rc4,
 	  fixed swig python errors as suggested by hint
 	  (AM_PATH_PYTHON).
 
-2007-01-04 22:43  Sandro Santilli <strk at keybit.net>
+2007-01-04 22:43  strk
 
-	* [r1955] ChangeLog, configure.in, swig/geos.i, swig/geos.i.in: *
+	* ChangeLog, configure.in, swig/geos.i, swig/geos.i.in: *
 	  configure.in, swig/geos.i.in, swig/geos.i:
 	  geos.i generated at configure time from geos.i.in
 	  (so we don't have to manually update versions there).
 
-2007-01-04 22:38  Sandro Santilli <strk at keybit.net>
+2007-01-04 22:38  strk
 
-	* [r1954] ChangeLog, swig/geos.i: Patch by dev-zero at gentoo dot
-	  org:
+	* ChangeLog, swig/geos.i: Patch by dev-zero at gentoo dot org:
 	  
 	  * swig/geos.i: use unsigned int when CAPI signatures
 	  expect unsigned int (not size_t).
 
-2007-01-03 20:11  Sandro Santilli <strk at keybit.net>
+2007-01-03 20:11  strk
 
-	* [r1953] ChangeLog, tests/xmltester/Makefile.am,
-	  tests/xmltester/fme.xml: * tests/xmltester/: fme.xml,
-	  Makefile.am: added buffer testcase.
+	* ChangeLog, tests/xmltester/Makefile.am, tests/xmltester/fme.xml:
+	  * tests/xmltester/: fme.xml, Makefile.am: added buffer testcase.
 
-2007-01-03 20:06  Sandro Santilli <strk at keybit.net>
+2007-01-03 20:06  strk
 
-	* [r1952] ChangeLog, tests/xmltester/XMLTester.cpp: *
+	* ChangeLog, tests/xmltester/XMLTester.cpp: *
 	  tests/xmltester/XMLTester.cpp: use a tolerance of 10E-6
 	  for buffer validation (~10cm at worst when using latlong
 	  projections); create sql tables with oid to work around a
 	  bug in qgis 0.7.4.
 
-2007-01-03 19:18  Sandro Santilli <strk at keybit.net>
+2007-01-03 19:18  strk
 
-	* [r1951] ChangeLog, source/algorithm/HCoordinate.cpp,
-	  source/inlines.cpp: Applied patch by Mark Cave-Ayland
+	* ChangeLog, source/algorithm/HCoordinate.cpp, source/inlines.cpp:
+	  Applied patch by Mark Cave-Ayland
 	  <mark.cave-ayland at ilande.co.uk>:
 	  
 	  * source/inlines.cpp, source/algorithm/HCoordinate.cpp:
 	  Fixes for MingW builds. See geos-devel/2007-January/002766.html.
 
-2007-01-03 14:56  Sandro Santilli <strk at keybit.net>
+2007-01-03 14:56  strk
 
-	* [r1950] ChangeLog, source/operation/buffer/BufferOp.cpp: *
+	* ChangeLog, source/operation/buffer/BufferOp.cpp: *
 	  source/operation/buffer/BufferOp.cpp (bufferReducedPrecision):
 	  Fixed computation of reduced PrecisionModel scale.
 
-2006-12-18 20:04  Sandro Santilli <strk at keybit.net>
+2006-12-18 20:04  strk
 
-	* [r1949] ChangeLog, tests/xmltester/robustness.xml: *
+	* ChangeLog, tests/xmltester/robustness.xml: *
 	  tests/xmltester/robustness.xml: added
 	  testcase reported to fail with 2.2.3 on
 	  postgis-users/2006-November/014013.html.
 
-2006-12-18 18:44  Sandro Santilli <strk at keybit.net>
+2006-12-18 18:44  strk
 
-	* [r1948] ChangeLog, source/headers/geos/geom/BinaryOp.h,
+	* ChangeLog, source/headers/geos/geom/BinaryOp.h,
 	  source/headers/geos/precision/GeometrySnapper.h,
 	  source/precision/GeometrySnapper.cpp: Geometry snapping synced
 	  with JTS.
 
-2006-12-18 14:27  Sandro Santilli <strk at keybit.net>
+2006-12-18 14:27  strk
 
-	* [r1947] ChangeLog, HOWTO_RELEASE: * HOWTO_RELEASE: add
-	  ChangeLog's release mark step.
+	* ChangeLog, HOWTO_RELEASE: * HOWTO_RELEASE: add ChangeLog's
+	  release mark step.
 
-2006-12-18 14:19  Sandro Santilli <strk at keybit.net>
+2006-12-18 14:19  strk
 
-	* [r1946] ChangeLog, source/precision/GeometrySnapper.cpp,
+	* ChangeLog, source/precision/GeometrySnapper.cpp,
 	  tests/xmltester/Makefile.am,
 	  tests/xmltester/TestRobustOverlayFixed.xml: *
 	  source/precision/GeometrySnapper.cpp (computeSnapTolerance):
@@ -5501,23 +5999,23 @@
 	  * tests/xmltester/: Makefile.am, TestRobustOverlayFixed.xml:
 	  new test for fixed precision snapping.
 
-2006-12-15 10:50  Sandro Santilli <strk at keybit.net>
+2006-12-15 10:50  strk
 
-	* [r1945] ChangeLog: release 3.0.0rc3 marked
+	* ChangeLog: release 3.0.0rc3 marked
 
-2006-12-14 19:12  Paul Ramsey <pramsey at cleverelephant.ca>
+2006-12-14 19:12  pramsey
 
-	* [r1943] configure.in: bumped version numbers for 3.0.0rc3
+	* configure.in: bumped version numbers for 3.0.0rc3
 
-2006-12-13 11:05  Mateusz Loskot <mateusz at loskot.net>
+2006-12-13 11:05  mloskot
 
-	* [r1942] ChangeLog, build/msvc80/geos_lib/geos_lib.vcproj,
+	* ChangeLog, build/msvc80/geos_lib/geos_lib.vcproj,
 	  source/Makefile.vc: Updated makefile and project files for Visual
 	  C++.
 
-2006-12-13 10:55  Sandro Santilli <strk at keybit.net>
+2006-12-13 10:55  strk
 
-	* [r1941] ChangeLog,
+	* ChangeLog,
 	  source/headers/geos/operation/overlay/FuzzyPointLocator.h,
 	  source/headers/geos/operation/overlay/OffsetPointGenerator.h,
 	  source/headers/geos/operation/overlay/OverlayResultValidator.h,
@@ -5526,20 +6024,18 @@
 	  source/operation/overlay/OverlayResultValidator.cpp: Updated port
 	  information.
 
-2006-12-13 10:51  Sandro Santilli <strk at keybit.net>
+2006-12-13 10:51  strk
 
-	* [r1940] ChangeLog,
-	  source/headers/geos/precision/GeometrySnapper.h,
+	* ChangeLog, source/headers/geos/precision/GeometrySnapper.h,
 	  source/headers/geos/precision/LineStringSnapper.h,
 	  source/precision/GeometrySnapper.cpp,
 	  source/precision/LineStringSnapper.cpp: *
 	  precision::GeometrySnapper, precision::LineStringSnapper:
 	  Updated port information.
 
-2006-12-11 17:42  Sandro Santilli <strk at keybit.net>
+2006-12-11 17:42  strk
 
-	* [r1939] ChangeLog,
-	  source/headers/geos/geomgraph/EdgeNodingValidator.h,
+	* ChangeLog, source/headers/geos/geomgraph/EdgeNodingValidator.h,
 	  source/headers/geos/noding/FastNodingValidator.h,
 	  source/headers/geos/noding/Makefile.am,
 	  source/headers/geos/noding/SegmentIntersector.h,
@@ -5562,9 +6058,9 @@
 	  * source/headers/geos/geomgraph/EdgeNodingValidator.h:
 	  use a FastNodingValidator rather then a simple NodingValidator.
 
-2006-12-07 10:45  Sandro Santilli <strk at keybit.net>
+2006-12-07 10:45  strk
 
-	* [r1938] ChangeLog, source/algorithm/LineIntersector.cpp,
+	* ChangeLog, source/algorithm/LineIntersector.cpp,
 	  source/headers/geos/algorithm/CentralEndpointIntersector.h,
 	  source/headers/geos/algorithm/LineIntersector.h,
 	  source/headers/geos/algorithm/Makefile.am: *
@@ -5573,37 +6069,37 @@
 	  * algorithm::LineIntersector: robustness improvements
 	  from JTS-1.8.
 
-2006-12-05 11:22  Mateusz Loskot <mateusz at loskot.net>
+2006-12-05 11:22  mloskot
 
-	* [r1937] tests/unit/capi/GEOSCoordSeqTest.cpp,
+	* tests/unit/capi/GEOSCoordSeqTest.cpp,
 	  tests/unit/capi/GEOSSimplifyTest.cpp: Fixed indentantion in
 	  tests/unit/capi.
 
-2006-12-05 11:10  Mateusz Loskot <mateusz at loskot.net>
+2006-12-05 11:10  mloskot
 
-	* [r1936] ChangeLog: Fixed typos in changelog.
+	* ChangeLog: Fixed typos in changelog.
 
-2006-12-05 11:05  Mateusz Loskot <mateusz at loskot.net>
+2006-12-05 11:05  mloskot
 
-	* [r1935] tests/unit/capi/GEOSCoordSeqTest.cpp,
+	* tests/unit/capi/GEOSCoordSeqTest.cpp,
 	  tests/unit/capi/GEOSSimplifyTest.cpp: Set svn:keyword property on
 	  CAPI tests.
 
-2006-12-05 11:02  Mateusz Loskot <mateusz at loskot.net>
+2006-12-05 11:02  mloskot
 
-	* [r1934] ChangeLog, tests/unit/capi/GEOSCoordSeqTest.cpp,
+	* ChangeLog, tests/unit/capi/GEOSCoordSeqTest.cpp,
 	  tests/unit/capi/GEOSSimplifyTest.cpp,
 	  tests/unit/util/UniqueCoordinateArrayFilterTest.cpp: Purifying
 	  CAPI unit tests.
 
-2006-12-05 10:59  Mateusz Loskot <mateusz at loskot.net>
+2006-12-05 10:59  mloskot
 
-	* [r1933] build/msvc80/geos_unit/geos_unit.vcproj: Added CAPI tests
-	  to VC++ project.
+	* build/msvc80/geos_unit/geos_unit.vcproj: Added CAPI tests to VC++
+	  project.
 
-2006-12-05 10:42  Sandro Santilli <strk at keybit.net>
+2006-12-05 10:42  strk
 
-	* [r1932] ChangeLog, source/headers/geos/geom/BinaryOp.h,
+	* ChangeLog, source/headers/geos/geom/BinaryOp.h,
 	  source/operation/overlay/OverlayOp.cpp: *
 	  source/operation/overlay/OverlayOp.cpp: Use EdgeNodingValidator
 	  instead of OverlayResultValidator (faster and more effective).
@@ -5612,32 +6108,30 @@
 	  * source/headers/geos/geom/BinaryOp.h: be quiet if not in DEBUG
 	  mode.
 
-2006-12-05 09:59  Sandro Santilli <strk at keybit.net>
+2006-12-05 09:59  strk
 
-	* [r1931] ChangeLog, source/headers/geos/noding/NodingValidator.h,
+	* ChangeLog, source/headers/geos/noding/NodingValidator.h,
 	  source/noding/NodingValidator.cpp: * noding::NodingValidator.h:
 	  throw TopologyException
 	  rather then a generic GEOSException.
 
-2006-12-04 12:41  Sandro Santilli <strk at keybit.net>
+2006-12-04 12:41  strk
 
-	* [r1930] ChangeLog,
-	  source/headers/geos/geomgraph/EdgeNodingValidator.h: *
+	* ChangeLog, source/headers/geos/geomgraph/EdgeNodingValidator.h: *
 	  source/headers/geos/geomgraph/EdgeNodingValidator.h:
 	  fix members initialization order.
 
-2006-12-04 11:38  Sandro Santilli <strk at keybit.net>
+2006-12-04 11:38  strk
 
-	* [r1929] ChangeLog, source/geomgraph/EdgeNodingValidator.cpp,
+	* ChangeLog, source/geomgraph/EdgeNodingValidator.cpp,
 	  source/headers/geos/geomgraph/EdgeNodingValidator.h: *
 	  geomgraph::EdgeNodingValidator: minor cleanup
 	  to use references args instead of pointers for
 	  method that doesn't handle NULLs anyway.
 
-2006-12-04 10:31  Sandro Santilli <strk at keybit.net>
+2006-12-04 10:31  strk
 
-	* [r1928] ChangeLog,
-	  source/simplify/DouglasPeuckerLineSimplifier.cpp,
+	* ChangeLog, source/simplify/DouglasPeuckerLineSimplifier.cpp,
 	  tests/unit/Makefile.am, tests/unit/capi/GEOSCoordSeq.cpp,
 	  tests/unit/capi/GEOSCoordSeqTest.cpp,
 	  tests/unit/capi/GEOSSimplifyTest.cpp: * tests/unit/capi/:
@@ -5647,82 +6141,79 @@
 	  * source/simplify/DouglasPeuckerLineSimplifier.cpp (simplify):
 	  don't try to simplify empty coordinate lists. Fixes bug #134.
 
-2006-12-04 10:14  Sandro Santilli <strk at keybit.net>
+2006-12-04 10:14  strk
 
-	* [r1927] ChangeLog, tests/unit/capi/GEOSCoordSeq.cpp: Other tests
-	  using setOrdinate instead of set{X,Y,Z}
+	* ChangeLog, tests/unit/capi/GEOSCoordSeq.cpp: Other tests using
+	  setOrdinate instead of set{X,Y,Z}
 
-2006-12-04 10:12  Sandro Santilli <strk at keybit.net>
+2006-12-04 10:12  strk
 
-	* [r1926] ChangeLog, source/geom/CoordinateArraySequence.cpp: *
+	* ChangeLog, source/geom/CoordinateArraySequence.cpp: *
 	  source/geom/CoordinateArraySequence.cpp (setOrdinate): fix bug
 	  #133.
 
-2006-12-04 10:00  Sandro Santilli <strk at keybit.net>
+2006-12-04 10:00  strk
 
-	* [r1925] ChangeLog, tests/unit/capi/GEOSCoordSeq.cpp: *
+	* ChangeLog, tests/unit/capi/GEOSCoordSeq.cpp: *
 	  tests/unit/capi/GEOSCoordSeq.cpp: add test for bug #133
 	  (failing).
 
-2006-12-04 09:57  Sandro Santilli <strk at keybit.net>
+2006-12-04 09:57  strk
 
-	* [r1924] ChangeLog,
-	  tests/unit/geom/CoordinateArraySequenceTest.cpp: *
+	* ChangeLog, tests/unit/geom/CoordinateArraySequenceTest.cpp: *
 	  tests/unit/geom/CoordinateArraySequenceTest.cpp: added tests for
 	  setOrdinate()
 
-2006-11-30 14:49  Sandro Santilli <strk at keybit.net>
+2006-11-30 14:49  strk
 
-	* [r1923] ChangeLog, capi/geos_c.cpp, tests/unit/Makefile.am,
+	* ChangeLog, capi/geos_c.cpp, tests/unit/Makefile.am,
 	  tests/unit/capi, tests/unit/capi/GEOSCoordSeq.cpp: * tests/unit/:
 	  Makefile.am, capi/GEOSCoordSeq.cpp:
 	  new experimental test for C-API GEOSCoordSeq.
 	  * capi/geos_c.cpp (GEOSCoordSeq_create): removed
 	  suspicious static cast.
 
-2006-11-28 19:13  Mateusz Loskot <mateusz at loskot.net>
+2006-11-28 19:13  mloskot
 
-	* [r1922] build, build/README, build/msvc80, build/msvc80/README,
+	* build, build/README, build/msvc80, build/msvc80/README,
 	  build/msvc80/geos.sln, build/msvc80/geos_c_dll,
 	  build/msvc80/geos_c_dll/geos_c_dll.vcproj, build/msvc80/geos_lib,
 	  build/msvc80/geos_lib/geos_lib.vcproj, build/msvc80/geos_unit,
 	  build/msvc80/geos_unit/geos_unit.vcproj: Added Visual C++ 2005
 	  project files.
 
-2006-11-23 20:17  Sandro Santilli <strk at keybit.net>
+2006-11-23 20:17  strk
 
-	* [r1921] ChangeLog, source/geom/Point.cpp: * source/geom/Point.cpp
+	* ChangeLog, source/geom/Point.cpp: * source/geom/Point.cpp
 	  (equalsExact): don't segfault on empty points. Fixes bug #132.
 
-2006-11-23 12:25  Sandro Santilli <strk at keybit.net>
+2006-11-23 12:25  strk
 
-	* [r1920] tests/xmltester/stmlf-cases-20061020.xml: Added short
-	  descripion of testcases provenience
+	* tests/xmltester/stmlf-cases-20061020.xml: Added short descripion
+	  of testcases provenience
 
-2006-11-22 20:29  Sandro Santilli <strk at keybit.net>
+2006-11-22 20:29  strk
 
-	* [r1919] ChangeLog, tests/xmltester/Makefile.am,
+	* ChangeLog, tests/xmltester/Makefile.am,
 	  tests/xmltester/stmlf-cases-20061020.xml: * tests/xmltester/:
 	  stmlf-cases-20061020.xml, Makefile.am: add more robustness
 	  testcases.
 
-2006-11-22 12:26  Sandro Santilli <strk at keybit.net>
+2006-11-22 12:26  strk
 
-	* [r1918] ChangeLog, autogen.sh: Patch by dron at ak4719.spb.edu:
+	* ChangeLog, autogen.sh: Patch by dron at ak4719.spb.edu:
 	  
 	  * autogen.sh: call 'autoheader' after 'aclocal'.
 	  Fixes bug #131
 
-2006-11-18 15:30  Mateusz Loskot <mateusz at loskot.net>
+2006-11-18 15:30  mloskot
 
-	* [r1917] source/Makefile.vc: Fixed path to geos_c.h in
-	  source/makefile.vc.
+	* source/Makefile.vc: Fixed path to geos_c.h in source/makefile.vc.
 
-2006-11-15 18:26  Sandro Santilli <strk at keybit.net>
+2006-11-15 18:26  strk
 
-	* [r1916] ChangeLog, capi/Makefile.am, capi/geos_c.h.vc.in,
-	  configure.in, source/Makefile.vc,
-	  source/headers/geos/Makefile.am,
+	* ChangeLog, capi/Makefile.am, capi/geos_c.h.vc.in, configure.in,
+	  source/Makefile.vc, source/headers/geos/Makefile.am,
 	  source/headers/geos/version.h.vc: * configure.in: don't generate
 	  geos_c.h.vc
 	  * source/Makefile.vc: don't generate geos_c.h and version.h
@@ -5731,61 +6222,61 @@
 	  * source/headers/geos/Makefile.am: distribute version.h
 	  * capi/Makefile.am: distribute geos_c.h
 
-2006-11-15 14:42  Sandro Santilli <strk at keybit.net>
+2006-11-15 14:42  strk
 
-	* [r1915] ChangeLog, capi/geos_c.h.in: * capi/geos_c.h.in:
-	  hopefully fixed GEOS_DLL use.
+	* ChangeLog, capi/geos_c.h.in: * capi/geos_c.h.in: hopefully fixed
+	  GEOS_DLL use.
 
-2006-11-15 11:28  Sandro Santilli <strk at keybit.net>
+2006-11-15 11:28  strk
 
-	* [r1914] ChangeLog, capi/geos_c.cpp: * capi/geos_c.cpp
+	* ChangeLog, capi/geos_c.cpp: * capi/geos_c.cpp
 	  (GEOSGeom_getDimensions): Fix a segfault on empty geometry input
 	  (fix bug #126).
 
-2006-11-11 05:32  Paul Ramsey <pramsey at cleverelephant.ca>
+2006-11-11 05:32  pramsey
 
-	* [r1913] capi/geos_c.h.vc.in: Retreived original .vc file and put
-	  in MACRO substitutions. Somehow GNU version replaced .vc version
-	  during file shuffles to get macros in.
+	* capi/geos_c.h.vc.in: Retreived original .vc file and put in MACRO
+	  substitutions. Somehow GNU version replaced .vc version during
+	  file shuffles to get macros in.
 
-2006-11-10 18:24  Sandro Santilli <strk at keybit.net>
+2006-11-10 18:24  strk
 
-	* [r1912] ChangeLog: fixed timewarp
+	* ChangeLog: fixed timewarp
 
-2006-11-10 17:56  Paul Ramsey <pramsey at cleverelephant.ca>
+2006-11-10 17:56  pramsey
 
-	* [r1911] ChangeLog: noted .vc change
+	* ChangeLog: noted .vc change
 
-2006-11-10 17:55  Paul Ramsey <pramsey at cleverelephant.ca>
+2006-11-10 17:55  pramsey
 
-	* [r1910] capi/Makefile.am: Made sure geos_c.h.vc is part of 'make
-	  dist' since VC users won't have .configure
+	* capi/Makefile.am: Made sure geos_c.h.vc is part of 'make dist'
+	  since VC users won't have .configure
 
-2006-11-10 17:38  Paul Ramsey <pramsey at cleverelephant.ca>
+2006-11-10 17:38  pramsey
 
-	* [r1909] capi/Makefile.am, capi/geos_c.h.vc, capi/geos_c.h.vc.in:
-	  Added substitution strings to .in files for .vc generation.
+	* capi/Makefile.am, capi/geos_c.h.vc, capi/geos_c.h.vc.in: Added
+	  substitution strings to .in files for .vc generation.
 
-2006-11-10 17:35  Paul Ramsey <pramsey at cleverelephant.ca>
+2006-11-10 17:35  pramsey
 
-	* [r1908] configure.in: Changes for capi .vc generation
+	* configure.in: Changes for capi .vc generation
 
-2006-11-10 14:50  Howard Butler <hobu.inc at gmail.com>
+2006-11-10 14:50  hobu
 
-	* [r1907] capi/geos_c.h.vc: update
+	* capi/geos_c.h.vc: update
 
-2006-11-09 09:10  Sandro Santilli <strk at keybit.net>
+2006-11-09 09:10  strk
 
-	* [r1906] ChangeLog, tests/xmltester/XMLTester.cpp: *
+	* ChangeLog, tests/xmltester/XMLTester.cpp: *
 	  test/xmltester/XMLTester.cpp: improved 'testarea' test.
 
-2006-11-08 11:54  Sandro Santilli <strk at keybit.net>
+2006-11-08 11:54  strk
 
-	* [r1905] ChangeLog: added 'release-separator' tag
+	* ChangeLog: added 'release-separator' tag
 
-2006-11-08 11:51  Sandro Santilli <strk at keybit.net>
+2006-11-08 11:51  strk
 
-	* [r1904] ChangeLog, tests/xmltester/Makefile.am,
+	* ChangeLog, tests/xmltester/Makefile.am,
 	  tests/xmltester/robustness.xml: * tests/xmltester/robustness.xml:
 	  made test safe to
 	  run by using the new 'areatest' operation; added
@@ -5793,81 +6284,79 @@
 	  * tests/xmltester/Makefile.am: robustness.xml is now safe
 	  to run, so run it on make check.
 
-2006-11-08 10:40  Sandro Santilli <strk at keybit.net>
+2006-11-08 10:40  strk
 
-	* [r1903] ChangeLog, source/headers/geos/geom/BinaryOp.h: *
+	* ChangeLog, source/headers/geos/geom/BinaryOp.h: *
 	  source/headers/geos/geom/BinaryOp.h: enable
 	  COMMONBITS-removal heuristic so it is attempted
 	  before geometry snapping.
 
-2006-11-05 20:34  Sandro Santilli <strk at keybit.net>
+2006-11-05 20:34  strk
 
-	* [r1900] ChangeLog, capi/Makefile.am: * capi/Makefile.am:
-	  distribute files needed for testing, proper cleanup (make
-	  distcheck works now)
+	* ChangeLog, capi/Makefile.am: * capi/Makefile.am: distribute files
+	  needed for testing, proper cleanup (make distcheck works now)
 
-2006-11-05 00:24  Charlie Savage <cfis at savagexi.com>
+2006-11-05 00:24  csavage
 
-	* [r1899] swig/ruby/geos_wrap.cxx: Updated ruby swig wrapper for
-	  changes in header files.
+	* swig/ruby/geos_wrap.cxx: Updated ruby swig wrapper for changes in
+	  header files.
 
-2006-11-05 00:24  Charlie Savage <cfis at savagexi.com>
+2006-11-05 00:24  csavage
 
-	* [r1898] swig/python/geos_wrap.cxx: Updated python swig wrapper
-	  for changes in header files.
+	* swig/python/geos_wrap.cxx: Updated python swig wrapper for
+	  changes in header files.
 
-2006-11-05 00:23  Charlie Savage <cfis at savagexi.com>
+2006-11-05 00:23  csavage
 
-	* [r1897] swig/geos.i: Fixes for changes in header files.
+	* swig/geos.i: Fixes for changes in header files.
 
-2006-11-03 12:35  Sandro Santilli <strk at keybit.net>
+2006-11-03 12:35  strk
 
-	* [r1896] capi/testrunner.sh: redirect 'diff' output to stderr
+	* capi/testrunner.sh: redirect 'diff' output to stderr
 
-2006-11-03 10:54  Sandro Santilli <strk at keybit.net>
+2006-11-03 10:54  strk
 
-	* [r1895] ChangeLog, capi/testrunner.sh: hopefully fixed proper
-	  quoting
+	* ChangeLog, capi/testrunner.sh: hopefully fixed proper quoting
 
-2006-11-03 10:30  Sandro Santilli <strk at keybit.net>
+2006-11-03 10:30  strk
 
-	* [r1894] ChangeLog, capi/testrunner.sh: Report non-zero return
-	  from ./geostest run
+	* ChangeLog, capi/testrunner.sh: Report non-zero return from
+	  ./geostest run
 
-2006-11-02 10:08  Sandro Santilli <strk at keybit.net>
+2006-11-02 10:08  strk
 
-	* [r1893] ChangeLog, source/headers/geos/geom/BinaryOp.h: *
+	* ChangeLog, source/headers/geos/geom/BinaryOp.h: *
 	  source/headers/geos/geom/BinaryOp.h: disable debugging output by
 	  default.
 
-2006-11-02 10:02  Sandro Santilli <strk at keybit.net>
+2006-11-02 10:02  strk
 
-	* [r1892] ChangeLog, capi/geostest.c: * capi/geostest.c: updated to
-	  use the new GEOSGeometry typedef, so to build w/out warnings and
-	  fully respecting current const specification.
+	* ChangeLog, capi/geostest.c: * capi/geostest.c: updated to use the
+	  new GEOSGeometry typedef, so to build w/out warnings and fully
+	  respecting current const specification.
 
-2006-11-02 09:48  Sandro Santilli <strk at keybit.net>
+2006-11-02 09:48  strk
 
-	* [r1891] ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in: *
-	  capi/geos_c.cpp, capi/geos_c.h.in: const-corrected and documented
-	  GEOSPolygonize function.
+	* ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in: * capi/geos_c.cpp,
+	  capi/geos_c.h.in: const-corrected and documented GEOSPolygonize
+	  function.
 
-2006-11-02 09:38  Sandro Santilli <strk at keybit.net>
+2006-11-02 09:38  strk
 
-	* [r1890] ChangeLog, capi/test.expected, capi/testrunner.sh: *
+	* ChangeLog, capi/test.expected, capi/testrunner.sh: *
 	  capi/test.expected: updated expected version
 	  * capi/testrunner.sh: be happy with geostest running w/out
 	  segfaulting, still run diff for reference.
 
-2006-11-02 09:33  Sandro Santilli <strk at keybit.net>
+2006-11-02 09:33  strk
 
-	* [r1889] ChangeLog, configure.in: * configure.in: updated versions
-	  to 3.0.0rc2 / CAPI-1.3.0
+	* ChangeLog, configure.in: * configure.in: updated versions to
+	  3.0.0rc2 / CAPI-1.3.0
 
-2006-11-02 08:32  Sandro Santilli <strk at keybit.net>
+2006-11-02 08:32  strk
 
-	* [r1888] ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in: Patch by
-	  Markus Schaber <schabi at logix-tt.com>:
+	* ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in: Patch by Markus
+	  Schaber <schabi at logix-tt.com>:
 	  
 	  * capi/geos_c.h.in: add GEOSGeometry and GEOSCoordSequence
 	  typedef, to unhide the pointer type and allow fine-grained
@@ -5876,28 +6365,27 @@
 	  * capi/geos_c.cpp: define GEOSGeometry and GEOSCoordSequence
 	  for cross-checking of types in header.
 
-2006-10-30 15:14  Sandro Santilli <strk at keybit.net>
+2006-10-30 15:14  strk
 
-	* [r1887] ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in: Patch by
-	  Markus Schaber <schabi at logix-tt.com>
+	* ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in: Patch by Markus
+	  Schaber <schabi at logix-tt.com>
 	  
 	  * capi/geos_c.cpp: more focused 'using' directives.
 	  * capi/geos_c.h.in: let the enum visible by geos_c.cpp
 	  now that there are no more name clashes.
 
-2006-10-30 13:20  Sandro Santilli <strk at keybit.net>
+2006-10-30 13:20  strk
 
-	* [r1886] capi/geos_c.cpp: removed useless GEOSGeomTypes define
+	* capi/geos_c.cpp: removed useless GEOSGeomTypes define
 
-2006-10-30 13:00  Sandro Santilli <strk at keybit.net>
+2006-10-30 13:00  strk
 
-	* [r1885] ChangeLog, source/operation/overlay/OverlayOp.cpp: reduce
-	  default verbosity
+	* ChangeLog, source/operation/overlay/OverlayOp.cpp: reduce default
+	  verbosity
 
-2006-10-30 12:49  Sandro Santilli <strk at keybit.net>
+2006-10-30 12:49  strk
 
-	* [r1884] ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in: *
-	  capi/geos_c.cpp:
+	* ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in: * capi/geos_c.cpp:
 	  Remove a typedef which is also included via Header;
 	  Use dynamic_cast instead of C cast in 2 cases to allow the RTTI
 	  type check;
@@ -5910,17 +6398,16 @@
 	  Added a comment explaining ou #ifndef magic;
 	  Unified the two #ifndef into a single one.
 
-2006-10-30 10:29  Sandro Santilli <strk at keybit.net>
+2006-10-30 10:29  strk
 
-	* [r1883] ChangeLog, capi/Makefile.am, capi/test.expected,
+	* ChangeLog, capi/Makefile.am, capi/test.expected,
 	  capi/testrunner.sh: * capi/: test.expected, testrunner.sh,
 	  Makefile.am: Added a run of ./geostest as part of 'make check'
 
-2006-10-30 10:15  Sandro Santilli <strk at keybit.net>
+2006-10-30 10:15  strk
 
-	* [r1882] ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in: Patch
-	  submitted by Markus Schaber <schabi at logix-tt.com> ( reviewed and
-	  fixed )
+	* ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in: Patch submitted by
+	  Markus Schaber <schabi at logix-tt.com> ( reviewed and fixed )
 	  
 	  * capi/: geos_c.cpp, geos_c.h.in:
 	  Changed the C-API implementation to actually include the header
@@ -5928,15 +6415,15 @@
 	  declarations and implementation for consistency, fixed geos_c.cpp
 	  accordingly (const-correctness, mainly).
 
-2006-10-30 09:49  Sandro Santilli <strk at keybit.net>
+2006-10-30 09:49  strk
 
-	* [r1881] ChangeLog, capi/geostest.c: * capi/geostest.c: added some
-	  checks of return from CAPI functions returning GEOSGeom (not all,
-	  just a few)
+	* ChangeLog, capi/geostest.c: * capi/geostest.c: added some checks
+	  of return from CAPI functions returning GEOSGeom (not all, just a
+	  few)
 
-2006-10-27 11:54  Sandro Santilli <strk at keybit.net>
+2006-10-27 11:54  strk
 
-	* [r1880] ChangeLog, source/algorithm/InteriorPointLine.cpp,
+	* ChangeLog, source/algorithm/InteriorPointLine.cpp,
 	  source/geom/Geometry.cpp,
 	  source/headers/geos/algorithm/InteriorPointLine.h,
 	  source/headers/geos/geom/Geometry.h,
@@ -5951,224 +6438,220 @@
 	  then filter_rw, as it doesn't change the Geometry, propagated
 	  change to internal interfaces (add methods)
 
-2006-10-26 09:22  Sandro Santilli <strk at keybit.net>
+2006-10-26 09:22  strk
 
-	* [r1879] ChangeLog, capi/geos_c.h.in: * capi/geos_c.h.in: reverted
-	  all changes of 'int' types
+	* ChangeLog, capi/geos_c.h.in: * capi/geos_c.h.in: reverted all
+	  changes of 'int' types
 	  to 'size_t' types (the lib never changed, and still expects
 	  ints)
 
-2006-10-24 16:54  Sandro Santilli <strk at keybit.net>
+2006-10-24 16:54  strk
 
-	* [r1878] ChangeLog, source/headers/geos/geom/BinaryOp.h: *
+	* ChangeLog, source/headers/geos/geom/BinaryOp.h: *
 	  source/headers/geos/geom/BinaryOp.h: try original geoms first by
 	  default.
 
-2006-10-24 16:53  Sandro Santilli <strk at keybit.net>
+2006-10-24 16:53  strk
 
-	* [r1877] ChangeLog,
+	* ChangeLog,
 	  source/headers/geos/operation/overlay/OverlayResultValidator.h,
 	  source/operation/overlay/OverlayResultValidator.cpp: *
 	  operation::overlay::OverlayResultValidator.cpp (isValid): run the
 	  test even if inputs and output are not areal.
 
-2006-10-24 16:49  Sandro Santilli <strk at keybit.net>
+2006-10-24 16:49  strk
 
-	* [r1876] ChangeLog,
+	* ChangeLog,
 	  source/headers/geos/operation/overlay/FuzzyPointLocator.h,
 	  source/operation/overlay/FuzzyPointLocator.cpp: *
 	  operation::overlay::FuzzyPointLocator: eliminate non-polygonal
 	  components from consideration when testing the location of
 	  points.
 
-2006-10-24 10:16  Sandro Santilli <strk at keybit.net>
+2006-10-24 10:16  strk
 
-	* [r1875] ChangeLog,
-	  source/headers/geos/precision/GeometrySnapper.h,
+	* ChangeLog, source/headers/geos/precision/GeometrySnapper.h,
 	  source/precision/GeometrySnapper.cpp: *
 	  precision::GeometrySnapper: snapPrecisionFactor augmented from
 	  10e-12 to 10e-10.
 
-2006-10-24 09:49  Sandro Santilli <strk at keybit.net>
+2006-10-24 09:49  strk
 
-	* [r1874] ChangeLog,
-	  source/headers/geos/precision/LineStringSnapper.h,
+	* ChangeLog, source/headers/geos/precision/LineStringSnapper.h,
 	  source/precision/LineStringSnapper.cpp: *
 	  precision::LineStringSnapper (findSegmentToSnap):
 	  return the *closest* segment, don't snap if the closest
 	  segment *intersects* the snap points, consider a distance
 	  of exactly snapTolerance as non-tolerated (got in sync with JTS)
 
-2006-10-23 10:23  Sandro Santilli <strk at keybit.net>
+2006-10-23 10:23  strk
 
-	* [r1873] ChangeLog, source/headers/geos/geom/BinaryOp.h: *
+	* ChangeLog, source/headers/geos/geom/BinaryOp.h: *
 	  source/headers/geos/geom/BinaryOp.h (SnapOp): document and add
 	  optional CBR step (snap after applying common bits removal - this
 	  is the default); (check_valid): add validity checker function.
 
-2006-10-20 11:18  Sandro Santilli <strk at keybit.net>
+2006-10-20 11:18  strk
 
-	* [r1872] ChangeLog, source/headers/geos/noding/SegmentString.h,
+	* ChangeLog, source/headers/geos/noding/SegmentString.h,
 	  source/noding/ScaledNoder.cpp, source/noding/SegmentString.cpp: *
 	  noding::SegmentString: added notifyCoordinatesChange method.
 	  * noding::ScaledNoder: notify possible coordinates change to
 	  SegmentString after removing repeated points.
 
-2006-10-19 18:26  Sandro Santilli <strk at keybit.net>
+2006-10-19 18:26  strk
 
-	* [r1871] ChangeLog, configure.in: * configure.in: use 'expr' for
+	* ChangeLog, configure.in: * configure.in: use 'expr' for
 	  arithmetics (more portable)
 
-2006-10-18 19:21  Mateusz Loskot <mateusz at loskot.net>
+2006-10-18 19:21  mloskot
 
-	* [r1870] ChangeLog, makefile.vc, source/Makefile.vc: Refactored
-	  Visual C++ makefiles.
+	* ChangeLog, makefile.vc, source/Makefile.vc: Refactored Visual C++
+	  makefiles.
 
-2006-10-18 17:53  Mateusz Loskot <mateusz at loskot.net>
+2006-10-18 17:53  mloskot
 
-	* [r1869] source/Makefile.vc, source/dirlist.mk: Updated
-	  source\makefile.vc and source\dirlist.mk files.
+	* source/Makefile.vc, source/dirlist.mk: Updated source\makefile.vc
+	  and source\dirlist.mk files.
 
-2006-10-18 17:53  Mateusz Loskot <mateusz at loskot.net>
+2006-10-18 17:53  mloskot
 
-	* [r1868] makefile.vc: Added top-level makefile.vc.
+	* makefile.vc: Added top-level makefile.vc.
 
-2006-10-18 14:28  Sandro Santilli <strk at keybit.net>
+2006-10-18 14:28  strk
 
-	* [r1867] .: fixed svn:ignore property
+	* .: fixed svn:ignore property
 
-2006-10-18 12:08  Sandro Santilli <strk at keybit.net>
+2006-10-18 12:08  strk
 
-	* [r1866] ChangeLog, source/operation/overlay/OverlayOp.cpp:
-	  disable non-JTS overlay result validators (to more closely track
-	  JTS at this stage)
+	* ChangeLog, source/operation/overlay/OverlayOp.cpp: disable
+	  non-JTS overlay result validators (to more closely track JTS at
+	  this stage)
 
-2006-10-17 14:26  Sandro Santilli <strk at keybit.net>
+2006-10-17 14:26  strk
 
-	* [r1865] ChangeLog, source/headers/geos/geom/BinaryOp.h: *
+	* ChangeLog, source/headers/geos/geom/BinaryOp.h: *
 	  source/headers/geos/geom/BinaryOp.h (SnapOp): fixed horrible
 	  bug applying overlay of first geom to itself :(
 
-2006-10-17 10:15  Sandro Santilli <strk at keybit.net>
+2006-10-17 10:15  strk
 
-	* [r1864] capi/geos_c.h.in: really fixed 'extra tokens at end of
-	  #endif directive' warning
+	* capi/geos_c.h.in: really fixed 'extra tokens at end of #endif
+	  directive' warning
 
-2006-10-17 10:10  Sandro Santilli <strk at keybit.net>
+2006-10-17 10:10  strk
 
-	* [r1863] capi/geos_c.h.in: fixed 'extra tokens at end of #endif
-	  directive' warning
+	* capi/geos_c.h.in: fixed 'extra tokens at end of #endif directive'
+	  warning
 
-2006-10-17 08:44  Sandro Santilli <strk at keybit.net>
+2006-10-17 08:44  strk
 
-	* [r1862] ChangeLog, capi/Makefile.am: * capi/Makefile.am: don't
-	  directly link geostest against
+	* ChangeLog, capi/Makefile.am: * capi/Makefile.am: don't directly
+	  link geostest against
 	  both libgeos.so and libstdc++ (should be derived by
 	  libgeos_c.so).
 
-2006-10-12 15:33  Sandro Santilli <strk at keybit.net>
+2006-10-12 15:33  strk
 
-	* [r1861] ChangeLog, tests/bigtest/GeometryTestFactory.cpp,
+	* ChangeLog, tests/bigtest/GeometryTestFactory.cpp,
 	  tests/bigtest/TestSweepLineSpeed.cpp, tests/bigtest/bigtest.h: *
 	  tests/bigtest/GeometryTestFactory.cpp, tests/bigtest/bigtest.h,
 	  tests/bigtest/TestSweepLineSpeed.cpp: fixed header inclusion, to
 	  reduce compiler noise.
 
-2006-10-09 16:39  Sandro Santilli <strk at keybit.net>
+2006-10-09 16:39  strk
 
-	* [r1860] ChangeLog, source/headers/geos/geom/BinaryOp.h: *
+	* ChangeLog, source/headers/geos/geom/BinaryOp.h: *
 	  source/headers/geos/geom/BinaryOp.h: always snap geoms to
 	  each-other before applying an overlay (temp hack).
 
-2006-10-09 16:35  Sandro Santilli <strk at keybit.net>
+2006-10-09 16:35  strk
 
-	* [r1859] ChangeLog, source/operation/overlay/OverlayOp.cpp: *
+	* ChangeLog, source/operation/overlay/OverlayOp.cpp: *
 	  source/operation/overlay/OverlayOp.cpp: enable all overlay result
 	  validators, make it disablable at compile time.
 
-2006-10-05 10:58  Mateusz Loskot <mateusz at loskot.net>
+2006-10-05 10:58  mloskot
 
-	* [r1858] ChangeLog, capi/geos_c.h.in, capi/geos_c.h.vc: Added
-	  inclusion guards to geos_c.h files.
+	* ChangeLog, capi/geos_c.h.in, capi/geos_c.h.vc: Added inclusion
+	  guards to geos_c.h files.
 
-2006-10-05 09:46  Sandro Santilli <strk at keybit.net>
+2006-10-05 09:46  strk
 
-	* [r1857] ChangeLog, tests/xmltester/XMLTester.cpp: increment
-	  areatest verbosity (needs -v -v)
+	* ChangeLog, tests/xmltester/XMLTester.cpp: increment areatest
+	  verbosity (needs -v -v)
 
-2006-10-02 18:53  Howard Butler <hobu.inc at gmail.com>
+2006-10-02 18:53  hobu
 
-	* [r1856] ChangeLog, capi/geos_c.cpp: GEOSEnvelope wasn't in the
-	  PROTOTYPES section in geos_c.cpp
+	* ChangeLog, capi/geos_c.cpp: GEOSEnvelope wasn't in the PROTOTYPES
+	  section in geos_c.cpp
 
-2006-09-27 07:48  Sandro Santilli <strk at keybit.net>
+2006-09-27 07:48  strk
 
-	* [r1855] HOWTO_RELEASE: updated tag item
+	* HOWTO_RELEASE: updated tag item
 
-2006-09-27 07:43  Sandro Santilli <strk at keybit.net>
+2006-09-27 07:43  strk
 
-	* [r1854] HOWTO_RELEASE: added info about svn tags
+	* HOWTO_RELEASE: added info about svn tags
 
-2006-09-19 06:54  Sandro Santilli <strk at keybit.net>
+2006-09-19 06:54  strk
 
-	* [r1853] source/operation/overlay/OffsetPointGenerator.cpp: Added
+	* source/operation/overlay/OffsetPointGenerator.cpp: Added
 	  <algorithm> include
 
-2006-09-08 23:13  Paul Ramsey <pramsey at cleverelephant.ca>
+2006-09-08 23:13  pramsey
 
-	* [r1851] AUTHORS: Added information about funders of the 3.0.0
-	  series: Safe Software, Autodesk,
+	* AUTHORS: Added information about funders of the 3.0.0 series:
+	  Safe Software, Autodesk,
 	  Bavarian State Ministry of Agriculture and Forestry and the State
 	  Survey of Bavaria.
 
-2006-09-08 09:38  Sandro Santilli <strk at keybit.net>
+2006-09-08 09:38  strk
 
-	* [r1850] TODO: updated
+	* TODO: updated
 
-2006-09-08 09:31  Sandro Santilli <strk at keybit.net>
+2006-09-08 09:31  strk
 
-	* [r1849] source/operation/overlay/OverlayResultValidator.cpp: more
+	* source/operation/overlay/OverlayResultValidator.cpp: more
 	  debugging output
 
-2006-09-08 09:21  Sandro Santilli <strk at keybit.net>
+2006-09-08 09:21  strk
 
-	* [r1848] tests/unit/operation/overlay/FuzzyPointLocatorTest.cpp,
+	* tests/unit/operation/overlay/FuzzyPointLocatorTest.cpp,
 	  tests/unit/operation/overlay/OverlayResultValidatorTest.cpp: More
 	  testcases
 
-2006-09-07 18:07  Sandro Santilli <strk at keybit.net>
+2006-09-07 18:07  strk
 
-	* [r1847] tests/unit/Makefile.am,
+	* tests/unit/Makefile.am,
 	  tests/unit/operation/overlay/OverlayResultValidatorTest.cpp: New
 	  unit test for OverlayResultValidator class
 
-2006-09-07 18:07  Sandro Santilli <strk at keybit.net>
+2006-09-07 18:07  strk
 
-	* [r1846] source/operation/overlay/OverlayResultValidator.cpp: more
+	* source/operation/overlay/OverlayResultValidator.cpp: more
 	  debugging output
 
-2006-09-07 17:52  Sandro Santilli <strk at keybit.net>
+2006-09-07 17:52  strk
 
-	* [r1845]
-	  source/headers/geos/operation/overlay/OverlayResultValidator.h,
+	* source/headers/geos/operation/overlay/OverlayResultValidator.h,
 	  source/operation/overlay/OverlayResultValidator.cpp: Added
 	  addVertices private method (unused, as in JTS, but possibly
 	  useful in the future)
 
-2006-09-07 17:41  Sandro Santilli <strk at keybit.net>
+2006-09-07 17:41  strk
 
-	* [r1844] source/operation/overlay/OverlayResultValidator.cpp:
-	  Added debugging code
+	* source/operation/overlay/OverlayResultValidator.cpp: Added
+	  debugging code
 
-2006-09-07 17:35  Sandro Santilli <strk at keybit.net>
+2006-09-07 17:35  strk
 
-	* [r1843]
-	  tests/unit/operation/overlay/OffsetPointGeneratorTest.cpp: more
+	* tests/unit/operation/overlay/OffsetPointGeneratorTest.cpp: more
 	  testcases (added test for max distance of offset points)
 
-2006-09-07 15:28  Sandro Santilli <strk at keybit.net>
+2006-09-07 15:28  strk
 
-	* [r1842] tests/unit/algorithm/PointLocatorTest.cpp,
+	* tests/unit/algorithm/PointLocatorTest.cpp,
 	  tests/unit/geom/CoordinateArraySequenceFactoryTest.cpp,
 	  tests/unit/geom/CoordinateArraySequenceTest.cpp,
 	  tests/unit/geom/CoordinateListTest.cpp,
@@ -6191,120 +6674,118 @@
 	  tests/unit/precision/LineStringSnapperTest.cpp: removed
 	  svn:executable prop from all .cpp files
 
-2006-09-07 15:22  Sandro Santilli <strk at keybit.net>
+2006-09-07 15:22  strk
 
-	* [r1841] tests/unit/operation/overlay/FuzzyPointLocatorTest.cpp,
+	* tests/unit/operation/overlay/FuzzyPointLocatorTest.cpp,
 	  tests/unit/operation/overlay/OffsetPointGeneratorTest.cpp:
 	  removed svn:executable property
 
-2006-09-07 15:21  Sandro Santilli <strk at keybit.net>
+2006-09-07 15:21  strk
 
-	* [r1840] tests/unit/operation/overlay/FuzzyPointLocatorTest.cpp:
-	  testing execute bit state
+	* tests/unit/operation/overlay/FuzzyPointLocatorTest.cpp: testing
+	  execute bit state
 
-2006-09-07 12:17  Mateusz Loskot <mateusz at loskot.net>
+2006-09-07 12:17  mloskot
 
-	* [r1839] tests/unit/operation/distance/DistanceOpTest.cpp: Set
-	  svn:keyword for $ expansion.
+	* tests/unit/operation/distance/DistanceOpTest.cpp: Set svn:keyword
+	  for $ expansion.
 
-2006-09-07 11:34  Sandro Santilli <strk at keybit.net>
+2006-09-07 11:34  strk
 
-	* [r1838] source/operation/overlay/OverlayOp.cpp: Cleaned up
+	* source/operation/overlay/OverlayOp.cpp: Cleaned up
 	  OverlayResultValidator call (still disabled due to bugs)
 
-2006-09-07 11:27  Sandro Santilli <strk at keybit.net>
+2006-09-07 11:27  strk
 
-	* [r1837] source/operation/overlay/OverlayResultValidator.cpp:
-	  blindly return positive result if any input or output is not an
-	  area
+	* source/operation/overlay/OverlayResultValidator.cpp: blindly
+	  return positive result if any input or output is not an area
 
-2006-09-07 11:08  Sandro Santilli <strk at keybit.net>
+2006-09-07 11:08  strk
 
-	* [r1836] tests/unit/operation/overlay/FuzzyPointLocatorTest.cpp:
-	  new test for FuzzyPointLocator
+	* tests/unit/operation/overlay/FuzzyPointLocatorTest.cpp: new test
+	  for FuzzyPointLocator
 
-2006-09-07 10:30  Sandro Santilli <strk at keybit.net>
+2006-09-07 10:30  strk
 
-	* [r1835] source/headers/geos/geom/Location.h: Explicit values to
+	* source/headers/geos/geom/Location.h: Explicit values to
 	  LocationValue enum items. Removed CVS Log
 
-2006-09-07 09:33  Sandro Santilli <strk at keybit.net>
+2006-09-07 09:33  strk
 
-	* [r1834] doc/example.cpp: Removed catch-all headers inclusion and
-	  use of obsoleted Unload class
+	* doc/example.cpp: Removed catch-all headers inclusion and use of
+	  obsoleted Unload class
 
-2006-09-07 09:24  Sandro Santilli <strk at keybit.net>
+2006-09-07 09:24  strk
 
-	* [r1833] README: updated
+	* README: updated
 
-2006-09-07 09:23  Sandro Santilli <strk at keybit.net>
+2006-09-07 09:23  strk
 
-	* [r1832]
-	  source/headers/geos/operation/overlay/OverlayResultValidator.h:
+	* source/headers/geos/operation/overlay/OverlayResultValidator.h:
 	  comment cleanup
 
-2006-09-07 09:01  Sandro Santilli <strk at keybit.net>
+2006-09-07 09:01  strk
 
-	* [r1831] source/headers/geos/operation/distance/DistanceOp.h:
-	  Comments about ownership (and lifetime) of returned objects
+	* source/headers/geos/operation/distance/DistanceOp.h: Comments
+	  about ownership (and lifetime) of returned objects
 
-2006-09-07 08:59  Sandro Santilli <strk at keybit.net>
+2006-09-07 08:59  strk
 
-	* [r1830] tests/unit/Makefile.am, tests/unit/operation/distance,
+	* tests/unit/Makefile.am, tests/unit/operation/distance,
 	  tests/unit/operation/distance/DistanceOpTest.cpp: New DistanceOp
 	  unit test
 
-2006-09-07 08:57  Sandro Santilli <strk at keybit.net>
+2006-09-07 08:57  strk
 
-	* [r1829] ChangeLog, source/operation/distance/DistanceOp.cpp:
+	* ChangeLog, source/operation/distance/DistanceOp.cpp:
 	  (computeMinDistancePoints): fixed invalid reference.
 
-2006-09-07 08:23  Sandro Santilli <strk at keybit.net>
+2006-09-07 08:23  strk
 
-	* [r1828] ChangeLog, autogen.sh: don't giveup on automake failures
+	* ChangeLog, autogen.sh: don't giveup on automake failures
 	  (testing)
 
-2006-09-06 18:44  Sandro Santilli <strk at keybit.net>
+2006-09-06 18:44  strk
 
-	* [r1827] source/operation/overlay/OverlayOp.cpp: Ops, overlay
-	  result validation erroenously committed
+	* source/operation/overlay/OverlayOp.cpp: Ops, overlay result
+	  validation erroenously committed
 
-2006-09-06 18:41  Sandro Santilli <strk at keybit.net>
+2006-09-06 18:41  strk
 
-	* [r1826] ChangeLog, tests/unit/Makefile.am,
+	* ChangeLog, tests/unit/Makefile.am,
 	  tests/unit/operation/overlay/OffsetPointGeneratorTest.cpp: new
 	  test for OffsetPointGenerator class
 
-2006-09-06 18:37  Sandro Santilli <strk at keybit.net>
+2006-09-06 18:37  strk
 
-	* [r1825] source/operation/overlay/OffsetPointGenerator.cpp: Fixed
+	* source/operation/overlay/OffsetPointGenerator.cpp: Fixed
 	  uninitialized memory bug
 
-2006-09-06 17:59  Sandro Santilli <strk at keybit.net>
+2006-09-06 17:59  strk
 
-	* [r1824] ChangeLog, source/operation/overlay/OverlayOp.cpp,
+	* ChangeLog, source/operation/overlay/OverlayOp.cpp,
 	  tests/unit/Makefile.am, tests/unit/operation,
 	  tests/unit/operation/overlay,
 	  tests/unit/operation/overlay/FuzzyPointLocatorTest.cpp: new test
 	  for FuzzyPointLocator class
 
-2006-09-06 17:48  Sandro Santilli <strk at keybit.net>
+2006-09-06 17:48  strk
 
-	* [r1823] tests/unit/precision/GeometrySnapperTest.cpp: updated
-	  after GeometrySnapper interface change.
+	* tests/unit/precision/GeometrySnapperTest.cpp: updated after
+	  GeometrySnapper interface change.
 
-2006-09-06 17:26  Mateusz Loskot <mateusz at loskot.net>
+2006-09-06 17:26  mloskot
 
-	* [r1822] ChangeLog,
+	* ChangeLog,
 	  source/headers/geos/operation/overlay/OffsetPointGenerator.h,
 	  source/headers/geos/operation/overlay/OverlayResultValidator.h,
 	  source/operation/overlay/OffsetPointGenerator.cpp,
 	  source/operation/overlay/OverlayResultValidator.cpp: Set $
 	  expansion for new files in 'overlay' module.
 
-2006-09-06 17:22  Sandro Santilli <strk at keybit.net>
+2006-09-06 17:22  strk
 
-	* [r1821] ChangeLog,
+	* ChangeLog,
 	  source/headers/geos/operation/overlay/FuzzyPointLocator.h,
 	  source/headers/geos/operation/overlay/Makefile.am,
 	  source/headers/geos/operation/overlay/OffsetPointGenerator.h,
@@ -6315,11 +6796,11 @@
 	  source/operation/overlay/OverlayResultValidator.cpp: Rest of
 	  Overlay validation classes.
 
-2006-09-06 16:54  Mateusz Loskot <mateusz at loskot.net>
+2006-09-06 16:54  mloskot
 
-	* [r1820] ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in,
-	  capi/geos_c.h.vc, capi/geostest.c, configure.in, debian/watch,
-	  doc/Doxyfile.in, doc/example.cpp, source/Makefile.vc,
+	* ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_c.h.vc,
+	  capi/geostest.c, configure.in, debian/watch, doc/Doxyfile.in,
+	  doc/example.cpp, source/Makefile.vc,
 	  source/algorithm/CGAlgorithms.cpp,
 	  source/algorithm/CentroidArea.cpp,
 	  source/algorithm/CentroidLine.cpp,
@@ -6838,142 +7319,137 @@
 	  tests/xmltester/markup/MarkupSTL.h, tools/geos-config.in: Set
 	  svn:keyword property for Id keyword expansion.
 
-2006-09-06 15:50  Sandro Santilli <strk at keybit.net>
+2006-09-06 15:50  strk
 
-	* [r1819]
-	  source/headers/geos/operation/overlay/FuzzyPointLocator.h,
+	* source/headers/geos/operation/overlay/FuzzyPointLocator.h,
 	  source/operation/overlay/FuzzyPointLocator.cpp: Fixed comments
 	  and includes
 
-2006-09-06 15:33  Sandro Santilli <strk at keybit.net>
+2006-09-06 15:33  strk
 
-	* [r1818] ChangeLog,
+	* ChangeLog,
 	  source/headers/geos/operation/overlay/FuzzyPointLocator.h,
 	  source/operation/overlay/FuzzyPointLocator.cpp: new helper class
 	  for Overlay op validation.
 
-2006-09-06 15:21  Sandro Santilli <strk at keybit.net>
+2006-09-06 15:21  strk
 
-	* [r1817] source/headers/geos/geom/Geometry.h: (getBoundary) memory
+	* source/headers/geos/geom/Geometry.h: (getBoundary) memory
 	  allocations documented
 
-2006-09-05 16:18  Sandro Santilli <strk at keybit.net>
+2006-09-05 16:18  strk
 
-	* [r1816] ChangeLog: updated (last commit log was bogus, refer to
-	  ChangeLog entry)
+	* ChangeLog: updated (last commit log was bogus, refer to ChangeLog
+	  entry)
 
-2006-09-05 16:07  Sandro Santilli <strk at keybit.net>
+2006-09-05 16:07  strk
 
-	* [r1815] source/headers/geos/geom/BinaryOp.h,
+	* source/headers/geos/geom/BinaryOp.h,
 	  source/headers/geos/precision/GeometrySnapper.h,
 	  source/operation/overlay/OverlayOp.cpp,
 	  source/precision/GeometrySnapper.cpp:
 	  (OverlayOp::checkObviouslyWrongResult): exceptions messages
 	  rewording
 
-2006-08-31 23:13  Sandro Santilli <strk at keybit.net>
+2006-08-31 23:13  strk
 
-	* [r1814] ChangeLog, source/index/quadtree/Root.cpp:
-	  (insertContained): fixed bug reported in
-	  geos-devel/2006-August/002541.html
+	* ChangeLog, source/index/quadtree/Root.cpp: (insertContained):
+	  fixed bug reported in geos-devel/2006-August/002541.html
 
-2006-08-31 23:07  Sandro Santilli <strk at keybit.net>
+2006-08-31 23:07  strk
 
-	* [r1813] ChangeLog, configure.in: Reverted last two commits.
-	  Darwin host on buildbot seems to have its own problems...
+	* ChangeLog, configure.in: Reverted last two commits. Darwin host
+	  on buildbot seems to have its own problems...
 
-2006-08-31 22:28  Sandro Santilli <strk at keybit.net>
+2006-08-31 22:28  strk
 
-	* [r1812] configure.in: Ops, it was AM_CONFIG_HEADER the old
-	  version - still testing
+	* configure.in: Ops, it was AM_CONFIG_HEADER the old version -
+	  still testing
 
-2006-08-31 22:21  Sandro Santilli <strk at keybit.net>
+2006-08-31 22:21  strk
 
-	* [r1811] ChangeLog, configure.in: AC_CONFIG_HEADERS =>
-	  AM_CONFIG_HEADER (to support older automake versions)
+	* ChangeLog, configure.in: AC_CONFIG_HEADERS => AM_CONFIG_HEADER
+	  (to support older automake versions)
 
-2006-08-04 20:30  Howard Butler <hobu.inc at gmail.com>
+2006-08-04 20:30  hobu
 
-	* [r1810] capi/geos_c.h.vc: version should be 3.0.0 instead of
-	  3.3.0
+	* capi/geos_c.h.vc: version should be 3.0.0 instead of 3.3.0
 
-2006-08-04 20:29  Howard Butler <hobu.inc at gmail.com>
+2006-08-04 20:29  hobu
 
-	* [r1809] source/headers/geos/version.h.vc: bump patch to rc1
+	* source/headers/geos/version.h.vc: bump patch to rc1
 
-2006-08-04 20:23  Howard Butler <hobu.inc at gmail.com>
+2006-08-04 20:23  hobu
 
-	* [r1808] source/Makefile.vc: give makefile.vc some love
+	* source/Makefile.vc: give makefile.vc some love
 
-2006-08-04 16:40  Charlie Savage <cfis at savagexi.com>
+2006-08-04 16:40  csavage
 
-	* [r1807] swig/geos.i, swig/python/geos.py,
-	  swig/python/geos_wrap.cxx, swig/ruby/geos_wrap.cxx: Updated SWIG
-	  bindings to expose the equalsExact and normalize methods.
+	* swig/geos.i, swig/python/geos.py, swig/python/geos_wrap.cxx,
+	  swig/ruby/geos_wrap.cxx: Updated SWIG bindings to expose the
+	  equalsExact and normalize methods.
 
-2006-08-03 23:43  Charlie Savage <cfis at savagexi.com>
+2006-08-03 23:43  csavage
 
-	* [r1806] source/headers/geos/platform.h.in,
-	  source/headers/geos/timeval.h: Two changes needed to include the
-	  correct definitions for compiling geos using MingW/msys on
-	  Windows.
+	* source/headers/geos/platform.h.in, source/headers/geos/timeval.h:
+	  Two changes needed to include the correct definitions for
+	  compiling geos using MingW/msys on Windows.
 
-2006-08-03 22:46  Sandro Santilli <strk at keybit.net>
+2006-08-03 22:46  strk
 
-	* [r1805] ChangeLog: try to keep text within 80 cols
+	* ChangeLog: try to keep text within 80 cols
 
-2006-08-03 22:24  Charlie Savage <cfis at savagexi.com>
+2006-08-03 22:24  csavage
 
-	* [r1804] configure.in: Changed configure.in to use *nix line
-	  feeds.
+	* configure.in: Changed configure.in to use *nix line feeds.
 
-2006-08-03 22:17  Charlie Savage <cfis at savagexi.com>
+2006-08-03 22:17  csavage
 
-	* [r1803] capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_c.h.vc:
-	  Mistakenly used Geometry* in C api headers instead of GEOSGeom.
+	* capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_c.h.vc: Mistakenly
+	  used Geometry* in C api headers instead of GEOSGeom.
 
-2006-08-03 22:13  Charlie Savage <cfis at savagexi.com>
+2006-08-03 22:13  csavage
 
-	* [r1802] configure.in: Removed native line endings for
-	  configure.in since CR/LF does not work on Windows under msys.
+	* configure.in: Removed native line endings for configure.in since
+	  CR/LF does not work on Windows under msys.
 
-2006-08-03 22:02  Charlie Savage <cfis at savagexi.com>
+2006-08-03 22:02  csavage
 
-	* [r1801] ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in,
-	  capi/geos_c.h.vc: Added equalsExact and normalize to the c api as
-	  discussed on the mailing list
+	* ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_c.h.vc:
+	  Added equalsExact and normalize to the c api as discussed on the
+	  mailing list
 	  (http://geos.refractions.net/pipermail/geos-devel/2006-July/002452.html).
 
-2006-08-03 21:34  Charlie Savage <cfis at savagexi.com>
+2006-08-03 21:34  csavage
 
-	* [r1800] ChangeLog, swig/python/Makefile.am,
-	  swig/ruby/Makefile.am: Updated build scripts so that
-	  ruby/geos_wrap.cxx, python/geos_wrap.cxx and python/geos.py are
-	  removed by make maintainer-clean but not make clean.
+	* ChangeLog, swig/python/Makefile.am, swig/ruby/Makefile.am:
+	  Updated build scripts so that ruby/geos_wrap.cxx,
+	  python/geos_wrap.cxx and python/geos.py are removed by make
+	  maintainer-clean but not make clean.
 
-2006-08-03 16:28  Mateusz Loskot <mateusz at loskot.net>
+2006-08-03 16:28  mloskot
 
-	* [r1799] ChangeLog, tests/unit/geos_unit.cpp: Fixed Bug #90
+	* ChangeLog, tests/unit/geos_unit.cpp: Fixed Bug #90
 
-2006-08-03 16:18  Charlie Savage <cfis at savagexi.com>
+2006-08-03 16:18  csavage
 
-	* [r1798] swig/python/geos.py, swig/python/geos_wrap.cxx,
+	* swig/python/geos.py, swig/python/geos_wrap.cxx,
 	  swig/ruby/geos_wrap.cxx: Added SWIG generated wrapper files for
 	  Ruby and Python
 
-2006-07-27 06:18  Mateusz Loskot <mateusz at loskot.net>
+2006-07-27 06:18  mloskot
 
-	* [r1797] .: Added svn:ignore property to ignore 'geos-3.0.0rc1'
-	  dir (testing commit access to SVN).
+	* .: Added svn:ignore property to ignore 'geos-3.0.0rc1' dir
+	  (testing commit access to SVN).
 
-2006-07-26 19:06  Sandro Santilli <strk at keybit.net>
+2006-07-26 19:06  strk
 
-	* [r1795] .cvsignore, capi/.cvsignore, doc/.cvsignore,
-	  macros/.cvsignore, source/.cvsignore,
-	  source/algorithm/.cvsignore, source/examples/.cvsignore,
-	  source/geom/.cvsignore, source/geom/util/.cvsignore,
-	  source/geomgraph/.cvsignore, source/geomgraph/index/.cvsignore,
-	  source/headers/.cvsignore, source/headers/geos/.cvsignore,
+	* .cvsignore, capi/.cvsignore, doc/.cvsignore, macros/.cvsignore,
+	  source/.cvsignore, source/algorithm/.cvsignore,
+	  source/examples/.cvsignore, source/geom/.cvsignore,
+	  source/geom/util/.cvsignore, source/geomgraph/.cvsignore,
+	  source/geomgraph/index/.cvsignore, source/headers/.cvsignore,
+	  source/headers/geos/.cvsignore,
 	  source/headers/geos/algorithm/.cvsignore,
 	  source/headers/geos/geom/.cvsignore,
 	  source/headers/geos/geom/util/.cvsignore,
@@ -7023,45 +7499,42 @@
 	  tests/unit/.cvsignore, tests/xmltester/.cvsignore,
 	  tools/.cvsignore: Removed .cvsignore files from repository
 
-2006-07-26 17:51  Sandro Santilli <strk at keybit.net>
+2006-07-26 17:51  strk
 
-	* [r1794] ChangeLog, capi/Makefile.am,
-	  tests/xmltester/XMLTester.cpp: * capi/Makefile.am: forced link of
-	  geostest against stdc++ lib
+	* ChangeLog, capi/Makefile.am, tests/xmltester/XMLTester.cpp: *
+	  capi/Makefile.am: forced link of geostest against stdc++ lib
 	  * tests/xmltester/XMLTester.cpp: added <cmath> include (for fabs
 	  use)
 
-2006-07-26 15:28  Sandro Santilli <strk at keybit.net>
+2006-07-26 15:28  strk
 
-	* [r1776] ChangeLog, source/headers/geos/geom/BinaryOp.h: Added
-	  geometry snapping heuristic
+	* ChangeLog, source/headers/geos/geom/BinaryOp.h: Added geometry
+	  snapping heuristic
 
-2006-07-25 20:45  Sandro Santilli <strk at keybit.net>
+2006-07-25 20:45  strk
 
-	* [r1775] ChangeLog, autogen.sh: Made autogen.sh errors more
-	  visible
+	* ChangeLog, autogen.sh: Made autogen.sh errors more visible
 
-2006-07-21 19:37  Charlie Savage <cfis at savagexi.com>
+2006-07-21 19:37  csavage
 
-	* [r1773] NEWS: Added note about inclusion of version.in.vc. See
+	* NEWS: Added note about inclusion of version.in.vc. See
 	  http://geos.refractions.net/pipermail/geos-devel/2006-July/002463.html
 	  for more info.
 
-2006-07-21 17:59  Sandro Santilli <strk at keybit.net>
+2006-07-21 17:59  strk
 
-	* [r1772] ChangeLog, tests/unit/Makefile.am,
+	* ChangeLog, tests/unit/Makefile.am,
 	  tests/unit/precision/GeometrySnapperTest.cpp: Added test for
 	  GeometrySnapper
 
-2006-07-21 17:59  Sandro Santilli <strk at keybit.net>
+2006-07-21 17:59  strk
 
-	* [r1771] source/precision/LineStringSnapper.cpp: Fixed
-	  preprocessor directive use
+	* source/precision/LineStringSnapper.cpp: Fixed preprocessor
+	  directive use
 
-2006-07-21 17:09  Sandro Santilli <strk at keybit.net>
+2006-07-21 17:09  strk
 
-	* [r1770] ChangeLog,
-	  source/headers/geos/precision/GeometrySnapper.h,
+	* ChangeLog, source/headers/geos/precision/GeometrySnapper.h,
 	  source/headers/geos/precision/LineStringSnapper.h,
 	  source/headers/geos/precision/Makefile.am,
 	  source/precision/GeometrySnapper.cpp,
@@ -7072,406 +7545,393 @@
 	  precision::LineStringSnapper class + test
 	  and precision::GeometrySnapper (w/out test)
 
-2006-07-21 17:05  Sandro Santilli <strk at keybit.net>
+2006-07-21 17:05  strk
 
-	* [r1769] ChangeLog, source/headers/geos/geom/CoordinateList.h:
-	  added operator<< for CoordinateList class
+	* ChangeLog, source/headers/geos/geom/CoordinateList.h: added
+	  operator<< for CoordinateList class
 
-2006-07-21 17:00  Sandro Santilli <strk at keybit.net>
+2006-07-21 17:00  strk
 
-	* [r1768] ChangeLog, tests/unit/geom/LineSegmentTest.cpp: Added
-	  another distance() test
+	* ChangeLog, tests/unit/geom/LineSegmentTest.cpp: Added another
+	  distance() test
 
-2006-07-21 16:45  Mateusz Loskot <mateusz at loskot.net>
+2006-07-21 16:45  mloskot
 
-	* [r1767] ChangeLog, source/headers/geos/geom.h,
-	  source/headers/geos/io.h: Wrapped FIXME message with #warning
-	  directive to shout about potential headers removal in future.
+	* ChangeLog, source/headers/geos/geom.h, source/headers/geos/io.h:
+	  Wrapped FIXME message with #warning directive to shout about
+	  potential headers removal in future.
 
-2006-07-21 14:53  Sandro Santilli <strk at keybit.net>
+2006-07-21 14:53  strk
 
-	* [r1766] ChangeLog, source/headers/geos/geom/CoordinateList.h,
+	* ChangeLog, source/headers/geos/geom/CoordinateList.h,
 	  source/headers/geos/geom/Makefile.am, tests/unit/Makefile.am,
 	  tests/unit/geom/CoordinateListTest.cpp: CoordinateList class
 	  re-introduced, for list-based ops
 	  (not strictly mapped to JTS version, not yet at least)
 
-2006-07-21 14:49  Sandro Santilli <strk at keybit.net>
+2006-07-21 14:49  strk
 
-	* [r1765] source/headers/geos/geom/LineSegment.h: Fixed typo in
-	  comment
+	* source/headers/geos/geom/LineSegment.h: Fixed typo in comment
 
-2006-07-21 08:33  Sandro Santilli <strk at keybit.net>
+2006-07-21 08:33  strk
 
-	* [r1764] swig/ruby/test/Makefile.am: Removed blank space after
-	  backslash (automake complained)
+	* swig/ruby/test/Makefile.am: Removed blank space after backslash
+	  (automake complained)
 
-2006-07-19 02:43  Charlie Savage <cfis at savagexi.com>
+2006-07-19 02:43  csavage
 
-	* [r1763] source/headers/geos/Makefile.am: Added veresion.h.vc as
+	* source/headers/geos/Makefile.am: Added veresion.h.vc as
 	  EXTRA_DIST to ensure it is packaged when doing make dist.
 
-2006-07-15 19:36  Charlie Savage <cfis at savagexi.com>
+2006-07-15 19:36  csavage
 
-	* [r1762] configure.in: Removed python test/cases directory (tests
-	  are now just in tests directory).
+	* configure.in: Removed python test/cases directory (tests are now
+	  just in tests directory).
 
-2006-07-13 08:02  Charlie Savage <cfis at savagexi.com>
+2006-07-13 08:02  csavage
 
-	* [r1761] ChangeLog: Updated ChangeLog to note additional SWIG
-	  tests and integration with the GEOS build system.
+	* ChangeLog: Updated ChangeLog to note additional SWIG tests and
+	  integration with the GEOS build system.
 
-2006-07-13 07:49  Charlie Savage <cfis at savagexi.com>
+2006-07-13 07:49  csavage
 
-	* [r1760] capi/geos_c.h.vc: Updated version number to
-	  3.0.0rc1-CAPI-1.1.1 to match the autoconf generated files.
+	* capi/geos_c.h.vc: Updated version number to 3.0.0rc1-CAPI-1.1.1
+	  to match the autoconf generated files.
 
-2006-07-13 07:38  Charlie Savage <cfis at savagexi.com>
+2006-07-13 07:38  csavage
 
-	* [r1759] swig/ruby/test/Makefile.am: Fixed spelling mistake in
-	  test task.
+	* swig/ruby/test/Makefile.am: Fixed spelling mistake in test task.
 
-2006-07-13 07:36  Charlie Savage <cfis at savagexi.com>
+2006-07-13 07:36  csavage
 
-	* [r1758] swig/Makefile.am: Removed dependency on README.txt since
-	  it has been removed.
+	* swig/Makefile.am: Removed dependency on README.txt since it has
+	  been removed.
 
-2006-07-13 07:35  Charlie Savage <cfis at savagexi.com>
+2006-07-13 07:35  csavage
 
-	* [r1757] swig/ruby/test/test_buffer.rb: New tests for the buffer
+	* swig/ruby/test/test_buffer.rb: New tests for the buffer
 	  operation.
 
-2006-07-13 07:29  Charlie Savage <cfis at savagexi.com>
+2006-07-13 07:29  csavage
 
-	* [r1756] configure.in: Added SWIG Python and Ruby bindings back
-	  into the main GEOS build system.
+	* configure.in: Added SWIG Python and Ruby bindings back into the
+	  main GEOS build system.
 
-2006-07-13 07:27  Charlie Savage <cfis at savagexi.com>
+2006-07-13 07:27  csavage
 
-	* [r1755] swig/python/tests/Makefile.am,
-	  swig/ruby/test/Makefile.am: Updated extra_dist for test
-	  directories.
+	* swig/python/tests/Makefile.am, swig/ruby/test/Makefile.am:
+	  Updated extra_dist for test directories.
 
-2006-07-13 07:20  Charlie Savage <cfis at savagexi.com>
+2006-07-13 07:20  csavage
 
-	* [r1754] swig/python/tests/Makefile.am: Remove the dependency on
-	  the cases subdirectory which is no longer needed.
+	* swig/python/tests/Makefile.am: Remove the dependency on the cases
+	  subdirectory which is no longer needed.
 
-2006-07-13 07:19  Charlie Savage <cfis at savagexi.com>
+2006-07-13 07:19  csavage
 
-	* [r1753] swig/python/tests/runtests.py: Updated test suite to use
-	  the correct tests.
+	* swig/python/tests/runtests.py: Updated test suite to use the
+	  correct tests.
 
-2006-07-13 07:16  Charlie Savage <cfis at savagexi.com>
+2006-07-13 07:16  csavage
 
-	* [r1752] swig/python/tests/cases: Removed old tests cases which
-	  are no longer valid (worked using the C++ api).
+	* swig/python/tests/cases: Removed old tests cases which are no
+	  longer valid (worked using the C++ api).
 
-2006-07-13 07:14  Charlie Savage <cfis at savagexi.com>
+2006-07-13 07:14  csavage
 
-	* [r1751] swig/python/tests/test_geometry.py: New Python test case
-	  to ensure creating coordinate sequences and geometries works
+	* swig/python/tests/test_geometry.py: New Python test case to
+	  ensure creating coordinate sequences and geometries works
 	  correctly.
 
-2006-07-13 07:14  Charlie Savage <cfis at savagexi.com>
+2006-07-13 07:14  csavage
 
-	* [r1750] swig/README.txt, swig/python/Makefile.am,
-	  swig/python/README.txt, swig/ruby/Makefile.am,
-	  swig/ruby/README.txt: Removed README.txt files which are no
-	  longer applicable now that the SWIG bindings have been
-	  intergrated into the GEOS build system.
+	* swig/README.txt, swig/python/Makefile.am, swig/python/README.txt,
+	  swig/ruby/Makefile.am, swig/ruby/README.txt: Removed README.txt
+	  files which are no longer applicable now that the SWIG bindings
+	  have been intergrated into the GEOS build system.
 
-2006-07-13 07:13  Charlie Savage <cfis at savagexi.com>
+2006-07-13 07:13  csavage
 
-	* [r1749] swig/ruby/test/test_geometry.rb: Renamed test class.
+	* swig/ruby/test/test_geometry.rb: Renamed test class.
 
-2006-07-13 07:09  Charlie Savage <cfis at savagexi.com>
+2006-07-13 07:09  csavage
 
-	* [r1748] swig/python/Makefile.am: Removed old, unused code.
+	* swig/python/Makefile.am: Removed old, unused code.
 
-2006-07-13 07:09  Charlie Savage <cfis at savagexi.com>
+2006-07-13 07:09  csavage
 
-	* [r1747] swig/python/python.i: Added tyepmap to support creating
-	  polygons with holes.
+	* swig/python/python.i: Added tyepmap to support creating polygons
+	  with holes.
 
-2006-07-13 07:08  Charlie Savage <cfis at savagexi.com>
+2006-07-13 07:08  csavage
 
-	* [r1746] swig/geos.i: Added default value for quadsegs parmeter in
-	  buffer operation.
+	* swig/geos.i: Added default value for quadsegs parmeter in buffer
+	  operation.
 
-2006-07-13 04:47  Charlie Savage <cfis at savagexi.com>
+2006-07-13 04:47  csavage
 
-	* [r1745] swig/python/tests/example.py: Manually moved from parent
+	* swig/python/tests/example.py: Manually moved from parent
 	  directory.
 
-2006-07-13 04:46  Charlie Savage <cfis at savagexi.com>
+2006-07-13 04:46  csavage
 
-	* [r1744] swig/python/Makefile.am: Updated EXTRA_DIST to include
-	  python.i and geos.pth
+	* swig/python/Makefile.am: Updated EXTRA_DIST to include python.i
+	  and geos.pth
 
-2006-07-13 04:46  Charlie Savage <cfis at savagexi.com>
+2006-07-13 04:46  csavage
 
-	* [r1743] swig/python/example.py: Moved file to tests subdirectory.
+	* swig/python/example.py: Moved file to tests subdirectory.
 
-2006-07-13 04:45  Charlie Savage <cfis at savagexi.com>
+2006-07-13 04:45  csavage
 
-	* [r1742] swig/python/setup.py: Installation is now done by
-	  autoconf macros instead of setup.py
+	* swig/python/setup.py: Installation is now done by autoconf macros
+	  instead of setup.py
 
-2006-07-13 04:39  Charlie Savage <cfis at savagexi.com>
+2006-07-13 04:39  csavage
 
-	* [r1741] swig/geos.i, swig/python/python.i, swig/ruby/ruby.i:
-	  Cleaned up ruby.i, added licenxe to python.i, commented back in
-	  python.i into geos.i.
+	* swig/geos.i, swig/python/python.i, swig/ruby/ruby.i: Cleaned up
+	  ruby.i, added licenxe to python.i, commented back in python.i
+	  into geos.i.
 
-2006-07-13 04:09  Charlie Savage <cfis at savagexi.com>
+2006-07-13 04:09  csavage
 
-	* [r1740] swig/ruby/test/test_helper.rb: Added code to read xml
-	  test cases.
+	* swig/ruby/test/test_helper.rb: Added code to read xml test cases.
 
-2006-07-13 04:08  Charlie Savage <cfis at savagexi.com>
+2006-07-13 04:08  csavage
 
-	* [r1739] swig/geos.i: Added exception handling for results that
-	  return geometries. Added normalize and equalsExact, but for the
-	  moment they are commented out.
+	* swig/geos.i: Added exception handling for results that return
+	  geometries. Added normalize and equalsExact, but for the moment
+	  they are commented out.
 
-2006-07-13 03:59  Charlie Savage <cfis at savagexi.com>
+2006-07-13 03:59  csavage
 
-	* [r1738] tests/xmltester/XMLTester.cpp: Changes to compile on VC++
-	  - fully qualified polygon name. Should also work on MingW, will
-	  test next.
+	* tests/xmltester/XMLTester.cpp: Changes to compile on VC++ - fully
+	  qualified polygon name. Should also work on MingW, will test
+	  next.
 
-2006-07-12 23:17  Charlie Savage <cfis at savagexi.com>
+2006-07-12 23:17  csavage
 
-	* [r1737] swig/ruby/test/geos_tests.rb: Disabled
-	  test_combinations.rb for the moment since it fails.
+	* swig/ruby/test/geos_tests.rb: Disabled test_combinations.rb for
+	  the moment since it fails.
 
-2006-07-12 23:16  Charlie Savage <cfis at savagexi.com>
+2006-07-12 23:16  csavage
 
-	* [r1736] swig/geos.i: Fixed serious bug in geom_to_hex and
-	  geom_to_wkb type maps. Was using temporary variable instead of
-	  passed in variable.
+	* swig/geos.i: Fixed serious bug in geom_to_hex and geom_to_wkb
+	  type maps. Was using temporary variable instead of passed in
+	  variable.
 
-2006-07-12 22:55  Charlie Savage <cfis at savagexi.com>
+2006-07-12 22:55  csavage
 
-	* [r1735] capi/geos_c.h.vc: Switched GeosBytesOrder to int in api
+	* capi/geos_c.h.vc: Switched GeosBytesOrder to int in api
 	  signatures.
 
-2006-07-12 22:11  Charlie Savage <cfis at savagexi.com>
+2006-07-12 22:11  csavage
 
-	* [r1734] swig/geos.i: A number of changes to fix warning generated
-	  by gcc and to make sure the bindings compile for Python.
+	* swig/geos.i: A number of changes to fix warning generated by gcc
+	  and to make sure the bindings compile for Python.
 
-2006-07-12 22:11  Charlie Savage <cfis at savagexi.com>
+2006-07-12 22:11  csavage
 
-	* [r1733] swig/python/Makefile.am: Updated Python SWIG makefile to
-	  build with the c api.
+	* swig/python/Makefile.am: Updated Python SWIG makefile to build
+	  with the c api.
 
-2006-07-12 22:10  Charlie Savage <cfis at savagexi.com>
+2006-07-12 22:10  csavage
 
-	* [r1732] swig/ruby/ruby.i: Minor change to fix gcc warning.
+	* swig/ruby/ruby.i: Minor change to fix gcc warning.
 
-2006-07-12 22:10  Charlie Savage <cfis at savagexi.com>
+2006-07-12 22:10  csavage
 
-	* [r1731] swig/ruby/Makefile.am: Updated Ruby SWIG makefile to
-	  build with the c api.
+	* swig/ruby/Makefile.am: Updated Ruby SWIG makefile to build with
+	  the c api.
 
-2006-07-12 21:03  Charlie Savage <cfis at savagexi.com>
+2006-07-12 21:03  csavage
 
-	* [r1730] capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_c.h.vc:
-	  Fixed an error in the way GEOSByteOrder was declared. It is now
-	  an enum in geos_c.h
+	* capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_c.h.vc: Fixed an
+	  error in the way GEOSByteOrder was declared. It is now an enum in
+	  geos_c.h
 
-2006-07-12 19:10  Charlie Savage <cfis at savagexi.com>
+2006-07-12 19:10  csavage
 
-	* [r1729] swig/geos.i: Added %rename directive so that GeomUnion is
-	  exposed as union is SWIG languages.
+	* swig/geos.i: Added %rename directive so that GeomUnion is exposed
+	  as union is SWIG languages.
 
-2006-07-12 19:08  Charlie Savage <cfis at savagexi.com>
+2006-07-12 19:08  csavage
 
-	* [r1728] swig/ruby/test/geos_tests.rb,
+	* swig/ruby/test/geos_tests.rb,
 	  swig/ruby/test/test_combinations.rb,
 	  swig/ruby/test/test_operations.rb: Updated tests for combinatins
 	  (union, intersection, etc.) and operaptions (buffer, centroid,
 	  etc.).
 
-2006-07-12 19:07  Charlie Savage <cfis at savagexi.com>
+2006-07-12 19:07  csavage
 
-	* [r1727] swig/ruby/test/test_simple.rb: These tests are no longer
-	  needed.
+	* swig/ruby/test/test_simple.rb: These tests are no longer needed.
 
-2006-07-12 17:51  Charlie Savage <cfis at savagexi.com>
+2006-07-12 17:51  csavage
 
-	* [r1726] swig/ruby/test/geos_tests.rb,
-	  swig/ruby/test/test_helper.rb, swig/ruby/test/test_relations.rb:
-	  Ported old tests for relations, such as intersects, touches,
-	  etc., to new swig bindings.
+	* swig/ruby/test/geos_tests.rb, swig/ruby/test/test_helper.rb,
+	  swig/ruby/test/test_relations.rb: Ported old tests for relations,
+	  such as intersects, touches, etc., to new swig bindings.
 
-2006-07-12 08:30  Charlie Savage <cfis at savagexi.com>
+2006-07-12 08:30  csavage
 
-	* [r1725] swig/ruby/ruby.i: Added type map needed to create
-	  polygons with holes. Unfortunately, this is Ruby specific. It
-	  needs to be ported to Python next.
+	* swig/ruby/ruby.i: Added type map needed to create polygons with
+	  holes. Unfortunately, this is Ruby specific. It needs to be
+	  ported to Python next.
 
-2006-07-12 08:29  Charlie Savage <cfis at savagexi.com>
+2006-07-12 08:29  csavage
 
-	* [r1724] swig/geos.i: Removed wrapper classes and replace them
-	  with SWIG "fake" classes. This makes the interface cleaner, and
-	  makes memory management much easier. Also added area, dimension,
+	* swig/geos.i: Removed wrapper classes and replace them with SWIG
+	  "fake" classes. This makes the interface cleaner, and makes
+	  memory management much easier. Also added area, dimension,
 	  length, getExteriorRing, getInteriorRingN methods.
 
-2006-07-12 08:27  Charlie Savage <cfis at savagexi.com>
+2006-07-12 08:27  csavage
 
-	* [r1723] swig/ruby/test/test_srid.rb: Added test to read from wkb
-	  geometry - currently fails, needs more investigation.
+	* swig/ruby/test/test_srid.rb: Added test to read from wkb geometry
+	  - currently fails, needs more investigation.
 
-2006-07-12 08:27  Charlie Savage <cfis at savagexi.com>
+2006-07-12 08:27  csavage
 
-	* [r1722] swig/ruby/test/test_io.rb: Added tests for invalid
-	  geometries.
+	* swig/ruby/test/test_io.rb: Added tests for invalid geometries.
 
-2006-07-12 08:27  Charlie Savage <cfis at savagexi.com>
+2006-07-12 08:27  csavage
 
-	* [r1721] swig/ruby/test/geos_tests.rb: Updated ruby test suite.
+	* swig/ruby/test/geos_tests.rb: Updated ruby test suite.
 
-2006-07-12 08:24  Charlie Savage <cfis at savagexi.com>
+2006-07-12 08:24  csavage
 
-	* [r1720] swig/ruby/test/test_geometry.rb: New tests for area,
-	  length, distance.
+	* swig/ruby/test/test_geometry.rb: New tests for area, length,
+	  distance.
 
-2006-07-12 05:21  Charlie Savage <cfis at savagexi.com>
+2006-07-12 05:21  csavage
 
-	* [r1719] swig/ruby/test/test_coordinate_sequence.rb,
+	* swig/ruby/test/test_coordinate_sequence.rb,
 	  swig/ruby/test/test_version.rb: Converted line feeds to Unix
 	  style.
 
-2006-07-12 05:21  Charlie Savage <cfis at savagexi.com>
+2006-07-12 05:21  csavage
 
-	* [r1718] swig/ruby/test/test_geometry.rb: New tests for creating
+	* swig/ruby/test/test_geometry.rb: New tests for creating
 	  geometries and calling various functions such as numGeometries,
 	  isValid, etc.
 
-2006-07-12 05:20  Charlie Savage <cfis at savagexi.com>
+2006-07-12 05:20  csavage
 
-	* [r1717] swig/ruby/test/test_srid.rb: Tests for srid handling.
+	* swig/ruby/test/test_srid.rb: Tests for srid handling.
 
-2006-07-12 05:20  Charlie Savage <cfis at savagexi.com>
+2006-07-12 05:20  csavage
 
-	* [r1716] swig/ruby/test/test_io.rb: Merged tests from
-	  test_wkb_reader.rb
+	* swig/ruby/test/test_io.rb: Merged tests from test_wkb_reader.rb
 
-2006-07-12 05:18  Charlie Savage <cfis at savagexi.com>
+2006-07-12 05:18  csavage
 
-	* [r1715] swig/ruby/test/test_wkb_reader.rb: Merging into
-	  test_io.rb
+	* swig/ruby/test/test_wkb_reader.rb: Merging into test_io.rb
 
-2006-07-12 04:46  Charlie Savage <cfis at savagexi.com>
+2006-07-12 04:46  csavage
 
-	* [r1714] swig/ruby/test/test_version.rb: Tests to verify returned
-	  version numbers from C api.
+	* swig/ruby/test/test_version.rb: Tests to verify returned version
+	  numbers from C api.
 
-2006-07-11 18:48  Charlie Savage <cfis at savagexi.com>
+2006-07-11 18:48  csavage
 
-	* [r1713] swig/geos.i: Fixes for coordinate sequences. Fixed bug in
-	  range checking, chaned clone to be a method instead of copy
+	* swig/geos.i: Fixes for coordinate sequences. Fixed bug in range
+	  checking, chaned clone to be a method instead of copy
 	  constructor, marked clone as creating a new object.
 
-2006-07-11 18:44  Charlie Savage <cfis at savagexi.com>
+2006-07-11 18:44  csavage
 
-	* [r1712] swig/ruby/test/test_coordinate_sequence.rb: Tests for
-	  SWIG coordinate sequence class.
+	* swig/ruby/test/test_coordinate_sequence.rb: Tests for SWIG
+	  coordinate sequence class.
 
-2006-07-11 09:07  Charlie Savage <cfis at savagexi.com>
+2006-07-11 09:07  csavage
 
-	* [r1711] capi/geos_c.h.in, capi/geos_c.h.vc: Added reference to
-	  new enum called GEOSByteOrders. The enum has two values,
-	  GEOS_WKB_NDR and GEOS_WKB_XDR which signify big endian and little
-	  endian byte orders.
+	* capi/geos_c.h.in, capi/geos_c.h.vc: Added reference to new enum
+	  called GEOSByteOrders. The enum has two values, GEOS_WKB_NDR and
+	  GEOS_WKB_XDR which signify big endian and little endian byte
+	  orders.
 
-2006-07-11 09:05  Charlie Savage <cfis at savagexi.com>
+2006-07-11 09:05  csavage
 
-	* [r1710] capi/geos_c.h.in, capi/geos_c.h.vc: Added 5 methods to
-	  the C API as documented in the changelong. The new methods are
-	  read/write WKB Hex values, read/write WKB byte order and read wkb
-	  output dimensions.
+	* capi/geos_c.h.in, capi/geos_c.h.vc: Added 5 methods to the C API
+	  as documented in the changelong. The new methods are read/write
+	  WKB Hex values, read/write WKB byte order and read wkb output
+	  dimensions.
 
-2006-07-11 08:55  Charlie Savage <cfis at savagexi.com>
+2006-07-11 08:55  csavage
 
-	* [r1709] swig/ruby/test/test_wkb_reader.rb: Test cases for reading
-	  and writing geometries to WKT, WKB and hex encoded WKB formats
-	  via the SWIG bindings.
+	* swig/ruby/test/test_wkb_reader.rb: Test cases for reading and
+	  writing geometries to WKT, WKB and hex encoded WKB formats via
+	  the SWIG bindings.
 
-2006-07-11 08:54  Charlie Savage <cfis at savagexi.com>
+2006-07-11 08:54  csavage
 
-	* [r1708] capi/geos_c.h.vc: Updated visual studio header file to
-	  match geos_c.h.in
+	* capi/geos_c.h.vc: Updated visual studio header file to match
+	  geos_c.h.in
 
-2006-07-11 08:53  Charlie Savage <cfis at savagexi.com>
+2006-07-11 08:53  csavage
 
-	* [r1707] capi/geos_c.cpp: Added 5 methods to the C API as
-	  documented in the changelong. The new methods are read/write WKB
-	  Hex values, read/write WKB byte order and read wkb output
-	  dimensions.
+	* capi/geos_c.cpp: Added 5 methods to the C API as documented in
+	  the changelong. The new methods are read/write WKB Hex values,
+	  read/write WKB byte order and read wkb output dimensions.
 
-2006-07-11 08:52  Charlie Savage <cfis at savagexi.com>
+2006-07-11 08:52  csavage
 
-	* [r1706] ChangeLog: Noted additions to the C API and porting of
-	  SWIG to use the C api.
+	* ChangeLog: Noted additions to the C API and porting of SWIG to
+	  use the C api.
 
-2006-07-11 08:44  Charlie Savage <cfis at savagexi.com>
+2006-07-11 08:44  csavage
 
-	* [r1705] swig/geos.i, swig/ruby/ruby.i: Ported SWIG bindings to
-	  use c-api.
+	* swig/geos.i, swig/ruby/ruby.i: Ported SWIG bindings to use c-api.
 
-2006-07-10 22:29  Sandro Santilli <strk at keybit.net>
+2006-07-10 22:29  strk
 
-	* [r1704] tests/tut, tests/tut/.cvsignore: Added .cvsignore file
+	* tests/tut, tests/tut/.cvsignore: Added .cvsignore file
 
-2006-07-10 21:51  Sandro Santilli <strk at keybit.net>
+2006-07-10 21:51  strk
 
-	* [r1703] ChangeLog, capi/geos_c.cpp: don't use dynamic strings as
-	  format arg the formatted message callbacks.
+	* ChangeLog, capi/geos_c.cpp: don't use dynamic strings as format
+	  arg the formatted message callbacks.
 
-2006-07-10 10:16  Sandro Santilli <strk at keybit.net>
+2006-07-10 10:16  strk
 
-	* [r1702] ChangeLog,
+	* ChangeLog,
 	  source/headers/geos/simplify/DouglasPeuckerLineSimplifier.h:
 	  changed vector<bool> to vector<short int> (see bug#101)
 
-2006-07-09 03:37  Mateusz Loskot <mateusz at loskot.net>
+2006-07-09 03:37  mloskot
 
-	* [r1701] tests/xmltester, tests/xmltester/.cvsignore: Added
-	  'testrunner' pattern to tests/xmltester/.cvsignore.
+	* tests/xmltester, tests/xmltester/.cvsignore: Added 'testrunner'
+	  pattern to tests/xmltester/.cvsignore.
 
-2006-07-09 03:21  Mateusz Loskot <mateusz at loskot.net>
+2006-07-09 03:21  mloskot
 
-	* [r1700] ., .cvsignore: Added 'testrunner' to .cvsignore patterns.
+	* ., .cvsignore: Added 'testrunner' to .cvsignore patterns.
 
-2006-07-09 03:21  Mateusz Loskot <mateusz at loskot.net>
+2006-07-09 03:21  mloskot
 
-	* [r1699] ChangeLog: Updated ChangeLog with details about new unit
-	  tests.
+	* ChangeLog: Updated ChangeLog with details about new unit tests.
 
-2006-07-09 03:16  Mateusz Loskot <mateusz at loskot.net>
+2006-07-09 03:16  mloskot
 
-	* [r1698] tests/unit/Makefile.am: Added new tests to
+	* tests/unit/Makefile.am: Added new tests to
 	  tests/unit/Makefile.am.
 
-2006-07-09 03:15  Mateusz Loskot <mateusz at loskot.net>
+2006-07-09 03:15  mloskot
 
-	* [r1697] tests/unit/noding/SegmentNodeTest.cpp,
+	* tests/unit/noding/SegmentNodeTest.cpp,
 	  tests/unit/noding/SegmentPointComparatorTest.cpp,
 	  tests/unit/noding/SegmentStringTest.cpp: Added new tests cases to
 	  tests/unit/noding. Removed zero-to-pointer casts.
 
-2006-07-09 00:24  Sandro Santilli <strk at keybit.net>
+2006-07-09 00:24  strk
 
-	* [r1696] tests/xmltester/Makefile.am: Added testrunner to
-	  CLEANFILES. make distcheck now succeeds.
+	* tests/xmltester/Makefile.am: Added testrunner to CLEANFILES. make
+	  distcheck now succeeds.
 
-2006-07-08 00:33  Sandro Santilli <strk at keybit.net>
+2006-07-08 00:33  strk
 
-	* [r1693] ChangeLog, configure.in, source/geom/Geometry.cpp,
+	* ChangeLog, configure.in, source/geom/Geometry.cpp,
 	  source/geom/GeometryFactory.cpp, source/geomgraph/EdgeRing.cpp,
 	  source/headers/geos/geom/Geometry.h,
 	  source/headers/geos/geom/GeometryFactory.h,
@@ -7490,287 +7950,280 @@
 	  * source/headers/geos/platform.h.in: include <inttypes.h>
 	  rather then <stdint.h>
 
-2006-07-07 20:02  Mateusz Loskot <mateusz at loskot.net>
+2006-07-07 20:02  mloskot
 
-	* [r1691] ChangeLog: Updated ChangeLog with version comparison fix
-	  in GEOS_UNIT.
+	* ChangeLog: Updated ChangeLog with version comparison fix in
+	  GEOS_UNIT.
 
-2006-07-07 20:00  Mateusz Loskot <mateusz at loskot.net>
+2006-07-07 20:00  mloskot
 
-	* [r1690] macros/geos.m4: Fixed versions comparison in the
-	  GEOS_UNIT macro.
+	* macros/geos.m4: Fixed versions comparison in the GEOS_UNIT macro.
 
-2006-07-07 19:33  Sandro Santilli <strk at keybit.net>
+2006-07-07 19:33  strk
 
-	* [r1689] ChangeLog, acsite.m4, configure.in: * acsite.m4: include
+	* ChangeLog, acsite.m4, configure.in: * acsite.m4: include
 	  <inttypes.h> rather then <stdint.h>
 	  (the latter is not available on Solaris 9)
 	  * configure.in: make sure CFLAGS is set before compiling
 	  using the 64bit integer detection macro.
 
-2006-07-06 16:39  Mateusz Loskot <mateusz at loskot.net>
+2006-07-06 16:39  mloskot
 
-	* [r1688] ChangeLog, macros/geos.m4: Fixed version query regexp
-	  with escaped dots. Removed -lpq from GEOS_LIBS flags.
+	* ChangeLog, macros/geos.m4: Fixed version query regexp with
+	  escaped dots. Removed -lpq from GEOS_LIBS flags.
 
-2006-07-05 23:27  Mateusz Loskot <mateusz at loskot.net>
+2006-07-05 23:27  mloskot
 
-	* [r1687] ChangeLog, macros/geos.m4: Removed redundant -L and -I
-	  from GEOS_LIBS and GEOS_CFLAGS.
+	* ChangeLog, macros/geos.m4: Removed redundant -L and -I from
+	  GEOS_LIBS and GEOS_CFLAGS.
 
-2006-07-05 23:10  Mateusz Loskot <mateusz at loskot.net>
+2006-07-05 23:10  mloskot
 
-	* [r1686] ChangeLog, macros/geos.m4: Fixed GEOS_INIT to support
-	  full paths to geos-config passed to --with-geos. Fixed version
-	  decoding.
+	* ChangeLog, macros/geos.m4: Fixed GEOS_INIT to support full paths
+	  to geos-config passed to --with-geos. Fixed version decoding.
 
-2006-07-05 22:54  Sandro Santilli <strk at keybit.net>
+2006-07-05 22:54  strk
 
-	* [r1685] ChangeLog, tests/unit/Makefile.am: distribute utility.h
+	* ChangeLog, tests/unit/Makefile.am: distribute utility.h
 
-2006-07-05 22:19  Sandro Santilli <strk at keybit.net>
+2006-07-05 22:19  strk
 
-	* [r1684] ChangeLog, configure.in, tests/Makefile.am,
+	* ChangeLog, configure.in, tests/Makefile.am,
 	  tests/tut/Makefile.am: distribute the TUT framework.
 
-2006-07-05 21:47  Sandro Santilli <strk at keybit.net>
+2006-07-05 21:47  strk
 
-	* [r1683] ChangeLog, tests/xmltester/Makefile.am: Distribute XML
-	  tests and tester.
+	* ChangeLog, tests/xmltester/Makefile.am: Distribute XML tests and
+	  tester.
 
-2006-07-05 21:18  Sandro Santilli <strk at keybit.net>
+2006-07-05 21:18  strk
 
-	* [r1682] ChangeLog, source/operation/valid/Makefile.am: Fixed
-	  missing SweeplineNestedRingTester.cpp file.
+	* ChangeLog, source/operation/valid/Makefile.am: Fixed missing
+	  SweeplineNestedRingTester.cpp file.
 
-2006-07-05 20:52  Sandro Santilli <strk at keybit.net>
+2006-07-05 20:52  strk
 
-	* [r1681] ChangeLog,
-	  source/headers/geos/operation/linemerge/Makefile.am: Fixed
-	  missing backslash, dropping headers from distribution.
+	* ChangeLog, source/headers/geos/operation/linemerge/Makefile.am:
+	  Fixed missing backslash, dropping headers from distribution.
 
-2006-07-05 20:20  Sandro Santilli <strk at keybit.net>
+2006-07-05 20:20  strk
 
-	* [r1680] TODO: updated
+	* TODO: updated
 
-2006-07-05 20:19  Sandro Santilli <strk at keybit.net>
+2006-07-05 20:19  strk
 
-	* [r1679] ChangeLog,
-	  source/headers/geos/operation/overlay/OverlayOp.h,
+	* ChangeLog, source/headers/geos/operation/overlay/OverlayOp.h,
 	  source/operation/overlay/OverlayOp.cpp: added checks for
 	  obviously wrong result of difference and intersection ops
 
-2006-06-27 15:59  Sandro Santilli <strk at keybit.net>
+2006-06-27 15:59  strk
 
-	* [r1677] ChangeLog, source/algorithm/HCoordinate.cpp: *
+	* ChangeLog, source/algorithm/HCoordinate.cpp: *
 	  source/algorithm/HCoordinate.cpp: added support for MingW -ansi
 	  builds.
 
-2006-06-27 15:26  Sandro Santilli <strk at keybit.net>
+2006-06-27 15:26  strk
 
-	* [r1676] ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in: *
-	  capi/geos_c.cpp: fixed forward declaration of
-	  GEOSCoordSeq_getOrdinate.
+	* ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in: * capi/geos_c.cpp:
+	  fixed forward declaration of GEOSCoordSeq_getOrdinate.
 	  * capi/geos_c.h.in: renamed GEOSGeomTypeId enum to GEOSGeomTypes,
 	  to make VC++ 2005 happy.
 
-2006-06-19 23:33  Sandro Santilli <strk at keybit.net>
+2006-06-19 23:33  strk
 
-	* [r1675] ChangeLog, source/headers/geos/geom/CoordinateFilter.h,
+	* ChangeLog, source/headers/geos/geom/CoordinateFilter.h,
 	  source/headers/geos/noding/ScaledNoder.h,
 	  source/headers/geos/util/CoordinateArrayFilter.h,
 	  source/headers/geos/util/UniqueCoordinateArrayFilter.h,
 	  source/noding/ScaledNoder.cpp: Don't *require* CoordinateFilters
 	  to define both read-only and read-write methods.
 
-2006-06-19 22:52  Sandro Santilli <strk at keybit.net>
+2006-06-19 22:52  strk
 
-	* [r1674] ChangeLog, source/geom/Polygon.cpp: optimized loops
+	* ChangeLog, source/geom/Polygon.cpp: optimized loops
 
-2006-06-19 21:20  Sandro Santilli <strk at keybit.net>
+2006-06-19 21:20  strk
 
-	* [r1673] ChangeLog, source/geom/util/GeometryTransformer.cpp,
+	* ChangeLog, source/geom/util/GeometryTransformer.cpp,
 	  source/headers/geos/geom/util/GeometryTransformer.h: updated port
 	  info
 
-2006-06-19 21:17  Sandro Santilli <strk at keybit.net>
+2006-06-19 21:17  strk
 
-	* [r1672] ChangeLog, source/geom/GeometryFactory.cpp,
+	* ChangeLog, source/geom/GeometryFactory.cpp,
 	  source/headers/geos/geom/GeometryFactory.h,
 	  source/headers/geos/geom/GeometryFactory.inl: port info and
 	  doxygen dox.
 
-2006-06-19 20:48  Sandro Santilli <strk at keybit.net>
+2006-06-19 20:48  strk
 
-	* [r1671] ChangeLog, tests/xmltester/XMLTester.cpp: parseCase():
-	  make sure to exit the <case> tag before returning
+	* ChangeLog, tests/xmltester/XMLTester.cpp: parseCase(): make sure
+	  to exit the <case> tag before returning
 
-2006-06-14 19:27  Sandro Santilli <strk at keybit.net>
+2006-06-14 19:27  strk
 
-	* [r1670] ChangeLog, source/geom/Coordinate.cpp,
+	* ChangeLog, source/geom/Coordinate.cpp,
 	  source/headers/geos/geom/Coordinate.h,
 	  source/headers/geos/geom/Coordinate.inl: Let the compiler
 	  synthetize copy ctor and assignment op for Coordinate class to
 	  obtain better numerical stability.
 
-2006-06-14 19:19  Sandro Santilli <strk at keybit.net>
+2006-06-14 19:19  strk
 
-	* [r1669] ChangeLog, tests/xmltester/XMLTester.cpp: Added support
-	  for "AreaTest" operations.
+	* ChangeLog, tests/xmltester/XMLTester.cpp: Added support for
+	  "AreaTest" operations.
 
-2006-06-14 19:17  Sandro Santilli <strk at keybit.net>
+2006-06-14 19:17  strk
 
-	* [r1668] ChangeLog, source/operation/overlay/PolygonBuilder.cpp:
-	  Fixed bug in findShell() needlessly erasing vector elements
+	* ChangeLog, source/operation/overlay/PolygonBuilder.cpp: Fixed bug
+	  in findShell() needlessly erasing vector elements
 
-2006-06-14 15:38  Sandro Santilli <strk at keybit.net>
+2006-06-14 15:38  strk
 
-	* [r1667] source/operation/overlay/OverlayOp.cpp: Fixed
-	  just-introduced bug
+	* source/operation/overlay/OverlayOp.cpp: Fixed just-introduced bug
 
-2006-06-14 15:03  Sandro Santilli <strk at keybit.net>
+2006-06-14 15:03  strk
 
-	* [r1666] ChangeLog, source/operation/overlay/OverlayOp.cpp: *
+	* ChangeLog, source/operation/overlay/OverlayOp.cpp: *
 	  source/operation/overlay/OverlayOp.cpp: use NodeMap::container
 	  and related typedefs, removed (int) casts, optimized loops.
 
-2006-06-14 14:32  Sandro Santilli <strk at keybit.net>
+2006-06-14 14:32  strk
 
-	* [r1665] ChangeLog, source/geomgraph/EdgeEnd.cpp,
+	* ChangeLog, source/geomgraph/EdgeEnd.cpp,
 	  source/headers/geos/geomgraph/DirectedEdge.h,
 	  source/headers/geos/geomgraph/DirectedEdge.inl,
 	  source/headers/geos/geomgraph/EdgeEnd.h: EdgeEnd::getEdge() made
 	  non-virtual and inlined.
 
-2006-06-14 13:59  Sandro Santilli <strk at keybit.net>
+2006-06-14 13:59  strk
 
-	* [r1664] ChangeLog, source/operation/overlay/PolygonBuilder.cpp:
-	  Fixed bug in PolygonBuilder::placePolygonHoles, performance
-	  improved as a side effect.
+	* ChangeLog, source/operation/overlay/PolygonBuilder.cpp: Fixed bug
+	  in PolygonBuilder::placePolygonHoles, performance improved as a
+	  side effect.
 
-2006-06-13 23:26  Sandro Santilli <strk at keybit.net>
+2006-06-13 23:26  strk
 
-	* [r1663] ChangeLog,
+	* ChangeLog,
 	  source/headers/geos/operation/overlay/PolygonBuilder.h,
 	  source/operation/overlay/PolygonBuilder.cpp: cleanups
 
-2006-06-13 22:50  Sandro Santilli <strk at keybit.net>
+2006-06-13 22:50  strk
 
-	* [r1662] ChangeLog, source/headers/geos/io/WKTReader.inl: *
+	* ChangeLog, source/headers/geos/io/WKTReader.inl: *
 	  source/headers/geos/io/WKTReader.inl: added missing include for
 	  GEOS_DEBUG set case, use stderr for debugging output.
 
-2006-06-13 22:19  Sandro Santilli <strk at keybit.net>
+2006-06-13 22:19  strk
 
-	* [r1661] ChangeLog, source/operation/overlay/LineBuilder.cpp:
-	  fixed unused parameter warning
+	* ChangeLog, source/operation/overlay/LineBuilder.cpp: fixed unused
+	  parameter warning
 
-2006-06-13 22:00  Sandro Santilli <strk at keybit.net>
+2006-06-13 22:00  strk
 
-	* [r1660] ChangeLog, source/headers/geos/geomgraph/GeometryGraph.h:
-	  Changed GeometryGraph::lineEdgeMap set comparison function to be
+	* ChangeLog, source/headers/geos/geomgraph/GeometryGraph.h: Changed
+	  GeometryGraph::lineEdgeMap set comparison function to be
 	  pointer-based. Should be safe and much faster. Available tests
 	  all succeed.
 
-2006-06-13 21:42  Sandro Santilli <strk at keybit.net>
+2006-06-13 21:42  strk
 
-	* [r1659] source/operation/overlay/OverlayOp.cpp: trimmed cvs log,
-	  cleanups
+	* source/operation/overlay/OverlayOp.cpp: trimmed cvs log, cleanups
 
-2006-06-13 21:40  Sandro Santilli <strk at keybit.net>
+2006-06-13 21:40  strk
 
-	* [r1658] source/geomgraph/GeometryGraph.cpp: Cleanups and some
-	  more debugging lines
+	* source/geomgraph/GeometryGraph.cpp: Cleanups and some more
+	  debugging lines
 
-2006-06-13 21:38  Sandro Santilli <strk at keybit.net>
+2006-06-13 21:38  strk
 
-	* [r1657] ChangeLog, source/geom/Geometry.cpp: Added self
-	  comparison check in Geometry::compareTo().
+	* ChangeLog, source/geom/Geometry.cpp: Added self comparison check
+	  in Geometry::compareTo().
 
-2006-06-13 19:16  Sandro Santilli <strk at keybit.net>
+2006-06-13 19:16  strk
 
-	* [r1656] ChangeLog: fixed mis-assigned commit
+	* ChangeLog: fixed mis-assigned commit
 
-2006-06-12 17:18  Sandro Santilli <strk at keybit.net>
+2006-06-12 17:18  strk
 
-	* [r1655] ChangeLog, source/simplify/LineSegmentIndex.cpp:
+	* ChangeLog, source/simplify/LineSegmentIndex.cpp:
 	  LineSegmentIndex: explicitly initialized parent class in
 	  constructors.
 
-2006-06-12 17:15  Sandro Santilli <strk at keybit.net>
+2006-06-12 17:15  strk
 
-	* [r1654] ChangeLog, source/headers/geos/index/quadtree/Root.h,
+	* ChangeLog, source/headers/geos/index/quadtree/Root.h,
 	  source/headers/geos/operation/distance/ConnectedElementPointFilter.h,
 	  source/headers/geos/operation/polygonize/Polygonizer.h: Removed
 	  unused parameters warning
 
-2006-06-12 17:14  Sandro Santilli <strk at keybit.net>
+2006-06-12 17:14  strk
 
-	* [r1653] ChangeLog, source/headers/geos/geom/GeometryFilter.h:
-	  added assert(0) version of filter_ro() and filter_rw() to allow
+	* ChangeLog, source/headers/geos/geom/GeometryFilter.h: added
+	  assert(0) version of filter_ro() and filter_rw() to allow
 	  implementations to only defined the required one.
 
-2006-06-12 16:59  Sandro Santilli <strk at keybit.net>
+2006-06-12 16:59  strk
 
-	* [r1652] tests/bigtest/TestSweepLineSpeed.cpp,
+	* tests/bigtest/TestSweepLineSpeed.cpp,
 	  tests/xmltester/SimpleWKTTester.cpp: Removed unused parameter
 	  warnings
 
-2006-06-12 16:57  Sandro Santilli <strk at keybit.net>
+2006-06-12 16:57  strk
 
-	* [r1651] source/headers/geos/planargraph/Node.h: Added note about
+	* source/headers/geos/planargraph/Node.h: Added note about
 	  ownership of return from getEdgesBetween()
 
-2006-06-12 16:55  Sandro Santilli <strk at keybit.net>
+2006-06-12 16:55  strk
 
-	* [r1650] ChangeLog, source/headers/geos/io/WKTWriter.h,
+	* ChangeLog, source/headers/geos/io/WKTWriter.h,
 	  source/io/WKTWriter.cpp: fixed compiler warnings, fixed some
 	  methods to omit unused parameters.
 
-2006-06-12 16:51  Sandro Santilli <strk at keybit.net>
+2006-06-12 16:51  strk
 
-	* [r1649] ChangeLog, source/geom/CoordinateSequence.cpp,
+	* ChangeLog, source/geom/CoordinateSequence.cpp,
 	  source/headers/geos/geom/CoordinateSequence.h,
 	  tests/unit/geom/CoordinateArraySequenceTest.cpp: Added equality
 	  and inequality operators and tests
 
-2006-06-12 16:36  Sandro Santilli <strk at keybit.net>
+2006-06-12 16:36  strk
 
-	* [r1648] ChangeLog, source/geom/CoordinateSequence.cpp,
+	* ChangeLog, source/geom/CoordinateSequence.cpp,
 	  source/headers/geos/geom/CoordinateSequence.h: indentation, notes
 	  about things to be fixed.
 
-2006-06-12 15:47  Sandro Santilli <strk at keybit.net>
+2006-06-12 15:47  strk
 
-	* [r1647] ChangeLog, source/planargraph/Node.cpp: implemented
-	  missing getEdgesBetween() method (untested).
+	* ChangeLog, source/planargraph/Node.cpp: implemented missing
+	  getEdgesBetween() method (untested).
 
-2006-06-12 15:46  Sandro Santilli <strk at keybit.net>
+2006-06-12 15:46  strk
 
-	* [r1646] source/headers/geos/planargraph/DirectedEdge.h,
+	* source/headers/geos/planargraph/DirectedEdge.h,
 	  source/planargraph/DirectedEdge.cpp: provided a memory friendly
 	  version of toEdges() method.
 
-2006-06-12 15:07  Sandro Santilli <strk at keybit.net>
+2006-06-12 15:07  strk
 
-	* [r1645] ChangeLog, source/geom/CoordinateArraySequence.cpp:
-	  explicitly invoked CoordinateSequence (copy) ctor - suggested by
-	  GCC warning.
+	* ChangeLog, source/geom/CoordinateArraySequence.cpp: explicitly
+	  invoked CoordinateSequence (copy) ctor - suggested by GCC
+	  warning.
 
-2006-06-12 15:06  Sandro Santilli <strk at keybit.net>
+2006-06-12 15:06  strk
 
-	* [r1644] source/headers/geos/geom/CoordinateSequence.h: Added
-	  default ctor and copy ctor (protected)
+	* source/headers/geos/geom/CoordinateSequence.h: Added default ctor
+	  and copy ctor (protected)
 
-2006-06-12 13:57  Sandro Santilli <strk at keybit.net>
+2006-06-12 13:57  strk
 
-	* [r1643] ChangeLog, acsite.m4, configure.in,
+	* ChangeLog, acsite.m4, configure.in,
 	  source/headers/geos/platform.h.in: Check for int64_t type for
 	  int64 typedef.
 
-2006-06-12 11:29  Sandro Santilli <strk at keybit.net>
+2006-06-12 11:29  strk
 
-	* [r1642] ChangeLog, source/algorithm/SimplePointInAreaLocator.cpp,
+	* ChangeLog, source/algorithm/SimplePointInAreaLocator.cpp,
 	  source/geomgraph/EdgeNodingValidator.cpp,
 	  source/geomgraph/EdgeRing.cpp,
 	  source/geomgraph/GeometryGraph.cpp,
@@ -7812,9 +8265,9 @@
 	  source/simplify/TaggedLineString.cpp, source/util/Profiler.cpp:
 	  unsigned int => size_t
 
-2006-06-12 10:49  Sandro Santilli <strk at keybit.net>
+2006-06-12 10:49  strk
 
-	* [r1641] ChangeLog, source/algorithm/ConvexHull.cpp,
+	* ChangeLog, source/algorithm/ConvexHull.cpp,
 	  source/algorithm/PointLocator.cpp, source/geom/Envelope.cpp,
 	  source/geom/LineString.cpp,
 	  source/headers/geos/geom/LineString.h,
@@ -7831,14 +8284,14 @@
 	  source/operation/linemerge/LineSequencer.cpp,
 	  source/planargraph/PlanarGraph.cpp: unsigned int => size_t
 
-2006-06-12 10:39  Sandro Santilli <strk at keybit.net>
+2006-06-12 10:39  strk
 
-	* [r1640] ChangeLog, tests/xmltester/XMLTester.cpp: don't print
-	  test file precision model if verbosity level < 2.
+	* ChangeLog, tests/xmltester/XMLTester.cpp: don't print test file
+	  precision model if verbosity level < 2.
 
-2006-06-12 10:10  Sandro Santilli <strk at keybit.net>
+2006-06-12 10:10  strk
 
-	* [r1639] ChangeLog, NEWS, capi/geos_c.h.in,
+	* ChangeLog, NEWS, capi/geos_c.h.in,
 	  source/algorithm/CGAlgorithms.cpp,
 	  source/geom/CoordinateArraySequence.cpp,
 	  source/geom/CoordinateSequence.cpp, source/geom/Geometry.cpp,
@@ -7858,31 +8311,30 @@
 	  getGeometryN() to take size_t rather then int, changed unsigned
 	  int parameters to size_t.
 
-2006-06-09 08:28  Sandro Santilli <strk at keybit.net>
+2006-06-09 08:28  strk
 
-	* [r1638] tests/xmltester/SimpleWKTTester.cpp: Removed compiler
-	  warning
+	* tests/xmltester/SimpleWKTTester.cpp: Removed compiler warning
 
-2006-06-09 08:17  Sandro Santilli <strk at keybit.net>
+2006-06-09 08:17  strk
 
-	* [r1637] ChangeLog, tests/unit/noding/SegmentStringTest.cpp:
-	  removed signed/unsigned comparison warnings.
+	* ChangeLog, tests/unit/noding/SegmentStringTest.cpp: removed
+	  signed/unsigned comparison warnings.
 
-2006-06-09 08:09  Sandro Santilli <strk at keybit.net>
+2006-06-09 08:09  strk
 
-	* [r1636] ChangeLog, tests/unit/geom/LinearRingTest.cpp,
+	* ChangeLog, tests/unit/geom/LinearRingTest.cpp,
 	  tests/unit/geom/MultiPointTest.cpp,
 	  tests/unit/geom/PolygonTest.cpp: removed signed/unsigned
 	  comparison warnings.
 
-2006-06-09 08:02  Sandro Santilli <strk at keybit.net>
+2006-06-09 08:02  strk
 
-	* [r1635] ChangeLog, tests/unit/geom/LineStringTest.cpp: Fixed
+	* ChangeLog, tests/unit/geom/LineStringTest.cpp: Fixed
 	  signed/unsigned comparison tests
 
-2006-06-09 07:42  Sandro Santilli <strk at keybit.net>
+2006-06-09 07:42  strk
 
-	* [r1634] ChangeLog, source/geomgraph/GeometryGraph.cpp,
+	* ChangeLog, source/geomgraph/GeometryGraph.cpp,
 	  source/operation/buffer/OffsetCurveSetBuilder.cpp,
 	  source/operation/overlay/OverlayOp.cpp,
 	  source/operation/valid/RepeatedPointTester.cpp: *
@@ -7893,62 +8345,60 @@
 	  after Polygon ring accessor methods changed to work with size_t.
 	  Small optimizations in loops.
 
-2006-06-09 06:41  Sandro Santilli <strk at keybit.net>
+2006-06-09 06:41  strk
 
-	* [r1633] ChangeLog: Added missing log for mloskot change
+	* ChangeLog: Added missing log for mloskot change
 
-2006-06-08 18:50  Mateusz Loskot <mateusz at loskot.net>
+2006-06-08 18:50  mloskot
 
-	* [r1632] tests/unit/geom/DimensionTest.cpp: Fixed no-effect
-	  warning in test<1> from DimensionTest.cpp.
+	* tests/unit/geom/DimensionTest.cpp: Fixed no-effect warning in
+	  test<1> from DimensionTest.cpp.
 
-2006-06-08 18:18  Sandro Santilli <strk at keybit.net>
+2006-06-08 18:18  strk
 
-	* [r1631] ChangeLog, tests/unit/geom/GeometryFactoryTest.cpp: *
+	* ChangeLog, tests/unit/geom/GeometryFactoryTest.cpp: *
 	  tests/unit/geom/GeometryFactoryTest.cpp: fixed compiler warnings
 	  about signed/unsigned comparisons.
 
-2006-06-08 17:58  Sandro Santilli <strk at keybit.net>
+2006-06-08 17:58  strk
 
-	* [r1630] ChangeLog, NEWS, source/algorithm/CentroidArea.cpp,
+	* ChangeLog, NEWS, source/algorithm/CentroidArea.cpp,
 	  source/geom/Polygon.cpp, source/geom/util/GeometryEditor.cpp,
 	  source/headers/geos/geom/Polygon.h, source/io/WKTWriter.cpp:
 	  Polygon::getNumInteriorRing() return size_t,
 	  Polygon::interiorRingN() takes size_t.
 
-2006-06-08 17:46  Sandro Santilli <strk at keybit.net>
+2006-06-08 17:46  strk
 
-	* [r1629] ChangeLog,
-	  tests/unit/geom/CoordinateArraySequenceTest.cpp: *
+	* ChangeLog, tests/unit/geom/CoordinateArraySequenceTest.cpp: *
 	  tests/unit/geom/CoordinateArraySequenceTest.cpp: fix
 	  signed/unsigned comparison warning.
 
-2006-06-08 15:55  Sandro Santilli <strk at keybit.net>
+2006-06-08 15:55  strk
 
-	* [r1628] ChangeLog, tests/xmltester/markup/MarkupSTL.cpp: *
+	* ChangeLog, tests/xmltester/markup/MarkupSTL.cpp: *
 	  tests/xmltester/markup/MarkupSTL.cpp: removed use of
 	  allocator<char>, which brings in some incompatibilities with
 	  libstdc++ 6.0.7 (gcc 4.0.2).
 
-2006-06-08 13:19  Sandro Santilli <strk at keybit.net>
+2006-06-08 13:19  strk
 
-	* [r1627] configure.in: Commented out ruby and python detection
+	* configure.in: Commented out ruby and python detection
 
-2006-06-08 12:58  Sandro Santilli <strk at keybit.net>
+2006-06-08 12:58  strk
 
-	* [r1626] tests/xmltester/Makefile.am,
-	  tests/xmltester/testrunner.sh: Fixed xml testrunner rule
+	* tests/xmltester/Makefile.am, tests/xmltester/testrunner.sh: Fixed
+	  xml testrunner rule
 
-2006-06-08 12:16  Sandro Santilli <strk at keybit.net>
+2006-06-08 12:16  strk
 
-	* [r1625] ChangeLog, tests/xmltester/Makefile.am,
+	* ChangeLog, tests/xmltester/Makefile.am,
 	  tests/xmltester/testrunner.sh: added XML tests run to the 'make
 	  check' rule.
 
-2006-06-08 11:20  Sandro Santilli <strk at keybit.net>
+2006-06-08 11:20  strk
 
-	* [r1624] ChangeLog,
-	  source/headers/geos/geom/CoordinateSequenceFactory.h,
+	* ChangeLog, source/headers/geos/geom/CoordinateSequenceFactory.h,
 	  source/headers/geos/geom/GeometryComponentFilter.h,
 	  source/headers/geos/geom/GeometryFilter.h,
 	  source/headers/geos/geom/util/CoordinateOperation.h,
@@ -7960,68 +8410,66 @@
 	  source/headers/geos/index/sweepline/SweepLineOverlapAction.h:
 	  Added missing virtual destructor to abstract classes.
 
-2006-06-07 20:04  Sandro Santilli <strk at keybit.net>
+2006-06-07 20:04  strk
 
-	* [r1623] ChangeLog, configure.in: * configure.in: enforce -Wall
-	  -ansi -pedantic -Wno-long-long to C and CXX flags.
+	* ChangeLog, configure.in: * configure.in: enforce -Wall -ansi
+	  -pedantic -Wno-long-long to C and CXX flags.
 
-2006-06-07 19:45  Sandro Santilli <strk at keybit.net>
+2006-06-07 19:45  strk
 
-	* [r1622] swig/ruby/test/Makefile.am: Renamed (reserved) TESTS
-	  variable to RUBY_TESTS
+	* swig/ruby/test/Makefile.am: Renamed (reserved) TESTS variable to
+	  RUBY_TESTS
 
-2006-06-07 19:26  Sandro Santilli <strk at keybit.net>
+2006-06-07 19:26  strk
 
-	* [r1621] Makefile.am: Fixed SUBDIRS order, and added a NOTE about
+	* Makefile.am: Fixed SUBDIRS order, and added a NOTE about
 	  maintaining it.
 
-2006-06-07 17:03  Sandro Santilli <strk at keybit.net>
+2006-06-07 17:03  strk
 
-	* [r1620] ChangeLog, Makefile.am, configure.in,
-	  swig/python/Makefile.am, swig/ruby/Makefile.am,
-	  swig/ruby/test/Makefile.am: * Makefile.am, configure.in,
-	  swig/python/Makefile.am, swig/ruby/Makefile.am,
+	* ChangeLog, Makefile.am, configure.in, swig/python/Makefile.am,
+	  swig/ruby/Makefile.am, swig/ruby/test/Makefile.am: * Makefile.am,
+	  configure.in, swig/python/Makefile.am, swig/ruby/Makefile.am,
 	  swig/ruby/test/Makefile.am: swig removed from automatic build
 	  process.
 	  * configure.in: removed check for boost availability.
 
-2006-06-07 16:07  Sandro Santilli <strk at keybit.net>
+2006-06-07 16:07  strk
 
-	* [r1619] configure.in: Set release version to 3.0.0rc1
+	* configure.in: Set release version to 3.0.0rc1
 
-2006-06-07 14:10  Mateusz Loskot <mateusz at loskot.net>
+2006-06-07 14:10  mloskot
 
-	* [r1618] ChangeLog, tests/unit/Makefile.am: Update ChangeLog with
-	  info about new test case isPointInRingTest.cpp.
+	* ChangeLog, tests/unit/Makefile.am: Update ChangeLog with info
+	  about new test case isPointInRingTest.cpp.
 
-2006-06-07 14:06  Mateusz Loskot <mateusz at loskot.net>
+2006-06-07 14:06  mloskot
 
-	* [r1617] tests/unit/algorithm/CGAlgorithms/isPointInRing.cpp,
+	* tests/unit/algorithm/CGAlgorithms/isPointInRing.cpp,
 	  tests/unit/algorithm/CGAlgorithms/isPointInRingTest.cpp: Renamed
 	  file isPointInRing.cpp to isPointInRingTest.cpp to follow GEOS
 	  Unit Test convention.
 
-2006-06-07 13:52  Mateusz Loskot <mateusz at loskot.net>
+2006-06-07 13:52  mloskot
 
-	* [r1616] tests/unit/Makefile.am,
-	  tests/unit/algorithm/CGAlgorithms,
+	* tests/unit/Makefile.am, tests/unit/algorithm/CGAlgorithms,
 	  tests/unit/algorithm/CGAlgorithms/isPointInRing.cpp: Added new
 	  test: CGAlgorithms/isPointInRing.cpp.
 
-2006-06-07 13:10  Sandro Santilli <strk at keybit.net>
+2006-06-07 13:10  strk
 
-	* [r1615] ChangeLog, source/headers/geos/geom.h: Removed Triangle.h
-	  include from geom.h
+	* ChangeLog, source/headers/geos/geom.h: Removed Triangle.h include
+	  from geom.h
 
-2006-06-07 13:08  Sandro Santilli <strk at keybit.net>
+2006-06-07 13:08  strk
 
-	* [r1614] ChangeLog, source/headers/geos/geom/Makefile.am: *
+	* ChangeLog, source/headers/geos/geom/Makefile.am: *
 	  source/headers/geos/geom/Makefile.am: removed Triangle.h from
 	  installed header set.
 
-2006-06-05 19:42  Sandro Santilli <strk at keybit.net>
+2006-06-05 19:42  strk
 
-	* [r1613] ChangeLog, source/headers/geos/Makefile.am,
+	* ChangeLog, source/headers/geos/Makefile.am,
 	  source/headers/geos/algorithm/Makefile.am,
 	  source/headers/geos/geom/Makefile.am,
 	  source/headers/geos/geom/util/Makefile.am,
@@ -8060,10 +8508,10 @@
 	  source/headers/geos/util.h, source/headers/geos/util/Makefile.am:
 	  Fixed noinst_geos_HEADERS => noinst_HEADERS.
 
-2006-06-05 15:36  Sandro Santilli <strk at keybit.net>
+2006-06-05 15:36  strk
 
-	* [r1612] ChangeLog, NEWS, capi/geos_c.cpp,
-	  source/geom/Geometry.cpp, source/headers/geos/noding.h,
+	* ChangeLog, NEWS, capi/geos_c.cpp, source/geom/Geometry.cpp,
+	  source/headers/geos/noding.h,
 	  source/headers/geos/noding/Makefile.am,
 	  source/headers/geos/operation/overlay/LineBuilder.h,
 	  source/headers/geos/operation/overlay/OverlayOp.h,
@@ -8075,19 +8523,19 @@
 	  name and renamed values to have a lowercase prefix. Drop all of
 	  noding headers from installed header set.
 
-2006-06-03 22:31  Howard Butler <hobu.inc at gmail.com>
+2006-06-03 22:31  hobu
 
-	* [r1611] source/Makefile.vc: update to track latest removals
+	* source/Makefile.vc: update to track latest removals
 
-2006-06-03 22:29  Howard Butler <hobu.inc at gmail.com>
+2006-06-03 22:29  hobu
 
-	* [r1610] source/simplify/DouglasPeuckerLineSimplifier.cpp: Use a
-	  fully qualified namespace for LineSegment because we're inside of
+	* source/simplify/DouglasPeuckerLineSimplifier.cpp: Use a fully
+	  qualified namespace for LineSegment because we're inside of
 	  geos::simplify at the time
 
-2006-06-01 11:49  Sandro Santilli <strk at keybit.net>
+2006-06-01 11:49  strk
 
-	* [r1609] ChangeLog, source/headers/geos/geomgraph.h,
+	* ChangeLog, source/headers/geos/geomgraph.h,
 	  source/headers/geos/geomgraph/Makefile.am,
 	  source/headers/geos/geomgraph/Node.h,
 	  source/headers/geos/geomgraph/PlanarGraph.h,
@@ -8103,9 +8551,9 @@
 	  source/io/WKTWriter.cpp, source/io/Writer.cpp: Reduced installed
 	  headers form geomgraph namespace
 
-2006-06-01 10:28  Sandro Santilli <strk at keybit.net>
+2006-06-01 10:28  strk
 
-	* [r1608] ChangeLog, source/headers/geos/index/bintree/Makefile.am,
+	* ChangeLog, source/headers/geos/index/bintree/Makefile.am,
 	  source/headers/geos/index/chain/Makefile.am,
 	  source/headers/geos/index/quadtree/Makefile.am,
 	  source/headers/geos/index/strtree/Makefile.am,
@@ -8119,38 +8567,38 @@
 	  source/operation/valid/Makefile.am: Reduced number of installed
 	  headers for the geos::index namespace
 
-2006-05-25 18:44  Sandro Santilli <strk at keybit.net>
+2006-05-25 18:44  strk
 
-	* [r1607] ChangeLog, tests/unit/geom/TriangleTest.cpp: *
+	* ChangeLog, tests/unit/geom/TriangleTest.cpp: *
 	  tests/unit/geom/TriangleTest.cpp: take floating-point rounding
 	  error into account.
 
-2006-05-25 16:11  Mateusz Loskot <mateusz at loskot.net>
+2006-05-25 16:11  mloskot
 
-	* [r1606] tests/tut/tut.h: Changed precision constant with
-	  epsilon() from std::numeric_limits.
+	* tests/tut/tut.h: Changed precision constant with epsilon() from
+	  std::numeric_limits.
 
-2006-05-25 15:54  Mateusz Loskot <mateusz at loskot.net>
+2006-05-25 15:54  mloskot
 
-	* [r1605] tests/tut/tut.h: Added specialization of ensure_equals
-	  for double type.
+	* tests/tut/tut.h: Added specialization of ensure_equals for double
+	  type.
 
-2006-05-24 16:29  Sandro Santilli <strk at keybit.net>
+2006-05-24 16:29  strk
 
-	* [r1604] ChangeLog, source/index/quadtree/DoubleBits.cpp: *
+	* ChangeLog, source/index/quadtree/DoubleBits.cpp: *
 	  source/index/quadtree/DoubleBits.cpp: handled negative or zero
 	  values in getExponent().
 
-2006-05-24 16:01  Sandro Santilli <strk at keybit.net>
+2006-05-24 16:01  strk
 
-	* [r1603] ChangeLog, tests/unit/utility.h: * tests/unit/utility.h:
-	  fixed missing return from isSameStructure's specialization on
+	* ChangeLog, tests/unit/utility.h: * tests/unit/utility.h: fixed
+	  missing return from isSameStructure's specialization on
 	  GeometryCollection, also fixed a signed/unsigned mismatch warning
 	  there.
 
-2006-05-24 15:42  Sandro Santilli <strk at keybit.net>
+2006-05-24 15:42  strk
 
-	* [r1602] ChangeLog, source/util/CoordinateArrayFiter.cpp,
+	* ChangeLog, source/util/CoordinateArrayFiter.cpp,
 	  source/util/GEOSException.cpp, source/util/Makefile.am,
 	  source/util/UniqueCoordinateArrayFilter.cpp: *
 	  source/util/Makefile.am, source/util/CoordinateArrayFiter.cpp,
@@ -8158,17 +8606,16 @@
 	  source/util/UniqueCoordinateArrayFilter.cpp: removed empty
 	  implementation files.
 
-2006-05-24 15:32  Sandro Santilli <strk at keybit.net>
+2006-05-24 15:32  strk
 
-	* [r1601] ChangeLog,
-	  source/headers/geos/simplify/TaggedLinesSimplifier.h: *
-	  source/headers/geos/simplify/TaggedLinesSimplifier.h: added
+	* ChangeLog, source/headers/geos/simplify/TaggedLinesSimplifier.h:
+	  * source/headers/geos/simplify/TaggedLinesSimplifier.h: added
 	  LineSegmentIndex.h include so that every use of the templated
 	  simplify() function get all the required definitions.
 
-2006-05-24 15:17  Sandro Santilli <strk at keybit.net>
+2006-05-24 15:17  strk
 
-	* [r1600] ChangeLog, source/headers/geos/algorithm/Makefile.am,
+	* ChangeLog, source/headers/geos/algorithm/Makefile.am,
 	  source/headers/geos/geom/Makefile.am,
 	  source/headers/geos/geomgraph/Makefile.am,
 	  source/headers/geos/opLinemerge.h,
@@ -8182,18 +8629,17 @@
 	  source/headers/geos/planargraph/Makefile.am: Reduced number of
 	  installed headers in geos/operation/ subdir
 
-2006-05-24 13:44  Sandro Santilli <strk at keybit.net>
+2006-05-24 13:44  strk
 
-	* [r1599] NEWS: Added a note about unit tests being introduced
+	* NEWS: Added a note about unit tests being introduced
 
-2006-05-24 11:44  Mateusz Loskot <mateusz at loskot.net>
+2006-05-24 11:44  mloskot
 
-	* [r1598] ChangeLog: Added missing entries to ChangeLog.
+	* ChangeLog: Added missing entries to ChangeLog.
 
-2006-05-24 11:41  Sandro Santilli <strk at keybit.net>
+2006-05-24 11:41  strk
 
-	* [r1597] ChangeLog,
-	  source/headers/geos/simplify/TaggedLinesSimplifier.h,
+	* ChangeLog, source/headers/geos/simplify/TaggedLinesSimplifier.h,
 	  source/simplify/TaggedLinesSimplifier.cpp,
 	  source/simplify/TopologyPreservingSimplifier.cpp: *
 	  source/headers/geos/simplify/TaggedLinesSimplifier.h,
@@ -8204,149 +8650,145 @@
 	  class to more closely match JTS and use templated
 	  functions.
 
-2006-05-24 08:32  Sandro Santilli <strk at keybit.net>
+2006-05-24 08:32  strk
 
-	* [r1596] ChangeLog, capi/geos_c.h.in: * capi/geos_c.h.in: #include
+	* ChangeLog, capi/geos_c.h.in: * capi/geos_c.h.in: #include
 	  <stddef.h> to get size_t definition (only #ifndef __cplusplus)
 
-2006-05-24 05:53  Mateusz Loskot <mateusz at loskot.net>
+2006-05-24 05:53  mloskot
 
-	* [r1595] tests/unit/Makefile.am,
+	* tests/unit/Makefile.am,
 	  tests/unit/simplify/TopologyPreservingSimplifierTest.cpp,
 	  tests/unit/utility.h: Added new test:
 	  TopologyPreservingSimplifierTest.cpp. Added new utility.cpp
 	  helper for Unit Tests (implementes utils from JTS Unit Tests).
 
-2006-05-23 15:06  Sandro Santilli <strk at keybit.net>
+2006-05-23 15:06  strk
 
-	* [r1594] ChangeLog, source/headers/geos/geom/Coordinate.h: *
+	* ChangeLog, source/headers/geos/geom/Coordinate.h: *
 	  source/headers/geos/geom/Coordinate.h: added missing <string>
 	  include.
 
-2006-05-23 14:44  Sandro Santilli <strk at keybit.net>
+2006-05-23 14:44  strk
 
-	* [r1593] ChangeLog, source/headers/geos/config.h: *
+	* ChangeLog, source/headers/geos/config.h: *
 	  source/headers/geos/config.h: removed file which is not supposed
 	  to be in the repository.
 
-2006-05-23 14:29  Sandro Santilli <strk at keybit.net>
+2006-05-23 14:29  strk
 
-	* [r1592] ChangeLog,
-	  source/headers/geos/index/quadtree/DoubleBits.h,
+	* ChangeLog, source/headers/geos/index/quadtree/DoubleBits.h,
 	  source/index/quadtree/DoubleBits.cpp: *
 	  source/headers/geos/index/quadtree/DoubleBits.h,
 	  source/index/quadtree/DoubleBits.cpp: const correctness and
 	  documentation.
 
-2006-05-23 13:21  Sandro Santilli <strk at keybit.net>
+2006-05-23 13:21  strk
 
-	* [r1591] tests/unit/io/ByteOrderValuesTest.cpp: Added test for
-	  put/get Long values
+	* tests/unit/io/ByteOrderValuesTest.cpp: Added test for put/get
+	  Long values
 
-2006-05-23 13:16  Sandro Santilli <strk at keybit.net>
+2006-05-23 13:16  strk
 
-	* [r1590] ChangeLog, source/io/WKBWriter.cpp: Fixed a bug in
+	* ChangeLog, source/io/WKBWriter.cpp: Fixed a bug in
 	  WKBWriter::writeByteOrder() failing to consider machine's byte
 	  order
 
-2006-05-23 12:57  Sandro Santilli <strk at keybit.net>
+2006-05-23 12:57  strk
 
-	* [r1589] tests/unit/geom/CoordinateTest.cpp: Fixed small typo in
-	  label
+	* tests/unit/geom/CoordinateTest.cpp: Fixed small typo in label
 
-2006-05-23 12:33  Sandro Santilli <strk at keybit.net>
+2006-05-23 12:33  strk
 
-	* [r1588] ChangeLog, source/io/ByteOrderValues.cpp: *
+	* ChangeLog, source/io/ByteOrderValues.cpp: *
 	  source/io/ByteOrderValues.cpp: fixed bug in putLong() also
 	  affecting putDouble()
 
-2006-05-23 12:23  Sandro Santilli <strk at keybit.net>
+2006-05-23 12:23  strk
 
-	* [r1587] ChangeLog, tests/unit/Makefile.am,
+	* ChangeLog, tests/unit/Makefile.am,
 	  tests/unit/io/ByteOrderValuesTest.cpp: * tests/unit/Makefile.am,
 	  tests/unit/io/ByteOrderValuesTest.cpp: unit test for
 	  ByteOrderValues class.
 
-2006-05-23 11:07  Sandro Santilli <strk at keybit.net>
+2006-05-23 11:07  strk
 
-	* [r1586] ChangeLog, source/io/WKBWriter.cpp: *
-	  source/io/WKBWriter.cpp: fixed bug in ::writeInt missing to
-	  honour the requested byte order.
+	* ChangeLog, source/io/WKBWriter.cpp: * source/io/WKBWriter.cpp:
+	  fixed bug in ::writeInt missing to honour the requested byte
+	  order.
 
-2006-05-23 10:56  Sandro Santilli <strk at keybit.net>
+2006-05-23 10:56  strk
 
-	* [r1585] tests/unit/io/WKBReaderTest.cpp: Fixed top comment
+	* tests/unit/io/WKBReaderTest.cpp: Fixed top comment
 
-2006-05-23 10:48  Sandro Santilli <strk at keybit.net>
+2006-05-23 10:48  strk
 
-	* [r1584] ChangeLog, tests/unit/io/WKBReaderTest.cpp: *
+	* ChangeLog, tests/unit/io/WKBReaderTest.cpp: *
 	  tests/unit/io/WKBReaderTest.cpp: cleaned up and added both XDR
 	  and NDR tests.
 
-2006-05-23 09:24  Sandro Santilli <strk at keybit.net>
+2006-05-23 09:24  strk
 
-	* [r1583] ChangeLog, source/headers/geos/io/WKBConstants.h,
+	* ChangeLog, source/headers/geos/io/WKBConstants.h,
 	  source/io/ByteOrderValues.cpp: * source/io/ByteOrderValues.cpp:
 	  changed ENDIAN_BIG and ENDIAN_LITTLE values to match
 	  WKBConstants::XDR and WKBConstants::NDR respectively.
 	  * source/headers/geos/io/WKBConstants.h: added comments about
 	  meaning of XDR/NDR.
 
-2006-05-22 15:08  Sandro Santilli <strk at keybit.net>
+2006-05-22 15:08  strk
 
-	* [r1582] source/headers/geos/util/GEOSException.h: Print colon
-	  after exception name (as it has always been)
+	* source/headers/geos/util/GEOSException.h: Print colon after
+	  exception name (as it has always been)
 
-2006-05-19 17:44  Sandro Santilli <strk at keybit.net>
+2006-05-19 17:44  strk
 
-	* [r1581] ChangeLog,
-	  source/simplify/TopologyPreservingSimplifier.cpp: *
+	* ChangeLog, source/simplify/TopologyPreservingSimplifier.cpp: *
 	  source/simplify/TopologyPreservingSimplifier.cpp:
 	  removed friend specification in
 	  TopologyPreservingSimplifier helper class
 	  (no more needed)
 
-2006-05-19 17:39  Sandro Santilli <strk at keybit.net>
+2006-05-19 17:39  strk
 
-	* [r1580] ChangeLog, tests/unit/geom/Geometry/coversTest.cpp: *
+	* ChangeLog, tests/unit/geom/Geometry/coversTest.cpp: *
 	  tests/unit/geom/Geometry/coversTest.cpp:
 	  keep tests in 'tut' namespace.
 
-2006-05-19 16:38  Sandro Santilli <strk at keybit.net>
+2006-05-19 16:38  strk
 
-	* [r1579] ChangeLog, tests/xmltester/XMLTester.cpp: *
+	* ChangeLog, tests/xmltester/XMLTester.cpp: *
 	  tests/xmltester/XMLTester.cpp: report
 	  error on load of requested tests.
 
-2006-05-18 10:19  Sandro Santilli <strk at keybit.net>
+2006-05-18 10:19  strk
 
-	* [r1578] ChangeLog, source/headers/geos/geom.h: *
+	* ChangeLog, source/headers/geos/geom.h: *
 	  source/headers/geos/geom.h: fixed doxygen header for mainpage.
 
-2006-05-18 10:16  Sandro Santilli <strk at keybit.net>
+2006-05-18 10:16  strk
 
-	* [r1577] NEWS: Added note about the new BinaryOp class and its
-	  uses.
+	* NEWS: Added note about the new BinaryOp class and its uses.
 
-2006-05-18 10:13  Sandro Santilli <strk at keybit.net>
+2006-05-18 10:13  strk
 
-	* [r1576] ChangeLog, source/headers/geos/geom/BinaryOp.h: *
+	* ChangeLog, source/headers/geos/geom/BinaryOp.h: *
 	  source/headers/geos/geom/BinaryOp.h: added compile-time defines
 	  to avoid precision-reduction and simplify based policies (default
 	  to enabled).
 
-2006-05-18 09:32  Sandro Santilli <strk at keybit.net>
+2006-05-18 09:32  strk
 
-	* [r1575] NEWS: added note about new Geometry predicates
+	* NEWS: added note about new Geometry predicates
 
-2006-05-18 09:00  Sandro Santilli <strk at keybit.net>
+2006-05-18 09:00  strk
 
-	* [r1574] ChangeLog, tests/unit/geom/Geometry/coversTest.cpp: Added
-	  tests for coveredBy(), fixed ChangeLog entry
+	* ChangeLog, tests/unit/geom/Geometry/coversTest.cpp: Added tests
+	  for coveredBy(), fixed ChangeLog entry
 
-2006-05-18 08:56  Sandro Santilli <strk at keybit.net>
+2006-05-18 08:56  strk
 
-	* [r1573] ChangeLog, source/geom/Geometry.cpp,
+	* ChangeLog, source/geom/Geometry.cpp,
 	  source/headers/geos/geom/Geometry.h, tests/unit/Makefile.am,
 	  tests/unit/geom/Geometry/coversTest.cpp: *
 	  source/geom/Geometry.cpp,
@@ -8356,82 +8798,81 @@
 	  tests/unit/geom/Geometry/coversTest.cpp:
 	  added test for covers() predicates.
 
-2006-05-17 17:41  Sandro Santilli <strk at keybit.net>
+2006-05-17 17:41  strk
 
-	* [r1572] source/geom/IntersectionMatrix.cpp,
+	* source/geom/IntersectionMatrix.cpp,
 	  source/headers/geos/geom/IntersectionMatrix.h,
 	  tests/unit/geom/IntersectionMatrixTest.cpp: Added output operator
 	  + test
 
-2006-05-17 17:24  Sandro Santilli <strk at keybit.net>
+2006-05-17 17:24  strk
 
-	* [r1571] ChangeLog, source/geom/IntersectionMatrix.cpp,
+	* ChangeLog, source/geom/IntersectionMatrix.cpp,
 	  source/headers/geos/geom/IntersectionMatrix.h: Added port info,
 	  fixed isCoveredBy() comment.
 
-2006-05-17 17:20  Sandro Santilli <strk at keybit.net>
+2006-05-17 17:20  strk
 
-	* [r1570] ChangeLog, source/geom/IntersectionMatrix.cpp,
+	* ChangeLog, source/geom/IntersectionMatrix.cpp,
 	  source/headers/geos/geom/IntersectionMatrix.h,
 	  tests/unit/geom/IntersectionMatrixTest.cpp: added isCovers() and
 	  isCoveredBy() public methods to IntersectionMatrix and associated
 	  tests.
 
-2006-05-17 08:40  Sandro Santilli <strk at keybit.net>
+2006-05-17 08:40  strk
 
-	* [r1569] source/headers/geos/geom/BinaryOp.h: typo fixed to make
+	* source/headers/geos/geom/BinaryOp.h: typo fixed to make
 	  description more clear
 
-2006-05-13 10:42  Mateusz Loskot <mateusz at loskot.net>
+2006-05-13 10:42  mloskot
 
-	* [r1563] tests/unit/algorithm/PointLocatorTest.cpp: Fixed
-	  line-ends in PointLocatorTest.cpp file.
+	* tests/unit/algorithm/PointLocatorTest.cpp: Fixed line-ends in
+	  PointLocatorTest.cpp file.
 
-2006-05-13 08:26  Mateusz Loskot <mateusz at loskot.net>
+2006-05-13 08:26  mloskot
 
-	* [r1562] ., .cvsignore, tests/unit, tests/unit/.cvsignore,
+	* ., .cvsignore, tests/unit, tests/unit/.cvsignore,
 	  tests/unit/geom/Geometry/isRectangleTest.cpp: Fixed line-ends in
 	  isRectangleTest.cpp. Added new patterns to .cvsignore.
 
-2006-05-05 15:40  Sandro Santilli <strk at keybit.net>
+2006-05-05 15:40  strk
 
-	* [r1561] ChangeLog,
-	  source/noding/snapround/MCIndexSnapRounder.cpp,
+	* ChangeLog, source/noding/snapround/MCIndexSnapRounder.cpp,
 	  source/noding/snapround/SimpleSnapRounder.cpp: Had nodind
 	  validation error throw an exception for SimpleSnapRounder
 	  and MCIndexSnapRounder
 
-2006-05-05 14:34  Sandro Santilli <strk at keybit.net>
+2006-05-05 14:34  strk
 
-	* [r1560] ChangeLog, tests/unit/Makefile.am, tests/unit/noding,
+	* ChangeLog, tests/unit/Makefile.am, tests/unit/noding,
 	  tests/unit/noding/SegmentStringTest.cpp: New SegmentString unit
 	  test
 
-2006-05-05 14:25  Sandro Santilli <strk at keybit.net>
+2006-05-05 14:25  strk
 
-	* [r1559] source/headers/geos/noding/SegmentString.h,
+	* source/headers/geos/noding/SegmentString.h,
 	  source/headers/geos/noding/SegmentString.inl,
 	  source/noding/SegmentString.cpp: moved getSegmentOctant out of
 	  .inl into .cpp, renamed private eiList to nodeList as in JTS,
 	  added more assertion checking and fixed doxygen comments
 
-2006-05-05 10:19  Sandro Santilli <strk at keybit.net>
+2006-05-05 10:19  strk
 
-	* [r1558] ChangeLog, source/headers/geos/noding/SegmentString.h,
+	* ChangeLog, source/headers/geos/noding/SegmentString.h,
 	  source/headers/geos/noding/SegmentString.inl,
 	  source/noding/SegmentNodeList.cpp: droppped
 	  SegmentString::getContext(), new name is getData() to reflect
 	  change in JTS
 
-2006-05-05 09:37  Sandro Santilli <strk at keybit.net>
+2006-05-05 09:37  strk
 
-	* [r1557] ChangeLog, source/headers/geos/geom.h: *
+	* ChangeLog, source/headers/geos/geom.h: *
 	  source/headers/geos/geom.h: fixed namespace qualification in
 	  doxygen page about C++ interface.
 
-2006-05-04 15:49  Sandro Santilli <strk at keybit.net>
+2006-05-04 15:49  strk
 
-	* [r1556] ChangeLog, source/geom/GeometryCollection.cpp,
+	* ChangeLog, source/geom/GeometryCollection.cpp,
 	  source/geom/LineString.cpp, source/geom/MultiLineString.cpp,
 	  source/geom/MultiPoint.cpp, source/geom/MultiPolygon.cpp,
 	  source/geom/Point.cpp, source/geom/Polygon.cpp,
@@ -8448,9 +8889,9 @@
 	  Geometry::getDimension() methods to return
 	  Dimension::DimensionType (closes bug#93)
 
-2006-05-04 14:05  Sandro Santilli <strk at keybit.net>
+2006-05-04 14:05  strk
 
-	* [r1555] ChangeLog, source/geom/PrecisionModel.cpp,
+	* ChangeLog, source/geom/PrecisionModel.cpp,
 	  source/headers/geos/noding/snapround/HotPixel.inl,
 	  source/headers/geos/util/math.h, source/noding/ScaledNoder.cpp: *
 	  source/headers/geos/util/math.h: provided an util::round() method
@@ -8458,254 +8899,248 @@
 	  function for the whole GEOS codebase. Currently pointing at
 	  util::java_math_round() being the last being used.
 
-2006-05-04 13:38  Sandro Santilli <strk at keybit.net>
+2006-05-04 13:38  strk
 
-	* [r1554] source/headers/geos/geomgraph/DirectedEdge.h: doxygen
-	  comments cleanup
+	* source/headers/geos/geomgraph/DirectedEdge.h: doxygen comments
+	  cleanup
 
-2006-05-04 12:54  Sandro Santilli <strk at keybit.net>
+2006-05-04 12:54  strk
 
-	* [r1553] ChangeLog, source/headers/geos/geomgraph/NodeMap.h: Added
+	* ChangeLog, source/headers/geos/geomgraph/NodeMap.h: Added
 	  invariant tester for NodeMap class, fixed comment about ownership
 	  of NodeFactory
 
-2006-05-04 12:33  Sandro Santilli <strk at keybit.net>
+2006-05-04 12:33  strk
 
-	* [r1552] source/operation/buffer/BufferSubgraph.cpp: Added some
-	  comments about RightmostEdgeFinder only considering forward
-	  DirectedEdge
+	* source/operation/buffer/BufferSubgraph.cpp: Added some comments
+	  about RightmostEdgeFinder only considering forward DirectedEdge
 
-2006-05-04 12:19  Sandro Santilli <strk at keybit.net>
+2006-05-04 12:19  strk
 
-	* [r1551]
-	  source/headers/geos/operation/buffer/RightmostEdgeFinder.h: Added
+	* source/headers/geos/operation/buffer/RightmostEdgeFinder.h: Added
 	  note about findEdge() only scanning for forward DirectedEdges
 
-2006-05-04 12:17  Sandro Santilli <strk at keybit.net>
+2006-05-04 12:17  strk
 
-	* [r1550] source/geomgraph/PlanarGraph.cpp: Added comment about
-	  management of newly created DirectedEdges
+	* source/geomgraph/PlanarGraph.cpp: Added comment about management
+	  of newly created DirectedEdges
 
-2006-05-04 10:15  Sandro Santilli <strk at keybit.net>
+2006-05-04 10:15  strk
 
-	* [r1549] ChangeLog,
+	* ChangeLog,
 	  source/headers/geos/operation/buffer/OffsetCurveSetBuilder.h:
 	  Doxygen comments
 
-2006-05-04 09:16  Sandro Santilli <strk at keybit.net>
+2006-05-04 09:16  strk
 
-	* [r1548] source/operation/buffer/BufferBuilder.cpp: Added JTS
-	  debugging, for comparison with JTS
+	* source/operation/buffer/BufferBuilder.cpp: Added JTS debugging,
+	  for comparison with JTS
 
-2006-05-04 08:42  Sandro Santilli <strk at keybit.net>
+2006-05-04 08:42  strk
 
-	* [r1547] ChangeLog, source/headers/geos/geom/CoordinateSequence.h:
-	  Added note about the CoordinateSequence::toVector() method.
+	* ChangeLog, source/headers/geos/geom/CoordinateSequence.h: Added
+	  note about the CoordinateSequence::toVector() method.
 
-2006-05-04 08:35  Sandro Santilli <strk at keybit.net>
+2006-05-04 08:35  strk
 
-	* [r1546] ChangeLog, source/noding/SegmentNodeList.cpp:
+	* ChangeLog, source/noding/SegmentNodeList.cpp:
 	  noding/SegmentNodeList.cpp: cleanups, changed output operator to
 	  be more similar to JTS
 
-2006-05-04 08:30  Sandro Santilli <strk at keybit.net>
+2006-05-04 08:30  strk
 
-	* [r1545] source/noding/ScaledNoder.cpp: removed use of
+	* source/noding/ScaledNoder.cpp: removed use of
 	  SegmentString::setCoordinates() [dropped]
 
-2006-05-04 08:29  Sandro Santilli <strk at keybit.net>
+2006-05-04 08:29  strk
 
-	* [r1544] ChangeLog, source/headers/geos/noding/SegmentString.h,
+	* ChangeLog, source/headers/geos/noding/SegmentString.h,
 	  source/headers/geos/noding/SegmentString.inl: *
 	  source/noding/ScaledNoder.cpp: removed use of
 	  SegmentString::setCoordinates().
 	  * source/headers/geos/noding/SegmentStrign.{h,inl}: removed new
 	  setCoordinates() interface.
 
-2006-05-04 07:43  Sandro Santilli <strk at keybit.net>
+2006-05-04 07:43  strk
 
-	* [r1543] ChangeLog, source/headers/geos/noding/SegmentString.h,
+	* ChangeLog, source/headers/geos/noding/SegmentString.h,
 	  source/noding/SegmentString.cpp: output operator for
 	  SegmentString class
 
-2006-05-04 07:41  Sandro Santilli <strk at keybit.net>
+2006-05-04 07:41  strk
 
-	* [r1542] ChangeLog, source/headers/geos/noding/SegmentNodeList.h:
+	* ChangeLog, source/headers/geos/noding/SegmentNodeList.h:
 	  const-correct size() method for SegmentNodeList
 
-2006-05-04 06:36  Sandro Santilli <strk at keybit.net>
+2006-05-04 06:36  strk
 
-	* [r1541] source/headers/geos/noding/ScaledNoder.h: Extended
-	  definition to take new CoordinateSequence tracking into account
+	* source/headers/geos/noding/ScaledNoder.h: Extended definition to
+	  take new CoordinateSequence tracking into account
 
-2006-05-03 20:05  Sandro Santilli <strk at keybit.net>
+2006-05-03 20:05  strk
 
-	* [r1540] ChangeLog, source/noding/ScaledNoder.cpp: Added SQL
-	  debugging output
+	* ChangeLog, source/noding/ScaledNoder.cpp: Added SQL debugging
+	  output
 
-2006-05-03 19:47  Sandro Santilli <strk at keybit.net>
+2006-05-03 19:47  strk
 
-	* [r1539] ChangeLog, source/geom/CoordinateSequence.cpp,
+	* ChangeLog, source/geom/CoordinateSequence.cpp,
 	  source/headers/geos/geom/CoordinateSequence.h: added operator<<
 	  for CoordinateSequence
 
-2006-05-03 18:04  Sandro Santilli <strk at keybit.net>
+2006-05-03 18:04  strk
 
-	* [r1538] ChangeLog, source/headers/geos/noding/SegmentString.h,
+	* ChangeLog, source/headers/geos/noding/SegmentString.h,
 	  source/headers/geos/noding/SegmentString.inl: added
 	  SegmentString::setCoordinates() interface
 
-2006-05-03 17:54  Sandro Santilli <strk at keybit.net>
+2006-05-03 17:54  strk
 
-	* [r1537] source/noding/snapround/SimpleSnapRounder.cpp:
-	  Uncommented correctness checker
+	* source/noding/snapround/SimpleSnapRounder.cpp: Uncommented
+	  correctness checker
 
-2006-05-03 17:51  Sandro Santilli <strk at keybit.net>
+2006-05-03 17:51  strk
 
-	* [r1536] source/noding/snapround/HotPixel.cpp: system headers
-	  included after package headers
+	* source/noding/snapround/HotPixel.cpp: system headers included
+	  after package headers
 
-2006-05-03 17:50  Sandro Santilli <strk at keybit.net>
+2006-05-03 17:50  strk
 
-	* [r1535] ChangeLog,
-	  source/headers/geos/noding/snapround/HotPixel.h: Doxygen comments
+	* ChangeLog, source/headers/geos/noding/snapround/HotPixel.h:
+	  Doxygen comments
 
-2006-05-03 17:48  Sandro Santilli <strk at keybit.net>
+2006-05-03 17:48  strk
 
-	* [r1534] source/headers/geos/nodingSnapround.h: Forgot a slash
+	* source/headers/geos/nodingSnapround.h: Forgot a slash
 
-2006-05-03 17:48  Sandro Santilli <strk at keybit.net>
+2006-05-03 17:48  strk
 
-	* [r1533] ChangeLog, source/headers/geos/nodingSnapround.h: Doxygen
-	  brief
+	* ChangeLog, source/headers/geos/nodingSnapround.h: Doxygen brief
 
-2006-05-03 16:22  Howard Butler <hobu.inc at gmail.com>
+2006-05-03 16:22  hobu
 
-	* [r1532] source/Makefile.vc: tweak clean target
+	* source/Makefile.vc: tweak clean target
 
-2006-05-03 16:21  Howard Butler <hobu.inc at gmail.com>
+2006-05-03 16:21  hobu
 
-	* [r1531] source/Makefile.vc: Build the C API and shared lib
-	  separate from the normal lib
+	* source/Makefile.vc: Build the C API and shared lib separate from
+	  the normal lib
 	  Add missing files
 
-2006-05-03 16:19  Sandro Santilli <strk at keybit.net>
+2006-05-03 16:19  strk
 
-	* [r1530] source/headers/geos/noding/SegmentString.h: fit in 80
-	  columns
+	* source/headers/geos/noding/SegmentString.h: fit in 80 columns
 
-2006-05-03 16:09  Howard Butler <hobu.inc at gmail.com>
+2006-05-03 16:09  hobu
 
-	* [r1529] capi/geos_c.h.vc: Maintain a geos_c.h.vc until we come up
-	  with a better solution
+	* capi/geos_c.h.vc: Maintain a geos_c.h.vc until we come up with a
+	  better solution
 
-2006-05-03 15:50  Howard Butler <hobu.inc at gmail.com>
+2006-05-03 15:50  hobu
 
-	* [r1528] ChangeLog: *** empty log message ***
+	* ChangeLog: *** empty log message ***
 
-2006-05-03 15:49  Sandro Santilli <strk at keybit.net>
+2006-05-03 15:49  strk
 
-	* [r1527] ChangeLog, source/noding/snapround/SimpleSnapRounder.cpp:
-	  fixed bug in SimpleSnapRounder::computeSnaps, trying to access
+	* ChangeLog, source/noding/snapround/SimpleSnapRounder.cpp: fixed
+	  bug in SimpleSnapRounder::computeSnaps, trying to access
 	  out-of-bound vector element.
 
-2006-05-03 15:49  Howard Butler <hobu.inc at gmail.com>
+2006-05-03 15:49  hobu
 
-	* [r1526] source/Makefile.vc: add additional files and change names
-	  where necessary
+	* source/Makefile.vc: add additional files and change names where
+	  necessary
 
-2006-05-03 15:40  Sandro Santilli <strk at keybit.net>
+2006-05-03 15:40  strk
 
-	* [r1525] source/noding/ScaledNoder.cpp: test SegmentString
-	  invariant before and after scaling
+	* source/noding/ScaledNoder.cpp: test SegmentString invariant
+	  before and after scaling
 
-2006-05-03 15:37  Sandro Santilli <strk at keybit.net>
+2006-05-03 15:37  strk
 
-	* [r1524] ChangeLog: Tabs for indent
+	* ChangeLog: Tabs for indent
 
-2006-05-03 15:32  Howard Butler <hobu.inc at gmail.com>
+2006-05-03 15:32  hobu
 
-	* [r1523] ChangeLog: *** empty log message ***
+	* ChangeLog: *** empty log message ***
 
-2006-05-03 15:30  Howard Butler <hobu.inc at gmail.com>
+2006-05-03 15:30  hobu
 
-	* [r1522] source/headers/geos/version.h.vc: Maintain a version.h.vc
-	  until we come up with a better solution
+	* source/headers/geos/version.h.vc: Maintain a version.h.vc until
+	  we come up with a better solution
 
-2006-05-03 15:28  Sandro Santilli <strk at keybit.net>
+2006-05-03 15:28  strk
 
-	* [r1521] ChangeLog, configure.in: updated JTS_PORT to 1.7.1
+	* ChangeLog, configure.in: updated JTS_PORT to 1.7.1
 
-2006-05-03 15:26  Sandro Santilli <strk at keybit.net>
+2006-05-03 15:26  strk
 
-	* [r1520] ChangeLog, source/headers/geos/noding/SegmentString.h,
+	* ChangeLog, source/headers/geos/noding/SegmentString.h,
 	  source/headers/geos/noding/SegmentString.inl: testInvariant made
 	  public and always inlined
 
-2006-05-03 15:19  Sandro Santilli <strk at keybit.net>
+2006-05-03 15:19  strk
 
-	* [r1519] ChangeLog,
-	  source/headers/geos/noding/snapround/HotPixel.inl: Changed
-	  sym_round() to java_math_round()
+	* ChangeLog, source/headers/geos/noding/snapround/HotPixel.inl:
+	  Changed sym_round() to java_math_round()
 
-2006-05-03 15:12  Sandro Santilli <strk at keybit.net>
+2006-05-03 15:12  strk
 
-	* [r1518] source/noding/ScaledNoder.cpp: Oops, uninitialized value
-	  fix
+	* source/noding/ScaledNoder.cpp: Oops, uninitialized value fix
 
-2006-05-03 15:06  Sandro Santilli <strk at keybit.net>
+2006-05-03 15:06  strk
 
-	* [r1517] ChangeLog: Updated
+	* ChangeLog: Updated
 
-2006-05-03 15:06  Sandro Santilli <strk at keybit.net>
+2006-05-03 15:06  strk
 
-	* [r1516] source/headers/geos/noding/IntersectionFinderAdder.h:
-	  Better doxygen comment
+	* source/headers/geos/noding/IntersectionFinderAdder.h: Better
+	  doxygen comment
 
-2006-05-03 15:05  Sandro Santilli <strk at keybit.net>
+2006-05-03 15:05  strk
 
-	* [r1515] source/operation/buffer/RightmostEdgeFinder.cpp:
-	  Assertions checking
+	* source/operation/buffer/RightmostEdgeFinder.cpp: Assertions
+	  checking
 
-2006-05-03 15:04  Sandro Santilli <strk at keybit.net>
+2006-05-03 15:04  strk
 
-	* [r1514] source/headers/geos/noding/ScaledNoder.h: removed
-	  reduntant port info
+	* source/headers/geos/noding/ScaledNoder.h: removed reduntant port
+	  info
 
-2006-05-03 15:02  Sandro Santilli <strk at keybit.net>
+2006-05-03 15:02  strk
 
-	* [r1513] source/headers/geos/noding/snapround/SimpleSnapRounder.h,
+	* source/headers/geos/noding/snapround/SimpleSnapRounder.h,
 	  source/noding/snapround/SimpleSnapRounder.cpp: moved some
 	  implementations from header to .cpp file (taken out of inline)
 
-2006-05-03 15:00  Sandro Santilli <strk at keybit.net>
+2006-05-03 15:00  strk
 
-	* [r1512] source/headers/geos/noding/ScaledNoder.h,
+	* source/headers/geos/noding/ScaledNoder.h,
 	  source/noding/ScaledNoder.cpp: Fixed scale() function to remove
 	  repeated points *after* rounding. Added brief doxygen class
 	  description.
 
-2006-05-03 10:26  Sandro Santilli <strk at keybit.net>
+2006-05-03 10:26  strk
 
-	* [r1511] ChangeLog, source/operation/buffer/BufferOp.cpp: Fixed
-	  misuse of precision model in noder (bufferFixedPrecision)
+	* ChangeLog, source/operation/buffer/BufferOp.cpp: Fixed misuse of
+	  precision model in noder (bufferFixedPrecision)
 
-2006-05-03 09:46  Sandro Santilli <strk at keybit.net>
+2006-05-03 09:46  strk
 
-	* [r1510] ChangeLog: buffer headers reduction item
+	* ChangeLog: buffer headers reduction item
 
-2006-05-03 09:45  Sandro Santilli <strk at keybit.net>
+2006-05-03 09:45  strk
 
-	* [r1509] source/headers/geos/opBuffer.h,
+	* source/headers/geos/opBuffer.h,
 	  source/headers/geos/operation/buffer/Makefile.am: Do not install
 	  following buffer headers: BufferBuilder.h,
 	  OffsetCurveSetBuilder.h, BufferSubgraph.h,
 	  SubgraphDepthLocater.h,
 	  RightmostEdgeFinder.h
 
-2006-05-03 09:14  Sandro Santilli <strk at keybit.net>
+2006-05-03 09:14  strk
 
-	* [r1508] ChangeLog, source/headers/geos/noding/ScaledNoder.h,
+	* ChangeLog, source/headers/geos/noding/ScaledNoder.h,
 	  source/noding/ScaledNoder.cpp,
 	  source/operation/buffer/OffsetCurveSetBuilder.cpp: *
 	  source/operation/buffer/OffsetCurveSetBuilder.cpp: used auto_ptr
@@ -8714,59 +9149,59 @@
 	  source/headers/geos/noding/ScaledNoder.h: ported JTS bugfix in
 	  scale method.
 
-2006-05-03 08:58  Sandro Santilli <strk at keybit.net>
+2006-05-03 08:58  strk
 
-	* [r1507] ChangeLog, source/geom/CoordinateArraySequence.cpp,
+	* ChangeLog, source/geom/CoordinateArraySequence.cpp,
 	  source/headers/geos/geom/CoordinateArraySequence.h,
 	  source/headers/geos/geom/CoordinateSequence.h,
 	  tests/unit/geom/CoordinateArraySequenceTest.cpp: added new
 	  non-static CoordinateSequence::removeRepeatedPoints() mutator.
 
-2006-05-02 16:22  Sandro Santilli <strk at keybit.net>
+2006-05-02 16:22  strk
 
-	* [r1506] ChangeLog, source/noding/ScaledNoder.cpp: *
+	* ChangeLog, source/noding/ScaledNoder.cpp: *
 	  source/noding/ScaledNoder.cpp: use java_math_round instead of
 	  sym_round.
 
-2006-05-02 14:51  Sandro Santilli <strk at keybit.net>
+2006-05-02 14:51  strk
 
-	* [r1505] source/algorithm/CGAlgorithms.cpp,
+	* source/algorithm/CGAlgorithms.cpp,
 	  source/headers/geos/algorithm/CGAlgorithms.h: Added port info and
 	  fixed doxygen comments for CGAlgorithms class
 
-2006-05-02 14:32  Sandro Santilli <strk at keybit.net>
+2006-05-02 14:32  strk
 
-	* [r1503] ChangeLog, source/headers/geos/opPolygonize.h,
+	* ChangeLog, source/headers/geos/opPolygonize.h,
 	  source/headers/geos/operation/polygonize/EdgeRing.h,
 	  source/headers/geos/operation/polygonize/Makefile.am,
 	  source/operation/polygonize/EdgeRing.cpp: Added port info for
 	  polygonize/EdgeRing class, polygonize/EdgeRing.h header
 	  not installed.
 
-2006-05-02 14:22  Sandro Santilli <strk at keybit.net>
+2006-05-02 14:22  strk
 
-	* [r1502] ChangeLog, source/operation/polygonize/EdgeRing.cpp,
+	* ChangeLog, source/operation/polygonize/EdgeRing.cpp,
 	  source/operation/polygonize/Makefile.am,
 	  source/operation/polygonize/polygonizeEdgeRing.cpp: *
 	  source/operation/polygonize/: polygonizeEdgeRing.cpp renamed to
 	  EdgeRing.cpp, to follow JTS naming.
 
-2006-05-02 14:01  Sandro Santilli <strk at keybit.net>
+2006-05-02 14:01  strk
 
-	* [r1500] ChangeLog, source/io/WKBReader.cpp: *
-	  source/io/WKBReader.cpp: fixed reads of XDR WKB.
+	* ChangeLog, source/io/WKBReader.cpp: * source/io/WKBReader.cpp:
+	  fixed reads of XDR WKB.
 
-2006-04-28 12:09  Sandro Santilli <strk at keybit.net>
+2006-04-28 12:09  strk
 
-	* [r1497] tests/xmltester/Makefile.am: Added 'verbose-test' rule
+	* tests/xmltester/Makefile.am: Added 'verbose-test' rule
 
-2006-04-28 12:08  Sandro Santilli <strk at keybit.net>
+2006-04-28 12:08  strk
 
-	* [r1496] NEWS: Added note about Geometry constructors
+	* NEWS: Added note about Geometry constructors
 
-2006-04-28 11:56  Sandro Santilli <strk at keybit.net>
+2006-04-28 11:56  strk
 
-	* [r1495] ChangeLog, source/geom/GeometryFactory.cpp,
+	* ChangeLog, source/geom/GeometryFactory.cpp,
 	  source/geom/Polygon.cpp,
 	  source/headers/geos/geom/GeometryFactory.h: *
 	  source/geom/GeometryFactory.cpp,
@@ -8775,17 +9210,17 @@
 	  * source/geom/Polygon.cpp: fixed getBoundary method to always
 	  return a geometry composed by LineStrings (not LinearRings)
 
-2006-04-28 11:12  Sandro Santilli <strk at keybit.net>
+2006-04-28 11:12  strk
 
-	* [r1494] ChangeLog,
+	* ChangeLog,
 	  source/headers/geos/operation/predicate/RectangleIntersects.h,
 	  source/io/WKTWriter.cpp,
 	  source/operation/predicate/RectangleIntersects.cpp: removed
 	  warnings related to change in getNumPoints() return type.
 
-2006-04-28 10:55  Sandro Santilli <strk at keybit.net>
+2006-04-28 10:55  strk
 
-	* [r1493] ChangeLog, source/geom/GeometryCollection.cpp,
+	* ChangeLog, source/geom/GeometryCollection.cpp,
 	  source/geom/LineString.cpp, source/geom/MultiLineString.cpp,
 	  source/geom/MultiPoint.cpp, source/geom/MultiPolygon.cpp,
 	  source/geom/Point.cpp, source/geom/Polygon.cpp,
@@ -8802,226 +9237,224 @@
 	  getNumPoints() changed to return
 	  size_t.
 
-2006-04-28 10:51  Sandro Santilli <strk at keybit.net>
+2006-04-28 10:51  strk
 
-	* [r1492] ChangeLog, tests/unit/geom/LineStringTest.cpp,
+	* ChangeLog, tests/unit/geom/LineStringTest.cpp,
 	  tests/unit/geom/MultiPointTest.cpp,
 	  tests/unit/geom/PointTest.cpp, tests/unit/geom/PolygonTest.cpp:
 	  Unit tests: only construct Geoms using GeometryFactory.
 
-2006-04-27 15:15  Sandro Santilli <strk at keybit.net>
+2006-04-27 15:15  strk
 
-	* [r1491] ChangeLog, source/headers/geos/geomgraph/Node.h: Z check
-	  removed from invariant tester to avoid aborts due to differences
-	  in FP computations.
+	* ChangeLog, source/headers/geos/geomgraph/Node.h: Z check removed
+	  from invariant tester to avoid aborts due to differences in FP
+	  computations.
 
-2006-04-27 15:07  Sandro Santilli <strk at keybit.net>
+2006-04-27 15:07  strk
 
-	* [r1490] source/geomgraph/PlanarGraph.cpp: use output operators in
+	* source/geomgraph/PlanarGraph.cpp: use output operators in
 	  debugging lines
 
-2006-04-27 15:06  Sandro Santilli <strk at keybit.net>
+2006-04-27 15:06  strk
 
-	* [r1489] ChangeLog, source/geomgraph/NodeMap.cpp: (addNode):
-	  always use the Node Coordinate as a key in the map to reduce
-	  likeliness of a premature deletion.
+	* ChangeLog, source/geomgraph/NodeMap.cpp: (addNode): always use
+	  the Node Coordinate as a key in the map to reduce likeliness of a
+	  premature deletion.
 
-2006-04-27 15:03  Sandro Santilli <strk at keybit.net>
+2006-04-27 15:03  strk
 
-	* [r1488] source/geomgraph/Node.cpp: standard algorithm used in
-	  addZ() for vector seek
+	* source/geomgraph/Node.cpp: standard algorithm used in addZ() for
+	  vector seek
 
-2006-04-26 16:35  Sandro Santilli <strk at keybit.net>
+2006-04-26 16:35  strk
 
-	* [r1485] ChangeLog, source/io/StringTokenizer.cpp,
+	* ChangeLog, source/io/StringTokenizer.cpp,
 	  source/io/WKTReader.cpp, tests/xmltester/testLeaksBig.xml: Had
 	  WKTReader accept correct form for MultiPoint
 
-2006-04-26 10:39  Sandro Santilli <strk at keybit.net>
+2006-04-26 10:39  strk
 
-	* [r1482] ChangeLog: Added mloskot item (bug#100)
+	* ChangeLog: Added mloskot item (bug#100)
 
-2006-04-26 10:26  Sandro Santilli <strk at keybit.net>
+2006-04-26 10:26  strk
 
-	* [r1481] ChangeLog, tools/geos-config.in: tools/geos-config.in:
-	  fixed library path to use layout detected by autoconf
+	* ChangeLog, tools/geos-config.in: tools/geos-config.in: fixed
+	  library path to use layout detected by autoconf
 
-2006-04-24 15:47  Sandro Santilli <strk at keybit.net>
+2006-04-24 15:47  strk
 
-	* [r1480] source/simplify/TopologyPreservingSimplifier.cpp: Public
+	* source/simplify/TopologyPreservingSimplifier.cpp: Public
 	  constructors change made permanent
 
-2006-04-23 11:58  Mateusz Loskot <mateusz at loskot.net>
+2006-04-23 11:58  mloskot
 
-	* [r1479] ., .cvsignore,
+	* ., .cvsignore,
 	  tests/unit/simplify/DouglasPeuckerSimplifierTest.cpp: Small
 	  refactoring of DouglasPeuckerSimplifierTest (prefer to use ctor
 	  instead of operator= to create objects). Added new patterns to
 	  .cvsignore.
 
-2006-04-23 11:29  Mateusz Loskot <mateusz at loskot.net>
+2006-04-23 11:29  mloskot
 
-	* [r1478] ., .cvsignore: Added new patterns to .cvsignore file.
+	* ., .cvsignore: Added new patterns to .cvsignore file.
 
-2006-04-22 17:16  Mateusz Loskot <mateusz at loskot.net>
+2006-04-22 17:16  mloskot
 
-	* [r1477] source/simplify/TopologyPreservingSimplifier.cpp:
-	  Temporar fix of Bug #100. This report requires deeper analysis!.
+	* source/simplify/TopologyPreservingSimplifier.cpp: Temporar fix of
+	  Bug #100. This report requires deeper analysis!.
 
-2006-04-21 17:04  Sandro Santilli <strk at keybit.net>
+2006-04-21 17:04  strk
 
-	* [r1476] ChangeLog, source/geom/PrecisionModel.cpp: Fixed
-	  constructor by type to always initialize scale factor
+	* ChangeLog, source/geom/PrecisionModel.cpp: Fixed constructor by
+	  type to always initialize scale factor
 
-2006-04-20 16:21  Sandro Santilli <strk at keybit.net>
+2006-04-20 16:21  strk
 
-	* [r1475] ChangeLog, source/headers/geos/geom/BinaryOp.h: Added
-	  missing debugging output
+	* ChangeLog, source/headers/geos/geom/BinaryOp.h: Added missing
+	  debugging output
 
-2006-04-20 14:27  Sandro Santilli <strk at keybit.net>
+2006-04-20 14:27  strk
 
-	* [r1474] ChangeLog, source/algorithm/HCoordinate.cpp,
+	* ChangeLog, source/algorithm/HCoordinate.cpp,
 	  source/headers/geos/algorithm/HCoordinate.h: HCoordinate class
 	  changed to use long double types internally, in order to improve
 	  computation precision
 
-2006-04-20 14:16  Sandro Santilli <strk at keybit.net>
+2006-04-20 14:16  strk
 
-	* [r1473] source/headers/geos/algorithm/LineIntersector.h: Added
-	  some more doxygen comments
+	* source/headers/geos/algorithm/LineIntersector.h: Added some more
+	  doxygen comments
 
-2006-04-20 11:11  Sandro Santilli <strk at keybit.net>
+2006-04-20 11:11  strk
 
-	* [r1472] ChangeLog, source/algorithm/HCoordinate.cpp:
+	* ChangeLog, source/algorithm/HCoordinate.cpp:
 	  source/algorithm/HCoordinate.cpp: added compile time define to
 	  force storage of intermediate computation values to variables (in
 	  order to make the -ffloat-store gcc switch effective). Disabled
 	  by default.
 
-2006-04-19 09:21  Sandro Santilli <strk at keybit.net>
+2006-04-19 09:21  strk
 
-	* [r1471] TODO: Added snapround and simplify tests items
+	* TODO: Added snapround and simplify tests items
 
-2006-04-19 09:20  Sandro Santilli <strk at keybit.net>
+2006-04-19 09:20  strk
 
-	* [r1470] NEWS: updated
+	* NEWS: updated
 
-2006-04-14 15:34  Sandro Santilli <strk at keybit.net>
+2006-04-14 15:34  strk
 
-	* [r1469] ChangeLog, capi/geos_c.cpp: Had CAPI use new BinaryOp
-	  class in an aim to reduce robustness problems
+	* ChangeLog, capi/geos_c.cpp: Had CAPI use new BinaryOp class in an
+	  aim to reduce robustness problems
 
-2006-04-14 15:25  Sandro Santilli <strk at keybit.net>
+2006-04-14 15:25  strk
 
-	* [r1468] TODO: updated, somehow
+	* TODO: updated, somehow
 
-2006-04-14 15:19  Sandro Santilli <strk at keybit.net>
+2006-04-14 15:19  strk
 
-	* [r1467] ChangeLog, source/operation/overlay/OverlayOp.cpp:
-	  removed precision reduction code (use BinaryOp for that)
+	* ChangeLog, source/operation/overlay/OverlayOp.cpp: removed
+	  precision reduction code (use BinaryOp for that)
 
-2006-04-14 15:06  Sandro Santilli <strk at keybit.net>
+2006-04-14 15:06  strk
 
-	* [r1466] source/headers/geos/geom/Makefile.am: Added BinaryOp.h
-	  header
+	* source/headers/geos/geom/Makefile.am: Added BinaryOp.h header
 
-2006-04-14 15:04  Sandro Santilli <strk at keybit.net>
+2006-04-14 15:04  strk
 
-	* [r1465] source/headers/geos/operation/overlay/OverlayOp.h: fixed
-	  missing namespace qualification in overlay::overlayOp
+	* source/headers/geos/operation/overlay/OverlayOp.h: fixed missing
+	  namespace qualification in overlay::overlayOp
 
-2006-04-14 14:57  Sandro Santilli <strk at keybit.net>
+2006-04-14 14:57  strk
 
-	* [r1464] ChangeLog, tests/xmltester/XMLTester.cpp: XMLTester
-	  binary ops invoked using the new BinaryOp template function.
+	* ChangeLog, tests/xmltester/XMLTester.cpp: XMLTester binary ops
+	  invoked using the new BinaryOp template function.
 
-2006-04-14 14:38  Sandro Santilli <strk at keybit.net>
+2006-04-14 14:38  strk
 
-	* [r1463] ChangeLog, source/headers/geos/geom/BinaryOp.h: new
+	* ChangeLog, source/headers/geos/geom/BinaryOp.h: new
 	  geos::Geom::BinaryOp template function implementing various
 	  heuristics aimed at making binary geometry ops work around
 	  robustness issues.
 
-2006-04-14 14:35  Sandro Santilli <strk at keybit.net>
+2006-04-14 14:35  strk
 
-	* [r1462] ChangeLog,
-	  source/headers/geos/operation/overlay/OverlayOp.h: Added
-	  overlayOp() adapter for use in templates expecting binary ops
+	* ChangeLog, source/headers/geos/operation/overlay/OverlayOp.h:
+	  Added overlayOp() adapter for use in templates expecting binary
+	  ops
 
-2006-04-14 09:02  Sandro Santilli <strk at keybit.net>
+2006-04-14 09:02  strk
 
-	* [r1461] ChangeLog, source/algorithm/HCoordinate.cpp,
+	* ChangeLog, source/algorithm/HCoordinate.cpp,
 	  source/headers/geos/algorithm/HCoordinate.h: Hadded output
 	  operator and debugging prints for HCoordinate.
 
-2006-04-13 23:57  Sandro Santilli <strk at keybit.net>
+2006-04-13 23:57  strk
 
-	* [r1460] source/operation/overlay/OverlayOp.cpp: Disables reduced
+	* source/operation/overlay/OverlayOp.cpp: Disables reduced
 	  precision overlayOp (is broken)
 
-2006-04-13 23:42  Sandro Santilli <strk at keybit.net>
+2006-04-13 23:42  strk
 
-	* [r1459] source/operation/overlay/OverlayOp.cpp: Plugged
-	  CommonBitsOp attempts in overlay op, before brute force precision
+	* source/operation/overlay/OverlayOp.cpp: Plugged CommonBitsOp
+	  attempts in overlay op, before brute force precision
 	  reduction (this is likely going to change)
 
-2006-04-13 23:28  Sandro Santilli <strk at keybit.net>
+2006-04-13 23:28  strk
 
-	* [r1458] source/precision/CommonBitsOp.cpp: "always build before
-	  commit" (forgot a closing paren)
+	* source/precision/CommonBitsOp.cpp: "always build before commit"
+	  (forgot a closing paren)
 
-2006-04-13 23:23  Sandro Santilli <strk at keybit.net>
+2006-04-13 23:23  strk
 
-	* [r1457] ChangeLog, source/headers/geos/precision/CommonBitsOp.h,
+	* ChangeLog, source/headers/geos/precision/CommonBitsOp.h,
 	  source/precision/CommonBitsOp.cpp: fixed bug in binary ops
 	  failing to consistently reduce operands.
 
-2006-04-13 21:53  Sandro Santilli <strk at keybit.net>
+2006-04-13 21:53  strk
 
-	* [r1456] capi/geostest.c: fixed bug introduced by previous commit
+	* capi/geostest.c: fixed bug introduced by previous commit
 
-2006-04-13 21:52  Sandro Santilli <strk at keybit.net>
+2006-04-13 21:52  strk
 
-	* [r1455] source/headers/geos/simplify/TaggedLineString.h,
+	* source/headers/geos/simplify/TaggedLineString.h,
 	  source/headers/geos/simplify/TaggedLineStringSimplifier.h,
 	  source/simplify/TaggedLineString.cpp,
 	  source/simplify/TaggedLineStringSimplifier.cpp,
 	  source/simplify/TopologyPreservingSimplifier.cpp: Many debugging
 	  lines and assertions added. Fixed bug in TaggedLineString class.
 
-2006-04-13 17:09  Sandro Santilli <strk at keybit.net>
+2006-04-13 17:09  strk
 
-	* [r1454] ChangeLog, capi/geos_c.cpp: Use default GeometryFactory
-	  instance (finishGEOS() is a no-op now)
+	* ChangeLog, capi/geos_c.cpp: Use default GeometryFactory instance
+	  (finishGEOS() is a no-op now)
 
-2006-04-13 16:48  Sandro Santilli <strk at keybit.net>
+2006-04-13 16:48  strk
 
-	* [r1453] ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in,
-	  capi/geostest.c: Added GEOSSimplify and
-	  GEOSTopologyPreserveSimplify interfaces. Removed compiler
-	  warnings in geostest
+	* ChangeLog, capi/geos_c.cpp, capi/geos_c.h.in, capi/geostest.c:
+	  Added GEOSSimplify and GEOSTopologyPreserveSimplify interfaces.
+	  Removed compiler warnings in geostest
 
-2006-04-13 16:44  Sandro Santilli <strk at keybit.net>
+2006-04-13 16:44  strk
 
-	* [r1452] source/simplify/DouglasPeuckerSimplifier.cpp: Fixed a bug
-	  in DPTransformer handling of MultiPolygons
+	* source/simplify/DouglasPeuckerSimplifier.cpp: Fixed a bug in
+	  DPTransformer handling of MultiPolygons
 
-2006-04-13 16:04  Sandro Santilli <strk at keybit.net>
+2006-04-13 16:04  strk
 
-	* [r1451] source/headers/geos/simplify/TaggedLineString.h,
+	* source/headers/geos/simplify/TaggedLineString.h,
 	  source/headers/geos/simplify/TopologyPreservingSimplifier.h,
 	  source/simplify/Makefile.am,
 	  source/simplify/TopologyPreservingSimplifier.cpp: Made
 	  TopologyPreservingSimplifier implementation successfully build
 
-2006-04-13 14:51  Sandro Santilli <strk at keybit.net>
+2006-04-13 14:51  strk
 
-	* [r1450] ChangeLog, tests/unit/io/WKBReaderTest.cpp: Forced NDR
-	  output (to not rely on architecture). Removed CRs endings.
+	* ChangeLog, tests/unit/io/WKBReaderTest.cpp: Forced NDR output (to
+	  not rely on architecture). Removed CRs endings.
 
-2006-04-13 14:25  Sandro Santilli <strk at keybit.net>
+2006-04-13 14:25  strk
 
-	* [r1449] ChangeLog, source/geom/GeometryComponentFilter.cpp,
+	* ChangeLog, source/geom/GeometryComponentFilter.cpp,
 	  source/headers/geos/geom/GeometryComponentFilter.h,
 	  source/headers/geos/geom/util/GeometryTransformer.h,
 	  source/headers/geos/simplify/TaggedLinesSimplifier.h,
@@ -9031,9 +9464,9 @@
 	  source/simplify/TopologyPreservingSimplifier.cpp:
 	  TopologyPreservingSimplifier initial port
 
-2006-04-13 10:39  Sandro Santilli <strk at keybit.net>
+2006-04-13 10:39  strk
 
-	* [r1448] ChangeLog,
+	* ChangeLog,
 	  source/headers/geos/simplify/DouglasPeuckerLineSimplifier.h,
 	  source/headers/geos/simplify/DouglasPeuckerSimplifier.h,
 	  source/headers/geos/simplify/Makefile.am,
@@ -9045,29 +9478,29 @@
 	  source/simplify/TopologyPreservingSimplifier.cpp: Initial
 	  implementation of TaggedLinesSimplifier class
 
-2006-04-13 09:28  Mateusz Loskot <mateusz at loskot.net>
+2006-04-13 09:28  mloskot
 
-	* [r1447] source/headers/geos/simplify/LineSegmentIndex.h,
+	* source/headers/geos/simplify/LineSegmentIndex.h,
 	  source/simplify/LineSegmentIndex.cpp: Removed definition of copy
 	  ctor and assignment operator for LineSegmentString class.
 
-2006-04-13 09:21  Mateusz Loskot <mateusz at loskot.net>
+2006-04-13 09:21  mloskot
 
-	* [r1446] source/headers/geos/simplify/TaggedLineString.h,
+	* source/headers/geos/simplify/TaggedLineString.h,
 	  source/simplify/TaggedLineString.cpp: Removed definition of copy
 	  ctor and assignment operator for TaggedLineString class.
 	  According to following rule: Declaring, but not defining, private
 	  copy operations has
 	  the effect of "turning off" copying for the class.
 
-2006-04-12 17:24  Sandro Santilli <strk at keybit.net>
+2006-04-12 17:24  strk
 
-	* [r1445] ChangeLog: Added note about reduction of installed
-	  headers in simplify namespace
+	* ChangeLog: Added note about reduction of installed headers in
+	  simplify namespace
 
-2006-04-12 17:19  Sandro Santilli <strk at keybit.net>
+2006-04-12 17:19  strk
 
-	* [r1444] ChangeLog, source/headers/geos/geom/LineSegment.h,
+	* ChangeLog, source/headers/geos/geom/LineSegment.h,
 	  source/headers/geos/simplify/Makefile.am,
 	  source/headers/geos/simplify/TaggedLineSegment.h,
 	  source/headers/geos/simplify/TaggedLineString.h,
@@ -9078,19 +9511,18 @@
 	  TaggedLineStringSimplifier class, made LineSegment class
 	  polymorphic to fix derivation of TaggedLineSegment
 
-2006-04-12 15:20  Sandro Santilli <strk at keybit.net>
+2006-04-12 15:20  strk
 
-	* [r1443] ChangeLog,
-	  source/headers/geos/simplify/LineSegmentIndex.h,
+	* ChangeLog, source/headers/geos/simplify/LineSegmentIndex.h,
 	  source/headers/geos/simplify/Makefile.am,
 	  source/headers/geos/simplify/TaggedLineString.h,
 	  source/simplify/LineSegmentIndex.cpp,
 	  source/simplify/Makefile.am,
 	  source/simplify/TaggedLineString.cpp: LineSegmentIndex class
 
-2006-04-12 14:22  Sandro Santilli <strk at keybit.net>
+2006-04-12 14:22  strk
 
-	* [r1442] ChangeLog, source/headers/geos/simplify/Makefile.am,
+	* ChangeLog, source/headers/geos/simplify/Makefile.am,
 	  source/headers/geos/simplify/TaggedLineSegment.h,
 	  source/headers/geos/simplify/TaggedLineString.h,
 	  source/simplify/Makefile.am,
@@ -9098,37 +9530,36 @@
 	  source/simplify/TaggedLineString.cpp: Initial implementation of
 	  TaggedLineSegment and TaggedLineString classes
 
-2006-04-12 12:20  Sandro Santilli <strk at keybit.net>
+2006-04-12 12:20  strk
 
-	* [r1441] source/operation/overlay/OverlayOp.cpp: Added support for
-	  use of CommonBitsOp in reduced precision attempts
+	* source/operation/overlay/OverlayOp.cpp: Added support for use of
+	  CommonBitsOp in reduced precision attempts
 	  (compile-time option)
 
-2006-04-12 11:57  Sandro Santilli <strk at keybit.net>
+2006-04-12 11:57  strk
 
-	* [r1440] source/algorithm/LineIntersector.cpp: Fixed debugging
-	  line
+	* source/algorithm/LineIntersector.cpp: Fixed debugging line
 
-2006-04-12 11:39  Sandro Santilli <strk at keybit.net>
+2006-04-12 11:39  strk
 
-	* [r1439] source/headers/geos/geom/GeometryFactory.h: Removed
-	  Geometry.h and CoordinateSequence.h includes.
+	* source/headers/geos/geom/GeometryFactory.h: Removed Geometry.h
+	  and CoordinateSequence.h includes.
 	  The former created a circular dependency.
 
-2006-04-12 11:17  Sandro Santilli <strk at keybit.net>
+2006-04-12 11:17  strk
 
-	* [r1438] ChangeLog, source/io/WKBReader.cpp: Fixed exceptions
-	  constructors (were using operator+ with strings and const char*)
+	* ChangeLog, source/io/WKBReader.cpp: Fixed exceptions constructors
+	  (were using operator+ with strings and const char*)
 
-2006-04-12 10:57  Sandro Santilli <strk at keybit.net>
+2006-04-12 10:57  strk
 
-	* [r1437] ChangeLog, source/headers/geos/io/WKBReader.h,
+	* ChangeLog, source/headers/geos/io/WKBReader.h,
 	  source/io/WKBReader.cpp: Added WKBReader default ctor using
 	  default GeometryFactory instance
 
-2006-04-11 16:04  Sandro Santilli <strk at keybit.net>
+2006-04-11 16:04  strk
 
-	* [r1436] ChangeLog, source/geom/util/GeometryTransformer.cpp,
+	* ChangeLog, source/geom/util/GeometryTransformer.cpp,
 	  source/headers/geos/simplify/DouglasPeuckerSimplifier.h,
 	  source/headers/geos/simplify/Makefile.am,
 	  source/simplify/DouglasPeuckerSimplifier.cpp,
@@ -9137,59 +9568,59 @@
 	  tests/unit/simplify/DouglasPeuckerSimplifierTest.cpp:
 	  geos::simplify::DouglasPeukerSimplifier class + unit test
 
-2006-04-11 12:56  Sandro Santilli <strk at keybit.net>
+2006-04-11 12:56  strk
 
-	* [r1435] source/headers/geos/geom/util/GeometryTransformer.h: used
-	  typedef for auto_ptr<CoordinateSequence>
+	* source/headers/geos/geom/util/GeometryTransformer.h: used typedef
+	  for auto_ptr<CoordinateSequence>
 
-2006-04-11 12:21  Sandro Santilli <strk at keybit.net>
+2006-04-11 12:21  strk
 
-	* [r1434] ChangeLog, source/geom/util/GeometryTransformer.cpp,
+	* ChangeLog, source/geom/util/GeometryTransformer.cpp,
 	  source/geom/util/Makefile.am,
 	  source/headers/geos/geom/util/GeometryTransformer.h,
 	  source/headers/geos/geom/util/Makefile.am: GeometryTransformer
 	  class ported
 
-2006-04-11 11:55  Sandro Santilli <strk at keybit.net>
+2006-04-11 11:55  strk
 
-	* [r1433] source/headers/geos/geom/CoordinateSequence.h: Added
+	* source/headers/geos/geom/CoordinateSequence.h: Added
 	  CoordinateSequence::AutoPtr typedef
 
-2006-04-11 11:16  Sandro Santilli <strk at keybit.net>
+2006-04-11 11:16  strk
 
-	* [r1432] ChangeLog, source/geom/GeometryFactory.cpp,
+	* ChangeLog, source/geom/GeometryFactory.cpp,
 	  source/geom/LineString.cpp, source/geom/LinearRing.cpp,
 	  source/headers/geos/geom/GeometryFactory.h,
 	  source/headers/geos/geom/LineString.h,
 	  source/headers/geos/geom/LinearRing.h: Added LineString and
 	  LinearRing constructors by auto_ptr
 
-2006-04-11 09:53  Sandro Santilli <strk at keybit.net>
+2006-04-11 09:53  strk
 
-	* [r1431] source/headers/geos/geom/GeometryList.h: Added missing
-	  duplicated include sentinel
+	* source/headers/geos/geom/GeometryList.h: Added missing duplicated
+	  include sentinel
 
-2006-04-11 09:41  Sandro Santilli <strk at keybit.net>
+2006-04-11 09:41  strk
 
-	* [r1430] source/geom/GeometryList.cpp, source/geom/Makefile.am,
+	* source/geom/GeometryList.cpp, source/geom/Makefile.am,
 	  source/headers/geos/geom/GeometryList.h,
 	  source/headers/geos/geom/Makefile.am: Initial implementation of a
 	  GeometryList class, to be used to manage
 	  lists of Geometry pointers.
 
-2006-04-11 09:31  Sandro Santilli <strk at keybit.net>
+2006-04-11 09:31  strk
 
-	* [r1429] source/headers/geos/geom/Geometry.h: Added
-	  Geometry::AutoPtr typedef
+	* source/headers/geos/geom/Geometry.h: Added Geometry::AutoPtr
+	  typedef
 
-2006-04-11 09:29  Sandro Santilli <strk at keybit.net>
+2006-04-11 09:29  strk
 
-	* [r1428] source/geom/Geometry.cpp: Fixed initialization list
-	  (removed compiler warning)
+	* source/geom/Geometry.cpp: Fixed initialization list (removed
+	  compiler warning)
 
-2006-04-10 18:15  Sandro Santilli <strk at keybit.net>
+2006-04-10 18:15  strk
 
-	* [r1427] ChangeLog, source/geom/Geometry.cpp,
+	* ChangeLog, source/geom/Geometry.cpp,
 	  source/geom/GeometryCollection.cpp, source/geom/LineString.cpp,
 	  source/geom/Point.cpp, source/geom/Polygon.cpp,
 	  source/headers/geos/geom/Envelope.h,
@@ -9202,9 +9633,9 @@
 	  Changed computeEnvelopeInternal() signater to return
 	  auto_ptr<Envelope>
 
-2006-04-10 17:35  Sandro Santilli <strk at keybit.net>
+2006-04-10 17:35  strk
 
-	* [r1426] ChangeLog, source/geom/LineString.cpp,
+	* ChangeLog, source/geom/LineString.cpp,
 	  source/geom/LinearRing.cpp, source/geom/Point.cpp,
 	  source/headers/geos/geom/LineString.h,
 	  source/headers/geos/geom/LinearRing.h,
@@ -9214,51 +9645,50 @@
 	  Point::coordinates to be wrapped
 	  in an auto_ptr<>. This should close bugs #86 and #89
 
-2006-04-10 15:11  Sandro Santilli <strk at keybit.net>
+2006-04-10 15:11  strk
 
-	* [r1425] ChangeLog: First manual edit (will likely update later
-	  tonight... with changes grouped
+	* ChangeLog: First manual edit (will likely update later tonight...
+	  with changes grouped
 	  by date)
 
-2006-04-10 15:05  Sandro Santilli <strk at keybit.net>
+2006-04-10 15:05  strk
 
-	* [r1424] tests/xmltester/TestInteriorPoint.xml: Re-synced with JTS
-	  version (so this actually *was* a bug :)
+	* tests/xmltester/TestInteriorPoint.xml: Re-synced with JTS version
+	  (so this actually *was* a bug :)
 
-2006-04-10 15:05  Sandro Santilli <strk at keybit.net>
+2006-04-10 15:05  strk
 
-	* [r1423] source/geom/Geometry.cpp: Fixed a bug introduced by
-	  previous commit in getCentroid()
+	* source/geom/Geometry.cpp: Fixed a bug introduced by previous
+	  commit in getCentroid()
 
-2006-04-10 14:18  Sandro Santilli <strk at keybit.net>
+2006-04-10 14:18  strk
 
-	* [r1422] source/geom/Geometry.cpp: Fixed getCentroid(Coordinate&)
-	  to round using PrecisionModel
+	* source/geom/Geometry.cpp: Fixed getCentroid(Coordinate&) to round
+	  using PrecisionModel
 	  all unit tests succeed.
 
-2006-04-10 13:40  Sandro Santilli <strk at keybit.net>
+2006-04-10 13:40  strk
 
-	* [r1421] source/headers/geos/io/WKTReader.h,
+	* source/headers/geos/io/WKTReader.h,
 	  source/headers/geos/io/WKTReader.inl: Added default ctor for
 	  WKTReader (using GeometryFactory's default instance)
 
-2006-04-10 13:13  Sandro Santilli <strk at keybit.net>
+2006-04-10 13:13  strk
 
-	* [r1420] tools/geos-config.in: Removed INLINE flags from
-	  geos-config --libs
+	* tools/geos-config.in: Removed INLINE flags from geos-config
+	  --libs
 
-2006-04-10 13:09  Sandro Santilli <strk at keybit.net>
+2006-04-10 13:09  strk
 
-	* [r1419] source/geom/Geometry.cpp,
-	  source/geom/GeometryFactory.cpp,
+	* source/geom/Geometry.cpp, source/geom/GeometryFactory.cpp,
 	  source/headers/geos/geom/GeometryFactory.h, source/io/Unload.cpp:
 	  Added GeometryFactory::defaultInstance()
 	  Made Geometry::INTERNAL_GEOMETRY_FACTORY an alias for it
 	  removed last deletion from Unload::Release class
 
-2006-04-10 12:05  Sandro Santilli <strk at keybit.net>
+2006-04-10 12:05  strk
 
-	* [r1418] source/Makefile.am, source/geom/LineSegment.cpp,
+	* source/Makefile.am, source/geom/LineSegment.cpp,
 	  source/headers/geos/geom/LineSegment.inl,
 	  source/headers/geos/io/WKTReader.h,
 	  source/headers/geos/io/WKTReader.inl,
@@ -9272,14 +9702,14 @@
 	  functions in .inl files are still available out-of-line.
 	  A side effect is this should fix MingW build.
 
-2006-04-10 11:34  Sandro Santilli <strk at keybit.net>
+2006-04-10 11:34  strk
 
-	* [r1417] tests/unit/algorithm/PointLocatorTest.cpp: Uncommented
-	  required Geometry.h include (for use in auto_ptr)
+	* tests/unit/algorithm/PointLocatorTest.cpp: Uncommented required
+	  Geometry.h include (for use in auto_ptr)
 
-2006-04-10 09:21  Mateusz Loskot <mateusz at loskot.net>
+2006-04-10 09:21  mloskot
 
-	* [r1416] source/headers/geos/util/UniqueCoordinateArrayFilter.h,
+	* source/headers/geos/util/UniqueCoordinateArrayFilter.h,
 	  tests/unit/Makefile.am,
 	  tests/unit/geom/CoordinateArraySequenceFactoryTest.cpp,
 	  tests/unit/geom/CoordinateArraySequenceTest.cpp,
@@ -9291,112 +9721,109 @@
 	  test for UniqueCoordinateArrayFilter class. Small fixes related
 	  to signed/unsigned comparison.
 
-2006-04-09 11:07  Mateusz Loskot <mateusz at loskot.net>
+2006-04-09 11:07  mloskot
 
-	* [r1413] doc/example.cpp: Small fixes in doc/example.cpp.
+	* doc/example.cpp: Small fixes in doc/example.cpp.
 
-2006-04-09 04:56  Mateusz Loskot <mateusz at loskot.net>
+2006-04-09 04:56  mloskot
 
-	* [r1412] tests/xmltester/markup/MarkupSTL.cpp: Removed redundant
+	* tests/xmltester/markup/MarkupSTL.cpp: Removed redundant
 	  semicolons from xmltester sources.
 
-2006-04-09 04:26  Mateusz Loskot <mateusz at loskot.net>
+2006-04-09 04:26  mloskot
 
-	* [r1411] tests/xmltester/markup/MarkupSTL.cpp: Removed redundant
-	  semicolon reported by g++ -pedantic.
+	* tests/xmltester/markup/MarkupSTL.cpp: Removed redundant semicolon
+	  reported by g++ -pedantic.
 
-2006-04-09 04:09  Mateusz Loskot <mateusz at loskot.net>
+2006-04-09 04:09  mloskot
 
-	* [r1410] source/operation/valid/SweeplineNestedRingTester.cpp:
-	  Removed redundant semicolon reported by g++ -pedantic.
+	* source/operation/valid/SweeplineNestedRingTester.cpp: Removed
+	  redundant semicolon reported by g++ -pedantic.
 
-2006-04-09 01:48  Mateusz Loskot <mateusz at loskot.net>
+2006-04-09 01:48  mloskot
 
-	* [r1409] tests/unit/Makefile.am,
+	* tests/unit/Makefile.am,
 	  tests/unit/geom/IntersectionMatrixTest.cpp: Added Unit Test for
 	  IntersectionMatrix class.
 
-2006-04-09 01:46  Mateusz Loskot <mateusz at loskot.net>
+2006-04-09 01:46  mloskot
 
-	* [r1408] source/headers/geos/geom/IntersectionMatrix.h: [SORRY]
-	  Added comments for doxygen based on JTS docs. Added row/col
-	  dimension consts. Added asserts in functions to check if given
-	  row/col is in range.
+	* source/headers/geos/geom/IntersectionMatrix.h: [SORRY] Added
+	  comments for doxygen based on JTS docs. Added row/col dimension
+	  consts. Added asserts in functions to check if given row/col is
+	  in range.
 
-2006-04-09 01:41  Mateusz Loskot <mateusz at loskot.net>
+2006-04-09 01:41  mloskot
 
-	* [r1407] source/geom/IntersectionMatrix.cpp: Added comments for
-	  doxygen based on JTS docs. Added row/col dimension consts. Added
-	  asserts in functions to check if given row/col is in range.
+	* source/geom/IntersectionMatrix.cpp: Added comments for doxygen
+	  based on JTS docs. Added row/col dimension consts. Added asserts
+	  in functions to check if given row/col is in range.
 
-2006-04-08 15:57  Mateusz Loskot <mateusz at loskot.net>
+2006-04-08 15:57  mloskot
 
-	* [r1406] tests/tut/tut.h, tests/tut/tut_reporter.h,
+	* tests/tut/tut.h, tests/tut/tut_reporter.h,
 	  tests/tut/tut_restartable.h: Added copyright notice to TUT files.
 	  Small cleaning.
 
-2006-04-08 13:05  Sandro Santilli <strk at keybit.net>
+2006-04-08 13:05  strk
 
-	* [r1405] source/geomgraph/EdgeEnd.cpp: Added assertion
+	* source/geomgraph/EdgeEnd.cpp: Added assertion
 
-2006-04-08 13:00  Sandro Santilli <strk at keybit.net>
+2006-04-08 13:00  strk
 
-	* [r1404] source/geomgraph/NodeMap.cpp: assertion checking,
-	  mergeLabel() call fix (bug#91)
+	* source/geomgraph/NodeMap.cpp: assertion checking, mergeLabel()
+	  call fix (bug#91)
 
-2006-04-07 16:52  Sandro Santilli <strk at keybit.net>
+2006-04-07 16:52  strk
 
-	* [r1403] source/geomgraph/PlanarGraph.cpp,
+	* source/geomgraph/PlanarGraph.cpp,
 	  source/headers/geos/geomgraph/PlanarGraph.h: Port info, doxygen
 	  comments, assertion checking
 
-2006-04-07 16:01  Sandro Santilli <strk at keybit.net>
+2006-04-07 16:01  strk
 
-	* [r1402] source/geomgraph/Node.cpp,
-	  source/headers/geos/geomgraph/Node.h: Port info, doxygen
-	  comments, testInvariant(), many assertionss, handling of
+	* source/geomgraph/Node.cpp, source/headers/geos/geomgraph/Node.h:
+	  Port info, doxygen comments, testInvariant(), many assertionss,
+	  handling of
 	  the NULL EdgeEndStar member
 
-2006-04-07 13:26  Sandro Santilli <strk at keybit.net>
+2006-04-07 13:26  strk
 
-	* [r1401] tests/xmltester/XMLTester.cpp,
-	  tests/xmltester/XMLTester.h: Use of auto_ptr<> to prevent
-	  confusing leaks in tester
+	* tests/xmltester/XMLTester.cpp, tests/xmltester/XMLTester.h: Use
+	  of auto_ptr<> to prevent confusing leaks in tester
 
-2006-04-07 13:14  Mateusz Loskot <mateusz at loskot.net>
+2006-04-07 13:14  mloskot
 
-	* [r1400] tests/tut/tut_reporter.h: Fixed annoying warnings from
-	  TUT.
+	* tests/tut/tut_reporter.h: Fixed annoying warnings from TUT.
 
-2006-04-07 13:01  Mateusz Loskot <mateusz at loskot.net>
+2006-04-07 13:01  mloskot
 
-	* [r1399] tests/unit/geos_unit.cpp: Fixed line-ends to LF.
+	* tests/unit/geos_unit.cpp: Fixed line-ends to LF.
 
-2006-04-07 12:55  Mateusz Loskot <mateusz at loskot.net>
+2006-04-07 12:55  mloskot
 
-	* [r1398] tests/unit/geom/PolygonTest.cpp: Uncommented test nr 38
-	  in PolygonTest.cpp.
+	* tests/unit/geom/PolygonTest.cpp: Uncommented test nr 38 in
+	  PolygonTest.cpp.
 
-2006-04-07 12:37  Mateusz Loskot <mateusz at loskot.net>
+2006-04-07 12:37  mloskot
 
-	* [r1397] source/geom/PrecisionModel.cpp,
-	  source/headers/geos/util/math.h, source/util/math.cpp,
-	  tests/tut/tut_reporter.h,
+	* source/geom/PrecisionModel.cpp, source/headers/geos/util/math.h,
+	  source/util/math.cpp, tests/tut/tut_reporter.h,
 	  tests/unit/geom/MultiLineStringTest.cpp,
 	  tests/unit/geom/MultiPolygonTest.cpp,
 	  tests/unit/geom/PointTest.cpp, tests/unit/geom/PolygonTest.cpp,
 	  tests/unit/geos_unit.cpp: Added java_math_round() function for
 	  Asymmetric Arithmetic Rounding. Small fixes in Unit Tests.
 
-2006-04-07 10:42  Mateusz Loskot <mateusz at loskot.net>
+2006-04-07 10:42  mloskot
 
-	* [r1396] tests/unit/geom/GeometryFactoryTest.cpp,
+	* tests/unit/geom/GeometryFactoryTest.cpp,
 	  tests/unit/geom/PointTest.cpp: Added test nr 29 to PointTest (JTS
 	  conformance). Removed inform() calls from GeometryFactoryTest.
 
-2006-04-07 09:54  Sandro Santilli <strk at keybit.net>
+2006-04-07 09:54  strk
 
-	* [r1395] source/algorithm/CentroidArea.cpp,
+	* source/algorithm/CentroidArea.cpp,
 	  source/algorithm/CentroidPoint.cpp,
 	  source/algorithm/InteriorPointArea.cpp,
 	  source/algorithm/PointLocator.cpp, source/geom/Geometry.cpp,
@@ -9410,43 +9837,42 @@
 	  Geometry::getNumGeometries() changed to return 'unsigned int'
 	  rather then 'int'
 
-2006-04-07 09:12  Sandro Santilli <strk at keybit.net>
+2006-04-07 09:12  strk
 
-	* [r1394] source/algorithm/LineIntersector.cpp: kept
-	  isInSegmentEnvelopes() check even when not debugging
+	* source/algorithm/LineIntersector.cpp: kept isInSegmentEnvelopes()
+	  check even when not debugging
 
-2006-04-07 08:31  Sandro Santilli <strk at keybit.net>
+2006-04-07 08:31  strk
 
-	* [r1393] source/precision/EnhancedPrecisionOp.cpp: Debugging lines
+	* source/precision/EnhancedPrecisionOp.cpp: Debugging lines
 
-2006-04-07 08:30  Sandro Santilli <strk at keybit.net>
+2006-04-07 08:30  strk
 
-	* [r1392] source/headers/geos/precision/CommonBitsRemover.h: made
+	* source/headers/geos/precision/CommonBitsRemover.h: made
 	  addCommonBits/removeCommonBits interface consistent, doxygen
 	  comments
 
-2006-04-07 08:28  Sandro Santilli <strk at keybit.net>
+2006-04-07 08:28  strk
 
-	* [r1391] source/precision/CommonBitsRemover.cpp: debugging lines,
+	* source/precision/CommonBitsRemover.cpp: debugging lines,
 	  assertions
 
-2006-04-07 08:27  Sandro Santilli <strk at keybit.net>
+2006-04-07 08:27  strk
 
-	* [r1390] source/precision/CommonBitsOp.cpp: debugging blocks
+	* source/precision/CommonBitsOp.cpp: debugging blocks
 
-2006-04-07 07:21  Mateusz Loskot <mateusz at loskot.net>
+2006-04-07 07:21  mloskot
 
-	* [r1389] tests/unit/Makefile.am,
-	  tests/unit/geom/CoordinateTest.cpp: Add new-line at the EOF some
-	  files.
+	* tests/unit/Makefile.am, tests/unit/geom/CoordinateTest.cpp: Add
+	  new-line at the EOF some files.
 
-2006-04-07 05:55  Mateusz Loskot <mateusz at loskot.net>
+2006-04-07 05:55  mloskot
 
-	* [r1388] ., .cvsignore: Added new objects to .cvsignore.
+	* ., .cvsignore: Added new objects to .cvsignore.
 
-2006-04-07 05:44  Mateusz Loskot <mateusz at loskot.net>
+2006-04-07 05:44  mloskot
 
-	* [r1387] source/headers/geos/geom/Dimension.h,
+	* source/headers/geos/geom/Dimension.h,
 	  tests/unit/geom/CoordinateArraySequenceFactoryTest.cpp,
 	  tests/unit/geom/CoordinateArraySequenceTest.cpp,
 	  tests/unit/geom/CoordinateTest.cpp,
@@ -9465,15 +9891,15 @@
 	  in Dimension class (bug). Added missing new-line at the end of
 	  source files. Removed CR from line ends.
 
-2006-04-07 00:05  Mateusz Loskot <mateusz at loskot.net>
+2006-04-07 00:05  mloskot
 
-	* [r1386] tests/unit/geom/Geometry,
+	* tests/unit/geom/Geometry,
 	  tests/unit/geom/Geometry/isRectangleTest.cpp: Adding missing
 	  isRectangleTest.cpp
 
-2006-04-06 23:50  Mateusz Loskot <mateusz at loskot.net>
+2006-04-06 23:50  mloskot
 
-	* [r1385] tests/unit/Makefile.am, tests/unit/geom,
+	* tests/unit/Makefile.am, tests/unit/geom,
 	  tests/unit/geom/CoordinateArraySequenceFactoryTest.cpp,
 	  tests/unit/geom/CoordinateArraySequenceTest.cpp,
 	  tests/unit/geom/CoordinateTest.cpp,
@@ -9491,60 +9917,59 @@
 	  tests/unit/geom/TriangleTest.cpp, tests/unit/io,
 	  tests/unit/io/WKBReaderTest.cpp: Adding new Unit Tests.
 
-2006-04-06 23:35  Sandro Santilli <strk at keybit.net>
+2006-04-06 23:35  strk
 
-	* [r1384] AUTHORS: Added Mateusz Loskot
+	* AUTHORS: Added Mateusz Loskot
 
-2006-04-06 23:31  Mateusz Loskot <mateusz at loskot.net>
+2006-04-06 23:31  mloskot
 
-	* [r1383] tests/unit/algorithm,
-	  tests/unit/algorithm/PointLocatorTest.cpp: [UT Files Renaming]
-	  Add PointLocatorTest.cpp
+	* tests/unit/algorithm, tests/unit/algorithm/PointLocatorTest.cpp:
+	  [UT Files Renaming] Add PointLocatorTest.cpp
 
-2006-04-06 23:28  Mateusz Loskot <mateusz at loskot.net>
+2006-04-06 23:28  mloskot
 
-	* [r1382] tests/unit/io: [UT Files Renaming] Remove 'io' tests.
+	* tests/unit/io: [UT Files Renaming] Remove 'io' tests.
 
-2006-04-06 23:26  Mateusz Loskot <mateusz at loskot.net>
+2006-04-06 23:26  mloskot
 
-	* [r1381] tests/unit/geom: [UT Files Renaming] Remove 'geom' tests.
+	* tests/unit/geom: [UT Files Renaming] Remove 'geom' tests.
 
-2006-04-06 23:25  Mateusz Loskot <mateusz at loskot.net>
+2006-04-06 23:25  mloskot
 
-	* [r1380] tests/unit/algorithm: [UT Files Renaming] Remove file
+	* tests/unit/algorithm: [UT Files Renaming] Remove file
 	  PointLocator.cpp
 
-2006-04-06 23:20  Mateusz Loskot <mateusz at loskot.net>
+2006-04-06 23:20  mloskot
 
-	* [r1379] tests/unit/geos_unit.cpp: New version of Unit Test
-	  runner. Now, it's more GNU style compatible
+	* tests/unit/geos_unit.cpp: New version of Unit Test runner. Now,
+	  it's more GNU style compatible
 
-2006-04-06 22:30  Mateusz Loskot <mateusz at loskot.net>
+2006-04-06 22:30  mloskot
 
-	* [r1378] tests/tut/tut.h, tests/tut/tut_reporter.h: Add inform()
-	  target in tut.h and new callbacks in tut_reporter.h
+	* tests/tut/tut.h, tests/tut/tut_reporter.h: Add inform() target in
+	  tut.h and new callbacks in tut_reporter.h
 
-2006-04-06 21:31  Sandro Santilli <strk at keybit.net>
+2006-04-06 21:31  strk
 
-	* [r1377] source/algorithm/LineIntersector.cpp,
+	* source/algorithm/LineIntersector.cpp,
 	  source/headers/geos/algorithm/LineIntersector.h: Const
 	  correctness for debugging function
 
-2006-04-06 21:30  Sandro Santilli <strk at keybit.net>
+2006-04-06 21:30  strk
 
-	* [r1376] source/headers/geos/util/math.h: Added missing rint_vc()
-	  forward declaration
+	* source/headers/geos/util/math.h: Added missing rint_vc() forward
+	  declaration
 
-2006-04-06 17:33  Sandro Santilli <strk at keybit.net>
+2006-04-06 17:33  strk
 
-	* [r1375] tests/unit/Makefile.am, tests/unit/index,
+	* tests/unit/Makefile.am, tests/unit/index,
 	  tests/unit/index/quadtree,
 	  tests/unit/index/quadtree/DoubleBitsTest.cpp: Added unit test for
 	  DoubleBits
 
-2006-04-06 14:36  Sandro Santilli <strk at keybit.net>
+2006-04-06 14:36  strk
 
-	* [r1374] source/headers/geos/precision/CommonBitsOp.h,
+	* source/headers/geos/precision/CommonBitsOp.h,
 	  source/headers/geos/precision/CommonBitsRemover.h,
 	  source/headers/geos/precision/EnhancedPrecisionOp.h,
 	  source/precision/CommonBitsOp.cpp,
@@ -9552,159 +9977,156 @@
 	  source/precision/EnhancedPrecisionOp.cpp: Cleanup in
 	  geos::precision namespace (leaks plugged, auto_ptr use, ...)
 
-2006-04-06 12:58  Sandro Santilli <strk at keybit.net>
+2006-04-06 12:58  strk
 
-	* [r1373] source/geomgraph/DirectedEdge.cpp: Added printing of
-	  EdgeRing if available
+	* source/geomgraph/DirectedEdge.cpp: Added printing of EdgeRing if
+	  available
 
-2006-04-06 12:48  Sandro Santilli <strk at keybit.net>
+2006-04-06 12:48  strk
 
-	* [r1372]
-	  source/headers/geos/operation/valid/ConnectedInteriorTester.h:
+	* source/headers/geos/operation/valid/ConnectedInteriorTester.h:
 	  Added private vector to keep track of allocated MaximalEdgeRings
 	  objects
 
-2006-04-06 12:47  Sandro Santilli <strk at keybit.net>
+2006-04-06 12:47  strk
 
-	* [r1371] source/geomgraph/EdgeEnd.cpp: Fixed output function
+	* source/geomgraph/EdgeEnd.cpp: Fixed output function
 
-2006-04-06 12:45  Sandro Santilli <strk at keybit.net>
+2006-04-06 12:45  strk
 
-	* [r1370] source/operation/valid/ConnectedInteriorTester.cpp:
-	  Delayed deletion of newly allocated MaximalEdgeRings.
+	* source/operation/valid/ConnectedInteriorTester.cpp: Delayed
+	  deletion of newly allocated MaximalEdgeRings.
 	  Existing 'valid' operation tests don't should instability with
 	  this patch.
 
-2006-04-06 12:36  Sandro Santilli <strk at keybit.net>
+2006-04-06 12:36  strk
 
-	* [r1369] source/geom/PrecisionModel.cpp: removed spurious lines
-	  from previous commi
+	* source/geom/PrecisionModel.cpp: removed spurious lines from
+	  previous commi
 
-2006-04-06 12:34  Sandro Santilli <strk at keybit.net>
+2006-04-06 12:34  strk
 
-	* [r1368] source/geom/PrecisionModel.cpp,
+	* source/geom/PrecisionModel.cpp,
 	  source/headers/geos/geom/PrecisionModel.h,
 	  source/headers/geos/geom/PrecisionModel.inl: Port info, more
 	  debugging lines, doxygen comments
 
-2006-04-06 12:33  Sandro Santilli <strk at keybit.net>
+2006-04-06 12:33  strk
 
-	* [r1367] source/geom/GeometryFactory.cpp: More debugging lines
+	* source/geom/GeometryFactory.cpp: More debugging lines
 
-2006-04-06 12:29  Sandro Santilli <strk at keybit.net>
+2006-04-06 12:29  strk
 
-	* [r1366] source/io/WKBReader.cpp: Fixed bogus static
-	  PrecisionModel variable in ::readCoordinate().
+	* source/io/WKBReader.cpp: Fixed bogus static PrecisionModel
+	  variable in ::readCoordinate().
 
-2006-04-06 09:41  Sandro Santilli <strk at keybit.net>
+2006-04-06 09:41  strk
 
-	* [r1365] source/geomgraph/EdgeRing.cpp,
+	* source/geomgraph/EdgeRing.cpp,
 	  source/headers/geos/geomgraph/EdgeRing.h: Added operator<<, added
 	  pts!=NULL assertion in testInvariant() function
 
-2006-04-06 09:39  Sandro Santilli <strk at keybit.net>
+2006-04-06 09:39  strk
 
-	* [r1364] source/geomgraph/EdgeEnd.cpp,
+	* source/geomgraph/EdgeEnd.cpp,
 	  source/headers/geos/geomgraph/EdgeEnd.h: Added operator<<
 
-2006-04-06 09:01  Sandro Santilli <strk at keybit.net>
+2006-04-06 09:01  strk
 
-	* [r1363] source/geomgraph/Label.cpp,
+	* source/geomgraph/Label.cpp,
 	  source/geomgraph/TopologyLocation.cpp,
 	  source/headers/geos/geomgraph/Label.h,
 	  source/headers/geos/geomgraph/TopologyLocation.h: Doxygen
 	  comments, port info, operator<<, assertion checking
 
-2006-04-06 07:52  Sandro Santilli <strk at keybit.net>
+2006-04-06 07:52  strk
 
-	* [r1362] source/geomgraph/DirectedEdge.cpp: Fixed bug in ::print()
+	* source/geomgraph/DirectedEdge.cpp: Fixed bug in ::print()
 	  function
 
-2006-04-05 18:28  Sandro Santilli <strk at keybit.net>
+2006-04-05 18:28  strk
 
-	* [r1361] source/headers/geos/geomgraph/Edge.h,
+	* source/headers/geos/geomgraph/Edge.h,
 	  source/headers/geos/geomgraph/EdgeRing.h: Moved testInvariant()
 	  methods from private to public, added
 	  some comments about them.
 
-2006-04-05 15:59  Sandro Santilli <strk at keybit.net>
+2006-04-05 15:59  strk
 
-	* [r1360] source/operation/overlay/OverlayOp.cpp: Removed dead code
+	* source/operation/overlay/OverlayOp.cpp: Removed dead code
 
-2006-04-05 14:33  Sandro Santilli <strk at keybit.net>
+2006-04-05 14:33  strk
 
-	* [r1359] tests/xmltester/markup/MarkupSTL.cpp,
+	* tests/xmltester/markup/MarkupSTL.cpp,
 	  tests/xmltester/markup/MarkupSTL.h: Removed annoying warnings
 	  from external source
 
-2006-04-05 14:04  Sandro Santilli <strk at keybit.net>
+2006-04-05 14:04  strk
 
-	* [r1358] source/geom/Envelope.cpp,
-	  source/headers/geos/geom/Envelope.h,
+	* source/geom/Envelope.cpp, source/headers/geos/geom/Envelope.h,
 	  source/headers/geos/geom/Envelope.inl: Fixed copy ctor to support
 	  "Null" Envelope copies.
 	  Drop init(Envelope&) method.
 	  Port info and various cleanups.
 
-2006-04-05 10:25  Sandro Santilli <strk at keybit.net>
+2006-04-05 10:25  strk
 
-	* [r1357] source/geom/LineString.cpp,
+	* source/geom/LineString.cpp,
 	  source/headers/geos/geom/LineString.h: Fixed LineString
 	  constructor to ensure deletion of CoordinateSequence
 	  argument on exception throw
 
-2006-04-05 09:34  Sandro Santilli <strk at keybit.net>
+2006-04-05 09:34  strk
 
-	* [r1356] source/headers/geos/util/GEOSException.h: GEOSException
-	  derived from std::exception again, hopefully the correct way now
+	* source/headers/geos/util/GEOSException.h: GEOSException derived
+	  from std::exception again, hopefully the correct way now
 
-2006-04-05 09:20  Sandro Santilli <strk at keybit.net>
+2006-04-05 09:20  strk
 
-	* [r1355]
-	  source/headers/geos/operation/buffer/RightmostEdgeFinder.h,
+	* source/headers/geos/operation/buffer/RightmostEdgeFinder.h,
 	  source/operation/buffer/RightmostEdgeFinder.cpp: Added port
 	  informations and many assertion checking.
 	  Fixed bug in getRightmostSide() method ( a "testing-only" corner
 	  case )
 
-2006-04-04 16:07  Sandro Santilli <strk at keybit.net>
+2006-04-04 16:07  strk
 
-	* [r1353] source/geomgraph/DirectedEdgeStar.cpp: More assertion
-	  checking, less overhead when built with NDEBUG defined
+	* source/geomgraph/DirectedEdgeStar.cpp: More assertion checking,
+	  less overhead when built with NDEBUG defined
 
-2006-04-04 13:35  Sandro Santilli <strk at keybit.net>
+2006-04-04 13:35  strk
 
-	* [r1352] source/geomgraph/EdgeEndStar.cpp,
+	* source/geomgraph/EdgeEndStar.cpp,
 	  source/headers/geos/geomgraph/EdgeEndStar.h: Port info, assertion
 	  checking, indentation
 
-2006-04-04 12:39  Sandro Santilli <strk at keybit.net>
+2006-04-04 12:39  strk
 
-	* [r1351] source/algorithm/LineIntersector.cpp: Changed
+	* source/algorithm/LineIntersector.cpp: Changed
 	  NotRepresentableCoordinate exception handler to throw
 	  a TopologyException. This allows further handling.
 
-2006-04-04 11:37  Sandro Santilli <strk at keybit.net>
+2006-04-04 11:37  strk
 
-	* [r1350] source/algorithm/HCoordinate.cpp,
+	* source/algorithm/HCoordinate.cpp,
 	  source/headers/geos/algorithm/HCoordinate.h: Port information +
 	  initialization lists in ctors
 
-2006-04-04 11:28  Sandro Santilli <strk at keybit.net>
+2006-04-04 11:28  strk
 
-	* [r1349] source/algorithm/HCoordinate.cpp: NotRepresentable
-	  condition detected using finite() from <cmath>
+	* source/algorithm/HCoordinate.cpp: NotRepresentable condition
+	  detected using finite() from <cmath>
 	  rather then using FINITE() macro. Made ::intersection() body
 	  more readable.
 
-2006-04-04 09:53  Sandro Santilli <strk at keybit.net>
+2006-04-04 09:53  strk
 
-	* [r1348] source/headers/geos/geom/CoordinateSequence.h: Fixed
+	* source/headers/geos/geom/CoordinateSequence.h: Fixed
 	  applyCoordinateFilter() templated function body
 
-2006-04-04 08:16  Sandro Santilli <strk at keybit.net>
+2006-04-04 08:16  strk
 
-	* [r1345] NEWS, doc/example.cpp,
+	* NEWS, doc/example.cpp,
 	  source/algorithm/NotRepresentableException.cpp,
 	  source/examples/CPCLException.cpp,
 	  source/examples/CustomCoordinateSequenceExample.cpp,
@@ -9719,63 +10141,61 @@
 	  Removed the GEOSException::toString redundant method (use
 	  ::what() instead)
 
-2006-04-04 01:54  Howard Butler <hobu.inc at gmail.com>
+2006-04-04 01:54  hobu
 
-	* [r1344] source/Makefile.vc: Add in changes/missing from previous
+	* source/Makefile.vc: Add in changes/missing from previous
 	  rearranging.
 
-2006-04-04 01:29  Howard Butler <hobu.inc at gmail.com>
+2006-04-04 01:29  hobu
 
-	* [r1343] capi/geos_c.cpp: GEOS_JTS_PORT is in version.h not
-	  platform.h
+	* capi/geos_c.cpp: GEOS_JTS_PORT is in version.h not platform.h
 
-2006-04-04 01:28  Howard Butler <hobu.inc at gmail.com>
+2006-04-04 01:28  hobu
 
-	* [r1342] source/Makefile.vc: remove objects that no longer exist
+	* source/Makefile.vc: remove objects that no longer exist
 	  default to MSVC_VER=1310
 
-2006-04-03 17:05  Sandro Santilli <strk at keybit.net>
+2006-04-03 17:05  strk
 
-	* [r1341] source/geomgraph/DirectedEdge.cpp,
-	  source/geomgraph/EdgeEnd.cpp, source/geomgraph/Label.cpp,
+	* source/geomgraph/DirectedEdge.cpp, source/geomgraph/EdgeEnd.cpp,
+	  source/geomgraph/Label.cpp,
 	  source/headers/geos/geomgraph/EdgeEnd.h: Assertion checking, port
 	  info, cleanups
 
-2006-04-03 15:54  Sandro Santilli <strk at keybit.net>
+2006-04-03 15:54  strk
 
-	* [r1340] source/headers/geos/operation/GeometryGraphOperation.h,
+	* source/headers/geos/operation/GeometryGraphOperation.h,
 	  source/operation/GeometryGraphOperation.cpp: - getArgGeometry()
 	  parameter type changed from 'int' to 'unsigned int'
 	  - Added port informations
 	  - minor assertions checking
 	  - minor cleanups
 
-2006-04-03 14:07  Sandro Santilli <strk at keybit.net>
+2006-04-03 14:07  strk
 
-	* [r1339] source/headers/geos/geom/PrecisionModel.h: Commented out
+	* source/headers/geos/geom/PrecisionModel.h: Commented out
 	  obsoleted toInternal() method
 
-2006-04-03 13:58  Sandro Santilli <strk at keybit.net>
+2006-04-03 13:58  strk
 
-	* [r1337] macros/ac_pkg_swig.m4, macros/ac_python_devel.m4,
-	  swig/geos.i, swig/python/Makefile.am, swig/python/python.i,
-	  swig/ruby/ruby.i, swig/ruby/test/geos_tests.rb,
-	  swig/ruby/test/test_helper.rb: Applied patch by Charlie Savage:
+	* macros/ac_pkg_swig.m4, macros/ac_python_devel.m4, swig/geos.i,
+	  swig/python/Makefile.am, swig/python/python.i, swig/ruby/ruby.i,
+	  swig/ruby/test/geos_tests.rb, swig/ruby/test/test_helper.rb:
+	  Applied patch by Charlie Savage:
 	  - Fixes up the SWIG bindings to use the new GEOS namespaces
 	  - Fixes a bug in the Python m4 macro
 	  - Adds the -modern flag for SWIG when compiling a Python
 	  extension
 
-2006-04-03 13:56  Sandro Santilli <strk at keybit.net>
+2006-04-03 13:56  strk
 
-	* [r1336]
-	  source/headers/geos/precision/SimpleGeometryPrecisionReducer.h,
+	* source/headers/geos/precision/SimpleGeometryPrecisionReducer.h,
 	  source/precision/SimpleGeometryPrecisionReducer.cpp: Made
 	  externally-owned PrecisionModel const
 
-2006-04-03 10:56  Sandro Santilli <strk at keybit.net>
+2006-04-03 10:56  strk
 
-	* [r1334] source/geom/CoordinateSequenceFactory.cpp,
+	* source/geom/CoordinateSequenceFactory.cpp,
 	  source/geom/Makefile.am,
 	  source/geom/util/LinearComponentExtracter.cpp,
 	  source/geom/util/Makefile.am,
@@ -9787,15 +10207,15 @@
 	  source/util/UnsupportedOperationException.cpp: Removed
 	  implementation files build spec for fully-inlined classes
 
-2006-04-03 10:44  Sandro Santilli <strk at keybit.net>
+2006-04-03 10:44  strk
 
-	* [r1333] source/index/strtree/STRtree.cpp,
+	* source/index/strtree/STRtree.cpp,
 	  source/noding/snapround/MCIndexSnapRounder.cpp: Added missing
 	  headers
 
-2006-04-03 10:16  Sandro Santilli <strk at keybit.net>
+2006-04-03 10:16  strk
 
-	* [r1332] configure.in, source/Makefile.am,
+	* configure.in, source/Makefile.am,
 	  source/headers/geos/Makefile.am, source/headers/geos/simplify,
 	  source/headers/geos/simplify/.cvsignore,
 	  source/headers/geos/simplify/DouglasPeuckerLineSimplifier.h,
@@ -9805,75 +10225,74 @@
 	  source/simplify/Makefile.am: DouglasPeuckerLineSimplifier class
 	  port
 
-2006-04-03 08:43  Sandro Santilli <strk at keybit.net>
+2006-04-03 08:43  strk
 
-	* [r1331] source/headers/geos/index/strtree/STRtree.h,
+	* source/headers/geos/index/strtree/STRtree.h,
 	  source/index/strtree/STRtree.cpp: Added port info, minor cleanups
 
-2006-04-03 08:29  Sandro Santilli <strk at keybit.net>
+2006-04-03 08:29  strk
 
-	* [r1330] source/headers/geos/index/quadtree/Quadtree.h,
+	* source/headers/geos/index/quadtree/Quadtree.h,
 	  source/index/quadtree/Quadtree.cpp: Added port info, cleaned up
 	  log message, minor assertion checking.
 
-2006-03-31 17:51  Sandro Santilli <strk at keybit.net>
+2006-03-31 17:51  strk
 
-	* [r1329] source/geom/GeometryFactory.cpp,
+	* source/geom/GeometryFactory.cpp,
 	  source/headers/geos/geom/GeometryFactory.h: A few assertion
 	  checking, comments cleanup, use of initialization lists
 	  in constructors, handled NULL parameters.
 
-2006-03-31 16:55  Sandro Santilli <strk at keybit.net>
+2006-03-31 16:55  strk
 
-	* [r1328] NEWS, source/geom/LineString.cpp,
+	* NEWS, source/geom/LineString.cpp,
 	  source/headers/geos/geom/LineString.h: Added many assertions
 	  checking in LineString implementation.
 	  Changed ::getCoordinate() to return NULL on empty geom.
 	  Changed ::get{Start,End}Point() to return NULL on empty geom.
 
-2006-03-31 16:53  Sandro Santilli <strk at keybit.net>
+2006-03-31 16:53  strk
 
-	* [r1327] source/headers/geos/geom/Geometry.h: Added comment about
-	  possible NULL return from getCoordinate()
+	* source/headers/geos/geom/Geometry.h: Added comment about possible
+	  NULL return from getCoordinate()
 
-2006-03-31 11:03  Sandro Santilli <strk at keybit.net>
+2006-03-31 11:03  strk
 
-	* [r1325] source/geom/Geometry.cpp: Fixed NULL-GeometryFactory
-	  constructor to use INTERNAL_GEOMETRY_FACTORY
+	* source/geom/Geometry.cpp: Fixed NULL-GeometryFactory constructor
+	  to use INTERNAL_GEOMETRY_FACTORY
 	  (should fix bug #81)
 
-2006-03-30 09:26  Sandro Santilli <strk at keybit.net>
+2006-03-30 09:26  strk
 
-	* [r1324] source/headers/geos/io/WKTReader.h: minor cleanup
+	* source/headers/geos/io/WKTReader.h: minor cleanup
 
-2006-03-29 15:48  Sandro Santilli <strk at keybit.net>
+2006-03-29 15:48  strk
 
-	* [r1323] capi/geos_c.cpp: Added missing 'const' in catch
-	  std::exception statements
+	* capi/geos_c.cpp: Added missing 'const' in catch std::exception
+	  statements
 
-2006-03-29 15:23  Sandro Santilli <strk at keybit.net>
+2006-03-29 15:23  strk
 
-	* [r1322] source/geomgraph/DirectedEdge.cpp,
+	* source/geomgraph/DirectedEdge.cpp,
 	  source/geomgraph/GeometryGraph.cpp,
 	  source/headers/geos/geomgraph/GeometryGraph.h,
 	  source/headers/geos/geomgraph/GeometryGraph.inl,
 	  source/headers/geos/geomgraph/Makefile.am: Moved GeometryGraph
 	  inlines from .h to .inl file
 
-2006-03-29 14:34  Sandro Santilli <strk at keybit.net>
+2006-03-29 14:34  strk
 
-	* [r1321] tests/xmltester/TestValid.xml: Sync'ed testfile with JTS
-	  head
+	* tests/xmltester/TestValid.xml: Sync'ed testfile with JTS head
 
-2006-03-29 14:31  Sandro Santilli <strk at keybit.net>
+2006-03-29 14:31  strk
 
-	* [r1320] tests/unit/Makefile.am, tests/unit/algorithm,
+	* tests/unit/Makefile.am, tests/unit/algorithm,
 	  tests/unit/algorithm/PointLocator.cpp,
 	  tests/unit/io/WKBReader.cpp: Added PointLocator unit test
 
-2006-03-29 13:53  Sandro Santilli <strk at keybit.net>
+2006-03-29 13:53  strk
 
-	* [r1319] source/geomgraph/EdgeRing.cpp,
+	* source/geomgraph/EdgeRing.cpp,
 	  source/headers/geos/geomgraph/EdgeRing.h,
 	  source/headers/geos/operation/valid/IsValidOp.h,
 	  source/operation/valid/ConnectedInteriorTester.cpp,
@@ -9881,105 +10300,101 @@
 	  Invariant testing function and lots of exceptional assertions.
 	  Removed useless heap allocations, and pointers usages.
 
-2006-03-29 11:52  Sandro Santilli <strk at keybit.net>
+2006-03-29 11:52  strk
 
-	* [r1318] source/algorithm/MCPointInRing.cpp,
+	* source/algorithm/MCPointInRing.cpp,
 	  source/headers/geos/algorithm/MCPointInRing.h: const correctness,
 	  useless heap allocations removal
 
-2006-03-29 11:48  Sandro Santilli <strk at keybit.net>
+2006-03-29 11:48  strk
 
-	* [r1317]
-	  source/headers/geos/operation/valid/QuadtreeNestedRingTester.h,
+	* source/headers/geos/operation/valid/QuadtreeNestedRingTester.h,
 	  source/operation/valid/QuadtreeNestedRingTester.cpp: Removed
 	  useless heap allocations in construction, enforced const
 	  correctness
 
-2006-03-28 16:49  Sandro Santilli <strk at keybit.net>
+2006-03-28 16:49  strk
 
-	* [r1316] source/io/WKBReader.cpp: Reintroduced rewind of input
-	  parameter in printHEX() [dropped by prev commit]
+	* source/io/WKBReader.cpp: Reintroduced rewind of input parameter
+	  in printHEX() [dropped by prev commit]
 
-2006-03-28 16:33  Sandro Santilli <strk at keybit.net>
+2006-03-28 16:33  strk
 
-	* [r1315] source/headers/geos/geom/GeometryFactory.h: Added note
-	  about args responsibility in GeometryFactory constructor
+	* source/headers/geos/geom/GeometryFactory.h: Added note about args
+	  responsibility in GeometryFactory constructor
 
-2006-03-28 16:11  Sandro Santilli <strk at keybit.net>
+2006-03-28 16:11  strk
 
-	* [r1314] tests/unit/io/WKBReader.cpp: swapped assert_equals() args
-	  to get obtained/expected the right way.
+	* tests/unit/io/WKBReader.cpp: swapped assert_equals() args to get
+	  obtained/expected the right way.
 
-2006-03-28 15:27  Sandro Santilli <strk at keybit.net>
+2006-03-28 15:27  strk
 
-	* [r1313] source/io/WKBReader.cpp: Simplified printHEX()
-	  implementation
+	* source/io/WKBReader.cpp: Simplified printHEX() implementation
 
-2006-03-28 15:19  Sandro Santilli <strk at keybit.net>
+2006-03-28 15:19  strk
 
-	* [r1312] doc/example.cpp: Added macros for sections skip (useful
-	  in debugging)
+	* doc/example.cpp: Added macros for sections skip (useful in
+	  debugging)
 
-2006-03-28 14:45  Sandro Santilli <strk at keybit.net>
+2006-03-28 14:45  strk
 
-	* [r1311] tests/unit/Makefile.am, tests/unit/io,
+	* tests/unit/Makefile.am, tests/unit/io,
 	  tests/unit/io/WKBReader.cpp: Added simple test for WKB reader.
 
-2006-03-28 14:02  Sandro Santilli <strk at keybit.net>
+2006-03-28 14:02  strk
 
-	* [r1310] source/io/WKBReader.cpp: added missing header for
-	  non-inlined builds
+	* source/io/WKBReader.cpp: added missing header for non-inlined
+	  builds
 
-2006-03-28 14:01  Sandro Santilli <strk at keybit.net>
+2006-03-28 14:01  strk
 
-	* [r1309] source/io/ByteOrderDataInStream.cpp: forgot to add in
-	  previous commit
+	* source/io/ByteOrderDataInStream.cpp: forgot to add in previous
+	  commit
 
-2006-03-28 11:26  Sandro Santilli <strk at keybit.net>
+2006-03-28 11:26  strk
 
-	* [r1308] source/headers/geos/io/ByteOrderDataInStream.h,
+	* source/headers/geos/io/ByteOrderDataInStream.h,
 	  source/headers/geos/io/ByteOrderDataInStream.inl,
 	  source/headers/geos/io/Makefile.am,
 	  source/headers/geos/io/WKBWriter.h, source/io/Makefile.am:
 	  ByteOrderDataInStream inlines moved to .inl file, updated
 	  implementation files includes.
 
-2006-03-28 11:25  Sandro Santilli <strk at keybit.net>
+2006-03-28 11:25  strk
 
-	* [r1307] source/io/WKBWriter.cpp: Assertion checking
+	* source/io/WKBWriter.cpp: Assertion checking
 
-2006-03-28 09:14  Sandro Santilli <strk at keybit.net>
+2006-03-28 09:14  strk
 
-	* [r1306] source/headers/geos/geom/LineSegment.h,
+	* source/headers/geos/geom/LineSegment.h,
 	  source/headers/geos/geom/LineSegment.inl: Headers inclusion fix.
 
-2006-03-28 08:57  Sandro Santilli <strk at keybit.net>
+2006-03-28 08:57  strk
 
-	* [r1305] source/headers/geos/geom/PrecisionModel.h,
+	* source/headers/geos/geom/PrecisionModel.h,
 	  source/headers/geos/geom/PrecisionModel.inl: Comments cleanup,
 	  system headers included after project headers
 
-2006-03-28 08:40  Sandro Santilli <strk at keybit.net>
+2006-03-28 08:40  strk
 
-	* [r1304] configure.in: C-API lib version bumped to 1.1.1 (release
-	  2.2.2 will ship 1.1.0)
+	* configure.in: C-API lib version bumped to 1.1.1 (release 2.2.2
+	  will ship 1.1.0)
 
-2006-03-27 17:59  Sandro Santilli <strk at keybit.net>
+2006-03-27 17:59  strk
 
-	* [r1302] source/operation/buffer/OffsetCurveBuilder.cpp: Fixed
-	  small leak.
+	* source/operation/buffer/OffsetCurveBuilder.cpp: Fixed small leak.
 
-2006-03-27 17:04  Sandro Santilli <strk at keybit.net>
+2006-03-27 17:04  strk
 
-	* [r1301]
-	  source/headers/geos/operation/buffer/OffsetCurveBuilder.h,
+	* source/headers/geos/operation/buffer/OffsetCurveBuilder.h,
 	  source/operation/buffer/OffsetCurveBuilder.cpp,
 	  source/operation/buffer/OffsetCurveSetBuilder.cpp: Cleanups and
 	  explicit initializations
 
-2006-03-27 16:02  Sandro Santilli <strk at keybit.net>
+2006-03-27 16:02  strk
 
-	* [r1300] source/geomgraph/EdgeRing.cpp,
+	* source/geomgraph/EdgeRing.cpp,
 	  source/headers/geos/geomgraph/EdgeRing.h,
 	  source/headers/geos/operation/overlay/Makefile.am,
 	  source/headers/geos/operation/overlay/MaximalEdgeRing.h,
@@ -9991,104 +10406,99 @@
 	  file for MinimalEdgeRing, added many debugging blocks,
 	  fixed memory leak in ConnectedInteriorTester (bug #59)
 
-2006-03-27 15:57  Sandro Santilli <strk at keybit.net>
+2006-03-27 15:57  strk
 
-	* [r1299] source/headers/geos/geom/Coordinate.h,
+	* source/headers/geos/geom/Coordinate.h,
 	  source/headers/geos/geom/Coordinate.inl: Commented need for
 	  platform.h include
 
-2006-03-27 15:56  Sandro Santilli <strk at keybit.net>
+2006-03-27 15:56  strk
 
-	* [r1298] source/geom/Coordinate.cpp: Added missing platform.h
-	  include (for ISNAN macro)
+	* source/geom/Coordinate.cpp: Added missing platform.h include (for
+	  ISNAN macro)
 
-2006-03-27 14:20  Sandro Santilli <strk at keybit.net>
+2006-03-27 14:20  strk
 
-	* [r1297]
-	  source/headers/geos/operation/valid/ConnectedInteriorTester.h,
+	* source/headers/geos/operation/valid/ConnectedInteriorTester.h,
 	  source/operation/valid/ConnectedInteriorTester.cpp: Added
 	  paranoid assertion checking and a note in header about
 	  responsibility of return from buildMaximalEdgeRings()
 
-2006-03-27 10:37  Sandro Santilli <strk at keybit.net>
+2006-03-27 10:37  strk
 
-	* [r1296]
-	  source/headers/geos/operation/valid/ConsistentAreaTester.h,
+	* source/headers/geos/operation/valid/ConsistentAreaTester.h,
 	  source/operation/valid/ConsistentAreaTester.cpp: Reduced heap
 	  allocations and probability of error by making LineIntersector
 	  and RelateNodeGraph part of ConsistentAreaTester class .
 
-2006-03-27 10:36  Sandro Santilli <strk at keybit.net>
+2006-03-27 10:36  strk
 
-	* [r1295] source/operation/valid/TopologyValidationError.cpp: added
-	  missing space in exception message
+	* source/operation/valid/TopologyValidationError.cpp: added missing
+	  space in exception message
 
-2006-03-27 10:34  Sandro Santilli <strk at keybit.net>
+2006-03-27 10:34  strk
 
-	* [r1294] source/headers/geos/geom/Coordinate.inl: moved external
-	  includes after internal ones
+	* source/headers/geos/geom/Coordinate.inl: moved external includes
+	  after internal ones
 
-2006-03-27 09:50  Sandro Santilli <strk at keybit.net>
+2006-03-27 09:50  strk
 
-	* [r1293] tests/xmltester/Makefile.am,
-	  tests/xmltester/TestValid2-big.xml: Added final isValid test from
-	  JTS (floating version)
+	* tests/xmltester/Makefile.am, tests/xmltester/TestValid2-big.xml:
+	  Added final isValid test from JTS (floating version)
 
-2006-03-27 09:48  Sandro Santilli <strk at keybit.net>
+2006-03-27 09:48  strk
 
-	* [r1292] tests/xmltester/Makefile.am,
-	  tests/xmltester/TestValid2.xml, tests/xmltester/testLeaksBig.xml:
-	  Extracted TestValid2.xml from testLeaksBig.xml (target file is
-	  taken from JTS source tree)
+	* tests/xmltester/Makefile.am, tests/xmltester/TestValid2.xml,
+	  tests/xmltester/testLeaksBig.xml: Extracted TestValid2.xml from
+	  testLeaksBig.xml (target file is taken from JTS source tree)
 
-2006-03-27 09:45  Sandro Santilli <strk at keybit.net>
+2006-03-27 09:45  strk
 
-	* [r1291] tests/xmltester/Makefile.am,
-	  tests/xmltester/TestValid.xml, tests/xmltester/testLeaksBig.xml:
-	  Added TestValid.xml test, taken from JTS source tree, already
-	  present in testLeaksBig (from which tests were removed)
+	* tests/xmltester/Makefile.am, tests/xmltester/TestValid.xml,
+	  tests/xmltester/testLeaksBig.xml: Added TestValid.xml test, taken
+	  from JTS source tree, already present in testLeaksBig (from which
+	  tests were removed)
 
-2006-03-27 09:28  Sandro Santilli <strk at keybit.net>
+2006-03-27 09:28  strk
 
-	* [r1290] NEWS: added namespaces use and headers split
+	* NEWS: added namespaces use and headers split
 
-2006-03-27 09:05  Sandro Santilli <strk at keybit.net>
+2006-03-27 09:05  strk
 
-	* [r1289] branches/branch-2-2/source/capi/geos_c.h.in,
-	  capi/geos_c.h.in: Added note about responsibility of return from
+	* capi/geos_c.h.in: Added note about responsibility of return from
 	  GEOSGeomType()
 
-2006-03-27 09:00  Sandro Santilli <strk at keybit.net>
+2006-03-27 09:00  strk
 
-	* [r1288] source/geom/CoordinateArraySequence.cpp: Bug #79 - Small
-	  fix in CoordinateArraySequence::toString()
+	* source/geom/CoordinateArraySequence.cpp: Bug #79 - Small fix in
+	  CoordinateArraySequence::toString()
 
-2006-03-24 11:42  Sandro Santilli <strk at keybit.net>
+2006-03-24 11:42  strk
 
-	* [r1287] configure.in: reverted default of assertion checking
+	* configure.in: reverted default of assertion checking
 
-2006-03-24 11:11  Sandro Santilli <strk at keybit.net>
+2006-03-24 11:11  strk
 
-	* [r1286] TODO, configure.in, tools/geos-config.in: Inlining
-	  enabled by default, assertion checking disabled by default.
+	* TODO, configure.in, tools/geos-config.in: Inlining enabled by
+	  default, assertion checking disabled by default.
 	  Added --enable-cassert and --disable-inline configure switches.
 	  Had geos-config --cflags output appropriate inline flag if
 	  required (-DGEOS_INLINE)
 
-2006-03-24 11:04  Sandro Santilli <strk at keybit.net>
+2006-03-24 11:04  strk
 
-	* [r1285] source/operation/linemerge/LineSequencer.cpp: Changed
-	  assert() with Assert::isTrue in addReverseSubpath
+	* source/operation/linemerge/LineSequencer.cpp: Changed assert()
+	  with Assert::isTrue in addReverseSubpath
 
-2006-03-24 10:44  Sandro Santilli <strk at keybit.net>
+2006-03-24 10:44  strk
 
-	* [r1284] source/operation/linemerge/LineSequencer.cpp: Fixed to
-	  build with -DNDEBUG
+	* source/operation/linemerge/LineSequencer.cpp: Fixed to build with
+	  -DNDEBUG
 
-2006-03-24 09:52  Sandro Santilli <strk at keybit.net>
+2006-03-24 09:52  strk
 
-	* [r1283] TODO, capi/geos_c.cpp.bak,
-	  source/algorithm/ConvexHull.cpp, source/geom/Coordinate.cpp,
+	* TODO, capi/geos_c.cpp.bak, source/algorithm/ConvexHull.cpp,
+	  source/geom/Coordinate.cpp,
 	  source/geom/CoordinateArraySequenceFactory.cpp,
 	  source/geom/Envelope.cpp, source/geom/Geometry.cpp,
 	  source/geom/GeometryCollection.cpp,
@@ -10173,25 +10583,23 @@
 	  source/operation/distance/DistanceOp.cpp: USE_INLINE =>
 	  GEOS_INLINE
 
-2006-03-24 09:26  Sandro Santilli <strk at keybit.net>
+2006-03-24 09:26  strk
 
-	* [r1282] capi/geos_c.cpp: Bug #77 - Missing platform.h
+	* capi/geos_c.cpp: Bug #77 - Missing platform.h
 
-2006-03-24 09:25  Sandro Santilli <strk at keybit.net>
+2006-03-24 09:25  strk
 
-	* [r1281] source/noding/snapround/MCIndexPointSnapper.cpp,
+	* source/noding/snapround/MCIndexPointSnapper.cpp,
 	  source/operation/buffer/BufferBuilder.cpp: Bugs #77 and #76:
 	  missing <algorithm>
 
-2006-03-24 09:23  Sandro Santilli <strk at keybit.net>
+2006-03-24 09:23  strk
 
-	* [r1280] tests/unit/geos_unit.cpp: Bug #78 - Small fixes and
-	  cleaning
+	* tests/unit/geos_unit.cpp: Bug #78 - Small fixes and cleaning
 
-2006-03-23 15:10  Sandro Santilli <strk at keybit.net>
+2006-03-23 15:10  strk
 
-	* [r1278] source/geom/Coordinate.cpp,
-	  source/geomgraph/DirectedEdge.cpp,
+	* source/geom/Coordinate.cpp, source/geomgraph/DirectedEdge.cpp,
 	  source/geomgraph/DirectedEdgeStar.cpp,
 	  source/geomgraph/EdgeEndStar.cpp, source/geomgraph/EdgeRing.cpp,
 	  source/headers/geos/geom/Geometry.h,
@@ -10201,9 +10609,9 @@
 	  source/operation/overlay/OverlayOp.cpp: Dropped by-pointer
 	  TopologyException constructor, various small cleanups
 
-2006-03-23 13:31  Sandro Santilli <strk at keybit.net>
+2006-03-23 13:31  strk
 
-	* [r1277] source/geomgraph/Edge.cpp,
+	* source/geomgraph/Edge.cpp,
 	  source/geomgraph/EdgeIntersectionList.cpp,
 	  source/geomgraph/index/SegmentIntersector.cpp,
 	  source/index/chain/MonotoneChainBuilder.cpp,
@@ -10212,10 +10620,10 @@
 	  source/index/quadtree/Quadtree.cpp: Fixed to allow build with
 	  GEOS_DEBUG
 
-2006-03-23 12:12  Sandro Santilli <strk at keybit.net>
+2006-03-23 12:12  strk
 
-	* [r1276] source/geom/Geometry.cpp,
-	  source/geom/MultiLineString.cpp, source/geom/MultiPolygon.cpp,
+	* source/geom/Geometry.cpp, source/geom/MultiLineString.cpp,
+	  source/geom/MultiPolygon.cpp,
 	  source/headers/geos/geom/Geometry.h,
 	  source/headers/geos/geom/Geometry.inl,
 	  source/headers/geos/geom/GeometryCollection.h,
@@ -10227,26 +10635,26 @@
 	  source/operation/distance/DistanceOp.cpp: Fixes to allow build
 	  with -DUSE_INLINE
 
-2006-03-23 10:55  Sandro Santilli <strk at keybit.net>
+2006-03-23 10:55  strk
 
-	* [r1275] Makefile.am, configure.in: Temporarly excluded 'swig'
-	  extension from distribution, to allow for
+	* Makefile.am, configure.in: Temporarly excluded 'swig' extension
+	  from distribution, to allow for
 	  successufull 'dist' rule and distributed testing.
 
-2006-03-23 10:41  Sandro Santilli <strk at keybit.net>
+2006-03-23 10:41  strk
 
-	* [r1274] source/headers/geos/Makefile.am,
+	* source/headers/geos/Makefile.am,
 	  source/headers/geos/operation/relate/Makefile.am: Fixed automake
 	  files
 
-2006-03-23 10:09  Sandro Santilli <strk at keybit.net>
+2006-03-23 10:09  strk
 
-	* [r1273] source/headers/geos/operation/predicate/Makefile.am:
-	  Fixed missing backslash
+	* source/headers/geos/operation/predicate/Makefile.am: Fixed
+	  missing backslash
 
-2006-03-23 09:17  Sandro Santilli <strk at keybit.net>
+2006-03-23 09:17  strk
 
-	* [r1272] configure.in, source/headers/geos/Makefile.am,
+	* configure.in, source/headers/geos/Makefile.am,
 	  source/headers/geos/precision, source/headers/geos/precision.h,
 	  source/headers/geos/precision/.cvsignore,
 	  source/headers/geos/precision/CommonBits.h,
@@ -10264,9 +10672,9 @@
 	  source/precision/SimpleGeometryPrecisionReducer.cpp: precision.h
 	  header split, minor optimizations
 
-2006-03-22 18:12  Sandro Santilli <strk at keybit.net>
+2006-03-22 18:12  strk
 
-	* [r1271] configure.in, source/algorithm/MCPointInRing.cpp,
+	* configure.in, source/algorithm/MCPointInRing.cpp,
 	  source/geom/LineSegment.cpp,
 	  source/headers/geos/algorithm/MCPointInRing.h,
 	  source/headers/geos/index/Makefile.am,
@@ -10293,13 +10701,13 @@
 	  source/operation/buffer/BufferBuilder.cpp,
 	  source/operation/valid/IsValidOp.cpp: indexChain.h header split.
 
-2006-03-22 16:59  Sandro Santilli <strk at keybit.net>
+2006-03-22 16:59  strk
 
-	* [r1270] source/headers/geos/geosAlgorithm.h: cleaned up
+	* source/headers/geos/geosAlgorithm.h: cleaned up
 
-2006-03-22 16:58  Sandro Santilli <strk at keybit.net>
+2006-03-22 16:58  strk
 
-	* [r1269] source/geom/CoordinateArraySequence.cpp,
+	* source/geom/CoordinateArraySequence.cpp,
 	  source/geom/CoordinateList.cpp,
 	  source/geom/CoordinateSequence.cpp, source/geom/Dimension.cpp,
 	  source/geom/GeometryCollectionIterator.cpp,
@@ -10325,9 +10733,9 @@
 	  CoordinateSequence
 	  implementation, optimized out some memory allocations.
 
-2006-03-22 16:01  Sandro Santilli <strk at keybit.net>
+2006-03-22 16:01  strk
 
-	* [r1268] configure.in, source/algorithm/MCPointInRing.cpp,
+	* configure.in, source/algorithm/MCPointInRing.cpp,
 	  source/headers/geos/algorithm/MCPointInRing.h,
 	  source/headers/geos/index/bintree,
 	  source/headers/geos/index/bintree/.cvsignore,
@@ -10348,10 +10756,9 @@
 	  tests/xmltester/XMLTester.cpp: indexBintree.h header split,
 	  classes renamed to match JTS
 
-2006-03-22 14:28  Sandro Santilli <strk at keybit.net>
+2006-03-22 14:28  strk
 
-	* [r1267] source/index/quadtree/Key.cpp,
-	  source/index/quadtree/Makefile.am,
+	* source/index/quadtree/Key.cpp, source/index/quadtree/Makefile.am,
 	  source/index/quadtree/Node.cpp,
 	  source/index/quadtree/NodeBase.cpp,
 	  source/index/quadtree/QuadTreeKey.cpp,
@@ -10361,9 +10768,9 @@
 	  source/index/quadtree/Root.cpp: Filenames renamed to match class
 	  names (matching JTS)
 
-2006-03-22 12:22  Sandro Santilli <strk at keybit.net>
+2006-03-22 12:22  strk
 
-	* [r1266] configure.in, source/geomgraph/EdgeList.cpp,
+	* configure.in, source/geomgraph/EdgeList.cpp,
 	  source/headers/geos/index/Makefile.am,
 	  source/headers/geos/index/quadtree,
 	  source/headers/geos/index/quadtree/.cvsignore,
@@ -10387,9 +10794,9 @@
 	  source/operation/valid/QuadtreeNestedRingTester.cpp:
 	  indexQuadtree.h split
 
-2006-03-22 11:19  Sandro Santilli <strk at keybit.net>
+2006-03-22 11:19  strk
 
-	* [r1265] capi/geos_c.cpp, configure.in,
+	* capi/geos_c.cpp, configure.in,
 	  source/headers/geos/opPolygonize.h,
 	  source/headers/geos/operation/Makefile.am,
 	  source/headers/geos/operation/polygonize,
@@ -10408,17 +10815,16 @@
 	  source/operation/polygonize/polygonizeEdgeRing.cpp:
 	  opPolygonize.h headers split.
 
-2006-03-22 11:18  Sandro Santilli <strk at keybit.net>
+2006-03-22 11:18  strk
 
-	* [r1264] source/operation/buffer/BufferSubgraph.cpp,
+	* source/operation/buffer/BufferSubgraph.cpp,
 	  source/operation/buffer/OffsetCurveSetBuilder.cpp: Changed back
 	  'unable to find edge to compute depths' from assertion to
 	  TopologyException
 
-2006-03-22 10:13  Sandro Santilli <strk at keybit.net>
+2006-03-22 10:13  strk
 
-	* [r1263] capi/geos_c.cpp, configure.in,
-	  source/headers/geos/opLinemerge.h,
+	* capi/geos_c.cpp, configure.in, source/headers/geos/opLinemerge.h,
 	  source/headers/geos/operation/linemerge,
 	  source/headers/geos/operation/linemerge/.cvsignore,
 	  source/headers/geos/operation/linemerge/EdgeString.h,
@@ -10435,9 +10841,9 @@
 	  source/operation/linemerge/LineMerger.cpp,
 	  source/operation/linemerge/LineSequencer.cpp: opLinemerge.h split
 
-2006-03-21 21:42  Sandro Santilli <strk at keybit.net>
+2006-03-21 21:42  strk
 
-	* [r1262] configure.in, source/headers/geos/Makefile.am,
+	* configure.in, source/headers/geos/Makefile.am,
 	  source/headers/geos/planargraph,
 	  source/headers/geos/planargraph.h,
 	  source/headers/geos/planargraph/.cvsignore,
@@ -10480,9 +10886,9 @@
 	  source/planargraph/planarSubgraph.cpp: planargraph.h header
 	  split, planargraph:: classes renamed to match JTS symbols
 
-2006-03-21 17:55  Sandro Santilli <strk at keybit.net>
+2006-03-21 17:55  strk
 
-	* [r1261] configure.in, source/geom/Geometry.cpp,
+	* configure.in, source/geom/Geometry.cpp,
 	  source/headers/geos/opDistance.h,
 	  source/headers/geos/opOverlay.h, source/headers/geos/opRelate.h,
 	  source/headers/geos/opValid.h, source/headers/geos/operation.h,
@@ -10500,9 +10906,9 @@
 	  source/operation/distance/GeometryLocation.cpp: opDistance.h
 	  header split
 
-2006-03-21 17:11  Sandro Santilli <strk at keybit.net>
+2006-03-21 17:11  strk
 
-	* [r1260] configure.in, source/geom/Geometry.cpp,
+	* configure.in, source/geom/Geometry.cpp,
 	  source/headers/geos/opPredicate.h,
 	  source/headers/geos/operation/Makefile.am,
 	  source/headers/geos/operation/predicate,
@@ -10516,9 +10922,9 @@
 	  source/operation/predicate/SegmentIntersectionTester.cpp:
 	  opPredicate.h header split
 
-2006-03-21 13:11  Sandro Santilli <strk at keybit.net>
+2006-03-21 13:11  strk
 
-	* [r1259] configure.in, source/geom/Geometry.cpp,
+	* configure.in, source/geom/Geometry.cpp,
 	  source/headers/geos/opRelate.h,
 	  source/headers/geos/operation/Makefile.am,
 	  source/headers/geos/operation/relate,
@@ -10543,17 +10949,17 @@
 	  source/operation/valid/ConsistentAreaTester.cpp: opRelate.h
 	  header split
 
-2006-03-21 11:20  Sandro Santilli <strk at keybit.net>
+2006-03-21 11:20  strk
 
-	* [r1258] tests/xmltester/TestInteriorPoint.xml: Changed expected
-	  result to the obtained one :)
+	* tests/xmltester/TestInteriorPoint.xml: Changed expected result to
+	  the obtained one :)
 	  We're not cheating, it's a 2-vertex linestring for
 	  which an InteriorPoint is requested, both vertexes
 	  are correct answer (equidistant from centroid).
 
-2006-03-21 11:12  Sandro Santilli <strk at keybit.net>
+2006-03-21 11:12  strk
 
-	* [r1257] source/algorithm/CGAlgorithms.cpp,
+	* source/algorithm/CGAlgorithms.cpp,
 	  source/algorithm/CentroidArea.cpp,
 	  source/algorithm/CentroidLine.cpp,
 	  source/algorithm/CentroidPoint.cpp,
@@ -10576,9 +10982,9 @@
 	  source/headers/geos/algorithm/SIRtreePointInRing.h: Cleanups:
 	  headers inclusion and Log section
 
-2006-03-21 10:47  Sandro Santilli <strk at keybit.net>
+2006-03-21 10:47  strk
 
-	* [r1256] configure.in, source/headers/geos/index/Makefile.am,
+	* configure.in, source/headers/geos/index/Makefile.am,
 	  source/headers/geos/index/strtree,
 	  source/headers/geos/index/strtree/.cvsignore,
 	  source/headers/geos/index/strtree/AbstractNode.h,
@@ -10597,14 +11003,14 @@
 	  source/index/strtree/SIRtree.cpp,
 	  source/index/strtree/STRtree.cpp: indexStrtree.h split
 
-2006-03-21 10:46  Sandro Santilli <strk at keybit.net>
+2006-03-21 10:46  strk
 
-	* [r1255] source/algorithm/RobustDeterminant.cpp: streamlined
-	  header inclusion, put original copyright on top
+	* source/algorithm/RobustDeterminant.cpp: streamlined header
+	  inclusion, put original copyright on top
 
-2006-03-21 10:01  Sandro Santilli <strk at keybit.net>
+2006-03-21 10:01  strk
 
-	* [r1254] configure.in, source/headers/geos/index/Makefile.am,
+	* configure.in, source/headers/geos/index/Makefile.am,
 	  source/headers/geos/index/sweepline,
 	  source/headers/geos/index/sweepline/.cvsignore,
 	  source/headers/geos/index/sweepline/Makefile.am,
@@ -10621,11 +11027,11 @@
 	  source/operation/valid/SweeplineNestedRingTester.cpp:
 	  indexSweepline.h header split
 
-2006-03-20 18:18  Sandro Santilli <strk at keybit.net>
+2006-03-20 18:18  strk
 
-	* [r1253] capi/geos_c.cpp, configure.in,
-	  source/headers/geos/Makefile.am, source/headers/geos/io,
-	  source/headers/geos/io.h, source/headers/geos/io/.cvsignore,
+	* capi/geos_c.cpp, configure.in, source/headers/geos/Makefile.am,
+	  source/headers/geos/io, source/headers/geos/io.h,
+	  source/headers/geos/io/.cvsignore,
 	  source/headers/geos/io/ByteOrderDataInStream.h,
 	  source/headers/geos/io/ByteOrderValues.h,
 	  source/headers/geos/io/Makefile.am,
@@ -10644,29 +11050,29 @@
 	  source/io/Writer.cpp, source/operation/buffer/BufferSubgraph.cpp:
 	  io.h header split
 
-2006-03-20 17:40  Sandro Santilli <strk at keybit.net>
+2006-03-20 17:40  strk
 
-	* [r1252] source/index/quadtree/DoubleBits.cpp: <cmath> included
-	  when appropriate
+	* source/index/quadtree/DoubleBits.cpp: <cmath> included when
+	  appropriate
 
-2006-03-20 17:27  Sandro Santilli <strk at keybit.net>
+2006-03-20 17:27  strk
 
-	* [r1251] source/headers/geos/geom/CoordinateSequence.h,
+	* source/headers/geos/geom/CoordinateSequence.h,
 	  source/headers/geos/geom/GeometryFactory.h: Bug #72 - Missing
 	  <vector> header
 
-2006-03-20 17:17  Sandro Santilli <strk at keybit.net>
+2006-03-20 17:17  strk
 
-	* [r1250] source/headers/geos/geomgraph/index/Makefile.am,
+	* source/headers/geos/geomgraph/index/Makefile.am,
 	  source/headers/geos/index/Makefile.am,
 	  source/headers/geos/noding/snapround/Makefile.am,
 	  source/headers/geos/operation/buffer/Makefile.am,
 	  source/headers/geos/operation/overlay/Makefile.am,
 	  source/headers/geos/operation/valid/Makefile.am: Fixed geosdir
 
-2006-03-20 16:57  Sandro Santilli <strk at keybit.net>
+2006-03-20 16:57  strk
 
-	* [r1249] configure.in, source/geom/Geometry.cpp,
+	* configure.in, source/geom/Geometry.cpp,
 	  source/headers/geos/Makefile.am, source/headers/geos/index,
 	  source/headers/geos/index/.cvsignore,
 	  source/headers/geos/index/ItemVisitor.h,
@@ -10710,73 +11116,70 @@
 	  source/operation/valid/TopologyValidationError.cpp:
 	  spatialindex.h and opValid.h headers split
 
-2006-03-20 16:08  Sandro Santilli <strk at keybit.net>
+2006-03-20 16:08  strk
 
-	* [r1248] macros/ac_python_devel.m4: redirected find stderr to
-	  /dev/null
+	* macros/ac_python_devel.m4: redirected find stderr to /dev/null
 
-2006-03-20 13:20  Sandro Santilli <strk at keybit.net>
+2006-03-20 13:20  strk
 
-	* [r1247] source/operation/overlay/PolygonBuilder.cpp: Changed
-	  assertion to TopologyException for the "orphaned" hole case
+	* source/operation/overlay/PolygonBuilder.cpp: Changed assertion to
+	  TopologyException for the "orphaned" hole case
 	  in order to allow for reduced precision ops to catch the case.
 
-2006-03-20 12:33  Sandro Santilli <strk at keybit.net>
+2006-03-20 12:33  strk
 
-	* [r1246] source/headers/geos/operation/overlay/PolygonBuilder.h,
+	* source/headers/geos/operation/overlay/PolygonBuilder.h,
 	  source/operation/overlay/PolygonBuilder.cpp: Simplified some
 	  privat methods to use refs instead of pointers, added
 	  debugging section for failiures of holes/shells associations
 
-2006-03-20 12:32  Sandro Santilli <strk at keybit.net>
+2006-03-20 12:32  strk
 
-	* [r1245] source/headers/geos/geomgraph/EdgeRing.h: Added note
-	  about responsibility of return from ::toPolygon
+	* source/headers/geos/geomgraph/EdgeRing.h: Added note about
+	  responsibility of return from ::toPolygon
 
-2006-03-20 12:03  Sandro Santilli <strk at keybit.net>
+2006-03-20 12:03  strk
 
-	* [r1244] source/geom/Geometry.cpp,
-	  source/headers/geos/geom/Geometry.h: Added operator<< for
-	  Geometry, writing HEXWKB
+	* source/geom/Geometry.cpp, source/headers/geos/geom/Geometry.h:
+	  Added operator<< for Geometry, writing HEXWKB
 
-2006-03-20 11:42  Sandro Santilli <strk at keybit.net>
+2006-03-20 11:42  strk
 
-	* [r1243] source/noding/Octant.cpp,
+	* source/noding/Octant.cpp,
 	  source/operation/buffer/OffsetCurveBuilder.cpp,
 	  source/operation/buffer/OffsetCurveSetBuilder.cpp: Added missing
 	  <cmath> include
 
-2006-03-20 10:42  Sandro Santilli <strk at keybit.net>
+2006-03-20 10:42  strk
 
-	* [r1242] source/operation/predicate/RectangleContains.cpp,
+	* source/operation/predicate/RectangleContains.cpp,
 	  source/operation/predicate/RectangleIntersects.cpp: Bug #61 -
 	  Disambiguated geom::Polygon use
 
-2006-03-20 10:14  Sandro Santilli <strk at keybit.net>
+2006-03-20 10:14  strk
 
-	* [r1241] source/headers/geos/timeval.h: Bug #69 - Check for macro
+	* source/headers/geos/timeval.h: Bug #69 - Check for macro
 	  WIN32_LEAN_AND_MEAN
 
-2006-03-20 10:13  Sandro Santilli <strk at keybit.net>
+2006-03-20 10:13  strk
 
-	* [r1240] source/operation/buffer/SubgraphDepthLocater.cpp: Bug #71
-	  - Missing <algorithm>
+	* source/operation/buffer/SubgraphDepthLocater.cpp: Bug #71 -
+	  Missing <algorithm>
 
-2006-03-20 10:12  Sandro Santilli <strk at keybit.net>
+2006-03-20 10:12  strk
 
-	* [r1239] source/headers/geos/geom/Coordinate.h: Bug #70 - Small
-	  fix in fwd decl. of CoordinateLessThen
+	* source/headers/geos/geom/Coordinate.h: Bug #70 - Small fix in fwd
+	  decl. of CoordinateLessThen
 
-2006-03-20 10:11  Sandro Santilli <strk at keybit.net>
+2006-03-20 10:11  strk
 
-	* [r1238] source/geom/GeometryFactory.cpp: Bug #67 - Debugging
-	  helpers in GeometryFactory class
+	* source/geom/GeometryFactory.cpp: Bug #67 - Debugging helpers in
+	  GeometryFactory class
 
-2006-03-17 16:48  Sandro Santilli <strk at keybit.net>
+2006-03-17 16:48  strk
 
-	* [r1237] source/headers/geos/opRelate.h,
-	  source/headers/geos/opValid.h, source/io/Unload.cpp,
-	  source/operation/relate/EdgeEndBundle.cpp,
+	* source/headers/geos/opRelate.h, source/headers/geos/opValid.h,
+	  source/io/Unload.cpp, source/operation/relate/EdgeEndBundle.cpp,
 	  source/operation/relate/RelateComputer.cpp,
 	  source/operation/relate/RelateOp.cpp,
 	  source/operation/valid/ConnectedInteriorTester.cpp,
@@ -10790,14 +11193,14 @@
 	  opRelate.h
 	  and opValid.h, updated .cpp files to allow build.
 
-2006-03-17 14:56  Sandro Santilli <strk at keybit.net>
+2006-03-17 14:56  strk
 
-	* [r1236] tests/xmltester/XMLTester.cpp: Fixed filename normalizer
-	  for sql output
+	* tests/xmltester/XMLTester.cpp: Fixed filename normalizer for sql
+	  output
 
-2006-03-17 13:24  Sandro Santilli <strk at keybit.net>
+2006-03-17 13:24  strk
 
-	* [r1235] configure.in, source/geom/Geometry.cpp,
+	* configure.in, source/geom/Geometry.cpp,
 	  source/headers/geos/opOverlay.h,
 	  source/headers/geos/operation/Makefile.am,
 	  source/headers/geos/operation/overlay,
@@ -10832,82 +11235,81 @@
 	  implementation files. ElevationMatrixFilter code moved from own
 	  file to ElevationMatrix.cpp (ideally a class-private).
 
-2006-03-16 13:30  Sandro Santilli <strk at keybit.net>
+2006-03-16 13:30  strk
 
-	* [r1234] tests/xmltester/linemerge.xml: Added missing testfile
+	* tests/xmltester/linemerge.xml: Added missing testfile
 
-2006-03-16 13:29  Sandro Santilli <strk at keybit.net>
+2006-03-16 13:29  strk
 
-	* [r1233] tests/unit/Makefile.am, tests/unit/geom/LineSegment.cpp:
-	  new unit test for LineSegment (adding tests would be helpful)
+	* tests/unit/Makefile.am, tests/unit/geom/LineSegment.cpp: new unit
+	  test for LineSegment (adding tests would be helpful)
 
-2006-03-16 13:28  Sandro Santilli <strk at keybit.net>
+2006-03-16 13:28  strk
 
-	* [r1232] source/geom/LineSegment.cpp,
+	* source/geom/LineSegment.cpp,
 	  source/headers/geos/geom/LineSegment.h,
 	  source/headers/geos/geom/LineSegment.inl: obsoleted
 	  getCoordinate(), replaced by operator[]
 
-2006-03-16 13:27  Sandro Santilli <strk at keybit.net>
+2006-03-16 13:27  strk
 
-	* [r1231] README: Added notes about testing
+	* README: Added notes about testing
 
-2006-03-16 10:47  Sandro Santilli <strk at keybit.net>
+2006-03-16 10:47  strk
 
-	* [r1230] tests/tut/tut.h, tests/tut/tut_reporter.h,
+	* tests/tut/tut.h, tests/tut/tut_reporter.h,
 	  tests/tut/tut_restartable.h, tests/unit/geom/Envelope.cpp,
 	  tests/unit/geom/Geometry/isRectangle.cpp,
 	  tests/unit/geos_unit.cpp: Bug #65 - Command line changes and EOL
 	  fixes Unit Test
 
-2006-03-16 10:42  Sandro Santilli <strk at keybit.net>
+2006-03-16 10:42  strk
 
-	* [r1229] source/geom/Geometry.cpp: Bug #64 - Not all control paths
-	  return a value in geos::geom::Geometry::getClassSortIndex
+	* source/geom/Geometry.cpp: Bug #64 - Not all control paths return
+	  a value in geos::geom::Geometry::getClassSortIndex
 
-2006-03-16 10:38  Sandro Santilli <strk at keybit.net>
+2006-03-16 10:38  strk
 
-	* [r1228] source/algorithm/LineIntersector.cpp: Bug #63 - Remove
+	* source/algorithm/LineIntersector.cpp: Bug #63 - Remove
 	  unreferenced local variable warning
 
-2006-03-16 09:37  Sandro Santilli <strk at keybit.net>
+2006-03-16 09:37  strk
 
-	* [r1227] tests/tut, tests/tut/tut.h, tests/tut/tut_reporter.h,
+	* tests/tut, tests/tut/tut.h, tests/tut/tut_reporter.h,
 	  tests/tut/tut_restartable.h, tests/unit/Makefile.am,
 	  tests/unit/envelope_class_test.cpp, tests/unit/geom,
 	  tests/unit/geom/Envelope.cpp, tests/unit/geom/Geometry,
 	  tests/unit/geom/Geometry/isRectangle.cpp,
 	  tests/unit/geos_unit.cpp: Initial unit tests
 
-2006-03-15 18:59  Sandro Santilli <strk at keybit.net>
+2006-03-15 18:59  strk
 
-	* [r1226] source/headers/geos/operation/IsSimpleOp.h: Bug #62:
-	  'struct' CoordinateLessThen in forward declaration
+	* source/headers/geos/operation/IsSimpleOp.h: Bug #62: 'struct'
+	  CoordinateLessThen in forward declaration
 
-2006-03-15 18:57  Sandro Santilli <strk at keybit.net>
+2006-03-15 18:57  strk
 
-	* [r1225] source/operation/buffer/SubgraphDepthLocater.cpp: small
-	  cleanup
+	* source/operation/buffer/SubgraphDepthLocater.cpp: small cleanup
 
-2006-03-15 18:57  Sandro Santilli <strk at keybit.net>
+2006-03-15 18:57  strk
 
-	* [r1224] source/operation/buffer/BufferBuilder.cpp: cleanups in
-	  DEBUG lines
+	* source/operation/buffer/BufferBuilder.cpp: cleanups in DEBUG
+	  lines
 
-2006-03-15 18:56  Sandro Santilli <strk at keybit.net>
+2006-03-15 18:56  strk
 
-	* [r1223] source/operation/buffer/BufferOp.cpp: Temporary hack to
-	  avoid snapround:: Noders (still using ScaledNoder wrapper)
+	* source/operation/buffer/BufferOp.cpp: Temporary hack to avoid
+	  snapround:: Noders (still using ScaledNoder wrapper)
 	  to allow for buffer_snapround.xml test to succeed
 
-2006-03-15 18:55  Sandro Santilli <strk at keybit.net>
+2006-03-15 18:55  strk
 
-	* [r1222] tests/xmltester/buffer_snapround.xml: Added xml testfile
-	  showing bug in snapround:: noders
+	* tests/xmltester/buffer_snapround.xml: Added xml testfile showing
+	  bug in snapround:: noders
 
-2006-03-15 18:44  Sandro Santilli <strk at keybit.net>
+2006-03-15 18:44  strk
 
-	* [r1221] doc/example.cpp, source/geom/Envelope.cpp,
+	* doc/example.cpp, source/geom/Envelope.cpp,
 	  source/geom/LineSegment.cpp, source/geom/PrecisionModel.cpp,
 	  source/headers/geos/geom/Coordinate.inl,
 	  source/index/bintree/Key.cpp,
@@ -10917,22 +11319,21 @@
 	  source/util/GeometricShapeFactory.cpp: Bug #60 - Missing <cmath>
 	  header in some files
 
-2006-03-15 17:33  Sandro Santilli <strk at keybit.net>
+2006-03-15 17:33  strk
 
-	* [r1220] source/operation/buffer/BufferSubgraph.cpp: Changed
-	  operator<< to use operator<< for Nodes
+	* source/operation/buffer/BufferSubgraph.cpp: Changed operator<< to
+	  use operator<< for Nodes
 
-2006-03-15 17:17  Sandro Santilli <strk at keybit.net>
+2006-03-15 17:17  strk
 
-	* [r1219] source/headers/geos/geomgraph/DirectedEdgeStar.h,
+	* source/headers/geos/geomgraph/DirectedEdgeStar.h,
 	  source/headers/geos/geomgraph/EdgeRing.h,
 	  source/headers/geos/geomgraph/index/SweepLineEvent.h: Added
 	  missing forward declarations
 
-2006-03-15 17:16  Sandro Santilli <strk at keybit.net>
+2006-03-15 17:16  strk
 
-	* [r1218] source/geomgraph/Depth.cpp,
-	  source/geomgraph/DirectedEdge.cpp,
+	* source/geomgraph/Depth.cpp, source/geomgraph/DirectedEdge.cpp,
 	  source/geomgraph/DirectedEdgeStar.cpp, source/geomgraph/Edge.cpp,
 	  source/geomgraph/EdgeEnd.cpp, source/geomgraph/EdgeEndStar.cpp,
 	  source/geomgraph/EdgeIntersection.cpp,
@@ -10955,89 +11356,87 @@
 	  source/geomgraph/index/SweepLineSegment.cpp: streamlined headers
 	  inclusion
 
-2006-03-15 16:27  Sandro Santilli <strk at keybit.net>
+2006-03-15 16:27  strk
 
-	* [r1217] source/geomgraph/Node.cpp,
-	  source/headers/geos/geomgraph/Node.h: operator<< for Node class
+	* source/geomgraph/Node.cpp, source/headers/geos/geomgraph/Node.h:
+	  operator<< for Node class
 
-2006-03-15 15:50  Sandro Santilli <strk at keybit.net>
+2006-03-15 15:50  strk
 
-	* [r1216]
-	  source/headers/geos/operation/buffer/SubgraphDepthLocater.h,
+	* source/headers/geos/operation/buffer/SubgraphDepthLocater.h,
 	  source/operation/buffer/SubgraphDepthLocater.cpp: const
 	  correctness, cleanups
 
-2006-03-15 15:27  Sandro Santilli <strk at keybit.net>
+2006-03-15 15:27  strk
 
-	* [r1215] source/headers/geos/geomgraph/DirectedEdge.h,
+	* source/headers/geos/geomgraph/DirectedEdge.h,
 	  source/headers/geos/geomgraph/EdgeEnd.h: cleanups
 
-2006-03-15 15:26  Sandro Santilli <strk at keybit.net>
+2006-03-15 15:26  strk
 
-	* [r1214] source/geomgraph/DirectedEdge.cpp,
-	  source/geomgraph/EdgeRing.cpp: Cleanups
+	* source/geomgraph/DirectedEdge.cpp, source/geomgraph/EdgeRing.cpp:
+	  Cleanups
 
-2006-03-15 13:03  Sandro Santilli <strk at keybit.net>
+2006-03-15 13:03  strk
 
-	* [r1213] source/operation/buffer/BufferBuilder.cpp: removed
-	  leftover debugging line
+	* source/operation/buffer/BufferBuilder.cpp: removed leftover
+	  debugging line
 
-2006-03-15 12:54  Sandro Santilli <strk at keybit.net>
+2006-03-15 12:54  strk
 
-	* [r1212] source/headers/geos/opBuffer.h: Removed DepthSegment.h
-	  include
+	* source/headers/geos/opBuffer.h: Removed DepthSegment.h include
 
-2006-03-15 12:54  Sandro Santilli <strk at keybit.net>
+2006-03-15 12:54  strk
 
-	* [r1211] source/headers/geos/operation/buffer/DepthSegment.h,
+	* source/headers/geos/operation/buffer/DepthSegment.h,
 	  source/headers/geos/operation/buffer/Makefile.am: Removed public
 	  DepthSegment definition (moved inside SubgraphDepthLocater
 	  implementation)
 
-2006-03-15 12:52  Sandro Santilli <strk at keybit.net>
+2006-03-15 12:52  strk
 
-	* [r1210] source/operation/buffer/DepthSegment.cpp,
+	* source/operation/buffer/DepthSegment.cpp,
 	  source/operation/buffer/Makefile.am,
 	  source/operation/buffer/SubgraphDepthLocater.cpp: DepthSegment
 	  class moved inside SubgraphDepthLocator implementaion
 	  as it was private to this file in JTS. Also, changed to reduce
 	  copies of LineSegment copies.
 
-2006-03-15 11:45  Sandro Santilli <strk at keybit.net>
+2006-03-15 11:45  strk
 
-	* [r1209] source/headers/geos/operation/buffer/BufferSubgraph.h:
-	  doxygen comments
+	* source/headers/geos/operation/buffer/BufferSubgraph.h: doxygen
+	  comments
 
-2006-03-15 11:44  Sandro Santilli <strk at keybit.net>
+2006-03-15 11:44  strk
 
-	* [r1208] source/operation/overlay/PolygonBuilder.cpp: debug
-	  blocks, dumping SQL when GEOS_DEBUG > 1
+	* source/operation/overlay/PolygonBuilder.cpp: debug blocks,
+	  dumping SQL when GEOS_DEBUG > 1
 
-2006-03-15 11:42  Sandro Santilli <strk at keybit.net>
+2006-03-15 11:42  strk
 
-	* [r1207] source/operation/buffer/BufferBuilder.cpp: more debugging
-	  lines, with two levels of debugging handled
+	* source/operation/buffer/BufferBuilder.cpp: more debugging lines,
+	  with two levels of debugging handled
 
-2006-03-15 11:39  Sandro Santilli <strk at keybit.net>
+2006-03-15 11:39  strk
 
-	* [r1206] source/operation/buffer/BufferSubgraph.cpp: comments
-	  cleanup, changed computeDepths to use a list<> rather then a
-	  vector (performance related)
+	* source/operation/buffer/BufferSubgraph.cpp: comments cleanup,
+	  changed computeDepths to use a list<> rather then a vector
+	  (performance related)
 
-2006-03-15 10:40  Sandro Santilli <strk at keybit.net>
+2006-03-15 10:40  strk
 
-	* [r1205] doc/Doxyfile.in: Fixed to allow doxygen runs from
-	  external builddir
+	* doc/Doxyfile.in: Fixed to allow doxygen runs from external
+	  builddir
 
-2006-03-15 09:51  Sandro Santilli <strk at keybit.net>
+2006-03-15 09:51  strk
 
-	* [r1204] source/headers/geos/noding/SegmentString.inl,
+	* source/headers/geos/noding/SegmentString.inl,
 	  source/headers/geos/noding/SimpleNoder.h: streamlined header
 	  usage
 
-2006-03-15 09:51  Sandro Santilli <strk at keybit.net>
+2006-03-15 09:51  strk
 
-	* [r1203] source/noding/IntersectionAdder.cpp,
+	* source/noding/IntersectionAdder.cpp,
 	  source/noding/IntersectionFinderAdder.cpp,
 	  source/noding/IteratedNoder.cpp, source/noding/MCIndexNoder.cpp,
 	  source/noding/NodingValidator.cpp, source/noding/Octant.cpp,
@@ -11048,77 +11447,75 @@
 	  source/noding/snapround/SimpleSnapRounder.cpp: streamlined
 	  headers usage
 
-2006-03-15 09:13  Sandro Santilli <strk at keybit.net>
+2006-03-15 09:13  strk
 
-	* [r1202] source/geom/Polygon.cpp: updated port info
+	* source/geom/Polygon.cpp: updated port info
 
-2006-03-15 09:12  Sandro Santilli <strk at keybit.net>
+2006-03-15 09:12  strk
 
-	* [r1201] source/headers/geos/geom/Polygon.h: isSimple doc
+	* source/headers/geos/geom/Polygon.h: isSimple doc
 
-2006-03-14 17:46  Sandro Santilli <strk at keybit.net>
+2006-03-14 17:46  strk
 
-	* [r1200] source/headers/geos/util/Assert.h: Removed unrequired
-	  include
+	* source/headers/geos/util/Assert.h: Removed unrequired include
 
-2006-03-14 17:10  Sandro Santilli <strk at keybit.net>
+2006-03-14 17:10  strk
 
-	* [r1199] source/operation/buffer/BufferSubgraph.cpp: cleanups
+	* source/operation/buffer/BufferSubgraph.cpp: cleanups
 
-2006-03-14 17:08  Sandro Santilli <strk at keybit.net>
+2006-03-14 17:08  strk
 
-	* [r1198] source/headers/geos/opOverlay.h,
+	* source/headers/geos/opOverlay.h,
 	  source/operation/overlay/MaximalEdgeRing.cpp: comments cleanup,
 	  integrity checks
 
-2006-03-14 16:55  Sandro Santilli <strk at keybit.net>
+2006-03-14 16:55  strk
 
-	* [r1197] source/operation/overlay/PolygonBuilder.cpp: oops,
-	  GEOS_DEBUG default to 0
+	* source/operation/overlay/PolygonBuilder.cpp: oops, GEOS_DEBUG
+	  default to 0
 
-2006-03-14 16:55  Sandro Santilli <strk at keybit.net>
+2006-03-14 16:55  strk
 
-	* [r1196] source/headers/geos/opOverlay.h,
+	* source/headers/geos/opOverlay.h,
 	  source/operation/overlay/PolygonBuilder.cpp: comments cleanup
 
-2006-03-14 16:53  Sandro Santilli <strk at keybit.net>
+2006-03-14 16:53  strk
 
-	* [r1195] source/geomgraph/Edge.cpp: removed endline from printing
-	  funx
+	* source/geomgraph/Edge.cpp: removed endline from printing funx
 
-2006-03-14 16:08  Sandro Santilli <strk at keybit.net>
+2006-03-14 16:08  strk
 
-	* [r1194] source/headers/geos/operation/buffer/BufferBuilder.h,
+	* source/headers/geos/operation/buffer/BufferBuilder.h,
 	  source/operation/buffer/BufferBuilder.cpp: changed buildSubgraphs
 	  signature to use refs rather then pointers, made it
 	  const-correct. Reduced heap allocations in createSubgraphs()
 
-2006-03-14 15:46  Sandro Santilli <strk at keybit.net>
+2006-03-14 15:46  strk
 
-	* [r1193] source/geomgraph/PlanarGraph.cpp,
+	* source/geomgraph/PlanarGraph.cpp,
 	  source/headers/geos/geomgraph/PlanarGraph.h: Added
 	  PlanarGraph::getNodes(vector&) func, to reduce useless heap
 	  allocations
 
-2006-03-14 15:32  Sandro Santilli <strk at keybit.net>
+2006-03-14 15:32  strk
 
-	* [r1192] source/geom/Coordinate.cpp,
+	* source/geom/Coordinate.cpp,
 	  source/geom/CoordinateArraySequence.cpp,
 	  source/geomgraph/DirectedEdge.cpp, source/geomgraph/Edge.cpp,
 	  source/geomgraph/Node.cpp: Cleaned up toString funx (more WKT
 	  friendly)
 
-2006-03-14 14:16  Sandro Santilli <strk at keybit.net>
+2006-03-14 14:16  strk
 
-	* [r1191] source/headers/geos/operation/buffer/BufferSubgraph.h,
+	* source/headers/geos/operation/buffer/BufferSubgraph.h,
 	  source/operation/buffer/BufferBuilder.cpp,
 	  source/operation/buffer/BufferSubgraph.cpp,
 	  source/operation/overlay/PolygonBuilder.cpp: operator<< for
 	  BufferSubgraph, more debugging calls
 
-2006-03-14 12:55  Sandro Santilli <strk at keybit.net>
+2006-03-14 12:55  strk
 
-	* [r1190] configure.in, source/geom/Geometry.cpp,
+	* configure.in, source/geom/Geometry.cpp,
 	  source/geomgraph/Label.cpp, source/geomgraph/Node.cpp,
 	  source/geomgraph/NodeMap.cpp,
 	  source/headers/geos/geomgraph/Makefile.am,
@@ -11161,26 +11558,26 @@
 	  source/operation/buffer/BufferOp.cpp: Headers split:
 	  geomgraphindex.h, nodingSnapround.h
 
-2006-03-14 11:03  Sandro Santilli <strk at keybit.net>
+2006-03-14 11:03  strk
 
-	* [r1189] source/geomgraph/Edge.cpp, source/geomgraph/EdgeList.cpp,
+	* source/geomgraph/Edge.cpp, source/geomgraph/EdgeList.cpp,
 	  source/headers/geos/geomgraph/Edge.h,
 	  source/headers/geos/geomgraph/EdgeList.h: Added operator<< for
 	  Edge and EdgeList
 
-2006-03-14 00:37  Sandro Santilli <strk at keybit.net>
+2006-03-14 00:37  strk
 
-	* [r1188] source/headers/geos/operation/buffer/Makefile.am: Fixed
-	  include filenames
+	* source/headers/geos/operation/buffer/Makefile.am: Fixed include
+	  filenames
 
-2006-03-14 00:36  Sandro Santilli <strk at keybit.net>
+2006-03-14 00:36  strk
 
-	* [r1187] source/operation/buffer/BufferOp.cpp: Reduced 'buffer'
-	  headers inclusion
+	* source/operation/buffer/BufferOp.cpp: Reduced 'buffer' headers
+	  inclusion
 
-2006-03-14 00:19  Sandro Santilli <strk at keybit.net>
+2006-03-14 00:19  strk
 
-	* [r1186] source/headers/geos/opBuffer.h,
+	* source/headers/geos/opBuffer.h,
 	  source/headers/geos/operation/buffer,
 	  source/headers/geos/operation/buffer/.cvsignore,
 	  source/headers/geos/operation/buffer/BufferBuilder.h,
@@ -11202,139 +11599,135 @@
 	  split, streamlined headers in some (not all) files in
 	  operation/buffer/
 
-2006-03-13 22:33  Sandro Santilli <strk at keybit.net>
+2006-03-13 22:33  strk
 
-	* [r1185] source/headers/geos/geom/LineSegment.h: Added missing
-	  forward declarations
+	* source/headers/geos/geom/LineSegment.h: Added missing forward
+	  declarations
 
-2006-03-13 21:54  Sandro Santilli <strk at keybit.net>
+2006-03-13 21:54  strk
 
-	* [r1184] source/geom/Coordinate.cpp,
-	  source/geom/CoordinateSequence.cpp,
+	* source/geom/Coordinate.cpp, source/geom/CoordinateSequence.cpp,
 	  source/geom/CoordinateSequenceFactory.cpp,
 	  source/geom/Geometry.cpp,
 	  source/geom/GeometryComponentFilter.cpp,
 	  source/geom/IntersectionMatrix.cpp, source/geom/LineSegment.cpp,
 	  source/geom/Triangle.cpp: Streamlined headers inclusion.
 
-2006-03-13 21:19  Sandro Santilli <strk at keybit.net>
+2006-03-13 21:19  strk
 
-	* [r1183] source/headers/geos/noding/ScaledNoder.h,
+	* source/headers/geos/noding/ScaledNoder.h,
 	  source/noding/ScaledNoder.cpp: Fixed bug in ScaledNoder scaling
 	  mechanism (hugly code, due to CoordinateSequence visitor pattern
 	  design). Tests are still failing so this possibly needs some
 	  other fix. Streamlined includes by implementation file.
 
-2006-03-13 21:14  Sandro Santilli <strk at keybit.net>
+2006-03-13 21:14  strk
 
-	* [r1182] source/headers/geos/noding/SegmentString.h: Added missing
-	  forward declarations
+	* source/headers/geos/noding/SegmentString.h: Added missing forward
+	  declarations
 
-2006-03-13 21:13  Sandro Santilli <strk at keybit.net>
+2006-03-13 21:13  strk
 
-	* [r1181] source/headers/geos/geom/CoordinateFilter.h: Added
-	  comment about possible refactoring
+	* source/headers/geos/geom/CoordinateFilter.h: Added comment about
+	  possible refactoring
 
-2006-03-11 16:58  Sandro Santilli <strk at keybit.net>
+2006-03-11 16:58  strk
 
-	* [r1180] source/headers/geos/opBuffer.h,
+	* source/headers/geos/opBuffer.h,
 	  source/operation/buffer/OffsetCurveBuilder.cpp: Fixed bug in
 	  OffsetCurveBuilder::getCoordinates.
 
-2006-03-10 15:50  Sandro Santilli <strk at keybit.net>
+2006-03-10 15:50  strk
 
-	* [r1179] source/geomgraph/EdgeRing.cpp: Changed 'found null
-	  Directed Edge' from an Assertion to a TopologyException, to give
+	* source/geomgraph/EdgeRing.cpp: Changed 'found null Directed Edge'
+	  from an Assertion to a TopologyException, to give
 	  'precision-reducing' overlay operation a chance to handle it (it
 	  seems to work)
 
-2006-03-10 13:07  Sandro Santilli <strk at keybit.net>
+2006-03-10 13:07  strk
 
-	* [r1178] source/geomgraph/EdgeRing.cpp: fine-tuned includes,
-	  reverted Assert=>assert due to user-input based failure
+	* source/geomgraph/EdgeRing.cpp: fine-tuned includes, reverted
+	  Assert=>assert due to user-input based failure
 
-2006-03-10 12:50  Sandro Santilli <strk at keybit.net>
+2006-03-10 12:50  strk
 
-	* [r1177] configure.in, tests/unit/Makefile.am,
+	* configure.in, tests/unit/Makefile.am,
 	  tests/unit/envelope_class_test.cpp: boost detection code fix,
 	  first UTF source for testing purposes
 
-2006-03-10 12:43  Sandro Santilli <strk at keybit.net>
+2006-03-10 12:43  strk
 
-	* [r1176] TODO: updated
+	* TODO: updated
 
-2006-03-10 12:09  Sandro Santilli <strk at keybit.net>
+2006-03-10 12:09  strk
 
-	* [r1175] configure.in: Update configure script to work with new
-	  boost.m4 file
+	* configure.in: Update configure script to work with new boost.m4
+	  file
 
-2006-03-10 11:49  Sandro Santilli <strk at keybit.net>
+2006-03-10 11:49  strk
 
-	* [r1174] macros/boost.m4: Updated boost detection macro
+	* macros/boost.m4: Updated boost detection macro
 
-2006-03-10 11:41  Sandro Santilli <strk at keybit.net>
+2006-03-10 11:41  strk
 
-	* [r1173] source/index/quadtree/QuadTreeNodeBase.cpp: Added missing
+	* source/index/quadtree/QuadTreeNodeBase.cpp: Added missing
 	  <algorithm> include (bug#56)
 
-2006-03-10 11:10  Sandro Santilli <strk at keybit.net>
+2006-03-10 11:10  strk
 
-	* [r1172] configure.in, macros/boost.m4, tests/Makefile.am,
-	  tests/unit, tests/unit/.cvsignore, tests/unit/Makefile.am:
-	  Initial boost detection code
+	* configure.in, macros/boost.m4, tests/Makefile.am, tests/unit,
+	  tests/unit/.cvsignore, tests/unit/Makefile.am: Initial boost
+	  detection code
 
-2006-03-10 11:09  Sandro Santilli <strk at keybit.net>
+2006-03-10 11:09  strk
 
-	* [r1171] source/operation/valid/ConnectedInteriorTester.cpp:
-	  Comments cleanup
+	* source/operation/valid/ConnectedInteriorTester.cpp: Comments
+	  cleanup
 
-2006-03-10 10:48  Sandro Santilli <strk at keybit.net>
+2006-03-10 10:48  strk
 
-	* [r1170] source/Makefile.vc: Bug #58 - Patch to makefile.vc after
-	  big refactoring commit
+	* source/Makefile.vc: Bug #58 - Patch to makefile.vc after big
+	  refactoring commit
 
-2006-03-10 10:44  Sandro Santilli <strk at keybit.net>
+2006-03-10 10:44  strk
 
-	* [r1169] source/operation/buffer/BufferBuilder.cpp,
+	* source/operation/buffer/BufferBuilder.cpp,
 	  source/operation/overlay/ElevationMatrixFilter.cpp,
 	  source/precision/EnhancedPrecisionOp.cpp: Unreferenced exception
 	  objects cleanup (#52)
 
-2006-03-10 10:37  Sandro Santilli <strk at keybit.net>
+2006-03-10 10:37  strk
 
-	* [r1168] source/geomgraph/index/SimpleSweepLineIntersector.cpp:
-	  Added missing <algorithm> include (#55)
+	* source/geomgraph/index/SimpleSweepLineIntersector.cpp: Added
+	  missing <algorithm> include (#55)
 
-2006-03-10 10:34  Sandro Santilli <strk at keybit.net>
+2006-03-10 10:34  strk
 
-	* [r1167] source/geom/Polygon.cpp: Added missing <algorithm>
-	  include (#54)
+	* source/geom/Polygon.cpp: Added missing <algorithm> include (#54)
 
-2006-03-09 18:22  Sandro Santilli <strk at keybit.net>
+2006-03-09 18:22  strk
 
-	* [r1166] tests/xmltester/Makefile.am,
-	  tests/xmltester/TestIsValid.xml: Added isvalid test for latest
-	  validop patch
+	* tests/xmltester/Makefile.am, tests/xmltester/TestIsValid.xml:
+	  Added isvalid test for latest validop patch
 
-2006-03-09 18:18  Sandro Santilli <strk at keybit.net>
+2006-03-09 18:18  strk
 
-	* [r1165] source/headers/geos/opOverlay.h,
-	  source/headers/geos/opValid.h,
+	* source/headers/geos/opOverlay.h, source/headers/geos/opValid.h,
 	  source/operation/overlay/MaximalEdgeRing.cpp,
 	  source/operation/valid/ConnectedInteriorTester.cpp: Added
 	  memory-friendly MaximalEdgeRing::buildMinimalRings()
 	  implementation.
 	  Applied patch to IsValid operation from JTS-1.7.1
 
-2006-03-09 17:40  Sandro Santilli <strk at keybit.net>
+2006-03-09 17:40  strk
 
-	* [r1164] source/headers/geos/opBuffer.h,
+	* source/headers/geos/opBuffer.h,
 	  source/operation/buffer/OffsetCurveBuilder.cpp: Fixed bug#33
 	  (hopefully)
 
-2006-03-09 16:46  Sandro Santilli <strk at keybit.net>
+2006-03-09 16:46  strk
 
-	* [r1163] configure.in, source/algorithm/CGAlgorithms.cpp,
+	* configure.in, source/algorithm/CGAlgorithms.cpp,
 	  source/algorithm/CentroidArea.cpp,
 	  source/algorithm/CentroidLine.cpp,
 	  source/algorithm/CentroidPoint.cpp,
@@ -11548,94 +11941,92 @@
 	  tests/xmltester/XMLTester.cpp, tests/xmltester/buffer.xml:
 	  geos::geom namespace definition, first pass at headers split
 
-2006-03-09 16:18  Sandro Santilli <strk at keybit.net>
+2006-03-09 16:18  strk
 
-	* [r1162] tests/xmltester/Makefile.am: Fixed to allow tests from
-	  external build tree (thanks Norman:)
+	* tests/xmltester/Makefile.am: Fixed to allow tests from external
+	  build tree (thanks Norman:)
 
-2006-03-09 16:01  Sandro Santilli <strk at keybit.net>
+2006-03-09 16:01  strk
 
-	* [r1161] source/geomgraph/Position.cpp,
+	* source/geomgraph/Position.cpp,
 	  source/operation/overlay/ElevationMatrixFilter.cpp: Fixed
 	  debugging lines
 
-2006-03-09 15:50  Sandro Santilli <strk at keybit.net>
+2006-03-09 15:50  strk
 
-	* [r1160] source/operation/overlay/OverlayOp.cpp: Fixed debugging
-	  lines, added missing header
+	* source/operation/overlay/OverlayOp.cpp: Fixed debugging lines,
+	  added missing header
 
-2006-03-09 15:47  Sandro Santilli <strk at keybit.net>
+2006-03-09 15:47  strk
 
-	* [r1159] source/operation/linemerge/LineMergeGraph.cpp: Fixed
-	  debugging lines
+	* source/operation/linemerge/LineMergeGraph.cpp: Fixed debugging
+	  lines
 
-2006-03-09 15:39  Sandro Santilli <strk at keybit.net>
+2006-03-09 15:39  strk
 
-	* [r1158] source/index/quadtree/QuadTreeKey.cpp,
+	* source/index/quadtree/QuadTreeKey.cpp,
 	  source/index/quadtree/QuadTreeRoot.cpp,
 	  source/noding/SegmentNodeList.cpp: Fixed debugging lines
 
-2006-03-09 14:48  Sandro Santilli <strk at keybit.net>
+2006-03-09 14:48  strk
 
-	* [r1157] capi/Makefile.am: Added missing INCLUDES line
+	* capi/Makefile.am: Added missing INCLUDES line
 
-2006-03-07 14:21  Sandro Santilli <strk at keybit.net>
+2006-03-07 14:21  strk
 
-	* [r1156] tests/xmltester/XMLTester.cpp: Leak plugged, tweeked
-	  output to be nice with --sql-output
+	* tests/xmltester/XMLTester.cpp: Leak plugged, tweeked output to be
+	  nice with --sql-output
 
-2006-03-07 14:20  Sandro Santilli <strk at keybit.net>
+2006-03-07 14:20  strk
 
-	* [r1155] source/headers/geos/opBuffer.h,
+	* source/headers/geos/opBuffer.h,
 	  source/operation/buffer/OffsetCurveBuilder.cpp: Big deal of heap
 	  allocations reduction
 
-2006-03-07 14:18  Sandro Santilli <strk at keybit.net>
+2006-03-07 14:18  strk
 
-	* [r1154] source/util/Profiler.cpp: Profiler singleton implemented
-	  with a function-static Profiler instance
+	* source/util/Profiler.cpp: Profiler singleton implemented with a
+	  function-static Profiler instance
 
-2006-03-07 12:42  Sandro Santilli <strk at keybit.net>
+2006-03-07 12:42  strk
 
-	* [r1153] tests/xmltester/buffer.xml: addedvalidity test for a case
-	  with invalid input
+	* tests/xmltester/buffer.xml: addedvalidity test for a case with
+	  invalid input
 
-2006-03-07 12:41  Sandro Santilli <strk at keybit.net>
+2006-03-07 12:41  strk
 
-	* [r1152] tests/xmltester/XMLTester.cpp,
-	  tests/xmltester/XMLTester.h: Added --wkb-output and made
-	  --sql-output compatible with -v
+	* tests/xmltester/XMLTester.cpp, tests/xmltester/XMLTester.h: Added
+	  --wkb-output and made --sql-output compatible with -v
 
-2006-03-07 11:22  Sandro Santilli <strk at keybit.net>
+2006-03-07 11:22  strk
 
-	* [r1151] tests/xmltester/XMLTester.cpp: table name for sqlOutput
+	* tests/xmltester/XMLTester.cpp: table name for sqlOutput
 	  normalized
 
-2006-03-07 11:06  Sandro Santilli <strk at keybit.net>
+2006-03-07 11:06  strk
 
-	* [r1150] tests/xmltester/XMLTester.cpp,
-	  tests/xmltester/XMLTester.h: Added --sql-output switch for
-	  debugging
+	* tests/xmltester/XMLTester.cpp, tests/xmltester/XMLTester.h: Added
+	  --sql-output switch for debugging
 
-2006-03-07 10:46  Sandro Santilli <strk at keybit.net>
+2006-03-07 10:46  strk
 
-	* [r1149] tests/xmltester/XMLTester.cpp: verbose validity errors
+	* tests/xmltester/XMLTester.cpp: verbose validity errors
 
-2006-03-06 21:27  Sandro Santilli <strk at keybit.net>
+2006-03-06 21:27  strk
 
-	* [r1148] doc/example.cpp, source/headers/geos/geom.h,
+	* doc/example.cpp, source/headers/geos/geom.h,
 	  source/headers/geos/opRelate.h, tests/xmltester/XMLTester.cpp:
 	  Cascading fixed after Unload definition moved to geos::io
 	  namespace
 
-2006-03-06 19:43  Sandro Santilli <strk at keybit.net>
+2006-03-06 19:43  strk
 
-	* [r1147] source/headers/geos/unload.h: Fixed Unload class
-	  definition namespace (geos::io)
+	* source/headers/geos/unload.h: Fixed Unload class definition
+	  namespace (geos::io)
 
-2006-03-06 19:40  Sandro Santilli <strk at keybit.net>
+2006-03-06 19:40  strk
 
-	* [r1146] capi/geos_c.cpp, doc/example.cpp,
+	* capi/geos_c.cpp, doc/example.cpp,
 	  source/algorithm/ConvexHull.cpp,
 	  source/algorithm/LineIntersector.cpp,
 	  source/algorithm/PointLocator.cpp,
@@ -11710,88 +12101,86 @@
 	  tests/xmltester/XMLTester.cpp: geos::util namespace. New
 	  GeometryCollection::iterator interface, many cleanups.
 
-2006-03-06 15:23  Sandro Santilli <strk at keybit.net>
+2006-03-06 15:23  strk
 
-	* [r1145] capi/geos_c.cpp, doc/example.cpp,
-	  source/geom/Geometry.cpp, source/headers/geos/io.h,
-	  source/io/ByteOrderValues.cpp, source/io/ParseException.cpp,
-	  source/io/StringTokenizer.cpp, source/io/Unload.cpp,
-	  source/io/WKBReader.cpp, source/io/WKBWriter.cpp,
-	  source/io/WKTReader.cpp, source/io/WKTWriter.cpp,
-	  source/io/Writer.cpp, tests/xmltester/SimpleWKTTester.cpp,
+	* capi/geos_c.cpp, doc/example.cpp, source/geom/Geometry.cpp,
+	  source/headers/geos/io.h, source/io/ByteOrderValues.cpp,
+	  source/io/ParseException.cpp, source/io/StringTokenizer.cpp,
+	  source/io/Unload.cpp, source/io/WKBReader.cpp,
+	  source/io/WKBWriter.cpp, source/io/WKTReader.cpp,
+	  source/io/WKTWriter.cpp, source/io/Writer.cpp,
+	  tests/xmltester/SimpleWKTTester.cpp,
 	  tests/xmltester/XMLTester.cpp, tests/xmltester/XMLTester.h,
 	  tests/xmltester/buffer.xml: geos::io namespace
 
-2006-03-06 14:30  Sandro Santilli <strk at keybit.net>
+2006-03-06 14:30  strk
 
-	* [r1143] capi/geos_c.cpp: Validity error include Coordinate
+	* capi/geos_c.cpp: Validity error include Coordinate
 
-2006-03-06 13:27  Sandro Santilli <strk at keybit.net>
+2006-03-06 13:27  strk
 
-	* [r1142] source/geom/Polygon.cpp: Cleaned up equalsExact
+	* source/geom/Polygon.cpp: Cleaned up equalsExact
 
-2006-03-06 13:26  Sandro Santilli <strk at keybit.net>
+2006-03-06 13:26  strk
 
-	* [r1141] tests/xmltester/XMLTester.cpp: Fixed equalsExact check,
-	  and also reduced tolerance
+	* tests/xmltester/XMLTester.cpp: Fixed equalsExact check, and also
+	  reduced tolerance
 
-2006-03-06 12:47  Sandro Santilli <strk at keybit.net>
+2006-03-06 12:47  strk
 
-	* [r1140] source/headers/geos/opValid.h,
+	* source/headers/geos/opValid.h,
 	  source/operation/valid/IsValidOp.cpp: TopologyValidationError
 	  error names (enum) renamed to avoid conflicts.
 
-2006-03-06 12:16  Sandro Santilli <strk at keybit.net>
+2006-03-06 12:16  strk
 
-	* [r1139] tests/xmltester/robustness.xml: Added second case for
-	  Union
+	* tests/xmltester/robustness.xml: Added second case for Union
 
-2006-03-06 12:11  Sandro Santilli <strk at keybit.net>
+2006-03-06 12:11  strk
 
-	* [r1138] source/operation/overlay/OverlayOp.cpp: precision.h =>
+	* source/operation/overlay/OverlayOp.cpp: precision.h =>
 	  geos/precision.h (#48)
 
-2006-03-06 11:39  Sandro Santilli <strk at keybit.net>
+2006-03-06 11:39  strk
 
-	* [r1137] tests/xmltester/robustness.xml: Added test extracted from
-	  data provided by Guillaume Sueur
+	* tests/xmltester/robustness.xml: Added test extracted from data
+	  provided by Guillaume Sueur
 
-2006-03-06 11:34  Sandro Santilli <strk at keybit.net>
+2006-03-06 11:34  strk
 
-	* [r1136] source/headers/geos/geom.h: Dropped
+	* source/headers/geos/geom.h: Dropped
 	  unused/unmaintained/platform-problematic serial version info for
 	  classes (#47)
 
-2006-03-06 11:17  Sandro Santilli <strk at keybit.net>
+2006-03-06 11:17  strk
 
-	* [r1135] capi/geos_c.cpp: added a compile-time option to get
+	* capi/geos_c.cpp: added a compile-time option to get
 	  VERBOSE_EXCEPTION (print args on exceptions)
 
-2006-03-06 11:17  Sandro Santilli <strk at keybit.net>
+2006-03-06 11:17  strk
 
-	* [r1134] source/operation/overlay/OverlayOp.cpp: precision
-	  reducing overlayOp made compile-time optional
+	* source/operation/overlay/OverlayOp.cpp: precision reducing
+	  overlayOp made compile-time optional
 
-2006-03-06 11:05  Sandro Santilli <strk at keybit.net>
+2006-03-06 11:05  strk
 
-	* [r1133] tests/xmltester/XMLTester.cpp,
-	  tests/xmltester/XMLTester.h: Added input and output validity test
-	  facilities
+	* tests/xmltester/XMLTester.cpp, tests/xmltester/XMLTester.h: Added
+	  input and output validity test facilities
 
-2006-03-03 14:01  Sandro Santilli <strk at keybit.net>
+2006-03-03 14:01  strk
 
-	* [r1132] source/operation/overlay/OverlayOp.cpp: Experimental
+	* source/operation/overlay/OverlayOp.cpp: Experimental
 	  precision-reducing overlayOp
 
-2006-03-03 13:50  Sandro Santilli <strk at keybit.net>
+2006-03-03 13:50  strk
 
-	* [r1131] source/algorithm/InteriorPointLine.cpp,
+	* source/algorithm/InteriorPointLine.cpp,
 	  source/headers/geos/geom.h, source/headers/geos/geosAlgorithm.h:
 	  Cleaned up InteriorPointLine class
 
-2006-03-03 10:46  Sandro Santilli <strk at keybit.net>
+2006-03-03 10:46  strk
 
-	* [r1130] capi/geos_c.cpp, doc/example.cpp,
+	* capi/geos_c.cpp, doc/example.cpp,
 	  source/algorithm/CGAlgorithms.cpp,
 	  source/algorithm/HCoordinate.cpp,
 	  source/algorithm/InteriorPointArea.cpp,
@@ -11911,51 +12300,50 @@
 	  Removed 'using namespace' from headers, added missing headers in
 	  .cpp files, removed useless includes in headers (bug#46)
 
-2006-03-02 18:17  Sandro Santilli <strk at keybit.net>
+2006-03-02 18:17  strk
 
-	* [r1129] tests/xmltester/Makefile.am,
-	  tests/xmltester/robustness.xml: Added robustness testcases
+	* tests/xmltester/Makefile.am, tests/xmltester/robustness.xml:
+	  Added robustness testcases
 
-2006-03-02 16:22  Sandro Santilli <strk at keybit.net>
+2006-03-02 16:22  strk
 
-	* [r1128] tests/xmltester/XMLTester.cpp: Updated copyright notice
+	* tests/xmltester/XMLTester.cpp: Updated copyright notice
 
-2006-03-02 16:21  Sandro Santilli <strk at keybit.net>
+2006-03-02 16:21  strk
 
-	* [r1127] source/geomgraph/PlanarGraph.cpp,
-	  source/headers/geos/geomUtil.h, source/headers/geos/precision.h,
-	  source/precision/CommonBits.cpp,
+	* source/geomgraph/PlanarGraph.cpp, source/headers/geos/geomUtil.h,
+	  source/headers/geos/precision.h, source/precision/CommonBits.cpp,
 	  source/precision/CommonBitsOp.cpp,
 	  source/precision/CommonBitsRemover.cpp,
 	  source/precision/EnhancedPrecisionOp.cpp,
 	  source/precision/SimpleGeometryPrecisionReducer.cpp:
 	  geos::precision namespace added
 
-2006-03-02 14:53  Sandro Santilli <strk at keybit.net>
+2006-03-02 14:53  strk
 
-	* [r1126] source/geomgraph/index/SweepLineEvent.cpp,
+	* source/geomgraph/index/SweepLineEvent.cpp,
 	  source/headers/geos/geomgraphindex.h,
 	  source/headers/geos/indexSweepline.h,
 	  source/index/sweepline/indexSweepLineEvent.cpp:
 	  SweepLineEvent::DELETE=>DELETE_EVENT, INSERT=>INSERT_EVENT (#45)
 
-2006-03-02 14:34  Sandro Santilli <strk at keybit.net>
+2006-03-02 14:34  strk
 
-	* [r1125] source/headers/geos/geomgraph.h,
-	  source/headers/geos/operation.h, source/io/Unload.cpp,
+	* source/headers/geos/geomgraph.h, source/headers/geos/operation.h,
+	  source/io/Unload.cpp,
 	  source/operation/GeometryGraphOperation.cpp,
 	  source/operation/overlay/OverlayOp.cpp,
 	  source/operation/overlay/PolygonBuilder.cpp:
 	  GeometryGraphOperation::li made a non-static member, and not more
 	  a pointer
 
-2006-03-02 14:21  Sandro Santilli <strk at keybit.net>
+2006-03-02 14:21  strk
 
-	* [r1124] capi/geos_c.cpp: DEBUG => GEOS_DEBUG [#44]
+	* capi/geos_c.cpp: DEBUG => GEOS_DEBUG [#44]
 
-2006-03-02 12:12  Sandro Santilli <strk at keybit.net>
+2006-03-02 12:12  strk
 
-	* [r1123] source/algorithm/LineIntersector.cpp,
+	* source/algorithm/LineIntersector.cpp,
 	  source/geomgraph/DirectedEdgeStar.cpp, source/geomgraph/Edge.cpp,
 	  source/geomgraph/EdgeEndStar.cpp,
 	  source/geomgraph/EdgeIntersectionList.cpp,
@@ -11992,62 +12380,60 @@
 	  to GEOS_DEBUG, all wrapped in #ifndef block to allow global
 	  override (bug#43)
 
-2006-03-02 11:03  Sandro Santilli <strk at keybit.net>
+2006-03-02 11:03  strk
 
-	* [r1122] tests/xmltester/XMLTester.cpp: Added assertion in relate
-	  test handler
+	* tests/xmltester/XMLTester.cpp: Added assertion in relate test
+	  handler
 
-2006-03-02 11:00  Sandro Santilli <strk at keybit.net>
+2006-03-02 11:00  strk
 
-	* [r1121] source/geom/IntersectionMatrix.cpp,
-	  source/headers/geos/geom.h: Changed IntersectionMatrix funx
-	  taking strings to take const string& instead
+	* source/geom/IntersectionMatrix.cpp, source/headers/geos/geom.h:
+	  Changed IntersectionMatrix funx taking strings to take const
+	  string& instead
 
-2006-03-02 10:25  Sandro Santilli <strk at keybit.net>
+2006-03-02 10:25  strk
 
-	* [r1120] tests/xmltester/XMLTester.cpp,
-	  tests/xmltester/buffer.xml: Added support for FLOATING_SINGLE
-	  precisionmodel in XML tests
+	* tests/xmltester/XMLTester.cpp, tests/xmltester/buffer.xml: Added
+	  support for FLOATING_SINGLE precisionmodel in XML tests
 
-2006-03-02 10:03  Sandro Santilli <strk at keybit.net>
+2006-03-02 10:03  strk
 
-	* [r1119] capi/Makefile.am, capi/geos_c.cpp: Removed use of strdup,
-	  changed GEOSjtsport() to return const char* instead of char* (is
-	  not advertised in headerfile, so no compatibility problems)
+	* capi/Makefile.am, capi/geos_c.cpp: Removed use of strdup, changed
+	  GEOSjtsport() to return const char* instead of char* (is not
+	  advertised in headerfile, so no compatibility problems)
 
-2006-03-02 09:51  Sandro Santilli <strk at keybit.net>
+2006-03-02 09:51  strk
 
-	* [r1118] source/operation/overlay/OverlayOp.cpp: Fixes in DEBUG
-	  lines (bug#42)
+	* source/operation/overlay/OverlayOp.cpp: Fixes in DEBUG lines
+	  (bug#42)
 
-2006-03-02 09:49  Sandro Santilli <strk at keybit.net>
+2006-03-02 09:49  strk
 
-	* [r1117] source/headers/geos/LineSegment.inl: Changed LineSegment
-	  output to use 'LINESEGMENT' label rather then 'LINESTRING'
+	* source/headers/geos/LineSegment.inl: Changed LineSegment output
+	  to use 'LINESEGMENT' label rather then 'LINESTRING'
 
-2006-03-02 09:49  Sandro Santilli <strk at keybit.net>
+2006-03-02 09:49  strk
 
-	* [r1116] source/headers/geos/timeval.h: WINCE implmentation of
+	* source/headers/geos/timeval.h: WINCE implmentation of
 	  gettimeofday (bug#40)
 
-2006-03-02 09:46  Sandro Santilli <strk at keybit.net>
+2006-03-02 09:46  strk
 
-	* [r1115] source/operation/buffer/SubgraphDepthLocater.cpp: cleaned
-	  up debugging lines
+	* source/operation/buffer/SubgraphDepthLocater.cpp: cleaned up
+	  debugging lines
 
-2006-03-01 18:44  Sandro Santilli <strk at keybit.net>
+2006-03-01 18:44  strk
 
-	* [r1114] NEWS: added note about getInteriorPoint() possibly
-	  returning NULL
+	* NEWS: added note about getInteriorPoint() possibly returning NULL
 
-2006-03-01 18:43  Sandro Santilli <strk at keybit.net>
+2006-03-01 18:43  strk
 
-	* [r1113] capi/geos_c.cpp: Handled new NULL return from
+	* capi/geos_c.cpp: Handled new NULL return from
 	  Geometry::getInteriorPoint()
 
-2006-03-01 18:37  Sandro Santilli <strk at keybit.net>
+2006-03-01 18:37  strk
 
-	* [r1112] source/algorithm/InteriorPointLine.cpp,
+	* source/algorithm/InteriorPointLine.cpp,
 	  source/algorithm/InteriorPointPoint.cpp,
 	  source/geom/Geometry.cpp, source/geom/GeometryFactory.cpp,
 	  source/headers/geos/geom.h:
@@ -12056,29 +12442,28 @@
 	  Fixed bugs in InteriorPoint* and getCentroid() inserted by
 	  previous commits.
 
-2006-03-01 18:19  Sandro Santilli <strk at keybit.net>
+2006-03-01 18:19  strk
 
-	* [r1111] tests/xmltester/Makefile.am,
-	  tests/xmltester/TestCentroid.xml,
+	* tests/xmltester/Makefile.am, tests/xmltester/TestCentroid.xml,
 	  tests/xmltester/testLeaksBig.xml: getCentroid() test moved from
 	  testLeaksBig.xml to TestCentroid.xml (synced with JTS-1.7)
 
-2006-03-01 18:15  Sandro Santilli <strk at keybit.net>
+2006-03-01 18:15  strk
 
-	* [r1110] tests/xmltester/Makefile.am,
+	* tests/xmltester/Makefile.am,
 	  tests/xmltester/TestInteriorPoint.xml,
 	  tests/xmltester/testLeaksBig.xml: Extracted getInteriorPoint()
 	  tests out of testLeaksBig.xml and into TestInteriorPoint.xml
 	  (synced with JTS-1.7).
 
-2006-03-01 18:14  Sandro Santilli <strk at keybit.net>
+2006-03-01 18:14  strk
 
-	* [r1109] tests/xmltester/XMLTester.cpp: Handled NULL return from
+	* tests/xmltester/XMLTester.cpp: Handled NULL return from
 	  Geometry::getInteriorPoint()
 
-2006-03-01 17:16  Sandro Santilli <strk at keybit.net>
+2006-03-01 17:16  strk
 
-	* [r1108] source/algorithm/CentroidArea.cpp,
+	* source/algorithm/CentroidArea.cpp,
 	  source/algorithm/CentroidLine.cpp,
 	  source/algorithm/CentroidPoint.cpp,
 	  source/algorithm/InteriorPointArea.cpp,
@@ -12095,86 +12480,82 @@
 	  Reduced heap allocations in Centroid{Area,Line,Point} and
 	  InteriorPoint{Area,Line,Point}.
 
-2006-03-01 16:42  Sandro Santilli <strk at keybit.net>
+2006-03-01 16:42  strk
 
-	* [r1107] source/Makefile.vc: Fixed include name (Bug#41)
+	* source/Makefile.vc: Fixed include name (Bug#41)
 
-2006-03-01 16:01  Sandro Santilli <strk at keybit.net>
+2006-03-01 16:01  strk
 
-	* [r1106] source/noding/SegmentNodeList.cpp: Fixed const
-	  correctness of operator<<(ostream&, SegmentNodeList&) [bug#37]
+	* source/noding/SegmentNodeList.cpp: Fixed const correctness of
+	  operator<<(ostream&, SegmentNodeList&) [bug#37]
 
-2006-03-01 13:49  Sandro Santilli <strk at keybit.net>
+2006-03-01 13:49  strk
 
-	* [r1105] source/index/quadtree/Quadtree.cpp: Fixed debug lines
-	  (bug#36)
+	* source/index/quadtree/Quadtree.cpp: Fixed debug lines (bug#36)
 
-2006-03-01 13:48  Sandro Santilli <strk at keybit.net>
+2006-03-01 13:48  strk
 
-	* [r1104] tests/xmltester/Stackwalker.cpp: Fixed missing type
-	  specifier (bug#35)
+	* tests/xmltester/Stackwalker.cpp: Fixed missing type specifier
+	  (bug#35)
 
-2006-03-01 13:06  Sandro Santilli <strk at keybit.net>
+2006-03-01 13:06  strk
 
-	* [r1103] tests/xmltester/Makefile.am,
-	  tests/xmltester/XMLTester.cpp, tests/xmltester/buffer.xml: Used
-	  FLOATING precision model in buffer.xml test, added expected
-	  results,
+	* tests/xmltester/Makefile.am, tests/xmltester/XMLTester.cpp,
+	  tests/xmltester/buffer.xml: Used FLOATING precision model in
+	  buffer.xml test, added expected results,
 	  changed XMLTester.cpp to use a tolerance when comparing expected
 	  and obtained
 	  results from buffer operations.
 
-2006-03-01 12:12  Sandro Santilli <strk at keybit.net>
+2006-03-01 12:12  strk
 
-	* [r1102] tests/xmltester/XMLTester.cpp: Fixed a bug in verbose
-	  output preventing geometry arg 'A' from being properly printed
+	* tests/xmltester/XMLTester.cpp: Fixed a bug in verbose output
+	  preventing geometry arg 'A' from being properly printed
 
-2006-03-01 11:47  Sandro Santilli <strk at keybit.net>
+2006-03-01 11:47  strk
 
-	* [r1101] source/Makefile.vc: Applied patch by Mateusz Loskot (Bug
-	  #39)
+	* source/Makefile.vc: Applied patch by Mateusz Loskot (Bug #39)
 
-2006-03-01 10:48  Sandro Santilli <strk at keybit.net>
+2006-03-01 10:48  strk
 
-	* [r1100] source/headers/geos/opValid.h,
+	* source/headers/geos/opValid.h,
 	  source/operation/valid/TopologyValidationError.cpp: Changed
 	  static TopologyValidationError::errMsg[] from 'string' to 'const
 	  char*'
 	  to reduce dynamic memory allocations.
 
-2006-03-01 10:39  Sandro Santilli <strk at keybit.net>
+2006-03-01 10:39  strk
 
-	* [r1099] source/headers/geos/unload.h, source/io/Unload.cpp: ctor
-	  and dtor made private and inlined
+	* source/headers/geos/unload.h, source/io/Unload.cpp: ctor and dtor
+	  made private and inlined
 
-2006-03-01 09:56  Sandro Santilli <strk at keybit.net>
+2006-03-01 09:56  strk
 
-	* [r1098] tests/xmltester/XMLTester.cpp: Case insensitive operation
-	  names and geometry arguments names (a/b)
+	* tests/xmltester/XMLTester.cpp: Case insensitive operation names
+	  and geometry arguments names (a/b)
 
-2006-03-01 09:43  Sandro Santilli <strk at keybit.net>
+2006-03-01 09:43  strk
 
-	* [r1097] tests/xmltester/XMLTester.cpp: Unrecognized tests always
-	  printed (was only printed when verbose before)
+	* tests/xmltester/XMLTester.cpp: Unrecognized tests always printed
+	  (was only printed when verbose before)
 
-2006-03-01 08:52  Sandro Santilli <strk at keybit.net>
+2006-03-01 08:52  strk
 
-	* [r1096] source/dirlist.mk: File to be included by Makefile.vc
+	* source/dirlist.mk: File to be included by Makefile.vc
 
-2006-02-28 19:22  Sandro Santilli <strk at keybit.net>
+2006-02-28 19:22  strk
 
-	* [r1095] source/headers/geos/opBuffer.h,
+	* source/headers/geos/opBuffer.h,
 	  source/operation/buffer/OffsetCurveBuilder.cpp: Fixed in-place
 	  definition of static members in OffsetCurveBuilder (bug#33)
 
-2006-02-28 19:18  Sandro Santilli <strk at keybit.net>
+2006-02-28 19:18  strk
 
-	* [r1094] tests/xmltester/XMLTester.cpp: Added cctype include (bug
-	  #34)
+	* tests/xmltester/XMLTester.cpp: Added cctype include (bug #34)
 
-2006-02-28 17:44  Sandro Santilli <strk at keybit.net>
+2006-02-28 17:44  strk
 
-	* [r1093] source/geom/Coordinate.cpp, source/headers/geos/geom.h,
+	* source/geom/Coordinate.cpp, source/headers/geos/geom.h,
 	  source/headers/geos/noding.h, source/noding/SegmentNode.cpp,
 	  source/noding/SegmentNodeList.cpp,
 	  source/noding/SegmentString.cpp,
@@ -12185,14 +12566,13 @@
 	  temporary
 	  as Martin Davis review would really be needed there.
 
-2006-02-28 15:34  Sandro Santilli <strk at keybit.net>
+2006-02-28 15:34  strk
 
-	* [r1092] tests/xmltester/XMLTester.cpp: Fix for VC++ builds (Bug
-	  #32)
+	* tests/xmltester/XMLTester.cpp: Fix for VC++ builds (Bug #32)
 
-2006-02-28 14:34  Sandro Santilli <strk at keybit.net>
+2006-02-28 14:34  strk
 
-	* [r1091] source/geom/Coordinate.cpp,
+	* source/geom/Coordinate.cpp,
 	  source/geom/CoordinateArraySequence.cpp,
 	  source/geom/PrecisionModel.cpp,
 	  source/geomgraph/DirectedEdge.cpp, source/geomgraph/Edge.cpp,
@@ -12210,45 +12590,43 @@
 	  tests/xmltester/buffer.xml: Added many assertions and debugging
 	  output hunting for a bug in BufferOp
 
-2006-02-28 14:05  Sandro Santilli <strk at keybit.net>
+2006-02-28 14:05  strk
 
-	* [r1090] source/geomgraph/Edge.cpp: Fixed a bug in a debugging
-	  line
+	* source/geomgraph/Edge.cpp: Fixed a bug in a debugging line
 
-2006-02-28 13:08  Sandro Santilli <strk at keybit.net>
+2006-02-28 13:08  strk
 
-	* [r1089] source/headers/geos/noding.h: Added missing definition of
+	* source/headers/geos/noding.h: Added missing definition of
 	  IteratedNoder::MAX_ITER, moving it to private access level
 
-2006-02-28 11:15  Sandro Santilli <strk at keybit.net>
+2006-02-28 11:15  strk
 
-	* [r1088] tests/xmltester/markup/MarkupSTL.cpp: Fixed strchr use
-	  (Bug #30)
+	* tests/xmltester/markup/MarkupSTL.cpp: Fixed strchr use (Bug #30)
 
-2006-02-28 11:11  Sandro Santilli <strk at keybit.net>
+2006-02-28 11:11  strk
 
-	* [r1087] capi/geos_c.cpp: Fixed typo in GEOSLenght function
+	* capi/geos_c.cpp: Fixed typo in GEOSLenght function
 
-2006-02-28 05:03  Sean Gillies <sgillies at frii.com>
+2006-02-28 05:03  sgillies
 
-	* [r1085] NEWS, capi/geos_c.cpp, capi/geos_c.h.in: added
-	  GEOSLength(), GEOSEnvelope() to the C API
+	* NEWS, capi/geos_c.cpp, capi/geos_c.h.in: added GEOSLength(),
+	  GEOSEnvelope() to the C API
 
-2006-02-27 14:41  Sandro Santilli <strk at keybit.net>
+2006-02-27 14:41  strk
 
-	* [r1076] tests/xmltester/XMLTester.cpp: More verbose handling of
+	* tests/xmltester/XMLTester.cpp: More verbose handling of
 	  exceptions
 
-2006-02-27 11:53  Sandro Santilli <strk at keybit.net>
+2006-02-27 11:53  strk
 
-	* [r1075] source/geomgraph/DirectedEdgeStar.cpp,
+	* source/geomgraph/DirectedEdgeStar.cpp,
 	  source/headers/geos/geomgraph.h: DirectedEdgeStar made more safe
 	  trough assert(), use of standard iterator and
 	  dynamic casts substituting static ones.
 
-2006-02-27 09:05  Sandro Santilli <strk at keybit.net>
+2006-02-27 09:05  strk
 
-	* [r1074] source/algorithm/LineIntersector.cpp,
+	* source/algorithm/LineIntersector.cpp,
 	  source/geom/PrecisionModel.cpp,
 	  source/geomgraph/DirectedEdgeStar.cpp,
 	  source/headers/geos/geom.h, source/headers/geos/geomgraph.h,
@@ -12258,9 +12636,9 @@
 	  source/operation/overlay/OverlayOp.cpp: Doxygen comments, a few
 	  inlines and general cleanups
 
-2006-02-24 16:20  Sandro Santilli <strk at keybit.net>
+2006-02-24 16:20  strk
 
-	* [r1073] source/geom/PrecisionModel.cpp,
+	* source/geom/PrecisionModel.cpp,
 	  source/headers/geos/nodingSnapround.h,
 	  source/headers/geos/util.h, source/util/Makefile.am,
 	  source/util/math.cpp, tests/xmltester/testLeaksBig.xml: Added
@@ -12270,9 +12648,9 @@
 	  Moved rint_vc to math.cpp (geos::util namespace), to be renamed
 	  to something more meaningful
 
-2006-02-24 15:39  Sandro Santilli <strk at keybit.net>
+2006-02-24 15:39  strk
 
-	* [r1072] source/geom/Coordinate.cpp, source/headers/geos/geom.h,
+	* source/geom/Coordinate.cpp, source/headers/geos/geom.h,
 	  source/headers/geos/opLinemerge.h,
 	  source/headers/geos/planargraph.h,
 	  source/operation/linemerge/LineMergeGraph.cpp,
@@ -12283,13 +12661,13 @@
 	  - Fixed bug in planarGraphComponent::setMarked
 	  - Added linemerge.xml test (single test, should grow a bit)
 
-2006-02-24 12:19  Sandro Santilli <strk at keybit.net>
+2006-02-24 12:19  strk
 
-	* [r1071] doc/Doxyfile.in: Fixed typo in config file
+	* doc/Doxyfile.in: Fixed typo in config file
 
-2006-02-23 23:17  Sandro Santilli <strk at keybit.net>
+2006-02-23 23:17  strk
 
-	* [r1070] source/geom/Coordinate.cpp, source/geom/Envelope.cpp,
+	* source/geom/Coordinate.cpp, source/geom/Envelope.cpp,
 	  source/geom/GeometryFactory.cpp, source/geom/LineSegment.cpp,
 	  source/geom/PrecisionModel.cpp, source/headers/geos/geom.h,
 	  source/headers/geos/indexSweepline.h,
@@ -12308,14 +12686,14 @@
 	  file
 	  - Misc cleanups
 
-2006-02-23 20:32  Sandro Santilli <strk at keybit.net>
+2006-02-23 20:32  strk
 
-	* [r1069] tests/xmltester/XMLTester.cpp: Added support for
-	  LineMerge tests. Exception printed on stderr.
+	* tests/xmltester/XMLTester.cpp: Added support for LineMerge tests.
+	  Exception printed on stderr.
 
-2006-02-23 20:05  Sandro Santilli <strk at keybit.net>
+2006-02-23 20:05  strk
 
-	* [r1068] source/headers/geos/noding.h,
+	* source/headers/geos/noding.h,
 	  source/headers/geos/nodingSnapround.h,
 	  source/headers/geos/opBuffer.h, source/noding/MCIndexNoder.cpp,
 	  source/noding/SimpleNoder.cpp,
@@ -12324,14 +12702,13 @@
 	  constructor making memory checker go crazy, more
 	  doxygen-friendly comments, miscellaneous cleanups
 
-2006-02-23 20:03  Sandro Santilli <strk at keybit.net>
+2006-02-23 20:03  strk
 
-	* [r1067] doc/Doxyfile.in: updated to also show undocumented
-	  methods
+	* doc/Doxyfile.in: updated to also show undocumented methods
 
-2006-02-23 11:54  Sandro Santilli <strk at keybit.net>
+2006-02-23 11:54  strk
 
-	* [r1066] source/geom/MultiLineString.cpp,
+	* source/geom/MultiLineString.cpp,
 	  source/geom/TopologyException.cpp, source/geom/Triangle.cpp,
 	  source/geomgraph/Edge.cpp, source/geomgraph/EdgeList.cpp,
 	  source/geomgraph/GeometryGraph.cpp, source/geomgraph/NodeMap.cpp,
@@ -12376,9 +12753,9 @@
 	  - Added an XML test for snaprounding buffer (shows leaks, working
 	  on it)
 
-2006-02-21 16:53  Sandro Santilli <strk at keybit.net>
+2006-02-21 16:53  strk
 
-	* [r1065] source/algorithm/MCPointInRing.cpp,
+	* source/algorithm/MCPointInRing.cpp,
 	  source/headers/geos/indexChain.h, source/headers/geos/noding.h,
 	  source/headers/geos/nodingSnapround.h,
 	  source/index/chain/MonotoneChainBuilder.cpp,
@@ -12391,9 +12768,9 @@
 	  source/noding/snapround/SimpleSnapRounder.cpp:
 	  MCIndexPointSnapper, MCIndexSnapRounder
 
-2006-02-20 21:04  Sandro Santilli <strk at keybit.net>
+2006-02-20 21:04  strk
 
-	* [r1064] source/headers/geos/geomgraph.h,
+	* source/headers/geos/geomgraph.h,
 	  source/headers/geos/indexQuadtree.h,
 	  source/headers/geos/indexStrtree.h, source/headers/geos/noding.h,
 	  source/headers/geos/spatialIndex.h,
@@ -12403,10 +12780,9 @@
 	  source/index/strtree/STRtree.cpp: - namespace geos::index
 	  - SpatialIndex interface synced
 
-2006-02-20 10:14  Sandro Santilli <strk at keybit.net>
+2006-02-20 10:14  strk
 
-	* [r1063] ChangeLog, doc/Doxyfile.in,
-	  source/algorithm/MCPointInRing.cpp,
+	* ChangeLog, doc/Doxyfile.in, source/algorithm/MCPointInRing.cpp,
 	  source/algorithm/SIRtreePointInRing.cpp,
 	  source/geom/Geometry.cpp, source/geomgraph/EdgeList.cpp,
 	  source/headers/geos/geom.h, source/headers/geos/geomgraph.h,
@@ -12452,9 +12828,9 @@
 	  namespaces geos::index::*
 	  - Doxygen documentation cleanup
 
-2006-02-19 19:46  Sandro Santilli <strk at keybit.net>
+2006-02-19 19:46  strk
 
-	* [r1062] NEWS, capi/geos_c.cpp, configure.in, doc/example.cpp,
+	* NEWS, capi/geos_c.cpp, configure.in, doc/example.cpp,
 	  source/algorithm/CGAlgorithms.cpp,
 	  source/algorithm/CentroidArea.cpp,
 	  source/algorithm/CentroidLine.cpp,
@@ -12603,9 +12979,9 @@
 	  for most GEOS internal code (uncomplete, but working). Dir-level
 	  libs for index/ subdirs.
 
-2006-02-18 21:08  Sandro Santilli <strk at keybit.net>
+2006-02-18 21:08  strk
 
-	* [r1061] NEWS, source/geom/Geometry.cpp,
+	* NEWS, source/geom/Geometry.cpp,
 	  source/geomgraph/EdgeNodingValidator.cpp,
 	  source/headers/geos/geom.h, source/headers/geos/geomgraph.h,
 	  source/headers/geos/noding.h,
@@ -12632,46 +13008,45 @@
 	  - Simplified internal interaces of OffsetCurveBuilder and
 	  OffsetCurveSetBuilder
 
-2006-02-16 08:41  Sandro Santilli <strk at keybit.net>
+2006-02-16 08:41  strk
 
-	* [r1060] source/noding/NodingValidator.cpp: Fixed include:
-	  "util.h" => "geos/util.h"
+	* source/noding/NodingValidator.cpp: Fixed include: "util.h" =>
+	  "geos/util.h"
 
-2006-02-16 08:41  Sandro Santilli <strk at keybit.net>
+2006-02-16 08:41  strk
 
-	* [r1059] source/headers/geos/nodingSnapround.h: added <cmath>
-	  include for round()
+	* source/headers/geos/nodingSnapround.h: added <cmath> include for
+	  round()
 
-2006-02-16 08:19  Sandro Santilli <strk at keybit.net>
+2006-02-16 08:19  strk
 
-	* [r1058] source/noding/IntersectionAdder.cpp: Missed from last
-	  commit
+	* source/noding/IntersectionAdder.cpp: Missed from last commit
 
-2006-02-15 22:48  Sean Gillies <sgillies at frii.com>
+2006-02-15 22:48  sgillies
 
-	* [r1057] capi/geos_c.h.in: added GEOSGeomType
+	* capi/geos_c.h.in: added GEOSGeomType
 
-2006-02-15 17:19  Sandro Santilli <strk at keybit.net>
+2006-02-15 17:19  strk
 
-	* [r1056] NEWS, source/geomgraph/EdgeNodingValidator.cpp,
+	* NEWS, source/geomgraph/EdgeNodingValidator.cpp,
 	  source/headers/geos/geom.h, source/headers/geos/geomgraph.h,
 	  source/headers/geos/noding.h, source/noding/NodingValidator.cpp,
 	  source/noding/snapround/SimpleSnapRounder.cpp: NodingValidator
 	  synced with JTS-1.7, added CoordinateSequence::operator[]
 	  and size() to easy port maintainance.
 
-2006-02-15 14:59  Sandro Santilli <strk at keybit.net>
+2006-02-15 14:59  strk
 
-	* [r1055] source/headers/geos/noding.h,
-	  source/noding/SegmentNode.cpp, source/noding/SegmentNodeList.cpp,
+	* source/headers/geos/noding.h, source/noding/SegmentNode.cpp,
+	  source/noding/SegmentNodeList.cpp,
 	  source/noding/SegmentString.cpp: JTS-1.7 sync for:
 	  noding/SegmentNode.cpp
 	  noding/SegmentNodeList.cpp
 	  noding/SegmentString.cpp
 
-2006-02-14 13:28  Sandro Santilli <strk at keybit.net>
+2006-02-14 13:28  strk
 
-	* [r1054] NEWS, configure.in, source/algorithm/LineIntersector.cpp,
+	* NEWS, configure.in, source/algorithm/LineIntersector.cpp,
 	  source/headers/geos/geosAlgorithm.h,
 	  source/headers/geos/indexChain.h, source/headers/geos/noding.h,
 	  source/headers/geos/nodingSnapround.h,
@@ -12702,9 +13077,9 @@
 	  Buffer op optimized by using new snaprounding code.
 	  Leaks fixed in XMLTester.
 
-2006-02-09 15:52  Sandro Santilli <strk at keybit.net>
+2006-02-09 15:52  strk
 
-	* [r1053] capi/geos_c.cpp, capi/geos_c.cpp.bak, configure.in,
+	* capi/geos_c.cpp, capi/geos_c.cpp.bak, configure.in,
 	  doc/example.cpp, source/algorithm/CGAlgorithms.cpp,
 	  source/algorithm/HCoordinate.cpp,
 	  source/algorithm/LineIntersector.cpp,
@@ -12753,41 +13128,41 @@
 	  tests/xmltester/XMLTester.cpp: GEOSException derived from
 	  std::exception; always thrown and cought by const ref.
 
-2006-02-09 15:41  Sean Gillies <sgillies at frii.com>
+2006-02-09 15:41  sgillies
 
-	* [r1052] configure.in: incrementing C API patch level
+	* configure.in: incrementing C API patch level
 
-2006-02-09 14:49  Sean Gillies <sgillies at frii.com>
+2006-02-09 14:49  sgillies
 
-	* [r1051] capi/geos_c.cpp, capi/geos_c.h.in, capi/geostest.c: added
+	* capi/geos_c.cpp, capi/geos_c.h.in, capi/geostest.c: added
 	  GEOSArea() to the C API
 
-2006-02-09 13:44  Sandro Santilli <strk at keybit.net>
+2006-02-09 13:44  strk
 
-	* [r1050] source/geom/Geometry.cpp, source/headers/geos/geom.h,
+	* source/geom/Geometry.cpp, source/headers/geos/geom.h,
 	  source/io/WKBReader.cpp: Added support for SRID in input WKB,
 	  undeprecated Geometry::setSRID
 	  and Geometry::getSRID
 
 2006-02-09 01:47  frank
 
-	* [r1049] source/io/WKBReader.cpp: Botched last fix. Hopefully this
-	  is better.
+	* source/io/WKBReader.cpp: Botched last fix. Hopefully this is
+	  better.
 
-2006-02-09 01:13  Sandro Santilli <strk at keybit.net>
+2006-02-09 01:13  strk
 
-	* [r1048] ChangeLog, source/operation/linemerge/LineSequencer.cpp:
-	  Added missing <limits> include
+	* ChangeLog, source/operation/linemerge/LineSequencer.cpp: Added
+	  missing <limits> include
 
 2006-02-09 00:06  frank
 
-	* [r1047] ChangeLog, source/io/WKBReader.cpp: Fixed support for
-	  consuming WKB for 'POLYGON EMPTY' with numRings==0.
+	* ChangeLog, source/io/WKBReader.cpp: Fixed support for consuming
+	  WKB for 'POLYGON EMPTY' with numRings==0.
 	  http://bugzilla.remotesensing.org/show_bug.cgi?id=1064
 
-2006-02-08 17:18  Sandro Santilli <strk at keybit.net>
+2006-02-08 17:18  strk
 
-	* [r1046] NEWS, source/geom/Envelope.cpp, source/geom/Geometry.cpp,
+	* NEWS, source/geom/Envelope.cpp, source/geom/Geometry.cpp,
 	  source/geom/LineString.cpp, source/geom/MultiLineString.cpp,
 	  source/geom/MultiPoint.cpp, source/headers/geos/geom.h,
 	  source/headers/geos/io.h, source/headers/geos/opBuffer.h,
@@ -12806,14 +13181,13 @@
 	  - Obsoleted toInternalGeometry/fromInternalGeometry
 	  - More const-correctness in Buffer "package"
 
-2006-02-08 13:07  Sandro Santilli <strk at keybit.net>
+2006-02-08 13:07  strk
 
-	* [r1045] NEWS: Added note about new LineSequencer class
+	* NEWS: Added note about new LineSequencer class
 
-2006-02-08 12:59  Sandro Santilli <strk at keybit.net>
+2006-02-08 12:59  strk
 
-	* [r1044] source/headers/geos/geom.h,
-	  source/headers/geos/opLinemerge.h,
+	* source/headers/geos/geom.h, source/headers/geos/opLinemerge.h,
 	  source/headers/geos/planargraph.h,
 	  source/operation/linemerge/LineSequencer.cpp,
 	  source/operation/linemerge/Makefile.am,
@@ -12834,22 +13208,22 @@
 	  - Added const versions of some planarDirectedEdgeStar methods.
 	  - Added containers typedefs for planarDirectedEdgeStar
 
-2006-02-07 13:26  Sandro Santilli <strk at keybit.net>
+2006-02-07 13:26  strk
 
-	* [r1043] source/Makefile.am: Added missing geomgraph SUBDIR
+	* source/Makefile.am: Added missing geomgraph SUBDIR
 
-2006-02-07 12:02  Sandro Santilli <strk at keybit.net>
+2006-02-07 12:02  strk
 
-	* [r1042] tests/xmltester/Makefile.am: Removed TestConvexHull.xml
-	  file (already included in testLeaksBig.xml
+	* tests/xmltester/Makefile.am: Removed TestConvexHull.xml file
+	  (already included in testLeaksBig.xml
 
-2006-02-06 11:27  Sandro Santilli <strk at keybit.net>
+2006-02-06 11:27  strk
 
-	* [r1041] tests, tests/.cvsignore: new entry
+	* tests, tests/.cvsignore: new entry
 
-2006-02-05 17:14  Sandro Santilli <strk at keybit.net>
+2006-02-05 17:14  strk
 
-	* [r1040] NEWS, source/headers/geos/planargraph.h,
+	* NEWS, source/headers/geos/planargraph.h,
 	  source/planargraph/Makefile.am, source/planargraph/algorithm,
 	  source/planargraph/algorithm/ConnectedSubgraphFinder.cpp,
 	  source/planargraph/planarDirectedEdgeStar.cpp,
@@ -12860,9 +13234,9 @@
 	  - More iterators returning methods, inlining and cleanups
 	  in planargraph.
 
-2006-02-04 00:54  Sandro Santilli <strk at keybit.net>
+2006-02-04 00:54  strk
 
-	* [r1039] ChangeLog, NEWS, source/headers/geos/geom.h,
+	* ChangeLog, NEWS, source/headers/geos/geom.h,
 	  source/headers/geos/geomgraph.h,
 	  source/headers/geos/planargraph.h,
 	  source/planargraph/planarSubgraph.cpp, swig/ruby/Makefile.am,
@@ -12873,23 +13247,23 @@
 	  - Renamed TESTS variable to XMLTESTS to not confuse 'make check'
 	  rule
 
-2006-02-03 09:26  Sandro Santilli <strk at keybit.net>
+2006-02-03 09:26  strk
 
-	* [r1038] source/geom/util/ShortCircuitedGeometryVisitor.cpp: Added
-	  missing file
+	* source/geom/util/ShortCircuitedGeometryVisitor.cpp: Added missing
+	  file
 
-2006-02-02 02:20  Sandro Santilli <strk at keybit.net>
+2006-02-02 02:20  strk
 
-	* [r1037] source/geom/Polygon.cpp: Fixed bug in isRectangle()
-	  failing to detect rectangles.
+	* source/geom/Polygon.cpp: Fixed bug in isRectangle() failing to
+	  detect rectangles.
 
-2006-02-01 22:22  Sandro Santilli <strk at keybit.net>
+2006-02-01 22:22  strk
 
-	* [r1036] NEWS: updated
+	* NEWS: updated
 
-2006-02-01 22:21  Sandro Santilli <strk at keybit.net>
+2006-02-01 22:21  strk
 
-	* [r1035] source/geom/Geometry.cpp, source/geom/Polygon.cpp,
+	* source/geom/Geometry.cpp, source/geom/Polygon.cpp,
 	  source/geom/util/Makefile.am, source/headers/geos/geom.h,
 	  source/headers/geos/geomUtil.h,
 	  source/headers/geos/opPredicate.h,
@@ -12899,36 +13273,36 @@
 	  rectangle-based optimizations of intersects() and contains() ops
 	  - Inlined all planarGraphComponent class
 
-2006-01-31 21:42  Sandro Santilli <strk at keybit.net>
+2006-01-31 21:42  strk
 
-	* [r1034] source/Makefile.vc: Added DepthSegment object
+	* source/Makefile.vc: Added DepthSegment object
 
-2006-01-31 21:36  Sandro Santilli <strk at keybit.net>
+2006-01-31 21:36  strk
 
-	* [r1033] swig/geos.i: Fixes error in calling read_hex from
-	  scripting languages.
+	* swig/geos.i: Fixes error in calling read_hex from scripting
+	  languages.
 
-2006-01-31 21:35  Sandro Santilli <strk at keybit.net>
+2006-01-31 21:35  strk
 
-	* [r1032] capi/Makefile.in: Erroneusly ended in CVS
+	* capi/Makefile.in: Erroneusly ended in CVS
 
-2006-01-31 21:17  Sandro Santilli <strk at keybit.net>
+2006-01-31 21:17  strk
 
-	* [r1031] source/operation/predicate/RectangleContains.cpp: Added
-	  missing file from last commits
+	* source/operation/predicate/RectangleContains.cpp: Added missing
+	  file from last commits
 
-2006-01-31 19:11  Sandro Santilli <strk at keybit.net>
+2006-01-31 19:11  strk
 
-	* [r1030] source/bigtest: Another left-over from cleanups
+	* source/bigtest: Another left-over from cleanups
 
-2006-01-31 19:10  Sandro Santilli <strk at keybit.net>
+2006-01-31 19:10  strk
 
-	* [r1029] source/capi, source/test: Removed leftover files in
-	  obsoleted dirs
+	* source/capi, source/test: Removed leftover files in obsoleted
+	  dirs
 
-2006-01-31 19:07  Sandro Santilli <strk at keybit.net>
+2006-01-31 19:07  strk
 
-	* [r1028] Makefile.am, NEWS, README, capi, capi/.cvsignore,
+	* Makefile.am, NEWS, README, capi, capi/.cvsignore,
 	  capi/Makefile.am, capi/Makefile.in, capi/geos_c.cpp,
 	  capi/geos_c.cpp.bak, capi/geos_c.h.in, capi/geostest.c,
 	  capi/test.wkt, configure.in, doc/Doxyfile.in, doc/Makefile.am,
@@ -13093,29 +13467,29 @@
 
 2006-01-30 21:59  frank
 
-	* [r1027] source/algorithm/LineIntersector.cpp: yikes! comment out
-	  debug define again
+	* source/algorithm/LineIntersector.cpp: yikes! comment out debug
+	  define again
 
 2006-01-30 21:58  frank
 
-	* [r1026] ChangeLog, source/algorithm/LineIntersector.cpp: fixed up
-	  some debug messages
+	* ChangeLog, source/algorithm/LineIntersector.cpp: fixed up some
+	  debug messages
 
-2006-01-30 16:55  Sandro Santilli <strk at keybit.net>
+2006-01-30 16:55  strk
 
-	* [r1025] macros/ac_python_devel.m4, swig/python/Makefile.am,
+	* macros/ac_python_devel.m4, swig/python/Makefile.am,
 	  swig/python/example.py, swig/python/geos.pth,
 	  swig/python/python.i, swig/ruby/test/geos_tests.rb: More patches
 	  from Charlie Savage
 
-2006-01-27 08:58  Sandro Santilli <strk at keybit.net>
+2006-01-27 08:58  strk
 
-	* [r1024] configure.in: Python and Ruby build disable by default
-	  (until we've properly tested it)
+	* configure.in: Python and Ruby build disable by default (until
+	  we've properly tested it)
 
-2006-01-27 08:25  Sandro Santilli <strk at keybit.net>
+2006-01-27 08:25  strk
 
-	* [r1023] macros/ac_python_devel.m4, swig/python/Makefile.am,
+	* macros/ac_python_devel.m4, swig/python/Makefile.am,
 	  swig/ruby/ruby.i: * Ruby - removes dependency on renames.i file
 	  which is no longer deleted
 	  and was removed from CVS last week
@@ -13126,162 +13500,160 @@
 	  extension can
 	  be built
 
-2006-01-22 22:48  Sandro Santilli <strk at keybit.net>
+2006-01-22 22:48  strk
 
-	* [r1022] TODO: Added Safe's performance improvement idea for
+	* TODO: Added Safe's performance improvement idea for
 	  CoordinateSequence
 
-2006-01-21 16:11  Sandro Santilli <strk at keybit.net>
+2006-01-21 16:11  strk
 
-	* [r1021] NEWS: updated
+	* NEWS: updated
 
-2006-01-21 16:08  Sandro Santilli <strk at keybit.net>
+2006-01-21 16:08  strk
 
-	* [r1020] source/io/ByteOrderValues.cpp: Fixed integer conversion
-	  bug (ported from JTS-1.7).
+	* source/io/ByteOrderValues.cpp: Fixed integer conversion bug
+	  (ported from JTS-1.7).
 	  Added last port information.
 
-2006-01-21 16:04  Sandro Santilli <strk at keybit.net>
+2006-01-21 16:04  strk
 
-	* [r1019] source/test/hexwkb.xml: Added endian specification to
-	  case descriptions.
+	* source/test/hexwkb.xml: Added endian specification to case
+	  descriptions.
 	  All tests are Little Endian, should add the same
 	  tests with Big Endian format.
 
-2006-01-20 19:28  Sandro Santilli <strk at keybit.net>
+2006-01-20 19:28  strk
 
-	* [r1018] source/operation/overlay/PolygonBuilder.cpp: Updated port
+	* source/operation/overlay/PolygonBuilder.cpp: Updated port
 	  information
 
-2006-01-20 19:21  Sandro Santilli <strk at keybit.net>
+2006-01-20 19:21  strk
 
-	* [r1017] source/operation/overlay/PolygonBuilder.cpp: Fixed bug
-	  #13
+	* source/operation/overlay/PolygonBuilder.cpp: Fixed bug #13
 
-2006-01-20 19:11  Sandro Santilli <strk at keybit.net>
+2006-01-20 19:11  strk
 
-	* [r1016] source/operation/valid/IsValidOp.cpp,
+	* source/operation/valid/IsValidOp.cpp,
 	  source/operation/valid/TopologyValidationError.cpp: Updated last
 	  port info
 
-2006-01-20 17:20  Sandro Santilli <strk at keybit.net>
+2006-01-20 17:20  strk
 
-	* [r1015] configure.in, macros/ruby.m4, swig/python/Makefile.am,
+	* configure.in, macros/ruby.m4, swig/python/Makefile.am,
 	  swig/ruby/Makefile.am, swig/ruby/example.rb, swig/ruby/renames.i,
 	  swig/ruby/test/Makefile.am, swig/ruby/test/example.rb,
 	  swig/ruby/test/test_envelope.rb: More SWIG/python/ruby patches
 
-2006-01-20 00:59  Sandro Santilli <strk at keybit.net>
+2006-01-20 00:59  strk
 
-	* [r1014] source/io/WKBReader.cpp: Better debugging
+	* source/io/WKBReader.cpp: Better debugging
 
-2006-01-20 00:59  Sandro Santilli <strk at keybit.net>
+2006-01-20 00:59  strk
 
-	* [r1013] source/test/hexwkb.xml: PrecisionModel made FLOATING
+	* source/test/hexwkb.xml: PrecisionModel made FLOATING
 
-2006-01-18 17:49  Sandro Santilli <strk at keybit.net>
+2006-01-18 17:49  strk
 
-	* [r1012] source/test/XMLTester.cpp, source/test/XMLTester.h:
-	  Reworked XMLTester to be quiet by default. Use -v switch to make
-	  it verbose.
+	* source/test/XMLTester.cpp, source/test/XMLTester.h: Reworked
+	  XMLTester to be quiet by default. Use -v switch to make it
+	  verbose.
 
-2006-01-18 17:47  Sandro Santilli <strk at keybit.net>
+2006-01-18 17:47  strk
 
-	* [r1011] source/test/hexwkb.xml: Added GEOMETRYCOLLECTION test
+	* source/test/hexwkb.xml: Added GEOMETRYCOLLECTION test
 
-2006-01-18 17:47  Sandro Santilli <strk at keybit.net>
+2006-01-18 17:47  strk
 
-	* [r1010] source/test/Makefile.am: Added another local test to the
-	  test rule
+	* source/test/Makefile.am: Added another local test to the test
+	  rule
 
-2006-01-18 17:46  Sandro Santilli <strk at keybit.net>
+2006-01-18 17:46  strk
 
-	* [r1009] source/io/WKTWriter.cpp: Fixed leak in
-	  ::writeFormatted(Geometry *)
+	* source/io/WKTWriter.cpp: Fixed leak in ::writeFormatted(Geometry
+	  *)
 
-2006-01-18 17:45  Sandro Santilli <strk at keybit.net>
+2006-01-18 17:45  strk
 
-	* [r1008] source/io/WKBReader.cpp: more debugging lines
+	* source/io/WKBReader.cpp: more debugging lines
 
-2006-01-18 13:23  Sandro Santilli <strk at keybit.net>
+2006-01-18 13:23  strk
 
-	* [r1007] source/io/WKBReader.cpp: Set binary flag for stringstream
-	  used in ::readHEX()
+	* source/io/WKBReader.cpp: Set binary flag for stringstream used in
+	  ::readHEX()
 
-2006-01-18 12:54  Sandro Santilli <strk at keybit.net>
+2006-01-18 12:54  strk
 
-	* [r1006] source/test/Makefile.am, source/test/XMLTester.cpp,
+	* source/test/Makefile.am, source/test/XMLTester.cpp,
 	  source/test/XMLTester.h, source/test/hexwkb.xml: Added HEXWKB
 	  support in XMLTester. Added a simple test in HEXWKB form
 	  and a 'test' rule running the locally-available tests and showing
 	  result summay.
 
-2006-01-18 10:02  Sandro Santilli <strk at keybit.net>
+2006-01-18 10:02  strk
 
-	* [r1005] macros/ac_python_devel.m4: Added missing macro file
+	* macros/ac_python_devel.m4: Added missing macro file
 
-2006-01-17 12:03  Sandro Santilli <strk at keybit.net>
+2006-01-17 12:03  strk
 
-	* [r1004] configure.in, macros/ac_pkg_swig.m4: Modified
-	  AC_PROG_SWIG macro to set SWIG to the empty string
+	* configure.in, macros/ac_pkg_swig.m4: Modified AC_PROG_SWIG macro
+	  to set SWIG to the empty string
 	  on error (rather then making it echo an error and return false).
 	  SWIG version 1.3.28 or up required in order to build SWIG-based
 	  extensions.
 
-2006-01-16 18:34  Sandro Santilli <strk at keybit.net>
+2006-01-16 18:34  strk
 
-	* [r1003] autogen.sh, configure.in, macros/ac_pkg_swig.m4,
+	* autogen.sh, configure.in, macros/ac_pkg_swig.m4,
 	  macros/python.m4, swig/python, swig/python/.cvsignore,
 	  swig/python/Makefile.am, swig/python/python.i,
 	  swig/ruby/Makefile.am: Added initial conditional build of python
 	  and ruby wrappers
 
-2006-01-15 23:01  Sandro Santilli <strk at keybit.net>
+2006-01-15 23:01  strk
 
-	* [r1001] NEWS, configure.in, swig/Makefile.am, swig/geos.i,
-	  swig/ruby, swig/ruby/.cvsignore, swig/ruby/Makefile,
-	  swig/ruby/Makefile.am, swig/ruby/renames.i, swig/ruby/ruby.i,
-	  swig/ruby/test, swig/ruby/test/.cvsignore,
-	  swig/ruby/test/Makefile.am: Added bare build/install/dist scripts
-	  support for ruby interface
+	* NEWS, configure.in, swig/Makefile.am, swig/geos.i, swig/ruby,
+	  swig/ruby/.cvsignore, swig/ruby/Makefile, swig/ruby/Makefile.am,
+	  swig/ruby/renames.i, swig/ruby/ruby.i, swig/ruby/test,
+	  swig/ruby/test/.cvsignore, swig/ruby/test/Makefile.am: Added bare
+	  build/install/dist scripts support for ruby interface
 
-2006-01-15 21:23  Sandro Santilli <strk at keybit.net>
+2006-01-15 21:23  strk
 
-	* [r1000] swig/ruby/test, swig/ruby/test/geos_tests.rb,
+	* swig/ruby/test, swig/ruby/test/geos_tests.rb,
 	  swig/ruby/test/test_combinations.rb,
 	  swig/ruby/test/test_helper.rb, swig/ruby/test/test_io.rb,
 	  swig/ruby/test/test_operations.rb,
 	  swig/ruby/test/test_relations.rb, swig/ruby/test/test_simple.rb:
 	  Initial import of ruby unit tests
 
-2006-01-15 21:22  Sandro Santilli <strk at keybit.net>
+2006-01-15 21:22  strk
 
-	* [r999] source/geom/Envelope.cpp, source/headers/geos/geom.h:
-	  Added Envelope constructor by string (accepting what's returned
-	  by ::toString)
+	* source/geom/Envelope.cpp, source/headers/geos/geom.h: Added
+	  Envelope constructor by string (accepting what's returned by
+	  ::toString)
 
-2006-01-15 21:19  Sandro Santilli <strk at keybit.net>
+2006-01-15 21:19  strk
 
-	* [r998] source/headers/geos/io.h, source/io/WKBReader.cpp,
+	* source/headers/geos/io.h, source/io/WKBReader.cpp,
 	  source/io/WKBWriter.cpp: Added WKBWriter::writeHEX() and
 	  WKBReader::readHEX()
 
-2006-01-12 11:44  Sandro Santilli <strk at keybit.net>
+2006-01-12 11:44  strk
 
-	* [r997] NEWS: synced after 2.2.1 release
+	* NEWS: synced after 2.2.1 release
 
-2006-01-12 11:44  Sandro Santilli <strk at keybit.net>
+2006-01-12 11:44  strk
 
-	* [r996] source/capi/geos_c.cpp: Removed double call to ::isValid
+	* source/capi/geos_c.cpp: Removed double call to ::isValid
 
-2006-01-08 15:39  Sandro Santilli <strk at keybit.net>
+2006-01-08 15:39  strk
 
-	* [r994] source/capi/geos_c.cpp: Changed finite() function call
-	  with FINITE() macro.
+	* source/capi/geos_c.cpp: Changed finite() function call with
+	  FINITE() macro.
 
-2006-01-08 15:24  Sandro Santilli <strk at keybit.net>
+2006-01-08 15:24  strk
 
-	* [r993] source/geomgraph/EdgeIntersectionList.cpp,
+	* source/geomgraph/EdgeIntersectionList.cpp,
 	  source/geomgraph/GeometryGraph.cpp, source/geomgraph/NodeMap.cpp,
 	  source/geomgraph/PlanarGraph.cpp,
 	  source/headers/geos/geomgraph.h, source/operation/IsSimpleOp.cpp,
@@ -13296,89 +13668,87 @@
 	  defined M_PI when undef as suggested by Charlie Savage.
 	  Removed <stdio.h> include from GeometricShapeFactory.cpp.
 
-2005-12-22 12:46  Sandro Santilli <strk at keybit.net>
+2005-12-22 12:46  strk
 
-	* [r992] swig/README.txt, swig/geos.i, swig/ruby,
-	  swig/ruby/Makefile, swig/ruby/README.txt, swig/ruby/example.rb,
-	  swig/ruby/renames.i, swig/ruby/ruby.i: Imported Charlie Savage
-	  new ruby wrapper and swig changes
+	* swig/README.txt, swig/geos.i, swig/ruby, swig/ruby/Makefile,
+	  swig/ruby/README.txt, swig/ruby/example.rb, swig/ruby/renames.i,
+	  swig/ruby/ruby.i: Imported Charlie Savage new ruby wrapper and
+	  swig changes
 
-2005-12-14 11:22  Sandro Santilli <strk at keybit.net>
+2005-12-14 11:22  strk
 
-	* [r991] HOWTO_RELEASE: Added a note about the need to *always*
-	  increment CAPI version
+	* HOWTO_RELEASE: Added a note about the need to *always* increment
+	  CAPI version
 
-2005-12-14 02:32  Sandro Santilli <strk at keybit.net>
+2005-12-14 02:32  strk
 
-	* [r990] HOWTO_RELEASE, source/algorithm/ConvexHull.cpp: New entry
+	* HOWTO_RELEASE, source/algorithm/ConvexHull.cpp: New entry
 
-2005-12-13 23:59  Sandro Santilli <strk at keybit.net>
+2005-12-13 23:59  strk
 
-	* [r989] source/capi/geos_c.h.in: Removed INTERFACE_* defines
-	  (obsoleted).
+	* source/capi/geos_c.h.in: Removed INTERFACE_* defines (obsoleted).
 	  Made GEOSCoordSeq_clone() arg const (won't change ABI, it's C
 	  world, lucky ;)
 
-2005-12-13 23:03  Sandro Santilli <strk at keybit.net>
+2005-12-13 23:03  strk
 
-	* [r988] source/capi/geos_c.cpp: Removed conditional blocks based
-	  on GEOS version (we're always
+	* source/capi/geos_c.cpp: Removed conditional blocks based on GEOS
+	  version (we're always
 	  in sync). This fixed an annoying problem introduced since
 	  INTERFACE_LAST
 	  and INTERFACE_CURREN were taken off geos/version.h
 
-2005-12-12 09:32  Sandro Santilli <strk at keybit.net>
+2005-12-12 09:32  strk
 
-	* [r987] configure.in, source/geom/Makefile.am,
+	* configure.in, source/geom/Makefile.am,
 	  source/headers/geos/version.h.in: Switched to -release mode for
 	  C++ library versioning.
 	  Every release will be binary-incompatible with previous.
 	  Removed GEOS_FIRST_INTERFACE and GEOS_LAST_INTERFACE defines
 	  from geos/version.h.
 
-2005-12-11 10:41  Sandro Santilli <strk at keybit.net>
+2005-12-11 10:41  strk
 
-	* [r984] source/operation/overlay/ElevationMatrix.cpp,
+	* source/operation/overlay/ElevationMatrix.cpp,
 	  source/operation/overlay/ElevationMatrixFilter.cpp: Fixed
 	  premature initialization of average Z value in
 	  ElevationMatrixFilter
 
-2005-12-11 10:38  Sandro Santilli <strk at keybit.net>
+2005-12-11 10:38  strk
 
-	* [r983] configure.in: Fixed mungled versions (1.0.0/3.0.1 =>
-	  1.0.1/3.0.0)
+	* configure.in: Fixed mungled versions (1.0.0/3.0.1 => 1.0.1/3.0.0)
 
-2005-12-10 16:07  Sandro Santilli <strk at keybit.net>
+2005-12-10 16:07  strk
 
-	* [r981] source/capi/geos_c.cpp: Unkown -> Unknown typo fix
+	* source/capi/geos_c.cpp: Unkown -> Unknown typo fix
 
-2005-12-09 13:24  Sandro Santilli <strk at keybit.net>
+2005-12-09 13:24  strk
 
-	* [r980] configure.in: Capi lib version set to 1.0.1 (due to leak
-	  fix in GEOSHasZ)
+	* configure.in: Capi lib version set to 1.0.1 (due to leak fix in
+	  GEOSHasZ)
 
-2005-12-09 11:36  Sandro Santilli <strk at keybit.net>
+2005-12-09 11:36  strk
 
-	* [r977] NEWS, source/capi/geos_c.cpp,
+	* NEWS, source/capi/geos_c.cpp,
 	  source/operation/polygonize/PolygonizeGraph.cpp: Small leak
 	  plugged in CAPI::GEOSHasZ() and in
 	  invalid input to PolygonizeGraph (again)
 
-2005-12-09 10:32  Sandro Santilli <strk at keybit.net>
+2005-12-09 10:32  strk
 
-	* [r974] source/operation/polygonize/Polygonizer.cpp: Cleaned up
-	  debugging line left over from previous commit
+	* source/operation/polygonize/Polygonizer.cpp: Cleaned up debugging
+	  line left over from previous commit
 
-2005-12-09 10:03  Sandro Santilli <strk at keybit.net>
+2005-12-09 10:03  strk
 
-	* [r972] NEWS, source/operation/polygonize/PolygonizeGraph.cpp,
+	* NEWS, source/operation/polygonize/PolygonizeGraph.cpp,
 	  source/operation/polygonize/Polygonizer.cpp: Fixed a bug making
 	  PolygonizeGraph choking on invalid LineStrings.
 	  Minor optimizations in Polygonizer loops.
 
-2005-12-08 14:14  Sandro Santilli <strk at keybit.net>
+2005-12-08 14:14  strk
 
-	* [r971] NEWS, source/geom/DefaultCoordinateSequence.cpp,
+	* NEWS, source/geom/DefaultCoordinateSequence.cpp,
 	  source/geom/GeometryCollection.cpp, source/geom/LineString.cpp,
 	  source/geom/Point.cpp, source/geom/Polygon.cpp,
 	  source/headers/geos/geom.h, source/headers/geos/opOverlay.h,
@@ -13394,41 +13764,40 @@
 	  Changed CoordinateFilter::filter_rw to be a const method: updated
 	  all apply_rw() methods to take a const CoordinateFilter.
 
-2005-12-08 01:39  Sandro Santilli <strk at keybit.net>
+2005-12-08 01:39  strk
 
-	* [r970] NEWS, source/headers/geos/noding.h,
-	  source/noding/Noder.cpp, source/noding/SegmentString.cpp:
-	  SegmentString::eiList made a real object rather then a pointer.
+	* NEWS, source/headers/geos/noding.h, source/noding/Noder.cpp,
+	  source/noding/SegmentString.cpp: SegmentString::eiList made a
+	  real object rather then a pointer.
 	  Adde getter for const and non-const references of it (dropping
 	  get by pointer)
 
-2005-12-08 01:11  Sandro Santilli <strk at keybit.net>
+2005-12-08 01:11  strk
 
-	* [r969] source/geomgraph/EdgeIntersectionList.cpp: minor
-	  optimizations in loops
+	* source/geomgraph/EdgeIntersectionList.cpp: minor optimizations in
+	  loops
 
-2005-12-08 00:24  Sandro Santilli <strk at keybit.net>
+2005-12-08 00:24  strk
 
-	* [r968] source/geomgraph/EdgeIntersectionList.cpp: Reduced
-	  coordinate assignments in ::createSplitEdge
+	* source/geomgraph/EdgeIntersectionList.cpp: Reduced coordinate
+	  assignments in ::createSplitEdge
 
-2005-12-08 00:03  Sandro Santilli <strk at keybit.net>
+2005-12-08 00:03  strk
 
-	* [r967] NEWS, source/headers/geos/opOverlay.h,
+	* NEWS, source/headers/geos/opOverlay.h,
 	  source/operation/overlay/LineBuilder.cpp:
 	  LineBuilder::lineEdgesList made a real vector, rather then
 	  pointer (private member).
 	  Small optimizations in LineBuilder loops, cleanups in LineBuilder
 	  class dox.
 
-2005-12-07 23:36  Sandro Santilli <strk at keybit.net>
+2005-12-07 23:36  strk
 
-	* [r966] source/geomgraph/EdgeIntersection.cpp: standard
-	  indentation
+	* source/geomgraph/EdgeIntersection.cpp: standard indentation
 
-2005-12-07 22:52  Sandro Santilli <strk at keybit.net>
+2005-12-07 22:52  strk
 
-	* [r965] NEWS, source/geom/DefaultCoordinateSequence.cpp,
+	* NEWS, source/geom/DefaultCoordinateSequence.cpp,
 	  source/geom/LineString.cpp, source/headers/geos/geom.h: Added
 	  CoordinateSequence::apply_rw(CoordinateFilter *) and
 	  CoordinateSequence::apply_ro(CoordinateFilter *) const
@@ -13437,32 +13806,32 @@
 	  Undefined PROFILE_COORDINATE_COPIES (erroneously left defined by
 	  previous commit)
 
-2005-12-07 21:55  Sandro Santilli <strk at keybit.net>
+2005-12-07 21:55  strk
 
-	* [r964] source/geom/CoordinateSequence.cpp: Optimized memory
-	  allocations in ::removeRepeatedPoints
+	* source/geom/CoordinateSequence.cpp: Optimized memory allocations
+	  in ::removeRepeatedPoints
 
-2005-12-07 20:52  Sandro Santilli <strk at keybit.net>
+2005-12-07 20:52  strk
 
-	* [r963] source/geomgraph/GeometryGraph.cpp: minor container
-	  methods call reduction
+	* source/geomgraph/GeometryGraph.cpp: minor container methods call
+	  reduction
 
-2005-12-07 20:51  Sandro Santilli <strk at keybit.net>
+2005-12-07 20:51  strk
 
-	* [r962] source/geomgraph/EdgeEndStar.cpp: removed dead code
+	* source/geomgraph/EdgeEndStar.cpp: removed dead code
 
-2005-12-07 20:51  Sandro Santilli <strk at keybit.net>
+2005-12-07 20:51  strk
 
-	* [r961] source/geomgraph/DirectedEdgeStar.cpp: minor cleanups
+	* source/geomgraph/DirectedEdgeStar.cpp: minor cleanups
 
-2005-12-07 20:49  Sandro Santilli <strk at keybit.net>
+2005-12-07 20:49  strk
 
-	* [r960] source/geomgraph/Edge.cpp: Oops, removed Coordinate copies
+	* source/geomgraph/Edge.cpp: Oops, removed Coordinate copies
 	  introduced by recent code cleanups
 
-2005-12-07 19:18  Sandro Santilli <strk at keybit.net>
+2005-12-07 19:18  strk
 
-	* [r959] NEWS, source/geomgraph/EdgeList.cpp,
+	* NEWS, source/geomgraph/EdgeList.cpp,
 	  source/geomgraph/PlanarGraph.cpp, source/headers/geos/geom.h,
 	  source/headers/geos/geomgraph.h,
 	  source/operation/overlay/OverlayOp.cpp,
@@ -13473,83 +13842,83 @@
 	  Optimized polygon vector allocations in
 	  OverlayOp::computeOverlay.
 
-2005-12-06 10:24  Sandro Santilli <strk at keybit.net>
+2005-12-06 10:24  strk
 
-	* [r958] Makefile.am, NEWS, configure.in, source/capi/Makefile.am,
+	* Makefile.am, NEWS, configure.in, source/capi/Makefile.am,
 	  source/geom/Makefile.am: Added acsite.m4 to distribution.
 	  Added macros and flags required to build on mingw arch.
 
-2005-11-30 16:07  Sandro Santilli <strk at keybit.net>
+2005-11-30 16:07  strk
 
-	* [r955] source/capi, source/capi/.cvsignore: Added geos_c.h
+	* source/capi, source/capi/.cvsignore: Added geos_c.h
 
-2005-11-30 16:03  Sandro Santilli <strk at keybit.net>
+2005-11-30 16:03  strk
 
-	* [r951] tools/geos-config.in: Added --ldflags
+	* tools/geos-config.in: Added --ldflags
 
-2005-11-30 16:01  Sandro Santilli <strk at keybit.net>
+2005-11-30 16:01  strk
 
-	* [r949] README: Updated with C-API usage
+	* README: Updated with C-API usage
 
-2005-11-30 11:27  Sandro Santilli <strk at keybit.net>
+2005-11-30 11:27  strk
 
-	* [r945] doc/example.cpp: catch std::exception by ref
+	* doc/example.cpp: catch std::exception by ref
 
-2005-11-30 11:25  Sandro Santilli <strk at keybit.net>
+2005-11-30 11:25  strk
 
-	* [r944] doc/example.cpp: includes cleanup
+	* doc/example.cpp: includes cleanup
 
-2005-11-29 23:01  Sandro Santilli <strk at keybit.net>
+2005-11-29 23:01  strk
 
-	* [r942] NEWS: updated moving some items to 2.2.0
+	* NEWS: updated moving some items to 2.2.0
 
-2005-11-29 15:45  Sandro Santilli <strk at keybit.net>
+2005-11-29 15:45  strk
 
-	* [r936] source/geomgraph/TopologyLocation.cpp,
+	* source/geomgraph/TopologyLocation.cpp,
 	  source/headers/geos/geomgraph.h: Fixed signedness of
 	  TopologyLocation methods, cleanups.
 
-2005-11-29 15:16  Sandro Santilli <strk at keybit.net>
+2005-11-29 15:16  strk
 
-	* [r935] ChangeLog, source/algorithm/MinimumDiameter.cpp,
+	* ChangeLog, source/algorithm/MinimumDiameter.cpp,
 	  source/headers/geos/geosAlgorithm.h: Fixed sign-related warnings
 	  and signatures.
 
-2005-11-29 14:49  Sandro Santilli <strk at keybit.net>
+2005-11-29 14:49  strk
 
-	* [r934] NEWS: More info
+	* NEWS: More info
 
-2005-11-29 14:44  Sandro Santilli <strk at keybit.net>
+2005-11-29 14:44  strk
 
-	* [r933] NEWS: Updated
+	* NEWS: Updated
 
-2005-11-29 14:39  Sandro Santilli <strk at keybit.net>
+2005-11-29 14:39  strk
 
-	* [r932] source/geomgraph/Edge.cpp,
-	  source/headers/geos/geomgraph.h: Removed number of points cache
-	  in Edge, replaced with local caches.
+	* source/geomgraph/Edge.cpp, source/headers/geos/geomgraph.h:
+	  Removed number of points cache in Edge, replaced with local
+	  caches.
 
-2005-11-29 14:39  Sandro Santilli <strk at keybit.net>
+2005-11-29 14:39  strk
 
-	* [r931] source/geom/CoordinateSequence.cpp,
+	* source/geom/CoordinateSequence.cpp,
 	  source/geom/DefaultCoordinateSequence.cpp: More signed/unsigned
 	  fixes
 
-2005-11-29 13:39  Sandro Santilli <strk at keybit.net>
+2005-11-29 13:39  strk
 
-	* [r930] source/headers/geos/geom.h, source/headers/geos/io.h:
-	  Moved byte typedef from geom.h to io.h.
+	* source/headers/geos/geom.h, source/headers/geos/io.h: Moved byte
+	  typedef from geom.h to io.h.
 	  Removed useless commas at inlined funx end.
 	  Changed CoordinateSequenceFactory::create(siz,dims) to use
 	  unsigned for dims.
 
-2005-11-29 11:18  Sandro Santilli <strk at keybit.net>
+2005-11-29 11:18  strk
 
-	* [r929] NEWS: organized changes info
+	* NEWS: organized changes info
 
-2005-11-29 00:48  Sandro Santilli <strk at keybit.net>
+2005-11-29 00:48  strk
 
-	* [r928] source/geomgraph/DirectedEdgeStar.cpp,
+	* source/geomgraph/DirectedEdgeStar.cpp,
 	  source/geomgraph/EdgeEndStar.cpp, source/geomgraph/Node.cpp,
 	  source/headers/geos/geomgraph.h,
 	  source/operation/buffer/BufferSubgraph.cpp,
@@ -13560,24 +13929,24 @@
 	  abstraction
 	  with scoped typedefs.
 
-2005-11-28 18:37  Sandro Santilli <strk at keybit.net>
+2005-11-28 18:37  strk
 
-	* [r927] source/geom/LineString.cpp: Minor warning removal
+	* source/geom/LineString.cpp: Minor warning removal
 
-2005-11-25 12:22  Sandro Santilli <strk at keybit.net>
+2005-11-25 12:22  strk
 
-	* [r926] NEWS, source/test/XMLTester.cpp, source/test/XMLTester.h:
-	  Made XMLTester able to run multiple test files and keep overall
+	* NEWS, source/test/XMLTester.cpp, source/test/XMLTester.h: Made
+	  XMLTester able to run multiple test files and keep overall
 	  counters.
 
-2005-11-25 11:40  Sandro Santilli <strk at keybit.net>
+2005-11-25 11:40  strk
 
-	* [r925] source/precision/SimpleGeometryPrecisionReducer.cpp:
-	  Another getSize in for loop, another int-unsigned int warning
+	* source/precision/SimpleGeometryPrecisionReducer.cpp: Another
+	  getSize in for loop, another int-unsigned int warning
 
-2005-11-25 11:31  Sandro Santilli <strk at keybit.net>
+2005-11-25 11:31  strk
 
-	* [r924] source/algorithm/InteriorPointArea.cpp,
+	* source/algorithm/InteriorPointArea.cpp,
 	  source/noding/NodingValidator.cpp, source/noding/SimpleNoder.cpp,
 	  source/noding/snapround/SimpleSegmentStringsSnapper.cpp,
 	  source/operation/buffer/RightmostEdgeFinder.cpp,
@@ -13589,36 +13958,34 @@
 	  source/operation/valid/RepeatedPointTester.cpp: Removed all
 	  CoordinateSequence::getSize() calls embedded in for loops.
 
-2005-11-25 11:30  Sandro Santilli <strk at keybit.net>
+2005-11-25 11:30  strk
 
-	* [r923] source/geomgraph/Edge.cpp: Fix in ::equals() - this
-	  finally passes testLeaksBig.xml tests
+	* source/geomgraph/Edge.cpp: Fix in ::equals() - this finally
+	  passes testLeaksBig.xml tests
 
-2005-11-25 09:57  Sandro Santilli <strk at keybit.net>
+2005-11-25 09:57  strk
 
-	* [r922] source/geom/GeometryCollection.cpp: Fixed bug in
-	  getCoordinates() [ introduced by previous commit ]
+	* source/geom/GeometryCollection.cpp: Fixed bug in getCoordinates()
+	  [ introduced by previous commit ]
 
-2005-11-24 23:43  Sandro Santilli <strk at keybit.net>
+2005-11-24 23:43  strk
 
-	* [r921] source/geomgraph/Edge.cpp,
-	  source/headers/geos/geomgraph.h: Yes another fix, sorry. Missing
-	  const-correctness.
+	* source/geomgraph/Edge.cpp, source/headers/geos/geomgraph.h: Yes
+	  another fix, sorry. Missing const-correctness.
 
-2005-11-24 23:24  Sandro Santilli <strk at keybit.net>
+2005-11-24 23:24  strk
 
-	* [r920] source/geomgraph/Edge.cpp,
-	  source/headers/geos/geomgraph.h: Fixed equals() function [
-	  optimized in previous commit, but unchecked ]
+	* source/geomgraph/Edge.cpp, source/headers/geos/geomgraph.h: Fixed
+	  equals() function [ optimized in previous commit, but unchecked ]
 
-2005-11-24 23:24  Sandro Santilli <strk at keybit.net>
+2005-11-24 23:24  strk
 
-	* [r919] NEWS: Added note about CoordinateSequence signed->unsigned
-	  change in API
+	* NEWS: Added note about CoordinateSequence signed->unsigned change
+	  in API
 
-2005-11-24 23:09  Sandro Santilli <strk at keybit.net>
+2005-11-24 23:09  strk
 
-	* [r918] source/algorithm/CGAlgorithms.cpp,
+	* source/algorithm/CGAlgorithms.cpp,
 	  source/algorithm/CentroidArea.cpp,
 	  source/algorithm/ConvexHull.cpp,
 	  source/algorithm/InteriorPointLine.cpp,
@@ -13639,16 +14006,16 @@
 	  to avoid calling getSize() in loops.
 	  Update of all callers is not complete yet.
 
-2005-11-24 23:07  Sandro Santilli <strk at keybit.net>
+2005-11-24 23:07  strk
 
-	* [r917] source/algorithm/CentroidLine.cpp,
+	* source/algorithm/CentroidLine.cpp,
 	  source/headers/geos/geosAlgorithm.h: CentroidLine made concrete
 	  class (only destructor was virtual) - avoided heap allocation for
 	  owned Coordinate centSum
 
-2005-11-21 16:03  Sandro Santilli <strk at keybit.net>
+2005-11-21 16:03  strk
 
-	* [r916] source/algorithm/CentroidArea.cpp,
+	* source/algorithm/CentroidArea.cpp,
 	  source/algorithm/ConvexHull.cpp,
 	  source/algorithm/HCoordinate.cpp,
 	  source/algorithm/LineIntersector.cpp, source/geom/Coordinate.cpp,
@@ -13714,10 +14081,10 @@
 	  storage. LineIntersector changed to reflect
 	  the above change.
 
-2005-11-18 00:55  Sandro Santilli <strk at keybit.net>
+2005-11-18 00:55  strk
 
-	* [r915] source/geomgraph/EdgeRing.cpp,
-	  source/headers/geos/geomgraph.h, source/headers/geos/opOverlay.h,
+	* source/geomgraph/EdgeRing.cpp, source/headers/geos/geomgraph.h,
+	  source/headers/geos/opOverlay.h,
 	  source/operation/overlay/MaximalEdgeRing.cpp,
 	  source/operation/overlay/MinimalEdgeRing.cpp,
 	  source/operation/overlay/PolygonBuilder.cpp: Fixed a bug in
@@ -13731,9 +14098,9 @@
 	  Removed heap allocations for EdgeRing containers.
 	  Initialization lists and cleanups.
 
-2005-11-16 22:21  Sandro Santilli <strk at keybit.net>
+2005-11-16 22:21  strk
 
-	* [r913] source/geomgraph/EdgeEnd.cpp,
+	* source/geomgraph/EdgeEnd.cpp,
 	  source/geomgraph/EdgeIntersection.cpp,
 	  source/geomgraph/GeometryGraph.cpp,
 	  source/geomgraph/PlanarGraph.cpp,
@@ -13741,10 +14108,9 @@
 	  source/operation/valid/IsValidOp.cpp: enforced const-correctness
 	  and use of initializer lists.
 
-2005-11-16 15:49  Sandro Santilli <strk at keybit.net>
+2005-11-16 15:49  strk
 
-	* [r912] source/geomgraph/Edge.cpp,
-	  source/geomgraph/GeometryGraph.cpp,
+	* source/geomgraph/Edge.cpp, source/geomgraph/GeometryGraph.cpp,
 	  source/geomgraph/GraphComponent.cpp,
 	  source/geomgraph/PlanarGraph.cpp,
 	  source/headers/geos/geomgraph.h, source/headers/geos/opValid.h,
@@ -13757,17 +14123,16 @@
 	  source/operation/valid/IsValidOp.cpp: Reduced gratuitous heap
 	  allocations.
 
-2005-11-15 18:30  Sandro Santilli <strk at keybit.net>
+2005-11-15 18:30  strk
 
-	* [r911] source/algorithm/LineIntersector.cpp,
-	  source/geomgraph/Label.cpp,
+	* source/algorithm/LineIntersector.cpp, source/geomgraph/Label.cpp,
 	  source/geomgraph/TopologyLocation.cpp,
 	  source/headers/geos/geomgraph.h,
 	  source/headers/geos/geosAlgorithm.h: Removed dead code
 
-2005-11-15 12:14  Sandro Santilli <strk at keybit.net>
+2005-11-15 12:14  strk
 
-	* [r909] source/headers/geos/opOverlay.h,
+	* source/headers/geos/opOverlay.h,
 	  source/headers/geos/opPolygonize.h,
 	  source/headers/geos/planargraph.h,
 	  source/operation/linemerge/LineMergeDirectedEdge.cpp,
@@ -13784,9 +14149,9 @@
 	  allocations, made use of references when appropriate,
 	  small optimizations here and there.
 
-2005-11-15 10:04  Sandro Santilli <strk at keybit.net>
+2005-11-15 10:04  strk
 
-	* [r908] source/geomgraph/index/MonotoneChain.cpp,
+	* source/geomgraph/index/MonotoneChain.cpp,
 	  source/geomgraph/index/MonotoneChainEdge.cpp,
 	  source/geomgraph/index/MonotoneChainIndexer.cpp,
 	  source/geomgraph/index/SegmentIntersector.cpp,
@@ -13798,15 +14163,14 @@
 	  Enforced const-correctness, changed some interfaces
 	  to use references rather then pointers when appropriate.
 
-2005-11-15 10:02  Sandro Santilli <strk at keybit.net>
+2005-11-15 10:02  strk
 
-	* [r907] source/geom/LineString.cpp: optimized envelope computation
+	* source/geom/LineString.cpp: optimized envelope computation
 	  reducing virtual calls
 
-2005-11-14 18:14  Sandro Santilli <strk at keybit.net>
+2005-11-14 18:14  strk
 
-	* [r906] source/geomgraph/Depth.cpp,
-	  source/geomgraph/DirectedEdge.cpp,
+	* source/geomgraph/Depth.cpp, source/geomgraph/DirectedEdge.cpp,
 	  source/geomgraph/DirectedEdgeStar.cpp, source/geomgraph/Edge.cpp,
 	  source/geomgraph/EdgeIntersectionList.cpp,
 	  source/geomgraph/GraphComponent.cpp, source/geomgraph/Label.cpp,
@@ -13820,111 +14184,106 @@
 	  Enforced const-correctness on GraphComponent.
 	  Cleanups.
 
-2005-11-10 16:26  Sandro Santilli <strk at keybit.net>
+2005-11-10 16:26  strk
 
-	* [r904] source/io/WKBReader.cpp: Fixed printHEX (was printing one
-	  char past the WKB)
+	* source/io/WKBReader.cpp: Fixed printHEX (was printing one char
+	  past the WKB)
 
-2005-11-10 15:20  Sandro Santilli <strk at keybit.net>
+2005-11-10 15:20  strk
 
-	* [r903] source/headers/geos/geomUtil.h,
-	  source/headers/geos/geomgraph.h,
+	* source/headers/geos/geomUtil.h, source/headers/geos/geomgraph.h,
 	  source/headers/geos/geosAlgorithm.h,
 	  source/headers/geos/indexStrtree.h, source/headers/geos/noding.h,
 	  source/headers/geos/precision.h: Made virtual overloads explicit.
 
-2005-11-10 10:47  Sandro Santilli <strk at keybit.net>
+2005-11-10 10:47  strk
 
-	* [r902] source/geom/MultiPoint.cpp, source/headers/geos/geom.h:
-	  Renamed MultiPoint::getCoordinate(int) to
-	  MultiPoint::getCoordinateN(int)
+	* source/geom/MultiPoint.cpp, source/headers/geos/geom.h: Renamed
+	  MultiPoint::getCoordinate(int) to MultiPoint::getCoordinateN(int)
 	  to avoid hiding of Geometry::getCoordinate().
 
-2005-11-10 10:24  Sandro Santilli <strk at keybit.net>
+2005-11-10 10:24  strk
 
-	* [r901] source/headers/geos/util.h,
-	  source/util/CoordinateArrayFiter.cpp: Fixed virtual overload of
-	  CoordinateArrayFilter::filter*
+	* source/headers/geos/util.h, source/util/CoordinateArrayFiter.cpp:
+	  Fixed virtual overload of CoordinateArrayFilter::filter*
 
-2005-11-10 09:33  Sandro Santilli <strk at keybit.net>
+2005-11-10 09:33  strk
 
-	* [r900] source/geom/LineString.cpp, source/headers/geos/geom.h:
-	  Removed virtual overloading LineString::compareTo(LineString *)
+	* source/geom/LineString.cpp, source/headers/geos/geom.h: Removed
+	  virtual overloading LineString::compareTo(LineString *)
 
-2005-11-09 15:14  Sandro Santilli <strk at keybit.net>
+2005-11-09 15:14  strk
 
-	* [r899] source/operation/buffer/DepthSegment.cpp: Forgot to add
-	  this
+	* source/operation/buffer/DepthSegment.cpp: Forgot to add this
 
-2005-11-09 13:44  Sandro Santilli <strk at keybit.net>
+2005-11-09 13:44  strk
 
-	* [r898] source/geomgraph/Node.cpp, source/geomgraph/NodeMap.cpp,
+	* source/geomgraph/Node.cpp, source/geomgraph/NodeMap.cpp,
 	  source/headers/geos/geomgraph.h: Cleanups in Node and NodeMap.
 	  Optimization of EdgeIntersectionLessThen.
 
-2005-11-09 08:57  Sandro Santilli <strk at keybit.net>
+2005-11-09 08:57  strk
 
-	* [r897] source/geom/IntersectionMatrix.cpp,
-	  source/headers/geos/geom.h: IntersectionMatrix made a concrete
-	  and final type.
+	* source/geom/IntersectionMatrix.cpp, source/headers/geos/geom.h:
+	  IntersectionMatrix made a concrete and final type.
 	  Cleanups in class definition.
 
-2005-11-08 20:12  Sandro Santilli <strk at keybit.net>
+2005-11-08 20:12  strk
 
-	* [r896] NEWS, source/geom/Makefile.am, source/headers/geos/geom.h,
+	* NEWS, source/geom/Makefile.am, source/headers/geos/geom.h,
 	  source/headers/geos/opBuffer.h,
 	  source/operation/buffer/BufferSubgraph.cpp,
 	  source/operation/buffer/SubgraphDepthLocater.cpp: Memory overhead
 	  reductions in buffer operations.
 
-2005-11-08 12:32  Sandro Santilli <strk at keybit.net>
+2005-11-08 12:32  strk
 
-	* [r895] source/geom/DefaultCoordinateSequence.cpp: Cleanups,
-	  ::setPoint small improvement
+	* source/geom/DefaultCoordinateSequence.cpp: Cleanups, ::setPoint
+	  small improvement
 
-2005-11-08 11:33  Sandro Santilli <strk at keybit.net>
+2005-11-08 11:33  strk
 
-	* [r894] source/operation/overlay/OverlayOp.cpp: comments cleanup
+	* source/operation/overlay/OverlayOp.cpp: comments cleanup
 
-2005-11-08 10:26  Sandro Santilli <strk at keybit.net>
+2005-11-08 10:26  strk
 
-	* [r893] configure.in: Library versioning took back to 3.0.0
+	* configure.in: Library versioning took back to 3.0.0
 
-2005-11-08 10:03  Sandro Santilli <strk at keybit.net>
+2005-11-08 10:03  strk
 
-	* [r892] configure.in, doc/Doxyfile.in, source/geom/Envelope.cpp,
+	* configure.in, doc/Doxyfile.in, source/geom/Envelope.cpp,
 	  source/geom/Geometry.cpp, source/headers/geos/geom.h: Set library
 	  version to 2.2.0.
 	  Cleaned up Doxygen warnings.
 	  Inlined more Envelope methods.
 	  Dropped deprecated Envelope::overlaps methods.
 
-2005-11-07 18:07  Sandro Santilli <strk at keybit.net>
+2005-11-07 18:07  strk
 
-	* [r890] configure.in: Removed VisualStudio knowledge from
-	  configure script
+	* configure.in: Removed VisualStudio knowledge from configure
+	  script
 
-2005-11-07 18:05  Sandro Santilli <strk at keybit.net>
+2005-11-07 18:05  strk
 
-	* [r889] source/geomgraph/EdgeIntersectionList.cpp,
+	* source/geomgraph/EdgeIntersectionList.cpp,
 	  source/headers/geos/noding.h, source/noding/SegmentNodeList.cpp:
 	  Reduced set<> lookups
 
 2005-11-07 13:17  frank
 
-	* [r888] VisualStudio: no longer used
+	* VisualStudio: no longer used
 
 2005-11-07 13:17  frank
 
-	* [r887] Makefile.am: removed VisualStudio, no longer distributed
+	* Makefile.am: removed VisualStudio, no longer distributed
 
 2005-11-07 13:16  frank
 
-	* [r886] VisualStudio/.cvsignore: obsolete
+	* VisualStudio/.cvsignore: obsolete
 
-2005-11-07 12:31  Sandro Santilli <strk at keybit.net>
+2005-11-07 12:31  strk
 
-	* [r885] NEWS, source/geomgraph/Edge.cpp,
+	* NEWS, source/geomgraph/Edge.cpp,
 	  source/geomgraph/EdgeIntersection.cpp,
 	  source/geomgraph/EdgeIntersectionList.cpp,
 	  source/geomgraph/GeometryGraph.cpp,
@@ -13941,26 +14300,26 @@
 	  to avoid dynamic allocation of initial header.
 	  Inlined short SweepLineEvent methods.
 
-2005-11-07 11:32  Sandro Santilli <strk at keybit.net>
+2005-11-07 11:32  strk
 
-	* [r884] source/capi/geos_c.h.in: Added const qualifiers to
-	  function to reflect paradigm of immutable
+	* source/capi/geos_c.h.in: Added const qualifiers to function to
+	  reflect paradigm of immutable
 	  Geometry objects.
 
-2005-11-04 15:42  Sandro Santilli <strk at keybit.net>
+2005-11-04 15:42  strk
 
-	* [r883] source/geomgraph/index/SweepLineEvent.cpp: Fixed bug in
+	* source/geomgraph/index/SweepLineEvent.cpp: Fixed bug in
 	  SweepLineEventLessThen functor
 	  (didn't conform to strict weak ordering).
 	  Note: this was introduced by previous commit.
 
-2005-11-04 11:06  Sandro Santilli <strk at keybit.net>
+2005-11-04 11:06  strk
 
-	* [r882] NEWS: updated
+	* NEWS: updated
 
-2005-11-04 11:04  Sandro Santilli <strk at keybit.net>
+2005-11-04 11:04  strk
 
-	* [r881] source/headers/geos/opValid.h,
+	* source/headers/geos/opValid.h,
 	  source/operation/valid/IsValidOp.cpp,
 	  source/operation/valid/QuadtreeNestedRingTester.cpp,
 	  source/operation/valid/SimpleNestedRingTester.cpp,
@@ -13971,181 +14330,180 @@
 	  rather then actual objects, to speedup NULL tests.
 	  Added JTS port revision when applicable.
 
-2005-11-04 08:28  Sandro Santilli <strk at keybit.net>
+2005-11-04 08:28  strk
 
-	* [r880] NEWS, source/operation/overlay/OverlayOp.cpp: Ported
-	  speedup of OverlayOp::insertUniqueEdge() from JTS-1.7 (rev 1.23)
+	* NEWS, source/operation/overlay/OverlayOp.cpp: Ported speedup of
+	  OverlayOp::insertUniqueEdge() from JTS-1.7 (rev 1.23)
 	  Updated NEWS file.
 
-2005-11-03 21:28  Sandro Santilli <strk at keybit.net>
+2005-11-03 21:28  strk
 
-	* [r878] source/geomgraph/index/SimpleMCSweepLineIntersector.cpp,
+	* source/geomgraph/index/SimpleMCSweepLineIntersector.cpp,
 	  source/geomgraph/index/SimpleSweepLineIntersector.cpp: Fixed
 	  constructors broke by previous commit
 
-2005-11-03 19:51  Sandro Santilli <strk at keybit.net>
+2005-11-03 19:51  strk
 
-	* [r877] source/geomgraph/index/SimpleMCSweepLineIntersector.cpp,
+	* source/geomgraph/index/SimpleMCSweepLineIntersector.cpp,
 	  source/geomgraph/index/SimpleSweepLineIntersector.cpp,
 	  source/headers/geos/geomgraphindex.h: Indentation changes, small
 	  vector memory allocation optimization.
 
-2005-11-03 09:15  Sandro Santilli <strk at keybit.net>
+2005-11-03 09:15  strk
 
-	* [r876] source/headers/geos/geom.h: Removed declaration of
+	* source/headers/geos/geom.h: Removed declaration of
 	  PointCoordinateSequence and PointCoordinateSequenceFactory
 
-2005-11-01 09:40  Sandro Santilli <strk at keybit.net>
+2005-11-01 09:40  strk
 
-	* [r875] source/operation/valid/IsValidOp.cpp: Replaced finite()
-	  with FINITE() calls.
+	* source/operation/valid/IsValidOp.cpp: Replaced finite() with
+	  FINITE() calls.
 
-2005-10-27 14:05  Sandro Santilli <strk at keybit.net>
+2005-10-27 14:05  strk
 
-	* [r873] source/geomgraph/index/SimpleMCSweepLineIntersector.cpp,
+	* source/geomgraph/index/SimpleMCSweepLineIntersector.cpp,
 	  source/geomgraph/index/SweepLineEvent.cpp,
 	  source/headers/geos/geomgraphindex.h: Added a
 	  SweepLineEventLessThen functor to be used by sort algorithm.
 
-2005-10-24 13:28  Sandro Santilli <strk at keybit.net>
+2005-10-24 13:28  strk
 
-	* [r872] source/capi/geos_c.cpp, source/capi/geos_c.h.in,
+	* source/capi/geos_c.cpp, source/capi/geos_c.h.in,
 	  source/capi/geostest.c: Changed constructors to take ownership of
 	  GEOSGeom and GEOSCoordSeq objects.
 	  Changed inspectors to retain ownership of GEOSGeom and
 	  GEOSCoordSeq objects.
 	  Added GEOSGeom_clone() method.
 
-2005-10-21 15:13  Sandro Santilli <strk at keybit.net>
+2005-10-21 15:13  strk
 
-	* [r871] source/capi/geos_c.cpp, source/capi/geos_c.h.in: Added
+	* source/capi/geos_c.cpp, source/capi/geos_c.h.in: Added
 	  GEOSGeom_clone() function
 
-2005-10-21 12:14  Sandro Santilli <strk at keybit.net>
+2005-10-21 12:14  strk
 
-	* [r870] source/capi/geos_c.h.in: Added missing GEOS_DLL specifiers
+	* source/capi/geos_c.h.in: Added missing GEOS_DLL specifiers
 
-2005-10-21 12:07  Sandro Santilli <strk at keybit.net>
+2005-10-21 12:07  strk
 
-	* [r869] source/capi/geos_c.cpp, source/capi/geos_c.h.in,
+	* source/capi/geos_c.cpp, source/capi/geos_c.h.in,
 	  source/capi/geostest.c: Added fine-grained geometry constructors
 	  and GEOSCoordSeq abstract data type.
 	  Renamed GEOSmakeCollection to GEOSGeom_createCollection
 
-2005-10-21 09:02  Sandro Santilli <strk at keybit.net>
+2005-10-21 09:02  strk
 
-	* [r868] configure.in: typo fixed
+	* configure.in: typo fixed
 
 2005-10-21 02:46  frank
 
-	* [r867] AUTHORS: added myself to authors - isn't that cheeky!
+	* AUTHORS: added myself to authors - isn't that cheeky!
 
 2005-10-21 02:45  frank
 
-	* [r866] README: added note on source\makefile.vc
+	* README: added note on source\makefile.vc
 
 2005-10-21 02:44  frank
 
-	* [r865] source/Makefile.vc: added a wee readme
+	* source/Makefile.vc: added a wee readme
 
 2005-10-21 02:41  frank
 
-	* [r864] source/Makefile.vc: added DLL building, and geostest.exe
+	* source/Makefile.vc: added DLL building, and geostest.exe
 
 2005-10-21 02:41  frank
 
-	* [r863] source/capi/geos_c.h.in: need to DLL export C API
+	* source/capi/geos_c.h.in: need to DLL export C API
 
 2005-10-21 02:37  frank
 
-	* [r862] source/capi/geos_c.cpp: DLL Export functions
+	* source/capi/geos_c.cpp: DLL Export functions
 
 2005-10-21 02:37  frank
 
-	* [r861] source/capi/geostest.c: avoid non-portable vasprintf, make
-	  big buffer static
+	* source/capi/geostest.c: avoid non-portable vasprintf, make big
+	  buffer static
 
 2005-10-21 01:57  frank
 
-	* [r860] source/Makefile.vc: updated for 3.0.0 and added C API
+	* source/Makefile.vc: updated for 3.0.0 and added C API
 
 2005-10-20 20:37  frank
 
-	* [r859] source/headers/geos/platform.h.vc: added
-	  getMachineByteOrder(), convert to unix text mode
+	* source/headers/geos/platform.h.vc: added getMachineByteOrder(),
+	  convert to unix text mode
 
-2005-10-19 13:07  Sandro Santilli <strk at keybit.net>
+2005-10-19 13:07  strk
 
-	* [r858] source/io/WKBReader.cpp: Added support for SRID flag in
-	  WKB (full EWKB is accepted now)
+	* source/io/WKBReader.cpp: Added support for SRID flag in WKB (full
+	  EWKB is accepted now)
 
-2005-10-19 12:59  Sandro Santilli <strk at keybit.net>
+2005-10-19 12:59  strk
 
-	* [r857] source/headers/geos/io.h: Added input stream checks in
+	* source/headers/geos/io.h: Added input stream checks in
 	  ByteOrderDataInStream, throwing ParseException on unexpected EOF
 
-2005-10-17 15:55  Sandro Santilli <strk at keybit.net>
+2005-10-17 15:55  strk
 
-	* [r856] source/capi/geos_c.cpp, source/capi/geos_c.h.in: Added
+	* source/capi/geos_c.cpp, source/capi/geos_c.h.in: Added
 	  GetGeometryN, GetInteriorRingN, GetExteriorRing
 
-2005-10-17 14:37  Sandro Santilli <strk at keybit.net>
+2005-10-17 14:37  strk
 
-	* [r855] source/capi/geos_c.h.in: Added comments on exception
-	  returns for Geometry info functions
+	* source/capi/geos_c.h.in: Added comments on exception returns for
+	  Geometry info functions
 
-2005-10-17 14:33  Sandro Santilli <strk at keybit.net>
+2005-10-17 14:33  strk
 
-	* [r854] source/capi/geos_c.cpp: Added missing exception handlers
-	  from previous commit.
+	* source/capi/geos_c.cpp: Added missing exception handlers from
+	  previous commit.
 	  Fixed GEOSGeomTypeId signatures.
 
-2005-10-17 12:56  Sandro Santilli <strk at keybit.net>
+2005-10-17 12:56  strk
 
-	* [r853] source/geom/Makefile.am: Removed GEOS_VERSION define
+	* source/geom/Makefile.am: Removed GEOS_VERSION define
 	  (Geometry.cpp, the only file using this will use the one in
 	  version.h)
 
-2005-10-17 12:55  Sandro Santilli <strk at keybit.net>
+2005-10-17 12:55  strk
 
-	* [r852] source/capi/geos_c.h.in: Fixed GEOSGeom typedef to be
-	  accepted by C++ compilers, added extern "C" namespace for
-	  inclusion by C++ code (really needed?)
+	* source/capi/geos_c.h.in: Fixed GEOSGeom typedef to be accepted by
+	  C++ compilers, added extern "C" namespace for inclusion by C++
+	  code (really needed?)
 
-2005-10-17 09:38  Sandro Santilli <strk at keybit.net>
+2005-10-17 09:38  strk
 
-	* [r851] source/capi/geos_c.cpp, source/capi/geos_c.h.in,
+	* source/capi/geos_c.cpp, source/capi/geos_c.h.in,
 	  source/capi/geostest.c: Added GEOSDistance() function.
 	  Trapped all exceptions and reported using ERROR_MESSAGE rather
 	  then NOTICE_MESSAGE.
 	  Changed WKB functions to use 'unsigned char' rather then 'char'
 	  Added missing GEOS_setWKBOutputDims() function in header file.
 
-2005-09-28 16:33  Sandro Santilli <strk at keybit.net>
+2005-09-28 16:33  strk
 
-	* [r850] source/capi/geos_c.cpp: Added GEOS_setWKBOutputDims(int)
-	  function to specify coordinate
+	* source/capi/geos_c.cpp: Added GEOS_setWKBOutputDims(int) function
+	  to specify coordinate
 	  dimension in WKB output.
 
-2005-09-28 10:15  Sandro Santilli <strk at keybit.net>
+2005-09-28 10:15  strk
 
-	* [r849] source/headers/geos/io.h, source/io/WKBWriter.cpp:
-	  WKBWriter ctor out-lined (will require changes in the near
-	  future, for higher dimensions support), added support for 3d WKB
-	  output
+	* source/headers/geos/io.h, source/io/WKBWriter.cpp: WKBWriter ctor
+	  out-lined (will require changes in the near future, for higher
+	  dimensions support), added support for 3d WKB output
 
-2005-09-28 09:36  Sandro Santilli <strk at keybit.net>
+2005-09-28 09:36  strk
 
-	* [r848] source/io/WKBReader.cpp: Cleanups in the printHEX function
+	* source/io/WKBReader.cpp: Cleanups in the printHEX function
 
-2005-09-27 16:29  Sandro Santilli <strk at keybit.net>
+2005-09-27 16:29  strk
 
-	* [r847] source/io/WKBReader.cpp: Ported JTS-1.7 use of
-	  PrecisionModel in WKBReader
+	* source/io/WKBReader.cpp: Ported JTS-1.7 use of PrecisionModel in
+	  WKBReader
 
-2005-09-27 16:20  Sandro Santilli <strk at keybit.net>
+2005-09-27 16:20  strk
 
-	* [r846] doc/example.cpp, source/capi/geos_c.cpp,
+	* doc/example.cpp, source/capi/geos_c.cpp,
 	  source/headers/geos/io.h, source/io/WKBReader.cpp: Reverted
 	  previous change, fixed the bug by turning WKBReader.factory
 	  into a reference rather then a real object. ABI still breaks, but
@@ -14154,128 +14512,126 @@
 	  breaking
 	  ABI is not a big deal at this stage).
 
-2005-09-27 16:00  Sandro Santilli <strk at keybit.net>
+2005-09-27 16:00  strk
 
-	* [r845] doc/example.cpp, source/capi/geos_c.cpp,
+	* doc/example.cpp, source/capi/geos_c.cpp,
 	  source/headers/geos/io.h, source/io/WKBReader.cpp: Fixed bug in
 	  WKBReader destroying the GeometryFactory used in Geometry
 	  construction. Changed it's definition to *require* a
 	  GeometryFactory
 	  pointer parameter.
 
-2005-09-27 08:51  Sandro Santilli <strk at keybit.net>
+2005-09-27 08:51  strk
 
-	* [r844] source/test/Makefile.am: Added XMLTester.h in
-	  XMLTester_SOURCES list
+	* source/test/Makefile.am: Added XMLTester.h in XMLTester_SOURCES
+	  list
 
-2005-09-26 14:40  Sandro Santilli <strk at keybit.net>
+2005-09-26 14:40  strk
 
-	* [r843] source/io/WKBReader.cpp: Fixed handling of higher
-	  dimensional WKB streams
+	* source/io/WKBReader.cpp: Fixed handling of higher dimensional WKB
+	  streams
 
-2005-09-26 13:46  Sandro Santilli <strk at keybit.net>
+2005-09-26 13:46  strk
 
-	* [r842] source/capi/Makefile.am: Modified GEOS_CAPI_VERSION to
-	  include underlying GEOS version
+	* source/capi/Makefile.am: Modified GEOS_CAPI_VERSION to include
+	  underlying GEOS version
 
-2005-09-26 13:42  Sandro Santilli <strk at keybit.net>
+2005-09-26 13:42  strk
 
-	* [r841] configure.in, source/capi/Makefile.am,
-	  source/capi/geos_c.cpp, source/capi/geos_c.h,
-	  source/capi/geos_c.h.in: Moved C-api versioning to top-level
-	  configure.in
+	* configure.in, source/capi/Makefile.am, source/capi/geos_c.cpp,
+	  source/capi/geos_c.h, source/capi/geos_c.h.in: Moved C-api
+	  versioning to top-level configure.in
 	  Added version info in geos_c.h
 
-2005-09-26 12:25  Sandro Santilli <strk at keybit.net>
+2005-09-26 12:25  strk
 
-	* [r840] source/capi/geos_c.cpp, source/capi/geos_c.h,
+	* source/capi/geos_c.cpp, source/capi/geos_c.h,
 	  source/capi/geostest.c: Changed LineMerge interface to accept a
 	  single Geometry and return the simpler Geometry obtainable with
 	  the set of merger LineStrings. Fixed leaks in geostest, fixed a
 	  leak in GEOSRelate().
 
-2005-09-26 12:23  Sandro Santilli <strk at keybit.net>
+2005-09-26 12:23  strk
 
-	* [r839] source/geom/PrecisionModel.cpp: Initializzation lists in
+	* source/geom/PrecisionModel.cpp: Initializzation lists in
 	  PrecisionModel ctors
 
-2005-09-26 11:04  Sandro Santilli <strk at keybit.net>
+2005-09-26 11:04  strk
 
-	* [r838] NEWS: Added changes in LineMerger
+	* NEWS: Added changes in LineMerger
 
-2005-09-26 11:01  Sandro Santilli <strk at keybit.net>
+2005-09-26 11:01  strk
 
-	* [r837] source/headers/geos/opLinemerge.h,
+	* source/headers/geos/opLinemerge.h,
 	  source/operation/linemerge/EdgeString.cpp,
 	  source/operation/linemerge/LineMergeEdge.cpp,
 	  source/operation/linemerge/LineMergeGraph.cpp,
 	  source/operation/linemerge/LineMerger.cpp: Const correctness
 	  changes in LineMerger package, and a few speedups.
 
-2005-09-26 08:18  Sandro Santilli <strk at keybit.net>
+2005-09-26 08:18  strk
 
-	* [r836] source/capi, source/capi/.cvsignore: Added .lo, .la and
-	  geostest
+	* source/capi, source/capi/.cvsignore: Added .lo, .la and geostest
 
-2005-09-26 08:17  Sandro Santilli <strk at keybit.net>
+2005-09-26 08:17  strk
 
-	* [r835] doc/example.cpp: Removed memory leak from WKB tester
+	* doc/example.cpp: Removed memory leak from WKB tester
 
-2005-09-23 17:20  Sandro Santilli <strk at keybit.net>
+2005-09-23 17:20  strk
 
-	* [r834] source/headers/geos/opLinemerge.h,
+	* source/headers/geos/opLinemerge.h,
 	  source/operation/linemerge/LineMerger.cpp: Made LineMerger graph
 	  be a real object (rather then a pointer to it)
 
-2005-09-23 16:07  Sandro Santilli <strk at keybit.net>
+2005-09-23 16:07  strk
 
-	* [r833] source/capi/geos_c.cpp: Fixed export of GEOSPolygonize()
-	  and GEOSMakeCollection()
+	* source/capi/geos_c.cpp: Fixed export of GEOSPolygonize() and
+	  GEOSMakeCollection()
 
-2005-09-23 09:49  Sandro Santilli <strk at keybit.net>
+2005-09-23 09:49  strk
 
-	* [r832] source/capi/geos_c.cpp, source/capi/geos_c.h: Added
+	* source/capi/geos_c.cpp, source/capi/geos_c.h: Added
 	  GEOSMakeCollection.
 	  Changed GEOSGetCentroid to return an EmptyGeometry when no
 	  Centroid can be
 	  computed (Empty input, for example).
 
-2005-09-19 08:16  Sandro Santilli <strk at keybit.net>
+2005-09-19 08:16  strk
 
-	* [r831] NEWS: Added C api
+	* NEWS: Added C api
 
-2005-09-14 15:11  Sandro Santilli <strk at keybit.net>
+2005-09-14 15:11  strk
 
-	* [r830] source/capi/geos_c.h: Removed functions returning not-new
+	* source/capi/geos_c.h: Removed functions returning not-new
 	  GEOSGeom objects to avoid ambiguity
 	  whereas when to destroy returns. Added not about memory
 	  management.
 
-2005-09-14 14:55  Sandro Santilli <strk at keybit.net>
+2005-09-14 14:55  strk
 
-	* [r829] source/capi/geos_c.cpp, source/capi/geos_c.h,
+	* source/capi/geos_c.cpp, source/capi/geos_c.h,
 	  source/capi/geostest.c: Added copyright notices and usage notes
 
-2005-09-14 14:28  Sandro Santilli <strk at keybit.net>
+2005-09-14 14:28  strk
 
-	* [r828] source/io/WKBWriter.cpp: Fixed bug writing WKB for all
-	  Multi* geoms as Collections.
+	* source/io/WKBWriter.cpp: Fixed bug writing WKB for all Multi*
+	  geoms as Collections.
 
-2005-09-14 13:58  Sandro Santilli <strk at keybit.net>
+2005-09-14 13:58  strk
 
-	* [r827] configure.in, source/Makefile.am, source/capi,
+	* configure.in, source/Makefile.am, source/capi,
 	  source/capi/.cvsignore, source/capi/Makefile.am,
 	  source/capi/geos_c.cpp, source/capi/geos_c.h,
 	  source/capi/geostest.c, source/capi/test.wkt: Initial abstract C
 	  api.
 
-2005-09-14 13:56  Sandro Santilli <strk at keybit.net>
+2005-09-14 13:56  strk
 
-	* [r826] source/io/WKBReader.cpp: Typo fixed
+	* source/io/WKBReader.cpp: Typo fixed
 
-2005-09-03 21:26  Sandro Santilli <strk at keybit.net>
+2005-09-03 21:26  strk
 
-	* [r825] doc/example.cpp, source/geom/Makefile.am,
+	* doc/example.cpp, source/geom/Makefile.am,
 	  source/headers/geos/ByteOrderDataInStreamT.h,
 	  source/headers/geos/Makefile.am,
 	  source/headers/geos/WKBReaderT.h,
@@ -14283,128 +14639,124 @@
 	  source/io/WKBReader.cpp, source/io/WKBWriter.cpp: Reworked WKB
 	  I/O to avoid use of templates and make better use of STL
 
-2005-08-22 13:34  Sandro Santilli <strk at keybit.net>
+2005-08-22 13:34  strk
 
-	* [r822] NEWS: Added 2.1.4 section
+	* NEWS: Added 2.1.4 section
 
-2005-08-22 13:31  Sandro Santilli <strk at keybit.net>
+2005-08-22 13:31  strk
 
-	* [r821] source/geom/Geometry.cpp,
+	* source/geom/Geometry.cpp,
 	  source/operation/buffer/BufferBuilder.cpp,
 	  source/planargraph/planarDirectedEdgeStar.cpp: Fixed comparator
 	  functions used with STL sort() algorithm to
 	  implement StrictWeakOrdering semantic.
 
-2005-07-12 14:33  Sandro Santilli <strk at keybit.net>
+2005-07-12 14:33  strk
 
-	* [r819] NEWS: updated
+	* NEWS: updated
 
-2005-07-11 16:21  Sandro Santilli <strk at keybit.net>
+2005-07-11 16:21  strk
 
-	* [r818] source/headers/geos/ByteOrderDataInStreamT.h,
+	* source/headers/geos/ByteOrderDataInStreamT.h,
 	  source/headers/geos/WKBReaderT.h,
 	  source/headers/geos/WKBWriterT.h: Removed '_' prefix from header
 	  guards
 
-2005-07-11 12:17  Sandro Santilli <strk at keybit.net>
+2005-07-11 12:17  strk
 
-	* [r817] source/headers/geos/io.h, source/headers/geos/opOverlay.h,
+	* source/headers/geos/io.h, source/headers/geos/opOverlay.h,
 	  source/headers/geos/platform.h.in: Cleaned up syntax
 
-2005-07-11 12:17  Sandro Santilli <strk at keybit.net>
+2005-07-11 12:17  strk
 
-	* [r816] doc/example.cpp: Commented out useless include
+	* doc/example.cpp: Commented out useless include
 
-2005-07-11 10:50  Sandro Santilli <strk at keybit.net>
+2005-07-11 10:50  strk
 
-	* [r815] source/geom/Geometry.cpp: Added parens suggested by
-	  compiler
+	* source/geom/Geometry.cpp: Added parens suggested by compiler
 
-2005-07-11 10:27  Sandro Santilli <strk at keybit.net>
+2005-07-11 10:27  strk
 
-	* [r814] source/geomgraph/Edge.cpp,
-	  source/headers/geos/WKBReaderT.h: Cleaned up signed/unsigned
-	  mismatches
+	* source/geomgraph/Edge.cpp, source/headers/geos/WKBReaderT.h:
+	  Cleaned up signed/unsigned mismatches
 
-2005-07-11 10:27  Sandro Santilli <strk at keybit.net>
+2005-07-11 10:27  strk
 
-	* [r813] source/geomgraph/DirectedEdge.cpp,
+	* source/geomgraph/DirectedEdge.cpp,
 	  source/operation/buffer/BufferOp.cpp,
 	  source/operation/buffer/SubgraphDepthLocater.cpp: Fixed
 	  initializzazion lists
 
-2005-07-11 10:26  Sandro Santilli <strk at keybit.net>
+2005-07-11 10:26  strk
 
-	* [r812] source/headers/geos/geom.h: Made
-	  CoordinateSequence::getDimension return unsigned int instead of
-	  int
+	* source/headers/geos/geom.h: Made CoordinateSequence::getDimension
+	  return unsigned int instead of int
 
-2005-07-11 10:23  Sandro Santilli <strk at keybit.net>
+2005-07-11 10:23  strk
 
-	* [r811] source/geom/Geometry.cpp: removed useless assignment
+	* source/geom/Geometry.cpp: removed useless assignment
 
-2005-06-30 18:31  Sandro Santilli <strk at keybit.net>
+2005-06-30 18:31  strk
 
-	* [r807] source/headers/geos/opBuffer.h,
+	* source/headers/geos/opBuffer.h,
 	  source/operation/buffer/BufferSubgraph.cpp,
 	  source/operation/buffer/SubgraphDepthLocater.cpp: Ported
 	  SubgraphDepthLocator optimizations from JTS code
 
-2005-06-28 21:13  Sandro Santilli <strk at keybit.net>
+2005-06-28 21:13  strk
 
-	* [r803] source/operation/buffer/SubgraphDepthLocater.cpp: Fixed a
-	  bug introduced by LineSegment skip - made LineSegment skip a
+	* source/operation/buffer/SubgraphDepthLocater.cpp: Fixed a bug
+	  introduced by LineSegment skip - made LineSegment skip a
 	  compile-time optione
 
-2005-06-28 16:52  Sandro Santilli <strk at keybit.net>
+2005-06-28 16:52  strk
 
-	* [r802] source/test/XMLTester.cpp: Added number of points count as
-	  a debugging aid
+	* source/test/XMLTester.cpp: Added number of points count as a
+	  debugging aid
 
-2005-06-28 11:22  Sandro Santilli <strk at keybit.net>
+2005-06-28 11:22  strk
 
-	* [r801] NEWS: Added DepthSegmentLT bugfix
+	* NEWS: Added DepthSegmentLT bugfix
 
-2005-06-28 01:07  Sandro Santilli <strk at keybit.net>
+2005-06-28 01:07  strk
 
-	* [r796] source/headers/geos/opOverlay.h,
+	* source/headers/geos/opOverlay.h,
 	  source/operation/overlay/PointBuilder.cpp: improved extraction of
 	  result points in overlay op
 
-2005-06-28 00:04  Sandro Santilli <strk at keybit.net>
+2005-06-28 00:04  strk
 
-	* [r794] source/geomgraph/Node.cpp: improved
-	  ::isIncidentEdgeInResult() method
+	* source/geomgraph/Node.cpp: improved ::isIncidentEdgeInResult()
+	  method
 
-2005-06-27 21:58  Sandro Santilli <strk at keybit.net>
+2005-06-27 21:58  strk
 
-	* [r793] source/operation/buffer/SubgraphDepthLocater.cpp: Bugfix
-	  in DepthSegmentLT as suggested by Graeme Hiebert
+	* source/operation/buffer/SubgraphDepthLocater.cpp: Bugfix in
+	  DepthSegmentLT as suggested by Graeme Hiebert
 
-2005-06-27 21:24  Sandro Santilli <strk at keybit.net>
+2005-06-27 21:24  strk
 
-	* [r790] source/operation/buffer/SubgraphDepthLocater.cpp: Fixed
-	  bug just-introduced with optimization.
+	* source/operation/buffer/SubgraphDepthLocater.cpp: Fixed bug
+	  just-introduced with optimization.
 
-2005-06-27 21:21  Sandro Santilli <strk at keybit.net>
+2005-06-27 21:21  strk
 
-	* [r789] NEWS, source/operation/buffer/SubgraphDepthLocater.cpp:
-	  Reduced Coordinate copies due to LineSegment overuse
+	* NEWS, source/operation/buffer/SubgraphDepthLocater.cpp: Reduced
+	  Coordinate copies due to LineSegment overuse
 
-2005-06-25 10:20  Sandro Santilli <strk at keybit.net>
+2005-06-25 10:20  strk
 
-	* [r787] NEWS, source/geomgraph/Node.cpp,
-	  source/headers/geos/geomgraph.h,
+	* NEWS, source/geomgraph/Node.cpp, source/headers/geos/geomgraph.h,
 	  source/operation/overlay/PointBuilder.cpp: OverlayOp speedup (JTS
 	  port)
 
-2005-06-24 11:12  Sandro Santilli <strk at keybit.net>
+2005-06-24 11:12  strk
 
-	* [r786] NEWS: Added LineIntersector concrete type note
+	* NEWS: Added LineIntersector concrete type note
 
-2005-06-24 11:09  Sandro Santilli <strk at keybit.net>
+2005-06-24 11:09  strk
 
-	* [r785] source/algorithm/CGAlgorithms.cpp,
+	* source/algorithm/CGAlgorithms.cpp,
 	  source/algorithm/LineIntersector.cpp,
 	  source/algorithm/PointLocator.cpp, source/geom/LineSegment.cpp,
 	  source/geom/Makefile.am, source/geomgraph/PlanarGraph.cpp,
@@ -14424,132 +14776,130 @@
 	  to avoid computing intersection point (Z) when it's not
 	  necessary.
 
-2005-06-23 14:22  Sandro Santilli <strk at keybit.net>
+2005-06-23 14:22  strk
 
-	* [r784] NEWS, source/geom/GeometryCollection.cpp,
+	* NEWS, source/geom/GeometryCollection.cpp,
 	  source/geom/LineString.cpp, source/geom/LinearRing.cpp,
 	  source/geom/Point.cpp, source/geom/Polygon.cpp,
 	  source/headers/geos/geom.h: Inlined and added missing ::clone()
 	  for Geometry subclasses
 
-2005-06-23 11:23  Sandro Santilli <strk at keybit.net>
+2005-06-23 11:23  strk
 
-	* [r782] NEWS, source/algorithm/CGAlgorithms.cpp: performance
-	  improvement for CGAlgorithms::isOnLine()
+	* NEWS, source/algorithm/CGAlgorithms.cpp: performance improvement
+	  for CGAlgorithms::isOnLine()
 
-2005-06-22 00:46  Sandro Santilli <strk at keybit.net>
+2005-06-22 00:46  strk
 
-	* [r779] NEWS, source/geom/Geometry.cpp: Shortcircuit tests for
-	  Union
+	* NEWS, source/geom/Geometry.cpp: Shortcircuit tests for Union
 
-2005-06-22 00:46  Sandro Santilli <strk at keybit.net>
+2005-06-22 00:46  strk
 
-	* [r777] source/geom/GeometryFactory.cpp: Fixed bugus handling of
+	* source/geom/GeometryFactory.cpp: Fixed bugus handling of
 	  collections in ::buildGeometry
 
-2005-06-21 12:22  Sandro Santilli <strk at keybit.net>
+2005-06-21 12:22  strk
 
-	* [r773] NEWS, source/test/XMLTester.cpp, source/test/XMLTester.h:
+	* NEWS, source/test/XMLTester.cpp, source/test/XMLTester.h:
 	  XMLTester code cleanups
 
-2005-06-20 10:23  Sandro Santilli <strk at keybit.net>
+2005-06-20 10:23  strk
 
-	* [r772] NEWS, source/test/Makefile.am: XMLTester installed by
-	  default
+	* NEWS, source/test/Makefile.am: XMLTester installed by default
 
-2005-06-17 15:17  Sandro Santilli <strk at keybit.net>
+2005-06-17 15:17  strk
 
-	* [r770] ., .cvsignore, ltmain.sh: Removed ltmain.sh from
-	  repository, will be created by autogen.sh
+	* ., .cvsignore, ltmain.sh: Removed ltmain.sh from repository, will
+	  be created by autogen.sh
 
-2005-06-17 15:08  Sandro Santilli <strk at keybit.net>
+2005-06-17 15:08  strk
 
-	* [r766] NEWS, source/operation/polygonize/Polygonizer.cpp,
+	* NEWS, source/operation/polygonize/Polygonizer.cpp,
 	  source/operation/polygonize/polygonizeEdgeRing.cpp: Polygonizer
 	  segfault fix
 
-2005-06-17 14:58  Sandro Santilli <strk at keybit.net>
+2005-06-17 14:58  strk
 
-	* [r764] source/geom/GeometryFactory.cpp: Fixed segfault in
-	  LinearRing and LineString constructors
+	* source/geom/GeometryFactory.cpp: Fixed segfault in LinearRing and
+	  LineString constructors
 
-2005-06-14 11:57  Sandro Santilli <strk at keybit.net>
+2005-06-14 11:57  strk
 
-	* [r761] NEWS, source/test/XMLTester.cpp: Added workaround for
-	  mingw Polygon name clash
+	* NEWS, source/test/XMLTester.cpp: Added workaround for mingw
+	  Polygon name clash
 
-2005-06-10 14:04  Sandro Santilli <strk at keybit.net>
+2005-06-10 14:04  strk
 
-	* [r760] autogen.sh: Added libtoolize call
+	* autogen.sh: Added libtoolize call
 
-2005-06-10 13:24  Sandro Santilli <strk at keybit.net>
+2005-06-10 13:24  strk
 
-	* [r758] source/test/XMLTester.cpp: Added use declaration to make
-	  MingW build work
+	* source/test/XMLTester.cpp: Added use declaration to make MingW
+	  build work
 
-2005-06-08 09:38  Sandro Santilli <strk at keybit.net>
+2005-06-08 09:38  strk
 
-	* [r754] INSTALL: Added GCC version requirement note
+	* INSTALL: Added GCC version requirement note
 
-2005-06-05 10:41  Sandro Santilli <strk at keybit.net>
+2005-06-05 10:41  strk
 
-	* [r752] CHANGES, NEWS: Changes file renamed back to NEWS, automake
+	* CHANGES, NEWS: Changes file renamed back to NEWS, automake
 	  insists on finding it.
 
 2005-05-30 16:20  autorun
 
-	* [r750] NEWS: Blank news file to molfify new versions of autoconf
+	* NEWS: Blank news file to molfify new versions of autoconf
 
-2005-05-24 08:42  Sandro Santilli <strk at keybit.net>
+2005-05-24 08:42  strk
 
-	* [r749] NEWS: Info moved into CHANGES file
+	* NEWS: Info moved into CHANGES file
 
-2005-05-24 08:42  Sandro Santilli <strk at keybit.net>
+2005-05-24 08:42  strk
 
-	* [r748] CHANGES: Filled in section from 2.0.0 to 2.1.1
+	* CHANGES: Filled in section from 2.0.0 to 2.1.1
 
-2005-05-24 07:48  Sandro Santilli <strk at keybit.net>
+2005-05-24 07:48  strk
 
-	* [r744] CHANGES: Initial import
+	* CHANGES: Initial import
 
-2005-05-23 16:42  Sandro Santilli <strk at keybit.net>
+2005-05-23 16:42  strk
 
-	* [r728] source/geom/Point.cpp: Added Refractions copyright
+	* source/geom/Point.cpp: Added Refractions copyright
 
-2005-05-23 15:13  Sandro Santilli <strk at keybit.net>
+2005-05-23 15:13  strk
 
-	* [r717] source/operation/buffer/BufferSubgraph.cpp,
+	* source/operation/buffer/BufferSubgraph.cpp,
 	  source/operation/buffer/SubgraphDepthLocater.cpp: Added debugging
 	  output
 
-2005-05-23 15:04  Sandro Santilli <strk at keybit.net>
+2005-05-23 15:04  strk
 
-	* [r716] source/geom/LineSegment.cpp: Fixed bug in ::reverse()
+	* source/geom/LineSegment.cpp: Fixed bug in ::reverse()
 
-2005-05-22 17:45  Sandro Santilli <strk at keybit.net>
+2005-05-22 17:45  strk
 
-	* [r715] source/operation/buffer/BufferSubgraph.cpp: Fixed
-	  initialization list order
+	* source/operation/buffer/BufferSubgraph.cpp: Fixed initialization
+	  list order
 
-2005-05-22 17:42  Sandro Santilli <strk at keybit.net>
+2005-05-22 17:42  strk
 
-	* [r714] ChangeLog, source/headers/geos/Makefile.am: Added missing
+	* ChangeLog, source/headers/geos/Makefile.am: Added missing
 	  WKBWriterT.h
 
-2005-05-20 16:15  Sandro Santilli <strk at keybit.net>
+2005-05-20 16:15  strk
 
-	* [r713] source/geomgraph/Position.cpp,
+	* source/geomgraph/Position.cpp,
 	  source/operation/buffer/BufferSubgraph.cpp,
 	  source/operation/buffer/SubgraphDepthLocater.cpp: Code cleanups
 
-2005-05-20 16:14  Sandro Santilli <strk at keybit.net>
+2005-05-20 16:14  strk
 
-	* [r712] source/operation/buffer/OffsetCurveSetBuilder.cpp: Fixed a
-	  bug in addPolygonRing setting wrong depths on Edges
+	* source/operation/buffer/OffsetCurveSetBuilder.cpp: Fixed a bug in
+	  addPolygonRing setting wrong depths on Edges
 
-2005-05-19 10:29  Sandro Santilli <strk at keybit.net>
+2005-05-19 10:29  strk
 
-	* [r711] source/algorithm/CentroidArea.cpp,
+	* source/algorithm/CentroidArea.cpp,
 	  source/geomgraph/DirectedEdge.cpp, source/geomgraph/EdgeEnd.cpp,
 	  source/geomgraph/EdgeRing.cpp, source/headers/geos/geomgraph.h,
 	  source/headers/geos/geosAlgorithm.h,
@@ -14573,43 +14923,43 @@
 	  Inlined some smaller functions encountered during bug hunting.
 	  Updated Copyright notices in the touched files.
 
-2005-05-19 10:26  Sandro Santilli <strk at keybit.net>
+2005-05-19 10:26  strk
 
-	* [r710] source/test/testLeaksBig.xml: Added bogus multipolygon
-	  buffering test
+	* source/test/testLeaksBig.xml: Added bogus multipolygon buffering
+	  test
 
-2005-05-13 18:06  Sandro Santilli <strk at keybit.net>
+2005-05-13 18:06  strk
 
-	* [r709] source/headers/geos/geom.h: Added default tolerance
-	  parameter for equalsExact
+	* source/headers/geos/geom.h: Added default tolerance parameter for
+	  equalsExact
 
-2005-05-13 17:15  Sandro Santilli <strk at keybit.net>
+2005-05-13 17:15  strk
 
-	* [r708] source/geom/Point.cpp: cleanups and indentations
+	* source/geom/Point.cpp: cleanups and indentations
 
-2005-05-13 17:14  Sandro Santilli <strk at keybit.net>
+2005-05-13 17:14  strk
 
-	* [r707] source/geom/Geometry.cpp: Added comment about 2D-only
-	  comparison of ::equal(Coordinate, Coordinate, double)
+	* source/geom/Geometry.cpp: Added comment about 2D-only comparison
+	  of ::equal(Coordinate, Coordinate, double)
 
-2005-05-09 21:17  Sandro Santilli <strk at keybit.net>
+2005-05-09 21:17  strk
 
-	* [r706] source/headers/geos/WKBWriterT.h: Second argument to
-	  ::write made mandatory.
+	* source/headers/geos/WKBWriterT.h: Second argument to ::write made
+	  mandatory.
 
-2005-05-09 10:35  Sandro Santilli <strk at keybit.net>
+2005-05-09 10:35  strk
 
-	* [r705] source/algorithm/RobustLineIntersector.cpp,
+	* source/algorithm/RobustLineIntersector.cpp,
 	  source/headers/geos/geosAlgorithm.h: Ported JTS robustness
 	  patches made by Martin on suggestions by Kevin.
 
-2005-05-03 15:30  Sandro Santilli <strk at keybit.net>
+2005-05-03 15:30  strk
 
-	* [r704] TODO: Added WKB TODOs
+	* TODO: Added WKB TODOs
 
-2005-04-29 17:40  Sandro Santilli <strk at keybit.net>
+2005-04-29 17:40  strk
 
-	* [r703] source/geom/Geometry.cpp, source/headers/geos.h,
+	* source/geom/Geometry.cpp, source/headers/geos.h,
 	  source/headers/geos/WKBReaderT.h,
 	  source/headers/geos/WKBWriterT.h, source/headers/geos/geom.h,
 	  source/headers/geos/io.h, source/headers/geos/opOverlay.h,
@@ -14617,20 +14967,19 @@
 	  source/operation/overlay/OverlayOp.cpp: Updated Doxygen
 	  documentation and some Copyright headers.
 
-2005-04-29 16:36  Sandro Santilli <strk at keybit.net>
+2005-04-29 16:36  strk
 
-	* [r702] source/headers/geos/io.h: Fixed biostringstream stream
-	  output.
+	* source/headers/geos/io.h: Fixed biostringstream stream output.
 
-2005-04-29 16:36  Sandro Santilli <strk at keybit.net>
+2005-04-29 16:36  strk
 
-	* [r701] doc/example.cpp: Made WKBReader use global_factory, for
-	  having WKB reads produce
+	* doc/example.cpp: Made WKBReader use global_factory, for having
+	  WKB reads produce
 	  same context of input geoms.
 
-2005-04-29 15:34  Sandro Santilli <strk at keybit.net>
+2005-04-29 15:34  strk
 
-	* [r700] doc/example.cpp, source/headers/geos/WKBReaderT.h,
+	* doc/example.cpp, source/headers/geos/WKBReaderT.h,
 	  source/headers/geos/WKBWriterT.h, source/headers/geos/io.h,
 	  source/io/ByteOrderValues.cpp: Typedef'ed biostringstream,
 	  preferred parameter for
@@ -14640,9 +14989,9 @@
 	  biostringstream.
 	  Added WKBtest in doc/example.cpp
 
-2005-04-29 11:52  Sandro Santilli <strk at keybit.net>
+2005-04-29 11:52  strk
 
-	* [r699] source/geom/CoordinateSequence.cpp,
+	* source/geom/CoordinateSequence.cpp,
 	  source/geom/DefaultCoordinateSequence.cpp,
 	  source/geom/DefaultCoordinateSequenceFactory.cpp,
 	  source/geom/Makefile.am, source/geom/PointCoordinateSequence.cpp,
@@ -14657,34 +15006,34 @@
 	  ByteOrderDataInStream
 	  a template class.
 
-2005-04-29 11:50  Sandro Santilli <strk at keybit.net>
+2005-04-29 11:50  strk
 
-	* [r698] source/headers/geos/platform.h.in: Added machine byte
-	  order extractor
+	* source/headers/geos/platform.h.in: Added machine byte order
+	  extractor
 
-2005-04-21 15:13  Sandro Santilli <strk at keybit.net>
+2005-04-21 15:13  strk
 
-	* [r697] configure.in: library version bumped to 3.0.0
+	* configure.in: library version bumped to 3.0.0
 
-2005-04-21 13:43  Sandro Santilli <strk at keybit.net>
+2005-04-21 13:43  strk
 
-	* [r696] ChangeLog, NEWS: Updated chage logs
+	* ChangeLog, NEWS: Updated chage logs
 
-2005-04-21 11:16  Sandro Santilli <strk at keybit.net>
+2005-04-21 11:16  strk
 
-	* [r695] source/operation/overlay/OverlayOp.cpp: Removed useless
+	* source/operation/overlay/OverlayOp.cpp: Removed useless
 	  Coordinate copies in mergeZ() - patch by Safe Software
 
-2005-04-20 17:56  Sandro Santilli <strk at keybit.net>
+2005-04-20 17:56  strk
 
-	* [r694] source/algorithm/NonRobustCGAlgorithms.cpp,
+	* source/algorithm/NonRobustCGAlgorithms.cpp,
 	  source/algorithm/RobustCGAlgorithms.cpp, source/geom/Makefile.am:
 	  Removed NonRobustCGAlgorithms and RobustCGAlgorithms, already
 	  unused (CGAlgorithms replaces both with robust implementation).
 
-2005-04-20 17:22  Sandro Santilli <strk at keybit.net>
+2005-04-20 17:22  strk
 
-	* [r693] source/geom/Makefile.am,
+	* source/geom/Makefile.am,
 	  source/headers/geos/ByteOrderDataInStreamT.h,
 	  source/headers/geos/Makefile.am,
 	  source/headers/geos/WKBReaderT.h, source/headers/geos/geom.h,
@@ -14696,29 +15045,29 @@
 	  CoordinateSequence
 	  taking higher dimensions into account.
 
-2005-04-20 17:18  Sandro Santilli <strk at keybit.net>
+2005-04-20 17:18  strk
 
-	* [r692] source/headers/geos.h: Added standard copyright header
+	* source/headers/geos.h: Added standard copyright header
 
-2005-04-19 11:49  Sandro Santilli <strk at keybit.net>
+2005-04-19 11:49  strk
 
-	* [r691] source/geom/Point.cpp: Fixed segfault in ::isEmpty
+	* source/geom/Point.cpp: Fixed segfault in ::isEmpty
 
-2005-04-14 11:49  Sandro Santilli <strk at keybit.net>
+2005-04-14 11:49  strk
 
-	* [r690] source/headers/geos/io.h, source/io/StringTokenizer.cpp,
+	* source/headers/geos/io.h, source/io/StringTokenizer.cpp,
 	  source/io/WKTReader.cpp: Applied slightly modified patch by Cheng
 	  Shan to speedup WKT parsing.
 
-2005-04-07 18:43  Sandro Santilli <strk at keybit.net>
+2005-04-07 18:43  strk
 
-	* [r689] source/operation/valid/IsValidOp.cpp: Fixed bug throwing
-	  an exception when a result could be returned instead
+	* source/operation/valid/IsValidOp.cpp: Fixed bug throwing an
+	  exception when a result could be returned instead
 	  (ported JTS patch)
 
-2005-04-06 11:09  Sandro Santilli <strk at keybit.net>
+2005-04-06 11:09  strk
 
-	* [r688] ChangeLog, ltmain.sh, source/algorithm/CGAlgorithms.cpp,
+	* ChangeLog, ltmain.sh, source/algorithm/CGAlgorithms.cpp,
 	  source/algorithm/LineIntersector.cpp,
 	  source/algorithm/NonRobustLineIntersector.cpp,
 	  source/algorithm/RobustDeterminant.cpp,
@@ -14730,90 +15079,88 @@
 	  source/planargraph/planarDirectedEdge.cpp: Applied patch from Jon
 	  Schlueter (math.h => cmath; ieeefp.h in "C" block)
 
-2005-04-02 17:07  Sean Gillies <sgillies at frii.com>
+2005-04-02 17:07  sgillies
 
-	* [r687] swig/python/setup.py: now supporting the win32 platform,
-	  thanks to Howard Butler
+	* swig/python/setup.py: now supporting the win32 platform, thanks
+	  to Howard Butler
 
-2005-03-26 08:19  Sandro Santilli <strk at keybit.net>
+2005-03-26 08:19  strk
 
-	* [r686] source/headers/geos/opPolygonize.h: Commented out
+	* source/headers/geos/opPolygonize.h: Commented out
 	  Polygonizer::LineStringAdder friendship
 
-2005-03-10 17:27  Sandro Santilli <strk at keybit.net>
+2005-03-10 17:27  strk
 
-	* [r685] source/io/WKBReader.cpp: ported from current JTS
+	* source/io/WKBReader.cpp: ported from current JTS
 
-2005-03-04 07:48  Sandro Santilli <strk at keybit.net>
+2005-03-04 07:48  strk
 
-	* [r684] source/algorithm/CGAlgorithms.cpp: Removed useless copy
-	  from ::isOnLine() - suggested by Dale Lutz
+	* source/algorithm/CGAlgorithms.cpp: Removed useless copy from
+	  ::isOnLine() - suggested by Dale Lutz
 
-2005-03-02 08:14  Sandro Santilli <strk at keybit.net>
+2005-03-02 08:14  strk
 
-	* [r683] source/headers/Makefile.am: Removed commented line,
-	  cousing strange behaviours with autotools.
+	* source/headers/Makefile.am: Removed commented line, cousing
+	  strange behaviours with autotools.
 
-2005-02-22 18:21  Sandro Santilli <strk at keybit.net>
+2005-02-22 18:21  strk
 
-	* [r682] source/headers/geos/noding.h,
-	  source/index/strtree/STRtree.cpp, source/noding/SegmentNode.cpp,
-	  source/noding/SegmentNodeList.cpp,
+	* source/headers/geos/noding.h, source/index/strtree/STRtree.cpp,
+	  source/noding/SegmentNode.cpp, source/noding/SegmentNodeList.cpp,
 	  source/noding/SegmentString.cpp: Changed SegmentNode to contain a
 	  *real* Coordinate (not a pointer) to reduce
 	  construction costs.
 
-2005-02-22 17:10  Sandro Santilli <strk at keybit.net>
+2005-02-22 17:10  strk
 
-	* [r681] source/geom/CoordinateSequence.cpp,
-	  source/geom/LineString.cpp, source/noding/MCQuadtreeNoder.cpp,
+	* source/geom/CoordinateSequence.cpp, source/geom/LineString.cpp,
+	  source/noding/MCQuadtreeNoder.cpp,
 	  source/operation/buffer/RightmostEdgeFinder.cpp: Reduced
 	  CoordinateSequence::getSize() calls.
 
-2005-02-22 16:24  Sandro Santilli <strk at keybit.net>
+2005-02-22 16:24  strk
 
-	* [r680] source/geomgraph/Edge.cpp,
-	  source/headers/geos/geomgraph.h: cached number of points in Edge
+	* source/geomgraph/Edge.cpp, source/headers/geos/geomgraph.h:
+	  cached number of points in Edge
 
-2005-02-22 16:23  Sandro Santilli <strk at keybit.net>
+2005-02-22 16:23  strk
 
-	* [r679] source/headers/geos/noding.h,
-	  source/noding/SegmentString.cpp: Cached number of points in
-	  CoordinateSequence.
+	* source/headers/geos/noding.h, source/noding/SegmentString.cpp:
+	  Cached number of points in CoordinateSequence.
 
-2005-02-22 15:49  Sandro Santilli <strk at keybit.net>
+2005-02-22 15:49  strk
 
-	* [r678] source/noding/SegmentString.cpp: Reduced calls to
+	* source/noding/SegmentString.cpp: Reduced calls to
 	  DefaultCoordinateSequence->getSize().
 
-2005-02-22 15:16  Sandro Santilli <strk at keybit.net>
+2005-02-22 15:16  strk
 
-	* [r677] source/headers/geos/indexStrtree.h,
+	* source/headers/geos/indexStrtree.h,
 	  source/index/strtree/STRtree.cpp: STRtree::avg() and
 	  STRtree::centreY() inlined.
 
-2005-02-22 10:55  Sandro Santilli <strk at keybit.net>
+2005-02-22 10:55  strk
 
-	* [r676] source/geomgraph/Edge.cpp: Optimized Edge::equals(Edge *e)
+	* source/geomgraph/Edge.cpp: Optimized Edge::equals(Edge *e)
 
-2005-02-18 08:20  Sandro Santilli <strk at keybit.net>
+2005-02-18 08:20  strk
 
-	* [r675] source/test/XMLTester.cpp: Added support for
-	  point-per-quadrant argument in buffer tests (using arg2).
+	* source/test/XMLTester.cpp: Added support for point-per-quadrant
+	  argument in buffer tests (using arg2).
 
-2005-02-17 09:56  Sandro Santilli <strk at keybit.net>
+2005-02-17 09:56  strk
 
-	* [r674] source/operation/buffer/OffsetCurveBuilder.cpp: Commented
-	  out unused variable.
+	* source/operation/buffer/OffsetCurveBuilder.cpp: Commented out
+	  unused variable.
 
-2005-02-17 09:56  Sandro Santilli <strk at keybit.net>
+2005-02-17 09:56  strk
 
-	* [r673] source/headers/geos/geom.h: Applied patch from Jon
-	  Schlueter using <cmath> instead of <math.h>
+	* source/headers/geos/geom.h: Applied patch from Jon Schlueter
+	  using <cmath> instead of <math.h>
 
-2005-02-15 17:15  Sandro Santilli <strk at keybit.net>
+2005-02-15 17:15  strk
 
-	* [r672] source/algorithm/RobustLineIntersector.cpp,
+	* source/algorithm/RobustLineIntersector.cpp,
 	  source/geom/Envelope.cpp, source/geom/LineSegment.cpp,
 	  source/headers/geos/geom.h, source/headers/geos/indexChain.h,
 	  source/headers/geos/indexStrtree.h,
@@ -14827,16 +15174,16 @@
 	  reserved() memory for some vectors when
 	  the usage was known a priori.
 
-2005-02-11 08:58  Sandro Santilli <strk at keybit.net>
+2005-02-11 08:58  strk
 
-	* [r671] source/geom/Makefile.am, source/headers/Makefile.am,
+	* source/geom/Makefile.am, source/headers/Makefile.am,
 	  source/headers/geos/Makefile.am: Applied patch from Curtis
 	  Barrett handling --includedir and --libdir
 	  params for configure.
 
-2005-02-05 05:44  Sandro Santilli <strk at keybit.net>
+2005-02-05 05:44  strk
 
-	* [r670] source/algorithm/CGAlgorithms.cpp,
+	* source/algorithm/CGAlgorithms.cpp,
 	  source/algorithm/LineIntersector.cpp,
 	  source/algorithm/RobustLineIntersector.cpp,
 	  source/geomgraph/EdgeIntersectionList.cpp,
@@ -14861,72 +15208,71 @@
 	  to use Coordinate pointers as keys, reduces
 	  lots of other Coordinate copies.
 
-2005-02-04 23:55  Sandro Santilli <strk at keybit.net>
+2005-02-04 23:55  strk
 
-	* [r669] source/headers/geos/geom.h: Envelope destructor made
-	  non-virtual to give compiler more static
+	* source/headers/geos/geom.h: Envelope destructor made non-virtual
+	  to give compiler more static
 	  binding options.
 
-2005-02-04 18:49  Sandro Santilli <strk at keybit.net>
+2005-02-04 18:49  strk
 
-	* [r668] source/headers/geos/opBuffer.h,
+	* source/headers/geos/opBuffer.h,
 	  source/operation/buffer/BufferSubgraph.cpp: Changed
 	  ::computeDepths to use a set instead of a vector for checking
 	  visited Edges.
 
-2005-02-04 14:49  Sandro Santilli <strk at keybit.net>
+2005-02-04 14:49  strk
 
-	* [r667] source/test/Makefile.am: Added rule to build
-	  staticXMLTester (for profiling with gprof)
+	* source/test/Makefile.am: Added rule to build staticXMLTester (for
+	  profiling with gprof)
 
-2005-02-03 09:17  Sandro Santilli <strk at keybit.net>
+2005-02-03 09:17  strk
 
-	* [r666] source/geom/CoordinateSequence.cpp: more profiling label
+	* source/geom/CoordinateSequence.cpp: more profiling label
 
-2005-02-01 16:09  Sandro Santilli <strk at keybit.net>
+2005-02-01 16:09  strk
 
-	* [r665] source/noding/MCQuadtreeNoder.cpp,
-	  source/noding/Noder.cpp: more profiling labels
+	* source/noding/MCQuadtreeNoder.cpp, source/noding/Noder.cpp: more
+	  profiling labels
 
-2005-02-01 16:06  Sandro Santilli <strk at keybit.net>
+2005-02-01 16:06  strk
 
-	* [r664] source/geom/Envelope.cpp,
+	* source/geom/Envelope.cpp,
 	  source/index/chain/indexMonotoneChain.cpp: Small optimizations.
 
-2005-02-01 14:18  Sandro Santilli <strk at keybit.net>
+2005-02-01 14:18  strk
 
-	* [r663] source/noding/SegmentNodeList.cpp,
+	* source/noding/SegmentNodeList.cpp,
 	  source/noding/SegmentString.cpp: More profiler labels
 
-2005-02-01 14:18  Sandro Santilli <strk at keybit.net>
+2005-02-01 14:18  strk
 
-	* [r662] source/headers/geos/profiler.h, source/util/Profiler.cpp:
-	  Made profiler start/stop inline
+	* source/headers/geos/profiler.h, source/util/Profiler.cpp: Made
+	  profiler start/stop inline
 
-2005-02-01 13:44  Sandro Santilli <strk at keybit.net>
+2005-02-01 13:44  strk
 
-	* [r661] source/geom/LineSegment.cpp,
-	  source/geomgraph/EdgeList.cpp,
+	* source/geom/LineSegment.cpp, source/geomgraph/EdgeList.cpp,
 	  source/index/chain/MonotoneChainOverlapAction.cpp,
 	  source/noding/IteratedNoder.cpp,
 	  source/noding/SegmentNodeList.cpp,
 	  source/operation/buffer/BufferBuilder.cpp,
 	  source/util/Profiler.cpp: More profiling labels.
 
-2005-01-31 15:41  Sandro Santilli <strk at keybit.net>
+2005-01-31 15:41  strk
 
-	* [r660] source/index/strtree/AbstractSTRtree.cpp,
+	* source/index/strtree/AbstractSTRtree.cpp,
 	  source/index/strtree/STRtree.cpp,
 	  source/noding/MCQuadtreeNoder.cpp: Small optimizations.
 
-2005-01-28 10:01  Sandro Santilli <strk at keybit.net>
+2005-01-28 10:01  strk
 
-	* [r659] source/io/ParseException.cpp: substituted sprintf calls
-	  with use of ostringstream
+	* source/io/ParseException.cpp: substituted sprintf calls with use
+	  of ostringstream
 
-2005-01-28 09:47  Sandro Santilli <strk at keybit.net>
+2005-01-28 09:47  strk
 
-	* [r658] source/examples/CustomPointCoordinateSequence.cpp,
+	* source/examples/CustomPointCoordinateSequence.cpp,
 	  source/geom/Dimension.cpp, source/geom/Envelope.cpp,
 	  source/geom/IntersectionMatrix.cpp, source/geom/LineSegment.cpp,
 	  source/geom/Location.cpp,
@@ -14941,102 +15287,98 @@
 	  source/planargraph/planarDirectedEdge.cpp: Replaced sprintf uses
 	  with ostringstream.
 
-2005-01-28 08:47  Sandro Santilli <strk at keybit.net>
+2005-01-28 08:47  strk
 
-	* [r657] source/geom/Coordinate.cpp: Removed sprintf usage,
-	  replaced with sstream
+	* source/geom/Coordinate.cpp: Removed sprintf usage, replaced with
+	  sstream
 
-2005-01-28 07:58  Sandro Santilli <strk at keybit.net>
+2005-01-28 07:58  strk
 
-	* [r656] source/geom/DefaultCoordinateSequence.cpp: removed sprintf
-	  usage, ad ::toString call Coordinate::toString
+	* source/geom/DefaultCoordinateSequence.cpp: removed sprintf usage,
+	  ad ::toString call Coordinate::toString
 
-2005-01-18 17:22  Sandro Santilli <strk at keybit.net>
+2005-01-18 17:22  strk
 
-	* [r655] source/algorithm/LineIntersector.cpp: reverted previous
-	  change, sign was actually stored in zgap
+	* source/algorithm/LineIntersector.cpp: reverted previous change,
+	  sign was actually stored in zgap
 
-2005-01-18 17:09  Sandro Santilli <strk at keybit.net>
+2005-01-18 17:09  strk
 
-	* [r654] source/algorithm/RobustLineIntersector.cpp: Fixed
-	  interpolateZ call using final intersection point instead of
-	  HCoordinate.
+	* source/algorithm/RobustLineIntersector.cpp: Fixed interpolateZ
+	  call using final intersection point instead of HCoordinate.
 
-2005-01-14 08:04  Sandro Santilli <strk at keybit.net>
+2005-01-14 08:04  strk
 
-	* [r653] source/algorithm/LineIntersector.cpp: Fixed Z
-	  interpolation to use the correct sign
+	* source/algorithm/LineIntersector.cpp: Fixed Z interpolation to
+	  use the correct sign
 
-2005-01-03 16:06  Sandro Santilli <strk at keybit.net>
+2005-01-03 16:06  strk
 
-	* [r652] source/test/XMLTester.cpp: Changed polygonize op to return
-	  a GeometryCollection
+	* source/test/XMLTester.cpp: Changed polygonize op to return a
+	  GeometryCollection
 
-2005-01-03 15:56  Sandro Santilli <strk at keybit.net>
+2005-01-03 15:56  strk
 
-	* [r651] source/test/XMLTester.cpp: Fixed memory leaks just
-	  introduced for Polygonizer test case.
+	* source/test/XMLTester.cpp: Fixed memory leaks just introduced for
+	  Polygonizer test case.
 
-2005-01-03 15:49  Sandro Santilli <strk at keybit.net>
+2005-01-03 15:49  strk
 
-	* [r650] source/test/XMLTester.cpp: Added Polygonize test handling
+	* source/test/XMLTester.cpp: Added Polygonize test handling
 
-2004-12-30 13:32  Sandro Santilli <strk at keybit.net>
+2004-12-30 13:32  strk
 
-	* [r649] source/test/XMLTester.cpp: Handled NULL result from
-	  getCentroid()
+	* source/test/XMLTester.cpp: Handled NULL result from getCentroid()
 
-2004-12-30 13:31  Sandro Santilli <strk at keybit.net>
+2004-12-30 13:31  strk
 
-	* [r648] source/geom/Geometry.cpp: Fixed a segfault on
+	* source/geom/Geometry.cpp: Fixed a segfault on
 	  EMPTYGEOM->getCeontroid()
 
-2004-12-30 10:14  Sandro Santilli <strk at keybit.net>
+2004-12-30 10:14  strk
 
-	* [r647] source/geom/Polygon.cpp: never return LinearRing or
+	* source/geom/Polygon.cpp: never return LinearRing or
 	  MultiLinearRing from getBoundary
 
-2004-12-30 10:14  Sandro Santilli <strk at keybit.net>
+2004-12-30 10:14  strk
 
-	* [r646] source/geom/GeometryFactory.cpp: input checking and class
+	* source/geom/GeometryFactory.cpp: input checking and class
 	  promoting in createMultiLineString()
 
-2004-12-22 09:42  Sandro Santilli <strk at keybit.net>
+2004-12-22 09:42  strk
 
-	* [r645] source/geom/util/GeometryEditor.cpp: Fixed a premature
-	  Geometry destruction, Avoided CoordinateSequence copies
+	* source/geom/util/GeometryEditor.cpp: Fixed a premature Geometry
+	  destruction, Avoided CoordinateSequence copies
 	  when possible.
 
-2004-12-16 18:29  Paul Ramsey <pramsey at cleverelephant.ca>
+2004-12-16 18:29  pramsey
 
-	* [r644] configure.in: Bumped minor version number for 2.1.1
-	  release.
+	* configure.in: Bumped minor version number for 2.1.1 release.
 
-2004-12-16 16:27  Sandro Santilli <strk at keybit.net>
+2004-12-16 16:27  strk
 
-	* [r643] source/geom/LinearRing.cpp, source/headers/geos/geom.h:
-	  Fixed LinearRing::clone() to return LinearRing instead of
-	  LineString
+	* source/geom/LinearRing.cpp, source/headers/geos/geom.h: Fixed
+	  LinearRing::clone() to return LinearRing instead of LineString
 
-2004-12-16 16:08  Sandro Santilli <strk at keybit.net>
+2004-12-16 16:08  strk
 
-	* [r642] swig/geos.i, swig/python/example.py: New patches from Niki
+	* swig/geos.i, swig/python/example.py: New patches from Niki
 	  Spahiev <niki.spahiev at gmail.com>
 	  (still unstable)
 
-2004-12-16 09:05  Sandro Santilli <strk at keybit.net>
+2004-12-16 09:05  strk
 
-	* [r641] swig/python/example.py: Added python example by Niki
-	  Spahiev <niki.spahiev at gmail.com>
+	* swig/python/example.py: Added python example by Niki Spahiev
+	  <niki.spahiev at gmail.com>
 
-2004-12-16 08:56  Sandro Santilli <strk at keybit.net>
+2004-12-16 08:56  strk
 
-	* [r640] swig/geos.i: Applyed patches by Niki Spahiev
+	* swig/geos.i: Applyed patches by Niki Spahiev
 	  <niki.spahiev at gmail.com>
 
-2004-12-14 10:35  Sandro Santilli <strk at keybit.net>
+2004-12-14 10:35  strk
 
-	* [r638] source/headers/geos/opPolygonize.h,
+	* source/headers/geos/opPolygonize.h,
 	  source/headers/geos/planargraph.h,
 	  source/operation/polygonize/PolygonizeGraph.cpp,
 	  source/planargraph/planarDirectedEdge.cpp,
@@ -15044,49 +15386,47 @@
 	  PolygonizeGraph keeps track of generated CoordinateSequence
 	  for delayed destruction.
 
-2004-12-13 13:54  Sandro Santilli <strk at keybit.net>
+2004-12-13 13:54  strk
 
-	* [r637] source/headers/geos/opPolygonize.h: Added a not about gcc
-	  2.95.4 required friendship
+	* source/headers/geos/opPolygonize.h: Added a not about gcc 2.95.4
+	  required friendship
 
-2004-12-13 13:53  Sandro Santilli <strk at keybit.net>
+2004-12-13 13:53  strk
 
-	* [r636] source/geom/TopologyException.cpp: Fixed uninitialized
+	* source/geom/TopologyException.cpp: Fixed uninitialized
 	  Coordinate.
 
-2004-12-12 17:22  Sandro Santilli <strk at keybit.net>
+2004-12-12 17:22  strk
 
-	* [r635] source/headers/geos/Makefile.am: version.h and platform.h
+	* source/headers/geos/Makefile.am: version.h and platform.h
 	  installed again (missed when removed from dist)
 
-2004-12-08 14:33  Sandro Santilli <strk at keybit.net>
+2004-12-08 14:33  strk
 
-	* [r634] source/geom/MultiPolygon.cpp: Checked inner polys
-	  getBoundary return for the single LineString case.
+	* source/geom/MultiPolygon.cpp: Checked inner polys getBoundary
+	  return for the single LineString case.
 
-2004-12-08 14:32  Sandro Santilli <strk at keybit.net>
+2004-12-08 14:32  strk
 
-	* [r633] source/geom/GeometryCollection.cpp: cleanups
+	* source/geom/GeometryCollection.cpp: cleanups
 
-2004-12-08 14:31  Sandro Santilli <strk at keybit.net>
+2004-12-08 14:31  strk
 
-	* [r632] source/test/testLeaksBig.xml: adjusted getBoundary
-	  expected returns to match OGC specs
+	* source/test/testLeaksBig.xml: adjusted getBoundary expected
+	  returns to match OGC specs
 
-2004-12-08 14:31  Sandro Santilli <strk at keybit.net>
+2004-12-08 14:31  strk
 
-	* [r631] source/operation/overlay/OverlayOp.cpp: elevationMatrix
-	  deleted by destructor
+	* source/operation/overlay/OverlayOp.cpp: elevationMatrix deleted
+	  by destructor
 
-2004-12-08 14:30  Sandro Santilli <strk at keybit.net>
+2004-12-08 14:30  strk
 
-	* [r630] source/io/Unload.cpp: Added default profiler instance
-	  cleanup
+	* source/io/Unload.cpp: Added default profiler instance cleanup
 
-2004-12-08 13:54  Sandro Santilli <strk at keybit.net>
+2004-12-08 13:54  strk
 
-	* [r629] doc/example.cpp,
-	  source/algorithm/RobustLineIntersector.cpp,
+	* doc/example.cpp, source/algorithm/RobustLineIntersector.cpp,
 	  source/bigtest/GeometryTestFactory.cpp, source/geom/Polygon.cpp,
 	  source/geom/util/GeometryEditor.cpp,
 	  source/geomgraph/DirectedEdgeStar.cpp, source/geomgraph/Edge.cpp,
@@ -15124,49 +15464,48 @@
 	  source/util/GeometricShapeFactory.cpp: gcc warnings checked and
 	  fixed, general cleanups.
 
-2004-12-06 10:54  Sandro Santilli <strk at keybit.net>
+2004-12-06 10:54  strk
 
-	* [r628] source/headers/geos/Makefile.am: Added timeval.h in
-	  distribution.
+	* source/headers/geos/Makefile.am: Added timeval.h in distribution.
 
-2004-12-05 10:54  Sandro Santilli <strk at keybit.net>
+2004-12-05 10:54  strk
 
-	* [r627] VisualStudio, VisualStudio/.cvsignore: initial revision
+	* VisualStudio, VisualStudio/.cvsignore: initial revision
 
-2004-12-05 10:50  Sandro Santilli <strk at keybit.net>
+2004-12-05 10:50  strk
 
-	* [r626] VisualStudio/Makefile.am: forgot to add
+	* VisualStudio/Makefile.am: forgot to add
 
-2004-12-05 10:48  Sandro Santilli <strk at keybit.net>
+2004-12-05 10:48  strk
 
-	* [r625] debian/control, debian/libgeos-doc.doc-base, debian/rules:
+	* debian/control, debian/libgeos-doc.doc-base, debian/rules:
 	  Modifications by Alex Bodnaru
 
-2004-12-05 10:44  Sandro Santilli <strk at keybit.net>
+2004-12-05 10:44  strk
 
-	* [r624] configure.in, doc/Makefile.am, source/bigtest/Makefile.am,
+	* configure.in, doc/Makefile.am, source/bigtest/Makefile.am,
 	  source/examples/Makefile.am, source/test/Makefile.am: Applied
 	  Norman Vine patches for cleaner win32 build.
 
-2004-12-04 15:56  Sandro Santilli <strk at keybit.net>
+2004-12-04 15:56  strk
 
-	* [r623] source/Makefile.am, source/headers/geos/Makefile.am: Added
+	* source/Makefile.am, source/headers/geos/Makefile.am: Added
 	  source/Makefile.vc and source/headers/geos/platform.h.in in
 	  distribution
 
-2004-12-04 15:31  Sandro Santilli <strk at keybit.net>
+2004-12-04 15:31  strk
 
-	* [r622] Makefile.am, configure.in,
-	  source/headers/geos/Makefile.am: Added VisualStudio dir in
-	  distribution, removed platform.h and version.h from it.
+	* Makefile.am, configure.in, source/headers/geos/Makefile.am: Added
+	  VisualStudio dir in distribution, removed platform.h and
+	  version.h from it.
 
 2004-12-04 01:20  frank
 
-	* [r621] source/Makefile.vc: removed dll delete
+	* source/Makefile.vc: removed dll delete
 
-2004-12-03 22:52  Sandro Santilli <strk at keybit.net>
+2004-12-03 22:52  strk
 
-	* [r620] source/geom/CoordinateSequence.cpp,
+	* source/geom/CoordinateSequence.cpp,
 	  source/geom/DefaultCoordinateSequence.cpp,
 	  source/geom/LineString.cpp, source/geom/LinearRing.cpp,
 	  source/geom/PointCoordinateSequence.cpp,
@@ -15176,45 +15515,44 @@
 
 2004-12-03 16:26  frank
 
-	* [r619] source/headers/geos/platform.h.vc: added headers
+	* source/headers/geos/platform.h.vc: added headers
 
 2004-12-03 16:25  frank
 
-	* [r618] source/Makefile.vc: New
+	* source/Makefile.vc: New
 
 2004-12-03 16:22  frank
 
-	* [r617] source/headers/geos/geom.h: update to use I64 on MSVC for
-	  64 bit integer constants, also toVector chg.
+	* source/headers/geos/geom.h: update to use I64 on MSVC for 64 bit
+	  integer constants, also toVector chg.
 
 2004-12-03 16:21  frank
 
-	* [r616] source/headers/geos/profiler.h: dont try for sys/time.h
-	  with MSVC
+	* source/headers/geos/profiler.h: dont try for sys/time.h with MSVC
 
 2004-12-03 16:19  frank
 
-	* [r615] source/headers/geos/platform.h.vc: New
+	* source/headers/geos/platform.h.vc: New
 
-2004-11-30 16:44  Sandro Santilli <strk at keybit.net>
+2004-11-30 16:44  strk
 
-	* [r614] source/headers/geos/profiler.h,
-	  source/headers/geos/timeval.h: Added gettimeofday implementation
-	  for win32, curtesy of Wu Yongwei.
+	* source/headers/geos/profiler.h, source/headers/geos/timeval.h:
+	  Added gettimeofday implementation for win32, curtesy of Wu
+	  Yongwei.
 
-2004-11-30 13:05  Sandro Santilli <strk at keybit.net>
+2004-11-30 13:05  strk
 
-	* [r613] source/headers/geos/platform.h.in: Removed inclusion of
-	  stdio.h, which should now be useless.
+	* source/headers/geos/platform.h.in: Removed inclusion of stdio.h,
+	  which should now be useless.
 
-2004-11-30 13:04  Sandro Santilli <strk at keybit.net>
+2004-11-30 13:04  strk
 
-	* [r612] configure.in, source/headers/geos/platform.h.in: Added
-	  optional inclusion of ieeefp.h on platform providing it.
+	* configure.in, source/headers/geos/platform.h.in: Added optional
+	  inclusion of ieeefp.h on platform providing it.
 
-2004-11-29 16:05  Sandro Santilli <strk at keybit.net>
+2004-11-29 16:05  strk
 
-	* [r611] source/algorithm/HCoordinate.cpp,
+	* source/algorithm/HCoordinate.cpp,
 	  source/algorithm/LineIntersector.cpp,
 	  source/algorithm/RobustLineIntersector.cpp,
 	  source/geom/Coordinate.cpp, source/geomgraph/Node.cpp,
@@ -15230,23 +15568,23 @@
 	  Added ISNAN macro and changed ISNAN/FINITE macros to avoid
 	  dispendious isnan() and finite() calls.
 
-2004-11-27 11:36  Sandro Santilli <strk at keybit.net>
+2004-11-27 11:36  strk
 
-	* [r610] debian/Makefile, debian/README.Debian, debian/changelog,
+	* debian/Makefile, debian/README.Debian, debian/changelog,
 	  debian/control, debian/libgeos-dev.install,
 	  debian/libgeos-dev.manpages, debian/rules, debian/shlibs.local:
 	  Updated scripts by Alex Bodnaru, added Makefile
 
-2004-11-26 09:53  Sandro Santilli <strk at keybit.net>
+2004-11-26 09:53  strk
 
-	* [r609] source/algorithm/LineIntersector.cpp,
+	* source/algorithm/LineIntersector.cpp,
 	  source/algorithm/RobustLineIntersector.cpp,
 	  source/geomgraph/Node.cpp, source/headers/geos/platform.h.in:
 	  Added more FINITE calls, and added inf and -inf to FINITE checks
 
-2004-11-26 09:22  Sandro Santilli <strk at keybit.net>
+2004-11-26 09:22  strk
 
-	* [r608] source/headers/geos/platform.h.in,
+	* source/headers/geos/platform.h.in,
 	  source/operation/overlay/ElevationMatrix.cpp,
 	  source/operation/overlay/ElevationMatrixCell.cpp,
 	  source/operation/overlay/ElevationMatrixFilter.cpp,
@@ -15254,29 +15592,28 @@
 	  its use.
 	  Made input geoms average Z computation optional in OverlayOp.
 
-2004-11-24 18:10  Sandro Santilli <strk at keybit.net>
+2004-11-24 18:10  strk
 
-	* [r607] source/operation/overlay/OverlayOp.cpp: Stricter handling
-	  of USE_ELEVATION_MATRIX define
+	* source/operation/overlay/OverlayOp.cpp: Stricter handling of
+	  USE_ELEVATION_MATRIX define
 
-2004-11-24 18:10  Sandro Santilli <strk at keybit.net>
+2004-11-24 18:10  strk
 
-	* [r606] source/algorithm/LineIntersector.cpp: Cleanup of
-	  interpolateZ
+	* source/algorithm/LineIntersector.cpp: Cleanup of interpolateZ
 
-2004-11-24 12:29  Sandro Santilli <strk at keybit.net>
+2004-11-24 12:29  strk
 
-	* [r605] source/operation/overlay/ElevationMatrix.cpp: Handled
-	  boundary cases in ::getCell
+	* source/operation/overlay/ElevationMatrix.cpp: Handled boundary
+	  cases in ::getCell
 
-2004-11-24 11:32  Sandro Santilli <strk at keybit.net>
+2004-11-24 11:32  strk
 
-	* [r604] source/operation/overlay/LineBuilder.cpp: Re-enabled Z
+	* source/operation/overlay/LineBuilder.cpp: Re-enabled Z
 	  propagation in output lines.
 
-2004-11-23 19:53  Sandro Santilli <strk at keybit.net>
+2004-11-23 19:53  strk
 
-	* [r603] source/algorithm/LineIntersector.cpp,
+	* source/algorithm/LineIntersector.cpp,
 	  source/algorithm/RobustLineIntersector.cpp,
 	  source/geomgraph/Edge.cpp, source/geomgraph/EdgeEndStar.cpp,
 	  source/geomgraph/EdgeIntersectionList.cpp,
@@ -15287,9 +15624,9 @@
 	  source/operation/overlay/OverlayOp.cpp: Had LineIntersector
 	  compute Z by interpolation.
 
-2004-11-23 16:22  Sandro Santilli <strk at keybit.net>
+2004-11-23 16:22  strk
 
-	* [r602] source/geom/DefaultCoordinateSequence.cpp,
+	* source/geom/DefaultCoordinateSequence.cpp,
 	  source/geom/LineString.cpp, source/geom/Makefile.am,
 	  source/geom/Point.cpp, source/headers/geos/geom.h,
 	  source/headers/geos/opOverlay.h,
@@ -15300,96 +15637,91 @@
 	  class and components to do post-processing draping of overlayed
 	  geometries.
 
-2004-11-22 15:51  Sandro Santilli <strk at keybit.net>
+2004-11-22 15:51  strk
 
-	* [r601] source/headers/geos/opOverlay.h,
+	* source/headers/geos/opOverlay.h,
 	  source/operation/overlay/OverlayOp.cpp: Added interpolation of
 	  containing geometry's average Z for point_in_poly case.
 
-2004-11-22 13:02  Sandro Santilli <strk at keybit.net>
+2004-11-22 13:02  strk
 
-	* [r600] source/algorithm/RobustLineIntersector.cpp: Fixed a bug in
+	* source/algorithm/RobustLineIntersector.cpp: Fixed a bug in
 	  Collinear intersection Z computation
 
-2004-11-22 13:02  Sandro Santilli <strk at keybit.net>
+2004-11-22 13:02  strk
 
-	* [r599] source/geomgraph/EdgeIntersectionList.cpp: Forced use if
-	  computed intersection point in ::createSplitEdge (for Z
-	  computation)
+	* source/geomgraph/EdgeIntersectionList.cpp: Forced use if computed
+	  intersection point in ::createSplitEdge (for Z computation)
 
-2004-11-22 12:59  Sandro Santilli <strk at keybit.net>
+2004-11-22 12:59  strk
 
-	* [r598] source/geomgraph/Edge.cpp: Added debugging lines
+	* source/geomgraph/Edge.cpp: Added debugging lines
 
-2004-11-22 11:34  Sandro Santilli <strk at keybit.net>
+2004-11-22 11:34  strk
 
-	* [r597] source/geomgraph/EdgeEndStar.cpp,
-	  source/geomgraph/EdgeList.cpp,
+	* source/geomgraph/EdgeEndStar.cpp, source/geomgraph/EdgeList.cpp,
 	  source/geomgraph/GeometryGraph.cpp,
 	  source/geomgraph/index/SimpleMCSweepLineIntersector.cpp,
 	  source/operation/overlay/OverlayOp.cpp: More debugging lines and
 	  comments/indentation cleanups
 
-2004-11-22 11:34  Sandro Santilli <strk at keybit.net>
+2004-11-22 11:34  strk
 
-	* [r596] source/algorithm/RobustLineIntersector.cpp: Added Z
-	  computation for CollinearIntersections
+	* source/algorithm/RobustLineIntersector.cpp: Added Z computation
+	  for CollinearIntersections
 
-2004-11-20 18:54  Sandro Santilli <strk at keybit.net>
+2004-11-20 18:54  strk
 
-	* [r595] debian/README.Debian, debian/control,
-	  debian/libgeos-dev.install, debian/rules: Scripts updates from
-	  Alex Bodnaru
+	* debian/README.Debian, debian/control, debian/libgeos-dev.install,
+	  debian/rules: Scripts updates from Alex Bodnaru
 
-2004-11-20 18:17  Sandro Santilli <strk at keybit.net>
+2004-11-20 18:17  strk
 
-	* [r594] source/headers/geos/opOverlay.h,
+	* source/headers/geos/opOverlay.h,
 	  source/operation/overlay/LineBuilder.cpp: Added Z propagation for
 	  overlay lines output.
 
-2004-11-20 17:16  Sandro Santilli <strk at keybit.net>
+2004-11-20 17:16  strk
 
-	* [r593] source/headers/geos/opOverlay.h,
+	* source/headers/geos/opOverlay.h,
 	  source/operation/overlay/OverlayOp.cpp: Handled Z merging for
 	  point on polygon boundary case.
 
-2004-11-20 16:25  Sandro Santilli <strk at keybit.net>
+2004-11-20 16:25  strk
 
-	* [r592] source/operation/overlay/OverlayOp.cpp: Added Z
-	  computation for point on line case.
+	* source/operation/overlay/OverlayOp.cpp: Added Z computation for
+	  point on line case.
 
-2004-11-20 15:46  Sandro Santilli <strk at keybit.net>
+2004-11-20 15:46  strk
 
-	* [r591] source/headers/geos/geomgraph.h: Added composing Z
-	  management functions and elements for class Node
+	* source/headers/geos/geomgraph.h: Added composing Z management
+	  functions and elements for class Node
 
-2004-11-20 15:45  Sandro Santilli <strk at keybit.net>
+2004-11-20 15:45  strk
 
-	* [r590] source/geomgraph/NodeMap.cpp: Fixed Z merging in
-	  addNode(Node *)
+	* source/geomgraph/NodeMap.cpp: Fixed Z merging in addNode(Node *)
 
-2004-11-20 15:41  Sandro Santilli <strk at keybit.net>
+2004-11-20 15:41  strk
 
-	* [r589] source/geomgraph/NodeMap.cpp: Added Z merging in ::addNode
+	* source/geomgraph/NodeMap.cpp: Added Z merging in ::addNode
 
-2004-11-20 15:41  Sandro Santilli <strk at keybit.net>
+2004-11-20 15:41  strk
 
-	* [r588] source/geomgraph/Node.cpp: Added management of vector of
+	* source/geomgraph/Node.cpp: Added management of vector of
 	  composing Z values.
 
-2004-11-20 15:40  Sandro Santilli <strk at keybit.net>
+2004-11-20 15:40  strk
 
-	* [r587] source/algorithm/RobustLineIntersector.cpp: Added Z
-	  computation in point-segment intersection.
+	* source/algorithm/RobustLineIntersector.cpp: Added Z computation
+	  in point-segment intersection.
 
-2004-11-20 15:39  Sandro Santilli <strk at keybit.net>
+2004-11-20 15:39  strk
 
-	* [r586] source/algorithm/CGAlgorithms.cpp: Reduced HEAP
-	  allocations.
+	* source/algorithm/CGAlgorithms.cpp: Reduced HEAP allocations.
 
-2004-11-19 16:35  Sandro Santilli <strk at keybit.net>
+2004-11-19 16:35  strk
 
-	* [r585] debian, debian/changelog, debian/compat, debian/control,
+	* debian, debian/changelog, debian/compat, debian/control,
 	  debian/copyright, debian/geos-config.1, debian/libgeos-dev.dirs,
 	  debian/libgeos-dev.docs, debian/libgeos-dev.install,
 	  debian/libgeos-doc.doc-base, debian/libgeos-doc.docs,
@@ -15397,42 +15729,42 @@
 	  debian/makedoc, debian/rules, debian/shlibs.local, debian/watch:
 	  Added debian package builder scripts.
 
-2004-11-19 16:15  Sandro Santilli <strk at keybit.net>
+2004-11-19 16:15  strk
 
-	* [r584] source/index/quadtree/QuadTreeNode.cpp: Completely removed
+	* source/index/quadtree/QuadTreeNode.cpp: Completely removed
 	  sprintf usage, substituted by stringstream.
 
-2004-11-19 16:09  Sandro Santilli <strk at keybit.net>
+2004-11-19 16:09  strk
 
-	* [r583] source/index/quadtree/QuadTreeNode.cpp: Added <stdio.h>
-	  include for sprintf recognition.
+	* source/index/quadtree/QuadTreeNode.cpp: Added <stdio.h> include
+	  for sprintf recognition.
 
-2004-11-19 10:10  Sandro Santilli <strk at keybit.net>
+2004-11-19 10:10  strk
 
-	* [r582] source/geomgraph/Node.cpp: COMPUTE_Z re-enabled by default
+	* source/geomgraph/Node.cpp: COMPUTE_Z re-enabled by default
 
-2004-11-19 09:33  Sandro Santilli <strk at keybit.net>
+2004-11-19 09:33  strk
 
-	* [r581] source/geomgraph/GeometryGraph.cpp: removed useless
+	* source/geomgraph/GeometryGraph.cpp: removed useless
 	  CoordinateSequence copy in ::addLineString
 
-2004-11-17 15:09  Sandro Santilli <strk at keybit.net>
+2004-11-17 15:09  strk
 
-	* [r580] source/algorithm/RobustLineIntersector.cpp,
+	* source/algorithm/RobustLineIntersector.cpp,
 	  source/geomgraph/Node.cpp,
 	  source/operation/overlay/OverlayOp.cpp,
 	  source/operation/overlay/PointBuilder.cpp: Changed COMPUTE_Z
 	  defaults to be more conservative
 
-2004-11-17 08:41  Sandro Santilli <strk at keybit.net>
+2004-11-17 08:41  strk
 
-	* [r579] source/algorithm/RobustLineIntersector.cpp,
+	* source/algorithm/RobustLineIntersector.cpp,
 	  source/geomgraph/index/SegmentIntersector.cpp: Fixed a bug in Z
 	  computation and removed debugging output by default.
 
-2004-11-17 08:13  Sandro Santilli <strk at keybit.net>
+2004-11-17 08:13  strk
 
-	* [r578] source/algorithm/PointLocator.cpp,
+	* source/algorithm/PointLocator.cpp,
 	  source/algorithm/RobustLineIntersector.cpp,
 	  source/geom/Geometry.cpp, source/geomgraph/EdgeEndStar.cpp,
 	  source/geomgraph/EdgeIntersectionList.cpp,
@@ -15447,69 +15779,68 @@
 	  source/operation/overlay/PointBuilder.cpp: Indentation changes.
 	  Some Z_COMPUTATION activated by default.
 
-2004-11-12 18:12  Sandro Santilli <strk at keybit.net>
+2004-11-12 18:12  strk
 
-	* [r576] source/geom/Polygon.cpp: Changed ::getBoundary() to return
+	* source/geom/Polygon.cpp: Changed ::getBoundary() to return
 	  LineString if polygon has no holes.
 	  (has required to pass OGC conformance test T20)
 
-2004-11-09 20:22  Sandro Santilli <strk at keybit.net>
+2004-11-09 20:22  strk
 
-	* [r575] tools/geos-config.in: Removed -g -O2 from geos-config
-	  --cflags output
+	* tools/geos-config.in: Removed -g -O2 from geos-config --cflags
+	  output
 
-2004-11-08 18:33  Sandro Santilli <strk at keybit.net>
+2004-11-08 18:33  strk
 
-	* [r574] source/index/strtree/STRtree.cpp: Just another small
-	  improvement.
+	* source/index/strtree/STRtree.cpp: Just another small improvement.
 
-2004-11-08 15:58  Sandro Santilli <strk at keybit.net>
+2004-11-08 15:58  strk
 
-	* [r573] source/headers/geos/indexStrtree.h,
+	* source/headers/geos/indexStrtree.h,
 	  source/index/strtree/AbstractSTRtree.cpp,
 	  source/index/strtree/STRtree.cpp,
 	  source/noding/MCQuadtreeNoder.cpp,
 	  source/operation/buffer/BufferOp.cpp: More performance tuning.
 
-2004-11-08 13:12  Sandro Santilli <strk at keybit.net>
+2004-11-08 13:12  strk
 
-	* [r572] source/headers/geos/Makefile.am: Added profiler.h
+	* source/headers/geos/Makefile.am: Added profiler.h
 
-2004-11-08 12:15  Sandro Santilli <strk at keybit.net>
+2004-11-08 12:15  strk
 
-	* [r571] source/util/Profiler.cpp: Added number of gathered timings
-	  in output.
+	* source/util/Profiler.cpp: Added number of gathered timings in
+	  output.
 
-2004-11-08 11:19  Sandro Santilli <strk at keybit.net>
+2004-11-08 11:19  strk
 
-	* [r570] source/util/Profiler.cpp: Profiler::get() always return a
-	  Profile (new if not existant).
+	* source/util/Profiler.cpp: Profiler::get() always return a Profile
+	  (new if not existant).
 
-2004-11-08 10:58  Sandro Santilli <strk at keybit.net>
+2004-11-08 10:58  strk
 
-	* [r569] source/geom/Envelope.cpp: Optimized the ::intersect
-	  function to avoid nested function calls.
+	* source/geom/Envelope.cpp: Optimized the ::intersect function to
+	  avoid nested function calls.
 
-2004-11-08 10:57  Sandro Santilli <strk at keybit.net>
+2004-11-08 10:57  strk
 
-	* [r568] source/headers/geos/geom.h: Moved Log lines at the bottom,
-	  and cut oldest
+	* source/headers/geos/geom.h: Moved Log lines at the bottom, and
+	  cut oldest
 
-2004-11-06 08:16  Sandro Santilli <strk at keybit.net>
+2004-11-06 08:16  strk
 
-	* [r567] source/algorithm/CGAlgorithms.cpp,
+	* source/algorithm/CGAlgorithms.cpp,
 	  source/headers/geos/geosAlgorithm.h,
 	  source/operation/valid/IsValidOp.cpp: Fixed CGAlgorithms::isCCW
 	  from JTS port.
 	  Code cleanup in IsValidOp.
 
-2004-11-05 12:18  Sandro Santilli <strk at keybit.net>
+2004-11-05 12:18  strk
 
-	* [r566] TODO: updated
+	* TODO: updated
 
-2004-11-05 11:41  Sandro Santilli <strk at keybit.net>
+2004-11-05 11:41  strk
 
-	* [r565] source/algorithm/CGAlgorithms.cpp,
+	* source/algorithm/CGAlgorithms.cpp,
 	  source/geomgraph/GeometryGraph.cpp,
 	  source/headers/geos/opValid.h,
 	  source/operation/valid/IsValidOp.cpp,
@@ -15519,9 +15850,9 @@
 	  as a sign of invalidity (just for Polygon geometries).
 	  Removed leaks generated by this specific exception.
 
-2004-11-04 19:08  Sandro Santilli <strk at keybit.net>
+2004-11-04 19:08  strk
 
-	* [r564] source/algorithm/MinimumDiameter.cpp,
+	* source/algorithm/MinimumDiameter.cpp,
 	  source/geom/CoordinateSequence.cpp,
 	  source/geomgraph/EdgeIntersectionList.cpp,
 	  source/headers/geos/indexChain.h,
@@ -15540,57 +15871,57 @@
 	  source/test/XMLTester.cpp: Cleanups, initializers list,
 	  profiling.
 
-2004-11-04 08:49  Sandro Santilli <strk at keybit.net>
+2004-11-04 08:49  strk
 
-	* [r563] source/headers/geos/indexQuadtree.h,
+	* source/headers/geos/indexQuadtree.h,
 	  source/headers/geos/profiler.h,
 	  source/index/quadtree/DoubleBits.cpp: Unlinked new documentation.
 
-2004-11-03 08:22  Sandro Santilli <strk at keybit.net>
+2004-11-03 08:22  strk
 
-	* [r562] source/index/quadtree/DoubleBits.cpp: Slightly modified
-	  log/log2 based algo to better handle numbers in the
+	* source/index/quadtree/DoubleBits.cpp: Slightly modified log/log2
+	  based algo to better handle numbers in the
 	  range 0-1.
 
-2004-11-02 16:38  Sandro Santilli <strk at keybit.net>
+2004-11-02 16:38  strk
 
-	* [r561] source/headers/geos/indexQuadtree.h: Fixed ieee-754
-	  detection switch
+	* source/headers/geos/indexQuadtree.h: Fixed ieee-754 detection
+	  switch
 
-2004-11-02 16:31  Sandro Santilli <strk at keybit.net>
+2004-11-02 16:31  strk
 
-	* [r560] TODO: updated
+	* TODO: updated
 
-2004-11-02 16:05  Sandro Santilli <strk at keybit.net>
+2004-11-02 16:05  strk
 
-	* [r559] source/headers/geos/indexQuadtree.h: Autodetect
-	  availability of IEEE-754 FP
+	* source/headers/geos/indexQuadtree.h: Autodetect availability of
+	  IEEE-754 FP
 
-2004-11-02 15:49  Sandro Santilli <strk at keybit.net>
+2004-11-02 15:49  strk
 
-	* [r558] source/headers/geos/indexQuadtree.h,
+	* source/headers/geos/indexQuadtree.h,
 	  source/index/quadtree/DoubleBits.cpp: Moved ASSUME_IEEE_DOUBLE
 	  define from DoubleBits.cpp to indexQuadtree.h.
 	  Fixed a bug in powerOf2(). Made the !IEEE version less prone to
 	  round-offs (still has approximation errors).
 
-2004-11-02 14:13  Sandro Santilli <strk at keybit.net>
+2004-11-02 14:13  strk
 
-	* [r557] source/index/quadtree/DoubleBits.cpp: Fixed bug in
-	  IEEE-based exponent and PowerOf2 computation, but disabled
+	* source/index/quadtree/DoubleBits.cpp: Fixed bug in IEEE-based
+	  exponent and PowerOf2 computation, but disabled
 	  at compile time.
 
-2004-11-02 14:11  Sandro Santilli <strk at keybit.net>
+2004-11-02 14:11  strk
 
-	* [r556] source/noding/MCQuadtreeNoder.cpp: Added more profiling.
+	* source/noding/MCQuadtreeNoder.cpp: Added more profiling.
 
-2004-11-02 09:38  Sandro Santilli <strk at keybit.net>
+2004-11-02 09:38  strk
 
-	* [r555] source/test/XMLTester.cpp: Added timer for buffer test.
+	* source/test/XMLTester.cpp: Added timer for buffer test.
 
-2004-11-01 16:43  Sandro Santilli <strk at keybit.net>
+2004-11-01 16:43  strk
 
-	* [r554] source/geom/Coordinate.cpp, source/geom/Envelope.cpp,
+	* source/geom/Coordinate.cpp, source/geom/Envelope.cpp,
 	  source/geom/Makefile.am, source/geomgraph/Edge.cpp,
 	  source/geomgraph/EdgeEndStar.cpp, source/geomgraph/EdgeList.cpp,
 	  source/geomgraph/PlanarGraph.cpp,
@@ -15619,44 +15950,44 @@
 	  Temporarly patched a bug in DoubleBits (must check drawbacks).
 	  Various cleanups and speedups.
 
-2004-10-27 13:57  Sandro Santilli <strk at keybit.net>
+2004-10-27 13:57  strk
 
-	* [r553] source/operation/polygonize/Polygonizer.cpp,
+	* source/operation/polygonize/Polygonizer.cpp,
 	  source/operation/polygonize/polygonizeEdgeRing.cpp: Added some
 	  debugging lines (disabled by default)
 
-2004-10-27 11:05  Sandro Santilli <strk at keybit.net>
+2004-10-27 11:05  strk
 
-	* [r552] TODO: updated
+	* TODO: updated
 
-2004-10-26 17:46  Sandro Santilli <strk at keybit.net>
+2004-10-26 17:46  strk
 
-	* [r551] source/headers/geos/indexBintree.h,
+	* source/headers/geos/indexBintree.h,
 	  source/headers/geos/indexChain.h,
 	  source/headers/geos/indexStrtree.h,
 	  source/headers/geos/spatialIndex.h: Removed slash-stars in
 	  comments to remove annoying compiler warnings.
 
-2004-10-26 17:14  Sandro Santilli <strk at keybit.net>
+2004-10-26 17:14  strk
 
-	* [r550] NEWS, configure.in: current:revision:age set to 3.0.1
-	  (will be release 2.1.0).
+	* NEWS, configure.in: current:revision:age set to 3.0.1 (will be
+	  release 2.1.0).
 	  added news.
 
-2004-10-26 16:22  Sandro Santilli <strk at keybit.net>
+2004-10-26 16:22  strk
 
-	* [r549] TODO: updated
+	* TODO: updated
 
-2004-10-26 16:09  Sandro Santilli <strk at keybit.net>
+2004-10-26 16:09  strk
 
-	* [r548] source/operation/polygonize/PolygonizeGraph.cpp,
+	* source/operation/polygonize/PolygonizeGraph.cpp,
 	  source/operation/polygonize/Polygonizer.cpp,
 	  source/operation/polygonize/polygonizeEdgeRing.cpp: Some more
 	  intentation and envelope equality check fix.
 
-2004-10-21 22:29  Sandro Santilli <strk at keybit.net>
+2004-10-21 22:29  strk
 
-	* [r547] source/algorithm/LineIntersector.cpp,
+	* source/algorithm/LineIntersector.cpp,
 	  source/algorithm/RobustLineIntersector.cpp,
 	  source/geom/Coordinate.cpp, source/geomgraph/EdgeEnd.cpp,
 	  source/geomgraph/EdgeEndStar.cpp,
@@ -15671,19 +16002,18 @@
 	  source/operation/overlay/PointBuilder.cpp: Indentation changes
 	  and some more COMPUTE_Z rules
 
-2004-10-21 17:13  Sandro Santilli <strk at keybit.net>
+2004-10-21 17:13  strk
 
-	* [r546] source/io/WKTReader.cpp: Fixed bug introduced by previous
-	  patch.
+	* source/io/WKTReader.cpp: Fixed bug introduced by previous patch.
 
-2004-10-21 07:03  Sandro Santilli <strk at keybit.net>
+2004-10-21 07:03  strk
 
-	* [r545] source/io/WKTReader.cpp: Removed leak in ::readPolygonText
+	* source/io/WKTReader.cpp: Removed leak in ::readPolygonText
 	  reported by Carlos A. Rueda
 
-2004-10-20 17:32  Sandro Santilli <strk at keybit.net>
+2004-10-20 17:32  strk
 
-	* [r544] source/algorithm/HCoordinate.cpp,
+	* source/algorithm/HCoordinate.cpp,
 	  source/algorithm/LineIntersector.cpp,
 	  source/algorithm/RobustLineIntersector.cpp,
 	  source/geomgraph/Edge.cpp,
@@ -15700,13 +16030,13 @@
 	  source/operation/overlay/PointBuilder.cpp: Initial approach to
 	  2.5d intersection()
 
-2004-10-19 21:04  Sandro Santilli <strk at keybit.net>
+2004-10-19 21:04  strk
 
-	* [r543] TODO: updated
+	* TODO: updated
 
-2004-10-19 19:51  Sandro Santilli <strk at keybit.net>
+2004-10-19 19:51  strk
 
-	* [r542] source/geomgraph/GeometryGraph.cpp,
+	* source/geomgraph/GeometryGraph.cpp,
 	  source/headers/geos/opPolygonize.h,
 	  source/headers/geos/planargraph.h,
 	  source/operation/polygonize/PolygonizeDirectedEdge.cpp,
@@ -15721,9 +16051,9 @@
 	  in Polygonizer.
 	  Output still bogus.
 
-2004-10-18 12:43  Sandro Santilli <strk at keybit.net>
+2004-10-18 12:43  strk
 
-	* [r541] Makefile.am, configure.in, swig, swig/.cvsignore,
+	* Makefile.am, configure.in, swig, swig/.cvsignore,
 	  swig/Makefile.am, swig/python, swig/python/.cvsignore,
 	  swig/python/Makefile.am, swig/python/tests,
 	  swig/python/tests/.cvsignore, swig/python/tests/Makefile.am,
@@ -15731,9 +16061,9 @@
 	  swig/python/tests/cases/Makefile.am: swig interface added to
 	  distribution.
 
-2004-10-13 10:03  Sandro Santilli <strk at keybit.net>
+2004-10-13 10:03  strk
 
-	* [r540] doc/example.cpp, source/geom/CoordinateSequence.cpp,
+	* doc/example.cpp, source/geom/CoordinateSequence.cpp,
 	  source/geom/Makefile.am, source/geomgraph/PlanarGraph.cpp,
 	  source/headers/geos/geom.h, source/headers/geos/opLinemerge.h,
 	  source/headers/geos/opPolygonize.h,
@@ -15758,130 +16088,128 @@
 	  planargraph (used by them).
 	  Some comments and indentation changes.
 
-2004-09-23 21:36  Sandro Santilli <strk at keybit.net>
+2004-09-23 21:36  strk
 
-	* [r539] source/geom/CoordinateSequence.cpp: Fixed a bug in
-	  ::reverse (thanks to Elliott Edwards)
+	* source/geom/CoordinateSequence.cpp: Fixed a bug in ::reverse
+	  (thanks to Elliott Edwards)
 
-2004-09-23 21:28  Paul Ramsey <pramsey at cleverelephant.ca>
+2004-09-23 21:28  pramsey
 
-	* [r538] configure.in: Back minor version back to 2.0.1
+	* configure.in: Back minor version back to 2.0.1
 
-2004-09-23 04:30  Paul Ramsey <pramsey at cleverelephant.ca>
+2004-09-23 04:30  pramsey
 
-	* [r537] configure.in: Bumped minor version to 2.0.2 after 2.0.1
-	  release.
+	* configure.in: Bumped minor version to 2.0.2 after 2.0.1 release.
 
-2004-09-21 09:47  Sandro Santilli <strk at keybit.net>
+2004-09-21 09:47  strk
 
-	* [r536] source/precision/SimpleGeometryPrecisionReducer.cpp: fixed
-	  a mis-initialization bug in ::reduce
+	* source/precision/SimpleGeometryPrecisionReducer.cpp: fixed a
+	  mis-initialization bug in ::reduce
 
-2004-09-21 09:47  Sandro Santilli <strk at keybit.net>
+2004-09-21 09:47  strk
 
-	* [r535] source/index/quadtree/DoubleBits.cpp: Removed useless
-	  auto_ptr usage in ::exponent
+	* source/index/quadtree/DoubleBits.cpp: Removed useless auto_ptr
+	  usage in ::exponent
 
-2004-09-16 09:50  Sandro Santilli <strk at keybit.net>
+2004-09-16 09:50  strk
 
-	* [r534] TODO: updated
+	* TODO: updated
 
-2004-09-16 09:48  Sandro Santilli <strk at keybit.net>
+2004-09-16 09:48  strk
 
-	* [r533] source/geom/Geometry.cpp: Finer short-circuit tests for
-	  equals, within, contains.
+	* source/geom/Geometry.cpp: Finer short-circuit tests for equals,
+	  within, contains.
 
-2004-09-16 09:48  Sandro Santilli <strk at keybit.net>
+2004-09-16 09:48  strk
 
-	* [r532] source/geom/Envelope.cpp, source/headers/geos/geom.h:
-	  Added Envelope::equals
+	* source/geom/Envelope.cpp, source/headers/geos/geom.h: Added
+	  Envelope::equals
 
-2004-09-16 07:32  Sandro Santilli <strk at keybit.net>
+2004-09-16 07:32  strk
 
-	* [r531] TODO: updated
+	* TODO: updated
 
-2004-09-16 07:32  Sandro Santilli <strk at keybit.net>
+2004-09-16 07:32  strk
 
-	* [r530] source/geom/Geometry.cpp: Added short-circuit tests. Can
-	  be disabled at compile-time
+	* source/geom/Geometry.cpp: Added short-circuit tests. Can be
+	  disabled at compile-time
 
-2004-09-13 12:50  Sandro Santilli <strk at keybit.net>
+2004-09-13 12:50  strk
 
-	* [r529] source/operation/valid/IsValidOp.cpp: comments cleanup
+	* source/operation/valid/IsValidOp.cpp: comments cleanup
 
-2004-09-13 12:40  Sandro Santilli <strk at keybit.net>
+2004-09-13 12:40  strk
 
-	* [r528] TODO: updated
+	* TODO: updated
 
-2004-09-13 12:40  Sandro Santilli <strk at keybit.net>
+2004-09-13 12:40  strk
 
-	* [r527] configure.in: Updated version number
+	* configure.in: Updated version number
 
-2004-09-13 12:39  Sandro Santilli <strk at keybit.net>
+2004-09-13 12:39  strk
 
-	* [r526] source/test/XMLTester.cpp: Added missing newline at end of
-	  output
+	* source/test/XMLTester.cpp: Added missing newline at end of output
 
-2004-09-13 12:39  Sandro Santilli <strk at keybit.net>
+2004-09-13 12:39  strk
 
-	* [r525] source/geom/MultiPoint.cpp, source/geom/Point.cpp,
+	* source/geom/MultiPoint.cpp, source/geom/Point.cpp,
 	  source/headers/geos/geom.h, source/headers/geos/opValid.h,
 	  source/operation/valid/IsValidOp.cpp: Made Point and MultiPoint
 	  subject to Validity tests.
 
-2004-09-13 10:14  Sandro Santilli <strk at keybit.net>
+2004-09-13 10:14  strk
 
-	* [r524] source/operation/valid/TopologyValidationError.cpp: Added
+	* source/operation/valid/TopologyValidationError.cpp: Added
 	  INVALID_COORDINATE code num and error message.
 
-2004-09-13 10:12  Sandro Santilli <strk at keybit.net>
+2004-09-13 10:12  strk
 
-	* [r523] TODO, source/headers/geos/geosAlgorithm.h,
+	* TODO, source/headers/geos/geosAlgorithm.h,
 	  source/headers/geos/opValid.h,
 	  source/operation/valid/IsValidOp.cpp: Added invalid coordinates
 	  checks in IsValidOp.
 	  Cleanups.
 
-2004-09-13 09:18  Sandro Santilli <strk at keybit.net>
+2004-09-13 09:18  strk
 
-	* [r522] source/headers/geos/opValid.h,
+	* source/headers/geos/opValid.h,
 	  source/operation/valid/IsValidOp.cpp: Added
 	  IsValidOp::isValid(Coordinate &)
 
-2004-09-13 09:07  Sandro Santilli <strk at keybit.net>
+2004-09-13 09:07  strk
 
-	* [r521] source/geom/LineString.cpp: Ported fix in
+	* source/geom/LineString.cpp: Ported fix in
 	  LineString::isCoordinate
 
-2004-09-12 03:51  Paul Ramsey <pramsey at cleverelephant.ca>
+2004-09-12 03:51  pramsey
 
-	* [r520] source/geom/LineString.cpp,
-	  source/geom/MultiLineString.cpp, source/geom/MultiPoint.cpp:
-	  Casting changes to allow OS/X compilation.
+	* source/geom/LineString.cpp, source/geom/MultiLineString.cpp,
+	  source/geom/MultiPoint.cpp: Casting changes to allow OS/X
+	  compilation.
 
-2004-09-07 08:29  Sandro Santilli <strk at keybit.net>
+2004-09-07 08:29  strk
 
-	* [r519] source/headers/geos/geom.h: Fixed doxygen malformed
-	  comment for Coordinate class
+	* source/headers/geos/geom.h: Fixed doxygen malformed comment for
+	  Coordinate class
 
-2004-08-20 03:20  Paul Ramsey <pramsey at cleverelephant.ca>
+2004-08-20 03:20  pramsey
 
-	* [r517] source/bigtest/Makefile.am: Added reference to bigtest.h
-	  so 'make dist' includes it properly.
+	* source/bigtest/Makefile.am: Added reference to bigtest.h so 'make
+	  dist' includes it properly.
 
-2004-08-20 01:55  Paul Ramsey <pramsey at cleverelephant.ca>
+2004-08-20 01:55  pramsey
 
-	* [r516] configure.in: Removed examples from build directories for
-	  release (they don't build now).
+	* configure.in: Removed examples from build directories for release
+	  (they don't build now).
 
-2004-08-04 08:26  Sandro Santilli <strk at keybit.net>
+2004-08-04 08:26  strk
 
-	* [r515] source/operation/relate/RelateComputer.cpp: comments lift,
-	  stack allocation reduced
+	* source/operation/relate/RelateComputer.cpp: comments lift, stack
+	  allocation reduced
 
-2004-07-27 16:35  Sandro Santilli <strk at keybit.net>
+2004-07-27 16:35  strk
 
-	* [r514] source/algorithm/InteriorPointArea.cpp,
+	* source/algorithm/InteriorPointArea.cpp,
 	  source/algorithm/SIRtreePointInRing.cpp,
 	  source/geom/Geometry.cpp, source/geom/GeometryCollection.cpp,
 	  source/geom/GeometryFactory.cpp, source/geom/Polygon.cpp,
@@ -15912,33 +16240,33 @@
 	  a
 	  geometry remains the same.
 
-2004-07-26 19:28  Sean Gillies <sgillies at frii.com>
+2004-07-26 19:28  sgillies
 
-	* [r513] AUTHORS: added to AUTHORS
+	* AUTHORS: added to AUTHORS
 
-2004-07-26 18:53  Sean Gillies <sgillies at frii.com>
+2004-07-26 18:53  sgillies
 
-	* [r512] swig/geos.i, swig/python/tests/cases/pointtest.py,
+	* swig/geos.i, swig/python/tests/cases/pointtest.py,
 	  swig/python/tests/cases/wkttest.py: added simple exception
 	  handling on all method calls
 
-2004-07-26 16:35  Sandro Santilli <strk at keybit.net>
+2004-07-26 16:35  strk
 
-	* [r511] source/headers/geos/geom.h: Removed dangling
+	* source/headers/geos/geom.h: Removed dangling
 	  MultiPoint::isClosed() method definition.
 
-2004-07-26 15:40  Sean Gillies <sgillies at frii.com>
+2004-07-26 15:40  sgillies
 
-	* [r510] swig/geos.i, swig/python/setup.py,
+	* swig/geos.i, swig/python/setup.py,
 	  swig/python/tests/cases/wkttest.py,
 	  swig/python/tests/runtests.py: wrapped up WKT reader and writer
 	  and added two test cases to check that it works. found a bug
 	  where the WKT reader crashes the program in the case of poorly
 	  formatted WKT string.
 
-2004-07-25 23:45  Sean Gillies <sgillies at frii.com>
+2004-07-25 23:45  sgillies
 
-	* [r509] swig, swig/README.txt, swig/geos.i, swig/python,
+	* swig, swig/README.txt, swig/geos.i, swig/python,
 	  swig/python/README.txt, swig/python/setup.py, swig/python/tests,
 	  swig/python/tests/TESTING.txt, swig/python/tests/cases,
 	  swig/python/tests/cases/__init__.py,
@@ -15950,36 +16278,33 @@
 	  today's CVS GEOS, and the test passes -- means that a module can
 	  be built, installed, and imported.
 
-2004-07-22 16:58  Sandro Santilli <strk at keybit.net>
+2004-07-22 16:58  strk
 
-	* [r508] TODO, doc/example.cpp, source/geom/Geometry.cpp,
+	* TODO, doc/example.cpp, source/geom/Geometry.cpp,
 	  source/headers/geos/geom.h: runtime version extractor functions
 	  split. geos::version() is now
 	  geos::geosversion() and geos::jtsport()
 
-2004-07-22 08:45  Sandro Santilli <strk at keybit.net>
+2004-07-22 08:45  strk
 
-	* [r507] TODO, source/geom/GeometryCollection.cpp,
+	* TODO, source/geom/GeometryCollection.cpp,
 	  source/geom/LineString.cpp, source/geom/MultiLineString.cpp,
 	  source/geom/MultiPoint.cpp, source/headers/geos/geom.h:
 	  Documentation updates, memory leaks fixed.
 
-2004-07-22 07:19  Sandro Santilli <strk at keybit.net>
+2004-07-22 07:19  strk
 
-	* [r506] source/headers/geos/geom.h: Changed getCoordinatesRO
-	  description.
+	* source/headers/geos/geom.h: Changed getCoordinatesRO description.
 
-2004-07-22 07:04  Sandro Santilli <strk at keybit.net>
+2004-07-22 07:04  strk
 
-	* [r505] source/geom/Coordinate.cpp,
-	  source/geom/GeometryCollection.cpp, source/geom/Polygon.cpp,
-	  source/headers/geos/geom.h: Documented missing geometry
-	  functions.
+	* source/geom/Coordinate.cpp, source/geom/GeometryCollection.cpp,
+	  source/geom/Polygon.cpp, source/headers/geos/geom.h: Documented
+	  missing geometry functions.
 
-2004-07-21 09:55  Sandro Santilli <strk at keybit.net>
+2004-07-21 09:55  strk
 
-	* [r504] source/geom/Coordinate.cpp,
-	  source/geom/CoordinateList.cpp,
+	* source/geom/Coordinate.cpp, source/geom/CoordinateList.cpp,
 	  source/geom/CoordinateSequence.cpp, source/geom/Envelope.cpp,
 	  source/geom/Geometry.cpp, source/geom/LineSegment.cpp,
 	  source/geom/PrecisionModel.cpp, source/geomgraph/Edge.cpp,
@@ -15987,31 +16312,31 @@
 	  CoordinateSequence::atLeastNCoordinatesOrNothing definition fix.
 	  Documentation fixes.
 
-2004-07-21 09:11  Sandro Santilli <strk at keybit.net>
+2004-07-21 09:11  strk
 
-	* [r503] NEWS, README, TODO: Updated
+	* NEWS, README, TODO: Updated
 
-2004-07-20 08:35  Sandro Santilli <strk at keybit.net>
+2004-07-20 08:35  strk
 
-	* [r502] doc/README: Updated doxygen rule
+	* doc/README: Updated doxygen rule
 
-2004-07-20 08:34  Sandro Santilli <strk at keybit.net>
+2004-07-20 08:34  strk
 
-	* [r501] doc/Doxyfile.in, source/geom/CoordinateList.cpp,
+	* doc/Doxyfile.in, source/geom/CoordinateList.cpp,
 	  source/geom/Geometry.cpp, source/headers/geos/geom.h,
 	  source/headers/geos/opDistance.h: Fixed a bug in opDistance.h.
 	  Removed doxygen tags from obsoleted CoordinateList.cpp.
 	  Got doxygen to run with no warnings.
 
-2004-07-19 19:37  Paul Ramsey <pramsey at cleverelephant.ca>
+2004-07-19 19:37  pramsey
 
-	* [r500] doc/Makefile.am: Changed doxygen target to be more "make
-	  dist" friendly. (and allow autogeneration of CVS snapshot to work
+	* doc/Makefile.am: Changed doxygen target to be more "make dist"
+	  friendly. (and allow autogeneration of CVS snapshot to work
 	  again.)
 
-2004-07-19 13:19  Sandro Santilli <strk at keybit.net>
+2004-07-19 13:19  strk
 
-	* [r499] doc/Doxyfile.in, source/geom/Envelope.cpp,
+	* doc/Doxyfile.in, source/geom/Envelope.cpp,
 	  source/geom/Geometry.cpp, source/geom/GeometryFactory.cpp,
 	  source/geom/LineString.cpp, source/headers/geos/geom.h,
 	  source/headers/geos/geomUtil.h, source/headers/geos/geomgraph.h,
@@ -16035,186 +16360,181 @@
 	  source/headers/geos/spatialIndex.h, source/io/WKTWriter.cpp:
 	  Documentation fixes
 
-2004-07-19 10:38  Sandro Santilli <strk at keybit.net>
+2004-07-19 10:38  strk
 
-	* [r498] doc, doc/.cvsignore: Added Doxyfile
+	* doc, doc/.cvsignore: Added Doxyfile
 
-2004-07-19 10:38  Sandro Santilli <strk at keybit.net>
+2004-07-19 10:38  strk
 
-	* [r497] TODO: updated
+	* TODO: updated
 
-2004-07-19 10:37  Sandro Santilli <strk at keybit.net>
+2004-07-19 10:37  strk
 
-	* [r496] doc/Makefile.am: Doxygen doc added to default build rules
+	* doc/Makefile.am: Doxygen doc added to default build rules
 
-2004-07-19 10:37  Sandro Santilli <strk at keybit.net>
+2004-07-19 10:37  strk
 
-	* [r495] source/geom/DefaultCoordinateSequenceFactory.cpp:
+	* source/geom/DefaultCoordinateSequenceFactory.cpp:
 	  defaultCoordinateSequenceFactory made module-static (use
 	  DefaultCoordinateSequenceFactory::instance() instead)
 
-2004-07-19 10:35  Sandro Santilli <strk at keybit.net>
+2004-07-19 10:35  strk
 
-	* [r494] source/bigtest/GeometryTestFactory.cpp,
+	* source/bigtest/GeometryTestFactory.cpp,
 	  source/bigtest/TestSweepLineSpeed.cpp, source/bigtest/bigtest.h,
 	  source/headers/geos/bigtest.h: bigtest.h moved to local dir
 
-2004-07-19 10:34  Sandro Santilli <strk at keybit.net>
+2004-07-19 10:34  strk
 
-	* [r493] source/headers/geos/geom.h: removed doxygen documentation
-	  of removed feature
+	* source/headers/geos/geom.h: removed doxygen documentation of
+	  removed feature
 
-2004-07-19 10:33  Sandro Santilli <strk at keybit.net>
+2004-07-19 10:33  strk
 
-	* [r492] source/headers/geos/io.h: Class documentation changed to
-	  report geos.h as WKT writer/parser header file
+	* source/headers/geos/io.h: Class documentation changed to report
+	  geos.h as WKT writer/parser header file
 
-2004-07-19 10:30  Sandro Santilli <strk at keybit.net>
+2004-07-19 10:30  strk
 
-	* [r491] source/headers/acconfig.h,
-	  source/headers/geos/Makefile.am, source/headers/geos/acconfig.h:
-	  acconfig.h moved one directory up
+	* source/headers/acconfig.h, source/headers/geos/Makefile.am,
+	  source/headers/geos/acconfig.h: acconfig.h moved one directory up
 
-2004-07-19 10:28  Sandro Santilli <strk at keybit.net>
+2004-07-19 10:28  strk
 
-	* [r490] doc/Doxyfile.in: Excluded example and test dirs from input
-	  set
+	* doc/Doxyfile.in: Excluded example and test dirs from input set
 
-2004-07-17 10:48  Sandro Santilli <strk at keybit.net>
+2004-07-17 10:48  strk
 
-	* [r489] TODO: updated
+	* TODO: updated
 
-2004-07-17 10:48  Sandro Santilli <strk at keybit.net>
+2004-07-17 10:48  strk
 
-	* [r488] doc, doc/.cvsignore: added Doxyfile (generated)
+	* doc, doc/.cvsignore: added Doxyfile (generated)
 
-2004-07-17 10:48  Sandro Santilli <strk at keybit.net>
+2004-07-17 10:48  strk
 
-	* [r487] source/geom/Geometry.cpp: fixed typo in documentation
+	* source/geom/Geometry.cpp: fixed typo in documentation
 
-2004-07-17 10:47  Sandro Santilli <strk at keybit.net>
+2004-07-17 10:47  strk
 
-	* [r486] configure.in, doc/Doxyfile, doc/Doxyfile.in: Doxygen
+	* configure.in, doc/Doxyfile, doc/Doxyfile.in: Doxygen
 	  configuration created at ./configure time, for versioning.
 
-2004-07-17 09:19  Sandro Santilli <strk at keybit.net>
+2004-07-17 09:19  strk
 
-	* [r485] doc/example.cpp: added GEOS version report
+	* doc/example.cpp: added GEOS version report
 
-2004-07-17 09:18  Sandro Santilli <strk at keybit.net>
+2004-07-17 09:18  strk
 
-	* [r484] source/geom/Geometry.cpp, source/headers/geos/geom.h:
-	  Added geos::version()
+	* source/geom/Geometry.cpp, source/headers/geos/geom.h: Added
+	  geos::version()
 
-2004-07-17 09:07  Sandro Santilli <strk at keybit.net>
+2004-07-17 09:07  strk
 
-	* [r483] tools/geos-config.in: Added --jtsport
+	* tools/geos-config.in: Added --jtsport
 
-2004-07-17 09:06  Sandro Santilli <strk at keybit.net>
+2004-07-17 09:06  strk
 
-	* [r482] source/headers/geos/version.h.in: Added
-	  GEOS_FIRST_INTERFACE, GEOS_LAST_INTERFACE and GEOS_JTS_PORT
+	* source/headers/geos/version.h.in: Added GEOS_FIRST_INTERFACE,
+	  GEOS_LAST_INTERFACE and GEOS_JTS_PORT
 
-2004-07-17 09:05  Sandro Santilli <strk at keybit.net>
+2004-07-17 09:05  strk
 
-	* [r481] configure.in: Added JTS_PORT variable.
+	* configure.in: Added JTS_PORT variable.
 	  Simplified versioning settings: comments added,
 	  major/minor/patchlevel
 	  extracted by CURRENT,AGE,REVISION.
 
-2004-07-16 17:02  Sandro Santilli <strk at keybit.net>
+2004-07-16 17:02  strk
 
-	* [r480] TODO: updated
+	* TODO: updated
 
-2004-07-16 16:20  Sandro Santilli <strk at keybit.net>
+2004-07-16 16:20  strk
 
-	* [r479] configure.in, source/geom/Makefile.am: Libtool versioning
-	  scheme adopted.
+	* configure.in, source/geom/Makefile.am: Libtool versioning scheme
+	  adopted.
 
-2004-07-16 16:09  Sandro Santilli <strk at keybit.net>
+2004-07-16 16:09  strk
 
-	* [r478] doc/Makefile.am: removed useless Includedir
+	* doc/Makefile.am: removed useless Includedir
 
-2004-07-16 15:57  Sandro Santilli <strk at keybit.net>
+2004-07-16 15:57  strk
 
-	* [r477] source/headers/geos.h: made includes use <>
+	* source/headers/geos.h: made includes use <>
 
-2004-07-16 13:27  Sandro Santilli <strk at keybit.net>
+2004-07-16 13:27  strk
 
-	* [r476] TODO: updated
+	* TODO: updated
 
-2004-07-16 10:28  Sandro Santilli <strk at keybit.net>
+2004-07-16 10:28  strk
 
-	* [r475] source/headers/geos/util.h,
+	* source/headers/geos/util.h,
 	  source/util/GeometricShapeFactory.cpp: Dimesions object allocated
 	  on the heap
 
-2004-07-16 10:00  Sandro Santilli <strk at keybit.net>
+2004-07-16 10:00  strk
 
-	* [r474] doc/example.cpp: Bug fixed in GeometricShapeFactory
-	  examples.
+	* doc/example.cpp: Bug fixed in GeometricShapeFactory examples.
 	  Added example of GeometricShapeFactory::createArc.
 
-2004-07-16 09:58  Sandro Santilli <strk at keybit.net>
+2004-07-16 09:58  strk
 
-	* [r473] TODO: updated
+	* TODO: updated
 
-2004-07-16 09:58  Sandro Santilli <strk at keybit.net>
+2004-07-16 09:58  strk
 
-	* [r472] doc/example.tosql: Added LINEARRING to LINESTRING
-	  conversion
+	* doc/example.tosql: Added LINEARRING to LINESTRING conversion
 
-2004-07-16 09:57  Sandro Santilli <strk at keybit.net>
+2004-07-16 09:57  strk
 
-	* [r471] source/geom/Makefile.am: Modified library version to 1.4.0
+	* source/geom/Makefile.am: Modified library version to 1.4.0
 
-2004-07-15 13:41  Sandro Santilli <strk at keybit.net>
+2004-07-15 13:41  strk
 
-	* [r470] doc/example.cpp: Added createRectangle example.
+	* doc/example.cpp: Added createRectangle example.
 
-2004-07-15 13:40  Sandro Santilli <strk at keybit.net>
+2004-07-15 13:40  strk
 
-	* [r469] source/util/GeometricShapeFactory.cpp: Memory leaks fixed,
+	* source/util/GeometricShapeFactory.cpp: Memory leaks fixed,
 	  CoordinateSequence use made JTS - compatible.
 
-2004-07-14 21:21  Sandro Santilli <strk at keybit.net>
+2004-07-14 21:21  strk
 
-	* [r468] TODO: updated
+	* TODO: updated
 
-2004-07-14 21:20  Sandro Santilli <strk at keybit.net>
+2004-07-14 21:20  strk
 
-	* [r467] source/geom/Geometry.cpp: Added GeometricShapeFactory note
-	  on doxygen mainpage
+	* source/geom/Geometry.cpp: Added GeometricShapeFactory note on
+	  doxygen mainpage
 
-2004-07-14 21:20  Sandro Santilli <strk at keybit.net>
+2004-07-14 21:20  strk
 
-	* [r466] source/headers/geos.h: added geos/io.h and geos/unload.h
+	* source/headers/geos.h: added geos/io.h and geos/unload.h
 
-2004-07-14 21:19  Sandro Santilli <strk at keybit.net>
+2004-07-14 21:19  strk
 
-	* [r465] source/headers/geos/util.h,
+	* source/headers/geos/util.h,
 	  source/util/GeometricShapeFactory.cpp: GeometricShapeFactory
 	  first pass of bug fixes
 
-2004-07-14 21:17  Sandro Santilli <strk at keybit.net>
+2004-07-14 21:17  strk
 
-	* [r464] source/geom/Makefile.am: added missing
-	  GeometricShapeFactory.cpp
+	* source/geom/Makefile.am: added missing GeometricShapeFactory.cpp
 
-2004-07-14 21:17  Sandro Santilli <strk at keybit.net>
+2004-07-14 21:17  strk
 
-	* [r463] source/geom/Coordinate.cpp, source/headers/geos/geom.h:
-	  added inequality operator for Coordinate
+	* source/geom/Coordinate.cpp, source/headers/geos/geom.h: added
+	  inequality operator for Coordinate
 
-2004-07-14 21:15  Sandro Santilli <strk at keybit.net>
+2004-07-14 21:15  strk
 
-	* [r462] doc/example.cpp, doc/example.tosql: Added
-	  GeometricShapeFactory example: createCircle.
+	* doc/example.cpp, doc/example.tosql: Added GeometricShapeFactory
+	  example: createCircle.
 	  Added simple filter to send example output to a postgis table.
 
-2004-07-13 08:33  Sandro Santilli <strk at keybit.net>
+2004-07-13 08:33  strk
 
-	* [r461] source/geom/GeometryFactory.cpp, source/geom/Polygon.cpp,
+	* source/geom/GeometryFactory.cpp, source/geom/Polygon.cpp,
 	  source/headers/geos/geom.h, source/headers/geos/geomgraph.h,
 	  source/headers/geos/indexChain.h,
 	  source/headers/geos/indexStrtree.h,
@@ -16234,23 +16554,22 @@
 	  virtual destructor to virtual classes.
 	  Fixed implicit unsigned int -> int casts
 
-2004-07-12 19:16  Sandro Santilli <strk at keybit.net>
+2004-07-12 19:16  strk
 
-	* [r460] source/headers/geos/geom.h: Commented out CoordinateList
-	  class definition.
+	* source/headers/geos/geom.h: Commented out CoordinateList class
+	  definition.
 
-2004-07-12 15:42  Sandro Santilli <strk at keybit.net>
+2004-07-12 15:42  strk
 
-	* [r459] source/geom/PrecisionModel.cpp: Fixed maximumPreciseValue
-	  scope
+	* source/geom/PrecisionModel.cpp: Fixed maximumPreciseValue scope
 
-2004-07-09 08:01  Sandro Santilli <strk at keybit.net>
+2004-07-09 08:01  strk
 
-	* [r458] TODO: updated
+	* TODO: updated
 
-2004-07-08 19:41  Sandro Santilli <strk at keybit.net>
+2004-07-08 19:41  strk
 
-	* [r457] source/examples/CoordinateListsExample.cpp,
+	* source/examples/CoordinateListsExample.cpp,
 	  source/examples/CoordinateSequencesExample.cpp,
 	  source/examples/CustomCoordinateListExample.cpp,
 	  source/examples/CustomCoordinateListExample.h,
@@ -16260,9 +16579,9 @@
 	  source/examples/CustomPointCoordinateSequence.cpp: renamed to
 	  reflect JTS API.
 
-2004-07-08 19:38  Sandro Santilli <strk at keybit.net>
+2004-07-08 19:38  strk
 
-	* [r456] source/geom/CoordinateSequence.cpp,
+	* source/geom/CoordinateSequence.cpp,
 	  source/geom/CoordinateSequenceFactory.cpp,
 	  source/geom/DefaultCoordinateSequence.cpp,
 	  source/geom/DefaultCoordinateSequenceFactory.cpp,
@@ -16270,24 +16589,24 @@
 	  source/geom/PointCoordinateSequenceFactory.cpp: renamed from
 	  *List* equivalents
 
-2004-07-08 19:37  Sandro Santilli <strk at keybit.net>
+2004-07-08 19:37  strk
 
-	* [r455] source/geom/PointCoordinateList.cpp: Renamed to
+	* source/geom/PointCoordinateList.cpp: Renamed to
 	  PointCoordinateSequence.cpp
 
-2004-07-08 19:37  Sandro Santilli <strk at keybit.net>
+2004-07-08 19:37  strk
 
-	* [r454] source/geom/CoordinateListFactory.cpp: Renamed to
+	* source/geom/CoordinateListFactory.cpp: Renamed to
 	  CoordinateSequenceFactory.cpp
 
-2004-07-08 19:36  Sandro Santilli <strk at keybit.net>
+2004-07-08 19:36  strk
 
-	* [r453] source/geom/BasicCoordinateList.cpp: Renamed to
+	* source/geom/BasicCoordinateList.cpp: Renamed to
 	  DefaultCoordinateSequence.cpp
 
-2004-07-08 19:34  Sandro Santilli <strk at keybit.net>
+2004-07-08 19:34  strk
 
-	* [r452] TODO, doc/example.cpp, source/Makefile.am,
+	* TODO, doc/example.cpp, source/Makefile.am,
 	  source/algorithm/CGAlgorithms.cpp,
 	  source/algorithm/CentroidArea.cpp,
 	  source/algorithm/CentroidLine.cpp,
@@ -16364,43 +16683,43 @@
 	  default implementations.
 	  Added DefaultCoordinateSequenceFactory::instance() function.
 
-2004-07-07 18:54  Sandro Santilli <strk at keybit.net>
+2004-07-07 18:54  strk
 
-	* [r451] TODO: updated
+	* TODO: updated
 
-2004-07-07 10:29  Sandro Santilli <strk at keybit.net>
+2004-07-07 10:29  strk
 
-	* [r450] source/algorithm/NotRepresentableException.cpp,
+	* source/algorithm/NotRepresentableException.cpp,
 	  source/headers/geos/geosAlgorithm.h, source/headers/geos/io.h,
 	  source/headers/geos/util.h: Adjusted exceptions documentation.
 
-2004-07-07 09:38  Sandro Santilli <strk at keybit.net>
+2004-07-07 09:38  strk
 
-	* [r449] NEWS, source/geom/Geometry.cpp,
-	  source/headers/geos/geom.h, source/headers/geos/geosAlgorithm.h,
-	  source/headers/geos/io.h, source/io/WKTReader.cpp,
-	  source/io/WKTWriter.cpp, source/test/XMLTester.cpp: Dropped
-	  WKTWriter::stringOfChars (implemented by std::string).
+	* NEWS, source/geom/Geometry.cpp, source/headers/geos/geom.h,
+	  source/headers/geos/geosAlgorithm.h, source/headers/geos/io.h,
+	  source/io/WKTReader.cpp, source/io/WKTWriter.cpp,
+	  source/test/XMLTester.cpp: Dropped WKTWriter::stringOfChars
+	  (implemented by std::string).
 	  Dropped WKTWriter default constructor (internally created
 	  GeometryFactory).
 	  Updated XMLTester to respect the changes.
 	  Main documentation page made nicer.
 
-2004-07-07 07:52  Sandro Santilli <strk at keybit.net>
+2004-07-07 07:52  strk
 
-	* [r448] TODO, source/operation/buffer/BufferSubgraph.cpp: Removed
-	  note about required speedup in BufferSubgraph.
+	* TODO, source/operation/buffer/BufferSubgraph.cpp: Removed note
+	  about required speedup in BufferSubgraph.
 	  I've made tests with 'sets' and there is actually a big slow
 	  down..
 
-2004-07-06 17:58  Sandro Santilli <strk at keybit.net>
+2004-07-06 17:58  strk
 
-	* [r447] source/geom/Geometry.cpp,
-	  source/geom/GeometryCollection.cpp, source/geom/LineString.cpp,
-	  source/geom/LinearRing.cpp, source/geom/MultiLineString.cpp,
-	  source/geom/MultiPoint.cpp, source/geom/MultiPolygon.cpp,
-	  source/geom/Point.cpp, source/geom/Polygon.cpp,
-	  source/headers/geos/geom.h, source/headers/geos/precision.h,
+	* source/geom/Geometry.cpp, source/geom/GeometryCollection.cpp,
+	  source/geom/LineString.cpp, source/geom/LinearRing.cpp,
+	  source/geom/MultiLineString.cpp, source/geom/MultiPoint.cpp,
+	  source/geom/MultiPolygon.cpp, source/geom/Point.cpp,
+	  source/geom/Polygon.cpp, source/headers/geos/geom.h,
+	  source/headers/geos/precision.h,
 	  source/operation/buffer/OffsetCurveSetBuilder.cpp,
 	  source/precision/SimpleGeometryPrecisionReducer.cpp: Removed
 	  deprecated Geometry constructors based on PrecisionModel and
@@ -16409,31 +16728,31 @@
 	  of changing Geometry's factory. Reverted Geometry::factory member
 	  to be a reference to external factory.
 
-2004-07-05 19:40  Sandro Santilli <strk at keybit.net>
+2004-07-05 19:40  strk
 
-	* [r446] source/geom/Geometry.cpp, source/geom/GeometryFactory.cpp,
+	* source/geom/Geometry.cpp, source/geom/GeometryFactory.cpp,
 	  source/headers/geos/geom.h: Added
 	  GeometryFactory::destroyGeometry(Geometry *)
 
-2004-07-05 15:20  Sandro Santilli <strk at keybit.net>
+2004-07-05 15:20  strk
 
-	* [r445] TODO, source/geom/Geometry.cpp,
-	  source/headers/geos/geom.h: Documentation again.
+	* TODO, source/geom/Geometry.cpp, source/headers/geos/geom.h:
+	  Documentation again.
 
-2004-07-05 14:23  Sandro Santilli <strk at keybit.net>
+2004-07-05 14:23  strk
 
-	* [r444] NEWS, source/geom/CoordinateList.cpp,
+	* NEWS, source/geom/CoordinateList.cpp,
 	  source/geom/GeometryFactory.cpp, source/geom/LineString.cpp,
 	  source/geom/PrecisionModel.cpp, source/headers/geos/geom.h,
 	  source/headers/geos/util.h: More documentation cleanups.
 
-2004-07-05 11:50  Sandro Santilli <strk at keybit.net>
+2004-07-05 11:50  strk
 
-	* [r443] doc/README: initial import
+	* doc/README: initial import
 
-2004-07-05 10:50  Sandro Santilli <strk at keybit.net>
+2004-07-05 10:50  strk
 
-	* [r442] NEWS, doc/Doxyfile, source/geom/BasicCoordinateList.cpp,
+	* NEWS, doc/Doxyfile, source/geom/BasicCoordinateList.cpp,
 	  source/geom/Geometry.cpp, source/geom/GeometryCollection.cpp,
 	  source/geom/GeometryFactory.cpp, source/geom/LineString.cpp,
 	  source/geom/LinearRing.cpp, source/geom/MultiLineString.cpp,
@@ -16451,33 +16770,32 @@
 	  copy semantic (by-ref instead of by-pointer).
 	  Cleaned up documentation.
 
-2004-07-03 12:54  Sandro Santilli <strk at keybit.net>
+2004-07-03 12:54  strk
 
-	* [r441] source/headers/geos, source/headers/geos/.cvsignore: more
-	  entries
+	* source/headers/geos, source/headers/geos/.cvsignore: more entries
 
-2004-07-03 12:51  Sandro Santilli <strk at keybit.net>
+2004-07-03 12:51  strk
 
-	* [r440] source/algorithm/NotRepresentableException.cpp,
+	* source/algorithm/NotRepresentableException.cpp,
 	  source/geom/Geometry.cpp, source/geom/GeometryFactory.cpp,
 	  source/geom/LineString.cpp, source/geom/PrecisionModel.cpp,
 	  source/headers/geos.h, source/headers/geos/geom.h: Documentation
 	  cleanups for DoxyGen.
 
-2004-07-02 17:22  Sandro Santilli <strk at keybit.net>
+2004-07-02 17:22  strk
 
-	* [r439] doc/Doxyfile, doc/Makefile.am, doc/geosDoxygen.conf:
-	  Doxygen configuration file renamed.
+	* doc/Doxyfile, doc/Makefile.am, doc/geosDoxygen.conf: Doxygen
+	  configuration file renamed.
 
-2004-07-02 14:27  Sandro Santilli <strk at keybit.net>
+2004-07-02 14:27  strk
 
-	* [r438] source/geom/GeometryFactory.cpp, source/geom/Point.cpp,
+	* source/geom/GeometryFactory.cpp, source/geom/Point.cpp,
 	  source/headers/geos/geom.h: Added deep-copy / take-ownerhship for
 	  Point type.
 
-2004-07-02 13:28  Sandro Santilli <strk at keybit.net>
+2004-07-02 13:28  strk
 
-	* [r437] ChangeLog, README, configure.in, doc/Makefile.am,
+	* ChangeLog, README, configure.in, doc/Makefile.am,
 	  doc/example.cpp, source/algorithm/CGAlgorithms.cpp,
 	  source/algorithm/CentroidArea.cpp,
 	  source/algorithm/CentroidLine.cpp,
@@ -16656,14 +16974,13 @@
 	  lines to reflect headers layout change.
 	  Added client application build tips in README.
 
-2004-07-02 13:21  Sandro Santilli <strk at keybit.net>
+2004-07-02 13:21  strk
 
-	* [r436] source/headers/geos_version.h.in: renamed to
-	  geos/version.h.in
+	* source/headers/geos_version.h.in: renamed to geos/version.h.in
 
-2004-07-02 13:20  Sandro Santilli <strk at keybit.net>
+2004-07-02 13:20  strk
 
-	* [r435] source/headers, source/headers/.cvsignore,
+	* source/headers, source/headers/.cvsignore,
 	  source/headers/Makefile.am, source/headers/acconfig.h,
 	  source/headers/bigtest.h, source/headers/geom.h,
 	  source/headers/geomUtil.h, source/headers/geomgraph.h,
@@ -16706,29 +17023,29 @@
 	  source/headers/spatialIndex.h, source/headers/unload.h,
 	  source/headers/util.h: Header files moved under geos/ dir.
 
-2004-07-01 17:34  Sandro Santilli <strk at keybit.net>
+2004-07-01 17:34  strk
 
-	* [r434] source/geom/Geometry.cpp: GeometryFactory argument in
-	  Geometry constructor reverted
+	* source/geom/Geometry.cpp: GeometryFactory argument in Geometry
+	  constructor reverted
 	  to its copy-and-destroy semantic.
 
-2004-07-01 17:07  Sandro Santilli <strk at keybit.net>
+2004-07-01 17:07  strk
 
-	* [r433] doc, doc/.cvsignore, doc/Makefile.am: Added doxygen_docs
+	* doc, doc/.cvsignore, doc/Makefile.am: Added doxygen_docs
 	  generation rule
 
-2004-07-01 16:49  Sandro Santilli <strk at keybit.net>
+2004-07-01 16:49  strk
 
-	* [r432] doc/geosDoxygen.conf: re-generated with doxygen 1.2.15
+	* doc/geosDoxygen.conf: re-generated with doxygen 1.2.15
 
 2004-07-01 15:47  cvs
 
-	* [r431] doc/geosDoxygen.conf: Added doxygen file for better doco
+	* doc/geosDoxygen.conf: Added doxygen file for better doco
 	  generation.
 
-2004-07-01 14:12  Sandro Santilli <strk at keybit.net>
+2004-07-01 14:12  strk
 
-	* [r430] ChangeLog, NEWS, TODO, doc/example.cpp,
+	* ChangeLog, NEWS, TODO, doc/example.cpp,
 	  source/algorithm/ConvexHull.cpp,
 	  source/algorithm/InteriorPointArea.cpp, source/geom/Geometry.cpp,
 	  source/geom/GeometryCollection.cpp,
@@ -16755,10 +17072,9 @@
 	  Same functionality is available through GeometryFactory,
 	  including buildGeometry().
 
-2004-06-30 20:59  Sandro Santilli <strk at keybit.net>
+2004-06-30 20:59  strk
 
-	* [r429] source/geom/Geometry.cpp,
-	  source/geom/GeometryCollection.cpp,
+	* source/geom/Geometry.cpp, source/geom/GeometryCollection.cpp,
 	  source/geomgraph/EdgeRing.cpp, source/headers/geom.h,
 	  source/headers/geomgraph.h, source/headers/geosAlgorithm.h,
 	  source/headers/opBuffer.h, source/headers/opOverlay.h,
@@ -16770,51 +17086,49 @@
 	  GeoemtryFactory copy from geometry constructors.
 	  Enforced const-correctness on GeometryFactory arguments.
 
-2004-06-28 21:58  Sandro Santilli <strk at keybit.net>
+2004-06-28 21:58  strk
 
-	* [r428] source/geom/Polygon.cpp: Constructors speedup.
+	* source/geom/Polygon.cpp: Constructors speedup.
 
-2004-06-28 21:11  Sandro Santilli <strk at keybit.net>
+2004-06-28 21:11  strk
 
-	* [r427] source/geom/GeometryCollection.cpp,
-	  source/geom/LineString.cpp, source/geom/LinearRing.cpp,
-	  source/geom/MultiLineString.cpp, source/geom/MultiPoint.cpp,
-	  source/geom/MultiPolygon.cpp, source/geom/Point.cpp,
-	  source/geom/Polygon.cpp, source/headers/geom.h: Moved
-	  getGeometryTypeId() definitions from geom.h to each geometry
-	  module.
+	* source/geom/GeometryCollection.cpp, source/geom/LineString.cpp,
+	  source/geom/LinearRing.cpp, source/geom/MultiLineString.cpp,
+	  source/geom/MultiPoint.cpp, source/geom/MultiPolygon.cpp,
+	  source/geom/Point.cpp, source/geom/Polygon.cpp,
+	  source/headers/geom.h: Moved getGeometryTypeId() definitions from
+	  geom.h to each geometry module.
 	  Added holes argument check in Polygon.cpp.
 
-2004-06-25 14:26  Sandro Santilli <strk at keybit.net>
+2004-06-25 14:26  strk
 
-	* [r426] tools/geos-config.in: fixed --includes
+	* tools/geos-config.in: fixed --includes
 
-2004-06-22 16:57  Sandro Santilli <strk at keybit.net>
+2004-06-22 16:57  strk
 
-	* [r425] NEWS: Written down some news
+	* NEWS: Written down some news
 
-2004-06-22 16:56  Sandro Santilli <strk at keybit.net>
+2004-06-22 16:56  strk
 
-	* [r424] source/headers/Makefile.am, source/headers/geos.h: Added
-	  geos.h file.
+	* source/headers/Makefile.am, source/headers/geos.h: Added geos.h
+	  file.
 
-2004-06-21 22:14  Sandro Santilli <strk at keybit.net>
+2004-06-21 22:14  strk
 
-	* [r423] source/headers, source/headers/.cvsignore: added
-	  geos_version.h
+	* source/headers, source/headers/.cvsignore: added geos_version.h
 
-2004-06-21 22:13  Sandro Santilli <strk at keybit.net>
+2004-06-21 22:13  strk
 
-	* [r422] TODO: updated
+	* TODO: updated
 
-2004-06-21 22:13  Sandro Santilli <strk at keybit.net>
+2004-06-21 22:13  strk
 
-	* [r421] configure.in, source/headers/Makefile.am,
+	* configure.in, source/headers/Makefile.am,
 	  source/headers/geos_version.h.in: Added VERSION defines
 
-2004-06-16 13:13  Sandro Santilli <strk at keybit.net>
+2004-06-16 13:13  strk
 
-	* [r420] TODO, source/geom/BasicCoordinateList.cpp,
+	* TODO, source/geom/BasicCoordinateList.cpp,
 	  source/geom/GeometryFactory.cpp, source/geom/MultiPolygon.cpp,
 	  source/geomgraph/Edge.cpp, source/headers/noding.h,
 	  source/noding/MCQuadtreeNoder.cpp,
@@ -16826,262 +17140,258 @@
 	  constructors.
 	  Other associated fixes.
 
-2004-06-15 21:35  Sandro Santilli <strk at keybit.net>
+2004-06-15 21:35  strk
 
-	* [r419] source/geom/GeometryFactory.cpp: fixed buildGeometry to
-	  always return a newly allocated geometry
+	* source/geom/GeometryFactory.cpp: fixed buildGeometry to always
+	  return a newly allocated geometry
 
-2004-06-15 20:42  Sandro Santilli <strk at keybit.net>
+2004-06-15 20:42  strk
 
-	* [r418] doc/example.cpp, source/geom/LineString.cpp,
+	* doc/example.cpp, source/geom/LineString.cpp,
 	  source/geom/MultiPolygon.cpp, source/geom/Polygon.cpp: updated to
 	  respect deep-copy GeometryCollection interface
 
-2004-06-15 20:30  Sandro Santilli <strk at keybit.net>
+2004-06-15 20:30  strk
 
-	* [r417] source/io/WKTReader.cpp: fixed a typo
+	* source/io/WKTReader.cpp: fixed a typo
 
-2004-06-15 20:20  Sandro Santilli <strk at keybit.net>
+2004-06-15 20:20  strk
 
-	* [r416] source/geom/util/GeometryEditor.cpp,
-	  source/io/WKTReader.cpp,
+	* source/geom/util/GeometryEditor.cpp, source/io/WKTReader.cpp,
 	  source/operation/buffer/BufferBuilder.cpp,
 	  source/operation/overlay/OverlayOp.cpp: updated to respect
 	  deep-copy GeometryCollection interface
 
-2004-06-15 20:07  Sandro Santilli <strk at keybit.net>
+2004-06-15 20:07  strk
 
-	* [r415] source/geom/GeometryCollection.cpp,
+	* source/geom/GeometryCollection.cpp,
 	  source/geom/GeometryFactory.cpp, source/headers/geom.h:
 	  GeometryCollections constructors make a deep copy of Geometry
 	  vector argument.
 
-2004-06-15 20:01  Sandro Santilli <strk at keybit.net>
+2004-06-15 20:01  strk
 
-	* [r414] source/operation/buffer/BufferBuilder.cpp: Empty geometry
+	* source/operation/buffer/BufferBuilder.cpp: Empty geometry
 	  creation call made using NULL instead of newly created empty
 	  vector (will be faster)
 
-2004-06-15 19:24  Sandro Santilli <strk at keybit.net>
+2004-06-15 19:24  strk
 
-	* [r413] tools/geos-config.in: Fixed a bug preventing geos-config
-	  from giving correct version info
+	* tools/geos-config.in: Fixed a bug preventing geos-config from
+	  giving correct version info
 
-2004-06-15 07:40  Sandro Santilli <strk at keybit.net>
+2004-06-15 07:40  strk
 
-	* [r412] source/noding/SegmentNode.cpp,
+	* source/noding/SegmentNode.cpp,
 	  source/planargraph/planarDirectedEdge.cpp: Added missing
 	  <stdio.h> include
 
-2004-06-15 07:40  Sandro Santilli <strk at keybit.net>
+2004-06-15 07:40  strk
 
-	* [r411] TODO: Updated
+	* TODO: Updated
 
-2004-05-28 18:16  Yury Bychkov <me at yury.ca>
+2004-05-28 18:16  ybychkov
 
-	* [r410] source/geom/PrecisionModel.cpp: Changed rounding method to
-	  make compilable with VC++
+	* source/geom/PrecisionModel.cpp: Changed rounding method to make
+	  compilable with VC++
 
-2004-05-27 12:09  Sandro Santilli <strk at keybit.net>
+2004-05-27 12:09  strk
 
-	* [r409] source/test/testLeaksBig.xml: added one buffer test
+	* source/test/testLeaksBig.xml: added one buffer test
 
-2004-05-27 10:27  Sandro Santilli <strk at keybit.net>
+2004-05-27 10:27  strk
 
-	* [r408] source/noding/SegmentNodeList.cpp,
+	* source/noding/SegmentNodeList.cpp,
 	  source/noding/SegmentString.cpp: Memory leaks fixed.
 
-2004-05-27 10:26  Sandro Santilli <strk at keybit.net>
+2004-05-27 10:26  strk
 
-	* [r407] source/noding/nodingSegmentIntersector.cpp: set (useless?)
+	* source/noding/nodingSegmentIntersector.cpp: set (useless?)
 	  recordIsolated member in constructor
 
-2004-05-27 09:53  Sandro Santilli <strk at keybit.net>
+2004-05-27 09:53  strk
 
-	* [r406] source/headers/indexChain.h:
+	* source/headers/indexChain.h:
 	  MonotoneChainOverlapAction::overlap(*) funx made virtual
 	  as they are supposed to be.
 
-2004-05-27 08:40  Sandro Santilli <strk at keybit.net>
+2004-05-27 08:40  strk
 
-	* [r405] source/test/XMLTester.cpp: Fixed a memleak in buffer test.
+	* source/test/XMLTester.cpp: Fixed a memleak in buffer test.
 
-2004-05-27 08:37  Sandro Santilli <strk at keybit.net>
+2004-05-27 08:37  strk
 
-	* [r404] source/headers/opBuffer.h,
+	* source/headers/opBuffer.h,
 	  source/operation/buffer/OffsetCurveBuilder.cpp: Fixed a bug
 	  preventing OffsetCurveBuilder point list from being reset.
 
-2004-05-26 19:48  Sandro Santilli <strk at keybit.net>
+2004-05-26 19:48  strk
 
-	* [r403] source/operation/buffer/OffsetCurveBuilder.cpp,
+	* source/operation/buffer/OffsetCurveBuilder.cpp,
 	  source/operation/buffer/OffsetCurveSetBuilder.cpp: Changed abs()
 	  to fabs() when working with doubles.
 	  Used dynamic_cast<> instead of typeid() when JTS uses instanceof.
 
-2004-05-26 13:12  Sandro Santilli <strk at keybit.net>
+2004-05-26 13:12  strk
 
-	* [r402] source/operation/buffer/BufferBuilder.cpp: Removed
-	  try/catch block from ::buildSubgraphs
+	* source/operation/buffer/BufferBuilder.cpp: Removed try/catch
+	  block from ::buildSubgraphs
 
-2004-05-26 09:50  Sandro Santilli <strk at keybit.net>
+2004-05-26 09:50  strk
 
-	* [r401] source/headers/geomgraph.h: Added comments about
+	* source/headers/geomgraph.h: Added comments about
 	  OverlayNodeFactory() ownership in NodeMap and PlanarGraph
 	  constuctors
 
-2004-05-26 09:49  Sandro Santilli <strk at keybit.net>
+2004-05-26 09:49  strk
 
-	* [r400] source/headers/opBuffer.h,
+	* source/headers/opBuffer.h,
 	  source/operation/buffer/BufferBuilder.cpp: PlanarGraph made local
 	  to ::buffer instead of Class private.
 
-2004-05-21 14:17  Sandro Santilli <strk at keybit.net>
+2004-05-21 14:17  strk
 
-	* [r399] TODO: updated
+	* TODO: updated
 
-2004-05-21 13:58  Sandro Santilli <strk at keybit.net>
+2004-05-21 13:58  strk
 
-	* [r398] source/geom/Geometry.cpp: ::intersection missed to
-	  invalidate geometryCollection inputs
+	* source/geom/Geometry.cpp: ::intersection missed to invalidate
+	  geometryCollection inputs
 
-2004-05-21 13:55  Sandro Santilli <strk at keybit.net>
+2004-05-21 13:55  strk
 
-	* [r397] TODO: updated
+	* TODO: updated
 
-2004-05-21 13:39  Sandro Santilli <strk at keybit.net>
+2004-05-21 13:39  strk
 
-	* [r396] source/geom/PrecisionModel.cpp: ::makePrecise make use of
+	* source/geom/PrecisionModel.cpp: ::makePrecise make use of
 	  nearbyint() now, to be compatible with JTS
 
-2004-05-21 13:37  Sandro Santilli <strk at keybit.net>
+2004-05-21 13:37  strk
 
-	* [r395] source/test/testLeaksBig.xml: first import
+	* source/test/testLeaksBig.xml: first import
 
-2004-05-20 09:14  Sandro Santilli <strk at keybit.net>
+2004-05-20 09:14  strk
 
-	* [r394] TODO: updated
+	* TODO: updated
 
-2004-05-19 19:39  Yury Bychkov <me at yury.ca>
+2004-05-19 19:39  ybychkov
 
-	* [r393] source/geom/PrecisionModel.cpp: Changed rounding method to
-	  make compilable with VC++
+	* source/geom/PrecisionModel.cpp: Changed rounding method to make
+	  compilable with VC++
 
-2004-05-19 13:40  Sandro Santilli <strk at keybit.net>
+2004-05-19 13:40  strk
 
-	* [r392] source/operation/buffer/OffsetCurveBuilder.cpp: Fixed bug
-	  in ::addCircle
+	* source/operation/buffer/OffsetCurveBuilder.cpp: Fixed bug in
+	  ::addCircle
 
-2004-05-19 13:18  Sandro Santilli <strk at keybit.net>
+2004-05-19 13:18  strk
 
-	* [r391] source/geom/BasicCoordinateList.cpp,
+	* source/geom/BasicCoordinateList.cpp,
 	  source/geom/PointCoordinateList.cpp, source/headers/geom.h: made
 	  CoordinateList::toString() a const member function
 
-2004-05-19 13:01  Sandro Santilli <strk at keybit.net>
+2004-05-19 13:01  strk
 
-	* [r390] source/operation/buffer/BufferOp.cpp: avoided assignment
-	  operator calls for BufferBuilder
+	* source/operation/buffer/BufferOp.cpp: avoided assignment operator
+	  calls for BufferBuilder
 
-2004-05-19 12:50  Sandro Santilli <strk at keybit.net>
+2004-05-19 12:50  strk
 
-	* [r389] source/operation/buffer/BufferSubgraph.cpp: Removed all
-	  try/catch blocks transforming stack allocated-vectors to
+	* source/operation/buffer/BufferSubgraph.cpp: Removed all try/catch
+	  blocks transforming stack allocated-vectors to
 	  auto-heap-allocations
 
-2004-05-19 09:57  Yury Bychkov <me at yury.ca>
+2004-05-19 09:57  ybychkov
 
-	* [r388] source/operation/buffer/OffsetCurveSetBuilder.cpp: Bugfix
-	  in OffsetCurveSetBuilder::addPolygon (JTS 1.4.1)
+	* source/operation/buffer/OffsetCurveSetBuilder.cpp: Bugfix in
+	  OffsetCurveSetBuilder::addPolygon (JTS 1.4.1)
 
-2004-05-18 13:49  Sandro Santilli <strk at keybit.net>
+2004-05-18 13:49  strk
 
-	* [r387] source/test/XMLTester.cpp: Output made more neat (geometry
-	  B is not printed if not existent).
+	* source/test/XMLTester.cpp: Output made more neat (geometry B is
+	  not printed if not existent).
 	  Added support for buffer tests.
 
-2004-05-18 13:15  Sandro Santilli <strk at keybit.net>
+2004-05-18 13:15  strk
 
-	* [r386] source/geom/CoordinateList.cpp: made ::scroll handle
-	  already scrolled vect and more readable
+	* source/geom/CoordinateList.cpp: made ::scroll handle already
+	  scrolled vect and more readable
 
-2004-05-18 00:02  Yury Bychkov <me at yury.ca>
+2004-05-18 00:02  ybychkov
 
-	* [r385] source/headers/opValid.h,
-	  source/operation/valid/IsValidOp.cpp:
+	* source/headers/opValid.h, source/operation/valid/IsValidOp.cpp:
 	  IsValidOp::checkShellNotNested() bugfix from JTS 1.4.1 (not
 	  released yet) has been added.
 
-2004-05-17 21:14  Yury Bychkov <me at yury.ca>
+2004-05-17 21:14  ybychkov
 
-	* [r384] source/geom/GeometryCollection.cpp, source/headers/geom.h:
+	* source/geom/GeometryCollection.cpp, source/headers/geom.h:
 	  JavaDoc updated
 
-2004-05-17 21:09  Yury Bychkov <me at yury.ca>
+2004-05-17 21:09  ybychkov
 
-	* [r383] source/geom/BasicCoordinateList.cpp,
+	* source/geom/BasicCoordinateList.cpp,
 	  source/geom/PointCoordinateList.cpp: toString() performance
 	  enhancement
 
-2004-05-17 21:03  Yury Bychkov <me at yury.ca>
+2004-05-17 21:03  ybychkov
 
-	* [r382] source/geom/CoordinateList.cpp, source/headers/geom.h:
-	  JavaDoc updated
+	* source/geom/CoordinateList.cpp, source/headers/geom.h: JavaDoc
+	  updated
 
-2004-05-17 12:54  Sandro Santilli <strk at keybit.net>
+2004-05-17 12:54  strk
 
-	* [r381] source/io/markup/MarkupSTL.cpp: Added tab in list of blank
-	  chars
+	* source/io/markup/MarkupSTL.cpp: Added tab in list of blank chars
 
-2004-05-17 12:53  Sandro Santilli <strk at keybit.net>
+2004-05-17 12:53  strk
 
-	* [r380] source/test/XMLTester.cpp: Expected result string trimmed
-	  for blanks
+	* source/test/XMLTester.cpp: Expected result string trimmed for
+	  blanks
 
-2004-05-17 12:37  Sandro Santilli <strk at keybit.net>
+2004-05-17 12:37  strk
 
-	* [r379] source/io/StringTokenizer.cpp: Added carriage returns and
-	  tabs in set of blanks chars
+	* source/io/StringTokenizer.cpp: Added carriage returns and tabs in
+	  set of blanks chars
 
-2004-05-17 12:36  Sandro Santilli <strk at keybit.net>
+2004-05-17 12:36  strk
 
-	* [r378] source/io/ParseException.cpp: ParseException message made
-	  more readable
+	* source/io/ParseException.cpp: ParseException message made more
+	  readable
 
-2004-05-17 10:45  Sandro Santilli <strk at keybit.net>
+2004-05-17 10:45  strk
 
-	* [r377] source/geom/PrecisionModel.cpp: Fixed bogus FIXED
-	  coordinate rounding
+	* source/geom/PrecisionModel.cpp: Fixed bogus FIXED coordinate
+	  rounding
 
-2004-05-17 08:34  Sandro Santilli <strk at keybit.net>
+2004-05-17 08:34  strk
 
-	* [r376] source/operation/overlay/OverlayOp.cpp: reduced stack
+	* source/operation/overlay/OverlayOp.cpp: reduced stack
 	  allocations, try/catch blocks in ::overlayOp
 
-2004-05-17 07:42  Sandro Santilli <strk at keybit.net>
+2004-05-17 07:42  strk
 
-	* [r375] source/algorithm/CentroidArea.cpp: CentroidArea::add(const
+	* source/algorithm/CentroidArea.cpp: CentroidArea::add(const
 	  Geometry *geom) uses dynamic_cast
 
-2004-05-17 07:23  Sandro Santilli <strk at keybit.net>
+2004-05-17 07:23  strk
 
-	* [r374] source/geom/Geometry.cpp: ::getCeontroid(): reduced
-	  dynamic allocations, added missing check for isEmpty
+	* source/geom/Geometry.cpp: ::getCeontroid(): reduced dynamic
+	  allocations, added missing check for isEmpty
 
-2004-05-14 14:47  Sandro Santilli <strk at keybit.net>
+2004-05-14 14:47  strk
 
-	* [r373]
-	  source/operation/distance/ConnectedElementLocationFilter.cpp:
+	* source/operation/distance/ConnectedElementLocationFilter.cpp:
 	  Added LinearRing support
 
-2004-05-14 14:45  Sandro Santilli <strk at keybit.net>
+2004-05-14 14:45  strk
 
-	* [r372] source/headers/geomUtil.h: Fixed bogus inheritance of
+	* source/headers/geomUtil.h: Fixed bogus inheritance of
 	  LinearComponentExtracter
 
-2004-05-14 13:42  Sandro Santilli <strk at keybit.net>
+2004-05-14 13:42  strk
 
-	* [r371] source/geom/LineSegment.cpp,
+	* source/geom/LineSegment.cpp,
 	  source/geom/util/LinearComponentExtracter.cpp,
 	  source/geom/util/PointExtracter.cpp,
 	  source/geom/util/PolygonExtracter.cpp, source/headers/geomUtil.h,
@@ -17090,68 +17400,65 @@
 	  source/operation/distance/DistanceOp.cpp: DistanceOp bug removed,
 	  cascading errors fixed.
 
-2004-05-14 12:14  Sandro Santilli <strk at keybit.net>
+2004-05-14 12:14  strk
 
-	* [r370] source/geom/Geometry.cpp, source/headers/geom.h: const
+	* source/geom/Geometry.cpp, source/headers/geom.h: const
 	  correctness
 
-2004-05-14 12:10  Sandro Santilli <strk at keybit.net>
+2004-05-14 12:10  strk
 
-	* [r369] source/io/WKTReader.cpp: avoided leaks on malformed
-	  LinearRing
+	* source/io/WKTReader.cpp: avoided leaks on malformed LinearRing
 
-2004-05-14 09:20  Sandro Santilli <strk at keybit.net>
+2004-05-14 09:20  strk
 
-	* [r368] source/geom/util/LinearComponentExtracter.cpp,
+	* source/geom/util/LinearComponentExtracter.cpp,
 	  source/geom/util/PointExtracter.cpp,
 	  source/geom/util/PolygonExtracter.cpp: Mem leaks fixed
 
-2004-05-14 07:19  Sandro Santilli <strk at keybit.net>
+2004-05-14 07:19  strk
 
-	* [r367] source/test/XMLTester.cpp: Changed the algorythm for
-	  finding precisionModel type (current way did
+	* source/test/XMLTester.cpp: Changed the algorythm for finding
+	  precisionModel type (current way did
 	  not work): now if you specify a scale precisionModel will be
 	  FIXED,
 	  otherwise it will be FLOATING.
 
-2004-05-07 14:15  Sandro Santilli <strk at keybit.net>
+2004-05-07 14:15  strk
 
-	* [r366] source/io/StringTokenizer.cpp: fixed peekNextToken to
-	  avoid incrementing string pointer
+	* source/io/StringTokenizer.cpp: fixed peekNextToken to avoid
+	  incrementing string pointer
 
-2004-05-07 14:13  Sandro Santilli <strk at keybit.net>
+2004-05-07 14:13  strk
 
-	* [r365] source/index/bintree/Bintree.cpp: Fixed segfault in
-	  ::insert
+	* source/index/bintree/Bintree.cpp: Fixed segfault in ::insert
 
-2004-05-07 14:12  Sandro Santilli <strk at keybit.net>
+2004-05-07 14:12  strk
 
-	* [r364] source/algorithm/InteriorPointArea.cpp: Fixed segfault in
+	* source/algorithm/InteriorPointArea.cpp: Fixed segfault in
 	  destructor
 
-2004-05-07 13:23  Sandro Santilli <strk at keybit.net>
+2004-05-07 13:23  strk
 
-	* [r363] source/io/WKTReader.cpp, source/test/XMLTester.cpp: Memory
-	  leaks fixed.
+	* source/io/WKTReader.cpp, source/test/XMLTester.cpp: Memory leaks
+	  fixed.
 
-2004-05-07 13:04  Sandro Santilli <strk at keybit.net>
+2004-05-07 13:04  strk
 
-	* [r362] source/geom/MultiLineString.cpp: leak removed in
+	* source/geom/MultiLineString.cpp: leak removed in
 	  MultiLineString::getBoundary()
 
-2004-05-07 09:05  Sandro Santilli <strk at keybit.net>
+2004-05-07 09:05  strk
 
-	* [r361] source/geom/Geometry.cpp,
-	  source/geom/GeometryCollection.cpp,
+	* source/geom/Geometry.cpp, source/geom/GeometryCollection.cpp,
 	  source/geom/GeometryFactory.cpp, source/geom/LineString.cpp,
 	  source/geom/MultiLineString.cpp, source/geom/MultiPoint.cpp,
 	  source/geom/MultiPolygon.cpp, source/headers/geom.h: Some const
 	  correctness added. Fixed bug in GeometryFactory::createMultiPoint
 	  to handle NULL CoordinateList.
 
-2004-05-07 07:57  Sandro Santilli <strk at keybit.net>
+2004-05-07 07:57  strk
 
-	* [r360] source/geom/Makefile.am, source/headers/noding.h,
+	* source/geom/Makefile.am, source/headers/noding.h,
 	  source/headers/opBuffer.h, source/noding/SegmentString.cpp,
 	  source/operation/buffer/OffsetCurveSetBuilder.cpp: Added missing
 	  EdgeNodingValidator to build scripts.
@@ -17159,18 +17466,17 @@
 	  (takes const void *), implemented local tracking of "contexts"
 	  in caller objects for proper destruction.
 
-2004-05-06 16:30  Sandro Santilli <strk at keybit.net>
+2004-05-06 16:30  strk
 
-	* [r359] source/headers/indexBintree.h,
-	  source/headers/indexQuadtree.h, source/index/bintree/Bintree.cpp,
+	* source/headers/indexBintree.h, source/headers/indexQuadtree.h,
+	  source/index/bintree/Bintree.cpp,
 	  source/index/quadtree/Quadtree.cpp: Kept track of newly allocated
 	  objects by ensureExtent for Bintree and Quadtree,
 	  deleted at destruction time. doc/example.cpp runs with no leaks.
 
-2004-05-06 15:54  Sandro Santilli <strk at keybit.net>
+2004-05-06 15:54  strk
 
-	* [r358] source/headers/noding.h,
-	  source/noding/SegmentNodeList.cpp,
+	* source/headers/noding.h, source/noding/SegmentNodeList.cpp,
 	  source/noding/SegmentString.cpp,
 	  source/operation/buffer/OffsetCurveSetBuilder.cpp:
 	  SegmentNodeList keeps track of created splitEdges for later
@@ -17178,9 +17484,9 @@
 	  SegmentString constructor copies given Label.
 	  Buffer operation does no more leaks for doc/example.cpp
 
-2004-05-06 15:00  Sandro Santilli <strk at keybit.net>
+2004-05-06 15:00  strk
 
-	* [r357] source/headers/indexStrtree.h,
+	* source/headers/indexStrtree.h,
 	  source/index/strtree/AbstractSTRtree.cpp,
 	  source/index/strtree/ItemBoundable.cpp,
 	  source/index/strtree/SIRtree.cpp,
@@ -17190,19 +17496,18 @@
 	  used to keep track of created node to cleanly delete them at
 	  destruction time.
 
-2004-05-06 13:58  Sandro Santilli <strk at keybit.net>
+2004-05-06 13:58  strk
 
-	* [r356] source/index/strtree/STRtree.cpp: leak removed from
+	* source/index/strtree/STRtree.cpp: leak removed from
 	  createParentBoundablesFromVerticalSlices
 
-2004-05-06 08:59  Sandro Santilli <strk at keybit.net>
+2004-05-06 08:59  strk
 
-	* [r355] source/index/strtree/AbstractSTRtree.cpp: memory leak
-	  fixed
+	* source/index/strtree/AbstractSTRtree.cpp: memory leak fixed
 
-2004-05-05 17:42  Sandro Santilli <strk at keybit.net>
+2004-05-05 17:42  strk
 
-	* [r354] source/headers/indexStrtree.h,
+	* source/headers/indexStrtree.h,
 	  source/index/strtree/AbstractSTRtree.cpp,
 	  source/index/strtree/SIRtree.cpp,
 	  source/index/strtree/STRtree.cpp: AbstractNode destructor made
@@ -17213,75 +17518,75 @@
 	  appropriate
 	  Class in the subClasses).
 
-2004-05-05 16:57  Sandro Santilli <strk at keybit.net>
+2004-05-05 16:57  strk
 
-	* [r353] source/headers/opBuffer.h,
+	* source/headers/opBuffer.h,
 	  source/operation/buffer/BufferBuilder.cpp: Rewritten static cga
 	  allocation to avoid copy constructor calls.
 
-2004-05-05 16:51  Sandro Santilli <strk at keybit.net>
+2004-05-05 16:51  strk
 
-	* [r352] source/geom/Geometry.cpp: avoided copy constructor in
+	* source/geom/Geometry.cpp: avoided copy constructor in
 	  Geometry::geometryChangedFilter initializzazion
 
-2004-05-05 16:39  Sandro Santilli <strk at keybit.net>
+2004-05-05 16:39  strk
 
-	* [r351] source/noding/MCQuadtreeNoder.cpp: reduced explicit local
-	  objects allocation
+	* source/noding/MCQuadtreeNoder.cpp: reduced explicit local objects
+	  allocation
 
-2004-05-05 16:36  Sandro Santilli <strk at keybit.net>
+2004-05-05 16:36  strk
 
-	* [r350] source/operation/buffer/BufferBuilder.cpp: Avoid use of
-	  copy c'tors on local objects initializzation
+	* source/operation/buffer/BufferBuilder.cpp: Avoid use of copy
+	  c'tors on local objects initializzation
 
-2004-05-05 15:51  Sandro Santilli <strk at keybit.net>
+2004-05-05 15:51  strk
 
-	* [r349] source/noding/MCQuadtreeNoder.cpp: Fixed big leak in
+	* source/noding/MCQuadtreeNoder.cpp: Fixed big leak in
 	  intersectChains()
 
-2004-05-05 13:08  Sandro Santilli <strk at keybit.net>
+2004-05-05 13:08  strk
 
-	* [r348] source/algorithm/MinimumDiameter.cpp,
+	* source/algorithm/MinimumDiameter.cpp,
 	  source/operation/buffer/BufferBuilder.cpp,
 	  source/operation/buffer/OffsetCurveBuilder.cpp,
 	  source/operation/buffer/OffsetCurveSetBuilder.cpp: Leaks fixed,
 	  explicit allocations/deallocations reduced.
 
-2004-05-05 12:29  Sandro Santilli <strk at keybit.net>
+2004-05-05 12:29  strk
 
-	* [r347] source/operation/buffer/SubgraphDepthLocater.cpp: memleak
-	  fixed in ::getDepth
+	* source/operation/buffer/SubgraphDepthLocater.cpp: memleak fixed
+	  in ::getDepth
 
-2004-05-05 12:20  Sandro Santilli <strk at keybit.net>
+2004-05-05 12:20  strk
 
-	* [r346] source/geom/util/GeometryEditor.cpp: Memory leak plugged
-	  in editGeometryCollection
+	* source/geom/util/GeometryEditor.cpp: Memory leak plugged in
+	  editGeometryCollection
 
-2004-05-05 10:54  Sandro Santilli <strk at keybit.net>
+2004-05-05 10:54  strk
 
-	* [r345] source/geom/Geometry.cpp, source/headers/geom.h,
+	* source/geom/Geometry.cpp, source/headers/geom.h,
 	  source/headers/opBuffer.h, source/io/Unload.cpp,
 	  source/operation/buffer/BufferBuilder.cpp: Removed some private
 	  static heap explicit allocation, less cleanup done by
 	  the unloader.
 
-2004-05-05 10:44  Sandro Santilli <strk at keybit.net>
+2004-05-05 10:44  strk
 
-	* [r344] TODO: updated
+	* TODO: updated
 
-2004-05-05 10:22  Sandro Santilli <strk at keybit.net>
+2004-05-05 10:22  strk
 
-	* [r343] source/operation/buffer/BufferOp.cpp: Removed dynamic
+	* source/operation/buffer/BufferOp.cpp: Removed dynamic
 	  allocations.
 
-2004-05-05 10:03  Sandro Santilli <strk at keybit.net>
+2004-05-05 10:03  strk
 
-	* [r342] source/operation/buffer/BufferOp.cpp: Reduced dynamic
-	  allocations in bufferOriginalPrecision and bufferFixedPrecision.
+	* source/operation/buffer/BufferOp.cpp: Reduced dynamic allocations
+	  in bufferOriginalPrecision and bufferFixedPrecision.
 
-2004-05-03 22:56  Sandro Santilli <strk at keybit.net>
+2004-05-03 22:56  strk
 
-	* [r341] source/geomgraph/EdgeList.cpp, source/headers/noding.h,
+	* source/geomgraph/EdgeList.cpp, source/headers/noding.h,
 	  source/index/strtree/AbstractSTRtree.cpp,
 	  source/noding/IteratedNoder.cpp,
 	  source/noding/MCQuadtreeNoder.cpp, source/noding/Noder.cpp,
@@ -17291,16 +17596,16 @@
 	  source/operation/buffer/SubgraphDepthLocater.cpp: leaks fixed,
 	  exception specification omitted.
 
-2004-05-03 20:49  Sandro Santilli <strk at keybit.net>
+2004-05-03 20:49  strk
 
-	* [r340] source/geom/util/LinearComponentExtracter.cpp,
+	* source/geom/util/LinearComponentExtracter.cpp,
 	  source/geom/util/PointExtracter.cpp,
 	  source/noding/SegmentNodeList.cpp: Some more leaks fixed
 
-2004-05-03 17:15  Sandro Santilli <strk at keybit.net>
+2004-05-03 17:15  strk
 
-	* [r339] source/geom/util/GeometryEditor.cpp,
-	  source/headers/precision.h, source/index/strtree/STRtree.cpp,
+	* source/geom/util/GeometryEditor.cpp, source/headers/precision.h,
+	  source/index/strtree/STRtree.cpp,
 	  source/operation/buffer/BufferBuilder.cpp,
 	  source/operation/buffer/BufferOp.cpp,
 	  source/operation/buffer/BufferSubgraph.cpp,
@@ -17308,9 +17613,9 @@
 	  source/precision/SimpleGeometryPrecisionReducer.cpp: leaks on
 	  exception fixed.
 
-2004-05-03 16:29  Sandro Santilli <strk at keybit.net>
+2004-05-03 16:29  strk
 
-	* [r338] source/headers/indexStrtree.h,
+	* source/headers/indexStrtree.h,
 	  source/index/strtree/AbstractSTRtree.cpp,
 	  source/index/strtree/SIRtree.cpp,
 	  source/index/strtree/STRtree.cpp: Added sortBoundables(const
@@ -17319,22 +17624,22 @@
 	  in STRtree.cpp
 	  and SIRtree.cpp.
 
-2004-05-03 13:17  Sandro Santilli <strk at keybit.net>
+2004-05-03 13:17  strk
 
-	* [r337] source/headers/indexStrtree.h,
+	* source/headers/indexStrtree.h,
 	  source/index/strtree/AbstractSTRtree.cpp: Fixed comparator
 	  function to express StrictWeakOrdering.
 
-2004-05-03 12:09  Sandro Santilli <strk at keybit.net>
+2004-05-03 12:09  strk
 
-	* [r336] source/noding/Noder.cpp, source/noding/SegmentNode.cpp,
+	* source/noding/Noder.cpp, source/noding/SegmentNode.cpp,
 	  source/noding/nodingSegmentIntersector.cpp,
 	  source/planargraph/planarNodeMap.cpp: newline added at end of
 	  file
 
-2004-05-03 10:43  Sandro Santilli <strk at keybit.net>
+2004-05-03 10:43  strk
 
-	* [r335] source/geomgraph/DirectedEdgeStar.cpp,
+	* source/geomgraph/DirectedEdgeStar.cpp,
 	  source/geomgraph/EdgeEndStar.cpp,
 	  source/geomgraph/GeometryGraph.cpp,
 	  source/geomgraph/PlanarGraph.cpp, source/headers/geomgraph.h,
@@ -17345,17 +17650,17 @@
 	  source/planargraph/planarDirectedEdge.cpp: Exception
 	  specification considered harmful - left as comment.
 
-2004-04-30 09:15  Sandro Santilli <strk at keybit.net>
+2004-04-30 09:15  strk
 
-	* [r334] source/geom/Geometry.cpp, source/headers/noding.h,
+	* source/geom/Geometry.cpp, source/headers/noding.h,
 	  source/headers/opBuffer.h, source/noding/IteratedNoder.cpp,
 	  source/operation/buffer/BufferBuilder.cpp: Enlarged exception
 	  specifications to allow for AssertionFailedException.
 	  Added missing initializers.
 
-2004-04-28 14:58  Sandro Santilli <strk at keybit.net>
+2004-04-28 14:58  strk
 
-	* [r333] source/index/strtree/AbstractSTRtree.cpp: Made
+	* source/index/strtree/AbstractSTRtree.cpp: Made
 	  AbstractSTRtree::query use dynamic_cast<> to simulate java's
 	  instanceof. Previous typeid(*) use missed to catch an
 	  STRAbstractNode
@@ -17364,61 +17669,59 @@
 	  SIGABORT
 	  are no more raised.
 
-2004-04-26 22:00  Paul Ramsey <pramsey at cleverelephant.ca>
+2004-04-26 22:00  pramsey
 
-	* [r332] configure.in: Bump version number to 1.4 to indicate new
-	  changes.
+	* configure.in: Bump version number to 1.4 to indicate new changes.
 
-2004-04-26 12:37  Sandro Santilli <strk at keybit.net>
+2004-04-26 12:37  strk
 
-	* [r331] source/index/strtree/AbstractSTRtree.cpp,
+	* source/index/strtree/AbstractSTRtree.cpp,
 	  source/index/strtree/STRtree.cpp: Some leaks fixed.
 
-2004-04-23 00:02  Sandro Santilli <strk at keybit.net>
+2004-04-23 00:02  strk
 
-	* [r330] source/headers/noding.h, source/headers/opBuffer.h,
+	* source/headers/noding.h, source/headers/opBuffer.h,
 	  source/noding/IteratedNoder.cpp,
 	  source/operation/buffer/BufferBuilder.cpp,
 	  source/operation/buffer/BufferOp.cpp: const-correctness changes
 
-2004-04-21 14:14  Sandro Santilli <strk at keybit.net>
+2004-04-21 14:14  strk
 
-	* [r329] source/geomgraph/DirectedEdgeStar.cpp: Fixed bug in
-	  computeDepths
+	* source/geomgraph/DirectedEdgeStar.cpp: Fixed bug in computeDepths
 
-2004-04-20 13:24  Sandro Santilli <strk at keybit.net>
+2004-04-20 13:24  strk
 
-	* [r328] source/algorithm/ConvexHull.cpp,
+	* source/algorithm/ConvexHull.cpp,
 	  source/algorithm/MinimumDiameter.cpp, source/geom/LineString.cpp,
 	  source/geom/LinearRing.cpp, source/geom/Polygon.cpp,
 	  source/operation/buffer/BufferOp.cpp,
 	  source/operation/overlay/OverlayOp.cpp: More leaks removed.
 
-2004-04-20 12:47  Sandro Santilli <strk at keybit.net>
+2004-04-20 12:47  strk
 
-	* [r327] source/algorithm/MinimumDiameter.cpp,
+	* source/algorithm/MinimumDiameter.cpp,
 	  source/headers/geosAlgorithm.h: MinimumDiameter leaks plugged.
 
-2004-04-20 10:58  Sandro Santilli <strk at keybit.net>
+2004-04-20 10:58  strk
 
-	* [r326] source/headers/opBuffer.h,
+	* source/headers/opBuffer.h,
 	  source/operation/buffer/BufferBuilder.cpp,
 	  source/operation/buffer/OffsetCurveBuilder.cpp,
 	  source/operation/buffer/OffsetCurveSetBuilder.cpp: More memory
 	  leaks removed.
 
-2004-04-20 10:14  Sandro Santilli <strk at keybit.net>
+2004-04-20 10:14  strk
 
-	* [r325] source/algorithm/MinimumDiameter.cpp,
-	  source/geom/Geometry.cpp, source/geom/util/GeometryEditor.cpp,
+	* source/algorithm/MinimumDiameter.cpp, source/geom/Geometry.cpp,
+	  source/geom/util/GeometryEditor.cpp,
 	  source/operation/buffer/BufferOp.cpp,
 	  source/operation/buffer/OffsetCurveSetBuilder.cpp,
 	  source/precision/SimpleGeometryPrecisionReducer.cpp: Memory leaks
 	  removed.
 
-2004-04-20 08:52  Sandro Santilli <strk at keybit.net>
+2004-04-20 08:52  strk
 
-	* [r324] source/geom/GeometryCollection.cpp,
+	* source/geom/GeometryCollection.cpp,
 	  source/geom/GeometryFactory.cpp, source/geom/LineString.cpp,
 	  source/geom/LinearRing.cpp, source/geom/MultiLineString.cpp,
 	  source/geom/MultiPoint.cpp, source/geom/MultiPolygon.cpp,
@@ -17430,20 +17733,19 @@
 	  Memory leaks removed from SimpleGeometryPrecisionReducer
 	  and GeometryFactory.
 
-2004-04-19 16:14  Sandro Santilli <strk at keybit.net>
+2004-04-19 16:14  strk
 
-	* [r323] source/headers/noding.h, source/noding/IteratedNoder.cpp,
+	* source/headers/noding.h, source/noding/IteratedNoder.cpp,
 	  source/noding/MCQuadtreeNoder.cpp,
 	  source/noding/SegmentString.cpp,
 	  source/operation/buffer/OffsetCurveBuilder.cpp,
 	  source/operation/buffer/OffsetCurveSetBuilder.cpp: Some memory
 	  leaks plugged in noding algorithms.
 
-2004-04-19 15:14  Sandro Santilli <strk at keybit.net>
+2004-04-19 15:14  strk
 
-	* [r322] source/geomgraph/PlanarGraph.cpp,
-	  source/headers/indexQuadtree.h, source/headers/opBuffer.h,
-	  source/headers/spatialIndex.h,
+	* source/geomgraph/PlanarGraph.cpp, source/headers/indexQuadtree.h,
+	  source/headers/opBuffer.h, source/headers/spatialIndex.h,
 	  source/index/quadtree/Quadtree.cpp,
 	  source/operation/buffer/BufferBuilder.cpp,
 	  source/operation/buffer/BufferOp.cpp,
@@ -17452,144 +17754,141 @@
 	  virtual destructor in SpatialIndex class.
 	  Memory leaks fixes. Const and throw specifications added.
 
-2004-04-19 12:51  Sandro Santilli <strk at keybit.net>
+2004-04-19 12:51  strk
 
-	* [r321] source/headers/noding.h, source/headers/opBuffer.h,
+	* source/headers/noding.h, source/headers/opBuffer.h,
 	  source/noding/IteratedNoder.cpp,
 	  source/operation/buffer/BufferBuilder.cpp,
 	  source/operation/buffer/BufferOp.cpp: Memory leaks fixes. Throw
 	  specifications added.
 
-2004-04-16 14:12  Sandro Santilli <strk at keybit.net>
+2004-04-16 14:12  strk
 
-	* [r320] source/geom/Point.cpp: Memory leak fix in copy constructor
+	* source/geom/Point.cpp: Memory leak fix in copy constructor
 
-2004-04-16 14:09  Sandro Santilli <strk at keybit.net>
+2004-04-16 14:09  strk
 
-	* [r319] source/operation/buffer/BufferOp.cpp: Leaks fixes
+	* source/operation/buffer/BufferOp.cpp: Leaks fixes
 
-2004-04-16 13:03  Sandro Santilli <strk at keybit.net>
+2004-04-16 13:03  strk
 
-	* [r318] source/operation/buffer/OffsetCurveBuilder.cpp: More leaks
-	  fixed
+	* source/operation/buffer/OffsetCurveBuilder.cpp: More leaks fixed
 
-2004-04-16 12:48  Sandro Santilli <strk at keybit.net>
+2004-04-16 12:48  strk
 
-	* [r317] source/noding/IteratedNoder.cpp,
+	* source/noding/IteratedNoder.cpp,
 	  source/noding/MCQuadtreeNoder.cpp,
 	  source/operation/buffer/BufferSubgraph.cpp,
 	  source/operation/buffer/OffsetCurveBuilder.cpp: Leak fixes.
 
-2004-04-16 11:04  Sandro Santilli <strk at keybit.net>
+2004-04-16 11:04  strk
 
-	* [r316] source/operation/buffer/BufferOp.cpp: Memory leaks plugged
-	  on exception thrown
+	* source/operation/buffer/BufferOp.cpp: Memory leaks plugged on
+	  exception thrown
 
-2004-04-16 10:00  Sandro Santilli <strk at keybit.net>
+2004-04-16 10:00  strk
 
-	* [r315] source/operation/buffer/BufferOp.cpp: Memory leak fixed.
+	* source/operation/buffer/BufferOp.cpp: Memory leak fixed.
 
-2004-04-16 09:01  Sandro Santilli <strk at keybit.net>
+2004-04-16 09:01  strk
 
-	* [r314] source/algorithm/CGAlgorithms.cpp: Removed memory leak in
+	* source/algorithm/CGAlgorithms.cpp: Removed memory leak in
 	  CGAlgorithms::isOnline
 
-2004-04-16 08:52  Sandro Santilli <strk at keybit.net>
+2004-04-16 08:52  strk
 
-	* [r313] source/headers/planargraph.h, source/io/Unload.cpp:
+	* source/headers/planargraph.h, source/io/Unload.cpp:
 	  Unload::Release final delete (static heap allocations should be
 	  gone now)
 
-2004-04-16 08:35  Sandro Santilli <strk at keybit.net>
+2004-04-16 08:35  strk
 
-	* [r312] source/geom/GeometryFactory.cpp, source/geom/Point.cpp,
+	* source/geom/GeometryFactory.cpp, source/geom/Point.cpp,
 	  source/headers/geom.h: Memory leaks fixed and const correctness
 	  applied for Point class.
 
-2004-04-16 07:42  Sandro Santilli <strk at keybit.net>
+2004-04-16 07:42  strk
 
-	* [r311] source/geom/PrecisionModel.cpp, source/headers/geom.h,
+	* source/geom/PrecisionModel.cpp, source/headers/geom.h,
 	  source/io/Unload.cpp: PrecisionModel::Type made an enum instead
 	  of a Type.
 
-2004-04-15 15:11  Sandro Santilli <strk at keybit.net>
+2004-04-15 15:11  strk
 
-	* [r310] source/io/Unload.cpp: Commented out deletion that seems to
-	  cause segfaults
+	* source/io/Unload.cpp: Commented out deletion that seems to cause
+	  segfaults
 
-2004-04-15 14:00  Sandro Santilli <strk at keybit.net>
+2004-04-15 14:00  strk
 
-	* [r309] source/headers/geom.h, source/headers/opBuffer.h,
+	* source/headers/geom.h, source/headers/opBuffer.h,
 	  source/io/Unload.cpp: Added new cleanup to Unload::Release
 
-2004-04-14 13:56  Sandro Santilli <strk at keybit.net>
+2004-04-14 13:56  strk
 
-	* [r308] source/geom/Geometry.cpp, source/headers/geom.h: All
-	  geometries returned by {from,to}InternalGeometry calls are
+	* source/geom/Geometry.cpp, source/headers/geom.h: All geometries
+	  returned by {from,to}InternalGeometry calls are
 	  now deleted after use (unless NOT new).
 	  Some 'commented' throw specifications in geom.h
 
-2004-04-14 13:14  Sandro Santilli <strk at keybit.net>
+2004-04-14 13:14  strk
 
-	* [r307] source/operation/overlay/OverlayOp.cpp: Removed deletion
-	  of externally pointed GeometryFactory from OverlayOp destructor
+	* source/operation/overlay/OverlayOp.cpp: Removed deletion of
+	  externally pointed GeometryFactory from OverlayOp destructor
 
-2004-04-14 12:28  Sandro Santilli <strk at keybit.net>
+2004-04-14 12:28  strk
 
-	* [r306] source/geom/GeometryCollection.cpp,
+	* source/geom/GeometryCollection.cpp,
 	  source/geom/GeometryFactory.cpp,
 	  source/index/strtree/AbstractSTRtree.cpp: shouldNeverReachHere
 	  exceptions made more verbose
 
-2004-04-14 11:05  Sandro Santilli <strk at keybit.net>
+2004-04-14 11:05  strk
 
-	* [r305] source/geom/util/GeometryEditor.cpp: Added support for
-	  LinearRing in GeometryEditor
+	* source/geom/util/GeometryEditor.cpp: Added support for LinearRing
+	  in GeometryEditor
 
-2004-04-14 10:56  Sandro Santilli <strk at keybit.net>
+2004-04-14 10:56  strk
 
-	* [r304] source/operation/distance/DistanceOp.cpp: Uncommented
+	* source/operation/distance/DistanceOp.cpp: Uncommented
 	  initializzazion and destruction of
 	  DistanceOp::minDistanceLocation
 
-2004-04-14 09:38  Sandro Santilli <strk at keybit.net>
+2004-04-14 09:38  strk
 
-	* [r303] source/geom/PrecisionModel.cpp: PrecisionModel(double
-	  newScale) missed to set the scale
+	* source/geom/PrecisionModel.cpp: PrecisionModel(double newScale)
+	  missed to set the scale
 
-2004-04-14 09:30  Sandro Santilli <strk at keybit.net>
+2004-04-14 09:30  strk
 
-	* [r302] source/headers/noding.h, source/noding/IteratedNoder.cpp:
-	  Private iterated noding funx now use int* instead of vector to
-	  know
+	* source/headers/noding.h, source/noding/IteratedNoder.cpp: Private
+	  iterated noding funx now use int* instead of vector to know
 	  when it's time to stop.
 
-2004-04-14 09:11  Sandro Santilli <strk at keybit.net>
+2004-04-14 09:11  strk
 
-	* [r301] source/operation/buffer/BufferOp.cpp: endCapStyle was
-	  never set in BufferOp contructor
+	* source/operation/buffer/BufferOp.cpp: endCapStyle was never set
+	  in BufferOp contructor
 
-2004-04-14 08:38  Sandro Santilli <strk at keybit.net>
+2004-04-14 08:38  strk
 
-	* [r300] source/operation/buffer/BufferBuilder.cpp: BufferBuilder
+	* source/operation/buffer/BufferBuilder.cpp: BufferBuilder
 	  constructor missed to initialize workingPrecisionModel
 
-2004-04-14 08:38  Sandro Santilli <strk at keybit.net>
+2004-04-14 08:38  strk
 
-	* [r299] source/operation/buffer/BufferOp.cpp: BufferOp constructor
-	  missed to set argGeom
+	* source/operation/buffer/BufferOp.cpp: BufferOp constructor missed
+	  to set argGeom
 
-2004-04-14 07:29  Sandro Santilli <strk at keybit.net>
+2004-04-14 07:29  strk
 
-	* [r298] source/geom/Geometry.cpp, source/geom/GeometryFactory.cpp,
+	* source/geom/Geometry.cpp, source/geom/GeometryFactory.cpp,
 	  source/headers/geom.h: Fixed GeometryFactory constructors to copy
 	  given PrecisionModel. Added GeometryFactory copy constructor.
 	  Fixed Geometry constructors to copy GeometryFactory.
 
-2004-04-14 06:04  Yury Bychkov <me at yury.ca>
+2004-04-14 06:04  ybychkov
 
-	* [r297] source/geomgraph/index,
-	  source/geomgraph/index/MonotoneChain.cpp,
+	* source/geomgraph/index, source/geomgraph/index/MonotoneChain.cpp,
 	  source/geomgraph/index/MonotoneChainEdge.cpp,
 	  source/geomgraph/index/MonotoneChainIndexer.cpp,
 	  source/geomgraph/index/SegmentIntersector.cpp,
@@ -17600,58 +17899,57 @@
 	  source/geomgraph/index/SweepLineSegment.cpp: "geomgraph/index"
 	  committ problem fixed.
 
-2004-04-13 14:45  Sandro Santilli <strk at keybit.net>
+2004-04-13 14:45  strk
 
-	* [r296] source/geom/Point.cpp: Removed faulty assert in
-	  constructor
+	* source/geom/Point.cpp: Removed faulty assert in constructor
 
-2004-04-13 14:33  Sandro Santilli <strk at keybit.net>
+2004-04-13 14:33  strk
 
-	* [r295] source/geom/Makefile.am: Added more source files
+	* source/geom/Makefile.am: Added more source files
 
-2004-04-13 14:28  Sandro Santilli <strk at keybit.net>
+2004-04-13 14:28  strk
 
-	* [r294] doc/example.cpp: Removed spurious line
+	* doc/example.cpp: Removed spurious line
 
-2004-04-13 13:31  Sandro Santilli <strk at keybit.net>
+2004-04-13 13:31  strk
 
-	* [r293] source/headers/precision.h: prototype mismatch fixed
+	* source/headers/precision.h: prototype mismatch fixed
 
-2004-04-13 12:29  Sandro Santilli <strk at keybit.net>
+2004-04-13 12:29  strk
 
-	* [r292] source/headers/opDistance.h,
+	* source/headers/opDistance.h,
 	  source/operation/distance/GeometryLocation.cpp: GeometryLocation
 	  const-correctness.
 
-2004-04-13 11:04  Sandro Santilli <strk at keybit.net>
+2004-04-13 11:04  strk
 
-	* [r291] source/headers/Makefile.am: Added lost opDistance.h
+	* source/headers/Makefile.am: Added lost opDistance.h
 
-2004-04-13 11:03  Sandro Santilli <strk at keybit.net>
+2004-04-13 11:03  strk
 
-	* [r290] source/headers/Makefile.am: Added new header files
+	* source/headers/Makefile.am: Added new header files
 
-2004-04-13 10:58  Sandro Santilli <strk at keybit.net>
+2004-04-13 10:58  strk
 
-	* [r289] source/geom/Makefile.am: Added new source files
+	* source/geom/Makefile.am: Added new source files
 
-2004-04-13 10:05  Sandro Santilli <strk at keybit.net>
+2004-04-13 10:05  strk
 
-	* [r288] source/headers/opDistance.h,
+	* source/headers/opDistance.h,
 	  source/operation/distance/DistanceOp.cpp,
 	  source/operation/distance/GeometryLocation.cpp: GeometryLocation
 	  constructor made const-correct.
 	  Fixed erroneus down-casting in
 	  DistanceOp::computeMinDistancePoints.
 
-2004-04-13 08:15  Sandro Santilli <strk at keybit.net>
+2004-04-13 08:15  strk
 
-	* [r287] source/headers/geom.h: Changed all 'long long' with int64.
+	* source/headers/geom.h: Changed all 'long long' with int64.
 	  Changed all 'long long' constants to end with two Ls.
 
-2004-04-10 22:41  Yury Bychkov <me at yury.ca>
+2004-04-10 22:41  ybychkov
 
-	* [r286] VisualStudio/GEOS.vcproj, source/geom/LineString.cpp,
+	* VisualStudio/GEOS.vcproj, source/geom/LineString.cpp,
 	  source/geom/Point.cpp, source/headers/geom.h,
 	  source/headers/precision.h, source/headers/util.h,
 	  source/operation/buffer/BufferOp.cpp, source/precision,
@@ -17663,11 +17961,11 @@
 	  source/util/UniqueCoordinateArrayFilter.cpp: "precision" upgraded
 	  to JTS 1.4
 
-2004-04-10 08:40  Yury Bychkov <me at yury.ca>
+2004-04-10 08:40  ybychkov
 
-	* [r285] VisualStudio/GEOS.vcproj,
-	  source/geomgraph/PlanarGraph.cpp, source/headers/geomgraph.h,
-	  source/headers/opBuffer.h, source/headers/opOverlay.h,
+	* VisualStudio/GEOS.vcproj, source/geomgraph/PlanarGraph.cpp,
+	  source/headers/geomgraph.h, source/headers/opBuffer.h,
+	  source/headers/opOverlay.h,
 	  source/operation/buffer/BufferBuilder.cpp,
 	  source/operation/buffer/BufferEdgeBuilder.cpp,
 	  source/operation/buffer/BufferLineBuilder.cpp,
@@ -17682,9 +17980,9 @@
 	  source/operation/overlay/PolygonBuilder.cpp: "operation/buffer"
 	  upgraded to JTS 1.4
 
-2004-04-08 04:53  Yury Bychkov <me at yury.ca>
+2004-04-08 04:53  ybychkov
 
-	* [r284] VisualStudio/GEOS.vcproj, source/headers/opPolygonize.h,
+	* VisualStudio/GEOS.vcproj, source/headers/opPolygonize.h,
 	  source/operation/polygonize,
 	  source/operation/polygonize/PolygonizeDirectedEdge.cpp,
 	  source/operation/polygonize/PolygonizeEdge.cpp,
@@ -17693,9 +17991,9 @@
 	  source/operation/polygonize/polygonizeEdgeRing.cpp:
 	  "operation/polygonize" ported from JTS 1.4
 
-2004-04-07 06:55  Yury Bychkov <me at yury.ca>
+2004-04-07 06:55  ybychkov
 
-	* [r283] VisualStudio/GEOS.vcproj, source/geom/CoordinateList.cpp,
+	* VisualStudio/GEOS.vcproj, source/geom/CoordinateList.cpp,
 	  source/headers/geom.h, source/headers/opLinemerge.h,
 	  source/headers/planargraph.h, source/operation/linemerge,
 	  source/operation/linemerge/EdgeString.cpp,
@@ -17708,12 +18006,11 @@
 	  source/planargraph/planarPlanarGraph.cpp: "operation/linemerge"
 	  ported from JTS 1.4
 
-2004-04-05 06:35  Yury Bychkov <me at yury.ca>
+2004-04-05 06:35  ybychkov
 
-	* [r282] VisualStudio/GEOS.vcproj,
-	  source/algorithm/CGAlgorithms.cpp, source/geom/LineSegment.cpp,
-	  source/headers/indexStrtree.h, source/headers/opDistance.h,
-	  source/index/strtree/STRtree.cpp,
+	* VisualStudio/GEOS.vcproj, source/algorithm/CGAlgorithms.cpp,
+	  source/geom/LineSegment.cpp, source/headers/indexStrtree.h,
+	  source/headers/opDistance.h, source/index/strtree/STRtree.cpp,
 	  source/operation/distance/ConnectedElementLocationFilter.cpp,
 	  source/operation/distance/ConnectedElementPointFilter.cpp,
 	  source/operation/distance/DistanceOp.cpp,
@@ -17723,9 +18020,9 @@
 	  source/operation/distance/PolygonExtracterFilter.cpp:
 	  "operation/distance" upgraded to JTS 1.4
 
-2004-04-04 06:29  Yury Bychkov <me at yury.ca>
+2004-04-04 06:29  ybychkov
 
-	* [r281] VisualStudio/GEOS.vcproj, source/geom/GeometryFactory.cpp,
+	* VisualStudio/GEOS.vcproj, source/geom/GeometryFactory.cpp,
 	  source/geom/util, source/geom/util/GeometryEditor.cpp,
 	  source/geom/util/LinearComponentExtracter.cpp,
 	  source/geom/util/PointExtracter.cpp,
@@ -17741,27 +18038,26 @@
 	  source/planargraph/planarNodeMap.cpp: "planargraph" and
 	  "geom/utill" upgraded to JTS 1.4
 
-2004-04-01 10:44  Yury Bychkov <me at yury.ca>
+2004-04-01 10:44  ybychkov
 
-	* [r280] source/geom/Geometry.cpp,
-	  source/geom/GeometryCollection.cpp,
+	* source/geom/Geometry.cpp, source/geom/GeometryCollection.cpp,
 	  source/geom/GeometryFactory.cpp, source/geom/LineString.cpp,
 	  source/geom/LinearRing.cpp, source/geom/MultiLineString.cpp,
 	  source/geom/MultiPoint.cpp, source/geom/Polygon.cpp,
 	  source/headers/geom.h, source/io/Unload.cpp: All "geom" classes
 	  from JTS 1.3 upgraded to JTS 1.4
 
-2004-03-31 07:50  Yury Bychkov <me at yury.ca>
+2004-03-31 07:50  ybychkov
 
-	* [r279] source/geom/LineString.cpp, source/geom/MultiPoint.cpp,
+	* source/geom/LineString.cpp, source/geom/MultiPoint.cpp,
 	  source/geom/MultiPolygon.cpp, source/geom/Point.cpp,
 	  source/geom/Polygon.cpp, source/geom/PrecisionModel.cpp,
 	  source/geomgraph/EdgeNodingValidator.cpp, source/headers/geom.h:
 	  "geom" partially upgraded to JTS 1.4
 
-2004-03-29 06:59  Yury Bychkov <me at yury.ca>
+2004-03-29 06:59  ybychkov
 
-	* [r278] VisualStudio/GEOS.vcproj, source/geom/LineSegment.cpp,
+	* VisualStudio/GEOS.vcproj, source/geom/LineSegment.cpp,
 	  source/headers/geom.h, source/headers/nodingSnapround.h,
 	  source/headers/opOverlay.h, source/headers/opRelate.h,
 	  source/headers/opValid.h, source/headers/operation.h,
@@ -17783,10 +18079,10 @@
 	  "operation/overlay" upgraded to JTS 1.4;
 	  "geom" partially upgraded.
 
-2004-03-26 07:48  Yury Bychkov <me at yury.ca>
+2004-03-26 07:48  ybychkov
 
-	* [r277] VisualStudio/GEOS.vcproj, source/headers/noding.h,
-	  source/noding, source/noding/IteratedNoder.cpp,
+	* VisualStudio/GEOS.vcproj, source/headers/noding.h, source/noding,
+	  source/noding/IteratedNoder.cpp,
 	  source/noding/MCQuadtreeNoder.cpp, source/noding/Noder.cpp,
 	  source/noding/NodingValidator.cpp, source/noding/SegmentNode.cpp,
 	  source/noding/SegmentNodeList.cpp,
@@ -17794,9 +18090,9 @@
 	  source/noding/nodingSegmentIntersector.cpp: "noding" package
 	  ported (JTS 1.4)
 
-2004-03-25 02:23  Yury Bychkov <me at yury.ca>
+2004-03-25 02:23  ybychkov
 
-	* [r276] source/algorithm/RobustLineIntersector.cpp, source/graph,
+	* source/algorithm/RobustLineIntersector.cpp, source/graph,
 	  source/headers/indexBintree.h, source/headers/indexChain.h,
 	  source/headers/indexQuadtree.h, source/headers/indexStrtree.h,
 	  source/headers/spatialIndex.h,
@@ -17811,11 +18107,11 @@
 	  source/index/strtree/STRtree.cpp: All "index/*" packages upgraded
 	  to JTS 1.4
 
-2004-03-19 09:49  Yury Bychkov <me at yury.ca>
+2004-03-19 09:49  ybychkov
 
-	* [r275] VisualStudio/GEOS.vcproj,
-	  source/algorithm/PointLocator.cpp, source/geomgraph,
-	  source/geomgraph/Depth.cpp, source/geomgraph/DirectedEdge.cpp,
+	* VisualStudio/GEOS.vcproj, source/algorithm/PointLocator.cpp,
+	  source/geomgraph, source/geomgraph/Depth.cpp,
+	  source/geomgraph/DirectedEdge.cpp,
 	  source/geomgraph/DirectedEdgeStar.cpp, source/geomgraph/Edge.cpp,
 	  source/geomgraph/EdgeEnd.cpp, source/geomgraph/EdgeEndStar.cpp,
 	  source/geomgraph/EdgeIntersection.cpp,
@@ -17848,9 +18144,9 @@
 	  source/test/XMLTester.cpp: "geomgraph" and "geomgraph/indexl"
 	  upgraded to JTS 1.4
 
-2004-03-18 10:42  Yury Bychkov <me at yury.ca>
+2004-03-18 10:42  ybychkov
 
-	* [r274] VisualStudio/GEOS.vcproj, source/geom/Coordinate.cpp,
+	* VisualStudio/GEOS.vcproj, source/geom/Coordinate.cpp,
 	  source/geom/CoordinateList.cpp, source/geom/Envelope.cpp,
 	  source/geom/Triangle.cpp, source/headers/geom.h,
 	  source/headers/io.h, source/headers/util.h,
@@ -17859,9 +18155,9 @@
 	  "IO" and "Util" upgraded to JTS 1.4
 	  "Geometry" partially upgraded.
 
-2004-03-17 02:00  Yury Bychkov <me at yury.ca>
+2004-03-17 02:00  ybychkov
 
-	* [r273] VisualStudio/GEOS.sln, VisualStudio/GEOS.vcproj,
+	* VisualStudio/GEOS.sln, VisualStudio/GEOS.vcproj,
 	  source/algorithm/CGAlgorithms.cpp,
 	  source/algorithm/CentroidArea.cpp,
 	  source/algorithm/ConvexHull.cpp,
@@ -17878,147 +18174,143 @@
 	  source/headers/geom.h, source/headers/geosAlgorithm.h,
 	  source/test/Stackwalker.h: "Algorithm" upgraded to JTS 1.4
 
-2004-03-01 22:04  Sandro Santilli <strk at keybit.net>
+2004-03-01 22:04  strk
 
-	* [r272] source/geom/Geometry.cpp, source/headers/geom.h,
+	* source/geom/Geometry.cpp, source/headers/geom.h,
 	  source/headers/opBuffer.h, source/headers/opRelate.h,
 	  source/operation/buffer/BufferOp.cpp,
 	  source/operation/relate/RelateOp.cpp: applied const correctness
 	  changes by Manuel Prieto Villegas
 	  <ManuelPrietoVillegas at telefonica.net>
 
-2004-02-27 17:43  Sandro Santilli <strk at keybit.net>
+2004-02-27 17:43  strk
 
-	* [r271] source/geom/Polygon.cpp: memory leak fix in
-	  Polygon::getArea() - reported by 'Manuel Prieto Villegas'
-	  <mprieto at dap.es>
+	* source/geom/Polygon.cpp: memory leak fix in Polygon::getArea() -
+	  reported by 'Manuel Prieto Villegas' <mprieto at dap.es>
 
-2004-02-27 17:42  Sandro Santilli <strk at keybit.net>
+2004-02-27 17:42  strk
 
-	* [r270] source/algorithm/CGAlgorithms.cpp,
+	* source/algorithm/CGAlgorithms.cpp,
 	  source/headers/geosAlgorithm.h: made CGAlgorithms::signedArea()
 	  and CGAlgorithms::length() arguments const-correct
 
-2004-02-20 05:44  Paul Ramsey <pramsey at cleverelephant.ca>
+2004-02-20 05:44  pramsey
 
-	* [r269] ltmain.sh: Changed to new version of ltmain, that matches
-	  the version of libtool
+	* ltmain.sh: Changed to new version of ltmain, that matches the
+	  version of libtool
 	  on build box
 
-2004-01-20 05:51  Paul Ramsey <pramsey at cleverelephant.ca>
+2004-01-20 05:51  pramsey
 
-	* [r268] configure.in: Change platform.h back to AM_CONFIG_HEADER.
+	* configure.in: Change platform.h back to AM_CONFIG_HEADER.
 
-2004-01-20 05:10  Paul Ramsey <pramsey at cleverelephant.ca>
+2004-01-20 05:10  pramsey
 
-	* [r267] configure.in: Change AM_CONFIG_HEADER to AC_CONFIG_HEADERS
-	  to allow autoheader to work
+	* configure.in: Change AM_CONFIG_HEADER to AC_CONFIG_HEADERS to
+	  allow autoheader to work
 	  its magic.
 
-2003-12-11 17:01  Sandro Santilli <strk at keybit.net>
+2003-12-11 17:01  strk
 
-	* [r266] source/operation/buffer/BufferOp.cpp: made buffer(0) back
-	  to its *correct* semantic (empy collection)
+	* source/operation/buffer/BufferOp.cpp: made buffer(0) back to its
+	  *correct* semantic (empy collection)
 
-2003-12-11 16:01  Sandro Santilli <strk at keybit.net>
+2003-12-11 16:01  strk
 
-	* [r265] source/operation/buffer/BufferOp.cpp: made buffer
-	  operation return a cloned input geom when called with 0 as
-	  distance
+	* source/operation/buffer/BufferOp.cpp: made buffer operation
+	  return a cloned input geom when called with 0 as distance
 
-2003-12-11 15:53  Sandro Santilli <strk at keybit.net>
+2003-12-11 15:53  strk
 
-	* [r264] source/geom/GeometryCollection.cpp: Fixed bogus copy
-	  constructor (making clone bogus)
+	* source/geom/GeometryCollection.cpp: Fixed bogus copy constructor
+	  (making clone bogus)
 
-2003-11-13 11:57  Sandro Santilli <strk at keybit.net>
+2003-11-13 11:57  strk
 
-	* [r263] doc/example.cpp: bug fixed in relate call
+	* doc/example.cpp: bug fixed in relate call
 
-2003-11-12 22:03  Sandro Santilli <strk at keybit.net>
+2003-11-12 22:03  strk
 
-	* [r262] doc/example.cpp: added relational operators
+	* doc/example.cpp: added relational operators
 
-2003-11-12 18:02  Sandro Santilli <strk at keybit.net>
+2003-11-12 18:02  strk
 
-	* [r261] source/graph/PlanarGraph.cpp, source/headers/graph.h,
+	* source/graph/PlanarGraph.cpp, source/headers/graph.h,
 	  source/headers/opOverlay.h,
 	  source/operation/overlay/OverlayOp.cpp,
 	  source/operation/overlay/PolygonBuilder.cpp: Added throw
 	  specification. Fixed leaks on exceptions.
 
-2003-11-12 17:15  Sandro Santilli <strk at keybit.net>
+2003-11-12 17:15  strk
 
-	* [r260] source/geom/PrecisionModel.cpp: made sure PrecisionModel
-	  scale is never 0
+	* source/geom/PrecisionModel.cpp: made sure PrecisionModel scale is
+	  never 0
 
-2003-11-12 17:10  Sandro Santilli <strk at keybit.net>
+2003-11-12 17:10  strk
 
-	* [r259] source/test/XMLTester.cpp: added missing initialization
+	* source/test/XMLTester.cpp: added missing initialization
 
-2003-11-12 16:14  Sandro Santilli <strk at keybit.net>
+2003-11-12 16:14  strk
 
-	* [r258] source/headers/opOverlay.h,
+	* source/headers/opOverlay.h,
 	  source/operation/overlay/OverlayOp.cpp: Added some more throw
 	  specifications and cleanup on exception (leaks removed).
 
-2003-11-12 15:43  Sandro Santilli <strk at keybit.net>
+2003-11-12 15:43  strk
 
-	* [r257] source/graph/DirectedEdgeStar.cpp,
-	  source/graph/EdgeEndStar.cpp, source/graph/GeometryGraph.cpp,
-	  source/headers/graph.h: Added some more throw specifications
+	* source/graph/DirectedEdgeStar.cpp, source/graph/EdgeEndStar.cpp,
+	  source/graph/GeometryGraph.cpp, source/headers/graph.h: Added
+	  some more throw specifications
 
-2003-11-12 15:02  Sandro Santilli <strk at keybit.net>
+2003-11-12 15:02  strk
 
-	* [r256] source/test/XMLTester.cpp: more cleanup on exception
+	* source/test/XMLTester.cpp: more cleanup on exception
 
-2003-11-12 11:08  Sandro Santilli <strk at keybit.net>
+2003-11-12 11:08  strk
 
-	* [r255] doc/example.cpp: removed old changelog, moved comments in
-	  the nice standard frame
+	* doc/example.cpp: removed old changelog, moved comments in the
+	  nice standard frame
 
-2003-11-12 11:05  Sandro Santilli <strk at keybit.net>
+2003-11-12 11:05  strk
 
-	* [r254] autogen.sh: added autoheader call
+	* autogen.sh: added autoheader call
 
-2003-11-07 17:51  Sandro Santilli <strk at keybit.net>
+2003-11-07 17:51  strk
 
-	* [r253] source/operation/buffer/BufferOp.cpp: Memory leak fix in
+	* source/operation/buffer/BufferOp.cpp: Memory leak fix in
 	  insertEdge()
 
-2003-11-07 17:49  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-11-07 17:49  pramsey
 
-	* [r252] ChangeLog: Added current ChangeLog
+	* ChangeLog: Added current ChangeLog
 
-2003-11-07 17:45  Sandro Santilli <strk at keybit.net>
+2003-11-07 17:45  strk
 
-	* [r251] source/headers/config.h.in: will be generated with
-	  ./autogen.sh
+	* source/headers/config.h.in: will be generated with ./autogen.sh
 
-2003-11-07 14:21  Sandro Santilli <strk at keybit.net>
+2003-11-07 14:21  strk
 
-	* [r250] Makefile.am, configure.in, doc, doc/.cvsignore,
-	  doc/Makefile, doc/Makefile.am: Made doc/ directory part of
-	  distribution. Uniformed doc build script to
+	* Makefile.am, configure.in, doc, doc/.cvsignore, doc/Makefile,
+	  doc/Makefile.am: Made doc/ directory part of distribution.
+	  Uniformed doc build script to
 	  autotools.
 
-2003-11-07 14:19  Sandro Santilli <strk at keybit.net>
+2003-11-07 14:19  strk
 
-	* [r249] source/headers, source/headers/.cvsignore: added
-	  config.h.in (missed before)
+	* source/headers, source/headers/.cvsignore: added config.h.in
+	  (missed before)
 
-2003-11-07 14:18  Sandro Santilli <strk at keybit.net>
+2003-11-07 14:18  strk
 
-	* [r248] source/headers, source/headers/.cvsignore: added
-	  config.h.in
+	* source/headers, source/headers/.cvsignore: added config.h.in
 
-2003-11-07 01:58  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-11-07 01:58  pramsey
 
-	* [r247] AUTHORS: Added people!
+	* AUTHORS: Added people!
 
-2003-11-07 01:23  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-11-07 01:23  pramsey
 
-	* [r245] doc/example.cpp, source/algorithm/CGAlgorithms.cpp,
+	* doc/example.cpp, source/algorithm/CGAlgorithms.cpp,
 	  source/algorithm/CentroidArea.cpp,
 	  source/algorithm/CentroidLine.cpp,
 	  source/algorithm/CentroidPoint.cpp,
@@ -18167,218 +18459,217 @@
 	  headers licence notices and copyrights to all cpp and h
 	  files.
 
-2003-11-06 19:04  Sandro Santilli <strk at keybit.net>
+2003-11-06 19:04  strk
 
-	* [r244] source/graph/EdgeIntersectionList.cpp: removed useless
-	  Coordinate copy in ::createSplitEdge()
+	* source/graph/EdgeIntersectionList.cpp: removed useless Coordinate
+	  copy in ::createSplitEdge()
 
-2003-11-06 18:50  Sandro Santilli <strk at keybit.net>
+2003-11-06 18:50  strk
 
-	* [r243] doc, doc/.cvsignore: first import
+	* doc, doc/.cvsignore: first import
 
-2003-11-06 18:48  Sandro Santilli <strk at keybit.net>
+2003-11-06 18:48  strk
 
-	* [r242] TODO: updated
+	* TODO: updated
 
-2003-11-06 18:48  Sandro Santilli <strk at keybit.net>
+2003-11-06 18:48  strk
 
-	* [r241] source/operation/overlay/PolygonBuilder.cpp: added throw
+	* source/operation/overlay/PolygonBuilder.cpp: added throw
 	  information comment in PolygonBuilder
 
-2003-11-06 18:47  Sandro Santilli <strk at keybit.net>
+2003-11-06 18:47  strk
 
-	* [r240] source/operation/buffer/BufferOp.cpp: Added throw
-	  specification for BufferOp's ::buildSubgraphs() and
-	  ::computeBuffer(). Cleanup on exception in computeBuffer().
+	* source/operation/buffer/BufferOp.cpp: Added throw specification
+	  for BufferOp's ::buildSubgraphs() and ::computeBuffer(). Cleanup
+	  on exception in computeBuffer().
 
-2003-11-06 18:46  Sandro Santilli <strk at keybit.net>
+2003-11-06 18:46  strk
 
-	* [r239] source/headers/opBuffer.h: Added throw specification for
+	* source/headers/opBuffer.h: Added throw specification for
 	  BufferOp's ::buildSubgraphs() and ::computeBuffer()
 
-2003-11-06 18:45  Sandro Santilli <strk at keybit.net>
+2003-11-06 18:45  strk
 
-	* [r238] source/graph/DirectedEdgeStar.cpp, source/headers/graph.h:
-	  Added throw specification for
-	  DirectEdgeStar::linkResultDirectedEdges()
+	* source/graph/DirectedEdgeStar.cpp, source/headers/graph.h: Added
+	  throw specification for DirectEdgeStar::linkResultDirectedEdges()
 
-2003-11-06 18:00  Sandro Santilli <strk at keybit.net>
+2003-11-06 18:00  strk
 
-	* [r237] source/operation/buffer/BufferOp.cpp: Cleanup on exception
-	  in ::bufferOp()
+	* source/operation/buffer/BufferOp.cpp: Cleanup on exception in
+	  ::bufferOp()
 
-2003-11-06 17:59  Sandro Santilli <strk at keybit.net>
+2003-11-06 17:59  strk
 
-	* [r236] source/graph/EdgeRing.cpp: Memory leaks fixed in
+	* source/graph/EdgeRing.cpp: Memory leaks fixed in
 	  ::containsPoint()
 
-2003-11-06 17:48  Sandro Santilli <strk at keybit.net>
+2003-11-06 17:48  strk
 
-	* [r235] source/operation/buffer/BufferLineBuilder.cpp: Fixed
-	  memory leaks in ::closePt() and ::addLineEndCap()
+	* source/operation/buffer/BufferLineBuilder.cpp: Fixed memory leaks
+	  in ::closePt() and ::addLineEndCap()
 
-2003-11-06 17:47  Sandro Santilli <strk at keybit.net>
+2003-11-06 17:47  strk
 
-	* [r234] source/operation/buffer/BufferEdgeBuilder.cpp: Added
-	  support for LinearRing, removed memory leaks in ::addLineString
+	* source/operation/buffer/BufferEdgeBuilder.cpp: Added support for
+	  LinearRing, removed memory leaks in ::addLineString
 
-2003-11-06 17:41  Sandro Santilli <strk at keybit.net>
+2003-11-06 17:41  strk
 
-	* [r233] doc/example.cpp: Added Buffer,Intersection,Difference and
+	* doc/example.cpp: Added Buffer,Intersection,Difference and
 	  Symdifference. Exception cleanup
 
-2003-11-06 17:33  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-11-06 17:33  pramsey
 
-	* [r232] INSTALL: Small addition of into about LD_LIBRARY_PATH
+	* INSTALL: Small addition of into about LD_LIBRARY_PATH
 
-2003-11-05 21:52  Sandro Santilli <strk at keybit.net>
+2003-11-05 21:52  strk
 
-	* [r231] doc/Makefile, doc/example.cpp: Modified example.cpp to
-	  make use of vectors instead of Geometry * / int
+	* doc/Makefile, doc/example.cpp: Modified example.cpp to make use
+	  of vectors instead of Geometry * / int
 	  couples. Added LineString creation example. Added Makefile to
 	  compile it.
 
-2003-11-03 16:09  Sandro Santilli <strk at keybit.net>
+2003-11-03 16:09  strk
 
-	* [r230] doc/example.cpp: Removed comments about segfaults, made
-	  the simple collection creation call
+	* doc/example.cpp: Removed comments about segfaults, made the
+	  simple collection creation call
 	  cleaner by use of the clone() method.
 
-2003-10-31 16:36  Sandro Santilli <strk at keybit.net>
+2003-10-31 16:36  strk
 
-	* [r229] source/geom/GeometryCollection.cpp,
-	  source/geom/LineString.cpp, source/geom/Point.cpp,
-	  source/geom/Polygon.cpp, source/headers/geom.h: Re-introduced
-	  clone() method. Copy constructor could not really replace it.
+	* source/geom/GeometryCollection.cpp, source/geom/LineString.cpp,
+	  source/geom/Point.cpp, source/geom/Polygon.cpp,
+	  source/headers/geom.h: Re-introduced clone() method. Copy
+	  constructor could not really replace it.
 
-2003-10-29 10:38  Sandro Santilli <strk at keybit.net>
+2003-10-29 10:38  strk
 
-	* [r228] doc/example.cpp: Added centroid computation example
+	* doc/example.cpp: Added centroid computation example
 
-2003-10-29 10:38  Sandro Santilli <strk at keybit.net>
+2003-10-29 10:38  strk
 
-	* [r227] source/algorithm/CentroidLine.cpp: Added support for
-	  LinearRing types (treated as LineString)
+	* source/algorithm/CentroidLine.cpp: Added support for LinearRing
+	  types (treated as LineString)
 
-2003-10-24 21:27  Sandro Santilli <strk at keybit.net>
+2003-10-24 21:27  strk
 
-	* [r226] source/headers/geom.h: Added GeometryTypeId enum and
+	* source/headers/geom.h: Added GeometryTypeId enum and
 	  getGeometryTypeId abstract Geometry method.
 
-2003-10-23 09:17  Sandro Santilli <strk at keybit.net>
+2003-10-23 09:17  strk
 
-	* [r225] source/headers, source/headers/.cvsignore: Added stamp-h2
-	  and platform.h
+	* source/headers, source/headers/.cvsignore: Added stamp-h2 and
+	  platform.h
 
-2003-10-23 09:12  Sandro Santilli <strk at keybit.net>
+2003-10-23 09:12  strk
 
-	* [r224] source/headers/util.h: Made CoordinateArrayFilter
-	  destructor virtual.
+	* source/headers/util.h: Made CoordinateArrayFilter destructor
+	  virtual.
 
-2003-10-22 23:58  Sandro Santilli <strk at keybit.net>
+2003-10-22 23:58  strk
 
-	* [r223] configure.in, source/headers/platform.h,
+	* configure.in, source/headers/platform.h,
 	  source/headers/platform.h.in: Made platform.h be created by
 	  configure. In this way we will not have
 	  problems of installed headers trying to include phantom config.h.
 
-2003-10-22 00:44  Sandro Santilli <strk at keybit.net>
+2003-10-22 00:44  strk
 
-	* [r222] source/headers/indexQuadtree.h, source/headers/platform.h,
+	* source/headers/indexQuadtree.h, source/headers/platform.h,
 	  source/index/quadtree/DoubleBits.cpp: Quadtree bitfield
 	  operations made using type int64. Type int64 typedef'ed based
 	  on autoconf detected int type (long or long long). If long is not
 	  64bits int64
 	  will be really 32 bits and INT64_IS_REALLY32 will be defined.
 
-2003-10-21 23:51  Sandro Santilli <strk at keybit.net>
+2003-10-21 23:51  strk
 
-	* [r221] acsite.m4, configure.in, source/headers/acconfig.h,
+	* acsite.m4, configure.in, source/headers/acconfig.h,
 	  source/headers/config.h.in: Added macros to find 64bit integer.
 
-2003-10-21 16:16  Sandro Santilli <strk at keybit.net>
+2003-10-21 16:16  strk
 
-	* [r220] doc/example.cpp: Uncommented point creation lines. Updated
+	* doc/example.cpp: Uncommented point creation lines. Updated
 	  comments about segfaults.
 
-2003-10-21 05:35  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-10-21 05:35  pramsey
 
-	* [r219] source/test/Makefile.am: Added test.xml so it gets picked
-	  up by 'make dist'
+	* source/test/Makefile.am: Added test.xml so it gets picked up by
+	  'make dist'
 
-2003-10-21 05:09  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-10-21 05:09  pramsey
 
-	* [r218] INSTALL: Added simple installation directions.
+	* INSTALL: Added simple installation directions.
 
-2003-10-21 04:55  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-10-21 04:55  pramsey
 
-	* [r217] source/examples/Makefile.am, source/geom/Makefile.am,
+	* source/examples/Makefile.am, source/geom/Makefile.am,
 	  source/test/Makefile.am: Fix up references to header files to
 	  'make dist' works.
 
-2003-10-20 17:50  Sandro Santilli <strk at keybit.net>
+2003-10-20 17:50  strk
 
-	* [r216] doc/example.cpp: added Union example
+	* doc/example.cpp: added Union example
 
-2003-10-20 15:41  Sandro Santilli <strk at keybit.net>
+2003-10-20 15:41  strk
 
-	* [r215] source/geom/Geometry.cpp, source/headers/geom.h:
+	* source/geom/Geometry.cpp, source/headers/geom.h:
 	  Geometry::checkNotGeometryCollection made static and
 	  non-distructive.
 
-2003-10-20 14:02  Sandro Santilli <strk at keybit.net>
+2003-10-20 14:02  strk
 
-	* [r214] source/graph/EdgeRing.cpp,
+	* source/graph/EdgeRing.cpp,
 	  source/operation/valid/ConnectedInteriorTester.cpp: more explicit
 	  exception thrown on null Directed Edge detection
 
-2003-10-20 13:56  Sandro Santilli <strk at keybit.net>
+2003-10-20 13:56  strk
 
-	* [r213] source/util/AssertionFailedException.cpp: fixed typo
+	* source/util/AssertionFailedException.cpp: fixed typo
 
-2003-10-20 13:53  Sandro Santilli <strk at keybit.net>
+2003-10-20 13:53  strk
 
-	* [r212] source/graph/GeometryGraph.cpp: LinearRing handled as a
+	* source/graph/GeometryGraph.cpp: LinearRing handled as a
 	  LineString in GeometryGraph::add(const Geometry *) - more
 	  explicit exception thrown for unknown geometries
 
-2003-10-17 05:51  Yury Bychkov <me at yury.ca>
+2003-10-17 05:51  ybychkov
 
-	* [r211] VisualStudio/GEOS.vcproj, source/geom/Polygon.cpp,
+	* VisualStudio/GEOS.vcproj, source/geom/Polygon.cpp,
 	  source/headers/indexQuadtree.h,
 	  source/index/quadtree/DoubleBits.cpp, source/test/XMLTester.cpp:
 	  Fixed a small memory leak.
 
-2003-10-16 17:41  Sandro Santilli <strk at keybit.net>
+2003-10-16 17:41  strk
 
-	* [r210] source/util/GEOSException.cpp,
+	* source/util/GEOSException.cpp,
 	  source/util/UnsupportedOperationException.cpp: Fixed a bug in
 	  GEOSException that prevented print of the type of exception
 	  thrown.
 
-2003-10-16 17:33  Sandro Santilli <strk at keybit.net>
+2003-10-16 17:33  strk
 
-	* [r209] source/operation/valid/RepeatedPointTester.cpp: dropped
-	  useless string() cast
+	* source/operation/valid/RepeatedPointTester.cpp: dropped useless
+	  string() cast
 
-2003-10-16 17:05  Sandro Santilli <strk at keybit.net>
+2003-10-16 17:05  strk
 
-	* [r208] source/geom/TopologyException.cpp, source/headers/geom.h,
+	* source/geom/TopologyException.cpp, source/headers/geom.h,
 	  source/headers/util.h, source/util/IllegalArgumentException.cpp:
 	  Made TopologyException inherit from GEOSException. Adjusted
 	  IllegalArgumentException subclassing.
 
-2003-10-16 13:01  Sandro Santilli <strk at keybit.net>
+2003-10-16 13:01  strk
 
-	* [r207] source/test/XMLTester.cpp: Added call to Unload::Release()
+	* source/test/XMLTester.cpp: Added call to Unload::Release()
 
-2003-10-16 12:09  Sandro Santilli <strk at keybit.net>
+2003-10-16 12:09  strk
 
-	* [r206] source/test/XMLTester.cpp: bug fixed in exception handling
+	* source/test/XMLTester.cpp: bug fixed in exception handling
 
-2003-10-16 08:50  Sandro Santilli <strk at keybit.net>
+2003-10-16 08:50  strk
 
-	* [r205] source/algorithm/CentroidArea.cpp,
+	* source/algorithm/CentroidArea.cpp,
 	  source/algorithm/CentroidLine.cpp,
 	  source/algorithm/InteriorPointArea.cpp,
 	  source/algorithm/InteriorPointLine.cpp,
@@ -18395,13 +18686,13 @@
 	  fixes. Improved performance by mean of more calls to new
 	  getCoordinatesRO() when applicable.
 
-2003-10-16 08:48  Sandro Santilli <strk at keybit.net>
+2003-10-16 08:48  strk
 
-	* [r204] source/test/XMLTester.cpp: Exceptions handled
+	* source/test/XMLTester.cpp: Exceptions handled
 
-2003-10-15 16:39  Sandro Santilli <strk at keybit.net>
+2003-10-15 16:39  strk
 
-	* [r203] source/geom/GeometryFactory.cpp, source/graph/Edge.cpp,
+	* source/geom/GeometryFactory.cpp, source/graph/Edge.cpp,
 	  source/graph/EdgeList.cpp, source/graph/EdgeRing.cpp,
 	  source/graph/GeometryGraph.cpp, source/graph/PlanarGraph.cpp,
 	  source/graph/index/MonotoneChainEdge.cpp,
@@ -18416,15 +18707,15 @@
 	  source/operation/overlay/LineBuilder.cpp: Made
 	  Edge::getCoordinates() return a 'const' value. Adapted code set.
 
-2003-10-15 15:47  Sandro Santilli <strk at keybit.net>
+2003-10-15 15:47  strk
 
-	* [r202] source/algorithm/MCPointInRing.cpp,
+	* source/algorithm/MCPointInRing.cpp,
 	  source/algorithm/PointLocator.cpp: Adapted to new
 	  getCoordinatesRO() interface
 
-2003-10-15 15:30  Sandro Santilli <strk at keybit.net>
+2003-10-15 15:30  strk
 
-	* [r201] source/graph/index/MonotoneChain.cpp,
+	* source/graph/index/MonotoneChain.cpp,
 	  source/graph/index/SweepLineEvent.cpp,
 	  source/graph/index/SweepLineSegment.cpp,
 	  source/headers/graphindex.h: Declared a SweepLineEventOBJ from
@@ -18433,103 +18724,103 @@
 	  * pointers.
 	  No more compiler warnings...
 
-2003-10-15 11:24  Sandro Santilli <strk at keybit.net>
+2003-10-15 11:24  strk
 
-	* [r200] source/graph/GeometryGraph.cpp,
+	* source/graph/GeometryGraph.cpp,
 	  source/operation/valid/ConnectedInteriorTester.cpp,
 	  source/operation/valid/IsValidOp.cpp: Use getCoordinatesRO()
 	  introduced.
 
-2003-10-15 11:23  Sandro Santilli <strk at keybit.net>
+2003-10-15 11:23  strk
 
-	* [r199] source/geom/BasicCoordinateList.cpp,
+	* source/geom/BasicCoordinateList.cpp,
 	  source/geom/CoordinateList.cpp,
 	  source/geom/PointCoordinateList.cpp, source/headers/geom.h:
 	  Formalized const nature of toVector() method and of first
 	  argument to static removeRepeatedPoints().
 
-2003-10-15 10:17  Sandro Santilli <strk at keybit.net>
+2003-10-15 10:17  strk
 
-	* [r198] source/geom/BasicCoordinateList.cpp,
+	* source/geom/BasicCoordinateList.cpp,
 	  source/geom/PointCoordinateList.cpp, source/headers/geom.h: Made
 	  setPoints() get a const vector<Coordinate>.
 
-2003-10-15 09:54  Sandro Santilli <strk at keybit.net>
+2003-10-15 09:54  strk
 
-	* [r197] source/geom/LineString.cpp, source/headers/geom.h: Added
+	* source/geom/LineString.cpp, source/headers/geom.h: Added
 	  getCoordinatesRO() public method.
 
-2003-10-15 08:52  Sandro Santilli <strk at keybit.net>
+2003-10-15 08:52  strk
 
-	* [r196] source/io/WKTReader.cpp: Memory leaks fixed.
+	* source/io/WKTReader.cpp: Memory leaks fixed.
 
-2003-10-15 08:51  Sandro Santilli <strk at keybit.net>
+2003-10-15 08:51  strk
 
-	* [r195] TODO: Initial import
+	* TODO: Initial import
 
-2003-10-15 08:08  Sandro Santilli <strk at keybit.net>
+2003-10-15 08:08  strk
 
-	* [r194] source/geom/Polygon.cpp: Memory leaks fixed. Partially due
-	  to getCoordinates() and GeometryCollection()
+	* source/geom/Polygon.cpp: Memory leaks fixed. Partially due to
+	  getCoordinates() and GeometryCollection()
 	  changes, partially old dated.
 
-2003-10-14 15:58  Sandro Santilli <strk at keybit.net>
+2003-10-14 15:58  strk
 
-	* [r193] source/geom/GeometryFactory.cpp: Useless vector<Geometry
-	  *> leaking allocations removed
+	* source/geom/GeometryFactory.cpp: Useless vector<Geometry *>
+	  leaking allocations removed
 
-2003-10-13 21:26  Sandro Santilli <strk at keybit.net>
+2003-10-13 21:26  strk
 
-	* [r192] ., .cvsignore, macros, macros/.cvsignore, source/bigtest,
+	* ., .cvsignore, macros, macros/.cvsignore, source/bigtest,
 	  source/bigtest/.cvsignore, source/examples,
 	  source/examples/.cvsignore, source/geom, source/geom/.cvsignore,
 	  source/headers, source/headers/.cvsignore, source/test,
 	  source/test/.cvsignore: Added build time created files to
 	  cvsignore lists
 
-2003-10-13 17:54  Sandro Santilli <strk at keybit.net>
+2003-10-13 17:54  strk
 
-	* [r191] source/headers/opValid.h,
-	  source/operation/valid/IsValidOp.cpp: IsValidOp constructor used
-	  same name for the arg and a private element. Fixed.
+	* source/headers/opValid.h, source/operation/valid/IsValidOp.cpp:
+	  IsValidOp constructor used same name for the arg and a private
+	  element. Fixed.
 
-2003-10-13 17:47  Sandro Santilli <strk at keybit.net>
+2003-10-13 17:47  strk
 
-	* [r190] source/operation/overlay/MaximalEdgeRing.cpp,
+	* source/operation/overlay/MaximalEdgeRing.cpp,
 	  source/operation/overlay/PolygonBuilder.cpp: delete statement
 	  removed
 
-2003-10-13 15:39  Sandro Santilli <strk at keybit.net>
+2003-10-13 15:39  strk
 
-	* [r189] source/algorithm/CentroidArea.cpp,
+	* source/algorithm/CentroidArea.cpp,
 	  source/algorithm/InteriorPointPoint.cpp,
 	  source/headers/geosAlgorithm.h: Fixed some leak or fault flips
 	  (forced copy of a single coordinate)
 
-2003-10-13 15:02  Sandro Santilli <strk at keybit.net>
+2003-10-13 15:02  strk
 
-	* [r188] source/test/XMLTester.cpp: accept input file as first
-	  argument on cmdline
+	* source/test/XMLTester.cpp: accept input file as first argument on
+	  cmdline
 
-2003-10-13 12:51  Sandro Santilli <strk at keybit.net>
+2003-10-13 12:51  strk
 
-	* [r187] source/geom/Geometry.cpp, source/headers/geom.h: removed
+	* source/geom/Geometry.cpp, source/headers/geom.h: removed
 	  sortedClasses strings array from all geometries.
 
-2003-10-13 09:24  Sandro Santilli <strk at keybit.net>
+2003-10-13 09:24  strk
 
-	* [r186] source/headers/indexQuadtree.h,
+	* source/headers/indexQuadtree.h,
 	  source/index/quadtree/DoubleBits.cpp: long -> long long
 	  enlargement of types to allow for left/rigth shift of 53 bits
 
-2003-10-11 03:23  Sandro Santilli <strk at keybit.net>
+2003-10-11 03:23  strk
 
-	* [r185] source/geom/LineString.cpp, source/geom/LinearRing.cpp:
-	  fixed spurious typos
+	* source/geom/LineString.cpp, source/geom/LinearRing.cpp: fixed
+	  spurious typos
 
-2003-10-11 01:56  Sandro Santilli <strk at keybit.net>
+2003-10-11 01:56  strk
 
-	* [r184] source/algorithm/CGAlgorithms.cpp,
+	* source/algorithm/CGAlgorithms.cpp,
 	  source/algorithm/CentroidArea.cpp,
 	  source/algorithm/CentroidLine.cpp,
 	  source/algorithm/CentroidPoint.cpp,
@@ -18600,76 +18891,76 @@
 	  source/util/UniqueCoordinateArrayFilter.cpp: Code base padded
 	  with 'const' keywords ;)
 
-2003-10-09 15:35  Sandro Santilli <strk at keybit.net>
+2003-10-09 15:35  strk
 
-	* [r183] source/geom/GeometryFactory.cpp, source/headers/geom.h:
-	  added 'const' keyword to GeometryFactory constructor, Log on top
-	  of geom.h
+	* source/geom/GeometryFactory.cpp, source/headers/geom.h: added
+	  'const' keyword to GeometryFactory constructor, Log on top of
+	  geom.h
 
-2003-10-09 11:20  Sandro Santilli <strk at keybit.net>
+2003-10-09 11:20  strk
 
-	* [r182] doc/example.cpp: moved Log to a better place
+	* doc/example.cpp: moved Log to a better place
 
-2003-10-09 11:19  Sandro Santilli <strk at keybit.net>
+2003-10-09 11:19  strk
 
-	* [r181] doc/example.cpp: added convexHull and PrecisionModel
+	* doc/example.cpp: added convexHull and PrecisionModel
 
-2003-10-09 10:14  Sandro Santilli <strk at keybit.net>
+2003-10-09 10:14  strk
 
-	* [r180] source/geom/GeometryFactory.cpp: just a style change in
-	  top Log comment.
+	* source/geom/GeometryFactory.cpp: just a style change in top Log
+	  comment.
 
-2003-10-09 10:10  Sandro Santilli <strk at keybit.net>
+2003-10-09 10:10  strk
 
-	* [r179] source/geom/PrecisionModel.cpp: Throw an exception if
-	  scale is 0. Added Log entry.
+	* source/geom/PrecisionModel.cpp: Throw an exception if scale is 0.
+	  Added Log entry.
 
-2003-10-09 09:42  Sandro Santilli <strk at keybit.net>
+2003-10-09 09:42  strk
 
-	* [r178] source/geom/GeometryFactory.cpp: Tried to "formalize"
-	  constant nature of the first argument given to constructor by
+	* source/geom/GeometryFactory.cpp: Tried to "formalize" constant
+	  nature of the first argument given to constructor by
 	  PrecisionModel and SRID specification. Added CVS Log on top.
 
-2003-10-09 08:58  Sandro Santilli <strk at keybit.net>
+2003-10-09 08:58  strk
 
-	* [r177] doc/example.cpp, source/algorithm/ConvexHull.cpp: Added
+	* doc/example.cpp, source/algorithm/ConvexHull.cpp: Added
 	  convexHull() call to example, fixed leaks in ConvexHull
 
-2003-10-09 00:11  Sandro Santilli <strk at keybit.net>
+2003-10-09 00:11  strk
 
-	* [r176] doc, doc/example.cpp: First reference-by-example file.
+	* doc, doc/example.cpp: First reference-by-example file.
 
-2003-10-08 16:51  Sandro Santilli <strk at keybit.net>
+2003-10-08 16:51  strk
 
-	* [r175] source/geom/Makefile.am, source/headers/Makefile.am,
+	* source/geom/Makefile.am, source/headers/Makefile.am,
 	  source/headers/geom.h, source/headers/graph.h,
 	  source/headers/indexQuadtree.h, source/headers/opRelate.h,
 	  source/headers/opValid.h, source/headers/operation.h,
 	  source/headers/unload.h, source/io/Unload.cpp: Added xie's Unload
 	  class with some fixes.
 
-2003-10-08 13:18  Sandro Santilli <strk at keybit.net>
+2003-10-08 13:18  strk
 
-	* [r174] source/headers/io.h, source/io/WKTWriter.cpp: added
-	  missing LinearRing writing capabilities.
+	* source/headers/io.h, source/io/WKTWriter.cpp: added missing
+	  LinearRing writing capabilities.
 
-2003-10-08 10:36  Sandro Santilli <strk at keybit.net>
+2003-10-08 10:36  strk
 
-	* [r173] source/geom/GeometryCollection.cpp: Constructor by
+	* source/geom/GeometryCollection.cpp: Constructor by
 	  vector<Geometry *> * now makes a copy of the vector so that call
 	  ers can safely delete it when done.
 
-2003-10-07 21:47  Sandro Santilli <strk at keybit.net>
+2003-10-07 21:47  strk
 
-	* [r172] source/algorithm/SimplePointInAreaLocator.cpp,
+	* source/algorithm/SimplePointInAreaLocator.cpp,
 	  source/geom/Polygon.cpp, source/graph/EdgeRing.cpp,
 	  source/graph/GeometryGraph.cpp,
 	  source/operation/overlay/PolygonBuilder.cpp: had all
 	  getCoordinates() callers free returned value.
 
-2003-10-07 18:58  Sandro Santilli <strk at keybit.net>
+2003-10-07 18:58  strk
 
-	* [r171] source/algorithm/PointLocator.cpp,
+	* source/algorithm/PointLocator.cpp,
 	  source/geom/CoordinateList.cpp,
 	  source/geom/GeometryCollection.cpp, source/geom/LineString.cpp,
 	  source/graph/GeometryGraph.cpp, source/headers/config.h.in:
@@ -18678,49 +18969,47 @@
 	  getCoordinates().
 	  will be easier to remove by anyone else.
 
-2003-10-03 01:20  Yury Bychkov <me at yury.ca>
+2003-10-03 01:20  ybychkov
 
-	* [r170] source/geom/MultiPolygon.cpp, source/test/XMLTester.cpp:
-	  Memory leak in Overlay fixed.
+	* source/geom/MultiPolygon.cpp, source/test/XMLTester.cpp: Memory
+	  leak in Overlay fixed.
 
-2003-09-29 16:25  Sandro Santilli <strk at keybit.net>
+2003-09-29 16:25  strk
 
-	* [r169] macros, macros/.cvsignore, source/bigtest,
+	* macros, macros/.cvsignore, source/bigtest,
 	  source/bigtest/.cvsignore, source/examples,
 	  source/examples/.cvsignore, source/headers,
 	  source/headers/.cvsignore: Some more cvsignore files. Some
 	  entries should probably not be
 	  in the local copy
 
-2003-09-29 15:07  Sandro Santilli <strk at keybit.net>
+2003-09-29 15:07  strk
 
-	* [r168] ., .cvsignore: Added config.sub, config.guess and
-	  autom4te.cache
+	* ., .cvsignore: Added config.sub, config.guess and autom4te.cache
 
-2003-09-29 13:15  Sandro Santilli <strk at keybit.net>
+2003-09-29 13:15  strk
 
-	* [r167] tools, tools/.cvsignore: Don't wonder about Makefile.in,
+	* tools, tools/.cvsignore: Don't wonder about Makefile.in,
 	  Makefile, gdal-config
 
-2003-09-26 17:31  Sandro Santilli <strk at keybit.net>
+2003-09-26 17:31  strk
 
-	* [r166] source/algorithm/ConvexHull.cpp: getConvexHull() made
-	  check value returned by reduce() before deleting
+	* source/algorithm/ConvexHull.cpp: getConvexHull() made check value
+	  returned by reduce() before deleting
 	  it (might be the untouched input).
 
-2003-09-26 09:17  Yury Bychkov <me at yury.ca>
+2003-09-26 09:17  ybychkov
 
-	* [r165] source/index/bintree/NodeBase.cpp,
+	* source/index/bintree/NodeBase.cpp,
 	  source/index/quadtree/QuadTreeNodeBase.cpp,
 	  source/index/quadtree/QuadTreeRoot.cpp,
 	  source/test/XMLTester.cpp: isValid segfault fixed. Overlay still
 	  leaks a bit.
 
-2003-09-24 02:16  Yury Bychkov <me at yury.ca>
+2003-09-24 02:16  ybychkov
 
-	* [r164] source/geom/MultiPolygon.cpp,
-	  source/graph/EdgeEndStar.cpp, source/index/bintree/NodeBase.cpp,
-	  source/index/bintree/Root.cpp,
+	* source/geom/MultiPolygon.cpp, source/graph/EdgeEndStar.cpp,
+	  source/index/bintree/NodeBase.cpp, source/index/bintree/Root.cpp,
 	  source/operation/buffer/BufferEdgeBuilder.cpp,
 	  source/operation/buffer/BufferLineBuilder.cpp,
 	  source/operation/buffer/BufferOp.cpp,
@@ -18728,9 +19017,9 @@
 	  source/test/XMLTester.cpp: All reported bugs fiexd. Small leak in
 	  Overlay remains.
 
-2003-09-06 08:24  Yury Bychkov <me at yury.ca>
+2003-09-06 08:24  ybychkov
 
-	* [r163] source/geom/Geometry.cpp, source/headers/opDistance.h,
+	* source/geom/Geometry.cpp, source/headers/opDistance.h,
 	  source/operation/distance/ConnectedElementPointFilter.cpp,
 	  source/operation/distance/DistanceOp.cpp,
 	  source/operation/distance/LineExtracterFilter.cpp,
@@ -18738,9 +19027,9 @@
 	  source/operation/distance/PolygonExtracterFilter.cpp,
 	  source/test/XMLTester.cpp: isWithinDistance fixed and tested.
 
-2003-09-06 00:01  Yury Bychkov <me at yury.ca>
+2003-09-06 00:01  ybychkov
 
-	* [r162] source/algorithm/InteriorPointArea.cpp,
+	* source/algorithm/InteriorPointArea.cpp,
 	  source/algorithm/InteriorPointLine.cpp,
 	  source/algorithm/InteriorPointPoint.cpp,
 	  source/geom/Geometry.cpp, source/graph/DirectedEdge.cpp,
@@ -18750,59 +19039,57 @@
 	  source/operation/overlay/OverlayOp.cpp,
 	  source/test/XMLTester.cpp: getInteriorPoint bugs fixed.
 
-2003-09-01 06:32  Yury Bychkov <me at yury.ca>
+2003-09-01 06:32  ybychkov
 
-	* [r161] source/algorithm/ConvexHull.cpp, source/geom/Geometry.cpp,
+	* source/algorithm/ConvexHull.cpp, source/geom/Geometry.cpp,
 	  source/geom/Polygon.cpp, source/test/XMLTester.cpp: Some
 	  ConvexHull bugs fixed.
 
-2003-08-30 07:55  Yury Bychkov <me at yury.ca>
+2003-08-30 07:55  ybychkov
 
-	* [r160] source/algorithm/CentroidArea.cpp,
-	  source/geom/Geometry.cpp, source/geom/GeometryCollection.cpp,
-	  source/geom/Polygon.cpp, source/graph/GeometryGraph.cpp,
-	  source/operation/IsSimpleOp.cpp, source/test/XMLTester.cpp: Some
-	  bugfixes. XMLTester expanded to accomodate getBoundary,
-	  getCentroid, isSimple.
+	* source/algorithm/CentroidArea.cpp, source/geom/Geometry.cpp,
+	  source/geom/GeometryCollection.cpp, source/geom/Polygon.cpp,
+	  source/graph/GeometryGraph.cpp, source/operation/IsSimpleOp.cpp,
+	  source/test/XMLTester.cpp: Some bugfixes. XMLTester expanded to
+	  accomodate getBoundary, getCentroid, isSimple.
 
-2003-08-18 23:40  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-08-18 23:40  pramsey
 
-	* [r159] source/algorithm/ConvexHull.java: Removed java source file
-	  from archive.
+	* source/algorithm/ConvexHull.java: Removed java source file from
+	  archive.
 
-2003-08-18 22:34  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-08-18 22:34  pramsey
 
-	* [r158] configure.in: Change it back :/
+	* configure.in: Change it back :/
 
-2003-08-18 22:33  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-08-18 22:33  pramsey
 
-	* [r157] configure.in: Change version number.
+	* configure.in: Change version number.
 
-2003-08-18 20:42  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-08-18 20:42  pramsey
 
-	* [r156] ltmain.sh: Return ltmain to distro (oops)
+	* ltmain.sh: Return ltmain to distro (oops)
 
-2003-08-18 20:36  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-08-18 20:36  pramsey
 
-	* [r155] mkinstalldirs: Remove more autoconf files
+	* mkinstalldirs: Remove more autoconf files
 
-2003-08-18 20:34  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-08-18 20:34  pramsey
 
-	* [r154] acinclude.m4, config.guess, config.sub, install-sh,
-	  ltmain.sh: Removed more autoconf files...
+	* acinclude.m4, config.guess, config.sub, install-sh, ltmain.sh:
+	  Removed more autoconf files...
 
-2003-08-18 20:27  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-08-18 20:27  pramsey
 
-	* [r153] missing: Removed 'missing' script.
+	* missing: Removed 'missing' script.
 
-2003-08-18 16:38  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-08-18 16:38  pramsey
 
-	* [r152] source/headers/Makefile.am: Fixed up to treat headers as
-	  headers.
+	* source/headers/Makefile.am: Fixed up to treat headers as headers.
 
-2003-08-17 18:40  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-08-17 18:40  pramsey
 
-	* [r151] Makefile.am, source/Makefile.am,
+	* Makefile.am, source/Makefile.am,
 	  source/algorithm/CGAlgorithms.cpp,
 	  source/algorithm/CentroidArea.cpp,
 	  source/algorithm/CentroidLine.cpp,
@@ -18936,27 +19223,26 @@
 	  global removal of "no newline" + small changes
 	  to make Norman's patch work in the linux build environment.
 
-2003-08-17 18:01  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-08-17 18:01  pramsey
 
-	* [r150] libtool: Removed more configuration files per Norman's
-	  request.
+	* libtool: Removed more configuration files per Norman's request.
 
-2003-08-17 17:56  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-08-17 17:56  pramsey
 
-	* [r149] aclocal.m4, configure: Removed more configure files per
-	  Norman's request.
+	* aclocal.m4, configure: Removed more configure files per Norman's
+	  request.
 
-2003-08-17 17:55  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-08-17 17:55  pramsey
 
-	* [r148] Makefile.in, macros/Makefile.in, source/Makefile.in,
+	* Makefile.in, macros/Makefile.in, source/Makefile.in,
 	  source/bigtest/Makefile.in, source/geom/Coordinate.cpp,
 	  source/geom/Makefile.in, source/headers/Makefile.in,
 	  source/test/Makefile.in, tools/Makefile.in: Removed Makefile.in
 	  files, per Norman's request.
 
-2003-08-16 06:33  Yury Bychkov <me at yury.ca>
+2003-08-16 06:33  ybychkov
 
-	* [r147] VisualStudio/GEOS.vcproj, source/algorithm/ConvexHull.cpp,
+	* VisualStudio/GEOS.vcproj, source/algorithm/ConvexHull.cpp,
 	  source/algorithm/HCoordinate.cpp,
 	  source/algorithm/LineIntersector.cpp,
 	  source/algorithm/MCPointInRing.cpp,
@@ -19032,13 +19318,13 @@
 	  source/test/XMLTester.cpp, source/util/CoordinateArrayFiter.cpp,
 	  source/util/UniqueCoordinateArrayFilter.cpp: Memory leak fixes.
 
-2003-06-21 22:17  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-06-21 22:17  pramsey
 
-	* [r146] source/geom/Makefile.am: GNU compile fixes from nvine.
+	* source/geom/Makefile.am: GNU compile fixes from nvine.
 
-2003-06-19 20:54  Yury Bychkov <me at yury.ca>
+2003-06-19 20:54  ybychkov
 
-	* [r145] source/algorithm/CGAlgorithms.cpp,
+	* source/algorithm/CGAlgorithms.cpp,
 	  source/algorithm/CentroidArea.cpp,
 	  source/algorithm/CentroidLine.cpp,
 	  source/algorithm/CentroidPoint.cpp,
@@ -19179,9 +19465,9 @@
 	  source/util/UnsupportedOperationException.cpp: 'geos' namespace
 	  added.
 
-2003-06-18 20:08  Yury Bychkov <me at yury.ca>
+2003-06-18 20:08  ybychkov
 
-	* [r144] source/headers/opBuffer.h, source/operation/buffer,
+	* source/headers/opBuffer.h, source/operation/buffer,
 	  source/operation/buffer/BufferEdgeBuilder.cpp,
 	  source/operation/buffer/BufferLineBuilder.cpp,
 	  source/operation/buffer/BufferOp.cpp,
@@ -19190,95 +19476,90 @@
 	  source/operation/buffer/RightmostEdgeFinder.cpp: Buffer is almost
 	  fully debugged.
 
-2003-05-29 00:05  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-05-29 00:05  pramsey
 
-	* [r143] source/bigtest/Makefile.am, source/geom/Makefile.am: Final
-	  GNU build adjustments.
+	* source/bigtest/Makefile.am, source/geom/Makefile.am: Final GNU
+	  build adjustments.
 
-2003-05-28 23:55  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-05-28 23:55  pramsey
 
-	* [r142] source/examples/Makefile.am: Added new exception class.
+	* source/examples/Makefile.am: Added new exception class.
 
-2003-05-28 23:39  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-05-28 23:39  pramsey
 
-	* [r141] source/headers/Makefile.am: Change reference to
-	  spatialIndex.h
+	* source/headers/Makefile.am: Change reference to spatialIndex.h
 
-2003-05-28 23:22  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-05-28 23:22  pramsey
 
-	* [r140] source/geom/Makefile.am: Removed obsolete build entries
-	  for removed classes.
+	* source/geom/Makefile.am: Removed obsolete build entries for
+	  removed classes.
 
-2003-05-28 22:22  Yury Bychkov <me at yury.ca>
+2003-05-28 22:22  ybychkov
 
-	* [r139] source/headers/indexStrtree.h,
-	  source/index/strtree/Interval.cpp: Some bugfixes.
+	* source/headers/indexStrtree.h, source/index/strtree/Interval.cpp:
+	  Some bugfixes.
 
-2003-05-28 22:11  Yury Bychkov <me at yury.ca>
+2003-05-28 22:11  ybychkov
 
-	* [r138] source/index/bintree/Interval.cpp,
-	  source/index/bintree/Node.cpp, source/test/XMLTester.cpp: no
-	  message
+	* source/index/bintree/Interval.cpp, source/index/bintree/Node.cpp,
+	  source/test/XMLTester.cpp: no message
 
-2003-05-28 05:02  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-05-28 05:02  pramsey
 
-	* [r137] source/index/strtree/Interval.cpp,
+	* source/index/strtree/Interval.cpp,
 	  source/index/strtree/SIRtree.cpp: Changed __max/__min to max/min
 
-2003-05-28 05:01  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-05-28 05:01  pramsey
 
-	* [r136] source/index/quadtree/IntervalSize.cpp: Change __max to
-	  max
+	* source/index/quadtree/IntervalSize.cpp: Change __max to max
 
-2003-05-27 23:56  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-05-27 23:56  pramsey
 
-	* [r135] source/geom/Makefile.am: Changed from mistaken cpp file
-	  names.
+	* source/geom/Makefile.am: Changed from mistaken cpp file names.
 
-2003-05-27 23:54  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-05-27 23:54  pramsey
 
-	* [r134] source/algorithm/CentroidArea.cpp: Added include for
-	  <typeinfo>
+	* source/algorithm/CentroidArea.cpp: Added include for <typeinfo>
 
-2003-05-27 23:45  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-05-27 23:45  pramsey
 
-	* [r133] source/headers/indexStrtree.h: GNU build support
+	* source/headers/indexStrtree.h: GNU build support
 
-2003-05-27 23:42  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-05-27 23:42  pramsey
 
-	* [r132] source/headers/indexQuadtree.h: Fix reference to
-	  spatialIndex header
+	* source/headers/indexQuadtree.h: Fix reference to spatialIndex
+	  header
 
-2003-05-27 23:41  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-05-27 23:41  pramsey
 
-	* [r131] source/headers/Makefile.in, source/headers/SpatialIndex.h,
+	* source/headers/Makefile.in, source/headers/SpatialIndex.h,
 	  source/headers/geom.h, source/headers/indexStrtree.h,
 	  source/headers/spatialIndex.h: Build updates.
 
-2003-05-27 23:33  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-05-27 23:33  pramsey
 
-	* [r130] source/geom/Makefile.am: Add new files into build support
+	* source/geom/Makefile.am: Add new files into build support
 
-2003-05-27 23:17  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-05-27 23:17  pramsey
 
-	* [r129] source/headers/Makefile.am: Add all new headers into the
-	  build process.
+	* source/headers/Makefile.am: Add all new headers into the build
+	  process.
 
-2003-05-27 23:11  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-05-27 23:11  pramsey
 
-	* [r128] source/geom/Makefile.am, source/headers/Makefile.am: Some
-	  updates to synch build with devel.
+	* source/geom/Makefile.am, source/headers/Makefile.am: Some updates
+	  to synch build with devel.
 
-2003-05-21 23:28  Yury Bychkov <me at yury.ca>
+2003-05-21 23:28  ybychkov
 
-	* [r127] source/algorithm/MCPointInRing.cpp,
+	* source/algorithm/MCPointInRing.cpp,
 	  source/geom/PrecisionModel.cpp, source/graph/GeometryGraph.cpp,
 	  source/index/bintree/Key.cpp,
 	  source/operation/relate/RelateOp.cpp: Several bugs fixed.
 
-2003-05-19 06:18  Yury Bychkov <me at yury.ca>
+2003-05-19 06:18  ybychkov
 
-	* [r126] source/algorithm/HCoordinate.cpp,
+	* source/algorithm/HCoordinate.cpp,
 	  source/algorithm/NotRepresentableException.cpp,
 	  source/algorithm/RobustLineIntersector.cpp,
 	  source/examples/CPCLException.cpp,
@@ -19309,9 +19590,9 @@
 	  source/util/UnsupportedOperationException.cpp: All exceptions are
 	  now classes.
 
-2003-05-17 07:47  Yury Bychkov <me at yury.ca>
+2003-05-17 07:47  ybychkov
 
-	* [r125] source/algorithm/CentroidArea.cpp,
+	* source/algorithm/CentroidArea.cpp,
 	  source/algorithm/CentroidLine.cpp,
 	  source/algorithm/CentroidPoint.cpp,
 	  source/algorithm/InteriorPointArea.cpp,
@@ -19320,10 +19601,10 @@
 	  source/algorithm/SIRtreePointInRing.cpp,
 	  source/index/quadtree/QuadTreeNodeBase.cpp: Last fix for CVS.
 
-2003-05-17 06:08  Yury Bychkov <me at yury.ca>
+2003-05-17 06:08  ybychkov
 
-	* [r124] source/algorithm/MCPointInRing.cpp,
-	  source/geom/Geometry.cpp, source/geom/GeometryCollection.cpp,
+	* source/algorithm/MCPointInRing.cpp, source/geom/Geometry.cpp,
+	  source/geom/GeometryCollection.cpp,
 	  source/geom/GeometryFactory.cpp, source/graph/GeometryGraph.cpp,
 	  source/headers/geom.h, source/headers/geosAlgorithm.h,
 	  source/headers/graph.h, source/headers/graphindex.h,
@@ -19332,15 +19613,15 @@
 	  source/index/strtree/AbstractSTRtree.cpp,
 	  source/operation/valid/IsValidOp.cpp: Fixing CVS error.
 
-2003-05-17 00:27  Yury Bychkov <me at yury.ca>
+2003-05-17 00:27  ybychkov
 
-	* [r123] source/geom/GeometryCollection.cpp,
+	* source/geom/GeometryCollection.cpp,
 	  source/headers/geosAlgorithm.h: Fixing a commit problem.
 
-2003-05-17 00:07  Yury Bychkov <me at yury.ca>
+2003-05-17 00:07  ybychkov
 
-	* [r122] source/algorithm/MCPointInRing.cpp,
-	  source/geom/Geometry.cpp, source/geom/GeometryCollection.cpp,
+	* source/algorithm/MCPointInRing.cpp, source/geom/Geometry.cpp,
+	  source/geom/GeometryCollection.cpp,
 	  source/geom/GeometryFactory.cpp, source/graph/GeometryGraph.cpp,
 	  source/headers/geom.h, source/headers/geosAlgorithm.h,
 	  source/headers/graph.h, source/headers/opDistance.h,
@@ -19353,9 +19634,9 @@
 	  source/operation/distance/PolygonExtracterFilter.cpp: SIRtree is
 	  done. Distance is done.
 
-2003-05-07 09:06  Yury Bychkov <me at yury.ca>
+2003-05-07 09:06  ybychkov
 
-	* [r121] source/algorithm/CentroidArea.cpp,
+	* source/algorithm/CentroidArea.cpp,
 	  source/algorithm/CentroidLine.cpp,
 	  source/algorithm/CentroidPoint.cpp,
 	  source/algorithm/ConvexHull.java,
@@ -19394,9 +19675,9 @@
 	  source/operation/valid/QuadtreeNestedRingTester.cpp: Closer to
 	  1.3
 
-2003-05-04 22:34  Yury Bychkov <me at yury.ca>
+2003-05-04 22:34  ybychkov
 
-	* [r120] source/algorithm/NonRobustCGAlgorithms.cpp,
+	* source/algorithm/NonRobustCGAlgorithms.cpp,
 	  source/algorithm/NonRobustLineIntersector.cpp,
 	  source/algorithm/PointLocator.cpp,
 	  source/algorithm/RobustCGAlgorithms.cpp,
@@ -19415,9 +19696,9 @@
 	  source/operation/relate/RelateOp.cpp,
 	  source/operation/valid/IsValidOp.cpp: Closer to JTS 1.3
 
-2003-04-28 06:01  Yury Bychkov <me at yury.ca>
+2003-04-28 06:01  ybychkov
 
-	* [r119] source/algorithm/CGAlgorithms.cpp,
+	* source/algorithm/CGAlgorithms.cpp,
 	  source/algorithm/HCoordinate.cpp,
 	  source/algorithm/IntTreePointInRing.cpp,
 	  source/algorithm/LineIntersector.cpp,
@@ -19510,93 +19791,91 @@
 	  source/util/Assert.cpp, source/util/AssertionFailedException.cpp:
 	  Partially upgraded to JTS 1.3
 
-2003-04-21 22:16  Yury Bychkov <me at yury.ca>
+2003-04-21 22:16  ybychkov
 
-	* [r118] VisualStudio, VisualStudio/GEOS.sln,
-	  VisualStudio/GEOS.vcproj: VisualStudio project added.
+	* VisualStudio, VisualStudio/GEOS.sln, VisualStudio/GEOS.vcproj:
+	  VisualStudio project added.
 
-2003-04-17 00:37  Yury Bychkov <me at yury.ca>
+2003-04-17 00:37  ybychkov
 
-	* [r117] source/geom/BasicCoordinateList.cpp,
-	  source/geom/Geometry.cpp, source/geom/GeometryFactory.cpp,
+	* source/geom/BasicCoordinateList.cpp, source/geom/Geometry.cpp,
+	  source/geom/GeometryFactory.cpp,
 	  source/geom/PointCoordinateList.cpp,
 	  source/graph/GeometryGraph.cpp, source/io/WKTReader.cpp: Changed
 	  PrecisionModel to Value type. Removed bounds checking from *At
 	  methods in CoordinateLists.
 
-2003-04-12 04:31  Yury Bychkov <me at yury.ca>
+2003-04-12 04:31  ybychkov
 
-	* [r116] source/graph/EdgeRing.cpp,
+	* source/graph/EdgeRing.cpp,
 	  source/operation/overlay/OverlayOp.cpp: Overlay passes all tests
 	  (both precise and normal)
 
-2003-04-11 23:16  Yury Bychkov <me at yury.ca>
+2003-04-11 23:16  ybychkov
 
-	* [r115] source/geom/Geometry.cpp,
-	  source/geom/GeometryCollection.cpp,
+	* source/geom/Geometry.cpp, source/geom/GeometryCollection.cpp,
 	  source/geom/GeometryFactory.cpp, source/geom/LineString.cpp,
 	  source/geom/Point.cpp, source/geom/Polygon.cpp,
 	  source/geom/PrecisionModel.cpp, source/graph/GeometryGraph.cpp,
 	  source/headers/geom.h, source/io/WKTReader.cpp,
 	  source/test/XMLTester.cpp: Overlay almost works. Fails 2 tests.
 
-2003-04-10 04:34  Yury Bychkov <me at yury.ca>
+2003-04-10 04:34  ybychkov
 
-	* [r114] source/geom/Geometry.cpp, source/geom/GeometryFactory.cpp,
+	* source/geom/Geometry.cpp, source/geom/GeometryFactory.cpp,
 	  source/graph/Depth.cpp, source/graph/DirectedEdgeStar.cpp,
 	  source/graph/EdgeIntersectionList.cpp,
 	  source/operation/overlay/OverlayOp.cpp,
 	  source/test/XMLTester.cpp: Overlay passes all normal tests. Still
 	  fails on Precision tests.
 
-2003-04-09 21:52  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-04-09 21:52  pramsey
 
-	* [r113] source/headers/geom.h: Changed destructors to virtual to
-	  quiet GNU warnings
+	* source/headers/geom.h: Changed destructors to virtual to quiet
+	  GNU warnings
 
-2003-04-04 23:49  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-04-04 23:49  pramsey
 
-	* [r112] source/headers/Makefile.am: Install all headers at install
-	  time.
+	* source/headers/Makefile.am: Install all headers at install time.
 
-2003-04-04 22:04  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-04-04 22:04  pramsey
 
-	* [r111] source/examples/CustomCoordinateListExample.cpp,
+	* source/examples/CustomCoordinateListExample.cpp,
 	  source/examples/CustomCoordinateListExample.h,
 	  source/examples/CustomPointCoordinateList.cpp: Newlines added to
 	  quiet gcc.
 
-2003-04-04 03:44  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-04-04 03:44  pramsey
 
-	* [r110] source/geom/Makefile.am: Build support
+	* source/geom/Makefile.am: Build support
 
-2003-04-04 03:43  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-04-04 03:43  pramsey
 
-	* [r109] source/examples/Makefile.am: Build support.
+	* source/examples/Makefile.am: Build support.
 
-2003-04-04 03:28  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-04-04 03:28  pramsey
 
-	* [r108] source/geom/Makefile.am: Build support updates.
+	* source/geom/Makefile.am: Build support updates.
 
-2003-04-04 03:11  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-04-04 03:11  pramsey
 
-	* [r107] source/examples/Makefile.am: Build support for new example
+	* source/examples/Makefile.am: Build support for new example
 	  programs.
 
 2003-04-04 00:18  dblasby
 
-	* [r106] INSTALL: added comment about running ./autogen.sh
+	* INSTALL: added comment about running ./autogen.sh
 
-2003-04-02 21:55  Yury Bychkov <me at yury.ca>
+2003-04-02 21:55  ybychkov
 
-	* [r105] source/examples/CustomCoordinateListExample.cpp,
+	* source/examples/CustomCoordinateListExample.cpp,
 	  source/examples/CustomCoordinateListExample.h,
 	  source/examples/CustomPointCoordinateList.cpp: Added example on
 	  how to wrap internal storage format with CoordinateLists.
 
-2003-04-02 08:02  Yury Bychkov <me at yury.ca>
+2003-04-02 08:02  ybychkov
 
-	* [r104] source/algorithm/MCPointInRing.cpp,
+	* source/algorithm/MCPointInRing.cpp,
 	  source/geom/BasicCoordinateList.cpp, source/geom/LineString.cpp,
 	  source/geom/PointCoordinateList.cpp,
 	  source/graph/DirectedEdge.cpp, source/graph/EdgeEnd.cpp,
@@ -19611,15 +19890,14 @@
 	  source/operation/valid/IsValidOp.cpp: isValid is debugged (passes
 	  all 805 tests).
 
-2003-03-24 19:23  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-03-24 19:23  pramsey
 
-	* [r103] source/headers/indexQuadtree.h,
-	  source/headers/indexSweepline.h: Added newlines to end to quiet
-	  gcc
+	* source/headers/indexQuadtree.h, source/headers/indexSweepline.h:
+	  Added newlines to end to quiet gcc
 
-2003-03-24 19:21  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-03-24 19:21  pramsey
 
-	* [r102] Makefile.in, aclocal.m4, configure, configure.in, libtool,
+	* Makefile.in, aclocal.m4, configure, configure.in, libtool,
 	  macros/Makefile.in, source/Makefile.am, source/Makefile.in,
 	  source/algorithm/Makefile.am, source/algorithm/Makefile.in,
 	  source/bigtest/Makefile.in, source/geom/Makefile.in,
@@ -19638,13 +19916,13 @@
 	  extraneous build support from all
 	  non-geom library directories.
 
-2003-03-24 03:45  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-03-24 03:45  pramsey
 
-	* [r101] source/geom/Makefile.am: More GNU build support
+	* source/geom/Makefile.am: More GNU build support
 
-2003-03-24 03:07  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-03-24 03:07  pramsey
 
-	* [r100] Makefile.in, aclocal.m4, configure, configure.in, libtool,
+	* Makefile.in, aclocal.m4, configure, configure.in, libtool,
 	  macros/Makefile.in, source/Makefile.in,
 	  source/algorithm/Makefile.in, source/bigtest/Makefile.in,
 	  source/geom/Makefile.am, source/geom/Makefile.in,
@@ -19657,9 +19935,9 @@
 	  source/test/XMLTester.cpp, source/util/Makefile.in,
 	  tools/Makefile.in: GNU build support on latest changes.
 
-2003-03-19 00:34  Yury Bychkov <me at yury.ca>
+2003-03-19 00:34  ybychkov
 
-	* [r99] source/algorithm/IntTreePointInRing.cpp,
+	* source/algorithm/IntTreePointInRing.cpp,
 	  source/geom/Geometry.cpp, source/headers/geosAlgorithm.h,
 	  source/headers/opOverlay.h,
 	  source/operation/overlay/LineBuilder.cpp,
@@ -19667,9 +19945,9 @@
 	  source/operation/overlay/OverlayOp.java: All Overlay classes are
 	  ported. Overlay and isValid have not been tested yet.
 
-2003-03-18 01:42  Yury Bychkov <me at yury.ca>
+2003-03-18 01:42  ybychkov
 
-	* [r98] source/geom/Geometry.cpp, source/graph/PlanarGraph.cpp,
+	* source/geom/Geometry.cpp, source/graph/PlanarGraph.cpp,
 	  source/headers/opOverlay.h, source/headers/opValid.h,
 	  source/index/intervaltree/IntervalNode.cpp,
 	  source/index/quadtree/Quad.cpp,
@@ -19684,9 +19962,9 @@
 	  source/operation/valid/RepeatedPointTester.cpp,
 	  source/test/XMLTester.cpp: 90% of Overlay classes ported.
 
-2003-03-17 18:04  Yury Bychkov <me at yury.ca>
+2003-03-17 18:04  ybychkov
 
-	* [r97] source/algorithm/MCPointInRing.cpp,
+	* source/algorithm/MCPointInRing.cpp,
 	  source/headers/geosAlgorithm.h, source/headers/indexChain.h,
 	  source/headers/indexIntervaltree.h, source/index/chain,
 	  source/index/chain/MonotoneChainBuilder.cpp,
@@ -19698,9 +19976,9 @@
 	  source/index/intervaltree/IntervalTree.cpp: All 'index' packages
 	  and part of 'overlay' are done.
 
-2003-03-17 02:49  Yury Bychkov <me at yury.ca>
+2003-03-17 02:49  ybychkov
 
-	* [r96] source/algorithm/MCPointInRing.cpp,
+	* source/algorithm/MCPointInRing.cpp,
 	  source/headers/geosAlgorithm.h, source/headers/opOverlay.h,
 	  source/headers/opValid.h, source/operation/overlay,
 	  source/operation/overlay/MaximalEdgeRing.cpp,
@@ -19708,25 +19986,24 @@
 	  source/operation/valid/IsValidOp.cpp: IsValid and supporting
 	  packages are ported (but NOT tested).
 
-2003-03-12 23:45  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-03-12 23:45  pramsey
 
-	* [r95] source/geom/Makefile.am, source/operation/Makefile.am,
+	* source/geom/Makefile.am, source/operation/Makefile.am,
 	  source/operation/valid/Makefile.am: Build support for valid.
 
-2003-03-10 10:18  Yury Bychkov <me at yury.ca>
+2003-03-10 10:18  ybychkov
 
-	* [r94] source/headers/indexQuadtree.h, source/headers/opOverlay.h,
+	* source/headers/indexQuadtree.h, source/headers/opOverlay.h,
 	  source/headers/opValid.h,
 	  source/operation/valid/ConnectedInteriorTester.cpp,
 	  source/operation/valid/QuadtreeNestedRingTester.cpp: IsValid()
 	  and supporting index classes are ported, but don't work yet
 	  (external dependencies)
 
-2003-03-10 01:17  Yury Bychkov <me at yury.ca>
+2003-03-10 01:17  ybychkov
 
-	* [r93] source/headers/indexQuadtree.h,
-	  source/headers/indexSweepline.h, source/headers/opValid.h,
-	  source/index, source/index/quadtree,
+	* source/headers/indexQuadtree.h, source/headers/indexSweepline.h,
+	  source/headers/opValid.h, source/index, source/index/quadtree,
 	  source/index/quadtree/Quad.cpp,
 	  source/index/quadtree/Quadtree.cpp, source/index/sweepline,
 	  source/index/sweepline/SweepLineIndex.cpp,
@@ -19742,43 +20019,41 @@
 	  source/test/XMLTester.cpp: IsValid and supporting index classes
 	  are almost done.
 
-2003-03-05 17:04  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-03-05 17:04  pramsey
 
-	* [r92] configure.in, source/Makefile.am,
-	  source/examples/Makefile.am: Build support for new coordinateline
-	  examples.
+	* configure.in, source/Makefile.am, source/examples/Makefile.am:
+	  Build support for new coordinateline examples.
 
-2003-03-05 08:02  Yury Bychkov <me at yury.ca>
+2003-03-05 08:02  ybychkov
 
-	* [r91] source/examples,
-	  source/examples/CoordinateListsExample.cpp,
+	* source/examples, source/examples/CoordinateListsExample.cpp,
 	  source/geom/PointCoordinateList.cpp, source/headers/geom.h:
 	  CoordinateList interface example.
 
-2003-03-03 03:56  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-03-03 03:56  pramsey
 
-	* [r90] source/geom/Makefile.am: Remove PointInRing
+	* source/geom/Makefile.am: Remove PointInRing
 
-2003-03-03 03:35  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-03-03 03:35  pramsey
 
-	* [r89] source/algorithm/PointInRing.cpp: Removed unused file.
+	* source/algorithm/PointInRing.cpp: Removed unused file.
 
-2003-03-03 02:41  Yury Bychkov <me at yury.ca>
+2003-03-03 02:41  ybychkov
 
-	* [r88] source/algorithm/LineIntersector.cpp,
+	* source/algorithm/LineIntersector.cpp,
 	  source/bigtest/GeometryTestFactory.cpp,
 	  source/geom/GeometryFactory.cpp,
 	  source/geom/PointCoordinateList.cpp,
 	  source/graph/EdgeIntersectionList.cpp, source/io/WKTReader.cpp:
 	  Some Coordinate& related bugs fixed.
 
-2003-03-03 02:26  Yury Bychkov <me at yury.ca>
+2003-03-03 02:26  ybychkov
 
-	* [r87] source/geom/GeometryFactory.cpp: GeometryFactory bug fix.
+	* source/geom/GeometryFactory.cpp: GeometryFactory bug fix.
 
-2003-03-03 00:46  Yury Bychkov <me at yury.ca>
+2003-03-03 00:46  ybychkov
 
-	* [r86] source/algorithm/CGAlgorithms.cpp,
+	* source/algorithm/CGAlgorithms.cpp,
 	  source/algorithm/HCoordinate.cpp,
 	  source/algorithm/LineIntersector.cpp,
 	  source/algorithm/NonRobustCGAlgorithms.cpp,
@@ -19808,9 +20083,9 @@
 	  source/util/Assert.cpp: Second pass of code cleanup. Coordinate
 	  references and inlining.
 
-2003-03-02 03:47  Yury Bychkov <me at yury.ca>
+2003-03-02 03:47  ybychkov
 
-	* [r85] source/graph/Depth.cpp, source/graph/DirectedEdge.cpp,
+	* source/graph/Depth.cpp, source/graph/DirectedEdge.cpp,
 	  source/graph/DirectedEdgeStar.cpp, source/graph/Edge.cpp,
 	  source/graph/EdgeEnd.cpp, source/graph/EdgeEndStar.cpp,
 	  source/graph/EdgeIntersectionList.cpp, source/graph/EdgeRing.cpp,
@@ -19828,19 +20103,18 @@
 	  source/operation/relate/RelateNodeGraph.cpp: First pass of code
 	  cleanup completed over all packages.
 
-2003-03-01 06:10  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-03-01 06:10  pramsey
 
-	* [r84] source/headers/geosAlgorithm.h: Uncommented default
-	  constructor for PointInRing
+	* source/headers/geosAlgorithm.h: Uncommented default constructor
+	  for PointInRing
 
-2003-03-01 06:08  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-03-01 06:08  pramsey
 
-	* [r83] source/test/SimpleWKTTester.cpp: Fixed call to geometry
-	  factory.
+	* source/test/SimpleWKTTester.cpp: Fixed call to geometry factory.
 
-2003-02-26 23:16  Yury Bychkov <me at yury.ca>
+2003-02-26 23:16  ybychkov
 
-	* [r82] source/algorithm/LineIntersector.cpp,
+	* source/algorithm/LineIntersector.cpp,
 	  source/algorithm/NonRobustCGAlgorithms.cpp,
 	  source/algorithm/PointLocator.cpp,
 	  source/algorithm/RobustCGAlgorithms.cpp,
@@ -19853,22 +20127,22 @@
 	  source/io/Writer.cpp, source/test/XMLTester.cpp: All packages
 	  except 'graph' has been refactored.
 
-2003-02-20 03:32  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-02-20 03:32  pramsey
 
-	* [r81] source/test/SimpleWKTTester.cpp: Fixed small bug in call to
+	* source/test/SimpleWKTTester.cpp: Fixed small bug in call to
 	  GeometryFactory (instantiate PrecisionModel
 	  with new)
 
-2003-02-20 03:30  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-02-20 03:30  pramsey
 
-	* [r80] source/geom/CoordinateListFactory.cpp,
+	* source/geom/CoordinateListFactory.cpp,
 	  source/geom/GeometryFactory.cpp: GFactory: Move i outside of for
 	  loop. Needed to compile GNU
 	  CListFactory: Add newline to end of file.
 
-2003-02-20 00:10  Yury Bychkov <me at yury.ca>
+2003-02-20 00:10  ybychkov
 
-	* [r79] source/geom/GeometryFactory.cpp, source/headers/opRelate.h,
+	* source/geom/GeometryFactory.cpp, source/headers/opRelate.h,
 	  source/operation/IsSimpleOp.cpp,
 	  source/operation/relate/EdgeEndBundle.cpp,
 	  source/operation/relate/RelateComputer.cpp,
@@ -19876,9 +20150,9 @@
 	  source/operation/relate/RelateOp.cpp: Geom and Operation
 	  (including Relate) packages are updated.
 
-2003-02-17 09:38  Yury Bychkov <me at yury.ca>
+2003-02-17 09:38  ybychkov
 
-	* [r78] source/geom/Envelope.cpp, source/geom/Geometry.cpp,
+	* source/geom/Envelope.cpp, source/geom/Geometry.cpp,
 	  source/geom/GeometryCollection.cpp,
 	  source/geom/IntersectionMatrix.cpp, source/geom/LineString.cpp,
 	  source/geom/Polygon.cpp,
@@ -19890,19 +20164,19 @@
 	  source/operation/relate/RelateOp.cpp, source/test/XMLTester.cpp:
 	  GEOM package fully updated & bugs fixed.
 
-2003-02-17 00:40  Yury Bychkov <me at yury.ca>
+2003-02-17 00:40  ybychkov
 
-	* [r77] source/geom/Geometry.cpp, source/geom/MultiLineString.cpp,
+	* source/geom/Geometry.cpp, source/geom/MultiLineString.cpp,
 	  source/geom/MultiPoint.cpp, source/geom/MultiPolygon.cpp,
 	  source/geom/Point.cpp, source/geom/Polygon.cpp,
 	  source/graph/EdgeRing.cpp, source/graph/GeometryGraph.cpp,
 	  source/headers/geom.h, source/headers/io.h,
 	  source/io/WKTReader.cpp: GEOM package fully updated.
 
-2003-02-16 22:52  Yury Bychkov <me at yury.ca>
+2003-02-16 22:52  ybychkov
 
-	* [r76] source/bigtest/GeometryTestFactory.cpp,
-	  source/geom/Geometry.cpp, source/geom/GeometryCollection.cpp,
+	* source/bigtest/GeometryTestFactory.cpp, source/geom/Geometry.cpp,
+	  source/geom/GeometryCollection.cpp,
 	  source/geom/GeometryCollectionIterator.cpp,
 	  source/geom/GeometryFactory.cpp,
 	  source/geom/IntersectionMatrix.cpp, source/geom/LineString.cpp,
@@ -19912,33 +20186,33 @@
 	  source/graph/EdgeRing.cpp, source/headers/geom.h,
 	  source/io/WKTReader.cpp: GEOM package partially updated.
 
-2003-02-12 21:09  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-02-12 21:09  pramsey
 
-	* [r75] INSTALL, missing: Added two files required by autoconf
-	  build process.
+	* INSTALL, missing: Added two files required by autoconf build
+	  process.
 
-2003-02-12 20:51  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-02-12 20:51  pramsey
 
-	* [r74] configure, libtool, source/geom/Makefile.in,
+	* configure, libtool, source/geom/Makefile.in,
 	  source/headers/Makefile.in, source/test/Makefile.in: Commit build
 	  support files.
 
-2003-02-12 19:11  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-02-12 19:11  pramsey
 
-	* [r73] source/headers/Makefile.am: Change header installation path
-	  to $(prefix)/include/geos.
+	* source/headers/Makefile.am: Change header installation path to
+	  $(prefix)/include/geos.
 
-2003-02-12 06:50  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-02-12 06:50  pramsey
 
-	* [r72] source/algorithm/LineIntersector.cpp,
+	* source/algorithm/LineIntersector.cpp,
 	  source/algorithm/SimplePointInRing.cpp,
 	  source/operation/GeometryGraphOperation.cpp,
 	  source/operation/relate/EdgeEndBundle.cpp: Added newlines to
 	  quiet g++ warnings.
 
-2003-02-12 06:48  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-02-12 06:48  pramsey
 
-	* [r71] source/graph/Depth.cpp, source/graph/DirectedEdge.cpp,
+	* source/graph/Depth.cpp, source/graph/DirectedEdge.cpp,
 	  source/graph/DirectedEdgeStar.cpp, source/graph/EdgeEnd.cpp,
 	  source/graph/EdgeIntersectionList.cpp, source/graph/EdgeList.cpp,
 	  source/graph/Label.cpp, source/graph/NodeFactory.cpp,
@@ -19947,81 +20221,80 @@
 	  source/graph/index/SweepLineEvent.cpp: Added newlines to ends of
 	  files to quiet g++ warnings.
 
-2003-02-12 06:27  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-02-12 06:27  pramsey
 
-	* [r70] source/test/XMLTester.cpp: Fix headers.
+	* source/test/XMLTester.cpp: Fix headers.
 
-2003-02-12 06:26  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-02-12 06:26  pramsey
 
-	* [r69] source/test/SimpleWKTTester.cpp: Changed headers.
+	* source/test/SimpleWKTTester.cpp: Changed headers.
 
-2003-02-12 06:24  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-02-12 06:24  pramsey
 
-	* [r68] source/bigtest/TestSweepLineSpeed.cpp: Added return value.
+	* source/bigtest/TestSweepLineSpeed.cpp: Added return value.
 
-2003-02-12 06:24  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-02-12 06:24  pramsey
 
-	* [r67] source/bigtest/TestSweepLineSpeed.cpp, source/test/CTS.cpp,
+	* source/bigtest/TestSweepLineSpeed.cpp, source/test/CTS.cpp,
 	  source/test/XMLTester.cpp: Changed headers.
 
-2003-02-12 06:19  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-02-12 06:19  pramsey
 
-	* [r66] source/test/XMLTester.cpp: Make path to test file relative.
+	* source/test/XMLTester.cpp: Make path to test file relative.
 
-2003-02-12 06:18  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-02-12 06:18  pramsey
 
-	* [r65] source/bigtest/GeometryTestFactory.cpp: Change include
-	  reference syntax.
+	* source/bigtest/GeometryTestFactory.cpp: Change include reference
+	  syntax.
 
-2003-02-12 06:07  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-02-12 06:07  pramsey
 
-	* [r64] source/graph/EdgeEndStar.cpp: Remove NULL test.
+	* source/graph/EdgeEndStar.cpp: Remove NULL test.
 
-2003-02-12 06:07  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-02-12 06:07  pramsey
 
-	* [r63] source/io/WKTWriter.cpp: Pass double to log().
+	* source/io/WKTWriter.cpp: Pass double to log().
 
-2003-02-12 06:07  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-02-12 06:07  pramsey
 
-	* [r62] source/bigtest/TestSweepLineSpeed.cpp: Fixed main() return
-	  type.
+	* source/bigtest/TestSweepLineSpeed.cpp: Fixed main() return type.
 
-2003-02-12 06:04  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-02-12 06:04  pramsey
 
-	* [r61] source/test/Makefile.am: Remove old library references.
+	* source/test/Makefile.am: Remove old library references.
 
-2003-02-12 05:58  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-02-12 05:58  pramsey
 
-	* [r60] source/bigtest/TestSweepLineSpeed.cpp: Added stdio
-	  reference and newline at end.
+	* source/bigtest/TestSweepLineSpeed.cpp: Added stdio reference and
+	  newline at end.
 
-2003-02-12 00:58  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-02-12 00:58  pramsey
 
-	* [r59] source/test/test.xml: Added all JTS test cases to the file.
+	* source/test/test.xml: Added all JTS test cases to the file.
 
-2003-02-11 23:54  Paul Ramsey <pramsey at cleverelephant.ca>
+2003-02-11 23:54  pramsey
 
-	* [r58] source/geom/Makefile.am: Added support for new cpp files.
+	* source/geom/Makefile.am: Added support for new cpp files.
 
-2003-02-11 23:33  Yury Bychkov <me at yury.ca>
+2003-02-11 23:33  ybychkov
 
-	* [r57] source/geom/CoordinateList.cpp, source/geom/Geometry.cpp,
+	* source/geom/CoordinateList.cpp, source/geom/Geometry.cpp,
 	  source/geom/PointCoordinateList.cpp, source/geom/Polygon.cpp,
 	  source/headers/geom.h: Some bugs fixed.
 
-2003-02-11 20:24  Yury Bychkov <me at yury.ca>
+2003-02-11 20:24  ybychkov
 
-	* [r56] source/geom/PointCoordinateList.cpp,
+	* source/geom/PointCoordinateList.cpp,
 	  source/graph/EdgeEndStar.cpp, source/headers/graph.h: Small
 	  changes in PointCoordinateList and EdgeEndStar.
 
 2003-02-11 19:01  mbdavis
 
-	* [r55] source/geom/Geometry.cpp: fixed duplicate for loop index
+	* source/geom/Geometry.cpp: fixed duplicate for loop index
 
-2003-02-05 08:14  Yury Bychkov <me at yury.ca>
+2003-02-05 08:14  ybychkov
 
-	* [r54] source/bigtest/GeometryTestFactory.cpp,
+	* source/bigtest/GeometryTestFactory.cpp,
 	  source/geom/BasicCoordinateList.cpp,
 	  source/geom/CoordinateList.cpp,
 	  source/geom/CoordinateListFactory.cpp, source/geom/Geometry.cpp,
@@ -20037,9 +20310,9 @@
 	  source/operation/IsSimpleOp.cpp, source/test/XMLTester.cpp:
 	  Second pass of CoordinateList interface migration.
 
-2003-01-27 08:04  Yury Bychkov <me at yury.ca>
+2003-01-27 08:04  ybychkov
 
-	* [r53] source/algorithm/NonRobustCGAlgorithms.cpp,
+	* source/algorithm/NonRobustCGAlgorithms.cpp,
 	  source/algorithm/PointLocator.cpp,
 	  source/algorithm/RobustCGAlgorithms.cpp,
 	  source/algorithm/SimplePointInRing.cpp,
@@ -20061,19 +20334,19 @@
 	  source/io/WKTReader.cpp: First pass of CoordinateList interface
 	  replacement.
 
-2003-01-27 07:56  Yury Bychkov <me at yury.ca>
+2003-01-27 07:56  ybychkov
 
-	* [r52] source/algorithm/CGAlgorithms.cpp: First pass of
-	  CoordinateList interface replacement.
+	* source/algorithm/CGAlgorithms.cpp: First pass of CoordinateList
+	  interface replacement.
 
-2003-01-27 07:26  Yury Bychkov <me at yury.ca>
+2003-01-27 07:26  ybychkov
 
-	* [r51] source/algorithm/CGAlgorithms.cpp: First pass of
-	  CoordinateList interface replacement.
+	* source/algorithm/CGAlgorithms.cpp: First pass of CoordinateList
+	  interface replacement.
 
-2002-12-02 09:48  Yury Bychkov <me at yury.ca>
+2002-12-02 09:48  ybychkov
 
-	* [r50] source/algorithm/CGAlgorithms.cpp,
+	* source/algorithm/CGAlgorithms.cpp,
 	  source/algorithm/NonRobustCGAlgorithms.cpp,
 	  source/algorithm/PointLocator.cpp,
 	  source/algorithm/RobustCGAlgorithms.cpp,
@@ -20091,25 +20364,25 @@
 	  source/headers/geosAlgorithm.h, source/headers/graph.h: More
 	  performance updates.
 
-2002-11-24 10:48  Yury Bychkov <me at yury.ca>
+2002-11-24 10:48  ybychkov
 
-	* [r49] source/algorithm/RobustLineIntersector.cpp,
+	* source/algorithm/RobustLineIntersector.cpp,
 	  source/bigtest/TestSweepLineSpeed.cpp,
 	  source/geom/CoordinateList.cpp,
 	  source/graph/index/MonotoneChainIndexer.cpp,
 	  source/headers/geom.h, source/headers/graphindex.h: Some
 	  performance improvements.
 
-2002-11-14 23:43  Paul Ramsey <pramsey at cleverelephant.ca>
+2002-11-14 23:43  pramsey
 
-	* [r48] configure.in, source/Makefile.am, source/Makefile.in,
+	* configure.in, source/Makefile.am, source/Makefile.in,
 	  source/bigtest/Makefile.am, source/bigtest/Makefile.in,
 	  source/geom/Makefile.am, source/geom/Makefile.in: Build support
 	  for the bigtest programs.
 
-2002-11-08 19:49  Yury Bychkov <me at yury.ca>
+2002-11-08 19:49  ybychkov
 
-	* [r47] source/bigtest/TestSweepLineSpeed.cpp,
+	* source/bigtest/TestSweepLineSpeed.cpp,
 	  source/geom/Coordinate.cpp, source/graph/Edge.cpp,
 	  source/graph/EdgeList.cpp, source/graph/EdgeRing.cpp,
 	  source/graph/GeometryGraph.cpp, source/graph/PlanarGraph.cpp,
@@ -20119,38 +20392,37 @@
 	  source/headers/graph.h, source/headers/graphindex.h: Preformance
 	  is drastically improved
 
-2002-11-05 23:13  Yury Bychkov <me at yury.ca>
+2002-11-05 23:13  ybychkov
 
-	* [r46] source/bigtest, source/bigtest/GeometryTestFactory.cpp,
+	* source/bigtest, source/bigtest/GeometryTestFactory.cpp,
 	  source/bigtest/TestSweepLineSpeed.cpp,
 	  source/graph/index/SimpleMCSweepLineIntersector.cpp,
 	  source/headers/bigtest.h,
 	  source/operation/relate/RelateComputer.cpp: Code for generating
 	  large tests added.
 
-2002-10-31 07:37  Yury Bychkov <me at yury.ca>
+2002-10-31 07:37  ybychkov
 
-	* [r45] source/graph/index/SimpleMCSweepLineIntersector.cpp,
+	* source/graph/index/SimpleMCSweepLineIntersector.cpp,
 	  source/io/StringTokenizer.cpp, source/test/XMLTester.cpp: XML
 	  tester is less fragile now.
 
-2002-10-30 21:59  Paul Ramsey <pramsey at cleverelephant.ca>
+2002-10-30 21:59  pramsey
 
-	* [r44] config.guess, config.sub: Added configure support files for
+	* config.guess, config.sub: Added configure support files for
 	  building w/o automake/autoconf
 
-2002-10-30 21:58  Paul Ramsey <pramsey at cleverelephant.ca>
+2002-10-30 21:58  pramsey
 
-	* [r43] configure.in: Small changes to make autoconf happy.
+	* configure.in: Small changes to make autoconf happy.
 
-2002-10-30 20:04  Paul Ramsey <pramsey at cleverelephant.ca>
+2002-10-30 20:04  pramsey
 
-	* [r42] source/test/test.xml: Edited test file to not crash
-	  XMLTester
+	* source/test/test.xml: Edited test file to not crash XMLTester
 
-2002-10-30 19:54  Paul Ramsey <pramsey at cleverelephant.ca>
+2002-10-30 19:54  pramsey
 
-	* [r41] Makefile.in, aclocal.m4, configure, configure.in, libtool,
+	* Makefile.in, aclocal.m4, configure, configure.in, libtool,
 	  macros/Makefile.in, source/Makefile.in,
 	  source/algorithm/Makefile.in, source/geom/Makefile.am,
 	  source/geom/Makefile.in, source/graph/Makefile.in,
@@ -20165,7 +20437,7 @@
 
 2002-10-23 02:21  nvine
 
-	* [r40] configure.in, source/Makefile.am, source/geom/Geometry.cpp,
+	* configure.in, source/Makefile.am, source/geom/Geometry.cpp,
 	  source/geom/GeometryCollection.cpp, source/geom/Makefile.am,
 	  source/geom/Polygon.cpp, source/graph/Depth.cpp,
 	  source/graph/DirectedEdgeStar.cpp, source/graph/EdgeEnd.cpp,
@@ -20181,9 +20453,9 @@
 	  source/test/SimpleWKTTester.cpp, source/test/XMLTester.cpp: GNU
 	  portability changes
 
-2002-10-17 07:12  Yury Bychkov <me at yury.ca>
+2002-10-17 07:12  ybychkov
 
-	* [r39] source/algorithm/SimplePointInAreaLocator.cpp,
+	* source/algorithm/SimplePointInAreaLocator.cpp,
 	  source/geom/Geometry.cpp,
 	  source/geom/GeometryCollectionIterator.cpp,
 	  source/graph/GeometryGraph.cpp,
@@ -20191,9 +20463,9 @@
 	  source/headers/graphindex.h, source/test/XMLTester.cpp: All test
 	  cases now work. Some are still too slow.
 
-2002-10-06 09:56  Yury Bychkov <me at yury.ca>
+2002-10-06 09:56  ybychkov
 
-	* [r38] source/algorithm/PointLocator.cpp,
+	* source/algorithm/PointLocator.cpp,
 	  source/graph/DirectedEdgeStar.cpp, source/graph/EdgeEndStar.cpp,
 	  source/graph/GeometryGraph.cpp, source/graph/Label.cpp,
 	  source/graph/PlanarGraph.cpp,
@@ -20209,9 +20481,9 @@
 	  source/operation/relate/RelateNodeGraph.cpp,
 	  source/test/XMLTester.cpp: Relate() is almost debugged.
 
-2002-09-12 14:08  Fernando Villa <fvilla at zoo.uvm.edu>
+2002-09-12 14:08  fvilla
 
-	* [r37] Makefile.in, configure, configure.in, libtool,
+	* Makefile.in, configure, configure.in, libtool,
 	  source/geom/Makefile.am, source/geom/Makefile.in,
 	  source/headers/Makefile.am, source/headers/Makefile.in,
 	  source/operation/Makefile.am, source/operation/Makefile.in,
@@ -20219,9 +20491,9 @@
 	  source/operation/relate/Makefile.in: Add makefile support for new
 	  files and dir
 
-2002-09-12 01:27  Yury Bychkov <me at yury.ca>
+2002-09-12 01:27  ybychkov
 
-	* [r36] source/geom/Geometry.cpp, source/geom/LineString.cpp,
+	* source/geom/Geometry.cpp, source/geom/LineString.cpp,
 	  source/geom/MultiLineString.cpp, source/geom/MultiPoint.cpp,
 	  source/geom/Polygon.cpp, source/graph/DirectedEdgeStar.cpp,
 	  source/graph/Edge.cpp, source/graph/EdgeEnd.cpp,
@@ -20246,16 +20518,16 @@
 	  source/operation/relate/RelateOp.cpp, source/test/XMLTester.cpp:
 	  Relate is finished,but doesn't work yet.
 
-2002-09-10 13:46  Fernando Villa <fvilla at zoo.uvm.edu>
+2002-09-10 13:46  fvilla
 
-	* [r35] configure, configure.in, libtool, source/Makefile.am,
+	* configure, configure.in, libtool, source/Makefile.am,
 	  source/Makefile.in, source/geom/Makefile.am,
 	  source/geom/Makefile.in, source/operation/Makefile.am,
 	  source/operation/Makefile.in: Added operation/Makefiles
 
-2002-09-06 20:18  Yury Bychkov <me at yury.ca>
+2002-09-06 20:18  ybychkov
 
-	* [r34] source/algorithm/CGAlgorithms.cpp,
+	* source/algorithm/CGAlgorithms.cpp,
 	  source/algorithm/HCoordinate.cpp,
 	  source/algorithm/NonRobustCGAlgorithms.cpp,
 	  source/algorithm/NonRobustLineIntersector.cpp,
@@ -20281,9 +20553,9 @@
 	  brought to version 1.2 of JTS. Compilable part of Operation
 	  added.
 
-2002-09-05 18:32  Fernando Villa <fvilla at zoo.uvm.edu>
+2002-09-05 18:32  fvilla
 
-	* [r33] ChangeLog, Makefile.in, configure, configure.in, libtool,
+	* ChangeLog, Makefile.in, configure, configure.in, libtool,
 	  source/Makefile.in, source/geom/Makefile.am,
 	  source/geom/Makefile.in, source/graph/Makefile.in,
 	  source/graph/index/Makefile.in, source/headers/Makefile.am,
@@ -20297,15 +20569,15 @@
 	  version is
 	  #define'd for code being compiled as GEOS_VERSION.
 
-2002-09-03 16:04  Paul Ramsey <pramsey at cleverelephant.ca>
+2002-09-03 16:04  pramsey
 
-	* [r32] source/test/Makefile.am: Changed reference to 'libgeom' to
+	* source/test/Makefile.am: Changed reference to 'libgeom' to
 	  'libgeos'
 
-2002-09-03 13:53  Fernando Villa <fvilla at zoo.uvm.edu>
+2002-09-03 13:53  fvilla
 
-	* [r31] Makefile.am, Makefile.in, acinclude.m4, aclocal.m4,
-	  configure, configure.in, install-sh, libtool, ltmain.sh, macros,
+	* Makefile.am, Makefile.in, acinclude.m4, aclocal.m4, configure,
+	  configure.in, install-sh, libtool, ltmain.sh, macros,
 	  macros/Makefile.am, macros/Makefile.in, macros/geos.m4,
 	  mkinstalldirs, source/Makefile.am, source/Makefile.in,
 	  source/algorithm/Makefile.am, source/algorithm/Makefile.in,
@@ -20347,9 +20619,9 @@
 	  solution is not
 	  easy to work with in automake.
 
-2002-09-01 18:08  Paul Ramsey <pramsey at cleverelephant.ca>
+2002-09-01 18:08  pramsey
 
-	* [r30] source/algorithm/NotRepresentableException.cpp,
+	* source/algorithm/NotRepresentableException.cpp,
 	  source/algorithm/PointInRing.cpp,
 	  source/algorithm/PointLocator.cpp,
 	  source/algorithm/RobustLineIntersector.cpp,
@@ -20357,15 +20629,14 @@
 	  source/io/Writer.cpp, source/io/markup/MarkupSTL.cpp: Minor
 	  portability changes.
 
-2002-09-01 17:53  Paul Ramsey <pramsey at cleverelephant.ca>
+2002-09-01 17:53  pramsey
 
-	* [r29] configure.in, source/Makefile.am,
-	  source/algorithm/Makefile.am: Changes to support algorithm
-	  directory in build structure.
+	* configure.in, source/Makefile.am, source/algorithm/Makefile.am:
+	  Changes to support algorithm directory in build structure.
 
-2002-09-01 17:51  Paul Ramsey <pramsey at cleverelephant.ca>
+2002-09-01 17:51  pramsey
 
-	* [r28] source/geom/Coordinate.cpp, source/geom/CoordinateList.cpp,
+	* source/geom/Coordinate.cpp, source/geom/CoordinateList.cpp,
 	  source/geom/Dimension.cpp, source/geom/Envelope.cpp,
 	  source/geom/Geometry.cpp, source/geom/GeometryCollection.cpp,
 	  source/geom/GeometryFactory.cpp,
@@ -20376,39 +20647,39 @@
 	  stdio.h where needed, small syntax adjustments, newlines at
 	  end of files.
 
-2002-08-30 18:33  Paul Ramsey <pramsey at cleverelephant.ca>
+2002-08-30 18:33  pramsey
 
-	* [r27] COPYING: Added LGPL licence text.
+	* COPYING: Added LGPL licence text.
 
-2002-08-30 18:30  Paul Ramsey <pramsey at cleverelephant.ca>
+2002-08-30 18:30  pramsey
 
-	* [r26] AUTHORS, Authors: Changed name of authors file as requested
-	  by autoconf.
+	* AUTHORS, Authors: Changed name of authors file as requested by
+	  autoconf.
 
-2002-08-30 18:28  Paul Ramsey <pramsey at cleverelephant.ca>
+2002-08-30 18:28  pramsey
 
-	* [r25] autogen.sh: Removed --force-missing which did not work for
-	  my version of autoconf
+	* autogen.sh: Removed --force-missing which did not work for my
+	  version of autoconf
 
-2002-08-30 18:16  Paul Ramsey <pramsey at cleverelephant.ca>
+2002-08-30 18:16  pramsey
 
-	* [r24] ., .cvsignore, source, source/.cvsignore, source/geom,
+	* ., .cvsignore, source, source/.cvsignore, source/geom,
 	  source/geom/.cvsignore, source/graph, source/graph/.cvsignore,
 	  source/graph/index, source/graph/index/.cvsignore, source/io,
 	  source/io/.cvsignore, source/io/markup,
 	  source/io/markup/.cvsignore, source/test, source/test/.cvsignore,
 	  source/util, source/util/.cvsignore: Added cvs ignore files.
 
-2002-08-30 18:15  Paul Ramsey <pramsey at cleverelephant.ca>
+2002-08-30 18:15  pramsey
 
-	* [r23] source/test/CTS.cpp, source/test/SimpleWKTTester.cpp,
+	* source/test/CTS.cpp, source/test/SimpleWKTTester.cpp,
 	  source/test/WKTIn, source/test/WKTOut, source/test/XMLTester.cpp,
 	  source/test/test.xml: Added the testing files back into their new
 	  subdirectory.
 
-2002-08-30 18:15  Paul Ramsey <pramsey at cleverelephant.ca>
+2002-08-30 18:15  pramsey
 
-	* [r22] Authors, ChangeLog, Makefile.am, NEWS, README, autogen.sh,
+	* Authors, ChangeLog, Makefile.am, NEWS, README, autogen.sh,
 	  configure.in, source/CTS.cpp, source/Makefile.am,
 	  source/SimpleWKTTester.cpp, source/WKTIn, source/WKTOut,
 	  source/XMLTester.cpp, source/geom/Makefile.am,
@@ -20419,9 +20690,9 @@
 	  submitted by Norman Vine. Moved test
 	  files to a new subdirectory.
 
-2002-08-30 15:52  Yury Bychkov <me at yury.ca>
+2002-08-30 15:52  ybychkov
 
-	* [r21] source/algorithm, source/algorithm/HCoordinate.cpp,
+	* source/algorithm, source/algorithm/HCoordinate.cpp,
 	  source/algorithm/LineIntersector.cpp,
 	  source/algorithm/NotRepresentableException.cpp,
 	  source/algorithm/PointInRing.cpp,
@@ -20442,9 +20713,9 @@
 	  source/headers/util.h, source/io/WKTWriter.cpp: 'algorithm' is
 	  almost complete
 
-2002-08-22 09:23  Yury Bychkov <me at yury.ca>
+2002-08-22 09:23  ybychkov
 
-	* [r20] source/graph/index, source/graph/index/MonotoneChain.cpp,
+	* source/graph/index, source/graph/index/MonotoneChain.cpp,
 	  source/graph/index/MonotoneChainEdge.cpp,
 	  source/graph/index/MonotoneChainIndexer.cpp,
 	  source/graph/index/SegmentIntersector.cpp,
@@ -20456,22 +20727,22 @@
 	  source/headers/operation.h, source/headers/platform.h,
 	  source/headers/util.h: 'graph/index' finished. Some .h changes.
 
-2002-08-21 05:49  Yury Bychkov <me at yury.ca>
+2002-08-21 05:49  ybychkov
 
-	* [r19] source/graph/GeometryGraph.cpp, source/headers/graph.h,
+	* source/graph/GeometryGraph.cpp, source/headers/graph.h,
 	  source/headers/graphindex.h: Some changes in 'graph'
 
-2002-08-20 21:08  Yury Bychkov <me at yury.ca>
+2002-08-20 21:08  ybychkov
 
-	* [r18] source/XMLTester.cpp, source/graph/Node.cpp,
+	* source/XMLTester.cpp, source/graph/Node.cpp,
 	  source/graph/NodeMap.cpp, source/graph/PlanarGraph.cpp,
 	  source/headers/geom.h, source/headers/geosAlgorithm.h,
 	  source/headers/graph.h, source/headers/io.h: Changed consts to
 	  enums
 
-2002-08-14 07:00  Yury Bychkov <me at yury.ca>
+2002-08-14 07:00  ybychkov
 
-	* [r17] Assert.cpp, AssertionFailedException.cpp, CTS.cpp,
+	* Assert.cpp, AssertionFailedException.cpp, CTS.cpp,
 	  Coordinate.cpp, CoordinateList.cpp, Depth.cpp, Dimension.cpp,
 	  Envelope.cpp, Geometry.cpp, GeometryCollection.cpp,
 	  GeometryCollectionIterator.cpp, GeometryFactory.cpp,
@@ -20518,84 +20789,81 @@
 	  source/util/AssertionFailedException.cpp, test.xml, util.h: New
 	  structure of source.
 
-2002-07-11 07:57  Yury Bychkov <me at yury.ca>
+2002-07-11 07:57  ybychkov
 
-	* [r16] Assert.cpp, AssertionFailedException.cpp, Depth.cpp,
+	* Assert.cpp, AssertionFailedException.cpp, Depth.cpp,
 	  Geometry.cpp, GeometryCollection.cpp, GeometryFactory.cpp,
 	  Label.cpp, Position.cpp, TopologyLocation.cpp, WKTReader.cpp,
 	  WKTWriter.cpp, XMLTester.cpp, graph.h, operation.h, test.xml,
 	  util.h: Assert and some graph classes
 
-2002-07-03 05:24  Yury Bychkov <me at yury.ca>
+2002-07-03 05:24  ybychkov
 
-	* [r15] MarkupSTL.cpp, MarkupSTL.h, XMLTester.cpp: started XML
-	  tester
+	* MarkupSTL.cpp, MarkupSTL.h, XMLTester.cpp: started XML tester
 
-2002-07-02 06:41  Yury Bychkov <me at yury.ca>
+2002-07-02 06:41  ybychkov
 
-	* [r14] CTS.cpp, GeometryCollection.cpp,
-	  GeometryCollectionIterator.cpp, GeometryFactory.cpp,
-	  MultiPolygon.cpp, Polygon.cpp, SimpleWKTTester.cpp, WKTIn,
-	  WKTOut, WKTReader.cpp, WKTWriter.cpp, geom.h, io.h: 'io' and
-	  SimpleTester done
+	* CTS.cpp, GeometryCollection.cpp, GeometryCollectionIterator.cpp,
+	  GeometryFactory.cpp, MultiPolygon.cpp, Polygon.cpp,
+	  SimpleWKTTester.cpp, WKTIn, WKTOut, WKTReader.cpp, WKTWriter.cpp,
+	  geom.h, io.h: 'io' and SimpleTester done
 
-2002-06-27 02:50  Yury Bychkov <me at yury.ca>
+2002-06-27 02:50  ybychkov
 
-	* [r13] CTS.cpp, StringTokenizer.cpp, WKTWriter.cpp, Writer.cpp,
-	  io.h: 'io' is almost done
+	* CTS.cpp, StringTokenizer.cpp, WKTWriter.cpp, Writer.cpp, io.h:
+	  'io' is almost done
 
-2002-06-26 09:10  Yury Bychkov <me at yury.ca>
+2002-06-26 09:10  ybychkov
 
-	* [r12] CTS.cpp, GeometryCollection.cpp, ParseException.cpp,
-	  Polygon.cpp, StringTokenizer.cpp, WKTReader.cpp, io.h: Some 'io'
-	  classes done.
+	* CTS.cpp, GeometryCollection.cpp, ParseException.cpp, Polygon.cpp,
+	  StringTokenizer.cpp, WKTReader.cpp, io.h: Some 'io' classes done.
 
-2002-06-21 07:13  Yury Bychkov <me at yury.ca>
+2002-06-21 07:13  ybychkov
 
-	* [r11] CTS.cpp, CoordinateList.cpp, Geometry.cpp,
+	* CTS.cpp, CoordinateList.cpp, Geometry.cpp,
 	  GeometryCollection.cpp, LineString.cpp, Point.cpp, Polygon.cpp,
 	  geom.h: 'geos': first pass done. Some external dependencies and
 	  polishing left.
 
-2002-06-20 08:58  Yury Bychkov <me at yury.ca>
+2002-06-20 08:58  ybychkov
 
-	* [r10] CTS.cpp, Geometry.cpp, GeometryCollection.cpp,
+	* CTS.cpp, Geometry.cpp, GeometryCollection.cpp,
 	  GeometryCollectionIterator.cpp, GeometryFactory.cpp, geom.h: Only
 	  Geometry.java left
 
-2002-06-19 06:29  Yury Bychkov <me at yury.ca>
+2002-06-19 06:29  ybychkov
 
-	* [r9] CTS.cpp, CoordinateList.cpp, Geometry.cpp,
+	* CTS.cpp, CoordinateList.cpp, Geometry.cpp,
 	  GeometryCollection.cpp, LineString.cpp, LinearRing.cpp,
 	  MultiLineString.cpp, MultiPoint.cpp, MultiPolygon.cpp, Point.cpp,
 	  Polygon.cpp, geom.h: 'geom' mostly done.
 
-2002-06-14 07:46  Yury Bychkov <me at yury.ca>
+2002-06-14 07:46  ybychkov
 
-	* [r8] CTS.cpp, GeometryCollection.cpp, GeometryFactory.cpp,
+	* CTS.cpp, GeometryCollection.cpp, GeometryFactory.cpp,
 	  MultiLineString.cpp, MultiPoint.cpp, MultiPolygon.cpp,
 	  Polygon.cpp, geom.h: 'geom' almost done
 
-2002-06-12 01:47  Yury Bychkov <me at yury.ca>
+2002-06-12 01:47  ybychkov
 
-	* [r7] CoordinateList.cpp, LineString.cpp, geom.h: LineString is
-	  99% finished
+	* CoordinateList.cpp, LineString.cpp, geom.h: LineString is 99%
+	  finished
 
-2002-06-11 23:43  Yury Bychkov <me at yury.ca>
+2002-06-11 23:43  ybychkov
 
-	* [r6] CTS.cpp, Coordinate.cpp, CoordinateList.cpp, Dimension.cpp,
+	* CTS.cpp, Coordinate.cpp, CoordinateList.cpp, Dimension.cpp,
 	  Envelope.cpp, Geometry.cpp, GeometryCollection.cpp,
 	  IntersectionMatrix.cpp, LineSegment.cpp, LineString.cpp,
 	  LinearRing.cpp, Location.cpp, Point.cpp, PrecisionModel.cpp,
 	  geom.h, operation.h, platform.h: 'geom' package 70% done
 
-2002-06-07 17:47  Paul Ramsey <pramsey at cleverelephant.ca>
+2002-06-07 17:47  pramsey
 
-	* [r2] CTS.cpp, Coordinate.cpp, CoordinateList.cpp, Dimension.cpp,
+	* CTS.cpp, Coordinate.cpp, CoordinateList.cpp, Dimension.cpp,
 	  Envelope.cpp, LineSegment.cpp, Location.cpp, geom.h, platform.h:
 	  Initial revision
 
 2002-06-07 17:47  cvs
 
-	* [r1] branches, tags, .: New repository initialized by cvs2svn.
+	* .: New repository initialized by cvs2svn.
 

Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL	2009-12-08 21:40:47 UTC (rev 2816)
+++ trunk/INSTALL	2009-12-08 22:47:47 UTC (rev 2817)
@@ -1,11 +1,13 @@
 Compatibility notes
 ===================
 
-GCC 2.95.2 seems to lack the 'sstream' header file required
-to build GEOS. GCC 2.96 is known to work.
+OS/X 10.6, compile with gcc-4.0 rather than the default gcc that 
+comes with XCode.
 
+  CC=gcc-4.0 CXX=g++-4.0 ./configure
+
 Quickstart
-==================
+==========
 
 As root:
 

Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2009-12-08 21:40:47 UTC (rev 2816)
+++ trunk/configure.in	2009-12-08 22:47:47 UTC (rev 2817)
@@ -304,7 +304,7 @@
 				AC_MSG_RESULT([Mac OS X 10.5 Leopard])
 				;;
 			10.*)
-				CXXFLAGS="$CXXFLAGS -Wnon-virtual-dtor -Woverloaded-virtual"
+dnl				CXXFLAGS="$CXXFLAGS -Wnon-virtual-dtor -Woverloaded-virtual"
 				AC_MSG_RESULT([Mac OS X 10.6 Snow Leopard])
 				;;
 			*)



More information about the geos-commits mailing list