Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 1025)
+++ trunk/MagicSoft/Mars/Changelog	(revision 1026)
@@ -1,4 +1,3 @@
                                                                   -*-*- END -*-*-
-
  2001/11/01: Thomas Bretz
 
@@ -61,4 +60,24 @@
      - changed Print-output to fit into two lines
      - made Print appear in the context menu
+
+   * merpp.cc:
+     - Added MParContainer::Class()->IgnoreTObjectStreamer()
+
+   * mbase/MEvtLoop.[h,cc],  mbase/MReadTree.[h,cc],
+     mmain/MAnalysis.[h,cc]:
+     - added support for a progressbar
+
+   * mbase/MFilterList.h:
+     - added SetOwner-support
+
+   * mbase/MLogManip.h:
+     - added 'dec' manipulator to dbginf
+
+   * mbase/MTask.h:
+     - added GetNumExecutions
+
+   * mraw/RawLinkDef.h:
+     - added '+' for MRawEvtPixelIter, MRawCrateArray, MRawCrateData and
+       MRawFile[Read,Write]
 
 
Index: trunk/MagicSoft/Mars/NEWS
===================================================================
--- trunk/MagicSoft/Mars/NEWS	(revision 1025)
+++ trunk/MagicSoft/Mars/NEWS	(revision 1026)
@@ -19,5 +19,5 @@
 
    - Implemented auto enabling scheme for Branches to speed up reading
-     a lot
+     a lot (see MReadTree and MTask)
 
    - Fixed a bug in the Histogram classes which caused histograms to
@@ -27,4 +27,10 @@
      'auto evolution scheme' This was done only for classes which are not
      yet used in Monte Carlo files, so that these files are still readable.
+
+   - Added support for a progress bar in MEvtLoop and MReadTree 
+     (see the Analysis Window in Mars for an example)
+
+   - Fixed a bug in the package creation which disturbed the conversion
+     between a mars version unpacked from a tar file and the repository.
 
 
