Index: /trunk/Mars/Changelog
===================================================================
--- /trunk/Mars/Changelog	(revision 11459)
+++ /trunk/Mars/Changelog	(revision 11460)
@@ -19,8 +19,84 @@
                                                  -*-*- END OF LINE -*-*-
 
+ 2011/07/18 Thomas Bretz
+
+   * mastro/MAstroCatalog.cc:
+     - added include of fstream
+
+   * macros/rootlogon.C:
+     - added define of __MARS__ to AcLiC
+
+   * mraw/MRawRead.h:
+     - made ReadEvent and SkipEvent virtual
+
+   * mraw/MRawFileRead.[h,cc]:
+     - outsourced OpenFile and ReadRunHeader to their own functions
+
+   * mbase/MParContainer.[h,cc]:
+     - Added function DataMember which will return a pointer to a data
+       member from the dictionary.
+
+   * mbase/MZlib.h:
+     - There is no need to make the derivative from istream virtual.
+     - removed the need of a fill_buffer function
+     - do only relative seeks and never start from the beginning of the
+       file
+
+   * mbase/MFits.[h,cc]:
+     - added Fits support
+
+   * mbase/Makefile, mbase/BaseLinkDef.h:
+     - added MFits
+
+   * mpedestal/MPedestalSubtract.cc:
+     - improved some error output
+
+   * mgeom/MGeomApply.cc:
+     - automatically use MGeomCamFACT if the run header says that it is
+       a fact camera.
+
+   * mraw/MRawRunHeader.[h,cc]:
+     - added setter for format versions
+     - added InitFact
+     - added GetCameraVersion
+
+   * mjobs/MJMerpp.cc:
+     - use FITS reader instead of raw-reader if it is a FITS raw file.
+
+   * merpp.cc:
+     - added fits asa valid extension
+     - fixed replacing of extensions
+
+   * mfileio/MReadMarsFile.cc:
+     - read first header of first file, so that at PreProcessing time
+       at least some header is available.
+
+   * mraw/Makefile, mraw/MRawFitsRead.cc:
+     - added MRawFitsRead
+
+   * mraw/MRawFitsRead.[h,cc]:
+     - added
+
+
+
+ 2011/07/15 Thomas Bretz
+
+   * mbase/MZlib.[h,cc]:
+     - fixed seeking in gzipped files
+     - increased buffer size
+
+   * mbase/MMath.[h,c]:
+     - added GaussProb2D
+
+   * msignal/MSignalCalc.cc:
+     - the upper bound of searching the maximum was wrong
+
+
+
  2011/07/14 Thomas Bretz
 
    * mbase/MStatusDisplay.cc:
      - some minor code changed to get rid of some compiler warnings
+     - fixed a problem with a possible infinite loop
 
    * mbase/MThread.h:
