Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 2490)
+++ trunk/MagicSoft/Mars/Changelog	(revision 2491)
@@ -1,5 +1,5 @@
                                                  -*-*- END OF LINE -*-*-
 
-  2003/11/10: Nicola Galante
+  2003/11/10: Thomas Bretz
   
    * macros/dohtml.C:
@@ -45,4 +45,29 @@
      - removed obsolete include of iosfwd
 
+   * Makefile:
+     - changed makedepend line size
+     - renamed shared object from mars.so to libmars.so
+     - moved shared object from lib-directory to mars root directory
+     - make all executables load the shared object instead of statically 
+       linking
+     
+   * Makefile.conf.darwin, Makefile.conf.linux, Makefile.conf.linux-gnu,
+     Makefile.conf.osf1, Makefile.conf.osf5.1:
+     - removed obsolete SUBDIRS in MARS_LIB
+     
+   * mars.cc:
+     - do not show logo if command line arguments are wrong
+
+   * macros/rootlogon.C:
+     - load libmars.so instead of lib/mars.so
+     - added mreflector to include path
+     
+   * mmain/MStatusDisplay.[h,cc]:
+     - secure UpdateTab with a TMutex
+     - do not use MGTextView for root versions >= 3.02.05
+     - fixed a crash when all tabs where deleted, no tab was active
+       anymore
+     - show when updating postscript header
+
 
   
@@ -50,9 +75,11 @@
 
    * mhistmc/MHMcTriggerLvl2.[cc,h]:
-     - Changed binning of histograms fHistLutPseudoSize, fHistLutPseudoSizeNorm,
-       fHistSizeBiggerCell, fHistSizeBiggerCellNorm to fix an overflow bug
-     - In method GetHistByName(const TString name): changed the class of the returned object,
-       now it returns a (TObject *), no more a (TH1F *), in order to return
-       either (TH1 *) than (TH2 *); changed the order by which it checks the name of the
+     - Changed binning of histograms fHistLutPseudoSize, 
+       fHistLutPseudoSizeNorm, fHistSizeBiggerCell, 
+       fHistSizeBiggerCellNorm to fix an overflow bug
+     - In method GetHistByName(const TString name): changed the class 
+       of the returned object, now it returns a (TObject *), no more 
+       a (TH1F *), in order to return either (TH1 *) than (TH2 *); 
+       changed the order by which it checks the name of the
        histogram in order to fix a bug in the lexing
 
