Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 2416)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 2417)
@@ -7,5 +7,5 @@
   
    * manalysis/MMcPedestalCopy.cc:
-     - changed GetpedestalRms to GetElecNoise to make Mars compile with
+     - changed GetPedestalRms to GetElecNoise to make Mars compile with
        the changes done in MMcFadcHeader
 
@@ -38,4 +38,52 @@
    * mfilter/Makefile, mfilter/FilterLinkDef.h:
      - added MFRealTimePeriod
+
+   * mars.cc:
+     - moved Start-up-message to StartUpMessage()
+
+   * manalysis/MBlindPixelCalc.h, manalysis/MCT1FindSupercuts.cc,
+     manalysis/MCerPhotAnal.h:
+     - minor changes
+
+   * mhist/MHCamera.[h,cc]:
+     - added Profile-option (display contents/entries)
+     - added Freeze-option  (ignore filling data into the histogram)
+     - added UseCurrentStyle to get the y-axis back
+     - overwrite DrawCopy
+
+   * manalysis/MCerPhotEvt.[h,cc]:
+     - added fLut to accelerate searching an index a lot, this should
+       be backward compatible to old class versions
+     - increased class version to 2
+     - removed all searches for indices - replaced by GetPixById
+     - GetPixById no uses the look-up-table, which is much much faster
+       and still searches the array if the fLut size is 0 which might
+       be because of a class version 1 object is read from a file -
+       according to Rene this should work.
+
+   * manalysis/MPedestalCam.[h,cc]:
+     - replaced a C-cast by a C++ static_cast
+
+   * mhist/MH.[h,cc]:
+     - renamed them from Draw/DrawCopy to DrawSame/DrawSameCopy
+
+   * mraw/MRawEvtData.[h,cc]:
+     - changed arrays to '//->'
+     - overwrote Copy() member function
+
+   * mhist/MFillH.[h,cc]:
+     - added GetCanvas()
+
+   * mhist/MHHadronness.cc, mimage/MHHillasExt.cc,
+     mimage/MHNewImagePar.cc:
+     - changed Draw to DrawSame
+
+   * mhist/MHCamEvent.cc:
+     - use new MHCamera profile mode
+
+   * mbase/MEvtLoop.cc, mmain/MStatusDisplay.cc:
+     - check whether application is TRint to make mone thread safe
+       This is necessary not to call ProcessEvents() twice at the
+       same time!
 
 
Index: /trunk/MagicSoft/Mars/mgui/MCamEvent.h
===================================================================
--- /trunk/MagicSoft/Mars/mgui/MCamEvent.h	(revision 2416)
+++ /trunk/MagicSoft/Mars/mgui/MCamEvent.h	(revision 2417)
@@ -12,5 +12,5 @@
 public:
     virtual Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const = 0;
-    virtual void   DrawPixelContent(Int_t num, TVirtualPad *pad=NULL) const = 0;
+    virtual void   DrawPixelContent(Int_t num) const = 0;
 
     ClassDef(MCamEvent, 0) // A camera event
