ChangeLog
=========

This is the ChangeLog file for the Coin-1 module.  This file is supposed to
be automatically generated every night.  Entries are in reversed chronological
order.  Check also out the following ChangeLog files:

  docs/ChangeLog.1999
  docs/ChangeLog.2000
  docs/ChangeLog.2001
  docs/ChangeLog.v1.0.1
  docs/ChangeLog.v1.0.2
  docs/ChangeLog.v1.0.3

See http://www.red-bean.com/~kfogel/cvs2cl.shtml for information about the
cvs2cl script used to generate this file.

============================================================================

2002-09-02 10:38  mortene

	* bin/coin-config:
	
	Bugfix.

2002-09-02 10:38  mortene

	* src/misc/SoBase.cpp:
	
	Increase number of possible references to an SoBase-based instance
	from 16383 to virtually unlimited.

2002-08-30 15:55  mortene

	* src/nodes/SoText2.cpp:
	
	Fixes compiler warnings. (Implicit float to int conversion.)

2002-08-30 15:41  mortene

	* docs/coin.doxygen.in, src/actions/SoAction.cpp,
	src/actions/SoSearchAction.cpp, src/base/SbViewVolume.cpp,
	src/draggers/SoDragger.cpp, src/elements/SoGLLineWidthElement.cpp,
	src/elements/SoGLPointSizeElement.cpp, src/misc/SoInput.cpp,
	src/misc/SoPickedPoint.cpp, src/misc/SoType.cpp,
	src/nodes/SoDrawStyle.cpp, src/nodes/SoLOD.cpp,
	src/projectors/SbCylinderSheetProjector.cpp,
	src/projectors/SbProjector.cpp,
	src/projectors/SbSphereProjector.cpp,
	src/projectors/SbSphereSheetProjector.cpp:
	
	Misc updates to API doc, code comments and various FIXMEs.

2002-08-30 15:37  mortene

	* src/nodes/SoMarkerSet.cpp:
	
	Compilation fix.

2002-08-30 15:28  mortene

	* src/misc/SoGLnonindexedTristripSetTemplate.icc:
	
	Compilation fix for --enable-compact build mode.

2002-08-30 13:52  mortene

	* cfg/m4/check_opengl.m4:
	
	Major cleanup of SIM_AC_CHECK_OPENGL, including misc bugfixes.

2002-08-30 12:21  pederb

	* src/base/SbViewVolume.cpp:
	
	Disable parameter sanity tests in ortho().

2002-08-30 12:08  larsivi

	* src/nodes/SoTextureCoordinateDefault.cpp:
	
	Updated Doxygen API doc.

2002-08-30 12:04  mortene

	* cfg/m4/check_opengl.m4:
	
	Fix the check for whether we were successful or not in finding a
	workable OpenGL dev env.

2002-08-30 11:36  larsivi

	* src/nodes/SoTextureCoordinateFunction.cpp:
	
	Updated Doxygen API doc.

2002-08-30 11:30  larsivi

	* include/Inventor/nodes/SoMarkerSet.h, src/nodes/SoMarkerSet.cpp:
	
	Updated Doxygen API dox.

2002-08-29 15:02  pederb

	* src/nodekits/SoBaseKit.cpp:
	
	Release compile fix.

2002-08-29 10:09  mortene

	* NEWS:
	
	SoWWWAnchor implementation.

2002-08-29 10:06  mortene

	* src/nodes/SoWWWInline.cpp:
	
	Prefix internal methods and data to avoid naming collisions when
	building with --enable-compact.

2002-08-29 10:05  mortene

	* src/nodes/SoWWWAnchor.cpp:
	
	Implementation of node, backported from Coin 2.

2002-08-27 14:34  mortene

	* src/misc/SoBase.cpp:
	
	Detect reference counting overflow situations.

2002-08-27 13:22  pederb

	* src/nodes/SoShape.cpp:
	
	Improved transparency test (patchqueue # 14).

2002-08-26 16:03  mortene

	* src/projectors/SbSphereSheetProjector.cpp:
	
	Compilation fix.

2002-08-26 10:01  mortene

	* src/projectors/SbSphereSheetProjector.cpp:
	
	Rewrite projection code so we actually map to a hyperbolic sheet
	draped on the sphere.

2002-08-23 15:25  larsa

	* cfg/m4/wrapmsvc.m4:
	
	the wrapmsvc.exe path is different for stable branch...

2002-08-22 18:32  larsa

	* README.WIN32:
	
	_DLL is defined automatically if compiler is set up correctly -
	hint never meant to be commited

2002-08-22 18:29  larsa

	* docs/announcement-1_0_3.txt:
	
	shouldn't be commited yet

2002-08-22 18:27  larsa

	* NEWS, README.WIN32, THANKS, docs/ChangeLog.v1.0.3,
	docs/announcement-1_0_2.txt, docs/announcement-1_0_3.txt,
	scripts/templant:
	
	added Michael Wimmer for help on cleaning up some MSVC++ issues

2002-08-22 18:20  larsa

	* Makefile.am:
	
	bootstrap

2002-08-22 18:15  larsa

	* cfg/m4/wrapmsvc.m4:
	
	remove unnecessary options

2002-08-22 15:25  pederb

	* src/elements/SoGLTextureImageElement.cpp:
	
	Alpha test bugfix.

2002-08-22 12:20  mortene

	* src/projectors/SbSphereSheetProjector.cpp:
	
	Adds a test program to the FIXME about the missing hyperbolic
	sheet.

2002-08-22 10:15  mortene

	* src/base/SbXfBox3f.cpp:
	
	Removes potential for a bug if the first extendBy()-call for an
	empty xfbox is with an sbvec3f argument.

2002-08-21 13:34  mortene

	* src/draggers/SoDragger.cpp:
	
	Usage example on how to disable parts of a dragger.

2002-08-21 11:53  kintel

	* src/nodes/SoSelection.cpp:
	
	bugfix: deselectAll() failed to invoke the deselection callback

2002-08-21 11:53  mortene

	* src/nodes/SoText2.cpp:
	
	Handle non-integer values for the spacing field correctly. Bug
	reported by Rob Radtke.

2002-08-21 09:12  mortene

	* src/nodes/SoSelection.cpp:
	
	Bugfix on SINGLE selection: don't send a deselect + select
	notification pair on selecting an already selected node/path.

2002-08-20 10:05  mortene

	* src/nodes/SoExtSelection.cpp:
	
	Mesa 4 bug work-around. By handegar.

2002-08-20 10:02  mortene

	* src/misc/SoOffscreenRenderer.cpp:
	
	Fix Postscript output bug. By handegar.

2002-08-20 10:00  mortene

	* src/draggers/SoSpotLightDragger.cpp:
	
	The cone apex z-coordinate is off by one (the reason for this is
	not clear). Fixed by simply adding one to its value. This fixes bug
	#016.  Patch by Kristian.

2002-08-19 13:45  mortene

	* THANKS:
	
	Adds Eric Rose for bugreports with SoQt.

2002-08-15 14:05  pederb

	* src/misc/SoOffscreenRenderer.cpp:
	
	Adds missing wglDeleteContext().

2002-08-15 10:54  pederb

	* src/draggers/SoCenterballDragger.cpp:
	
	Avoid setting several parts to the same node pointer.

2002-08-14 14:59  pederb

	* include/Inventor/elements/SoGLCacheContextElement.h,
	include/Inventor/misc/SoContextHandler.h,
	src/elements/SoGLCacheContextElement.cpp, src/misc/Makefile.am,
	src/misc/SoContextHandler.cpp, src/misc/SoGLImage.cpp,
	src/misc/SoOffscreenRenderer.cpp:
	
	Fixed memory leaks when destructing a context. GL texture objects
	that are scheduled for destruction, and texture objects in
	SoGLImage instances that belong to the context are destructed.

2002-08-14 14:25  pederb

	* src/misc/SoOffscreenRenderer.cpp:
	
	Fixed bug introduced 2002-08-02. The viewport member variable was
	not set in setViewportRegion().

2002-08-14 12:28  larsa

	* coin.cfg.in, bin/coin-config:
	
	obj-extension fix

2002-08-14 11:32  larsa

	* configure.ac:
	
	path problem test fix

2002-08-14 10:38  larsa

	* docs/oiki-launch.txt:
	
	for the archive

2002-08-09 11:02  pederb

	* src/nodekits/SoBaseKit.cpp:
	
	Disallow inserting a node pointer more than once under the same
	parent part.

2002-08-09 11:00  pederb

	* src/lists/SoBaseList.cpp:
	
	Code comment.

2002-08-09 10:04  mortene

	* docs/coin.doxygen.in:
	
	Make COININTERNAL tag work better when combined with additional doc
	text in the block.

2002-08-09 09:53  mortene

	* README.WIN32:
	
	Explains how to do more stringent checking for a functional cl.exe
	environment.

2002-08-09 09:49  mortene

	* src/: actions/SoBoxHighlightRenderAction.cpp,
	actions/SoGetPrimitiveCountAction.cpp, base/SbRotation.cpp,
	draggers/SoTrackballDragger.cpp, elements/SoCoordinateElement.cpp,
	elements/SoDiffuseColorElement.cpp, elements/SoElement.cpp,
	elements/SoGLClipPlaneElement.cpp, elements/SoGLLightIdElement.cpp,
	manips/SoTrackballManip.cpp, nodes/SoLineSet.cpp:
	
	Improved doc.

2002-08-08 11:40  kristian

	* src/nodes/SoMultipleCopy.cpp:
	
	Calculate bounding box correctly.  Optimization, only traverse the
	subgraph once.

2002-08-08 10:30  mortene

	* src/: draggers/SoDragger.cpp, nodes/SoAntiSquish.cpp,
	nodes/SoSurroundScale.cpp:
	
	Improves Doxygen documentation.

2002-08-07 15:08  kristian

	* src/draggers/SoCenterballDragger.cpp:
	
	Set recalcAlways in AntiSquish to FALSE. This fixes bug #009.

2002-08-06 14:41  mortene

	* src/lists/SoBaseList.cpp:
	
	Handle NULL-pointers. Thanks to Arne Sletteng for the patch.

2002-08-06 12:54  mortene

	* src/actions/SoGLRenderAction.cpp:
	
	Improves Doxygen doc for class.

2002-08-02 17:45  mortene

	* src/misc/SoOffscreenRenderer.cpp:
	
	Drop XCloseDisplay() call (and use a single XOpenDisplay() and
	store the result in a static variable) to work around NVidia driver
	problems.

2002-08-02 17:00  mortene

	* src/misc/SoOffscreenRenderer.cpp:
	
	Add resident debugging output to make it easy to track problems
	with GLX context handling.

2002-08-02 16:34  mortene

	* src/nodes/SoLineSet.cpp:
	
	Added missing PER_PART to doc. By kristian.

2002-08-02 16:20  pederb

	* src/nodes/SoIndexedLineSet.cpp:
	
	Fix in generatePrimitives() to handle coordIndex field that is not
	terminated with a -1.

2002-08-02 12:43  mortene

	* src/draggers/SoDragger.cpp:
	
	Better class doc.

2002-08-02 12:06  mortene

	* src/elements/: SoCoordinateElement.cpp,
	SoDiffuseColorElement.cpp:
	
	Be robust when passing out array pointers and check consistency
	with internal data format.

2002-08-02 12:04  mortene

	* src/misc/SoOffscreenRenderer.cpp:
	
	Avoid destructing and re-allocating an OpenGL context on a new but
	equal viewport region being set up.

2002-08-02 10:55  mortene

	* docs/coin.doxygen.in:
	
	Don't let the COIN_DLL_API define show through in the Doxygen doc.
	Emphasize the COININTERNAL text.

2002-08-01 16:43  mortene

	* src/nodes/SoSwitch.cpp:
	
	Corrects error reporting when whichChild is out of range.

2002-08-01 16:22  pederb

	* src/nodes/SoIndexedTriangleStripSet.cpp:
	
	Fixed ugly PER_FACE_INDEXED normal binding bug in
	generatePrimitives(). Bug reported by Kristofer Tingdal.

2002-07-30 20:56  mortene

	* src/: actions/SoAction.cpp, actions/SoCallbackAction.cpp,
	actions/SoGetBoundingBoxAction.cpp, actions/SoRayPickAction.cpp,
	actions/SoSearchAction.cpp, actions/SoWriteAction.cpp,
	base/SbBox2f.cpp, base/SbBox2s.cpp, base/SbDict.cpp,
	base/SbTime.cpp, base/SbViewVolume.cpp, details/SoConeDetail.cpp,
	details/SoCubeDetail.cpp, details/SoCylinderDetail.cpp,
	draggers/SoCenterballDragger.cpp,
	draggers/SoDirectionalLightDragger.cpp,
	draggers/SoDragPointDragger.cpp, draggers/SoDragger.cpp,
	draggers/SoHandleBoxDragger.cpp, draggers/SoJackDragger.cpp,
	draggers/SoPointLightDragger.cpp,
	draggers/SoRotateCylindricalDragger.cpp,
	draggers/SoRotateDiscDragger.cpp,
	draggers/SoRotateSphericalDragger.cpp,
	draggers/SoScale1Dragger.cpp, draggers/SoScale2Dragger.cpp,
	draggers/SoScale2UniformDragger.cpp,
	draggers/SoScaleUniformDragger.cpp,
	draggers/SoSpotLightDragger.cpp, draggers/SoTabBoxDragger.cpp,
	draggers/SoTabPlaneDragger.cpp, draggers/SoTrackballDragger.cpp,
	draggers/SoTransformBoxDragger.cpp,
	draggers/SoTransformerDragger.cpp,
	draggers/SoTranslate1Dragger.cpp, draggers/SoTranslate2Dragger.cpp,
	elements/SoGLPointSizeElement.cpp, elements/SoReplacedElement.cpp,
	engines/SoEngine.cpp, events/SoEvent.cpp,
	fields/SoFieldContainer.cpp, manips/SoClipPlaneManip.cpp,
	manips/SoDirectionalLightManip.cpp, manips/SoPointLightManip.cpp,
	manips/SoSpotLightManip.cpp, manips/SoTransformManip.cpp,
	misc/SoBase.cpp, misc/SoDB.cpp, misc/SoInput.cpp,
	misc/SoOutput.cpp, nodekits/SoBaseKit.cpp,
	nodekits/SoInteractionKit.cpp, nodekits/SoNodeKitListPart.cpp,
	nodes/SoNode.cpp, nodes/SoSelection.cpp, nodes/SoShape.cpp,
	nodes/SoSurroundScale.cpp, nodes/SoTriangleStripSet.cpp,
	projectors/SbSphereSheetProjector.cpp, sensors/SoSensor.cpp,
	sensors/SoSensorManager.cpp:
	
	Replace \internal Doxygen keyword with \COININTERNAL alias to work
	around a Doxygen problem.

2002-07-30 20:39  mortene

	* docs/coin.doxygen.in:
	
	Adds an alias COININTERNAL to replace the buggy \internal keyword
	of Doxygen.

2002-07-30 17:04  mortene

	* include/Inventor/SbClip.h, include/Inventor/SbTime.h,
	include/Inventor/SbVec2f.h, include/Inventor/SbVec2s.h,
	include/Inventor/SbVec3f.h, include/Inventor/SbVec4f.h,
	include/Inventor/events/SoEvent.h,
	include/Inventor/fields/SoField.h,
	include/Inventor/nodes/SoEventCallback.h,
	include/Inventor/nodes/SoTextureCoordinatePlane.h,
	src/actions/SoSearchAction.cpp, src/base/SbTime.cpp,
	src/base/SbVec2f.cpp, src/base/SbVec2s.cpp, src/base/SbVec3f.cpp,
	src/base/SbVec4f.cpp, src/nodes/SoPickStyle.cpp:
	
	Doxygen fixes.

2002-07-30 17:02  mortene

	* src/actions/SoGLRenderAction.cpp:
	
	Small doxygen fix.

2002-07-30 17:01  mortene

	* src/misc/SoOffscreenRenderer.cpp:
	
	FIXME about the (likely) Mesa bug on glXMakeCurrent().

2002-07-30 16:28  mortene

	* cfg/m4/compiler_capabilities.m4:
	
	Sync with errors.txt.

2002-07-30 16:27  mortene

	* cfg/m4/errors.txt:
	
	Sync with dev version.

2002-07-30 10:46  mortene

	* include/Inventor/lists/SbList.h:
	
	pragma hack to disable SbList-in-DLL warnings.

2002-07-29 16:18  mortene

	* src/misc/SoOffscreenRenderer.cpp:
	
	Corrects order of resource deallocation for GLX buffers.
	(Destructing the X pixmap before the GLX pixmap caused some NVidia
	X servers to crash.)

2002-07-18 13:13  pederb

	* src/nodes/SoSelection.cpp:
	
	Improved doc.

2002-07-18 11:50  pederb

	* src/fields/SoFieldData.cpp:
	
	Bugfix. Copy all field flags in overlay().

2002-07-16 09:51  pederb

	* THANKS:
	
	Added Franois Painchaud.

2002-07-15 13:30  larsa

	* THANKS:
	
	Arthur Clemens

2002-07-15 13:28  larsa

	* src/details/SoDetail.cpp:
	
	fixed documentation include-path, thanks to Arthur Clemens

2002-07-12 13:34  pederb

	* src/actions/SoGLRenderAction.cpp:
	
	Make point/line smoothing work even when transparency type !=
	SCREEN_DOOR.

2002-07-11 12:04  pederb

	* src/nodes/SoFaceSet.cpp:
	
	Plugged memory leak.

2002-07-11 11:49  pederb

	* src/caches/SoConvexDataCache.cpp:
	
	Bugfix to handle PER_FACE bindings.

2002-07-10 14:57  pederb

	* src/nodes/SoSeparator.cpp:
	
	Bug fix for culling render cached separators.

2002-07-05 17:15  mortene

	* README.WIN32:
	
	A few comments on building as static versus dynamic libraries.

2002-07-05 17:12  mortene

	* cfg/m4/errors.txt:
	
	Elaborate further on the GCC 2.96 problems.

2002-07-05 17:10  mortene

	* src/nodes/SoTexture2.cpp:
	
	Tiny typo-fix in API doc.

2002-07-05 10:37  mortene

	* src/actions/SoGlobalSimplifyAction.cpp,
	src/actions/SoReorganizeAction.cpp,
	src/actions/SoShapeSimplifyAction.cpp,
	src/actions/SoSimplifyAction.cpp, src/actions/SoToVRML2Action.cpp,
	src/actions/SoToVRMLAction.cpp,
	include/Inventor/actions/SoGlobalSimplifyAction.h,
	include/Inventor/actions/SoReorganizeAction.h,
	include/Inventor/actions/SoShapeSimplifyAction.h,
	include/Inventor/actions/SoSimplifyAction.h,
	include/Inventor/actions/SoToVRML2Action.h,
	include/Inventor/actions/SoToVRMLAction.h:
	
	Removes stub code for unimplemented action classes (still available
	in the development repository.).

2002-07-04 14:07  pederb

	* src/base/SbName.cpp:
	
	Add atexit() call to free static memory used by SbNameEntry.

2002-07-04 11:42  pederb

	* src/misc/: SoGLFaceSetTemplate.icc, SoGLLineSetTemplate.icc,
	SoGLTristripTemplate.icc, SoGLindexedLineSetTemplate.icc,
	SoGLnonindexedFaceSetTemplate.icc,
	SoGLnonindexedTristripSetTemplate.icc, SoGLqmeshTemplate.icc:
	
	Optimize rendering by inlining calls to
	SoGLCoordinateElement::send() (~15% speed increase).

2002-07-03 14:49  mortene

	* src/nodes/SoTexture2.cpp:
	
	Improve API doc.

2002-07-03 12:31  mortene

	* src/nodes/SoExtSelection.cpp:
	
	Reverse last patch.

2002-07-03 09:21  handegar

	* src/nodes/SoExtSelection.cpp:
	
	
	First commit of SoExtSelection.cpp. A beta version of the
	"Visible-face selection" feature is implemented. Code is slow and
	full of debug commands.
	
	SoSelection.cpp is unmodified.

2002-07-02 19:58  mortene

	* src/: draggers/SoCenterballDragger.cpp,
	manips/SoClipPlaneManip.cpp, nodes/SoLevelOfDetail.cpp:
	
	Fixes for API documentation.

2002-07-02 09:51  mortene

	* src/nodes/SoComplexity.cpp:
	
	Improve doc for SoComplexity::textureQuality.

2002-07-02 09:38  mortene

	* src/tidbits.c:
	
	Fixes gruesome boundary condition bug in our vsnprintf() wrapper.

2002-07-01 17:42  larsa

	* AUTHORS, THANKS:
	
	Tor-Helge Skei

2002-07-01 17:09  mortene

	* src/fields/SoMField.cpp:
	
	Corrected doc on setNum(). Thanks to Torbjorn Vik for the heads-up.

2002-06-30 23:08  mortene

	* src/fields/: SoMFEnum.cpp, SoSFBitMask.cpp, SoSFEnum.cpp:
	
	Should never assert when reading fields, so fix error handling.

2002-06-28 13:28  pederb

	* src/nodes/SoShape.cpp:
	
	Optimize rendering by removing some unnecessary calls.

2002-06-27 14:00  pederb

	* src/projectors/SbCylinderPlaneProjector.cpp:
	
	Fixed bug which caused the rotation to be flipped when dragged from
	the cylinder onto the plane.

2002-06-27 12:19  pederb

	* src/nodes/SoIndexedFaceSet.cpp:
	
	Fixed a bug in generatePrimitives() (introduced 2002-06-12). The
	last triangle was not generated.

2002-06-26 10:54  mortene

	* src/: actions/SoGetMatrixAction.cpp,
	misc/SoOffscreenRenderer.cpp, nodes/SoShapeHints.cpp:
	
	Improvements to API doc.

2002-06-26 10:21  mortene

	* src/nodekits/SoAppearanceKit.cpp:
	
	Tiny code layout fix.

2002-06-24 15:48  pederb

	* src/draggers/SoDragger.cpp:
	
	Bugfix. Use SoFullPath, not SoTempPath to store path in cache.

2002-06-24 12:05  pederb

	* src/base/SbViewVolume.cpp:
	
	Handle asymmetrical view volumes. Bug reported by James Hargrave.

2002-06-24 11:39  pederb

	* src/nodes/SoIndexedShape.cpp:
	
	Fixed recently introduced bounding box calculation bug (an empty
	Coordinate3 or Coordinate4 node caused an assert failure).

2002-06-23 22:49  mortene

	* src/nodes/SoIndexedShape.cpp:
	
	Be robust and report with an elaborate and helpful error message on
	index-out-of-bounds problems when computing indexedshape bounding
	boxes.

2002-06-23 22:46  mortene

	* src/: draggers/SoJackDragger.cpp, manips/SoClipPlaneManip.cpp,
	nodekits/SoBaseKit.cpp:
	
	Doxygen doc additions.

2002-06-19 16:31  pederb

	* src/base/SbBSPTree.cpp:
	
	Fixed floating point precision problem. Bug reported by kintel.

2002-06-19 15:15  pederb

	* src/: actions/SoGLRenderAction.cpp, elements/SoCullElement.cpp:
	
	Fix SoGLRenderCache dependency problem. In some cases, the
	GLRenderCache could get a dependency to SoModelMatrixElement and
	SoVievVolumeElement.

2002-06-14 17:11  larsa

	* cfg/m4/compiler_capabilities.m4:
	
	gcc bugtest update and bootstrap

2002-06-12 14:53  pederb

	* src/: caches/SoNormalCache.cpp, misc/SoGLFaceSetTemplate.icc:
	
	Fixed some recently introduced bugs.

2002-06-12 14:33  pederb

	* src/: caches/SoNormalCache.cpp, misc/SoGLFaceSetTemplate.icc,
	nodes/SoIndexedFaceSet.cpp:
	
	Miscellaneous fixes to handle polygons with fewer than three
	vertices (Barcelona.iv).

2002-06-12 11:52  mortene

	* bin/coin-config:
	
	Make compile and link work with sourcecode files not in the current
	directory.

2002-06-11 22:50  mortene

	* src/: base/SbBox3f.cpp, base/SbVec3f.cpp, base/SbViewVolume.cpp,
	draggers/SoTranslate1Dragger.cpp, misc/SoSceneManager.cpp,
	misc/SoType.cpp, misc/simage_wrapper.c, nodes/SoTexture2.cpp:
	
	Doc improvements, FIXMEs, codestyle fixes and additional debugging
	code.

2002-06-11 22:47  mortene

	* src/nodes/: SoCamera.cpp, SoPerspectiveCamera.cpp:
	
	Better handling of empty bboxes in viewAll().

2002-06-11 13:51  pederb

	* src/draggers/SoScale1Dragger.cpp:
	
	Fixed negative axis handling bug.

2002-06-11 13:02  mortene

	* src/: events/SoKeyboardEvent.cpp, lists/SoAuditorList.cpp,
	misc/SoDB.cpp, misc/SoOutput.cpp, misc/SoType.cpp,
	nodes/SoText2.cpp:
	
	Misc compile fixes for 64-bit IRIX SGI MIPSPro CC. Thanks to Colin
	Dunlop.

2002-06-10 22:39  mortene

	* docs/coin.doxygen.in:
	
	Updated for Doxygen 1.2.15 (from version 1.2.1).

2002-06-07 19:21  pederb

	* src/nodes/SoIndexedShape.cpp:
	
	Delay fetching SoCoordinateElement to avoid cache dependencies on
	this element when a VertexProperty node is used.

2002-06-07 13:01  mortene

	* src/misc/SoOutput.cpp:
	
	Minor Doxygen fix.

2002-06-06 13:21  larsa

	* configure.ac:
	
	cosmetics, beta upped to "c"

2002-06-06 12:52  larsa

	* FAQ:
	
	update on VRML97 status

2002-06-06 11:48  mortene

	* bin/coin-config:
	
	Better error message on missing default config.

2002-06-06 11:20  mortene

	* cfg/m4/check_opengl.m4:
	
	Better handling of specific path to OpenGL library on HP-UX
	platforms.

2002-06-05 13:25  mortene

	* src/misc/SoOffscreenRenderer.cpp:
	
	Fix doc-typo. Add FIXME about possible improvements on RGBA modes.

2002-06-05 11:22  mortene

	* html/Makefile.am:
	
	Install PNG images.

2002-06-05 11:15  mortene

	* src/misc/SoOffscreenRenderer.cpp:
	
	Fix typo which destroyed Doxygen doc layout.

2002-06-05 10:57  mortene

	* include/Inventor/nodes/SoIndexedShape.h:
	
	Resolve FIXME about unused variables.

2002-06-05 10:56  mortene

	* src/: actions/SoGetBoundingBoxAction.cpp,
	actions/SoRayPickAction.cpp, lists/SoBaseList.cpp,
	misc/SoChildList.cpp, misc/SoDB.cpp, misc/SoOffscreenRenderer.cpp,
	nodekits/SoInteractionKit.cpp, nodekits/SoSeparatorKit.cpp,
	nodes/SoMaterial.cpp:
	
	Doxygen doc improvements.

2002-06-05 10:54  mortene

	* include/Inventor/nodekits/SoSeparatorKit.h:
	
	Kills a bogus FIXME.

2002-06-05 10:52  mortene

	* src/misc/SoOffscreenRenderer.cpp:
	
	FIXME about missing destination alpha functionality under GLX.

2002-06-04 16:14  mortene

	* src/base/SbImage.cpp:
	
	Fix regression: don't assert on missing files.

2002-06-04 16:10  mortene

	* docs/coin.doxygen.in:
	
	Hide undocumented helper classes.

2002-06-04 16:07  mortene

	* src/misc/: GLUWrapper.c, simage_wrapper.c:
	
	Simplify macro definition by using SO__QUOTE().

2002-06-04 13:57  larsa

	* docs/oiv_compatibility.txt:
	
	minor addition on the ::init() issue

2002-06-03 18:15  mortene

	* README.IRIX:
	
	Shellology.

2002-06-03 14:59  mortene

	* src/misc/SoBase.cpp:
	
	Obsoletes the un-documented, in-sensible flushInput() invocation
	from readBase().

2002-06-03 14:58  mortene

	* src/: actions/SoAction.cpp, misc/SoInput.cpp, nodes/SoNode.cpp:
	
	Improve Doxygen doc.

2002-06-03 14:57  mortene

	* src/upgraders/Makefile.am:
	
	Match the common template stuff from Make-Common.tpl.

2002-06-03 14:16  mortene

	* configure.ac:
	
	Update to match semantic changes in SIM_AC_CHECK_OPENGL().

2002-06-03 14:15  mortene

	* cfg/m4/check_opengl.m4:
	
	Misc fixes: auto-detect HPUX-specific /opt/graphics/OpenGL dir,
	avoid envvar name-clash, document SIM_AC_CHECK_OPENGL().

2002-06-03 12:29  mortene

	* src/misc/GLUWrapper.c:
	
	Convert the C++-style comment.

2002-06-03 12:07  mortene

	* src/tidbits.h:
	
	Moves #includes outside extern C scope.

2002-06-03 11:12  mortene

	* src/misc/SoOffscreenRenderer.cpp:
	
	Bugfixes: code should build even though no window-binding is
	available, getMaximumResolution() was fubar.

2002-06-03 11:03  mortene

	* configure.ac:
	
	Warn if neither GLX, nor WGL nor AGL seems to be available.

2002-06-03 10:54  mortene

	* src/base/SbImage.cpp:
	
	Compile fix for release builds. Problem reported by Sven-K
	Evenseth.

2002-05-30 18:16  mortene

	* src/actions/SoGLRenderAction.cpp:
	
	Catch gl-errors on rendering traversal entry.

2002-05-30 18:02  mortene

	* src/misc/SoGL.cpp:
	
	Fix recently introduced crash on missing envvar.

2002-05-30 17:18  mortene

	* include/Inventor/misc/SoGL.h, src/misc/SoGL.cpp,
	src/misc/SoState.cpp, src/nodes/SoNode.cpp,
	src/nodes/SoSeparator.cpp:
	
	Simplify OpenGL error debugging, with environment var
	COIN_GLERROR_DEBUGGING.

2002-05-30 16:13  mortene

	* src/: base/SbImage.cpp, nodes/SoImage.cpp:
	
	Slightly better error reporting when we fail to load an image.

2002-05-30 16:09  mortene

	* src/misc/simage_wrapper.c:
	
	FIXME about get_last_error.

2002-05-30 15:22  mortene

	* src/: tidbits.h, engines/evaluator.c, engines/evaluator.l,
	engines/evaluator.y, engines/evaluator_tab.c,
	engines/lex.so_eval.c:
	
	Compile fixes: include basic.h instead of SbBasic.h within C code.

2002-05-30 15:21  mortene

	* Makefile.am, configure.ac, docs/coin.doxygen.in,
	include/Inventor/Makefile.am, include/Inventor/SbBasic.h.in,
	include/Inventor/C/Makefile.am, include/Inventor/C/basic.h.in:
	
	Factor the C compatible stuff from SbBasic.h into a new basic.h
	header.

2002-05-29 23:16  pederb

	* src/misc/SoOffscreenRenderer.cpp:
	
	Win32 compile fix. Bug reported by Arne Sletteng.

2002-05-28 13:40  mortene

	* BUGS:
	
	Just link to Coin/BUGS\, to avoid extra effort needed to keep bug
	descriptions in sync.

2002-05-28 13:39  pederb

	* src/nodekits/SoBaseKit.cpp:
	
	Fixed nodekit export bug.

2002-05-28 11:53  mortene

	* src/misc/SoOffscreenRenderer.cpp:
	
	Full implementation of
	SoOffscreenRenderer::getScreenPixelsPerInch(). AGL by Kyrah, GLX
	and WGL by mortene.

2002-05-28 11:45  mortene

	* src/misc/SoOffscreenRenderer.cpp:
	
	Store and restore AGL context over render invocation. By Kyrah.

2002-05-28 11:39  mortene

	* configure.ac, include/Inventor/system/gl.h:
	
	Check for glext.h.

2002-05-28 11:34  mortene

	* cfg/m4/check_opengl.m4:
	
	Sync up with macros from dev branch.

2002-05-24 20:20  mortene

	* src/: misc/SoInput.cpp, nodekits/SoBaseKit.cpp:
	
	Use locale-independent coin_isspace() instead of ANSI C isspace().

2002-05-24 20:10  mortene

	* src/: tidbits.c, tidbits.h:
	
	Locale-independent isspace()-implementation.

2002-05-24 17:03  mortene

	* README.WIN32:
	
	Minor additions.

2002-05-24 15:59  mortene

	* src/nodekits/SoInteractionKit.cpp:
	
	Don't try to pass an SbString as a char*.

2002-05-24 15:47  mortene

	* src/nodes/SoImage.cpp:
	
	Document default field values.

2002-05-24 15:10  larsa

	* src/: tidbits.c, tidbits.h:
	
	restructuring of endianness-handling code

2002-05-24 15:04  pederb

	* src/nodes/: SoSwitch.cpp, SoUnknownNode.cpp:
	
	Bugfix for recently introduced export bugs.

2002-05-23 13:23  mortene

	* src/nodes/SoShape.cpp:
	
	Adds new FIXMEs about missing doc on generatePrimitives()-related
	methods.

2002-05-22 15:18  mortene

	* src/nodes/SoWWWInline.cpp:
	
	FIXME.

2002-05-22 15:18  mortene

	* src/misc/SoOffscreenRenderer.cpp:
	
	Code example for getWriteFiletypeInfo().

2002-05-22 10:49  mortene

	* src/misc/SoType.cpp:
	
	Adds extensive sample code to SoType::overrideType() function doc.

2002-05-22 10:07  mortene

	* src/nodes/SoNode.cpp:
	
	Adds doc example code, which shows the basics of making node-class
	extensions.

2002-05-21 17:21  pederb

	* src/fields/: MFNodeEnginePath.tpl, SoMFEngine.cpp, SoMFNode.cpp,
	SoMFPath.cpp:
	
	Bugfix for SoMFNode/SoMFPath::countWriteRefs(). The whole
	graphs/paths should be counted, not only the root nodes.

2002-05-21 17:21  pederb

	* src/fields/: SFNodeEnginePath.tpl, SoSFEngine.cpp, SoSFNode.cpp,
	SoSFPath.cpp:
	
	Bugfix for SoSFNode/SoSFPath::countWriteRefs(). The whole
	graph/path should be counted, not only the root node.

2002-05-21 17:20  pederb

	* src/: fields/MFNodeEnginePath.tpl, fields/SFNodeEnginePath.tpl,
	fields/SoMFEngine.cpp, fields/SoMFNode.cpp, fields/SoMFPath.cpp,
	fields/SoSFEngine.cpp, fields/SoSFNode.cpp, fields/SoSFPath.cpp,
	nodes/SoGroup.cpp, nodes/SoNode.cpp:
	
	Compatibility fixes for SoNode::write() and
	SoNode::writeInstance(). The other files were changed because of
	these fixes.

2002-05-21 17:18  mortene

	* FAQ:
	
	Explain why it's difficult to do perfect transparency rendering. By
	pederb.

2002-05-21 17:05  pederb

	* src/actions/SoWriteAction.cpp:
	
	Don't output an endline character at the end of a continueToApply()
	traversal.

2002-05-21 17:03  pederb

	* src/fields/SoMField.cpp:
	
	Indentation fix when writing SoMFNode fields.

2002-05-21 16:58  pederb

	* src/nodes/SoShape.cpp:
	
	Handle zero-length lines when picking.

2002-05-19 12:23  kyrah

	* README.MAC:
	
	Mention 'spaces in directory names' porblem.

2002-05-17 15:42  mortene

	* bootstrap:
	
	Reverts to Automake 1.5. Bootstrap.

2002-05-15 10:16  mortene

	* src/actions/SoGLRenderAction.cpp:
	
	Improve doc on SoGLRenderAction transparency modes.

2002-05-15 10:12  pederb

	* src/nodes/: SoIndexedNurbsCurve.cpp, SoIndexedNurbsSurface.cpp,
	SoNurbsCurve.cpp, SoNurbsSurface.cpp:
	
	Fixes some ugly stack scope bugs.

2002-05-14 15:11  mortene

	* src/misc/GLUWrapper.c:
	
	Adds COIN_DEBUG_GLU_INFO envvar run-time check for remote debugging
	assistance.

2002-05-14 08:54  pederb

	* src/misc/SoGL.cpp:
	
	SoGetPrimitiveCountAction bugfix. We need to test if
	SoViewportRegionElement is enabled.

2002-05-13 21:05  mortene

	* include/Inventor/SbXfBox3f.h,
	include/Inventor/draggers/SoDragger.h,
	include/Inventor/engines/SoEngine.h,
	include/Inventor/fields/SoSubField.h, include/Inventor/misc/SoGL.h,
	src/actions/SoAction.cpp,
	src/actions/SoBoxHighlightRenderAction.cpp,
	src/actions/SoGLRenderAction.cpp,
	src/actions/SoLineHighlightRenderAction.cpp,
	src/base/SbTesselator.cpp, src/caches/SoCache.cpp,
	src/caches/SoConvexDataCache.cpp, src/caches/SoGLRenderCache.cpp,
	src/details/SoConeDetail.cpp, src/details/SoCubeDetail.cpp,
	src/details/SoCylinderDetail.cpp, src/details/SoDetail.cpp,
	src/details/SoFaceDetail.cpp, src/details/SoLineDetail.cpp,
	src/details/SoPointDetail.cpp, src/details/SoTextDetail.cpp,
	src/draggers/SoCenterballDragger.cpp, src/draggers/SoDragger.cpp,
	src/elements/SoAccumulatedElement.cpp,
	src/elements/SoCacheElement.cpp,
	src/elements/SoClipPlaneElement.cpp,
	src/elements/SoCullElement.cpp, src/elements/SoElement.cpp,
	src/elements/SoGLNormalizeElement.cpp,
	src/elements/SoGLTextureEnabledElement.cpp,
	src/elements/SoGLTextureImageElement.cpp,
	src/elements/SoLightElement.cpp,
	src/elements/SoModelMatrixElement.cpp,
	src/elements/SoProfileElement.cpp,
	src/elements/SoTextureImageElement.cpp,
	src/elements/SoTextureMatrixElement.cpp,
	src/elements/SoTransparencyElement.cpp,
	src/engines/SoCalculator.cpp, src/engines/SoComposeMatrix.cpp,
	src/engines/SoComposeRotation.cpp, src/engines/SoComposeVec2f.cpp,
	src/engines/SoComposeVec3f.cpp, src/engines/SoComposeVec4f.cpp,
	src/engines/SoConcatenate.cpp, src/engines/SoCounter.cpp,
	src/engines/SoDecomposeMatrix.cpp,
	src/engines/SoDecomposeRotation.cpp,
	src/engines/SoDecomposeVec2f.cpp, src/engines/SoDecomposeVec3f.cpp,
	src/engines/SoDecomposeVec4f.cpp, src/engines/SoElapsedTime.cpp,
	src/engines/SoEngine.cpp, src/engines/SoFieldConverter.cpp,
	src/engines/SoGate.cpp, src/engines/SoInterpolate.cpp,
	src/engines/SoOnOff.cpp, src/engines/SoOneShot.cpp,
	src/engines/SoSelectOne.cpp, src/engines/SoTimeCounter.cpp,
	src/engines/SoTriggerAny.cpp, src/fields/MFNodeEnginePath.tpl,
	src/fields/SoField.cpp, src/fields/SoFieldContainer.cpp,
	src/fields/SoGlobalField.cpp, src/fields/SoMFEngine.cpp,
	src/fields/SoMFNode.cpp, src/fields/SoMFPath.cpp,
	src/fields/SoMField.cpp, src/lists/SbPList.cpp,
	src/lists/SbVec3fList.cpp, src/lists/SoActionMethodList.cpp,
	src/lists/SoBaseList.cpp, src/lists/SoDetailList.cpp,
	src/lists/SoEngineOutputList.cpp, src/lists/SoFieldList.cpp,
	src/lists/SoPickedPointList.cpp, src/lists/SoTypeList.cpp,
	src/misc/SoBase.cpp, src/misc/SoChildList.cpp,
	src/misc/SoGLBigImage.cpp, src/misc/SoOffscreenRenderer.cpp,
	src/nodekits/SoBaseKit.cpp, src/nodekits/SoInteractionKit.cpp,
	src/nodekits/SoNodeKitListPart.cpp, src/nodes/SoBlinker.cpp,
	src/nodes/SoCallback.cpp, src/nodes/SoCamera.cpp,
	src/nodes/SoCone.cpp, src/nodes/SoCylinder.cpp,
	src/nodes/SoExtSelection.cpp, src/nodes/SoFaceSet.cpp,
	src/nodes/SoGroup.cpp, src/nodes/SoImage.cpp,
	src/nodes/SoIndexedFaceSet.cpp, src/nodes/SoIndexedLineSet.cpp,
	src/nodes/SoIndexedNurbsCurve.cpp,
	src/nodes/SoIndexedNurbsSurface.cpp, src/nodes/SoLineSet.cpp,
	src/nodes/SoMarkerSet.cpp, src/nodes/SoMaterialBinding.cpp,
	src/nodes/SoNurbsCurve.cpp, src/nodes/SoNurbsSurface.cpp,
	src/nodes/SoPackedColor.cpp, src/nodes/SoPendulum.cpp,
	src/nodes/SoPointSet.cpp, src/nodes/SoSelection.cpp,
	src/nodes/SoShape.cpp, src/nodes/SoShapeHints.cpp,
	src/nodes/SoShuttle.cpp, src/nodes/SoSphere.cpp,
	src/nodes/SoText3.cpp, src/nodes/SoTriangleStripSet.cpp,
	src/nodes/SoUnknownNode.cpp, src/nodes/SoVertexShape.cpp,
	src/nodes/SoWWWInline.cpp, src/nodes/soshape_primdata.cpp,
	src/projectors/SbCylinderPlaneProjector.cpp,
	src/projectors/SbCylinderProjector.cpp,
	src/projectors/SbCylinderSectionProjector.cpp,
	src/projectors/SbCylinderSheetProjector.cpp,
	src/projectors/SbLineProjector.cpp,
	src/projectors/SbPlaneProjector.cpp,
	src/projectors/SbSpherePlaneProjector.cpp,
	src/projectors/SbSphereProjector.cpp,
	src/projectors/SbSphereSectionProjector.cpp,
	src/projectors/SbSphereSheetProjector.cpp,
	src/sensors/SoDelayQueueSensor.cpp, src/sensors/SoFieldSensor.cpp,
	src/sensors/SoPathSensor.cpp, src/sensors/SoSensor.cpp,
	src/sensors/SoSensorManager.cpp,
	src/sensors/SoTimerQueueSensor.cpp:
	
	Two janitorial tasks completed:
	
	Straighten out terminology; it's "override", not "overload" when
	re-implementing a (virtual) method.
	
	Spell-fix: it's "tessellate", not "tesselate".

2002-05-13 20:57  mortene

	* src/tidbits.c:
	
	Clean up a FIXME note.

2002-05-13 20:48  mortene

	* src/nodes/SoIndexedTriangleStripSet.cpp:
	
	Note about the bogus willSetShadeModel() method.

2002-05-13 19:01  mortene

	* README.IRIX:
	
	Mention the 'failed to link with be.so' problem and solution.

2002-05-13 18:17  larsa

	* FAQ:
	
	update on item having to call e SoDB::init()

2002-05-12 22:42  mortene

	* src/base/SbPlane.cpp:
	
	Corrects argument checking for SbPlane::intersect().

2002-05-11 11:31  mortene

	* THANKS, src/tidbits.c:
	
	Compile fix for SGI MIPSpro 6.5, by Brad Grantham.

2002-05-10 15:28  pederb

	* cfg/depcomp:
	
	Clean bootstrap.

2002-05-10 12:34  mortene

	* THANKS:
	
	Adds Per yvind Hvidsten for SoQt-build related bugfix.

2002-05-09 19:41  pederb

	* src/upgraders/all.cpp:
	
	Build fix for the compact build.

2002-05-09 10:35  mortene

	* src/fields/SoMField.cpp:
	
	Elaborate on the setValues() call, and warn of a potential gotcha.

2002-05-08 16:38  pederb

	* src/misc/SoNormalGenerator.cpp:
	
	Tristrip documentation update.

2002-05-08 16:28  pederb

	* src/misc/SoBase.cpp:
	
	Support for reading Inventor files < V2.1.

2002-05-08 16:13  pederb

	* bootstrap, configure.ac, src/Makefile.am:
	
	Bootstrap to build upgraders.

2002-05-08 16:11  pederb

	* src/upgraders/: Makefile.am, SoPackedColorV20.cpp,
	SoPackedColorV20.h, SoUpgrader.cpp, SoUpgrader.h:
	
	Framework for supporting Inventor files with version < 2.1. Support
	for SoPackedColor V2.0.

2002-05-08 09:19  mortene

	* src/: actions/SoAction.cpp, misc/SoBase.cpp,
	nodekits/SoBaseKit.cpp, nodes/SoAsciiText.cpp,
	nodes/SoFontStyle.cpp, nodes/SoLOD.cpp, nodes/SoPackedColor.cpp,
	nodes/SoVertexProperty.cpp, nodes/SoWWWAnchor.cpp,
	nodes/SoWWWInline.cpp:
	
	Doc fixes.

2002-05-06 10:32  mortene

	* src/: fields/SoField.cpp, misc/SoInput.cpp:
	
	Bugfixes for problems with setting SoSFString and SoMFString field
	values through SoNode::set() and SoField::set().

2002-05-03 14:46  mortene

	* THANKS:
	
	Adds Robert Norris, for assistance with SoWin.

2002-05-03 14:01  pederb

	* src/base/SbXfBox3f.cpp:
	
	Calculate volume by using the matrix determinant.

2002-05-03 11:12  kintel

	* src/misc/SoBase.cpp:
	
	Removed bogus comment

2002-05-03 10:24  pederb

	* src/: nodes/SoRotor.cpp, draggers/SoTrackballDragger.cpp:
	
	Bugfix. Read current time from realTime field instead of using
	SbTime::getTimeOfDay() directly.

2002-05-03 10:04  mortene

	* src/misc/SoGLImage.cpp:
	
	Fallback resize function for OpenGL textures. By pederb.

2002-05-02 20:29  mortene

	* src/: actions/SoAction.cpp, misc/SoOffscreenRenderer.cpp,
	nodes/SoNode.cpp:
	
	Documentation improvements.

2002-05-02 20:28  mortene

	* src/nodes/: SoAsciiText.cpp, SoText3.cpp:
	
	Minor improvements to code readability.

2002-04-30 12:53  pederb

	* src/elements/SoShapeStyleElement.cpp:
	
	Implements SoShapeStyleElement::isTextureFunction().

2002-04-30 12:43  pederb

	* src/engines/SoInterpolate.cpp:
	
	Adds SoInterpolate::initClasses() implementation.

2002-04-30 12:37  pederb

	* include/Inventor/elements/SoModelMatrixElement.h,
	src/elements/SoModelMatrixElement.cpp:
	
	Adds dummy SoModelMatrix::getInverse() implementation.

2002-04-30 12:23  pederb

	* src/base/SbMatrix.cpp:
	
	Doc. update for multVecMatrix().

2002-04-27 11:16  mortene

	* src/errors/SoDebugError.cpp:
	
	Fix buffer overruns when tokenizing COIN_DEBUG_BREAK.

2002-04-26 15:56  mortene

	* src/misc/SoBase.cpp:
	
	Remark upon the use of a private SoOutput-variable.

2002-04-22 15:21  pederb

	* src/actions/SoAction.cpp:
	
	ref() the internal traversal path to avoid having a zero-ref path
	in the system.

2002-04-18 09:36  mortene

	* src/fields/SoMField.cpp:
	
	Doxygen-doc improvements (how to best pre-allocate values).

2002-04-15 10:21  pederb

	* THANKS:
	
	Added Robert Radtke.

2002-04-15 10:18  pederb

	* src/elements/SoGLPolygonStippleElement.cpp:
	
	Fix Solaris 2.8 CC memory alignment problem. Bug reported by Radtke
	Robert.

2002-04-11 16:31  larsa

	* packaging/debian/copyright.in:
	
	2001->2002

2002-03-27 09:44  pederb

	* src/elements/SoGLPolygonOffsetElement.cpp:
	
	Fixed bug reported by Felix Ritter. Disable styles enabled by
	previous element.

2002-03-25 15:20  mortene

	* src/misc/SoOffscreenRenderer.cpp:
	
	Duplicate strategy for OpenGL visual allocation from SoXt. Takes
	care of problem on some SGI IRIX and HP-UX platforms where the
	default OpenGL visual is utterly lame.

2002-03-25 14:08  mortene

	* THANKS:
	
	Adds Oswald Buddenhagen, for assistance with some So*-library code.

2002-03-25 13:27  mortene

	* src/: caches/SoGLCacheList.cpp, nodes/SoSeparator.cpp:
	
	Implements support for the IV_SEPARATOR_MAX_CACHES environment
	variable.

2002-03-25 13:01  larsa

	* src/: engines/Makefile.am, engines/all.cpp, misc/Makefile.am,
	misc/all.cpp:
	
	don't compile C source files with the C++ compiler through the
	all.cpp file hack

2002-03-25 12:00  mortene

	* src/misc/SoOffscreenRenderer.cpp:
	
	Improves API documentation. Some minor fixes in glXMakeCurrent()
	calls (check return value).

2002-03-22 15:27  mortene

	* README.AIX:
	
	Mention a new problem found with the AIX linker.

2002-03-22 11:57  larsa

	* INSTALL:
	
	include example on adjusting CFLAGS on the configure line

2002-03-22 10:39  mortene

	* src/nodekits/SoInteractionKit.cpp:
	
	Cleans up the readDefaultParts() method, with misc bugfixes.

2002-03-21 17:14  mortene

	* src/draggers/SoDragger.cpp:
	
	Reverse pederb's previous patch, as it causes a regression.
	(Interacting with an SoDragPointDragger causes an immediate
	assert.)

2002-03-21 16:20  larsa

	* FAQ:
	
	remove "duplicate" question

2002-03-21 15:58  mortene

	* FAQ:
	
	Mention the force-to-publish restriction about extensions and code
	changes.

2002-03-20 10:07  mortene

	* src/base/SbVec4f.cpp:
	
	Minor bugfix in robustness checking: don't divide on length if it's
	found to be zero.

2002-03-20 10:05  mortene

	* src/base/: SbVec2f.cpp, SbVec3f.cpp:
	
	Improve readability for normalize().

2002-03-19 22:45  mortene

	* configure.ac, src/misc/SoOffscreenRenderer.cpp:
	
	Feature-check for glXGetCurrentDisplay() instead of just checking
	for GLX v1.2.

2002-03-19 22:44  mortene

	* cfg/m4/check_opengl.m4:
	
	Adds check for glXGetCurrentDisplay().

2002-03-19 22:06  mortene

	* src/misc/SoInput.cpp:
	
	Kill some warnings from g++ 2.95.3 on IBM AIX, by not assigning -1
	to a char variable.

2002-03-19 21:45  mortene

	* configure.ac:
	
	Run the mathlib-checking once for the C compiler and once for the
	C++ compiler.

2002-03-19 21:44  mortene

	* cfg/m4/check_mathlib.m4:
	
	Don't cache macro check results, to allow several runs with
	different compilers.

2002-03-19 15:01  larsa

	* scripts/templant:
	
	support C-style comments, expression evaluations, and C
	preprocessor-like conditionals

2002-03-19 13:47  mortene

	* src/: base/SbName.cpp, misc/SoInput.cpp, nodekits/SoBaseKit.cpp:
	
	Write FIXME notes on the use of locale-dependent isspace() /
	isalnum() / isalpha().

2002-03-19 10:56  mortene

	* docs/coin.doxygen.in:
	
	Invert value of INHERIT_DOCS back to YES, it didn't work as I
	expected.

2002-03-19 10:50  mortene

	* docs/coin.doxygen.in:
	
	Don't redisplay documentation for overridden methods.

2002-03-19 10:27  mortene

	* include/Inventor/system/gl.h, src/misc/GLUWrapper.c,
	src/misc/GLUWrapper.h, src/misc/SoGL.cpp,
	src/nodes/SoIndexedNurbsCurve.cpp,
	src/nodes/SoIndexedNurbsSurface.cpp, src/nodes/SoNurbsCurve.cpp,
	src/nodes/SoNurbsProfile.cpp, src/nodes/SoNurbsSurface.cpp:
	
	Kill off the duplicate GLU_W_* shadow enums of GLUWrapper.h.

2002-03-19 09:00  mortene

	* src/errors/SoDebugError.cpp:
	
	Fix an ugly hack which wrote into a const char array.

2002-03-18 16:25  larsa

	* README:
	
	preparations for 1.0.3 and minor tweaks

2002-03-18 15:02  larsa

	* RELNOTES:
	
	SoOffscreenRenderer for Mac OS X in 1.0.3

2002-03-15 17:23  pederb

	* src/draggers/SoDragger.cpp:
	
	Optimization. Only update dragger cache when needed.

2002-03-15 12:50  pederb

	* RELNOTES, src/base/SbViewVolume.cpp, src/nodes/SoImage.cpp,
	src/nodes/SoMarkerSet.cpp, src/nodes/SoText2.cpp:
	
	Bugfix for SbViewVolume::projectToScreen(). The returned
	z-coordinate was in range [-1, 1], not in [0, 1].

2002-03-15 12:48  mortene

	* docs/coin.doxygen.in:
	
	Sort items within modules alphabetically.

2002-03-12 15:19  larsa

	* src/vrml97/.cvsignore:
	
	clean out file to remove dir

2002-03-12 12:41  larsa

	* Makefile.am:
	
	remove symlinks before recreating them when setting up Mac OS X
	framework

2002-03-12 12:30  mortene

	* README.WIN32:
	
	Minor disclaimer.

2002-03-12 12:16  mortene

	* include/Inventor/system/gl.h, src/misc/SoGLImage.cpp:
	
	Avoid duplicating all the _EXT versions of the enums -- the Coin
	sourcecode only uses the "real" values.

2002-03-12 12:01  mortene

	* src/base/: SbLine.cpp, SbPlane.cpp:
	
	Fix some embarrassing Doxygen doc typos.

2002-03-12 11:57  mortene

	* THANKS:
	
	Adds Lassi A Tuura for assistance with debugging SoQt configure.

2002-03-09 18:04  larsa

	* configure.ac:
	
	suppress not-sim-platform warning on Mac OS X

2002-03-09 17:24  larsa

	* configure.ac:
	
	s/ac_coin_unknown_platform/ac_coin_untested_platform/

2002-03-09 15:19  larsa

	* configure.ac:
	
	drop some X11 tests for Mac OS X

2002-03-08 15:34  mortene

	* include/Inventor/system/gl.h:
	
	Adds more GLenum values possibly missing from system GL header
	file.

2002-03-08 15:19  mortene

	* src/: tidbits.c, tidbits.h, elements/SoAmbientColorElement.cpp,
	elements/SoCoordinateElement.cpp,
	elements/SoDiffuseColorElement.cpp, elements/SoElement.cpp,
	elements/SoEmissiveColorElement.cpp,
	elements/SoFontNameElement.cpp,
	elements/SoGLCacheContextElement.cpp,
	elements/SoLightAttenuationElement.cpp,
	elements/SoProfileCoordinateElement.cpp,
	elements/SoSpecularColorElement.cpp, errors/SoDebugError.cpp,
	events/SoKeyboardEvent.cpp, fields/SoField.cpp,
	fields/SoGlobalField.cpp, fields/SoMField.cpp, misc/SoBase.cpp,
	misc/SoDB.cpp, misc/SoGL.cpp, misc/SoGLImage.cpp, misc/SoGlyph.cpp,
	misc/SoInput.cpp, misc/SoPickedPoint.cpp, misc/SoType.cpp,
	nodekits/SoInteractionKit.cpp, nodekits/SoNodeKitPath.cpp,
	nodes/SoLevelOfDetail.cpp, nodes/SoLinearProfile.cpp,
	nodes/SoMarkerSet.cpp, nodes/SoMaterial.cpp,
	nodes/SoNurbsProfile.cpp, nodes/SoTextureCoordinateEnvironment.cpp,
	nodes/SoWWWInline.cpp, nodes/soshape_bigtexture.cpp,
	nodes/soshape_trianglesort.cpp:
	
	Fix signature of coin_atexit() and always cast the input argument
	to work better with g++ 2.96. By kintel.

2002-03-08 12:53  larsa

	* NEWS:
	
	more news

2002-03-08 12:32  mortene

	* src/: misc/SoOffscreenRenderer.cpp, nodes/SoNode.cpp,
	nodes/SoShapeHints.cpp:
	
	Minor FIXMEs and code comments.

2002-03-08 12:24  mortene

	* src/: tidbits.c, tidbits.h, base/SbString.cpp:
	
	Cleans up our snprintf/vsnprintf abstractions with coin_vsnprintf()
	function instead of defining eg _snprintf to snprintf and other
	ugly hacks.

2002-03-08 11:12  mortene

	* src/actions/: SoAction.cpp, SoGetBoundingBoxAction.cpp:
	
	Extended Doxygen doc.

2002-03-07 11:02  larsa

	* cfg/m4/check_opengl.m4:
	
	Mac OS X fix for linking with AGL

2002-02-26 09:44  mortene

	* src/misc/SoOffscreenRenderer.cpp:
	
	Fix bad interaction of AGL with the Apple Menu bar. By kyrah.

2002-02-25 17:02  mortene

	* src/misc/SoOffscreenRenderer.cpp:
	
	AGL offscreen rendering support for Mac OS X. Implemented by kyrah.

2002-02-25 16:54  mortene

	* src/fields/SoField.cpp:
	
	SoDebugError on recursive SoField::evaluate() calls.

2002-02-25 16:28  mortene

	* src/misc/SoDB.cpp:
	
	Platform sanity check to detect if unsigned long can't contain a
	pointer value.

2002-02-25 16:25  mortene

	* configure.ac:
	
	Recognize Solaris + G++ as a tested combination. Thanks to Bert
	Bril.

2002-02-24 15:21  larsa

	* configure.ac:
	
	test for AGL/Carbon headers

2002-02-24 15:21  larsa

	* cfg/m4/check_opengl.m4:
	
	include Carbon in the AGL test

2002-02-22 22:55  larsa

	* THANKS:
	
	add alias

2002-02-22 22:00  mortene

	* include/Inventor/elements/SoGLCacheContextElement.h,
	include/Inventor/nodes/SoExtSelection.h,
	include/Inventor/system/gl.h, src/tidbits.c, src/tidbits.h,
	src/elements/SoAmbientColorElement.cpp,
	src/elements/SoCoordinateElement.cpp,
	src/elements/SoDiffuseColorElement.cpp, src/elements/SoElement.cpp,
	src/elements/SoEmissiveColorElement.cpp,
	src/elements/SoFontNameElement.cpp,
	src/elements/SoGLCacheContextElement.cpp,
	src/elements/SoLightAttenuationElement.cpp,
	src/elements/SoProfileCoordinateElement.cpp,
	src/elements/SoSpecularColorElement.cpp,
	src/engines/SoCalculator.cpp, src/errors/SoDebugError.cpp,
	src/errors/SoError.cpp, src/events/SoKeyboardEvent.cpp,
	src/fields/SoField.cpp, src/fields/SoGlobalField.cpp,
	src/fields/SoMField.cpp, src/lists/SoPathList.cpp,
	src/misc/SoBase.cpp, src/misc/SoDB.cpp, src/misc/SoGL.cpp,
	src/misc/SoGLImage.cpp, src/misc/SoGlyph.cpp, src/misc/SoInput.cpp,
	src/misc/SoPickedPoint.cpp, src/misc/SoType.cpp,
	src/nodekits/SoInteractionKit.cpp, src/nodekits/SoNodeKitPath.cpp,
	src/nodes/SoLevelOfDetail.cpp, src/nodes/SoLinearProfile.cpp,
	src/nodes/SoMarkerSet.cpp, src/nodes/SoMaterial.cpp,
	src/nodes/SoNurbsProfile.cpp,
	src/nodes/SoTextureCoordinateEnvironment.cpp,
	src/nodes/SoWWWInline.cpp, src/nodes/soshape_bigtexture.cpp,
	src/nodes/soshape_trianglesort.cpp:
	
	Compile fixes for OSF1/cxx and KAI CC. By Guy Barrand.

2002-02-22 21:58  mortene

	* THANKS:
	
	Fix typo.

2002-02-22 18:32  larsa

	* configure.ac:
	
	propagate '-framework AGL' to COIN_EXTRA_LDFLAGS

2002-02-22 18:26  larsa

	* configure.ac:
	
	use SIM_AC_HAVE_AGL_IFELSE

2002-02-22 18:25  larsa

	* cfg/m4/check_opengl.m4:
	
	new macro SIM_AC_HAVE_AGL_IFELSE()

2002-02-22 13:55  pederb

	* src/nodes/SoNonIndexedShape.cpp:
	
	Avoid division by zero in bounding box calculations.

2002-02-20 16:59  mortene

	* include/Inventor/SbBasic.h.in:
	
	Convert from C++-style comments to valid ANSI C.

2002-02-20 13:59  mortene

	* src/nodes/: soshape_bigtexture.h, soshape_primdata.h,
	soshape_trianglesort.h:
	
	FIXME-notices about unnecessary garbage in the global namespace.

2002-02-20 11:38  mortene

	* src/: base/SbPlane.cpp, fields/SoSFImage.cpp,
	nodes/SoVertexShape.cpp:
	
	Minor Doxygen doc fixes.

2002-02-20 11:22  larsa

	* src/: misc/Makefile.am, misc/SoGL.cpp,
	misc/SoGLFaceSetTemplate.cpp, misc/SoGLFaceSetTemplate.icc,
	misc/SoGLLineSetTemplate.cpp, misc/SoGLLineSetTemplate.icc,
	misc/SoGLTristripTemplate.cpp, misc/SoGLTristripTemplate.icc,
	misc/SoGLindexedLineSetTemplate.cpp,
	misc/SoGLindexedLineSetTemplate.icc,
	misc/SoGLnonindexedFaceSetTemplate.cpp,
	misc/SoGLnonindexedFaceSetTemplate.icc,
	misc/SoGLnonindexedTristripSetTemplate.cpp,
	misc/SoGLnonindexedTristripSetTemplate.icc,
	misc/SoGLqmeshTemplate.cpp, misc/SoGLqmeshTemplate.icc,
	nodes/SoFaceSet.cpp, nodes/SoLineSet.cpp, nodes/SoQuadMesh.cpp,
	nodes/SoTriangleStripSet.cpp:
	
	rename suffix on c++ files #included from other .cpp files

2002-02-20 10:18  pederb

	* src/caches/SoGLCacheList.cpp:
	
	Fixed bug in SoGLCacheList. SoCacheElement::setInvalid() was not
	called for all cases in open(), which caused the cache to be
	invalidated in close() even when the cache was valid.

2002-02-20 09:46  mortene

	* src/nodes/SoQuadMesh.cpp:
	
	Improves class documentation with usage example code snippet and a
	screenshot.

2002-02-20 09:07  pederb

	* src/misc/SoGL.cpp:
	
	Fix getPrimitiveCount() for nurbs shapes.

2002-02-20 08:38  pederb

	* src/nodes/SoIndexedNurbsSurface.cpp:
	
	Fixed ugly bug in 4D bounding box calculations. Bug reported by
	Vojtech Bubnik.

2002-02-19 16:59  mortene

	* src/lists/: SbIntList.cpp, SbPList.cpp, SbStringList.cpp,
	SbVec3fList.cpp, SoDetailList.cpp, SoEngineOutputList.cpp,
	SoFieldList.cpp, SoPickedPointList.cpp, SoTypeList.cpp:
	
	Make list subclasses refer to doc for common SbList superclass.

2002-02-19 10:14  mortene

	* src/actions/: SoAction.cpp, SoCallbackAction.cpp,
	SoGLRenderAction.cpp, SoGetMatrixAction.cpp,
	SoGetPrimitiveCountAction.cpp, SoGlobalSimplifyAction.cpp,
	SoHandleEventAction.cpp, SoPickAction.cpp, SoRayPickAction.cpp,
	SoReorganizeAction.cpp, SoSearchAction.cpp,
	SoShapeSimplifyAction.cpp, SoSimplifyAction.cpp,
	SoToVRML2Action.cpp, SoToVRMLAction.cpp, SoWriteAction.cpp:
	
	Updates to Doxygen doc.

2002-02-18 11:36  pederb

	* THANKS:
	
	Added Morten Torkildsen.

2002-02-18 11:35  pederb

	* src/nodes/SoSeparator.cpp:
	
	Fixed SoGLRenderAction abort callback bug. The current path was not
	updated before the callback was called, making
	SoAction::getCurPath() return an incorrect path. Bug reported by
	Morten Jager Torkildsen.

2002-02-17 23:01  mortene

	* src/: actions/SoGetBoundingBoxAction.cpp, base/SbMatrix.cpp,
	base/SbTime.cpp, nodekits/SoInteractionKit.cpp,
	nodes/SoSeparator.cpp:
	
	Misc documentation and code comment updates.

2002-02-17 14:10  mortene

	* src/misc/SoBase.cpp:
	
	A handful of additional FIXME notices.

2002-02-15 18:33  pederb

	* src/: misc/SoState.cpp, elements/SoAmbientColorElement.cpp,
	elements/SoCacheElement.cpp, elements/SoClipPlaneElement.cpp,
	elements/SoCoordinateElement.cpp, elements/SoCullElement.cpp,
	elements/SoDiffuseColorElement.cpp,
	elements/SoEmissiveColorElement.cpp,
	elements/SoEnvironmentElement.cpp, elements/SoFloatElement.cpp,
	elements/SoFocalDistanceElement.cpp,
	elements/SoFontNameElement.cpp, elements/SoGLColorIndexElement.cpp,
	elements/SoGLLightIdElement.cpp, elements/SoGLNormalizeElement.cpp,
	elements/SoGLPolygonStippleElement.cpp,
	elements/SoGLRenderPassElement.cpp,
	elements/SoGLShadeModelElement.cpp,
	elements/SoGLTextureCoordinateElement.cpp,
	elements/SoGLTextureImageElement.cpp,
	elements/SoGLUpdateAreaElement.cpp,
	elements/SoLightAttenuationElement.cpp,
	elements/SoLightElement.cpp, elements/SoLocalBBoxMatrixElement.cpp,
	elements/SoModelMatrixElement.cpp, elements/SoNormalElement.cpp,
	elements/SoOverrideElement.cpp, elements/SoPickRayElement.cpp,
	elements/SoPolygonOffsetElement.cpp,
	elements/SoProfileCoordinateElement.cpp,
	elements/SoProfileElement.cpp,
	elements/SoProjectionMatrixElement.cpp,
	elements/SoReplacedElement.cpp, elements/SoShapeHintsElement.cpp,
	elements/SoShapeStyleElement.cpp, elements/SoShininessElement.cpp,
	elements/SoSpecularColorElement.cpp,
	elements/SoTextureCoordinateElement.cpp,
	elements/SoTextureImageElement.cpp,
	elements/SoTextureMatrixElement.cpp,
	elements/SoTextureOverrideElement.cpp,
	elements/SoTransparencyElement.cpp,
	elements/SoViewVolumeElement.cpp,
	elements/SoViewingMatrixElement.cpp,
	elements/SoViewportRegionElement.cpp, elements/SoWindowElement.cpp:
	
	Test if element is enabled before copying data into it. Bug
	reported by Morten Torkilden.

2002-02-15 14:04  larsa

	* FAQ:
	
	update of volume rendering item

2002-02-15 09:17  mortene

	* src/misc/SoOffscreenRenderer.cpp:
	
	Slightly improves documentation for a couple of methods.

2002-02-12 20:21  mortene

	* src/: tidbits.c, tidbits.h, base/SbName.cpp:
	
	Implements a method coin_isacii() as a replacement for isascii()
	(which turned out to be neither ANSI C nor POSIX compliant). 
	Thanks to Guy Barrand for the problem report.

2002-02-12 20:17  mortene

	* src/tidbits.c:
	
	Don't use C++-style comments in C sourcecode. Thanks to Guy Barrand
	for notifying us.

2002-02-12 12:34  mortene

	* src/: elements/SoGLDisplayList.cpp, nodes/SoText2.cpp:
	
	Adds FIXME notes about lack of robustness on glGenLists() calls.

2002-02-12 11:36  pederb

	* src/nodes/SoCamera.cpp:
	
	Minor documentation fix.

2002-02-11 21:42  mortene

	* src/misc/SoOffscreenRenderer.cpp:
	
	Document some common mistakes which results in blank pixel buffers.

2002-02-10 23:01  mortene

	* src/nodes/SoAsciiText.cpp:
	
	Kills some code that was superfluous.

2002-02-10 22:59  mortene

	* src/misc/SoGlyph.cpp:
	
	Don't add a magic space offset for getWidth().

2002-02-08 10:31  larsa

	* include/Inventor/events/SoKeyboardEvent.h:
	
	TAB and BACKSPACE are *not* the same characters

2002-02-07 15:36  pederb

	* src/fields/SoFieldData.cpp:
	
	Always write field description for all fields in extension nodes.
	The Inventor Mentor states that we should do this.

2002-02-07 15:08  pederb

	* src/fields/SoFieldData.cpp:
	
	Don't write the description for all fields in extension nodes. Only
	write description for fields that will be written, or for fields
	that are referenced from other fields/engines.

2002-02-07 14:54  pederb

	* src/fields/SoFieldData.cpp:
	
	Compile fix.

2002-02-07 14:51  pederb

	* src/fields/SoFieldData.cpp:
	
	When testing for forward connections, we only have to write a field
	description if the field's node is an extension node. Use
	getIsBuiltIn() to determine this.

2002-02-07 14:50  pederb

	* src/fields/SoFieldData.cpp:
	
	Fix to write field description for extension node fields that are
	connected to some other field/engine.

2002-02-07 14:48  pederb

	* src/fields/SoField.cpp:
	
	Fix for SoField::shouldWrite(). We should write if field is
	connected from a field or an engine.

2002-02-07 08:35  mortene

	* src/misc/SoDB.cpp:
	
	Usage code example in the SoDB::readAll() doc.

2002-02-06 14:54  mortene

	* src/misc/SoOffscreenRenderer.cpp:
	
	Improves documentation on the file format extension API methods.

2002-02-05 20:55  mortene

	* BUGS:
	
	Simplify reproducible case for bbox calculation bug even further.
	Adds two other known bugs from the vaults.

2002-02-04 22:02  mortene

	* BUGS:
	
	List currently known bugs.

2002-01-31 14:21  larsa

	* configure.ac:
	
	Correct path-problem warning condition to support configuring with
	$bindir != $prefix/bin.  Patch by Ralf Corsepius.

2002-01-30 21:00  mortene

	* docs/coin.doxygen.in, src/actions/SoRayPickAction.cpp,
	src/nodes/SoTexture2.cpp:
	
	Improvements to Doxygen doc.

2002-01-30 13:27  kintel

	* src/sensors/SoDataSensor.cpp:
	
	Fixed searchall bug

2002-01-29 15:50  larsa

	* configure.ac:
	
	version bumped to 1.0.3b

2002-01-29 15:50  larsa

	* NEWS:
	
	update on current status

2002-01-29 15:43  larsa

	* data/draggerDefaults/Makefile.am, include/Makefile.am,
	include/Inventor/Makefile.am, include/Inventor/lock/Makefile.am,
	include/Inventor/system/Makefile.am:
	
	do comparison with existing data files before installing to make
	install process less verbose and more informative

2002-01-28 12:46  larsa

	* include/Inventor/SbLine.h, src/base/SbLine.cpp:
	
	doc and argname improvements

2002-01-24 11:56  larsa

	* src/tidbits.c:
	
	Fix for pointer alignment crash-bug (triggered by compiler
	optimization).

2002-01-23 15:44  larsa

	* src/fields/: SoMFEnum.cpp, SoSFEnum.cpp:
	
	unconditional inclusion of SoDebugError.h

2002-01-20 22:38  mortene

	* src/fields/SoSFImage.cpp:
	
	Misc corrections to the info on serialization of the field.

2002-01-20 18:37  mortene

	* bin/coin-config:
	
	Better error checking and handling.

2002-01-20 13:34  mortene

	* src/: fields/SoSFImage.cpp, misc/SoDB.cpp, misc/SoGL.cpp,
	misc/SoGLBigImage.cpp, misc/SoOffscreenRenderer.cpp,
	misc/SoType.cpp, nodekits/SoNodeKitPath.cpp,
	nodekits/SoSeparatorKit.cpp, nodes/SoIndexedFaceSet.cpp,
	nodes/SoIndexedShape.cpp, nodes/SoMaterialBinding.cpp,
	nodes/SoTextureCoordinateBinding.cpp:
	
	Many improvements to documentation of misc classes. Some FIXME
	notices.

2002-01-19 17:28  mortene

	* src/nodes/SoMaterial.cpp:
	
	Improvements to class documentation.

2002-01-19 12:47  mortene

	* src/nodes/SoCamera.cpp:
	
	Compile fix. Problem reported by Larry D'Cunha.

2002-01-18 17:29  pederb

	* src/nodes/SoTriangleStripSet.cpp:
	
	Fixed ugly bug in TriangleStripSet. For PER_FACE bindings, the
	state was pushed, but not popped. Bug reported by Mark D Anderson.

2002-01-18 16:40  mortene

	* docs/coin.doxygen.in:
	
	Adds all nodekit classes.

2002-01-18 16:18  pederb

	* src/nodes/SoCamera.cpp:
	
	CROP_VIEWPORT bugfix. Bug reported by Eivind Rovik.

2002-01-18 16:00  kintel

	* src/base/SbPlane.cpp:
	
	Documented getDistance as a Coin extension

2002-01-18 12:11  larsa

	* docs/ChangeLog.v1.0.2:
	
	two typo fixes

2002-01-18 11:07  larsa

	* src/: tidbits.c, tidbits.h:
	
	Solaris compile fix - include stdarg.h already in header

2002-01-17 17:41  larsa

	* src/misc/SoType.cpp:
	
	typo

2002-01-17 17:37  larsa

	* src/misc/SoType.cpp:
	
	improved documentation for SoType::overrideType()

2002-01-16 14:49  pederb

	* src/nodes/SoShape.cpp:
	
	Removed incorrect assert. Bug reported by Larry D'Cunha.

2002-01-15 16:12  larsa

	* Makefile.am:
	
	non-GNU make fixes (solaris make?)

2002-01-15 16:08  larsa

	* src/engines/SoOutputData.cpp:
	
	fix SoType::fromName() instantiations that returned badtype

2002-01-15 15:39  larsa

	* src/misc/SoType.cpp:
	
	Provide more clues in SoType::isDerivedFrom(badtype) warning debug
	message.

2002-01-15 13:26  larsa

	* cfg/m4/general.m4:
	
	cosmetics

2002-01-14 16:25  larsa

	* packaging/windows/: heading.nsi.in, post.nsi.in:
	
	include 'v' in version specifier part of filename

2002-01-11 18:47  larsa

	* src/engines/SoConcatenate.cpp:
	
	Optimization.

