- Fixed bug in prev() member function of Halfedges. It cannot
any longer be implemented using the decorator, since HDS
here referes only to the _types base class that does not have
the Support... tags.
- Added release note about old/new design to documentation.
- Documentation ispelled.
- Added allocators to Polyhedron.
- Stop testing new design with disabled compilers (MSVC6).
- Changed examples to work with bcc.
- Added pathname to example program header line.
- Added doc for Polyhedron_traits_with_normals_3.
- Replaced __GNUC__ excpetions with new workaround flag
CGAL_CFG_NO_NESTED_TEMPLATE_KEYWORD.
- Added missing Polyhedron_traits_with_normals_3.h to cvs.
- New example polyhedron_prog_subdiv_with_boundary.C.
- Fixed typename problem for MSVC in Polyhedron_old/Polyhedron_3.h.
- Removed support for normals.
- Added Plane_iterator.
- New naming scheme for concepts.
- New kernel traits introduced.
- Changed name of Polyhedron_default_traits_3.h to Polyhedron_traits_3.h.
- Revised example files and doc.