Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 2099)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 2100)
@@ -1,3 +1,25 @@
                                                  -*-*- END OF LINE -*-*-
+
+ 2003/05/09: Thomas Bretz
+
+   * mbase/MLog.cc:
+     - do not underline if eNoColors is set
+     
+   * mbase/MLogManip.cc:
+     - removed an obsolete comment
+     
+   * mfileio/MReadTree.cc:
+     - print warning in case no files could be added to chain
+     
+   * mfilter/MFDataChain.h:
+     - fixed code layout
+     
+   * mimage/MHHillasSrc.h:
+     - added Paint
+     
+   * mimage/MHillasCalc.[h,cc]:
+     - changed default title
+
+
 
  2003/05/08: Thomas Bretz
Index: /trunk/MagicSoft/Mars/mbase/MLogManip.cc
===================================================================
--- /trunk/MagicSoft/Mars/mbase/MLogManip.cc	(revision 2099)
+++ /trunk/MagicSoft/Mars/mbase/MLogManip.cc	(revision 2100)
@@ -50,5 +50,4 @@
     //
     MLog *log=(MLog*)lout.rdbuf();
-//    cout << " -" << i << "- ";
     log->SetOutputLevel(i);
     return lout;
Index: /trunk/MagicSoft/Mars/mfileio/MReadTree.cc
===================================================================
--- /trunk/MagicSoft/Mars/mfileio/MReadTree.cc	(revision 2099)
+++ /trunk/MagicSoft/Mars/mfileio/MReadTree.cc	(revision 2100)
@@ -240,4 +240,6 @@
         SetBit(kChainWasChanged);
 
+    *fLog << warn << "WARNING: No files '" << fname << "' added to " << GetDescriptor() << endl;
+
     return numfiles;
 }
Index: /trunk/MagicSoft/Mars/mfilter/MFDataChain.h
===================================================================
--- /trunk/MagicSoft/Mars/mfilter/MFDataChain.h	(revision 2099)
+++ /trunk/MagicSoft/Mars/mfilter/MFDataChain.h	(revision 2100)
@@ -32,5 +32,5 @@
 public:
     MFDataChain(const char *member, const char type, const Double_t val,
-                 const char *name=NULL, const char *title=NULL);
+                const char *name=NULL, const char *title=NULL);
 
     Bool_t IsExpressionTrue() const { return fResult; }
Index: /trunk/MagicSoft/Mars/mimage/MHHillasSrc.h
===================================================================
--- /trunk/MagicSoft/Mars/mimage/MHHillasSrc.h	(revision 2099)
+++ /trunk/MagicSoft/Mars/mimage/MHHillasSrc.h	(revision 2100)
@@ -36,4 +36,6 @@
 
     void Draw(Option_t *opt=NULL);
+    void Paint(Option_t *opt);
+
 
     ClassDef(MHHillasSrc, 1) // Container which holds histograms for the source dependant parameters
Index: /trunk/MagicSoft/Mars/mimage/MHillasCalc.cc
===================================================================
--- /trunk/MagicSoft/Mars/mimage/MHillasCalc.cc	(revision 2099)
+++ /trunk/MagicSoft/Mars/mimage/MHillasCalc.cc	(revision 2100)
@@ -78,5 +78,5 @@
 {
     fName  = name  ? name  : "MHillasCalc";
-    fTitle = title ? title : "Calculate Hillas parameters";
+    fTitle = title ? title : "Calculate Hillas and other image parameters";
 }
 
Index: /trunk/MagicSoft/Mars/mimage/MHillasCalc.h
===================================================================
--- /trunk/MagicSoft/Mars/mimage/MHillasCalc.h	(revision 2099)
+++ /trunk/MagicSoft/Mars/mimage/MHillasCalc.h	(revision 2100)
@@ -60,5 +60,5 @@
     Bool_t TestFlag(CalcCont_t i) const { return fFlags&i; }
 
-    ClassDef(MHillasCalc, 0)   // Task to calculate Hillas parameters
+    ClassDef(MHillasCalc, 0) // Task to calculate Hillas and other image parameters
 };
 
