From 029b3b10cba61569b7dea6f77012c2d6ff30f218 Mon Sep 17 00:00:00 2001
From: Bill Hoffman <bill.hoffman@kitware.com>
Date: Wed, 19 Apr 2006 12:58:15 -0400
Subject: ENH: put cvs2cl changelog to match branch

---
 ChangeLog.txt | 9311 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 9296 insertions(+), 15 deletions(-)

diff --git a/ChangeLog.txt b/ChangeLog.txt
index 14a0638..94cc784 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,8940 @@
+2006-04-19 08:06  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-04-18 16:40  hoffman
+
+	* CMakeLists.txt: ENH: make cpack names match old cmake release
+	  process
+
+2006-04-18 15:32  hoffman
+
+	* Source/cmGlobalUnixMakefileGenerator3.cxx: ENH: put global
+	  targets in the help
+
+2006-04-18 15:30  hoffman
+
+	* Source/cmGlobalUnixMakefileGenerator3.cxx: BUG: make sure help
+	  has global targets
+
+2006-04-18 14:48  hoffman
+
+	* CMakeLists.txt, Source/cmCPluginAPI.h: ENH: move version numbers
+	  to 2.5.0
+
+2006-04-18 14:48  hoffman
+
+	* CMakeLists.txt, Source/cmCPluginAPI.h, Utilities/Release/README:
+	  ENH: move version numbers to 2.4.0
+
+2006-04-18 11:53  king
+
+	* Source/cmLocalVisualStudio6Generator.cxx: BUG: Do not require
+	  language flags variables.  Other generators do not, and it breaks
+	  programmable language support (like the Java test).
+
+2006-04-18 11:50  barre
+
+	* Source/kwsys/SystemTools.cxx: ENH: try to bypass Microsoft
+	  assert() on isspace, isalpha, etc.
+
+2006-04-18 11:45  king
+
+	* Source/cmLocalVisualStudio6Generator.cxx,
+	  Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
+	  Templates/EXEWinHeader.dsptemplate,
+	  Templates/staticLibHeader.dsptemplate,
+	  Tests/SimpleInstall/CMakeLists.txt,
+	  Tests/SimpleInstallS2/CMakeLists.txt: ENH: Updated VS6 generator
+	  to use target.GetFullName() to compute target file names.
+
+2006-04-18 10:56  king
+
+	* Source/: cmSetTargetPropertiesCommand.h, cmTarget.cxx: ENH: Added
+	  <config>_OUTPUT_NAME target property to allow the output name to
+	  be set on a per-configuration basis.
+
+2006-04-18 10:32  andy
+
+	* Docs/: cmake-indent.vim, cmake-syntax.vim: ENH: Cleanup header
+	  and make license compatible with VIM
+
+2006-04-18 10:32  andy
+
+	* Source/CPack/: cmCPackGenericGenerator.cxx,
+	  cmCPackSTGZGenerator.cxx: ENH: Remove some debugging
+
+2006-04-18 10:30  king
+
+	* Source/: cmFileCommand.cxx, cmInstallCommand.h: BUG: Using the
+	  source-file permissions by default for installation is somewhat
+	  unpredictable because users can extract source code with almost
+	  any permissions (umask).  Changing the default to use 644 for
+	  files and 755 for programs.  No release has documented the old
+	  behavior so we do not need compatibility.
+
+2006-04-18 10:27  king
+
+	* Source/cmIfCommand.h: BUG: Fixed missing false values in
+	  documentation of IF command.
+
+2006-04-18 10:01  king
+
+	* Modules/CPack.cmake: BUG: Need to ignore source packaging of #*#
+	  files created by emacs during editing.
+
+2006-04-18 09:24  andy
+
+	* Source/CPack/cmCPackSTGZGenerator.cxx: COMP: Remove non-existent
+	  header
+
+2006-04-18 08:25  andy
+
+	* Modules/CPack.STGZ_Header.sh.in, Source/cmFileCommand.cxx,
+	  Source/CPack/cmCPackGenericGenerator.cxx,
+	  Source/CPack/cmCPackGenericGenerator.h,
+	  Source/CPack/cmCPackSTGZGenerator.cxx,
+	  Source/CPack/cmCPackSTGZGenerator.h, Source/CPack/cpack.cxx: ENH:
+	  More cleanups and add stgz header script, so it does not have to
+	  be hard-coded. Also, the user can overwrite it
+
+2006-04-18 08:17  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-04-17 19:02  andy
+
+	* bootstrap: ENH: Fix copyright year
+
+2006-04-17 18:10  hoffman
+
+	* Tests/: Complex/Executable/CMakeLists.txt,
+	  ComplexOneConfig/Executable/CMakeLists.txt,
+	  ComplexRelativePaths/Executable/CMakeLists.txt,
+	  Complex/Executable/complex.cxx,
+	  ComplexOneConfig/Executable/complex.cxx,
+	  ComplexRelativePaths/Executable/complex.cxx: ENH: remove
+	  duplicate file name test because it fails on xcode
+
+2006-04-17 16:06  andy
+
+	* Source/cmGlobalGenerator.cxx: BUG: Verify the global target name
+	  exists before using it. Fixes VS and Xcode
+
+2006-04-17 15:55  hoffman
+
+	* Modules/FindX11.cmake: ENH: fix find x11 on the mac
+
+2006-04-17 15:35  hoffman
+
+	* Source/cmLocalGenerator.cxx: ENH: fix java for ide builds again
+
+2006-04-17 15:26  andy
+
+	* Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
+	  cmGlobalUnixMakefileGenerator3.h: ENH: Add packaging of source
+	  code (make package_source)
+
+2006-04-17 14:13  malaterre
+
+	* Source/kwsys/CMakeLists.txt: COMP: Fix compilation on linux
+	  (dlopen/dlclose symbols)
+
+2006-04-17 14:00  hoffman
+
+	* Modules/CMakeJavaInformation.cmake, Source/cmLocalGenerator.cxx,
+	  Source/cmLocalGenerator.h,
+	  Source/cmMakefileLibraryTargetGenerator.cxx,
+	  Source/cmMakefileTargetGenerator.cxx: ENH: fix java and add
+	  OBJECT_DIR support
+
+2006-04-17 13:59  hoffman
+
+	* Tests/: Complex/Executable/CMakeLists.txt,
+	  Complex/Executable/complex.cxx,
+	  Complex/Executable/Sub1/NameConflictTest.c,
+	  Complex/Executable/Sub2/NameConflictTest.c,
+	  ComplexOneConfig/Executable/CMakeLists.txt,
+	  ComplexOneConfig/Executable/complex.cxx,
+	  ComplexOneConfig/Executable/Sub1/NameConflictTest.c,
+	  ComplexOneConfig/Executable/Sub2/NameConflictTest.c,
+	  ComplexRelativePaths/Executable/CMakeLists.txt,
+	  ComplexRelativePaths/Executable/complex.cxx,
+	  ComplexRelativePaths/Executable/Sub1/NameConflictTest.c,
+	  ComplexRelativePaths/Executable/Sub2/NameConflictTest.c: ENH:
+	  allow multiple files with the same name in different sub dirs
+	  test
+
+2006-04-17 13:58  hoffman
+
+	* Source/cmLocalVisualStudio7Generator.cxx: ENH: allow multiple
+	  files with the same name in different subdirs
+
+2006-04-17 13:57  hoffman
+
+	* Modules/CMakeDetermineCXXCompiler.cmake: ENH: add mingw test to
+	  cxx
+
+2006-04-17 13:57  hoffman
+
+	* Modules/Platform/Windows-gcc.cmake: ENH: add windows apps to
+	  mingw
+
+2006-04-17 07:56  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-04-16 13:49  andy
+
+	* Docs/cmake-syntax.vim: ENH: Cleanup, make case insensitive,
+	  remove macro since it does not work anyway
+
+2006-04-16 08:08  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-04-15 13:02  andy
+
+	* Modules/CPack.cmake, Source/CPack/cmCPackGenericGenerator.cxx,
+	  Source/CPack/cmCPackGenericGenerator.h,
+	  Source/CPack/cmCPackNSISGenerator.cxx,
+	  Source/CPack/cmCPackNSISGenerator.h,
+	  Source/CPack/cmCPackPackageMakerGenerator.cxx,
+	  Source/CPack/cmCPackPackageMakerGenerator.h,
+	  Source/CPack/cmCPackSTGZGenerator.cxx,
+	  Source/CPack/cmCPackSTGZGenerator.h,
+	  Source/CPack/cmCPackTGZGenerator.cxx,
+	  Source/CPack/cmCPackTGZGenerator.h,
+	  Source/CPack/cmCPackZIPGenerator.cxx,
+	  Source/CPack/cmCPackZIPGenerator.h: ENH: Support for packaging
+	  source, several cleanups and more yeehaa...
+
+2006-04-15 08:12  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-04-14 15:08  hoffman
+
+	* Modules/FindX11.cmake: ENH: make sure frameworks are not searched
+	  for x header files
+
+2006-04-14 09:13  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-04-14 09:02  hoffman
+
+	* Source/CMakeLists.txt: ENH: fix syntax
+
+2006-04-14 08:58  andy
+
+	* Modules/CPack.cmake, Source/CPack/cmCPackGenericGenerator.cxx,
+	  Templates/CPackConfig.cmake.in: ENH: Start adding support for
+	  packaging component and to package into a subdirectory
+
+2006-04-14 08:44  hoffman
+
+	* Source/CMakeLists.txt: ENH: make sure cmake can be built with an
+	  older version of cmake
+
+2006-04-13 23:24  hoffman
+
+	* Source/cmFindProgramCommand.cxx: ENH: fix warning
+
+2006-04-13 23:15  hoffman
+
+	* Source/: cmDocumentation.cxx, cmDocumentation.h, cmakemain.cxx:
+	  ENH: search for help modules in the correct place for install and
+	  source tree builds
+
+2006-04-13 22:57  king
+
+	* Source/cmFileCommand.cxx: BUG: Fixed install rules to use
+	  copy-if-different.
+
+2006-04-13 22:56  king
+
+	* Source/kwsys/SystemTools.cxx: ENH: Improved implementation of
+	  FilesDiffer to avoid allocating enough memory for the entire file
+	  twice.  Instead using a block-at-a-time comparison.
+
+2006-04-13 15:28  king
+
+	* Tests/CustomCommand/wrapper.cxx: COMP: Do not use ANSI function
+	  prototypes to pacify HP.
+
+2006-04-13 11:00  hoffman
+
+	* bootstrap, Modules/Platform/Darwin.cmake, Source/CMakeLists.txt,
+	  Source/cmFindBase.cxx, Source/cmFindBase.h,
+	  Source/cmFindProgramCommand.cxx, Source/cmFindProgramCommand.h,
+	  Source/kwsys/SystemTools.cxx, Source/kwsys/SystemTools.hxx.in:
+	  ENH: add patch for finding applications on OSX
+
+2006-04-13 10:15  king
+
+	* Source/: cmGlobalUnixMakefileGenerator3.h,
+	  cmGlobalWatcomWMakeGenerator.cxx, cmMakefileTargetGenerator.cxx:
+	  BUG: Work-around Watcom WMake limitation for multiple-output
+	  custom command support.
+
+2006-04-13 08:02  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-04-12 22:04  king
+
+	* Source/cmInstallCommand.cxx, Source/cmInstallCommand.h,
+	  Source/cmInstallScriptGenerator.cxx,
+	  Source/cmInstallScriptGenerator.h,
+	  Tests/SimpleInstall/CMakeLists.txt,
+	  Tests/SimpleInstall/InstallScript1.cmake,
+	  Tests/SimpleInstall/InstallScript2.cmake,
+	  Tests/SimpleInstallS2/CMakeLists.txt,
+	  Tests/SimpleInstallS2/InstallScript1.cmake,
+	  Tests/SimpleInstallS2/InstallScript2.cmake: ENH: Added
+	  INSTALL(CODE) mode to allow inline specification of install
+	  script code.	This reduces the need for configuring an install
+	  script that needs some variable settings because the install code
+	  can set thing up first.
+
+2006-04-12 21:24  andy
+
+	* Docs/cmake-indent.vim: ENH: Unify the comment
+
+2006-04-12 21:20  andy
+
+	* Docs/cmake-syntax.vim: ENH: More system variables, more
+	  operators, more commands, fix some string issues and some cmake
+	  arguments issues
+
+2006-04-12 15:23  hoffman
+
+	* Source/CMakeLists.txt: ENH: lang by custom command does not yet
+	  work for Xcode
+
+2006-04-12 11:56  martink
+
+	* Source/cmGlobalGenerator.cxx: COMP: fix warning
+
+2006-04-12 11:36  martink
+
+	* Source/cmGlobalGenerator.h: ENH: fix compile issue on HP
+	  hopefully
+
+2006-04-12 09:12  hoffman
+
+	* Source/cmDocumentation.cxx: ENH: case insensitive command help
+
+2006-04-12 08:15  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-04-11 22:39  hoffman
+
+	* Source/cmake.cxx: ENH: add more verbose output in verbose mode
+
+2006-04-11 22:39  hoffman
+
+	* Source/cmMakefile.cxx: ENH: fix re-run of cmake based on
+	  configured files that are done with copy if different and never
+	  change
+
+2006-04-11 17:11  hoffman
+
+	* Source/: CMakeLists.txt, cmLocalGenerator.cxx: ENH: enable test
+	  for java with IDE builds
+
+2006-04-11 16:55  king
+
+	* Modules/CMakeCInformation.cmake,
+	  Modules/CMakeCXXInformation.cmake,
+	  Modules/CMakeFortranInformation.cmake,
+	  Modules/Platform/Windows-bcc32.cmake,
+	  Modules/Platform/Windows-cl.cmake,
+	  Modules/Platform/Windows-icl.cmake,
+	  Modules/Platform/Windows-ifort.cmake,
+	  Modules/Platform/Windows-wcl386.cmake,
+	  Source/cmLocalGenerator.cxx,
+	  Source/cmLocalVisualStudio6Generator.cxx,
+	  Source/cmLocalVisualStudio7Generator.cxx: ENH: Split
+	  CMAKE_STANDARD_LIBRARIES into per-language variables
+	  CMAKE_<lang>_STANDARD_LIBRARIES.  This is needed to get
+	  programmable language support working with Visual Studio
+	  generators.  It makes sense anyway.
+
+2006-04-11 14:54  king
+
+	* Source/cmLocalVisualStudio7Generator.cxx: BUG: Use flag-map
+	  transform only for C and C++ flags.
+
+2006-04-11 14:53  king
+
+	* Source/cmLocalGenerator.cxx: ENH: Restored implementation of
+	  AddCustomCommandToCreateObject.  Updated it to use newer custom
+	  command functionality.
+
+2006-04-11 13:32  king
+
+	* Source/cmLocalGenerator.cxx: BUG: Install scripts should honor
+	  EXCLUDE_FROM_ALL options for subdirectories.	This addresses
+	  bug#3100.
+
+2006-04-11 12:51  martink
+
+	* Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
+	  cmLocalUnixMakefileGenerator3.cxx, cmMakefile.cxx, cmMakefile.h:
+	  ENH: some performance optimizations
+
+2006-04-11 11:40  king
+
+	* Source/cmLocalGenerator.cxx: BUG: Do not add non-per-config
+	  subdirectory name of cmake target libraries as full path libs.
+
+2006-04-11 11:06  king
+
+	* Source/cmAddCustomCommandCommand.cxx,
+	  Source/cmAddCustomCommandCommand.h, Source/cmCustomCommand.cxx,
+	  Source/cmCustomCommand.h, Source/cmGlobalGenerator.cxx,
+	  Source/cmGlobalGenerator.h,
+	  Source/cmGlobalUnixMakefileGenerator3.cxx,
+	  Source/cmGlobalUnixMakefileGenerator3.h,
+	  Source/cmGlobalVisualStudio8Generator.cxx,
+	  Source/cmGlobalXCodeGenerator.cxx, Source/cmLocalGenerator.cxx,
+	  Source/cmLocalGenerator.h,
+	  Source/cmLocalVisualStudio6Generator.cxx,
+	  Source/cmLocalVisualStudio6Generator.h,
+	  Source/cmLocalVisualStudio7Generator.cxx,
+	  Source/cmLocalVisualStudio7Generator.h, Source/cmMakefile.cxx,
+	  Source/cmMakefile.h, Source/cmMakefileTargetGenerator.cxx,
+	  Source/cmake.cxx, Tests/CustomCommand/CMakeLists.txt,
+	  Tests/CustomCommand/wrapper.cxx: ENH: Added support for multiple
+	  outputs generated by a single custom command.  For Visual Studio
+	  generators the native tool provides support.	For Xcode and
+	  Makefile generators a simple trick is used.  The first output is
+	  considered primary and has the build rule attached.  Other
+	  outputs simply depend on the first output with no build rule.
+	  During cmake_check_build_system CMake detects when a secondary
+	  output is missing and removes the primary output to make sure all
+	  outputs are regenerated.  This approach always builds the custom
+	  command at the right time and only once even during parallel
+	  builds.
+
+2006-04-11 10:04  king
+
+	* Source/cmMakefile.h: BUG: Fixed typo in new cmake-rerun code.
+
+2006-04-11 08:56  andy
+
+	* Source/cmCTest.cxx: BUG: The fast mode should not read
+	  CTestCustom.ctest files
+
+2006-04-11 08:16  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-04-10 13:52  hoffman
+
+	* Source/: cmGlobalUnixMakefileGenerator3.cxx, cmMakefile.cxx,
+	  cmMakefile.h: ENH: add support for re-running cmake if the
+	  cmakefiles change
+
+2006-04-10 13:52  hoffman
+
+	* Tests/: SimpleInstall/CMakeLists.txt,
+	  SimpleInstallS2/CMakeLists.txt: ENH: add test for mfc
+
+2006-04-10 13:47  hoffman
+
+	* Source/cmFileCommand.cxx: ENH: handle single path
+
+2006-04-10 13:46  hoffman
+
+	* Modules/: CMakeVS6FindMake.cmake, CMakeVS71FindMake.cmake,
+	  CMakeVS7FindMake.cmake, CMakeVS8FindMake.cmake,
+	  InstallRequiredSystemLibraries.cmake: ENH: add correct flags for
+	  msvc generators
+
+2006-04-10 13:44  andy
+
+	* Modules/CPack.cmake, Source/cmGlobalGenerator.h,
+	  Source/ctest.cxx, Source/CPack/cmCPackGenericGenerator.cxx: ENH:
+	  Add support for preinstall for cmake generated projects when
+	  packaging them
+
+2006-04-10 11:39  hoffman
+
+	* Source/cmGlobalXCodeGenerator.cxx: ENH: fix so all configurations
+	  show up
+
+2006-04-10 11:09  andy
+
+	* Modules/CPack.cmake, Source/CPack/cmCPackGenericGenerator.cxx:
+	  ENH: Deprecate CPACK_BINARY_DIR and add
+	  CPACK_INSTALL_CMAKE_PROJECTS
+
+2006-04-10 09:36  andy
+
+	* CTestCustom.ctest.in: ENH: Some ctest custom fixes
+
+2006-04-10 08:10  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-04-09 08:15  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-04-09 07:45  andy
+
+	* Source/: cmCTest.cxx, cmCTest.h, CTest/cmCTestBuildHandler.cxx,
+	  CTest/cmCTestReadCustomFilesCommand.cxx: BUG: Improve the
+	  behavior of the ReadCustomFilesCommand
+
+2006-04-08 14:15  hoffman
+
+	* Source/: cmLocalKdevelopGenerator.cxx,
+	  cmLocalUnixMakefileGenerator3.cxx,
+	  cmLocalUnixMakefileGenerator3.h: ENH: make sure verbose output is
+	  used for kde
+
+2006-04-08 08:23  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-04-07 16:46  hoffman
+
+	* Modules/Platform/: Windows-cl.cmake, Windows-cl.cmake.in: ENH:
+	  add better variables for MSVC versions
+
+2006-04-07 16:35  andy
+
+	* Modules/CPack.cmake: ENH: Allow to overwrite CPACK_BINARY_DIR
+
+2006-04-07 07:40  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-04-06 07:39  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-04-05 11:07  king
+
+	* Source/cmOrderLinkDirectories.cxx: COMP: Moved var decl out of
+	  _WIN32 block.
+
+2006-04-05 11:05  king
+
+	* Source/: cmLocalGenerator.cxx, cmOrderLinkDirectories.cxx: BUG:
+	  Fixed cmOrderLinkDirectories to deal with raw link items that do
+	  not yet exist and correct drive letter case to avoid duplicate
+	  paths on windows.  Fixed cmLocalGenerator to pass CMake targets
+	  as full paths to cmOrderLinkDirectories to make sure the ordering
+	  will pick up the proper target libraries.
+
+2006-04-05 07:46  hoffman
+
+	* Source/: cmFileCommand.cxx, cmFileCommand.h: ENH: add path
+	  conversion stuff and rm SYSTEM_PATH
+
+2006-04-05 07:31  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-04-04 17:27  hoffman
+
+	* Modules/CMakeVS8FindMake.cmake: ENH: add search directories for
+	  32 bit devenv from a 64bit cmake
+
+2006-04-04 17:14  king
+
+	* Source/cmLocalGenerator.cxx: BUG: Removing part of earlier fix
+	  because it does not work with VS generators.	It may be restored
+	  later after cmOrderLinkDirs is further fixed.
+
+2006-04-04 14:53  king
+
+	* Source/cmSetTargetPropertiesCommand.h: ENH: Added documentation
+	  for COMPILE_FLAGS property and clarified meaning of
+	  DEFINE_SYMBOL.
+
+2006-04-04 14:25  king
+
+	* Source/cmLocalGenerator.cxx, Source/cmOrderLinkDirectories.cxx,
+	  Source/cmOrderLinkDirectories.h,
+	  Tests/Complex/Executable/complex.cxx,
+	  Tests/ComplexOneConfig/Executable/complex.cxx,
+	  Tests/ComplexRelativePaths/Executable/complex.cxx: BUG: Fixed
+	  cmOrderLinkDirectories to make sure cmake-built libraries are
+	  found properly.  Also taking libraries that will be built but may
+	  not yet exist into account.  The per-configuration subdirectories
+	  that are included by generators in the link path are checked for
+	  conflicting libraries also.  Potentially conflicting libraries
+	  that are actually symlinks back to the desired library are no
+	  longer considered conflicting, which avoids bogus impossible
+	  ordering warnings.
+
+2006-04-04 14:25  martink
+
+	* Source/cmakexbuild.cxx: BUG: compiler fix
+
+2006-04-04 13:04  martink
+
+	* Source/: cmCTest.cxx, cmCTest.h, cmForEachCommand.cxx,
+	  cmSystemTools.cxx, cmSystemTools.h, cmakexbuild.cxx, ctest.cxx,
+	  CTest/cmCTestRunScriptCommand.cxx,
+	  CTest/cmCTestRunScriptCommand.h, CTest/cmCTestScriptHandler.cxx,
+	  CTest/cmCTestScriptHandler.h: ENH: added support for -SP scripts
+	  in new processes
+
+2006-04-04 11:52  hoffman
+
+	* Source/cmOrderLinkDirectories.cxx,
+	  Source/cmOrderLinkDirectories.h,
+	  Tests/Complex/Executable/complex.cxx,
+	  Tests/ComplexOneConfig/Executable/complex.cxx,
+	  Tests/ComplexRelativePaths/Executable/complex.cxx: ENH: change
+	  library order to use a vector
+
+2006-04-04 11:48  king
+
+	* Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
+	  cmLocalGenerator.cxx, cmLocalGenerator.h, cmTarget.h: ENH: Added
+	  global TargetManifest computation between Configure and Generate
+	  steps.  This allows generators to know what other targets will
+	  exist on disk when the build completes.
+
+2006-04-04 09:35  king
+
+	* Source/: cmIncludeDirectoryCommand.cxx,
+	  cmIncludeDirectoryCommand.h: ENH: INCLUDE_DIRECTORIES should have
+	  been written to prepend to the include path so that the most
+	  local directories are included first.  This is a patch from Alex
+	  to resolve the problem by allowing users to switch the default
+	  using a variable CMAKE_INCLUDE_DIRECTORIES_BEFORE and then still
+	  explicitly appending or prepending by using AFTER or BEFORE
+	  arguments explicitly.
+
+2006-04-04 07:38  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-04-03 22:05  hoffman
+
+	* Source/cmGlobalGenerator.cxx: ENH: use correct addcache call to
+	  fix build tools
+
+2006-04-03 17:54  hoffman
+
+	* Source/cmGlobalXCodeGenerator.cxx: ENH: fix spaces in path for
+	  xcode
+
+2006-04-03 16:20  hoffman
+
+	* Source/: cmIncludeDirectoryCommand.cxx,
+	  cmLinkDirectoriesCommand.cxx: ENH: make sure include and lib dirs
+	  are unix paths
+
+2006-04-03 15:59  hoffman
+
+	* Source/cmFileCommand.cxx: ENH: fix warning, and remove debug code
+
+2006-04-03 12:57  hoffman
+
+	* Source/: cmLocalGenerator.cxx, cmLocalVisualStudio6Generator.cxx,
+	  cmLocalVisualStudio7Generator.cxx,
+	  cmMakefileExecutableTargetGenerator.cxx,
+	  cmMakefileLibraryTargetGenerator.cxx,
+	  cmSetTargetPropertiesCommand.h: ENH: add support for per config
+	  target LINK_FLAGS
+
+2006-04-03 07:37  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-04-02 11:20  andy
+
+	* Source/: CMakeLists.txt, CPack/cmCPackGenerators.cxx,
+	  CPack/cmCPackGenericGenerator.cxx,
+	  CPack/cmCPackNSISGenerator.cxx,
+	  CPack/cmCPackPackageMakerGenerator.cxx,
+	  CPack/cmCPackZIPGenerator.cxx, CPack/cmCPackZIPGenerator.h,
+	  CPack/cpack.cxx: ENH: Add ZIP generator and add support for
+	  including or excluding the toplevel directory
+
+2006-04-02 08:35  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-04-01 07:37  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-31 21:43  hoffman
+
+	* Source/: cmOrderLinkDirectories.cxx, cmOrderLinkDirectories.h:
+	  ENH: fix spelling
+
+2006-03-31 17:59  hoffman
+
+	* Source/cmOrderLinkDirectories.cxx: ENH: fix for bug 3067 the
+	  first framework ate the rest of the libraries
+
+2006-03-31 13:17  hoffman
+
+	* bootstrap, Source/CMakeLists.txt, Source/cmGlobalGenerator.cxx,
+	  Source/cmGlobalXCodeGenerator.cxx,
+	  Source/cmTryCompileCommand.cxx, Source/cmakemain.cxx,
+	  Source/cmakexbuild.cxx: ENH: add a wrapper for xcodebuild to get
+	  around bug and verbose output
+
+2006-03-31 08:46  hoffman
+
+	* Utilities/cmcurl/getdate.c: ENH: remove c++ comment from c code
+
+2006-03-31 08:13  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-30 23:03  hoffman
+
+	* Utilities/cmtar/append.c: ENH: remove warning
+
+2006-03-30 17:26  hoffman
+
+	* Source/cmakexbuild.cxx: ENH: add program to run xcodebuild and
+	  get around bug
+
+2006-03-30 16:55  king
+
+	* Modules/Platform/Windows-cl.cmake: BUG: Fixed order of options to
+	  cl for 32-bit/64-bit test to work with VS 6 NMake.
+
+2006-03-30 15:39  king
+
+	* Source/: cmGlobalBorlandMakefileGenerator.cxx,
+	  cmGlobalGenerator.cxx, cmGlobalGenerator.h,
+	  cmGlobalKdevelopGenerator.cxx, cmGlobalMSYSMakefileGenerator.cxx,
+	  cmGlobalMinGWMakefileGenerator.cxx,
+	  cmGlobalNMakeMakefileGenerator.cxx,
+	  cmGlobalUnixMakefileGenerator3.cxx,
+	  cmGlobalWatcomWMakeGenerator.cxx,
+	  cmLocalUnixMakefileGenerator3.cxx,
+	  cmLocalUnixMakefileGenerator3.h,
+	  cmMakefileExecutableTargetGenerator.cxx,
+	  cmMakefileLibraryTargetGenerator.cxx,
+	  cmMakefileTargetGenerator.cxx: ENH: Implemented VT100 terminal
+	  escape sequences.  If CMAKE_COLOR_MAKEFILE is set then messages
+	  produced by makefiles will be in color if the native tool
+	  supports it.	This addresses bug#3060.
+
+2006-03-30 13:49  hoffman
+
+	* Modules/Platform/Windows-cl.cmake,
+	  Modules/Platform/Windows-cl.cmake.in, Source/CMakeLists.txt,
+	  Source/cmCommandArgumentParserHelper.cxx,
+	  Source/cmDependsJavaParserHelper.cxx,
+	  Source/cmExecuteProcessCommand.cxx, Source/cmGlobalGenerator.cxx,
+	  Source/cmGlobalVisualStudio8Generator.cxx,
+	  Source/cmGlobalVisualStudio8Generator.h,
+	  Source/cmGlobalVisualStudio8Win64Generator.cxx,
+	  Source/cmGlobalVisualStudio8Win64Generator.h,
+	  Source/cmIfCommand.cxx, Source/cmListCommand.cxx,
+	  Source/cmLocalVisualStudio7Generator.cxx,
+	  Source/cmLocalVisualStudio7Generator.h, Source/cmXMLParser.cxx,
+	  Source/cmake.cxx, Source/CTest/cmCTestHandlerCommand.cxx,
+	  Source/CTest/cmCTestMemCheckHandler.cxx,
+	  Source/CTest/cmCTestSubmitHandler.cxx,
+	  Source/kwsys/CommandLineArguments.cxx, Source/kwsys/Glob.cxx,
+	  Source/kwsys/ProcessWin32.c, Source/kwsys/Registry.cxx,
+	  Source/kwsys/SystemTools.cxx, Source/kwsys/hashtable.hxx.in,
+	  Source/kwsys/testDynamicLoader.cxx,
+	  Utilities/cmcurl/CMakeLists.txt, Utilities/cmcurl/getdate.c,
+	  Utilities/cmcurl/inet_pton.c, Utilities/cmcurl/md5.c,
+	  Utilities/cmcurl/mprintf.c, Utilities/cmtar/CMakeLists.txt,
+	  Utilities/cmtar/append.c, Utilities/cmtar/block.c,
+	  Utilities/cmtar/extract.c, Utilities/cmtar/handle.c,
+	  Utilities/cmtar/output.c, Utilities/cmtar/compat/snprintf.c,
+	  Utilities/cmxmlrpc/xmlrpc_array.c,
+	  Utilities/cmxmlrpc/xmlrpc_client.c,
+	  Utilities/cmxmlrpc/xmlrpc_data.c,
+	  Utilities/cmxmlrpc/xmlrpc_expat.c,
+	  Utilities/cmxmlrpc/xmlrpc_parse.c,
+	  Utilities/cmxmlrpc/xmlrpc_registry.c,
+	  Utilities/cmxmlrpc/xmlrpc_serialize.c,
+	  Utilities/cmxmlrpc/xmlrpc_struct.c,
+	  Utilities/cmxmlrpc/xmlrpc_strutil.c,
+	  Utilities/cmxmlrpc/xmlrpc_support.c: ENH: add support for win64
+	  for visual studio 2005 ide and nmake, also fix warnings produced
+	  by building for win64
+
+2006-03-30 13:33  king
+
+	* Source/: cmFileCommand.cxx, cmGlobalGenerator.cxx,
+	  cmGlobalGenerator.h, cmInstallCommand.cxx, cmInstallCommand.h,
+	  cmInstallFilesGenerator.cxx, cmInstallFilesGenerator.h,
+	  cmInstallGenerator.cxx, cmInstallGenerator.h,
+	  cmInstallTargetGenerator.cxx, cmInstallTargetGenerator.h,
+	  cmLocalGenerator.cxx: ENH: Added named component installation
+	  implementation.  Installation behavior should be unchanged unless
+	  -DCOMPONENT=<name> is specified when cmake_install.cmake is
+	  invoked.
+
+2006-03-30 11:55  hoffman
+
+	* Source/: cmFileCommand.cxx, cmFindBase.cxx, cmFindBase.h: ENH:
+	  make sure framework search order is correct
+
+2006-03-30 09:17  martink
+
+	* Source/cmGlobalGenerator.cxx: ENH: modified the relative path
+	  code to not do relative paths between bin and source
+
+2006-03-30 08:38  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-29 16:34  andy
+
+	* Source/cmGlobalXCodeGenerator.cxx: ENH: Use
+	  PBXResourcesBuildPhase for resrources
+
+2006-03-29 16:34  hoffman
+
+	* Modules/Platform/Darwin.cmake: ENH: use correct name for path
+
+2006-03-29 16:25  andy
+
+	* Source/cmGlobalXCodeGenerator.cxx: ENH: Simplify. Instead of
+	  doing ../MacOS just copy to current directory
+
+2006-03-29 16:21  andy
+
+	* Source/cmXCode21Object.cxx: ENH: Add support for Xcode 2.1
+
+2006-03-29 15:02  andy
+
+	* Source/: cmGlobalXCodeGenerator.cxx, cmXCodeObject.cxx,
+	  cmXCodeObject.h: ENH: Add copy stages for bundle files
+
+2006-03-29 13:33  hoffman
+
+	* Source/cmFindBase.cxx, Tests/BundleTest/CMakeLists.txt: ENH: add
+	  a test for find framework stuff in find_library, and fix the
+	  framework search stuff
+
+2006-03-29 13:26  hoffman
+
+	* Source/kwsys/CMakeLists.txt: ENH: remove test on cygwin since it
+	  randomly fails
+
+2006-03-29 12:33  andy
+
+	* Source/CTest/: cmCTestBuildCommand.cxx,
+	  cmCTestConfigureCommand.cxx, cmCTestCoverageCommand.cxx,
+	  cmCTestSubmitCommand.cxx, cmCTestUpdateCommand.cxx: COMP: Return
+	  0 instead of false
+
+2006-03-29 12:01  andy
+
+	* Source/cmCTest.cxx, Source/cmCTest.h,
+	  Source/CTest/cmCTestBuildCommand.cxx,
+	  Source/CTest/cmCTestBuildCommand.h,
+	  Source/CTest/cmCTestBuildHandler.cxx,
+	  Source/CTest/cmCTestConfigureCommand.cxx,
+	  Source/CTest/cmCTestConfigureCommand.h,
+	  Source/CTest/cmCTestCoverageCommand.cxx,
+	  Source/CTest/cmCTestCoverageCommand.h,
+	  Source/CTest/cmCTestCoverageHandler.cxx,
+	  Source/CTest/cmCTestHandlerCommand.cxx,
+	  Source/CTest/cmCTestMemCheckHandler.cxx,
+	  Source/CTest/cmCTestSubmitCommand.cxx,
+	  Source/CTest/cmCTestSubmitCommand.h,
+	  Source/CTest/cmCTestTestCommand.h,
+	  Source/CTest/cmCTestTestHandler.cxx,
+	  Source/CTest/cmCTestUpdateCommand.cxx,
+	  Source/CTest/cmCTestUpdateCommand.h,
+	  Tests/CTestTest3/test.cmake.in: ENH: Several cleanups and make
+	  sure things get propagated where they should. Also, allow to load
+	  CTest custom files to the actual ctest -S script
+
+2006-03-29 09:10  andy
+
+	* Source/cmSetSourceFilesPropertiesCommand.cxx: COMP: Remove
+	  warning
+
+2006-03-29 08:31  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-28 16:36  andy
+
+	* Source/CTest/cmCTestReadCustomFilesCommand.cxx,
+	  Tests/CTestTest3/test.cmake.in: BUG: Fix the read custom files
+	  command and add a coverage test
+
+2006-03-28 16:25  andy
+
+	* Source/: cmLocalGenerator.cxx, cmTarget.cxx: COMP: Remove
+	  warnings
+
+2006-03-28 15:20  andy
+
+	* Source/cmCTest.cxx: ENH: Pass handler flags to both test and
+	  memcheck handler
+
+2006-03-28 15:19  andy
+
+	* Source/: CMakeLists.txt, cmCTest.h: ENH: Add new ctest command
+
+2006-03-28 14:45  king
+
+	* Source/cmFindBase.cxx: ENH: Added check of
+	  CMAKE_BACKWARDS_COMPATIBILITY to skip the CMake system path
+	  search when simulating CMake 2.2 and earlier.
+
+2006-03-28 14:37  andy
+
+	* Source/CTest/: cmCTestReadCustomFilesCommand.cxx,
+	  cmCTestReadCustomFilesCommand.h, cmCTestScriptHandler.cxx: ENH:
+	  Add command to read ctest custom files
+
+2006-03-28 13:48  andy
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: BUG: Handle spaces in
+	  the path
+
+2006-03-28 13:23  andy
+
+	* Tests/BundleTest/: BundleLib.cxx, BundleTest.cxx: ENH: Check if
+	  files exist
+
+2006-03-28 13:16  andy
+
+	* Source/: cmFileCommand.cxx, cmInstallGenerator.cxx,
+	  cmInstallTargetGenerator.cxx, cmTarget.h: ENH: Add proper support
+	  for installing bundles
+
+2006-03-28 13:07  alex
+
+	* Modules/FindKDE4.cmake: STYLE: better error message when KDE4
+	  hasn't been found
+
+	  Alex
+
+2006-03-28 10:58  king
+
+	* Source/cmInstallTargetGenerator.cxx: BUG: Pay attention to the
+	  MACOSX_BUNDLE target property only on APPLE platforms.
+
+2006-03-28 08:54  andy
+
+	* Modules/Platform/Darwin.cmake,
+	  Source/cmLocalUnixMakefileGenerator3.cxx,
+	  Source/cmMakefileExecutableTargetGenerator.cxx,
+	  Source/cmMakefileTargetGenerator.cxx,
+	  Source/cmMakefileTargetGenerator.h,
+	  Source/cmSetSourceFilesPropertiesCommand.cxx,
+	  Tests/BundleTest/CMakeLists.txt,
+	  Tests/BundleTest/SomeRandomFile.txt,
+	  Tests/BundleTest/randomResourceFile.plist.in: ENH: Add support
+	  for adding content to bundles
+
+2006-03-28 08:22  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-27 12:21  hoffman
+
+	* Modules/Platform/UnixPaths.cmake: ENH: add /opt/local/include
+
+2006-03-27 11:09  hoffman
+
+	* Modules/Platform/: FreeBSD.cmake, OpenBSD.cmake: ENH: add unix
+	  paths
+
+2006-03-27 10:46  hoffman
+
+	* Modules/Platform/: FreeBSD.cmake, HP-UX.cmake, IRIX.cmake,
+	  IRIX64.cmake, NetBSD.cmake, OSF1.cmake, SCO_SV.cmake,
+	  SINIX.cmake, Tru64.cmake, ULTRIX.cmake, UNIX_SV.cmake,
+	  UnixPaths.cmake, UnixWare.cmake, Xenix.cmake, kFreeBSD.cmake:
+	  ENH: add more search paths and add UnixPaths to all unix
+	  platforms
+
+2006-03-27 08:13  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-26 08:10  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-25 08:11  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-24 16:13  hoffman
+
+	* Source/cmListCommand.cxx: ENH: allow unset vars to be used in
+	  list length
+
+2006-03-24 16:11  king
+
+	* CMakeLists.txt, Source/cmInstallCommand.cxx,
+	  Source/cmInstallCommand.h, Tests/SimpleInstall/CMakeLists.txt,
+	  Tests/SimpleInstallS2/CMakeLists.txt: ENH: Added ARCHIVE option
+	  to the TARGETS mode of the INSTALL command.  It is a third option
+	  added to RUNTIME and LIBRARY property types.	Static libraries
+	  and import libraries are now treated as ARCHIVE targets instead
+	  of LIBRARY targets.  This adds a level of granularity necessary
+	  for upcoming features.  Also updated the CVS CMake patch level
+	  set in CMake_VERSION_PATCH from 4 to 5 to allow users of this
+	  version to know whether this incompatible change is present.
+
+2006-03-24 14:47  king
+
+	* Modules/FindPythonLibs.cmake: ENH: Updated implementation to use
+	  new FIND_* command power.  The correct library is now found on
+	  MinGW also.
+
+2006-03-24 14:16  king
+
+	* Source/: cmFindBase.cxx, cmFindBase.h: ENH: Added
+	  NO_CMAKE_ENVIRONMENT_PATH, NO_CMAKE_PATH,
+	  NO_SYSTEM_ENVIRONMENT_PATH, and NO_CMAKE_SYSTEM_PATH options back
+	  to allow more granularity than NO_DEFAULT_PATH.
+
+2006-03-24 14:15  king
+
+	* Modules/Platform/UnixPaths.cmake: BUG: Fix '/use/lib' to be
+	  '/usr/lib'.
+
+2006-03-24 12:20  martink
+
+	* Tests/CustomCommand/: CMakeLists.txt,
+	  GeneratedHeader/CMakeLists.txt: BUG: fix test to list generate
+	  dheader
+
+2006-03-24 09:15  hoffman
+
+	* Modules/Platform/Darwin.cmake, Source/cmGlobalXCodeGenerator.cxx,
+	  Source/cmLocalGenerator.cxx, Source/cmLocalGenerator.h,
+	  Source/cmLocalXCodeGenerator.cxx, Source/cmTryCompileCommand.cxx,
+	  Tests/ExternalOBJ/CMakeLists.txt,
+	  Tests/ExternalOBJ/Object/CMakeLists.txt,
+	  Tests/X11/CMakeLists.txt: ENH: add support for universal binaries
+
+2006-03-24 08:17  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-23 15:35  andy
+
+	* Source/CTest/cmCTestBuildAndTestHandler.cxx: COMP: Remove warning
+
+2006-03-23 13:55  martink
+
+	* Source/: cmLocalVisualStudio6Generator.cxx,
+	  cmLocalVisualStudio7Generator.cxx: ENH: removed unused rules from
+	  targets for VS
+
+2006-03-23 11:19  andy
+
+	* Source/cmCTest.cxx: BUG: Fix CTestCustom.ctest file
+
+2006-03-23 10:10  hoffman
+
+	* CTestCustom.ctest.in: ENH: try to get rid of warning on HP
+
+2006-03-23 09:56  andy
+
+	* Source/CTest/cmCTestBuildHandler.cxx: ENH: More error handling
+
+2006-03-23 08:13  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-22 17:21  hoffman
+
+	* Source/cmExecuteProcessCommand.cxx: ENH: do not dereference empty
+	  stl vectors
+
+2006-03-22 15:01  martink
+
+	* Tests/: Complex/VarTests.cmake,
+	  Complex/Executable/CMakeLists.txt,
+	  Complex/Executable/Included.cmake,
+	  Complex/Executable/complex.cxx, ComplexOneConfig/VarTests.cmake,
+	  ComplexOneConfig/Executable/CMakeLists.txt,
+	  ComplexOneConfig/Executable/Included.cmake,
+	  ComplexOneConfig/Executable/complex.cxx,
+	  ComplexRelativePaths/VarTests.cmake,
+	  ComplexRelativePaths/Executable/CMakeLists.txt,
+	  ComplexRelativePaths/Executable/Included.cmake,
+	  ComplexRelativePaths/Executable/complex.cxx: ENH: added testing
+	  for new features
+
+2006-03-22 14:45  andy
+
+	* Source/cmMakefile.cxx: BUG: Fix logic. If the variable is not
+	  set, then it is always ok to write the file
+
+2006-03-22 14:40  andy
+
+	* Source/: cmAddCustomCommandCommand.cxx,
+	  cmConfigureFileCommand.cxx, cmExecuteProcessCommand.cxx,
+	  cmFileCommand.cxx, cmMakeDirectoryCommand.cxx, cmMakefile.cxx,
+	  cmMakefile.h, cmWriteFileCommand.cxx: ENH: Allow blocking of
+	  writing into the source tree
+
+2006-03-22 14:06  martink
+
+	* Source/: cmGetDirectoryPropertyCommand.h,
+	  cmGetSourceFilePropertyCommand.cxx,
+	  cmGetSourceFilePropertyCommand.h, cmIfCommand.cxx, cmIfCommand.h,
+	  cmMakefile.cxx, cmMakefile.h, cmSourceFile.cxx: ENH: added some
+	  new functionality
+
+2006-03-22 13:04  andy
+
+	* Source/: cmBootstrapCommands.cxx, cmCommands.cxx, cmake.cxx:
+	  COMP: Fix apple bootstrap issues
+
+2006-03-22 11:14  andy
+
+	* Source/cmBootstrapCommands.cxx,
+	  Modules/CheckCSourceCompiles.cmake,
+	  Modules/CheckCXXSourceCompiles.cmake, Source/cmCommands.cxx,
+	  Source/cmWriteFileCommand.cxx,
+	  Utilities/cmxmlrpc/CMake/TryCompileFromSource.cmake: ENH: Cleanup
+	  bootstrap even more
+
+2006-03-22 11:10  king
+
+	* Modules/Platform/Windows-gcc.cmake, Source/cmLocalGenerator.cxx:
+	  ENH: Added support for linking to MS .lib libraries in MinGW.
+
+2006-03-22 09:58  andy
+
+	* bootstrap, Source/cmMakefile.cxx, Source/cmMakefile.h,
+	  Source/cmakemain.cxx: ENH: Remove things from bootstrap
+
+2006-03-22 08:11  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-21 17:47  barre
+
+	* Source/kwsys/SystemTools.cxx: ENH: the arguments to this function
+	  were not checked in a robust way
+
+2006-03-21 16:59  andy
+
+	* CMakeLists.txt: ENH: Add flag for MFC
+
+2006-03-21 16:58  andy
+
+	* Modules/InstallRequiredSystemLibraries.cmake: ENH: Handle visual
+	  studio versions
+
+2006-03-21 16:39  andy
+
+	* Source/cmCTest.cxx: ENH: Two things. If there is
+	  CTestCustom.cmake in the toplevel directory read that file only.
+	  If there is CTestCustom.ctest in the toplevel directory, do the
+	  glob, if there is none, do nothing
+
+2006-03-21 16:03  andy
+
+	* Source/cmFileCommand.cxx, Source/cmFileCommand.h,
+	  Tests/StringFileTest/CMakeLists.txt: ENH: Add relative tag and
+	  add test for relative tag
+
+2006-03-21 16:02  andy
+
+	* Source/kwsys/: Glob.cxx, Glob.hxx.in: ENH: Add support for
+	  relative paths and cleanup
+
+2006-03-21 16:01  andy
+
+	* Source/cmCTest.cxx: BUG: Handle visual studio 8
+
+2006-03-21 12:56  alex
+
+	* Modules/FindKDE3.cmake: BUG: put the path to the kde3 lib dir in
+	  KDE3_LIB_DIR, not the complete libkdecore.so
+
+	  Alex
+
+2006-03-21 12:54  andy
+
+	* bootstrap, Source/CMakeLists.txt, Source/cmCTest.cxx,
+	  Source/cmCacheManager.cxx, Source/cmFileCommand.cxx,
+	  Source/cmFindPathCommand.cxx, Source/cmGlob.cxx, Source/cmGlob.h,
+	  Source/CTest/cmCTestCoverageHandler.cxx: ENH: Remove cmGlob and
+	  use glob from kwsys
+
+2006-03-21 08:45  king
+
+	* Source/cmLocalGenerator.cxx: ENH: Enabling
+	  CMAKE_INCLUDE_CURRENT_DIR even for in-source builds to be more
+	  consistent with its name.  This also makes double-quote and
+	  angle-bracket include styles (almost) identical.
+
+2006-03-21 08:20  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-20 16:24  andy
+
+	* Source/CPack/cmCPackPackageMakerGenerator.cxx: ENH: Handle
+	  unusual path for packagemaker
+
+2006-03-20 12:29  alex
+
+	* Modules/: AddFileDependencies.cmake, FindPNG.cmake,
+	  KDE3Macros.cmake: BUG: don't include MacroLibrary.cmake, but add
+	  a cmake module which implements ADD_FILE_DEPENDENCIES() ENH: mark
+	  the variables from FindPNG.cmake as advanced
+
+	  Alex
+
+2006-03-20 07:55  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-19 07:53  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-18 12:23  hoffman
+
+	* CTestCustom.ctest.in: ENH: add more warning stuff
+
+2006-03-18 12:16  alex
+
+	* Modules/FindKDE3.cmake: STYLE: fix typos
+
+	  Alex
+
+2006-03-18 08:59  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-17 16:30  andy
+
+	* Source/cmConfigure.cmake.h.in: ENH: Propagate cmake variables to
+	  macros in C
+
+2006-03-17 16:14  andy
+
+	* CMakeLists.txt, Source/CMakeLists.txt, Source/cmSystemTools.cxx:
+	  ENH: Simplify the test
+
+2006-03-17 15:47  andy
+
+	* Source/CMakeLists.txt: COMP: Use the current cmake's
+	  CheckCXXSourceCompiles
+
+2006-03-17 15:46  andy
+
+	* Source/: CMakeLists.txt, cmSystemTools.cxx, cmSystemTools.h,
+	  cmake.cxx: ENH: Handle missing unsetenv and add check for environ
+
+2006-03-17 15:33  hoffman
+
+	* Source/cmSystemTools.cxx: ENH: make cmake compile
+
+2006-03-17 12:31  andy
+
+	* Source/cmSystemTools.cxx: COMP: Fix windows
+
+2006-03-17 12:24  andy
+
+	* Source/cmSystemTools.cxx: COMP: Handle windows with hack for now
+
+2006-03-17 12:06  malaterre
+
+	* Source/kwsys/: Directory.cxx, Directory.hxx.in, SystemTools.cxx,
+	  SystemTools.hxx.in: ENH: Use const char where it should have
+	  been. At same time fix Bug#2958
+
+2006-03-17 11:44  andy
+
+	* Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Add a method to
+	  remove environment variables
+
+2006-03-17 11:14  andy
+
+	* Source/: cmSystemTools.cxx, cmSystemTools.h, cmake.cxx: ENH: Use
+	  vector of plain strings and add cmake -E command for getting
+	  environment
+
+2006-03-17 10:58  andy
+
+	* Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Add access for
+	  all environment variables
+
+2006-03-17 09:32  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-16 18:24  king
+
+	* Source/cmGlobalGenerator.cxx: BUG: When generating the install
+	  rules for CMake itself the per-configuration subdirectory must be
+	  used to specify the executable location.
+
+2006-03-16 17:49  hoffman
+
+	* Source/: cmFindBase.cxx, cmFindBase.h: ENH: clean up find stuff
+	  so that NO_SYSTEM_PATH is backwards compatible and you get put
+	  system env variables in the find commands
+
+2006-03-16 17:40  king
+
+	* Modules/Platform/Windows-cl.cmake: BUG: /DWIN32 and /D_WINDOWS
+	  should be defined for all configurations or if no configuration
+	  is set.
+
+2006-03-16 17:26  king
+
+	* Source/kwsys/auto_ptr.hxx.in: COMP: Skip trying to use native
+	  auto_ptr implementation and just provide a conforming one.
+
+2006-03-16 17:20  king
+
+	* Tests/: Complex/cmTestConfigure.h.in,
+	  Complex/Executable/complex.cxx,
+	  ComplexOneConfig/cmTestConfigure.h.in,
+	  ComplexOneConfig/Executable/complex.cxx,
+	  ComplexRelativePaths/cmTestConfigure.h.in,
+	  ComplexRelativePaths/Executable/complex.cxx: BUG: Removed
+	  compiled-in CMAKE_SHARED_MODULE_PREFIX and
+	  CMAKE_SHARED_MODULE_SUFFIX for loaded commands in favor of using
+	  the settings from the platform files.
+
+2006-03-16 17:09  king
+
+	* Source/: cmConfigure.cmake.h.in, cmDynamicLoader.cxx,
+	  cmDynamicLoader.h, cmLoadCommandCommand.cxx: BUG: Removed
+	  compiled-in CMAKE_SHARED_MODULE_PREFIX and
+	  CMAKE_SHARED_MODULE_SUFFIX for loaded commands in favor of using
+	  the settings from the platform files.
+
+2006-03-16 17:07  king
+
+	* Modules/CMakeSystemSpecificInformation.cmake: BUG: When copying
+	  the module variables from shared library variables use double
+	  quotes for the required definitions ...PREFIX and ...SUFFIX to
+	  make sure a value is set even if it is empty.
+
+2006-03-16 16:04  king
+
+	* Source/cmExportLibraryDependencies.cxx: COMP: Using KWSys
+	  auto_ptr to avoid cross-platform problems.
+
+2006-03-16 16:04  king
+
+	* Source/kwsys/: CMakeLists.txt, auto_ptr.hxx.in: ENH: Adding
+	  auto_ptr to KWSys to provide a conforming version everywhere.
+
+2006-03-16 15:53  alex
+
+	* Modules/FindKDE4.cmake: ENH: after searching for kde-config in
+	  the special dirs, search again in the standard dirs BUG: handle
+	  paths on windows correctly
+
+	  Alex
+
+2006-03-16 15:50  king
+
+	* Source/cmExportLibraryDependencies.cxx: COMP: Fix for auto_ptr
+	  usage on VC6's broken implementation.
+
+2006-03-16 14:51  king
+
+	* Source/cmLocalGenerator.cxx: BUG: Fixed generation of mismatched
+	  IF in install script.  This bug was introduced during the m_
+	  sweep.
+
+2006-03-16 14:44  king
+
+	* Source/: cmCommandArgumentParser.cxx, cmCommandArgumentParser.y:
+	  COMP: Fix malloc/free declaration for windows compilers.
+
+2006-03-16 14:14  king
+
+	* Source/cmExportLibraryDependencies.cxx: BUG: Do not leak the
+	  ofstream object in append mode.  Just use an auto_ptr for both
+	  cases.
+
+2006-03-16 11:57  king
+
+	* Source/: cmCommandArgumentParser.cxx, cmCommandArgumentParser.y,
+	  cmCommandArgumentParserTokens.h: ENH: Using patch from Frans
+	  Englich to clarify error messages.
+
+2006-03-16 11:34  andy
+
+	* Source/CTest/cmCTestTestHandler.h: COMP: Make members protected
+	  so that subclass can use them
+
+2006-03-16 11:29  andy
+
+	* Source/CTest/: cmCTestMemCheckHandler.cxx,
+	  cmCTestTestHandler.cxx: BUG: Couple of memcheck bugs: Log files
+	  should really be different for test and memcheck. Also make sure
+	  to not trunkate the output of the test until the valgrind or any
+	  other checking is pefrormed.
+
+2006-03-16 11:28  hoffman
+
+	* Source/CursesDialog/cmCursesMainForm.cxx: ENH: not all messages
+	  are errors
+
+2006-03-16 11:27  hoffman
+
+	* Source/cmOrderLinkDirectories.cxx: ENH: don't put the default
+	  framework path in a -F option
+
+2006-03-16 11:21  andy
+
+	* Source/kwsys/DynamicLoader.hxx.in: COMP: Fix problem with
+	  namespace
+
+2006-03-16 11:15  king
+
+	* Modules/Platform/FreeBSD.cmake: ENH: Enabling soname support on
+	  FreeBSD.
+
+2006-03-16 11:01  andy
+
+	* Source/cmDynamicLoader.cxx, Source/cmDynamicLoader.h,
+	  Source/cmLoadCommandCommand.cxx, Source/cmSystemTools.cxx,
+	  Source/cmakemain.cxx, Source/kwsys/DynamicLoader.cxx,
+	  Source/kwsys/DynamicLoader.hxx.in,
+	  Source/kwsys/testDynamicLoader.cxx, Source/kwsys/testDynload.c,
+	  Tests/Complex/Executable/complex.cxx,
+	  Tests/ComplexOneConfig/Executable/complex.cxx,
+	  Tests/ComplexRelativePaths/Executable/complex.cxx: ENH: Cleanup
+	  DynamicLoader so that the symbols have more consistent names,
+	  start using dynamic loader from kwsys in CMake
+
+2006-03-16 10:53  martink
+
+	* Source/: cmGlobalGenerator.h, cmLocalVisualStudio7Generator.h,
+	  cmLocalXCodeGenerator.h, cmMakefile.h: STYLE: minor comment
+	  cleanups
+
+2006-03-16 10:44  martink
+
+	* Source/CursesDialog/: cmCursesBoolWidget.cxx,
+	  cmCursesCacheEntryComposite.cxx, cmCursesCacheEntryComposite.h,
+	  cmCursesDummyWidget.cxx, cmCursesFilePathWidget.cxx,
+	  cmCursesForm.cxx, cmCursesForm.h, cmCursesLabelWidget.cxx,
+	  cmCursesLongMessageForm.cxx, cmCursesLongMessageForm.h,
+	  cmCursesMainForm.cxx, cmCursesMainForm.h, cmCursesPathWidget.cxx,
+	  cmCursesPathWidget.h, cmCursesStringWidget.cxx,
+	  cmCursesStringWidget.h, cmCursesWidget.cxx, cmCursesWidget.h:
+	  ENH: m_ cleanup for curses
+
+2006-03-16 09:33  martink
+
+	* Source/: cmAddTestCommand.h, cmData.h, cmDependsC.cxx,
+	  cmDependsC.h, cmStandardIncludes.h, cmUseMangledMesaCommand.h,
+	  cmVariableRequiresCommand.h: ENH: a warning fix and some more
+	  cleanup
+
+2006-03-16 09:17  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-15 16:32  martink
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: BUG: fix warning
+
+2006-03-15 14:14  hoffman
+
+	* Modules/Platform/IRIX64.cmake: ENH: use c not cxx
+
+2006-03-15 13:20  alex
+
+	* Modules/UsePkgConfig.cmake: BUG: change the formatting of the
+	  pkgconfig module documentation so that it doesn't crash some
+	  versions of konqueror (fixed with current konqy)
+
+	  Alex
+
+2006-03-15 12:02  hoffman
+
+	* Source/: cmGlobalXCode21Generator.cxx,
+	  cmGlobalXCodeGenerator.cxx, cmake.cxx: ENH: fix up this changes
+	  for mac
+
+2006-03-15 11:38  martink
+
+	* Source/: cmGlobalXCodeGenerator.cxx, cmMakeDepend.cxx,
+	  cmMakeDepend.h, cmXCodeObject.cxx, cmXCodeObject.h: BUG: some
+	  UNIX fixes for my m_ commit
+
+2006-03-15 11:26  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-15 11:01  martink
+
+	* Source/: cmAddCustomCommandCommand.cxx,
+	  cmAddCustomTargetCommand.cxx, cmAddDefinitionsCommand.cxx,
+	  cmAddDependenciesCommand.cxx, cmAddExecutableCommand.cxx,
+	  cmAddLibraryCommand.cxx, cmAddLibraryCommand.h,
+	  cmAddSubDirectoryCommand.cxx, cmAddTestCommand.cxx,
+	  cmAuxSourceDirectoryCommand.cxx, cmBuildCommand.cxx,
+	  cmBuildNameCommand.cxx, cmCMakeMinimumRequired.cxx,
+	  cmCPluginAPI.cxx, cmCTest.cxx, cmCTest.h, cmCacheManager.cxx,
+	  cmCacheManager.h, cmCommand.h, cmCommandArgumentLexer.cxx,
+	  cmCommandArgumentParserHelper.cxx,
+	  cmCommandArgumentParserHelper.h, cmConfigureFileCommand.cxx,
+	  cmConfigureFileCommand.h, cmCreateTestSourceList.cxx,
+	  cmCustomCommand.cxx, cmCustomCommand.h, cmDepends.cxx,
+	  cmDepends.h, cmDependsC.cxx, cmDependsC.h, cmDependsFortran.cxx,
+	  cmDependsFortran.h, cmDependsFortranLexer.cxx,
+	  cmDependsJavaLexer.cxx, cmDynamicLoader.cxx,
+	  cmEnableLanguageCommand.cxx, cmEnableTestingCommand.cxx,
+	  cmEndIfCommand.cxx, cmExecProgramCommand.cxx,
+	  cmExecuteProcessCommand.cxx, cmExportLibraryDependencies.cxx,
+	  cmExportLibraryDependencies.h, cmExprLexer.cxx,
+	  cmExprParserHelper.cxx, cmExprParserHelper.h,
+	  cmFLTKWrapUICommand.cxx, cmFLTKWrapUICommand.h,
+	  cmFileCommand.cxx, cmFileTimeComparison.cxx,
+	  cmFileTimeComparison.h, cmFindBase.cxx, cmFindLibraryCommand.cxx,
+	  cmFindPackageCommand.cxx, cmFindPathCommand.cxx,
+	  cmFindProgramCommand.cxx, cmForEachCommand.cxx,
+	  cmForEachCommand.h, cmGeneratedFileStream.cxx,
+	  cmGeneratedFileStream.h, cmGetCMakePropertyCommand.cxx,
+	  cmGetDirectoryPropertyCommand.cxx,
+	  cmGetFilenameComponentCommand.cxx,
+	  cmGetSourceFilePropertyCommand.cxx,
+	  cmGetTargetPropertyCommand.cxx, cmGetTestPropertyCommand.cxx,
+	  cmGlob.cxx, cmGlob.h, cmGlobalBorlandMakefileGenerator.cxx,
+	  cmGlobalGenerator.cxx, cmGlobalGenerator.h,
+	  cmGlobalKdevelopGenerator.cxx, cmGlobalMSYSMakefileGenerator.cxx,
+	  cmGlobalMinGWMakefileGenerator.cxx,
+	  cmGlobalNMakeMakefileGenerator.cxx,
+	  cmGlobalUnixMakefileGenerator3.cxx,
+	  cmGlobalUnixMakefileGenerator3.h,
+	  cmGlobalVisualStudio6Generator.cxx,
+	  cmGlobalVisualStudio71Generator.cxx,
+	  cmGlobalVisualStudio71Generator.h,
+	  cmGlobalVisualStudio7Generator.cxx,
+	  cmGlobalVisualStudio7Generator.h,
+	  cmGlobalVisualStudio8Generator.cxx,
+	  cmGlobalWatcomWMakeGenerator.cxx, cmGlobalXCode21Generator.cxx,
+	  cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h,
+	  cmIfCommand.cxx, cmIfCommand.h, cmIncludeCommand.cxx,
+	  cmIncludeDirectoryCommand.cxx,
+	  cmIncludeExternalMSProjectCommand.cxx,
+	  cmIncludeRegularExpressionCommand.cxx, cmInstallCommand.cxx,
+	  cmInstallFilesCommand.cxx, cmInstallFilesCommand.h,
+	  cmInstallProgramsCommand.cxx, cmInstallProgramsCommand.h,
+	  cmInstallTargetGenerator.cxx, cmInstallTargetsCommand.cxx,
+	  cmLinkDirectoriesCommand.cxx, cmLinkLibrariesCommand.cxx,
+	  cmListCommand.cxx, cmListFileCache.cxx, cmListFileCache.h,
+	  cmLoadCacheCommand.cxx, cmLoadCommandCommand.cxx,
+	  cmLocalGenerator.cxx, cmLocalGenerator.h,
+	  cmLocalUnixMakefileGenerator3.cxx,
+	  cmLocalUnixMakefileGenerator3.h,
+	  cmLocalVisualStudio6Generator.cxx,
+	  cmLocalVisualStudio6Generator.h,
+	  cmLocalVisualStudio7Generator.cxx,
+	  cmLocalVisualStudio7Generator.h, cmMacroCommand.cxx,
+	  cmMacroCommand.h, cmMakeDepend.cxx, cmMakeDepend.h,
+	  cmMakefile.cxx, cmMakefile.h,
+	  cmMakefileExecutableTargetGenerator.cxx,
+	  cmMakefileLibraryTargetGenerator.cxx,
+	  cmMakefileTargetGenerator.cxx, cmMakefileTargetGenerator.h,
+	  cmMarkAsAdvancedCommand.cxx, cmMathCommand.cxx,
+	  cmMessageCommand.cxx, cmOptionCommand.cxx,
+	  cmOrderLinkDirectories.cxx, cmOrderLinkDirectories.h,
+	  cmOutputRequiredFilesCommand.cxx, cmOutputRequiredFilesCommand.h,
+	  cmProjectCommand.cxx, cmQTWrapCPPCommand.cxx,
+	  cmQTWrapCPPCommand.h, cmQTWrapUICommand.cxx, cmQTWrapUICommand.h,
+	  cmRemoveCommand.cxx, cmRemoveDefinitionsCommand.cxx,
+	  cmSeparateArgumentsCommand.cxx, cmSetCommand.cxx,
+	  cmSetDirectoryPropertiesCommand.cxx,
+	  cmSetSourceFilesPropertiesCommand.cxx,
+	  cmSetTargetPropertiesCommand.cxx,
+	  cmSetTestsPropertiesCommand.cxx, cmSiteNameCommand.cxx,
+	  cmSourceFile.cxx, cmSourceFile.h, cmSourceGroup.cxx,
+	  cmSourceGroup.h, cmSourceGroupCommand.cxx, cmStringCommand.cxx,
+	  cmSubdirCommand.cxx, cmTarget.cxx, cmTarget.h,
+	  cmTargetLinkLibrariesCommand.cxx, cmTargetLinkLibrariesCommand.h,
+	  cmTest.cxx, cmTest.h, cmTryCompileCommand.cxx,
+	  cmTryRunCommand.cxx, cmUtilitySourceCommand.cxx,
+	  cmVTKMakeInstantiatorCommand.cxx, cmVTKMakeInstantiatorCommand.h,
+	  cmVTKWrapJavaCommand.cxx, cmVTKWrapJavaCommand.h,
+	  cmVTKWrapPythonCommand.cxx, cmVTKWrapPythonCommand.h,
+	  cmVTKWrapTclCommand.cxx, cmVTKWrapTclCommand.h,
+	  cmVariableRequiresCommand.cxx, cmVariableWatch.cxx,
+	  cmVariableWatch.h, cmWhileCommand.cxx, cmWhileCommand.h,
+	  cmWin32ProcessExecution.cxx, cmWin32ProcessExecution.h,
+	  cmWriteFileCommand.cxx, cmXCode21Object.cxx, cmXCodeObject.cxx,
+	  cmXCodeObject.h, cmake.cxx, cmake.h, cmakemain.cxx,
+	  cmakewizard.cxx, cmakewizard.h, CTest/cmCTestBuildCommand.cxx,
+	  CTest/cmCTestConfigureCommand.cxx,
+	  CTest/cmCTestCoverageCommand.cxx,
+	  CTest/cmCTestHandlerCommand.cxx,
+	  CTest/cmCTestMemCheckCommand.cxx, CTest/cmCTestStartCommand.cxx,
+	  CTest/cmCTestSubmitCommand.cxx, CTest/cmCTestTestCommand.cxx,
+	  CTest/cmCTestTestHandler.cxx, CTest/cmCTestUpdateCommand.cxx:
+	  STYLE: some m_ to this-> cleanup
+
+2006-03-15 09:23  andy
+
+	* Source/CTest/cmCTestUpdateHandler.cxx: ENH: Add svn cleanup
+	  before running svn
+
+2006-03-15 09:22  andy
+
+	* Source/CPack/cmCPackGenericGenerator.cxx: ENH: Allow multiple
+	  install directories
+
+2006-03-14 16:38  hoffman
+
+	* Modules/FindOpenGL.cmake: ENH: go back to finding the framework
+	  opengl on the mac
+
+2006-03-14 15:19  hoffman
+
+	* Modules/FindOpenGL.cmake: ENH: use standard include path for
+	  OpenGL
+
+2006-03-14 14:03  hoffman
+
+	* Modules/Platform/Darwin.cmake,
+	  Source/cmMakefileLibraryTargetGenerator.cxx,
+	  Source/cmMakefileTargetGenerator.cxx,
+	  Source/cmMakefileTargetGenerator.h: ENH: add support for removing
+	  language flags from shared library and shared module link
+	  commands
+
+2006-03-14 11:35  king
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: BUG: Fixed object file
+	  name construction to use Convert method for relative path
+	  conversion.  Also fixed test of result to check explicitly for a
+	  full path.
+
+2006-03-14 10:14  king
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: BUG: Avoid full paths
+	  and spaces when constructing object file names.
+
+2006-03-14 09:37  king
+
+	* Source/cmMakefile.cxx: BUG: Clarified confusing error message.
+
+2006-03-14 02:31  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-13 16:45  andy
+
+	* Source/CPack/cmCPackGenericGenerator.h: STYLE: Fix style checker
+
+2006-03-13 15:57  malaterre
+
+	* Source/kwsys/testDynamicLoader.cxx: COMP: Fix warning
+
+2006-03-13 15:19  king
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: ENH: Introducing new
+	  policy to construct more unique object file names.  This should
+	  allow multiple sources with the same file name but different FULL
+	  paths to be added to a single target.
+
+2006-03-13 14:39  malaterre
+
+	* Source/kwsys/: DynamicLoader.cxx, testDynamicLoader.cxx: BUG: Fix
+	  problem on MacOSX, by disabling part of the test.
+
+2006-03-13 13:11  hoffman
+
+	* Modules/VTKCompatibility.cmake: ENH: add backwards compatibility
+	  fix for more aggressive find_path command
+
+2006-03-13 11:27  malaterre
+
+	* Source/kwsys/DynamicLoader.cxx: ENH: Fix dashboard with coverage
+
+2006-03-13 10:49  malaterre
+
+	* Source/kwsys/CMakeLists.txt: ENH: Do not build the library if we
+	  are not doing Testing
+
+2006-03-13 10:27  malaterre
+
+	* Source/kwsys/testDynamicLoader.cxx: ENH: Make test usable from
+	  command line
+
+2006-03-13 02:31  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-12 10:03  hoffman
+
+	* Source/kwsys/SystemTools.cxx: ENH: remove warning
+
+2006-03-12 09:43  hoffman
+
+	* Source/CMakeLists.txt: ENH: remove test until it works
+
+2006-03-12 02:26  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-11 12:43  hoffman
+
+	* Modules/FindOpenGL.cmake: ENH: take advantage of new framework
+	  stuff
+
+2006-03-11 11:53  hoffman
+
+	* Source/cmake.cxx: ENH: remove print
+
+2006-03-11 11:52  hoffman
+
+	* Source/kwsys/SystemTools.cxx: ENH: try to clean up the search for
+	  programs
+
+2006-03-11 10:09  malaterre
+
+	* Source/kwsys/DynamicLoader.cxx: BUG: Fix for MINGW32
+
+2006-03-11 09:59  malaterre
+
+	* Source/kwsys/DynamicLoader.cxx: ENH: Add support for LastError on
+	  HPUX
+
+2006-03-11 09:47  malaterre
+
+	* Source/kwsys/DynamicLoader.cxx: ENH: Also look into data segment
+	  (consistant with other implementation)
+
+2006-03-11 02:33  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-10 17:37  hoffman
+
+	* Source/kwsys/SystemTools.cxx: ENH: undo last change because it
+	  broke the dashboard
+
+2006-03-10 16:53  hoffman
+
+	* Source/: cmFileCommand.cxx, cmFileCommand.h: ENH: add a new FILE
+	  SYSTEM_PATH that allows you to read a environment variable with a
+	  path in it.
+
+2006-03-10 16:52  hoffman
+
+	* Source/kwsys/SystemTools.cxx: ENH: fix find program to look for
+	  .com and .exe correctly and not return files with no extension on
+	  windows
+
+2006-03-10 16:03  malaterre
+
+	* Source/kwsys/: DynamicLoader.hxx.in, SystemTools.hxx.in: ENH: Add
+	  documentation on the problem with system wide path for looking up
+	  dynamic libraries. STYLE: Fix trailing white spaces
+
+2006-03-10 15:42  malaterre
+
+	* Source/kwsys/testDynamicLoader.cxx: BUG: Need a / for Visual
+	  Studio build
+
+2006-03-10 15:38  malaterre
+
+	* Source/kwsys/: testDynamicLoader.cxx, testSystemTools.h.in: BUG:
+	  Do the proper path
+
+2006-03-10 15:12  malaterre
+
+	* Source/kwsys/testDynamicLoader.cxx: BUG: Need a trailing slash
+
+2006-03-10 15:08  malaterre
+
+	* Source/kwsys/: CMakeLists.txt, testDynamicLoader.cxx,
+	  testSystemTools.h.in: BUG: Fix problem with  in the path
+
+2006-03-10 15:03  andy
+
+	* Source/: cmCTest.cxx, cmCTest.h,
+	  CTest/cmCTestBuildAndTestHandler.cxx,
+	  CTest/cmCTestBuildAndTestHandler.h,
+	  CTest/cmCTestBuildCommand.cxx, CTest/cmCTestBuildCommand.h,
+	  CTest/cmCTestBuildHandler.cxx, CTest/cmCTestBuildHandler.h,
+	  CTest/cmCTestCommand.h, CTest/cmCTestConfigureCommand.cxx,
+	  CTest/cmCTestConfigureCommand.h,
+	  CTest/cmCTestConfigureHandler.cxx,
+	  CTest/cmCTestCoverageCommand.cxx, CTest/cmCTestCoverageCommand.h,
+	  CTest/cmCTestCoverageHandler.cxx, CTest/cmCTestCoverageHandler.h,
+	  CTest/cmCTestEmptyBinaryDirectoryCommand.h,
+	  CTest/cmCTestGenericHandler.cxx, CTest/cmCTestGenericHandler.h,
+	  CTest/cmCTestHandlerCommand.cxx, CTest/cmCTestHandlerCommand.h,
+	  CTest/cmCTestMemCheckCommand.cxx, CTest/cmCTestMemCheckCommand.h,
+	  CTest/cmCTestMemCheckHandler.cxx, CTest/cmCTestMemCheckHandler.h,
+	  CTest/cmCTestRunScriptCommand.cxx,
+	  CTest/cmCTestRunScriptCommand.h, CTest/cmCTestScriptHandler.cxx,
+	  CTest/cmCTestScriptHandler.h, CTest/cmCTestSleepCommand.cxx,
+	  CTest/cmCTestSleepCommand.h, CTest/cmCTestStartCommand.cxx,
+	  CTest/cmCTestStartCommand.h, CTest/cmCTestSubmitCommand.cxx,
+	  CTest/cmCTestSubmitCommand.h, CTest/cmCTestSubmitHandler.cxx,
+	  CTest/cmCTestSubmitHandler.h, CTest/cmCTestTestCommand.cxx,
+	  CTest/cmCTestTestCommand.h, CTest/cmCTestTestHandler.cxx,
+	  CTest/cmCTestTestHandler.h, CTest/cmCTestUpdateCommand.cxx,
+	  CTest/cmCTestUpdateCommand.h, CTest/cmCTestUpdateHandler.cxx,
+	  CTest/cmCTestUpdateHandler.h: STYLE: Fix some style issues
+
+2006-03-10 14:53  malaterre
+
+	* Source/kwsys/: CMakeLists.txt, testDynamicLoader.cxx,
+	  testSystemTools.h.in: BUG: Trying to get testDynamicLoader to
+	  work on Solaris and SunOS, where current directory is not lookup
+	  when doing dlopen
+
+2006-03-10 13:54  hoffman
+
+	* Source/: cmCommandArgumentLexer.h,
+	  cmDependsFortranParserTokens.h, cmDependsJavaLexer.h,
+	  cmDependsJavaParserHelper.h, cmDependsJavaParserTokens.h,
+	  cmExecProgramCommand.h, cmExprLexer.h, cmExprParserTokens.h,
+	  cmFLTKWrapUICommand.h, cmFileCommand.h, cmFindBase.h,
+	  cmGlobalBorlandMakefileGenerator.h, cmGlobalGenerator.h,
+	  cmGlobalMSYSMakefileGenerator.h,
+	  cmGlobalMinGWMakefileGenerator.h,
+	  cmGlobalNMakeMakefileGenerator.h,
+	  cmGlobalUnixMakefileGenerator3.h,
+	  cmGlobalVisualStudio6Generator.h,
+	  cmGlobalVisualStudio71Generator.h,
+	  cmGlobalVisualStudio7Generator.h, cmGlobalWatcomWMakeGenerator.h,
+	  cmGlobalXCodeGenerator.h, cmListCommand.h, cmLocalGenerator.h,
+	  cmLocalUnixMakefileGenerator3.h, cmSourceFile.cxx,
+	  cmStringCommand.cxx, cmSystemTools.cxx, cmTarget.cxx,
+	  cmTargetLinkLibrariesCommand.cxx, cmTryCompileCommand.cxx,
+	  cmTryRunCommand.cxx, cmUseMangledMesaCommand.cxx,
+	  cmUtilitySourceCommand.cxx, cmVTKMakeInstantiatorCommand.cxx,
+	  cmVTKWrapJavaCommand.cxx, cmVTKWrapPythonCommand.cxx,
+	  cmVTKWrapTclCommand.cxx, cmVariableRequiresCommand.cxx,
+	  cmVariableWatch.cxx, cmVariableWatch.h, cmWhileCommand.cxx,
+	  cmWin32ProcessExecution.cxx, cmXCode21Object.cxx,
+	  cmXCodeObject.cxx, cmakemain.cxx: STYLE: fix line lengths
+
+2006-03-10 13:34  malaterre
+
+	* Source/kwsys/SystemTools.cxx: STYLE: Remove trailing whitespaces
+
+2006-03-10 13:34  malaterre
+
+	* Source/kwsys/: CMakeLists.txt, DynamicLoader.cxx: BUG: Fix
+	  DynamicLoader implementation on MacOSX (using old API)
+
+2006-03-10 13:33  malaterre
+
+	* Source/kwsys/SystemTools.cxx: ENH: Add trailing whitespace
+
+2006-03-10 13:06  andy
+
+	* Source/: cmAddCustomCommandCommand.cxx,
+	  cmAddCustomTargetCommand.cxx, cmAddDefinitionsCommand.cxx,
+	  cmAddDefinitionsCommand.h, cmAddDependenciesCommand.cxx,
+	  cmAddExecutableCommand.h, cmBuildCommand.cxx,
+	  cmBuildNameCommand.h, cmCMakeMinimumRequired.cxx,
+	  cmCPluginAPI.cxx, cmCPluginAPI.h, cmCacheManager.cxx,
+	  cmCommandArgumentParser.cxx, cmCommandArgumentParserHelper.h,
+	  cmCommandArgumentParserTokens.h, cmCreateTestSourceList.cxx,
+	  cmCustomCommand.cxx, cmDependsC.cxx, cmDependsC.h,
+	  cmDependsFortranLexer.cxx, cmDependsFortranLexer.h,
+	  cmLocalVisualStudio7Generator.cxx, cmMacroCommand.cxx,
+	  cmMacroCommand.h, cmMakeDepend.cxx, cmake.cxx, cmakewizard.cxx,
+	  CPack/cmCPackGenerators.cxx, CPack/cmCPackGenerators.h,
+	  CPack/cmCPackGenericGenerator.cxx,
+	  CPack/cmCPackGenericGenerator.h, CPack/cmCPackLog.cxx,
+	  CPack/cmCPackLog.h, CPack/cmCPackNSISGenerator.cxx,
+	  CPack/cmCPackNSISGenerator.h,
+	  CPack/cmCPackPackageMakerGenerator.cxx,
+	  CPack/cmCPackSTGZGenerator.cxx, CPack/cmCPackSTGZGenerator.h,
+	  CPack/cmCPackTGZGenerator.cxx, CPack/cmCPackTGZGenerator.h,
+	  CPack/cpack.cxx: STYLE: Fix some style issues
+
+2006-03-10 12:47  andy
+
+	* Source/CPack/cmCPackPackageMakerGenerator.cxx: STYLE: Cleanup
+	  trailing spaces
+
+2006-03-10 12:01  malaterre
+
+	* Source/kwsys/: Glob.cxx, Registry.cxx, RegularExpression.cxx,
+	  testCommandLineArguments.cxx: STYLE: Make sure to use the proper
+	  cast.
+
+2006-03-10 11:58  alex
+
+	* Modules/FindKDE4.cmake: ENH: new module to find the
+	  FindKDE4Internal.cmake installed by kdelibs4
+
+	  Alex
+
+2006-03-10 11:57  malaterre
+
+	* Source/kwsys/: DynamicLoader.cxx, testDynamicLoader.cxx: ENH:
+	  Make sure that we find the proper symbol and not the one that
+	  start with _. STYLE: Remove an old style cast
+
+2006-03-10 11:32  malaterre
+
+	* Source/kwsys/: DynamicLoader.cxx, testDynamicLoader.cxx: ENH:
+	  Hopefully have the DynamicLoader to the proper thing.
+
+2006-03-10 11:13  hoffman
+
+	* Source/: cmCacheManager.h, cmLocalVisualStudio7Generator.h,
+	  cmMakeDepend.h, cmMakefile.h, cmOutputRequiredFilesCommand.h,
+	  cmProjectCommand.h, cmRemoveDefinitionsCommand.h,
+	  cmSetTestsPropertiesCommand.h, cmSourceGroup.h,
+	  cmStandardIncludes.h, cmStringCommand.h, cmSubdirCommand.h,
+	  cmSystemTools.h, cmTarget.h, cmTryCompileCommand.h,
+	  cmVariableWatch.h, cmXCode21Object.h, cmake.h: ENH: fix line
+	  length style stuff
+
+2006-03-10 11:12  hoffman
+
+	* Source/cmFindBase.cxx: ENH: avoid adding junk into paths
+
+2006-03-10 10:28  malaterre
+
+	* Source/kwsys/testDynamicLoader.cxx: BUG: Make sure to have proper
+	  dependencies
+
+2006-03-10 10:26  hoffman
+
+	* Source/kwsys/CMakeLists.txt: ENH: use CMAKE_DL_LIBS and not dl
+	  directly as it does not always exist
+
+2006-03-10 10:23  malaterre
+
+	* Source/kwsys/CMakeLists.txt: COMP: Fix cygwin build
+
+2006-03-10 10:19  malaterre
+
+	* Source/kwsys/testDynload.c: COMP: Fix compilation on MacOSX
+	  (common symbols not allowed with MH_DYLIB output format)
+
+2006-03-10 10:12  andy
+
+	* Source/CMakeLists.txt, Tests/BundleTest/CMakeLists.txt: ENH: Add
+	  package to bundle test
+
+2006-03-10 10:07  andy
+
+	* Source/kwsys/testDynamicLoader.cxx: COMP: Add missing include
+
+2006-03-10 02:32  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-09 17:16  malaterre
+
+	* Source/kwsys/testDynload.c: BUG: Remove comment
+
+2006-03-09 17:15  malaterre
+
+	* Source/kwsys/: testDynamicLoader.cxx, testDynload.c: ENH: remove
+	  test temporarily
+
+2006-03-09 17:08  malaterre
+
+	* Source/kwsys/: CMakeLists.txt, testDynamicLoader.cxx: ENH: Still
+	  more coverage of the DynamicLoader
+
+2006-03-09 17:06  malaterre
+
+	* Source/kwsys/testDynload.c: ENH: Add a file to generate the lib
+
+2006-03-09 16:40  malaterre
+
+	* Source/kwsys/testDynamicLoader.cxx: ENH: Improve test coverage
+
+2006-03-09 16:40  malaterre
+
+	* Source/kwsys/: Registry.cxx, Registry.hxx.in: STYLE: Minor style
+
+2006-03-09 15:55  king
+
+	* CMakeLists.txt: ENH: Updated patch level to 4 for special KDE
+	  release.
+
+2006-03-09 15:47  hoffman
+
+	* Source/: cmCacheManager.cxx, cmCacheManager.h: ENH: if
+	  CMakeCache.txt has been removed, then automatically remove
+	  CMakefiles/*.cmake
+
+2006-03-09 15:00  hoffman
+
+	* Modules/Platform/AIX.cmake: ENH: add correct initial flags for
+	  aix
+
+2006-03-09 14:57  hoffman
+
+	* Modules/Platform/Darwin.cmake: ENH: remove junk
+
+2006-03-09 14:41  malaterre
+
+	* Source/kwsys/CMakeLists.txt: ENH: Carefully turn testing of
+	  DynamicLib on
+
+2006-03-09 14:36  malaterre
+
+	* Source/kwsys/: Directory.cxx, testSystemTools.cxx,
+	  DynamicLoader.cxx: STYLE: Minor style
+
+2006-03-09 14:35  malaterre
+
+	* Source/kwsys/testDynamicLoader.cxx: ENH: Adding initial test for
+	  DynamicLoader
+
+2006-03-09 14:30  hoffman
+
+	* Source/: cmFileCommand.cxx, cmFileCommand.h,
+	  cmLocalUnixMakefileGenerator3.cxx,
+	  cmLocalUnixMakefileGenerator3.h,
+	  cmMakefileExecutableTargetGenerator.cxx,
+	  cmMakefileLibraryTargetGenerator.cxx,
+	  cmMakefileTargetGenerator.cxx: ENH: use a cmake script to do the
+	  clean step, this allows for large numbers of files to be removed
+	  without making the command line too long
+
+2006-03-09 14:10  alex
+
+	* Modules/: FindKDE.cmake, FindKDE3.cmake, KDE3Macros.cmake,
+	  kde3init_dummy.cpp.in, kde3uic.cmake: ENH: add real-world-tested
+	  and used KDE3 support, and obsolete FindKDE.cmake, which wasn't
+	  used by anybody that I heard of
+
+	  Alex
+
+2006-03-09 11:57  andy
+
+	* Source/: cmCTest.cxx, cmCTest.h, ctest.cxx: STYLE: Fix some style
+	  issues
+
+2006-03-09 11:35  hoffman
+
+	* Modules/FindTCL.cmake, Source/cmFindPathCommand.cxx: ENH: fix a
+	  bug in the find path stuff so that it can find headers deep in
+	  frameworks
+
+2006-03-09 11:17  andy
+
+	* Source/CTest/: cmCTestBuildAndTestHandler.cxx,
+	  cmCTestBuildCommand.cxx, cmCTestBuildHandler.cxx,
+	  cmCTestBuildHandler.h, cmCTestConfigureCommand.cxx,
+	  cmCTestConfigureCommand.h, cmCTestConfigureHandler.cxx,
+	  cmCTestConfigureHandler.h, cmCTestCoverageCommand.cxx,
+	  cmCTestCoverageCommand.h, cmCTestCoverageHandler.cxx,
+	  cmCTestCoverageHandler.h, cmCTestEmptyBinaryDirectoryCommand.h,
+	  cmCTestGenericHandler.cxx, cmCTestGenericHandler.h,
+	  cmCTestHandlerCommand.cxx, cmCTestHandlerCommand.h,
+	  cmCTestMemCheckCommand.h, cmCTestMemCheckHandler.cxx,
+	  cmCTestRunScriptCommand.cxx, cmCTestScriptHandler.cxx,
+	  cmCTestStartCommand.cxx, cmCTestStartCommand.h,
+	  cmCTestSubmitCommand.cxx, cmCTestSubmitCommand.h,
+	  cmCTestSubmitHandler.cxx, cmCTestTestCommand.cxx,
+	  cmCTestTestHandler.cxx, cmCTestTestHandler.h,
+	  cmCTestUpdateCommand.cxx, cmCTestUpdateCommand.h,
+	  cmCTestUpdateHandler.cxx: STYLE: Fix some style issues
+
+2006-03-09 09:53  andy
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: BUG: Fix problem on
+	  Wacom system with global symbolic targets
+
+2006-03-09 08:32  andy
+
+	* Source/CPack/: cmCPackGenericGenerator.cxx,
+	  cmCPackPackageMakerGenerator.cxx, cpack.cxx: STYLE: Fix style
+	  problems
+
+2006-03-09 08:20  andy
+
+	* Utilities/: cmcurl/formdata.c, cmtar/libtar.h: COMP: Remove win64
+	  warnings
+
+2006-03-09 02:41  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-08 18:16  hoffman
+
+	* Source/cmFindProgramCommand.cxx: ENH: make sure system path is
+	  not added unless asked for
+
+2006-03-08 17:11  alex
+
+	* Modules/UsePkgConfig.cmake: ENH: add a cmake module for using
+	  pkg-config, tested in kdelibs, ok by Bill Hoffman
+
+	  Alex
+
+2006-03-08 16:33  andy
+
+	* Source/CPack/: cmCPackGenerators.cxx, cmCPackGenerators.h,
+	  cmCPackGenericGenerator.cxx, cmCPackGenericGenerator.h,
+	  cmCPackLog.cxx, cmCPackLog.h, cmCPackNSISGenerator.cxx,
+	  cmCPackNSISGenerator.h, cmCPackPackageMakerGenerator.cxx,
+	  cmCPackPackageMakerGenerator.h, cmCPackSTGZGenerator.cxx,
+	  cmCPackSTGZGenerator.h, cmCPackTGZGenerator.cxx,
+	  cmCPackTGZGenerator.h, cpack.cxx: STYLE: Lots of formating to
+	  remove style problems
+
+2006-03-08 14:02  andy
+
+	* Source/CMakeLists.txt, Tests/SimpleInstall/CMakeLists.txt,
+	  Tests/SimpleInstall/InstallScript2.cmake,
+	  Tests/SimpleInstall/TestSubDir/CMakeLists.txt,
+	  Tests/SimpleInstallS2/CMakeLists.txt,
+	  Tests/SimpleInstallS2/InstallScript2.cmake,
+	  Tests/SimpleInstallS2/TestSubDir/CMakeLists.txt: ENH: Add
+	  additional subdirectory to improve testing and to allow cleanup
+	  when testing cpack
+
+2006-03-08 13:59  andy
+
+	* Source/CPack/cmCPackPackageMakerGenerator.cxx: BUG: Handle
+	  version with multiple dots
+
+2006-03-08 13:20  andy
+
+	* Tests/: SimpleInstall/CMakeLists.txt,
+	  SimpleInstallS2/CMakeLists.txt: COMP: Ok, fix typo
+
+2006-03-08 13:13  andy
+
+	* Tests/: SimpleInstall/CMakeLists.txt,
+	  SimpleInstallS2/CMakeLists.txt: ENH: Add testing for cpack
+
+2006-03-08 13:06  king
+
+	* Source/kwsys/ProcessUNIX.c: ENH: Enabled process tree killing on
+	  AIX.
+
+2006-03-08 12:42  king
+
+	* Source/kwsys/ProcessUNIX.c: ENH: Enabled process tree killing on
+	  the SGI.
+
+2006-03-08 12:36  king
+
+	* Source/kwsys/ProcessUNIX.c: ENH: Enabled process tree killing for
+	  FreeBSD and Sun.
+
+2006-03-08 12:12  king
+
+	* Source/kwsys/ProcessUNIX.c: ENH: Enabled process tree killing on
+	  HP-UX.
+
+2006-03-08 11:57  king
+
+	* Source/kwsys/ProcessUNIX.c: BUG: Do not leak ps FILE when the
+	  process starts but reading the header fails.
+
+2006-03-08 11:39  king
+
+	* Source/kwsys/testProcess.c: ENH: Added a way to quickly enable
+	  manual testing of grandchild killing.
+
+2006-03-08 11:38  king
+
+	* Source/kwsys/ProcessUNIX.c: ENH: Added implementation of process
+	  tree killing that runs "ps" to traverse the tree.
+
+2006-03-08 10:52  andy
+
+	* Source/: cmListFileCache.cxx, cmListFileCache.h: BUG: Remove some
+	  old legacy code  and remove memory leak
+
+2006-03-08 09:16  malaterre
+
+	* Source/kwsys/: DynamicLoader.cxx, DynamicLoader.hxx.in: BUG:
+	  Including file within a namespace{} is dangerous(unless symbols
+	  are within an extern C). Also update documentation about special
+	  case for MacOSX
+
+2006-03-08 02:43  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-07 19:52  hoffman
+
+	* Tests/: SimpleInstall/CMakeLists.txt,
+	  SimpleInstallS2/CMakeLists.txt: ENH: remove cpack stuff for now
+	  so that we can get mac dashboards again
+
+2006-03-07 15:31  andy
+
+	* CMakeGraphVizOptions.cmake, Source/cmake.cxx: ENH: Add a way to
+	  overwrite some preferences and ignore certain targets
+
+2006-03-07 14:46  king
+
+	* Source/cmake.cxx: ENH: Add CMAKE_COMMAND and CMAKE_ROOT variables
+	  when running in script mode.	This partially addresses bug#2828.
+
+2006-03-07 14:38  king
+
+	* Source/cmGlobalGenerator.cxx: BUG: Check for whether to add -C to
+	  package rule should check for a . in the first character not the
+	  second.
+
+2006-03-07 12:03  andy
+
+	* Source/cmake.cxx: COMP: Fix warnings
+
+2006-03-07 10:05  king
+
+	* Source/cmFileCommand.cxx: BUG: Most platforms other than Linux
+	  seem to require executable permissions on their shared libraries.
+
+2006-03-07 10:04  king
+
+	* Tests/: SimpleInstall/CMakeLists.txt,
+	  SimpleInstallS2/CMakeLists.txt: BUG: Some platforms require
+	  executable permission on shared libraries.
+
+2006-03-07 02:12  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-06 15:41  hoffman
+
+	* bootstrap: ENH: add more depends for bootstrap
+
+2006-03-06 15:14  hoffman
+
+	* Modules/Platform/Darwin.cmake: ENH: add support for language
+	  flags that allow for universal binaries
+
+2006-03-06 15:14  hoffman
+
+	* Modules/CMakeCInformation.cmake,
+	  Modules/CMakeCXXInformation.cmake,
+	  Modules/CMakeFortranInformation.cmake,
+	  Modules/Platform/CYGWIN.cmake, Source/cmLocalGenerator.cxx,
+	  Source/cmLocalGenerator.h,
+	  Source/cmMakefileLibraryTargetGenerator.cxx: ENH: add support for
+	  language flags at rule expansion time
+
+2006-03-06 15:01  hoffman
+
+	* Modules/Platform/Windows-cl.cmake: ENH: add support for manifest
+	  stuff
+
+2006-03-06 14:30  malaterre
+
+	* Source/kwsys/DynamicLoader.cxx: COMP: Fix compilation on MacOSX
+
+2006-03-06 14:08  hoffman
+
+	* Modules/FindQt3.cmake: ENH: try to fix non-clean dashboards
+
+2006-03-06 14:07  malaterre
+
+	* Source/kwsys/CMakeLists.txt: ENH: Compile DynamicLoader
+
+2006-03-06 14:02  malaterre
+
+	* Source/kwsys/: DynamicLoader.cxx, DynamicLoader.hxx.in: ENH:
+	  Adding kwsys implementation for a DynamicLoader class. Copy from
+	  itkDynamicLoader, with patch from cmDynamicLoader
+
+2006-03-06 13:43  hoffman
+
+	* Source/kwsys/: Directory.cxx, Registry.cxx: ENH: add missing
+	  cmake depend hacks
+
+2006-03-06 13:34  hoffman
+
+	* Source/kwsys/Glob.cxx: ENH: add missing cmake include
+
+2006-03-06 13:02  malaterre
+
+	* Source/kwsys/Directory.cxx: COMP: Some STL implementation do not
+	  provide clear on std::string
+
+2006-03-06 11:57  malaterre
+
+	* Source/kwsys/: Directory.cxx, Directory.hxx.in: BUG: Need to
+	  reset internal structure in case of multiple calls to Load
+
+2006-03-06 10:12  malaterre
+
+	* Source/kwsys/: Directory.cxx, Directory.hxx.in: ENH: Redo
+	  implementation of itkDirectory to use kwsys (avoid duplicating
+	  code).
+
+2006-03-06 02:11  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-05 09:09  king
+
+	* Source/cmLocalGenerator.cxx: BUG: Fix for generated install
+	  scripts to support prefixes with trailing slashes or just a
+	  single slash.
+
+2006-03-05 08:38  hoffman
+
+	* Source/cmFindBase.cxx: ENH: fix old style parsing of FIND
+	  commands and fix broken tests
+
+2006-03-05 02:11  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-04 02:22  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-03 23:00  hoffman
+
+	* Source/cmFindBase.cxx: ENH: make sure NAMES tag is not required
+	  for name argument, fixes msys generator
+
+2006-03-03 19:29  king
+
+	* Source/cmInstallCommand.cxx, Source/cmInstallCommand.h,
+	  Source/cmInstallTargetGenerator.cxx,
+	  Source/cmInstallTargetGenerator.h,
+	  Tests/SimpleInstall/CMakeLists.txt,
+	  Tests/SimpleInstallS2/CMakeLists.txt: ENH: Added PERMISSIONS
+	  option to the TARGETS mode of the INSTALL command.
+
+2006-03-03 18:44  king
+
+	* Source/cmFileCommand.cxx, Source/cmInstallCommand.cxx,
+	  Source/cmInstallCommand.h, Source/cmInstallFilesGenerator.cxx,
+	  Source/cmInstallFilesGenerator.h, Source/cmInstallGenerator.cxx,
+	  Source/cmInstallGenerator.h, Source/cmLocalGenerator.cxx,
+	  Tests/SimpleInstall/CMakeLists.txt, Tests/SimpleInstall/inst.cxx,
+	  Tests/SimpleInstall/inst2.cxx,
+	  Tests/SimpleInstallS2/CMakeLists.txt,
+	  Tests/SimpleInstallS2/inst.cxx, Tests/SimpleInstallS2/inst2.cxx:
+	  ENH: Added PERMISSIONS and RENAME options to the INSTALL
+	  command's FILES and PROGRAMS mode, and corresponding support to
+	  FILE(INSTALL).  Default permissions for shared libraries on
+	  non-Windows/non-OSX platforms no longer has the execute bit set.
+
+2006-03-03 18:06  king
+
+	* Source/: cmTarget.cxx, cmTarget.h: ENH: Replaced UpdateLocation
+	  method with call to GetLocation.  Added comment about problems
+	  with the LOCATION attribute.
+
+2006-03-03 15:04  andy
+
+	* Source/CPack/: cmCPackPackageMakerGenerator.cxx,
+	  cmCPackPackageMakerGenerator.h: ENH: Check package maker version
+
+2006-03-03 14:28  andy
+
+	* Source/cmake.cxx: COMP: Oops, typo
+
+2006-03-03 14:24  andy
+
+	* Source/: cmTarget.cxx, cmTarget.h, cmake.cxx, cmake.h: ENH: Add
+	  support for exporting graphviz of the project dependencies
+
+2006-03-03 12:58  king
+
+	* Source/CMakeLists.txt, Source/cmGlobalGenerator.cxx,
+	  Source/cmGlobalGenerator.h,
+	  Source/cmGlobalVisualStudio6Generator.cxx,
+	  Source/cmGlobalVisualStudio6Generator.h,
+	  Source/cmGlobalVisualStudio7Generator.cxx,
+	  Source/cmGlobalVisualStudio7Generator.h,
+	  Source/cmGlobalXCodeGenerator.cxx,
+	  Source/cmGlobalXCodeGenerator.h,
+	  Source/cmInstallTargetGenerator.cxx,
+	  Source/cmInstallTargetGenerator.h,
+	  Source/cmMakefileExecutableTargetGenerator.cxx,
+	  Source/cmTarget.cxx, Tests/BundleTest/BundleLib.cxx,
+	  Tests/BundleTest/BundleTest.cxx, Tests/BundleTest/CMakeLists.txt:
+	  BUG: Fixed installation of MacOSX Bundle executables and the
+	  corresponding install_name remapping support.  Extended the
+	  BundleTest test to check that this all works.  Part of these
+	  fixes required changing the signature of AppendDirectoryForConfig
+	  in all generators.  It now accepts prefix and suffix strings to
+	  deal with whether leading or trailing slashes should be included
+	  with the configuration subdirectory.
+
+2006-03-03 12:01  hoffman
+
+	* Modules/Platform/Windows-cl.cmake: ENH: add manifest support for
+	  2005
+
+2006-03-03 11:59  hoffman
+
+	* Modules/CMakeVS8FindMake.cmake: ENH: look for VCExpress first
+
+2006-03-03 10:52  andy
+
+	* Modules/CPack.Info.plist.in,
+	  Source/CPack/cmCPackPackageMakerGenerator.cxx: ENH: Add verbose
+	  flag to package maker and add CFBundleIdentifier string
+
+2006-03-03 02:34  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-02 21:33  hoffman
+
+	* Source/kwsys/: Registry.cxx, SystemTools.cxx: ENH: fix std in
+	  kwsys, has to be kwsys_stl
+
+2006-03-02 20:11  hoffman
+
+	* Source/cmFindBase.cxx: ENH: remove warning
+
+2006-03-02 15:03  hoffman
+
+	* Source/: cmMakefile.cxx, cmMakefile.h: ENH: removed unused
+	  methods after find changes
+
+2006-03-02 14:39  hoffman
+
+	* Source/cmTryCompileCommand.cxx: ENH: pass CMAKE_MODULE_PATH into
+	  try compile projects
+
+2006-03-02 13:43  hoffman
+
+	* Source/: cmFindBase.cxx, cmFindLibraryCommand.cxx: ENH: fix
+	  spelling errors in docs
+
+2006-03-02 13:30  hoffman
+
+	* Modules/Platform/CYGWIN.cmake, Modules/Platform/Darwin.cmake,
+	  Modules/Platform/Linux.cmake, Modules/Platform/SunOS.cmake,
+	  Modules/Platform/UnixPaths.cmake,
+	  Modules/Platform/Windows-cl.cmake,
+	  Modules/Platform/WindowsPaths.cmake,
+	  Source/cmBootstrapCommands.cxx, Source/cmFindBase.cxx,
+	  Source/cmFindBase.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/kwsys/Registry.cxx,
+	  Source/kwsys/SystemTools.cxx: ENH: check in new find stuff
+
+2006-03-02 07:52  hoffman
+
+	* Modules/CMakeCInformation.cmake,
+	  Modules/CMakeCXXInformation.cmake,
+	  Modules/CMakeFortranInformation.cmake,
+	  Modules/CMakeJavaInformation.cmake, Source/cmGlobalGenerator.cxx:
+	  ENH: fix for bug 2921, move _OVERRIDE variable to a better
+	  position to allow changing _INIT variables
+
+2006-03-02 02:17  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-03-01 22:45  king
+
+	* Source/: cmSetTargetPropertiesCommand.h, cmTarget.cxx: ENH:
+	  Finished CMAKE_<CONFIG>_POSTFIX feature and documented it.  The
+	  value of this variable is used when a library target is created
+	  to initialize the <CONFIG>_POSTFIX target property.  The value of
+	  this property is used (even for executables) to define a
+	  per-configuration postfix on the name of the target.	Also
+	  enabled use of the OUTPUT_NAME property for non-executable
+	  targets.
+
+2006-03-01 19:00  king
+
+	* CMakeLists.txt: ENH: CMake does not need RPATHs at all for its
+	  own executables.  Disable them to avoid relinking during
+	  installation.
+
+2006-03-01 18:54  king
+
+	* Source/: cmGlobalUnixMakefileGenerator3.cxx,
+	  cmGlobalUnixMakefileGenerator3.h,
+	  cmLocalUnixMakefileGenerator3.cxx: ENH: Cleaned up generation of
+	  directory-level rules and their support structure.  The
+	  directorystart rule has been removed in favor of checking the
+	  build system in the subdirectory makefile first.  The "directory"
+	  rule has been renamed "all" since it corresponds to the "all"
+	  pass anyway (as against "clean").  Also fixed directory-level
+	  rule for preinstall.
+
+2006-03-01 18:49  king
+
+	* Source/cmGlobalGenerator.cxx: BUG: Check for whether to add
+	  BUILD_TYPE to install rule should check for a . in the first
+	  character not the second.
+
+2006-03-01 15:00  andy
+
+	* Modules/: CPack.cmake, NSIS.template.in: ENH: Several changes to
+	  for NSIS
+
+2006-03-01 13:15  andy
+
+	* CMakeLists.txt, Modules/CPack.cmake,
+	  Modules/InstallRequiredSystemLibraries.cmake: ENH: Install system
+	  libraries only if project requires them
+
+2006-03-01 13:05  andy
+
+	* Source/cmSystemTools.cxx: BUG: Even more VS8 issues
+
+2006-03-01 12:50  andy
+
+	* Source/CTest/cmCTestSubmitHandler.cxx: BUG: More VS8 fixes
+
+2006-03-01 11:55  andy
+
+	* Templates/CMakeLists.txt: ENH: Install cpack files
+
+2006-03-01 08:28  andy
+
+	* Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
+	  cmGlobalUnixMakefileGenerator3.h, cmGlobalXCodeGenerator.cxx,
+	  cmGlobalXCodeGenerator.h: ENH: Cleanup global targets even more
+	  and potentially fix Xcode
+
+2006-03-01 02:32  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-28 16:33  andy
+
+	* Source/cmGlobalGenerator.cxx: BUG: Ok, fix the ordering
+
+2006-02-28 16:22  andy
+
+	* Source/CTest/cmCTestHandlerCommand.cxx: BUG: Fix for STL
+
+2006-02-28 16:17  andy
+
+	* Source/cmCTest.h: BUG: Handle buggy streams
+
+2006-02-28 15:56  andy
+
+	* Source/cmCTest.cxx: BUG: Add additional check
+
+2006-02-28 15:31  andy
+
+	* Source/cmGlobalGenerator.cxx: BUG: On Visual Studio and XCode,
+	  handle build configurations
+
+2006-02-28 15:31  andy
+
+	* Source/CTest/cmCTestBuildAndTestHandler.cxx: STYLE: Remove debug
+
+2006-02-28 14:18  andy
+
+	* Modules/CPack.cmake, Templates/CPack.GenericLicense.txt,
+	  Templates/CPack.GenericWelcome.txt: ENH: Add resource files for
+	  PackageMaker
+
+2006-02-28 14:06  andy
+
+	* Templates/CPack.GenericDescription.txt,
+	  Tests/SimpleInstall/CMakeLists.txt,
+	  Tests/SimpleInstallS2/CMakeLists.txt: ENH: Add generic
+	  instructions
+
+2006-02-28 13:30  andy
+
+	* Tests/: SimpleInstall/CMakeLists.txt,
+	  SimpleInstallS2/CMakeLists.txt: ENH: Attempt to handle windows
+	  without NSIS installed
+
+2006-02-28 11:38  king
+
+	* Source/kwsys/ProcessWin32.c: COMP: Fixed warnings for Borland
+	  5.8.
+
+2006-02-28 11:14  andy
+
+	* Modules/FindQt4.cmake: BUG: Fix typo
+
+2006-02-28 11:13  andy
+
+	* Modules/FindQt4.cmake: ENH: Add support for debian having both
+	  qt3 and qt4
+
+2006-02-28 10:27  hoffman
+
+	* Modules/: CMakeVS71FindMake.cmake, CMakeVS8FindMake.cmake,
+	  FindDart.cmake, FindDoxygen.cmake, FindGCCXML.cmake,
+	  FindHTMLHelp.cmake, FindMPI.cmake, FindQt3.cmake, FindQt4.cmake,
+	  FindTCL.cmake, Platform/Darwin.cmake: ENH: use program files env
+	  for searching
+
+2006-02-28 09:53  king
+
+	* Source/cmGlobalGenerator.cxx: BUG: Need to use the CMAKE_COMMAND
+	  cache entry to get the location of CMake.
+
+2006-02-28 08:23  andy
+
+	* Source/CTest/cmCTestBuildAndTestHandler.cxx,
+	  Source/CTest/cmCTestBuildAndTestHandler.h,
+	  Tests/SimpleInstall/CMakeLists.txt,
+	  Tests/SimpleInstallS2/CMakeLists.txt: ENH: Add support for
+	  multiple build targets and start adding simple cpack tests
+
+2006-02-28 02:32  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-27 23:06  hoffman
+
+	* Source/cmSourceGroupCommand.cxx: ENH: fix problem if there are ..
+	  in the path to the source file specified in a source group
+
+2006-02-27 16:38  hoffman
+
+	* Source/: cmFindBase.cxx, cmFindBase.h: ENH: add new find stuff
+
+2006-02-27 12:14  hoffman
+
+	* Modules/: CMakeCInformation.cmake, CMakeCXXInformation.cmake,
+	  CMakeFortranInformation.cmake, CMakeRCInformation.cmake: ENH: fix
+	  spelling errors
+
+2006-02-27 10:58  andy
+
+	* Modules/CPack.Info.plist.in, Modules/CPack.cmake,
+	  Modules/NSIS.template.in, Source/cmBootstrapCommands.cxx,
+	  Source/cmCommands.cxx, Source/cmGlobalGenerator.cxx,
+	  Source/CPack/cmCPackGenericGenerator.cxx,
+	  Templates/CPackConfig.cmake.in: ENH: Several packaging issues.
+	  Allow random variables to be passed to cpack (anything starting
+	  with CPACK_, add preinstall to the list of dependencies for
+	  package, fix typos
+
+2006-02-27 02:00  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-26 02:00  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-25 01:56  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-24 18:15  andy
+
+	* Source/: cmGlobalGenerator.cxx, cmake.h: COMP: More fixes for non
+	  makefile generators and global targets
+
+2006-02-24 17:43  andy
+
+	* Source/cmGlobalGenerator.cxx: STYLE: Remove debug
+
+2006-02-24 17:35  andy
+
+	* Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
+	  cmGlobalUnixMakefileGenerator3.cxx,
+	  cmGlobalVisualStudio6Generator.cxx,
+	  cmGlobalVisualStudio6Generator.h,
+	  cmGlobalVisualStudio71Generator.cxx,
+	  cmGlobalVisualStudio7Generator.cxx,
+	  cmGlobalVisualStudio7Generator.h, cmGlobalXCode21Generator.h,
+	  cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h,
+	  cmLocalVisualStudio6Generator.cxx,
+	  cmLocalVisualStudio7Generator.cxx, cmMakefile.cxx, cmTarget.h:
+	  COMP: Even more global target fixes
+
+2006-02-24 16:30  andy
+
+	* Source/CMakeLists.txt: ENH: Install cpack
+
+2006-02-24 16:20  andy
+
+	* Source/: cmGlobalVisualStudio6Generator.cxx,
+	  cmGlobalVisualStudio71Generator.cxx,
+	  cmGlobalVisualStudio7Generator.cxx,
+	  cmLocalVisualStudio6Generator.cxx,
+	  cmLocalVisualStudio7Generator.cxx: BUG: More fixing of support
+	  for global target son visual studio
+
+2006-02-24 13:13  king
+
+	* Modules/Platform/Darwin.cmake, Source/cmGlobalXCodeGenerator.cxx,
+	  Source/cmGlobalXCodeGenerator.h,
+	  Source/cmInstallTargetGenerator.cxx,
+	  Source/cmInstallTargetGenerator.h, Source/cmLocalGenerator.cxx,
+	  Source/cmLocalGenerator.h,
+	  Source/cmMakefileLibraryTargetGenerator.cxx,
+	  Source/cmSetTargetPropertiesCommand.h, Source/cmTarget.cxx,
+	  Source/cmTarget.h, Tests/SimpleInstall/CMakeLists.txt,
+	  Tests/SimpleInstallS2/CMakeLists.txt: ENH: Created target
+	  property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAME_DIR
+	  specifying the directory portion of the OSX install_name field in
+	  shared libraries.  This is the OSX equivalent of RPATH.
+
+2006-02-24 12:50  hoffman
+
+	* Source/cmSourceGroupCommand.cxx: ENH: fix warning and remove
+	  unused variable
+
+2006-02-24 11:13  king
+
+	* Source/: cmGlobalXCodeGenerator.cxx, cmLocalGenerator.cxx,
+	  cmLocalGenerator.h, cmMakefileExecutableTargetGenerator.cxx,
+	  cmMakefileLibraryTargetGenerator.cxx,
+	  cmMakefileTargetGenerator.cxx: BUG: Fix generation of Xcode 2.0
+	  and earlier projects to use CMAKE_BUILD_TYPE.
+
+2006-02-24 11:07  king
+
+	* Source/cmGlobalXCodeGenerator.cxx: BUG: Treat GLOBAL_TARGET like
+	  UTILITY for generation.
+
+2006-02-24 10:56  andy
+
+	* Source/cmLocalGenerator.cxx: COMP: Remove warnings
+
+2006-02-24 10:55  andy
+
+	* Source/cmGlobalGenerator.cxx: BUG: Only add test targets when
+	  testing is enabled. Also add CMAKE_CFG_INTDIR when specified
+
+2006-02-24 09:43  andy
+
+	* Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
+	  cmGlobalUnixMakefileGenerator3.h,
+	  cmGlobalVisualStudio71Generator.cxx,
+	  cmGlobalVisualStudio7Generator.cxx: COMP: Handle preinstall
+	  properly on IDEs
+
+2006-02-24 09:32  andy
+
+	* Source/: cmGlobalVisualStudio71Generator.cxx,
+	  cmGlobalVisualStudio7Generator.cxx: COMP: Fix for preinstall
+
+2006-02-24 09:08  andy
+
+	* Modules/CheckIncludeFiles.cmake: BUG: Fix the module
+
+2006-02-24 08:57  andy
+
+	* Source/cmake.cxx: BUG: Fix location of ctest for bootstrap
+
+2006-02-24 02:24  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-23 18:25  hoffman
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: ENH: try to fix things
+	  up for the dashboard
+
+2006-02-23 17:30  andy
+
+	* Source/: cmGlobalGenerator.cxx,
+	  cmLocalUnixMakefileGenerator3.cxx: ENH: Properly handle target
+	  dependencies
+
+2006-02-23 14:05  andy
+
+	* Source/cmGlobalVisualStudio71Generator.cxx: COMP: Even more
+	  Visual Studio fixes. Why is this code duplicated?
+
+2006-02-23 13:46  andy
+
+	* Source/: cmGlobalGenerator.cxx,
+	  cmLocalVisualStudio7Generator.cxx: COMP: More fixes for visual
+	  studio
+
+2006-02-23 13:37  andy
+
+	* Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
+	  cmGlobalUnixMakefileGenerator3.h,
+	  cmGlobalVisualStudio7Generator.cxx: COMP: Fixes for visual studio
+
+2006-02-23 11:36  hoffman
+
+	* Source/cmSourceGroupCommand.cxx: ENH: fix for bug 2908 crash for
+	  empty source group name
+
+2006-02-23 10:48  andy
+
+	* Source/: cmGlobalGenerator.cxx,
+	  cmLocalUnixMakefileGenerator3.cxx: ENH: Remove debug
+
+2006-02-23 10:07  andy
+
+	* Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
+	  cmLocalUnixMakefileGenerator3.cxx: ENH: Add a notion of a global
+	  target
+
+2006-02-23 10:02  andy
+
+	* Source/: cmTarget.cxx, cmTarget.h, cmMakefile.cxx: ENH: Add a
+	  notion of a global target
+
+2006-02-23 10:00  andy
+
+	* Source/: cmake.cxx, cmake.h: ENH: Add accessors for CTest and
+	  CPack
+
+2006-02-23 09:59  andy
+
+	* Source/CPack/cpack.cxx: ENH: Allow running without config file
+
+2006-02-23 09:58  andy
+
+	* Modules/: CMakeConfigurableFile.in, CheckIncludeFiles.cmake,
+	  CheckSymbolExists.cmake: ENH: Make modules use configure instead
+	  of file write
+
+2006-02-23 09:38  andy
+
+	* Modules/CPack.cmake, Modules/NSIS.template.in,
+	  Source/CPack/cmCPackNSISGenerator.cxx,
+	  Templates/CPackConfig.cmake.in: ENH: Several NSIS features
+
+2006-02-23 02:34  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-22 02:36  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-21 12:19  hoffman
+
+	* Modules/Platform/Windows-cl.cmake,
+	  Source/cmLocalVisualStudio7Generator.cxx: ENH: make command line
+	  flags more consistent with ide settings
+
+2006-02-21 09:35  hoffman
+
+	* Source/cmGlobalMSYSMakefileGenerator.cxx: ENH: use last mount
+	  point found for mingw location, not first
+
+2006-02-21 07:58  hoffman
+
+	* Source/cmGlobalMSYSMakefileGenerator.cxx: ENH: try to get the
+	  order a bit better
+
+2006-02-21 02:35  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-20 23:08  hoffman
+
+	* Modules/CMakeDetermineCCompiler.cmake, Source/cmCacheManager.cxx,
+	  Source/cmGlobalMSYSMakefileGenerator.cxx,
+	  Source/cmGlobalMSYSMakefileGenerator.h: ENH: better finding of
+	  mingw from msys, and delete CMakeFiles directory when cache is
+	  deleted
+
+2006-02-20 17:47  hoffman
+
+	* Source/cmLocalVisualStudio7Generator.cxx: ENH: make sure
+	  CMAKE_STANDARD_LIBRARIES are used
+
+2006-02-20 14:37  hoffman
+
+	* Source/cmLocalGenerator.h: ENH: make it compile on vs6
+
+2006-02-20 14:21  king
+
+	* Source/: cmLocalVisualStudio6Generator.cxx,
+	  cmLocalVisualStudio7Generator.cxx: BUG: Add target-level
+	  COMPILE_FLAGS to the target not the individual source files.
+	  This simplifies the generated files and puts flags in a more
+	  logical order (VS6 works, VS7 needs more translation to work).
+
+2006-02-20 13:42  hoffman
+
+	* Source/: cmLocalGenerator.cxx, cmLocalGenerator.h,
+	  cmMakefileExecutableTargetGenerator.cxx,
+	  cmMakefileLibraryTargetGenerator.cxx,
+	  cmMakefileTargetGenerator.cxx: ENH: change expand stuff to pass a
+	  struct for all the args
+
+2006-02-20 12:48  king
+
+	* Source/cmMakefileTargetGenerator.cxx: ENH: Order compilation
+	  flags from most general to most specific: language, then target,
+	  then source.
+
+2006-02-20 09:54  king
+
+	* Source/: cmGlobalXCodeGenerator.cxx, cmLocalGenerator.h: BUG:
+	  Xcode generator should use local generator computation of include
+	  directories.
+
+2006-02-20 03:00  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-19 19:29  king
+
+	* Source/: cmFileCommand.cxx, cmInstallGenerator.cxx,
+	  cmInstallTargetGenerator.cxx: BUG: Fixed optional file install
+	  support for multi-configuration generators.
+
+2006-02-19 19:28  king
+
+	* Source/: cmGlobalVisualStudio6Generator.cxx,
+	  cmGlobalVisualStudio7Generator.cxx, cmGlobalXCodeGenerator.cxx,
+	  cmTarget.cxx: ENH: Switched order of slash and configuration name
+	  in cmGlobalGenerator::AppendDirectoryForConfig method to increase
+	  flexibility.
+
+2006-02-19 18:47  king
+
+	* bootstrap, Source/CMakeLists.txt, Source/cmInstallCommand.cxx,
+	  Source/cmInstallCommand.h, Source/cmInstallFilesCommand.h,
+	  Source/cmInstallFilesGenerator.cxx,
+	  Source/cmInstallFilesGenerator.h,
+	  Source/cmInstallProgramsCommand.h, Source/cmLocalGenerator.cxx,
+	  Tests/SimpleInstall/CMakeLists.txt,
+	  Tests/SimpleInstallS2/CMakeLists.txt: ENH: Implemented FILES and
+	  PROGRAMS forms of the INSTALL command as replacements for the
+	  INSTALL_FILES and INSTALL_PROGRAMS commands.	This addresses the
+	  request for absolute path install destinations in bug#2691.
+
+2006-02-19 18:44  king
+
+	* Source/cmInstallTargetGenerator.cxx: STYLE: Removed unused
+	  includes.
+
+2006-02-19 17:44  king
+
+	* Tests/: SimpleInstall/CMakeLists.txt,
+	  SimpleInstallS2/CMakeLists.txt: ENH: Using CMAKE_SKIP_BUILD_RPATH
+	  to test relink support.
+
+2006-02-19 17:27  king
+
+	* Source/: cmInstallTargetGenerator.cxx,
+	  cmInstallTargetsCommand.cxx, cmTarget.cxx, cmTarget.h: BUG: Fixed
+	  relink with new install framework.
+
+2006-02-19 16:35  king
+
+	* Source/cmInstallCommand.cxx: COMP: Removed unused variables.
+
+2006-02-19 16:12  king
+
+	* Source/: cmInstallGenerator.cxx, cmInstallGenerator.h: BUG: Do
+	  not report files as installed if they are optional and do not
+	  exist.
+
+2006-02-19 16:10  king
+
+	* Source/cmInstallTargetGenerator.cxx: BUG: Import libraries should
+	  be installed as STATIC_LIBRARY.
+
+2006-02-19 15:25  king
+
+	* bootstrap, Source/CMakeLists.txt, Source/cmInstallCommand.cxx,
+	  Source/cmInstallCommand.h, Source/cmInstallGenerator.cxx,
+	  Source/cmInstallGenerator.h, Source/cmInstallScriptGenerator.cxx,
+	  Source/cmInstallScriptGenerator.h,
+	  Source/cmInstallTargetGenerator.cxx,
+	  Source/cmInstallTargetGenerator.h,
+	  Source/cmInstallTargetsCommand.h, Source/cmLocalGenerator.cxx,
+	  Source/cmLocalGenerator.h, Source/cmMakefile.cxx,
+	  Source/cmMakefile.h, Source/cmSetTargetPropertiesCommand.h,
+	  Tests/SimpleInstall/CMakeLists.txt,
+	  Tests/SimpleInstallS2/CMakeLists.txt: ENH: Created new install
+	  script generation framework.	The INSTALL command creates the
+	  generators which are later used by cmLocalGenerator to create the
+	  cmake_install.cmake files.  A new target installation interface
+	  is provided by the INSTALL command which fixes several problems
+	  with the INSTALL_TARGETS command.  See bug#2691.  Bugs 1481 and
+	  1695 are addressed by these changes.
+
+2006-02-19 13:49  king
+
+	* Modules/Platform/Windows-gcc.cmake: BUG: Fixed module creation
+	  rules.  Removed soname portion of all rules because it is never
+	  used on this platform.
+
+2006-02-19 13:34  king
+
+	* Modules/Platform/CYGWIN.cmake: BUG: Fixed cygwin module creation
+	  rules.  Modules should not have the "cyg" prefix by default.
+	  Removd soname flags from creation rules because they are never
+	  used on this platform.
+
+2006-02-19 13:10  king
+
+	* Source/cmLocalGenerator.cxx,
+	  Tests/CustomCommand/GeneratedHeader/CMakeLists.txt: ENH:
+	  Automatic include directories should not be done by default as
+	  was just implemented.  Instead a project may now set
+	  CMAKE_INCLUDE_CURRENT_DIR to get this behavior.  The current
+	  source and binary directories are added automatically to the
+	  beginning of the include path in every directory.  This simulates
+	  in-source behavior for double-quote includes when there are
+	  generated sources and headers in the directory.
+
+2006-02-19 13:08  king
+
+	* Source/cmFileCommand.cxx: BUG: Install location full-path test
+	  for windows needs to account for both lower case and upper case
+	  drive letters.
+
+2006-02-19 01:53  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-18 16:47  king
+
+	* Source/cmLocalGenerator.cxx: BUG: Remove trailing slashes from
+	  install destinations.
+
+2006-02-18 16:36  king
+
+	* Source/cmFileCommand.cxx: ENH: Clarified error message.
+
+2006-02-18 15:42  king
+
+	* Source/cmLocalGenerator.cxx: COMP: Fixed shadowed variable
+	  warning.
+
+2006-02-18 15:37  king
+
+	* Modules/Platform/CYGWIN.cmake,
+	  Modules/Platform/Windows-bcc32.cmake,
+	  Modules/Platform/Windows-gcc.cmake,
+	  Modules/Platform/Windows-wcl386.cmake,
+	  Modules/Platform/Windows.cmake, Source/cmLocalGenerator.cxx,
+	  Source/cmLocalGenerator.h,
+	  Source/cmMakefileLibraryTargetGenerator.cxx, Source/cmTarget.cxx,
+	  Source/cmTarget.h: ENH: Generate import libraries for DLLs on
+	  Cygwin and MinGW.
+
+2006-02-18 11:51  king
+
+	* Source/: cmLocalGenerator.cxx, cmLocalVisualStudio6Generator.cxx,
+	  cmLocalVisualStudio7Generator.cxx: ENH: If
+	  CMAKE_NO_AUTOMATIC_INCLUDE_DIRECTORIES is not set try to
+	  approximate in-source build include file behavior in an
+	  out-of-source build by adding the build tree directory
+	  corresponding to a source tree directory at the beginning of the
+	  include path.  Also fixed VS6 and VS7 generators to use
+	  cmLocalGenerator's computation of include paths.  The VS6
+	  generator will now short-path the include directories if the
+	  total length is too long in order to try to avoid its truncation
+	  limit.
+
+2006-02-18 11:03  hoffman
+
+	* Source/: cmGlobalKdevelopGenerator.cxx,
+	  cmGlobalKdevelopGenerator.h: ENH: apply patch from Alex to
+	  support some more kdevelop stuff
+
+2006-02-18 01:55  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-17 12:49  hoffman
+
+	* Source/cmMakefile.cxx: ENH: put the system path ahead of the
+	  command path
+
+2006-02-17 02:26  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-16 20:15  king
+
+	* Modules/CPack.cmake, Utilities/Release/Release.cmake: BUG: Do not
+	  install MSVC dlls for a non-MSVC build.
+
+2006-02-16 20:13  king
+
+	* bootstrap: ENH: Made default install prefix consistent with
+	  building with another CMake.
+
+2006-02-16 18:50  king
+
+	* Source/: cmGlobalBorlandMakefileGenerator.cxx,
+	  cmGlobalUnixMakefileGenerator3.cxx,
+	  cmGlobalUnixMakefileGenerator3.h: BUG: Work-around borland make
+	  bug that drops a rule completely if it has no dependencies or
+	  commands.
+
+2006-02-16 18:09  king
+
+	* Source/cmSetTargetPropertiesCommand.h: ENH: Clarified
+	  documentation of DEFINE_SYMBOL.
+
+2006-02-16 17:49  king
+
+	* Source/cmSetTargetPropertiesCommand.cxx: BUG: Report error when a
+	  target does not exist.
+
+2006-02-16 15:55  andy
+
+	* Source/CPack/cmCPackNSISGenerator.cxx: BUG: Remove debug and fix
+	  space between label and exec name
+
+2006-02-16 15:41  andy
+
+	* CMakeLists.txt: ENH: Variable name changed
+
+2006-02-16 15:39  king
+
+	* Source/cmMakefileExecutableTargetGenerator.cxx: BUG: Do not
+	  perform pre-build, pre-link, or post-install commands when
+	  relinking.
+
+2006-02-16 15:38  king
+
+	* Tests/: SimpleInstall/CMakeLists.txt,
+	  SimpleInstallS2/CMakeLists.txt: BUG: Need INSTALL_RPATH property
+	  on SimpleInstallS2 also.
+
+2006-02-16 15:35  andy
+
+	* Templates/CPackConfig.cmake.in: ENH: Fix icons
+
+2006-02-16 15:28  king
+
+	* Tests/: SimpleInstall/CMakeLists.txt,
+	  SimpleInstallS2/CMakeLists.txt: ENH: Use target property for
+	  INSTALL_RPATH of SimpleInstall so that it is the only one that
+	  needs to relink.
+
+2006-02-16 15:20  andy
+
+	* Modules/NSIS.template.in, Source/CPack/cmCPackNSISGenerator.cxx,
+	  Source/CPack/cmCPackNSISGenerator.h: ENH: More work on NSI to
+	  improve installing and uninstalling
+
+2006-02-16 15:18  king
+
+	* Source/cmGlobalUnixMakefileGenerator3.cxx,
+	  Source/cmLocalGenerator.cxx, Source/cmLocalGenerator.h,
+	  Source/cmLocalUnixMakefileGenerator3.cxx,
+	  Source/cmMakefileExecutableTargetGenerator.cxx,
+	  Source/cmMakefileExecutableTargetGenerator.h,
+	  Source/cmMakefileLibraryTargetGenerator.cxx,
+	  Source/cmMakefileLibraryTargetGenerator.h,
+	  Source/cmSetTargetPropertiesCommand.h, Source/cmTarget.cxx,
+	  Source/cmTarget.h, Tests/SimpleInstall/CMakeLists.txt,
+	  Tests/SimpleInstallS2/CMakeLists.txt: ENH: Implemented RPATH
+	  specification support.  It is documented by the command
+	  SET_TARGET_PROPERTIES.
+
+2006-02-16 13:42  martink
+
+	* Source/cmMakefileTargetGenerator.cxx: ENH: warning fix
+
+2006-02-16 11:32  martink
+
+	* Source/cmMakefileTargetGenerator.cxx: ENH: warning fix
+
+2006-02-16 10:35  hoffman
+
+	* Source/: cmDynamicLoader.cxx, cmDynamicLoader.h: ENH: fix for bug
+	  2808, use dlopen on new OSX versions
+
+2006-02-16 02:25  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-15 21:26  hoffman
+
+	* Modules/CMakeMSYSFindMake.cmake,
+	  Modules/CMakeMinGWFindMake.cmake,
+	  Source/cmGlobalMSYSMakefileGenerator.cxx,
+	  Source/cmGlobalMinGWMakefileGenerator.cxx: ENH: better algorithm
+	  for looking for make and gcc on msys and mingw
+
+2006-02-15 16:38  king
+
+	* Source/cmLocalVisualStudio7Generator.cxx: BUG: Use NOINHERIT
+	  macro to avoid linking to project default libraries which may not
+	  exist.
+
+2006-02-15 16:35  king
+
+	* Source/: cmGlobalUnixMakefileGenerator3.cxx,
+	  cmLocalUnixMakefileGenerator3.cxx,
+	  cmLocalUnixMakefileGenerator3.h,
+	  cmMakefileExecutableTargetGenerator.cxx,
+	  cmMakefileLibraryTargetGenerator.cxx,
+	  cmMakefileTargetGenerator.cxx,
+	  cmMakefileUtilityTargetGenerator.cxx: ENH: Cleaned up generation
+	  of symbolic rules.  Removed generation of rebuild_cache and
+	  similar rules from internal makefiles.
+
+2006-02-15 12:32  martink
+
+	* Source/cmMakefileTargetGenerator.h: COMP: fix compiler warning
+
+2006-02-15 12:30  hoffman
+
+	* Source/cmMakefileTargetGenerator.cxx: ENH: fix build error for
+	  mac
+
+2006-02-15 10:34  martink
+
+	* bootstrap, Source/CMakeLists.txt,
+	  Source/cmGlobalUnixMakefileGenerator3.cxx,
+	  Source/cmLocalUnixMakefileGenerator3.cxx,
+	  Source/cmLocalUnixMakefileGenerator3.h,
+	  Source/cmMakefileTargetGenerator.h: ENH: some reorg of the unix
+	  makefile generator
+
+2006-02-15 10:22  king
+
+	* Source/: cmCTest.cxx, cmSystemTools.cxx, cmSystemTools.h,
+	  cmake.cxx: ENH: Enable capture of output from VCExpress.exe and
+	  devenv.exe.
+
+2006-02-15 08:05  hoffman
+
+	* Modules/Platform/Windows-bcc32.cmake: ENH: remove warning
+	  suppressions for borland compiler, projects wanting this should
+	  use -w-, the default warning level is used for all other
+	  compilers.  Used to be -w- -whid -waus -wpar
+
+2006-02-15 02:21  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-14 22:03  hoffman
+
+	* Modules/CMakeMinGWFindMake.cmake, Source/cmake.cxx: ENH: do not
+	  allow mingw makefiles to generate if sh.exe is in the path, also
+	  do not write CMakeCache.txt if there is a fatal error.
+
+2006-02-14 17:16  king
+
+	* Source/: cmCMakeMinimumRequired.cxx, cmCMakeMinimumRequired.h:
+	  ENH: Added FATAL_ERROR option and fixed check to not have
+	  floating point roundoff problems.
+
+2006-02-14 16:35  king
+
+	* Source/cmLocalVisualStudio7Generator.cxx: BUG: Removed hard-coded
+	  linking to odbc32 and odbccp32.
+
+2006-02-14 16:32  king
+
+	* Source/: cmGlobalVisualStudio8Generator.cxx,
+	  cmLocalVisualStudio6Generator.cxx,
+	  cmLocalVisualStudio7Generator.cxx: BUG: Avoid adding unused rules
+	  to special targets like ALL_BUILD.  Make sure project
+	  regeneration rules go only in desired targets.
+
+2006-02-14 15:35  king
+
+	* Source/: cmGlobalVisualStudio71Generator.cxx,
+	  cmGlobalVisualStudio71Generator.h,
+	  cmGlobalVisualStudio7Generator.cxx,
+	  cmGlobalVisualStudio8Generator.cxx,
+	  cmGlobalVisualStudio8Generator.h: BUG: Fixed generation of VS8
+	  solution file to not be re-written when loaded by VS and to work
+	  with msbuild.
+
+2006-02-14 15:29  king
+
+	* Modules/CheckTypeSize.cmake: ENH: Added
+	  CMAKE_REQUIRED_DEFINITIONS and CMAKE_REQUIRED_INCLUDES to the
+	  interface.
+
+2006-02-14 15:15  king
+
+	* Tests/CustomCommand/GeneratedHeader/main.cpp: COMP: Fixed form of
+	  function main.
+
+2006-02-14 14:29  andy
+
+	* Modules/NSIS.template.in, Source/CPack/cmCPackNSISGenerator.cxx:
+	  ENH: Better handling of executables on windows
+
+2006-02-14 14:28  andy
+
+	* Templates/CPackConfig.cmake.in: ENH: Cleanup
+
+2006-02-14 11:17  andy
+
+	* Source/cmCacheManager.cxx: ENH: Report which cmake was used to
+	  generate the cache in the comment
+
+2006-02-14 10:51  hoffman
+
+	* Modules/Platform/Windows-cl.cmake: ENH: fix try compile for MFC
+
+2006-02-14 10:35  martink
+
+	* Source/: cmMakefileExecutableTargetGenerator.h,
+	  cmMakefileLibraryTargetGenerator.h, cmMakefileTargetGenerator.h,
+	  cmMakefileUtilityTargetGenerator.h,
+	  cmMakefileExecutableTargetGenerator.cxx,
+	  cmMakefileLibraryTargetGenerator.cxx,
+	  cmMakefileTargetGenerator.cxx,
+	  cmMakefileUtilityTargetGenerator.cxx: ENH: some cleanup of the
+	  makefile generator
+
+2006-02-14 10:28  andy
+
+	* CMakeLists.txt, Modules/CPack.cmake,
+	  Source/CPack/cmCPackGenericGenerator.cxx,
+	  Source/CPack/cmCPackSTGZGenerator.cxx, Source/CPack/cpack.cxx,
+	  Templates/CPackConfig.cmake.in: ENH: Improved support for icons,
+	  random directories, etc...
+
+2006-02-14 02:14  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-13 02:10  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-12 02:27  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-11 02:11  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-10 15:45  king
+
+	* Tests/CommandLineTest/CMakeLists.txt: ENH: Added test for
+	  IF(DEFINED ENV{var})(.
+
+2006-02-10 14:59  king
+
+	* CMakeLists.txt: ENH: Updated patch level to 3 for special KDE
+	  release.
+
+2006-02-10 14:41  king
+
+	* Source/cmIfCommand.cxx: ENH: Allow IF(DEFINED ENV{somevar}) to
+	  work.
+
+2006-02-10 14:15  king
+
+	* Docs/cmake-mode.el: ENH: Added highlighting for LIST command.
+
+2006-02-10 14:11  andy
+
+	* CMakeLists.txt, Source/cmCommands.cxx, Source/cmListCommand.cxx,
+	  Source/cmListCommand.h, Tests/CMakeTests/CMakeLists.txt,
+	  Tests/CMakeTests/ListTest.cmake.in: ENH: Add initial
+	  implementation of the list command
+
+2006-02-10 13:54  king
+
+	* Docs/cmake-mode.el, Source/cmCommands.cxx,
+	  Source/cmInstallCommand.cxx, Source/cmInstallCommand.h,
+	  Source/cmLocalGenerator.cxx, Source/cmMakefile.h,
+	  Tests/SimpleInstall/CMakeLists.txt,
+	  Tests/SimpleInstall/InstallScript1.cmake,
+	  Tests/SimpleInstall/InstallScript2.cmake,
+	  Tests/SimpleInstallS2/CMakeLists.txt,
+	  Tests/SimpleInstallS2/InstallScript1.cmake,
+	  Tests/SimpleInstallS2/InstallScript2.cmake: ENH: Added INSTALL
+	  command as a placeholder for a future generic install
+	  specification interface.  Currently it supports only a SCRIPT
+	  option specifying a script to run during the install stage.
+
+2006-02-10 12:43  hoffman
+
+	* Source/kwsys/SystemTools.cxx: ENH: fix for bug 28618, cmake.exe
+	  can not find itself
+
+2006-02-10 11:47  king
+
+	* Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
+	  ComplexRelativePaths/CMakeLists.txt: ENH: Strengthened
+	  EXECUTE_PROCESS output check test.
+
+2006-02-10 11:46  king
+
+	* Source/cmExecuteProcessCommand.cxx: ENH: Remove extra windows
+	  newline characters from process output.  Centralized text fix
+	  processing.
+
+2006-02-10 11:43  king
+
+	* Source/: cmExecProgramCommand.h, cmExecuteProcessCommand.h: ENH:
+	  Mention relationship of EXECUTE_PROCESS and EXEC_PROGRAM.
+
+2006-02-10 11:41  king
+
+	* Source/cmake.cxx: BUG: Fixed echo command to not print trailing
+	  space.
+
+2006-02-10 11:19  king
+
+	* bootstrap: BUG: Fixed bootstrap from MSYS prompt.  It was working
+	  only when the bootstrap directory in MSYS mapped to the same
+	  directory on windows except for the drive letter in front.  Now
+	  it should work from any path.
+
+2006-02-10 10:30  hoffman
+
+	* Tests/CustomCommandWorkingDirectory/: CMakeLists.txt, working.c,
+	  working.c.in: ENH: fix test to work with in source build
+
+2006-02-10 10:11  hoffman
+
+	* Source/cmLocalGenerator.cxx: ENH: fix bug for single char
+	  libraries
+
+2006-02-10 09:46  andy
+
+	* Modules/CheckLibraryExists.cmake: BUG: Fix
+	  CMAKE_REQUIRED_LIBRARIES stuff in this module
+
+2006-02-10 02:16  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-09 23:08  hoffman
+
+	* Source/cmLocalVisualStudio7Generator.cxx: ENH: bug fix for 2829
+	  better flags for idl tool
+
+2006-02-09 19:29  king
+
+	* Source/cmLocalVisualStudio6Generator.cxx: COMP: Removed unused
+	  variables.
+
+2006-02-09 19:25  king
+
+	* CMakeLists.txt: ENH: Updated patch level to 2 for special KDE
+	  release.
+
+2006-02-09 19:23  king
+
+	* Modules/: CheckCSourceCompiles.cmake,
+	  CheckCXXSourceCompiles.cmake, CheckFunctionExists.cmake,
+	  CheckIncludeFile.cmake, CheckIncludeFileCXX.cmake,
+	  CheckIncludeFiles.cmake, CheckLibraryExists.cmake,
+	  CheckSymbolExists.cmake, CheckVariableExists.cmake: ENH: Made
+	  Check* modules more consistent and well documented.  Added
+	  CMAKE_REQUIRED_DEFINITIONS option.
+
+2006-02-09 19:03  king
+
+	* Source/cmMakefile.cxx: BUG: Need to include empty arguments when
+	  parsing prefix/suffix lists for FindLibrary.
+
+2006-02-09 19:03  king
+
+	* Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Adding option
+	  to return empty arguments when expanding a list.
+
+2006-02-09 18:42  king
+
+	* Source/: cmLocalVisualStudio6Generator.cxx,
+	  cmLocalVisualStudio6Generator.h,
+	  cmLocalVisualStudio7Generator.cxx,
+	  cmLocalVisualStudio7Generator.h: BUG: Fixed generation of cmake
+	  re-run rules.
+
+2006-02-09 18:39  king
+
+	* Tests/: Complex/Executable/complex.cxx,
+	  ComplexOneConfig/Executable/complex.cxx,
+	  ComplexRelativePaths/Executable/complex.cxx: BUG: Avoid case
+	  problems on windows.
+
+2006-02-09 17:29  king
+
+	* Source/: cmOrderLinkDirectories.cxx, cmOrderLinkDirectories.h:
+	  BUG: Deal with case insensitivity on windows linker paths.  Also
+	  fixed spelling typo.
+
+2006-02-09 15:33  king
+
+	* Modules/FindPNG.cmake: ENH: Put libpng name back because it is
+	  needed for plain windows.
+
+2006-02-09 15:08  king
+
+	* Modules/: FindJPEG.cmake, FindPNG.cmake, FindTIFF.cmake,
+	  FindZLIB.cmake: ENH: Removing platform-specific name hacks now
+	  that FIND_LIBRARY handles it.
+
+2006-02-09 15:05  king
+
+	* Modules/CMakeGenericSystem.cmake, Modules/Platform/CYGWIN.cmake,
+	  Modules/Platform/Darwin.cmake, Modules/Platform/HP-UX.cmake,
+	  Modules/Platform/Windows-bcc32.cmake,
+	  Modules/Platform/Windows-gcc.cmake,
+	  Modules/Platform/Windows.cmake, Source/cmMakefile.cxx: ENH: Added
+	  platform settings CMAKE_FIND_LIBRARY_PREFIXES and
+	  CMAKE_FIND_LIBRARY_SUFFIXES to allow customized searching for
+	  libraries.
+
+2006-02-09 14:28  king
+
+	* Modules/CheckSymbolExists.cmake: ENH: Pay attention to
+	  CMAKE_REQUIRED_INCLUDES.
+
+2006-02-09 14:18  king
+
+	* Modules/Platform/Windows-g++.cmake: BUG: Need Windows-g++.cmake
+	  module to support C++-only projects on Windows.
+
+2006-02-09 13:48  king
+
+	* Modules/CMakeCXXCompiler.cmake.in: BUG: Need to duplicate some
+	  information from CMakeCCompiler to support C++-only projects.
+
+2006-02-09 13:14  king
+
+	* Modules/: CheckCSourceCompiles.cmake,
+	  CheckCXXSourceCompiles.cmake, CheckIncludeFiles.cmake: ENH: Patch
+	  from Alexander Neundorf to improve behavior.
+
+2006-02-09 12:04  king
+
+	* Modules/: FindJPEG.cmake, FindPNG.cmake, FindTIFF.cmake,
+	  FindZLIB.cmake: ENH: Added names for gnuwin32 library versions.
+
+2006-02-09 09:34  david.cole
+
+	* Utilities/cmtar/wrapper.c: COMP: Last (?) fix for dashboard
+	  warning.
+
+2006-02-09 02:17  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-08 15:37  hoffman
+
+	* Source/: cmAddCustomCommandCommand.cxx,
+	  cmAddCustomTargetCommand.cxx, cmVTKWrapJavaCommand.cxx: ENH: fix
+	  broken tests
+
+2006-02-08 14:12  hoffman
+
+	* Source/: CMakeLists.txt, cmGlobalXCodeGenerator.cxx: ENH: working
+	  directory working for XCode
+
+2006-02-08 12:01  king
+
+	* Source/: cmLocalVisualStudio6Generator.cxx,
+	  cmLocalVisualStudio6Generator.h: ENH: Enabled new
+	  WORKING_DIRECTORY option to ADD_CUSTOM_COMMAND and
+	  ADD_CUSTOM_TARGET on VS 6 generator.
+
+2006-02-08 11:33  hoffman
+
+	* Tests/CustomCommandWorkingDirectory/: CMakeLists.txt,
+	  customTarget.c, working.c: ENH: add test for working directory of
+	  custom command and target
+
+2006-02-08 10:58  hoffman
+
+	* Modules/CMakeFortranInformation.cmake, Source/CMakeLists.txt,
+	  Source/cmAddCustomCommandCommand.cxx,
+	  Source/cmAddCustomCommandCommand.h,
+	  Source/cmAddCustomTargetCommand.cxx,
+	  Source/cmAddCustomTargetCommand.h, Source/cmCPluginAPI.cxx,
+	  Source/cmCustomCommand.cxx, Source/cmCustomCommand.h,
+	  Source/cmFLTKWrapUICommand.cxx, Source/cmGlobalGenerator.cxx,
+	  Source/cmGlobalVisualStudio6Generator.cxx,
+	  Source/cmGlobalVisualStudio7Generator.cxx,
+	  Source/cmGlobalVisualStudio8Generator.cxx,
+	  Source/cmGlobalXCodeGenerator.cxx,
+	  Source/cmIncludeExternalMSProjectCommand.cxx,
+	  Source/cmLocalGenerator.cxx, Source/cmLocalGenerator.h,
+	  Source/cmLocalUnixMakefileGenerator3.cxx,
+	  Source/cmLocalVisualStudio6Generator.cxx,
+	  Source/cmLocalVisualStudio7Generator.cxx, Source/cmMakefile.cxx,
+	  Source/cmMakefile.h, Source/cmQTWrapCPPCommand.cxx,
+	  Source/cmQTWrapUICommand.cxx, Source/cmVTKWrapJavaCommand.cxx:
+	  ENH: add working directory support
+
+2006-02-08 10:13  king
+
+	* CMakeLists.txt, Source/CMakeLists.txt, Utilities/CMakeLists.txt:
+	  ENH: Added option BUILD_CursesDialog if curses is found.  This
+	  allows people to disable building the dialog even when curses is
+	  found.
+
+2006-02-08 09:51  king
+
+	* Modules/FindQt4.cmake: BUG: Fixed qt version message.  Submitted
+	  by Tanner Lovelace.
+
+2006-02-08 07:17  andy
+
+	* Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: COMP: Fix
+	  problem with STL on HP, and fix reusing the same variable in for
+	  loops
+
+2006-02-08 02:50  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-07 17:10  king
+
+	* Modules/Platform/Windows-cl.cmake: ENH: Adding definition of MSVC
+	  when it is the compiler.
+
+2006-02-07 17:09  king
+
+	* Source/cmMakefile.cxx: BUG: Fixed finding of MinGW libraries with
+	  a windows build of CMake.
+
+2006-02-07 12:53  andy
+
+	* Source/CPack/cpack.cxx: ENH: Add missing help for -C option
+
+2006-02-07 11:43  andy
+
+	* Source/kwsys/SystemTools.cxx: COMP: Fix compile problem on
+	  windows and mac
+
+2006-02-07 10:43  andy
+
+	* Source/kwsys/SystemTools.cxx: COMP: Fix build problem
+
+2006-02-07 10:23  andy
+
+	* Source/: cmSystemTools.cxx, cmSystemTools.h,
+	  kwsys/SystemTools.cxx, kwsys/SystemTools.hxx.in: ENH: Move
+	  relative path to kwsys
+
+2006-02-07 10:11  king
+
+	* bootstrap, Source/cmStandardIncludes.h,
+	  Source/kwsys/CMakeLists.txt, Source/kwsys/String.hxx.in: ENH:
+	  Added kwsys::String class to shorten debugging symbols and error
+	  messages involving std::string.
+
+2006-02-07 09:25  malaterre
+
+	* Source/kwsys/SystemTools.hxx.in: ENH: Add some doc for visible
+	  class
+
+2006-02-07 08:49  andy
+
+	* Source/: cmCTest.cxx, cmListFileCache.cxx, cmListFileCache.h,
+	  cmMakefile.cxx, cmTryCompileCommand.cxx, cmTryRunCommand.cxx,
+	  cmakemain.cxx, ctest.cxx, CTest/cmCTestBuildAndTestHandler.cxx,
+	  MFCDialog/CMakeSetupDialog.cpp: ENH: Since list file cache does
+	  not make much sense any more (because of proper list file
+	  parsing), and it actually adds unnecessary complications and make
+	  ctest scripting not work, take it out
+
+2006-02-07 08:03  david.cole
+
+	* Utilities/cmtar/wrapper.c: COMP: Fix next round of dashboard
+	  warnings.
+
+2006-02-07 02:06  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-06 16:32  hoffman
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: ENH: allow for - in the
+	  name of targets for nmake
+
+2006-02-06 09:31  david.cole
+
+	* Utilities/cmtar/: extract.c, output.c, wrapper.c: COMP: Fix CMake
+	  dashboard warnings related to previous revisions.
+
+2006-02-06 02:11  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-05 02:06  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-04 02:19  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-03 18:08  king
+
+	* CMakeLists.txt: ENH: Incremented patch version for special KDE
+	  release.
+
+2006-02-03 17:09  king
+
+	* Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
+	  ComplexRelativePaths/CMakeLists.txt: ENH: Added test for new
+	  EXECUTE_PROCESS command.
+
+2006-02-03 16:55  king
+
+	* Docs/cmake-mode.el: ENH: Adding new EXECUTE_PROCESS command that
+	  interfaces to KWSys Process Execution.
+
+2006-02-03 16:51  king
+
+	* Source/: cmCommands.cxx, cmExecuteProcessCommand.cxx,
+	  cmExecuteProcessCommand.h: ENH: Adding new EXECUTE_PROCESS
+	  command that interfaces to KWSys Process Execution.
+
+2006-02-03 12:03  king
+
+	* Source/cmGlobalXCodeGenerator.h: COMP: Added missing method decl
+	  to header.
+
+2006-02-03 11:48  david.cole
+
+	* Utilities/cmtar/: decode.c, extract.c, output.c, wrapper.c: BUG:
+	  Fix mem leaks related to th_get_pathname. Change this
+	  implementation of th_get_pathname so that it *always* returns a
+	  strdup'ed value. Callers must now free non-NULL returns from
+	  th_get_pathname. Change all callers to call free appropriately.
+
+2006-02-03 11:36  king
+
+	* Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
+	  cmGlobalVisualStudio6Generator.cxx,
+	  cmGlobalVisualStudio6Generator.h,
+	  cmGlobalVisualStudio7Generator.cxx,
+	  cmGlobalVisualStudio7Generator.h, cmGlobalXCodeGenerator.cxx,
+	  cmTarget.cxx: BUG: Fixed cmTarget::GetFullPath to not append the
+	  configuration name when only one configuration is built.  It now
+	  asks the generator what subdirectory if any to use for a given
+	  configuration name.
+
+2006-02-03 02:29  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-02 20:18  king
+
+	* CMakeLists.txt, Source/CMakeLists.txt, Utilities/CMakeLists.txt:
+	  COMP: Fixed build on VC++ Express 2005.  Explicitly testing for
+	  MFC to determine whether to build the MFCDialog.
+
+2006-02-02 20:16  king
+
+	* Modules/CMakeGenericSystem.cmake: BUG: CMAKE_INSTALL_PREFIX must
+	  always have forward slashes.
+
+2006-02-02 20:15  king
+
+	* Modules/Platform/Windows-cl.cmake: BUG: Removed odbc32.lib and
+	  odbccp32.lib from standard libraries on VS 8 because VC++ Express
+	  2005 does not have them.  They are SQL database access libraries
+	  and should not be needed for every application.  User code can
+	  always explicitly link the library.  Also replacing deprecated
+	  /GZ option with /RTC1 for VS 8.  This addresses bug#2795.
+
+2006-02-02 15:53  david.cole
+
+	* Utilities/cmtar/filesystem.c: BUG: Fix memory leak in libtar's
+	  kwReadDir. Use a static buffer like readdir (probably) does
+	  rather than malloc-ing a block which never gets free-d.
+
+2006-02-02 03:30  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-02-01 02:24  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-31 19:34  king
+
+	* Source/: CMakeLists.txt, cmake.cxx: ENH: Enabled build of VS 7
+	  and 8 generators for MinGW.
+
+2006-01-31 18:50  king
+
+	* bootstrap, Source/cmake.cxx: ENH: Enabled bootstrapping with
+	  MinGW from an MSYS prompt.
+
+2006-01-31 10:46  king
+
+	* Source/cmGetFilenameComponentCommand.cxx: BUG: ABSOLUTE option
+	  should evaluate relative paths with respect to
+	  CMAKE_CURRENT_SOURCE_DIR.  This addresses bug#2797.
+
+2006-01-31 05:09  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-30 14:25  martink
+
+	* Source/: cmLocalUnixMakefileGenerator3.cxx,
+	  cmLocalUnixMakefileGenerator3.h: ENH: more cleanup and removal of
+	  old code
+
+2006-01-30 13:57  martink
+
+	* Source/: cmLocalUnixMakefileGenerator3.cxx,
+	  cmLocalUnixMakefileGenerator3.h: ENH: cleanup and remove some old
+	  code
+
+2006-01-30 02:15  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-29 02:06  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-28 01:38  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-27 18:20  king
+
+	* Source/: cmFindFileCommand.cxx, cmFindLibraryCommand.h,
+	  cmFindPathCommand.cxx, cmFindPathCommand.h, cmMakefile.cxx,
+	  cmMakefile.h: ENH: Improved support for user-configured search
+	  paths.  Paths given in the CMAKE_LIBRARY_PATH cmake variable are
+	  searched first, then those in the CMAKE_LIBRARY_PATH environment
+	  variable, then those listed in the call to the FIND_LIBRARY
+	  command and finally those listed in the PATH environment
+	  variable.  The support is similar for finding include files with
+	  FIND_PATH, but the variable is CMAKE_INCLUDE_PATH.
+
+2006-01-27 13:48  king
+
+	* Source/: cmLocalVisualStudio7Generator.cxx,
+	  cmLocalVisualStudio7Generator.h: BUG: VS7 generator should use
+	  per-configuration linker flags for targets.  This addresses
+	  bug#2765.
+
+2006-01-27 13:46  andy
+
+	* Source/CTest/: cmCTestBuildHandler.cxx, cmCTestBuildHandler.h:
+	  ENH: Better handle interleved error/output
+
+2006-01-27 13:07  king
+
+	* Modules/readme.txt, Source/cmFindPackageCommand.cxx,
+	  Source/cmFindPackageCommand.h: ENH: Added optional component list
+	  to the REQUIRED option of the FIND_PACKAGE command.  This
+	  addresses bug#2771.
+
+2006-01-27 12:58  martink
+
+	* Source/cmOptionCommand.h: STYLE: spelling fix
+
+2006-01-27 12:58  martink
+
+	* Source/cmMessageCommand.h: STYLE: grammer fix
+
+2006-01-27 11:19  hoffman
+
+	* Source/CTest/cmCTestUpdateHandler.cxx: ENH: add extra thing for
+	  svn X status output
+
+2006-01-27 01:36  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-26 01:21  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-25 14:12  hoffman
+
+	* Source/cmTryCompileCommand.cxx: ENH: fix double
+	  CMAKE_(LANG)_FLAGS problem in try compile
+
+2006-01-25 12:16  hoffman
+
+	* Modules/: FindQt.cmake, FindQt4.cmake: ENH: change to fatal error
+
+2006-01-25 11:41  hoffman
+
+	* Modules/: CMakeCCompiler.cmake.in, CMakeCXXCompiler.cmake.in,
+	  CMakeDetermineCCompiler.cmake, CMakeDetermineCXXCompiler.cmake,
+	  CMakeDetermineFortranCompiler.cmake,
+	  CMakeDetermineJavaCompiler.cmake, CMakeDetermineRCCompiler.cmake:
+	  ENH: fix more than one argument passed in to compilers via
+	  environment
+
+2006-01-25 11:07  hoffman
+
+	* Source/: cmMessageCommand.cxx, cmMessageCommand.h: ENH: fix docs,
+	  and revert fatal error change
+
+2006-01-25 08:39  hoffman
+
+	* Source/cmMessageCommand.cxx: ENH: make all errors fatal in
+	  message command
+
+2006-01-25 08:38  hoffman
+
+	* Source/cmGlobalXCodeGenerator.cxx,
+	  Source/cmGlobalXCodeGenerator.h,
+	  Source/cmLocalUnixMakefileGenerator3.cxx,
+	  Source/cmLocalVisualStudio6Generator.cxx,
+	  Source/cmLocalVisualStudio7Generator.cxx,
+	  Tests/Complex/Executable/CMakeLists.txt,
+	  Tests/Complex/Executable/complex.cxx,
+	  Tests/Complex/Executable/testcflags.c,
+	  Tests/ComplexOneConfig/Executable/CMakeLists.txt,
+	  Tests/ComplexOneConfig/Executable/complex.cxx,
+	  Tests/ComplexOneConfig/Executable/testcflags.c,
+	  Tests/ComplexRelativePaths/Executable/CMakeLists.txt,
+	  Tests/ComplexRelativePaths/Executable/complex.cxx,
+	  Tests/ComplexRelativePaths/Executable/testcflags.c: ENH: add
+	  COMPILE_FLAGS to targets
+
+2006-01-25 00:57  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-24 22:20  hoffman
+
+	* Source/MFCDialog/PathDialog.cpp: ENH: do not force users to
+	  create paths
+
+2006-01-24 15:48  hoffman
+
+	* Source/cmStandardIncludes.h: ENH: fix for borland memcpy junk
+
+2006-01-24 12:07  andy
+
+	* Modules/CheckCXXSourceCompiles.cmake: ENH: fix bug, write the
+	  correct file
+
+2006-01-24 07:58  hoffman
+
+	* Source/cmLocalGenerator.cxx: COMP: fix warning
+
+2006-01-24 00:57  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-23 17:24  hoffman
+
+	* Source/cmLocalGenerator.cxx: ENH: fix warning
+
+2006-01-23 16:36  martink
+
+	* Source/kwsys/SystemTools.cxx: ENH: by Bill make sure path is unix
+	  style
+
+2006-01-23 13:50  hoffman
+
+	* Source/: CMakeLists.txt, cmGlobalWatcomWMakeGenerator.cxx,
+	  cmLocalGenerator.cxx: ENH: fix problem with watcom and short
+	  paths and -I
+
+2006-01-23 12:31  hoffman
+
+	* Source/cmDepends.cxx: ENH: correct include for memcpy
+
+2006-01-23 11:32  hoffman
+
+	* Modules/Platform/kFreeBSD.cmake: ENH: add kFreeBSD support
+
+2006-01-23 00:51  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-22 21:15  hoffman
+
+	* Modules/CheckTypeSize.cmake: ENH: fix check type size
+
+2006-01-22 00:47  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-21 00:51  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-20 01:01  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-19 00:57  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-18 00:47  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-17 16:53  hoffman
+
+	* Source/kwsys/SystemTools.hxx.in: ENH: fix for icc
+
+2006-01-17 16:22  martink
+
+	* Utilities/cmcurl/CMake/CheckTypeSize.cmake: BUG: revert such that
+	  it should work
+
+2006-01-17 14:35  hoffman
+
+	* Tests/: Complex/Executable/CMakeLists.txt,
+	  ComplexOneConfig/Executable/CMakeLists.txt,
+	  ComplexRelativePaths/Executable/CMakeLists.txt: ENH: more fixes
+	  for watcom
+
+2006-01-17 10:21  hoffman
+
+	* Modules/CMakeBackwardCompatibilityCXX.cmake,
+	  Modules/CMakeFindWMake.cmake, Modules/TestForSSTREAM.cmake,
+	  Modules/TestForSSTREAM.cxx, Modules/readme.txt,
+	  Modules/Platform/Windows-wcl386.cmake, Source/CMakeLists.txt,
+	  Source/cmCPluginAPI.cxx, Source/cmCPluginAPI.h,
+	  Source/cmGlobalUnixMakefileGenerator3.cxx,
+	  Source/cmGlobalWatcomWMakeGenerator.cxx,
+	  Source/cmGlobalWatcomWMakeGenerator.h,
+	  Source/cmLocalUnixMakefileGenerator3.cxx,
+	  Source/cmLocalUnixMakefileGenerator3.h, Source/cmStringCommand.h,
+	  Source/cmake.cxx, Source/kwsys/Directory.cxx,
+	  Source/kwsys/EncodeExecutable.c, Source/kwsys/Glob.cxx,
+	  Source/kwsys/ProcessWin32.c, Source/kwsys/Registry.cxx,
+	  Source/kwsys/SystemTools.cxx, Source/kwsys/SystemTools.hxx.in,
+	  Source/kwsys/kwsysPlatformCxxTests.cxx,
+	  Source/kwsys/testRegistry.cxx,
+	  Tests/Complex/cmTestConfigure.h.in,
+	  Tests/Complex/Executable/CMakeLists.txt,
+	  Tests/Complex/Executable/complex.cxx,
+	  Tests/ComplexOneConfig/cmTestConfigure.h.in,
+	  Tests/ComplexOneConfig/Executable/CMakeLists.txt,
+	  Tests/ComplexOneConfig/Executable/complex.cxx,
+	  Tests/ComplexRelativePaths/cmTestConfigure.h.in,
+	  Tests/ComplexRelativePaths/Executable/CMakeLists.txt,
+	  Tests/ComplexRelativePaths/Executable/complex.cxx,
+	  Tests/LoadCommand/CMakeCommands/CMakeLists.txt,
+	  Tests/LoadCommand/CMakeCommands/cmTestCommand.c,
+	  Tests/LoadCommandOneConfig/CMakeCommands/CMakeLists.txt,
+	  Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c,
+	  Tests/SubDir/CMakeLists.txt,
+	  Tests/SubDir/vcl_algorithm_vcl_pair_double.foo.c,
+	  Tests/SubDir/AnotherSubdir/pair_int.int.c,
+	  Tests/SubDir/ThirdSubDir/pair_int.int1.c,
+	  Utilities/cmcurl/CMakeLists.txt, Utilities/cmcurl/timeval.h,
+	  Utilities/cmcurl/CMake/CheckTypeSize.c.in,
+	  Utilities/cmcurl/CMake/CheckTypeSize.cmake,
+	  Utilities/cmcurl/Platforms/WindowsCache.cmake,
+	  Utilities/cmtar/handle.c, Utilities/cmtar/libtar.c: ENH: add
+	  support for watcom wmake and wcl386
+
+2006-01-17 09:27  hoffman
+
+	* Modules/Platform/Windows-cl.cmake: ENH: correct standard
+	  libraries
+
+2006-01-17 00:46  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-16 12:54  yogi.girdhar
+
+	* Utilities/cmtar/compat/compat.h: COMP: wrapped compat.h inside a
+	  extern C block so that we can use it in C++ code
+
+2006-01-16 00:42  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-15 00:43  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-14 10:27  king
+
+	* Source/cmGlobalXCodeGenerator.cxx: COMP: Fixed shadowed variable
+	  warning.
+
+2006-01-14 00:42  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-13 20:51  king
+
+	* Source/: cmLocalGenerator.cxx, cmLocalGenerator.h,
+	  cmLocalUnixMakefileGenerator3.cxx,
+	  cmLocalUnixMakefileGenerator3.h: ENH: Further centralized custom
+	  command dependency computation.  Custom command dependencies in
+	  the source tree may now also be specified relative to the source
+	  directory.
+
+2006-01-13 19:36  king
+
+	* Source/cmFLTKWrapUICommand.cxx: BUG: Removed bogust dependency.
+
+2006-01-13 19:35  king
+
+	* Source/: cmFileCommand.cxx, cmLocalGenerator.cxx: COMP: Removed
+	  unused variables.
+
+2006-01-13 18:33  king
+
+	* Source/: cmLocalGenerator.cxx, cmLocalGenerator.h,
+	  cmLocalUnixMakefileGenerator3.cxx: COMP: Removed unused paramter
+	  from cmLocalGenerator::OutputLinkLibraries.
+
+2006-01-13 18:18  king
+
+	* Source/cmFileCommand.cxx, Source/cmGlobalGenerator.h,
+	  Source/cmGlobalVisualStudio6Generator.cxx,
+	  Source/cmGlobalVisualStudio71Generator.cxx,
+	  Source/cmGlobalVisualStudio7Generator.cxx,
+	  Source/cmGlobalVisualStudio7Generator.h,
+	  Source/cmGlobalXCodeGenerator.cxx,
+	  Source/cmGlobalXCodeGenerator.h,
+	  Source/cmLinkLibrariesCommand.cxx, Source/cmLocalGenerator.cxx,
+	  Source/cmLocalGenerator.h,
+	  Source/cmLocalUnixMakefileGenerator3.cxx,
+	  Source/cmLocalUnixMakefileGenerator3.h,
+	  Source/cmLocalVisualStudio6Generator.cxx,
+	  Source/cmLocalVisualStudio7Generator.cxx,
+	  Source/cmLocalVisualStudio7Generator.h, Source/cmMakefile.cxx,
+	  Source/cmOrderLinkDirectories.cxx,
+	  Source/cmOrderLinkDirectories.h, Source/cmTarget.cxx,
+	  Source/cmTarget.h, Source/cmTargetLinkLibrariesCommand.cxx,
+	  Source/cmTargetLinkLibrariesCommand.h, Source/cmXCodeObject.h,
+	  Source/CTest/cmCTestBuildAndTestHandler.cxx,
+	  Tests/Complex/Executable/complex.cxx,
+	  Tests/ComplexOneConfig/Executable/complex.cxx,
+	  Tests/ComplexRelativePaths/Executable/complex.cxx: BUG: Sweeping
+	  changes to cleanup computation of target names.  This should fix
+	  many bugs related to target names being computed inconsistently.
+
+	  - Centralized computation of a target's file name to a method in
+	   cmTarget.  Now that global knowledge is always available the
+	  *_CMAKE_PATH cache variables are no longer needed.
+
+	  - Centralized computation of link library command lines and link
+	   directory search order.
+
+	  - Moved computation of link directories needed to link CMake
+	  targets   to be after evaluation of linking dependencies.
+
+	  This also removed alot of duplicate code in which each version
+	  had its own bugs.
+
+	  This commit is surrounded by the tags
+
+	    CMake-TargetNameCentralization1-pre
+
+	  and
+
+	    CMake-TargetNameCentralization1-post
+
+	  so make the large set of changes easy to identify.
+
+2006-01-13 11:44  hoffman
+
+	* Source/cmTryCompileCommand.cxx,
+	  Utilities/cmcurl/CMake/CheckTypeSize.cmake,
+	  Utilities/cmxmlrpc/CMake/TryCompileFromSource.cmake: ENH: fix for
+	  CMakeTmp move broken stuff
+
+2006-01-13 09:57  hoffman
+
+	* Modules/: CheckTypeSize.c.in, CheckTypeSize.cmake: ENH: fix
+	  checktypesize
+
+2006-01-13 00:43  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-12 23:08  hoffman
+
+	* Modules/: CheckTypeSize.c.in, CheckTypeSize.cmake: ENH: move
+	  define into configured file and do not use the command line
+
+2006-01-12 14:21  andy
+
+	* Source/: cmGeneratedFileStream.cxx, cmGeneratedFileStream.h:
+	  COMP: Remove warning
+
+2006-01-12 13:48  martink
+
+	* Modules/CMakeTestCCompiler.cmake,
+	  Modules/CMakeTestCXXCompiler.cmake,
+	  Modules/CMakeTestFortranCompiler.cmake,
+	  Modules/CheckCSourceCompiles.cmake,
+	  Modules/CheckCXXSourceCompiles.cmake,
+	  Modules/CheckIncludeFile.cmake,
+	  Modules/CheckIncludeFileCXX.cmake,
+	  Modules/CheckIncludeFiles.cmake, Modules/CheckSymbolExists.cmake,
+	  Modules/CheckTypeSize.cmake, Modules/FindSDL_sound.cmake,
+	  Modules/Platform/Windows-cl.cmake,
+	  Source/cmTryCompileCommand.cxx, Source/cmTryCompileCommand.h,
+	  Source/cmTryRunCommand.cxx,
+	  Source/CTest/Curl/CMake/CheckTypeSize.cmake,
+	  Utilities/cmcurl/CMake/CheckTypeSize.cmake,
+	  Tests/TryCompile/CMakeLists.txt,
+	  Utilities/cmxmlrpc/CMake/TryCompileFromSource.cmake: ENH: put
+	  CmakeTmp into CMakeFiles
+
+2006-01-12 11:10  hoffman
+
+	* Modules/FindwxWindows.cmake: ENH: contribution from Jan Woetzel
+
+2006-01-12 09:20  andy
+
+	* Source/cmGeneratedFileStream.cxx: COMP: Fix compile error that
+	  was caused by the binary flag
+
+2006-01-12 00:40  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-11 19:12  andy
+
+	* Source/CPack/cmCPackTGZGenerator.cxx: ENH: Fix compression on
+	  Windows
+
+2006-01-11 19:06  andy
+
+	* Source/: cmGeneratedFileStream.cxx, cmGeneratedFileStream.h: ENH:
+	  Add support for binary
+
+2006-01-11 11:23  andy
+
+	* Source/CPack/cmCPackGenericGenerator.cxx: ENH: Add a way to
+	  specify a custom install command
+
+2006-01-11 11:08  andy
+
+	* CMakeLists.txt, Modules/CPack.cmake, Modules/NSIS.template.in,
+	  Source/CPack/cmCPackGenericGenerator.cxx,
+	  Templates/CPackConfig.cmake.in: ENH: Some improvements: specify
+	  link, copy msvc libraries, fix install directory
+
+2006-01-11 00:42  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-10 12:05  andy
+
+	* Source/CPack/: cmCPackConfigure.h.in, cmCPackNSISGenerator.cxx,
+	  cmCPackNSISGenerator.h, cmCPackPackageMakerGenerator.h: COMP:
+	  Remove legacy code and fix sun build
+
+2006-01-10 00:44  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-09 18:24  andy
+
+	* Modules/NSIS.template.in,
+	  Source/CPack/cmCPackGenericGenerator.cxx: ENH: Use specified
+	  output file name, also detect errors during install
+
+2006-01-09 18:20  andy
+
+	* Templates/CPackConfig.cmake.in: ENH: Pass CPACK_PACKAGE_FILE_NAME
+
+2006-01-09 18:20  andy
+
+	* Modules/CPack.cmake: ENH: Cleanup
+
+2006-01-09 16:34  andy
+
+	* Modules/NSIS.template.in: BUG: Allow spaces in path
+
+2006-01-09 14:56  hoffman
+
+	* Tests/CustomCommand/GeneratedHeader/: CMakeLists.txt,
+	  generated.h.in, main.cpp: ENH: add test for generated header
+
+2006-01-09 14:40  hoffman
+
+	* Source/cmCustomCommand.cxx, Source/cmCustomCommand.h,
+	  Source/cmLocalVisualStudio6Generator.cxx,
+	  Source/cmLocalVisualStudio7Generator.cxx, Source/cmTarget.cxx,
+	  Tests/CustomCommand/CMakeLists.txt,
+	  Tests/Wrapping/CMakeLists.txt, Tests/Wrapping/fakefluid.cxx: ENH:
+	  for all custom commands that can not be given to a target, add
+	  them to all targets in the current makefile
+
+2006-01-09 13:15  andy
+
+	* CMakeLists.txt: STYLE: Add an explanation for a bunch of
+	  backslashes
+
+2006-01-09 13:14  andy
+
+	* Source/CPack/cmCPackTGZGenerator.cxx: BUG: Fix memory problem
+
+2006-01-09 12:46  hoffman
+
+	* Utilities/Release/: Release.cmake, cmake_release.sh.in: ENH:
+
+2006-01-09 12:45  hoffman
+
+	* Modules/: FindQt.cmake, FindQt4.cmake: ENH: add qt quiet stuff
+
+2006-01-09 11:26  andy
+
+	* CMakeLists.txt, Modules/CPack.cmake,
+	  Source/CPack/cmCPackGenericGenerator.cxx,
+	  Templates/CPackConfig.cmake.in: ENH: Fix test for cpack
+	  variables, add support for icon on windows
+
+2006-01-09 00:41  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-08 00:41  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-07 00:43  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-06 15:51  hoffman
+
+	* Modules/: CMakeMSYSFindMake.cmake, CMakeMinGWFindMake.cmake,
+	  Platform/Linux-icpc.cmake: ENH: merge from main tree
+
+2006-01-06 15:51  hoffman
+
+	* Source/: cmGlobalMSYSMakefileGenerator.cxx,
+	  cmGlobalMSYSMakefileGenerator.h,
+	  cmGlobalMinGWMakefileGenerator.cxx,
+	  cmGlobalMinGWMakefileGenerator.h: ENH: add missing files
+
+2006-01-06 15:07  hoffman
+
+	* CMakeLists.txt, ChangeLog.manual,
+	  Modules/CMakeDetermineCCompiler.cmake,
+	  Modules/CMakeGenericSystem.cmake,
+	  Modules/Platform/CYGWIN-g77.cmake, Modules/Platform/CYGWIN.cmake,
+	  Modules/Platform/Windows-cl.cmake,
+	  Modules/Platform/Windows-g77.cmake,
+	  Modules/Platform/Windows-gcc.cmake,
+	  Modules/Platform/Windows.cmake, Source/CMakeLists.txt,
+	  Source/cmAddExecutableCommand.cxx, Source/cmCTest.cxx,
+	  Source/cmDependsC.cxx, Source/cmDependsC.h,
+	  Source/cmFindFileCommand.cxx, Source/cmFindFileCommand.h,
+	  Source/cmFindPathCommand.cxx, Source/cmFindPathCommand.h,
+	  Source/cmGlobalBorlandMakefileGenerator.cxx,
+	  Source/cmGlobalNMakeMakefileGenerator.cxx,
+	  Source/cmGlobalUnixMakefileGenerator3.cxx,
+	  Source/cmGlobalXCodeGenerator.cxx,
+	  Source/cmGlobalXCodeGenerator.h, Source/cmLocalGenerator.cxx,
+	  Source/cmLocalGenerator.h,
+	  Source/cmLocalUnixMakefileGenerator3.cxx,
+	  Source/cmLocalUnixMakefileGenerator3.h, Source/cmMakefile.cxx,
+	  Source/cmMakefile.h, Source/cmOrderLinkDirectories.cxx,
+	  Source/cmOrderLinkDirectories.h, Source/cmSystemTools.cxx,
+	  Source/cmSystemTools.h, Source/cmTarget.cxx, Source/cmTarget.h,
+	  Source/cmake.cxx, Source/CTest/cmCTestBuildAndTestHandler.cxx,
+	  Source/kwsys/ProcessUNIX.c, Source/kwsys/SystemTools.cxx,
+	  Source/kwsys/SystemTools.hxx.in, Tests/Complex/CMakeLists.txt,
+	  Tests/Complex/cmTestConfigure.h.in,
+	  Tests/Complex/Executable/complex.cxx,
+	  Tests/ComplexOneConfig/CMakeLists.txt,
+	  Tests/ComplexOneConfig/cmTestConfigure.h.in,
+	  Tests/ComplexOneConfig/Executable/complex.cxx,
+	  Tests/ComplexRelativePaths/CMakeLists.txt,
+	  Tests/ComplexRelativePaths/cmTestConfigure.h.in,
+	  Tests/ComplexRelativePaths/Executable/complex.cxx,
+	  Tests/CustomCommand/CMakeLists.txt,
+	  Utilities/Release/cmake_release.sh,
+	  Utilities/Release/cmake_release.sh.in: ENH: merges from main tree
+
+2006-01-06 13:54  hoffman
+
+	* Source/cmGlobalXCodeGenerator.cxx: ENH: fix missing plist file
+	  error
+
+2006-01-06 10:45  andy
+
+	* Utilities/cmtar/compat/snprintf.c: COMP: Try to remove more
+	  warnings
+
+2006-01-06 00:43  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-05 17:16  king
+
+	* Source/: cmDependsC.cxx, cmDependsC.h: BUG: Fix for scanning
+	  generated headers included with double-quotes.  Also fixed
+	  double-quote include support to not use the special quoted
+	  location when a full path is given on the include line.
+
+2006-01-05 15:49  king
+
+	* Source/kwsys/testProcess.c: ENH: Added special test 0 to just run
+	  a given command line.
+
+2006-01-05 13:27  andy
+
+	* Source/CPack/: cmCPackGenericGenerator.cxx, cpack.cxx: ENH: More
+	  debugging and work on PackageMaker code
+
+2006-01-05 13:25  yogi.girdhar
+
+	* Utilities/cmtar/: config.h.in, libtar.c: BUG: libtar now compiles
+	  in VJ and works with vtkzlib
+
+2006-01-05 12:33  andy
+
+	* Source/CPack/cmCPackLog.cxx: ENH: flush the output
+
+2006-01-05 12:16  andy
+
+	* Source/CPack/cpack.cxx: BUG: Use objects that exist
+
+2006-01-05 12:16  andy
+
+	* Source/CPack/cmCPackLog.cxx: BUG: Print the right line number to
+	  the right pipe
+
+2006-01-05 10:37  andy
+
+	* Source/CPack/cmCPackPackageMakerGenerator.cxx: BUG: Revert back
+
+2006-01-05 09:18  hoffman
+
+	* CMakeLists.txt: ENH: use a safer check for CPack
+
+2006-01-05 09:13  hoffman
+
+	* Source/: cmAddExecutableCommand.cxx, cmGlobalXCodeGenerator.cxx,
+	  cmLocalUnixMakefileGenerator3.cxx, cmMakefile.cxx: ENH: fix
+	  bundles for Mac and Xcode
+
+2006-01-05 03:15  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-04 16:24  hoffman
+
+	* Source/CPack/cmCPackTGZGenerator.cxx: ENH: remove assert
+
+2006-01-04 15:13  andy
+
+	* CMakeLists.txt, Modules/CPack.Description.plist.in,
+	  Modules/NSIS.template.in,
+	  Source/CPack/cmCPackGenericGenerator.cxx,
+	  Source/CPack/cmCPackSTGZGenerator.cxx,
+	  Source/CPack/cmCPackTGZGenerator.cxx, Source/CPack/cpack.cxx,
+	  Modules/CPack.cmake, Templates/CPackConfig.cmake.in: ENH: More
+	  CPack stuff and fix zlib compression
+
+2006-01-04 09:55  hoffman
+
+	* Source/cmFindPathCommand.cxx: ENH: remove debug print stuff
+
+2006-01-04 08:32  andy
+
+	* Source/kwsys/CMakeLists.txt: COMP: Do not build tests if build
+	  testing is off
+
+2006-01-04 01:15  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-03 17:11  hoffman
+
+	* Utilities/Release/cmake_release.sh: ENH: update revision numbers
+
+2006-01-03 17:07  hoffman
+
+	* Utilities/Release/cmake_release.sh.in: ENH: move to patch 2
+
+2006-01-03 16:40  hoffman
+
+	* Source/cmMakefile.cxx, Source/cmMakefile.h,
+	  Tests/Complex/CMakeLists.txt, Tests/Complex/cmTestConfigure.h.in,
+	  Tests/Complex/Executable/complex.cxx,
+	  Tests/ComplexOneConfig/CMakeLists.txt,
+	  Tests/ComplexOneConfig/cmTestConfigure.h.in,
+	  Tests/ComplexOneConfig/Executable/complex.cxx,
+	  Tests/ComplexRelativePaths/CMakeLists.txt,
+	  Tests/ComplexRelativePaths/cmTestConfigure.h.in,
+	  Tests/ComplexRelativePaths/Executable/complex.cxx: ENH: add new
+	  cmakedefine01 feature from bug report 2603
+
+2006-01-03 14:00  hoffman
+
+	* Modules/Platform/: CYGWIN-g77.cmake, CYGWIN.cmake: ENH: add exe
+	  stuff for cygwin
+
+2006-01-03 08:39  andy
+
+	* Source/cmSystemTools.cxx: COMP: Remove warnings on HP-UX
+
+2006-01-03 08:39  andy
+
+	* Utilities/cmtar/append.c, Utilities/cmtar/extract.c,
+	  Utilities/cmtar/libtar.c, Source/CPack/cmCPackLog.cxx,
+	  Source/CPack/cpack.cxx: COMP: Remove warnings
+
+2006-01-03 01:11  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-02 17:28  andy
+
+	* Source/CPack/: cmCPackGenerators.cxx,
+	  cmCPackGenericGenerator.cxx, cmCPackGenericGenerator.h,
+	  cmCPackNSISGenerator.cxx, cmCPackNSISGenerator.h,
+	  cmCPackPackageMakerGenerator.cxx, cmCPackPackageMakerGenerator.h,
+	  cmCPackSTGZGenerator.cxx, cmCPackSTGZGenerator.h,
+	  cmCPackTGZGenerator.cxx, cmCPackTGZGenerator.h, cpack.cxx: ENH:
+	  Start working on CPack input file and cleanups
+
+2006-01-02 17:22  andy
+
+	* Source/CPack/: cmCPackLog.h, cmCPackLog.cxx: COMP: Fix compile
+	  errors
+
+2006-01-02 16:14  andy
+
+	* Source/: CMakeLists.txt, CPack/cmCPackGenerators.cxx,
+	  CPack/cmCPackGenerators.h, CPack/cmCPackGenericGenerator.cxx,
+	  CPack/cmCPackGenericGenerator.h, CPack/cmCPackLog.cxx,
+	  CPack/cmCPackLog.h, CPack/cmCPackNSISGenerator.cxx,
+	  CPack/cmCPackPackageMakerGenerator.cxx,
+	  CPack/cmCPackSTGZGenerator.cxx, CPack/cmCPackTGZGenerator.cxx,
+	  CPack/cpack.cxx: ENH: More improvements and add logging
+
+2006-01-02 15:01  hoffman
+
+	* Tests/: CustomCommand/CMakeLists.txt, Wrapping/CMakeLists.txt:
+	  BUG: force EXECUABLE and LIBRARY output paths so bad cache
+	  entries do not fail tests
+
+2006-01-02 14:33  andy
+
+	* Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
+	  ComplexRelativePaths/CMakeLists.txt: BUG: Flush the EXECUTABLE
+	  and LIBRARY output path to internal
+
+2006-01-02 13:37  hoffman
+
+	* Modules/CMakeGenericSystem.cmake,
+	  Modules/Platform/Windows-g77.cmake,
+	  Modules/Platform/Windows-gcc.cmake,
+	  Modules/Platform/Windows.cmake, Source/cmTarget.cxx: BUG: fix for
+	  bug 2322, use CMAKE_EXECUTABLE_SUFFIX variable for exe suffix
+
+2006-01-02 13:34  hoffman
+
+	* Source/cmGlobalUnixMakefileGenerator3.cxx: BUG: fix build problem
+	  on gcc
+
+2006-01-02 12:36  hoffman
+
+	* Source/: cmGlobalUnixMakefileGenerator3.cxx,
+	  cmLocalUnixMakefileGenerator3.cxx,
+	  cmLocalUnixMakefileGenerator3.h: BUG: fix for bug 2533, make
+	  foo/foo.o now works and .o files are in the help
+
+2006-01-02 11:39  andy
+
+	* Source/CPack/cmCPackGenericGenerator.cxx: COMP: Remove warning
+
+2006-01-02 11:21  hoffman
+
+	* Utilities/Release/Release.cmake: ENH: remove MS dll's from
+	  install on cygwin
+
+2006-01-02 11:07  hoffman
+
+	* Source/: cmFindPathCommand.cxx, cmMakefile.cxx: ENH: change
+	  framework order
+
+2006-01-02 10:37  andy
+
+	* Source/CPack/: cmCPackGenericGenerator.cxx,
+	  cmCPackGenericGenerator.h, cmCPackTGZGenerator.cxx,
+	  cmCPackTGZGenerator.h: COMP: Fix build problems
+
+2006-01-02 10:36  andy
+
+	* Source/cmGeneratedFileStream.cxx: BUG: Fix the compression with
+	  custom extension
+
+2006-01-02 07:53  andy
+
+	* Source/CPack/: cmCPackPackageMakerGenerator.cxx,
+	  cmCPackTGZGenerator.cxx, cmCPackTGZGenerator.h: ENH: Use libtar
+
+2006-01-02 07:52  andy
+
+	* Source/: cmGeneratedFileStream.cxx, cmGeneratedFileStream.h: ENH:
+	  Add a way to overwrite compression extension
+
+2006-01-02 01:08  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2006-01-01 23:31  andy
+
+	* Source/: CMakeLists.txt, cmSystemTools.cxx, cmSystemTools.h: ENH:
+	  Merge from cpack branch
+
+2006-01-01 23:28  andy
+
+	* Modules/: CPack.Description.plist.in, CPack.Info.plist.in,
+	  NSIS.template.in: ENH: Merge from CPack branch
+
+2006-01-01 23:21  andy
+
+	* Source/CPack/: cmCPackConfigure.h.in, cmCPackGenerators.cxx,
+	  cmCPackGenerators.h, cmCPackGenericGenerator.cxx,
+	  cmCPackGenericGenerator.h, cmCPackNSISGenerator.cxx,
+	  cmCPackNSISGenerator.h, cmCPackPackageMakerGenerator.cxx,
+	  cmCPackPackageMakerGenerator.h, cmCPackSTGZGenerator.cxx,
+	  cmCPackSTGZGenerator.h, cmCPackTGZGenerator.cxx,
+	  cmCPackTGZGenerator.h, cpack.cxx: ENH: Merge from the cpack
+	  branch
+
+2006-01-01 01:05  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-31 13:10  king
+
+	* Tests/TarTest/CMakeLists.txt: ENH: Simplified ln command to use
+	  relative path in symlink.
+
+2005-12-31 12:59  king
+
+	* Source/kwsys/ProcessUNIX.c: BUG: When more than one command is
+	  given and one of them fails to start and the rest are killed, do
+	  not forget to reap the killed children.
+
+2005-12-31 10:33  andy
+
+	* Utilities/cmtar/: CMakeLists.txt, config.h.in, internal.h: COMP:
+	  Try to fix major/minor problem on aix
+
+2005-12-31 09:40  andy
+
+	* Utilities/cmtar/: CMakeLists.txt, config.h.in, internal.h: COMP:
+	  Attempt to fix problems with major and minor
+
+2005-12-31 01:08  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-30 21:54  hoffman
+
+	* Source/: cmFindFileCommand.cxx, cmFindFileCommand.h,
+	  cmFindPathCommand.cxx, cmFindPathCommand.h: ENH: move framework
+	  stuff from FindFile to FindPath
+
+2005-12-30 21:54  hoffman
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: ENH: fix so verbose is
+	  put in the correct place
+
+2005-12-30 17:51  andy
+
+	* Utilities/cmtar/compat/snprintf.c: COMP: Fix systems that do not
+	  have both vsnprintf and snprintf.
+
+2005-12-30 17:27  andy
+
+	* Utilities/cmtar/: CMakeLists.txt, config.h.in, compat/compat.h,
+	  compat/snprintf.c: COMP: Fix support for vsnprintf
+
+2005-12-30 16:28  andy
+
+	* Source/cmSystemTools.cxx: COMP: Fix warning on sun
+
+2005-12-30 16:05  andy
+
+	* Utilities/cmtar/extract.c: COMP: Another borland bug
+
+2005-12-30 15:46  andy
+
+	* Tests/TarTest/CMakeLists.txt: ENH: Add testing of symlinks too
+
+2005-12-30 15:46  andy
+
+	* Utilities/cmtar/extract.c: BUG: Handle mkdirhier properly since
+	  it may modify the string
+
+2005-12-30 15:32  andy
+
+	* Source/cmSystemTools.cxx: COMP: Remove sun warning
+
+2005-12-30 15:27  andy
+
+	* Source/CMakeLists.txt, Tests/TarTest/CMakeLists.txt,
+	  Tests/TarTest/TestTarExec.cxx: ENH: Add a tar test
+
+2005-12-30 15:25  andy
+
+	* Source/cmake.cxx: ENH: Add a way to compare two files
+
+2005-12-30 14:51  andy
+
+	* Source/cmSystemTools.cxx, Utilities/cmtar/handle.c,
+	  Utilities/cmtar/libtar.c, Utilities/cmtar/libtar.h: ENH: Cleanup
+	  the file handler stuf so that now any file descriptor type can be
+	  used
+
+2005-12-30 14:50  andy
+
+	* CMakeLists.txt, Utilities/cmcurl/CMakeLists.txt,
+	  Utilities/cmexpat/CMakeLists.txt, Utilities/cmtar/CMakeLists.txt,
+	  Utilities/cmzlib/CMakeLists.txt, Source/CMakeLists.txt: COMP:
+	  Cleanup regular expressions
+
+2005-12-30 14:31  andy
+
+	* Source/cmSystemTools.cxx: COMP: Remove unused variable
+
+2005-12-30 14:23  andy
+
+	* Utilities/cmtar/compat/: basename.c, dirname.c: COMP: Remove
+	  warnings by exposing some variables
+
+2005-12-30 14:22  andy
+
+	* Source/cmSystemTools.cxx, Utilities/cmtar/handle.c,
+	  Utilities/cmtar/libtar.c, Utilities/cmtar/libtar.h: COMP: Fix
+	  support for gzip on non-32 bit platforms
+
+2005-12-30 13:22  andy
+
+	* Utilities/cmtar/util.c: COMP: Remove warning about argument not
+	  being int
+
+2005-12-30 13:22  andy
+
+	* Source/: cmFindFileCommand.cxx, cmGlobalXCodeGenerator.cxx: COMP:
+	  Remove shadow variable warning
+
+2005-12-30 12:58  andy
+
+	* Source/cmSystemTools.cxx: COMP: Use mangle names
+
+2005-12-30 12:58  andy
+
+	* Source/: cmFindFileCommand.cxx, cmTarget.cxx: COMP: Remove
+	  warnings
+
+2005-12-30 10:35  andy
+
+	* Utilities/cmtar/: CMakeLists.txt, append.c, config.h.in,
+	  encode.c, internal.h, output.c, util.c, wrapper.c: BUG: Several
+	  Borland fixes
+
+2005-12-30 01:11  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-29 12:19  andy
+
+	* Source/: cmSystemTools.cxx, cmSystemTools.h, cmake.cxx: ENH: Make
+	  the syntax more line tar
+
+2005-12-29 12:18  andy
+
+	* Utilities/cmtar/append.c: COMP: More cygwin fixes
+
+2005-12-29 11:42  andy
+
+	* Utilities/cmtar/append.c: BUG: Fix on cygwin... again?
+
+2005-12-29 11:15  andy
+
+	* Utilities/cmtar/output.c: COMP: Try to remove warnings and add
+	  support for cygwin
+
+2005-12-29 10:52  andy
+
+	* Source/cmake.cxx: ENH: Make additional file names optional
+
+2005-12-29 10:43  andy
+
+	* Source/: cmSystemTools.cxx, cmSystemTools.h, cmake.cxx: ENH: Add
+	  untaring support
+
+2005-12-29 10:41  andy
+
+	* Utilities/cmtar/extract.c: BUG: Fix extract. Looks like dirname
+	  actually changes the string, so temporary string should be used
+
+2005-12-29 09:11  andy
+
+	* Utilities/cmtar/: output.c, compat/compat.h: COMP: Remove c++
+	  style comments
+
+2005-12-29 01:04  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-28 20:04  andy
+
+	* Tests/: Complex/Executable/CMakeLists.txt,
+	  ComplexOneConfig/Executable/CMakeLists.txt,
+	  ComplexRelativePaths/Executable/CMakeLists.txt: BUG: Now really
+	  fix the test
+
+2005-12-28 19:31  andy
+
+	* Tests/: Complex/Executable/CMakeLists.txt,
+	  ComplexOneConfig/Executable/CMakeLists.txt,
+	  ComplexRelativePaths/Executable/CMakeLists.txt: COMP: Fix test
+
+2005-12-28 17:02  andy
+
+	* Source/cmSystemTools.cxx,
+	  Tests/Complex/Executable/CMakeLists.txt,
+	  Tests/ComplexOneConfig/Executable/CMakeLists.txt,
+	  Tests/ComplexRelativePaths/Executable/CMakeLists.txt: COMP: Fix
+	  complex test and fix bootstrap
+
+2005-12-28 16:53  andy
+
+	* Source/cmSystemTools.cxx: COMP: Add missing include
+
+2005-12-28 16:44  andy
+
+	* Source/cmSystemTools.cxx: BUG: Return proper values
+
+2005-12-28 16:43  andy
+
+	* Utilities/cmtar/: extract.c, libtar.c: COMP: Remove more warnings
+
+2005-12-28 16:31  andy
+
+	* Source/cmake.cxx: ENH: Add command to create tar
+
+2005-12-28 16:30  andy
+
+	* Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Add method to
+	  create tar
+
+2005-12-28 16:30  andy
+
+	* Source/CMakeLists.txt: COMP: Link tar library to cmake
+
+2005-12-28 16:29  andy
+
+	* CMakeLists.txt: COMP: Fix path to include files
+
+2005-12-28 15:31  andy
+
+	* Utilities/cmtar/: CMakeLists.txt, config.h.in, handle.c,
+	  compat/compat.h: COMP: Remove more warnings and rename library to
+	  cmtar
+
+2005-12-28 15:03  andy
+
+	* Utilities/cmtar/append.c: COMP: Remove warning
+
+2005-12-28 14:58  andy
+
+	* Utilities/cmtar/: CMakeLists.txt, append.c, decode.c, extract.c,
+	  filesystem.c, filesystem.h, handle.c, internal.h, libtar.c,
+	  util.c, wrapper.c, compat/basename.c, compat/compat.h,
+	  compat/dirname.c: COMP: Several borland fixes
+
+2005-12-28 14:50  andy
+
+	* Utilities/cmtar/compat/snprintf.c: COMP: Remove warnings
+
+2005-12-28 13:36  andy
+
+	* CMakeLists.txt: ENH: First cut at enabling tar
+
+2005-12-28 13:35  andy
+
+	* Utilities/cmtar/append.c: COMP: Only do O_BINARY on windows
+
+2005-12-28 13:33  andy
+
+	* Utilities/cmtar/: append.c, libtar.c: COMP: Fix windows
+
+2005-12-28 13:01  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-28 12:34  andy
+
+	* Utilities/cmtar/libtar.c: ENH: Fix building on cygwin
+
+2005-12-28 12:24  andy
+
+	* Utilities/cmtar/: CMakeLists.txt, config.h.in, extract.c,
+	  libtar.c: COMP: Fix build on sun by adding missing include
+
+2005-12-28 11:00  andy
+
+	* Utilities/cmtar/: CMakeLists.txt, decode.c, filesystem.c,
+	  wrapper.c, compat/basename.c, compat/dirname.c, compat/fnmatch.c,
+	  compat/snprintf.c: ENH: Windows fixes
+
+2005-12-28 10:28  andy
+
+	* CMakeLists.txt: ENH: Merge change from the main tree
+
+2005-12-28 10:19  andy
+
+	* CMakeLists.txt: ENH: Initial setup of libtar
+
+2005-12-28 10:18  andy
+
+	* Utilities/cmtar/: CMakeLists.txt, COPYRIGHT, append.c, block.c,
+	  config.h.in, decode.c, encode.c, extract.c, filesystem.c,
+	  filesystem.h, handle.c, internal.h, libtar.c, libtar.h, output.c,
+	  tar.h, util.c, wrapper.c, compat/README, compat/basename.c,
+	  compat/compat.h, compat/dirname.c, compat/fnmatch.c,
+	  compat/gethostbyname_r.c, compat/gethostname.c,
+	  compat/getservbyname_r.c, compat/glob.c, compat/inet_aton.c,
+	  compat/snprintf.c, compat/strdup.c, compat/strlcat.c,
+	  compat/strlcpy.c, compat/strmode.c, compat/strrstr.c,
+	  compat/strsep.c, listhash/hash.c.in, listhash/list.c.in,
+	  listhash/listhash.h.in: ENH: Initial import
+
+2005-12-28 10:09  andy
+
+	* Utilities/cmtar/: CMakeLists.txt, COPYRIGHT, append.c, block.c,
+	  config.h.in, decode.c, encode.c, extract.c, filesystem.c,
+	  filesystem.h, handle.c, internal.h, libtar.c, libtar.h, output.c,
+	  tar.h, util.c, wrapper.c, compat/README, compat/basename.c,
+	  compat/compat.h, compat/dirname.c, compat/fnmatch.c,
+	  compat/gethostbyname_r.c, compat/gethostname.c,
+	  compat/getservbyname_r.c, compat/glob.c, compat/inet_aton.c,
+	  compat/snprintf.c, compat/strdup.c, compat/strlcat.c,
+	  compat/strlcpy.c, compat/strmode.c, compat/strrstr.c,
+	  compat/strsep.c, listhash/hash.c.in, listhash/list.c.in,
+	  listhash/listhash.h.in: ENH: Initial import
+
+2005-12-28 10:07  andy
+
+	* Source/cmake.cxx: ENH: Add file compare
+
+2005-12-27 15:33  hoffman
+
+	* Source/: cmFindFileCommand.cxx, cmFindFileCommand.h,
+	  cmLocalUnixMakefileGenerator3.cxx: ENH: make sure -F is not
+	  duplicated
+
+2005-12-27 15:08  andy
+
+	* Source/CPack/: cmCPackConfigure.h.in, cmCPackGenerators.cxx,
+	  cmCPackGenerators.h, cmCPackGenericGenerator.cxx,
+	  cmCPackGenericGenerator.h, cmCPackNSISGenerator.cxx,
+	  cmCPackNSISGenerator.h, cmCPackPackageMakerGenerator.cxx,
+	  cmCPackPackageMakerGenerator.h, cmCPackSTGZGenerator.h,
+	  cmCPackTGZGenerator.cxx, cmCPackTGZGenerator.h: ENH: Remove
+	  references to m_Makefile. It is now private. Fix several build
+	  problems. Change generator creation. ...
+
+2005-12-27 14:56  hoffman
+
+	* Source/: cmFindFileCommand.cxx, cmFindFileCommand.h,
+	  cmGlobalXCodeGenerator.cxx, cmLocalGenerator.cxx: ENH: add
+	  framework support to FIND_FILE
+
+2005-12-27 14:32  andy
+
+	* Source/CPack/cpack.cxx, Utilities/CMakeLists.txt: ENH: Improve
+	  help arguments and add generation of doc files
+
+2005-12-27 13:10  andy
+
+	* Source/cmCTest.cxx: ENH: Fix command line argument parsing
+
+2005-12-27 13:03  hoffman
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: ENH: remove warning
+
+2005-12-26 13:14  hoffman
+
+	* Source/: cmGlobalXCodeGenerator.cxx, cmLocalGenerator.cxx,
+	  cmLocalUnixMakefileGenerator3.cxx,
+	  cmLocalUnixMakefileGenerator3.h, cmMakefile.cxx,
+	  cmOrderLinkDirectories.cxx, cmOrderLinkDirectories.h,
+	  cmSystemTools.cxx, cmSystemTools.h, cmTarget.cxx, cmTarget.h,
+	  kwsys/SystemTools.cxx: ENH: add better support for framework
+	  linking
+
+2005-12-26 01:06  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-25 01:07  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-24 01:03  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-23 01:09  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-22 16:42  hoffman
+
+	* Modules/CMakeDetermineCCompiler.cmake,
+	  Modules/CMakeMSYSFindMake.cmake,
+	  Modules/CMakeMinGWFindMake.cmake, Source/CMakeLists.txt,
+	  Source/cmGlobalBorlandMakefileGenerator.cxx,
+	  Source/cmGlobalMSYSMakefileGenerator.cxx,
+	  Source/cmGlobalMSYSMakefileGenerator.h,
+	  Source/cmGlobalMinGWMakefileGenerator.cxx,
+	  Source/cmGlobalMinGWMakefileGenerator.h,
+	  Source/cmGlobalNMakeMakefileGenerator.cxx,
+	  Source/cmGlobalUnixMakefileGenerator3.cxx,
+	  Source/cmLocalGenerator.cxx, Source/cmLocalGenerator.h,
+	  Source/cmLocalUnixMakefileGenerator3.cxx,
+	  Source/cmLocalUnixMakefileGenerator3.h, Source/cmake.cxx: ENH:
+	  fix borland make clean targets before build, add new generators
+	  for msys and mingw
+
+2005-12-22 16:02  hoffman
+
+	* ChangeLog.manual, Modules/CMake.cmake,
+	  Modules/CMakeBackwardCompatibilityC.cmake,
+	  Modules/CMakeBackwardCompatibilityCXX.cmake,
+	  Modules/CMakeCInformation.cmake,
+	  Modules/CMakeCXXInformation.cmake,
+	  Modules/CMakeCommonLanguageInclude.cmake,
+	  Modules/CMakeDetermineCCompiler.cmake,
+	  Modules/CMakeDetermineCXXCompiler.cmake,
+	  Modules/CMakeDetermineFortranCompiler.cmake,
+	  Modules/CMakeDetermineJavaCompiler.cmake,
+	  Modules/CMakeDetermineRCCompiler.cmake,
+	  Modules/CMakeDetermineSystem.cmake,
+	  Modules/CMakeExportBuildSettings.cmake,
+	  Modules/CMakeFindFrameworks.cmake,
+	  Modules/CMakeFortranInformation.cmake,
+	  Modules/CMakeImportBuildSettings.cmake,
+	  Modules/CMakeJavaInformation.cmake,
+	  Modules/CMakePrintSystemInformation.cmake,
+	  Modules/CMakeRCInformation.cmake,
+	  Modules/CMakeSystemSpecificInformation.cmake,
+	  Modules/CMakeTestCCompiler.cmake,
+	  Modules/CMakeTestCXXCompiler.cmake,
+	  Modules/CMakeTestFortranCompiler.cmake,
+	  Modules/CMakeTestJavaCompiler.cmake,
+	  Modules/CMakeTestRCCompiler.cmake,
+	  Modules/CMakeVS6BackwardCompatibility.cmake,
+	  Modules/CMakeVS7BackwardCompatibility.cmake, Modules/CTest.cmake,
+	  Modules/CheckCSourceCompiles.cmake,
+	  Modules/CheckCXXSourceCompiles.cmake,
+	  Modules/CheckFunctionExists.cmake,
+	  Modules/CheckIncludeFile.cmake,
+	  Modules/CheckIncludeFileCXX.cmake,
+	  Modules/CheckIncludeFiles.cmake,
+	  Modules/CheckLibraryExists.cmake,
+	  Modules/CheckSymbolExists.cmake, Modules/CheckTypeSize.cmake,
+	  Modules/CheckVariableExists.cmake, Modules/Dart.cmake,
+	  Modules/Documentation.cmake, Modules/FindAVIFile.cmake,
+	  Modules/FindCABLE.cmake, Modules/FindCurses.cmake,
+	  Modules/FindCygwin.cmake, Modules/FindDCMTK.cmake,
+	  Modules/FindDart.cmake, Modules/FindDoxygen.cmake,
+	  Modules/FindFLTK.cmake, Modules/FindGCCXML.cmake,
+	  Modules/FindGLU.cmake, Modules/FindGLUT.cmake,
+	  Modules/FindGTK.cmake, Modules/FindGnuplot.cmake,
+	  Modules/FindHTMLHelp.cmake, Modules/FindITK.cmake,
+	  Modules/FindImageMagick.cmake, Modules/FindJNI.cmake,
+	  Modules/FindJPEG.cmake, Modules/FindJava.cmake,
+	  Modules/FindKDE.cmake, Modules/FindLATEX.cmake,
+	  Modules/FindMFC.cmake, Modules/FindMPEG.cmake,
+	  Modules/FindMPEG2.cmake, Modules/FindMPI.cmake,
+	  Modules/FindMatlab.cmake, Modules/FindMotif.cmake,
+	  Modules/FindOpenAL.cmake, Modules/FindOpenGL.cmake,
+	  Modules/FindPHP4.cmake, Modules/FindPNG.cmake,
+	  Modules/FindPerl.cmake, Modules/FindPerlLibs.cmake,
+	  Modules/FindPhysFS.cmake, Modules/FindPike.cmake,
+	  Modules/FindPythonInterp.cmake, Modules/FindPythonLibs.cmake,
+	  Modules/FindQt.cmake, Modules/FindQt.cmake.bak,
+	  Modules/FindQt3.cmake, Modules/FindQt4.cmake,
+	  Modules/FindRuby.cmake, Modules/FindSDL.cmake,
+	  Modules/FindSDL.cmake.bak, Modules/FindSDL_image.cmake,
+	  Modules/FindSDL_image.cmake.bak, Modules/FindSDL_mixer.cmake,
+	  Modules/FindSDL_mixer.cmake.bak, Modules/FindSDL_net.cmake,
+	  Modules/FindSDL_net.cmake.bak, Modules/FindSDL_sound.cmake,
+	  Modules/FindSDL_ttf.cmake, Modules/FindSDL_ttf.cmake.bak,
+	  Modules/FindSWIG.cmake, Modules/FindSelfPackers.cmake,
+	  Modules/FindTCL.cmake, Modules/FindTIFF.cmake,
+	  Modules/FindTclsh.cmake, Modules/FindThreads.cmake,
+	  Modules/FindUnixCommands.cmake, Modules/FindVTK.cmake,
+	  Modules/FindWget.cmake, Modules/FindWish.cmake,
+	  Modules/FindX11.cmake, Modules/FindZLIB.cmake,
+	  Modules/FindwxWindows.cmake, Modules/TestBigEndian.cmake,
+	  Modules/TestCXXAcceptsFlag.cmake,
+	  Modules/TestForANSIForScope.cmake,
+	  Modules/TestForANSIStreamHeaders.cmake,
+	  Modules/TestForSTDNamespace.cmake, Modules/UseQt4.cmake,
+	  Modules/UseSWIG.cmake, Modules/UseVTK40.cmake,
+	  Modules/UseVTKBuildSettings40.cmake,
+	  Modules/UseVTKConfig40.cmake, Modules/Use_wxWindows.cmake,
+	  Modules/UsewxWidgets.cmake, Modules/readme.txt,
+	  Source/cmBuildCommand.cxx, Source/cmBuildNameCommand.h,
+	  Source/cmCTest.cxx, Source/cmDepends.cxx, Source/cmDepends.h,
+	  Source/cmDependsC.cxx, Source/cmDependsC.h,
+	  Source/cmDependsFortran.cxx, Source/cmDependsFortran.h,
+	  Source/cmDependsJava.cxx, Source/cmDependsJava.h,
+	  Source/cmDocumentation.cxx, Source/cmDocumentation.h,
+	  Source/cmFindPackageCommand.h,
+	  Source/cmGetCMakePropertyCommand.h,
+	  Source/cmGetDirectoryPropertyCommand.h,
+	  Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
+	  Source/cmGlobalVisualStudio6Generator.cxx,
+	  Source/cmGlobalVisualStudio6Generator.h,
+	  Source/cmGlobalVisualStudio7Generator.cxx,
+	  Source/cmGlobalVisualStudio7Generator.h,
+	  Source/cmGlobalVisualStudio8Generator.cxx,
+	  Source/cmGlobalVisualStudio8Generator.h,
+	  Source/cmGlobalXCodeGenerator.cxx,
+	  Source/cmGlobalXCodeGenerator.h,
+	  Source/cmInstallTargetsCommand.cxx, Source/cmLocalGenerator.cxx,
+	  Source/cmLocalUnixMakefileGenerator3.cxx,
+	  Source/cmLocalVisualStudio7Generator.cxx, Source/cmMakefile.cxx,
+	  Source/cmSetDirectoryPropertiesCommand.h,
+	  Source/cmSiteNameCommand.h, Source/cmTarget.cxx,
+	  Source/cmTarget.h, Source/cmTryRunCommand.h,
+	  Source/cmakemain.cxx, Source/CTest/cmCTestBuildCommand.cxx,
+	  Source/CTest/cmCTestUpdateHandler.cxx,
+	  Source/MFCDialog/CMakeCommandLineInfo.cpp,
+	  Source/MFCDialog/CMakeSetup.cpp, Source/kwsys/ProcessWin32.c,
+	  Source/kwsys/SystemTools.cxx, Source/kwsys/SystemTools.hxx.in,
+	  Tests/SimpleInstall/CMakeLists.txt,
+	  Tests/SimpleInstallS2/CMakeLists.txt: ENH: merge changes from
+	  main tree to branch
+
+2005-12-22 15:41  andy
+
+	* Modules/CPack.Description.plist.in, Modules/CPack.Info.plist.in,
+	  Source/CPack/cmCPackPackageMakerGenerator.cxx,
+	  Source/CPack/cmCPackPackageMakerGenerator.h: ENH: Ok, now it
+	  works
+
+2005-12-22 15:34  andy
+
+	* Source/CPack/cmCPackGenericGenerator.cxx: ENH: Add mandatory
+	  project description file or string
+
+2005-12-22 15:34  andy
+
+	* Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Add XML
+	  encoduing method
+
+2005-12-22 01:13  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-21 15:45  hoffman
+
+	* Source/: cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h:
+	  ENH: make sure depend helper actually works, if a depend library
+	  gets updated, then the target needs to be removed, and the
+	  CONFIGURATION directory needs to be used
+
+2005-12-21 08:46  king
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: BUG: Libraries and
+	  executables that are built with version numbers and symlinks
+	  should be built by a rule using the real file name.  The symlink
+	  file names should be rules that just depend on the main rule.
+	  This way if a version number changes a target will re-link with
+	  the new name and the symlinks will be updated.
+
+2005-12-21 01:04  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-20 14:07  andy
+
+	* Utilities/cmcurl/mprintf.c: COMP: Fix build on uclibc
+
+2005-12-20 13:53  hoffman
+
+	* Modules/Platform/Windows-cl.cmake: ENH: remove duplicates
+
+2005-12-20 13:22  king
+
+	* Source/kwsys/ProcessWin32.c: ENH: Improved robustness of sharing
+	  parent pipes with children.  This ensures that the parent pipe
+	  handles are inherited by the children.  If a parent pipe handle
+	  is invalid a handle to an empty pipe is given to the child to
+	  make sure all pipes are defined for the children.
+
+2005-12-20 09:20  andy
+
+	* Source/CMakeLists.txt: ENH: Start working on PackageMaker
+
+2005-12-20 01:11  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-19 18:17  andy
+
+	* Source/CPack/: cmCPackGenerators.cxx,
+	  cmCPackGenericGenerator.cxx, cmCPackGenericGenerator.h,
+	  cmCPackPackageMakerGenerator.cxx, cmCPackPackageMakerGenerator.h:
+	  ENH: Start working on Osx
+
+2005-12-19 11:29  hoffman
+
+	* Source/: cmGlobalXCodeGenerator.cxx,
+	  CTest/cmCTestBuildAndTestHandler.cxx: BUG: fix for bug 2560,
+	  Xcode does not create correct bundles
+
+2005-12-19 01:06  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-18 10:00  andy
+
+	* Source/CPack/: cmCPackGenericGenerator.cxx,
+	  cmCPackGenericGenerator.h, cmCPackNSISGenerator.cxx,
+	  cmCPackNSISGenerator.h, cpack.cxx: ENH: 'Finish; NSI
+
+2005-12-18 09:59  andy
+
+	* Modules/NSIS.template.in: ENH: Unify with Ken's
+
+2005-12-18 01:05  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-17 01:12  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-16 16:49  hoffman
+
+	* Source/cmDocumentation.cxx: ENH: make sure uncommented modules
+	  are not documented
+
+2005-12-16 09:03  andy
+
+	* Source/kwsys/SystemTools.cxx: BUG: Return if the file is in any
+	  directory not just in first one
+
+2005-12-16 01:12  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-15 16:28  andy
+
+	* Tests/: SimpleInstall/CMakeLists.txt,
+	  SimpleInstallS2/CMakeLists.txt: BUG: Fix test
+
+2005-12-15 14:17  martink
+
+	* Modules/: FindMFC.cmake, FindMPEG.cmake, FindMPEG2.cmake,
+	  FindMPI.cmake, FindMotif.cmake, FindOpenGL.cmake, FindPHP4.cmake,
+	  FindPerl.cmake, FindPerlLibs.cmake, FindPhysFS.cmake,
+	  FindPike.cmake, FindPythonInterp.cmake, FindPythonLibs.cmake,
+	  FindQt.cmake, FindQt4.cmake, FindRuby.cmake, FindSDL.cmake,
+	  FindSDL_image.cmake, FindSDL_mixer.cmake, FindSDL_net.cmake,
+	  FindSDL_sound.cmake, FindSDL_ttf.cmake, FindTCL.cmake,
+	  FindTIFF.cmake, FindTclsh.cmake, FindThreads.cmake,
+	  FindVTK.cmake, FindWget.cmake, FindWish.cmake, FindX11.cmake,
+	  FindwxWindows.cmake, TestForANSIStreamHeaders.cmake,
+	  TestForSTDNamespace.cmake, UseSWIG.cmake, Use_wxWindows.cmake:
+	  ENH: cleanups
+
+2005-12-15 12:01  andy
+
+	* Source/cmInstallTargetsCommand.cxx: ENH: Report an error if the
+	  target does not exists
+
+2005-12-15 10:41  martink
+
+	* Modules/: CMakeBackwardCompatibilityCXX.cmake,
+	  CMakeExportBuildSettings.cmake, CMakeImportBuildSettings.cmake,
+	  CheckCXXSourceCompiles.cmake, CheckIncludeFile.cmake,
+	  CheckIncludeFileCXX.cmake, CheckIncludeFiles.cmake,
+	  CheckLibraryExists.cmake, CheckSymbolExists.cmake,
+	  CheckTypeSize.cmake, CheckVariableExists.cmake,
+	  FindAVIFile.cmake, FindCABLE.cmake, FindFLTK.cmake,
+	  FindGLUT.cmake, FindGTK.cmake, FindHTMLHelp.cmake, FindITK.cmake,
+	  FindImageMagick.cmake, FindJNI.cmake, FindJPEG.cmake,
+	  FindJava.cmake, FindLATEX.cmake, FindMatlab.cmake: ENH: some
+	  style fixes for the book
+
+2005-12-15 09:19  hoffman
+
+	* Modules/FindQt3.cmake, Source/cmDocumentation.cxx: ENH: fix
+	  module documenation to handle bad docs and fix qt3 docs
+
+2005-12-15 01:47  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-14 13:51  hoffman
+
+	* Modules/CMake.cmake, Modules/CMakeBackwardCompatibilityC.cmake,
+	  Modules/CMakeBackwardCompatibilityCXX.cmake,
+	  Modules/CMakeCInformation.cmake,
+	  Modules/CMakeCXXInformation.cmake,
+	  Modules/CMakeCommonLanguageInclude.cmake,
+	  Modules/CMakeDetermineCCompiler.cmake,
+	  Modules/CMakeDetermineCXXCompiler.cmake,
+	  Modules/CMakeDetermineFortranCompiler.cmake,
+	  Modules/CMakeDetermineJavaCompiler.cmake,
+	  Modules/CMakeDetermineRCCompiler.cmake,
+	  Modules/CMakeDetermineSystem.cmake,
+	  Modules/CMakeExportBuildSettings.cmake,
+	  Modules/CMakeFindFrameworks.cmake,
+	  Modules/CMakeFortranInformation.cmake,
+	  Modules/CMakeImportBuildSettings.cmake,
+	  Modules/CMakeJavaInformation.cmake,
+	  Modules/CMakePrintSystemInformation.cmake,
+	  Modules/CMakeRCInformation.cmake,
+	  Modules/CMakeSystemSpecificInformation.cmake,
+	  Modules/CMakeTestCCompiler.cmake,
+	  Modules/CMakeTestCXXCompiler.cmake,
+	  Modules/CMakeTestFortranCompiler.cmake,
+	  Modules/CMakeTestJavaCompiler.cmake,
+	  Modules/CMakeTestRCCompiler.cmake,
+	  Modules/CMakeVS6BackwardCompatibility.cmake,
+	  Modules/CMakeVS7BackwardCompatibility.cmake, Modules/CTest.cmake,
+	  Modules/CheckCSourceCompiles.cmake,
+	  Modules/CheckCXXSourceCompiles.cmake,
+	  Modules/CheckFunctionExists.cmake,
+	  Modules/CheckIncludeFile.cmake,
+	  Modules/CheckIncludeFileCXX.cmake,
+	  Modules/CheckIncludeFiles.cmake,
+	  Modules/CheckLibraryExists.cmake,
+	  Modules/CheckSymbolExists.cmake, Modules/CheckTypeSize.cmake,
+	  Modules/CheckVariableExists.cmake, Modules/Dart.cmake,
+	  Modules/Documentation.cmake, Modules/FindAVIFile.cmake,
+	  Modules/FindCABLE.cmake, Modules/FindCurses.cmake,
+	  Modules/FindCygwin.cmake, Modules/FindDCMTK.cmake,
+	  Modules/FindDart.cmake, Modules/FindDoxygen.cmake,
+	  Modules/FindFLTK.cmake, Modules/FindGCCXML.cmake,
+	  Modules/FindGLU.cmake, Modules/FindGLUT.cmake,
+	  Modules/FindGTK.cmake, Modules/FindGnuplot.cmake,
+	  Modules/FindHTMLHelp.cmake, Modules/FindITK.cmake,
+	  Modules/FindImageMagick.cmake, Modules/FindJNI.cmake,
+	  Modules/FindJPEG.cmake, Modules/FindJava.cmake,
+	  Modules/FindKDE.cmake, Modules/FindLATEX.cmake,
+	  Modules/FindMFC.cmake, Modules/FindMPEG.cmake,
+	  Modules/FindMPEG2.cmake, Modules/FindMPI.cmake,
+	  Modules/FindMatlab.cmake, Modules/FindMotif.cmake,
+	  Modules/FindOpenAL.cmake, Modules/FindOpenGL.cmake,
+	  Modules/FindPHP4.cmake, Modules/FindPNG.cmake,
+	  Modules/FindPerl.cmake, Modules/FindPerlLibs.cmake,
+	  Modules/FindPhysFS.cmake, Modules/FindPike.cmake,
+	  Modules/FindPythonInterp.cmake, Modules/FindPythonLibs.cmake,
+	  Modules/FindQt.cmake, Modules/FindQt3.cmake,
+	  Modules/FindQt4.cmake, Modules/FindRuby.cmake,
+	  Modules/FindSDL.cmake, Modules/FindSDL_image.cmake,
+	  Modules/FindSDL_mixer.cmake, Modules/FindSDL_net.cmake,
+	  Modules/FindSDL_sound.cmake, Modules/FindSDL_ttf.cmake,
+	  Modules/FindSWIG.cmake, Modules/FindSelfPackers.cmake,
+	  Modules/FindTCL.cmake, Modules/FindTIFF.cmake,
+	  Modules/FindTclsh.cmake, Modules/FindThreads.cmake,
+	  Modules/FindUnixCommands.cmake, Modules/FindVTK.cmake,
+	  Modules/FindWget.cmake, Modules/FindWish.cmake,
+	  Modules/FindX11.cmake, Modules/FindZLIB.cmake,
+	  Modules/FindwxWindows.cmake, Modules/TestBigEndian.cmake,
+	  Modules/TestCXXAcceptsFlag.cmake,
+	  Modules/TestForANSIForScope.cmake,
+	  Modules/TestForANSIStreamHeaders.cmake,
+	  Modules/TestForSTDNamespace.cmake, Modules/UseQt4.cmake,
+	  Modules/UseSWIG.cmake, Modules/UseVTK40.cmake,
+	  Modules/UseVTKBuildSettings40.cmake,
+	  Modules/UseVTKConfig40.cmake, Modules/Use_wxWindows.cmake,
+	  Modules/UsewxWidgets.cmake, Modules/readme.txt,
+	  Source/cmDocumentation.cxx, Source/cmDocumentation.h,
+	  Source/cmakemain.cxx: ENH: add documentation support for modules
+
+2005-12-14 11:00  king
+
+	* Source/cmGlobalVisualStudio7Generator.h: ENH: Renamed
+	  ZeroTargetCheck target to ZERO_CHECK for consistency with other
+	  CMake-generated targets (ALL_BUILD, RUN_TESTS, INSTALL).
+
+2005-12-14 10:58  king
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: COMP: Fix conversion
+	  warning.
+
+2005-12-14 10:47  king
+
+	* Source/: cmLocalGenerator.cxx, cmLocalUnixMakefileGenerator3.cxx,
+	  cmMakefile.cxx, cmTarget.cxx, cmTarget.h: ENH: Removed cmMakefile
+	  arguments from cmTarget methods because cmTarget has the ivar
+	  m_Makefile now.  Re-implemented
+	  cmLocalUnixMakefileGenerator3::AppendAnyDepend to use the new
+	  global knowledge and avoid the need to look at the cache for
+	  information about other targets.  This should fix problems with
+	  custom commands and executables with the OUTPUT_NAME set.  Also
+	  the <target>_LIBRARY_TYPE cache variable is no longer needed at
+	  all and has been removed.
+
+2005-12-13 18:23  king
+
+	* Source/cmGlobalVisualStudio8Generator.cxx: COMP: Fixed unused
+	  variable warning.
+
+2005-12-13 15:16  andy
+
+	* Source/CTest/cmCTestUpdateHandler.cxx: BUG: Fix the problem with
+	  update.xml.tmp not being coppied
+
+2005-12-13 15:14  martink
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: ENH: removed
+	  TARGET_DIR_PREFIX support and someother fix
+
+2005-12-13 15:13  martink
+
+	* Source/cmLocalVisualStudio7Generator.cxx: ENH: removed
+	  TARGET_DIR_PREFIX support
+
+2005-12-13 15:12  martink
+
+	* Source/cmTryRunCommand.h: STYLE: fix missing docs
+
+2005-12-13 14:21  king
+
+	* Source/: cmGlobalVisualStudio7Generator.cxx,
+	  cmGlobalVisualStudio7Generator.h,
+	  cmGlobalVisualStudio8Generator.cxx,
+	  cmGlobalVisualStudio8Generator.h,
+	  cmLocalVisualStudio7Generator.cxx: ENH: Added support for
+	  parallel builds in VS 8.  There is now a special target on which
+	  all other targets depend that re-runs CMake if any listfiles have
+	  been changed.  This addresses bug#2512.
+
+2005-12-13 14:14  king
+
+	* Source/MFCDialog/: CMakeCommandLineInfo.cpp, CMakeSetup.cpp: BUG:
+	  Fix storage/use of argc/argv in CMakeSetup dialog.
+
+2005-12-13 14:07  martink
+
+	* Utilities/Release/CMake.nsi.in: ENH: removed the add to path
+
+2005-12-13 04:24  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-12 11:34  hoffman
+
+	* Source/cmLocalVisualStudio7Generator.cxx: ENH: fix for bug 2584,
+	  empty source groups with children skipped
+
+2005-12-12 04:17  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-11 04:20  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-11 00:12  andy
+
+	* Source/kwsys/SystemTools.cxx: COMP: for a in range(100):
+	  write_on_board(No std in kwsys...)
+
+2005-12-10 12:16  andy
+
+	* Modules/NSIS.template.in: ENH: Some fixes to make it work
+
+2005-12-10 12:14  andy
+
+	* Source/CPack/: cmCPackGenericGenerator.cxx,
+	  cmCPackGenericGenerator.h, cmCPackNSISGenerator.cxx, cpack.cxx:
+	  ENH: More work on NSIS:
+
+2005-12-10 12:11  andy
+
+	* Source/cmLocalGenerator.cxx: ENH: Allow the installer to
+	  overwrite the install prefix
+
+2005-12-10 12:10  andy
+
+	* Source/kwsys/: CommandLineArguments.cxx,
+	  CommandLineArguments.hxx.in: ENH: Add a method to remove
+	  remaining arguments
+
+2005-12-10 12:09  andy
+
+	* Source/kwsys/Glob.hxx.in: COMP: Fix the exporting so that it can
+	  actually be used
+
+2005-12-10 12:08  andy
+
+	* Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH: Add
+	  another signature to FindProgram that matches more to the one
+	  from CMake
+
+2005-12-10 04:21  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-09 23:04  hoffman
+
+	* Source/: cmDependsC.cxx, cmDependsC.h: ENH: try to fix hp build
+	  problem
+
+2005-12-09 16:32  andy
+
+	* Source/cmDependsC.h: ENH: fix compile error
+
+2005-12-09 14:30  hoffman
+
+	* Source/: cmDependsC.cxx, cmDependsC.h: ENH: clean up style a bit
+
+2005-12-09 13:58  hoffman
+
+	* Source/: cmDependsC.cxx, cmDependsC.h,
+	  cmLocalUnixMakefileGenerator3.cxx: PERF: apply patch for bug 2575
+	  speeds up depend scanning
+
+2005-12-09 04:17  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-08 04:21  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-07 11:39  andy
+
+	* Source/: cmBuildNameCommand.h, cmFindPackageCommand.h,
+	  cmGetCMakePropertyCommand.h, cmGetDirectoryPropertyCommand.h,
+	  cmSetDirectoryPropertiesCommand.h, cmSiteNameCommand.h: ENH: Make
+	  commands scriptable
+
+2005-12-06 10:55  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-05 08:19  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-04 05:04  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-03 06:10  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-02 09:18  hoffman
+
+	* Utilities/Release/cmake_release.sh: ENH: update revision numbers
+
+2005-12-02 09:16  hoffman
+
+	* ChangeLog.manual, Utilities/Release/config_IRIX64,
+	  Utilities/Release/release_dispatch.sh: ENH: fix change log and
+	  change sgi release scripts
+
+2005-12-02 05:30  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-12-01 21:52  andy
+
+	* Modules/NSIS.template.in, Source/CPack/cmCPackNSISGenerator.cxx,
+	  Source/CPack/cmCPackNSISGenerator.h: ENH: Work on nsis
+
+2005-12-01 12:27  hoffman
+
+	* Utilities/Release/cmake_release.sh: ENH: update revision numbers
+
+2005-12-01 11:41  andy
+
+	* Source/: cmBuildCommand.cxx, cmGlobalGenerator.cxx,
+	  cmGlobalGenerator.h, cmGlobalVisualStudio6Generator.cxx,
+	  cmGlobalVisualStudio6Generator.h,
+	  cmGlobalVisualStudio7Generator.cxx,
+	  cmGlobalVisualStudio7Generator.h, cmGlobalXCodeGenerator.cxx,
+	  cmGlobalXCodeGenerator.h, CTest/cmCTestBuildCommand.cxx: ENH: Add
+	  a way for the generated command to include extra flags. This is
+	  useful for CTest (or try compile) to add -j2
+
+2005-12-01 05:32  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-30 13:46  andy
+
+	* Source/cmMakefile.cxx: ENH: Add variable for debugging. This
+	  variable CMAKE_PARENT_LIST_FILE holds the parent CMake list file
+	  of the current cmake list file.
+
+2005-11-30 05:22  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-29 05:24  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-28 15:57  hoffman
+
+	* Source/CMakeLists.txt, Tests/Tutorial/Step1/CMakeLists.txt,
+	  Tests/Tutorial/Step1/TutorialConfig.h.in,
+	  Tests/Tutorial/Step1/tutorial.cxx,
+	  Tests/Tutorial/Step2/CMakeLists.txt,
+	  Tests/Tutorial/Step2/TutorialConfig.h.in,
+	  Tests/Tutorial/Step2/tutorial.cxx,
+	  Tests/Tutorial/Step2/MathFunctions/CMakeLists.txt,
+	  Tests/Tutorial/Step2/MathFunctions/MathFunctions.h,
+	  Tests/Tutorial/Step2/MathFunctions/mysqrt.cxx,
+	  Tests/Tutorial/Step3/CMakeLists.txt,
+	  Tests/Tutorial/Step3/TutorialConfig.h.in,
+	  Tests/Tutorial/Step3/tutorial.cxx,
+	  Tests/Tutorial/Step3/MathFunctions/CMakeLists.txt,
+	  Tests/Tutorial/Step3/MathFunctions/MathFunctions.h,
+	  Tests/Tutorial/Step3/MathFunctions/mysqrt.cxx,
+	  Tests/Tutorial/Step4/CMakeLists.txt,
+	  Tests/Tutorial/Step4/TutorialConfig.h.in,
+	  Tests/Tutorial/Step4/tutorial.cxx,
+	  Tests/Tutorial/Step4/MathFunctions/CMakeLists.txt,
+	  Tests/Tutorial/Step4/MathFunctions/MathFunctions.h,
+	  Tests/Tutorial/Step4/MathFunctions/mysqrt.cxx,
+	  Tests/Tutorial/Step5/CMakeLists.txt,
+	  Tests/Tutorial/Step5/TutorialConfig.h.in,
+	  Tests/Tutorial/Step5/tutorial.cxx,
+	  Tests/Tutorial/Step5/MathFunctions/CMakeLists.txt,
+	  Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx,
+	  Tests/Tutorial/Step5/MathFunctions/MathFunctions.h,
+	  Tests/Tutorial/Step5/MathFunctions/mysqrt.cxx: ENH: move tutorial
+	  to branch
+
+2005-11-28 15:15  hoffman
+
+	* CMakeLists.txt, Source/cmDependsFortranLexer.cxx,
+	  Source/cmDependsFortranLexer.in.l: ENH: Version 2.2.3
+
+2005-11-28 14:19  hoffman
+
+	* Modules/VTKCompatibility.cmake: ENH: fix problem with building
+	  vtk 4.4.2
+
+2005-11-28 14:05  hoffman
+
+	* Modules/VTKCompatibility.cmake: ENH: fix for vtk 4.4.2 and cmake
+	  2.2
+
+2005-11-28 05:17  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-27 05:27  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-26 05:21  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-25 05:18  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-24 05:21  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-23 12:33  hoffman
+
+	* ChangeLog.manual, Modules/CMakeCCompiler.cmake.in,
+	  Modules/CMakeTestCCompiler.cmake,
+	  Modules/CMakeTestJavaCompiler.cmake,
+	  Modules/CheckFunctionExists.cmake,
+	  Modules/CheckIncludeFile.cmake,
+	  Modules/CheckIncludeFileCXX.cmake,
+	  Modules/CheckIncludeFiles.cmake,
+	  Modules/CheckLibraryExists.cmake,
+	  Modules/CheckSymbolExists.cmake,
+	  Modules/CheckVariableExists.cmake, Modules/FindOpenAL.cmake,
+	  Modules/FindPhysFS.cmake, Modules/FindQt3.cmake,
+	  Modules/FindSDL.cmake, Modules/FindSDL.cmake.bak,
+	  Modules/FindSDL_image.cmake, Modules/FindSDL_image.cmake.bak,
+	  Modules/FindSDL_mixer.cmake, Modules/FindSDL_mixer.cmake.bak,
+	  Modules/FindSDL_net.cmake, Modules/FindSDL_net.cmake.bak,
+	  Modules/FindSDL_sound.cmake, Modules/FindSDL_ttf.cmake,
+	  Modules/FindSDL_ttf.cmake.bak, Modules/Platform/SunOS.cmake,
+	  Modules/Platform/Windows-cl.cmake,
+	  Modules/Platform/Windows-icl.cmake,
+	  Modules/Platform/Windows-ifort.cmake,
+	  Source/cmAddLibraryCommand.h, Source/cmAddSubDirectoryCommand.h,
+	  Source/cmCMakeMinimumRequired.h, Source/cmCPluginAPI.h,
+	  Source/cmCTest.cxx, Source/cmConfigureFileCommand.h,
+	  Source/cmCreateTestSourceList.h, Source/cmElseCommand.h,
+	  Source/cmEnableLanguageCommand.h,
+	  Source/cmEnableTestingCommand.h, Source/cmEndForEachCommand.h,
+	  Source/cmEndIfCommand.h, Source/cmEndWhileCommand.h,
+	  Source/cmExecProgramCommand.h, Source/cmFLTKWrapUICommand.h,
+	  Source/cmFileCommand.h, Source/cmForEachCommand.h,
+	  Source/cmGetCMakePropertyCommand.h,
+	  Source/cmGetDirectoryPropertyCommand.h,
+	  Source/cmGetSourceFilePropertyCommand.h,
+	  Source/cmGetTargetPropertyCommand.h,
+	  Source/cmGetTestPropertyCommand.h,
+	  Source/cmGlobalVisualStudio7Generator.h,
+	  Source/cmGlobalVisualStudio8Generator.cxx,
+	  Source/cmGlobalXCodeGenerator.cxx,
+	  Source/cmGlobalXCodeGenerator.h, Source/cmIfCommand.cxx,
+	  Source/cmIfCommand.h, Source/cmIncludeCommand.h,
+	  Source/cmInstallFilesCommand.h, Source/cmInstallTargetsCommand.h,
+	  Source/cmLoadCacheCommand.h, Source/cmLocalGenerator.cxx,
+	  Source/cmLocalUnixMakefileGenerator3.cxx,
+	  Source/cmLocalVisualStudio7Generator.cxx,
+	  Source/cmMacroCommand.h, Source/cmMakefile.cxx,
+	  Source/cmMarkAsAdvancedCommand.h, Source/cmMessageCommand.h,
+	  Source/cmOrderLinkDirectories.cxx,
+	  Source/cmOrderLinkDirectories.h, Source/cmQTWrapCPPCommand.h,
+	  Source/cmQTWrapUICommand.h, Source/cmSetCommand.h,
+	  Source/cmSetSourceFilesPropertiesCommand.h,
+	  Source/cmSetTargetPropertiesCommand.h,
+	  Source/cmSetTestsPropertiesCommand.h, Source/cmSourceFile.cxx,
+	  Source/cmSourceGroupCommand.h, Source/cmSubdirCommand.h,
+	  Source/cmSystemTools.cxx, Source/cmTarget.cxx,
+	  Source/cmTryCompileCommand.h, Source/cmTryRunCommand.h,
+	  Source/cmVariableRequiresCommand.h, Source/cmWhileCommand.h,
+	  Source/cmWriteFileCommand.h, Source/cmXCode21Object.cxx,
+	  Source/cmXCodeObject.cxx, Source/cmXCodeObject.h,
+	  Source/ctest.cxx, Source/CTest/cmCTestBuildHandler.cxx,
+	  Source/CTest/cmCTestScriptHandler.h,
+	  Source/CTest/cmCTestSubmitHandler.cxx,
+	  Source/CTest/cmCTestTestHandler.cxx,
+	  Source/CTest/cmCTestTestHandler.h, Source/kwsys/ProcessUNIX.c,
+	  Source/kwsys/ProcessWin32.c, Source/kwsys/SystemTools.cxx,
+	  Tests/ExternalOBJ/CMakeLists.txt, Tests/Wrapping/CMakeLists.txt,
+	  Utilities/Release/CMake.nsi.in: ENH: merge fixes from main tree,
+	  see ChangeLog.manual
+
+2005-11-23 10:27  hoffman
+
+	* Source/cmTarget.cxx: ENH: executable prefix and post fix
+	  variables should not be the same as the executable extension
+
+2005-11-23 05:35  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-22 17:03  king
+
+	* Source/: cmMakefile.cxx, cmTarget.cxx: BUG: Do not expand escape
+	  sequences when re-expanding variables in include directories,
+	  link directories, and link libraries.
+
+2005-11-22 16:59  king
+
+	* Source/cmOrderLinkDirectories.cxx: BUG: Do not accept a directory
+	  name as a library.
+
+2005-11-22 16:08  hoffman
+
+	* Source/: cmOrderLinkDirectories.cxx, cmOrderLinkDirectories.h:
+	  BUG: fix for bug 2357, do not allow targets to link to
+	  directories
+
+2005-11-22 15:15  hoffman
+
+	* Source/CTest/cmCTestScriptHandler.h: BUG: fix spelling error
+
+2005-11-22 13:37  king
+
+	* Source/: cmGlobalVisualStudio7Generator.h,
+	  cmGlobalVisualStudio8Generator.cxx,
+	  cmLocalVisualStudio7Generator.cxx: BUG: Tweak VS8 generator to
+	  keep VS8 happy.  The .vcproj files need their own GUIDs in a
+	  ProjectGUID attribute.  The top level .sln file needs a special
+	  comment at the top to allow it to be opened with double-click in
+	  explorer.
+
+2005-11-22 13:36  king
+
+	* CMakeLists.txt: COMP: Define _CRT_SECURE_NO_DEPRECATE to build
+	  CMake itself on VS8.	This disables 1000s of deprecation warnings
+	  about standard code.
+
+2005-11-22 12:04  hoffman
+
+	* Modules/Platform/Windows-cl.cmake: BUG: fix for bug 2488
+
+2005-11-22 11:44  hoffman
+
+	* Modules/Platform/: Linux-icpc.cmake, SunOS.cmake: ENH: more
+	  compiler flags
+
+2005-11-22 11:35  king
+
+	* Source/cmSetTargetPropertiesCommand.h: STYLE: Fixed documentation
+	  to state target_EXPORTS default right after DEFINE_SYMBOL
+	  documentation instead of many sentences later in a random place.
+
+2005-11-22 11:33  king
+
+	* Modules/FindQt3.cmake: BUG: QT_DEFINITIONS should not be quoted.
+	  This addresses bug#2481.
+
+2005-11-22 11:28  hoffman
+
+	* Modules/CMakeTestJavaCompiler.cmake: ENH: set java compiler works
+
+2005-11-22 05:18  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-21 05:18  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-20 05:30  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-19 09:40  hoffman
+
+	* Source/: cmLocalVisualStudio7Generator.cxx,
+	  cmSetTargetPropertiesCommand.h: ENH: add some more properties for
+	  visual studio projects
+
+2005-11-19 08:29  hoffman
+
+	* Source/cmLocalVisualStudio7Generator.cxx: COMP: fix compile error
+
+2005-11-19 08:04  hoffman
+
+	* Source/cmTryRunCommand.h: ENH: fix docs
+
+2005-11-19 05:22  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-18 17:07  andy
+
+	* Source/CPack/: cmCPackGenerators.cxx,
+	  cmCPackGenericGenerator.cxx, cmCPackGenericGenerator.h,
+	  cmCPackTGZGenerator.cxx, cpack.cxx: ENH: Use cmMakefile instead
+	  for the options, more cleanups and start working on NSIS
+
+2005-11-18 17:07  andy
+
+	* Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH: Add
+	  another signature for FindProgram that takes the list of names
+
+2005-11-18 17:06  andy
+
+	* Source/CMakeLists.txt: ENH: Add NSIS
+
+2005-11-18 16:59  hoffman
+
+	* Source/cmXCodeObject.cxx: ENH: more chars need quotes
+
+2005-11-18 15:03  martink
+
+	* Utilities/Release/CMake.nsi.in: BUG: fixe dproblem with not
+	  uninstalling start menu entries
+
+2005-11-18 14:12  hoffman
+
+	* Source/: cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h:
+	  ENH: fixes for Xcode 2.2
+
+2005-11-18 10:40  hoffman
+
+	* Source/CTest/cmCTestBuildHandler.cxx: ENH: add new error regex
+
+2005-11-18 10:36  king
+
+	* Modules/Platform/Windows-cl.cmake,
+	  Modules/Platform/Windows-icl.cmake,
+	  Modules/Platform/Windows-ifort.cmake,
+	  Source/cmLocalVisualStudio7Generator.cxx: BUG: Fixed
+	  flag-to-vcproj-attribute conversion code to work again (it was
+	  broken by the optimization changes).	Added conversion of /nologo
+	  flag to SuppressStartupBanner attribute and /Gy flag to
+	  EnableFunctionLevelLinking attribute.
+
+2005-11-17 16:49  king
+
+	* Tests/Wrapping/CMakeLists.txt: COMP: Need target-level dependency
+	  from wrapper targets on Wrap executable target.
+
+2005-11-17 15:57  king
+
+	* Source/cmLocalVisualStudio7Generator.cxx: BUG: Fixed XML escapes
+	  for custom commands.	Also added escaping of newlines for VS
+	  2005.
+
+2005-11-17 15:44  king
+
+	* Source/: cmCTest.cxx, cmSystemTools.cxx: BUG: Do not dereference
+	  an end iterator.
+
+2005-11-17 13:49  king
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx,
+	  Source/cmSourceFile.cxx, Tests/ExternalOBJ/CMakeLists.txt: BUG:
+	  Fixed support for external object files built by custom commands.
+	  Also added a test to keep it working.
+
+2005-11-17 11:44  martink
+
+	* Source/: cmVariableRequiresCommand.h, cmWhileCommand.h,
+	  cmWriteFileCommand.h: STYLE: fix docs
+
+2005-11-17 11:37  martink
+
+	* Source/: cmTryCompileCommand.h, cmTryRunCommand.h: STYLE: fix
+	  docs
+
+2005-11-17 11:20  martink
+
+	* Source/cmSubdirCommand.h: STYLE: fix docs
+
+2005-11-17 11:04  martink
+
+	* Source/cmSourceGroupCommand.h: STYLE: fix docs
+
+2005-11-17 10:41  martink
+
+	* Source/cmSetTargetPropertiesCommand.h: STYLE: fix docs
+
+2005-11-17 10:36  martink
+
+	* Source/cmSetSourceFilesPropertiesCommand.h: STYLE: fix docs
+
+2005-11-17 10:28  martink
+
+	* Source/: cmQTWrapUICommand.h, cmSetCommand.h: STYLE: fix docs
+
+2005-11-17 10:20  martink
+
+	* Source/: cmMessageCommand.h, cmQTWrapCPPCommand.h: STYLE: fix
+	  docs
+
+2005-11-17 09:44  martink
+
+	* Source/cmIfCommand.cxx: BUG: clean up scoping
+
+2005-11-17 09:32  martink
+
+	* Source/: cmIfCommand.cxx: BUG: fix incrementing past end
+
+2005-11-17 09:31  martink
+
+	* Source/cmMarkAsAdvancedCommand.h: STYLE: fix docs
+
+2005-11-17 05:24  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-16 14:41  martink
+
+	* Source/cmMacroCommand.h: STYLE: fix docs
+
+2005-11-16 14:36  martink
+
+	* Source/: cmInstallTargetsCommand.h, cmLoadCacheCommand.h: STYLE:
+	  fix docs
+
+2005-11-16 14:27  martink
+
+	* Source/cmInstallFilesCommand.h: STYLE: fix docs
+
+2005-11-16 14:08  martink
+
+	* Source/: cmIfCommand.h, cmIncludeCommand.h: STYLE: fix docs
+
+2005-11-16 14:02  martink
+
+	* Source/cmGetTestPropertyCommand.h: STYLE: fix docs
+
+2005-11-16 13:13  hoffman
+
+	* Source/: cmGlobalXCodeGenerator.cxx, cmXCode21Object.cxx,
+	  cmXCodeObject.cxx, cmXCodeObject.h: ENH: fixes for xcode21 and
+	  build styles and comments in the generated project
+
+2005-11-16 12:08  martink
+
+	* Source/: cmGetSourceFilePropertyCommand.h,
+	  cmGetTargetPropertyCommand.h: STYLE: fix docs
+
+2005-11-16 12:05  martink
+
+	* Source/cmGetDirectoryPropertyCommand.h: STYLE: fix docs
+
+2005-11-16 12:00  martink
+
+	* Source/: cmForEachCommand.h, cmGetCMakePropertyCommand.h: STYLE:
+	  fix docs
+
+2005-11-16 11:57  martink
+
+	* Source/cmFLTKWrapUICommand.h: STYLE: fix docs
+
+2005-11-16 11:39  king
+
+	* Source/kwsys/ProcessUNIX.c: STYLE: Documented reference to "man
+	  select_tut".
+
+2005-11-16 11:36  king
+
+	* Source/kwsys/ProcessWin32.c: BUG: Do not close handle obtained
+	  from GetModuleHandle which does not increase the reference count
+	  of the module.
+
+2005-11-16 11:25  martink
+
+	* Source/cmFileCommand.h: STYLE: fix docs
+
+2005-11-16 10:40  martink
+
+	* Source/cmExecProgramCommand.h: STYLE: fix docs
+
+2005-11-16 10:35  martink
+
+	* Source/: cmEnableTestingCommand.h, cmEndForEachCommand.h,
+	  cmEndIfCommand.h, cmEndWhileCommand.h: STYLE: fix docs
+
+2005-11-16 10:31  martink
+
+	* Source/: cmCreateTestSourceList.h, cmElseCommand.h,
+	  cmEnableLanguageCommand.h: STYLE: fix docs
+
+2005-11-16 10:26  martink
+
+	* Source/: cmConfigureFileCommand.h: STYLE: fix docs
+
+2005-11-16 10:22  martink
+
+	* Source/cmCMakeMinimumRequired.h: STYLE: fix docs
+
+2005-11-16 10:14  martink
+
+	* Source/: cmAddLibraryCommand.h, cmAddSubDirectoryCommand.h:
+	  STYLE: fix docs
+
+2005-11-16 10:08  martink
+
+	* Source/ctest.cxx: STYLE: removed some docs that did not make
+	  sense
+
+2005-11-16 06:30  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-15 13:30  martink
+
+	* Source/cmConfigureFileCommand.h: STYLE: updated comments
+
+2005-11-15 05:27  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-14 14:21  hoffman
+
+	* Modules/: CMakeCCompiler.cmake.in, CMakeTestCCompiler.cmake: BUG:
+	  fix SIZEOF VOIDP problem
+
+2005-11-14 12:29  andy
+
+	* Source/: CMakeLists.txt, cmConfigure.cmake.h.in,
+	  CPack/cmCPackConfigure.h.in, CPack/cmCPackTGZGenerator.cxx,
+	  CPack/cmCPackTGZGenerator.h: ENH: More cross platform stuff
+
+2005-11-14 05:24  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-13 05:20  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-12 05:28  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-11 14:39  andy
+
+	* Source/CPack/cmCPackSTGZGenerator.cxx: ENH: Cleanup
+
+2005-11-11 14:32  andy
+
+	* Source/CPack/cmCPackSTGZGenerator.cxx: ENH: Fix for sun
+
+2005-11-11 14:25  andy
+
+	* Source/: CMakeLists.txt, CPack/cmCPackGenerators.cxx,
+	  CPack/cmCPackGenericGenerator.cxx,
+	  CPack/cmCPackGenericGenerator.h, CPack/cmCPackSTGZGenerator.cxx,
+	  CPack/cmCPackSTGZGenerator.h, CPack/cmCPackTGZGenerator.cxx,
+	  CPack/cmCPackTGZGenerator.h: ENH: Add support for self extracted
+	  tars
+
+2005-11-11 05:51  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-10 15:15  andy
+
+	* Source/: CMakeLists.txt, cmConfigure.cmake.h.in,
+	  CPack/cmCPackTGZGenerator.h: COMP: Fix building on Cygwin
+
+2005-11-10 15:13  martink
+
+	* Tests/Tutorial/Step5/MathFunctions/CMakeLists.txt: ENH: some
+	  fixes
+
+2005-11-10 15:10  martink
+
+	* Tests/Tutorial/: Step1/tutorial.cxx, Step2/tutorial.cxx,
+	  Step3/tutorial.cxx, Step4/tutorial.cxx, Step5/tutorial.cxx: ENH:
+	  some fixes
+
+2005-11-10 14:36  andy
+
+	* Source/: CMakeLists.txt, CPack/cmCPackGenerators.cxx,
+	  CPack/cmCPackGenerators.h, CPack/cmCPackGenericGenerator.cxx,
+	  CPack/cmCPackGenericGenerator.h, CPack/cmCPackTGZGenerator.cxx,
+	  CPack/cmCPackTGZGenerator.h, CPack/cpack.cxx: ENH: Start working
+	  on CPack
+
+2005-11-10 14:33  andy
+
+	* Source/cmLocalGenerator.cxx: ENH: Make CMAKE_INSTALL_PREFIX to be
+	  optional (on by default)
+
+2005-11-10 14:32  andy
+
+	* Source/CTest/cmCTestGenericHandler.h: ENH: More type macros
+
+2005-11-10 14:32  andy
+
+	* Source/kwsys/Glob.hxx.in: COMP: Fix the building with Glob
+
+2005-11-10 14:31  andy
+
+	* Source/kwsys/: CommandLineArguments.cxx,
+	  CommandLineArguments.hxx.in: ENH: Add method to delete the
+	  remaining arguments
+
+2005-11-10 14:28  hoffman
+
+	* Modules/Platform/Windows-cl.cmake: ENH: add all libs
+
+2005-11-10 12:02  martink
+
+	* Tests/Tutorial/: Step5/CMakeLists.txt, Step2/CMakeLists.txt,
+	  Step3/CMakeLists.txt, Step4/CMakeLists.txt,
+	  Step5/MathFunctions/CMakeLists.txt: ENH: some fixes
+
+2005-11-10 11:48  martink
+
+	* Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx: STYLE: fix
+	  spelling
+
+2005-11-10 10:55  martink
+
+	* Source/CMakeLists.txt: ENH: added tutorial tests
+
+2005-11-10 10:55  martink
+
+	* Source/CTest/cmCTestTestHandler.cxx: ENH: change the pass regexp
+	  so that it overrides the return value
+
+2005-11-10 10:51  martink
+
+	* Tests/Tutorial/Step5/: CMakeLists.txt, TutorialConfig.h.in,
+	  tutorial.cxx, MathFunctions/CMakeLists.txt,
+	  MathFunctions/MakeTable.cxx, MathFunctions/MathFunctions.h,
+	  MathFunctions/mysqrt.cxx: ENH: step 5
+
+2005-11-10 10:50  martink
+
+	* Tests/Tutorial/Step4/: CMakeLists.txt, TutorialConfig.h.in,
+	  tutorial.cxx, MathFunctions/CMakeLists.txt,
+	  MathFunctions/MathFunctions.h, MathFunctions/mysqrt.cxx: ENH:
+	  step 4
+
+2005-11-10 10:50  martink
+
+	* Tests/Tutorial/Step3/: CMakeLists.txt, TutorialConfig.h.in,
+	  tutorial.cxx, MathFunctions/CMakeLists.txt,
+	  MathFunctions/MathFunctions.h, MathFunctions/mysqrt.cxx: ENH:
+	  step 3
+
+2005-11-10 04:48  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-09 16:21  martink
+
+	* Tests/Tutorial/: Step1/CMakeLists.txt, Step1/TutorialConfig.h.in,
+	  Step1/tutorial.cxx, Step2/CMakeLists.txt,
+	  Step2/TutorialConfig.h.in, Step2/tutorial.cxx,
+	  Step2/MathFunctions/CMakeLists.txt,
+	  Step2/MathFunctions/MathFunctions.h,
+	  Step2/MathFunctions/mysqrt.cxx: ENH: checkeed in step 1 and 2
+
+2005-11-09 11:14  andy
+
+	* Source/cmSetTestsPropertiesCommand.h: STYLE: More comments
+
+2005-11-09 11:07  andy
+
+	* Source/: cmSetTestsPropertiesCommand.h,
+	  CTest/cmCTestTestHandler.cxx, kwsys/CMakeLists.txt: ENH: Change
+	  flag to PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION and
+	  add help in cmSetTestsPropertiesCommand
+
+2005-11-09 07:22  andy
+
+	* Source/kwsys/CMakeLists.txt: COMP: Fix all dashboards
+
+2005-11-09 05:33  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-08 17:59  andy
+
+	* Source/kwsys/: CMakeLists.txt, testRegistry.cxx: ENH: Add test
+	  for output regular expression
+
+2005-11-08 17:59  andy
+
+	* Source/: cmLocalGenerator.cxx, CTest/cmCTestTestHandler.cxx,
+	  CTest/cmCTestTestHandler.h: ENH: Add support for output reguilar
+	  expression
+
+2005-11-08 05:33  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-07 05:34  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-06 05:22  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-05 04:18  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-04 10:52  martink
+
+	* Source/cmCPluginAPI.h: DOC: updated comment about the inherited
+	  ivar
+
+2005-11-04 09:28  andy
+
+	* Modules/: CheckIncludeFile.cmake, CheckIncludeFileCXX.cmake: ENH:
+	  Cleanup and unify
+
+2005-11-03 04:24  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-11-02 13:59  martink
+
+	* Modules/CheckLibraryExists.cmake: DOC: better documentation
+
+2005-11-02 13:51  martink
+
+	* Modules/: CheckFunctionExists.cmake, CheckIncludeFile.cmake,
+	  CheckIncludeFileCXX.cmake, CheckIncludeFiles.cmake,
+	  CheckLibraryExists.cmake, CheckSymbolExists.cmake,
+	  CheckVariableExists.cmake: DOC: better documentaiton
+
+2005-11-02 04:14  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-31 12:09  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-31 10:52  hoffman
+
+	* Utilities/Release/release_dispatch.sh: ENH: change names of
+	  machine
+
+2005-10-31 10:48  hoffman
+
+	* Utilities/Release/: cmake_release.sh: ENH: update revision
+	  numbers
+
+2005-10-31 10:01  hoffman
+
+	* ChangeLog.manual, Source/cmFileTimeComparison.cxx,
+	  Source/cmLocalUnixMakefileGenerator3.cxx, Source/cmake.cxx: ENH:
+	  merge from main tree
+
+2005-10-30 08:01  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-28 17:46  hoffman
+
+	* Modules/: FindOpenAL.cmake, FindPhysFS.cmake, FindSDL.cmake,
+	  FindSDL_image.cmake, FindSDL_mixer.cmake, FindSDL_net.cmake,
+	  FindSDL_sound.cmake, FindSDL_ttf.cmake: ENH: changes from Eric
+	  Wing, bug 2249
+
+2005-10-28 11:52  hoffman
+
+	* Source/cmWin32ProcessExecution.cxx: BUG: fix stack over write bug
+
+2005-10-28 11:51  hoffman
+
+	* Utilities/Release/: CMake.nsi.in, MakeRelease.cmake.in: BUG: fix
+	  space in path probs
+
+2005-10-28 11:32  hoffman
+
+	* Utilities/Release/: CMake.nsi.in, MakeRelease.cmake.in: BUG: fix
+	  release with spaces in the path
+
+2005-10-28 11:31  hoffman
+
+	* Source/cmWin32ProcessExecution.cxx: BUG: fix stack write error
+
+2005-10-28 11:02  hoffman
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: BUG: make the clean
+	  target work
+
+2005-10-27 13:57  king
+
+	* Source/: cmFileTimeComparison.cxx, kwsys/SystemTools.cxx: ENH:
+	  Improved file modification time comparison on Windows to use
+	  GetFileAttributesEx instead of CreateFile/GetFileTime/CloseHandle
+	  to get file times.  This results in a 30% reduction in time to do
+	  a build system check.
+
+2005-10-26 09:03  hoffman
+
+	* Utilities/Release/cmake_release.sh: ENH: update revision numbers
+
+2005-10-26 05:32  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-25 05:32  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-24 17:00  hoffman
+
+	* ChangeLog.manual: [no log message]
+
+2005-10-24 15:43  hoffman
+
+	* CMakeLists.txt, Modules/Platform/Windows-gcc.cmake,
+	  Source/cmBuildNameCommand.h, Source/cmFileCommand.cxx,
+	  Source/cmFileCommand.h,
+	  Source/cmGlobalUnixMakefileGenerator3.cxx,
+	  Source/cmGlobalUnixMakefileGenerator3.h,
+	  Source/cmLocalKdevelopGenerator.cxx,
+	  Source/cmLocalUnixMakefileGenerator3.cxx,
+	  Source/cmLocalUnixMakefileGenerator3.h,
+	  Source/cmOutputRequiredFilesCommand.cxx,
+	  Source/cmStringCommand.cxx, Source/cmStringCommand.h,
+	  Source/CTest/cmCTestTestHandler.cxx,
+	  Source/CTest/cmCTestUpdateHandler.cxx,
+	  Tests/StringFileTest/CMakeLists.txt,
+	  Tests/StringFileTest/StringFile.cxx: ENH: move stuff into the
+	  branch in prep for 2.2.2
+
+2005-10-24 05:29  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-23 05:21  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-22 05:51  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-21 15:24  martink
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: ENH: fix for bad
+	  placement of SILENT target
+
+2005-10-21 12:04  martink
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: BUG: symlink issue
+
+2005-10-21 11:10  martink
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: BUG: fix bad checkin
+	  that had debugging code in it
+
+2005-10-21 09:49  hoffman
+
+	* Source/kwsys/testFail.c: ENH: try to get this thing to pass with
+	  cmake 2.2.1
+
+2005-10-21 04:43  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-20 16:37  martink
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: BUG: fix over checking
+	  of build system
+
+2005-10-20 16:37  martink
+
+	* Source/cmake.cxx: STYLE: minor cleanup
+
+2005-10-20 15:03  martink
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: BUG: fix for def files
+	  and new local target link lines
+
+2005-10-20 14:25  martink
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: ENH: missing
+	  check_build_system for all target
+
+2005-10-20 13:40  martink
+
+	* Source/: cmGlobalUnixMakefileGenerator3.cxx,
+	  cmGlobalUnixMakefileGenerator3.h,
+	  cmLocalUnixMakefileGenerator3.cxx,
+	  cmLocalUnixMakefileGenerator3.h: ENH: big cleanup and fix for
+	  jump commands
+
+2005-10-20 10:10  hoffman
+
+	* Source/: cmStringCommand.cxx, cmStringCommand.h: BUG: end is not
+	  really end, but rather length
+
+2005-10-20 04:37  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-19 13:23  martink
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: COMP: fix compiler
+	  error
+
+2005-10-19 11:00  andy
+
+	* Source/: cmCTest.cxx, CTest/cmCTestUpdateHandler.cxx: ENH: More
+	  output
+
+2005-10-19 11:00  andy
+
+	* Source/CTest/cmCTestTestHandler.cxx: BUG: Initialize to something
+	  resonable
+
+2005-10-19 10:47  andy
+
+	* Source/kwsys/: Glob.cxx, Glob.hxx.in: COMP: More namespace fixes
+	  to build on HP
+
+2005-10-19 10:03  martink
+
+	* Source/: cmLocalUnixMakefileGenerator3.cxx,
+	  cmLocalUnixMakefileGenerator3.h: BUG: cd into local directory to
+	  reduce link line length
+
+2005-10-19 08:42  andy
+
+	* Source/kwsys/Glob.cxx: COMP: Fix namespace. This way kwsys can be
+	  built outside cmake
+
+2005-10-19 04:41  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-18 16:35  hoffman
+
+	* Source/cmOutputRequiredFilesCommand.cxx: ENH: fix test
+
+2005-10-18 16:10  hoffman
+
+	* Source/cmOutputRequiredFilesCommand.cxx: ENH: add .txx files and
+	  put the start directory in the search path
+
+2005-10-18 16:09  hoffman
+
+	* Source/cmLocalKdevelopGenerator.cxx: ENH: unused include
+
+2005-10-18 16:09  hoffman
+
+	* Source/cmBuildNameCommand.h: ENH: spelling
+
+2005-10-18 14:08  andy
+
+	* bootstrap, Source/kwsys/CMakeLists.txt, Source/kwsys/Glob.cxx,
+	  Source/kwsys/Glob.hxx.in: ENH: Push glob to the kwsys
+
+2005-10-18 13:25  andy
+
+	* Modules/Platform/Windows-gcc.cmake: COMP: On mingw, -fPIC is not
+	  necessary and it actually produces warnings
+
+2005-10-18 13:22  andy
+
+	* Tests/MathTest/CMakeLists.txt: ENH: More tests
+
+2005-10-18 09:42  andy
+
+	* Source/cmStringCommand.cxx: COMP: Remove warning
+
+2005-10-18 04:37  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-17 21:34  hoffman
+
+	* Source/: cmFileTimeComparison.cxx, cmFileTimeComparison.h: add
+	  missing file
+
+2005-10-17 16:53  andy
+
+	* Source/: cmExprParser.cxx, cmExprParser.y: ENH: Fix precedence
+
+2005-10-17 16:42  andy
+
+	* Source/: CMakeLists.txt, cmCommands.cxx, cmExprLexer.cxx,
+	  cmExprLexer.h, cmExprLexer.in.l, cmExprParser.cxx,
+	  cmExprParser.y, cmExprParserHelper.cxx, cmExprParserHelper.h,
+	  cmExprParserTokens.h, cmMathCommand.cxx, cmMathCommand.h,
+	  cmStringCommand.cxx: ENH: Add rudamentary mathematical expression
+	  support
+
+2005-10-17 16:39  andy
+
+	* Tests/MathTest/: CMakeLists.txt, MathTestExec.cxx,
+	  MathTestTests.h.in: ENH: Add math test
+
+2005-10-17 09:58  king
+
+	* Source/: cmDependsFortranLexer.cxx, cmDependsFortranLexer.in.l:
+	  BUG: Lexer should be case insensitive so flex should be run with
+	  -i option.  This partially addresses bug#2361.
+
+2005-10-17 09:56  andy
+
+	* Source/cmStringCommand.cxx, Source/cmStringCommand.h,
+	  Tests/StringFileTest/CMakeLists.txt,
+	  Tests/StringFileTest/StringFile.cxx: ENH: Add String length and
+	  substring
+
+2005-10-17 09:10  andy
+
+	* Source/cmFileCommand.cxx, Source/cmFileCommand.h,
+	  Source/cmStringCommand.cxx, Source/cmStringCommand.h,
+	  Tests/StringFileTest/CMakeLists.txt,
+	  Tests/StringFileTest/StringFile.cxx: ENH: Add regular string
+	  replace (not regex), and relative path command. Also add tests
+
+2005-10-17 09:09  andy
+
+	* Source/CTest/cmCTestTestHandler.cxx: BUG: If test passes but it
+	  should fail, report an error
+
+2005-10-17 08:49  hoffman
+
+	* ChangeLog.manual, bootstrap, Modules/CMakeCXXInformation.cmake,
+	  Modules/FindJNI.cmake, Modules/FindJava.cmake,
+	  Source/CMakeLists.txt, Source/cmDepends.cxx, Source/cmDepends.h,
+	  Source/cmDependsC.cxx, Source/cmGlobalUnixMakefileGenerator3.cxx,
+	  Source/cmGlobalUnixMakefileGenerator3.h,
+	  Source/cmLocalUnixMakefileGenerator3.cxx, Source/cmMakefile.cxx,
+	  Source/cmTarget.h, Source/cmake.cxx, Source/cmake.h,
+	  Source/CTest/cmCTestBuildHandler.cxx: ENH: merge fixes from main
+	  tree
+
+2005-10-17 04:45  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-16 04:42  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-15 04:43  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-14 05:24  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-13 10:30  andy
+
+	* Source/CTest/cmCTestBuildHandler.cxx: ENH: More error exceptions
+
+2005-10-13 10:07  andy
+
+	* Source/: cmDepends.cxx, cmFileTimeComparison.cxx: BUG: Fix logic
+	  to return true when the file was already statted. Also, use
+	  nanosecond percision if available. Remove debug
+
+2005-10-13 05:14  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-12 13:52  andy
+
+	* Source/: cmDepends.cxx, cmDepends.h, cmDependsC.cxx,
+	  cmDependsC.h, cmDependsFortran.cxx, cmDependsFortran.h,
+	  cmDependsJava.cxx, cmDependsJava.h,
+	  cmLocalUnixMakefileGenerator3.cxx: ENH: Improve performance of
+	  check build system by creating another file that is simpler to
+	  parse and therefore much faster overall
+
+2005-10-12 13:51  andy
+
+	* Source/: cmake.cxx, cmake.h: ENH: Optimize performance by caching
+	  stat results
+
+2005-10-12 13:50  andy
+
+	* Source/cmFileTimeComparison.cxx: COMP: Windows fixes
+
+2005-10-12 13:36  andy
+
+	* bootstrap, Source/CMakeLists.txt,
+	  Source/cmFileTimeComparison.cxx, Source/cmFileTimeComparison.h:
+	  ENH: Add file time comparison code
+
+2005-10-12 12:08  andy
+
+	* Source/kwsys/: SystemTools.hxx.in, SystemTools.cxx: ENH: Add an
+	  accessor for the maximum file length
+
+2005-10-12 05:16  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-11 05:19  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-10 11:49  martink
+
+	* Source/: cmGlobalUnixMakefileGenerator3.cxx,
+	  cmGlobalUnixMakefileGenerator3.h, cmMakefile.cxx, cmTarget.h:
+	  ENH: some fixes for better backwards compatibility
+
+2005-10-10 05:09  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-09 05:07  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-08 05:09  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-07 11:36  andy
+
+	* Source/CTest/cmCTestBuildHandler.cxx: ENH: Add support for
+	  setting the maximum number of errors and warnings reported. This
+	  should fix Bug #2318 - The maximum number of errors to report is
+	  fixed to 50
+
+2005-10-07 05:26  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-06 17:16  barre
+
+	* Source/kwsys/: CMakeLists.txt, testSystemTools.bin,
+	  testSystemTools.cxx, testSystemTools.h.in: ENH: CMake kills me
+	  (so does Cygwin)
+
+2005-10-06 15:28  hoffman
+
+	* ChangeLog.manual, Source/cmGetSourceFilePropertyCommand.h,
+	  Source/cmGetTargetPropertyCommand.h,
+	  Source/cmGetTestPropertyCommand.cxx, Source/cmListFileLexer.c,
+	  Source/cmListFileLexer.in.l,
+	  Source/cmLocalVisualStudio7Generator.cxx, Source/cmake.cxx,
+	  Source/cmake.h, Source/cmakemain.cxx,
+	  Source/CTest/cmCTestTestCommand.cxx,
+	  Source/CTest/cmCTestTestCommand.h,
+	  Source/CTest/cmCTestTestHandler.cxx,
+	  Utilities/Release/Release.cmake: ENH: merge bug fixes from main
+	  trunk
+
+2005-10-06 15:10  martink
+
+	* Utilities/Release/Release.cmake: ENH: some fixes for missing vars
+	  and missing libs
+
+2005-10-06 05:18  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-05 16:06  barre
+
+	* Source/kwsys/: CMakeLists.txt, testSystemTools.cxx,
+	  testSystemTools.h.in: ENH: avoid the use of GET_TARGET_PROPERTY
+	  by testing the CMake executable instead of the test executable
+
+2005-10-05 13:11  king
+
+	* Source/kwsys/CMakeLists.txt: BUG: Reverting fundamental type info
+	  change until it is fixed on more platforms.  It was tested on
+	  Linux, SGI, HP, Sun, OSX, Windows with nmake and VS 6, 7, 7.1, 8,
+	  Borland Make, and cygwin by hand with spaces in the path and
+	  cmake 2.0 and 2.2 before committing but still seems to be failing
+	  on some dashboards...strange.
+
+2005-10-05 05:17  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-04 16:40  barre
+
+	* Source/: cmBootstrapCommands.cxx, cmCommands.cxx: ENH: the test
+	  for kwsys uses GET_TARGET_PROPERTY, which was not in the CMake
+	  bootstrap
+
+2005-10-04 15:09  barre
+
+	* Source/kwsys/: CMakeLists.txt, testSystemTools.cxx,
+	  testSystemTools.h.in: ENH: add kwsys test for DetectFileType
+
+2005-10-04 10:58  andy
+
+	* Source/: cmCTest.cxx, CTest/cmCTestSubmitHandler.cxx: ENH: More
+	  verbosity
+
+2005-10-04 05:02  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-03 14:44  king
+
+	* Source/kwsys/: CMakeLists.txt, kwsysPlatformCxxTests.cxx: ENH:
+	  Converting FundamentalType try-compiles into a single try-run.
+	  All the information about the existence, size, and signedness of
+	  types can be determined in one program thanks to limits.h.
+
+2005-10-03 14:33  king
+
+	* Source/cmLocalVisualStudio7Generator.cxx: BUG: Double-quotes in
+	  definitions must be escaped.
+
+2005-10-03 05:03  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-02 05:01  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-10-01 05:03  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-29 04:55  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-28 04:55  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-27 04:54  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-26 04:55  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-24 04:57  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-23 17:47  hoffman
+
+	* Source/FLTKDialog/: CMakeSetupGUI.fl,
+	  CMakeSetupGUIImplementation.cxx, CMakeSetupGUIImplementation.h,
+	  FLTKDialog.cxx, FLTKDialog.dsp, FLTKPropertyItemRow.cxx,
+	  FLTKPropertyItemRow.h, FLTKPropertyList.cxx, FLTKPropertyList.h,
+	  CMakeLists.txt: ENH: try to find a gui for the Mac
+
+2005-09-23 14:39  hoffman
+
+	* Modules/CMakeCXXInformation.cmake: ENH: remove -lgcc used by
+	  crazy coverage stuff
+
+2005-09-23 14:38  hoffman
+
+	* Modules/: FindJNI.cmake, FindJava.cmake: ENH: java fixes from
+	  Mathieu
+
+2005-09-23 12:50  martink
+
+	* Source/cmake.cxx: BUG: the -P option was not working with
+	  relative paths and a couple types
+
+2005-09-23 04:54  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-22 09:58  andy
+
+	* Source/kwsys/Registry.cxx: COMP: Try to remove warnings
+
+2005-09-22 05:06  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-21 14:15  king
+
+	* Source/kwsys/kwsysPlatformCxxTests.cmake: ENH: Updated to use
+	  modern FILE command for writing to output logs instead of
+	  WRITE_FILE.
+
+2005-09-21 13:42  king
+
+	* Source/kwsys/kwsys_ios_sstream.h.in: BUG: kwsys_ios namespace
+	  should import streambuf also.
+
+2005-09-21 13:31  king
+
+	* Source/: cmGetSourceFilePropertyCommand.h,
+	  cmGetTargetPropertyCommand.h, cmake.h, cmakemain.cxx: BUG:
+	  Corrected and updated documentation of the -P option, -C option,
+	  GET_TARGET_PROPERTY command, and GET_SOURCE_FILE_PROPERTY
+	  command.
+
+2005-09-21 10:32  martink
+
+	* Source/: cmCommands.cxx, cmITKWrapTclCommand.cxx,
+	  cmITKWrapTclCommand.h: ENH: removed ITK command
+
+2005-09-21 05:10  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-20 15:08  andy
+
+	* Source/CTest/cmCTestTestHandler.cxx: ENH: Properly report failed
+	  tests
+
+2005-09-20 12:50  martink
+
+	* Tests/: LoadCommand/CMakeLists.txt,
+	  LoadCommand/CMakeCommands/cmTestCommand.c,
+	  LoadCommandOneConfig/CMakeLists.txt,
+	  LoadCommandOneConfig/CMakeCommands/cmTestCommand.c: ENH: increase
+	  coverage in loaded commands
+
+2005-09-20 10:42  andy
+
+	* Source/kwsys/CMakeLists.txt: ENH: Make message into status
+
+2005-09-20 05:05  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-19 17:20  king
+
+	* Source/: cmListFileLexer.c, cmListFileLexer.in.l: BUG: When an
+	  unquoted argument contains a pair of matching double quotes
+	  spaces and tabs should be allowed in-between.  This allows
+	  arguments like -DFOO='"bar zot"' to work.
+
+2005-09-19 16:19  andy
+
+	* Source/kwsys/Registry.cxx: BUG: Remove warning and try to fix
+	  memory problem
+
+2005-09-19 15:15  andy
+
+	* Source/kwsys/CMakeLists.txt: ENH: Test for both commands
+
+2005-09-19 15:11  andy
+
+	* Source/CTest/cmCTestTestHandler.cxx: ENH: Modify output based on
+	  wether it is tested or memory checked
+
+2005-09-19 15:08  andy
+
+	* Source/CTest/cmCTestTestCommand.h: BUG: This should fix memory
+	  checking
+
+2005-09-19 12:38  martink
+
+	* Utilities/Release/cmake_release.sh: ENH: update revision numbers
+
+2005-09-19 12:33  hoffman
+
+	* Modules/FindQt4.cmake, Modules/FindQt4.cmake.bak,
+	  Modules/VTKCompatibility.cmake, Source/cmCTest.cxx: minor fixes
+	  for 2.2.1
+
+2005-09-19 12:19  hoffman
+
+	* Modules/FindQt4.cmake: ENH: fix typo
+
+2005-09-19 12:17  hoffman
+
+	* Modules/VTKCompatibility.cmake: ENH: remove message
+
+2005-09-19 04:45  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-18 17:15  king
+
+	* Source/kwsys/README.txt: STYLE: Added reference to documentation
+	  in CMakeLists.txt.
+
+2005-09-18 17:08  king
+
+	* Source/kwsys/CMakeLists.txt: STYLE: Added backward compatibility
+	  disclaimer.
+
+2005-09-18 08:17  andy
+
+	* Source/: cmGetTestPropertyCommand.cxx, kwsys/CMakeLists.txt: BUG:
+	  Fix which argument is which, also, fix the test to be less
+	  agressive
+
+2005-09-18 04:35  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-17 11:31  andy
+
+	* Source/CTest/cmCTestTestCommand.cxx: ENH: Fix memcheck command
+
+2005-09-17 09:53  andy
+
+	* Source/kwsys/CMakeLists.txt: ENH: Add testing of
+	  GET_TEST_PROPERTY command
+
+2005-09-17 08:50  andy
+
+	* Source/kwsys/Registry.cxx: BUG: On WIN32, since we are using
+	  subkey, set it
+
+2005-09-17 05:04  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-16 15:30  andy
+
+	* Source/kwsys/Registry.cxx: COMP: Remove unused variable
+
+2005-09-16 13:56  andy
+
+	* Source/kwsys/: Registry.cxx, testRegistry.cxx: BUG: Fix encoding
+	  and add deleting to the test
+
+2005-09-16 13:38  andy
+
+	* Source/kwsys/: Registry.cxx, Registry.hxx.in, testRegistry.cxx:
+	  ENH: Modify API a little bit to allow arbitrary length values.
+	  Encode certain characters. Rename UNIX registry to FILE registry.
+	  More testing
+
+2005-09-16 12:17  martink
+
+	* Utilities/Release/cmake_release.sh: ENH: update revision numbers
+
+2005-09-16 10:57  hoffman
+
+	* Utilities/Release/: MakeRelease.cmake.in, README, Release.cmake:
+	  move off branch
+
+2005-09-16 10:53  martink
+
+	* Utilities/Release/: cmake_release.sh: ENH: update revision
+	  numbers
+
+2005-09-16 10:53  martink
+
+	* Utilities/Release/MakeRelease.cmake.in: ENH: fix for
+	  CMAKE_COMMAND not being defined with -P
+
+2005-09-16 10:47  martink
+
+	* Utilities/Release/cmake_release.sh: ENH: fix Bill
+
+2005-09-16 10:41  martink
+
+	* Utilities/Release/: MakeRelease.cmake.in, Release.cmake: ENH: fix
+	  to syntax
+
+2005-09-16 10:32  martink
+
+	* Utilities/Release/: Release.cmake, MakeRelease.cmake.in: ENH:
+	  added commit for release script
+
+2005-09-16 10:10  hoffman
+
+	* Utilities/Release/MakeRelease.cmake.in: ENH: auto release stuff
+
+2005-09-16 10:09  andy
+
+	* Source/kwsys/Registry.cxx: COMP: Remove problem on borland
+
+2005-09-16 09:21  andy
+
+	* Source/kwsys/CMakeLists.txt: ENH: Enable registry, add test of
+	  SET_TESTS_PROPERTIES, rename tests for dart2
+
+2005-09-16 09:20  andy
+
+	* Source/kwsys/Registry.cxx: COMP: Remove some more warnings
+
+2005-09-16 09:15  andy
+
+	* Source/kwsys/: Registry.cxx, Registry.hxx.in: ENH: Cleanups and
+	  expose unix registry on windows (for cygwin etc)
+
+2005-09-16 09:08  andy
+
+	* Source/kwsys/: Registry.cxx, Registry.hxx.in: COMP: Win32 fixes
+
+2005-09-16 08:38  andy
+
+	* Source/kwsys/Registry.cxx: ENH: More handling of unix versus
+	  windows registry
+
+2005-09-16 08:20  andy
+
+	* Source/kwsys/: Registry.cxx, Registry.hxx.in, testFail.c,
+	  testRegistry.cxx: ENH: Initial import
+
+2005-09-16 05:17  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-15 17:22  andy
+
+	* Source/cmCTest.cxx: ENH: Expose version of ctest
+
+2005-09-15 16:38  hoffman
+
+	* CTestCustom.ctest.in, ChangeLog.manual, bootstrap,
+	  Docs/cmake-mode.el, Modules/CMakeAddNewLanguage.txt,
+	  Modules/CMakeTestRCCompiler.cmake, Modules/FindQt.cmake,
+	  Modules/FindQt.cmake.bak, Modules/FindQt3.cmake,
+	  Modules/FindQt4.cmake, Modules/FindQt4.cmake.bak,
+	  Modules/UseQt4.cmake, Source/CMakeLists.txt,
+	  Source/cmAddSubDirectoryCommand.cxx,
+	  Source/cmAddSubDirectoryCommand.h,
+	  Source/cmCommandArgumentParserHelper.cxx,
+	  Source/cmFileCommand.cxx,
+	  Source/cmGetDirectoryPropertyCommand.cxx,
+	  Source/cmGetDirectoryPropertyCommand.h,
+	  Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
+	  Source/cmLocalGenerator.cxx, Source/cmOrderLinkDirectories.cxx,
+	  Source/cmTest.h, Source/CTest/cmCTestCoverageHandler.cxx,
+	  Source/CTest/cmCTestTestHandler.cxx,
+	  Source/CTest/cmCTestTestHandler.h,
+	  Source/CTest/Curl/CMakeLists.txt, Source/CTest/Curl/amigaos.c,
+	  Source/CTest/Curl/amigaos.h, Source/CTest/Curl/arpa_telnet.h,
+	  Source/CTest/Curl/base64.c, Source/CTest/Curl/base64.h,
+	  Source/CTest/Curl/ca-bundle.h, Source/CTest/Curl/config.h.in,
+	  Source/CTest/Curl/connect.c, Source/CTest/Curl/connect.h,
+	  Source/CTest/Curl/content_encoding.c,
+	  Source/CTest/Curl/content_encoding.h, Source/CTest/Curl/cookie.c,
+	  Source/CTest/Curl/cookie.h, Source/CTest/Curl/curl.copyright,
+	  Source/CTest/Curl/curl_memory.h, Source/CTest/Curl/curlx.h,
+	  Source/CTest/Curl/dict.c, Source/CTest/Curl/dict.h,
+	  Source/CTest/Curl/easy.c, Source/CTest/Curl/escape.c,
+	  Source/CTest/Curl/escape.h, Source/CTest/Curl/file.c,
+	  Source/CTest/Curl/file.h, Source/CTest/Curl/formdata.c,
+	  Source/CTest/Curl/formdata.h, Source/CTest/Curl/ftp.c,
+	  Source/CTest/Curl/ftp.h, Source/CTest/Curl/getdate.c,
+	  Source/CTest/Curl/getdate.h, Source/CTest/Curl/getenv.c,
+	  Source/CTest/Curl/getinfo.c, Source/CTest/Curl/getinfo.h,
+	  Source/CTest/Curl/hash.c, Source/CTest/Curl/hash.h,
+	  Source/CTest/Curl/hostares.c, Source/CTest/Curl/hostasyn.c,
+	  Source/CTest/Curl/hostip.c, Source/CTest/Curl/hostip.h,
+	  Source/CTest/Curl/hostip4.c, Source/CTest/Curl/hostip6.c,
+	  Source/CTest/Curl/hostsyn.c, Source/CTest/Curl/hostthre.c,
+	  Source/CTest/Curl/http.c, Source/CTest/Curl/http.h,
+	  Source/CTest/Curl/http_chunks.c, Source/CTest/Curl/http_chunks.h,
+	  Source/CTest/Curl/http_digest.c, Source/CTest/Curl/http_digest.h,
+	  Source/CTest/Curl/http_negotiate.c,
+	  Source/CTest/Curl/http_negotiate.h,
+	  Source/CTest/Curl/http_ntlm.c, Source/CTest/Curl/http_ntlm.h,
+	  Source/CTest/Curl/if2ip.c, Source/CTest/Curl/if2ip.h,
+	  Source/CTest/Curl/inet_ntoa_r.h, Source/CTest/Curl/inet_ntop.c,
+	  Source/CTest/Curl/inet_ntop.h, Source/CTest/Curl/inet_pton.c,
+	  Source/CTest/Curl/inet_pton.h, Source/CTest/Curl/krb4.c,
+	  Source/CTest/Curl/krb4.h, Source/CTest/Curl/ldap.c,
+	  Source/CTest/Curl/ldap.h, Source/CTest/Curl/llist.c,
+	  Source/CTest/Curl/llist.h, Source/CTest/Curl/md5.c,
+	  Source/CTest/Curl/md5.h, Source/CTest/Curl/memdebug.c,
+	  Source/CTest/Curl/memdebug.h, Source/CTest/Curl/mprintf.c,
+	  Source/CTest/Curl/multi.c, Source/CTest/Curl/netrc.c,
+	  Source/CTest/Curl/netrc.h, Source/CTest/Curl/nwlib.c,
+	  Source/CTest/Curl/progress.c, Source/CTest/Curl/progress.h,
+	  Source/CTest/Curl/security.c, Source/CTest/Curl/security.h,
+	  Source/CTest/Curl/sendf.c, Source/CTest/Curl/sendf.h,
+	  Source/CTest/Curl/setup.h, Source/CTest/Curl/share.c,
+	  Source/CTest/Curl/share.h, Source/CTest/Curl/speedcheck.c,
+	  Source/CTest/Curl/speedcheck.h, Source/CTest/Curl/ssluse.c,
+	  Source/CTest/Curl/ssluse.h, Source/CTest/Curl/strequal.c,
+	  Source/CTest/Curl/strequal.h, Source/CTest/Curl/strerror.c,
+	  Source/CTest/Curl/strerror.h, Source/CTest/Curl/strtok.c,
+	  Source/CTest/Curl/strtok.h, Source/CTest/Curl/strtoofft.c,
+	  Source/CTest/Curl/strtoofft.h, Source/CTest/Curl/telnet.c,
+	  Source/CTest/Curl/telnet.h, Source/CTest/Curl/timeval.c,
+	  Source/CTest/Curl/timeval.h, Source/CTest/Curl/transfer.c,
+	  Source/CTest/Curl/transfer.h, Source/CTest/Curl/url.c,
+	  Source/CTest/Curl/url.h, Source/CTest/Curl/urldata.h,
+	  Source/CTest/Curl/version.c,
+	  Source/CTest/Curl/CMake/CheckTypeSize.c.in,
+	  Source/CTest/Curl/CMake/CheckTypeSize.cmake,
+	  Source/CTest/Curl/CMake/CurlTests.c,
+	  Source/CTest/Curl/Platforms/WindowsCache.cmake,
+	  Source/CTest/Curl/Platforms/config-aix.h,
+	  Source/CTest/Curl/Testing/CMakeLists.txt,
+	  Source/CTest/Curl/Testing/curlgtk.c,
+	  Source/CTest/Curl/Testing/curltest.c,
+	  Source/CTest/Curl/Testing/ftpget.c,
+	  Source/CTest/Curl/Testing/ftpgetresp.c,
+	  Source/CTest/Curl/Testing/ftpupload.c,
+	  Source/CTest/Curl/Testing/getinmemory.c,
+	  Source/CTest/Curl/Testing/http-post.c,
+	  Source/CTest/Curl/Testing/httpput.c,
+	  Source/CTest/Curl/Testing/multithread.c,
+	  Source/CTest/Curl/Testing/persistant.c,
+	  Source/CTest/Curl/Testing/postit2.c,
+	  Source/CTest/Curl/Testing/sepheaders.c,
+	  Source/CTest/Curl/Testing/simple.c,
+	  Source/CTest/Curl/Testing/simplessl.c,
+	  Source/CTest/Curl/Testing/testconfig.h.in,
+	  Source/CTest/Curl/Testing/win32sockets.c,
+	  Source/CTest/Curl/curl/curl.h, Source/CTest/Curl/curl/curlver.h,
+	  Source/CTest/Curl/curl/easy.h, Source/CTest/Curl/curl/mprintf.h,
+	  Source/CTest/Curl/curl/multi.h,
+	  Source/CTest/Curl/curl/stdcheaders.h,
+	  Source/CTest/Curl/curl/types.h, Tests/OutOfSource/CMakeLists.txt,
+	  Tests/OutOfSource/testdp.h.in,
+	  Tests/OutOfSource/OutOfSourceSubdir/CMakeLists.txt,
+	  Tests/OutOfSource/OutOfSourceSubdir/simple.cxx,
+	  Tests/OutOfSource/SubDir/CMakeLists.txt,
+	  Tests/Wrapping/CMakeLists.txt, Utilities/Release/CMake.nsi.in:
+	  Merge more changes from main trunk
+
+2005-09-15 16:06  andy
+
+	* Source/CTest/cmCTestCoverageHandler.cxx: COMP: Too fast commit
+
+2005-09-15 16:03  andy
+
+	* Source/CTest/cmCTestCoverageHandler.cxx: BUG: Make sure full
+	  paths are collapsed
+
+2005-09-15 13:26  hoffman
+
+	* Source/cmGlobalGenerator.cxx: ENH: fix warning
+
+2005-09-15 12:17  hoffman
+
+	* Modules/CMakeAddNewLanguage.txt,
+	  Modules/CMakeTestRCCompiler.cmake, Source/cmGlobalGenerator.cxx:
+	  ENH: clean up EnableLanguage try to fix problem where try compile
+	  runs cmake
+
+2005-09-15 11:05  martink
+
+	* CTestCustom.ctest.in: ENH: cleaner code coverage
+
+2005-09-15 04:53  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-14 11:16  hoffman
+
+	* Modules/FindQt4.cmake: ENH: only add optional qt stuff to
+	  QT_INCLUDES
+
+2005-09-14 09:12  hoffman
+
+	* Modules/FindQt.cmake: ENH: if qt4 qmake is found then set
+	  QT_QMAKE_EXECUTABLE to that value so that the same one will be
+	  used in FindQt4.cmake
+
+2005-09-14 04:52  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-13 12:55  martink
+
+	* CTestCustom.ctest.in: ENH: coverage cleanup for non XCode builds
+
+2005-09-13 10:40  martink
+
+	* Tests/OutOfSource/: CMakeLists.txt, testdp.h.in,
+	  OutOfSourceSubdir/CMakeLists.txt, OutOfSourceSubdir/simple.cxx:
+	  ENH: test get directory properties ability to get props from
+	  subdirs
+
+2005-09-13 10:39  martink
+
+	* Source/: cmGetDirectoryPropertyCommand.cxx,
+	  cmGetDirectoryPropertyCommand.h, cmGlobalGenerator.cxx,
+	  cmGlobalGenerator.h: ENH: added DIRECTORY option to
+	  GET_DIRECTORY_PROPERTIES
+
+2005-09-13 10:33  martink
+
+	* Docs/cmake-mode.el: ENH: missing get_directory_property command
+
+2005-09-13 09:25  hoffman
+
+	* Modules/FindQt4.cmake: ENH: add some checks on the qmake install
+
+2005-09-13 08:52  hoffman
+
+	* Modules/FindQt.cmake: ENH: fix if statement
+
+2005-09-13 04:52  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-12 22:46  hoffman
+
+	* Modules/FindQt.cmake: ENH: add docs for QT_REQUIRED
+
+2005-09-12 22:39  hoffman
+
+	* Modules/: FindQt.cmake, FindQt4.cmake: ENH: more findqt fixes
+
+2005-09-12 14:26  martink
+
+	* Tests/OutOfSource/SubDir/CMakeLists.txt: ENH: convert to work
+	  with the new syntax for ADD_SUBDIRECTORY
+
+2005-09-12 13:46  martink
+
+	* Source/: cmAddSubDirectoryCommand.cxx,
+	  cmAddSubDirectoryCommand.h: ENH: better format for
+	  ADD_SUBDIRECTORY command
+
+2005-09-12 11:43  hoffman
+
+	* Modules/: FindQt.cmake, FindQt4.cmake: ENH: add new place to
+	  search for qt4 in registry
+
+2005-09-12 11:25  hoffman
+
+	* Modules/FindQt.cmake: ENH: fix typo
+
+2005-09-12 10:37  hoffman
+
+	* Source/CMakeLists.txt: ENH: use the findqt3 from this cmake and
+	  not the one configureing cmake
+
+2005-09-12 10:33  hoffman
+
+	* Modules/FindQt.cmake: ENH: add a better message
+
+2005-09-12 10:28  hoffman
+
+	* Modules/FindQt3.cmake: ENH: add more libraries for qt3
+
+2005-09-12 09:55  hoffman
+
+	* Modules/FindQt4.cmake: ENH: use correct variable for qmake
+
+2005-09-12 09:52  hoffman
+
+	* Modules/FindQt4.cmake: ENH: add a better message
+
+2005-09-12 09:36  hoffman
+
+	* Modules/FindQt.cmake: ENH: add some messages not errors for
+	  findqt
+
+2005-09-12 09:32  hoffman
+
+	* Modules/FindQt3.cmake, Modules/FindQt4.cmake,
+	  Source/CMakeLists.txt, Tests/Wrapping/CMakeLists.txt: ENH: more
+	  qt changes
+
+2005-09-12 09:09  hoffman
+
+	* Modules/UseQt4.cmake: ENH: add -D options for qt stuff
+
+2005-09-12 09:00  hoffman
+
+	* Modules/: FindQt.cmake, FindQt4.cmake: ENH: make sure the correct
+	  qmake is used
+
+2005-09-12 04:37  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-11 04:50  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-10 22:36  hoffman
+
+	* Modules/FindQt.cmake: ENH: only print errors if QT_REQUIRED is
+	  set
+
+2005-09-10 10:33  hoffman
+
+	* bootstrap, Modules/FindQt.cmake, Source/cmFileCommand.cxx: BUG:
+	  try to fix qt problems
+
+2005-09-10 04:55  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-09 21:51  hoffman
+
+	* Modules/FindQt.cmake, Modules/FindQt3.cmake,
+	  Modules/FindQt4.cmake, Tests/Wrapping/CMakeLists.txt: ENH: clean
+	  up the find qt stuff some
+
+2005-09-09 17:04  hoffman
+
+	* Modules/: CheckQtInstalled.cmake, FindQt.cmake: ENH: try to fix
+	  this find qt stuff
+
+2005-09-09 13:23  martink
+
+	* Utilities/Release/CMake.nsi.in: ENH: to support both admin and
+	  locla installs
+
+2005-09-09 11:32  hoffman
+
+	* Modules/: CheckQtInstalled.cmake, FindQt.cmake: ENH: make FindQt
+	  default to qt3 and print a message, and add
+	  CheckQtInstalled.cmake
+
+2005-09-09 05:07  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-08 15:26  hoffman
+
+	* Source/cmCommandArgumentParserHelper.cxx: ENH: remove UMR
+
+2005-09-08 15:25  hoffman
+
+	* Source/cmOrderLinkDirectories.cxx: BUG: fix spelling error
+
+2005-09-08 14:59  hoffman
+
+	* ChangeLog.manual, Modules/CMakeCInformation.cmake,
+	  Modules/CMakeCXXInformation.cmake,
+	  Modules/CMakeDetermineJavaCompiler.cmake,
+	  Modules/CMakeFortranInformation.cmake, Modules/FindCurses.cmake,
+	  Modules/FindJNI.cmake, Modules/FindJPEG.cmake,
+	  Modules/FindJava.cmake, Modules/FindMatlab.cmake,
+	  Modules/FindMotif.cmake, Modules/FindQt4.cmake,
+	  Modules/FindQt4.cmake.bak, Modules/FindZLIB.cmake,
+	  Modules/UseQt4.cmake, Modules/UseSWIG.cmake,
+	  Modules/VTKCompatibility.cmake, Source/cmGlobalGenerator.cxx,
+	  Source/cmGlobalXCodeGenerator.cxx,
+	  Source/cmGlobalXCodeGenerator.h,
+	  Source/cmOrderLinkDirectories.cxx: merge with main trunk
+
+2005-09-08 14:35  andy
+
+	* Source/: cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h:
+	  BUG: fix xcode 15 (really bill Hoffman)
+
+2005-09-08 14:22  martink
+
+	* Source/cmOrderLinkDirectories.cxx: BUG: bug num 1994 library
+	  linking when a config is not specified but debug and opt libs are
+
+2005-09-08 11:38  hoffman
+
+	* Modules/: FindCurses.cmake, FindJPEG.cmake, FindZLIB.cmake: ENH:
+	  clean up some stuff
+
+2005-09-08 11:38  hoffman
+
+	* Modules/UseSWIG.cmake: ENH: add ability to set outdir in swig
+
+2005-09-08 10:03  hoffman
+
+	* Modules/: CMakeDetermineJavaCompiler.cmake, FindJNI.cmake,
+	  FindJava.cmake: ENH: add support for java 1.5
+
+2005-09-08 10:01  hoffman
+
+	* Modules/FindMatlab.cmake: ENH: add Matlab support
+
+2005-09-08 09:59  hoffman
+
+	* Modules/FindMotif.cmake: ENH: add a find motif
+
+2005-09-08 09:58  hoffman
+
+	* Modules/: FindQt4.cmake, UseQt4.cmake: ENH: add Ken Morelands
+	  fixes for FindQT
+
+2005-09-08 05:05  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-07 17:05  hoffman
+
+	* Modules/CMakeCInformation.cmake,
+	  Modules/CMakeCXXInformation.cmake,
+	  Modules/CMakeFortranInformation.cmake,
+	  Modules/VTKCompatibility.cmake, Source/cmGlobalGenerator.cxx:
+	  ENH: add a fix for VTK on the mac and a way to fix some projects
+	  with a single file in the cmake modules directory
+
+2005-09-07 05:00  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-06 23:31  andy
+
+	* Source/: cmLocalGenerator.cxx, cmTest.h,
+	  CTest/cmCTestTestHandler.cxx, CTest/cmCTestTestHandler.h: ENH:
+	  Add a way for test to intentionally fail
+
+2005-09-06 12:55  hoffman
+
+	* ChangeLog.manual, bootstrap, Modules/CMakeGenericSystem.cmake,
+	  Modules/Platform/AIX.cmake, Source/CMakeLists.txt,
+	  Source/cmGlobalUnixMakefileGenerator3.cxx,
+	  Source/cmGlobalXCode21Generator.cxx,
+	  Source/cmGlobalXCode21Generator.h,
+	  Source/cmGlobalXCodeGenerator.cxx,
+	  Source/cmGlobalXCodeGenerator.h, Source/cmTryRunCommand.cxx,
+	  Source/cmXCode21Object.cxx, Source/cmXCode21Object.h,
+	  Source/cmXCodeObject.cxx, Source/cmXCodeObject.h,
+	  Source/CTest/cmCTestTestHandler.cxx,
+	  Source/kwsys/SharedForward.h.in,
+	  Tests/LoadCommand/CMakeLists.txt,
+	  Tests/LoadCommandOneConfig/CMakeLists.txt: Merge with main tree
+
+2005-09-06 05:04  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-05 09:17  hoffman
+
+	* Source/: cmGlobalXCodeGenerator.cxx, cmXCodeObject.h: ENH: fix
+	  warnings
+
+2005-09-05 04:58  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-04 04:46  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-03 22:16  hoffman
+
+	* bootstrap: ENH: fix bootstrap, maybe this should somehow grep awk
+	  the sources from the cmakelist file....
+
+2005-09-03 04:55  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-02 16:29  hoffman
+
+	* Source/: CMakeLists.txt, cmGlobalXCode21Generator.cxx,
+	  cmGlobalXCode21Generator.h, cmGlobalXCodeGenerator.cxx,
+	  cmGlobalXCodeGenerator.h, cmXCode21Object.cxx, cmXCode21Object.h,
+	  cmXCodeObject.cxx, cmXCodeObject.h: ENH: add real support for
+	  Xcode21
+
+2005-09-02 08:41  hoffman
+
+	* Source/CMakeLists.txt: BUG: not all Macs are case insensitive if
+	  they mount nfs directories
+
+2005-09-02 05:05  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-09-01 17:14  hoffman
+
+	* Source/cmGlobalUnixMakefileGenerator3.cxx: ENH: fix NONE
+
+2005-09-01 05:01  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-31 19:41  king
+
+	* Source/kwsys/SharedForward.h.in: ENH: Added cygcheck knowledge
+	  for --ldd option on Cygwin.  Added error message for --ldd option
+	  when no tool is available but the option was still requested.
+
+2005-08-31 05:08  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-30 13:58  hoffman
+
+	* Source/cmGlobalXCodeGenerator.cxx, Source/cmTryRunCommand.cxx,
+	  Source/CTest/cmCTestTestHandler.cxx,
+	  Tests/LoadCommand/CMakeLists.txt,
+	  Tests/LoadCommandOneConfig/CMakeLists.txt: ENH: use native
+	  Deployment and Development directories
+
+2005-08-30 04:59  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-29 17:09  hoffman
+
+	* Modules/Platform/AIX.cmake: ENH: add flags for debug release for
+	  aix
+
+2005-08-29 16:19  hoffman
+
+	* CMakeLists.txt, ChangeLog.manual,
+	  Modules/CMakeTestCCompiler.cmake, Modules/FindJava.cmake,
+	  Modules/FindQt3.cmake, Source/CMakeLists.txt,
+	  Source/cmDependsC.cxx, Source/cmDependsC.h,
+	  Source/cmFileCommand.cxx, Source/cmGlobalXCodeGenerator.cxx,
+	  Source/cmLocalGenerator.cxx,
+	  Source/cmLocalUnixMakefileGenerator3.cxx,
+	  Source/cmLocalVisualStudio6Generator.cxx, Source/cmMakefile.cxx,
+	  Source/cmSetTargetPropertiesCommand.h, Source/cmSystemTools.cxx,
+	  Source/cmTarget.cxx, Source/cmTarget.h, Source/cmVersion.cxx,
+	  Source/cmake.cxx, Source/CTest/cmCTestBuildHandler.cxx,
+	  Source/CTest/cmCTestGenericHandler.cxx,
+	  Source/CTest/cmCTestTestHandler.cxx,
+	  Source/CTest/cmCTestTestHandler.h,
+	  Source/CTest/cmCTestUpdateCommand.cxx,
+	  Source/MFCDialog/CMakeSetupDialog.cpp,
+	  Source/kwsys/SharedForward.h.in, Source/kwsys/SystemTools.cxx,
+	  Templates/EXEHeader.dsptemplate,
+	  Tests/CustomCommand/CMakeLists.txt, Tests/CustomCommand/foo.h.in,
+	  Tests/CustomCommand/foo.in, Tests/SimpleInstall/CMakeLists.txt,
+	  Tests/SimpleInstallS2/CMakeLists.txt: ENH: merge with cvs again
+	  and change version
+
+2005-08-29 15:49  king
+
+	* Modules/CMakeGenericSystem.cmake: ENH: Picking better default for
+	  CMAKE_INSTALL_PREFIX on Windows by using ProgramFiles environment
+	  variable.  Now that install actually works on Windows I'm making
+	  this entry non-advanced also.
+
+2005-08-29 04:57  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-28 04:57  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-27 05:04  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-26 17:02  andy
+
+	* Modules/FindJava.cmake: ENH: More paths for java
+
+2005-08-26 16:20  andy
+
+	* Source/CTest/cmCTestGenericHandler.cxx: COMP: Simplify logic and
+	  remove sun compile error
+
+2005-08-26 05:00  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-25 05:01  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-24 11:18  andy
+
+	* Source/CTest/cmCTestGenericHandler.cxx: BUG: Prevent from
+	  creating bogus files
+
+2005-08-24 04:54  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-23 13:25  king
+
+	* Modules/FindQt3.cmake: ENH: Added support for finding qt-mtedu,
+	  the educational version of Qt.
+
+2005-08-23 10:24  hoffman
+
+	* Source/cmFileCommand.cxx: make sure correct path type is used
+
+2005-08-23 04:48  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-22 04:52  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-21 04:56  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-20 05:01  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-19 17:57  king
+
+	* Source/cmLocalVisualStudio6Generator.cxx,
+	  Templates/EXEHeader.dsptemplate: BUG: Fixed OUTPUT_NAME feature
+	  for VS6 generator.  It was not working for Debug builds and was
+	  not paying attention to the executable output path.
+
+2005-08-19 17:56  king
+
+	* Tests/: SimpleInstall/CMakeLists.txt,
+	  SimpleInstallS2/CMakeLists.txt: BUG: Install rule should take
+	  build configuration into account.
+
+2005-08-19 17:17  hoffman
+
+	* Source/cmGlobalXCodeGenerator.cxx: ENH: add support for
+	  OUTPUT_NAME
+
+2005-08-19 10:13  andy
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: BUG: If the scanner is
+	  not defined this would crash. For example when using new language
+
+2005-08-19 09:38  king
+
+	* Source/cmake.cxx: ENH: Added cmake -E create_symlink command that
+	  behaves like ln -s.
+
+2005-08-19 09:29  king
+
+	* Modules/CMakeTestCCompiler.cmake: BUG: Need to test void* not
+	  "void *" because the Intel compiler icc expands the asterisk.
+	  Thanks to Filipe Sousa for the patch.
+
+2005-08-19 09:22  king
+
+	* Tests/: SimpleInstall/CMakeLists.txt,
+	  SimpleInstallS2/CMakeLists.txt: BUG: Removing exe VERSION
+	  attribute test until it is implemented in the XCode generator.
+
+2005-08-19 04:52  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-18 16:17  andy
+
+	* Source/CTest/cmCTestTestHandler.h: COMP: Add STD namespace
+
+2005-08-18 16:06  king
+
+	* Source/kwsys/SharedForward.h.in: BUG: Fixed dirname in a few
+	  cases on windows.  Now using KWSYS_SHARED_FORWARD_CONFIG_NAME
+	  setting instead of CMAKE_INTDIR directly to give choice to user
+	  code.  Updated documentation to include
+	  @KWSYS_NAMESPACE@_SHARED_FORWARD_CONFIG_NAME,
+	  @KWSYS_NAMESPACE@_SHARED_FORWARD_OPTION_PRINT, and
+	  @KWSYS_NAMESPACE@_SHARED_FORWARD_OPTION_LDD settings.
+
+2005-08-18 13:50  andy
+
+	* Source/CTest/: cmCTestTestHandler.cxx, cmCTestTestHandler.h: ENH:
+	  Improve log file strategy
+
+2005-08-18 10:02  andy
+
+	* Source/CTest/cmCTestUpdateCommand.cxx: ENH: Set update options
+
+2005-08-18 09:23  king
+
+	* Source/kwsys/SharedForward.h.in: ENH: Added support for Windows.
+
+2005-08-18 09:21  king
+
+	* Tests/CustomCommand/foo.h.in: COMP: Avoid C++ comment in C
+	  translation unit.
+
+2005-08-18 09:19  king
+
+	* Source/cmDependsC.cxx: COMP: Work-around iterator/const_iterator
+	  comparison problem on Borland 5.5.
+
+2005-08-18 05:41  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-17 17:56  king
+
+	* Tests/CustomCommand/CMakeLists.txt: BUG: It seems the
+	  auto-object-depends feature does not work in Visual Studio.  I'm
+	  restoring the explicit OBJECT_DEPENDS lines.
+
+2005-08-17 17:39  king
+
+	* Source/cmSystemTools.cxx: BUG: RunSingleCommand should translate
+	  NULL characters in the output to valid text.	This should fix the
+	  missing-output problem caused by NULL-characters in VS build
+	  output.
+
+2005-08-17 17:04  king
+
+	* Source/kwsys/SystemTools.cxx: BUG: Automatic pwd/cwd path
+	  translation must check that the generated logical-to-physical
+	  mapping is correct by using realpath.
+
+2005-08-17 16:19  king
+
+	* Source/CMakeLists.txt, Tests/SimpleInstall/CMakeLists.txt,
+	  Tests/SimpleInstallS2/CMakeLists.txt: ENH: Updated SimpleInstall
+	  test to test new versioned executable and OUTPUT_NAME support.
+
+2005-08-17 16:11  king
+
+	* Source/: cmFileCommand.cxx, cmLocalGenerator.cxx,
+	  cmLocalUnixMakefileGenerator3.cxx,
+	  cmSetTargetPropertiesCommand.h, cmTarget.cxx, cmTarget.h: ENH:
+	  Added versioned executable support.  This partially addresses
+	  bug#2143.  Also made OUTPUT_NAME work when installing
+	  executables.
+
+2005-08-17 16:06  king
+
+	* Source/cmake.cxx: ENH: Added -E cmake_symlink_executable command
+	  to help create symbolic links for versioned executables.
+
+2005-08-17 16:05  king
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: BUG: Do not make a file
+	  depend on a virtual target.  That causes everything to always
+	  rebuild.
+
+2005-08-17 14:16  andy
+
+	* Source/CTest/cmCTestBuildHandler.cxx: ENH: More error regex
+
+2005-08-17 13:23  king
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: COMP: Cannot use
+	  first/last insertion constructor of std::set because it is not
+	  available on all platforms.
+
+2005-08-17 11:48  king
+
+	* Tests/CustomCommand/: CMakeLists.txt, foo.in, foo.h.in: ENH:
+	  Adding test for auto-object-depends feature.	It has been tested
+	  with the Makefile generator.	Hopefully this will work for the
+	  Visual Studio and XCode generators.
+
+2005-08-17 11:43  king
+
+	* Source/: cmDependsC.cxx, cmDependsC.h,
+	  cmLocalUnixMakefileGenerator3.cxx: ENH: Adding support for
+	  automatically adding the OBJECT_DEPENDS for generated header
+	  files.
+
+2005-08-17 05:44  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-16 08:32  hoffman
+
+	* Utilities/Release/: cmake_release.sh: ENH: file is now configured
+
+2005-08-16 05:46  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-15 05:40  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-14 05:45  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-13 05:50  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-12 11:57  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-11 14:02  hoffman
+
+	* ChangeLog.manual, Modules/CMakeCCompiler.cmake.in,
+	  Modules/CMakeCInformation.cmake,
+	  Modules/CMakeCXXCompiler.cmake.in,
+	  Modules/CMakeCXXInformation.cmake,
+	  Modules/CMakeDetermineCCompiler.cmake,
+	  Modules/CMakeDetermineCXXCompiler.cmake,
+	  Modules/CMakeDetermineFortranCompiler.cmake,
+	  Modules/CMakeDetermineJavaCompiler.cmake,
+	  Modules/CMakeDetermineRCCompiler.cmake,
+	  Modules/CMakeDetermineSystem.cmake,
+	  Modules/CMakeFortranCompiler.cmake.in,
+	  Modules/CMakeFortranInformation.cmake,
+	  Modules/CMakeGenericSystem.cmake,
+	  Modules/CMakeJavaCompiler.cmake.in,
+	  Modules/CMakeRCCompiler.cmake.in,
+	  Modules/CMakeRCInformation.cmake,
+	  Modules/CMakeTestCCompiler.cmake,
+	  Modules/CMakeTestCXXCompiler.cmake,
+	  Modules/CMakeTestFortranCompiler.cmake, Modules/CTest.cmake,
+	  Modules/CTestTargets.cmake, Modules/CheckCSourceCompiles.cmake,
+	  Modules/CheckCXXSourceCompiles.cmake,
+	  Modules/CheckFunctionExists.cmake,
+	  Modules/CheckIncludeFile.cmake,
+	  Modules/CheckIncludeFileCXX.cmake,
+	  Modules/CheckIncludeFiles.cmake,
+	  Modules/CheckLibraryExists.cmake,
+	  Modules/CheckSymbolExists.cmake, Modules/CheckTypeSize.cmake,
+	  Modules/CheckVariableExists.cmake, Modules/Dart.cmake,
+	  Modules/FindDoxygen.cmake, Modules/FindGLUT.cmake,
+	  Modules/FindJNI.cmake, Modules/FindOpenAL.cmake,
+	  Modules/FindPhysFS.cmake, Modules/FindPythonInterp.cmake,
+	  Modules/FindQt.cmake, Modules/FindQt.cmake.bak,
+	  Modules/FindQt3.cmake, Modules/FindQt4.cmake,
+	  Modules/FindQt4.cmake.bak, Modules/FindSDL.cmake,
+	  Modules/FindSDL.cmake.bak, Modules/FindSDL_image.cmake,
+	  Modules/FindSDL_image.cmake.bak, Modules/FindSDL_mixer.cmake,
+	  Modules/FindSDL_mixer.cmake.bak, Modules/FindSDL_net.cmake,
+	  Modules/FindSDL_net.cmake.bak, Modules/FindSDL_sound.cmake,
+	  Modules/FindSDL_ttf.cmake, Modules/FindSDL_ttf.cmake.bak,
+	  Modules/FindThreads.cmake, Modules/TestBigEndian.cmake,
+	  Modules/TestCXXAcceptsFlag.cmake,
+	  Modules/TestForANSIForScope.cmake,
+	  Modules/TestForSTDNamespace.cmake, Modules/Use_wxWindows.cmake,
+	  Modules/Platform/CYGWIN-g77.cmake, Modules/Platform/IRIX64.cmake,
+	  Modules/Platform/Windows-cl.cmake, Modules/Platform/g77.cmake,
+	  Source/CMakeLists.txt, Source/cmAddCustomCommandCommand.cxx,
+	  Source/cmAddDependenciesCommand.h, Source/cmAddTestCommand.h,
+	  Source/cmCTest.cxx, Source/cmCTest.h, Source/cmCacheManager.cxx,
+	  Source/cmCommands.cxx, Source/cmCustomCommand.cxx,
+	  Source/cmCustomCommand.h, Source/cmDepends.cxx,
+	  Source/cmDepends.h, Source/cmDependsC.cxx, Source/cmDependsC.h,
+	  Source/cmDependsFortran.cxx, Source/cmDependsFortran.h,
+	  Source/cmDependsJava.cxx, Source/cmDependsJava.h,
+	  Source/cmDocumentation.cxx, Source/cmDynamicLoader.cxx,
+	  Source/cmFLTKWrapUICommand.cxx, Source/cmFileCommand.cxx,
+	  Source/cmGetTestPropertyCommand.cxx,
+	  Source/cmGetTestPropertyCommand.h, Source/cmGlobalGenerator.cxx,
+	  Source/cmGlobalUnixMakefileGenerator3.cxx,
+	  Source/cmGlobalUnixMakefileGenerator3.h,
+	  Source/cmGlobalVisualStudio7Generator.cxx,
+	  Source/cmGlobalXCode21Generator.cxx,
+	  Source/cmGlobalXCode21Generator.h,
+	  Source/cmGlobalXCodeGenerator.cxx,
+	  Source/cmGlobalXCodeGenerator.h, Source/cmListFileLexer.c,
+	  Source/cmListFileLexer.in.l, Source/cmLocalGenerator.cxx,
+	  Source/cmLocalGenerator.h,
+	  Source/cmLocalUnixMakefileGenerator3.cxx,
+	  Source/cmLocalUnixMakefileGenerator3.h,
+	  Source/cmLocalVisualStudio6Generator.cxx,
+	  Source/cmLocalVisualStudio6Generator.h,
+	  Source/cmLocalVisualStudio7Generator.cxx,
+	  Source/cmLocalVisualStudio7Generator.h, Source/cmMakefile.cxx,
+	  Source/cmMakefile.h, Source/cmOrderLinkDirectories.cxx,
+	  Source/cmOrderLinkDirectories.h, Source/cmQTWrapCPPCommand.cxx,
+	  Source/cmSetTestsPropertiesCommand.cxx,
+	  Source/cmSetTestsPropertiesCommand.h, Source/cmSourceGroup.cxx,
+	  Source/cmSourceGroup.h, Source/cmSourceGroupCommand.cxx,
+	  Source/cmTarget.cxx, Source/cmTest.cxx, Source/cmTest.h,
+	  Source/cmTryCompileCommand.h, Source/cmUtilitySourceCommand.cxx,
+	  Source/cmake.cxx, Source/cmake.h, Source/ctest.cxx,
+	  Source/CTest/cmCTestBuildHandler.cxx,
+	  Source/CTest/cmCTestCoverageHandler.cxx,
+	  Source/CTest/cmCTestCoverageHandler.h,
+	  Source/CTest/cmCTestEmptyBinaryDirectoryCommand.cxx,
+	  Source/CTest/cmCTestGenericHandler.cxx,
+	  Source/CTest/cmCTestSubmitCommand.cxx,
+	  Source/CTest/cmCTestSubmitHandler.cxx,
+	  Source/CTest/cmCTestTestCommand.cxx,
+	  Source/CTest/cmCTestTestHandler.cxx,
+	  Source/CTest/cmCTestUpdateHandler.cxx,
+	  Source/WXDialog/CMakeLists.txt, Source/WXDialog/CMakeSetup.cpp,
+	  Source/WXDialog/CMakeSetup.pjd,
+	  Source/WXDialog/CMakeSetupFrame.cpp,
+	  Source/WXDialog/CommandLineInfo.cpp,
+	  Source/WXDialog/CommandLineInfo.h,
+	  Source/WXDialog/cmakesetup.xml,
+	  Source/WXDialog/bin/FindwxWin.cmake, Source/kwsys/Base64.c,
+	  Source/kwsys/Base64.h.in, Source/kwsys/CMakeLists.txt,
+	  Source/kwsys/Configure.h.in, Source/kwsys/FundamentalType.h.in,
+	  Source/kwsys/Process.h.in, Source/kwsys/SystemTools.cxx,
+	  Source/kwsys/SystemTools.hxx.in,
+	  Source/kwsys/kwsysPlatformCxxTests.cmake,
+	  Source/kwsys/kwsysPlatformCxxTests.cxx,
+	  Source/kwsys/testHashSTL.cxx, Source/kwsys/testhash.cxx,
+	  Tests/BundleTest/BundleTest.cxx, Tests/BundleTest/CMakeLists.txt,
+	  Tests/CTestTest/test.cmake.in, Tests/CTestTest2/test.cmake.in,
+	  Tests/CTestTest3/test.cmake.in,
+	  Tests/Complex/cmTestConfigure.h.in,
+	  Tests/Complex/Executable/CMakeLists.txt,
+	  Tests/Complex/Executable/complex.cxx,
+	  Tests/Complex/Executable/testcflags.c,
+	  Tests/ComplexOneConfig/cmTestConfigure.h.in,
+	  Tests/ComplexOneConfig/Executable/CMakeLists.txt,
+	  Tests/ComplexOneConfig/Executable/complex.cxx,
+	  Tests/ComplexOneConfig/Executable/testcflags.c,
+	  Tests/ComplexRelativePaths/cmTestConfigure.h.in,
+	  Tests/ComplexRelativePaths/Executable/CMakeLists.txt,
+	  Tests/ComplexRelativePaths/Executable/complex.cxx,
+	  Tests/ComplexRelativePaths/Executable/testcflags.c,
+	  Tests/MacroTest/CMakeLists.txt,
+	  Tests/MakeClean/ToClean/CMakeLists.txt,
+	  Tests/OutOfSource/OutOfSourceSubdir/CMakeLists.txt,
+	  Tests/OutOfSource/OutOfSourceSubdir/simple.cxx,
+	  Tests/OutOfSource/OutOfSourceSubdir/testlib.cxx,
+	  Tests/OutOfSource/OutOfSourceSubdir/testlib.h,
+	  Tests/SimpleInstall/CMakeLists.txt,
+	  Tests/SimpleInstallS2/CMakeLists.txt, Utilities/CMakeLists.txt,
+	  Utilities/cmcurl/CMakeLists.txt,
+	  Utilities/cmxmlrpc/CMake/TryCompileFromSource.cmake: ENH: move
+	  cvs onto branch and try for beta 2
+
+2005-08-11 13:20  martink
+
+	* Source/: cmake.cxx, MFCDialog/CMakeSetupDialog.cpp: ENH: added
+	  better error checking for cases when there is a CMakeCache.txt
+	  file but it is not readable
+
+2005-08-11 11:44  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-10 16:18  jorgb
+
+	* Source/WXDialog/: CommandLineInfo.cpp, CommandLineInfo.h,
+	  cmakesetup.xml: Implemented new parser which can handle:
+	  -G"generator" (legacy format) -G "generator" (new format)
+
+2005-08-10 12:55  hoffman
+
+	* Source/cmGlobalXCodeGenerator.cxx, Source/cmLocalGenerator.cxx,
+	  Source/cmOrderLinkDirectories.cxx,
+	  Source/cmOrderLinkDirectories.h,
+	  Tests/Complex/Executable/complex.cxx,
+	  Tests/ComplexOneConfig/Executable/complex.cxx,
+	  Tests/ComplexRelativePaths/Executable/complex.cxx: ENH: fix bug
+	  2087 lib prefix stripped off on windows
+
+2005-08-10 12:50  hoffman
+
+	* Modules/FindQt4.cmake: ENH: some clean up from Clinton
+
+2005-08-10 12:01  hoffman
+
+	* Modules/: FindOpenAL.cmake, FindSDL.cmake, FindSDL_image.cmake,
+	  FindSDL_mixer.cmake, FindSDL_net.cmake, FindSDL_sound.cmake,
+	  FindSDL_ttf.cmake: ENH: add Eric Wings FindSDL updates
+
+2005-08-10 11:42  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-10 10:01  hoffman
+
+	* Source/cmDependsC.cxx: ENH: fix bug in depend file removing for
+	  deleted depend files
+
+2005-08-10 08:48  hoffman
+
+	* Modules/: FindQt.cmake, FindQt4.cmake: ENH: fixed up qt stuff
+	  from Clinton Stimpson
+
+2005-08-09 15:42  jorgb
+
+	* Source/WXDialog/: CMakeSetup.cpp, CommandLineInfo.cpp,
+	  CommandLineInfo.h, cmakesetup.xml: Implemented -G option
+
+2005-08-09 13:12  martink
+
+	* Source/CTest/cmCTestTestHandler.cxx: BUG: do not search the
+	  user's path for text executables when a full path is provided to
+	  the test
+
+2005-08-09 11:36  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-09 10:35  martink
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: BUG: fix for sun make
+	  with spaces
+
+2005-08-08 17:14  jorgb
+
+	* Source/WXDialog/: CMakeSetup.cpp, CMakeSetup.pjd,
+	  CMakeSetupFrame.cpp, CommandLineInfo.cpp, CommandLineInfo.h,
+	  cmakesetup.xml: Started on command line parsing, added string
+	  parse method for default generator
+
+2005-08-08 15:23  martink
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: ENH: have the
+	  build.make file include flags.make and use the language flags
+
+2005-08-08 13:28  martink
+
+	* Source/cmAddCustomCommandCommand.cxx: ENH: fix for earlier fix on
+	  source with relative path
+
+2005-08-08 12:00  king
+
+	* Source/cmAddCustomCommandCommand.cxx: BUG: Do not convert SOURCE
+	  argument from relative to full path.	It breaks the old-style
+	  SOURCE==TARGET trick and the SOURCE argument is only present for
+	  old-style commands anyway.  This addresses bug#2120.
+
+2005-08-08 11:33  king
+
+	* Tests/: SimpleInstall/CMakeLists.txt,
+	  SimpleInstallS2/CMakeLists.txt: BUG: Need TSD target to be built
+	  before SimpleInstall.
+
+2005-08-08 11:28  king
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: BUG: Do not escape
+	  CMAKE_COMMAND twice.
+
+2005-08-08 11:02  martink
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: ENH: fix and issue with
+	  spaces in paths
+
+2005-08-08 10:47  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-08 09:37  king
+
+	* Source/cmake.cxx: BUG: When exiting before the configure step in
+	  script mode we must account for
+	  cmSystemTools::GetErrorOccuredFlag() for the return code.
+
+2005-08-07 10:30  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-06 10:50  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-05 17:07  martink
+
+	* Source/: cmGlobalUnixMakefileGenerator3.cxx,
+	  cmLocalUnixMakefileGenerator3.cxx,
+	  cmLocalUnixMakefileGenerator3.h: ENH: fix warning
+
+2005-08-05 14:19  martink
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: ENH: some fixes for cwd
+	  problems with rebuild_cache option
+
+2005-08-05 11:31  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-04 17:12  king
+
+	* Source/kwsys/CMakeLists.txt: ENH: If VTK_LIBRARY_PROPERTIES is
+	  set then the properties it lists will be added to VTK library
+	  targets with SET_TARGET_PROPERTIES.  This will be useful to
+	  enable shared library versioning.
+
+2005-08-04 11:19  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-03 16:10  king
+
+	* Source/cmAddDependenciesCommand.h: ENH: Clarified documentation
+	  further.
+
+2005-08-03 14:16  andy
+
+	* Source/CTest/cmCTestBuildHandler.cxx: ENH: More build errors
+
+2005-08-03 14:15  andy
+
+	* Source/CTest/cmCTestCoverageHandler.cxx: ENH: More handling of
+	  gcov 4.0
+
+2005-08-03 13:34  andy
+
+	* Source/CTest/cmCTestCoverageHandler.cxx: ENH: More support for
+	  gcov 4.0
+
+2005-08-03 13:19  andy
+
+	* Modules/: CTest.cmake, CTestTargets.cmake: ENH: Initial import
+
+2005-08-03 13:19  andy
+
+	* Modules/: Dart.cmake, FindJNI.cmake: STYLE: Fix typo
+
+2005-08-03 11:56  andy
+
+	* Source/CTest/cmCTestCoverageHandler.cxx: ENH: Add support for the
+	  new gcc that uses files with extension .gcda
+
+2005-08-03 11:50  andy
+
+	* Tests/CTestTest2/test.cmake.in: COMP: Fix for proxy test
+
+2005-08-03 11:24  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-02 17:41  hoffman
+
+	* Modules/Platform/Windows-cl.cmake: ENH: /nologo must be first
+
+2005-08-02 16:44  hoffman
+
+	* Modules/FindQt4.cmake: ENH: add changes for qt4 from Clinton
+	  Stimpson
+
+2005-08-02 16:34  hoffman
+
+	* Modules/FindQt4.cmake: ENH: add changes for qt4 from Clinton
+	  Stimpson
+
+2005-08-02 13:40  andy
+
+	* Source/CMakeLists.txt: ENH: change name from XCode to Xcode no
+	  need to test bootstrap for xcode
+
+2005-08-02 13:02  andy
+
+	* Source/CMakeLists.txt: ENH: change name from XCode to Xcode no
+	  need to test bootstrap for xcode
+
+2005-08-02 13:01  andy
+
+	* Source/cmGlobalXCodeGenerator.cxx: ENH: get around problem where
+	  OBJROOT has been set by default for all projects in Xcode gui
+
+2005-08-02 11:22  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-02 11:06  hoffman
+
+	* Source/: cmGlobalUnixMakefileGenerator3.cxx,
+	  cmLocalUnixMakefileGenerator3.cxx: FIX: fix bad depend info and
+	  COMPILE_FLAGS problem and remove extra cerr calls
+
+2005-08-02 10:07  andy
+
+	* Tests/CTestTest/test.cmake.in: COMP: Try to fix test by taking
+	  arg1 into acount
+
+2005-08-02 09:55  hoffman
+
+	* Modules/FindQt.cmake: ENH: add advanced values
+
+2005-08-01 16:49  king
+
+	* Source/: cmListFileLexer.c, cmListFileLexer.in.l: BUG: Unquoted
+	  arguments can have quotes that are not at the beginning, but only
+	  an even number of them.
+
+2005-08-01 12:06  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-08-01 10:19  martink
+
+	* Source/: cmLocalUnixMakefileGenerator3.cxx,
+	  cmLocalUnixMakefileGenerator3.h: ENH: first step to only
+	  rebuuilding on flag changes
+
+2005-08-01 09:44  hoffman
+
+	* Tests/: Complex/Executable/CMakeLists.txt,
+	  ComplexOneConfig/Executable/CMakeLists.txt,
+	  ComplexRelativePaths/Executable/CMakeLists.txt: ENH: make sure
+	  CMAKE_C_FLAGS are not clobbered
+
+2005-08-01 09:24  king
+
+	* Source/cmQTWrapCPPCommand.cxx: BUG: Patch from Filipe Sousa.
+	  QT_WRAP_CPP should generate the file moc_dlgmain.ui.cxx instead
+	  of moc_dlgmain.cxx.
+
+2005-07-31 23:05  andy
+
+	* Modules/CheckCXXSourceCompiles.cmake,
+	  Tests/MacroTest/CMakeLists.txt: ENH: Add C++ test too
+
+2005-07-31 23:02  andy
+
+	* Modules/CheckCSourceCompiles.cmake,
+	  Tests/MacroTest/CMakeLists.txt: ENH: Add a test for C source file
+	  like AC_TRY_COMPILE
+
+2005-07-31 22:25  hoffman
+
+	* Tests/: Complex/Executable/CMakeLists.txt,
+	  ComplexOneConfig/Executable/CMakeLists.txt,
+	  ComplexRelativePaths/Executable/CMakeLists.txt: ENH: use ansi
+	  flags
+
+2005-07-31 11:51  andy
+
+	* Source/: cmCommands.cxx, cmGetTestPropertyCommand.cxx,
+	  cmGetTestPropertyCommand.h, cmLocalGenerator.cxx, cmMakefile.cxx,
+	  cmMakefile.h, cmSetTestsPropertiesCommand.cxx,
+	  cmSetTestsPropertiesCommand.h, cmTest.cxx, cmTest.h: ENH: Add set
+	  and get test propety command
+
+2005-07-31 11:42  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-07-30 21:58  hoffman
+
+	* Tests/: Complex/Executable/testcflags.c,
+	  ComplexOneConfig/Executable/testcflags.c,
+	  ComplexRelativePaths/Executable/testcflags.c: ENH: no c++
+	  comments in a c file
+
+2005-07-30 11:51  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-07-29 14:17  martink
+
+	* Source/cmFLTKWrapUICommand.cxx: ENH; better warning message and
+	  fix type per julien
+
+2005-07-29 14:02  hoffman
+
+	* Tests/: Complex/cmTestConfigure.h.in,
+	  Complex/Executable/complex.cxx,
+	  ComplexOneConfig/cmTestConfigure.h.in,
+	  ComplexOneConfig/Executable/complex.cxx,
+	  ComplexRelativePaths/cmTestConfigure.h.in,
+	  ComplexRelativePaths/Executable/complex.cxx: ENH: do not test for
+	  c and cxx flags on visual studio as it does not work yet
+
+2005-07-29 13:19  martink
+
+	* Source/kwsys/kwsysPlatformCxxTests.cmake: ENH: change loc of log
+	  files
+
+2005-07-29 11:56  hoffman
+
+	* Tests/: Complex/Executable/CMakeLists.txt,
+	  Complex/Executable/complex.cxx, Complex/Executable/testcflags.c,
+	  ComplexOneConfig/Executable/CMakeLists.txt,
+	  ComplexOneConfig/Executable/complex.cxx,
+	  ComplexOneConfig/Executable/testcflags.c,
+	  ComplexRelativePaths/Executable/CMakeLists.txt,
+	  ComplexRelativePaths/Executable/complex.cxx,
+	  ComplexRelativePaths/Executable/testcflags.c: ENH: add new test
+	  to make sure c and cxx flags are going to the right files
+
+2005-07-29 11:52  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-07-29 11:25  andy
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: BUG: Fix dependencies.
+	  Looks like all dependencies were missing subdirectory
+
+2005-07-29 10:04  andy
+
+	* Source/cmGlobalXCodeGenerator.cxx: ENH: undo last change
+
+2005-07-29 10:02  andy
+
+	* Source/cmGlobalXCodeGenerator.cxx: ENH: support versions greater
+	  than 20
+
+2005-07-29 09:19  martink
+
+	* Modules/CMakeDetermineCCompiler.cmake,
+	  Modules/CMakeDetermineCXXCompiler.cmake,
+	  Modules/CMakeDetermineFortranCompiler.cmake,
+	  Modules/CMakeDetermineJavaCompiler.cmake,
+	  Modules/CMakeDetermineRCCompiler.cmake,
+	  Modules/CMakeDetermineSystem.cmake,
+	  Modules/CMakeTestCCompiler.cmake,
+	  Modules/CMakeTestCXXCompiler.cmake,
+	  Modules/CMakeTestFortranCompiler.cmake,
+	  Modules/CheckFunctionExists.cmake,
+	  Modules/CheckIncludeFile.cmake,
+	  Modules/CheckIncludeFileCXX.cmake,
+	  Modules/CheckIncludeFiles.cmake,
+	  Modules/CheckLibraryExists.cmake,
+	  Modules/CheckSymbolExists.cmake, Modules/CheckTypeSize.cmake,
+	  Modules/CheckVariableExists.cmake, Modules/FindThreads.cmake,
+	  Modules/TestBigEndian.cmake, Modules/TestCXXAcceptsFlag.cmake,
+	  Modules/TestForANSIForScope.cmake,
+	  Modules/TestForSTDNamespace.cmake,
+	  Modules/Platform/Windows-cl.cmake, Source/cmCacheManager.cxx,
+	  Source/cmGlobalGenerator.cxx,
+	  Source/cmGlobalUnixMakefileGenerator3.cxx,
+	  Source/cmGlobalXCodeGenerator.cxx, Source/cmLocalGenerator.cxx,
+	  Source/cmLocalUnixMakefileGenerator3.cxx,
+	  Source/cmLocalVisualStudio7Generator.cxx,
+	  Tests/MakeClean/ToClean/CMakeLists.txt,
+	  Utilities/cmcurl/CMakeLists.txt,
+	  Utilities/cmxmlrpc/CMake/TryCompileFromSource.cmake: ENH: put
+	  cmake files intoa CMakeFiles subdir to clean up bin tree
+
+2005-07-28 15:24  martink
+
+	* Source/: cmLocalUnixMakefileGenerator3.cxx,
+	  cmLocalUnixMakefileGenerator3.h: ENH: fix warning
+
+2005-07-28 14:52  andy
+
+	* Source/cmGlobalXCodeGenerator.cxx: ENH: make sure c flags are
+	  used for c and cxx flags are used for cxx, really Bill
+
+2005-07-28 13:21  barre
+
+	* Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH: add
+	  method to attempt to check if a file is text or binary
+
+2005-07-28 13:12  andy
+
+	* Source/cmGlobalXCodeGenerator.cxx: ENH: make sure custom commands
+	  depend on full path files only: Bill as Andy
+
+2005-07-28 11:58  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-07-28 09:14  martink
+
+	* Source/: cmCustomCommand.cxx, cmCustomCommand.h,
+	  cmLocalUnixMakefileGenerator3.cxx: ENH: always write out all
+	  custom commands
+
+2005-07-27 17:23  king
+
+	* Source/cmMakefile.cxx: BUG: InitializeFromParent should copy
+	  include file regular expressions.
+
+2005-07-27 16:46  king
+
+	* Source/cmGlobalGenerator.cxx: ENH: RUN_TESTS target now uses
+	  proper CMAKE_CFG_INTDIR setting to get $(IntDir) or $(OutDir)
+	  depending on the generator.
+
+2005-07-27 16:37  king
+
+	* Source/cmUtilitySourceCommand.cxx: BUG: Hack to support building
+	  existing trees with UTILITY_SOURCE commands and the new VS
+	  generator directory structure.
+
+2005-07-27 15:46  andy
+
+	* Source/cmGlobalGenerator.cxx: BUG: Generate RUN_TEST target if
+	  any tests are there
+
+2005-07-27 13:36  king
+
+	* Source/: cmGlobalVisualStudio7Generator.cxx,
+	  cmLocalVisualStudio7Generator.cxx,
+	  cmLocalVisualStudio7Generator.h: ENH: Generator now creates a
+	  separate intermediate files directory for each target.  This is
+	  needed for MSVC 8 to support parallel builds.
+
+2005-07-27 12:41  martink
+
+	* Source/: cmLocalUnixMakefileGenerator3.cxx,
+	  cmLocalUnixMakefileGenerator3.h: ENH: fix some warnings and
+	  cleanup some
+
+2005-07-27 11:56  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-07-27 11:42  martink
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: ENH: maybe fix fortran
+	  issue
+
+2005-07-27 11:36  martink
+
+	* Source/: cmLocalUnixMakefileGenerator3.cxx,
+	  cmLocalUnixMakefileGenerator3.h: ENH: fix some warnings and
+	  cleanup some
+
+2005-07-27 11:31  martink
+
+	* Source/: cmDependsJava.cxx, cmGlobalUnixMakefileGenerator3.cxx,
+	  cmLocalUnixMakefileGenerator3.cxx,
+	  cmLocalUnixMakefileGenerator3.h: ENH: fix some warnings and
+	  cleanup some
+
+2005-07-27 09:49  martink
+
+	* Source/: cmDepends.cxx, cmDepends.h, cmDependsC.cxx,
+	  cmDependsC.h, cmDependsFortran.cxx, cmDependsFortran.h,
+	  cmDependsJava.cxx, cmDependsJava.h,
+	  cmGlobalUnixMakefileGenerator3.cxx,
+	  cmGlobalUnixMakefileGenerator3.h, cmLocalGenerator.cxx,
+	  cmLocalGenerator.h, cmLocalUnixMakefileGenerator3.cxx,
+	  cmLocalUnixMakefileGenerator3.h, cmake.cxx: ENH: reduce the
+	  number of files produced still needs a bit more cleanup
+
+2005-07-26 17:40  king
+
+	* Modules/Dart.cmake: ENH: Added VS8 support for DART_CXX_NAME.
+
+2005-07-26 13:26  hoffman
+
+	* Source/cmTarget.cxx: ENH: make sure source file depends are used
+	  to determine if custom commands are used
+
+2005-07-26 13:26  hoffman
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: ENH: if it is not a
+	  cmake target or a full path do not put depend information in the
+	  command
+
+2005-07-26 13:25  hoffman
+
+	* Source/cmFLTKWrapUICommand.cxx: ENH: make sure custom command
+	  depend on fluid so if fltk is part of project fluid gets built
+	  first
+
+2005-07-26 11:45  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-07-26 11:37  king
+
+	* Source/kwsys/: CMakeLists.txt, FundamentalType.h.in: ENH: Added
+	  FundamentalType header defining platform-independent fixed
+	  size/signedness integer types.
+
+2005-07-26 11:36  king
+
+	* Source/kwsys/kwsysPlatformCxxTests.cxx: ENH: Added
+	  TEST_KWSYS_CXX_SAME_LONG_AND___INT64,
+	  TEST_KWSYS_CXX_SAME_LONG_LONG_AND___INT64,
+	  TEST_KWSYS_CAN_CONVERT_UI64_TO_DOUBLE, and
+	  TEST_KWSYS_CHAR_IS_SIGNED.
+
+2005-07-26 11:34  king
+
+	* Source/kwsys/: Base64.c, Base64.h.in, Configure.h.in,
+	  Process.h.in: ENH: Moved kwsys_ns and kwsysEXPORT macros to
+	  Configure.h in the case of building a kwsys source file.  This
+	  allows more than one header to be included in a kwsys source file
+	  without redefining the macros.
+
+2005-07-26 09:17  andy
+
+	* Tests/CTestTest3/test.cmake.in: ENH: Add support for multi-string
+	  compiler name, and improve support for subversion
+
+2005-07-25 16:10  hoffman
+
+	* Source/cmLocalVisualStudio7Generator.cxx: ENH: fix lib case bug
+	  correctly
+
+2005-07-25 11:41  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-07-24 11:42  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-07-23 11:44  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-07-23 10:32  hoffman
+
+	* Source/cmLocalVisualStudio7Generator.cxx: BUG: undo fix
+
+2005-07-22 17:36  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-07-22 15:41  hoffman
+
+	* Source/cmLocalVisualStudio7Generator.cxx: ENH: more efficent fix
+	  for bug # 2063
+
+2005-07-22 15:33  hoffman
+
+	* Source/cmLocalVisualStudio7Generator.cxx: BUG: fix for case
+	  mismatched lib bug # 2063
+
+2005-07-22 15:32  hoffman
+
+	* Source/cmDependsC.cxx: ENH: string += is very slow, so don't use
+	  it
+
+2005-07-22 08:40  andy
+
+	* Source/CTest/cmCTestUpdateHandler.cxx: ENH: Better handling of
+	  removed files and remove warning
+
+2005-07-22 08:39  andy
+
+	* Source/CTest/cmCTestBuildHandler.cxx: ENH: More regular
+	  expressions
+
+2005-07-21 15:54  andy
+
+	* Source/CTest/cmCTestUpdateHandler.cxx: ENH: Add support for
+	  detecting files that were removed
+
+2005-07-21 10:26  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-07-21 09:07  andy
+
+	* Source/CTest/cmCTestSubmitHandler.cxx: BUG: Remove duplicate
+	  prefix
+
+2005-07-20 22:23  hoffman
+
+	* Source/cmGlobalXCodeGenerator.cxx: ENH: fix warning
+
+2005-07-20 15:44  hoffman
+
+	* Modules/CMakeCCompiler.cmake.in, Modules/CMakeCInformation.cmake,
+	  Modules/CMakeCXXCompiler.cmake.in,
+	  Modules/CMakeCXXInformation.cmake,
+	  Modules/CMakeDetermineCCompiler.cmake,
+	  Modules/CMakeDetermineCXXCompiler.cmake,
+	  Modules/CMakeDetermineFortranCompiler.cmake,
+	  Modules/CMakeDetermineJavaCompiler.cmake,
+	  Modules/CMakeDetermineRCCompiler.cmake,
+	  Modules/CMakeFortranCompiler.cmake.in,
+	  Modules/CMakeFortranInformation.cmake,
+	  Modules/CMakeJavaCompiler.cmake.in,
+	  Modules/CMakeRCCompiler.cmake.in,
+	  Modules/CMakeRCInformation.cmake, Source/cmLocalGenerator.cxx:
+	  ENH: make sure flags set in CC or CXX environment variables stay
+	  with the compiler
+
+2005-07-20 12:54  hoffman
+
+	* Modules/: CMakeCInformation.cmake, CMakeCXXInformation.cmake,
+	  Platform/Windows-cl.cmake: ENH: move flags next to compiler, so
+	  if env contains compiler and some flag, they stay together
+
+2005-07-20 12:53  hoffman
+
+	* Source/CMakeLists.txt: ENH: java does not work under mingw
+
+2005-07-20 12:48  hoffman
+
+	* Modules/: FindQt.cmake, FindQt4.cmake: ENH: make sure qmake is on
+	  the machine before running it
+
+2005-07-20 12:40  andy
+
+	* Source/kwsys/testHashSTL.cxx: ENH: Rename test
+
+2005-07-20 12:03  andy
+
+	* Source/cmCTest.cxx: BUG: Initialize variable
+
+2005-07-20 12:02  andy
+
+	* Source/kwsys/: CMakeLists.txt, testhash.cxx: ENH: Rename test
+
+2005-07-20 10:16  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-07-19 18:05  hoffman
+
+	* Source/cmGlobalXCodeGenerator.cxx: ENH: make it so that bootstrap
+	  does not use xml parser
+
+2005-07-19 17:16  hoffman
+
+	* Source/: cmake.cxx, cmake.h: ENH: fix for bug 1866, make -G,-D -C
+	  options allow for space between arg and value
+
+2005-07-19 16:40  hoffman
+
+	* Source/: CMakeLists.txt, cmFileCommand.cxx,
+	  cmGlobalXCode21Generator.cxx, cmGlobalXCodeGenerator.cxx,
+	  cmGlobalXCodeGenerator.h: ENH: if Xcode21 is installed then
+	  create 21 compatible project files
+
+2005-07-19 15:28  hoffman
+
+	* Source/: cmGlobalXCode21Generator.cxx,
+	  cmGlobalXCode21Generator.h: ENH: add new stub generator
+
+2005-07-19 15:27  hoffman
+
+	* Source/cmTryCompileCommand.h: ENH: add more docs
+
+2005-07-19 14:36  hoffman
+
+	* Modules/CMakeGenericSystem.cmake: ENH: make KDevelop3 default to
+	  CMAKE_VERBOSE_MAKEFILE
+
+2005-07-19 11:48  hoffman
+
+	* Modules/CMakeGenericSystem.cmake: ENH: make KDevelop3 default to
+	  CMAKE_VERBOSE_MAKEFILE
+
+2005-07-19 10:10  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-07-18 12:53  andy
+
+	* Source/: cmCTest.cxx, cmCTest.h, ctest.cxx,
+	  CTest/cmCTestSubmitCommand.cxx, CTest/cmCTestSubmitHandler.cxx:
+	  ENH: Add a way to submit extra files to the dashboard
+
+2005-07-18 11:46  andy
+
+	* Modules/Dart.cmake, Source/cmCTest.cxx, Source/cmCTest.h,
+	  Source/ctest.cxx, Tests/CTestTest2/test.cmake.in: ENH: Several
+	  improvements and cleanups: 1. Add long command line arguments for
+	  every argument 2. Add a way to overwrite CTest configuration by
+	  providing --overwrite TimeOut=10 3. Improve argument parsing.  4.
+	  Add submit index argument
+
+2005-07-18 11:32  andy
+
+	* Source/CTest/cmCTestGenericHandler.cxx: ENH: Cleanup file name
+
+2005-07-18 11:32  andy
+
+	* Source/cmDocumentation.cxx: ENH: Cleanup the help a bit
+
+2005-07-18 08:47  hoffman
+
+	* Modules/FindQt.cmake: ENH: fix qt bug
+
+2005-07-18 03:18  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-07-17 03:14  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-07-16 03:16  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-07-15 15:20  hoffman
+
+	* Source/cmGlobalXCodeGenerator.h: ENH: fix bug 1960
+
+2005-07-15 13:24  hoffman
+
+	* Source/cmAddTestCommand.h: BUG: fix for bug 1838
+
+2005-07-15 12:57  hoffman
+
+	* Modules/FindGLUT.cmake: BUG: fix for bug 852
+
+2005-07-15 12:39  hoffman
+
+	* Modules/: FindQt.cmake: ENH: fix hard coded include from patch
+
+2005-07-15 12:14  hoffman
+
+	* Modules/: FindQt.cmake, FindQt3.cmake, FindQt4.cmake: ENH: add
+	  new qt stuff from warfield@bwh.harvard.edu, thanks
+
+2005-07-15 12:01  martink
+
+	* Utilities/CMakeLists.txt: BUG: converted to 1.8 form of custom
+	  commands
+
+2005-07-15 11:48  andy
+
+	* Modules/FindPythonInterp.cmake: ENH: Add registry for 2.4
+
+2005-07-15 11:45  andy
+
+	* Modules/FindPythonInterp.cmake: BUG: Set PYTHONINTERP_FOUND
+
+2005-07-15 11:38  hoffman
+
+	* Source/WXDialog/bin/FindwxWin.cmake: ENH: fix for older versions
+	  of cmake
+
+2005-07-15 11:38  hoffman
+
+	* Source/: cmGlobalUnixMakefileGenerator3.cxx,
+	  cmGlobalUnixMakefileGenerator3.h: ENH: fix static build of vtk
+	  with cmake by having custom targets chain depend information
+
+2005-07-15 11:37  hoffman
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: ENH: remove commented
+	  code
+
+2005-07-15 11:36  hoffman
+
+	* Source/CMakeLists.txt: ENH: remove messages about not running
+	  java test
+
+2005-07-15 11:34  hoffman
+
+	* Source/cmDynamicLoader.cxx: ENH: fix compile error bug# 2020 on
+	  mac
+
+2005-07-15 08:36  andy
+
+	* Modules/FindPythonInterp.cmake: ENH: Initial import
+
+2005-07-15 03:11  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-07-14 17:21  hoffman
+
+	* Source/WXDialog/: CMakeLists.txt, bin/FindwxWin.cmake: ENH: fix
+	  wxdialog to build with xcode
+
+2005-07-14 16:46  andy
+
+	* Source/WXDialog/CMakeLists.txt: ENH: add an install target for
+	  WXDialog
+
+2005-07-14 16:00  hoffman
+
+	* Source/cmLocalGenerator.cxx: ENH: fix for bug 992, mac bundle
+	  install fix
+
+2005-07-14 15:12  hoffman
+
+	* Source/cmMakefile.cxx: BUG: fix for bug 1850 wrapping can leave
+	  out files if they are a substring of another file
+
+2005-07-14 14:15  andy
+
+	* Source/CTest/cmCTestCoverageHandler.cxx: ENH: Some more cleanups
+	  and add ctest custom vector for regular expression to exclude
+	  from coverage
+
+2005-07-14 14:15  andy
+
+	* Source/cmCTest.cxx: BUG: Look for custom files in all directories
+
+2005-07-14 13:50  hoffman
+
+	* Tests/OutOfSource/OutOfSourceSubdir/: testlib.cxx, testlib.h:
+	  ENH: add missing files
+
+2005-07-14 13:25  andy
+
+	* Source/CTest/: cmCTestCoverageHandler.cxx,
+	  cmCTestCoverageHandler.h: ENH: Add custom supression regular
+	  expressions
+
+2005-07-14 12:21  hoffman
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx,
+	  Tests/OutOfSource/OutOfSourceSubdir/CMakeLists.txt,
+	  Tests/OutOfSource/OutOfSourceSubdir/simple.cxx: FIX: fix bug
+	  2043 borland compiler and dll problem and add a test for it
+
+2005-07-14 11:24  andy
+
+	* Source/CTest/cmCTestCoverageHandler.cxx: BUG: Fix line number
+	  inconsistency, improve output
+
+2005-07-14 10:15  martink
+
+	* Source/cmLocalUnixMakefileGenerator3.cxx: BUG: add support for
+	  borland exe with shared libs back in
+
+2005-07-14 09:44  andy
+
+	* Tests/: Complex/Executable/complex.cxx,
+	  ComplexOneConfig/Executable/complex.cxx,
+	  ComplexRelativePaths/Executable/complex.cxx: ENH: Do 4 files
+
+2005-07-14 09:30  andy
+
+	* Tests/: Complex/Executable/complex.cxx,
+	  ComplexOneConfig/Executable/complex.cxx,
+	  ComplexRelativePaths/Executable/complex.cxx: ENH: Add a test for
+	  cmGeneratedFileStream
+
+2005-07-14 09:29  andy
+
+	* Source/CTest/cmCTestTestCommand.cxx: COMP: Remove warning and fix
+	  the logic
+
+2005-07-14 09:29  andy
+
+	* Source/CTest/cmCTestCoverageHandler.cxx: BUG: Rename tmp files
+
+2005-07-14 03:13  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-07-13 16:57  hoffman
+
+	* Source/cmLocalVisualStudio7Generator.cxx: BUG: remove part of
+	  patch from bug 1965 that set executable paths
+
+2005-07-13 16:49  hoffman
+
+	* Source/cmLocalVisualStudio6Generator.cxx: BUG: revert part of
+	  patch that set executable debug prefix as it breaks too much
+	  stuff
+
+2005-07-13 16:24  hoffman
+
+	* Source/cmLocalGenerator.cxx: ENH: add -L as possible library flag
+
+2005-07-13 16:23  hoffman
+
+	* Source/cmGlobalXCodeGenerator.cxx: ENH: add support for bundles
+
+2005-07-13 16:20  hoffman
+
+	* Source/cmLocalVisualStudio6Generator.cxx: BUG: try to fix failed
+	  test
+
+2005-07-13 15:49  hoffman
+
+	* Source/CMakeLists.txt: ENH: add bundle test
+
+2005-07-13 15:43  hoffman
+
+	* Tests/BundleTest/: BundleTest.cxx, CMakeLists.txt: ENH: add a
+	  bundle test
+
+2005-07-13 11:21  hoffman
+
+	* Source/: cmLocalVisualStudio6Generator.cxx,
+	  cmLocalVisualStudio6Generator.h,
+	  cmLocalVisualStudio7Generator.cxx,
+	  cmLocalVisualStudio7Generator.h, cmMakefile.cxx, cmMakefile.h,
+	  cmSourceGroup.cxx, cmSourceGroup.h, cmSourceGroupCommand.cxx:
+	  FIX: apply patch from bug# 1965
+
+2005-07-13 10:17  andy
+
+	* Source/: cmCTest.h, CTest/cmCTestTestCommand.cxx: ENH: Add
+	  timeout support
+
+2005-07-13 09:49  andy
+
+	* Source/kwsys/SystemTools.cxx: COMP: Remove warning on windows
+
+2005-07-13 09:08  hoffman
+
+	* Modules/FindDoxygen.cmake: ENH: fix for darwin from eric wing
+
+2005-07-13 09:06  hoffman
+
+	* Modules/: FindOpenAL.cmake, FindPhysFS.cmake, FindSDL.cmake,
+	  FindSDL_image.cmake, FindSDL_mixer.cmake, FindSDL_net.cmake,
+	  FindSDL_ttf.cmake: ENH: add a bunch of find sdl stuff from eric
+	  wing
+
+2005-07-13 08:29  hoffman
+
+	* Modules/Platform/: CYGWIN-g77.cmake, IRIX64.cmake, g77.cmake:
+	  FIX: for 1852 fix fortran case
+
+2005-07-13 03:10  andy
+
+	* Source/cmVersion.cxx: STYLE: Nightly Version update
+
+2005-07-12 17:30  hoffman
+
+	* ChangeLog.manual, Source/kwsys/SystemTools.cxx,
+	  Source/kwsys/SystemTools.hxx.in: merge from main tree
+
+2005-07-12 17:24  hoffman
+
+	* CMakeSystemConfig.txt.in, CMakeWindowsSystemConfig.txt: ENH:
+	  remove unused files
+
+2005-07-12 17:24  hoffman
+
+	* Source/cmCPluginAPI.h: ENH: change version
+
+2005-07-12 17:23  hoffman
+
+	* Utilities/: cmcurl/CMakeLists.txt, cmxmlrpc/CMakeLists.txt: add
+	  -dl on unix
+
+2005-07-12 17:22  hoffman
+
+	* Utilities/Release/: cmake_release.sh, config_Darwin,
+	  config_HP-UX, config_SunOS, release_dispatch.sh: move release
+	  stuff off branch
+
+2005-07-12 16:56  hoffman
+
+	* ChangeLog.txt: update changes
+
+2005-07-12 16:51  hoffman
+
+	* ChangeLog.txt: ENH: update changes for 2.2
+
 2005-07-12 15:40  hoffman
 
 	* Utilities/Release/config_Darwin: [no log message]
@@ -27668,8 +36605,19 @@
 
 2002-03-20 13:16  hoffman
 
-	* CMakeLists.txt, Source/CMakeLists.txt: ENH: remove fltk dialog as
-	  it is no longer supported
+	* CMakeLists.txt, Source/CMakeLists.txt,
+	  Source/FLTKDialog/CMakeLists.txt,
+	  Source/FLTKDialog/CMakeSetupGUI.fl,
+	  Source/FLTKDialog/CMakeSetupGUIImplementation.cxx,
+	  Source/FLTKDialog/CMakeSetupGUIImplementation.h,
+	  Source/FLTKDialog/FLTKDialog.cxx,
+	  Source/FLTKDialog/FLTKDialog.dsp,
+	  Source/FLTKDialog/FLTKPropertyItemRow.cxx,
+	  Source/FLTKDialog/FLTKPropertyItemRow.h,
+	  Source/FLTKDialog/FLTKPropertyList.cxx,
+	  Source/FLTKDialog/FLTKPropertyList.h,
+	  Source/FLTKDialog/Makefile.in: ENH: remove fltk dialog as it is
+	  no longer supported
 
 2002-03-19 12:25  andy
 
@@ -28115,6 +37063,11 @@
 
 	* Source/: Makefile.borland, CMakeLists.txt: ENH: add dotnet stuff
 
+2002-02-19 10:23  ibanez
+
+	* Source/FLTKDialog/FLTKDialog.cxx: FIX: FLTK includes should use
+	  ".H" instead of ".h"
+
 2002-02-19 09:43  hoffman
 
 	* Source/MFCDialog/CMakeSetup.rc: fix spacing on text
@@ -28365,6 +37318,12 @@
 	  ComplexRelativePaths/CMakeLists.txt: BUG: must use ANSI flags for
 	  complex test now.
 
+2002-01-21 15:39  will
+
+	* Source/FLTKDialog/: CMakeSetupGUIImplementation.cxx,
+	  FLTKDialog.cxx, FLTKPropertyItemRow.cxx, FLTKPropertyList.cxx:
+	  ENH:Updated copyright
+
 2002-01-21 15:30  barre
 
 	* Tests/: Complex/Executable/complex.cxx,
@@ -28476,6 +37435,8 @@
 	  CursesDialog/cmCursesStringWidget.cxx,
 	  CursesDialog/cmCursesStringWidget.h,
 	  CursesDialog/cmCursesWidget.cxx, CursesDialog/cmCursesWidget.h,
+	  FLTKDialog/CMakeSetupGUIImplementation.h,
+	  FLTKDialog/FLTKPropertyItemRow.h, FLTKDialog/FLTKPropertyList.h,
 	  MFCDialog/CMakeCommandLineInfo.h, MFCDialog/CMakeSetup.h,
 	  MFCDialog/CMakeSetupDialog.h, MFCDialog/MakeHelp.h,
 	  MFCDialog/PathDialog.h, MFCDialog/PropertyList.h,
@@ -29501,6 +38462,17 @@
 	  GENERATED_CODE type is no longer needed: generated code is not a
 	  Target.
 
+2001-12-11 02:15  ibanez
+
+	* Source/FLTKDialog/: CMakeSetupGUI.cxx, CMakeSetupGUI.h: ENH:
+	  These files are now generated from the .fl file by FLTK_WRAP_UI
+	  command.
+
+2001-12-11 02:14  ibanez
+
+	* Source/FLTKDialog/CMakeLists.txt: FIX: FLTK_WRAP_UI command
+	  modified.
+
 2001-12-10 12:10  king
 
 	* Modules/FindTclsh.cmake: ENH: Added more filenames for tclsh
@@ -30119,6 +39091,12 @@
 
 	* Source/cmMarkAsAdvancedCommand.cxx: fix warning
 
+2001-11-27 19:38  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUIImplementation.cxx: FIX: When
+	  switching from one project to another the CacheGUI wasn't being
+	  cleared. Values from one project were mixed into the other.
+
 2001-11-27 17:53  berk
 
 	* Source/: cmNMakeMakefileGenerator.cxx,
@@ -30431,6 +39409,10 @@
 
 	* Source/cmUnixMakefileGenerator.cxx: ENH: remove debug statements
 
+2001-11-14 08:49  hoffman
+
+	* Source/FLTKDialog/CMakeSetupGUI.cxx: ENH: remove warning
+
 2001-11-13 18:23  hoffman
 
 	* Source/: CMakeLib.dsp, CMakeLists.txt,
@@ -30457,9 +39439,16 @@
 
 	* Source/: cmCacheManager.cxx, cmForEachCommand.cxx,
 	  cmIncludeExternalMSProjectCommand.cxx, cmMakefile.cxx,
-	  cmSystemTools.cxx, cmUnixMakefileGenerator.cxx: ENH: clean up
+	  cmSystemTools.cxx, cmUnixMakefileGenerator.cxx,
+	  FLTKDialog/CMakeSetupGUI.cxx, FLTKDialog/CMakeSetupGUI.h,
+	  FLTKDialog/CMakeSetupGUIImplementation.cxx: ENH: clean up
 	  warnings
 
+2001-11-13 12:25  hoffman
+
+	* Source/FLTKDialog/: CMakeSetupGUI.cxx, FLTKPropertyItemRow.cxx:
+	  WAR: fix compile warnings
+
 2001-11-13 12:21  hoffman
 
 	* Source/cmAddDependenciesCommand.h: ENH: fix spelling error
@@ -30889,6 +39878,12 @@
 	  cmIncludeExternalMSProjectCommand.h: INCLUDE_EXTERNAL_MSPROJECT
 	  command
 
+2001-10-30 18:32  ibanez
+
+	* Source/FLTKDialog/: FLTKPropertyItemRow.cxx,
+	  FLTKPropertyItemRow.h: FIX: Reverted to use
+	  FillCacheManagerFromGUI().
+
 2001-10-30 14:36  andy
 
 	* Source/cmCacheManager.cxx: Fix the problem on windows of capital
@@ -30906,15 +39901,52 @@
 	  file command that allows for only expansion of at variables and
 	  not dollar variables
 
+2001-10-30 04:33  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUIImplementation.cxx: FIX: In order
+	  to disable a button in fl_choice, a 0 pointer must be sent
+	  instead of  "".
+
+2001-10-29 21:22  ibanez
+
+	* Source/FLTKDialog/: FLTKPropertyItemRow.cxx,
+	  FLTKPropertyItemRow.h: ENH: FillCacheManagerFromGUI() was
+	  replaced by SaveFromCacheGUI() to	 ensure that changes on the
+	  GUI are directly update in the config      file.
+
+2001-10-29 21:20  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUIImplementation.cxx: ENH: fl_ask
+	  replaced by fl_choice in FLTKCallback.
+
 2001-10-29 10:41  hoffman
 
-	* Source/: cmSystemTools.cxx, MFCDialog/CMakeSetupDialog.cpp: ENH:
-	  use callback not ifdef for MFC message box errors
+	* Source/: cmSystemTools.cxx,
+	  FLTKDialog/CMakeSetupGUIImplementation.cxx,
+	  MFCDialog/CMakeSetupDialog.cpp: ENH: use callback not ifdef for
+	  MFC message box errors
 
 2001-10-29 10:19  hoffman
 
-	* Source/: cmCacheManager.cxx, cmSystemTools.cxx, cmSystemTools.h:
-	  ENH: add callback for message display
+	* Source/: cmCacheManager.cxx, cmSystemTools.cxx, cmSystemTools.h,
+	  FLTKDialog/CMakeSetupGUIImplementation.cxx: ENH: add callback for
+	  message display
+
+2001-10-28 18:52  ibanez
+
+	* Source/FLTKDialog/: CMakeSetupGUI.cxx, CMakeSetupGUI.fl: ENH:
+	  Button were renamed : "Configure", "OK" and "Cancel" as the MFC
+	  version.
+
+2001-10-27 23:47  ibanez
+
+	* Source/FLTKDialog/: CMakeSetupGUI.cxx, CMakeSetupGUI.fl,
+	  CMakeSetupGUI.h, CMakeSetupGUIImplementation.cxx,
+	  CMakeSetupGUIImplementation.h, FLTKPropertyItemRow.cxx,
+	  FLTKPropertyList.cxx, FLTKPropertyList.h: ENH: Updated with
+	  respect to MFC CMakeSetup. New cache entries are now	    colored
+	  in red. The browsers for recent directories only popup if
+	  there is at least one in the list.
 
 2001-10-26 18:21  hoffman
 
@@ -32071,6 +41103,11 @@
 
 	* Source/cmConfigure.cmake.h.in: BUG: add in for scope variable
 
+2001-08-08 14:25  martink
+
+	* Source/FLTKDialog/CMakeSetupGUIImplementation.cxx: ENH: update to
+	  new style of cache access
+
 2001-08-08 13:14  hoffman
 
 	* Source/: cmSiteNameCommand.cxx, cmUtilitySourceCommand.cxx: BUG:
@@ -32362,6 +41399,13 @@
 	* Templates/DLLHeader.dsptemplate: adding what I think is a missing
 	  /pdbtype:sept
 
+2001-07-19 14:31  ibanez
+
+	* Source/FLTKDialog/: CMakeSetupGUI.cxx, CMakeSetupGUI.fl,
+	  CMakeSetupGUI.h, CMakeSetupGUIImplementation.cxx,
+	  CMakeSetupGUIImplementation.h, FLTKDialog.cxx: ENH: Save and Load
+	  of recent Source and Binary directories added.
+
 2001-07-18 16:45  martink
 
 	* Source/cmMakefile.h: updated version
@@ -32645,11 +41689,21 @@
 	* Templates/CMakeSystemConfig.cmake.in: set values in the cache not
 	  just the current makefile
 
+2001-06-28 15:11  berk
+
+	* Source/FLTKDialog/FLTKPropertyItemRow.cxx: Undefined symbol
+
 2001-06-28 15:08  berk
 
 	* Source/cmUnixMakefileGenerator.cxx: Special rules for
 	  out-of-package source files.
 
+2001-06-28 14:53  hoffman
+
+	* Source/FLTKDialog/: CMakeLists.txt,
+	  CMakeSetupGUIImplementation.cxx, FLTKPropertyItemRow.cxx,
+	  FLTKPropertyList.cxx: BUG: fix for sgi compiler
+
 2001-06-28 14:38  hoffman
 
 	* Templates/: configure, configure.in: BUG: pass flags to compiler
@@ -32930,10 +41984,21 @@
 	* Source/: CMakeLists.txt, cmSourceFile.cxx, cmStandardIncludes.h:
 	  BUG: fix bootstrap build on unix
 
+2001-06-21 12:43  ibanez
+
+	* Source/FLTKDialog/: CMakeSetupGUIImplementation.cxx,
+	  FLTKPropertyItemRow.cxx, 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 12:31  hoffman
 
 	* CMakeLists.txt: ENH: add include regexp
 
+2001-06-21 12:19  martink
+
+	* Source/FLTKDialog/CMakeLists.txt: added install target
+
 2001-06-21 12:01  martink
 
 	* CMakeLists.txt, Makefile.in, configure, configure.in, install-sh,
@@ -32952,9 +42017,48 @@
 	* Source/: cmIncludeCommand.cxx, cmIncludeCommand.h: ENH: add
 	  optional include and only allow one file per INCLUDE
 
+2001-06-21 10:17  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUIImplementation.cxx: ENH: INTERNAL
+	  properties are not display any longer in the GUI
+
+2001-06-21 09:56  ibanez
+
+	* Source/FLTKDialog/FLTKPropertyItemRow.cxx: ENH: The cache is not
+	  saved now after every modification of the GUI
+
+2001-06-21 09:45  ibanez
+
+	* Source/FLTKDialog/: CMakeSetupGUIImplementation.cxx,
+	  FLTKPropertyItemRow.cxx: ENH: Clearing and redrawing the property
+	  list after a build to load the new cache.
+
+2001-06-21 08:41  ibanez
+
+	* Source/FLTKDialog/: CMakeSetupGUIImplementation.cxx,
+	  FLTKPropertyItemRow.cxx, FLTKPropertyItemRow.h,
+	  FLTKPropertyList.cxx, FLTKPropertyList.h: ENH: PropertyRows have
+	  now a reference to CMakeSetupGUI and save the cache	   at each
+	  callback action
+
+2001-06-21 07:37  ibanez
+
+	* Source/FLTKDialog/: CMakeLists.txt, CMakeSetupGUI.cxx,
+	  CMakeSetupGUI.fl, CMakeSetupGUI.h,
+	  CMakeSetupGUIImplementation.cxx, FLTKPropertyItemRow.cxx,
+	  FLTKPropertyItemRow.h: ENH: PropertyNameButton was removed.
+	  PropertyRow manages all the callbacks now
+
+2001-06-21 07:35  ibanez
+
+	* Source/FLTKDialog/: FLTKPropertyNameButtonWithHelp.h,
+	  FLTKPropertyNameButtonWithHelp.cxx: Removed: now the help string
+	  is managed by the PropertyRow class
+
 2001-06-20 17:03  hoffman
 
-	* Source/MFCDialog/CMakeLists.txt: ENH: add CMakeSetup as a target
+	* Source/: FLTKDialog/CMakeLists.txt, MFCDialog/CMakeLists.txt:
+	  ENH: add CMakeSetup as a target
 
 2001-06-20 16:49  hoffman
 
@@ -32968,9 +42072,11 @@
 
 	* Source/CMakeLists.txt, Source/cmConfigure.cmake.h.in,
 	  Source/cmSourceFile.cxx, Source/cmStandardIncludes.h,
-	  Source/cmake.cxx, Templates/CMakeSystemConfig.cmake.in,
-	  Templates/configure, Templates/configure.in: ENH: fix cmake so it
-	  can boot strap itself better
+	  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 16:29  hoffman
 
@@ -32978,8 +42084,10 @@
 
 2001-06-19 16:10  hoffman
 
-	* Source/CMakeLists.txt: ENH: build fltk cmake on unix with
-	  bootstrap
+	* Source/: CMakeLists.txt, FLTKDialog/CMakeLists.txt,
+	  FLTKDialog/CMakeSetupGUIImplementation.cxx,
+	  FLTKDialog/FLTKPropertyNameButtonWithHelp.cxx: ENH: build fltk
+	  cmake on unix with bootstrap
 
 2001-06-19 16:05  king
 
@@ -32993,10 +42101,16 @@
 	  BUILD_SHARED_LIBRARIES command that used to be used is now
 	  deprecated.
 
+2001-06-19 15:49  hoffman
+
+	* Source/FLTKDialog/CMakeLists.txt: ENH: add bootstrap support for
+	  building fltk
+
 2001-06-19 15:33  hoffman
 
-	* Source/: CMakeLists.txt, MFCDialog/CMakeSetupDialog.cpp: ENH: add
-	  bootstrap support for building fltk
+	* Source/: CMakeLists.txt, FLTKDialog/CMakeSetupGUI.cxx,
+	  MFCDialog/CMakeSetupDialog.cpp: ENH: add bootstrap support for
+	  building fltk
 
 2001-06-19 14:32  hoffman
 
@@ -33070,11 +42184,31 @@
 	* Source/cmUnixMakefileGenerator.cxx: BUG: fixed so that empty
 	  library paths are ignored
 
+2001-06-15 07:51  ibanez
+
+	* Source/FLTKDialog/: CMakeSetupGUIImplementation.cxx,
+	  CMakeSetupGUIImplementation.h, FLTKDialog.cxx,
+	  FLTKPropertyNameButtonWithHelp.cxx: ENH: Absolute path to cmake
+	  resolved
+
+2001-06-15 07:49  ibanez
+
+	* Source/FLTKDialog/Makefile.in: ENH: Getting headers and libs for
+	  FLTK and OpenGL
+
 2001-06-14 17:06  biddi
 
 	* Source/cmSourceFile.cxx: ERR: allow *.cpp as well as *.cxx etc
 	  etc
 
+2001-06-14 14:32  berk
+
+	* Source/FLTKDialog/: CMakeSetupGUIImplementation.cxx,
+	  FLTKPropertyItemRow.cxx, FLTKPropertyItemRow.h,
+	  FLTKPropertyList.cxx, FLTKPropertyNameButtonWithHelp.cxx,
+	  FLTKPropertyNameButtonWithHelp.h: Include directory names are
+	  Case sensitive in Unix.
+
 2001-06-14 11:45  martink
 
 	* Source/CMakeLib.dsp: added make depend on win32
@@ -33117,6 +42251,31 @@
 	* CMakeLists.txt, Source/cmTarget.cxx, Source/cmTarget.h: minor cvs
 	  web changeCMakeLists.txt
 
+2001-06-13 10:28  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUIImplementation.cxx: ENH: Search
+	  for cmake executable full path added (window/unix)
+
+2001-06-13 00:16  ibanez
+
+	* Source/FLTKDialog/: FLTKPropertyItemRow.cxx,
+	  FLTKPropertyItemRow.h, FLTKPropertyList.cxx, FLTKPropertyList.h,
+	  FLTKPropertyNameButtonWithHelp.cxx,
+	  FLTKPropertyNameButtonWithHelp.h: ENH: Added popup menu for
+	  removing a property.	Some style changes
+
+2001-06-12 18:44  ibanez
+
+	* Source/FLTKDialog/: FLTKPropertyItemRow.cxx,
+	  FLTKPropertyItemRow.h, Makefile.in: ENH: Added help blobs that
+	  popup when the mouse is left on top of the	  property name
+
+2001-06-12 18:43  ibanez
+
+	* Source/FLTKDialog/: FLTKPropertyNameButtonWithHelp.cxx,
+	  FLTKPropertyNameButtonWithHelp.h:  Class derived from Fl_Button
+	  with added help blobs
+
 2001-06-12 14:15  perera
 
 	* Source/cmUnixMakefileGenerator.cxx, Templates/configure,
@@ -33135,6 +42294,13 @@
 	  to run with the current directory as the project's binary
 	  directory.
 
+2001-06-12 12:20  king
+
+	* Source/FLTKDialog/: CMakeSetupGUI.h,
+	  CMakeSetupGUIImplementation.cxx, CMakeSetupGUIImplementation.h:
+	  ERR: Needed virtual destructor to correspond to virtual
+	  functions.  Also added several std:: qualifiers to string.
+
 2001-06-12 11:55  martink
 
 	* Source/: cmakemain.cxx: cmake does not require two arguments
@@ -33177,6 +42343,15 @@
 	  cmUnixMakefileGenerator.h, cmMakeDepend.cxx: some cleanup to the
 	  make depend process
 
+2001-06-12 08:34  ibanez
+
+	* Source/FLTKDialog/: CMakeSetupGUI.cxx, CMakeSetupGUI.fl,
+	  CMakeSetupGUI.h, CMakeSetupGUIImplementation.cxx,
+	  CMakeSetupGUIImplementation.h, 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 08:31  king
 
 	* Source/cmUnixMakefileGenerator.cxx: BUG: WIN32_EXECUTABLE targets
@@ -33224,11 +42399,56 @@
 	  match registry entries.  The expression now matches everything
 	  after a [HKEY until the first ']' is encountered.
 
+2001-06-11 02:10  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUIImplementation.cxx: ENH: Waiting
+	  cursor color were reversed
+
+2001-06-11 01:20  ibanez
+
+	* Source/FLTKDialog/: CMakeSetupGUIImplementation.cxx,
+	  CMakeSetupGUIImplementation.h: ENH: CMake invokation is working.
+
+2001-06-10 21:36  ibanez
+
+	* Source/FLTKDialog/: CMakeSetupGUIImplementation.cxx,
+	  CMakeSetupGUIImplementation.h: ENH: Cache saving added
+
 2001-06-10 18:27  ibanez
 
 	* Source/cmSystemTools.cxx: DOC: Added a comment about the risk of
 	  using tempnam in Unix, as opposed to	    using mkstemp.
 
+2001-06-10 18:25  ibanez
+
+	* Source/FLTKDialog/: CMakeSetupGUI.cpp,
+	  CMakeSetupGUIImplementation.cpp, FLTKPropertyList.cpp,
+	  FLTKDialog.cpp:      .cpp renamed as .cxx
+
+2001-06-10 18:23  ibanez
+
+	* Source/FLTKDialog/FLTKPropertyItemRow.h:	Class to manage
+	  every row in the GUI scrolling, corresponding to a
+	       single property
+
+2001-06-10 18:23  ibanez
+
+	* Source/FLTKDialog/Makefile.in:      Template for the Makefile
+
+2001-06-10 18:21  ibanez
+
+	* Source/FLTKDialog/: CMakeSetupGUI.cxx,
+	  CMakeSetupGUIImplementation.cxx, FLTKDialog.cxx,
+	  FLTKPropertyItemRow.cxx, FLTKPropertyList.cxx: ENH: cpp renamed
+	  cxx. Copy of data to and from the GUI is working
+
+2001-06-10 18:19  ibanez
+
+	* Source/FLTKDialog/: CMakeSetupGUI.fl, CMakeSetupGUI.h,
+	  CMakeSetupGUIImplementation.h, FLTKPropertyList.h: ENH: Added
+	  Fl_Tiles as row for holding property data. Data to and from the
+	  GUI is working
+
 2001-06-09 20:54  king
 
 	* Source/cmCableWrapTclCommand.cxx: BUG: Changed custom command
@@ -33851,6 +43071,27 @@
 
 	* dummy.in: no longer used
 
+2001-05-22 10:43  ibanez
+
+	* Source/FLTKDialog/FLTKDialog.dsp: ENH: PropertyList class added
+
+2001-05-22 10:43  ibanez
+
+	* Source/FLTKDialog/: CMakeSetupGUIImplementation.cpp,
+	  CMakeSetupGUIImplementation.h: ENH: Added support for the
+	  fltk::PropertyList class
+
+2001-05-22 10:42  ibanez
+
+	* Source/FLTKDialog/: CMakeSetupGUI.cpp, CMakeSetupGUI.fl,
+	  CMakeSetupGUI.h:	Added interactions with the PropertyList
+	  class
+
+2001-05-22 10:41  ibanez
+
+	* Source/FLTKDialog/: FLTKPropertyList.cpp, FLTKPropertyList.h:
+	  Class to manage the list of properties displayed on the scroller
+
 2001-05-21 16:43  king
 
 	* Makefile.in: ERR: Added missing @srcdir@ and modified install
@@ -34004,6 +43245,20 @@
 
 	* Source/cmSystemTools.cxx: ERR:Bad #ifdef's
 
+2001-05-17 12:38  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUIImplementation.cpp: ENH: Added
+	  Methods for loading the cache
+
+2001-05-17 12:37  ibanez
+
+	* Source/FLTKDialog/FLTKDialog.cpp: ENH: Load the cache at start
+
+2001-05-17 12:36  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUIImplementation.h: ENH: Added
+	  methods to load the cache
+
 2001-05-17 12:36  martink
 
 	* Source/: DLLFooter.dsptemplate, DLLHeader.dsptemplate,
@@ -34041,6 +43296,32 @@
 	  UtilityHeader.dsptemplate, staticLibFooter.dsptemplate,
 	  staticLibHeader.dsptemplate: new directory
 
+2001-05-17 12:02  ibanez
+
+	* Source/FLTKDialog/FLTKDialog.dsp:	 VC++ Project file to
+	  construct the FLTK GUI for CMake
+
+2001-05-17 12:02  ibanez
+
+	* Source/FLTKDialog/FLTKDialog.cpp:	 Main file that
+	  instantiates the GUI class and run it.
+
+2001-05-17 12:01  ibanez
+
+	* Source/FLTKDialog/: CMakeSetupGUIImplementation.cpp,
+	  CMakeSetupGUIImplementation.h:      Implementation of the virtual
+	  Callbacks declared in the GUI
+
+2001-05-17 12:00  ibanez
+
+	* Source/FLTKDialog/: CMakeSetupGUI.cpp, CMakeSetupGUI.h:      File
+	  generated by FLTK FLUID containing the implementation of the GUI
+
+2001-05-17 11:58  ibanez
+
+	* Source/FLTKDialog/CMakeSetupGUI.fl:	   GUI description file
+	  used by FLTK interactive tool : FLUID
+
 2001-05-17 11:44  hoffman
 
 	* Source/: cmCableWrapTclCommand.cxx, cmConfigure.h.in,
-- 
cgit v0.12