Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7147)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7148)
@@ -23,5 +23,5 @@
  2005/06/13 Thomas Bretz
 
-  * mcalib/MCalibrationHiLoCam.h:
+   * mcalib/MCalibrationHiLoCam.h:
      - added Print to //*MENU*
 
Index: trunk/MagicSoft/Mars/NEWS
===================================================================
--- trunk/MagicSoft/Mars/NEWS	(revision 7147)
+++ trunk/MagicSoft/Mars/NEWS	(revision 7148)
@@ -15,4 +15,15 @@
    - mars: now the file to open can be given as commandline
      argument
+
+   - callisto: MCalibrationHiLoCam can now be printed from its context
+     menu, eg in the TBrowser
+
+   - ganymed, sponde: There are two new options to determin the number
+     of bins for the signal region (NumBinsSignal) and the number of
+     total bins (NumBInsTital) in the MHThetaSq histogram
+
+   - sponde: the zenith angle distribution is now weighted instead of
+     choosen by default. This gurantees higher statistics in the highest
+     and lowest energy bins. To switch this behaviour off use...
 
 
Index: trunk/MagicSoft/Mars/mjobs/MJSpectrum.cc
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MJSpectrum.cc	(revision 7147)
+++ trunk/MagicSoft/Mars/mjobs/MJSpectrum.cc	(revision 7148)
@@ -652,5 +652,5 @@
     res[1] = f.GetParameter(1);
 
-
+/*
     // Plot other spectra  from Whipple
     f.SetParameter(0, -2.45);
@@ -684,5 +684,5 @@
     f.SetLineStyle(kDashed);
     f.DrawCopy("same");
-
+ */
     return res;
 }
Index: trunk/MagicSoft/Mars/mjobs/MJSpectrum.h
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MJSpectrum.h	(revision 7147)
+++ trunk/MagicSoft/Mars/mjobs/MJSpectrum.h	(revision 7148)
@@ -32,4 +32,5 @@
     Bool_t fSimpleMode;
     Bool_t fRawMc;
+    Bool_t fNoThetaWeights;
 
     // Read Input
