14 March 2006 Joachim Reichel - Added/fixed CGAL_MAKEFILE= line in makefiles 9 March 2006 Andreas Fabri - Changed names of examples 08 March 2006 Andreas Fabri - Fixed bug in constructor of Point_container (nonexisting conversion from int to std::vector::iterator) 05 December 2005 Andreas Fabri - Kd_tree::invalidate_built didn't clear vector 'data' 8 March 2005 Sylvain Pion - doc consistency : Euclidian -> Euclidean. =========================== CGAL 3.1 ========================= 19 December 2004 Andreas Fabri - Updated file headers in the demos 8 November 2004 Andreas Fabri - In Weighted_minkowski_distance.h: Bug fix: Added missing initialisation of a data member 5 November 2004 Sylvain Pion - Remove warning. - Use CGAL_assertion() instead of assert(). 22 September 2004 Andreas Fabri - Copied Point.h and distance.h from examples to test, as relative include paths in #includes do not work 17 September 2004 Andreas Fabri - Added CGAL::force_ieee_double_precision() to see, if this makes that Euclidean_distance and squared_distance compute the same 14 September - Added testsuite for Orthogonal_k_neighbor_search - Replaced Orthogonal_priority_search.C with Orthogonal_incremental_neighbor_search.C 07 September Andreas Fabri - Made the Kd_tree lazy which allows to insert points after its construction 12 July 2004 Andreas Fabri - Point_container now stores an iterator range instead of a real point list 8 July 2004 Andreas Fabri - Use Compact_container::construct_insert instead of insert - Replaced list with vector in Kd_tree 28 May 2004 Sylvain Pion - Fix Windows end of line in dont_submit. 27 May 2004 Radu Ursu - updated headers in include/CGAL 17 May 2004 Menelaos Karavelas - replaced Point by Point_2 in the demo in order to resolve clash with the Mac version of Qt 04 May 2004 Andreas Fabri - Removed ~Point_container() as it does nothing and leads to error messages for SunProCC 17 Feb 2004 Sylvain Pion - Remove CGAL_CFG_NO_PARTIAL_CLASS_TEMPLATE_SPECIALISATION 10 February 2004 Radu Ursu -Updated headers in examples Version 4.25 (20 October 2003) [af] - Added #include to Kd_tree.h Version 4.24 (20 October 2003) [af] - Removed #include from Kd_tree.h and put it in the examples Version 4.23 (17 October 2003) [af] - Added \label to the chapters Version 4.18 (7 October 2003) [af] - Prefix intro.tex with "Spatial_searching/" Version 4.17 (30 September 2003) [af] - Moved \chapter from intro.tex to main.tex Version 4.16 (30 September 2003) [af] - Changed doc_tex/basic/Spatial_searching_ref/introdcution.tex to intro.tex Version 4.08 (15 September 2003) [rursu] - Qt_help_window is in the CGAL namespace now Version 4.04 (10 September 2003) [rursu] - Qt_help_window is in the CGAL namespace now Version 3.46 (08 September 2003) [rursu] - demo use now the new help class Qt_help_window instead of HelpWindow - demo use the new demo icon demoicon Version 3.38 (2 August 2003) [af] - Removed template <> in example/Kdtree_example_3.C Version 3.37 (31 July 2003) [af] - Fixed typo in Weighted_Minkowski_distance.h: The_distance -> the_distance Version 3.36 (30 July 2003) rursu: - fixed Kdtree_example3.C for cl_1300 by providing the full spec of Kernel_traits Version 3.32 (20 July 2003) [af] - fixed makefile problem on Irix - fixed typo Item -> Point, Item_list > Point_list - Replaced Rectangle with Iso_rectangle to avoid nameclash on mingw/g++ Version 3.30 (11 July 2003) rursu: - removed "\" character in demo makefile trying to solve problem on IRIX platform Version 3.29 (8 July 2003) rursu: - added demo for ASPAS(Spatial_searching) - nearest neighbour - iso_rectangle_2 query - circle_2 query Version 3.28 (7 July 2003) - Made typedef typename Traits::Iso_box_d Box; public [af] - Made type Midpoint_of_rectangle<>::Separator public [af] - Replaced new/delete with Compact_container and std::vector - Point_container::size() returns unsigned int instead of int - Reorded member initialisation 1.1 (4 July 2002) - internal release.