Ignore:
Timestamp:
11/10/03 11:25:13 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2490 r2491  
    11                                                 -*-*- END OF LINE -*-*-
    22
    3   2003/11/10: Nicola Galante
     3  2003/11/10: Thomas Bretz
    44 
    55   * macros/dohtml.C:
     
    4545     - removed obsolete include of iosfwd
    4646
     47   * Makefile:
     48     - changed makedepend line size
     49     - renamed shared object from mars.so to libmars.so
     50     - moved shared object from lib-directory to mars root directory
     51     - make all executables load the shared object instead of statically
     52       linking
     53     
     54   * Makefile.conf.darwin, Makefile.conf.linux, Makefile.conf.linux-gnu,
     55     Makefile.conf.osf1, Makefile.conf.osf5.1:
     56     - removed obsolete SUBDIRS in MARS_LIB
     57     
     58   * mars.cc:
     59     - do not show logo if command line arguments are wrong
     60
     61   * macros/rootlogon.C:
     62     - load libmars.so instead of lib/mars.so
     63     - added mreflector to include path
     64     
     65   * mmain/MStatusDisplay.[h,cc]:
     66     - secure UpdateTab with a TMutex
     67     - do not use MGTextView for root versions >= 3.02.05
     68     - fixed a crash when all tabs where deleted, no tab was active
     69       anymore
     70     - show when updating postscript header
     71
    4772
    4873 
     
    5075
    5176   * mhistmc/MHMcTriggerLvl2.[cc,h]:
    52      - Changed binning of histograms fHistLutPseudoSize, fHistLutPseudoSizeNorm,
    53        fHistSizeBiggerCell, fHistSizeBiggerCellNorm to fix an overflow bug
    54      - In method GetHistByName(const TString name): changed the class of the returned object,
    55        now it returns a (TObject *), no more a (TH1F *), in order to return
    56        either (TH1 *) than (TH2 *); changed the order by which it checks the name of the
     77     - Changed binning of histograms fHistLutPseudoSize,
     78       fHistLutPseudoSizeNorm, fHistSizeBiggerCell,
     79       fHistSizeBiggerCellNorm to fix an overflow bug
     80     - In method GetHistByName(const TString name): changed the class
     81       of the returned object, now it returns a (TObject *), no more
     82       a (TH1F *), in order to return either (TH1 *) than (TH2 *);
     83       changed the order by which it checks the name of the
    5784       histogram in order to fix a bug in the lexing
    5885
Note: See TracChangeset for help on using the changeset viewer.