Răsfoiți Sursa

ENH: add autogenerated changelog

Bill Hoffman 24 ani în urmă
părinte
comite
d8d5c90a25
1 a modificat fișierele cu 5274 adăugiri și 0 ștergeri
  1. 5274 0
      ChangeLog.txt

+ 5274 - 0
ChangeLog.txt

@@ -0,0 +1,5274 @@
+
+  -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+-
+   NOTE: This file was automatically generated by `cvs2cl.pl'.  If you
+   edit this file, your changes will be lost when someone next runs
+   cvs2cl.pl.  See http://www.red-bean.com/~kfogel/cvs2cl.shtml for more.
+  -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+-
+
+2001-08-29 21:21  hoffman
+
+	* Source/cmake.cxx: opps
+
+2001-08-29 21:08  king
+
+	* Source/cmCableWrapTclCommand.cxx: ENH: Updated generated
+	dependencies since cable's installation directory now uses separate
+	CxxTypes and WrapTclFacility subdirecories for includes.
+
+2001-08-29 21:08  king
+
+	* Source/cmConfigureGccXmlCommand.cxx: BUG: GCCXML_FLAGS found from
+	find_gcc_options or find_mpro_options should have the trailing
+	newline stripped from the string.
+
+2001-08-29 21:08  king
+
+	* Modules/FindCABLE.cmake: ENH: Updated library finding code to
+	handle new cable installation directory structure.  It now uses
+	separate directories for CxxTypes and WrapTclFacility headers.
+
+2001-08-29 20:42  martink
+
+	* Source/ctest.cxx, Source/ctest.h: added regexp option
+
+2001-08-29 20:13  hoffman
+
+	* Source/CMakeLib.dsp, Source/DumpDocumentation.dsp,
+	Source/cmake.dsp, Source/ctest.dsp: remove /ZI
+
+2001-08-29 19:57  hoffman
+
+	* Source/cmake.cxx, Source/cmaketest.cxx: ENH: run cmake from
+	cmaketest
+
+2001-08-29 14:46  king
+
+	* Source/cmMakefile.h: ENH: Added a const version of
+	GetLinkLibraries().
+
+2001-08-29 14:46  king
+
+	* Source/cmUnixMakefileGenerator.cxx,
+	Source/cmUnixMakefileGenerator.h: ENH: Proper dependencies between
+	shared libraries now exist in the generated makefiles.	If a shared
+	library links to another, the other will be built before the link
+	is attempted.
+
+2001-08-29 13:57  hoffman
+
+	* Source/cmMakefile.cxx: clean up a bit
+
+2001-08-29 13:44  berk
+
+	* Source/cmSystemTools.cxx: BUG: fix out of bounds read on string
+	in mkdir
+
+2001-08-29 13:26  perera
+
+	* Source/cmSystemTools.cxx, Source/cmSystemTools.h: ENH: Special
+	value IGNORE behaves like NOTFOUND, but makes FindLibrary, etc,
+	_not_ search for a library, etc.
+
+2001-08-28 22:35  hoffman
+
+	* Source/cmListFileCache.h: remove warning
+
+2001-08-28 22:27  hoffman
+
+	* Source/CMakeLib.dsp, Source/CMakeLists.txt,
+	Source/CMakeSetup.dsw, Source/Makefile.in,
+	Source/cmListFileCache.cxx, Source/cmListFileCache.h,
+	Source/cmMakefile.cxx: ENH: add caching for the input CMakeList.txt
+	files, 2X speed up
+
+2001-08-28 22:27  hoffman
+
+	* Source/cmDSPWriter.cxx: BUG: put spaces in /I paths
+
+2001-08-28 22:01  starreveld
+
+	* Source/cmAddLibraryCommand.cxx, Source/cmAddLibraryCommand.h,
+	Source/cmMakefile.cxx, Source/cmMakefile.h, Source/cmTarget.h,
+	Source/cmUnixMakefileGenerator.cxx: 
+	
+	Changes to allow MODULE type target for a shared library
+
+2001-08-28 22:01  starreveld
+
+	* Templates/CMakeSystemConfig.cmake.in, Templates/configure,
+	Templates/configure.in: 
+	
+	Changes to allow a MODULE target for a shared library.
+
+2001-08-28 20:04  martink
+
+	* CMakeLists.txt, Tests/Complex/CMakeLists.txt: minor fix
+
+2001-08-28 18:55  martink
+
+	* Source/cmDSPWriter.cxx, Source/cmSystemTools.cxx,
+	Source/cmSystemTools.h: better network build support
+
+2001-08-28 17:49  starreveld
+
+	* Templates/configure, Templates/configure.in: 
+	
+	Added support for Darwin (OSX)
+
+2001-08-28 14:57  hoffman
+
+	* Modules/FindTCL.cmake: ENH: support for cygwin
+
+2001-08-28 14:57  hoffman
+
+	* Source/cmSystemTools.cxx, Source/cmUnixMakefileGenerator.cxx:
+	BUG: fix for broken apple mkdir and general clean up of
+	MakeDirectory command
+
+2001-08-27 19:48  hoffman
+
+	* Source/MFCDialog/CMakeSetupDialog.cpp: BUG: fix switch projects
+	not saving cache correctly
+
+2001-08-27 19:19  martink
+
+	* Source/cmDSPWriter.cxx: support for network path link libraries
+
+2001-08-27 18:44  hoffman
+
+	* Source/cmMakefile.cxx, Source/cmMakefile.h,
+	Source/cmUnixMakefileGenerator.cxx: ENH: change expand variables to
+	use GetDefinition
+
+2001-08-27 18:35  hoffman
+
+	* configure, configure.in: [no log message]
+
+2001-08-27 18:35  hoffman
+
+	* configure, configure.in, Source/Makefile.in: ENH: clean up sgi
+	build and use non-broken autoconf
+
+2001-08-27 16:24  hoffman
+
+	* configure, Source/cmUnixMakefileGenerator.cxx,
+	Templates/configure: [no log message]
+
+2001-08-27 15:03  hoffman
+
+	* Source/cmUnixMakefileGenerator.cxx: BUG: set CXX and CC when
+	running configure from cmake
+
+2001-08-27 14:23  martink
+
+	* Source/ctest.cxx: better formatted output
+
+2001-08-27 14:22  hoffman
+
+	* Templates/configure, Templates/configure.in: ENH: use
+	ANSI_CXXFLAGS for testing compiler
+
+2001-08-27 14:11  hoffman
+
+	* CMakeLists.txt, Templates/CMakeSystemConfig.cmake.in,
+	Templates/configure, Templates/configure.in,
+	Tests/Complex/CMakeLists.txt: ENH: sgi -LANG:std
+
+2001-08-27 14:07  berk
+
+	* Source/CMakeSetup.dsw: ken added dependancy to build everything
+
+2001-08-25 16:31  martink
+
+	* Source/CMakeSetup.dsw, Source/ctest.dsp: added ctest to win32
+
+2001-08-24 21:50  hoffman
+
+	* Templates/configure, Templates/configure.in: [no log message]
+
+2001-08-24 21:30  hoffman
+
+	* Templates/CMakeSystemConfig.cmake.in, Templates/configure,
+	Templates/configure.in: ENH: more sgi -LANG stuff
+
+2001-08-24 21:25  hoffman
+
+	* configure, configure.in, configure, configure.in: auto detect
+	lang:std:
+
+2001-08-24 21:12  hoffman
+
+	* Source/Makefile.in: ENH: build for sgi CC out of box
+
+2001-08-24 21:12  hoffman
+
+	* configure, configure.in, configure, configure.in: auto detect
+	lang:std:
+
+2001-08-24 21:00  hoffman
+
+	* configure, configure.in: auto detect lang:std:
+
+2001-08-24 20:51  hoffman
+
+	* configure, configure.in: auto detect lang:std:
+
+2001-08-24 19:54  hoffman
+
+	* Tests/Complex/cmTestConfigure.h.in,
+	Tests/Complex/Executable/complex.cxx: BUG: fix complex test for old
+	compilers
+
+2001-08-24 19:45  hoffman
+
+	* configure, configure.in, Tests/Complex/cmTestConfigure.h.in: BUG:
+	fix for SGI Native compiler
+
+2001-08-24 19:41  hoffman
+
+	* Templates/configure, Templates/configure.in: BUG: fix flag for
+	building shared on HP
+
+2001-08-23 22:30  perera
+
+	* Source/cmAddTestCommand.cxx, Source/cmAddTestCommand.h: BUG:
+	ADD_TEST now only does stuff if ENABLE_TESTING has been run.
+
+2001-08-23 22:02  hoffman
+
+	* Source/cmMakefile.cxx, Source/cmSystemTools.cxx,
+	Source/cmSystemTools.h: ENH: improve coverage
+
+2001-08-23 21:40  hoffman
+
+	* Source/CMakeLists.txt, Source/cmDumpDocumentation.cxx,
+	Source/cmMakefile.cxx, Source/cmMakefile.h: ENH: add dump
+	documentation test
+
+2001-08-23 20:28  king
+
+	* Source/cmCableWrapTclCommand.cxx, Source/cmCableWrapTclCommand.h:
+	ENH: Each cmCableWrapTclCommand instance now uses a single
+	cmMakeDepend object for dependencies for all the gccxml input files
+	it generates.  This should significantly improve generation time.
+
+2001-08-23 20:24  hoffman
+
+	* Source/cmaketest.cxx: BUG: run make all on unix not make exename
+
+2001-08-23 20:00  hoffman
+
+	* Source/CMakeLists.txt, Source/cmStandardIncludes.h,
+	Source/cmaketest.cxx, Source/ctest.cxx: ENH: add more testing
+
+2001-08-23 17:57  hoffman
+
+	* Tests/Complex/CMakeLists.txt, Tests/Complex/VarTests.txt,
+	Tests/Complex/cmTestConfigure.h.in, Tests/Complex/simple.cxx,
+	Tests/Complex/Executable/CMakeLists.txt,
+	Tests/Complex/Executable/complex.cxx,
+	Tests/Complex/Library/CMakeLists.txt,
+	Tests/Complex/Library/file2.cxx, Tests/Complex/Library/file2.h,
+	Tests/Complex/Library/sharedFile.cxx,
+	Tests/Complex/Library/sharedFile.h,
+	Tests/Complex/Library/ExtraSources/file1.cxx,
+	Tests/Complex/Library/ExtraSources/file1.h: ENH: try to get better
+	test coverage
+
+2001-08-23 17:12  martink
+
+	* Source/ctest.cxx: also check path for test executables
+
+2001-08-23 15:39  martink
+
+	* Source/ctest.cxx: fixed format
+
+2001-08-23 15:32  martink
+
+	* Source/cmUnixMakefileGenerator.cxx: better ctest support
+
+2001-08-23 15:12  martink
+
+	* Source/CMakeLists.txt, Source/cmSystemTools.cxx,
+	Source/cmSystemTools.h, Source/cmUnixMakefileGenerator.cxx,
+	Source/ctest.cxx, Source/ctest.h: added test driver for make test
+	target
+
+2001-08-22 20:33  martink
+
+	* Source/cmDSPWriter.cxx: ENH: do not put a rule in to rebuild the
+	ALL_BUILD.dsp file, as it is not possible...
+
+2001-08-22 15:58  hoffman
+
+	* Source/cmCableClassSet.h, Source/cmCableWrapTclCommand.cxx,
+	Source/cmCacheManager.cxx, Source/cmCacheManager.h,
+	Source/cmMakeDepend.h, Source/cmMakefile.h, Source/cmSourceGroup.h,
+	Source/cmStandardIncludes.h, Source/cmTarget.h,
+	Source/cmUnixMakefileGenerator.cxx: ENH: change all maps of string
+	to be maps of cmStdString, to reduce symbol length in object files.
+
+2001-08-22 15:26  hoffman
+
+	* Source/cmMakefile.h: BUG: shorten length of symbols
+
+2001-08-22 14:12  berk
+
+	* Source/cmDSPWriter.cxx: OUTDIR->IntDir
+
+2001-08-22 12:21  hoffman
+
+	* Source/MFCDialog/CMakeLists.txt: BUG: add missing
+	CMakeCommandLineInfo
+
+2001-08-21 21:38  barre
+
+	* Source/MFCDialog/CMakeSetup.cpp,
+	Source/MFCDialog/CMakeSetupDialog.cpp,
+	Source/MFCDialog/CMakeSetupDialog.h,
+	Source/MFCDialog/CMakeCommandLineInfo.cpp,
+	Source/MFCDialog/CMakeCommandLineInfo.h,
+	Source/MFCDialog/CMakeSetup.dsp: CMakeSetup now handles
+	command-line arguments (ex: /H=source_dir /B=build_dir)
+
+2001-08-21 15:04  starreveld
+
+	* Source/cmMakefile.cxx: 
+	
+	Added support for .mm source files (ObjC++)
+
+2001-08-20 17:32  hoffman
+
+	* Templates/configure, Templates/configure.in: BUG: fix check for
+	no std::
+
+2001-08-20 13:23  hoffman
+
+	* Source/cmSetCommand.cxx: BUG: cmSystemTools::CollapseFullPath is
+	a bad thing to call on the compiler which is a filepath
+
+2001-08-19 23:11  barre
+
+	* Source/cmOptionCommand.cxx: Allow option value to be expanded
+	(thus, we can use the value of another option as default)
+
+2001-08-19 16:14  barre
+
+	* Source/cmMakefile.cxx: gcc and MSVC clash on
+	basic_string::compare(), let's try substr()
+
+2001-08-19 11:36  barre
+
+	* Source/cmSetCommand.cxx: If the value is a path, collapse it
+	(cleaner)
+
+2001-08-18 21:57  hoffman
+
+	* Templates/configure, Templates/configure.in: BUG: get the flags
+	right
+
+2001-08-18 16:51  barre
+
+	* Source/cmMakefile.cxx, Modules/FindDart.cmake: Support for
+	$ENV{VAR} syntax (lookup in the environment vars)
+
+2001-08-17 21:11  martink
+
+	* Source/cmElseCommand.cxx, Source/cmIfCommand.cxx: backwards
+	MATCHES in if and else statements
+
+2001-08-16 22:01  hoffman
+
+	* Templates/configure: ENH: default for cygwin should be pthreads
+
+2001-08-16 21:42  hoffman
+
+	* Templates/CMakeSystemConfig.cmake.in,
+	Templates/CMakeWindowsSystemConfig.cmake, Templates/configure,
+	Templates/configure.in: ENH: add CMAKE_USE_WIN32_THREADS to the
+	possible thread types
+
+2001-08-16 15:41  berk
+
+	* Source/cmCacheManager.cxx, Source/cmCacheManager.h,
+	Source/cmLoadCacheCommand.cxx, Source/cmLoadCacheCommand.h: Adding
+	new options to LoadCache.
+
+2001-08-15 17:40  berk
+
+	* Source/cmCacheManager.cxx, Source/cmCacheManager.h,
+	Source/cmLoadCacheCommand.cxx: 1. Added EXCLUDE option to
+	LOAD_CACHE.  2. Entries brought in from another cache are now
+	marked as internal.
+
+2001-08-15 17:23  martink
+
+	* Modules/FindDart.cmake: looks at same level
+
+2001-08-15 14:03  hoffman
+
+	* Templates/configure, Templates/configure.in: ENH: make pthreads
+	the default for cygwin
+
+2001-08-14 21:18  king
+
+	* Source/cmInstallFilesCommand.cxx, Source/cmInstallFilesCommand.h,
+	Source/cmInstallProgramsCommand.cxx,
+	Source/cmInstallProgramsCommand.h, Source/cmMakefile.cxx: ENH:
+	Improved INSTALL_FILES and INSTALL_PROGRAMS commands to allow each
+	call to the command in a single directory to specify a different
+	install path.
+
+2001-08-13 20:04  martink
+
+	* Modules/Dart.cmake: removed grep
+
+2001-08-10 19:52  martink
+
+	* Source/cmVTKWrapTclCommand.cxx, Source/cmMakefile.h: now creates
+	output directories
+
+2001-08-09 19:35  hoffman
+
+	* CMake.pdf: ENH: update pdf to rtf
+
+2001-08-09 19:23  hoffman
+
+	* CMake.rtf: ENH: add some docs for sgi CC
+
+2001-08-09 18:58  berk
+
+	* Source/cmElseCommand.cxx, Source/cmIfCommand.cxx: BUG: or and and
+	were inverted.
+
+2001-08-09 15:12  hoffman
+
+	* ChangeLog: add generated ChangeLog file.  Should be updated each
+	time a new version is made
+
+2001-08-09 15:07  martink
+
+	* Source/cmMakefile.h, Source/cmMakefile.h: updated version
+
+2001-08-09 15:07  martink
+
+	* README: out of date
+
+2001-08-09 13:33  hoffman
+
+	* Source/cmConfigure.cmake.h.in: BUG: add in for scope variable
+
+2001-08-08 18:25  martink
+
+	* Source/FLTKDialog/CMakeSetupGUIImplementation.cxx: ENH: update to
+	new style of cache access
+
+2001-08-08 17:14  hoffman
+
+	* Source/cmSiteNameCommand.cxx, Source/cmUtilitySourceCommand.cxx:
+	BUG: can not Add a definition that you just got
+
+2001-08-08 15:54  hoffman
+
+	* configure, configure.in, Source/cmBuildCommand.cxx,
+	Source/cmBuildNameCommand.cxx, Source/cmCableWrapTclCommand.cxx,
+	Source/cmCacheManager.cxx, Source/cmCacheManager.h,
+	Source/cmConfigure.h.in, Source/cmConfigureGccXmlCommand.cxx,
+	Source/cmDSPWriter.cxx, Source/cmDSWWriter.cxx,
+	Source/cmFindFileCommand.cxx, Source/cmFindLibraryCommand.cxx,
+	Source/cmFindPathCommand.cxx, Source/cmFindProgramCommand.cxx,
+	Source/cmLinkLibrariesCommand.cxx, Source/cmMSProjectGenerator.cxx,
+	Source/cmMakefile.cxx, Source/cmMakefile.h,
+	Source/cmOptionCommand.cxx, Source/cmProjectCommand.cxx,
+	Source/cmSetCommand.cxx, Source/cmSiteNameCommand.cxx,
+	Source/cmStandardIncludes.h, Source/cmSystemTools.cxx,
+	Source/cmUnixMakefileGenerator.cxx,
+	Source/cmUtilitySourceCommand.cxx, Source/cmVTKWrapJavaCommand.cxx,
+	Source/cmVTKWrapPythonCommand.cxx, Source/cmVTKWrapTclCommand.cxx,
+	Source/MFCDialog/CMakeSetupDialog.cpp,
+	Templates/CMakeSystemConfig.cmake.in, Templates/configure,
+	Templates/configure.in: ENH: big change, only allow commands access
+	to the cache via the cmMakefile class and GetDefinition, also the
+	cmMakefile is the only way for commands to add to the cache.  Also,
+	some changes to configure.in that check for for scoping
+
+2001-08-07 19:49  hoffman
+
+	* Source/cmStandardIncludes.h, Source/cmSystemTools.cxx: ENH:
+	compile with broken 720 SGI C++ compiler
+
+2001-08-07 17:46  hoffman
+
+	* Source/cmMakefile.cxx: ENH: html output for docs
+
+2001-08-07 17:15  hoffman
+
+	* CMake.rtf: ENH: update documents with current commands and new
+	GUI
+
+2001-08-07 12:46  king
+
+	* CMakeLogo.gif: ENH: CMakeLogo for Dart to use on testing web
+	page.
+
+2001-08-07 12:46  king
+
+	* CMakeLists.txt: ERR: CMakeLogo.gif has been moved to the root
+	directory of the source so that the Web and Web/Art directories are
+	not needed here.
+
+2001-08-06 21:01  martink
+
+	* Source/cmElseCommand.cxx, Source/cmElseCommand.h,
+	Source/cmIfCommand.cxx, Source/cmIfCommand.h: added new if commands
+
+2001-08-06 19:11  king
+
+	* CMake.pdf, CMake.rtf: Re-adding doc files.  They were
+	accidentally removed due to a symlink from the CMake/Web directory
+	when it was removed.
+
+2001-08-06 19:01  king
+
+	* Web/index.html, Web/Art/CMakeBanner.jpg, Web/Art/CMakeBanner.psd,
+	Web/Art/CMakeGUI.jpg, Web/Art/CMakeLogo.gif, Web/Art/CMakeLogo.ppt,
+	Web/Art/CMakeLogo.psd, Web/Art/SideBar.jpg, Web/Art/SideBar.psd,
+	Web/Art/acl.gif, Web/Art/asci.gif, Web/Art/asci_little.gif,
+	Web/Art/itkLogoSmallTransparentBackground.gif,
+	Web/Art/nlm_logo.gif, Web/Art/swooshSmall.gif, Web/HTML/About.html,
+	CMake.pdf, CMake.rtf, Web/HTML/Documentation.html,
+	Web/HTML/Download.html, Web/HTML/Examples.html, Web/HTML/FAQ.html,
+	Web/HTML/Features.html, Web/HTML/Head.html, Web/HTML/Install.html,
+	Web/HTML/MailingLists.html, Web/HTML/News.html,
+	Web/HTML/SideBar.html, Web/HTML/Sponsors.html, Web/HTML/Style.css,
+	Web/HTML/Table.html, Web/HTML/Testing.html,
+	Web/HTML/TestingSetup.html, Web/HTML/cmakeExample.tar.gz: Removing
+	Web directory from CMake.  It is moving to a separate, parallel CVS
+	module called "CMakeWeb"
+
+2001-08-03 19:47  king
+
+	* Source/cmConfigureFileCommand.cxx,
+	Source/cmConfigureFileCommand.h: ENH: Added 'IMMEDIATE' option to
+	CONFIGURE_FILE command to force file copy and configuration on the
+	initial pass so that current variable values are used.
+
+2001-08-02 21:27  king
+
+	* Source/cmCableWrapTclCommand.cxx, Source/cmCableWrapTclCommand.h:
+	ENH: Added use of a class's tag to generate a better set of
+	filenames for its wrapper configuration, xml, and generated files. 
+	This should also prevent half the classes from re-wrapping when a
+	new one is inserted in the middle.
+
+2001-08-02 18:42  king
+
+	* Source/cmUnixMakefileGenerator.cxx: BUG: Generated link line for
+	shared libraries had CMAKE_CXX_FLAGS instead of CMAKE_CXXFLAGS
+	(note underscore).
+
+2001-08-02 18:10  king
+
+	* Source/cmMakefile.cxx: BUG: Fixed off-by-one error in
+	ExpandVariablesInString for case of $ or @ as last character of
+	string.
+
+2001-08-02 13:07  king
+
+	* Source/cmUnixMakefileGenerator.cxx: BUG: We don't want to output
+	-I/usr/include in the INCLUDE_FLAGS variable.  This causes problems
+	with finding system headers in the wrong places for certain
+	standard library implementations.
+
+2001-08-01 20:11  king
+
+	* Modules/FindCABLE.cmake: ENH: Support to find CABLE utility if it
+	is installed.
+
+2001-08-01 20:11  king
+
+	* Source/cmAddDefinitionsCommand.cxx: BUG: Needed to expand
+	variables of definitions.
+
+2001-08-01 20:11  king
+
+	* Source/cmCommands.cxx, Source/cmMakefile.cxx,
+	Source/cmMakefile.h, Source/cmSubdirDependsCommand.cxx,
+	Source/cmSubdirDependsCommand.h,
+	Source/cmUnixMakefileGenerator.cxx: ENH: Added SUBDIR_DEPENDS
+	command and corresponding support code.  This command allows
+	specification that a set of subdirectories be built before a
+	particular directory.
+
+2001-08-01 20:11  king
+
+	* Source/cmInstallFilesCommand.cxx: BUG: Need to expand variables
+	when a regular expression is specified.
+
+2001-08-01 15:19  king
+
+	* Modules/FindTCL.cmake: ENH: Added tk library names tk8.4 tk8.3
+	tk8.2 and tk8.0 to correspond to tk84 tk83 tk82 and tk80. 
+	TK_LIBRARY should now be found on more platforms.
+
+2001-07-31 15:29  king
+
+	* Source/cmCommands.cxx, Source/cmDSPWriter.cxx,
+	Source/cmDSWWriter.cxx, Source/cmInstallFilesCommand.cxx,
+	Source/cmInstallProgramsCommand.cxx,
+	Source/cmInstallProgramsCommand.h, Source/cmMakefile.cxx,
+	Source/cmTarget.cxx, Source/cmTarget.h,
+	Source/cmUnixMakefileGenerator.cxx, Templates/CMakeLists.txt: ENH:
+	Added INSTALL_PROGRAMS command and corresponding support.  This
+	involved splitting cmTarget::INSTALL into INSTALL_FILES and
+	INSTALL_PROGRAMS enum values.  INSTALL_FILES no longer adds execute
+	permission.  The INSTALL_PROGRAMS commnad takes either a list of
+	explicit names, or a regex.  It will not expand source lists like
+	the INSTALL_FILES command will.
+
+2001-07-30 16:21  king
+
+	* Source/cmCableClassSet.cxx: ERR:
+	ElementCombinationGenerator::ReplacePortion needs to be a friend of
+	ElementCombinationGenerator so that it can get access to
+	ElementCombinationGenerator::Substitution.  Also fixed one minor
+	problem for HP build.
+
+2001-07-30 15:34  king
+
+	* Source/cmCableClassSet.cxx, Source/cmCableWrapTclCommand.cxx,
+	Source/cmDSPWriter.cxx, Source/cmMakeDepend.cxx,
+	Source/cmMakefile.cxx, Source/cmMakefile.h,
+	Source/cmUnixMakefileGenerator.cxx: BUG: Changed include and link
+	directory paths in cmMakefile back to std::vector because there is
+	an order dependency.  Only cmMakefile::AddIncludeDirectory and
+	cmMakefile::AddLinkDirectory should be called to add directories to
+	the paths.  They make sure the paths are unique as they are
+	inserted.
+
+2001-07-30 11:18  scottim
+
+	* Source/cmCableClassSet.cxx, Source/cmCableWrapTclCommand.cxx,
+	Source/cmDSPWriter.cxx, Source/cmMakeDepend.cxx,
+	Source/cmMakefile.cxx, Source/cmMakefile.h,
+	Source/cmUnixMakefileGenerator.cxx: Removed the Uniquification of
+	the include and link directory list in FinalPass, and achieved the
+	same effect by makein m_LinkDirectores and m_IncludeDirectories a
+	set rather than vector
+
+2001-07-27 20:29  hoffman
+
+	* Source/cmMakefile.cxx: ENH: Re-implemented
+	ExpandVariablesInString to significantly improve performance.
+
+2001-07-27 17:06  scottim
+
+	* Source/cmMakefile.cxx, Source/cmMakefile.h: MAkefile now strips
+	duplicate directores from the libraries and include paths
+
+2001-07-26 15:07  king
+
+	* Source/cmCableClassSet.cxx, Source/cmCableClassSet.h,
+	Source/cmCableClassSetCommand.cxx,
+	Source/cmCableWrapTclCommand.cxx: ENH: Added cable class-set
+	expansion and tagging for alternate name generation.  This should
+	make the generated wrappers much easier to setup and use.
+
+2001-07-26 14:18  hoffman
+
+	* Source/MFCDialog/CMakeSetupDialog.cpp,
+	Source/MFCDialog/PropertyList.cpp: ENH: change the logic of
+	disabling the ok button a bit
+
+2001-07-26 13:47  berk
+
+	* CMakeLists.txt: ENH: Updated regexp for tracing dependencies in
+	FLTK dialog.
+
+2001-07-26 12:36  martink
+
+	* Source/cmMakefile.h: fixed warnings
+
+2001-07-25 22:30  hoffman
+
+	* Source/cmMakefile.cxx, Source/cmMakefile.h, Source/cmake.cxx,
+	Source/cmake.h, Source/MFCDialog/CMakeDialog.h,
+	Source/MFCDialog/CMakeSetup.rc,
+	Source/MFCDialog/CMakeSetupDialog.cpp,
+	Source/MFCDialog/CMakeSetupDialog.h,
+	Source/MFCDialog/PropertyList.cpp, Source/MFCDialog/PropertyList.h,
+	Source/MFCDialog/resource.h: ENH: rework GUI with
+	configure/OK/Cancel
+
+2001-07-25 20:52  martink
+
+	* Source/cmEndForEachCommand.cxx, Source/cmEndForEachCommand.h,
+	Source/cmForEachCommand.cxx, Source/cmForEachCommand.h: new
+	commands
+
+2001-07-25 20:52  martink
+
+	* Source/cmCommands.cxx, Source/cmFunctionBlocker.h,
+	Source/cmIfCommand.cxx, Source/cmIfCommand.h,
+	Source/cmMakefile.cxx, Source/cmMakefile.h: added for each command
+
+2001-07-25 13:40  berk
+
+	* Source/cmCacheManager.cxx: Removing trailing spaces after cache
+	entry value.
+
+2001-07-24 20:46  hoffman
+
+	* Source/MFCDialog/CMakeSetupDialog.cpp,
+	Source/MFCDialog/PropertyList.cpp, Source/MFCDialog/PropertyList.h,
+	Source/MFCDialog/resource.h: BUG: fix on scroll with buttons
+
+2001-07-24 20:16  king
+
+	* Source/cmDSPWriter.cxx: BUG: Fixed dependency generation to work
+	for when there are many, many dependencies.  Output is now easier
+	to ready anyway because each dependency is on its own line.
+
+2001-07-23 18:43  king
+
+	* Source/cmConfigureGccXmlCommand.cxx,
+	Source/cmConfigureGccXmlCommand.h: BUG: CompilerIsMipsPro needs to
+	redirect stderr to stdout so that the test output can be checked.
+
+2001-07-23 15:53  king
+
+	* Source/cmConfigureGccXmlCommand.cxx,
+	Source/cmConfigureGccXmlCommand.h: ENH: Added support for UNIX
+	compilers.  GCC and MIPSpro are supported.
+
+2001-07-23 15:53  king
+
+	* Source/cmSystemTools.cxx, Source/cmSystemTools.h: ENH: Added
+	support for non-verbose mode output from running a command.  This
+	can be used when it is expected that the command may fail.
+
+2001-07-23 15:06  king
+
+	* Modules/FindGCCXML.cmake: ENH: Module to find and configure
+	GCCXML and GCCXML_FLAGS.
+
+2001-07-23 15:06  king
+
+	* Source/cmCommands.cxx, Source/cmConfigureGccXmlCommand.cxx,
+	Source/cmConfigureGccXmlCommand.h: ENH: Added CONFIGURE_GCCXML
+	command to do hard work of configuring GCCXML's flags for the
+	current compiler.  Currently only implemented correctly for Visual
+	C++ in Windows.
+
+2001-07-20 19:05  millerjv
+
+	* Web/index.html: FIX: changed hyperlink color from white/white
+
+2001-07-20 15:41  millerjv
+
+	* Modules/Dart.cmake: ENH: Added Purify targets
+
+2001-07-20 13:20  millerjv
+
+	* Modules/Dart.cmake: ENH: Added purify command.
+
+2001-07-20 08:56  scottim
+
+	* Templates/DLLHeader.dsptemplate: adding what I think is a missing
+	/pdbtype:sept
+
+2001-07-19 18:31  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUI.cxx,
+	Source/FLTKDialog/CMakeSetupGUI.fl,
+	Source/FLTKDialog/CMakeSetupGUI.h,
+	Source/FLTKDialog/CMakeSetupGUIImplementation.cxx,
+	Source/FLTKDialog/CMakeSetupGUIImplementation.h,
+	Source/FLTKDialog/FLTKDialog.cxx: ENH: Save and Load of recent
+	Source and Binary directories added.
+
+2001-07-18 20:45  martink
+
+	* Source/cmMakefile.h: updated version
+
+2001-07-18 15:40  martink
+
+	* Source/cmSystemTools.cxx: limit library search to appropriate
+	extensions
+
+2001-07-18 14:17  hoffman
+
+	* Modules/Dart.cmake: BUG: enable testing even if not tcl found
+
+2001-07-17 19:41  king
+
+	* Source/cmCableWrapTclCommand.cxx: ENH: Added generation of
+	dependencies on the CMake-generated input to gcc-xml so that
+	re-generation of wrappers will occur if a header changes.
+
+2001-07-17 19:41  king
+
+	* Source/cmMakeDepend.cxx: BUG: Need to expand variables in search
+	paths in case it hasn't been done yet by the makefile.
+
+2001-07-17 19:09  king
+
+	* Source/cmMakeDepend.cxx, Source/cmMakeDepend.h,
+	Source/cmOutputRequiredFilesCommand.cxx,
+	Source/cmUnixMakefileGenerator.cxx: ENH: Hacked together a new
+	implementation of the dependency generator code.  This should
+	support finding dependencies for individual files without doing
+	them for the entire makefile.  Use cmMakeDepend::FindDependencies()
+	to do this.
+
+2001-07-17 13:54  king
+
+	* Modules/CMakeLists.txt, Modules/FindDart.cmake,
+	Modules/FindJNI.cmake, Modules/FindPythonLibs.cmake,
+	Modules/FindTCL.cmake, Source/cmSystemTools.cxx,
+	Source/cmSystemTools.h, Templates/configure,
+	Templates/configure.in: ENH: Added support for using
+	backslash-style escaping in CMakeLists.txt file arguments.  This
+	allows double quotes to be used in arguments.
+
+2001-07-16 22:40  perera
+
+	* Source/cmAuxSourceDirectoryCommand.cxx, Source/cmMakefile.cxx,
+	Source/cmMakefile.h, Source/cmSourceFile.cxx,
+	Source/cmSourceFile.h, Source/cmSourceFilesCommand.cxx,
+	Source/cmSourceFilesRemoveCommand.cxx, Source/cmTarget.cxx: ENH:
+	Source and header file extensions are in variables in cmMakefile. 
+	AUX_SOURCE_DIRECTORY will only add files that have a "source"
+	extension.
+
+2001-07-16 20:49  hoffman
+
+	* Web/HTML/About.html, Web/HTML/Documentation.html,
+	Web/HTML/Download.html, Web/HTML/Examples.html, Web/HTML/FAQ.html,
+	Web/HTML/Features.html, Web/HTML/Install.html,
+	Web/HTML/MailingLists.html, Web/HTML/News.html,
+	Web/HTML/SideBar.html, Web/HTML/Sponsors.html,
+	Web/HTML/Testing.html, Web/HTML/TestingSetup.html: ENH: add
+	TestingSetup
+
+2001-07-16 19:19  ibanez
+
+	* Modules/FindGLU.cmake, Modules/FindGLUT.cmake:      Search path
+	for OpenGL related libraries
+
+2001-07-16 15:17  king
+
+	* Web/HTML/Sponsors.html: ERR: ITK is the original sponsoring
+	project for CMake, not itself.
+
+2001-07-16 14:14  hoffman
+
+	* Templates/CMakeSystemConfig.cmake.in, Templates/configure,
+	Templates/configure.in: ENH: add a variable for
+	CMAKE_COMPILER_IS_GNUCXX
+
+2001-07-16 14:14  hoffman
+
+	* Source/cmMakefile.cxx, Source/cmSourceFile.cxx: ENH: add support
+	for mac osx
+
+2001-07-16 14:14  hoffman
+
+	* Source/MFCDialog/CMakeSetupDialog.cpp: BUG: make sure cache is
+	cleared
+
+2001-07-16 01:10  barre
+
+	* Modules/FindPythonLibs.cmake: update include/lib path to Python
+	(Linux)
+
+2001-07-12 23:48  hoffman
+
+	* Source/MFCDialog/CMakeSetupDialog.cpp,
+	Source/MFCDialog/CMakeSetupDialog.h,
+	Source/MFCDialog/PropertyList.cpp, Source/MFCDialog/PropertyList.h:
+	ENH: add a check to avoid quitting before rebuilding
+
+2001-07-11 17:30  martink
+
+	* Source/cmMakefile.h, Source/cmMakefile.h: version num
+
+2001-07-11 17:06  martink
+
+	* Source/MFCDialog/CMakeSetupDialog.cpp: fixed up resizing info
+
+2001-07-11 16:12  hoffman
+
+	* Source/cmSystemTools.cxx: BUG: make sure find program does not
+	find directories
+
+2001-07-10 21:13  hoffman
+
+	* Source/cmIncludeCommand.cxx, Source/cmLoadCacheCommand.cxx: BUG:
+	remove iostream.h includes
+
+2001-07-10 20:20  berk
+
+	* Source/cmUnixMakefileGenerator.cxx: Unnecessary variable
+
+2001-07-10 20:20  berk
+
+	* Source/cmMakefile.cxx: Better error checking.
+
+2001-07-10 18:29  hoffman
+
+	* Templates/configure, Templates/configure.in: BUG: fix excape of *
+	for cmake
+
+2001-07-10 17:57  king
+
+	* Source/cmUnixMakefileGenerator.cxx: BUG: When splitting a full
+	path library into separate -L and -l parts, the -l part may not
+	have a "lib" prefix on cygwin.
+
+2001-07-10 16:09  king
+
+	* Source/cmake.cxx: ENH: Removing automatic setting of
+	BUILD_SHARED_LIBS.  Projects that support this should explicitly
+	declare it with the OPTION command, or set its libraries to shared
+	or static directly on each ADD_LIBRARY command.
+
+2001-07-10 15:56  berk
+
+	* Modules/Dart.cmake: Checking if tclshcommand is defined before
+	running it.
+
+2001-07-10 15:46  king
+
+	* Source/cmUnixMakefileGenerator.cxx: ENH: Added
+	-D(library_name)_EXPORTS to build rules for sources that are going
+	to be linked into a shared library.  This allows dllexport setup
+	for DLL building on cygwin.  It may also come in handy in unix in
+	the future.  This corresponds to the same definition added by the
+	dll dsp template in windows.
+
+2001-07-10 13:23  martink
+
+	* Source/cmBuildNameCommand.cxx: changes to better handle old
+	values or hand set values
+
+2001-07-09 16:46  nobody
+
+	* DartConfig.cmake: Disabled doxygen and gnats
+
+2001-07-08 21:54  perera
+
+	* Source/cmUnixMakefileGenerator.cxx: BUG: library extension goes
+	after library name, not before
+
+2001-07-06 18:41  hoffman
+
+	* Source/cmUnixMakefileGenerator.cxx,
+	Source/cmUnixMakefileGenerator.h: ENH: some clean up, and better
+	checking to see if we are building cmake
+
+2001-07-06 18:11  hoffman
+
+	* configure, configure.in: ENH: run make depend
+
+2001-07-06 16:46  will
+
+	* Source/cmCommand.h: ERR:Spelling mistake
+
+2001-07-06 13:22  king
+
+	* Source/cmStandardIncludes.h: ENH: Warning 4503 disable for MSVC.
+
+2001-07-05 22:15  hoffman
+
+	* Templates/configure, Templates/configure.in: BUG: fix flags for
+	cygwin and shared builds
+
+2001-07-05 21:52  hoffman
+
+	* Source/cmSystemTools.cxx: ENH: add better error output
+
+2001-07-05 16:03  hoffman
+
+	* Source/cmUnixMakefileGenerator.cxx, Templates/configure,
+	Templates/configure.in: BUG: fix solaris problems in install and ar
+
+2001-07-03 14:53  king
+
+	* Source/cmCableWrapTclCommand.cxx: ENH: Removed -fsyntax-only flag
+	from call to gcc-xml.  It should be part of GCCXML_FLAGS.
+
+2001-07-03 09:27  scottim
+
+	* Source/cmDSPWriter.cxx, Templates/CMakeWindowsSystemConfig.cmake,
+	Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
+	Templates/EXEWinHeader.dsptemplate,
+	Templates/UtilityHeader.dsptemplate,
+	Templates/staticLibHeader.dsptemplate: Renamed the
+	ReleaseWithDebugInfo Build configuration to RelWithDebInfo, because
+	msdev does simple matching on build target, and specifying either
+	Release or Debug builds would also build ReleaseWithDebugInfo
+
+2001-07-02 20:52  king
+
+	* Source/cmUnixMakefileGenerator.cxx: BUG: When outputting relative
+	path of .o, the relative path of the source file must also be
+	written (not full path).
+
+2001-07-02 20:30  millerjv
+
+	* Source/cmBuildNameCommand.cxx: FIX: BuildName removes path to
+	compiler and converts any illegal characters
+
+2001-07-02 19:57  king
+
+	* Source/cmCommands.cxx, Source/cmBuildSharedLibrariesCommand.cxx,
+	Source/cmBuildSharedLibrariesCommand.h: ENH: Removed deprecated
+	command completely.
+
+2001-07-02 19:38  king
+
+	* Source/cmAddLibraryCommand.cxx, Source/cmAddLibraryCommand.h,
+	Source/cmDSPWriter.cxx, Source/cmDSPWriter.h,
+	Source/cmDSWWriter.cxx, Source/cmMakefile.cxx, Source/cmMakefile.h,
+	Source/cmTarget.h, Source/cmUnixMakefileGenerator.cxx,
+	Source/cmUnixMakefileGenerator.h: ENH: Added support for selection
+	of static/shared build on a per-library basis.
+
+2001-07-02 18:38  martink
+
+	* Source/cmake.cxx: better arg support
+
+2001-07-02 18:02  berk
+
+	* Source/cmVTKWrapJavaCommand.h, Source/cmVTKWrapPythonCommand.h,
+	Source/cmVTKWrapTclCommand.h: Should not be inherited.
+
+2001-07-02 18:02  berk
+
+	* Source/cmConfigureFileCommand.cxx: Wrong place for fout
+
+2001-07-02 18:02  berk
+
+	* Source/cmVTKWrapJavaCommand.cxx,
+	Source/cmVTKWrapPythonCommand.cxx, Source/cmVTKWrapTclCommand.cxx:
+	Better error checking.
+
+2001-06-29 21:06  martink
+
+	* Web/Art/CMakeLogo.gif: cmake logo for dashboard
+
+2001-06-29 20:59  martink
+
+	* Web/Art/CMakeLogo.gif: cmake logo for dashboard
+
+2001-06-29 20:55  martink
+
+	* Web/Art/CMakeLogo.gif: cmake logo for dashboard
+
+2001-06-29 20:46  martink
+
+	* Source/cmConfigureFileCommand.cxx: better configure file command
+
+2001-06-29 20:06  nobody
+
+	* CMakeLists.txt: added logo
+
+2001-06-29 17:43  martink
+
+	* Web/Art/CMakeLogo.gif: cmake logo for dashboard
+
+2001-06-29 13:53  martink
+
+	* Source/cmaketest.cxx: minor compile fix
+
+2001-06-29 13:30  hoffman
+
+	* Source/cmUnixMakefileGenerator.cxx,
+	Templates/CMakeSystemConfig.cmake.in, Templates/configure,
+	Templates/configure.in: BUG: break up CMAKE_AR into program and
+	ARGS
+
+2001-06-28 21:45  hoffman
+
+	* configure, configure.in, Source/cmSystemTools.cxx,
+	Source/cmUnixMakefileGenerator.cxx, Templates/configure,
+	Templates/configure.in: ENH: various fixes to allow bootstrap on
+	sunos with CC
+
+2001-06-28 20:45  hoffman
+
+	* Source/cmEnableTestingCommand.cxx: fixed Dart issue
+
+2001-06-28 19:27  hoffman
+
+	* Templates/CMakeSystemConfig.cmake.in: set values in the cache not
+	just the current makefile
+
+2001-06-28 19:08  berk
+
+	* Source/FLTKDialog/FLTKPropertyItemRow.cxx: Undefined symbol
+
+2001-06-28 19:08  berk
+
+	* Source/cmUnixMakefileGenerator.cxx: Special rules for
+	out-of-package source files.
+
+2001-06-28 18:53  hoffman
+
+	* Source/FLTKDialog/CMakeLists.txt,
+	Source/FLTKDialog/CMakeSetupGUIImplementation.cxx,
+	Source/FLTKDialog/FLTKPropertyItemRow.cxx,
+	Source/FLTKDialog/FLTKPropertyList.cxx: BUG: fix for sgi compiler
+
+2001-06-28 18:38  hoffman
+
+	* Templates/configure, Templates/configure.in: BUG: pass flags to
+	compiler during configure
+
+2001-06-28 18:27  hoffman
+
+	* Templates/configure, Templates/configure.in: BUG: pass flags to
+	compiler during configure
+
+2001-06-28 18:01  hoffman
+
+	* Source/cmSourceFilesCommand.cxx: BUG: find files in
+	subdirectories
+
+2001-06-28 15:40  hoffman
+
+	* Source/cmSystemTools.cxx: BUG: check size of path error, HP
+	gcount problem
+
+2001-06-28 15:40  hoffman
+
+	* Source/cmStandardIncludes.h: fix for scope on hp
+
+2001-06-27 21:19  berk
+
+	* Source/cmSourceFilesCommand.cxx: Added variable expansion.
+
+2001-06-27 20:17  martink
+
+	* Source/cmMakefile.h: updated version to 0.3
+
+2001-06-27 20:17  martink
+
+	* Source/cmMakefile.h: updated version to 0.2
+
+2001-06-27 20:14  martink
+
+	* Source/cmUnixMakefileGenerator.cxx: ENH: fix install when
+	executable and lib path set
+
+2001-06-27 19:42  hoffman
+
+	* configure, configure.in, Source/CMakeLists.txt,
+	Source/cmSystemTools.cxx, Source/cmUnixMakefileGenerator.cxx,
+	Source/cmake.cxx, Templates/install-sh: ENH: fix install for
+	cygwin, build cmake from configure
+
+2001-06-27 19:13  king
+
+	* Source/cmUnixMakefileGenerator.cxx,
+	Source/cmUnixMakefileGenerator.h: BUG: Check for building shared
+	libraries should read from the make file's setting, not directly
+	from the cache.
+
+2001-06-27 19:09  king
+
+	* Source/cmDSPWriter.cxx: BUG: Check for building shared libraries
+	should read from makefile's setting, not directly from the cache.
+
+2001-06-27 17:57  will
+
+	* Web/HTML/Download.html: added binary download
+
+2001-06-27 17:12  martink
+
+	* CMake.rtf: updated for 0.2
+
+2001-06-27 17:12  martink
+
+	* Source/cmLinkLibrariesCommand.h, Source/cmSubdirCommand.h:
+	documentation change
+
+2001-06-27 16:09  perera
+
+	* Source/cmUnixMakefileGenerator.cxx: ENH: Use ${MAKE} instead of
+	make for dependent library rules
+
+2001-06-27 15:49  martink
+
+	* Source/cmCommands.cxx: alphabetized
+
+2001-06-27 15:35  martink
+
+	* Source/cmake.cxx: added help options
+
+2001-06-27 13:16  martink
+
+	* Source/cmSystemTools.cxx, Source/cmaketest.cxx,
+	Source/cmaketest.h.in: minor fixes to testing
+
+2001-06-27 13:16  martink
+
+	* CMakeLists.txt: added dependencies for testing
+
+2001-06-27 13:16  martink
+
+	* Source/CMakeLists.txt: mod to the testing
+
+2001-06-26 20:44  hoffman
+
+	* Source/MFCDialog/PropertyList.cpp: ENH: convert to unix slashes
+	on browse, remove font and color junk
+
+2001-06-26 20:19  hoffman
+
+	* Source/cmake.dsp: BUG: change to dos mode
+
+2001-06-26 17:41  martink
+
+	* Modules/Dart.cmake: update for CMake changes
+
+2001-06-26 17:23  martink
+
+	* Source/CMakeLists.txt, Source/cmAddCustomTargetCommand.cxx,
+	Source/cmAddCustomTargetCommand.h, Source/cmBuildCommand.cxx,
+	Source/MFCDialog/CMakeLists.txt: modified how paths are escaped,
+	added depends
+
+2001-06-26 14:01  martink
+
+	* Source/cmAddDependenciesCommand.cxx,
+	Source/cmAddDependenciesCommand.h, Source/cmCommands.cxx: added add
+	dependencies command
+
+2001-06-26 13:55  martink
+
+	* Source/MFCDialog/CMakeSetup.rc,
+	Source/MFCDialog/CMakeSetupDialog.cpp,
+	Source/MFCDialog/CMakeSetupDialog.h: better GUI resize and combo
+	box fixes
+
+2001-06-25 17:34  millerjv
+
+	* Source/cmBuildNameCommand.cxx, Source/cmSiteNameCommand.cxx: FIX:
+	added AddDefinition() to store site name and build name in
+	makefile.  Also stripped      white space from the result of
+	hostname.
+
+2001-06-25 14:59  martink
+
+	* CMakeLists.txt: made cmake write its execs into CMake/Source
+
+2001-06-22 18:53  hoffman
+
+	* Source/cmMakefile.cxx: ENH: put back stdio.h to get sprintf
+
+2001-06-22 18:53  hoffman
+
+	* Source/cmUnixMakefileGenerator.cxx: BUG: shared libraries should
+	not depend on other shared libraries, they get relinked too often.
+
+2001-06-22 18:23  biddi
+
+	* Source/cmCommands.cxx: ERR: Serious problems with my CVS. How did
+	this get committed?
+
+2001-06-22 16:17  king
+
+	* Source/cmSystemTools.cxx: BUG: Wrote correct implementation of
+	cmCopyFile.
+
+2001-06-22 16:17  king
+
+	* Source/cmake.cxx: BUG: Fixed generation of cMakeRoot in one case.
+
+2001-06-22 16:17  king
+
+	* Source/cmStandardIncludes.h: ENH: Added string.h include.
+
+2001-06-22 16:17  king
+
+	* Source/cmMakefile.cxx: ERR: Removed stray standard header
+	include.  They should be added to cmStandardIncludes.h
+
+2001-06-22 16:17  king
+
+	* Source/cmIncludeCommand.cxx: BUG: Added missing newline in error
+	message.
+
+2001-06-22 15:32  martink
+
+	* Source/cmMakefile.cxx: removed stricmp
+
+2001-06-22 15:28  martink
+
+	* Source/CMakeLists.txt: escape quotes on cmaketest.h.in
+
+2001-06-22 15:14  martink
+
+	* Source/cmMakefile.cxx, Source/cmMakefile.h: added escape quotes
+	option in replace strings
+
+2001-06-22 15:14  martink
+
+	* Source/cmConfigureFileCommand.cxx,
+	Source/cmConfigureFileCommand.h: added escape quotes option
+
+2001-06-22 14:21  martink
+
+	* Source/cmSystemTools.cxx, Source/cmSystemTools.h: added escape
+	quote method
+
+2001-06-22 13:58  biddi
+
+	* Source/cmCommands.cxx, Source/cmSourceFilesRemoveCommand.cxx,
+	Source/cmSourceFilesRemoveCommand.h: ENH: Added new command
+	SOURCE_FILES_REMOVE which can be used to take files out of the
+	build. Especially useful when certain compilers choke on the odd
+	file.
+
+2001-06-22 13:47  biddi
+
+	* Source/cmMakefile.cxx, Source/cmMakefile.h: ENH: Added
+	RemoveSource(...) to complement AddSource. New command
+	SOURCE_FILES_REMOVE uses it and can be used to take files out of
+	the build
+
+2001-06-22 13:27  martink
+
+	* Source/cmaketest.cxx: namespace issues
+
+2001-06-21 21:55  hoffman
+
+	* Source/cmDSWWriter.cxx: allow no name project
+
+2001-06-21 21:52  martink
+
+	* Source/cmSystemTools.cxx, Source/cmSystemTools.h: adde
+	changeDirectory
+
+2001-06-21 21:52  martink
+
+	* Source/CMakeLists.txt: better testing
+
+2001-06-21 21:52  martink
+
+	* Source/cmaketest.cxx, Source/cmaketest.h.in: new test driver
+
+2001-06-21 21:52  martink
+
+	* Tests/Simple/CMakeLists.txt, Tests/Simple/simple.cxx: new tests
+
+2001-06-21 21:41  hoffman
+
+	* Source/cmake.cxx: BUG: fix for unix
+
+2001-06-21 21:25  hoffman
+
+	* Source/cmake.cxx: ENH: clean up
+
+2001-06-21 21:20  hoffman
+
+	* Source/cmake.cxx: ENH: look in the PREFIX dir for the modules
+
+2001-06-21 20:34  hoffman
+
+	* Source/cmConfigure.cmake.h.in, Source/cmake.cxx: ENH: better
+	ability to find cmake program
+
+2001-06-21 19:57  martink
+
+	* Templates/CMakeLists.txt: minor install fix
+
+2001-06-21 19:54  martink
+
+	* Source/cmUnixMakefileGenerator.cxx: better permission handling
+
+2001-06-21 19:02  king
+
+	* Source/cmIncludeRegularExpressionCommand.cxx,
+	Source/cmIncludeRegularExpressionCommand.h,
+	Source/cmMakeDepend.cxx, Source/cmMakeDepend.h,
+	Source/cmMakefile.cxx, Source/cmMakefile.h,
+	Source/cmUnixMakefileGenerator.cxx: ENH: Extended
+	INCLUDE_REGULAR_EXPRESSION to allow selective complaints about
+	missing dependencies.
+
+2001-06-21 19:02  king
+
+	* Source/CMakeLists.txt: ENH: Added BUILD_FLTK_GUI option (defaults
+	to ON).
+
+2001-06-21 17:48  hoffman
+
+	* Source/CMakeLists.txt, Source/cmSourceFile.cxx,
+	Source/cmStandardIncludes.h: BUG: fix bootstrap build on unix
+
+2001-06-21 16:43  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUIImplementation.cxx,
+	Source/FLTKDialog/FLTKPropertyItemRow.cxx,
+	Source/FLTKDialog/FLTKPropertyItemRow.h: ENH: Update the
+	cacheManager from the GUI after each callback.	     Only load the
+	cache from disk if the binary path has changed.
+
+2001-06-21 16:31  hoffman
+
+	* CMakeLists.txt: ENH: add include regexp
+
+2001-06-21 16:19  martink
+
+	* Source/FLTKDialog/CMakeLists.txt: added install target
+
+2001-06-21 16:01  martink
+
+	* CMakeLists.txt, Makefile.in, configure, configure.in, install-sh,
+	Modules/CMakeLists.txt, Source/cmInstallFilesCommand.cxx,
+	Source/cmInstallFilesCommand.h, Source/cmSystemTools.cxx,
+	Source/cmSystemTools.h, Source/cmake.cxx, Templates/CMakeLists.txt,
+	Templates/install-sh: better install support
+
+2001-06-21 14:58  hoffman
+
+	* Templates/CMakeSystemConfig.cmake.in: BUG: remove quotes
+
+2001-06-21 14:36  hoffman
+
+	* Source/cmIncludeCommand.cxx, Source/cmIncludeCommand.h: ENH: add
+	optional include and only allow one file per INCLUDE
+
+2001-06-21 14:17  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUIImplementation.cxx: ENH: INTERNAL
+	properties are not display any longer in the GUI
+
+2001-06-21 13:56  ibanez
+
+	* Source/FLTKDialog/FLTKPropertyItemRow.cxx: ENH: The cache is not
+	saved now after every modification of the GUI
+
+2001-06-21 13:45  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUIImplementation.cxx,
+	Source/FLTKDialog/FLTKPropertyItemRow.cxx: ENH: Clearing and
+	redrawing the property list after a build to load the new cache.
+
+2001-06-21 12:41  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUIImplementation.cxx,
+	Source/FLTKDialog/FLTKPropertyItemRow.cxx,
+	Source/FLTKDialog/FLTKPropertyItemRow.h,
+	Source/FLTKDialog/FLTKPropertyList.cxx,
+	Source/FLTKDialog/FLTKPropertyList.h: ENH: PropertyRows have now a
+	reference to CMakeSetupGUI and save the cache	   at each callback
+	action
+
+2001-06-21 11:35  ibanez
+
+	* Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.h,
+	Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.cxx: Removed: now
+	the help string is managed by the PropertyRow class
+
+2001-06-21 11:35  ibanez
+
+	* Source/FLTKDialog/CMakeLists.txt,
+	Source/FLTKDialog/CMakeSetupGUI.cxx,
+	Source/FLTKDialog/CMakeSetupGUI.fl,
+	Source/FLTKDialog/CMakeSetupGUI.h,
+	Source/FLTKDialog/CMakeSetupGUIImplementation.cxx,
+	Source/FLTKDialog/FLTKPropertyItemRow.cxx,
+	Source/FLTKDialog/FLTKPropertyItemRow.h: ENH: PropertyNameButton
+	was removed. PropertyRow manages all the callbacks now
+
+2001-06-20 21:03  hoffman
+
+	* Source/FLTKDialog/CMakeLists.txt,
+	Source/MFCDialog/CMakeLists.txt: ENH: add CMakeSetup as a target
+
+2001-06-20 20:49  hoffman
+
+	* Source/CMakeLists.txt, Source/cmDSPWriter.cxx,
+	Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
+	Templates/EXEWinHeader.dsptemplate,
+	Templates/staticLibHeader.dsptemplate: ENH: boot strap mfc gui and
+	support for MFC
+
+2001-06-20 17:56  hoffman
+
+	* Source/CMakeLists.txt, Source/cmConfigure.cmake.h.in,
+	Source/cmSourceFile.cxx, Source/cmStandardIncludes.h,
+	Source/cmake.cxx, Source/FLTKDialog/CMakeLists.txt,
+	Source/FLTKDialog/CMakeSetupGUIImplementation.cxx,
+	Templates/CMakeSystemConfig.cmake.in, Templates/configure,
+	Templates/configure.in: ENH: fix cmake so it can boot strap itself
+	better
+
+2001-06-19 20:29  hoffman
+
+	* Modules/FindFLTK.cmake: [no log message]
+
+2001-06-19 20:10  hoffman
+
+	* Source/CMakeLists.txt, Source/FLTKDialog/CMakeLists.txt,
+	Source/FLTKDialog/CMakeSetupGUIImplementation.cxx,
+	Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.cxx: ENH: build
+	fltk cmake on unix with bootstrap
+
+2001-06-19 20:05  king
+
+	* Makefile.in: BUG: Exectuable installation must set permissions to
+	755 in case installer has a umask like 007.
+
+2001-06-19 19:50  king
+
+	* Source/cmBuildSharedLibrariesCommand.cxx, Source/cmake.cxx: ENH:
+	CMake now always adds the BUILD_SHARED_LIBS cache entry.  The
+	BUILD_SHARED_LIBRARIES command that used to be used is now
+	deprecated.
+
+2001-06-19 19:49  hoffman
+
+	* Source/FLTKDialog/CMakeLists.txt: ENH: add bootstrap support for
+	building fltk
+
+2001-06-19 19:33  hoffman
+
+	* Source/CMakeLists.txt, Source/FLTKDialog/CMakeSetupGUI.cxx,
+	Source/MFCDialog/CMakeSetupDialog.cpp: ENH: add bootstrap support
+	for building fltk
+
+2001-06-19 18:32  hoffman
+
+	* Source/MFCDialog/CMakeDialog.h, Source/MFCDialog/CMakeSetup.rc,
+	Source/MFCDialog/CMakeSetupDialog.cpp,
+	Source/MFCDialog/CMakeSetupDialog.h, Source/MFCDialog/resource.h:
+	ENH: add resize ability to dialog and fix tab stop orders
+
+2001-06-19 16:01  king
+
+	* Source/cmOutputRequiredFilesCommand.cxx: ERR: Removed unused
+	variable.
+
+2001-06-19 16:01  king
+
+	* Source/cmCableCloseNamespaceCommand.cxx,
+	Source/cmCableCloseNamespaceCommand.h, Source/cmCableCommand.cxx,
+	Source/cmCableCommand.h, Source/cmCableData.cxx,
+	Source/cmCableData.h, Source/cmCableDefineSetCommand.cxx,
+	Source/cmCableDefineSetCommand.h,
+	Source/cmCableInstantiateClassCommand.cxx,
+	Source/cmCableInstantiateClassCommand.h,
+	Source/cmCableInstantiateCommand.cxx,
+	Source/cmCableInstantiateCommand.h,
+	Source/cmCableOpenNamespaceCommand.cxx,
+	Source/cmCableOpenNamespaceCommand.h,
+	Source/cmCablePackageCommand.cxx, Source/cmCablePackageCommand.h,
+	Source/cmCablePackageEntryCommand.cxx,
+	Source/cmCablePackageEntryCommand.h,
+	Source/cmCableSourceFilesCommand.cxx,
+	Source/cmCableSourceFilesCommand.h, Source/cmCableWrapCommand.cxx,
+	Source/cmCableWrapCommand.h, Source/cmCommands.cxx: ENH: Removing
+	old-style cable commands related to the instantiation functionality
+	which has now been removed from cable.
+
+2001-06-19 11:41  millerjv
+
+	* Source/cmAddTestCommand.cxx, Source/cmEnableTestingCommand.cxx:
+	ENH: Changed generated filename to DartTestfile.txt
+
+2001-06-18 21:26  hoffman
+
+	* Source/cmSystemTools.cxx: BUG: use pclose not fclose
+
+2001-06-18 20:54  perera
+
+	* Source/cmLinkLibrariesCommand.cxx: ENH: LINK_LIBRARIES(abc) will
+	automatically add the path to abc to the link directories, if the
+	path is known.
+
+2001-06-18 19:35  hoffman
+
+	* Source/cmUnixMakefileGenerator.cxx: BUG: remove unused
+
+2001-06-18 19:31  hoffman
+
+	* Source/cmUnixMakefileGenerator.cxx: BUG: create directories in
+	the right place
+
+2001-06-18 19:31  hoffman
+
+	* Source/cmake.cxx: ENH: move EXECUTABLE_OUTPUT_PATH and
+	LIBRARY_OUTPUT_PATH initial creation to after the CMakeLists.txt
+	files have been parsed
+
+2001-06-18 17:16  martink
+
+	* Modules/Dart.cmake: out of source dart support
+
+2001-06-15 21:57  hoffman
+
+	* Source/cmUnixMakefileGenerator.cxx: ENH: do not add anything from
+	the current directory to the depends
+
+2001-06-15 14:35  perera
+
+	* Source/cmUnixMakefileGenerator.cxx: BUG: fixed so that empty
+	library paths are ignored
+
+2001-06-15 11:49  ibanez
+
+	* Source/FLTKDialog/Makefile.in: ENH: Getting headers and libs for
+	FLTK and OpenGL
+
+2001-06-15 11:49  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUIImplementation.cxx,
+	Source/FLTKDialog/CMakeSetupGUIImplementation.h,
+	Source/FLTKDialog/FLTKDialog.cxx,
+	Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.cxx: ENH: Absolute
+	path to cmake resolved
+
+2001-06-15 11:40  will
+
+	* Web/HTML/Features.html: ENH:Added features
+
+2001-06-15 11:34  will
+
+	* Web/HTML/About.html, Web/HTML/Features.html,
+	Web/HTML/SideBar.html: ENH:Added features
+
+2001-06-15 11:24  will
+
+	* Web/index.html, Web/HTML/Sponsors.html: Updated ASCI link
+
+2001-06-14 21:29  king
+
+	* Web/HTML/Download.html: ENH: Updated anonymous checkout commands
+	for new repository root location.
+
+2001-06-14 21:06  biddi
+
+	* Source/cmSourceFile.cxx: ERR: allow *.cpp as well as *.cxx etc
+	etc
+
+2001-06-14 18:32  berk
+
+	* Source/FLTKDialog/CMakeSetupGUIImplementation.cxx,
+	Source/FLTKDialog/FLTKPropertyItemRow.cxx,
+	Source/FLTKDialog/FLTKPropertyItemRow.h,
+	Source/FLTKDialog/FLTKPropertyList.cxx,
+	Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.cxx,
+	Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.h: Include
+	directory names are Case sensitive in Unix.
+
+2001-06-14 16:48  will
+
+	* Web/HTML/Sponsors.html: Refined Jim Ahrens changes
+
+2001-06-14 16:42  will
+
+	* Web/index.html, Web/HTML/Sponsors.html, Web/Art/asci.gif,
+	Web/Art/asci_little.gif: Feedback from Jim Ahrens
+
+2001-06-14 15:45  martink
+
+	* Source/CMakeLib.dsp: added make depend on win32
+
+2001-06-14 14:19  hoffman
+
+	* Source/cmUnixMakefileGenerator.cxx: BUG: fix it so that if a
+	Makefile is out of date for some reason, it is only built once, it
+	was doing it twice.
+
+2001-06-14 13:10  martink
+
+	* CMakeLists.txt, DartConfig.cmake: modified testing
+
+2001-06-13 21:50  hoffman
+
+	* Source/cmUnixMakefileGenerator.cxx: BUG: fix so it does not jump
+	into the current directory for inital target builds
+
+2001-06-13 21:03  hoffman
+
+	* Source/cmUnixMakefileGenerator.cxx,
+	Source/cmUnixMakefileGenerator.h, Source/cmake.cxx: ENH: fix
+	EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH for unix
+
+2001-06-13 20:15  martink
+
+	* Modules/FindDart.cmake: used to find the dart testing system
+
+2001-06-13 18:49  martink
+
+	* CMakeLists.txt: minor dart change
+
+2001-06-13 17:53  martink
+
+	* Source/cmTarget.cxx, Source/cmTarget.h: duh
+
+2001-06-13 17:49  martink
+
+	* CMakeLists.txt, Source/cmTarget.cxx, Source/cmTarget.h: minor cvs
+	web changeCMakeLists.txt
+
+2001-06-13 14:28  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUIImplementation.cxx: ENH: Search
+	for cmake executable full path added (window/unix)
+
+2001-06-13 13:37  will
+
+	* Web/HTML/SideBar.html: Added dashboard
+
+2001-06-13 04:16  ibanez
+
+	* Source/FLTKDialog/FLTKPropertyItemRow.cxx,
+	Source/FLTKDialog/FLTKPropertyItemRow.h,
+	Source/FLTKDialog/FLTKPropertyList.cxx,
+	Source/FLTKDialog/FLTKPropertyList.h,
+	Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.cxx,
+	Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.h: ENH: Added
+	popup menu for removing a property.  Some style changes
+
+2001-06-12 22:43  ibanez
+
+	* Source/FLTKDialog/FLTKPropertyItemRow.cxx,
+	Source/FLTKDialog/FLTKPropertyItemRow.h,
+	Source/FLTKDialog/Makefile.in: ENH: Added help blobs that popup
+	when the mouse is left on top of the	  property name
+
+2001-06-12 22:43  ibanez
+
+	* Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.cxx,
+	Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.h:  Class derived
+	from Fl_Button with added help blobs
+
+2001-06-12 18:15  perera
+
+	* Source/cmUnixMakefileGenerator.cxx, Templates/configure,
+	Templates/configure.in: BUG: SHLIB_LINK was being used when linking
+	static executables. Missing comma in RUNTIME_FLAG for IRIX.  ENH:
+	User supplied SHLIB_CFLAGS (-fPIC, etc) will override configure
+	detected flags
+
+2001-06-12 17:30  martink
+
+	* CMakeLists.txt, Source/CMakeLists.txt: support testing
+
+2001-06-12 16:20  king
+
+	* Source/cmUnixMakefileGenerator.cxx: BUG: CMake's configure needs
+	to run with the current directory as the project's binary
+	directory.
+
+2001-06-12 16:20  king
+
+	* Source/FLTKDialog/CMakeSetupGUI.h,
+	Source/FLTKDialog/CMakeSetupGUIImplementation.cxx,
+	Source/FLTKDialog/CMakeSetupGUIImplementation.h: ERR: Needed
+	virtual destructor to correspond to virtual functions.	Also added
+	several std:: qualifiers to string.
+
+2001-06-12 15:55  martink
+
+	* Source/cmakemain.cxx, Source/cmakemain.cxx: cmake does not
+	require two arguments
+
+2001-06-12 15:12  martink
+
+	* Source/cmCommands.cxx: removed old added new
+
+2001-06-12 15:08  martink
+
+	* Source/cmOutputRequiredFilesCommand.cxx,
+	Source/cmOutputRequiredFilesCommand.h: added new command
+
+2001-06-12 15:08  martink
+
+	* Source/cmCommands.cxx: removed old added new
+
+2001-06-12 15:08  martink
+
+	* Source/cmConfigureFileNoAutoconf.cxx,
+	Source/cmConfigureFileNoAutoconf.h, Source/cmTestsCommand.cxx,
+	Source/cmTestsCommand.h: removed old commands
+
+2001-06-12 14:59  king
+
+	* Source/cmMakeDepend.cxx, Source/cmUnixMakefileGenerator.cxx: BUG:
+	Dependency hints must be removed by the makefile generator before
+	adding the dependencies generated by cmMakeDepend.
+
+2001-06-12 14:45  perera
+
+	* Source/cmUnixMakefileGenerator.cxx: BUG: There was no dependency
+	for library targets on their required libraries.  (Hopefully there
+	aren't any cyclic dependencies for libraries.) CMAKE_SHLIB_LINK is
+	now used for executable targets.
+
+2001-06-12 13:00  martink
+
+	* Source/cmMakeDepend.h, Source/cmUnixMakefileGenerator.cxx,
+	Source/cmUnixMakefileGenerator.h, Source/cmMakeDepend.cxx: some
+	cleanup to the make depend process
+
+2001-06-12 12:34  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUI.cxx,
+	Source/FLTKDialog/CMakeSetupGUI.fl,
+	Source/FLTKDialog/CMakeSetupGUI.h,
+	Source/FLTKDialog/CMakeSetupGUIImplementation.cxx,
+	Source/FLTKDialog/CMakeSetupGUIImplementation.h,
+	Source/FLTKDialog/FLTKPropertyItemRow.cxx: ENH: Paths are now
+	expanded for environment variables and made absolute.	    The
+	binary directory is created if it doesn't exist.
+
+2001-06-12 12:30  king
+
+	* Source/cmUnixMakefileGenerator.cxx: BUG: WIN32_EXECUTABLE targets
+	were not being installed on unix properly.  They are supposed to be
+	treated just like any other EXECUTABLE target.
+
+2001-06-12 12:30  king
+
+	* Source/cmake.cxx: ERR: int -> unsigned int.
+
+2001-06-12 01:50  ibanez
+
+	* Modules/FindFLTK.cmake: ENH: Added the path used in SuSe Linux
+	7.1
+
+2001-06-11 23:14  millerjv
+
+	* Modules/Dart.cmake: Modified for new Dart source tree
+
+2001-06-11 22:00  martink
+
+	* Source/cmake.cxx, Source/MFCDialog/CMakeSetupDialog.cpp: minor
+	fix in error checking
+
+2001-06-11 21:09  king
+
+	* Modules/FindTCL.cmake: ENH: Added check for tcl8.4 (as against
+	tcl84), tcl8.3, tcl8.2, and tcl8.0 when finding the TCL_LIBRARY.
+
+2001-06-11 20:47  martink
+
+	* Source/cmMakefile.h: added some const versions of get methods
+
+2001-06-11 19:28  millerjv
+
+	* Modules/Testing.cmake: Changed Testing.cmake to Dart.cmake
+
+2001-06-11 19:28  millerjv
+
+	* Modules/Dart.cmake: Rename Testing.cmake to Dart.cmake
+
+2001-06-11 14:18  king
+
+	* Source/cmSystemTools.cxx: BUG: Fixed regular expression used to
+	match registry entries.  The expression now matches everything
+	after a [HKEY until the first ']' is encountered.
+
+2001-06-11 06:10  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUIImplementation.cxx: ENH: Waiting
+	cursor color were reversed
+
+2001-06-11 05:20  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUIImplementation.cxx,
+	Source/FLTKDialog/CMakeSetupGUIImplementation.h: ENH: CMake
+	invokation is working.
+
+2001-06-11 01:36  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUIImplementation.cxx,
+	Source/FLTKDialog/CMakeSetupGUIImplementation.h: ENH: Cache saving
+	added
+
+2001-06-10 22:19  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUI.cxx,
+	Source/FLTKDialog/CMakeSetupGUIImplementation.cxx,
+	Source/FLTKDialog/FLTKDialog.cxx,
+	Source/FLTKDialog/FLTKPropertyItemRow.cxx,
+	Source/FLTKDialog/FLTKPropertyList.cxx: ENH: cpp renamed cxx. Copy
+	of data to and from the GUI is working
+
+2001-06-10 22:19  ibanez
+
+	* Source/FLTKDialog/FLTKPropertyItemRow.h:	Class to manage
+	every row in the GUI scrolling, corresponding to a
+	     single property
+
+2001-06-10 22:19  ibanez
+
+	* Source/FLTKDialog/Makefile.in:      Template for the Makefile
+
+2001-06-10 22:19  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUI.fl,
+	Source/FLTKDialog/CMakeSetupGUI.h,
+	Source/FLTKDialog/CMakeSetupGUIImplementation.h,
+	Source/FLTKDialog/FLTKPropertyList.h: ENH: Added Fl_Tiles as row
+	for holding property data. Data to and from the      GUI is working
+
+2001-06-10 22:19  ibanez
+
+	* Source/cmSystemTools.cxx: DOC: Added a comment about the risk of
+	using tempnam in Unix, as opposed to	  using mkstemp.
+
+2001-06-10 22:19  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUI.cpp,
+	Source/FLTKDialog/CMakeSetupGUIImplementation.cpp,
+	Source/FLTKDialog/FLTKPropertyList.cpp,
+	Source/FLTKDialog/FLTKDialog.cpp:      .cpp renamed as .cxx
+
+2001-06-10 00:54  king
+
+	* Source/cmCableWrapTclCommand.cxx: BUG: Changed custom command
+	generation to not use full path of output file from cable.
+
+2001-06-08 18:38  king
+
+	* Source/cmDSPWriter.cxx: BUG: Removed generation of stray # Begin
+	Custom Build line.
+
+2001-06-08 18:38  king
+
+	* Source/cmCableWrapTclCommand.cxx, Source/cmCableWrapTclCommand.h:
+	ENH: Added proper request for/generation of CABLE, GCCXML, and
+	GCCXML_FLAGS cache entries.  This also allowed the correct
+	generation of gccxml rules.
+
+2001-06-08 15:28  will
+
+	* Web/HTML/Documentation.html, Web/HTML/Documentation.html,
+	Web/HTML/Documentation.html, Web/HTML/Documentation.html:
+	Documentation updated
+
+2001-06-08 04:18  perera
+
+	* Source/cmUnixMakefileGenerator.cxx,
+	Templates/CMakeSystemConfig.cmake.in, Templates/configure,
+	Templates/configure.in: ENH: Runtime library search paths can be
+	added to the link lines for on shared builds.
+
+2001-06-07 20:48  martink
+
+	* CMake.pdf.gz: replaced with pdf version
+
+2001-06-07 20:45  will
+
+	* CMake.pdf: updated docs
+
+2001-06-07 20:34  martink
+
+	* CMake.doc.gz: checked in rtf version
+
+2001-06-07 20:24  martink
+
+	* CMake.rtf: updated docs
+
+2001-06-07 18:52  hoffman
+
+	* Source/cmAddTestCommand.cxx, Source/cmCablePackageCommand.cxx,
+	Source/cmCableWrapTclCommand.cxx, Source/cmCacheManager.cxx,
+	Source/cmCacheManager.h, Source/cmDSWWriter.cxx,
+	Source/cmMakefile.cxx, Source/cmMakefile.h, Source/cmSystemTools.h,
+	Source/cmTarget.h, Source/cmUnixMakefileGenerator.cxx,
+	Source/cmUtilitySourceCommand.cxx, Source/cmVTKWrapJavaCommand.cxx,
+	Source/cmVTKWrapPythonCommand.cxx, Source/cmVTKWrapTclCommand.cxx,
+	Source/cmake.cxx, Source/MFCDialog/CMakeSetupDialog.cpp,
+	Templates/CMakeWindowsSystemConfig.cmake: ENH: move utilities to
+	targets from makefile, and add versioning to cache
+
+2001-06-07 16:22  king
+
+	* Source/cmEnableTestingCommand.cxx: BUG: ENABLE_TESTING command
+	may need to create output directory before writing the
+	CMakeTestfile into it since it is invoked before the makefile
+	generator runs.
+
+2001-06-07 15:36  scottim
+
+	* Source/cmDSPWriter.cxx, Templates/CMakeWindowsSystemConfig.cmake,
+	Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
+	Templates/EXEWinHeader.dsptemplate,
+	Templates/UtilityHeader.dsptemplate,
+	Templates/staticLibHeader.dsptemplate: adding a "Release with
+	debugging Info" build to CMake for NT
+
+2001-06-07 14:16  king
+
+	* Source/cmCableWrapTclCommand.cxx: ERR: Fixed generation of source
+	name and directory for cmSourceFiles of generated Tcl wrapper
+	files.	Changed extension of generated gcc-xml input c++ file to be
+	.cc so that GCC will recognize it, but MsDev will still allow a
+	custom command on it.
+
+2001-06-07 12:50  millerjv
+
+	* Source/cmConfigureFileNoAutoconf.cxx: FIX: Chaned error message
+	to match command
+
+2001-06-06 20:45  king
+
+	* Source/cmCableWrapTclCommand.cxx: ENH: Changed generation of
+	gccxml command to write out define and include flags explicitly
+	instead of using CMAKE_CXX_FLAGS and INCLUDE_FLAGS variables.  This
+	should help it run when gccxml is not the compiler that will build
+	the generated wrappers.
+
+2001-06-06 20:14  millerjv
+
+	* Source/cmAddTestCommand.cxx: FIX: InitialPass() seg fault on
+	std::copy and FinalPass() was not appending to the file
+
+2001-06-06 17:58  martink
+
+	* Source/cmAddTestCommand.cxx, Source/cmAddTestCommand.h,
+	Source/cmCommands.cxx, Source/cmConfigureFileNoAutoconf.cxx,
+	Source/cmEnableTestingCommand.cxx, Source/cmEnableTestingCommand.h,
+	Source/cmMakefile.cxx, Source/cmMakefile.h,
+	Source/cmTestsCommand.cxx: added enable testing deprecated some
+	commands
+
+2001-06-06 17:55  hoffman
+
+	* Source/CMakeLib.dsp: [no log message]
+
+2001-06-06 17:48  hoffman
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPMakefile.h,
+	Source/cmDSPWriter.cxx, Source/cmDSPWriter.h,
+	Source/cmDSWMakefile.cxx, Source/cmDSWMakefile.h,
+	Source/cmDSWWriter.cxx, Source/cmDSWWriter.h,
+	Source/cmMSProjectGenerator.cxx, Source/cmMSProjectGenerator.h:
+	ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter
+
+2001-06-06 17:37  will
+
+	* Web/HTML/About.html, Web/HTML/Documentation.html: ENH:Some more
+	tweaks
+
+2001-06-06 17:18  hoffman
+
+	* Source/cmAbstractFilesCommand.cxx,
+	Source/cmAbstractFilesCommand.h,
+	Source/cmAddCustomTargetCommand.cxx,
+	Source/cmAddCustomTargetCommand.h,
+	Source/cmAddDefinitionsCommand.cxx,
+	Source/cmAddDefinitionsCommand.h,
+	Source/cmAddExecutableCommand.cxx, Source/cmAddExecutableCommand.h,
+	Source/cmAddLibraryCommand.cxx, Source/cmAddLibraryCommand.h,
+	Source/cmAddTestCommand.cxx, Source/cmAddTestCommand.h,
+	Source/cmAuxSourceDirectoryCommand.cxx,
+	Source/cmAuxSourceDirectoryCommand.h, Source/cmBuildCommand.cxx,
+	Source/cmBuildCommand.h, Source/cmBuildNameCommand.cxx,
+	Source/cmBuildNameCommand.h,
+	Source/cmBuildSharedLibrariesCommand.cxx,
+	Source/cmBuildSharedLibrariesCommand.h,
+	Source/cmCableClassSetCommand.cxx, Source/cmCableClassSetCommand.h,
+	Source/cmCableCloseNamespaceCommand.cxx,
+	Source/cmCableCloseNamespaceCommand.h,
+	Source/cmCableDefineSetCommand.cxx,
+	Source/cmCableDefineSetCommand.h,
+	Source/cmCableOpenNamespaceCommand.cxx,
+	Source/cmCableOpenNamespaceCommand.h,
+	Source/cmCablePackageCommand.cxx, Source/cmCablePackageCommand.h,
+	Source/cmCablePackageEntryCommand.cxx,
+	Source/cmCablePackageEntryCommand.h,
+	Source/cmCableWrapTclCommand.cxx, Source/cmCableWrapTclCommand.h,
+	Source/cmCommand.h, Source/cmConfigureFileCommand.cxx,
+	Source/cmConfigureFileCommand.h,
+	Source/cmConfigureFileNoAutoconf.cxx,
+	Source/cmConfigureFileNoAutoconf.h, Source/cmElseCommand.cxx,
+	Source/cmElseCommand.h, Source/cmEndIfCommand.cxx,
+	Source/cmEndIfCommand.h, Source/cmExecProgramCommand.cxx,
+	Source/cmExecProgramCommand.h, Source/cmFindFileCommand.cxx,
+	Source/cmFindFileCommand.h, Source/cmFindLibraryCommand.cxx,
+	Source/cmFindLibraryCommand.h, Source/cmFindPathCommand.cxx,
+	Source/cmFindPathCommand.h, Source/cmFindProgramCommand.cxx,
+	Source/cmFindProgramCommand.h,
+	Source/cmGetFilenameComponentCommand.cxx,
+	Source/cmGetFilenameComponentCommand.h, Source/cmIfCommand.cxx,
+	Source/cmIfCommand.h, Source/cmIncludeCommand.cxx,
+	Source/cmIncludeCommand.h, Source/cmIncludeDirectoryCommand.cxx,
+	Source/cmIncludeDirectoryCommand.h,
+	Source/cmIncludeRegularExpressionCommand.cxx,
+	Source/cmIncludeRegularExpressionCommand.h,
+	Source/cmInstallFilesCommand.cxx, Source/cmInstallFilesCommand.h,
+	Source/cmInstallTargetsCommand.cxx,
+	Source/cmInstallTargetsCommand.h, Source/cmLibraryCommand.h,
+	Source/cmLinkDirectoriesCommand.cxx,
+	Source/cmLinkDirectoriesCommand.h,
+	Source/cmLinkLibrariesCommand.cxx, Source/cmLinkLibrariesCommand.h,
+	Source/cmLoadCacheCommand.cxx, Source/cmLoadCacheCommand.h,
+	Source/cmMakeDirectoryCommand.cxx, Source/cmMakeDirectoryCommand.h,
+	Source/cmMakefile.cxx, Source/cmMessageCommand.cxx,
+	Source/cmMessageCommand.h, Source/cmOptionCommand.cxx,
+	Source/cmOptionCommand.h, Source/cmProjectCommand.cxx,
+	Source/cmProjectCommand.h, Source/cmSetCommand.cxx,
+	Source/cmSetCommand.h, Source/cmSiteNameCommand.cxx,
+	Source/cmSiteNameCommand.h, Source/cmSourceFilesCommand.cxx,
+	Source/cmSourceFilesCommand.h, Source/cmSourceGroupCommand.cxx,
+	Source/cmSourceGroupCommand.h, Source/cmSubdirCommand.cxx,
+	Source/cmSubdirCommand.h, Source/cmTargetLinkLibrariesCommand.cxx,
+	Source/cmTargetLinkLibrariesCommand.h, Source/cmTestsCommand.cxx,
+	Source/cmTestsCommand.h, Source/cmUtilitySourceCommand.cxx,
+	Source/cmUtilitySourceCommand.h, Source/cmVTKWrapJavaCommand.cxx,
+	Source/cmVTKWrapJavaCommand.h, Source/cmVTKWrapPythonCommand.cxx,
+	Source/cmVTKWrapPythonCommand.h, Source/cmVTKWrapTclCommand.cxx,
+	Source/cmVTKWrapTclCommand.h, Source/cmWrapExcludeFilesCommand.cxx,
+	Source/cmWrapExcludeFilesCommand.h: ENH: rename Invoke to
+	InitialPass
+
+2001-06-06 17:18  hoffman
+
+	* Source/MFCDialog/PropertyList.cpp: BUG: PATH options should not
+	remove the file part of the path...
+
+2001-06-06 15:02  millerjv
+
+	* Source/cmMakefile.cxx: Change name of file created from Testfile
+	to CMakeTestfile.txt
+
+2001-06-06 14:29  will
+
+	* Web/HTML/Examples.html: ENH:More tweaks
+
+2001-06-06 14:25  will
+
+	* Web/HTML/Download.html, Web/HTML/Install.html,
+	Web/HTML/SideBar.html: ENH:More tweaks
+
+2001-06-06 14:11  will
+
+	* Web/Art/CMakeGUI.jpg, Web/HTML/About.html,
+	Web/HTML/Documentation.html, Web/HTML/Examples.html,
+	Web/HTML/SideBar.html, Web/HTML/Sponsors.html, Web/HTML/Table.html,
+	Web/HTML/cmakeExample.tar.gz: ENH:Some enhancements to the examples
+
+2001-06-06 13:43  martink
+
+	* Source/cmSystemTools.cxx: better regexp for reg entries
+
+2001-06-06 13:43  martink
+
+	* Modules/FindJNI.cmake: better tests
+
+2001-06-06 13:07  will
+
+	* Web/Art/CMakeBanner.jpg: Didn't kb
+
+2001-06-06 13:07  will
+
+	* Web/Art/CMakeBanner.jpg: ERR:Didn't -kb
+
+2001-06-06 12:49  will
+
+	* Web/index.html, Web/Art/CMakeBanner.jpg, Web/Art/CMakeBanner.psd,
+	Web/Art/CMakeLogo.ppt, Web/Art/CMakeLogo.psd, Web/Art/SideBar.jpg,
+	Web/Art/SideBar.psd, Web/Art/acl.gif,
+	Web/Art/itkLogoSmallTransparentBackground.gif,
+	Web/Art/nlm_logo.gif, Web/Art/swooshSmall.gif, Web/HTML/About.html,
+	Web/HTML/Documentation.html, Web/HTML/Download.html,
+	Web/HTML/Examples.html, Web/HTML/FAQ.html, Web/HTML/Head.html,
+	Web/HTML/MailingLists.html, Web/HTML/News.html,
+	Web/HTML/SideBar.html, Web/HTML/Sponsors.html, Web/HTML/Style.css,
+	Web/HTML/Table.html, Web/HTML/Testing.html: ENH:First incarnation
+	of web pages
+
+2001-06-06 11:47  millerjv
+
+	* Source/cmMakefile.cxx: FIX: forgot to close the files
+
+2001-06-06 02:54  perera
+
+	* Source/cmUnixMakefileGenerator.cxx: ENH: Compress the library
+	search directories so that each appears only once.
+
+2001-06-06 00:32  millerjv
+
+	* Source/cmMakefile.cxx, Source/cmMakefile.h: ENH: Added AddTest,
+	and GenerateTestfile routines
+
+2001-06-06 00:32  millerjv
+
+	* Source/cmCommands.cxx: ENH: Added AddTest command
+
+2001-06-06 00:32  millerjv
+
+	* Source/cmAddTestCommand.cxx, Source/cmAddTestCommand.h: New cmake
+	command to specify a single test
+
+2001-06-05 21:46  berk
+
+	* Source/cmVTKWrapPythonCommand.cxx: Module name between Unix and
+	Windows got switched by mistake.
+
+2001-06-05 21:41  biddi
+
+	* Source/cmSystemTools.cxx, Source/cmSystemTools.h: ENH: Some
+	tweaks, hacks and #ifdefs required to compile cmake on Borland
+	C++Builder
+
+2001-06-05 21:26  hoffman
+
+	* Source/MFCDialog/CMakeSetup.dsp: ENH: add PathDialog
+
+2001-06-05 21:26  hoffman
+
+	* Source/MFCDialog/CMakeSetupDialog.cpp,
+	Source/MFCDialog/PathDialog.cpp, Source/MFCDialog/PathDialog.h,
+	Source/MFCDialog/PropertyList.cpp: ENH: add better path chooser
+	dialog
+
+2001-06-05 19:48  hoffman
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx: BUG: fix EXE
+	and LIB path problems
+
+2001-06-04 22:23  hoffman
+
+	* Source/cmDSWMakefile.cxx, Source/cmDSWWriter.cxx: STYLE: line too
+	long
+
+2001-06-04 22:23  hoffman
+
+	* Source/cmMessageCommand.cxx: ENH: print all arguments
+
+2001-06-04 22:23  hoffman
+
+	* Source/cmSetCommand.cxx: ENH: add better error checking
+
+2001-06-04 21:16  martink
+
+	* Source/cmFindIncludeCommand.cxx, Source/cmFindIncludeCommand.h:
+	removed find include command
+
+2001-06-04 21:16  martink
+
+	* Source/cmCommands.cxx: removed find include command finally added
+	message
+
+2001-06-04 20:55  martink
+
+	* Source/cmSystemTools.cxx, Source/cmSystemTools.h: new message
+	command
+
+2001-06-04 20:55  martink
+
+	* Source/cmMessageCommand.cxx, Source/cmMessageCommand.h: new
+	command
+
+2001-06-04 20:45  martink
+
+	* Source/cmVTKWrapPythonCommand.cxx: unused variable
+
+2001-06-04 19:46  barre
+
+	* Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
+	Templates/EXEWinHeader.dsptemplate,
+	Templates/UtilityHeader.dsptemplate,
+	Templates/staticLibHeader.dsptemplate: the "Release" target is not
+	the default.
+
+2001-06-04 15:34  hoffman
+
+	* Source/cmGeneratedFileStream.h,
+	Source/cmUnixMakefileGenerator.cxx: ENH: try to better handle
+	control-c during make Makefiles
+
+2001-06-04 14:18  hoffman
+
+	* Source/cmCacheManager.cxx, Source/cmDSWMakefile.cxx,
+	Source/cmDSWWriter.cxx, Source/cmFunctionBlocker.h,
+	Source/cmMSProjectGenerator.cxx, Source/cmMakefile.cxx,
+	Source/cmMakefileGenerator.h,
+	Source/MFCDialog/CMakeSetupDialog.cpp: BUG: clean up memory leaks.
+
+2001-06-01 17:54  martink
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx: fix for network
+	includ paths
+
+2001-06-01 17:29  berk
+
+	* Source/cmVTKWrapPythonCommand.cxx: Fixing the module name for
+	Unix.
+
+2001-05-31 19:48  hoffman
+
+	* Source/cmake.cxx, Source/MFCDialog/CMakeSetupDialog.cpp: BUG: fix
+	edit of directories
+
+2001-05-31 18:15  berk
+
+	* Source/cmVTKWrapPythonCommand.cxx: Should not use decl if not on
+	Windows.
+
+2001-05-30 19:56  hoffman
+
+	* Source/cmakemain.cxx: BUG: add missing file
+
+2001-05-30 19:36  hoffman
+
+	* Source/MFCDialog/CMakeSetupDialog.cpp: ENH: remove unused
+	includes
+
+2001-05-30 19:28  hoffman
+
+	* Source/CMakeLib.dsp, Source/Makefile.in,
+	Source/cmMSProjectGenerator.cxx, Source/cmake.cxx,
+	Source/cmake.dsp, Source/cmake.h, Source/MFCDialog/CMakeSetup.dsp,
+	Source/MFCDialog/CMakeSetupDialog.cpp,
+	Source/MFCDialog/CMakeSetupDialog.h: ENH: change MFC gui to use
+	cmake class
+
+2001-05-29 18:16  perera
+
+	* Source/cmUnixMakefileGenerator.cxx: BUG: Now only one makefile
+	rule is generated per depenency. This eliminates a number of
+	warnings.
+
+2001-05-25 21:19  geoff
+
+	* Source/cmSetCommand.cxx: bug meaning that set(a b) just set a to
+	"" and not to b
+
+2001-05-25 19:32  king
+
+	* Source/cmUnixMakefileGenerator.cxx: BUG: WIN32 executable target
+	rules are now generated in unix the same as any other executable
+	(instead of not at all).
+
+2001-05-25 19:32  king
+
+	* Source/cmSystemTools.cxx: BUG: Fixed stupid error in the hack I
+	just checked in.
+
+2001-05-25 19:27  barre
+
+	* Source/MFCDialog/PropertyList.cpp: display the property name in
+	the help box
+
+2001-05-25 19:27  barre
+
+	* Templates/CMakeWindowsSystemConfig.cmake: better help
+
+2001-05-25 18:31  king
+
+	* Source/cmSystemTools.cxx: BUG: Added hack to
+	cmSystemTools::GetPath to make its algorithm correctly parse off
+	the last entry of the system PATH environment variable.
+
+2001-05-25 18:27  king
+
+	* Source/cmUnixMakefileGenerator.cxx: BUG: Fixed logic that splits
+	a full path library link into the -L and -l pieces to not write out
+	a -l by itself if the file regular expression does not match.
+
+2001-05-25 11:31  millerjv
+
+	* Modules/Testing.cmake: BUG: missing quote on a custom command
+
+2001-05-25 01:11  barre
+
+	* Source/cmFindPathCommand.cxx: The path found is now collapsed
+	(cleaner).
+
+2001-05-25 01:11  barre
+
+	* Source/CMakeLib.dsp: Welcome to cmGetFilenameComponentCommand
+
+2001-05-25 01:11  barre
+
+	* Source/cmGetFilenameComponentCommand.cxx,
+	Source/cmGetFilenameComponentCommand.h, Source/cmCommands.cxx:
+	Welcome to cmGetFilenameComponentCommand ("Get a specific component
+	of a full filename")
+
+2001-05-25 01:11  barre
+
+	* Source/cmSystemTools.cxx, Source/cmSystemTools.h: New functions
+	used to extract the components of a full filename.
+
+2001-05-25 01:11  barre
+
+	* Modules/FindTCL.cmake: Try to find tclsh or wish and use that
+	path to find the include or lib directory. TK_INTERNAL_PATH is
+	searched too (path to tkWinInt.h)
+
+2001-05-24 23:17  barre
+
+	* Source/cmSystemTools.cxx: optimize ConvertToUnixSlashes a little
+	bit, and use it in MakeDirectory (code was duplicated)
+
+2001-05-24 21:51  king
+
+	* Templates/CMakeSystemConfig.cmake.in: ERR: VAR type entry missing
+	after CACHE for CMAKE_TEMPLATE_FLAGS.
+
+2001-05-24 18:59  barre
+
+	* Source/cmVTKWrapTclCommand.cxx, Source/cmVTKWrapTclCommand.h:
+	updated to handle Tk commands compiled/linked separately. Useful
+	for VTK Tk widgets for example.
+
+2001-05-24 17:45  millerjv
+
+	* Modules/Testing.cmake: Project independent setting for testing
+
+2001-05-24 17:40  barre
+
+	* Source/cmSystemTools.cxx, Source/cmSystemTools.h: new Capitalized
+	function. Will be used in the VTK Tcl wrapper for example (in a
+	more portable way).
+
+2001-05-24 17:35  hoffman
+
+	* Source/MFCDialog/CMakeSetup.rc: [no log message]
+
+2001-05-24 16:57  hoffman
+
+	* Modules/FindOpenGL.cmake, Source/cmSetCommand.cxx,
+	Source/cmSetCommand.h, Source/MFCDialog/CMakeSetup.rc,
+	Source/MFCDialog/CMakeSetupDialog.cpp,
+	Templates/CMakeSystemConfig.cmake.in,
+	Templates/CMakeWindowsSystemConfig.cmake: ENH: change the syntax of
+	the SET command, fix the combo box for larger strings
+
+2001-05-24 15:47  martink
+
+	* Source/cmMakefile.h, Source/cmake.cxx,
+	Source/MFCDialog/CMakeSetup.rc,
+	Source/MFCDialog/CMakeSetupDialog.cpp, Source/MFCDialog/resource.h:
+	added version number
+
+2001-05-24 14:32  barre
+
+	* Templates/DLLHeader.dsptemplate: removed hardcoded VTKDLL
+
+2001-05-24 14:00  barre
+
+	* Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
+	Templates/EXEWinHeader.dsptemplate,
+	Templates/staticLibHeader.dsptemplate: slight change in the order
+	of the options (right-most takes precedence)
+
+2001-05-24 00:16  millerjv
+
+	* Source/cmBuildCommand.cxx: Changed Windows build command to build
+	Release
+
+2001-05-23 22:31  barre
+
+	* Templates/DLLHeader.dsptemplate: Intermediate Dir was wrong
+
+2001-05-23 22:22  barre
+
+	* Templates/CMakeWindowsSystemConfig.cmake: /Gz => /GZ
+
+2001-05-23 22:19  barre
+
+	* Templates/CMakeWindowsSystemConfig.cmake: removed /O2 from debug
+
+2001-05-23 21:19  hoffman
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
+	Templates/CMakeWindowsSystemConfig.cmake,
+	Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
+	Templates/EXEWinHeader.dsptemplate,
+	Templates/staticLibHeader.dsptemplate: ENH: create
+	CMAKE_CXX_FLAGS_[Buildtype] flags
+
+2001-05-23 20:33  hoffman
+
+	* Source/MFCDialog/CMakeSetupDialog.cpp: add compute systeminfo
+
+2001-05-23 20:31  martink
+
+	* Source/cmMSProjectGenerator.cxx: bug finding windows template
+	file
+
+2001-05-23 20:28  martink
+
+	* Source/cmSystemTools.cxx, Source/cmake.cxx: command line fixes
+	for win32
+
+2001-05-23 20:09  barre
+
+	* Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
+	Templates/EXEWinHeader.dsptemplate,
+	Templates/UtilityHeader.dsptemplate,
+	Templates/staticLibHeader.dsptemplate: ReleaseMinSize => MinSizeRel
+
+2001-05-23 19:53  hoffman
+
+	* Templates/DLLHeader.dsptemplate: BUG: remove vtkCommon
+
+2001-05-23 19:49  martink
+
+	* Source/cmake.cxx: fixed quoted cmake
+
+2001-05-23 18:44  hoffman
+
+	* Source/cmSystemTools.cxx: ENH: add better error message
+
+2001-05-23 18:33  geoff
+
+	* Source/cmake.dsp: DSPs have to be binary
+
+2001-05-23 18:05  hoffman
+
+	* Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
+	Templates/EXEWinHeader.dsptemplate,
+	Templates/UtilityHeader.dsptemplate,
+	Templates/staticLibHeader.dsptemplate: ENH: change Release Minsize
+	to MinSizeRel, add MinSizeRel to dll template
+
+2001-05-23 17:16  king
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx: ENH: Added
+	INSTALL target to switch in OutputDSPFile.  Also added a default
+	that prints out an error message so that anyone who adds a target
+	doesn't forget to update the switch.
+
+2001-05-23 16:02  martink
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
+	Source/cmDSWMakefile.cxx, Source/cmDSWWriter.cxx: install fixes for
+	win32
+
+2001-05-23 15:53  martink
+
+	* Source/cmMakefile.cxx, Source/cmUnixMakefileGenerator.cxx,
+	Source/cmUnixMakefileGenerator.h: added install target support
+
+2001-05-23 15:34  ibanez
+
+	* Modules/FindVTK.cmake:      Module to search for VTK include and
+	library paths
+
+2001-05-23 15:27  martink
+
+	* Templates/CMakeSystemConfig.cmake.in: added prefix to config
+
+2001-05-23 15:27  martink
+
+	* Source/cmInstallFilesCommand.cxx, Source/cmInstallFilesCommand.h,
+	Source/cmInstallTargetsCommand.cxx,
+	Source/cmInstallTargetsCommand.h, Source/cmCommands.cxx,
+	Source/cmTarget.cxx, Source/cmTarget.h: added install rules
+
+2001-05-23 14:47  hoffman
+
+	* Source/cmGeneratedFileStream.h: BUG: remove warning
+
+2001-05-23 14:47  hoffman
+
+	* Source/cmake.dsp: BUG: fix output directory
+
+2001-05-23 14:01  martink
+
+	* Source/cmProjectCommand.cxx: added PROJECT_SOURCE_DIR
+
+2001-05-23 13:35  hoffman
+
+	* Source/cmTarget.cxx: ENH: allow duplicate libraries
+
+2001-05-23 00:44  barre
+
+	* Templates/UtilityHeader.dsptemplate: Template now uses
+	EXECUTABLE_OUTPUT_PATH too.
+
+2001-05-23 00:44  barre
+
+	* Templates/EXEWinHeader.dsptemplate: PROP BASE and PROP were
+	inverted
+
+2001-05-23 00:36  barre
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx: Seems to me
+	that EXEWinHeader was not searched in the right place.
+
+2001-05-22 21:49  hoffman
+
+	* Source/cmUnixMakefileGenerator.cxx: BUG: do not include /usr/lib
+	in -L
+
+2001-05-22 17:52  hoffman
+
+	* Source/Makefile.in: fix CXXFLAGS
+
+2001-05-22 17:40  hoffman
+
+	* Source/Makefile.in: [no log message]
+
+2001-05-22 17:40  hoffman
+
+	* configure, configure.in: use cxxflags in test builds
+
+2001-05-22 17:22  hoffman
+
+	* Source/Makefile.in, Source/cmUnixMakefileGenerator.cxx,
+	Templates/configure, Templates/configure.in: BUG: fix depends and
+	CXXFLAGS passing
+
+2001-05-22 16:38  barre
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
+	Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
+	Templates/EXEWinHeader.dsptemplate,
+	Templates/staticLibHeader.dsptemplate: fixed some of the
+	LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH problems.
+
+2001-05-22 15:15  martink
+
+	* dummy.in: no longer used
+
+2001-05-22 14:41  ibanez
+
+	* Source/FLTKDialog/FLTKPropertyList.cpp,
+	Source/FLTKDialog/FLTKPropertyList.h:	   Class to manage the list
+	of properties displayed on the scroller
+
+2001-05-22 14:41  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUIImplementation.cpp,
+	Source/FLTKDialog/CMakeSetupGUIImplementation.h: ENH: Added support
+	for the fltk::PropertyList class
+
+2001-05-22 14:41  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUI.cpp,
+	Source/FLTKDialog/CMakeSetupGUI.fl,
+	Source/FLTKDialog/CMakeSetupGUI.h:	Added interactions with the
+	PropertyList class
+
+2001-05-22 14:41  ibanez
+
+	* Source/FLTKDialog/FLTKDialog.dsp: ENH: PropertyList class added
+
+2001-05-21 20:43  king
+
+	* Makefile.in: ERR: Added missing @srcdir@ and modified install
+	expressions to include *.cmake* files instead of just *.cmake files
+	(for .in).
+
+2001-05-21 20:21  king
+
+	* Source/cmCableWrapTclCommand.cxx: ENH: Converted to new Class and
+	Group tags in place of WrapperSet and Groups tags.
+
+2001-05-21 20:10  hoffman
+
+	* Source/cmUnixMakefileGenerator.cxx,
+	Templates/CMakeSystemConfig.cmake.in: fix for hp x11 and gl
+
+2001-05-21 19:16  hoffman
+
+	* Modules/FindOpenGL.cmake, Source/cmSystemTools.cxx: fix opengl on
+	hp
+
+2001-05-21 18:42  martink
+
+	* Source/MFCDialog/CMakeSetup.rc,
+	Source/MFCDialog/res/CMakeSetupDialog.ico: icon updates
+
+2001-05-21 18:36  martink
+
+	* Source/MFCDialog/CMakeSetup.rc, Source/MFCDialog/resource.h: new
+	icon
+
+2001-05-21 18:17  hoffman
+
+	* Source/cmake.cxx: BUG: remove declaration without variable
+
+2001-05-21 18:01  hoffman
+
+	* configure, configure.in, Source/Makefile.in,
+	Source/cmBuildNameCommand.cxx, Source/cmUnixMakefileGenerator.cxx,
+	Templates/CMakeSystemConfig.cmake.in: clean up for build on its own
+
+2001-05-21 15:43  martink
+
+	* Source/cmake.dsp: release fix
+
+2001-05-21 15:32  martink
+
+	* Source/CMakeBuildTargets.cxx, Source/CMakeSetupCMD.cxx,
+	Source/CMakeSetupCMD.dsp: collapsed into cmake.cxx
+
+2001-05-21 15:32  martink
+
+	* Source/cmake.dsp: new dsp
+
+2001-05-21 15:13  martink
+
+	* Source/cmake.cxx: bug fix in finding CMAKE_ROOT
+
+2001-05-21 15:10  martink
+
+	* Makefile.in: added install target
+
+2001-05-21 14:47  hoffman
+
+	* Source/cmBuildNameCommand.cxx, Source/cmSetCommand.cxx,
+	Source/MFCDialog/CMakeDialog.h, Source/MFCDialog/CMakeSetup.rc,
+	Source/MFCDialog/CMakeSetupDialog.cpp,
+	Source/MFCDialog/CMakeSetupDialog.h, Source/MFCDialog/resource.h:
+	BUG: fix compiler name
+
+2001-05-21 13:50  martink
+
+	* Source/CMakeSetup.dsw, Source/cmake.cxx,
+	Source/MFCDialog/CMakeSetupDialog.cpp: updated for out of tree
+	builds
+
+2001-05-21 13:31  martink
+
+	* Makefile.in, configure, configure.in, install-sh: out of place
+	cmake
+
+2001-05-21 13:31  martink
+
+	* CMakeSystemConfig.cmake.in, configure.in.sample,
+	Source/Makefile.in, Source/cmMakefile.cxx,
+	Source/cmUnixMakefileGenerator.cxx, Source/cmake.cxx: new out of
+	place builds
+
+2001-05-21 13:31  martink
+
+	* Templates/CMakeSystemConfig.cmake.in, Templates/configure,
+	Templates/configure.in: new structure
+
+2001-05-18 20:45  hoffman
+
+	* CMakeSystemConfig.cmake.in, Source/cmUnixMakefileGenerator.cxx:
+	ENH: add support for X11
+
+2001-05-18 20:30  martink
+
+	* Source/cmUnixMakefileGenerator.cxx:  duh
+
+2001-05-18 19:20  martink
+
+	* Source/cmMSProjectGenerator.cxx: compiler fix
+
+2001-05-18 19:20  martink
+
+	* Source/cmSystemTools.h: minor whitespace change
+
+2001-05-18 19:20  martink
+
+	* Source/cmake.cxx, Source/cmake.h: new command
+
+2001-05-18 19:20  martink
+
+	* Source/cmMSProjectGenerator.cxx, Source/cmMSProjectGenerator.h,
+	Source/cmMakefileGenerator.h, Source/cmUnixMakefileGenerator.cxx,
+	Source/cmUnixMakefileGenerator.h: changes for cmake to live outside
+	of the source tree
+
+2001-05-18 17:04  hoffman
+
+	* CMakeSystemConfig.cmake.in, Source/cmSetCommand.cxx: ENH: allow
+	cache to override config file
+
+2001-05-18 15:48  king
+
+	* Source/cmUnixMakefileGenerator.cxx: BUG: fix link of executables
+
+2001-05-18 15:09  martink
+
+	* Source/cmMSProjectGenerator.cxx, Source/cmMSProjectGenerator.h,
+	Source/cmUnixMakefileGenerator.cxx,
+	Source/cmUnixMakefileGenerator.h, Source/cmMakefileGenerator.h:
+	added SetLocal method
+
+2001-05-18 14:15  hoffman
+
+	* CMakeSystemConfig.cmake.in, Source/cmUnixMakefileGenerator.cxx:
+	BUG: quote the compiler and other options
+
+2001-05-17 21:43  hoffman
+
+	* Source/CMakeBuildTargets.cxx, Source/Makefile.in: compile source
+	dir into cmake
+
+2001-05-17 19:48  will
+
+	* Source/cmSystemTools.cxx: ERR:Bad #ifdef's
+
+2001-05-17 16:36  ibanez
+
+	* Source/FLTKDialog/FLTKDialog.cpp: ENH: Load the cache at start
+
+2001-05-17 16:36  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUIImplementation.cpp: ENH: Added
+	Methods for loading the cache
+
+2001-05-17 16:36  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUIImplementation.h: ENH: Added
+	methods to load the cache
+
+2001-05-17 16:36  martink
+
+	* Source/DLLFooter.dsptemplate, Source/DLLHeader.dsptemplate,
+	Source/EXEFooter.dsptemplate, Source/EXEHeader.dsptemplate,
+	Source/EXEWinHeader.dsptemplate, Source/UtilityFooter.dsptemplate,
+	Source/UtilityHeader.dsptemplate,
+	Source/staticLibFooter.dsptemplate,
+	Source/staticLibHeader.dsptemplate: moved into Template directory
+
+2001-05-17 16:25  martink
+
+	* CMakeMakefileTemplate.in, CMakeMaster.make.in,
+	CMakeRules.make.in, CMakeSimpleRules.make.in, CMakeTargets.make.in,
+	CMakeTopMakefileTemplate.in, CMakeVariables.make.in,
+	CMakeWindowsSystemConfig.cmake: no longer used
+
+2001-05-17 16:14  martink
+
+	* Source/CMakeBuildTargets.cxx: unix fix
+
+2001-05-17 16:08  martink
+
+	* Source/CMakeBuildTargets.cxx, Source/CMakeSetupCMD.cxx,
+	Source/cmCablePackageCommand.cxx, Source/cmDSPMakefile.cxx,
+	Source/cmDSPWriter.cxx, Source/cmMakefile.cxx,
+	Source/cmUnixMakefileGenerator.cxx,
+	Source/MFCDialog/CMakeSetupDialog.cpp: half checked in changes for
+	CMAKE_ROOT
+
+2001-05-17 16:04  martink
+
+	* Templates/CMakeWindowsSystemConfig.cmake,
+	Templates/DLLFooter.dsptemplate, Templates/DLLHeader.dsptemplate,
+	Templates/EXEFooter.dsptemplate, Templates/EXEHeader.dsptemplate,
+	Templates/EXEWinHeader.dsptemplate,
+	Templates/UtilityFooter.dsptemplate,
+	Templates/UtilityHeader.dsptemplate,
+	Templates/staticLibFooter.dsptemplate,
+	Templates/staticLibHeader.dsptemplate: new directory
+
+2001-05-17 15:58  ibanez
+
+	* Source/FLTKDialog/FLTKDialog.dsp:	 VC++ Project file to
+	construct the FLTK GUI for CMake
+
+2001-05-17 15:58  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUIImplementation.cpp,
+	Source/FLTKDialog/CMakeSetupGUIImplementation.h:     
+	Implementation of the virtual Callbacks declared in the GUI
+
+2001-05-17 15:58  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUI.fl:	   GUI description file
+	used by FLTK interactive tool : FLUID
+
+2001-05-17 15:58  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUI.cpp,
+	Source/FLTKDialog/CMakeSetupGUI.h:	File generated by FLTK
+	FLUID containing the implementation of the GUI
+
+2001-05-17 15:58  ibanez
+
+	* Source/FLTKDialog/FLTKDialog.cpp:	 Main file that
+	instantiates the GUI class and run it.
+
+2001-05-17 15:44  hoffman
+
+	* Source/cmCableWrapTclCommand.cxx, Source/cmConfigure.h.in,
+	Source/cmGeneratedFileStream.h, Source/cmStandardIncludes.h: BUG:
+	fix to compile on hp with aCC
+
+2001-05-17 15:22  king
+
+	* Source/cmCableWrapTclCommand.cxx: Renamed gccxml input/output
+	files to drop _tcl qualification.
+
+2001-05-16 22:08  hoffman
+
+	* Source/cmCacheManager.cxx, Source/cmUnixMakefileGenerator.cxx:
+	BUG: fix for sun compiler
+
+2001-05-16 22:08  hoffman
+
+	* CMakeSystemConfig.cmake.in: ENH: fix for sunCC
+
+2001-05-16 21:43  king
+
+	* Source/cmCableClassSet.cxx, Source/cmCableClassSet.h: ERR:
+	Removed use of member templates.
+
+2001-05-16 21:18  king
+
+	* Source/cmGeneratedFileStream.h: ERR: const error fixed.
+
+2001-05-16 21:18  king
+
+	* Source/cmUnixMakefileGenerator.cxx: ERR: int -> unsigned int
+
+2001-05-16 21:11  king
+
+	* Source/cmGeneratedFileStream.h: ERR: Added is_open() check in
+	cmGeneratedFileStream::operator bool() so that implicit conversion
+	to bool is not used.
+
+2001-05-16 21:11  king
+
+	* Source/cmCableClassSet.cxx: ERR: Removed dynamic_cast so that
+	RTTI isn't required.
+
+2001-05-16 21:11  king
+
+	* Source/CMakeLib.dsp: ENH: Added cmCableClassSet.cxx to build.
+
+2001-05-16 20:40  king
+
+	* Source/Makefile.in, Source/cmCableClassSet.cxx,
+	Source/cmCableClassSet.h, Source/cmCableClassSetCommand.cxx,
+	Source/cmCableClassSetCommand.h, Source/cmCableWrapTclCommand.cxx,
+	Source/cmCableWrapTclCommand.h, Source/cmCommands.cxx: ENH: Adding
+	CABLE_CLASS_SET and CABLE_WRAP_TCL commands.  They cannot yet be
+	used with the main branch of CABLE, though.
+
+2001-05-16 20:40  king
+
+	* Source/cmGeneratedFileStream.h: ENH: cmGeneratedFileStream class
+	added to simplify copy-if-different usage on generated files.
+
+2001-05-16 19:43  hoffman
+
+	* configure.in.sample: [no log message]
+
+2001-05-16 19:15  hoffman
+
+	* CMakeSystemConfig.cmake.in, Source/Makefile.in,
+	Source/cmBuildNameCommand.cxx,
+	Source/cmBuildSharedLibrariesCommand.cxx,
+	Source/cmCacheManager.cxx, Source/cmCacheManager.h,
+	Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
+	Source/cmMakeDepend.cxx, Source/cmMakefile.cxx,
+	Source/cmProjectCommand.cxx, Source/cmSetCommand.cxx,
+	Source/cmUnixMakefileGenerator.cxx,
+	Source/cmUnixMakefileGenerator.h,
+	Source/MFCDialog/CMakeSetupDialog.cpp: ENH: unify make process on
+	unix
+
+2001-05-16 13:19  king
+
+	* Source/cmData.h, Source/cmMakefile.cxx, Source/cmMakefile.h: ENH:
+	Added cmData and corresponding DataMap in cmMakefile to allow
+	commands to register arbitrary extra data with the makefile without
+	modifying the cmMakefile class definition.
+
+2001-05-15 17:14  martink
+
+	* Source/DLLHeader.dsptemplate, Source/EXEHeader.dsptemplate,
+	Source/EXEWinHeader.dsptemplate, Source/cmDSPMakefile.cxx,
+	Source/cmDSPWriter.cxx, Source/staticLibHeader.dsptemplate: added
+	output directory support
+
+2001-05-14 20:46  barre
+
+	* Source/cmSystemTools.cxx: Changed separator between registry key
+	and its value. Change regexp for registry key.
+
+2001-05-14 20:46  barre
+
+	* Modules/FindTCL.cmake: Changed separator between registry key and
+	its value.
+
+2001-05-14 14:36  hoffman
+
+	* Source/cmSystemTools.cxx: ENH: put back lost changes from r1.38
+
+2001-05-12 11:29  barre
+
+	* Source/cmSystemTools.cxx: fix + => += bug reported by A. Perera
+
+2001-05-11 21:41  barre
+
+	* Source/MFCDialog/res/CMakeSetupDialog.ico: I know, there are more
+	serious things to do :) A new icon. The previous one has not be
+	overwritten, it's in there too.
+
+2001-05-11 21:22  barre
+
+	* Source/cmSystemTools.cxx: Extended the registry key regexp
+
+2001-05-11 21:11  barre
+
+	* Modules/FindTCL.cmake: Add 8.4 and registry support
+
+2001-05-11 21:11  barre
+
+	* Source/cmSystemTools.cxx: Add support for a specific value name
+	in a registry key
+
+2001-05-11 18:49  geoff
+
+	* Source/cmCacheManager.cxx: Cache file is a bit prettier
+
+2001-05-11 18:39  hoffman
+
+	* Source/cmCableSourceFilesCommand.cxx, Source/cmSystemTools.cxx,
+	Source/cmUnixMakefileGenerator.cxx: BUG: fix find library for unix
+
+2001-05-11 17:58  barre
+
+	* Modules/FindPythonLibs.cmake: NAMES syntax
+
+2001-05-11 17:52  martink
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx: fix for
+	expanding library vars
+
+2001-05-11 16:30  barre
+
+	* Source/cmFindLibraryCommand.cxx: Fix help string when NAMES was
+	used (forgot the case when there is no name)
+
+2001-05-11 16:13  barre
+
+	* Source/cmFindLibraryCommand.cxx: Fix help string when NAMES was
+	used
+
+2001-05-11 15:45  king
+
+	* Source/cmFindLibraryCommand.cxx: ERR: int -> unsigned int.
+
+2001-05-11 15:39  hoffman
+
+	* CMakeVariables.make.in, Source/cmFindLibraryCommand.cxx: BUG: add
+	back thread library
+
+2001-05-11 15:07  martink
+
+	* Source/cmFindProgramCommand.cxx: expands reg values
+
+2001-05-11 14:52  martink
+
+	* Source/EXEHeader.dsptemplate, Source/cmAddExecutableCommand.cxx,
+	Source/cmAddExecutableCommand.h, Source/cmDSPMakefile.cxx,
+	Source/cmDSPMakefile.h, Source/cmDSPWriter.cxx,
+	Source/cmDSPWriter.h, Source/cmFindLibraryCommand.cxx,
+	Source/cmFindPathCommand.cxx, Source/cmMakefile.cxx,
+	Source/cmMakefile.h, Source/cmSystemTools.cxx,
+	Source/cmSystemTools.h, Source/cmUnixMakefileGenerator.cxx,
+	Source/EXEWinHeader.dsptemplate: added registry entry support and
+	windows app support
+
+2001-05-11 14:27  martink
+
+	* Modules/FindJNI.cmake, Modules/FindPythonLibs.cmake: minor fixes
+	and new python module
+
+2001-05-11 14:04  hoffman
+
+	* Source/MFCDialog/CMakeSetupDialog.cpp: BUG: fix gui problem
+
+2001-05-10 21:22  hoffman
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
+	Source/MFCDialog/CMakeSetupDialog.cpp,
+	Source/MFCDialog/PropertyList.cpp: BUG: fix up gui with values that
+	stay around too long
+
+2001-05-10 20:21  geoff
+
+	* Source/cmMakefile.cxx: definitions should now be overwritten if
+	they already exist
+
+2001-05-10 19:50  hoffman
+
+	* Source/cmSystemTools.cxx: BUG: fix unix path search
+
+2001-05-10 19:32  martink
+
+	* Source/cmTarget.cxx: fix for expaning libraries prior to
+	generating dsp
+
+2001-05-10 18:30  geoff
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx: Reads and uses
+	MSPROJECT_TEMPLATE_DIRECTORY if it exists
+
+2001-05-10 18:02  king
+
+	* CMake.doc: BUG: Removing this file.  It has been replaced by
+	CMake.doc.gz to get around a problem with CVS.
+
+2001-05-10 17:52  martink
+
+	* Source/cmTarget.h: added win32 executable option
+
+2001-05-10 16:25  king
+
+	* CMake.doc.gz: Testing strange cvs problem with .doc files.
+
+2001-05-10 16:05  king
+
+	* CMake.pdf, CMake.pdf.gz: BUG: Removing old CMake.pdf and adding
+	the gzipped version, CMake.pdf.gz because of file size problems
+	with cvs.
+
+2001-05-10 15:18  king
+
+	* Source/cmSystemTools.cxx: ERR: RunCommand method needed return in
+	unix.
+
+2001-05-10 15:18  king
+
+	* Source/cmUnixMakefileGenerator.cxx: BUG: Removed stray debugging
+	output statement.  Also renamed some variables for clarity.
+
+2001-05-10 15:18  king
+
+	* Source/cmFindLibraryCommand.cxx, Source/cmFindProgramCommand.cxx:
+	ERR: Removed unused variable
+
+2001-05-10 13:45  king
+
+	* CMakeVariables.make.in: BUG: ANSI_CFLAGS -> CMAKE_ANSI_CFLAGS
+
+2001-05-09 22:00  geoff
+
+	* Source/EXEHeader.dsptemplate, Source/cmDSPMakefile.cxx,
+	Source/cmDSPWriter.cxx: ADD LINK32s are now on multiple lines
+	because VC breaks otherwise
+
+2001-05-09 21:38  barre
+
+	* Modules/FindTCL.cmake: ENH: add 8.3 support
+
+2001-05-09 20:17  hoffman
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx: BUG: escape
+	spaces before adding .lib
+
+2001-05-09 20:08  hoffman
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx: ENH: escape
+	spaces
+
+2001-05-09 19:48  hoffman
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx: ENH: only add
+	.lib if no .lib exists
+
+2001-05-09 18:53  hoffman
+
+	* Modules/FindFLTK.cmake, Modules/FindGTK.cmake,
+	Modules/FindJNI.cmake, Modules/FindJPEG.cmake,
+	Modules/FindMPI.cmake, Modules/FindTCL.cmake, Source/cmCommand.h,
+	Source/cmFindLibraryCommand.cxx, Source/cmFindLibraryCommand.h,
+	Source/cmFindProgramCommand.cxx, Source/cmSystemTools.cxx,
+	Source/cmSystemTools.h, Source/cmUnixMakefileGenerator.cxx: ENH:
+	change find library and find program to look for more than one name
+
+2001-05-09 17:44  hoffman
+
+	* Source/cmCableDefineSetCommand.cxx: BUG: match called on invalid
+	number
+
+2001-05-09 17:22  martink
+
+	* CMakeMaster.make.in, CMakeRules.make.in,
+	CMakeSystemConfig.cmake.in, CMakeTopMakefileTemplate.in,
+	CMakeVariables.make.in, configure.in.sample, Source/Makefile.in:
+	cleaned up configure some
+
+2001-05-09 15:15  millerjv
+
+	* Source/cmCacheManager.cxx: FIX: only clear the cache on a load
+	when the load needs to read internal values.  Otherwise, it is
+	assumed that we are reading another projects cache.
+
+2001-05-09 14:13  hoffman
+
+	* Source/MFCDialog/PropertyList.cpp: BUG: fix crash
+
+2001-05-09 13:52  hoffman
+
+	* Source/cmConfigureFileCommand.cxx: BUG: fix use beyond end of
+	array
+
+2001-05-09 12:51  martink
+
+	* Source/cmCommands.cxx, Source/cmLoadCacheCommand.cxx,
+	Source/cmLoadCacheCommand.h, Source/cmSourceFile.cxx: added load
+	cache command and fixed source file
+
+2001-05-08 21:37  king
+
+	* Source/cmCacheManager.cxx: ERR: LoadCache needed to return a
+	value.
+
+2001-05-08 21:03  martink
+
+	* Source/cmCacheManager.cxx, Source/cmCacheManager.h: added ability
+	to load another cache
+
+2001-05-08 21:03  martink
+
+	* Source/cmProjectCommand.cxx: now adds src and bin dir into cache
+
+2001-05-08 20:20  martink
+
+	* Source/cmVTKWrapTclCommand.cxx: fixed bug in init code
+
+2001-05-08 20:01  hoffman
+
+	* configure.in.sample: clean up
+
+2001-05-08 17:40  hoffman
+
+	* Source/MFCDialog/PropertyList.cpp: ENH: add initial path support
+	for file choosers
+
+2001-05-08 15:40  martink
+
+	* Source/cmTargetLinkLibrariesCommand.cxx: BUG: added arg0 to link
+	libraries
+
+2001-05-08 14:16  ibanez
+
+	* Modules/FindFLTK.cmake: Module to search the path for FLTK
+	library   ( http://www.fltk.org )
+
+2001-05-07 22:14  king
+
+	* Source/cmAddExecutableCommand.cxx,
+	Source/cmAddLibraryCommand.cxx, Source/cmMakefile.cxx: ENH: Moved
+	cache entry addition into cmMakefile::AddLibrary and AddExecutable
+	so that commands do not have to add it explicitly.
+
+2001-05-07 22:11  hoffman
+
+	* CMakeSystemConfig.cmake.in, Source/CMakeBuildTargets.cxx,
+	Source/Makefile.in, Source/cmCacheManager.cxx,
+	Source/cmCommands.cxx, Source/cmConfigureFile.cxx,
+	Source/cmConfigureFile.h, Source/cmConfigureFileCommand.cxx,
+	Source/cmConfigureFileCommand.h, Source/cmExecProgram.cxx,
+	Source/cmExecProgram.h, Source/cmExecProgramCommand.cxx,
+	Source/cmExecProgramCommand.h, Source/cmMakeDirectoryCommand.cxx,
+	Source/cmMakeDirectoryCommand.h, Source/cmMakefile.cxx,
+	Source/cmMakefile.h, Source/cmSystemTools.cxx,
+	Source/cmUnixMakefileGenerator.cxx,
+	Source/cmUnixMakefileGenerator.h: ENH: call configure from cmake
+
+2001-05-07 14:02  blezek
+
+	* Source/cmConfigureFile.cxx: BUG: Removing Remove Variables call
+
+2001-05-07 13:16  geoff
+
+	* configure.in.sample: Under FreeBSD: should be
+	CMAKE_SHLIB_BUILD_FLAGS and not CMAKE_SHLIB_LINK_FLAGS. 
+	CMakeSystemConfig.cmake not being made
+
+2001-05-05 15:28  hoffman
+
+	* Source/cmAddExecutableCommand.cxx: BUG: add internal cache entry
+	for executables, so depends can work
+
+2001-05-05 15:03  hoffman
+
+	* Source/cmAddTargetCommand.cxx, Source/cmAddTargetCommand.h,
+	Source/cmCableInstantiateClassCommand.h,
+	Source/cmCableInstantiateCommand.h, Source/cmCommands.cxx,
+	Source/cmLibraryCommand.cxx: BUG: add removed command, and sort the
+	order in cmCommands.cxx
+
+2001-05-04 21:00  martink
+
+	* Source/cmMakefile.cxx, Source/cmUnixMakefileGenerator.cxx: fixes
+	for untiltiy targets in all
+
+2001-05-04 20:43  blezek
+
+	* Source/cmBuildNameCommand.cxx: ENH: Proper build name
+
+2001-05-04 20:43  blezek
+
+	* Source/cmSiteNameCommand.cxx: ENH: Correct sitename
+
+2001-05-04 19:50  martink
+
+	* Source/cmAddCustomTargetCommand.cxx,
+	Source/cmAddCustomTargetCommand.h, Source/cmAddTargetCommand.cxx,
+	Source/cmAddTargetCommand.h, Source/cmDSWMakefile.cxx,
+	Source/cmDSWWriter.cxx, Source/cmMakefile.cxx, Source/cmMakefile.h,
+	Source/cmTarget.h, Source/cmVTKWrapJavaCommand.cxx: option to make
+	utilities in the all target
+
+2001-05-04 18:53  hoffman
+
+	* CMakeSystemConfig.cmake.in, CMakeWindowsSystemConfig.cmake: ENH:
+	move to cmake for itkConfigure.h.in
+
+2001-05-04 16:52  martink
+
+	* Source/cmVTKWrapJavaCommand.cxx: updates
+
+2001-05-04 15:35  geoff
+
+	* Modules/FindGTK.cmake, Modules/FindJPEG.cmake: INCLUDE these to
+	find the relevant libraries
+
+2001-05-04 15:34  hoffman
+
+	* Source/cmAddCustomTargetCommand.cxx,
+	Source/cmAddCustomTargetCommand.h, Source/cmBuildCommand.cxx,
+	Source/cmBuildCommand.h, Source/cmBuildNameCommand.cxx,
+	Source/cmBuildNameCommand.h, Source/cmExecProgram.cxx,
+	Source/cmExecProgram.h, Source/cmSiteNameCommand.cxx,
+	Source/cmSiteNameCommand.h: ENH: move testing stuff to cmake from
+	configure, good bye dashboard... :)
+
+2001-05-04 15:30  hoffman
+
+	* CMakeRules.make.in, CMakeSystemConfig.txt.in,
+	CMakeWindowsSystemConfig.txt, Source/cmAddTargetCommand.cxx,
+	Source/cmAddTargetCommand.h, Source/cmCacheManager.cxx,
+	Source/cmCommands.cxx, Source/cmDSWMakefile.cxx,
+	Source/cmDSWWriter.cxx, Source/cmFindProgramCommand.cxx,
+	Source/cmMakefile.cxx, Source/cmOptionCommand.cxx,
+	Source/cmOptionCommand.h, Source/cmSourceGroup.cxx,
+	Source/cmSourceGroup.h, Source/cmSystemTools.cxx,
+	Source/cmSystemTools.h, Source/cmUnixMakefileGenerator.cxx,
+	Source/MFCDialog/CMakeSetup.rc: ENH: move testing stuff to cmake
+	from configure, good bye dashboard... :)
+
+2001-05-04 14:44  king
+
+	* Source/cmCablePackageCommand.cxx: ENH: Added use of CMAKE cache
+	entry for generating the DSP/makefile build rules.
+
+2001-05-04 14:44  king
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPMakefile.h,
+	Source/cmDSPWriter.cxx, Source/cmDSPWriter.h: ENH: Added use of
+	CMAKE cache entry for generating the DSP build rules.
+
+2001-05-04 14:44  king
+
+	* Source/cmSystemTools.cxx: ENH: Added support to EscapeSpaces to
+	use double quotes on windows.
+
+2001-05-04 14:13  martink
+
+	* Modules/FindJNI.cmake: minor fixes
+
+2001-05-04 13:56  martink
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx: fixed custom
+	command rule
+
+2001-05-04 13:47  martink
+
+	* Modules/FindJNI.cmake: new module
+
+2001-05-04 13:39  martink
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
+	Source/cmSourceGroup.cxx, Source/cmSourceGroup.h,
+	Source/cmVTKWrapJavaCommand.cxx: better custom rules
+
+2001-05-04 12:45  martink
+
+	* Source/cmSourceFilesRequireCommand.cxx,
+	Source/cmSourceFilesRequireCommand.h,
+	Source/cmUnixDefinesCommand.cxx, Source/cmUnixDefinesCommand.h,
+	Source/cmUnixLibrariesCommand.cxx, Source/cmUnixLibrariesCommand.h,
+	Source/cmWin32DefinesCommand.cxx, Source/cmWin32DefinesCommand.h,
+	Source/cmWin32IncludeDirectoryCommand.cxx,
+	Source/cmWin32IncludeDirectoryCommand.h,
+	Source/cmWin32LibrariesCommand.cxx,
+	Source/cmWin32LibrariesCommand.h: removed old functions
+
+2001-05-04 12:45  martink
+
+	* Source/cmFunctionBlocker.h, Source/cmIfCommand.cxx,
+	Source/cmIfCommand.h, Source/cmMakefile.cxx,
+	Source/cmVTKWrapJavaCommand.cxx: better If checks
+
+2001-05-03 20:55  king
+
+	* Source/cmFindProgramCommand.cxx, Source/cmSystemTools.cxx,
+	Source/cmSystemTools.h: ENH: Added cmSystemTools::FindProgram() and
+	full-path detection utilities.
+
+2001-05-03 20:55  king
+
+	* Source/CMakeBuildTargets.cxx, Source/CMakeSetupCMD.cxx,
+	Source/MFCDialog/CMakeSetupDialog.cpp: ENH: Added generation of
+	internal CMAKE cache entry with path to command-line CMake
+	executable.
+
+2001-05-03 19:27  martink
+
+	* Source/cmCommands.cxx, Source/cmVTKWrapJavaCommand.cxx,
+	Source/cmVTKWrapJavaCommand.h: minor fixes
+
+2001-05-03 15:04  martink
+
+	* Source/cmCommands.cxx: removed deprecated commands
+
+2001-05-03 14:58  martink
+
+	* CMakeSystemConfig.cmake.in: better config info
+
+2001-05-03 14:35  martink
+
+	* Source/cmConfigureFile.cxx: now support cmakedefine
+
+2001-05-03 12:52  martink
+
+	* CMakeSystemConfig.cmake.in, CMakeSystemConfig.txt.in,
+	CMakeWindowsSystemConfig.cmake, CMakeWindowsSystemConfig.txt,
+	Source/cmMakefile.cxx, Source/cmMakefile.h: system config uses
+	cmake commands now
+
+2001-05-03 12:52  martink
+
+	* CMakeSystemConfig.txt.in, CMakeWindowsSystemConfig.txt: uses
+	cmake commands now
+
+2001-05-02 21:33  martink
+
+	* Modules/FindMPI.cmake: minor fixes
+
+2001-05-02 21:07  martink
+
+	* Modules/FindMPI.cmake: new module
+
+2001-05-02 18:08  martink
+
+	* Modules/FindOpenGL.cmake: simple module
+
+2001-05-02 15:53  martink
+
+	* Source/CMakeBuildTargets.cxx, Source/CMakeSetupCMD.cxx: cache
+	loaded into makefile
+
+2001-05-02 15:53  martink
+
+	* Modules/FindTCL.cmake: finds tk as well
+
+2001-05-01 21:52  martink
+
+	* Source/cmVTKWrapPythonCommand.cxx,
+	Source/cmVTKWrapTclCommand.cxx: fixed bug in limiting to source
+	lists
+
+2001-05-01 21:35  king
+
+	* Source/cmCableDefineSetCommand.cxx,
+	Source/cmCableDefineSetCommand.h, Source/cmCableWrapCommand.cxx,
+	Source/cmCableWrapCommand.h: ENH: Changed cmCableWrapCommand to
+	inherit from cmCableDefineSetCommand since they do almost exactly
+	the same thing.  Added a GetXmlTag virtual function to both classes
+	to return what XML tag to generate in the set's output. 
+	cmCableDefineSetCommand generates a "Set" tag, and
+	cmCableWrapCommand generates a "WrapperSet" tag.  What is inside
+	the tags is still generated by the cmCableDefineSetCommand
+	superclass.
+
+2001-05-01 21:35  king
+
+	* Source/cmCableInstantiateClassCommand.cxx,
+	Source/cmCableInstantiateClassCommand.h,
+	Source/cmCableInstantiateCommand.cxx,
+	Source/cmCableInstantiateCommand.h,
+	Source/cmCablePackageEntryCommand.cxx,
+	Source/cmCablePackageEntryCommand.h,
+	Source/cmCableSourceFilesCommand.cxx,
+	Source/cmCableSourceFilesCommand.h: ENH: Changed WriteConfiguration
+	back to const because it doesn't need to report errors anymore.
+
+2001-05-01 21:12  hoffman
+
+	* Source/UtilityFooter.dsptemplate,
+	Source/UtilityHeader.dsptemplate: ADD: add utiltity templates
+
+2001-05-01 20:55  hoffman
+
+	* configure.in.sample, Source/cmAddTargetCommand.cxx,
+	Source/cmDSPMakefile.cxx, Source/cmDSPMakefile.h,
+	Source/cmDSPWriter.cxx, Source/cmDSPWriter.h,
+	Source/cmDSWMakefile.cxx, Source/cmDSWMakefile.h,
+	Source/cmDSWWriter.cxx, Source/cmDSWWriter.h,
+	Source/cmMakefile.cxx, Source/cmMakefile.h, Source/cmTarget.h,
+	Source/cmUnixMakefileGenerator.cxx: ENH: implement ADD_TARGET
+	command, and add an ALL_BUILD target
+
+2001-05-01 20:34  martink
+
+	* Source/cmMakefile.cxx, Source/MFCDialog/CMakeSetupDialog.cpp:
+	cache now loaded into makefile
+
+2001-05-01 20:27  martink
+
+	* Source/cmCacheManager.cxx, Source/cmCacheManager.h: added method
+	to puch cache into makefile defines
+
+2001-05-01 20:27  martink
+
+	* Source/cmIfCommand.cxx: slight bug in If command I think
+
+2001-05-01 15:28  martink
+
+	* Modules/FindTCL.cmake: first module
+
+2001-05-01 15:16  martink
+
+	* Source/cmCommands.cxx, Source/cmElseCommand.cxx,
+	Source/cmIfCommand.cxx, Source/cmIfCommand.h,
+	Source/cmSetCommand.cxx, Source/cmSetCommand.h,
+	Source/cmVTKWrapPythonCommand.cxx, Source/cmVTKWrapTclCommand.cxx:
+	new set command and IF NOT
+
+2001-04-30 18:56  martink
+
+	* Source/cmElseCommand.cxx, Source/cmFindFileCommand.cxx,
+	Source/cmFindLibraryCommand.cxx, Source/cmFindPathCommand.cxx,
+	Source/cmIfCommand.cxx, Source/cmSystemTools.cxx,
+	Source/cmSystemTools.h: bug fixes
+
+2001-04-30 15:51  king
+
+	* Source/cmCablePackageCommand.cxx: BUG: Fixed output of
+	CMakeLists.txt path in cable_config.xml dependency list for unix. 
+	Needed to escape spaces instead of enclosing in double quotes.
+
+2001-04-30 15:29  king
+
+	* Source/cmMakefile.h: ERR: Removed a conflict that was checked in.
+
+2001-04-30 14:52  anonymous
+
+	* Source/cmCommands.cxx, Source/cmDSPMakefile.cxx,
+	Source/cmDSPMakefile.h, Source/cmDSPWriter.cxx,
+	Source/cmDSPWriter.h, Source/cmIncludeCommand.cxx,
+	Source/cmIncludeCommand.h, Source/cmMakefile.cxx,
+	Source/cmMakefile.h: New command: INCLUDE(somefile.txt)
+
+2001-04-30 14:44  martink
+
+	* Source/cmCommands.cxx, Source/cmDSPMakefile.cxx,
+	Source/cmDSPWriter.cxx, Source/cmDSWMakefile.cxx,
+	Source/cmDSWWriter.cxx, Source/cmFindIncludeCommand.cxx,
+	Source/cmFindLibraryCommand.cxx, Source/cmLinkLibrariesCommand.cxx,
+	Source/cmLinkLibrariesCommand.h, Source/cmMakefile.cxx,
+	Source/cmMakefile.h, Source/cmTarget.cxx, Source/cmTarget.h,
+	Source/cmTargetLinkLibrariesCommand.cxx,
+	Source/cmTargetLinkLibrariesCommand.h,
+	Source/cmUnixMakefileGenerator.cxx,
+	Source/cmUnixMakefileGenerator.h: added TARGET_LINK_LIBRARY command
+	and support for debug and release libraries to link against
+
+2001-04-27 18:57  king
+
+	* Source/cmUnixMakefileGenerator.cxx: ERR: Renamed CustomCommands
+	to BuildRules to match change in cmSourceGroup.
+
+2001-04-27 18:51  king
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPMakefile.h,
+	Source/cmDSPWriter.cxx, Source/cmDSPWriter.h,
+	Source/cmSourceGroup.cxx, Source/cmSourceGroup.h: BUG: Removed
+	output of dual rules for source files that are processed by both
+	the compiler and by a custom command.  Also removed generation of
+	duplicate CMakeLists.txt in the project files.
+
+2001-04-27 18:51  king
+
+	* Source/cmCablePackageCommand.cxx: BUG: Removed output of GCC_XML
+	rules when the command cannot be found.
+
+2001-04-27 18:40  martink
+
+	* CMakeSystemConfig.txt.in, CMakeWindowsSystemConfig.txt: get
+	system info into cmake
+
+2001-04-27 18:25  martink
+
+	* Source/cmConfigureFile.cxx, Source/cmConfigureFile.h: added
+	configure file
+
+2001-04-27 15:53  hoffman
+
+	* configure.in.sample: BUG: run cache build with each configure
+
+2001-04-27 15:36  hoffman
+
+	* CMakeRules.make.in, Source/cmMakefile.cxx: BUG: fix inplace
+	builds
+
+2001-04-27 15:03  hoffman
+
+	* Source/cmMakefile.cxx: ENH: fix in source build with non-gnu
+
+2001-04-27 13:32  hoffman
+
+	* Source/cmMakefile.cxx: ENH: add output when creating files
+
+2001-04-27 13:30  martink
+
+	* Source/cmFindFileCommand.cxx, Source/cmFindLibraryCommand.cxx,
+	Source/cmFindPathCommand.cxx: better help strings
+
+2001-04-27 13:13  will
+
+	* Source/cmAuxSourceDirectoryCommand.h: ENH:New copyright
+
+2001-04-27 12:46  martink
+
+	* CMakeVariables.make.in: removed old junk
+
+2001-04-27 12:01  will
+
+	* Source/CMakeBuildTargets.cxx, Source/CMakeSetupCMD.cxx,
+	Source/cmAddDefinitionsCommand.cxx,
+	Source/cmAddDefinitionsCommand.h,
+	Source/cmAddExecutableCommand.cxx, Source/cmAddExecutableCommand.h,
+	Source/cmAddLibraryCommand.cxx, Source/cmAddLibraryCommand.h,
+	Source/cmAddTargetCommand.cxx, Source/cmAddTargetCommand.h,
+	Source/cmAuxSourceDirectoryCommand.cxx,
+	Source/cmBuildSharedLibrariesCommand.cxx,
+	Source/cmCableCloseNamespaceCommand.cxx,
+	Source/cmCableCloseNamespaceCommand.h, Source/cmCableCommand.cxx,
+	Source/cmCableCommand.h, Source/cmCableData.cxx,
+	Source/cmCableData.h, Source/cmCableDefineSetCommand.cxx,
+	Source/cmCableDefineSetCommand.h,
+	Source/cmCableInstantiateClassCommand.cxx,
+	Source/cmCableInstantiateClassCommand.h,
+	Source/cmCableInstantiateCommand.cxx,
+	Source/cmCableInstantiateCommand.h,
+	Source/cmCableOpenNamespaceCommand.cxx,
+	Source/cmCableOpenNamespaceCommand.h,
+	Source/cmCablePackageCommand.cxx, Source/cmCablePackageCommand.h,
+	Source/cmCablePackageEntryCommand.cxx,
+	Source/cmCablePackageEntryCommand.h,
+	Source/cmCableSourceFilesCommand.cxx,
+	Source/cmCableSourceFilesCommand.h, Source/cmCableWrapCommand.cxx,
+	Source/cmCableWrapCommand.h, Source/cmCacheManager.cxx,
+	Source/cmCacheManager.h, Source/cmCommand.h, Source/cmCommands.h,
+	Source/cmConfigureFileNoAutoconf.cxx,
+	Source/cmConfigureFileNoAutoconf.h, Source/cmCustomCommand.cxx,
+	Source/cmCustomCommand.h, Source/cmDSPMakefile.cxx,
+	Source/cmDSPMakefile.h, Source/cmDSPWriter.cxx,
+	Source/cmDSPWriter.h, Source/cmDSWMakefile.cxx,
+	Source/cmDSWMakefile.h, Source/cmDSWWriter.cxx,
+	Source/cmDSWWriter.h, Source/cmDirectory.cxx, Source/cmDirectory.h,
+	Source/cmElseCommand.cxx, Source/cmElseCommand.h,
+	Source/cmEndIfCommand.cxx, Source/cmEndIfCommand.h,
+	Source/cmFindFileCommand.cxx, Source/cmFindFileCommand.h,
+	Source/cmFindIncludeCommand.cxx, Source/cmFindIncludeCommand.h,
+	Source/cmFindLibraryCommand.cxx, Source/cmFindLibraryCommand.h,
+	Source/cmFindProgramCommand.cxx, Source/cmFindProgramCommand.h,
+	Source/cmFunctionBlocker.h, Source/cmIfCommand.cxx,
+	Source/cmIfCommand.h, Source/cmIncludeDirectoryCommand.cxx,
+	Source/cmIncludeDirectoryCommand.h,
+	Source/cmIncludeRegularExpressionCommand.cxx,
+	Source/cmIncludeRegularExpressionCommand.h,
+	Source/cmLibraryCommand.cxx, Source/cmLibraryCommand.h,
+	Source/cmLinkDirectoriesCommand.cxx,
+	Source/cmLinkDirectoriesCommand.h,
+	Source/cmLinkLibrariesCommand.cxx, Source/cmLinkLibrariesCommand.h,
+	Source/cmMSProjectGenerator.cxx, Source/cmMSProjectGenerator.h,
+	Source/cmMakeDepend.cxx, Source/cmMakeDepend.h,
+	Source/cmMakefile.cxx, Source/cmMakefile.h,
+	Source/cmMakefileGenerator.cxx, Source/cmMakefileGenerator.h,
+	Source/cmOptionCommand.cxx, Source/cmOptionCommand.h,
+	Source/cmProjectCommand.cxx, Source/cmProjectCommand.h,
+	Source/cmRegularExpression.cxx, Source/cmRegularExpression.h,
+	Source/cmSourceFile.cxx, Source/cmSourceFile.h,
+	Source/cmSourceFilesCommand.cxx, Source/cmSourceFilesCommand.h,
+	Source/cmSourceFilesRequireCommand.cxx,
+	Source/cmSourceFilesRequireCommand.h, Source/cmSourceGroup.cxx,
+	Source/cmSourceGroup.h, Source/cmSourceGroupCommand.cxx,
+	Source/cmSourceGroupCommand.h, Source/cmStandardIncludes.h,
+	Source/cmSubdirCommand.cxx, Source/cmSubdirCommand.h,
+	Source/cmSystemTools.cxx, Source/cmSystemTools.h,
+	Source/cmTarget.cxx, Source/cmTarget.h, Source/cmTestsCommand.cxx,
+	Source/cmTestsCommand.h, Source/cmUnixDefinesCommand.cxx,
+	Source/cmUnixDefinesCommand.h, Source/cmUnixLibrariesCommand.cxx,
+	Source/cmUnixLibrariesCommand.h,
+	Source/cmUnixMakefileGenerator.cxx,
+	Source/cmUnixMakefileGenerator.h,
+	Source/cmUtilitySourceCommand.cxx, Source/cmUtilitySourceCommand.h,
+	Source/cmVTKWrapPythonCommand.cxx, Source/cmVTKWrapTclCommand.cxx,
+	Source/cmWin32DefinesCommand.cxx, Source/cmWin32DefinesCommand.h,
+	Source/cmWin32IncludeDirectoryCommand.cxx,
+	Source/cmWin32IncludeDirectoryCommand.h,
+	Source/cmWin32LibrariesCommand.cxx,
+	Source/cmWin32LibrariesCommand.h,
+	Source/cmWrapExcludeFilesCommand.cxx,
+	Source/cmWrapExcludeFilesCommand.h: ENH:New copyright
+
+2001-04-27 11:55  will
+
+	* Source/cmAbstractFilesCommand.cxx,
+	Source/cmAbstractFilesCommand.h: ENH:Copyright
+
+2001-04-26 20:22  martink
+
+	* Source/DLLHeader.dsptemplate, Source/EXEHeader.dsptemplate,
+	Source/cmDSPMakefile.cxx, Source/cmDSPMakefile.h,
+	Source/cmDSPWriter.cxx, Source/cmDSPWriter.h,
+	Source/cmDSWMakefile.cxx, Source/cmDSWWriter.cxx,
+	Source/cmLinkLibrariesCommand.cxx, Source/cmLinkLibrariesCommand.h,
+	Source/cmMakefile.cxx, Source/cmMakefile.h,
+	Source/cmUnixMakefileGenerator.cxx,
+	Source/cmVTKWrapPythonCommand.cxx, Source/MFCDialog/CMakeSetup.rc,
+	Source/MFCDialog/resource.h: support for debug and opt libraries
+
+2001-04-26 19:41  martink
+
+	* Source/cmOptionCommand.cxx, Source/cmOptionCommand.h: better help
+
+2001-04-26 19:27  king
+
+	* Source/cmCableInstantiateClassCommand.cxx,
+	Source/cmCableInstantiateClassCommand.h,
+	Source/cmCableInstantiateCommand.cxx,
+	Source/cmCableInstantiateCommand.h,
+	Source/cmCablePackageCommand.cxx,
+	Source/cmCablePackageEntryCommand.cxx,
+	Source/cmCablePackageEntryCommand.h,
+	Source/cmCableSourceFilesCommand.cxx,
+	Source/cmCableSourceFilesCommand.h, Source/cmCableWrapCommand.cxx,
+	Source/cmCableWrapCommand.h: ENH: Changed WriteConfiguration to
+	non-const so it can do error checking.	Added parsing and output of
+	a name for each WrapperSet generated from a CABLE_WRAP command.
+
+2001-04-26 18:53  hoffman
+
+	* Source/cmAddLibraryCommand.cxx,
+	Source/cmBuildSharedLibrariesCommand.cxx,
+	Source/cmCacheManager.cxx, Source/cmCacheManager.h,
+	Source/cmFindFileCommand.cxx, Source/cmFindIncludeCommand.cxx,
+	Source/cmFindLibraryCommand.cxx, Source/cmFindPathCommand.cxx,
+	Source/cmFindProgramCommand.cxx, Source/cmOptionCommand.cxx,
+	Source/cmUtilitySourceCommand.cxx,
+	Source/MFCDialog/CMakeSetupDialog.cpp,
+	Source/MFCDialog/PropertyList.cpp, Source/MFCDialog/PropertyList.h:
+	ENH: add help for cache entries
+
+2001-04-26 14:49  martink
+
+	* Source/cmCacheManager.cxx, Source/cmElseCommand.cxx,
+	Source/cmIfCommand.cxx, Source/cmSystemTools.cxx,
+	Source/cmSystemTools.h: some fixes for If commands
+
+2001-04-26 13:38  martink
+
+	* Source/CMakeSetup.dsw, Source/DumpDocumentation.dsp,
+	Source/cmCommands.cxx, Source/cmDSPMakefile.cxx,
+	Source/cmDSPWriter.cxx, Source/cmDSPMakefile.h,
+	Source/cmDSPWriter.h, Source/cmFindFileCommand.cxx,
+	Source/cmFindIncludeCommand.cxx, Source/cmFindIncludeCommand.h,
+	Source/cmFindLibraryCommand.cxx, Source/cmFindLibraryCommand.h,
+	Source/cmFindPathCommand.cxx, Source/cmFindPathCommand.h,
+	Source/cmMakefile.cxx, Source/cmMakefile.h,
+	Source/cmUnixMakefileGenerator.cxx: bug fixes
+
+2001-04-25 23:01  hoffman
+
+	* Source/MFCDialog/CMakeSetupDialog.cpp: ENH: set initial build to
+	source dir
+
+2001-04-25 22:53  hoffman
+
+	* Source/MFCDialog/CMakeSetupDialog.cpp: ENH: add error checking
+	for empty build dir
+
+2001-04-25 20:09  hoffman
+
+	* configure.in.sample, Source/Makefile.in,
+	Source/cmCacheManager.cxx, Source/cmCacheManager.h,
+	Source/cmMakefile.cxx, Source/MFCDialog/CMakeDialog.h,
+	Source/MFCDialog/CMakeSetup.rc,
+	Source/MFCDialog/CMakeSetupDialog.cpp,
+	Source/MFCDialog/CMakeSetupDialog.h,
+	Source/MFCDialog/PropertyList.cpp, Source/MFCDialog/PropertyList.h:
+	ENH: clean up cmake GUI and remove the parsing of CMakeLists.txt
+	files by configure
+
+2001-04-25 15:47  martink
+
+	* Source/cmElseCommand.h, Source/cmEndIfCommand.h,
+	Source/cmIfCommand.h: rules were not inherited when they should be
+
+2001-04-25 13:37  king
+
+	* Source/cmUnixMakefileGenerator.cxx: BUG: Fixed output of
+	dependencies.  It needs to loop over the makefile's targets, not
+	the source lists.
+
+2001-04-25 13:37  king
+
+	* Source/cmMakeDepend.cxx: STYLE: Updated comments for name change
+	cmClassFile->cmSourceFile
+
+2001-04-25 13:33  martink
+
+	* CMake.doc: updated the docs some
+
+2001-04-24 21:33  king
+
+	* Source/cmUnixMakefileGenerator.cxx: ERR: cmClassFile.h ->
+	cmSourceFile.h include change.
+
+2001-04-24 20:46  martink
+
+	* Source/CMakeLib.dsp, Source/Makefile.in,
+	Source/cmAbstractFilesCommand.cxx,
+	Source/cmAuxSourceDirectoryCommand.cxx,
+	Source/cmCablePackageCommand.cxx,
+	Source/cmCableSourceFilesCommand.cxx, Source/cmCacheManager.cxx,
+	Source/cmCacheManager.h, Source/cmCommands.cxx,
+	Source/cmDSPMakefile.cxx, Source/cmDSPMakefile.h,
+	Source/cmDSPWriter.cxx, Source/cmDSPWriter.h,
+	Source/cmMakeDepend.cxx, Source/cmMakeDepend.h,
+	Source/cmMakefile.cxx, Source/cmMakefile.h,
+	Source/cmOptionCommand.cxx, Source/cmSourceFilesCommand.cxx,
+	Source/cmSourceFilesRequireCommand.cxx, Source/cmTarget.h,
+	Source/cmUnixDefinesCommand.cxx, Source/cmUnixLibrariesCommand.cxx,
+	Source/cmUnixMakefileGenerator.cxx,
+	Source/cmWin32DefinesCommand.cxx,
+	Source/cmWin32IncludeDirectoryCommand.cxx,
+	Source/cmWin32LibrariesCommand.cxx,
+	Source/cmWrapExcludeFilesCommand.cxx,
+	Source/MFCDialog/CMakeSetupDialog.cpp,
+	Source/cmVTKWrapPythonCommand.cxx, Source/cmVTKWrapPythonCommand.h,
+	Source/cmVTKWrapTclCommand.cxx, Source/cmVTKWrapTclCommand.h,
+	Source/cmSourceFile.cxx, Source/cmSourceFile.h,
+	Source/cmTarget.cxx, Source/cmWrapTclCommand.cxx,
+	Source/cmWrapTclCommand.h, Source/cmClassFile.cxx,
+	Source/cmClassFile.h: many fixes and cleanup and features
+
+2001-04-24 18:19  hoffman
+
+	* Source/MFCDialog/CMakeSetupDialog.cpp,
+	Source/MFCDialog/PropertyList.cpp, Source/MFCDialog/PropertyList.h:
+	BUG: fix duplicate property items
+
+2001-04-24 17:32  hoffman
+
+	* Source/MFCDialog/CMakeSetupDialog.cpp,
+	Source/MFCDialog/CMakeSetupDialog.h,
+	Source/MFCDialog/PropertyList.cpp: BUG: fix cache updates
+
+2001-04-24 16:40  hoffman
+
+	* Source/cmBuildSharedLibrariesCommand.cxx,
+	Source/cmCacheManager.cxx, Source/cmCacheManager.h,
+	Source/cmMakefile.cxx, Source/cmMakefile.h,
+	Source/cmOptionCommand.cxx, Source/cmWrapTclCommand.cxx,
+	Source/MFCDialog/CMakeSetupDialog.cpp: BUG: fix build directory
+	problem
+
+2001-04-24 13:45  king
+
+	* CMakeVariables.make.in: ERR: Removed extra SRC_OBJ reference. 
+	The variable is no longer used.
+
+2001-04-23 20:40  hoffman
+
+	* Source/CMakeLib.dsp, Source/cmCacheManager.cxx,
+	Source/cmCacheManager.h, Source/cmDSWMakefile.cxx,
+	Source/cmDSWWriter.cxx, Source/cmSourceGroup.h,
+	Source/cmStandardIncludes.h, Source/cmWindowsConfigure.cxx,
+	Source/cmWindowsConfigure.h, Source/MFCDialog/CMakeDialog.h,
+	Source/MFCDialog/CMakeSetup.dsp, Source/MFCDialog/CMakeSetup.rc,
+	Source/MFCDialog/CMakeSetupDialog.cpp,
+	Source/MFCDialog/CMakeSetupDialog.h,
+	Source/MFCDialog/PropertyList.cpp, Source/MFCDialog/PropertyList.h,
+	Source/MFCDialog/resource.h: ENH: new GUI editor for cmake cache
+	file
+
+2001-04-23 20:33  martink
+
+	* Source/cmCommands.cxx, Source/cmWrapTclCommand.cxx: added option
+	command
+
+2001-04-23 20:33  martink
+
+	* Source/cmOptionCommand.cxx, Source/cmOptionCommand.h: new command
+
+2001-04-23 17:58  blezek
+
+	* CMakeRules.make.in, Source/cmUnixMakefileGenerator.cxx: BUG:
+	Clean was not doing it's job
+
+2001-04-23 14:23  king
+
+	* Source/cmIfCommand.h: ERR: Added virtual destructor to complement
+	virtual functions in cmIfFunctionBlocker.
+
+2001-04-19 21:39  martink
+
+	* Source/cmAddDefinitionsCommand.cxx,
+	Source/cmAddDefinitionsCommand.h, Source/cmCommands.cxx,
+	Source/cmElseCommand.cxx, Source/cmElseCommand.h,
+	Source/cmEndIfCommand.cxx, Source/cmEndIfCommand.h,
+	Source/cmFunctionBlocker.h, Source/cmIfCommand.cxx,
+	Source/cmIfCommand.h, Source/cmMakefile.cxx, Source/cmMakefile.h:
+	added if else endif add definition
+
+2001-04-19 17:28  martink
+
+	* Source/cmCablePackageCommand.cxx, Source/cmCustomCommand.h,
+	Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
+	Source/cmDSWMakefile.cxx, Source/cmDSWWriter.cxx,
+	Source/cmMakefile.cxx, Source/cmSourceGroup.cxx, Source/cmTarget.h,
+	Source/cmUnixMakefileGenerator.cxx: cleaned up the coding style
+	made ivars private etc
+
+2001-04-18 12:01  king
+
+	* Source/cmMakeDepend.cxx: ERR: We can't assume a vector iterator
+	is a pointer.  It must be dereferenced to get a reference to the
+	element, and then we can take the address of that to get a pointer.
+	 "i" becomes "&*i"
+
+2001-04-17 11:42  king
+
+	* Source/cmUnixMakefileGenerator.cxx: ERR: Removed unused variable.
+
+2001-04-16 19:40  hoffman
+
+	* Source/cmStandardIncludes.h, Source/cmSystemTools.cxx: BUG: fix
+	small compile issues on HP aCC
+
+2001-04-16 16:31  king
+
+	* Source/cmMakeDepend.cxx, Source/cmMakeDepend.h: ENH: Changed
+	m_Indices to an stl set and renamed it to m_IndexSet.  Using a set
+	results in a significant performance increase and reduction in
+	memory usage.
+
+2001-04-16 14:15  millerjv
+
+	* Source/cmAddLibraryCommand.cxx: FIX: allow ADD_LIBRARY with no
+	source list
+
+2001-04-16 14:01  martink
+
+	* Source/cmCablePackageCommand.cxx, Source/cmMakefile.h: fixed
+	cable package issue
+
+2001-04-12 19:34  martink
+
+	* Source/Makefile.in, Source/cmAddLibraryCommand.cxx,
+	Source/cmCacheManager.cxx, Source/cmCacheManager.h,
+	Source/cmMakefile.h, Source/cmUnixMakefileGenerator.cxx,
+	Source/cmWrapTclCommand.cxx: some bug fixes
+
+2001-04-12 13:55  king
+
+	* Source/cmUnixMakefileGenerator.cxx,
+	Source/cmUnixMakefileGenerator.h: ENH: Added individual library
+	linkage output so that shared libraries will not try to link
+	against themselves.
+
+2001-04-12 13:49  martink
+
+	* Source/cmExecutablesCommand.cxx, Source/cmExecutablesCommand.h:
+	removed old rules
+
+2001-04-11 20:34  king
+
+	* Source/cmUnixMakefileGenerator.cxx: ENH: Generation now sets up
+	proper linking of shared libraries to each other.
+
+2001-04-11 19:43  king
+
+	* CMakeMaster.make.in: ERR: Needed to switch point where
+	CMakeTargets.make is included so that Variables will be available
+	to the targets file.
+
+2001-04-11 18:58  martink
+
+	* Source/CMakeLib.dsp, Source/CMakeSetupCMD.dsp,
+	Source/Makefile.in, Source/cmAbstractFilesCommand.cxx,
+	Source/cmAddExecutableCommand.cxx, Source/cmAddExecutableCommand.h,
+	Source/cmAddLibraryCommand.cxx, Source/cmAddLibraryCommand.h,
+	Source/cmAuxSourceDirectoryCommand.cxx,
+	Source/cmAuxSourceDirectoryCommand.h, Source/cmCableCommand.cxx,
+	Source/cmCableData.cxx, Source/cmCableData.h,
+	Source/cmCablePackageCommand.cxx, Source/cmCablePackageCommand.h,
+	Source/cmCableSourceFilesCommand.cxx, Source/cmClassFile.cxx,
+	Source/cmClassFile.h, Source/cmCommands.cxx,
+	Source/cmCustomCommand.cxx, Source/cmCustomCommand.h,
+	Source/cmDSPMakefile.cxx, Source/cmDSPMakefile.h,
+	Source/cmDSPWriter.cxx, Source/cmDSPWriter.h,
+	Source/cmDSWMakefile.cxx, Source/cmDSWMakefile.h,
+	Source/cmDSWWriter.cxx, Source/cmDSWWriter.h,
+	Source/cmMakeDepend.cxx, Source/cmMakeDepend.h,
+	Source/cmMakefile.cxx, Source/cmMakefile.h,
+	Source/cmSourceFilesCommand.cxx, Source/cmSourceFilesCommand.h,
+	Source/cmSourceFilesRequireCommand.cxx,
+	Source/cmSourceFilesRequireCommand.h, Source/cmSourceGroup.cxx,
+	Source/cmSourceGroup.h, Source/cmTarget.h,
+	Source/cmTestsCommand.cxx, Source/cmUnixMakefileGenerator.cxx,
+	Source/cmUnixMakefileGenerator.h,
+	Source/cmWrapExcludeFilesCommand.cxx, Source/cmWrapTclCommand.cxx,
+	Source/cmWrapTclCommand.h, CMakeRules.make.in: major changes to
+	support multiple libraries and source lists
+
+2001-04-10 19:26  king
+
+	* Source/DLLHeader.dsptemplate: ENH: Need BUILD_SHARED_LIBRARIES
+	defined for making windows DLLs.
+
+2001-04-09 14:56  king
+
+	* Source/cmCablePackageCommand.cxx: ERR: Added double-quotes around
+	command name before arguments are appended.
+
+2001-04-09 14:53  king
+
+	* Source/cmUnixMakefileGenerator.cxx: ERR: Missed one EscapeSpaces
+	call.
+
+2001-04-09 14:31  king
+
+	* Source/cmCableCommand.cxx, Source/cmDSPMakefile.cxx,
+	Source/cmDSPWriter.cxx, Source/cmSystemTools.cxx,
+	Source/cmSystemTools.h, Source/cmUnixMakefileGenerator.cxx,
+	Source/cmUtilitySourceCommand.cxx: ERR: Corrected use of
+	double-quotes to be compatible with UNIX make.	Now double quotes
+	(windows) or escape sequences for spaces (unix) are added when
+	dependencies are output.
+
+2001-04-09 13:44  king
+
+	* Source/cmCableCommand.cxx, Source/cmDSPMakefile.cxx,
+	Source/cmDSPWriter.cxx, Source/cmUtilitySourceCommand.cxx: ENH:
+	Added support for spaces in the output directory names.  Spaces in
+	the input directory name may work also, but are untested.
+
+2001-04-06 21:01  hoffman
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
+	Source/cmDSPMakefile.h, Source/cmDSPWriter.h,
+	Source/cmDSWMakefile.cxx, Source/cmDSWWriter.cxx: BUG: fix depends
+	for libraries and executables in the same dir
+
+2001-04-06 18:51  hoffman
+
+	* Source/cmFindIncludeCommand.cxx, Source/cmFindLibraryCommand.cxx,
+	Source/cmMakefile.cxx: ENH: better error reporting, and add
+	NOTFOUND into cache for library and file find
+
+2001-04-06 16:00  martink
+
+	* Source/cmFindIncludeCommand.h: fixed the documentation some
+
+2001-04-06 12:28  millerjv
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx: FIX:
+	configurations list needed to be reset for each dsp file created
+
+2001-04-04 13:33  millerjv
+
+	* Source/EXEHeader.dsptemplate, Source/staticLibHeader.dsptemplate:
+	FIX: returned to using /O2 optimization level and put a pragma in
+	the netlib code that could not handle the /Og component of /O2
+
+2001-03-28 16:49  king
+
+	* Source/cmSystemTools.cxx: ERR: Blank line regular expression
+	updated to allow whitespace on the line.
+
+2001-03-23 19:27  king
+
+	* Source/cmCableSourceFilesCommand.cxx,
+	Source/cmCableSourceFilesCommand.h: ENH: Added support for
+	CABLE_SOURCE_FILES to refer to files that are not in the current
+	directory.  The include path is searched for the files.
+
+2001-03-21 20:52  king
+
+	* Source/cmStandardIncludes.h: ERR: Added pragma to disable symbol
+	length warning for Intel compiler.
+
+2001-03-20 18:48  king
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx: ERR: Small bug
+	in generated DSP file fixed.  A custom command environment variable
+	has been replaced with explicity writing out the command.
+
+2001-03-20 18:20  king
+
+	* Source/CMakeLib.dsp, Source/Makefile.in,
+	Source/cmCableCommand.cxx, Source/cmCablePackageCommand.cxx,
+	Source/cmCommands.cxx, Source/cmDSPMakefile.cxx,
+	Source/cmDSPMakefile.h, Source/cmDSPWriter.cxx,
+	Source/cmDSPWriter.h, Source/cmMakefile.cxx, Source/cmMakefile.h,
+	Source/cmSourceGroup.cxx, Source/cmSourceGroup.h,
+	Source/cmSourceGroupCommand.cxx, Source/cmSourceGroupCommand.h,
+	Source/cmUnixMakefileGenerator.cxx, Source/cmWrapTclCommand.cxx:
+	ENH: Added SOURCE_GROUP command and corresponding support code. 
+	This command allows CMakeLists files to specify how sources are
+	organized into groups in the generated DSP files and makefiles.
+
+2001-03-19 16:47  millerjv
+
+	* Source/EXEHeader.dsptemplate: ENH: ignore unused libary warnings,
+	removed /force
+
+2001-03-19 16:00  king
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx: ENH: Added text
+	files group to DSP output.  CMakeLists.txt is duplicated in this
+	group and outside, but fixing this will require a reorganization of
+	custom rule generation.  I should get to that soon.
+
+2001-03-19 16:00  king
+
+	* Source/cmSystemTools.cxx, Source/cmSystemTools.h: ERR: Removed
+	functions I just added.  They don't belong here (yet?).
+
+2001-03-19 16:00  king
+
+	* Source/cmCableCommand.cxx: ERR: Changed generation of rule to
+	generate cable_config.xml to be produced differently for windows
+	and unix.
+
+2001-03-19 15:09  king
+
+	* Source/cmSystemTools.cxx, Source/cmSystemTools.h: ENH: Added
+	functions to get information about the CMake executable on each
+	platform.
+
+2001-03-19 15:09  king
+
+	* Source/cmCableCommand.cxx: ENH: Added generation of a rule to
+	re-run CMake if the cable_config.xml file is missing.
+
+2001-03-16 16:14  king
+
+	* Source/cmCableData.cxx, Source/cmCableData.h: ERR: Re-ordered
+	declaration of members v. order of initialization on the
+	constructor to match each other.
+
+2001-03-16 16:04  king
+
+	* Source/cmCableData.cxx, Source/cmCableData.h: BUG: Rearranged
+	cable config file open to do open in construction of m_OutputFile. 
+	Fixes problem on SGI with opening the file.
+
+2001-03-16 14:25  king
+
+	* Source/cmCableDefineSetCommand.cxx,
+	Source/cmCableSourceFilesCommand.cxx: ENH: Changed generated
+	includes to not have full path specified.
+
+2001-03-15 23:09  king
+
+	* Source/cmCommands.cxx,
+	Source/cmIncludeRegularExpressionCommand.cxx,
+	Source/cmIncludeRegularExpressionCommand.h,
+	Source/cmMakeDepend.cxx, Source/cmMakeDepend.h,
+	Source/cmMakefile.cxx, Source/cmMakefile.h: ENH: Added
+	INCLUDE_REGULAR_EXPRESSION command to set regular expression used
+	in dependency checking.
+
+2001-03-15 19:46  king
+
+	* Source/cmCableDefineSetCommand.cxx,
+	Source/cmCableDefineSetCommand.h: ENH: Added SOURCE_FILES syntax to
+	CABLE_DEFINE_SET command.
+
+2001-03-15 19:33  king
+
+	* Source/cmMakefile.cxx, Source/cmMakefile.h: BUG: Moved definition
+	of CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR to be as soon as their
+	information is known.
+
+2001-03-15 15:42  king
+
+	* Source/cmCablePackageCommand.cxx, Source/cmCablePackageCommand.h:
+	BUG: Fixed segfault when CABLE_PACKAGE is only CABLE command. 
+	Related to order of virtual destructor calls.
+
+2001-03-14 22:49  king
+
+	* Source/cmStandardIncludes.h: ERR: Added for-loop scoping hack for
+	CMake sources on MSVC
+
+2001-03-14 21:34  king
+
+	* Source/cmSystemTools.cxx: ENH: Added support for comments inside
+	function calls and indented comments.
+
+2001-03-13 23:01  king
+
+	* Source/cmCableDefineSetCommand.cxx,
+	Source/cmCableDefineSetCommand.h: ENH: Added support for element
+	tag specification with syntax tag:element as an argument to the
+	CABLE_DEFINE_SET command.  A single colon with nothing to its left
+	will result in an empty tag.
+
+2001-03-13 14:33  king
+
+	* Source/cmWrapTclCommand.cxx: ERR: Less-than-zero test replaced
+	with greater-than-zero since we want zero arguments.
+
+2001-03-12 23:30  king
+
+	* Source/cmCommand.h, Source/cmSystemTools.cxx,
+	Source/cmSystemTools.h: ENH: Improved error handling when GetError
+	is called on a command that has not called SetError.
+
+2001-03-12 15:10  geoff
+
+	* Source/cmCommands.cxx, Source/cmWin32IncludeDirectoryCommand.cxx,
+	Source/cmWin32IncludeDirectoryCommand.h: Include directories under
+	Win32 only (inherited by subdirs)
+
+2001-03-09 21:56  king
+
+	* Source/DLLHeader.dsptemplate, Source/EXEHeader.dsptemplate,
+	Source/cmDSPMakefile.cxx, Source/cmDSPMakefile.h,
+	Source/cmDSPWriter.cxx, Source/cmDSPWriter.h,
+	Source/staticLibHeader.dsptemplate: ENH: Finished Simplifying
+	dsptemplate processing with  in place of separate Release, Debug,
+	ReleaseDLL, ... configurations.
+
+2001-03-09 20:35  king
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
+	Source/staticLibHeader.dsptemplate: ERR: Fixed library path problem
+	for ReleaseMinSize build.   should now be used in place of separate
+	Release, Debug, and ReleaseMinSize.
+
+2001-03-09 19:35  king
+
+	* Source/EXEHeader.dsptemplate: ERR: Fixed header template for
+	Release MinSize builds.
+
+2001-03-09 16:33  king
+
+	* Source/EXEHeader.dsptemplate: ENH: Added Release MinSize
+	configuration for executables.
+
+2001-03-09 16:33  king
+
+	* Source/cmUtilitySourceCommand.h: ENH: Made UTILITY_SOURCE command
+	inherited, just like FIND_PROGRAM.
+
+2001-03-09 16:16  king
+
+	* Source/cmCablePackageCommand.cxx: ERR: Missing initalization of a
+	cmClassFile::m_HeaderFileOnly fixed.
+
+2001-03-09 15:52  king
+
+	* Source/cmCablePackageCommand.cxx: ENH: Added proper dependency
+	generation for a package on cable executable.
+
+2001-03-09 15:52  king
+
+	* Source/cmDSWMakefile.cxx, Source/cmDSWWriter.cxx,
+	Source/cmMakefile.cxx, Source/cmMakefile.h,
+	Source/cmUnixMakefileGenerator.cxx,
+	Source/cmUnixMakefileGenerator.h,
+	Source/cmUtilitySourceCommand.cxx: ENH: Added utility dependency
+	support.  Now a project can depend on other executables as well as
+	link libraries.
+
+2001-03-09 15:52  king
+
+	* Source/cmCableCommand.cxx, Source/cmCableData.cxx: ERR: Added
+	automatic creation of directory for cable_config.xml file and
+	corresponding error reporting.
+
+2001-03-08 23:24  king
+
+	* Source/cmMakefile.cxx, Source/cmUtilitySourceCommand.cxx: ERR:
+	Replaced CMAKE_CFG= with CMAKE_CFG_OUTDIR= to fix windows behavior.
+
+2001-03-08 23:13  king
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx: ENH: Added
+	output of custom rules for XML sources.
+
+2001-03-08 22:38  king
+
+	* Source/cmUnixMakefileGenerator.cxx: ENH: Added output of defines
+	flags as part of INCLUDE_FLAGS.
+
+2001-03-08 22:30  king
+
+	* Source/cmUnixMakefileGenerator.cxx: ENH: Added output of a custom
+	command's m_Source as a dependency.
+
+2001-03-08 22:30  king
+
+	* Source/cmUnixDefinesCommand.cxx: ERR: Minor wording error in
+	output message.
+
+2001-03-08 22:30  king
+
+	* Source/cmCablePackageCommand.cxx: ENH: Creation of generator rule
+	now properly uses the custom command's m_Source member.
+
+2001-03-08 21:12  king
+
+	* Source/cmCableCommand.cxx, Source/cmCableData.cxx,
+	Source/cmCableData.h, Source/cmCablePackageCommand.cxx,
+	Source/cmCablePackageCommand.h,
+	Source/cmCableSourceFilesCommand.cxx,
+	Source/cmCableSourceFilesCommand.h: ENH: Added creation of custom
+	rules for generating CABLE packages.
+
+2001-03-08 21:12  king
+
+	* Source/cmMakeDepend.cxx, Source/cmMakeDepend.h: ENH: Added
+	support for finding dependencies for files that don't exist. 
+	Dependency recursion begins with hints provided in the cmClassFile
+	for a file if it doesn't exist.
+
+2001-03-08 16:30  king
+
+	* Source/cmCableSourceFilesCommand.cxx: ENH: Added .txx detection
+	for Header block output.
+
+2001-03-08 15:30  king
+
+	* Source/cmCommands.cxx, Source/cmMakefile.cxx,
+	Source/cmMakefile.h, Source/cmSystemTools.cxx,
+	Source/cmSystemTools.h, Source/cmUtilitySourceCommand.cxx,
+	Source/cmUtilitySourceCommand.h: ENH: Added UTILITY_SOURCE command
+	for specifying where a 3rd party utility's source is located when
+	it is included in the distribution of a project.
+
+2001-03-07 18:33  king
+
+	* Source/cmCableCommand.cxx: ERR: Commented out experimental code
+	that was accidentally checked in.
+
+2001-03-07 18:23  king
+
+	* Source/cmCableCommand.cxx: ENH: Added Cable to Utilities and
+	appropriate CMakeLists.txt changes.  Moved VXLNumerics link out of
+	source's root directory and into separate entries for Code and
+	Testing directories.  This prevents linking of all programs (like
+	Cable) with the numerics library.
+
+2001-03-02 21:04  king
+
+	* Source/cmUnixMakefileGenerator.cxx,
+	Source/cmUnixMakefileGenerator.h: ENH: Added custom rule support to
+	cmUnixMakefileGenerator.
+
+2001-03-02 18:47  will
+
+	* Source/cmUnixMakefileGenerator.cxx: BUG: repeat all -l options to
+	avoid having to worry about link order.
+
+2001-03-02 17:27  king
+
+	* Source/cmCableCommand.cxx, Source/cmCableData.cxx,
+	Source/cmCableData.h: ENH: CABLE config file (config_cable.xml)
+	should now be opened in the output directory.
+
+2001-03-01 21:47  king
+
+	* Source/cmCableCloseNamespaceCommand.cxx,
+	Source/cmCableCloseNamespaceCommand.h, Source/cmCableCommand.cxx,
+	Source/cmCableCommand.h, Source/cmCableData.cxx,
+	Source/cmCableData.h, Source/cmCableDefineSetCommand.cxx,
+	Source/cmCableDefineSetCommand.h,
+	Source/cmCableInstantiateClassCommand.cxx,
+	Source/cmCableInstantiateClassCommand.h,
+	Source/cmCableInstantiateCommand.cxx,
+	Source/cmCableInstantiateCommand.h,
+	Source/cmCableOpenNamespaceCommand.cxx,
+	Source/cmCableOpenNamespaceCommand.h,
+	Source/cmCablePackageCommand.cxx, Source/cmCablePackageCommand.h,
+	Source/cmCablePackageEntryCommand.cxx,
+	Source/cmCablePackageEntryCommand.h,
+	Source/cmCableSourceFilesCommand.cxx,
+	Source/cmCableSourceFilesCommand.h, Source/cmCableWrapCommand.cxx,
+	Source/cmCableWrapCommand.h, Source/cmCommands.cxx: ENH: Change to
+	new CABLE command architecture.  CABLE configuration code is now
+	generated on the first pass, during the Invoke() calls.
+
+2001-02-28 22:50  hoffman
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
+	Source/cmDSPMakefile.h, Source/cmDSPWriter.h,
+	Source/cmDSWMakefile.cxx, Source/cmDSWWriter.cxx: BUG: fix circular
+	depends on libraries and remove depends for static libraries
+
+2001-02-28 14:34  king
+
+	* Source/cmCableCommand.cxx, Source/cmCableCommand.h,
+	Source/cmCableData.cxx, Source/cmCableData.h,
+	Source/cmCableDefineSetCommand.cxx,
+	Source/cmCableDefineSetCommand.h,
+	Source/cmCableInstantiateClassCommand.cxx,
+	Source/cmCableInstantiateClassCommand.h,
+	Source/cmCableInstantiateCommand.cxx,
+	Source/cmCableInstantiateCommand.h, Source/cmCommands.cxx: ENH:
+	CABIL -> CABLE rename.
+
+2001-02-27 21:44  martink
+
+	* Source/cmClassFile.h: added wrap exclude ivar
+
+2001-02-27 21:44  martink
+
+	* Source/cmBuildSharedLibrariesCommand.cxx,
+	Source/cmBuildSharedLibrariesCommand.h,
+	Source/cmWrapExcludeFilesCommand.cxx,
+	Source/cmWrapExcludeFilesCommand.h: new commands
+
+2001-02-27 21:44  martink
+
+	* Source/DLLFooter.dsptemplate, Source/DLLHeader.dsptemplate: dll
+	build rules
+
+2001-02-27 21:44  martink
+
+	* Source/cmWrapTclCommand.cxx: bug fixes
+
+2001-02-27 21:44  martink
+
+	* Source/cmCommands.cxx: added new commands
+
+2001-02-27 21:44  martink
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPMakefile.h,
+	Source/cmDSPWriter.cxx, Source/cmDSPWriter.h,
+	Source/cmDSWMakefile.cxx, Source/cmDSWWriter.cxx: many enhancements
+	including dll support
+
+2001-02-27 21:44  martink
+
+	* Source/staticLibHeader.dsptemplate: change in options for much
+	smaller libraries
+
+2001-02-27 21:28  king
+
+	* Source/cmCableCommand.h, Source/cmCableDefineSetCommand.cxx,
+	Source/cmCableDefineSetCommand.h,
+	Source/cmCableInstantiateClassCommand.cxx,
+	Source/cmCableInstantiateClassCommand.h,
+	Source/cmCableInstantiateCommand.cxx,
+	Source/cmCableInstantiateCommand.h, Source/cmCommands.cxx: ENH:
+	Implemented automatic tag generation for CABIL_DEFINE_SET command. 
+	Added tag output to WriteConfiguration methods.  Added
+	CABIL_INSTANTIATE_CLASS command to generate explicit class template
+	instantiation configuration output.
+
+2001-02-27 20:41  king
+
+	* Source/cmSystemTools.cxx: ENH/BUG: Improved function parsing to
+	allow just about anything inside a double-quoted argument.  Also
+	fixed parsing of lines with both quoted and non-quoted arguments.
+
+2001-02-27 17:00  lorensen
+
+	* Source/cmSystemTools.cxx: ENH: mask on mkdir set to 777.
+
+2001-02-27 17:00  lorensen
+
+	* Source/CMakeBuildTargets.cxx: ERR: missing std:: on cout.
+
+2001-02-27 01:58  millerjv
+
+	* Source/staticLibHeader.dsptemplate: FIX: added /GR to MinSize
+	build to avoid warnings about dynamic cast
+
+2001-02-26 23:20  king
+
+	* Source/cmCableInstantiateCommand.cxx: ERR: Fixed configuration
+	file output to open file in output directory.
+
+2001-02-26 23:16  king
+
+	* Source/cmWrapTclCommand.cxx: int -> unsigned int
+
+2001-02-26 22:58  king
+
+	* Source/cmStandardIncludes.h: ERR: fsream.h -> fstream.h
+
+2001-02-26 22:58  king
+
+	* Source/cmCableCommand.cxx, Source/cmCableCommand.h,
+	Source/cmCableData.cxx, Source/cmCableData.h,
+	Source/cmCableDefineSetCommand.cxx,
+	Source/cmCableDefineSetCommand.h,
+	Source/cmCableInstantiateCommand.cxx,
+	Source/cmCableInstantiateCommand.h, Source/cmCommands.cxx: ENH:
+	Added CABIL commands for configuration file generation.
+
+2001-02-26 22:58  king
+
+	* Source/cmMakefile.h: ENH: Added GetUsedCommands() method.
+
+2001-02-26 22:13  martink
+
+	* Source/cmWrapTclCommand.cxx, Source/cmWrapTclCommand.h: very
+	early version of a wrapper
+
+2001-02-26 22:13  martink
+
+	* Source/cmCommands.cxx, Source/cmDSPMakefile.cxx,
+	Source/cmDSPMakefile.h, Source/cmDSPWriter.cxx,
+	Source/cmDSPWriter.h, Source/cmMakefile.h: a variety of fixes and
+	enhancements
+
+2001-02-26 22:13  martink
+
+	* Source/cmClassFile.cxx, Source/cmClassFile.h: added
+	functionality, fixed bug if no file existed and with header files
+
+2001-02-26 22:13  martink
+
+	* Source/cmFindProgramCommand.cxx, Source/cmFindProgramCommand.h:
+	fixed bug and modified functionality
+
+2001-02-26 22:13  martink
+
+	* Source/cmFindFileCommand.cxx, Source/cmFindFileCommand.h: new
+	command
+
+2001-02-26 18:25  king
+
+	* Source/cmMakefile.cxx: ERR: Fixed unknown command output error
+	message for spacing.
+
+2001-02-26 17:07  king
+
+	* Source/cmAbstractFilesCommand.h, Source/cmAddTargetCommand.h,
+	Source/cmAuxSourceDirectoryCommand.h, Source/cmCommand.h,
+	Source/cmExecutablesCommand.h, Source/cmFindIncludeCommand.h,
+	Source/cmFindLibraryCommand.h, Source/cmFindProgramCommand.h,
+	Source/cmIncludeDirectoryCommand.h, Source/cmLibraryCommand.h,
+	Source/cmLinkDirectoriesCommand.h, Source/cmLinkLibrariesCommand.h,
+	Source/cmProjectCommand.h, Source/cmSourceFilesCommand.h,
+	Source/cmSourceFilesRequireCommand.h, Source/cmSubdirCommand.h,
+	Source/cmTestsCommand.h, Source/cmUnixDefinesCommand.h,
+	Source/cmUnixLibrariesCommand.h, Source/cmWin32DefinesCommand.h,
+	Source/cmWin32LibrariesCommand.h: ENH: Added safe downcast support
+	(without RTTI) to cmCommand and its subclasses.
+
+2001-02-23 15:40  king
+
+	* Source/cmAbstractFilesCommand.cxx, Source/cmCommand.h,
+	Source/cmCommands.h, Source/cmConfigureFileNoAutoconf.h,
+	Source/cmFindIncludeCommand.cxx, Source/cmFindLibraryCommand.cxx,
+	Source/cmFindProgramCommand.cxx, Source/cmMakefile.cxx,
+	Source/cmUnixMakefileGenerator.cxx: ERR: Fixed warnings
+	(int->unsigned int and a few others).
+
+2001-02-23 00:37  hoffman
+
+	* configure.in.sample: ENH: update sample
+
+2001-02-23 00:31  hoffman
+
+	* Source/cmSystemTools.cxx: BUG: remove debug print
+
+2001-02-23 00:23  hoffman
+
+	* Source/CMakeBuildTargets.cxx, Source/Makefile.in,
+	Source/cmCacheManager.cxx, Source/cmCacheManager.h,
+	Source/cmConfigureFileNoAutoconf.cxx, Source/cmDSPMakefile.cxx,
+	Source/cmDSPWriter.cxx, Source/cmDSWMakefile.cxx,
+	Source/cmDSWWriter.cxx, Source/cmMakefile.cxx, Source/cmMakefile.h,
+	Source/cmStandardIncludes.h, Source/cmSystemTools.cxx,
+	Source/cmSystemTools.h, Source/MFCDialog/CMakeSetupDialog.cpp,
+	CMakeRules.make.in, CMakeTopMakefileTemplate.in,
+	Source/cmConfigure.h.in: ENH: add CMakeCache.txt support
+
+2001-02-20 19:12  hoffman
+
+	* Source/cmSystemTools.cxx: ENH: remove relative and extra paths in
+	CMakeLists.txt files
+
+2001-02-20 17:25  hoffman
+
+	* CMakeRules.make.in: BUG: fix for in source build
+
+2001-02-19 20:13  hoffman
+
+	* CMakeMakefileTemplate.in, MakefileTemplate.in,
+	configure.in.sample, Source/CMakeBuildTargets.cxx,
+	Source/CMakeSetupCMD.cxx, Source/Makefile.in,
+	Source/cmCacheManager.cxx, Source/cmCacheManager.h,
+	Source/cmCommand.h, Source/cmDSWMakefile.cxx,
+	Source/cmDSWWriter.cxx, Source/cmFindIncludeCommand.cxx,
+	Source/cmFindLibraryCommand.cxx, Source/cmFindProgramCommand.cxx,
+	Source/cmIncludeDirectoryCommand.cxx, Source/cmMakefile.cxx,
+	Source/cmRegularExpression.h, Source/cmSystemTools.cxx,
+	Source/cmUnixMakefileGenerator.cxx,
+	Source/cmUnixMakefileGenerator.h, Source/MFCDialog/CMakeSetup.rc,
+	Source/MFCDialog/CMakeSetupDialog.cpp, Source/MFCDialog/resource.h:
+	ENH: first pass at cache, clean up the unix generator, clean up
+	configure.in some
+
+2001-02-18 18:02  hoffman
+
+	* configure.in.sample: ENH: add a smaple configure.in for CMake
+	based projects
+
+2001-02-18 17:47  hoffman
+
+	* configure.in.sample: ENH: add a smaple configure.in for CMake
+	based projects
+
+2001-02-16 20:34  hoffman
+
+	* Source/cmCacheManager.h: ENH: clean up comments some
+
+2001-02-16 20:01  will
+
+	* CMake.pdf: ENH:Added pdf file
+
+2001-02-16 16:52  martink
+
+	* CMake.doc: clean up docs
+
+2001-02-16 16:34  martink
+
+	* Source/cmConfigureFileNoAutoconf.cxx, Source/cmDSWMakefile.cxx,
+	Source/cmDSWWriter.cxx, Source/cmFindIncludeCommand.cxx,
+	Source/cmFindLibraryCommand.cxx, Source/cmFindLibraryCommand.h,
+	Source/cmFindProgramCommand.cxx, Source/cmMakefile.cxx,
+	Source/cmMakefile.h, Source/cmSystemTools.cxx,
+	Source/cmSystemTools.h: ENH: add new commands fro find library and
+	find program
+
+2001-02-15 18:30  martink
+
+	* CMakeRules.make.in, CMakeVariables.make.in,
+	Source/CMakeBuildTargets.cxx, Source/CMakeSetupCMD.cxx,
+	Source/cmClassFile.cxx, Source/cmClassFile.h,
+	Source/cmConfigureFileNoAutoconf.h, Source/cmDSPMakefile.cxx,
+	Source/cmDSPWriter.cxx, Source/cmDSWMakefile.cxx,
+	Source/cmDSWWriter.cxx, Source/cmMakefile.cxx, Source/cmMakefile.h,
+	Source/cmProjectCommand.cxx, Source/cmProjectCommand.h,
+	Source/MFCDialog/CMakeSetupDialog.cpp: some cleanup and fixes
+
+2001-02-14 17:58  hoffman
+
+	* Source/MFCDialog/CMakeSetupDialog.cpp: BUG: set output directory
+	correctly
+
+2001-02-14 17:26  hoffman
+
+	* Source/cmMakeDepend.cxx: ENH: fix depend segfault
+
+2001-02-13 23:49  hoffman
+
+	* Source/cmConfigureFileNoAutoconf.cxx, Source/cmMakefile.cxx: ENH:
+	new vnl
+
+2001-02-13 21:48  hoffman
+
+	* Source/cmMakefile.cxx, Source/cmMakefile.h: ENH: add configure
+	style @var@ expansion
+
+2001-02-13 00:49  hoffman
+
+	* Source/CMakeBuildTargets.cxx, Source/Makefile.in,
+	Source/cmCommands.cxx, Source/cmConfigureFileNoAutoconf.cxx,
+	Source/cmConfigureFileNoAutoconf.h,
+	Source/cmConfigureHeaderCommand.cxx,
+	Source/cmConfigureHeaderCommand.h, Source/cmMakefile.cxx,
+	Source/cmMakefile.h, Source/cmStandardIncludes.h,
+	Source/cmSystemTools.cxx, Source/MFCDialog/CMakeSetupDialog.cpp,
+	Source/cmCommands.h: ENH: get rid of special msc configure file
+
+2001-02-12 19:42  hoffman
+
+	* Source/CMakeLib.dsp, Source/CMakeSetup.dsw,
+	Source/CMakeSetupCMD.dsp, Source/MFCDialog/CMakeSetup.dsp: ENH:
+	share a .lib with the command line and mfc versions.
+
+2001-02-12 19:26  hoffman
+
+	* Source/CMakeLib.dsp, Source/CMakeSetup.dsw,
+	Source/CMakeSetupCMD.cxx, Source/CMakeSetupCMD.dsp,
+	Source/Makefile.in, Source/cmCacheManager.cxx,
+	Source/cmCacheManager.h, Source/cmCommands.cxx,
+	Source/cmConfigureHeaderCommand.cxx,
+	Source/cmConfigureHeaderCommand.h, Source/cmDSWMakefile.cxx,
+	Source/cmDSWWriter.cxx, Source/cmMSProjectGenerator.h,
+	Source/MFCDialog/CMakeSetup.dsp,
+	Source/MFCDialog/CMakeSetupDialog.cpp: ENH: add cache manager
+	class, move all commands into cmCommands.cxx to speed up compile
+	times, share a .lib with the command line and mfc versions.
+
+2001-02-06 22:01  hoffman
+
+	* Source/staticLibHeader.dsptemplate: ENH: add /GX /Zm1000
+
+2001-02-06 21:48  hoffman
+
+	* Source/staticLibHeader.dsptemplate: ENH: min size build
+
+2001-02-06 15:52  hoffman
+
+	* Source/staticLibHeader.dsptemplate: ENH: put back /Zm1000 so we
+	can build large files
+
+2001-02-06 13:54  millerjv
+
+	* Source/EXEHeader.dsptemplate: FIX: added /force to link options
+	and removed precompiled header usage
+
+2001-02-06 13:54  millerjv
+
+	* Source/staticLibHeader.dsptemplate: FIX: remove precompiled
+	header settings
+
+2001-01-25 20:48  millerjv
+
+	* Source/EXEHeader.dsptemplate, Source/staticLibHeader.dsptemplate:
+	BUG: backed off on the compiler optimization used.  Instead of
+	using /O2, we now use all the components of /Ox (/Ob1 /Oi /Ot /Oy
+	/Gs) except for /Og
+
+2001-01-22 15:00  will
+
+	* Source/CMakeSetupCMD.dsp: BUG: convert to dos format
+
+2001-01-22 14:49  will
+
+	* Source/CMakeSetup.dsw, Source/CMakeSetupCMD.dsp,
+	Source/MFCDialog/CMakeSetup.dsp, Source/CMakeSetup.dsw,
+	Source/CMakeSetupCMD.dsp, Source/MFCDialog/CMakeSetup.dsp: BUG:
+	make dsp and dsw files binary
+
+2001-01-18 18:43  will
+
+	* README: ENH:Commands not rules
+
+2001-01-18 17:06  will
+
+	* Source/Makefile.in: ERR:Oops, use SimpleRule not SimpleCommand
+
+2001-01-18 16:51  will
+
+	* CMakeCommands.make.in, CMakeMaster.make.in, CMakeRules.make.in,
+	CMakeSimpleCommands.make.in, CMakeSimpleRules.make.in: ERR:Oops,
+	renamed back
+
+2001-01-18 16:20  will
+
+	* CMakeCommands.make.in, CMakeMaster.make.in, CMakeRules.make.in,
+	CMakeSimpleCommands.make.in, CMakeSimpleRules.make.in,
+	Source/CMakeSetupCMD.dsp, Source/Makefile.in,
+	Source/cmAbstractFilesCommand.cxx, Source/cmAbstractFilesCommand.h,
+	Source/cmAbstractFilesRule.cxx, Source/cmAbstractFilesRule.h,
+	Source/cmAddTargetCommand.cxx, Source/cmAddTargetCommand.h,
+	Source/cmAddTargetRule.cxx, Source/cmAddTargetRule.h,
+	Source/cmAuxSourceDirectoryCommand.cxx,
+	Source/cmAuxSourceDirectoryCommand.h,
+	Source/cmAuxSourceDirectoryRule.cxx,
+	Source/cmAuxSourceDirectoryRule.h, Source/cmCommand.h,
+	Source/cmDumpDocumentation.cxx, Source/cmExecutablesCommand.cxx,
+	Source/cmExecutablesCommand.h, Source/cmExecutablesRule.cxx,
+	Source/cmExecutablesRule.h, Source/cmFindIncludeCommand.cxx,
+	Source/cmFindIncludeCommand.h, Source/cmFindIncludeRule.cxx,
+	Source/cmFindIncludeRule.h, Source/cmFindLibraryCommand.cxx,
+	Source/cmFindLibraryCommand.h, Source/cmFindLibraryRule.cxx,
+	Source/cmFindLibraryRule.h, Source/cmFindProgramCommand.cxx,
+	Source/cmFindProgramCommand.h, Source/cmFindProgramRule.cxx,
+	Source/cmFindProgramRule.h, Source/cmIncludeDirectoryCommand.cxx,
+	Source/cmIncludeDirectoryCommand.h,
+	Source/cmIncludeDirectoryRule.cxx, Source/cmIncludeDirectoryRule.h,
+	Source/cmLibraryCommand.cxx, Source/cmLibraryCommand.h,
+	Source/cmLibraryRule.cxx, Source/cmLibraryRule.h,
+	Source/cmLinkDirectoriesCommand.cxx,
+	Source/cmLinkDirectoriesCommand.h,
+	Source/cmLinkDirectoriesRule.cxx, Source/cmLinkDirectoriesRule.h,
+	Source/cmLinkLibrariesCommand.cxx, Source/cmLinkLibrariesCommand.h,
+	Source/cmLinkLibrariesRule.cxx, Source/cmLinkLibrariesRule.h,
+	Source/cmMakefile.cxx, Source/cmMakefile.h,
+	Source/cmMakefileGenerator.h, Source/cmProjectCommand.cxx,
+	Source/cmProjectCommand.h, Source/cmProjectRule.cxx,
+	Source/cmProjectRule.h, Source/cmRuleMaker.h,
+	Source/cmSourceFilesCommand.cxx, Source/cmSourceFilesCommand.h,
+	Source/cmSourceFilesRequireCommand.cxx,
+	Source/cmSourceFilesRequireCommand.h,
+	Source/cmSourceFilesRequireRule.cxx,
+	Source/cmSourceFilesRequireRule.h, Source/cmSourceFilesRule.cxx,
+	Source/cmSourceFilesRule.h, Source/cmSubdirCommand.cxx,
+	Source/cmSubdirCommand.h, Source/cmSubdirRule.cxx,
+	Source/cmSubdirRule.h, Source/cmSystemTools.h,
+	Source/cmTestsCommand.cxx, Source/cmTestsCommand.h,
+	Source/cmTestsRule.cxx, Source/cmTestsRule.h,
+	Source/cmUnixDefinesCommand.cxx, Source/cmUnixDefinesCommand.h,
+	Source/cmUnixDefinesRule.cxx, Source/cmUnixDefinesRule.h,
+	Source/cmUnixLibrariesCommand.cxx, Source/cmUnixLibrariesCommand.h,
+	Source/cmUnixLibrariesRule.cxx, Source/cmUnixLibrariesRule.h,
+	Source/cmWin32DefinesCommand.cxx, Source/cmWin32DefinesCommand.h,
+	Source/cmWin32DefinesRule.cxx, Source/cmWin32DefinesRule.h,
+	Source/cmWin32LibrariesCommand.cxx,
+	Source/cmWin32LibrariesCommand.h, Source/cmWin32LibrariesRule.cxx,
+	Source/cmWin32LibrariesRule.h, Source/MFCDialog/CMakeSetup.dsp:
+	ENH:Reworked CMake for consistency
+
+2001-01-12 19:35  will
+
+	* README, Source/cmAbstractFilesRule.h, Source/cmAddTargetRule.h,
+	Source/cmAuxSourceDirectoryRule.h, Source/cmExecutablesRule.h,
+	Source/cmFindIncludeRule.h, Source/cmFindLibraryRule.h,
+	Source/cmFindProgramRule.h, Source/cmIncludeDirectoryRule.h,
+	Source/cmLibraryRule.h, Source/cmLinkDirectoriesRule.h,
+	Source/cmLinkLibrariesRule.h, Source/cmMakefile.cxx,
+	Source/cmProjectRule.h, Source/cmRuleMaker.h,
+	Source/cmSourceFilesRequireRule.h, Source/cmSourceFilesRule.h,
+	Source/cmSubdirRule.h, Source/cmTestsRule.h,
+	Source/cmUnixDefinesRule.h, Source/cmUnixLibrariesRule.h,
+	Source/cmWin32DefinesRule.h, Source/cmWin32LibrariesRule.h:
+	ENH:Tweaks to dump documentation
+
+2001-01-12 19:05  hoffman
+
+	* Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx: ENH: add define
+	flags in the right place
+
+2001-01-12 18:48  hoffman
+
+	* Source/cmSystemTools.cxx: BUG: add check for missing ) on
+	function
+
+2001-01-12 18:48  hoffman
+
+	* Source/MFCDialog/CMakeSetupDialog.cpp: ENH: allow continue if
+	missing MSC configure file
+
+2001-01-12 18:07  will
+
+	* README, Source/cmAuxSourceDirectoryRule.h,
+	Source/cmIncludeDirectoryRule.h, Source/cmLinkLibrariesRule.h,
+	Source/cmProjectRule.h, Source/cmSourceFilesRequireRule.h,
+	Source/cmSubdirRule.h, Source/cmUnixDefinesRule.h,
+	Source/cmWin32DefinesRule.h: ENH:Tweaks to dump documentation
+
+2001-01-12 17:49  will
+
+	* Source/cmAddTargetRule.h, Source/cmMakefile.cxx: ENH:Tweaks to
+	documentation
+
+2001-01-12 17:49  will
+
+	* README: ENH:Updated for rule-based CMake
+
+2001-01-12 17:42  will
+
+	* Source/cmDumpDocumentation.cxx, Source/cmMakefile.cxx,
+	Source/cmMakefile.h: ENH:Simple program dumps out internal
+	documentation for CMake
+
+2001-01-12 12:43  will
+
+	* README: README
+
+2001-01-11 21:19  will
+
+	* doxygen.config: ENH:Doxygenated CMake
+
+2001-01-11 19:55  will
+
+	* Source/CMakeBuildTargets.cxx, Source/CMakeSetupCMD.cxx,
+	Source/cmAbstractFilesRule.cxx, Source/cmClassFile.cxx,
+	Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
+	Source/cmDSWMakefile.cxx, Source/cmDSWWriter.cxx,
+	Source/cmExecutablesRule.cxx, Source/cmFindIncludeRule.cxx,
+	Source/cmFindLibraryRule.cxx, Source/cmFindProgramRule.cxx,
+	Source/cmIncludeDirectoryRule.cxx, Source/cmLibraryRule.cxx,
+	Source/cmLinkDirectoriesRule.cxx, Source/cmLinkLibrariesRule.cxx,
+	Source/cmMSProjectGenerator.cxx, Source/cmMakeDepend.cxx,
+	Source/cmMakefile.cxx, Source/cmMakefileGenerator.cxx,
+	Source/cmProjectRule.cxx, Source/cmSourceFilesRequireRule.cxx,
+	Source/cmSourceFilesRule.cxx, Source/cmSubdirRule.cxx,
+	Source/cmSystemTools.cxx, Source/cmTestsRule.cxx,
+	Source/cmUnixDefinesRule.cxx, Source/cmUnixLibrariesRule.cxx,
+	Source/cmWin32DefinesRule.cxx, Source/cmWin32LibrariesRule.cxx:
+	ENH:Documentation and cleanups
+
+2001-01-11 19:47  will
+
+	* Source/CMakeSetupCMD.cxx, Source/cmAddTargetRule.cxx,
+	Source/cmAuxSourceDirectoryRule.cxx, Source/cmClassFile.h,
+	Source/cmDSWMakefile.cxx, Source/cmDSWMakefile.h,
+	Source/cmDSWWriter.cxx, Source/cmDSWWriter.h, Source/cmDirectory.h,
+	Source/cmFindProgramRule.h, Source/cmMSProjectGenerator.cxx,
+	Source/cmMSProjectGenerator.h, Source/cmMakeDepend.h,
+	Source/cmMakefile.h, Source/cmMakefileGenerator.h,
+	Source/cmRegularExpression.cxx, Source/cmRegularExpression.h,
+	Source/cmStandardIncludes.h, Source/cmSystemTools.cxx,
+	Source/cmSystemTools.h, Source/cmUnixMakefileGenerator.cxx,
+	Source/cmUnixMakefileGenerator.h, Source/cmWindowsConfigure.cxx,
+	Source/cmWindowsConfigure.h: ENH:Documentation and cleanups
+
+2001-01-11 16:35  blezek
+
+	* Source/cmWin32DefinesRule.cxx, Source/cmWin32LibrariesRule.cxx:
+	BUG: Broken on non WIN32 platforms, changed SetEnableOff to
+	EnabledOff
+
+2001-01-11 13:04  will
+
+	* Source/cmFindIncludeRule.h, Source/cmFindLibraryRule.h,
+	Source/cmFindProgramRule.h, Source/cmIncludeDirectoryRule.h,
+	Source/cmLibraryRule.h, Source/cmLinkDirectoriesRule.h,
+	Source/cmLinkLibrariesRule.h, Source/cmProjectRule.h,
+	Source/cmSourceFilesRequireRule.h, Source/cmSourceFilesRule.h,
+	Source/cmSubdirRule.h, Source/cmTestsRule.h,
+	Source/cmUnixDefinesRule.h, Source/cmUnixLibrariesRule.h,
+	Source/cmWin32DefinesRule.h, Source/cmWin32LibrariesRule.h:
+	ENH:Added documentation; clean-up
+
+2001-01-10 22:29  will
+
+	* Source/cmExecutablesRule.h, Source/cmFindIncludeRule.h:
+	ENH:Beginning clean up; adding documentation
+
+2001-01-10 22:13  will
+
+	* Source/cmAuxSourceDirectoryRule.h: ENH:Beginning clean up; adding
+	documentation
+
+2001-01-10 22:05  will
+
+	* Source/cmAbstractFilesRule.h, Source/cmAddTargetRule.h,
+	Source/cmAuxSourceDirectoryRule.h, Source/cmDSPMakefile.h,
+	Source/cmDSPWriter.h, Source/cmExecutablesRule.h,
+	Source/cmFindIncludeRule.h, Source/cmFindLibraryRule.h,
+	Source/cmFindProgramRule.h, Source/cmIncludeDirectoryRule.h,
+	Source/cmLibraryRule.h, Source/cmLinkDirectoriesRule.h,
+	Source/cmLinkLibrariesRule.h, Source/cmProjectRule.h,
+	Source/cmRuleMaker.h, Source/cmSourceFilesRequireRule.h,
+	Source/cmSourceFilesRule.h, Source/cmSubdirRule.h,
+	Source/cmTestsRule.h, Source/cmUnixDefinesRule.cxx,
+	Source/cmUnixDefinesRule.h, Source/cmUnixLibrariesRule.cxx,
+	Source/cmUnixLibrariesRule.h, Source/cmWin32DefinesRule.h,
+	Source/cmWin32LibrariesRule.h: ENH:Beginning clean up; adding
+	documentation
+
+2001-01-09 20:13  hoffman
+
+	* Source/cmUnixMakefileGenerator.cxx: BUG: look for -l and -L only
+	at the begining of a link string
+
+2001-01-05 18:49  blezek
+
+	* Source/cmMakefileGenerator.cxx: BUG: Looking for
+	cmMakeFileGenerator.h rather than cmMakefileGenerator.h
+
+2001-01-05 18:49  blezek
+
+	* Source/CMakeBuildTargets.cxx, Source/CMakeSetupCMD.cxx: BUG: main
+	can not be void under ANSI C++
+
+2001-01-05 16:41  hoffman
+
+	* Source/CMakeBuildTargets.cxx, Source/CMakeSetupCMD.cxx,
+	Source/CMakeSetupCMD.dsp, Source/Makefile.in,
+	Source/cmAbstractFilesRule.cxx, Source/cmAbstractFilesRule.h,
+	Source/cmAddTargetRule.cxx, Source/cmAddTargetRule.h,
+	Source/cmAuxSourceDirectoryRule.cxx,
+	Source/cmAuxSourceDirectoryRule.h, Source/cmClassFile.cxx,
+	Source/cmClassFile.h, Source/cmCollectFlags.cxx,
+	Source/cmCollectFlags.h, Source/cmDSPMakefile.cxx,
+	Source/cmDSPMakefile.h, Source/cmDSPWriter.cxx,
+	Source/cmDSPWriter.h, Source/cmDSWMakefile.cxx,
+	Source/cmDSWWriter.cxx, Source/cmDSWMakefile.h,
+	Source/cmDSWWriter.h, Source/cmDirectory.cxx, Source/cmDirectory.h,
+	Source/cmExecutablesRule.cxx, Source/cmExecutablesRule.h,
+	Source/cmFindIncludeRule.cxx, Source/cmFindIncludeRule.h,
+	Source/cmFindLibraryRule.cxx, Source/cmFindLibraryRule.h,
+	Source/cmFindProgramRule.cxx, Source/cmFindProgramRule.h,
+	Source/cmIncludeDirectoryRule.cxx, Source/cmIncludeDirectoryRule.h,
+	Source/cmLibraryRule.cxx, Source/cmLibraryRule.h,
+	Source/cmLinkDirectoriesRule.cxx, Source/cmLinkDirectoriesRule.h,
+	Source/cmLinkLibrariesRule.cxx, Source/cmLinkLibrariesRule.h,
+	Source/cmMSProjectGenerator.cxx, Source/cmMSProjectGenerator.h,
+	Source/cmMakeDepend.cxx, Source/cmMakeDepend.h,
+	Source/cmMakefile.cxx, Source/cmMakefile.h,
+	Source/cmMakefileGenerator.cxx, Source/cmMakefileGenerator.h,
+	Source/cmProjectRule.cxx, Source/cmProjectRule.h,
+	Source/cmRegularExpression.cxx, Source/cmRegularExpression.h,
+	Source/cmRuleMaker.h, Source/cmSourceFilesRequireRule.cxx,
+	Source/cmSourceFilesRequireRule.h, Source/cmSourceFilesRule.cxx,
+	Source/cmSourceFilesRule.h, Source/cmStandardIncludes.h,
+	Source/cmSubdirRule.cxx, Source/cmSubdirRule.h,
+	Source/cmSystemTools.cxx, Source/cmSystemTools.h,
+	Source/cmTestsRule.cxx, Source/cmTestsRule.h,
+	Source/cmUnixDefinesRule.cxx, Source/cmUnixDefinesRule.h,
+	Source/cmUnixLibrariesRule.cxx, Source/cmUnixLibrariesRule.h,
+	Source/cmUnixMakefile.cxx, Source/cmUnixMakefile.h,
+	Source/cmUnixMakefileGenerator.cxx,
+	Source/cmUnixMakefileGenerator.h, Source/cmWin32DefinesRule.cxx,
+	Source/cmWin32DefinesRule.h, Source/cmWin32LibrariesRule.cxx,
+	Source/cmWin32LibrariesRule.h, Source/cmWindowsConfigure.cxx,
+	Source/cmWindowsConfigure.h, Source/MFCDialog/CMakeSetup.dsp,
+	Source/MFCDialog/CMakeSetupDialog.cpp: ENH: rework cmake, added
+	ruleMaker classes and changed the syntax of the CMakeLists.txt
+	files.
+
+2000-12-07 20:45  blezek
+
+	* Source/cmMakefile.cxx: ENH: Added TESTS target
+
+2000-11-22 16:02  hoffman
+
+	* Source/cmMakeDepend.cxx: BUG: remove bogus warning about not
+	finding a depend file, if there are no include paths
+
+2000-11-10 22:13  hoffman
+
+	* Source/MFCDialog/CMakeSetupDialog.cpp: BUG: fix inplace build
+
+2000-11-09 15:41  will
+
+	* README, Source/cmCollectFlags.cxx, Source/cmCollectFlags.h,
+	Source/cmWindowsConfigure.cxx: ENH:Changed CMAKE_SOURCE_ROOT to
+	CMAKE_SOURCE_DIR
+
+2000-11-03 21:37  hoffman
+
+	* README: [no log message]
+
+2000-11-03 21:37  hoffman
+
+	* Source/MFCDialog/CMakeSetupDialog.cpp,
+	Source/MFCDialog/CMakeSetupDialog.h: ENH: add ability to run from
+	different directories
+
+2000-11-02 16:13  hoffman
+
+	* Source/cmMakefile.cxx: BUG: make sure SOURCE_FILES starts at the
+	begining of line
+
+2000-11-02 15:56  blezek
+
+	* CMakeVariables.make.in: ENH: Moved @JAVA@ to @JAVACOMMAND@
+
+2000-11-02 15:24  will
+
+	* README, Source/cmClassFile.cxx, Source/cmMakefile.cxx:
+	ENH:Reworked CMake to clearer indicate what the variables do
+
+2000-10-25 21:18  hoffman
+
+	* Source/cmSystemTools.cxx, Source/cmSystemTools.cxx: BUG: remove
+	tabs from classnames
+
+2000-10-04 13:58  lorensen
+
+	* CMakeVariables.make.in: Enh: Added TCLSH
+
+2000-10-02 18:21  blezek
+
+	* Source/CMakeBuildTargets.cxx: BUG: if the path to your source
+	directory has a -S in it, it will be picked up as the source
+	directory by the command line parser, because it matches -S at any
+	character position in the argements.  Bad, should have used getopt,
+	except that it is not cross platform.
+
+2000-10-02 17:50  blezek
+
+	* CMakeVariables.make.in: ENH: Support for XML builds and Dashboard
+
+2000-09-28 16:43  blezek
+
+	* README: ENH: Added note about VERBATIM targets in CMakeList.txt
+
+2000-09-27 19:01  hoffman
+
+	* CMakeMaster.make.in, CMakeRules.make.in, CMakeVariables.make.in,
+	README, Source/cmDSWMakefile.cxx, Source/cmDSWMakefile.h,
+	Source/cmDSWWriter.cxx, Source/cmDSWWriter.h,
+	Source/cmMakefile.cxx, Source/cmMakefile.h,
+	Source/cmSystemTools.cxx, Source/cmSystemTools.h,
+	Source/cmUnixMakefile.cxx, Source/cmUnixMakefile.h: ENH: change ME
+	to LIBRARY and added PROJECT, also remove ITK stuff and replaced
+	with CMake
+
+2000-09-21 17:45  hoffman
+
+	* README, Source/CMakeBuildTargets.cxx, Source/CMakeSetupCMD.cxx,
+	Source/cmCollectFlags.cxx, Source/cmCollectFlags.h,
+	Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
+	Source/cmDSWMakefile.cxx, Source/cmDSWWriter.cxx,
+	Source/cmMakeDepend.cxx, Source/cmMakefile.cxx,
+	Source/cmMakefile.h, Source/cmUnixMakefile.cxx,
+	Source/itkVC60Configure.cxx, Source/itkVC60Configure.h: ENH: clean
+	up code, and varible names
+
+2000-09-18 14:19  hoffman
+
+	* Source/cmUnixMakefile.cxx: BUG: remove cout
+
+2000-09-18 13:19  hoffman
+
+	* CMakeRules.make.in, CMakeVariables.make.in, README,
+	Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
+	Source/cmMakeDepend.cxx, Source/cmUnixMakefile.cxx,
+	Source/cmWindowsConfigure.cxx, Source/cmWindowsConfigure.h,
+	Source/MFCDialog/CMakeSetup.dsp, Source/MFCDialog/CMakeSetup.rc,
+	Source/MFCDialog/CMakeSetupDialog.cpp, Source/MFCDialog/resource.h:
+	ENH: added a config setup file for CMakeSetup.	 Cleaned up the
+	names of the source and binary directories
+
+2000-09-18 11:27  hoffman
+
+	* Source/CMakeSetupCMD.dsp, Source/MFCDialog/CMakeSetup.dsp: ENH:
+	remove unused files
+
+2000-09-12 10:44  hoffman
+
+	* CMakeRules.make.in, CMakeVariables.make.in: BUG: fix build in
+	place source directory
+
+2000-09-12 09:37  hoffman
+
+	* Source/cmCollectFlags.cxx, Source/cmCollectFlags.h: NEW: class to
+	collect all the flags from parent directories
+
+2000-09-12 09:30  hoffman
+
+	* CMakeMaster.make.in, CMakeRules.make.in, CMakeTargets.make.in,
+	CMakeVariables.make.in, MakefileTemplate.in, README,
+	Source/CMakeBuildTargets.cxx, Source/CMakeSetup.cxx,
+	Source/CMakeSetup.dsw, Source/CMakeSetupCMD.cxx,
+	Source/CMakeSetupCMD.dsp, Source/Makefile.in,
+	Source/cmClassFile.cxx, Source/cmClassFile.h,
+	Source/cmDSPBuilder.cxx, Source/cmDSPBuilder.h,
+	Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
+	Source/cmDSWBuilder.cxx, Source/cmDSWBuilder.h,
+	Source/cmDSWMakefile.cxx, Source/cmDSWMakefile.h,
+	Source/cmDSWWriter.cxx, Source/cmDSWWriter.h,
+	Source/cmMakeDepend.cxx, Source/cmMakefile.cxx,
+	Source/cmMakefile.h, Source/cmPCBuilder.cxx, Source/cmPCBuilder.h,
+	Source/cmSystemTools.cxx, Source/cmSystemTools.h,
+	Source/cmUnixMakefile.cxx, Source/cmUnixMakefile.h,
+	Source/cmWindowsConfigure.h, Source/itkVC60Configure.h,
+	Source/MFCDialog/CMakeDialog.cpp, Source/MFCDialog/CMakeSetup.dsp,
+	Source/MFCDialog/CMakeSetupDialog.cpp: ENH: CMake and configure now
+	use SUBDIRS in CMakeLists.txt to find all the directories of the
+	system.
+
+2000-09-01 14:43  hoffman
+
+	* Source/EXEHeader.dsptemplate, Source/cmSystemTools.cxx: BUG: fix
+	release build on windows
+
+2000-08-31 18:26  hoffman
+
+	* CMakeVariables.make.in, Source/cmUnixMakefile.cxx: BUG: fix build
+	of lib.a problem
+
+2000-08-31 18:15  hoffman
+
+	* Source/CMakeSetup.dsw, Source/cmDSPMakefile.cxx,
+	Source/cmDSPWriter.cxx: BUG: fix name of command line version in
+	dsp files
+
+2000-08-31 17:52  hoffman
+
+	* CMakeSimpleRules.make: ENH: fix for Sgi make
+
+2000-08-31 17:52  hoffman
+
+	* CMakeSimpleRules.make, CMakeSimpleRules.make.in: BUG: fix for out
+	of source build
+
+2000-08-31 13:36  hoffman
+
+	* CMakeRules.make.in, Source/Makefile.in,
+	Source/cmUnixMakefile.cxx: ENH: fix for SGI make
+
+2000-08-31 10:36  hoffman
+
+	* CMakeVariables.make.in, README: ENH: clean things up a bit
+
+2000-08-30 17:59  hoffman
+
+	* Source/cmDirectory.cxx, Source/cmDirectory.h,
+	MakefileTemplate.in: ENH: add ability to compile all the files in a
+	sub-directory
+
+2000-08-30 17:35  hoffman
+
+	* CMakeRules.make.in, CMakeVariables.make.in, README,
+	Source/CMakeSetupCMD.dsp, Source/Makefile.in,
+	Source/cmClassFile.cxx, Source/cmDSPMakefile.cxx,
+	Source/cmDSPWriter.cxx, Source/cmDSWMakefile.cxx,
+	Source/cmDSWWriter.cxx, Source/cmMakefile.cxx, Source/cmMakefile.h,
+	Source/cmUnixMakefile.cxx, Source/MFCDialog/CMakeSetup.dsp,
+	Source/MFCDialog/CMakeSetupDialog.cpp: ENH:  move from tools and
+	create working CMake program
+
+2000-08-29 19:26  hoffman
+
+	* CMakeMaster.make.in, CMakeRules.make.in, CMakeVariables.make.in,
+	Source/CMakeBuildTargets.cxx, Source/CMakeSetup.cxx,
+	Source/CMakeSetup.dsw, Source/CMakeSetupCMD.cxx,
+	Source/CMakeSetupCMD.dsp, Source/EXEFooter.dsptemplate,
+	Source/EXEHeader.dsptemplate, Source/Makefile.in,
+	Source/cmClassFile.cxx, Source/cmClassFile.h,
+	Source/cmDSPBuilder.cxx, Source/cmDSPBuilder.h,
+	Source/cmDSPMakefile.cxx, Source/cmDSPMakefile.h,
+	Source/cmDSPWriter.cxx, Source/cmDSPWriter.h,
+	Source/cmDSWBuilder.cxx, Source/cmDSWBuilder.h,
+	Source/cmDSWMakefile.cxx, Source/cmDSWMakefile.h,
+	Source/cmDSWWriter.cxx, Source/cmDSWWriter.h,
+	Source/cmMakeDepend.cxx, Source/cmMakeDepend.h,
+	Source/cmMakefile.cxx, Source/cmMakefile.h, Source/cmPCBuilder.cxx,
+	Source/cmPCBuilder.h, Source/cmRegularExpression.cxx,
+	Source/cmRegularExpression.h, Source/cmSystemTools.cxx,
+	Source/cmSystemTools.h, Source/cmUnixMakefile.cxx,
+	Source/cmUnixMakefile.h, Source/cmWindowsConfigure.cxx,
+	Source/cmWindowsConfigure.h, Source/itkVC60Configure.cxx,
+	Source/itkVC60Configure.h, Source/staticLibFooter.dsptemplate,
+	Source/staticLibHeader.dsptemplate,
+	Source/MFCDialog/CMakeDialog.cpp, Source/MFCDialog/CMakeDialog.h,
+	Source/MFCDialog/CMakeSetup.cpp, Source/MFCDialog/CMakeSetup.dsp,
+	Source/MFCDialog/CMakeSetup.h, Source/MFCDialog/CMakeSetup.rc,
+	Source/MFCDialog/CMakeSetupDialog.cpp,
+	Source/MFCDialog/CMakeSetupDialog.h, Source/MFCDialog/StdAfx.cpp,
+	Source/MFCDialog/StdAfx.h, Source/MFCDialog/resource.h,
+	Source/MFCDialog/res/CMakeSetupDialog.ico,
+	Source/MFCDialog/res/CMakeSetupDialog.rc2, README: NEW: move from
+	tools and config to create CMake
+
+2000-08-29 14:56  hoffman
+
+	* CMakeMaster.make.in, CMakeRules.make.in, CMakeVariables.make.in,
+	dummy.in: [no log message]
+