Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 9157)
+++ trunk/MagicSoft/Mars/Changelog	(revision 9158)
@@ -72,4 +72,21 @@
      - allow to use MContinue also to return something else in Process()
        than just kCONTNUE
+
+   * mfbase/MFilterList.h:
+     - added member function GetNumEntries to get the number of
+       list elements
+
+   * mhcalib/MHGausEvents.h:
+     - added member function GetEntries
+
+   * mjobs/MJStar.cc:
+     - only plot the source position in the case of Monte Carlos
+       otherwise it is always 0/0 anyway
+
+   * mraw/MRawRunHeader.cc:
+     - be more precise when printing the run number
+
+   * mtrigger/MTriggerPattern.[h,cc]:
+     - added a Print function to be able to use MPrint
 
 
Index: trunk/MagicSoft/Mars/mtrigger/MTriggerPattern.h
===================================================================
--- trunk/MagicSoft/Mars/mtrigger/MTriggerPattern.h	(revision 9157)
+++ trunk/MagicSoft/Mars/mtrigger/MTriggerPattern.h	(revision 9158)
@@ -29,4 +29,6 @@
     MTriggerPattern(const char *name=0, const char *title=0);
 
+    void Print(Option_t *) const;
+
     void Reset() { fPrescaled=0; fUnprescaled=0; }
 
