2009-01-29  Hedayat Vatankhah  <hedayat@grad.com>

	* README: 
	- updated README file
	
	* INSTALL: 
	- added requirements

2009-01-28  Hedayat Vatankhah  <hedayat@grad.com>

	* INSTALL: 
	- added new installation instructions (cmake oriented)
	
	* spark/spark.rb: 
	- set MaxStepsPerCycle to 1. SimulationServer will not simulate more than
	one simulation cycle regardless of simulation speed.

2009-01-24  Hedayat Vatankhah  <hedayat@grad.com>

	* cmake_uninstall.cmake.in: 
	* CMakeLists.txt: 
	- added 'make uninstall' support
	
	* cmake/UseLATEX.cmake: 
	* doc/devel/CMakeLists.txt: 
	- do not build manual.pdf by default. can be built using 'make pdf'
	- add an output to tell the user how it can build the manual

2009-01-21  Hedayat Vatankhah  <hedayat@grad.com>

	* CMakeLists.txt: 
	- make cpack support more like 'make dist'. It includes some additional
	  files like CMakeLists.txt files; so, using 'make package_source' is
	  preferred to 'make dist' now.
	- some cleanup
	- fixed library version numbers
	
	* lib/salt/CMakeLists.txt: 
	* lib/oxygen/CMakeLists.txt: 
	* lib/kerosin/CMakeLists.txt: 
	* lib/zeitgeist/CMakeLists.txt: 
	* utility/rcssnet/CMakeLists.txt: 
	- don't install .svn directories!
	
	* doc/Doxyfile.in:
	- generate documents inside build directory instead of source directory
	 
	* doc/devel/CMakeLists.txt: 
	* doc/CMakeLists.txt: 
	* cmake/UseLATEX.cmake: 
	- add cmake support for generating documents

2009-01-20  Hedayat Vatankhah  <hedayat@grad.com>

	* lib/zeitgeist/fileserver/fileserver.h: 
	* lib/zeitgeist/fileserver/fileserver.cpp:
	- added new function: AddResourceLocation to support many resource
	 locations
	- some spell corrections 

2009-01-19  Hedayat Vatankhah  <hedayat@grad.com>

	* CMakeLists.txt: 
	- fixed selecting build type from cmake command line
	
	* lib/salt/fileclasses.h: 
	* lib/salt/fileclasses.cpp:
	- remove some warnings using const char* variables 

2008-12-19  Hedayat Vatankhah  <hedayat@grad.com>

	* lib/oxygen/agentaspect/effector.cpp: 
	* lib/oxygen/agentaspect/jointeffector.h: 
	* lib/oxygen/agentaspect/jointperceptor.h: 
	* lib/oxygen/physicsserver/bodycontroller.cpp: 
	* lib/oxygen/physicsserver/collider.cpp: 
	* lib/oxygen/physicsserver/collisionhandler.cpp: 
	* lib/oxygen/physicsserver/joint.cpp: 
	* lib/oxygen/sceneserver/basenode.cpp: 
	* lib/oxygen/sceneserver/fpscontroller.cpp: 
	* lib/oxygen/simulationserver/simcontrolnode.cpp: 
	* lib/oxygen/sceneserver/transform.cpp: 
	* lib/oxygen/sceneserver/sceneserver.cpp: 
	* lib/oxygen/physicsserver/body.cpp: 
	* lib/zeitgeist/class.cpp: 
	* lib/zeitgeist/core.cpp: 
	* lib/zeitgeist/leaf.cpp: 
	* lib/zeitgeist/leaf.h: 
	* lib/zeitgeist/node.cpp: 
	* lib/zeitgeist/node.h: 
	* plugin/forceeffector/forceeffector.cpp: 
	* plugin/perfectvisionperceptor/perfectvisionperceptor.cpp:
	- Replaced make_shared() with .lock() function call. 

2008-12-02  Hedayat Vatankhah  <hedayat@grad.com>

	* utility/libobj/CMakeLists.txt: 
	* spark/CMakeLists.txt: 
	* lib/zeitgeist/CMakeLists.txt: 
	* lib/salt/CMakeLists.txt: 
	* lib/kerosin/CMakeLists.txt: 
	* lib/oxygen/CMakeLists.txt: 
	* utility/rcssnet/CMakeLists.txt: 
	- some cleanup
	- added header files to target's sources (will be added to VS projects)
	
	* configure.ac: 
	- removed wxutil makefile generation

2008-12-01  Hedayat Vatankhah  <hedayat@grad.com>

	* plugin/soundsystemfmod/CMakeLists.txt: 
	- fixed FMOD support
	
	* cmake/FindFMOD.cmake: 
	- added to the project
	
	* CMakeLists.txt: 
	- added initial cpack support
	- added check for FMOD

2008-11-25  Hedayat Vatankhah  <hedayat@grad.com>

	* lib/oxygen/Makefile.am: 
	- added scenedict.h to includes section
	- removed simulationserver.h from sources section

2008-11-24  Hedayat Vatankhah  <hedayat@grad.com>

	* configure.ac: 
	- removed NO_RPATH option.
	- using AS_HELP_STRING instead of AC_HELP_STRING
	
	* acinclude.m4: 
	- removed NO_RPATH option.
	
	* doc/Doxyfile.in: 
	- added spark/ to the input directories

2008-11-21  Hedayat Vatankhah  <hedayat@grad.com>

	* Makefile.am: 
	- README, NEWS and some other files will be installed with make install
	
	* configure.ac: 
	- fixed an issue with out of source builds, now it is possible to build
	  simspark in a separate directory.