Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7389)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7390)
@@ -18,4 +18,34 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2005/11/10 Thomas Bretz
+
+   * datacenter/macros/plotdb.C:
+     - added SignalInner/Outer
+     - set background color to White
+
+   * mhflux/MHEnergyEst.cc:
+     - added some comments
+
+   * mpointing/MSrcPosCorrect.[h,cc]:
+     - allow overwriting of dx,dy from resource file
+
+   * mreport/MReportTrigger.cc:
+     - fixed a typo of the indentation (two commands in one line)
+
+   * msql/MSQLServer.[h,cc]:
+     - added output of database name to GetName
+
+   * mjobs/MDataSet.cc:
+     - fixed reading the source catalog. Only as many chars
+       as the requested source name had were compared
+
+   * mjobs/MJCut.cc:
+     - print out the source coordinates in addition to its name
+
+   * mpointing/MPointingPos.[h,cc]:
+     - added Print function
+
+
 
  2005/10/11 Thomas Bretz
Index: trunk/MagicSoft/Mars/NEWS
===================================================================
--- trunk/MagicSoft/Mars/NEWS	(revision 7389)
+++ trunk/MagicSoft/Mars/NEWS	(revision 7390)
@@ -11,4 +11,16 @@
    - ganymed/sponde: Calculation of the error of single size-/energy-
      bins now uses Li/Ma (5) instead of LiMa (17)
+
+   - ganymed: MSrcPosCorrect now allows overwriting of the misfocussing
+     dx/dy from the resource file by 
+       MSrcPosCorrect.Dx
+       MSrcPosCorrect.Dy
+
+   - ganymed: fixed reading the source catalog. Only as many chars
+     as the requested source name had were compared (If a source
+     "1ES1218" and "1ES1218+304" were in the catalog and "1ES1218+304"
+     were requested it could happen that the coordinates of
+     "1ES1218" were read) The source coordinates are now printed
+     in addition to its name to the logging output.
 
 
Index: trunk/MagicSoft/Mars/mjobs/MJCut.cc
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MJCut.cc	(revision 7389)
+++ trunk/MagicSoft/Mars/mjobs/MJCut.cc	(revision 7390)
@@ -452,5 +452,5 @@
             return kFALSE;
         plist.AddToList(&source);
-        *fLog << inf << "Using Source Position: ";
+        *fLog << all << "Using Source Position: ";
         source.Print("RaDec");
     }
