11999-12-30 13:32  mortene
2
3	* src/nodes/SoCylinder.cpp:
4	Compile fix for what seems to be a bug in GCC 2.95, as reported by
5	Petter Reinholdtsen (pere@hungry.com) on coin-discuss.
6
71999-12-30 12:01  mortene
8
9	* src/fields/SoField.cpp:
10	Minor improvement to generate smaller binary files.
11
121999-12-30 12:00  mortene
13
14	* src/errors/SoError.cpp:
15	Minor fix.
16
171999-12-30 12:00  mortene
18
19	* docs/coin.doxygen, include/Inventor/misc/SoBase.h,
20	src/misc/SoBase.cpp, src/misc/general.metadon:
21	Completed documentation and implementation of SoBase class.
22
231999-12-30 11:47  mortene
24
25	* src/nodes/nodes.metadon:
26	Removed old traces after the ``make config'' idea.
27
281999-12-30 11:47  mortene
29
30	* include/Inventor/nodes/SoUnknownNode.h, src/nodes/Makefile.am,
31	src/nodes/SoNode.cpp, src/nodes/SoUnknownNode.cpp:
32	Added SoUnknownNode skeleton.
33
341999-12-30 11:45  mortene
35
36	* include/Inventor/SbBasic.h.in:
37	Corrected typo.
38
391999-12-29 11:53  mortene
40
41	* configure.in, include/Inventor/draggers/SoDragger.h,
42	src/Makefile.am, src/draggers/Makefile.am,
43	src/draggers/SoDragger.cpp, src/draggers/draggers.metadon,
44	src/misc/SoInteraction.cpp:
45
46	Added skeleton for SoDragger.
47
481999-12-29 11:53  mortene
49
50	* docs/plan.txt:
51	Minor update.
52
531999-12-29 11:52  mortene
54
55	* scripts/coin.el:
56	Make header wrapper defines which does not crash with the reserved
57	namespace for the C++ implementation.
58
591999-12-28 20:57  mortene
60
61	* src/errors/: SoDebugError.cpp, SoMemoryError.cpp,
62	SoReadError.cpp:
63	Fixes some typos and some cosmetics.
64
651999-12-28 20:56  mortene
66
67	* src/misc/SoBase.cpp:
68	Bugfix.
69
701999-12-27 19:17  mortene
71
72	* include/Inventor/fields/SoSubField.h, src/fields/FieldEqSame.tpl,
73	src/fields/FieldId.tpl, src/fields/FieldInitClass.tpl,
74	src/fields/MField.tpl, src/fields/MFieldAlloc.tpl,
75	src/fields/MFieldConstructor.tpl, src/fields/MFieldRequired.tpl,
76	src/fields/MFieldValue.tpl, src/fields/SoMFBitMask.cpp,
77	src/fields/SoMFBool.cpp, src/fields/SoMFColor.cpp,
78	src/fields/SoMFEngine.cpp, src/fields/SoMFEnum.cpp,
79	src/fields/SoMFFloat.cpp, src/fields/SoMFInt32.cpp,
80	src/fields/SoMFMatrix.cpp, src/fields/SoMFName.cpp,
81	src/fields/SoMFNode.cpp, src/fields/SoMFPath.cpp,
82	src/fields/SoMFPlane.cpp, src/fields/SoMFRotation.cpp,
83	src/fields/SoMFShort.cpp, src/fields/SoMFString.cpp,
84	src/fields/SoMFTime.cpp, src/fields/SoMFUInt32.cpp,
85	src/fields/SoMFUShort.cpp, src/fields/SoMFVec2f.cpp,
86	src/fields/SoMFVec3f.cpp, src/fields/SoMFVec4f.cpp,
87	src/fields/SoSFEnum.cpp, src/fields/SoSFImage.cpp,
88	src/fields/SoSFTrigger.cpp:
89	Moved common code from templates to macros.
90
911999-12-27 14:25  mortene
92
93	* include/Inventor/fields/Field.tpl,
94	include/Inventor/fields/FieldConstructor.tpl,
95	include/Inventor/fields/MField.tpl,
96	include/Inventor/fields/MFieldDerived.tpl,
97	include/Inventor/fields/MFieldDerivedValue.tpl,
98	include/Inventor/fields/MFieldRW.tpl,
99	include/Inventor/fields/MFieldValue.tpl,
100	include/Inventor/fields/SoMFBitMask.h,
101	include/Inventor/fields/SoMFBool.h,
102	include/Inventor/fields/SoMFColor.h,
103	include/Inventor/fields/SoMFEngine.h,
104	include/Inventor/fields/SoMFEnum.h,
105	include/Inventor/fields/SoMFFloat.h,
106	include/Inventor/fields/SoMFInt32.h,
107	include/Inventor/fields/SoMFMatrix.h,
108	include/Inventor/fields/SoMFName.h,
109	include/Inventor/fields/SoMFNode.h,
110	include/Inventor/fields/SoMFPath.h,
111	include/Inventor/fields/SoMFPlane.h,
112	include/Inventor/fields/SoMFRotation.h,
113	include/Inventor/fields/SoMFShort.h,
114	include/Inventor/fields/SoMFString.h,
115	include/Inventor/fields/SoMFTime.h,
116	include/Inventor/fields/SoMFUInt32.h,
117	include/Inventor/fields/SoMFUShort.h,
118	include/Inventor/fields/SoMFVec2f.h,
119	include/Inventor/fields/SoMFVec3f.h,
120	include/Inventor/fields/SoMFVec4f.h,
121	include/Inventor/fields/SoSubField.h, src/fields/SoMFBitMask.cpp:
122	Converted common code for multiple-value fields from templates to
123	macros.
124
1251999-12-27 12:16  mortene
126
127	* include/Inventor/fields/SoSubField.h, src/fields/SField.tpl,
128	src/fields/SFieldRequired.tpl, src/fields/SoSFBitMask.cpp,
129	src/fields/SoSFBool.cpp, src/fields/SoSFColor.cpp,
130	src/fields/SoSFEngine.cpp, src/fields/SoSFEnum.cpp,
131	src/fields/SoSFFloat.cpp, src/fields/SoSFImage.cpp,
132	src/fields/SoSFInt32.cpp, src/fields/SoSFMatrix.cpp,
133	src/fields/SoSFName.cpp, src/fields/SoSFNode.cpp,
134	src/fields/SoSFPath.cpp, src/fields/SoSFPlane.cpp,
135	src/fields/SoSFRotation.cpp, src/fields/SoSFShort.cpp,
136	src/fields/SoSFString.cpp, src/fields/SoSFTime.cpp,
137	src/fields/SoSFTrigger.cpp, src/fields/SoSFUInt32.cpp,
138	src/fields/SoSFUShort.cpp, src/fields/SoSFVec2f.cpp,
139	src/fields/SoSFVec3f.cpp, src/fields/SoSFVec4f.cpp,
140	src/fields/SoSField.cpp:
141	Converted common code in single-value fields from templates to
142	macros.
143
1441999-12-26 22:24  mortene
145
146	* include/Inventor/fields/SField.tpl,
147	include/Inventor/fields/SFieldDerived.tpl,
148	include/Inventor/fields/SFieldDerivedValue.tpl,
149	include/Inventor/fields/SFieldRW.tpl,
150	include/Inventor/fields/SFieldValue.tpl,
151	include/Inventor/fields/SoSFBitMask.h,
152	include/Inventor/fields/SoSFBool.h,
153	include/Inventor/fields/SoSFColor.h,
154	include/Inventor/fields/SoSFEngine.h,
155	include/Inventor/fields/SoSFEnum.h,
156	include/Inventor/fields/SoSFFloat.h,
157	include/Inventor/fields/SoSFImage.h,
158	include/Inventor/fields/SoSFInt32.h,
159	include/Inventor/fields/SoSFMatrix.h,
160	include/Inventor/fields/SoSFName.h,
161	include/Inventor/fields/SoSFNode.h,
162	include/Inventor/fields/SoSFPath.h,
163	include/Inventor/fields/SoSFPlane.h,
164	include/Inventor/fields/SoSFRotation.h,
165	include/Inventor/fields/SoSFShort.h,
166	include/Inventor/fields/SoSFString.h,
167	include/Inventor/fields/SoSFTime.h,
168	include/Inventor/fields/SoSFTrigger.h,
169	include/Inventor/fields/SoSFUInt32.h,
170	include/Inventor/fields/SoSFUShort.h,
171	include/Inventor/fields/SoSFVec2f.h,
172	include/Inventor/fields/SoSFVec3f.h,
173	include/Inventor/fields/SoSFVec4f.h,
174	include/Inventor/fields/SoSubField.h, src/fields/SoSFBitMask.cpp:
175	Convert common code in single-value field headers from templates to
176	macros.
177
1781999-12-26 22:24  mortene
179
180	* src/nodes/SoTexture2.cpp:
181	Corrected typo.
182
1831999-12-26 19:44  mortene
184
185	* include/Inventor/errors/SoDebugError.h:
186	Insert check to avoid trouble because of the "#define ERROR" in
187	Win32 API header file wingdi.h.
188
1891999-12-26 19:44  mortene
190
191	* src/errors/SoDebugError.cpp:
192	Bugfix.
193
1941999-12-26 19:34  mortene
195
196	* include/Inventor/errors/SoDebugError.h,
197	include/Inventor/errors/SoError.h,
198	include/Inventor/errors/SoReadError.h, src/errors/SoDebugError.cpp,
199	src/errors/SoError.cpp, src/errors/SoMemoryError.cpp,
200	src/errors/SoReadError.cpp:
201	Removed the potential for buffer overflows in the error message
202	handling classes.
203
2041999-12-26 18:47  mortene
205
206	* configure.in, src/Makefile.am, src/snprintf.c, src/snprintf.h,
207	src/vsnprintf.c, src/vsnprintf.h:
208	Fixed a number of problems with the vsnprintf() replacement. Also
209	added replacement code for snprintf().
210
2111999-12-26 15:45  mortene
212
213	* include/Inventor/errors/SoDebugError.h,
214	include/Inventor/errors/SoError.h,
215	include/Inventor/errors/SoMemoryError.h,
216	include/Inventor/errors/SoReadError.h, src/errors/SoDebugError.cpp,
217	src/errors/SoError.cpp, src/errors/SoMemoryError.cpp,
218	src/errors/SoReadError.cpp, src/errors/errors.metadon,
219	src/misc/SoDB.cpp:
220	Documentation and misc codestyle fixes.
221
2221999-12-26 15:44  mortene
223
224	* Makefile.am, TODO, docs/coin.doxygen:
225	Basic integration of Doxygen in the build process.
226
2271999-12-23 08:02  mortene
228
229	* src/nodes/SoVertexShape.cpp:
230	Documented vertexProperty field.
231
2321999-12-22 20:32  mortene
233
234	* configure.in, src/Makefile.am, src/dummy.cpp, src/vsnprintf.c,
235	src/vsnprintf.h:
236	Implementation of a substitution for vsnprintf() on systems where
237	it is missing.
238
2391999-12-22 20:31  mortene
240
241	* src/base/SbDict.cpp:
242	Just fixed a typo.
243
2441999-12-21 08:03  mortene
245
246	* docs/plan.txt:
247	Added time estimates.
248
2491999-12-19 20:40  mortene
250
251	* tools/ivcat/ivcat.cpp:
252	Better and more robust handling of data coming from stdin.
253
2541999-12-19 20:39  mortene
255
256	* src/misc/: SoDB.cpp, SoInput.cpp:
257	More robust file handling.
258
2591999-12-19 18:29  mortene
260
261	* src/misc/: SoBase.cpp, SoInput.cpp:
262	Fix a bug in the reference tracking upon file import.
263
2641999-12-19 18:19  mortene
265
266	* TODO:
267	Added item.
268
2691999-12-17 19:05  mortene
270
271	* include/Inventor/elements/SoColorPacker.h,
272	src/elements/Makefile.am, src/elements/SoColorPacker.cpp:
273	Removed obsoleted code.
274
2751999-12-17 17:00  mortene
276
277	* TODO:
278	Added item.
279
2801999-12-16 17:51  mortene
281
282	* Makefile.am, configure.in:
283	Options for conditional build of example programs and tools, by
284	larsa.
285
2861999-12-16 17:48  mortene
287
288	* src/misc/SoDB.cpp:
289	Initialize detail classes.
290
2911999-12-16 17:35  mortene
292
293	* include/Inventor/SbString.h, src/base/SbString.cpp,
294	src/base/SbTime.cpp, src/misc/SoBase.cpp, src/misc/SoDB.cpp,
295	src/nodes/SoText2.cpp:
296	Fix a problem with the int-to-string conversion method in SbString
297	which made SoText2 nodes crash X11 servers all over the place.
298
2991999-12-16 17:28  mortene
300
301	* src/base/SbMatrix.cpp:
302	Use stub calls in place of assert(0).
303
3041999-12-16 09:29  mortene
305
306	* src/errors/: SoDebugError.cpp, SoError.cpp, SoMemoryError.cpp,
307	SoReadError.cpp:
308	Revert to static buffer code, as the strstream code didn't work
309	very well..
310
3111999-12-15 20:01  mortene
312
313	* src/nodes/SoNode.cpp:
314	pederb: bugfix (wrong assert check).
315
3161999-12-15 20:00  mortene
317
318	* src/nodes/SoSwitch.cpp:
319	SoHandleEventAction behaviour for SoSwitch, by pederb.
320
3211999-12-15 19:58  mortene
322
323	* include/Inventor/SbViewVolume.h, src/actions/SoRayPickAction.cpp,
324	src/base/SbViewVolume.cpp:
325	pederb: removed temporary code, improved
326	SbViewVolume::projectPointToLine().
327
3281999-12-15 19:51  mortene
329
330	* include/Inventor/misc/SoImageInterface.h,
331	src/misc/SoImageInterface.cpp, src/nodes/SoImage.cpp,
332	src/nodes/SoTexture2.cpp:
333	Texturemap files are now searched for properly.
334
3351999-12-15 19:50  mortene
336
337	* src/misc/SoInput.cpp:
338	A couple of bugfixes in the handling of the directory search path
339	stack.
340
3411999-12-15 19:45  mortene
342
343	* src/fields/SoSFImage.cpp:
344	Added some more documentation.
345
3461999-12-15 19:45  mortene
347
348	* src/errors/SoReadError.cpp:
349	Bugfix.
350
3511999-12-15 17:18  mortene
352
353	* src/nodes/SoSeparator.cpp:
354	Bugfix for SoSeparator search action behaviour, by pederb.
355
3561999-12-15 17:15  mortene
357
358	* src/errors/: SoDebugError.cpp, SoError.cpp, SoMemoryError.cpp,
359	SoReadError.cpp:
360	Fixed all potential buffer overflow problems.
361
3621999-12-15 15:42  mortene
363
364	* include/Inventor/actions/SoHandleEventAction.h,
365	src/actions/SoHandleEventAction.cpp:
366	Support for getting picked points from SoHandleEventAction, by
367	pederb.
368
3691999-12-15 15:41  mortene
370
371	* include/Inventor/actions/SoAction.h, src/actions/SoAction.cpp:
372	pederb: implemented a couple of missing functions.
373
3741999-12-15 15:07  mortene
375
376	* include/Inventor/SbBasic.h.in:
377	Forgot to remove confdep include when cleaning out the "make
378	config" stuff yesterday.
379
3801999-12-15 15:04  mortene
381
382	* include/Inventor/misc/SoBasic.h:
383	Fix for definition of COIN_STUB, as reported by Larry D'Cunha.
384
3851999-12-15 15:01  mortene
386
387	* src/: base/SbViewVolume.cpp, actions/SoGetBoundingBoxAction.cpp,
388	actions/SoRayPickAction.cpp, nodes/SoCamera.cpp,
389	nodes/SoOrthographicCamera.cpp, nodes/SoPerspectiveCamera.cpp,
390	nodes/SoSeparator.cpp:
391	Handle rendering and raypicks gracefully when applied to scene
392	graphs without any geometry.
393
3941999-12-15 14:59  mortene
395
396	* src/base/SbRotation.cpp:
397	Fixed long standing bug caused by inaccuracies in floating point
398	calculations. Problem solved by analyzing code layout and
399	reordering operations.
400
4011999-12-15 09:43  mortene
402
403	* include/Inventor/SoInput.h, src/misc/SoDB.cpp,
404	src/misc/SoInput.cpp, src/nodes/SoFile.cpp:
405	SoInput now automatically pops files off its internal stack upon
406	eof conditions. The patch also have a few other minor SoInput
407	clean-ups and fixes.
408
4091999-12-14 21:06  mortene
410
411	* include/Inventor/SoDB.h, include/Inventor/SoFullPath.h,
412	include/Inventor/SoPath.h, include/Inventor/SoSceneManager.h,
413	include/Inventor/confdep.h, include/Inventor/soconfig.h,
414	include/Inventor/actions/SoAction.h,
415	include/Inventor/actions/SoActions.h,
416	include/Inventor/actions/SoBoxHighlightRenderAction.h,
417	include/Inventor/actions/SoCallbackAction.h,
418	include/Inventor/actions/SoGLRenderAction.h,
419	include/Inventor/actions/SoGetBoundingBoxAction.h,
420	include/Inventor/actions/SoGetMatrixAction.h,
421	include/Inventor/actions/SoGetPrimitiveCountAction.h,
422	include/Inventor/actions/SoGlobalSimplifyAction.h,
423	include/Inventor/actions/SoHandleEventAction.h,
424	include/Inventor/actions/SoLineHighlightRenderAction.h,
425	include/Inventor/actions/SoPickAction.h,
426	include/Inventor/actions/SoRayPickAction.h,
427	include/Inventor/actions/SoReorganizeAction.h,
428	include/Inventor/actions/SoSearchAction.h,
429	include/Inventor/actions/SoShapeSimplifyAction.h,
430	include/Inventor/actions/SoSimplifyAction.h,
431	include/Inventor/actions/SoToVRML2Action.h,
432	include/Inventor/actions/SoToVRMLAction.h,
433	include/Inventor/actions/SoWriteAction.h,
434	include/Inventor/bundles/SoBundle.h,
435	include/Inventor/bundles/SoMaterialBundle.h,
436	include/Inventor/bundles/SoTextureCoordinateBundle.h,
437	include/Inventor/caches/SoConvexDataCache.h,
438	include/Inventor/elements/SoAccumulatedElement.h,
439	include/Inventor/elements/SoAmbientColorElement.h,
440	include/Inventor/elements/SoAnnoText3CharOrientElement.h,
441	include/Inventor/elements/SoAnnoText3FontSizeHintElement.h,
442	include/Inventor/elements/SoAnnoText3RenderPrintElement.h,
443	include/Inventor/elements/SoBBoxModelMatrixElement.h,
444	include/Inventor/elements/SoCacheElement.h,
445	include/Inventor/elements/SoClipPlaneElement.h,
446	include/Inventor/elements/SoColorPacker.h,
447	include/Inventor/elements/SoComplexityElement.h,
448	include/Inventor/elements/SoComplexityTypeElement.h,
449	include/Inventor/elements/SoCoordinateElement.h,
450	include/Inventor/elements/SoCreaseAngleElement.h,
451	include/Inventor/elements/SoDecimationPercentageElement.h,
452	include/Inventor/elements/SoDecimationTypeElement.h,
453	include/Inventor/elements/SoDiffuseColorElement.h,
454	include/Inventor/elements/SoDrawStyleElement.h,
455	include/Inventor/elements/SoElement.h,
456	include/Inventor/elements/SoElements.h,
457	include/Inventor/elements/SoEmissiveColorElement.h,
458	include/Inventor/elements/SoEnvironmentElement.h,
459	include/Inventor/elements/SoFloatElement.h,
460	include/Inventor/elements/SoFocalDistanceElement.h,
461	include/Inventor/elements/SoFontNameElement.h,
462	include/Inventor/elements/SoFontSizeElement.h,
463	include/Inventor/elements/SoGLAmbientColorElement.h,
464	include/Inventor/elements/SoGLClipPlaneElement.h,
465	include/Inventor/elements/SoGLCoordinateElement.h,
466	include/Inventor/elements/SoGLDiffuseColorElement.h,
467	include/Inventor/elements/SoGLDrawStyleElement.h,
468	include/Inventor/elements/SoGLEmissiveColorElement.h,
469	include/Inventor/elements/SoGLEnvironmentElement.h,
470	include/Inventor/elements/SoGLLightIdElement.h,
471	include/Inventor/elements/SoGLLightModelElement.h,
472	include/Inventor/elements/SoGLLinePatternElement.h,
473	include/Inventor/elements/SoGLLineWidthElement.h,
474	include/Inventor/elements/SoGLModelMatrixElement.h,
475	include/Inventor/elements/SoGLNormalElement.h,
476	include/Inventor/elements/SoGLNormalizeElement.h,
477	include/Inventor/elements/SoGLPointSizeElement.h,
478	include/Inventor/elements/SoGLPolygonOffsetElement.h,
479	include/Inventor/elements/SoGLPolygonStippleElement.h,
480	include/Inventor/elements/SoGLProjectionMatrixElement.h,
481	include/Inventor/elements/SoGLRenderPassElement.h,
482	include/Inventor/elements/SoGLShadeModelElement.h,
483	include/Inventor/elements/SoGLShapeHintsElement.h,
484	include/Inventor/elements/SoGLShininessElement.h,
485	include/Inventor/elements/SoGLSpecularColorElement.h,
486	include/Inventor/elements/SoGLTextureCoordinateElement.h,
487	include/Inventor/elements/SoGLTextureEnabledElement.h,
488	include/Inventor/elements/SoGLTextureImageElement.h,
489	include/Inventor/elements/SoGLTextureMatrixElement.h,
490	include/Inventor/elements/SoGLUpdateAreaElement.h,
491	include/Inventor/elements/SoGLViewingMatrixElement.h,
492	include/Inventor/elements/SoGLViewportRegionElement.h,
493	include/Inventor/elements/SoInt32Element.h,
494	include/Inventor/elements/SoLightAttenuationElement.h,
495	include/Inventor/elements/SoLightElement.h,
496	include/Inventor/elements/SoLightModelElement.h,
497	include/Inventor/elements/SoLinePatternElement.h,
498	include/Inventor/elements/SoLineWidthElement.h,
499	include/Inventor/elements/SoLocalBBoxMatrixElement.h,
500	include/Inventor/elements/SoLongElement.h,
501	include/Inventor/elements/SoMaterialBindingElement.h,
502	include/Inventor/elements/SoModelMatrixElement.h,
503	include/Inventor/elements/SoNormalBindingElement.h,
504	include/Inventor/elements/SoNormalElement.h,
505	include/Inventor/elements/SoOverrideElement.h,
506	include/Inventor/elements/SoPickRayElement.h,
507	include/Inventor/elements/SoPickStyleElement.h,
508	include/Inventor/elements/SoPointSizeElement.h,
509	include/Inventor/elements/SoPolygonOffsetElement.h,
510	include/Inventor/elements/SoProfileCoordinateElement.h,
511	include/Inventor/elements/SoProfileElement.h,
512	include/Inventor/elements/SoProjectionMatrixElement.h,
513	include/Inventor/elements/SoReplacedElement.h,
514	include/Inventor/elements/SoShapeHintsElement.h,
515	include/Inventor/elements/SoShapeStyleElement.h,
516	include/Inventor/elements/SoShininessElement.h,
517	include/Inventor/elements/SoSpecularColorElement.h,
518	include/Inventor/elements/SoSwitchElement.h,
519	include/Inventor/elements/SoTextOutlineEnabledElement.h,
520	include/Inventor/elements/SoTextureCoordinateBindingElement.h,
521	include/Inventor/elements/SoTextureCoordinateElement.h,
522	include/Inventor/elements/SoTextureImageElement.h,
523	include/Inventor/elements/SoTextureMatrixElement.h,
524	include/Inventor/elements/SoTextureQualityElement.h,
525	include/Inventor/elements/SoTransparencyElement.h,
526	include/Inventor/elements/SoUnitsElement.h,
527	include/Inventor/elements/SoViewVolumeElement.h,
528	include/Inventor/elements/SoViewingMatrixElement.h,
529	include/Inventor/elements/SoViewportRegionElement.h,
530	include/Inventor/elements/SoWindowElement.h,
531	include/Inventor/engines/SoBoolOperation.h,
532	include/Inventor/engines/SoCalculator.h,
533	include/Inventor/engines/SoComposeMatrix.h,
534	include/Inventor/engines/SoComposeRotation.h,
535	include/Inventor/engines/SoComposeVec2f.h,
536	include/Inventor/engines/SoComposeVec3f.h,
537	include/Inventor/engines/SoComposeVec4f.h,
538	include/Inventor/engines/SoConcatenate.h,
539	include/Inventor/engines/SoConvertAll.h,
540	include/Inventor/engines/SoCounter.h,
541	include/Inventor/engines/SoDecomposeMatrix.h,
542	include/Inventor/engines/SoDecomposeRotation.h,
543	include/Inventor/engines/SoDecomposeVec2f.h,
544	include/Inventor/engines/SoDecomposeVec3f.h,
545	include/Inventor/engines/SoDecomposeVec4f.h,
546	include/Inventor/engines/SoElapsedTime.h,
547	include/Inventor/engines/SoEngine.h,
548	include/Inventor/engines/SoEngineOutput.h,
549	include/Inventor/engines/SoEngines.h,
550	include/Inventor/engines/SoFieldConverter.h,
551	include/Inventor/engines/SoGate.h,
552	include/Inventor/engines/SoInterpolateAbs.h,
553	include/Inventor/engines/SoInterpolateFloat.h,
554	include/Inventor/engines/SoInterpolateRotation.h,
555	include/Inventor/engines/SoInterpolateVec2f.h,
556	include/Inventor/engines/SoInterpolateVec3f.h,
557	include/Inventor/engines/SoInterpolateVec4f.h,
558	include/Inventor/engines/SoOnOff.h,
559	include/Inventor/engines/SoOneShot.h,
560	include/Inventor/engines/SoSelectOne.h,
561	include/Inventor/engines/SoTriggerAny.h,
562	include/Inventor/errors/SoError.h,
563	include/Inventor/events/SoButtonEvent.h,
564	include/Inventor/events/SoEvent.h,
565	include/Inventor/events/SoKeyboardEvent.h,
566	include/Inventor/events/SoLocation2Event.h,
567	include/Inventor/events/SoMotion3Event.h,
568	include/Inventor/events/SoMouseButtonEvent.h,
569	include/Inventor/events/SoSpaceballButtonEvent.h,
570	include/Inventor/fields/SoField.h,
571	include/Inventor/fields/SoFields.h,
572	include/Inventor/fields/SoMFBitMask.h,
573	include/Inventor/fields/SoMFBool.h,
574	include/Inventor/fields/SoMFColor.h,
575	include/Inventor/fields/SoMFEngine.h,
576	include/Inventor/fields/SoMFEnum.h,
577	include/Inventor/fields/SoMFFloat.h,
578	include/Inventor/fields/SoMFInt32.h,
579	include/Inventor/fields/SoMFMatrix.h,
580	include/Inventor/fields/SoMFName.h,
581	include/Inventor/fields/SoMFNode.h,
582	include/Inventor/fields/SoMFPath.h,
583	include/Inventor/fields/SoMFPlane.h,
584	include/Inventor/fields/SoMFRotation.h,
585	include/Inventor/fields/SoMFShort.h,
586	include/Inventor/fields/SoMFString.h,
587	include/Inventor/fields/SoMFTime.h,
588	include/Inventor/fields/SoMFUInt32.h,
589	include/Inventor/fields/SoMFUShort.h,
590	include/Inventor/fields/SoMFVec2f.h,
591	include/Inventor/fields/SoMFVec3f.h,
592	include/Inventor/fields/SoMFVec4f.h,
593	include/Inventor/fields/SoMField.h,
594	include/Inventor/fields/SoSFBitMask.h,
595	include/Inventor/fields/SoSFBool.h,
596	include/Inventor/fields/SoSFColor.h,
597	include/Inventor/fields/SoSFEngine.h,
598	include/Inventor/fields/SoSFEnum.h,
599	include/Inventor/fields/SoSFFloat.h,
600	include/Inventor/fields/SoSFImage.h,
601	include/Inventor/fields/SoSFInt32.h,
602	include/Inventor/fields/SoSFMatrix.h,
603	include/Inventor/fields/SoSFName.h,
604	include/Inventor/fields/SoSFNode.h,
605	include/Inventor/fields/SoSFPath.h,
606	include/Inventor/fields/SoSFPlane.h,
607	include/Inventor/fields/SoSFRotation.h,
608	include/Inventor/fields/SoSFShort.h,
609	include/Inventor/fields/SoSFString.h,
610	include/Inventor/fields/SoSFTime.h,
611	include/Inventor/fields/SoSFTrigger.h,
612	include/Inventor/fields/SoSFUInt32.h,
613	include/Inventor/fields/SoSFUShort.h,
614	include/Inventor/fields/SoSFVec2f.h,
615	include/Inventor/fields/SoSFVec3f.h,
616	include/Inventor/fields/SoSFVec4f.h,
617	include/Inventor/fields/SoSField.h,
618	include/Inventor/lists/SoAuditorList.h,
619	include/Inventor/lists/SoEngineList.h,
620	include/Inventor/lists/SoEngineOutputList.h,
621	include/Inventor/lists/SoPathList.h,
622	include/Inventor/misc/SoChildList.h, include/Inventor/misc/SoGL.h,
623	include/Inventor/misc/SoGLImage.h,
624	include/Inventor/misc/SoGenerate.h,
625	include/Inventor/misc/SoState.h,
626	include/Inventor/nodes/SoAnnoText3.h,
627	include/Inventor/nodes/SoAnnoText3Property.h,
628	include/Inventor/nodes/SoAnnotation.h,
629	include/Inventor/nodes/SoAntiSquish.h,
630	include/Inventor/nodes/SoArray.h,
631	include/Inventor/nodes/SoAsciiText.h,
632	include/Inventor/nodes/SoBaseColor.h,
633	include/Inventor/nodes/SoBlinker.h,
634	include/Inventor/nodes/SoCallback.h,
635	include/Inventor/nodes/SoCamera.h,
636	include/Inventor/nodes/SoClipPlane.h,
637	include/Inventor/nodes/SoColorIndex.h,
638	include/Inventor/nodes/SoComplexity.h,
639	include/Inventor/nodes/SoCone.h,
640	include/Inventor/nodes/SoCoordinate3.h,
641	include/Inventor/nodes/SoCoordinate4.h,
642	include/Inventor/nodes/SoCube.h,
643	include/Inventor/nodes/SoCylinder.h,
644	include/Inventor/nodes/SoDirectionalLight.h,
645	include/Inventor/nodes/SoDrawStyle.h,
646	include/Inventor/nodes/SoEnvironment.h,
647	include/Inventor/nodes/SoEventCallback.h,
648	include/Inventor/nodes/SoExtSelection.h,
649	include/Inventor/nodes/SoFaceSet.h,
650	include/Inventor/nodes/SoFile.h, include/Inventor/nodes/SoFont.h,
651	include/Inventor/nodes/SoFontStyle.h,
652	include/Inventor/nodes/SoGroup.h, include/Inventor/nodes/SoImage.h,
653	include/Inventor/nodes/SoIndexedFaceSet.h,
654	include/Inventor/nodes/SoIndexedLineSet.h,
655	include/Inventor/nodes/SoIndexedNurbsCurve.h,
656	include/Inventor/nodes/SoIndexedNurbsSurface.h,
657	include/Inventor/nodes/SoIndexedShape.h,
658	include/Inventor/nodes/SoIndexedTriangleStripSet.h,
659	include/Inventor/nodes/SoInfo.h, include/Inventor/nodes/SoLOD.h,
660	include/Inventor/nodes/SoLabel.h,
661	include/Inventor/nodes/SoLevelOfDetail.h,
662	include/Inventor/nodes/SoLevelOfSimplification.h,
663	include/Inventor/nodes/SoLight.h,
664	include/Inventor/nodes/SoLightModel.h,
665	include/Inventor/nodes/SoLineSet.h,
666	include/Inventor/nodes/SoLinearProfile.h,
667	include/Inventor/nodes/SoLocateHighlight.h,
668	include/Inventor/nodes/SoMarkerSet.h,
669	include/Inventor/nodes/SoMaterial.h,
670	include/Inventor/nodes/SoMaterialBinding.h,
671	include/Inventor/nodes/SoMatrixTransform.h,
672	include/Inventor/nodes/SoMultipleCopy.h,
673	include/Inventor/nodes/SoNode.h, include/Inventor/nodes/SoNodes.h,
674	include/Inventor/nodes/SoNonIndexedShape.h,
675	include/Inventor/nodes/SoNormal.h,
676	include/Inventor/nodes/SoNormalBinding.h,
677	include/Inventor/nodes/SoNurbsCurve.h,
678	include/Inventor/nodes/SoNurbsProfile.h,
679	include/Inventor/nodes/SoNurbsSurface.h,
680	include/Inventor/nodes/SoOrthographicCamera.h,
681	include/Inventor/nodes/SoPackedColor.h,
682	include/Inventor/nodes/SoPathSwitch.h,
683	include/Inventor/nodes/SoPendulum.h,
684	include/Inventor/nodes/SoPerspectiveCamera.h,
685	include/Inventor/nodes/SoPickStyle.h,
686	include/Inventor/nodes/SoPointLight.h,
687	include/Inventor/nodes/SoPointSet.h,
688	include/Inventor/nodes/SoPolygonOffset.h,
689	include/Inventor/nodes/SoProfile.h,
690	include/Inventor/nodes/SoProfileCoordinate2.h,
691	include/Inventor/nodes/SoProfileCoordinate3.h,
692	include/Inventor/nodes/SoQuadMesh.h,
693	include/Inventor/nodes/SoResetTransform.h,
694	include/Inventor/nodes/SoRotation.h,
695	include/Inventor/nodes/SoRotationXYZ.h,
696	include/Inventor/nodes/SoRotor.h, include/Inventor/nodes/SoScale.h,
697	include/Inventor/nodes/SoSelection.h,
698	include/Inventor/nodes/SoSeparator.h,
699	include/Inventor/nodes/SoShape.h,
700	include/Inventor/nodes/SoShapeHints.h,
701	include/Inventor/nodes/SoShuttle.h,
702	include/Inventor/nodes/SoSphere.h,
703	include/Inventor/nodes/SoSpotLight.h,
704	include/Inventor/nodes/SoSurroundScale.h,
705	include/Inventor/nodes/SoSwitch.h,
706	include/Inventor/nodes/SoText2.h, include/Inventor/nodes/SoText3.h,
707	include/Inventor/nodes/SoTexture2.h,
708	include/Inventor/nodes/SoTexture2Transform.h,
709	include/Inventor/nodes/SoTextureCoordinate2.h,
710	include/Inventor/nodes/SoTextureCoordinateBinding.h,
711	include/Inventor/nodes/SoTextureCoordinateDefault.h,
712	include/Inventor/nodes/SoTextureCoordinateEnvironment.h,
713	include/Inventor/nodes/SoTextureCoordinateFunction.h,
714	include/Inventor/nodes/SoTextureCoordinatePlane.h,
715	include/Inventor/nodes/SoTransform.h,
716	include/Inventor/nodes/SoTransformSeparator.h,
717	include/Inventor/nodes/SoTransformation.h,
718	include/Inventor/nodes/SoTranslation.h,
719	include/Inventor/nodes/SoTriangleStripSet.h,
720	include/Inventor/nodes/SoUnits.h,
721	include/Inventor/nodes/SoVertexProperty.h,
722	include/Inventor/nodes/SoVertexShape.h,
723	include/Inventor/nodes/SoWWWAnchor.h,
724	include/Inventor/nodes/SoWWWInline.h,
725	include/Inventor/sensors/SoAlarmSensor.h,
726	include/Inventor/sensors/SoDataSensor.h,
727	include/Inventor/sensors/SoDelayQueueSensor.h,
728	include/Inventor/sensors/SoFieldSensor.h,
729	include/Inventor/sensors/SoIdleSensor.h,
730	include/Inventor/sensors/SoNodeSensor.h,
731	include/Inventor/sensors/SoOneShotSensor.h,
732	include/Inventor/sensors/SoPathSensor.h,
733	include/Inventor/sensors/SoSensor.h,
734	include/Inventor/sensors/SoSensorManager.h,
735	include/Inventor/sensors/SoSensors.h,
736	include/Inventor/sensors/SoTimerQueueSensor.h,
737	include/Inventor/sensors/SoTimerSensor.h, scripts/coin.el,
738	src/Makefile.am, src/actions/SoAction.cpp,
739	src/actions/SoGLRenderAction.cpp,
740	src/actions/SoGetBoundingBoxAction.cpp,
741	src/actions/SoPickAction.cpp, src/actions/SoRayPickAction.cpp,
742	src/bundles/SoMaterialBundle.cpp,
743	src/bundles/SoTextureCoordinateBundle.cpp,
744	src/elements/SoComplexityTypeElement.cpp,
745	src/elements/SoDrawStyleElement.cpp, src/elements/SoElement.cpp,
746	src/elements/SoGLEnvironmentElement.cpp,
747	src/elements/SoGLTextureCoordinateElement.cpp,
748	src/elements/SoGLTextureEnabledElement.cpp,
749	src/elements/SoGLViewingMatrixElement.cpp,
750	src/elements/SoLightModelElement.cpp,
751	src/elements/SoShapeStyleElement.cpp, src/engines/SoConvertAll.cpp,
752	src/engines/SoEngine.cpp, src/engines/SoFieldConverter.cpp,
753	src/engines/SoSelectOne.cpp, src/errors/SoError.cpp,
754	src/fields/SoField.cpp, src/fields/SoMFBool.cpp,
755	src/fields/SoMFEngine.cpp, src/fields/SoMFFloat.cpp,
756	src/fields/SoMFInt32.cpp, src/fields/SoMFMatrix.cpp,
757	src/fields/SoMFName.cpp, src/fields/SoMFNode.cpp,
758	src/fields/SoMFPath.cpp, src/fields/SoMFPlane.cpp,
759	src/fields/SoMFRotation.cpp, src/fields/SoMFShort.cpp,
760	src/fields/SoMFTime.cpp, src/fields/SoMFUInt32.cpp,
761	src/fields/SoMFUShort.cpp, src/fields/SoSFBitMask.cpp,
762	src/fields/SoSFBool.cpp, src/fields/SoSFColor.cpp,
763	src/fields/SoSFEngine.cpp, src/fields/SoSFEnum.cpp,
764	src/fields/SoSFFloat.cpp, src/fields/SoSFInt32.cpp,
765	src/fields/SoSFMatrix.cpp, src/fields/SoSFName.cpp,
766	src/fields/SoSFNode.cpp, src/fields/SoSFPath.cpp,
767	src/fields/SoSFPlane.cpp, src/fields/SoSFRotation.cpp,
768	src/fields/SoSFShort.cpp, src/fields/SoSFString.cpp,
769	src/fields/SoSFTime.cpp, src/fields/SoSFUInt32.cpp,
770	src/fields/SoSFUShort.cpp, src/fields/SoSFVec2f.cpp,
771	src/fields/SoSFVec3f.cpp, src/fields/SoSFVec4f.cpp,
772	src/lists/SoAuditorList.cpp, src/misc/SoChildList.cpp,
773	src/misc/SoDB.cpp, src/misc/SoGL.cpp, src/misc/SoSceneManager.cpp,
774	src/nodes/SoAnnoText3.cpp, src/nodes/SoAnnoText3Property.cpp,
775	src/nodes/SoAnnotation.cpp, src/nodes/SoAntiSquish.cpp,
776	src/nodes/SoArray.cpp, src/nodes/SoAsciiText.cpp,
777	src/nodes/SoBaseColor.cpp, src/nodes/SoBlinker.cpp,
778	src/nodes/SoCallback.cpp, src/nodes/SoCamera.cpp,
779	src/nodes/SoClipPlane.cpp, src/nodes/SoColorIndex.cpp,
780	src/nodes/SoComplexity.cpp, src/nodes/SoCone.cpp,
781	src/nodes/SoCoordinate3.cpp, src/nodes/SoCoordinate4.cpp,
782	src/nodes/SoCube.cpp, src/nodes/SoCylinder.cpp,
783	src/nodes/SoDirectionalLight.cpp, src/nodes/SoDrawStyle.cpp,
784	src/nodes/SoEnvironment.cpp, src/nodes/SoEventCallback.cpp,
785	src/nodes/SoFaceSet.cpp, src/nodes/SoFile.cpp,
786	src/nodes/SoFont.cpp, src/nodes/SoFontStyle.cpp,
787	src/nodes/SoGroup.cpp, src/nodes/SoImage.cpp,
788	src/nodes/SoIndexedFaceSet.cpp, src/nodes/SoIndexedLineSet.cpp,
789	src/nodes/SoIndexedNurbsCurve.cpp,
790	src/nodes/SoIndexedNurbsSurface.cpp, src/nodes/SoIndexedShape.cpp,
791	src/nodes/SoIndexedTriangleStripSet.cpp, src/nodes/SoLOD.cpp,
792	src/nodes/SoLevelOfDetail.cpp,
793	src/nodes/SoLevelOfSimplification.cpp, src/nodes/SoLight.cpp,
794	src/nodes/SoLightModel.cpp, src/nodes/SoLineSet.cpp,
795	src/nodes/SoLocateHighlight.cpp, src/nodes/SoMarkerSet.cpp,
796	src/nodes/SoMaterial.cpp, src/nodes/SoMaterialBinding.cpp,
797	src/nodes/SoMatrixTransform.cpp, src/nodes/SoMultipleCopy.cpp,
798	src/nodes/SoNode.cpp, src/nodes/SoNonIndexedShape.cpp,
799	src/nodes/SoNormal.cpp, src/nodes/SoNormalBinding.cpp,
800	src/nodes/SoNurbsCurve.cpp, src/nodes/SoNurbsSurface.cpp,
801	src/nodes/SoPackedColor.cpp, src/nodes/SoPathSwitch.cpp,
802	src/nodes/SoPickStyle.cpp, src/nodes/SoPointLight.cpp,
803	src/nodes/SoPointSet.cpp, src/nodes/SoPolygonOffset.cpp,
804	src/nodes/SoProfile.cpp, src/nodes/SoProfileCoordinate2.cpp,
805	src/nodes/SoProfileCoordinate3.cpp, src/nodes/SoQuadMesh.cpp,
806	src/nodes/SoResetTransform.cpp, src/nodes/SoRotation.cpp,
807	src/nodes/SoRotationXYZ.cpp, src/nodes/SoScale.cpp,
808	src/nodes/SoSeparator.cpp, src/nodes/SoShape.cpp,
809	src/nodes/SoShapeHints.cpp, src/nodes/SoSphere.cpp,
810	src/nodes/SoSpotLight.cpp, src/nodes/SoSurroundScale.cpp,
811	src/nodes/SoSwitch.cpp, src/nodes/SoText2.cpp,
812	src/nodes/SoText3.cpp, src/nodes/SoTexture2.cpp,
813	src/nodes/SoTexture2Transform.cpp,
814	src/nodes/SoTextureCoordinate2.cpp,
815	src/nodes/SoTextureCoordinateBinding.cpp,
816	src/nodes/SoTextureCoordinateDefault.cpp,
817	src/nodes/SoTextureCoordinateEnvironment.cpp,
818	src/nodes/SoTextureCoordinatePlane.cpp, src/nodes/SoTransform.cpp,
819	src/nodes/SoTransformSeparator.cpp, src/nodes/SoTransformation.cpp,
820	src/nodes/SoTranslation.cpp, src/nodes/SoTriangleStripSet.cpp,
821	src/nodes/SoUnits.cpp, src/nodes/SoVertexProperty.cpp,
822	src/nodes/SoVertexShape.cpp, src/nodes/SoWWWAnchor.cpp,
823	src/nodes/SoWWWInline.cpp:
824	Remove traces after the old "make config" system -- as we now can
825	do quick compile+link turn-around with the shared library trick.
826
8271999-12-14 14:59  mortene
828
829	* src/: misc/SoChildList.cpp, nodes/SoGroup.cpp, nodes/SoNode.cpp:
830	Various fixes to notification mechanism, by pederb.
831
8321999-12-13 23:05  mortene
833
834	* examples/advanced/elements/lstextures.cpp,
835	include/Inventor/SbOctTree.h, include/Inventor/misc/SoBasic.h,
836	src/VRMLnodes/SoVRMLInterpOutput.cpp,
837	src/VRMLnodes/SoVRMLInterpolator.cpp, src/actions/SoAction.cpp,
838	src/actions/SoGLRenderAction.cpp,
839	src/actions/SoGlobalSimplifyAction.cpp,
840	src/actions/SoHandleEventAction.cpp,
841	src/actions/SoLineHighlightRenderAction.cpp,
842	src/actions/SoRayPickAction.cpp,
843	src/actions/SoReorganizeAction.cpp, src/actions/SoSearchAction.cpp,
844	src/actions/SoShapeSimplifyAction.cpp,
845	src/actions/SoSimplifyAction.cpp, src/actions/SoToVRML2Action.cpp,
846	src/actions/SoToVRMLAction.cpp, src/actions/SoWriteAction.cpp,
847	src/base/SbOctTree.cpp, src/bundles/SoTextureCoordinateBundle.cpp,
848	src/caches/SoBoundingBoxCache.cpp,
849	src/caches/SoConvexDataCache.cpp,
850	src/elements/SoAccumulatedElement.cpp,
851	src/elements/SoBBoxModelMatrixElement.cpp,
852	src/elements/SoCacheElement.cpp,
853	src/elements/SoDecimationTypeElement.cpp,
854	src/elements/SoElement.cpp,
855	src/elements/SoGLEnvironmentElement.cpp,
856	src/elements/SoGLNormalizeElement.cpp,
857	src/elements/SoGLRenderPassElement.cpp,
858	src/elements/SoGLShadeModelElement.cpp,
859	src/elements/SoGLUpdateAreaElement.cpp,
860	src/elements/SoLightElement.cpp,
861	src/elements/SoLocalBBoxMatrixElement.cpp,
862	src/elements/SoNormalElement.cpp, src/elements/SoPROTOElement.cpp,
863	src/elements/SoPickRayElement.cpp,
864	src/elements/SoPolygonOffsetElement.cpp,
865	src/elements/SoShapeStyleElement.cpp,
866	src/elements/SoTextureMatrixElement.cpp,
867	src/elements/SoViewingMatrixElement.cpp,
868	src/elements/SoWindowElement.cpp, src/engines/SoEngine.cpp,
869	src/engines/SoEngineOutput.cpp, src/errors/SoError.cpp,
870	src/fields/SoField.cpp, src/fields/SoFieldContainer.cpp,
871	src/fields/SoFieldData.cpp, src/fields/SoMFColor.cpp,
872	src/fields/SoMFEngine.cpp, src/fields/SoMFNode.cpp,
873	src/fields/SoMFPath.cpp, src/fields/SoMFString.cpp,
874	src/fields/SoMField.cpp, src/fields/SoSFEngine.cpp,
875	src/fields/SoSFNode.cpp, src/fields/SoSFPath.cpp,
876	src/fields/SoSFTrigger.cpp, src/misc/SoBase.cpp, src/misc/SoDB.cpp,
877	src/misc/SoInput.cpp, src/misc/SoNormalGenerator.cpp,
878	src/misc/SoPath.cpp, src/misc/SoState.cpp,
879	src/nodekits/SoBaseKit.cpp, src/nodekits/SoNodeKitPath.cpp,
880	src/nodekits/SoSceneKit.cpp, src/nodekits/SoShapeKit.cpp,
881	src/nodes/SoAnnoText3.cpp, src/nodes/SoAntiSquish.cpp,
882	src/nodes/SoAsciiText.cpp, src/nodes/SoBlinker.cpp,
883	src/nodes/SoCallback.cpp, src/nodes/SoCamera.cpp,
884	src/nodes/SoColorIndex.cpp, src/nodes/SoCube.cpp,
885	src/nodes/SoEventCallback.cpp, src/nodes/SoExtSelection.cpp,
886	src/nodes/SoFaceSet.cpp, src/nodes/SoFile.cpp,
887	src/nodes/SoFontStyle.cpp, src/nodes/SoGroup.cpp,
888	src/nodes/SoImage.cpp, src/nodes/SoIndexedFaceSet.cpp,
889	src/nodes/SoIndexedNurbsCurve.cpp,
890	src/nodes/SoIndexedNurbsSurface.cpp, src/nodes/SoIndexedShape.cpp,
891	src/nodes/SoIndexedTriangleStripSet.cpp,
892	src/nodes/SoLevelOfSimplification.cpp,
893	src/nodes/SoLinearProfile.cpp, src/nodes/SoLocateHighlight.cpp,
894	src/nodes/SoMarkerSet.cpp, src/nodes/SoNode.cpp,
895	src/nodes/SoNormal.cpp, src/nodes/SoNurbsCurve.cpp,
896	src/nodes/SoNurbsProfile.cpp, src/nodes/SoNurbsSurface.cpp,
897	src/nodes/SoPackedColor.cpp, src/nodes/SoPathSwitch.cpp,
898	src/nodes/SoQuadMesh.cpp, src/nodes/SoSelection.cpp,
899	src/nodes/SoSeparator.cpp, src/nodes/SoShape.cpp,
900	src/nodes/SoSurroundScale.cpp, src/nodes/SoSwitch.cpp,
901	src/nodes/SoText2.cpp, src/nodes/SoText3.cpp,
902	src/nodes/SoTexture2Transform.cpp,
903	src/nodes/SoTextureCoordinatePlane.cpp, src/nodes/SoTransform.cpp,
904	src/nodes/SoTransformSeparator.cpp,
905	src/nodes/SoTriangleStripSet.cpp, src/nodes/SoWWWAnchor.cpp,
906	src/nodes/SoWWWInline.cpp, src/sensors/SoDataSensor.cpp,
907	src/sensors/SoFieldSensor.cpp, src/sensors/SoNodeSensor.cpp,
908	src/sensors/SoPathSensor.cpp, src/sensors/SoSensor.cpp,
909	src/sensors/SoSensorManager.cpp:
910	Indicate missing functionality by printing a "stub" indicator,
911	instead of core dumping with an assert statement.
912
9131999-12-13 20:59  mortene
914
915	* src/actions/: SoAction.cpp, SoHandleEventAction.cpp,
916	SoWriteAction.cpp:
917	Fixed a bug which prevented SoHandleEventAction from working.
918
9191999-12-13 18:49  mortene
920
921	* src/: lists/SoBaseList.cpp, lists/SoNodeList.cpp,
922	misc/SoBase.cpp, misc/SoChildList.cpp, misc/SoPath.cpp:
923	Fixes to ref-counting and notification mechanism, by pederb.
924
9251999-12-13 16:22  mortene
926
927	* TODO:
928	Just a few minor updates.
929
9301999-12-13 16:18  mortene
931
932	* docs/: projects.txt, todo.txt:
933	Removed redundant file, added a new file listing projects which
934	could be suitable for students or summer interns.
935
9361999-12-13 16:10  mortene
937
938	* src/base/SbMatrix.cpp:
939	Bugfix by pederb.
940
9411999-12-13 09:53  mortene
942
943	* src/nodes/SoCamera.cpp:
944	Various bugfixes and code clean-ups in SoCamera action behavior, by
945	pederb.
946
9471999-12-13 09:25  mortene
948
949	* include/Inventor/elements/SoTransparencyElement.h,
950	src/elements/SoAmbientColorElement.cpp,
951	src/elements/SoDiffuseColorElement.cpp,
952	src/elements/SoEmissiveColorElement.cpp,
953	src/elements/SoShininessElement.cpp,
954	src/elements/SoSpecularColorElement.cpp,
955	src/elements/SoTransparencyElement.cpp:
956	Fixes to material elements, so they always contain at least one
957	value. By pederb.
958
9591999-12-10 17:18  mortene
960
961	* include/Inventor/projectors/SbCylinderPlaneProjector.h,
962	include/Inventor/projectors/SbCylinderSectionProjector.h,
963	include/Inventor/projectors/SbCylinderSheetProjector.h,
964	include/Inventor/projectors/SbPlaneProjector.h,
965	include/Inventor/projectors/SbSpherePlaneProjector.h,
966	include/Inventor/projectors/SbSphereProjector.h,
967	include/Inventor/projectors/SbSphereSectionProjector.h,
968	include/Inventor/projectors/SbSphereSheetProjector.h,
969	src/projectors/SbCylinderPlaneProjector.cpp,
970	src/projectors/SbCylinderProjector.cpp,
971	src/projectors/SbCylinderSectionProjector.cpp,
972	src/projectors/SbCylinderSheetProjector.cpp,
973	src/projectors/SbLineProjector.cpp,
974	src/projectors/SbSpherePlaneProjector.cpp,
975	src/projectors/SbSphereProjector.cpp,
976	src/projectors/SbSphereSectionProjector.cpp,
977	src/projectors/SbSphereSheetProjector.cpp:
978	Mostly complete implementation of the missing code in projector
979	classes, by pederb.
980
9811999-12-10 10:56  mortene
982
983	* src/misc/: SoBase.cpp, SoImageInterface.cpp:
984	Be less verbose during file import.
985
9861999-12-09 23:29  mortene
987
988	* examples/advanced/elements/: lstextures.cpp,
989	texturefilenameelement.cpp, texturefilenameelement.h:
990	Cleaned up code a bit, added some comments on what it does.
991
9921999-12-09 21:23  mortene
993
994	* examples/advanced/elements/texturefilenameelement.cpp,
995	include/Inventor/elements/AbstractElementClassTypeHeader.tpl,
996	include/Inventor/elements/AbstractElementHeader.tpl,
997	include/Inventor/elements/ElementClassTypeHeader.tpl,
998	include/Inventor/elements/ElementHeader.tpl,
999	include/Inventor/elements/SoSubElement.h,
1000	src/elements/AbstractElementClassTypeSource.tpl,
1001	src/elements/AbstractElementSource.tpl,
1002	src/elements/ElementClassTypeSource.tpl,
1003	src/elements/ElementSource.tpl,
1004	src/elements/InitAbstractElementSource.tpl,
1005	src/elements/InitElementSource.tpl,
1006	src/elements/SoAccumulatedElement.cpp,
1007	src/elements/SoAmbientColorElement.cpp,
1008	src/elements/SoAnnoText3CharOrientElement.cpp,
1009	src/elements/SoAnnoText3FontSizeHintElement.cpp,
1010	src/elements/SoAnnoText3RenderPrintElement.cpp,
1011	src/elements/SoBBoxModelMatrixElement.cpp,
1012	src/elements/SoCacheElement.cpp,
1013	src/elements/SoClipPlaneElement.cpp,
1014	src/elements/SoComplexityElement.cpp,
1015	src/elements/SoComplexityTypeElement.cpp,
1016	src/elements/SoCoordinateElement.cpp,
1017	src/elements/SoCreaseAngleElement.cpp,
1018	src/elements/SoDecimationPercentageElement.cpp,
1019	src/elements/SoDecimationTypeElement.cpp,
1020	src/elements/SoDiffuseColorElement.cpp,
1021	src/elements/SoDrawStyleElement.cpp, src/elements/SoElement.cpp,
1022	src/elements/SoEmissiveColorElement.cpp,
1023	src/elements/SoEnvironmentElement.cpp,
1024	src/elements/SoFloatElement.cpp,
1025	src/elements/SoFocalDistanceElement.cpp,
1026	src/elements/SoFontNameElement.cpp,
1027	src/elements/SoFontSizeElement.cpp,
1028	src/elements/SoGLAmbientColorElement.cpp,
1029	src/elements/SoGLClipPlaneElement.cpp,
1030	src/elements/SoGLCoordinateElement.cpp,
1031	src/elements/SoGLDiffuseColorElement.cpp,
1032	src/elements/SoGLDrawStyleElement.cpp,
1033	src/elements/SoGLEmissiveColorElement.cpp,
1034	src/elements/SoGLEnvironmentElement.cpp,
1035	src/elements/SoGLLightIdElement.cpp,
1036	src/elements/SoGLLightModelElement.cpp,
1037	src/elements/SoGLLinePatternElement.cpp,
1038	src/elements/SoGLLineWidthElement.cpp,
1039	src/elements/SoGLModelMatrixElement.cpp,
1040	src/elements/SoGLNormalElement.cpp,
1041	src/elements/SoGLNormalizeElement.cpp,
1042	src/elements/SoGLPointSizeElement.cpp,
1043	src/elements/SoGLPolygonOffsetElement.cpp,
1044	src/elements/SoGLPolygonStippleElement.cpp,
1045	src/elements/SoGLProjectionMatrixElement.cpp,
1046	src/elements/SoGLRenderPassElement.cpp,
1047	src/elements/SoGLShadeModelElement.cpp,
1048	src/elements/SoGLShapeHintsElement.cpp,
1049	src/elements/SoGLShininessElement.cpp,
1050	src/elements/SoGLSpecularColorElement.cpp,
1051	src/elements/SoGLTextureCoordinateElement.cpp,
1052	src/elements/SoGLTextureEnabledElement.cpp,
1053	src/elements/SoGLTextureImageElement.cpp,
1054	src/elements/SoGLTextureMatrixElement.cpp,
1055	src/elements/SoGLUpdateAreaElement.cpp,
1056	src/elements/SoGLViewingMatrixElement.cpp,
1057	src/elements/SoGLViewportRegionElement.cpp,
1058	src/elements/SoInt32Element.cpp,
1059	src/elements/SoLightAttenuationElement.cpp,
1060	src/elements/SoLightElement.cpp,
1061	src/elements/SoLightModelElement.cpp,
1062	src/elements/SoLinePatternElement.cpp,
1063	src/elements/SoLineWidthElement.cpp,
1064	src/elements/SoLocalBBoxMatrixElement.cpp,
1065	src/elements/SoMaterialBindingElement.cpp,
1066	src/elements/SoModelMatrixElement.cpp,
1067	src/elements/SoNormalBindingElement.cpp,
1068	src/elements/SoNormalElement.cpp,
1069	src/elements/SoOverrideElement.cpp,
1070	src/elements/SoPROTOElement.cpp, src/elements/SoPickRayElement.cpp,
1071	src/elements/SoPickStyleElement.cpp,
1072	src/elements/SoPointSizeElement.cpp,
1073	src/elements/SoPolygonOffsetElement.cpp,
1074	src/elements/SoProfileCoordinateElement.cpp,
1075	src/elements/SoProfileElement.cpp,
1076	src/elements/SoProjectionMatrixElement.cpp,
1077	src/elements/SoReplacedElement.cpp,
1078	src/elements/SoShapeHintsElement.cpp,
1079	src/elements/SoShapeStyleElement.cpp,
1080	src/elements/SoShininessElement.cpp,
1081	src/elements/SoSpecularColorElement.cpp,
1082	src/elements/SoSwitchElement.cpp,
1083	src/elements/SoTextOutlineEnabledElement.cpp,
1084	src/elements/SoTextureCoordinateBindingElement.cpp,
1085	src/elements/SoTextureCoordinateElement.cpp,
1086	src/elements/SoTextureImageElement.cpp,
1087	src/elements/SoTextureMatrixElement.cpp,
1088	src/elements/SoTextureQualityElement.cpp,
1089	src/elements/SoTransparencyElement.cpp,
1090	src/elements/SoUnitsElement.cpp,
1091	src/elements/SoViewVolumeElement.cpp,
1092	src/elements/SoViewingMatrixElement.cpp,
1093	src/elements/SoViewportRegionElement.cpp,
1094	src/elements/SoWindowElement.cpp:
1095	Implemented remaining element extension macros and converted code
1096	from being template-based to use the macros instead.
1097
10981999-12-09 19:09  mortene
1099
1100	* src/actions/SoCallbackAction.cpp:
1101	Fixed bug reported by Larry D'Cunha.
1102
11031999-12-09 17:51  mortene
1104
1105	* examples/advanced/elements/texturefilenameelement.h,
1106	include/Inventor/elements/AbstractElementClassTypeHeader.tpl,
1107	include/Inventor/elements/ElementClassTypeHeader.tpl,
1108	include/Inventor/elements/SoAccumulatedElement.h,
1109	include/Inventor/elements/SoAmbientColorElement.h,
1110	include/Inventor/elements/SoAnnoText3CharOrientElement.h,
1111	include/Inventor/elements/SoAnnoText3FontSizeHintElement.h,
1112	include/Inventor/elements/SoAnnoText3RenderPrintElement.h,
1113	include/Inventor/elements/SoBBoxModelMatrixElement.h,
1114	include/Inventor/elements/SoCacheElement.h,
1115	include/Inventor/elements/SoClipPlaneElement.h,
1116	include/Inventor/elements/SoComplexityElement.h,
1117	include/Inventor/elements/SoComplexityTypeElement.h,
1118	include/Inventor/elements/SoCoordinateElement.h,
1119	include/Inventor/elements/SoCreaseAngleElement.h,
1120	include/Inventor/elements/SoDecimationPercentageElement.h,
1121	include/Inventor/elements/SoDecimationTypeElement.h,
1122	include/Inventor/elements/SoDiffuseColorElement.h,
1123	include/Inventor/elements/SoDrawStyleElement.h,
1124	include/Inventor/elements/SoElement.h,
1125	include/Inventor/elements/SoEmissiveColorElement.h,
1126	include/Inventor/elements/SoEnvironmentElement.h,
1127	include/Inventor/elements/SoFloatElement.h,
1128	include/Inventor/elements/SoFocalDistanceElement.h,
1129	include/Inventor/elements/SoFontNameElement.h,
1130	include/Inventor/elements/SoFontSizeElement.h,
1131	include/Inventor/elements/SoGLAmbientColorElement.h,
1132	include/Inventor/elements/SoGLClipPlaneElement.h,
1133	include/Inventor/elements/SoGLCoordinateElement.h,
1134	include/Inventor/elements/SoGLDiffuseColorElement.h,
1135	include/Inventor/elements/SoGLDrawStyleElement.h,
1136	include/Inventor/elements/SoGLEmissiveColorElement.h,
1137	include/Inventor/elements/SoGLEnvironmentElement.h,
1138	include/Inventor/elements/SoGLLightIdElement.h,
1139	include/Inventor/elements/SoGLLightModelElement.h,
1140	include/Inventor/elements/SoGLLinePatternElement.h,
1141	include/Inventor/elements/SoGLLineWidthElement.h,
1142	include/Inventor/elements/SoGLModelMatrixElement.h,
1143	include/Inventor/elements/SoGLNormalElement.h,
1144	include/Inventor/elements/SoGLNormalizeElement.h,
1145	include/Inventor/elements/SoGLPointSizeElement.h,
1146	include/Inventor/elements/SoGLPolygonOffsetElement.h,
1147	include/Inventor/elements/SoGLPolygonStippleElement.h,
1148	include/Inventor/elements/SoGLProjectionMatrixElement.h,
1149	include/Inventor/elements/SoGLRenderPassElement.h,
1150	include/Inventor/elements/SoGLShadeModelElement.h,
1151	include/Inventor/elements/SoGLShapeHintsElement.h,
1152	include/Inventor/elements/SoGLShininessElement.h,
1153	include/Inventor/elements/SoGLSpecularColorElement.h,
1154	include/Inventor/elements/SoGLTextureCoordinateElement.h,
1155	include/Inventor/elements/SoGLTextureEnabledElement.h,
1156	include/Inventor/elements/SoGLTextureImageElement.h,
1157	include/Inventor/elements/SoGLTextureMatrixElement.h,
1158	include/Inventor/elements/SoGLUpdateAreaElement.h,
1159	include/Inventor/elements/SoGLViewingMatrixElement.h,
1160	include/Inventor/elements/SoGLViewportRegionElement.h,
1161	include/Inventor/elements/SoInt32Element.h,
1162	include/Inventor/elements/SoLightAttenuationElement.h,
1163	include/Inventor/elements/SoLightElement.h,
1164	include/Inventor/elements/SoLightModelElement.h,
1165	include/Inventor/elements/SoLinePatternElement.h,
1166	include/Inventor/elements/SoLineWidthElement.h,
1167	include/Inventor/elements/SoLocalBBoxMatrixElement.h,
1168	include/Inventor/elements/SoMaterialBindingElement.h,
1169	include/Inventor/elements/SoModelMatrixElement.h,
1170	include/Inventor/elements/SoNormalBindingElement.h,
1171	include/Inventor/elements/SoNormalElement.h,
1172	include/Inventor/elements/SoOverrideElement.h,
1173	include/Inventor/elements/SoPROTOElement.h,
1174	include/Inventor/elements/SoPickRayElement.h,
1175	include/Inventor/elements/SoPickStyleElement.h,
1176	include/Inventor/elements/SoPointSizeElement.h,
1177	include/Inventor/elements/SoPolygonOffsetElement.h,
1178	include/Inventor/elements/SoProfileCoordinateElement.h,
1179	include/Inventor/elements/SoProfileElement.h,
1180	include/Inventor/elements/SoProjectionMatrixElement.h,
1181	include/Inventor/elements/SoReplacedElement.h,
1182	include/Inventor/elements/SoShapeHintsElement.h,
1183	include/Inventor/elements/SoShapeStyleElement.h,
1184	include/Inventor/elements/SoShininessElement.h,
1185	include/Inventor/elements/SoSpecularColorElement.h,
1186	include/Inventor/elements/SoSubElement.h,
1187	include/Inventor/elements/SoSwitchElement.h,
1188	include/Inventor/elements/SoTextOutlineEnabledElement.h,
1189	include/Inventor/elements/SoTextureCoordinateBindingElement.h,
1190	include/Inventor/elements/SoTextureCoordinateElement.h,
1191	include/Inventor/elements/SoTextureImageElement.h,
1192	include/Inventor/elements/SoTextureMatrixElement.h,
1193	include/Inventor/elements/SoTextureQualityElement.h,
1194	include/Inventor/elements/SoTransparencyElement.h,
1195	include/Inventor/elements/SoUnitsElement.h,
1196	include/Inventor/elements/SoViewVolumeElement.h,
1197	include/Inventor/elements/SoViewingMatrixElement.h,
1198	include/Inventor/elements/SoViewportRegionElement.h,
1199	include/Inventor/elements/SoWindowElement.h:
1200	Implemented element header macros and replaced template-based code
1201	in all headers.
1202
12031999-12-09 17:50  mortene
1204
1205	* include/Inventor/actions/SoCallbackAction.h,
1206	src/actions/SoCallbackAction.cpp:
1207	pederb: bugfix (now you can set as many callbacks as you want for
1208	each node), plus some new functionality (support for preTail and
1209	postTail).
1210
12111999-12-09 16:43  mortene
1212
1213	* configure.in, examples/Makefile.am,
1214	examples/advanced/Makefile.am,
1215	examples/advanced/elements/Makefile.am,
1216	examples/advanced/elements/lstextures.cpp,
1217	examples/advanced/elements/texturefilenameelement.cpp,
1218	examples/advanced/elements/texturefilenameelement.h:
1219	Initial check-in of example code to show off how to make your own
1220	elements and how to use them during scene graph traversal.  Code by
1221	pederb.
1222
12231999-12-09 16:42  mortene
1224
1225	* TODO:
1226	Added note on upgrading to latest libtool.
1227
12281999-12-09 13:44  mortene
1229
1230	* include/Inventor/elements/SoAmbientColorElement.h,
1231	include/Inventor/elements/SoCoordinateElement.h,
1232	include/Inventor/elements/SoDiffuseColorElement.h,
1233	include/Inventor/elements/SoEmissiveColorElement.h,
1234	include/Inventor/elements/SoNormalElement.h,
1235	include/Inventor/elements/SoShininessElement.h,
1236	include/Inventor/elements/SoSpecularColorElement.h,
1237	include/Inventor/elements/SoTextureCoordinateElement.h,
1238	include/Inventor/elements/SoTransparencyElement.h,
1239	src/elements/SoAmbientColorElement.cpp,
1240	src/elements/SoCoordinateElement.cpp,
1241	src/elements/SoDiffuseColorElement.cpp,
1242	src/elements/SoEmissiveColorElement.cpp,
1243	src/elements/SoNormalElement.cpp,
1244	src/elements/SoShininessElement.cpp,
1245	src/elements/SoSpecularColorElement.cpp,
1246	src/elements/SoTextureCoordinateElement.cpp,
1247	src/elements/SoTransparencyElement.cpp,
1248	src/nodes/SoIndexedShape.cpp,
1249	src/nodes/SoIndexedTriangleStripSet.cpp,
1250	src/nodes/SoNonIndexedShape.cpp, src/nodes/SoNurbsCurve.cpp,
1251	src/nodes/SoNurbsSurface.cpp, src/nodes/SoQuadMesh.cpp,
1252	src/nodes/SoVertexShape.cpp:
1253	pederb: added get*ArrayPtr() extension methods for material-,
1254	normal-, coordinate- and texture-elements.
1255
12561999-12-08 23:39  mortene
1257
1258	* include/Inventor/: nodekits/SoSubKit.h, nodes/SoSubNode.h:
1259	Fixes to compile with IRIX MIPS CC 5.3, by pederb.
1260
12611999-12-08 23:25  mortene
1262
1263	* src/projectors/SbCylinderPlaneProjector.cpp:
1264	Added missing include, as reported by Larry D'Cunha.
1265
12661999-12-08 19:52  mortene
1267
1268	* include/Inventor/SoInput.h, src/misc/SoDB.cpp,
1269	src/misc/SoInput.cpp, src/nodes/SoFile.cpp:
1270	Temporary hack fix for SoFile bug. Analyzed situation and added
1271	further comments on proper fix.
1272
12731999-12-08 17:42  mortene
1274
1275	* include/Inventor/projectors/SbCylinderPlaneProjector.h,
1276	include/Inventor/projectors/SbCylinderSectionProjector.h,
1277	src/projectors/SbCylinderPlaneProjector.cpp,
1278	src/projectors/SbCylinderProjector.cpp,
1279	src/projectors/SbCylinderSectionProjector.cpp,
1280	src/projectors/SbPlaneProjector.cpp:
1281	pederb: implementation of SbCylinderPlaneProjector, plus misc
1282	updates in other projector classes.
1283
12841999-12-07 23:06  mortene
1285
1286	* src/projectors/SbCylinderSectionProjector.cpp:
1287	Added missing include, as reported by Larry D'Cunha.
1288
12891999-12-07 15:10  mortene
1290
1291	* include/Inventor/projectors/SbCylinderProjector.h,
1292	include/Inventor/projectors/SbCylinderSectionProjector.h,
1293	src/projectors/SbCylinderProjector.cpp,
1294	src/projectors/SbCylinderSectionProjector.cpp:
1295	pederb: implemented SbCylinderProjector and
1296	SbCylinderSectionProjector.
1297
12981999-12-07 12:59  mortene
1299
1300	* include/Inventor/projectors/SbPlaneProjector.h,
1301	src/projectors/SbPlaneProjector.cpp:
1302	pederb: completed SbPlaneProjector implementation.
1303
13041999-12-07 09:29  mortene
1305
1306	* src/misc/SoImageInterface.cpp:
1307	Use "#if" to check defines instead of "#if defined()", to be more
1308	robust.
1309
13101999-12-06 22:36  mortene
1311
1312	* configure.in, tools/Makefile.am,
1313	tools/ivNodeKitStructure/.cvsignore,
1314	tools/ivNodeKitStructure/Makefile.am,
1315	tools/ivNodeKitStructure/ivNodeKitStructure.cpp:
1316	Implemented ivNodeKitStructure tool.
1317
13181999-12-06 22:34  mortene
1319
1320	* tools/ivcat/ivcat.cpp:
1321	Use "HAVE_GETOPT" instead of check on WIN32 in #ifdefs.
1322
13231999-12-06 15:38  mortene
1324
1325	* include/Inventor/actions/SoCallbackAction.h,
1326	include/Inventor/nodes/SoMaterial.h,
1327	src/actions/SoCallbackAction.cpp, src/actions/SoGLRenderAction.cpp,
1328	src/actions/SoRayPickAction.cpp, src/base/SbCylinder.cpp,
1329	src/base/SbMatrix.cpp, src/base/SbOctTree.cpp,
1330	src/base/SbRotation.cpp, src/base/SbSphere.cpp,
1331	src/base/SbTesselator.cpp, src/base/SbTime.cpp,
1332	src/base/SbVec2f.cpp, src/base/SbVec3f.cpp,
1333	src/base/SbViewVolume.cpp, src/base/SbXfBox3f.cpp,
1334	src/caches/SoNormalCache.cpp,
1335	src/elements/SoAmbientColorElement.cpp,
1336	src/elements/SoDiffuseColorElement.cpp,
1337	src/elements/SoGLModelMatrixElement.cpp,
1338	src/elements/SoShininessElement.cpp, src/engines/SoOneShot.cpp,
1339	src/fields/SoFieldData.cpp, src/fields/SoSFBitMask.cpp,
1340	src/fields/SoSFBool.cpp, src/fields/SoSFFloat.cpp,
1341	src/fields/SoSFInt32.cpp, src/fields/SoSFTime.cpp,
1342	src/fields/SoSFUInt32.cpp, src/misc/SoGL.cpp,
1343	src/misc/SoGLFaceSetTemplate.cpp, src/misc/SoGLImage.cpp,
1344	src/misc/SoGLTristripTemplate.cpp, src/misc/SoImageInterface.cpp,
1345	src/misc/SoNormalGenerator.cpp, src/misc/SoPath.cpp,
1346	src/nodes/SoArray.cpp, src/nodes/SoGroup.cpp,
1347	src/nodes/SoMaterial.cpp, src/nodes/SoMultipleCopy.cpp,
1348	src/nodes/SoNonIndexedShape.cpp, src/nodes/SoPerspectiveCamera.cpp,
1349	src/nodes/SoShape.cpp, src/nodes/SoSpotLight.cpp,
1350	src/nodes/SoSwitch.cpp, src/nodes/SoText2.cpp:
1351	pederb: fixed all (672) warnings when compiling with MS VC6.0.
1352
13531999-12-05 22:19  mortene
1354
1355	* src/nodekits/SoBaseKit.cpp:
1356	Implemented SoBaseKit::getPart().
1357
13581999-12-05 20:02  mortene
1359
1360	* src/nodekits/SoNodekitCatalog.cpp:
1361	Implemented recursiveSearch(), which means SoNodekitCatalog class
1362	is now 100% complete.
1363
13641999-12-05 20:02  mortene
1365
1366	* src/lists/SbList.cpp:
1367	Documented find().
1368
13691999-12-05 14:56  mortene
1370
1371	* TODO, src/Make-Common.tpl, src/Make-Install.tpl, src/Makefile.am,
1372	src/VRMLnodes/Makefile.am, src/actions/Makefile.am,
1373	src/base/Makefile.am, src/bundles/Makefile.am,
1374	src/caches/Makefile.am, src/details/Makefile.am,
1375	src/elements/Makefile.am, src/engines/Makefile.am,
1376	src/errors/Makefile.am, src/events/Makefile.am,
1377	src/fields/Makefile.am, src/lists/Makefile.am,
1378	src/misc/Makefile.am, src/nodekits/Makefile.am,
1379	src/nodes/Makefile.am, src/projectors/Makefile.am,
1380	src/sensors/Makefile.am, src/system/Makefile.am:
1381	Improved the procedure for installing header files.
1382
13831999-12-05 13:21  mortene
1384
1385	* src/: Make-Common.tpl, Make-CompileSilent.tpl, Make-Install.tpl,
1386	Make-LibtoolSilent.tpl, Make-LinkSilent.tpl, Makefile.am,
1387	VRMLnodes/Makefile.am, actions/Makefile.am, base/Makefile.am,
1388	bundles/Makefile.am, caches/Makefile.am, details/Makefile.am,
1389	elements/Makefile.am, engines/Makefile.am, errors/Makefile.am,
1390	events/Makefile.am, fields/Makefile.am, lists/Makefile.am,
1391	misc/Makefile.am, nodekits/Makefile.am, nodes/Makefile.am,
1392	projectors/Makefile.am, sensors/Makefile.am, system/Makefile.am:
1393	"Templatized" some rules in the Makefile.am files so the build
1394	process is less verbose.
1395
13961999-12-05 13:20  mortene
1397
1398	* src/: engines/SoBoolOperation.cpp, misc/SoBase.cpp,
1399	misc/SoGL.cpp, misc/SoGLFaceSetTemplate.cpp,
1400	nodekits/SoBaseKit.cpp, nodes/SoAnnoText3Property.cpp,
1401	nodes/SoImage.cpp, nodes/SoIndexedFaceSet.cpp, nodes/SoNode.cpp,
1402	nodes/SoText2.cpp:
1403	Fixed code which made egcs 1.0.2 emit warnings when compiling "no
1404	debug" libCoin.
1405
14061999-12-05 13:17  mortene
1407
1408	* TODO:
1409	Misc updates.
1410
14111999-12-05 10:43  mortene
1412
1413	* src/actions/: ActionClassTypeSource.tpl, ActionSource.tpl,
1414	InitActionSource.tpl, SoBoxHighlightRenderAction.cpp,
1415	SoCallbackAction.cpp, SoGetBoundingBoxAction.cpp,
1416	SoGetMatrixAction.cpp, SoGetPrimitiveCountAction.cpp,
1417	SoGlobalSimplifyAction.cpp, SoHandleEventAction.cpp,
1418	SoLineHighlightRenderAction.cpp, SoPickAction.cpp,
1419	SoRayPickAction.cpp, SoReorganizeAction.cpp, SoSearchAction.cpp,
1420	SoShapeSimplifyAction.cpp, SoSimplifyAction.cpp,
1421	SoToVRML2Action.cpp, SoToVRMLAction.cpp, SoWriteAction.cpp:
1422	Codestyle fixes.
1423
14241999-12-05 10:41  mortene
1425
1426	* scripts/templant:
1427	Made it possible to recognize "##$" as a token prefix in addition
1428	to "//$". Will be put in use later when "templanting" the
1429	Makefile.am files with common rules.
1430
14311999-12-05 10:40  mortene
1432
1433	* include/Inventor/actions/SoGLRenderAction.h,
1434	src/actions/SoGLRenderAction.cpp:
1435	Support for all transparency types, by pederb.
1436
14371999-12-01 17:20  mortene
1438
1439	* docs/plan.txt:
1440	Minor changes.
1441
14421999-12-01 16:01  mortene
1443
1444	* src/nodes/: SoArray.cpp, SoLOD.cpp, SoLevelOfDetail.cpp,
1445	SoMultipleCopy.cpp, SoSwitch.cpp:
1446	pederb: bugfixes to SoCallbackAction behavior (bug reported by
1447	Larry D'Cunha).
1448
14491999-12-01 09:24  mortene
1450
1451	* src/actions/SoCallbackAction.cpp:
1452	pederb: fixed bug reported by Larry D'Cunha. (SoCallbackAction now
1453	uses SoType::getAllDerivedFrom() when setting callbacks.)
1454
14551999-11-30 18:34  mortene
1456
1457	* src/nodes/SoIndexedFaceSet.cpp:
1458	Bugfix by pederb.
1459
14601999-11-30 18:31  mortene
1461
1462	* src/: actions/actions.metadon, details/details.metadon:
1463	Updates to Metadon status files, by pederb.
1464
14651999-11-30 18:30  mortene
1466
1467	* include/Inventor/misc/SoImageInterface.h,
1468	include/Inventor/nodes/SoImage.h, src/misc/SoImageInterface.cpp,
1469	src/nodes/SoImage.cpp:
1470	pederb: implementation of SoImage node.
1471
14721999-11-30 16:12  mortene
1473
1474	* TODO:
1475	Added item: fix variable naming not compatible with the ISO C++
1476	standard.
1477
14781999-11-30 08:06  mortene
1479
1480	* src/nodes/SoUnits.cpp:
1481	pederb: bugfix, enable SoUnitsElement for recently implemented
1482	actions.
1483
14841999-11-29 19:28  mortene
1485
1486	* include/Inventor/SoImageInterface.h,
1487	include/Inventor/misc/SoImageInterface.h, src/Makefile.am,
1488	src/elements/SoGLTextureImageElement.cpp, src/misc/SoGLImage.cpp,
1489	src/misc/SoImageInterface.cpp, src/nodes/SoTexture2.cpp:
1490	Moved SoImageInterface.h and removed it from the list of header
1491	files to install.
1492
14931999-11-29 18:45  mortene
1494
1495	* src/nodes/SoShape.cpp:
1496	pederb: fixes a typo.
1497
14981999-11-29 13:58  mortene
1499
1500	* src/nodes/SoShape.cpp:
1501	pederb: added support for rendering shapes with transparent
1502	textures.
1503
15041999-11-29 12:05  mortene
1505
1506	* include/Inventor/SoPrimitiveVertex.h,
1507	include/Inventor/misc/SoGenerate.h,
1508	include/Inventor/nodes/SoCube.h, src/misc/Makefile.am,
1509	src/misc/SoGenerate.cpp, src/misc/SoPrimitiveVertex.cpp,
1510	src/nodes/SoCone.cpp, src/nodes/SoCube.cpp,
1511	src/nodes/SoCylinder.cpp, src/nodes/SoSphere.cpp:
1512	Redesign of generatePrimitives code, by pederb.
1513
15141999-11-29 11:26  mortene
1515
1516	* src/misc/SoGL.cpp:
1517	Some compilers aren't too fond of the extra comma at the end of the
1518	array values.
1519
15201999-11-29 11:24  mortene
1521
1522	* src/misc/SoGL.cpp:
1523	pederb: use correct texture coordinates when mapping on an SoCube.
1524
15251999-11-29 10:40  mortene
1526
1527	* include/Inventor/SoImageInterface.h,
1528	include/Inventor/elements/SoGLTextureEnabledElement.h,
1529	include/Inventor/elements/SoGLTextureImageElement.h,
1530	include/Inventor/misc/SoGL.h, include/Inventor/misc/SoGLImage.h,
1531	include/Inventor/nodes/SoShape.h,
1532	include/Inventor/nodes/SoTexture2.h,
1533	src/elements/SoGLTextureEnabledElement.cpp,
1534	src/elements/SoGLTextureImageElement.cpp, src/misc/SoGL.cpp,
1535	src/misc/SoGLImage.cpp, src/misc/SoImageInterface.cpp,
1536	src/nodes/SoNode.cpp, src/nodes/SoShape.cpp,
1537	src/nodes/SoTexture2.cpp:
1538	From pederb:
1539	- cleanup and optimalizations of the texturemapping code
1540	- support for SoComplexity::textureQuality
1541
15421999-11-29 10:37  mortene
1543
1544	* include/Inventor/nodekits/SoNodeKitListPart.h,
1545	src/nodekits/SoNodeKitListPart.cpp:
1546	Decided to not support a protected member in the OIV API.
1547
15481999-11-28 22:02  mortene
1549
1550	* src/: base/SbMatrix.cpp, base/SbViewVolume.cpp,
1551	fields/SoSFNode.cpp, nodekits/nodekits.metadon:
1552	Documentation fixes.
1553
15541999-11-28 22:01  mortene
1555
1556	* src/misc/SoChildList.cpp:
1557	Codestyle fixes.
1558
15591999-11-28 22:01  mortene
1560
1561	* src/actions/SoAction.cpp:
1562	Minor improvements to code for the sake of clarity.
1563
15641999-11-28 21:50  mortene
1565
1566	* src/actions/SoWriteAction.cpp:
1567	Fixed a nasty bug.
1568
15691999-11-28 21:48  mortene
1570
1571	* include/Inventor/nodekits/SoNodeKitListPart.h,
1572	src/nodekits/SoNodeKitListPart.cpp:
1573	Implemented code to do import and copy operations correctly.
1574
15751999-11-28 15:52  mortene
1576
1577	* TODO, configure.in, include/Inventor/SbDict.h,
1578	src/base/SbDict.cpp, src/base/SbName.cpp,
1579	src/misc/SoImageInterface.cpp, src/nodes/SoCube.cpp,
1580	src/nodes/SoGroup.cpp:
1581	Misc minor codestyle fixes.
1582
15831999-11-28 15:51  mortene
1584
1585	* include/Inventor/nodekits/SoSubKit.h, src/nodekits/SoBaseKit.cpp,
1586	src/nodekits/SoNodeKit.cpp, src/nodekits/nodekits.metadon:
1587	Start if SoBaseKit::getPart() implementation, plus a few minor
1588	updates.
1589
15901999-11-28 15:50  mortene
1591
1592	* scripts/metadon:
1593	Made a small improvement to the report output.
1594
15951999-11-28 15:48  mortene
1596
1597	* include/Inventor/nodekits/SoNodeKitListPart.h,
1598	src/nodekits/SoNodeKitListPart.cpp:
1599	Almost complete implementation.
1600
16011999-11-27 20:09  mortene
1602
1603	* include/Inventor/SbDict.h, src/base/SbDict.cpp:
1604	pederb: removed bugs, removed obsoleted code, added a function hook
1605	for calculating hashing values.
1606
16071999-11-26 14:42  mortene
1608
1609	* include/Inventor/details/SoConeDetail.h,
1610	include/Inventor/details/SoCubeDetail.h,
1611	include/Inventor/details/SoCylinderDetail.h,
1612	include/Inventor/details/SoDetail.h,
1613	include/Inventor/details/SoDetails.h,
1614	include/Inventor/details/SoFaceDetail.h,
1615	include/Inventor/details/SoLineDetail.h,
1616	include/Inventor/details/SoNodeKitDetail.h,
1617	include/Inventor/details/SoPointDetail.h,
1618	include/Inventor/details/SoTextDetail.h,
1619	include/Inventor/lists/SoPathList.h,
1620	include/Inventor/nodes/SoAnnoText3.h,
1621	include/Inventor/nodes/SoAnnoText3Property.h,
1622	include/Inventor/nodes/SoAnnotation.h,
1623	include/Inventor/nodes/SoAntiSquish.h,
1624	include/Inventor/nodes/SoArray.h,
1625	include/Inventor/nodes/SoAsciiText.h,
1626	include/Inventor/nodes/SoBaseColor.h,
1627	include/Inventor/nodes/SoBlinker.h,
1628	include/Inventor/nodes/SoCallback.h,
1629	include/Inventor/nodes/SoCamera.h,
1630	include/Inventor/nodes/SoClipPlane.h,
1631	include/Inventor/nodes/SoColorIndex.h,
1632	include/Inventor/nodes/SoComplexity.h,
1633	include/Inventor/nodes/SoCone.h,
1634	include/Inventor/nodes/SoCoordinate3.h,
1635	include/Inventor/nodes/SoCoordinate4.h,
1636	include/Inventor/nodes/SoCube.h,
1637	include/Inventor/nodes/SoCylinder.h,
1638	include/Inventor/nodes/SoDirectionalLight.h,
1639	include/Inventor/nodes/SoDrawStyle.h,
1640	include/Inventor/nodes/SoEnvironment.h,
1641	include/Inventor/nodes/SoEventCallback.h,
1642	include/Inventor/nodes/SoExtSelection.h,
1643	include/Inventor/nodes/SoFaceSet.h,
1644	include/Inventor/nodes/SoFile.h, include/Inventor/nodes/SoFont.h,
1645	include/Inventor/nodes/SoFontStyle.h,
1646	include/Inventor/nodes/SoGroup.h, include/Inventor/nodes/SoImage.h,
1647	include/Inventor/nodes/SoIndexedFaceSet.h,
1648	include/Inventor/nodes/SoIndexedLineSet.h,
1649	include/Inventor/nodes/SoIndexedNurbsCurve.h,
1650	include/Inventor/nodes/SoIndexedNurbsSurface.h,
1651	include/Inventor/nodes/SoIndexedTriangleStripSet.h,
1652	include/Inventor/nodes/SoInfo.h, include/Inventor/nodes/SoLOD.h,
1653	include/Inventor/nodes/SoLabel.h,
1654	include/Inventor/nodes/SoLevelOfDetail.h,
1655	include/Inventor/nodes/SoLevelOfSimplification.h,
1656	include/Inventor/nodes/SoLight.h,
1657	include/Inventor/nodes/SoLightModel.h,
1658	include/Inventor/nodes/SoLineSet.h,
1659	include/Inventor/nodes/SoLinearProfile.h,
1660	include/Inventor/nodes/SoLocateHighlight.h,
1661	include/Inventor/nodes/SoMarkerSet.h,
1662	include/Inventor/nodes/SoMaterial.h,
1663	include/Inventor/nodes/SoMaterialBinding.h,
1664	include/Inventor/nodes/SoMatrixTransform.h,
1665	include/Inventor/nodes/SoMultipleCopy.h,
1666	include/Inventor/nodes/SoNode.h, include/Inventor/nodes/SoNodes.h,
1667	include/Inventor/nodes/SoNonIndexedShape.h,
1668	include/Inventor/nodes/SoNormal.h,
1669	include/Inventor/nodes/SoNormalBinding.h,
1670	include/Inventor/nodes/SoNurbsCurve.h,
1671	include/Inventor/nodes/SoNurbsProfile.h,
1672	include/Inventor/nodes/SoNurbsSurface.h,
1673	include/Inventor/nodes/SoOrthographicCamera.h,
1674	include/Inventor/nodes/SoPackedColor.h,
1675	include/Inventor/nodes/SoPathSwitch.h,
1676	include/Inventor/nodes/SoPendulum.h,
1677	include/Inventor/nodes/SoPerspectiveCamera.h,
1678	include/Inventor/nodes/SoPickStyle.h,
1679	include/Inventor/nodes/SoPointLight.h,
1680	include/Inventor/nodes/SoPointSet.h,
1681	include/Inventor/nodes/SoPolygonOffset.h,
1682	include/Inventor/nodes/SoProfile.h,
1683	include/Inventor/nodes/SoProfileCoordinate2.h,
1684	include/Inventor/nodes/SoProfileCoordinate3.h,
1685	include/Inventor/nodes/SoQuadMesh.h,
1686	include/Inventor/nodes/SoResetTransform.h,
1687	include/Inventor/nodes/SoRotation.h,
1688	include/Inventor/nodes/SoRotationXYZ.h,
1689	include/Inventor/nodes/SoRotor.h, include/Inventor/nodes/SoScale.h,
1690	include/Inventor/nodes/SoSelection.h,
1691	include/Inventor/nodes/SoSeparator.h,
1692	include/Inventor/nodes/SoShape.h,
1693	include/Inventor/nodes/SoShapeHints.h,
1694	include/Inventor/nodes/SoShuttle.h,
1695	include/Inventor/nodes/SoSphere.h,
1696	include/Inventor/nodes/SoSpotLight.h,
1697	include/Inventor/nodes/SoSubNode.h,
1698	include/Inventor/nodes/SoSurroundScale.h,
1699	include/Inventor/nodes/SoSwitch.h,
1700	include/Inventor/nodes/SoText2.h, include/Inventor/nodes/SoText3.h,
1701	include/Inventor/nodes/SoTexture2Transform.h,
1702	include/Inventor/nodes/SoTextureCoordinate2.h,
1703	include/Inventor/nodes/SoTextureCoordinateBinding.h,
1704	include/Inventor/nodes/SoTextureCoordinateDefault.h,
1705	include/Inventor/nodes/SoTextureCoordinateEnvironment.h,
1706	include/Inventor/nodes/SoTextureCoordinateFunction.h,
1707	include/Inventor/nodes/SoTextureCoordinatePlane.h,
1708	include/Inventor/nodes/SoTransform.h,
1709	include/Inventor/nodes/SoTransformSeparator.h,
1710	include/Inventor/nodes/SoTransformation.h,
1711	include/Inventor/nodes/SoTranslation.h,
1712	include/Inventor/nodes/SoTriangleStripSet.h,
1713	include/Inventor/nodes/SoUnits.h,
1714	include/Inventor/nodes/SoVertexProperty.h,
1715	include/Inventor/nodes/SoVertexShape.h,
1716	include/Inventor/nodes/SoWWWAnchor.h,
1717	include/Inventor/nodes/SoWWWInline.h, src/coindev/coindev.cpp,
1718	src/details/SoConeDetail.cpp, src/details/SoCubeDetail.cpp,
1719	src/details/SoCylinderDetail.cpp, src/details/SoDetail.cpp,
1720	src/details/SoFaceDetail.cpp, src/details/SoLineDetail.cpp,
1721	src/details/SoNodeKitDetail.cpp, src/details/SoPointDetail.cpp,
1722	src/details/SoTextDetail.cpp, src/nodes/SoAnnoText3.cpp,
1723	src/nodes/SoAnnoText3Property.cpp, src/nodes/SoAnnotation.cpp,
1724	src/nodes/SoAntiSquish.cpp, src/nodes/SoArray.cpp,
1725	src/nodes/SoAsciiText.cpp, src/nodes/SoBaseColor.cpp,
1726	src/nodes/SoBlinker.cpp, src/nodes/SoCallback.cpp,
1727	src/nodes/SoCamera.cpp, src/nodes/SoClipPlane.cpp,
1728	src/nodes/SoColorIndex.cpp, src/nodes/SoComplexity.cpp,
1729	src/nodes/SoCoordinate3.cpp, src/nodes/SoCoordinate4.cpp,
1730	src/nodes/SoDirectionalLight.cpp, src/nodes/SoDrawStyle.cpp,
1731	src/nodes/SoEnvironment.cpp, src/nodes/SoEventCallback.cpp,
1732	src/nodes/SoExtSelection.cpp, src/nodes/SoFaceSet.cpp,
1733	src/nodes/SoFile.cpp, src/nodes/SoFont.cpp,
1734	src/nodes/SoFontStyle.cpp, src/nodes/SoGroup.cpp,
1735	src/nodes/SoIndexedNurbsCurve.cpp,
1736	src/nodes/SoIndexedNurbsSurface.cpp, src/nodes/SoInfo.cpp,
1737	src/nodes/SoLOD.cpp, src/nodes/SoLabel.cpp,
1738	src/nodes/SoLevelOfDetail.cpp,
1739	src/nodes/SoLevelOfSimplification.cpp, src/nodes/SoLight.cpp,
1740	src/nodes/SoLightModel.cpp, src/nodes/SoLinearProfile.cpp,
1741	src/nodes/SoLocateHighlight.cpp, src/nodes/SoMarkerSet.cpp,
1742	src/nodes/SoMaterial.cpp, src/nodes/SoMaterialBinding.cpp,
1743	src/nodes/SoMatrixTransform.cpp, src/nodes/SoMultipleCopy.cpp,
1744	src/nodes/SoNode.cpp, src/nodes/SoNonIndexedShape.cpp,
1745	src/nodes/SoNormal.cpp, src/nodes/SoNormalBinding.cpp,
1746	src/nodes/SoNurbsCurve.cpp, src/nodes/SoNurbsProfile.cpp,
1747	src/nodes/SoNurbsSurface.cpp, src/nodes/SoOrthographicCamera.cpp,
1748	src/nodes/SoPackedColor.cpp, src/nodes/SoPathSwitch.cpp,
1749	src/nodes/SoPendulum.cpp, src/nodes/SoPerspectiveCamera.cpp,
1750	src/nodes/SoPickStyle.cpp, src/nodes/SoPointLight.cpp,
1751	src/nodes/SoPolygonOffset.cpp, src/nodes/SoProfile.cpp,
1752	src/nodes/SoProfileCoordinate2.cpp,
1753	src/nodes/SoProfileCoordinate3.cpp, src/nodes/SoResetTransform.cpp,
1754	src/nodes/SoRotation.cpp, src/nodes/SoRotationXYZ.cpp,
1755	src/nodes/SoRotor.cpp, src/nodes/SoScale.cpp,
1756	src/nodes/SoSelection.cpp, src/nodes/SoSeparator.cpp,
1757	src/nodes/SoShape.cpp, src/nodes/SoShapeHints.cpp,
1758	src/nodes/SoShuttle.cpp, src/nodes/SoSpotLight.cpp,
1759	src/nodes/SoSurroundScale.cpp, src/nodes/SoSwitch.cpp,
1760	src/nodes/SoText3.cpp, src/nodes/SoTexture2Transform.cpp,
1761	src/nodes/SoTextureCoordinate2.cpp,
1762	src/nodes/SoTextureCoordinateBinding.cpp,
1763	src/nodes/SoTextureCoordinateDefault.cpp,
1764	src/nodes/SoTextureCoordinateEnvironment.cpp,
1765	src/nodes/SoTextureCoordinateFunction.cpp,
1766	src/nodes/SoTextureCoordinatePlane.cpp, src/nodes/SoTransform.cpp,
1767	src/nodes/SoTransformSeparator.cpp, src/nodes/SoTransformation.cpp,
1768	src/nodes/SoTranslation.cpp, src/nodes/SoTriangleStripSet.cpp,
1769	src/nodes/SoUnits.cpp, src/nodes/SoVertexShape.cpp,
1770	src/nodes/SoWWWAnchor.cpp, src/nodes/SoWWWInline.cpp,
1771	tools/ivcat/ivcat.cpp, tools/ivhierarchy/ivhierarchy.cpp:
1772	Last whitespace cleanup patch.
1773
17741999-11-26 13:59  mortene
1775
1776	* include/Inventor/actions/SoAction.h,
1777	include/Inventor/actions/SoActions.h,
1778	include/Inventor/actions/SoBoxHighlightRenderAction.h,
1779	include/Inventor/actions/SoCallbackAction.h,
1780	include/Inventor/actions/SoGLRenderAction.h,
1781	include/Inventor/actions/SoGetBoundingBoxAction.h,
1782	include/Inventor/actions/SoGetMatrixAction.h,
1783	include/Inventor/actions/SoGetPrimitiveCountAction.h,
1784	include/Inventor/actions/SoGlobalSimplifyAction.h,
1785	include/Inventor/actions/SoHandleEventAction.h,
1786	include/Inventor/actions/SoLineHighlightRenderAction.h,
1787	include/Inventor/actions/SoPickAction.h,
1788	include/Inventor/actions/SoRayPickAction.h,
1789	include/Inventor/actions/SoReorganizeAction.h,
1790	include/Inventor/actions/SoSearchAction.h,
1791	include/Inventor/actions/SoShapeSimplifyAction.h,
1792	include/Inventor/actions/SoSimplifyAction.h,
1793	include/Inventor/actions/SoSubAction.h,
1794	include/Inventor/actions/SoToVRML2Action.h,
1795	include/Inventor/actions/SoToVRMLAction.h,
1796	include/Inventor/actions/SoWriteAction.h,
1797	include/Inventor/elements/SoAccumulatedElement.h,
1798	include/Inventor/elements/SoAmbientColorElement.h,
1799	include/Inventor/elements/SoAnnoText3CharOrientElement.h,
1800	include/Inventor/elements/SoAnnoText3FontSizeHintElement.h,
1801	include/Inventor/elements/SoAnnoText3RenderPrintElement.h,
1802	include/Inventor/elements/SoBBoxModelMatrixElement.h,
1803	include/Inventor/elements/SoCacheElement.h,
1804	include/Inventor/elements/SoClipPlaneElement.h,
1805	include/Inventor/elements/SoColorPacker.h,
1806	include/Inventor/elements/SoComplexityElement.h,
1807	include/Inventor/elements/SoComplexityTypeElement.h,
1808	include/Inventor/elements/SoCoordinateElement.h,
1809	include/Inventor/elements/SoCreaseAngleElement.h,
1810	include/Inventor/elements/SoDecimationPercentageElement.h,
1811	include/Inventor/elements/SoDecimationTypeElement.h,
1812	include/Inventor/elements/SoDiffuseColorElement.h,
1813	include/Inventor/elements/SoDrawStyleElement.h,
1814	include/Inventor/elements/SoElement.h,
1815	include/Inventor/elements/SoElements.h,
1816	include/Inventor/elements/SoEmissiveColorElement.h,
1817	include/Inventor/elements/SoEnvironmentElement.h,
1818	include/Inventor/elements/SoFloatElement.h,
1819	include/Inventor/elements/SoFocalDistanceElement.h,
1820	include/Inventor/elements/SoFontNameElement.h,
1821	include/Inventor/elements/SoFontSizeElement.h,
1822	include/Inventor/elements/SoGLAmbientColorElement.h,
1823	include/Inventor/elements/SoGLClipPlaneElement.h,
1824	include/Inventor/elements/SoGLCoordinateElement.h,
1825	include/Inventor/elements/SoGLDiffuseColorElement.h,
1826	include/Inventor/elements/SoGLDrawStyleElement.h,
1827	include/Inventor/elements/SoGLEmissiveColorElement.h,
1828	include/Inventor/elements/SoGLEnvironmentElement.h,
1829	include/Inventor/elements/SoGLLightIdElement.h,
1830	include/Inventor/elements/SoGLLightModelElement.h,
1831	include/Inventor/elements/SoGLLinePatternElement.h,
1832	include/Inventor/elements/SoGLLineWidthElement.h,
1833	include/Inventor/elements/SoGLModelMatrixElement.h,
1834	include/Inventor/elements/SoGLNormalElement.h,
1835	include/Inventor/elements/SoGLNormalizeElement.h,
1836	include/Inventor/elements/SoGLPointSizeElement.h,
1837	include/Inventor/elements/SoGLPolygonOffsetElement.h,
1838	include/Inventor/elements/SoGLPolygonStippleElement.h,
1839	include/Inventor/elements/SoGLProjectionMatrixElement.h,
1840	include/Inventor/elements/SoGLRenderPassElement.h,
1841	include/Inventor/elements/SoGLShadeModelElement.h,
1842	include/Inventor/elements/SoGLShapeHintsElement.h,
1843	include/Inventor/elements/SoGLShininessElement.h,
1844	include/Inventor/elements/SoGLSpecularColorElement.h,
1845	include/Inventor/elements/SoGLTextureCoordinateElement.h,
1846	include/Inventor/elements/SoGLTextureEnabledElement.h,
1847	include/Inventor/elements/SoGLTextureMatrixElement.h,
1848	include/Inventor/elements/SoGLUpdateAreaElement.h,
1849	include/Inventor/elements/SoGLViewingMatrixElement.h,
1850	include/Inventor/elements/SoGLViewportRegionElement.h,
1851	include/Inventor/elements/SoInt32Element.h,
1852	include/Inventor/elements/SoLightAttenuationElement.h,
1853	include/Inventor/elements/SoLightElement.h,
1854	include/Inventor/elements/SoLightModelElement.h,
1855	include/Inventor/elements/SoLinePatternElement.h,
1856	include/Inventor/elements/SoLineWidthElement.h,
1857	include/Inventor/elements/SoLocalBBoxMatrixElement.h,
1858	include/Inventor/elements/SoLongElement.h,
1859	include/Inventor/elements/SoMaterialBindingElement.h,
1860	include/Inventor/elements/SoModelMatrixElement.h,
1861	include/Inventor/elements/SoNormalBindingElement.h,
1862	include/Inventor/elements/SoNormalElement.h,
1863	include/Inventor/elements/SoOverrideElement.h,
1864	include/Inventor/elements/SoPROTOElement.h,
1865	include/Inventor/elements/SoPickRayElement.h,
1866	include/Inventor/elements/SoPickStyleElement.h,
1867	include/Inventor/elements/SoPointSizeElement.h,
1868	include/Inventor/elements/SoPolygonOffsetElement.h,
1869	include/Inventor/elements/SoProfileCoordinateElement.h,
1870	include/Inventor/elements/SoProfileElement.h,
1871	include/Inventor/elements/SoProjectionMatrixElement.h,
1872	include/Inventor/elements/SoReplacedElement.h,
1873	include/Inventor/elements/SoShapeHintsElement.h,
1874	include/Inventor/elements/SoShapeStyleElement.h,
1875	include/Inventor/elements/SoShininessElement.h,
1876	include/Inventor/elements/SoSpecularColorElement.h,
1877	include/Inventor/elements/SoSubElement.h,
1878	include/Inventor/elements/SoSwitchElement.h,
1879	include/Inventor/elements/SoTextOutlineEnabledElement.h,
1880	include/Inventor/elements/SoTextureCoordinateBindingElement.h,
1881	include/Inventor/elements/SoTextureCoordinateElement.h,
1882	include/Inventor/elements/SoTextureMatrixElement.h,
1883	include/Inventor/elements/SoTextureQualityElement.h,
1884	include/Inventor/elements/SoTransparencyElement.h,
1885	include/Inventor/elements/SoUnitsElement.h,
1886	include/Inventor/elements/SoViewVolumeElement.h,
1887	include/Inventor/elements/SoViewingMatrixElement.h,
1888	include/Inventor/elements/SoViewportRegionElement.h,
1889	include/Inventor/elements/SoWindowElement.h,
1890	src/actions/SoAction.cpp,
1891	src/actions/SoBoxHighlightRenderAction.cpp,
1892	src/actions/SoCallbackAction.cpp, src/actions/SoGLRenderAction.cpp,
1893	src/actions/SoGetBoundingBoxAction.cpp,
1894	src/actions/SoGetMatrixAction.cpp,
1895	src/actions/SoGetPrimitiveCountAction.cpp,
1896	src/actions/SoGlobalSimplifyAction.cpp,
1897	src/actions/SoHandleEventAction.cpp,
1898	src/actions/SoLineHighlightRenderAction.cpp,
1899	src/actions/SoPickAction.cpp, src/actions/SoRayPickAction.cpp,
1900	src/actions/SoReorganizeAction.cpp, src/actions/SoSearchAction.cpp,
1901	src/actions/SoShapeSimplifyAction.cpp,
1902	src/actions/SoSimplifyAction.cpp, src/actions/SoToVRML2Action.cpp,
1903	src/actions/SoToVRMLAction.cpp, src/actions/SoWriteAction.cpp,
1904	src/elements/SoAccumulatedElement.cpp,
1905	src/elements/SoAmbientColorElement.cpp,
1906	src/elements/SoAnnoText3CharOrientElement.cpp,
1907	src/elements/SoAnnoText3FontSizeHintElement.cpp,
1908	src/elements/SoAnnoText3RenderPrintElement.cpp,
1909	src/elements/SoBBoxModelMatrixElement.cpp,
1910	src/elements/SoCacheElement.cpp,
1911	src/elements/SoClipPlaneElement.cpp,
1912	src/elements/SoColorPacker.cpp,
1913	src/elements/SoComplexityElement.cpp,
1914	src/elements/SoComplexityTypeElement.cpp,
1915	src/elements/SoCoordinateElement.cpp,
1916	src/elements/SoCreaseAngleElement.cpp,
1917	src/elements/SoDecimationPercentageElement.cpp,
1918	src/elements/SoDecimationTypeElement.cpp,
1919	src/elements/SoDiffuseColorElement.cpp,
1920	src/elements/SoDrawStyleElement.cpp, src/elements/SoElement.cpp,
1921	src/elements/SoEmissiveColorElement.cpp,
1922	src/elements/SoEnvironmentElement.cpp,
1923	src/elements/SoFloatElement.cpp,
1924	src/elements/SoFocalDistanceElement.cpp,
1925	src/elements/SoFontNameElement.cpp,
1926	src/elements/SoFontSizeElement.cpp,
1927	src/elements/SoGLAmbientColorElement.cpp,
1928	src/elements/SoGLClipPlaneElement.cpp,
1929	src/elements/SoGLCoordinateElement.cpp,
1930	src/elements/SoGLDiffuseColorElement.cpp,
1931	src/elements/SoGLDrawStyleElement.cpp,
1932	src/elements/SoGLEmissiveColorElement.cpp,
1933	src/elements/SoGLEnvironmentElement.cpp,
1934	src/elements/SoGLLightIdElement.cpp,
1935	src/elements/SoGLLightModelElement.cpp,
1936	src/elements/SoGLLinePatternElement.cpp,
1937	src/elements/SoGLLineWidthElement.cpp,
1938	src/elements/SoGLModelMatrixElement.cpp,
1939	src/elements/SoGLNormalElement.cpp,
1940	src/elements/SoGLNormalizeElement.cpp,
1941	src/elements/SoGLPointSizeElement.cpp,
1942	src/elements/SoGLPolygonOffsetElement.cpp,
1943	src/elements/SoGLPolygonStippleElement.cpp,
1944	src/elements/SoGLProjectionMatrixElement.cpp,
1945	src/elements/SoGLRenderPassElement.cpp,
1946	src/elements/SoGLShadeModelElement.cpp,
1947	src/elements/SoGLShapeHintsElement.cpp,
1948	src/elements/SoGLShininessElement.cpp,
1949	src/elements/SoGLSpecularColorElement.cpp,
1950	src/elements/SoGLTextureCoordinateElement.cpp,
1951	src/elements/SoGLTextureEnabledElement.cpp,
1952	src/elements/SoGLTextureMatrixElement.cpp,
1953	src/elements/SoGLUpdateAreaElement.cpp,
1954	src/elements/SoGLViewingMatrixElement.cpp,
1955	src/elements/SoGLViewportRegionElement.cpp,
1956	src/elements/SoInt32Element.cpp,
1957	src/elements/SoLightAttenuationElement.cpp,
1958	src/elements/SoLightElement.cpp,
1959	src/elements/SoLightModelElement.cpp,
1960	src/elements/SoLinePatternElement.cpp,
1961	src/elements/SoLineWidthElement.cpp,
1962	src/elements/SoLocalBBoxMatrixElement.cpp,
1963	src/elements/SoMaterialBindingElement.cpp,
1964	src/elements/SoModelMatrixElement.cpp,
1965	src/elements/SoNormalBindingElement.cpp,
1966	src/elements/SoNormalElement.cpp,
1967	src/elements/SoOverrideElement.cpp,
1968	src/elements/SoPROTOElement.cpp, src/elements/SoPickRayElement.cpp,
1969	src/elements/SoPickStyleElement.cpp,
1970	src/elements/SoPointSizeElement.cpp,
1971	src/elements/SoPolygonOffsetElement.cpp,
1972	src/elements/SoProfileCoordinateElement.cpp,
1973	src/elements/SoProfileElement.cpp,
1974	src/elements/SoProjectionMatrixElement.cpp,
1975	src/elements/SoReplacedElement.cpp,
1976	src/elements/SoShapeHintsElement.cpp,
1977	src/elements/SoShapeStyleElement.cpp,
1978	src/elements/SoShininessElement.cpp,
1979	src/elements/SoSpecularColorElement.cpp,
1980	src/elements/SoSwitchElement.cpp,
1981	src/elements/SoTextOutlineEnabledElement.cpp,
1982	src/elements/SoTextureCoordinateBindingElement.cpp,
1983	src/elements/SoTextureCoordinateElement.cpp,
1984	src/elements/SoTextureMatrixElement.cpp,
1985	src/elements/SoTextureQualityElement.cpp,
1986	src/elements/SoTransparencyElement.cpp,
1987	src/elements/SoUnitsElement.cpp,
1988	src/elements/SoViewVolumeElement.cpp,
1989	src/elements/SoViewingMatrixElement.cpp,
1990	src/elements/SoViewportRegionElement.cpp,
1991	src/elements/SoWindowElement.cpp:
1992	Convert tabs to spaces to have source look ok in editors where a
1993	tab is not always equal to 8 spaces. Also remove unnecessary
1994	whitespace at end of line and end of buffer.
1995
19961999-11-26 13:40  mortene
1997
1998	* src/nodes/SoShape.cpp:
1999	Bugfix by pederb for SoGetPrimitiveCountAction.
2000
20011999-11-26 13:11  mortene
2002
2003	* include/Inventor/nodes/SoFaceSet.h,
2004	include/Inventor/nodes/SoIndexedFaceSet.h,
2005	include/Inventor/nodes/SoIndexedLineSet.h,
2006	include/Inventor/nodes/SoIndexedTriangleStripSet.h,
2007	include/Inventor/nodes/SoLineSet.h,
2008	include/Inventor/nodes/SoPointSet.h,
2009	include/Inventor/nodes/SoQuadMesh.h,
2010	include/Inventor/nodes/SoTriangleStripSet.h,
2011	src/details/SoFaceDetail.cpp, src/nodes/SoFaceSet.cpp,
2012	src/nodes/SoIndexedFaceSet.cpp, src/nodes/SoIndexedLineSet.cpp,
2013	src/nodes/SoIndexedTriangleStripSet.cpp, src/nodes/SoLineSet.cpp,
2014	src/nodes/SoPointSet.cpp, src/nodes/SoQuadMesh.cpp,
2015	src/nodes/SoShape.cpp, src/nodes/SoTriangleStripSet.cpp:
2016	Better face-, point-, and line-details support when picking, by
2017	pederb.
2018
20191999-11-25 22:32  mortene
2020
2021	* src/nodes/: SoCone.cpp, SoCube.cpp, SoCylinder.cpp,
2022	SoFaceSet.cpp, SoImage.cpp, SoIndexedFaceSet.cpp,
2023	SoIndexedLineSet.cpp, SoIndexedTriangleStripSet.cpp, SoLineSet.cpp,
2024	SoPointSet.cpp, SoQuadMesh.cpp, SoShape.cpp, SoSphere.cpp,
2025	SoText2.cpp, SoTriangleStripSet.cpp:
2026	Fixed bugs resulting from a typo and a bit of cut'n'paste.. thanks
2027	to Larry D'Cunha for reporting it.
2028
20291999-11-25 22:28  mortene
2030
2031	* src/misc/SoImageInterface.cpp:
2032	Fixed bug which manifested itself when compiling for Win32.
2033	Reported by Larry D'Cunha.
2034
20351999-11-25 22:26  mortene
2036
2037	* configure.in:
2038	Fixed a minor configure problem.
2039
20401999-11-25 17:18  mortene
2041
2042	* include/Inventor/actions/SoGetPrimitiveCountAction.h,
2043	include/Inventor/nodes/SoRotationXYZ.h,
2044	src/actions/SoGetPrimitiveCountAction.cpp,
2045	src/nodes/SoAnnoText3Property.cpp, src/nodes/SoArray.cpp,
2046	src/nodes/SoCamera.cpp, src/nodes/SoComplexity.cpp,
2047	src/nodes/SoCone.cpp, src/nodes/SoCoordinate3.cpp,
2048	src/nodes/SoCoordinate4.cpp, src/nodes/SoCube.cpp,
2049	src/nodes/SoCylinder.cpp, src/nodes/SoFaceSet.cpp,
2050	src/nodes/SoFile.cpp, src/nodes/SoFont.cpp, src/nodes/SoGroup.cpp,
2051	src/nodes/SoImage.cpp, src/nodes/SoIndexedFaceSet.cpp,
2052	src/nodes/SoIndexedLineSet.cpp,
2053	src/nodes/SoIndexedTriangleStripSet.cpp, src/nodes/SoLOD.cpp,
2054	src/nodes/SoLineSet.cpp, src/nodes/SoMaterialBinding.cpp,
2055	src/nodes/SoMatrixTransform.cpp, src/nodes/SoMultipleCopy.cpp,
2056	src/nodes/SoNormal.cpp, src/nodes/SoNormalBinding.cpp,
2057	src/nodes/SoPointSet.cpp, src/nodes/SoProfile.cpp,
2058	src/nodes/SoProfileCoordinate2.cpp,
2059	src/nodes/SoProfileCoordinate3.cpp, src/nodes/SoQuadMesh.cpp,
2060	src/nodes/SoRotation.cpp, src/nodes/SoRotationXYZ.cpp,
2061	src/nodes/SoScale.cpp, src/nodes/SoSeparator.cpp,
2062	src/nodes/SoShape.cpp, src/nodes/SoSphere.cpp,
2063	src/nodes/SoSwitch.cpp, src/nodes/SoText2.cpp,
2064	src/nodes/SoTransform.cpp, src/nodes/SoTransformSeparator.cpp,
2065	src/nodes/SoTransformation.cpp, src/nodes/SoTranslation.cpp,
2066	src/nodes/SoTriangleStripSet.cpp, src/nodes/SoUnits.cpp,
2067	src/nodes/SoVertexProperty.cpp:
2068	Full implementation of SoGetPrimitiveCountAction, by pederb.
2069
20701999-11-25 10:31  mortene
2071
2072	* include/Inventor/bundles/SoBundle.h,
2073	include/Inventor/bundles/SoMaterialBundle.h,
2074	include/Inventor/bundles/SoTextureCoordinateBundle.h,
2075	include/Inventor/caches/SoBoundingBoxCache.h,
2076	include/Inventor/caches/SoCache.h,
2077	include/Inventor/caches/SoConvexDataCache.h,
2078	include/Inventor/caches/SoNormalCache.h,
2079	include/Inventor/caches/SoTextureCoordinateCache.h,
2080	src/bundles/SoBundle.cpp, src/bundles/SoMaterialBundle.cpp,
2081	src/bundles/SoTextureCoordinateBundle.cpp,
2082	src/caches/SoBoundingBoxCache.cpp, src/caches/SoCache.cpp,
2083	src/caches/SoConvexDataCache.cpp, src/caches/SoNormalCache.cpp,
2084	src/caches/SoTextureCoordinateCache.cpp:
2085	Convert tabs to spaces to have source look ok in editors where a
2086	tab is not always equal to 8 spaces. Also remove unnecessary
2087	whitespace at end of line and end of buffer.
2088
20891999-11-25 10:09  mortene
2090
2091	* include/Inventor/SoImageInterface.h,
2092	include/Inventor/elements/SoGLTextureImageElement.h,
2093	include/Inventor/elements/SoTextureImageElement.h,
2094	include/Inventor/misc/SoGLImage.h,
2095	include/Inventor/nodes/SoTexture2.h,
2096	src/elements/SoGLTextureImageElement.cpp,
2097	src/elements/SoTextureImageElement.cpp, src/misc/SoGLImage.cpp,
2098	src/misc/SoImageInterface.cpp, src/nodes/SoTexture2.cpp,
2099	src/nodes/SoVertexProperty.cpp:
2100	pederb: Fixed bugs in and redesigned the texture handling.
2101
21021999-11-24 18:59  mortene
2103
2104	* src/lists/SoPathList.cpp:
2105	Fix for compile error on MSVC, by pederb. Reported by Larry
2106	D'Cunha.
2107
21081999-11-24 14:45  mortene
2109
2110	* include/Inventor/Sb.h, include/Inventor/SbBSPTree.h,
2111	include/Inventor/SbBox.h, include/Inventor/SbBox2f.h,
2112	include/Inventor/SbBox2s.h, include/Inventor/SbBox3f.h,
2113	include/Inventor/SbColor.h, include/Inventor/SbColor4f.h,
2114	include/Inventor/SbCylinder.h, include/Inventor/SbDict.h,
2115	include/Inventor/SbHeap.h, include/Inventor/SbLine.h,
2116	include/Inventor/SbLinear.h, include/Inventor/SbMatrix.h,
2117	include/Inventor/SbName.h, include/Inventor/SbOctTree.h,
2118	include/Inventor/SbPList.h, include/Inventor/SbPlane.h,
2119	include/Inventor/SbRotation.h, include/Inventor/SbSphere.h,
2120	include/Inventor/SbString.h, include/Inventor/SbTesselator.h,
2121	include/Inventor/SbTime.h, include/Inventor/SbVec2f.h,
2122	include/Inventor/SbVec2s.h, include/Inventor/SbVec3f.h,
2123	include/Inventor/SbVec4f.h, include/Inventor/SbViewVolume.h,
2124	include/Inventor/SbViewportRegion.h, include/Inventor/SbXfBox3f.h,
2125	include/Inventor/So.h, include/Inventor/SoDB.h,
2126	include/Inventor/SoFullPath.h, include/Inventor/SoImageInterface.h,
2127	include/Inventor/SoInput.h, include/Inventor/SoInteraction.h,
2128	include/Inventor/SoLists.h, include/Inventor/SoNodeKitPath.h,
2129	include/Inventor/SoOutput.h, include/Inventor/SoPath.h,
2130	include/Inventor/SoPickedPoint.h,
2131	include/Inventor/SoPrimitiveVertex.h,
2132	include/Inventor/SoSceneManager.h, include/Inventor/SoType.h,
2133	include/Inventor/confdep.h,
2134	include/Inventor/VRMLnodes/SoVRMLInterpOutput.h,
2135	include/Inventor/VRMLnodes/SoVRMLInterpolator.h,
2136	include/Inventor/errors/SoDebugError.h,
2137	include/Inventor/errors/SoError.h,
2138	include/Inventor/errors/SoErrors.h,
2139	include/Inventor/errors/SoMemoryError.h,
2140	include/Inventor/errors/SoReadError.h,
2141	include/Inventor/events/SoButtonEvent.h,
2142	include/Inventor/events/SoEvent.h,
2143	include/Inventor/events/SoEvents.h,
2144	include/Inventor/events/SoKeyboardEvent.h,
2145	include/Inventor/events/SoLocation2Event.h,
2146	include/Inventor/events/SoMotion3Event.h,
2147	include/Inventor/events/SoMouseButtonEvent.h,
2148	include/Inventor/events/SoSpaceballButtonEvent.h,
2149	include/Inventor/events/SoSubEvent.h,
2150	include/Inventor/fields/SoField.h,
2151	include/Inventor/fields/SoFieldContainer.h,
2152	include/Inventor/fields/SoFieldData.h,
2153	include/Inventor/fields/SoFields.h,
2154	include/Inventor/fields/SoMFBitMask.h,
2155	include/Inventor/fields/SoMFBool.h,
2156	include/Inventor/fields/SoMFColor.h,
2157	include/Inventor/fields/SoMFEngine.h,
2158	include/Inventor/fields/SoMFEnum.h,
2159	include/Inventor/fields/SoMFFloat.h,
2160	include/Inventor/fields/SoMFInt32.h,
2161	include/Inventor/fields/SoMFLong.h,
2162	include/Inventor/fields/SoMFMatrix.h,
2163	include/Inventor/fields/SoMFName.h,
2164	include/Inventor/fields/SoMFNode.h,
2165	include/Inventor/fields/SoMFPath.h,
2166	include/Inventor/fields/SoMFPlane.h,
2167	include/Inventor/fields/SoMFRotation.h,
2168	include/Inventor/fields/SoMFShort.h,
2169	include/Inventor/fields/SoMFString.h,
2170	include/Inventor/fields/SoMFTime.h,
2171	include/Inventor/fields/SoMFUInt32.h,
2172	include/Inventor/fields/SoMFULong.h,
2173	include/Inventor/fields/SoMFUShort.h,
2174	include/Inventor/fields/SoMFVec2f.h,
2175	include/Inventor/fields/SoMFVec3f.h,
2176	include/Inventor/fields/SoMFVec4f.h,
2177	include/Inventor/fields/SoMField.h,
2178	include/Inventor/fields/SoSFBitMask.h,
2179	include/Inventor/fields/SoSFBool.h,
2180	include/Inventor/fields/SoSFColor.h,
2181	include/Inventor/fields/SoSFEngine.h,
2182	include/Inventor/fields/SoSFEnum.h,
2183	include/Inventor/fields/SoSFFloat.h,
2184	include/Inventor/fields/SoSFImage.h,
2185	include/Inventor/fields/SoSFInt32.h,
2186	include/Inventor/fields/SoSFLong.h,
2187	include/Inventor/fields/SoSFMatrix.h,
2188	include/Inventor/fields/SoSFName.h,
2189	include/Inventor/fields/SoSFNode.h,
2190	include/Inventor/fields/SoSFPath.h,
2191	include/Inventor/fields/SoSFPlane.h,
2192	include/Inventor/fields/SoSFRotation.h,
2193	include/Inventor/fields/SoSFShort.h,
2194	include/Inventor/fields/SoSFString.h,
2195	include/Inventor/fields/SoSFTime.h,
2196	include/Inventor/fields/SoSFTrigger.h,
2197	include/Inventor/fields/SoSFUInt32.h,
2198	include/Inventor/fields/SoSFULong.h,
2199	include/Inventor/fields/SoSFUShort.h,
2200	include/Inventor/fields/SoSFVec2f.h,
2201	include/Inventor/fields/SoSFVec3f.h,
2202	include/Inventor/fields/SoSFVec4f.h,
2203	include/Inventor/fields/SoSField.h,
2204	include/Inventor/fields/SoSubField.h,
2205	include/Inventor/lists/SbIntList.h,
2206	include/Inventor/lists/SbList.h, include/Inventor/lists/SbPList.h,
2207	include/Inventor/lists/SbStringList.h,
2208	include/Inventor/lists/SoActionMethodList.h,
2209	include/Inventor/lists/SoAuditorList.h,
2210	include/Inventor/lists/SoBaseList.h,
2211	include/Inventor/lists/SoCallbackList.h,
2212	include/Inventor/lists/SoDetailList.h,
2213	include/Inventor/lists/SoEnabledElementsList.h,
2214	include/Inventor/lists/SoEngineList.h,
2215	include/Inventor/lists/SoEngineOutputList.h,
2216	include/Inventor/lists/SoFieldList.h,
2217	include/Inventor/lists/SoNodeList.h,
2218	include/Inventor/lists/SoPickedPointList.h,
2219	include/Inventor/lists/SoTypeList.h,
2220	include/Inventor/lists/SoVRMLInterpOutputList.h,
2221	include/Inventor/misc/SoAuditorList.h,
2222	include/Inventor/misc/SoBase.h, include/Inventor/misc/SoBasic.h,
2223	include/Inventor/misc/SoCallbackList.h,
2224	include/Inventor/misc/SoChildList.h, include/Inventor/misc/SoGL.h,
2225	include/Inventor/misc/SoGLImage.h,
2226	include/Inventor/misc/SoNormalGenerator.h,
2227	include/Inventor/misc/SoNotification.h,
2228	include/Inventor/misc/SoState.h,
2229	include/Inventor/projectors/SbCylinderPlaneProjector.h,
2230	include/Inventor/projectors/SbCylinderProjector.h,
2231	include/Inventor/projectors/SbCylinderSectionProjector.h,
2232	include/Inventor/projectors/SbCylinderSheetProjector.h,
2233	include/Inventor/projectors/SbLineProjector.h,
2234	include/Inventor/projectors/SbPlaneProjector.h,
2235	include/Inventor/projectors/SbProjector.h,
2236	include/Inventor/projectors/SbProjectors.h,
2237	include/Inventor/projectors/SbSpherePlaneProjector.h,
2238	include/Inventor/projectors/SbSphereProjector.h,
2239	include/Inventor/projectors/SbSphereSectionProjector.h,
2240	include/Inventor/projectors/SbSphereSheetProjector.h,
2241	include/Inventor/sensors/SoAlarmSensor.h,
2242	include/Inventor/sensors/SoDataSensor.h,
2243	include/Inventor/sensors/SoDelayQueueSensor.h,
2244	include/Inventor/sensors/SoFieldSensor.h,
2245	include/Inventor/sensors/SoIdleSensor.h,
2246	include/Inventor/sensors/SoNodeSensor.h,
2247	include/Inventor/sensors/SoOneShotSensor.h,
2248	include/Inventor/sensors/SoPathSensor.h,
2249	include/Inventor/sensors/SoSensor.h,
2250	include/Inventor/sensors/SoSensorManager.h,
2251	include/Inventor/sensors/SoSensors.h,
2252	include/Inventor/sensors/SoTimerQueueSensor.h,
2253	include/Inventor/sensors/SoTimerSensor.h,
2254	include/Inventor/system/inttypes.h,
2255	include/Inventor/system/kosher.h,
2256	src/VRMLnodes/SoVRMLInterpOutput.cpp,
2257	src/VRMLnodes/SoVRMLInterpolator.cpp, src/base/SbBSPTree.cpp,
2258	src/base/SbBox2f.cpp, src/base/SbBox2s.cpp, src/base/SbBox3f.cpp,
2259	src/base/SbColor.cpp, src/base/SbColor4f.cpp,
2260	src/base/SbCylinder.cpp, src/base/SbDict.cpp, src/base/SbHeap.cpp,
2261	src/base/SbLine.cpp, src/base/SbMatrix.cpp, src/base/SbName.cpp,
2262	src/base/SbOctTree.cpp, src/base/SbPlane.cpp,
2263	src/base/SbRotation.cpp, src/base/SbSphere.cpp,
2264	src/base/SbString.cpp, src/base/SbTesselator.cpp,
2265	src/base/SbTime.cpp, src/base/SbVec2f.cpp, src/base/SbVec2s.cpp,
2266	src/base/SbVec3f.cpp, src/base/SbVec4f.cpp,
2267	src/base/SbViewVolume.cpp, src/base/SbViewportRegion.cpp,
2268	src/base/SbXfBox3f.cpp, src/errors/SoDebugError.cpp,
2269	src/errors/SoError.cpp, src/errors/SoMemoryError.cpp,
2270	src/errors/SoReadError.cpp, src/events/SoButtonEvent.cpp,
2271	src/events/SoEvent.cpp, src/events/SoKeyboardEvent.cpp,
2272	src/events/SoLocation2Event.cpp, src/events/SoMotion3Event.cpp,
2273	src/events/SoMouseButtonEvent.cpp,
2274	src/events/SoSpaceballButtonEvent.cpp, src/fields/SoField.cpp,
2275	src/fields/SoFieldContainer.cpp, src/fields/SoFieldData.cpp,
2276	src/fields/SoMFBitMask.cpp, src/fields/SoMFBool.cpp,
2277	src/fields/SoMFColor.cpp, src/fields/SoMFEngine.cpp,
2278	src/fields/SoMFEnum.cpp, src/fields/SoMFFloat.cpp,
2279	src/fields/SoMFInt32.cpp, src/fields/SoMFMatrix.cpp,
2280	src/fields/SoMFName.cpp, src/fields/SoMFNode.cpp,
2281	src/fields/SoMFPath.cpp, src/fields/SoMFPlane.cpp,
2282	src/fields/SoMFRotation.cpp, src/fields/SoMFShort.cpp,
2283	src/fields/SoMFString.cpp, src/fields/SoMFTime.cpp,
2284	src/fields/SoMFUInt32.cpp, src/fields/SoMFUShort.cpp,
2285	src/fields/SoMFVec2f.cpp, src/fields/SoMFVec3f.cpp,
2286	src/fields/SoMFVec4f.cpp, src/fields/SoMField.cpp,
2287	src/fields/SoSFBitMask.cpp, src/fields/SoSFBool.cpp,
2288	src/fields/SoSFColor.cpp, src/fields/SoSFEngine.cpp,
2289	src/fields/SoSFEnum.cpp, src/fields/SoSFFloat.cpp,
2290	src/fields/SoSFImage.cpp, src/fields/SoSFInt32.cpp,
2291	src/fields/SoSFMatrix.cpp, src/fields/SoSFName.cpp,
2292	src/fields/SoSFNode.cpp, src/fields/SoSFPath.cpp,
2293	src/fields/SoSFPlane.cpp, src/fields/SoSFRotation.cpp,
2294	src/fields/SoSFShort.cpp, src/fields/SoSFString.cpp,
2295	src/fields/SoSFTime.cpp, src/fields/SoSFTrigger.cpp,
2296	src/fields/SoSFUInt32.cpp, src/fields/SoSFUShort.cpp,
2297	src/fields/SoSFVec2f.cpp, src/fields/SoSFVec3f.cpp,
2298	src/fields/SoSFVec4f.cpp, src/fields/SoSField.cpp,
2299	src/lists/SbIntList.cpp, src/lists/SbList.cpp,
2300	src/lists/SbPList.cpp, src/lists/SbStringList.cpp,
2301	src/lists/SoActionMethodList.cpp, src/lists/SoAuditorList.cpp,
2302	src/lists/SoBaseList.cpp, src/lists/SoCallbackList.cpp,
2303	src/lists/SoDetailList.cpp, src/lists/SoEnabledElementsList.cpp,
2304	src/lists/SoEngineList.cpp, src/lists/SoEngineOutputList.cpp,
2305	src/lists/SoFieldList.cpp, src/lists/SoNodeList.cpp,
2306	src/lists/SoPickedPointList.cpp, src/lists/SoTypeList.cpp,
2307	src/lists/SoVRMLInterpOutputList.cpp, src/misc/SoBase.cpp,
2308	src/misc/SoChildList.cpp, src/misc/SoDB.cpp,
2309	src/misc/SoFullPath.cpp, src/misc/SoGL.cpp,
2310	src/misc/SoGLFaceSetTemplate.cpp, src/misc/SoGLImage.cpp,
2311	src/misc/SoGLTristripTemplate.cpp, src/misc/SoInput.cpp,
2312	src/misc/SoInteraction.cpp, src/misc/SoNormalGenerator.cpp,
2313	src/misc/SoNotification.cpp, src/misc/SoOutput.cpp,
2314	src/misc/SoPath.cpp, src/misc/SoPickedPoint.cpp,
2315	src/misc/SoPrimitiveVertex.cpp, src/misc/SoSceneManager.cpp,
2316	src/misc/SoState.cpp, src/misc/SoType.cpp,
2317	src/projectors/SbCylinderPlaneProjector.cpp,
2318	src/projectors/SbCylinderProjector.cpp,
2319	src/projectors/SbCylinderSectionProjector.cpp,
2320	src/projectors/SbCylinderSheetProjector.cpp,
2321	src/projectors/SbLineProjector.cpp,
2322	src/projectors/SbPlaneProjector.cpp,
2323	src/projectors/SbProjector.cpp,
2324	src/projectors/SbSpherePlaneProjector.cpp,
2325	src/projectors/SbSphereProjector.cpp,
2326	src/projectors/SbSphereSectionProjector.cpp,
2327	src/projectors/SbSphereSheetProjector.cpp,
2328	src/sensors/SoAlarmSensor.cpp, src/sensors/SoDataSensor.cpp,
2329	src/sensors/SoDelayQueueSensor.cpp, src/sensors/SoFieldSensor.cpp,
2330	src/sensors/SoIdleSensor.cpp, src/sensors/SoNodeSensor.cpp,
2331	src/sensors/SoOneShotSensor.cpp, src/sensors/SoPathSensor.cpp,
2332	src/sensors/SoSensor.cpp, src/sensors/SoSensorManager.cpp,
2333	src/sensors/SoTimerQueueSensor.cpp, src/sensors/SoTimerSensor.cpp:
2334	Convert tabs to spaces to have source look ok in editors where a
2335	tab is not always equal to 8 spaces. Also remove unnecessary
2336	whitespace at end of line and end of buffer.
2337
23381999-11-24 14:43  mortene
2339
2340	* include/Inventor/lists/SoPathList.h, src/lists/SoPathList.cpp:
2341	Added missing functionality, by pederb.
2342
23431999-11-24 14:04  mortene
2344
2345	* include/Inventor/actions/SoBoxHighlightRenderAction.h,
2346	src/actions/SoBoxHighlightRenderAction.cpp:
2347	Implementation of SoBoxHighlightRenderAction, by pederb.
2348
23491999-11-24 14:03  mortene
2350
2351	* include/Inventor/nodes/SoSelection.h, src/nodes/SoSelection.cpp:
2352	SoSelection implementation, by pederb.
2353
23541999-11-24 13:33  mortene
2355
2356	* configure.in, examples/Makefile.am, tools/Makefile.am,
2357	tools/ivhierarchy/.cvsignore, tools/ivhierarchy/Makefile.am,
2358	tools/ivhierarchy/ivhierarchy.cpp:
2359	Moved ``ivhierarchy'' tool from examples/ to tools/ directory.
2360
23611999-11-24 13:09  mortene
2362
2363	* TODO, configure.in, examples/Makefile.am, tools/Makefile.am,
2364	tools/ivcat/.cvsignore, tools/ivcat/Makefile.am,
2365	tools/ivcat/ivcat.cpp:
2366	Moved ``ivcat'' tool from examples/ to tools/ directory.
2367
23681999-11-24 12:58  mortene
2369
2370	* Makefile.am, autogen.sh, configure.in, tools/Makefile.am:
2371	Added a "tools/" directory.
2372
23731999-11-23 15:26  mortene
2374
2375	* autogen.sh:
2376	Copied Lars' helptext in the SoQt autogen.sh file to the one in
2377	Coin also.
2378
23791999-11-23 14:13  mortene
2380
2381	* include/Inventor/details/SoFaceDetail.h,
2382	include/Inventor/details/SoLineDetail.h,
2383	include/Inventor/nodes/SoIndexedShape.h,
2384	include/Inventor/nodes/SoShape.h, src/details/SoFaceDetail.cpp,
2385	src/details/SoLineDetail.cpp, src/nodes/SoFaceSet.cpp,
2386	src/nodes/SoIndexedFaceSet.cpp, src/nodes/SoIndexedLineSet.cpp,
2387	src/nodes/SoIndexedShape.cpp,
2388	src/nodes/SoIndexedTriangleStripSet.cpp, src/nodes/SoLineSet.cpp,
2389	src/nodes/SoPointSet.cpp, src/nodes/SoQuadMesh.cpp,
2390	src/nodes/SoShape.cpp, src/nodes/SoTriangleStripSet.cpp:
2391	Return details from generatePrimitives() and SoCallbackAction, by
2392	pederb.
2393
23941999-11-23 13:37  mortene
2395
2396	* include/Inventor/engines/SoBoolOperation.h,
2397	include/Inventor/engines/SoCalculator.h,
2398	include/Inventor/engines/SoCompose.h,
2399	include/Inventor/engines/SoComposeMatrix.h,
2400	include/Inventor/engines/SoComposeRotation.h,
2401	include/Inventor/engines/SoComposeVec2f.h,
2402	include/Inventor/engines/SoComposeVec3f.h,
2403	include/Inventor/engines/SoComposeVec4f.h,
2404	include/Inventor/engines/SoConcatenate.h,
2405	include/Inventor/engines/SoConvertAll.h,
2406	include/Inventor/engines/SoCounter.h,
2407	include/Inventor/engines/SoDecomposeMatrix.h,
2408	include/Inventor/engines/SoDecomposeRotation.h,
2409	include/Inventor/engines/SoDecomposeVec2f.h,
2410	include/Inventor/engines/SoDecomposeVec3f.h,
2411	include/Inventor/engines/SoDecomposeVec4f.h,
2412	include/Inventor/engines/SoElapsedTime.h,
2413	include/Inventor/engines/SoEngine.h,
2414	include/Inventor/engines/SoEngineOutput.h,
2415	include/Inventor/engines/SoEngines.h,
2416	include/Inventor/engines/SoExpressionParser.h,
2417	include/Inventor/engines/SoFieldConverter.h,
2418	include/Inventor/engines/SoGate.h,
2419	include/Inventor/engines/SoInterpolateAbs.h,
2420	include/Inventor/engines/SoInterpolateFloat.h,
2421	include/Inventor/engines/SoInterpolateRotation.h,
2422	include/Inventor/engines/SoInterpolateVec2f.h,
2423	include/Inventor/engines/SoInterpolateVec3f.h,
2424	include/Inventor/engines/SoInterpolateVec4f.h,
2425	include/Inventor/engines/SoOnOff.h,
2426	include/Inventor/engines/SoOneShot.h,
2427	include/Inventor/engines/SoSelectOne.h,
2428	include/Inventor/engines/SoSubEngine.h,
2429	include/Inventor/engines/SoTriggerAny.h,
2430	src/engines/SoBoolOperation.cpp, src/engines/SoCalculator.cpp,
2431	src/engines/SoComposeMatrix.cpp, src/engines/SoComposeRotation.cpp,
2432	src/engines/SoComposeVec2f.cpp, src/engines/SoComposeVec3f.cpp,
2433	src/engines/SoComposeVec4f.cpp, src/engines/SoConcatenate.cpp,
2434	src/engines/SoConvertAll.cpp, src/engines/SoCounter.cpp,
2435	src/engines/SoDecomposeMatrix.cpp,
2436	src/engines/SoDecomposeRotation.cpp,
2437	src/engines/SoDecomposeVec2f.cpp, src/engines/SoDecomposeVec3f.cpp,
2438	src/engines/SoDecomposeVec4f.cpp, src/engines/SoElapsedTime.cpp,
2439	src/engines/SoEngine.cpp, src/engines/SoEngineOutput.cpp,
2440	src/engines/SoExpressionParser.cpp,
2441	src/engines/SoFieldConverter.cpp, src/engines/SoGate.cpp,
2442	src/engines/SoInterpolateAbs.cpp,
2443	src/engines/SoInterpolateFloat.cpp,
2444	src/engines/SoInterpolateRotation.cpp,
2445	src/engines/SoInterpolateVec2f.cpp,
2446	src/engines/SoInterpolateVec3f.cpp,
2447	src/engines/SoInterpolateVec4f.cpp, src/engines/SoOnOff.cpp,
2448	src/engines/SoOneShot.cpp, src/engines/SoSelectOne.cpp,
2449	src/engines/SoTriggerAny.cpp:
2450	Convert tabs to spaces to have source look ok in editors where a
2451	tab is not always equal to 8 spaces. Also remove unnecessary
2452	whitespace at end of line and end of buffer.
2453
24541999-11-23 12:37  mortene
2455
2456	* src/nodekits/: SoAppearanceKit.cpp, SoBaseKit.cpp,
2457	SoCameraKit.cpp, SoInteractionKit.cpp, SoLightKit.cpp,
2458	SoNodekitCatalog.cpp, SoSceneKit.cpp, SoSeparatorKit.cpp,
2459	SoShapeKit.cpp, SoWrapperKit.cpp:
2460	Workaround to humour the MS VisualC++ compiler into accepting macro
2461	arguments which should be the empty string. Problem reported by
2462	Larry D'Cunha of Okino.
2463
24641999-11-22 20:27  mortene
2465
2466	* include/Inventor/nodekits/SoAppearanceKit.h,
2467	include/Inventor/nodekits/SoBaseKit.h,
2468	include/Inventor/nodekits/SoCameraKit.h,
2469	include/Inventor/nodekits/SoInteractionKit.h,
2470	include/Inventor/nodekits/SoLightKit.h,
2471	include/Inventor/nodekits/SoNodeKit.h,
2472	include/Inventor/nodekits/SoNodeKitListPart.h,
2473	include/Inventor/nodekits/SoNodekitCatalog.h,
2474	include/Inventor/nodekits/SoSceneKit.h,
2475	include/Inventor/nodekits/SoSeparatorKit.h,
2476	include/Inventor/nodekits/SoShapeKit.h,
2477	include/Inventor/nodekits/SoSubKit.h,
2478	include/Inventor/nodekits/SoWrapperKit.h,
2479	src/misc/SoImageInterface.cpp, src/nodekits/SoAppearanceKit.cpp,
2480	src/nodekits/SoCameraKit.cpp, src/nodekits/SoInteractionKit.cpp,
2481	src/nodekits/SoLightKit.cpp, src/nodekits/SoNodeKit.cpp,
2482	src/nodekits/SoNodeKitListPart.cpp, src/nodekits/SoNodeKitPath.cpp,
2483	src/nodekits/SoNodekitCatalog.cpp, src/nodekits/SoSceneKit.cpp,
2484	src/nodekits/SoSeparatorKit.cpp, src/nodekits/SoShapeKit.cpp,
2485	src/nodekits/SoWrapperKit.cpp:
2486	"Untabify" and other whitespace fixes to make code look decent in
2487	other editors than Emacs, and with other tab-sizes than 8.
2488
24891999-11-22 20:25  mortene
2490
2491	* src/nodekits/SoBaseKit.cpp:
2492	Use macros where possible.
2493
24941999-11-22 20:25  mortene
2495
2496	* src/misc/: SoDB.cpp, SoPath.cpp:
2497	Initialize SoPath in the type system.
2498
24991999-11-22 14:33  mortene
2500
2501	* models/oiv_compliance/indexedfaceset.iv:
2502	pederb: made file valid according to spec.
2503
25041999-11-22 14:07  mortene
2505
2506	* include/Inventor/nodes/SoVertexShape.h,
2507	src/nodes/SoIndexedFaceSet.cpp, src/nodes/SoIndexedShape.cpp:
2508	Fixes bug with automatically generated normals during an
2509	SoCallbackAction, by pederb. Reported by Larry D'Cunha of Okino.
2510
25111999-11-22 12:47  mortene
2512
2513	* include/Inventor/elements/SoClipPlaneElement.h,
2514	src/actions/SoRayPickAction.cpp, src/base/SbPlane.cpp,
2515	src/elements/SoClipPlaneElement.cpp:
2516	Support for ray picking action between SoClipPlane defined clipping
2517	planes, by pederb.
2518
25191999-11-21 16:03  mortene
2520
2521	* src/nodekits/: SoNodekitCatalog.cpp, SoShapeKit.cpp:
2522	Catalog bugfix.
2523
25241999-11-21 16:02  mortene
2525
2526	* src/nodekits/SoBaseKit.cpp:
2527	Code cleanup.
2528
25291999-11-21 02:08  mortene
2530
2531	* include/Inventor/nodekits/SoSubKit.h,
2532	src/nodekits/SoAppearanceKit.cpp, src/nodekits/SoBaseKit.cpp,
2533	src/nodekits/SoCameraKit.cpp, src/nodekits/SoInteractionKit.cpp,
2534	src/nodekits/SoLightKit.cpp, src/nodekits/SoNodekitCatalog.cpp,
2535	src/nodekits/SoSceneKit.cpp, src/nodekits/SoSeparatorKit.cpp,
2536	src/nodekits/SoShapeKit.cpp, src/nodekits/SoWrapperKit.cpp:
2537	Implemented all the static nodekit catalog stuff.
2538
25391999-11-20 14:24  mortene
2540
2541	* include/Inventor/nodekits/SoSubKit.h,
2542	src/nodekits/SoAppearanceKit.cpp, src/nodekits/SoBaseKit.cpp:
2543	Added more nodekits implementation.
2544
25451999-11-20 14:23  mortene
2546
2547	* src/nodekits/SoNodekitCatalog.cpp:
2548	Bugfix.
2549
25501999-11-20 14:22  mortene
2551
2552	* include/Inventor/nodes/SoSubNode.h:
2553	Add the "FIRST_INSTANCE" macro.
2554
25551999-11-18 18:24  mortene
2556
2557	* include/Inventor/nodekits/SoBaseKit.h,
2558	include/Inventor/nodekits/SoSubKit.h, src/nodekits/SoBaseKit.cpp:
2559	Implemented more of SoBaseKit and duplicated some of the code used
2560	in SoBaseKit to the SoSubKit macros.
2561
25621999-11-18 12:16  mortene
2563
2564	* src/nodes/: SoArray.cpp, SoMultipleCopy.cpp:
2565	pederb: documented how pick() works with SoArray and SoMultipleCopy
2566	for us, as opposed to OIV's behaviour. Also simplified getMatrix()
2567	methods.
2568
25691999-11-18 11:49  mortene
2570
2571	* src/nodes/: SoIndexedLineSet.cpp, SoIndexedTriangleStripSet.cpp:
2572	Bgufixes by pederb for generatePrimitives().
2573
25741999-11-18 11:49  mortene
2575
2576	* src/nodes/SoShape.cpp:
2577	Bugfix by pederb for quadmesh handling.
2578
25791999-11-17 20:47  mortene
2580
2581	* include/Inventor/SoPickedPoint.h, src/misc/SoPickedPoint.cpp,
2582	src/nodes/SoArray.cpp, src/nodes/SoMultipleCopy.cpp:
2583	SoArray and SoMultipleCopy picking, by pederb.
2584
25851999-11-17 20:46  mortene
2586
2587	* scripts/coin.el:
2588	Made elisp function more robust.
2589
25901999-11-17 17:30  mortene
2591
2592	* include/Inventor/actions/SoAction.h,
2593	include/Inventor/actions/SoGLRenderAction.h,
2594	include/Inventor/elements/SoTextureCoordinateElement.h,
2595	include/Inventor/elements/SoUnitsElement.h,
2596	include/Inventor/events/SoKeyboardEvent.h,
2597	include/Inventor/misc/SoNotification.h,
2598	include/Inventor/nodes/SoAnnoText3.h,
2599	include/Inventor/nodes/SoAsciiText.h,
2600	include/Inventor/nodes/SoCylinder.h,
2601	include/Inventor/nodes/SoImage.h,
2602	include/Inventor/nodes/SoIndexedFaceSet.h,
2603	include/Inventor/nodes/SoResetTransform.h,
2604	include/Inventor/nodes/SoShapeHints.h,
2605	include/Inventor/nodes/SoText2.h, include/Inventor/nodes/SoText3.h,
2606	include/Inventor/nodes/SoTexture2.h,
2607	include/Inventor/nodes/SoUnits.h,
2608	include/Inventor/nodes/SoVertexProperty.h,
2609	src/actions/SoRayPickAction.cpp, src/base/SbBSPTree.cpp,
2610	src/base/SbTime.cpp, src/elements/SoGLShapeHintsElement.cpp,
2611	src/nodekits/SoNodekitCatalog.cpp:
2612	larsa: Compiled with -pedantic and -ansi - compile is still not
2613	clean, but remaining warnings are mostly external or of the "unused
2614	parameter/variable"-type...
2615
26161999-11-17 15:30  mortene
2617
2618	* src/nodes/SoTransformation.cpp:
2619	Bugfix by pederb: SoModelMatrixElement wasn't enabled for
2620	SoCallbackAction (ouch).
2621
26221999-11-17 14:48  mortene
2623
2624	* src/actions/SoPickAction.cpp:
2625	Added SO_ACTION_CONSTRUCTOR, in case it will later be expanded to
2626	contain anything important.
2627
26281999-11-17 14:43  mortene
2629
2630	* include/Inventor/actions/SoCallbackAction.h,
2631	include/Inventor/elements/SoTextureImageElement.h,
2632	include/Inventor/nodes/SoBaseColor.h,
2633	include/Inventor/nodes/SoTexture2Transform.h,
2634	src/actions/SoCallbackAction.cpp,
2635	src/elements/SoTextureImageElement.cpp, src/misc/SoState.cpp,
2636	src/nodes/SoAnnoText3Property.cpp, src/nodes/SoArray.cpp,
2637	src/nodes/SoBaseColor.cpp, src/nodes/SoCallback.cpp,
2638	src/nodes/SoCamera.cpp, src/nodes/SoCoordinate3.cpp,
2639	src/nodes/SoCoordinate4.cpp, src/nodes/SoDrawStyle.cpp,
2640	src/nodes/SoEnvironment.cpp, src/nodes/SoFile.cpp,
2641	src/nodes/SoGroup.cpp, src/nodes/SoLOD.cpp, src/nodes/SoLight.cpp,
2642	src/nodes/SoLightModel.cpp, src/nodes/SoNode.cpp,
2643	src/nodes/SoNormal.cpp, src/nodes/SoPackedColor.cpp,
2644	src/nodes/SoPickStyle.cpp, src/nodes/SoPolygonOffset.cpp,
2645	src/nodes/SoProfile.cpp, src/nodes/SoProfileCoordinate2.cpp,
2646	src/nodes/SoProfileCoordinate3.cpp, src/nodes/SoSeparator.cpp,
2647	src/nodes/SoShape.cpp, src/nodes/SoShapeHints.cpp,
2648	src/nodes/SoSwitch.cpp, src/nodes/SoTexture2.cpp,
2649	src/nodes/SoTexture2Transform.cpp,
2650	src/nodes/SoTextureCoordinate2.cpp,
2651	src/nodes/SoTextureCoordinateEnvironment.cpp,
2652	src/nodes/SoTransformSeparator.cpp, src/nodes/SoVertexProperty.cpp,
2653	src/nodes/nodes.metadon:
2654	Implemented SoCallbackAction + callbackaction node methods. Plus a
2655	few other fixes. Everything by pederb.
2656
26571999-11-17 09:55  mortene
2658
2659	* src/nodekits/SoBaseKit.cpp:
2660	Fixed a MSVC6 warning, as reported by Larry D'Cunha of Okino.
2661
26621999-11-17 09:53  mortene
2663
2664	* include/Inventor/fields/SoFieldData.h:
2665	Fixed a MSVC6 warning on a mismatch in a forward declaration, as
2666	reported by Larry D'Cunha of Okino.
2667
26681999-11-16 22:33  mortene
2669
2670	* include/Inventor/nodekits/SoBaseKit.h,
2671	src/nodekits/SoBaseKit.cpp:
2672	Started implementation properly.
2673
26741999-11-16 22:32  mortene
2675
2676	* src/nodekits/SoNodekitCatalog.cpp:
2677	Simple bugfix in the argument checking.
2678
26791999-11-16 20:43  mortene
2680
2681	* include/Inventor/nodekits/SoBaseKit.h,
2682	src/nodekits/SoBaseKit.cpp:
2683	Skeleton for the SoBaseKit class.
2684
26851999-11-16 20:42  mortene
2686
2687	* include/Inventor/nodekits/SoSceneKit.h:
2688	Public methods were not within a public section.
2689
26901999-11-16 19:16  mortene
2691
2692	* src/nodekits/SoNodekitCatalog.cpp:
2693	Implemented SoNodekitCatalog::clone().
2694
26951999-11-16 19:15  mortene
2696
2697	* README:
2698	Removed some "obsoleted" text.
2699
27001999-11-16 16:05  mortene
2701
2702	* src/nodes/SoLevelOfDetail.cpp:
2703	Traversal code by pederb.
2704
27051999-11-16 16:01  mortene
2706
2707	* README, docs/todo.txt:
2708	Cleaned up files after they where used to debug the "cvs
2709	commit"-to- mailinglist pipeline mechanisms.
2710
27111999-11-16 15:50  mortene
2712
2713	* docs/todo.txt, README, docs/todo.txt, README:
2714	Debugging commit->mailinglist pipe.
2715
27161999-11-16 15:46  mortene
2717
2718	* README, docs/todo.txt, docs/todo.txt:
2719	Debugging commit->mailinglist pipe.
2720
27211999-11-16 15:42  mortene
2722
2723	* docs/todo.txt, docs/todo.txt, README:
2724	Debugging commit->mailinglist pipe.
2725
27261999-11-16 15:35  mortene
2727
2728	* README, docs/todo.txt, README, docs/todo.txt:
2729	Debugging commit->mailinglist pipe.
2730
27311999-11-16 15:31  mortene
2732
2733	* README, docs/todo.txt, README, docs/todo.txt:
2734	Debugging cvs commit to mailinglist pipe.
2735
27361999-11-16 15:25  mortene
2737
2738	* README, docs/todo.txt:
2739	Commit testing.
2740
27411999-11-16 15:14  mortene
2742
2743	* README, docs/todo.txt:
2744	Commit testing.
2745
27461999-11-16 14:49  mortene
2747
2748	* README, docs/todo.txt:
2749	Testing cvs commit mailinglist.
2750
27511999-11-16 14:46  mortene
2752
2753	* docs/todo.txt:
2754	Misc.
2755
27561999-11-16 14:38  mortene
2757
2758	* src/: misc/SoBase.cpp, misc/SoInput.cpp, nodes/SoGroup.cpp:
2759	Temporary fix for import problems.
2760
27611999-11-16 13:17  mortene
2762
2763	* docs/todo.txt:
2764	Removed unnecessary item.
2765
27661999-11-16 13:11  mortene
2767
2768	* README:
2769	Dummy change to test cvs commit forwarding to mailinglist.
2770
27711999-11-16 13:10  mortene
2772
2773	* docs/todo.txt:
2774	Removed item.
2775
27761999-11-15 20:47  mortene
2777
2778	* include/Inventor/nodekits/SoNodekitCatalog.h,
2779	src/nodekits/SoNodekitCatalog.cpp:
2780	Implemented all methods of SoNodekitCatalog except ::clone() and
2781	::recursiveSearch().
2782
27831999-11-15 10:08  mortene
2784
2785	* TODO:
2786	Added support entry.
2787
27881999-11-15 10:05  mortene
2789
2790	* TODO:
2791	Moved item from "todo" to "done".
2792
27931999-11-15 09:59  mortene
2794
2795	* README:
2796	Dummy change to test loginfo mechanisms.
2797
27981999-11-15 09:16  mortene
2799
2800	* README:
2801	Dummy change to test loginfo mechanisms.
2802
28031999-11-14 22:28  mortene
2804
2805	* TODO:
2806	Doc fixes.
2807
28081999-11-14 20:24  mortene
2809
2810	* configure.in:
2811	Moved a bunch of configure code to the conf-macros module to share
2812	with other projects.
2813
28141999-11-14 17:35  mortene
2815
2816	* autogen.sh, configure.in:
2817	Moved "link with -lm" autoconf check into its own macro.
2818
28191999-11-14 15:29  mortene
2820
2821	* src/misc/SoDB.cpp:
2822	Small import fix.
2823
28241999-11-14 15:26  mortene
2825
2826	* src/base/SbString.cpp:
2827	Better sharing of code.
2828
28291999-11-14 15:26  mortene
2830
2831	* scripts/coin.el:
2832	Small fix to ELisp convenience function.
2833
28341999-11-14 15:25  mortene
2835
2836	* TODO:
2837	Added build item.
2838
28391999-11-14 15:25  mortene
2840
2841	* src/misc/: SoOutput.cpp, SoInput.cpp:
2842	Misc small fixes.
2843
28441999-11-14 15:25  mortene
2845
2846	* include/Inventor/fields/SoSFNode.h, src/fields/SoMFNode.cpp,
2847	src/fields/SoSFNode.cpp, src/misc/SoBase.cpp,
2848	src/nodes/SoGroup.cpp:
2849	Import/export for SoSFNode and SoMFNode.
2850
28511999-11-13 18:05  mortene
2852
2853	* include/Inventor/actions/SoWriteAction.h,
2854	src/actions/SoWriteAction.cpp:
2855	Shared common constructor code.
2856
28571999-11-13 18:05  mortene
2858
2859	* include/Inventor/misc/SoBase.h, src/fields/SoSFNode.cpp:
2860	_Finally_ found an elegant way of handling SoSFNode::write.
2861
28621999-11-13 18:04  mortene
2863
2864	* src/nodes/SoVertexProperty.cpp:
2865	Make export more in compliance with OIV.
2866
28671999-11-13 16:26  mortene
2868
2869	* include/Inventor/misc/SoBase.h:
2870	Necessary fix for SoSFNode::write().
2871
28721999-11-13 16:25  mortene
2873
2874	* models/oiv_compliance/pointset.iv:
2875	Expanded test.
2876
28771999-11-13 16:25  mortene
2878
2879	* src/fields/SoMFMatrix.cpp:
2880	Make output match OIV's.
2881
28821999-11-13 16:24  mortene
2883
2884	* src/fields/SoSFImage.cpp:
2885	Codestyle fixes.
2886
28871999-11-13 16:23  mortene
2888
2889	* src/: misc/SoBase.cpp, fields/SoMField.cpp:
2890	Bugfixes.
2891
28921999-11-13 16:23  mortene
2893
2894	* src/misc/SoDB.cpp:
2895	Improved code a little bit.
2896
28971999-11-13 16:22  mortene
2898
2899	* src/: fields/SoSFNode.cpp, nodes/SoGroup.cpp, nodes/SoNode.cpp:
2900	Export support fixes.
2901
29021999-11-13 16:19  mortene
2903
2904	* src/nodes/SoNormalBinding.cpp:
2905	Added support for obsoleted enum, plus export fix.
2906
29071999-11-13 16:19  mortene
2908
2909	* src/nodes/SoSwitch.cpp:
2910	Export fix.
2911
29121999-11-12 16:17  mortene
2913
2914	* include/Inventor/nodes/SoShape.h,
2915	src/actions/SoRayPickAction.cpp, src/nodes/SoIndexedLineSet.cpp,
2916	src/nodes/SoPointSet.cpp, src/nodes/SoShape.cpp:
2917	Picking for SoPointSet and SoIndexedLineSet, by pederb.
2918
29191999-11-12 12:26  mortene
2920
2921	* include/Inventor/actions/SoRayPickAction.h,
2922	include/Inventor/nodes/SoShape.h, src/actions/SoAction.cpp,
2923	src/actions/SoGLRenderAction.cpp, src/actions/SoRayPickAction.cpp,
2924	src/nodes/SoIndexedFaceSet.cpp, src/nodes/SoLineSet.cpp,
2925	src/nodes/SoShape.cpp:
2926	* misc action traversal fixes * intersection with lines
2927	..by pederb.
2928
29291999-11-12 12:23  mortene
2930
2931	* src/: base/SbOctTree.cpp, bundles/SoTextureCoordinateBundle.cpp:
2932	Bugfix, pederb.
2933
29341999-11-12 12:22  mortene
2935
2936	* src/lists/SoActionMethodList.cpp:
2937	pederb improved code readability.
2938
29391999-11-12 09:30  mortene
2940
2941	* src/nodes/SoShape.cpp:
2942	Added missing math.h include, as reported by Larry D'Cunha of
2943	Okino.
2944
29451999-11-11 23:14  mortene
2946
2947	* include/Inventor/nodekits/SoNodekitCatalog.h,
2948	src/nodekits/SoNodekitCatalog.cpp:
2949	Skeleton for nodekit catalog class.
2950
29511999-11-11 17:08  mortene
2952
2953	* src/nodes/SoSphere.cpp:
2954	SCREEN_SPACE complexity for SoSphere, by pederb.
2955
29561999-11-11 16:50  mortene
2957
2958	* include/Inventor/nodes/SoShape.h, src/nodes/SoCone.cpp,
2959	src/nodes/SoCylinder.cpp, src/nodes/SoShape.cpp:
2960	Support for SCREEN_SPACE complexity in cones and cylinders by
2961	pederb.
2962
29631999-11-11 14:36  mortene
2964
2965	* src/nodes/SoCone.cpp:
2966	Ray intersection testing code by pederb.
2967
29681999-11-11 14:36  mortene
2969
2970	* src/nodes/SoCylinder.cpp:
2971	Bugfix by pederb: consider the "parts" field when doing ray
2972	intersection.
2973
29741999-11-11 10:28  mortene
2975
2976	* src/lists/SoActionMethodList.cpp:
2977	Commented out debugging code and added typecast to try to get
2978	around a problem when compiling on MSVC6.
2979
29801999-11-10 22:16  mortene
2981
2982	* src/nodes/SoCylinder.cpp:
2983	Added missing include.
2984
29851999-11-10 22:15  mortene
2986
2987	* src/fields/SoSFBitMask.cpp:
2988	Added FIXME.
2989
29901999-11-10 22:15  mortene
2991
2992	* include/Inventor/lists/SoActionMethodList.h,
2993	src/lists/SoActionMethodList.cpp:
2994	Clean-ups.
2995
29961999-11-10 22:14  mortene
2997
2998	* include/Inventor/actions/SoAction.h:
2999	Removed redundant forward declaration.
3000
30011999-11-10 17:35  mortene
3002
3003	* src/actions/SoRayPickAction.cpp:
3004	Fixed SoRayPickAction so ordering of hits are correct. pederb.
3005
30061999-11-10 17:12  mortene
3007
3008	* src/elements/SoGLShadeModelElement.cpp:
3009	Bugfix by pederb.
3010
30111999-11-10 17:09  mortene
3012
3013	* include/Inventor/lists/SoActionMethodList.h,
3014	src/actions/SoAction.cpp, src/actions/SoRayPickAction.cpp,
3015	src/lists/SoActionMethodList.cpp, src/nodes/SoCube.cpp,
3016	src/nodes/SoCylinder.cpp, src/nodes/SoNode.cpp,
3017	src/nodes/SoSphere.cpp:
3018	* fixed a bug in SoActionMethodList (mortene) * added intersection
3019	testing for SoRayPickAction in SoSphere and   SoCylinder (pederb) *
3020	misc SoRayPickAction bugfixes (pederb)
3021
30221999-11-10 17:07  mortene
3023
3024	* TODO:
3025	Added item.
3026
30271999-11-10 13:28  mortene
3028
3029	* src/nodes/SoQuadMesh.cpp:
3030	Bug fix by pederb.
3031
30321999-11-10 09:51  mortene
3033
3034	* src/misc/SoImageInterface.cpp:
3035	Moved some more of the code inside #ifdef HAVE_SIMAGE to avoid
3036	warnings.  Reported by Larry D'Cunha of Okino.
3037
30381999-11-10 09:50  mortene
3039
3040	* src/elements/SoModelMatrixElement.cpp:
3041	Fixed a bug reported by Larry D'Cunha of Okino.
3042
30431999-11-09 22:10  mortene
3044
3045	* src/misc/SoType.cpp:
3046	One bugfix. Added parameter checking to a method.
3047
30481999-11-09 22:09  mortene
3049
3050	* include/Inventor/details/DetailHeader.tpl,
3051	include/Inventor/details/SoConeDetail.h,
3052	include/Inventor/details/SoCubeDetail.h,
3053	include/Inventor/details/SoCylinderDetail.h,
3054	include/Inventor/details/SoDetails.h,
3055	include/Inventor/details/SoFaceDetail.h,
3056	include/Inventor/details/SoLineDetail.h,
3057	include/Inventor/details/SoNodeKitDetail.h,
3058	include/Inventor/details/SoPointDetail.h,
3059	include/Inventor/details/SoTextDetail.h,
3060	src/details/DetailSource.tpl, src/details/Makefile.am,
3061	src/details/SoConeDetail.cpp, src/details/SoCubeDetail.cpp,
3062	src/details/SoCylinderDetail.cpp, src/details/SoDetail.cpp,
3063	src/details/SoFaceDetail.cpp, src/details/SoLineDetail.cpp,
3064	src/details/SoNodeKitDetail.cpp, src/details/SoPointDetail.cpp,
3065	src/details/SoTextDetail.cpp:
3066	Added SoNodeKitDetail implementation, minor fix to class
3067	documentation header.
3068
30691999-11-09 22:08  mortene
3070
3071	* include/Inventor/engines/SoBoolOperation.h,
3072	include/Inventor/engines/SoSubEngine.h,
3073	src/engines/SoBoolOperation.cpp, src/engines/SoCalculator.cpp,
3074	src/engines/SoComposeMatrix.cpp, src/engines/SoComposeRotation.cpp,
3075	src/engines/SoComposeVec2f.cpp, src/engines/SoComposeVec3f.cpp,
3076	src/engines/SoComposeVec4f.cpp, src/engines/SoConcatenate.cpp,
3077	src/engines/SoConvertAll.cpp, src/engines/SoCounter.cpp,
3078	src/engines/SoDecomposeMatrix.cpp,
3079	src/engines/SoDecomposeRotation.cpp,
3080	src/engines/SoDecomposeVec2f.cpp, src/engines/SoDecomposeVec3f.cpp,
3081	src/engines/SoDecomposeVec4f.cpp, src/engines/SoElapsedTime.cpp,
3082	src/engines/SoEngine.cpp, src/engines/SoFieldConverter.cpp,
3083	src/engines/SoGate.cpp, src/engines/SoInterpolateAbs.cpp,
3084	src/engines/SoInterpolateFloat.cpp,
3085	src/engines/SoInterpolateRotation.cpp,
3086	src/engines/SoInterpolateVec2f.cpp,
3087	src/engines/SoInterpolateVec3f.cpp,
3088	src/engines/SoInterpolateVec4f.cpp, src/engines/SoOnOff.cpp,
3089	src/engines/SoOneShot.cpp, src/engines/SoSelectOne.cpp,
3090	src/engines/SoTriggerAny.cpp:
3091	Type-system fixes.
3092
30931999-11-09 22:06  mortene
3094
3095	* src/fields/: FieldInitClass.tpl, SoField.cpp, SoMFBitMask.cpp,
3096	SoMFBool.cpp, SoMFColor.cpp, SoMFEngine.cpp, SoMFEnum.cpp,
3097	SoMFFloat.cpp, SoMFInt32.cpp, SoMFMatrix.cpp, SoMFName.cpp,
3098	SoMFNode.cpp, SoMFPath.cpp, SoMFPlane.cpp, SoMFRotation.cpp,
3099	SoMFShort.cpp, SoMFString.cpp, SoMFTime.cpp, SoMFUInt32.cpp,
3100	SoMFUShort.cpp, SoMFVec2f.cpp, SoMFVec3f.cpp, SoMFVec4f.cpp,
3101	SoSFBitMask.cpp, SoSFBool.cpp, SoSFColor.cpp, SoSFEngine.cpp,
3102	SoSFEnum.cpp, SoSFFloat.cpp, SoSFImage.cpp, SoSFInt32.cpp,
3103	SoSFMatrix.cpp, SoSFName.cpp, SoSFNode.cpp, SoSFPath.cpp,
3104	SoSFPlane.cpp, SoSFRotation.cpp, SoSFShort.cpp, SoSFString.cpp,
3105	SoSFTime.cpp, SoSFTrigger.cpp, SoSFUInt32.cpp, SoSFUShort.cpp,
3106	SoSFVec2f.cpp, SoSFVec3f.cpp, SoSFVec4f.cpp:
3107	Fixed type system (was fubar).
3108
31091999-11-09 22:04  mortene
3110
3111	* src/errors/: SoDebugError.cpp, SoError.cpp, SoMemoryError.cpp,
3112	SoReadError.cpp:
3113	Type-system related fixes.
3114
31151999-11-09 22:03  mortene
3116
3117	* include/Inventor/SbBasic.h.in:
3118	Added more documentation groups for Doxygen.
3119
31201999-11-09 17:31  mortene
3121
3122	* include/Inventor/nodekits/SoSubKit.h,
3123	include/Inventor/nodes/SoSubNode.h,
3124	src/VRMLnodes/SoVRMLInterpolator.cpp,
3125	src/fields/SoFieldContainer.cpp, src/nodekits/SoAppearanceKit.cpp,
3126	src/nodekits/SoCameraKit.cpp, src/nodekits/SoInteractionKit.cpp,
3127	src/nodekits/SoLightKit.cpp, src/nodekits/SoSceneKit.cpp,
3128	src/nodekits/SoSeparatorKit.cpp, src/nodekits/SoShapeKit.cpp,
3129	src/nodekits/SoWrapperKit.cpp, src/nodes/SoAnnoText3.cpp,
3130	src/nodes/SoAnnoText3Property.cpp, src/nodes/SoAnnotation.cpp,
3131	src/nodes/SoAntiSquish.cpp, src/nodes/SoArray.cpp,
3132	src/nodes/SoAsciiText.cpp, src/nodes/SoBaseColor.cpp,
3133	src/nodes/SoBlinker.cpp, src/nodes/SoCallback.cpp,
3134	src/nodes/SoCamera.cpp, src/nodes/SoClipPlane.cpp,
3135	src/nodes/SoColorIndex.cpp, src/nodes/SoComplexity.cpp,
3136	src/nodes/SoCone.cpp, src/nodes/SoCoordinate3.cpp,
3137	src/nodes/SoCoordinate4.cpp, src/nodes/SoCube.cpp,
3138	src/nodes/SoCylinder.cpp, src/nodes/SoDirectionalLight.cpp,
3139	src/nodes/SoDrawStyle.cpp, src/nodes/SoEnvironment.cpp,
3140	src/nodes/SoEventCallback.cpp, src/nodes/SoExtSelection.cpp,
3141	src/nodes/SoFaceSet.cpp, src/nodes/SoFile.cpp,
3142	src/nodes/SoFont.cpp, src/nodes/SoFontStyle.cpp,
3143	src/nodes/SoGroup.cpp, src/nodes/SoImage.cpp,
3144	src/nodes/SoIndexedFaceSet.cpp, src/nodes/SoIndexedLineSet.cpp,
3145	src/nodes/SoIndexedNurbsCurve.cpp,
3146	src/nodes/SoIndexedNurbsSurface.cpp, src/nodes/SoIndexedShape.cpp,
3147	src/nodes/SoIndexedTriangleStripSet.cpp, src/nodes/SoInfo.cpp,
3148	src/nodes/SoLOD.cpp, src/nodes/SoLabel.cpp,
3149	src/nodes/SoLevelOfDetail.cpp,
3150	src/nodes/SoLevelOfSimplification.cpp, src/nodes/SoLight.cpp,
3151	src/nodes/SoLightModel.cpp, src/nodes/SoLineSet.cpp,
3152	src/nodes/SoLinearProfile.cpp, src/nodes/SoLocateHighlight.cpp,
3153	src/nodes/SoMarkerSet.cpp, src/nodes/SoMaterial.cpp,
3154	src/nodes/SoMaterialBinding.cpp, src/nodes/SoMatrixTransform.cpp,
3155	src/nodes/SoMultipleCopy.cpp, src/nodes/SoNode.cpp,
3156	src/nodes/SoNonIndexedShape.cpp, src/nodes/SoNormal.cpp,
3157	src/nodes/SoNormalBinding.cpp, src/nodes/SoNurbsCurve.cpp,
3158	src/nodes/SoNurbsProfile.cpp, src/nodes/SoNurbsSurface.cpp,
3159	src/nodes/SoOrthographicCamera.cpp, src/nodes/SoPackedColor.cpp,
3160	src/nodes/SoPathSwitch.cpp, src/nodes/SoPendulum.cpp,
3161	src/nodes/SoPerspectiveCamera.cpp, src/nodes/SoPickStyle.cpp,
3162	src/nodes/SoPointLight.cpp, src/nodes/SoPointSet.cpp,
3163	src/nodes/SoPolygonOffset.cpp, src/nodes/SoProfile.cpp,
3164	src/nodes/SoProfileCoordinate2.cpp,
3165	src/nodes/SoProfileCoordinate3.cpp, src/nodes/SoQuadMesh.cpp,
3166	src/nodes/SoResetTransform.cpp, src/nodes/SoRotation.cpp,
3167	src/nodes/SoRotationXYZ.cpp, src/nodes/SoRotor.cpp,
3168	src/nodes/SoScale.cpp, src/nodes/SoSelection.cpp,
3169	src/nodes/SoSeparator.cpp, src/nodes/SoShape.cpp,
3170	src/nodes/SoShapeHints.cpp, src/nodes/SoShuttle.cpp,
3171	src/nodes/SoSphere.cpp, src/nodes/SoSpotLight.cpp,
3172	src/nodes/SoSurroundScale.cpp, src/nodes/SoSwitch.cpp,
3173	src/nodes/SoText2.cpp, src/nodes/SoText3.cpp,
3174	src/nodes/SoTexture2.cpp, src/nodes/SoTexture2Transform.cpp,
3175	src/nodes/SoTextureCoordinate2.cpp,
3176	src/nodes/SoTextureCoordinateBinding.cpp,
3177	src/nodes/SoTextureCoordinateDefault.cpp,
3178	src/nodes/SoTextureCoordinateEnvironment.cpp,
3179	src/nodes/SoTextureCoordinateFunction.cpp,
3180	src/nodes/SoTextureCoordinatePlane.cpp, src/nodes/SoTransform.cpp,
3181	src/nodes/SoTransformSeparator.cpp, src/nodes/SoTransformation.cpp,
3182	src/nodes/SoTranslation.cpp, src/nodes/SoTriangleStripSet.cpp,
3183	src/nodes/SoUnits.cpp, src/nodes/SoVertexProperty.cpp,
3184	src/nodes/SoVertexShape.cpp, src/nodes/SoWWWAnchor.cpp,
3185	src/nodes/SoWWWInline.cpp:
3186	Made nodes and nodekits use internal version of the initialization
3187	macros, to make sure they get the correct typenames and that they
3188	set up their isBuiltIn flags correctly.
3189
31901999-11-09 16:17  mortene
3191
3192	* src/elements/SoGLColorIndexElement.cpp:
3193	Forgot to remove this unused file in last cleanup, detected by
3194	pederb.
3195
31961999-11-09 15:22  mortene
3197
3198	* docs/coin.doxygen, include/Inventor/elements/SoElements.h,
3199	include/Inventor/elements/SoGLColorIndexElement.h,
3200	include/Inventor/engines/SoInterpolate.h, src/elements/Makefile.am,
3201	src/elements/SoDirectionalLightElement.cpp,
3202	src/engines/Makefile.am, src/engines/SoInterpolate.cpp:
3203	Removed some unused source files, as suggested by pederb.
3204
32051999-11-09 15:14  mortene
3206
3207	* include/Inventor/SbViewVolume.h,
3208	include/Inventor/actions/SoSubAction.h, src/base/SbOctTree.cpp,
3209	src/base/SbViewVolume.cpp,
3210	src/elements/SoDirectionalLightElement.cpp,
3211	src/fields/SoMFName.cpp, src/fields/SoMFNode.cpp,
3212	src/fields/SoMFPlane.cpp, src/fields/SoMFShort.cpp,
3213	src/fields/SoMFUShort.cpp, src/nodes/SoMultipleCopy.cpp,
3214	src/nodes/SoTransformSeparator.cpp:
3215	Fixes for MSVC6.0 compilation by pederb.
3216
32171999-11-09 13:44  mortene
3218
3219	* include/Inventor/SoPickedPoint.h,
3220	include/Inventor/bundles/SoTextureCoordinateBundle.h,
3221	include/Inventor/elements/SoTextureCoordinateElement.h,
3222	include/Inventor/nodes/SoShape.h,
3223	src/bundles/SoTextureCoordinateBundle.cpp,
3224	src/elements/SoGLTextureCoordinateElement.cpp,
3225	src/misc/SoGLTristripTemplate.cpp, src/nodes/SoFaceSet.cpp,
3226	src/nodes/SoIndexedFaceSet.cpp,
3227	src/nodes/SoIndexedTriangleStripSet.cpp, src/nodes/SoQuadMesh.cpp,
3228	src/nodes/SoShape.cpp, src/nodes/SoTriangleStripSet.cpp:
3229	Various generatePrimitives() implementations and fixes by pederb.
3230
32311999-11-08 21:12  mortene
3232
3233	* docs/coin.doxygen,
3234	include/Inventor/actions/SoGenerateNormalsAction.h,
3235	include/Inventor/actions/SoGraphVerifyAction.h,
3236	src/actions/SoGenerateNormalsAction.cpp,
3237	src/actions/SoGraphVerifyAction.cpp, src/actions/actions.metadon:
3238	Removed non-OIV actions.
3239
32401999-11-08 21:10  mortene
3241
3242	* include/Inventor/SoType.h, src/lists/SoActionMethodList.cpp,
3243	src/misc/SoType.cpp:
3244	Fixed SoType behaviour on getAllDerivedFrom().
3245
32461999-11-08 20:29  mortene
3247
3248	* Metadon.conf, TODO, configure.in, src/Makefile.am, src/SoDB.cpp,
3249	src/SoFullPath.cpp, src/SoImageInterface.cpp, src/SoInput.cpp,
3250	src/SoInteraction.cpp, src/SoOutput.cpp, src/SoPath.cpp,
3251	src/SoPickedPoint.cpp, src/SoPrimitiveVertex.cpp,
3252	src/SoSceneManager.cpp, src/SoType.cpp, src/dummy.cpp,
3253	src/general.metadon, src/misc/Makefile.am, src/misc/SoDB.cpp,
3254	src/misc/SoFullPath.cpp, src/misc/SoImageInterface.cpp,
3255	src/misc/SoInput.cpp, src/misc/SoInteraction.cpp,
3256	src/misc/SoOutput.cpp, src/misc/SoPath.cpp,
3257	src/misc/SoPickedPoint.cpp, src/misc/SoPrimitiveVertex.cpp,
3258	src/misc/SoSceneManager.cpp, src/misc/SoType.cpp,
3259	src/misc/general.metadon:
3260	Moved source files from src/ to src/misc/ to improve the
3261	possibilities of doing quick turn-around time in compile-link
3262	cycles when using the dynamic link library hack.
3263
32641999-11-08 18:32  mortene
3265
3266	* docs/plan.txt:
3267	Minor corrections and additions.
3268
32691999-11-08 16:14  mortene
3270
3271	* include/Inventor/nodes/SoIndexedFaceSet.h,
3272	include/Inventor/nodes/SoIndexedShape.h,
3273	include/Inventor/nodes/SoShape.h,
3274	include/Inventor/nodes/SoVertexShape.h, src/SoPrimitiveVertex.cpp,
3275	src/actions/SoRayPickAction.cpp,
3276	src/elements/SoMaterialBindingElement.cpp,
3277	src/elements/SoNormalBindingElement.cpp,
3278	src/misc/SoGLFaceSetTemplate.cpp, src/nodes/SoFaceSet.cpp,
3279	src/nodes/SoIndexedFaceSet.cpp, src/nodes/SoIndexedLineSet.cpp,
3280	src/nodes/SoIndexedShape.cpp,
3281	src/nodes/SoIndexedTriangleStripSet.cpp, src/nodes/SoLineSet.cpp,
3282	src/nodes/SoMaterial.cpp, src/nodes/SoMaterialBinding.cpp,
3283	src/nodes/SoNode.cpp, src/nodes/SoNormal.cpp,
3284	src/nodes/SoNormalBinding.cpp, src/nodes/SoPointSet.cpp,
3285	src/nodes/SoQuadMesh.cpp, src/nodes/SoShape.cpp,
3286	src/nodes/SoTriangleStripSet.cpp, src/nodes/SoVertexProperty.cpp,
3287	src/nodes/SoVertexShape.cpp:
3288	More RayPickAction-related work (plus some minor fixes here and
3289	there) from pederb.
3290
32911999-11-08 12:03  mortene
3292
3293	* Makefile.am, autogen.sh, configure.in, src/Makefile.am:
3294	Misc fixes to the configure and build process, larsa & mortene.
3295
32961999-11-07 19:58  mortene
3297
3298	* TODO, configure.in, examples/Makefile.am:
3299	Added example program which lists inheritance hierarchies in Coin,
3300	based on the functionality provided by SoType.
3301
33021999-11-07 18:50  mortene
3303
3304	* src/: SoDB.cpp, SoInteraction.cpp, nodekits/SoNodeKit.cpp,
3305	nodes/SoNode.cpp:
3306	Initialize nodekit and interaction classes correctly.
3307
33081999-11-07 15:36  mortene
3309
3310	* configure.in, docs/plan.txt, include/Inventor/SbBasic.h.in,
3311	include/Inventor/SoDB.h, include/Inventor/SoInput.h,
3312	include/Inventor/SoInteraction.h, include/Inventor/SoNodeKitPath.h,
3313	include/Inventor/SoPath.h, include/Inventor/SoPickedPoint.h,
3314	include/Inventor/SoType.h,
3315	include/Inventor/VRMLnodes/SoVRMLInterpolator.h,
3316	include/Inventor/actions/ActionHeader.tpl,
3317	include/Inventor/actions/SoAction.h,
3318	include/Inventor/actions/SoBoxHighlightRenderAction.h,
3319	include/Inventor/actions/SoCallbackAction.h,
3320	include/Inventor/actions/SoGLRenderAction.h,
3321	include/Inventor/actions/SoGetBoundingBoxAction.h,
3322	include/Inventor/actions/SoGetMatrixAction.h,
3323	include/Inventor/actions/SoGetPrimitiveCountAction.h,
3324	include/Inventor/actions/SoGlobalSimplifyAction.h,
3325	include/Inventor/actions/SoGraphVerifyAction.h,
3326	include/Inventor/actions/SoHandleEventAction.h,
3327	include/Inventor/actions/SoLineHighlightRenderAction.h,
3328	include/Inventor/actions/SoPickAction.h,
3329	include/Inventor/actions/SoRayPickAction.h,
3330	include/Inventor/actions/SoReorganizeAction.h,
3331	include/Inventor/actions/SoSearchAction.h,
3332	include/Inventor/actions/SoShapeSimplifyAction.h,
3333	include/Inventor/actions/SoSimplifyAction.h,
3334	include/Inventor/actions/SoToVRML2Action.h,
3335	include/Inventor/actions/SoToVRMLAction.h,
3336	include/Inventor/actions/SoWriteAction.h,
3337	include/Inventor/elements/AbstractElementHeader.tpl,
3338	include/Inventor/elements/ElementHeader.tpl,
3339	include/Inventor/elements/SoAccumulatedElement.h,
3340	include/Inventor/elements/SoAmbientColorElement.h,
3341	include/Inventor/elements/SoAnnoText3CharOrientElement.h,
3342	include/Inventor/elements/SoAnnoText3FontSizeHintElement.h,
3343	include/Inventor/elements/SoAnnoText3RenderPrintElement.h,
3344	include/Inventor/elements/SoBBoxModelMatrixElement.h,
3345	include/Inventor/elements/SoCacheElement.h,
3346	include/Inventor/elements/SoClipPlaneElement.h,
3347	include/Inventor/elements/SoComplexityElement.h,
3348	include/Inventor/elements/SoComplexityTypeElement.h,
3349	include/Inventor/elements/SoCoordinateElement.h,
3350	include/Inventor/elements/SoCreaseAngleElement.h,
3351	include/Inventor/elements/SoDecimationPercentageElement.h,
3352	include/Inventor/elements/SoDecimationTypeElement.h,
3353	include/Inventor/elements/SoDiffuseColorElement.h,
3354	include/Inventor/elements/SoDrawStyleElement.h,
3355	include/Inventor/elements/SoElement.h,
3356	include/Inventor/elements/SoEmissiveColorElement.h,
3357	include/Inventor/elements/SoEnvironmentElement.h,
3358	include/Inventor/elements/SoFloatElement.h,
3359	include/Inventor/elements/SoFocalDistanceElement.h,
3360	include/Inventor/elements/SoFontNameElement.h,
3361	include/Inventor/elements/SoFontSizeElement.h,
3362	include/Inventor/elements/SoGLAmbientColorElement.h,
3363	include/Inventor/elements/SoGLClipPlaneElement.h,
3364	include/Inventor/elements/SoGLCoordinateElement.h,
3365	include/Inventor/elements/SoGLDiffuseColorElement.h,
3366	include/Inventor/elements/SoGLDrawStyleElement.h,
3367	include/Inventor/elements/SoGLEmissiveColorElement.h,
3368	include/Inventor/elements/SoGLEnvironmentElement.h,
3369	include/Inventor/elements/SoGLLightIdElement.h,
3370	include/Inventor/elements/SoGLLightModelElement.h,
3371	include/Inventor/elements/SoGLLinePatternElement.h,
3372	include/Inventor/elements/SoGLLineWidthElement.h,
3373	include/Inventor/elements/SoGLModelMatrixElement.h,
3374	include/Inventor/elements/SoGLNormalElement.h,
3375	include/Inventor/elements/SoGLNormalizeElement.h,
3376	include/Inventor/elements/SoGLPointSizeElement.h,
3377	include/Inventor/elements/SoGLPolygonOffsetElement.h,
3378	include/Inventor/elements/SoGLPolygonStippleElement.h,
3379	include/Inventor/elements/SoGLProjectionMatrixElement.h,
3380	include/Inventor/elements/SoGLRenderPassElement.h,
3381	include/Inventor/elements/SoGLShadeModelElement.h,
3382	include/Inventor/elements/SoGLShapeHintsElement.h,
3383	include/Inventor/elements/SoGLShininessElement.h,
3384	include/Inventor/elements/SoGLSpecularColorElement.h,
3385	include/Inventor/elements/SoGLTextureCoordinateElement.h,
3386	include/Inventor/elements/SoGLTextureEnabledElement.h,
3387	include/Inventor/elements/SoGLTextureImageElement.h,
3388	include/Inventor/elements/SoGLTextureMatrixElement.h,
3389	include/Inventor/elements/SoGLUpdateAreaElement.h,
3390	include/Inventor/elements/SoGLViewingMatrixElement.h,
3391	include/Inventor/elements/SoGLViewportRegionElement.h,
3392	include/Inventor/elements/SoInt32Element.h,
3393	include/Inventor/elements/SoLightAttenuationElement.h,
3394	include/Inventor/elements/SoLightElement.h,
3395	include/Inventor/elements/SoLightModelElement.h,
3396	include/Inventor/elements/SoLinePatternElement.h,
3397	include/Inventor/elements/SoLineWidthElement.h,
3398	include/Inventor/elements/SoLocalBBoxMatrixElement.h,
3399	include/Inventor/elements/SoMaterialBindingElement.h,
3400	include/Inventor/elements/SoModelMatrixElement.h,
3401	include/Inventor/elements/SoNormalBindingElement.h,
3402	include/Inventor/elements/SoNormalElement.h,
3403	include/Inventor/elements/SoOverrideElement.h,
3404	include/Inventor/elements/SoPROTOElement.h,
3405	include/Inventor/elements/SoPickRayElement.h,
3406	include/Inventor/elements/SoPickStyleElement.h,
3407	include/Inventor/elements/SoPointSizeElement.h,
3408	include/Inventor/elements/SoPolygonOffsetElement.h,
3409	include/Inventor/elements/SoProfileCoordinateElement.h,
3410	include/Inventor/elements/SoProfileElement.h,
3411	include/Inventor/elements/SoProjectionMatrixElement.h,
3412	include/Inventor/elements/SoReplacedElement.h,
3413	include/Inventor/elements/SoShapeHintsElement.h,
3414	include/Inventor/elements/SoShapeStyleElement.h,
3415	include/Inventor/elements/SoShininessElement.h,
3416	include/Inventor/elements/SoSpecularColorElement.h,
3417	include/Inventor/elements/SoSwitchElement.h,
3418	include/Inventor/elements/SoTextOutlineEnabledElement.h,
3419	include/Inventor/elements/SoTextureCoordinateBindingElement.h,
3420	include/Inventor/elements/SoTextureCoordinateElement.h,
3421	include/Inventor/elements/SoTextureImageElement.h,
3422	include/Inventor/elements/SoTextureMatrixElement.h,
3423	include/Inventor/elements/SoTextureQualityElement.h,
3424	include/Inventor/elements/SoTransparencyElement.h,
3425	include/Inventor/elements/SoUnitsElement.h,
3426	include/Inventor/elements/SoViewVolumeElement.h,
3427	include/Inventor/elements/SoViewingMatrixElement.h,
3428	include/Inventor/elements/SoViewportRegionElement.h,
3429	include/Inventor/elements/SoWindowElement.h,
3430	include/Inventor/errors/SoDebugError.h,
3431	include/Inventor/errors/SoError.h,
3432	include/Inventor/errors/SoMemoryError.h,
3433	include/Inventor/errors/SoReadError.h,
3434	include/Inventor/fields/Field.tpl,
3435	include/Inventor/fields/SoField.h,
3436	include/Inventor/fields/SoFieldContainer.h,
3437	include/Inventor/fields/SoMFBitMask.h,
3438	include/Inventor/fields/SoMFBool.h,
3439	include/Inventor/fields/SoMFColor.h,
3440	include/Inventor/fields/SoMFEngine.h,
3441	include/Inventor/fields/SoMFEnum.h,
3442	include/Inventor/fields/SoMFFloat.h,
3443	include/Inventor/fields/SoMFInt32.h,
3444	include/Inventor/fields/SoMFMatrix.h,
3445	include/Inventor/fields/SoMFName.h,
3446	include/Inventor/fields/SoMFNode.h,
3447	include/Inventor/fields/SoMFPath.h,
3448	include/Inventor/fields/SoMFPlane.h,
3449	include/Inventor/fields/SoMFRotation.h,
3450	include/Inventor/fields/SoMFShort.h,
3451	include/Inventor/fields/SoMFString.h,
3452	include/Inventor/fields/SoMFTime.h,
3453	include/Inventor/fields/SoMFUInt32.h,
3454	include/Inventor/fields/SoMFUShort.h,
3455	include/Inventor/fields/SoMFVec2f.h,
3456	include/Inventor/fields/SoMFVec3f.h,
3457	include/Inventor/fields/SoMFVec4f.h,
3458	include/Inventor/fields/SoMField.h,
3459	include/Inventor/fields/SoSFBitMask.h,
3460	include/Inventor/fields/SoSFBool.h,
3461	include/Inventor/fields/SoSFColor.h,
3462	include/Inventor/fields/SoSFEngine.h,
3463	include/Inventor/fields/SoSFEnum.h,
3464	include/Inventor/fields/SoSFFloat.h,
3465	include/Inventor/fields/SoSFImage.h,
3466	include/Inventor/fields/SoSFInt32.h,
3467	include/Inventor/fields/SoSFMatrix.h,
3468	include/Inventor/fields/SoSFName.h,
3469	include/Inventor/fields/SoSFNode.h,
3470	include/Inventor/fields/SoSFPath.h,
3471	include/Inventor/fields/SoSFPlane.h,
3472	include/Inventor/fields/SoSFRotation.h,
3473	include/Inventor/fields/SoSFShort.h,
3474	include/Inventor/fields/SoSFString.h,
3475	include/Inventor/fields/SoSFTime.h,
3476	include/Inventor/fields/SoSFTrigger.h,
3477	include/Inventor/fields/SoSFUInt32.h,
3478	include/Inventor/fields/SoSFUShort.h,
3479	include/Inventor/fields/SoSFVec2f.h,
3480	include/Inventor/fields/SoSFVec3f.h,
3481	include/Inventor/fields/SoSFVec4f.h,
3482	include/Inventor/fields/SoSField.h, include/Inventor/misc/SoBase.h,
3483	include/Inventor/misc/SoBasic.h,
3484	include/Inventor/nodekits/SoAppearanceKit.h,
3485	include/Inventor/nodekits/SoBaseKit.h,
3486	include/Inventor/nodekits/SoCameraKit.h,
3487	include/Inventor/nodekits/SoInteractionKit.h,
3488	include/Inventor/nodekits/SoLightKit.h,
3489	include/Inventor/nodekits/SoNodeKit.h,
3490	include/Inventor/nodekits/SoNodeKitListPart.h,
3491	include/Inventor/nodekits/SoNodekitCatalog.h,
3492	include/Inventor/nodekits/SoSceneKit.h,
3493	include/Inventor/nodekits/SoSeparatorKit.h,
3494	include/Inventor/nodekits/SoShapeKit.h,
3495	include/Inventor/nodekits/SoSubKit.h,
3496	include/Inventor/nodekits/SoWrapperKit.h,
3497	include/Inventor/nodes/ClassTypeAbstractInterface.tpl,
3498	include/Inventor/nodes/ClassTypeInterface.tpl,
3499	include/Inventor/nodes/NodeAbstractHeader.tpl,
3500	include/Inventor/nodes/NodeHeader.tpl,
3501	include/Inventor/nodes/SoAnnoText3.h,
3502	include/Inventor/nodes/SoAnnoText3Property.h,
3503	include/Inventor/nodes/SoAnnotation.h,
3504	include/Inventor/nodes/SoAntiSquish.h,
3505	include/Inventor/nodes/SoArray.h,
3506	include/Inventor/nodes/SoAsciiText.h,
3507	include/Inventor/nodes/SoBaseColor.h,
3508	include/Inventor/nodes/SoBlinker.h,
3509	include/Inventor/nodes/SoCallback.h,
3510	include/Inventor/nodes/SoCamera.h,
3511	include/Inventor/nodes/SoClipPlane.h,
3512	include/Inventor/nodes/SoColorIndex.h,
3513	include/Inventor/nodes/SoComplexity.h,
3514	include/Inventor/nodes/SoCone.h,
3515	include/Inventor/nodes/SoCoordinate3.h,
3516	include/Inventor/nodes/SoCoordinate4.h,
3517	include/Inventor/nodes/SoCube.h,
3518	include/Inventor/nodes/SoCylinder.h,
3519	include/Inventor/nodes/SoDirectionalLight.h,
3520	include/Inventor/nodes/SoDrawStyle.h,
3521	include/Inventor/nodes/SoEnvironment.h,
3522	include/Inventor/nodes/SoEventCallback.h,
3523	include/Inventor/nodes/SoExtSelection.h,
3524	include/Inventor/nodes/SoFaceSet.h,
3525	include/Inventor/nodes/SoFile.h, include/Inventor/nodes/SoFont.h,
3526	include/Inventor/nodes/SoFontStyle.h,
3527	include/Inventor/nodes/SoGroup.h, include/Inventor/nodes/SoImage.h,
3528	include/Inventor/nodes/SoIndexedFaceSet.h,
3529	include/Inventor/nodes/SoIndexedLineSet.h,
3530	include/Inventor/nodes/SoIndexedNurbsCurve.h,
3531	include/Inventor/nodes/SoIndexedNurbsSurface.h,
3532	include/Inventor/nodes/SoIndexedShape.h,
3533	include/Inventor/nodes/SoIndexedTriangleStripSet.h,
3534	include/Inventor/nodes/SoInfo.h, include/Inventor/nodes/SoLOD.h,
3535	include/Inventor/nodes/SoLabel.h,
3536	include/Inventor/nodes/SoLevelOfDetail.h,
3537	include/Inventor/nodes/SoLevelOfSimplification.h,
3538	include/Inventor/nodes/SoLight.h,
3539	include/Inventor/nodes/SoLightModel.h,
3540	include/Inventor/nodes/SoLineSet.h,
3541	include/Inventor/nodes/SoLinearProfile.h,
3542	include/Inventor/nodes/SoLocateHighlight.h,
3543	include/Inventor/nodes/SoMarkerSet.h,
3544	include/Inventor/nodes/SoMaterial.h,
3545	include/Inventor/nodes/SoMaterialBinding.h,
3546	include/Inventor/nodes/SoMatrixTransform.h,
3547	include/Inventor/nodes/SoMultipleCopy.h,
3548	include/Inventor/nodes/SoNode.h,
3549	include/Inventor/nodes/SoNonIndexedShape.h,
3550	include/Inventor/nodes/SoNormal.h,
3551	include/Inventor/nodes/SoNormalBinding.h,
3552	include/Inventor/nodes/SoNurbsCurve.h,
3553	include/Inventor/nodes/SoNurbsProfile.h,
3554	include/Inventor/nodes/SoNurbsSurface.h,
3555	include/Inventor/nodes/SoOrthographicCamera.h,
3556	include/Inventor/nodes/SoPackedColor.h,
3557	include/Inventor/nodes/SoPathSwitch.h,
3558	include/Inventor/nodes/SoPendulum.h,
3559	include/Inventor/nodes/SoPerspectiveCamera.h,
3560	include/Inventor/nodes/SoPickStyle.h,
3561	include/Inventor/nodes/SoPointLight.h,
3562	include/Inventor/nodes/SoPointSet.h,
3563	include/Inventor/nodes/SoPolygonOffset.h,
3564	include/Inventor/nodes/SoProfile.h,
3565	include/Inventor/nodes/SoProfileCoordinate2.h,
3566	include/Inventor/nodes/SoProfileCoordinate3.h,
3567	include/Inventor/nodes/SoQuadMesh.h,
3568	include/Inventor/nodes/SoResetTransform.h,
3569	include/Inventor/nodes/SoRotation.h,
3570	include/Inventor/nodes/SoRotationXYZ.h,
3571	include/Inventor/nodes/SoRotor.h, include/Inventor/nodes/SoScale.h,
3572	include/Inventor/nodes/SoSelection.h,
3573	include/Inventor/nodes/SoSeparator.h,
3574	include/Inventor/nodes/SoShape.h,
3575	include/Inventor/nodes/SoShapeHints.h,
3576	include/Inventor/nodes/SoShuttle.h,
3577	include/Inventor/nodes/SoSphere.h,
3578	include/Inventor/nodes/SoSpotLight.h,
3579	include/Inventor/nodes/SoSubNode.h,
3580	include/Inventor/nodes/SoSurroundScale.h,
3581	include/Inventor/nodes/SoSwitch.h,
3582	include/Inventor/nodes/SoText2.h, include/Inventor/nodes/SoText3.h,
3583	include/Inventor/nodes/SoTexture2.h,
3584	include/Inventor/nodes/SoTexture2Transform.h,
3585	include/Inventor/nodes/SoTextureCoordinate2.h,
3586	include/Inventor/nodes/SoTextureCoordinateBinding.h,
3587	include/Inventor/nodes/SoTextureCoordinateDefault.h,
3588	include/Inventor/nodes/SoTextureCoordinateEnvironment.h,
3589	include/Inventor/nodes/SoTextureCoordinateFunction.h,
3590	include/Inventor/nodes/SoTextureCoordinatePlane.h,
3591	include/Inventor/nodes/SoTransform.h,
3592	include/Inventor/nodes/SoTransformSeparator.h,
3593	include/Inventor/nodes/SoTransformation.h,
3594	include/Inventor/nodes/SoTranslation.h,
3595	include/Inventor/nodes/SoTriangleStripSet.h,
3596	include/Inventor/nodes/SoUnits.h,
3597	include/Inventor/nodes/SoVertexProperty.h,
3598	include/Inventor/nodes/SoVertexShape.h,
3599	include/Inventor/nodes/SoWWWAnchor.h,
3600	include/Inventor/nodes/SoWWWInline.h, scripts/coin.el,
3601	src/Makefile.am, src/SoDB.cpp, src/SoInput.cpp,
3602	src/SoInteraction.cpp, src/SoPath.cpp, src/SoPickedPoint.cpp,
3603	src/SoType.cpp, src/VRMLnodes/SoVRMLInterpolator.cpp,
3604	src/actions/SoAction.cpp,
3605	src/actions/SoBoxHighlightRenderAction.cpp,
3606	src/actions/SoCallbackAction.cpp, src/actions/SoGLRenderAction.cpp,
3607	src/actions/SoGetBoundingBoxAction.cpp,
3608	src/actions/SoGetMatrixAction.cpp,
3609	src/actions/SoGetPrimitiveCountAction.cpp,
3610	src/actions/SoGlobalSimplifyAction.cpp,
3611	src/actions/SoGraphVerifyAction.cpp,
3612	src/actions/SoHandleEventAction.cpp,
3613	src/actions/SoLineHighlightRenderAction.cpp,
3614	src/actions/SoPickAction.cpp, src/actions/SoRayPickAction.cpp,
3615	src/actions/SoReorganizeAction.cpp, src/actions/SoSearchAction.cpp,
3616	src/actions/SoShapeSimplifyAction.cpp,
3617	src/actions/SoSimplifyAction.cpp, src/actions/SoToVRML2Action.cpp,
3618	src/actions/SoToVRMLAction.cpp, src/actions/SoWriteAction.cpp,
3619	src/elements/CleanAbstractElementSource.tpl,
3620	src/elements/CleanElementSource.tpl,
3621	src/elements/SoAccumulatedElement.cpp,
3622	src/elements/SoAmbientColorElement.cpp,
3623	src/elements/SoAnnoText3CharOrientElement.cpp,
3624	src/elements/SoAnnoText3FontSizeHintElement.cpp,
3625	src/elements/SoAnnoText3RenderPrintElement.cpp,
3626	src/elements/SoBBoxModelMatrixElement.cpp,
3627	src/elements/SoCacheElement.cpp,
3628	src/elements/SoClipPlaneElement.cpp,
3629	src/elements/SoComplexityElement.cpp,
3630	src/elements/SoComplexityTypeElement.cpp,
3631	src/elements/SoCoordinateElement.cpp,
3632	src/elements/SoCreaseAngleElement.cpp,
3633	src/elements/SoDecimationPercentageElement.cpp,
3634	src/elements/SoDecimationTypeElement.cpp,
3635	src/elements/SoDiffuseColorElement.cpp,
3636	src/elements/SoDirectionalLightElement.cpp,
3637	src/elements/SoDrawStyleElement.cpp, src/elements/SoElement.cpp,
3638	src/elements/SoEmissiveColorElement.cpp,
3639	src/elements/SoEnvironmentElement.cpp,
3640	src/elements/SoFloatElement.cpp,
3641	src/elements/SoFocalDistanceElement.cpp,
3642	src/elements/SoFontNameElement.cpp,
3643	src/elements/SoFontSizeElement.cpp,
3644	src/elements/SoGLAmbientColorElement.cpp,
3645	src/elements/SoGLClipPlaneElement.cpp,
3646	src/elements/SoGLCoordinateElement.cpp,
3647	src/elements/SoGLDiffuseColorElement.cpp,
3648	src/elements/SoGLDrawStyleElement.cpp,
3649	src/elements/SoGLEmissiveColorElement.cpp,
3650	src/elements/SoGLEnvironmentElement.cpp,
3651	src/elements/SoGLLightIdElement.cpp,
3652	src/elements/SoGLLightModelElement.cpp,
3653	src/elements/SoGLLinePatternElement.cpp,
3654	src/elements/SoGLLineWidthElement.cpp,
3655	src/elements/SoGLModelMatrixElement.cpp,
3656	src/elements/SoGLNormalElement.cpp,
3657	src/elements/SoGLNormalizeElement.cpp,
3658	src/elements/SoGLPointSizeElement.cpp,
3659	src/elements/SoGLPolygonOffsetElement.cpp,
3660	src/elements/SoGLPolygonStippleElement.cpp,
3661	src/elements/SoGLProjectionMatrixElement.cpp,
3662	src/elements/SoGLRenderPassElement.cpp,
3663	src/elements/SoGLShadeModelElement.cpp,
3664	src/elements/SoGLShapeHintsElement.cpp,
3665	src/elements/SoGLShininessElement.cpp,
3666	src/elements/SoGLSpecularColorElement.cpp,
3667	src/elements/SoGLTextureCoordinateElement.cpp,
3668	src/elements/SoGLTextureEnabledElement.cpp,
3669	src/elements/SoGLTextureImageElement.cpp,
3670	src/elements/SoGLTextureMatrixElement.cpp,
3671	src/elements/SoGLUpdateAreaElement.cpp,
3672	src/elements/SoGLViewingMatrixElement.cpp,
3673	src/elements/SoGLViewportRegionElement.cpp,
3674	src/elements/SoInt32Element.cpp,
3675	src/elements/SoLightAttenuationElement.cpp,
3676	src/elements/SoLightElement.cpp,
3677	src/elements/SoLightModelElement.cpp,
3678	src/elements/SoLinePatternElement.cpp,
3679	src/elements/SoLineWidthElement.cpp,
3680	src/elements/SoLocalBBoxMatrixElement.cpp,
3681	src/elements/SoMaterialBindingElement.cpp,
3682	src/elements/SoModelMatrixElement.cpp,
3683	src/elements/SoNormalBindingElement.cpp,
3684	src/elements/SoNormalElement.cpp,
3685	src/elements/SoOverrideElement.cpp,
3686	src/elements/SoPROTOElement.cpp, src/elements/SoPickRayElement.cpp,
3687	src/elements/SoPickStyleElement.cpp,
3688	src/elements/SoPointSizeElement.cpp,
3689	src/elements/SoPolygonOffsetElement.cpp,
3690	src/elements/SoProfileCoordinateElement.cpp,
3691	src/elements/SoProfileElement.cpp,
3692	src/elements/SoProjectionMatrixElement.cpp,
3693	src/elements/SoReplacedElement.cpp,
3694	src/elements/SoShapeHintsElement.cpp,
3695	src/elements/SoShapeStyleElement.cpp,
3696	src/elements/SoShininessElement.cpp,
3697	src/elements/SoSpecularColorElement.cpp,
3698	src/elements/SoSwitchElement.cpp,
3699	src/elements/SoTextOutlineEnabledElement.cpp,
3700	src/elements/SoTextureCoordinateBindingElement.cpp,
3701	src/elements/SoTextureCoordinateElement.cpp,
3702	src/elements/SoTextureImageElement.cpp,
3703	src/elements/SoTextureMatrixElement.cpp,
3704	src/elements/SoTextureQualityElement.cpp,
3705	src/elements/SoTransparencyElement.cpp,
3706	src/elements/SoUnitsElement.cpp,
3707	src/elements/SoViewVolumeElement.cpp,
3708	src/elements/SoViewingMatrixElement.cpp,
3709	src/elements/SoViewportRegionElement.cpp,
3710	src/elements/SoWindowElement.cpp, src/errors/SoDebugError.cpp,
3711	src/errors/SoError.cpp, src/errors/SoMemoryError.cpp,
3712	src/errors/SoReadError.cpp, src/fields/SoField.cpp,
3713	src/fields/SoFieldContainer.cpp, src/fields/SoMFBitMask.cpp,
3714	src/fields/SoMFBool.cpp, src/fields/SoMFColor.cpp,
3715	src/fields/SoMFEngine.cpp, src/fields/SoMFEnum.cpp,
3716	src/fields/SoMFFloat.cpp, src/fields/SoMFInt32.cpp,
3717	src/fields/SoMFMatrix.cpp, src/fields/SoMFName.cpp,
3718	src/fields/SoMFNode.cpp, src/fields/SoMFPath.cpp,
3719	src/fields/SoMFPlane.cpp, src/fields/SoMFRotation.cpp,
3720	src/fields/SoMFShort.cpp, src/fields/SoMFString.cpp,
3721	src/fields/SoMFTime.cpp, src/fields/SoMFUInt32.cpp,
3722	src/fields/SoMFUShort.cpp, src/fields/SoMFVec2f.cpp,
3723	src/fields/SoMFVec3f.cpp, src/fields/SoMFVec4f.cpp,
3724	src/fields/SoMField.cpp, src/fields/SoSFBitMask.cpp,
3725	src/fields/SoSFBool.cpp, src/fields/SoSFColor.cpp,
3726	src/fields/SoSFEngine.cpp, src/fields/SoSFEnum.cpp,
3727	src/fields/SoSFFloat.cpp, src/fields/SoSFImage.cpp,
3728	src/fields/SoSFInt32.cpp, src/fields/SoSFMatrix.cpp,
3729	src/fields/SoSFName.cpp, src/fields/SoSFNode.cpp,
3730	src/fields/SoSFPath.cpp, src/fields/SoSFPlane.cpp,
3731	src/fields/SoSFRotation.cpp, src/fields/SoSFShort.cpp,
3732	src/fields/SoSFString.cpp, src/fields/SoSFTime.cpp,
3733	src/fields/SoSFTrigger.cpp, src/fields/SoSFUInt32.cpp,
3734	src/fields/SoSFUShort.cpp, src/fields/SoSFVec2f.cpp,
3735	src/fields/SoSFVec3f.cpp, src/fields/SoSFVec4f.cpp,
3736	src/fields/SoSField.cpp, src/misc/SoBase.cpp,
3737	src/nodekits/Makefile.am, src/nodekits/SoAppearanceKit.cpp,
3738	src/nodekits/SoBaseKit.cpp, src/nodekits/SoCameraKit.cpp,
3739	src/nodekits/SoInteractionKit.cpp, src/nodekits/SoLightKit.cpp,
3740	src/nodekits/SoNodeKit.cpp, src/nodekits/SoNodeKitListPart.cpp,
3741	src/nodekits/SoNodeKitPath.cpp, src/nodekits/SoNodekitCatalog.cpp,
3742	src/nodekits/SoSceneKit.cpp, src/nodekits/SoSeparatorKit.cpp,
3743	src/nodekits/SoShapeKit.cpp, src/nodekits/SoWrapperKit.cpp,
3744	src/nodekits/nodekits.metadon,
3745	src/nodes/InitNodeAbstractSource.tpl, src/nodes/InitNodeSource.tpl,
3746	src/nodes/NodeAbstractClassTypeImplementation.tpl,
3747	src/nodes/NodeAbstractSource.tpl,
3748	src/nodes/NodeClassTypeSource.tpl, src/nodes/NodeConstructor.tpl,
3749	src/nodes/NodeSource.tpl, src/nodes/SoAnnoText3.cpp,
3750	src/nodes/SoAnnoText3Property.cpp, src/nodes/SoAnnotation.cpp,
3751	src/nodes/SoAntiSquish.cpp, src/nodes/SoArray.cpp,
3752	src/nodes/SoAsciiText.cpp, src/nodes/SoBaseColor.cpp,
3753	src/nodes/SoBlinker.cpp, src/nodes/SoCallback.cpp,
3754	src/nodes/SoCamera.cpp, src/nodes/SoClipPlane.cpp,
3755	src/nodes/SoColorIndex.cpp, src/nodes/SoComplexity.cpp,
3756	src/nodes/SoCone.cpp, src/nodes/SoCoordinate3.cpp,
3757	src/nodes/SoCoordinate4.cpp, src/nodes/SoCube.cpp,
3758	src/nodes/SoCylinder.cpp, src/nodes/SoDirectionalLight.cpp,
3759	src/nodes/SoDrawStyle.cpp, src/nodes/SoEnvironment.cpp,
3760	src/nodes/SoEventCallback.cpp, src/nodes/SoExtSelection.cpp,
3761	src/nodes/SoFaceSet.cpp, src/nodes/SoFile.cpp,
3762	src/nodes/SoFont.cpp, src/nodes/SoFontStyle.cpp,
3763	src/nodes/SoGroup.cpp, src/nodes/SoImage.cpp,
3764	src/nodes/SoIndexedFaceSet.cpp, src/nodes/SoIndexedLineSet.cpp,
3765	src/nodes/SoIndexedNurbsCurve.cpp,
3766	src/nodes/SoIndexedNurbsSurface.cpp, src/nodes/SoIndexedShape.cpp,
3767	src/nodes/SoIndexedTriangleStripSet.cpp, src/nodes/SoInfo.cpp,
3768	src/nodes/SoLOD.cpp, src/nodes/SoLabel.cpp,
3769	src/nodes/SoLevelOfDetail.cpp,
3770	src/nodes/SoLevelOfSimplification.cpp, src/nodes/SoLight.cpp,
3771	src/nodes/SoLightModel.cpp, src/nodes/SoLineSet.cpp,
3772	src/nodes/SoLinearProfile.cpp, src/nodes/SoLocateHighlight.cpp,
3773	src/nodes/SoMarkerSet.cpp, src/nodes/SoMaterial.cpp,
3774	src/nodes/SoMaterialBinding.cpp, src/nodes/SoMatrixTransform.cpp,
3775	src/nodes/SoMultipleCopy.cpp, src/nodes/SoNode.cpp,
3776	src/nodes/SoNonIndexedShape.cpp, src/nodes/SoNormal.cpp,
3777	src/nodes/SoNormalBinding.cpp, src/nodes/SoNurbsCurve.cpp,
3778	src/nodes/SoNurbsProfile.cpp, src/nodes/SoNurbsSurface.cpp,
3779	src/nodes/SoOrthographicCamera.cpp, src/nodes/SoPackedColor.cpp,
3780	src/nodes/SoPathSwitch.cpp, src/nodes/SoPendulum.cpp,
3781	src/nodes/SoPerspectiveCamera.cpp, src/nodes/SoPickStyle.cpp,
3782	src/nodes/SoPointLight.cpp, src/nodes/SoPointSet.cpp,
3783	src/nodes/SoPolygonOffset.cpp, src/nodes/SoProfile.cpp,
3784	src/nodes/SoProfileCoordinate2.cpp,
3785	src/nodes/SoProfileCoordinate3.cpp, src/nodes/SoQuadMesh.cpp,
3786	src/nodes/SoResetTransform.cpp, src/nodes/SoRotation.cpp,
3787	src/nodes/SoRotationXYZ.cpp, src/nodes/SoRotor.cpp,
3788	src/nodes/SoScale.cpp, src/nodes/SoSelection.cpp,
3789	src/nodes/SoSeparator.cpp, src/nodes/SoShape.cpp,
3790	src/nodes/SoShapeHints.cpp, src/nodes/SoShuttle.cpp,
3791	src/nodes/SoSphere.cpp, src/nodes/SoSpotLight.cpp,
3792	src/nodes/SoSurroundScale.cpp, src/nodes/SoSwitch.cpp,
3793	src/nodes/SoText2.cpp, src/nodes/SoText3.cpp,
3794	src/nodes/SoTexture2.cpp, src/nodes/SoTexture2Transform.cpp,
3795	src/nodes/SoTextureCoordinate2.cpp,
3796	src/nodes/SoTextureCoordinateBinding.cpp,
3797	src/nodes/SoTextureCoordinateDefault.cpp,
3798	src/nodes/SoTextureCoordinateEnvironment.cpp,
3799	src/nodes/SoTextureCoordinateFunction.cpp,
3800	src/nodes/SoTextureCoordinatePlane.cpp, src/nodes/SoTransform.cpp,
3801	src/nodes/SoTransformSeparator.cpp, src/nodes/SoTransformation.cpp,
3802	src/nodes/SoTranslation.cpp, src/nodes/SoTriangleStripSet.cpp,
3803	src/nodes/SoUnits.cpp, src/nodes/SoVertexProperty.cpp,
3804	src/nodes/SoVertexShape.cpp, src/nodes/SoWWWAnchor.cpp,
3805	src/nodes/SoWWWInline.cpp:
3806	* removed the "cleanClass" and "clean" methods -- almost all of
3807	them were   empty, and we should anyway use a better technique for
3808	doing cleanup at   exit -- ANSI C or POSIX provides a hook we could
3809	use.
3810	* moved common code in node classes from templates to macros.
3811	* added class definition and code skeletons for all nodekit related
3812	classes.
3813	* misc other minor fixes.
3814
38151999-11-05 14:50  mortene
3816
3817	* src/actions/SoRayPickAction.cpp:
3818	Bugfix by pederb.
3819
38201999-11-04 15:08  mortene
3821
3822	* include/Inventor/SbDict.h, include/Inventor/SbViewVolume.h,
3823	include/Inventor/SoPath.h, include/Inventor/SoPickedPoint.h,
3824	include/Inventor/SoType.h, include/Inventor/actions/SoPickAction.h,
3825	include/Inventor/actions/SoRayPickAction.h,
3826	include/Inventor/elements/SoOverrideElement.h,
3827	include/Inventor/lists/SbList.h,
3828	include/Inventor/lists/SoActionMethodList.h,
3829	include/Inventor/nodes/SoPickStyle.h,
3830	include/Inventor/nodes/SoTexture2Transform.h,
3831	models/oiv_compliance/includefile.iv, src/SoDB.cpp, src/SoPath.cpp,
3832	src/SoPickedPoint.cpp, src/SoType.cpp,
3833	src/actions/ActionSource.tpl, src/actions/SoAction.cpp,
3834	src/actions/SoBoxHighlightRenderAction.cpp,
3835	src/actions/SoCallbackAction.cpp, src/actions/SoGLRenderAction.cpp,
3836	src/actions/SoGetBoundingBoxAction.cpp,
3837	src/actions/SoGetMatrixAction.cpp,
3838	src/actions/SoGetPrimitiveCountAction.cpp,
3839	src/actions/SoGlobalSimplifyAction.cpp,
3840	src/actions/SoGraphVerifyAction.cpp,
3841	src/actions/SoHandleEventAction.cpp,
3842	src/actions/SoLineHighlightRenderAction.cpp,
3843	src/actions/SoPickAction.cpp, src/actions/SoRayPickAction.cpp,
3844	src/actions/SoReorganizeAction.cpp, src/actions/SoSearchAction.cpp,
3845	src/actions/SoShapeSimplifyAction.cpp,
3846	src/actions/SoSimplifyAction.cpp, src/actions/SoToVRML2Action.cpp,
3847	src/actions/SoToVRMLAction.cpp, src/actions/SoWriteAction.cpp,
3848	src/base/SbBox3f.cpp, src/base/SbDict.cpp, src/base/SbRotation.cpp,
3849	src/base/SbViewVolume.cpp,
3850	src/elements/SoGLViewingMatrixElement.cpp,
3851	src/elements/SoOverrideElement.cpp,
3852	src/lists/SoActionMethodList.cpp, src/misc/SoGLFaceSetTemplate.cpp,
3853	src/nodes/SoArray.cpp, src/nodes/SoCamera.cpp,
3854	src/nodes/SoClipPlane.cpp, src/nodes/SoComplexity.cpp,
3855	src/nodes/SoCone.cpp, src/nodes/SoCoordinate3.cpp,
3856	src/nodes/SoCoordinate4.cpp, src/nodes/SoCube.cpp,
3857	src/nodes/SoDirectionalLight.cpp, src/nodes/SoDrawStyle.cpp,
3858	src/nodes/SoFile.cpp, src/nodes/SoFont.cpp,
3859	src/nodes/SoFontStyle.cpp, src/nodes/SoGroup.cpp,
3860	src/nodes/SoLightModel.cpp, src/nodes/SoMarkerSet.cpp,
3861	src/nodes/SoMaterial.cpp, src/nodes/SoMaterialBinding.cpp,
3862	src/nodes/SoMatrixTransform.cpp, src/nodes/SoMultipleCopy.cpp,
3863	src/nodes/SoNode.cpp, src/nodes/SoNormal.cpp,
3864	src/nodes/SoNormalBinding.cpp, src/nodes/SoPerspectiveCamera.cpp,
3865	src/nodes/SoPickStyle.cpp, src/nodes/SoPointLight.cpp,
3866	src/nodes/SoPolygonOffset.cpp, src/nodes/SoProfile.cpp,
3867	src/nodes/SoProfileCoordinate2.cpp,
3868	src/nodes/SoProfileCoordinate3.cpp, src/nodes/SoResetTransform.cpp,
3869	src/nodes/SoRotation.cpp, src/nodes/SoRotationXYZ.cpp,
3870	src/nodes/SoScale.cpp, src/nodes/SoSeparator.cpp,
3871	src/nodes/SoShape.cpp, src/nodes/SoShapeHints.cpp,
3872	src/nodes/SoSpotLight.cpp, src/nodes/SoSwitch.cpp,
3873	src/nodes/SoTexture2Transform.cpp,
3874	src/nodes/SoTextureCoordinateBinding.cpp,
3875	src/nodes/SoTransform.cpp, src/nodes/SoTransformSeparator.cpp,
3876	src/nodes/SoTransformation.cpp, src/nodes/SoTranslation.cpp,
3877	src/nodes/SoUnits.cpp, src/nodes/SoVertexProperty.cpp:
3878	Start of interaction support in Coin by pederb (yay!). Patch also
3879	includes misc other fixes.
3880
38811999-11-03 13:51  mortene
3882
3883	* configure.in:
3884	Fix stupid default behaviour from g++. Reported by pederb.
3885
38861999-11-03 11:41  mortene
3887
3888	* HACKING:
3889	Minor change.
3890
38911999-11-03 11:08  mortene
3892
3893	* configure.in:
3894	Better detection for g++ when using "g++-only" supported features.
3895	Problems reported by pederb.
3896
38971999-11-01 16:20  mortene
3898
3899	* docs/plan.txt:
3900	Minor updates/fixes.
3901
39021999-11-01 16:14  mortene
3903
3904	* src/nodes/SoPerspectiveCamera.cpp:
3905	BeOS needs math.h to be included to see atan(). Reported by larsa.
3906
39071999-11-01 15:51  mortene
3908
3909	* configure.in:
3910	Autoconf code to see if we need "-lm" when linking. By larsa.
3911
39121999-11-01 09:59  mortene
3913
3914	* src/base/SbDict.cpp:
3915	Minor codestyle fixes.
3916
39171999-11-01 09:45  mortene
3918
3919	* include/Inventor/events/SoEvents.h, src/events/Makefile.am:
3920	Add "convenience-header" SoEvents.h.
3921
39221999-11-01 09:41  mortene
3923
3924	* docs/plan.txt:
3925	Added a small point.
3926
39271999-10-31 16:52  mortene
3928
3929	* docs/plan.txt:
3930	Started writing "milestones"-paper.
3931
39321999-10-27 15:05  mortene
3933
3934	* src/caches/SoNormalCache.cpp:
3935	Bugfix by pederb.
3936
39371999-10-26 15:55  mortene
3938
3939	* src/: Makefile.am, actions/Makefile.am, elements/Makefile.am,
3940	engines/Makefile.am, errors/Makefile.am, events/Makefile.am,
3941	fields/Makefile.am, nodes/Makefile.am, projectors/Makefile.am,
3942	sensors/Makefile.am:
3943	Added header files missing from the installation process, as
3944	discovered by pederb.
3945
39461999-10-26 15:32  mortene
3947
3948	* configure.in, include/Inventor/details/DetailHeader.tpl,
3949	include/Inventor/details/SoConeDetail.h,
3950	include/Inventor/details/SoCubeDetail.h,
3951	include/Inventor/details/SoCylinderDetail.h,
3952	include/Inventor/details/SoDetail.h,
3953	include/Inventor/details/SoDetails.h,
3954	include/Inventor/details/SoFaceDetail.h,
3955	include/Inventor/details/SoLineDetail.h,
3956	include/Inventor/details/SoPointDetail.h,
3957	include/Inventor/details/SoTextDetail.h, src/Makefile.am,
3958	src/SoDB.cpp, src/details/DetailSource.tpl,
3959	src/details/Makefile.am, src/details/SoConeDetail.cpp,
3960	src/details/SoCubeDetail.cpp, src/details/SoCylinderDetail.cpp,
3961	src/details/SoDetail.cpp, src/details/SoFaceDetail.cpp,
3962	src/details/SoLineDetail.cpp, src/details/SoPointDetail.cpp,
3963	src/details/SoTextDetail.cpp:
3964	Initial implementation of the detail classes by pederb.
3965
39661999-10-25 20:31  mortene
3967
3968	* include/Inventor/elements/SoElement.h,
3969	include/Inventor/lists/SbList.h,
3970	include/Inventor/lists/SoTypeList.h, src/SoType.cpp,
3971	src/elements/SoElement.cpp, src/lists/SoEnabledElementsList.cpp,
3972	src/lists/SoTypeList.cpp:
3973	Made SoTypeList inherit SbList<SoType> instead of the generic (void
3974	*) SbPList, which cleaned out a number of ugly hacks.
3975
39761999-10-19 18:06  mortene
3977
3978	* acsite.m4, configure.in:
3979	Quick hack as a work-around for when MesaGL needs -lm, as reported
3980	by kintel.
3981
39821999-10-19 17:53  mortene
3983
3984	* include/Inventor/SbBasic.h.in:
3985	Removed unnecessary parentheses in inline function (my mistake, I
3986	was thinking in terms of macros).
3987
39881999-10-19 13:38  mortene
3989
3990	* include/Inventor/SbTesselator.h, src/base/SbTesselator.cpp:
3991	Updates to SbTesselator by pederb.
3992
39931999-10-14 23:09  mortene
3994
3995	* docs/Configure.help:
3996	File not in use anymore.
3997
39981999-10-14 11:58  mortene
3999
4000	* include/Inventor/lists/SbList.h:
4001	pederb fixed a nasty bug.
4002
40031999-10-14 11:57  mortene
4004
4005	* src/base/SbPlane.cpp:
4006	SbPlane::isInHalfSpace() can use SbPlane::getDistance().
4007
40081999-10-13 10:14  mortene
4009
4010	* include/Inventor/SbBasic.h.in, include/Inventor/SbMatrix.h,
4011	include/Inventor/SbPlane.h, src/base/Makefile.am,
4012	src/base/SbMatrix.cpp, src/base/SbPlane.cpp,
4013	src/base/SbTesselator.cpp:
4014	pederb added a few new methods (SbMatrix and SbPlane, SbSqr in
4015	SbBasic.h), and did a few clean-ups (SbPlane and SbTesselator).
4016
40171999-10-13 10:11  mortene
4018
4019	* include/Inventor/SbOctTree.h, src/base/SbOctTree.cpp:
4020	pederb added oct-tree class.
4021
40221999-10-09 22:35  mortene
4023
4024	* examples/.cvsignore, src/VRMLnodes/.cvsignore,
4025	src/actions/.cvsignore, src/base/.cvsignore,
4026	src/bundles/.cvsignore, src/caches/.cvsignore,
4027	src/elements/.cvsignore, src/engines/.cvsignore,
4028	src/errors/.cvsignore, src/events/.cvsignore,
4029	src/fields/.cvsignore, src/lists/.cvsignore, src/misc/.cvsignore,
4030	src/nodekits/.cvsignore, src/nodes/.cvsignore,
4031	src/projectors/.cvsignore, src/sensors/.cvsignore:
4032	Added missing files to .cvsignore.
4033
40341999-10-09 21:56  mortene
4035
4036	* HACKING, Makefile.am, TODO, configure.in, docs/todo.txt,
4037	examples/Makefile.am:
4038	Added first example to distribution: a clone of OIV's ``ivcat''
4039	tool.
4040
40411999-10-09 21:54  mortene
4042
4043	* src/: fields/SoMField.cpp, nodes/SoVertexShape.cpp:
4044	A couple of minor writeaction related things.
4045
40461999-10-09 14:02  mortene
4047
4048	* Metadon.conf, configure.in, scripts/metadon, scripts/metadon.pl,
4049	src/.cvsignore, src/Base.in, src/General.in, src/Makefile.am,
4050	src/SbBSPTree.cpp, src/SbBox2f.cpp, src/SbBox2s.cpp,
4051	src/SbBox3f.cpp, src/SbColor.cpp, src/SbColor4f.cpp,
4052	src/SbCylinder.cpp, src/SbDict.cpp, src/SbHeap.cpp, src/SbLine.cpp,
4053	src/SbMatrix.cpp, src/SbName.cpp, src/SbPlane.cpp,
4054	src/SbRotation.cpp, src/SbSphere.cpp, src/SbString.cpp,
4055	src/SbTesselator.cpp, src/SbTime.cpp, src/SbVec2f.cpp,
4056	src/SbVec2s.cpp, src/SbVec3f.cpp, src/SbVec4f.cpp,
4057	src/SbViewVolume.cpp, src/SbViewportRegion.cpp, src/SbXfBox3f.cpp,
4058	src/general.metadon, src/actions/Config.in,
4059	src/actions/actions.metadon, src/base/.cvsignore,
4060	src/base/Makefile.am, src/base/SbBSPTree.cpp, src/base/SbBox2f.cpp,
4061	src/base/SbBox2s.cpp, src/base/SbBox3f.cpp, src/base/SbColor.cpp,
4062	src/base/SbColor4f.cpp, src/base/SbCylinder.cpp,
4063	src/base/SbDict.cpp, src/base/SbHeap.cpp, src/base/SbLine.cpp,
4064	src/base/SbMatrix.cpp, src/base/SbName.cpp, src/base/SbPlane.cpp,
4065	src/base/SbRotation.cpp, src/base/SbSphere.cpp,
4066	src/base/SbString.cpp, src/base/SbTesselator.cpp,
4067	src/base/SbTime.cpp, src/base/SbVec2f.cpp, src/base/SbVec2s.cpp,
4068	src/base/SbVec3f.cpp, src/base/SbVec4f.cpp,
4069	src/base/SbViewVolume.cpp, src/base/SbViewportRegion.cpp,
4070	src/base/SbXfBox3f.cpp, src/base/base.metadon,
4071	src/bundles/Config.in, src/bundles/bundles.metadon,
4072	src/caches/Config.in, src/caches/caches.metadon,
4073	src/details/Config.in, src/details/details.metadon,
4074	src/draggers/Config.in, src/draggers/draggers.metadon,
4075	src/elements/Config.in, src/elements/elements.metadon,
4076	src/engines/Config.in, src/engines/engines.metadon,
4077	src/errors/Config.in, src/errors/errors.metadon,
4078	src/events/Config.in, src/events/events.metadon,
4079	src/fields/Config.in, src/fields/fields.metadon,
4080	src/lists/Config.in, src/lists/lists.metadon, src/manips/Config.in,
4081	src/manips/manips.metadon, src/nodekits/Config.in,
4082	src/nodekits/nodekits.metadon, src/nodes/Config.in,
4083	src/nodes/nodes.metadon, src/projectors/Config.in,
4084	src/projectors/projectors.metadon, src/sensors/Config.in,
4085	src/sensors/sensors.metadon:
4086	Did some restructuring.
4087
40881999-10-08 18:20  mortene
4089
4090	* include/Inventor/SbHeap.h, include/Inventor/SbTesselator.h,
4091	include/Inventor/misc/SoTessellator.h, src/Makefile.am,
4092	src/SbHeap.cpp, src/SbTesselator.cpp,
4093	src/caches/SoConvexDataCache.cpp, src/misc/Makefile.am,
4094	src/misc/SoTessellator.cpp, src/nodes/SoFaceSet.cpp:
4095	Moved code in misc/SoTesselator to a new class SbTesselator. Added
4096	SbHeap.  By pederb.
4097
40981999-10-06 14:06  mortene
4099
4100	* acconfig.h, autogen.sh, include/Inventor/SbBasic.h.in:
4101	HAVE_LIBSIMAGE is now defined if the simage library is found on the
4102	system (a bug prevented this from happening).
4103
41041999-10-02 10:03  mortene
4105
4106	* .cvsignore, docs/todo.txt, include/Inventor/.cvsignore,
4107	src/coindev/.cvsignore, src/nodes/Makefile.am:
4108	Misc minor fixes.
4109
41101999-10-01 09:14  mortene
4111
4112	* include/Inventor/elements/SoWindowElement.h,
4113	include/Inventor/sensors/SoSensorManager.h,
4114	include/Inventor/system/inttypes.h, src/SoDB.cpp,
4115	src/misc/SoGL.cpp, src/nodes/SoText2.cpp:
4116	Fixes from pederb to make Coin compile with gcc under BeOS.
4117
41181999-09-30 09:39  mortene
4119
4120	* TODO:
4121	Added item.
4122
41231999-09-30 09:18  mortene
4124
4125	* docs/coin.doxygen:
4126	Made a small work-around for a doxygen problem.
4127
41281999-09-29 10:44  mortene
4129
4130	* src/fields/SoField.cpp:
4131	Made a work-around for what looks like a bug in egcs-2.91.66 and
4132	gcc 2.95.
4133
41341999-09-28 14:56  mortene
4135
4136	* TODO, docs/todo.txt:
4137	Moved a few items from docs/todo.txt into TODO.
4138
41391999-09-28 14:53  mortene
4140
4141	* TODO:
4142	Added entry. mortene.
4143
41441999-09-26 21:27  mortene
4145
4146	* HACKING, TODO, configure.in,
4147	docs/whitepapers/oiv_compatibility.txt, src/Makefile.am,
4148	src/coindev/Makefile.am, src/coindev/coindev.cpp:
4149	Added "testlib" idea from DDJ article for blindingly fast
4150	turn-around time in normal compile + link cycles.
4151
41521999-09-26 13:54  mortene
4153
4154	* TODO, configure.in:
4155	Look in the --prefix directory for libsimage if not found in any
4156	default locations.
4157
41581999-09-26 12:20  mortene
4159
4160	* configure.in, src/Makefile.am, src/VRMLnodes/Makefile.am,
4161	src/actions/Makefile.am, src/bundles/Makefile.am,
4162	src/caches/Makefile.am, src/elements/Makefile.am,
4163	src/engines/Makefile.am, src/errors/Makefile.am,
4164	src/events/Makefile.am, src/fields/Makefile.am,
4165	src/lists/Makefile.am, src/misc/Makefile.am,
4166	src/nodekits/Makefile.am, src/nodes/Makefile.am,
4167	src/projectors/Makefile.am, src/sensors/Makefile.am:
4168	Implemented "modules as dynamic libraries" hack to speed up the
4169	turn-around time when doing compile + link.
4170
41711999-09-25 18:55  mortene
4172
4173	* configure.in, include/Inventor/SbTime.h,
4174	include/Inventor/SoFullPath.h, include/Inventor/SoImageInterface.h,
4175	include/Inventor/SoSceneManager.h,
4176	include/Inventor/actions/SoActions.h,
4177	include/Inventor/actions/SoBoxHighlightRenderAction.h,
4178	include/Inventor/actions/SoCallbackAction.h,
4179	include/Inventor/actions/SoGLRenderAction.h,
4180	include/Inventor/actions/SoGenerateNormalsAction.h,
4181	include/Inventor/actions/SoGetMatrixAction.h,
4182	include/Inventor/actions/SoGetPrimitiveCountAction.h,
4183	include/Inventor/actions/SoGlobalSimplifyAction.h,
4184	include/Inventor/actions/SoGraphVerifyAction.h,
4185	include/Inventor/actions/SoHandleEventAction.h,
4186	include/Inventor/actions/SoLineHighlightRenderAction.h,
4187	include/Inventor/actions/SoPickAction.h,
4188	include/Inventor/actions/SoRayPickAction.h,
4189	include/Inventor/actions/SoReorganizeAction.h,
4190	include/Inventor/actions/SoSearchAction.h,
4191	include/Inventor/actions/SoShapeSimplifyAction.h,
4192	include/Inventor/actions/SoSimplifyAction.h,
4193	include/Inventor/actions/SoSubAction.h,
4194	include/Inventor/actions/SoToVRML2Action.h,
4195	include/Inventor/actions/SoToVRMLAction.h,
4196	include/Inventor/bundles/SoBundle.h,
4197	include/Inventor/bundles/SoMaterialBundle.h,
4198	include/Inventor/caches/SoBoundingBoxCache.h,
4199	include/Inventor/caches/SoCache.h,
4200	include/Inventor/caches/SoConvexDataCache.h,
4201	include/Inventor/caches/SoNormalCache.h,
4202	include/Inventor/caches/SoTextureCoordinateCache.h,
4203	include/Inventor/elements/SoAccumulatedElement.h,
4204	include/Inventor/elements/SoAmbientColorElement.h,
4205	include/Inventor/elements/SoAnnoText3CharOrientElement.h,
4206	include/Inventor/elements/SoAnnoText3FontSizeHintElement.h,
4207	include/Inventor/elements/SoAnnoText3RenderPrintElement.h,
4208	include/Inventor/elements/SoBBoxModelMatrixElement.h,
4209	include/Inventor/elements/SoCacheElement.h,
4210	include/Inventor/elements/SoClipPlaneElement.h,
4211	include/Inventor/elements/SoColorPacker.h,
4212	include/Inventor/elements/SoComplexityElement.h,
4213	include/Inventor/elements/SoComplexityTypeElement.h,
4214	include/Inventor/elements/SoCoordinateElement.h,
4215	include/Inventor/elements/SoCreaseAngleElement.h,
4216	include/Inventor/elements/SoDecimationPercentageElement.h,
4217	include/Inventor/elements/SoDecimationTypeElement.h,
4218	include/Inventor/elements/SoDiffuseColorElement.h,
4219	include/Inventor/elements/SoDrawStyleElement.h,
4220	include/Inventor/elements/SoElement.h,
4221	include/Inventor/elements/SoEmissiveColorElement.h,
4222	include/Inventor/elements/SoEnvironmentElement.h,
4223	include/Inventor/elements/SoFloatElement.h,
4224	include/Inventor/elements/SoFocalDistanceElement.h,
4225	include/Inventor/elements/SoFontNameElement.h,
4226	include/Inventor/elements/SoFontSizeElement.h,
4227	include/Inventor/elements/SoGLAmbientColorElement.h,
4228	include/Inventor/elements/SoGLClipPlaneElement.h,
4229	include/Inventor/elements/SoGLCoordinateElement.h,
4230	include/Inventor/elements/SoGLDiffuseColorElement.h,
4231	include/Inventor/elements/SoGLDrawStyleElement.h,
4232	include/Inventor/elements/SoGLEmissiveColorElement.h,
4233	include/Inventor/elements/SoGLEnvironmentElement.h,
4234	include/Inventor/elements/SoGLLightIdElement.h,
4235	include/Inventor/elements/SoGLLightModelElement.h,
4236	include/Inventor/elements/SoGLLinePatternElement.h,
4237	include/Inventor/elements/SoGLLineWidthElement.h,
4238	include/Inventor/elements/SoGLModelMatrixElement.h,
4239	include/Inventor/elements/SoGLNormalElement.h,
4240	include/Inventor/elements/SoGLNormalizeElement.h,
4241	include/Inventor/elements/SoGLPointSizeElement.h,
4242	include/Inventor/elements/SoGLPolygonOffsetElement.h,
4243	include/Inventor/elements/SoGLPolygonStippleElement.h,
4244	include/Inventor/elements/SoGLProjectionMatrixElement.h,
4245	include/Inventor/elements/SoGLRenderPassElement.h,
4246	include/Inventor/elements/SoGLShadeModelElement.h,
4247	include/Inventor/elements/SoGLShapeHintsElement.h,
4248	include/Inventor/elements/SoGLShininessElement.h,
4249	include/Inventor/elements/SoGLSpecularColorElement.h,
4250	include/Inventor/elements/SoGLTextureCoordinateElement.h,
4251	include/Inventor/elements/SoGLTextureEnabledElement.h,
4252	include/Inventor/elements/SoGLTextureImageElement.h,
4253	include/Inventor/elements/SoGLTextureMatrixElement.h,
4254	include/Inventor/elements/SoGLUpdateAreaElement.h,
4255	include/Inventor/elements/SoGLViewingMatrixElement.h,
4256	include/Inventor/elements/SoGLViewportRegionElement.h,
4257	include/Inventor/elements/SoInt32Element.h,
4258	include/Inventor/elements/SoLightAttenuationElement.h,
4259	include/Inventor/elements/SoLightElement.h,
4260	include/Inventor/elements/SoLightModelElement.h,
4261	include/Inventor/elements/SoLinePatternElement.h,
4262	include/Inventor/elements/SoLineWidthElement.h,
4263	include/Inventor/elements/SoLocalBBoxMatrixElement.h,
4264	include/Inventor/elements/SoMaterialBindingElement.h,
4265	include/Inventor/elements/SoModelMatrixElement.h,
4266	include/Inventor/elements/SoNormalBindingElement.h,
4267	include/Inventor/elements/SoNormalElement.h,
4268	include/Inventor/elements/SoOverrideElement.h,
4269	include/Inventor/elements/SoPROTOElement.h,
4270	include/Inventor/elements/SoPickRayElement.h,
4271	include/Inventor/elements/SoPickStyleElement.h,
4272	include/Inventor/elements/SoPointSizeElement.h,
4273	include/Inventor/elements/SoPolygonOffsetElement.h,
4274	include/Inventor/elements/SoProfileCoordinateElement.h,
4275	include/Inventor/elements/SoProfileElement.h,
4276	include/Inventor/elements/SoProjectionMatrixElement.h,
4277	include/Inventor/elements/SoShapeHintsElement.h,
4278	include/Inventor/elements/SoShininessElement.h,
4279	include/Inventor/elements/SoSpecularColorElement.h,
4280	include/Inventor/elements/SoSwitchElement.h,
4281	include/Inventor/elements/SoTextOutlineEnabledElement.h,
4282	include/Inventor/elements/SoTextureCoordinateBindingElement.h,
4283	include/Inventor/elements/SoTextureCoordinateElement.h,
4284	include/Inventor/elements/SoTextureImageElement.h,
4285	include/Inventor/elements/SoTextureMatrixElement.h,
4286	include/Inventor/elements/SoTextureQualityElement.h,
4287	include/Inventor/elements/SoTransparencyElement.h,
4288	include/Inventor/elements/SoUnitsElement.h,
4289	include/Inventor/elements/SoViewVolumeElement.h,
4290	include/Inventor/elements/SoViewingMatrixElement.h,
4291	include/Inventor/elements/SoViewportRegionElement.h,
4292	include/Inventor/engines/InterpolateHeader.tpl,
4293	include/Inventor/engines/SoBoolOperation.h,
4294	include/Inventor/engines/SoCalculator.h,
4295	include/Inventor/engines/SoComposeMatrix.h,
4296	include/Inventor/engines/SoComposeRotation.h,
4297	include/Inventor/engines/SoComposeVec2f.h,
4298	include/Inventor/engines/SoComposeVec3f.h,
4299	include/Inventor/engines/SoComposeVec4f.h,
4300	include/Inventor/engines/SoConcatenate.h,
4301	include/Inventor/engines/SoCounter.h,
4302	include/Inventor/engines/SoDecomposeMatrix.h,
4303	include/Inventor/engines/SoDecomposeRotation.h,
4304	include/Inventor/engines/SoDecomposeVec2f.h,
4305	include/Inventor/engines/SoDecomposeVec3f.h,
4306	include/Inventor/engines/SoDecomposeVec4f.h,
4307	include/Inventor/engines/SoElapsedTime.h,
4308	include/Inventor/engines/SoExpressionParser.h,
4309	include/Inventor/engines/SoGate.h,
4310	include/Inventor/engines/SoInterpolateFloat.h,
4311	include/Inventor/engines/SoInterpolateRotation.h,
4312	include/Inventor/engines/SoInterpolateVec2f.h,
4313	include/Inventor/engines/SoInterpolateVec3f.h,
4314	include/Inventor/engines/SoInterpolateVec4f.h,
4315	include/Inventor/engines/SoOnOff.h,
4316	include/Inventor/engines/SoOneShot.h,
4317	include/Inventor/engines/SoSelectOne.h,
4318	include/Inventor/engines/SoSubEngine.h,
4319	include/Inventor/engines/SoTriggerAny.h,
4320	include/Inventor/errors/SoMemoryError.h,
4321	include/Inventor/fields/SoMFBitMask.h,
4322	include/Inventor/fields/SoMFBool.h,
4323	include/Inventor/fields/SoMFColor.h,
4324	include/Inventor/fields/SoMFEngine.h,
4325	include/Inventor/fields/SoMFEnum.h,
4326	include/Inventor/fields/SoMFFloat.h,
4327	include/Inventor/fields/SoMFInt32.h,
4328	include/Inventor/fields/SoMFMatrix.h,
4329	include/Inventor/fields/SoMFName.h,
4330	include/Inventor/fields/SoMFNode.h,
4331	include/Inventor/fields/SoMFPath.h,
4332	include/Inventor/fields/SoMFPlane.h,
4333	include/Inventor/fields/SoMFRotation.h,
4334	include/Inventor/fields/SoMFShort.h,
4335	include/Inventor/fields/SoMFString.h,
4336	include/Inventor/fields/SoMFTime.h,
4337	include/Inventor/fields/SoMFUInt32.h,
4338	include/Inventor/fields/SoMFUShort.h,
4339	include/Inventor/fields/SoMFVec2f.h,
4340	include/Inventor/fields/SoMFVec3f.h,
4341	include/Inventor/fields/SoMFVec4f.h,
4342	include/Inventor/fields/SoSFBitMask.h,
4343	include/Inventor/fields/SoSFBool.h,
4344	include/Inventor/fields/SoSFColor.h,
4345	include/Inventor/fields/SoSFEngine.h,
4346	include/Inventor/fields/SoSFEnum.h,
4347	include/Inventor/fields/SoSFFloat.h,
4348	include/Inventor/fields/SoSFImage.h,
4349	include/Inventor/fields/SoSFInt32.h,
4350	include/Inventor/fields/SoSFMatrix.h,
4351	include/Inventor/fields/SoSFName.h,
4352	include/Inventor/fields/SoSFNode.h,
4353	include/Inventor/fields/SoSFPath.h,
4354	include/Inventor/fields/SoSFPlane.h,
4355	include/Inventor/fields/SoSFRotation.h,
4356	include/Inventor/fields/SoSFShort.h,
4357	include/Inventor/fields/SoSFString.h,
4358	include/Inventor/fields/SoSFTime.h,
4359	include/Inventor/fields/SoSFTrigger.h,
4360	include/Inventor/fields/SoSFUInt32.h,
4361	include/Inventor/fields/SoSFUShort.h,
4362	include/Inventor/fields/SoSFVec2f.h,
4363	include/Inventor/fields/SoSFVec3f.h,
4364	include/Inventor/fields/SoSFVec4f.h,
4365	include/Inventor/lists/SoBaseList.h,
4366	include/Inventor/lists/SoDetailList.h,
4367	include/Inventor/lists/SoEngineList.h,
4368	include/Inventor/lists/SoPickedPointList.h,
4369	include/Inventor/lists/SoTypeList.h,
4370	include/Inventor/misc/SoChildList.h,
4371	include/Inventor/misc/SoGLImage.h,
4372	include/Inventor/misc/SoNormalGenerator.h,
4373	include/Inventor/misc/SoTessellator.h,
4374	include/Inventor/nodes/SoAnnoText3.h,
4375	include/Inventor/nodes/SoAnnoText3Property.h,
4376	include/Inventor/nodes/SoAnnotation.h,
4377	include/Inventor/nodes/SoAntiSquish.h,
4378	include/Inventor/nodes/SoArray.h,
4379	include/Inventor/nodes/SoAsciiText.h,
4380	include/Inventor/nodes/SoBaseColor.h,
4381	include/Inventor/nodes/SoBlinker.h,
4382	include/Inventor/nodes/SoCallback.h,
4383	include/Inventor/nodes/SoCamera.h,
4384	include/Inventor/nodes/SoClipPlane.h,
4385	include/Inventor/nodes/SoColorIndex.h,
4386	include/Inventor/nodes/SoComplexity.h,
4387	include/Inventor/nodes/SoCone.h,
4388	include/Inventor/nodes/SoCoordinate3.h,
4389	include/Inventor/nodes/SoCoordinate4.h,
4390	include/Inventor/nodes/SoCube.h,
4391	include/Inventor/nodes/SoCylinder.h,
4392	include/Inventor/nodes/SoDirectionalLight.h,
4393	include/Inventor/nodes/SoDrawStyle.h,
4394	include/Inventor/nodes/SoEnvironment.h,
4395	include/Inventor/nodes/SoEventCallback.h,
4396	include/Inventor/nodes/SoExtSelection.h,
4397	include/Inventor/nodes/SoFaceSet.h,
4398	include/Inventor/nodes/SoFile.h, include/Inventor/nodes/SoFont.h,
4399	include/Inventor/nodes/SoFontStyle.h,
4400	include/Inventor/nodes/SoGroup.h, include/Inventor/nodes/SoImage.h,
4401	include/Inventor/nodes/SoIndexedFaceSet.h,
4402	include/Inventor/nodes/SoIndexedLineSet.h,
4403	include/Inventor/nodes/SoIndexedNurbsCurve.h,
4404	include/Inventor/nodes/SoIndexedNurbsSurface.h,
4405	include/Inventor/nodes/SoIndexedShape.h,
4406	include/Inventor/nodes/SoIndexedTriangleStripSet.h,
4407	include/Inventor/nodes/SoInfo.h, include/Inventor/nodes/SoLOD.h,
4408	include/Inventor/nodes/SoLabel.h,
4409	include/Inventor/nodes/SoLevelOfDetail.h,
4410	include/Inventor/nodes/SoLevelOfSimplification.h,
4411	include/Inventor/nodes/SoLight.h,
4412	include/Inventor/nodes/SoLightModel.h,
4413	include/Inventor/nodes/SoLineSet.h,
4414	include/Inventor/nodes/SoLinearProfile.h,
4415	include/Inventor/nodes/SoLocateHighlight.h,
4416	include/Inventor/nodes/SoMarkerSet.h,
4417	include/Inventor/nodes/SoMaterial.h,
4418	include/Inventor/nodes/SoMaterialBinding.h,
4419	include/Inventor/nodes/SoMatrixTransform.h,
4420	include/Inventor/nodes/SoMultipleCopy.h,
4421	include/Inventor/nodes/SoNonIndexedShape.h,
4422	include/Inventor/nodes/SoNormal.h,
4423	include/Inventor/nodes/SoNormalBinding.h,
4424	include/Inventor/nodes/SoNurbsProfile.h,
4425	include/Inventor/nodes/SoOrthographicCamera.h,
4426	include/Inventor/nodes/SoPackedColor.h,
4427	include/Inventor/nodes/SoPathSwitch.h,
4428	include/Inventor/nodes/SoPendulum.h,
4429	include/Inventor/nodes/SoPerspectiveCamera.h,
4430	include/Inventor/nodes/SoPickStyle.h,
4431	include/Inventor/nodes/SoPointLight.h,
4432	include/Inventor/nodes/SoPointSet.h,
4433	include/Inventor/nodes/SoPolygonOffset.h,
4434	include/Inventor/nodes/SoProfile.h,
4435	include/Inventor/nodes/SoProfileCoordinate2.h,
4436	include/Inventor/nodes/SoProfileCoordinate3.h,
4437	include/Inventor/nodes/SoQuadMesh.h,
4438	include/Inventor/nodes/SoResetTransform.h,
4439	include/Inventor/nodes/SoRotation.h,
4440	include/Inventor/nodes/SoRotationXYZ.h,
4441	include/Inventor/nodes/SoRotor.h, include/Inventor/nodes/SoScale.h,
4442	include/Inventor/nodes/SoSelection.h,
4443	include/Inventor/nodes/SoSeparator.h,
4444	include/Inventor/nodes/SoShape.h,
4445	include/Inventor/nodes/SoShapeHints.h,
4446	include/Inventor/nodes/SoShuttle.h,
4447	include/Inventor/nodes/SoSphere.h,
4448	include/Inventor/nodes/SoSpotLight.h,
4449	include/Inventor/nodes/SoSurroundScale.h,
4450	include/Inventor/nodes/SoSwitch.h,
4451	include/Inventor/nodes/SoText2.h, include/Inventor/nodes/SoText3.h,
4452	include/Inventor/nodes/SoTexture2.h,
4453	include/Inventor/nodes/SoTexture2Transform.h,
4454	include/Inventor/nodes/SoTextureCoordinate2.h,
4455	include/Inventor/nodes/SoTextureCoordinateBinding.h,
4456	include/Inventor/nodes/SoTextureCoordinateDefault.h,
4457	include/Inventor/nodes/SoTextureCoordinateEnvironment.h,
4458	include/Inventor/nodes/SoTextureCoordinateFunction.h,
4459	include/Inventor/nodes/SoTextureCoordinatePlane.h,
4460	include/Inventor/nodes/SoTransform.h,
4461	include/Inventor/nodes/SoTransformSeparator.h,
4462	include/Inventor/nodes/SoTransformation.h,
4463	include/Inventor/nodes/SoTranslation.h,
4464	include/Inventor/nodes/SoTriangleStripSet.h,
4465	include/Inventor/nodes/SoUnits.h,
4466	include/Inventor/nodes/SoVertexProperty.h,
4467	include/Inventor/nodes/SoVertexShape.h,
4468	include/Inventor/nodes/SoWWWAnchor.h,
4469	include/Inventor/nodes/SoWWWInline.h,
4470	include/Inventor/projectors/SbCylinderPlaneProjector.h,
4471	include/Inventor/projectors/SbCylinderProjector.h,
4472	include/Inventor/projectors/SbCylinderSectionProjector.h,
4473	include/Inventor/projectors/SbCylinderSheetProjector.h,
4474	include/Inventor/projectors/SbLineProjector.h,
4475	include/Inventor/projectors/SbPlaneProjector.h,
4476	include/Inventor/projectors/SbProjector.h,
4477	include/Inventor/projectors/SbSpherePlaneProjector.h,
4478	include/Inventor/projectors/SbSphereProjector.h,
4479	include/Inventor/projectors/SbSphereSectionProjector.h,
4480	src/SbBox2f.cpp, src/SbLine.cpp, src/SbMatrix.cpp, src/SbName.cpp,
4481	src/SbViewVolume.cpp, src/SoDB.cpp, src/SoFullPath.cpp,
4482	src/SoInput.cpp, src/SoOutput.cpp, src/SoPath.cpp,
4483	src/SoPickedPoint.cpp, src/SoSceneManager.cpp,
4484	src/VRMLnodes/SoVRMLInterpolator.cpp,
4485	src/actions/SoBoxHighlightRenderAction.cpp,
4486	src/actions/SoCallbackAction.cpp, src/actions/SoGLRenderAction.cpp,
4487	src/actions/SoGetBoundingBoxAction.cpp,
4488	src/actions/SoGetMatrixAction.cpp,
4489	src/actions/SoGetPrimitiveCountAction.cpp,
4490	src/actions/SoGlobalSimplifyAction.cpp,
4491	src/actions/SoGraphVerifyAction.cpp,
4492	src/actions/SoLineHighlightRenderAction.cpp,
4493	src/actions/SoPickAction.cpp, src/actions/SoRayPickAction.cpp,
4494	src/actions/SoSearchAction.cpp,
4495	src/actions/SoShapeSimplifyAction.cpp,
4496	src/actions/SoSimplifyAction.cpp, src/actions/SoToVRML2Action.cpp,
4497	src/actions/SoToVRMLAction.cpp, src/actions/SoWriteAction.cpp,
4498	src/bundles/SoMaterialBundle.cpp, src/caches/SoCache.cpp,
4499	src/elements/InitElementSource.tpl,
4500	src/elements/SoAccumulatedElement.cpp,
4501	src/elements/SoAmbientColorElement.cpp,
4502	src/elements/SoAnnoText3CharOrientElement.cpp,
4503	src/elements/SoAnnoText3FontSizeHintElement.cpp,
4504	src/elements/SoAnnoText3RenderPrintElement.cpp,
4505	src/elements/SoBBoxModelMatrixElement.cpp,
4506	src/elements/SoCacheElement.cpp,
4507	src/elements/SoClipPlaneElement.cpp,
4508	src/elements/SoColorPacker.cpp,
4509	src/elements/SoComplexityElement.cpp,
4510	src/elements/SoComplexityTypeElement.cpp,
4511	src/elements/SoCoordinateElement.cpp,
4512	src/elements/SoCreaseAngleElement.cpp,
4513	src/elements/SoDecimationPercentageElement.cpp,
4514	src/elements/SoDecimationTypeElement.cpp,
4515	src/elements/SoDiffuseColorElement.cpp,
4516	src/elements/SoDirectionalLightElement.cpp,
4517	src/elements/SoDrawStyleElement.cpp, src/elements/SoElement.cpp,
4518	src/elements/SoEmissiveColorElement.cpp,
4519	src/elements/SoEnvironmentElement.cpp,
4520	src/elements/SoFloatElement.cpp,
4521	src/elements/SoFocalDistanceElement.cpp,
4522	src/elements/SoFontNameElement.cpp,
4523	src/elements/SoFontSizeElement.cpp,
4524	src/elements/SoGLAmbientColorElement.cpp,
4525	src/elements/SoGLClipPlaneElement.cpp,
4526	src/elements/SoGLCoordinateElement.cpp,
4527	src/elements/SoGLDiffuseColorElement.cpp,
4528	src/elements/SoGLDrawStyleElement.cpp,
4529	src/elements/SoGLEmissiveColorElement.cpp,
4530	src/elements/SoGLEnvironmentElement.cpp,
4531	src/elements/SoGLLightIdElement.cpp,
4532	src/elements/SoGLLightModelElement.cpp,
4533	src/elements/SoGLLinePatternElement.cpp,
4534	src/elements/SoGLLineWidthElement.cpp,
4535	src/elements/SoGLModelMatrixElement.cpp,
4536	src/elements/SoGLNormalElement.cpp,
4537	src/elements/SoGLNormalizeElement.cpp,
4538	src/elements/SoGLPointSizeElement.cpp,
4539	src/elements/SoGLPolygonOffsetElement.cpp,
4540	src/elements/SoGLPolygonStippleElement.cpp,
4541	src/elements/SoGLProjectionMatrixElement.cpp,
4542	src/elements/SoGLRenderPassElement.cpp,
4543	src/elements/SoGLShadeModelElement.cpp,
4544	src/elements/SoGLShapeHintsElement.cpp,
4545	src/elements/SoGLShininessElement.cpp,
4546	src/elements/SoGLSpecularColorElement.cpp,
4547	src/elements/SoGLTextureCoordinateElement.cpp,
4548	src/elements/SoGLTextureEnabledElement.cpp,
4549	src/elements/SoGLTextureImageElement.cpp,
4550	src/elements/SoGLTextureMatrixElement.cpp,
4551	src/elements/SoGLUpdateAreaElement.cpp,
4552	src/elements/SoGLViewingMatrixElement.cpp,
4553	src/elements/SoGLViewportRegionElement.cpp,
4554	src/elements/SoInt32Element.cpp,
4555	src/elements/SoLightAttenuationElement.cpp,
4556	src/elements/SoLightElement.cpp,
4557	src/elements/SoLightModelElement.cpp,
4558	src/elements/SoLinePatternElement.cpp,
4559	src/elements/SoLineWidthElement.cpp,
4560	src/elements/SoLocalBBoxMatrixElement.cpp,
4561	src/elements/SoMaterialBindingElement.cpp,
4562	src/elements/SoModelMatrixElement.cpp,
4563	src/elements/SoNormalBindingElement.cpp,
4564	src/elements/SoNormalElement.cpp,
4565	src/elements/SoOverrideElement.cpp,
4566	src/elements/SoPROTOElement.cpp, src/elements/SoPickRayElement.cpp,
4567	src/elements/SoPickStyleElement.cpp,
4568	src/elements/SoPointSizeElement.cpp,
4569	src/elements/SoPolygonOffsetElement.cpp,
4570	src/elements/SoProfileCoordinateElement.cpp,
4571	src/elements/SoProfileElement.cpp,
4572	src/elements/SoProjectionMatrixElement.cpp,
4573	src/elements/SoReplacedElement.cpp,
4574	src/elements/SoShapeHintsElement.cpp,
4575	src/elements/SoShapeStyleElement.cpp,
4576	src/elements/SoShininessElement.cpp,
4577	src/elements/SoSpecularColorElement.cpp,
4578	src/elements/SoSwitchElement.cpp,
4579	src/elements/SoTextOutlineEnabledElement.cpp,
4580	src/elements/SoTextureCoordinateBindingElement.cpp,
4581	src/elements/SoTextureCoordinateElement.cpp,
4582	src/elements/SoTextureImageElement.cpp,
4583	src/elements/SoTextureMatrixElement.cpp,
4584	src/elements/SoTextureQualityElement.cpp,
4585	src/elements/SoTransparencyElement.cpp,
4586	src/elements/SoUnitsElement.cpp,
4587	src/elements/SoViewVolumeElement.cpp,
4588	src/elements/SoViewingMatrixElement.cpp,
4589	src/elements/SoViewportRegionElement.cpp,
4590	src/elements/SoWindowElement.cpp, src/engines/SoBoolOperation.cpp,
4591	src/engines/SoCalculator.cpp, src/engines/SoComposeMatrix.cpp,
4592	src/engines/SoConvertAll.cpp, src/engines/SoEngine.cpp,
4593	src/engines/SoExpressionParser.cpp,
4594	src/engines/SoInterpolateFloat.cpp,
4595	src/engines/SoInterpolateRotation.cpp,
4596	src/engines/SoInterpolateVec2f.cpp,
4597	src/engines/SoInterpolateVec3f.cpp,
4598	src/engines/SoInterpolateVec4f.cpp, src/errors/SoDebugError.cpp,
4599	src/errors/SoError.cpp, src/errors/SoMemoryError.cpp,
4600	src/events/SoButtonEvent.cpp, src/events/SoEvent.cpp,
4601	src/events/SoKeyboardEvent.cpp, src/events/SoLocation2Event.cpp,
4602	src/events/SoMotion3Event.cpp, src/events/SoMouseButtonEvent.cpp,
4603	src/events/SoSpaceballButtonEvent.cpp, src/fields/SoField.cpp,
4604	src/fields/SoFieldContainer.cpp, src/fields/SoFieldData.cpp,
4605	src/fields/SoMFBitMask.cpp, src/fields/SoMFBool.cpp,
4606	src/fields/SoMFColor.cpp, src/fields/SoMFEngine.cpp,
4607	src/fields/SoMFEnum.cpp, src/fields/SoMFFloat.cpp,
4608	src/fields/SoMFInt32.cpp, src/fields/SoMFMatrix.cpp,
4609	src/fields/SoMFName.cpp, src/fields/SoMFNode.cpp,
4610	src/fields/SoMFPath.cpp, src/fields/SoMFPlane.cpp,
4611	src/fields/SoMFRotation.cpp, src/fields/SoMFShort.cpp,
4612	src/fields/SoMFString.cpp, src/fields/SoMFTime.cpp,
4613	src/fields/SoMFUInt32.cpp, src/fields/SoMFUShort.cpp,
4614	src/fields/SoMFVec2f.cpp, src/fields/SoMFVec3f.cpp,
4615	src/fields/SoMFVec4f.cpp, src/fields/SoMField.cpp,
4616	src/fields/SoSFBitMask.cpp, src/fields/SoSFBool.cpp,
4617	src/fields/SoSFColor.cpp, src/fields/SoSFEngine.cpp,
4618	src/fields/SoSFEnum.cpp, src/fields/SoSFFloat.cpp,
4619	src/fields/SoSFImage.cpp, src/fields/SoSFInt32.cpp,
4620	src/fields/SoSFMatrix.cpp, src/fields/SoSFName.cpp,
4621	src/fields/SoSFNode.cpp, src/fields/SoSFPath.cpp,
4622	src/fields/SoSFRotation.cpp, src/fields/SoSFShort.cpp,
4623	src/fields/SoSFString.cpp, src/fields/SoSFTime.cpp,
4624	src/fields/SoSFTrigger.cpp, src/fields/SoSFUInt32.cpp,
4625	src/fields/SoSFUShort.cpp, src/fields/SoSFVec2f.cpp,
4626	src/fields/SoSFVec3f.cpp, src/fields/SoSFVec4f.cpp,
4627	src/fields/SoSField.cpp, src/lists/SbList.cpp,
4628	src/lists/SoBaseList.cpp, src/lists/SoTypeList.cpp,
4629	src/misc/SoBase.cpp, src/misc/SoChildList.cpp, src/misc/SoGL.cpp,
4630	src/misc/SoGLFaceSetTemplate.cpp, src/misc/SoGLImage.cpp,
4631	src/misc/SoGLTristripTemplate.cpp, src/misc/SoNormalGenerator.cpp,
4632	src/misc/SoTessellator.cpp, src/nodes/SoAnnoText3.cpp,
4633	src/nodes/SoAnnoText3Property.cpp, src/nodes/SoAnnotation.cpp,
4634	src/nodes/SoAntiSquish.cpp, src/nodes/SoArray.cpp,
4635	src/nodes/SoAsciiText.cpp, src/nodes/SoBaseColor.cpp,
4636	src/nodes/SoBlinker.cpp, src/nodes/SoCallback.cpp,
4637	src/nodes/SoCamera.cpp, src/nodes/SoClipPlane.cpp,
4638	src/nodes/SoColorIndex.cpp, src/nodes/SoComplexity.cpp,
4639	src/nodes/SoCone.cpp, src/nodes/SoCoordinate3.cpp,
4640	src/nodes/SoCoordinate4.cpp, src/nodes/SoCube.cpp,
4641	src/nodes/SoCylinder.cpp, src/nodes/SoDrawStyle.cpp,
4642	src/nodes/SoEnvironment.cpp, src/nodes/SoEventCallback.cpp,
4643	src/nodes/SoExtSelection.cpp, src/nodes/SoFaceSet.cpp,
4644	src/nodes/SoFile.cpp, src/nodes/SoFont.cpp,
4645	src/nodes/SoFontStyle.cpp, src/nodes/SoGroup.cpp,
4646	src/nodes/SoImage.cpp, src/nodes/SoIndexedFaceSet.cpp,
4647	src/nodes/SoIndexedLineSet.cpp, src/nodes/SoIndexedNurbsCurve.cpp,
4648	src/nodes/SoIndexedNurbsSurface.cpp, src/nodes/SoIndexedShape.cpp,
4649	src/nodes/SoIndexedTriangleStripSet.cpp, src/nodes/SoLOD.cpp,
4650	src/nodes/SoLevelOfDetail.cpp,
4651	src/nodes/SoLevelOfSimplification.cpp, src/nodes/SoLight.cpp,
4652	src/nodes/SoLightModel.cpp, src/nodes/SoLineSet.cpp,
4653	src/nodes/SoLinearProfile.cpp, src/nodes/SoLocateHighlight.cpp,
4654	src/nodes/SoMarkerSet.cpp, src/nodes/SoMaterial.cpp,
4655	src/nodes/SoMaterialBinding.cpp, src/nodes/SoMatrixTransform.cpp,
4656	src/nodes/SoMultipleCopy.cpp, src/nodes/SoNode.cpp,
4657	src/nodes/SoNormal.cpp, src/nodes/SoNormalBinding.cpp,
4658	src/nodes/SoNurbsCurve.cpp, src/nodes/SoNurbsProfile.cpp,
4659	src/nodes/SoNurbsSurface.cpp, src/nodes/SoPackedColor.cpp,
4660	src/nodes/SoPathSwitch.cpp, src/nodes/SoPendulum.cpp,
4661	src/nodes/SoPickStyle.cpp, src/nodes/SoPointSet.cpp,
4662	src/nodes/SoProfile.cpp, src/nodes/SoProfileCoordinate2.cpp,
4663	src/nodes/SoProfileCoordinate3.cpp, src/nodes/SoQuadMesh.cpp,
4664	src/nodes/SoResetTransform.cpp, src/nodes/SoRotation.cpp,
4665	src/nodes/SoRotationXYZ.cpp, src/nodes/SoScale.cpp,
4666	src/nodes/SoSelection.cpp, src/nodes/SoSeparator.cpp,
4667	src/nodes/SoShape.cpp, src/nodes/SoSphere.cpp,
4668	src/nodes/SoSurroundScale.cpp, src/nodes/SoSwitch.cpp,
4669	src/nodes/SoText2.cpp, src/nodes/SoText3.cpp,
4670	src/nodes/SoTexture2.cpp, src/nodes/SoTexture2Transform.cpp,
4671	src/nodes/SoTextureCoordinateBinding.cpp,
4672	src/nodes/SoTextureCoordinateEnvironment.cpp,
4673	src/nodes/SoTextureCoordinatePlane.cpp, src/nodes/SoTransform.cpp,
4674	src/nodes/SoTransformSeparator.cpp, src/nodes/SoTranslation.cpp,
4675	src/nodes/SoTriangleStripSet.cpp, src/nodes/SoUnits.cpp,
4676	src/nodes/SoVertexProperty.cpp, src/nodes/SoVertexShape.cpp,
4677	src/nodes/SoWWWAnchor.cpp, src/nodes/SoWWWInline.cpp,
4678	src/projectors/SbCylinderPlaneProjector.cpp,
4679	src/projectors/SbCylinderProjector.cpp,
4680	src/projectors/SbCylinderSectionProjector.cpp,
4681	src/projectors/SbCylinderSheetProjector.cpp,
4682	src/projectors/SbLineProjector.cpp,
4683	src/projectors/SbPlaneProjector.cpp,
4684	src/projectors/SbProjector.cpp,
4685	src/projectors/SbSpherePlaneProjector.cpp,
4686	src/projectors/SbSphereProjector.cpp,
4687	src/projectors/SbSphereSectionProjector.cpp,
4688	src/sensors/SoDataSensor.cpp, src/sensors/SoPathSensor.cpp,
4689	src/sensors/SoSensor.cpp, src/sensors/SoSensorManager.cpp:
4690	Fixed _all_ compiler warnings found with egcs 1.0.2, plus fixed a
4691	shitload of irritating things in coding style.
4692
46931999-09-24 17:04  mortene
4694
4695	* TODO:
4696	Added item.
4697
46981999-09-24 14:43  mortene
4699
4700	* TODO, configure.in:
4701	Added options in configure.in for controlling g++ RTTI and
4702	exceptions in the compile.
4703
47041999-09-24 13:49  mortene
4705
4706	* TODO:
4707	Added items.
4708
47091999-09-23 14:46  mortene
4710
4711	* include/Inventor/SbTime.h, src/SbTime.cpp:
4712	Renamed SbTime::max() to SbTime::maxTime() under Win32 because of
4713	name pollution from the Win32 headers. pederb.
4714
47151999-09-23 08:31  mortene
4716
4717	* include/Inventor/actions/SoGetBoundingBoxAction.h,
4718	include/Inventor/elements/SoTextureCoordinateElement.h,
4719	include/Inventor/elements/SoViewportRegionElement.h,
4720	include/Inventor/errors/SoError.h,
4721	include/Inventor/errors/SoErrors.h, scripts/templant,
4722	src/SbName.cpp, src/VRMLnodes/SoVRMLInterpolator.cpp,
4723	src/actions/SoAction.cpp, src/actions/SoGLRenderAction.cpp,
4724	src/actions/SoGetBoundingBoxAction.cpp,
4725	src/actions/SoGlobalSimplifyAction.cpp,
4726	src/actions/SoHandleEventAction.cpp, src/actions/SoPickAction.cpp,
4727	src/actions/SoRayPickAction.cpp,
4728	src/actions/SoReorganizeAction.cpp, src/actions/SoSearchAction.cpp,
4729	src/elements/SoAccumulatedElement.cpp,
4730	src/elements/SoAnnoText3CharOrientElement.cpp,
4731	src/elements/SoAnnoText3FontSizeHintElement.cpp,
4732	src/elements/SoAnnoText3RenderPrintElement.cpp,
4733	src/elements/SoCacheElement.cpp,
4734	src/elements/SoClipPlaneElement.cpp,
4735	src/elements/SoComplexityElement.cpp,
4736	src/elements/SoComplexityTypeElement.cpp,
4737	src/elements/SoCoordinateElement.cpp,
4738	src/elements/SoCreaseAngleElement.cpp,
4739	src/elements/SoDecimationPercentageElement.cpp,
4740	src/elements/SoDecimationTypeElement.cpp,
4741	src/elements/SoDirectionalLightElement.cpp,
4742	src/elements/SoDrawStyleElement.cpp, src/elements/SoElement.cpp,
4743	src/elements/SoEnvironmentElement.cpp,
4744	src/elements/SoFloatElement.cpp,
4745	src/elements/SoFocalDistanceElement.cpp,
4746	src/elements/SoFontNameElement.cpp,
4747	src/elements/SoFontSizeElement.cpp,
4748	src/elements/SoGLClipPlaneElement.cpp,
4749	src/elements/SoGLCoordinateElement.cpp,
4750	src/elements/SoGLDrawStyleElement.cpp,
4751	src/elements/SoGLLightIdElement.cpp,
4752	src/elements/SoGLLightModelElement.cpp,
4753	src/elements/SoGLLinePatternElement.cpp,
4754	src/elements/SoGLLineWidthElement.cpp,
4755	src/elements/SoGLModelMatrixElement.cpp,
4756	src/elements/SoGLNormalElement.cpp,
4757	src/elements/SoGLPointSizeElement.cpp,
4758	src/elements/SoGLPolygonOffsetElement.cpp,
4759	src/elements/SoGLProjectionMatrixElement.cpp,
4760	src/elements/SoGLRenderPassElement.cpp,
4761	src/elements/SoGLShapeHintsElement.cpp,
4762	src/elements/SoGLTextureCoordinateElement.cpp,
4763	src/elements/SoGLTextureEnabledElement.cpp,
4764	src/elements/SoGLTextureImageElement.cpp,
4765	src/elements/SoGLTextureMatrixElement.cpp,
4766	src/elements/SoGLUpdateAreaElement.cpp,
4767	src/elements/SoGLViewingMatrixElement.cpp,
4768	src/elements/SoGLViewportRegionElement.cpp,
4769	src/elements/SoInt32Element.cpp,
4770	src/elements/SoLightAttenuationElement.cpp,
4771	src/elements/SoLightElement.cpp,
4772	src/elements/SoLinePatternElement.cpp,
4773	src/elements/SoLineWidthElement.cpp,
4774	src/elements/SoLocalBBoxMatrixElement.cpp,
4775	src/elements/SoMaterialBindingElement.cpp,
4776	src/elements/SoModelMatrixElement.cpp,
4777	src/elements/SoNormalBindingElement.cpp,
4778	src/elements/SoPROTOElement.cpp, src/elements/SoPickRayElement.cpp,
4779	src/elements/SoPickStyleElement.cpp,
4780	src/elements/SoPointSizeElement.cpp,
4781	src/elements/SoPolygonOffsetElement.cpp,
4782	src/elements/SoProfileCoordinateElement.cpp,
4783	src/elements/SoProfileElement.cpp,
4784	src/elements/SoProjectionMatrixElement.cpp,
4785	src/elements/SoReplacedElement.cpp,
4786	src/elements/SoShapeHintsElement.cpp,
4787	src/elements/SoSwitchElement.cpp,
4788	src/elements/SoTextOutlineEnabledElement.cpp,
4789	src/elements/SoTextureCoordinateBindingElement.cpp,
4790	src/elements/SoTextureImageElement.cpp,
4791	src/elements/SoTextureMatrixElement.cpp,
4792	src/elements/SoTextureQualityElement.cpp,
4793	src/elements/SoUnitsElement.cpp,
4794	src/elements/SoViewVolumeElement.cpp,
4795	src/elements/SoViewingMatrixElement.cpp,
4796	src/elements/SoViewportRegionElement.cpp,
4797	src/elements/SoWindowElement.cpp, src/errors/SoDebugError.cpp,
4798	src/errors/SoError.cpp, src/errors/SoMemoryError.cpp,
4799	src/lists/SoEnabledElementsList.cpp, src/misc/SoChildList.cpp,
4800	src/misc/SoGL.cpp, src/misc/SoGLFaceSetTemplate.cpp,
4801	src/misc/SoGLTristripTemplate.cpp:
4802	Cleaned up the sources a bit to be more in conformance with the
4803	wanted coding style.
4804
48051999-09-19 20:29  mortene
4806
4807	* TODO, acsite.m4, configure.in, docs/todo.txt:
4808	Removed old build-system. Added OpenGL compile/link flags in
4809	configure.in.
4810
48111999-09-17 12:24  mortene
4812
4813	* TODO:
4814	Added entry on .h-file installation.
4815
48161999-09-17 12:15  mortene
4817
4818	* src/: SbMatrix.cpp, SbName.cpp, SbTime.cpp, SoFullPath.cpp,
4819	actions/SoGetBoundingBoxAction.cpp,
4820	actions/SoGraphVerifyAction.cpp, actions/SoSearchAction.cpp,
4821	elements/AbstractElementClassTypeSource.tpl,
4822	elements/AbstractElementSource.tpl,
4823	elements/SoAccumulatedElement.cpp,
4824	elements/SoAmbientColorElement.cpp,
4825	elements/SoAnnoText3CharOrientElement.cpp,
4826	elements/SoAnnoText3FontSizeHintElement.cpp,
4827	elements/SoAnnoText3RenderPrintElement.cpp,
4828	elements/SoBBoxModelMatrixElement.cpp, elements/SoCacheElement.cpp,
4829	elements/SoClipPlaneElement.cpp, elements/SoColorPacker.cpp,
4830	elements/SoComplexityElement.cpp,
4831	elements/SoComplexityTypeElement.cpp,
4832	elements/SoCoordinateElement.cpp,
4833	elements/SoCreaseAngleElement.cpp,
4834	elements/SoDecimationPercentageElement.cpp,
4835	elements/SoDecimationTypeElement.cpp,
4836	elements/SoDiffuseColorElement.cpp,
4837	elements/SoDirectionalLightElement.cpp,
4838	elements/SoDrawStyleElement.cpp, elements/SoElement.cpp,
4839	elements/SoEmissiveColorElement.cpp,
4840	elements/SoEnvironmentElement.cpp, elements/SoFloatElement.cpp,
4841	elements/SoFocalDistanceElement.cpp,
4842	elements/SoFontNameElement.cpp, elements/SoFontSizeElement.cpp,
4843	elements/SoGLAmbientColorElement.cpp,
4844	elements/SoGLClipPlaneElement.cpp,
4845	elements/SoGLCoordinateElement.cpp,
4846	elements/SoGLDiffuseColorElement.cpp,
4847	elements/SoGLDrawStyleElement.cpp,
4848	elements/SoGLEmissiveColorElement.cpp,
4849	elements/SoGLEnvironmentElement.cpp,
4850	elements/SoGLLightIdElement.cpp,
4851	elements/SoGLLightModelElement.cpp,
4852	elements/SoGLLinePatternElement.cpp,
4853	elements/SoGLLineWidthElement.cpp,
4854	elements/SoGLModelMatrixElement.cpp,
4855	elements/SoGLNormalElement.cpp, elements/SoGLNormalizeElement.cpp,
4856	elements/SoGLPointSizeElement.cpp,
4857	elements/SoGLPolygonOffsetElement.cpp,
4858	elements/SoGLPolygonStippleElement.cpp,
4859	elements/SoGLProjectionMatrixElement.cpp,
4860	elements/SoGLRenderPassElement.cpp,
4861	elements/SoGLShadeModelElement.cpp,
4862	elements/SoGLShapeHintsElement.cpp,
4863	elements/SoGLShininessElement.cpp,
4864	elements/SoGLSpecularColorElement.cpp,
4865	elements/SoGLTextureCoordinateElement.cpp,
4866	elements/SoGLTextureEnabledElement.cpp,
4867	elements/SoGLTextureImageElement.cpp,
4868	elements/SoGLTextureMatrixElement.cpp,
4869	elements/SoGLUpdateAreaElement.cpp,
4870	elements/SoGLViewingMatrixElement.cpp,
4871	elements/SoGLViewportRegionElement.cpp,
4872	elements/SoInt32Element.cpp,
4873	elements/SoLightAttenuationElement.cpp,
4874	elements/SoLightElement.cpp, elements/SoLightModelElement.cpp,
4875	elements/SoLinePatternElement.cpp, elements/SoLineWidthElement.cpp,
4876	elements/SoLocalBBoxMatrixElement.cpp,
4877	elements/SoMaterialBindingElement.cpp,
4878	elements/SoModelMatrixElement.cpp,
4879	elements/SoNormalBindingElement.cpp, elements/SoNormalElement.cpp,
4880	elements/SoPROTOElement.cpp, elements/SoPickRayElement.cpp,
4881	elements/SoPickStyleElement.cpp, elements/SoPointSizeElement.cpp,
4882	elements/SoPolygonOffsetElement.cpp,
4883	elements/SoProfileCoordinateElement.cpp,
4884	elements/SoProfileElement.cpp,
4885	elements/SoProjectionMatrixElement.cpp,
4886	elements/SoReplacedElement.cpp, elements/SoShapeHintsElement.cpp,
4887	elements/SoShininessElement.cpp,
4888	elements/SoSpecularColorElement.cpp, elements/SoSwitchElement.cpp,
4889	elements/SoTextOutlineEnabledElement.cpp,
4890	elements/SoTextureCoordinateBindingElement.cpp,
4891	elements/SoTextureCoordinateElement.cpp,
4892	elements/SoTextureImageElement.cpp,
4893	elements/SoTextureMatrixElement.cpp,
4894	elements/SoTextureQualityElement.cpp,
4895	elements/SoTransparencyElement.cpp, elements/SoUnitsElement.cpp,
4896	elements/SoViewVolumeElement.cpp,
4897	elements/SoViewingMatrixElement.cpp,
4898	elements/SoViewportRegionElement.cpp, elements/SoWindowElement.cpp,
4899	engines/SoExpressionParser.cpp, errors/SoDebugError.cpp,
4900	errors/SoError.cpp, errors/SoMemoryError.cpp, lists/SbList.cpp,
4901	nodes/SoSwitch.cpp, nodes/SoTexture2.cpp:
4902	Code cleanups, removed redundant comments at the end of function
4903	blocks. E.g.  this:
4904	void myfunc(void) {   ..stuff..  } // myfunc
4905	..becomes
4906	void myfunc(void) {   ..stuff..  }
4907
49081999-09-17 11:59  mortene
4909
4910	* include/Inventor/: SoFullPath.h,
4911	actions/SoBoxHighlightRenderAction.h, actions/SoCallbackAction.h,
4912	actions/SoGLRenderAction.h, actions/SoGenerateNormalsAction.h,
4913	actions/SoGetBoundingBoxAction.h, actions/SoGetMatrixAction.h,
4914	actions/SoGetPrimitiveCountAction.h,
4915	actions/SoGlobalSimplifyAction.h, actions/SoGraphVerifyAction.h,
4916	actions/SoHandleEventAction.h,
4917	actions/SoLineHighlightRenderAction.h, actions/SoPickAction.h,
4918	actions/SoRayPickAction.h, actions/SoReorganizeAction.h,
4919	actions/SoSearchAction.h, actions/SoShapeSimplifyAction.h,
4920	actions/SoSimplifyAction.h, actions/SoToVRML2Action.h,
4921	actions/SoToVRMLAction.h, bundles/SoBundle.h,
4922	bundles/SoMaterialBundle.h, bundles/SoTextureCoordinateBundle.h,
4923	caches/SoBoundingBoxCache.h, caches/SoCache.h,
4924	caches/SoConvexDataCache.h, caches/SoNormalCache.h,
4925	caches/SoTextureCoordinateCache.h, elements/SoAccumulatedElement.h,
4926	elements/SoAmbientColorElement.h,
4927	elements/SoAnnoText3CharOrientElement.h,
4928	elements/SoAnnoText3FontSizeHintElement.h,
4929	elements/SoAnnoText3RenderPrintElement.h,
4930	elements/SoBBoxModelMatrixElement.h, elements/SoCacheElement.h,
4931	elements/SoClipPlaneElement.h, elements/SoColorPacker.h,
4932	elements/SoComplexityElement.h, elements/SoComplexityTypeElement.h,
4933	elements/SoCoordinateElement.h, elements/SoCreaseAngleElement.h,
4934	elements/SoDecimationPercentageElement.h,
4935	elements/SoDecimationTypeElement.h,
4936	elements/SoDiffuseColorElement.h, elements/SoDrawStyleElement.h,
4937	elements/SoEmissiveColorElement.h, elements/SoEnvironmentElement.h,
4938	elements/SoFloatElement.h, elements/SoFocalDistanceElement.h,
4939	elements/SoFontNameElement.h, elements/SoFontSizeElement.h,
4940	elements/SoGLAmbientColorElement.h,
4941	elements/SoGLClipPlaneElement.h, elements/SoGLCoordinateElement.h,
4942	elements/SoGLDiffuseColorElement.h,
4943	elements/SoGLDrawStyleElement.h,
4944	elements/SoGLEmissiveColorElement.h, elements/SoGLLightIdElement.h,
4945	elements/SoGLLightModelElement.h,
4946	elements/SoGLLinePatternElement.h, elements/SoGLLineWidthElement.h,
4947	elements/SoGLModelMatrixElement.h, elements/SoGLNormalElement.h,
4948	elements/SoGLPointSizeElement.h,
4949	elements/SoGLPolygonOffsetElement.h,
4950	elements/SoGLPolygonStippleElement.h,
4951	elements/SoGLProjectionMatrixElement.h,
4952	elements/SoGLRenderPassElement.h, elements/SoGLShapeHintsElement.h,
4953	elements/SoGLShininessElement.h,
4954	elements/SoGLSpecularColorElement.h,
4955	elements/SoGLTextureCoordinateElement.h,
4956	elements/SoGLTextureEnabledElement.h,
4957	elements/SoGLTextureImageElement.h,
4958	elements/SoGLTextureMatrixElement.h,
4959	elements/SoGLUpdateAreaElement.h,
4960	elements/SoGLViewingMatrixElement.h,
4961	elements/SoGLViewportRegionElement.h, elements/SoInt32Element.h,
4962	elements/SoLightAttenuationElement.h, elements/SoLightElement.h,
4963	elements/SoLightModelElement.h, elements/SoLinePatternElement.h,
4964	elements/SoLineWidthElement.h, elements/SoLocalBBoxMatrixElement.h,
4965	elements/SoMaterialBindingElement.h,
4966	elements/SoModelMatrixElement.h, elements/SoNormalBindingElement.h,
4967	elements/SoNormalElement.h, elements/SoPROTOElement.h,
4968	elements/SoPickRayElement.h, elements/SoPickStyleElement.h,
4969	elements/SoPointSizeElement.h, elements/SoPolygonOffsetElement.h,
4970	elements/SoProfileCoordinateElement.h, elements/SoProfileElement.h,
4971	elements/SoProjectionMatrixElement.h,
4972	elements/SoShapeHintsElement.h, elements/SoShininessElement.h,
4973	elements/SoSpecularColorElement.h, elements/SoSwitchElement.h,
4974	elements/SoTextOutlineEnabledElement.h,
4975	elements/SoTextureCoordinateBindingElement.h,
4976	elements/SoTextureCoordinateElement.h,
4977	elements/SoTextureImageElement.h,
4978	elements/SoTextureMatrixElement.h,
4979	elements/SoTextureQualityElement.h,
4980	elements/SoTransparencyElement.h, elements/SoUnitsElement.h,
4981	elements/SoViewVolumeElement.h, elements/SoViewingMatrixElement.h,
4982	engines/SoInterpolateFloat.h, engines/SoInterpolateRotation.h,
4983	engines/SoInterpolateVec2f.h, engines/SoInterpolateVec3f.h,
4984	errors/SoError.h, errors/SoMemoryError.h, lists/SoBaseList.h,
4985	lists/SoDetailList.h, lists/SoEngineList.h,
4986	lists/SoPickedPointList.h, lists/SoTypeList.h,
4987	nodes/SoIndexedFaceSet.h:
4988	Cleaned up the source code a bit by removing closing comments on
4989	class declarations. E.g. this:
4990	class MyClass { }; // class MyClass
4991	..had the redundant comment at the end removed.
4992
49931999-09-17 10:50  mortene
4994
4995	* include/Inventor/SbBasic.h.in:
4996	NDEBUG flag removed, as it has been included in the configuration
4997	scheme.
4998
49991999-09-14 11:47  mortene
5000
5001	* TODO:
5002	Added idea for shortening turn-around time when building.
5003
50041999-07-01 01:51  mortene
5005
5006	* LICENSE.QPL, Metadon.conf, info.cvs, docs/Configure.help,
5007	docs/coin.doxygen, docs/todo.txt,
5008	docs/whitepapers/oiv_compatibility.txt,
5009	include/Inventor/.cvsignore, include/Inventor/Sb.h,
5010	include/Inventor/SbBSPTree.h, include/Inventor/SbBasic.h,
5011	include/Inventor/SbBox.h, include/Inventor/SbBox2f.h,
5012	include/Inventor/SbBox2s.h, include/Inventor/SbBox3f.h,
5013	include/Inventor/SbColor.h, include/Inventor/SbColor4f.h,
5014	include/Inventor/SbCylinder.h, include/Inventor/SbDict.h,
5015	include/Inventor/SbLine.h, include/Inventor/SbLinear.h,
5016	include/Inventor/SbMatrix.h, include/Inventor/SbName.h,
5017	include/Inventor/SbPList.h, include/Inventor/SbPlane.h,
5018	include/Inventor/SbRotation.h, include/Inventor/SbSphere.h,
5019	include/Inventor/SbString.h, include/Inventor/SbTime.h,
5020	include/Inventor/SbVec2f.h, include/Inventor/SbVec2s.h,
5021	include/Inventor/SbVec3f.h, include/Inventor/SbVec4f.h,
5022	include/Inventor/SbViewVolume.h,
5023	include/Inventor/SbViewportRegion.h, include/Inventor/SbXfBox3f.h,
5024	include/Inventor/So.h, include/Inventor/SoDB.h,
5025	include/Inventor/SoFullPath.h, include/Inventor/SoImageInterface.h,
5026	include/Inventor/SoInput.h, include/Inventor/SoInteraction.h,
5027	include/Inventor/SoLists.h, include/Inventor/SoOutput.h,
5028	include/Inventor/SoPath.h, include/Inventor/SoPickedPoint.h,
5029	include/Inventor/SoPrimitiveVertex.h,
5030	include/Inventor/SoSceneManager.h, include/Inventor/SoType.h,
5031	include/Inventor/confdep.h,
5032	include/Inventor/VRMLnodes/SoVRMLInterpOutput.h,
5033	include/Inventor/VRMLnodes/SoVRMLInterpolator.h,
5034	include/Inventor/actions/ActionClassTypeHeader.tpl,
5035	include/Inventor/actions/ActionHeader.tpl,
5036	include/Inventor/actions/SoAction.h,
5037	include/Inventor/actions/SoActions.h,
5038	include/Inventor/actions/SoBoxHighlightRenderAction.h,
5039	include/Inventor/actions/SoCallbackAction.h,
5040	include/Inventor/actions/SoGLRenderAction.h,
5041	include/Inventor/actions/SoGenerateNormalsAction.h,
5042	include/Inventor/actions/SoGetBoundingBoxAction.h,
5043	include/Inventor/actions/SoGetMatrixAction.h,
5044	include/Inventor/actions/SoGetPrimitiveCountAction.h,
5045	include/Inventor/actions/SoGlobalSimplifyAction.h,
5046	include/Inventor/actions/SoGraphVerifyAction.h,
5047	include/Inventor/actions/SoHandleEventAction.h,
5048	include/Inventor/actions/SoLineHighlightRenderAction.h,
5049	include/Inventor/actions/SoPickAction.h,
5050	include/Inventor/actions/SoRayPickAction.h,
5051	include/Inventor/actions/SoReorganizeAction.h,
5052	include/Inventor/actions/SoSearchAction.h,
5053	include/Inventor/actions/SoShapeSimplifyAction.h,
5054	include/Inventor/actions/SoSimplifyAction.h,
5055	include/Inventor/actions/SoSubAction.h,
5056	include/Inventor/actions/SoToVRML2Action.h,
5057	include/Inventor/actions/SoToVRMLAction.h,
5058	include/Inventor/actions/SoWriteAction.h,
5059	include/Inventor/bundles/SoBundle.h,
5060	include/Inventor/bundles/SoMaterialBundle.h,
5061	include/Inventor/bundles/SoTextureCoordinateBundle.h,
5062	include/Inventor/caches/SoBoundingBoxCache.h,
5063	include/Inventor/caches/SoCache.h,
5064	include/Inventor/caches/SoConvexDataCache.h,
5065	include/Inventor/caches/SoNormalCache.h,
5066	include/Inventor/caches/SoTextureCoordinateCache.h,
5067	include/Inventor/elements/AbstractElementClassTypeHeader.tpl,
5068	include/Inventor/elements/AbstractElementHeader.tpl,
5069	include/Inventor/elements/ElementClassTypeHeader.tpl,
5070	include/Inventor/elements/ElementHeader.tpl,
5071	include/Inventor/elements/SoAccumulatedElement.h,
5072	include/Inventor/elements/SoAmbientColorElement.h,
5073	include/Inventor/elements/SoAnnoText3CharOrientElement.h,
5074	include/Inventor/elements/SoAnnoText3FontSizeHintElement.h,
5075	include/Inventor/elements/SoAnnoText3RenderPrintElement.h,
5076	include/Inventor/elements/SoBBoxModelMatrixElement.h,
5077	include/Inventor/elements/SoCacheElement.h,
5078	include/Inventor/elements/SoClipPlaneElement.h,
5079	include/Inventor/elements/SoColorPacker.h,
5080	include/Inventor/elements/SoComplexityElement.h,
5081	include/Inventor/elements/SoComplexityTypeElement.h,
5082	include/Inventor/elements/SoCoordinateElement.h,
5083	include/Inventor/elements/SoCreaseAngleElement.h,
5084	include/Inventor/elements/SoDecimationPercentageElement.h,
5085	include/Inventor/elements/SoDecimationTypeElement.h,
5086	include/Inventor/elements/SoDiffuseColorElement.h,
5087	include/Inventor/elements/SoDrawStyleElement.h,
5088	include/Inventor/elements/SoElement.h,
5089	include/Inventor/elements/SoElements.h,
5090	include/Inventor/elements/SoEmissiveColorElement.h,
5091	include/Inventor/elements/SoEnvironmentElement.h,
5092	include/Inventor/elements/SoFloatElement.h,
5093	include/Inventor/elements/SoFocalDistanceElement.h,
5094	include/Inventor/elements/SoFontNameElement.h,
5095	include/Inventor/elements/SoFontSizeElement.h,
5096	include/Inventor/elements/SoGLAmbientColorElement.h,
5097	include/Inventor/elements/SoGLClipPlaneElement.h,
5098	include/Inventor/elements/SoGLColorIndexElement.h,
5099	include/Inventor/elements/SoGLCoordinateElement.h,
5100	include/Inventor/elements/SoGLDiffuseColorElement.h,
5101	include/Inventor/elements/SoGLDrawStyleElement.h,
5102	include/Inventor/elements/SoGLEmissiveColorElement.h,
5103	include/Inventor/elements/SoGLEnvironmentElement.h,
5104	include/Inventor/elements/SoGLLightIdElement.h,
5105	include/Inventor/elements/SoGLLightModelElement.h,
5106	include/Inventor/elements/SoGLLinePatternElement.h,
5107	include/Inventor/elements/SoGLLineWidthElement.h,
5108	include/Inventor/elements/SoGLModelMatrixElement.h,
5109	include/Inventor/elements/SoGLNormalElement.h,
5110	include/Inventor/elements/SoGLNormalizeElement.h,
5111	include/Inventor/elements/SoGLPointSizeElement.h,
5112	include/Inventor/elements/SoGLPolygonOffsetElement.h,
5113	include/Inventor/elements/SoGLPolygonStippleElement.h,
5114	include/Inventor/elements/SoGLProjectionMatrixElement.h,
5115	include/Inventor/elements/SoGLRenderPassElement.h,
5116	include/Inventor/elements/SoGLShadeModelElement.h,
5117	include/Inventor/elements/SoGLShapeHintsElement.h,
5118	include/Inventor/elements/SoGLShininessElement.h,
5119	include/Inventor/elements/SoGLSpecularColorElement.h,
5120	include/Inventor/elements/SoGLTextureCoordinateElement.h,
5121	include/Inventor/elements/SoGLTextureEnabledElement.h,
5122	include/Inventor/elements/SoGLTextureImageElement.h,
5123	include/Inventor/elements/SoGLTextureMatrixElement.h,
5124	include/Inventor/elements/SoGLUpdateAreaElement.h,
5125	include/Inventor/elements/SoGLViewingMatrixElement.h,
5126	include/Inventor/elements/SoGLViewportRegionElement.h,
5127	include/Inventor/elements/SoInt32Element.h,
5128	include/Inventor/elements/SoLightAttenuationElement.h,
5129	include/Inventor/elements/SoLightElement.h,
5130	include/Inventor/elements/SoLightModelElement.h,
5131	include/Inventor/elements/SoLinePatternElement.h,
5132	include/Inventor/elements/SoLineWidthElement.h,
5133	include/Inventor/elements/SoLocalBBoxMatrixElement.h,
5134	include/Inventor/elements/SoLongElement.h,
5135	include/Inventor/elements/SoMaterialBindingElement.h,
5136	include/Inventor/elements/SoModelMatrixElement.h,
5137	include/Inventor/elements/SoNormalBindingElement.h,
5138	include/Inventor/elements/SoNormalElement.h,
5139	include/Inventor/elements/SoOverrideElement.h,
5140	include/Inventor/elements/SoPROTOElement.h,
5141	include/Inventor/elements/SoPickRayElement.h,
5142	include/Inventor/elements/SoPickStyleElement.h,
5143	include/Inventor/elements/SoPointSizeElement.h,
5144	include/Inventor/elements/SoPolygonOffsetElement.h,
5145	include/Inventor/elements/SoProfileCoordinateElement.h,
5146	include/Inventor/elements/SoProfileElement.h,
5147	include/Inventor/elements/SoProjectionMatrixElement.h,
5148	include/Inventor/elements/SoReplacedElement.h,
5149	include/Inventor/elements/SoShapeHintsElement.h,
5150	include/Inventor/elements/SoShapeStyleElement.h,
5151	include/Inventor/elements/SoShininessElement.h,
5152	include/Inventor/elements/SoSpecularColorElement.h,
5153	include/Inventor/elements/SoSubElement.h,
5154	include/Inventor/elements/SoSwitchElement.h,
5155	include/Inventor/elements/SoTextOutlineEnabledElement.h,
5156	include/Inventor/elements/SoTextureCoordinateBindingElement.h,
5157	include/Inventor/elements/SoTextureCoordinateElement.h,
5158	include/Inventor/elements/SoTextureImageElement.h,
5159	include/Inventor/elements/SoTextureMatrixElement.h,
5160	include/Inventor/elements/SoTextureQualityElement.h,
5161	include/Inventor/elements/SoTransparencyElement.h,
5162	include/Inventor/elements/SoUnitsElement.h,
5163	include/Inventor/elements/SoViewVolumeElement.h,
5164	include/Inventor/elements/SoViewingMatrixElement.h,
5165	include/Inventor/elements/SoViewportRegionElement.h,
5166	include/Inventor/elements/SoWindowElement.h,
5167	include/Inventor/engines/InterpolateHeader.tpl,
5168	include/Inventor/engines/SoBoolOperation.h,
5169	include/Inventor/engines/SoCalculator.h,
5170	include/Inventor/engines/SoCompose.h,
5171	include/Inventor/engines/SoComposeMatrix.h,
5172	include/Inventor/engines/SoComposeRotation.h,
5173	include/Inventor/engines/SoComposeVec2f.h,
5174	include/Inventor/engines/SoComposeVec3f.h,
5175	include/Inventor/engines/SoComposeVec4f.h,
5176	include/Inventor/engines/SoConcatenate.h,
5177	include/Inventor/engines/SoConvertAll.h,
5178	include/Inventor/engines/SoCounter.h,
5179	include/Inventor/engines/SoDecomposeMatrix.h,
5180	include/Inventor/engines/SoDecomposeRotation.h,
5181	include/Inventor/engines/SoDecomposeVec2f.h,
5182	include/Inventor/engines/SoDecomposeVec3f.h,
5183	include/Inventor/engines/SoDecomposeVec4f.h,
5184	include/Inventor/engines/SoElapsedTime.h,
5185	include/Inventor/engines/SoEngine.h,
5186	include/Inventor/engines/SoEngineOutput.h,
5187	include/Inventor/engines/SoEngines.h,
5188	include/Inventor/engines/SoExpressionParser.h,
5189	include/Inventor/engines/SoFieldConverter.h,
5190	include/Inventor/engines/SoGate.h,
5191	include/Inventor/engines/SoInterpolate.h,
5192	include/Inventor/engines/SoInterpolateAbs.h,
5193	include/Inventor/engines/SoInterpolateFloat.h,
5194	include/Inventor/engines/SoInterpolateRotation.h,
5195	include/Inventor/engines/SoInterpolateVec2f.h,
5196	include/Inventor/engines/SoInterpolateVec3f.h,
5197	include/Inventor/engines/SoInterpolateVec4f.h,
5198	include/Inventor/engines/SoOnOff.h,
5199	include/Inventor/engines/SoOneShot.h,
5200	include/Inventor/engines/SoSelectOne.h,
5201	include/Inventor/engines/SoSubEngine.h,
5202	include/Inventor/engines/SoTriggerAny.h,
5203	include/Inventor/errors/SoDebugError.h,
5204	include/Inventor/errors/SoError.h,
5205	include/Inventor/errors/SoErrors.h,
5206	include/Inventor/errors/SoMemoryError.h,
5207	include/Inventor/errors/SoReadError.h,
5208	include/Inventor/events/EventHeader.tpl,
5209	include/Inventor/events/SoButtonEvent.h,
5210	include/Inventor/events/SoEvent.h,
5211	include/Inventor/events/SoKeyboardEvent.h,
5212	include/Inventor/events/SoLocation2Event.h,
5213	include/Inventor/events/SoMotion3Event.h,
5214	include/Inventor/events/SoMouseButtonEvent.h,
5215	include/Inventor/events/SoSpaceballButtonEvent.h,
5216	include/Inventor/events/SoSubEvent.h,
5217	include/Inventor/fields/Field.tpl,
5218	include/Inventor/fields/FieldConstructor.tpl,
5219	include/Inventor/fields/MField.tpl,
5220	include/Inventor/fields/MFieldDerived.tpl,
5221	include/Inventor/fields/MFieldDerivedValue.tpl,
5222	include/Inventor/fields/MFieldRW.tpl,
5223	include/Inventor/fields/MFieldValue.tpl,
5224	include/Inventor/fields/SField.tpl,
5225	include/Inventor/fields/SFieldDerived.tpl,
5226	include/Inventor/fields/SFieldDerivedValue.tpl,
5227	include/Inventor/fields/SFieldRW.tpl,
5228	include/Inventor/fields/SFieldValue.tpl,
5229	include/Inventor/fields/SoField.h,
5230	include/Inventor/fields/SoFieldContainer.h,
5231	include/Inventor/fields/SoFieldData.h,
5232	include/Inventor/fields/SoFields.h,
5233	include/Inventor/fields/SoMFBitMask.h,
5234	include/Inventor/fields/SoMFBool.h,
5235	include/Inventor/fields/SoMFColor.h,
5236	include/Inventor/fields/SoMFEngine.h,
5237	include/Inventor/fields/SoMFEnum.h,
5238	include/Inventor/fields/SoMFFloat.h,
5239	include/Inventor/fields/SoMFInt32.h,
5240	include/Inventor/fields/SoMFLong.h,
5241	include/Inventor/fields/SoMFMatrix.h,
5242	include/Inventor/fields/SoMFName.h,
5243	include/Inventor/fields/SoMFNode.h,
5244	include/Inventor/fields/SoMFPath.h,
5245	include/Inventor/fields/SoMFPlane.h,
5246	include/Inventor/fields/SoMFRotation.h,
5247	include/Inventor/fields/SoMFShort.h,
5248	include/Inventor/fields/SoMFString.h,
5249	include/Inventor/fields/SoMFTime.h,
5250	include/Inventor/fields/SoMFUInt32.h,
5251	include/Inventor/fields/SoMFULong.h,
5252	include/Inventor/fields/SoMFUShort.h,
5253	include/Inventor/fields/SoMFVec2f.h,
5254	include/Inventor/fields/SoMFVec3f.h,
5255	include/Inventor/fields/SoMFVec4f.h,
5256	include/Inventor/fields/SoMField.h,
5257	include/Inventor/fields/SoSFBitMask.h,
5258	include/Inventor/fields/SoSFBool.h,
5259	include/Inventor/fields/SoSFColor.h,
5260	include/Inventor/fields/SoSFEngine.h,
5261	include/Inventor/fields/SoSFEnum.h,
5262	include/Inventor/fields/SoSFFloat.h,
5263	include/Inventor/fields/SoSFImage.h,
5264	include/Inventor/fields/SoSFInt32.h,
5265	include/Inventor/fields/SoSFLong.h,
5266	include/Inventor/fields/SoSFMatrix.h,
5267	include/Inventor/fields/SoSFName.h,
5268	include/Inventor/fields/SoSFNode.h,
5269	include/Inventor/fields/SoSFPath.h,
5270	include/Inventor/fields/SoSFPlane.h,
5271	include/Inventor/fields/SoSFRotation.h,
5272	include/Inventor/fields/SoSFShort.h,
5273	include/Inventor/fields/SoSFString.h,
5274	include/Inventor/fields/SoSFTime.h,
5275	include/Inventor/fields/SoSFTrigger.h,
5276	include/Inventor/fields/SoSFUInt32.h,
5277	include/Inventor/fields/SoSFULong.h,
5278	include/Inventor/fields/SoSFUShort.h,
5279	include/Inventor/fields/SoSFVec2f.h,
5280	include/Inventor/fields/SoSFVec3f.h,
5281	include/Inventor/fields/SoSFVec4f.h,
5282	include/Inventor/fields/SoSField.h,
5283	include/Inventor/fields/SoSubField.h,
5284	include/Inventor/lists/SbIntList.h,
5285	include/Inventor/lists/SbList.h, include/Inventor/lists/SbPList.h,
5286	include/Inventor/lists/SbStringList.h,
5287	include/Inventor/lists/SoActionMethodList.h,
5288	include/Inventor/lists/SoAuditorList.h,
5289	include/Inventor/lists/SoBaseList.h,
5290	include/Inventor/lists/SoCallbackList.h,
5291	include/Inventor/lists/SoDetailList.h,
5292	include/Inventor/lists/SoEnabledElementsList.h,
5293	include/Inventor/lists/SoEngineList.h,
5294	include/Inventor/lists/SoEngineOutputList.h,
5295	include/Inventor/lists/SoFieldList.h,
5296	include/Inventor/lists/SoNodeList.h,
5297	include/Inventor/lists/SoPathList.h,
5298	include/Inventor/lists/SoPickedPointList.h,
5299	include/Inventor/lists/SoTypeList.h,
5300	include/Inventor/lists/SoVRMLInterpOutputList.h,
5301	include/Inventor/misc/SoAuditorList.h,
5302	include/Inventor/misc/SoBase.h, include/Inventor/misc/SoBasic.h,
5303	include/Inventor/misc/SoCallbackList.h,
5304	include/Inventor/misc/SoChildList.h, include/Inventor/misc/SoGL.h,
5305	include/Inventor/misc/SoGLImage.h,
5306	include/Inventor/misc/SoNormalGenerator.h,
5307	include/Inventor/misc/SoNotification.h,
5308	include/Inventor/misc/SoState.h,
5309	include/Inventor/misc/SoTessellator.h,
5310	include/Inventor/nodekits/SoNodeKit.h,
5311	include/Inventor/nodes/ClassTypeAbstractInterface.tpl,
5312	include/Inventor/nodes/ClassTypeInterface.tpl,
5313	include/Inventor/nodes/NodeAbstractHeader.tpl,
5314	include/Inventor/nodes/NodeHeader.tpl,
5315	include/Inventor/nodes/SoAnnoText3.h,
5316	include/Inventor/nodes/SoAnnoText3Property.h,
5317	include/Inventor/nodes/SoAnnotation.h,
5318	include/Inventor/nodes/SoAntiSquish.h,
5319	include/Inventor/nodes/SoArray.h,
5320	include/Inventor/nodes/SoAsciiText.h,
5321	include/Inventor/nodes/SoBaseColor.h,
5322	include/Inventor/nodes/SoBlinker.h,
5323	include/Inventor/nodes/SoCallback.h,
5324	include/Inventor/nodes/SoCamera.h,
5325	include/Inventor/nodes/SoClipPlane.h,
5326	include/Inventor/nodes/SoColorIndex.h,
5327	include/Inventor/nodes/SoComplexity.h,
5328	include/Inventor/nodes/SoCone.h,
5329	include/Inventor/nodes/SoCoordinate3.h,
5330	include/Inventor/nodes/SoCoordinate4.h,
5331	include/Inventor/nodes/SoCube.h,
5332	include/Inventor/nodes/SoCylinder.h,
5333	include/Inventor/nodes/SoDirectionalLight.h,
5334	include/Inventor/nodes/SoDrawStyle.h,
5335	include/Inventor/nodes/SoEnvironment.h,
5336	include/Inventor/nodes/SoEventCallback.h,
5337	include/Inventor/nodes/SoExtSelection.h,
5338	include/Inventor/nodes/SoFaceSet.h,
5339	include/Inventor/nodes/SoFile.h, include/Inventor/nodes/SoFont.h,
5340	include/Inventor/nodes/SoFontStyle.h,
5341	include/Inventor/nodes/SoGroup.h, include/Inventor/nodes/SoImage.h,
5342	include/Inventor/nodes/SoIndexedFaceSet.h,
5343	include/Inventor/nodes/SoIndexedLineSet.h,
5344	include/Inventor/nodes/SoIndexedNurbsCurve.h,
5345	include/Inventor/nodes/SoIndexedNurbsSurface.h,
5346	include/Inventor/nodes/SoIndexedShape.h,
5347	include/Inventor/nodes/SoIndexedTriangleStripSet.h,
5348	include/Inventor/nodes/SoInfo.h, include/Inventor/nodes/SoLOD.h,
5349	include/Inventor/nodes/SoLabel.h,
5350	include/Inventor/nodes/SoLevelOfDetail.h,
5351	include/Inventor/nodes/SoLevelOfSimplification.h,
5352	include/Inventor/nodes/SoLight.h,
5353	include/Inventor/nodes/SoLightModel.h,
5354	include/Inventor/nodes/SoLineSet.h,
5355	include/Inventor/nodes/SoLinearProfile.h,
5356	include/Inventor/nodes/SoLocateHighlight.h,
5357	include/Inventor/nodes/SoMarkerSet.h,
5358	include/Inventor/nodes/SoMaterial.h,
5359	include/Inventor/nodes/SoMaterialBinding.h,
5360	include/Inventor/nodes/SoMatrixTransform.h,
5361	include/Inventor/nodes/SoMultipleCopy.h,
5362	include/Inventor/nodes/SoNode.h, include/Inventor/nodes/SoNodes.h,
5363	include/Inventor/nodes/SoNonIndexedShape.h,
5364	include/Inventor/nodes/SoNormal.h,
5365	include/Inventor/nodes/SoNormalBinding.h,
5366	include/Inventor/nodes/SoNurbsCurve.h,
5367	include/Inventor/nodes/SoNurbsProfile.h,
5368	include/Inventor/nodes/SoNurbsSurface.h,
5369	include/Inventor/nodes/SoOrthographicCamera.h,
5370	include/Inventor/nodes/SoPackedColor.h,
5371	include/Inventor/nodes/SoPathSwitch.h,
5372	include/Inventor/nodes/SoPendulum.h,
5373	include/Inventor/nodes/SoPerspectiveCamera.h,
5374	include/Inventor/nodes/SoPickStyle.h,
5375	include/Inventor/nodes/SoPointLight.h,
5376	include/Inventor/nodes/SoPointSet.h,
5377	include/Inventor/nodes/SoPolygonOffset.h,
5378	include/Inventor/nodes/SoProfile.h,
5379	include/Inventor/nodes/SoProfileCoordinate2.h,
5380	include/Inventor/nodes/SoProfileCoordinate3.h,
5381	include/Inventor/nodes/SoQuadMesh.h,
5382	include/Inventor/nodes/SoResetTransform.h,
5383	include/Inventor/nodes/SoRotation.h,
5384	include/Inventor/nodes/SoRotationXYZ.h,
5385	include/Inventor/nodes/SoRotor.h, include/Inventor/nodes/SoScale.h,
5386	include/Inventor/nodes/SoSelection.h,
5387	include/Inventor/nodes/SoSeparator.h,
5388	include/Inventor/nodes/SoShape.h,
5389	include/Inventor/nodes/SoShapeHints.h,
5390	include/Inventor/nodes/SoShuttle.h,
5391	include/Inventor/nodes/SoSphere.h,
5392	include/Inventor/nodes/SoSpotLight.h,
5393	include/Inventor/nodes/SoSubNode.h,
5394	include/Inventor/nodes/SoSurroundScale.h,
5395	include/Inventor/nodes/SoSwitch.h,
5396	include/Inventor/nodes/SoText2.h, include/Inventor/nodes/SoText3.h,
5397	include/Inventor/nodes/SoTexture2.h,
5398	include/Inventor/nodes/SoTexture2Transform.h,
5399	include/Inventor/nodes/SoTextureCoordinate2.h,
5400	include/Inventor/nodes/SoTextureCoordinateBinding.h,
5401	include/Inventor/nodes/SoTextureCoordinateDefault.h,
5402	include/Inventor/nodes/SoTextureCoordinateEnvironment.h,
5403	include/Inventor/nodes/SoTextureCoordinateFunction.h,
5404	include/Inventor/nodes/SoTextureCoordinatePlane.h,
5405	include/Inventor/nodes/SoTransform.h,
5406	include/Inventor/nodes/SoTransformSeparator.h,
5407	include/Inventor/nodes/SoTransformation.h,
5408	include/Inventor/nodes/SoTranslation.h,
5409	include/Inventor/nodes/SoTriangleStripSet.h,
5410	include/Inventor/nodes/SoUnits.h,
5411	include/Inventor/nodes/SoVertexProperty.h,
5412	include/Inventor/nodes/SoVertexShape.h,
5413	include/Inventor/nodes/SoWWWAnchor.h,
5414	include/Inventor/nodes/SoWWWInline.h,
5415	include/Inventor/projectors/SbCylinderPlaneProjector.h,
5416	include/Inventor/projectors/SbCylinderProjector.h,
5417	include/Inventor/projectors/SbCylinderSectionProjector.h,
5418	include/Inventor/projectors/SbCylinderSheetProjector.h,
5419	include/Inventor/projectors/SbLineProjector.h,
5420	include/Inventor/projectors/SbPlaneProjector.h,
5421	include/Inventor/projectors/SbProjector.h,
5422	include/Inventor/projectors/SbProjectors.h,
5423	include/Inventor/projectors/SbSpherePlaneProjector.h,
5424	include/Inventor/projectors/SbSphereProjector.h,
5425	include/Inventor/projectors/SbSphereSectionProjector.h,
5426	include/Inventor/projectors/SbSphereSheetProjector.h,
5427	include/Inventor/sensors/SoAlarmSensor.h,
5428	include/Inventor/sensors/SoDataSensor.h,
5429	include/Inventor/sensors/SoDelayQueueSensor.h,
5430	include/Inventor/sensors/SoFieldSensor.h,
5431	include/Inventor/sensors/SoIdleSensor.h,
5432	include/Inventor/sensors/SoNodeSensor.h,
5433	include/Inventor/sensors/SoOneShotSensor.h,
5434	include/Inventor/sensors/SoPathSensor.h,
5435	include/Inventor/sensors/SoSensor.h,
5436	include/Inventor/sensors/SoSensorManager.h,
5437	include/Inventor/sensors/SoSensors.h,
5438	include/Inventor/sensors/SoTimerQueueSensor.h,
5439	include/Inventor/sensors/SoTimerSensor.h,
5440	include/Inventor/system/inttypes.h,
5441	include/Inventor/system/kosher.h, models/dead_simple/array.iv,
5442	models/dead_simple/cone.iv, models/dead_simple/cube.iv,
5443	models/dead_simple/group.iv, models/dead_simple/misc.iv,
5444	models/dead_simple/multiplecopy.iv,
5445	models/dead_simple/rotated_cube.iv, models/dead_simple/sphere.iv,
5446	models/oiv_compliance/annotation.iv,
5447	models/oiv_compliance/antisquish.iv,
5448	models/oiv_compliance/array.iv, models/oiv_compliance/basecolor.iv,
5449	models/oiv_compliance/blinker.iv,
5450	models/oiv_compliance/clipplane.iv, models/oiv_compliance/cone.iv,
5451	models/oiv_compliance/cube.iv, models/oiv_compliance/cylinder.iv,
5452	models/oiv_compliance/directionallight.iv,
5453	models/oiv_compliance/drawstyle.iv,
5454	models/oiv_compliance/environment.iv,
5455	models/oiv_compliance/faceset.iv, models/oiv_compliance/file.iv,
5456	models/oiv_compliance/font.iv, models/oiv_compliance/fontstyle.iv,
5457	models/oiv_compliance/image.iv,
5458	models/oiv_compliance/includefile.iv,
5459	models/oiv_compliance/indexedfaceset.iv,
5460	models/oiv_compliance/indexedlineset.iv,
5461	models/oiv_compliance/indexedtrianglestripset.iv,
5462	models/oiv_compliance/levelofdetail.iv,
5463	models/oiv_compliance/lightmodel.iv,
5464	models/oiv_compliance/lineset.iv,
5465	models/oiv_compliance/locatehighlight.iv,
5466	models/oiv_compliance/lod.iv, models/oiv_compliance/markerset.iv,
5467	models/oiv_compliance/material.iv,
5468	models/oiv_compliance/materialbinding.iv,
5469	models/oiv_compliance/matrixtransform.iv,
5470	models/oiv_compliance/multiplecopy.iv,
5471	models/oiv_compliance/normalbinding.iv,
5472	models/oiv_compliance/packedcolor.iv,
5473	models/oiv_compliance/pendulum.iv,
5474	models/oiv_compliance/pointlight.iv,
5475	models/oiv_compliance/pointset.iv,
5476	models/oiv_compliance/polygonoffset.iv,
5477	models/oiv_compliance/quadmesh.iv,
5478	models/oiv_compliance/resettransform.iv,
5479	models/oiv_compliance/rotation.iv,
5480	models/oiv_compliance/rotationxyz.iv,
5481	models/oiv_compliance/rotor.iv, models/oiv_compliance/scale.iv,
5482	models/oiv_compliance/shapehints.iv,
5483	models/oiv_compliance/shuttle.iv, models/oiv_compliance/sphere.iv,
5484	models/oiv_compliance/spotlight.iv,
5485	models/oiv_compliance/switch.iv, models/oiv_compliance/text2.iv,
5486	models/oiv_compliance/texture2.iv,
5487	models/oiv_compliance/texture2transform.iv,
5488	models/oiv_compliance/texturecoordinatebinding.iv,
5489	models/oiv_compliance/texturecoordinatedefault.iv,
5490	models/oiv_compliance/texturecoordinateenvironment.iv,
5491	models/oiv_compliance/texturecoordinateplane.iv,
5492	models/oiv_compliance/transform.iv,
5493	models/oiv_compliance/transformseparator.iv,
5494	models/oiv_compliance/translation.iv,
5495	models/oiv_compliance/trianglestripset.iv,
5496	models/oiv_compliance/units.iv,
5497	models/oiv_compliance/camera/README,
5498	models/oiv_compliance/camera/aspectRatio_0.iv,
5499	models/oiv_compliance/camera/aspectRatio_1.iv,
5500	models/oiv_compliance/camera/aspectRatio_2.iv,
5501	models/oiv_compliance/camera/aspectRatio_3.iv,
5502	models/oiv_compliance/camera/aspectRatio_4.iv,
5503	models/oiv_compliance/camera/aspectRatio_5.iv,
5504	models/oiv_compliance/camera/viewportMapping_0.iv,
5505	models/oiv_compliance/camera/viewportMapping_1.iv,
5506	models/oiv_compliance/camera/viewportMapping_2.iv,
5507	models/oiv_compliance/camera/viewportMapping_3.iv,
5508	models/oiv_compliance/camera/viewportMapping_4.iv, scripts/README,
5509	scripts/coin.el, scripts/gpp, scripts/metadon, scripts/templant,
5510	src/Base.in, src/General.in, src/SbBSPTree.cpp, src/SbBox2f.cpp,
5511	src/SbBox2s.cpp, src/SbBox3f.cpp, src/SbColor.cpp,
5512	src/SbColor4f.cpp, src/SbCylinder.cpp, src/SbDict.cpp,
5513	src/SbLine.cpp, src/SbMatrix.cpp, src/SbName.cpp, src/SbPlane.cpp,
5514	src/SbRotation.cpp, src/SbSphere.cpp, src/SbString.cpp,
5515	src/SbTime.cpp, src/SbVec2f.cpp, src/SbVec2s.cpp, src/SbVec3f.cpp,
5516	src/SbVec4f.cpp, src/SbViewVolume.cpp, src/SbViewportRegion.cpp,
5517	src/SbXfBox3f.cpp, src/SoDB.cpp, src/SoFullPath.cpp,
5518	src/SoImageInterface.cpp, src/SoInput.cpp, src/SoInteraction.cpp,
5519	src/SoOutput.cpp, src/SoPath.cpp, src/SoPickedPoint.cpp,
5520	src/SoPrimitiveVertex.cpp, src/SoSceneManager.cpp, src/SoType.cpp,
5521	src/VRMLnodes/SoVRMLInterpOutput.cpp,
5522	src/VRMLnodes/SoVRMLInterpolator.cpp,
5523	src/actions/ActionClassTypeSource.tpl,
5524	src/actions/ActionSource.tpl, src/actions/Config.in,
5525	src/actions/InitActionSource.tpl, src/actions/SoAction.cpp,
5526	src/actions/SoBoxHighlightRenderAction.cpp,
5527	src/actions/SoCallbackAction.cpp, src/actions/SoGLRenderAction.cpp,
5528	src/actions/SoGenerateNormalsAction.cpp,
5529	src/actions/SoGetBoundingBoxAction.cpp,
5530	src/actions/SoGetMatrixAction.cpp,
5531	src/actions/SoGetPrimitiveCountAction.cpp,
5532	src/actions/SoGlobalSimplifyAction.cpp,
5533	src/actions/SoGraphVerifyAction.cpp,
5534	src/actions/SoHandleEventAction.cpp,
5535	src/actions/SoLineHighlightRenderAction.cpp,
5536	src/actions/SoPickAction.cpp, src/actions/SoRayPickAction.cpp,
5537	src/actions/SoReorganizeAction.cpp, src/actions/SoSearchAction.cpp,
5538	src/actions/SoShapeSimplifyAction.cpp,
5539	src/actions/SoSimplifyAction.cpp, src/actions/SoToVRML2Action.cpp,
5540	src/actions/SoToVRMLAction.cpp, src/actions/SoWriteAction.cpp,
5541	src/bundles/Config.in, src/bundles/SoBundle.cpp,
5542	src/bundles/SoMaterialBundle.cpp,
5543	src/bundles/SoTextureCoordinateBundle.cpp, src/caches/Config.in,
5544	src/caches/SoBoundingBoxCache.cpp, src/caches/SoCache.cpp,
5545	src/caches/SoConvexDataCache.cpp, src/caches/SoNormalCache.cpp,
5546	src/caches/SoTextureCoordinateCache.cpp, src/details/Config.in,
5547	src/draggers/Config.in,
5548	src/elements/AbstractElementClassTypeSource.tpl,
5549	src/elements/AbstractElementSource.tpl,
5550	src/elements/CleanAbstractElementSource.tpl,
5551	src/elements/CleanElementSource.tpl, src/elements/Config.in,
5552	src/elements/ElementClassTypeSource.tpl,
5553	src/elements/ElementSource.tpl,
5554	src/elements/InitAbstractElementSource.tpl,
5555	src/elements/InitElementSource.tpl,
5556	src/elements/SoAccumulatedElement.cpp,
5557	src/elements/SoAmbientColorElement.cpp,
5558	src/elements/SoAnnoText3CharOrientElement.cpp,
5559	src/elements/SoAnnoText3FontSizeHintElement.cpp,
5560	src/elements/SoAnnoText3RenderPrintElement.cpp,
5561	src/elements/SoBBoxModelMatrixElement.cpp,
5562	src/elements/SoCacheElement.cpp,
5563	src/elements/SoClipPlaneElement.cpp,
5564	src/elements/SoColorPacker.cpp,
5565	src/elements/SoComplexityElement.cpp,
5566	src/elements/SoComplexityTypeElement.cpp,
5567	src/elements/SoCoordinateElement.cpp,
5568	src/elements/SoCreaseAngleElement.cpp,
5569	src/elements/SoDecimationPercentageElement.cpp,
5570	src/elements/SoDecimationTypeElement.cpp,
5571	src/elements/SoDiffuseColorElement.cpp,
5572	src/elements/SoDirectionalLightElement.cpp,
5573	src/elements/SoDrawStyleElement.cpp, src/elements/SoElement.cpp,
5574	src/elements/SoEmissiveColorElement.cpp,
5575	src/elements/SoEnvironmentElement.cpp,
5576	src/elements/SoFloatElement.cpp,
5577	src/elements/SoFocalDistanceElement.cpp,
5578	src/elements/SoFontNameElement.cpp,
5579	src/elements/SoFontSizeElement.cpp,
5580	src/elements/SoGLAmbientColorElement.cpp,
5581	src/elements/SoGLClipPlaneElement.cpp,
5582	src/elements/SoGLColorIndexElement.cpp,
5583	src/elements/SoGLCoordinateElement.cpp,
5584	src/elements/SoGLDiffuseColorElement.cpp,
5585	src/elements/SoGLDrawStyleElement.cpp,
5586	src/elements/SoGLEmissiveColorElement.cpp,
5587	src/elements/SoGLEnvironmentElement.cpp,
5588	src/elements/SoGLLightIdElement.cpp,
5589	src/elements/SoGLLightModelElement.cpp,
5590	src/elements/SoGLLinePatternElement.cpp,
5591	src/elements/SoGLLineWidthElement.cpp,
5592	src/elements/SoGLModelMatrixElement.cpp,
5593	src/elements/SoGLNormalElement.cpp,
5594	src/elements/SoGLNormalizeElement.cpp,
5595	src/elements/SoGLPointSizeElement.cpp,
5596	src/elements/SoGLPolygonOffsetElement.cpp,
5597	src/elements/SoGLPolygonStippleElement.cpp,
5598	src/elements/SoGLProjectionMatrixElement.cpp,
5599	src/elements/SoGLRenderPassElement.cpp,
5600	src/elements/SoGLShadeModelElement.cpp,
5601	src/elements/SoGLShapeHintsElement.cpp,
5602	src/elements/SoGLShininessElement.cpp,
5603	src/elements/SoGLSpecularColorElement.cpp,
5604	src/elements/SoGLTextureCoordinateElement.cpp,
5605	src/elements/SoGLTextureEnabledElement.cpp,
5606	src/elements/SoGLTextureImageElement.cpp,
5607	src/elements/SoGLTextureMatrixElement.cpp,
5608	src/elements/SoGLUpdateAreaElement.cpp,
5609	src/elements/SoGLViewingMatrixElement.cpp,
5610	src/elements/SoGLViewportRegionElement.cpp,
5611	src/elements/SoInt32Element.cpp,
5612	src/elements/SoLightAttenuationElement.cpp,
5613	src/elements/SoLightElement.cpp,
5614	src/elements/SoLightModelElement.cpp,
5615	src/elements/SoLinePatternElement.cpp,
5616	src/elements/SoLineWidthElement.cpp,
5617	src/elements/SoLocalBBoxMatrixElement.cpp,
5618	src/elements/SoMaterialBindingElement.cpp,
5619	src/elements/SoModelMatrixElement.cpp,
5620	src/elements/SoNormalBindingElement.cpp,
5621	src/elements/SoNormalElement.cpp,
5622	src/elements/SoOverrideElement.cpp,
5623	src/elements/SoPROTOElement.cpp, src/elements/SoPickRayElement.cpp,
5624	src/elements/SoPickStyleElement.cpp,
5625	src/elements/SoPointSizeElement.cpp,
5626	src/elements/SoPolygonOffsetElement.cpp,
5627	src/elements/SoProfileCoordinateElement.cpp,
5628	src/elements/SoProfileElement.cpp,
5629	src/elements/SoProjectionMatrixElement.cpp,
5630	src/elements/SoReplacedElement.cpp,
5631	src/elements/SoShapeHintsElement.cpp,
5632	src/elements/SoShapeStyleElement.cpp,
5633	src/elements/SoShininessElement.cpp,
5634	src/elements/SoSpecularColorElement.cpp,
5635	src/elements/SoSwitchElement.cpp,
5636	src/elements/SoTextOutlineEnabledElement.cpp,
5637	src/elements/SoTextureCoordinateBindingElement.cpp,
5638	src/elements/SoTextureCoordinateElement.cpp,
5639	src/elements/SoTextureImageElement.cpp,
5640	src/elements/SoTextureMatrixElement.cpp,
5641	src/elements/SoTextureQualityElement.cpp,
5642	src/elements/SoTransparencyElement.cpp,
5643	src/elements/SoUnitsElement.cpp,
5644	src/elements/SoViewVolumeElement.cpp,
5645	src/elements/SoViewingMatrixElement.cpp,
5646	src/elements/SoViewportRegionElement.cpp,
5647	src/elements/SoWindowElement.cpp, src/engines/Config.in,
5648	src/engines/InterpolateSource.tpl, src/engines/SoBoolOperation.cpp,
5649	src/engines/SoCalculator.cpp, src/engines/SoComposeMatrix.cpp,
5650	src/engines/SoComposeRotation.cpp, src/engines/SoComposeVec2f.cpp,
5651	src/engines/SoComposeVec3f.cpp, src/engines/SoComposeVec4f.cpp,
5652	src/engines/SoConcatenate.cpp, src/engines/SoConvertAll.cpp,
5653	src/engines/SoCounter.cpp, src/engines/SoDecomposeMatrix.cpp,
5654	src/engines/SoDecomposeRotation.cpp,
5655	src/engines/SoDecomposeVec2f.cpp, src/engines/SoDecomposeVec3f.cpp,
5656	src/engines/SoDecomposeVec4f.cpp, src/engines/SoElapsedTime.cpp,
5657	src/engines/SoEngine.cpp, src/engines/SoEngineOutput.cpp,
5658	src/engines/SoExpressionParser.cpp,
5659	src/engines/SoFieldConverter.cpp, src/engines/SoGate.cpp,
5660	src/engines/SoInterpolate.cpp, src/engines/SoInterpolateAbs.cpp,
5661	src/engines/SoInterpolateFloat.cpp,
5662	src/engines/SoInterpolateRotation.cpp,
5663	src/engines/SoInterpolateVec2f.cpp,
5664	src/engines/SoInterpolateVec3f.cpp,
5665	src/engines/SoInterpolateVec4f.cpp, src/engines/SoOnOff.cpp,
5666	src/engines/SoOneShot.cpp, src/engines/SoSelectOne.cpp,
5667	src/engines/SoTriggerAny.cpp, src/engines/calculator.atg,
5668	src/errors/Config.in, src/errors/SoDebugError.cpp,
5669	src/errors/SoError.cpp, src/errors/SoMemoryError.cpp,
5670	src/errors/SoReadError.cpp, src/events/Config.in,
5671	src/events/EventInitClass.tpl, src/events/EventSource.tpl,
5672	src/events/SoButtonEvent.cpp, src/events/SoEvent.cpp,
5673	src/events/SoKeyboardEvent.cpp, src/events/SoLocation2Event.cpp,
5674	src/events/SoMotion3Event.cpp, src/events/SoMouseButtonEvent.cpp,
5675	src/events/SoSpaceballButtonEvent.cpp, src/fields/Config.in,
5676	src/fields/FieldEqSame.tpl, src/fields/FieldId.tpl,
5677	src/fields/FieldInitClass.tpl, src/fields/MField.tpl,
5678	src/fields/MFieldAlloc.tpl, src/fields/MFieldConstructor.tpl,
5679	src/fields/MFieldRequired.tpl, src/fields/MFieldValue.tpl,
5680	src/fields/SField.tpl, src/fields/SFieldRequired.tpl,
5681	src/fields/SoField.cpp, src/fields/SoFieldContainer.cpp,
5682	src/fields/SoFieldData.cpp, src/fields/SoMFBitMask.cpp,
5683	src/fields/SoMFBool.cpp, src/fields/SoMFColor.cpp,
5684	src/fields/SoMFEngine.cpp, src/fields/SoMFEnum.cpp,
5685	src/fields/SoMFFloat.cpp, src/fields/SoMFInt32.cpp,
5686	src/fields/SoMFMatrix.cpp, src/fields/SoMFName.cpp,
5687	src/fields/SoMFNode.cpp, src/fields/SoMFPath.cpp,
5688	src/fields/SoMFPlane.cpp, src/fields/SoMFRotation.cpp,
5689	src/fields/SoMFShort.cpp, src/fields/SoMFString.cpp,
5690	src/fields/SoMFTime.cpp, src/fields/SoMFUInt32.cpp,
5691	src/fields/SoMFUShort.cpp, src/fields/SoMFVec2f.cpp,
5692	src/fields/SoMFVec3f.cpp, src/fields/SoMFVec4f.cpp,
5693	src/fields/SoMField.cpp, src/fields/SoSFBitMask.cpp,
5694	src/fields/SoSFBool.cpp, src/fields/SoSFColor.cpp,
5695	src/fields/SoSFEngine.cpp, src/fields/SoSFEnum.cpp,
5696	src/fields/SoSFFloat.cpp, src/fields/SoSFImage.cpp,
5697	src/fields/SoSFInt32.cpp, src/fields/SoSFMatrix.cpp,
5698	src/fields/SoSFName.cpp, src/fields/SoSFNode.cpp,
5699	src/fields/SoSFPath.cpp, src/fields/SoSFPlane.cpp,
5700	src/fields/SoSFRotation.cpp, src/fields/SoSFShort.cpp,
5701	src/fields/SoSFString.cpp, src/fields/SoSFTime.cpp,
5702	src/fields/SoSFTrigger.cpp, src/fields/SoSFUInt32.cpp,
5703	src/fields/SoSFUShort.cpp, src/fields/SoSFVec2f.cpp,
5704	src/fields/SoSFVec3f.cpp, src/fields/SoSFVec4f.cpp,
5705	src/fields/SoSField.cpp, src/lists/Config.in,
5706	src/lists/SbIntList.cpp, src/lists/SbList.cpp,
5707	src/lists/SbPList.cpp, src/lists/SbStringList.cpp,
5708	src/lists/SoActionMethodList.cpp, src/lists/SoAuditorList.cpp,
5709	src/lists/SoBaseList.cpp, src/lists/SoCallbackList.cpp,
5710	src/lists/SoDetailList.cpp, src/lists/SoEnabledElementsList.cpp,
5711	src/lists/SoEngineList.cpp, src/lists/SoEngineOutputList.cpp,
5712	src/lists/SoFieldList.cpp, src/lists/SoNodeList.cpp,
5713	src/lists/SoPathList.cpp, src/lists/SoPickedPointList.cpp,
5714	src/lists/SoTypeList.cpp, src/lists/SoVRMLInterpOutputList.cpp,
5715	src/manips/Config.in, src/misc/SoBase.cpp,
5716	src/misc/SoChildList.cpp, src/misc/SoGL.cpp,
5717	src/misc/SoGLFaceSetTemplate.cpp, src/misc/SoGLImage.cpp,
5718	src/misc/SoGLTristripTemplate.cpp, src/misc/SoNormalGenerator.cpp,
5719	src/misc/SoNotification.cpp, src/misc/SoState.cpp,
5720	src/misc/SoTessellator.cpp, src/nodekits/Config.in,
5721	src/nodekits/SoNodeKit.cpp, src/nodes/Config.in,
5722	src/nodes/InitNodeAbstractSource.tpl, src/nodes/InitNodeSource.tpl,
5723	src/nodes/NodeAbstractClassTypeImplementation.tpl,
5724	src/nodes/NodeAbstractSource.tpl,
5725	src/nodes/NodeClassTypeSource.tpl, src/nodes/NodeConstructor.tpl,
5726	src/nodes/NodeSource.tpl, src/nodes/SoAnnoText3.cpp,
5727	src/nodes/SoAnnoText3Property.cpp, src/nodes/SoAnnotation.cpp,
5728	src/nodes/SoAntiSquish.cpp, src/nodes/SoArray.cpp,
5729	src/nodes/SoAsciiText.cpp, src/nodes/SoBaseColor.cpp,
5730	src/nodes/SoBlinker.cpp, src/nodes/SoCallback.cpp,
5731	src/nodes/SoCamera.cpp, src/nodes/SoClipPlane.cpp,
5732	src/nodes/SoColorIndex.cpp, src/nodes/SoComplexity.cpp,
5733	src/nodes/SoCone.cpp, src/nodes/SoCoordinate3.cpp,
5734	src/nodes/SoCoordinate4.cpp, src/nodes/SoCube.cpp,
5735	src/nodes/SoCylinder.cpp, src/nodes/SoDirectionalLight.cpp,
5736	src/nodes/SoDrawStyle.cpp, src/nodes/SoEnvironment.cpp,
5737	src/nodes/SoEventCallback.cpp, src/nodes/SoExtSelection.cpp,
5738	src/nodes/SoFaceSet.cpp, src/nodes/SoFile.cpp,
5739	src/nodes/SoFont.cpp, src/nodes/SoFontStyle.cpp,
5740	src/nodes/SoGroup.cpp, src/nodes/SoImage.cpp,
5741	src/nodes/SoIndexedFaceSet.cpp, src/nodes/SoIndexedLineSet.cpp,
5742	src/nodes/SoIndexedNurbsCurve.cpp,
5743	src/nodes/SoIndexedNurbsSurface.cpp, src/nodes/SoIndexedShape.cpp,
5744	src/nodes/SoIndexedTriangleStripSet.cpp, src/nodes/SoInfo.cpp,
5745	src/nodes/SoLOD.cpp, src/nodes/SoLabel.cpp,
5746	src/nodes/SoLevelOfDetail.cpp,
5747	src/nodes/SoLevelOfSimplification.cpp, src/nodes/SoLight.cpp,
5748	src/nodes/SoLightModel.cpp, src/nodes/SoLineSet.cpp,
5749	src/nodes/SoLinearProfile.cpp, src/nodes/SoLocateHighlight.cpp,
5750	src/nodes/SoMarkerSet.cpp, src/nodes/SoMaterial.cpp,
5751	src/nodes/SoMaterialBinding.cpp, src/nodes/SoMatrixTransform.cpp,
5752	src/nodes/SoMultipleCopy.cpp, src/nodes/SoNode.cpp,
5753	src/nodes/SoNonIndexedShape.cpp, src/nodes/SoNormal.cpp,
5754	src/nodes/SoNormalBinding.cpp, src/nodes/SoNurbsCurve.cpp,
5755	src/nodes/SoNurbsProfile.cpp, src/nodes/SoNurbsSurface.cpp,
5756	src/nodes/SoOrthographicCamera.cpp, src/nodes/SoPackedColor.cpp,
5757	src/nodes/SoPathSwitch.cpp, src/nodes/SoPendulum.cpp,
5758	src/nodes/SoPerspectiveCamera.cpp, src/nodes/SoPickStyle.cpp,
5759	src/nodes/SoPointLight.cpp, src/nodes/SoPointSet.cpp,
5760	src/nodes/SoPolygonOffset.cpp, src/nodes/SoProfile.cpp,
5761	src/nodes/SoProfileCoordinate2.cpp,
5762	src/nodes/SoProfileCoordinate3.cpp, src/nodes/SoQuadMesh.cpp,
5763	src/nodes/SoResetTransform.cpp, src/nodes/SoRotation.cpp,
5764	src/nodes/SoRotationXYZ.cpp, src/nodes/SoRotor.cpp,
5765	src/nodes/SoScale.cpp, src/nodes/SoSelection.cpp,
5766	src/nodes/SoSeparator.cpp, src/nodes/SoShape.cpp,
5767	src/nodes/SoShapeHints.cpp, src/nodes/SoShuttle.cpp,
5768	src/nodes/SoSphere.cpp, src/nodes/SoSpotLight.cpp,
5769	src/nodes/SoSurroundScale.cpp, src/nodes/SoSwitch.cpp,
5770	src/nodes/SoText2.cpp, src/nodes/SoText3.cpp,
5771	src/nodes/SoTexture2.cpp, src/nodes/SoTexture2Transform.cpp,
5772	src/nodes/SoTextureCoordinate2.cpp,
5773	src/nodes/SoTextureCoordinateBinding.cpp,
5774	src/nodes/SoTextureCoordinateDefault.cpp,
5775	src/nodes/SoTextureCoordinateEnvironment.cpp,
5776	src/nodes/SoTextureCoordinateFunction.cpp,
5777	src/nodes/SoTextureCoordinatePlane.cpp, src/nodes/SoTransform.cpp,
5778	src/nodes/SoTransformSeparator.cpp, src/nodes/SoTransformation.cpp,
5779	src/nodes/SoTranslation.cpp, src/nodes/SoTriangleStripSet.cpp,
5780	src/nodes/SoUnits.cpp, src/nodes/SoVertexProperty.cpp,
5781	src/nodes/SoVertexShape.cpp, src/nodes/SoWWWAnchor.cpp,
5782	src/nodes/SoWWWInline.cpp, src/projectors/Config.in,
5783	src/projectors/SbCylinderPlaneProjector.cpp,
5784	src/projectors/SbCylinderProjector.cpp,
5785	src/projectors/SbCylinderSectionProjector.cpp,
5786	src/projectors/SbCylinderSheetProjector.cpp,
5787	src/projectors/SbLineProjector.cpp,
5788	src/projectors/SbPlaneProjector.cpp,
5789	src/projectors/SbProjector.cpp,
5790	src/projectors/SbSpherePlaneProjector.cpp,
5791	src/projectors/SbSphereProjector.cpp,
5792	src/projectors/SbSphereSectionProjector.cpp,
5793	src/projectors/SbSphereSheetProjector.cpp, src/sensors/Config.in,
5794	src/sensors/SoAlarmSensor.cpp, src/sensors/SoDataSensor.cpp,
5795	src/sensors/SoDelayQueueSensor.cpp, src/sensors/SoFieldSensor.cpp,
5796	src/sensors/SoIdleSensor.cpp, src/sensors/SoNodeSensor.cpp,
5797	src/sensors/SoOneShotSensor.cpp, src/sensors/SoPathSensor.cpp,
5798	src/sensors/SoSensor.cpp, src/sensors/SoSensorManager.cpp,
5799	src/sensors/SoTimerQueueSensor.cpp, src/sensors/SoTimerSensor.cpp:
5800	Created
5801
58021999-07-01 01:51  mortene
5803
5804	* LICENSE.QPL, Metadon.conf, info.cvs, docs/Configure.help,
5805	docs/coin.doxygen, docs/todo.txt,
5806	docs/whitepapers/oiv_compatibility.txt,
5807	include/Inventor/.cvsignore, include/Inventor/Sb.h,
5808	include/Inventor/SbBSPTree.h, include/Inventor/SbBasic.h,
5809	include/Inventor/SbBox.h, include/Inventor/SbBox2f.h,
5810	include/Inventor/SbBox2s.h, include/Inventor/SbBox3f.h,
5811	include/Inventor/SbColor.h, include/Inventor/SbColor4f.h,
5812	include/Inventor/SbCylinder.h, include/Inventor/SbDict.h,
5813	include/Inventor/SbLine.h, include/Inventor/SbLinear.h,
5814	include/Inventor/SbMatrix.h, include/Inventor/SbName.h,
5815	include/Inventor/SbPList.h, include/Inventor/SbPlane.h,
5816	include/Inventor/SbRotation.h, include/Inventor/SbSphere.h,
5817	include/Inventor/SbString.h, include/Inventor/SbTime.h,
5818	include/Inventor/SbVec2f.h, include/Inventor/SbVec2s.h,
5819	include/Inventor/SbVec3f.h, include/Inventor/SbVec4f.h,
5820	include/Inventor/SbViewVolume.h,
5821	include/Inventor/SbViewportRegion.h, include/Inventor/SbXfBox3f.h,
5822	include/Inventor/So.h, include/Inventor/SoDB.h,
5823	include/Inventor/SoFullPath.h, include/Inventor/SoImageInterface.h,
5824	include/Inventor/SoInput.h, include/Inventor/SoInteraction.h,
5825	include/Inventor/SoLists.h, include/Inventor/SoOutput.h,
5826	include/Inventor/SoPath.h, include/Inventor/SoPickedPoint.h,
5827	include/Inventor/SoPrimitiveVertex.h,
5828	include/Inventor/SoSceneManager.h, include/Inventor/SoType.h,
5829	include/Inventor/confdep.h,
5830	include/Inventor/VRMLnodes/SoVRMLInterpOutput.h,
5831	include/Inventor/VRMLnodes/SoVRMLInterpolator.h,
5832	include/Inventor/actions/ActionClassTypeHeader.tpl,
5833	include/Inventor/actions/ActionHeader.tpl,
5834	include/Inventor/actions/SoAction.h,
5835	include/Inventor/actions/SoActions.h,
5836	include/Inventor/actions/SoBoxHighlightRenderAction.h,
5837	include/Inventor/actions/SoCallbackAction.h,
5838	include/Inventor/actions/SoGLRenderAction.h,
5839	include/Inventor/actions/SoGenerateNormalsAction.h,
5840	include/Inventor/actions/SoGetBoundingBoxAction.h,
5841	include/Inventor/actions/SoGetMatrixAction.h,
5842	include/Inventor/actions/SoGetPrimitiveCountAction.h,
5843	include/Inventor/actions/SoGlobalSimplifyAction.h,
5844	include/Inventor/actions/SoGraphVerifyAction.h,
5845	include/Inventor/actions/SoHandleEventAction.h,
5846	include/Inventor/actions/SoLineHighlightRenderAction.h,
5847	include/Inventor/actions/SoPickAction.h,
5848	include/Inventor/actions/SoRayPickAction.h,
5849	include/Inventor/actions/SoReorganizeAction.h,
5850	include/Inventor/actions/SoSearchAction.h,
5851	include/Inventor/actions/SoShapeSimplifyAction.h,
5852	include/Inventor/actions/SoSimplifyAction.h,
5853	include/Inventor/actions/SoSubAction.h,
5854	include/Inventor/actions/SoToVRML2Action.h,
5855	include/Inventor/actions/SoToVRMLAction.h,
5856	include/Inventor/actions/SoWriteAction.h,
5857	include/Inventor/bundles/SoBundle.h,
5858	include/Inventor/bundles/SoMaterialBundle.h,
5859	include/Inventor/bundles/SoTextureCoordinateBundle.h,
5860	include/Inventor/caches/SoBoundingBoxCache.h,
5861	include/Inventor/caches/SoCache.h,
5862	include/Inventor/caches/SoConvexDataCache.h,
5863	include/Inventor/caches/SoNormalCache.h,
5864	include/Inventor/caches/SoTextureCoordinateCache.h,
5865	include/Inventor/elements/AbstractElementClassTypeHeader.tpl,
5866	include/Inventor/elements/AbstractElementHeader.tpl,
5867	include/Inventor/elements/ElementClassTypeHeader.tpl,
5868	include/Inventor/elements/ElementHeader.tpl,
5869	include/Inventor/elements/SoAccumulatedElement.h,
5870	include/Inventor/elements/SoAmbientColorElement.h,
5871	include/Inventor/elements/SoAnnoText3CharOrientElement.h,
5872	include/Inventor/elements/SoAnnoText3FontSizeHintElement.h,
5873	include/Inventor/elements/SoAnnoText3RenderPrintElement.h,
5874	include/Inventor/elements/SoBBoxModelMatrixElement.h,
5875	include/Inventor/elements/SoCacheElement.h,
5876	include/Inventor/elements/SoClipPlaneElement.h,
5877	include/Inventor/elements/SoColorPacker.h,
5878	include/Inventor/elements/SoComplexityElement.h,
5879	include/Inventor/elements/SoComplexityTypeElement.h,
5880	include/Inventor/elements/SoCoordinateElement.h,
5881	include/Inventor/elements/SoCreaseAngleElement.h,
5882	include/Inventor/elements/SoDecimationPercentageElement.h,
5883	include/Inventor/elements/SoDecimationTypeElement.h,
5884	include/Inventor/elements/SoDiffuseColorElement.h,
5885	include/Inventor/elements/SoDrawStyleElement.h,
5886	include/Inventor/elements/SoElement.h,
5887	include/Inventor/elements/SoElements.h,
5888	include/Inventor/elements/SoEmissiveColorElement.h,
5889	include/Inventor/elements/SoEnvironmentElement.h,
5890	include/Inventor/elements/SoFloatElement.h,
5891	include/Inventor/elements/SoFocalDistanceElement.h,
5892	include/Inventor/elements/SoFontNameElement.h,
5893	include/Inventor/elements/SoFontSizeElement.h,
5894	include/Inventor/elements/SoGLAmbientColorElement.h,
5895	include/Inventor/elements/SoGLClipPlaneElement.h,
5896	include/Inventor/elements/SoGLColorIndexElement.h,
5897	include/Inventor/elements/SoGLCoordinateElement.h,
5898	include/Inventor/elements/SoGLDiffuseColorElement.h,
5899	include/Inventor/elements/SoGLDrawStyleElement.h,
5900	include/Inventor/elements/SoGLEmissiveColorElement.h,
5901	include/Inventor/elements/SoGLEnvironmentElement.h,
5902	include/Inventor/elements/SoGLLightIdElement.h,
5903	include/Inventor/elements/SoGLLightModelElement.h,
5904	include/Inventor/elements/SoGLLinePatternElement.h,
5905	include/Inventor/elements/SoGLLineWidthElement.h,
5906	include/Inventor/elements/SoGLModelMatrixElement.h,
5907	include/Inventor/elements/SoGLNormalElement.h,
5908	include/Inventor/elements/SoGLNormalizeElement.h,
5909	include/Inventor/elements/SoGLPointSizeElement.h,
5910	include/Inventor/elements/SoGLPolygonOffsetElement.h,
5911	include/Inventor/elements/SoGLPolygonStippleElement.h,
5912	include/Inventor/elements/SoGLProjectionMatrixElement.h,
5913	include/Inventor/elements/SoGLRenderPassElement.h,
5914	include/Inventor/elements/SoGLShadeModelElement.h,
5915	include/Inventor/elements/SoGLShapeHintsElement.h,
5916	include/Inventor/elements/SoGLShininessElement.h,
5917	include/Inventor/elements/SoGLSpecularColorElement.h,
5918	include/Inventor/elements/SoGLTextureCoordinateElement.h,
5919	include/Inventor/elements/SoGLTextureEnabledElement.h,
5920	include/Inventor/elements/SoGLTextureImageElement.h,
5921	include/Inventor/elements/SoGLTextureMatrixElement.h,
5922	include/Inventor/elements/SoGLUpdateAreaElement.h,
5923	include/Inventor/elements/SoGLViewingMatrixElement.h,
5924	include/Inventor/elements/SoGLViewportRegionElement.h,
5925	include/Inventor/elements/SoInt32Element.h,
5926	include/Inventor/elements/SoLightAttenuationElement.h,
5927	include/Inventor/elements/SoLightElement.h,
5928	include/Inventor/elements/SoLightModelElement.h,
5929	include/Inventor/elements/SoLinePatternElement.h,
5930	include/Inventor/elements/SoLineWidthElement.h,
5931	include/Inventor/elements/SoLocalBBoxMatrixElement.h,
5932	include/Inventor/elements/SoLongElement.h,
5933	include/Inventor/elements/SoMaterialBindingElement.h,
5934	include/Inventor/elements/SoModelMatrixElement.h,
5935	include/Inventor/elements/SoNormalBindingElement.h,
5936	include/Inventor/elements/SoNormalElement.h,
5937	include/Inventor/elements/SoOverrideElement.h,
5938	include/Inventor/elements/SoPROTOElement.h,
5939	include/Inventor/elements/SoPickRayElement.h,
5940	include/Inventor/elements/SoPickStyleElement.h,
5941	include/Inventor/elements/SoPointSizeElement.h,
5942	include/Inventor/elements/SoPolygonOffsetElement.h,
5943	include/Inventor/elements/SoProfileCoordinateElement.h,
5944	include/Inventor/elements/SoProfileElement.h,
5945	include/Inventor/elements/SoProjectionMatrixElement.h,
5946	include/Inventor/elements/SoReplacedElement.h,
5947	include/Inventor/elements/SoShapeHintsElement.h,
5948	include/Inventor/elements/SoShapeStyleElement.h,
5949	include/Inventor/elements/SoShininessElement.h,
5950	include/Inventor/elements/SoSpecularColorElement.h,
5951	include/Inventor/elements/SoSubElement.h,
5952	include/Inventor/elements/SoSwitchElement.h,
5953	include/Inventor/elements/SoTextOutlineEnabledElement.h,
5954	include/Inventor/elements/SoTextureCoordinateBindingElement.h,
5955	include/Inventor/elements/SoTextureCoordinateElement.h,
5956	include/Inventor/elements/SoTextureImageElement.h,
5957	include/Inventor/elements/SoTextureMatrixElement.h,
5958	include/Inventor/elements/SoTextureQualityElement.h,
5959	include/Inventor/elements/SoTransparencyElement.h,
5960	include/Inventor/elements/SoUnitsElement.h,
5961	include/Inventor/elements/SoViewVolumeElement.h,
5962	include/Inventor/elements/SoViewingMatrixElement.h,
5963	include/Inventor/elements/SoViewportRegionElement.h,
5964	include/Inventor/elements/SoWindowElement.h,
5965	include/Inventor/engines/InterpolateHeader.tpl,
5966	include/Inventor/engines/SoBoolOperation.h,
5967	include/Inventor/engines/SoCalculator.h,
5968	include/Inventor/engines/SoCompose.h,
5969	include/Inventor/engines/SoComposeMatrix.h,
5970	include/Inventor/engines/SoComposeRotation.h,
5971	include/Inventor/engines/SoComposeVec2f.h,
5972	include/Inventor/engines/SoComposeVec3f.h,
5973	include/Inventor/engines/SoComposeVec4f.h,
5974	include/Inventor/engines/SoConcatenate.h,
5975	include/Inventor/engines/SoConvertAll.h,
5976	include/Inventor/engines/SoCounter.h,
5977	include/Inventor/engines/SoDecomposeMatrix.h,
5978	include/Inventor/engines/SoDecomposeRotation.h,
5979	include/Inventor/engines/SoDecomposeVec2f.h,
5980	include/Inventor/engines/SoDecomposeVec3f.h,
5981	include/Inventor/engines/SoDecomposeVec4f.h,
5982	include/Inventor/engines/SoElapsedTime.h,
5983	include/Inventor/engines/SoEngine.h,
5984	include/Inventor/engines/SoEngineOutput.h,
5985	include/Inventor/engines/SoEngines.h,
5986	include/Inventor/engines/SoExpressionParser.h,
5987	include/Inventor/engines/SoFieldConverter.h,
5988	include/Inventor/engines/SoGate.h,
5989	include/Inventor/engines/SoInterpolate.h,
5990	include/Inventor/engines/SoInterpolateAbs.h,
5991	include/Inventor/engines/SoInterpolateFloat.h,
5992	include/Inventor/engines/SoInterpolateRotation.h,
5993	include/Inventor/engines/SoInterpolateVec2f.h,
5994	include/Inventor/engines/SoInterpolateVec3f.h,
5995	include/Inventor/engines/SoInterpolateVec4f.h,
5996	include/Inventor/engines/SoOnOff.h,
5997	include/Inventor/engines/SoOneShot.h,
5998	include/Inventor/engines/SoSelectOne.h,
5999	include/Inventor/engines/SoSubEngine.h,
6000	include/Inventor/engines/SoTriggerAny.h,
6001	include/Inventor/errors/SoDebugError.h,
6002	include/Inventor/errors/SoError.h,
6003	include/Inventor/errors/SoErrors.h,
6004	include/Inventor/errors/SoMemoryError.h,
6005	include/Inventor/errors/SoReadError.h,
6006	include/Inventor/events/EventHeader.tpl,
6007	include/Inventor/events/SoButtonEvent.h,
6008	include/Inventor/events/SoEvent.h,
6009	include/Inventor/events/SoKeyboardEvent.h,
6010	include/Inventor/events/SoLocation2Event.h,
6011	include/Inventor/events/SoMotion3Event.h,
6012	include/Inventor/events/SoMouseButtonEvent.h,
6013	include/Inventor/events/SoSpaceballButtonEvent.h,
6014	include/Inventor/events/SoSubEvent.h,
6015	include/Inventor/fields/Field.tpl,
6016	include/Inventor/fields/FieldConstructor.tpl,
6017	include/Inventor/fields/MField.tpl,
6018	include/Inventor/fields/MFieldDerived.tpl,
6019	include/Inventor/fields/MFieldDerivedValue.tpl,
6020	include/Inventor/fields/MFieldRW.tpl,
6021	include/Inventor/fields/MFieldValue.tpl,
6022	include/Inventor/fields/SField.tpl,
6023	include/Inventor/fields/SFieldDerived.tpl,
6024	include/Inventor/fields/SFieldDerivedValue.tpl,
6025	include/Inventor/fields/SFieldRW.tpl,
6026	include/Inventor/fields/SFieldValue.tpl,
6027	include/Inventor/fields/SoField.h,
6028	include/Inventor/fields/SoFieldContainer.h,
6029	include/Inventor/fields/SoFieldData.h,
6030	include/Inventor/fields/SoFields.h,
6031	include/Inventor/fields/SoMFBitMask.h,
6032	include/Inventor/fields/SoMFBool.h,
6033	include/Inventor/fields/SoMFColor.h,
6034	include/Inventor/fields/SoMFEngine.h,
6035	include/Inventor/fields/SoMFEnum.h,
6036	include/Inventor/fields/SoMFFloat.h,
6037	include/Inventor/fields/SoMFInt32.h,
6038	include/Inventor/fields/SoMFLong.h,
6039	include/Inventor/fields/SoMFMatrix.h,
6040	include/Inventor/fields/SoMFName.h,
6041	include/Inventor/fields/SoMFNode.h,
6042	include/Inventor/fields/SoMFPath.h,
6043	include/Inventor/fields/SoMFPlane.h,
6044	include/Inventor/fields/SoMFRotation.h,
6045	include/Inventor/fields/SoMFShort.h,
6046	include/Inventor/fields/SoMFString.h,
6047	include/Inventor/fields/SoMFTime.h,
6048	include/Inventor/fields/SoMFUInt32.h,
6049	include/Inventor/fields/SoMFULong.h,
6050	include/Inventor/fields/SoMFUShort.h,
6051	include/Inventor/fields/SoMFVec2f.h,
6052	include/Inventor/fields/SoMFVec3f.h,
6053	include/Inventor/fields/SoMFVec4f.h,
6054	include/Inventor/fields/SoMField.h,
6055	include/Inventor/fields/SoSFBitMask.h,
6056	include/Inventor/fields/SoSFBool.h,
6057	include/Inventor/fields/SoSFColor.h,
6058	include/Inventor/fields/SoSFEngine.h,
6059	include/Inventor/fields/SoSFEnum.h,
6060	include/Inventor/fields/SoSFFloat.h,
6061	include/Inventor/fields/SoSFImage.h,
6062	include/Inventor/fields/SoSFInt32.h,
6063	include/Inventor/fields/SoSFLong.h,
6064	include/Inventor/fields/SoSFMatrix.h,
6065	include/Inventor/fields/SoSFName.h,
6066	include/Inventor/fields/SoSFNode.h,
6067	include/Inventor/fields/SoSFPath.h,
6068	include/Inventor/fields/SoSFPlane.h,
6069	include/Inventor/fields/SoSFRotation.h,
6070	include/Inventor/fields/SoSFShort.h,
6071	include/Inventor/fields/SoSFString.h,
6072	include/Inventor/fields/SoSFTime.h,
6073	include/Inventor/fields/SoSFTrigger.h,
6074	include/Inventor/fields/SoSFUInt32.h,
6075	include/Inventor/fields/SoSFULong.h,
6076	include/Inventor/fields/SoSFUShort.h,
6077	include/Inventor/fields/SoSFVec2f.h,
6078	include/Inventor/fields/SoSFVec3f.h,
6079	include/Inventor/fields/SoSFVec4f.h,
6080	include/Inventor/fields/SoSField.h,
6081	include/Inventor/fields/SoSubField.h,
6082	include/Inventor/lists/SbIntList.h,
6083	include/Inventor/lists/SbList.h, include/Inventor/lists/SbPList.h,
6084	include/Inventor/lists/SbStringList.h,
6085	include/Inventor/lists/SoActionMethodList.h,
6086	include/Inventor/lists/SoAuditorList.h,
6087	include/Inventor/lists/SoBaseList.h,
6088	include/Inventor/lists/SoCallbackList.h,
6089	include/Inventor/lists/SoDetailList.h,
6090	include/Inventor/lists/SoEnabledElementsList.h,
6091	include/Inventor/lists/SoEngineList.h,
6092	include/Inventor/lists/SoEngineOutputList.h,
6093	include/Inventor/lists/SoFieldList.h,
6094	include/Inventor/lists/SoNodeList.h,
6095	include/Inventor/lists/SoPathList.h,
6096	include/Inventor/lists/SoPickedPointList.h,
6097	include/Inventor/lists/SoTypeList.h,
6098	include/Inventor/lists/SoVRMLInterpOutputList.h,
6099	include/Inventor/misc/SoAuditorList.h,
6100	include/Inventor/misc/SoBase.h, include/Inventor/misc/SoBasic.h,
6101	include/Inventor/misc/SoCallbackList.h,
6102	include/Inventor/misc/SoChildList.h, include/Inventor/misc/SoGL.h,
6103	include/Inventor/misc/SoGLImage.h,
6104	include/Inventor/misc/SoNormalGenerator.h,
6105	include/Inventor/misc/SoNotification.h,
6106	include/Inventor/misc/SoState.h,
6107	include/Inventor/misc/SoTessellator.h,
6108	include/Inventor/nodekits/SoNodeKit.h,
6109	include/Inventor/nodes/ClassTypeAbstractInterface.tpl,
6110	include/Inventor/nodes/ClassTypeInterface.tpl,
6111	include/Inventor/nodes/NodeAbstractHeader.tpl,
6112	include/Inventor/nodes/NodeHeader.tpl,
6113	include/Inventor/nodes/SoAnnoText3.h,
6114	include/Inventor/nodes/SoAnnoText3Property.h,
6115	include/Inventor/nodes/SoAnnotation.h,
6116	include/Inventor/nodes/SoAntiSquish.h,
6117	include/Inventor/nodes/SoArray.h,
6118	include/Inventor/nodes/SoAsciiText.h,
6119	include/Inventor/nodes/SoBaseColor.h,
6120	include/Inventor/nodes/SoBlinker.h,
6121	include/Inventor/nodes/SoCallback.h,
6122	include/Inventor/nodes/SoCamera.h,
6123	include/Inventor/nodes/SoClipPlane.h,
6124	include/Inventor/nodes/SoColorIndex.h,
6125	include/Inventor/nodes/SoComplexity.h,
6126	include/Inventor/nodes/SoCone.h,
6127	include/Inventor/nodes/SoCoordinate3.h,
6128	include/Inventor/nodes/SoCoordinate4.h,
6129	include/Inventor/nodes/SoCube.h,
6130	include/Inventor/nodes/SoCylinder.h,
6131	include/Inventor/nodes/SoDirectionalLight.h,
6132	include/Inventor/nodes/SoDrawStyle.h,
6133	include/Inventor/nodes/SoEnvironment.h,
6134	include/Inventor/nodes/SoEventCallback.h,
6135	include/Inventor/nodes/SoExtSelection.h,
6136	include/Inventor/nodes/SoFaceSet.h,
6137	include/Inventor/nodes/SoFile.h, include/Inventor/nodes/SoFont.h,
6138	include/Inventor/nodes/SoFontStyle.h,
6139	include/Inventor/nodes/SoGroup.h, include/Inventor/nodes/SoImage.h,
6140	include/Inventor/nodes/SoIndexedFaceSet.h,
6141	include/Inventor/nodes/SoIndexedLineSet.h,
6142	include/Inventor/nodes/SoIndexedNurbsCurve.h,
6143	include/Inventor/nodes/SoIndexedNurbsSurface.h,
6144	include/Inventor/nodes/SoIndexedShape.h,
6145	include/Inventor/nodes/SoIndexedTriangleStripSet.h,
6146	include/Inventor/nodes/SoInfo.h, include/Inventor/nodes/SoLOD.h,
6147	include/Inventor/nodes/SoLabel.h,
6148	include/Inventor/nodes/SoLevelOfDetail.h,
6149	include/Inventor/nodes/SoLevelOfSimplification.h,
6150	include/Inventor/nodes/SoLight.h,
6151	include/Inventor/nodes/SoLightModel.h,
6152	include/Inventor/nodes/SoLineSet.h,
6153	include/Inventor/nodes/SoLinearProfile.h,
6154	include/Inventor/nodes/SoLocateHighlight.h,
6155	include/Inventor/nodes/SoMarkerSet.h,
6156	include/Inventor/nodes/SoMaterial.h,
6157	include/Inventor/nodes/SoMaterialBinding.h,
6158	include/Inventor/nodes/SoMatrixTransform.h,
6159	include/Inventor/nodes/SoMultipleCopy.h,
6160	include/Inventor/nodes/SoNode.h, include/Inventor/nodes/SoNodes.h,
6161	include/Inventor/nodes/SoNonIndexedShape.h,
6162	include/Inventor/nodes/SoNormal.h,
6163	include/Inventor/nodes/SoNormalBinding.h,
6164	include/Inventor/nodes/SoNurbsCurve.h,
6165	include/Inventor/nodes/SoNurbsProfile.h,
6166	include/Inventor/nodes/SoNurbsSurface.h,
6167	include/Inventor/nodes/SoOrthographicCamera.h,
6168	include/Inventor/nodes/SoPackedColor.h,
6169	include/Inventor/nodes/SoPathSwitch.h,
6170	include/Inventor/nodes/SoPendulum.h,
6171	include/Inventor/nodes/SoPerspectiveCamera.h,
6172	include/Inventor/nodes/SoPickStyle.h,
6173	include/Inventor/nodes/SoPointLight.h,
6174	include/Inventor/nodes/SoPointSet.h,
6175	include/Inventor/nodes/SoPolygonOffset.h,
6176	include/Inventor/nodes/SoProfile.h,
6177	include/Inventor/nodes/SoProfileCoordinate2.h,
6178	include/Inventor/nodes/SoProfileCoordinate3.h,
6179	include/Inventor/nodes/SoQuadMesh.h,
6180	include/Inventor/nodes/SoResetTransform.h,
6181	include/Inventor/nodes/SoRotation.h,
6182	include/Inventor/nodes/SoRotationXYZ.h,
6183	include/Inventor/nodes/SoRotor.h, include/Inventor/nodes/SoScale.h,
6184	include/Inventor/nodes/SoSelection.h,
6185	include/Inventor/nodes/SoSeparator.h,
6186	include/Inventor/nodes/SoShape.h,
6187	include/Inventor/nodes/SoShapeHints.h,
6188	include/Inventor/nodes/SoShuttle.h,
6189	include/Inventor/nodes/SoSphere.h,
6190	include/Inventor/nodes/SoSpotLight.h,
6191	include/Inventor/nodes/SoSubNode.h,
6192	include/Inventor/nodes/SoSurroundScale.h,
6193	include/Inventor/nodes/SoSwitch.h,
6194	include/Inventor/nodes/SoText2.h, include/Inventor/nodes/SoText3.h,
6195	include/Inventor/nodes/SoTexture2.h,
6196	include/Inventor/nodes/SoTexture2Transform.h,
6197	include/Inventor/nodes/SoTextureCoordinate2.h,
6198	include/Inventor/nodes/SoTextureCoordinateBinding.h,
6199	include/Inventor/nodes/SoTextureCoordinateDefault.h,
6200	include/Inventor/nodes/SoTextureCoordinateEnvironment.h,
6201	include/Inventor/nodes/SoTextureCoordinateFunction.h,
6202	include/Inventor/nodes/SoTextureCoordinatePlane.h,
6203	include/Inventor/nodes/SoTransform.h,
6204	include/Inventor/nodes/SoTransformSeparator.h,
6205	include/Inventor/nodes/SoTransformation.h,
6206	include/Inventor/nodes/SoTranslation.h,
6207	include/Inventor/nodes/SoTriangleStripSet.h,
6208	include/Inventor/nodes/SoUnits.h,
6209	include/Inventor/nodes/SoVertexProperty.h,
6210	include/Inventor/nodes/SoVertexShape.h,
6211	include/Inventor/nodes/SoWWWAnchor.h,
6212	include/Inventor/nodes/SoWWWInline.h,
6213	include/Inventor/projectors/SbCylinderPlaneProjector.h,
6214	include/Inventor/projectors/SbCylinderProjector.h,
6215	include/Inventor/projectors/SbCylinderSectionProjector.h,
6216	include/Inventor/projectors/SbCylinderSheetProjector.h,
6217	include/Inventor/projectors/SbLineProjector.h,
6218	include/Inventor/projectors/SbPlaneProjector.h,
6219	include/Inventor/projectors/SbProjector.h,
6220	include/Inventor/projectors/SbProjectors.h,
6221	include/Inventor/projectors/SbSpherePlaneProjector.h,
6222	include/Inventor/projectors/SbSphereProjector.h,
6223	include/Inventor/projectors/SbSphereSectionProjector.h,
6224	include/Inventor/projectors/SbSphereSheetProjector.h,
6225	include/Inventor/sensors/SoAlarmSensor.h,
6226	include/Inventor/sensors/SoDataSensor.h,
6227	include/Inventor/sensors/SoDelayQueueSensor.h,
6228	include/Inventor/sensors/SoFieldSensor.h,
6229	include/Inventor/sensors/SoIdleSensor.h,
6230	include/Inventor/sensors/SoNodeSensor.h,
6231	include/Inventor/sensors/SoOneShotSensor.h,
6232	include/Inventor/sensors/SoPathSensor.h,
6233	include/Inventor/sensors/SoSensor.h,
6234	include/Inventor/sensors/SoSensorManager.h,
6235	include/Inventor/sensors/SoSensors.h,
6236	include/Inventor/sensors/SoTimerQueueSensor.h,
6237	include/Inventor/sensors/SoTimerSensor.h,
6238	include/Inventor/system/inttypes.h,
6239	include/Inventor/system/kosher.h, models/dead_simple/array.iv,
6240	models/dead_simple/cone.iv, models/dead_simple/cube.iv,
6241	models/dead_simple/group.iv, models/dead_simple/misc.iv,
6242	models/dead_simple/multiplecopy.iv,
6243	models/dead_simple/rotated_cube.iv, models/dead_simple/sphere.iv,
6244	models/oiv_compliance/annotation.iv,
6245	models/oiv_compliance/antisquish.iv,
6246	models/oiv_compliance/array.iv, models/oiv_compliance/basecolor.iv,
6247	models/oiv_compliance/blinker.iv,
6248	models/oiv_compliance/clipplane.iv, models/oiv_compliance/cone.iv,
6249	models/oiv_compliance/cube.iv, models/oiv_compliance/cylinder.iv,
6250	models/oiv_compliance/directionallight.iv,
6251	models/oiv_compliance/drawstyle.iv,
6252	models/oiv_compliance/environment.iv,
6253	models/oiv_compliance/faceset.iv, models/oiv_compliance/file.iv,
6254	models/oiv_compliance/font.iv, models/oiv_compliance/fontstyle.iv,
6255	models/oiv_compliance/image.iv,
6256	models/oiv_compliance/includefile.iv,
6257	models/oiv_compliance/indexedfaceset.iv,
6258	models/oiv_compliance/indexedlineset.iv,
6259	models/oiv_compliance/indexedtrianglestripset.iv,
6260	models/oiv_compliance/levelofdetail.iv,
6261	models/oiv_compliance/lightmodel.iv,
6262	models/oiv_compliance/lineset.iv,
6263	models/oiv_compliance/locatehighlight.iv,
6264	models/oiv_compliance/lod.iv, models/oiv_compliance/markerset.iv,
6265	models/oiv_compliance/material.iv,
6266	models/oiv_compliance/materialbinding.iv,
6267	models/oiv_compliance/matrixtransform.iv,
6268	models/oiv_compliance/multiplecopy.iv,
6269	models/oiv_compliance/normalbinding.iv,
6270	models/oiv_compliance/packedcolor.iv,
6271	models/oiv_compliance/pendulum.iv,
6272	models/oiv_compliance/pointlight.iv,
6273	models/oiv_compliance/pointset.iv,
6274	models/oiv_compliance/polygonoffset.iv,
6275	models/oiv_compliance/quadmesh.iv,
6276	models/oiv_compliance/resettransform.iv,
6277	models/oiv_compliance/rotation.iv,
6278	models/oiv_compliance/rotationxyz.iv,
6279	models/oiv_compliance/rotor.iv, models/oiv_compliance/scale.iv,
6280	models/oiv_compliance/shapehints.iv,
6281	models/oiv_compliance/shuttle.iv, models/oiv_compliance/sphere.iv,
6282	models/oiv_compliance/spotlight.iv,
6283	models/oiv_compliance/switch.iv, models/oiv_compliance/text2.iv,
6284	models/oiv_compliance/texture2.iv,
6285	models/oiv_compliance/texture2transform.iv,
6286	models/oiv_compliance/texturecoordinatebinding.iv,
6287	models/oiv_compliance/texturecoordinatedefault.iv,
6288	models/oiv_compliance/texturecoordinateenvironment.iv,
6289	models/oiv_compliance/texturecoordinateplane.iv,
6290	models/oiv_compliance/transform.iv,
6291	models/oiv_compliance/transformseparator.iv,
6292	models/oiv_compliance/translation.iv,
6293	models/oiv_compliance/trianglestripset.iv,
6294	models/oiv_compliance/units.iv,
6295	models/oiv_compliance/camera/README,
6296	models/oiv_compliance/camera/aspectRatio_0.iv,
6297	models/oiv_compliance/camera/aspectRatio_1.iv,
6298	models/oiv_compliance/camera/aspectRatio_2.iv,
6299	models/oiv_compliance/camera/aspectRatio_3.iv,
6300	models/oiv_compliance/camera/aspectRatio_4.iv,
6301	models/oiv_compliance/camera/aspectRatio_5.iv,
6302	models/oiv_compliance/camera/viewportMapping_0.iv,
6303	models/oiv_compliance/camera/viewportMapping_1.iv,
6304	models/oiv_compliance/camera/viewportMapping_2.iv,
6305	models/oiv_compliance/camera/viewportMapping_3.iv,
6306	models/oiv_compliance/camera/viewportMapping_4.iv, scripts/README,
6307	scripts/coin.el, scripts/gpp, scripts/metadon, scripts/templant,
6308	src/Base.in, src/General.in, src/SbBSPTree.cpp, src/SbBox2f.cpp,
6309	src/SbBox2s.cpp, src/SbBox3f.cpp, src/SbColor.cpp,
6310	src/SbColor4f.cpp, src/SbCylinder.cpp, src/SbDict.cpp,
6311	src/SbLine.cpp, src/SbMatrix.cpp, src/SbName.cpp, src/SbPlane.cpp,
6312	src/SbRotation.cpp, src/SbSphere.cpp, src/SbString.cpp,
6313	src/SbTime.cpp, src/SbVec2f.cpp, src/SbVec2s.cpp, src/SbVec3f.cpp,
6314	src/SbVec4f.cpp, src/SbViewVolume.cpp, src/SbViewportRegion.cpp,
6315	src/SbXfBox3f.cpp, src/SoDB.cpp, src/SoFullPath.cpp,
6316	src/SoImageInterface.cpp, src/SoInput.cpp, src/SoInteraction.cpp,
6317	src/SoOutput.cpp, src/SoPath.cpp, src/SoPickedPoint.cpp,
6318	src/SoPrimitiveVertex.cpp, src/SoSceneManager.cpp, src/SoType.cpp,
6319	src/VRMLnodes/SoVRMLInterpOutput.cpp,
6320	src/VRMLnodes/SoVRMLInterpolator.cpp,
6321	src/actions/ActionClassTypeSource.tpl,
6322	src/actions/ActionSource.tpl, src/actions/Config.in,
6323	src/actions/InitActionSource.tpl, src/actions/SoAction.cpp,
6324	src/actions/SoBoxHighlightRenderAction.cpp,
6325	src/actions/SoCallbackAction.cpp, src/actions/SoGLRenderAction.cpp,
6326	src/actions/SoGenerateNormalsAction.cpp,
6327	src/actions/SoGetBoundingBoxAction.cpp,
6328	src/actions/SoGetMatrixAction.cpp,
6329	src/actions/SoGetPrimitiveCountAction.cpp,
6330	src/actions/SoGlobalSimplifyAction.cpp,
6331	src/actions/SoGraphVerifyAction.cpp,
6332	src/actions/SoHandleEventAction.cpp,
6333	src/actions/SoLineHighlightRenderAction.cpp,
6334	src/actions/SoPickAction.cpp, src/actions/SoRayPickAction.cpp,
6335	src/actions/SoReorganizeAction.cpp, src/actions/SoSearchAction.cpp,
6336	src/actions/SoShapeSimplifyAction.cpp,
6337	src/actions/SoSimplifyAction.cpp, src/actions/SoToVRML2Action.cpp,
6338	src/actions/SoToVRMLAction.cpp, src/actions/SoWriteAction.cpp,
6339	src/bundles/Config.in, src/bundles/SoBundle.cpp,
6340	src/bundles/SoMaterialBundle.cpp,
6341	src/bundles/SoTextureCoordinateBundle.cpp, src/caches/Config.in,
6342	src/caches/SoBoundingBoxCache.cpp, src/caches/SoCache.cpp,
6343	src/caches/SoConvexDataCache.cpp, src/caches/SoNormalCache.cpp,
6344	src/caches/SoTextureCoordinateCache.cpp, src/details/Config.in,
6345	src/draggers/Config.in,
6346	src/elements/AbstractElementClassTypeSource.tpl,
6347	src/elements/AbstractElementSource.tpl,
6348	src/elements/CleanAbstractElementSource.tpl,
6349	src/elements/CleanElementSource.tpl, src/elements/Config.in,
6350	src/elements/ElementClassTypeSource.tpl,
6351	src/elements/ElementSource.tpl,
6352	src/elements/InitAbstractElementSource.tpl,
6353	src/elements/InitElementSource.tpl,
6354	src/elements/SoAccumulatedElement.cpp,
6355	src/elements/SoAmbientColorElement.cpp,
6356	src/elements/SoAnnoText3CharOrientElement.cpp,
6357	src/elements/SoAnnoText3FontSizeHintElement.cpp,
6358	src/elements/SoAnnoText3RenderPrintElement.cpp,
6359	src/elements/SoBBoxModelMatrixElement.cpp,
6360	src/elements/SoCacheElement.cpp,
6361	src/elements/SoClipPlaneElement.cpp,
6362	src/elements/SoColorPacker.cpp,
6363	src/elements/SoComplexityElement.cpp,
6364	src/elements/SoComplexityTypeElement.cpp,
6365	src/elements/SoCoordinateElement.cpp,
6366	src/elements/SoCreaseAngleElement.cpp,
6367	src/elements/SoDecimationPercentageElement.cpp,
6368	src/elements/SoDecimationTypeElement.cpp,
6369	src/elements/SoDiffuseColorElement.cpp,
6370	src/elements/SoDirectionalLightElement.cpp,
6371	src/elements/SoDrawStyleElement.cpp, src/elements/SoElement.cpp,
6372	src/elements/SoEmissiveColorElement.cpp,
6373	src/elements/SoEnvironmentElement.cpp,
6374	src/elements/SoFloatElement.cpp,
6375	src/elements/SoFocalDistanceElement.cpp,
6376	src/elements/SoFontNameElement.cpp,
6377	src/elements/SoFontSizeElement.cpp,
6378	src/elements/SoGLAmbientColorElement.cpp,
6379	src/elements/SoGLClipPlaneElement.cpp,
6380	src/elements/SoGLColorIndexElement.cpp,
6381	src/elements/SoGLCoordinateElement.cpp,
6382	src/elements/SoGLDiffuseColorElement.cpp,
6383	src/elements/SoGLDrawStyleElement.cpp,
6384	src/elements/SoGLEmissiveColorElement.cpp,
6385	src/elements/SoGLEnvironmentElement.cpp,
6386	src/elements/SoGLLightIdElement.cpp,
6387	src/elements/SoGLLightModelElement.cpp,
6388	src/elements/SoGLLinePatternElement.cpp,
6389	src/elements/SoGLLineWidthElement.cpp,
6390	src/elements/SoGLModelMatrixElement.cpp,
6391	src/elements/SoGLNormalElement.cpp,
6392	src/elements/SoGLNormalizeElement.cpp,
6393	src/elements/SoGLPointSizeElement.cpp,
6394	src/elements/SoGLPolygonOffsetElement.cpp,
6395	src/elements/SoGLPolygonStippleElement.cpp,
6396	src/elements/SoGLProjectionMatrixElement.cpp,
6397	src/elements/SoGLRenderPassElement.cpp,
6398	src/elements/SoGLShadeModelElement.cpp,
6399	src/elements/SoGLShapeHintsElement.cpp,
6400	src/elements/SoGLShininessElement.cpp,
6401	src/elements/SoGLSpecularColorElement.cpp,
6402	src/elements/SoGLTextureCoordinateElement.cpp,
6403	src/elements/SoGLTextureEnabledElement.cpp,
6404	src/elements/SoGLTextureImageElement.cpp,
6405	src/elements/SoGLTextureMatrixElement.cpp,
6406	src/elements/SoGLUpdateAreaElement.cpp,
6407	src/elements/SoGLViewingMatrixElement.cpp,
6408	src/elements/SoGLViewportRegionElement.cpp,
6409	src/elements/SoInt32Element.cpp,
6410	src/elements/SoLightAttenuationElement.cpp,
6411	src/elements/SoLightElement.cpp,
6412	src/elements/SoLightModelElement.cpp,
6413	src/elements/SoLinePatternElement.cpp,
6414	src/elements/SoLineWidthElement.cpp,
6415	src/elements/SoLocalBBoxMatrixElement.cpp,
6416	src/elements/SoMaterialBindingElement.cpp,
6417	src/elements/SoModelMatrixElement.cpp,
6418	src/elements/SoNormalBindingElement.cpp,
6419	src/elements/SoNormalElement.cpp,
6420	src/elements/SoOverrideElement.cpp,
6421	src/elements/SoPROTOElement.cpp, src/elements/SoPickRayElement.cpp,
6422	src/elements/SoPickStyleElement.cpp,
6423	src/elements/SoPointSizeElement.cpp,
6424	src/elements/SoPolygonOffsetElement.cpp,
6425	src/elements/SoProfileCoordinateElement.cpp,
6426	src/elements/SoProfileElement.cpp,
6427	src/elements/SoProjectionMatrixElement.cpp,
6428	src/elements/SoReplacedElement.cpp,
6429	src/elements/SoShapeHintsElement.cpp,
6430	src/elements/SoShapeStyleElement.cpp,
6431	src/elements/SoShininessElement.cpp,
6432	src/elements/SoSpecularColorElement.cpp,
6433	src/elements/SoSwitchElement.cpp,
6434	src/elements/SoTextOutlineEnabledElement.cpp,
6435	src/elements/SoTextureCoordinateBindingElement.cpp,
6436	src/elements/SoTextureCoordinateElement.cpp,
6437	src/elements/SoTextureImageElement.cpp,
6438	src/elements/SoTextureMatrixElement.cpp,
6439	src/elements/SoTextureQualityElement.cpp,
6440	src/elements/SoTransparencyElement.cpp,
6441	src/elements/SoUnitsElement.cpp,
6442	src/elements/SoViewVolumeElement.cpp,
6443	src/elements/SoViewingMatrixElement.cpp,
6444	src/elements/SoViewportRegionElement.cpp,
6445	src/elements/SoWindowElement.cpp, src/engines/Config.in,
6446	src/engines/InterpolateSource.tpl, src/engines/SoBoolOperation.cpp,
6447	src/engines/SoCalculator.cpp, src/engines/SoComposeMatrix.cpp,
6448	src/engines/SoComposeRotation.cpp, src/engines/SoComposeVec2f.cpp,
6449	src/engines/SoComposeVec3f.cpp, src/engines/SoComposeVec4f.cpp,
6450	src/engines/SoConcatenate.cpp, src/engines/SoConvertAll.cpp,
6451	src/engines/SoCounter.cpp, src/engines/SoDecomposeMatrix.cpp,
6452	src/engines/SoDecomposeRotation.cpp,
6453	src/engines/SoDecomposeVec2f.cpp, src/engines/SoDecomposeVec3f.cpp,
6454	src/engines/SoDecomposeVec4f.cpp, src/engines/SoElapsedTime.cpp,
6455	src/engines/SoEngine.cpp, src/engines/SoEngineOutput.cpp,
6456	src/engines/SoExpressionParser.cpp,
6457	src/engines/SoFieldConverter.cpp, src/engines/SoGate.cpp,
6458	src/engines/SoInterpolate.cpp, src/engines/SoInterpolateAbs.cpp,
6459	src/engines/SoInterpolateFloat.cpp,
6460	src/engines/SoInterpolateRotation.cpp,
6461	src/engines/SoInterpolateVec2f.cpp,
6462	src/engines/SoInterpolateVec3f.cpp,
6463	src/engines/SoInterpolateVec4f.cpp, src/engines/SoOnOff.cpp,
6464	src/engines/SoOneShot.cpp, src/engines/SoSelectOne.cpp,
6465	src/engines/SoTriggerAny.cpp, src/engines/calculator.atg,
6466	src/errors/Config.in, src/errors/SoDebugError.cpp,
6467	src/errors/SoError.cpp, src/errors/SoMemoryError.cpp,
6468	src/errors/SoReadError.cpp, src/events/Config.in,
6469	src/events/EventInitClass.tpl, src/events/EventSource.tpl,
6470	src/events/SoButtonEvent.cpp, src/events/SoEvent.cpp,
6471	src/events/SoKeyboardEvent.cpp, src/events/SoLocation2Event.cpp,
6472	src/events/SoMotion3Event.cpp, src/events/SoMouseButtonEvent.cpp,
6473	src/events/SoSpaceballButtonEvent.cpp, src/fields/Config.in,
6474	src/fields/FieldEqSame.tpl, src/fields/FieldId.tpl,
6475	src/fields/FieldInitClass.tpl, src/fields/MField.tpl,
6476	src/fields/MFieldAlloc.tpl, src/fields/MFieldConstructor.tpl,
6477	src/fields/MFieldRequired.tpl, src/fields/MFieldValue.tpl,
6478	src/fields/SField.tpl, src/fields/SFieldRequired.tpl,
6479	src/fields/SoField.cpp, src/fields/SoFieldContainer.cpp,
6480	src/fields/SoFieldData.cpp, src/fields/SoMFBitMask.cpp,
6481	src/fields/SoMFBool.cpp, src/fields/SoMFColor.cpp,
6482	src/fields/SoMFEngine.cpp, src/fields/SoMFEnum.cpp,
6483	src/fields/SoMFFloat.cpp, src/fields/SoMFInt32.cpp,
6484	src/fields/SoMFMatrix.cpp, src/fields/SoMFName.cpp,
6485	src/fields/SoMFNode.cpp, src/fields/SoMFPath.cpp,
6486	src/fields/SoMFPlane.cpp, src/fields/SoMFRotation.cpp,
6487	src/fields/SoMFShort.cpp, src/fields/SoMFString.cpp,
6488	src/fields/SoMFTime.cpp, src/fields/SoMFUInt32.cpp,
6489	src/fields/SoMFUShort.cpp, src/fields/SoMFVec2f.cpp,
6490	src/fields/SoMFVec3f.cpp, src/fields/SoMFVec4f.cpp,
6491	src/fields/SoMField.cpp, src/fields/SoSFBitMask.cpp,
6492	src/fields/SoSFBool.cpp, src/fields/SoSFColor.cpp,
6493	src/fields/SoSFEngine.cpp, src/fields/SoSFEnum.cpp,
6494	src/fields/SoSFFloat.cpp, src/fields/SoSFImage.cpp,
6495	src/fields/SoSFInt32.cpp, src/fields/SoSFMatrix.cpp,
6496	src/fields/SoSFName.cpp, src/fields/SoSFNode.cpp,
6497	src/fields/SoSFPath.cpp, src/fields/SoSFPlane.cpp,
6498	src/fields/SoSFRotation.cpp, src/fields/SoSFShort.cpp,
6499	src/fields/SoSFString.cpp, src/fields/SoSFTime.cpp,
6500	src/fields/SoSFTrigger.cpp, src/fields/SoSFUInt32.cpp,
6501	src/fields/SoSFUShort.cpp, src/fields/SoSFVec2f.cpp,
6502	src/fields/SoSFVec3f.cpp, src/fields/SoSFVec4f.cpp,
6503	src/fields/SoSField.cpp, src/lists/Config.in,
6504	src/lists/SbIntList.cpp, src/lists/SbList.cpp,
6505	src/lists/SbPList.cpp, src/lists/SbStringList.cpp,
6506	src/lists/SoActionMethodList.cpp, src/lists/SoAuditorList.cpp,
6507	src/lists/SoBaseList.cpp, src/lists/SoCallbackList.cpp,
6508	src/lists/SoDetailList.cpp, src/lists/SoEnabledElementsList.cpp,
6509	src/lists/SoEngineList.cpp, src/lists/SoEngineOutputList.cpp,
6510	src/lists/SoFieldList.cpp, src/lists/SoNodeList.cpp,
6511	src/lists/SoPathList.cpp, src/lists/SoPickedPointList.cpp,
6512	src/lists/SoTypeList.cpp, src/lists/SoVRMLInterpOutputList.cpp,
6513	src/manips/Config.in, src/misc/SoBase.cpp,
6514	src/misc/SoChildList.cpp, src/misc/SoGL.cpp,
6515	src/misc/SoGLFaceSetTemplate.cpp, src/misc/SoGLImage.cpp,
6516	src/misc/SoGLTristripTemplate.cpp, src/misc/SoNormalGenerator.cpp,
6517	src/misc/SoNotification.cpp, src/misc/SoState.cpp,
6518	src/misc/SoTessellator.cpp, src/nodekits/Config.in,
6519	src/nodekits/SoNodeKit.cpp, src/nodes/Config.in,
6520	src/nodes/InitNodeAbstractSource.tpl, src/nodes/InitNodeSource.tpl,
6521	src/nodes/NodeAbstractClassTypeImplementation.tpl,
6522	src/nodes/NodeAbstractSource.tpl,
6523	src/nodes/NodeClassTypeSource.tpl, src/nodes/NodeConstructor.tpl,
6524	src/nodes/NodeSource.tpl, src/nodes/SoAnnoText3.cpp,
6525	src/nodes/SoAnnoText3Property.cpp, src/nodes/SoAnnotation.cpp,
6526	src/nodes/SoAntiSquish.cpp, src/nodes/SoArray.cpp,
6527	src/nodes/SoAsciiText.cpp, src/nodes/SoBaseColor.cpp,
6528	src/nodes/SoBlinker.cpp, src/nodes/SoCallback.cpp,
6529	src/nodes/SoCamera.cpp, src/nodes/SoClipPlane.cpp,
6530	src/nodes/SoColorIndex.cpp, src/nodes/SoComplexity.cpp,
6531	src/nodes/SoCone.cpp, src/nodes/SoCoordinate3.cpp,
6532	src/nodes/SoCoordinate4.cpp, src/nodes/SoCube.cpp,
6533	src/nodes/SoCylinder.cpp, src/nodes/SoDirectionalLight.cpp,
6534	src/nodes/SoDrawStyle.cpp, src/nodes/SoEnvironment.cpp,
6535	src/nodes/SoEventCallback.cpp, src/nodes/SoExtSelection.cpp,
6536	src/nodes/SoFaceSet.cpp, src/nodes/SoFile.cpp,
6537	src/nodes/SoFont.cpp, src/nodes/SoFontStyle.cpp,
6538	src/nodes/SoGroup.cpp, src/nodes/SoImage.cpp,
6539	src/nodes/SoIndexedFaceSet.cpp, src/nodes/SoIndexedLineSet.cpp,
6540	src/nodes/SoIndexedNurbsCurve.cpp,
6541	src/nodes/SoIndexedNurbsSurface.cpp, src/nodes/SoIndexedShape.cpp,
6542	src/nodes/SoIndexedTriangleStripSet.cpp, src/nodes/SoInfo.cpp,
6543	src/nodes/SoLOD.cpp, src/nodes/SoLabel.cpp,
6544	src/nodes/SoLevelOfDetail.cpp,
6545	src/nodes/SoLevelOfSimplification.cpp, src/nodes/SoLight.cpp,
6546	src/nodes/SoLightModel.cpp, src/nodes/SoLineSet.cpp,
6547	src/nodes/SoLinearProfile.cpp, src/nodes/SoLocateHighlight.cpp,
6548	src/nodes/SoMarkerSet.cpp, src/nodes/SoMaterial.cpp,
6549	src/nodes/SoMaterialBinding.cpp, src/nodes/SoMatrixTransform.cpp,
6550	src/nodes/SoMultipleCopy.cpp, src/nodes/SoNode.cpp,
6551	src/nodes/SoNonIndexedShape.cpp, src/nodes/SoNormal.cpp,
6552	src/nodes/SoNormalBinding.cpp, src/nodes/SoNurbsCurve.cpp,
6553	src/nodes/SoNurbsProfile.cpp, src/nodes/SoNurbsSurface.cpp,
6554	src/nodes/SoOrthographicCamera.cpp, src/nodes/SoPackedColor.cpp,
6555	src/nodes/SoPathSwitch.cpp, src/nodes/SoPendulum.cpp,
6556	src/nodes/SoPerspectiveCamera.cpp, src/nodes/SoPickStyle.cpp,
6557	src/nodes/SoPointLight.cpp, src/nodes/SoPointSet.cpp,
6558	src/nodes/SoPolygonOffset.cpp, src/nodes/SoProfile.cpp,
6559	src/nodes/SoProfileCoordinate2.cpp,
6560	src/nodes/SoProfileCoordinate3.cpp, src/nodes/SoQuadMesh.cpp,
6561	src/nodes/SoResetTransform.cpp, src/nodes/SoRotation.cpp,
6562	src/nodes/SoRotationXYZ.cpp, src/nodes/SoRotor.cpp,
6563	src/nodes/SoScale.cpp, src/nodes/SoSelection.cpp,
6564	src/nodes/SoSeparator.cpp, src/nodes/SoShape.cpp,
6565	src/nodes/SoShapeHints.cpp, src/nodes/SoShuttle.cpp,
6566	src/nodes/SoSphere.cpp, src/nodes/SoSpotLight.cpp,
6567	src/nodes/SoSurroundScale.cpp, src/nodes/SoSwitch.cpp,
6568	src/nodes/SoText2.cpp, src/nodes/SoText3.cpp,
6569	src/nodes/SoTexture2.cpp, src/nodes/SoTexture2Transform.cpp,
6570	src/nodes/SoTextureCoordinate2.cpp,
6571	src/nodes/SoTextureCoordinateBinding.cpp,
6572	src/nodes/SoTextureCoordinateDefault.cpp,
6573	src/nodes/SoTextureCoordinateEnvironment.cpp,
6574	src/nodes/SoTextureCoordinateFunction.cpp,
6575	src/nodes/SoTextureCoordinatePlane.cpp, src/nodes/SoTransform.cpp,
6576	src/nodes/SoTransformSeparator.cpp, src/nodes/SoTransformation.cpp,
6577	src/nodes/SoTranslation.cpp, src/nodes/SoTriangleStripSet.cpp,
6578	src/nodes/SoUnits.cpp, src/nodes/SoVertexProperty.cpp,
6579	src/nodes/SoVertexShape.cpp, src/nodes/SoWWWAnchor.cpp,
6580	src/nodes/SoWWWInline.cpp, src/projectors/Config.in,
6581	src/projectors/SbCylinderPlaneProjector.cpp,
6582	src/projectors/SbCylinderProjector.cpp,
6583	src/projectors/SbCylinderSectionProjector.cpp,
6584	src/projectors/SbCylinderSheetProjector.cpp,
6585	src/projectors/SbLineProjector.cpp,
6586	src/projectors/SbPlaneProjector.cpp,
6587	src/projectors/SbProjector.cpp,
6588	src/projectors/SbSpherePlaneProjector.cpp,
6589	src/projectors/SbSphereProjector.cpp,
6590	src/projectors/SbSphereSectionProjector.cpp,
6591	src/projectors/SbSphereSheetProjector.cpp, src/sensors/Config.in,
6592	src/sensors/SoAlarmSensor.cpp, src/sensors/SoDataSensor.cpp,
6593	src/sensors/SoDelayQueueSensor.cpp, src/sensors/SoFieldSensor.cpp,
6594	src/sensors/SoIdleSensor.cpp, src/sensors/SoNodeSensor.cpp,
6595	src/sensors/SoOneShotSensor.cpp, src/sensors/SoPathSensor.cpp,
6596	src/sensors/SoSensor.cpp, src/sensors/SoSensorManager.cpp,
6597	src/sensors/SoTimerQueueSensor.cpp, src/sensors/SoTimerSensor.cpp:
6598	Initial revision
6599
6600