Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 8913)
+++ trunk/MagicSoft/Mars/Changelog	(revision 8916)
@@ -37,5 +37,6 @@
      mimage/MHillas.[h,cc], mmuon/MMuonSearchPar..[h,cc],
      mpedestal/MPedestalPix.[h,cc], mpointing/MPointingDev.[h,cc],
-     mpointing/MSrcPosCam.[h,cc]:
+     mpointing/MSrcPosCam.[h,cc], mpointing/MPointingPos.[h,cc],
+     mpointing/MPointing.[h,cc]:
      - moved some code to source file to prevent TMath inclusion in
        header (root 5.18)
@@ -90,7 +91,23 @@
        Otherwise it is ambiguous in root 5.18
 
+   * mhbase/MH.cc:
+     - adde missing includes of TColor, TMath and TClass (root 5.18)
+     - implemented a workaround which always uses the correct
+       CreateGradientColorTable (root 5.18)
+
    * Makefile:
      - linking of the shared object is now done in /tmp
      - replaced = by := where possible
+
+   * mjobs/MJCalibrateSignal.cc:
+     - do not invert contcoscal, that's wrong
+
+   * mmovie/MMovieWrite.cc:
+     - added a #if-directive to use either gStyle or TColor
+       for CreateGradientColorTable depending on root-version
+
+   * mimage/MStereoPar.[h,cc], mimage/MStereoCal.[h,cc]:
+     - replaced Monate Carlo container by MPointingPos
+     - made every algorithm unique
 
 
