Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 1130)
+++ trunk/MagicSoft/Mars/Changelog	(revision 1132)
@@ -1,3 +1,35 @@
                                                                   -*-*- END -*-*-
+ 2001/12/19: Thomas Bretz
+ 
+   * mbase/MEvtLoop.cc:
+     - added #ifdef directive to make it work on older root also
+     
+   * mbase/MReadTree.cc:
+     - added #ifdef directive to get rid of the memory leak in prior
+       root 3.02/* versions
+
+   * macros/MagicHillas.C, macros/readMagic.C, meventdisp/MGCamDisplay.cc,
+     mmain/MAnalysis.cc:
+     - changes MMcPedestalNSB to MMcPedestalNSBAdd
+     
+   * manalysis/MMcPedestalCopy.[h,cc], manalysis/MMcPedestalNSBAdd.[h,cc]:
+     - reorganized ReInit, PreProcess.
+     - moved some code from ReInit to PreProcess to make the code
+       simpler. At the moment we don't intend to change the 
+       objects in the parlist while runtime.
+
+   * manalysis/MMcPedestalNSB.[h,cc]:
+     - removed
+
+   * mbase/MReadMarsFile.cc:
+     - read the first run header twice. To make it available in the
+       PreProcess of all tasks
+   
+   * mbase/MTaskList.cc:
+     - fixed a bug in the ReInit function. The ReInits where calles with 
+       a NULL-pointer
+
+
+
  2001/12/18: Oscar Blanch
 								 
@@ -26,13 +58,4 @@
      - remove fNumLoGainFadcSlices and fNumHiGainFadcSlices members
      - fix bug of Pedestal and Pedestal fluctuaions correspondence.
-
- 2001/12/19: Thomas Bretz
- 
-   * mbase/MEvtLoop.cc:
-     - added #ifdef directive to make it work on older root also
-     
-   * mbase/MReadTree.cc:
-     - added #ifdef directive to get rid of the memory leak in prior
-       root 3.02/* versions
 
 
