Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 2893)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 2894)
@@ -15,4 +15,23 @@
      - changed MReportFileRead such, that a wrong line results in
        skipping the line instead of abort reading.
+
+   * manalysis/MExtractSignal.cc:
+     - do not print information for each pixel - it's too much.
+     
+   * mbase/MStatusDisplay.cc:
+     - when reading a status display do not display tabs with
+       the same name than one which is already existing.
+       
+   * mcalib/MCalibrate.cc:
+     - directly store pointer to pixel when setting saturation flag
+     
+   * mcamera/MCameraDC.cc:
+     - fixed some comments
+     
+   * mhist/MHCamEvent.cc:
+     - fixed a crash when no geometry was available
+
+   * mhist/MHCamera.[h,cc]:
+     - removed obsolete member function SetPix
 
 
Index: /trunk/MagicSoft/Mars/mhist/MHCamera.cc
===================================================================
--- /trunk/MagicSoft/Mars/mhist/MHCamera.cc	(revision 2893)
+++ /trunk/MagicSoft/Mars/mhist/MHCamera.cc	(revision 2894)
@@ -1216,15 +1216,4 @@
 // ------------------------------------------------------------------------
 //
-// Function introduced  (31-01-03)  WILL BE REMOVED IN THE FUTURE! DON'T
-// USE IT!
-//
-void MHCamera::SetPix(const Int_t idx, const Int_t color, Float_t min, Float_t max)
-{
-    fArray[idx+1] = color;
-    SetUsed(idx);
-}
-
-// ------------------------------------------------------------------------
-//
 //
 Int_t MHCamera::GetPixelIndex(Int_t px, Int_t py) const
Index: /trunk/MagicSoft/Mars/mhist/MHCamera.h
===================================================================
--- /trunk/MagicSoft/Mars/mhist/MHCamera.h	(revision 2893)
+++ /trunk/MagicSoft/Mars/mhist/MHCamera.h	(revision 2894)
@@ -178,6 +178,4 @@
     Bool_t   IsFreezed() const { return TestBit(kFreezed); }
     //void  SetOptStat(Int_t os=-1) { fOptStat = os; } // *MENU*
-
-    void     SetPix(const Int_t pixnum, const Int_t color, Float_t min, Float_t max);      // New function added by M.Lopez in 31-01-03
 
     void     AddNotify(const MCamEvent &event) { fNotify->Add((TObject*)(&event)); }
