ROOT logo
2008-06-24 20:03  brun

	* [r24526] build/version_number, core/base/inc/RVersion.h: Stamp
	  production release 5.20/00

2008-06-24 19:26  wouter

	* [r24525] roofit/doc/v520/index.html: o index.html
	  
	  - Add announcement on newly available tutorial macros

2008-06-24 19:01  brun

	* [r24524] tutorials/fit/RoofitDemo.C,
	  tutorials/roofit/RoofitDemo.C: Move old RoofitDemo from
	  tutorials/fit to tutorials/roofit

2008-06-24 18:58  brun

	* [r24523] tutorials/roofit, tutorials/roofit/rf01_basics.C,
	  tutorials/roofit/rf02_composite.C,
	  tutorials/roofit/rf03_multidim.C,
	  tutorials/roofit/rf04_composition.C,
	  tutorials/roofit/rf05_conditional.C,
	  tutorials/roofit/rf06_convolution.C,
	  tutorials/roofit/rf07_bphysics.C,
	  tutorials/roofit/rf08_intminuit.C,
	  tutorials/roofit/rf09_constraints.C,
	  tutorials/roofit/rf10_ranges.C,
	  tutorials/roofit/rf11_plotbinning.C,
	  tutorials/roofit/rf12_mcstudy.C,
	  tutorials/roofit/rf13_wspacewrite.C,
	  tutorials/roofit/rf14_wspaceread.C,
	  tutorials/roofit/rf15_simwstool.C,
	  tutorials/roofit/rf16_normandint.C,
	  tutorials/roofit/rf17_normandint2d.C: From Wouter.
	  A new collection of tutorials showing various facets of the
	  Roofit system.
	  These tutorials can be executed via CINT or ACLIC.
	  See comments at the top of each script. The tutorial naming
	  indicates
	  the recommended execution/learning order.

2008-06-24 17:51  brun

	* [r24522] tree/tree/src/TChain.cxx: Documemt the return value of
	  the TChain::Add functions.

2008-06-24 16:47  rdm

	* [r24521] proof/doc/v520/index.html: From Gerri:
	  PROOF release notes.

2008-06-24 16:46  rdm

	* [r24520] net/net/inc/TSocket.h, proof/proof/src/TProofServ.cxx,
	  proof/proofd/src/XrdProofConn.cxx: from Gerri:
	  fix unitialized variables and one leak discovered by valgrind.

2008-06-24 16:40  rdm

	* [r24519] Makefile: use libfrtbegin only when g77 is the F77
	  compiler.

2008-06-24 16:29  rdm

	* [r24518] core/thread/inc/TAtomicCountGcc.h: Apple behaves as
	  expected with the 10.6 beta (remove previous correction).

2008-06-24 16:04  rdm

	* [r24517] configure: fix error introduced in Qt test.

2008-06-24 15:25  moneta

	* [r24516] math/doc/index.html, math/doc/v520/index.html,
	  math/mathcore/doc/MathCore.html, math/mathcore/doc/index.html,
	  math/minuit2/doc/Minuit2.html: update some missing link in the
	  documentation

2008-06-24 14:06  rdm

	* [r24515] net/doc/v520/index.html: From Gerri:
	  xrootd and netx notes.

2008-06-24 13:21  brun

	* [r24514] gui/qtgsi/test/example1/Makefile,
	  gui/qtgsi/test/example1/Makefile.win,
	  gui/qtgsi/test/example1/qtroot.cpp,
	  gui/qtgsi/test/example1/qtroot.h,
	  gui/qtgsi/test/example2/Makefile.win,
	  gui/qtgsi/test/example2/qtrootexample.pro,
	  gui/qtgsi/test/example2/qtrootexample1.ui.h: From Bertrand:
	  - Port QtGsi tests to Qt4, keeping them compatible with Qt3

2008-06-24 13:17  brun

	* [r24513] roofit/roofitcore/src/RooProdPdf.cxx: From Wouter:
	  While runing one of my tutorial macros I crashed RooFit on a very
	  unfortunate typo that I introduced while fixing one of the
	  -Wshadow
	  warning messages that was not exposed in any of the other use
	  cases
	  that I run in stressRooFit.

2008-06-24 13:15  brun

	* [r24512] bindings/ruby/src/drr.cxx: From Axel:
	  ruby fails to compile on win32gcc. I assume that's because it's
	  the only platform which tests it, or because it's the only one
	  with ruby 1.8. Anyway - there are some functions returning const
	  char* that used to return char*. These char* are only passed as
	  const char* or passed back to ruby functions (which expect them
	  as char*, grr), so it's mostly a compiler issue. This patch casts
	  them to (char*) before assigning them to char*. That should not
	  matter for the cases where it used to work, and it gets rid of
	  the compiler errors we see in the cases where it doesn't work.

2008-06-24 10:44  brun

	* [r24511] doc/v520/Trailer.html: From Axel:
	  I fixed the links in the release notes trailer (e.g. "class
	  index" was pointing nowhere) and as suggested by Fons added a
	  link to the w3c validator so we can check easily from now on
	  whether the page is valid html.

2008-06-24 09:49  rdm

	* [r24510] config/mimes.unix.in, config/mimes.win32.in,
	  net/alien/inc/TAlienDirectory.h,
	  net/alien/src/TAlienDirectory.cxx: From Andreas:
	  support browsing of AliEn files in TBrowser.

2008-06-24 09:29  brun

	* [r24509] graf2d/doc/v520/index.html: Add info about QT (QT
	  version 3 not supported anymore)

2008-06-24 09:24  brun

	* [r24508] graf2d/qt/src/TQtPadFont.cxx: Fix a compilation error
	  when attempting to install with Qt3

2008-06-24 09:19  moneta

	* [r24507] math/doc/index.html, math/genvector/doc/index.html,
	  math/mathcore/doc/MathCore.html, math/mathcore/doc/TMath.html,
	  math/mathcore/doc/index.html, math/minuit2/build/src_Makefile.am,
	  math/minuit2/build/test_MnSim_Makefile.am,
	  math/minuit2/build/test_MnTutorial_Makefile.am,
	  math/minuit2/doc/Minuit2.html: - update doc files.
	  - Add also description of TMath from David
	  - change name of standalone library libMinuit2 built from
	  tar-file

2008-06-24 09:16  brun

	* [r24506] graf2d/qt/inc/TGQt.h, graf2d/qt/inc/TQtBrush.h,
	  graf2d/qt/inc/TQtPadFont.h, graf2d/qt/inc/TQtRConfig.h,
	  graf2d/qt/inc/TQtWidget.h, graf2d/qt/src/TGQt.cxx,
	  graf2d/qt/src/TQtBrush.cxx, graf2d/qt/src/TQtPadFont.cxx,
	  graf2d/qt/src/TQtWidget.cxx: From Valeri fine:
	  1. New class TQtPadFont, TGQt:
	  - Move the Qt font operations from the TGQt class to the new
	  dedicated TQtPadFont
	  
	  2. TQtBrush, TGQt
	  - No need for the special Win32 case for Qt4 to manage the ROOT
	  fill styles
	  
	  3. TQtRConfig.h
	  - Adjust CPP flags to built Qt layer on Mac OS with X11 version
	  of Qt4
	  
	  4. TQtWidget
	  - Remove the clash with Qt4 shared lib name. It fixes the ROOT
	  context menu issue.
	  - Fix the logical expression bug

2008-06-24 07:50  brun

	* [r24505] math/doc/v520/index.html: From Axel:
	  One more layout fix.

2008-06-24 07:40  brun

	* [r24504] math/doc/v520/index.html: From Axel,
	  fix HTML issues reported by w3c validator.

2008-06-24 07:31  brun

	* [r24503] net/net/src/TSocket.cxx: Add protections in
	  TSocket::RecvStreamerInfos when receiving a TStreamerInfo with
	  a class not yet in the class table.

2008-06-24 06:28  rdm

	* [r24502] core/doc/v520/index.html, io/doc/v520/index.html,
	  net/doc/v520/index.html: update release notes.

2008-06-24 06:25  brun

	* [r24501] tree/tree/src/TBranch.cxx, tree/tree/src/TTree.cxx: Do
	  not execute FlushBaskets when fDirectory is null.

2008-06-24 03:15  matevz

	* [r24500] graf3d/doc/v520/graf3d_eve-news-2.png,
	  graf3d/doc/v520/graf3d_eve-news-3.png,
	  graf3d/doc/v520/index.html, graf3d/eve/src/TEvePointSet.cxx:
	  Release notes.
	  
	  TEvePointSet::PointSelected() - call also the base-class version
	  so
	  the associated TObject is printed on the terminal (if it exists).

2008-06-23 22:38  russo

	* [r24499] cint/cint7/src/fproto.h: Do not pass Scope, Type, or
	  Member by reference in struct.cxx functions.

2008-06-23 22:37  russo

	* [r24498] cint/cint7/src/struct.cxx: reindent using astyle

2008-06-23 22:17  moneta

	* [r24497] math/genvector/LorentzVector.html,
	  math/genvector/Point3D.html, math/genvector/Transformation.html,
	  math/genvector/VectorPoint2D.html,
	  math/genvector/doc/LorentzVector.html,
	  math/genvector/doc/Point3D.html,
	  math/genvector/doc/Transformation.html,
	  math/genvector/doc/VectorPoint2D.html,
	  math/genvector/doc/externalUsage.html,
	  math/genvector/doc/vector.html,
	  math/genvector/externalUsage.html, math/genvector/vector.html: -
	  move file in correct place (genvector/doc)

2008-06-23 22:15  moneta

	* [r24496] math/doc/index.html, math/genvector/LorentzVector.html,
	  math/genvector/Point3D.html, math/genvector/Transformation.html,
	  math/genvector/VectorPoint2D.html, math/genvector/doc,
	  math/genvector/doc/Vector3D.html, math/genvector/doc/index.html,
	  math/genvector/externalUsage.html, math/genvector/vector.html,
	  math/mathcore/doc/LorentzVector.html,
	  math/mathcore/doc/MathCore.html, math/mathcore/doc/Point3D.html,
	  math/mathcore/doc/Transformation.html,
	  math/mathcore/doc/Vector3D.html,
	  math/mathcore/doc/VectorPoint2D.html,
	  math/mathcore/doc/externalUsage.html,
	  math/mathcore/doc/index.html, math/mathcore/doc/index.txt,
	  math/mathcore/doc/vector.html, math/mathmore/doc/MathMore.html,
	  math/mathmore/doc/index.html, math/mathmore/doc/index.txt: -
	  update doc for mathcore, mathmore and genvector

2008-06-23 21:35  pcanal

	* [r24495] cint/cint7/src/var.cxx: cint5 is excluding 'Z' type
	  object from being found by having an odd hash value. Since we no
	  longer use this hash during the lookup we need to test explicit

2008-06-23 21:34  pcanal

	* [r24494] cint/cint7/src/init.cxx: 'Z' type need to be initialize
	  early to be of any use

2008-06-23 21:31  wouter

	* [r24493] roofit/doc/v520/index.html: o index.html
	  
	  - Update release notes for v5.20

2008-06-23 20:40  moneta

	* [r24492] hist/doc/v520/index.html,
	  math/mathcore/inc/Fit/Chi2FCN.h, math/mathcore/inc/Fit/Fitter.h:
	  - update histogram release notes + small fix in class
	  descriptiosn

2008-06-23 19:11  brun

	* [r24491] io/io/src/TFile.cxx: In TFile::close replace the call to
	  "if (!isOpen())" by "if (!TFile::IsOpen())".
	  This change is necessary when TXNetFile::Close is called, calling
	  TFile::Close.
	  TXNetFile overloads TFile::IsOpen

2008-06-23 15:58  ganis

	* [r24490] proof/proof/src/TProof.cxx,
	  proof/proof/src/TProofServ.cxx: From Jan: fix a problem
	  processing a TFileCollection

2008-06-23 15:56  russo

	* [r24489] cint/cint7/src/disp.cxx, cint/cint7/src/fproto.h:
	  Improve comments and indentation, don't use
	  references for passing ::Reflex::Scope.
	  
	  -- Paul Russo

2008-06-23 15:52  russo

	* [r24488] cint/cint7/src/ifunc.cxx: Fix from Philippe Canal for
	  parsing "int* const", we
	  should only make this G__PCONSTVAR if the count of
	  pointers seen is at least one.
	  
	  -- Paul Russo from Philippe Canal

2008-06-23 15:48  russo

	* [r24487] cint/cint7/src/rflxutil.cxx: Fix G__modify_type, the
	  G__CONSTVAR needs to be applied
	  to the rawtype node, not the top node.
	  
	  Fix G__test_static, G__AUTOARYDISCRETEOBJ needs to test
	  the statictype property directly.
	  
	  -- Philippe Canal and Paul Russo

2008-06-23 15:44  rdm

	* [r24486] cint/cint7/include/sys: ignore types.h.

2008-06-23 15:43  couet

	* [r24485] graf2d/doc/v520/index.html: - HTML typo

2008-06-23 15:36  couet

	* [r24484] hist/histpainter/src/THistPainter.cxx: - In revision
	  20804, a test has been added to:
	  "Make option BAR work with option HIST"
	  This test worked nicely when Hoption.Bar >= 10 (option "BAR" and
	  "HBAR").
	  But, in some cases, it disabled th case Hoption.Bar = 1 (simple
	  option "B").

2008-06-23 15:34  brun

	* [r24483] doc/v520/index.html: Update contributors

2008-06-23 15:33  moneta

	* [r24482] math/doc/v520/index.html,
	  math/mathcore/inc/Fit/BinPoint.h, math/mathcore/inc/Fit/Fitter.h,
	  math/mathcore/inc/Math/FitMethodFunction.h,
	  math/mathcore/inc/Math/Functor.h,
	  math/mathcore/inc/Math/IFunction.h,
	  math/mathcore/inc/Math/IParamFunction.h,
	  math/mathcore/inc/Math/MultiDimParamFunctionAdapter.h,
	  math/mathcore/inc/Math/OneDimFunctionAdapter.h,
	  math/mathcore/inc/Math/ParamFunctor.h,
	  math/mathcore/inc/Math/QuantFuncMathCore.h,
	  math/mathcore/inc/Math/RichardsonDerivator.h,
	  math/mathcore/inc/Math/WrappedFunction.h,
	  math/mathcore/inc/Math/WrappedParamFunction.h,
	  math/mathmore/inc/Math/ParamFunction.h,
	  math/mathmore/inc/Math/Polynomial.h: - update math release notes
	  and class descriptions. No change in code only in doc

2008-06-23 15:30  axel

	* [r24481] cint/doc/v520/index.html: put CINT section title on top
	  of the CINT release notes

2008-06-23 13:29  rdm

	* [r24480] net/net/inc/TSocket.h, net/net/src/TPSocket.cxx,
	  net/net/src/TSocket.cxx, proof/proofx/src/TXSocket.cxx: move the
	  send streamer info and send process id code into:
	  SendStreamerInfos()
	  SendProcessIDs()
	  move the recv streamer info and recv process id code into:
	  RecvStreamerInfos()
	  RecvProcessIDs()
	  Add support for schema evolution and process ids also to TPSocket
	  and
	  TXSocket.

2008-06-23 13:13  brun

	* [r24479] gui/gui/src/TGTable.cxx: Fix mismatch between
	  declaration and implementation of TGTable::MoveTable

2008-06-23 13:13  couet

	* [r24478] graf2d/doc/v520/index.html: - Update release notes.

2008-06-23 12:58  moneta

	* [r24477] math/doc/index.html, math/doc/v520/index.html,
	  math/mathcore/inc/Fit/BinData.h,
	  math/mathcore/inc/Fit/DataOptions.h,
	  math/mathcore/inc/Fit/DataVector.h,
	  math/mathcore/inc/Fit/FitConfig.h,
	  math/mathcore/inc/Fit/FitResult.h,
	  math/mathcore/inc/Fit/FitUtil.h,
	  math/mathcore/inc/Fit/FitUtilParallel.h,
	  math/mathcore/inc/Fit/Fitter.h,
	  math/mathcore/inc/Fit/MinimizerControlParams.h,
	  math/mathcore/inc/Fit/ParameterSettings.h,
	  math/mathcore/inc/Fit/UnBinData.h,
	  math/mathcore/inc/Math/BrentMinimizer1D.h,
	  math/mathcore/inc/Math/BrentRootFinder.h,
	  math/mathcore/inc/Math/IMinimizer1D.h,
	  math/mathcore/inc/Math/IRootFinderMethod.h,
	  math/mathcore/inc/Math/RootFinder.h,
	  math/mathcore/inc/Math/VirtualIntegrator.h,
	  math/mathcore/src/FitResult.cxx, math/mathcore/src/FitUtil.cxx,
	  math/mathmore/inc/Math/GSLMCIntegrator.h,
	  math/mathmore/inc/Math/GSLMinimizer.h,
	  math/mathmore/inc/Math/GSLMinimizer1D.h: - fix a warning in
	  FitUtil.cxx
	  - fix a coding convention violation
	  - improve and update release notes
	  - improve doc, in particular doxygen groups

2008-06-23 12:35  brun

	* [r24476] config/Makefile.solarisCC5: Activate again F77LIBS

2008-06-23 11:28  brun

	* [r24475] hist/hist/src/TH2.cxx: From Axel:
	  Support variable bin size histograms in TH2::FitSlicesX too.

2008-06-23 09:56  rdm

	* [r24474] configure: enable memstat only for linux architectures
	  (e.g. not win32gcc).

2008-06-23 09:19  brun

	* [r24473] net/net/src/TSocket.cxx: In TSocket::recv the received
	  TStreamerInfo was not registered at the right place.

2008-06-23 09:08  ganis

	* [r24472] proof/proofd/src/XrdProofConn.cxx,
	  proof/proofd/src/XrdProofdProtocol.cxx: Add some missing
	  protections

2008-06-23 05:33  brun

	* [r24471] hist/hist/src/TH2.cxx: From Axel:
	  add support for variable bins for chi2 histogram created by
	  FitSlices().

2008-06-23 01:37  rdm

	* [r24470] core/base/inc/TFileCollection.h,
	  core/base/src/TFileCollection.cxx: From Jan:
	  renamed AddFromDirectory() to Add(), correctly handles wildcards
	  in
	  directory. Behaviour is now similar to TChain::Add(). Fixes
	  needed for CAF.

2008-06-23 01:11  rdm

	* [r24469] core/meta/src/TClass.cxx, io/io/src/TBufferFile.cxx:
	  correction in comments.

2008-06-22 16:47  ganis

	* [r24468] net/xrootd/src/xrootd/Makefile.am,
	  net/xrootd/src/xrootd/acinclude.m4,
	  net/xrootd/src/xrootd/config/GNUmake.env.in,
	  net/xrootd/src/xrootd/config/GNUmake.rules.gcc,
	  net/xrootd/src/xrootd/config/GNUmake.rules.macos,
	  net/xrootd/src/xrootd/config/GNUmake.rules.macos64,
	  net/xrootd/src/xrootd/config/GNUmake.rules.sunCC,
	  net/xrootd/src/xrootd/config/GNUmake.rules.sunCCamd,
	  net/xrootd/src/xrootd/config/GNUmake.rules.sunCCi86pc,
	  net/xrootd/src/xrootd/config/GNUmakefile.in,
	  net/xrootd/src/xrootd/configure.ac,
	  net/xrootd/src/xrootd/configure.classic,
	  net/xrootd/src/xrootd/etc/README,
	  net/xrootd/src/xrootd/etc/StartCMS,
	  net/xrootd/src/xrootd/etc/StartOLB.cf.example,
	  net/xrootd/src/xrootd/etc/StartXRD,
	  net/xrootd/src/xrootd/etc/StartXRD.cf.example,
	  net/xrootd/src/xrootd/etc/StopCMS,
	  net/xrootd/src/xrootd/etc/StopOLB,
	  net/xrootd/src/xrootd/etc/StopXRD,
	  net/xrootd/src/xrootd/etc/XrdOlbMonPerf,
	  net/xrootd/src/xrootd/etc/xrootd.cf.example,
	  net/xrootd/src/xrootd/etc/xrootd.cf.example2,
	  net/xrootd/src/xrootd/src/Makefile.am,
	  net/xrootd/src/xrootd/src/XProtocol/XProtocol.hh,
	  net/xrootd/src/xrootd/src/XProtocol/YProtocol.hh,
	  net/xrootd/src/xrootd/src/Xrd/GNUmakefile,
	  net/xrootd/src/xrootd/src/Xrd/Makefile.am,
	  net/xrootd/src/xrootd/src/Xrd/XrdConfig.cc,
	  net/xrootd/src/xrootd/src/Xrd/XrdInet.cc,
	  net/xrootd/src/xrootd/src/Xrd/XrdLink.cc,
	  net/xrootd/src/xrootd/src/Xrd/XrdLink.hh,
	  net/xrootd/src/xrootd/src/Xrd/XrdLinkMatch.cc,
	  net/xrootd/src/xrootd/src/Xrd/XrdMain.cc,
	  net/xrootd/src/xrootd/src/Xrd/XrdPoll.cc,
	  net/xrootd/src/xrootd/src/Xrd/XrdPollDev.hh,
	  net/xrootd/src/xrootd/src/Xrd/XrdPollDev.icc,
	  net/xrootd/src/xrootd/src/Xrd/XrdPollE.hh,
	  net/xrootd/src/xrootd/src/Xrd/XrdPollE.icc,
	  net/xrootd/src/xrootd/src/Xrd/XrdPollPoll.icc,
	  net/xrootd/src/xrootd/src/Xrd/XrdScheduler.cc,
	  net/xrootd/src/xrootd/src/Xrd/XrdTrace.hh,
	  net/xrootd/src/xrootd/src/XrdAcc/GNUmakefile,
	  net/xrootd/src/xrootd/src/XrdAcc/XrdAccAccess.cc,
	  net/xrootd/src/xrootd/src/XrdAcc/XrdAccCapability.cc,
	  net/xrootd/src/xrootd/src/XrdAcc/XrdAccConfig.cc,
	  net/xrootd/src/xrootd/src/XrdAcc/XrdAccGroups.cc,
	  net/xrootd/src/xrootd/src/XrdAcc/XrdAccTest.cc,
	  net/xrootd/src/xrootd/src/XrdBwm,
	  net/xrootd/src/xrootd/src/XrdBwm/GNUmakefile,
	  net/xrootd/src/xrootd/src/XrdBwm/Makefile.am,
	  net/xrootd/src/xrootd/src/XrdBwm/XrdBwm.cc,
	  net/xrootd/src/xrootd/src/XrdBwm/XrdBwm.hh,
	  net/xrootd/src/xrootd/src/XrdBwm/XrdBwmConfig.cc,
	  net/xrootd/src/xrootd/src/XrdBwm/XrdBwmHandle.cc,
	  net/xrootd/src/xrootd/src/XrdBwm/XrdBwmHandle.hh,
	  net/xrootd/src/xrootd/src/XrdBwm/XrdBwmLogger.cc,
	  net/xrootd/src/xrootd/src/XrdBwm/XrdBwmLogger.hh,
	  net/xrootd/src/xrootd/src/XrdBwm/XrdBwmPolicy.hh,
	  net/xrootd/src/xrootd/src/XrdBwm/XrdBwmPolicy1.cc,
	  net/xrootd/src/xrootd/src/XrdBwm/XrdBwmPolicy1.hh,
	  net/xrootd/src/xrootd/src/XrdBwm/XrdBwmTrace.hh,
	  net/xrootd/src/xrootd/src/XrdCS2/XrdCS2DCM.cc,
	  net/xrootd/src/xrootd/src/XrdCS2/XrdCS2DCM2cs.cc,
	  net/xrootd/src/xrootd/src/XrdCS2/XrdCS2DCMConfig.cc,
	  net/xrootd/src/xrootd/src/XrdCS2/XrdCS2DCMMain.cc,
	  net/xrootd/src/xrootd/src/XrdClient/GNUmakefile,
	  net/xrootd/src/xrootd/src/XrdClient/Makefile.am,
	  net/xrootd/src/xrootd/src/XrdClient/TestXrdClient.cc,
	  net/xrootd/src/xrootd/src/XrdClient/TestXrdClient_read.cc,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClient.cc,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClient.hh,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientAbs.cc,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientAbs.hh,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientAbsMonIntf.hh,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientAdmin.cc,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientAdmin.hh,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientAdmin_c.cc,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientConn.cc,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientConn.hh,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientConnMgr.cc,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientConnMgr.hh,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientConst.hh,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientDebug.hh,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientEnv.cc,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientInputBuffer.cc,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientMStream.cc,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientMStream.hh,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientMessage.cc,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientPSock.cc,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientPSock.hh,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientPhyConnection.cc,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientPhyConnection.hh,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientPrep.cc,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientProtocol.cc,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientReadCache.cc,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientReadCache.hh,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientSock.cc,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientSock.hh,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientUrlSet.cc,
	  net/xrootd/src/xrootd/src/XrdClient/XrdClientVector.hh,
	  net/xrootd/src/xrootd/src/XrdClient/XrdCommandLine.cc,
	  net/xrootd/src/xrootd/src/XrdClient/XrdCpMthrQueue.hh,
	  net/xrootd/src/xrootd/src/XrdClient/XrdCpWorkLst.cc,
	  net/xrootd/src/xrootd/src/XrdClient/XrdStageTool.cc,
	  net/xrootd/src/xrootd/src/XrdClient/Xrdcp.cc,
	  net/xrootd/src/xrootd/src/XrdCms,
	  net/xrootd/src/xrootd/src/XrdCms/GNUmakefile,
	  net/xrootd/src/xrootd/src/XrdCms/Makefile.am,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsAdmin.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsAdmin.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsCache.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsCache.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsClient.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsClientConfig.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsClientConfig.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsClientMan.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsClientMan.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsClientMsg.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsClientMsg.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsCluster.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsCluster.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsConfig.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsConfig.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsFinder.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsFinder.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsJob.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsJob.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsKey.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsKey.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsLogin.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsLogin.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsManList.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsManList.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsManTree.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsManTree.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsManager.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsManager.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsMeter.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsMeter.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsNash.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsNash.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsNode.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsNode.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsPList.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsPList.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsParser.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsParser.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsPrepArgs.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsPrepArgs.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsPrepare.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsPrepare.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsProtocol.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsProtocol.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsRRData.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsRRData.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsRRQ.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsRRQ.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsRTable.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsRTable.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsReq.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsReq.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsResp.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsResp.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsRouting.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsRouting.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsSecurity.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsSecurity.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsSelect.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsState.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsState.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsSupervisor.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsSupervisor.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsTalk.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsTalk.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsTrace.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsTypes.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsXmi.hh,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsXmiReq.cc,
	  net/xrootd/src/xrootd/src/XrdCms/XrdCmsXmiReq.hh,
	  net/xrootd/src/xrootd/src/XrdCrypto/GNUmakefile,
	  net/xrootd/src/xrootd/src/XrdCrypto/XrdCryptoAux.hh,
	  net/xrootd/src/xrootd/src/XrdCrypto/XrdCryptoCipher.cc,
	  net/xrootd/src/xrootd/src/XrdCrypto/XrdCryptoMsgDigest.cc,
	  net/xrootd/src/xrootd/src/XrdCrypto/XrdCryptoTrace.hh,
	  net/xrootd/src/xrootd/src/XrdCrypto/XrdCryptoX509Chain.cc,
	  net/xrootd/src/xrootd/src/XrdCrypto/XrdCryptoX509Chain.hh,
	  net/xrootd/src/xrootd/src/XrdCrypto/XrdCryptosslRSA.cc,
	  net/xrootd/src/xrootd/src/XrdCrypto/XrdCryptosslTrace.hh,
	  net/xrootd/src/xrootd/src/XrdMon/GNUmakefile,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonArgParserConvert.hh,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonBufferedOutput.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonCommon.hh,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonConvertTimestampApp.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonCout2FileApp.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonCtrAdmin.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonCtrArchiver.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonCtrBuffer.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonCtrCollector.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonCtrDebug.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonCtrMainApp.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonCtrWriter.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonDebugPacketApp.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonDecArgParser.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonDecDictInfo.hh,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonDecMainApp.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonDecPacketDecoder.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonDecPacketDecoder.hh,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonDecPreProcess.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonDecSink.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonDecSink.hh,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonDecStageInfo.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonDecStageInfo.hh,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonDecTraceInfo.hh,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonDecUserInfo.hh,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonDumpPacketsApp.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonException.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonHeader.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonHeader.hh,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonSenderInfo.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonSndCoder.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonSndCoder.hh,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonSndDictEntry.hh,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonSndDummyXrootd.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonSndDummyXrootd.hh,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonSndDummyXrootdApp.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonSndFileSenderApp.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonSndStageEntry.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonSndStageEntry.hh,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonSndTraceCache.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonSndTraceEntry.hh,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonSndTransmitter.cc,
	  net/xrootd/src/xrootd/src/XrdMon/XrdMonUtils.cc,
	  net/xrootd/src/xrootd/src/XrdMon/testArgParser.cc,
	  net/xrootd/src/xrootd/src/XrdNet/GNUmakefile,
	  net/xrootd/src/xrootd/src/XrdNet/Makefile.am,
	  net/xrootd/src/xrootd/src/XrdNet/XrdNetDNS.cc,
	  net/xrootd/src/xrootd/src/XrdNet/XrdNetDNS.hh,
	  net/xrootd/src/xrootd/src/XrdNet/XrdNetMsg.cc,
	  net/xrootd/src/xrootd/src/XrdNet/XrdNetMsg.hh,
	  net/xrootd/src/xrootd/src/XrdNet/XrdNetSecurity.cc,
	  net/xrootd/src/xrootd/src/XrdNet/XrdNetSocket.cc,
	  net/xrootd/src/xrootd/src/XrdOdc/GNUmakefile,
	  net/xrootd/src/xrootd/src/XrdOdc/XrdOdcConfig.cc,
	  net/xrootd/src/xrootd/src/XrdOdc/XrdOdcResp.cc,
	  net/xrootd/src/xrootd/src/XrdOdc/XrdOdcTest.cc,
	  net/xrootd/src/xrootd/src/XrdOdc/XrdOdcTrace.hh,
	  net/xrootd/src/xrootd/src/XrdOfs/GNUmakefile,
	  net/xrootd/src/xrootd/src/XrdOfs/Makefile.am,
	  net/xrootd/src/xrootd/src/XrdOfs/XrdOfs.cc,
	  net/xrootd/src/xrootd/src/XrdOfs/XrdOfs.hh,
	  net/xrootd/src/xrootd/src/XrdOfs/XrdOfsConfig.cc,
	  net/xrootd/src/xrootd/src/XrdOfs/XrdOfsConfig.hh,
	  net/xrootd/src/xrootd/src/XrdOfs/XrdOfsEvr.cc,
	  net/xrootd/src/xrootd/src/XrdOfs/XrdOfsEvr.hh,
	  net/xrootd/src/xrootd/src/XrdOfs/XrdOfsEvs.cc,
	  net/xrootd/src/xrootd/src/XrdOfs/XrdOfsEvs.hh,
	  net/xrootd/src/xrootd/src/XrdOfs/XrdOfsFS.cc,
	  net/xrootd/src/xrootd/src/XrdOfs/XrdOfsHandle.cc,
	  net/xrootd/src/xrootd/src/XrdOfs/XrdOfsHandle.hh,
	  net/xrootd/src/xrootd/src/XrdOfs/XrdOfsTrace.hh,
	  net/xrootd/src/xrootd/src/XrdOlb/GNUmakefile,
	  net/xrootd/src/xrootd/src/XrdOlb/XrdOlbAdmin.cc,
	  net/xrootd/src/xrootd/src/XrdOlb/XrdOlbCache.cc,
	  net/xrootd/src/xrootd/src/XrdOlb/XrdOlbConfig.cc,
	  net/xrootd/src/xrootd/src/XrdOlb/XrdOlbManager.cc,
	  net/xrootd/src/xrootd/src/XrdOlb/XrdOlbPrepArgs.cc,
	  net/xrootd/src/xrootd/src/XrdOlb/XrdOlbProtocol.cc,
	  net/xrootd/src/xrootd/src/XrdOlb/XrdOlbServer.cc,
	  net/xrootd/src/xrootd/src/XrdOlb/XrdOlbTrace.hh,
	  net/xrootd/src/xrootd/src/XrdOss/GNUmakefile,
	  net/xrootd/src/xrootd/src/XrdOss/Makefile.am,
	  net/xrootd/src/xrootd/src/XrdOss/XrdOss.hh,
	  net/xrootd/src/xrootd/src/XrdOss/XrdOssAio.cc,
	  net/xrootd/src/xrootd/src/XrdOss/XrdOssApi.cc,
	  net/xrootd/src/xrootd/src/XrdOss/XrdOssApi.hh,
	  net/xrootd/src/xrootd/src/XrdOss/XrdOssCache.cc,
	  net/xrootd/src/xrootd/src/XrdOss/XrdOssCache.hh,
	  net/xrootd/src/xrootd/src/XrdOss/XrdOssConfig.cc,
	  net/xrootd/src/xrootd/src/XrdOss/XrdOssConfig.hh,
	  net/xrootd/src/xrootd/src/XrdOss/XrdOssCreate.cc,
	  net/xrootd/src/xrootd/src/XrdOss/XrdOssLock.cc,
	  net/xrootd/src/xrootd/src/XrdOss/XrdOssMSS.cc,
	  net/xrootd/src/xrootd/src/XrdOss/XrdOssMio.cc,
	  net/xrootd/src/xrootd/src/XrdOss/XrdOssPath.cc,
	  net/xrootd/src/xrootd/src/XrdOss/XrdOssPath.hh,
	  net/xrootd/src/xrootd/src/XrdOss/XrdOssRename.cc,
	  net/xrootd/src/xrootd/src/XrdOss/XrdOssSpace.cc,
	  net/xrootd/src/xrootd/src/XrdOss/XrdOssSpace.hh,
	  net/xrootd/src/xrootd/src/XrdOss/XrdOssStage.cc,
	  net/xrootd/src/xrootd/src/XrdOss/XrdOssStage.hh,
	  net/xrootd/src/xrootd/src/XrdOss/XrdOssStat.cc,
	  net/xrootd/src/xrootd/src/XrdOss/XrdOssTrace.hh,
	  net/xrootd/src/xrootd/src/XrdOss/XrdOssUnlink.cc,
	  net/xrootd/src/xrootd/src/XrdOuc/GNUmakefile,
	  net/xrootd/src/xrootd/src/XrdOuc/Makefile.am,
	  net/xrootd/src/xrootd/src/XrdOuc/XrdOucCRC.cc,
	  net/xrootd/src/xrootd/src/XrdOuc/XrdOucCRC.hh,
	  net/xrootd/src/xrootd/src/XrdOuc/XrdOucEnv.cc,
	  net/xrootd/src/xrootd/src/XrdOuc/XrdOucErrInfo.hh,
	  net/xrootd/src/xrootd/src/XrdOuc/XrdOucHash.hh,
	  net/xrootd/src/xrootd/src/XrdOuc/XrdOucHash.icc,
	  net/xrootd/src/xrootd/src/XrdOuc/XrdOucMsubs.cc,
	  net/xrootd/src/xrootd/src/XrdOuc/XrdOucMsubs.hh,
	  net/xrootd/src/xrootd/src/XrdOuc/XrdOucPup.cc,
	  net/xrootd/src/xrootd/src/XrdOuc/XrdOucPup.hh,
	  net/xrootd/src/xrootd/src/XrdOuc/XrdOucRash.icc,
	  net/xrootd/src/xrootd/src/XrdOuc/XrdOucReqID.cc,
	  net/xrootd/src/xrootd/src/XrdOuc/XrdOucStream.cc,
	  net/xrootd/src/xrootd/src/XrdOuc/XrdOucStream.hh,
	  net/xrootd/src/xrootd/src/XrdOuc/XrdOucString.cc,
	  net/xrootd/src/xrootd/src/XrdOuc/XrdOucString.hh,
	  net/xrootd/src/xrootd/src/XrdOuc/XrdOucTrace.hh,
	  net/xrootd/src/xrootd/src/XrdOuc/XrdOuca2x.cc,
	  net/xrootd/src/xrootd/src/XrdPosix/GNUmakefile,
	  net/xrootd/src/xrootd/src/XrdPosix/Makefile.am,
	  net/xrootd/src/xrootd/src/XrdPosix/XrdPosix.cc,
	  net/xrootd/src/xrootd/src/XrdPosix/XrdPosix.hh,
	  net/xrootd/src/xrootd/src/XrdPosix/XrdPosixExtern.hh,
	  net/xrootd/src/xrootd/src/XrdPosix/XrdPosixLinkage.cc,
	  net/xrootd/src/xrootd/src/XrdPosix/XrdPosixLinkage.hh,
	  net/xrootd/src/xrootd/src/XrdPosix/XrdPosixOsDep.hh,
	  net/xrootd/src/xrootd/src/XrdPosix/XrdPosixPreload.cc,
	  net/xrootd/src/xrootd/src/XrdPosix/XrdPosixPreload32.cc,
	  net/xrootd/src/xrootd/src/XrdPosix/XrdPosixXrootd.cc,
	  net/xrootd/src/xrootd/src/XrdPosix/XrdPosixXrootd.hh,
	  net/xrootd/src/xrootd/src/XrdPss/GNUmakefile,
	  net/xrootd/src/xrootd/src/XrdPss/XrdPss.cc,
	  net/xrootd/src/xrootd/src/XrdPss/XrdPss.hh,
	  net/xrootd/src/xrootd/src/XrdPss/XrdPssConfig.cc,
	  net/xrootd/src/xrootd/src/XrdSec/GNUmakefile,
	  net/xrootd/src/xrootd/src/XrdSec/XrdSecClient.cc,
	  net/xrootd/src/xrootd/src/XrdSec/XrdSecPManager.cc,
	  net/xrootd/src/xrootd/src/XrdSec/XrdSecServer.cc,
	  net/xrootd/src/xrootd/src/XrdSec/XrdSecTrace.hh,
	  net/xrootd/src/xrootd/src/XrdSec/XrdSectestClient.cc,
	  net/xrootd/src/xrootd/src/XrdSec/XrdSectestServer.cc,
	  net/xrootd/src/xrootd/src/XrdSecgsi/GNUmakefile,
	  net/xrootd/src/xrootd/src/XrdSecgsi/Makefile.am,
	  net/xrootd/src/xrootd/src/XrdSecgsi/XrdSecProtocolgsi.cc,
	  net/xrootd/src/xrootd/src/XrdSecgsi/XrdSecProtocolgsi.hh,
	  net/xrootd/src/xrootd/src/XrdSecgsi/XrdSecgsiGMAPFunLDAP.cc,
	  net/xrootd/src/xrootd/src/XrdSecgsi/XrdSecgsiGMAPFunLDAP.cf,
	  net/xrootd/src/xrootd/src/XrdSecgsi/XrdSecgsiTrace.hh,
	  net/xrootd/src/xrootd/src/XrdSeckrb4/XrdSecProtocolkrb4.cc,
	  net/xrootd/src/xrootd/src/XrdSeckrb5/XrdSecProtocolkrb5.cc,
	  net/xrootd/src/xrootd/src/XrdSecpwd/GNUmakefile,
	  net/xrootd/src/xrootd/src/XrdSecpwd/XrdSecProtocolpwd.cc,
	  net/xrootd/src/xrootd/src/XrdSecunix/XrdSecProtocolunix.cc,
	  net/xrootd/src/xrootd/src/XrdSfs/XrdSfsInterface.hh,
	  net/xrootd/src/xrootd/src/XrdSfs/XrdSfsNative.cc,
	  net/xrootd/src/xrootd/src/XrdSfs/XrdSfsNative.hh,
	  net/xrootd/src/xrootd/src/XrdSut/GNUmakefile,
	  net/xrootd/src/xrootd/src/XrdSut/XrdSutAux.hh,
	  net/xrootd/src/xrootd/src/XrdSut/XrdSutBucket.cc,
	  net/xrootd/src/xrootd/src/XrdSut/XrdSutBuffer.cc,
	  net/xrootd/src/xrootd/src/XrdSut/XrdSutPFEntry.hh,
	  net/xrootd/src/xrootd/src/XrdSut/XrdSutTrace.hh,
	  net/xrootd/src/xrootd/src/XrdSys/GNUmakefile,
	  net/xrootd/src/xrootd/src/XrdSys/Makefile.am,
	  net/xrootd/src/xrootd/src/XrdSys/XrdSysError.cc,
	  net/xrootd/src/xrootd/src/XrdSys/XrdSysHeaders.hh,
	  net/xrootd/src/xrootd/src/XrdSys/XrdSysPlatform.hh,
	  net/xrootd/src/xrootd/src/XrdSys/XrdSysPlugin.cc,
	  net/xrootd/src/xrootd/src/XrdSys/XrdSysPriv.cc,
	  net/xrootd/src/xrootd/src/XrdSys/XrdSysPthread.hh,
	  net/xrootd/src/xrootd/src/XrdSys/XrdSysXSLock.cc,
	  net/xrootd/src/xrootd/src/XrdVersion.hh,
	  net/xrootd/src/xrootd/src/XrdXrootd/GNUmakefile,
	  net/xrootd/src/xrootd/src/XrdXrootd/XrdXrootdAio.cc,
	  net/xrootd/src/xrootd/src/XrdXrootd/XrdXrootdCallBack.cc,
	  net/xrootd/src/xrootd/src/XrdXrootd/XrdXrootdConfig.cc,
	  net/xrootd/src/xrootd/src/XrdXrootd/XrdXrootdFile.cc,
	  net/xrootd/src/xrootd/src/XrdXrootd/XrdXrootdFile.hh,
	  net/xrootd/src/xrootd/src/XrdXrootd/XrdXrootdJob.cc,
	  net/xrootd/src/xrootd/src/XrdXrootd/XrdXrootdMonitor.cc,
	  net/xrootd/src/xrootd/src/XrdXrootd/XrdXrootdProtocol.cc,
	  net/xrootd/src/xrootd/src/XrdXrootd/XrdXrootdProtocol.hh,
	  net/xrootd/src/xrootd/src/XrdXrootd/XrdXrootdResponse.cc,
	  net/xrootd/src/xrootd/src/XrdXrootd/XrdXrootdResponse.hh,
	  net/xrootd/src/xrootd/src/XrdXrootd/XrdXrootdTrace.hh,
	  net/xrootd/src/xrootd/src/XrdXrootd/XrdXrootdXPath.hh,
	  net/xrootd/src/xrootd/src/XrdXrootd/XrdXrootdXeq.cc,
	  net/xrootd/src/xrootd/test/test1.sh,
	  net/xrootd/src/xrootd/test/test2.sh,
	  net/xrootd/src/xrootd/utils/XrdCmsNotify.pm,
	  net/xrootd/src/xrootd/utils/mps_MigrPurg,
	  net/xrootd/src/xrootd/utils/mps_Stage,
	  net/xrootd/src/xrootd/utils/mps_monStage.pm,
	  net/xrootd/src/xrootd/utils/mps_prep,
	  net/xrootd/src/xrootd/xrootd.spec.in: Import xrootd 20080621-0000

2008-06-22 16:46  brun

	* [r24467] graf2d/gpad/src/TPad.cxx: Make TPad::FindObject(const
	  char *name) recursive like TPad::FindObject(const TObject *obj)

2008-06-22 16:24  rdm

	* [r24466] tutorials/net/hclient.C: static
	  TMessage::EnableSchemaEvolution() now called
	  TMessage::EnableSchemaEvolutionForAll()
	  (TMessage::EnableSchemaEvolution()
	  is now member function setting schema evolution per message).

2008-06-22 15:56  rdm

	* [r24465] etc/vmc/Makefile.linux, etc/vmc/Makefile.linuxx8664gcc,
	  etc/vmc/Makefile.macosx, etc/vmc/Makefile.macosx64: From Fed:
	  use root-config to detect used fortran compiler.

2008-06-22 14:34  rdm

	* [r24464] config/root-config.in, etc/proof/utils/proofinstall.sh:
	  use portable form of grep (fixes Solaris issue).

2008-06-22 09:06  moneta

	* [r24463] math/mathcore/src/FitUtil.cxx: fix a problem with a
	  variable not being initialized

2008-06-22 05:32  brun

	* [r24462] tree/tree/src/TBranchObject.cxx: Fix compilation
	  warnings reported by the nightly builds.

2008-06-21 15:44  brun

	* [r24461] geom/geom/src/TGeoArb8.cxx: Fix compilation warning on
	  windows

2008-06-21 13:58  rdm

	* [r24460] config/root-config.in: fix for Solaris.

2008-06-21 13:41  brun

	* [r24459] core/meta/src/TCint.cxx: From Axel:
	  Fix coding conventions.

2008-06-21 11:56  rdm

	* [r24458] config/rootrc.in: From Gerri:
	  Change the default for XProof.Debug.

2008-06-21 11:56  rdm

	* [r24457] net/net/inc/TSocket.h: From Gerri:
	  add dummy method Reconnect(), implemented in TXSocket for
	  reconnections
	  in PROOF.

2008-06-21 11:55  rdm

	* [r24456] configure: From Gerri:
	  prepare for new xrootd.

2008-06-21 06:00  brun

	* [r24455] misc/memstat/src/TMemStatInfo.cxx: Fix coding
	  conventions

2008-06-21 03:13  pcanal

	* [r24454] tree/doc/v520/index.html, tree/tree/inc/TBranch.h,
	  tree/tree/inc/TTree.h, tree/tree/src/TBasket.cxx,
	  tree/tree/src/TBranch.cxx, tree/tree/src/TBranchClones.cxx,
	  tree/tree/src/TBranchElement.cxx,
	  tree/tree/src/TBranchObject.cxx, tree/tree/src/TBranchRef.cxx,
	  tree/tree/src/TBranchSTL.cxx, tree/tree/src/TTree.cxx,
	  tree/tree/src/TTreeCloner.cxx: Disk and Memory Space Gain
	  
	  In ROOT older than v5.20/00, the branches' last basket, also
	  known as the write basket, was always saved in the same "key" as
	  the TTree object and was always present in memory when reading or
	  writing. When reading this write basket was always present in
	  memory even if the branch was never accessed.
	  
	  Starting in v5.20/00, TTree::Write closes out, compresses (when
	  requested) and writes to disk in their own file record the write
	  baskets of all the branches. (This is implemented via the new
	  function TTree::FlushBaskets, TBranch::FlushBaskets,
	  TBranch::FlushOneBaskets)
	  
	  TTree::AutoSave supports a new option "FlushBaskets" which will
	  call FlushBaskets before saving the TTree object.
	  
	  Benefits
	  
	  - Flushing the write baskets has several advantages:
	  - Reduce the file size of the TTree object (it not longer
	  contains the last basket), improving read time of the TTree
	  object
	  - Reduce memory footprint of the TTree object.
	  - In a TTree which "flushed" buffer, there is now usually only
	  zero or one buffer in memory.
	  - Previously each branch always had at least one basket in memory
	  and usually 2 (the write basket and one read basket).
	  - Now only the basket of the branches actually read are loaded in
	  memory.
	  - allow for the basket to be compressed and stored separated,
	  increasing the compression factor.
	  
	  Note: Calling FlushBaskets too often (either directly of via
	  AutoSave("FlushBaskets")) can lead to unnecessary fragmentation
	  of the ROOT file, since it write the baskets to disk (and a new
	  basket will be started at the next fill) whether or not the
	  content was close to filling the basket or not.
	  
	  The fast tree cloning (TTreeCloner) was enhanced to support
	  copying in-memory TTrees (that have been save as a single key on
	  file). This issue was preventing hadd to fast clone files
	  containing any 'in-memory' tree.

2008-06-20 23:04  ganis

	* [r24451] net/netx/src/TXNetFile.cxx: Add dynamic cache size
	  synchronization (from F. Furano)

2008-06-20 21:37  matevz

	* [r24449] graf3d/eve/inc/TEveElement.h, graf3d/eve/inc/TEveLine.h,
	  graf3d/eve/inc/TEveManager.h, graf3d/eve/inc/TEvePointSet.h,
	  graf3d/eve/inc/TEveStraightLineSet.h, graf3d/eve/inc/TEveTrack.h,
	  graf3d/eve/src/TEveElement.cxx, graf3d/eve/src/TEveLine.cxx,
	  graf3d/eve/src/TEveManager.cxx, graf3d/eve/src/TEvePointSet.cxx,
	  graf3d/eve/src/TEveStraightLineSet.cxx,
	  graf3d/eve/src/TEveTrack.cxx: Implement saving/loading of VizDB
	  via creation/processing of CINT scripts.
	  
	  TEveManager
	  -----------
	  1. Implement Load/SaveVizDB()
	  2. Add bool members controlling behaviour of VizDB during
	  loading, in
	  particular whether to replace existing entries and update
	  connected clients.
	  
	  TEveElement
	  -----------
	  1. Implement top-level SaveVizParams() and virtual
	  WriteVizParams()
	  that is called throughout the element class-hierarchy.
	  2. Add the following methods that can be called from the context
	  menu:
	  - void VizDB_Apply(const char* tag);
	  - void VizDB_Reapply();
	  - void VizDB_UpdateModel(Bool_t update=kTRUE);
	  - void VizDB_Insert(const char* tag, Bool_t replace=kTRUE, Bool_t
	  update=kTRUE);
	  
	  Other
	  -----
	  Virtual WriteVizParams() implemented for the following classes:
	  TEvePointSet, TEveLine, TEveTrack, TEveTrackList and
	  TEveStraightLineSet.

2008-06-20 21:06  matevz

	* [r24448] graf3d/gl/inc/TGLFontManager.h,
	  graf3d/gl/src/TGLFontManager.cxx: From Alja:
	  
	  Introduce trash count to prevent too frequent creation and
	  destruction of FTFont objects.

2008-06-20 20:55  matevz

	* [r24447] graf3d/eve/inc/TEveProjections.h,
	  graf3d/eve/src/TEveProjections.cxx: Add method
	  ChangePreScaleEntry(), allowing change of scale for an already
	  existing scaling-entry.

2008-06-20 20:21  axel

	* [r24446] cint/ROOT/cintdlls.mk, cint/cint/Module.mk,
	  cint/cint7/Module.mk: Add missing dependency on cintdictversion.h
	  so the cintdlls get regenerated when the dictionary version
	  changes - like now. Fixes another problem with svn up and make

2008-06-20 18:55  matevz

	* [r24445] graf3d/eve/inc/TEveCalo.h,
	  graf3d/eve/inc/TEveCaloLegoGL.h,
	  graf3d/eve/inc/TEveLegoOverlay.h, graf3d/eve/src/TEveCalo.cxx,
	  graf3d/eve/src/TEveCaloLegoGL.cxx,
	  graf3d/eve/src/TEveLegoOverlay.cxx, graf3d/gl/inc/LinkDef.h,
	  graf3d/gl/inc/TGLAxisPainter.h, graf3d/gl/src/TGLAxisPainter.cxx:
	  From Alja.
	  
	  TGLAxisPainter.h, TGLAxisPainter.cxx:
	  Introduce new utilty class to paint axis with GL.
	  
	  TEveCaloLegoGL,TEveLegoOverlay:
	  Use TGLAxisPainter functionality.
	  
	  TEveCaloViz:
	  Add new Function GetMaxVal().

2008-06-20 17:52  matevz

	* [r24444] graf3d/gl/inc/TGLRnrCtx.h, graf3d/gl/src/TGLObject.cxx,
	  graf3d/gl/src/TGLPhysicalShape.cxx, graf3d/gl/src/TGLRnrCtx.cxx:
	  TGLRnrCtx
	  ---------
	  Add new member 'Bool_t fHighlightOutline' that is set during the
	  outline-pass of the highlight.
	  
	  TGLObject
	  ---------
	  Disable use of display-lists for multi-colored objects only in
	  the
	  outline pass of the highlight.
	  
	  TGLPhysicalShape
	  ----------------
	  Set HighlightOutline and HighlightOutline of the rnr-ctx during
	  highlight.

2008-06-20 16:42  axel

	* [r24442] cint/doc/v520/index.html: Mention include/cint and
	  TInterpreter update.
	  Spellchecked.

2008-06-20 16:24  axel

	* [r24438] cint/ROOT/cintdlls.mk, cint/cint/Module.mk,
	  cint/cint7/Module.mk: When building cint7: cintdlls depend on
	  cint7's iosenum.h, not cint5's

2008-06-20 16:20  axel

	* [r24437] cint/cint7/include, cint/cint7/include/sys/types.h,
	  cint/cint7/include/systypes.h: CINT7: remove generated files; add
	  them to ignores

2008-06-20 16:01  rdm

	* [r24436] core/meta/inc, core/meta/src: ignore TCint_7.cxx and .h.

2008-06-20 16:01  rdm

	* [r24435] core/meta/Module.mk: delete TCint_7.cxx and .h.

2008-06-20 15:59  moneta

	* [r24434] tutorials/math/mathmoreIntegration.C: update for change
	  of enumeration name

2008-06-20 15:59  wouter

	* [r24433] roofit/roofitcore/inc/RooFFTConvPdf.h,
	  roofit/roofitcore/src/RooFFTConvPdf.cxx: o RooFFTConvPdf
	  
	  - Migrate to use new cache management scheme of
	  RooAbsCachedPdf to
	  
	  - Do proper handling of caches with non-default
	  binning names

2008-06-20 15:43  rdm

	* [r24432] net/net/inc/TMessage.h, net/net/src/TMessage.cxx: add
	  local fEvolution flag in TMessage. It will be initialized by the
	  value
	  of fgEvolution at the time of message creation. This to:
	  1) allow some message to have schema evolution while others not
	  2) to avoid that the changing of the global fgEvolution during
	  the life-time
	  of a message to cause problems

2008-06-20 15:40  moneta

	* [r24431] hist/hist/src/TProfile.cxx: - implement in the Profile
	  the existing option G to get the bin error in the case of
	  combination of measurements y
	  with gaussian error dy. In this case the profile must be filled
	  with a weight = 1./dy**2 and the correct error from the
	  combination (1./sqrt(Sum(1./dy**2) ) ) will be obtained.
	  This option was requested by Yuri Fisyak.

2008-06-20 15:38  rdm

	* [r24430] cint/ROOT/configcint.mk, cint/cint/Module.mk, configure:
	  From Axel:
	  Without --enable-cint7, put (deprecated) copies of the headers in
	  include/cint/ into include/ to allow a transition period to the
	  new
	  CINT include dir. They will be removed by configure --enable-cint
	  cint7: set G__CFG_COREVERSION.

2008-06-20 15:34  moneta

	* [r24429] test/stressMathCore.cxx, test/stressMathMore.cxx: remove
	  a printoutline to avoid updating reference file

2008-06-20 15:20  axel

	* [r24428] cint/cint7/lib/posix, cint/cint7/main, core/utils/src:
	  More ignores

2008-06-20 15:04  rdm

	* [r24427] cint/cint7/lib/posix: ignore mktypes.

2008-06-20 15:03  rdm

	* [r24426] cint/cint7/include/iosenum.h: generated, not in svn.

2008-06-20 14:49  rdm

	* [r24425] core/meta/inc/LinkDef_TCint.h: From Axel:
	  belongs to cint7 patch.

2008-06-20 14:48  moneta

	* [r24424] math/mathmore/inc/Math/Polynomial.h: - from Bertrand:
	  disable warning 4250 on Windows 9.0. This is a known deficit of
	  9.0 in that particular case,
	  see for example
	  http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=101259

2008-06-20 14:47  rdm

	* [r24423] Makefile, bindings/pyroot/Module.mk,
	  cint/ROOT/cintdlls.mk, cint/ROOT/configcint.mk,
	  cint/cint/Module.mk, cint/cint/inc/G__ci.h,
	  cint/cint/inc/cintdictversion.h, cint/cint/src/loadfile.cxx,
	  cint/cint/src/newlink.cxx, cint/cint/src/parse.cxx,
	  cint/cint/src/value.cxx, cint/cint/src/var.cxx,
	  cint/cint/src/winnt.cxx, cint/cint7/Module.mk,
	  cint/cint7/inc/G__ci.h, cint/cint7/inc/cintdictversion.h,
	  cint/cint7/include/sys/types.h, cint/cint7/include/systypes.h,
	  cint/cint7/src/loadfile.cxx, cint/cint7/src/newlink.cxx,
	  cint/cint7/src/pcode.h, cint/cintex/Module.mk,
	  cint/reflex/Module.mk, cint/reflex/ModuleVars.mk, configure,
	  core/base/Module.mk, core/base/inc/RtypesImp.h,
	  core/base/src/ManualBase4.h, core/base/src/TROOT.cxx,
	  core/meta/Module.mk, core/meta/inc/LinkDef.h,
	  core/meta/inc/TCint.h, core/meta/inc/TDictionary.h,
	  core/meta/inc/TInterpreter.h, core/meta/src/TCint.cxx,
	  core/metautils/src/TClassEdit.cxx, core/unix/src/TUnixSystem.cxx,
	  core/utils/Module.mk, core/utils/ModuleVars.mk,
	  core/utils/src/RStl.cxx, core/utils/src/rootcint.cxx,
	  graf2d/win32gdk/inc/TGWin32ProxyDefs.h, main/Module.mk,
	  misc/table/Module.mk, tree/tree/Module.mk: From Axel:
	  Allow --enable-cint7 to build CINT7 in parallel to CINT5.
	  This builds root7.exe, rootcint7, cint7 which will pick up
	  libCint7.
	  CINT includes are now in include/cint and include/cint7. Many
	  #include
	  statements changed because of that. We still provide backward
	  compatible
	  wrapper headers in include/ pointing to the include/cint ones.
	  Dictionaries for CINT5 and CINT7 are now (mostly) compatible.
	  When --enabled-cint7, TCint for CINT5 is in libMetaTCint and
	  TCint for CINT7
	  is in libMetaTCint_7. The classes' source is identical for now
	  (except for the
	  cases marked with #ifdef R__BUILDING_CINT7); they pick up
	  different CINT
	  implementations, though.
	  Without --enable-cint7, TCint.o is linked into libCore, just like
	  it used to
	  be. With --enable-cint7, TROOT() dlopens libMetaTCint /
	  libMetaTCint_7,
	  depending on which libCint the binary is linked against
	  (determined via
	  G__cint_version). TCint contains and sets a global factory
	  pointer that
	  creates the appropriate TCint object for TROOT.
	  
	  The cintdlls are built for CINT5 and CINT7 separately,
	  cintdlls.mk is
	  included twice, with different contexts set by cint/Module.mk and
	  cint7/Module.mk.
	  
	  --enable-/--disable-cint7 (i.e. (TCint.o in libCore vs
	  libMetaTCint)
	  triggers a re-build of TROOT.o
	  
	  Remove dependency from TGWin32ProxyDefs to bare CINT
	  Add implementation of G__alloc_tempobject_val to cint5
	  Add a rule how to build C-dictionaries, needed for
	  G__c_stdfunc.c.
	  
	  No rootmap entries for TCint - CINT should never ever try to
	  autoload it.
	  It's either linked anyway or we dlopen it by hand.

2008-06-20 14:27  moneta

	* [r24422] test/stressMathCore.cxx: - fix precision problem on
	  linux 32

2008-06-20 13:40  brun

	* [r24419] geom/geom/inc/TGeoArb8.h, geom/geom/inc/TGeoBBox.h,
	  geom/geom/src/TGeoArb8.cxx, geom/geom/src/TGeoBBox.cxx,
	  geom/geom/src/TGeoManager.cxx, geom/geom/src/TGeoNode.cxx,
	  geom/geompainter/src/TGeoChecker.cxx: From Andrei:
	  a patch that unifies the overlap checking methods by sampling via
	  the standard. There is also a new method introduced to sample
	  points on shapes surface - implemented only for TGeoBBox for the
	  moment.

2008-06-20 13:36  brun

	* [r24418] test/stressMathCore.cxx, test/stressMathMore.cxx:
	  Renormalize rootmarks

2008-06-20 13:25  brun

	* [r24417] hist/hist/src/TH2.cxx: Fix a compilation warning

2008-06-20 13:08  moneta

	* [r24415] hist/hist/inc/TH2.h, hist/hist/src/TH2.cxx,
	  hist/hist/src/TH3.cxx, hist/hist/src/TProfile.cxx,
	  hist/hist/src/TProfile2D.cxx: import dev branch (up to rev.
	  24397)
	  
	  - merge implementation from David of TH2::ProjectionX and
	  TH2::ProjectionY in a common method
	  - fix a coubple of bugs in projections of TH3 found thanks to the
	  new projection test from David
	  - improve KolmogorvSmirnov test in 2D and 3D. Make it also
	  working for weighted histograms.
	  For the 3D tests use as probing max distance the one obtained
	  using all possible axis combination for the order.
	  It is arbitrary (as in the 2D case), but at least consistent. A
	  better method, like the one proposed by Peacock,
	  should be used for the multi-dim KS test.
	  - add some extra comments for projections of profiles to
	  histograms using option "W". Fix also an un-wanted
	  extra calls to Sumw2()

2008-06-20 13:03  couet

	* [r24414] hist/histpainter/src/TGraphPainter.cxx: - Start
	  improving the doc.
	  - Protection added in case a TGraphPolar is plotted wit option
	  "E"
	  but has no errors defined.
	  - The title painted for TGraphPolar was not correct.

2008-06-20 12:14  moneta

	* [r24412] test/stressMathCore.cxx: increase some test tolerance

2008-06-20 12:07  rdm

	* [r24411] config/root-config.in: make independent of ROOTSYS, lib
	  location depends on root-config location.

2008-06-20 11:06  rdm

	* [r24409] etc/vmc/Makefile.linux, etc/vmc/Makefile.linuxx8664gcc,
	  etc/vmc/Makefile.macosx, etc/vmc/Makefile.macosx64: remove
	  ROOTBUILD based g95 support. Should use compiler ROOT is build
	  with.

2008-06-20 08:36  anar

	* [r24405] misc/memstat/src/TMemStatDrawDlg.cxx,
	  misc/memstat/src/TMemStatInfo.cxx,
	  misc/memstat/src/TMemStatViewerGUI.cxx: added a couple of
	  comments

2008-06-20 08:35  moneta

	* [r24404] math/genvector/inc/Math/LinkDef_Rotation.h: - add
	  instantiation of some extra template methods in Rotation and
	  Transform3D classes.
	  Unfortunatly explicit constructors cannot be added since arenot
	  supported by CINT. One should then use in
	  Python or CINT dummy constructor + operator=.

2008-06-20 08:31  moneta

	* [r24403] hist/hist/inc/Math/WrappedMultiTF1.h,
	  hist/hist/inc/Math/WrappedTF1.h, hist/hist/src/TF1.cxx,
	  math/mathcore/inc/Fit/FitResult.h,
	  math/mathcore/inc/Fit/FitUtil.h,
	  math/mathcore/inc/Fit/MinimizerControlParams.h,
	  math/mathcore/inc/Math/AllIntegrationTypes.h,
	  math/mathcore/inc/Math/IParamFunction.h,
	  math/mathcore/inc/Math/Integrator.h,
	  math/mathcore/inc/Math/IntegratorMultiDim.h,
	  math/mathcore/inc/Math/Minimizer.h,
	  math/mathcore/inc/Math/MultiDimParamFunctionAdapter.h,
	  math/mathcore/inc/Math/RichardsonDerivator.h,
	  math/mathcore/inc/Math/WrappedParamFunction.h,
	  math/mathcore/src/FitConfig.cxx, math/mathcore/src/FitResult.cxx,
	  math/mathcore/src/FitUtil.cxx, math/mathcore/src/Integrator.cxx,
	  math/mathcore/src/RichardsonDerivator.cxx,
	  math/mathcore/test/fit/GaussFunction.h,
	  math/mathcore/test/fit/Makefile,
	  math/mathcore/test/fit/WrapperRooPdf.h,
	  math/mathcore/test/fit/testFit.cxx,
	  math/mathcore/test/stressTF1.cxx,
	  math/mathcore/test/testIntegration.cxx,
	  math/mathmore/inc/Math/GSLMCIntegrator.h,
	  math/mathmore/inc/Math/GSLMinimizer1D.h,
	  math/mathmore/inc/Math/IntegrationTypes.h,
	  math/mathmore/inc/Math/InterpolationTypes.h,
	  math/mathmore/inc/Math/Interpolator.h,
	  math/mathmore/inc/Math/LinkDef.h,
	  math/mathmore/inc/Math/MCIntegrationTypes.h,
	  math/mathmore/inc/Math/ParamFunction.h,
	  math/mathmore/inc/Math/Polynomial.h,
	  math/mathmore/src/GSLIntegrator.cxx,
	  math/mathmore/src/GSLInterpolator.cxx,
	  math/mathmore/src/GSLMCIntegrationWorkspace.h,
	  math/mathmore/src/GSLMCIntegrator.cxx,
	  math/mathmore/src/GSLMinimizer1D.cxx,
	  math/mathmore/src/ParamFunction.cxx,
	  math/mathmore/src/Polynomial.cxx,
	  math/mathmore/test/testIntegration.cxx,
	  math/mathmore/test/testIntegrationMultiDim.cxx,
	  math/mathmore/test/testInterpolation.cxx,
	  math/mathmore/test/testMinimization1D.cxx,
	  math/unuran/test/unuranMulti2D.cxx,
	  math/unuran/test/unuranMultiDim.cxx, test/stressMathCore.cxx,
	  test/stressMathMore.cxx: sync with dev brunch (rev: 24397).
	  Main changes are:
	  
	  - improve integrator interface adding template functions taking
	  as imput any C++ callable object for evaluation
	  of the integrals
	  - use ROOT convention for enumeration names (start with k, like
	  kADAPTIVE for the integration type). Change for
	  Integration types, Interpolation types (in MathMore) and
	  Minimizer1D types. Change all classes and tests using this
	  enumeration name
	  - improve RichardsonDerivator class (used by TF1::Derivative).
	  Remove an un-needed function call
	  Fix also a bug in calculation of the error returned by
	  TF1::DerivativeError
	  - change interface for the function interfaced used for fitting
	  (IParamFunction function and IParamGrad function)
	  Requires now that the parameter values are passed when evaluating
	  the function and the gradient and make the method
	  operator()(double *x, double *p) const. Derived class must
	  implement DoEvalPar (and not DoEval as before)
	  for implementing this interface. This change makes the caching of
	  parameter not hidden and the interface is now
	  thread-safe. In the IParamGradFunction interface remove the
	  funcitonality for gradient of the coordinates (x)
	  since it is not needed. Define only the parameter gradient.
	  - improve also the ParamFunction class used by the concrete
	  function like Polynomial. Adapt Polynomial class to new
	  parameteric function interface
	  - improve Fit Result class with function to get parameter
	  correlations after the fit and to fill any generic matrix
	  with covariance or correlation result.
	  - add method also in the minimizer interface to get correlation
	  values
	  - add strategy in the minimizer control parameters
	  - increase timing of stressMathCore and stressMathMore

2008-06-20 07:38  moneta

	* [r24401] math/minuit2/test/MnSim/Makefile: fix a dependency
	  problem in test Makefile

2008-06-20 07:28  moneta

	* [r24400] math/minuit2/inc/Minuit2/Minuit2Minimizer.h,
	  math/minuit2/inc/Minuit2/MinuitParameter.h,
	  math/minuit2/inc/Minuit2/MnUserParameterState.h,
	  math/minuit2/inc/Minuit2/MnUserParameters.h,
	  math/minuit2/inc/Minuit2/MnUserTransformation.h,
	  math/minuit2/src/Minuit2Minimizer.cxx,
	  math/minuit2/src/MnGlobalCorrelationCoeff.cxx,
	  math/minuit2/src/MnUserFcn.cxx,
	  math/minuit2/src/MnUserParameterState.cxx,
	  math/minuit2/src/MnUserParameters.cxx,
	  math/minuit2/src/MnUserTransformation.cxx,
	  math/minuit2/test/Makefile, math/minuit2/test/MnSim,
	  math/minuit2/test/MnSim/Makefile, math/minuit2/test/MnTutorial,
	  math/minuit2/test/MnTutorial/Makefile,
	  math/minuit2/test/MnTutorial/Quad4FMain.cxx,
	  math/minuit2/test/testGraph.cxx,
	  math/minuit2/test/testNdimFit.cxx,
	  math/minuit2/test/testNewMinimizer.cxx,
	  math/minuit2/test/testUnbinGausFit.cxx: sync with dev brunch
	  (r=24397):
	  
	  - use std::string for parameter name and remove un-necessary
	  limitation on the length of parameter name
	  maintan the Name() method returning a char * (for backward
	  compatibility) and add a new method GetName() returning
	  a reference to a std::string
	  - add also a method in MInuit2Minimizer to get correlation
	  coefficient between parameter i and j and a method to get
	  the global Correlation coefficient of parameter i
	  - add new complex tests of fitting used for parallelization
	  studies
	  - compile in ROOT also the tests in MnSim and MnTutorial

2008-06-20 07:15  brun

	* [r24398] misc/memstat/test, misc/memstat/test/MemStat.C,
	  misc/memstat/test/MemStatLeak.C: Add a script in the new test
	  directory to show the use of the TMemStat class.
	  Note that this class is under development and works currently
	  only under Linux.
	  More developments are expected in the coming weeks to tune this
	  class and make
	  a better GUI.

2008-06-19 18:25  matevz

	* [r24392] graf3d/eve/src/TEveBoxSetGL.cxx,
	  tutorials/eve/boxset_test.C, tutorials/eve/cone_test.C: From
	  Alja.
	  
	  TEveBoxSetGL:
	  Fix bug with wrong cone orientation.
	  
	  boxset_test.C, cone_test.C:
	  Move cone set demo from boxset_test to separate macro.

2008-06-19 15:34  anar

	* [r24385] misc/memstat/src/TMemStat.cxx: fixed HTML doc.

2008-06-19 14:34  couet

	* [r24379] tutorials/graphs/exclusiongraph.C: - Mods in order to
	  use this macro in the documentation.

2008-06-19 13:18  brun

	* [r24376] misc/memstat/src/TMemStatInfo.cxx,
	  misc/memstat/src/TMemStatManager.cxx,
	  misc/memstat/src/TMemStatViewerGUI.cxx: Fix doc layout to be
	  usable by THtml

2008-06-19 13:10  brun

	* [r24374] misc/memstat/src/TMemStat.cxx: Modify the example macro
	  such that it can be executed by THtml.

2008-06-19 13:06  brun

	* [r24373] misc/memstat/src/TMemStat.cxx: Preserve the directory
	  context in the constructor.
	  Optimize layout for html

2008-06-19 12:51  anar

	* [r24372] misc/memstat/inc/TMemStatViewerGUI.h,
	  misc/memstat/src/TMemStatViewerGUI.cxx: the "Draw MemStat" button
	  has been removed.

2008-06-19 12:48  anar

	* [r24371] misc/memstat/inc/TMemStatDrawDlg.h,
	  misc/memstat/src/TMemStatDrawDlg.cxx,
	  misc/memstat/src/TMemStatViewerGUI.cxx: slight redesign of GUI,
	  as proposed by Rene (added Tabs for a text report and graphics
	  view)

2008-06-19 11:27  rdm

	* [r24369] io/xml/inc/TXMLEngine.h: white space.

2008-06-19 11:19  rdm

	* [r24368] build/unix/makestatic.sh: don't put memstat in static
	  module.

2008-06-19 09:50  anar

	* [r24366] misc/memstat/Module.mk, misc/memstat/inc/TMemStat.h,
	  misc/memstat/inc/TMemStatHelpers.h,
	  misc/memstat/inc/TMemStatInfo.h,
	  misc/memstat/inc/TMemStatManager.h,
	  misc/memstat/inc/TMemStatViewerGUI.h,
	  misc/memstat/src/TMemStat.cxx,
	  misc/memstat/src/TMemStatDepend.cxx,
	  misc/memstat/src/TMemStatDrawDlg.cxx,
	  misc/memstat/src/TMemStatHelpers.cxx,
	  misc/memstat/src/TMemStatInfo.cxx,
	  misc/memstat/src/TMemStatManager.cxx,
	  misc/memstat/src/TMemStatViewerGUI.cxx: - fixed coding
	  conventions
	  - fixed a copy/past bug. There was a wrong number of stack
	  deepness (GUI)
	  - many minor and cosmetic changes
	  - fixed dependencies

2008-06-19 09:17  couet

	* [r24364] hist/histpainter/src/THistPainter.cxx: - Better
	  formatting of the HTML code to make it more readable
	  and easier to modify. In particular the tables describing
	  the options.

2008-06-19 07:44  brun

	* [r24360] geom/geom/doc/index.txt: Fix a typo

2008-06-19 07:43  brun

	* [r24359] misc/memstat/inc/TMemStatViewerGUI.h: Remove
	  unimplemented functions

2008-06-18 17:28  anar

	* [r24357] misc/memstat/Module.mk, misc/memstat/inc/LinkDef.h,
	  misc/memstat/inc/LinkDefGUI.h, misc/memstat/inc/TMemStat.h,
	  misc/memstat/inc/TMemStatInfo.h,
	  misc/memstat/inc/TMemStatManager.h,
	  misc/memstat/inc/TMemStatViewerGUI.h,
	  misc/memstat/inc/TMemViewerGUI.h, misc/memstat/src/TMemStat.cxx,
	  misc/memstat/src/TMemStatInfo.cxx,
	  misc/memstat/src/TMemStatManager.cxx,
	  misc/memstat/src/TMemStatViewerGUI.cxx,
	  misc/memstat/src/TMemViewerGUI.cxx: using the ROOT naming
	  conventions for class names

2008-06-18 16:54  anar

	* [r24355] misc/memstat/Module.mk, misc/memstat/src/TMemStat.cxx: -
	  fixed "undefined symbol" errors.
	  - I have commented three methods of TMemStat. These methods have
	  something to do with the graphics and must be revised.

2008-06-18 16:10  anar

	* [r24354] misc/memstat/inc/LinkDef.h,
	  misc/memstat/inc/LinkDefGUI.h, misc/memstat/inc/TMemStat.h,
	  misc/memstat/inc/TMemStatDepend.h,
	  misc/memstat/inc/TMemStatDrawDlg.h,
	  misc/memstat/inc/TMemStatHelpers.h,
	  misc/memstat/inc/TMemStatInfo.h,
	  misc/memstat/inc/TMemStatManager.h,
	  misc/memstat/inc/TMemStatResource.h,
	  misc/memstat/inc/TMemViewerGUI.h, misc/memstat/src/TMemStat.cxx,
	  misc/memstat/src/TMemStatDepend.cxx,
	  misc/memstat/src/TMemStatDrawDlg.cxx,
	  misc/memstat/src/TMemStatHelpers.cxx,
	  misc/memstat/src/TMemStatInfo.cxx,
	  misc/memstat/src/TMemStatManager.cxx,
	  misc/memstat/src/TMemViewerGUI.cxx: - fixed indents in source
	  files
	  - fixed headers of files
	  - fixed comments following after "ClassDef"

2008-06-18 16:06  axel

	* [r24353] cint/cint7/src/rflxutil.cxx: std::strlen needs #include
	  cstring

2008-06-18 16:00  rdm

	* [r24351] config/Makefile.depend, configure,
	  misc/memstat/Module.mk: correct case of libMemstat to libMemStat.

2008-06-18 15:39  rdm

	* [r24348] config/Makefile.depend, configure,
	  misc/memstat/Module.mk: cleanup and adding of MEMSTATLIBEXTRA in
	  case of explicitlinking.

2008-06-18 15:21  couet

	* [r24346] graf2d/graf/src/TGraphPolar.cxx: - The constructor's
	  parameters naming was wrong.
	  - Better example (easier to understand).

2008-06-18 15:18  rdm

	* [r24345] configure: add proper check for libMemStat only to
	  compile on linux (32 and 64).

2008-06-18 14:30  brun

	* [r24340] Makefile, config/Makefile.depend, config/Makefile.in,
	  configure: Changes to build memstat

2008-06-18 14:08  rdm

	* [r24339] core/unix/src/TUnixSystem.cxx: From Remi Mommsen:
	  avoid ROOTLIBDIR not being added to dynpath because its path is
	  also contained
	  in CINTINCDIR.

2008-06-18 14:03  brun

	* [r24338] misc/memstat, misc/memstat/Module.mk, misc/memstat/doc,
	  misc/memstat/inc, misc/memstat/inc/LinkDef.h,
	  misc/memstat/inc/LinkDefGUI.h, misc/memstat/inc/TMemStat.h,
	  misc/memstat/inc/TMemStatDepend.h,
	  misc/memstat/inc/TMemStatDrawDlg.h,
	  misc/memstat/inc/TMemStatHelpers.h,
	  misc/memstat/inc/TMemStatInfo.h,
	  misc/memstat/inc/TMemStatManager.h,
	  misc/memstat/inc/TMemStatResource.h,
	  misc/memstat/inc/TMemViewerGUI.h, misc/memstat/src,
	  misc/memstat/src/TMemStat.cxx,
	  misc/memstat/src/TMemStatDepend.cxx,
	  misc/memstat/src/TMemStatDrawDlg.cxx,
	  misc/memstat/src/TMemStatHelpers.cxx,
	  misc/memstat/src/TMemStatInfo.cxx,
	  misc/memstat/src/TMemStatManager.cxx,
	  misc/memstat/src/TMemViewerGUI.cxx: From Marian Ivanov and Anar
	  Manafov:
	  
	  Introduce a new package memstat for visualization of the memory
	  usage.
	  This package is expected to evolve in the coming hours/days.
	  Principle:
	  Hook functions for alloc and free are used.
	  All calls to alloc (new) and free (delete) are catched and the
	  statistical information is collected.
	  The information is collected per stack trace (Unique identifier
	  and per functions). Following informations are collected as
	  function of time:
	  Total number of allocations
	  Total allocation size
	  Allocation count
	  Allocation size
	  
	  How to use it:
	  Create memstat object
	  TMemStat memstat(autoStamSize=10000, autoStampCount=1000);
	  autoStamSize - The increase - decrease of size of memory after
	  which stamps are generated
	  autoStampCount - The increase - decrease of memory allocation
	  counter after which stamps are generated
	  User request for adding the named memory stamp is supported.
	  
	  memstat.AddStamp("mystamp")
	  
	  The file "memstat.root" is created after destruction of object.
	  This class supports following functions for standard user:
	  constructor - TMemStat memstat(filename)
	  Report
	  Draw
	  SelectCode(libname, functionname)
	  SelectStack()
	  
	  The various format options to draw a Graph can be accessed
	  calling
	  TMemStat memstat;
	  memstat.Report("?")
	  
	  More info is available in the classes documentation.
	  
	  Note that this new package is currently available on Linux
	  systems.
	  It is not enabled by default. To enable it do
	  ./configure --enable-memstat

2008-06-18 13:46  rdm

	* [r24333] configure: fix for -rpath option on MacOS X in case
	  cross-compiling for 32-bit on
	  a 64-bit machine.

2008-06-18 13:45  rdm

	* [r24332] Makefile: cleanup all old .dylib's on MacOS X (on 10.5
	  .dylib are not needed anymore).

2008-06-18 13:43  rdm

	* [r24331] config/Makefile.macosxicc: since ROOT contains minicern
	  we compile everything with ifort and there is
	  not need to link with gfortran runtimes anymore.

2008-06-18 13:22  brun

	* [r24328] core/zip/src/ZInflate.c: When an error is detected,
	  print the error number too.

2008-06-18 12:31  ganis

	* [r24327] proof/proof/src/TProofServ.cxx: Fix problem in the
	  ErrorHandler introduced in the previous patch

2008-06-18 06:55  brun

	* [r24320] geom/geom/doc/index.txt: Add a link to the AliROOT
	  geometry description page

2008-06-17 23:46  rdm

	* [r24319] build/unix/compiledata.sh: for MacOS X 10.5, don't use
	  -install_name for ACliC generated so's. In this
	  case the systems uses the full path name as soname, which is just
	  what we
	  want.

2008-06-17 23:44  rdm

	* [r24318] core/unix/src/TUnixSystem.cxx: small cleanup concerning
	  old icc compilers.

2008-06-17 22:41  rdm

	* [r24317] graf3d/gl/src/TGLViewer.cxx, hist/hist/src/TH2.cxx,
	  math/mathcore/src/FunctorCint.cxx,
	  tree/treeplayer/src/TTreePlayer.cxx: From Axel:
	  strangely enough Wndows does not support %p, use good old 0x%lx.

2008-06-17 19:48  matevz

	* [r24316] graf3d/gl/inc/TGLViewerBase.h,
	  graf3d/gl/src/TGLViewer.cxx, graf3d/gl/src/TGLViewerBase.cxx:
	  TGLViewerBase
	  =============
	  
	  Break render into two pieces to give sub-classes more control
	  over
	  rendering procedure.
	  
	  
	  TGLViewer
	  =========
	  
	  Render axes/guides before selected/highlighte objects so that
	  depth-test can be honoured (if requested).

2008-06-17 18:19  matevz

	* [r24314] graf3d/eve/inc/LinkDef.h,
	  graf3d/eve/inc/TEveProjectionManager.h,
	  graf3d/eve/inc/TEveProjections.h,
	  graf3d/eve/src/TEveProjectionManager.cxx,
	  graf3d/eve/src/TEveProjectionManagerEditor.cxx,
	  graf3d/eve/src/TEveProjections.cxx,
	  tutorials/eve/projection_test_prescale.C: TEveManager
	  ===========
	  
	  Keep projections in an array and reuse them when changing
	  projection-types. This allows parameters set by users to be kept
	  for
	  each projection type separately (only center is controlled by
	  manager).
	  
	  
	  TEveProjections
	  ===============
	  
	  Introduce pre-scaling of projected objects: users can specify
	  different scaling factors for regions of projected coordinate
	  space.
	  Fish-eye distortion is applied afterwards.
	  
	  Demonstrated by the new tutorial 'projection_test_prescale.C'.

2008-06-17 17:23  matevz

	* [r24313] graf3d/eve/src/TEveBoxSetGL.cxx: From Alja:
	  
	  Bug fix. Position of cone previously defined by cone base now
	  with cone apex.

2008-06-17 17:11  matevz

	* [r24312] tutorials/eve/projection_test.C: Expose also 3d
	  geometry.

2008-06-17 14:48  couet

	* [r24311] hist/histpainter/src/TGraphPainter.cxx: - The markers
	  clipping was wrong in case of TGraphPolar.

2008-06-17 14:25  brun

	* [r24309] test/stressRooFit.cxx: From Wouter:
	  some protections added

2008-06-17 14:20  pcanal

	* [r24308] tree/tree/src/TTree.cxx: replace printf with Error

2008-06-17 13:21  wouter

	* [r24307] roofit/roofitcore/inc/RooAbsArg.h,
	  roofit/roofitcore/inc/RooAbsCollection.h,
	  roofit/roofitcore/inc/RooAbsData.h,
	  roofit/roofitcore/inc/RooAbsReal.h,
	  roofit/roofitcore/inc/RooDataHist.h,
	  roofit/roofitcore/inc/RooDataSet.h,
	  roofit/roofitcore/inc/RooPlot.h,
	  roofit/roofitcore/src/RooAbsArg.cxx,
	  roofit/roofitcore/src/RooAbsCollection.cxx,
	  roofit/roofitcore/src/RooAbsData.cxx,
	  roofit/roofitcore/src/RooAbsPdf.cxx,
	  roofit/roofitcore/src/RooAbsReal.cxx,
	  roofit/roofitcore/src/RooCurve.cxx,
	  roofit/roofitcore/src/RooDataHist.cxx,
	  roofit/roofitcore/src/RooDataSet.cxx,
	  roofit/roofitcore/src/RooFitResult.cxx,
	  roofit/roofitcore/src/RooPlot.cxx,
	  roofit/roofitcore/src/RooPrintable.cxx,
	  roofit/roofitcore/src/RooTreeData.cxx: // Finishing touches on
	  end-user interfacing of new RooFit printing organization
	  
	  
	  o RooAbsData,RooDataHist,RooDataSet
	  
	  - Move implementation of printValue() from RooAbsData to
	  RooDataHist and RooDataSet
	  and implement specialized value message for binned and unbinned
	  data
	  
	  - Remove custom defaultPrintStyle() and defaultPrintContents()
	  implementations in RooAbsData
	  
	  
	  o RooDataHist,RooDataSet
	  
	  - Implement a printArgs() method that shows the observables
	  present in the dataset
	  
	  
	  o RooPlot
	  
	  - Encode name of variable in default name of RooPlot
	  
	  - Implement printArgs() that prints name of associated variable
	  
	  - Implement printValue() that prints list of names of contained
	  objects
	  
	  - Finetune layout of text in printMultiline, add class name of
	  contained objects in printing of object list
	  
	  - Set default print contents to name,value and arguments for all
	  print styles
	  
	  - Remove customized defaultPrintStyle() method
	  
	  
	  o RooFitResult
	  
	  - Some fine tuning of layout of printValue() and printArgs()
	  messages
	  
	  - Add arguments as default item to be printed in
	  defaultPrintContents()
	  
	  - In defaultPrintStyle() use kStandard print style if no option
	  is given,
	  otherwise defer to RooPrintable::defaultPrintStyle()
	  
	  
	  o RooCurve
	  
	  - Remove "curve_" prefix from internally constructed name
	  
	  
	  o RooAbsReal
	  
	  - In integralNameSuffix() add option to omit empty list of
	  integrated observables
	  
	  - Introduce new automatic naming convention for curves created
	  by plotOn(): FUNCName_Slice[X]_DataAvg[X]_Asym[X] where the
	  last three suffixes are only appended if necessary. For sum
	  curves introduce convention CurveName1_PLUS_CurveName2
	  
	  - Add string curveNameSuffix to PlotOpt to facilitate passing
	  of curve name extensions introduced by RooAbsPdf::plotOn()
	  to RooAbsReal::plotOn()
	  
	  
	  o RooAbsPdf
	  
	  - Introduce new automatic naming convention for curves created
	  by plotOn(): PDFName_Comp[X] where the component suffix
	  is only introduced when components are selected. Any needed
	  additional options implemented by RooAbsReal::plotOn()
	  are added by RooAbsReal::plotOn().
	  
	  
	  o RooAbsCollection
	  
	  - Fix broken contentsString() method
	  
	  - Remove custom defaultPrintStyle() implementation
	  
	  
	  o RooAbsArg
	  
	  - Remove custom defaultPrintStyle() method
	  
	  - Add cloneTree() utility function that uses snapshoto to clone
	  tree expression headed by self and then adds all non-head
	  nodes as owned component to the head node.
	  
	  
	  o RooPrintable
	  
	  - Modify default printTreeStructure() to print message
	  that tree printing is not implemented in class that
	  uses this default method
	  
	  - Create universal defaultPrintStyle() method that maps
	  Print() options I,S,V,T to RooPrintable styles kInline,
	  kStandard,kVerbose and kTreeStructure respective. The
	  default print style is kSingleLine
	  
	  
	  o RooTreeData
	  
	  - Introduce new automatic naming convention for histograms
	  created by plotOn(): h_DATASETName_RangeCut[X]_Cut[X]_Asym[X]
	  where the last three suffixes are only appended if necessary.

2008-06-17 12:12  brun

	* [r24305] tutorials/tree/tree2a.C: Add 2 missing includes

2008-06-17 10:52  ganis

	* [r24301] proof/proofd/src/XrdProofdManager.cxx: Fix typo in error
	  message

2008-06-17 10:48  rdm

	* [r24300] graf3d/gl/src/TGLViewer.cxx, hist/hist/src/TH2.cxx,
	  math/mathcore/src/FunctorCint.cxx,
	  tree/treeplayer/src/TTreePlayer.cxx: From Axel:
	  using %p as format flag instead of 0x%x allows pointers to be
	  passed
	  on 64bits, too.

2008-06-17 07:21  couet

	* [r24297] hist/histpainter/src/THistPainter.cxx: - New doc.

2008-06-17 06:58  brun

	* [r24296] roofit/roofitcore/src/RooNameSet.cxx: Fix a compilation
	  warning

2008-06-16 21:01  russo

	* [r24295] cint/cint7/src/var.cxx: Fix from Philippe for improperly
	  initialized root special
	  variables, type 'Z'. The initialization of the first eight
	  bytes to zero was being done through a char*, which only
	  initializted bytes 0 and 4. The cint5 uses a cast to long*,
	  so that behavior is used now.
	  
	  -- Paul Russo

2008-06-16 20:41  wouter

	* [r24294] roofit/roofitcore/src/RooWorkspace.cxx: o RooWorkspace
	  
	  - Fix portability issue in writing side of Streamer() of embedded
	  class CodeRepo

2008-06-16 19:35  wouter

	* [r24293] roofit/roofitcore/src/RooWorkspace.cxx: o RooWorkspace
	  
	  - Fix bug in write mode of Streamer of embedded class CodeRepo

2008-06-16 17:35  matevz

	* [r24291] graf3d/eve/inc/TEveCalo.h,
	  graf3d/eve/inc/TEveCaloData.h, graf3d/eve/src/TEveCalo.cxx,
	  graf3d/eve/src/TEveCalo2DGL.cxx, graf3d/eve/src/TEveCalo3DGL.cxx,
	  graf3d/eve/src/TEveCaloData.cxx,
	  graf3d/eve/src/TEveCaloVizEditor.cxx: From Alja.
	  
	  TEveCalo2DGL, TEveCalo3DGL:
	  Assert palette in DirectDraw().
	  
	  TEveCaloData:
	  Add DataChanged() to notify all referenced calo-viz objects to
	  refresh
	  cell id cache, update eta, phi limits and palette.
	  
	  TEveCaloVizEditor:
	  Set eta, phi limits for TEveGValuators in SetModel().

2008-06-16 17:28  russo

	* [r24290] cint/cint7/src/decl.cxx, cint/cint7/src/scrupto.cxx:
	  Remove special case in G__destroy_upto() for an object of
	  compiled class type with statictype G__AUTOARYDISCRETEOBJ.
	  This case is not needed any longer, we allocate these with
	  the compiled constructor and should destroy them using the
	  compiled destructor as well. We really no longer need
	  the G__AUTOARYDISCRETEOBJ at all, we should try to remove it.
	  
	  -- Paul Russo

2008-06-16 17:07  pcanal

	* [r24289] tree/tree/src/TBranch.cxx: add protection in case
	  GetFile() is zero

2008-06-16 16:42  brun

	* [r24288] gui/gui/inc/LinkDef3.h, gui/gui/inc/TGSplitFrame.h,
	  gui/gui/src/TGSplitFrame.cxx, tutorials/eve/SplitGLView.C: From
	  Bertrand:
	  - Introduce TGRectMap helper (tiny) class used
	  in TMap, associating a rectangle area with
	  a split frame
	  
	  - Introduce a new tooltip-like popup window
	  showing the actual split frame layout and
	  allowing to interact with the subframes via
	  their context menu
	  
	  - Add a few new methods:
	  
	  Close(): close the embedded frame
	  
	  CloseAndCollapse(): close the embedded frame
	  and remove the splitframe (unsplit its parent)
	  
	  ExtractFrame(): undock the embedded frame
	  
	  SwallowBack(): dock the embedded frame back
	  to its original location
	  
	  SwitchToMain(): swap the current embedded
	  frame and the one in the main (first) split
	  frame
	  
	  SplitHor(): horizontally re-split the frame,
	  keeping the actual embedded frame in any side
	  
	  SplitVer(): vertically re-split the frame,
	  keeping the actual embedded frame in any side
	  
	  All these methods are accessible via context menu,
	  from the tooltip like popup window and allow to
	  dynamically split, unsplit and delete split frames

2008-06-16 15:52  wouter

	* [r24287] roofit/roofitcore/inc/RooRealVar.h: o RooRealVar
	  
	  - Fix Windows compilation problem

2008-06-16 15:47  wouter

	* [r24286] roofit/roofit/inc/Roo2DKeysPdf.h,
	  roofit/roofit/inc/RooBCPGenDecay.h,
	  roofit/roofit/inc/RooBDecay.h, roofit/roofit/inc/RooChebychev.h,
	  roofit/roofit/inc/RooDecay.h, roofit/roofit/inc/RooDstD0BG.h,
	  roofit/roofit/inc/RooGExpModel.h, roofit/roofit/inc/RooKeysPdf.h,
	  roofit/roofit/inc/RooNDKeysPdf.h,
	  roofit/roofit/inc/RooNonCPEigenDecay.h,
	  roofit/roofit/inc/RooVoigtian.h,
	  roofit/roofit/src/Roo2DKeysPdf.cxx,
	  roofit/roofit/src/RooArgusBG.cxx,
	  roofit/roofit/src/RooBCPEffDecay.cxx,
	  roofit/roofit/src/RooBCPGenDecay.cxx,
	  roofit/roofit/src/RooBDecay.cxx,
	  roofit/roofit/src/RooBMixDecay.cxx,
	  roofit/roofit/src/RooBifurGauss.cxx,
	  roofit/roofit/src/RooBlindTools.cxx,
	  roofit/roofit/src/RooBreitWigner.cxx,
	  roofit/roofit/src/RooBukinPdf.cxx,
	  roofit/roofit/src/RooCBShape.cxx,
	  roofit/roofit/src/RooChebychev.cxx,
	  roofit/roofit/src/RooDecay.cxx, roofit/roofit/src/RooDstD0BG.cxx,
	  roofit/roofit/src/RooExponential.cxx,
	  roofit/roofit/src/RooGExpModel.cxx,
	  roofit/roofit/src/RooGaussModel.cxx,
	  roofit/roofit/src/RooGaussian.cxx,
	  roofit/roofit/src/RooKeysPdf.cxx,
	  roofit/roofit/src/RooLandau.cxx,
	  roofit/roofit/src/RooNDKeysPdf.cxx,
	  roofit/roofit/src/RooNonCPEigenDecay.cxx,
	  roofit/roofit/src/RooNovosibirsk.cxx,
	  roofit/roofit/src/RooParametricStepFunction.cxx,
	  roofit/roofit/src/RooPolynomial.cxx,
	  roofit/roofit/src/RooUnblindCPAsymVar.cxx,
	  roofit/roofit/src/RooUnblindOffset.cxx,
	  roofit/roofit/src/RooUnblindPrecision.cxx,
	  roofit/roofit/src/RooUnblindUniform.cxx,
	  roofit/roofit/src/RooVoigtian.cxx: o Roo2DKeysPdf RooArgusBG
	  RooBCPEffDecay RooBCPGenDecay RooBDecay
	  RooBifurGauss RooBlindTools RooBMixDecay RooBreitWigner
	  RooBukinPdf
	  RooCBShape RooChebychev RooDecay RooDstD0BG RooExponential
	  RooGaussian
	  RooGaussModel RooGExpModel RooKeysPdf RooLandau RooNDKeysPdf
	  RooNonCPEigenDecay RooNovosibirsk RooParametricStepFunction
	  RooPolynomial RooUnblindCPAsymVar RooUnblindOffset
	  RooUnblindPrecision
	  RooUnblindUniform RooVoigtian
	  
	  - Update style of class documentation header so that class
	  documentation
	  is picked up again by THtml
	  
	  - Introduce //___ style separators preceding each member function
	  definition
	  
	  - Make sure all classes have a one line ClassDef description

2008-06-16 15:05  wouter

	* [r24285] roofit/roofitcore/src/RooMPSentinel.cxx,
	  roofit/roofitcore/src/RooMinuit.cxx,
	  roofit/roofitcore/src/RooMsgService.cxx,
	  roofit/roofitcore/src/RooMultiCatIter.cxx,
	  roofit/roofitcore/src/RooMultiCategory.cxx,
	  roofit/roofitcore/src/RooNLLVar.cxx,
	  roofit/roofitcore/src/RooNameReg.cxx,
	  roofit/roofitcore/src/RooNameSet.cxx,
	  roofit/roofitcore/src/RooNormSetCache.cxx,
	  roofit/roofitcore/src/RooNumCdf.cxx,
	  roofit/roofitcore/src/RooNumConvPdf.cxx,
	  roofit/roofitcore/src/RooNumConvolution.cxx,
	  roofit/roofitcore/src/RooNumIntConfig.cxx,
	  roofit/roofitcore/src/RooNumIntFactory.cxx,
	  roofit/roofitcore/src/RooNumRunningInt.cxx,
	  roofit/roofitcore/src/RooNumber.cxx,
	  roofit/roofitcore/src/RooObjCacheManager.cxx,
	  roofit/roofitcore/src/RooParamBinning.cxx,
	  roofit/roofitcore/src/RooPlot.cxx,
	  roofit/roofitcore/src/RooPlotable.cxx,
	  roofit/roofitcore/src/RooPolyVar.cxx,
	  roofit/roofitcore/src/RooPrintable.cxx,
	  roofit/roofitcore/src/RooProdGenContext.cxx,
	  roofit/roofitcore/src/RooProdPdf.cxx,
	  roofit/roofitcore/src/RooProduct.cxx,
	  roofit/roofitcore/src/RooProfileLL.cxx,
	  roofit/roofitcore/src/RooProjectedPdf.cxx,
	  roofit/roofitcore/src/RooPullVar.cxx,
	  roofit/roofitcore/src/RooQuasiRandomGenerator.cxx,
	  roofit/roofitcore/src/RooRandom.cxx,
	  roofit/roofitcore/src/RooRandomizeParamMCSModule.cxx,
	  roofit/roofitcore/src/RooRangeBinning.cxx,
	  roofit/roofitcore/src/RooRealAnalytic.cxx,
	  roofit/roofitcore/src/RooRealBinding.cxx,
	  roofit/roofitcore/src/RooRealConstant.cxx,
	  roofit/roofitcore/src/RooRealIntegral.cxx,
	  roofit/roofitcore/src/RooRealMPFE.cxx,
	  roofit/roofitcore/src/RooRealProxy.cxx,
	  roofit/roofitcore/src/RooRealSumPdf.cxx,
	  roofit/roofitcore/src/RooRealVar.cxx,
	  roofit/roofitcore/src/RooRealVarSharedProperties.cxx,
	  roofit/roofitcore/src/RooRecursiveFraction.cxx,
	  roofit/roofitcore/src/RooRefCountList.cxx,
	  roofit/roofitcore/src/RooResolutionModel.cxx,
	  roofit/roofitcore/src/RooSegmentedIntegrator1D.cxx,
	  roofit/roofitcore/src/RooSegmentedIntegrator2D.cxx,
	  roofit/roofitcore/src/RooSentinel.cxx,
	  roofit/roofitcore/src/RooSetProxy.cxx,
	  roofit/roofitcore/src/RooSharedProperties.cxx,
	  roofit/roofitcore/src/RooSharedPropertiesList.cxx,
	  roofit/roofitcore/src/RooSimGenContext.cxx,
	  roofit/roofitcore/src/RooSimultaneous.cxx,
	  roofit/roofitcore/src/RooStreamParser.cxx,
	  roofit/roofitcore/src/RooStringVar.cxx,
	  roofit/roofitcore/src/RooSuperCategory.cxx,
	  roofit/roofitcore/src/RooTable.cxx,
	  roofit/roofitcore/src/RooThreshEntry.cxx,
	  roofit/roofitcore/src/RooThresholdCategory.cxx,
	  roofit/roofitcore/src/RooTrace.cxx,
	  roofit/roofitcore/src/RooTreeData.cxx,
	  roofit/roofitcore/src/RooTruthModel.cxx,
	  roofit/roofitcore/src/RooUniformBinning.cxx: o RooProdPdf
	  RooParamBinning RooMsgService RooStreamParser RooPlot
	  RooRealBinding RooSharedPropertiesList RooPullVar RooNameSet
	  RooNumCdf
	  RooThreshEntry RooNumber RooSegmentedIntegrator1D RooRangeBinning
	  RooRealSumPdf RooProduct RooRefCountList RooSharedProperties
	  RooTable
	  RooRecursiveFraction RooNormSetCache RooNumConvPdf RooProfileLL
	  RooObjCacheManager RooQuasiRandomGenerator RooRealMPFE RooRealVar
	  RooNLLVar RooPlotable RooRealIntegral RooStringVar
	  RooRealConstant
	  RooNumIntFactory RooMultiCatIter RooNumRunningInt RooMPSentinel
	  RooResolutionModel RooTruthModel RooMultiCategory RooPolyVar
	  RooSetProxy RooNumConvolution RooRealVarSharedProperties
	  RooProdGenContext RooMinuit RooProjectedPdf RooNameReg
	  RooPrintable
	  RooRandom RooRandomizeParamMCSModule RooUniformBinning
	  RooRealProxy
	  RooSimGenContext RooThresholdCategory RooSuperCategory RooTrace
	  RooNumIntConfig RooSegmentedIntegrator2D RooRealAnalytic
	  RooSentinel
	  RooSimultaneous RooTreeData
	  
	  - Update of function member documentation.

2008-06-16 14:49  rdm

	* [r24284] graf2d/win32gdk/gdk/src/gdk/gdkdraw.c,
	  graf2d/win32gdk/gdk/src/gdk/gdkevents.c,
	  gui/gui/src/TGWindow.cxx: From Bertrand:
	  Solve a long standing issue with frames not being properly
	  deleted on
	  Windows (as reported at https://savannah.cern.ch/bugs/?15653).

2008-06-16 05:53  brun

	* [r24281] core/unix/src/TUnixSystem.cxx: Fix
	  https://savannah.cern.ch/bugs/index.php?37849
	  In TUnixSystem class, method StackTrace(), in line
	  if (noPath) name = "which `" + name + "`";
	  inverted quotation mark should be before which, otherwise in some
	  cases a crashing program is executed again and again in a loop.

2008-06-15 20:57  wouter

	* [r24280] roofit/roofitcore/inc/RooMCIntegrator.h,
	  roofit/roofitcore/inc/RooMultiCategory.h,
	  roofit/roofitcore/inc/RooNLLVar.h,
	  roofit/roofitcore/inc/RooNormSetCache.h,
	  roofit/roofitcore/inc/RooNumConvPdf.h,
	  roofit/roofitcore/inc/RooNumConvolution.h,
	  roofit/roofitcore/inc/RooNumRunningInt.h,
	  roofit/roofitcore/inc/RooObjCacheManager.h,
	  roofit/roofitcore/inc/RooParamBinning.h,
	  roofit/roofitcore/inc/RooPlotable.h,
	  roofit/roofitcore/inc/RooPolyVar.h,
	  roofit/roofitcore/inc/RooProdGenContext.h,
	  roofit/roofitcore/inc/RooProduct.h,
	  roofit/roofitcore/inc/RooProfileLL.h,
	  roofit/roofitcore/inc/RooProjectedPdf.h,
	  roofit/roofitcore/inc/RooQuasiRandomGenerator.h,
	  roofit/roofitcore/inc/RooRandom.h,
	  roofit/roofitcore/inc/RooRangeBinning.h,
	  roofit/roofitcore/inc/RooRealAnalytic.h,
	  roofit/roofitcore/inc/RooRealBinding.h,
	  roofit/roofitcore/inc/RooRealIntegral.h,
	  roofit/roofitcore/inc/RooRealSumPdf.h,
	  roofit/roofitcore/inc/RooScaledFunc.h,
	  roofit/roofitcore/inc/RooSegmentedIntegrator2D.h,
	  roofit/roofitcore/inc/RooSetPair.h,
	  roofit/roofitcore/inc/RooSimGenContext.h,
	  roofit/roofitcore/inc/RooSimPdfBuilder.h,
	  roofit/roofitcore/inc/RooSimWSTool.h,
	  roofit/roofitcore/inc/RooSimultaneous.h,
	  roofit/roofitcore/inc/RooStreamParser.h,
	  roofit/roofitcore/inc/RooSuperCategory.h,
	  roofit/roofitcore/inc/RooThreshEntry.h,
	  roofit/roofitcore/inc/RooThresholdCategory.h,
	  roofit/roofitcore/inc/RooTrace.h,
	  roofit/roofitcore/inc/RooTreeData.h,
	  roofit/roofitcore/inc/RooTruthModel.h,
	  roofit/roofitcore/inc/RooWorkspace.h,
	  roofit/roofitcore/src/RooMCIntegrator.cxx,
	  roofit/roofitcore/src/RooMCStudy.cxx,
	  roofit/roofitcore/src/RooMinuit.cxx,
	  roofit/roofitcore/src/RooMsgService.cxx,
	  roofit/roofitcore/src/RooMultiCatIter.cxx,
	  roofit/roofitcore/src/RooMultiCategory.cxx,
	  roofit/roofitcore/src/RooNLLVar.cxx,
	  roofit/roofitcore/src/RooNameReg.cxx,
	  roofit/roofitcore/src/RooNameSet.cxx,
	  roofit/roofitcore/src/RooNormSetCache.cxx,
	  roofit/roofitcore/src/RooNumCdf.cxx,
	  roofit/roofitcore/src/RooNumConvPdf.cxx,
	  roofit/roofitcore/src/RooNumConvolution.cxx,
	  roofit/roofitcore/src/RooNumIntConfig.cxx,
	  roofit/roofitcore/src/RooNumIntFactory.cxx,
	  roofit/roofitcore/src/RooNumRunningInt.cxx,
	  roofit/roofitcore/src/RooNumber.cxx,
	  roofit/roofitcore/src/RooObjCacheManager.cxx,
	  roofit/roofitcore/src/RooParamBinning.cxx,
	  roofit/roofitcore/src/RooPlot.cxx,
	  roofit/roofitcore/src/RooPlotable.cxx,
	  roofit/roofitcore/src/RooPolyVar.cxx,
	  roofit/roofitcore/src/RooPrintable.cxx,
	  roofit/roofitcore/src/RooProdGenContext.cxx,
	  roofit/roofitcore/src/RooProdPdf.cxx,
	  roofit/roofitcore/src/RooProduct.cxx,
	  roofit/roofitcore/src/RooProfileLL.cxx,
	  roofit/roofitcore/src/RooProjectedPdf.cxx,
	  roofit/roofitcore/src/RooPullVar.cxx,
	  roofit/roofitcore/src/RooQuasiRandomGenerator.cxx,
	  roofit/roofitcore/src/RooRandom.cxx,
	  roofit/roofitcore/src/RooRandomizeParamMCSModule.cxx,
	  roofit/roofitcore/src/RooRangeBinning.cxx,
	  roofit/roofitcore/src/RooRealAnalytic.cxx,
	  roofit/roofitcore/src/RooRealBinding.cxx,
	  roofit/roofitcore/src/RooRealConstant.cxx,
	  roofit/roofitcore/src/RooRealIntegral.cxx,
	  roofit/roofitcore/src/RooRealMPFE.cxx,
	  roofit/roofitcore/src/RooRealProxy.cxx,
	  roofit/roofitcore/src/RooRealSumPdf.cxx,
	  roofit/roofitcore/src/RooRealVar.cxx,
	  roofit/roofitcore/src/RooRealVarSharedProperties.cxx,
	  roofit/roofitcore/src/RooRecursiveFraction.cxx,
	  roofit/roofitcore/src/RooRefCountList.cxx,
	  roofit/roofitcore/src/RooResolutionModel.cxx,
	  roofit/roofitcore/src/RooScaledFunc.cxx,
	  roofit/roofitcore/src/RooSegmentedIntegrator1D.cxx,
	  roofit/roofitcore/src/RooSegmentedIntegrator2D.cxx,
	  roofit/roofitcore/src/RooSentinel.cxx,
	  roofit/roofitcore/src/RooSetPair.cxx,
	  roofit/roofitcore/src/RooSetProxy.cxx,
	  roofit/roofitcore/src/RooSharedProperties.cxx,
	  roofit/roofitcore/src/RooSharedPropertiesList.cxx,
	  roofit/roofitcore/src/RooSimGenContext.cxx,
	  roofit/roofitcore/src/RooSimPdfBuilder.cxx,
	  roofit/roofitcore/src/RooSimWSTool.cxx,
	  roofit/roofitcore/src/RooSimultaneous.cxx,
	  roofit/roofitcore/src/RooStreamParser.cxx,
	  roofit/roofitcore/src/RooStringVar.cxx,
	  roofit/roofitcore/src/RooSuperCategory.cxx,
	  roofit/roofitcore/src/RooTObjWrap.cxx,
	  roofit/roofitcore/src/RooTable.cxx,
	  roofit/roofitcore/src/RooThreshEntry.cxx,
	  roofit/roofitcore/src/RooThresholdCategory.cxx,
	  roofit/roofitcore/src/RooTrace.cxx,
	  roofit/roofitcore/src/RooTreeData.cxx,
	  roofit/roofitcore/src/RooTruthModel.cxx,
	  roofit/roofitcore/src/RooUniformBinning.cxx,
	  roofit/roofitcore/src/RooWorkspace.cxx: o RooMCIntegrator
	  RooMCStudy RooMinuit RooMsgService RooMultiCategory
	  RooMultiCatIter RooNameReg RooNameSet RooNLLVar
	  RooNormSetCache RooNumber RooNumCdf RooNumConvolution
	  RooNumConvPdf RooNumIntConfig RooNumIntFactory RooNumRunningInt
	  RooObjCacheManager RooParamBinning RooPlot RooPlotable RooPolyVar
	  RooPrintable RooProdGenContext RooProdPdf RooProduct
	  RooProfileLL RooProjectedPdf RooPullVar RooQuasiRandomGenerator
	  RooRandom RooRandomizeParamMCSModule RooRangeBinning
	  RooRealAnalytic RooRealBinding RooRealConstant RooRealIntegral
	  RooRealMPFE RooRealProxy RooRealSumPdf RooRealVar
	  RooRealVarSharedProperties RooRecursiveFraction RooRefCountList
	  RooResolutionModel RooScaledFunc RooSegmentedIntegrator1D
	  RooSegmentedIntegrator2D RooSentinel RooSetPair RooSetProxy
	  RooSharedProperties RooSharedPropertiesList RooSimGenContext
	  RooSimPdfBuilder RooSimultaneous RooSimWSTool RooStreamParser
	  RooStringVar RooSuperCategory RooTable RooThreshEntry
	  RooThresholdCategory RooTObjWrap RooTrace RooTreeData
	  RooTruthModel RooUniformBinning RooWorkspace
	  
	  - Upgrade inline documention: make sure that each class has a
	  description.
	  
	  - Fix class description header so that it is correctly identified
	  by THtml
	  
	  - Updating of data, function member documentation _not_ done yet

2008-06-15 15:31  wouter

	* [r24279] roofit/roofitcore/inc/RooPlot.h,
	  roofit/roofitcore/src/RooPlot.cxx: o RooPlot
	  
	  - Add implementation of defaultPrintStyle()
	  and defaultPrintOptions

2008-06-15 15:21  wouter

	* [r24278] roofit/roofitcore/inc/RooExtendPdf.h,
	  roofit/roofitcore/inc/RooExtendedTerm.h,
	  roofit/roofitcore/inc/RooFFTConvPdf.h,
	  roofit/roofitcore/inc/RooFitResult.h,
	  roofit/roofitcore/inc/RooFormula.h,
	  roofit/roofitcore/inc/RooFormulaVar.h,
	  roofit/roofitcore/inc/RooFracRemainder.h,
	  roofit/roofitcore/inc/RooGaussKronrodIntegrator1D.h,
	  roofit/roofitcore/inc/RooGenCategory.h,
	  roofit/roofitcore/inc/RooGenContext.h,
	  roofit/roofitcore/inc/RooGenProdProj.h,
	  roofit/roofitcore/inc/RooGrid.h,
	  roofit/roofitcore/inc/RooHashTable.h,
	  roofit/roofitcore/inc/RooHist.h,
	  roofit/roofitcore/inc/RooHistFunc.h,
	  roofit/roofitcore/inc/RooHistPdf.h,
	  roofit/roofitcore/inc/RooImproperIntegrator1D.h,
	  roofit/roofitcore/inc/RooInt.h,
	  roofit/roofitcore/inc/RooIntegrator1D.h,
	  roofit/roofitcore/inc/RooIntegrator2D.h,
	  roofit/roofitcore/inc/RooIntegratorBinding.h,
	  roofit/roofitcore/inc/RooInvTransform.h,
	  roofit/roofitcore/inc/RooLinTransBinning.h,
	  roofit/roofitcore/inc/RooLinearMorph.h,
	  roofit/roofitcore/inc/RooLinearVar.h,
	  roofit/roofitcore/inc/RooLinkedList.h,
	  roofit/roofitcore/inc/RooLinkedListElem.h,
	  roofit/roofitcore/inc/RooLinkedListIter.h,
	  roofit/roofitcore/inc/RooListProxy.h,
	  roofit/roofitcore/inc/RooMCIntegrator.h,
	  roofit/roofitcore/inc/RooMCStudy.h,
	  roofit/roofitcore/inc/RooMPSentinel.h,
	  roofit/roofitcore/src/RooExtendPdf.cxx,
	  roofit/roofitcore/src/RooFFTConvPdf.cxx,
	  roofit/roofitcore/src/RooFitResult.cxx,
	  roofit/roofitcore/src/RooFormula.cxx,
	  roofit/roofitcore/src/RooFormulaVar.cxx,
	  roofit/roofitcore/src/RooFracRemainder.cxx,
	  roofit/roofitcore/src/RooGaussKronrodIntegrator1D.cxx,
	  roofit/roofitcore/src/RooGenCategory.cxx,
	  roofit/roofitcore/src/RooGenContext.cxx,
	  roofit/roofitcore/src/RooGenProdProj.cxx,
	  roofit/roofitcore/src/RooGenericPdf.cxx,
	  roofit/roofitcore/src/RooGrid.cxx,
	  roofit/roofitcore/src/RooHashTable.cxx,
	  roofit/roofitcore/src/RooHist.cxx,
	  roofit/roofitcore/src/RooHistError.cxx,
	  roofit/roofitcore/src/RooHistFunc.cxx,
	  roofit/roofitcore/src/RooHistPdf.cxx,
	  roofit/roofitcore/src/RooImproperIntegrator1D.cxx,
	  roofit/roofitcore/src/RooInt.cxx,
	  roofit/roofitcore/src/RooIntegrator1D.cxx,
	  roofit/roofitcore/src/RooIntegrator2D.cxx,
	  roofit/roofitcore/src/RooIntegratorBinding.cxx,
	  roofit/roofitcore/src/RooInvTransform.cxx,
	  roofit/roofitcore/src/RooLinTransBinning.cxx,
	  roofit/roofitcore/src/RooLinearMorph.cxx,
	  roofit/roofitcore/src/RooLinearVar.cxx,
	  roofit/roofitcore/src/RooLinkedList.cxx,
	  roofit/roofitcore/src/RooLinkedListElem.cxx,
	  roofit/roofitcore/src/RooLinkedListIter.cxx,
	  roofit/roofitcore/src/RooList.cxx,
	  roofit/roofitcore/src/RooListProxy.cxx,
	  roofit/roofitcore/src/RooMCIntegrator.cxx,
	  roofit/roofitcore/src/RooMCStudy.cxx,
	  roofit/roofitcore/src/RooMPSentinel.cxx: o RooMPSentinel WHERE
	  RooGenContext RooLinearMorph RooHistFunc RooInvTransform
	  RooFracRemainder
	  RooIntegrator2D RooGaussKronrodIntegrator1D RooFitResult
	  RooFFTConvPdf RooHist RooFormula RooIntegrator1D
	  RooMCStudy RooGenericPdf RooIntegratorBinding RooMPSentinel
	  RooImproperIntegrator1D RooExtendPdf RooInt
	  RooLinTransBinning RooLinkedList RooLinkedListElem RooGenCategory
	  RooList RooGrid RooLinkedListIter
	  RooMCIntegrator RooHistPdf RooListProxy RooFormulaVar
	  RooHistError RooLinearVar RooGenProdProj RooHashTable
	  
	  - Upgrade inline documention: make sure that (almost) every
	  member function has some descriptive comments, every
	  data member has a descriptive comment, make sure that each class
	  has a description.
	  
	  - Fix class description header so that it is correctly identified
	  by THtml

2008-06-13 21:01  russo

	* [r24277] cint/cint7/src/common.h, cint/cint7/src/fproto.h,
	  cint/cint7/src/ifunc.cxx: Fix G__rate_parameter_match so that a
	  conversion from
	  an argument of integral type with value 0 to char* is
	  considered viable only if the integral type is const.
	  
	  See

2008-06-13 20:40  russo

	* [r24276] cint/cint7/src/rflxutil.cxx: Fix G__is_cppmacro, it just
	  did not work, it was
	  checking for a typename of $MACRO$ instead of
	  macroInt$ or macroDouble$.
	  
	  This change comes from Philippe Canal.
	  
	  -- Paul Russo

2008-06-13 20:38  russo

	* [r24275] cint/cint7/src/var.cxx: Revise the handling of type
	  macroInt$ and macroDouble$
	  in G__getvariable and G__letvariable. We were not testing
	  their constness correctly and we were converting them
	  to long on assignment.
	  
	  This change is from Philippe Canal.
	  
	  -- Paul Russo

2008-06-13 20:35  pcanal

	* [r24274] core/cont/src/TBits.cxx: const array are now static.
	  slight doc clarification

2008-06-13 20:34  russo

	* [r24273] cint/cint7/src/init.cxx: Make type macroInt$ have
	  rawtype "int const" instead of
	  "int" so that NULL translates to a constant integral type.
	  
	  The C++ standard has this to say in section
	  4.10 Pointer conversions [conv.ptr]:
	  
	  A "null pointer constant" is an integral constant
	  expression (5.19) rvalue of integer type that
	  evaluates to zero.
	  
	  This is a problem in a function overloading situation
	  like this:
	  
	  void f(double);
	  void f(char*);
	  
	  int main()
	  {
	  for (int i = 1; i < 10; ++i) {
	  f(i);
	  }
	  }
	  
	  The rule in section 4.10 on null pointer constants
	  and the rules in Chapter 13 Overloading, make f(char*)
	  a non-viable function for overloading purposes
	  because i is not a "integral constant expression".
	  
	  However given:
	  
	  #define POGO 0
	  
	  then in the same loop a call written:
	  
	  f(POGO);
	  
	  is ambiguous since both of the functions are viable
	  (because POGO is substituted with 0, which is an
	  integral constant expression).
	  
	  In cint "#define int MyType" is implemented as a variable
	  definition using the special type macroInt$. So we need
	  to make that type const so that overloading works correctly.
	  
	  Note that this is all a gross hack to paper over the fact
	  that cint does not have a proper preprocessor.
	  
	  -- Paul Russo and Philippe Canal

2008-06-13 17:08  matevz

	* [r24271] graf3d/eve/inc/TEveCalo.h,
	  graf3d/eve/inc/TEveCaloData.h, graf3d/eve/src/TEveCalo.cxx,
	  graf3d/eve/src/TEveCalo2DGL.cxx, graf3d/eve/src/TEveCalo3DGL.cxx,
	  graf3d/eve/src/TEveCaloData.cxx,
	  graf3d/eve/src/TEveCaloLegoGL.cxx: From Alja.
	  
	  Move build of TEveCaloData::CellId_t cache from render classes to
	  the base
	  classes. Rename fCache to fCellIdCache.

2008-06-13 16:57  matevz

	* [r24270] graf3d/eve/src/TEveCaloLegoGL.cxx: From Alja: Fix font
	  rendering bug on mac os.

2008-06-13 15:37  wouter

	* [r24269] roofit/roofitcore/inc/RooCacheManager.h,
	  roofit/roofitcore/inc/RooClassFactory.h,
	  roofit/roofitcore/inc/RooCmdArg.h,
	  roofit/roofitcore/inc/RooCmdConfig.h,
	  roofit/roofitcore/inc/RooConstVar.h,
	  roofit/roofitcore/inc/RooConstraintSum.h,
	  roofit/roofitcore/inc/RooConvCoefVar.h,
	  roofit/roofitcore/inc/RooConvIntegrandBinding.h,
	  roofit/roofitcore/inc/RooCurve.h,
	  roofit/roofitcore/inc/RooCustomizer.h,
	  roofit/roofitcore/inc/RooDLLSignificanceMCSModule.h,
	  roofit/roofitcore/inc/RooDataHist.h,
	  roofit/roofitcore/inc/RooDataHistSliceIter.h,
	  roofit/roofitcore/inc/RooDataSet.h,
	  roofit/roofitcore/inc/RooDataWeightedAverage.h,
	  roofit/roofitcore/inc/RooDirItem.h,
	  roofit/roofitcore/inc/RooDouble.h,
	  roofit/roofitcore/inc/RooEffGenContext.h,
	  roofit/roofitcore/inc/RooEffProd.h,
	  roofit/roofitcore/inc/RooEfficiency.h,
	  roofit/roofitcore/inc/RooEllipse.h,
	  roofit/roofitcore/inc/RooErrorVar.h,
	  roofit/roofitcore/src/RooClassFactory.cxx,
	  roofit/roofitcore/src/RooCmdArg.cxx,
	  roofit/roofitcore/src/RooCmdConfig.cxx,
	  roofit/roofitcore/src/RooComplex.cxx,
	  roofit/roofitcore/src/RooConstVar.cxx,
	  roofit/roofitcore/src/RooConstraintSum.cxx,
	  roofit/roofitcore/src/RooConvCoefVar.cxx,
	  roofit/roofitcore/src/RooConvGenContext.cxx,
	  roofit/roofitcore/src/RooConvIntegrandBinding.cxx,
	  roofit/roofitcore/src/RooCurve.cxx,
	  roofit/roofitcore/src/RooCustomizer.cxx,
	  roofit/roofitcore/src/RooDLLSignificanceMCSModule.cxx,
	  roofit/roofitcore/src/RooDataHist.cxx,
	  roofit/roofitcore/src/RooDataHistSliceIter.cxx,
	  roofit/roofitcore/src/RooDataProjBinding.cxx,
	  roofit/roofitcore/src/RooDataSet.cxx,
	  roofit/roofitcore/src/RooDataWeightedAverage.cxx,
	  roofit/roofitcore/src/RooDirItem.cxx,
	  roofit/roofitcore/src/RooDouble.cxx,
	  roofit/roofitcore/src/RooEffGenContext.cxx,
	  roofit/roofitcore/src/RooEffProd.cxx,
	  roofit/roofitcore/src/RooEfficiency.cxx,
	  roofit/roofitcore/src/RooEllipse.cxx,
	  roofit/roofitcore/src/RooErrorVar.cxx,
	  roofit/roofitcore/src/RooExtendedTerm.cxx: o RooConvCoefVar
	  RooDataWeightedAverage RooEllipse RooClassFactory RooConstVar
	  RooDataHist RooDataSet
	  RooCmdConfig RooConvIntegrandBinding RooCacheManager RooDirItem
	  RooEffGenContext RooCustomizer RooDataHistSliceIter
	  RooConstraintSum RooCurve RooErrorVar RooEfficiency RooDouble
	  RooEffProd RooDLLSignificanceMCSModule RooCmdArg
	  
	  - Upgrade inline documention: make sure that every member
	  function has some descriptive comments, every
	  data member has a descriptive comment, make sure that each class
	  has a description.
	  
	  - Fix class description header so that it is correctly identified
	  by THtml

2008-06-13 15:20  ganis

	* [r24268] proof/proofd/inc/XrdProofdAux.h,
	  proof/proofd/inc/XrdProofdManager.h,
	  proof/proofd/src/XrdProofdAux.cxx,
	  proof/proofd/src/XrdProofdManager.cxx: Add possibility to allow
	  connections based on the UNIX group.
	  Users are accepted if members of the groups specified by
	  
	  xpd.allowedgroups group1,group2,...
	  
	  or if explicitely authorized via
	  
	  xpd.allowedusers usr1,usr2,...
	  
	  By default all UNIX groups are authorized. The 'xpd.allowedusers'
	  can now also be used
	  to deny access to a user by prefixing the username with '-'.
	  
	  For example, if 'usrgrp1' belongs to group 'grp1' and 'usrgrp2'
	  to group 'grp2', the
	  following settings
	  
	  xpd.allowedgroups grp1
	  xpd.allowedusers -usrgrp1,usrgrp2
	  
	  will accept connection from any member of 'grp1' but 'usrgrp1',
	  and from 'usrgrp2',
	  even though the latter does not belong to group 'grp1'.

2008-06-13 15:07  ganis

	* [r24267] proof/proofd/src/XrdProofdProtocol.cxx: Make Process()
	  return 0 on success (instead of 1) so that additional requests,
	  if present, are processed right-away. Solves rare problem with
	  multiple workers
	  using the same physical connection.

2008-06-13 13:42  matevz

	* [r24266] graf3d/eve/inc/TEveManager.h,
	  graf3d/eve/src/TEveElement.cxx, graf3d/eve/src/TEveManager.cxx:
	  Merge rev 24265 from the fireworks branch.

2008-06-13 10:18  wouter

	* [r24261] roofit/roofitcore/inc/RooAICRegistry.h,
	  roofit/roofitcore/inc/RooAcceptReject.h,
	  roofit/roofitcore/inc/RooAdaptiveGaussKronrodIntegrator1D.h,
	  roofit/roofitcore/inc/RooAddGenContext.h,
	  roofit/roofitcore/inc/RooAddModel.h,
	  roofit/roofitcore/inc/RooAddPdf.h,
	  roofit/roofitcore/inc/RooAddition.h,
	  roofit/roofitcore/inc/RooArgList.h,
	  roofit/roofitcore/inc/RooArgProxy.h,
	  roofit/roofitcore/inc/RooArgSet.h,
	  roofit/roofitcore/inc/RooBinning.h,
	  roofit/roofitcore/inc/RooBrentRootFinder.h,
	  roofit/roofitcore/inc/RooCacheManager.h,
	  roofit/roofitcore/inc/RooCachedPdf.h,
	  roofit/roofitcore/inc/RooCachedReal.h,
	  roofit/roofitcore/inc/RooCatType.h,
	  roofit/roofitcore/inc/RooCategory.h,
	  roofit/roofitcore/inc/RooCategoryProxy.h,
	  roofit/roofitcore/inc/RooChangeTracker.h,
	  roofit/roofitcore/inc/RooChi2Var.h,
	  roofit/roofitcore/src/RooAcceptReject.cxx,
	  roofit/roofitcore/src/RooAdaptiveGaussKronrodIntegrator1D.cxx,
	  roofit/roofitcore/src/RooAddGenContext.cxx,
	  roofit/roofitcore/src/RooAddModel.cxx,
	  roofit/roofitcore/src/RooAddPdf.cxx,
	  roofit/roofitcore/src/RooAddition.cxx,
	  roofit/roofitcore/src/RooArgList.cxx,
	  roofit/roofitcore/src/RooArgProxy.cxx,
	  roofit/roofitcore/src/RooArgSet.cxx,
	  roofit/roofitcore/src/RooBanner.cxx,
	  roofit/roofitcore/src/RooBinning.cxx,
	  roofit/roofitcore/src/RooBrentRootFinder.cxx,
	  roofit/roofitcore/src/RooCacheManager.cxx,
	  roofit/roofitcore/src/RooCachedPdf.cxx,
	  roofit/roofitcore/src/RooCachedReal.cxx,
	  roofit/roofitcore/src/RooCatType.cxx,
	  roofit/roofitcore/src/RooCategory.cxx,
	  roofit/roofitcore/src/RooCategoryProxy.cxx,
	  roofit/roofitcore/src/RooCategorySharedProperties.cxx,
	  roofit/roofitcore/src/RooChangeTracker.cxx,
	  roofit/roofitcore/src/RooChi2Var.cxx: o RooCachedPdf
	  RooCachedReal RooChi2Var RooAddModelRooChangeTracker RooCategory
	  RooAddPdf
	  RooAdaptiveGaussKronrodIntegrator1D RooCacheManager RooArgList
	  RooCatType RooBanner RooBrentRootFinder
	  RooArgProxy RooCategorySharedProperties RooAddGenContext
	  RooCategoryProxy RooBinning RooAddition RooAcceptReject RooArgSet
	  
	  - Upgrade inline documention: make sure that every member
	  function has some descriptive comments, every
	  data member has a descriptive comment, make sure that each class
	  has a description.
	  
	  - Fix class description header so that it is correctly identified
	  by THtml
	  
	  o RooAddPdf
	  
	  - Add DIV0 protection in updateCoefficients() when running in
	  extended ML mode

2008-06-12 19:13  matevz

	* [r24257] graf3d/eve/inc/TEveCalo.h,
	  graf3d/eve/inc/TEveCaloData.h, graf3d/eve/src/TEveCalo.cxx,
	  graf3d/eve/src/TEveCalo2DGL.cxx, graf3d/eve/src/TEveCalo3DGL.cxx,
	  graf3d/eve/src/TEveCaloData.cxx,
	  graf3d/eve/src/TEveCaloLegoGL.cxx,
	  graf3d/eve/src/TEveCaloVizEditor.cxx: From Alja.
	  
	  TEveCaloData:
	  Inherit from TEveRefBackPtr. Add function InvalidateUsersCache()
	  to
	  make correct update on all calo references when changing
	  threshold and
	  
	  CaloClasses:
	  Rename ResetCache() to DeleteCache(). Add get/set methods for
	  slice-color and slice-threshold.

2008-06-12 16:50  rdm

	* [r24256] build/unix/makestatic.sh: add vmc to libRoota (needed by
	  ALICE in static aliroot version).

2008-06-12 16:49  rdm

	* [r24255] graf2d/graf/src/TGraph.cxx: remove gxwork et al that are
	  not used anymore (moved to TGraphPainter) and
	  were breaking "make static" with "gxwork multiple defined" error.

2008-06-12 16:26  rdm

	* [r24254] config/Makefile.macosx, config/Makefile.macosx64: remove
	  special case for g95 in ROOTBUILD. Can still be set as external
	  f77 compiler.

2008-06-12 16:24  rdm

	* [r24253] core/thread/inc/TAtomicCountGcc.h: on Apple with gcc 4.2
	  atomicity.h stays in bits and not in ext.

2008-06-12 16:21  rdm

	* [r24252] core/utils/src/rlibmap.cxx: From Axel:
	  don't remove spaces after "const ", "[un]signed ".

2008-06-12 14:54  wouter

	* [r24247] roofit/roofitcore/inc/Roo1DTable.h,
	  roofit/roofitcore/inc/RooAbsAnaConvPdf.h,
	  roofit/roofitcore/inc/RooAbsArg.h,
	  roofit/roofitcore/inc/RooAbsBinning.h,
	  roofit/roofitcore/inc/RooAbsCache.h,
	  roofit/roofitcore/inc/RooAbsCacheElement.h,
	  roofit/roofitcore/inc/RooAbsCachedPdf.h,
	  roofit/roofitcore/inc/RooAbsCachedReal.h,
	  roofit/roofitcore/inc/RooAbsCategory.h,
	  roofit/roofitcore/inc/RooAbsCategoryLValue.h,
	  roofit/roofitcore/inc/RooAbsCollection.h,
	  roofit/roofitcore/inc/RooAbsData.h,
	  roofit/roofitcore/inc/RooAbsFunc.h,
	  roofit/roofitcore/inc/RooAbsGenContext.h,
	  roofit/roofitcore/inc/RooAbsHiddenReal.h,
	  roofit/roofitcore/inc/RooAbsIntegrator.h,
	  roofit/roofitcore/inc/RooAbsMCStudyModule.h,
	  roofit/roofitcore/inc/RooAbsOptTestStatistic.h,
	  roofit/roofitcore/inc/RooAbsPdf.h,
	  roofit/roofitcore/inc/RooAbsProxy.h,
	  roofit/roofitcore/inc/RooAbsReal.h,
	  roofit/roofitcore/inc/RooAbsRealLValue.h,
	  roofit/roofitcore/inc/RooAbsRootFinder.h,
	  roofit/roofitcore/inc/RooAbsSelfCachedPdf.h,
	  roofit/roofitcore/inc/RooAbsSelfCachedReal.h,
	  roofit/roofitcore/inc/RooAbsString.h,
	  roofit/roofitcore/inc/RooAbsTestStatistic.h,
	  roofit/roofitcore/inc/RooEffProd.h,
	  roofit/roofitcore/src/Roo1DTable.cxx,
	  roofit/roofitcore/src/RooAICRegistry.cxx,
	  roofit/roofitcore/src/RooAbsAnaConvPdf.cxx,
	  roofit/roofitcore/src/RooAbsArg.cxx,
	  roofit/roofitcore/src/RooAbsBinning.cxx,
	  roofit/roofitcore/src/RooAbsCache.cxx,
	  roofit/roofitcore/src/RooAbsCacheElement.cxx,
	  roofit/roofitcore/src/RooAbsCachedPdf.cxx,
	  roofit/roofitcore/src/RooAbsCachedReal.cxx,
	  roofit/roofitcore/src/RooAbsCategory.cxx,
	  roofit/roofitcore/src/RooAbsCategoryLValue.cxx,
	  roofit/roofitcore/src/RooAbsCollection.cxx,
	  roofit/roofitcore/src/RooAbsData.cxx,
	  roofit/roofitcore/src/RooAbsFunc.cxx,
	  roofit/roofitcore/src/RooAbsGenContext.cxx,
	  roofit/roofitcore/src/RooAbsHiddenReal.cxx,
	  roofit/roofitcore/src/RooAbsIntegrator.cxx,
	  roofit/roofitcore/src/RooAbsLValue.cxx,
	  roofit/roofitcore/src/RooAbsMCStudyModule.cxx,
	  roofit/roofitcore/src/RooAbsOptTestStatistic.cxx,
	  roofit/roofitcore/src/RooAbsPdf.cxx,
	  roofit/roofitcore/src/RooAbsProxy.cxx,
	  roofit/roofitcore/src/RooAbsReal.cxx,
	  roofit/roofitcore/src/RooAbsRealLValue.cxx,
	  roofit/roofitcore/src/RooAbsRootFinder.cxx,
	  roofit/roofitcore/src/RooAbsSelfCachedPdf.cxx,
	  roofit/roofitcore/src/RooAbsSelfCachedReal.cxx,
	  roofit/roofitcore/src/RooAbsString.cxx,
	  roofit/roofitcore/src/RooAbsTestStatistic.cxx,
	  roofit/roofitcore/src/RooEffProd.cxx,
	  roofit/roofitcore/src/RooMinuit.cxx: o RooAbsSelfCachedPdf
	  RooAbsCacheElement RooAbsProxy RooAbsSelfCachedReal
	  RooAbsRealLValue
	  RooAbsCachedReal RooAbsGenContext RooAbsCategoryLValue
	  RooAbsAnaConvPdf RooAbsReal
	  RooAbsCollection RooAICRegistry RooAbsCachedPdf
	  RooAbsTestStatistic RooAbsData RooAbsLValue
	  RooAbsFunc RooAbsPdf RooAbsArg RooAbsBinning Roo1DTable
	  RooEffProd RooAbsRootFinder RooAbsHiddenReal
	  RooAbsString RooAbsIntegrator RooMinuit RooAbsCache
	  RooAbsCategory RooAbsOptTestStatistic RooAbsMCStudyModule
	  
	  - Upgrade inline documention: make sure that every member
	  function has some descriptive comments, every
	  data member has a descriptive comment, make sure that each class
	  has a description.
	  
	  - Fix class description header so that it is correctly identified
	  by THtml
	  
	  - Remove a couple of obsolete member function

2008-06-12 14:20  couet

	* [r24246] tutorials/hist/hstack.C: - Mods is order to use this
	  macro in the THistPainter documentation.

2008-06-12 13:34  axel

	* [r24243] cint/cint7/src/loadfile.cxx: Do not complain about
	  already loaded cintdll, even when loading it without path

2008-06-12 13:32  axel

	* [r24242] cint/cint/src/loadfile.cxx: Do not complain about
	  already loaded cintdll, even when loading it without path

2008-06-12 09:17  brun

	* [r24233] tree/tree/src/TBranchElement.cxx: From Lukasz:
	  Fix a problem when splitting a vector<T*>

2008-06-12 07:57  couet

	* [r24231] tutorials/fit/fit2a.C: - Changes in order to use it in
	  the THistPainter documentation.

2008-06-11 15:40  brun

	* [r24224] core/cont/inc/LinkDef.h, core/cont/src/TRefTable.cxx:
	  -implement a custom Streamer for TRefTable. The streamer uses the
	  automatic streaming
	  and make sure that all TProcessIDs referenced in the Tree are put
	  to the buffer.
	  This is important in case the buffer is a TMessage to be sent
	  through a TSocket
	  and the message contains one or more Trees. This improvement is
	  important for PROOF
	  when the workers send Trees to the master where they are merged.
	  -in TRefTable::FillBuffer remove my previous change.

2008-06-11 15:40  brun

	* [r24223] core/cont/src/TClonesArray.cxx: -call the new function
	  ForceWriteInfoClones instead of ForceWriteInfo.

2008-06-11 15:40  brun

	* [r24222] core/meta/src/TStreamerElement.cxx: -call
	  TBuffer::ForceWriteInfo instead of TStreamerInfo::ForceWriteInfo

2008-06-11 15:40  brun

	* [r24221] tree/tree/src/TBranchElement.cxx,
	  tree/tree/src/TBranchObject.cxx: -call TBuffer::ForceWriteInfo
	  instead of TStreamerInfo::ForceWriteInfo

2008-06-11 15:39  brun

	* [r24220] io/sql/src/TBufferSQL2.cxx: -call
	  TBuffer::ForceWriteInfo instead of TStreamerInfo::ForceWriteInfo

2008-06-11 15:39  brun

	* [r24219] io/io/inc/TBufferFile.h, io/io/src/TBufferFile.cxx:
	  -implement the new function TBufferFile::ForceWriteInfo. It
	  simply calls
	  the existing TStreamerInfo::ForceWriteInfo function
	  -the new function ForceWriteInfoClones is similar to the old
	  ForceWriteInfo
	  except that it calls TBufferFile::ForceWriteInfo instead of
	  TStreamerInfo::ForceWriteInfo

2008-06-11 15:39  brun

	* [r24218] net/net/inc/TMessage.h, net/net/src/TMessage.cxx:
	  -implement the new function TMessage::ForceWriteInfo. The
	  function adds the TStreamerInfo
	  objects to the list of streamed TStreamerInfos.

2008-06-11 15:39  brun

	* [r24217] core/base/inc/TBuffer.h: -rename the function
	  ForceWriteInfo to ForceWriteInfoClones
	  -add a new function
	  virtual void ForceWriteInfo(TVirtualStreamerInfo *info, Bool_t
	  force) = 0;

2008-06-11 15:21  matevz

	* [r24216] graf3d/eve/src/TEveCalo2DGL.cxx: Remove debug printout.

2008-06-11 15:04  matevz

	* [r24215] graf3d/eve/inc/TEveBoxSet.h,
	  graf3d/eve/src/TEveBoxSet.cxx, tutorials/eve/boxset_test.C:
	  TEveBoxset
	  ----------
	  
	  Rename function for adding cones to AddCone() and reorder the
	  parameters to a more logical order.

2008-06-11 14:48  matevz

	* [r24214] graf3d/eve/inc/TEveCalo2DGL.h,
	  graf3d/eve/inc/TEveCalo3DGL.h, graf3d/eve/inc/TEveCaloLegoGL.h,
	  graf3d/eve/inc/TEveLineGL.h, graf3d/eve/inc/TEveQuadSetGL.h,
	  graf3d/eve/inc/TEveTrackGL.h, graf3d/eve/src/TEveBoxSetGL.cxx,
	  graf3d/eve/src/TEveCalo.cxx, graf3d/eve/src/TEveCalo2DGL.cxx,
	  graf3d/eve/src/TEveCalo3DGL.cxx, graf3d/eve/src/TEveCaloData.cxx,
	  graf3d/eve/src/TEveCaloLegoGL.cxx, graf3d/eve/src/TEveLineGL.cxx,
	  graf3d/eve/src/TEvePolygonSetProjectedGL.cxx,
	  graf3d/eve/src/TEveProjectionAxesGL.cxx,
	  graf3d/eve/src/TEveQuadSetGL.cxx,
	  graf3d/eve/src/TEveStraightLineSetGL.cxx,
	  graf3d/eve/src/TEveTrackGL.cxx,
	  graf3d/eve/src/TEveTrackProjectedGL.cxx,
	  graf3d/eve/src/TEveTriangleSetGL.cxx, graf3d/gl/inc/LinkDef.h,
	  graf3d/gl/inc/TGLObject.h, graf3d/gl/inc/TGLRnrCtx.h,
	  graf3d/gl/inc/TGLUtil.h, graf3d/gl/src/TGLLogicalShape.cxx,
	  graf3d/gl/src/TGLObject.cxx, graf3d/gl/src/TGLPhysicalShape.cxx,
	  graf3d/gl/src/TGLRotateManip.cxx, graf3d/gl/src/TGLUtil.cxx,
	  graf3d/gl/src/TPointSet3DGL.cxx: TGLObject and subclasses
	  -----------------------------------------
	  
	  Introduce new member 'Bool_t TGLObject::fMultiColor' that
	  specifies
	  whether the class uses multiple colors for its rendering. This
	  information is important when drawing highlight or outlines
	  around
	  objects as display-lists can not be used if color-state changes
	  are
	  stored in them.
	  
	  With this modification most of the logick for
	  virtual Bool_t TGLLogicalShape::ShouldDLCache(...)
	  can be implemented in TGLObject version.
	  
	  Most of the GL-rendering classes have been fixed to properly set
	  the
	  fMultiColor state and rely on the TGLObject::ShouldDLCache().
	  
	  
	  TGLPhysicalShape
	  ----------------
	  
	  Use TGLLogicalShape::Draw() instead of DirectDraw() when drawing
	  highlights to allow usage of display-lists for classes that do
	  not use
	  multiple colors.
	  
	  
	  TGLUtil
	  -------
	  
	  Decrease the default draw-quality for
	  DrawLine/Cylinder/Sphere/Disk to
	  10. With software rendering the previous value of 60 caused very
	  low
	  refresh rates.
	  
	  Introduce two inner classes TDrawQualityModifier and
	  TDrawQualityScaler allowing easy/safe modification of
	  draw-quality for
	  the above functions.
	  
	  Introduce inner class TColorLocker allowing easy/safe
	  modification of
	  color-lock state.

2008-06-11 10:30  matevz

	* [r24210] graf3d/eve/inc/TEveBoxSet.h,
	  graf3d/eve/inc/TEveDigitSet.h, graf3d/eve/inc/TEveQuadSet.h,
	  graf3d/eve/src/TEveBoxSet.cxx, graf3d/eve/src/TEveBoxSetGL.cxx,
	  graf3d/eve/src/TEveDigitSet.cxx,
	  graf3d/eve/src/TEveQuadSetGL.cxx, tutorials/eve/boxset_test.C:
	  From Alja.
	  
	  TEveBoxSet classes:
	  Introduce new structure to draw cone set.
	  
	  tutorials/eve/boxset_test.C
	  Add function cone_test() to test cone set.
	  
	  TEveDigitSet, TEveQuadSet:
	  Fix member in ERenderMode_e, to draw properly in wire-frame
	  rendering mode.

2008-06-10 19:59  rdm

	* [r24207] Makefile, bindings/pyroot/Module.mk,
	  cint/reflex/Module.mk, cint/reflex/ModuleVars.mk,
	  core/metautils/Module.mk, core/utils/Module.mk,
	  core/utils/ModuleVars.mk: From Axel:
	  add support for ModuleVars.mk files, that can be used to declare
	  some global
	  variables for a package that can be used by other package
	  Module.mk's.
	  This avoids circular Module.mk dependencies.

2008-06-10 19:25  pcanal

	* [r24206] tree/tree/src/TBranchElement.cxx: Correct the value of
	  fNleaves in default constructor

2008-06-10 18:24  matevz

	* [r24204] graf3d/gl/inc/TGLContext.h,
	  graf3d/gl/inc/TGLPShapeObjEditor.h, graf3d/gl/inc/TGLWidget.h,
	  graf3d/gl/src/TGLContext.cxx,
	  graf3d/gl/src/TGLEmbeddedViewer.cxx,
	  graf3d/gl/src/TGLPShapeObjEditor.cxx,
	  graf3d/gl/src/TGLSAViewer.cxx, graf3d/gl/src/TGLWidget.cxx: -
	  TGLContext, TGLWidget
	  Fix creation of TGLWidget so that it also works with software
	  rendering where few visuals are available.
	  This means that we have to break TGLWidget construction into
	  three
	  phases (required for software rendering on X11):
	  1. find appropriate visual and create window;
	  2. create widget using the above window;
	  3. create gl-context binding them together.
	  To avoid unexpected behaviour the construction is now done via
	  static constructor 'TGLWidget* TGLWidget::Create()' and the
	  actual constructor has been made protected.
	  
	  - TGLEmbeddedViewer, TGLSAViewer
	  Use new TGLWidget construction syntax.
	  
	  - TGLPShapeObjEditor
	  Use new TGLWidget construction syntax.
	  Fix rendering and update of color-sphere.

2008-06-10 16:08  moneta

	* [r24203] hist/hist/src/TH1.cxx, hist/hist/src/TH2.cxx: - save and
	  then restore at the end the original statistic information at the
	  end of Add() and ReBin(), since
	  when using SetBinContent(), fTsumw is set to zero and the
	  statistics is reset.

2008-06-10 15:58  couet

	* [r24202] tutorials/hist/ContourList.C: - Reset TitleW and TitleH
	  at the end of the macro.

2008-06-10 15:14  brun

	* [r24201] core/cont/src/TRefTable.cxx: In TRefTable::FillBuffer
	  also call TBuffer::WriteProcessID.
	  In case of a socket will trigger passing the TProcessID with the
	  message.

2008-06-10 14:11  couet

	* [r24200] tutorials/hist/ContourList.C: - Mods to make it usable
	  by the documentation.

2008-06-10 13:28  brun

	* [r24199] core/base/src/TQConnection.cxx: From Bertrand:
	  - Fix a problem with TQSlotPool inheriting from THashTable
	  but having no ClassDef(). This was making crash at
	  destruction time, the class scheme being wrong.
	  Creating a THashTable private data member instead of
	  inheriting from it solves the problem. Thanks to Andrei for
	  the report.

2008-06-10 12:53  brun

	* [r24198] math/fftw/src/TFFTRealComplex.cxx,
	  tree/tree/src/TBranchElement.cxx: From Anna:
	  a fix for TFFTRealComplex::GetPointComplex(Int_t *,...) function,
	  for the case of transforms of more than 2 dimensions. The real
	  index in the internal 1-d flat array is now computed correctly,
	  taking into account that only ~half of entries are stored because
	  of Hermitian symmetry. And thanks to Christophe Yeche for
	  pointing it out.

2008-06-10 09:21  couet

	* [r24195] tutorials/graphics/earth.C: - Changes to make this macro
	  usable by the documentation.

2008-06-09 19:21  pcanal

	* [r24194] core/metautils/src/TClassEdit.cxx: In
	  TClassEdit::ShortType insure that the constness is kept for the
	  template argument

2008-06-09 17:46  matevz

	* [r24193] graf3d/eve/src/TEveCalo.cxx,
	  graf3d/eve/src/TEveCaloLegoGL.cxx, tutorials/eve/cms_calo.C: From
	  Alja:
	  
	  TEveCaloLegoGL:
	  Fix a crash when going from 3D to 2D lego view.
	  
	  SmallFixes:
	  
	  - CaloLegoGL, CaloLego
	  Change offset of XY axis titles.
	  Check gap between projected bin lines around average eta and phi
	  values.
	  
	  - cms_calo.C
	  Change color of towers to make towers more visible in 2D view.

2008-06-09 14:07  couet

	* [r24191] tutorials/hist/hbars.C: - Returns the TCanvas in order
	  to be used by the documentation.

2008-06-09 11:34  matevz

	* [r24186] graf3d/gl/inc/TGLOrthoCamera.h,
	  graf3d/gl/inc/TGLPlotPainter.h, graf3d/gl/src/TGLBoxPainter.cxx,
	  graf3d/gl/src/TGLLegoPainter.cxx,
	  graf3d/gl/src/TGLOrthoCamera.cxx,
	  graf3d/gl/src/TGLPlotPainter.cxx,
	  graf3d/gl/src/TGLSurfacePainter.cxx, tutorials/graphics/anim.C:
	  Take phi/theta from gPad in TGLPlotPainter constructor and use
	  them when setting camera rotation.

2008-06-09 10:06  wouter

	* [r24185] roofit/roofitcore/inc/RooEffProd.h,
	  roofit/roofitcore/src/RooEffProd.cxx: o RooEffProd
	  
	  - Fix bug in calculation of normalization for p.d.f.s where shape
	  depends
	  on choice of observables (reported by Tristan)

2008-06-09 09:28  couet

	* [r24184] tutorials/graphics/ellipse.C: - "return c1" was missing.
	  This macro is used as an example
	  in the reference guide.

2008-06-09 08:45  moneta

	* [r24183] math/doc/index.html: improve index page by adding
	  hyperlinks to the separate items

2008-06-07 22:43  rdm

	* [r24182] build/unix/compiledata.sh: on MacOS X 10.5 make sure the
	  shared lib install name has no path component.
	  This makes is behave like on Linux where a lib explicitly loaded
	  via Load()
	  is found when referenced in another shared lib.

2008-06-07 20:13  matevz

	* [r24180] graf3d/eve/src/TEveGeoNode.cxx,
	  tutorials/eve/cms_calo.C: - cms_calo.C
	  Use tower-size as default representation for projected view.
	  
	  - TEveGeoNode
	  Use default constructor of TGeoManager so that it does not
	  attempt to
	  register itselg to gROOT which might not be initialized yet.
	  (Thanks to Bertrand for tracing this down.)

2008-06-07 15:14  brun

	* [r24178] graf3d/gl/src/TGLWidget.cxx: From Bertrand:
	  - Solve uninitialized variable in TGLWidget
	  (thanks to Timur for the report)

2008-06-07 00:28  rdm

	* [r24177] tutorials/tree: ignore staff.root.

2008-06-07 00:27  rdm

	* [r24176] bindings/pyroot/Module.mk,
	  bindings/pyroot/src/python64.c: on macosx64 build a 64-bit python
	  executable, bin/python64.
	  The standard python on MacOS X 64 is 32-bit only and hence cannot
	  load
	  any 64-bit python modules, like PyROOT.

2008-06-06 20:53  wouter

	* [r24175] roofit/roofitcore/inc/RooAbsCachedPdf.h,
	  roofit/roofitcore/inc/RooAbsCachedReal.h,
	  roofit/roofitcore/inc/RooLinearMorph.h,
	  roofit/roofitcore/inc/RooNumRunningInt.h,
	  roofit/roofitcore/src/RooAbsCachedPdf.cxx:
	  o
	  RooAbsCachedReal,RooAbsCachedPdf,RooLinearMorph,RooNumRunningInt
	  
	  - Fix Solaris compiler errors related to access of nested classes
	  to protected section of encapsulating class
	  
	  o RooAbsCachedPdf
	  
	  - Fix -Wshadow warning

2008-06-06 19:33  matevz

	* [r24173] graf3d/eve/inc/LinkDef.h, graf3d/eve/inc/TEveCalo.h,
	  graf3d/eve/inc/TEveCaloData.h,
	  graf3d/eve/inc/TEveCaloVizEditor.h,
	  graf3d/eve/inc/TEveGValuators.h, graf3d/eve/src/TEveCalo.cxx,
	  graf3d/eve/src/TEveCalo2DGL.cxx, graf3d/eve/src/TEveCalo3DGL.cxx,
	  graf3d/eve/src/TEveCaloData.cxx,
	  graf3d/eve/src/TEveCaloLegoGL.cxx,
	  graf3d/eve/src/TEveCaloVizEditor.cxx,
	  graf3d/eve/src/TEveGValuators.cxx, tutorials/eve/cms_calo.C: From
	  Alja.
	  
	  TEveGValuators:
	  Sub-class from TGWidget and add optional widget-id argument in
	  constructors.
	  
	  TEveCalo-classes, cms_calo.C:
	  Add nested structure SliceInfo_t to hold data for each slice in
	  histogram stack: name, threshold and color.

2008-06-06 19:07  russo

	* [r24172] cint/cint7/src/common.h: Fix
	  G__RflxVarProperties::operator=(), forgot to call
	  G__RflxProperties::operator=(). Ooops.
	  
	  -- Paul Russo

2008-06-06 17:00  brun

	* [r24171] core/meta/inc/TCint.h, core/meta/inc/TInterpreter.h: All
	  functions called via gCint must have a dummy implementation in
	  TInterpreter.

2008-06-06 16:27  brun

	* [r24170] core/base/src/TPluginManager.cxx, core/meta/inc/TCint.h,
	  core/meta/inc/TInterpreter.h, core/meta/src/TCint.cxx,
	  tutorials/benchmarks.C, tutorials/demos.C, tutorials/fit/fit1.C,
	  tutorials/fit/fitslicesy.C, tutorials/fit/myfit.C,
	  tutorials/geom/geodemo.C, tutorials/geom/geometry.C,
	  tutorials/graphs/motorcycle.C, tutorials/hist/FirstContour.C,
	  tutorials/hist/h1draw.C, tutorials/hist/hbars.C,
	  tutorials/hsimple.C, tutorials/io/loopdir.C,
	  tutorials/splot/TestSPlot.C, tutorials/tasks.C,
	  tutorials/tree/basic.C, tutorials/tree/basic2.C,
	  tutorials/tree/cernbuild.C, tutorials/tree/ntuple1.C,
	  tutorials/tree/staff.C: From Axel:
	  Add TCint::GetTopLevelMacroName(), TCint::GetCurrentMacroName()
	  as pv function to TInterpreter; make nonstatic.

2008-06-06 15:23  brun

	* [r24169] tree/tree/src/TBranchSTL.cxx: From Lukasz:
	  Protection added in case the address specified is 0

2008-06-06 15:15  brun

	* [r24168] net/net/inc/TSocket.h, net/net/src/TSocket.cxx:
	  Implement support for referenced objects in TSocket.
	  -Mods in TMessage
	  When a referenced object or a TRef is streamed to a TMessage
	  buffer,
	  the bit corresponding to the uuid of the TProcessID is set in the
	  new data
	  member fBitsPIDs.
	  -Mods in TSocket.
	  Before sending the TMessage containing a referenced object, the
	  list of
	  TProcessIDs is sent through the socket before sending the
	  message.
	  The list of TProcessIDs already sent is kept in the new member
	  TList* fUUIds.
	  When receiving the message, the TProcessID is stored in the
	  global list of
	  TProcessIDs if not already there.

2008-06-06 13:29  brun

	* [r24166] net/net/src/TSocket.cxx: Go back to old version. I
	  committed a new version by mistake.

2008-06-06 12:20  brun

	* [r24164] core/base/inc/MessageTypes.h, hist/hist/src/TF1.cxx,
	  net/net/inc/TMessage.h, net/net/src/TMessage.cxx,
	  net/net/src/TSocket.cxx: Protect TF1::ExecuteEvent in case
	  fHistogram is null. This case may happen
	  in a multi-threaded application when one thread repaints the
	  histogram while the mouse is over a pad containing a TF1.

2008-06-06 11:33  matevz

	* [r24162] graf3d/gl/inc/LinkDef.h,
	  graf3d/gl/inc/TGLContextPrivate.h, graf3d/gl/inc/TGLWidget.h,
	  graf3d/gl/src/TGLContext.cxx, graf3d/gl/src/TGLEventHandler.cxx,
	  graf3d/gl/src/TGLWidget.cxx, tutorials/eve/SplitGLView.C: From
	  Bertrand:
	  
	  Remove TGLWidgetContainer class and change inheritance of
	  TGLWidget as following:
	  before: class TGLWidget : public TGCanvas, public TGLPaintDevice
	  now: class TGLWidget : public TGFrame, public TGLPaintDevice
	  
	  Now TGFrame base class is used directly to tie with the GL
	  Context,
	  instead of creating an external window and registering it in
	  TVirtualX
	  window list.

2008-06-06 09:57  moneta

	* [r24161] math/doc/index.html: add top level Math description page

2008-06-06 04:35  pcanal

	* [r24160] tree/treeplayer/src/TChainIndex.cxx: Fix TChainIndex
	  when the lookuped value does not exist

2008-06-05 17:16  matevz

	* [r24158] graf3d/eve/inc/TEveCaloData.h,
	  graf3d/eve/src/TEveCalo.cxx, graf3d/eve/src/TEveCaloData.cxx,
	  graf3d/eve/src/TEveCaloLegoGL.cxx, graf3d/gl/inc/TGLCamera.h,
	  graf3d/gl/src/TGLCamera.cxx: From Alja.
	  
	  TEveCaloData:
	  Change GetCellData() to const.
	  
	  TEveCalo:
	  Set threshold in SetData().
	  
	  TEveCaloLegoGL:
	  Fix tick-marks and change rendering order of cells and plane.
	  
	  TGLCamera:
	  
	  Coordinate-system conversion functions ViewportDeltaToWorld(),
	  ViewportToWorld() and WorldToViewport now take an optional
	  argument
	  specifying model-view matrix to be used in calculation.

2008-06-05 16:48  axel

	* [r24157] cint/cint/src/ifunc.cxx: fix overload res of functions
	  taking enums: they come in as int arguments

2008-06-05 09:21  brun

	* [r24152] tutorials/eve/SplitGLView.C: From Bertrand:
	  - Adapt the code according to recent changes in TString and in
	  TEveElementList

2008-06-05 08:11  couet

	* [r24150] tutorials/graphs/graphpolar.C: - Display the angular
	  coordinates using the Pi notation.

2008-06-05 07:00  brun

	* [r24149] graf2d/graf/src/TGraphPolar.cxx: Fix a bug in the
	  TGraphPolar constructors. The data members were not initialized.

2008-06-04 19:49  pcanal

	* [r24148] cint/cint7/inc/G__ci.h: Re-sync the sizeof(G__value) to
	  be the same as in Cint5

2008-06-04 19:48  matevz

	* [r24147] graf3d/eve/inc/TEveElement.h,
	  graf3d/eve/inc/TEveManager.h,
	  graf3d/eve/inc/TEveProjectionManager.h,
	  graf3d/eve/inc/TEveSelection.h, graf3d/eve/src/TEveElement.cxx,
	  graf3d/eve/src/TEveGeoNode.cxx, graf3d/eve/src/TEveManager.cxx,
	  graf3d/eve/src/TEveProjectionManager.cxx,
	  graf3d/eve/src/TEveSelection.cxx: - TEveProjectionManager:
	  Added member 'Bool_t fImportEmpty' - this forces the projection
	  manager
	  to also import sub-trees without any projectable elements.
	  Useful if one expects a completely parallel element structure in
	  projected replica.
	  
	  - TEveSelection:
	  Added method 'void RemoveImpliedSelected(TEveElement* el)' needed
	  for
	  deregistration of implied-selected elements during their
	  destruction.
	  
	  - TEveManager:
	  - In PreDeleteElement() check if the element is implied selected
	  or
	  highlighted and deregister it from there.
	  - In function InsertVizDBEntry():
	  a) added argument 'Bool_t update';
	  b) when replacing the model-element copy its children to the new
	  model and optionally update their viz-params.
	  
	  - TEveElement:
	  - Add methods to simplify propagation of visualization-parameters
	  between model-elements and their clients
	  - Add members 'Int_t fParentIgnoreCnt, fTopItemCnt' that allow
	  better tracking of references in view of automatic destruction.
	  - Consolidate Has/Num|Children/Parents() methods.
	  
	  - TEveGeoNode:
	  Use TEveElement::HasChildren() instead of checking container
	  size.

2008-06-04 19:32  matevz

	* [r24146] graf3d/eve/inc/TEveCalo.h,
	  graf3d/eve/inc/TEveCaloData.h,
	  graf3d/eve/inc/TEveCaloVizEditor.h, graf3d/eve/inc/TEveUtil.h,
	  graf3d/eve/src/TEveCalo.cxx, graf3d/eve/src/TEveCalo2DGL.cxx,
	  graf3d/eve/src/TEveCalo3DGL.cxx, graf3d/eve/src/TEveCaloData.cxx,
	  graf3d/eve/src/TEveCaloLegoEditor.cxx,
	  graf3d/eve/src/TEveCaloLegoGL.cxx,
	  graf3d/eve/src/TEveCaloVizEditor.cxx,
	  graf3d/eve/src/TEveLegoOverlay.cxx, graf3d/eve/src/TEveUtil.cxx,
	  tutorials/eve/cms_calo.C: - TEveCalo-classes:
	  Add possibility to plot E/Et values and enable absolute/relative
	  scaling.
	  
	  - TEveUtil:
	  Add utility functions to check if a phi interval lies within or
	  overlaps with another interval taking into account the U(1)
	  wrap-around.

2008-06-04 19:21  brun

	* [r24145] graf2d/graf/inc/TGraphPolar.h,
	  graf2d/graf/inc/TGraphPolargram.h,
	  graf2d/graf/src/TGraphPolar.cxx,
	  graf2d/graf/src/TGraphPolargram.cxx,
	  hist/histpainter/inc/TGraphPainter.h,
	  hist/histpainter/src/TGraphPainter.cxx,
	  tree/treeviewer/src/TSpider.cxx: From Olivier,
	  
	  separate graphics and non graphics in class TGraphPolar

2008-06-04 15:49  wouter

	* [r24144] roofit/roofitcore/src/RooDataHist.cxx,
	  roofit/roofitcore/src/RooHistFunc.cxx,
	  roofit/roofitcore/src/RooHistPdf.cxx: o RooDataHist
	  
	  - Fix bug in sum(), multiply with bin volume, rather than divide
	  by it
	  
	  
	  o RooHistFunc, RooHistPdf
	  
	  - Use bin-volume corrected sum in analytical integral
	  implementation

2008-06-04 13:48  rdm

	* [r24143] core/base/src/TString.cxx: add protection in case pos is
	  out of bounds in Replace(). This fixes bad
	  crashes iin e.g.:
	  TString s("aap")
	  s.Remove(s.Index(" "))

2008-06-04 13:17  axel

	* [r24140] cint/reflex/inc/Reflex/DictionaryGenerator.h: Silence
	  MSVC warning C4251 due to STL being part of the API (forgot one)

2008-06-04 13:08  axel

	* [r24139] cint/cint7/inc/G__ci_fproto.h: G__map_cpp_name:
	  propagate Philipp's change of constness of arg also to the decl

2008-06-04 12:50  axel

	* [r24138] cint/reflex/inc/Reflex/internal/MemberTemplateImpl.h,
	  cint/reflex/inc/Reflex/internal/PropertyListImpl.h,
	  cint/reflex/inc/Reflex/internal/ScopeBase.h,
	  cint/reflex/inc/Reflex/internal/TypeTemplateImpl.h: Silence MSVC
	  warning C4251 due to STL being part of the API.

2008-06-04 08:19  rdm

	* [r24131] tutorials/gui/staffTableTest.C: correct location of
	  staff.root.

2008-06-04 08:07  rdm

	* [r24130] config/Makefile.in, configure, net/monalisa/Module.mk,
	  net/monalisa/inc/LinkDef.h, net/monalisa/inc/TMonaLisaReader.h,
	  net/monalisa/src/TMonaLisaReader.cxx: remove TMonaLisaReader on
	  advice from its author as this MonaLisa reader
	  interface is not anymore supported via AliEn (ROOT does not
	  compile with
	  the latest AliEn). If needed a better implementation will be
	  provided.

2008-06-04 08:06  antcheva

	* [r24129] tutorials/gui/buttonChangelabel.C,
	  tutorials/gui/guilabels.C: Fixed typos in comments.

2008-06-04 07:59  antcheva

	* [r24128] tutorials/gui/listBox.C: Fixed error in comments.

2008-06-04 07:59  moneta

	* [r24127] math/physics/src/TVector3.cxx: fix bug in documentation
	  of pseudorapidity thanks to Tim Olson

2008-06-04 07:50  rdm

	* [r24126] rootx/src/rootx.cxx: remove any limit on the number of
	  arguments. If there are too many arguments
	  the shell will not start the application.

2008-06-04 07:27  rdm

	* [r24125] proof/proofplayer/src/TFileMerger.cxx: change from
	  revision 23873 (avoid writing tree header twice) got lost
	  during file moving.

2008-06-04 07:17  matevz

	* [r24123] graf3d/eve/inc/LinkDef.h: Forgot to include LinkDef.h in
	  last commit.

2008-06-03 19:38  matevz

	* [r24122] graf3d/eve/inc/TEveVSD.h,
	  graf3d/eve/inc/TEveVSDStructs.h, graf3d/eve/src/TEveVSD.cxx: From
	  Boris Hippolyte: include VSD structures for description of
	  cascades.

2008-06-03 19:27  wouter

	* [r24121] roofit/roofitcore/src/RooLinearMorph.cxx,
	  roofit/roofitcore/src/RooMinuit.cxx,
	  roofit/roofitcore/src/RooSimWSTool.cxx,
	  roofit/roofitcore/src/RooWorkspace.cxx: o RooLinearMorph,
	  RooSimWSTool, RooMinuit, RooWorkspace
	  
	  - Fix variable shadowing warnings highlighted by -Wshadow

2008-06-03 19:24  brun

	* [r24120] io/io/src/TStreamerInfo.cxx: Fix a problem in
	  TStreamerInfo::GenerateInclude when generating the code for
	  classes with pointers like in:
	  AliESDtrackCuts.h: TH1F* fhNClustersITS[2]; //->
	  AliESDtrackCuts.h: TH1F* fhNClustersTPC[2]; //->
	  
	  In this case the code for the constructor and destructor must
	  explictly delete the objects and set the arrays to 0.

2008-06-03 18:42  wouter

	* [r24119] roofit/roofitcore/Module.mk,
	  roofit/roofitcore/inc/LinkDef3.h,
	  roofit/roofitcore/inc/RooAbsArg.h,
	  roofit/roofitcore/inc/RooAbsCachedPdf.h,
	  roofit/roofitcore/inc/RooAbsCachedReal.h,
	  roofit/roofitcore/inc/RooAbsCategory.h,
	  roofit/roofitcore/inc/RooAbsCategoryLValue.h,
	  roofit/roofitcore/inc/RooAbsFunc.h,
	  roofit/roofitcore/inc/RooAbsLValue.h,
	  roofit/roofitcore/inc/RooAbsPdf.h,
	  roofit/roofitcore/inc/RooAbsReal.h,
	  roofit/roofitcore/inc/RooAbsRealLValue.h,
	  roofit/roofitcore/inc/RooAbsSelfCachedPdf.h,
	  roofit/roofitcore/inc/RooAbsSelfCachedReal.h,
	  roofit/roofitcore/inc/RooBrentRootFinder.h,
	  roofit/roofitcore/inc/RooCacheManager.h,
	  roofit/roofitcore/inc/RooCachedPdf.h,
	  roofit/roofitcore/inc/RooCachedReal.h,
	  roofit/roofitcore/inc/RooChangeTracker.h,
	  roofit/roofitcore/inc/RooCmdArg.h,
	  roofit/roofitcore/inc/RooDataHist.h,
	  roofit/roofitcore/inc/RooFFTConvPdf.h,
	  roofit/roofitcore/inc/RooFracRemainder.h,
	  roofit/roofitcore/inc/RooGlobalFunc.h,
	  roofit/roofitcore/inc/RooHistFunc.h,
	  roofit/roofitcore/inc/RooHistPdf.h,
	  roofit/roofitcore/inc/RooLinearMorph.h,
	  roofit/roofitcore/inc/RooMsgService.h,
	  roofit/roofitcore/inc/RooNumCdf.h,
	  roofit/roofitcore/inc/RooNumRunningInt.h,
	  roofit/roofitcore/inc/RooRealBinding.h,
	  roofit/roofitcore/inc/RooRealIntegral.h,
	  roofit/roofitcore/inc/RooRealVar.h,
	  roofit/roofitcore/inc/RooSimWSTool.h,
	  roofit/roofitcore/inc/RooWorkspace.h,
	  roofit/roofitcore/src/RooAbsArg.cxx,
	  roofit/roofitcore/src/RooAbsCachedPdf.cxx,
	  roofit/roofitcore/src/RooAbsCachedReal.cxx,
	  roofit/roofitcore/src/RooAbsCategory.cxx,
	  roofit/roofitcore/src/RooAbsCategoryLValue.cxx,
	  roofit/roofitcore/src/RooAbsCollection.cxx,
	  roofit/roofitcore/src/RooAbsIntegrator.cxx,
	  roofit/roofitcore/src/RooAbsOptTestStatistic.cxx,
	  roofit/roofitcore/src/RooAbsPdf.cxx,
	  roofit/roofitcore/src/RooAbsReal.cxx,
	  roofit/roofitcore/src/RooAbsRealLValue.cxx,
	  roofit/roofitcore/src/RooAbsSelfCachedPdf.cxx,
	  roofit/roofitcore/src/RooAbsSelfCachedReal.cxx,
	  roofit/roofitcore/src/RooBrentRootFinder.cxx,
	  roofit/roofitcore/src/RooCachedPdf.cxx,
	  roofit/roofitcore/src/RooCachedReal.cxx,
	  roofit/roofitcore/src/RooChangeTracker.cxx,
	  roofit/roofitcore/src/RooCmdArg.cxx,
	  roofit/roofitcore/src/RooCustomizer.cxx,
	  roofit/roofitcore/src/RooDataHist.cxx,
	  roofit/roofitcore/src/RooDataHistSliceIter.cxx,
	  roofit/roofitcore/src/RooFFTConvPdf.cxx,
	  roofit/roofitcore/src/RooFracRemainder.cxx,
	  roofit/roofitcore/src/RooGlobalFunc.cxx,
	  roofit/roofitcore/src/RooHist.cxx,
	  roofit/roofitcore/src/RooHistFunc.cxx,
	  roofit/roofitcore/src/RooHistPdf.cxx,
	  roofit/roofitcore/src/RooLinearMorph.cxx,
	  roofit/roofitcore/src/RooMinuit.cxx,
	  roofit/roofitcore/src/RooMsgService.cxx,
	  roofit/roofitcore/src/RooMultiCategory.cxx,
	  roofit/roofitcore/src/RooNLLVar.cxx,
	  roofit/roofitcore/src/RooNumCdf.cxx,
	  roofit/roofitcore/src/RooNumRunningInt.cxx,
	  roofit/roofitcore/src/RooProdGenContext.cxx,
	  roofit/roofitcore/src/RooRealAnalytic.cxx,
	  roofit/roofitcore/src/RooRealBinding.cxx,
	  roofit/roofitcore/src/RooRealMPFE.cxx,
	  roofit/roofitcore/src/RooRealVar.cxx,
	  roofit/roofitcore/src/RooSimWSTool.cxx,
	  roofit/roofitcore/src/RooSimultaneous.cxx,
	  roofit/roofitcore/src/RooSuperCategory.cxx,
	  roofit/roofitcore/src/RooWorkspace.cxx: o RooAbsSelfCachedPdf
	  
	  - Follow changes in RooAbsCachedPdf
	  
	  
	  o RooCachedPdf
	  
	  - Add option to override default choice of cache observables
	  (the normalization observables) with a specific set of variables
	  to make it possible to also cache p.d.f values for all values
	  of given parameters as well.
	  
	  - Forward analytical integration capabilities to actual cache
	  p.d.f
	  
	  - Forward calls on preferred observable order to cached p.d.f
	  
	  
	  o RooDataHist
	  
	  - Add option to bin dataset in alternate binning configuration,
	  as
	  specified by binning name in constructor.
	  
	  - Add feature to weight() function to enforce special boundaries
	  when interpolating a histogram representing a cumulative
	  distribution function.
	  If so, lower-side bounds are forced to zero and upper-side bounds
	  are
	  forced to 1.0 instead of the default mirroring strategy
	  
	  
	  o RooMsgService
	  
	  - Add new topic NumericIntegration
	  
	  - Show PROGRESS level messages by default
	  
	  
	  o RooAbsSelfCachedReal
	  
	  - New base class for self-caching RooAbsReal objects analoguous
	  to RooAbsSelfCachedPdf
	  
	  
	  o RooCachedReal
	  
	  - New class to cache arbitrary RooAbsReal function objects,
	  analogous to RooAbsCachedPdf
	  
	  
	  o RooRealBinding
	  
	  - Add feature to save and restore values of input variables,
	  used by RooRealIntegral to restore observable values after
	  numeric
	  integration to original values.
	  
	  
	  o RooLinearMorph
	  
	  - New operator p.d.f class implementing using the algorithm
	  described
	  by Alex Read in NUM A 425 (1999) 357-369 'Linear interpolation of
	  histograms'.
	  This class implements a generalization for continuous p.d.f
	  
	  
	  o RooAbsRealLValue
	  
	  - Following changes in RooAbsLValue
	  
	  
	  o RooHistFunc
	  
	  - Real-valued function modeled by external RooDataHist object,
	  analoguous to RooHistPdf,
	  but without normalization support and allowing negative histogram
	  values
	  
	  
	  o RooAbsCachedReal
	  
	  - New abstract base class for caching functions, analoguous to
	  RooAbsCachedPdf.
	  
	  
	  o RooFracRemainder
	  
	  - New dedicated helper class to calculate the remainder fraction
	  of a RooAddPdf, i.e. 1-sum(i)x_i
	  for a given RooArgSet x
	  
	  
	  o RooCustomizer
	  
	  - Fix memory management issue for sterile use
	  
	  
	  o RooAbsCategoryLValue
	  
	  - Follow changes in RooAbsLValue
	  
	  
	  o RooNumCdf
	  
	  - Specialization of RooNumRunningInt to calculate running
	  integrals of p.d.f.s:
	  the running integral is by construction normalized to one
	  exactly, taking out
	  any possible imprecisions in the regular integral calculation and
	  by imposing
	  special constraints on the RooHistFunc that models the output so
	  that the boundaries
	  are constrained to exactly 0 and 1 when interpolation is used.
	  
	  
	  o RooFFTConv
	  
	  - Fix bug in cache naming algorithm
	  
	  - Follow changes in RooAbsCachedPdf
	  
	  
	  o RooChangeTracker
	  
	  - New special purpose object that tracks changes in a given set
	  of variables, used
	  to determine if cached p.d.fs in RooAbsCachedPdf and
	  RooAbsCachedReal need to
	  be recalculated due to parameter changes. In addition to
	  valueDirty tracking,
	  an explicit comparison can be made to stored reference values of
	  variables,
	  to avoid recalculation of expensive quantities in case a
	  valueDirty is propagated
	  even if the value did not change (this can e.g. happen when you
	  step though
	  a RooDataHist where usually only one of the observables changes
	  value, but
	  all observables propagate a valueDirty every time)
	  
	  
	  o RooHist
	  
	  - Bug fix in makeResidual()
	  
	  
	  o RooAbsReal
	  
	  - Fix small memory leak in createIntegral
	  
	  - Expand functionality of fillDataHist: optional correction for
	  binVolume
	  when filling, and optional progress indication.
	  
	  - Modify logEvalError() so that when cumulative logging for
	  Minuit is disabled
	  that messages are printed through the standard message logging
	  service.
	  
	  - Modify error logging so that name of objects are stored in
	  addition to
	  pointers so that delayed logging of errors of (cache) objects
	  that no
	  longer exists can be performed correctly.
	  
	  - Add virtual function preferredObservableScanOrder() to indicate
	  preferred
	  order in which multi-dimensional functions should be scanned into
	  a
	  RooHistPdf, which may matter greatly for the performance of
	  certain
	  p.d.f.s like RooFFTConvPdf and RooLinearMorph
	  
	  - Add new function createRunningIntegral() which constructs for a
	  given F(x,y)
	  a Int[xlo,x] F(x',y) dx. The default strategy is to construct the
	  underlying
	  integral with createIntegral() and adapt it with a RooCustomizer
	  and a RooParamBinning
	  to a running integral. In case it concerns a one-dimensional
	  numeric running
	  integral, the running integral is represented by a dedicated
	  class RooNumRunningInt
	  which scans the integrand and numerically integrates the scanned
	  histogram
	  
	  
	  o RooAbsCollection
	  
	  - Bug fix in nameFieldLength handling of print routine
	  
	  
	  o RooAbsCachedPdf
	  
	  - Introduce explicitly the strategy that the cache contains the
	  _normalized_ p.d.f. values,
	  so that no postior normalization integral is required. This has
	  the added advantages that
	  the cache p.d.f can be instructed to consider itself normalized
	  skipping an explicit
	  normalization step in the RooHistPdf.
	  
	  - Add utility function getCachePdf() and getCacheHist() to
	  retrieve cache p.d.f and histogram
	  for a given choice of normalization set
	  
	  - Clean up structure of CacheElem nested class by making guts
	  private and providing accessor
	  function for derived CacheElem classes. Virtualize cache creation
	  with a new member function
	  createCache that will allow derived classes to create a derived
	  CacheElem.
	  
	  - Forward integration handling to cache pdf actually being used
	  
	  
	  o RooDataHistSliceIter
	  
	  - Follow changes in RooDataHist for alternate binning
	  
	  
	  o RooRealMPFE
	  
	  - Follow changes in eval error logging in RooAbsReal
	  
	  
	  o RooAbsPdf
	  
	  - Add createCdf() function to create cumulative distribution
	  functions from p.d.f.s. This is
	  quite similar to RooAbsReal::createRunningIntegral() but with
	  some c.d.f specific features
	  related to constraints on normalization
	  
	  
	  o RooAbsArg
	  
	  - Fix bug in optimizeCacheMode()
	  
	  
	  o RooBrentRootFinder
	  
	  - Improve error messaging through RooMsgService interface.
	  
	  
	  o RooCmdArg
	  
	  - Expand payload from 2 to 3 strings
	  
	  
	  o RooSimWSTool
	  
	  - Complete rewrite of RooSimPdfBuilder integrated with
	  RooWorkspace for object storage.
	  
	  
	  o RooNumRunningInt
	  
	  - New dedicated class to calculate running integral of any
	  function that does not have
	  an analytical integral implementation. This class scans such a
	  function in a histogram
	  and then numerically integrates the histogram. The filling of the
	  histogram is performed
	  adaptively using a recursion division strategy with a precision
	  cutoff to save time
	  of the filling of smooth functions in finely binned histograms
	  
	  
	  o RooMultiCategory, RooSuperCategory
	  
	  - Minor tweak in name of proxies
	  
	  
	  o RooAbsIntegrator
	  
	  - Deploy save and restore functionality of
	  RooAbsFunc/RooRealBinding to restore observable
	  values to prior values after an intergration step.
	  
	  
	  o RooMinuit
	  
	  - Fix gcc 4.3 compiler warning
	  
	  
	  o RooWorkspace
	  
	  - Add bulk import() function taking a const RooArgSet instead of
	  a RooAbsArg
	  
	  - Add RecycleConflictNodes() option to ignore conflicts and
	  simply recycle internal
	  nodes when a different external node is encountered.
	  
	  - Add new accessors catfunc() for category functions, arg() for
	  generic RooAbsArgs,
	  and funcArg() for fundamental arguments of any type.
	  
	  - Add separate section for category functions in Print()
	  
	  
	  o RooHistPdf
	  
	  - Add option to declare contents unit normalized. When activated,
	  the analytical
	  integral is hardwired to 1.
	  
	  - Add option to propagate cdfBoundaries mode to the underlying
	  RooDataHist.
	  
	  
	  o RooAbsOptTestStatistic
	  
	  - Optimize handling of empty rangeName specification (from Alfio)
	  
	  
	  o RooSimultaneous
	  
	  - Tune proxy names
	  
	  - Make p.d.f return zero, in case index category is in state
	  where no p.d.f is assigned,
	  rather that assert(0)
	  
	  
	  o LinkDef3.h, Module.mk
	  
	  - Add new class definitions

2008-06-03 16:46  axel

	* [r24118] cint/reflex/python/genreflex/gendict.py: Hopefully fix
	  that typeid(::namesp::cls) bug - it doesn't work for any
	  namespaces. Create a local typedef instead.

2008-06-03 15:21  axel

	* [r24116] cint/cint/src/struct.cxx, cint/cint7/src/struct.cxx:
	  When looking up class names, convert T<A, B> into T<A,B>.
	  Prerequisite for Savannah #33892

2008-06-03 13:14  matevz

	* [r24114] graf3d/gl/src/TGLEmbeddedViewer.cxx,
	  graf3d/gl/src/TGLSAViewer.cxx, graf3d/gl/src/TGLViewer.cxx: From
	  Bertrand: Set fGLWidget=0 in TGLEmbeddedViewer and TGLSAViewer
	  destructor and check it in TGLViewer destructor.

2008-06-03 09:28  rdm

	* [r24113] configure: add checks for the existence of
	  X11/extensions/shape.h and libXext.so.

2008-06-03 09:09  rdm

	* [r24112] rootx/src/rootx.cxx: support up to 4096 arguments (POSIX
	  minimum), was 256.

2008-06-03 09:04  rdm

	* [r24111] core/base/inc/TApplication.h,
	  core/base/src/TApplication.cxx: add protection in Argv(int idx)
	  for idx being larger than argc-1.

2008-06-03 09:03  rdm

	* [r24110] core/unix/src/TUnixSystem.cxx: set exepathlen to
	  kMAXPATHLEN (was 1024).

2008-06-03 06:46  brun

	* [r24108] hist/hist/src/TH1.cxx: From Philippe:
	  In TH1::Merge add support for merging histograms where bin labels
	  are set
	  and not all bins or same bins have a label set.
	  This fixes the report:
	  http://root.cern.ch/phpBB2/viewtopic.php?t=5767

2008-06-03 05:31  brun

	* [r24107] core/meta/src/TMethodCall.cxx: Fix a bug in the new
	  version of TMethodCall::ReturnType. The internal variable rettype
	  cannot be reused as it points to a static variable in TCintFix a
	  bug in the new version of TMethodCall::ReturnType. The internal
	  variable rettype
	  cannot be reused as it points to a static variable in TCint..
	  s fixes the nightly builds problems.--This line, and those below,
	  will be ignored--
	  
	  M core/meta/src/TMethodCall.cxx

2008-06-02 19:23  pcanal

	* [r24106] core/meta/src/TGlobal.cxx: Readd unadvertently removed
	  call to TCint::TypeName

2008-06-02 18:53  brun

	* [r24105] graf2d/graf/inc/TGraph.h, graf2d/graf/src/TGraph.cxx,
	  hist/histpainter/inc/TGraphPainter.h,
	  hist/histpainter/src/TGraphPainter.cxx: Move back the functionm
	  Zero from TGraphPainter::Zero to TGraph::Zero where it was
	  originally.
	  This function is not a graphics function and it is used by
	  several applications.

2008-06-02 16:47  pcanal

	* [r24104] cint/cint7/src/newlink.cxx: Cint5 has gone through an
	  update to replace 'char*' with 'const char*', this has not yet
	  been ported to Cint7 .. however G__map_cpp_name is not being
	  called with a const char* in TCint.cxx, so quick repair the cint7
	  build

2008-06-02 16:43  brun

	* [r24103] bindings/pyroot/src/MethodHolder.cxx: Replace include
	  "TCint.h" by "TInterpreter.h"

2008-06-02 16:32  pcanal

	* [r24102] core/meta/inc/TCint.h: Re-add Api.h until TCint.h is no
	  longer use build in the cint7 build and/or G__dictposition is
	  handed differently

2008-06-02 16:05  couet

	* [r24101] graf2d/graf/src/TGraph.cxx: - Remove useless lines.

2008-06-02 15:46  rdm

	* [r24100] configure: make is_lib64 test only on "linux"
	  architecture.

2008-06-02 15:27  rdm

	* [r24099] config/Makefile.linux, configure,
	  graf2d/asimage/Module.mk, graf2d/freetype/Module.mk,
	  net/xrootd/Module.mk,
	  net/xrootd/src/xrootd/config/GNUmake.rules.gcc: changes needed to
	  support building 32 bit version on 64 bit linux platform.
	  To build 32 bit version on x8664 machine just do:
	  ./configure linux

2008-06-02 14:57  brun

	* [r24098] io/io/src/TGenCollectionProxy.cxx: add missing include
	  <stdlib.h> required by gcc4.3 (was previously included by Api.h

2008-06-02 14:30  brun

	* [r24097] io/io/src/TGenCollectionProxy.cxx: Replace direct calls
	  to CINT by the TInterpreter interface.

2008-06-02 14:30  brun

	* [r24096] core/meta/inc/TCint.h, core/meta/inc/TInterpreter.h,
	  core/meta/src/TCint.cxx: Add two functions IsValid and Size to
	  the TypeInfo interface.
	  These functions are required by the new version of
	  TGenCollectionProxy

2008-06-02 13:55  axel

	* [r24095] cint/cint7/src/disp.cxx, cint/cint7/src/expr.cxx,
	  cint/cint7/src/global.h, cint/cint7/src/ifunc.cxx: Fix a few
	  compilation issues (mostly introduced by G__StrBuf, plus some
	  unused vars)

2008-06-02 13:15  brun

	* [r24094] core/meta/inc/TCint.h,
	  core/meta/src/TStreamerElement.cxx: Remove useless include Api.h

2008-06-02 12:02  brun

	* [r24093] io/io/src/TKey.cxx: Add the following comment in
	  TKey::ReadObjWithBuffer(char *bufferRead)
	  // NOTE :
	  // This function is called only internally by ROOT classes.
	  // Although being public it is not supposed to be used outside
	  ROOT.
	  // If used, you must make sure that the bufferRead is large
	  enough to
	  // accomodate the object being read.

2008-06-02 10:12  axel

	* [r24092] cint/reflex/python/genreflex/gendict.py: Do not prepend
	  stdext namespace with "::" when calling sizeof, typeid, due to
	  MSVC7.1 bug (was already done for namespace std). Fixes
	  nightlies.

2008-06-02 09:39  couet

	* [r24090] hist/histpainter/src/TGraphPainter.cxx: - The
	  displacements vectors (EXlowd ...) have been lost in
	  PaintGraphBentErrors
	  after the last changes from Rene.

2008-06-02 09:32  brun

	* [r24089] tree/tree/src/TBranchSTL.cxx: From Lukasz:
	  fix a bug in the split collection
	  stuff.

2008-06-02 06:27  brun

	* [r24088] core/meta/inc/TCint.h, core/meta/inc/TInterpreter.h,
	  core/meta/src/TCint.cxx, core/meta/src/TMethodCall.cxx: Remove
	  unused function and fix coding conventions.

2008-06-01 16:15  brun

	* [r24087] core/base/inc/TEnv.h: When making the previous change
	  (rev 13300 Nov 21 2007) rdm forgot to increment
	  the TEnv version number. This patch fixes the report:
	  <http://savannah.cern.ch/bugs/?37270>

2008-06-01 15:56  brun

	* [r24086] etc/plugins/TVirtualGraphPainter,
	  etc/plugins/TVirtualGraphPainter/P010_TGraphPainter.C: Add the
	  plugin for the TVirtualGraphPainter

2008-06-01 15:47  brun

	* [r24085] hist/histpainter/src/TGraphPainter.cxx: Fix a compiler
	  warning (gcc4.3)

2008-06-01 15:34  brun

	* [r24084] graf2d/graf/inc/TGraph.h,
	  graf2d/graf/inc/TGraphAsymmErrors.h,
	  graf2d/graf/inc/TGraphBentErrors.h,
	  graf2d/graf/inc/TGraphErrors.h, graf2d/graf/src/TGraph.cxx,
	  graf2d/graf/src/TGraphAsymmErrors.cxx,
	  graf2d/graf/src/TGraphBentErrors.cxx,
	  graf2d/graf/src/TGraphErrors.cxx,
	  graf2d/graf/src/TGraphPolar.cxx, graf2d/graf/src/TMultiGraph.cxx,
	  hist/hist/inc/LinkDef.h, hist/hist/inc/TVirtualGraphPainter.h,
	  hist/hist/src/TVirtualGraphPainter.cxx,
	  hist/histpainter/inc/LinkDef.h,
	  hist/histpainter/inc/TGraph2DPainter.h,
	  hist/histpainter/inc/TGraphPainter.h,
	  hist/histpainter/inc/THistPainter.h,
	  hist/histpainter/src/TGraph2DPainter.cxx,
	  hist/histpainter/src/TGraphPainter.cxx,
	  hist/histpainter/src/THistPainter.cxx: From Olivier and me:
	  
	  Split the TGraph classes to move the graphics code to separate
	  classes.
	  These classes will be moved to the hist directory once the
	  classes will be ok.
	  The TGraphs are painted via the TVirtualGraphPainter class and
	  its concrete
	  implementation TGraphPainter.
	  At the difference of the TH1 classes for which a different
	  painter is created
	  when drawing each histogram, one single TGraphPainter class is
	  created.
	  The TGraphPainter class does not have internal state, all the
	  information
	  from TGraph is passed to the drawing functions via parameters.

2008-06-01 07:10  brun

	* [r24083] tree/tree/src/TBranch.cxx: Fix a problem when calling
	  the Error function.
	  see: <http://savannah.cern.ch/bugs/?37260>

2008-06-01 05:37  brun

	* [r24082] core/meta/inc/TCint.h, core/meta/inc/TInterpreter.h,
	  core/meta/src/TCint.cxx: Change the return type of all functions
	  Property , Offset and Tagnum from int to Long_t

2008-06-01 00:59  rdm

	* [r24081] gui/gui/inc/TGFrame.h, gui/gui/src/TGFrame.cxx: Avoid
	  DeleteWindow() singleshot timer from being set twice for the same
	  window (could happen when clicking very quickly twice in the WM
	  close box).
	  Fixes issue 37197.

2008-05-31 20:39  brun

	* [r24080] core/meta/inc/TInterpreter.h: Fix a warning on Windows.

2008-05-31 20:28  brun

	* [r24079] core/meta/src/TDataMember.cxx, core/rint/src/TRint.cxx:
	  Add missing include stdlib required by gcc4.3

2008-05-31 20:19  brun

	* [r24078] core/meta/inc/TInterpreter.h: Fix compiler warnings
	  about unused argument names

2008-05-31 19:39  brun

	* [r24077] core/base/src/TQConnection.cxx,
	  core/base/src/TQObject.cxx, core/base/src/TROOT.cxx,
	  core/base/src/TStorage.cxx, core/base/src/TSystem.cxx,
	  core/base/src/TVirtualFitter.cxx, core/meta/inc/TBaseClass.h,
	  core/meta/inc/TCint.h, core/meta/inc/TClass.h,
	  core/meta/inc/TDataMember.h, core/meta/inc/TDataType.h,
	  core/meta/inc/TDictionary.h, core/meta/inc/TFunction.h,
	  core/meta/inc/TGlobal.h, core/meta/inc/TInterpreter.h,
	  core/meta/inc/TMethod.h, core/meta/inc/TMethodArg.h,
	  core/meta/inc/TMethodCall.h, core/meta/src/TBaseClass.cxx,
	  core/meta/src/TCint.cxx, core/meta/src/TClass.cxx,
	  core/meta/src/TDataMember.cxx, core/meta/src/TDataType.cxx,
	  core/meta/src/TFunction.cxx, core/meta/src/TGlobal.cxx,
	  core/meta/src/TInterpreter.cxx, core/meta/src/TIsAProxy.cxx,
	  core/meta/src/TMethod.cxx, core/meta/src/TMethodArg.cxx,
	  core/meta/src/TMethodCall.cxx,
	  core/meta/src/TStreamerElement.cxx, core/rint/src/TRint.cxx,
	  core/rint/src/TTabCom.cxx, core/thread/src/TThread.cxx,
	  gui/guibuilder/src/TGuiBldDragManager.cxx, hist/hist/src/TF1.cxx,
	  math/foam/src/TFoam.cxx, math/mathcore/src/FunctorCint.cxx,
	  math/minuit/src/TMinuit.cxx, math/minuit2/src/TFitterMinuit.cxx,
	  net/alien/inc/TAlienSystem.h,
	  roofit/roofitcore/src/RooGenCategory.cxx,
	  roofit/roofitcore/src/RooWorkspace.cxx,
	  tree/tree/inc/TSelectorCint.h, tree/tree/src/TSelector.cxx,
	  tree/tree/src/TSelectorCint.cxx, tree/tree/src/TTree.cxx: Extend
	  the TInterpreter class to support the CINT API used so far by
	  ROOT.
	  The concrete implementation of the class is in TCint.
	  The new functions are essentially interfaces to the existing CINT
	  C++ classes
	  like G__ClassInfo, G__CallFunc, G__DataMemberInfo, G__MethodInfo,
	  G__TypeInfo
	  and G__TypedefInfo. Most of these functions will call the Reflex
	  interface
	  once the CINT/Reflex interface will be available later this year.
	  All direct calls to CINT are replaced by calls like
	  gCint->ClassInfo_xxx where gCint
	  points to the TCint implementation.
	  The existing calls to TCint via gInterpreter are kept because on
	  Windows
	  gInterpreter does not call directly TCint, but instead call
	  TWin32InterpreterProxy
	  that in turns call TCint.
	  On Linux and Mac, gInterpreter and gCint are equivalent.
	  
	  Once the transformation using gCint will be completed, it will be
	  possible
	  to specify at startup time which version of CINT (CINT or CINT7)
	  by loading
	  dynamically TCint or TCint7.--This line, and those below, will be
	  ignored--
	  
	  M core/meta/src/TStreamerElement.cxx
	  M core/meta/src/TCint.cxx
	  M core/meta/src/TGlobal.cxx
	  M core/meta/src/TBaseClass.cxx
	  M core/meta/src/TDataMember.cxx
	  M core/meta/src/TInterpreter.cxx
	  M core/meta/src/TClass.cxx
	  M core/meta/src/TMethodArg.cxx
	  M core/meta/src/TDataType.cxx
	  M core/meta/src/TMethodCall.cxx
	  M core/meta/src/TIsAProxy.cxx
	  M core/meta/src/TMethod.cxx
	  M core/meta/src/TFunction.cxx
	  M core/meta/inc/TClass.h
	  M core/meta/inc/TDictionary.h
	  M core/meta/inc/TMethodArg.h
	  M core/meta/inc/TDataType.h
	  M core/meta/inc/TMethodCall.h
	  M core/meta/inc/TMethod.h
	  M core/meta/inc/TFunction.h
	  M core/meta/inc/TCint.h
	  M core/meta/inc/TGlobal.h
	  M core/meta/inc/TBaseClass.h
	  M core/meta/inc/TDataMember.h
	  M core/meta/inc/TInterpreter.h
	  M core/thread/src/TThread.cxx
	  M core/base/src/TVirtualFitter.cxx
	  M core/base/src/TStorage.cxx
	  M core/base/src/TQConnection.cxx
	  M core/base/src/TROOT.cxx
	  M core/base/src/TSystem.cxx
	  M core/base/src/TQObject.cxx
	  M core/rint/src/TRint.cxx
	  M core/rint/src/TTabCom.cxx
	  M math/foam/src/TFoam.cxx
	  M math/minuit2/src/TFitterMinuit.cxx
	  M math/mathcore/src/FunctorCint.cxx
	  M math/minuit/src/TMinuit.cxx
	  M tree/tree/src/TTree.cxx
	  M tree/tree/src/TSelectorCint.cxx
	  M tree/tree/src/TSelector.cxx
	  M tree/tree/inc/TSelectorCint.h
	  M roofit/roofitcore/src/RooGenCategory.cxx
	  M roofit/roofitcore/src/RooWorkspace.cxx
	  M hist/hist/src/TF1.cxx
	  M gui/guibuilder/src/TGuiBldDragManager.cxx
	  M net/alien/inc/TAlienSystem.h

2008-05-30 16:43  matevz

	* [r24076] graf3d/eve/inc/TEveCalo.h,
	  graf3d/eve/inc/TEveCaloVizEditor.h, graf3d/eve/src/TEveCalo.cxx,
	  graf3d/eve/src/TEveCalo2DGL.cxx,
	  graf3d/eve/src/TEveCaloLegoGL.cxx,
	  graf3d/eve/src/TEveCaloVizEditor.cxx, tutorials/eve/cms_calo.C:
	  From Alja:
	  
	  - TEveCalo, TEveCaloLegoGL, TEveCalo2DGL, TEveCaloVizEditor:
	  Add possibility to auto scale calorimeters.
	  In class TEveCaloViz rename member fPhiRng to fPhiOffset.
	  
	  - cms_calo.C:
	  Demonstrate auto scale and eta/phi range.

2008-05-30 16:22  axel

	* [r24075] cint/reflex/python/genreflex/gendict.py,
	  cint/reflex/test/test_Reflex_generate.testref: Work around a
	  funny bug in MSVC7.1: sizeof(::std::vector<int>) gives
	  "'std::allocator<_Ty>' : illegal use of this type as an
	  expression". So use sizeof(std::vector<int>) instead for all STL
	  classes on windows.
	  Update the reflex test ref file to take into account that classes
	  are now only written once.

2008-05-30 12:56  bellenot

	* [r24074] core/winnt/src/TWinNTSystem.cxx,
	  graf2d/win32gdk/inc/TGWin32.h, graf2d/win32gdk/src/TGWin32.cxx: -
	  Remove all HandleConsoleThread code from TWinNTSystem.
	  Console input handling is now performed in the main event
	  loop (in TWinNTSystem::DispatchOneEvent())
	  - Move the splash screen code from TGWin32 to TWinNTSystem,
	  allowing to come back to the original behavior, which is:
	  display the splash screen when starting root, unless -l
	  is specified as startup option, and this without having
	  to load libWin32gdk first.

2008-05-30 12:38  axel

	* [r24073] cint/cint/src/common.h, cint/cint/src/ifunc.cxx,
	  cint/cint/src/strbuf.cxx, cint/cint/src/strbuf.h,
	  cint/cint7/src/Api.cxx, cint/cint7/src/CallFunc.cxx,
	  cint/cint7/src/Class.cxx, cint/cint7/src/Method.cxx,
	  cint/cint7/src/auxu.cxx, cint/cint7/src/bc_debug.cxx,
	  cint/cint7/src/bc_exec.cxx, cint/cint7/src/bc_parse.cxx,
	  cint/cint7/src/common.h, cint/cint7/src/debug.cxx,
	  cint/cint7/src/decl.cxx, cint/cint7/src/disp.cxx,
	  cint/cint7/src/end.cxx, cint/cint7/src/error.cxx,
	  cint/cint7/src/expr.cxx, cint/cint7/src/func.cxx,
	  cint/cint7/src/gcoll.cxx, cint/cint7/src/global2.cxx,
	  cint/cint7/src/ifunc.cxx, cint/cint7/src/inherit.cxx,
	  cint/cint7/src/init.cxx, cint/cint7/src/input.cxx,
	  cint/cint7/src/intrpt.cxx, cint/cint7/src/loadfile.cxx,
	  cint/cint7/src/macro.cxx, cint/cint7/src/new.cxx,
	  cint/cint7/src/newlink.cxx, cint/cint7/src/opr.cxx,
	  cint/cint7/src/parse.cxx, cint/cint7/src/pause.cxx,
	  cint/cint7/src/pcode.cxx, cint/cint7/src/pragma.cxx,
	  cint/cint7/src/quote.cxx, cint/cint7/src/rflxutil.cxx,
	  cint/cint7/src/scrupto.cxx, cint/cint7/src/shl.cxx,
	  cint/cint7/src/sizeof.cxx, cint/cint7/src/strbuf.cxx,
	  cint/cint7/src/strbuf.h, cint/cint7/src/struct.cxx,
	  cint/cint7/src/stub.cxx, cint/cint7/src/tmplt.cxx,
	  cint/cint7/src/typedef.cxx, cint/cint7/src/val2a.cxx,
	  cint/cint7/src/value.cxx, cint/cint7/src/var.cxx: Add a buffer
	  management class to replace static sized char buffers on the
	  stack.
	  Also allows us to gradually convert static to dynamic sizes.
	  
	  Use it in CINT7 thoughout, and in CINT5 in the places that were
	  most urgent according to a stack usage evaluation with
	  http://home.cern.ch/axel/stacksize.sh, i.e. in
	  G__interpret_function only for now.
	  
	  Fix the lookup's conversion vs. promotion algorithm; especially
	  the promotion part was completely wrong. This fixes Savannah
	  #23352.

2008-05-30 10:07  axel

	* [r24072] cint/doc/index.html: Missing closing tag for <a>

2008-05-30 09:19  matevz

	* [r24071] graf3d/eve/inc/TEveCaloLegoGL.h,
	  graf3d/eve/src/TEveCaloLegoGL.cxx: Fix compilation warning and
	  some whitespace.

2008-05-30 09:04  couet

	* [r24070] etc/plugins/TVirtualGraphPainter: - roll back.

2008-05-30 09:02  couet

	* [r24069] etc/plugins/TVirtualGraphPainter/P010_TGraphPainter.C: -
	  Roll back last commit.

2008-05-30 09:00  couet

	* [r24068] hist/hist/inc/LinkDef.h: - Roll back last commit.

2008-05-30 08:58  couet

	* [r24067] hist/hist/inc/TVirtualGraphPainter.h,
	  hist/hist/src/TVirtualGraphPainter.cxx: - Roll back last commit.

2008-05-30 08:55  couet

	* [r24066] hist/histpainter/inc/TGraphPainter.h,
	  hist/histpainter/src/TGraphPainter.cxx: - Roll back last commit

2008-05-30 08:54  couet

	* [r24065] graf2d/graf/inc/TGraph.h,
	  graf2d/graf/inc/TGraphAsymmErrors.h,
	  graf2d/graf/inc/TGraphBentErrors.h,
	  graf2d/graf/inc/TGraphErrors.h, graf2d/graf/src/TGraph.cxx,
	  graf2d/graf/src/TGraphAsymmErrors.cxx,
	  graf2d/graf/src/TGraphBentErrors.cxx,
	  graf2d/graf/src/TGraphErrors.cxx,
	  graf2d/graf/src/TGraphPolar.cxx, graf2d/graf/src/TMultiGraph.cxx:
	  - Roll back last commit.

2008-05-30 08:16  couet

	* [r24064] graf2d/graf/inc/TGraph.h,
	  graf2d/graf/inc/TGraphAsymmErrors.h,
	  graf2d/graf/inc/TGraphBentErrors.h,
	  graf2d/graf/inc/TGraphErrors.h, graf2d/graf/src/TGraph.cxx,
	  graf2d/graf/src/TGraphAsymmErrors.cxx,
	  graf2d/graf/src/TGraphBentErrors.cxx,
	  graf2d/graf/src/TGraphErrors.cxx,
	  graf2d/graf/src/TGraphPolar.cxx, graf2d/graf/src/TMultiGraph.cxx:
	  - All the methods doing graphics are now in TGraphPainter.

2008-05-30 08:09  rdm

	* [r24063] etc/plugins/TVirtualGraphPainter,
	  etc/plugins/TVirtualGraphPainter/P010_TGraphPainter.C: From
	  Olivier:
	  new plugin for TGraphPainter.

2008-05-30 07:59  couet

	* [r24062] hist/histpainter/inc/TGraphPainter.h,
	  hist/histpainter/src/TGraphPainter.cxx: - TGraphPainter now
	  contains all the methods needed to paint TGraph and the
	  classes deriving from it.

2008-05-30 07:56  couet

	* [r24061] hist/hist/inc/LinkDef.h,
	  hist/hist/inc/TVirtualGraphPainter.h,
	  hist/hist/src/TVirtualGraphPainter.cxx: - New class
	  TVirtualGraphPainter.

2008-05-30 07:43  brun

	* [r24060] tmva/doc/index.txt: Add a reference to the TMVA Options
	  Reference page

2008-05-30 04:15  matevz

	* [r24059] graf3d/eve/inc/TEveGeoNode.h,
	  graf3d/eve/src/TEveGeoNode.cxx,
	  graf3d/eve/src/TEveGeoShapeExtract.cxx,
	  graf3d/eve/src/TEveUtil.cxx, graf3d/gl/inc/TGLOrthoCamera.h,
	  graf3d/gl/inc/TGLSAViewer.h, graf3d/gl/inc/TGLViewer.h,
	  graf3d/gl/src/TGLCamera.cxx, graf3d/gl/src/TGLOrthoCamera.cxx,
	  graf3d/gl/src/TGLSAViewer.cxx, graf3d/gl/src/TGLViewer.cxx,
	  tutorials/eve/projection_test.C: - TEveGeoShape
	  Add static data-member holding a pointer to a default geo-manager
	  that allows us to capture dangling geo-shapes as they are created
	  for
	  or imported into TEveGeoShape.
	  
	  - TGLCamera
	  Fix AdjustAndClampVal() fix poorly implementd logarithmic scaling
	  of
	  the value step.
	  
	  - TGLOrthoCamera
	  Add get/set methods for fZoomMin/Max.
	  
	  - TGLViewer, TGLSAViewer
	  Move SavePicture() from TGLSAViewer to TGLViewer and improve
	  structure of the code. This allows also images from TGLEmbedded
	  viewer to be saved to a file.
	  
	  - projection_test.C
	  Set min/max-zoom of the camera.

2008-05-29 22:17  russo

	* [r24058] cint/cint7/src/cast.cxx, cint/cint7/src/common.h,
	  cint/cint7/src/fproto.h, cint/cint7/src/ifunc.cxx,
	  cint/cint7/src/newlink.cxx, cint/cint7/src/rflxutil.cxx: Fix the
	  way G__memberfunc_setup() calculates the
	  function property ptradjust. The translation from
	  cint5 missed initializing the pointer to zero,
	  and the return type for the cast which is done to
	  calculate the pointer adjustment was incorrect,
	  it was the class type instead of a pointer to the
	  class type.
	  
	  Make sure that reflex properties are copied correctly,
	  there are some non-default copy semantics and we
	  must be sure to have real copy constructors
	  and operator= functions for the type heirarchy.
	  
	  -- Paul Russo

2008-05-29 22:11  russo

	* [r24057] cint/cint7/src/Method.cxx: Fix Next(), it was returning
	  functions from the global
	  scope in addition to the class methods.
	  
	  Fix handling of data members which are cached values
	  derived from calling member functions of other data
	  members. They were not always reset when their master
	  data member was changed.
	  
	  -- Paul Russo

2008-05-29 21:07  rdm

	* [r24055] core/base/src/TUUID.cxx: Correct TUUID time code was
	  inactive due to obsolete R__LONGLONG ifdef.

2008-05-29 20:47  axel

	* [r24054] cint/doc/index.html: Super-package doc.

2008-05-29 17:03  matevz

	* [r24052] graf3d/eve/inc/TEveCalo.h,
	  graf3d/eve/inc/TEveCaloData.h, graf3d/eve/inc/TEveCaloLegoGL.h,
	  graf3d/eve/src/TEveCalo.cxx, graf3d/eve/src/TEveCalo2DGL.cxx,
	  graf3d/eve/src/TEveCalo3DGL.cxx, graf3d/eve/src/TEveCaloData.cxx,
	  graf3d/eve/src/TEveCaloLegoGL.cxx,
	  graf3d/eve/src/TEveCaloVizEditor.cxx,
	  graf3d/eve/src/TEveLegoOverlay.cxx: From Alja:
	  
	  - TEveCaloVizEditor:
	  Read eta limits from data.
	  
	  - TEveCaloData, TEveCalo, TEveCalo3DGL, TEveCaloLegoGL,
	  TEveCalo2DGL:
	  Enable variable eta and phi range.
	  
	  - TEveLegoOverlay:
	  Draw axis using THLimits finder.

2008-05-29 10:15  brun

	* [r24049] bindings/pyroot/src/Adapters.cxx,
	  bindings/pyroot/src/ConstructorHolder.cxx,
	  bindings/pyroot/src/Converters.cxx,
	  bindings/pyroot/src/MethodHolder.cxx,
	  bindings/pyroot/src/PropertyProxy.cxx,
	  bindings/pyroot/src/RootWrapper.cxx,
	  bindings/pyroot/src/TPyClassGenerator.cxx: Make the necessary
	  changes in view of the coming changes in TClass where
	  the new member fClassInfo is now of type ClassInfo_t instead of
	  G__ClassInfo.

2008-05-29 05:37  brun

	* [r24048] misc/minicern/src/cernlib.c: In function cfstati select
	  the code used for __APPLE for __FreeBSD__ too.

2008-05-28 23:22  matevz

	* [r24047] graf3d/eve/inc/TEveElement.h,
	  graf3d/eve/inc/TEvePolygonSetProjected.h,
	  graf3d/eve/src/TEveElement.cxx, graf3d/eve/src/TEveGeoNode.cxx,
	  graf3d/eve/src/TEveManager.cxx,
	  graf3d/eve/src/TEvePolygonSetProjected.cxx,
	  graf3d/eve/src/TEvePolygonSetProjectedEditor.cxx: - TEveElement
	  Add member 'TEveElement *fVizModel' that points to VizDB entry
	  used
	  for determination of element's visual properties.
	  When setting the VizModel add it as a child to the model-element.
	  This will allow for two-way communication between client and
	  model
	  elements.
	  
	  - TEveManager
	  When adding a model-element into VizDB increase its deny-destroy
	  count. Use Destroy() not direct delete when removing it.
	  
	  - TEvePolygonSetProjected
	  - Override TEveElement::SetMainColor() so that we can keep line
	  and
	  fill colors in sync if this is desired.
	  - Remove SetLine/FillColor(Pixel_t).
	  
	  - TEveGeoNode
	  Add some info and warning messages for unexpected conditions
	  (which
	  I now suspect might actually happen in some rare cases).

2008-05-28 20:48  brun

	* [r24046] gui/gui/src/TGSimpleTableInterface.cxx,
	  tree/treeplayer/src/TTreeTableInterface.cxx: From Bertrand:
	  - Solve a problem on Windows with 'const char *' returned by a
	  few methods.

2008-05-28 14:59  brun

	* [r24044] tutorials/gui/gtreeTableTest.C,
	  tutorials/gui/ntupleTableTest.C, tutorials/gui/simpleTableTest.C,
	  tutorials/gui/staffTableTest.C: from Roel Aaij and Ilka:
	  new tutorials illustrating the use of the TGTable class.

2008-05-28 14:34  antcheva

	* [r24043] gui/gui/inc/TGSimpleTableInterface.h,
	  gui/gui/inc/TGTable.h, gui/gui/src/TGTable.cxx: From Roel:
	  Several fixes in related to table widget and its use.

2008-05-28 13:22  bellenot

	* [r24041] core/winnt/src/TWinNTSystem.cxx: - Check for the return
	  value of RegQueryValueEx (has to be ERROR_SUCCESS)
	  (the registry was updated at each root.exe startup before)

2008-05-28 11:18  ganis

	* [r24040] proof/proof/src/TProofDataSetManager.cxx: From
	  Jan-Fiete:
	  - Always read the group config file
	  - Enforce GBytes by default for quota definitions
	  - Define and use a variable for the product (1024 * 1024 * 1024)

2008-05-28 09:21  axel

	* [r24039] cint/reflex/python/genreflex/gendict.py: Fix
	  determination of func name for shadows; repairs Gaudi nightly
	  build

2008-05-28 06:46  brun

	* [r24038] hist/hist/src/TH1.cxx: Add a new option "M" in
	  TH1::Reset.
	  When this option is specified, the Minimum and Maximum are also
	  reset.

2008-05-28 06:32  brun

	* [r24037] io/io/inc/TKey.h, io/io/src/TFile.cxx,
	  io/io/src/TKey.cxx, io/sql/inc/TKeySQL.h, io/sql/src/TKeySQL.cxx,
	  io/xml/inc/TKeyXML.h, io/xml/src/TKeyXML.cxx: Instead of the
	  optional argument in TKey::ReadObj, implement a new function
	  TKey::ReadObjWithBuffer(char *bufferRead)

2008-05-27 18:36  pcanal

	* [r24035] cint/cint/src/val2a.cxx, cint/cint7/src/val2a.cxx:
	  recognize 'long int' as meaning 'long'

2008-05-27 17:50  pcanal

	* [r24034] tree/tree/src/TBranchElement.cxx: Insure that kBranchAny
	  or kBranchObject is set even if the file was
	  created by a version of ROOT older than 5-18-00c and the top
	  level
	  branch is not split.

2008-05-27 14:02  axel

	* [r24031] cint/reflex/inc/Reflex/Kernel.h: For now, revert change
	  r24030. Will need to rename enum constant CONST to solve this
	  properly.

2008-05-27 11:08  axel

	* [r24030] cint/reflex/inc/Reflex/Kernel.h: Include windows.h
	  before Kernel.h undefs CONST. Otherwise it can get included (e.g.
	  by boost) after the #undef CONST and thus change the meaning of
	  CONST.

2008-05-27 10:21  axel

	* [r24029] cint/reflex/python/genreflex/gendict.py: Fix func name
	  extraction from mangled name when evaluating whether a shadow of
	  a derived class needs to reimplement an otherwise ambiguous
	  virtual function

2008-05-27 07:44  brun

	* [r24028] io/io/src/TFile.cxx: With the previous optimization, the
	  file title was not read correctly.

2008-05-26 20:50  moneta

	* [r24027] math/genvector/inc/Math/GenVector/Cartesian2D.h,
	  math/mathcore/inc/Math/PdfFunc.h: - fixes a stray endif and a
	  wrong include guard thanks to Axel.

2008-05-26 19:12  matevz

	* [r24026] graf3d/eve/inc/LinkDef.h, graf3d/eve/inc/TEveManager.h,
	  graf3d/eve/src/TEveElement.cxx, graf3d/eve/src/TEveManager.cxx,
	  tutorials/eve/test_compound.C: TEveManger
	  ----------
	  
	  Implement basic visual-parameter database management using TMap
	  (load/save not supported yet).
	  
	  Use TMap instead of std::map for geometry management.
	  
	  TEveElement
	  -----------
	  
	  Implement CopyVizParamsFromDB().
	  
	  test_compound.C
	  ---------------
	  
	  Add minimal example showing usage of visual-parameter database.

2008-05-26 17:12  rdm

	* [r24025] build/unix/compiledata.sh, core/base/src/TSystem.cxx: -
	  TSystem:
	  - prepend $ROOTSYS or ROOTBINDIR to rootcint path in ACliC
	  - on MacOS X < 10.5, remove the default linked libs from the
	  ACLiC
	  generated .rootmap file (fixes also problem of double loading
	  libCore
	  from PyROOT)
	  - on MacOS X >= 10.5, behaves now exactly like Linux, we can
	  prelink
	  the ACliC generated .so with all libraries loaded in ROOT. No
	  need
	  for .rootmap anymore.
	  - compiledata.sh:
	  - add special case for MacOS X >= 10.5, use SOFLAGS from
	  Makefile.macosx
	  and use list of libs currently loaded into ROOT.

2008-05-26 15:22  antcheva

	* [r24024] gui/gui/src/TGListTree.cxx: From Bertrand and Matevz:
	  Emit MouseOver(0) signals when mouse leaves the window
	  and below-mouse item is still set.

2008-05-26 14:31  axel

	* [r24023] cint/reflex/test/testDict2/VirtFuncOverrider.h: Forgot
	  credit / author line.

2008-05-26 14:27  axel

	* [r24022] cint/reflex/test/testDict2/Class2Dict.h,
	  cint/reflex/test/testDict2/VirtFuncOverrider.h,
	  cint/reflex/test/testDict2/selection.xml,
	  cint/reflex/test/test_Reflex_generate.cxx: In test suite, print
	  classes only once instead of twice (as scope, as type).
	  Add test suite for shadow's virtual function overrider.

2008-05-26 14:12  axel

	* [r24021] cint/reflex/python/genreflex/gendict.py: Shadow class A,
	  deriving from B and C, now checks whether it needs to add an
	  otherwise ambiguous function that exists both in B and C. Fixes
	  https://savannah.cern.ch/bugs/?32874
	  Also remove a left-ovcer debug statement.

2008-05-26 14:09  brun

	* [r24020] graf3d/eve/src/TEveMacro.cxx: Remove include <G__ci.h>

2008-05-26 13:53  axel

	* [r24019] cint/reflex/python/genreflex/gendict.py,
	  cint/reflex/test/test_Reflex_generate.testref: Include template
	  parameters in function names. This fixes the second, nasty part
	  of Sav #32916, working around a GCCXML bug.
	  Update test suite to test for the proper function names
	  (including template parameters)

2008-05-26 13:44  brun

	* [r24018] tree/treeplayer/src/TTreePlayer.cxx: Remove include
	  <Api.h>

2008-05-26 13:42  brun

	* [r24016] tree/tree/src/TBranchElement.cxx: Remove #include
	  <Api.h>

2008-05-26 12:48  brun

	* [r24015] io/io/src/TFile.cxx: in TFile::Init always read
	  kBEGIN+200 bytes instead of kBEGIN bytes.
	  Most of the time, the main directory follows kBEGIN and it is
	  shorter than 200 bytes.
	  When this happen, we save one file transaction by calling the new
	  TDirectoryFile::ReadKeys
	  with the new option kFALSE.
	  In TFile::GetStreamerInfoList, we use the new optional argument
	  of TKey::ReadObj to indicate that ReadObj can read from the
	  specified
	  argument instead of creating an internal buffer and reading from
	  the file.
	  With these changes, opening a ROOT file implies now 3
	  transactions instead of 6.

2008-05-26 12:21  brun

	* [r24014] io/sql/inc/TKeySQL.h, io/sql/src/TKeySQL.cxx,
	  io/xml/inc/TKeyXML.h, io/xml/src/TKeyXML.cxx: Add optional
	  argument bufferRead to the ReadObj functions.

2008-05-26 12:07  brun

	* [r24013] core/base/inc/TDirectory.h, io/io/inc/TDirectoryFile.h,
	  io/io/src/TDirectoryFile.cxx: Add an optional argument Bool_t
	  forceRead to TDirectory::ReadKeys.
	  When this argument is called with kFALSE, ReadKeys assume that
	  the TKey members
	  have already been read before this call.

2008-05-26 12:05  brun

	* [r24012] io/io/inc/TKey.h, io/io/src/TKey.cxx: Add an optional
	  argument char*bufferRead to TKey::ReadObj.
	  When this argument is specified, the function reads directly from
	  the specified buffer
	  instead of creating an internal buffer and reading from the file.
	  With this change, one can save one read operation when opening a
	  ROOT file.

2008-05-26 07:28  brun

	* [r24007] graf3d/eve/src/TEveElement.cxx: Fix a compilation
	  warning about a unused argument

2008-05-26 07:25  brun

	* [r24006] graf3d/eve/inc/TEveManager.h: From Federico:
	  some efffc++ fixes

2008-05-26 07:25  brun

	* [r24005] net/net/inc/TSocket.h: From Federico:
	  some efffc++ fixes

2008-05-24 20:08  matevz

	* [r24004] graf3d/eve/inc/TEveCompound.h,
	  graf3d/eve/inc/TEveElement.h, graf3d/eve/inc/TEveLine.h,
	  graf3d/eve/inc/TEvePointSet.h,
	  graf3d/eve/inc/TEveProjectionBases.h,
	  graf3d/eve/inc/TEveStraightLineSet.h, graf3d/eve/inc/TEveTrack.h,
	  graf3d/eve/src/TEveCompound.cxx, graf3d/eve/src/TEveElement.cxx,
	  graf3d/eve/src/TEveGedEditor.cxx, graf3d/eve/src/TEveLine.cxx,
	  graf3d/eve/src/TEvePointSet.cxx,
	  graf3d/eve/src/TEveProjectionBases.cxx,
	  graf3d/eve/src/TEveStraightLineSet.cxx,
	  graf3d/eve/src/TEveTrack.cxx: Implement virtual method
	  TEveElement::CopyVizParams(element) for the
	  following classes: TEvePointSet, TEveLine, TEveTrack,
	  TEveTrackList
	  and TEveStraightLineSet.
	  
	  Implemented TEveProjectable::PropagateVizParams().
	  
	  In TEveGedEditor::Update() call PropagateVizParamsToProjecteds()
	  so
	  that all representation of given element receive the potential
	  updates.

2008-05-24 18:43  matevz

	* [r24003] graf3d/eve/inc/TEveSelection.h: Remove declaration of an
	  unimplemented method.

2008-05-23 20:58  matevz

	* [r24001] graf3d/eve/inc/TEveElement.h,
	  graf3d/eve/inc/TEveGeoNode.h, graf3d/eve/inc/TEveSceneInfo.h,
	  graf3d/eve/inc/TEveSelection.h, graf3d/eve/inc/TEveUtil.h,
	  graf3d/eve/src/TEveBrowser.cxx, graf3d/eve/src/TEveCompound.cxx,
	  graf3d/eve/src/TEveElement.cxx, graf3d/eve/src/TEveGedEditor.cxx,
	  graf3d/eve/src/TEveGeoNode.cxx, graf3d/eve/src/TEveManager.cxx,
	  graf3d/eve/src/TEveProjectionBases.cxx,
	  graf3d/eve/src/TEveProjectionManager.cxx,
	  graf3d/eve/src/TEveSceneInfo.cxx,
	  graf3d/eve/src/TEveSelection.cxx,
	  graf3d/eve/src/TEveTrackPropagator.cxx,
	  graf3d/eve/src/TEveTrackPropagatorEditor.cxx,
	  graf3d/eve/src/TEveUtil.cxx: Optimize updates of element
	  visibility by introducing a new stamp-type
	  and preprocessing the changed elements in
	  TEveManager::DoRedraw3D().
	  
	  Make TEveElement::AddStamp() virtual. This allows sub-classes to
	  react
	  to different changes within the element.
	  This also simplifes handling of visibility for TEveGeoNode and
	  TEveSceneInfo.
	  
	  TEveProjection manager properly maintains compound-element
	  relation.
	  
	  Finalize propagation of visibility and color from compounds to
	  compound elements and from projectables to projecteds.
	  
	  Add three new selection propagation modes (compound, compound and
	  projectable, master).
	  
	  Remove obsolete method TEveElement::UpdateItems() and all its
	  incarnations.
	  
	  Replace asserts in TEveTrackPropagator::HelixToBounds() with a
	  warning
	  as this case can actually occur due to numerical errors for
	  tracks with
	  pZ close to zero.

2008-05-23 16:36  rdm

	* [r23996] cint/cint/Module.mk: From Axel:
	  use gcc4strm.cxx with icc 10.1.

2008-05-23 15:17  axel

	* [r23992] cint/cint7/src/func.cxx: Implement '#' alternate form
	  printf char (same as r23981 for CINT5)

2008-05-23 14:42  axel

	* [r23991] cint/reflex/python/genreflex/gendict.py,
	  cint/reflex/python/genreflex/genreflex.py,
	  cint/reflex/test/CppUnit_testdriver.cpp,
	  cint/reflex/test/test_Reflex_generate.cxx,
	  cint/reflex/test/test_Reflex_generate.testref,
	  cint/reflex/test/test_Reflex_simple2.cxx,
	  cint/reflex/test/test_Reflex_unit.cxx: Add support for GCCXML
	  0.9:
	  * OffsetType is not enclosed by a PointerType anymore.
	  * arrays have size [3u]
	  * all typedefs are replaced by their underlying types; remove
	  tests failing due to that.
	  * doesn't add default c'tor / copy c'tor / d'tor; GCCXML0.7 was
	  adding them _most_ of the time. Add them always.
	  * different sort order for function members; make the test suite
	  insensitive to that.
	  Port test suite to GCC4.3
	  Sort test output from test_Reflex_generate.

2008-05-23 09:10  ganis

	* [r23986] proof/proof/src/TProofServ.cxx,
	  proof/proofd/src/XrdProofSched.cxx,
	  proof/proofplayer/inc/TPacketizerAdaptive.h,
	  proof/proofplayer/inc/TVirtualPacketizer.h,
	  proof/proofplayer/src/TPacketizerAdaptive.cxx,
	  proof/proofplayer/src/TProofPlayer.cxx,
	  proof/proofplayer/src/TVirtualPacketizer.cxx: Import fixes / new
	  functionality from branches/dev/proof:
	  
	  - proof/proofplayer/src/TPacketizerAdaptive.cxx
	  Implement the classic strategy of the TPacketizer in
	  TPacketizerAdaptive.
	  The strategy can be changed from adaptive (default) to
	  TPacketizer with:
	  "PROOF_PacketizerStrategy" parameter to PROOF
	  
	  - proof/proofplayer/src/TProofPlayer.cxx
	  Fixed error messages for 'MissingFiles' and 'FailedPackets'
	  lists.
	  Improve fault detection by creating a list of failed packets upon
	  a mismatch
	  in the expected and actual number of processed events; the list
	  is added to
	  the output list.
	  
	  - proof/proofplayer/src/TVirtualPacketizer.cxx
	  Make sure that something has been processed before setting
	  kIsDone.
	  Improve fault detection by creating a list of failed packets upon
	  a mismatch
	  in the expected and actual number of processed events; the list
	  is added to
	  the output list.
	  
	  - proof/proofplayer/inc/TVirtualPacketizer.h
	  Improve fault detection by creating a list of failed packets upon
	  a mismatch
	  in the expected and actual number of processed events; the list
	  is added to
	  the output list.
	  
	  - proof/proofplayer/inc/TPacketizerAdaptive.h
	  Implement the classic strategy of the TPacketizer in
	  TPacketizerAdaptive
	  
	  - proof/proof/src/TProofServ.cxx
	  Fixes:
	  + option string: "stageOnly" --> "stagedOnly".
	  + add parenthesis to avoid a warning after the previous patch.
	  + remove the objects added to the missingFiles in TDSet::Add from
	  the 'dataset'
	  before deleting it
	  + fixed an error HandleCheckFile ('kPROOF_WorkDir' instead of
	  'kPROOF_PackDir').
	  + make fCacheDir and fPackageDir controllable via directive
	  + in TProofServ::ErrorHandler: do not create the related
	  additional buffer if
	  not logging to syslog
	  Added functionality:
	  - add possibility to flag an "Info" message as service message
	  using
	  the prefix "|Svc" in the location field; e.g.
	  
	  Info("SetupCommon|Svc", "Test of SvcMsg");
	  
	  will produce something like
	  
	  09:28:24 6892 Mst-0 | SvcMsg in <TXProofServ::SetupCommon>: Test
	  of SvcMsg
	  
	  This is needed to be able in the future to filter-out messages
	  needed
	  by some services (e.g. the forthcoming memory checker) which
	  should not be
	  displayed by default.
	  
	  - proof/proofd/src/XrdProofSched.cxx
	  Improve the calculation of the number of workers to assign by
	  using fMinForQuery
	  as a minimum.
	  Fix the length of method separators.
	  Fix signed/unsigned warning.

2008-05-23 08:23  axel

	* [r23985] cint/reflex/python/genreflex/gendict.py: Add a few
	  leading "::" to ensure that there are no ambiguities between
	  types pulled in via the dictionary's "using namespace Reflex" and
	  a user class name.

2008-05-23 07:56  axel

	* [r23983] cint/reflex/python/genreflex/gendict.py: Allow exclusion
	  of fields (i.e. data members)

2008-05-23 07:53  axel

	* [r23982] cint/reflex/python/genreflex/gendict.py: Protect shadow
	  class names from being #defined. Fixes issue with shadowing
	  G4String; __G4String is used as an include guard.

2008-05-23 07:17  axel

	* [r23981] cint/cint/src/func.cxx: Implement alternate form printf
	  format modifier

2008-05-23 00:44  wlav

	* [r23980] bindings/pyroot/inc/TPyDispatcher.h,
	  bindings/pyroot/src/TPyDispatcher.cxx: add builtin dispatches as
	  per TQObject::Emit

2008-05-22 19:28  matevz

	* [r23979] graf3d/eve/inc/LinkDef.h, graf3d/eve/inc/TEveCompound.h,
	  graf3d/eve/inc/TEveElement.h, graf3d/eve/inc/TEveManager.h,
	  graf3d/eve/inc/TEveProjectionBases.h,
	  graf3d/eve/src/TEveCompound.cxx, graf3d/eve/src/TEveElement.cxx,
	  graf3d/eve/src/TEveManager.cxx,
	  graf3d/eve/src/TEveProjectionBases.cxx,
	  graf3d/eve/src/TEveProjectionManager.cxx,
	  tutorials/eve/test_compound.C: Propagation of main-color and
	  render-state from:
	  a) compounds to compound-members;
	  b) projectables to projected elements.
	  
	  New tutorial to test/demonstrate compounds (not complete).

2008-05-22 16:54  brun

	* [r23978] gui/gui/src/TRootBrowserLite.cxx: From Bertrand:
	  - Add protections against double and/or invalid object deletion
	  - Some code cleanup

2008-05-22 15:01  axel

	* [r23974] core/utils/src/rootcint.cxx: rootcint was removing last
	  subdir of ROOTSYS

2008-05-22 14:51  rdm

	* [r23973] build/win/makelib.sh: From Axel:
	  link libCore against shell32.lib.

2008-05-22 13:53  rdm

	* [r23972] core/utils/src/rootcint.cxx,
	  core/winnt/src/TWinNTSystem.cxx, macros/fileopen.C: From Axel:
	  rootcint.cxx: For non-prefix build, rootcint uses its location to
	  determine ROOTSYS, now also on windows. Fixes ROOTSYS for
	  rootcint_tmp.
	  
	  TWinNTSystem.cxx: add a registry entry such that double clicking
	  .root
	  files starts root and opens the file. Also sets icon and title
	  for .root-files.
	  
	  $ROOTSYS/etc/fileopen.C can be customized; currently it simply
	  opens a
	  TBrowser. The registry is only touched if
	  $ROOTSYS/macros/fileopen.C exists.

2008-05-22 13:37  moneta

	* [r23970] math/minuit2/inc/Minuit2/ABObj.h,
	  math/minuit2/inc/Minuit2/ABProd.h,
	  math/minuit2/inc/Minuit2/ABSum.h: - fix a potential problem found
	  by Timur (see
	  http://root.cern.ch/phpBB2/viewtopic.php?p=27949#27949)

2008-05-22 13:21  axel

	* [r23969] html/src/TDocParser.cxx: Ensure frames are not words
	  when removing "decorative frames" in comments. Fixes issue with
	  TGTableLayout

2008-05-22 09:20  axel

	* [r23964] cint/cint/src/Shadow.cxx, cint/cint7/src/Shadow.cxx:
	  Support unions for shadows

2008-05-22 09:02  couet

	* [r23963] gui/ged/src/TPieEditor.cxx,
	  gui/ged/src/TPieSliceEditor.cxx: - Fix coding conventions'
	  mistakes.

2008-05-22 07:45  brun

	* [r23962] tutorials/net/hclient.C, tutorials/net/hserv.C: Make the
	  hclient and hserv named scripts and add an optional argument
	  in hclient to enable automatic schema evolution.

2008-05-22 07:44  brun

	* [r23961] net/net/inc/TMessage.h, net/net/src/TMessage.cxx,
	  net/net/src/TSocket.cxx: Make the automatic schema evolution
	  optional.
	  Add a new static function
	  TMessage::EnableSchemaEvolution(Bool_t enable=kFALSE)

2008-05-21 20:30  rdm

	* [r23959] core/cont/inc/TMap.h, core/cont/src/TMap.cxx: From
	  Matevz:
	  Introduce the concept of value-object ownership for TMap by using
	  a
	  new object bit (kIsOwnerValue). To set it use either:
	  a) SetOwnerValue(bool ownval)
	  b) SetOwnerKeyValue(bool ownkey, bool ownval)
	  
	  Changed methods:
	  
	  1. Clear() - honour settings of own-keys, own-values.
	  
	  2. TObject *TMap::Remove(TObject *key) - delete value object if
	  the
	  map owns them.
	  
	  New methods:
	  
	  1. Bool_t DeleteEntry(TObject* key) - remove (key,val) pair
	  corresponding
	  to key. Delete key/value objects depending on the
	  ownership-state.
	  
	  2. TPair *TMap::RemoveEntry(TObject *key) - remove (key,val) pair
	  corresponding to key and return the full pair object.
	  
	  In class-doc mention that IsEqual() is used for key-comparison.

2008-05-21 18:16  matevz

	* [r23958] graf3d/eve/inc/TEveCalo2DGL.h,
	  graf3d/eve/inc/TEveCaloData.h, graf3d/eve/src/TEveCalo.cxx,
	  graf3d/eve/src/TEveCalo2DGL.cxx, graf3d/eve/src/TEveCalo3DGL.cxx,
	  graf3d/eve/src/TEveCaloData.cxx,
	  graf3d/eve/src/TEveCaloLegoGL.cxx: From Alja.
	  
	  TEveCalo2DGL, EveCalo3DGL - fix quad normals.
	  
	  TEveCalo, TEveCaloLegoGL - use THLimitFider for XY axis.
	  
	  TEveCaloData - simplify CellData_t handling.

2008-05-21 17:12  brun

	* [r23957] net/net/inc/TSocket.h, net/net/src/TSocket.cxx: In
	  TSocket.h, add a new member TBits fBitsInfo that keeps track of
	  all the TStreamerInfo
	  objects already send through the socket.
	  In TSocket::Send send an internal message including all
	  TStreamerInfos before
	  sending the message itself.
	  In TSocket::Recv read the TStreamerInfo list and update the
	  corresponding classes
	  in memory, adding a new version if required.
	  
	  With these changes, a TSocket should be able to support automatic
	  schema evolution.
	  This is useful when a client and a server use different versions
	  of ROOT, or
	  different versions of the user classes.

2008-05-21 17:05  brun

	* [r23956] net/net/inc/TMessage.h, net/net/src/TMessage.cxx: In
	  view of the coming TSocket schema evolution support, we extend
	  TMessage with
	  a new TList* fInfos member that keeps track of all TStreamerInfo
	  objects used when writing the object in the message.
	  Implement TMessage::WriteObject overloading
	  TBufferFile::WriteObject.

2008-05-21 16:53  brun

	* [r23955] core/base/inc/MessageTypes.h: Add a new message type
	  kMESS_STREAMERINFO used by the new version of TSocket supporting
	  schema evolution (coming soon).

2008-05-21 16:49  brun

	* [r23954] io/io/inc/TBufferFile.h, io/io/src/TBufferFile.cxx:
	  Remove tthe function GetInfoStack.
	  Rename the protected function WriteObject with 2 arguments to
	  WriteObjectClass to avoid
	  a compiler complaint about a hidden function when implementing a
	  new function TMessage::WriteObject.
	  -This line, and those below, will be ignored--
	  
	  M io/io/src/TBufferFile.cxx
	  M io/io/inc/TBufferFile.h

2008-05-21 15:35  rdm

	* [r23953] core/unix/src/TUnixSystem.cxx,
	  core/utils/src/rootcint.cxx, rootx/src/rootx.cxx: On Linux and
	  MacSO X it is not needed anymore to set ROOTSYS as ROOTSYS will
	  be
	  set depending on the executable location of rootcint or rootx, as
	  their
	  location, in non-prefix mode, is always in ROOTSYS/bin.

2008-05-21 15:30  rdm

	* [r23952] config/Makefile.macosx, config/Makefile.macosx64,
	  config/Makefile.macosxicc, config/root-config.in, configure: add
	  -rpath support for MacOS X 10.5 (first version supporting
	  -rpath).
	  It has the additional nice feature the it allows relative rpaths
	  depending
	  on the location of the executable. Hence if the executable and
	  shared libraries
	  are moved around in sync then the executable can always find the
	  shared libs
	  and there is no need for LD_LIBRARY_PATH. This also allows ROOT
	  to be
	  packaged in an .app bundle that can be placed anywhere on the
	  system.
	  The relative rpath is used when running: ./configure
	  --enable-rpath.
	  Note, on 10.5 it is not needed to set DYLD_LIBRARY_PATH anymore,
	  just
	  LD_LIBRARY_PATH is ok.

2008-05-21 11:02  axel

	* [r23951] cint/cintex/test/dict/CintexTest.h: Make valgrind
	  happier

2008-05-21 10:32  axel

	* [r23950] cint/cintex/Module.mk,
	  cint/cintex/test/dict/CintexTest.h,
	  cint/cintex/test/test_all.bat, cint/cintex/test/test_all.sh: fix
	  paths + unused var warning in cintex tests

2008-05-21 09:13  couet

	* [r23949] test/stressGraphics.cxx: - Tiny fix: remove a duplicated
	  line.

2008-05-21 09:06  couet

	* [r23948] test/stress.cxx: - Change the way lines are counted in
	  stress_lhcb.ps; the PS header is skiped
	  in the line counting because it might change in case of fix or
	  improvement
	  in TPostScript.

2008-05-21 08:25  brun

	* [r23947] proof/proofplayer/src/TFileMerger.cxx: From Andrei:
	  if the object corresponding to the current key is deriving from
	  TCollection it means that it was written with kSingleKey option
	  so it has to be written after merging with the same option.
	  Otherwise one gets weird results when merging lists of
	  histograms.

2008-05-21 00:53  wlav

	* [r23946] bindings/pyroot/src/ObjectProxy.cxx,
	  bindings/pyroot/src/RootModule.cxx,
	  bindings/pyroot/src/TPyROOTApplication.cxx: improved comments

2008-05-21 00:52  wlav

	* [r23945] bindings/pyroot/src/MethodProxy.cxx,
	  bindings/pyroot/src/MethodProxy.h: fix cleanup of internal method
	  info

2008-05-21 00:52  wlav

	* [r23944] bindings/pyroot/src/PyRootType.cxx: handle python
	  derived classes in metatype

2008-05-20 22:29  rdm

	* [r23943] core/winnt/src/TWinNTSystem.cxx: From Axel:
	  patch extracts ROOTSYS from libCore's location on windows.

2008-05-20 22:05  rdm

	* [r23942] net/net/src/TMessage.cxx: fix type-punned warning.

2008-05-20 17:37  rdm

	* [r23939] net/net/src/TMessage.cxx: compressed buffer should be of
	  UChar_t type to be able to correctly
	  extract in and output buffer lenghts.

2008-05-20 17:10  rdm

	* [r23938] tutorials/net/hserv.C, tutorials/net/hserv2.C: add error
	  protection to avoid dereferencing 0 object.

2008-05-20 16:44  axel

	* [r23937] html/inc/TDocInfo.h, html/src/TClassDocOutput.cxx,
	  html/src/TDocInfo.cxx, html/src/TDocOutput.cxx,
	  html/src/THtml.cxx: Add typedefs-to-class that are defined within
	  namespaces to the class index.

2008-05-20 16:00  couet

	* [r23936] graf2d/postscript/inc/TPostScript.h,
	  graf2d/postscript/src/TPostScript.cxx: - Simplify the fonts
	  encoding (use ISOLatin1Encoding). The new way allows to
	  print any character with accent etc.. like on the screen. The new
	  encoding
	  was done by Pierre Juillot.

2008-05-20 15:11  brun

	* [r23934] io/io/inc/TBufferFile.h, io/io/src/TBufferFile.cxx: Add
	  a new getter
	  TStreamerInfo *TBufferFile::GetInfoStack(Int_t number) const
	  //return the TStreamerInfo at position number in the InfoStack
	  //return 0 if the number requested is outside the stack
	  
	  This new function will be used in a coming version of TSocket
	  supporting
	  schema evolution by sending TStreamerInfo objects together with
	  the message object.

2008-05-20 14:35  axel

	* [r23933] html/src/TDocOutput.cxx: When the filesystem is uphappy
	  about a file name (typedef name too long) skip that one typedef
	  instead of giving all on all.

2008-05-20 14:01  axel

	* [r23932] html/src/TDocOutput.cxx, html/src/THtml.cxx: Add debug
	  output for gDebug>0; silence TFileSysDir::Recurse()'s output a
	  bit.
	  Make links within the converted modules' index.txt relative to
	  "./", not "../".

2008-05-20 11:43  ganis

	* [r23929] gui/sessionviewer/inc/TProofProgressLog.h,
	  gui/sessionviewer/src/TProofProgressDialog.cxx,
	  gui/sessionviewer/src/TProofProgressLog.cxx: From Anna: optimize
	  the number of calls to TProofMgr::GetSessionLogs

2008-05-20 11:40  ganis

	* [r23928] proof/proofplayer/src/TProofPlayer.cxx: From Anna:
	  remove double deletion in the player on workers

2008-05-20 10:19  matevz

	* [r23927] graf3d/gl/inc/TGLFontManager.h: Add dummy member
	  initializers for effc++.

2008-05-20 09:46  couet

	* [r23925] graf2d/graf/src/TPie.cxx, gui/ged/src/TPieEditor.cxx,
	  gui/ged/src/TPieSliceEditor.cxx: - From Guido Volpi:
	  More fixes.

2008-05-20 09:05  couet

	* [r23924] gui/ged/src/TPieEditor.cxx: - Several fixes:
	  - One missing include for windows.
	  - One shadowed variable.
	  - One wrong argument type.

2008-05-20 08:25  couet

	* [r23923] gui/ged/inc/LinkDef.h, gui/ged/inc/TPieEditor.h,
	  gui/ged/inc/TPieSliceEditor.h, gui/ged/src/TPieEditor.cxx,
	  gui/ged/src/TPieSliceEditor.cxx: - From Guido Volpi:
	  Implement Editors for TPie and TPieSlice

2008-05-20 08:23  couet

	* [r23922] graf2d/graf/src/TPieSlice.cxx: - From Guido Volpi:
	  Change the cursor shape to point on a slice (Hand instead of
	  Cross)

2008-05-20 08:01  couet

	* [r23921] graf2d/asimage/Module.mk: - Disable SVG when configuring
	  libAfterimage.

2008-05-20 06:52  rdm

	* [r23920] core/unix/src/TUnixSystem.cxx: HAVE_DLADDR is not true
	  on cygwin/gcc.

2008-05-20 00:17  rdm

	* [r23919] core/unix/src/TUnixSystem.cxx: on Linux use dladdr() to
	  get the pathname of libCore,
	  based on this patname we set ROOTSYS (if not in ROOTPREFIX mode).
	  So the user does not have to set ROOTSYS anymore. Trying to do
	  the same
	  for the other platforms.

2008-05-19 23:28  rdm

	* [r23918] configure, net/xrootd/src/xrootd/configure.classic: From
	  Matevz:
	  remove references to athena from the Kerberos search paths.

2008-05-19 23:25  rdm

	* [r23917] core/base/src/TROOT.cxx, core/unix/src/TUnixSystem.cxx,
	  rootx/src/rootx.cxx: on MacOS X use _dyld_get_image_name() to get
	  the pathname of libCore,
	  based on this patname we set ROOTSYS (if not in ROOTPREFIX mode).
	  So the user does not have to set ROOTSYS anymore. Trying to do
	  the same
	  for the other platforms.

2008-05-19 20:01  brun

	* [r23916] io/io/inc/TZIPFile.h: From Bertrand:
	  Fix a problem on Windows in previous patch from Federico.

2008-05-19 19:09  matevz

	* [r23915] graf3d/eve/src/TEveTrackEditor.cxx: Fix passing a
	  TString into printf.

2008-05-19 18:23  matevz

	* [r23914] graf3d/eve/src/TEveCaloLegoGL.cxx,
	  graf3d/eve/src/TEveTrackEditor.cxx: TEveTrackEditor - add a
	  protection.
	  
	  
	  From Alja: TEveCaloLegoGL - Set z-coordinate of 2D cells to the
	  same
	  value as in 3d case to allow for thresholding with a transparent
	  plane.

2008-05-19 17:07  brun

	* [r23913] graf2d/graf/inc/TSpline.h, io/io/inc/TArchiveFile.h,
	  proof/proof/inc/TProof.h: From Federico:
	  Corrections for effc++ in root

2008-05-19 15:28  axel

	* [r23909] html/doc/v520/index.html: Update the relnotes

2008-05-19 15:25  axel

	* [r23908] html/inc/TClassDocOutput.h, html/inc/TDocInfo.h,
	  html/inc/TDocOutput.h, html/inc/TDocParser.h, html/inc/THtml.h,
	  html/src/TClassDocOutput.cxx, html/src/TDocDirective.cxx,
	  html/src/TDocOutput.cxx, html/src/TDocParser.cxx,
	  html/src/THtml.cxx: Fix coding converntion violations: structs
	  end on "_t".
	  Document typedef-to-class on a separate page per typedef (as in
	  TMatrixD.html);
	  mention the existing typedefs for a class (extremely useful for
	  350 character templates).
	  TDocParser::Context() was returning the top of an empty stack
	  when it was not parsing but only decorating keywords.
	  Fix a few issues found by the W3C validator: a stray </div>,
	  methods' toggle/signal/... abbr was a shorttag and wasn't meant
	  to be (obviously).
	  Also reference templated types.
	  Also reference typedefs in a different scope than the global
	  scope.
	  Replace printf by a call to Info().
	  Bail out of a doc directive wants GUI but we cannot switch to
	  non-batch.
	  Also allow scopes and templates as return types for the type eval
	  of an expression like "a.b()->".

2008-05-19 14:47  brun

	* [r23907] graf2d/qt/src/TGQt.cxx: From Valeri Fine:
	  - class TGQt: Provide the correct Qt-based implementation of
	  TVirtualX::QueryPointer(int &ix, int &iy) method

2008-05-19 14:23  ganis

	* [r23906] proof/proof/src/TDSet.cxx: Fix a bug in validating
	  elements in multi-master scenarios

2008-05-19 10:03  rdm

	* [r23903] net/xrootd/src/xrootd/src/XrdOuc/XrdOucStream.cc,
	  net/xrootd/src/xrootd/src/XrdSys/XrdSysError.cc,
	  net/xrootd/src/xrootd/src/XrdSys/XrdSysLogger.cc: remove
	  references to unused stropts.h include file, with these changes
	  ROOT compiles fine on Fedora 9, where this include file has been
	  obsoleted.

2008-05-19 10:01  antcheva

	* [r23902] gui/gui/src/TGTable.cxx: Some improvements.

2008-05-19 09:14  antcheva

	* [r23899] gui/gui/src/TGTable.cxx: Fix related to html doc
	  generation.

2008-05-19 08:52  antcheva

	* [r23898] gui/gui/inc/TGTable.h, gui/gui/src/TGTable.cxx: Fixes
	  related to doc generation and provided examples.

2008-05-19 07:48  antcheva

	* [r23897] gui/gui/src/TGTable.cxx: Coding conventions.

2008-05-18 17:42  matevz

	* [r23896] graf3d/eve/inc/TEveElement.h,
	  graf3d/eve/inc/TEveFrameBox.h, graf3d/eve/src/TEveElement.cxx,
	  graf3d/eve/src/TEveElementEditor.cxx,
	  graf3d/eve/src/TEveFrameBox.cxx, tutorials/eve/alice_esd.C,
	  tutorials/eve/alice_esd_split.C, tutorials/eve/projection_test.C,
	  tutorials/eve/quad_test.C, tutorials/eve/text_test.C,
	  tutorials/regexp_pme.C: Cleanup method-names for setting colors
	  so that the cast of argument
	  to Color_t is not needed.

2008-05-16 23:11  russo

	* [r23894] cint/cint7/src/Shadow.cxx, cint/cint7/src/Typedf.cxx,
	  cint/cint7/src/common.h, cint/cint7/src/disp.cxx,
	  cint/cint7/src/func.cxx, cint/cint7/src/scrupto.cxx,
	  cint/cint7/src/struct.cxx, cint/cint7/src/typedef.cxx,
	  cint/cint7/src/var.cxx: Flush out latest batch of fixes before I
	  go on furlough.
	  
	  -- Paul Russo

2008-05-16 18:46  matevz

	* [r23893] graf3d/eve/inc/TEveCalo.h,
	  graf3d/eve/inc/TEveCaloLegoEditor.h,
	  graf3d/eve/inc/TEveCaloLegoGL.h,
	  graf3d/eve/inc/TEveLegoOverlay.h, graf3d/eve/src/TEveCalo.cxx,
	  graf3d/eve/src/TEveCaloLegoEditor.cxx,
	  graf3d/eve/src/TEveCaloLegoGL.cxx,
	  graf3d/eve/src/TEveLegoOverlay.cxx: From Alja.
	  
	  TEveCalo,TEveCaloLegoEditor:
	  Add interface for horizontal plane color and transparency.
	  
	  TEveCaloLegoGL:
	  Structural improvements.

2008-05-16 18:45  brun

	* [r23892] montecarlo/eg/inc/cfortran.h: Use official cfortran.h
	  file from Debian (by Kevin McCarty)

2008-05-16 18:03  rdm

	* [r23891] proof/proofplayer/src/TFileMerger.cxx: revert to direct
	  calls iso via CINT.

2008-05-16 17:56  rdm

	* [r23890] Makefile: in distclean use rm -rf to delete the
	  ReleaseNotes directory.

2008-05-16 17:55  rdm

	* [r23889] config/Makefile.depend, geom/geom/Module.mk,
	  geom/geom/inc/LinkDef1.h, geom/geom/inc/TGeoOverlap.h,
	  geom/geom/src/TGeoOverlap.cxx, geom/geompainter/inc/LinkDef.h,
	  geom/geompainter/inc/TGeoOverlap.h,
	  geom/geompainter/src/TGeoOverlap.cxx, io/io/inc/LinkDef.h,
	  io/io/inc/TFileMerger.h, io/io/src/TFileMerger.cxx,
	  proof/proofplayer/inc/LinkDef.h,
	  proof/proofplayer/inc/TFileMerger.h,
	  proof/proofplayer/src/TFileMerger.cxx: Revert from failed
	  experiment.

2008-05-16 17:21  brun

	* [r23888] misc/minicern/src/kernlib.f: reveert to previous version
	  of minicern replaced by mistake in a previous commit.

2008-05-16 17:13  brun

	* [r23887] core/base/inc/TVirtualTableInterface.h,
	  misc/minicern/src/kernlib.f: non-private constructor and a
	  virtual destructor must be specified.

2008-05-16 16:45  brun

	* [r23886] gui/gui/src/TGTable.cxx: Fix problems with the use of
	  the abs function.

2008-05-16 16:42  brun

	* [r23885] gui/gui/inc/TGTable.h, gui/gui/src/TGTable.cxx: Fix
	  several compilation warnings about redundant constness

2008-05-16 16:32  brun

	* [r23884] core/base/Module.mk, core/base/inc/LinkDef3.h,
	  core/base/inc/TVirtualTableInterface.h, gui/gui/Module.mk,
	  gui/gui/inc/LinkDef3.h, gui/gui/inc/TGFrame.h,
	  gui/gui/inc/TGSimpleTable.h,
	  gui/gui/inc/TGSimpleTableInterface.h, gui/gui/inc/TGTable.h,
	  gui/gui/inc/TGTableCell.h, gui/gui/inc/TGTableContainer.h,
	  gui/gui/inc/TGTableHeader.h, gui/gui/src/TGFrame.cxx,
	  gui/gui/src/TGSimpleTable.cxx,
	  gui/gui/src/TGSimpleTableInterface.cxx, gui/gui/src/TGTable.cxx,
	  gui/gui/src/TGTableCell.cxx, gui/gui/src/TGTableContainer.cxx,
	  gui/gui/src/TGTableHeader.cxx, tree/treeplayer/inc/LinkDef.h,
	  tree/treeplayer/inc/TTreeTableInterface.h,
	  tree/treeplayer/src/TTreeTableInterface.cxx,
	  tree/treeviewer/Module.mk, tree/treeviewer/inc/LinkDef.h,
	  tree/treeviewer/inc/TGTreeTable.h,
	  tree/treeviewer/src/TGTreeTable.cxx: From Ilka and Roel Aaij
	  First attempt to introduce the new set of table widgets. A full
	  documentation
	  will be entered in the coming days by Ilka. Meanwhile lokk at the
	  TGTable class documentation.

2008-05-16 16:28  rdm

	* [r23883] io/io/src/TFileMerger.cxx: version using ProcessLine to
	  be independent of libHist and libTree at link time.

2008-05-16 16:15  brun

	* [r23882] main/src/hadd.cxx: From Axel:
	  checks for "Merge(TCollection*)" for a key's object, and if it
	  exists invokes that. It replaced the TH1/2/3 case and makes hadd
	  also work for THnSparse (and TList and what not).

2008-05-16 15:21  moneta

	* [r23881] hist/hist/inc/THnSparse.h, hist/hist/src/THnSparse.cxx:
	  from Axel: THnSparse only saves the filled part of its last
	  chunk. When appending bins to a read chunk ensure
	  that we allocate the full chunk size.
	  This is done using a new, non-persistent data member that keeps
	  track of the chunk's current allocation
	  state.

2008-05-16 14:52  rdm

	* [r23880] config/Makefile.depend, geom/geom/Module.mk,
	  geom/geom/inc/LinkDef1.h, geom/geom/inc/TGeoOverlap.h,
	  geom/geom/src/TGeoOverlap.cxx, geom/geompainter/inc/LinkDef.h,
	  geom/geompainter/inc/TGeoOverlap.h,
	  geom/geompainter/src/TGeoOverlap.cxx, io/io/inc/LinkDef.h,
	  io/io/inc/TFileMerger.h, io/io/src/TFileMerger.cxx,
	  proof/proofplayer/inc/LinkDef.h,
	  proof/proofplayer/inc/TFileMerger.h,
	  proof/proofplayer/src/TFileMerger.cxx: From Chistian Holm:
	  - move TFileMerger from proof/proofplayer to io/io.
	  - move TGeoOverlap from geom/geompainter to geom/geom.
	  as they are indepedent of the packages they were in.
	  It will also facilitate upcoming packaging for deb and rpm.

2008-05-16 14:35  pcanal

	* [r23879] math/minuit2/inc/Minuit2/ABSum.h: Use as the name of the
	  template argument of the templated member function a symbol that
	  is _not_ also the name of a function in order to avoid a fatal
	  confusion in order compilers (gcc 3.3)

2008-05-16 14:35  brun

	* [r23878] tree/tree/src/TTreeCache.cxx,
	  tree/tree/src/TTreeCacheUnzip.cxx: From Leo:
	  Don't transfer a basket if it's already in memory (fixes a
	  multiple transfer for certain extremes cases)

2008-05-16 09:45  brun

	* [r23875] net/alien/src/TAlienFile.cxx,
	  net/alien/src/TAlienJDL.cxx: Fix coding conventions

2008-05-16 09:41  moneta

	* [r23874] hist/hist/src/TH1.cxx: - fix sign of residuals for UW
	  and WW
	  - fix a bug in the UW case and bin error = 0

2008-05-16 08:34  brun

	* [r23873] proof/proofplayer/src/TFileMerger.cxx: Fix a bug in
	  TFileMerger::Merge. The objects in the directory were saved twice
	  (once by the call to target->SaveSelf in
	  TFileMerger::Mergerecursive and once
	  by calling fOutputFile->Write)

2008-05-16 01:00  rdm

	* [r23872] core/base/src/TPluginManager.cxx: load plugin macros in
	  alphabetical order. The most generic plugin should
	  be loaded last (and should have a name like P0N0_xxxx.C, so it
	  sorts last).

2008-05-15 21:16  pcanal

	* [r23871] math/minuit2/inc/Minuit2/ABProd.h: Use as the name of
	  the template argument of the templated member function a symbol
	  that is _not_ also the name of a function in order to avoid a
	  fatal confusion in order compilers (gcc 3.3)

2008-05-15 21:09  pcanal

	* [r23870] core/base/src/TSystem.cxx: On windows, make the filename
	  used for ACLiC's dictionary more random (lack of randomness in
	  tmpnam is what was causing rootttest/root/io/newstl to fail on
	  windows)

2008-05-15 19:48  matevz

	* [r23869] graf3d/eve/inc/TEveCalo.h,
	  graf3d/eve/inc/TEveCaloLegoGL.h,
	  graf3d/eve/inc/TEveLegoEventHandler.h,
	  graf3d/eve/inc/TEveLegoOverlay.h, graf3d/eve/src/TEveCalo.cxx,
	  graf3d/eve/src/TEveCaloData.cxx,
	  graf3d/eve/src/TEveCaloLegoEditor.cxx,
	  graf3d/eve/src/TEveCaloLegoGL.cxx,
	  graf3d/eve/src/TEveCompound.cxx,
	  graf3d/eve/src/TEveLegoEventHandler.cxx,
	  graf3d/eve/src/TEveLegoOverlay.cxx,
	  graf3d/eve/src/TEveTrackPropagator.cxx,
	  graf3d/gl/inc/TGLFontManager.h, graf3d/gl/inc/TGLViewerBase.h,
	  graf3d/gl/src/TGLBoxPainter.cxx, graf3d/gl/src/TGLContext.cxx,
	  graf3d/gl/src/TGLFontManager.cxx,
	  graf3d/gl/src/TGLLegoPainter.cxx,
	  graf3d/gl/src/TGLOrthoCamera.cxx,
	  graf3d/gl/src/TGLPlotPainter.cxx, graf3d/gl/src/TGLRnrCtx.cxx,
	  graf3d/gl/src/TGLScene.cxx, graf3d/gl/src/TGLSurfacePainter.cxx,
	  graf3d/gl/src/TGLViewer.cxx: Remove trailing whitespace.

2008-05-15 19:32  matevz

	* [r23868] graf3d/eve/inc/LinkDef.h, graf3d/eve/inc/TEveCalo.h,
	  graf3d/eve/inc/TEveCaloLegoEditor.h,
	  graf3d/eve/inc/TEveCaloLegoGL.h,
	  graf3d/eve/inc/TEveLegoOverlay.h, graf3d/eve/src/TEveCalo.cxx,
	  graf3d/eve/src/TEveCaloData.cxx,
	  graf3d/eve/src/TEveCaloLegoEditor.cxx,
	  graf3d/eve/src/TEveCaloLegoGL.cxx,
	  graf3d/eve/src/TEveLegoOverlay.cxx,
	  graf3d/gl/inc/TGLFontManager.h, graf3d/gl/src/TGLFontManager.cxx,
	  tutorials/eve/cms_calo.C: From Alja.
	  
	  TGLFontManager:
	  Add utility function GetFontSize().
	  
	  TEveCaloData:
	  Fix wrong usage of THStack.
	  
	  TEveCalo, TEveCaloLegoEditor:
	  Remove obsolete memeber.
	  
	  TEveLegoOverlay, LinkDef:
	  New class.
	  
	  TEveCaloLegoGL:
	  Draw a semi-transparent plane parallel to the grid and have an
	  interactive marker on the scale which a user can drag to cause
	  the
	  plane to move.
	  
	  cms_calo.C:
	  Add overlay to the GL scene.

2008-05-15 18:59  matevz

	* [r23867] graf3d/eve/inc/LinkDef.h, graf3d/eve/inc/TEveTrack.h,
	  graf3d/eve/inc/TEveTrackPropagator.h,
	  graf3d/eve/inc/TEveTrackPropagatorEditor.h,
	  graf3d/eve/inc/TEveVSDStructs.h, graf3d/eve/src/TEveTrack.cxx,
	  graf3d/eve/src/TEveTrackGL.cxx,
	  graf3d/eve/src/TEveTrackProjectedGL.cxx,
	  graf3d/eve/src/TEveTrackPropagator.cxx,
	  graf3d/eve/src/TEveTrackPropagatorEditor.cxx,
	  graf3d/eve/src/TEveVSDStructs.cxx: 1. TEveVSDStructs
	  
	  - Add class TEveVector4.
	  
	  - Add new type of path-mark - a 2D-cluster.
	  
	  
	  2. TEveTrack, TEveTrackPropagator
	  
	  - Properly handle 2D-cluster path-marks.
	  
	  - Use TEveVector4 for propagation instead of inner struct
	  Vertex4D_t
	  (now removed).

2008-05-15 18:49  matevz

	* [r23866] graf3d/eve/inc/LinkDef.h, graf3d/eve/inc/TEveCompound.h,
	  graf3d/eve/inc/TEveElement.h, graf3d/eve/src/TEveCompound.cxx,
	  graf3d/eve/src/TEveElement.cxx: Support for compound elements.
	  Only basic management implemented so far.

2008-05-15 18:48  matevz

	* [r23865] graf3d/gl/src/TGLPhysicalShape.cxx: Render highlight
	  with fewer passes when requested LOD is not LODHigh.

2008-05-15 16:36  matevz

	* [r23864] graf3d/eve/src/TEveBoxSet.cxx: Removed debug printout in
	  TEveBoxSet::ComputeBBox().

2008-05-15 16:16  rdm

	* [r23863] net/alien/inc/LinkDef.h, net/alien/inc/TAlienPackage.h,
	  net/alien/src/TAlienPackage.cxx: From Andreas:
	  New class providing package management functionality like the
	  AliEn
	  Package Management System.
	  Allows to setup software packages on a local desktop like in the
	  GRID environment and to execute the contained programs.
	  Registered Dependencies are automatically resolved and missing
	  packages are automatically installed.
	  Currently there is no support for 'source' packages.
	  The desired platform has to be specified in the constructor.
	  The default constructor takes packages from the global package
	  section in AliEn. If you want to install a user package, you have
	  to
	  set the AliEn package directory to your local package directory
	  using
	  package->SetAliEnMainPackageDir("/alice/cern.ch/user/..../packages")

2008-05-15 16:14  rdm

	* [r23861] net/alien/inc/TAlienJDL.h, net/alien/src/TAlienJDL.cxx:
	  From Andreas:
	  - Support to parse in a JDL from an AliEn JDL textfile:
	  TAlienJDL::Parse(<filename>)
	  
	  - Support of more JDL tags:
	  Executable, Arguments, EMail, OutputDirectory,Merge,
	  MergedOutputDirectory, Price,TTL, JobTag,InputDataListFormat,
	  InputDataList, Split, Split, SplitMaxInputFileNumber,
	  SplitMaxInputFileSize,SplitArguments,ValidationCommand,
	  InputSandbox,OutputSandbox,InputData,InputDataCollection,
	  Requirements,InputFile,OutputFile,Packages,OutputArchive,

2008-05-15 16:13  rdm

	* [r23860] net/alien/inc/TAlien.h, net/alien/src/TAlien.cxx: From
	  Andreas:
	  Added ListPackages function to display existing software packages
	  in AliEn:
	  TAlien::ListPackages(<package dir=>defaults to the global VO
	  packages);

2008-05-15 16:10  moneta

	* [r23859] hist/hist/src/TH1.cxx,
	  math/unuran/test/unuranDiscrete.cxx,
	  math/unuran/test/unuranDistr.cxx,
	  math/unuran/test/unuranHist.cxx,
	  math/unuran/test/unuranMulti2D.cxx,
	  math/unuran/test/unuranMultiDim.cxx: - improve chi2test to
	  consider the case of weighted histograms (options UW or WW) and
	  the histograms
	  have zero bin errors.
	  (For example in case an histogram is compared to a function
	  represented as an histogram with zero errors)
	  
	  - suppress in unuran tests info message produced by chi2 test

2008-05-15 08:17  moneta

	* [r23858] math/mathcore/inc/TMath.h: from David: improve doc in
	  TMath for new functions using iterators

2008-05-15 06:45  brun

	* [r23857] README/cfortran.doc: New version of the cfortran.h
	  documentation by kmccarty@debian.org

2008-05-14 18:15  pcanal

	* [r23856] tree/treeplayer/src/TTreeFormula.cxx: properly pass NaN
	  through function calls in TTree::Draw

2008-05-14 16:22  brun

	* [r23855] graf2d/gpad/src/TPad.cxx,
	  tree/treeviewer/src/TSpider.cxx: From Axel:
	  Fix memory leaks reported by valgrind.

2008-05-14 15:33  rdm

	* [r23854] config/Makefile.macosx, config/Makefile.macosx64,
	  config/Makefile.macosxicc: set F77LD to F77 is F77 is defined.

2008-05-14 15:15  brun

	* [r23853] etc/vmc/Makefile.linuxx8664gcc: From Federico:
	  New version of the VMC makefile

2008-05-14 15:01  brun

	* [r23852] graf3d/g3d/src/TView3D.cxx: From Axel:
	  Rename the name of the canvas used in the example macro from c1
	  to cV3D
	  to avoid a clash between two concurrent canvases with the same
	  name.

2008-05-14 14:57  brun

	* [r23851] build/version_number, core/base/inc/RVersion.h: Starting
	  development cycle 5.19/05

2008-05-14 13:46  rdm

	* [r23849] build/unix/makedistsrc.sh: use -depth option in find
	  when removing .svn directories from the source
	  to avoid warning about find complaining that the directory it is
	  in is deleted.

2008-05-14 13:45  rdm

	* [r23848] Makefile, config/Makefile.depend: put thread before tree
	  in the MODULES list, as tree depends on thread.

2008-05-14 13:41  brun

	* [r23847] core/meta/src/TMethod.cxx: From Axel:
	  Fix a mismatched new/delete

2008-05-14 13:35  brun

	* [r23846] montecarlo/eg/inc/cfortran.h: Fix compilation warnings
	  with gcc4.3

2008-05-14 13:26  brun

	* [r23845] montecarlo/eg/inc/cfortran.h: New version of cfortran.h
	  (validated by Alice)

2008-05-14 13:20  brun

	* [r23844] hist/hist/src/TH1.cxx: From Axel:
	  Lorenzo's check-in reverted my patch from rev 23800.

2008-05-14 13:16  brun

	* [r23843] math/minuit/src/TFitter.cxx: Do not call GetSumLog with
	  arguments greater than 10000 but
	  call TMath::LnGamma instead, otherwise we can explode memory
	  when fitting histograms with big bin contents with the Likelihood
	  option.

2008-05-14 10:21  brun

	* [r23842] test/RootShower/RootShower.cxx: From Bertrand:
	  - Rename html.SetSourceDir(gProgPath) to
	  html.SetInputDir(gProgPath), following
	  latest THtml changes.

2008-05-14 10:12  brun

	* [r23841] net/alien/src/TAlienCollection.cxx,
	  net/alien/src/TAlienFile.cxx, net/alien/src/TAlienResult.cxx:
	  From Peter Hristov
	  Fixes to compile with gcc4.3

2008-05-14 10:03  axel

	* [r23840] html/src/THtml.cxx: Remove a forgotten '!'

2008-05-14 10:02  brun

	* [r23839] geom/geom/src/TGeoBoolNode.cxx: Fix a compilation
	  warning
	  geom\geom\src\TGeoBoolNode.cxx(825) : warning C4804: '~' : unsafe
	  use of type 'bool' in operation
	  geom\geom\src\TGeoBoolNode.cxx(825) : warning C4805: '&' : unsafe
	  mix of type 'Bool_t' and type 'int' in operation

2008-05-14 08:10  brun

	* [r23838] build/unix/makeversion.sh, build/version_number,
	  core/base/inc/RVersion.h: Update file name

2008-05-14 08:08  brun

	* [r23837] build/version.cxx: Change to reflect new directory
	  structure

2008-05-14 07:28  brun

	* [r23836] core/winnt/src/TWinNTSystem.cxx: From Bertrand:
	  - Add a protection when running Root in a cygwin shell...

2008-05-14 07:26  brun

	* [r23835] build/unix/makeversion.sh: Implement changes required by
	  the new directory structure

2008-05-14 04:37  brun

	* [r23834] hist/hist/src/TH1.cxx: Fix a compilation warning about
	  variable j that might be used uninitialized

2008-05-13 18:10  pcanal

	* [r23833] io/io/inc/TMakeProject.h, io/io/src/TMakeProject.cxx,
	  io/io/src/TStreamerInfo.cxx: In MakeProject, make sure that
	  nested class that are
	  used _only_ as a class template parameter are properly
	  declared (needed for ATLAS' AOD.pool.root).

2008-05-13 16:37  brun

	* [r23832] graf2d/postscript/src/TPostScript.cxx: From Olivier:
	  CellArrayBegin now uses "setrgbcolor" to define the colors and
	  not the
	  shortcut "c". The shortcut "c" might be equal to "setcmykcolor"
	  and in
	  that case the PS macros defined in CellArrayBegin don't work.
	  This fixes
	  the problem reported here:
	  http://root.cern.ch/phpBB2/viewtopic.php?p=27598#27598

2008-05-13 16:34  brun

	* [r23831] doc/v520/index.html: From Axel:
	  with this one, W3C is happy with the output of "make
	  releasenotes". And it now includes a link to html's release
	  notes.

2008-05-13 15:45  axel

	* [r23829] html/doc/v520, html/doc/v520/index.html: Add THtml
	  release notes

2008-05-13 15:29  brun

	* [r23827] bindings/doc/v520/index.html, cint/doc/v520/index.html,
	  core/doc/v520/index.html, doc/v520/index.html,
	  geom/doc/v520/index.html, graf2d/doc/v520/index.html,
	  graf3d/doc/v520/index.html, gui/doc/v520/index.html,
	  hist/doc/v520/index.html, io/doc/v520/index.html,
	  math/doc/v520/index.html, misc/doc/v520/index.html,
	  montecarlo/doc/v520/index.html, net/doc/v520/index.html,
	  proof/doc/v520/index.html, roofit/doc/v520/index.html,
	  sql/doc/v520/index.html, tmva/doc/v520/index.html,
	  tree/doc/v520/index.html: From Axel:
	  this should make the W3C validator happy.

2008-05-13 14:58  brun

	* [r23826] hist/hist/src/TH2.cxx: Fix a typo in the k5b kernel of
	  TH2::Smooth.
	  see :https://savannah.cern.ch/bugs/?36511

2008-05-13 14:27  axel

	* [r23825] html/src/THtml.cxx: Add exceptions to the exceptions
	  used for math: TComplex and TRandom* _have_ their class doc in
	  their source file - so for those the source file needs to be
	  properly determined.

2008-05-13 14:19  brun

	* [r23824] geom/geom/src/TGeoPgon.cxx: From Andrei:
	  Fix a problem appearing when running stressGeometry on MAC
	  Leopard only

2008-05-13 13:48  moneta

	* [r23823] hist/doc/v520/index.html, hist/hist/src/TH1.cxx,
	  math/mathcore/src/PdfFuncMathCore.cxx, tutorials/math/chi2test.C:
	  - improve chi2 test for the treatment of empty bins. Fix cases
	  with option WW or UW and both histograms had empty bins.
	  For UU and only one histogram has an empty bin do not decrease
	  ndf as suggested by I. Reid.
	  
	  - fix bug in evaluation of chi2 pdf when x = 0 and ndf <=2.

2008-05-13 13:24  brun

	* [r23822] core/base/src/TDirectory.cxx: From Axel:
	  patch improves
	  
	  Warning in <TROOT::Append>: Replacing existing TH1: Rint
	  (Potential memory leak).
	  
	  by printing the object's name instead of the directory's.

2008-05-13 12:43  couet

	* [r23821] graf2d/postscript/src/TPDF.cxx: - Put the same
	  protection as in TPostScript in case of very long file name.

2008-05-13 12:10  rdm

	* [r23820] net/alien/inc/TAlienFile.h,
	  net/alien/src/TAlienFile.cxx: From Fabrizio:
	  - Retrieves the file size after it has been closed
	  (anti-mismatch).
	  - The file was not properly closed in the case of DB troubles.
	  Now the
	  file is immediately closed if requested to do so.
	  - Fix bad troubles when closing files in write mode via TFile
	  downcasting.
	  - Correctly honor the create/recreate options in Open().

2008-05-13 12:09  rdm

	* [r23819] net/netx/src/TXNetFile.cxx: From Fabrizio:
	  - Correctly honor the create/recreate options coming from
	  TFile::Open().
	  - Allow the size of the (written) file to be retrieved after the
	  Close
	  (solves several reported file size mismatches).

2008-05-13 11:53  brun

	* [r23818] geom/geom/src/TGeoXtru.cxx: From Andrei:
	  adding a protection in TGeoXtru::GetPlaneNormal.

2008-05-13 10:50  bellenot

	* [r23817] graf2d/win32gdk/src/TGWin32.cxx: - Prevent to call
	  SetForegroundWindow() on child windows
	  (due to weird calls like i.e.: fVScrollbar->RaiseWindow()
	  in TGListView::Layout()...)
	  The bad effect was to bring the browser in front at each
	  Refresh() call.
	  Thanks to Axel for pointing this strange behavior

2008-05-13 10:28  brun

	* [r23816] graf3d/g3d/src/TView3D.cxx: From Axel:
	  a few improvements for TView3D's doc.

2008-05-13 10:14  axel

	* [r23815] html/src/TDocParser.cxx: Improve the stripping of
	  comments a bit; fixes doc of TView3D::AxisVertex()

2008-05-13 09:37  axel

	* [r23814] html/src/THtml.cxx: Add doc for namespaces (also !=
	  TMath) back in

2008-05-13 09:29  axel

	* [r23813] html/src/TClassDocOutput.cxx: Fix the method list for
	  namespaces

2008-05-13 08:56  axel

	* [r23812] html/inc/TDocInfo.h, html/inc/THtml.h,
	  html/src/TClassDocOutput.cxx, html/src/TDocOutput.cxx,
	  html/src/THtml.cxx: IsSelected() was broken because HaveSource()
	  only tested for impl file name; now just tests for decl file name
	  which also works for templated classes. SMatrix doc is now back.
	  Fix "does dot exist?" algo; was still esting for -1 instead of
	  kDotUnknown
	  "Search documentation..." text now vanishes again when clicked.
	  Add a title to the "Search" button containing the search host
	  used. Fixes Savannah #34509.
	  Fix include file determination (aka ".h5",
	  "core/base/inc/TObject.h")
	  Use TPMERegexp; TRegexp with wildcard is broken anyway;
	  TPMERegexp works nicely.
	  Do not find sources files of "math/mathcore/", "math/mathmore/",
	  "math/genvector/", "math/minuit2/", "math/smatrix/", even though
	  we can. They have their class doc in the header; but if THtml
	  finds the source it needs the class doc to be in the source file.
	  Will be improved at some point.
	  ViewCVS link was written even if no decl / impl file known;
	  fixed.
	  Sort modules (and sub-modules) for writing the list of modules.

2008-05-13 07:41  brun

	* [r23811] geom/geom/src/TGeoNode.cxx: Fix a compilation warning
	  when compiling with gcc option -Wshadow

2008-05-13 07:40  brun

	* [r23810] geom/geompainter/src/TGeoChecker.cxx: Comment an unused
	  parameter ovlp

2008-05-13 07:34  brun

	* [r23809] geom/geom/inc/TGeoManager.h,
	  geom/geom/src/TGeoBoolNode.cxx, geom/geom/src/TGeoManager.cxx,
	  geom/geom/src/TGeoNode.cxx, geom/geompainter/src/TGeoChecker.cxx:
	  From Andrei:
	  - adding a method AddTrack(TVirtualGeoTrack *) to TGeoManager.
	  - TGeoBoolNode::Safety(point, in) returns now 0. in case the
	  tracking point is not matching the input <in> condition - caused
	  track propagation outside geometry limits with g4root
	  - Improvements in checking overlaps by sampling for TGeoNode -
	  using now voxels.

2008-05-13 07:31  brun

	* [r23808] io/io/src/TStreamerInfo.cxx: Extend size of an internal
	  array in TstreamerInfo::GenerateIncludes

2008-05-12 23:48  rdm

	* [r23807] config/root-config.in: make sure libThread dictionary
	  gets linked in on machines requiring
	  explicit linking.

2008-05-12 23:48  rdm

	* [r23806] Makefile, build/unix/makereleasenotes.sh: add new
	  releasenotes target to the Makefile, do: make releasenotes
	  to generate the releasenotes file in
	  README/ReleaseNotes/v520/index.html.

2008-05-12 23:42  rdm

	* [r23805] core/unix/src/TUnixSystem.cxx: typo in comment.

2008-05-12 22:27  russo

	* [r23804] cint/cint7/src/Method.cxx: Fix Philippe's typo

2008-05-12 22:27  russo

	* [r23803] cint/reflex/src/NameLookup.cxx: Fix Philippe's typo

2008-05-12 22:13  russo

	* [r23802] cint/reflex/src/NameLookup.cxx: From Paul and Philippe:
	  In NameLookup when expanding template parameters,
	  also _unconditionally_ strip the prefix std::
	  to match the fact that Cint(5) ignores it.
	  With this updates, all ROOT dictionary should
	  be properly generated and compiled. Now on to
	  the bold frontier (roottest).

2008-05-12 15:53  brun

	* [r23800] config/rootrc.in, etc/html/ROOT.css,
	  etc/html/footer.html, hist/hist/src/TH1.cxx,
	  tree/treeviewer/src/TSpider.cxx: From Axel:
	  TH1, TSpider: update doc to respect new dir structure.
	  config: use new search; use more appropriate input path
	  etc: standard footer now also displays when the html page was
	  generated, CSS has new styles ("SIGNAL" etc, search box).

2008-05-12 13:10  axel

	* [r23799] html/inc/LinkDef.h, html/inc/TDocDirective.h,
	  html/inc/TDocInfo.h, html/inc/TDocOutput.h,
	  html/inc/TDocParser.h, html/inc/THtml.h,
	  html/src/TClassDocOutput.cxx, html/src/TDocDirective.cxx,
	  html/src/TDocInfo.cxx, html/src/TDocOutput.cxx,
	  html/src/TDocParser.cxx, html/src/THtml.cxx: Support new dir
	  structure - support any dir structure, actually.
	  Allow THtml to find files even if they are only known as
	  "include/TObject.h": THtml now parses all subdirs of the input
	  path. Req by Gerhard Brandt, Fons.
	  Structure THtml's 1000 configuration vars a bit.
	  Implemented traits-like objects that allow the user to define
	  modules, where to find files, etc, by deriving from the base
	  classes used by THtml.
	  Improve the doc search: add the top links box to all pages; add
	  the search in there; make search ignore src/, examples/ subdirs
	  of the output dir (i.e. only look at the doc itself) - req by
	  Diego C.
	  Add info for methods' signal / menu / etc setting - req by Valeri
	  O.
	  Print both last modified (source file change date) and last
	  generated (html generation date) - suggested by Ornella.
	  Silence directive parser when encountering unknown directives -
	  req by Rene.
	  
	  Open issues remaining: typedef-to-class need separate page,
	  forwarding to class's page. (req by Vassili Maroussov, Katharina
	  Ehrhardt), TMath doc a bit broken.

2008-05-11 06:31  pcanal

	* [r23793] cint/cint7/src/var.cxx: fix compilation error introduce
	  by previous checkin

2008-05-10 12:43  brun

	* [r23792] tmva/doc/v520/index.html: From Joerg Stelzer
	  Release notes for TMVA

2008-05-10 05:49  brun

	* [r23791] tutorials/graphs/labels1.C: Fix typos

2008-05-09 22:10  wouter

	* [r23790] roofit/doc/v520/index.html: Add RooFit release notes for
	  5.19/04

2008-05-09 16:06  rdm

	* [r23788] core/doc/v520/index.html: add description of new svn
	  structure and std::iterator support by Anar.

2008-05-09 15:49  matevz

	* [r23786] graf3d/eve/inc/TEveCalo.h,
	  graf3d/eve/inc/TEveCaloData.h, graf3d/eve/inc/TEveCaloLegoGL.h,
	  graf3d/eve/src/TEveCalo.cxx, graf3d/eve/src/TEveCalo2DGL.cxx,
	  graf3d/eve/src/TEveCalo3DGL.cxx, graf3d/eve/src/TEveCaloData.cxx,
	  graf3d/eve/src/TEveCaloLegoGL.cxx: From Alja:
	  
	  TEveCaloData, TEveCalo, TEveCalo3DGL, TEveCalo2DGL,
	  TEveCaloLegoGL:
	  Fix handling of min and max value cut.
	  
	  TEveCalo3DGL:
	  Structural improvements.

2008-05-09 14:18  axel

	* [r23784] cint/doc/v520/index.html: Add note on
	  Reflex::PluginService not catching exceptions anymore

2008-05-09 14:15  axel

	* [r23783] cint/reflex/src/PluginService.cxx: Do not catch
	  exceptions thrown by the plugin-invoked function. Fixes Savannah
	  #36363

2008-05-09 11:32  pcanal

	* [r23782] cint/cint/src/var.cxx, cint/cint7/src/var.cxx: fix
	  support for array of pointer in an interpreted class/struct

2008-05-09 11:14  matevz

	* [r23781] graf3d/doc/v520/graf3d_eve-news-1.png,
	  graf3d/doc/v520/graf3d_eve-news-2.png,
	  graf3d/doc/v520/index.html: Add release notes.

2008-05-09 10:40  axel

	* [r23780] cint/doc/v520/index.html: Update release notes for
	  upcoming dev release

2008-05-09 10:24  pcanal

	* [r23779] tree/tree/src/TBranchElement.cxx: Correct the reading
	  and writing of Double32 and Float16 in MakeClass mode

2008-05-09 06:51  antcheva

	* [r23778] gui/doc/v520/index.html: From Bertrand:
	  Update of release notes.

2008-05-09 06:15  brun

	* [r23777] misc/table/src/TFileIter.cxx: Fix coding convention

2008-05-08 21:02  pcanal

	* [r23776] core/meta/src/TCint.cxx: Reset the IgnoreDuplicate flags
	  once we are done using the modified value

2008-05-08 20:27  pcanal

	* [r23775] core/doc/v520/index.html: extend release notes

2008-05-08 20:18  pcanal

	* [r23774] tree/tree/src/TTree.cxx: add doc for emulating the
	  ternary operator in TTree::Draw

2008-05-08 20:17  pcanal

	* [r23773] io/doc/v520/index.html: extend release notes

2008-05-08 19:55  matevz

	* [r23772] graf3d/eve/src/TEveLegoEventHandler.cxx,
	  graf3d/gl/inc/TGLViewer.h: From Alja:
	  
	  TGLViewer - add method TGLSelectRecord& GetSelRec().
	  
	  TEveLegoEventHandler - add mising function docs.

2008-05-08 19:43  matevz

	* [r23771] graf3d/eve/inc/TEveCaloLegoGL.h,
	  graf3d/eve/inc/TEveLegoEventHandler.h,
	  graf3d/eve/src/TEveCaloLegoGL.cxx,
	  graf3d/eve/src/TEveLegoEventHandler.cxx: From Alja:
	  
	  In lego-view, draw an additional Z-axis next to the tower that is
	  double-clicked.

2008-05-08 19:41  matevz

	* [r23770] graf3d/eve/inc/LinkDef.h, graf3d/eve/inc/TEveBoxSet.h,
	  graf3d/eve/inc/TEveDigitSet.h, graf3d/eve/inc/TEveQuadSet.h,
	  graf3d/eve/src/TEveBoxSet.cxx, graf3d/eve/src/TEveDigitSet.cxx,
	  graf3d/eve/src/TEveQuadSet.cxx, tutorials/eve/quad_test.C,
	  tutorials/eve/quad_test_callback.cxx: TEveDigitSet: Add optional
	  callback function for secondary-selection
	  handling. This simplifies handling for simple implementations as
	  there
	  is no need to implement an event handler class.
	  
	  Set class versions of TEveDigitSet and derived classes to 0.

2008-05-08 16:39  antcheva

	* [r23769] gui/doc/v520/index.html: Extended release notes.

2008-05-08 15:59  brun

	* [r23768] misc/table/src/TFileIter.cxx: From Valeri Fine:
	  Fix coding conventions.

2008-05-08 15:57  antcheva

	* [r23767] gui/doc/v520/gui_availabledrives.gif,
	  gui/doc/v520/index.html: Extended release notes.

2008-05-08 15:38  moneta

	* [r23766] hist/doc/v520/index.html, hist/hist/inc/TF1.h,
	  hist/hist/src/TH1.cxx, hist/hist/src/TH3.cxx,
	  math/doc/v520/index.html, tutorials/fit/minuit2FitBench.C: -
	  fixed bug in TH3::Project3DProfile("xz") (see
	  https://savannah.cern.ch/bugs/?36191)
	  - fixed a bug in TH1::Divide with binomial errors (see
	  https://savannah.cern.ch/bugs/?36372)
	  - remove some commented code in TF1, update rel notes and improve
	  graphics output of a tutorial

2008-05-08 14:10  pcanal

	* [r23764] tree/doc/v520/index.html: fix html syntax errors

2008-05-08 13:58  pcanal

	* [r23763] tree/doc/v520/index.html: extend release notes

2008-05-08 13:57  brun

	* [r23762] test/MainEvent.cxx: From Leandro:
	  Add new option to run with parallel unzipping in a separate
	  thread.
	  To run it do
	  Event 5000 1 99 1 (to write the file Event.root)
	  Event 5000 1 99 20 (to read normal without a thread)
	  Event 5000 1 99 21 (to read with the parallelp unzipping thread)
	  Send the results to rootdev@root.cern.ch

2008-05-08 13:55  couet

	* [r23761] graf2d/doc/v520/graf2d_01.gif,
	  graf2d/doc/v520/graf2d_02.gif, graf2d/doc/v520/graph2d01.gif,
	  graf2d/doc/v520/graph2d02.gif, graf2d/doc/v520/index.html: -
	  Rename gif files.

2008-05-08 13:37  brun

	* [r23760] configure: From Matevz:
	  I reviewed the gentoo policy. They explicitly and strictly avoid
	  compiling object files for static libraries with -fPIC.
	  
	  As I don't want to a) get into flame war with gentoo people; nor
	  b) compile gsl manually, I guess, at least for now, the best
	  option is to have a configuration option --enable-gsl-shared to
	  use shared libs for gsl.

2008-05-08 12:54  antcheva

	* [r23759] test/guitest.cxx, tutorials/gui/guitest.C: From Bertrand
	  and me:
	  Follow-up changes in the list box test case to include a list box
	  entry with id=0

2008-05-08 12:53  antcheva

	* [r23758] gui/gui/src/TGTableLayout.cxx: From Bertrand:
	  Fix a bug in TGTableLayout:
	  When decreasing size of a frame with a TGTableLayout having
	  homogeneous flag
	  set to true, the individual cells were not resized (they were
	  resized only
	  when increasing the frame size) (discovered thanks to a CMS use
	  case)

2008-05-08 12:52  antcheva

	* [r23757] gui/gui/src/TGListBox.cxx: From Bertrand:
	  Fixed a bug reported at: http://savannah.cern.ch/bugs/?36389
	  TGListBox::RemoveEntry() doesn't work for the entry at id = 0

2008-05-08 12:42  couet

	* [r23756] graf2d/doc/v520/graph2d01.gif,
	  graf2d/doc/v520/graph2d02.gif, graf2d/doc/v520/index.html: -
	  Release notes update.

2008-05-08 10:25  ganis

	* [r23755] proof/proof/src/TProofServ.cxx: Fix shadow-related
	  warnings

2008-05-08 10:01  couet

	* [r23754] graf2d/doc/v520/index.html: - Update release notes.

2008-05-08 09:52  antcheva

	* [r23753] gui/doc/v520/index.html: Release notes update.

2008-05-08 09:44  ganis

	* [r23752] proof/proof/src/TProofServ.cxx,
	  proof/proofplayer/src/TProofPlayer.cxx: Remove the 'MissingFiles'
	  list from all the input list copies

2008-05-08 09:33  ganis

	* [r23751] proof/proof/src/TProofServ.cxx: Correctly cleanup the
	  input list on the workers

2008-05-08 09:32  ganis

	* [r23750] proof/proofplayer/src/TEventIter.cxx: Add missing
	  protection

2008-05-08 09:26  brun

	* [r23748] doc/v520/Trailer.html: Add html utility file to generate
	  the release notes

2008-05-08 09:15  brun

	* [r23747] cint/doc/v520/index.html, math/doc/v520/index.html: Fix
	  some html problems

2008-05-08 08:58  brun

	* [r23746] core/doc/v520/index.html, misc/doc/v520/index.html: Fix
	  some html problems

2008-05-08 08:32  brun

	* [r23745] bindings/doc/v520/index.html, cint/doc/v520/index.html,
	  core/doc/v520/index.html, doc/v520/index.html,
	  geom/doc/v520/index.html, graf2d/doc/v520/index.html,
	  graf3d/doc/v520/index.html, gui/doc/v520/index.html,
	  hist/doc/v520/index.html, io/doc/v520/index.html,
	  math/doc/v520/index.html, misc/doc/v520/index.html,
	  montecarlo/doc/v520/index.html, net/doc/v520/index.html,
	  proof/doc/v520/index.html, roofit/doc/v520/index.html,
	  sql/doc/v520/index.html, tmva/doc/v520/index.html,
	  tree/doc/v520/index.html: Implement a suggestion from Olivier to
	  add a package index to the Relaese Notes

2008-05-08 08:08  brun

	* [r23744] hist/hist/inc/TH3.h, hist/hist/src/TH3.cxx: include
	  TH1.h instead of TProfile2D and forward declare TProfile2D

2008-05-08 08:01  brun

	* [r23743] tree/tree/inc/TTree.h: Remove forward declaration of
	  TVirtualtreePlayer (include already declared)

2008-05-08 06:32  brun

	* [r23742] doc/v520.html, doc/v520/index.html: Rename v520.html to
	  index.html

2008-05-08 06:31  brun

	* [r23741] doc/v520: Create top level release notes directory

2008-05-08 06:28  brun

	* [r23740] doc/v520.html: Changes version and release date

2008-05-08 05:23  brun

	* [r23739] core/base/src/ManualBase4.cxx: Fix coding conventions

2008-05-08 05:18  brun

	* [r23738] cint/reflex/src/TypeTemplate.cxx,
	  cint/reflex/src/Union.cxx: Fix coding conventions

2008-05-08 05:05  brun

	* [r23737] misc/table/src/TFileIter.cxx: Fix a compiler warning and
	  a bug.

2008-05-08 04:53  brun

	* [r23736] misc/table/inc/TFileIter.h: From Valeri fine:
	  Fix compilation warnings

2008-05-07 21:18  moneta

	* [r23735] math/genvector/inc/Math/GenVector/Cartesian2D.h,
	  math/genvector/inc/Math/GenVector/Cartesian3D.h,
	  math/genvector/inc/Math/GenVector/Cylindrical3D.h,
	  math/genvector/inc/Math/GenVector/CylindricalEta3D.h,
	  math/genvector/inc/Math/GenVector/DisplacementVector2D.h,
	  math/genvector/inc/Math/GenVector/DisplacementVector3D.h,
	  math/genvector/inc/Math/GenVector/GenVectorIO.h,
	  math/genvector/inc/Math/GenVector/LorentzVector.h,
	  math/genvector/inc/Math/GenVector/Polar2D.h,
	  math/genvector/inc/Math/GenVector/Polar3D.h,
	  math/genvector/inc/Math/GenVector/PositionVector2D.h,
	  math/genvector/inc/Math/GenVector/PositionVector3D.h,
	  math/genvector/inc/Math/GenVector/PtEtaPhiM4D.h,
	  math/genvector/inc/Math/GenVector/PxPyPzE4D.h,
	  math/genvector/inc/Math/GenVector/PxPyPzM4D.h,
	  math/genvector/test/Makefile,
	  math/smatrix/inc/Math/MatrixInversion.icc,
	  math/smatrix/inc/Math/SMatrix.icc,
	  math/smatrix/inc/Math/SVector.icc, test/TrackMathCore.h: apply
	  fixes for -Wshadow in GenVector and SMatrix

2008-05-07 20:47  wlav

	* [r23734] bindings/pyroot/src/TPython.cxx: fix index bug

2008-05-07 18:59  brun

	* [r23733] misc/table/inc/TFileIter.h,
	  misc/table/src/TFileIter.cxx: From valeri fine:
	  - Merge with STAR local version to allow iteration of the nested
	  TDirectory (Thanks Rene Brun for the idea)

2008-05-07 18:37  matevz

	* [r23732] graf3d/eve/inc/TEveCalo.h,
	  graf3d/eve/inc/TEveCaloLegoEditor.h, graf3d/eve/src/TEveCalo.cxx,
	  graf3d/eve/src/TEveCaloLegoEditor.cxx,
	  graf3d/eve/src/TEveCaloLegoGL.cxx: From Alja:
	  Add possibility to draw box/guide-lines around the lego.

2008-05-07 18:20  matevz

	* [r23731] graf3d/eve/inc/TEveGeoNode.h,
	  graf3d/eve/src/TEveGeoNode.cxx, graf3d/eve/src/TEveManager.cxx:
	  TEveManager::GetGeometry() - if TGeoManager is locked, unlock it
	  on
	  load time and re-lock it back afterwards.
	  
	  TEveGeoShape - added method SetShape() so that full object can be
	  constructed also in program (required loading from file before).

2008-05-07 16:55  moneta

	* [r23730] hist/hist/inc/TF1.h: - add a template TF1::SetFunction
	  from a C++ callable object and a member function.
	  This follows a request by Mike Marino (see
	  https://savannah.cern.ch/bugs/?34430 )
	  
	  This fixes also previous SetFunction method, which was not
	  working if the previously created function was
	  not of the right type.

2008-05-07 16:20  axel

	* [r23729] cint/reflex/python/genreflex/gendict.py,
	  cint/reflex/test/testDict2/TestClasses.h: First GCCXML0.9 fix

2008-05-07 16:19  axel

	* [r23728] cint/reflex/python/genreflex/genreflex.py,
	  cint/reflex/python/genreflex/genrootmap.py: Forgot tgo check in
	  two files for r23727:
	  From Sebastien Binet: allow classes selected through a typedef to
	  be loadable by that typedef.
	  Sort of fixes Savannah #30478

2008-05-07 16:14  axel

	* [r23727] cint/reflex/python/genreflex/gendict.py: From Sebastien
	  Binet: allow classes selected through a typedef to be loadable by
	  that typedef.
	  Sort of fixes Savannah #30478

2008-05-07 16:06  moneta

	* [r23726] hist/doc/v520/index.html, hist/hist/src/TProfile.cxx,
	  hist/hist/src/TProfile2D.cxx: Add a new option "W" requested by
	  Melinda Siciliano in the profile projections in order to be able
	  to return the equivalent weighted filled histogram.
	  The bin content of the returned histogram is equal to the profile
	  bin content multiplied by the bin entries.

2008-05-07 16:06  brun

	* [r23725] config/Makefile.depend: From Bertrand:
	  - Add missing dependency of libTree on libThread

2008-05-07 15:49  brun

	* [r23724] tutorials/eve/SplitGLView.C: From Bertrand:
	  - Disable the 'hide' function of TGDockableFrames

2008-05-07 15:48  brun

	* [r23723] tree/tree/src/TTreeCacheUnzip.cxx: From Leandro:
	  Fix a warning detected by -Wshadow

2008-05-07 15:46  brun

	* [r23722] graf3d/doc/v520/graf3d_eve-news-1.png,
	  graf3d/doc/v520/index.html: add picture graf3d_eve-news-1.png

2008-05-07 15:44  brun

	* [r23721] gui/doc/v520/gui_contextmenu.gif,
	  gui/doc/v520/index.html: Change name of gif file and add it to
	  SVN

2008-05-07 15:38  brun

	* [r23720] tree/doc/v520.html, tree/doc/v520/index.html: Move file
	  v520.html in new directory v520/index.html

2008-05-07 15:38  brun

	* [r23719] tree/doc/v520: Add new directory v520

2008-05-07 15:37  brun

	* [r23718] tmva/doc/v520.html, tmva/doc/v520/index.html: Move file
	  v520.html in new directory v520/index.html

2008-05-07 15:37  brun

	* [r23717] tmva/doc/v520: Add new directory v520

2008-05-07 15:36  brun

	* [r23716] sql/doc/v520.html, sql/doc/v520/index.html: Move file
	  v520.html in new directory v520/index.html

2008-05-07 15:36  brun

	* [r23715] sql/doc/v520: Add new directory v520

2008-05-07 15:35  brun

	* [r23714] roofit/doc/v520.html, roofit/doc/v520/index.html: Move
	  file v520.html in new directory v520/index.html

2008-05-07 15:35  brun

	* [r23713] roofit/doc/v520: Add new directory v520

2008-05-07 15:35  brun

	* [r23712] proof/doc/v520.html, proof/doc/v520/index.html: Move
	  file v520.html in new directory v520/index.html

2008-05-07 15:34  brun

	* [r23711] proof/doc/v520: Add new directory v520

2008-05-07 15:34  brun

	* [r23710] net/doc/v520.html, net/doc/v520/index.html: Move file
	  v520.html in new directory v520/index.html

2008-05-07 15:34  brun

	* [r23709] net/doc/v520: Add new directory v520

2008-05-07 15:33  brun

	* [r23708] montecarlo/doc/v520.html,
	  montecarlo/doc/v520/index.html: Move file v520.html in new
	  directory v520/index.html

2008-05-07 15:33  brun

	* [r23707] montecarlo/doc/v520: Add new directory v520

2008-05-07 15:32  brun

	* [r23706] misc/doc/v520.html, misc/doc/v520/index.html: Move file
	  v520.html in new directory v520/index.html

2008-05-07 15:32  brun

	* [r23705] misc/doc/v520: Add new directory v520

2008-05-07 15:31  brun

	* [r23704] math/doc/v520.html, math/doc/v520/index.html: Move file
	  v520.html in new directory v520/index.html

2008-05-07 15:31  brun

	* [r23703] math/doc/v520: Add new directory v520

2008-05-07 15:31  brun

	* [r23702] io/doc/v520.html, io/doc/v520/index.html: Move file
	  v520.html in new directory v520/index.html

2008-05-07 15:30  brun

	* [r23701] io/doc/v520: Add new directory v520

2008-05-07 15:30  brun

	* [r23700] hist/doc/v520.html, hist/doc/v520/index.html: Move file
	  v520.html in new directory v520/index.html

2008-05-07 15:29  brun

	* [r23699] hist/doc/v520: Add new directory v520

2008-05-07 15:29  brun

	* [r23698] gui/doc/v520.html, gui/doc/v520/index.html: Move file
	  v520.html in new directory v520/index.html

2008-05-07 15:28  brun

	* [r23697] gui/doc/v520: Add new directory v520

2008-05-07 15:28  brun

	* [r23696] graf3d/doc/v520.html, graf3d/doc/v520/index.html: Move
	  file v520.html in new directory v520/index.html

2008-05-07 15:27  brun

	* [r23695] graf3d/doc/v520: Add new directory v520

2008-05-07 15:27  brun

	* [r23694] graf2d/doc/v520.html, graf2d/doc/v520/index.html: Move
	  file v520.html in new directory v520/index.html

2008-05-07 15:27  brun

	* [r23693] graf2d/doc/v520: Add new directory v520

2008-05-07 15:26  brun

	* [r23692] geom/doc/v520.html, geom/doc/v520/index.html: Move file
	  v520.html in new directory v520/index.html

2008-05-07 15:25  brun

	* [r23691] geom/doc/v520: Add new directory v520

2008-05-07 15:25  brun

	* [r23690] core/doc/v520.html, core/doc/v520/index.html: Move file
	  v520.html in new directory v520/index.html

2008-05-07 15:24  brun

	* [r23689] core/doc/v520: Add new directory v520

2008-05-07 15:23  brun

	* [r23688] bindings/doc/v520/index.html,
	  bindings/doc/v520/v520.html: Rename file v520.html index.html

2008-05-07 15:22  brun

	* [r23687] cint/doc/v520, cint/doc/v520.html,
	  cint/doc/v520/index.html: Move file v520.html in new directory
	  v520/index.html

2008-05-07 15:22  moneta

	* [r23686] math/mathcore/inc/LinkDef.h: add #pragma link C++ global
	  ROOT_TMath as suggested by Philippe. This avoids via the header
	  guard to re-include the definition of TMath.h when running in
	  CINT.
	  This fixes a crash observed running stressFit.cxx in interpreted
	  mode

2008-05-07 15:18  brun

	* [r23685] Makefile, config/Makefile.depend, config/root-config.in,
	  core/zip/src/ZInflate.c, io/io/inc/TFileCacheRead.h,
	  io/io/src/TFileCacheRead.cxx, tree/tree/inc/LinkDef.h,
	  tree/tree/inc/TTreeCache.h, tree/tree/inc/TTreeCacheUnzip.h,
	  tree/tree/src/TBasket.cxx, tree/tree/src/TBranch.cxx,
	  tree/tree/src/TChain.cxx, tree/tree/src/TTree.cxx,
	  tree/tree/src/TTreeCache.cxx, tree/tree/src/TTreeCacheUnzip.cxx:
	  Introducing a parallel unzipping algorithm for pre-fetched
	  buffers. Since we already know what buffers are going to be read,
	  we can decompress a few of them in advance in an additional
	  thread and give the impression that the data decompression comes
	  for free (we gain up to 30% in reading intensive jobs).
	  
	  The size of this unzipping cache is 20% the size of the
	  TTreeCache and can be modified with
	  TTreeCache::SetUnzipBufferSize(Long64_t bufferSize).
	  Theoretically, we only need one buffer in advance but in practice
	  we might fall short if the unzipping cache is too small
	  (synchronization costs).
	  
	  This experimental feature is disabled by default, to activate it
	  use the static function
	  TTreeCache::SetParallelUnzip(TTreeCacheUnzip::EParUnzipMode
	  option = TTreeCacheUnzip::kEnable). The possible values to pass
	  are: TTreeCacheUnzip::kEnable to enable
	  it,TTreeCacheUnzip::kDisable to disable it and
	  TTreeCacheUnzip::kForce to force it. Since it will only work if
	  you have more than one core, the TTreeCacheUnzip::kForce option
	  is useful to run it even if you have only one cpu (to measure the
	  overhead, for example).

2008-05-07 15:10  brun

	* [r23684] bindings/doc/v520, bindings/doc/v520.html,
	  bindings/doc/v520/v520.html: Move file v520.html in new directory
	  v520

2008-05-07 14:51  rdm

	* [r23683] core/doc/v520.html: Document changes in TPRegexp and
	  PRMERegexp.

2008-05-07 14:37  couet

	* [r23682] graf2d/doc/v520.html: - small fixes

2008-05-07 14:36  rdm

	* [r23681] core/base/inc/LinkDef2.h, core/base/inc/TPRegexp.h,
	  core/base/src/TPRegexp.cxx, tutorials/regexp_pme.C: From Matevz:
	  TPRegexp
	  ========
	  
	  1. Modularized Match() and Substitute() functions so that the
	  low-level work
	  is done by MatchInternal() and SubstituteInternal().
	  
	  2. Added function TString GetModifiers() that translates from
	  bit-flag
	  options back to perl-style option characters.
	  
	  3. For all functions that do actual matching replaced the default
	  value
	  of 'Int_t nMatchMax' argument from 30 to 10. PCRE internals
	  require
	  the index buffer to be 3-times the number of allowed matches.
	  This
	  multiplication is now performed in individual functions and
	  nMatchMax
	  is really the number of allowed matches. Two function calls in
	  TString passing this number explicitly have been updated.
	  
	  TPMERegexp
	  ==========
	  
	  New sub-class of TPRegexp with API closer to PERL.
	  Supports main Perl operations using regular expressions (Match,
	  Substitute and Split). To retrieve the results one can simply use
	  operator[] returning a TString.
	  
	  tutorials/regexp_pme.C
	  ======================
	  
	  Tutorial showing usage of the TPMERegexp class.

2008-05-07 14:10  rdm

	* [r23679] core/clib/src/Demangle.c, net/rootd/src/rootd.cxx:
	  remove shadow warnings.

2008-05-07 11:48  couet

	* [r23677] hist/hist/src/TH1.cxx: - Help update.

2008-05-07 10:31  brun

	* [r23676] tree/treeplayer/src/TTreePlayer.cxx: In
	  TTreePlayer::DrawSelect reset the kcanRebin bit once the
	  histogram has been drawn.
	  see: http://root.cern.ch/phpBB2/viewtopic.php?t=6648

2008-05-07 10:14  moneta

	* [r23675] math/doc/v520.html: add release notes for smatrix

2008-05-07 09:58  moneta

	* [r23674] hist/doc/v520.html, hist/hist/inc/TH2.h,
	  hist/hist/src/TH2.cxx: from Axel: Improve TH2::FitFitSliceX (and
	  Y) by adding the possibility to return the generated histograms
	  in a TObjArray when the passed pointer is not null.

2008-05-07 09:45  moneta

	* [r23673] hist/doc/v520.html, math/doc/v520.html: - update release
	  notes with latest changes

2008-05-07 09:41  axel

	* [r23672] cint/cint/src/dict/gcc4strm.cxx: Silence
	  -Wstrict-aliasing for gcc4strm

2008-05-07 09:41  axel

	* [r23671] cint/reflex/src/ClassBuilder.cxx,
	  cint/reflex/src/FunctionMember.cxx,
	  cint/reflex/src/PropertyListImpl.cxx, cint/reflex/src/Scope.cxx,
	  cint/reflex/src/Tools.cxx, cint/reflex/src/Type.cxx,
	  cint/reflex/src/TypeTemplate.cxx, cint/reflex/src/Union.cxx,
	  cint/reflex/src/UnionBuilder.cxx: Fix relevant coding violations

2008-05-07 08:51  brun

	* [r23670] hist/hist/src/TProfile.cxx: From Ilka;
	  a fix in TProfile documentation (ylow and yup parameter names
	  were replaced by ymin and ymax in the comments).

2008-05-07 08:29  axel

	* [r23669] cint/cintex/src/CINTFunctional.cxx,
	  cint/cintex/src/ROOTClassEnhancer.cxx,
	  core/utils/src/rootcint.cxx: Fix -Wshadow

2008-05-07 00:22  wlav

	* [r23668] bindings/pyroot/ROOT.py: Do not remove DISPLAY from
	  environ; this may lead to some
	  warnings, but those can be fixed by the user, whereas that
	  is not the case for setting DISPLAY back.

2008-05-06 17:30  matevz

	* [r23667] graf3d/eve/inc/LinkDef.h,
	  graf3d/eve/inc/TEveLegoEventHandler.h,
	  graf3d/eve/src/TEveCaloLegoGL.cxx,
	  graf3d/eve/src/TEveLegoEventHandler.cxx,
	  graf3d/gl/inc/TGLCamera.h, graf3d/gl/inc/TGLViewer.h,
	  graf3d/gl/inc/TGLViewerBase.h, graf3d/gl/src/TGLCamera.cxx,
	  tutorials/eve/cms_calo.C: From Alja:
	  
	  TEveLegoEventHandler - New class for camera event handling.
	  
	  TEveCaloLegoGL - Remove code which changed GL model-view matrix.
	  
	  TGLViewer, TGLViewerBase - New getters.
	  
	  TGLCamera - Add function GetTheta().
	  
	  tutorials/eve/cms_calo.C - Structural improvements. Demonstrate
	  TEveLegoEventHandler.

2008-05-06 14:45  matevz

	* [r23666] graf3d/gl/inc/TGLCamera.h: File forgotten at last
	  check-in.

2008-05-06 14:38  matevz

	* [r23665] graf3d/gl/inc/TGLOrthoCamera.h,
	  graf3d/gl/inc/TGLPerspectiveCamera.h,
	  graf3d/gl/inc/TGLSAViewer.h, graf3d/gl/inc/TGLViewer.h,
	  graf3d/gl/src/TGLOrthoCamera.cxx, graf3d/gl/src/TGLSAViewer.cxx,
	  graf3d/gl/src/TGLViewer.cxx: Added three more orthographic
	  cameras (looking at the scene from
	  another side).
	  
	  Added virtual methods Bool_t
	  TGLCamera::IsPerspective()/IsOrthographic().

2008-05-06 14:29  rdm

	* [r23664] core/winnt/src/TWinNTSystem.cxx,
	  gui/gui/src/TGFSComboBox.cxx, gui/gui/src/TGFileBrowser.cxx,
	  gui/gui/src/TRootBrowserLite.cxx, icons/netdisk_s.xpm,
	  icons/netdisk_t.xpm: From Bertrand:
	  - Added information on the types of volumes returned by
	  TWinNTSystem::GetVolumes():
	  - Type of drive: local, removable, network, CD/DVD
	  - File System: NTFS, AFS, NFS
	  - Adapted TGFSCombobox and TGFileBrowser accordingly to these new
	  info
	  - Added two new icons to represent Network drives on Windows

2008-05-06 14:26  couet

	* [r23663] graf2d/gpad/src/TPad.cxx: - Mods to allow interactive
	  zooming with option CONT4

2008-05-06 14:26  couet

	* [r23662] hist/histpainter/src/THistPainter.cxx: - Mods to allow
	  interactive zooming with option CONT4

2008-05-06 14:11  moneta

	* [r23661] hist/hist/src/TH1.cxx: - fix a bug in
	  TH1::KolmogorovTest for scaled histograms (reported by Marc
	  Escalier)
	  The routine has been modified from the original hdiff to use
	  always the effective entries for normalizing the
	  max distance.
	  Now in princile it could also be used also for comparing an
	  histogram with a function created as an histogram
	  with zero errors (equivalent to option F1 or F2 in the original
	  HDIFF.

2008-05-06 09:50  moneta

	* [r23660] math/mathcore/src/BrentMinimizer1D.cxx,
	  math/mathcore/src/BrentRootFinder.cxx,
	  math/mathcore/src/GaussIntegrator.cxx,
	  math/mathcore/src/GaussLegendreIntegrator.cxx: - from David, port
	  changes http://root.cern.ch/viewcvs?rev=23659&root=root&view=rev

2008-05-06 09:16  rdm

	* [r23658] net/alien/src/TAlienCollection.cxx: fix coding style
	  warning.

2008-05-06 09:13  moneta

	* [r23657] math/mathcore/inc/Math/Minimizer.h,
	  math/minuit/src/TMinuitMinimizer.cxx: - fix compilaiton problem
	  on Solaris
	  - add comments in TMinuitMinimizer class fixing the coding
	  convention violation

2008-05-06 08:16  antcheva

	* [r23656] gui/gui/inc/TGTab.h, gui/gui/src/TGTab.cxx: From
	  Bertrand:
	  Add a new signal Removed(Int_t id) to notify when a tab was
	  removed.

2008-05-06 07:58  moneta

	* [r23655] math/mathcore/Module.mk, math/mathcore/inc/LinkDef.h,
	  math/mathcore/inc/Math/LinkDef.h,
	  math/mathcore/inc/Math/Minimizer.h, math/mathcore/inc/TMath.h,
	  math/mathcore/src/ProbFuncMathCore.cxx,
	  math/mathcore/src/TMath.cxx, math/mathcore/test/Makefile,
	  math/mathcore/test/binarySearchTime.cxx, math/mathcore/test/fit,
	  math/mathcore/test/stdsort.cxx,
	  math/mathcore/test/stressTMath.cxx,
	  math/mathcore/test/testIntegration.cxx,
	  math/mathcore/test/testIntegrationMultiDim.cxx,
	  math/mathcore/test/testRootFinder.cxx,
	  math/mathcore/test/testSortOrder.cxx,
	  math/mathcore/test/testSpecFuncBeta.cxx,
	  math/mathcore/test/testSpecFuncBetaI.cxx,
	  math/mathcore/test/testSpecFuncErf.cxx,
	  math/mathcore/test/testSpecFuncGamma.cxx,
	  math/mathcore/test/testTMath.cxx: - merge changes with
	  development branch (up to rev 23650).
	  Main changes are:
	  
	  TMath:
	  
	  from David: The following methods now have additional interface
	  working with Iterators as well:
	  MinElement
	  MaxElement
	  LocMin
	  LocMax
	  Mean
	  GeomMean
	  RMS
	  BinarySearch
	  Sort -> (changed to SortItr)
	  - use now std in binary search algorithm. Old algorithm failed
	  some tests and it is found to be a
	  little bit slower
	  - do not use std instead in LocMin and LocMax since generic std
	  algorithm is slower on 64 bit arch.
	  - TMath::PoissonI
	  fix a problem for large values, by using directly the
	  TMath::Poisson implementation
	  - TMath::Landau and TMath::Landau
	  remove duplications by using directly ROOT::Math::landau_pdf and
	  ROOT::Math::landau_cdf
	  - TMath::Prob
	  use ROOT::Math::chisquared_cdf_c (gives also less rounding errors
	  for small values)
	  - TMath::GammaDist
	  use ROOT::Math::gamma_pdf , implementation now returns correct
	  value, 0, for large values of
	  shape parameter instead of nan
	  - TMath::LogNormal:
	  use ROOT::Math::lognormal_pdf
	  
	  - compile TMath dictionary with -O2
	  - fix a warning in -Wshadow
	  
	  - TMath.h is now reordered by functionality and alphabetical
	  order
	  
	  test:
	  various improvement from David, see
	  http://root.cern.ch/viewcvs?rev=22880&root=root&view=rev
	  
	  - add dictionary for the enumeration used in the Integration
	  class
	  
	  - from David: some clean up of Minimizer class (remove typedef
	  definitions)

2008-05-06 07:30  moneta

	* [r23654] math/minuit2/inc/Minuit2/BasicFunctionMinimum.h,
	  math/minuit2/inc/Minuit2/FunctionMinimum.h,
	  math/minuit2/inc/Minuit2/Minuit2Minimizer.h,
	  math/minuit2/inc/Minuit2/MnApplication.h,
	  math/minuit2/inc/Minuit2/MnFcn.h,
	  math/minuit2/inc/Minuit2/MnHesse.h,
	  math/minuit2/inc/Minuit2/MnMigrad.h,
	  math/minuit2/inc/Minuit2/MnMinimize.h,
	  math/minuit2/inc/Minuit2/MnMinos.h,
	  math/minuit2/inc/Minuit2/MnUserFcn.h,
	  math/minuit2/src/FumiliMinimizer.cxx,
	  math/minuit2/src/HessianGradientCalculator.cxx,
	  math/minuit2/src/Minuit2Minimizer.cxx,
	  math/minuit2/src/MnApplication.cxx, math/minuit2/src/MnHesse.cxx,
	  math/minuit2/src/MnMinos.cxx,
	  math/minuit2/src/ModularFunctionMinimizer.cxx,
	  math/minuit2/src/ScanBuilder.cxx,
	  math/minuit2/src/SimplexBuilder.cxx, math/minuit2/test,
	  math/minuit2/test/testNewMinimizer.cxx: - sync with development
	  branch. Main changes are described in this changelog:
	  
	  http://root.cern.ch/viewcvs?rev=23610&root=root&view=rev

2008-05-05 17:50  pcanal

	* [r23653] cint/cint/src/ifunc.cxx, cint/cint7/src/ifunc.cxx:
	  protect against invalid file 'number'

2008-05-05 17:50  pcanal

	* [r23652] core/base/inc/LinkDef1.h: just 'declare' the TMath
	  namespace here without duplicate the dictionary for the content
	  of TMathBase and prevent the interpretation of TMathBase.h

2008-05-05 17:49  pcanal

	* [r23651] core/utils/src/rootcint.cxx: Extend #pragma create
	  TClass to namespaces

2008-05-05 15:35  antcheva

	* [r23650] gui/gui/doc/index.txt: Fixed typo in the link.

2008-05-05 14:08  antcheva

	* [r23648] gui/gui/src/TGTableLayout.cxx: Updated class
	  description.

2008-05-05 13:49  couet

	* [r23647] core/base/src/TAttMarker.cxx: - Help update.

2008-05-03 15:33  brun

	* [r23645] tmva/inc/MethodCuts.h, tmva/inc/Option.h,
	  tmva/inc/TActivationIdentity.h, tmva/src/Configurable.cxx,
	  tmva/src/DataSet.cxx, tmva/src/Factory.cxx,
	  tmva/src/MethodBDT.cxx, tmva/src/MethodBase.cxx,
	  tmva/src/MethodFisher.cxx, tmva/src/MethodKNN.cxx,
	  tmva/src/MethodPDERS.cxx, tmva/src/MethodSVM.cxx,
	  tmva/src/Reader.cxx, tmva/src/RuleEnsemble.cxx,
	  tmva/src/SimulatedAnnealing.cxx,
	  tmva/src/VariableDecorrTransform.cxx,
	  tmva/test/ClassApplication.C, tmva/test/TMVApplication.C,
	  tmva/test/tmvaglob.C: From Joerg and Andreas:
	  Fix compilation warnings for -Wshadow

2008-05-02 21:22  rdm

	* [r23644] core/cont/inc/TBtree.h: make the few TBtree methods
	  available from CINT so at least TBtree
	  objects can be created from CINT (keep hiding the many methods of
	  the
	  internal BTree classes from CINT).

2008-05-02 20:51  brun

	* [r23643] bindings/doc/v520.html: From Wim:
	  pyroot release notes.

2008-05-02 20:27  pcanal

	* [r23642] cint/cint7/Module.mk, cint/cint7/src/loadfile.cxx: cint7
	  in ROOT need the new regular expression: G__REGEXP

2008-05-02 20:02  pcanal

	* [r23641] cint/cint7/src/struct.cxx: fix a cint5 bug where
	  G__var_type is not properly set/reset during parsing of an
	  explicit member function declaration

2008-05-02 17:58  pcanal

	* [r23640] tree/tree/src/TBranchElement.cxx: do not register a
	  branch object when the datamember its remember is missing from
	  the current class layout

2008-05-02 17:34  pcanal

	* [r23639] cint/cint7/src/ifunc.cxx: fix void** return type setting

2008-05-02 17:33  pcanal

	* [r23638] cint/cint7/src/Shadow.cxx: avoid printing the global
	  namespace 'name' as part of the shadow class name

2008-05-02 11:12  rdm

	* [r23637] io/xmlparser/inc/TDOMParser.h,
	  io/xmlparser/src/TDOMParser.cxx, io/xmlparser/src/TXMLParser.cxx:
	  fix the TDOMParser to set the new error code -6 in case the XML
	  document is
	  not valid.

2008-05-02 11:10  rdm

	* [r23636] configure: make sure to first try to get
	  /usr/lib/libxml2 before trying /sw/lib/libxml2
	  on MacOS X. The /usr/lib version is a proper universal binary
	  containing a
	  64-bit version.

2008-05-01 21:39  russo

	* [r23635] cint/cint7/src/rflxutil.cxx,
	  cint/reflex/inc/Reflex/Scope.h, cint/reflex/inc/Reflex/Type.h,
	  cint/reflex/inc/Reflex/internal/ScopeBase.h,
	  cint/reflex/src/Scope.cxx, cint/reflex/src/ScopeBase.cxx,
	  cint/reflex/src/Type.cxx: Make it possible to lookup a function
	  member by name
	  and signature, ignoring the return type. We need to
	  do this to allow for a virtual function overrider with
	  a covariant return type.
	  
	  This is used by the Builder in rflxutil.
	  
	  -- Paul Russo

2008-05-01 21:31  russo

	* [r23634] cint/cint7/src/ifunc.cxx: If a function parameter type
	  lookup fails, try again using the
	  helper typedef for a template with default arguments.
	  
	  -- Paul Russo

2008-05-01 20:46  ganis

	* [r23633] net/krb5auth/src/Krb5Auth.cxx: Fix warnings about
	  shadowed variables

2008-05-01 20:45  ganis

	* [r23632] proof/proof/src/TProof.cxx,
	  proof/proof/src/TProofCondor.cxx,
	  proof/proof/src/TProofSuperMaster.cxx,
	  proof/proofd/src/XrdProofdManager.cxx,
	  proof/proofd/src/XrdProofdProtocol.cxx,
	  proof/proofplayer/src/TFileMerger.cxx,
	  proof/proofplayer/src/TPacketizer.cxx,
	  proof/proofplayer/src/TPacketizerAdaptive.cxx,
	  proof/proofplayer/src/TProofDraw.cxx,
	  proof/proofplayer/src/TProofPlayer.cxx,
	  proof/proofplayer/src/TVirtualPacketizer.cxx,
	  proof/proofx/src/TXSocket.cxx: Fix gcc 4.3 warnings (mostly
	  shadowed variables)

2008-05-01 10:50  rdm

	* [r23631] core/base/src/TSystem.cxx,
	  core/meta/src/TGenericClassInfo.cxx, core/utils/src/rootcint.cxx,
	  graf2d/graf/src/TGraph.cxx, hist/hist/src/TFormula.cxx,
	  misc/table/inc/TTable.h, proof/proof/inc/TProofDataSetManager.h,
	  proof/proof/src/TProof.cxx,
	  proof/proof/src/TProofDataSetManagerFile.cxx,
	  proof/proofplayer/src/TPacketizerAdaptive.cxx,
	  sql/mysql/src/TMySQLStatement.cxx, tree/tree/src/TBranch.cxx: Fix
	  coding conventions.

2008-05-01 07:54  brun

	* [r23629] hist/hbook/src/THbookFile.cxx: Fix shadowed varioables

2008-05-01 07:48  brun

	* [r23628] gui/gui/src/TGFSComboBox.cxx,
	  gui/gui/src/TGFileBrowser.cxx: Fix compilation warnings

2008-05-01 06:54  rdm

	* [r23627] proof/proof/src/TProofServ.cxx: From Jan:
	  The objects added to the missingFiles in TDSet::Add have to be
	  removed from
	  the 'dataset' before deleting it.

2008-05-01 06:45  rdm

	* [r23626] core/winnt/src/TWinNTSystem.cxx: add to description of
	  GetVolumes() method that the TList must be deleted
	  by the user and call SetOwner() on the TList so the TObjStrings
	  in it get
	  deleted too.

2008-05-01 06:39  rdm

	* [r23625] core/base/inc/TSystem.h, core/winnt/inc/TWinNTSystem.h,
	  core/winnt/src/TWinNTSystem.cxx, gui/gui/inc/TGFileBrowser.h,
	  gui/gui/src/TGFSComboBox.cxx, gui/gui/src/TGFileBrowser.cxx: From
	  bertrand:
	  - Added new method TList *TSystem::GetVolumes(Option_t *opt)
	  returning the list of hard drives on Windows when opt = "all"
	  or the current hard drive when opt = "cur"
	  the return type is a TList of TObjString's containing the drive
	  letters,
	  i.e: for drives C: G: H: K:. The TList must be deleted by the
	  user.
	  - Implement the ability to browse available (mounted) drives on
	  Windows.
	  - Added list of available (mounted) drives in TGFSCombobox on
	  Windows.

2008-04-30 21:12  brun

	* [r23624] core/base/inc/LinkDef1.h: From Lorenzo:
	  Patch fixing compilation of TMath dictionary in optimized mode

2008-04-30 16:13  moneta

	* [r23623] math/minuit/inc/TLinearMinimizer.h,
	  math/minuit/inc/TMinuitMinimizer.h,
	  math/minuit/src/TLinearMinimizer.cxx,
	  math/minuit/src/TMinuitMinimizer.cxx: - sync changes of David
	  from dev. branch
	  
	  use directly ROOT::Math::IMultiGenFunction and
	  ROOT::Math::IMultiGradFunction instead of typedef's

2008-04-30 15:50  moneta

	* [r23621] hist/hist/src/TF1.cxx: sync with dev version.
	  From David: Now the DerivativeError returns the error of the last
	  derivative.

2008-04-30 15:39  moneta

	* [r23620] math/unuran/Module.mk,
	  math/unuran/src/unuran-1.2.3-root.tar.gz,
	  math/unuran/src/unuran-1.2.4-root.tar.gz, math/unuran/test: - new
	  version of unuran 1.2.4 from Josef Leydold with some work-around
	  for a bug in the gcc 4.3 optimization.
	  
	  before recompiling root is needed to do :
	  
	  make distclean-unuran

2008-04-30 15:25  moneta

	* [r23619] math/mathmore/inc/Math/GSLMinimizer.h,
	  math/mathmore/inc/Math/GSLNLSMinimizer.h,
	  math/mathmore/inc/Math/GSLSimAnMinimizer.h,
	  math/mathmore/src/GSLMinimizer.cxx,
	  math/mathmore/src/GSLNLSMinimizer.cxx,
	  math/mathmore/src/GSLSimAnMinimizer.cxx, math/mathmore/test,
	  math/mathmore/test/Makefile, math/mathmore/test/simanTSP.cxx,
	  math/mathmore/test/testChebyshev.cxx,
	  math/mathmore/test/testDerivation.cxx,
	  math/mathmore/test/testIntegration.cxx,
	  math/mathmore/test/testIntegrationMultiDim.cxx,
	  math/mathmore/test/testInterpolation.cxx,
	  math/mathmore/test/testPermute.cxx,
	  math/mathmore/test/testRandomDist.cxx,
	  math/mathmore/test/testRootFinder.cxx,
	  math/mathmore/test/testSpecFunc.cxx: - port mathmore changes of
	  dev brunch done by David
	  
	  - improve tests to correctly return a status
	  - some clean up of minimizer classes (use directly
	  ROOT::Math::IMultiGenFunction and ROOT::Math::IMultiGradFunction
	  instead of typedef's)

2008-04-30 15:14  couet

	* [r23618] test/stressGraphics.ref: - Tiny mods to avoid reported
	  failures with MSVC8 (seen by Philippe).
	  This file needs to be revisited completly.

2008-04-30 13:29  moneta

	* [r23617] math/genvector/Module.mk,
	  math/genvector/inc/Math/GenVector/DisplacementVector2D.h,
	  math/genvector/inc/Math/GenVector/LorentzVector.h,
	  math/genvector/inc/Math/GenVector/PositionVector2D.h,
	  math/genvector/test: sync with dev brunch rev. 23615
	  
	  - apply changes implemented by David and suggested by G. Raven
	  for the Setters functions of the 2D and 4D vectors,
	  by returning a reference to *this instead of void
	  
	  Changes for the 3D vector have been already applied in rev. 22771

2008-04-30 13:11  moneta

	* [r23616] math/smatrix/Module.mk, math/smatrix/test: - sync with
	  dev branch (rev=23613)
	  
	  fix some dependency in Module.mk

2008-04-29 21:52  rdm

	* [r23609] config/Makefile.solarisCC5: fix for f77 libs on Solaris
	  i386.

2008-04-29 14:37  couet

	* [r23604] graf2d/asimage/inc/TASImage.h,
	  graf2d/asimage/src/TASImage.cxx: - New method to retrieve the
	  last zoom position on an image:
	  
	  void TASImage::GetZoomPosition(UInt_t &x, UInt_t &y, UInt_t &w,
	  UInt_t &h) const
	  
	  Return the zoom parameters. This is useful when the zoom has been
	  done
	  interactively using the mouse.

2008-04-28 19:47  pcanal

	* [r23601] core/cont/src/TRefArray.cxx: remove a redundant call to
	  Form

2008-04-28 19:47  pcanal

	* [r23600] core/clib/src/snprintf.c: Implement support for '%p'
	  [This is needed for microsoft vc7.1]

2008-04-28 19:42  russo

	* [r23599] cint/cint7/src/tmplt.cxx: Make sure that the typedef we
	  generate to map a template-id
	  without the default template parameters filled in, to the
	  template-id with the default parameters filled in is defined
	  in the proper scope.
	  
	  This patch comes from Philippe Canal.
	  
	  -- Paul Russo

2008-04-28 19:21  pcanal

	* [r23598] cint/cint/src/opr.cxx, cint/cint7/src/opr.cxx: Do not
	  add LL or ULL to the string representation of a pointer to
	  (unsigned) long long

2008-04-28 14:11  brun

	* [r23595] html/src/TDocOutput.cxx: Remove strings containing
	  digits from the author list.
	  Should fix <http://savannah.cern.ch/bugs/?36075>

2008-04-28 13:51  couet

	* [r23594] hist/histpainter/src/THistPainter.cxx: - In PaintH3 the
	  palette is drawn in case of option COLZ. This is useful
	  when a TTree 4D plot is painted with that option.

2008-04-28 10:26  brun

	* [r23592] README/CREDITS: Add credits for:
	  Jean-Francois Bastien
	  Lukasz Janyst
	  Hady Zalek

2008-04-28 10:11  rdm

	* [r23591] README/CREDITS: add Anar.

2008-04-28 09:43  brun

	* [r23590] sql/doc, sql/doc/v520.html: Add new doc directory and
	  v520 release notes

2008-04-28 09:38  brun

	* [r23589] montecarlo/doc, montecarlo/doc/v520.html: Add new doc
	  directory and v520 release notes

2008-04-28 09:33  brun

	* [r23587] misc/doc, misc/doc/v520.html: Add new doc directory and
	  v520 release notes

2008-04-28 09:27  brun

	* [r23586] geom/doc, geom/doc/v520.html: Add new doc directory and
	  v520 release notes

2008-04-28 09:26  brun

	* [r23585] roofit/doc, roofit/doc/v520.html: Add new doc directory
	  and v520 release notes

2008-04-28 09:25  brun

	* [r23584] doc, doc/v520.html: Add new doc directory and v520
	  release notes

2008-04-28 09:23  brun

	* [r23583] hist/doc/v520.html: upadte release notes

2008-04-28 09:22  brun

	* [r23582] tmva/doc/v520.html: Add release notes

2008-04-28 09:19  brun

	* [r23581] bindings/doc, bindings/doc/v520.html: Add new doc
	  directory and v520 release not

2008-04-28 09:18  brun

	* [r23580] graf2d/doc, graf2d/doc/v520.html: Add new doc directory
	  and v520 release notes

2008-04-28 09:16  brun

	* [r23579] gui/doc, gui/doc/v520.html: Add new doc directory and
	  v520 release notes

2008-04-28 09:15  brun

	* [r23578] graf3d/doc, graf3d/doc/v520.html: Add new doc directory
	  and v520 release note

2008-04-28 09:13  brun

	* [r23577] math/doc, math/doc/v520.html: Add new doc directory and
	  v520 release notes

2008-04-28 09:12  brun

	* [r23576] proof/doc, proof/doc/v520.html: Add new doc directory
	  and v520 release notes

2008-04-28 09:11  brun

	* [r23575] net/doc, net/doc/v520.html: Add new doc directory and
	  v520 release notes

2008-04-28 09:09  brun

	* [r23574] tree/doc, tree/doc/v520.html: Add new doc directory and
	  v520 release notes

2008-04-28 09:07  brun

	* [r23573] io/doc, io/doc/v520.html: Add new doc directory and v520
	  release notes

2008-04-28 09:05  brun

	* [r23572] core/doc, core/doc/v520.html: Add new doc directory and
	  v520 release notes

2008-04-28 09:03  brun

	* [r23571] cint/doc/v520.html: Add v520 release notes

2008-04-28 09:02  brun

	* [r23570] hist/doc, hist/doc/v520.html: Add new directory doc and
	  the release notes vor v520

2008-04-26 21:50  brun

	* [r23568] gui/gui/src/TGListBox.cxx: From Bertrand:
	  - Update TGListBox the same way it is done in TGListTree (solve
	  flickering problem on Windows)

2008-04-26 21:48  brun

	* [r23567] gui/gui/src/TGClient.cxx: From Bertrand:
	  - Remove extra check for Windows (since modal window option has
	  been implemented on Windows)

2008-04-26 21:47  brun

	* [r23566] graf3d/gl/src/TGLWidget.cxx: From Bertrand:
	  - Remove extra check for Windows (since modal window option has
	  been implemented on Windows)

2008-04-26 19:55  bellenot

	* [r23565] graf2d/win32gdk/gdk/src/gdk/win32/gdkwindow-win32.c: -
	  Implement (at last!) SetWMTransientHint
	  (aka modal window) on Windows

2008-04-26 12:54  bellenot

	* [r23564] graf2d/win32gdk/gdk/src/gdk/win32/gdkwindow-win32.c: -
	  Don't use WS_EX_TOPMOST property (side effects).

2008-04-26 01:58  pcanal

	* [r23563] tree/treeplayer/src/TTreeProxyGenerator.cxx: more
	  -Wshadow fixes

2008-04-25 20:52  russo

	* [r23562] cint/cint7/src/parse.cxx: After handling a break or
	  continue statement while
	  executing a loop, reset the parser return code so
	  that we do not propagate the break/continue status
	  upward.
	  
	  This problem was only visible under -O1, -O2, and
	  -O3, the defective code was not executed under -O0
	  or -O4.
	  
	  This fixes Savannah bug #35884: Problem with break.
	  
	  This is the same fix as revision 23561, but for cint7
	  instead of cint5.
	  
	  -- Paul Russo

2008-04-25 20:50  russo

	* [r23561] cint/cint/src/parse.cxx: After handling a break or
	  continue statement while
	  executing a loop, reset the parser return code so
	  that we do not propagate the break/continue status
	  upward.
	  
	  This problem was only visible under -O1, -O2, and
	  -O3, the defective code was not executed under -O0
	  or -O4.
	  
	  This fixes Savannah bug #35884: Problem with break.
	  
	  -- Paul Russo

2008-04-25 19:46  axel

	* [r23560] cint/reflex/python/genreflex/gendict.py: From Scott
	  Snyder: re-enable selection of templates with defaults. Savannah
	  #36024

2008-04-25 15:37  moneta

	* [r23558] math/minuit2/src/Minuit2Minimizer.cxx: fix a potential
	  problem. Strange that the compiler did not report any warning

2008-04-25 13:47  pcanal

	* [r23554] tree/tree/src/TBranchElement.cxx,
	  tree/tree/src/TTreeCache.cxx,
	  tree/treeplayer/src/TBranchProxyClassDescriptor.cxx,
	  tree/treeplayer/src/TTreeFormula.cxx: Fix for -Wshadow

2008-04-25 13:42  rdm

	* [r23553] math/genvector/Module.mk, math/genvector/test/Makefile,
	  math/mathcore/test/Makefile, math/mathcore/test/fit/Makefile,
	  math/minuit2/Module.mk, math/minuit2/test/Makefile,
	  math/smatrix/test/Makefile, test/Makefile.arch,
	  test/RootIDE/Makefile, test/rhtml/Makefile: remove dependencies
	  on ROOTSYS from the Makefile's. Allows to make and distclean
	  without ROOTSYS being set.

2008-04-25 10:04  brun

	* [r23552] graf3d/gl/src/TGLLightSetEditor.cxx: Fix a shadowed
	  variable

2008-04-25 09:51  couet

	* [r23549] graf3d/ftgl/inc/FTVector.h,
	  graf3d/ftgl/src/FTContour.cxx, graf3d/ftgl/src/FTExtrdGlyph.cxx,
	  graf3d/ftgl/src/FTOutlineGlyph.cxx,
	  graf3d/ftgl/src/FTPolyGlyph.cxx, graf3d/gl/src/TGLViewer.cxx: -
	  Fix shadowed variables.

2008-04-25 09:35  moneta

	* [r23548] math/unuran/Module.mk,
	  math/unuran/test/unuranDiscrete.cxx: fix distclean target
	  (problem reported by Eddy) and remove some warning in tests

2008-04-25 08:45  wouter

	* [r23547] roofit/roofitcore/src/RooRealMPFE.cxx,
	  roofit/roofitcore/src/RooWorkspace.cxx: o RooRealMPFE
	  
	  - Fix Solaris compiler error
	  
	  o RooWorkspace
	  
	  - Fix windows warning

2008-04-25 08:39  couet

	* [r23546] graf3d/gl/src/gl2ps.c: - Fix shadowed variables.

2008-04-25 07:42  brun

	* [r23545] roofit/roofitcore/src/RooMsgService.cxx,
	  roofit/roofitcore/src/RooRealMPFE.cxx: Use gSystem->GetPid
	  instead of the non portable getpid

2008-04-25 07:29  brun

	* [r23544] roofit/roofitcore/src/RooAbsReal.cxx,
	  roofit/roofitcore/src/RooMsgService.cxx: Remove unnecessary
	  include unistd.h (did not compile on Windows)

2008-04-24 22:04  wouter

	* [r23543] roofit/roofitcore/inc/RooNLLVar.h: o RooNLLVar
	  
	  - Fix gcc4.3 compiler problems

2008-04-24 21:58  wouter

	* [r23542] roofit/roofitcore/inc/RooChi2Var.h: o RooChi2Var
	  
	  - Fix gcc4.3 problems

2008-04-24 21:47  brun

	* [r23541] test/stressRooFit.cxx: From Wouter:
	  New version including a new reference file

2008-04-24 21:15  wouter

	* [r23540] roofit/roofitcore/inc/RooAbsReal.h: o RooAbsReal
	  
	  - Fix Windows compiler error

2008-04-24 21:02  wouter

	* [r23539] roofit/roofit/inc/Roo2DKeysPdf.h,
	  roofit/roofit/inc/RooBlindTools.h,
	  roofit/roofit/src/RooBlindTools.cxx,
	  roofit/roofit/src/RooExponential.cxx,
	  roofit/roofit/src/RooGExpModel.cxx,
	  roofit/roofit/src/RooGaussModel.cxx,
	  roofit/roofit/src/RooGaussian.cxx,
	  roofit/roofit/src/RooNDKeysPdf.cxx,
	  roofit/roofit/src/RooPolynomial.cxx: === Date: Thu Apr 24
	  15:20:15 2008 ===
	  
	  o Various classes
	  
	  - Fix all -Wshadow compiler warnings
	  
	  
	  o RooNDKeysPdf
	  
	  - Fix gcc4.3 compiler warning

2008-04-24 21:02  wouter

	* [r23538] roofit/roofitcore/Module.mk,
	  roofit/roofitcore/inc/LinkDef3.h,
	  roofit/roofitcore/inc/Roo1DTable.h,
	  roofit/roofitcore/inc/RooAbsAnaConvPdf.h,
	  roofit/roofitcore/inc/RooAbsArg.h,
	  roofit/roofitcore/inc/RooAbsBinning.h,
	  roofit/roofitcore/inc/RooAbsCategory.h,
	  roofit/roofitcore/inc/RooAbsCollection.h,
	  roofit/roofitcore/inc/RooAbsData.h,
	  roofit/roofitcore/inc/RooAbsFunc.h,
	  roofit/roofitcore/inc/RooAbsGenContext.h,
	  roofit/roofitcore/inc/RooAbsHiddenReal.h,
	  roofit/roofitcore/inc/RooAbsMCStudyModule.h,
	  roofit/roofitcore/inc/RooAbsOptTestStatistic.h,
	  roofit/roofitcore/inc/RooAbsPdf.h,
	  roofit/roofitcore/inc/RooAbsProxy.h,
	  roofit/roofitcore/inc/RooAbsReal.h,
	  roofit/roofitcore/inc/RooAbsRealLValue.h,
	  roofit/roofitcore/inc/RooAbsString.h,
	  roofit/roofitcore/inc/RooAbsTestStatistic.h,
	  roofit/roofitcore/inc/RooAcceptReject.h,
	  roofit/roofitcore/inc/RooAddGenContext.h,
	  roofit/roofitcore/inc/RooAddPdf.h,
	  roofit/roofitcore/inc/RooAddition.h,
	  roofit/roofitcore/inc/RooArgProxy.h,
	  roofit/roofitcore/inc/RooCacheManager.h,
	  roofit/roofitcore/inc/RooCatType.h,
	  roofit/roofitcore/inc/RooCategoryProxy.h,
	  roofit/roofitcore/inc/RooChi2Var.h,
	  roofit/roofitcore/inc/RooConstraintSum.h,
	  roofit/roofitcore/inc/RooConvGenContext.h,
	  roofit/roofitcore/inc/RooCurve.h,
	  roofit/roofitcore/inc/RooCustomizer.h,
	  roofit/roofitcore/inc/RooDataHist.h,
	  roofit/roofitcore/inc/RooDataSet.h,
	  roofit/roofitcore/inc/RooDataSetSliceIter.h,
	  roofit/roofitcore/inc/RooDataWeightedAverage.h,
	  roofit/roofitcore/inc/RooEllipse.h,
	  roofit/roofitcore/inc/RooFitResult.h,
	  roofit/roofitcore/inc/RooFormula.h,
	  roofit/roofitcore/inc/RooFormulaVar.h,
	  roofit/roofitcore/inc/RooGenCategory.h,
	  roofit/roofitcore/inc/RooGenContext.h,
	  roofit/roofitcore/inc/RooGenericPdf.h,
	  roofit/roofitcore/inc/RooGlobalFunc.h,
	  roofit/roofitcore/inc/RooGrid.h, roofit/roofitcore/inc/RooHist.h,
	  roofit/roofitcore/inc/RooLinearVar.h,
	  roofit/roofitcore/inc/RooListProxy.h,
	  roofit/roofitcore/inc/RooMCStudy.h,
	  roofit/roofitcore/inc/RooMappedCategory.h,
	  roofit/roofitcore/inc/RooMinuit.h,
	  roofit/roofitcore/inc/RooMsgService.h,
	  roofit/roofitcore/inc/RooMultiCategory.h,
	  roofit/roofitcore/inc/RooNLLVar.h,
	  roofit/roofitcore/inc/RooNameSet.h,
	  roofit/roofitcore/inc/RooNumIntConfig.h,
	  roofit/roofitcore/inc/RooObjCacheManager.h,
	  roofit/roofitcore/inc/RooParamBinning.h,
	  roofit/roofitcore/inc/RooPlot.h,
	  roofit/roofitcore/inc/RooPlotable.h,
	  roofit/roofitcore/inc/RooPrintable.h,
	  roofit/roofitcore/inc/RooProdGenContext.h,
	  roofit/roofitcore/inc/RooProdPdf.h,
	  roofit/roofitcore/inc/RooRealBinding.h,
	  roofit/roofitcore/inc/RooRealIntegral.h,
	  roofit/roofitcore/inc/RooRealMPFE.h,
	  roofit/roofitcore/inc/RooRealProxy.h,
	  roofit/roofitcore/inc/RooRealVar.h,
	  roofit/roofitcore/inc/RooRecursiveFraction.h,
	  roofit/roofitcore/inc/RooResolutionModel.h,
	  roofit/roofitcore/inc/RooSetProxy.h,
	  roofit/roofitcore/inc/RooSimGenContext.h,
	  roofit/roofitcore/inc/RooSuperCategory.h,
	  roofit/roofitcore/inc/RooTObjWrap.h,
	  roofit/roofitcore/inc/RooTable.h,
	  roofit/roofitcore/inc/RooThresholdCategory.h,
	  roofit/roofitcore/inc/RooTreeData.h,
	  roofit/roofitcore/inc/RooUniformBinning.h,
	  roofit/roofitcore/inc/RooWorkspace.h,
	  roofit/roofitcore/src/Roo1DTable.cxx,
	  roofit/roofitcore/src/RooAbsAnaConvPdf.cxx,
	  roofit/roofitcore/src/RooAbsArg.cxx,
	  roofit/roofitcore/src/RooAbsBinning.cxx,
	  roofit/roofitcore/src/RooAbsCategory.cxx,
	  roofit/roofitcore/src/RooAbsCollection.cxx,
	  roofit/roofitcore/src/RooAbsData.cxx,
	  roofit/roofitcore/src/RooAbsGenContext.cxx,
	  roofit/roofitcore/src/RooAbsHiddenReal.cxx,
	  roofit/roofitcore/src/RooAbsIntegrator.cxx,
	  roofit/roofitcore/src/RooAbsOptTestStatistic.cxx,
	  roofit/roofitcore/src/RooAbsPdf.cxx,
	  roofit/roofitcore/src/RooAbsProxy.cxx,
	  roofit/roofitcore/src/RooAbsReal.cxx,
	  roofit/roofitcore/src/RooAbsRealLValue.cxx,
	  roofit/roofitcore/src/RooAbsSelfCachedPdf.cxx,
	  roofit/roofitcore/src/RooAbsString.cxx,
	  roofit/roofitcore/src/RooAbsTestStatistic.cxx,
	  roofit/roofitcore/src/RooAcceptReject.cxx,
	  roofit/roofitcore/src/RooAddGenContext.cxx,
	  roofit/roofitcore/src/RooAddModel.cxx,
	  roofit/roofitcore/src/RooAddPdf.cxx,
	  roofit/roofitcore/src/RooAddition.cxx,
	  roofit/roofitcore/src/RooArgProxy.cxx,
	  roofit/roofitcore/src/RooBanner.cxx,
	  roofit/roofitcore/src/RooCatType.cxx,
	  roofit/roofitcore/src/RooCategoryProxy.cxx,
	  roofit/roofitcore/src/RooChi2Var.cxx,
	  roofit/roofitcore/src/RooClassFactory.cxx,
	  roofit/roofitcore/src/RooConstraintSum.cxx,
	  roofit/roofitcore/src/RooConvGenContext.cxx,
	  roofit/roofitcore/src/RooCurve.cxx,
	  roofit/roofitcore/src/RooCustomizer.cxx,
	  roofit/roofitcore/src/RooDataHist.cxx,
	  roofit/roofitcore/src/RooDataProjBinding.cxx,
	  roofit/roofitcore/src/RooDataSet.cxx,
	  roofit/roofitcore/src/RooDataWeightedAverage.cxx,
	  roofit/roofitcore/src/RooEffProd.cxx,
	  roofit/roofitcore/src/RooEllipse.cxx,
	  roofit/roofitcore/src/RooFFTConvPdf.cxx,
	  roofit/roofitcore/src/RooFitResult.cxx,
	  roofit/roofitcore/src/RooFormula.cxx,
	  roofit/roofitcore/src/RooFormulaVar.cxx,
	  roofit/roofitcore/src/RooGenCategory.cxx,
	  roofit/roofitcore/src/RooGenContext.cxx,
	  roofit/roofitcore/src/RooGenericPdf.cxx,
	  roofit/roofitcore/src/RooGlobalFunc.cxx,
	  roofit/roofitcore/src/RooGrid.cxx,
	  roofit/roofitcore/src/RooHist.cxx,
	  roofit/roofitcore/src/RooIntegrator1D.cxx,
	  roofit/roofitcore/src/RooLinearVar.cxx,
	  roofit/roofitcore/src/RooListProxy.cxx,
	  roofit/roofitcore/src/RooMCStudy.cxx,
	  roofit/roofitcore/src/RooMappedCategory.cxx,
	  roofit/roofitcore/src/RooMinuit.cxx,
	  roofit/roofitcore/src/RooMsgService.cxx,
	  roofit/roofitcore/src/RooMultiCategory.cxx,
	  roofit/roofitcore/src/RooNLLVar.cxx,
	  roofit/roofitcore/src/RooNameReg.cxx,
	  roofit/roofitcore/src/RooNameSet.cxx,
	  roofit/roofitcore/src/RooNumConvPdf.cxx,
	  roofit/roofitcore/src/RooNumConvolution.cxx,
	  roofit/roofitcore/src/RooNumIntConfig.cxx,
	  roofit/roofitcore/src/RooParamBinning.cxx,
	  roofit/roofitcore/src/RooPlot.cxx,
	  roofit/roofitcore/src/RooPlotable.cxx,
	  roofit/roofitcore/src/RooPrintable.cxx,
	  roofit/roofitcore/src/RooProdGenContext.cxx,
	  roofit/roofitcore/src/RooProdPdf.cxx,
	  roofit/roofitcore/src/RooProduct.cxx,
	  roofit/roofitcore/src/RooProjectedPdf.cxx,
	  roofit/roofitcore/src/RooRandomizeParamMCSModule.cxx,
	  roofit/roofitcore/src/RooRealBinding.cxx,
	  roofit/roofitcore/src/RooRealIntegral.cxx,
	  roofit/roofitcore/src/RooRealMPFE.cxx,
	  roofit/roofitcore/src/RooRealProxy.cxx,
	  roofit/roofitcore/src/RooRealSumPdf.cxx,
	  roofit/roofitcore/src/RooRealVar.cxx,
	  roofit/roofitcore/src/RooRecursiveFraction.cxx,
	  roofit/roofitcore/src/RooResolutionModel.cxx,
	  roofit/roofitcore/src/RooSetProxy.cxx,
	  roofit/roofitcore/src/RooSimGenContext.cxx,
	  roofit/roofitcore/src/RooSimPdfBuilder.cxx,
	  roofit/roofitcore/src/RooSimultaneous.cxx,
	  roofit/roofitcore/src/RooSuperCategory.cxx,
	  roofit/roofitcore/src/RooTable.cxx,
	  roofit/roofitcore/src/RooThreshEntry.cxx,
	  roofit/roofitcore/src/RooThresholdCategory.cxx,
	  roofit/roofitcore/src/RooTreeData.cxx,
	  roofit/roofitcore/src/RooTruthModel.cxx,
	  roofit/roofitcore/src/RooUniformBinning.cxx,
	  roofit/roofitcore/src/RooWorkspace.cxx: Import changes from
	  development branch
	  
	  ==== Date: Wed Feb 20 22:33:28 2008 =====
	  
	  o RooRealSumPdf
	  
	  - Do _not_ use normalization of RooAbsPdf input components
	  in numerator of RooRealSumPdf expression since it is
	  already explicitly occurring in denominator of RooRealSumPdf.
	  (Fixes wrong normalization reported by Tristan)
	  
	  
	  o RooObjCacheManager
	  
	  - Register owner of cache with each cache elememt to
	  facilitate callbacks
	  
	  
	  o RooAbsCacheElement
	  
	  - Add storage for pointer to owner of cache and
	  supply setOwner() function
	  
	  
	  o RooAbsPdf
	  
	  - Use RooObjCacheManager callback mechanism to zero
	  'last used normalization' pointer in RooAbsPdf
	  when the cache-owned object pointed is about
	  to be deleted.
	  
	  
	  o RooAbsArg
	  
	  - Make crc32 function static
	  
	  
	  o RooWorkspace
	  
	  - Add CodeRepo nested class that allows to store C++ code
	  of RooAbsArg derived classes that are not in ROOT distribution
	  but are contained in workspace. When reading any missing
	  class, code is compiled on the fly allowing for transparent
	  reading of workspace object from file. Code is found in
	  location pointed to from TClass objects. Additional search
	  path for declaration and implementation files can be provided
	  to be able to handle non-trivial cases.
	  
	  - Add WSDir nested class that represents information contained
	  in workspace as read-only TDirectory for easy interactive use.
	  Directory representation is created using makeDir() member
	  function.
	  
	  
	  o LinkDef3
	  
	  - Add nested classes in RooWorkspace
	  
	  ===== Date: Wed Mar 26 23:04:26 2008 =====
	  
	  o RooProdPdf
	  
	  - Fix typo in ctor documentaion
	  
	  - Improve error message in expectedEvents() when no extendable
	  p.d.f.s are found
	  
	  - Implement getConstraints() function to retrieve constraint
	  p.d.f terms from product
	  expression given set of observables and set of parameters to be
	  constrained.
	  
	  
	  o RooMsgService
	  
	  - Add PROGRESS message level between INFO and WARNING
	  
	  - Add globalKill level for messages to be able to quickly
	  eliminate all messages below
	  a given level without interfering with the stream structore of
	  RooMsgService
	  
	  
	  o RooPrintable
	  
	  - Implement new printing interface with more details control over
	  items printed trhough contents enum
	  (multiple ORable options) and style of printing (inline, single
	  line, (verbose) multiline) with style
	  enum (exclusive options).
	  
	  - Introduce generic virtual functions for printing of
	  name,title,value,arguments,
	  and extras of each object.
	  
	  - Each class can overload the default contents used for all
	  printing
	  uses (inline,verbose,standard) etc as well as the default
	  printing style invoked by Print()
	  
	  
	  o RooPlot,RooGenContext,
	  RooAbsRealLValue,RooDataSet,RooNameSet,RooCustomizer,
	  RooAbsGenContext, RooAddModel,
	  RooFitResult,RooCurve,RooAbsAnaConv,RooHist,RooAbsReal,RooAbsCollection,RooAddPdf,RooTable,RooAbsData,
	  RooMappedCategory,RooFormula,RooFormulaVar,RooCatType,RooRealVar,RooAbsArg,RooAbsPdf,RooPlotable,RooRealIntegral,
	  RooAbsBinning,Roo1DTable,RooAddGenContext,RooGenericPdf,RooResolutionMode,RooAbsHiddenReal,RooMultiCategory,
	  RooAbsString,RooSetProxy,RooProdGenContext,RooConvGenContext,RooGenCategory,RooGrid,RooSimGenContext,
	  RooThresholdCategory,RooAcceptReject,RooSuperCategory,RooEllipse,RooNumIntConfig,RooAbsCategory,RooListProxy,
	  RooLinearVar,RooTreeData,RooTreeData
	  
	  - Update to new RooPrintable interface
	  
	  
	  o
	  RooGenContext,RooAbsGenContext,RooAddGenContext,RooProdGenContext,RooConvGenContext,RooSimGenContext
	  
	  - Implement attach() function to simplify management of changing
	  parameters during lifetime of context
	  
	  
	  o RooAbsRealLValue
	  
	  - Eliminate inFitRange() warning message as it is gives too many
	  false warnings when used with
	  parameterized ranges
	  
	  
	  o RooCustomizer
	  
	  - Make owning of contents optional to simplify release of created
	  components
	  
	  
	  o RooAbsReal
	  
	  - Implement new evaluation error logging mechanism. Rather than
	  passing zero p.d.f values, push error message with
	  details on a static stack (if logging is enabled by e.g.
	  RooMinuit).
	  
	  - Augment functionality of createIntegral: explicitly allow
	  integration over ranges with bounds parameterized in
	  in terms of other integrated observables. Integrals of this type
	  are automatically recognized and cast
	  as recursive integrals in case of >1-D integrals to integrate
	  over requested phase space.
	  
	  - Add createIntObj() helper function for above functionaliy.
	  
	  - Eliminate a lot of commented out debug code from
	  createPlotProjection()
	  
	  - Modify fillHistogram(): when plot observables are cloned,
	  explicitly interconnect clones again to facilitate
	  proper plotting of N-D integrals with entangled parameterized
	  ranges
	  
	  - Add ScaleFactor() argument to fillHistogram to control use of
	  histogram density correction scale factor in Z-scale
	  of filled histogram
	  
	  
	  o RooProduction
	  
	  - Fix bug for persistence
	  
	  
	  o RooRealMPFE
	  
	  - Extend client/server protocol with message to retrieve
	  RooAbsReal evaluation error log from server side and
	  merge with error log on client side
	  
	  
	  o RooRealVar
	  
	  - Introduced concept of non-shared alternative binnings(ranges)
	  required to accommodate RooParamBinning ranges
	  that cannot be shared across instances because of their
	  client/server connection to other objects in p.d.f
	  expression trees. Modify setBinning to automatically recognize
	  non-shareable binnings and divert those to
	  non-shared alternative binning container.
	  
	  - Add setRange([const char*,] RooAbsReal&,RooAbsReal&) methods to
	  simplify creation of parameterized ranges.
	  
	  
	  o RooAbsArg
	  
	  - Introduce concept of owned components with addOwnedComponents()
	  interface to be able to make any RooAbsArg
	  object own any number of others. This can be used to simplify the
	  memory management of object trees
	  
	  - Introduce prohibitServerRedirect mode that will trigger fatal
	  assert if any server redirect is attempted
	  to thus configured object. Useful as debugging tool to track
	  faulty copy constructors that leave clone
	  object tree unintentionally connected to the original object
	  tree.
	  
	  - Migrate fixed--name-field management tool from RooAbsReal to
	  RooAbsArg. Used to accomplish regular
	  formatting in RooAbsCollection::printStream.
	  
	  - Add concept of transient boolean attributes that are not
	  tranferred on copy construction. Mostly useful
	  for debugging.
	  
	  - Extend leafNodeServerList and treeNodeServerList to distinguish
	  to types of leaf-nodes: strict leaf modes
	  in the sense of the client-server tree structure and 'physical'
	  leaf nodes that do not recurse into
	  nodes that have isDerived()==kFalse. The latter corresponds to
	  the original concept of leaf nodes / variables,
	  which the former mode, a new addition, explicitly exposes any
	  shape servers contained in parameterized
	  ranges of variables.
	  
	  - Fix logic error in recursiveServerRedirect: do not recurse into
	  nodes that are in the replacement list themselves.
	  
	  - Fix bug in printCompactTree(): value/shape clients were not
	  always properly indicated.
	  
	  - Add getAllConstraints() method that finds all RooProdPdfs in
	  expression trees and harvest constraints from all
	  of these from the getConstraint() method
	  
	  
	  o RooAbsPdf
	  
	  - Implement new evaluation error logging mechanism for negative
	  p.d.f values and zero normalization integrals
	  
	  - Add Constrain(const RooArgSet& pars) and
	  ExternalConstraints(const RooArgSet& pdfs) arguments to fitTo()
	  method.
	  The Constrain() method retrieves any constraints p.d.f. on
	  parameters multiplied in any RooProdPdf in the normal
	  p.d.f expression and adds those to the likelihood that is
	  minimized. Only constraints on the listed parameters
	  will be picked up. Multiple constraints per parameter may exist.
	  The ExternalConstrains() argument implements
	  similar functionality except that provided external constraint
	  p.d.f.s are added rather than internal constraints.
	  
	  - Fix potentially fatal bug in print statement in getContext()
	  
	  - Add new method createCdf() to create a cumulative distribution
	  function from given p.d.f. Given a set of observables x,
	  the returned c.d.f is implemented in terms of a RooRealIntegral
	  of p.d.f(x') over a parameterized range from [ 0 - x ].
	  
	  
	  o Roo1DIntegrator
	  
	  - Improve error message
	  
	  
	  o RooRealIntegral
	  
	  - Fix bug in calculation of shape dependencies on observables.
	  
	  - Add handling of dependencies of integral value on values of
	  objects representing parameterized ranges of
	  integrated observables.
	  
	  
	  o RooMCStudy
	  
	  - Add Constrain(const RooArgSet& pars) and
	  ExternalConstraints(const RooArgSet& pdfs) arguments to
	  constructor.
	  In addition to passing these arguments to the fitTo() call of the
	  fit stage, modify event generation as
	  follows: instead of sampling events from 'static' generator
	  p.d.f, sample value of constrained parameters
	  from joint constraints p.d.f and sample observables at those
	  parameter settings. Save the generator parameters
	  for each toy as these change per toy. Change the pull calculation
	  such that it uses the per-event truth values
	  rather than the per-study truth value if constraints are used.
	  
	  
	  o RooAddition
	  
	  - Fix bug in evaluate() related to persistence
	  
	  
	  o RooMinuit
	  
	  - Enable/disable new evaluation error logging mechanism prior to
	  and just after each MINUIT call.
	  
	  - Print logged error messages, if any, in glue function
	  
	  
	  o RooProjectedPdf
	  
	  - Fix important bug: normalization set should always include
	  integration set for each configuration
	  
	  
	  o RooGlobalFunc
	  
	  - Add definition of Scaling(),Constrain() and
	  ExternalConstraints() helper functions
	  
	  
	  o RooUniformBinning
	  
	  - Remove dedicated print function as it output is identical to
	  that of the generic print function in RooAbsBinningx
	  
	  
	  o RooAbsBinning
	  
	  - Add virtual methods isParameterized(),lowBound() and
	  highBound() to be to detect and analyze parameterized binnings
	  through abstract interface
	  
	  - Add isShareable() method to be able to separate shareable and
	  non-shareable binnings in RooRealVar.
	  
	  - Add insertHook() and removeHook() function to allow connection
	  of possible proxies present in binning to
	  owning RooAbsArg.
	  
	  
	  o RooWorkspace
	  
	  - Improve code import facility by introducing a class->file
	  mapping step in the CodeStore to correctly handle cases where
	  multiple classes are defined in a single file.
	  
	  - Add check that TClass interface actually yields file names.
	  
	  - Only require default constructor to be present for non-abstract
	  classes. It should be there for abstract classes as
	  well but current TClass::HasDefaultConstructor() method will not
	  tell us.
	  
	  o RooTreeData
	  
	  - Improve renameVariable() method to not only rename the
	  RooAbsArg branch buffer but also any TTree branches involved as
	  well.
	  While the tree branch names are generally invisible to the user,
	  having branch names that are different from branch buffer names
	  may cause branch naming conflicts in merge() that are not
	  detectable as branch buffer naming conflicts.
	  
	  
	  o RooParamBinning
	  
	  - New class implementing binning with low and high points defined
	  by external RooAbsReal objects
	  
	  
	  o RooConstrainSum
	  
	  - Helper class for RooAbsPdf to represent likelihood of
	  collection of constraint p.d.f.s.
	  
	  
	  ==== Date: Fri Mar 28 10:04:57 2008 =====
	  
	  o RooRecursiveFraction
	  
	  - Helper function for RooAddPdf that calculates recursive
	  fraction
	  f1*(1-f2)*(1-f3) from a given set of plain fractions
	  
	  
	  o RooAddPdf
	  
	  - Add flag to ctor to optionally interpret fractions as recursive
	  fractions.
	  If activated it constructs the recursive fractions using
	  RooRecursiveFraction
	  from the original fractions
	  
	  
	  o LinkDef3.h, Module.mk
	  
	  - Add new class RooRecursiveFraction
	  
	  ==== Date: Tue Apr 1 22:42:19 2008 ====
	  
	  o RooDataWeightedAverage
	  
	  - New implementation of RooAbsOptTestStatistics that calculates
	  data weighted
	  average of any RooAbsReal. This class serves as successor of
	  RooDataProjBinding
	  that no longer complies with new optimization scheme.
	  
	  o RooRealBinding
	  
	  - Implement name() function for more useful error messaging in
	  integration
	  
	  
	  o RooChi2Var,RooNLLVar
	  
	  - Follow changes in base class
	  
	  
	  o RooAbsReal
	  
	  - In plotOn() support binning flag in ProjWData(). Reimplement
	  data-weighted projections
	  using new RooDataWeightedAverage class instead of
	  RooDataProjBinding which does not
	  work with new generic function optimization scheme.
	  
	  - Add support for NumCPU() argument
	  in plotOn() to facilitate multi-processor calculation of
	  projections. Extend NumCPU()
	  argument to pass interleaving option in MP splitting mode of
	  RooAbsTestStatistic
	  
	  - Move fixAddCoefNormalization() and fixAddCoefRange() from
	  RooAbsPdf to RooAbsReal
	  
	  
	  o RooAbsTestStatistic
	  
	  - Generalize functionality: allow RooAbsReals as input arguments
	  instead of RooAbsPdfs only.
	  Also add virtual globalNormalization() function that allows to
	  apply a global normalization
	  term after combinedValue() operation to facilitate functionality
	  of RooDataWeightedAverage.
	  
	  - Add option to split data in multiprocessor mode in interleave
	  mode instead of in bulk mode.
	  Interleave mode is useful for parallel processing of histogram
	  data where bulk partitions
	  may not contain equal amount of non-zero data points leading to
	  non-optimal load balancing
	  between processes.
	  
	  
	  o RooAbsPdf
	  
	  - Move fixAddCoefRange() and fixAddCoefNormalization to
	  RooAbsReal to support operation of
	  new generalized RooAbsTestStatistic
	  
	  
	  o RooIntegrator1D
	  
	  - Use name() of RooAbsFunc() to clarify warning and error
	  messages.
	  
	  
	  o RooRealIntegral
	  
	  - Rename _operMode to _intOperMode to avoid shadowing of equally
	  named data member in RooAbsArg
	  
	  - Fix bug in recursive printing
	  
	  
	  o RooSetProxy
	  
	  - Fix bug in print()
	  
	  
	  o RooGlobalFunc
	  
	  - Modify ProjWData() and NumCPU() helper functions with extra
	  optional argument
	  
	  
	  o RooAbsOptTestStatistic
	  
	  - Follow changes in RooAbsTestStatistic
	  
	  
	  o RooAbsFunc
	  
	  - Add virtual name() function to facilitate better error and
	  warning messages from integrators
	  
	  === Date: Tue Apr 15 17:57:32 2008 ===
	  
	  o RooMsgService
	  
	  - Add option to prefix streamed messages with process ID to
	  simplify
	  debugging of parallel fits
	  
	  
	  o RooAbsProxy
	  
	  - Add optional addContents flag to print()
	  
	  
	  o RooArgProxy, RooSetProxy, RooListProxy
	  
	  - Implement addContents flag in print()
	  
	  
	  o RooAbsReal
	  
	  - Reimplement stack of logged error messages in terms of custom
	  EvalError class.
	  A separate list<EvalError> is now kept for each object that
	  reports an error.
	  In addition to the given error message a record is constructed of
	  the proxy
	  values at the time of reporting.
	  
	  - In printEvalErrors() add option to restrict number of reported
	  items per node.
	  If number is zero, only number of errors per node is shown
	  (without details)
	  
	  
	  o RooRealMPFE
	  
	  - Adjust ReportErrors message to changes EvalError implementation
	  in RooAbsReal.
	  
	  - Make sure to synchronize remote error logging state with state
	  of parent process
	  before each evaluate()
	  
	  
	  o RooRealVar
	  
	  - Move printing of error from printValue() to printExtras()
	  
	  
	  o RooNLLVar
	  
	  - Fix bug in setting of interleave parameter of base class in
	  certain ctors
	  
	  
	  o RooAbsPdf
	  
	  - Improve passing of eval error messsages by make separate
	  messages for NaN
	  and negative values and including details in the error message
	  
	  - Add PrintEvalError(Int_t nErr) option to fitTo() to control new
	  eval error
	  message control system
	  
	  - Int printValue show both value (raw from evaluate()) as well as
	  most recently
	  used normalization value (if available)
	  
	  
	  o RooMinuit
	  
	  - Interface new eval error logging control by adding
	  setPrintEvalErrors(Int_t numEvalErrors)
	  
	  === Date: Thu Apr 24 15:11:59 2008 ===
	  
	  o Various classes
	  
	  - Fix all -Wshadow compiler warnings
	  
	  === Date: Thu Apr 24 16:32:21 2008 ===
	  
	  o RooMsgService
	  
	  - Use TSystem::GetPid() rather than getpid() for portability
	  
	  
	  o RooAbsReal
	  
	  - Make nested class EvalError public
	  
	  
	  o RooWorkspace
	  
	  - Fix windows compiler warning
	  
	  ========================================
	  
	  o RooBanner
	  
	  - Increment version tag to 2.40

2008-04-24 20:58  brun

	* [r23537] montecarlo/eg/src/TDatabasePDG.cxx: From Bertrand:
	  - Re-introduce variable initialization removed in Revision 23479

2008-04-24 19:39  rdm

	* [r23536] core/base/inc/TString.h, core/base/src/TString.cxx,
	  core/cont/inc/TCollection.h: revert the std::string forward
	  declaration, not allowed by the standard.

2008-04-24 16:31  brun

	* [r23533] hist/hist/src/TH1.cxx, hist/hist/src/THnSparse.cxx: From
	  Axel:
	  there is a bug in GCC 4.3.0 that makes
	  roottest/root/hist/operator/runsparse.C fail in the error
	  calculation part. Funny enough it fails because TH3 messes up its
	  errors (not THnSparse :-) .
	  
	  The problem stems from TH1::GetBinError():
	  if (fSumw2.fN) return TMath::Sqrt(fSumw2.fArray[bin]);
	  does not get evaluated properly - it has _horribly_ wrong values,
	  e.g.
	  -5063: 0.42
	  +5063: 0.648074
	  ("-" is GCC 3.4.6, "+" is GCC 4.3.0)
	  after scaling a bin with a single entry by 0.42. So this is a
	  real issue. It's possibly connected to the new math compiler
	  intrinsics + pushing their results onto the stack.
	  
	  Attached patch fixes this, by introducing a temporary.
	  
	  Double_t err2 = fSumw2.fArray[bin];
	  return TMath::Sqrt(err2);
	  
	  The patch also fixes THnSparse::Scale() - it was also scaling the
	  entries.

2008-04-24 16:24  rdm

	* [r23532] test/stressIterators.cxx: From Anar:
	  - added tests for the following cases:
	  * TBtree with std::for_each (Full iteration: from the Begin up to
	  the End)
	  * TBtree with std::find_if
	  * TBtree with std::count_if
	  * TOrdCollection with std::for_each (Full iteration: from the
	  Begin
	  up to the End)
	  * TOrdCollection with std::find_if
	  * TOrdCollection with std::count_if
	  * TRefArray with std::for_each (Full iteration: from the Begin up
	  to the End)
	  * TRefArray with std::find_if
	  * TRefArray with std::count_if

2008-04-24 16:23  rdm

	* [r23531] core/cont/inc/TOrdCollection.h,
	  core/cont/src/TOrdCollection.cxx: iterator of TOrdCollection
	  objects can be now used with std::for_each,
	  std::find_if, std::count_if and the like.

2008-04-24 16:22  rdm

	* [r23530] core/cont/inc/TRefArray.h, core/cont/src/TRefArray.cxx:
	  From Anar:
	  iterator of TRefArray objects can be now used with std::for_each,
	  std::find_if,
	  std::count_if and the like.

2008-04-24 16:21  rdm

	* [r23529] core/cont/inc/TBtree.h, core/cont/src/TBtree.cxx: From
	  Anar:
	  iterator of TBtree objects can be now used with std::for_each,
	  std::find_if,
	  std::count_if and the like.

2008-04-24 15:30  moneta

	* [r23525] math/mathmore/src/GSLRootFinderDeriv.cxx: more fixes for
	  -Wshadow

2008-04-24 15:25  moneta

	* [r23524] math/mathmore/inc/Math/GSLRootFinderDeriv.h: - fix for
	  -Wshadow

2008-04-24 15:12  brun

	* [r23523] test/RootIDE/TGRootIDE.cxx,
	  test/RootShower/RootShower.cxx: From Bertrand:
	  - Add a few more missing #include <string>

2008-04-24 15:09  moneta

	* [r23522] math/minuit2/inc/Minuit2/ABProd.h,
	  math/minuit2/inc/Minuit2/ABSum.h,
	  math/minuit2/inc/Minuit2/FumiliFCNBase.h,
	  math/minuit2/inc/Minuit2/LASymMatrix.h,
	  math/minuit2/inc/Minuit2/LAVector.h,
	  math/minuit2/inc/Minuit2/MinuitParameter.h,
	  math/minuit2/inc/Minuit2/MnCross.h,
	  math/minuit2/inc/Minuit2/MnParabola.h,
	  math/minuit2/inc/Minuit2/MnParabolaPoint.h,
	  math/minuit2/src/BasicMinimumError.cxx,
	  math/minuit2/src/FumiliBuilder.cxx,
	  math/minuit2/src/MnApplication.cxx,
	  math/minuit2/src/MnContours.cxx,
	  math/minuit2/src/MnFunctionCross.cxx,
	  math/minuit2/src/MnHesse.cxx, math/minuit2/src/MnLineSearch.cxx,
	  math/minuit2/src/MnParabolaFactory.cxx,
	  math/minuit2/src/MnSeedGenerator.cxx,
	  math/minuit2/src/MnUserParameterState.cxx,
	  math/minuit2/src/MnUserParameters.cxx,
	  math/minuit2/src/MnUserTransformation.cxx,
	  math/minuit2/src/NegativeG2LineSearch.cxx,
	  math/minuit2/src/VariableMetricBuilder.cxx: - remove warning due
	  to -Wshadow
	  - rename variable "Name" to "name"
	  - rename also methods like a(), b() , x() to X() , A(), B() to be
	  consistent with ROOT coding convention

2008-04-24 14:49  brun

	* [r23521] geom/gdml/src/TGDMLParse.cxx,
	  graf2d/graf/src/TGraph.cxx, graf2d/graf/src/TGraphErrors.cxx,
	  graf3d/eve/src/TEveUtil.cxx, html/src/TDocParser.cxx,
	  tree/tree/src/TLeafC.cxx: From Bertrand:
	  - Add a few missing #include <string>

2008-04-24 14:23  brun

	* [r23517] build/win/w32pragma.h: From Axel:
	  Add CPP macro needed against MSVC9 warnings on missing
	  declaration attributes of math funcs.

2008-04-24 14:19  brun

	* [r23516] misc/table/inc/TTable.h: Fix shadowed variables

2008-04-24 14:17  pcanal

	* [r23515] cint/cint7/src/struct.cxx: fix typo in r23487

2008-04-24 14:04  rdm

	* [r23514] Makefile, config/Makefile.in, configure: deprecate the
	  options:
	  --enable-cern
	  --with-cern-libdir

2008-04-24 14:02  brun

	* [r23513] core/base/src/TSystem.cxx: From Bertrand:
	  - Add missing #include <string> in Tsystem.cxx

2008-04-24 14:02  rdm

	* [r23512] graf3d/eve/src/TEveProjections.cxx: From MAtevz:
	  use std::numeric_limits<Float_t>::infinity() instead of 1e50
	  which gives
	  a warning on icc:
	  warning #264: floating-point value does not fit in required
	  floating-point type

2008-04-24 13:46  rdm

	* [r23511] core/base/inc/TString.h: try a fix for Win32.

2008-04-24 13:29  brun

	* [r23510] net/auth/src/TAuthenticate.cxx: Fix shadowed variables

2008-04-24 13:20  brun

	* [r23509] misc/minicern/src/kernlib.f: From Axel
	  Valeri's fl32.exe doesn't manage to understand hex numbers.
	  we just change the hex numbers to int

2008-04-24 13:15  brun

	* [r23507] graf3d/eve/src/TEveManager.cxx: Fix a shadowed variable

2008-04-24 13:13  brun

	* [r23506] graf2d/graf/src/TMultiGraph.cxx: Fix a shadowed variable

2008-04-24 13:11  brun

	* [r23504] main/src/h2root.cxx: Fix shadowed variables

2008-04-24 12:57  rdm

	* [r23503] core/base/inc/TString.h, core/base/src/TString.cxx,
	  core/cont/inc/TCollection.h: from Matevz:
	  forward-declared std::string in TString.h so that <string> does
	  not have
	  to be included there. Reduces compilation time (as TString.h is
	  included
	  often). Also avoid unexpected <string> inclusion.

2008-04-24 12:26  moneta

	* [r23502] math/unuran/Module.mk,
	  math/unuran/src/unuran-1.1.1-root.tar.gz,
	  math/unuran/src/unuran-1.2.3-root.tar.gz,
	  math/unuran/test/unuranMultiDim.cxx: - add new version of unuran
	  (1.2.3) , fixing a compilaiton warning on gcc 4.3
	  For other new feature of this version see the file
	  math/unuran/src/unuran-1.2.3-root/NEWS
	  
	  - fix also a compilation problem for the test on gcc 4.3
	  - improve distclean-unuran target. Remove also old directories

2008-04-24 11:03  brun

	* [r23501] misc/minicern/src/kernlib.f, misc/minicern/src/zebra.f:
	  From Federico:
	  convert all bit handling routines to military standards
	  (http://www.fortran.com/mil_std_1753.html) which work with g77,
	  gfortran and g95. Best,

2008-04-24 11:02  axel

	* [r23500] cint/cint/src/pause.cxx, cint/cint7/src/pause.cxx: Add a
	  sanity check to reloadfile: dependent file must be != current
	  file. Fixes an issue with re-loading FFT.C without libfftw.

2008-04-24 10:59  brun

	* [r23499] gui/sessionviewer/src/TProofProgressDialog.cxx,
	  gui/sessionviewer/src/TSessionViewer.cxx: From Bertrand:
	  Following user request [ROOT bugs #35918]
	  (http://savannah.cern.ch/bugs/?35918)
	  - Make the estimated remaining time human readable
	  (X h XX min XX sec instead of X.X sec)

2008-04-24 09:39  brun

	* [r23497] tree/tree/src/TTree.cxx: Fix shadowed variables

2008-04-24 08:22  couet

	* [r23496] tree/treeviewer/src/TParallelCoord.cxx: - Fix shadowed
	  variables.

2008-04-24 08:11  couet

	* [r23494] tree/treeviewer/src/TSpider.cxx: - Fix shadowed
	  variables.

2008-04-23 20:48  brun

	* [r23493] graf2d/asimage/src/libAfterImage/pixmap.c: From Axel:
	  Remove a spurious ";" in the first line

2008-04-23 20:42  brun

	* [r23492] math/matrix/src/TDecompBK.cxx,
	  math/matrix/src/TDecompLU.cxx, math/matrix/src/TDecompSVD.cxx,
	  math/matrix/src/TDecompSparse.cxx,
	  math/matrix/src/TMatrixDEigen.cxx,
	  math/matrix/src/TMatrixDSymEigen.cxx,
	  math/matrix/src/TMatrixTBase.cxx,
	  math/matrix/src/TMatrixTSparse.cxx: From Eddy:
	  Fix shadowed variables

2008-04-23 20:20  wlav

	* [r23491] bindings/pyroot/src/Pythonize.cxx,
	  bindings/pyroot/src/RootWrapper.cxx: fix shadow problems

2008-04-23 17:25  pcanal

	* [r23489] cint/reflex/src/Tools.cxx: protect Tools::IsTemplated
	  against being called with an empty string

2008-04-23 17:13  brun

	* [r23487] net/net/src/TSQLMonitoring.cxx: Fix a bug in constructor
	  reported by the Solaris compiler.

2008-04-23 17:10  brun

	* [r23486] net/net/src/TWebFile.cxx: Fix a warning on Solaris/CC

2008-04-23 17:06  brun

	* [r23485] core/base/src/TSystem.cxx: Fix shadowed variable (mac
	  code only)

2008-04-23 15:35  couet

	* [r23483] graf3d/x3d/src/x3d.c: - Fix many shadowed variables.

2008-04-23 15:22  moneta

	* [r23481] math/physics/src/TRolke.cxx: fix variable e in
	  TRolke::EvalLikeMod1
	  make now consistent with original Fortran code
	  (available at Phystat :
	  https://plone4.fnal.gov/P0/phystat/packages/0707001/1.1.0/view )

2008-04-23 14:52  brun

	* [r23480] geom/geom/src/TGeoSphere.cxx: From Andrei:
	  Fix shadowed variables

2008-04-23 14:48  brun

	* [r23479] montecarlo/eg/src/TDatabasePDG.cxx,
	  montecarlo/eg/src/TDecayChannel.cxx,
	  montecarlo/eg/src/TParticlePDG.cxx: Fix shadowed variables

2008-04-23 14:36  brun

	* [r23478] geom/geom/src/TGeoElement.cxx,
	  geom/geom/src/TGeoMaterial.cxx, geom/geom/src/TGeoNavigator.cxx,
	  geom/geom/src/TGeoSphere.cxx, geom/geom/src/TGeoTorus.cxx,
	  geom/geom/src/TGeoVolume.cxx,
	  geom/geombuilder/src/TGeoBBoxEditor.cxx: From Andrei:
	  Fix many shadowed variables.

2008-04-23 14:31  brun

	* [r23477] math/physics/src/TRolke.cxx: Fix shadowed variables

2008-04-23 14:26  brun

	* [r23475] math/mlp/src/TMultiLayerPerceptron.cxx: Fix shadowed
	  variables

2008-04-23 14:19  couet

	* [r23474] graf2d/asimage/src/libAfterImage/asvisual.h: - From
	  Sasha Vasko:
	  "Fixed build on non-gcc compilers"

2008-04-23 14:13  brun

	* [r23472] math/fumili/src/TFumili.cxx: Fix a shadowed variable

2008-04-23 14:12  brun

	* [r23471] math/minuit/src/TLinearFitter.cxx: Fix a shadowed
	  variable

2008-04-23 14:08  brun

	* [r23469] sql/mysql/src/TMySQLServer.cxx: Fix a shadowed variable

2008-04-23 14:06  couet

	* [r23468] graf2d/graf/src/TPie.cxx: - Fix shadowed variables.

2008-04-23 13:54  brun

	* [r23467] tree/treeviewer/src/TTVLVContainer.cxx: Fix shadowed
	  variable

2008-04-23 13:52  brun

	* [r23466] tree/tree/src/TBranch.cxx,
	  tree/tree/src/TBranchBrowsable.cxx, tree/tree/src/TChain.cxx,
	  tree/tree/src/TEntryListBlock.cxx, tree/tree/src/TTreeRow.cxx,
	  tree/treeplayer/src/TBranchProxy.cxx,
	  tree/treeplayer/src/TFileDrawMap.cxx,
	  tree/treeplayer/src/TSelectorDraw.cxx,
	  tree/treeplayer/src/TTreePlayer.cxx,
	  tree/treeviewer/src/TTreeViewer.cxx: Fix shadowed variables

2008-04-23 13:52  couet

	* [r23465] graf2d/graf/src/TLatex.cxx: - Fix shadowed variables.

2008-04-23 13:38  couet

	* [r23463] graf2d/graf/src/TGraphPolar.cxx: - Fix shadowed
	  variables.

2008-04-23 13:28  couet

	* [r23462] graf2d/graf/src/TGraph.cxx: - Fix shadowed variables.

2008-04-23 13:19  couet

	* [r23460] graf2d/graf/src/TGaxis.cxx: - Fix shadowed variables

2008-04-23 13:10  brun

	* [r23459] net/net/src/TSocket.cxx: Fix shadowed variables

2008-04-23 13:03  brun

	* [r23458] io/xml/src/TBufferXML.cxx, io/xml/src/TXMLFile.cxx: Fix
	  shadowed variables

2008-04-23 13:00  brun

	* [r23457] io/sql/src/TSQLStructure.cxx: Fix a severe shadowed
	  variable

2008-04-23 12:58  brun

	* [r23456] io/sql/src/TSQLFile.cxx: Fix a very severe shadowed
	  variable

2008-04-23 12:53  brun

	* [r23455] io/io/inc/TGenCollectionProxy.h, io/io/src/TKey.cxx,
	  io/io/src/TStreamerInfo.cxx: Fix shadowed variables

2008-04-23 12:42  brun

	* [r23454] gui/sessionviewer/src/TSessionViewer.cxx: Fix shadowed
	  variables

2008-04-23 12:42  ganis

	* [r23453] net/net/src/TFileStager.cxx,
	  proof/proof/src/TProofDataSetManagerFile.cxx: From Jan-Fiete:
	  make a couple of adjustments and add a couple of protections

2008-04-23 12:39  brun

	* [r23452] gui/guihtml/src/TGHtml.cxx,
	  gui/guihtml/src/TGHtmlBrowser.cxx,
	  gui/guihtml/src/TGHtmlElement.cxx,
	  gui/guihtml/src/TGHtmlLayout.cxx,
	  gui/guihtml/src/TGHtmlTable.cxx: Fix shadowed variables

2008-04-23 12:27  brun

	* [r23451] gui/guibuilder/src/TGuiBldDragManager.cxx,
	  gui/guibuilder/src/TGuiBldHintsEditor.cxx: Fix shadowed variables

2008-04-23 12:24  brun

	* [r23449] gui/gui/src/TRootBrowserLite.cxx: Fix very severe
	  shadowed variables

2008-04-23 12:14  brun

	* [r23448] gui/gui/src/TGFileBrowser.cxx,
	  gui/gui/src/TGFileDialog.cxx, gui/gui/src/TGTableLayout.cxx,
	  gui/gui/src/TGTextEdit.cxx: Fix severe shadowed variables.

2008-04-23 12:09  brun

	* [r23447] gui/gui/src/TGColorDialog.cxx: Fix shadowed variables

2008-04-23 12:06  brun

	* [r23446] gui/gui/src/TRootContextMenu.cxx: Fix very badly
	  shadowed variables.

2008-04-23 11:58  brun

	* [r23445] gui/fitpanel/src/TFitEditor.cxx: Fix: warning:
	  declaration of 'TObject* obj' shadows a parameter

2008-04-23 11:09  brun

	* [r23444] graf3d/gl/src/TGLFaceSet.cxx,
	  graf3d/gl/src/TGLScene.cxx, graf3d/gl/src/TGLSurfacePainter.cxx:
	  Fix shadowed variables

2008-04-23 11:06  brun

	* [r23443] graf3d/gl/src/CsgOps.cxx: Fix shadowed variable.

2008-04-23 11:01  brun

	* [r23442] graf3d/g3d/src/THelix.cxx: Fix shadowed variable

2008-04-23 10:58  brun

	* [r23441] graf3d/eve/src/TEveLine.cxx,
	  graf3d/eve/src/TEveStraightLineSet.cxx: Fix shadowed variables.

2008-04-23 10:55  brun

	* [r23440] math/physics/inc/TVector3.h,
	  math/physics/src/TVector3.cxx: Fix shadowed variables

2008-04-23 10:48  brun

	* [r23439] graf2d/x11/src/TGX11.cxx: Fix shadowed variables.

2008-04-23 10:37  brun

	* [r23438] graf2d/gpad/src/TPad.cxx: Fix shadowed variables

2008-04-23 10:36  axel

	* [r23437] cint/cint/src/struct.cxx, cint/cint7/src/struct.cxx: Fix
	  an issue where auto-laodign a dict with an enum would put the
	  enum into the context of the class that triggered auto-loading,
	  because G__deftagnum was not reset for autoloading.

2008-04-23 10:31  ganis

	* [r23436] proof/proof/src/TProofServ.cxx: Fix a few
	  shadowed-variable warnings

2008-04-23 10:30  ganis

	* [r23435] proof/proof/src/TProof.cxx,
	  proof/proof/src/TProofDataSetManagerFile.cxx,
	  proof/proof/src/TProofMgr.cxx,
	  proof/proofplayer/src/TEventIter.cxx: Fix gcc-4.3 warnings

2008-04-23 10:20  brun

	* [r23434] misc/minicern/src/cernlib.c: Fix :warning: declaration
	  of 'stat' shadows a global declaration:wq

2008-04-23 10:03  brun

	* [r23433] core/unix/src/TUnixSystem.cxx: Fix shadowed variables.

2008-04-23 09:59  brun

	* [r23432] core/rint/src/TTabCom.cxx: Fix shadowed variable.

2008-04-23 09:59  moneta

	* [r23431] math/minuit2/src/mndspmv.cxx: fix warning on gcc 4.3 in
	  dspmv

2008-04-23 09:56  brun

	* [r23430] core/metautils/src/TClassEdit.cxx: Fix shadowed
	  variable.

2008-04-23 09:52  brun

	* [r23429] core/cont/src/TBits.cxx: Fix shadowed variables

2008-04-23 09:50  brun

	* [r23428] core/base/src/Stringio.cxx, core/base/src/TError.cxx,
	  core/base/src/TPRegexp.cxx: Fix shadowed variables.

2008-04-23 09:44  brun

	* [r23427] core/meta/src/TMethodCall.cxx: Fix dangerous shadowed
	  variable.

2008-04-23 09:43  brun

	* [r23426] core/meta/src/TDataMember.cxx: Fix dangerous shadowed
	  variable.

2008-04-23 09:42  brun

	* [r23425] core/meta/src/TClass.cxx: Fix dangerous shadowed
	  variables

2008-04-23 09:37  brun

	* [r23424] hist/histpainter/src/TGraphPainter.cxx,
	  hist/histpainter/src/TPainter3dAlgorithms.cxx: Fix shadowed
	  variables.

2008-04-23 09:29  brun

	* [r23423] hist/spectrum/src/TSpectrum2.cxx: Fix shadowed variable.

2008-04-23 09:25  brun

	* [r23422] hist/hist/src/TProfile.cxx: Fix shadowed variable.

2008-04-23 09:24  brun

	* [r23421] hist/hist/src/TPrincipal.cxx: Fix shadowed variable

2008-04-23 09:23  brun

	* [r23420] hist/hist/src/TMultiDimFit.cxx: Fix shadowed variables.

2008-04-23 09:22  brun

	* [r23419] hist/hist/src/THStack.cxx: Fix shadowed variables

2008-04-23 09:20  brun

	* [r23418] hist/hist/src/THnSparse.cxx: Fix a dangerous shadowed
	  variable.

2008-04-23 09:19  brun

	* [r23417] hist/hist/src/THLimitsFinder.cxx: Fix shadowed variable

2008-04-23 09:17  couet

	* [r23416] misc/minicern/src/cernlib.c: - Declaration of lshift
	  (for windows) at the top of the file was missing.

2008-04-23 09:14  brun

	* [r23415] hist/hist/src/TH1.cxx: Fix shadowed variables

2008-04-23 09:13  moneta

	* [r23414] math/mathcore/inc/Math/RootFinder.h: fix a compilation
	  warning

2008-04-23 09:10  brun

	* [r23413] hist/hist/src/TFormula.cxx: Fix shadowed variables

2008-04-23 09:05  couet

	* [r23412] misc/minicern/src/cernlib.c: - Add lnblnk. This function
	  is included in most compiler libraries, but is missing
	  for compilers like icc.

2008-04-23 08:56  brun

	* [r23411] net/net/src/TApplicationServer.cxx: Fix a redeclaration
	  of int level as TString level in ApplicationServer::ErrorHandler

2008-04-23 08:52  brun

	* [r23410] core/base/src/TSystem.cxx: Fix warning with shadowed
	  variable i

2008-04-23 07:41  axel

	* [r23409] cint/cint/src/Shadow.cxx, cint/cint/src/bc_assign.cxx,
	  cint/cint/src/common.h, cint/cint/src/dict/longif3.h,
	  cint/cint/src/ifunc.cxx, cint/cint/src/init.cxx,
	  cint/cint/src/newlink.cxx, cint/cint/src/parse.cxx,
	  cint/cint/src/rflx_gensrc.cxx, cint/cint/src/scrupto.cxx,
	  cint/cint/src/struct.cxx, cint/cint/src/typedef.cxx,
	  cint/cint/src/val2a.cxx, cint/cint/src/var.cxx,
	  cint/reflex/inc/Reflex/Builder/CollectionProxy.h,
	  cint/reflex/src/Tools.cxx, cint/reflex/src/stl_hash.h: Silence
	  useless new GCC 4.3 warnings, mostly on "confusing precedence" of
	  && and ||, which is as confusing as the precedence for * and +.
	  Still to be fixed: warnings in generated dictionaries.

2008-04-23 07:37  brun

	* [r23408] graf3d/eve/src/TEveCaloLegoGL.cxx: Fix compilation
	  warnings with gcc4.3

2008-04-23 07:27  brun

	* [r23407] gui/qtgsi/src/TQRootApplication.cxx,
	  gui/qtgsi/src/TQRootDialog.cxx: Fix fatal error when compiling
	  with gcc4.3 (stdlib.h missing)

2008-04-23 07:25  brun

	* [r23406] tmva/inc/MethodCuts.h, tmva/inc/TActivationIdentity.h:
	  Fix compilation warnings when compiling with gcc4.3

2008-04-23 07:11  brun

	* [r23405] test/stressMathMore.cxx: Add missing include <stdlib.h>
	  required to compile with gcc4.3 (unknown atoi)

2008-04-22 23:12  rdm

	* [r23404] core/cont/inc/TMap.h: add missing <iterator> include.

2008-04-22 23:12  rdm

	* [r23403] config/Makefile.macosx, config/Makefile.macosx64:
	  cleanup F77LIBS.

2008-04-22 22:43  rdm

	* [r23402] config/Makefile.linux: F77LIBS cleanup.

2008-04-22 22:42  rdm

	* [r23401] config/Makefile.linuxx8664gcc: cleanup of F77LIBS.

2008-04-22 22:41  rdm

	* [r23400] misc/minicern/src/cernlib.c: add lshift_ which is only
	  an intrinsic from gfortran >=4.2 onward.

2008-04-22 18:07  rdm

	* [r23399] config/Makefile.linux, config/Makefile.linuxicc,
	  config/Makefile.linuxx8664gcc, config/Makefile.linuxx8664icc,
	  config/Makefile.macosxicc, config/Makefile.solarisCC5,
	  config/Makefile.solarisgcc: protections in case no Fortran
	  compiler installed.

2008-04-22 16:22  brun

	* [r23398] config/Makefile.win32: From Axel (on Fons suggestion):
	  - check for fl32 fortran compiler to enable/disable compilation
	  of minicern
	  on Windows

2008-04-22 14:32  rdm

	* [r23397] proof/proofd/src/proofd.cxx: fix gcc 4.3 warning.

2008-04-22 14:28  rdm

	* [r23396] montecarlo/eg/inc/cfortran.h: remove gcc 4.3 warnings.

2008-04-22 13:56  axel

	* [r23395] cint/reflex/src/Tools.cxx: Also veto op-> when
	  determining templated types

2008-04-22 12:48  couet

	* [r23393] graf2d/asimage/src/libAfterImage/asvisual.h: - Temporary
	  fix for windows compilers. Should be fix soon by Sasha.

2008-04-22 09:15  axel

	* [r23388] cint/reflex/src/Tools.cxx: Fix Tools::IsTemplated()

2008-04-22 09:08  matevz

	* [r23385] tutorials/eve/alice_esd_split.C: From Bertrand: Added
	  progress bar showing number of tracks already processed when
	  loading an event.

2008-04-22 08:02  brun

	* [r23382] graf3d/eve/src/TEveCaloLegoGL.cxx: Fix a compilation
	  warning

2008-04-22 07:47  brun

	* [r23381] build/unix/makelib.sh, build/win/makelib.sh: From Axel:
	  add special treatment of libminicern: doesn't need libCore nor
	  libCint.

2008-04-22 07:41  brun

	* [r23380] cint/reflex/src/NameLookup.cxx,
	  net/auth/src/TAuthenticate.cxx, proof/proof/src/TCondor.cxx,
	  proof/proof/src/TProof.cxx, proof/proof/src/TProofServ.cxx,
	  proof/proof/src/TSlave.cxx: From Federico:
	  Fixes for gcc4.3

2008-04-22 07:19  ganis

	* [r23379] proof/proof/inc/TProofDataSetManager.h,
	  proof/proof/src/TProofDataSetManager.cxx: Extend support for size
	  definition via suffix (e.g. 50M for 50 MBytes) to
	  group quotas. A static function ToBytes has been introduced to
	  avoid code
	  duplications. Supported suffix are (case insensitive): k (kilo),
	  m (mega),
	  g (giga), t (tera) and p (peta).

2008-04-22 07:13  brun

	* [r23378] tree/tree/inc/TBranch.h, tree/tree/src/TBranch.cxx: Add
	  a new function
	  void TBranch::DeleteBaskets(Option_t* option)
	  // Loop on all branch baskets. If the file where branch buffers
	  reside is
	  // writable, free the disk space associated to the baskets of the
	  branch,
	  // then call Reset(). If the option contains "all", delete also
	  the baskets
	  // for the subbranches.
	  // The branch is reset.
	  // NOTE that this function must be used with extreme care.
	  Deleting branch baskets
	  // fragments the file and may introduce inefficiencies when
	  adding new entries
	  // in the Tree or later on when reading the Tree.

2008-04-22 06:20  brun

	* [r23377] graf2d/graf/src/TGraph.cxx: From Eddy:
	  Improve setting/restoring of fitters

2008-04-21 20:04  moneta

	* [r23375] hist/hist/inc/THnSparse.h, hist/hist/src/THnSparse.cxx:
	  from Axel:
	  Implement Projection() for non-uniform bins, too. Simplify and
	  shorten the code considerably (combine projection targets
	  TH1,2,3, THnSparse).
	  Also fixes a bug with the projection target's title for
	  THnSparse->THnSparse projections.

2008-04-21 19:38  matevz

	* [r23374] graf3d/eve/inc/TEveCaloLegoGL.h,
	  graf3d/eve/src/TEveCaloLegoGL.cxx: From Alja: structural
	  improvements.

2008-04-21 14:43  brun

	* [r23368] config/Makefile.depend: From Bertrand:
	  - Remove libminicern from libHbook map dependencies on Windows,
	  as it is a static library, to avoid autoloading mechanism
	  trying to load it (and complaining because it fails)

2008-04-21 14:38  brun

	* [r23367] misc/minicern/src/kernlib.f: Forgot a warning

2008-04-21 14:37  brun

	* [r23366] misc/minicern/src/kernlib.f: Fix compilation warnings on
	  Windows

2008-04-21 14:19  moneta

	* [r23365] hist/hist/inc/THnSparse.h, hist/hist/src/THnSparse.cxx:
	  from Axel: Implement Merge() for THnSparse

2008-04-21 14:12  brun

	* [r23364] misc/minicern/src/zebra.f: Fix several compilation
	  warnings on Windows

2008-04-21 14:08  brun

	* [r23363] misc/minicern/src/hbook.f: Fix a compilation warning on
	  Windows

2008-04-21 13:57  brun

	* [r23362] misc/minicern/src/zebra.f: Comment call to RZFREE

2008-04-21 13:52  couet

	* [r23361] misc/minicern/src/hbook.f, misc/minicern/src/zebra.f: -
	  Fix undefined (Windows).

2008-04-21 13:15  axel

	* [r23360] cint/reflex/Module.mk, cint/reflex/test,
	  cint/reflex/test/test_Reflex_generate.cxx,
	  cint/reflex/test/test_Reflex_generate.testref: Add a few ignores
	  (e.g. test/lib/)
	  test_Reflex_generate now writes its very verbose output to a
	  .testout file, which is then diffed with a .testref file.

2008-04-21 11:20  brun

	* [r23356] config/Makefile.solarisCC5: Change F77LIBS definition
	  for new minicern

2008-04-21 11:17  matevz

	* [r23355] graf3d/eve/inc/TEveFrameBox.h,
	  graf3d/eve/src/TEveFrameBox.cxx,
	  graf3d/eve/src/TEveFrameBoxGL.cxx, tutorials/eve/quad_test.C:
	  TEveFrameBox
	  ============
	  
	  Add support for arbitrary 2d frame shapes - user specifies
	  individual
	  points via SetQuadByPoints() function.
	  See tutorials/eve/quad_test.C::quad_test_circ() for an example.
	  
	  
	  tutorials/eve/quad_test.C
	  =========================
	  
	  quad_test() - Create frame-box, put all digits on z=0 and rotate
	  so
	  that the object is immediately visible.
	  
	  quad_test_circ() - Create circular frame around digits; populate
	  the
	  center of the circle as well.

2008-04-21 10:59  axel

	* [r23354] cint/reflex/src/NameLookup.h,
	  cint/reflex/src/Object.cxx: Silence a few MSVC /W4 warnings:
	  declare unimplemented NameLookup copy c'tor, assignment op;
	  remove unused code in Object. See Savannah #35527.

2008-04-21 10:21  brun

	* [r23353] graf2d/qt/src/GQtGUI.cxx: Fix a compilation warning
	  about unused argument mode

2008-04-21 10:13  brun

	* [r23352] tmva/src/SimulatedAnnealing.cxx: Fix coding convention

2008-04-21 09:57  matevz

	* [r23351] graf3d/gl/inc/TGLViewer.h,
	  graf3d/gl/src/TGLEventHandler.cxx, graf3d/gl/src/TGLViewer.cxx:
	  TGLViewer
	  =========
	  
	  Rename member 'EDragAction fAction' to 'fDragAction' to make its
	  meaning clearer elsewhere.
	  
	  Skip drawing when viewport area is zero.
	  
	  
	  TGLEventHandler
	  ===============
	  
	  Fix compilation warning - which actually revealed a cut-n-paste
	  bug.
	  
	  Consistently check and report existing drag-action for
	  leave/enter-notify and focus-in/out events. Do NOT use 'kNone'
	  but
	  fully qualified enum entry from TGLViewer.

2008-04-21 09:48  axel

	* [r23350] cint/reflex/python/genreflex/gendict.py: From Giovanni
	  Petrucciani: speed up gendict considerably (he reports a factor
	  60) by implementing a cache for e.g. the normalize functions.

2008-04-21 09:45  axel

	* [r23349] cint/reflex/test/test_Reflex_simple2.cxx,
	  cint/reflex/test/test_Reflex_unit.cxx: Fix / update test suite:
	  only 38 instead of 40 types ([u]longlong is gone); look for
	  "ns::TestTemplatedSelectionClass<int,int,float>" because default
	  template names are not evaluated by Reflex::Type()

2008-04-21 09:22  brun

	* [r23348] core/cont/inc/TClonesArray.h,
	  core/cont/src/TClonesArray.cxx: Add new member functions
	  void SetClass(const char *classname,Int_t size=1000);
	  void SetClass(const TClass *cl,Int_t size=1000);
	  Set class is now called from the two TClonesArray constructors.
	  The new functions are useful when a TClonesArray is a member of
	  another class and the decision
	  about the class to be put in the array can only be taken
	  after the construction of the parent class.

2008-04-21 08:35  brun

	* [r23347] Makefile, misc/minicern/Module.mk,
	  misc/minicern/src/cernlib.c: From Bertrand:
	  - Build static libminicern.lib on Windows
	  - Remove dllexport declarations (not needed anymore)

2008-04-21 08:16  couet

	* [r23345] graf2d/asimage/src/libAfterImage/asimagexml.c,
	  graf2d/asimage/src/libAfterImage/asvisual.c,
	  graf2d/asimage/src/libAfterImage/asvisual.h,
	  graf2d/asimage/src/libAfterImage/imencdec.c,
	  graf2d/asimage/src/libAfterImage/import.c,
	  graf2d/asimage/src/libAfterImage/transform.c,
	  graf2d/asimage/src/libAfterImage/transform.h: - Synchonize with
	  Sasha Vasko's repository.
	  Mostly addition for image pixelization and color to alpha
	  functionality.

2008-04-21 04:44  brun

	* [r23343] graf2d/qt/inc/TQtClientFilter.h,
	  graf2d/qt/inc/TQtClientGuard.h, graf2d/qt/inc/TQtEventQueue.h,
	  graf2d/qt/inc/TQtWidget.h, graf2d/qt/src/GQtGUI.cxx,
	  graf2d/qt/src/TGQt.cxx, graf2d/qt/src/TQtClientGuard.cxx,
	  graf2d/qt/src/TQtEventQueue.cxx, graf2d/qt/src/TQtMarker.cxx,
	  graf2d/qt/src/TQtWidget.cxx: From Valeri Fine:
	  - remove Q3PtrList, Q3ValuerList, Q3PointArray classes from
	  Q3Support
	  use QVector, QList, QQueue, QPolygon from the pure Qt4 instead.

2008-04-20 13:11  brun

	* [r23342] tmva/test/TMVApplication.py: From Joerg:
	  New test script

2008-04-20 12:49  brun

	* [r23341] tmva/inc/MethodCuts.h, tmva/inc/MsgLogger.h,
	  tmva/inc/SimulatedAnnealing.h, tmva/inc/Tools.h,
	  tmva/src/BinarySearchTree.cxx, tmva/src/DataSet.cxx,
	  tmva/src/DecisionTree.cxx, tmva/src/MethodCFMlpANN_Utils.cxx,
	  tmva/src/MethodCommittee.cxx, tmva/src/MethodCuts.cxx,
	  tmva/src/MetricEuler.cxx, tmva/src/MsgLogger.cxx,
	  tmva/src/SimulatedAnnealing.cxx, tmva/src/Tools.cxx: From Joerg:
	  Fixes for problems on Windows and Solaris.
	  Fix coding conventions.

2008-04-20 10:55  rdm

	* [r23339] build/unix/makestatic.sh: don't include minicern.

2008-04-20 07:19  brun

	* [r23338] main/win32/cfget.c, main/win32/cfgeto.c,
	  main/win32/cfopei.c, main/win32/cfput.c, main/win32/cfputo.c,
	  main/win32/tzvers.f: Remove duplicated files

2008-04-20 07:16  brun

	* [r23337] main/Module.mk: Remove reference to tzvers.f

2008-04-20 06:44  brun

	* [r23336] montecarlo/eg/inc/Hepevt.h,
	  montecarlo/eg/inc/cfortran.h: Fixes for Windows

2008-04-19 18:42  brun

	* [r23335] misc/minicern/src/cernlib.c: From Bertrand:
	  patch to build libminicern on Windows.

2008-04-19 18:38  brun

	* [r23334] tmva/inc/BinarySearchTree.h,
	  tmva/inc/BinarySearchTreeNode.h, tmva/inc/Config.h,
	  tmva/inc/DataSet.h, tmva/inc/DecisionTree.h, tmva/inc/Factory.h,
	  tmva/inc/GeneticPopulation.h, tmva/inc/IFitterTarget.h,
	  tmva/inc/MCFitter.h, tmva/inc/MethodBDT.h, tmva/inc/MethodBase.h,
	  tmva/inc/MethodCFMlpANN_Utils.h, tmva/inc/MethodCuts.h,
	  tmva/inc/MethodMLP.h, tmva/inc/MethodTMlpANN.h,
	  tmva/inc/MsgLogger.h, tmva/inc/PDF.h, tmva/inc/Reader.h,
	  tmva/inc/Rule.h, tmva/inc/RuleFit.h,
	  tmva/inc/SimulatedAnnealing.h,
	  tmva/inc/SimulatedAnnealingFitter.h,
	  tmva/inc/TActivationIdentity.h, tmva/inc/Tools.h,
	  tmva/inc/Version.h, tmva/src/BinarySearchTree.cxx,
	  tmva/src/BinarySearchTreeNode.cxx, tmva/src/Config.cxx,
	  tmva/src/Configurable.cxx, tmva/src/CrossEntropy.cxx,
	  tmva/src/DataSet.cxx, tmva/src/DecisionTree.cxx,
	  tmva/src/Event.cxx, tmva/src/Factory.cxx,
	  tmva/src/GeneticAlgorithm.cxx, tmva/src/IFitterTarget.cxx,
	  tmva/src/MCFitter.cxx, tmva/src/MethodANNBase.cxx,
	  tmva/src/MethodBDT.cxx, tmva/src/MethodBase.cxx,
	  tmva/src/MethodBayesClassifier.cxx, tmva/src/MethodCFMlpANN.cxx,
	  tmva/src/MethodCFMlpANN_Utils.cxx, tmva/src/MethodCommittee.cxx,
	  tmva/src/MethodCuts.cxx, tmva/src/MethodFDA.cxx,
	  tmva/src/MethodFisher.cxx, tmva/src/MethodHMatrix.cxx,
	  tmva/src/MethodKNN.cxx, tmva/src/MethodLikelihood.cxx,
	  tmva/src/MethodMLP.cxx, tmva/src/MethodPDERS.cxx,
	  tmva/src/MethodRuleFit.cxx, tmva/src/MethodSVM.cxx,
	  tmva/src/MethodSeedDistance.cxx, tmva/src/MethodTMlpANN.cxx,
	  tmva/src/MethodVariable.cxx, tmva/src/MinuitFitter.cxx,
	  tmva/src/MisClassificationError.cxx, tmva/src/MsgLogger.cxx,
	  tmva/src/PDF.cxx, tmva/src/Ranking.cxx, tmva/src/Reader.cxx,
	  tmva/src/Rule.cxx, tmva/src/RuleEnsemble.cxx,
	  tmva/src/RuleFit.cxx, tmva/src/RuleFitAPI.cxx,
	  tmva/src/RuleFitParams.cxx, tmva/src/SdivSqrtSplusB.cxx,
	  tmva/src/SimulatedAnnealing.cxx,
	  tmva/src/SimulatedAnnealingFitter.cxx,
	  tmva/src/TActivationIdentity.cxx, tmva/src/TActivationRadial.cxx,
	  tmva/src/TActivationSigmoid.cxx, tmva/src/TActivationTanh.cxx,
	  tmva/src/Timer.cxx, tmva/src/Tools.cxx,
	  tmva/src/VariableDecorrTransform.cxx, tmva/src/VariableInfo.cxx,
	  tmva/src/VariableTransformBase.cxx, tmva/src/Volume.cxx,
	  tmva/test/BDT.C, tmva/test/CorrGui.C, tmva/test/TMVAGui.C,
	  tmva/test/TMVAlogon.C, tmva/test/TMVAnalysis.C,
	  tmva/test/TMVAnalysis.py, tmva/test/TMVApplication.C,
	  tmva/test/compareanapp.C, tmva/test/efficiencies.C,
	  tmva/test/mvaeffs.C, tmva/test/mvas.C, tmva/test/network.C,
	  tmva/test/rulevisCorr.C, tmva/test/rulevisHists.C,
	  tmva/test/tmvaglob.C, tmva/test/variables.C: From Joerg Stelzer:
	  The following list contains the changes since ROOT release
	  5.18/00
	  
	  * Dataset preparation:
	  o Preselection: Preselection cuts now work on arrays. Previously
	  used TEventlists (only event wise pass/fail) were replaced by
	  TreeFormulas (sensitive to array position). Thanks to Arnaud
	  Robert (LPNHE) for his contributions.
	  o Tree assignment to signal/background: Signal and background
	  trees can now be assigned individually to training and test
	  purposes. This is achieved by setting the third parameter of the
	  Factory::AddSignalTree/AddBackgroundTree() methods to "Train" or
	  "Test" (const string). The only restriction is that either none
	  or all signal (background) trees need to be specified with that
	  option. It is possible to mix the two modes, for instance one can
	  assign individual training and test trees for signal, but not for
	  background.
	  o Direct tree building: For increased flexibility, users can also
	  directly input signal and background, training and test events to
	  TMVA, instead of letting TMVA interpret user-given trees. Note
	  that either one of the two approaches must be chosen (no mix).
	  The syntax of the new calls is described in the
	  macros/TMVAnalysis.C test macro. --> The User runs the event
	  loop, copies for each event the input variables into a
	  std:vector, and "adds" them to TMVA, using the dedicated calls:
	  factory->AddSignalTrainingEvent( vars, signalWeight ); (and
	  replacing "Signal" by "Background", and "Training" by "Test").
	  After the event loop, everything continues as in the standard
	  method.
	  * Methods:
	  o Simulated Annealing in Cuts,FDA: Entirely new Simulated
	  Annealing (SA) algorithm for global minimisation in presence of
	  local minima (optionally used in cut optimisation (MethodCuts)
	  and the Function Discriminant (MethodFDA)). The SA algorithm
	  features two approaches, one starting at minimal temperature (ie,
	  from within a local minimum), slowly increasing, and another one
	  starting at high temperature, slowly decreasing into a minimum.
	  Code developed and written by Kamil Bartlomiej Kraszewski, Maciej
	  Kruk and Krzysztof Danielowski from IFJ and AGH/UJ, Krakow,
	  Poland.
	  o Cuts: Added printouts, quoting the explicit cut application for
	  given signal efficiency. In case of transformations of the input
	  variables, the full expressions are given. Added warning to
	  Fisher in case of variable normalisation.
	  o Cuts: Added physical limits to min/max cuts if smart option is
	  used.
	  o BDT: removed hard-coded weight file name; now, paths and names
	  of weight files are written as TObjStrings into ROOT target file,
	  and retrieved for plotting; available weight files (corresponding
	  to target used) can be chosen from pop-up GUI.
	  o BDT: Changes in handling negative weights in BDT algorithm.
	  Events with negative weights now get their weight reduced (*=
	  1/boostweight) rather than increased (*= boostweight) as the
	  other events do. Otherwise these events tend to receive
	  increasingly stronger boosts, because their effects on the
	  separation gain are as if background events were selected as
	  signal and vice versa (hence the events tend to be "wanted" in
	  signal nodes, but are boosted as if they were misclassified). In
	  addition, the separation indices are protected against negative S
	  or S+B returning 0.5 (no separation at all) in case that occurs.
	  o BDT: In addition there is a new BDT option to ignore events
	  with negative event weights for the training. This option could
	  be used as a cross check of a "worst case" solution for Monte
	  Carlo samples with negative weights. Note that the results of the
	  testing phase still include these events and are hence objective.
	  o BDT: Added randomised trees: similar to the "Random Forests"
	  technique of Leo Breiman and Adele Cutler, it uses the "bagging"
	  algorithm and bases the determination of the best node-split
	  during the training on a random subset of variables only, which
	  is individually chosen for each split.
	  o BDT: Move to TRandom2 for the "bagging" algorithm and throw
	  random weights according to Poisson statistics. (This way the
	  random weights are closer to a resampling with replacement
	  algorithm.)
	  o TMlpANN: Extended options to TMultilayerPerceptron learning
	  methods. Added example for reader application: TMVApplication.py
	  * GUI:
	  o Parallel Coordinates: New GUI button for Parallel Coordinate
	  plotting.
	  * Application:
	  o Added Python example for reader application: TMVApplication.py
	  * Bug fixes:
	  o TMlpANN: fixed crash with ROOT>=5.17 when using large number of
	  test events; also corrected bias in cross validation: before the
	  test events were used, which led to an overestimated performance
	  evaluation in case of a small number of degrees of freedom;
	  separate now training tree in two parts for training and
	  validation with configurable ValidationFraction
	  o Cuts: Corrected inconsistency in MethodCuts: the signal
	  efficiency written out into the weight file does not correspond
	  to the center of the bin within which the background rejection is
	  maximised (as before) but to the lower left edge of it. This is
	  because the cut optimisation algorithm determines the best
	  background rejection for all signal efficiencies belonging into a
	  bin. Since the best background rejection is in general obtained
	  for the lowest possible signal efficiency, the reference signal
	  efficiency is the lowest value in the bin.
	  o Cuts: Fixed Cuts (optimisaton) method -> event with smallest
	  value was not included in search for optimal cut (thanks to
	  Dimitris Varouchas, LAL-Orsay, for helping us detecting the
	  problem).
	  o Genetic Algorithm: Corrected configurable random seed in
	  GeneticAlgorithm (thanks to David Gonzalez Maline, CERN, for
	  pointing this out)
	  o GUI: Fixes in input-variable and MVA plotting: under/over-flow
	  numbers given on plots were not properly normalised; the maximum
	  histogram ranges have been increased to avoid cut-offs. Thanks to
	  Andreas Wenger, Zuerich, for pointing these out.

2008-04-19 14:03  brun

	* [r23333] montecarlo/eg/inc/cfortran.h: revert to the old version
	  of cfortran.h in 5.19/02.
	  The new version was OK for ROOT, but apparently with too many
	  sides effects
	  for many. Contact Federico.carminati@cern.ch for more details.

2008-04-19 10:20  pcanal

	* [r23332] test/stressIterators.cxx: explicitly include
	  <functional> to improve portability

2008-04-19 09:26  pcanal

	* [r23331] cint/cint/src/loadfile.cxx, cint/cint7/src/loadfile.cxx:
	  No need to warn about multiple request for cintdlls inclusion,
	  just ignore the new requests

2008-04-18 23:48  rdm

	* [r23330] build/unix/makestatic.sh: x11ttf is needed in the static
	  module.

2008-04-18 23:42  rdm

	* [r23329] test/Makefile, test/stressIterators.cxx,
	  test/stressIterators.h: From Anar:
	  - the SFind functor has been simplified and now become a fully
	  copyable functor
	  - added tests for the following cases:
	  * TMap with std::for_each (Full iteration: from the Begin up to
	  the End)
	  * TMap with std::for_each (Partial iteration: from the Begin up
	  to the
	  3rd element)
	  * TMap with std::find_if
	  * TMap with std::count_if
	  - cosmetic changes

2008-04-18 23:40  rdm

	* [r23328] core/cont/inc/TMap.h, core/cont/src/TMap.cxx: From Anar:
	  iterators of TMap containers can now be used with std::for_each,
	  std::find_if,
	  std::count_if, and the like.

2008-04-18 22:37  pcanal

	* [r23327] test/Makefile: no need to link stressIterators to the
	  gui library

2008-04-18 21:32  pcanal

	* [r23326] core/meta/src/TCint.cxx, core/meta/src/TClass.cxx,
	  core/utils/src/rlibmap.cxx: Enable autoloading of the cintdlls.
	  
	  rlibmap.cxx: handle '#pragma create TClass' statements.
	  TCint.cxx:
	  Do not make the TClass a zombie if it points to an STL container
	  without a CINT dictionary
	  Avoid infinite recursion UpdateClassInfo
	  
	  TClass.cxx:
	  Do not check the 'checksum' of an stl container's TStreamerInfo
	  (it is always 0)
	  Avoid infinite recursion TClass::Init

2008-04-18 18:27  matevz

	* [r23323] graf3d/eve/inc/TEveCalo.h,
	  graf3d/eve/inc/TEveCaloLegoEditor.h,
	  graf3d/eve/inc/TEveCaloLegoGL.h,
	  graf3d/eve/inc/TEveCaloVizEditor.h, graf3d/eve/src/TEveCalo.cxx,
	  graf3d/eve/src/TEveCaloLegoEditor.cxx,
	  graf3d/eve/src/TEveCaloLegoGL.cxx,
	  graf3d/eve/src/TEveCaloVizEditor.cxx: From Alja:
	  
	  In 2D lego mode set cell color logarithmically.
	  
	  Add new controls in several editors.

2008-04-18 18:15  matevz

	* [r23321] graf3d/eve/inc/TEveEventManager.h,
	  graf3d/eve/src/TEveEventManager.cxx, graf3d/eve/src/TEveUtil.cxx:
	  TEveUtil - do not prefix icon names with ROOTSYS/icons as
	  TGClient::GetPicture() properly searches all relevant
	  directories.
	  
	  TEveEventManager - add member functions RemoveNewEventCommand()
	  and
	  ClearNewEventCommands().

2008-04-18 17:19  matevz

	* [r23320] graf3d/gl/inc/TGLEventHandler.h,
	  graf3d/gl/src/TGLEventHandler.cxx, graf3d/gl/src/TGLSAViewer.cxx:
	  TGLEventHandler - grab mouse during drag operations.
	  
	  TGLSAViewer - fix typo in help text (extended in the last
	  commit).

2008-04-18 16:38  matevz

	* [r23318] graf3d/gl/inc/TGLEmbeddedViewer.h,
	  graf3d/gl/inc/TGLEventHandler.h, graf3d/gl/inc/TGLSAViewer.h,
	  graf3d/gl/inc/TGLViewer.h, graf3d/gl/src/TGLEmbeddedViewer.cxx,
	  graf3d/gl/src/TGLEventHandler.cxx, graf3d/gl/src/TGLSAViewer.cxx,
	  graf3d/gl/src/TGLViewer.cxx, tutorials/eve/SplitGLView.C: In
	  TGLViewer::SetEventHandler() propagate the changes to TGLWidget.
	  
	  Rename member TGLWidget* TGLViewer::fGLWindow to fGLWidget to
	  correspond to class-name of the new low-level GL interface.

2008-04-18 11:07  brun

	* [r23313] montecarlo/eg/inc/cfortran.h: From Federico:
	  add a conditional statement trigerred if the variable EXTCOMDEF
	  for a correct declaration of extern statements.
	  This is important for Fortran packages having block data

2008-04-18 11:06  ganis

	* [r23312] proof/proof/src/TProofServ.cxx: The heavy version of
	  TQueryResult must be removed after having being saved and the
	  light object is created

2008-04-18 11:02  pcanal

	* [r23311] core/unix/src/TUnixSystem.cxx,
	  core/winnt/src/TWinNTSystem.cxx: add core version of the cint/stl
	  location in the dynamic path

2008-04-18 10:22  ganis

	* [r23310] proof/proof/src/TProofServ.cxx,
	  proof/proofplayer/inc/TProofPlayer.h: Fix a weird mem leak due to
	  missing brackets in a nested if-else construct

2008-04-18 07:53  brun

	* [r23308] tutorials/eve/SplitGLView.C: From Bertrand:
	  Add a message telling this macro is used compiled
	  by alice_esd_split.C in case user try to execute
	  .x SplitGLView.C

2008-04-18 07:49  brun

	* [r23307] core/base/inc/Windows4Root.h: From Valeriy Onuchin:
	  Including DirecShow headers conflicts with Windows4Root.h
	  This patch fixes the problem.

2008-04-17 23:38  pcanal

	* [r23306] tree/treeplayer/inc/TFormLeafInfo.h,
	  tree/treeplayer/src/TFormLeafInfo.cxx,
	  tree/treeplayer/src/TTreeFormula.cxx: Fix
	  CollectionTree->Scan("reco_ee_et[][2]:reco_ee_et[0][2]")
	  where reco_ee_et is a vector<vector<double>>
	  See http://root.cern.ch/phpBB2/viewtopic.php?t=6536

2008-04-17 18:38  matevz

	* [r23305] graf3d/eve/src/TEveCaloLegoGL.cxx: Fix compilation
	  warning.

2008-04-17 18:29  matevz

	* [r23304] graf3d/eve/inc/TEveCalo.h,
	  graf3d/eve/inc/TEveCaloLegoEditor.h,
	  graf3d/eve/inc/TEveCaloLegoGL.h, graf3d/eve/src/TEveCalo.cxx,
	  graf3d/eve/src/TEveCaloLegoEditor.cxx,
	  graf3d/eve/src/TEveCaloLegoGL.cxx: From Alja: Fix palette in 2D
	  view.

2008-04-17 10:54  pcanal

	* [r23295] tutorials/cont/TListAndSTL.C: work around CINT copy
	  constructor deficiency

2008-04-17 10:32  brun

	* [r23294] misc/minicern/src/cernlib.c: Temporary fix for Windows

2008-04-17 10:28  pcanal

	* [r23293] Makefile: include the cint coreversion name in the
	  install directory of the cint auxiliary files

2008-04-17 10:07  brun

	* [r23292] misc/minicern/src/cernlib.c: Add protections for
	  includes on Windows

2008-04-17 08:43  rdm

	* [r23290] hist/hbook/Module.mk: remove reference to full cernlib.

2008-04-17 08:12  ganis

	* [r23289] proof/proofplayer/src/TVirtualPacketizer.cxx: Make sure
	  that something has been processed before setting kIsDone

2008-04-17 08:06  ganis

	* [r23288] proof/proofplayer/src/TProofPlayer.cxx: Fix a problem
	  with formatting the missing files message

2008-04-17 08:05  ganis

	* [r23287] proof/proof/src/TCondor.cxx, proof/proof/src/TSlave.cxx:
	  Remove inclusion of an unused header file

2008-04-17 07:40  brun

	* [r23286] hist/hbook/Module.mk, hist/hbook/src/hntvar2.f: Remove
	  subroutine hntvar2. Not needed anymore with teh new zebra.f in
	  minicern

2008-04-17 07:33  brun

	* [r23285] main/Module.mk, main/src/g2rootold.f: Remove g2rootold

2008-04-17 07:22  rdm

	* [r23284] main/Module.mk: add missing dependencies one minicern.

2008-04-17 07:20  brun

	* [r23283] main/src/g2root.f: Remove the routine RZINK from g2root.
	  The routine rzink in the new zebra.f includes
	  a fix to this routine that never went to the official version in
	  cernlib.

2008-04-17 07:11  brun

	* [r23282] misc/minicern/src/kernlib.f: Add a new routine UCOPYI to
	  copy vectors of integers.
	  This routine is called in many places from the new version of
	  zebra.f

2008-04-17 07:10  brun

	* [r23281] misc/minicern/src/zebra.f: Fix a long list of
	  compilation warnings when integers or floats are used
	  to call a routine expecting integers

2008-04-17 07:09  brun

	* [r23280] misc/minicern/src/cernlib.c: Fix a compiler warning
	  about not initialized variable flag

2008-04-17 06:25  brun

	* [r23277] misc/minicern/Module.mk: Change mincern to minicern for
	  the soname

2008-04-17 06:09  ganis

	* [r23276] proof/proofplayer/src/TProofPlayer.cxx: From Bertrand:
	  replace TProofFile by TProofOutputFile

2008-04-17 05:22  brun

	* [r23275] hist/hbook/src/hntvar2.f: Replace the call to HBUG by a
	  print statement

2008-04-17 00:14  wlav

	* [r23274] bindings/pyroot/src/Pythonize.cxx: prevent possible
	  deref infinite loop

2008-04-17 00:12  rdm

	* [r23273] Makefile, config/Makefile.depend,
	  config/Makefile.macosx, config/Makefile.macosx64,
	  config/Makefile.macosxicc, main/Module.mk: use minicern instead
	  of the full cernlib. Currently not yet enabled
	  because still unresolved symbols.

2008-04-17 00:05  rdm

	* [r23272] misc/minicern/Module.mk: first version of minicern
	  Module.mk.

2008-04-17 00:03  rdm

	* [r23271] misc/minicern/src/hbook.f, misc/minicern/src/kernlib.f,
	  misc/minicern/src/zebra.f: set eol properties.

2008-04-17 00:02  rdm

	* [r23270] misc/minicern/src/cernlib.c: fix compilation errors and
	  warnings on Mac OS X.

2008-04-16 23:18  wlav

	* [r23269] bindings/pyroot/ROOT.py,
	  bindings/pyroot/src/ObjectProxy.cxx,
	  bindings/pyroot/src/RootModule.cxx: naming and p2.2 fixups

2008-04-16 21:39  wlav

	* [r23268] bindings/pyroot/src/ObjectProxy.cxx,
	  bindings/pyroot/src/Pythonize.cxx,
	  bindings/pyroot/src/RootModule.cxx: Also from Pere, a way of
	  pickling any object that carries a TClass

2008-04-16 21:28  ganis

	* [r23267] proof/proofplayer/inc/LinkDef.h,
	  proof/proofplayer/inc/TProofFile.h,
	  proof/proofplayer/inc/TProofOutputFile.h,
	  proof/proofplayer/src/TProofFile.cxx,
	  proof/proofplayer/src/TProofOutputFile.cxx: Rename TProofFile as
	  TProofOutputFile; TProofFile will be a real TFile to access the
	  sandbox

2008-04-16 21:27  ganis

	* [r23266] proof/proofplayer/src/TProofPlayer.cxx: Warn the client
	  in realtime that some files are missing and estimate the fraction
	  of non-processed data

2008-04-16 21:21  rdm

	* [r23265] core/cont/src/TObjArray.cxx: From Anar:
	  fix in TObjArrayIter, fCurCursor was not properly initialized.
	  Fixes crash
	  seen in stressIterator.

2008-04-16 19:03  matevz

	* [r23264] graf3d/eve/inc/TEveCaloLegoGL.h,
	  graf3d/eve/src/TEveCaloLegoGL.cxx: From Alja: Rebin histogram in
	  2D if projection is small.

2008-04-16 17:18  pcanal

	* [r23263] tree/tree/src/TTree.cxx: remove the _var prefix for the
	  default leaf name of single numerical value

2008-04-16 17:03  pcanal

	* [r23262] tree/treeplayer/src/TTreeFormula.cxx: Insure that the
	  formula that are used as indices or as argument to special
	  functions have their branch(es) loaded once. This fixes
	  http://root.cern.ch/phpBB2/viewtopic.php?p=27080#27080

2008-04-16 15:49  brun

	* [r23260] main/src/g2root.f,
	  math/mlp/src/TMultiLayerPerceptron.cxx: From Christophe Delaere:
	  Add a new method in the C++ exported NN function that takes an
	  array as input.

2008-04-16 15:46  brun

	* [r23259] tutorials/eve/SplitGLView.C: From Bertrand:
	  - Put the secondary (small) embedded GL viewers inside dockable
	  frame

2008-04-16 14:54  brun

	* [r23257] misc/minicern, misc/minicern/src,
	  misc/minicern/src/cernlib.c, misc/minicern/src/hbook.f,
	  misc/minicern/src/kernlib.f, misc/minicern/src/zebra.f: Add a new
	  directory with all the necessary files used by h2root, g2root and
	  the THbookxxx classes
	  such that we can get rid of cernlib and associated installation
	  problems.
	  Most of the work by Olivier.
	  Remains to implement the Module.mk to build minicern.a

2008-04-16 14:13  antcheva

	* [r23256] gui/gui/inc/TGDockableFrame.h,
	  gui/gui/src/TGDockableFrame.cxx: From Bertrand:
	  - Introduced the fFixedSize option, to let user choose if the
	  undocked frame may be resized or not (users request)
	  - Keep the (fixed) original docked frame size when undocked
	  (i.e. for menus and toolbars)

2008-04-16 13:59  rdm

	* [r23255] test: ignore TrackMathCoreDict.*.

2008-04-16 13:35  rdm

	* [r23254] Makefile, build/unix/makestatic.sh, misc, misc/table,
	  misc/table/Module.mk, table: move table to misc.

2008-04-16 11:57  ganis

	* [r23253] proof/proof/inc/TProofDataSetManagerFile.h: Make
	  'public' the functions used directly the external ALICE daemon

2008-04-16 10:49  pcanal

	* [r23252] tree/treeplayer/src/TTreeFormula.cxx: Correct the
	  drawing of "X[1]:X[5]" when X is a vector< vector<float> >
	  and X[1].size()!=X[5].size(). (reported at
	  http://root.cern.ch/phpBB2/viewtopic.php?p=27070)

2008-04-16 10:28  antcheva

	* [r23251] graf2d/qt/inc/TGQt.h, graf2d/qt/inc/TQtClientFilter.h,
	  graf2d/qt/inc/TQtMarker.h, graf2d/qt/inc/TQtSymbolCodec.h,
	  graf2d/qt/inc/TQtWidget.h, graf2d/qt/inc/rootcint.pri,
	  graf2d/qt/src/TGQt.cxx, graf2d/qt/src/TQtClientFilter.cxx,
	  graf2d/qt/src/TQtMarker.cxx, graf2d/qt/src/TQtSymbolCodec.cxx:
	  From Valeri Fine:
	  Replace Q3Support classes with the “pureQt4 objects

2008-04-16 09:09  ganis

	* [r23248] proof/proof/inc/TProofDataSetManager.h,
	  proof/proof/src/TProofDataSetManager.cxx,
	  proof/proof/src/TProofDataSetManagerFile.cxx,
	  proof/proof/src/TProofServ.cxx: - Fix a few issues with
	  BrowseDataSets.
	  - Rename ParseDataSetUri to ParseUri
	  - Add a static method CreateUri to format a dataset Uri from
	  group, user, dataset name
	  and object name
	  - Automatically fill group="default" and user="<real_user>" when
	  either of the two
	  are not passed

2008-04-16 09:04  ganis

	* [r23247] proof/proofplayer/src/TPacketizer.cxx,
	  proof/proofplayer/src/TPacketizerAdaptive.cxx: Form Jan: drop
	  invalid elements from the list of elements to be processed

2008-04-16 08:52  pcanal

	* [r23246] cint/cintex/src/CINTFunctional.cxx: Update the cintex
	  function wrapper to conform to the value of G__catchexception

2008-04-16 08:50  pcanal

	* [r23245] cint/cint/inc/G__ci.h, cint/cint/src/init.cxx: add
	  accessor to G__catchexception

2008-04-16 08:05  ganis

	* [r23244] proof/proofplayer/inc/TPacketizer.h,
	  proof/proofplayer/inc/TPacketizerAdaptive.h,
	  proof/proofplayer/src/TPacketizer.cxx,
	  proof/proofplayer/src/TPacketizerAdaptive.cxx: TPacketizer:
	  - Fix a problem in TPacketizer when using the cached info (it was
	  already
	  fixed in TPacketizerAdaptive)
	  - Make sure that both Long_t and Int_t are supported for maximum
	  number of
	  workers per filenode
	  - Add some conditional debug statements
	  
	  TPacketizerAdaptive:
	  - Make sure that both Long_t and Int_t are supported for maximum
	  number of
	  workers per filenode
	  - Add some conditional debug statements

2008-04-16 06:28  ganis

	* [r23240] proof/proof/src/TProofServ.cxx: From Jan: in
	  SetupCommon, use kPROOF_PackDir instead of kPROOF_WorkDir when
	  defining the default fPackage dir

2008-04-16 01:07  wlav

	* [r23239] bindings/pyroot/src/Pythonize.cxx,
	  bindings/pyroot/src/RootModule.cxx: basic pickling support

2008-04-15 16:36  pcanal

	* [r23237] tree/tree/src/TTree.cxx: Make the leaflist optional if
	  the address points to a single numerical variable:
	  Int_t value;
	  tree->Branch(branchname, &value);

2008-04-15 16:32  pcanal

	* [r23236] tree/tree/src/TBranch.cxx: remove warning

2008-04-15 16:09  pcanal

	* [r23235] tree/tree/src/ManualTree2Body.h: Correct spell the
	  friend function name

2008-04-15 15:34  pcanal

	* [r23231] tutorials/tree/hvector.C: Update to use the new branch
	  creation technique (passing the address of an object)

2008-04-15 15:33  pcanal

	* [r23230] tree/tree/inc/TBranch.h, tree/tree/inc/TBranchElement.h,
	  tree/tree/inc/TBranchObject.h, tree/tree/inc/TTree.h,
	  tree/tree/src/ManualTree2Body.h, tree/tree/src/TBranch.cxx,
	  tree/tree/src/TBranchElement.cxx,
	  tree/tree/src/TBranchObject.cxx, tree/tree/src/TTree.cxx:
	  Introduce a way to create branch using directly
	  an object:
	  MyClass object;
	  TBranch *branch = tree->Branch(branchname, &object, bufsize,
	  splitlevel)

2008-04-15 13:23  brun

	* [r23227] graf2d/win32gdk/gdk/src/gdk/win32/gdkwindow-win32.c,
	  graf2d/win32gdk/src/TGWin32.cxx: From Bertrand:
	  - Fix behaviour of dialogs on Windows
	  (keep them on top of other windows)

2008-04-15 08:04  pcanal

	* [r23224] tree/tree/src/TBranchElement.cxx: From Paul:
	  
	  Clarify the ownership rules of user objects in a TTree.
	  This clarification (and the improved auto-add-to-directory
	  behavior
	  of the TH1*) allows for the TTree to now delete the memory that
	  its has allocated and whose ownsership was _not_ transfer back
	  to the user (this is happens any time the user give the TTree
	  the address of a pointer):
	  
	  // For a top-level branch the meaning of addr is as follows:
	  //
	  // If addr is zero, then we allocate a branch object
	  // internally and the branch is the owner of the allocated
	  // object, not the caller. However the caller may obtain
	  // a pointer to the branch object with GetObject().
	  //
	  // Example:
	  //
	  // branch->SetAddress(0);
	  // Event* event = branch->GetObject();
	  // ... Do some work.
	  //
	  // If addr is not zero, but the pointer addr points at is
	  // zero, then we allocate a branch object and set the passed
	  // pointer to point at the allocated object. The caller
	  // owns the allocated object and is responsible for deleting
	  // it when it is no longer needed.
	  //
	  // Example:
	  //
	  // Event* event = 0;
	  // branch->SetAddress(&event);
	  // ... Do some work.
	  // delete event;
	  // event = 0;
	  //
	  // If addr is not zero and the pointer addr points at is
	  // also not zero, then the caller has allocated a branch
	  // object and is asking us to use it. The caller owns it
	  // and must delete it when it is no longer needed.
	  //
	  // Example:
	  //
	  // Event* event = new Event();
	  // branch->SetAddress(&event);
	  // ... Do some work.
	  // delete event;
	  // event = 0;
	  //
	  // These rules affect users of TTree::Branch(),
	  // TTree::SetBranchAddress(), and TChain::SetBranchAddress()
	  // as well because those routines call this one.
	  //
	  // An example of a tree with branches with objects allocated
	  // and owned by us:
	  //
	  // TFile* f1 = new TFile("myfile_original.root");
	  // TTree* t1 = (TTree*) f->Get("MyTree");
	  // TFile* f2 = new TFile("myfile_copy.root", "recreate");
	  // TTree* t2 = t1->Clone(0);
	  // for (Int_t i = 0; i < 10; ++i) {
	  // t1->GetEntry(i);
	  // t2->Fill();
	  // }
	  // t2->Write()
	  // delete f2;
	  // f2 = 0;
	  // delete f1;
	  // f1 = 0;
	  //
	  // An example of a branch with an object allocated by us,
	  // but owned by the caller:
	  //
	  // TFile* f = new TFile("myfile.root", "recreate");
	  // TTree* t = new TTree("t", "A test tree.")
	  // Event* event = 0;
	  // TBranchElement* br = t->Branch("event.", &event);
	  // for (Int_t i = 0; i < 10; ++i) {
	  // ... Fill event with meaningful data in some way.
	  // t->Fill();
	  // }
	  // t->Write();
	  // delete event;
	  // event = 0;
	  // delete f;
	  // f = 0;
	  //
	  // Notice that the only difference between this example
	  // and the following example is that the event pointer
	  // is zero when the branch is created.
	  //
	  // An example of a branch with an object allocated and
	  // owned by the caller:
	  //
	  // TFile* f = new TFile("myfile.root", "recreate");
	  // TTree* t = new TTree("t", "A test tree.")
	  // Event* event = new Event();
	  // TBranchElement* br = t->Branch("event.", &event);
	  // for (Int_t i = 0; i < 10; ++i) {
	  // ... Fill event with meaningful data in some way.
	  // t->Fill();
	  // }
	  // t->Write();
	  // delete event;
	  // event = 0;
	  // delete f;
	  // f = 0;
	  //

2008-04-15 07:06  axel

	* [r23223] cint/cint/Module.mk, cint/cint7/Module.mk: Also use
	  CINTCXXFLAGS for makecint.o

2008-04-14 22:01  pcanal

	* [r23221] tree/tree/src/TTree.cxx: From Paul: enhance comments

2008-04-14 20:39  rdm

	* [r23220] Makefile: From Axel:
	  avoid compiling cintex with CINTCXXFLAGS.

2008-04-14 19:32  pcanal

	* [r23219] tree/tree/src/TBranchElement.cxx: add missing \! in if
	  statement (fix to r23218)

2008-04-14 17:04  pcanal

	* [r23218] tree/tree/src/TBranchElement.cxx: From Paul:
	  Enhance documentation.

2008-04-14 16:42  pcanal

	* [r23216] io/io/src/TBufferFile.cxx: From Paul:
	  Slight doc update.

2008-04-14 16:37  axel

	* [r23215] cint/reflex/src/Kernel.cxx, cint/reflex/src/Tools.cxx:
	  From Paul: make "long long" a fundamental type instead of a
	  typedef. Requires compiler support for "long long". It's needed
	  for compatibility with CINT where long long is _not_ a typedef.

2008-04-14 16:31  pcanal

	* [r23214] core/meta/src/TClass.cxx: From Paul:
	  In TDumpMembers::Inspect, avoid knowingly printing
	  unprintable characters.

2008-04-14 16:30  pcanal

	* [r23213] tree/tree/src/TBranch.cxx: proper calculate the number
	  of BasketRAM if one of the entry points to an already removed
	  basket

2008-04-14 15:30  rdm

	* [r23212] core/cont/inc/TIterator.h, core/cont/src/TIterator.cxx:
	  instead of adding two new pure abstract methods, that will break
	  derived
	  TIterators, we provide now default implementations that print a
	  proper warning.

2008-04-14 13:25  rdm

	* [r23209] core/base/inc/TVirtualMonitoring.h, io/io/src/TFile.cxx,
	  net/monalisa/inc/TMonaLisaWriter.h,
	  net/monalisa/src/TMonaLisaWriter.cxx: From Fabrizio:
	  - The implementation of TFile throughput and info sending was
	  just sending 'regular' samples about the activity of the single
	  TFile
	  instance that happened to trigger an activity in the right
	  moment.
	  - Now TMonaLisaWriter keeps internally track of every activity
	  and regularly sends summaries valid for all the files which had
	  activity in the last time interval.
	  - Additionally, it's now finalized the infrastructure able to
	  measure
	  and keep track of the file Open latency. A packet is sent for
	  each
	  successful Open, sending the measures of the latencies for the
	  various phases of the open. Currently exploited fully by
	  TAlienFile
	  and TXNetFile. Easy to report from other TFiles too.
	  - Now, the hook for the Close() func triggers sending of a packet
	  containing various information about the performance related to
	  that
	  file only.
	  - Added support also for performance monitoring when writing

2008-04-14 12:46  rdm

	* [r23208] configure: make not having libXft or Xft.h a fatal (like
	  libXpm and libX11).

2008-04-14 10:54  brun

	* [r23205] test/stressTMVA.cxx: In the TMVATest destructor close
	  fOutputfile before deleting fFactory,
	  fFactory deletes fOutputfile.

2008-04-14 10:47  rdm

	* [r23204] roofit/roofitcore/inc/RooDataHistSliceIter.h,
	  roofit/roofitcore/inc/RooLinkedListIter.h,
	  roofit/roofitcore/inc/RooMultiCatIter.h,
	  roofit/roofitcore/src/RooDataHistSliceIter.cxx,
	  roofit/roofitcore/src/RooMultiCatIter.cxx: implement the new
	  TIterator methods.

2008-04-14 10:36  brun

	* [r23203] tmva/src/MethodSVM.cxx: Fix a Mismatched free() / delete
	  / delete [] in TMVA::MethodSVM::~MethodSVM()

2008-04-14 10:07  antcheva

	* [r23201] gui/gui/src/TGFSContainer.cxx: From Anna:
	  - Use BaseName of file name in TGFileContainer::AddFile to solve
	  special case of adding remote file (strips off protocol and path)

2008-04-14 09:53  brun

	* [r23200] montecarlo/eg/inc/cfortran.h: From Federico:
	  Fix for Mac

2008-04-14 09:30  rdm

	* [r23199] test: ignore new test stressIterators.

2008-04-14 09:23  rdm

	* [r23198] cint/cint/stl/algo.h, cint/cint7/stl/algo.h,
	  core/base/inc/Rtypes.h, core/cont/inc/TBtree.h,
	  core/cont/inc/TCollection.h, core/cont/inc/THashTable.h,
	  core/cont/inc/TIterator.h, core/cont/inc/TList.h,
	  core/cont/inc/TMap.h, core/cont/inc/TObjArray.h,
	  core/cont/inc/TOrdCollection.h, core/cont/inc/TRefArray.h,
	  core/cont/src/TBtree.cxx, core/cont/src/TCollection.cxx,
	  core/cont/src/THashTable.cxx, core/cont/src/TList.cxx,
	  core/cont/src/TMap.cxx, core/cont/src/TObjArray.cxx,
	  core/cont/src/TOrdCollection.cxx, core/cont/src/TRefArray.cxx,
	  table/inc/TFileIter.h, test/Makefile, test/stressIterators.cxx,
	  tree/tree/inc/TTree.h, tutorials/cont,
	  tutorials/cont/TListAndSTL.C: From Anar and me:
	  The background is the following. While working on the PROOF code
	  I found
	  that enumerating TList is an inconvenient and a long operation, I
	  had to
	  write the same code all over the place and make duplications. I
	  tried
	  to use STD algorithms with it, namely std::for_each, and failed.
	  I therefore decided to enable std::for_each algorithm for ROOT
	  Containers/Iterators by making as few as possible changes,
	  without rewriting
	  iterators at all. Now with only two simple lines of code one is
	  able to
	  iterate through a container:
	  
	  TIter iter(&list);
	  for_each(iter.Begin(), TIter::End(), SEnumFunctor());
	  
	  or
	  
	  for_each(iter.Begin(), inter_end, SEnumFunctor());
	  
	  where iter_end could be an iterator to a middle of the container.
	  
	  After I had changed Iterators so that they could be used with
	  std::for_each,
	  I decided to go further and did some more changes. As a result,
	  
	  - I have updated CINT implementation of some algorithms (they
	  look now
	  more or less better in terms of the standard),
	  
	  - TList and TObjArray can be now used with std::for_each,
	  std::find_if,
	  std::count_if (probably with some more algorithms. I've listed
	  here
	  only what has been *checked* by me). Other containers will be
	  supported
	  in a next patch.
	  
	  - A test program has been added:
	  $ROOTSYS/test/stressIterators.cxx
	  
	  - A tutorial macro has been added:
	  $ROOTSYS/tutorials/cont/TListAndSTL.C
	  
	  Patch has been verified on Linux, MacOS X, Solaris 10 i386 and
	  Windows.

2008-04-13 18:24  pcanal

	* [r23195] cint/cint7/src/pause.cxx: Enable 'appending' to a file
	  the global redirect of cerr.
	  .2>>log.err
	  is now appending instead of overwriting the file.

2008-04-13 18:20  pcanal

	* [r23194] cint/cint/src/pause.cxx: Enable 'appending' to a file
	  the global redirect of cerr.
	  .2>>log.err
	  is now appending instead of overwriting the file.

2008-04-13 17:13  pcanal

	* [r23191] cint/cint7/src/scrupto.cxx: remove experimental fix

2008-04-13 16:56  pcanal

	* [r23190] cint/cint7/src/rflxutil.cxx, cint/cint7/src/scrupto.cxx:
	  fix detection of the slot prepare for a potential special object

2008-04-13 16:15  matevz

	* [r23189] graf3d/eve/inc/TEveCaloLegoGL.h,
	  graf3d/eve/src/TEveCaloLegoGL.cxx: Fix coding-convention
	  violations.

2008-04-13 12:14  pcanal

	* [r23188] cint/cint7/src/pause.cxx: fix 'printing' of return value
	  (avoid printing void value)

2008-04-13 11:50  pcanal

	* [r23187] cint/cint7/src/newlink.cxx: Actually write the constness
	  of member function in the dictionary

2008-04-13 10:57  pcanal

	* [r23186] cint/cint7/src/scrupto.cxx: also unload the member
	  function when scratch_upto the struct

2008-04-13 10:56  pcanal

	* [r23185] cint/cint7/src/init.cxx: Insures that the CINT special
	  type (macroInt$, etc.) are created before any dictionary is
	  loaded.

2008-04-13 09:54  brun

	* [r23184] proof/proof/inc/TProofDataSetManager.h: Remove spurious
	  "," at the end of enum declaration.

2008-04-13 07:39  ganis

	* [r23181] proof/proofx/src/TXProofServ.cxx: Restore sending of
	  full workers logs to master to make Exec working properly in all
	  cases. Optimized logging will need a different strategy.

2008-04-13 07:36  ganis

	* [r23180] proof/proof/src/TProofServ.cxx: - Make fCacheDir and
	  fPackageDir controllable via directive
	  - In TProofServ::ErrorHandler Do not create the related
	  additional
	  buffer if not logging to syslog

2008-04-13 07:05  ganis

	* [r23179] proof/proofplayer/inc/TVirtualPacketizer.h,
	  proof/proofplayer/src/TVirtualPacketizer.cxx: Add bit kIsDone to
	  better determine the processing time

2008-04-12 17:50  brun

	* [r23171] tree/tree/src/TTree.cxx: Protect TTree::GetCurrentFile
	  in case the current directory is gROOT.
	  This case may happen when a TChain calls TChain::Process and no
	  files have been
	  connected to the chain yet, but a TFile has been opened
	  meanwhile.

2008-04-12 01:31  wlav

	* [r23167] bindings/pyroot/ROOT.py,
	  bindings/pyroot/src/RootModule.cxx,
	  bindings/pyroot/src/RootWrapper.cxx: o) more cleanup of circulars
	  at shutdown
	  o) use GetEntry() to determine end-of-tree when iterating
	  o) naming clarification in RootWrapper.cxx

2008-04-12 01:24  wlav

	* [r23166] tutorials/pyroot/benchmarks.py,
	  tutorials/pyroot/geometry.py, tutorials/pyroot/rootmarks.py:
	  fixup for p2.2

2008-04-12 00:48  pcanal

	* [r23165] cint/reflex/src/NameLookup.cxx: Keep Float16_t and
	  Double32_t as fundamental part of the template names

2008-04-12 00:24  pcanal

	* [r23164] cint/cint7/src/ifunc.cxx: To not confuse the global
	  namespace for a friend class

2008-04-11 21:26  pcanal

	* [r23162] cint/cint7/src/tmplt.cxx: use new/delete instead of
	  malloc/free for C++ object

2008-04-11 20:22  pcanal

	* [r23161] cint/reflex/src/NameLookup.cxx: remove warning

2008-04-11 20:17  pcanal

	* [r23160] cint/cint7/src/func.cxx: readd variable need further
	  down in the code

2008-04-11 20:13  wlav

	* [r23159] bindings/pyroot/inc/TPython.h: improved comment

2008-04-11 20:12  wlav

	* [r23158] bindings/pyroot/src/ConstructorHolder.cxx,
	  bindings/pyroot/src/MethodHolder.cxx,
	  bindings/pyroot/src/MethodProxy.cxx,
	  bindings/pyroot/src/ObjectProxy.cxx,
	  bindings/pyroot/src/ObjectProxy.h,
	  bindings/pyroot/src/PyRootType.cxx,
	  bindings/pyroot/src/PyRootType.h,
	  bindings/pyroot/src/Pythonize.cxx,
	  bindings/pyroot/src/RootWrapper.cxx,
	  bindings/pyroot/src/TSetItemHolder.cxx: o) restored TClassRef
	  assignment in ObjectProxy.h
	  o) moved TClassRef's to the PyClass level only
	  o) once more an improvement in shutdown ...
	  o) minor fix in error reporting in CreateNewROOTPythonClass

2008-04-11 20:09  pcanal

	* [r23157] cint/cint7/src/func.cxx, cint/reflex/src/NameLookup.cxx:
	  when checking for conversion constructor do a lookup in all cases
	  (instead of a lookup just for typedefs and a string comparaison
	  for the rest

2008-04-11 18:49  pcanal

	* [r23156] cint/cint7/src/fproto.h, cint/cint7/src/tmplt.cxx,
	  cint/reflex/inc/Reflex/Tools.h, cint/reflex/src/NameLookup.cxx,
	  cint/reflex/src/NameLookup.h, cint/reflex/src/Tools.cxx,
	  cint/test/template7.cxx, cint/test/template7.h: Change the
	  implementation of CINT's fix #1712 (see HISTORY file).
	  In the case:
	  class A { class B; void func(list<B>); };
	  Cint 5 was allowing the parsing of list<B> by doing the
	  equivalent of:
	  class A { typedef std::vector<A::B> vector<B>; };
	  
	  In Cint7, we rely instead on an improved Lookup which first
	  lookups
	  all the template parameter before looking up the class name.

2008-04-11 16:22  rdm

	* [r23152] build/win/bindexplib/bindexplib.cxx,
	  build/win/w32pragma.h, core/base/src/TSystem.cxx,
	  test/Makefile.win32: From Axel:
	  The attached patch removed the necessity to define
	  VISUAL_CPLUSPLUS. And
	  it gets rid of the warning:
	  include\cfortran.h(159) : warning C4005: 'VISUAL_CPLUSPLUS' :
	  macro redefinition

2008-04-11 16:20  rdm

	* [r23151] Makefile, build/unix/makestatic.sh, io/xmlparser,
	  io/xmlparser/Module.mk, xmlparser: move xmlparser to io.

2008-04-11 16:18  ganis

	* [r23150] proof/proofplayer/src/TProofPlayer.cxx: Form Jan: fix a
	  problem handling an empty listOfMissingFiles list

2008-04-11 15:57  axel

	* [r23149] cint/cint/src/error.cxx, cint/cint7/src/error.cxx,
	  cint/configure: Remove dependency on VISUAL_CPLUSPLUS with
	  _MSC_VER (for the compiler) and G__WIN32 (for the platform)

2008-04-11 15:31  axel

	* [r23147] cint/cint/src/init.cxx, cint/cint7/src/init.cxx: Fix
	  definition of CINT's version of system CPP macros; define
	  __FreeBSD__ from _FreeBSD_ if necessary.
	  Fixes Savannah #32833.

2008-04-11 15:07  axel

	* [r23145] cint/reflex/python/genreflex/gendict.py: From
	  Jean-François Bastien: fix issue with method calls that won't
	  compile if the method is also a function-style preprocessor
	  macro. Savannah #32967.

2008-04-11 13:21  rdm

	* [r23143] Makefile, build/unix/makestatic.sh, hbook, hist/hbook,
	  hist/hbook/Module.mk: move hbook to hist.

2008-04-11 12:28  axel

	* [r23142] cint/cint/src/loadfile.cxx, cint/cint7/src/loadfile.cxx:
	  For temp files don't use /tmp but check CINTTMPDIR, TMP, or TEMP
	  env var; only if none of them is set revert to /tmp. Fixes
	  Savannah bug #32035.

2008-04-11 12:15  rdm

	* [r23141] html/Module.mk, main/Module.mk, rootx/Module.mk,
	  table/Module.mk, tmva/Module.mk, xmlparser/Module.mk: update
	  .PHONY.

2008-04-11 11:01  rdm

	* [r23140] Makefile, asimage, build/unix/makestatic.sh, eve,
	  freetype, ftgl, g3d, gl, gpad, graf, graf2d, graf2d/asimage,
	  graf2d/asimage/Module.mk, graf2d/freetype,
	  graf2d/freetype/Module.mk, graf2d/gpad, graf2d/gpad/Module.mk,
	  graf2d/graf, graf2d/graf/Module.mk, graf2d/postscript,
	  graf2d/postscript/Module.mk, graf2d/qt, graf2d/qt/Module.mk,
	  graf2d/win32gdk, graf2d/win32gdk/Module.mk, graf2d/x11,
	  graf2d/x11/Module.mk, graf2d/x11ttf, graf2d/x11ttf/Module.mk,
	  graf3d, graf3d/eve, graf3d/eve/Module.mk, graf3d/ftgl,
	  graf3d/ftgl/Module.mk, graf3d/g3d, graf3d/g3d/Module.mk,
	  graf3d/gl, graf3d/gl/Module.mk, graf3d/x3d, graf3d/x3d/Module.mk,
	  postscript, qt, win32gdk, x11, x11ttf, x3d: move the following
	  directories to "graf2d":
	  
	  asimage, freetype, gpad, graf, postscript, qt, win32gdk, x11,
	  x11ttf
	  
	  move the following directories to "graf3d":
	  
	  eve, ftgl, g3d, gl, x3d

2008-04-11 10:49  axel

	* [r23139] cint/reflex/inc/Reflex/Kernel.h: undef CONST even if not
	  windows. Fixes problem with Oracle's #define CONST.

2008-04-11 08:58  rdm

	* [r23136] Makefile, build/unix/makestatic.sh, eg, g4root,
	  montecarlo, montecarlo/eg, montecarlo/eg/Module.mk,
	  montecarlo/g4root, montecarlo/g4root/Module.mk,
	  montecarlo/pythia6, montecarlo/pythia6/Module.mk,
	  montecarlo/pythia8, montecarlo/pythia8/Module.mk, montecarlo/vmc,
	  montecarlo/vmc/Module.mk, pythia6, pythia8, vmc: move the
	  following directories to "montecarlo":
	  
	  eg, g4root, pythia6, pythia8, vmc

2008-04-11 08:16  rdm

	* [r23135] Makefile, bindings, bindings/pyroot,
	  bindings/pyroot/Module.mk, bindings/ruby,
	  bindings/ruby/Module.mk, build/unix/makestatic.sh, pyroot, ruby:
	  move the following directories to "bindings":
	  
	  ruby, pyroot

2008-04-11 07:53  rdm

	* [r23134] Makefile, build/unix/makestatic.sh, roofit/Module.mk,
	  roofit/doc, roofit/inc, roofit/roofit, roofit/roofit/Module.mk,
	  roofit/roofit/doc, roofit/roofit/inc, roofit/roofit/src,
	  roofit/roofitcore, roofit/roofitcore/Module.mk, roofit/src,
	  roofitcore: move the following directories to "roofit":
	  
	  roofitcore, roofit

2008-04-11 07:09  rdm

	* [r23131] gui/sessionviewer/inc/TProofProgressDialog.h,
	  gui/sessionviewer/inc/TProofProgressLog.h,
	  gui/sessionviewer/src/TProofProgressDialog.cxx,
	  gui/sessionviewer/src/TProofProgressLog.cxx: From Anna:
	  Improved version of TProofProgressLog using
	  TProofMgr::GetSessionLogs()
	  to retrieve the logs directly from the server. The graphics
	  layout of
	  the logbox has been re-designed, with new buttons to grep the
	  logs and
	  to save them to a file. It is also possible to choose the range
	  of
	  lines to be displayed and the subset of nodes.

2008-04-10 22:43  ganis

	* [r23129] proof/proof/src/TProof.cxx: Form Jan: fix the return
	  value of the TProof::DisablePackageOnClient (it was always
	  'success')

2008-04-10 22:28  ganis

	* [r23128] proof/proof/inc/TProofLog.h,
	  proof/proof/src/TProofLog.cxx: Form Anna:
	  - A few additions needed by the new TProofProgressLog
	  - Cosmetic changes

2008-04-10 21:20  moneta

	* [r23127] hist/hist/inc/THnSparse.h, hist/hist/src/THnSparse.cxx:
	  from Axel:
	  Implement THnSparse::RebinnedAdd(hnsparse, c), which adds
	  hnsparse*c to this,
	  ignoring different bin sizes.
	  Can be used to rebin a THnSparse: create a new THnSparse with the
	  binning you want,
	  and add the THnSparse with the old binning to it using
	  RebinnedAdd(old).
	  Also fixes an issue with Rebin() accessing an out-of-bound bin.

2008-04-10 15:18  rdm

	* [r23123] Makefile, build/unix/makestatic.sh, mysql, odbc, oracle,
	  pgsql, sapdb, sql, sql/mysql, sql/mysql/Module.mk, sql/odbc,
	  sql/odbc/Module.mk, sql/oracle, sql/oracle/Module.mk, sql/pgsql,
	  sql/pgsql/Module.mk, sql/sapdb, sql/sapdb/Module.mk: move the
	  following directories to "sql":
	  
	  mysql, odbc, oracle, pgsql, sapdb

2008-04-10 14:56  rdm

	* [r23122] Makefile, build/unix/makestatic.sh, castor, chirp,
	  dcache, gfal, io/Module.mk, io/castor, io/castor/Module.mk,
	  io/castor/doc, io/castor/inc, io/castor/src, io/chirp,
	  io/chirp/Module.mk, io/chirp/doc, io/chirp/inc, io/chirp/src,
	  io/dcache, io/dcache/Module.mk, io/dcache/doc, io/dcache/inc,
	  io/dcache/src, io/doc, io/gfal, io/gfal/Module.mk, io/gfal/inc,
	  io/gfal/src, io/inc, io/io, io/io/Module.mk, io/io/doc,
	  io/io/doc/index.txt, io/io/inc, io/io/inc/LinkDef.h,
	  io/io/inc/TArchiveFile.h, io/io/inc/TBufferFile.h,
	  io/io/inc/TCollectionProxyFactory.h,
	  io/io/inc/TContainerConverters.h, io/io/inc/TDirectoryFile.h,
	  io/io/inc/TEmulatedCollectionProxy.h,
	  io/io/inc/TEmulatedMapProxy.h, io/io/inc/TFile.h,
	  io/io/inc/TFileCacheRead.h, io/io/inc/TFileCacheWrite.h,
	  io/io/inc/TFree.h, io/io/inc/TGenCollectionProxy.h,
	  io/io/inc/TGenCollectionStreamer.h, io/io/inc/TKey.h,
	  io/io/inc/TKeyMapFile.h, io/io/inc/TMakeProject.h,
	  io/io/inc/TMapFile.h, io/io/inc/TStreamerInfo.h,
	  io/io/inc/TZIPFile.h, io/io/src, io/io/src/TArchiveFile.cxx,
	  io/io/src/TBufferFile.cxx, io/io/src/TCollectionProxyFactory.cxx,
	  io/io/src/TContainerConverters.cxx, io/io/src/TDirectoryFile.cxx,
	  io/io/src/TEmulatedCollectionProxy.cxx,
	  io/io/src/TEmulatedMapProxy.cxx, io/io/src/TFile.cxx,
	  io/io/src/TFileCacheRead.cxx, io/io/src/TFileCacheWrite.cxx,
	  io/io/src/TFree.cxx, io/io/src/TGenCollectionProxy.cxx,
	  io/io/src/TGenCollectionStreamer.cxx, io/io/src/TKey.cxx,
	  io/io/src/TKeyMapFile.cxx, io/io/src/TMakeProject.cxx,
	  io/io/src/TMapFile.cxx, io/io/src/TStreamerInfo.cxx,
	  io/io/src/TStreamerInfoReadBuffer.cxx,
	  io/io/src/TStreamerInfoWriteBuffer.cxx, io/io/src/TZIPFile.cxx,
	  io/rfio, io/rfio/Module.mk, io/rfio/doc, io/rfio/inc,
	  io/rfio/src, io/sql, io/sql/Module.mk, io/sql/doc, io/sql/inc,
	  io/sql/src, io/src, io/xml, io/xml/Module.mk, io/xml/doc,
	  io/xml/inc, io/xml/src, rfio, sql, xml: move the following
	  directories into "io":
	  
	  castor, chrip, dcache, gfal, io, rfio, sql, xml

2008-04-10 13:51  ganis

	* [r23121] proof/proofplayer/src/TProofPlayer.cxx: Remove
	  duplication

2008-04-10 13:50  ganis

	* [r23120] proof/proof/src/TProofMgr.cxx,
	  proof/proofx/src/TXProofMgr.cxx: Remove duplication and fix the
	  definition of the reference URL.
	  This also fixes a problem with MatchUrl().

2008-04-10 13:49  ganis

	* [r23119] proof/proofd/src/XrdProofConn.cxx: Save the remote
	  protocol number in the physical connection so it is available
	  for each logical connection using it.

2008-04-10 13:49  ganis

	* [r23118] proof/proof/inc/TProofDataSetManagerFile.h: Fix SVN Id

2008-04-10 13:35  rdm

	* [r23115] Makefile, build/unix/makestatic.sh, fitpanel, ged,
	  gui/Module.mk, gui/doc, gui/fitpanel, gui/fitpanel/Module.mk,
	  gui/fitpanel/doc, gui/fitpanel/inc, gui/fitpanel/src, gui/ged,
	  gui/ged/Module.mk, gui/ged/doc, gui/ged/inc, gui/ged/src,
	  gui/gui, gui/gui/Module.mk, gui/gui/doc, gui/gui/doc/index.txt,
	  gui/gui/inc, gui/gui/inc/HelpText.h, gui/gui/inc/LinkDef1.h,
	  gui/gui/inc/LinkDef2.h, gui/gui/inc/LinkDef3.h,
	  gui/gui/inc/TG3DLine.h, gui/gui/inc/TGApplication.h,
	  gui/gui/inc/TGButton.h, gui/gui/inc/TGButtonGroup.h,
	  gui/gui/inc/TGCanvas.h, gui/gui/inc/TGClient.h,
	  gui/gui/inc/TGColorDialog.h, gui/gui/inc/TGColorSelect.h,
	  gui/gui/inc/TGComboBox.h, gui/gui/inc/TGCommandPlugin.h,
	  gui/gui/inc/TGDNDManager.h, gui/gui/inc/TGDimension.h,
	  gui/gui/inc/TGDockableFrame.h, gui/gui/inc/TGDoubleSlider.h,
	  gui/gui/inc/TGEventHandler.h, gui/gui/inc/TGFSComboBox.h,
	  gui/gui/inc/TGFSContainer.h, gui/gui/inc/TGFileBrowser.h,
	  gui/gui/inc/TGFileDialog.h, gui/gui/inc/TGFont.h,
	  gui/gui/inc/TGFontDialog.h, gui/gui/inc/TGFrame.h,
	  gui/gui/inc/TGGC.h, gui/gui/inc/TGIcon.h,
	  gui/gui/inc/TGIdleHandler.h, gui/gui/inc/TGImageMap.h,
	  gui/gui/inc/TGInputDialog.h, gui/gui/inc/TGLabel.h,
	  gui/gui/inc/TGLayout.h, gui/gui/inc/TGListBox.h,
	  gui/gui/inc/TGListTree.h, gui/gui/inc/TGListView.h,
	  gui/gui/inc/TGMdi.h, gui/gui/inc/TGMdiDecorFrame.h,
	  gui/gui/inc/TGMdiFrame.h, gui/gui/inc/TGMdiMainFrame.h,
	  gui/gui/inc/TGMdiMenu.h, gui/gui/inc/TGMenu.h,
	  gui/gui/inc/TGMimeTypes.h, gui/gui/inc/TGMsgBox.h,
	  gui/gui/inc/TGNumberEntry.h, gui/gui/inc/TGObject.h,
	  gui/gui/inc/TGPasswdDialog.h, gui/gui/inc/TGPicture.h,
	  gui/gui/inc/TGProgressBar.h, gui/gui/inc/TGRedirectOutputGuard.h,
	  gui/gui/inc/TGResourcePool.h, gui/gui/inc/TGScrollBar.h,
	  gui/gui/inc/TGShapedFrame.h, gui/gui/inc/TGShutter.h,
	  gui/gui/inc/TGSlider.h, gui/gui/inc/TGSpeedo.h,
	  gui/gui/inc/TGSplitFrame.h, gui/gui/inc/TGSplitter.h,
	  gui/gui/inc/TGStatusBar.h, gui/gui/inc/TGString.h,
	  gui/gui/inc/TGTab.h, gui/gui/inc/TGTableLayout.h,
	  gui/gui/inc/TGText.h, gui/gui/inc/TGTextBuffer.h,
	  gui/gui/inc/TGTextEdit.h, gui/gui/inc/TGTextEditDialogs.h,
	  gui/gui/inc/TGTextEditor.h, gui/gui/inc/TGTextEntry.h,
	  gui/gui/inc/TGTextView.h, gui/gui/inc/TGToolBar.h,
	  gui/gui/inc/TGToolTip.h, gui/gui/inc/TGTripleSlider.h,
	  gui/gui/inc/TGView.h, gui/gui/inc/TGWidget.h,
	  gui/gui/inc/TGWindow.h, gui/gui/inc/TGXYLayout.h,
	  gui/gui/inc/TGuiBuilder.h, gui/gui/inc/TRootApplication.h,
	  gui/gui/inc/TRootBrowser.h, gui/gui/inc/TRootBrowserLite.h,
	  gui/gui/inc/TRootCanvas.h, gui/gui/inc/TRootContextMenu.h,
	  gui/gui/inc/TRootControlBar.h, gui/gui/inc/TRootDialog.h,
	  gui/gui/inc/TRootEmbeddedCanvas.h, gui/gui/inc/TRootGuiFactory.h,
	  gui/gui/inc/TRootHelpDialog.h, gui/gui/inc/TVirtualDragManager.h,
	  gui/gui/inc/WidgetMessageTypes.h, gui/gui/src,
	  gui/gui/src/HelpText.cxx, gui/gui/src/TG3DLine.cxx,
	  gui/gui/src/TGApplication.cxx, gui/gui/src/TGButton.cxx,
	  gui/gui/src/TGButtonGroup.cxx, gui/gui/src/TGCanvas.cxx,
	  gui/gui/src/TGClient.cxx, gui/gui/src/TGColorDialog.cxx,
	  gui/gui/src/TGColorSelect.cxx, gui/gui/src/TGComboBox.cxx,
	  gui/gui/src/TGCommandPlugin.cxx, gui/gui/src/TGDNDManager.cxx,
	  gui/gui/src/TGDimension.cxx, gui/gui/src/TGDockableFrame.cxx,
	  gui/gui/src/TGDoubleSlider.cxx, gui/gui/src/TGEventHandler.cxx,
	  gui/gui/src/TGFSComboBox.cxx, gui/gui/src/TGFSContainer.cxx,
	  gui/gui/src/TGFileBrowser.cxx, gui/gui/src/TGFileDialog.cxx,
	  gui/gui/src/TGFont.cxx, gui/gui/src/TGFontDialog.cxx,
	  gui/gui/src/TGFrame.cxx, gui/gui/src/TGGC.cxx,
	  gui/gui/src/TGIcon.cxx, gui/gui/src/TGIdleHandler.cxx,
	  gui/gui/src/TGImageMap.cxx, gui/gui/src/TGInputDialog.cxx,
	  gui/gui/src/TGLabel.cxx, gui/gui/src/TGLayout.cxx,
	  gui/gui/src/TGListBox.cxx, gui/gui/src/TGListTree.cxx,
	  gui/gui/src/TGListView.cxx, gui/gui/src/TGMdiDecorFrame.cxx,
	  gui/gui/src/TGMdiFrame.cxx, gui/gui/src/TGMdiMainFrame.cxx,
	  gui/gui/src/TGMdiMenu.cxx, gui/gui/src/TGMenu.cxx,
	  gui/gui/src/TGMimeTypes.cxx, gui/gui/src/TGMsgBox.cxx,
	  gui/gui/src/TGNumberEntry.cxx, gui/gui/src/TGObject.cxx,
	  gui/gui/src/TGPasswdDialog.cxx, gui/gui/src/TGPicture.cxx,
	  gui/gui/src/TGProgressBar.cxx,
	  gui/gui/src/TGRedirectOutputGuard.cxx,
	  gui/gui/src/TGResourcePool.cxx, gui/gui/src/TGScrollBar.cxx,
	  gui/gui/src/TGShapedFrame.cxx, gui/gui/src/TGShutter.cxx,
	  gui/gui/src/TGSlider.cxx, gui/gui/src/TGSpeedo.cxx,
	  gui/gui/src/TGSplitFrame.cxx, gui/gui/src/TGSplitter.cxx,
	  gui/gui/src/TGStatusBar.cxx, gui/gui/src/TGString.cxx,
	  gui/gui/src/TGTab.cxx, gui/gui/src/TGTableLayout.cxx,
	  gui/gui/src/TGText.cxx, gui/gui/src/TGTextBuffer.cxx,
	  gui/gui/src/TGTextEdit.cxx, gui/gui/src/TGTextEditDialogs.cxx,
	  gui/gui/src/TGTextEditor.cxx, gui/gui/src/TGTextEntry.cxx,
	  gui/gui/src/TGTextView.cxx, gui/gui/src/TGToolBar.cxx,
	  gui/gui/src/TGToolTip.cxx, gui/gui/src/TGTripleSlider.cxx,
	  gui/gui/src/TGView.cxx, gui/gui/src/TGWidget.cxx,
	  gui/gui/src/TGWindow.cxx, gui/gui/src/TGXYLayout.cxx,
	  gui/gui/src/TGuiBuilder.cxx, gui/gui/src/TRootApplication.cxx,
	  gui/gui/src/TRootBrowser.cxx, gui/gui/src/TRootBrowserLite.cxx,
	  gui/gui/src/TRootCanvas.cxx, gui/gui/src/TRootContextMenu.cxx,
	  gui/gui/src/TRootControlBar.cxx, gui/gui/src/TRootDialog.cxx,
	  gui/gui/src/TRootEmbeddedCanvas.cxx,
	  gui/gui/src/TRootGuiFactory.cxx, gui/gui/src/TRootHelpDialog.cxx,
	  gui/gui/src/TVirtualDragManager.cxx, gui/guibuilder,
	  gui/guibuilder/Module.mk, gui/guibuilder/doc, gui/guibuilder/inc,
	  gui/guibuilder/src, gui/guihtml, gui/guihtml/Module.mk,
	  gui/guihtml/doc, gui/guihtml/inc, gui/guihtml/src, gui/inc,
	  gui/qtgsi, gui/qtgsi/Module.mk, gui/qtgsi/doc, gui/qtgsi/inc,
	  gui/qtgsi/src, gui/qtgsi/test, gui/qtgsi/test/example1/Makefile,
	  gui/qtroot, gui/qtroot/Module.mk, gui/qtroot/doc, gui/qtroot/inc,
	  gui/qtroot/qtroot.pro, gui/qtroot/src, gui/sessionviewer,
	  gui/sessionviewer/Module.mk, gui/sessionviewer/doc,
	  gui/sessionviewer/inc, gui/sessionviewer/src, gui/src,
	  guibuilder, guihtml, qtgsi, qtroot, sessionviewer: moved to
	  directory "gui" the following directories:
	  
	  fitpanel, ged, gui, guibuilder, guihtml, qtgsi, qtroot,
	  sessionviewer

2008-04-10 11:27  ganis

	* [r23109] proof/proofplayer/src/TPacketizer.cxx: Make a printout
	  conditional on the verbose level

2008-04-10 11:25  ganis

	* [r23108] proof/proof/src/TProofServ.cxx: Fix function name in
	  some printouts

2008-04-10 11:24  ganis

	* [r23107] proof/proof/src/TProof.cxx: Fix function name in some
	  printouts

2008-04-10 09:48  matevz

	* [r23105] eve/src/TEveCalo.cxx, eve/src/TEveCaloLegoGL.cxx,
	  gl/src/TGLViewerBase.cxx: Fix compiler warnings and coding
	  convention violations.

2008-04-09 22:54  pcanal

	* [r23104] cint/cint7/src/var.cxx: proper cast

2008-04-09 22:47  pcanal

	* [r23103] cint/cint7/src/decl.cxx, cint/cint7/src/var.cxx,
	  cint/test/aryinit1.cxx: Fix (re)initialization of function static
	  variable

2008-04-09 22:18  pcanal

	* [r23102] oracle/inc/TOracleResult.h, oracle/inc/TOracleRow.h,
	  oracle/inc/TOracleServer.h, oracle/inc/TOracleStatement.h: Oracle
	  #define CONST, but Reflex also uses it (as an enum), so we need
	  to #undef to allow the compilation of the oracle plugin reflex
	  dictionary

2008-04-09 19:45  pcanal

	* [r23101] cint/cint7/src/var.cxx: fix typo

2008-04-09 19:22  pcanal

	* [r23100] cint/cint7/src/disp.cxx: in varmonitor print the
	  qualifie name

2008-04-09 19:20  pcanal

	* [r23099] cint/cint7/src/var.cxx: comment out debug print

2008-04-09 16:23  brun

	* [r23096] eg/inc/Hepevt.h, eg/inc/cfortran.h: Follow a
	  recommendation from Jacek Holeczek and update Hepevt.h and
	  common.h
	  such that they can be used with the latest gfortran.
	  There is an updated version of the "cfortran" package on the
	  CERNLIB 2005 for gcc4/gfortran by Harald Vogt / DESY Zeuthen
	  available (in the cernlib.2005.corr.tgz file)

2008-04-09 15:53  rdm

	* [r23095] castor/src/TCastorFile.cxx, rfio/src/TRFIOFile.cxx: From
	  Gerri:
	  Make sure the the anchor part of the URL is not passed to the
	  Castor low-level
	  functions. This is needed to correctly open elements in archive
	  files.

2008-04-09 15:52  rdm

	* [r23094] io/src/TFile.cxx, net/net/src/TNetFile.cxx: From Gerri:
	  Complete the patch for the locality check (some part got lost at
	  some point).

2008-04-09 15:33  rdm

	* [r23092] hist/hist/Module.mk, hist/histpainter/Module.mk,
	  hist/spectrum/Module.mk, hist/spectrumpainter/Module.mk,
	  math/fftw/Module.mk, math/foam/Module.mk,
	  math/mathcore/Module.mk, proof/clarens/Module.mk,
	  proof/peac/Module.mk, proof/proof/Module.mk,
	  proof/proofd/Module.mk, proof/proofplayer/Module.mk,
	  proof/proofx/Module.mk: parametrize using MODNAME.

2008-04-09 15:04  rdm

	* [r23091] Makefile, alien, auth, build/unix/makestatic.sh, glite,
	  globusauth, krb5auth, ldap, monalisa, net/Module.mk, net/alien,
	  net/alien/Module.mk, net/alien/inc, net/alien/src, net/auth,
	  net/auth/Module.mk, net/auth/doc, net/auth/inc, net/auth/src,
	  net/doc, net/glite, net/glite/Module.mk, net/glite/inc,
	  net/glite/src, net/globusauth, net/globusauth/Module.mk,
	  net/globusauth/src, net/inc, net/krb5auth,
	  net/krb5auth/Module.mk, net/krb5auth/inc, net/krb5auth/src,
	  net/ldap, net/ldap/Module.mk, net/ldap/inc, net/ldap/src,
	  net/monalisa, net/monalisa/Module.mk, net/monalisa/inc,
	  net/monalisa/src, net/net, net/net/Module.mk, net/net/doc,
	  net/net/doc/index.txt, net/net/inc, net/net/inc/LinkDef.h,
	  net/net/inc/NetErrors.h, net/net/inc/RRemoteProtocol.h,
	  net/net/inc/TApplicationRemote.h,
	  net/net/inc/TApplicationServer.h, net/net/inc/TFTP.h,
	  net/net/inc/TFileStager.h, net/net/inc/TGrid.h,
	  net/net/inc/TGridCollection.h, net/net/inc/TGridJDL.h,
	  net/net/inc/TGridJob.h, net/net/inc/TGridJobStatus.h,
	  net/net/inc/TGridJobStatusList.h, net/net/inc/TGridResult.h,
	  net/net/inc/TMessage.h, net/net/inc/TMonitor.h,
	  net/net/inc/TNetFile.h, net/net/inc/TPServerSocket.h,
	  net/net/inc/TPSocket.h, net/net/inc/TSQLColumnInfo.h,
	  net/net/inc/TSQLMonitoring.h, net/net/inc/TSQLResult.h,
	  net/net/inc/TSQLRow.h, net/net/inc/TSQLServer.h,
	  net/net/inc/TSQLStatement.h, net/net/inc/TSQLTableInfo.h,
	  net/net/inc/TSecContext.h, net/net/inc/TServerSocket.h,
	  net/net/inc/TSocket.h, net/net/inc/TWebFile.h, net/net/src,
	  net/net/src/NetErrors.cxx, net/net/src/TApplicationRemote.cxx,
	  net/net/src/TApplicationServer.cxx, net/net/src/TFTP.cxx,
	  net/net/src/TFileStager.cxx, net/net/src/TGrid.cxx,
	  net/net/src/TGridJDL.cxx, net/net/src/TGridJob.cxx,
	  net/net/src/TGridJobStatus.cxx,
	  net/net/src/TGridJobStatusList.cxx, net/net/src/TGridResult.cxx,
	  net/net/src/TMessage.cxx, net/net/src/TMonitor.cxx,
	  net/net/src/TNetFile.cxx, net/net/src/TPServerSocket.cxx,
	  net/net/src/TPSocket.cxx, net/net/src/TSQLColumnInfo.cxx,
	  net/net/src/TSQLMonitoring.cxx, net/net/src/TSQLResult.cxx,
	  net/net/src/TSQLRow.cxx, net/net/src/TSQLServer.cxx,
	  net/net/src/TSQLStatement.cxx, net/net/src/TSQLTableInfo.cxx,
	  net/net/src/TSecContext.cxx, net/net/src/TServerSocket.cxx,
	  net/net/src/TSocket.cxx, net/net/src/TWebFile.cxx, net/netx,
	  net/netx/Module.mk, net/netx/inc, net/netx/src, net/rootd,
	  net/rootd/Module.mk, net/rootd/inc, net/rootd/src, net/rpdutils,
	  net/rpdutils/Module.mk, net/rpdutils/inc, net/rpdutils/src,
	  net/src, net/srputils, net/srputils/Module.mk, net/srputils/src,
	  net/xrootd, net/xrootd/Module.mk, net/xrootd/src, netx, rootd,
	  roots, rpdutils, srputils, xrootd: moving the follwing
	  directories to "net":
	  
	  alien, auth, glite, globusauth, krb5auth, ldap, monalisa, net,
	  netx,
	  rootd, rpdutils, srputils, xrootd

2008-04-09 14:10  rdm

	* [r23087] asimage/inc/TASImage.h, asimage/src/TASImage.cxx,
	  eve/inc/LinkDef.h, eve/inc/TEveCalo.h, eve/inc/TEveCalo2DGL.h,
	  eve/inc/TEveCalo3DGL.h, eve/inc/TEveCaloData.h,
	  eve/inc/TEveCaloLegoEditor.h, eve/inc/TEveCaloLegoGL.h,
	  eve/inc/TEveCaloVizEditor.h, eve/inc/TEveProjectionAxesGL.h,
	  eve/inc/TEveProjectionManagerEditor.h, eve/inc/TEveProjections.h,
	  eve/inc/TEveTrackProjected.h, eve/inc/TEveUtil.h,
	  eve/src/TEveCalo.cxx, eve/src/TEveCalo2DGL.cxx,
	  eve/src/TEveCalo3DGL.cxx, eve/src/TEveCaloData.cxx,
	  eve/src/TEveCaloLegoEditor.cxx, eve/src/TEveCaloLegoGL.cxx,
	  eve/src/TEveCaloVizEditor.cxx, eve/src/TEveGedEditor.cxx,
	  eve/src/TEveProjectionAxesGL.cxx,
	  eve/src/TEveProjectionManagerEditor.cxx,
	  eve/src/TEveProjections.cxx, eve/src/TEveScene.cxx,
	  eve/src/TEveTextGL.cxx, eve/src/TEveTrackProjected.cxx,
	  eve/src/TEveUtil.cxx, gl/inc/TGLCamera.h, gl/inc/TGLContext.h,
	  gl/inc/TGLFontManager.h, gl/inc/TGLRnrCtx.h, gl/inc/TGLScene.h,
	  gl/inc/TGLSceneBase.h, gl/inc/TGLStopwatch.h, gl/inc/TGLUtil.h,
	  gl/inc/TGLViewerBase.h, gl/src/TGLContext.cxx,
	  gl/src/TGLFontManager.cxx, gl/src/TGLPhysicalShape.cxx,
	  gl/src/TGLRnrCtx.cxx, gl/src/TGLSAViewer.cxx,
	  gl/src/TGLScene.cxx, gl/src/TGLSceneBase.cxx,
	  gl/src/TGLStopwatch.cxx, gl/src/TGLUtil.cxx,
	  gl/src/TGLViewer.cxx, gl/src/TGLViewerBase.cxx,
	  gl/src/TGLViewerEditor.cxx, gl/src/TGLWidget.cxx,
	  graf/inc/TImage.h, tutorials/eve/cms_calo.C,
	  tutorials/eve/text_test.C: From Alja, Bertrand and Matevz -
	  merged branches/dev/fireworks 22550:23082.
	  
	  
	  Major changes imported by this merge are:
	  
	  gl/
	  ====
	  - reorganization of scene rendering in TGLViewer - render opaque
	  objects from all scenes first, then all transparent ones;
	  
	  - improve saving of images from the GL-viewer so that the dialog
	  boxes
	  and other windows do not result in black areas on the saved
	  image;
	  
	  - improved management of FTGL fonts accross GL contexts.
	  
	  eve/
	  ====
	  - new classes for visualization of calorimeter data in lego mode;
	  
	  - allow fixed scale beyond given radius for fish-eye projections.

2008-04-09 13:59  pcanal

	* [r23086] cint/reflex/src/ScopeBase.cxx: Humm .. loop over more
	  than one element in ScopeBase::Remove*Members

2008-04-09 13:37  pcanal

	* [r23084] tree/tree/src/TTree.cxx: Update TTree doc about
	  TTree::Branch

2008-04-09 13:21  pcanal

	* [r23083] tree/tree/src/TTree.cxx: Update TTree doc about
	  TTree::Branch

2008-04-09 11:01  ganis

	* [r23079] proof/proof/src/TProofMgr.cxx,
	  proof/proofd/src/proofd.cxx: Make sure scopes are well defined in
	  some conditional constructs

2008-04-09 09:22  rdm

	* [r23076] etc/plugins/TProofDataSetManager,
	  etc/plugins/TProofDataSetManager/P010_TProofDataSetManagerFile.C:
	  Create plugin area for TProofDataSetManager and add macro to load
	  TProofDataSetManagerFile.

2008-04-09 09:10  ganis

	* [r23075] proof/proof/inc/LinkDef.h, proof/proof/inc/TDSet.h,
	  proof/proof/inc/TProof.h, proof/proof/inc/TProofDataSetManager.h,
	  proof/proof/inc/TProofDataSetManagerFile.h,
	  proof/proof/inc/TProofServ.h, proof/proof/src/TDSet.cxx,
	  proof/proof/src/TProof.cxx,
	  proof/proof/src/TProofDataSetManager.cxx,
	  proof/proof/src/TProofDataSetManagerFile.cxx,
	  proof/proof/src/TProofServ.cxx, proof/proofd/inc/XrdProofGroup.h,
	  proof/proofd/inc/XrdProofdManager.h,
	  proof/proofd/src/XrdProofdManager.cxx,
	  proof/proofd/src/XrdProofdProtocol.cxx,
	  proof/proofplayer/src/TProofPlayer.cxx,
	  sessionviewer/src/TSessionViewer.cxx: From Jan-Fiete
	  Grosse-Oetringhaus (ALICE) and me.
	  Patch introducing the improved dataset manager developed by
	  ALICE.
	  The client side interface is basically unchanged, the biggest
	  change is the renaming
	  of TProof::CreateDataSet to TProof::RegisterDataSet.
	  On the server side the relevant code has ben extracted from
	  TProofServ and hidden
	  behind an inteface class TProofDataSetManager describing the
	  functionality needed by
	  TProofServ, and an implementation class TProofDataSetManagerFile
	  handling dataset
	  meta data saved into ROOT files. TProofDataSetManagerFile is
	  instantiated via the
	  plugin manager and by default it handles the <sand_box>/datasets
	  area.
	  This separation is needed to allow loading implementation based
	  on different backends;
	  for example, ATLAS foresees to use a MySQL-based backend.
	  A TWiki page with information and examples in on preparation.

2008-04-09 08:41  ganis

	* [r23074] proof/proofplayer/src/TPacketizer.cxx,
	  proof/proofplayer/src/TPacketizerAdaptive.cxx: - Implement
	  optimized file validation where all information already available
	  is used
	  - In TPacketizerAdaptive:
	  Add a heuristic mechanism to avoid undervaluing the processing
	  rate and to short packets;
	  Slightly tuning a few parameters

2008-04-09 08:23  moneta

	* [r23073] math/minuit2/src/MnApplication.cxx,
	  math/minuit2/test/MnTutorial/Quad4F.h,
	  math/minuit2/test/MnTutorial/Quad4FMain.cxx: add support for
	  using analytical gradients when using an MnApplication interface

2008-04-09 07:21  ganis

	* [r23071] sessionviewer/inc/TProofProgressDialog.h,
	  sessionviewer/src/TProofProgressDialog.cxx: Properly fill the
	  process time and size in the case of uncomplete processing

2008-04-09 07:17  ganis

	* [r23070] proof/proofplayer/src/TEventIter.cxx: Ask for next
	  packet on TFile::Open failures (instead of exiting the loop)

2008-04-09 07:12  ganis

	* [r23069] proof/proofx/src/TXProofServ.cxx: On workers: do not
	  send logs to the master; attempt to stop processing when
	  terminating

2008-04-09 07:06  ganis

	* [r23068] proof/proofx/inc/TXSocket.h,
	  proof/proofx/src/TXSocket.cxx: Disable asynchronous request
	  handling when closing

2008-04-09 01:28  russo

	* [r23065] cint/cint7/src/tmplt.cxx: Fix G__templatemaptypename()
	  to use G__type2string() on typedefs
	  like cint5 does.
	  
	  -- Paul Russo

2008-04-09 00:39  russo

	* [r23064] cint/cint7/src/typedef.cxx: Fix G__find_typedef() to
	  honor G__ignore_stdnamespace.
	  
	  -- Paul Russo

2008-04-08 23:22  russo

	* [r23063] cint/cint7/src/struct.cxx: Same fix as revision 23062
	  buf for structs instead of
	  typedefs. We should not use G__tmplt_def_tagnum as the
	  place to start a name search, it is the namespace/class
	  containing a template definition (the point of definition),
	  not the point of instantiation.
	  
	  -- Paul Russo

2008-04-08 22:56  russo

	* [r23062] cint/cint7/src/typedef.cxx: The G__tmplt_def_tagnum
	  variable at the point where typedefs
	  are being looked up when examining a declaration inside of
	  a class template instantiation is not the defining template
	  but the namespace/class which contains the template definition
	  for the instantiation. This may mean that it is being set
	  improperly. For right now work around the problem by not
	  using it in this context. We need to take a closer look at
	  the semantics of this variable.
	  
	  -- Paul Russo

2008-04-08 22:51  russo

	* [r23061] cint/cint7/src/parse.cxx: Make same change in cint7 as
	  was made in cint5 revision 22729.
	  This changes the way R__EXTERN is handled, it is now just a
	  typedef
	  instead of a parser special case.
	  
	  -- Paul Russo

2008-04-08 22:48  pcanal

	* [r23060] core/cont/src/TRefArray.cxx: fix typo in comment

2008-04-08 22:02  pcanal

	* [r23059] core/cont/inc/TRefArray.h, core/cont/src/TRefArray.cxx:
	  The array elements can be retrieved with:
	  TObject *obj = array.At(i);
	  
	  By default the TRefArray 'points' to the current process and can
	  only
	  receive object that have been created in this process.
	  To point the TRefArray to a different process do:
	  TRefArray array( processId );
	  
	  For example, if 'obj' is an instance that was created in the
	  different
	  process and you do:
	  TRefArray array( TProcessID::GetProcessWithUID( obj ) );
	  Then
	  array.Add(obj);
	  is correct (obj comes from the process the array is pointed to
	  while
	  TObject *nobj = new TObject;
	  array.Add(nobj);
	  is incorrect since 'nobj' was created in a different process than
	  the
	  one the array is pointed to. In thi case you will see error
	  message:
	  Error in <TRefArray::AddAtAndExpand>: The object at 0x... is not
	  registered in the process the TRefArray point to (pid =
	  ProcessID../....)

2008-04-08 21:59  pcanal

	* [r23058] core/base/inc/TProcessID.h,
	  core/base/src/TProcessID.cxx: Add new (conveninence) function
	  TProcessID::GetProcessWithUID(TObject*)

2008-04-08 21:58  pcanal

	* [r23057] io/src/TDirectoryFile.cxx: Temporarily unset the
	  kIsReferenced bit before cloning the object in order to avoid the
	  (incorrect/unwanted) registration of the clone

2008-04-08 21:37  pcanal

	* [r23056] cint/cint7/src/loadfile.cxx: fix the value return for
	  G__getcintsysdir in the ROOTBUILD (it needs to return
	  /build1/pcanal/rootcint7/cint, the remainder of G__loadfile will
	  add the core version sub directory name

2008-04-08 20:49  russo

	* [r23055] cint/cint7/src/rflxutil.cxx: Fix determination of
	  constness for function parameters
	  with a type chain that involves typedef.
	  
	  -- Paul Russo

2008-04-08 14:44  axel

	* [r23052] cint/reflex/inc/Reflex/Builder/TypeBuilder.h: OffsetOf:
	  use reinterpret cast to const volatile char&, and take the
	  address of that.

2008-04-08 13:21  antcheva

	* [r23050] gui/src/TGClient.cxx: From Bertrand:
	  - Initialize fWaitForEvent in TGClient ctor
	  (fix bug report #35302)

2008-04-08 11:05  pcanal

	* [r23046] io/src/TBufferFile.cxx: Avoid mistaking a Foreign class
	  for which the StreamerInfo? has not yet been built for a class
	  coming from a ROOT file written by ROOT v2 or less. In particular
	  this could lead to a unwanted call to
	  TStreamerInfo?::BuildEmulated in the case where the object is
	  being read from a TBuffer not attached to a TFile (TMessage for
	  example) and lead to a Fatal error.

2008-04-08 11:04  rdm

	* [r23045] build/unix/distfilelist.sh: fix "make dist" due to file
	  moves.

2008-04-08 10:57  rdm

	* [r23043] xrootd/src/xrootd/pthreads-win32/lib/pthreadVC2.dll,
	  xrootd/src/xrootd/pthreads-win32/lib/pthreadVSE2.dll: got dropped
	  due to global ignore.

2008-04-08 10:49  rdm

	* [r23040] Makefile, cint/cint/Module.mk, cint/cintex,
	  cint/cintex/Module.mk, cint/reflex/Module.mk, cintex: move cintex
	  to cint.

2008-04-08 10:40  rdm

	* [r23039] core/meta/inc/TCint.h, core/meta/inc/TInterpreter.h,
	  core/meta/src/TCint.cxx, win32gdk/inc/TGWin32InterpreterProxy.h,
	  win32gdk/src/TGWin32InterpreterProxy.cxx: From Eddy:
	  Three new methods have been implemented:
	  
	  Int_t RescanLibraryMap();
	  
	  Force a scan along the dynamic path again and load the *.rootmap
	  files
	  in case the (DY)LD_LIBRARY_PATH has changed.
	  
	  Int_t ReloadAllSharedLibraryMaps();
	  
	  Reload for the loaded shared libraries their rootmap files.
	  This assumes that the library foo.[dll,a,so] has a rootmap named
	  foo.rootmap.
	  
	  Int_t UnloadAllSharedLibraryMaps();
	  
	  Unload the rootmap entries for the loaded shared libraries.
	  
	  I did not add anything to TSystem::SetDynamicPath() but in
	  principle
	  the user should invoke after that operation RescanLibraryMap().

2008-04-08 09:18  rdm

	* [r23036] build/unix/makestatic.sh: fix after directory
	  reorganization.

2008-04-08 08:23  antcheva

	* [r23033] gui/src/TGListTree.cxx: From Bertrand:
	  - Don't delete static pictures at TGListTree destruction time.
	  (to avoid problems when using several TGListTree)
	  
	  P.S. from me: after these changes the four used pictures are
	  never deleted

2008-04-07 21:48  ganis

	* [r23032] netx/src/TXNetSystem.cxx: Go back to the redirector when
	  relevant

2008-04-07 16:49  rdm

	* [r23028] net/src/TFileStager.cxx: From Gerri:
	  Implement TFileStager::IsStaged using TFile::Open() instead of
	  AccessPathName().

2008-04-07 16:49  rdm

	* [r23027] net/inc/TNetFile.h, net/src/TNetFile.cxx: From Gerri:
	  Implement TNetSystem::Unlink().

2008-04-07 16:48  rdm

	* [r23026] alien/inc/TAlien.h, alien/inc/TAlienCollection.h,
	  alien/src/TAlien.cxx, alien/src/TAlienCollection.cxx,
	  net/inc/TGridCollection.h: From Gerri:
	  Use TFileCollection where relevant.

2008-04-07 16:48  rdm

	* [r23025] core/base/inc/TFileCollection.h,
	  core/base/inc/TFileInfo.h, core/base/src/TFileCollection.cxx,
	  core/base/src/TFileInfo.cxx: From Gerri:
	  Add several methods to handle sizes and percentage of available
	  files.

2008-04-07 16:47  rdm

	* [r23024] core/base/inc/TSystem.h, core/base/src/TSystem.cxx: From
	  Gerri:
	  Implement IsPathLocal to check locality.

2008-04-07 15:51  rdm

	* [r23022] core/cont/inc/TCollection.h: remove deprecated ForEach
	  macro.

2008-04-07 12:42  ganis

	* [r23012] netx/inc/TXNetFile.h, netx/src/TXNetFile.cxx,
	  netx/src/TXNetSystem.cxx: TXNetFile:
	  - add possibility to set the max number of retries on the fly
	  TXNetSystem:
	  - fix a return code
	  - adjust some printouts

2008-04-07 12:41  brun

	* [r23011] tutorials/tree/tree1.C: Add include "TROOT.h" such that
	  the script can be compiled by ACLIC.

2008-04-07 09:58  antcheva

	* [r23003] gui/src/TGListTree.cxx: From Bertrand:
	  Properly reset static pictures at TGListTree destruction time

2008-04-07 09:52  pcanal

	* [r23002] core/cont/src/TClassTable.cxx, io/src/TStreamerInfo.cxx:
	  When reading more than one TStreamerInfo for the same versioned
	  class, we now use the highest possible class version as the
	  current
	  version of the class. Practically, we update the class version
	  when reading new (higher versioned) StreamerInfo until the Class
	  is actually used (i.e. TClass::GetClassVersion is call directly
	  or indirectly).
	  
	  In particular, if a file has several StreamerInfos for the same
	  versioned class, we will use the highest version number as the
	  'current' class version (as opposed to the lowest until now).

2008-04-07 07:28  antcheva

	* [r22997] gui/src/TGCanvas.cxx, gui/src/TGListView.cxx: From
	  Bertrand:
	  - Re-implement the rubber-band rectangle selection in TGCanvas
	  (i.e. for TGListView). Was lost in revision 19665
	  - Improve active/inactive switching during multiple selection
	  - Improve auto-scrolling when going out of TGCanvas boundaries

2008-04-06 23:13  pcanal

	* [r22996] io/inc/TStreamerInfo.h, io/src/TStreamerInfo.cxx: For
	  backward compatibility TStreamerInfo::BuildCheck compares the
	  checksum of
	  the on-file StreamerInfo not only to the current value of the
	  class checksum
	  but also to the checksum calculated using the older algorithms.
	  
	  This patch extends this test to also be done when comparing 2
	  on-file StreamerInfo.
	  
	  This is implemented via a new function
	  TStreamerInfo::GetCheckSum(UInt_t) which
	  re-implement the TClass::GetCheckSum algorithms using the
	  TStreamerElements
	  instead of the RealData information. [Note that due to slight
	  different in
	  class naming convention, the 2 methods are not completely
	  interchangeable].
	  
	  This removes spurrious warning message when loading 2 older files
	  which
	  were written with 2 different version of the TClass CheckSum
	  algorithm
	  (and the in-memory class's version is greater than both
	  TStreamerInfos'
	  class version).

2008-04-06 23:11  pcanal

	* [r22995] core/meta/src/TClass.cxx: In PostLoadCheck, also check
	  for the case where the 'comments' where not yet part of the
	  interface

2008-04-06 23:09  pcanal

	* [r22994] io/src/TFile.cxx: improve peformance of
	  TFile::ReadStreamerInfo

2008-04-05 11:38  brun

	* [r22993] cint/cint/src/newlink.cxx: Remove extra token at end of
	  endif directive.

2008-04-05 09:43  pcanal

	* [r22992] core/base/inc/TDirectory.h, core/base/inc/TROOT.h,
	  core/base/src/TDirectory.cxx, core/base/src/TObject.cxx,
	  core/meta/src/TClass.cxx, hist/hist/inc/TGraph2D.h,
	  hist/hist/inc/TH1.h, hist/hist/src/TGraph2D.cxx,
	  hist/hist/src/TGraph2DErrors.cxx, hist/hist/src/TH1.cxx,
	  io/inc/TDirectoryFile.h, io/src/TDirectoryFile.cxx,
	  io/src/TKey.cxx, tree/tree/inc/TChain.h,
	  tree/tree/inc/TEntryList.h, tree/tree/inc/TEventList.h,
	  tree/tree/inc/TTree.h, tree/tree/src/TChain.cxx,
	  tree/tree/src/TEntryList.cxx, tree/tree/src/TEventList.cxx,
	  tree/tree/src/TTree.cxx: Use the DirectoryAutoAdd facility for
	  the classes:
	  TTree, TH1, TEventList, TEntryList, TGraph2D
	  (and hence their derived classes).
	  
	  The instances of those classes are now added automatically
	  to the current directory only when Constructe'd with arguments or
	  Clone'd
	  and to the directory they are read from when their are stored
	  directly in a TKey. [Note: the default constructor never adds
	  the object to the current directory]
	  
	  The directory auto add can still be disabled for instance
	  of TH1 and TGraph2D by setting TH1::AddDirectory.
	  
	  Additionally one can disable the directory auto add for
	  a specific class by doing:
	  
	  TClass::GetClass("myclass")->SetDirectoryAutoAdd(0)
	  
	  However you might want to also be able to restore the
	  behavior in which case you ought to do:
	  
	  TClass *cl = TClass::GetClass("myclass");
	  ROOT::DirAutoAdd_t func = cl->GetDirectoryAutoAdd();
	  cl->SetDirectoryAutoAdd(0);
	  
	  TROOT::ReadingObject is marked as deprecated.. It is still
	  set (as it was) but is no longer used by the above mention
	  classes.
	  
	  NOTE: One side effect of this change, is that instnace
	  of TTree, TH1, TEventList, TEntryList, TGraph2D that are
	  retrieved from a TMessage (i.e. from a socket) no longer
	  auto register themselves to the current ROOT directory.
	  
	  Add a new optional parameter to TDirectory::Append: 'replace'
	  If replace is true (the default is false), the Append will
	  first remove from the directory any existing object and
	  print the message:
	  
	  Replacing existing OldClass: thename (Potential memory leak).
	  
	  Add a new option parameter to TDirectory::CloneObject: 'autoadd'
	  If autoadd is true (the default), CloneObject will call the
	  object 'DirectoryAutoAdd' function (if any)
	  
	  In TDirectory::CloneObject add support for multiple inheritance
	  from TObject where TObject is not the left most base class.
	  
	  Fix memory leak in TGraph2D::operator= (and add TGraph2D::Clear)
	  
	  Cleanup some documentation

2008-04-04 22:38  pcanal

	* [r22991] tree/tree/inc/TLeafObject.h: add comment clarification

2008-04-04 22:38  pcanal

	* [r22990] tree/tree/src/TBranch.cxx: add comment clarification

2008-04-04 20:03  pcanal

	* [r22989] cint/build/libReflex.mk, cint/cint7/src/ifunc.cxx,
	  cint/cint7/src/value.h: fix old macos compilation

2008-04-04 15:43  brun

	* [r22986] hist/hist/src/TH2.cxx: Add more options to TH2::Smooth
	  // Smooth bin contents of this 2-d histogram using kernel
	  algorithms
	  // similar to the ones used in the raster graphics community.
	  // Bin contents in the active range are replaced by their smooth
	  values.
	  // If Errors are defined via Sumw2, they are scaled.
	  // 3 kernels are proposed k5a, k5b and k3a.
	  // k5a and k5b act on 5x5 cells (i-2,i-1,i,i+1,i+2, and same for
	  j)
	  // k5b is a bit more stronger in smoothing
	  // k3a acts only on 3x3 cells (i-1,i,i+1, and same for j).
	  // By default the kernel "k5a" is used. You can select the
	  kernels "k5b" or "k3a"
	  // via the option argument.
	  // If TAxis::SetRange has been called on the x or/and y axis,
	  only the bins
	  // in the specified range are smoothed.
	  // In the current implementation if the first argument is not
	  used (default value=1).
	  //
	  // implementation by David McKee (dmckee@bama.ua.edu). Extended
	  by Rene Brun

2008-04-04 12:38  pcanal

	* [r22980] cint/test/testdiff.macos.ref: update for new test
	  ordering

2008-04-04 07:32  ganis

	* [r22979] xrootd/src/xrootd/src/Xrd/XrdLink.cc: Import a crucial
	  fix from the HEAD (from A. Hanushevsky):
	  - Fully handle premature writev() termination in Linux

2008-04-04 02:11  pcanal

	* [r22978] cint/test/t993.h: re-add backward compatibility code

2008-04-04 02:10  pcanal

	* [r22977] cint/test/t733.cxx, cint/test/t733.ref: re-add backward
	  compatibility code

2008-04-04 01:59  russo

	* [r22976] cint/cint7/src/ifunc.cxx: Do not delete the default
	  value for a function parameter,
	  it is not a memory leak, we are passing ownership to
	  the function properties data structure.
	  
	  -- Paul Russo

2008-04-04 01:57  russo

	* [r22975] cint/cint7/src/rflxutil.cxx: Get the pointer count
	  correct for typdefs used in
	  function parameter declarations.
	  
	  -- Paul Russo

2008-04-03 22:59  russo

	* [r22974] cint/cint/src/common.h, cint/cint/src/decl.cxx,
	  cint/cint/src/fproto.h, cint/cint/src/ifunc.cxx,
	  cint/cint/src/newlink.cxx, cint/cint/src/parse.cxx,
	  cint/cint/src/typedef.cxx, cint/cint/src/val2a.cxx,
	  cint/cint7/src/decl.cxx, cint/cint7/src/fproto.h,
	  cint/cint7/src/ifunc.cxx, cint/cint7/src/newlink.cxx,
	  cint/cint7/src/rflxutil.cxx, cint/cint7/src/val2a.cxx,
	  cint/test/t733.cxx, cint/test/t733.ref, cint/test/t993.h: A whole
	  bunch of work on dictionary generation, this is
	  not final code, comitting now for debugging purposes.
	  
	  -- Paul Russo

2008-04-03 19:59  pcanal

	* [r22973] core/base/inc/Rtypes.h, core/meta/inc/TClass.h,
	  core/meta/inc/TGenericClassInfo.h, core/meta/src/TClass.cxx,
	  core/meta/src/TGenericClassInfo.cxx, core/utils/src/rootcint.cxx:
	  rootcint.cxx:
	  
	  Update rootcint_tmp to properly transform the new header file
	  name.
	  We used to have cont/inc/TClonesArray.h and now have
	  core/cont/TClonesArray.h
	  and need to transform it into include/TClonesArray.h
	  
	  
	  rootcint.cxx, TClass.cxx, TClass.h, TGenericClassInfo.cxx,
	  TGenericClassInfo.h
	  Rtypes.h
	  
	  Add a new TClass interface to be able to trigger the "auto
	  addition of object
	  to a TDirectory object". If a class has a member function:
	  DirectoryAutoAdd(TDirectory*)
	  it will now be accessible (when the dictionary is generated via
	  rootcint
	  for now) via TClass::GetDirectoryAutoAdd which return a wrapper
	  with the
	  signature:
	  void (*)(void *this_obj,TDirectory *where_to_add)

2008-04-03 19:58  pcanal

	* [r22972] core/base/inc/TDirectory.h,
	  core/base/src/TDirectory.cxx, hist/hist/src/TGraph2D.cxx,
	  hist/hist/src/TH1.cxx, tree/tree/src/TChain.cxx,
	  tree/tree/src/TEntryList.cxx, tree/tree/src/TEventList.cxx,
	  tree/tree/src/TTree.cxx: Introduce a new member function
	  TDirectory::Remove which is the reverse of
	  TDirectory::Append. This allows more 'hiding' of the internal
	  list as
	  well as simplifying code (now) using Append/Remove.

2008-04-03 19:54  pcanal

	* [r22971] io/src/TDirectoryFile.cxx: typo

2008-04-03 19:20  pcanal

	* [r22970] core/base/src/TSystem.cxx: Port r22681 to ACLiC:
	  work around a problem building ROOT on windows: cygwin has its
	  own
	  link.exe (as in hardlink) which clashes with MSVC's link.exe.
	  With
	  this patch, link is called with its absolute path derived from
	  cl.exe.

2008-04-03 16:59  pcanal

	* [r22969] math/unuran/src: generalize ignore rule

2008-04-03 15:31  rdm

	* [r22968] core/pcre/Module.mk: From Bertrand:
	  fix for Windows extending a pathname after the directory
	  relocation.

2008-04-03 14:32  rdm

	* [r22967] core/base/src/TVirtualFFT.cxx: oops forgot to run make
	  before checkin, now fixed.

2008-04-03 14:25  rdm

	* [r22966] core/base/src/TVirtualFFT.cxx: change printf by Error()
	  and Warning().

2008-04-03 13:56  brun

	* [r22965] hist/hist/inc/TH1.h, hist/hist/inc/TH2.h,
	  hist/hist/src/TH1.cxx, hist/hist/src/TH2.cxx: Implement
	  TH2::Smooth from an original code received from David McKee
	  (dmckee@bama.ua.edu)
	  see : http://root.cern.ch/phpBB2/viewtopic.php?t=5262
	  
	  void TH2::Smooth(Int_t , Option_t *)
	  // Smooth bin contents of this histogram.
	  // Bin contents are replaced by their smooth values.
	  // Errors (if any) are not modified.
	  // implementation by David McKee (dmckee@bama.ua.edu)
	  
	  Also change in A BACKWARD INCOMPATIBLE WAY the signature of
	  TH1::Smooth
	  to be the same as TH2::Smooth.

2008-04-03 13:53  pcanal

	* [r22964] core/base/src/TVirtualFFT.cxx, tutorials/fft/FFT.C:
	  avoid using null pointer

2008-04-03 13:46  pcanal

	* [r22963] tutorials/tree: ignore (new) produced file

2008-04-03 13:43  rdm

	* [r22962] core/base/src/TVirtualFFT.cxx: add additional
	  protection.

2008-04-03 13:32  rdm

	* [r22961] Makefile, base, cint/ROOT/cintdlls.mk,
	  cint/reflex/Module.mk, clib, config/Makefile.linuxmips,
	  config/Makefile.precomp, configure, cont, core, core/base,
	  core/base/Module.mk, core/base/doc, core/base/inc, core/base/src,
	  core/base/src/ManualBase4.h, core/clib, core/clib/Module.mk,
	  core/clib/inc, core/clib/src, core/cont, core/cont/Module.mk,
	  core/cont/doc, core/cont/inc, core/cont/src, core/meta,
	  core/meta/Module.mk, core/meta/doc, core/meta/inc, core/meta/src,
	  core/metautils, core/metautils/Module.mk, core/metautils/inc,
	  core/metautils/src, core/newdelete, core/newdelete/Module.mk,
	  core/newdelete/inc, core/newdelete/src, core/pcre,
	  core/pcre/Module.mk, core/pcre/src, core/rint,
	  core/rint/Module.mk, core/rint/inc, core/rint/src, core/thread,
	  core/thread/Module.mk, core/thread/doc, core/thread/inc,
	  core/thread/src, core/unix, core/unix/Module.mk, core/unix/inc,
	  core/unix/src, core/utils, core/utils/Module.mk, core/utils/src,
	  core/winnt, core/winnt/Module.mk, core/winnt/inc, core/winnt/src,
	  core/zip, core/zip/Module.mk, core/zip/README, core/zip/inc,
	  core/zip/src, meta, metautils, newdelete, pcre, rint,
	  test/Makefile.arch, thread, unix, utils, winnt, zip: move the
	  directories:
	  base clib cont meta metautils newdelete pcre rint thread unix
	  utils
	  winnt zip
	  under the new core meta directory.

2008-04-03 11:56  brun

	* [r22959] geom/geom/src/TGeoNavigator.cxx: From Andrei:
	  fix for a crash when calling Safety() before any other navigation
	  method for an aligned volume.

2008-04-03 10:28  pcanal

	* [r22958] tutorials/tree/hvector.C: add new tutorials showing how
	  to create a tree from std::vector(s)

2008-04-03 09:58  moneta

	* [r22957] math/smatrix/test/kalman.C,
	  math/smatrix/test/stressKalman.cxx: add CPU time information

2008-04-03 09:56  pcanal

	* [r22956] cint/build/libCint.mk: need fullpathname in the ln to
	  dylib

2008-04-03 09:46  pcanal

	* [r22955] cint/build/libCint.mk: do not cmompile symbols.cxx until
	  we properly enable stubs in Cint standalone

2008-04-03 08:49  moneta

	* [r22954] math/smatrix/test/Makefile,
	  math/smatrix/test/stressKalman.cxx: remove test dictionary files
	  when doing make clean

2008-04-02 19:30  pcanal

	* [r22953] io/src/TStreamerInfo.cxx: In MakeProject properly test
	  whether a StreamerElement describe a base class (stl container
	  were not handled correctly

2008-04-02 16:18  brun

	* [r22948] tutorials/fft/FFT.C: From Anna:
	  delete temp arrays

2008-04-02 12:28  rdm

	* [r22942] tutorials/graphs/zdemo.C: make compilable with ACliC.

2008-04-02 11:47  antcheva

	* [r22941] gui/src/TGListTree.cxx: From Bertrand:
	  - Remove item outlining when the mouse leaves the list tree
	  
	  P.S. from me: this fixes the ambiguity for having two different
	  (highlighted
	  and outlined) items when the mouse pointer leaves the list tree
	  window.

2008-04-02 11:00  pcanal

	* [r22940] cont/inc/TCollectionProxyInfo.h, io/inc/TStreamerInfo.h,
	  io/src/TGenCollectionProxy.cxx,
	  io/src/TStreamerInfoReadBuffer.cxx,
	  io/src/TStreamerInfoWriteBuffer.cxx: Insure that the
	  TStreamerInfo a contained class that is to written memberwise
	  is _not_ optimized.
	  
	  Repair a few place where TStreamerInfo was wasting some space
	  when the
	  streamed collection was empty. Increase TStreamerInfo version to
	  7 to
	  distinguish the old and new cases.
	  
	  Rename TCollectionProxyInfo::Environ::delete_temp to use_temp to
	  clarify code/semantic
	  and fix its use to properly manage the life time of the temporary
	  used (necessary in
	  the case of memberwise streaming (in non-split mode)).

2008-04-02 09:31  antcheva

	* [r22939] gui/src/TGListTree.cxx: From Bertrand:
	  - Reset fCurrent and fBelowMouse variables
	  when deleting a TGListTreeItem

2008-04-02 08:50  antcheva

	* [r22938] gui/src/TGListTree.cxx: From Bertrand:
	  - Fix potential problem when trying to draw outline
	  around a TGListTreeItem being destroyed

2008-04-02 08:30  brun

	* [r22937] tutorials/fft/FFT.C: From Anna:
	  I've added some lines about the backward transforms to the
	  original FFT.C tutorial.

2008-04-02 08:27  brun

	* [r22936] base/src/TVirtualFFT.cxx: Add a protection in case the
	  FFT plugin is not found

2008-04-02 08:24  brun

	* [r22935] configure: From Bertrand:
	  - Fix detection of Qt4 libraries

2008-04-02 07:11  antcheva

	* [r22933] qt/Module.mk, qt/inc/rootcintrule.pri,
	  qt/inc/rootlibs.pri: From Valeri Fine:
	  rootcintrule.pri:
	  - Use the CPP preprocessor (-p) option to generate RootCint
	  dictionary
	  Qt4 headers are too complex to pass the Cint builtin preprocessor
	  
	  rootlibs.pri:
	  Fix the typo defining the path to the RIO library

2008-04-02 07:11  antcheva

	* [r22932] qt/inc/TQtWidget.h, qt/src/TQtWidget.cxx: From Valeri
	  Fine:
	  - Set correctly Qt4 QWidget size policy
	  - Respond to the Qt4 QContextMenu event (new for Qt 4.3.x)

2008-04-02 07:10  antcheva

	* [r22931] qt/src/GQtGUI.cxx: From Valeri Fine:
	  - remove the intermediate Q3Support attributes.
	  Use the vanilla Qt4 attributes instead.

2008-04-02 07:09  antcheva

	* [r22930] qt/inc/TQMimeTypes.h, qt/src/TQMimeTypes.cxx: From
	  Valeri Fine:
	  - ROOT icon provider based on Qt4 QIcon class

2008-04-01 15:37  moneta

	* [r22926] math/smatrix/test/Makefile: remove -g for compiling
	  test. It swicth off the optimization when compiling with -O on
	  Solaris

2008-04-01 13:31  moneta

	* [r22924] math/smatrix/test/testIO.cxx: fix a linking problem on
	  Solaris

2008-04-01 12:34  rdm

	* [r22923] Makefile, gdml, geom/Module.mk, geom/doc, geom/gdml,
	  geom/gdml/Module.mk, geom/geom, geom/geom/Module.mk,
	  geom/geom/doc, geom/geom/inc, geom/geom/src, geom/geombuilder,
	  geom/geombuilder/Module.mk, geom/geompainter,
	  geom/geompainter/Module.mk, geom/inc, geom/src, geombuilder,
	  geompainter: move geom, geombuilder, geompainter and gdml to geom
	  meta directory.

2008-04-01 10:01  moneta

	* [r22920] math/smatrix/inc/Math/MatrixFunctions.h: fix a bug on
	  Windows in the TensorProd function

2008-04-01 08:26  moneta

	* [r22918] math/smatrix/test/Makefile,
	  math/smatrix/test/testSMatrix.cxx: - add test for bug 35076
	  - fix problem building dictionary library for testIO

2008-04-01 08:05  rdm

	* [r22917] unix/src/TUnixSystem.cxx: From Fed:
	  on MacOS X 64-bit we need to define vm_region to vm_region_64.

2008-04-01 06:27  moneta

	* [r22916] math/smatrix/inc/Math/BinaryOperators.h: - appl fix from
	  Harals Soleng (bug https://savannah.cern.ch/bugs/index.php?35076
	  ) for operator+ between 2 matrix expressions

2008-03-31 18:41  rdm

	* [r22914] Makefile: fix cint location in install target.

2008-03-31 18:18  rdm

	* [r22913] config/thisroot.csh, config/thisroot.sh, configure:
	  expand bindir, libdir and mandir in the thisroot scripts so that
	  they
	  can be used to set PATH, LD_LIBRARY_PATH and MANPATH. ROOTSYS
	  itself
	  is not used in prefix mode. Fixes issue 34935.

2008-03-31 17:10  brun

	* [r22912] hist/hist/src/TH2.cxx, hist/hist/src/TH3.cxx: In the TH2
	  and TH3 constructors the call "if (fgDefaultSumw2) Sumw2()" must
	  be done
	  in the final TH2C,S,I,F,D constructors

2008-03-31 15:40  rdm

	* [r22910] math/mathmore/Module.mk: white space.

2008-03-31 13:50  axel

	* [r22908] cint/configure: remove some debugging leftover,
	  preventing configure to find readline.a

2008-03-31 09:52  axel

	* [r22903] cint/reflex/inc/Reflex/Builder/TypeBuilder.h: Work
	  around GCC 3 bug (cannot cast T* to char&)

2008-03-31 09:48  rdm

	* [r22902] Makefile, tree/Module.mk, tree/doc, tree/inc, tree/src,
	  tree/tree, tree/tree/Module.mk, tree/tree/doc, tree/tree/inc,
	  tree/tree/src, tree/treeplayer, tree/treeplayer/Module.mk,
	  tree/treeviewer, tree/treeviewer/Module.mk, treeplayer,
	  treeviewer: move tree, treeplayer and treeviewer under tree meta
	  directory.

2008-03-31 09:46  moneta

	* [r22901] math/smatrix/inc/Math/SVector.icc: from Jan Amoraal: fix
	  a warning message appearing for SVector::Print() when D=1

2008-03-31 08:51  axel

	* [r22900] cintex/test/dict: add a few ignores

2008-03-31 07:41  axel

	* [r22899] cint/ROOT/cintdlls.mk: Also remove
	  cint/cint/lib/G__cpp_stdcxxfunc; fixes Savannah #35048

2008-03-28 14:06  rdm

	* [r22886] math/genvector/Module.mk: dependency fix.

2008-03-28 13:57  rdm

	* [r22885] Makefile, cint/cint/Module.mk, cint/reflex/Module.mk,
	  fftw, foam, fumili, genvector, hist/hist/Module.mk,
	  hist/histpainter/Module.mk, hist/spectrum/Module.mk,
	  hist/spectrumpainter/Module.mk, math, math/fftw,
	  math/fftw/Module.mk, math/foam, math/foam/Module.mk, math/fumili,
	  math/fumili/Module.mk, math/genvector, math/genvector/Module.mk,
	  math/mathcore, math/mathcore/Module.mk, math/mathmore,
	  math/mathmore/Module.mk, math/matrix, math/matrix/Module.mk,
	  math/minuit, math/minuit/Module.mk, math/minuit2,
	  math/minuit2/Module.mk, math/mlp, math/mlp/Module.mk,
	  math/physics, math/physics/Module.mk, math/quadp,
	  math/quadp/Module.mk, math/smatrix, math/smatrix/Module.mk,
	  math/splot, math/splot/Module.mk, math/unuran,
	  math/unuran/Module.mk, mathcore, mathmore, matrix, minuit,
	  minuit2, mlp, physics, proof/clarens/Module.mk,
	  proof/peac/Module.mk, proof/proof/Module.mk,
	  proof/proofd/Module.mk, proof/proofplayer/Module.mk,
	  proof/proofx/Module.mk, quadp, smatrix, splot, unuran: move the
	  following directories under the new "math" meta directory:
	  mathcore
	  mathmore
	  fftw
	  foam
	  fumili
	  genvector
	  matrix
	  minuit
	  minuit2
	  mlp
	  physics
	  smatrix
	  splot
	  unuran
	  quadp

2008-03-28 13:21  brun

	* [r22884] gpad/src/TCanvas.cxx: Protect TCanvas::Update in case
	  fCanvasImp is not yet set, eg when calling Update
	  on a canvas just read from a file and not yet drawn.
	  This fixes the report
	  http://root.cern.ch/root/roottalk/roottalk08/0271.html

2008-03-28 12:01  pcanal

	* [r22882] tree/inc/TBranch.h, tree/src/TBranchElement.cxx: Remove
	  the calls to MapObject introduce in revision 21384 when
	  are unnecessary hence restoring lost performance in case where
	  the TTree contains many simple type (double, int, etc.)

2008-03-27 22:46  pcanal

	* [r22877] cint/test/testall.cxx: add -Z1 needed when build with
	  G__ROOT (implied otherwise)

2008-03-27 22:45  pcanal

	* [r22876] cint/cint/src/sizeof.cxx, cint/cint/src/val2a.cxx,
	  cint/cint7/src/sizeof.cxx, cint/cint7/src/val2a.cxx: add missing
	  native handling of long long, long double now required since we
	  do not load long.dll

2008-03-27 22:06  pcanal

	* [r22875] cint/cint/src/sizeof.cxx, cint/cint7/src/sizeof.cxx:
	  remove unnecessary load of (obsolete) long.dll

2008-03-27 21:34  pcanal

	* [r22874] cint/cint/include/time.h, cint/test/testall.cxx,
	  cint/tool/makecint.cxx: repair Cint standalone build and test

2008-03-27 20:07  pcanal

	* [r22873] io/src/TBufferFile.cxx: Correct the value print by debug
	  message

2008-03-27 16:59  couet

	* [r22872] asimage/src/TASImage.cxx, postscript/inc/TImageDump.h,
	  postscript/src/TImageDump.cxx: - From Onuchin:
	  In batch, when a picture was saved in a binary file (gif for
	  instance) from
	  an image containing more than one pad, only the first pad was
	  saved. The
	  following macro demonstrates the problem: ccc2.gif was wrong
	  compared to
	  ccc1.gif.
	  {
	  gROOT->SetBatch();
	  TCanvas *c = new TCanvas;
	  c->Divide(1,2);
	  TH1F *h = new TH1F("gaus", "gaus", 100, -5, 5);
	  h->FillRandom("gaus", 10000);
	  c->cd(1); h->Draw();
	  c->cd(2); h->Draw("c*");
	  c->Print("ccc1.gif");
	  TImage *img = TImage::Create();
	  img->FromPad(c);
	  img->WriteImage("ccc2.gif");
	  }

2008-03-27 16:47  rdm

	* [r22871] mathcore/Module.mk: clean test directories when doing
	  distclean.

2008-03-27 16:44  rdm

	* [r22870] mathcore/test, mathcore/test/fit: ignore test build
	  results.

2008-03-27 16:40  rdm

	* [r22869] fit: remove directory fit (contents moved to mathcore).

2008-03-27 16:38  rdm

	* [r22868] Makefile, fit/inc/Fit, fit/inc/LinkDef.h,
	  fit/src/BinData.cxx, fit/src/BinPoint.cxx, fit/src/DataRange.cxx,
	  fit/src/DataVector.cxx, fit/src/FitConfig.cxx,
	  fit/src/FitResult.cxx, fit/src/FitUtil.cxx,
	  fit/src/FitUtilParallel.cxx, fit/src/Fitter.cxx,
	  fit/src/ParameterSettings.cxx, fit/test, mathcore/Module.mk,
	  mathcore/inc/Fit, mathcore/inc/Fit/BinData.h,
	  mathcore/inc/Fit/BinPoint.h, mathcore/inc/Fit/Chi2FCN.h,
	  mathcore/inc/Fit/DataOptions.h, mathcore/inc/Fit/DataRange.h,
	  mathcore/inc/Fit/DataVector.h, mathcore/inc/Fit/DataVectorfwd.h,
	  mathcore/inc/Fit/FitConfig.h, mathcore/inc/Fit/FitResult.h,
	  mathcore/inc/Fit/FitUtil.h, mathcore/inc/Fit/FitUtilParallel.h,
	  mathcore/inc/Fit/Fitter.h, mathcore/inc/Fit/LinkDef.h,
	  mathcore/inc/Fit/LogLikelihoodFCN.h,
	  mathcore/inc/Fit/MinimizerControlParams.h,
	  mathcore/inc/Fit/ParameterSettings.h,
	  mathcore/inc/Fit/PoissonLikelihoodFCN.h,
	  mathcore/inc/Fit/UnBinData.h, mathcore/src/BinData.cxx,
	  mathcore/src/BinPoint.cxx, mathcore/src/DataRange.cxx,
	  mathcore/src/DataVector.cxx, mathcore/src/FitConfig.cxx,
	  mathcore/src/FitResult.cxx, mathcore/src/FitUtil.cxx,
	  mathcore/src/FitUtilParallel.cxx, mathcore/src/Fitter.cxx,
	  mathcore/src/ParameterSettings.cxx, mathcore/test/fit: move files
	  from directory fit to mathcore (they are already in libMathCore
	  anyway).

2008-03-27 15:36  rdm

	* [r22867] math: directory not needed anymore, contents moved to
	  mathcore.

2008-03-27 15:32  rdm

	* [r22866] Makefile, configure, math/inc/LinkDef.h,
	  math/inc/Math/ParamFunctor.h, math/inc/TComplex.h,
	  math/inc/TMath.h, math/inc/TRandom.h, math/inc/TRandom1.h,
	  math/inc/TRandom2.h, math/inc/TRandom3.h, math/src/TComplex.cxx,
	  math/src/TMath.cxx, math/src/TRandom.cxx, math/src/TRandom1.cxx,
	  math/src/TRandom2.cxx, math/src/TRandom3.cxx, mathcore/Module.mk,
	  mathcore/inc/LinkDef.h, mathcore/inc/Math/LinkDef.h,
	  mathcore/inc/Math/ParamFunctor.h, mathcore/inc/TComplex.h,
	  mathcore/inc/TMath.h, mathcore/inc/TRandom.h,
	  mathcore/inc/TRandom1.h, mathcore/inc/TRandom2.h,
	  mathcore/inc/TRandom3.h, mathcore/src/TComplex.cxx,
	  mathcore/src/TMath.cxx, mathcore/src/TRandom.cxx,
	  mathcore/src/TRandom1.cxx, mathcore/src/TRandom2.cxx,
	  mathcore/src/TRandom3.cxx: move remaining files from math to
	  mathcore (they were part of libMathCore
	  anyway). Include paths remain the same.

2008-03-27 14:50  antcheva

	* [r22864] gui/src/TGClient.cxx: From Bertrand:
	  
	  Fixed following case on Windows, debug mode MSVC2008, on a dual
	  core dead locks in 100% of all cases after a right-click on the
	  canvas
	  during the "WaitPrimitive" call and select e.g. "SaveAs" from the
	  context menu.
	  When the file dialog is being drawn the first time it gets grayed
	  out
	  immediately - probably because it's not getting any events to
	  process.
	  The only way out is to kill ROOT

2008-03-27 13:56  rdm

	* [r22863] config/Makefile.in, config/Makefile.win32, configure,
	  mathmore/Module.mk: From Bertrand:
	  - Revert latest changes in configure, Makefile.in
	  and mathmore/Module.mk and apply the rule globally
	  instead. This will solve problems when mixing
	  external libraries built in optimized mode and
	  ROOT built in debug mode (runtime libraries
	  mismatch). This was harmless with MSVC++7.1,
	  but fatal with MSVC++8.0 and 9.0.

2008-03-27 11:04  pcanal

	* [r22862] meta/src/TCint.cxx: From Axel: Add missing comment.

2008-03-27 08:50  brun

	* [r22861] pythia8/src/TPythia8.cxx: From Andreas Morsch:
	  Correct number of particles and references.

2008-03-26 23:00  russo

	* [r22860] cint/test/testall.cxx: The configcint.h file is in a
	  different place now.

2008-03-26 22:42  russo

	* [r22859] cint/tool/makecint.cxx: A few changes to use libCint.so
	  instead of libcint.so.
	  
	  Also one change so that we use
	  
	  -I<sysdir>/cint/<coreversion>/inc
	  
	  instead of:
	  
	  -I<sysdir>/<coreversion>/inc
	  
	  With these changes I am able to run the cint tests in
	  ${ROOTSYS}/cint/test directly.
	  
	  -- Paul Russo

2008-03-26 22:28  russo

	* [r22858] cint/test/callgraph.dot, cint/test/callgraph.dot.ps,
	  cint/test/callgrind.out.27696: Remove callgrind output files.

2008-03-26 17:43  couet

	* [r22855] asimage/src/libAfterImage/asfont.c: From Vasko:
	  - fixed bunch of compilation bugs showing up on old systems

2008-03-26 16:47  axel

	* [r22854] cint/cint/src/newlink.cxx: From Leo:
	  * Fix a problem when returning references to basic types (see
	  char& TString::operator[]) (result7 wasn't properly set in
	  newlink.cxx)
	  * Fix a problem (reintroduced) when trying to call methods
	  through pointers of a base class ( the overloaded destructor
	  doesn't have the same name... obviously)
	  Now roottest (except for python) passes with ./configure
	  --no-stubs

2008-03-26 16:26  axel

	* [r22853] utils/src/rootcint.cxx: Remove unused code block (#ifdef
	  OLDSTREAMER)
	  Improve indentation, remove tabs - should fix coding violations

2008-03-26 16:07  axel

	* [r22851] cint/reflex/src/OwnedPropertyList.cxx: Add forgotten
	  OwnedPropertyList.cxx

2008-03-26 15:50  moneta

	* [r22850] fit/inc/Fit/BinData.h, fit/inc/Fit/Chi2FCN.h,
	  fit/inc/Fit/DataOptions.h, fit/inc/Fit/DataRange.h,
	  fit/inc/Fit/FitConfig.h, fit/inc/Fit/FitResult.h,
	  fit/inc/Fit/Fitter.h, fit/inc/Fit/LogLikelihoodFCN.h,
	  fit/inc/Fit/ParameterSettings.h,
	  fit/inc/Fit/PoissonLikelihoodFCN.h, fit/inc/Fit/UnBinData.h,
	  fit/inc/LinkDef.h, fit/src/FitResult.cxx,
	  mathcore/test/binarySearchTime.cxx: - update the documentation,
	  add tag for making visible via THtml

2008-03-26 15:04  rdm

	* [r22849] config/Makefile.in, configure, mathmore/Module.mk: From
	  Bertrand:
	  - Solve a problem of mixing GSL library built in optimized mode
	  and ROOT built in debug mode (runtime libraries mismatch)

2008-03-26 13:41  axel

	* [r22845] cint/reflex/inc/Reflex/Member.h,
	  cint/reflex/inc/Reflex/Scope.h, cint/reflex/inc/Reflex/Type.h,
	  cint/reflex/inc/Reflex/TypeTemplate.h,
	  cint/reflex/inc/Reflex/internal/OwnedPropertyList.h,
	  cint/reflex/inc/Reflex/internal/PropertyListImpl.h,
	  cint/reflex/src/Member.cxx, cint/reflex/src/PropertyListImpl.cxx,
	  cint/reflex/src/Scope.cxx, cint/reflex/src/Type.cxx,
	  cint/reflex/src/TypeTemplate.cxx: Make delete / new calls
	  outlined wherever possible.
	  Avoids problems with custom new/delete handlers acting on only
	  one side of the new/deletion.

2008-03-26 13:17  axel

	* [r22844] cint/reflex/python/genreflex/gendict.py: Fix wrong
	  argument in lambda filter ("classes" instead of "selec")
	  Namespace builder should skip anonymous namespaces

2008-03-26 13:15  axel

	* [r22843] cint/reflex/inc/Reflex/Builder/TypeBuilder.h: Use
	  address of member cast to volatile const char reference, instead
	  of address of member. Allows OffsetOf macro to work also for
	  members of struct type where the struct has an overload of op&()

2008-03-26 13:14  rdm

	* [r22842] configure: GNU make 3.79.1 has different version string
	  format than >= 3.80.

2008-03-26 11:36  moneta

	* [r22840] hist/hist/src/THFitInterface.cxx: - fix AdjustError
	  funciton to avoid duplication with same symbol defined in
	  TGraphFitInterface
	  ( fix for bug https://savannah.cern.ch/bugs/index.php?34936 )

2008-03-26 10:10  rdm

	* [r22839] configure: relax make version to 3.79.1, but still
	  better to have >= 3.80 since
	  the ORDER dependency is not supported in < 3.80.

2008-03-26 08:37  axel

	* [r22838] cint/reflex/src/NameLookup.cxx,
	  cint/reflex/src/NameLookup.h: fix layout

2008-03-26 08:34  brun

	* [r22837] cint/reflex/src/NameLookup.cxx: Fix initialization order
	  in constructor

2008-03-26 01:56  russo

	* [r22834] cint/cint7/src/Shadow.cxx, cint/cint7/src/Type.cxx,
	  cint/cint7/src/common.h, cint/cint7/src/expr.cxx,
	  cint/cint7/src/fproto.h, cint/cint7/src/ifunc.cxx,
	  cint/cint7/src/inherit.cxx, cint/cint7/src/newlink.cxx,
	  cint/cint7/src/rflxutil.cxx, cint/cint7/src/struct.cxx,
	  cint/cint7/src/var.cxx, cint/reflex/src/NameLookup.cxx,
	  cint/reflex/src/NameLookup.h, cint/reflex/src/Tools.cxx: Flush
	  out all current cint7 dictionary fixes.
	  
	  -- Paul Russo

2008-03-25 12:53  couet

	* [r22827] graf/src/TGraph.cxx: - Protection added in
	  PaintPolyLineHatches (division by zero).

2008-03-25 12:01  rdm

	* [r22825] base/src/TDirectory.cxx: From Gerri:
	  use strrchr() to find desired directory in ROOT file, using
	  strchr() does not
	  work when path has the form: http://root.cern.ch/pippa.root:/LL.

2008-03-25 11:32  rdm

	* [r22824] meta/src/TCint.cxx: From Matevz:
	  make the setting of the gCINTMutex in ProcessLineSync()
	  conditional on
	  fLockProcessLine.

2008-03-25 11:10  rdm

	* [r22823] configure: add mandatory check for GNU Make >= 3.80.

2008-03-25 10:12  rdm

	* [r22822] hist/hist/inc/TF1.h: white space.

2008-03-21 20:44  brun

	* [r22819] io/inc/TArchiveFile.h: Fix a warning in default
	  constructor when compiling with -weffc++

2008-03-21 16:11  axel

	* [r22818] cint/reflex/inc/Reflex/PluginService.h, cint/reflex/src:
	  more ignores in src (.d, CINT dict); add missing exported symbol:
	  PluginService

2008-03-21 15:07  rdm

	* [r22817] xrootd/src/xrootd/configure.classic: fix for iccx8664
	  which also needs to check for libs in lib64.

2008-03-21 13:07  axel

	* [r22816] cint/reflex/inc/Reflex/Builder/TypeBuilder.h: revert
	  OffsetOf / op&() change untile we find a platform independent
	  solution

2008-03-21 10:55  axel

	* [r22815] cint/reflex/inc/Reflex/internal/InternalTools.h: Solaris
	  cannot cast a rev_it to a const_rev_it; make the collection const

2008-03-21 01:04  rdm

	* [r22814] config/Makefile.in, configure, xrootd/Module.mk: From
	  Gerri:
	  - In XROOTD, disable the build by default of the client Perl
	  interface: it
	  generates several warnings from SWIG and it does not build on
	  some systems
	  - Add a new option '--with-xrootd-opts="..."' to 'configure' to
	  specify
	  additional configuration flags to xrootd; in this way those
	  needing,
	  for example, the Perl interface, they can get it by configuring
	  with
	  ./configure --with-xrootd-opts="--enable-perlint" <other-options>

2008-03-21 00:49  pcanal

	* [r22813] treeplayer/src/TTreeProxyGenerator.cxx: add handling of
	  TStreamerElement resulting of 'IgnoreTObjectStreamer' in
	  TTree::MakeProxy

2008-03-21 00:32  pcanal

	* [r22812] base/src/TROOT.cxx: Explicitly mentioned that
	  TROOT::Reset should not be used from within a function

2008-03-20 23:17  pcanal

	* [r22810] io/src/TFile.cxx, io/src/TKey.cxx: Remove unnecessary
	  changes of the current ROOT directory
	  and reduce the span of those that are still compulsory
	  (hence aiding threadsafety)

2008-03-20 22:54  pcanal

	* [r22807] base/inc/LinkDef1.h: TMath can't be here otherwise
	  libMathCore is no longer autoloader

2008-03-20 22:06  pcanal

	* [r22806] io/src/TMakeProject.cxx: white space

2008-03-20 22:04  pcanal

	* [r22805] tree/src/TBasket.cxx, tree/src/TBranch.cxx,
	  tree/src/TBranchElement.cxx, tree/src/TBranchObject.cxx,
	  tree/src/TChain.cxx, tree/src/TFriendElement.cxx,
	  tree/src/TTree.cxx: Remove unnecessary change of the current ROOT
	  directory
	  and reduce the span of those that are still compulsory
	  (hence aiding threadsafety)

2008-03-20 22:00  pcanal

	* [r22804] io/src/TKey.cxx: allow derivation from TDirectoryFile

2008-03-20 21:59  pcanal

	* [r22803] io/src/TKey.cxx: allow derivation from TDirectoryFile

2008-03-20 21:52  pcanal

	* [r22802] base/inc/LinkDef1.h: add TMath GenerateInstance to
	  libCore so that the Math dictionary can be optimized (and hence
	  its inlined function can be optimised)

2008-03-20 21:51  pcanal

	* [r22801] test, tutorials/tree: ignore produced files

2008-03-20 17:44  axel

	* [r22798] cint/reflex/inc/Reflex/Any.h,
	  cint/reflex/inc/Reflex/Kernel.h,
	  cint/reflex/inc/Reflex/PropertyList.h,
	  cint/reflex/inc/Reflex/internal/PropertyListImpl.h: Fix Savannah
	  bug #32972: missing RFLX_API decls.
	  Fix build on Windows: RFLX_API destroys auto-inlining.

2008-03-20 16:39  axel

	* [r22796] cint/reflex/inc/Reflex/Kernel.h: Fix problem with CINT
	  parsing dllimport on Windows. Leaves a problem with the
	  dictionary complaining about the dllexport of a templated Dummy
	  func.

2008-03-20 16:12  axel

	* [r22795] cint/reflex/inc/Reflex/Builder/TypeBuilder.h: Allow
	  OffsetOf to work even if the operand implements op&(). Fixes
	  Savannah #33071.

2008-03-20 15:48  rdm

	* [r22793] base/inc/TDirectory.h, base/src/TDirectory.cxx,
	  io/inc/TDirectoryFile.h, io/src/TDirectoryFile.cxx: make
	  SaveObjectAs() const.

2008-03-20 15:35  rdm

	* [r22792] base/src/TROOT.cxx: in dtor call
	  TQObject::BlockAllSignals(), so no signals, typically
	  "Removed" signals, are emitted from TFileHandlers, etc. In this
	  far state
	  of destruction the emission of signals will cause bad side
	  effects or
	  crashes.

2008-03-20 15:33  rdm

	* [r22791] base/inc/TQObject.h, base/src/TQObject.cxx: added new
	  static methods:
	  AreAllSignalsBlocked()
	  BlockAllSignals(Bool_t)
	  which allows to block the emission of all signals.

2008-03-20 14:42  wlav

	* [r22790] pyroot/src/TPySelector.cxx: o) remove unnecessary const
	  char* casts on GetOption() returns

2008-03-20 14:40  axel

	* [r22789] cint/reflex/inc/Reflex/internal/InternalTools.h: Second
	  try to fix the ugly cast of iter<A> to iter<B>. Just hard cast
	  the container...

2008-03-20 14:33  wlav

	* [r22788] pyroot/src/TPySelector.cxx: o) implement proper const
	  char* -> char* casting for older pythons

2008-03-20 14:30  axel

	* [r22787] cint/reflex/inc/Reflex/internal/InternalTools.h:
	  Jean-Francois's work-around fails on GCC 4.3

2008-03-20 14:27  axel

	* [r22786] cint/reflex/SConstruct, cint/reflex/inc/Reflex/Kernel.h,
	  cint/reflex/inc/Reflex/internal/InternalTools.h,
	  cint/reflex/python/SConscript: From Jean-Francois Bastien and me:
	  * Fix iterator casting: iter(T*) is _not_ part of the standard.
	  Use reinterpret_cast.
	  * Fix Scons build for now. Next time there is an issue with it
	  I'll remove it - this is such an unmaintainable, ugly build
	  system!

2008-03-20 14:10  rdm

	* [r22785] asimage/src/TASPaletteEditor.cxx:
	  TDirectory::SaveObjectAs() is not static anymore.

2008-03-20 13:58  pcanal

	* [r22784] cint/reflex/src/stl_hash.h: correct \#if condition

2008-03-20 13:50  rdm

	* [r22783] base/src/TDirectory.cxx, io/src/TDirectoryFile.cxx: fix
	  comment of SaveObjectAs() which is not a static method anymore.

2008-03-20 13:45  pcanal

	* [r22782] cint: add svn:ignore(s)

2008-03-20 13:43  pcanal

	* [r22781] cint/cint/src: add svn:ignore(s)

2008-03-20 13:42  pcanal

	* [r22780] cint/cint7/lib/dll_stl,
	  cint/cint7/lib/dll_stl/Makeclimits,
	  cint/cint7/lib/dll_stl/Makecomplex,
	  cint/cint7/lib/dll_stl/Makedeque, cint/cint7/lib/dll_stl/Makeeh,
	  cint/cint7/lib/dll_stl/Makelist, cint/cint7/lib/dll_stl/Makemap,
	  cint/cint7/lib/dll_stl/Makemap2, cint/cint7/lib/dll_stl/Makemmap,
	  cint/cint7/lib/dll_stl/Makemmap2,
	  cint/cint7/lib/dll_stl/Makemset, cint/cint7/lib/dll_stl/Makeque,
	  cint/cint7/lib/dll_stl/Makese, cint/cint7/lib/dll_stl/Makeset,
	  cint/cint7/lib/dll_stl/Makestk, cint/cint7/lib/dll_stl/Makestr,
	  cint/cint7/lib/dll_stl/Makevary, cint/cint7/lib/dll_stl/Makevec,
	  cint/cint7/lib/dll_stl/Makevecbool: remove generated files

2008-03-20 13:42  pcanal

	* [r22779] cint/cint7/inc: add svn:ignore(s)

2008-03-20 13:42  pcanal

	* [r22778] cint/cint7/src, cint/cint7/src/auxu.cxx,
	  cint/cint7/src/dict/iccstrm.cxx, cint/cint7/src/dict/iccstrm.h,
	  cint/cint7/src/pcode.cxx: port to icc8

2008-03-20 13:41  pcanal

	* [r22777] cint/cint/inc, cint/cint/include/limits.h,
	  cint/cint/include/locale.h, cint/cint/include/signal.h,
	  cint/cint/include/stddef.h, cint/cint/include/stdio.h,
	  cint/cint/include/stdlib.h, cint/cint/include/time.h,
	  cint/tool/rmkdepend: add svn:ignore(s)

2008-03-20 13:41  pcanal

	* [r22776] cint/reflex/src/ScopeName.cxx,
	  cint/reflex/src/stl_hash.h: port to icc8

2008-03-20 13:40  pcanal

	* [r22775] cint/cint7/lib/iccstrm/Makefile: fix makefile for new
	  structure

2008-03-20 13:30  rdm

	* [r22774] utils/src/rlibmap.cxx: white space.

2008-03-20 12:59  rdm

	* [r22773] cint/cint/src/newlink.cxx,
	  cint/reflex/src/DataMember.cxx,
	  cint/reflex/src/PluginFactoryMap.cxx, cint/reflex/src/Tools.cxx,
	  cint/tool/makecint.cxx: make CINT and Reflex compile with gcc
	  4.3.0 (<cstdlib> and <cstring>
	  were missing in several files).

2008-03-20 11:55  moneta

	* [r22771] genvector/inc/Math/GenVector/DisplacementVector3D.h,
	  genvector/inc/Math/GenVector/PositionVector3D.h: - syncronize
	  with changes from David
	  http://root.cern.ch/viewcvs?view=rev&revision=22656
	  
	  in development branch requested by LHCb

2008-03-20 09:06  pcanal

	* [r22766] cint/test/testdiff.linuxicc.ref: update for new test
	  ordering

2008-03-20 08:15  pcanal

	* [r22764] cint/cint/src/dict/Apiif.cxx,
	  cint/cint/src/dict/Apiif.h, cint/cint/src/symbols.cxx: add
	  \#include <algorithm> for older compilers (icc)

2008-03-20 00:10  pcanal

	* [r22763] cint/test/testdiff.newlinux.ref,
	  cint/test/testdiff.newlinuxicc.ref,
	  cint/test/testdiff.newmacos.ref: add ref file for cint7

2008-03-19 21:59  pcanal

	* [r22762] cint/test/testdiff.linux.ref: update for new tests (and
	  new order of test)

2008-03-19 21:41  pcanal

	* [r22761] cint/test/testdiff.linux.ref,
	  cint/test/testdiff.linuxicc.ref, cint/test/testdiff.macos.ref:
	  add reference file for cint5 nightly build

2008-03-19 21:37  pcanal

	* [r22760] cint/cint7/src/newlink.cxx: Finish implementing the use
	  the base class wrapper now that it has been activated by a recent
	  fix in G__method_inbase

2008-03-19 21:14  wlav

	* [r22759] pyroot/inc/TPython.h, pyroot/src/ObjectProxy.h,
	  pyroot/src/TPySelector.cxx, pyroot/src/TPython.cxx: o) opt in
	  ObjectProxy.h: skip creating of temporary TClassRef
	  o) TPython::Exec now returns kFALSE on failure
	  o) TPySelector now takes a python module, so that that file is
	  looked up through PYTHONPATH, and it searches for the
	  TPySelector derived class to instantiate and use

2008-03-19 18:24  pcanal

	* [r22757] cint/build/libReflex.mk: move library to ./lib

2008-03-19 18:22  pcanal

	* [r22756] cint/build/libCint.mk, cint/build/libReflex.mk: the new
	  coreversion actual name is cint7

2008-03-19 18:13  pcanal

	* [r22755] cint/cint7/src/loadfile.cxx: remove obsolete \#define

2008-03-19 17:49  pcanal

	* [r22754] cint/test/testall.cxx: adapt to new binary location

2008-03-19 17:23  axel

	* [r22753] cint/reflex/python/genreflex/genreflex.py: From
	  Jean-François Bastien: call GCCXML with "" so it works for gccxml
	  paths with spaces, too. Fixes Savannah bug #34348

2008-03-19 17:10  axel

	* [r22752] cint/reflex/python/genreflex/gendict.py,
	  cint/reflex/python/genreflex/genreflex.py: From Hady Zalek:
	  improve genreflex error handling, exit code; typos fixed
	  Fixes bug #33929: Genreflex CLI Issues

2008-03-19 17:04  axel

	* [r22751] cint/reflex/python/genreflex/gendict.py: From Hady
	  Zalek: improve mettern matching for pattern-based selection.
	  Fixes Savannah bug #34096: Genreflex Incorrectly Selects Template
	  Classes

2008-03-19 16:59  axel

	* [r22750] cint/reflex/python/genreflex/genreflex.py: From
	  Jean-François Bastien: Surround GCCXML call by "" so its path can
	  contain spaces. Fixes Savannah #34209

2008-03-19 16:45  axel

	* [r22749] cint/reflex/Module.mk: Fix check-reflex target (new dir
	  layout)

2008-03-19 16:45  axel

	* [r22748] cint/reflex/python/genreflex/gendict.py: Fix Savannah
	  #16015 (again); don't assume the name attribute exists.
	  Do not automatically exclude std::_* types when they are
	  explicitly selected: needed for std::map on windows where the
	  whole interface is in the base std::_Tree (baaad MSVC...)

2008-03-19 16:42  pcanal

	* [r22747] rint/src/TRint.cxx: Load DllImport.h so that the
	  interpreter knows about R__EXTERN

2008-03-19 16:41  axel

	* [r22746] cint/reflex/inc/Reflex/Member.h: Fix Savannah #34719:
	  two invalid members are equal, too.

2008-03-19 16:12  rdm

	* [r22745] cint/ROOT/cintdlls.mk: remove CINTDICTMAPS in distclean.

2008-03-19 16:00  axel

	* [r22744] cint/cint/include/sys/types.h: Remove sys/types.h; it's
	  generated by cintdlls.mk

2008-03-19 14:28  axel

	* [r22742] cint/cint/include, cint/cint/src, cint/cint7/src:
	  svn:ignores

2008-03-19 14:26  pcanal

	* [r22741] reflex: reflex moved to cint/reflex

2008-03-19 14:06  axel

	* [r22740] cint/cint/src/common.h, cint/cint7/src/common.h:
	  Increase G_MAX_SL (max number of shared libraries) from 150 to
	  1024 - it's cheap: (1024-150)*sizeof(void*)

2008-03-19 14:05  rdm

	* [r22739] configure: From Axel:
	  correct printing in no-stubs checking.

2008-03-19 13:51  rdm

	* [r22738] Makefile: g was dropped from glite.

2008-03-19 13:37  pcanal

	* [r22737] Makefile: From Axel:
	  
	  Removes the dupe targets for lib/libCint.so for distclean.
	  From Axel:
	  
	  Removes the dupe targets for lib/libCint.so for distclean.

2008-03-19 13:35  pcanal

	* [r22736] configure: From Axel:
	  Silences the "checking for .." for --no-stubs

2008-03-19 11:46  axel

	* [r22735] cint/tool/rmkdepend, cint/tool/rmkdepend/cppsetup.c,
	  cint/tool/rmkdepend/def.h, cint/tool/rmkdepend/ifparser.c,
	  cint/tool/rmkdepend/ifparser.h, cint/tool/rmkdepend/imakemdep.h,
	  cint/tool/rmkdepend/include.c, cint/tool/rmkdepend/main.c,
	  cint/tool/rmkdepend/mainroot.cxx, cint/tool/rmkdepend/parse.c,
	  cint/tool/rmkdepend/pr.c, cint/tool/rmkdepend/rmkdepend.man: Add
	  rmkdepend's sources directly, a copy of ROOT's build/rmkdepend

2008-03-19 11:44  axel

	* [r22734] cint/configure, cint/tool: Fix CINT standalone
	  configure: only use PREFIX if --with-prefix is specified.
	  Make rmkdepend non svn:externals (to be added back in in the next
	  commit)

2008-03-19 10:45  brun

	* [r22733] base/inc/TVirtualMonitoring.h, gui/inc/TGEventHandler.h:
	  From Federico:
	  changes for gcc -weffc++ option

2008-03-19 10:41  pcanal

	* [r22732] cint/cint7/src/common.h, cint/cint7/src/loadfile.cxx,
	  cint/cint7/src/rflxutil.cxx, cint/cint7/src/struct.cxx,
	  cint/reflex/Module.mk,
	  cint/reflex/inc/Reflex/Builder/ClassBuilder.h,
	  cint/reflex/inc/Reflex/Builder/UnionBuilder.h,
	  cint/reflex/src/Class.cxx, cint/reflex/src/Class.h,
	  cint/reflex/src/ClassBuilder.cxx, cint/reflex/src/Union.cxx,
	  cint/reflex/src/Union.h, cint/reflex/src/UnionBuilder.cxx: Import
	  latest improvement from stubs branch:
	  
	  ------------------------------------------------------------------------
	  r22713 | pcanal | 2008-03-18 09:28:17 -0500 (Tue, 18 Mar 2008) |
	  2 lines
	  
	  use only one '%s' since the path merge (cintsydir + coreversion)
	  is done before hand (anyway the extra argument were missing\!
	  
	  ------------------------------------------------------------------------
	  r22714 | pcanal | 2008-03-18 09:35:25 -0500 (Tue, 18 Mar 2008) |
	  2 lines
	  
	  use real reflex/inc location
	  
	  ------------------------------------------------------------------------
	  r22716 | russo | 2008-03-18 12:49:43 -0500 (Tue, 18 Mar 2008) | 7
	  lines
	  
	  Add support for Union function members to Reflex.
	  
	  This fixes the problem with making the G__IO.cxx
	  dictionary file.

2008-03-19 10:28  pcanal

	* [r22731] cint/cint/include/sys/types.h: add missing file

2008-03-19 10:22  moneta

	* [r22730] minuit2/inc/TFitterFumili.h,
	  minuit2/src/Minuit2Minimizer.cxx, minuit2/src/TFitterFumili.cxx,
	  minuit2/src/TFitterMinuit.cxx: - sync with dev branch.
	  - Fix a problem when deleting TFitterFumili and TFitterMinuit
	  - Minuit2Minimizer: if valid error are requested always run Hesse
	  if it was not done before

2008-03-19 10:20  pcanal

	* [r22729] Makefile, base/inc/DllImport.h, base/inc/LinkDef2.h,
	  base/src/TSystem.cxx, cint/COPYING, cint/FAQ.txt, cint/Module.mk,
	  cint/README.txt, cint/RELNOTE.txt, cint/ROOT,
	  cint/ROOT/cintdlls.mk, cint/ROOT/configcint.mk, cint/build,
	  cint/build/Cint.mk, cint/build/Makefile, cint/build/libCint.mk,
	  cint/build/libReflex.mk, cint/cint, cint/cint/Module.mk,
	  cint/cint/inc, cint/cint/inc/Api.h, cint/cint/inc/BaseCls.h,
	  cint/cint/inc/CallFunc.h, cint/cint/inc/Class.h,
	  cint/cint/inc/DataMbr.h, cint/cint/inc/G__ci.h,
	  cint/cint/inc/Method.h, cint/cint/inc/MethodAr.h,
	  cint/cint/inc/Property.h, cint/cint/inc/Shadow.h,
	  cint/cint/inc/Token.h, cint/cint/inc/Type.h,
	  cint/cint/inc/Typedf.h, cint/cint/inc/cintdictversion.h,
	  cint/cint/include, cint/cint/include/Common.h,
	  cint/cint/include/GL, cint/cint/include/GL/gl.h,
	  cint/cint/include/GL/glu.h, cint/cint/include/GL/glut.h,
	  cint/cint/include/GL/xmesa.h, cint/cint/include/README.txt,
	  cint/cint/include/ReadF.C, cint/cint/include/ReadF.cxx,
	  cint/cint/include/ReadF.h, cint/cint/include/RegE.C,
	  cint/cint/include/RegE.cxx, cint/cint/include/RegE.h,
	  cint/cint/include/X11, cint/cint/include/X11/Xlib.h,
	  cint/cint/include/X11/Xutil.h, cint/cint/include/X11/keysym.h,
	  cint/cint/include/X11/xos.h, cint/cint/include/_complex,
	  cint/cint/include/_complex.h, cint/cint/include/_exception,
	  cint/cint/include/_exception.h, cint/cint/include/_iostream,
	  cint/cint/include/_stdexcept, cint/cint/include/_stdexcept.h,
	  cint/cint/include/api.h, cint/cint/include/array.c,
	  cint/cint/include/array.h, cint/cint/include/arrayiostream.h,
	  cint/cint/include/assert.h, cint/cint/include/bool,
	  cint/cint/include/bool.h, cint/cint/include/boolean.h,
	  cint/cint/include/carray.c, cint/cint/include/carray.h,
	  cint/cint/include/cassert, cint/cint/include/cctype,
	  cint/cint/include/cerrno, cint/cint/include/cfloat,
	  cint/cint/include/ciso646, cint/cint/include/climits,
	  cint/cint/include/clocale, cint/cint/include/cmath,
	  cint/cint/include/complex, cint/cint/include/complex.h,
	  cint/cint/include/constants.h, cint/cint/include/csetjmp,
	  cint/cint/include/csignal, cint/cint/include/cstdarg,
	  cint/cint/include/cstddef, cint/cint/include/cstdio,
	  cint/cint/include/cstdlib, cint/cint/include/cstring,
	  cint/cint/include/ctime, cint/cint/include/ctype.h,
	  cint/cint/include/cwchar, cint/cint/include/cwctype,
	  cint/cint/include/darray.cxx, cint/cint/include/darray.h,
	  cint/cint/include/errno.h, cint/cint/include/ertti.h,
	  cint/cint/include/exception, cint/cint/include/exception.h,
	  cint/cint/include/fcntl.h, cint/cint/include/fft.c,
	  cint/cint/include/fft.h, cint/cint/include/float.h,
	  cint/cint/include/fstream, cint/cint/include/fstream.h,
	  cint/cint/include/graphbuf.h, cint/cint/include/iomanip,
	  cint/cint/include/iomanip.h, cint/cint/include/iosenum.cxx,
	  cint/cint/include/iosfwd, cint/cint/include/iosfwd.h,
	  cint/cint/include/iostream, cint/cint/include/iostream.h,
	  cint/cint/include/istream, cint/cint/include/limits,
	  cint/cint/include/limits.h, cint/cint/include/locale,
	  cint/cint/include/locale.h, cint/cint/include/lsm.c,
	  cint/cint/include/lsm.h, cint/cint/include/make.arc,
	  cint/cint/include/makearc, cint/cint/include/makearcg,
	  cint/cint/include/makearcsun, cint/cint/include/makefile,
	  cint/cint/include/makehpib, cint/cint/include/makeit.bat,
	  cint/cint/include/makeit.c, cint/cint/include/makemat,
	  cint/cint/include/math.h, cint/cint/include/matrix.cxx,
	  cint/cint/include/matrix.h, cint/cint/include/matrixstream.h,
	  cint/cint/include/matrixstream.hi, cint/cint/include/mkincld.c,
	  cint/cint/include/new, cint/cint/include/new.h,
	  cint/cint/include/ostream, cint/cint/include/platform.h,
	  cint/cint/include/pthread.h, cint/cint/include/readfile.h,
	  cint/cint/include/regex.h, cint/cint/include/regexp.h,
	  cint/cint/include/setjmp.h, cint/cint/include/signal.h,
	  cint/cint/include/socket.h, cint/cint/include/spice.h,
	  cint/cint/include/sstream, cint/cint/include/statistics.c,
	  cint/cint/include/statistics.h, cint/cint/include/stdarg.h,
	  cint/cint/include/stddef.h, cint/cint/include/stdexcept,
	  cint/cint/include/stdio.h, cint/cint/include/stdiostream.h,
	  cint/cint/include/stdlib.h, cint/cint/include/stream.h,
	  cint/cint/include/streambuf, cint/cint/include/string.h,
	  cint/cint/include/striostream.h, cint/cint/include/strstream,
	  cint/cint/include/strstream.h, cint/cint/include/sys,
	  cint/cint/include/sys/cdefs.h, cint/cint/include/sys/file.h,
	  cint/cint/include/sys/ipc.h, cint/cint/include/sys/msg.h,
	  cint/cint/include/sys/sem.h, cint/cint/include/sys/shm.h,
	  cint/cint/include/sys/stat.h, cint/cint/include/termios.h,
	  cint/cint/include/time.h, cint/cint/include/timespec.h,
	  cint/cint/include/typeinfo, cint/cint/include/typeinfo.h,
	  cint/cint/include/unistd.h, cint/cint/include/windows.h,
	  cint/cint/include/winsock.h, cint/cint/include/xgraph.c,
	  cint/cint/include/xygraphbuf.h, cint/cint/lib,
	  cint/cint/lib/Makefile, cint/cint/lib/README.txt,
	  cint/cint/lib/WildCard, cint/cint/lib/WildCard/ARCHIVE,
	  cint/cint/lib/WildCard/AppInit.c, cint/cint/lib/WildCard/Main.c,
	  cint/cint/lib/WildCard/Main.cxx, cint/cint/lib/WildCard/Makefile,
	  cint/cint/lib/WildCard/README, cint/cint/lib/WildCard/TCLMACRO.h,
	  cint/cint/lib/WildCard/TCLTK.h, cint/cint/lib/WildCard/TKMACRO.h,
	  cint/cint/lib/WildCard/TOP.h, cint/cint/lib/WildCard/TclIns.c,
	  cint/cint/lib/WildCard/TkInit.c,
	  cint/cint/lib/WildCard/WildCard.c,
	  cint/cint/lib/WildCard/bodediagram.wc,
	  cint/cint/lib/WildCard/calc.wc, cint/cint/lib/WildCard/grcalc.wc,
	  cint/cint/lib/WildCard/guibuild.wc,
	  cint/cint/lib/WildCard/question.wc, cint/cint/lib/WildCard/setup,
	  cint/cint/lib/WildCard/test.c, cint/cint/lib/WildCard/test3.wc,
	  cint/cint/lib/WildCard/test5.wc, cint/cint/lib/WildCard/tktest.c,
	  cint/cint/lib/WildCard/tktest1.c,
	  cint/cint/lib/WildCard/tktest2.c,
	  cint/cint/lib/WildCard/wildc.wc, cint/cint/lib/accstrm,
	  cint/cint/lib/accstrm/Makefile, cint/cint/lib/accstrm/README.txt,
	  cint/cint/lib/accstrm/fstrm.h, cint/cint/lib/accstrm/iostrm.h,
	  cint/cint/lib/accstrm/linkdef.h, cint/cint/lib/accstrm/sstrm.h,
	  cint/cint/lib/alphastrm, cint/cint/lib/alphastrm/Makefile,
	  cint/cint/lib/alphastrm/README.txt,
	  cint/cint/lib/alphastrm/fstrm.h,
	  cint/cint/lib/alphastrm/iostrm.h,
	  cint/cint/lib/alphastrm/linkdef.h,
	  cint/cint/lib/alphastrm/sstrm.h, cint/cint/lib/bcstream,
	  cint/cint/lib/bcstream/Makefile, cint/cint/lib/bcstream/README,
	  cint/cint/lib/bcstream/fstrm.h, cint/cint/lib/bcstream/iostrm.h,
	  cint/cint/lib/bcstream/stdiostr.h, cint/cint/lib/bcstream/strm.h,
	  cint/cint/lib/bcstream/strstrm.h, cint/cint/lib/cbstream,
	  cint/cint/lib/cbstream/Makefile, cint/cint/lib/cbstream/fstrm.h,
	  cint/cint/lib/cbstream/iostrm.h,
	  cint/cint/lib/cbstream/linkdef.h,
	  cint/cint/lib/cbstream/readme.txt,
	  cint/cint/lib/cbstream/strstrm.h, cint/cint/lib/cintocx,
	  cint/cint/lib/cintocx/Cint-Ocx,
	  cint/cint/lib/cintocx/CintocxCtl.bmp,
	  cint/cint/lib/cintocx/CintocxCtl.cpp,
	  cint/cint/lib/cintocx/CintocxCtl.h,
	  cint/cint/lib/cintocx/CintocxPpg.cpp,
	  cint/cint/lib/cintocx/CintocxPpg.h,
	  cint/cint/lib/cintocx/README.txt,
	  cint/cint/lib/cintocx/Resource.h,
	  cint/cint/lib/cintocx/StdAfx.cpp, cint/cint/lib/cintocx/StdAfx.h,
	  cint/cint/lib/cintocx/cintocx.aps,
	  cint/cint/lib/cintocx/cintocx.clw,
	  cint/cint/lib/cintocx/cintocx.cpp,
	  cint/cint/lib/cintocx/cintocx.h,
	  cint/cint/lib/cintocx/cintocx.ico,
	  cint/cint/lib/cintocx/cintocx.mak,
	  cint/cint/lib/cintocx/cintocx.mdp,
	  cint/cint/lib/cintocx/cintocx.odl,
	  cint/cint/lib/cintocx/cintocx.rc,
	  cint/cint/lib/cintocx/cintocx3.bmp,
	  cint/cint/lib/cintocx/setup.bat, cint/cint/lib/dll_stl,
	  cint/cint/lib/dll_stl/README.txt, cint/cint/lib/dll_stl/cinteh.h,
	  cint/cint/lib/dll_stl/clim.h, cint/cint/lib/dll_stl/cmplx.h,
	  cint/cint/lib/dll_stl/dqu.h, cint/cint/lib/dll_stl/iter.h,
	  cint/cint/lib/dll_stl/lst.h, cint/cint/lib/dll_stl/mp.h,
	  cint/cint/lib/dll_stl/multmp.h, cint/cint/lib/dll_stl/multst.h,
	  cint/cint/lib/dll_stl/pr.h, cint/cint/lib/dll_stl/que.h,
	  cint/cint/lib/dll_stl/se.h, cint/cint/lib/dll_stl/setup,
	  cint/cint/lib/dll_stl/setup.bat,
	  cint/cint/lib/dll_stl/setupbc.bat, cint/cint/lib/dll_stl/st.h,
	  cint/cint/lib/dll_stl/stk.h, cint/cint/lib/dll_stl/str.h,
	  cint/cint/lib/dll_stl/suncc5_deque.h,
	  cint/cint/lib/dll_stl/suncc5_string.h,
	  cint/cint/lib/dll_stl/vary.h, cint/cint/lib/dll_stl/vec.h,
	  cint/cint/lib/dll_stl/vecbool.h, cint/cint/lib/gcc3strm,
	  cint/cint/lib/gcc3strm/Makefile,
	  cint/cint/lib/gcc3strm/README.txt,
	  cint/cint/lib/gcc3strm/fstrm.h, cint/cint/lib/gcc3strm/iostrm.h,
	  cint/cint/lib/gcc3strm/linkdef.h, cint/cint/lib/gcc3strm/sstrm.h,
	  cint/cint/lib/gcc4strm, cint/cint/lib/gcc4strm/Makefile,
	  cint/cint/lib/gcc4strm/README.txt,
	  cint/cint/lib/gcc4strm/fstrm.h, cint/cint/lib/gcc4strm/iostrm.h,
	  cint/cint/lib/gcc4strm/linkdef.h, cint/cint/lib/gcc4strm/sstrm.h,
	  cint/cint/lib/gl, cint/cint/lib/gl/GL.h,
	  cint/cint/lib/gl/README.txt, cint/cint/lib/gl/TOP.h,
	  cint/cint/lib/gl/cintGL.h, cint/cint/lib/gl/setup,
	  cint/cint/lib/gl/setup.bat, cint/cint/lib/iccstrm,
	  cint/cint/lib/iccstrm/Makefile, cint/cint/lib/iccstrm/README.txt,
	  cint/cint/lib/iccstrm/fstrm.h, cint/cint/lib/iccstrm/iostrm.h,
	  cint/cint/lib/iccstrm/linkdef.h, cint/cint/lib/iccstrm/sstrm.h,
	  cint/cint/lib/ipc, cint/cint/lib/ipc/README.txt,
	  cint/cint/lib/ipc/ipcif.h, cint/cint/lib/ipc/setup,
	  cint/cint/lib/longlong, cint/cint/lib/longlong/README.txt,
	  cint/cint/lib/longlong/longdbl.h,
	  cint/cint/lib/longlong/longlong.h,
	  cint/cint/lib/longlong/make.bat,
	  cint/cint/lib/longlong/makelongif,
	  cint/cint/lib/longlong/makelongif3, cint/cint/lib/longlong/setup,
	  cint/cint/lib/longlong/setup.bat,
	  cint/cint/lib/longlong/setupbc.bat,
	  cint/cint/lib/longlong/setuphp, cint/cint/lib/posix,
	  cint/cint/lib/posix/README.txt, cint/cint/lib/posix/exten.c,
	  cint/cint/lib/posix/exten.h, cint/cint/lib/posix/mktypes.c,
	  cint/cint/lib/posix/posix.h, cint/cint/lib/posix/setup,
	  cint/cint/lib/posix/setup.bat, cint/cint/lib/posix/setupbc.bat,
	  cint/cint/lib/posix/setupsc.bat, cint/cint/lib/posix/winposix.c,
	  cint/cint/lib/posix/winposix.h, cint/cint/lib/prec_stl,
	  cint/cint/lib/prec_stl/README.txt,
	  cint/cint/lib/prec_stl/algorithm, cint/cint/lib/prec_stl/bitset,
	  cint/cint/lib/prec_stl/climits, cint/cint/lib/prec_stl/complex,
	  cint/cint/lib/prec_stl/deque, cint/cint/lib/prec_stl/exception,
	  cint/cint/lib/prec_stl/functional,
	  cint/cint/lib/prec_stl/iterator, cint/cint/lib/prec_stl/limits,
	  cint/cint/lib/prec_stl/list, cint/cint/lib/prec_stl/map,
	  cint/cint/lib/prec_stl/memory, cint/cint/lib/prec_stl/multimap,
	  cint/cint/lib/prec_stl/multiset, cint/cint/lib/prec_stl/numeric,
	  cint/cint/lib/prec_stl/queue, cint/cint/lib/prec_stl/set,
	  cint/cint/lib/prec_stl/stack, cint/cint/lib/prec_stl/stdexcept,
	  cint/cint/lib/prec_stl/string, cint/cint/lib/prec_stl/utility,
	  cint/cint/lib/prec_stl/valarray, cint/cint/lib/prec_stl/vector,
	  cint/cint/lib/pthread, cint/cint/lib/pthread/Makefile,
	  cint/cint/lib/pthread/README.txt, cint/cint/lib/pthread/pthd.h,
	  cint/cint/lib/pthread/setup, cint/cint/lib/pthread/setuphp,
	  cint/cint/lib/pthread/thread.h, cint/cint/lib/qt,
	  cint/cint/lib/qt/Makefile, cint/cint/lib/qt/README.txt,
	  cint/cint/lib/qt/qcompactstyle.h, cint/cint/lib/qt/qconfig.h,
	  cint/cint/lib/qt/qmodules.h, cint/cint/lib/qt/qplatformdefs.h,
	  cint/cint/lib/qt/qtcint.h, cint/cint/lib/qt/qtclasses.h,
	  cint/cint/lib/qt/qtdummy.h, cint/cint/lib/qt/qtfunctions.h,
	  cint/cint/lib/qt/qtglobals.h, cint/cint/lib/qt/qtstatic.cxx,
	  cint/cint/lib/qt/setup, cint/cint/lib/qt/setup.bat,
	  cint/cint/lib/setup, cint/cint/lib/socket,
	  cint/cint/lib/socket/README.txt, cint/cint/lib/socket/cintsock.c,
	  cint/cint/lib/socket/cintsock.h, cint/cint/lib/socket/mksockh.c,
	  cint/cint/lib/socket/setup, cint/cint/lib/socket/setup.bat,
	  cint/cint/lib/socket/setupbc.bat, cint/cint/lib/stdstrct,
	  cint/cint/lib/stdstrct/Makefile, cint/cint/lib/stdstrct/setup,
	  cint/cint/lib/stdstrct/setup.bat,
	  cint/cint/lib/stdstrct/setupbc.bat,
	  cint/cint/lib/stdstrct/stdcxxfunc.h,
	  cint/cint/lib/stdstrct/stdfunc.h,
	  cint/cint/lib/stdstrct/stdstr.h, cint/cint/lib/stream,
	  cint/cint/lib/stream/Makefile, cint/cint/lib/stream/README,
	  cint/cint/lib/stream/fstrm.h, cint/cint/lib/stream/iostrm.h,
	  cint/cint/lib/stream/stdiostr.h, cint/cint/lib/stream/strm.h,
	  cint/cint/lib/stream/strstrm.h, cint/cint/lib/sunstrm,
	  cint/cint/lib/sunstrm/Makefile, cint/cint/lib/sunstrm/fstrm.h,
	  cint/cint/lib/sunstrm/iostrm.h, cint/cint/lib/sunstrm/length.cxx,
	  cint/cint/lib/sunstrm/linkdef.h,
	  cint/cint/lib/sunstrm/readme.txt, cint/cint/lib/sunstrm/sstrm.h,
	  cint/cint/lib/vc7strm, cint/cint/lib/vc7strm/Makefile,
	  cint/cint/lib/vc7strm/README.txt, cint/cint/lib/vc7strm/fstrm.h,
	  cint/cint/lib/vc7strm/iostrm.h, cint/cint/lib/vc7strm/linkdef.h,
	  cint/cint/lib/vc7strm/sstrm.h, cint/cint/lib/vcstream,
	  cint/cint/lib/vcstream/Makefile,
	  cint/cint/lib/vcstream/Makefileold,
	  cint/cint/lib/vcstream/README, cint/cint/lib/vcstream/fstrm.h,
	  cint/cint/lib/vcstream/iostrm.h,
	  cint/cint/lib/vcstream/stdiostr.h, cint/cint/lib/vcstream/strm.h,
	  cint/cint/lib/vcstream/strstrm.h, cint/cint/lib/win32api,
	  cint/cint/lib/win32api/cintwin.h,
	  cint/cint/lib/win32api/make.bat,
	  cint/cint/lib/win32api/readme.txt,
	  cint/cint/lib/win32api/setup.bat,
	  cint/cint/lib/win32api/setupbc.bat,
	  cint/cint/lib/win32api/setupsc.bat,
	  cint/cint/lib/win32api/winfunc.h, cint/cint/lib/wintcldl83,
	  cint/cint/lib/wintcldl83/README.txt,
	  cint/cint/lib/wintcldl83/WILDCARD.tcl,
	  cint/cint/lib/wintcldl83/bodediagram.wc,
	  cint/cint/lib/wintcldl83/calc.wc,
	  cint/cint/lib/wintcldl83/cintlib.c,
	  cint/cint/lib/wintcldl83/gainphas.wc,
	  cint/cint/lib/wintcldl83/grcalc.wc,
	  cint/cint/lib/wintcldl83/guibuild.wc,
	  cint/cint/lib/wintcldl83/quest.wc,
	  cint/cint/lib/wintcldl83/question.wc,
	  cint/cint/lib/wintcldl83/setup.bat,
	  cint/cint/lib/wintcldl83/tclmacro.h,
	  cint/cint/lib/wintcldl83/tcltk.h,
	  cint/cint/lib/wintcldl83/test.c,
	  cint/cint/lib/wintcldl83/test1.wc,
	  cint/cint/lib/wintcldl83/test3.wc,
	  cint/cint/lib/wintcldl83/test5.wc,
	  cint/cint/lib/wintcldl83/tkmacro.h,
	  cint/cint/lib/wintcldl83/top.h, cint/cint/lib/wintcldl83/try.bat,
	  cint/cint/lib/wintcldl83/wildc,
	  cint/cint/lib/wintcldl83/wildc.bat,
	  cint/cint/lib/wintcldl83/wildc.dbk,
	  cint/cint/lib/wintcldl83/wildc.tcl,
	  cint/cint/lib/wintcldl83/wildc.wc,
	  cint/cint/lib/wintcldl83/wildc/wildc.dsp,
	  cint/cint/lib/wintcldl83/wildc/wildc.dsw,
	  cint/cint/lib/wintcldl83/wildc/wildc.mak,
	  cint/cint/lib/wintcldl83/wildc1.bmp, cint/cint/lib/xlib,
	  cint/cint/lib/xlib/README.txt, cint/cint/lib/xlib/TOP.h,
	  cint/cint/lib/xlib/XLIB.h, cint/cint/lib/xlib/setup,
	  cint/cint/lib/xlib/x11const.h, cint/cint/lib/xlib/x11mfunc.h,
	  cint/cint/main, cint/cint/main/G__main.c,
	  cint/cint/main/G__setup.c, cint/cint/main/cppmain.cxx,
	  cint/cint/src, cint/cint/src/Api.cxx, cint/cint/src/BaseCls.cxx,
	  cint/cint/src/CallFunc.cxx, cint/cint/src/Class.cxx,
	  cint/cint/src/DataMbr.cxx, cint/cint/src/HISTORY,
	  cint/cint/src/Makeapi, cint/cint/src/Method.cxx,
	  cint/cint/src/MethodAr.cxx, cint/cint/src/README.txt,
	  cint/cint/src/Shadow.cxx, cint/cint/src/Token.cxx,
	  cint/cint/src/Type.cxx, cint/cint/src/Typedf.cxx,
	  cint/cint/src/auxu.cxx, cint/cint/src/bc_assign.cxx,
	  cint/cint/src/bc_assign.h, cint/cint/src/bc_autoobj.cxx,
	  cint/cint/src/bc_autoobj.h, cint/cint/src/bc_cfunc.cxx,
	  cint/cint/src/bc_cfunc.h, cint/cint/src/bc_debug.cxx,
	  cint/cint/src/bc_debug.h, cint/cint/src/bc_eh.cxx,
	  cint/cint/src/bc_eh.h, cint/cint/src/bc_exec.cxx,
	  cint/cint/src/bc_exec.h, cint/cint/src/bc_exec_asm.h,
	  cint/cint/src/bc_inst.cxx, cint/cint/src/bc_inst.h,
	  cint/cint/src/bc_item.cxx, cint/cint/src/bc_item.h,
	  cint/cint/src/bc_linkdef.h, cint/cint/src/bc_parse.cxx,
	  cint/cint/src/bc_parse.h, cint/cint/src/bc_reader.cxx,
	  cint/cint/src/bc_reader.h, cint/cint/src/bc_type.cxx,
	  cint/cint/src/bc_type.h, cint/cint/src/bc_vtbl.cxx,
	  cint/cint/src/bc_vtbl.h, cint/cint/src/cast.cxx,
	  cint/cint/src/common.h, cint/cint/src/debug.cxx,
	  cint/cint/src/decl.cxx, cint/cint/src/dict,
	  cint/cint/src/dict/Apiif.cxx, cint/cint/src/dict/Apiif.h,
	  cint/cint/src/dict/accstrm.cxx, cint/cint/src/dict/accstrm.h,
	  cint/cint/src/dict/allstrm.cxx, cint/cint/src/dict/alphastrm.cxx,
	  cint/cint/src/dict/alphastrm.h, cint/cint/src/dict/bcstrm.cxx,
	  cint/cint/src/dict/bcstrm.h, cint/cint/src/dict/cbstrm.cpp,
	  cint/cint/src/dict/cbstrm.h, cint/cint/src/dict/dmyinit.cxx,
	  cint/cint/src/dict/dmystrct.cxx, cint/cint/src/dict/dmystrm.cxx,
	  cint/cint/src/dict/fakestrm.cxx, cint/cint/src/dict/gcc3strm.cxx,
	  cint/cint/src/dict/gcc3strm.h, cint/cint/src/dict/gcc4strm.cxx,
	  cint/cint/src/dict/gcc4strm.h, cint/cint/src/dict/iccstrm.cxx,
	  cint/cint/src/dict/iccstrm.h, cint/cint/src/dict/kccstrm.cxx,
	  cint/cint/src/dict/kccstrm.h, cint/cint/src/dict/libstrm.cxx,
	  cint/cint/src/dict/libstrm.h, cint/cint/src/dict/longif.cxx,
	  cint/cint/src/dict/longif.h, cint/cint/src/dict/longif3.cxx,
	  cint/cint/src/dict/longif3.h, cint/cint/src/dict/stdstrct.cxx,
	  cint/cint/src/dict/stdstrct.h, cint/cint/src/dict/sun5strm.cxx,
	  cint/cint/src/dict/sunstrm.cxx, cint/cint/src/dict/sunstrm.h,
	  cint/cint/src/dict/vc7strm.cxx, cint/cint/src/dict/vc7strm.h,
	  cint/cint/src/dict/vcstrm.cxx, cint/cint/src/dict/vcstrm.h,
	  cint/cint/src/dict/vcstrmold.cxx, cint/cint/src/dict/vcstrmold.h,
	  cint/cint/src/disp.cxx, cint/cint/src/dllrev.h,
	  cint/cint/src/dump.cxx, cint/cint/src/end.cxx,
	  cint/cint/src/error.cxx, cint/cint/src/expr.cxx,
	  cint/cint/src/fproto.h, cint/cint/src/fread.cxx,
	  cint/cint/src/func.cxx, cint/cint/src/g__cfunc.c,
	  cint/cint/src/gcoll.cxx, cint/cint/src/global.h,
	  cint/cint/src/global1.cxx, cint/cint/src/global2.cxx,
	  cint/cint/src/header.h, cint/cint/src/ifunc.cxx,
	  cint/cint/src/inherit.cxx, cint/cint/src/init.cxx,
	  cint/cint/src/input.cxx, cint/cint/src/intrpt.cxx,
	  cint/cint/src/loadfile.cxx, cint/cint/src/macos.cxx,
	  cint/cint/src/macro.cxx, cint/cint/src/malloc.cxx,
	  cint/cint/src/memtest.cxx, cint/cint/src/memtest.h,
	  cint/cint/src/new.cxx, cint/cint/src/newlink.cxx,
	  cint/cint/src/newsos.cxx, cint/cint/src/newsos.h,
	  cint/cint/src/oldlink.cxx, cint/cint/src/opr.cxx,
	  cint/cint/src/parse.cxx, cint/cint/src/pause.cxx,
	  cint/cint/src/pcode.cxx, cint/cint/src/pragma.cxx,
	  cint/cint/src/quote.cxx, cint/cint/src/random.cxx,
	  cint/cint/src/rflx_gendict.cxx, cint/cint/src/rflx_gendict.h,
	  cint/cint/src/rflx_gensrc.cxx, cint/cint/src/rflx_gensrc.h,
	  cint/cint/src/rflx_tools.cxx, cint/cint/src/rflx_tools.h,
	  cint/cint/src/scrupto.cxx, cint/cint/src/security.h,
	  cint/cint/src/shl.cxx, cint/cint/src/sizeof.cxx,
	  cint/cint/src/struct.cxx, cint/cint/src/stub.cxx,
	  cint/cint/src/sunos.cxx, cint/cint/src/sunos.h,
	  cint/cint/src/symbols.cxx, cint/cint/src/tmplt.cxx,
	  cint/cint/src/typedef.cxx, cint/cint/src/typesym.h,
	  cint/cint/src/val2a.cxx, cint/cint/src/value.cxx,
	  cint/cint/src/value.h, cint/cint/src/var.cxx,
	  cint/cint/src/winnt.cxx, cint/cint/stl,
	  cint/cint/stl/G__postprocess.h, cint/cint/stl/README.txt,
	  cint/cint/stl/_algorithm, cint/cint/stl/_autocontainer,
	  cint/cint/stl/_bitset, cint/cint/stl/_climits,
	  cint/cint/stl/_climits.h, cint/cint/stl/_deque,
	  cint/cint/stl/_deque.h, cint/cint/stl/_functional,
	  cint/cint/stl/_iterator, cint/cint/stl/_iterator.h,
	  cint/cint/stl/_list, cint/cint/stl/_list.h, cint/cint/stl/_map,
	  cint/cint/stl/_map.h, cint/cint/stl/_memory,
	  cint/cint/stl/_memory.h, cint/cint/stl/_multimap,
	  cint/cint/stl/_multimap.h, cint/cint/stl/_multiset,
	  cint/cint/stl/_multiset.h, cint/cint/stl/_pair.h,
	  cint/cint/stl/_set, cint/cint/stl/_set.h, cint/cint/stl/_stack,
	  cint/cint/stl/_stack.h, cint/cint/stl/_string,
	  cint/cint/stl/_utility, cint/cint/stl/_utility.h,
	  cint/cint/stl/_vector, cint/cint/stl/_vector.h,
	  cint/cint/stl/algo.h, cint/cint/stl/algobase.h,
	  cint/cint/stl/algorithm, cint/cint/stl/bitset,
	  cint/cint/stl/bool, cint/cint/stl/bstring.h,
	  cint/cint/stl/bvector.h, cint/cint/stl/defalloc.h,
	  cint/cint/stl/deque, cint/cint/stl/deque.h,
	  cint/cint/stl/faralloc.h, cint/cint/stl/fdeque.h,
	  cint/cint/stl/flist.h, cint/cint/stl/fmap.h,
	  cint/cint/stl/fmultmap.h, cint/cint/stl/fmultset.h,
	  cint/cint/stl/fset.h, cint/cint/stl/function.h,
	  cint/cint/stl/functional, cint/cint/stl/hdeque.h,
	  cint/cint/stl/heap.h, cint/cint/stl/hlist.h,
	  cint/cint/stl/hmap.h, cint/cint/stl/hmultmap.h,
	  cint/cint/stl/hmultset.h, cint/cint/stl/hset.h,
	  cint/cint/stl/hugalloc.h, cint/cint/stl/hvector.h,
	  cint/cint/stl/iterator, cint/cint/stl/iterator.h,
	  cint/cint/stl/lbvector.h, cint/cint/stl/ldeque.h,
	  cint/cint/stl/limits, cint/cint/stl/list, cint/cint/stl/list.h,
	  cint/cint/stl/llist.h, cint/cint/stl/lmap.h,
	  cint/cint/stl/lmultmap.h, cint/cint/stl/lmultset.h,
	  cint/cint/stl/lngalloc.h, cint/cint/stl/lset.h,
	  cint/cint/stl/map, cint/cint/stl/map.h, cint/cint/stl/memory,
	  cint/cint/stl/multimap, cint/cint/stl/multimap.h,
	  cint/cint/stl/multiset, cint/cint/stl/multiset.h,
	  cint/cint/stl/neralloc.h, cint/cint/stl/nmap.h,
	  cint/cint/stl/nmultmap.h, cint/cint/stl/nmultset.h,
	  cint/cint/stl/nset.h, cint/cint/stl/numeric, cint/cint/stl/pair,
	  cint/cint/stl/pair.h, cint/cint/stl/projectn.h,
	  cint/cint/stl/queue, cint/cint/stl/random.cpp, cint/cint/stl/set,
	  cint/cint/stl/set.h, cint/cint/stl/stack, cint/cint/stl/stack.h,
	  cint/cint/stl/string, cint/cint/stl/tempbuf.cpp,
	  cint/cint/stl/tempbuf.h, cint/cint/stl/teststl,
	  cint/cint/stl/teststl.c, cint/cint/stl/tree.h,
	  cint/cint/stl/utility, cint/cint/stl/utility.h,
	  cint/cint/stl/valarray, cint/cint/stl/vector,
	  cint/cint/stl/vector.h, cint/cint7, cint/cint7/Module.mk,
	  cint/cint7/inc, cint/cint7/inc/Api.h, cint/cint7/inc/BaseCls.h,
	  cint/cint7/inc/CallFunc.h, cint/cint7/inc/Class.h,
	  cint/cint7/inc/DataMbr.h, cint/cint7/inc/G__ci.h,
	  cint/cint7/inc/G__ci_fproto.h, cint/cint7/inc/G__security.h,
	  cint/cint7/inc/Method.h, cint/cint7/inc/MethodAr.h,
	  cint/cint7/inc/Property.h, cint/cint7/inc/Shadow.h,
	  cint/cint7/inc/Token.h, cint/cint7/inc/Type.h,
	  cint/cint7/inc/Typedf.h, cint/cint7/inc/cintdictversion.h,
	  cint/cint7/include, cint/cint7/include/Common.h,
	  cint/cint7/include/GL, cint/cint7/include/GL/gl.h,
	  cint/cint7/include/GL/glu.h, cint/cint7/include/GL/glut.h,
	  cint/cint7/include/GL/xmesa.h, cint/cint7/include/README.txt,
	  cint/cint7/include/ReadF.C, cint/cint7/include/ReadF.cxx,
	  cint/cint7/include/ReadF.h, cint/cint7/include/RegE.C,
	  cint/cint7/include/RegE.cxx, cint/cint7/include/RegE.h,
	  cint/cint7/include/X11, cint/cint7/include/X11/Xlib.h,
	  cint/cint7/include/X11/Xutil.h, cint/cint7/include/X11/keysym.h,
	  cint/cint7/include/X11/xos.h, cint/cint7/include/_complex,
	  cint/cint7/include/_complex.h, cint/cint7/include/_exception,
	  cint/cint7/include/_exception.h, cint/cint7/include/_iostream,
	  cint/cint7/include/_stdexcept, cint/cint7/include/_stdexcept.h,
	  cint/cint7/include/api.h, cint/cint7/include/array.c,
	  cint/cint7/include/array.h, cint/cint7/include/arrayiostream.h,
	  cint/cint7/include/assert.h, cint/cint7/include/bool,
	  cint/cint7/include/bool.h, cint/cint7/include/boolean.h,
	  cint/cint7/include/carray.c, cint/cint7/include/carray.h,
	  cint/cint7/include/cassert, cint/cint7/include/cctype,
	  cint/cint7/include/cerrno, cint/cint7/include/cfloat,
	  cint/cint7/include/ciso646, cint/cint7/include/climits,
	  cint/cint7/include/clocale, cint/cint7/include/cmath,
	  cint/cint7/include/complex, cint/cint7/include/complex.h,
	  cint/cint7/include/constants.h, cint/cint7/include/csetjmp,
	  cint/cint7/include/csignal, cint/cint7/include/cstdarg,
	  cint/cint7/include/cstddef, cint/cint7/include/cstdio,
	  cint/cint7/include/cstdlib, cint/cint7/include/cstring,
	  cint/cint7/include/ctime, cint/cint7/include/ctype.h,
	  cint/cint7/include/cwchar, cint/cint7/include/cwctype,
	  cint/cint7/include/darray.cxx, cint/cint7/include/darray.h,
	  cint/cint7/include/done, cint/cint7/include/errno.h,
	  cint/cint7/include/ertti.h, cint/cint7/include/exception,
	  cint/cint7/include/exception.h, cint/cint7/include/fcntl.h,
	  cint/cint7/include/fft.c, cint/cint7/include/fft.h,
	  cint/cint7/include/float.h, cint/cint7/include/fstream,
	  cint/cint7/include/fstream.h, cint/cint7/include/graphbuf.h,
	  cint/cint7/include/iomanip, cint/cint7/include/iomanip.h,
	  cint/cint7/include/iosenum.cxx, cint/cint7/include/iosenum.h,
	  cint/cint7/include/iosfwd, cint/cint7/include/iosfwd.h,
	  cint/cint7/include/iostream, cint/cint7/include/iostream.h,
	  cint/cint7/include/istream, cint/cint7/include/limits,
	  cint/cint7/include/limits.h, cint/cint7/include/locale,
	  cint/cint7/include/locale.h, cint/cint7/include/lsm.c,
	  cint/cint7/include/lsm.h, cint/cint7/include/make.arc,
	  cint/cint7/include/makearc, cint/cint7/include/makearcg,
	  cint/cint7/include/makearcsun, cint/cint7/include/makefile,
	  cint/cint7/include/makehpib, cint/cint7/include/makeit.bat,
	  cint/cint7/include/makeit.c, cint/cint7/include/makemat,
	  cint/cint7/include/math.h, cint/cint7/include/matrix.cxx,
	  cint/cint7/include/matrix.h, cint/cint7/include/matrixstream.h,
	  cint/cint7/include/matrixstream.hi, cint/cint7/include/mkincld.c,
	  cint/cint7/include/new, cint/cint7/include/new.h,
	  cint/cint7/include/ostream, cint/cint7/include/platform.h,
	  cint/cint7/include/pthread.h, cint/cint7/include/readfile.h,
	  cint/cint7/include/regex.h, cint/cint7/include/regexp.h,
	  cint/cint7/include/setjmp.h, cint/cint7/include/signal.h,
	  cint/cint7/include/socket.h, cint/cint7/include/spice.h,
	  cint/cint7/include/sstream, cint/cint7/include/statistics.c,
	  cint/cint7/include/statistics.h, cint/cint7/include/stdarg.h,
	  cint/cint7/include/stddef.h, cint/cint7/include/stdexcept,
	  cint/cint7/include/stdio.h, cint/cint7/include/stdiostream.h,
	  cint/cint7/include/stdlib.h, cint/cint7/include/stream.h,
	  cint/cint7/include/streambuf, cint/cint7/include/string.h,
	  cint/cint7/include/striostream.h, cint/cint7/include/strstream,
	  cint/cint7/include/strstream.h, cint/cint7/include/sys,
	  cint/cint7/include/sys/cdefs.h, cint/cint7/include/sys/file.h,
	  cint/cint7/include/sys/ipc.h, cint/cint7/include/sys/msg.h,
	  cint/cint7/include/sys/sem.h, cint/cint7/include/sys/shm.h,
	  cint/cint7/include/sys/stat.h, cint/cint7/include/sys/types.h,
	  cint/cint7/include/systypes.h, cint/cint7/include/termios.h,
	  cint/cint7/include/time.h, cint/cint7/include/timespec.h,
	  cint/cint7/include/typeinfo, cint/cint7/include/typeinfo.h,
	  cint/cint7/include/unistd.h, cint/cint7/include/windows.h,
	  cint/cint7/include/winsock.h, cint/cint7/include/xgraph.c,
	  cint/cint7/include/xygraphbuf.h, cint/cint7/lib,
	  cint/cint7/lib/Makefile, cint/cint7/lib/README.txt,
	  cint/cint7/lib/WildCard, cint/cint7/lib/WildCard/ARCHIVE,
	  cint/cint7/lib/WildCard/AppInit.c,
	  cint/cint7/lib/WildCard/Main.c, cint/cint7/lib/WildCard/Main.cxx,
	  cint/cint7/lib/WildCard/Makefile, cint/cint7/lib/WildCard/README,
	  cint/cint7/lib/WildCard/TCLMACRO.h,
	  cint/cint7/lib/WildCard/TCLTK.h,
	  cint/cint7/lib/WildCard/TKMACRO.h, cint/cint7/lib/WildCard/TOP.h,
	  cint/cint7/lib/WildCard/TclIns.c,
	  cint/cint7/lib/WildCard/TkInit.c,
	  cint/cint7/lib/WildCard/WildCard.c,
	  cint/cint7/lib/WildCard/bodediagram.wc,
	  cint/cint7/lib/WildCard/calc.wc,
	  cint/cint7/lib/WildCard/grcalc.wc,
	  cint/cint7/lib/WildCard/guibuild.wc,
	  cint/cint7/lib/WildCard/question.wc,
	  cint/cint7/lib/WildCard/setup, cint/cint7/lib/WildCard/test.c,
	  cint/cint7/lib/WildCard/test3.wc,
	  cint/cint7/lib/WildCard/test5.wc,
	  cint/cint7/lib/WildCard/tktest.c,
	  cint/cint7/lib/WildCard/tktest1.c,
	  cint/cint7/lib/WildCard/tktest2.c,
	  cint/cint7/lib/WildCard/wildc.wc, cint/cint7/lib/accstrm,
	  cint/cint7/lib/accstrm/Makefile,
	  cint/cint7/lib/accstrm/README.txt,
	  cint/cint7/lib/accstrm/fstrm.h, cint/cint7/lib/accstrm/iostrm.h,
	  cint/cint7/lib/accstrm/linkdef.h, cint/cint7/lib/accstrm/sstrm.h,
	  cint/cint7/lib/alphastrm, cint/cint7/lib/alphastrm/Makefile,
	  cint/cint7/lib/alphastrm/README.txt,
	  cint/cint7/lib/alphastrm/fstrm.h,
	  cint/cint7/lib/alphastrm/iostrm.h,
	  cint/cint7/lib/alphastrm/linkdef.h,
	  cint/cint7/lib/alphastrm/sstrm.h, cint/cint7/lib/bcstream,
	  cint/cint7/lib/bcstream/Makefile, cint/cint7/lib/bcstream/README,
	  cint/cint7/lib/bcstream/fstrm.h,
	  cint/cint7/lib/bcstream/iostrm.h,
	  cint/cint7/lib/bcstream/stdiostr.h,
	  cint/cint7/lib/bcstream/strm.h,
	  cint/cint7/lib/bcstream/strstrm.h, cint/cint7/lib/cbstream,
	  cint/cint7/lib/cbstream/Makefile,
	  cint/cint7/lib/cbstream/fstrm.h,
	  cint/cint7/lib/cbstream/iostrm.h,
	  cint/cint7/lib/cbstream/linkdef.h,
	  cint/cint7/lib/cbstream/readme.txt,
	  cint/cint7/lib/cbstream/strstrm.h, cint/cint7/lib/cintocx,
	  cint/cint7/lib/cintocx/Cint-Ocx,
	  cint/cint7/lib/cintocx/CintocxCtl.bmp,
	  cint/cint7/lib/cintocx/CintocxCtl.cpp,
	  cint/cint7/lib/cintocx/CintocxCtl.h,
	  cint/cint7/lib/cintocx/CintocxPpg.cpp,
	  cint/cint7/lib/cintocx/CintocxPpg.h,
	  cint/cint7/lib/cintocx/README.txt,
	  cint/cint7/lib/cintocx/Resource.h,
	  cint/cint7/lib/cintocx/StdAfx.cpp,
	  cint/cint7/lib/cintocx/StdAfx.h,
	  cint/cint7/lib/cintocx/cintocx.aps,
	  cint/cint7/lib/cintocx/cintocx.clw,
	  cint/cint7/lib/cintocx/cintocx.cpp,
	  cint/cint7/lib/cintocx/cintocx.h,
	  cint/cint7/lib/cintocx/cintocx.ico,
	  cint/cint7/lib/cintocx/cintocx.mak,
	  cint/cint7/lib/cintocx/cintocx.mdp,
	  cint/cint7/lib/cintocx/cintocx.odl,
	  cint/cint7/lib/cintocx/cintocx.rc,
	  cint/cint7/lib/cintocx/cintocx3.bmp,
	  cint/cint7/lib/cintocx/setup.bat, cint/cint7/lib/dll_stl,
	  cint/cint7/lib/dll_stl/.gdb_history,
	  cint/cint7/lib/dll_stl/Makeclimits,
	  cint/cint7/lib/dll_stl/Makecomplex,
	  cint/cint7/lib/dll_stl/Makedeque, cint/cint7/lib/dll_stl/Makeeh,
	  cint/cint7/lib/dll_stl/Makelist, cint/cint7/lib/dll_stl/Makemap,
	  cint/cint7/lib/dll_stl/Makemap2, cint/cint7/lib/dll_stl/Makemmap,
	  cint/cint7/lib/dll_stl/Makemmap2,
	  cint/cint7/lib/dll_stl/Makemset, cint/cint7/lib/dll_stl/Makeque,
	  cint/cint7/lib/dll_stl/Makese, cint/cint7/lib/dll_stl/Makeset,
	  cint/cint7/lib/dll_stl/Makestk, cint/cint7/lib/dll_stl/Makestr,
	  cint/cint7/lib/dll_stl/Makevary, cint/cint7/lib/dll_stl/Makevec,
	  cint/cint7/lib/dll_stl/Makevecbool,
	  cint/cint7/lib/dll_stl/README.txt,
	  cint/cint7/lib/dll_stl/cinteh.h, cint/cint7/lib/dll_stl/clim.h,
	  cint/cint7/lib/dll_stl/cmplx.h, cint/cint7/lib/dll_stl/dqu.h,
	  cint/cint7/lib/dll_stl/iter.h, cint/cint7/lib/dll_stl/lst.h,
	  cint/cint7/lib/dll_stl/mp.h, cint/cint7/lib/dll_stl/multmp.h,
	  cint/cint7/lib/dll_stl/multst.h, cint/cint7/lib/dll_stl/pr.h,
	  cint/cint7/lib/dll_stl/que.h, cint/cint7/lib/dll_stl/se.h,
	  cint/cint7/lib/dll_stl/setup, cint/cint7/lib/dll_stl/setup.bat,
	  cint/cint7/lib/dll_stl/setupbc.bat, cint/cint7/lib/dll_stl/st.h,
	  cint/cint7/lib/dll_stl/stk.h, cint/cint7/lib/dll_stl/str.h,
	  cint/cint7/lib/dll_stl/suncc5_deque.h,
	  cint/cint7/lib/dll_stl/suncc5_string.h,
	  cint/cint7/lib/dll_stl/vary.h, cint/cint7/lib/dll_stl/vec.h,
	  cint/cint7/lib/dll_stl/vecbool.h, cint/cint7/lib/gcc3strm,
	  cint/cint7/lib/gcc3strm/Makefile,
	  cint/cint7/lib/gcc3strm/README.txt,
	  cint/cint7/lib/gcc3strm/fstrm.h,
	  cint/cint7/lib/gcc3strm/iostrm.h,
	  cint/cint7/lib/gcc3strm/linkdef.h,
	  cint/cint7/lib/gcc3strm/sstrm.h, cint/cint7/lib/gcc4strm,
	  cint/cint7/lib/gcc4strm/Makefile,
	  cint/cint7/lib/gcc4strm/README.txt,
	  cint/cint7/lib/gcc4strm/fstrm.h,
	  cint/cint7/lib/gcc4strm/iostrm.h,
	  cint/cint7/lib/gcc4strm/linkdef.h,
	  cint/cint7/lib/gcc4strm/sstrm.h, cint/cint7/lib/gl,
	  cint/cint7/lib/gl/GL.h, cint/cint7/lib/gl/README.txt,
	  cint/cint7/lib/gl/TOP.h, cint/cint7/lib/gl/cintGL.h,
	  cint/cint7/lib/gl/setup, cint/cint7/lib/gl/setup.bat,
	  cint/cint7/lib/iccstrm, cint/cint7/lib/iccstrm/Makefile,
	  cint/cint7/lib/iccstrm/README.txt,
	  cint/cint7/lib/iccstrm/fstrm.h, cint/cint7/lib/iccstrm/iostrm.h,
	  cint/cint7/lib/iccstrm/linkdef.h, cint/cint7/lib/iccstrm/sstrm.h,
	  cint/cint7/lib/ipc, cint/cint7/lib/ipc/README.txt,
	  cint/cint7/lib/ipc/ipcif.h, cint/cint7/lib/ipc/setup,
	  cint/cint7/lib/longlong, cint/cint7/lib/longlong/README.txt,
	  cint/cint7/lib/longlong/longdbl.h,
	  cint/cint7/lib/longlong/longlong.h,
	  cint/cint7/lib/longlong/make.bat,
	  cint/cint7/lib/longlong/makelongif,
	  cint/cint7/lib/longlong/makelongif3,
	  cint/cint7/lib/longlong/setup, cint/cint7/lib/longlong/setup.bat,
	  cint/cint7/lib/longlong/setupbc.bat,
	  cint/cint7/lib/longlong/setuphp, cint/cint7/lib/posix,
	  cint/cint7/lib/posix/README.txt, cint/cint7/lib/posix/exten.c,
	  cint/cint7/lib/posix/exten.h, cint/cint7/lib/posix/mktypes.c,
	  cint/cint7/lib/posix/posix.h, cint/cint7/lib/posix/setup,
	  cint/cint7/lib/posix/setup.bat, cint/cint7/lib/posix/setupbc.bat,
	  cint/cint7/lib/posix/setupsc.bat,
	  cint/cint7/lib/posix/winposix.c, cint/cint7/lib/posix/winposix.h,
	  cint/cint7/lib/prec_stl, cint/cint7/lib/prec_stl/README.txt,
	  cint/cint7/lib/prec_stl/algorithm,
	  cint/cint7/lib/prec_stl/bitset, cint/cint7/lib/prec_stl/climits,
	  cint/cint7/lib/prec_stl/complex, cint/cint7/lib/prec_stl/deque,
	  cint/cint7/lib/prec_stl/exception,
	  cint/cint7/lib/prec_stl/functional,
	  cint/cint7/lib/prec_stl/iterator, cint/cint7/lib/prec_stl/limits,
	  cint/cint7/lib/prec_stl/list, cint/cint7/lib/prec_stl/map,
	  cint/cint7/lib/prec_stl/memory, cint/cint7/lib/prec_stl/multimap,
	  cint/cint7/lib/prec_stl/multiset,
	  cint/cint7/lib/prec_stl/numeric, cint/cint7/lib/prec_stl/queue,
	  cint/cint7/lib/prec_stl/set, cint/cint7/lib/prec_stl/stack,
	  cint/cint7/lib/prec_stl/stdexcept,
	  cint/cint7/lib/prec_stl/string,
	  cint/cint7/lib/prec_stl/string.orig,
	  cint/cint7/lib/prec_stl/utility,
	  cint/cint7/lib/prec_stl/valarray, cint/cint7/lib/prec_stl/vector,
	  cint/cint7/lib/pthread, cint/cint7/lib/pthread/Makefile,
	  cint/cint7/lib/pthread/README.txt, cint/cint7/lib/pthread/pthd.h,
	  cint/cint7/lib/pthread/setup, cint/cint7/lib/pthread/setuphp,
	  cint/cint7/lib/pthread/thread.h, cint/cint7/lib/qt,
	  cint/cint7/lib/qt/Makefile, cint/cint7/lib/qt/README.txt,
	  cint/cint7/lib/qt/qcompactstyle.h, cint/cint7/lib/qt/qconfig.h,
	  cint/cint7/lib/qt/qmodules.h, cint/cint7/lib/qt/qplatformdefs.h,
	  cint/cint7/lib/qt/qtcint.h, cint/cint7/lib/qt/qtclasses.h,
	  cint/cint7/lib/qt/qtdummy.h, cint/cint7/lib/qt/qtfunctions.h,
	  cint/cint7/lib/qt/qtglobals.h, cint/cint7/lib/qt/qtstatic.cxx,
	  cint/cint7/lib/qt/setup, cint/cint7/lib/qt/setup.bat,
	  cint/cint7/lib/setup, cint/cint7/lib/socket,
	  cint/cint7/lib/socket/README.txt,
	  cint/cint7/lib/socket/cintsock.c,
	  cint/cint7/lib/socket/cintsock.h,
	  cint/cint7/lib/socket/mksockh.c, cint/cint7/lib/socket/setup,
	  cint/cint7/lib/socket/setup.bat,
	  cint/cint7/lib/socket/setupbc.bat, cint/cint7/lib/stdstrct,
	  cint/cint7/lib/stdstrct/Makefile, cint/cint7/lib/stdstrct/setup,
	  cint/cint7/lib/stdstrct/setup.bat,
	  cint/cint7/lib/stdstrct/setupbc.bat,
	  cint/cint7/lib/stdstrct/stdcxxfunc.h,
	  cint/cint7/lib/stdstrct/stdfunc.h,
	  cint/cint7/lib/stdstrct/stdstr.h, cint/cint7/lib/stream,
	  cint/cint7/lib/stream/Makefile, cint/cint7/lib/stream/README,
	  cint/cint7/lib/stream/fstrm.h, cint/cint7/lib/stream/iostrm.h,
	  cint/cint7/lib/stream/stdiostr.h, cint/cint7/lib/stream/strm.h,
	  cint/cint7/lib/stream/strstrm.h, cint/cint7/lib/sunstrm,
	  cint/cint7/lib/sunstrm/Makefile, cint/cint7/lib/sunstrm/fstrm.h,
	  cint/cint7/lib/sunstrm/iostrm.h,
	  cint/cint7/lib/sunstrm/length.cxx,
	  cint/cint7/lib/sunstrm/linkdef.h,
	  cint/cint7/lib/sunstrm/readme.txt,
	  cint/cint7/lib/sunstrm/sstrm.h, cint/cint7/lib/vc7strm,
	  cint/cint7/lib/vc7strm/Makefile,
	  cint/cint7/lib/vc7strm/README.txt,
	  cint/cint7/lib/vc7strm/fstrm.h, cint/cint7/lib/vc7strm/iostrm.h,
	  cint/cint7/lib/vc7strm/linkdef.h, cint/cint7/lib/vc7strm/sstrm.h,
	  cint/cint7/lib/vcstream, cint/cint7/lib/vcstream/Makefile,
	  cint/cint7/lib/vcstream/Makefileold,
	  cint/cint7/lib/vcstream/README, cint/cint7/lib/vcstream/fstrm.h,
	  cint/cint7/lib/vcstream/iostrm.h,
	  cint/cint7/lib/vcstream/stdiostr.h,
	  cint/cint7/lib/vcstream/strm.h,
	  cint/cint7/lib/vcstream/strstrm.h, cint/cint7/lib/win32api,
	  cint/cint7/lib/win32api/cintwin.h,
	  cint/cint7/lib/win32api/make.bat,
	  cint/cint7/lib/win32api/readme.txt,
	  cint/cint7/lib/win32api/setup.bat,
	  cint/cint7/lib/win32api/setupbc.bat,
	  cint/cint7/lib/win32api/setupsc.bat,
	  cint/cint7/lib/win32api/winfunc.h, cint/cint7/lib/wintcldl83,
	  cint/cint7/lib/wintcldl83/README.txt,
	  cint/cint7/lib/wintcldl83/WILDCARD.tcl,
	  cint/cint7/lib/wintcldl83/bodediagram.wc,
	  cint/cint7/lib/wintcldl83/calc.wc,
	  cint/cint7/lib/wintcldl83/cintlib.c,
	  cint/cint7/lib/wintcldl83/gainphas.wc,
	  cint/cint7/lib/wintcldl83/grcalc.wc,
	  cint/cint7/lib/wintcldl83/guibuild.wc,
	  cint/cint7/lib/wintcldl83/quest.wc,
	  cint/cint7/lib/wintcldl83/question.wc,
	  cint/cint7/lib/wintcldl83/setup.bat,
	  cint/cint7/lib/wintcldl83/tclmacro.h,
	  cint/cint7/lib/wintcldl83/tcltk.h,
	  cint/cint7/lib/wintcldl83/test.c,
	  cint/cint7/lib/wintcldl83/test1.wc,
	  cint/cint7/lib/wintcldl83/test3.wc,
	  cint/cint7/lib/wintcldl83/test5.wc,
	  cint/cint7/lib/wintcldl83/tkmacro.h,
	  cint/cint7/lib/wintcldl83/top.h,
	  cint/cint7/lib/wintcldl83/try.bat,
	  cint/cint7/lib/wintcldl83/wildc,
	  cint/cint7/lib/wintcldl83/wildc.bat,
	  cint/cint7/lib/wintcldl83/wildc.dbk,
	  cint/cint7/lib/wintcldl83/wildc.tcl,
	  cint/cint7/lib/wintcldl83/wildc.wc,
	  cint/cint7/lib/wintcldl83/wildc/wildc.dsp,
	  cint/cint7/lib/wintcldl83/wildc/wildc.dsw,
	  cint/cint7/lib/wintcldl83/wildc/wildc.mak,
	  cint/cint7/lib/wintcldl83/wildc1.bmp, cint/cint7/lib/xlib,
	  cint/cint7/lib/xlib/README.txt, cint/cint7/lib/xlib/TOP.h,
	  cint/cint7/lib/xlib/XLIB.h, cint/cint7/lib/xlib/setup,
	  cint/cint7/lib/xlib/x11const.h, cint/cint7/lib/xlib/x11mfunc.h,
	  cint/cint7/main, cint/cint7/main/G__main.c,
	  cint/cint7/main/G__setup.c, cint/cint7/main/cppmain.cxx,
	  cint/cint7/src, cint/cint7/src/Api.cxx,
	  cint/cint7/src/BaseCls.cxx, cint/cint7/src/CallFunc.cxx,
	  cint/cint7/src/Class.cxx, cint/cint7/src/DataMbr.cxx,
	  cint/cint7/src/Dict.cxx, cint/cint7/src/Dict.h,
	  cint/cint7/src/Makefile, cint/cint7/src/Method.cxx,
	  cint/cint7/src/MethodAr.cxx, cint/cint7/src/README.txt,
	  cint/cint7/src/Shadow.cxx, cint/cint7/src/Token.cxx,
	  cint/cint7/src/Type.cxx, cint/cint7/src/Typedf.cxx,
	  cint/cint7/src/auxu.cxx, cint/cint7/src/bc_assign.cxx,
	  cint/cint7/src/bc_assign.h, cint/cint7/src/bc_autoobj.cxx,
	  cint/cint7/src/bc_autoobj.h, cint/cint7/src/bc_cfunc.cxx,
	  cint/cint7/src/bc_cfunc.h, cint/cint7/src/bc_debug.cxx,
	  cint/cint7/src/bc_debug.h, cint/cint7/src/bc_eh.cxx,
	  cint/cint7/src/bc_eh.h, cint/cint7/src/bc_exec.cxx,
	  cint/cint7/src/bc_exec.h, cint/cint7/src/bc_exec_asm.h,
	  cint/cint7/src/bc_inst.cxx, cint/cint7/src/bc_inst.h,
	  cint/cint7/src/bc_item.cxx, cint/cint7/src/bc_item.h,
	  cint/cint7/src/bc_linkdef.h, cint/cint7/src/bc_parse.cxx,
	  cint/cint7/src/bc_parse.h, cint/cint7/src/bc_reader.cxx,
	  cint/cint7/src/bc_reader.h, cint/cint7/src/bc_type.cxx,
	  cint/cint7/src/bc_type.h, cint/cint7/src/bc_vtbl.cxx,
	  cint/cint7/src/bc_vtbl.h, cint/cint7/src/cast.cxx,
	  cint/cint7/src/common.h, cint/cint7/src/debug.cxx,
	  cint/cint7/src/decl.cxx, cint/cint7/src/dict,
	  cint/cint7/src/dict/Apiif.cxx, cint/cint7/src/dict/Apiif.h,
	  cint/cint7/src/dict/accstrm.cxx, cint/cint7/src/dict/accstrm.h,
	  cint/cint7/src/dict/allstrm.cxx,
	  cint/cint7/src/dict/alphastrm.cxx,
	  cint/cint7/src/dict/alphastrm.h, cint/cint7/src/dict/bcstrm.cxx,
	  cint/cint7/src/dict/bcstrm.h, cint/cint7/src/dict/cbstrm.cpp,
	  cint/cint7/src/dict/cbstrm.h, cint/cint7/src/dict/dmyinit.cxx,
	  cint/cint7/src/dict/dmystrct.cxx,
	  cint/cint7/src/dict/dmystrm.cxx,
	  cint/cint7/src/dict/fakestrm.cxx,
	  cint/cint7/src/dict/gcc3strm.cxx, cint/cint7/src/dict/gcc3strm.h,
	  cint/cint7/src/dict/gcc4strm.cxx, cint/cint7/src/dict/gcc4strm.h,
	  cint/cint7/src/dict/iccstrm.cxx, cint/cint7/src/dict/iccstrm.h,
	  cint/cint7/src/dict/kccstrm.cxx, cint/cint7/src/dict/kccstrm.h,
	  cint/cint7/src/dict/libstrm.cxx, cint/cint7/src/dict/libstrm.h,
	  cint/cint7/src/dict/longif.cxx, cint/cint7/src/dict/longif.h,
	  cint/cint7/src/dict/longif3.cxx, cint/cint7/src/dict/longif3.h,
	  cint/cint7/src/dict/stdstrct.cxx, cint/cint7/src/dict/stdstrct.h,
	  cint/cint7/src/dict/sun5strm.cxx,
	  cint/cint7/src/dict/sunstrm.cxx, cint/cint7/src/dict/sunstrm.h,
	  cint/cint7/src/dict/vc7strm.cxx, cint/cint7/src/dict/vc7strm.h,
	  cint/cint7/src/dict/vcstrm.cxx, cint/cint7/src/dict/vcstrm.h,
	  cint/cint7/src/dict/vcstrmold.cxx,
	  cint/cint7/src/dict/vcstrmold.h, cint/cint7/src/disp.cxx,
	  cint/cint7/src/dllrev.h, cint/cint7/src/dump.cxx,
	  cint/cint7/src/end.cxx, cint/cint7/src/error.cxx,
	  cint/cint7/src/expr.cxx, cint/cint7/src/fproto.h,
	  cint/cint7/src/fread.cxx, cint/cint7/src/func.cxx,
	  cint/cint7/src/g__cfunc.c, cint/cint7/src/gcoll.cxx,
	  cint/cint7/src/global.h, cint/cint7/src/global1.cxx,
	  cint/cint7/src/global2.cxx, cint/cint7/src/header.h,
	  cint/cint7/src/ifunc.cxx, cint/cint7/src/inherit.cxx,
	  cint/cint7/src/init.cxx, cint/cint7/src/input.cxx,
	  cint/cint7/src/intrpt.cxx, cint/cint7/src/libCint.vcproj,
	  cint/cint7/src/loadfile.cxx, cint/cint7/src/macos.cxx,
	  cint/cint7/src/macro.cxx, cint/cint7/src/malloc.cxx,
	  cint/cint7/src/memo.txt, cint/cint7/src/memtest.cxx,
	  cint/cint7/src/memtest.h, cint/cint7/src/new.cxx,
	  cint/cint7/src/newlink.cxx, cint/cint7/src/newsos.cxx,
	  cint/cint7/src/newsos.h, cint/cint7/src/oldlink.cxx,
	  cint/cint7/src/opr.cxx, cint/cint7/src/parse.cxx,
	  cint/cint7/src/pause.cxx, cint/cint7/src/pcode.cxx,
	  cint/cint7/src/pcode.h, cint/cint7/src/pragma.cxx,
	  cint/cint7/src/quote.cxx, cint/cint7/src/random.cxx,
	  cint/cint7/src/rflx_gendict.cxx, cint/cint7/src/rflx_gendict.h,
	  cint/cint7/src/rflx_gensrc.cxx, cint/cint7/src/rflx_gensrc.h,
	  cint/cint7/src/rflx_tools.cxx, cint/cint7/src/rflx_tools.h,
	  cint/cint7/src/rflxutil.cxx, cint/cint7/src/scrupto.cxx,
	  cint/cint7/src/shl.cxx, cint/cint7/src/sizeof.cxx,
	  cint/cint7/src/struct.cxx, cint/cint7/src/stub.cxx,
	  cint/cint7/src/sunos.cxx, cint/cint7/src/sunos.h,
	  cint/cint7/src/tmplt.cxx, cint/cint7/src/typedef.cxx,
	  cint/cint7/src/typesym.h, cint/cint7/src/val2a.cxx,
	  cint/cint7/src/value.cxx, cint/cint7/src/value.h,
	  cint/cint7/src/var.cxx, cint/cint7/src/vararg.h,
	  cint/cint7/src/winnt.cxx, cint/cint7/stl,
	  cint/cint7/stl/README.txt, cint/cint7/stl/_algorithm,
	  cint/cint7/stl/_autocontainer, cint/cint7/stl/_bitset,
	  cint/cint7/stl/_climits, cint/cint7/stl/_climits.h,
	  cint/cint7/stl/_deque, cint/cint7/stl/_deque.h,
	  cint/cint7/stl/_functional, cint/cint7/stl/_iterator,
	  cint/cint7/stl/_iterator.h, cint/cint7/stl/_list,
	  cint/cint7/stl/_list.h, cint/cint7/stl/_map,
	  cint/cint7/stl/_map.h, cint/cint7/stl/_memory,
	  cint/cint7/stl/_memory.h, cint/cint7/stl/_multimap,
	  cint/cint7/stl/_multimap.h, cint/cint7/stl/_multiset,
	  cint/cint7/stl/_multiset.h, cint/cint7/stl/_pair.h,
	  cint/cint7/stl/_set, cint/cint7/stl/_set.h,
	  cint/cint7/stl/_stack, cint/cint7/stl/_stack.h,
	  cint/cint7/stl/_string, cint/cint7/stl/_utility,
	  cint/cint7/stl/_utility.h, cint/cint7/stl/_vector,
	  cint/cint7/stl/_vector.h, cint/cint7/stl/algo.h,
	  cint/cint7/stl/algobase.h, cint/cint7/stl/algorithm,
	  cint/cint7/stl/bitset, cint/cint7/stl/bool,
	  cint/cint7/stl/bstring.h, cint/cint7/stl/bvector.h,
	  cint/cint7/stl/defalloc.h, cint/cint7/stl/deque,
	  cint/cint7/stl/deque.h, cint/cint7/stl/faralloc.h,
	  cint/cint7/stl/fdeque.h, cint/cint7/stl/flist.h,
	  cint/cint7/stl/fmap.h, cint/cint7/stl/fmultmap.h,
	  cint/cint7/stl/fmultset.h, cint/cint7/stl/fset.h,
	  cint/cint7/stl/function.h, cint/cint7/stl/functional,
	  cint/cint7/stl/hdeque.h, cint/cint7/stl/heap.h,
	  cint/cint7/stl/hlist.h, cint/cint7/stl/hmap.h,
	  cint/cint7/stl/hmultmap.h, cint/cint7/stl/hmultset.h,
	  cint/cint7/stl/hset.h, cint/cint7/stl/hugalloc.h,
	  cint/cint7/stl/hvector.h, cint/cint7/stl/iterator,
	  cint/cint7/stl/iterator.h, cint/cint7/stl/lbvector.h,
	  cint/cint7/stl/ldeque.h, cint/cint7/stl/limits,
	  cint/cint7/stl/list, cint/cint7/stl/list.h,
	  cint/cint7/stl/llist.h, cint/cint7/stl/lmap.h,
	  cint/cint7/stl/lmultmap.h, cint/cint7/stl/lmultset.h,
	  cint/cint7/stl/lngalloc.h, cint/cint7/stl/lset.h,
	  cint/cint7/stl/map, cint/cint7/stl/map.h, cint/cint7/stl/memory,
	  cint/cint7/stl/multimap, cint/cint7/stl/multimap.h,
	  cint/cint7/stl/multiset, cint/cint7/stl/multiset.h,
	  cint/cint7/stl/neralloc.h, cint/cint7/stl/nmap.h,
	  cint/cint7/stl/nmultmap.h, cint/cint7/stl/nmultset.h,
	  cint/cint7/stl/nset.h, cint/cint7/stl/numeric,
	  cint/cint7/stl/pair, cint/cint7/stl/pair.h,
	  cint/cint7/stl/projectn.h, cint/cint7/stl/queue,
	  cint/cint7/stl/set, cint/cint7/stl/set.h, cint/cint7/stl/stack,
	  cint/cint7/stl/stack.h, cint/cint7/stl/string,
	  cint/cint7/stl/tempbuf.cpp, cint/cint7/stl/tempbuf.h,
	  cint/cint7/stl/teststl, cint/cint7/stl/teststl.c,
	  cint/cint7/stl/tree.h, cint/cint7/stl/utility,
	  cint/cint7/stl/utility.h, cint/cint7/stl/valarray,
	  cint/cint7/stl/vector, cint/cint7/stl/vector.h, cint/cintdlls.mk,
	  cint/configcint.mk, cint/configure, cint/demo,
	  cint/demo/README.txt, cint/demo/Win32App,
	  cint/demo/Win32App/TestApp,
	  cint/demo/Win32App/TestApp/ReadMe.txt,
	  cint/demo/Win32App/TestApp/StdAfx.cpp,
	  cint/demo/Win32App/TestApp/StdAfx.h,
	  cint/demo/Win32App/TestApp/TestApp.aps,
	  cint/demo/Win32App/TestApp/TestApp.cpp,
	  cint/demo/Win32App/TestApp/TestApp.dsp,
	  cint/demo/Win32App/TestApp/TestApp.dsw,
	  cint/demo/Win32App/TestApp/TestApp.h,
	  cint/demo/Win32App/TestApp/TestApp.ico,
	  cint/demo/Win32App/TestApp/TestApp.plg,
	  cint/demo/Win32App/TestApp/TestApp.rc,
	  cint/demo/Win32App/TestApp/resource.h,
	  cint/demo/Win32App/TestApp/script.cxx,
	  cint/demo/Win32App/TestApp/small.ico, cint/demo/Win32App/graph01,
	  cint/demo/Win32App/graph01/CompiledLib.c,
	  cint/demo/Win32App/graph01/CompiledLib.h,
	  cint/demo/Win32App/graph01/README.txt,
	  cint/demo/Win32App/graph01/Resource.rc,
	  cint/demo/Win32App/graph01/Script.c,
	  cint/demo/Win32App/graph01/StdAfx.h,
	  cint/demo/Win32App/graph01/WinMain.c,
	  cint/demo/Win32App/graph01/WndProc.c,
	  cint/demo/Win32App/graph01/WndProc.h,
	  cint/demo/Win32App/graph01/app.ico,
	  cint/demo/Win32App/graph01/chapter24.dsp,
	  cint/demo/Win32App/graph01/chapter24.dsw,
	  cint/demo/Win32App/graph01/graph01.dsp,
	  cint/demo/Win32App/graph01/graph01.dsw,
	  cint/demo/Win32App/graph01/resource.h,
	  cint/demo/Win32App/graph01/small.ico, cint/demo/debug,
	  cint/demo/debug/README.txt, cint/demo/debug/debug.c,
	  cint/demo/debug/debug2.com, cint/demo/debug/debug2.cxx,
	  cint/demo/errpipe, cint/demo/errpipe/README.txt,
	  cint/demo/errpipe/errpipe.cxx, cint/demo/errpipe/errpipe.h,
	  cint/demo/errpipe/setup, cint/demo/exception,
	  cint/demo/exception/Makefile, cint/demo/exception/README.txt,
	  cint/demo/exception/ehdemo.cxx, cint/demo/exception/ehdemo.h,
	  cint/demo/exception/setup, cint/demo/exception/setup.bat,
	  cint/demo/exception/setupbc.bat, cint/demo/gl,
	  cint/demo/gl/README.txt, cint/demo/gl/display0.h,
	  cint/demo/gl/display1.h, cint/demo/gl/display2.h,
	  cint/demo/gl/make0, cint/demo/gl/test0.c, cint/demo/gl/test1.c,
	  cint/demo/gl/test2.c, cint/demo/gl/testall, cint/demo/graphs,
	  cint/demo/graphs/FFT.c, cint/demo/graphs/README.txt,
	  cint/demo/graphs/datafile, cint/demo/graphs/dft.c,
	  cint/demo/graphs/eular.c, cint/demo/graphs/fir.c,
	  cint/demo/graphs/fir2.c, cint/demo/graphs/jitter.c,
	  cint/demo/graphs/modulation.c, cint/demo/graphs/sin.c,
	  cint/demo/graphs/sin123.c, cint/demo/graphs/skineffect.c,
	  cint/demo/graphs/stripline.c, cint/demo/graphs/testall,
	  cint/demo/intprt_cint, cint/demo/intprt_cint/CINT,
	  cint/demo/intprt_cint/CINT.bat, cint/demo/intprt_cint/README,
	  cint/demo/intprt_cint/cint.sh, cint/demo/intprt_cint/simple.c,
	  cint/demo/intprt_cint/simple.cxx,
	  cint/demo/intprt_cint/testmain.c, cint/demo/ipc,
	  cint/demo/ipc/README.txt, cint/demo/ipc/common.cxx,
	  cint/demo/ipc/keyfile, cint/demo/ipc/proc1.cxx,
	  cint/demo/ipc/proc2.cxx, cint/demo/makecint,
	  cint/demo/makecint/Array, cint/demo/makecint/Array/Array.C,
	  cint/demo/makecint/Array/Array.h,
	  cint/demo/makecint/Array/Fundament.C,
	  cint/demo/makecint/Array/Fundament.h,
	  cint/demo/makecint/Array/Makefile,
	  cint/demo/makecint/Array/README.txt,
	  cint/demo/makecint/Array/bcdll.bat,
	  cint/demo/makecint/Array/inherit.C,
	  cint/demo/makecint/Array/loopcompile.c,
	  cint/demo/makecint/Array/loopcompile0.c,
	  cint/demo/makecint/Array/loopcompile1.c,
	  cint/demo/makecint/Array/scdll.bat,
	  cint/demo/makecint/Array/scsetup.bat,
	  cint/demo/makecint/Array/setup,
	  cint/demo/makecint/Array/setup.bat,
	  cint/demo/makecint/Array/setupdll,
	  cint/demo/makecint/Array/setupdll.bat,
	  cint/demo/makecint/Array/test.C, cint/demo/makecint/Complex,
	  cint/demo/makecint/Complex/Complex.C,
	  cint/demo/makecint/Complex/Complex.h,
	  cint/demo/makecint/Complex/README.txt,
	  cint/demo/makecint/Complex/bcdll.bat,
	  cint/demo/makecint/Complex/scdll.bat,
	  cint/demo/makecint/Complex/scsetup.bat,
	  cint/demo/makecint/Complex/setup,
	  cint/demo/makecint/Complex/setup.bat,
	  cint/demo/makecint/Complex/setupdll,
	  cint/demo/makecint/Complex/setupdll.bat,
	  cint/demo/makecint/Complex/temp.C,
	  cint/demo/makecint/Complex/test.C,
	  cint/demo/makecint/Complex/vcdll.bat,
	  cint/demo/makecint/Complex/vcsetup.bat,
	  cint/demo/makecint/DArray, cint/demo/makecint/DArray/DArray.C,
	  cint/demo/makecint/DArray/DArray.h,
	  cint/demo/makecint/DArray/Makefile,
	  cint/demo/makecint/DArray/README.txt,
	  cint/demo/makecint/DArray/bcdll.bat,
	  cint/demo/makecint/DArray/scdll.bat,
	  cint/demo/makecint/DArray/scsetup.bat,
	  cint/demo/makecint/DArray/setup,
	  cint/demo/makecint/DArray/setup.bat,
	  cint/demo/makecint/DArray/setupdll,
	  cint/demo/makecint/DArray/setupdll.bat,
	  cint/demo/makecint/DArray/test.C, cint/demo/makecint/KRcc,
	  cint/demo/makecint/KRcc/Complex.c,
	  cint/demo/makecint/KRcc/Complex.h,
	  cint/demo/makecint/KRcc/Makefile,
	  cint/demo/makecint/KRcc/README.txt,
	  cint/demo/makecint/KRcc/scdll.bat,
	  cint/demo/makecint/KRcc/scsetup.bat,
	  cint/demo/makecint/KRcc/setup, cint/demo/makecint/KRcc/setup.bat,
	  cint/demo/makecint/KRcc/setupdll,
	  cint/demo/makecint/KRcc/setupdll.bat,
	  cint/demo/makecint/KRcc/stub.c, cint/demo/makecint/KRcc/stub.h,
	  cint/demo/makecint/KRcc/test.c, cint/demo/makecint/README.txt,
	  cint/demo/makecint/ReadFile,
	  cint/demo/makecint/ReadFile/Common.h,
	  cint/demo/makecint/ReadFile/Makefile,
	  cint/demo/makecint/ReadFile/README.txt,
	  cint/demo/makecint/ReadFile/ReadFile.C,
	  cint/demo/makecint/ReadFile/ReadFile.h,
	  cint/demo/makecint/ReadFile/scdll.bat,
	  cint/demo/makecint/ReadFile/scsetup.bat,
	  cint/demo/makecint/ReadFile/setup,
	  cint/demo/makecint/ReadFile/setup.bat,
	  cint/demo/makecint/ReadFile/setupdll,
	  cint/demo/makecint/ReadFile/setupdll.bat,
	  cint/demo/makecint/ReadFile/test.C, cint/demo/makecint/Stub,
	  cint/demo/makecint/Stub/Makefile,
	  cint/demo/makecint/Stub/README.txt,
	  cint/demo/makecint/Stub/Src.C, cint/demo/makecint/Stub/Src.h,
	  cint/demo/makecint/Stub/Stub.C, cint/demo/makecint/Stub/Stub.h,
	  cint/demo/makecint/Stub/scdll.bat,
	  cint/demo/makecint/Stub/scsetup.bat,
	  cint/demo/makecint/Stub/setup, cint/demo/makecint/Stub/setup.bat,
	  cint/demo/makecint/Stub/setupdll,
	  cint/demo/makecint/Stub/setupdll.bat, cint/demo/makecint/Stub2,
	  cint/demo/makecint/Stub2/Make1, cint/demo/makecint/Stub2/Make2,
	  cint/demo/makecint/Stub2/README.txt,
	  cint/demo/makecint/Stub2/compiled.cxx,
	  cint/demo/makecint/Stub2/compiled.h,
	  cint/demo/makecint/Stub2/dmy.h,
	  cint/demo/makecint/Stub2/main.cxx,
	  cint/demo/makecint/Stub2/setup,
	  cint/demo/makecint/Stub2/setup.bat,
	  cint/demo/makecint/Stub2/setupcygwin,
	  cint/demo/makecint/Stub2/setuphp,
	  cint/demo/makecint/Stub2/stub.h, cint/demo/makecint/UserMain,
	  cint/demo/makecint/UserMain/README.txt,
	  cint/demo/makecint/UserMain/UserMain.cxx,
	  cint/demo/makecint/UserMain/UserMain.h,
	  cint/demo/makecint/UserMain/script.cxx,
	  cint/demo/makecint/UserMain/setup,
	  cint/demo/makecint/UserMain/setup.bat,
	  cint/demo/makecint/UserMain/setupbc.bat,
	  cint/demo/makecint/exception,
	  cint/demo/makecint/exception/README.txt,
	  cint/demo/makecint/exception/eh.cxx,
	  cint/demo/makecint/exception/eh.h,
	  cint/demo/makecint/exception/setup, cint/demo/makecint/p2f,
	  cint/demo/makecint/p2f/Makefile,
	  cint/demo/makecint/p2f/README.txt, cint/demo/makecint/p2f/p2f.C,
	  cint/demo/makecint/p2f/p2f.h, cint/demo/makecint/p2f/scsetup.bat,
	  cint/demo/makecint/p2f/setup, cint/demo/makecint/p2f/setup.bat,
	  cint/demo/makecint/p2f/test.C, cint/demo/makecint/stl,
	  cint/demo/makecint/stl/Makefile, cint/demo/makecint/stl/sample.h,
	  cint/demo/makecint/stl/setup, cint/demo/makecint/stl/setup.bat,
	  cint/demo/makecint/stl/setupbc.bat,
	  cint/demo/makecint/stl/test.cxx, cint/demo/makecint/testall,
	  cint/demo/makecint/testalldll, cint/demo/mthread,
	  cint/demo/mthread/README.txt, cint/demo/mthread/fork.cxx,
	  cint/demo/mthread/mtlib.h, cint/demo/mthread/mtmain.cxx,
	  cint/demo/mthread/ptlib.h, cint/demo/mthread/ptmain.cxx,
	  cint/demo/mthread/testall, cint/demo/multilibcint,
	  cint/demo/multilibcint/README.txt,
	  cint/demo/multilibcint/main.cxx, cint/demo/multilibcint/mt.c,
	  cint/demo/multilibcint/mt.h, cint/demo/multilibcint/setup,
	  cint/demo/multilibcint/setup.bat,
	  cint/demo/multilibcint/test1.cxx,
	  cint/demo/multilibcint/test2.cxx, cint/demo/perlawk,
	  cint/demo/perlawk/README, cint/demo/perlawk/data,
	  cint/demo/perlawk/parseplot.c, cint/demo/posix,
	  cint/demo/posix/readdir.cxx, cint/demo/qt,
	  cint/demo/qt/README.txt, cint/demo/qt/cannon.cpp,
	  cint/demo/qt/cannon.h, cint/demo/qt/lcdrange.cpp,
	  cint/demo/qt/lcdrange.h, cint/demo/qt/moc_cannon.cpp,
	  cint/demo/qt/qcompactstyle.h, cint/demo/qt/qtstatic.cxx,
	  cint/demo/qt/test0.cxx, cint/demo/qt/test1.cxx,
	  cint/demo/qt/test2.cxx, cint/demo/qt/test3.cxx,
	  cint/demo/qt/test4.cxx, cint/demo/qt/test5.cxx,
	  cint/demo/qt/test6.cxx, cint/demo/qt/test7.bat,
	  cint/demo/qt/test7.cxx, cint/demo/qt/test7.h,
	  cint/demo/qt/test8.bat, cint/demo/qt/test8.cxx,
	  cint/demo/qt/test8.h, cint/demo/qt/test9.bat,
	  cint/demo/qt/test9.cxx, cint/demo/simple,
	  cint/demo/simple/HelloWorld.c, cint/demo/simple/HelloWorld.cxx,
	  cint/demo/simple/NativeCalc.c, cint/demo/simple/README.txt,
	  cint/demo/simple/access0.c, cint/demo/simple/array.c,
	  cint/demo/simple/csum.c, cint/demo/simple/inherit1.c,
	  cint/demo/simple/init.c, cint/demo/simple/oprovld.c,
	  cint/demo/simple/oprovld0.c, cint/demo/simple/scope0.c,
	  cint/demo/simple/staticmem0.c, cint/demo/simple/template0.c,
	  cint/demo/simple/template2.c, cint/demo/simple/text2tex.c,
	  cint/demo/simple/virtualfunc1.c, cint/demo/stl,
	  cint/demo/stl/README.txt, cint/demo/stl/array2.cxx,
	  cint/demo/stl/array4.cxx, cint/demo/stl/deque0.cxx,
	  cint/demo/stl/deque1.cxx, cint/demo/stl/deque1i.cxx,
	  cint/demo/stl/list0.cxx, cint/demo/stl/list1.cxx,
	  cint/demo/stl/list2.cxx, cint/demo/stl/list3.cxx,
	  cint/demo/stl/list4.cxx, cint/demo/stl/map0.cxx,
	  cint/demo/stl/stl0.cxx, cint/demo/stl/stl1.cxx,
	  cint/demo/stl/stl2.cxx, cint/demo/stl/stl3.cxx,
	  cint/demo/stl/stl3x.cxx, cint/demo/stl/stl4.cxx,
	  cint/demo/stl/stl5.cxx, cint/demo/stl/string0.cxx,
	  cint/demo/stl/testall, cint/demo/stl/vec0.cxx,
	  cint/demo/stl/vec1.cxx, cint/demo/stl/vec1s.cxx,
	  cint/demo/stl/vec1u.cxx, cint/demo/stl/vec2.cxx,
	  cint/demo/stl/vec3.cxx, cint/demo/stl/vec3t.cxx,
	  cint/demo/stl/vec4.cxx, cint/demo/tcpip,
	  cint/demo/tcpip/README.txt, cint/demo/tcpip/client.cxx,
	  cint/demo/tcpip/server.cxx, cint/demo/xlib,
	  cint/demo/xlib/README.txt, cint/demo/xlib/test.c, cint/doc,
	  cint/doc/bytecode.txt, cint/doc/cint.txt, cint/doc/cintapi.txt,
	  cint/doc/extlib.txt, cint/doc/ifdef.txt, cint/doc/limitati.txt,
	  cint/doc/limitnum.txt, cint/doc/makecint.txt, cint/doc/man1,
	  cint/doc/man1/cint.1, cint/doc/man1/makecint.1, cint/doc/man2,
	  cint/doc/man2/garbage.2, cint/doc/man2/security.2,
	  cint/doc/man2/unique.2, cint/doc/man3, cint/doc/man3/array.h.3,
	  cint/doc/man3/fft.h.3, cint/doc/man3/statistics.h.3,
	  cint/doc/message.txt, cint/doc/ref.txt, cint/inc, cint/include,
	  cint/lib, cint/main, cint/reflex, cint/reflex/Module.mk,
	  cint/reflex/SConstruct, cint/reflex/build,
	  cint/reflex/build/Makefile.am, cint/reflex/build/README,
	  cint/reflex/build/autogen, cint/reflex/build/configure.ac,
	  cint/reflex/doc, cint/reflex/doc/ChangeLog.lcgdict,
	  cint/reflex/doc/ChangeLog.reflex, cint/reflex/doc/Doxyfile,
	  cint/reflex/doc/Makefile.am, cint/reflex/doc/index.html,
	  cint/reflex/inc, cint/reflex/inc/LinkDef.h,
	  cint/reflex/inc/Makefile.am, cint/reflex/inc/Reflex,
	  cint/reflex/inc/Reflex/Any.h, cint/reflex/inc/Reflex/Base.h,
	  cint/reflex/inc/Reflex/Builder,
	  cint/reflex/inc/Reflex/Builder/ClassBuilder.h,
	  cint/reflex/inc/Reflex/Builder/CollectionProxy.h,
	  cint/reflex/inc/Reflex/Builder/DictSelection.h,
	  cint/reflex/inc/Reflex/Builder/EnumBuilder.h,
	  cint/reflex/inc/Reflex/Builder/FunctionBuilder.h,
	  cint/reflex/inc/Reflex/Builder/Makefile.am,
	  cint/reflex/inc/Reflex/Builder/NamespaceBuilder.h,
	  cint/reflex/inc/Reflex/Builder/NewDelFunctions.h,
	  cint/reflex/inc/Reflex/Builder/ReflexBuilder.h,
	  cint/reflex/inc/Reflex/Builder/TypeBuilder.h,
	  cint/reflex/inc/Reflex/Builder/TypedefBuilder.h,
	  cint/reflex/inc/Reflex/Builder/UnionBuilder.h,
	  cint/reflex/inc/Reflex/Builder/VariableBuilder.h,
	  cint/reflex/inc/Reflex/Callback.h,
	  cint/reflex/inc/Reflex/DictionaryGenerator.h,
	  cint/reflex/inc/Reflex/Kernel.h,
	  cint/reflex/inc/Reflex/Makefile.am,
	  cint/reflex/inc/Reflex/Member.h,
	  cint/reflex/inc/Reflex/MemberTemplate.h,
	  cint/reflex/inc/Reflex/Object.h,
	  cint/reflex/inc/Reflex/PluginService.h,
	  cint/reflex/inc/Reflex/PropertyList.h,
	  cint/reflex/inc/Reflex/Reflex.h, cint/reflex/inc/Reflex/Scope.h,
	  cint/reflex/inc/Reflex/SharedLibrary.h,
	  cint/reflex/inc/Reflex/Tools.h, cint/reflex/inc/Reflex/Type.h,
	  cint/reflex/inc/Reflex/TypeTemplate.h,
	  cint/reflex/inc/Reflex/ValueObject.h,
	  cint/reflex/inc/Reflex/internal,
	  cint/reflex/inc/Reflex/internal/InternalTools.h,
	  cint/reflex/inc/Reflex/internal/Makefile.am,
	  cint/reflex/inc/Reflex/internal/MemberBase.h,
	  cint/reflex/inc/Reflex/internal/MemberTemplateImpl.h,
	  cint/reflex/inc/Reflex/internal/MemberTemplateName.h,
	  cint/reflex/inc/Reflex/internal/OwnedMember.h,
	  cint/reflex/inc/Reflex/internal/OwnedMemberTemplate.h,
	  cint/reflex/inc/Reflex/internal/OwnedPropertyList.h,
	  cint/reflex/inc/Reflex/internal/PropertyListImpl.h,
	  cint/reflex/inc/Reflex/internal/ScopeBase.h,
	  cint/reflex/inc/Reflex/internal/ScopeName.h,
	  cint/reflex/inc/Reflex/internal/TypeBase.h,
	  cint/reflex/inc/Reflex/internal/TypeName.h,
	  cint/reflex/inc/Reflex/internal/TypeTemplateImpl.h,
	  cint/reflex/inc/Reflex/internal/TypeTemplateName.h,
	  cint/reflex/inc/SConscript, cint/reflex/python,
	  cint/reflex/python/Makefile.am, cint/reflex/python/SConscript,
	  cint/reflex/python/genreflex,
	  cint/reflex/python/genreflex/Makefile.am,
	  cint/reflex/python/genreflex/gccdemangler.py,
	  cint/reflex/python/genreflex/gencapa.py,
	  cint/reflex/python/genreflex/gendict.py,
	  cint/reflex/python/genreflex/gendict06.py,
	  cint/reflex/python/genreflex/genheader.py,
	  cint/reflex/python/genreflex/genreflex-rootcint.py,
	  cint/reflex/python/genreflex/genreflex.py,
	  cint/reflex/python/genreflex/genreflex06.py,
	  cint/reflex/python/genreflex/genrootmap.py,
	  cint/reflex/python/genreflex/selclass.py,
	  cint/reflex/python/genreflex/selection.dtd, cint/reflex/src,
	  cint/reflex/src/Any.cxx, cint/reflex/src/Array.cxx,
	  cint/reflex/src/Array.h, cint/reflex/src/Base.cxx,
	  cint/reflex/src/Callback.cxx, cint/reflex/src/Class.cxx,
	  cint/reflex/src/Class.h, cint/reflex/src/ClassBuilder.cxx,
	  cint/reflex/src/ClassTemplateInstance.cxx,
	  cint/reflex/src/ClassTemplateInstance.h,
	  cint/reflex/src/DataMember.cxx, cint/reflex/src/DataMember.h,
	  cint/reflex/src/DictionaryGenerator.cxx,
	  cint/reflex/src/Enum.cxx, cint/reflex/src/Enum.h,
	  cint/reflex/src/EnumBuilder.cxx, cint/reflex/src/FuncHandler.cxx,
	  cint/reflex/src/FuncHandler.h, cint/reflex/src/Function.cxx,
	  cint/reflex/src/Function.h, cint/reflex/src/FunctionBuilder.cxx,
	  cint/reflex/src/FunctionMember.cxx,
	  cint/reflex/src/FunctionMember.h,
	  cint/reflex/src/FunctionMemberTemplateInstance.cxx,
	  cint/reflex/src/FunctionMemberTemplateInstance.h,
	  cint/reflex/src/Fundamental.cxx, cint/reflex/src/Fundamental.h,
	  cint/reflex/src/Kernel.cxx, cint/reflex/src/Makefile.am,
	  cint/reflex/src/Member.cxx, cint/reflex/src/MemberBase.cxx,
	  cint/reflex/src/MemberTemplate.cxx,
	  cint/reflex/src/MemberTemplateImpl.cxx,
	  cint/reflex/src/MemberTemplateName.cxx,
	  cint/reflex/src/NameLookup.cxx, cint/reflex/src/NameLookup.h,
	  cint/reflex/src/Namespace.cxx, cint/reflex/src/Namespace.h,
	  cint/reflex/src/NamespaceBuilder.cxx, cint/reflex/src/Object.cxx,
	  cint/reflex/src/PluginFactoryMap.cxx,
	  cint/reflex/src/PluginFactoryMap.h,
	  cint/reflex/src/PluginService.cxx, cint/reflex/src/Pointer.cxx,
	  cint/reflex/src/Pointer.h, cint/reflex/src/PointerToMember.cxx,
	  cint/reflex/src/PointerToMember.h,
	  cint/reflex/src/PropertyList.cxx,
	  cint/reflex/src/PropertyListImpl.cxx, cint/reflex/src/SConscript,
	  cint/reflex/src/Scope.cxx, cint/reflex/src/ScopeBase.cxx,
	  cint/reflex/src/ScopeName.cxx,
	  cint/reflex/src/TemplateInstance.cxx,
	  cint/reflex/src/TemplateInstance.h, cint/reflex/src/Tools.cxx,
	  cint/reflex/src/Type.cxx, cint/reflex/src/TypeBase.cxx,
	  cint/reflex/src/TypeBuilder.cxx, cint/reflex/src/TypeName.cxx,
	  cint/reflex/src/TypeTemplate.cxx,
	  cint/reflex/src/TypeTemplateImpl.cxx,
	  cint/reflex/src/TypeTemplateName.cxx,
	  cint/reflex/src/Typedef.cxx, cint/reflex/src/Typedef.h,
	  cint/reflex/src/TypedefBuilder.cxx, cint/reflex/src/Union.cxx,
	  cint/reflex/src/Union.h, cint/reflex/src/UnionBuilder.cxx,
	  cint/reflex/src/VariableBuilder.cxx, cint/reflex/src/dir_manip.h,
	  cint/reflex/src/genmap, cint/reflex/src/genmap/genmap.cxx,
	  cint/reflex/src/stl_hash.h, cint/reflex/test,
	  cint/reflex/test/CppUnit_testdriver.cpp,
	  cint/reflex/test/Makefile.am, cint/reflex/test/SConscript,
	  cint/reflex/test/demangle_test.cxx,
	  cint/reflex/test/dictionary_generator.cpp,
	  cint/reflex/test/testDict1,
	  cint/reflex/test/testDict1/Makefile.am,
	  cint/reflex/test/testDict1/Reflex.h,
	  cint/reflex/test/testDict1/selection.xml,
	  cint/reflex/test/testDict2,
	  cint/reflex/test/testDict2/Class2Dict.h,
	  cint/reflex/test/testDict2/ClassA.h,
	  cint/reflex/test/testDict2/ClassB.h,
	  cint/reflex/test/testDict2/ClassC.h,
	  cint/reflex/test/testDict2/ClassD.h,
	  cint/reflex/test/testDict2/ClassE.h,
	  cint/reflex/test/testDict2/ClassF.h,
	  cint/reflex/test/testDict2/ClassG.h,
	  cint/reflex/test/testDict2/ClassH.h,
	  cint/reflex/test/testDict2/ClassI.h,
	  cint/reflex/test/testDict2/ClassJ.h,
	  cint/reflex/test/testDict2/ClassK.h,
	  cint/reflex/test/testDict2/ClassL.h,
	  cint/reflex/test/testDict2/ClassM.h,
	  cint/reflex/test/testDict2/ClassN.h,
	  cint/reflex/test/testDict2/ClassO.h,
	  cint/reflex/test/testDict2/ClassSelections.h,
	  cint/reflex/test/testDict2/ClassT.h,
	  cint/reflex/test/testDict2/Functions.h,
	  cint/reflex/test/testDict2/InheritanceTree.txt,
	  cint/reflex/test/testDict2/Makefile.am,
	  cint/reflex/test/testDict2/MemberPointer.h,
	  cint/reflex/test/testDict2/TemplatedClasses.h,
	  cint/reflex/test/testDict2/TestClasses.h,
	  cint/reflex/test/testDict2/selection.xml,
	  cint/reflex/test/testPlugins,
	  cint/reflex/test/testPlugins/ICommon.h,
	  cint/reflex/test/testPlugins/plugin1.cxx,
	  cint/reflex/test/testPlugins/plugin1bis.cxx,
	  cint/reflex/test/testPlugins/plugin2.cxx,
	  cint/reflex/test/testPlugins/plugin3.cxx,
	  cint/reflex/test/test_ReflexBuilder_unit.cxx,
	  cint/reflex/test/test_Reflex_generate.cxx,
	  cint/reflex/test/test_Reflex_lookup.cxx,
	  cint/reflex/test/test_Reflex_plugins.cxx,
	  cint/reflex/test/test_Reflex_simple1.cxx,
	  cint/reflex/test/test_Reflex_simple2.cxx,
	  cint/reflex/test/test_Reflex_unit.cxx, cint/setenv.sh, cint/src,
	  cint/stl, cint/test, cint/test/98p02.hpg, cint/test/Complex.cxx,
	  cint/test/Complex.h, cint/test/IPair.cpp, cint/test/IPair.h,
	  cint/test/MyAlgo0.h, cint/test/MyString.cxx,
	  cint/test/MyString.h, cint/test/README.txt,
	  cint/test/TException.cxx, cint/test/Test0.cxx,
	  cint/test/Test1.cxx, cint/test/VArray.cxx, cint/test/VArray.h,
	  cint/test/VCompany.cxx, cint/test/VCompany.h,
	  cint/test/VObject.cxx, cint/test/VObject.h,
	  cint/test/VPerson.cxx, cint/test/VPerson.h,
	  cint/test/VPersonTest.cxx, cint/test/VString.cxx,
	  cint/test/VString.h, cint/test/VType.h, cint/test/abstract.cxx,
	  cint/test/abstract.h, cint/test/access0.cxx,
	  cint/test/anonunion.cxx, cint/test/aoki0.cxx,
	  cint/test/aryinit0.cxx, cint/test/aryinit1.cxx,
	  cint/test/autocc.cxx, cint/test/baseconv0.cxx,
	  cint/test/bitfield.cxx, cint/test/borg1.cxx, cint/test/borg2.cxx,
	  cint/test/bruce1.cxx, cint/test/btmplt.cxx,
	  cint/test/callgraph.dot, cint/test/callgraph.dot.ps,
	  cint/test/callgrind.out.27696, cint/test/classinfo.cxx,
	  cint/test/classinfo.h, cint/test/classinfo.ref,
	  cint/test/complex1.cxx, cint/test/complex1.h,
	  cint/test/const.cxx, cint/test/constary.cxx,
	  cint/test/convopr0.cxx, cint/test/cout1.cxx, cint/test/cpp0.cxx,
	  cint/test/cpp1.cxx, cint/test/cpp2.cxx, cint/test/cpp3.cxx,
	  cint/test/cpp4.cxx, cint/test/cpp5.cxx, cint/test/cpp6.cxx,
	  cint/test/cpp8.cxx, cint/test/delete0.cxx, cint/test/eh1.cxx,
	  cint/test/enums.cxx, cint/test/enums.h, cint/test/enumscope.cxx,
	  cint/test/explicitdtor.cxx, cint/test/fons3.cxx,
	  cint/test/friend0.cxx, cint/test/funcmacro.cxx,
	  cint/test/fwdtmplt.cxx, cint/test/idxscope0.cxx,
	  cint/test/ifs.cxx, cint/test/ifs.data, cint/test/include.cxx,
	  cint/test/inherit0.cxx, cint/test/inherit1.cxx,
	  cint/test/inherit2.cxx, cint/test/init1.cxx, cint/test/init2.cxx,
	  cint/test/longlong.cxx, cint/test/loopcompile1.cxx,
	  cint/test/loopcompile2.cxx, cint/test/loopcompile3.cxx,
	  cint/test/loopcompile4.cxx, cint/test/loopcompile5.cxx,
	  cint/test/maincmplx.cxx, cint/test/maptest.cxx,
	  cint/test/maptest.h, cint/test/memo.txt, cint/test/mfstatic.cxx,
	  cint/test/minexam.cxx, cint/test/minherit0.cxx,
	  cint/test/mkcmain.cxx, cint/test/new0.cxx, cint/test/nick3.cxx,
	  cint/test/nick4.cxx, cint/test/nstmplt1.cxx,
	  cint/test/oprovld0.cxx, cint/test/oprovld2.cxx,
	  cint/test/ostream.cxx, cint/test/ostream.ref, cint/test/pb19.cxx,
	  cint/test/postinc.cxx, cint/test/refassign.cxx,
	  cint/test/scope0.cxx, cint/test/selfreference.cxx,
	  cint/test/selfreference.h, cint/test/setw0.cxx,
	  cint/test/simple01.cxx, cint/test/simple01.ref,
	  cint/test/simple10.cxx, cint/test/simple11.cxx,
	  cint/test/simple12.cxx, cint/test/simple12.ref,
	  cint/test/simple13.cxx, cint/test/simple13.ref,
	  cint/test/simple14.cxx, cint/test/simple15.cxx,
	  cint/test/simple16.cxx, cint/test/simple17.cxx,
	  cint/test/simple18.cxx, cint/test/simple19.cxx,
	  cint/test/simple20.cxx, cint/test/simple20.ref,
	  cint/test/simple21.cxx, cint/test/simple21.ref,
	  cint/test/simple22.cxx, cint/test/simple22.h,
	  cint/test/simple22.ref, cint/test/simple23.cxx,
	  cint/test/simple23.ref, cint/test/simple24.cxx,
	  cint/test/simple24.ref, cint/test/simple25.cxx,
	  cint/test/simple25.h, cint/test/staticary.cxx,
	  cint/test/staticmem0.cxx, cint/test/staticmem1.cxx,
	  cint/test/switch.cxx, cint/test/t1002.cxx, cint/test/t1002.h,
	  cint/test/t1004.cxx, cint/test/t1011.cxx, cint/test/t1011.h,
	  cint/test/t1015.cxx, cint/test/t1016.cxx, cint/test/t1016.h,
	  cint/test/t1023.cxx, cint/test/t1024.cxx, cint/test/t1024.h,
	  cint/test/t1025.cxx, cint/test/t1025.h, cint/test/t1026.cxx,
	  cint/test/t1026.h, cint/test/t1027.cxx, cint/test/t1027.h,
	  cint/test/t1027.ref, cint/test/t1030.cxx, cint/test/t1030.h,
	  cint/test/t1031.cxx, cint/test/t1031.h, cint/test/t1032.cxx,
	  cint/test/t1033.cxx, cint/test/t1034.cxx, cint/test/t1034.ref,
	  cint/test/t1034.ref64, cint/test/t1034a.cxx, cint/test/t1035.cxx,
	  cint/test/t1035.h, cint/test/t1036.cxx, cint/test/t1040.cxx,
	  cint/test/t1040.h, cint/test/t1042.cxx, cint/test/t1042.ref,
	  cint/test/t1046.cxx, cint/test/t1046.h, cint/test/t1047.cxx,
	  cint/test/t1047.h, cint/test/t1048.cxx, cint/test/t1048.h,
	  cint/test/t1049.cxx, cint/test/t1054.cxx, cint/test/t1055.cxx,
	  cint/test/t1061.cxx, cint/test/t1061.h, cint/test/t1062.cxx,
	  cint/test/t1062.h, cint/test/t1067.cxx, cint/test/t1067.h,
	  cint/test/t1068.cxx, cint/test/t1068.h, cint/test/t1079.cxx,
	  cint/test/t1079.h, cint/test/t1084.cxx, cint/test/t1085.cxx,
	  cint/test/t1086.cxx, cint/test/t1088.cxx, cint/test/t1094.cxx,
	  cint/test/t1101.cxx, cint/test/t1115.cxx, cint/test/t1115.h,
	  cint/test/t1124.cxx, cint/test/t1125.cxx, cint/test/t1126.cxx,
	  cint/test/t1127.cxx, cint/test/t1127.h, cint/test/t1128.cxx,
	  cint/test/t1129.cxx, cint/test/t1134.cxx, cint/test/t1136.cxx,
	  cint/test/t1140.cxx, cint/test/t1143.cxx, cint/test/t1144.cxx,
	  cint/test/t1148.cxx, cint/test/t1157.cxx, cint/test/t1158.cxx,
	  cint/test/t1160.cxx, cint/test/t1164.cxx, cint/test/t1165.cxx,
	  cint/test/t1178.cxx, cint/test/t1178.h, cint/test/t1187.cxx,
	  cint/test/t1187.h, cint/test/t1192.cxx, cint/test/t1193.cxx,
	  cint/test/t1193.h, cint/test/t1200.h, cint/test/t1203.cxx,
	  cint/test/t1205.cxx, cint/test/t1205.h, cint/test/t1213.cxx,
	  cint/test/t1214.cxx, cint/test/t1215.cxx, cint/test/t1215.h,
	  cint/test/t1221.cxx, cint/test/t1222.cxx, cint/test/t1223.cxx,
	  cint/test/t1224.cxx, cint/test/t1228.cxx, cint/test/t1228.ref,
	  cint/test/t1247.cxx, cint/test/t1247.h, cint/test/t1247a.h,
	  cint/test/t1276.cxx, cint/test/t1276.h, cint/test/t1277.cxx,
	  cint/test/t1277.h, cint/test/t1278.cxx, cint/test/t1279.cxx,
	  cint/test/t1280.cxx, cint/test/t1281.cxx, cint/test/t1282.cxx,
	  cint/test/t1283.cxx, cint/test/t1284.cxx, cint/test/t215.cxx,
	  cint/test/t358.cxx, cint/test/t488.cxx, cint/test/t516.cxx,
	  cint/test/t516.h, cint/test/t603.cxx, cint/test/t627.cxx,
	  cint/test/t627.h, cint/test/t630.cxx, cint/test/t633.cxx,
	  cint/test/t633.h, cint/test/t634.cxx, cint/test/t648.cxx,
	  cint/test/t674.cxx, cint/test/t674.h, cint/test/t676.cxx,
	  cint/test/t694.cxx, cint/test/t694.h, cint/test/t695.cxx,
	  cint/test/t705.cxx, cint/test/t705.h, cint/test/t714.cxx,
	  cint/test/t733.cxx, cint/test/t733.h, cint/test/t733.ref,
	  cint/test/t749.cxx, cint/test/t751.cxx, cint/test/t764.cxx,
	  cint/test/t767.cxx, cint/test/t776.cxx, cint/test/t777.cxx,
	  cint/test/t784.cxx, cint/test/t825.cxx, cint/test/t910.cxx,
	  cint/test/t916.cxx, cint/test/t927.cxx, cint/test/t927.h,
	  cint/test/t927.ref, cint/test/t927.ref5, cint/test/t928.cxx,
	  cint/test/t928.h, cint/test/t928a.h, cint/test/t928b.h,
	  cint/test/t930.cxx, cint/test/t938.cxx, cint/test/t958.cxx,
	  cint/test/t958.h, cint/test/t959.cxx, cint/test/t961.cxx,
	  cint/test/t961.h, cint/test/t963.cxx, cint/test/t963.h,
	  cint/test/t966.cxx, cint/test/t966.h, cint/test/t968.cxx,
	  cint/test/t968.h, cint/test/t970.cxx, cint/test/t970.h,
	  cint/test/t972.cxx, cint/test/t972a.h, cint/test/t972b.h,
	  cint/test/t976.cxx, cint/test/t976.h, cint/test/t977.cxx,
	  cint/test/t977.h, cint/test/t980.cxx, cint/test/t980.h,
	  cint/test/t986.cxx, cint/test/t987.cxx, cint/test/t987.h,
	  cint/test/t991.cxx, cint/test/t991.h, cint/test/t991a.h,
	  cint/test/t991b.h, cint/test/t991c.h, cint/test/t992.cxx,
	  cint/test/t992.h, cint/test/t993.c, cint/test/t993.h,
	  cint/test/t995.cxx, cint/test/t995.h, cint/test/t996.cxx,
	  cint/test/t996.h, cint/test/t998.cxx, cint/test/t998.dat,
	  cint/test/telea0.cxx, cint/test/telea1.cxx, cint/test/telea2.cxx,
	  cint/test/telea3.cxx, cint/test/telea5.cxx, cint/test/telea6.cxx,
	  cint/test/telea7.cxx, cint/test/telea8.cxx, cint/test/temp.cxx,
	  cint/test/template.cxx, cint/test/template.h,
	  cint/test/template0.cxx, cint/test/template1.cxx,
	  cint/test/template2.cxx, cint/test/template3.cxx,
	  cint/test/template3.ref, cint/test/template4.cxx,
	  cint/test/template5.cxx, cint/test/template6.cxx,
	  cint/test/test.vcproj, cint/test/testall.cxx,
	  cint/test/testdiff.cygwin, cint/test/testdiff.mac,
	  cint/test/testdiff.v5, cint/test/testdiff.v6,
	  cint/test/vbase.cxx, cint/test/vbase.h, cint/test/vbase1.cxx,
	  cint/test/vbase1.h, cint/test/vec3d.cxx, cint/test/vec3d.h,
	  cint/test/virtualfunc0.cxx, cint/test/virtualfunc1.cxx,
	  cint/test/virtualfunc2.cxx, cint/tool, cint/tool/INSTALLBIN,
	  cint/tool/makecint.cxx, cint7, config/Makefile.in,
	  config/root-config.in, config/rootrc.in, configure,
	  meta/inc/TCint.h, meta/inc/TInterpreter.h, meta/src/TCint.cxx,
	  reflex/Module.mk, reflex/SConstruct, reflex/build, reflex/doc,
	  reflex/inc, reflex/python, reflex/src, reflex/test,
	  test/Makefile, test/Makefile.arch, utils/src/rootcint.cxx,
	  utils/src/rootcint_nostubs.sh, utils/src/rootcint_nostubs_tmp.sh,
	  win32gdk/inc/TGWin32InterpreterProxy.h,
	  win32gdk/src/TGWin32InterpreterProxy.cxx: From Leo, Diego, Axel,
	  Paul and Philippe:
	  
	  Merge with branches/dev/stubs up to r22699:
	  * Optional stubless calls for GCC 3.[234] on Linux 32 bit (see
	  release notes for details)
	  * update CINT7 - replaces the branch in the CINT repository
	  * new directory layout: reflex, cint, and cint7 moved under cint/
	  * CINT stand-alone now part of ROOT's CINT; CINT's svn repository
	  is not used anymore.
	  * Remove v6_ prefix from the CINT source filenames.
	  In addition:
	  * Remove CINT's special parsing hook for R__EXTERN; just #define
	  it to extern

2008-03-19 10:05  moneta

	* [r22728] hist/hist/src/TF1.cxx, math/inc/TMath.h,
	  math/inc/TMathImp.h, mathcore/inc/Math/BrentMinimizer1D.h,
	  mathcore/inc/Math/BrentRootFinder.h,
	  mathcore/inc/Math/GaussIntegrator.h,
	  mathcore/inc/Math/GaussLegendreIntegrator.h,
	  mathcore/inc/Math/IMinimizer1D.h,
	  mathcore/inc/Math/IRootFinderMethod.h,
	  mathcore/inc/Math/LinkDef.h,
	  mathcore/inc/Math/RichardsonDerivator.h,
	  mathcore/src/BrentMinimizer1D.cxx,
	  mathcore/src/BrentRootFinder.cxx,
	  mathcore/src/GaussIntegrator.cxx,
	  mathcore/src/GaussLegendreIntegrator.cxx,
	  mathcore/src/Integrator.cxx,
	  mathcore/src/RichardsonDerivator.cxx,
	  mathcore/test/binarySearchTime.cxx,
	  mathcore/test/testBinarySearch.cxx,
	  mathcore/test/testIntegration.cxx,
	  mathcore/test/testIntegrationMultiDim.cxx,
	  mathcore/test/testSortOrder.cxx: - update documentation for new
	  mathcore classes introduced in 5.19.02
	  - remove TMathImp.h file to fix documentaiton problem
	  - change name for class GaussIntegratorOneDim to GaussIntegrator

2008-03-19 09:54  pcanal

	* [r22727] physics/inc/TRobustEstimator.h: From Leo and Diego: Add
	  missing include protection

2008-03-19 09:53  pcanal

	* [r22726] foam/inc/TFoamCell.h, foam/inc/TFoamMaxwt.h,
	  foam/src/TFoamCell.cxx, foam/src/TFoamMaxwt.cxx: From Leo, Diego,
	  Axel, Paul and Philippe:
	  
	  Assignment op should take const ref.

2008-03-19 09:52  pcanal

	* [r22725] tmva/inc/GeneticPopulation.h: From Leo, Diego, Axel,
	  Paul and Philippe:
	  
	  Add scope to template argument of return type to help CINT's name
	  lookup

2008-03-19 08:46  brun

	* [r22721] graf/src/TSpline.cxx: Fix coding conventions.

2008-03-18 16:50  brun

	* [r22715] graf/inc/TSpline.h, graf/src/TSpline.cxx: Fix several
	  issues with the TSpline, TSplie3, TSpline5 copy constructors and
	  operators.

2008-03-18 14:17  axel

	* [r22712] cint7/lib/cintocx/cintocx.aps: Binary

2008-03-18 14:16  axel

	* [r22711] cint7/lib/cintocx/cintocx.mdp,
	  cint7/lib/wintcldl/wildc/wildc.mdp: Binary

2008-03-18 14:12  axel

	* [r22710] cint7/lib/cintocx/CintocxCtl.bmp,
	  cint7/lib/cintocx/cintocx3.bmp: More binary

2008-03-18 14:10  axel

	* [r22709] cint7/demo/Win32App/TestApp/TestApp.ico,
	  cint7/demo/Win32App/TestApp/small.ico,
	  cint7/demo/Win32App/graph01/app.ico,
	  cint7/demo/Win32App/graph01/small.ico,
	  cint7/lib/cintocx/cintocx.ico: binary

2008-03-18 14:09  axel

	* [r22708] cint7/lib/wintcldl83/wildc1.bmp: binary

2008-03-18 14:08  axel

	* [r22707] cint7/lib/wintcldl/wildc1.bmp: Binary

2008-03-18 14:05  axel

	* [r22706] cint7/demo/Win32App/TestApp/TestApp.aps: Binary

2008-03-18 14:03  axel

	* [r22705] cint7/demo/graphs/datafile: Set as binary (mime-type
	  application/octet-stream)

2008-03-18 13:33  brun

	* [r22704] test/Makefile.win32: From Bertrand:
	  - Modifications needed following recent changes
	  in libMathCore/libGenVector restructurations

2008-03-18 01:02  wlav

	* [r22698] pyroot/ROOT.py, pyroot/inc/LinkDef.h,
	  pyroot/inc/TPyReturn.h, pyroot/inc/TPySelector.h,
	  pyroot/src/Pythonize.cxx, pyroot/src/TPyReturn.cxx,
	  pyroot/src/TPySelector.cxx: Initial TPySelector prototype for use
	  with PROOF. The prototype
	  works, but needs improvement error reporting, resilience, and
	  optimizations. Basic Idea:
	  
	  
	  from ROOT import TPySelector
	  
	  class MyPySelector( TPySelector ):
	  def Begin( self ):
	  print 'py: beginning'
	  
	  def SlaveBegin( self, tree ):
	  print 'py: slave beginning'
	  
	  def Process( self, entry ):
	  print 'py: processing for:', self, self.fChain
	  return 1
	  
	  def SlaveTerminate( self ):
	  print 'py: slave terminating'
	  
	  def Terminate( self ):
	  print 'py: terminating'
	  
	  def GetSelector():
	  return MyPySelector()
	  
	  
	  The for now conventional "GetSelector()" will be removed soon, in
	  favor of the same scheme (a derived class check) like with C++
	  selectors. The code above can then be run like so (localhost):
	  
	  
	  import time
	  from ROOT import TDSet, TProof
	  
	  dataset = TDSet( 'TTree', 'h42' )
	  dataset.Add( 'root:// .... ' )
	  
	  proof = TProof.Open('')
	  time.sleep(1) # needed for GUI to settle
	  print dataset.Process( 'TPySelector', 'MyPySelector.py' )
	  
	  
	  Do make sure to transport the MyPySelector.py in a .par file (or
	  similar), and do make sure that the environment on the other end
	  is proper.

2008-03-18 00:26  rdm

	* [r22697] cint/cintdlls.mk: icc supports also -iquote (and
	  actually -I- make it fail due to a bug).

2008-03-17 20:23  rdm

	* [r22694] Makefile, hist/Module.mk, hist/doc, hist/hist,
	  hist/hist/Module.mk, hist/hist/doc, hist/hist/inc, hist/hist/src,
	  hist/histpainter, hist/histpainter/Module.mk, hist/inc,
	  hist/spectrum, hist/spectrum/Module.mk, hist/spectrumpainter,
	  hist/spectrumpainter/Module.mk, hist/src, histpainter, spectrum,
	  spectrumpainter: move hist, histpainter, spectrum and
	  spectrumpainter in the hist package.

2008-03-17 16:51  rdm

	* [r22691] build/rmkdepend/main.c, build/rmkdepend/mainroot.cxx:
	  From Axel:
	  some other small efficiency improvements and so readability
	  changes.

2008-03-17 16:23  rdm

	* [r22690] config/Makefile.depend: ruby plugin depends also on
	  libMathCore.

2008-03-17 16:21  rdm

	* [r22689] cont/inc/TRefTable.h, cont/src/TRefTable.cxx,
	  mathmore/inc/Math/GSLIntegrator.h,
	  mathmore/src/GSLIntegrator.cxx, tmva/inc/ModulekNN.h,
	  tree/inc/TBranchRef.h, tree/src/TBranchRef.cxx: undo change of
	  this morning. Warnings are due to issue in generated dictionary
	  code not in the headers per se.

2008-03-17 13:21  rdm

	* [r22684] cont/inc/TRefTable.h, cont/src/TRefTable.cxx,
	  mathmore/inc/Math/GSLIntegrator.h,
	  mathmore/src/GSLIntegrator.cxx, smatrix/Module.mk,
	  tmva/inc/ModulekNN.h, tmva/src/MethodFisher.cxx,
	  tree/inc/TBranchRef.h, tree/src/TBranchRef.cxx: remove redundant
	  const declarations on method arguments passed by value.
	  Fixes numerous Intel icc warnings.

2008-03-17 12:40  rdm

	* [r22683] build/rmkdepend/def.h, cint7/tool/rmkdepend/def.h: white
	  space.

2008-03-17 12:39  rdm

	* [r22682] build/rmkdepend/mainroot.cxx: From Axel:
	  uses $(wildcard dependencies) also for .o (and .cxx for
	  dictionaries) so
	  a removed header.h doesn't trigger the error "no rule to make
	  target header.h
	  needed by whatever" anymore.

2008-03-17 12:37  rdm

	* [r22681] build/win/ld.sh: From Axel:
	  work around a problem building ROOT on windows: cygwin has its
	  own
	  link.exe (as in hardlink) which clashes with MSVC's link.exe.
	  With
	  this patch, link is called with its absolute path derived from
	  cl.exe.

2008-03-17 11:22  brun

	* [r22680] test/stressGeometry.cxx: The geometries tested in
	  stressGeometry for babar and hades contained pcon/pgon shapes
	  having un-sorted z sections (discovered by David). This is
	  protected in TGeoPcon::DefineSection() since quite a while but
	  these geometries were produced before and retrieving wrong pcons
	  from file is still un-protected.
	  New files hades2.root and babar2.root have been created and the
	  corresponding reference filesstored in http://root.cern.ch/files.

2008-03-17 11:19  antcheva

	* [r22679] gui/src/TGListView.cxx: From Bertrand:
	  Fix automatic size of TGListView column headers.
	  (size was increazing each time when switching
	  from icons view to details view)

2008-03-17 09:09  rdm

	* [r22677] cint/Module.mk, config/Makefile.linuxia64ecc,
	  config/Makefile.linuxicc, config/Makefile.macosxicc: use
	  gcc4strm.cxx when using icc 10.1 and bigger. These compilers
	  require gcc 4.

2008-03-17 08:29  rdm

	* [r22676] html/inc/TDocOutput.h, html/src/TDocOutput.cxx: remove
	  "const" from "char c" argument in ReplaceSpecialChars(),
	  const redundant (warning from icc).

2008-03-17 08:27  rdm

	* [r22675] gui/inc/TGButtonGroup.h: Bool_t dropped off.

2008-03-17 08:19  rdm

	* [r22674] gui/inc/TGButtonGroup.h: change "const Bool_t" argument
	  to "Bool_t" in SetState().

2008-03-15 06:22  brun

	* [r22669] proof/proofplayer/src/TProofPlayer.cxx: Fix compiler
	  warning.

2008-03-14 19:14  pcanal

	* [r22667] meta/inc/TVirtualStreamerInfo.h, meta/src/TClass.cxx,
	  meta/src/TVirtualStreamerInfo.cxx: TVirtualStreamerInfo::Factory
	  now returns the factory object itself
	  instead of an active instance. To create an instead call NewInfo
	  on the Factory object.
	  This solved a memory in a few usage of
	  TVirtualStreamerInfo::Factory

2008-03-14 18:04  axel

	* [r22666] cintex/src/CINTFunctional.cxx: From Bill Tanenbaum:
	  solve a mismatch (with CINT) on how the memory is allocated in
	  new/delete funcs

2008-03-14 17:59  ganis

	* [r22665] proof/proofplayer/src/TProofPlayer.cxx: From Jan:
	  correctly use the selector status flag to decide whether to
	  continue processing events

2008-03-14 16:12  brun

	* [r22661] base/src/TVirtualFFT.cxx: From Anna:
	  Fix error in documentation.

2008-03-14 10:43  brun

	* [r22653] build/rmkdepend/def.h: From Jacek Holeczek:
	  Change MAXDIRS from 256 to 4096

2008-03-14 09:57  antcheva

	* [r22652] gui/src/TGListView.cxx: From Bertrand:
	  Fix bug #34426 (https://savannah.cern.ch/bugs/?34426)
	  Automatic resizing of TGListView column headers
	  (i.e. by double-clicking on the splitters) was
	  increasing the size by 20 pixel each time

2008-03-14 08:46  brun

	* [r22651] configure: From Jacek Holeczek:
	  Better detection of QT4

2008-03-14 08:45  brun

	* [r22650] cint7/tool/rmkdepend/def.h: From Jacek Holeczek:
	  Change MAXDIRS from 256 to 4096

2008-03-14 07:45  brun

	* [r22649] test/stressRooFit.cxx: To take into account the change
	  in TMath::Erf generate a new reference file
	  stressRooFit_ref_2.root used by versions >=519 and restore the
	  old reference file
	  for previous versions.

2008-03-13 19:45  pcanal

	* [r22648] io/src/TFile.cxx, io/src/TStreamerInfo.cxx: Avoid
	  uninitialized memory read.
	  Call ./MAKEP (rather than MAKEP) to lift the requirement to have
	  . in PATH for MakeProject

2008-03-13 16:56  rdm

	* [r22644] test/Makefile.arch: define GCC_MAJOR and GCC_MINOR
	  needed for test to suppress warnings.

2008-03-13 15:44  antcheva

	* [r22643] gui/src/TGShutter.cxx: Fixed typos.

2008-03-13 15:36  brun

	* [r22641] gui/inc/TGShutter.h, gui/src/TGShutter.cxx: From Valeriy
	  Onuchin:
	  - TGShutter. Two helper methods added:
	  o SetSelectedItem - switch shutter section by name
	  o EnableItem(const char *name, Bool_t on) - enable/disable
	  shutter section

2008-03-13 15:00  brun

	* [r22638] base/src/TObjectSpy.cxx, gui/src/TRootBrowser.cxx,
	  gui/src/TRootBrowserLite.cxx: From Bertrand and Matevz:
	  - call fObj->SetBit() instead of SetBit() (solves nasty side
	  effect in the
	  Browser)
	  - don't add TObjectSpy objects in the Browser

2008-03-13 10:50  rdm

	* [r22635] Makefile, clarens, peac, proof/Module.mk, proof/clarens,
	  proof/clarens/Module.mk, proof/doc, proof/inc, proof/peac,
	  proof/peac/Module.mk, proof/proof, proof/proof/Module.mk,
	  proof/proof/doc, proof/proof/inc, proof/proof/inc/TProof.h,
	  proof/proof/src, proof/proof/src/TProof.cxx,
	  proof/proof/src/TProofServ.cxx, proof/proofd,
	  proof/proofd/Module.mk, proof/proofplayer,
	  proof/proofplayer/Module.mk, proof/proofx,
	  proof/proofx/Module.mk, proof/src, proofd, proofplayer, proofx:
	  move all PROOF related libraries under the new proof directory.

2008-03-13 10:47  brun

	* [r22634] guihtml/inc/TGHtml.h, guihtml/src/TGHtmlImage.cxx: From
	  Bertrand:
	  Should solve the following warning on Solaris:
	  Warning: h hides TGHtmlImage::h.

2008-03-13 07:51  brun

	* [r22633] geom/src/TGeoVoxelFinder.cxx: Fix coding conventions.

2008-03-12 20:05  pcanal

	* [r22632] meta/src/TCint.cxx: also exclude on Windows the rootcint
	  dictionary library for stl

2008-03-12 17:43  matevz

	* [r22630] eve/src/TEveBrowser.cxx: Remove superfluous coma in
	  EEveMenu enum.

2008-03-12 17:21  rdm

	* [r22628] configure: cleanup header.d files in xrootd and asimage
	  that are not needed anymore
	  since we don't use tar files for these packages anymore.

2008-03-12 17:18  rdm

	* [r22627] xrootd/src/xrootd/config/GNUmake.rules.macos: remove
	  option -fvisibility-inlines-hidden which is not needed and
	  causes visibility conflict warning with ROOT code (proofx).

2008-03-12 10:27  moneta

	* [r22615] hist/inc/Math/WrappedMultiTF1.h,
	  hist/inc/Math/WrappedTF1.h: re-add include protection for TF1-
	  they were removed by mistake

2008-03-12 09:37  brun

	* [r22613] cont/inc/TVirtualCollectionProxy.h: From Federico:
	  One more fix to compile with gcc -weffc++ option

2008-03-12 09:31  brun

	* [r22612] geom/src/TGeoVoxelFinder.cxx: Fix coding conventions.

2008-03-12 09:02  brun

	* [r22610] base/inc/RVersion.h, build/version_number: Start
	  development cycle 5.19/03

2008-03-11 17:57  pcanal

	* [r22606] meta/src/TClass.cxx: Mark the class coming from Cintex
	  as being 'Foreign'. Cintex introduces
	  'synthetic' Streamer and ShowMember functions which makes the
	  class looks like
	  their are versioned thus inadvertently disabling the schema
	  evolution for those
	  classes.

2008-03-11 17:52  brun

	* [r22604] base/inc/RVersion.h, build/version_number: Stamp
	  development version 5.19/02

2008-03-11 17:20  brun

	* [r22601] gl/src/TGLPlotPainter.cxx: Fix a bug in
	  TGLPlotPainter::DrawPaletteAxis.

2008-03-11 16:52  rdm

	* [r22600] gui/inc/TGSplitFrame.h: set eol-style=LF.

2008-03-11 16:36  rdm

	* [r22598] Makefile: add (till autoloading on globals work)
	  libMathCore to the BOOTLIBS used
	  to link root.exe.

2008-03-11 16:16  brun

	* [r22596] gui/inc/TGSplitFrame.h, gui/src/TGSplitFrame.cxx: From
	  Bertrand:
	  - Added mechanism in TGSplitFrame to keep subframes
	  size ratio when resizing. (not perfect yet...)

2008-03-11 16:15  brun

	* [r22595] gl/inc/TGLBoxPainter.h, gl/inc/TGLLegoPainter.h,
	  gl/inc/TGLPlotPainter.h, gl/inc/TGLSurfacePainter.h,
	  gl/inc/TGLUtil.h, gl/src/TGLBoxPainter.cxx,
	  gl/src/TGLLegoPainter.cxx, gl/src/TGLPlotPainter.cxx,
	  gl/src/TGLSurfacePainter.cxx, gl/src/TGLUtil.cxx: From Timur:
	  Palette drawing for "surf", "lego" and "glbox" options (eg.
	  "glsurf1z", etc.)
	  Changes in texturing - linear interpolation of colors was
	  removed, so contours are more "sharp"
	  now.

2008-03-11 13:32  rdm

	* [r22591] io/src/TFile.cxx: From Gerri:
	  just call TFile::Open() recursively on the path
	  GetFileAndOptions()
	  (instead of the TFile constructor) in the case no dedicated
	  plug-in is found.
	  This fixes a problem with opening "srm://srm.cern.ch//castor/..."
	  and
	  "/castor/..." as reported by Atlas.

2008-03-11 11:33  matevz

	* [r22589] eve/src/TEveBoxSetGL.cxx: When rendering box-set in
	  signal-to-color mapping mode, assert that the palette has been
	  initialized.

2008-03-11 11:21  matevz

	* [r22588] tutorials/eve/boxset_test.C: New tutorial: demonstrates
	  usage of TEveBoxSet class.

2008-03-11 10:21  brun

	* [r22587] geom/src/TGeoVoxelFinder.cxx: From Andrei Gheata and
	  Pter Hristov:
	  some protections in voxels in case of propagation in wrong
	  geometries.

2008-03-11 08:42  rdm

	* [r22586] configure: From Axel:
	  add support for depracated options (like mathcore) so they don't
	  fail
	  nightly builds, configure just issues a warning that the option
	  is now
	  deprecated. configure now also issues an INFO message in case one
	  explicitly
	  enables an option that is by default already enabled (and vice
	  versa).

2008-03-11 08:10  rdm

	* [r22585] monalisa/src/TMonaLisaWriter.cxx: From Gerri:
	  forgot in the file some "if 0"'s.

2008-03-11 07:46  ganis

	* [r22584] proofd/src/XrdProofSched.cxx: Fix warning due to
	  unsigned / signed comparison

2008-03-11 07:16  brun

	* [r22583] netx/src/TXNetFile.cxx, proofd/src/XrdProofSched.cxx,
	  proofplayer/inc/TProofPlayer.h, test/ProofBench/SavePerfInfo.C:
	  From Gerri:
	  - TXNetFile: fix warning when compiling with an external XROOTD
	  - XrdProofSched: calculating the number of busy CPUs on the base
	  of all started sessions
	  (instead of the sessions in running state).
	  - TProofPlayer.h: fix some descriptions
	  - Make SavePerfInfo.C compilable

2008-03-11 07:15  brun

	* [r22582] etc/plugins/TProof/P010_TProofCondor.C,
	  etc/plugins/TProof/P030_TProofPEAC.C, peac/inc/TProofPEAC.h,
	  peac/src/TProofPEAC.cxx, proof/inc/TProofCondor.h,
	  proof/src/TProofCondor.cxx, proofd/inc/XrdProofdManager.h,
	  proofd/src/XrdProofdManager.cxx,
	  proofd/src/XrdProofdProtocol.cxx: From Gerri:
	  A few fixes to run the TProofCondor plugin:
	  - Adapt the signatures of the main constructors of TProofCondor
	  and TProofPEAC
	  (and of the related plug-in handlers) to the one of TProof.
	  - Add the possibility to trigger the load of a generic
	  TProof-derived plugin via
	  a directive the xrootd config file 'xpd.proofplugin', e.g.
	  'xpd.proofplugin condor:'

2008-03-10 20:16  wouter

	* [r22579] roofitcore/inc/RooAbsPdf.h: o RooAbsPdf
	  
	  - Declare CacheElem friend of RooAbsPdf to fix Solaris
	  compilation issue

2008-03-10 17:01  wouter

	* [r22576] roofitcore/inc/RooAbsArg.h,
	  roofitcore/inc/RooAbsCacheElement.h,
	  roofitcore/src/RooAbsArg.cxx, roofitcore/src/RooAbsPdf.cxx,
	  roofitcore/src/RooObjCacheManager.cxx,
	  roofitcore/src/RooRealSumPdf.cxx: o RooRealSumPdf
	  
	  - Do _not_ use normalization of RooAbsPdf input components
	  in numerator of RooRealSumPdf expression since it is
	  already explicitly occurring in denominator of RooRealSumPdf.
	  (Fixes wrong normalization reported by Tristan)
	  
	  
	  o RooObjCacheManager
	  
	  - Register owner of cache with each cache elememt to
	  facilitate callbacks
	  
	  
	  o RooAbsCacheElement
	  
	  - Add storage for pointer to owner of cache and
	  supply setOwner() function
	  
	  
	  o RooAbsPdf
	  
	  - Use RooObjCacheManager callback mechanism to zero
	  'last used normalization' pointer in RooAbsPdf
	  when the cache-owned object pointed is about
	  to be deleted.
	  
	  
	  o RooAbsArg
	  
	  - Make crc32 function static

2008-03-10 16:15  rdm

	* [r22575] fit/Module.mk: whitespace.

2008-03-10 15:59  axel

	* [r22572] reflex/python/genreflex/gendict.py: Revert patch by Hady
	  Zalek generating dictionaries for static data members
	  (22332:22331) until the external linkage problem is solved.

2008-03-10 15:07  brun

	* [r22571] tutorials/graphics/graphShade.C: Add a new tutorial
	  showing how to shade an area between two graphs.

2008-03-10 14:53  moneta

	* [r22570] test/stressMathMore.cxx: follow changes of Root Finder
	  enumeration names and type for coding convention

2008-03-10 14:44  brun

	* [r22569] gl/src/TGLEventHandler.cxx: From Bertrand:
	  - Fix warning C4355: 'this' : used in base member initializer
	  list

2008-03-10 14:39  brun

	* [r22568] gui/src/TGListTree.cxx, gui/src/TGSplitFrame.cxx: From
	  Bertrand:
	  - Coding conventions
	  - Protection added for deleted list tree items

2008-03-10 14:19  rdm

	* [r22567] test/Makefile: fix typo THREADO -> THREADSO.

2008-03-10 14:16  rdm

	* [r22566] test/Makefile, test/stressMathCore.cxx: rename
	  TrackMathCoreCint to TrackMathCoreDict to be inline with all
	  other rootcint generated file names (also *Dict.* files are
	  cleaned up
	  by distclean).

2008-03-10 14:12  brun

	* [r22565]
	  etc/plugins/ROOT@@Math@@Minimizer/P060_TLinearMinimizer.C: From
	  Lorenzo:
	  new plugin for using the linear fitter in /etc/plugins.

2008-03-10 14:01  moneta

	* [r22564] fit/inc/LinkDef.h, fit/src/DataRange.cxx,
	  fit/test/Makefile, fit/test/testFit.cxx,
	  hist/inc/Math/WrappedMultiTF1.h, hist/inc/Math/WrappedTF1.h,
	  hist/src/TF1.cxx, mathcore/inc/Math/RootFinder.h,
	  mathcore/src/BrentRootFinder.cxx,
	  mathcore/src/GaussLegendreIntegrator.cxx,
	  mathcore/src/RootFinder.cxx, mathmore/test/testRootFinder.cxx,
	  minuit/inc/LinkDef.h, minuit/inc/TLinearFitter.h,
	  minuit/inc/TLinearMinimizer.h, minuit/inc/TMinuitMinimizer.h,
	  minuit/src/TLinearFitter.cxx, minuit/src/TLinearMinimizer.cxx,
	  minuit/src/TMinuitMinimizer.cxx: - fix coding convention
	  violations (mainly change name of RootFinder enumeration)
	  - fix warning observed on the Windows nightly (avid generating
	  the dictionary for fit method functions for all platforms, it is
	  not needed)
	  - add implementation of Minimizer interface using TMinuit and the
	  linear fitter
	  - add method SetBasisFunctions in TLinearFitter class to set the
	  linear terms
	  - add some optimization of wrapped functions and improve doc

2008-03-10 12:11  rdm

	* [r22562] test/Makefile: silence strict-aliasing warning in
	  TBenchDict.o for gcc 4.1.

2008-03-10 11:40  brun

	* [r22560] graf/inc/LinkDef1.h, graf/inc/TGraphFitInterface.h,
	  graf/src/TGraphFitInterface.cxx: From Lorenzo:
	  Add the data fit interfaces for all the TGraph classes.

2008-03-10 11:01  brun

	* [r22559] tutorials/eve/SplitGLView.C: From Bertrand:
	  - Add protection in case SplitGLView is not embedded in EVE

2008-03-10 10:59  brun

	* [r22558] pythia6/inc/TPythia6.h, pythia6/inc/TPythia6Calls.h,
	  pythia6/src/TPythia6.cxx: From Jacek Holeczek:
	  Fix some bugs in the "Pythia-6" interface:
	  1. the "pyuppr" /PYUPPR/ common DOES NOT EXIST in Pythia-6
	  fortran code;
	  all references to it (and to all variables that it "declares":
	  NUP,
	  KUP, NFUP, IFUP, PUP, Q2UP) are void.
	  2. the "pyssmt" /PYSSMT/ common IS TOO SHORT with respect to
	  Pythia-6
	  fortran code; the "pythia6_common_address.c" should define it as:
	  int pyssmt[2*4*4+2*2*2+2*2*2+2*4+2*2+2*4*16+2*4*4+2*2*2+2*2*2];
	  and the file "./pythia6/inc/TPythia6Calls.h" should declare it
	  as:
	  struct Pyssmt_t {
	  double ZMIX[4][4];
	  double UMIX[2][2];
	  double VMIX[2][2];
	  double SMZ[4];
	  double SMW[2];
	  double SFMIX[4][16];
	  double ZMIXI[4][4];
	  double UMIXI[2][2];
	  double VMIXI[2][2];
	  };

2008-03-10 10:56  brun

	* [r22557] gui/src/TGFileBrowser.cxx, gui/src/TGScrollBar.cxx,
	  pythia6/inc/TPythia6.h, pythia6/inc/TPythia6Calls.h,
	  pythia6/src/TPythia6.cxx: From Bertrand:
	  - Fix calculation of scroll bars position for
	  i.e. list tree with large number of items

2008-03-10 09:35  rdm

	* [r22556] alien/src/TAlienFile.cxx, base/inc/TVirtualMonitoring.h,
	  io/inc/TFile.h, io/src/TFile.cxx, monalisa/inc/TMonaLisaWriter.h,
	  monalisa/src/TMonaLisaWriter.cxx, netx/src/TXNetFile.cxx: From
	  Fabrizio and Gerri:
	  detailed monitoring of file open stages in TXNetFile and
	  TAlienFile.
	  Requested by ALICE to track where the time is spent waiting for a
	  file to
	  open (in xrootd, in Castor, in Alien, etc.).

2008-03-10 09:31  rdm

	* [r22554] base/inc/TFileCollection.h,
	  base/src/TFileCollection.cxx: From Gerri:
	  small addition to the main constructor of TFileCollection and to
	  the
	  method TFileCollection::AddFromFile(). I have added the
	  possibility
	  to specify the number of files and the first file to be picked up
	  from
	  the file. This greatly optimizes CPU time when rotating small
	  samples
	  out of a large number of files (i.e. the 30000 files of ALICE).

2008-03-10 07:22  brun

	* [r22553] gui/src/TGCanvas.cxx: From Bertrand:
	  Add a protection against possible uninitialized variable

2008-03-09 11:54  rdm

	* [r22548] eve/inc/TEveBoxSet.h, eve/inc/TEveCalo.h,
	  eve/inc/TEveCalo2DGL.h, eve/inc/TEveCaloData.h,
	  eve/inc/TEveParamList.h, eve/inc/TEveQuadSet.h,
	  eve/src/TEveCalo.cxx, eve/src/TEveCalo2DGL.cxx,
	  eve/src/TEveCalo3DGL.cxx, eve/src/TEveCaloData.cxx,
	  eve/src/TEveCaloVizEditor.cxx, eve/src/TEveParamList.cxx,
	  eve/src/TEveScene.cxx, eve/src/TEveSelection.cxx,
	  eve/src/TEveViewer.cxx, gl/inc/TGLEmbeddedViewer.h,
	  gl/inc/TGLEventHandler.h, gl/inc/TGLFontManager.h,
	  gl/src/TGLBoxPainter.cxx, gl/src/TGLEmbeddedViewer.cxx,
	  gl/src/TGLEventHandler.cxx, gl/src/TGLFontManager.cxx,
	  gl/src/TGLPerspectiveCamera.cxx, gl/src/TGLWidget.cxx: Fix coding
	  convention violations.
	  
	  Remove trailing white-space for all files in eve/ and gl/.

2008-03-09 07:30  brun

	* [r22547] tutorials/math/mathcoreGenVector.C: When executing with
	  CINT, libGenVector must be explictly loaded

2008-03-08 19:21  rdm

	* [r22546] asimage/src/TASImage.cxx,
	  cont/inc/TCollectionProxyInfo.h, eg/inc/cfortran.h,
	  ftgl/inc/FTCharToGlyphIndexMap.h, ftgl/inc/FTGlyphContainer.h,
	  ftgl/src/FTGlyphContainer.cxx, fumili/src/TFumili.cxx,
	  g3d/src/TView3D.cxx, gl/src/TGLStopwatch.cxx,
	  graf/src/TGraph.cxx, graf/src/TMultiGraph.cxx,
	  gui/src/TGDNDManager.cxx, gui/src/TRootContextMenu.cxx,
	  hist/src/TH1.cxx, html/src/TDocOutput.cxx, html/src/THtml.cxx,
	  proofplayer/src/TEventIter.cxx, table/src/TFileIter.cxx,
	  table/src/TVolumeView.cxx, treeviewer/src/TParallelCoord.cxx,
	  x11/src/GX11Gui.cxx, x11/src/TGX11.cxx: other bunch of gcc 4.3
	  warnings removed:
	  - warning: suggest a space before ; or explicit braces around
	  empty body
	  in for statement

2008-03-08 15:51  brun

	* [r22542] eve/src/TEveTrack.cxx: Fix compiler warning (removing
	  unused variable)

2008-03-08 15:47  brun

	* [r22541] guihtml/src/TGHtml.cxx: Fix a compiler warning (removing
	  unused variable)

2008-03-08 15:45  brun

	* [r22540] gui/src/TGListTree.cxx: Fix compilation error due to bad
	  order of members initialisation.

2008-03-08 14:36  rdm

	* [r22539] base/inc/LinkDef2.h, base/inc/TObjectSpy.h,
	  base/inc/TPRegexp.h, base/inc/TPoint.h, base/inc/TQObject.h,
	  base/src/TObjectSpy.cxx, base/src/TPRegexp.cxx,
	  base/src/TQObject.cxx, eve/Module.mk, eve/inc/LinkDef.h,
	  eve/inc/TEveBrowser.h, eve/inc/TEveCalo.h,
	  eve/inc/TEveCalo2DGL.h, eve/inc/TEveCalo3DGL.h,
	  eve/inc/TEveCaloData.h, eve/inc/TEveCaloVizEditor.h,
	  eve/inc/TEveDigitSet.h, eve/inc/TEveDigitSetEditor.h,
	  eve/inc/TEveElement.h, eve/inc/TEveElementEditor.h,
	  eve/inc/TEveFrameBox.h, eve/inc/TEveGeoNode.h,
	  eve/inc/TEveGeoNodeEditor.h, eve/inc/TEveLine.h,
	  eve/inc/TEveLineEditor.h, eve/inc/TEveManager.h,
	  eve/inc/TEveParamList.h, eve/inc/TEvePointSet.h,
	  eve/inc/TEvePointSetProjectedGL.h,
	  eve/inc/TEvePolygonSetProjected.h, eve/inc/TEveProjectionAxes.h,
	  eve/inc/TEveProjectionAxesEditor.h,
	  eve/inc/TEveProjectionAxesGL.h, eve/inc/TEveProjectionBases.h,
	  eve/inc/TEveProjectionManager.h, eve/inc/TEveProjections.h,
	  eve/inc/TEveScene.h, eve/inc/TEveSelection.h,
	  eve/inc/TEveStraightLineSet.h, eve/inc/TEveText.h,
	  eve/inc/TEveTextEditor.h, eve/inc/TEveTextGL.h,
	  eve/inc/TEveTrack.h, eve/inc/TEveTrackProjected.h,
	  eve/inc/TEveTrackPropagator.h, eve/inc/TEveTriangleSet.h,
	  eve/inc/TEveTriangleSetEditor.h, eve/inc/TEveUtil.h,
	  eve/inc/TEveVSDStructs.h, eve/inc/TEveViewer.h,
	  eve/src/TEveBoxSetGL.cxx, eve/src/TEveBrowser.cxx,
	  eve/src/TEveCalo.cxx, eve/src/TEveCalo2DGL.cxx,
	  eve/src/TEveCalo3DGL.cxx, eve/src/TEveCaloData.cxx,
	  eve/src/TEveCaloVizEditor.cxx, eve/src/TEveDigitSet.cxx,
	  eve/src/TEveDigitSetEditor.cxx, eve/src/TEveElement.cxx,
	  eve/src/TEveElementEditor.cxx, eve/src/TEveGValuators.cxx,
	  eve/src/TEveGeoNode.cxx, eve/src/TEveGeoNodeEditor.cxx,
	  eve/src/TEveLine.cxx, eve/src/TEveLineEditor.cxx,
	  eve/src/TEveLineGL.cxx, eve/src/TEveManager.cxx,
	  eve/src/TEveParamList.cxx, eve/src/TEvePointSet.cxx,
	  eve/src/TEvePointSetProjectedGL.cxx,
	  eve/src/TEvePolygonSetProjected.cxx,
	  eve/src/TEvePolygonSetProjectedEditor.cxx,
	  eve/src/TEvePolygonSetProjectedGL.cxx,
	  eve/src/TEveProjectionAxes.cxx,
	  eve/src/TEveProjectionAxesEditor.cxx,
	  eve/src/TEveProjectionAxesGL.cxx,
	  eve/src/TEveProjectionBases.cxx,
	  eve/src/TEveProjectionManager.cxx,
	  eve/src/TEveProjectionManagerEditor.cxx,
	  eve/src/TEveProjections.cxx, eve/src/TEveQuadSet.cxx,
	  eve/src/TEveQuadSetGL.cxx, eve/src/TEveScene.cxx,
	  eve/src/TEveSelection.cxx, eve/src/TEveStraightLineSet.cxx,
	  eve/src/TEveStraightLineSetGL.cxx, eve/src/TEveText.cxx,
	  eve/src/TEveTextEditor.cxx, eve/src/TEveTextGL.cxx,
	  eve/src/TEveTrack.cxx, eve/src/TEveTrackGL.cxx,
	  eve/src/TEveTrackProjected.cxx, eve/src/TEveTrackProjectedGL.cxx,
	  eve/src/TEveTrackPropagator.cxx, eve/src/TEveTransEditor.cxx,
	  eve/src/TEveTriangleSet.cxx, eve/src/TEveTriangleSetEditor.cxx,
	  eve/src/TEveTriangleSetGL.cxx, eve/src/TEveUtil.cxx,
	  eve/src/TEveViewer.cxx, gl/Module.mk, gl/inc/LinkDef.h,
	  gl/inc/TFTGLManager.h, gl/inc/TGLCamera.h, gl/inc/TGLContext.h,
	  gl/inc/TGLEmbeddedViewer.h, gl/inc/TGLEventHandler.h,
	  gl/inc/TGLFontManager.h, gl/inc/TGLOrthoCamera.h,
	  gl/inc/TGLPerspectiveCamera.h, gl/inc/TGLPhysicalShape.h,
	  gl/inc/TGLRnrCtx.h, gl/inc/TGLSAViewer.h, gl/inc/TGLScene.h,
	  gl/inc/TGLViewer.h, gl/inc/TGLWidget.h, gl/src/TFTGLManager.cxx,
	  gl/src/TGLCamera.cxx, gl/src/TGLContext.cxx,
	  gl/src/TGLEmbeddedViewer.cxx, gl/src/TGLEventHandler.cxx,
	  gl/src/TGLFontManager.cxx, gl/src/TGLOrthoCamera.cxx,
	  gl/src/TGLPerspectiveCamera.cxx, gl/src/TGLPhysicalShape.cxx,
	  gl/src/TGLRnrCtx.cxx, gl/src/TGLSAViewer.cxx,
	  gl/src/TGLScene.cxx, gl/src/TGLUtil.cxx, gl/src/TGLViewer.cxx,
	  gl/src/TGLViewerEditor.cxx, gl/src/TGLWidget.cxx,
	  gl/src/TPointSet3DGL.cxx, gui/Module.mk, gui/inc/LinkDef2.h,
	  gui/inc/LinkDef3.h, gui/inc/TGDNDManager.h,
	  gui/inc/TGEventHandler.h, gui/inc/TGListTree.h,
	  gui/inc/TGShapedFrame.h, gui/inc/TGSplitFrame.h,
	  gui/inc/TRootBrowser.h, gui/src/TGEventHandler.cxx,
	  gui/src/TGFrame.cxx, gui/src/TGListTree.cxx,
	  gui/src/TGScrollBar.cxx, gui/src/TGShapedFrame.cxx,
	  gui/src/TGSplitFrame.cxx, gui/src/TRootBrowser.cxx,
	  guihtml/inc/TGHtml.h, guihtml/src/TGHtml.cxx,
	  tutorials/eve/Default.png, tutorials/eve/SplitGLView.C,
	  tutorials/eve/alice_esd.C, tutorials/eve/alice_esd_split.C,
	  tutorials/eve/cms_calo.C, tutorials/eve/geom_alias.C,
	  tutorials/eve/geom_alice_its.C, tutorials/eve/geom_alice_tpc.C,
	  tutorials/eve/geom_atlas.C, tutorials/eve/geom_cms.C,
	  tutorials/eve/geom_default.C, tutorials/eve/lineset_test.C,
	  tutorials/eve/pointset_test.C, tutorials/eve/projection_test.C,
	  tutorials/eve/quad_test.C, tutorials/eve/swap.png,
	  tutorials/eve/test_histobrowser.C,
	  tutorials/eve/test_paramlist.C,
	  tutorials/eve/test_selection_sigs.C, tutorials/eve/text_test.C,
	  tutorials/eve/triangleset.C, tutorials/eve/view3ds.C,
	  win32gdk/src/TGWin32.cxx: From Alja, Bertrand & Matevz: merged
	  branches/dev/fireworks 21757:22514.
	  
	  This includes:
	  
	  - development for event-displays of ALICE and CMS since 5.18 in
	  eve/,
	  gl/ and gui/;
	  
	  - many new tutorials and demos for eve/;
	  
	  - fix in TQObject to support class-signals from all base-classes.

2008-03-08 11:54  rdm

	* [r22538] hist/inc/Math/WrappedMultiTF1.h,
	  hist/inc/Math/WrappedTF1.h: add multiple inclusion protection for
	  TF1.h.

2008-03-08 11:54  rdm

	* [r22537] hist/Module.mk: cosmetics.

2008-03-08 11:44  rdm

	* [r22536] matrix/Module.mk: dependency on MATRIXLIBDEP was missing
	  causing build to fail with explicit-link.

2008-03-08 11:30  rdm

	* [r22535] base/inc/TException.h: fix the gcc 4.2 warning:
	  variable 'R__old' might be clobbered by 'longjmp' or 'vfork'
	  (btw gcc 4.3 does not give this warning anymore).

2008-03-08 11:29  rdm

	* [r22534] config/Makefile.linuxx8664icc: cosmetic.

2008-03-08 11:28  rdm

	* [r22533] config/Makefile.linuxx8664gcc: compiler options -W
	  -Woverload-virtual were missing and for CINT
	  the option -DG__STD_EXCEPTION.

2008-03-07 19:00  brun

	* [r22532] test/stressGraphics.ref: Change ref value for test 31
	  from 3000 to 4000.
	  This is another side effect of the changes in Math and this
	  difference must be
	  investigated.

2008-03-07 17:14  rdm

	* [r22529] mathcore/src/GaussLegendreIntegrator.cxx: fix
	  compilation error on gcc 4.3 (include missing).

2008-03-07 17:09  moneta

	* [r22528] math/inc/TMathImp.h: put back old implementation of
	  binary search

2008-03-07 16:37  rdm

	* [r22527] base/src/TContextMenu.cxx, base/src/TString.cxx,
	  base/src/TSystem.cxx, clib/src/mmtrace.c, g3d/src/TView3D.cxx,
	  gpad/src/TCanvas.cxx, graf/src/TGraph.cxx, graf/src/TLatex.cxx,
	  graf/src/TLegend.cxx, gui/src/TGFSContainer.cxx,
	  gui/src/TGToolTip.cxx, hist/src/TBinomialEfficiencyFitter.cxx,
	  hist/src/TFormula.cxx, hist/src/TH1.cxx, hist/src/THStack.cxx,
	  hist/src/THnSparse.cxx, histpainter/src/TPainter3dAlgorithms.cxx,
	  io/src/TBufferFile.cxx, io/src/TFile.cxx,
	  io/src/TGenCollectionProxy.cxx, matrix/src/TMatrixT.cxx,
	  minuit/src/TMinuit.cxx, net/src/TSQLColumnInfo.cxx,
	  tree/src/TBranchBrowsable.cxx, utils/src/rootcint.cxx: more gcc
	  4.3 warning fixes. Remains only some warning in Cint, Reflex
	  and xrootd.

2008-03-07 16:36  brun

	* [r22526] etc/plugins/ROOT@@Math@@IRootFinderMethod,
	  etc/plugins/ROOT@@Math@@IRootFinderMethod/P010_Brent.C,
	  etc/plugins/ROOT@@Math@@IRootFinderMethod/P020_Bisection.C,
	  etc/plugins/ROOT@@Math@@IRootFinderMethod/P030_FalsePos.C,
	  etc/plugins/ROOT@@Math@@IRootFinderMethod/P040_Newton.C,
	  etc/plugins/ROOT@@Math@@IRootFinderMethod/P050_Secant.C,
	  etc/plugins/ROOT@@Math@@IRootFinderMethod/P060_Steffenson.C: From
	  Lorenzo:
	  New plugins

2008-03-07 16:35  rdm

	* [r22525] Makefile, configure: small cleanup after the MathCore
	  checkin.

2008-03-07 16:12  moneta

	* [r22524] test/Makefile, test/stressMathMore.cxx: - changes for
	  new libMathCore

2008-03-07 16:08  brun

	* [r22523] Makefile, config/Makefile.depend, config/Makefile.in,
	  config/root-config.in, configure,
	  treeplayer/src/TFileDrawMap.cxx: From Lorenzo:
	  - build mathcore library always by default. Mathcore will contain
	  now the math classes: TMath, TComplex and TRandom's
	  - do not include anymore math classes in libCore
	  - add libMathCore dependency on all libraries which were
	  depending on classes from math
	  - add option for disabling libGenVector (--disable-genvector)
	  - add libMathCore in the library used by root-configure

2008-03-07 16:07  moneta

	* [r22522] mathmore/Module.mk, mathmore/inc/Math/GSLMinimizer1D.h,
	  mathmore/inc/Math/GSLRootFinder.h,
	  mathmore/inc/Math/GSLRootFinderDeriv.h,
	  mathmore/inc/Math/LinkDef.h,
	  mathmore/inc/Math/LinkDef_RootFinding.h,
	  mathmore/inc/Math/Minimizer1D.h, mathmore/inc/Math/Polynomial.h,
	  mathmore/inc/Math/RootFinder.h,
	  mathmore/inc/Math/WrappedMultiTF1.h,
	  mathmore/inc/Math/WrappedTF1.h, mathmore/src/GSL1DMinimizer.h,
	  mathmore/src/GSL1DMinimizerWrapper.h,
	  mathmore/src/GSLInterpolator.cxx,
	  mathmore/src/GSLMinimizer1D.cxx, mathmore/src/GSLMultiFit.h,
	  mathmore/src/GSLMultiFitFunctionAdapter.h,
	  mathmore/src/GSLMultiFitFunctionWrapper.h,
	  mathmore/src/GSLRootFinder.cxx,
	  mathmore/src/GSLRootFinderDeriv.cxx,
	  mathmore/src/Minimizer1D.cxx, mathmore/src/Polynomial.cxx,
	  mathmore/test/Makefile, mathmore/test/testFunctor.cxx,
	  mathmore/test/testMinimization1D.cxx,
	  mathmore/test/testPermute.cxx, mathmore/test/testRootFinder.cxx:
	  sync with development branch.
	  Main change root finder to use interface in mathcore

2008-03-07 16:07  brun

	* [r22521] main/src/h2root.cxx: Remove declaration of global
	  variable "int Error"

2008-03-07 15:48  moneta

	* [r22519] hist/Module.mk, hist/inc/LinkDef.h, hist/inc/Math,
	  hist/inc/Math/WrappedMultiTF1.h, hist/inc/Math/WrappedTF1.h,
	  hist/inc/TF1.h, hist/inc/THFitInterface.h, hist/src/TF1.cxx,
	  hist/src/TH2.cxx, hist/src/TH3.cxx, hist/src/THFitInterface.cxx:

2008-03-07 15:40  moneta

	* [r22518] fit, fit/Module.mk, fit/inc, fit/inc/Fit,
	  fit/inc/Fit/BinData.h, fit/inc/Fit/BinPoint.h,
	  fit/inc/Fit/Chi2FCN.h, fit/inc/Fit/DataOptions.h,
	  fit/inc/Fit/DataRange.h, fit/inc/Fit/DataVector.h,
	  fit/inc/Fit/DataVectorfwd.h, fit/inc/Fit/FitConfig.h,
	  fit/inc/Fit/FitResult.h, fit/inc/Fit/FitUtil.h,
	  fit/inc/Fit/FitUtilParallel.h, fit/inc/Fit/Fitter.h,
	  fit/inc/Fit/LogLikelihoodFCN.h,
	  fit/inc/Fit/MinimizerControlParams.h,
	  fit/inc/Fit/ParameterSettings.h,
	  fit/inc/Fit/PoissonLikelihoodFCN.h, fit/inc/Fit/UnBinData.h,
	  fit/inc/LinkDef.h, fit/src, fit/src/BinData.cxx,
	  fit/src/BinPoint.cxx, fit/src/DataRange.cxx,
	  fit/src/DataVector.cxx, fit/src/FitConfig.cxx,
	  fit/src/FitResult.cxx, fit/src/FitUtil.cxx,
	  fit/src/FitUtilParallel.cxx, fit/src/Fitter.cxx,
	  fit/src/ParameterSettings.cxx, fit/test,
	  fit/test/GaussFunction.h, fit/test/Makefile,
	  fit/test/MinimizerTypes.h, fit/test/WrapperRooPdf.h,
	  fit/test/testFit.cxx, fit/test/testFitPerf.cxx,
	  fit/test/testMinim.cxx, fit/test/testRooFit.cxx,
	  math/inc/LinkDef.h, math/inc/TMath.h, math/inc/TMathImp.h,
	  math/src/TMath.cxx, mathcore/Module.mk,
	  mathcore/inc/Math/AdaptiveIntegratorMultiDim.h,
	  mathcore/inc/Math/AllIntegrationTypes.h,
	  mathcore/inc/Math/AxisAngle.h, mathcore/inc/Math/Boost.h,
	  mathcore/inc/Math/BoostX.h, mathcore/inc/Math/BoostY.h,
	  mathcore/inc/Math/BoostZ.h, mathcore/inc/Math/BrentMethods.h,
	  mathcore/inc/Math/BrentMinimizer1D.h,
	  mathcore/inc/Math/BrentRootFinder.h,
	  mathcore/inc/Math/Cartesian2D.h, mathcore/inc/Math/Cartesian3D.h,
	  mathcore/inc/Math/Cylindrical3D.h,
	  mathcore/inc/Math/CylindricalEta3D.h,
	  mathcore/inc/Math/DisplacementVector2D.h,
	  mathcore/inc/Math/DisplacementVector3D.h,
	  mathcore/inc/Math/EulerAngles.h,
	  mathcore/inc/Math/FitMethodFunction.h,
	  mathcore/inc/Math/GaussIntegrator.h,
	  mathcore/inc/Math/GaussLegendreIntegrator.h,
	  mathcore/inc/Math/GenVector, mathcore/inc/Math/IFunction.h,
	  mathcore/inc/Math/IMinimizer1D.h,
	  mathcore/inc/Math/IParamFunction.h,
	  mathcore/inc/Math/IRootFinderMethod.h,
	  mathcore/inc/Math/LinkDef.h, mathcore/inc/Math/LinkDef_Func.h,
	  mathcore/inc/Math/LinkDef_GenVector.h,
	  mathcore/inc/Math/LinkDef_GenVector32.h,
	  mathcore/inc/Math/LinkDef_Point3D.h,
	  mathcore/inc/Math/LinkDef_Rotation.h,
	  mathcore/inc/Math/LinkDef_Vector3D.h,
	  mathcore/inc/Math/LinkDef_Vector4D.h,
	  mathcore/inc/Math/LorentzRotation.h,
	  mathcore/inc/Math/LorentzVector.h, mathcore/inc/Math/Minimizer.h,
	  mathcore/inc/Math/MultiDimParamFunctionAdapter.h,
	  mathcore/inc/Math/OneDimFunctionAdapter.h,
	  mathcore/inc/Math/Plane3D.h, mathcore/inc/Math/Point2D.h,
	  mathcore/inc/Math/Point2Dfwd.h, mathcore/inc/Math/Point3D.h,
	  mathcore/inc/Math/Point3Dfwd.h, mathcore/inc/Math/Polar2D.h,
	  mathcore/inc/Math/Polar3D.h,
	  mathcore/inc/Math/PositionVector2D.h,
	  mathcore/inc/Math/PositionVector3D.h,
	  mathcore/inc/Math/PtEtaPhiE4D.h, mathcore/inc/Math/PtEtaPhiM4D.h,
	  mathcore/inc/Math/PxPyPzE4D.h, mathcore/inc/Math/PxPyPzM4D.h,
	  mathcore/inc/Math/Quaternion.h,
	  mathcore/inc/Math/RichardsonDerivator.h,
	  mathcore/inc/Math/RootFinder.h, mathcore/inc/Math/Rotation3D.h,
	  mathcore/inc/Math/RotationX.h, mathcore/inc/Math/RotationY.h,
	  mathcore/inc/Math/RotationZ.h, mathcore/inc/Math/RotationZYX.h,
	  mathcore/inc/Math/Transform3D.h,
	  mathcore/inc/Math/Translation3D.h, mathcore/inc/Math/Vector2D.h,
	  mathcore/inc/Math/Vector2Dfwd.h, mathcore/inc/Math/Vector3D.h,
	  mathcore/inc/Math/Vector3Dfwd.h, mathcore/inc/Math/Vector4D.h,
	  mathcore/inc/Math/Vector4Dfwd.h, mathcore/inc/Math/VectorUtil.h,
	  mathcore/inc/Math/VectorUtil_Cint.h,
	  mathcore/inc/Math/WrappedParamFunction.h,
	  mathcore/src/3DConversions.cxx, mathcore/src/3DDistances.cxx,
	  mathcore/src/AdaptiveIntegratorMultiDim.cxx,
	  mathcore/src/AxisAngle.cxx, mathcore/src/AxisAngleXother.cxx,
	  mathcore/src/BitReproducible.cxx, mathcore/src/Boost.cxx,
	  mathcore/src/BoostX.cxx, mathcore/src/BoostY.cxx,
	  mathcore/src/BoostZ.cxx, mathcore/src/BrentMethods.cxx,
	  mathcore/src/BrentMinimizer1D.cxx,
	  mathcore/src/BrentRootFinder.cxx, mathcore/src/EulerAngles.cxx,
	  mathcore/src/Factory.cxx, mathcore/src/GaussIntegrator.cxx,
	  mathcore/src/GaussLegendreIntegrator.cxx,
	  mathcore/src/GenVector_exception.cxx,
	  mathcore/src/Integrator.cxx, mathcore/src/LorentzRotation.cxx,
	  mathcore/src/Plane3D.cxx, mathcore/src/Quaternion.cxx,
	  mathcore/src/QuaternionXaxial.cxx,
	  mathcore/src/RichardsonDerivator.cxx,
	  mathcore/src/RootFinder.cxx, mathcore/src/Rotation3D.cxx,
	  mathcore/src/Rotation3DxAxial.cxx, mathcore/src/RotationZYX.cxx,
	  mathcore/src/Transform3D.cxx, mathcore/src/Translation3D.cxx,
	  mathcore/src/VectorUtil.cxx, mathcore/test/CoordinateTraits.h,
	  mathcore/test/Makefile, mathcore/test/RotationTraits.h,
	  mathcore/test/Track.h, mathcore/test/TrackDict.xml,
	  mathcore/test/TrackLinkDef.h, mathcore/test/binarySearchTime.cxx,
	  mathcore/test/coordinates3D.cxx, mathcore/test/coordinates4D.cxx,
	  mathcore/test/rotationApplication.cxx, mathcore/test/stdsort.cxx,
	  mathcore/test/stress2D.cxx, mathcore/test/stress3D.cxx,
	  mathcore/test/stressTF1.cxx, mathcore/test/stressTMath.cxx,
	  mathcore/test/testBinarySearch.cxx, mathcore/test/testBoost.cxx,
	  mathcore/test/testGenVector.cxx,
	  mathcore/test/testIntegration.cxx,
	  mathcore/test/testIntegrationMultiDim.cxx,
	  mathcore/test/testIterator.cxx, mathcore/test/testRootFinder.cxx,
	  mathcore/test/testSortOrder.cxx,
	  mathcore/test/testSpecFuncBeta.cxx,
	  mathcore/test/testSpecFuncBetaI.cxx,
	  mathcore/test/testSpecFuncErf.cxx,
	  mathcore/test/testSpecFuncGamma.cxx, mathcore/test/testTMath.cxx,
	  mathcore/test/testVectorIO.cxx,
	  mathcore/test/vectorOperation.cxx: Syncronize with the Math
	  develoment branch:
	  
	  - merge classes from math (TMath, TComplex and TRandom) in
	  libMathCore
	  - change various functions of TMath (work from David ):
	  - make a single template functions for all the various types
	  (like Sort or Binart Search)
	  - use std implementations for Sort, BinarySearch, LocMin
	  - use mathcore special functions for Gamma and Beta functions
	  
	  - remove genvector from mathcore
	  - add classes for integration, derivation and root findings using
	  the algorithms of TF1
	  - use the plug-in manager to instantiates different
	  implementations of the same classes in MathMore

2008-03-07 15:14  moneta

	* [r22516] genvector, genvector/Module.mk, genvector/inc,
	  genvector/inc/Math, genvector/inc/Math/AxisAngle.h,
	  genvector/inc/Math/Boost.h, genvector/inc/Math/BoostX.h,
	  genvector/inc/Math/BoostY.h, genvector/inc/Math/BoostZ.h,
	  genvector/inc/Math/Cartesian2D.h,
	  genvector/inc/Math/Cartesian3D.h,
	  genvector/inc/Math/Cylindrical3D.h,
	  genvector/inc/Math/CylindricalEta3D.h,
	  genvector/inc/Math/DisplacementVector2D.h,
	  genvector/inc/Math/DisplacementVector3D.h,
	  genvector/inc/Math/EulerAngles.h, genvector/inc/Math/GenVector,
	  genvector/inc/Math/GenVector/3DConversions.h,
	  genvector/inc/Math/GenVector/3DDistances.h,
	  genvector/inc/Math/GenVector/AxisAngle.h,
	  genvector/inc/Math/GenVector/AxisAnglefwd.h,
	  genvector/inc/Math/GenVector/BitReproducible.h,
	  genvector/inc/Math/GenVector/Boost.h,
	  genvector/inc/Math/GenVector/BoostX.h,
	  genvector/inc/Math/GenVector/BoostXfwd.h,
	  genvector/inc/Math/GenVector/BoostY.h,
	  genvector/inc/Math/GenVector/BoostYfwd.h,
	  genvector/inc/Math/GenVector/BoostZ.h,
	  genvector/inc/Math/GenVector/BoostZfwd.h,
	  genvector/inc/Math/GenVector/Boostfwd.h,
	  genvector/inc/Math/GenVector/Cartesian2D.h,
	  genvector/inc/Math/GenVector/Cartesian2Dfwd.h,
	  genvector/inc/Math/GenVector/Cartesian3D.h,
	  genvector/inc/Math/GenVector/Cartesian3Dfwd.h,
	  genvector/inc/Math/GenVector/CoordinateSystemTags.h,
	  genvector/inc/Math/GenVector/Cylindrical3D.h,
	  genvector/inc/Math/GenVector/Cylindrical3Dfwd.h,
	  genvector/inc/Math/GenVector/CylindricalEta3D.h,
	  genvector/inc/Math/GenVector/CylindricalEta3Dfwd.h,
	  genvector/inc/Math/GenVector/DisplacementVector2D.h,
	  genvector/inc/Math/GenVector/DisplacementVector2Dfwd.h,
	  genvector/inc/Math/GenVector/DisplacementVector3D.h,
	  genvector/inc/Math/GenVector/DisplacementVector3Dfwd.h,
	  genvector/inc/Math/GenVector/EulerAngles.h,
	  genvector/inc/Math/GenVector/EulerAnglesfwd.h,
	  genvector/inc/Math/GenVector/GenVectorIO.h,
	  genvector/inc/Math/GenVector/GenVector_exception.h,
	  genvector/inc/Math/GenVector/LorentzRotation.h,
	  genvector/inc/Math/GenVector/LorentzRotationfwd.h,
	  genvector/inc/Math/GenVector/LorentzVector.h,
	  genvector/inc/Math/GenVector/LorentzVectorfwd.h,
	  genvector/inc/Math/GenVector/Plane3D.h,
	  genvector/inc/Math/GenVector/Polar2D.h,
	  genvector/inc/Math/GenVector/Polar2Dfwd.h,
	  genvector/inc/Math/GenVector/Polar3D.h,
	  genvector/inc/Math/GenVector/Polar3Dfwd.h,
	  genvector/inc/Math/GenVector/PositionVector2D.h,
	  genvector/inc/Math/GenVector/PositionVector2Dfwd.h,
	  genvector/inc/Math/GenVector/PositionVector3D.h,
	  genvector/inc/Math/GenVector/PositionVector3Dfwd.h,
	  genvector/inc/Math/GenVector/PtEtaPhiE4D.h,
	  genvector/inc/Math/GenVector/PtEtaPhiE4Dfwd.h,
	  genvector/inc/Math/GenVector/PtEtaPhiM4D.h,
	  genvector/inc/Math/GenVector/PtEtaPhiM4Dfwd.h,
	  genvector/inc/Math/GenVector/PxPyPzE4D.h,
	  genvector/inc/Math/GenVector/PxPyPzE4Dfwd.h,
	  genvector/inc/Math/GenVector/PxPyPzM4D.h,
	  genvector/inc/Math/GenVector/PxPyPzM4Dfwd.h,
	  genvector/inc/Math/GenVector/Quaternion.h,
	  genvector/inc/Math/GenVector/Quaternionfwd.h,
	  genvector/inc/Math/GenVector/Rotation3D.h,
	  genvector/inc/Math/GenVector/Rotation3Dfwd.h,
	  genvector/inc/Math/GenVector/RotationX.h,
	  genvector/inc/Math/GenVector/RotationXfwd.h,
	  genvector/inc/Math/GenVector/RotationY.h,
	  genvector/inc/Math/GenVector/RotationYfwd.h,
	  genvector/inc/Math/GenVector/RotationZ.h,
	  genvector/inc/Math/GenVector/RotationZYX.h,
	  genvector/inc/Math/GenVector/RotationZYXfwd.h,
	  genvector/inc/Math/GenVector/RotationZfwd.h,
	  genvector/inc/Math/GenVector/Transform3D.h,
	  genvector/inc/Math/GenVector/Translation3D.h,
	  genvector/inc/Math/GenVector/VectorUtil.h,
	  genvector/inc/Math/GenVector/eta.h,
	  genvector/inc/Math/GenVector/etaMax.h,
	  genvector/inc/Math/LinkDef_GenVector.h,
	  genvector/inc/Math/LinkDef_GenVector32.h,
	  genvector/inc/Math/LinkDef_Point3D.h,
	  genvector/inc/Math/LinkDef_Rotation.h,
	  genvector/inc/Math/LinkDef_Vector3D.h,
	  genvector/inc/Math/LinkDef_Vector4D.h,
	  genvector/inc/Math/LorentzRotation.h,
	  genvector/inc/Math/LorentzVector.h, genvector/inc/Math/Plane3D.h,
	  genvector/inc/Math/Point2D.h, genvector/inc/Math/Point2Dfwd.h,
	  genvector/inc/Math/Point3D.h, genvector/inc/Math/Point3Dfwd.h,
	  genvector/inc/Math/Polar2D.h, genvector/inc/Math/Polar3D.h,
	  genvector/inc/Math/PositionVector2D.h,
	  genvector/inc/Math/PositionVector3D.h,
	  genvector/inc/Math/PtEtaPhiE4D.h,
	  genvector/inc/Math/PtEtaPhiM4D.h, genvector/inc/Math/PxPyPzE4D.h,
	  genvector/inc/Math/PxPyPzM4D.h, genvector/inc/Math/Quaternion.h,
	  genvector/inc/Math/Rotation3D.h, genvector/inc/Math/RotationX.h,
	  genvector/inc/Math/RotationY.h, genvector/inc/Math/RotationZ.h,
	  genvector/inc/Math/RotationZYX.h,
	  genvector/inc/Math/Transform3D.h,
	  genvector/inc/Math/Translation3D.h,
	  genvector/inc/Math/Vector2D.h, genvector/inc/Math/Vector2Dfwd.h,
	  genvector/inc/Math/Vector3D.h, genvector/inc/Math/Vector3Dfwd.h,
	  genvector/inc/Math/Vector4D.h, genvector/inc/Math/Vector4Dfwd.h,
	  genvector/inc/Math/VectorUtil.h,
	  genvector/inc/Math/VectorUtil_Cint.h, genvector/src,
	  genvector/src/3DConversions.cxx, genvector/src/3DDistances.cxx,
	  genvector/src/AxisAngle.cxx, genvector/src/AxisAngleXother.cxx,
	  genvector/src/BitReproducible.cxx, genvector/src/Boost.cxx,
	  genvector/src/BoostX.cxx, genvector/src/BoostY.cxx,
	  genvector/src/BoostZ.cxx, genvector/src/EulerAngles.cxx,
	  genvector/src/GenVector_exception.cxx,
	  genvector/src/LorentzRotation.cxx, genvector/src/Plane3D.cxx,
	  genvector/src/Quaternion.cxx, genvector/src/QuaternionXaxial.cxx,
	  genvector/src/Rotation3D.cxx, genvector/src/Rotation3DxAxial.cxx,
	  genvector/src/RotationZYX.cxx, genvector/src/Transform3D.cxx,
	  genvector/src/Translation3D.cxx, genvector/src/VectorUtil.cxx,
	  genvector/test, genvector/test/CoordinateTraits.h,
	  genvector/test/Makefile, genvector/test/RotationTraits.h,
	  genvector/test/Track.h, genvector/test/TrackDict.xml,
	  genvector/test/TrackLinkDef.h, genvector/test/coordinates3D.cxx,
	  genvector/test/coordinates4D.cxx,
	  genvector/test/rotationApplication.cxx,
	  genvector/test/stress2D.cxx, genvector/test/stress3D.cxx,
	  genvector/test/testBoost.cxx, genvector/test/testGenVector.cxx,
	  genvector/test/testIterator.cxx, genvector/test/testVectorIO.cxx,
	  genvector/test/vectorOperation.cxx: - move physics vector classes
	  from mathcore in a new directory (GenVector)

2008-03-07 13:42  axel

	* [r22513] reflex/src/PluginFactoryMap.cxx: From Pere: require
	  rootmap file to end on ".rootmap", i.e. make it compatible with
	  ROOT

2008-03-07 12:38  pcanal

	* [r22510] cint/src/v6_newlink.cxx: Avoid loading a CINT dictionary
	  if a Reflex/Cintex dictionary has already been registered

2008-03-06 23:18  rdm

	* [r22501] asimage/src/libAfterImage: ignore libAfterImage build
	  products.

2008-03-06 23:14  rdm

	* [r22500] asimage/src/libAfterImage/afterimage-libs,
	  asimage/src/libAfterImage/config.log,
	  asimage/src/libAfterImage/config.status: tmp files should not be
	  in svn.

2008-03-06 23:09  rdm

	* [r22499] asimage/src: remove svn:ignore of libAfterImage.

2008-03-06 23:07  rdm

	* [r22498] xrootd/Module.mk: small cleanup.

2008-03-06 23:07  rdm

	* [r22497] asimage/Module.mk, asimage/src/libAfterImage.tar.gz: tar
	  file not needed anymore.
	  Modified Module.mk that uses expanded libAfterImage source
	  directly.

2008-03-06 23:04  rdm

	* [r22496] asimage/src/libAfterImage: brining
	  libAfterImage-20080306 into the trunk.

2008-03-06 22:05  brun

	* [r22493] graf/src/TSpline.cxx: Fix a problem in TSpline5 copy
	  constructor and assignment operator

2008-03-06 19:38  pcanal

	* [r22491] base/src/TSystem.cxx: From Matevz,
	  Remove double dash (//) from the filename passed to cint and
	  rootcint.

2008-03-06 16:04  rdm

	* [r22488] asimage/src/TASImage.cxx, auth/src/TAuthenticate.cxx,
	  ged/src/TH1Editor.cxx, gl/src/TGLLegoPainter.cxx,
	  gl/src/TGLParametric.cxx, gl/src/TGLSAViewer.cxx,
	  gl/src/TGLSurfacePainter.cxx, gl/src/TGLUtil.cxx,
	  gl/src/TX11GL.cxx, html/src/TClassDocOutput.cxx,
	  html/src/TDocOutput.cxx, html/src/TDocParser.cxx,
	  html/src/THtml.cxx, krb5auth/src/Krb5Auth.cxx,
	  metautils/src/stlLoader.cc, mysql/src/TMySQLServer.cxx,
	  proof/src/TProof.cxx, proof/src/TProofMgr.cxx,
	  proof/src/TProofServ.cxx, proofd/src/proofd.cxx,
	  reflex/src/Tools.cxx, sessionviewer/src/TSessionViewer.cxx,
	  spectrum/src/TSpectrum.cxx, spectrum/src/TSpectrum2Fit.cxx,
	  spectrum/src/TSpectrumFit.cxx,
	  spectrumpainter/src/TSpectrum2Painter.cxx,
	  sql/src/TBufferSQL2.cxx, sql/src/TSQLFile.cxx,
	  sql/src/TSQLStructure.cxx, tmva/src/MethodBase.cxx,
	  tmva/src/MethodCFMlpANN_Utils.cxx, xml/src/TBufferXML.cxx,
	  xml/src/TXMLEngine.cxx, xml/src/TXMLFile.cxx: remove first batch
	  of warning reported by gcc 4.3:
	  - warning: suggest parentheses around && within ||
	  - warning: suggest explicit braces to avoid ambiguous if else

2008-03-06 16:02  rdm

	* [r22487] test/QpRandomDriver.cxx, test/stress.cxx,
	  test/stressEntryList.cxx, test/stressFit.cxx,
	  test/stressGraphics.cxx, test/stressLinear.cxx,
	  test/stressProof.cxx, test/stressSpectrum.cxx: add stdlib.h to
	  fix gcc 4.3 compilation.

2008-03-06 16:01  brun

	* [r22486] graf/inc/TSpline.h, graf/src/TSpline.cxx: Implement
	  TSpline3 and TSpline5 copy constructors and assignment operators

2008-03-06 14:50  couet

	* [r22479] asimage/src/libAfterImage.tar.gz: - From Vasko:
	  - configure configure.in: AfterStep release v. 2.2.8
	  - xcf.c xcf.h: fixed segfault in xcf code where layer is larger
	  then image.

2008-03-05 15:30  ganis

	* [r22456] xrootd/src/xrootd/src/XrdClient/XrdClient.cc,
	  xrootd/src/xrootd/src/XrdClient/XrdClientAdmin.cc: From F.
	  Furano:
	  - fix potential cache thrashing problem with big blocks requests.
	  - Allow some garbage too appended to a Stat response (enlarged
	  the temp buffer for the response)
	  - Fix wrong argc check in the StageTool
	  - Avoid 8 extra bytes in the req if only the main stream is used
	  to read data (tiny optimization)

2008-03-05 13:49  antcheva

	* [r22452] gui/src/TGClient.cxx: Fixed the dead lock between
	  WaitForUnmap and WaitFor methods of TGClient
	  (reported at https://savannah.cern.ch/bugs/?32580 )

2008-03-05 09:24  rdm

	* [r22449] xrootd/Module.mk: From Bertrand:
	  fix typo so Win32 version compiles.

2008-03-05 07:48  moneta

	* [r22448] physics/src/TLorentzRotation.cxx: - fix a documentation
	  error, reported in http://savannah.cern.ch/bugs/?34117

2008-03-04 16:48  rdm

	* [r22445] xrootd/src/xrootd, xrootd/src/xrootd/src: svn:ignore
	  xrootd build products.

2008-03-04 16:43  rdm

	* [r22444] xrootd/src/xrootd/src/Xrd/XrdConfig.cc,
	  xrootd/src/xrootd/src/Xrd/XrdMain.cc,
	  xrootd/src/xrootd/src/Xrd/XrdTrace.hh,
	  xrootd/src/xrootd/src/XrdAcc/XrdAccConfig.cc,
	  xrootd/src/xrootd/src/XrdAcc/XrdAccGroups.cc,
	  xrootd/src/xrootd/src/XrdAcc/XrdAccTest.cc,
	  xrootd/src/xrootd/src/XrdClient/XrdClientPhyConnection.cc,
	  xrootd/src/xrootd/src/XrdCrypto/XrdCryptoAux.hh,
	  xrootd/src/xrootd/src/XrdCrypto/XrdCryptoCipher.cc,
	  xrootd/src/xrootd/src/XrdCrypto/XrdCryptoMsgDigest.cc,
	  xrootd/src/xrootd/src/XrdCrypto/XrdCryptoTrace.hh,
	  xrootd/src/xrootd/src/XrdCrypto/XrdCryptosslTrace.hh,
	  xrootd/src/xrootd/src/XrdNet/XrdNetDNS.cc,
	  xrootd/src/xrootd/src/XrdOdc/XrdOdcConfig.cc,
	  xrootd/src/xrootd/src/XrdOdc/XrdOdcTrace.hh,
	  xrootd/src/xrootd/src/XrdOfs/XrdOfs.cc,
	  xrootd/src/xrootd/src/XrdOfs/XrdOfsConfig.cc,
	  xrootd/src/xrootd/src/XrdOfs/XrdOfsTrace.hh,
	  xrootd/src/xrootd/src/XrdOlb/XrdOlbConfig.cc,
	  xrootd/src/xrootd/src/XrdOlb/XrdOlbProtocol.cc,
	  xrootd/src/xrootd/src/XrdOlb/XrdOlbTrace.hh,
	  xrootd/src/xrootd/src/XrdOss/XrdOssApi.cc,
	  xrootd/src/xrootd/src/XrdOss/XrdOssApi.hh,
	  xrootd/src/xrootd/src/XrdOss/XrdOssCache.cc,
	  xrootd/src/xrootd/src/XrdOss/XrdOssConfig.cc,
	  xrootd/src/xrootd/src/XrdOss/XrdOssCreate.cc,
	  xrootd/src/xrootd/src/XrdOss/XrdOssLock.cc,
	  xrootd/src/xrootd/src/XrdOss/XrdOssMSS.cc,
	  xrootd/src/xrootd/src/XrdOss/XrdOssRename.cc,
	  xrootd/src/xrootd/src/XrdOss/XrdOssStage.cc,
	  xrootd/src/xrootd/src/XrdOss/XrdOssTrace.hh,
	  xrootd/src/xrootd/src/XrdOss/XrdOssUnlink.cc,
	  xrootd/src/xrootd/src/XrdOuc/XrdOucStream.cc,
	  xrootd/src/xrootd/src/XrdOuc/XrdOucTrace.hh,
	  xrootd/src/xrootd/src/XrdPosix/XrdPosix.cc,
	  xrootd/src/xrootd/src/XrdPosix/XrdPosixLinkage.cc,
	  xrootd/src/xrootd/src/XrdPosix/XrdPosixPreload.cc,
	  xrootd/src/xrootd/src/XrdPosix/XrdPosixPreload32.cc,
	  xrootd/src/xrootd/src/XrdPss/XrdPss.cc,
	  xrootd/src/xrootd/src/XrdPss/XrdPss.hh,
	  xrootd/src/xrootd/src/XrdPss/XrdPssConfig.cc,
	  xrootd/src/xrootd/src/XrdSec/XrdSecClient.cc,
	  xrootd/src/xrootd/src/XrdSec/XrdSecPManager.cc,
	  xrootd/src/xrootd/src/XrdSec/XrdSecServer.cc,
	  xrootd/src/xrootd/src/XrdSec/XrdSecTrace.hh,
	  xrootd/src/xrootd/src/XrdSec/XrdSectestClient.cc,
	  xrootd/src/xrootd/src/XrdSec/XrdSectestServer.cc,
	  xrootd/src/xrootd/src/XrdSeckrb5/XrdSecProtocolkrb5.cc,
	  xrootd/src/xrootd/src/XrdSecpwd/XrdSecProtocolpwd.cc,
	  xrootd/src/xrootd/src/XrdSecunix/XrdSecProtocolunix.cc,
	  xrootd/src/xrootd/src/XrdSfs/XrdSfsNative.cc,
	  xrootd/src/xrootd/src/XrdSut/XrdSutAux.hh,
	  xrootd/src/xrootd/src/XrdSut/XrdSutTrace.hh,
	  xrootd/src/xrootd/src/XrdSys/XrdSysError.cc,
	  xrootd/src/xrootd/src/XrdSys/XrdSysPlugin.cc,
	  xrootd/src/xrootd/src/XrdSys/XrdSysPriv.cc,
	  xrootd/src/xrootd/src/XrdSys/XrdSysXSLock.cc,
	  xrootd/src/xrootd/src/XrdXrootd/XrdXrootdConfig.cc,
	  xrootd/src/xrootd/src/XrdXrootd/XrdXrootdTrace.hh: fixes to make
	  xrootd compile with gcc 4.3.0:
	  - <iostream.h> -> <iostream>
	  - std::exit() -> ::exit()

2008-03-04 16:40  rdm

	* [r22443] xrootd/Module.mk: cleanup.

2008-03-04 14:43  rdm

	* [r22440] xrootd/Module.mk, xrootd/src,
	  xrootd/src/xrootd-20071116-0000.src.tgz: - remove xrootd from
	  svn:ignore
	  - remove xrootd tar file, we now use xrootd in a vendor branch,
	  copied to the
	  trunk
	  - modified Module.mk since xrood does not neet to be untarred
	  anymore.

2008-03-04 14:40  rdm

	* [r22439] xrootd/src/xrootd: bringing xrootd-20071116 into the
	  trunk.

2008-03-04 13:42  brun

	* [r22436] geom/inc/TGeoManager.h, geom/src/TGeoManager.cxx: From
	  Andrei:
	  added a verbosity level as static data member in TGeoManager.

2008-03-04 10:51  rdm

	* [r22433] rint/src/TTabCom.cxx: use TSystem::Which() to find the
	  correct "env" program (/usr/bin/env on
	  Mac, /bin/env Linux, etc.). Fixes issue 33944.

2008-03-04 09:58  brun

	* [r22431] minuit/src/TMinuit.cxx: In TMinuit::Contour add a
	  Warning in case the number of points computed for the contour
	  is less than the number of points requested.

2008-03-04 09:29  brun

	* [r22430] base/src/TTimeStamp.cxx: Fix coding conventions.

2008-03-03 18:17  brun

	* [r22428] cont/inc/TVirtualCollectionProxy.h,
	  eve/inc/TEveBoxSet.h, eve/inc/TEveDigitSet.h,
	  eve/inc/TEveQuadSet.h, geom/inc/TGeoPhysicalNode.h,
	  geompainter/inc/TGeoOverlap.h, graf/inc/TLegendEntry.h,
	  gui/inc/TGInputDialog.h, hist/inc/TGraph2DErrors.h,
	  hist/inc/THnSparse.h, matrix/inc/TDecompChol.h,
	  matrix/inc/TMatrixDSymEigen.h, mlp/inc/TMultiLayerPerceptron.h,
	  mlp/inc/TNeuron.h, proof/inc/TProof.h, proof/inc/TProofMgr.h,
	  xmlparser/inc/TXMLAttr.h: From Federico:
	  Changes to support the gcc -weffc++ compiler option.

2008-03-03 17:15  couet

	* [r22426] asimage/src/TASImage.cxx: - In FillRectangleInternal
	  when the rectangle to be drawn had its width or
	  its height equal to 0, they were set to the fImage width ot
	  height. This
	  was not a good solution because this obscured completly the
	  picture. In
	  particular, some markers being drawn with a filled rectangle,
	  they obscured
	  the picture when that were really small because in that case the
	  rectangle
	  drawn had width=height=0. Now, when a rectangle has its width or
	  height
	  equal to 0 it is set to 1 (pixel) with makes sense because "0"
	  means tiny not
	  huge ...

2008-03-03 13:15  rdm

	* [r22423] base/src/TTimeStamp.cxx: From Robert Hatcher and me:
	  fix in TTimeStamp(UInt_t tloc, Bool_t isUTC,...) ctor. Use
	  correctly mktime()
	  to convert localtime() back to UTC.
	  Also optime printing for Mac OS X in DumpTMStruct().

2008-03-03 11:18  rdm

	* [r22422] cint/cintdlls.mk: remove CINTDICTMAPS in distclean.

2008-03-03 10:54  rdm

	* [r22421] base/src/TMessageHandler.cxx: fix problem with
	  TQObject::Emit() being called when in TROOT ctor. This caused
	  crashes on some systems due to initialization order issues.

2008-03-03 10:18  brun

	* [r22420] pyroot/Module.mk: From Bertrand:
	  - Solve compilation error on Windows: a couple of quotation marks
	  have been
	  removed in last patch.
	  (quotation marks are important for parameters passed to
	  makelib.sh)

2008-03-03 00:25  rdm

	* [r22419] auth/src/THostAuth.cxx, base/src/TAttAxis.cxx,
	  base/src/TError.cxx, base/src/TUUID.cxx, cint/src/v6_newlink.cxx,
	  cint/tool/makecint.cxx, cint7/tool/makecint.cxx,
	  cintex/src/ROOTClassEnhancer.cxx, cont/src/TObjArray.cxx,
	  eg/src/TDatabasePDG.cxx, eve/src/TEveTrans.cxx,
	  gdml/src/TGDMLParse.cxx, ged/src/TStyleDialog.cxx,
	  geompainter/src/TGeoChecker.cxx, gl/src/TX11GL.cxx,
	  graf/src/TGraph.cxx, graf/src/TMultiGraph.cxx,
	  gui/inc/TGFSContainer.h, gui/src/TGCanvas.cxx,
	  gui/src/TGFileBrowser.cxx, gui/src/TGFont.cxx,
	  gui/src/TGFontDialog.cxx, gui/src/TGListBox.cxx,
	  gui/src/TGPicture.cxx, gui/src/TGTripleSlider.cxx,
	  guihtml/src/TGHtmlBrowser.cxx, guihtml/src/TGHtmlIndex.cxx,
	  hist/src/TGraph2D.cxx, html/src/TDocDirective.cxx,
	  html/src/TDocOutput.cxx, io/src/TArchiveFile.cxx,
	  io/src/TContainerConverters.cxx, main/src/hadd.cxx,
	  main/src/pmain.cxx, math/src/TRandom1.cxx,
	  mathcore/inc/Math/Minimizer.h, mathmore/src/GSLRndmEngines.cxx,
	  matrix/src/TMatrixTBase.cxx,
	  minuit2/src/MnUserTransformation.cxx, mlp/src/TMLPAnalyzer.cxx,
	  mlp/src/TMultiLayerPerceptron.cxx, mysql/src/TMySQLStatement.cxx,
	  net/src/TWebFile.cxx, newdelete/src/MemCheck.cxx,
	  odbc/src/TODBCStatement.cxx, oracle/src/TOracleRow.cxx,
	  oracle/src/TOracleStatement.cxx, proof/src/TCondor.cxx,
	  proof/src/TProof.cxx, proof/src/TProofServ.cxx,
	  proof/src/TSlave.cxx, reflex/src/DataMember.cxx,
	  reflex/src/PluginFactoryMap.cxx, reflex/src/Tools.cxx,
	  rfio/src/TRFIOFile.cxx, sessionviewer/src/TSessionViewer.cxx,
	  smatrix/inc/Math/Expression.h, sql/inc/TSQLFile.h,
	  sql/src/TBufferSQL2.cxx, sql/src/TKeySQL.cxx,
	  tmva/src/BinarySearchTree.cxx, tmva/src/MethodANNBase.cxx,
	  tmva/src/MethodCFMlpANN.cxx, tmva/src/MethodCFMlpANN_Utils.cxx,
	  tmva/src/MethodCuts.cxx, tmva/src/MethodFDA.cxx,
	  tmva/src/MethodKNN.cxx, tmva/src/MethodPDERS.cxx,
	  tmva/src/MethodSeedDistance.cxx, tmva/src/MsgLogger.cxx,
	  tree/src/TBufferSQL.cxx, tree/src/TTreeSQL.cxx,
	  utils/src/rlibmap.cxx, xml/src/TXMLEngine.cxx,
	  xml/src/TXMLSetup.cxx: From Andrew Savchenko:
	  ROOT can not be compiled with gcc-4.3.
	  Some ROOT source files doesn't contain required #include
	  directives,
	  for example, they use strlen(), but #include <string.h> is missed
	  or
	  malloc() is used and #include <stdlib.h> is missed.
	  
	  Earlier versions of gcc allowed some headers to be included
	  implicitly,
	  but issued a warning (-Wimplicit-function-declaration). Newer
	  one,
	  gcc-4.3 denies such silly behaviour: all required headers must be
	  explicitly
	  included.
	  
	  Attached patch fixes this. Also it fixes another issue, which
	  disallows
	  ROOT to compile under gcc-4.3: C functions don't belong to
	  namespace std,
	  so expressions like std::memcpy() are no longer valid and plain
	  memcpy()
	  should be used instead.

2008-03-01 11:00  rdm

	* [r22415] base/inc/TMessageHandler.h,
	  base/src/TMessageHandler.cxx: derive from TQObject and add the
	  following signals:
	  Added(), Removed(), Notified()
	  that will be emitted from Add(), Remove() and Notify(). This
	  allow the
	  use of signal/slot with the TMessageHandler (like for the other
	  event
	  handlers).

2008-02-29 16:04  couet

	* [r22406] g3d/src/TView3D.cxx: - Protection was missing in ctors
	  in case gPad does not exits.

2008-02-29 13:25  couet

	* [r22405] postscript/src/TPDF.cxx: - Text rotated at 270 degrees
	  was not correct. The rotation contained very
	  small values close to 0 instead of 0. Acrobat reader produced a
	  wrong
	  output and also printed result was wrong. "gv" worked.

2008-02-29 09:41  moneta

	* [r22403] hist/src/TFractionFitter.cxx: - apply fix from Benno
	  List. Code is now as in the orginal paper from Barlow, Eq. 9

2008-02-28 09:31  rdm

	* [r22387] main/Module.mk: on win32 don't build rootn.exe anymore
	  since libNewDelete is not build anymore.

2008-02-27 17:35  couet

	* [r22379] graf/src/TMultiGraph.cxx: - Fixed the bug reported here:
	  https://savannah.cern.ch/bugs/index.php?33934
	  In TMultiGraph::Add(TMultiGraph*,Option_t *) method the loop on
	  the input
	  multigraph was one step too long.

2008-02-27 16:31  pcanal

	* [r22376] xml/src/TBufferXML.cxx: repair writing Foreign class in
	  XML files

2008-02-27 14:48  couet

	* [r22369] asimage/src/libAfterImage.tar.gz: - From Vasko:
	  In afterbase.c and asim_afterbase.h: include new stuff from
	  libAfterBase
	  for xml.
	  
	  That's nothing relevant for ROOT but these two files are part of
	  the tar file
	  ROOT uses. Therefore we took them because it is better to stick
	  on the latest
	  stable version. Tests on Mac, Linux Solaris and Windows did not
	  show any
	  problems.

2008-02-27 12:02  wlav

	* [r22365] pyroot/Module.mk, pyroot/src/Converters.cxx,
	  pyroot/src/Executors.cxx, pyroot/src/Executors.h,
	  pyroot/src/Utility.cxx, pyroot/src/Utility.h: enable unsigned int
	  and long by ref executors for map

2008-02-27 09:38  wlav

	* [r22361] pyroot/src/Utility.cxx: error message improvement

2008-02-27 09:36  wlav

	* [r22360] pyroot/src/RootWrapper.cxx: fix enum casting issue
	  (valgrind report)

2008-02-26 23:15  pcanal

	* [r22359] tree/src/TBranchElement.cxx: In TBranchElement::Streamer
	  when writing, call ForceWriteInfo
	  not only for the TStreamerInfo directly concerning this branch
	  but also (in the case of the top level branch of a split
	  TClonesArray
	  or a split STL container) call ForceWriteInfo for the class of
	  the value.
	  
	  This omission meant that slow CloneTree was (fataly) missing in
	  some cases the copy of the TStreamerInfo for class that are part
	  part of the TTree but had only a base and no member or in
	  some cases where it had only object data members.

2008-02-26 23:08  pcanal

	* [r22358] io/src/TStreamerInfo.cxx: From Paul and Philippe:
	  Correct the logic that is avoiding the storing of TStreamerInfo
	  for std::string
	  and the STL collection in ForceWriteInfo. Now ForceWriteInfo
	  always ignore the
	  request when the TStreamerInfo itself is for string or STL
	  container.
	  The previous implementation was only ignoring the request for the
	  TStreamerElement
	  that were string or STL container.
	  In addition, the previous implementation was overzealous and was
	  inadvertently
	  ignoring the request for TStreamerElement pointing at any class
	  containing the
	  STL container names AND any class which had :: in them. In
	  particular this
	  meant that slow CloneTree was (fataly) missing the copy of the
	  TStreamerInfo
	  for class that are part of the TTree but had only a base and no
	  member or in
	  some cases where it had only object data members.

2008-02-26 09:50  rdm

	* [r22334] net/src/TWebFile.cxx: when in raw mode, don't try to
	  read the "root" signature in TWebFile::Init().
	  This fixes the problem with TFile::Cp() returning a 4 byte
	  difference and
	  failing.

2008-02-26 09:38  couet

	* [r22333] asimage/src/TASImage.cxx: - From V.Onuchin:
	  TASImage::CopyArea: initialize argb32 arrays of source and
	  destination
	  images if they weren't.

2008-02-26 09:35  axel

	* [r22332] reflex/python/genreflex/gendict.py: From Hady Zalek: add
	  support for static data members

2008-02-25 11:33  rdm

	* [r22306] Makefile: remove newdelete from Windows build.

2008-02-24 15:04  rdm

	* [r22301] base/inc/TUrl.h, base/src/TUrl.cxx: From Gerri:
	  as obtaining a FQDN is an expensive operation (requires a call to
	  a DNS) we
	  cache the result in a THashList.

2008-02-22 15:17  moneta

	* [r22295] hist/src/TH3.cxx, hist/src/THnSparse.cxx: from Axel:
	  apply patch to fixe two memleaks: an enormous one reported for
	  THnSparse and a tiny one for TH3::ProjectionZ

2008-02-22 14:24  axel

	* [r22293] reflex/python/genreflex/gendict.py: Also filter out
	  internal classes when using selections.
	  Remove Jean-François Bastien's virtual-methods-in-shadows code
	  altogether; can't find a case where it's needed. Leave improved
	  version commented (where we only write those methods that show up
	  in multiple base chains, i.e. would be ambiguous)

2008-02-22 08:38  couet

	* [r22288] asimage/README: - update (for configure).

2008-02-21 22:46  pcanal

	* [r22287] tree/src/TTree.cxx: Actually implement revision 11255
	  (Remove the print of a Warning in case the top level branch
	  cannot be split)

2008-02-21 22:44  russo

	* [r22286] cint/tool/ifdef/setup.bat: undo revision 22284, which
	  was a test for write permission

2008-02-21 22:43  pcanal

	* [r22285] meta/src/TClass.cxx: Correct the revision 19170 by being
	  more precise and
	  thus allowing again to split TVector3 object.

2008-02-21 22:43  russo

	* [r22284] cint/tool/ifdef/setup.bat: test write permission

2008-02-21 16:26  rdm

	* [r22278] io/src/TFile.cxx: From Fabrizio:
	  add optimizations in TFile::Cp() for netx and add extra error
	  handling to
	  make the routine more robust.

2008-02-21 15:45  pcanal

	* [r22276] io/src/TStreamerInfo.cxx: Extend support of
	  TStreamerInfo::ReadValueAux to 'converted' numerical types, hence
	  solving TTree::Draw's schema evolution problem (see
	  http://root.cern.ch/phpBB2/viewtopic.php?t=6225)

2008-02-21 10:43  rdm

	* [r22270] io/src/TFile.cxx: From Andreas:
	  patch, which avoids an infinite loop under certain error
	  conditions
	  during the file open procedure via a local cache read.

2008-02-21 10:28  couet

	* [r22269] gpad/src/TPad.cxx: - From Axel: On a Windows dual core
	  machine, the WaitPrimitive call returns
	  immediately. The reason is that the histogram is not drawn yet
	  completely
	  when WaitPrimitive is entered, so "oldlast" and "obj" are
	  immediately
	  different. Adding the line:
	  gSystem->ProcessEvents();
	  before:
	  TObject *oldlast = gPad->GetListOfPrimitives()->Last();
	  makes sure the list of primitives has been completed..

2008-02-21 09:34  couet

	* [r22268] asimage/src/libAfterImage.tar.gz: - On leopard (Mac)
	  machine the X11 libraries live in /usr/X11/lib, but only
	  libXt*.dylib exist (or libXt.la). Adding "dylib" to the extension
	  set allows
	  configure to complete without error.

2008-02-20 17:52  ganis

	* [r22262] xrootd/src/xrootd-20071116-0000.src.tgz: Import an
	  optimization in closing files (from F. Furano) and a few fixes in
	  the GSI plug-in

2008-02-20 17:46  ganis

	* [r22261] netx/src/TXNetFile.cxx: Remove calle to XrdClient::Sync
	  in SysStat

2008-02-20 15:12  couet

	* [r22252] histpainter/src/THistPainter.cxx: - Option "FUNC" was
	  not documented.

2008-02-20 14:39  axel

	* [r22249] reflex/python/genreflex/gendict.py: Trivial 25% speedup

2008-02-20 11:21  brun

	* [r22243] treeplayer/src/TChainIndex.cxx: In the TChainIndex
	  constructor, add a protection:
	  if an index already exists, we must check if major/minorname
	  correspond
	  to the major/minor names in this function call.

2008-02-20 10:36  axel

	* [r22242] reflex/python/genreflex/gendict.py: From Pierre-Olivier
	  Gaillard (Murex) and me:
	  Suppress methods and types referencing non-public types.
	  
	  While we're at it: do the same for shadow's virtual functions.

2008-02-20 09:47  axel

	* [r22241] cint/cintdlls.mk: Add G__MAP2 back in for parsing
	  cint/lib/sll_stl/mp.h

2008-02-20 09:41  couet

	* [r22240] asimage/src/TASImage.cxx: - Protection added in
	  DrawCircle. In this function "thick" should be >1. If
	  thick<1 the color of the circle is not correct (problem seen with
	  gcc
	  version 4.2.3). This function uses asim_circle to draw the
	  circle. Every
	  where "asim_xxx" functions are used in TASImage (asim_move_to,
	  asim_line_to
	  etc ..) thick is >1.

2008-02-20 05:22  pcanal

	* [r22236] cint/src/v6_value.cxx: set reftype.reftype when changing
	  the type of G__value to a pointer

2008-02-19 18:27  axel

	* [r22233] reflex/python/genreflex/gendict.py: Add protection
	  against missing demangled attrib.

2008-02-19 10:54  brun

	* [r22225] minuit/src/TLinearFitter.cxx: Fix coding conventions.

2008-02-19 10:49  brun

	* [r22224] base/src/TObject.cxx: In TObject::SaveAs add the
	  possibility to save the object as a root or xml file.

2008-02-19 10:03  axel

	* [r22222] reflex/python/genreflex/gendict.py: Add throw() to
	  vtable-maker func; fixes problem with nightlies.

2008-02-19 09:09  couet

	* [r22219] asimage/README: - more details

2008-02-19 09:04  antcheva

	* [r22218] gui/src/TGButton.cxx: From Valeri Onuchin:
	  Fixed layout problem of list view header frame on Windows:
	  in TGTextButton::Init() fWidth, fHeight were not initiated.

2008-02-19 08:24  brun

	* [r22216] hist/inc/TH1.h, hist/inc/TProfile.h,
	  hist/inc/TProfile2D.h, hist/inc/TProfile3D.h, hist/src/TH1.cxx,
	  hist/src/TProfile.cxx, hist/src/TProfile2D.cxx,
	  hist/src/TProfile3D.cxx: In the Scale functions, add an optional
	  argument Option_t *option=""
	  When the option "width is specified, the Scale function divides
	  the bin
	  content and error by the bin width (works for 1, 2 and 3-D
	  histograms).

2008-02-19 08:10  brun

	* [r22215] tmva/inc/PDF.h: Use forward declaration of TH1 instead
	  of include.

2008-02-18 18:37  axel

	* [r22211] reflex/python/genreflex/gendict.py: From: Jean-François
	  Bastien: generate virtual func table, even if derived class has
	  virtual func that doesn'tr exist in the base. See savannah 32874

2008-02-18 18:35  axel

	* [r22210] reflex/python/genreflex/gendict.py,
	  reflex/python/genreflex/selclass.py: Implement (fix r22159, that
	  is) function prototype selection and function and method
	  prototype exclusion

2008-02-18 16:29  couet

	* [r22207] asimage/README: - README file explaining how
	  libAfterimage is imported in the ROOT repository.

2008-02-18 15:56  couet

	* [r22205] asimage/src/libAfterImage.tar.gz: - Disable, in
	  libjpeg/jmorecfg.h, the compilation warning (on Windows) about
	  a "benign redefinition of type".

2008-02-18 11:16  brun

	* [r22193] tutorials/fit/line3Dfit.C: From Lorenzo:
	  New tutorial illustrating how to fit a sret of points in 3D with
	  a straight line

2008-02-18 10:52  axel

	* [r22192] cint/src/Shadow.cxx: Don't remove *,& from template args
	  when checking for accessibility of a shadow's template args

2008-02-18 10:32  couet

	* [r22191] asimage/src/libAfterImage.tar.gz: - From Sasha Vasko,
	  fix in asfont.c:
	  fixed asfont get_glyph_map to not confuse compilers into thinking
	  that there
	  might be uninitialized stuff.

2008-02-18 09:51  axel

	* [r22189] test/Makefile.arch: Ask root-config for the incdir
	  _once_; use the mixed-style path (c:/root/).
	  Hopefully fixes problem with compiling EventDict.cxx in the SPI
	  nightlies ("-I$(ROOTSYS)/include" was "-I").

2008-02-16 22:55  pcanal

	* [r22187] cint/cintdlls.mk: Correctly attach stlLoader_map*2 to
	  *map2.dll

2008-02-16 22:54  pcanal

	* [r22186] cint/lib/dll_stl/vec.h: remove vector<int> for ROOT

2008-02-16 22:54  pcanal

	* [r22185] metautils/src/vectorLinkdef.h: remove vector<int>

2008-02-16 22:53  pcanal

	* [r22184] cont/inc/LinkDef.h: add dict for vector<Int_t>

2008-02-16 22:53  pcanal

	* [r22183] meta/src/TCint.cxx: also hide the lib*Dict.so which
	  contains compiled proxies

2008-02-16 18:23  pcanal

	* [r22182] cint/src/v6_struct.cxx: revert 22180 which is only
	  hiding a real problem

2008-02-16 15:55  axel

	* [r22181] utils/src/rlibmap.cxx: Disabled autoloading of cintdlls
	  for now by removing "create TClass" from rlibmap's supported
	  pragmas.
	  Re-enable when we implemented loading of the cintdlls without
	  LD_LIBRARY_PATH nor G__p_class_autoloading / TApplication.

2008-02-16 11:06  axel

	* [r22180] cint/src/v6_struct.cxx: SUppress warning on already
	  loaded files when auto-loading

2008-02-16 10:57  rdm

	* [r22179] build/unix/makelib.sh, config/Makefile.macosxicc,
	  test/Makefile.arch: icc 10.1.009 does still not accept .so as
	  dynamic lib extension on 10.5, make
	  exception to use again .dylib for icc.

2008-02-16 07:27  brun

	* [r22175] config/Makefile.solarisCC5: From Axel:
	  remove -ptr flag for >=5.5

2008-02-16 07:26  brun

	* [r22174] utils/src/rlibmap.cxx: From Axel:
	  when skipping directory parts of the library names leave at least
	  the library name.

2008-02-15 19:18  rdm

	* [r22170] reflex/Module.mk: silence (dist)clean.

2008-02-15 18:45  rdm

	* [r22169] base/src/TSystem.cxx: typo in comment.

2008-02-15 18:44  rdm

	* [r22168] math/src/TMath.cxx: white space.

2008-02-15 18:42  rdm

	* [r22167] configure: small correction in the pythia8 detection.

2008-02-15 17:07  pcanal

	* [r22163] cint/cintdlls.mk, metautils/src/map2Linkdef.h,
	  metautils/src/mapLinkdef.h, metautils/src/multimap2Linkdef.h,
	  metautils/src/multimapLinkdef.h, unix/src/TUnixSystem.cxx,
	  utils/src/rlibmap.cxx, winnt/src/TWinNTSystem.cxx: From Axel:
	  
	  Allow autoloading of cintdlls.

2008-02-15 17:03  couet

	* [r22162] asimage/src/libAfterImage.tar.gz: - libAfterImage.mak is
	  now correct in the main cvs repository (no local changes
	  are needed anymore).
	  - remove the "aftershow" directory (not needed by root).
	  - modify libjpeg/jcmainct.c and libjpeg/jdmainct.c to avoid
	  warnings on the
	  variable "main".

2008-02-15 16:57  couet

	* [r22161] asimage/src/TASImage.cxx: - The struct __argb32__ data
	  members' order varies according to the R__BYTESWAP flag.
	  With that fix the pictures generated in batch mode on Solaris and
	  Mac are now
	  correct (cf stressGraphics -k).
	  - The _alphaBlend code has been rewritten in a simpler way in
	  order to work on linux
	  with gcc 4.2.3. Here also the pictures generated in batch mode
	  were wrong.

2008-02-15 16:34  axel

	* [r22159] reflex/python/genreflex/gendict.py,
	  reflex/python/genreflex/genrootmap.py,
	  reflex/python/genreflex/selclass.py: Allow function selection and
	  exclusion and method exclusion based on prototype (name + '(' +
	  args + ')') using proto_name, proto_pattern.
	  Add a comment explaining that matchmethod and selmethod are not
	  used.
	  
	  Replace "std::basic_string<char>" by "string" when generating
	  rootmap files; fixes auto-load problem with A<std::string> in the
	  context gccxml->reflex->cintex->cint->root (and pycintex was
	  somewhere in there, too); savannah #33421

2008-02-15 16:29  axel

	* [r22158] cint/src/fproto.h, cint/src/v6_disp.cxx,
	  cint/src/v6_newlink.cxx, cint/src/v6_struct.cxx: Fix
	  G__class_autoload's test on a changed class name due to
	  autoloading: hide the original (requetsed one) and do the name
	  lookup. If it succeeds we have loaded a new representation of
	  that class.
	  G__class_autoload now expects a int* ptagnum; it will be set to
	  the tagnum of the loaded representation of the class (which might
	  be different from the requested one)
	  Fixes autoload problems for STL.

2008-02-15 15:09  brun

	* [r22157] minuit/inc/TLinearFitter.h,
	  minuit/src/TLinearFitter.cxx: From Anna:
	  - in TLinearFitter::AddToDesign(), change the temporary parameter
	  array size from 100 to 1000.
	  - Add a function TLinearFitter::GetNpoints() to return the number
	  of points.
	  - Add functions TLinearFitter::GetDesignMatrix() and
	  TLinearFitter::GetAtbVector() to return the corresponding
	  internal structures of the fitter.

2008-02-15 10:04  axel

	* [r22156] cint/src/v6_ifunc.cxx: Fix copy #1001 of type parsing:
	  e.g. "signed char" was not accepted

2008-02-15 09:16  couet

	* [r22154] asimage/Module.mk: - Mods to avoid generate many
	  printouts from libAfterImage in case ROOTBUILD=debug

2008-02-14 14:26  antcheva

	* [r22143] gui/src/TGColorSelect.cxx: parm1 needs to pass the
	  widget Id

2008-02-14 09:39  couet

	* [r22139] hist/inc/TGraph2D.h, hist/src/TGraph2D.cxx: - From Leo:
	  fix "operator="

2008-02-14 08:48  couet

	* [r22135] asimage/src/libAfterImage.tar.gz: - pnggccrd and pngvcrd
	  still appeared in case libAfterImage was installed in debug
	  mode. (This problem has been forwarded to Sasha Vasko also).

2008-02-13 17:24  couet

	* [r22132] postscript/src/TPostScript.cxx: - Change the Page
	  numbering to make it appear nicer in postcript viewers
	  like gv. It is compliant with the Adobe Postscript Document
	  Structuring
	  Conventions (easily found on the web).

2008-02-13 14:03  couet

	* [r22128] asimage/src/libAfterImage.tar.gz: - New version of
	  libAfterImage. It is now the official version distributed from
	  the
	  CVS repository here:
	  http://www.afterstep.org/afterimage/getcode.php
	  There no need anymore for the special version we had up to now.
	  The modifications we needed have been introduced in the official
	  version.
	  This version also fixes the color problem on BigEndian machines.
	  On these machines
	  (Mac and Solaris for instance) the color of the jpeg and png
	  images saved from the
	  "File" menu in a TCnavas were completely wrong.
	  This new version has been tested on Linux (32 and 64 bits), Mac,
	  SunOS, and
	  Windows XP (cygwin).

2008-02-13 10:02  antcheva

	* [r22124] gui/src/TRootContextMenu.cxx: Coding conventions.

2008-02-13 08:15  antcheva

	* [r22122] gui/src/TGFileBrowser.cxx: From Bertrand:
	  Replace the very unsafe strtok() function by TString::Tokenize().

2008-02-12 15:49  axel

	* [r22107] cint/src/fproto.h, cint/src/v6_ifunc.cxx,
	  cint/src/v6_newlink.cxx: Improve error message "header declared
	  by not defined".

2008-02-12 11:03  antcheva

	* [r22096] guibuilder/src/TRootGuiBuilder.cxx: From Bertrand:
	  - Allow to open any source file (don't restrict to '.C' only
	  anymore)
	  Requested on the forum:
	  http://root.cern.ch/phpBB2/viewtopic.php?t=6173

2008-02-12 10:06  antcheva

	* [r22095] gui/src/TGFrame.cxx: From Bertrand and me:
	  Roll back the call of gClient->GetRoot() in generated TGmainFrame
	  and TGTransientFrame
	  ctors in SavePrimitive methods (fixes a side effect in GUI
	  builder)

2008-02-12 09:16  antcheva

	* [r22093] guibuilder/src/TRootGuiBuilder.cxx: From Bertrand:
	  Fix crash in guibuilder when retrying to save a project.
	  Reported at http://root.cern.ch/phpBB2/viewtopic.php?t=6173

2008-02-11 14:15  matevz

	* [r22087] gl/inc/TGLScene.h: Fix warning observed during nightly
	  lcg builds.

2008-02-11 13:51  couet

	* [r22086] graf/inc/TPie.h: - From Guido Volpi:
	  Add the TPie::GetEntries() method that return the number slices.

2008-02-11 11:16  axel

	* [r22084] test/TBench.h: Remove ';' after namespace {}

2008-02-11 09:54  couet

	* [r22082] gpad/src/TPad.cxx: - In ExecuteEvent. A problem was
	  found Mathieu de Naurois <denauroi@in2p3.fr>.
	  It can be reproduced by the following sequence:
	  - do TCanvas c
	  - do c->Divide(2,2)
	  - show the toolbar
	  - click L to enter text
	  - click on a pad to enter text
	  - move the mouse without releasing the button.
	  - entex text
	  - hit Enter.
	  Before this patch, the canvas position changed on "hit Enter".

2008-02-08 17:40  brun

	* [r22079] cint/src/Shadow.cxx: Fix compiler warning about unused
	  variable

2008-02-08 17:36  pcanal

	* [r22078] cint/src/Shadow.cxx: Apply style rules

2008-02-08 17:34  pcanal

	* [r22077] cint/src/Shadow.cxx: From Mathieu de Naurois:
	  Fix the generation of Shadow classes from templated class with
	  more than one template parameter

2008-02-08 16:56  ganis

	* [r22075] proofplayer/src/TPacketizerAdaptive.cxx: From Jan:
	  - change the type of "PROOF_MaxSlavesPerNode", "PROOF_ForceLocal"
	  and "PROOF_PacketAsAFraction" parameters
	  from Long_t to Int_t;
	  - make the max workers per node configurable in .rootrc
	  (Packetizer.MaxWorkersPerNode: <desired number>)

2008-02-08 15:49  couet

	* [r22071] histpainter/inc/TPaletteAxis.h: - Add the line
	  attributes in the context menu.
	  (requested by Mathieu de Naurois <denauroi@in2p3.fr>)

2008-02-08 15:03  brun

	* [r22069] Makefile, config/Makefile.depend, config/Makefile.in,
	  configure: Add configuration for the optional package pythia8.
	  To select pythia8, in your configure file add something like
	  --enable-pythia8 \
	  --with-pythia8-incdir=$HOME/pythia8100/include \
	  --with-pythia8-libdir=$HOME/pythia8100/lib \

2008-02-08 14:45  antcheva

	* [r22068] gui/inc/TRootContextMenu.h,
	  gui/src/TRootContextMenu.cxx: From Mathieu de Naurois:
	  Changes in the TRootContextMenu that allow creation of multilevel
	  cascaded
	  menus by using the following syntax:
	  // *MENU={Hierarchy="Level0/Level1/Level2/Name"}*
	  // *SUBMENU={Hierarchy="Level0/Level1/Level2/Name"}*
	  // *TOGGLE={Hierarchy="Level0/Level1/Level2/Name"}*
	  This improvement allows to reduce the long context menus by
	  grouping related
	  menu items in a sub-menu and have fully customizable appearance.

2008-02-08 14:44  antcheva

	* [r22067] gui/src/TGMenu.cxx: From Mathieu de Naurois:
	  Additional protections related to the previous patch.

2008-02-08 14:27  brun

	* [r22065] tutorials/pythia/pythia8.C: Add tutorial showing how to
	  use pythia8

2008-02-08 14:26  brun

	* [r22064] pythia8, pythia8/Module.mk, pythia8/inc,
	  pythia8/inc/LinkDef.h, pythia8/inc/TPythia8.h, pythia8/src,
	  pythia8/src/TPythia8.cxx: Add new package pythia8 (an interface
	  with the new version pythia8100)

2008-02-08 11:12  antcheva

	* [r22062] gui/src/TGMenu.cxx: From Mathieu de Naurois:
	  Fixed SegV when opening a context menu, moving to another pad
	  while the menu was open, and open a context menu in the second
	  pad
	  (that was closing the first menu), going back to the first one,
	  and so on.
	  At some point, the internal pointers were messed up. The point
	  was to
	  have the context menu closed without any entry selected.

2008-02-08 09:22  couet

	* [r22058] test/stressGraphics.cxx: - little fix in the output in
	  case of option "-r"

2008-02-08 09:02  antcheva

	* [r22056] gui/src/TRootCanvas.cxx: From Mathieu de Naurois:
	  Added entry to File / Save submenu for saving canvas as .png
	  file.

2008-02-08 08:07  brun

	* [r22055] hist/src/THnSparse.cxx: Remove unnecessary include
	  "TCanvas.h"

2008-02-08 08:03  brun

	* [r22054] gpad/inc/TCanvas.h: From Mathieu de Naurois:
	  Make the TCanvas::Constructor public. This is required when these
	  functions
	  are used from a multi-threaded program not using TThread.

2008-02-08 07:41  brun

	* [r22053] cint/src/v6_newlink.cxx: From Mathieu de Naurois:
	  Ignore variadic constructors in 64 bits.

2008-02-08 07:40  brun

	* [r22052] meta/src/TCint.cxx: From Mathieu de Naurois:
	  Add more calls to R__LOCKGUARD(gCINTMutex) to improve thread
	  safety

2008-02-08 07:39  brun

	* [r22051] cint/src/common.h: From Mathieu de Naurois:
	  Increase G__BUFLEN from 80 to 180 in case of templated classes
	  with long names.

2008-02-07 16:10  couet

	* [r22049] postscript/src/TPostScript.cxx: - In Text() use
	  PrintFast instead of PrintStr to print a single character.
	  This allows to bypass the mechanism in which "@" is a control
	  character in
	  PrintStr and therefore allows to print "@" in PS files. @ is
	  printed
	  correctly in all other formats (PDF etc ... ).

2008-02-07 15:00  pcanal

	* [r22046] metautils/src: ignore generated source file

2008-02-07 13:41  moneta

	* [r22041] mathcore/inc/Math/GenVector/Cartesian3D.h,
	  mathcore/inc/Math/GenVector/Cylindrical3D.h,
	  mathcore/inc/Math/GenVector/CylindricalEta3D.h,
	  mathcore/inc/Math/GenVector/LorentzVector.h,
	  mathcore/inc/Math/GenVector/Polar3D.h,
	  mathcore/inc/Math/GenVector/PtEtaPhiE4D.h,
	  mathcore/inc/Math/GenVector/PtEtaPhiM4D.h,
	  mathcore/inc/Math/GenVector/PxPyPzE4D.h,
	  mathcore/inc/Math/GenVector/PxPyPzM4D.h,
	  smatrix/inc/Math/CramerInversion.icc,
	  smatrix/inc/Math/CramerInversionSym.icc,
	  smatrix/inc/Math/Dfact.h, smatrix/inc/Math/Dinv.h,
	  smatrix/inc/Math/MatrixInversion.icc,
	  smatrix/inc/Math/SVector.icc: - remove warning on Windows found
	  in Relax due to conversions from float to double.
	  Many of these warnings are due to operations with constants like:
	  T a; T b = 1.0 / a;
	  when T is a float. Using 1.0f inseat of 1.0 fixes the warning

2008-02-07 05:48  brun

	* [r22039] matrix/inc/TMatrixT.h, matrix/inc/TMatrixTSparse.h,
	  matrix/inc/TMatrixTSym.h, matrix/inc/TVectorT.h,
	  matrix/src/TDecompBK.cxx, matrix/src/TDecompChol.cxx,
	  matrix/src/TDecompLU.cxx, matrix/src/TDecompQRH.cxx,
	  matrix/src/TDecompSVD.cxx, matrix/src/TDecompSparse.cxx: From
	  Eddy:
	  - remove bug in Decompose of all TDecompXXX classes : It is
	  checked
	  whether
	  the matrix was already decomposed
	  
	  - Added to TVector and the different TMatrix flavors the option
	  to use
	  "Use" on constant arrys and vectors/matrices.

2008-02-06 15:31  couet

	* [r22034] gl/inc/TGLTF3Painter.h, gl/src/TGLBoxPainter.cxx,
	  gl/src/TGLTF3Painter.cxx: - From Timur:
	  * glbox - negative bins fixed, minus signs on negative bins were
	  added.
	  * tf3 - small fixes.

2008-02-06 15:11  axel

	* [r22033] cint/cintdlls.mk, cint/src/v6_newlink.cxx: Prevent
	  "warning: dereferencing type-punned pointer will break
	  strict-aliasing rules" on GCC>4.1 in generated dictionaries.
	  Fix preciousness of cintdll intermediate files.

2008-02-06 09:38  couet

	* [r22015] test/stressGraphics.ref: - mods (cf SPI nightly builds)

2008-02-06 07:49  ganis

	* [r22014] xrootd/src/xrootd-20071116-0000.src.tgz: Fix compilation
	  warning from gcc4.2 caused by an useless test

2008-02-05 23:03  pcanal

	* [r22013] cint/src/v6_ifunc.cxx: From Paul:
	  
	  Fix a problem with G__param_match(). When comparing an argument
	  type to a formal parameter type, if either one is coded as an
	  int, then there is the possibility that one of them is actually
	  an enum because cint5 hides enums by changing their type code
	  from 's' to 'i'. So if we see an int, we must make an additional
	  check for an enum struct type and then compare tagnums.

2008-02-05 17:03  axel

	* [r22008] cint/inc/G__ci.h, cint/src/v6_disp.cxx,
	  cint/src/v6_parse.cxx, cint/src/v6_pause.cxx,
	  cint/src/v6_var.cxx: Remove duplicate decl of
	  G__close_inputfiles()
	  Properly suppress warning about unused vars without breaking CINT
	  for G__ASM_DEBUG, fix r21956
	  Suppress a few more warnings on string literal / char* conv

2008-02-05 13:53  brun

	* [r21992] gl/src/TGLBoxPainter.cxx: From Bertrand:
	  - Fix a typo causing the following warning on Windows:
	  Warning: wrong member access operator '->' (0)

2008-02-05 08:57  antcheva

	* [r21982] tutorials/gui/splitbuttonTest.C: Added a new check
	  button for testing enabled/disabled split button state.

2008-02-05 08:56  antcheva

	* [r21981] gui/src/TGButton.cxx: Fixes in TGSplitButton class
	  related to enable/disable button state.

2008-02-05 08:17  brun

	* [r21980] hist/src/TH1.cxx: Fix a problem in TH1::Rebin. The test
	  to check if ngroup was an exact divider of the number
	  of bins was not correct.

2008-02-05 07:59  brun

	* [r21979] hist/src/TFormula.cxx: Protect TFormula::Analyze when
	  the maximum number of parameters is reached.

2008-02-04 16:35  brun

	* [r21976] roofit/src/Roo2DKeysPdf.cxx,
	  roofitcore/src/RooMCStudy.cxx: Fix oddities reported by gcc4.2

2008-02-04 15:36  matevz

	* [r21973] eve/src/TEveProjectionAxes.cxx: Fix coding convention
	  violation.

2008-02-04 15:30  brun

	* [r21972] geompainter/src/TGeoPainter.cxx: From Andrei:
	  Fix in TGeoTorus painter when using ray tracing.

2008-02-04 14:46  couet

	* [r21971] test/stressGraphics.ref: - mods (SLC4 with gcc4.2)

2008-02-04 10:44  couet

	* [r21964] histpainter/src/THistPainter.cxx: - In PaintBoxes: when
	  all the bins' contents were negative, the boxes were not
	  painted correclty.

2008-02-04 10:08  couet

	* [r21962] graf/src/TMultiGraph.cxx: - Implement the fit parameters
	  painting.

2008-02-02 10:39  rdm

	* [r21958] pyroot/inc/TPyException.h, splot/inc/TSPlot.h: From Leo:
	  fix typo's in multiple include guard ifdef's.

2008-02-02 10:38  rdm

	* [r21957] glite/Module.mk: From Leo:
	  ROOTCINTTMPDEP should be used.

2008-02-02 08:08  brun

	* [r21956] cint/src/v6_parse.cxx, cint/src/v6_var.cxx: Remove
	  warnings about unused arguments or variables

2008-02-01 22:29  brun

	* [r21955] main/src/hadd.cxx: When encountering objects that hadd
	  does not know how to merge, it writes them
	  directly to the output file with the option kSingleKey. Objects
	  having the same name will be written with a new cycle for each
	  instance if the list of input files.
	  This implements the suggestion at:
	  http://root.cern.ch/phpBB2/viewtopic.php?p=25141

2008-02-01 16:37  rdm

	* [r21953] configure: remove old versions of expanded freetype and
	  pcre.

2008-02-01 15:24  pcanal

	* [r21949] treeplayer/src/TTreeFormula.cxx: avoid null pointer
	  dereference in some cases of TChain use

2008-02-01 13:59  axel

	* [r21944] cint/lib/longlong/setup, cint/main/G__setup.c,
	  cint/src/bc_exec_asm.h, cint/src/common.h,
	  cint/src/v6_pragma.cxx: remove left over debug #define (common.h)
	  remove unused var (v6_pragma.cxx)
	  from cint's repo:
	  fix include path for longlong dll setup
	  fix misspelled CPP macro in G__setup.c
	  From Paul: better ASM debug output (bc_exec)

2008-02-01 13:55  axel

	* [r21942] cint/src/v6_input.cxx, cint/src/v6_var.cxx: More const
	  char* vs char*

2008-02-01 13:55  axel

	* [r21941] cint/tool/makecint.cxx: Sync makecint with what we have
	  in CINT's repo (where it's actually used).

2008-01-30 14:31  axel

	* [r21924] reflex/inc/Reflex/Type.h,
	  reflex/inc/Reflex/internal/MemberBase.h, reflex/src/Type.cxx,
	  reflex/src/Typedef.h: Implement forgotten
	  Type::FunctionMemberByName, Typedef::FunctionMemberByName.
	  Fix unused param warning in
	  MemberBase::UpdateFunctionParameterNames

2008-01-30 14:03  axel

	* [r21923] reflex/Module.mk, reflex/inc/LinkDef.h,
	  reflex/inc/Reflex/Any.h, reflex/inc/Reflex/Base.h,
	  reflex/inc/Reflex/Builder/ClassBuilder.h,
	  reflex/inc/Reflex/Builder/CollectionProxy.h,
	  reflex/inc/Reflex/Builder/DictSelection.h,
	  reflex/inc/Reflex/Builder/EnumBuilder.h,
	  reflex/inc/Reflex/Builder/FunctionBuilder.h,
	  reflex/inc/Reflex/Builder/NamespaceBuilder.h,
	  reflex/inc/Reflex/Builder/NewDelFunctions.h,
	  reflex/inc/Reflex/Builder/ReflexBuilder.h,
	  reflex/inc/Reflex/Builder/TypeBuilder.h,
	  reflex/inc/Reflex/Builder/TypedefBuilder.h,
	  reflex/inc/Reflex/Builder/UnionBuilder.h,
	  reflex/inc/Reflex/Builder/VariableBuilder.h,
	  reflex/inc/Reflex/Callback.h,
	  reflex/inc/Reflex/DictionaryGenerator.h,
	  reflex/inc/Reflex/Kernel.h, reflex/inc/Reflex/Member.h,
	  reflex/inc/Reflex/MemberTemplate.h, reflex/inc/Reflex/Object.h,
	  reflex/inc/Reflex/PluginService.h,
	  reflex/inc/Reflex/PropertyList.h, reflex/inc/Reflex/Reflex.h,
	  reflex/inc/Reflex/Scope.h, reflex/inc/Reflex/SharedLibrary.h,
	  reflex/inc/Reflex/Tools.h, reflex/inc/Reflex/Type.h,
	  reflex/inc/Reflex/TypeTemplate.h,
	  reflex/inc/Reflex/ValueObject.h,
	  reflex/inc/Reflex/internal/InternalTools.h,
	  reflex/inc/Reflex/internal/MemberBase.h,
	  reflex/inc/Reflex/internal/MemberTemplateImpl.h,
	  reflex/inc/Reflex/internal/MemberTemplateName.h,
	  reflex/inc/Reflex/internal/OwnedMember.h,
	  reflex/inc/Reflex/internal/OwnedMemberTemplate.h,
	  reflex/inc/Reflex/internal/OwnedPropertyList.h,
	  reflex/inc/Reflex/internal/PropertyListImpl.h,
	  reflex/inc/Reflex/internal/ScopeBase.h,
	  reflex/inc/Reflex/internal/ScopeName.h,
	  reflex/inc/Reflex/internal/TypeBase.h,
	  reflex/inc/Reflex/internal/TypeName.h,
	  reflex/inc/Reflex/internal/TypeTemplateImpl.h,
	  reflex/inc/Reflex/internal/TypeTemplateName.h,
	  reflex/python/genreflex/gendict.py,
	  reflex/python/genreflex/gendict06.py, reflex/src/Any.cxx,
	  reflex/src/Array.cxx, reflex/src/Array.h, reflex/src/Base.cxx,
	  reflex/src/Callback.cxx, reflex/src/Class.cxx,
	  reflex/src/Class.h, reflex/src/ClassBuilder.cxx,
	  reflex/src/ClassTemplateInstance.cxx,
	  reflex/src/ClassTemplateInstance.h, reflex/src/DataMember.cxx,
	  reflex/src/DataMember.h, reflex/src/DictionaryGenerator.cxx,
	  reflex/src/Enum.cxx, reflex/src/Enum.h,
	  reflex/src/EnumBuilder.cxx, reflex/src/FuncHandler.cxx,
	  reflex/src/FuncHandler.h, reflex/src/Function.cxx,
	  reflex/src/Function.h, reflex/src/FunctionBuilder.cxx,
	  reflex/src/FunctionMember.cxx, reflex/src/FunctionMember.h,
	  reflex/src/FunctionMemberTemplateInstance.cxx,
	  reflex/src/FunctionMemberTemplateInstance.h,
	  reflex/src/Fundamental.cxx, reflex/src/Fundamental.h,
	  reflex/src/Kernel.cxx, reflex/src/Member.cxx,
	  reflex/src/MemberBase.cxx, reflex/src/MemberTemplate.cxx,
	  reflex/src/MemberTemplateImpl.cxx,
	  reflex/src/MemberTemplateName.cxx, reflex/src/NameLookup.cxx,
	  reflex/src/NameLookup.h, reflex/src/Namespace.cxx,
	  reflex/src/Namespace.h, reflex/src/NamespaceBuilder.cxx,
	  reflex/src/Object.cxx, reflex/src/PluginFactoryMap.cxx,
	  reflex/src/PluginFactoryMap.h, reflex/src/PluginService.cxx,
	  reflex/src/Pointer.cxx, reflex/src/Pointer.h,
	  reflex/src/PointerToMember.cxx, reflex/src/PointerToMember.h,
	  reflex/src/PropertyList.cxx, reflex/src/PropertyListImpl.cxx,
	  reflex/src/Scope.cxx, reflex/src/ScopeBase.cxx,
	  reflex/src/ScopeName.cxx, reflex/src/TemplateInstance.cxx,
	  reflex/src/TemplateInstance.h, reflex/src/Tools.cxx,
	  reflex/src/Type.cxx, reflex/src/TypeBase.cxx,
	  reflex/src/TypeBuilder.cxx, reflex/src/TypeName.cxx,
	  reflex/src/TypeTemplate.cxx, reflex/src/TypeTemplateImpl.cxx,
	  reflex/src/TypeTemplateName.cxx, reflex/src/Typedef.cxx,
	  reflex/src/Typedef.h, reflex/src/TypedefBuilder.cxx,
	  reflex/src/Union.cxx, reflex/src/Union.h,
	  reflex/src/UnionBuilder.cxx, reflex/src/VariableBuilder.cxx,
	  reflex/src/dir_manip.h, reflex/src/genmap/genmap.cxx,
	  reflex/test/CppUnit_testdriver.cpp,
	  reflex/test/testDict1/selection.xml,
	  reflex/test/testDict2/ClassSelections.h,
	  reflex/test/test_ReflexBuilder_unit.cxx,
	  reflex/test/test_Reflex_generate.cxx,
	  reflex/test/test_Reflex_simple1.cxx,
	  reflex/test/test_Reflex_simple2.cxx,
	  reflex/test/test_Reflex_unit.cxx: Merge with reflex from CINT's
	  repository, branch merge_reflex, plus a few modifications:
	  * move reflex from namespace ROOT::Reflex to namespace Reflex
	  * rename class Reflex::Reflex to Reflex::Instance, make Shutdown
	  non-public, called by Reflex::Instance::~Instance()
	  * allow modifier masks for certain operations, e.g.
	  Type::IsEquivalentTo()
	  * fix Tools::GetBasePosition() e.g. for ops
	  * add a few new interfaces, e.g.
	  FunctionMember::UpdateFunctionParameterNames(),
	  ClassBuilder::SetSizeOf()
	  * fix determination of FinalType() (remove _all_ typedefs, incl.
	  function parameters etc)
	  * tests: make now fails for failed tests
	  
	  This version of reflex is a compatibility version to be able to
	  build both current ROOT and CINT7.
	  It is NOT yet the version that is meant to improve reflex's
	  performance and reducing the size of its API.

2008-01-30 13:08  brun

	* [r21922] mlp/inc/TNeuron.h, mlp/inc/TSynapse.h: From Lorenzo,
	  Fix a problem in the definition of the destructors

2008-01-30 12:22  rdm

	* [r21921] Makefile, alien/inc/TAlien.h, config/Makefile.in,
	  configure, etc/plugins/TGrid/P020_TGLite.C, glite,
	  glite/Module.mk, glite/inc, glite/inc/LinkDef.h,
	  glite/inc/TGLite.h, glite/inc/TGLiteJob.h,
	  glite/inc/TGLiteJobStatus.h, glite/inc/TGLiteResult.h, glite/src,
	  glite/src/TGLite.cxx, glite/src/TGLiteJob.cxx,
	  glite/src/TGLiteJobStatus.cxx, glite/src/TGLiteResult.cxx: From
	  Anar Manafov:
	  plugin for gLite using TGrid interface. The TGLite class defines
	  an
	  interface to gLite GRID services. This class is a part of RGlite
	  plug-in
	  developed at GSI, Darmstadt.
	  The RGLite plug-in uses glite-api-wrapper library (GAW) to
	  perform Grid
	  operations and provides the following featuries:
	  - Workload Management System operations
	  - File Catalog operations (gLite/LCG LFC API)
	  - An executive logging
	  - Support of an external xml configuration file with according
	  XML schema

2008-01-30 10:38  axel

	* [r21920] cintex/test/test_Cintex.C,
	  cintex/test/test_Persistency.C: missing "using namespace
	  ROOT::Cintex" for "Cintex::Enable()".

2008-01-30 04:29  pcanal

	* [r21917] io/inc/TStreamerInfo.h,
	  io/src/TStreamerInfoReadBuffer.cxx,
	  io/src/TStreamerInfoWriteBuffer.cxx: Fix compilation on platform
	  where R__BROKEN_FUNCTION_TEMPLATE is defined (includes at least
	  older Macs)

2008-01-29 22:39  ganis

	* [r21913] netx/inc/TXNetSystem.h, netx/src/TXNetSystem.cxx: From
	  Anna Kreshuk and me:
	  - Fix problem with GetDirEntry: the entry object was going
	  out-of-scope
	  so that the returned string was meaningless.
	  - Reset the list if dir entries in FreeDirectory.

2008-01-29 18:37  brun

	* [r21912] test/bench.cxx: From Bertrand:
	  Replace hard-coded "rm -f /tmp/bench.root" by the correct
	  (platform-independent) way to do this:
	  gSystem->Unlink(Form("%s/bench.root",gSystem->TempDirectory()));

2008-01-29 14:46  brun

	* [r21908] test/bench.cxx: Fix a few cases forgotten in previous
	  fix.

2008-01-29 10:43  brun

	* [r21902] test/bench.cxx: Fix several errors when reporting real
	  and cpu times.

2008-01-29 10:22  couet

	* [r21901] g3d/inc/THelix.h, g3d/src/THelix.cxx: - From Alex:
	  better comments

2008-01-29 09:01  axel

	* [r21899] reflex/test/demangle_test.cxx: Add demangling test by
	  Hady Zalek (to be activated in the future)

2008-01-29 08:53  rdm

	* [r21898] config/rootrc.in, x11/src/GX11Gui.cxx: add resource
	  "X11.XInitThread", which allows XInitThread() to not be called.
	  Might be needed in some cases when ROOT is used together with Qt.

2008-01-29 07:35  ganis

	* [r21896] xrootd/src/xrootd-20071116-0000.src.tgz: Fix problem
	  with setrlimit on MacOsX Leopard

2008-01-28 23:38  rdm

	* [r21895] config/Makefile.in, x11ttf/Module.mk: --disable-xft
	  handling was only partially implemented. Fixes issue: 32525.

2008-01-28 18:47  matevz

	* [r21888] eve/src/TEveProjectionAxesGL.cxx: Format axis values so
	  that it also works on windows.

2008-01-28 18:34  matevz

	* [r21887] eve/src/TEveProjectionManager.cxx: Propagate
	  bounding-box changes from projection-manager to axis-painter.

2008-01-28 18:26  matevz

	* [r21886] eve/inc/TEveText.h: Remove declaration of an undefined
	  member-function that made linking on windows fail.

2008-01-28 17:01  couet

	* [r21884] graf/inc/TPolyLine.h, graf/src/TPolyLine.cxx: -
	  Implement the possibility to draw TPolyLine in NDC coordinates
	  (it was
	  partially done but the code was not used).

2008-01-28 16:57  couet

	* [r21883] gpad/src/TPad.cxx: - PaintPolyLineNDC was not working in
	  case of PS output.

2008-01-28 16:24  matevz

	* [r21881] eve/Module.mk, eve/inc/LinkDef.h,
	  eve/inc/TEveProjectionAxes.h, eve/inc/TEveProjectionAxesEditor.h,
	  eve/inc/TEveProjectionAxesGL.h, eve/inc/TEveProjectionManager.h,
	  eve/inc/TEveProjectionManagerEditor.h,
	  eve/inc/TEveProjectionManagerGL.h, eve/inc/TEveText.h,
	  eve/inc/TEveTextEditor.h, eve/inc/TEveTextGL.h,
	  eve/src/TEveProjectionAxes.cxx,
	  eve/src/TEveProjectionAxesEditor.cxx,
	  eve/src/TEveProjectionAxesGL.cxx,
	  eve/src/TEveProjectionManager.cxx,
	  eve/src/TEveProjectionManagerEditor.cxx,
	  eve/src/TEveProjectionManagerGL.cxx, eve/src/TEveText.cxx,
	  eve/src/TEveTextEditor.cxx, eve/src/TEveTextGL.cxx,
	  eve/src/TEveTransEditor.cxx, eve/src/TEveUtil.cxx,
	  gl/inc/TFTGLManager.h, gl/src/TFTGLManager.cxx,
	  tutorials/eve/projection_test.C, tutorials/eve/text_test.C: From
	  Alja:
	  
	  Move rendering of axes from TEveProjectionManager to new class
	  TEveProjectionAxes. Use TEveText functionality for rendering of
	  tick-mark labels.
	  
	  Add new members for FTFont configuration in TEveText.
	  
	  New demo: tutorials/eve/projection_test.C.

2008-01-28 16:17  brun

	* [r21880] graf/inc/TSpline.h, graf/src/TSpline.cxx: Implement new
	  constructors for TSpline3 and TSpline5 accepting a TH1 as input.
	  Given a TH1* h object, one can do, eg
	  TSpline3 s(h);
	  h.Draw();
	  h.Eval(x);

2008-01-28 14:46  brun

	* [r21878] icons/eve_axes.xpm, icons/eve_text.gif: From Matevz:
	  New icons for eve.

2008-01-28 13:43  rdm

	* [r21876] etc/vmc/Makefile.macosx, etc/vmc/Makefile.macosx64: set
	  -DCERNLIB_GFORTRAN.

2008-01-28 11:11  brun

	* [r21869] test/bench.cxx: Update this benchmark to include the two
	  cases when splitting and not STL collections.
	  Update all references.

2008-01-28 08:34  brun

	* [r21867] tree/inc/TBranch.h, tree/inc/TBranchSTL.h,
	  tree/src/TBranch.cxx, tree/src/TBranchSTL.cxx: Fix coding
	  conventions

2008-01-28 08:14  brun

	* [r21866] io/inc/TStreamerInfo.h: Fix coding conventions

2008-01-26 10:02  rdm

	* [r21865] Makefile: remove old .dylibs on MacOSX 10.5 left over
	  from old builts still using dylibs.

2008-01-26 09:50  brun

	* [r21864] test/bench.cxx: iFrom Likasz Janyst:
	  Use split mode for std collections of <T*>

2008-01-26 09:49  brun

	* [r21863] treeplayer/src/TTreeFormula.cxx: From Lukasz Janyst:
	  Changes to support the new feature to split vector<T*>

2008-01-26 09:48  brun

	* [r21862] io/inc/TStreamerInfo.h, io/src/TGenCollectionProxy.cxx,
	  io/src/TStreamerInfo.cxx, io/src/TStreamerInfoReadBuffer.cxx,
	  io/src/TStreamerInfoWriteBuffer.cxx: From Lukasz Janyst:
	  * TStreamerInfo: TPointerCollection adapter class and access
	  methods
	  added to enable handling collections of pointers with existing
	  Read|WriteBuffer code
	  
	  * TCollectionProxy: check if the proxy was initialized when
	  calling HasPointers

2008-01-26 09:47  brun

	* [r21861] tree/inc/LinkDef.h, tree/inc/TBranch.h,
	  tree/inc/TBranchSTL.h, tree/inc/TIndArray.h,
	  tree/src/TBranch.cxx, tree/src/TBranchElement.cxx,
	  tree/src/TBranchSTL.cxx, tree/src/TTree.cxx: From Lukasz Janyst:
	  * TBranch: add a possibility of starting from non-zero entry
	  
	  * TBranchSTL and TIndArray: new classes for handling STL
	  collections
	  of pointers
	  
	  * TTree, TBranchElement, TTreeFormula: code handling new type of
	  branch added

2008-01-26 02:10  wlav

	* [r21860] pyroot/src/PyROOT.h: fixup for python2.2

2008-01-26 01:43  wlav

	* [r21859] pyroot/src/Converters.h, pyroot/src/Pythonize.cxx:
	  cleanup of Py_ssize_t handling

2008-01-26 01:28  wlav

	* [r21858] pyroot/src/MethodProxy.cxx, pyroot/src/RootModule.cxx,
	  pyroot/src/RootWrapper.cxx, pyroot/src/TemplateProxy.cxx,
	  pyroot/src/TemplateProxy.h, pyroot/src/Utility.cxx,
	  pyroot/src/Utility.h: support for templated member functions

2008-01-25 23:27  rdm

	* [r21857] configure: remove bin/genreflex when --disable-reflex is
	  specified.

2008-01-25 22:52  rdm

	* [r21856] base/src/TSystem.cxx, build/unix/makelib.sh,
	  config/Makefile.macosx, config/Makefile.macosx64,
	  config/Makefile.macosxicc, test/Makefile, test/Makefile.arch,
	  unix/src/TUnixSystem.cxx,
	  xrootd/src/xrootd-20071116-0000.src.tgz: In MacOS X 10.5 Leopard
	  it is not needed anymore to create both .dylib's
	  and .so's. The .dylib's can now be named .so's and the linker
	  will accept
	  now the .so extension (this was not the case in 10.4, where .so's
	  were
	  a symbolic link to the .dylib's). Pure bundles are only needed in
	  <= 10.3.

2008-01-25 14:52  rdm

	* [r21855] etc/vmc/Makefile.macosx64: Set flag: -DCERNLIB_LXIA64.

2008-01-25 11:17  brun

	* [r21853] geom/inc/TGeoMatrix.h, geom/src/TGeoCache.cxx,
	  geom/src/TGeoMatrix.cxx, geom/src/TGeoNavigator.cxx: From Andrei:
	  I fixed the problem of double delete of a matrix when exporting
	  as .gdml or .C . Also added a small optimization in copying
	  matrices that seems to have a non-negligible effect on the speed
	  of stressGeometry

2008-01-24 16:53  axel

	* [r21852] cint/src/v6_init.cxx: Fix problem of iterating on a
	  std::vector in python on MacOS:
	  size_t was set to uint where it should have been ulong.
	  Now use typeid() instead of the ambiguous sizeof.

2008-01-24 14:13  rdm

	* [r21846] reflex/Module.mk: don't delete bin/genrflex when doing
	  "make distclean".

2008-01-24 10:41  rdm

	* [r21841] etc/vmc/Makefile.macosx64: properly detect 64bit version
	  of libgfortran.

2008-01-23 18:32  brun

	* [r21838] cont/src/TCollection.cxx: Witdraw changes from Matev in
	  TCollection::ls.
	  These chnges are nice improvements. However we have to renerate
	  many roottest
	  reference files to avoid roottest failing in many places.

2008-01-23 18:29  rdm

	* [r21837] config/Makefile.macosx64: correct the detection of
	  libgfortran.

2008-01-23 18:09  brun

	* [r21836] cint/src/v6_error.cxx: Fix for Solaris

2008-01-23 17:56  brun

	* [r21835] cint/inc/G__ci.h, cint/src/fproto.h,
	  cint/src/v6_disp.cxx, cint/src/v6_error.cxx,
	  cint/src/v6_expr.cxx, cint/src/v6_ifunc.cxx, cint/src/v6_new.cxx,
	  cint/src/v6_opr.cxx, cint/src/v6_struct.cxx,
	  cint/src/v6_tmplt.cxx, cint/src/v6_typedef.cxx: Fix to a problem
	  showing up when executing stressTMVA.cxx with the interpreter

2008-01-23 15:53  brun

	* [r21834] cont/src/TCollection.cxx: From Matevz:
	  I put the self-printing and indent control to TCollection::ls().

2008-01-23 11:47  brun

	* [r21831] test/TBench.h: Remove an illegal "static" from a
	  template definition

2008-01-23 11:23  matevz

	* [r21830] eve/src/TEveTransEditor.cxx, gl/src/TGLContext.cxx: Fix
	  coding-convention violations.

2008-01-23 10:19  axel

	* [r21829] cint/cintdlls.mk: Fix generation of stdcxxfunc CINT dll
	  (fixes nightlies)

2008-01-23 10:18  brun

	* [r21828] cint/src/v6_loadfile.cxx: Forgot one fix

2008-01-23 09:59  brun

	* [r21824] cint/src/fproto.h, cint/src/v6_debug.cxx,
	  cint/src/v6_expr.cxx, cint/src/v6_init.cxx,
	  cint/src/v6_newlink.cxx: hopefully fix all remaining warnings

2008-01-23 08:48  couet

	* [r21822] gpad/src/TPad.cxx: - The Tickx and Tixky attributes were
	  not saved properly by SavePrimitive.

2008-01-23 08:09  brun

	* [r21821] cint/inc/G__ci.h, cint/src/v6_debug.cxx,
	  cint/src/v6_error.cxx, cint/src/v6_loadfile.cxx,
	  cint/src/v6_macro.cxx, cint/src/v6_tmplt.cxx: More fixes for
	  const char* and for windows

2008-01-23 07:23  brun

	* [r21820] cint/src/v6_disp.cxx: Fix a compilation error on Windows

2008-01-22 23:18  pcanal

	* [r21819] cint/inc/G__ci.h: revert accidental r21597,
	  re-increasing G__ONELINE

2008-01-22 22:31  brun

	* [r21818] eve/src/TEveText.cxx: From Bertrand:
	  - Removed #include "FTFont.h" from TEveText.cxx. It was
	  generating a weird error on Windows:
	  c:\users\bellenot\root\include\TVirtualX.h(181) : error C2059:
	  syntax error : 'constant'
	  And it was useless anyway (removing it doesn't change
	  anything...)

2008-01-22 22:24  brun

	* [r21817] cint/src/v6_tmplt.cxx: Fix for Solaris

2008-01-22 22:22  brun

	* [r21816] cint/src/v6_loadfile.cxx: Fix for Solaris

2008-01-22 22:19  brun

	* [r21815] cint/src/v6_func.cxx: Fix for Solaris

2008-01-22 21:53  brun

	* [r21814] pyroot/src/Utility.cxx: Fix to take into account the
	  const char* changes in CINT

2008-01-22 21:52  brun

	* [r21813] cint/inc/G__ci.h, cint/src/Api.cxx,
	  cint/src/bc_exec_asm.h, cint/src/fproto.h, cint/src/g__cfunc.c,
	  cint/src/global.h, cint/src/v6_debug.cxx, cint/src/v6_decl.cxx,
	  cint/src/v6_disp.cxx, cint/src/v6_dump.cxx,
	  cint/src/v6_error.cxx, cint/src/v6_expr.cxx,
	  cint/src/v6_fread.cxx, cint/src/v6_func.cxx,
	  cint/src/v6_global1.cxx, cint/src/v6_global2.cxx,
	  cint/src/v6_ifunc.cxx, cint/src/v6_init.cxx,
	  cint/src/v6_input.cxx, cint/src/v6_intrpt.cxx,
	  cint/src/v6_loadfile.cxx, cint/src/v6_macro.cxx,
	  cint/src/v6_malloc.cxx, cint/src/v6_new.cxx,
	  cint/src/v6_newlink.cxx, cint/src/v6_opr.cxx,
	  cint/src/v6_parse.cxx, cint/src/v6_pause.cxx,
	  cint/src/v6_pcode.cxx, cint/src/v6_pragma.cxx,
	  cint/src/v6_quote.cxx, cint/src/v6_shl.cxx,
	  cint/src/v6_sizeof.cxx, cint/src/v6_struct.cxx,
	  cint/src/v6_tmplt.cxx, cint/src/v6_val2a.cxx,
	  cint/src/v6_var.cxx: Fix 2300 out of 2314 Warnings reported by
	  gcc4.2 in CINT.
	  CINT API with substantial changes using "const char*" instead of
	  "char*"

2008-01-22 20:52  matevz

	* [r21812] eve/Module.mk, eve/inc/LinkDef.h,
	  eve/inc/TEvePointSet.h, eve/inc/TEveScene.h, eve/inc/TEveText.h,
	  eve/inc/TEveTextEditor.h, eve/inc/TEveTextGL.h,
	  eve/inc/TEveTrack.h, eve/inc/TEveTrans.h,
	  eve/inc/TEveTransEditor.h, eve/src/TEveGValuators.cxx,
	  eve/src/TEveManager.cxx, eve/src/TEveRGBAPaletteEditor.cxx,
	  eve/src/TEveScene.cxx, eve/src/TEveText.cxx,
	  eve/src/TEveTextEditor.cxx, eve/src/TEveTextGL.cxx,
	  eve/src/TEveTrans.cxx, eve/src/TEveTransEditor.cxx, gl/Module.mk,
	  gl/inc/LinkDef.h, gl/inc/TFTGLManager.h, gl/inc/TGLCamera.h,
	  gl/inc/TGLContext.h, gl/inc/TGLOverlay.h, gl/inc/TGLRnrCtx.h,
	  gl/src/TFTGLManager.cxx, gl/src/TGLContext.cxx,
	  gl/src/TGLOrthoCamera.cxx, gl/src/TGLPerspectiveCamera.cxx,
	  gl/src/TGLRnrCtx.cxx, tutorials/eve/text_test.C: From Alja:
	  
	  New class TFTGLManager for management of FTGL fonts.
	  
	  New classes TEveText, TEveTextEditor and TEveTextGL for display
	  and
	  configuration of a 3D text.
	  
	  New test macro 'tutorials/eve/text_test.C'.
	  
	  
	  From Matevz:
	  
	  Reenable smart-refresh during redraw of TEveScenes.
	  
	  Minor code-layout changes.

2008-01-22 17:40  rdm

	* [r21811] metautils/Module.mk: From Axel:
	  Metautil dict depends on rootcint_tmp.o and needs to be build
	  after
	  rootcint_tmp. Replaces hard dependency on rootcint_tmp; now the
	  dictionary
	  is only rebuilt when needed.

2008-01-22 17:28  axel

	* [r21810] cint/cintdlls.mk: Keep cintdll dictionary sources and
	  objects, so we don't trigger a rebuild every time CINT changes.
	  Fix the $(ORDER_) dependencies for the dictionaries: they only
	  work on explicit rules, not for pattern matching
	  With these changes, touch cint/src/v6_var.cxx will not rebuild
	  any cintdlls.

2008-01-22 16:11  brun

	* [r21809] gui/inc/TGDNDManager.h, gui/inc/TGFont.h,
	  xmlparser/inc/TDOMParser.h, xmlparser/inc/TXMLDocument.h,
	  xmlparser/inc/TXMLNode.h, xmlparser/inc/TXMLParser.h: From
	  Matevz:
	  Fix effc++ warnings in gui/ and xmlparser/.

2008-01-22 15:46  matevz

	* [r21807] eve/inc/TEveChunkManager.h, gl/inc/TGLText.h: Fix effc++
	  warnings.

2008-01-22 15:34  brun

	* [r21806] base/inc/RConfig.h: From Axel:
	  this fixes the problem on Win32 with rootcint and the w32pragma
	  error.

2008-01-22 15:18  couet

	* [r21805] hist/src/TH1.cxx: - As mentionned here
	  https://savannah.cern.ch/bugs/?32832 the graphical cuts
	  applied on histograms did not work when the cut name contained a
	  mix of lower
	  and upper case characters. This problem occured because the
	  option used to
	  draw an histogram was always converted into lower case before
	  begin stored
	  in a pad (in Draw and DrawCopy). Now in Draw() and DrawCopy() the
	  AppendPad()
	  procedure is called with the option string not converted in lower
	  case. The
	  conversion in lower case was introduced in the svn revision #426
	  to "solve a
	  problem reported by Otto Schaille when doing Draw("SAME") and
	  trying to zoom
	  on the X axis with the mouse". Before applying this patch Olivier
	  Couet and
	  Otto Schaille have tried to reproduce the problem which was fixed
	  at that
	  time by going to lower case. But all looks fine even without the
	  lower case
	  conversion. So, this fix (keeping the case) seems to be safe
	  regarding this
	  old bug (revision #426 was done on Mon Aug 7 12:31:07 2000).

2008-01-22 14:46  ganis

	* [r21804] netx/src/TXNetFile.cxx: Enable per-instance control of
	  the cache parameters also for RAW files;
	  by default cache is OFF for these files, but there maybe cases in
	  which
	  the cache can improve performances.

2008-01-22 14:32  ganis

	* [r21803] netx/src/TXNetFile.cxx: Change default option for CRL
	  checking

2008-01-22 13:43  rdm

	* [r21802] Makefile, alien/Module.mk, asimage/Module.mk,
	  auth/Module.mk, base/Module.mk, castor/Module.mk,
	  chirp/Module.mk, cint/cintdlls.mk, clarens/Module.mk,
	  clib/Module.mk, cont/Module.mk, dcache/Module.mk, eg/Module.mk,
	  eve/Module.mk, fftw/Module.mk, fitpanel/Module.mk,
	  foam/Module.mk, fumili/Module.mk, g3d/Module.mk,
	  g4root/Module.mk, gdml/Module.mk, ged/Module.mk, geom/Module.mk,
	  geombuilder/Module.mk, geompainter/Module.mk, gfal/Module.mk,
	  gl/Module.mk, gpad/Module.mk, graf/Module.mk, gui/Module.mk,
	  guibuilder/Module.mk, guihtml/Module.mk, hbook/Module.mk,
	  hist/Module.mk, histpainter/Module.mk, html/Module.mk,
	  io/Module.mk, krb5auth/Module.mk, ldap/Module.mk, math/Module.mk,
	  mathcore/Module.mk, mathmore/Module.mk, matrix/Module.mk,
	  meta/Module.mk, minuit/Module.mk, minuit2/Module.mk,
	  mlp/Module.mk, monalisa/Module.mk, mysql/Module.mk,
	  net/Module.mk, netx/Module.mk, odbc/Module.mk, oracle/Module.mk,
	  peac/Module.mk, pgsql/Module.mk, physics/Module.mk,
	  postscript/Module.mk, proof/Module.mk, proofplayer/Module.mk,
	  proofx/Module.mk, pyroot/Module.mk, pythia6/Module.mk,
	  qt/Module.mk, qtgsi/Module.mk, qtroot/Module.mk, quadp/Module.mk,
	  reflex/Module.mk, rfio/Module.mk, rint/Module.mk,
	  roofit/Module.mk, roofitcore/Module.mk, ruby/Module.mk,
	  sapdb/Module.mk, sessionviewer/Module.mk, smatrix/Module.mk,
	  spectrum/Module.mk, spectrumpainter/Module.mk, splot/Module.mk,
	  sql/Module.mk, table/Module.mk, thread/Module.mk, tmva/Module.mk,
	  tree/Module.mk, treeplayer/Module.mk, treeviewer/Module.mk,
	  unix/Module.mk, unuran/Module.mk, utils/src/rootcint.cxx,
	  vmc/Module.mk, win32gdk/Module.mk, winnt/Module.mk,
	  x11/Module.mk, x11ttf/Module.mk, x3d/Module.mk, xml/Module.mk,
	  xmlparser/Module.mk: From Axel:
	  this patch prevents all dictionaries from being rebuild when non
	  dict related
	  changes are made in CINT. When the dictionaries change the new
	  cint/inc/cintdictversion.h must be updated which triggers a
	  dictionary
	  rebuild. For example:
	  touch cint/src/v6_var.cxx && make: rebuild no dictionaries
	  touch cint/inc/cintdictversion.h && make: rebuild all
	  dictionaries
	  touch utils/src/rootcint.cxx && make: rebuild all dictionaries

2008-01-22 13:41  rdm

	* [r21801] base/inc/RConfig.h: From Gordon Watts and Axel:
	  On windows with msvc we need w32pragma.h to be included (even in
	  client
	  code) or the build will be incompatible (compiler settings for
	  stl etc).
	  This patch enforces that.

2008-01-22 13:34  axel

	* [r21800] reflex/python/genreflex/gendict.py: Also suppress MSVC
	  warning 4345 (default initialized PODs)

2008-01-22 11:50  ganis

	* [r21797] proof/src/TCondor.cxx: Correctly position the temp
	  directory in the claim command (from Jan and Neng)

2008-01-22 09:12  brun

	* [r21795] gui/inc/TGButton.h, physics/inc/TRotation.h,
	  tutorials/eve/alice_esd.C: From Matevz:
	  Fix effective-c++ warnings for classes TGSplitButton and
	  TRotation::TRotationRow.

2008-01-21 21:11  matevz

	* [r21794] eve/inc/TEveElement.h, eve/inc/TEvePointSet.h,
	  eve/inc/TEvePolygonSetProjected.h, eve/inc/TEveTrackPropagator.h,
	  eve/inc/TEveUtil.h, eve/src/TEvePolygonSetProjected.cxx,
	  eve/src/TEveStraightLineSet.cxx, eve/src/TEveTrackEditor.cxx,
	  gl/inc/TGLAxis.h: Fix effc++ warnings.
	  Whitespace.

2008-01-21 18:43  axel

	* [r21793] cint/inc/cintdictversion.h: Add a tag (dummy) header
	  file that will be updated whenever CINT's dictionaries need to be
	  regenerated.

2008-01-21 16:24  rdm

	* [r21792] meta/src/TCint.cxx: fix warning: deprecated conversion
	  from string constant to 'char*'.

2008-01-21 16:22  rdm

	* [r21791] tmva/src/Timer.cxx: fix warning: comparison with string
	  literal results in unspecified behaviour

2008-01-21 11:22  axel

	* [r21790] reflex/python/genreflex/genreflex.py: Issue a warning if
	  windows cl.exe is not found instead of putting it into the
	  compiler info section of the dict.

2008-01-21 10:52  couet

	* [r21789] graf/src/TCutG.cxx: - In the class header, replace:
	  End_HtmlEnd_Html
	  by:
	  End_HtmlEnd_Html
	  (ie: a space is added) in order to bypass a tiny THtml parsing
	  problem.

2008-01-21 09:04  couet

	* [r21786] gpad/src/TPad.cxx: - Fix in revision 21775 was not
	  correct (side effects in the parenthesis
	  mechanism for PS).

2008-01-19 18:19  brun

	* [r21783] io/src/TGenCollectionStreamer.cxx: Fix coding
	  conventions

2008-01-19 18:17  brun

	* [r21782] reflex/src/Tools.cxx: Fix coding conventions

2008-01-19 17:32  brun

	* [r21781] pyroot/src/TPyClassGenerator.cxx: From Wim:
	  Fix a compilation warning

2008-01-19 16:18  wlav

	* [r21780] pyroot/src/Pythonize.cxx: remove unused variable

2008-01-19 01:52  wlav

	* [r21779] pyroot/src/Pythonize.cxx, pyroot/src/Utility.cxx: no
	  longer use CINT internals, also for minuit callback

2008-01-18 17:15  brun

	* [r21776] gpad/src/TPad.cxx: Fix compilation warnings

2008-01-18 17:05  couet

	* [r21775] gpad/src/TPad.cxx: - Fix the bug described here
	  http://savannah.cern.ch/bugs/?32815
	  It batch mode it was not possible to generate a bitmap file (gif,
	  jpeg etc..)
	  with a filename containing ")", "(", "]" or "[".

2008-01-18 16:49  pcanal

	* [r21773] base/inc/TEnv.h: When adding a new persistent data
	  member, we must increase the version number of the class

2008-01-18 13:40  pcanal

	* [r21767] tree/src/TTree.cxx: add note on alignment

2008-01-18 08:46  axel

	* [r21765] reflex/inc/Reflex/DictionaryGenerator.h,
	  reflex/inc/Reflex/Tools.h, reflex/src/Tools.cxx,
	  reflex/src/stl_hash.h, reflex/test/test_ReflexBuilder_unit.cxx:
	  From Hady Zalek:
	  I've encountered several compilation and runtime errors when
	  trying to port Reflex to Solaris and AIX:
	  
	  AIX -- CC 5.8:
	  - Compilation fails under xlC with the following error:
	  "DictionaryGenerator.cxx", line 42.16: 1540-0432 (S) The
	  qualified declarator "ROOT::Reflex::operator<<" must refer to an
	  existing declaration.
	  - Infinite loop on Reflex initialization due to incorrect map
	  compare functions for 'string ' and 'const char '
	  
	  Solaris -- xlC V8.0:
	  - Infinite loop on Reflex initialization due to incorrect map
	  compare functions for 'string ' and 'const char '
	  - Segmentation fault due to incorrect buffer allocation with 'new
	  char(buffer)' instead of 'new char[buffer]' in
	  'Tools.cxx':Demangle
	  
	  Please find the first attached patch to correct the above
	  issues...
	  
	  The remaining patches are for a rewrite of Tools::NormalizeName
	  to account for the mentioned platforms and make the demangling
	  tests pass. I also took the freedom of adding an overloaded
	  version in Tools.h that receives a 'const char *' parameter
	  instead of a 'const std::string &'. The patch contains test cases
	  for inclusion in test_ReflexBuilder_unit.cxx.

2008-01-18 08:22  axel

	* [r21763] reflex/python/genreflex/genreflex.py: From Jean-Frangois
	  Bastien: quote source file with "" when invoking GCCXML; fixes
	  issues with source path containing spaces.

2008-01-18 08:19  axel

	* [r21762] reflex/python/genreflex/gendict.py: From Jean-Frangois
	  Bastien: filter _type_info_pseudo classes.

2008-01-18 08:11  axel

	* [r21761] reflex/python/genreflex/genreflex.py: From Jean-Frangois
	  Bastien: surround compiler invocation by ""

2008-01-17 19:08  pcanal

	* [r21760] io/src/TGenCollectionStreamer.cxx: fix warnings and
	  layout

2008-01-17 16:51  wlav

	* [r21759] pyroot/src/Adapters.cxx, pyroot/src/Adapters.h,
	  pyroot/src/ConstructorHolder.cxx, pyroot/src/MethodHolder.cxx,
	  pyroot/src/Pythonize.cxx, pyroot/src/RootWrapper.cxx,
	  pyroot/src/TPyClassGenerator.cxx, pyroot/src/TPython.cxx,
	  pyroot/src/Utility.cxx, pyroot/src/Utility.h: o) Minor header
	  cleanup in RootWrapper.cxx and MethodHolder.cxx
	  o) Made abstract classes not-instantiatable by blocking __init__
	  o) Fix looping over empty STL(-like) containers
	  o) Give lower priority to Unknown& in favor of Unknown*
	  o) Bugfix: used a dead temporary in Utility.cxx
	  o) fix unary - and unary + (see e.g. TVector3)
	  o) Implemented __neg__ and __pos__ ( unary operator-() and
	  operator+() )
	  o) Map operator bool() to __nonzero__
	  o) Fix class naming to allow SomeTemplate( std.vector( float ) )
	  to work
	  o) Make Utility::InstallMethod work for free functions
	  o) No longer rely on CINT internals in TF1 callbacks (still
	  relying on
	  them for Minuit callbacks ... to be fixed)

2008-01-17 14:45  couet

	* [r21756] gpad/src/TPad.cxx: - Update the help for animated gif
	  generation.

2008-01-17 14:43  brun

	* [r21755] treeplayer/src/TTreePlayer.cxx: From Jan:
	  Fixed several typos in comments.

2008-01-17 12:51  rdm

	* [r21750] build/unix/distfilelist.sh: exclude .dSYM debug info
	  directories (generated on Mac OS X) from appearing
	  in the distribution.

2008-01-17 12:50  rdm

	* [r21749] Makefile: in distclean remove all PCH related include
	  files.

2008-01-17 12:13  brun

	* [r21748] base/inc/RVersion.h, build/version_number: Start
	  development cycle 5.19/01

 V5.20.txt:1
 V5.20.txt:2
 V5.20.txt:3
 V5.20.txt:4
 V5.20.txt:5
 V5.20.txt:6
 V5.20.txt:7
 V5.20.txt:8
 V5.20.txt:9
 V5.20.txt:10
 V5.20.txt:11
 V5.20.txt:12
 V5.20.txt:13
 V5.20.txt:14
 V5.20.txt:15
 V5.20.txt:16
 V5.20.txt:17
 V5.20.txt:18
 V5.20.txt:19
 V5.20.txt:20
 V5.20.txt:21
 V5.20.txt:22
 V5.20.txt:23
 V5.20.txt:24
 V5.20.txt:25
 V5.20.txt:26
 V5.20.txt:27
 V5.20.txt:28
 V5.20.txt:29
 V5.20.txt:30
 V5.20.txt:31
 V5.20.txt:32
 V5.20.txt:33
 V5.20.txt:34
 V5.20.txt:35
 V5.20.txt:36
 V5.20.txt:37
 V5.20.txt:38
 V5.20.txt:39
 V5.20.txt:40
 V5.20.txt:41
 V5.20.txt:42
 V5.20.txt:43
 V5.20.txt:44
 V5.20.txt:45
 V5.20.txt:46
 V5.20.txt:47
 V5.20.txt:48
 V5.20.txt:49
 V5.20.txt:50
 V5.20.txt:51
 V5.20.txt:52
 V5.20.txt:53
 V5.20.txt:54
 V5.20.txt:55
 V5.20.txt:56
 V5.20.txt:57
 V5.20.txt:58
 V5.20.txt:59
 V5.20.txt:60
 V5.20.txt:61
 V5.20.txt:62
 V5.20.txt:63
 V5.20.txt:64
 V5.20.txt:65
 V5.20.txt:66
 V5.20.txt:67
 V5.20.txt:68
 V5.20.txt:69
 V5.20.txt:70
 V5.20.txt:71
 V5.20.txt:72
 V5.20.txt:73
 V5.20.txt:74
 V5.20.txt:75
 V5.20.txt:76
 V5.20.txt:77
 V5.20.txt:78
 V5.20.txt:79
 V5.20.txt:80
 V5.20.txt:81
 V5.20.txt:82
 V5.20.txt:83
 V5.20.txt:84
 V5.20.txt:85
 V5.20.txt:86
 V5.20.txt:87
 V5.20.txt:88
 V5.20.txt:89
 V5.20.txt:90
 V5.20.txt:91
 V5.20.txt:92
 V5.20.txt:93
 V5.20.txt:94
 V5.20.txt:95
 V5.20.txt:96
 V5.20.txt:97
 V5.20.txt:98
 V5.20.txt:99
 V5.20.txt:100
 V5.20.txt:101
 V5.20.txt:102
 V5.20.txt:103
 V5.20.txt:104
 V5.20.txt:105
 V5.20.txt:106
 V5.20.txt:107
 V5.20.txt:108
 V5.20.txt:109
 V5.20.txt:110
 V5.20.txt:111
 V5.20.txt:112
 V5.20.txt:113
 V5.20.txt:114
 V5.20.txt:115
 V5.20.txt:116
 V5.20.txt:117
 V5.20.txt:118
 V5.20.txt:119
 V5.20.txt:120
 V5.20.txt:121
 V5.20.txt:122
 V5.20.txt:123
 V5.20.txt:124
 V5.20.txt:125
 V5.20.txt:126
 V5.20.txt:127
 V5.20.txt:128
 V5.20.txt:129
 V5.20.txt:130
 V5.20.txt:131
 V5.20.txt:132
 V5.20.txt:133
 V5.20.txt:134
 V5.20.txt:135
 V5.20.txt:136
 V5.20.txt:137
 V5.20.txt:138
 V5.20.txt:139
 V5.20.txt:140
 V5.20.txt:141
 V5.20.txt:142
 V5.20.txt:143
 V5.20.txt:144
 V5.20.txt:145
 V5.20.txt:146
 V5.20.txt:147
 V5.20.txt:148
 V5.20.txt:149
 V5.20.txt:150
 V5.20.txt:151
 V5.20.txt:152
 V5.20.txt:153
 V5.20.txt:154
 V5.20.txt:155
 V5.20.txt:156
 V5.20.txt:157
 V5.20.txt:158
 V5.20.txt:159
 V5.20.txt:160
 V5.20.txt:161
 V5.20.txt:162
 V5.20.txt:163
 V5.20.txt:164
 V5.20.txt:165
 V5.20.txt:166
 V5.20.txt:167
 V5.20.txt:168
 V5.20.txt:169
 V5.20.txt:170
 V5.20.txt:171
 V5.20.txt:172
 V5.20.txt:173
 V5.20.txt:174
 V5.20.txt:175
 V5.20.txt:176
 V5.20.txt:177
 V5.20.txt:178
 V5.20.txt:179
 V5.20.txt:180
 V5.20.txt:181
 V5.20.txt:182
 V5.20.txt:183
 V5.20.txt:184
 V5.20.txt:185
 V5.20.txt:186
 V5.20.txt:187
 V5.20.txt:188
 V5.20.txt:189
 V5.20.txt:190
 V5.20.txt:191
 V5.20.txt:192
 V5.20.txt:193
 V5.20.txt:194
 V5.20.txt:195
 V5.20.txt:196
 V5.20.txt:197
 V5.20.txt:198
 V5.20.txt:199
 V5.20.txt:200
 V5.20.txt:201
 V5.20.txt:202
 V5.20.txt:203
 V5.20.txt:204
 V5.20.txt:205
 V5.20.txt:206
 V5.20.txt:207
 V5.20.txt:208
 V5.20.txt:209
 V5.20.txt:210
 V5.20.txt:211
 V5.20.txt:212
 V5.20.txt:213
 V5.20.txt:214
 V5.20.txt:215
 V5.20.txt:216
 V5.20.txt:217
 V5.20.txt:218
 V5.20.txt:219
 V5.20.txt:220
 V5.20.txt:221
 V5.20.txt:222
 V5.20.txt:223
 V5.20.txt:224
 V5.20.txt:225
 V5.20.txt:226
 V5.20.txt:227
 V5.20.txt:228
 V5.20.txt:229
 V5.20.txt:230
 V5.20.txt:231
 V5.20.txt:232
 V5.20.txt:233
 V5.20.txt:234
 V5.20.txt:235
 V5.20.txt:236
 V5.20.txt:237
 V5.20.txt:238
 V5.20.txt:239
 V5.20.txt:240
 V5.20.txt:241
 V5.20.txt:242
 V5.20.txt:243
 V5.20.txt:244
 V5.20.txt:245
 V5.20.txt:246
 V5.20.txt:247
 V5.20.txt:248
 V5.20.txt:249
 V5.20.txt:250
 V5.20.txt:251
 V5.20.txt:252
 V5.20.txt:253
 V5.20.txt:254
 V5.20.txt:255
 V5.20.txt:256
 V5.20.txt:257
 V5.20.txt:258
 V5.20.txt:259
 V5.20.txt:260
 V5.20.txt:261
 V5.20.txt:262
 V5.20.txt:263
 V5.20.txt:264
 V5.20.txt:265
 V5.20.txt:266
 V5.20.txt:267
 V5.20.txt:268
 V5.20.txt:269
 V5.20.txt:270
 V5.20.txt:271
 V5.20.txt:272
 V5.20.txt:273
 V5.20.txt:274
 V5.20.txt:275
 V5.20.txt:276
 V5.20.txt:277
 V5.20.txt:278
 V5.20.txt:279
 V5.20.txt:280
 V5.20.txt:281
 V5.20.txt:282
 V5.20.txt:283
 V5.20.txt:284
 V5.20.txt:285
 V5.20.txt:286
 V5.20.txt:287
 V5.20.txt:288
 V5.20.txt:289
 V5.20.txt:290
 V5.20.txt:291
 V5.20.txt:292
 V5.20.txt:293
 V5.20.txt:294
 V5.20.txt:295
 V5.20.txt:296
 V5.20.txt:297
 V5.20.txt:298
 V5.20.txt:299
 V5.20.txt:300
 V5.20.txt:301
 V5.20.txt:302
 V5.20.txt:303
 V5.20.txt:304
 V5.20.txt:305
 V5.20.txt:306
 V5.20.txt:307
 V5.20.txt:308
 V5.20.txt:309
 V5.20.txt:310
 V5.20.txt:311
 V5.20.txt:312
 V5.20.txt:313
 V5.20.txt:314
 V5.20.txt:315
 V5.20.txt:316
 V5.20.txt:317
 V5.20.txt:318
 V5.20.txt:319
 V5.20.txt:320
 V5.20.txt:321
 V5.20.txt:322
 V5.20.txt:323
 V5.20.txt:324
 V5.20.txt:325
 V5.20.txt:326
 V5.20.txt:327
 V5.20.txt:328
 V5.20.txt:329
 V5.20.txt:330
 V5.20.txt:331
 V5.20.txt:332
 V5.20.txt:333
 V5.20.txt:334
 V5.20.txt:335
 V5.20.txt:336
 V5.20.txt:337
 V5.20.txt:338
 V5.20.txt:339
 V5.20.txt:340
 V5.20.txt:341
 V5.20.txt:342
 V5.20.txt:343
 V5.20.txt:344
 V5.20.txt:345
 V5.20.txt:346
 V5.20.txt:347
 V5.20.txt:348
 V5.20.txt:349
 V5.20.txt:350
 V5.20.txt:351
 V5.20.txt:352
 V5.20.txt:353
 V5.20.txt:354
 V5.20.txt:355
 V5.20.txt:356
 V5.20.txt:357
 V5.20.txt:358
 V5.20.txt:359
 V5.20.txt:360
 V5.20.txt:361
 V5.20.txt:362
 V5.20.txt:363
 V5.20.txt:364
 V5.20.txt:365
 V5.20.txt:366
 V5.20.txt:367
 V5.20.txt:368
 V5.20.txt:369
 V5.20.txt:370
 V5.20.txt:371
 V5.20.txt:372
 V5.20.txt:373
 V5.20.txt:374
 V5.20.txt:375
 V5.20.txt:376
 V5.20.txt:377
 V5.20.txt:378
 V5.20.txt:379
 V5.20.txt:380
 V5.20.txt:381
 V5.20.txt:382
 V5.20.txt:383
 V5.20.txt:384
 V5.20.txt:385
 V5.20.txt:386
 V5.20.txt:387
 V5.20.txt:388
 V5.20.txt:389
 V5.20.txt:390
 V5.20.txt:391
 V5.20.txt:392
 V5.20.txt:393
 V5.20.txt:394
 V5.20.txt:395
 V5.20.txt:396
 V5.20.txt:397
 V5.20.txt:398
 V5.20.txt:399
 V5.20.txt:400
 V5.20.txt:401
 V5.20.txt:402
 V5.20.txt:403
 V5.20.txt:404
 V5.20.txt:405
 V5.20.txt:406
 V5.20.txt:407
 V5.20.txt:408
 V5.20.txt:409
 V5.20.txt:410
 V5.20.txt:411
 V5.20.txt:412
 V5.20.txt:413
 V5.20.txt:414
 V5.20.txt:415
 V5.20.txt:416
 V5.20.txt:417
 V5.20.txt:418
 V5.20.txt:419
 V5.20.txt:420
 V5.20.txt:421
 V5.20.txt:422
 V5.20.txt:423
 V5.20.txt:424
 V5.20.txt:425
 V5.20.txt:426
 V5.20.txt:427
 V5.20.txt:428
 V5.20.txt:429
 V5.20.txt:430
 V5.20.txt:431
 V5.20.txt:432
 V5.20.txt:433
 V5.20.txt:434
 V5.20.txt:435
 V5.20.txt:436
 V5.20.txt:437
 V5.20.txt:438
 V5.20.txt:439
 V5.20.txt:440
 V5.20.txt:441
 V5.20.txt:442
 V5.20.txt:443
 V5.20.txt:444
 V5.20.txt:445
 V5.20.txt:446
 V5.20.txt:447
 V5.20.txt:448
 V5.20.txt:449
 V5.20.txt:450
 V5.20.txt:451
 V5.20.txt:452
 V5.20.txt:453
 V5.20.txt:454
 V5.20.txt:455
 V5.20.txt:456
 V5.20.txt:457
 V5.20.txt:458
 V5.20.txt:459
 V5.20.txt:460
 V5.20.txt:461
 V5.20.txt:462
 V5.20.txt:463
 V5.20.txt:464
 V5.20.txt:465
 V5.20.txt:466
 V5.20.txt:467
 V5.20.txt:468
 V5.20.txt:469
 V5.20.txt:470
 V5.20.txt:471
 V5.20.txt:472
 V5.20.txt:473
 V5.20.txt:474
 V5.20.txt:475
 V5.20.txt:476
 V5.20.txt:477
 V5.20.txt:478
 V5.20.txt:479
 V5.20.txt:480
 V5.20.txt:481
 V5.20.txt:482
 V5.20.txt:483
 V5.20.txt:484
 V5.20.txt:485
 V5.20.txt:486
 V5.20.txt:487
 V5.20.txt:488
 V5.20.txt:489
 V5.20.txt:490
 V5.20.txt:491
 V5.20.txt:492
 V5.20.txt:493
 V5.20.txt:494
 V5.20.txt:495
 V5.20.txt:496
 V5.20.txt:497
 V5.20.txt:498
 V5.20.txt:499
 V5.20.txt:500
 V5.20.txt:501
 V5.20.txt:502
 V5.20.txt:503
 V5.20.txt:504
 V5.20.txt:505
 V5.20.txt:506
 V5.20.txt:507
 V5.20.txt:508
 V5.20.txt:509
 V5.20.txt:510
 V5.20.txt:511
 V5.20.txt:512
 V5.20.txt:513
 V5.20.txt:514
 V5.20.txt:515
 V5.20.txt:516
 V5.20.txt:517
 V5.20.txt:518
 V5.20.txt:519
 V5.20.txt:520
 V5.20.txt:521
 V5.20.txt:522
 V5.20.txt:523
 V5.20.txt:524
 V5.20.txt:525
 V5.20.txt:526
 V5.20.txt:527
 V5.20.txt:528
 V5.20.txt:529
 V5.20.txt:530
 V5.20.txt:531
 V5.20.txt:532
 V5.20.txt:533
 V5.20.txt:534
 V5.20.txt:535
 V5.20.txt:536
 V5.20.txt:537
 V5.20.txt:538
 V5.20.txt:539
 V5.20.txt:540
 V5.20.txt:541
 V5.20.txt:542
 V5.20.txt:543
 V5.20.txt:544
 V5.20.txt:545
 V5.20.txt:546
 V5.20.txt:547
 V5.20.txt:548
 V5.20.txt:549
 V5.20.txt:550
 V5.20.txt:551
 V5.20.txt:552
 V5.20.txt:553
 V5.20.txt:554
 V5.20.txt:555
 V5.20.txt:556
 V5.20.txt:557
 V5.20.txt:558
 V5.20.txt:559
 V5.20.txt:560
 V5.20.txt:561
 V5.20.txt:562
 V5.20.txt:563
 V5.20.txt:564
 V5.20.txt:565
 V5.20.txt:566
 V5.20.txt:567
 V5.20.txt:568
 V5.20.txt:569
 V5.20.txt:570
 V5.20.txt:571
 V5.20.txt:572
 V5.20.txt:573
 V5.20.txt:574
 V5.20.txt:575
 V5.20.txt:576
 V5.20.txt:577
 V5.20.txt:578
 V5.20.txt:579
 V5.20.txt:580
 V5.20.txt:581
 V5.20.txt:582
 V5.20.txt:583
 V5.20.txt:584
 V5.20.txt:585
 V5.20.txt:586
 V5.20.txt:587
 V5.20.txt:588
 V5.20.txt:589
 V5.20.txt:590
 V5.20.txt:591
 V5.20.txt:592
 V5.20.txt:593
 V5.20.txt:594
 V5.20.txt:595
 V5.20.txt:596
 V5.20.txt:597
 V5.20.txt:598
 V5.20.txt:599
 V5.20.txt:600
 V5.20.txt:601
 V5.20.txt:602
 V5.20.txt:603
 V5.20.txt:604
 V5.20.txt:605
 V5.20.txt:606
 V5.20.txt:607
 V5.20.txt:608
 V5.20.txt:609
 V5.20.txt:610
 V5.20.txt:611
 V5.20.txt:612
 V5.20.txt:613
 V5.20.txt:614
 V5.20.txt:615
 V5.20.txt:616
 V5.20.txt:617
 V5.20.txt:618
 V5.20.txt:619
 V5.20.txt:620
 V5.20.txt:621
 V5.20.txt:622
 V5.20.txt:623
 V5.20.txt:624
 V5.20.txt:625
 V5.20.txt:626
 V5.20.txt:627
 V5.20.txt:628
 V5.20.txt:629
 V5.20.txt:630
 V5.20.txt:631
 V5.20.txt:632
 V5.20.txt:633
 V5.20.txt:634
 V5.20.txt:635
 V5.20.txt:636
 V5.20.txt:637
 V5.20.txt:638
 V5.20.txt:639
 V5.20.txt:640
 V5.20.txt:641
 V5.20.txt:642
 V5.20.txt:643
 V5.20.txt:644
 V5.20.txt:645
 V5.20.txt:646
 V5.20.txt:647
 V5.20.txt:648
 V5.20.txt:649
 V5.20.txt:650
 V5.20.txt:651
 V5.20.txt:652
 V5.20.txt:653
 V5.20.txt:654
 V5.20.txt:655
 V5.20.txt:656
 V5.20.txt:657
 V5.20.txt:658
 V5.20.txt:659
 V5.20.txt:660
 V5.20.txt:661
 V5.20.txt:662
 V5.20.txt:663
 V5.20.txt:664
 V5.20.txt:665
 V5.20.txt:666
 V5.20.txt:667
 V5.20.txt:668
 V5.20.txt:669
 V5.20.txt:670
 V5.20.txt:671
 V5.20.txt:672
 V5.20.txt:673
 V5.20.txt:674
 V5.20.txt:675
 V5.20.txt:676
 V5.20.txt:677
 V5.20.txt:678
 V5.20.txt:679
 V5.20.txt:680
 V5.20.txt:681
 V5.20.txt:682
 V5.20.txt:683
 V5.20.txt:684
 V5.20.txt:685
 V5.20.txt:686
 V5.20.txt:687
 V5.20.txt:688
 V5.20.txt:689
 V5.20.txt:690
 V5.20.txt:691
 V5.20.txt:692
 V5.20.txt:693
 V5.20.txt:694
 V5.20.txt:695
 V5.20.txt:696
 V5.20.txt:697
 V5.20.txt:698
 V5.20.txt:699
 V5.20.txt:700
 V5.20.txt:701
 V5.20.txt:702
 V5.20.txt:703
 V5.20.txt:704
 V5.20.txt:705
 V5.20.txt:706
 V5.20.txt:707
 V5.20.txt:708
 V5.20.txt:709
 V5.20.txt:710
 V5.20.txt:711
 V5.20.txt:712
 V5.20.txt:713
 V5.20.txt:714
 V5.20.txt:715
 V5.20.txt:716
 V5.20.txt:717
 V5.20.txt:718
 V5.20.txt:719
 V5.20.txt:720
 V5.20.txt:721
 V5.20.txt:722
 V5.20.txt:723
 V5.20.txt:724
 V5.20.txt:725
 V5.20.txt:726
 V5.20.txt:727
 V5.20.txt:728
 V5.20.txt:729
 V5.20.txt:730
 V5.20.txt:731
 V5.20.txt:732
 V5.20.txt:733
 V5.20.txt:734
 V5.20.txt:735
 V5.20.txt:736
 V5.20.txt:737
 V5.20.txt:738
 V5.20.txt:739
 V5.20.txt:740
 V5.20.txt:741
 V5.20.txt:742
 V5.20.txt:743
 V5.20.txt:744
 V5.20.txt:745
 V5.20.txt:746
 V5.20.txt:747
 V5.20.txt:748
 V5.20.txt:749
 V5.20.txt:750
 V5.20.txt:751
 V5.20.txt:752
 V5.20.txt:753
 V5.20.txt:754
 V5.20.txt:755
 V5.20.txt:756
 V5.20.txt:757
 V5.20.txt:758
 V5.20.txt:759
 V5.20.txt:760
 V5.20.txt:761
 V5.20.txt:762
 V5.20.txt:763
 V5.20.txt:764
 V5.20.txt:765
 V5.20.txt:766
 V5.20.txt:767
 V5.20.txt:768
 V5.20.txt:769
 V5.20.txt:770
 V5.20.txt:771
 V5.20.txt:772
 V5.20.txt:773
 V5.20.txt:774
 V5.20.txt:775
 V5.20.txt:776
 V5.20.txt:777
 V5.20.txt:778
 V5.20.txt:779
 V5.20.txt:780
 V5.20.txt:781
 V5.20.txt:782
 V5.20.txt:783
 V5.20.txt:784
 V5.20.txt:785
 V5.20.txt:786
 V5.20.txt:787
 V5.20.txt:788
 V5.20.txt:789
 V5.20.txt:790
 V5.20.txt:791
 V5.20.txt:792
 V5.20.txt:793
 V5.20.txt:794
 V5.20.txt:795
 V5.20.txt:796
 V5.20.txt:797
 V5.20.txt:798
 V5.20.txt:799
 V5.20.txt:800
 V5.20.txt:801
 V5.20.txt:802
 V5.20.txt:803
 V5.20.txt:804
 V5.20.txt:805
 V5.20.txt:806
 V5.20.txt:807
 V5.20.txt:808
 V5.20.txt:809
 V5.20.txt:810
 V5.20.txt:811
 V5.20.txt:812
 V5.20.txt:813
 V5.20.txt:814
 V5.20.txt:815
 V5.20.txt:816
 V5.20.txt:817
 V5.20.txt:818
 V5.20.txt:819
 V5.20.txt:820
 V5.20.txt:821
 V5.20.txt:822
 V5.20.txt:823
 V5.20.txt:824
 V5.20.txt:825
 V5.20.txt:826
 V5.20.txt:827
 V5.20.txt:828
 V5.20.txt:829
 V5.20.txt:830
 V5.20.txt:831
 V5.20.txt:832
 V5.20.txt:833
 V5.20.txt:834
 V5.20.txt:835
 V5.20.txt:836
 V5.20.txt:837
 V5.20.txt:838
 V5.20.txt:839
 V5.20.txt:840
 V5.20.txt:841
 V5.20.txt:842
 V5.20.txt:843
 V5.20.txt:844
 V5.20.txt:845
 V5.20.txt:846
 V5.20.txt:847
 V5.20.txt:848
 V5.20.txt:849
 V5.20.txt:850
 V5.20.txt:851
 V5.20.txt:852
 V5.20.txt:853
 V5.20.txt:854
 V5.20.txt:855
 V5.20.txt:856
 V5.20.txt:857
 V5.20.txt:858
 V5.20.txt:859
 V5.20.txt:860
 V5.20.txt:861
 V5.20.txt:862
 V5.20.txt:863
 V5.20.txt:864
 V5.20.txt:865
 V5.20.txt:866
 V5.20.txt:867
 V5.20.txt:868
 V5.20.txt:869
 V5.20.txt:870
 V5.20.txt:871
 V5.20.txt:872
 V5.20.txt:873
 V5.20.txt:874
 V5.20.txt:875
 V5.20.txt:876
 V5.20.txt:877
 V5.20.txt:878
 V5.20.txt:879
 V5.20.txt:880
 V5.20.txt:881
 V5.20.txt:882
 V5.20.txt:883
 V5.20.txt:884
 V5.20.txt:885
 V5.20.txt:886
 V5.20.txt:887
 V5.20.txt:888
 V5.20.txt:889
 V5.20.txt:890
 V5.20.txt:891
 V5.20.txt:892
 V5.20.txt:893
 V5.20.txt:894
 V5.20.txt:895
 V5.20.txt:896
 V5.20.txt:897
 V5.20.txt:898
 V5.20.txt:899
 V5.20.txt:900
 V5.20.txt:901
 V5.20.txt:902
 V5.20.txt:903
 V5.20.txt:904
 V5.20.txt:905
 V5.20.txt:906
 V5.20.txt:907
 V5.20.txt:908
 V5.20.txt:909
 V5.20.txt:910
 V5.20.txt:911
 V5.20.txt:912
 V5.20.txt:913
 V5.20.txt:914
 V5.20.txt:915
 V5.20.txt:916
 V5.20.txt:917
 V5.20.txt:918
 V5.20.txt:919
 V5.20.txt:920
 V5.20.txt:921
 V5.20.txt:922
 V5.20.txt:923
 V5.20.txt:924
 V5.20.txt:925
 V5.20.txt:926
 V5.20.txt:927
 V5.20.txt:928
 V5.20.txt:929
 V5.20.txt:930
 V5.20.txt:931
 V5.20.txt:932
 V5.20.txt:933
 V5.20.txt:934
 V5.20.txt:935
 V5.20.txt:936
 V5.20.txt:937
 V5.20.txt:938
 V5.20.txt:939
 V5.20.txt:940
 V5.20.txt:941
 V5.20.txt:942
 V5.20.txt:943
 V5.20.txt:944
 V5.20.txt:945
 V5.20.txt:946
 V5.20.txt:947
 V5.20.txt:948
 V5.20.txt:949
 V5.20.txt:950
 V5.20.txt:951
 V5.20.txt:952
 V5.20.txt:953
 V5.20.txt:954
 V5.20.txt:955
 V5.20.txt:956
 V5.20.txt:957
 V5.20.txt:958
 V5.20.txt:959
 V5.20.txt:960
 V5.20.txt:961
 V5.20.txt:962
 V5.20.txt:963
 V5.20.txt:964
 V5.20.txt:965
 V5.20.txt:966
 V5.20.txt:967
 V5.20.txt:968
 V5.20.txt:969
 V5.20.txt:970
 V5.20.txt:971
 V5.20.txt:972
 V5.20.txt:973
 V5.20.txt:974
 V5.20.txt:975
 V5.20.txt:976
 V5.20.txt:977
 V5.20.txt:978
 V5.20.txt:979
 V5.20.txt:980
 V5.20.txt:981
 V5.20.txt:982
 V5.20.txt:983
 V5.20.txt:984
 V5.20.txt:985
 V5.20.txt:986
 V5.20.txt:987
 V5.20.txt:988
 V5.20.txt:989
 V5.20.txt:990
 V5.20.txt:991
 V5.20.txt:992
 V5.20.txt:993
 V5.20.txt:994
 V5.20.txt:995
 V5.20.txt:996
 V5.20.txt:997
 V5.20.txt:998
 V5.20.txt:999
 V5.20.txt:1000
 V5.20.txt:1001
 V5.20.txt:1002
 V5.20.txt:1003
 V5.20.txt:1004
 V5.20.txt:1005
 V5.20.txt:1006
 V5.20.txt:1007
 V5.20.txt:1008
 V5.20.txt:1009
 V5.20.txt:1010
 V5.20.txt:1011
 V5.20.txt:1012
 V5.20.txt:1013
 V5.20.txt:1014
 V5.20.txt:1015
 V5.20.txt:1016
 V5.20.txt:1017
 V5.20.txt:1018
 V5.20.txt:1019
 V5.20.txt:1020
 V5.20.txt:1021
 V5.20.txt:1022
 V5.20.txt:1023
 V5.20.txt:1024
 V5.20.txt:1025
 V5.20.txt:1026
 V5.20.txt:1027
 V5.20.txt:1028
 V5.20.txt:1029
 V5.20.txt:1030
 V5.20.txt:1031
 V5.20.txt:1032
 V5.20.txt:1033
 V5.20.txt:1034
 V5.20.txt:1035
 V5.20.txt:1036
 V5.20.txt:1037
 V5.20.txt:1038
 V5.20.txt:1039
 V5.20.txt:1040
 V5.20.txt:1041
 V5.20.txt:1042
 V5.20.txt:1043
 V5.20.txt:1044
 V5.20.txt:1045
 V5.20.txt:1046
 V5.20.txt:1047
 V5.20.txt:1048
 V5.20.txt:1049
 V5.20.txt:1050
 V5.20.txt:1051
 V5.20.txt:1052
 V5.20.txt:1053
 V5.20.txt:1054
 V5.20.txt:1055
 V5.20.txt:1056
 V5.20.txt:1057
 V5.20.txt:1058
 V5.20.txt:1059
 V5.20.txt:1060
 V5.20.txt:1061
 V5.20.txt:1062
 V5.20.txt:1063
 V5.20.txt:1064
 V5.20.txt:1065
 V5.20.txt:1066
 V5.20.txt:1067
 V5.20.txt:1068
 V5.20.txt:1069
 V5.20.txt:1070
 V5.20.txt:1071
 V5.20.txt:1072
 V5.20.txt:1073
 V5.20.txt:1074
 V5.20.txt:1075
 V5.20.txt:1076
 V5.20.txt:1077
 V5.20.txt:1078
 V5.20.txt:1079
 V5.20.txt:1080
 V5.20.txt:1081
 V5.20.txt:1082
 V5.20.txt:1083
 V5.20.txt:1084
 V5.20.txt:1085
 V5.20.txt:1086
 V5.20.txt:1087
 V5.20.txt:1088
 V5.20.txt:1089
 V5.20.txt:1090
 V5.20.txt:1091
 V5.20.txt:1092
 V5.20.txt:1093
 V5.20.txt:1094
 V5.20.txt:1095
 V5.20.txt:1096
 V5.20.txt:1097
 V5.20.txt:1098
 V5.20.txt:1099
 V5.20.txt:1100
 V5.20.txt:1101
 V5.20.txt:1102
 V5.20.txt:1103
 V5.20.txt:1104
 V5.20.txt:1105
 V5.20.txt:1106
 V5.20.txt:1107
 V5.20.txt:1108
 V5.20.txt:1109
 V5.20.txt:1110
 V5.20.txt:1111
 V5.20.txt:1112
 V5.20.txt:1113
 V5.20.txt:1114
 V5.20.txt:1115
 V5.20.txt:1116
 V5.20.txt:1117
 V5.20.txt:1118
 V5.20.txt:1119
 V5.20.txt:1120
 V5.20.txt:1121
 V5.20.txt:1122
 V5.20.txt:1123
 V5.20.txt:1124
 V5.20.txt:1125
 V5.20.txt:1126
 V5.20.txt:1127
 V5.20.txt:1128
 V5.20.txt:1129
 V5.20.txt:1130
 V5.20.txt:1131
 V5.20.txt:1132
 V5.20.txt:1133
 V5.20.txt:1134
 V5.20.txt:1135
 V5.20.txt:1136
 V5.20.txt:1137
 V5.20.txt:1138
 V5.20.txt:1139
 V5.20.txt:1140
 V5.20.txt:1141
 V5.20.txt:1142
 V5.20.txt:1143
 V5.20.txt:1144
 V5.20.txt:1145
 V5.20.txt:1146
 V5.20.txt:1147
 V5.20.txt:1148
 V5.20.txt:1149
 V5.20.txt:1150
 V5.20.txt:1151
 V5.20.txt:1152
 V5.20.txt:1153
 V5.20.txt:1154
 V5.20.txt:1155
 V5.20.txt:1156
 V5.20.txt:1157
 V5.20.txt:1158
 V5.20.txt:1159
 V5.20.txt:1160
 V5.20.txt:1161
 V5.20.txt:1162
 V5.20.txt:1163
 V5.20.txt:1164
 V5.20.txt:1165
 V5.20.txt:1166
 V5.20.txt:1167
 V5.20.txt:1168
 V5.20.txt:1169
 V5.20.txt:1170
 V5.20.txt:1171
 V5.20.txt:1172
 V5.20.txt:1173
 V5.20.txt:1174
 V5.20.txt:1175
 V5.20.txt:1176
 V5.20.txt:1177
 V5.20.txt:1178
 V5.20.txt:1179
 V5.20.txt:1180
 V5.20.txt:1181
 V5.20.txt:1182
 V5.20.txt:1183
 V5.20.txt:1184
 V5.20.txt:1185
 V5.20.txt:1186
 V5.20.txt:1187
 V5.20.txt:1188
 V5.20.txt:1189
 V5.20.txt:1190
 V5.20.txt:1191
 V5.20.txt:1192
 V5.20.txt:1193
 V5.20.txt:1194
 V5.20.txt:1195
 V5.20.txt:1196
 V5.20.txt:1197
 V5.20.txt:1198
 V5.20.txt:1199
 V5.20.txt:1200
 V5.20.txt:1201
 V5.20.txt:1202
 V5.20.txt:1203
 V5.20.txt:1204
 V5.20.txt:1205
 V5.20.txt:1206
 V5.20.txt:1207
 V5.20.txt:1208
 V5.20.txt:1209
 V5.20.txt:1210
 V5.20.txt:1211
 V5.20.txt:1212
 V5.20.txt:1213
 V5.20.txt:1214
 V5.20.txt:1215
 V5.20.txt:1216
 V5.20.txt:1217
 V5.20.txt:1218
 V5.20.txt:1219
 V5.20.txt:1220
 V5.20.txt:1221
 V5.20.txt:1222
 V5.20.txt:1223
 V5.20.txt:1224
 V5.20.txt:1225
 V5.20.txt:1226
 V5.20.txt:1227
 V5.20.txt:1228
 V5.20.txt:1229
 V5.20.txt:1230
 V5.20.txt:1231
 V5.20.txt:1232
 V5.20.txt:1233
 V5.20.txt:1234
 V5.20.txt:1235
 V5.20.txt:1236
 V5.20.txt:1237
 V5.20.txt:1238
 V5.20.txt:1239
 V5.20.txt:1240
 V5.20.txt:1241
 V5.20.txt:1242
 V5.20.txt:1243
 V5.20.txt:1244
 V5.20.txt:1245
 V5.20.txt:1246
 V5.20.txt:1247
 V5.20.txt:1248
 V5.20.txt:1249
 V5.20.txt:1250
 V5.20.txt:1251
 V5.20.txt:1252
 V5.20.txt:1253
 V5.20.txt:1254
 V5.20.txt:1255
 V5.20.txt:1256
 V5.20.txt:1257
 V5.20.txt:1258
 V5.20.txt:1259
 V5.20.txt:1260
 V5.20.txt:1261
 V5.20.txt:1262
 V5.20.txt:1263
 V5.20.txt:1264
 V5.20.txt:1265
 V5.20.txt:1266
 V5.20.txt:1267
 V5.20.txt:1268
 V5.20.txt:1269
 V5.20.txt:1270
 V5.20.txt:1271
 V5.20.txt:1272
 V5.20.txt:1273
 V5.20.txt:1274
 V5.20.txt:1275
 V5.20.txt:1276
 V5.20.txt:1277
 V5.20.txt:1278
 V5.20.txt:1279
 V5.20.txt:1280
 V5.20.txt:1281
 V5.20.txt:1282
 V5.20.txt:1283
 V5.20.txt:1284
 V5.20.txt:1285
 V5.20.txt:1286
 V5.20.txt:1287
 V5.20.txt:1288
 V5.20.txt:1289
 V5.20.txt:1290
 V5.20.txt:1291
 V5.20.txt:1292
 V5.20.txt:1293
 V5.20.txt:1294
 V5.20.txt:1295
 V5.20.txt:1296
 V5.20.txt:1297
 V5.20.txt:1298
 V5.20.txt:1299
 V5.20.txt:1300
 V5.20.txt:1301
 V5.20.txt:1302
 V5.20.txt:1303
 V5.20.txt:1304
 V5.20.txt:1305
 V5.20.txt:1306
 V5.20.txt:1307
 V5.20.txt:1308
 V5.20.txt:1309
 V5.20.txt:1310
 V5.20.txt:1311
 V5.20.txt:1312
 V5.20.txt:1313
 V5.20.txt:1314
 V5.20.txt:1315
 V5.20.txt:1316
 V5.20.txt:1317
 V5.20.txt:1318
 V5.20.txt:1319
 V5.20.txt:1320
 V5.20.txt:1321
 V5.20.txt:1322
 V5.20.txt:1323
 V5.20.txt:1324
 V5.20.txt:1325
 V5.20.txt:1326
 V5.20.txt:1327
 V5.20.txt:1328
 V5.20.txt:1329
 V5.20.txt:1330
 V5.20.txt:1331
 V5.20.txt:1332
 V5.20.txt:1333
 V5.20.txt:1334
 V5.20.txt:1335
 V5.20.txt:1336
 V5.20.txt:1337
 V5.20.txt:1338
 V5.20.txt:1339
 V5.20.txt:1340
 V5.20.txt:1341
 V5.20.txt:1342
 V5.20.txt:1343
 V5.20.txt:1344
 V5.20.txt:1345
 V5.20.txt:1346
 V5.20.txt:1347
 V5.20.txt:1348
 V5.20.txt:1349
 V5.20.txt:1350
 V5.20.txt:1351
 V5.20.txt:1352
 V5.20.txt:1353
 V5.20.txt:1354
 V5.20.txt:1355
 V5.20.txt:1356
 V5.20.txt:1357
 V5.20.txt:1358
 V5.20.txt:1359
 V5.20.txt:1360
 V5.20.txt:1361
 V5.20.txt:1362
 V5.20.txt:1363
 V5.20.txt:1364
 V5.20.txt:1365
 V5.20.txt:1366
 V5.20.txt:1367
 V5.20.txt:1368
 V5.20.txt:1369
 V5.20.txt:1370
 V5.20.txt:1371
 V5.20.txt:1372
 V5.20.txt:1373
 V5.20.txt:1374
 V5.20.txt:1375
 V5.20.txt:1376
 V5.20.txt:1377
 V5.20.txt:1378
 V5.20.txt:1379
 V5.20.txt:1380
 V5.20.txt:1381
 V5.20.txt:1382
 V5.20.txt:1383
 V5.20.txt:1384
 V5.20.txt:1385
 V5.20.txt:1386
 V5.20.txt:1387
 V5.20.txt:1388
 V5.20.txt:1389
 V5.20.txt:1390
 V5.20.txt:1391
 V5.20.txt:1392
 V5.20.txt:1393
 V5.20.txt:1394
 V5.20.txt:1395
 V5.20.txt:1396
 V5.20.txt:1397
 V5.20.txt:1398
 V5.20.txt:1399
 V5.20.txt:1400
 V5.20.txt:1401
 V5.20.txt:1402
 V5.20.txt:1403
 V5.20.txt:1404
 V5.20.txt:1405
 V5.20.txt:1406
 V5.20.txt:1407
 V5.20.txt:1408
 V5.20.txt:1409
 V5.20.txt:1410
 V5.20.txt:1411
 V5.20.txt:1412
 V5.20.txt:1413
 V5.20.txt:1414
 V5.20.txt:1415
 V5.20.txt:1416
 V5.20.txt:1417
 V5.20.txt:1418
 V5.20.txt:1419
 V5.20.txt:1420
 V5.20.txt:1421
 V5.20.txt:1422
 V5.20.txt:1423
 V5.20.txt:1424
 V5.20.txt:1425
 V5.20.txt:1426
 V5.20.txt:1427
 V5.20.txt:1428
 V5.20.txt:1429
 V5.20.txt:1430
 V5.20.txt:1431
 V5.20.txt:1432
 V5.20.txt:1433
 V5.20.txt:1434
 V5.20.txt:1435
 V5.20.txt:1436
 V5.20.txt:1437
 V5.20.txt:1438
 V5.20.txt:1439
 V5.20.txt:1440
 V5.20.txt:1441
 V5.20.txt:1442
 V5.20.txt:1443
 V5.20.txt:1444
 V5.20.txt:1445
 V5.20.txt:1446
 V5.20.txt:1447
 V5.20.txt:1448
 V5.20.txt:1449
 V5.20.txt:1450
 V5.20.txt:1451
 V5.20.txt:1452
 V5.20.txt:1453
 V5.20.txt:1454
 V5.20.txt:1455
 V5.20.txt:1456
 V5.20.txt:1457
 V5.20.txt:1458
 V5.20.txt:1459
 V5.20.txt:1460
 V5.20.txt:1461
 V5.20.txt:1462
 V5.20.txt:1463
 V5.20.txt:1464
 V5.20.txt:1465
 V5.20.txt:1466
 V5.20.txt:1467
 V5.20.txt:1468
 V5.20.txt:1469
 V5.20.txt:1470
 V5.20.txt:1471
 V5.20.txt:1472
 V5.20.txt:1473
 V5.20.txt:1474
 V5.20.txt:1475
 V5.20.txt:1476
 V5.20.txt:1477
 V5.20.txt:1478
 V5.20.txt:1479
 V5.20.txt:1480
 V5.20.txt:1481
 V5.20.txt:1482
 V5.20.txt:1483
 V5.20.txt:1484
 V5.20.txt:1485
 V5.20.txt:1486
 V5.20.txt:1487
 V5.20.txt:1488
 V5.20.txt:1489
 V5.20.txt:1490
 V5.20.txt:1491
 V5.20.txt:1492
 V5.20.txt:1493
 V5.20.txt:1494
 V5.20.txt:1495
 V5.20.txt:1496
 V5.20.txt:1497
 V5.20.txt:1498
 V5.20.txt:1499
 V5.20.txt:1500
 V5.20.txt:1501
 V5.20.txt:1502
 V5.20.txt:1503
 V5.20.txt:1504
 V5.20.txt:1505
 V5.20.txt:1506
 V5.20.txt:1507
 V5.20.txt:1508
 V5.20.txt:1509
 V5.20.txt:1510
 V5.20.txt:1511
 V5.20.txt:1512
 V5.20.txt:1513
 V5.20.txt:1514
 V5.20.txt:1515
 V5.20.txt:1516
 V5.20.txt:1517
 V5.20.txt:1518
 V5.20.txt:1519
 V5.20.txt:1520
 V5.20.txt:1521
 V5.20.txt:1522
 V5.20.txt:1523
 V5.20.txt:1524
 V5.20.txt:1525
 V5.20.txt:1526
 V5.20.txt:1527
 V5.20.txt:1528
 V5.20.txt:1529
 V5.20.txt:1530
 V5.20.txt:1531
 V5.20.txt:1532
 V5.20.txt:1533
 V5.20.txt:1534
 V5.20.txt:1535
 V5.20.txt:1536
 V5.20.txt:1537
 V5.20.txt:1538
 V5.20.txt:1539
 V5.20.txt:1540
 V5.20.txt:1541
 V5.20.txt:1542
 V5.20.txt:1543
 V5.20.txt:1544
 V5.20.txt:1545
 V5.20.txt:1546
 V5.20.txt:1547
 V5.20.txt:1548
 V5.20.txt:1549
 V5.20.txt:1550
 V5.20.txt:1551
 V5.20.txt:1552
 V5.20.txt:1553
 V5.20.txt:1554
 V5.20.txt:1555
 V5.20.txt:1556
 V5.20.txt:1557
 V5.20.txt:1558
 V5.20.txt:1559
 V5.20.txt:1560
 V5.20.txt:1561
 V5.20.txt:1562
 V5.20.txt:1563
 V5.20.txt:1564
 V5.20.txt:1565
 V5.20.txt:1566
 V5.20.txt:1567
 V5.20.txt:1568
 V5.20.txt:1569
 V5.20.txt:1570
 V5.20.txt:1571
 V5.20.txt:1572
 V5.20.txt:1573
 V5.20.txt:1574
 V5.20.txt:1575
 V5.20.txt:1576
 V5.20.txt:1577
 V5.20.txt:1578
 V5.20.txt:1579
 V5.20.txt:1580
 V5.20.txt:1581
 V5.20.txt:1582
 V5.20.txt:1583
 V5.20.txt:1584
 V5.20.txt:1585
 V5.20.txt:1586
 V5.20.txt:1587
 V5.20.txt:1588
 V5.20.txt:1589
 V5.20.txt:1590
 V5.20.txt:1591
 V5.20.txt:1592
 V5.20.txt:1593
 V5.20.txt:1594
 V5.20.txt:1595
 V5.20.txt:1596
 V5.20.txt:1597
 V5.20.txt:1598
 V5.20.txt:1599
 V5.20.txt:1600
 V5.20.txt:1601
 V5.20.txt:1602
 V5.20.txt:1603
 V5.20.txt:1604
 V5.20.txt:1605
 V5.20.txt:1606
 V5.20.txt:1607
 V5.20.txt:1608
 V5.20.txt:1609
 V5.20.txt:1610
 V5.20.txt:1611
 V5.20.txt:1612
 V5.20.txt:1613
 V5.20.txt:1614
 V5.20.txt:1615
 V5.20.txt:1616
 V5.20.txt:1617
 V5.20.txt:1618
 V5.20.txt:1619
 V5.20.txt:1620
 V5.20.txt:1621
 V5.20.txt:1622
 V5.20.txt:1623
 V5.20.txt:1624
 V5.20.txt:1625
 V5.20.txt:1626
 V5.20.txt:1627
 V5.20.txt:1628
 V5.20.txt:1629
 V5.20.txt:1630
 V5.20.txt:1631
 V5.20.txt:1632
 V5.20.txt:1633
 V5.20.txt:1634
 V5.20.txt:1635
 V5.20.txt:1636
 V5.20.txt:1637
 V5.20.txt:1638
 V5.20.txt:1639
 V5.20.txt:1640
 V5.20.txt:1641
 V5.20.txt:1642
 V5.20.txt:1643
 V5.20.txt:1644
 V5.20.txt:1645
 V5.20.txt:1646
 V5.20.txt:1647
 V5.20.txt:1648
 V5.20.txt:1649
 V5.20.txt:1650
 V5.20.txt:1651
 V5.20.txt:1652
 V5.20.txt:1653
 V5.20.txt:1654
 V5.20.txt:1655
 V5.20.txt:1656
 V5.20.txt:1657
 V5.20.txt:1658
 V5.20.txt:1659
 V5.20.txt:1660
 V5.20.txt:1661
 V5.20.txt:1662
 V5.20.txt:1663
 V5.20.txt:1664
 V5.20.txt:1665
 V5.20.txt:1666
 V5.20.txt:1667
 V5.20.txt:1668
 V5.20.txt:1669
 V5.20.txt:1670
 V5.20.txt:1671
 V5.20.txt:1672
 V5.20.txt:1673
 V5.20.txt:1674
 V5.20.txt:1675
 V5.20.txt:1676
 V5.20.txt:1677
 V5.20.txt:1678
 V5.20.txt:1679
 V5.20.txt:1680
 V5.20.txt:1681
 V5.20.txt:1682
 V5.20.txt:1683
 V5.20.txt:1684
 V5.20.txt:1685
 V5.20.txt:1686
 V5.20.txt:1687
 V5.20.txt:1688
 V5.20.txt:1689
 V5.20.txt:1690
 V5.20.txt:1691
 V5.20.txt:1692
 V5.20.txt:1693
 V5.20.txt:1694
 V5.20.txt:1695
 V5.20.txt:1696
 V5.20.txt:1697
 V5.20.txt:1698
 V5.20.txt:1699
 V5.20.txt:1700
 V5.20.txt:1701
 V5.20.txt:1702
 V5.20.txt:1703
 V5.20.txt:1704
 V5.20.txt:1705
 V5.20.txt:1706
 V5.20.txt:1707
 V5.20.txt:1708
 V5.20.txt:1709
 V5.20.txt:1710
 V5.20.txt:1711
 V5.20.txt:1712
 V5.20.txt:1713
 V5.20.txt:1714
 V5.20.txt:1715
 V5.20.txt:1716
 V5.20.txt:1717
 V5.20.txt:1718
 V5.20.txt:1719
 V5.20.txt:1720
 V5.20.txt:1721
 V5.20.txt:1722
 V5.20.txt:1723
 V5.20.txt:1724
 V5.20.txt:1725
 V5.20.txt:1726
 V5.20.txt:1727
 V5.20.txt:1728
 V5.20.txt:1729
 V5.20.txt:1730
 V5.20.txt:1731
 V5.20.txt:1732
 V5.20.txt:1733
 V5.20.txt:1734
 V5.20.txt:1735
 V5.20.txt:1736
 V5.20.txt:1737
 V5.20.txt:1738
 V5.20.txt:1739
 V5.20.txt:1740
 V5.20.txt:1741
 V5.20.txt:1742
 V5.20.txt:1743
 V5.20.txt:1744
 V5.20.txt:1745
 V5.20.txt:1746
 V5.20.txt:1747
 V5.20.txt:1748
 V5.20.txt:1749
 V5.20.txt:1750
 V5.20.txt:1751
 V5.20.txt:1752
 V5.20.txt:1753
 V5.20.txt:1754
 V5.20.txt:1755
 V5.20.txt:1756
 V5.20.txt:1757
 V5.20.txt:1758
 V5.20.txt:1759
 V5.20.txt:1760
 V5.20.txt:1761
 V5.20.txt:1762
 V5.20.txt:1763
 V5.20.txt:1764
 V5.20.txt:1765
 V5.20.txt:1766
 V5.20.txt:1767
 V5.20.txt:1768
 V5.20.txt:1769
 V5.20.txt:1770
 V5.20.txt:1771
 V5.20.txt:1772
 V5.20.txt:1773
 V5.20.txt:1774
 V5.20.txt:1775
 V5.20.txt:1776
 V5.20.txt:1777
 V5.20.txt:1778
 V5.20.txt:1779
 V5.20.txt:1780
 V5.20.txt:1781
 V5.20.txt:1782
 V5.20.txt:1783
 V5.20.txt:1784
 V5.20.txt:1785
 V5.20.txt:1786
 V5.20.txt:1787
 V5.20.txt:1788
 V5.20.txt:1789
 V5.20.txt:1790
 V5.20.txt:1791
 V5.20.txt:1792
 V5.20.txt:1793
 V5.20.txt:1794
 V5.20.txt:1795
 V5.20.txt:1796
 V5.20.txt:1797
 V5.20.txt:1798
 V5.20.txt:1799
 V5.20.txt:1800
 V5.20.txt:1801
 V5.20.txt:1802
 V5.20.txt:1803
 V5.20.txt:1804
 V5.20.txt:1805
 V5.20.txt:1806
 V5.20.txt:1807
 V5.20.txt:1808
 V5.20.txt:1809
 V5.20.txt:1810
 V5.20.txt:1811
 V5.20.txt:1812
 V5.20.txt:1813
 V5.20.txt:1814
 V5.20.txt:1815
 V5.20.txt:1816
 V5.20.txt:1817
 V5.20.txt:1818
 V5.20.txt:1819
 V5.20.txt:1820
 V5.20.txt:1821
 V5.20.txt:1822
 V5.20.txt:1823
 V5.20.txt:1824
 V5.20.txt:1825
 V5.20.txt:1826
 V5.20.txt:1827
 V5.20.txt:1828
 V5.20.txt:1829
 V5.20.txt:1830
 V5.20.txt:1831
 V5.20.txt:1832
 V5.20.txt:1833
 V5.20.txt:1834
 V5.20.txt:1835
 V5.20.txt:1836
 V5.20.txt:1837
 V5.20.txt:1838
 V5.20.txt:1839
 V5.20.txt:1840
 V5.20.txt:1841
 V5.20.txt:1842
 V5.20.txt:1843
 V5.20.txt:1844
 V5.20.txt:1845
 V5.20.txt:1846
 V5.20.txt:1847
 V5.20.txt:1848
 V5.20.txt:1849
 V5.20.txt:1850
 V5.20.txt:1851
 V5.20.txt:1852
 V5.20.txt:1853
 V5.20.txt:1854
 V5.20.txt:1855
 V5.20.txt:1856
 V5.20.txt:1857
 V5.20.txt:1858
 V5.20.txt:1859
 V5.20.txt:1860
 V5.20.txt:1861
 V5.20.txt:1862
 V5.20.txt:1863
 V5.20.txt:1864
 V5.20.txt:1865
 V5.20.txt:1866
 V5.20.txt:1867
 V5.20.txt:1868
 V5.20.txt:1869
 V5.20.txt:1870
 V5.20.txt:1871
 V5.20.txt:1872
 V5.20.txt:1873
 V5.20.txt:1874
 V5.20.txt:1875
 V5.20.txt:1876
 V5.20.txt:1877
 V5.20.txt:1878
 V5.20.txt:1879
 V5.20.txt:1880
 V5.20.txt:1881
 V5.20.txt:1882
 V5.20.txt:1883
 V5.20.txt:1884
 V5.20.txt:1885
 V5.20.txt:1886
 V5.20.txt:1887
 V5.20.txt:1888
 V5.20.txt:1889
 V5.20.txt:1890
 V5.20.txt:1891
 V5.20.txt:1892
 V5.20.txt:1893
 V5.20.txt:1894
 V5.20.txt:1895
 V5.20.txt:1896
 V5.20.txt:1897
 V5.20.txt:1898
 V5.20.txt:1899
 V5.20.txt:1900
 V5.20.txt:1901
 V5.20.txt:1902
 V5.20.txt:1903
 V5.20.txt:1904
 V5.20.txt:1905
 V5.20.txt:1906
 V5.20.txt:1907
 V5.20.txt:1908
 V5.20.txt:1909
 V5.20.txt:1910
 V5.20.txt:1911
 V5.20.txt:1912
 V5.20.txt:1913
 V5.20.txt:1914
 V5.20.txt:1915
 V5.20.txt:1916
 V5.20.txt:1917
 V5.20.txt:1918
 V5.20.txt:1919
 V5.20.txt:1920
 V5.20.txt:1921
 V5.20.txt:1922
 V5.20.txt:1923
 V5.20.txt:1924
 V5.20.txt:1925
 V5.20.txt:1926
 V5.20.txt:1927
 V5.20.txt:1928
 V5.20.txt:1929
 V5.20.txt:1930
 V5.20.txt:1931
 V5.20.txt:1932
 V5.20.txt:1933
 V5.20.txt:1934
 V5.20.txt:1935
 V5.20.txt:1936
 V5.20.txt:1937
 V5.20.txt:1938
 V5.20.txt:1939
 V5.20.txt:1940
 V5.20.txt:1941
 V5.20.txt:1942
 V5.20.txt:1943
 V5.20.txt:1944
 V5.20.txt:1945
 V5.20.txt:1946
 V5.20.txt:1947
 V5.20.txt:1948
 V5.20.txt:1949
 V5.20.txt:1950
 V5.20.txt:1951
 V5.20.txt:1952
 V5.20.txt:1953
 V5.20.txt:1954
 V5.20.txt:1955
 V5.20.txt:1956
 V5.20.txt:1957
 V5.20.txt:1958
 V5.20.txt:1959
 V5.20.txt:1960
 V5.20.txt:1961
 V5.20.txt:1962
 V5.20.txt:1963
 V5.20.txt:1964
 V5.20.txt:1965
 V5.20.txt:1966
 V5.20.txt:1967
 V5.20.txt:1968
 V5.20.txt:1969
 V5.20.txt:1970
 V5.20.txt:1971
 V5.20.txt:1972
 V5.20.txt:1973
 V5.20.txt:1974
 V5.20.txt:1975
 V5.20.txt:1976
 V5.20.txt:1977
 V5.20.txt:1978
 V5.20.txt:1979
 V5.20.txt:1980
 V5.20.txt:1981
 V5.20.txt:1982
 V5.20.txt:1983
 V5.20.txt:1984
 V5.20.txt:1985
 V5.20.txt:1986
 V5.20.txt:1987
 V5.20.txt:1988
 V5.20.txt:1989
 V5.20.txt:1990
 V5.20.txt:1991
 V5.20.txt:1992
 V5.20.txt:1993
 V5.20.txt:1994
 V5.20.txt:1995
 V5.20.txt:1996
 V5.20.txt:1997
 V5.20.txt:1998
 V5.20.txt:1999
 V5.20.txt:2000
 V5.20.txt:2001
 V5.20.txt:2002
 V5.20.txt:2003
 V5.20.txt:2004
 V5.20.txt:2005
 V5.20.txt:2006
 V5.20.txt:2007
 V5.20.txt:2008
 V5.20.txt:2009
 V5.20.txt:2010
 V5.20.txt:2011
 V5.20.txt:2012
 V5.20.txt:2013
 V5.20.txt:2014
 V5.20.txt:2015
 V5.20.txt:2016
 V5.20.txt:2017
 V5.20.txt:2018
 V5.20.txt:2019
 V5.20.txt:2020
 V5.20.txt:2021
 V5.20.txt:2022
 V5.20.txt:2023
 V5.20.txt:2024
 V5.20.txt:2025
 V5.20.txt:2026
 V5.20.txt:2027
 V5.20.txt:2028
 V5.20.txt:2029
 V5.20.txt:2030
 V5.20.txt:2031
 V5.20.txt:2032
 V5.20.txt:2033
 V5.20.txt:2034
 V5.20.txt:2035
 V5.20.txt:2036
 V5.20.txt:2037
 V5.20.txt:2038
 V5.20.txt:2039
 V5.20.txt:2040
 V5.20.txt:2041
 V5.20.txt:2042
 V5.20.txt:2043
 V5.20.txt:2044
 V5.20.txt:2045
 V5.20.txt:2046
 V5.20.txt:2047
 V5.20.txt:2048
 V5.20.txt:2049
 V5.20.txt:2050
 V5.20.txt:2051
 V5.20.txt:2052
 V5.20.txt:2053
 V5.20.txt:2054
 V5.20.txt:2055
 V5.20.txt:2056
 V5.20.txt:2057
 V5.20.txt:2058
 V5.20.txt:2059
 V5.20.txt:2060
 V5.20.txt:2061
 V5.20.txt:2062
 V5.20.txt:2063
 V5.20.txt:2064
 V5.20.txt:2065
 V5.20.txt:2066
 V5.20.txt:2067
 V5.20.txt:2068
 V5.20.txt:2069
 V5.20.txt:2070
 V5.20.txt:2071
 V5.20.txt:2072
 V5.20.txt:2073
 V5.20.txt:2074
 V5.20.txt:2075
 V5.20.txt:2076
 V5.20.txt:2077
 V5.20.txt:2078
 V5.20.txt:2079
 V5.20.txt:2080
 V5.20.txt:2081
 V5.20.txt:2082
 V5.20.txt:2083
 V5.20.txt:2084
 V5.20.txt:2085
 V5.20.txt:2086
 V5.20.txt:2087
 V5.20.txt:2088
 V5.20.txt:2089
 V5.20.txt:2090
 V5.20.txt:2091
 V5.20.txt:2092
 V5.20.txt:2093
 V5.20.txt:2094
 V5.20.txt:2095
 V5.20.txt:2096
 V5.20.txt:2097
 V5.20.txt:2098
 V5.20.txt:2099
 V5.20.txt:2100
 V5.20.txt:2101
 V5.20.txt:2102
 V5.20.txt:2103
 V5.20.txt:2104
 V5.20.txt:2105
 V5.20.txt:2106
 V5.20.txt:2107
 V5.20.txt:2108
 V5.20.txt:2109
 V5.20.txt:2110
 V5.20.txt:2111
 V5.20.txt:2112
 V5.20.txt:2113
 V5.20.txt:2114
 V5.20.txt:2115
 V5.20.txt:2116
 V5.20.txt:2117
 V5.20.txt:2118
 V5.20.txt:2119
 V5.20.txt:2120
 V5.20.txt:2121
 V5.20.txt:2122
 V5.20.txt:2123
 V5.20.txt:2124
 V5.20.txt:2125
 V5.20.txt:2126
 V5.20.txt:2127
 V5.20.txt:2128
 V5.20.txt:2129
 V5.20.txt:2130
 V5.20.txt:2131
 V5.20.txt:2132
 V5.20.txt:2133
 V5.20.txt:2134
 V5.20.txt:2135
 V5.20.txt:2136
 V5.20.txt:2137
 V5.20.txt:2138
 V5.20.txt:2139
 V5.20.txt:2140
 V5.20.txt:2141
 V5.20.txt:2142
 V5.20.txt:2143
 V5.20.txt:2144
 V5.20.txt:2145
 V5.20.txt:2146
 V5.20.txt:2147
 V5.20.txt:2148
 V5.20.txt:2149
 V5.20.txt:2150
 V5.20.txt:2151
 V5.20.txt:2152
 V5.20.txt:2153
 V5.20.txt:2154
 V5.20.txt:2155
 V5.20.txt:2156
 V5.20.txt:2157
 V5.20.txt:2158
 V5.20.txt:2159
 V5.20.txt:2160
 V5.20.txt:2161
 V5.20.txt:2162
 V5.20.txt:2163
 V5.20.txt:2164
 V5.20.txt:2165
 V5.20.txt:2166
 V5.20.txt:2167
 V5.20.txt:2168
 V5.20.txt:2169
 V5.20.txt:2170
 V5.20.txt:2171
 V5.20.txt:2172
 V5.20.txt:2173
 V5.20.txt:2174
 V5.20.txt:2175
 V5.20.txt:2176
 V5.20.txt:2177
 V5.20.txt:2178
 V5.20.txt:2179
 V5.20.txt:2180
 V5.20.txt:2181
 V5.20.txt:2182
 V5.20.txt:2183
 V5.20.txt:2184
 V5.20.txt:2185
 V5.20.txt:2186
 V5.20.txt:2187
 V5.20.txt:2188
 V5.20.txt:2189
 V5.20.txt:2190
 V5.20.txt:2191
 V5.20.txt:2192
 V5.20.txt:2193
 V5.20.txt:2194
 V5.20.txt:2195
 V5.20.txt:2196
 V5.20.txt:2197
 V5.20.txt:2198
 V5.20.txt:2199
 V5.20.txt:2200
 V5.20.txt:2201
 V5.20.txt:2202
 V5.20.txt:2203
 V5.20.txt:2204
 V5.20.txt:2205
 V5.20.txt:2206
 V5.20.txt:2207
 V5.20.txt:2208
 V5.20.txt:2209
 V5.20.txt:2210
 V5.20.txt:2211
 V5.20.txt:2212
 V5.20.txt:2213
 V5.20.txt:2214
 V5.20.txt:2215
 V5.20.txt:2216
 V5.20.txt:2217
 V5.20.txt:2218
 V5.20.txt:2219
 V5.20.txt:2220
 V5.20.txt:2221
 V5.20.txt:2222
 V5.20.txt:2223
 V5.20.txt:2224
 V5.20.txt:2225
 V5.20.txt:2226
 V5.20.txt:2227
 V5.20.txt:2228
 V5.20.txt:2229
 V5.20.txt:2230
 V5.20.txt:2231
 V5.20.txt:2232
 V5.20.txt:2233
 V5.20.txt:2234
 V5.20.txt:2235
 V5.20.txt:2236
 V5.20.txt:2237
 V5.20.txt:2238
 V5.20.txt:2239
 V5.20.txt:2240
 V5.20.txt:2241
 V5.20.txt:2242
 V5.20.txt:2243
 V5.20.txt:2244
 V5.20.txt:2245
 V5.20.txt:2246
 V5.20.txt:2247
 V5.20.txt:2248
 V5.20.txt:2249
 V5.20.txt:2250
 V5.20.txt:2251
 V5.20.txt:2252
 V5.20.txt:2253
 V5.20.txt:2254
 V5.20.txt:2255
 V5.20.txt:2256
 V5.20.txt:2257
 V5.20.txt:2258
 V5.20.txt:2259
 V5.20.txt:2260
 V5.20.txt:2261
 V5.20.txt:2262
 V5.20.txt:2263
 V5.20.txt:2264
 V5.20.txt:2265
 V5.20.txt:2266
 V5.20.txt:2267
 V5.20.txt:2268
 V5.20.txt:2269
 V5.20.txt:2270
 V5.20.txt:2271
 V5.20.txt:2272
 V5.20.txt:2273
 V5.20.txt:2274
 V5.20.txt:2275
 V5.20.txt:2276
 V5.20.txt:2277
 V5.20.txt:2278
 V5.20.txt:2279
 V5.20.txt:2280
 V5.20.txt:2281
 V5.20.txt:2282
 V5.20.txt:2283
 V5.20.txt:2284
 V5.20.txt:2285
 V5.20.txt:2286
 V5.20.txt:2287
 V5.20.txt:2288
 V5.20.txt:2289
 V5.20.txt:2290
 V5.20.txt:2291
 V5.20.txt:2292
 V5.20.txt:2293
 V5.20.txt:2294
 V5.20.txt:2295
 V5.20.txt:2296
 V5.20.txt:2297
 V5.20.txt:2298
 V5.20.txt:2299
 V5.20.txt:2300
 V5.20.txt:2301
 V5.20.txt:2302
 V5.20.txt:2303
 V5.20.txt:2304
 V5.20.txt:2305
 V5.20.txt:2306
 V5.20.txt:2307
 V5.20.txt:2308
 V5.20.txt:2309
 V5.20.txt:2310
 V5.20.txt:2311
 V5.20.txt:2312
 V5.20.txt:2313
 V5.20.txt:2314
 V5.20.txt:2315
 V5.20.txt:2316
 V5.20.txt:2317
 V5.20.txt:2318
 V5.20.txt:2319
 V5.20.txt:2320
 V5.20.txt:2321
 V5.20.txt:2322
 V5.20.txt:2323
 V5.20.txt:2324
 V5.20.txt:2325
 V5.20.txt:2326
 V5.20.txt:2327
 V5.20.txt:2328
 V5.20.txt:2329
 V5.20.txt:2330
 V5.20.txt:2331
 V5.20.txt:2332
 V5.20.txt:2333
 V5.20.txt:2334
 V5.20.txt:2335
 V5.20.txt:2336
 V5.20.txt:2337
 V5.20.txt:2338
 V5.20.txt:2339
 V5.20.txt:2340
 V5.20.txt:2341
 V5.20.txt:2342
 V5.20.txt:2343
 V5.20.txt:2344
 V5.20.txt:2345
 V5.20.txt:2346
 V5.20.txt:2347
 V5.20.txt:2348
 V5.20.txt:2349
 V5.20.txt:2350
 V5.20.txt:2351
 V5.20.txt:2352
 V5.20.txt:2353
 V5.20.txt:2354
 V5.20.txt:2355
 V5.20.txt:2356
 V5.20.txt:2357
 V5.20.txt:2358
 V5.20.txt:2359
 V5.20.txt:2360
 V5.20.txt:2361
 V5.20.txt:2362
 V5.20.txt:2363
 V5.20.txt:2364
 V5.20.txt:2365
 V5.20.txt:2366
 V5.20.txt:2367
 V5.20.txt:2368
 V5.20.txt:2369
 V5.20.txt:2370
 V5.20.txt:2371
 V5.20.txt:2372
 V5.20.txt:2373
 V5.20.txt:2374
 V5.20.txt:2375
 V5.20.txt:2376
 V5.20.txt:2377
 V5.20.txt:2378
 V5.20.txt:2379
 V5.20.txt:2380
 V5.20.txt:2381
 V5.20.txt:2382
 V5.20.txt:2383
 V5.20.txt:2384
 V5.20.txt:2385
 V5.20.txt:2386
 V5.20.txt:2387
 V5.20.txt:2388
 V5.20.txt:2389
 V5.20.txt:2390
 V5.20.txt:2391
 V5.20.txt:2392
 V5.20.txt:2393
 V5.20.txt:2394
 V5.20.txt:2395
 V5.20.txt:2396
 V5.20.txt:2397
 V5.20.txt:2398
 V5.20.txt:2399
 V5.20.txt:2400
 V5.20.txt:2401
 V5.20.txt:2402
 V5.20.txt:2403
 V5.20.txt:2404
 V5.20.txt:2405
 V5.20.txt:2406
 V5.20.txt:2407
 V5.20.txt:2408
 V5.20.txt:2409
 V5.20.txt:2410
 V5.20.txt:2411
 V5.20.txt:2412
 V5.20.txt:2413
 V5.20.txt:2414
 V5.20.txt:2415
 V5.20.txt:2416
 V5.20.txt:2417
 V5.20.txt:2418
 V5.20.txt:2419
 V5.20.txt:2420
 V5.20.txt:2421
 V5.20.txt:2422
 V5.20.txt:2423
 V5.20.txt:2424
 V5.20.txt:2425
 V5.20.txt:2426
 V5.20.txt:2427
 V5.20.txt:2428
 V5.20.txt:2429
 V5.20.txt:2430
 V5.20.txt:2431
 V5.20.txt:2432
 V5.20.txt:2433
 V5.20.txt:2434
 V5.20.txt:2435
 V5.20.txt:2436
 V5.20.txt:2437
 V5.20.txt:2438
 V5.20.txt:2439
 V5.20.txt:2440
 V5.20.txt:2441
 V5.20.txt:2442
 V5.20.txt:2443
 V5.20.txt:2444
 V5.20.txt:2445
 V5.20.txt:2446
 V5.20.txt:2447
 V5.20.txt:2448
 V5.20.txt:2449
 V5.20.txt:2450
 V5.20.txt:2451
 V5.20.txt:2452
 V5.20.txt:2453
 V5.20.txt:2454
 V5.20.txt:2455
 V5.20.txt:2456
 V5.20.txt:2457
 V5.20.txt:2458
 V5.20.txt:2459
 V5.20.txt:2460
 V5.20.txt:2461
 V5.20.txt:2462
 V5.20.txt:2463
 V5.20.txt:2464
 V5.20.txt:2465
 V5.20.txt:2466
 V5.20.txt:2467
 V5.20.txt:2468
 V5.20.txt:2469
 V5.20.txt:2470
 V5.20.txt:2471
 V5.20.txt:2472
 V5.20.txt:2473
 V5.20.txt:2474
 V5.20.txt:2475
 V5.20.txt:2476
 V5.20.txt:2477
 V5.20.txt:2478
 V5.20.txt:2479
 V5.20.txt:2480
 V5.20.txt:2481
 V5.20.txt:2482
 V5.20.txt:2483
 V5.20.txt:2484
 V5.20.txt:2485
 V5.20.txt:2486
 V5.20.txt:2487
 V5.20.txt:2488
 V5.20.txt:2489
 V5.20.txt:2490
 V5.20.txt:2491
 V5.20.txt:2492
 V5.20.txt:2493
 V5.20.txt:2494
 V5.20.txt:2495
 V5.20.txt:2496
 V5.20.txt:2497
 V5.20.txt:2498
 V5.20.txt:2499
 V5.20.txt:2500
 V5.20.txt:2501
 V5.20.txt:2502
 V5.20.txt:2503
 V5.20.txt:2504
 V5.20.txt:2505
 V5.20.txt:2506
 V5.20.txt:2507
 V5.20.txt:2508
 V5.20.txt:2509
 V5.20.txt:2510
 V5.20.txt:2511
 V5.20.txt:2512
 V5.20.txt:2513
 V5.20.txt:2514
 V5.20.txt:2515
 V5.20.txt:2516
 V5.20.txt:2517
 V5.20.txt:2518
 V5.20.txt:2519
 V5.20.txt:2520
 V5.20.txt:2521
 V5.20.txt:2522
 V5.20.txt:2523
 V5.20.txt:2524
 V5.20.txt:2525
 V5.20.txt:2526
 V5.20.txt:2527
 V5.20.txt:2528
 V5.20.txt:2529
 V5.20.txt:2530
 V5.20.txt:2531
 V5.20.txt:2532
 V5.20.txt:2533
 V5.20.txt:2534
 V5.20.txt:2535
 V5.20.txt:2536
 V5.20.txt:2537
 V5.20.txt:2538
 V5.20.txt:2539
 V5.20.txt:2540
 V5.20.txt:2541
 V5.20.txt:2542
 V5.20.txt:2543
 V5.20.txt:2544
 V5.20.txt:2545
 V5.20.txt:2546
 V5.20.txt:2547
 V5.20.txt:2548
 V5.20.txt:2549
 V5.20.txt:2550
 V5.20.txt:2551
 V5.20.txt:2552
 V5.20.txt:2553
 V5.20.txt:2554
 V5.20.txt:2555
 V5.20.txt:2556
 V5.20.txt:2557
 V5.20.txt:2558
 V5.20.txt:2559
 V5.20.txt:2560
 V5.20.txt:2561
 V5.20.txt:2562
 V5.20.txt:2563
 V5.20.txt:2564
 V5.20.txt:2565
 V5.20.txt:2566
 V5.20.txt:2567
 V5.20.txt:2568
 V5.20.txt:2569
 V5.20.txt:2570
 V5.20.txt:2571
 V5.20.txt:2572
 V5.20.txt:2573
 V5.20.txt:2574
 V5.20.txt:2575
 V5.20.txt:2576
 V5.20.txt:2577
 V5.20.txt:2578
 V5.20.txt:2579
 V5.20.txt:2580
 V5.20.txt:2581
 V5.20.txt:2582
 V5.20.txt:2583
 V5.20.txt:2584
 V5.20.txt:2585
 V5.20.txt:2586
 V5.20.txt:2587
 V5.20.txt:2588
 V5.20.txt:2589
 V5.20.txt:2590
 V5.20.txt:2591
 V5.20.txt:2592
 V5.20.txt:2593
 V5.20.txt:2594
 V5.20.txt:2595
 V5.20.txt:2596
 V5.20.txt:2597
 V5.20.txt:2598
 V5.20.txt:2599
 V5.20.txt:2600
 V5.20.txt:2601
 V5.20.txt:2602
 V5.20.txt:2603
 V5.20.txt:2604
 V5.20.txt:2605
 V5.20.txt:2606
 V5.20.txt:2607
 V5.20.txt:2608
 V5.20.txt:2609
 V5.20.txt:2610
 V5.20.txt:2611
 V5.20.txt:2612
 V5.20.txt:2613
 V5.20.txt:2614
 V5.20.txt:2615
 V5.20.txt:2616
 V5.20.txt:2617
 V5.20.txt:2618
 V5.20.txt:2619
 V5.20.txt:2620
 V5.20.txt:2621
 V5.20.txt:2622
 V5.20.txt:2623
 V5.20.txt:2624
 V5.20.txt:2625
 V5.20.txt:2626
 V5.20.txt:2627
 V5.20.txt:2628
 V5.20.txt:2629
 V5.20.txt:2630
 V5.20.txt:2631
 V5.20.txt:2632
 V5.20.txt:2633
 V5.20.txt:2634
 V5.20.txt:2635
 V5.20.txt:2636
 V5.20.txt:2637
 V5.20.txt:2638
 V5.20.txt:2639
 V5.20.txt:2640
 V5.20.txt:2641
 V5.20.txt:2642
 V5.20.txt:2643
 V5.20.txt:2644
 V5.20.txt:2645
 V5.20.txt:2646
 V5.20.txt:2647
 V5.20.txt:2648
 V5.20.txt:2649
 V5.20.txt:2650
 V5.20.txt:2651
 V5.20.txt:2652
 V5.20.txt:2653
 V5.20.txt:2654
 V5.20.txt:2655
 V5.20.txt:2656
 V5.20.txt:2657
 V5.20.txt:2658
 V5.20.txt:2659
 V5.20.txt:2660
 V5.20.txt:2661
 V5.20.txt:2662
 V5.20.txt:2663
 V5.20.txt:2664
 V5.20.txt:2665
 V5.20.txt:2666
 V5.20.txt:2667
 V5.20.txt:2668
 V5.20.txt:2669
 V5.20.txt:2670
 V5.20.txt:2671
 V5.20.txt:2672
 V5.20.txt:2673
 V5.20.txt:2674
 V5.20.txt:2675
 V5.20.txt:2676
 V5.20.txt:2677
 V5.20.txt:2678
 V5.20.txt:2679
 V5.20.txt:2680
 V5.20.txt:2681
 V5.20.txt:2682
 V5.20.txt:2683
 V5.20.txt:2684
 V5.20.txt:2685
 V5.20.txt:2686
 V5.20.txt:2687
 V5.20.txt:2688
 V5.20.txt:2689
 V5.20.txt:2690
 V5.20.txt:2691
 V5.20.txt:2692
 V5.20.txt:2693
 V5.20.txt:2694
 V5.20.txt:2695
 V5.20.txt:2696
 V5.20.txt:2697
 V5.20.txt:2698
 V5.20.txt:2699
 V5.20.txt:2700
 V5.20.txt:2701
 V5.20.txt:2702
 V5.20.txt:2703
 V5.20.txt:2704
 V5.20.txt:2705
 V5.20.txt:2706
 V5.20.txt:2707
 V5.20.txt:2708
 V5.20.txt:2709
 V5.20.txt:2710
 V5.20.txt:2711
 V5.20.txt:2712
 V5.20.txt:2713
 V5.20.txt:2714
 V5.20.txt:2715
 V5.20.txt:2716
 V5.20.txt:2717
 V5.20.txt:2718
 V5.20.txt:2719
 V5.20.txt:2720
 V5.20.txt:2721
 V5.20.txt:2722
 V5.20.txt:2723
 V5.20.txt:2724
 V5.20.txt:2725
 V5.20.txt:2726
 V5.20.txt:2727
 V5.20.txt:2728
 V5.20.txt:2729
 V5.20.txt:2730
 V5.20.txt:2731
 V5.20.txt:2732
 V5.20.txt:2733
 V5.20.txt:2734
 V5.20.txt:2735
 V5.20.txt:2736
 V5.20.txt:2737
 V5.20.txt:2738
 V5.20.txt:2739
 V5.20.txt:2740
 V5.20.txt:2741
 V5.20.txt:2742
 V5.20.txt:2743
 V5.20.txt:2744
 V5.20.txt:2745
 V5.20.txt:2746
 V5.20.txt:2747
 V5.20.txt:2748
 V5.20.txt:2749
 V5.20.txt:2750
 V5.20.txt:2751
 V5.20.txt:2752
 V5.20.txt:2753
 V5.20.txt:2754
 V5.20.txt:2755
 V5.20.txt:2756
 V5.20.txt:2757
 V5.20.txt:2758
 V5.20.txt:2759
 V5.20.txt:2760
 V5.20.txt:2761
 V5.20.txt:2762
 V5.20.txt:2763
 V5.20.txt:2764
 V5.20.txt:2765
 V5.20.txt:2766
 V5.20.txt:2767
 V5.20.txt:2768
 V5.20.txt:2769
 V5.20.txt:2770
 V5.20.txt:2771
 V5.20.txt:2772
 V5.20.txt:2773
 V5.20.txt:2774
 V5.20.txt:2775
 V5.20.txt:2776
 V5.20.txt:2777
 V5.20.txt:2778
 V5.20.txt:2779
 V5.20.txt:2780
 V5.20.txt:2781
 V5.20.txt:2782
 V5.20.txt:2783
 V5.20.txt:2784
 V5.20.txt:2785
 V5.20.txt:2786
 V5.20.txt:2787
 V5.20.txt:2788
 V5.20.txt:2789
 V5.20.txt:2790
 V5.20.txt:2791
 V5.20.txt:2792
 V5.20.txt:2793
 V5.20.txt:2794
 V5.20.txt:2795
 V5.20.txt:2796
 V5.20.txt:2797
 V5.20.txt:2798
 V5.20.txt:2799
 V5.20.txt:2800
 V5.20.txt:2801
 V5.20.txt:2802
 V5.20.txt:2803
 V5.20.txt:2804
 V5.20.txt:2805
 V5.20.txt:2806
 V5.20.txt:2807
 V5.20.txt:2808
 V5.20.txt:2809
 V5.20.txt:2810
 V5.20.txt:2811
 V5.20.txt:2812
 V5.20.txt:2813
 V5.20.txt:2814
 V5.20.txt:2815
 V5.20.txt:2816
 V5.20.txt:2817
 V5.20.txt:2818
 V5.20.txt:2819
 V5.20.txt:2820
 V5.20.txt:2821
 V5.20.txt:2822
 V5.20.txt:2823
 V5.20.txt:2824
 V5.20.txt:2825
 V5.20.txt:2826
 V5.20.txt:2827
 V5.20.txt:2828
 V5.20.txt:2829
 V5.20.txt:2830
 V5.20.txt:2831
 V5.20.txt:2832
 V5.20.txt:2833
 V5.20.txt:2834
 V5.20.txt:2835
 V5.20.txt:2836
 V5.20.txt:2837
 V5.20.txt:2838
 V5.20.txt:2839
 V5.20.txt:2840
 V5.20.txt:2841
 V5.20.txt:2842
 V5.20.txt:2843
 V5.20.txt:2844
 V5.20.txt:2845
 V5.20.txt:2846
 V5.20.txt:2847
 V5.20.txt:2848
 V5.20.txt:2849
 V5.20.txt:2850
 V5.20.txt:2851
 V5.20.txt:2852
 V5.20.txt:2853
 V5.20.txt:2854
 V5.20.txt:2855
 V5.20.txt:2856
 V5.20.txt:2857
 V5.20.txt:2858
 V5.20.txt:2859
 V5.20.txt:2860
 V5.20.txt:2861
 V5.20.txt:2862
 V5.20.txt:2863
 V5.20.txt:2864
 V5.20.txt:2865
 V5.20.txt:2866
 V5.20.txt:2867
 V5.20.txt:2868
 V5.20.txt:2869
 V5.20.txt:2870
 V5.20.txt:2871
 V5.20.txt:2872
 V5.20.txt:2873
 V5.20.txt:2874
 V5.20.txt:2875
 V5.20.txt:2876
 V5.20.txt:2877
 V5.20.txt:2878
 V5.20.txt:2879
 V5.20.txt:2880
 V5.20.txt:2881
 V5.20.txt:2882
 V5.20.txt:2883
 V5.20.txt:2884
 V5.20.txt:2885
 V5.20.txt:2886
 V5.20.txt:2887
 V5.20.txt:2888
 V5.20.txt:2889
 V5.20.txt:2890
 V5.20.txt:2891
 V5.20.txt:2892
 V5.20.txt:2893
 V5.20.txt:2894
 V5.20.txt:2895
 V5.20.txt:2896
 V5.20.txt:2897
 V5.20.txt:2898
 V5.20.txt:2899
 V5.20.txt:2900
 V5.20.txt:2901
 V5.20.txt:2902
 V5.20.txt:2903
 V5.20.txt:2904
 V5.20.txt:2905
 V5.20.txt:2906
 V5.20.txt:2907
 V5.20.txt:2908
 V5.20.txt:2909
 V5.20.txt:2910
 V5.20.txt:2911
 V5.20.txt:2912
 V5.20.txt:2913
 V5.20.txt:2914
 V5.20.txt:2915
 V5.20.txt:2916
 V5.20.txt:2917
 V5.20.txt:2918
 V5.20.txt:2919
 V5.20.txt:2920
 V5.20.txt:2921
 V5.20.txt:2922
 V5.20.txt:2923
 V5.20.txt:2924
 V5.20.txt:2925
 V5.20.txt:2926
 V5.20.txt:2927
 V5.20.txt:2928
 V5.20.txt:2929
 V5.20.txt:2930
 V5.20.txt:2931
 V5.20.txt:2932
 V5.20.txt:2933
 V5.20.txt:2934
 V5.20.txt:2935
 V5.20.txt:2936
 V5.20.txt:2937
 V5.20.txt:2938
 V5.20.txt:2939
 V5.20.txt:2940
 V5.20.txt:2941
 V5.20.txt:2942
 V5.20.txt:2943
 V5.20.txt:2944
 V5.20.txt:2945
 V5.20.txt:2946
 V5.20.txt:2947
 V5.20.txt:2948
 V5.20.txt:2949
 V5.20.txt:2950
 V5.20.txt:2951
 V5.20.txt:2952
 V5.20.txt:2953
 V5.20.txt:2954
 V5.20.txt:2955
 V5.20.txt:2956
 V5.20.txt:2957
 V5.20.txt:2958
 V5.20.txt:2959
 V5.20.txt:2960
 V5.20.txt:2961
 V5.20.txt:2962
 V5.20.txt:2963
 V5.20.txt:2964
 V5.20.txt:2965
 V5.20.txt:2966
 V5.20.txt:2967
 V5.20.txt:2968
 V5.20.txt:2969
 V5.20.txt:2970
 V5.20.txt:2971
 V5.20.txt:2972
 V5.20.txt:2973
 V5.20.txt:2974
 V5.20.txt:2975
 V5.20.txt:2976
 V5.20.txt:2977
 V5.20.txt:2978
 V5.20.txt:2979
 V5.20.txt:2980
 V5.20.txt:2981
 V5.20.txt:2982
 V5.20.txt:2983
 V5.20.txt:2984
 V5.20.txt:2985
 V5.20.txt:2986
 V5.20.txt:2987
 V5.20.txt:2988
 V5.20.txt:2989
 V5.20.txt:2990
 V5.20.txt:2991
 V5.20.txt:2992
 V5.20.txt:2993
 V5.20.txt:2994
 V5.20.txt:2995
 V5.20.txt:2996
 V5.20.txt:2997
 V5.20.txt:2998
 V5.20.txt:2999
 V5.20.txt:3000
 V5.20.txt:3001
 V5.20.txt:3002
 V5.20.txt:3003
 V5.20.txt:3004
 V5.20.txt:3005
 V5.20.txt:3006
 V5.20.txt:3007
 V5.20.txt:3008
 V5.20.txt:3009
 V5.20.txt:3010
 V5.20.txt:3011
 V5.20.txt:3012
 V5.20.txt:3013
 V5.20.txt:3014
 V5.20.txt:3015
 V5.20.txt:3016
 V5.20.txt:3017
 V5.20.txt:3018
 V5.20.txt:3019
 V5.20.txt:3020
 V5.20.txt:3021
 V5.20.txt:3022
 V5.20.txt:3023
 V5.20.txt:3024
 V5.20.txt:3025
 V5.20.txt:3026
 V5.20.txt:3027
 V5.20.txt:3028
 V5.20.txt:3029
 V5.20.txt:3030
 V5.20.txt:3031
 V5.20.txt:3032
 V5.20.txt:3033
 V5.20.txt:3034
 V5.20.txt:3035
 V5.20.txt:3036
 V5.20.txt:3037
 V5.20.txt:3038
 V5.20.txt:3039
 V5.20.txt:3040
 V5.20.txt:3041
 V5.20.txt:3042
 V5.20.txt:3043
 V5.20.txt:3044
 V5.20.txt:3045
 V5.20.txt:3046
 V5.20.txt:3047
 V5.20.txt:3048
 V5.20.txt:3049
 V5.20.txt:3050
 V5.20.txt:3051
 V5.20.txt:3052
 V5.20.txt:3053
 V5.20.txt:3054
 V5.20.txt:3055
 V5.20.txt:3056
 V5.20.txt:3057
 V5.20.txt:3058
 V5.20.txt:3059
 V5.20.txt:3060
 V5.20.txt:3061
 V5.20.txt:3062
 V5.20.txt:3063
 V5.20.txt:3064
 V5.20.txt:3065
 V5.20.txt:3066
 V5.20.txt:3067
 V5.20.txt:3068
 V5.20.txt:3069
 V5.20.txt:3070
 V5.20.txt:3071
 V5.20.txt:3072
 V5.20.txt:3073
 V5.20.txt:3074
 V5.20.txt:3075
 V5.20.txt:3076
 V5.20.txt:3077
 V5.20.txt:3078
 V5.20.txt:3079
 V5.20.txt:3080
 V5.20.txt:3081
 V5.20.txt:3082
 V5.20.txt:3083
 V5.20.txt:3084
 V5.20.txt:3085
 V5.20.txt:3086
 V5.20.txt:3087
 V5.20.txt:3088
 V5.20.txt:3089
 V5.20.txt:3090
 V5.20.txt:3091
 V5.20.txt:3092
 V5.20.txt:3093
 V5.20.txt:3094
 V5.20.txt:3095
 V5.20.txt:3096
 V5.20.txt:3097
 V5.20.txt:3098
 V5.20.txt:3099
 V5.20.txt:3100
 V5.20.txt:3101
 V5.20.txt:3102
 V5.20.txt:3103
 V5.20.txt:3104
 V5.20.txt:3105
 V5.20.txt:3106
 V5.20.txt:3107
 V5.20.txt:3108
 V5.20.txt:3109
 V5.20.txt:3110
 V5.20.txt:3111
 V5.20.txt:3112
 V5.20.txt:3113
 V5.20.txt:3114
 V5.20.txt:3115
 V5.20.txt:3116
 V5.20.txt:3117
 V5.20.txt:3118
 V5.20.txt:3119
 V5.20.txt:3120
 V5.20.txt:3121
 V5.20.txt:3122
 V5.20.txt:3123
 V5.20.txt:3124
 V5.20.txt:3125
 V5.20.txt:3126
 V5.20.txt:3127
 V5.20.txt:3128
 V5.20.txt:3129
 V5.20.txt:3130
 V5.20.txt:3131
 V5.20.txt:3132
 V5.20.txt:3133
 V5.20.txt:3134
 V5.20.txt:3135
 V5.20.txt:3136
 V5.20.txt:3137
 V5.20.txt:3138
 V5.20.txt:3139
 V5.20.txt:3140
 V5.20.txt:3141
 V5.20.txt:3142
 V5.20.txt:3143
 V5.20.txt:3144
 V5.20.txt:3145
 V5.20.txt:3146
 V5.20.txt:3147
 V5.20.txt:3148
 V5.20.txt:3149
 V5.20.txt:3150
 V5.20.txt:3151
 V5.20.txt:3152
 V5.20.txt:3153
 V5.20.txt:3154
 V5.20.txt:3155
 V5.20.txt:3156
 V5.20.txt:3157
 V5.20.txt:3158
 V5.20.txt:3159
 V5.20.txt:3160
 V5.20.txt:3161
 V5.20.txt:3162
 V5.20.txt:3163
 V5.20.txt:3164
 V5.20.txt:3165
 V5.20.txt:3166
 V5.20.txt:3167
 V5.20.txt:3168
 V5.20.txt:3169
 V5.20.txt:3170
 V5.20.txt:3171
 V5.20.txt:3172
 V5.20.txt:3173
 V5.20.txt:3174
 V5.20.txt:3175
 V5.20.txt:3176
 V5.20.txt:3177
 V5.20.txt:3178
 V5.20.txt:3179
 V5.20.txt:3180
 V5.20.txt:3181
 V5.20.txt:3182
 V5.20.txt:3183
 V5.20.txt:3184
 V5.20.txt:3185
 V5.20.txt:3186
 V5.20.txt:3187
 V5.20.txt:3188
 V5.20.txt:3189
 V5.20.txt:3190
 V5.20.txt:3191
 V5.20.txt:3192
 V5.20.txt:3193
 V5.20.txt:3194
 V5.20.txt:3195
 V5.20.txt:3196
 V5.20.txt:3197
 V5.20.txt:3198
 V5.20.txt:3199
 V5.20.txt:3200
 V5.20.txt:3201
 V5.20.txt:3202
 V5.20.txt:3203
 V5.20.txt:3204
 V5.20.txt:3205
 V5.20.txt:3206
 V5.20.txt:3207
 V5.20.txt:3208
 V5.20.txt:3209
 V5.20.txt:3210
 V5.20.txt:3211
 V5.20.txt:3212
 V5.20.txt:3213
 V5.20.txt:3214
 V5.20.txt:3215
 V5.20.txt:3216
 V5.20.txt:3217
 V5.20.txt:3218
 V5.20.txt:3219
 V5.20.txt:3220
 V5.20.txt:3221
 V5.20.txt:3222
 V5.20.txt:3223
 V5.20.txt:3224
 V5.20.txt:3225
 V5.20.txt:3226
 V5.20.txt:3227
 V5.20.txt:3228
 V5.20.txt:3229
 V5.20.txt:3230
 V5.20.txt:3231
 V5.20.txt:3232
 V5.20.txt:3233
 V5.20.txt:3234
 V5.20.txt:3235
 V5.20.txt:3236
 V5.20.txt:3237
 V5.20.txt:3238
 V5.20.txt:3239
 V5.20.txt:3240
 V5.20.txt:3241
 V5.20.txt:3242
 V5.20.txt:3243
 V5.20.txt:3244
 V5.20.txt:3245
 V5.20.txt:3246
 V5.20.txt:3247
 V5.20.txt:3248
 V5.20.txt:3249
 V5.20.txt:3250
 V5.20.txt:3251
 V5.20.txt:3252
 V5.20.txt:3253
 V5.20.txt:3254
 V5.20.txt:3255
 V5.20.txt:3256
 V5.20.txt:3257
 V5.20.txt:3258
 V5.20.txt:3259
 V5.20.txt:3260
 V5.20.txt:3261
 V5.20.txt:3262
 V5.20.txt:3263
 V5.20.txt:3264
 V5.20.txt:3265
 V5.20.txt:3266
 V5.20.txt:3267
 V5.20.txt:3268
 V5.20.txt:3269
 V5.20.txt:3270
 V5.20.txt:3271
 V5.20.txt:3272
 V5.20.txt:3273
 V5.20.txt:3274
 V5.20.txt:3275
 V5.20.txt:3276
 V5.20.txt:3277
 V5.20.txt:3278
 V5.20.txt:3279
 V5.20.txt:3280
 V5.20.txt:3281
 V5.20.txt:3282
 V5.20.txt:3283
 V5.20.txt:3284
 V5.20.txt:3285
 V5.20.txt:3286
 V5.20.txt:3287
 V5.20.txt:3288
 V5.20.txt:3289
 V5.20.txt:3290
 V5.20.txt:3291
 V5.20.txt:3292
 V5.20.txt:3293
 V5.20.txt:3294
 V5.20.txt:3295
 V5.20.txt:3296
 V5.20.txt:3297
 V5.20.txt:3298
 V5.20.txt:3299
 V5.20.txt:3300
 V5.20.txt:3301
 V5.20.txt:3302
 V5.20.txt:3303
 V5.20.txt:3304
 V5.20.txt:3305
 V5.20.txt:3306
 V5.20.txt:3307
 V5.20.txt:3308
 V5.20.txt:3309
 V5.20.txt:3310
 V5.20.txt:3311
 V5.20.txt:3312
 V5.20.txt:3313
 V5.20.txt:3314
 V5.20.txt:3315
 V5.20.txt:3316
 V5.20.txt:3317
 V5.20.txt:3318
 V5.20.txt:3319
 V5.20.txt:3320
 V5.20.txt:3321
 V5.20.txt:3322
 V5.20.txt:3323
 V5.20.txt:3324
 V5.20.txt:3325
 V5.20.txt:3326
 V5.20.txt:3327
 V5.20.txt:3328
 V5.20.txt:3329
 V5.20.txt:3330
 V5.20.txt:3331
 V5.20.txt:3332
 V5.20.txt:3333
 V5.20.txt:3334
 V5.20.txt:3335
 V5.20.txt:3336
 V5.20.txt:3337
 V5.20.txt:3338
 V5.20.txt:3339
 V5.20.txt:3340
 V5.20.txt:3341
 V5.20.txt:3342
 V5.20.txt:3343
 V5.20.txt:3344
 V5.20.txt:3345
 V5.20.txt:3346
 V5.20.txt:3347
 V5.20.txt:3348
 V5.20.txt:3349
 V5.20.txt:3350
 V5.20.txt:3351
 V5.20.txt:3352
 V5.20.txt:3353
 V5.20.txt:3354
 V5.20.txt:3355
 V5.20.txt:3356
 V5.20.txt:3357
 V5.20.txt:3358
 V5.20.txt:3359
 V5.20.txt:3360
 V5.20.txt:3361
 V5.20.txt:3362
 V5.20.txt:3363
 V5.20.txt:3364
 V5.20.txt:3365
 V5.20.txt:3366
 V5.20.txt:3367
 V5.20.txt:3368
 V5.20.txt:3369
 V5.20.txt:3370
 V5.20.txt:3371
 V5.20.txt:3372
 V5.20.txt:3373
 V5.20.txt:3374
 V5.20.txt:3375
 V5.20.txt:3376
 V5.20.txt:3377
 V5.20.txt:3378
 V5.20.txt:3379
 V5.20.txt:3380
 V5.20.txt:3381
 V5.20.txt:3382
 V5.20.txt:3383
 V5.20.txt:3384
 V5.20.txt:3385
 V5.20.txt:3386
 V5.20.txt:3387
 V5.20.txt:3388
 V5.20.txt:3389
 V5.20.txt:3390
 V5.20.txt:3391
 V5.20.txt:3392
 V5.20.txt:3393
 V5.20.txt:3394
 V5.20.txt:3395
 V5.20.txt:3396
 V5.20.txt:3397
 V5.20.txt:3398
 V5.20.txt:3399
 V5.20.txt:3400
 V5.20.txt:3401
 V5.20.txt:3402
 V5.20.txt:3403
 V5.20.txt:3404
 V5.20.txt:3405
 V5.20.txt:3406
 V5.20.txt:3407
 V5.20.txt:3408
 V5.20.txt:3409
 V5.20.txt:3410
 V5.20.txt:3411
 V5.20.txt:3412
 V5.20.txt:3413
 V5.20.txt:3414
 V5.20.txt:3415
 V5.20.txt:3416
 V5.20.txt:3417
 V5.20.txt:3418
 V5.20.txt:3419
 V5.20.txt:3420
 V5.20.txt:3421
 V5.20.txt:3422
 V5.20.txt:3423
 V5.20.txt:3424
 V5.20.txt:3425
 V5.20.txt:3426
 V5.20.txt:3427
 V5.20.txt:3428
 V5.20.txt:3429
 V5.20.txt:3430
 V5.20.txt:3431
 V5.20.txt:3432
 V5.20.txt:3433
 V5.20.txt:3434
 V5.20.txt:3435
 V5.20.txt:3436
 V5.20.txt:3437
 V5.20.txt:3438
 V5.20.txt:3439
 V5.20.txt:3440
 V5.20.txt:3441
 V5.20.txt:3442
 V5.20.txt:3443
 V5.20.txt:3444
 V5.20.txt:3445
 V5.20.txt:3446
 V5.20.txt:3447
 V5.20.txt:3448
 V5.20.txt:3449
 V5.20.txt:3450
 V5.20.txt:3451
 V5.20.txt:3452
 V5.20.txt:3453
 V5.20.txt:3454
 V5.20.txt:3455
 V5.20.txt:3456
 V5.20.txt:3457
 V5.20.txt:3458
 V5.20.txt:3459
 V5.20.txt:3460
 V5.20.txt:3461
 V5.20.txt:3462
 V5.20.txt:3463
 V5.20.txt:3464
 V5.20.txt:3465
 V5.20.txt:3466
 V5.20.txt:3467
 V5.20.txt:3468
 V5.20.txt:3469
 V5.20.txt:3470
 V5.20.txt:3471
 V5.20.txt:3472
 V5.20.txt:3473
 V5.20.txt:3474
 V5.20.txt:3475
 V5.20.txt:3476
 V5.20.txt:3477
 V5.20.txt:3478
 V5.20.txt:3479
 V5.20.txt:3480
 V5.20.txt:3481
 V5.20.txt:3482
 V5.20.txt:3483
 V5.20.txt:3484
 V5.20.txt:3485
 V5.20.txt:3486
 V5.20.txt:3487
 V5.20.txt:3488
 V5.20.txt:3489
 V5.20.txt:3490
 V5.20.txt:3491
 V5.20.txt:3492
 V5.20.txt:3493
 V5.20.txt:3494
 V5.20.txt:3495
 V5.20.txt:3496
 V5.20.txt:3497
 V5.20.txt:3498
 V5.20.txt:3499
 V5.20.txt:3500
 V5.20.txt:3501
 V5.20.txt:3502
 V5.20.txt:3503
 V5.20.txt:3504
 V5.20.txt:3505
 V5.20.txt:3506
 V5.20.txt:3507
 V5.20.txt:3508
 V5.20.txt:3509
 V5.20.txt:3510
 V5.20.txt:3511
 V5.20.txt:3512
 V5.20.txt:3513
 V5.20.txt:3514
 V5.20.txt:3515
 V5.20.txt:3516
 V5.20.txt:3517
 V5.20.txt:3518
 V5.20.txt:3519
 V5.20.txt:3520
 V5.20.txt:3521
 V5.20.txt:3522
 V5.20.txt:3523
 V5.20.txt:3524
 V5.20.txt:3525
 V5.20.txt:3526
 V5.20.txt:3527
 V5.20.txt:3528
 V5.20.txt:3529
 V5.20.txt:3530
 V5.20.txt:3531
 V5.20.txt:3532
 V5.20.txt:3533
 V5.20.txt:3534
 V5.20.txt:3535
 V5.20.txt:3536
 V5.20.txt:3537
 V5.20.txt:3538
 V5.20.txt:3539
 V5.20.txt:3540
 V5.20.txt:3541
 V5.20.txt:3542
 V5.20.txt:3543
 V5.20.txt:3544
 V5.20.txt:3545
 V5.20.txt:3546
 V5.20.txt:3547
 V5.20.txt:3548
 V5.20.txt:3549
 V5.20.txt:3550
 V5.20.txt:3551
 V5.20.txt:3552
 V5.20.txt:3553
 V5.20.txt:3554
 V5.20.txt:3555
 V5.20.txt:3556
 V5.20.txt:3557
 V5.20.txt:3558
 V5.20.txt:3559
 V5.20.txt:3560
 V5.20.txt:3561
 V5.20.txt:3562
 V5.20.txt:3563
 V5.20.txt:3564
 V5.20.txt:3565
 V5.20.txt:3566
 V5.20.txt:3567
 V5.20.txt:3568
 V5.20.txt:3569
 V5.20.txt:3570
 V5.20.txt:3571
 V5.20.txt:3572
 V5.20.txt:3573
 V5.20.txt:3574
 V5.20.txt:3575
 V5.20.txt:3576
 V5.20.txt:3577
 V5.20.txt:3578
 V5.20.txt:3579
 V5.20.txt:3580
 V5.20.txt:3581
 V5.20.txt:3582
 V5.20.txt:3583
 V5.20.txt:3584
 V5.20.txt:3585
 V5.20.txt:3586
 V5.20.txt:3587
 V5.20.txt:3588
 V5.20.txt:3589
 V5.20.txt:3590
 V5.20.txt:3591
 V5.20.txt:3592
 V5.20.txt:3593
 V5.20.txt:3594
 V5.20.txt:3595
 V5.20.txt:3596
 V5.20.txt:3597
 V5.20.txt:3598
 V5.20.txt:3599
 V5.20.txt:3600
 V5.20.txt:3601
 V5.20.txt:3602
 V5.20.txt:3603
 V5.20.txt:3604
 V5.20.txt:3605
 V5.20.txt:3606
 V5.20.txt:3607
 V5.20.txt:3608
 V5.20.txt:3609
 V5.20.txt:3610
 V5.20.txt:3611
 V5.20.txt:3612
 V5.20.txt:3613
 V5.20.txt:3614
 V5.20.txt:3615
 V5.20.txt:3616
 V5.20.txt:3617
 V5.20.txt:3618
 V5.20.txt:3619
 V5.20.txt:3620
 V5.20.txt:3621
 V5.20.txt:3622
 V5.20.txt:3623
 V5.20.txt:3624
 V5.20.txt:3625
 V5.20.txt:3626
 V5.20.txt:3627
 V5.20.txt:3628
 V5.20.txt:3629
 V5.20.txt:3630
 V5.20.txt:3631
 V5.20.txt:3632
 V5.20.txt:3633
 V5.20.txt:3634
 V5.20.txt:3635
 V5.20.txt:3636
 V5.20.txt:3637
 V5.20.txt:3638
 V5.20.txt:3639
 V5.20.txt:3640
 V5.20.txt:3641
 V5.20.txt:3642
 V5.20.txt:3643
 V5.20.txt:3644
 V5.20.txt:3645
 V5.20.txt:3646
 V5.20.txt:3647
 V5.20.txt:3648
 V5.20.txt:3649
 V5.20.txt:3650
 V5.20.txt:3651
 V5.20.txt:3652
 V5.20.txt:3653
 V5.20.txt:3654
 V5.20.txt:3655
 V5.20.txt:3656
 V5.20.txt:3657
 V5.20.txt:3658
 V5.20.txt:3659
 V5.20.txt:3660
 V5.20.txt:3661
 V5.20.txt:3662
 V5.20.txt:3663
 V5.20.txt:3664
 V5.20.txt:3665
 V5.20.txt:3666
 V5.20.txt:3667
 V5.20.txt:3668
 V5.20.txt:3669
 V5.20.txt:3670
 V5.20.txt:3671
 V5.20.txt:3672
 V5.20.txt:3673
 V5.20.txt:3674
 V5.20.txt:3675
 V5.20.txt:3676
 V5.20.txt:3677
 V5.20.txt:3678
 V5.20.txt:3679
 V5.20.txt:3680
 V5.20.txt:3681
 V5.20.txt:3682
 V5.20.txt:3683
 V5.20.txt:3684
 V5.20.txt:3685
 V5.20.txt:3686
 V5.20.txt:3687
 V5.20.txt:3688
 V5.20.txt:3689
 V5.20.txt:3690
 V5.20.txt:3691
 V5.20.txt:3692
 V5.20.txt:3693
 V5.20.txt:3694
 V5.20.txt:3695
 V5.20.txt:3696
 V5.20.txt:3697
 V5.20.txt:3698
 V5.20.txt:3699
 V5.20.txt:3700
 V5.20.txt:3701
 V5.20.txt:3702
 V5.20.txt:3703
 V5.20.txt:3704
 V5.20.txt:3705
 V5.20.txt:3706
 V5.20.txt:3707
 V5.20.txt:3708
 V5.20.txt:3709
 V5.20.txt:3710
 V5.20.txt:3711
 V5.20.txt:3712
 V5.20.txt:3713
 V5.20.txt:3714
 V5.20.txt:3715
 V5.20.txt:3716
 V5.20.txt:3717
 V5.20.txt:3718
 V5.20.txt:3719
 V5.20.txt:3720
 V5.20.txt:3721
 V5.20.txt:3722
 V5.20.txt:3723
 V5.20.txt:3724
 V5.20.txt:3725
 V5.20.txt:3726
 V5.20.txt:3727
 V5.20.txt:3728
 V5.20.txt:3729
 V5.20.txt:3730
 V5.20.txt:3731
 V5.20.txt:3732
 V5.20.txt:3733
 V5.20.txt:3734
 V5.20.txt:3735
 V5.20.txt:3736
 V5.20.txt:3737
 V5.20.txt:3738
 V5.20.txt:3739
 V5.20.txt:3740
 V5.20.txt:3741
 V5.20.txt:3742
 V5.20.txt:3743
 V5.20.txt:3744
 V5.20.txt:3745
 V5.20.txt:3746
 V5.20.txt:3747
 V5.20.txt:3748
 V5.20.txt:3749
 V5.20.txt:3750
 V5.20.txt:3751
 V5.20.txt:3752
 V5.20.txt:3753
 V5.20.txt:3754
 V5.20.txt:3755
 V5.20.txt:3756
 V5.20.txt:3757
 V5.20.txt:3758
 V5.20.txt:3759
 V5.20.txt:3760
 V5.20.txt:3761
 V5.20.txt:3762
 V5.20.txt:3763
 V5.20.txt:3764
 V5.20.txt:3765
 V5.20.txt:3766
 V5.20.txt:3767
 V5.20.txt:3768
 V5.20.txt:3769
 V5.20.txt:3770
 V5.20.txt:3771
 V5.20.txt:3772
 V5.20.txt:3773
 V5.20.txt:3774
 V5.20.txt:3775
 V5.20.txt:3776
 V5.20.txt:3777
 V5.20.txt:3778
 V5.20.txt:3779
 V5.20.txt:3780
 V5.20.txt:3781
 V5.20.txt:3782
 V5.20.txt:3783
 V5.20.txt:3784
 V5.20.txt:3785
 V5.20.txt:3786
 V5.20.txt:3787
 V5.20.txt:3788
 V5.20.txt:3789
 V5.20.txt:3790
 V5.20.txt:3791
 V5.20.txt:3792
 V5.20.txt:3793
 V5.20.txt:3794
 V5.20.txt:3795
 V5.20.txt:3796
 V5.20.txt:3797
 V5.20.txt:3798
 V5.20.txt:3799
 V5.20.txt:3800
 V5.20.txt:3801
 V5.20.txt:3802
 V5.20.txt:3803
 V5.20.txt:3804
 V5.20.txt:3805
 V5.20.txt:3806
 V5.20.txt:3807
 V5.20.txt:3808
 V5.20.txt:3809
 V5.20.txt:3810
 V5.20.txt:3811
 V5.20.txt:3812
 V5.20.txt:3813
 V5.20.txt:3814
 V5.20.txt:3815
 V5.20.txt:3816
 V5.20.txt:3817
 V5.20.txt:3818
 V5.20.txt:3819
 V5.20.txt:3820
 V5.20.txt:3821
 V5.20.txt:3822
 V5.20.txt:3823
 V5.20.txt:3824
 V5.20.txt:3825
 V5.20.txt:3826
 V5.20.txt:3827
 V5.20.txt:3828
 V5.20.txt:3829
 V5.20.txt:3830
 V5.20.txt:3831
 V5.20.txt:3832
 V5.20.txt:3833
 V5.20.txt:3834
 V5.20.txt:3835
 V5.20.txt:3836
 V5.20.txt:3837
 V5.20.txt:3838
 V5.20.txt:3839
 V5.20.txt:3840
 V5.20.txt:3841
 V5.20.txt:3842
 V5.20.txt:3843
 V5.20.txt:3844
 V5.20.txt:3845
 V5.20.txt:3846
 V5.20.txt:3847
 V5.20.txt:3848
 V5.20.txt:3849
 V5.20.txt:3850
 V5.20.txt:3851
 V5.20.txt:3852
 V5.20.txt:3853
 V5.20.txt:3854
 V5.20.txt:3855
 V5.20.txt:3856
 V5.20.txt:3857
 V5.20.txt:3858
 V5.20.txt:3859
 V5.20.txt:3860
 V5.20.txt:3861
 V5.20.txt:3862
 V5.20.txt:3863
 V5.20.txt:3864
 V5.20.txt:3865
 V5.20.txt:3866
 V5.20.txt:3867
 V5.20.txt:3868
 V5.20.txt:3869
 V5.20.txt:3870
 V5.20.txt:3871
 V5.20.txt:3872
 V5.20.txt:3873
 V5.20.txt:3874
 V5.20.txt:3875
 V5.20.txt:3876
 V5.20.txt:3877
 V5.20.txt:3878
 V5.20.txt:3879
 V5.20.txt:3880
 V5.20.txt:3881
 V5.20.txt:3882
 V5.20.txt:3883
 V5.20.txt:3884
 V5.20.txt:3885
 V5.20.txt:3886
 V5.20.txt:3887
 V5.20.txt:3888
 V5.20.txt:3889
 V5.20.txt:3890
 V5.20.txt:3891
 V5.20.txt:3892
 V5.20.txt:3893
 V5.20.txt:3894
 V5.20.txt:3895
 V5.20.txt:3896
 V5.20.txt:3897
 V5.20.txt:3898
 V5.20.txt:3899
 V5.20.txt:3900
 V5.20.txt:3901
 V5.20.txt:3902
 V5.20.txt:3903
 V5.20.txt:3904
 V5.20.txt:3905
 V5.20.txt:3906
 V5.20.txt:3907
 V5.20.txt:3908
 V5.20.txt:3909
 V5.20.txt:3910
 V5.20.txt:3911
 V5.20.txt:3912
 V5.20.txt:3913
 V5.20.txt:3914
 V5.20.txt:3915
 V5.20.txt:3916
 V5.20.txt:3917
 V5.20.txt:3918
 V5.20.txt:3919
 V5.20.txt:3920
 V5.20.txt:3921
 V5.20.txt:3922
 V5.20.txt:3923
 V5.20.txt:3924
 V5.20.txt:3925
 V5.20.txt:3926
 V5.20.txt:3927
 V5.20.txt:3928
 V5.20.txt:3929
 V5.20.txt:3930
 V5.20.txt:3931
 V5.20.txt:3932
 V5.20.txt:3933
 V5.20.txt:3934
 V5.20.txt:3935
 V5.20.txt:3936
 V5.20.txt:3937
 V5.20.txt:3938
 V5.20.txt:3939
 V5.20.txt:3940
 V5.20.txt:3941
 V5.20.txt:3942
 V5.20.txt:3943
 V5.20.txt:3944
 V5.20.txt:3945
 V5.20.txt:3946
 V5.20.txt:3947
 V5.20.txt:3948
 V5.20.txt:3949
 V5.20.txt:3950
 V5.20.txt:3951
 V5.20.txt:3952
 V5.20.txt:3953
 V5.20.txt:3954
 V5.20.txt:3955
 V5.20.txt:3956
 V5.20.txt:3957
 V5.20.txt:3958
 V5.20.txt:3959
 V5.20.txt:3960
 V5.20.txt:3961
 V5.20.txt:3962
 V5.20.txt:3963
 V5.20.txt:3964
 V5.20.txt:3965
 V5.20.txt:3966
 V5.20.txt:3967
 V5.20.txt:3968
 V5.20.txt:3969
 V5.20.txt:3970
 V5.20.txt:3971
 V5.20.txt:3972
 V5.20.txt:3973
 V5.20.txt:3974
 V5.20.txt:3975
 V5.20.txt:3976
 V5.20.txt:3977
 V5.20.txt:3978
 V5.20.txt:3979
 V5.20.txt:3980
 V5.20.txt:3981
 V5.20.txt:3982
 V5.20.txt:3983
 V5.20.txt:3984
 V5.20.txt:3985
 V5.20.txt:3986
 V5.20.txt:3987
 V5.20.txt:3988
 V5.20.txt:3989
 V5.20.txt:3990
 V5.20.txt:3991
 V5.20.txt:3992
 V5.20.txt:3993
 V5.20.txt:3994
 V5.20.txt:3995
 V5.20.txt:3996
 V5.20.txt:3997
 V5.20.txt:3998
 V5.20.txt:3999
 V5.20.txt:4000
 V5.20.txt:4001
 V5.20.txt:4002
 V5.20.txt:4003
 V5.20.txt:4004
 V5.20.txt:4005
 V5.20.txt:4006
 V5.20.txt:4007
 V5.20.txt:4008
 V5.20.txt:4009
 V5.20.txt:4010
 V5.20.txt:4011
 V5.20.txt:4012
 V5.20.txt:4013
 V5.20.txt:4014
 V5.20.txt:4015
 V5.20.txt:4016
 V5.20.txt:4017
 V5.20.txt:4018
 V5.20.txt:4019
 V5.20.txt:4020
 V5.20.txt:4021
 V5.20.txt:4022
 V5.20.txt:4023
 V5.20.txt:4024
 V5.20.txt:4025
 V5.20.txt:4026
 V5.20.txt:4027
 V5.20.txt:4028
 V5.20.txt:4029
 V5.20.txt:4030
 V5.20.txt:4031
 V5.20.txt:4032
 V5.20.txt:4033
 V5.20.txt:4034
 V5.20.txt:4035
 V5.20.txt:4036
 V5.20.txt:4037
 V5.20.txt:4038
 V5.20.txt:4039
 V5.20.txt:4040
 V5.20.txt:4041
 V5.20.txt:4042
 V5.20.txt:4043
 V5.20.txt:4044
 V5.20.txt:4045
 V5.20.txt:4046
 V5.20.txt:4047
 V5.20.txt:4048
 V5.20.txt:4049
 V5.20.txt:4050
 V5.20.txt:4051
 V5.20.txt:4052
 V5.20.txt:4053
 V5.20.txt:4054
 V5.20.txt:4055
 V5.20.txt:4056
 V5.20.txt:4057
 V5.20.txt:4058
 V5.20.txt:4059
 V5.20.txt:4060
 V5.20.txt:4061
 V5.20.txt:4062
 V5.20.txt:4063
 V5.20.txt:4064
 V5.20.txt:4065
 V5.20.txt:4066
 V5.20.txt:4067
 V5.20.txt:4068
 V5.20.txt:4069
 V5.20.txt:4070
 V5.20.txt:4071
 V5.20.txt:4072
 V5.20.txt:4073
 V5.20.txt:4074
 V5.20.txt:4075
 V5.20.txt:4076
 V5.20.txt:4077
 V5.20.txt:4078
 V5.20.txt:4079
 V5.20.txt:4080
 V5.20.txt:4081
 V5.20.txt:4082
 V5.20.txt:4083
 V5.20.txt:4084
 V5.20.txt:4085
 V5.20.txt:4086
 V5.20.txt:4087
 V5.20.txt:4088
 V5.20.txt:4089
 V5.20.txt:4090
 V5.20.txt:4091
 V5.20.txt:4092
 V5.20.txt:4093
 V5.20.txt:4094
 V5.20.txt:4095
 V5.20.txt:4096
 V5.20.txt:4097
 V5.20.txt:4098
 V5.20.txt:4099
 V5.20.txt:4100
 V5.20.txt:4101
 V5.20.txt:4102
 V5.20.txt:4103
 V5.20.txt:4104
 V5.20.txt:4105
 V5.20.txt:4106
 V5.20.txt:4107
 V5.20.txt:4108
 V5.20.txt:4109
 V5.20.txt:4110
 V5.20.txt:4111
 V5.20.txt:4112
 V5.20.txt:4113
 V5.20.txt:4114
 V5.20.txt:4115
 V5.20.txt:4116
 V5.20.txt:4117
 V5.20.txt:4118
 V5.20.txt:4119
 V5.20.txt:4120
 V5.20.txt:4121
 V5.20.txt:4122
 V5.20.txt:4123
 V5.20.txt:4124
 V5.20.txt:4125
 V5.20.txt:4126
 V5.20.txt:4127
 V5.20.txt:4128
 V5.20.txt:4129
 V5.20.txt:4130
 V5.20.txt:4131
 V5.20.txt:4132
 V5.20.txt:4133
 V5.20.txt:4134
 V5.20.txt:4135
 V5.20.txt:4136
 V5.20.txt:4137
 V5.20.txt:4138
 V5.20.txt:4139
 V5.20.txt:4140
 V5.20.txt:4141
 V5.20.txt:4142
 V5.20.txt:4143
 V5.20.txt:4144
 V5.20.txt:4145
 V5.20.txt:4146
 V5.20.txt:4147
 V5.20.txt:4148
 V5.20.txt:4149
 V5.20.txt:4150
 V5.20.txt:4151
 V5.20.txt:4152
 V5.20.txt:4153
 V5.20.txt:4154
 V5.20.txt:4155
 V5.20.txt:4156
 V5.20.txt:4157
 V5.20.txt:4158
 V5.20.txt:4159
 V5.20.txt:4160
 V5.20.txt:4161
 V5.20.txt:4162
 V5.20.txt:4163
 V5.20.txt:4164
 V5.20.txt:4165
 V5.20.txt:4166
 V5.20.txt:4167
 V5.20.txt:4168
 V5.20.txt:4169
 V5.20.txt:4170
 V5.20.txt:4171
 V5.20.txt:4172
 V5.20.txt:4173
 V5.20.txt:4174
 V5.20.txt:4175
 V5.20.txt:4176
 V5.20.txt:4177
 V5.20.txt:4178
 V5.20.txt:4179
 V5.20.txt:4180
 V5.20.txt:4181
 V5.20.txt:4182
 V5.20.txt:4183
 V5.20.txt:4184
 V5.20.txt:4185
 V5.20.txt:4186
 V5.20.txt:4187
 V5.20.txt:4188
 V5.20.txt:4189
 V5.20.txt:4190
 V5.20.txt:4191
 V5.20.txt:4192
 V5.20.txt:4193
 V5.20.txt:4194
 V5.20.txt:4195
 V5.20.txt:4196
 V5.20.txt:4197
 V5.20.txt:4198
 V5.20.txt:4199
 V5.20.txt:4200
 V5.20.txt:4201
 V5.20.txt:4202
 V5.20.txt:4203
 V5.20.txt:4204
 V5.20.txt:4205
 V5.20.txt:4206
 V5.20.txt:4207
 V5.20.txt:4208
 V5.20.txt:4209
 V5.20.txt:4210
 V5.20.txt:4211
 V5.20.txt:4212
 V5.20.txt:4213
 V5.20.txt:4214
 V5.20.txt:4215
 V5.20.txt:4216
 V5.20.txt:4217
 V5.20.txt:4218
 V5.20.txt:4219
 V5.20.txt:4220
 V5.20.txt:4221
 V5.20.txt:4222
 V5.20.txt:4223
 V5.20.txt:4224
 V5.20.txt:4225
 V5.20.txt:4226
 V5.20.txt:4227
 V5.20.txt:4228
 V5.20.txt:4229
 V5.20.txt:4230
 V5.20.txt:4231
 V5.20.txt:4232
 V5.20.txt:4233
 V5.20.txt:4234
 V5.20.txt:4235
 V5.20.txt:4236
 V5.20.txt:4237
 V5.20.txt:4238
 V5.20.txt:4239
 V5.20.txt:4240
 V5.20.txt:4241
 V5.20.txt:4242
 V5.20.txt:4243
 V5.20.txt:4244
 V5.20.txt:4245
 V5.20.txt:4246
 V5.20.txt:4247
 V5.20.txt:4248
 V5.20.txt:4249
 V5.20.txt:4250
 V5.20.txt:4251
 V5.20.txt:4252
 V5.20.txt:4253
 V5.20.txt:4254
 V5.20.txt:4255
 V5.20.txt:4256
 V5.20.txt:4257
 V5.20.txt:4258
 V5.20.txt:4259
 V5.20.txt:4260
 V5.20.txt:4261
 V5.20.txt:4262
 V5.20.txt:4263
 V5.20.txt:4264
 V5.20.txt:4265
 V5.20.txt:4266
 V5.20.txt:4267
 V5.20.txt:4268
 V5.20.txt:4269
 V5.20.txt:4270
 V5.20.txt:4271
 V5.20.txt:4272
 V5.20.txt:4273
 V5.20.txt:4274
 V5.20.txt:4275
 V5.20.txt:4276
 V5.20.txt:4277
 V5.20.txt:4278
 V5.20.txt:4279
 V5.20.txt:4280
 V5.20.txt:4281
 V5.20.txt:4282
 V5.20.txt:4283
 V5.20.txt:4284
 V5.20.txt:4285
 V5.20.txt:4286
 V5.20.txt:4287
 V5.20.txt:4288
 V5.20.txt:4289
 V5.20.txt:4290
 V5.20.txt:4291
 V5.20.txt:4292
 V5.20.txt:4293
 V5.20.txt:4294
 V5.20.txt:4295
 V5.20.txt:4296
 V5.20.txt:4297
 V5.20.txt:4298
 V5.20.txt:4299
 V5.20.txt:4300
 V5.20.txt:4301
 V5.20.txt:4302
 V5.20.txt:4303
 V5.20.txt:4304
 V5.20.txt:4305
 V5.20.txt:4306
 V5.20.txt:4307
 V5.20.txt:4308
 V5.20.txt:4309
 V5.20.txt:4310
 V5.20.txt:4311
 V5.20.txt:4312
 V5.20.txt:4313
 V5.20.txt:4314
 V5.20.txt:4315
 V5.20.txt:4316
 V5.20.txt:4317
 V5.20.txt:4318
 V5.20.txt:4319
 V5.20.txt:4320
 V5.20.txt:4321
 V5.20.txt:4322
 V5.20.txt:4323
 V5.20.txt:4324
 V5.20.txt:4325
 V5.20.txt:4326
 V5.20.txt:4327
 V5.20.txt:4328
 V5.20.txt:4329
 V5.20.txt:4330
 V5.20.txt:4331
 V5.20.txt:4332
 V5.20.txt:4333
 V5.20.txt:4334
 V5.20.txt:4335
 V5.20.txt:4336
 V5.20.txt:4337
 V5.20.txt:4338
 V5.20.txt:4339
 V5.20.txt:4340
 V5.20.txt:4341
 V5.20.txt:4342
 V5.20.txt:4343
 V5.20.txt:4344
 V5.20.txt:4345
 V5.20.txt:4346
 V5.20.txt:4347
 V5.20.txt:4348
 V5.20.txt:4349
 V5.20.txt:4350
 V5.20.txt:4351
 V5.20.txt:4352
 V5.20.txt:4353
 V5.20.txt:4354
 V5.20.txt:4355
 V5.20.txt:4356
 V5.20.txt:4357
 V5.20.txt:4358
 V5.20.txt:4359
 V5.20.txt:4360
 V5.20.txt:4361
 V5.20.txt:4362
 V5.20.txt:4363
 V5.20.txt:4364
 V5.20.txt:4365
 V5.20.txt:4366
 V5.20.txt:4367
 V5.20.txt:4368
 V5.20.txt:4369
 V5.20.txt:4370
 V5.20.txt:4371
 V5.20.txt:4372
 V5.20.txt:4373
 V5.20.txt:4374
 V5.20.txt:4375
 V5.20.txt:4376
 V5.20.txt:4377
 V5.20.txt:4378
 V5.20.txt:4379
 V5.20.txt:4380
 V5.20.txt:4381
 V5.20.txt:4382
 V5.20.txt:4383
 V5.20.txt:4384
 V5.20.txt:4385
 V5.20.txt:4386
 V5.20.txt:4387
 V5.20.txt:4388
 V5.20.txt:4389
 V5.20.txt:4390
 V5.20.txt:4391
 V5.20.txt:4392
 V5.20.txt:4393
 V5.20.txt:4394
 V5.20.txt:4395
 V5.20.txt:4396
 V5.20.txt:4397
 V5.20.txt:4398
 V5.20.txt:4399
 V5.20.txt:4400
 V5.20.txt:4401
 V5.20.txt:4402
 V5.20.txt:4403
 V5.20.txt:4404
 V5.20.txt:4405
 V5.20.txt:4406
 V5.20.txt:4407
 V5.20.txt:4408
 V5.20.txt:4409
 V5.20.txt:4410
 V5.20.txt:4411
 V5.20.txt:4412
 V5.20.txt:4413
 V5.20.txt:4414
 V5.20.txt:4415
 V5.20.txt:4416
 V5.20.txt:4417
 V5.20.txt:4418
 V5.20.txt:4419
 V5.20.txt:4420
 V5.20.txt:4421
 V5.20.txt:4422
 V5.20.txt:4423
 V5.20.txt:4424
 V5.20.txt:4425
 V5.20.txt:4426
 V5.20.txt:4427
 V5.20.txt:4428
 V5.20.txt:4429
 V5.20.txt:4430
 V5.20.txt:4431
 V5.20.txt:4432
 V5.20.txt:4433
 V5.20.txt:4434
 V5.20.txt:4435
 V5.20.txt:4436
 V5.20.txt:4437
 V5.20.txt:4438
 V5.20.txt:4439
 V5.20.txt:4440
 V5.20.txt:4441
 V5.20.txt:4442
 V5.20.txt:4443
 V5.20.txt:4444
 V5.20.txt:4445
 V5.20.txt:4446
 V5.20.txt:4447
 V5.20.txt:4448
 V5.20.txt:4449
 V5.20.txt:4450
 V5.20.txt:4451
 V5.20.txt:4452
 V5.20.txt:4453
 V5.20.txt:4454
 V5.20.txt:4455
 V5.20.txt:4456
 V5.20.txt:4457
 V5.20.txt:4458
 V5.20.txt:4459
 V5.20.txt:4460
 V5.20.txt:4461
 V5.20.txt:4462
 V5.20.txt:4463
 V5.20.txt:4464
 V5.20.txt:4465
 V5.20.txt:4466
 V5.20.txt:4467
 V5.20.txt:4468
 V5.20.txt:4469
 V5.20.txt:4470
 V5.20.txt:4471
 V5.20.txt:4472
 V5.20.txt:4473
 V5.20.txt:4474
 V5.20.txt:4475
 V5.20.txt:4476
 V5.20.txt:4477
 V5.20.txt:4478
 V5.20.txt:4479
 V5.20.txt:4480
 V5.20.txt:4481
 V5.20.txt:4482
 V5.20.txt:4483
 V5.20.txt:4484
 V5.20.txt:4485
 V5.20.txt:4486
 V5.20.txt:4487
 V5.20.txt:4488
 V5.20.txt:4489
 V5.20.txt:4490
 V5.20.txt:4491
 V5.20.txt:4492
 V5.20.txt:4493
 V5.20.txt:4494
 V5.20.txt:4495
 V5.20.txt:4496
 V5.20.txt:4497
 V5.20.txt:4498
 V5.20.txt:4499
 V5.20.txt:4500
 V5.20.txt:4501
 V5.20.txt:4502
 V5.20.txt:4503
 V5.20.txt:4504
 V5.20.txt:4505
 V5.20.txt:4506
 V5.20.txt:4507
 V5.20.txt:4508
 V5.20.txt:4509
 V5.20.txt:4510
 V5.20.txt:4511
 V5.20.txt:4512
 V5.20.txt:4513
 V5.20.txt:4514
 V5.20.txt:4515
 V5.20.txt:4516
 V5.20.txt:4517
 V5.20.txt:4518
 V5.20.txt:4519
 V5.20.txt:4520
 V5.20.txt:4521
 V5.20.txt:4522
 V5.20.txt:4523
 V5.20.txt:4524
 V5.20.txt:4525
 V5.20.txt:4526
 V5.20.txt:4527
 V5.20.txt:4528
 V5.20.txt:4529
 V5.20.txt:4530
 V5.20.txt:4531
 V5.20.txt:4532
 V5.20.txt:4533
 V5.20.txt:4534
 V5.20.txt:4535
 V5.20.txt:4536
 V5.20.txt:4537
 V5.20.txt:4538
 V5.20.txt:4539
 V5.20.txt:4540
 V5.20.txt:4541
 V5.20.txt:4542
 V5.20.txt:4543
 V5.20.txt:4544
 V5.20.txt:4545
 V5.20.txt:4546
 V5.20.txt:4547
 V5.20.txt:4548
 V5.20.txt:4549
 V5.20.txt:4550
 V5.20.txt:4551
 V5.20.txt:4552
 V5.20.txt:4553
 V5.20.txt:4554
 V5.20.txt:4555
 V5.20.txt:4556
 V5.20.txt:4557
 V5.20.txt:4558
 V5.20.txt:4559
 V5.20.txt:4560
 V5.20.txt:4561
 V5.20.txt:4562
 V5.20.txt:4563
 V5.20.txt:4564
 V5.20.txt:4565
 V5.20.txt:4566
 V5.20.txt:4567
 V5.20.txt:4568
 V5.20.txt:4569
 V5.20.txt:4570
 V5.20.txt:4571
 V5.20.txt:4572
 V5.20.txt:4573
 V5.20.txt:4574
 V5.20.txt:4575
 V5.20.txt:4576
 V5.20.txt:4577
 V5.20.txt:4578
 V5.20.txt:4579
 V5.20.txt:4580
 V5.20.txt:4581
 V5.20.txt:4582
 V5.20.txt:4583
 V5.20.txt:4584
 V5.20.txt:4585
 V5.20.txt:4586
 V5.20.txt:4587
 V5.20.txt:4588
 V5.20.txt:4589
 V5.20.txt:4590
 V5.20.txt:4591
 V5.20.txt:4592
 V5.20.txt:4593
 V5.20.txt:4594
 V5.20.txt:4595
 V5.20.txt:4596
 V5.20.txt:4597
 V5.20.txt:4598
 V5.20.txt:4599
 V5.20.txt:4600
 V5.20.txt:4601
 V5.20.txt:4602
 V5.20.txt:4603
 V5.20.txt:4604
 V5.20.txt:4605
 V5.20.txt:4606
 V5.20.txt:4607
 V5.20.txt:4608
 V5.20.txt:4609
 V5.20.txt:4610
 V5.20.txt:4611
 V5.20.txt:4612
 V5.20.txt:4613
 V5.20.txt:4614
 V5.20.txt:4615
 V5.20.txt:4616
 V5.20.txt:4617
 V5.20.txt:4618
 V5.20.txt:4619
 V5.20.txt:4620
 V5.20.txt:4621
 V5.20.txt:4622
 V5.20.txt:4623
 V5.20.txt:4624
 V5.20.txt:4625
 V5.20.txt:4626
 V5.20.txt:4627
 V5.20.txt:4628
 V5.20.txt:4629
 V5.20.txt:4630
 V5.20.txt:4631
 V5.20.txt:4632
 V5.20.txt:4633
 V5.20.txt:4634
 V5.20.txt:4635
 V5.20.txt:4636
 V5.20.txt:4637
 V5.20.txt:4638
 V5.20.txt:4639
 V5.20.txt:4640
 V5.20.txt:4641
 V5.20.txt:4642
 V5.20.txt:4643
 V5.20.txt:4644
 V5.20.txt:4645
 V5.20.txt:4646
 V5.20.txt:4647
 V5.20.txt:4648
 V5.20.txt:4649
 V5.20.txt:4650
 V5.20.txt:4651
 V5.20.txt:4652
 V5.20.txt:4653
 V5.20.txt:4654
 V5.20.txt:4655
 V5.20.txt:4656
 V5.20.txt:4657
 V5.20.txt:4658
 V5.20.txt:4659
 V5.20.txt:4660
 V5.20.txt:4661
 V5.20.txt:4662
 V5.20.txt:4663
 V5.20.txt:4664
 V5.20.txt:4665
 V5.20.txt:4666
 V5.20.txt:4667
 V5.20.txt:4668
 V5.20.txt:4669
 V5.20.txt:4670
 V5.20.txt:4671
 V5.20.txt:4672
 V5.20.txt:4673
 V5.20.txt:4674
 V5.20.txt:4675
 V5.20.txt:4676
 V5.20.txt:4677
 V5.20.txt:4678
 V5.20.txt:4679
 V5.20.txt:4680
 V5.20.txt:4681
 V5.20.txt:4682
 V5.20.txt:4683
 V5.20.txt:4684
 V5.20.txt:4685
 V5.20.txt:4686
 V5.20.txt:4687
 V5.20.txt:4688
 V5.20.txt:4689
 V5.20.txt:4690
 V5.20.txt:4691
 V5.20.txt:4692
 V5.20.txt:4693
 V5.20.txt:4694
 V5.20.txt:4695
 V5.20.txt:4696
 V5.20.txt:4697
 V5.20.txt:4698
 V5.20.txt:4699
 V5.20.txt:4700
 V5.20.txt:4701
 V5.20.txt:4702
 V5.20.txt:4703
 V5.20.txt:4704
 V5.20.txt:4705
 V5.20.txt:4706
 V5.20.txt:4707
 V5.20.txt:4708
 V5.20.txt:4709
 V5.20.txt:4710
 V5.20.txt:4711
 V5.20.txt:4712
 V5.20.txt:4713
 V5.20.txt:4714
 V5.20.txt:4715
 V5.20.txt:4716
 V5.20.txt:4717
 V5.20.txt:4718
 V5.20.txt:4719
 V5.20.txt:4720
 V5.20.txt:4721
 V5.20.txt:4722
 V5.20.txt:4723
 V5.20.txt:4724
 V5.20.txt:4725
 V5.20.txt:4726
 V5.20.txt:4727
 V5.20.txt:4728
 V5.20.txt:4729
 V5.20.txt:4730
 V5.20.txt:4731
 V5.20.txt:4732
 V5.20.txt:4733
 V5.20.txt:4734
 V5.20.txt:4735
 V5.20.txt:4736
 V5.20.txt:4737
 V5.20.txt:4738
 V5.20.txt:4739
 V5.20.txt:4740
 V5.20.txt:4741
 V5.20.txt:4742
 V5.20.txt:4743
 V5.20.txt:4744
 V5.20.txt:4745
 V5.20.txt:4746
 V5.20.txt:4747
 V5.20.txt:4748
 V5.20.txt:4749
 V5.20.txt:4750
 V5.20.txt:4751
 V5.20.txt:4752
 V5.20.txt:4753
 V5.20.txt:4754
 V5.20.txt:4755
 V5.20.txt:4756
 V5.20.txt:4757
 V5.20.txt:4758
 V5.20.txt:4759
 V5.20.txt:4760
 V5.20.txt:4761
 V5.20.txt:4762
 V5.20.txt:4763
 V5.20.txt:4764
 V5.20.txt:4765
 V5.20.txt:4766
 V5.20.txt:4767
 V5.20.txt:4768
 V5.20.txt:4769
 V5.20.txt:4770
 V5.20.txt:4771
 V5.20.txt:4772
 V5.20.txt:4773
 V5.20.txt:4774
 V5.20.txt:4775
 V5.20.txt:4776
 V5.20.txt:4777
 V5.20.txt:4778
 V5.20.txt:4779
 V5.20.txt:4780
 V5.20.txt:4781
 V5.20.txt:4782
 V5.20.txt:4783
 V5.20.txt:4784
 V5.20.txt:4785
 V5.20.txt:4786
 V5.20.txt:4787
 V5.20.txt:4788
 V5.20.txt:4789
 V5.20.txt:4790
 V5.20.txt:4791
 V5.20.txt:4792
 V5.20.txt:4793
 V5.20.txt:4794
 V5.20.txt:4795
 V5.20.txt:4796
 V5.20.txt:4797
 V5.20.txt:4798
 V5.20.txt:4799
 V5.20.txt:4800
 V5.20.txt:4801
 V5.20.txt:4802
 V5.20.txt:4803
 V5.20.txt:4804
 V5.20.txt:4805
 V5.20.txt:4806
 V5.20.txt:4807
 V5.20.txt:4808
 V5.20.txt:4809
 V5.20.txt:4810
 V5.20.txt:4811
 V5.20.txt:4812
 V5.20.txt:4813
 V5.20.txt:4814
 V5.20.txt:4815
 V5.20.txt:4816
 V5.20.txt:4817
 V5.20.txt:4818
 V5.20.txt:4819
 V5.20.txt:4820
 V5.20.txt:4821
 V5.20.txt:4822
 V5.20.txt:4823
 V5.20.txt:4824
 V5.20.txt:4825
 V5.20.txt:4826
 V5.20.txt:4827
 V5.20.txt:4828
 V5.20.txt:4829
 V5.20.txt:4830
 V5.20.txt:4831
 V5.20.txt:4832
 V5.20.txt:4833
 V5.20.txt:4834
 V5.20.txt:4835
 V5.20.txt:4836
 V5.20.txt:4837
 V5.20.txt:4838
 V5.20.txt:4839
 V5.20.txt:4840
 V5.20.txt:4841
 V5.20.txt:4842
 V5.20.txt:4843
 V5.20.txt:4844
 V5.20.txt:4845
 V5.20.txt:4846
 V5.20.txt:4847
 V5.20.txt:4848
 V5.20.txt:4849
 V5.20.txt:4850
 V5.20.txt:4851
 V5.20.txt:4852
 V5.20.txt:4853
 V5.20.txt:4854
 V5.20.txt:4855
 V5.20.txt:4856
 V5.20.txt:4857
 V5.20.txt:4858
 V5.20.txt:4859
 V5.20.txt:4860
 V5.20.txt:4861
 V5.20.txt:4862
 V5.20.txt:4863
 V5.20.txt:4864
 V5.20.txt:4865
 V5.20.txt:4866
 V5.20.txt:4867
 V5.20.txt:4868
 V5.20.txt:4869
 V5.20.txt:4870
 V5.20.txt:4871
 V5.20.txt:4872
 V5.20.txt:4873
 V5.20.txt:4874
 V5.20.txt:4875
 V5.20.txt:4876
 V5.20.txt:4877
 V5.20.txt:4878
 V5.20.txt:4879
 V5.20.txt:4880
 V5.20.txt:4881
 V5.20.txt:4882
 V5.20.txt:4883
 V5.20.txt:4884
 V5.20.txt:4885
 V5.20.txt:4886
 V5.20.txt:4887
 V5.20.txt:4888
 V5.20.txt:4889
 V5.20.txt:4890
 V5.20.txt:4891
 V5.20.txt:4892
 V5.20.txt:4893
 V5.20.txt:4894
 V5.20.txt:4895
 V5.20.txt:4896
 V5.20.txt:4897
 V5.20.txt:4898
 V5.20.txt:4899
 V5.20.txt:4900
 V5.20.txt:4901
 V5.20.txt:4902
 V5.20.txt:4903
 V5.20.txt:4904
 V5.20.txt:4905
 V5.20.txt:4906
 V5.20.txt:4907
 V5.20.txt:4908
 V5.20.txt:4909
 V5.20.txt:4910
 V5.20.txt:4911
 V5.20.txt:4912
 V5.20.txt:4913
 V5.20.txt:4914
 V5.20.txt:4915
 V5.20.txt:4916
 V5.20.txt:4917
 V5.20.txt:4918
 V5.20.txt:4919
 V5.20.txt:4920
 V5.20.txt:4921
 V5.20.txt:4922
 V5.20.txt:4923
 V5.20.txt:4924
 V5.20.txt:4925
 V5.20.txt:4926
 V5.20.txt:4927
 V5.20.txt:4928
 V5.20.txt:4929
 V5.20.txt:4930
 V5.20.txt:4931
 V5.20.txt:4932
 V5.20.txt:4933
 V5.20.txt:4934
 V5.20.txt:4935
 V5.20.txt:4936
 V5.20.txt:4937
 V5.20.txt:4938
 V5.20.txt:4939
 V5.20.txt:4940
 V5.20.txt:4941
 V5.20.txt:4942
 V5.20.txt:4943
 V5.20.txt:4944
 V5.20.txt:4945
 V5.20.txt:4946
 V5.20.txt:4947
 V5.20.txt:4948
 V5.20.txt:4949
 V5.20.txt:4950
 V5.20.txt:4951
 V5.20.txt:4952
 V5.20.txt:4953
 V5.20.txt:4954
 V5.20.txt:4955
 V5.20.txt:4956
 V5.20.txt:4957
 V5.20.txt:4958
 V5.20.txt:4959
 V5.20.txt:4960
 V5.20.txt:4961
 V5.20.txt:4962
 V5.20.txt:4963
 V5.20.txt:4964
 V5.20.txt:4965
 V5.20.txt:4966
 V5.20.txt:4967
 V5.20.txt:4968
 V5.20.txt:4969
 V5.20.txt:4970
 V5.20.txt:4971
 V5.20.txt:4972
 V5.20.txt:4973
 V5.20.txt:4974
 V5.20.txt:4975
 V5.20.txt:4976
 V5.20.txt:4977
 V5.20.txt:4978
 V5.20.txt:4979
 V5.20.txt:4980
 V5.20.txt:4981
 V5.20.txt:4982
 V5.20.txt:4983
 V5.20.txt:4984
 V5.20.txt:4985
 V5.20.txt:4986
 V5.20.txt:4987
 V5.20.txt:4988
 V5.20.txt:4989
 V5.20.txt:4990
 V5.20.txt:4991
 V5.20.txt:4992
 V5.20.txt:4993
 V5.20.txt:4994
 V5.20.txt:4995
 V5.20.txt:4996
 V5.20.txt:4997
 V5.20.txt:4998
 V5.20.txt:4999
 V5.20.txt:5000
 V5.20.txt:5001
 V5.20.txt:5002
 V5.20.txt:5003
 V5.20.txt:5004
 V5.20.txt:5005
 V5.20.txt:5006
 V5.20.txt:5007
 V5.20.txt:5008
 V5.20.txt:5009
 V5.20.txt:5010
 V5.20.txt:5011
 V5.20.txt:5012
 V5.20.txt:5013
 V5.20.txt:5014
 V5.20.txt:5015
 V5.20.txt:5016
 V5.20.txt:5017
 V5.20.txt:5018
 V5.20.txt:5019
 V5.20.txt:5020
 V5.20.txt:5021
 V5.20.txt:5022
 V5.20.txt:5023
 V5.20.txt:5024
 V5.20.txt:5025
 V5.20.txt:5026
 V5.20.txt:5027
 V5.20.txt:5028
 V5.20.txt:5029
 V5.20.txt:5030
 V5.20.txt:5031
 V5.20.txt:5032
 V5.20.txt:5033
 V5.20.txt:5034
 V5.20.txt:5035
 V5.20.txt:5036
 V5.20.txt:5037
 V5.20.txt:5038
 V5.20.txt:5039
 V5.20.txt:5040
 V5.20.txt:5041
 V5.20.txt:5042
 V5.20.txt:5043
 V5.20.txt:5044
 V5.20.txt:5045
 V5.20.txt:5046
 V5.20.txt:5047
 V5.20.txt:5048
 V5.20.txt:5049
 V5.20.txt:5050
 V5.20.txt:5051
 V5.20.txt:5052
 V5.20.txt:5053
 V5.20.txt:5054
 V5.20.txt:5055
 V5.20.txt:5056
 V5.20.txt:5057
 V5.20.txt:5058
 V5.20.txt:5059
 V5.20.txt:5060
 V5.20.txt:5061
 V5.20.txt:5062
 V5.20.txt:5063
 V5.20.txt:5064
 V5.20.txt:5065
 V5.20.txt:5066
 V5.20.txt:5067
 V5.20.txt:5068
 V5.20.txt:5069
 V5.20.txt:5070
 V5.20.txt:5071
 V5.20.txt:5072
 V5.20.txt:5073
 V5.20.txt:5074
 V5.20.txt:5075
 V5.20.txt:5076
 V5.20.txt:5077
 V5.20.txt:5078
 V5.20.txt:5079
 V5.20.txt:5080
 V5.20.txt:5081
 V5.20.txt:5082
 V5.20.txt:5083
 V5.20.txt:5084
 V5.20.txt:5085
 V5.20.txt:5086
 V5.20.txt:5087
 V5.20.txt:5088
 V5.20.txt:5089
 V5.20.txt:5090
 V5.20.txt:5091
 V5.20.txt:5092
 V5.20.txt:5093
 V5.20.txt:5094
 V5.20.txt:5095
 V5.20.txt:5096
 V5.20.txt:5097
 V5.20.txt:5098
 V5.20.txt:5099
 V5.20.txt:5100
 V5.20.txt:5101
 V5.20.txt:5102
 V5.20.txt:5103
 V5.20.txt:5104
 V5.20.txt:5105
 V5.20.txt:5106
 V5.20.txt:5107
 V5.20.txt:5108
 V5.20.txt:5109
 V5.20.txt:5110
 V5.20.txt:5111
 V5.20.txt:5112
 V5.20.txt:5113
 V5.20.txt:5114
 V5.20.txt:5115
 V5.20.txt:5116
 V5.20.txt:5117
 V5.20.txt:5118
 V5.20.txt:5119
 V5.20.txt:5120
 V5.20.txt:5121
 V5.20.txt:5122
 V5.20.txt:5123
 V5.20.txt:5124
 V5.20.txt:5125
 V5.20.txt:5126
 V5.20.txt:5127
 V5.20.txt:5128
 V5.20.txt:5129
 V5.20.txt:5130
 V5.20.txt:5131
 V5.20.txt:5132
 V5.20.txt:5133
 V5.20.txt:5134
 V5.20.txt:5135
 V5.20.txt:5136
 V5.20.txt:5137
 V5.20.txt:5138
 V5.20.txt:5139
 V5.20.txt:5140
 V5.20.txt:5141
 V5.20.txt:5142
 V5.20.txt:5143
 V5.20.txt:5144
 V5.20.txt:5145
 V5.20.txt:5146
 V5.20.txt:5147
 V5.20.txt:5148
 V5.20.txt:5149
 V5.20.txt:5150
 V5.20.txt:5151
 V5.20.txt:5152
 V5.20.txt:5153
 V5.20.txt:5154
 V5.20.txt:5155
 V5.20.txt:5156
 V5.20.txt:5157
 V5.20.txt:5158
 V5.20.txt:5159
 V5.20.txt:5160
 V5.20.txt:5161
 V5.20.txt:5162
 V5.20.txt:5163
 V5.20.txt:5164
 V5.20.txt:5165
 V5.20.txt:5166
 V5.20.txt:5167
 V5.20.txt:5168
 V5.20.txt:5169
 V5.20.txt:5170
 V5.20.txt:5171
 V5.20.txt:5172
 V5.20.txt:5173
 V5.20.txt:5174
 V5.20.txt:5175
 V5.20.txt:5176
 V5.20.txt:5177
 V5.20.txt:5178
 V5.20.txt:5179
 V5.20.txt:5180
 V5.20.txt:5181
 V5.20.txt:5182
 V5.20.txt:5183
 V5.20.txt:5184
 V5.20.txt:5185
 V5.20.txt:5186
 V5.20.txt:5187
 V5.20.txt:5188
 V5.20.txt:5189
 V5.20.txt:5190
 V5.20.txt:5191
 V5.20.txt:5192
 V5.20.txt:5193
 V5.20.txt:5194
 V5.20.txt:5195
 V5.20.txt:5196
 V5.20.txt:5197
 V5.20.txt:5198
 V5.20.txt:5199
 V5.20.txt:5200
 V5.20.txt:5201
 V5.20.txt:5202
 V5.20.txt:5203
 V5.20.txt:5204
 V5.20.txt:5205
 V5.20.txt:5206
 V5.20.txt:5207
 V5.20.txt:5208
 V5.20.txt:5209
 V5.20.txt:5210
 V5.20.txt:5211
 V5.20.txt:5212
 V5.20.txt:5213
 V5.20.txt:5214
 V5.20.txt:5215
 V5.20.txt:5216
 V5.20.txt:5217
 V5.20.txt:5218
 V5.20.txt:5219
 V5.20.txt:5220
 V5.20.txt:5221
 V5.20.txt:5222
 V5.20.txt:5223
 V5.20.txt:5224
 V5.20.txt:5225
 V5.20.txt:5226
 V5.20.txt:5227
 V5.20.txt:5228
 V5.20.txt:5229
 V5.20.txt:5230
 V5.20.txt:5231
 V5.20.txt:5232
 V5.20.txt:5233
 V5.20.txt:5234
 V5.20.txt:5235
 V5.20.txt:5236
 V5.20.txt:5237
 V5.20.txt:5238
 V5.20.txt:5239
 V5.20.txt:5240
 V5.20.txt:5241
 V5.20.txt:5242
 V5.20.txt:5243
 V5.20.txt:5244
 V5.20.txt:5245
 V5.20.txt:5246
 V5.20.txt:5247
 V5.20.txt:5248
 V5.20.txt:5249
 V5.20.txt:5250
 V5.20.txt:5251
 V5.20.txt:5252
 V5.20.txt:5253
 V5.20.txt:5254
 V5.20.txt:5255
 V5.20.txt:5256
 V5.20.txt:5257
 V5.20.txt:5258
 V5.20.txt:5259
 V5.20.txt:5260
 V5.20.txt:5261
 V5.20.txt:5262
 V5.20.txt:5263
 V5.20.txt:5264
 V5.20.txt:5265
 V5.20.txt:5266
 V5.20.txt:5267
 V5.20.txt:5268
 V5.20.txt:5269
 V5.20.txt:5270
 V5.20.txt:5271
 V5.20.txt:5272
 V5.20.txt:5273
 V5.20.txt:5274
 V5.20.txt:5275
 V5.20.txt:5276
 V5.20.txt:5277
 V5.20.txt:5278
 V5.20.txt:5279
 V5.20.txt:5280
 V5.20.txt:5281
 V5.20.txt:5282
 V5.20.txt:5283
 V5.20.txt:5284
 V5.20.txt:5285
 V5.20.txt:5286
 V5.20.txt:5287
 V5.20.txt:5288
 V5.20.txt:5289
 V5.20.txt:5290
 V5.20.txt:5291
 V5.20.txt:5292
 V5.20.txt:5293
 V5.20.txt:5294
 V5.20.txt:5295
 V5.20.txt:5296
 V5.20.txt:5297
 V5.20.txt:5298
 V5.20.txt:5299
 V5.20.txt:5300
 V5.20.txt:5301
 V5.20.txt:5302
 V5.20.txt:5303
 V5.20.txt:5304
 V5.20.txt:5305
 V5.20.txt:5306
 V5.20.txt:5307
 V5.20.txt:5308
 V5.20.txt:5309
 V5.20.txt:5310
 V5.20.txt:5311
 V5.20.txt:5312
 V5.20.txt:5313
 V5.20.txt:5314
 V5.20.txt:5315
 V5.20.txt:5316
 V5.20.txt:5317
 V5.20.txt:5318
 V5.20.txt:5319
 V5.20.txt:5320
 V5.20.txt:5321
 V5.20.txt:5322
 V5.20.txt:5323
 V5.20.txt:5324
 V5.20.txt:5325
 V5.20.txt:5326
 V5.20.txt:5327
 V5.20.txt:5328
 V5.20.txt:5329
 V5.20.txt:5330
 V5.20.txt:5331
 V5.20.txt:5332
 V5.20.txt:5333
 V5.20.txt:5334
 V5.20.txt:5335
 V5.20.txt:5336
 V5.20.txt:5337
 V5.20.txt:5338
 V5.20.txt:5339
 V5.20.txt:5340
 V5.20.txt:5341
 V5.20.txt:5342
 V5.20.txt:5343
 V5.20.txt:5344
 V5.20.txt:5345
 V5.20.txt:5346
 V5.20.txt:5347
 V5.20.txt:5348
 V5.20.txt:5349
 V5.20.txt:5350
 V5.20.txt:5351
 V5.20.txt:5352
 V5.20.txt:5353
 V5.20.txt:5354
 V5.20.txt:5355
 V5.20.txt:5356
 V5.20.txt:5357
 V5.20.txt:5358
 V5.20.txt:5359
 V5.20.txt:5360
 V5.20.txt:5361
 V5.20.txt:5362
 V5.20.txt:5363
 V5.20.txt:5364
 V5.20.txt:5365
 V5.20.txt:5366
 V5.20.txt:5367
 V5.20.txt:5368
 V5.20.txt:5369
 V5.20.txt:5370
 V5.20.txt:5371
 V5.20.txt:5372
 V5.20.txt:5373
 V5.20.txt:5374
 V5.20.txt:5375
 V5.20.txt:5376
 V5.20.txt:5377
 V5.20.txt:5378
 V5.20.txt:5379
 V5.20.txt:5380
 V5.20.txt:5381
 V5.20.txt:5382
 V5.20.txt:5383
 V5.20.txt:5384
 V5.20.txt:5385
 V5.20.txt:5386
 V5.20.txt:5387
 V5.20.txt:5388
 V5.20.txt:5389
 V5.20.txt:5390
 V5.20.txt:5391
 V5.20.txt:5392
 V5.20.txt:5393
 V5.20.txt:5394
 V5.20.txt:5395
 V5.20.txt:5396
 V5.20.txt:5397
 V5.20.txt:5398
 V5.20.txt:5399
 V5.20.txt:5400
 V5.20.txt:5401
 V5.20.txt:5402
 V5.20.txt:5403
 V5.20.txt:5404
 V5.20.txt:5405
 V5.20.txt:5406
 V5.20.txt:5407
 V5.20.txt:5408
 V5.20.txt:5409
 V5.20.txt:5410
 V5.20.txt:5411
 V5.20.txt:5412
 V5.20.txt:5413
 V5.20.txt:5414
 V5.20.txt:5415
 V5.20.txt:5416
 V5.20.txt:5417
 V5.20.txt:5418
 V5.20.txt:5419
 V5.20.txt:5420
 V5.20.txt:5421
 V5.20.txt:5422
 V5.20.txt:5423
 V5.20.txt:5424
 V5.20.txt:5425
 V5.20.txt:5426
 V5.20.txt:5427
 V5.20.txt:5428
 V5.20.txt:5429
 V5.20.txt:5430
 V5.20.txt:5431
 V5.20.txt:5432
 V5.20.txt:5433
 V5.20.txt:5434
 V5.20.txt:5435
 V5.20.txt:5436
 V5.20.txt:5437
 V5.20.txt:5438
 V5.20.txt:5439
 V5.20.txt:5440
 V5.20.txt:5441
 V5.20.txt:5442
 V5.20.txt:5443
 V5.20.txt:5444
 V5.20.txt:5445
 V5.20.txt:5446
 V5.20.txt:5447
 V5.20.txt:5448
 V5.20.txt:5449
 V5.20.txt:5450
 V5.20.txt:5451
 V5.20.txt:5452
 V5.20.txt:5453
 V5.20.txt:5454
 V5.20.txt:5455
 V5.20.txt:5456
 V5.20.txt:5457
 V5.20.txt:5458
 V5.20.txt:5459
 V5.20.txt:5460
 V5.20.txt:5461
 V5.20.txt:5462
 V5.20.txt:5463
 V5.20.txt:5464
 V5.20.txt:5465
 V5.20.txt:5466
 V5.20.txt:5467
 V5.20.txt:5468
 V5.20.txt:5469
 V5.20.txt:5470
 V5.20.txt:5471
 V5.20.txt:5472
 V5.20.txt:5473
 V5.20.txt:5474
 V5.20.txt:5475
 V5.20.txt:5476
 V5.20.txt:5477
 V5.20.txt:5478
 V5.20.txt:5479
 V5.20.txt:5480
 V5.20.txt:5481
 V5.20.txt:5482
 V5.20.txt:5483
 V5.20.txt:5484
 V5.20.txt:5485
 V5.20.txt:5486
 V5.20.txt:5487
 V5.20.txt:5488
 V5.20.txt:5489
 V5.20.txt:5490
 V5.20.txt:5491
 V5.20.txt:5492
 V5.20.txt:5493
 V5.20.txt:5494
 V5.20.txt:5495
 V5.20.txt:5496
 V5.20.txt:5497
 V5.20.txt:5498
 V5.20.txt:5499
 V5.20.txt:5500
 V5.20.txt:5501
 V5.20.txt:5502
 V5.20.txt:5503
 V5.20.txt:5504
 V5.20.txt:5505
 V5.20.txt:5506
 V5.20.txt:5507
 V5.20.txt:5508
 V5.20.txt:5509
 V5.20.txt:5510
 V5.20.txt:5511
 V5.20.txt:5512
 V5.20.txt:5513
 V5.20.txt:5514
 V5.20.txt:5515
 V5.20.txt:5516
 V5.20.txt:5517
 V5.20.txt:5518
 V5.20.txt:5519
 V5.20.txt:5520
 V5.20.txt:5521
 V5.20.txt:5522
 V5.20.txt:5523
 V5.20.txt:5524
 V5.20.txt:5525
 V5.20.txt:5526
 V5.20.txt:5527
 V5.20.txt:5528
 V5.20.txt:5529
 V5.20.txt:5530
 V5.20.txt:5531
 V5.20.txt:5532
 V5.20.txt:5533
 V5.20.txt:5534
 V5.20.txt:5535
 V5.20.txt:5536
 V5.20.txt:5537
 V5.20.txt:5538
 V5.20.txt:5539
 V5.20.txt:5540
 V5.20.txt:5541
 V5.20.txt:5542
 V5.20.txt:5543
 V5.20.txt:5544
 V5.20.txt:5545
 V5.20.txt:5546
 V5.20.txt:5547
 V5.20.txt:5548
 V5.20.txt:5549
 V5.20.txt:5550
 V5.20.txt:5551
 V5.20.txt:5552
 V5.20.txt:5553
 V5.20.txt:5554
 V5.20.txt:5555
 V5.20.txt:5556
 V5.20.txt:5557
 V5.20.txt:5558
 V5.20.txt:5559
 V5.20.txt:5560
 V5.20.txt:5561
 V5.20.txt:5562
 V5.20.txt:5563
 V5.20.txt:5564
 V5.20.txt:5565
 V5.20.txt:5566
 V5.20.txt:5567
 V5.20.txt:5568
 V5.20.txt:5569
 V5.20.txt:5570
 V5.20.txt:5571
 V5.20.txt:5572
 V5.20.txt:5573
 V5.20.txt:5574
 V5.20.txt:5575
 V5.20.txt:5576
 V5.20.txt:5577
 V5.20.txt:5578
 V5.20.txt:5579
 V5.20.txt:5580
 V5.20.txt:5581
 V5.20.txt:5582
 V5.20.txt:5583
 V5.20.txt:5584
 V5.20.txt:5585
 V5.20.txt:5586
 V5.20.txt:5587
 V5.20.txt:5588
 V5.20.txt:5589
 V5.20.txt:5590
 V5.20.txt:5591
 V5.20.txt:5592
 V5.20.txt:5593
 V5.20.txt:5594
 V5.20.txt:5595
 V5.20.txt:5596
 V5.20.txt:5597
 V5.20.txt:5598
 V5.20.txt:5599
 V5.20.txt:5600
 V5.20.txt:5601
 V5.20.txt:5602
 V5.20.txt:5603
 V5.20.txt:5604
 V5.20.txt:5605
 V5.20.txt:5606
 V5.20.txt:5607
 V5.20.txt:5608
 V5.20.txt:5609
 V5.20.txt:5610
 V5.20.txt:5611
 V5.20.txt:5612
 V5.20.txt:5613
 V5.20.txt:5614
 V5.20.txt:5615
 V5.20.txt:5616
 V5.20.txt:5617
 V5.20.txt:5618
 V5.20.txt:5619
 V5.20.txt:5620
 V5.20.txt:5621
 V5.20.txt:5622
 V5.20.txt:5623
 V5.20.txt:5624
 V5.20.txt:5625
 V5.20.txt:5626
 V5.20.txt:5627
 V5.20.txt:5628
 V5.20.txt:5629
 V5.20.txt:5630
 V5.20.txt:5631
 V5.20.txt:5632
 V5.20.txt:5633
 V5.20.txt:5634
 V5.20.txt:5635
 V5.20.txt:5636
 V5.20.txt:5637
 V5.20.txt:5638
 V5.20.txt:5639
 V5.20.txt:5640
 V5.20.txt:5641
 V5.20.txt:5642
 V5.20.txt:5643
 V5.20.txt:5644
 V5.20.txt:5645
 V5.20.txt:5646
 V5.20.txt:5647
 V5.20.txt:5648
 V5.20.txt:5649
 V5.20.txt:5650
 V5.20.txt:5651
 V5.20.txt:5652
 V5.20.txt:5653
 V5.20.txt:5654
 V5.20.txt:5655
 V5.20.txt:5656
 V5.20.txt:5657
 V5.20.txt:5658
 V5.20.txt:5659
 V5.20.txt:5660
 V5.20.txt:5661
 V5.20.txt:5662
 V5.20.txt:5663
 V5.20.txt:5664
 V5.20.txt:5665
 V5.20.txt:5666
 V5.20.txt:5667
 V5.20.txt:5668
 V5.20.txt:5669
 V5.20.txt:5670
 V5.20.txt:5671
 V5.20.txt:5672
 V5.20.txt:5673
 V5.20.txt:5674
 V5.20.txt:5675
 V5.20.txt:5676
 V5.20.txt:5677
 V5.20.txt:5678
 V5.20.txt:5679
 V5.20.txt:5680
 V5.20.txt:5681
 V5.20.txt:5682
 V5.20.txt:5683
 V5.20.txt:5684
 V5.20.txt:5685
 V5.20.txt:5686
 V5.20.txt:5687
 V5.20.txt:5688
 V5.20.txt:5689
 V5.20.txt:5690
 V5.20.txt:5691
 V5.20.txt:5692
 V5.20.txt:5693
 V5.20.txt:5694
 V5.20.txt:5695
 V5.20.txt:5696
 V5.20.txt:5697
 V5.20.txt:5698
 V5.20.txt:5699
 V5.20.txt:5700
 V5.20.txt:5701
 V5.20.txt:5702
 V5.20.txt:5703
 V5.20.txt:5704
 V5.20.txt:5705
 V5.20.txt:5706
 V5.20.txt:5707
 V5.20.txt:5708
 V5.20.txt:5709
 V5.20.txt:5710
 V5.20.txt:5711
 V5.20.txt:5712
 V5.20.txt:5713
 V5.20.txt:5714
 V5.20.txt:5715
 V5.20.txt:5716
 V5.20.txt:5717
 V5.20.txt:5718
 V5.20.txt:5719
 V5.20.txt:5720
 V5.20.txt:5721
 V5.20.txt:5722
 V5.20.txt:5723
 V5.20.txt:5724
 V5.20.txt:5725
 V5.20.txt:5726
 V5.20.txt:5727
 V5.20.txt:5728
 V5.20.txt:5729
 V5.20.txt:5730
 V5.20.txt:5731
 V5.20.txt:5732
 V5.20.txt:5733
 V5.20.txt:5734
 V5.20.txt:5735
 V5.20.txt:5736
 V5.20.txt:5737
 V5.20.txt:5738
 V5.20.txt:5739
 V5.20.txt:5740
 V5.20.txt:5741
 V5.20.txt:5742
 V5.20.txt:5743
 V5.20.txt:5744
 V5.20.txt:5745
 V5.20.txt:5746
 V5.20.txt:5747
 V5.20.txt:5748
 V5.20.txt:5749
 V5.20.txt:5750
 V5.20.txt:5751
 V5.20.txt:5752
 V5.20.txt:5753
 V5.20.txt:5754
 V5.20.txt:5755
 V5.20.txt:5756
 V5.20.txt:5757
 V5.20.txt:5758
 V5.20.txt:5759
 V5.20.txt:5760
 V5.20.txt:5761
 V5.20.txt:5762
 V5.20.txt:5763
 V5.20.txt:5764
 V5.20.txt:5765
 V5.20.txt:5766
 V5.20.txt:5767
 V5.20.txt:5768
 V5.20.txt:5769
 V5.20.txt:5770
 V5.20.txt:5771
 V5.20.txt:5772
 V5.20.txt:5773
 V5.20.txt:5774
 V5.20.txt:5775
 V5.20.txt:5776
 V5.20.txt:5777
 V5.20.txt:5778
 V5.20.txt:5779
 V5.20.txt:5780
 V5.20.txt:5781
 V5.20.txt:5782
 V5.20.txt:5783
 V5.20.txt:5784
 V5.20.txt:5785
 V5.20.txt:5786
 V5.20.txt:5787
 V5.20.txt:5788
 V5.20.txt:5789
 V5.20.txt:5790
 V5.20.txt:5791
 V5.20.txt:5792
 V5.20.txt:5793
 V5.20.txt:5794
 V5.20.txt:5795
 V5.20.txt:5796
 V5.20.txt:5797
 V5.20.txt:5798
 V5.20.txt:5799
 V5.20.txt:5800
 V5.20.txt:5801
 V5.20.txt:5802
 V5.20.txt:5803
 V5.20.txt:5804
 V5.20.txt:5805
 V5.20.txt:5806
 V5.20.txt:5807
 V5.20.txt:5808
 V5.20.txt:5809
 V5.20.txt:5810
 V5.20.txt:5811
 V5.20.txt:5812
 V5.20.txt:5813
 V5.20.txt:5814
 V5.20.txt:5815
 V5.20.txt:5816
 V5.20.txt:5817
 V5.20.txt:5818
 V5.20.txt:5819
 V5.20.txt:5820
 V5.20.txt:5821
 V5.20.txt:5822
 V5.20.txt:5823
 V5.20.txt:5824
 V5.20.txt:5825
 V5.20.txt:5826
 V5.20.txt:5827
 V5.20.txt:5828
 V5.20.txt:5829
 V5.20.txt:5830
 V5.20.txt:5831
 V5.20.txt:5832
 V5.20.txt:5833
 V5.20.txt:5834
 V5.20.txt:5835
 V5.20.txt:5836
 V5.20.txt:5837
 V5.20.txt:5838
 V5.20.txt:5839
 V5.20.txt:5840
 V5.20.txt:5841
 V5.20.txt:5842
 V5.20.txt:5843
 V5.20.txt:5844
 V5.20.txt:5845
 V5.20.txt:5846
 V5.20.txt:5847
 V5.20.txt:5848
 V5.20.txt:5849
 V5.20.txt:5850
 V5.20.txt:5851
 V5.20.txt:5852
 V5.20.txt:5853
 V5.20.txt:5854
 V5.20.txt:5855
 V5.20.txt:5856
 V5.20.txt:5857
 V5.20.txt:5858
 V5.20.txt:5859
 V5.20.txt:5860
 V5.20.txt:5861
 V5.20.txt:5862
 V5.20.txt:5863
 V5.20.txt:5864
 V5.20.txt:5865
 V5.20.txt:5866
 V5.20.txt:5867
 V5.20.txt:5868
 V5.20.txt:5869
 V5.20.txt:5870
 V5.20.txt:5871
 V5.20.txt:5872
 V5.20.txt:5873
 V5.20.txt:5874
 V5.20.txt:5875
 V5.20.txt:5876
 V5.20.txt:5877
 V5.20.txt:5878
 V5.20.txt:5879
 V5.20.txt:5880
 V5.20.txt:5881
 V5.20.txt:5882
 V5.20.txt:5883
 V5.20.txt:5884
 V5.20.txt:5885
 V5.20.txt:5886
 V5.20.txt:5887
 V5.20.txt:5888
 V5.20.txt:5889
 V5.20.txt:5890
 V5.20.txt:5891
 V5.20.txt:5892
 V5.20.txt:5893
 V5.20.txt:5894
 V5.20.txt:5895
 V5.20.txt:5896
 V5.20.txt:5897
 V5.20.txt:5898
 V5.20.txt:5899
 V5.20.txt:5900
 V5.20.txt:5901
 V5.20.txt:5902
 V5.20.txt:5903
 V5.20.txt:5904
 V5.20.txt:5905
 V5.20.txt:5906
 V5.20.txt:5907
 V5.20.txt:5908
 V5.20.txt:5909
 V5.20.txt:5910
 V5.20.txt:5911
 V5.20.txt:5912
 V5.20.txt:5913
 V5.20.txt:5914
 V5.20.txt:5915
 V5.20.txt:5916
 V5.20.txt:5917
 V5.20.txt:5918
 V5.20.txt:5919
 V5.20.txt:5920
 V5.20.txt:5921
 V5.20.txt:5922
 V5.20.txt:5923
 V5.20.txt:5924
 V5.20.txt:5925
 V5.20.txt:5926
 V5.20.txt:5927
 V5.20.txt:5928
 V5.20.txt:5929
 V5.20.txt:5930
 V5.20.txt:5931
 V5.20.txt:5932
 V5.20.txt:5933
 V5.20.txt:5934
 V5.20.txt:5935
 V5.20.txt:5936
 V5.20.txt:5937
 V5.20.txt:5938
 V5.20.txt:5939
 V5.20.txt:5940
 V5.20.txt:5941
 V5.20.txt:5942
 V5.20.txt:5943
 V5.20.txt:5944
 V5.20.txt:5945
 V5.20.txt:5946
 V5.20.txt:5947
 V5.20.txt:5948
 V5.20.txt:5949
 V5.20.txt:5950
 V5.20.txt:5951
 V5.20.txt:5952
 V5.20.txt:5953
 V5.20.txt:5954
 V5.20.txt:5955
 V5.20.txt:5956
 V5.20.txt:5957
 V5.20.txt:5958
 V5.20.txt:5959
 V5.20.txt:5960
 V5.20.txt:5961
 V5.20.txt:5962
 V5.20.txt:5963
 V5.20.txt:5964
 V5.20.txt:5965
 V5.20.txt:5966
 V5.20.txt:5967
 V5.20.txt:5968
 V5.20.txt:5969
 V5.20.txt:5970
 V5.20.txt:5971
 V5.20.txt:5972
 V5.20.txt:5973
 V5.20.txt:5974
 V5.20.txt:5975
 V5.20.txt:5976
 V5.20.txt:5977
 V5.20.txt:5978
 V5.20.txt:5979
 V5.20.txt:5980
 V5.20.txt:5981
 V5.20.txt:5982
 V5.20.txt:5983
 V5.20.txt:5984
 V5.20.txt:5985
 V5.20.txt:5986
 V5.20.txt:5987
 V5.20.txt:5988
 V5.20.txt:5989
 V5.20.txt:5990
 V5.20.txt:5991
 V5.20.txt:5992
 V5.20.txt:5993
 V5.20.txt:5994
 V5.20.txt:5995
 V5.20.txt:5996
 V5.20.txt:5997
 V5.20.txt:5998
 V5.20.txt:5999
 V5.20.txt:6000
 V5.20.txt:6001
 V5.20.txt:6002
 V5.20.txt:6003
 V5.20.txt:6004
 V5.20.txt:6005
 V5.20.txt:6006
 V5.20.txt:6007
 V5.20.txt:6008
 V5.20.txt:6009
 V5.20.txt:6010
 V5.20.txt:6011
 V5.20.txt:6012
 V5.20.txt:6013
 V5.20.txt:6014
 V5.20.txt:6015
 V5.20.txt:6016
 V5.20.txt:6017
 V5.20.txt:6018
 V5.20.txt:6019
 V5.20.txt:6020
 V5.20.txt:6021
 V5.20.txt:6022
 V5.20.txt:6023
 V5.20.txt:6024
 V5.20.txt:6025
 V5.20.txt:6026
 V5.20.txt:6027
 V5.20.txt:6028
 V5.20.txt:6029
 V5.20.txt:6030
 V5.20.txt:6031
 V5.20.txt:6032
 V5.20.txt:6033
 V5.20.txt:6034
 V5.20.txt:6035
 V5.20.txt:6036
 V5.20.txt:6037
 V5.20.txt:6038
 V5.20.txt:6039
 V5.20.txt:6040
 V5.20.txt:6041
 V5.20.txt:6042
 V5.20.txt:6043
 V5.20.txt:6044
 V5.20.txt:6045
 V5.20.txt:6046
 V5.20.txt:6047
 V5.20.txt:6048
 V5.20.txt:6049
 V5.20.txt:6050
 V5.20.txt:6051
 V5.20.txt:6052
 V5.20.txt:6053
 V5.20.txt:6054
 V5.20.txt:6055
 V5.20.txt:6056
 V5.20.txt:6057
 V5.20.txt:6058
 V5.20.txt:6059
 V5.20.txt:6060
 V5.20.txt:6061
 V5.20.txt:6062
 V5.20.txt:6063
 V5.20.txt:6064
 V5.20.txt:6065
 V5.20.txt:6066
 V5.20.txt:6067
 V5.20.txt:6068
 V5.20.txt:6069
 V5.20.txt:6070
 V5.20.txt:6071
 V5.20.txt:6072
 V5.20.txt:6073
 V5.20.txt:6074
 V5.20.txt:6075
 V5.20.txt:6076
 V5.20.txt:6077
 V5.20.txt:6078
 V5.20.txt:6079
 V5.20.txt:6080
 V5.20.txt:6081
 V5.20.txt:6082
 V5.20.txt:6083
 V5.20.txt:6084
 V5.20.txt:6085
 V5.20.txt:6086
 V5.20.txt:6087
 V5.20.txt:6088
 V5.20.txt:6089
 V5.20.txt:6090
 V5.20.txt:6091
 V5.20.txt:6092
 V5.20.txt:6093
 V5.20.txt:6094
 V5.20.txt:6095
 V5.20.txt:6096
 V5.20.txt:6097
 V5.20.txt:6098
 V5.20.txt:6099
 V5.20.txt:6100
 V5.20.txt:6101
 V5.20.txt:6102
 V5.20.txt:6103
 V5.20.txt:6104
 V5.20.txt:6105
 V5.20.txt:6106
 V5.20.txt:6107
 V5.20.txt:6108
 V5.20.txt:6109
 V5.20.txt:6110
 V5.20.txt:6111
 V5.20.txt:6112
 V5.20.txt:6113
 V5.20.txt:6114
 V5.20.txt:6115
 V5.20.txt:6116
 V5.20.txt:6117
 V5.20.txt:6118
 V5.20.txt:6119
 V5.20.txt:6120
 V5.20.txt:6121
 V5.20.txt:6122
 V5.20.txt:6123
 V5.20.txt:6124
 V5.20.txt:6125
 V5.20.txt:6126
 V5.20.txt:6127
 V5.20.txt:6128
 V5.20.txt:6129
 V5.20.txt:6130
 V5.20.txt:6131
 V5.20.txt:6132
 V5.20.txt:6133
 V5.20.txt:6134
 V5.20.txt:6135
 V5.20.txt:6136
 V5.20.txt:6137
 V5.20.txt:6138
 V5.20.txt:6139
 V5.20.txt:6140
 V5.20.txt:6141
 V5.20.txt:6142
 V5.20.txt:6143
 V5.20.txt:6144
 V5.20.txt:6145
 V5.20.txt:6146
 V5.20.txt:6147
 V5.20.txt:6148
 V5.20.txt:6149
 V5.20.txt:6150
 V5.20.txt:6151
 V5.20.txt:6152
 V5.20.txt:6153
 V5.20.txt:6154
 V5.20.txt:6155
 V5.20.txt:6156
 V5.20.txt:6157
 V5.20.txt:6158
 V5.20.txt:6159
 V5.20.txt:6160
 V5.20.txt:6161
 V5.20.txt:6162
 V5.20.txt:6163
 V5.20.txt:6164
 V5.20.txt:6165
 V5.20.txt:6166
 V5.20.txt:6167
 V5.20.txt:6168
 V5.20.txt:6169
 V5.20.txt:6170
 V5.20.txt:6171
 V5.20.txt:6172
 V5.20.txt:6173
 V5.20.txt:6174
 V5.20.txt:6175
 V5.20.txt:6176
 V5.20.txt:6177
 V5.20.txt:6178
 V5.20.txt:6179
 V5.20.txt:6180
 V5.20.txt:6181
 V5.20.txt:6182
 V5.20.txt:6183
 V5.20.txt:6184
 V5.20.txt:6185
 V5.20.txt:6186
 V5.20.txt:6187
 V5.20.txt:6188
 V5.20.txt:6189
 V5.20.txt:6190
 V5.20.txt:6191
 V5.20.txt:6192
 V5.20.txt:6193
 V5.20.txt:6194
 V5.20.txt:6195
 V5.20.txt:6196
 V5.20.txt:6197
 V5.20.txt:6198
 V5.20.txt:6199
 V5.20.txt:6200
 V5.20.txt:6201
 V5.20.txt:6202
 V5.20.txt:6203
 V5.20.txt:6204
 V5.20.txt:6205
 V5.20.txt:6206
 V5.20.txt:6207
 V5.20.txt:6208
 V5.20.txt:6209
 V5.20.txt:6210
 V5.20.txt:6211
 V5.20.txt:6212
 V5.20.txt:6213
 V5.20.txt:6214
 V5.20.txt:6215
 V5.20.txt:6216
 V5.20.txt:6217
 V5.20.txt:6218
 V5.20.txt:6219
 V5.20.txt:6220
 V5.20.txt:6221
 V5.20.txt:6222
 V5.20.txt:6223
 V5.20.txt:6224
 V5.20.txt:6225
 V5.20.txt:6226
 V5.20.txt:6227
 V5.20.txt:6228
 V5.20.txt:6229
 V5.20.txt:6230
 V5.20.txt:6231
 V5.20.txt:6232
 V5.20.txt:6233
 V5.20.txt:6234
 V5.20.txt:6235
 V5.20.txt:6236
 V5.20.txt:6237
 V5.20.txt:6238
 V5.20.txt:6239
 V5.20.txt:6240
 V5.20.txt:6241
 V5.20.txt:6242
 V5.20.txt:6243
 V5.20.txt:6244
 V5.20.txt:6245
 V5.20.txt:6246
 V5.20.txt:6247
 V5.20.txt:6248
 V5.20.txt:6249
 V5.20.txt:6250
 V5.20.txt:6251
 V5.20.txt:6252
 V5.20.txt:6253
 V5.20.txt:6254
 V5.20.txt:6255
 V5.20.txt:6256
 V5.20.txt:6257
 V5.20.txt:6258
 V5.20.txt:6259
 V5.20.txt:6260
 V5.20.txt:6261
 V5.20.txt:6262
 V5.20.txt:6263
 V5.20.txt:6264
 V5.20.txt:6265
 V5.20.txt:6266
 V5.20.txt:6267
 V5.20.txt:6268
 V5.20.txt:6269
 V5.20.txt:6270
 V5.20.txt:6271
 V5.20.txt:6272
 V5.20.txt:6273
 V5.20.txt:6274
 V5.20.txt:6275
 V5.20.txt:6276
 V5.20.txt:6277
 V5.20.txt:6278
 V5.20.txt:6279
 V5.20.txt:6280
 V5.20.txt:6281
 V5.20.txt:6282
 V5.20.txt:6283
 V5.20.txt:6284
 V5.20.txt:6285
 V5.20.txt:6286
 V5.20.txt:6287
 V5.20.txt:6288
 V5.20.txt:6289
 V5.20.txt:6290
 V5.20.txt:6291
 V5.20.txt:6292
 V5.20.txt:6293
 V5.20.txt:6294
 V5.20.txt:6295
 V5.20.txt:6296
 V5.20.txt:6297
 V5.20.txt:6298
 V5.20.txt:6299
 V5.20.txt:6300
 V5.20.txt:6301
 V5.20.txt:6302
 V5.20.txt:6303
 V5.20.txt:6304
 V5.20.txt:6305
 V5.20.txt:6306
 V5.20.txt:6307
 V5.20.txt:6308
 V5.20.txt:6309
 V5.20.txt:6310
 V5.20.txt:6311
 V5.20.txt:6312
 V5.20.txt:6313
 V5.20.txt:6314
 V5.20.txt:6315
 V5.20.txt:6316
 V5.20.txt:6317
 V5.20.txt:6318
 V5.20.txt:6319
 V5.20.txt:6320
 V5.20.txt:6321
 V5.20.txt:6322
 V5.20.txt:6323
 V5.20.txt:6324
 V5.20.txt:6325
 V5.20.txt:6326
 V5.20.txt:6327
 V5.20.txt:6328
 V5.20.txt:6329
 V5.20.txt:6330
 V5.20.txt:6331
 V5.20.txt:6332
 V5.20.txt:6333
 V5.20.txt:6334
 V5.20.txt:6335
 V5.20.txt:6336
 V5.20.txt:6337
 V5.20.txt:6338
 V5.20.txt:6339
 V5.20.txt:6340
 V5.20.txt:6341
 V5.20.txt:6342
 V5.20.txt:6343
 V5.20.txt:6344
 V5.20.txt:6345
 V5.20.txt:6346
 V5.20.txt:6347
 V5.20.txt:6348
 V5.20.txt:6349
 V5.20.txt:6350
 V5.20.txt:6351
 V5.20.txt:6352
 V5.20.txt:6353
 V5.20.txt:6354
 V5.20.txt:6355
 V5.20.txt:6356
 V5.20.txt:6357
 V5.20.txt:6358
 V5.20.txt:6359
 V5.20.txt:6360
 V5.20.txt:6361
 V5.20.txt:6362
 V5.20.txt:6363
 V5.20.txt:6364
 V5.20.txt:6365
 V5.20.txt:6366
 V5.20.txt:6367
 V5.20.txt:6368
 V5.20.txt:6369
 V5.20.txt:6370
 V5.20.txt:6371
 V5.20.txt:6372
 V5.20.txt:6373
 V5.20.txt:6374
 V5.20.txt:6375
 V5.20.txt:6376
 V5.20.txt:6377
 V5.20.txt:6378
 V5.20.txt:6379
 V5.20.txt:6380
 V5.20.txt:6381
 V5.20.txt:6382
 V5.20.txt:6383
 V5.20.txt:6384
 V5.20.txt:6385
 V5.20.txt:6386
 V5.20.txt:6387
 V5.20.txt:6388
 V5.20.txt:6389
 V5.20.txt:6390
 V5.20.txt:6391
 V5.20.txt:6392
 V5.20.txt:6393
 V5.20.txt:6394
 V5.20.txt:6395
 V5.20.txt:6396
 V5.20.txt:6397
 V5.20.txt:6398
 V5.20.txt:6399
 V5.20.txt:6400
 V5.20.txt:6401
 V5.20.txt:6402
 V5.20.txt:6403
 V5.20.txt:6404
 V5.20.txt:6405
 V5.20.txt:6406
 V5.20.txt:6407
 V5.20.txt:6408
 V5.20.txt:6409
 V5.20.txt:6410
 V5.20.txt:6411
 V5.20.txt:6412
 V5.20.txt:6413
 V5.20.txt:6414
 V5.20.txt:6415
 V5.20.txt:6416
 V5.20.txt:6417
 V5.20.txt:6418
 V5.20.txt:6419
 V5.20.txt:6420
 V5.20.txt:6421
 V5.20.txt:6422
 V5.20.txt:6423
 V5.20.txt:6424
 V5.20.txt:6425
 V5.20.txt:6426
 V5.20.txt:6427
 V5.20.txt:6428
 V5.20.txt:6429
 V5.20.txt:6430
 V5.20.txt:6431
 V5.20.txt:6432
 V5.20.txt:6433
 V5.20.txt:6434
 V5.20.txt:6435
 V5.20.txt:6436
 V5.20.txt:6437
 V5.20.txt:6438
 V5.20.txt:6439
 V5.20.txt:6440
 V5.20.txt:6441
 V5.20.txt:6442
 V5.20.txt:6443
 V5.20.txt:6444
 V5.20.txt:6445
 V5.20.txt:6446
 V5.20.txt:6447
 V5.20.txt:6448
 V5.20.txt:6449
 V5.20.txt:6450
 V5.20.txt:6451
 V5.20.txt:6452
 V5.20.txt:6453
 V5.20.txt:6454
 V5.20.txt:6455
 V5.20.txt:6456
 V5.20.txt:6457
 V5.20.txt:6458
 V5.20.txt:6459
 V5.20.txt:6460
 V5.20.txt:6461
 V5.20.txt:6462
 V5.20.txt:6463
 V5.20.txt:6464
 V5.20.txt:6465
 V5.20.txt:6466
 V5.20.txt:6467
 V5.20.txt:6468
 V5.20.txt:6469
 V5.20.txt:6470
 V5.20.txt:6471
 V5.20.txt:6472
 V5.20.txt:6473
 V5.20.txt:6474
 V5.20.txt:6475
 V5.20.txt:6476
 V5.20.txt:6477
 V5.20.txt:6478
 V5.20.txt:6479
 V5.20.txt:6480
 V5.20.txt:6481
 V5.20.txt:6482
 V5.20.txt:6483
 V5.20.txt:6484
 V5.20.txt:6485
 V5.20.txt:6486
 V5.20.txt:6487
 V5.20.txt:6488
 V5.20.txt:6489
 V5.20.txt:6490
 V5.20.txt:6491
 V5.20.txt:6492
 V5.20.txt:6493
 V5.20.txt:6494
 V5.20.txt:6495
 V5.20.txt:6496
 V5.20.txt:6497
 V5.20.txt:6498
 V5.20.txt:6499
 V5.20.txt:6500
 V5.20.txt:6501
 V5.20.txt:6502
 V5.20.txt:6503
 V5.20.txt:6504
 V5.20.txt:6505
 V5.20.txt:6506
 V5.20.txt:6507
 V5.20.txt:6508
 V5.20.txt:6509
 V5.20.txt:6510
 V5.20.txt:6511
 V5.20.txt:6512
 V5.20.txt:6513
 V5.20.txt:6514
 V5.20.txt:6515
 V5.20.txt:6516
 V5.20.txt:6517
 V5.20.txt:6518
 V5.20.txt:6519
 V5.20.txt:6520
 V5.20.txt:6521
 V5.20.txt:6522
 V5.20.txt:6523
 V5.20.txt:6524
 V5.20.txt:6525
 V5.20.txt:6526
 V5.20.txt:6527
 V5.20.txt:6528
 V5.20.txt:6529
 V5.20.txt:6530
 V5.20.txt:6531
 V5.20.txt:6532
 V5.20.txt:6533
 V5.20.txt:6534
 V5.20.txt:6535
 V5.20.txt:6536
 V5.20.txt:6537
 V5.20.txt:6538
 V5.20.txt:6539
 V5.20.txt:6540
 V5.20.txt:6541
 V5.20.txt:6542
 V5.20.txt:6543
 V5.20.txt:6544
 V5.20.txt:6545
 V5.20.txt:6546
 V5.20.txt:6547
 V5.20.txt:6548
 V5.20.txt:6549
 V5.20.txt:6550
 V5.20.txt:6551
 V5.20.txt:6552
 V5.20.txt:6553
 V5.20.txt:6554
 V5.20.txt:6555
 V5.20.txt:6556
 V5.20.txt:6557
 V5.20.txt:6558
 V5.20.txt:6559
 V5.20.txt:6560
 V5.20.txt:6561
 V5.20.txt:6562
 V5.20.txt:6563
 V5.20.txt:6564
 V5.20.txt:6565
 V5.20.txt:6566
 V5.20.txt:6567
 V5.20.txt:6568
 V5.20.txt:6569
 V5.20.txt:6570
 V5.20.txt:6571
 V5.20.txt:6572
 V5.20.txt:6573
 V5.20.txt:6574
 V5.20.txt:6575
 V5.20.txt:6576
 V5.20.txt:6577
 V5.20.txt:6578
 V5.20.txt:6579
 V5.20.txt:6580
 V5.20.txt:6581
 V5.20.txt:6582
 V5.20.txt:6583
 V5.20.txt:6584
 V5.20.txt:6585
 V5.20.txt:6586
 V5.20.txt:6587
 V5.20.txt:6588
 V5.20.txt:6589
 V5.20.txt:6590
 V5.20.txt:6591
 V5.20.txt:6592
 V5.20.txt:6593
 V5.20.txt:6594
 V5.20.txt:6595
 V5.20.txt:6596
 V5.20.txt:6597
 V5.20.txt:6598
 V5.20.txt:6599
 V5.20.txt:6600
 V5.20.txt:6601
 V5.20.txt:6602
 V5.20.txt:6603
 V5.20.txt:6604
 V5.20.txt:6605
 V5.20.txt:6606
 V5.20.txt:6607
 V5.20.txt:6608
 V5.20.txt:6609
 V5.20.txt:6610
 V5.20.txt:6611
 V5.20.txt:6612
 V5.20.txt:6613
 V5.20.txt:6614
 V5.20.txt:6615
 V5.20.txt:6616
 V5.20.txt:6617
 V5.20.txt:6618
 V5.20.txt:6619
 V5.20.txt:6620
 V5.20.txt:6621
 V5.20.txt:6622
 V5.20.txt:6623
 V5.20.txt:6624
 V5.20.txt:6625
 V5.20.txt:6626
 V5.20.txt:6627
 V5.20.txt:6628
 V5.20.txt:6629
 V5.20.txt:6630
 V5.20.txt:6631
 V5.20.txt:6632
 V5.20.txt:6633
 V5.20.txt:6634
 V5.20.txt:6635
 V5.20.txt:6636
 V5.20.txt:6637
 V5.20.txt:6638
 V5.20.txt:6639
 V5.20.txt:6640
 V5.20.txt:6641
 V5.20.txt:6642
 V5.20.txt:6643
 V5.20.txt:6644
 V5.20.txt:6645
 V5.20.txt:6646
 V5.20.txt:6647
 V5.20.txt:6648
 V5.20.txt:6649
 V5.20.txt:6650
 V5.20.txt:6651
 V5.20.txt:6652
 V5.20.txt:6653
 V5.20.txt:6654
 V5.20.txt:6655
 V5.20.txt:6656
 V5.20.txt:6657
 V5.20.txt:6658
 V5.20.txt:6659
 V5.20.txt:6660
 V5.20.txt:6661
 V5.20.txt:6662
 V5.20.txt:6663
 V5.20.txt:6664
 V5.20.txt:6665
 V5.20.txt:6666
 V5.20.txt:6667
 V5.20.txt:6668
 V5.20.txt:6669
 V5.20.txt:6670
 V5.20.txt:6671
 V5.20.txt:6672
 V5.20.txt:6673
 V5.20.txt:6674
 V5.20.txt:6675
 V5.20.txt:6676
 V5.20.txt:6677
 V5.20.txt:6678
 V5.20.txt:6679
 V5.20.txt:6680
 V5.20.txt:6681
 V5.20.txt:6682
 V5.20.txt:6683
 V5.20.txt:6684
 V5.20.txt:6685
 V5.20.txt:6686
 V5.20.txt:6687
 V5.20.txt:6688
 V5.20.txt:6689
 V5.20.txt:6690
 V5.20.txt:6691
 V5.20.txt:6692
 V5.20.txt:6693
 V5.20.txt:6694
 V5.20.txt:6695
 V5.20.txt:6696
 V5.20.txt:6697
 V5.20.txt:6698
 V5.20.txt:6699
 V5.20.txt:6700
 V5.20.txt:6701
 V5.20.txt:6702
 V5.20.txt:6703
 V5.20.txt:6704
 V5.20.txt:6705
 V5.20.txt:6706
 V5.20.txt:6707
 V5.20.txt:6708
 V5.20.txt:6709
 V5.20.txt:6710
 V5.20.txt:6711
 V5.20.txt:6712
 V5.20.txt:6713
 V5.20.txt:6714
 V5.20.txt:6715
 V5.20.txt:6716
 V5.20.txt:6717
 V5.20.txt:6718
 V5.20.txt:6719
 V5.20.txt:6720
 V5.20.txt:6721
 V5.20.txt:6722
 V5.20.txt:6723
 V5.20.txt:6724
 V5.20.txt:6725
 V5.20.txt:6726
 V5.20.txt:6727
 V5.20.txt:6728
 V5.20.txt:6729
 V5.20.txt:6730
 V5.20.txt:6731
 V5.20.txt:6732
 V5.20.txt:6733
 V5.20.txt:6734
 V5.20.txt:6735
 V5.20.txt:6736
 V5.20.txt:6737
 V5.20.txt:6738
 V5.20.txt:6739
 V5.20.txt:6740
 V5.20.txt:6741
 V5.20.txt:6742
 V5.20.txt:6743
 V5.20.txt:6744
 V5.20.txt:6745
 V5.20.txt:6746
 V5.20.txt:6747
 V5.20.txt:6748
 V5.20.txt:6749
 V5.20.txt:6750
 V5.20.txt:6751
 V5.20.txt:6752
 V5.20.txt:6753
 V5.20.txt:6754
 V5.20.txt:6755
 V5.20.txt:6756
 V5.20.txt:6757
 V5.20.txt:6758
 V5.20.txt:6759
 V5.20.txt:6760
 V5.20.txt:6761
 V5.20.txt:6762
 V5.20.txt:6763
 V5.20.txt:6764
 V5.20.txt:6765
 V5.20.txt:6766
 V5.20.txt:6767
 V5.20.txt:6768
 V5.20.txt:6769
 V5.20.txt:6770
 V5.20.txt:6771
 V5.20.txt:6772
 V5.20.txt:6773
 V5.20.txt:6774
 V5.20.txt:6775
 V5.20.txt:6776
 V5.20.txt:6777
 V5.20.txt:6778
 V5.20.txt:6779
 V5.20.txt:6780
 V5.20.txt:6781
 V5.20.txt:6782
 V5.20.txt:6783
 V5.20.txt:6784
 V5.20.txt:6785
 V5.20.txt:6786
 V5.20.txt:6787
 V5.20.txt:6788
 V5.20.txt:6789
 V5.20.txt:6790
 V5.20.txt:6791
 V5.20.txt:6792
 V5.20.txt:6793
 V5.20.txt:6794
 V5.20.txt:6795
 V5.20.txt:6796
 V5.20.txt:6797
 V5.20.txt:6798
 V5.20.txt:6799
 V5.20.txt:6800
 V5.20.txt:6801
 V5.20.txt:6802
 V5.20.txt:6803
 V5.20.txt:6804
 V5.20.txt:6805
 V5.20.txt:6806
 V5.20.txt:6807
 V5.20.txt:6808
 V5.20.txt:6809
 V5.20.txt:6810
 V5.20.txt:6811
 V5.20.txt:6812
 V5.20.txt:6813
 V5.20.txt:6814
 V5.20.txt:6815
 V5.20.txt:6816
 V5.20.txt:6817
 V5.20.txt:6818
 V5.20.txt:6819
 V5.20.txt:6820
 V5.20.txt:6821
 V5.20.txt:6822
 V5.20.txt:6823
 V5.20.txt:6824
 V5.20.txt:6825
 V5.20.txt:6826
 V5.20.txt:6827
 V5.20.txt:6828
 V5.20.txt:6829
 V5.20.txt:6830
 V5.20.txt:6831
 V5.20.txt:6832
 V5.20.txt:6833
 V5.20.txt:6834
 V5.20.txt:6835
 V5.20.txt:6836
 V5.20.txt:6837
 V5.20.txt:6838
 V5.20.txt:6839
 V5.20.txt:6840
 V5.20.txt:6841
 V5.20.txt:6842
 V5.20.txt:6843
 V5.20.txt:6844
 V5.20.txt:6845
 V5.20.txt:6846
 V5.20.txt:6847
 V5.20.txt:6848
 V5.20.txt:6849
 V5.20.txt:6850
 V5.20.txt:6851
 V5.20.txt:6852
 V5.20.txt:6853
 V5.20.txt:6854
 V5.20.txt:6855
 V5.20.txt:6856
 V5.20.txt:6857
 V5.20.txt:6858
 V5.20.txt:6859
 V5.20.txt:6860
 V5.20.txt:6861
 V5.20.txt:6862
 V5.20.txt:6863
 V5.20.txt:6864
 V5.20.txt:6865
 V5.20.txt:6866
 V5.20.txt:6867
 V5.20.txt:6868
 V5.20.txt:6869
 V5.20.txt:6870
 V5.20.txt:6871
 V5.20.txt:6872
 V5.20.txt:6873
 V5.20.txt:6874
 V5.20.txt:6875
 V5.20.txt:6876
 V5.20.txt:6877
 V5.20.txt:6878
 V5.20.txt:6879
 V5.20.txt:6880
 V5.20.txt:6881
 V5.20.txt:6882
 V5.20.txt:6883
 V5.20.txt:6884
 V5.20.txt:6885
 V5.20.txt:6886
 V5.20.txt:6887
 V5.20.txt:6888
 V5.20.txt:6889
 V5.20.txt:6890
 V5.20.txt:6891
 V5.20.txt:6892
 V5.20.txt:6893
 V5.20.txt:6894
 V5.20.txt:6895
 V5.20.txt:6896
 V5.20.txt:6897
 V5.20.txt:6898
 V5.20.txt:6899
 V5.20.txt:6900
 V5.20.txt:6901
 V5.20.txt:6902
 V5.20.txt:6903
 V5.20.txt:6904
 V5.20.txt:6905
 V5.20.txt:6906
 V5.20.txt:6907
 V5.20.txt:6908
 V5.20.txt:6909
 V5.20.txt:6910
 V5.20.txt:6911
 V5.20.txt:6912
 V5.20.txt:6913
 V5.20.txt:6914
 V5.20.txt:6915
 V5.20.txt:6916
 V5.20.txt:6917
 V5.20.txt:6918
 V5.20.txt:6919
 V5.20.txt:6920
 V5.20.txt:6921
 V5.20.txt:6922
 V5.20.txt:6923
 V5.20.txt:6924
 V5.20.txt:6925
 V5.20.txt:6926
 V5.20.txt:6927
 V5.20.txt:6928
 V5.20.txt:6929
 V5.20.txt:6930
 V5.20.txt:6931
 V5.20.txt:6932
 V5.20.txt:6933
 V5.20.txt:6934
 V5.20.txt:6935
 V5.20.txt:6936
 V5.20.txt:6937
 V5.20.txt:6938
 V5.20.txt:6939
 V5.20.txt:6940
 V5.20.txt:6941
 V5.20.txt:6942
 V5.20.txt:6943
 V5.20.txt:6944
 V5.20.txt:6945
 V5.20.txt:6946
 V5.20.txt:6947
 V5.20.txt:6948
 V5.20.txt:6949
 V5.20.txt:6950
 V5.20.txt:6951
 V5.20.txt:6952
 V5.20.txt:6953
 V5.20.txt:6954
 V5.20.txt:6955
 V5.20.txt:6956
 V5.20.txt:6957
 V5.20.txt:6958
 V5.20.txt:6959
 V5.20.txt:6960
 V5.20.txt:6961
 V5.20.txt:6962
 V5.20.txt:6963
 V5.20.txt:6964
 V5.20.txt:6965
 V5.20.txt:6966
 V5.20.txt:6967
 V5.20.txt:6968
 V5.20.txt:6969
 V5.20.txt:6970
 V5.20.txt:6971
 V5.20.txt:6972
 V5.20.txt:6973
 V5.20.txt:6974
 V5.20.txt:6975
 V5.20.txt:6976
 V5.20.txt:6977
 V5.20.txt:6978
 V5.20.txt:6979
 V5.20.txt:6980
 V5.20.txt:6981
 V5.20.txt:6982
 V5.20.txt:6983
 V5.20.txt:6984
 V5.20.txt:6985
 V5.20.txt:6986
 V5.20.txt:6987
 V5.20.txt:6988
 V5.20.txt:6989
 V5.20.txt:6990
 V5.20.txt:6991
 V5.20.txt:6992
 V5.20.txt:6993
 V5.20.txt:6994
 V5.20.txt:6995
 V5.20.txt:6996
 V5.20.txt:6997
 V5.20.txt:6998
 V5.20.txt:6999
 V5.20.txt:7000
 V5.20.txt:7001
 V5.20.txt:7002
 V5.20.txt:7003
 V5.20.txt:7004
 V5.20.txt:7005
 V5.20.txt:7006
 V5.20.txt:7007
 V5.20.txt:7008
 V5.20.txt:7009
 V5.20.txt:7010
 V5.20.txt:7011
 V5.20.txt:7012
 V5.20.txt:7013
 V5.20.txt:7014
 V5.20.txt:7015
 V5.20.txt:7016
 V5.20.txt:7017
 V5.20.txt:7018
 V5.20.txt:7019
 V5.20.txt:7020
 V5.20.txt:7021
 V5.20.txt:7022
 V5.20.txt:7023
 V5.20.txt:7024
 V5.20.txt:7025
 V5.20.txt:7026
 V5.20.txt:7027
 V5.20.txt:7028
 V5.20.txt:7029
 V5.20.txt:7030
 V5.20.txt:7031
 V5.20.txt:7032
 V5.20.txt:7033
 V5.20.txt:7034
 V5.20.txt:7035
 V5.20.txt:7036
 V5.20.txt:7037
 V5.20.txt:7038
 V5.20.txt:7039
 V5.20.txt:7040
 V5.20.txt:7041
 V5.20.txt:7042
 V5.20.txt:7043
 V5.20.txt:7044
 V5.20.txt:7045
 V5.20.txt:7046
 V5.20.txt:7047
 V5.20.txt:7048
 V5.20.txt:7049
 V5.20.txt:7050
 V5.20.txt:7051
 V5.20.txt:7052
 V5.20.txt:7053
 V5.20.txt:7054
 V5.20.txt:7055
 V5.20.txt:7056
 V5.20.txt:7057
 V5.20.txt:7058
 V5.20.txt:7059
 V5.20.txt:7060
 V5.20.txt:7061
 V5.20.txt:7062
 V5.20.txt:7063
 V5.20.txt:7064
 V5.20.txt:7065
 V5.20.txt:7066
 V5.20.txt:7067
 V5.20.txt:7068
 V5.20.txt:7069
 V5.20.txt:7070
 V5.20.txt:7071
 V5.20.txt:7072
 V5.20.txt:7073
 V5.20.txt:7074
 V5.20.txt:7075
 V5.20.txt:7076
 V5.20.txt:7077
 V5.20.txt:7078
 V5.20.txt:7079
 V5.20.txt:7080
 V5.20.txt:7081
 V5.20.txt:7082
 V5.20.txt:7083
 V5.20.txt:7084
 V5.20.txt:7085
 V5.20.txt:7086
 V5.20.txt:7087
 V5.20.txt:7088
 V5.20.txt:7089
 V5.20.txt:7090
 V5.20.txt:7091
 V5.20.txt:7092
 V5.20.txt:7093
 V5.20.txt:7094
 V5.20.txt:7095
 V5.20.txt:7096
 V5.20.txt:7097
 V5.20.txt:7098
 V5.20.txt:7099
 V5.20.txt:7100
 V5.20.txt:7101
 V5.20.txt:7102
 V5.20.txt:7103
 V5.20.txt:7104
 V5.20.txt:7105
 V5.20.txt:7106
 V5.20.txt:7107
 V5.20.txt:7108
 V5.20.txt:7109
 V5.20.txt:7110
 V5.20.txt:7111
 V5.20.txt:7112
 V5.20.txt:7113
 V5.20.txt:7114
 V5.20.txt:7115
 V5.20.txt:7116
 V5.20.txt:7117
 V5.20.txt:7118
 V5.20.txt:7119
 V5.20.txt:7120
 V5.20.txt:7121
 V5.20.txt:7122
 V5.20.txt:7123
 V5.20.txt:7124
 V5.20.txt:7125
 V5.20.txt:7126
 V5.20.txt:7127
 V5.20.txt:7128
 V5.20.txt:7129
 V5.20.txt:7130
 V5.20.txt:7131
 V5.20.txt:7132
 V5.20.txt:7133
 V5.20.txt:7134
 V5.20.txt:7135
 V5.20.txt:7136
 V5.20.txt:7137
 V5.20.txt:7138
 V5.20.txt:7139
 V5.20.txt:7140
 V5.20.txt:7141
 V5.20.txt:7142
 V5.20.txt:7143
 V5.20.txt:7144
 V5.20.txt:7145
 V5.20.txt:7146
 V5.20.txt:7147
 V5.20.txt:7148
 V5.20.txt:7149
 V5.20.txt:7150
 V5.20.txt:7151
 V5.20.txt:7152
 V5.20.txt:7153
 V5.20.txt:7154
 V5.20.txt:7155
 V5.20.txt:7156
 V5.20.txt:7157
 V5.20.txt:7158
 V5.20.txt:7159
 V5.20.txt:7160
 V5.20.txt:7161
 V5.20.txt:7162
 V5.20.txt:7163
 V5.20.txt:7164
 V5.20.txt:7165
 V5.20.txt:7166
 V5.20.txt:7167
 V5.20.txt:7168
 V5.20.txt:7169
 V5.20.txt:7170
 V5.20.txt:7171
 V5.20.txt:7172
 V5.20.txt:7173
 V5.20.txt:7174
 V5.20.txt:7175
 V5.20.txt:7176
 V5.20.txt:7177
 V5.20.txt:7178
 V5.20.txt:7179
 V5.20.txt:7180
 V5.20.txt:7181
 V5.20.txt:7182
 V5.20.txt:7183
 V5.20.txt:7184
 V5.20.txt:7185
 V5.20.txt:7186
 V5.20.txt:7187
 V5.20.txt:7188
 V5.20.txt:7189
 V5.20.txt:7190
 V5.20.txt:7191
 V5.20.txt:7192
 V5.20.txt:7193
 V5.20.txt:7194
 V5.20.txt:7195
 V5.20.txt:7196
 V5.20.txt:7197
 V5.20.txt:7198
 V5.20.txt:7199
 V5.20.txt:7200
 V5.20.txt:7201
 V5.20.txt:7202
 V5.20.txt:7203
 V5.20.txt:7204
 V5.20.txt:7205
 V5.20.txt:7206
 V5.20.txt:7207
 V5.20.txt:7208
 V5.20.txt:7209
 V5.20.txt:7210
 V5.20.txt:7211
 V5.20.txt:7212
 V5.20.txt:7213
 V5.20.txt:7214
 V5.20.txt:7215
 V5.20.txt:7216
 V5.20.txt:7217
 V5.20.txt:7218
 V5.20.txt:7219
 V5.20.txt:7220
 V5.20.txt:7221
 V5.20.txt:7222
 V5.20.txt:7223
 V5.20.txt:7224
 V5.20.txt:7225
 V5.20.txt:7226
 V5.20.txt:7227
 V5.20.txt:7228
 V5.20.txt:7229
 V5.20.txt:7230
 V5.20.txt:7231
 V5.20.txt:7232
 V5.20.txt:7233
 V5.20.txt:7234
 V5.20.txt:7235
 V5.20.txt:7236
 V5.20.txt:7237
 V5.20.txt:7238
 V5.20.txt:7239
 V5.20.txt:7240
 V5.20.txt:7241
 V5.20.txt:7242
 V5.20.txt:7243
 V5.20.txt:7244
 V5.20.txt:7245
 V5.20.txt:7246
 V5.20.txt:7247
 V5.20.txt:7248
 V5.20.txt:7249
 V5.20.txt:7250
 V5.20.txt:7251
 V5.20.txt:7252
 V5.20.txt:7253
 V5.20.txt:7254
 V5.20.txt:7255
 V5.20.txt:7256
 V5.20.txt:7257
 V5.20.txt:7258
 V5.20.txt:7259
 V5.20.txt:7260
 V5.20.txt:7261
 V5.20.txt:7262
 V5.20.txt:7263
 V5.20.txt:7264
 V5.20.txt:7265
 V5.20.txt:7266
 V5.20.txt:7267
 V5.20.txt:7268
 V5.20.txt:7269
 V5.20.txt:7270
 V5.20.txt:7271
 V5.20.txt:7272
 V5.20.txt:7273
 V5.20.txt:7274
 V5.20.txt:7275
 V5.20.txt:7276
 V5.20.txt:7277
 V5.20.txt:7278
 V5.20.txt:7279
 V5.20.txt:7280
 V5.20.txt:7281
 V5.20.txt:7282
 V5.20.txt:7283
 V5.20.txt:7284
 V5.20.txt:7285
 V5.20.txt:7286
 V5.20.txt:7287
 V5.20.txt:7288
 V5.20.txt:7289
 V5.20.txt:7290
 V5.20.txt:7291
 V5.20.txt:7292
 V5.20.txt:7293
 V5.20.txt:7294
 V5.20.txt:7295
 V5.20.txt:7296
 V5.20.txt:7297
 V5.20.txt:7298
 V5.20.txt:7299
 V5.20.txt:7300
 V5.20.txt:7301
 V5.20.txt:7302
 V5.20.txt:7303
 V5.20.txt:7304
 V5.20.txt:7305
 V5.20.txt:7306
 V5.20.txt:7307
 V5.20.txt:7308
 V5.20.txt:7309
 V5.20.txt:7310
 V5.20.txt:7311
 V5.20.txt:7312
 V5.20.txt:7313
 V5.20.txt:7314
 V5.20.txt:7315
 V5.20.txt:7316
 V5.20.txt:7317
 V5.20.txt:7318
 V5.20.txt:7319
 V5.20.txt:7320
 V5.20.txt:7321
 V5.20.txt:7322
 V5.20.txt:7323
 V5.20.txt:7324
 V5.20.txt:7325
 V5.20.txt:7326
 V5.20.txt:7327
 V5.20.txt:7328
 V5.20.txt:7329
 V5.20.txt:7330
 V5.20.txt:7331
 V5.20.txt:7332
 V5.20.txt:7333
 V5.20.txt:7334
 V5.20.txt:7335
 V5.20.txt:7336
 V5.20.txt:7337
 V5.20.txt:7338
 V5.20.txt:7339
 V5.20.txt:7340
 V5.20.txt:7341
 V5.20.txt:7342
 V5.20.txt:7343
 V5.20.txt:7344
 V5.20.txt:7345
 V5.20.txt:7346
 V5.20.txt:7347
 V5.20.txt:7348
 V5.20.txt:7349
 V5.20.txt:7350
 V5.20.txt:7351
 V5.20.txt:7352
 V5.20.txt:7353
 V5.20.txt:7354
 V5.20.txt:7355
 V5.20.txt:7356
 V5.20.txt:7357
 V5.20.txt:7358
 V5.20.txt:7359
 V5.20.txt:7360
 V5.20.txt:7361
 V5.20.txt:7362
 V5.20.txt:7363
 V5.20.txt:7364
 V5.20.txt:7365
 V5.20.txt:7366
 V5.20.txt:7367
 V5.20.txt:7368
 V5.20.txt:7369
 V5.20.txt:7370
 V5.20.txt:7371
 V5.20.txt:7372
 V5.20.txt:7373
 V5.20.txt:7374
 V5.20.txt:7375
 V5.20.txt:7376
 V5.20.txt:7377
 V5.20.txt:7378
 V5.20.txt:7379
 V5.20.txt:7380
 V5.20.txt:7381
 V5.20.txt:7382
 V5.20.txt:7383
 V5.20.txt:7384
 V5.20.txt:7385
 V5.20.txt:7386
 V5.20.txt:7387
 V5.20.txt:7388
 V5.20.txt:7389
 V5.20.txt:7390
 V5.20.txt:7391
 V5.20.txt:7392
 V5.20.txt:7393
 V5.20.txt:7394
 V5.20.txt:7395
 V5.20.txt:7396
 V5.20.txt:7397
 V5.20.txt:7398
 V5.20.txt:7399
 V5.20.txt:7400
 V5.20.txt:7401
 V5.20.txt:7402
 V5.20.txt:7403
 V5.20.txt:7404
 V5.20.txt:7405
 V5.20.txt:7406
 V5.20.txt:7407
 V5.20.txt:7408
 V5.20.txt:7409
 V5.20.txt:7410
 V5.20.txt:7411
 V5.20.txt:7412
 V5.20.txt:7413
 V5.20.txt:7414
 V5.20.txt:7415
 V5.20.txt:7416
 V5.20.txt:7417
 V5.20.txt:7418
 V5.20.txt:7419
 V5.20.txt:7420
 V5.20.txt:7421
 V5.20.txt:7422
 V5.20.txt:7423
 V5.20.txt:7424
 V5.20.txt:7425
 V5.20.txt:7426
 V5.20.txt:7427
 V5.20.txt:7428
 V5.20.txt:7429
 V5.20.txt:7430
 V5.20.txt:7431
 V5.20.txt:7432
 V5.20.txt:7433
 V5.20.txt:7434
 V5.20.txt:7435
 V5.20.txt:7436
 V5.20.txt:7437
 V5.20.txt:7438
 V5.20.txt:7439
 V5.20.txt:7440
 V5.20.txt:7441
 V5.20.txt:7442
 V5.20.txt:7443
 V5.20.txt:7444
 V5.20.txt:7445
 V5.20.txt:7446
 V5.20.txt:7447
 V5.20.txt:7448
 V5.20.txt:7449
 V5.20.txt:7450
 V5.20.txt:7451
 V5.20.txt:7452
 V5.20.txt:7453
 V5.20.txt:7454
 V5.20.txt:7455
 V5.20.txt:7456
 V5.20.txt:7457
 V5.20.txt:7458
 V5.20.txt:7459
 V5.20.txt:7460
 V5.20.txt:7461
 V5.20.txt:7462
 V5.20.txt:7463
 V5.20.txt:7464
 V5.20.txt:7465
 V5.20.txt:7466
 V5.20.txt:7467
 V5.20.txt:7468
 V5.20.txt:7469
 V5.20.txt:7470
 V5.20.txt:7471
 V5.20.txt:7472
 V5.20.txt:7473
 V5.20.txt:7474
 V5.20.txt:7475
 V5.20.txt:7476
 V5.20.txt:7477
 V5.20.txt:7478
 V5.20.txt:7479
 V5.20.txt:7480
 V5.20.txt:7481
 V5.20.txt:7482
 V5.20.txt:7483
 V5.20.txt:7484
 V5.20.txt:7485
 V5.20.txt:7486
 V5.20.txt:7487
 V5.20.txt:7488
 V5.20.txt:7489
 V5.20.txt:7490
 V5.20.txt:7491
 V5.20.txt:7492
 V5.20.txt:7493
 V5.20.txt:7494
 V5.20.txt:7495
 V5.20.txt:7496
 V5.20.txt:7497
 V5.20.txt:7498
 V5.20.txt:7499
 V5.20.txt:7500
 V5.20.txt:7501
 V5.20.txt:7502
 V5.20.txt:7503
 V5.20.txt:7504
 V5.20.txt:7505
 V5.20.txt:7506
 V5.20.txt:7507
 V5.20.txt:7508
 V5.20.txt:7509
 V5.20.txt:7510
 V5.20.txt:7511
 V5.20.txt:7512
 V5.20.txt:7513
 V5.20.txt:7514
 V5.20.txt:7515
 V5.20.txt:7516
 V5.20.txt:7517
 V5.20.txt:7518
 V5.20.txt:7519
 V5.20.txt:7520
 V5.20.txt:7521
 V5.20.txt:7522
 V5.20.txt:7523
 V5.20.txt:7524
 V5.20.txt:7525
 V5.20.txt:7526
 V5.20.txt:7527
 V5.20.txt:7528
 V5.20.txt:7529
 V5.20.txt:7530
 V5.20.txt:7531
 V5.20.txt:7532
 V5.20.txt:7533
 V5.20.txt:7534
 V5.20.txt:7535
 V5.20.txt:7536
 V5.20.txt:7537
 V5.20.txt:7538
 V5.20.txt:7539
 V5.20.txt:7540
 V5.20.txt:7541
 V5.20.txt:7542
 V5.20.txt:7543
 V5.20.txt:7544
 V5.20.txt:7545
 V5.20.txt:7546
 V5.20.txt:7547
 V5.20.txt:7548
 V5.20.txt:7549
 V5.20.txt:7550
 V5.20.txt:7551
 V5.20.txt:7552
 V5.20.txt:7553
 V5.20.txt:7554
 V5.20.txt:7555
 V5.20.txt:7556
 V5.20.txt:7557
 V5.20.txt:7558
 V5.20.txt:7559
 V5.20.txt:7560
 V5.20.txt:7561
 V5.20.txt:7562
 V5.20.txt:7563
 V5.20.txt:7564
 V5.20.txt:7565
 V5.20.txt:7566
 V5.20.txt:7567
 V5.20.txt:7568
 V5.20.txt:7569
 V5.20.txt:7570
 V5.20.txt:7571
 V5.20.txt:7572
 V5.20.txt:7573
 V5.20.txt:7574
 V5.20.txt:7575
 V5.20.txt:7576
 V5.20.txt:7577
 V5.20.txt:7578
 V5.20.txt:7579
 V5.20.txt:7580
 V5.20.txt:7581
 V5.20.txt:7582
 V5.20.txt:7583
 V5.20.txt:7584
 V5.20.txt:7585
 V5.20.txt:7586
 V5.20.txt:7587
 V5.20.txt:7588
 V5.20.txt:7589
 V5.20.txt:7590
 V5.20.txt:7591
 V5.20.txt:7592
 V5.20.txt:7593
 V5.20.txt:7594
 V5.20.txt:7595
 V5.20.txt:7596
 V5.20.txt:7597
 V5.20.txt:7598
 V5.20.txt:7599
 V5.20.txt:7600
 V5.20.txt:7601
 V5.20.txt:7602
 V5.20.txt:7603
 V5.20.txt:7604
 V5.20.txt:7605
 V5.20.txt:7606
 V5.20.txt:7607
 V5.20.txt:7608
 V5.20.txt:7609
 V5.20.txt:7610
 V5.20.txt:7611
 V5.20.txt:7612
 V5.20.txt:7613
 V5.20.txt:7614
 V5.20.txt:7615
 V5.20.txt:7616
 V5.20.txt:7617
 V5.20.txt:7618
 V5.20.txt:7619
 V5.20.txt:7620
 V5.20.txt:7621
 V5.20.txt:7622
 V5.20.txt:7623
 V5.20.txt:7624
 V5.20.txt:7625
 V5.20.txt:7626
 V5.20.txt:7627
 V5.20.txt:7628
 V5.20.txt:7629
 V5.20.txt:7630
 V5.20.txt:7631
 V5.20.txt:7632
 V5.20.txt:7633
 V5.20.txt:7634
 V5.20.txt:7635
 V5.20.txt:7636
 V5.20.txt:7637
 V5.20.txt:7638
 V5.20.txt:7639
 V5.20.txt:7640
 V5.20.txt:7641
 V5.20.txt:7642
 V5.20.txt:7643
 V5.20.txt:7644
 V5.20.txt:7645
 V5.20.txt:7646
 V5.20.txt:7647
 V5.20.txt:7648
 V5.20.txt:7649
 V5.20.txt:7650
 V5.20.txt:7651
 V5.20.txt:7652
 V5.20.txt:7653
 V5.20.txt:7654
 V5.20.txt:7655
 V5.20.txt:7656
 V5.20.txt:7657
 V5.20.txt:7658
 V5.20.txt:7659
 V5.20.txt:7660
 V5.20.txt:7661
 V5.20.txt:7662
 V5.20.txt:7663
 V5.20.txt:7664
 V5.20.txt:7665
 V5.20.txt:7666
 V5.20.txt:7667
 V5.20.txt:7668
 V5.20.txt:7669
 V5.20.txt:7670
 V5.20.txt:7671
 V5.20.txt:7672
 V5.20.txt:7673
 V5.20.txt:7674
 V5.20.txt:7675
 V5.20.txt:7676
 V5.20.txt:7677
 V5.20.txt:7678
 V5.20.txt:7679
 V5.20.txt:7680
 V5.20.txt:7681
 V5.20.txt:7682
 V5.20.txt:7683
 V5.20.txt:7684
 V5.20.txt:7685
 V5.20.txt:7686
 V5.20.txt:7687
 V5.20.txt:7688
 V5.20.txt:7689
 V5.20.txt:7690
 V5.20.txt:7691
 V5.20.txt:7692
 V5.20.txt:7693
 V5.20.txt:7694
 V5.20.txt:7695
 V5.20.txt:7696
 V5.20.txt:7697
 V5.20.txt:7698
 V5.20.txt:7699
 V5.20.txt:7700
 V5.20.txt:7701
 V5.20.txt:7702
 V5.20.txt:7703
 V5.20.txt:7704
 V5.20.txt:7705
 V5.20.txt:7706
 V5.20.txt:7707
 V5.20.txt:7708
 V5.20.txt:7709
 V5.20.txt:7710
 V5.20.txt:7711
 V5.20.txt:7712
 V5.20.txt:7713
 V5.20.txt:7714
 V5.20.txt:7715
 V5.20.txt:7716
 V5.20.txt:7717
 V5.20.txt:7718
 V5.20.txt:7719
 V5.20.txt:7720
 V5.20.txt:7721
 V5.20.txt:7722
 V5.20.txt:7723
 V5.20.txt:7724
 V5.20.txt:7725
 V5.20.txt:7726
 V5.20.txt:7727
 V5.20.txt:7728
 V5.20.txt:7729
 V5.20.txt:7730
 V5.20.txt:7731
 V5.20.txt:7732
 V5.20.txt:7733
 V5.20.txt:7734
 V5.20.txt:7735
 V5.20.txt:7736
 V5.20.txt:7737
 V5.20.txt:7738
 V5.20.txt:7739
 V5.20.txt:7740
 V5.20.txt:7741
 V5.20.txt:7742
 V5.20.txt:7743
 V5.20.txt:7744
 V5.20.txt:7745
 V5.20.txt:7746
 V5.20.txt:7747
 V5.20.txt:7748
 V5.20.txt:7749
 V5.20.txt:7750
 V5.20.txt:7751
 V5.20.txt:7752
 V5.20.txt:7753
 V5.20.txt:7754
 V5.20.txt:7755
 V5.20.txt:7756
 V5.20.txt:7757
 V5.20.txt:7758
 V5.20.txt:7759
 V5.20.txt:7760
 V5.20.txt:7761
 V5.20.txt:7762
 V5.20.txt:7763
 V5.20.txt:7764
 V5.20.txt:7765
 V5.20.txt:7766
 V5.20.txt:7767
 V5.20.txt:7768
 V5.20.txt:7769
 V5.20.txt:7770
 V5.20.txt:7771
 V5.20.txt:7772
 V5.20.txt:7773
 V5.20.txt:7774
 V5.20.txt:7775
 V5.20.txt:7776
 V5.20.txt:7777
 V5.20.txt:7778
 V5.20.txt:7779
 V5.20.txt:7780
 V5.20.txt:7781
 V5.20.txt:7782
 V5.20.txt:7783
 V5.20.txt:7784
 V5.20.txt:7785
 V5.20.txt:7786
 V5.20.txt:7787
 V5.20.txt:7788
 V5.20.txt:7789
 V5.20.txt:7790
 V5.20.txt:7791
 V5.20.txt:7792
 V5.20.txt:7793
 V5.20.txt:7794
 V5.20.txt:7795
 V5.20.txt:7796
 V5.20.txt:7797
 V5.20.txt:7798
 V5.20.txt:7799
 V5.20.txt:7800
 V5.20.txt:7801
 V5.20.txt:7802
 V5.20.txt:7803
 V5.20.txt:7804
 V5.20.txt:7805
 V5.20.txt:7806
 V5.20.txt:7807
 V5.20.txt:7808
 V5.20.txt:7809
 V5.20.txt:7810
 V5.20.txt:7811
 V5.20.txt:7812
 V5.20.txt:7813
 V5.20.txt:7814
 V5.20.txt:7815
 V5.20.txt:7816
 V5.20.txt:7817
 V5.20.txt:7818
 V5.20.txt:7819
 V5.20.txt:7820
 V5.20.txt:7821
 V5.20.txt:7822
 V5.20.txt:7823
 V5.20.txt:7824
 V5.20.txt:7825
 V5.20.txt:7826
 V5.20.txt:7827
 V5.20.txt:7828
 V5.20.txt:7829
 V5.20.txt:7830
 V5.20.txt:7831
 V5.20.txt:7832
 V5.20.txt:7833
 V5.20.txt:7834
 V5.20.txt:7835
 V5.20.txt:7836
 V5.20.txt:7837
 V5.20.txt:7838
 V5.20.txt:7839
 V5.20.txt:7840
 V5.20.txt:7841
 V5.20.txt:7842
 V5.20.txt:7843
 V5.20.txt:7844
 V5.20.txt:7845
 V5.20.txt:7846
 V5.20.txt:7847
 V5.20.txt:7848
 V5.20.txt:7849
 V5.20.txt:7850
 V5.20.txt:7851
 V5.20.txt:7852
 V5.20.txt:7853
 V5.20.txt:7854
 V5.20.txt:7855
 V5.20.txt:7856
 V5.20.txt:7857
 V5.20.txt:7858
 V5.20.txt:7859
 V5.20.txt:7860
 V5.20.txt:7861
 V5.20.txt:7862
 V5.20.txt:7863
 V5.20.txt:7864
 V5.20.txt:7865
 V5.20.txt:7866
 V5.20.txt:7867
 V5.20.txt:7868
 V5.20.txt:7869
 V5.20.txt:7870
 V5.20.txt:7871
 V5.20.txt:7872
 V5.20.txt:7873
 V5.20.txt:7874
 V5.20.txt:7875
 V5.20.txt:7876
 V5.20.txt:7877
 V5.20.txt:7878
 V5.20.txt:7879
 V5.20.txt:7880
 V5.20.txt:7881
 V5.20.txt:7882
 V5.20.txt:7883
 V5.20.txt:7884
 V5.20.txt:7885
 V5.20.txt:7886
 V5.20.txt:7887
 V5.20.txt:7888
 V5.20.txt:7889
 V5.20.txt:7890
 V5.20.txt:7891
 V5.20.txt:7892
 V5.20.txt:7893
 V5.20.txt:7894
 V5.20.txt:7895
 V5.20.txt:7896
 V5.20.txt:7897
 V5.20.txt:7898
 V5.20.txt:7899
 V5.20.txt:7900
 V5.20.txt:7901
 V5.20.txt:7902
 V5.20.txt:7903
 V5.20.txt:7904
 V5.20.txt:7905
 V5.20.txt:7906
 V5.20.txt:7907
 V5.20.txt:7908
 V5.20.txt:7909
 V5.20.txt:7910
 V5.20.txt:7911
 V5.20.txt:7912
 V5.20.txt:7913
 V5.20.txt:7914
 V5.20.txt:7915
 V5.20.txt:7916
 V5.20.txt:7917
 V5.20.txt:7918
 V5.20.txt:7919
 V5.20.txt:7920
 V5.20.txt:7921
 V5.20.txt:7922
 V5.20.txt:7923
 V5.20.txt:7924
 V5.20.txt:7925
 V5.20.txt:7926
 V5.20.txt:7927
 V5.20.txt:7928
 V5.20.txt:7929
 V5.20.txt:7930
 V5.20.txt:7931
 V5.20.txt:7932
 V5.20.txt:7933
 V5.20.txt:7934
 V5.20.txt:7935
 V5.20.txt:7936
 V5.20.txt:7937
 V5.20.txt:7938
 V5.20.txt:7939
 V5.20.txt:7940
 V5.20.txt:7941
 V5.20.txt:7942
 V5.20.txt:7943
 V5.20.txt:7944
 V5.20.txt:7945
 V5.20.txt:7946
 V5.20.txt:7947
 V5.20.txt:7948
 V5.20.txt:7949
 V5.20.txt:7950
 V5.20.txt:7951
 V5.20.txt:7952
 V5.20.txt:7953
 V5.20.txt:7954
 V5.20.txt:7955
 V5.20.txt:7956
 V5.20.txt:7957
 V5.20.txt:7958
 V5.20.txt:7959
 V5.20.txt:7960
 V5.20.txt:7961
 V5.20.txt:7962
 V5.20.txt:7963
 V5.20.txt:7964
 V5.20.txt:7965
 V5.20.txt:7966
 V5.20.txt:7967
 V5.20.txt:7968
 V5.20.txt:7969
 V5.20.txt:7970
 V5.20.txt:7971
 V5.20.txt:7972
 V5.20.txt:7973
 V5.20.txt:7974
 V5.20.txt:7975
 V5.20.txt:7976
 V5.20.txt:7977
 V5.20.txt:7978
 V5.20.txt:7979
 V5.20.txt:7980
 V5.20.txt:7981
 V5.20.txt:7982
 V5.20.txt:7983
 V5.20.txt:7984
 V5.20.txt:7985
 V5.20.txt:7986
 V5.20.txt:7987
 V5.20.txt:7988
 V5.20.txt:7989
 V5.20.txt:7990
 V5.20.txt:7991
 V5.20.txt:7992
 V5.20.txt:7993
 V5.20.txt:7994
 V5.20.txt:7995
 V5.20.txt:7996
 V5.20.txt:7997
 V5.20.txt:7998
 V5.20.txt:7999
 V5.20.txt:8000
 V5.20.txt:8001
 V5.20.txt:8002
 V5.20.txt:8003
 V5.20.txt:8004
 V5.20.txt:8005
 V5.20.txt:8006
 V5.20.txt:8007
 V5.20.txt:8008
 V5.20.txt:8009
 V5.20.txt:8010
 V5.20.txt:8011
 V5.20.txt:8012
 V5.20.txt:8013
 V5.20.txt:8014
 V5.20.txt:8015
 V5.20.txt:8016
 V5.20.txt:8017
 V5.20.txt:8018
 V5.20.txt:8019
 V5.20.txt:8020
 V5.20.txt:8021
 V5.20.txt:8022
 V5.20.txt:8023
 V5.20.txt:8024
 V5.20.txt:8025
 V5.20.txt:8026
 V5.20.txt:8027
 V5.20.txt:8028
 V5.20.txt:8029
 V5.20.txt:8030
 V5.20.txt:8031
 V5.20.txt:8032
 V5.20.txt:8033
 V5.20.txt:8034
 V5.20.txt:8035
 V5.20.txt:8036
 V5.20.txt:8037
 V5.20.txt:8038
 V5.20.txt:8039
 V5.20.txt:8040
 V5.20.txt:8041
 V5.20.txt:8042
 V5.20.txt:8043
 V5.20.txt:8044
 V5.20.txt:8045
 V5.20.txt:8046
 V5.20.txt:8047
 V5.20.txt:8048
 V5.20.txt:8049
 V5.20.txt:8050
 V5.20.txt:8051
 V5.20.txt:8052
 V5.20.txt:8053
 V5.20.txt:8054
 V5.20.txt:8055
 V5.20.txt:8056
 V5.20.txt:8057
 V5.20.txt:8058
 V5.20.txt:8059
 V5.20.txt:8060
 V5.20.txt:8061
 V5.20.txt:8062
 V5.20.txt:8063
 V5.20.txt:8064
 V5.20.txt:8065
 V5.20.txt:8066
 V5.20.txt:8067
 V5.20.txt:8068
 V5.20.txt:8069
 V5.20.txt:8070
 V5.20.txt:8071
 V5.20.txt:8072
 V5.20.txt:8073
 V5.20.txt:8074
 V5.20.txt:8075
 V5.20.txt:8076
 V5.20.txt:8077
 V5.20.txt:8078
 V5.20.txt:8079
 V5.20.txt:8080
 V5.20.txt:8081
 V5.20.txt:8082
 V5.20.txt:8083
 V5.20.txt:8084
 V5.20.txt:8085
 V5.20.txt:8086
 V5.20.txt:8087
 V5.20.txt:8088
 V5.20.txt:8089
 V5.20.txt:8090
 V5.20.txt:8091
 V5.20.txt:8092
 V5.20.txt:8093
 V5.20.txt:8094
 V5.20.txt:8095
 V5.20.txt:8096
 V5.20.txt:8097
 V5.20.txt:8098
 V5.20.txt:8099
 V5.20.txt:8100
 V5.20.txt:8101
 V5.20.txt:8102
 V5.20.txt:8103
 V5.20.txt:8104
 V5.20.txt:8105
 V5.20.txt:8106
 V5.20.txt:8107
 V5.20.txt:8108
 V5.20.txt:8109
 V5.20.txt:8110
 V5.20.txt:8111
 V5.20.txt:8112
 V5.20.txt:8113
 V5.20.txt:8114
 V5.20.txt:8115
 V5.20.txt:8116
 V5.20.txt:8117
 V5.20.txt:8118
 V5.20.txt:8119
 V5.20.txt:8120
 V5.20.txt:8121
 V5.20.txt:8122
 V5.20.txt:8123
 V5.20.txt:8124
 V5.20.txt:8125
 V5.20.txt:8126
 V5.20.txt:8127
 V5.20.txt:8128
 V5.20.txt:8129
 V5.20.txt:8130
 V5.20.txt:8131
 V5.20.txt:8132
 V5.20.txt:8133
 V5.20.txt:8134
 V5.20.txt:8135
 V5.20.txt:8136
 V5.20.txt:8137
 V5.20.txt:8138
 V5.20.txt:8139
 V5.20.txt:8140
 V5.20.txt:8141
 V5.20.txt:8142
 V5.20.txt:8143
 V5.20.txt:8144
 V5.20.txt:8145
 V5.20.txt:8146
 V5.20.txt:8147
 V5.20.txt:8148
 V5.20.txt:8149
 V5.20.txt:8150
 V5.20.txt:8151
 V5.20.txt:8152
 V5.20.txt:8153
 V5.20.txt:8154
 V5.20.txt:8155
 V5.20.txt:8156
 V5.20.txt:8157
 V5.20.txt:8158
 V5.20.txt:8159
 V5.20.txt:8160
 V5.20.txt:8161
 V5.20.txt:8162
 V5.20.txt:8163
 V5.20.txt:8164
 V5.20.txt:8165
 V5.20.txt:8166
 V5.20.txt:8167
 V5.20.txt:8168
 V5.20.txt:8169
 V5.20.txt:8170
 V5.20.txt:8171
 V5.20.txt:8172
 V5.20.txt:8173
 V5.20.txt:8174
 V5.20.txt:8175
 V5.20.txt:8176
 V5.20.txt:8177
 V5.20.txt:8178
 V5.20.txt:8179
 V5.20.txt:8180
 V5.20.txt:8181
 V5.20.txt:8182
 V5.20.txt:8183
 V5.20.txt:8184
 V5.20.txt:8185
 V5.20.txt:8186
 V5.20.txt:8187
 V5.20.txt:8188
 V5.20.txt:8189
 V5.20.txt:8190
 V5.20.txt:8191
 V5.20.txt:8192
 V5.20.txt:8193
 V5.20.txt:8194
 V5.20.txt:8195
 V5.20.txt:8196
 V5.20.txt:8197
 V5.20.txt:8198
 V5.20.txt:8199
 V5.20.txt:8200
 V5.20.txt:8201
 V5.20.txt:8202
 V5.20.txt:8203
 V5.20.txt:8204
 V5.20.txt:8205
 V5.20.txt:8206
 V5.20.txt:8207
 V5.20.txt:8208
 V5.20.txt:8209
 V5.20.txt:8210
 V5.20.txt:8211
 V5.20.txt:8212
 V5.20.txt:8213
 V5.20.txt:8214
 V5.20.txt:8215
 V5.20.txt:8216
 V5.20.txt:8217
 V5.20.txt:8218
 V5.20.txt:8219
 V5.20.txt:8220
 V5.20.txt:8221
 V5.20.txt:8222
 V5.20.txt:8223
 V5.20.txt:8224
 V5.20.txt:8225
 V5.20.txt:8226
 V5.20.txt:8227
 V5.20.txt:8228
 V5.20.txt:8229
 V5.20.txt:8230
 V5.20.txt:8231
 V5.20.txt:8232
 V5.20.txt:8233
 V5.20.txt:8234
 V5.20.txt:8235
 V5.20.txt:8236
 V5.20.txt:8237
 V5.20.txt:8238
 V5.20.txt:8239
 V5.20.txt:8240
 V5.20.txt:8241
 V5.20.txt:8242
 V5.20.txt:8243
 V5.20.txt:8244
 V5.20.txt:8245
 V5.20.txt:8246
 V5.20.txt:8247
 V5.20.txt:8248
 V5.20.txt:8249
 V5.20.txt:8250
 V5.20.txt:8251
 V5.20.txt:8252
 V5.20.txt:8253
 V5.20.txt:8254
 V5.20.txt:8255
 V5.20.txt:8256
 V5.20.txt:8257
 V5.20.txt:8258
 V5.20.txt:8259
 V5.20.txt:8260
 V5.20.txt:8261
 V5.20.txt:8262
 V5.20.txt:8263
 V5.20.txt:8264
 V5.20.txt:8265
 V5.20.txt:8266
 V5.20.txt:8267
 V5.20.txt:8268
 V5.20.txt:8269
 V5.20.txt:8270
 V5.20.txt:8271
 V5.20.txt:8272
 V5.20.txt:8273
 V5.20.txt:8274
 V5.20.txt:8275
 V5.20.txt:8276
 V5.20.txt:8277
 V5.20.txt:8278
 V5.20.txt:8279
 V5.20.txt:8280
 V5.20.txt:8281
 V5.20.txt:8282
 V5.20.txt:8283
 V5.20.txt:8284
 V5.20.txt:8285
 V5.20.txt:8286
 V5.20.txt:8287
 V5.20.txt:8288
 V5.20.txt:8289
 V5.20.txt:8290
 V5.20.txt:8291
 V5.20.txt:8292
 V5.20.txt:8293
 V5.20.txt:8294
 V5.20.txt:8295
 V5.20.txt:8296
 V5.20.txt:8297
 V5.20.txt:8298
 V5.20.txt:8299
 V5.20.txt:8300
 V5.20.txt:8301
 V5.20.txt:8302
 V5.20.txt:8303
 V5.20.txt:8304
 V5.20.txt:8305
 V5.20.txt:8306
 V5.20.txt:8307
 V5.20.txt:8308
 V5.20.txt:8309
 V5.20.txt:8310
 V5.20.txt:8311
 V5.20.txt:8312
 V5.20.txt:8313
 V5.20.txt:8314
 V5.20.txt:8315
 V5.20.txt:8316
 V5.20.txt:8317
 V5.20.txt:8318
 V5.20.txt:8319
 V5.20.txt:8320
 V5.20.txt:8321
 V5.20.txt:8322
 V5.20.txt:8323
 V5.20.txt:8324
 V5.20.txt:8325
 V5.20.txt:8326
 V5.20.txt:8327
 V5.20.txt:8328
 V5.20.txt:8329
 V5.20.txt:8330
 V5.20.txt:8331
 V5.20.txt:8332
 V5.20.txt:8333
 V5.20.txt:8334
 V5.20.txt:8335
 V5.20.txt:8336
 V5.20.txt:8337
 V5.20.txt:8338
 V5.20.txt:8339
 V5.20.txt:8340
 V5.20.txt:8341
 V5.20.txt:8342
 V5.20.txt:8343
 V5.20.txt:8344
 V5.20.txt:8345
 V5.20.txt:8346
 V5.20.txt:8347
 V5.20.txt:8348
 V5.20.txt:8349
 V5.20.txt:8350
 V5.20.txt:8351
 V5.20.txt:8352
 V5.20.txt:8353
 V5.20.txt:8354
 V5.20.txt:8355
 V5.20.txt:8356
 V5.20.txt:8357
 V5.20.txt:8358
 V5.20.txt:8359
 V5.20.txt:8360
 V5.20.txt:8361
 V5.20.txt:8362
 V5.20.txt:8363
 V5.20.txt:8364
 V5.20.txt:8365
 V5.20.txt:8366
 V5.20.txt:8367
 V5.20.txt:8368
 V5.20.txt:8369
 V5.20.txt:8370
 V5.20.txt:8371
 V5.20.txt:8372
 V5.20.txt:8373
 V5.20.txt:8374
 V5.20.txt:8375
 V5.20.txt:8376
 V5.20.txt:8377
 V5.20.txt:8378
 V5.20.txt:8379
 V5.20.txt:8380
 V5.20.txt:8381
 V5.20.txt:8382
 V5.20.txt:8383
 V5.20.txt:8384
 V5.20.txt:8385
 V5.20.txt:8386
 V5.20.txt:8387
 V5.20.txt:8388
 V5.20.txt:8389
 V5.20.txt:8390
 V5.20.txt:8391
 V5.20.txt:8392
 V5.20.txt:8393
 V5.20.txt:8394
 V5.20.txt:8395
 V5.20.txt:8396
 V5.20.txt:8397
 V5.20.txt:8398
 V5.20.txt:8399
 V5.20.txt:8400
 V5.20.txt:8401
 V5.20.txt:8402
 V5.20.txt:8403
 V5.20.txt:8404
 V5.20.txt:8405
 V5.20.txt:8406
 V5.20.txt:8407
 V5.20.txt:8408
 V5.20.txt:8409
 V5.20.txt:8410
 V5.20.txt:8411
 V5.20.txt:8412
 V5.20.txt:8413
 V5.20.txt:8414
 V5.20.txt:8415
 V5.20.txt:8416
 V5.20.txt:8417
 V5.20.txt:8418
 V5.20.txt:8419
 V5.20.txt:8420
 V5.20.txt:8421
 V5.20.txt:8422
 V5.20.txt:8423
 V5.20.txt:8424
 V5.20.txt:8425
 V5.20.txt:8426
 V5.20.txt:8427
 V5.20.txt:8428
 V5.20.txt:8429
 V5.20.txt:8430
 V5.20.txt:8431
 V5.20.txt:8432
 V5.20.txt:8433
 V5.20.txt:8434
 V5.20.txt:8435
 V5.20.txt:8436
 V5.20.txt:8437
 V5.20.txt:8438
 V5.20.txt:8439
 V5.20.txt:8440
 V5.20.txt:8441
 V5.20.txt:8442
 V5.20.txt:8443
 V5.20.txt:8444
 V5.20.txt:8445
 V5.20.txt:8446
 V5.20.txt:8447
 V5.20.txt:8448
 V5.20.txt:8449
 V5.20.txt:8450
 V5.20.txt:8451
 V5.20.txt:8452
 V5.20.txt:8453
 V5.20.txt:8454
 V5.20.txt:8455
 V5.20.txt:8456
 V5.20.txt:8457
 V5.20.txt:8458
 V5.20.txt:8459
 V5.20.txt:8460
 V5.20.txt:8461
 V5.20.txt:8462
 V5.20.txt:8463
 V5.20.txt:8464
 V5.20.txt:8465
 V5.20.txt:8466
 V5.20.txt:8467
 V5.20.txt:8468
 V5.20.txt:8469
 V5.20.txt:8470
 V5.20.txt:8471
 V5.20.txt:8472
 V5.20.txt:8473
 V5.20.txt:8474
 V5.20.txt:8475
 V5.20.txt:8476
 V5.20.txt:8477
 V5.20.txt:8478
 V5.20.txt:8479
 V5.20.txt:8480
 V5.20.txt:8481
 V5.20.txt:8482
 V5.20.txt:8483
 V5.20.txt:8484
 V5.20.txt:8485
 V5.20.txt:8486
 V5.20.txt:8487
 V5.20.txt:8488
 V5.20.txt:8489
 V5.20.txt:8490
 V5.20.txt:8491
 V5.20.txt:8492
 V5.20.txt:8493
 V5.20.txt:8494
 V5.20.txt:8495
 V5.20.txt:8496
 V5.20.txt:8497
 V5.20.txt:8498
 V5.20.txt:8499
 V5.20.txt:8500
 V5.20.txt:8501
 V5.20.txt:8502
 V5.20.txt:8503
 V5.20.txt:8504
 V5.20.txt:8505
 V5.20.txt:8506
 V5.20.txt:8507
 V5.20.txt:8508
 V5.20.txt:8509
 V5.20.txt:8510
 V5.20.txt:8511
 V5.20.txt:8512
 V5.20.txt:8513
 V5.20.txt:8514
 V5.20.txt:8515
 V5.20.txt:8516
 V5.20.txt:8517
 V5.20.txt:8518
 V5.20.txt:8519
 V5.20.txt:8520
 V5.20.txt:8521
 V5.20.txt:8522
 V5.20.txt:8523
 V5.20.txt:8524
 V5.20.txt:8525
 V5.20.txt:8526
 V5.20.txt:8527
 V5.20.txt:8528
 V5.20.txt:8529
 V5.20.txt:8530
 V5.20.txt:8531
 V5.20.txt:8532
 V5.20.txt:8533
 V5.20.txt:8534
 V5.20.txt:8535
 V5.20.txt:8536
 V5.20.txt:8537
 V5.20.txt:8538
 V5.20.txt:8539
 V5.20.txt:8540
 V5.20.txt:8541
 V5.20.txt:8542
 V5.20.txt:8543
 V5.20.txt:8544
 V5.20.txt:8545
 V5.20.txt:8546
 V5.20.txt:8547
 V5.20.txt:8548
 V5.20.txt:8549
 V5.20.txt:8550
 V5.20.txt:8551
 V5.20.txt:8552
 V5.20.txt:8553
 V5.20.txt:8554
 V5.20.txt:8555
 V5.20.txt:8556
 V5.20.txt:8557
 V5.20.txt:8558
 V5.20.txt:8559
 V5.20.txt:8560
 V5.20.txt:8561
 V5.20.txt:8562
 V5.20.txt:8563
 V5.20.txt:8564
 V5.20.txt:8565
 V5.20.txt:8566
 V5.20.txt:8567
 V5.20.txt:8568
 V5.20.txt:8569
 V5.20.txt:8570
 V5.20.txt:8571
 V5.20.txt:8572
 V5.20.txt:8573
 V5.20.txt:8574
 V5.20.txt:8575
 V5.20.txt:8576
 V5.20.txt:8577
 V5.20.txt:8578
 V5.20.txt:8579
 V5.20.txt:8580
 V5.20.txt:8581
 V5.20.txt:8582
 V5.20.txt:8583
 V5.20.txt:8584
 V5.20.txt:8585
 V5.20.txt:8586
 V5.20.txt:8587
 V5.20.txt:8588
 V5.20.txt:8589
 V5.20.txt:8590
 V5.20.txt:8591
 V5.20.txt:8592
 V5.20.txt:8593
 V5.20.txt:8594
 V5.20.txt:8595
 V5.20.txt:8596
 V5.20.txt:8597
 V5.20.txt:8598
 V5.20.txt:8599
 V5.20.txt:8600
 V5.20.txt:8601
 V5.20.txt:8602
 V5.20.txt:8603
 V5.20.txt:8604
 V5.20.txt:8605
 V5.20.txt:8606
 V5.20.txt:8607
 V5.20.txt:8608
 V5.20.txt:8609
 V5.20.txt:8610
 V5.20.txt:8611
 V5.20.txt:8612
 V5.20.txt:8613
 V5.20.txt:8614
 V5.20.txt:8615
 V5.20.txt:8616
 V5.20.txt:8617
 V5.20.txt:8618
 V5.20.txt:8619
 V5.20.txt:8620
 V5.20.txt:8621
 V5.20.txt:8622
 V5.20.txt:8623
 V5.20.txt:8624
 V5.20.txt:8625
 V5.20.txt:8626
 V5.20.txt:8627
 V5.20.txt:8628
 V5.20.txt:8629
 V5.20.txt:8630
 V5.20.txt:8631
 V5.20.txt:8632
 V5.20.txt:8633
 V5.20.txt:8634
 V5.20.txt:8635
 V5.20.txt:8636
 V5.20.txt:8637
 V5.20.txt:8638
 V5.20.txt:8639
 V5.20.txt:8640
 V5.20.txt:8641
 V5.20.txt:8642
 V5.20.txt:8643
 V5.20.txt:8644
 V5.20.txt:8645
 V5.20.txt:8646
 V5.20.txt:8647
 V5.20.txt:8648
 V5.20.txt:8649
 V5.20.txt:8650
 V5.20.txt:8651
 V5.20.txt:8652
 V5.20.txt:8653
 V5.20.txt:8654
 V5.20.txt:8655
 V5.20.txt:8656
 V5.20.txt:8657
 V5.20.txt:8658
 V5.20.txt:8659
 V5.20.txt:8660
 V5.20.txt:8661
 V5.20.txt:8662
 V5.20.txt:8663
 V5.20.txt:8664
 V5.20.txt:8665
 V5.20.txt:8666
 V5.20.txt:8667
 V5.20.txt:8668
 V5.20.txt:8669
 V5.20.txt:8670
 V5.20.txt:8671
 V5.20.txt:8672
 V5.20.txt:8673
 V5.20.txt:8674
 V5.20.txt:8675
 V5.20.txt:8676
 V5.20.txt:8677
 V5.20.txt:8678
 V5.20.txt:8679
 V5.20.txt:8680
 V5.20.txt:8681
 V5.20.txt:8682
 V5.20.txt:8683
 V5.20.txt:8684
 V5.20.txt:8685
 V5.20.txt:8686
 V5.20.txt:8687
 V5.20.txt:8688
 V5.20.txt:8689
 V5.20.txt:8690
 V5.20.txt:8691
 V5.20.txt:8692
 V5.20.txt:8693
 V5.20.txt:8694
 V5.20.txt:8695
 V5.20.txt:8696
 V5.20.txt:8697
 V5.20.txt:8698
 V5.20.txt:8699
 V5.20.txt:8700
 V5.20.txt:8701
 V5.20.txt:8702
 V5.20.txt:8703
 V5.20.txt:8704
 V5.20.txt:8705
 V5.20.txt:8706
 V5.20.txt:8707
 V5.20.txt:8708
 V5.20.txt:8709
 V5.20.txt:8710
 V5.20.txt:8711
 V5.20.txt:8712
 V5.20.txt:8713
 V5.20.txt:8714
 V5.20.txt:8715
 V5.20.txt:8716
 V5.20.txt:8717
 V5.20.txt:8718
 V5.20.txt:8719
 V5.20.txt:8720
 V5.20.txt:8721
 V5.20.txt:8722
 V5.20.txt:8723
 V5.20.txt:8724
 V5.20.txt:8725
 V5.20.txt:8726
 V5.20.txt:8727
 V5.20.txt:8728
 V5.20.txt:8729
 V5.20.txt:8730
 V5.20.txt:8731
 V5.20.txt:8732
 V5.20.txt:8733
 V5.20.txt:8734
 V5.20.txt:8735
 V5.20.txt:8736
 V5.20.txt:8737
 V5.20.txt:8738
 V5.20.txt:8739
 V5.20.txt:8740
 V5.20.txt:8741
 V5.20.txt:8742
 V5.20.txt:8743
 V5.20.txt:8744
 V5.20.txt:8745
 V5.20.txt:8746
 V5.20.txt:8747
 V5.20.txt:8748
 V5.20.txt:8749
 V5.20.txt:8750
 V5.20.txt:8751
 V5.20.txt:8752
 V5.20.txt:8753
 V5.20.txt:8754
 V5.20.txt:8755
 V5.20.txt:8756
 V5.20.txt:8757
 V5.20.txt:8758
 V5.20.txt:8759
 V5.20.txt:8760
 V5.20.txt:8761
 V5.20.txt:8762
 V5.20.txt:8763
 V5.20.txt:8764
 V5.20.txt:8765
 V5.20.txt:8766
 V5.20.txt:8767
 V5.20.txt:8768
 V5.20.txt:8769
 V5.20.txt:8770
 V5.20.txt:8771
 V5.20.txt:8772
 V5.20.txt:8773
 V5.20.txt:8774
 V5.20.txt:8775
 V5.20.txt:8776
 V5.20.txt:8777
 V5.20.txt:8778
 V5.20.txt:8779
 V5.20.txt:8780
 V5.20.txt:8781
 V5.20.txt:8782
 V5.20.txt:8783
 V5.20.txt:8784
 V5.20.txt:8785
 V5.20.txt:8786
 V5.20.txt:8787
 V5.20.txt:8788
 V5.20.txt:8789
 V5.20.txt:8790
 V5.20.txt:8791
 V5.20.txt:8792
 V5.20.txt:8793
 V5.20.txt:8794
 V5.20.txt:8795
 V5.20.txt:8796
 V5.20.txt:8797
 V5.20.txt:8798
 V5.20.txt:8799
 V5.20.txt:8800
 V5.20.txt:8801
 V5.20.txt:8802
 V5.20.txt:8803
 V5.20.txt:8804
 V5.20.txt:8805
 V5.20.txt:8806
 V5.20.txt:8807
 V5.20.txt:8808
 V5.20.txt:8809
 V5.20.txt:8810
 V5.20.txt:8811
 V5.20.txt:8812
 V5.20.txt:8813
 V5.20.txt:8814
 V5.20.txt:8815
 V5.20.txt:8816
 V5.20.txt:8817
 V5.20.txt:8818
 V5.20.txt:8819
 V5.20.txt:8820
 V5.20.txt:8821
 V5.20.txt:8822
 V5.20.txt:8823
 V5.20.txt:8824
 V5.20.txt:8825
 V5.20.txt:8826
 V5.20.txt:8827
 V5.20.txt:8828
 V5.20.txt:8829
 V5.20.txt:8830
 V5.20.txt:8831
 V5.20.txt:8832
 V5.20.txt:8833
 V5.20.txt:8834
 V5.20.txt:8835
 V5.20.txt:8836
 V5.20.txt:8837
 V5.20.txt:8838
 V5.20.txt:8839
 V5.20.txt:8840
 V5.20.txt:8841
 V5.20.txt:8842
 V5.20.txt:8843
 V5.20.txt:8844
 V5.20.txt:8845
 V5.20.txt:8846
 V5.20.txt:8847
 V5.20.txt:8848
 V5.20.txt:8849
 V5.20.txt:8850
 V5.20.txt:8851
 V5.20.txt:8852
 V5.20.txt:8853
 V5.20.txt:8854
 V5.20.txt:8855
 V5.20.txt:8856
 V5.20.txt:8857
 V5.20.txt:8858
 V5.20.txt:8859
 V5.20.txt:8860
 V5.20.txt:8861
 V5.20.txt:8862
 V5.20.txt:8863
 V5.20.txt:8864
 V5.20.txt:8865
 V5.20.txt:8866
 V5.20.txt:8867
 V5.20.txt:8868
 V5.20.txt:8869
 V5.20.txt:8870
 V5.20.txt:8871
 V5.20.txt:8872
 V5.20.txt:8873
 V5.20.txt:8874
 V5.20.txt:8875
 V5.20.txt:8876
 V5.20.txt:8877
 V5.20.txt:8878
 V5.20.txt:8879
 V5.20.txt:8880
 V5.20.txt:8881
 V5.20.txt:8882
 V5.20.txt:8883
 V5.20.txt:8884
 V5.20.txt:8885
 V5.20.txt:8886
 V5.20.txt:8887
 V5.20.txt:8888
 V5.20.txt:8889
 V5.20.txt:8890
 V5.20.txt:8891
 V5.20.txt:8892
 V5.20.txt:8893
 V5.20.txt:8894
 V5.20.txt:8895
 V5.20.txt:8896
 V5.20.txt:8897
 V5.20.txt:8898
 V5.20.txt:8899
 V5.20.txt:8900
 V5.20.txt:8901
 V5.20.txt:8902
 V5.20.txt:8903
 V5.20.txt:8904
 V5.20.txt:8905
 V5.20.txt:8906
 V5.20.txt:8907
 V5.20.txt:8908
 V5.20.txt:8909
 V5.20.txt:8910
 V5.20.txt:8911
 V5.20.txt:8912
 V5.20.txt:8913
 V5.20.txt:8914
 V5.20.txt:8915
 V5.20.txt:8916
 V5.20.txt:8917
 V5.20.txt:8918
 V5.20.txt:8919
 V5.20.txt:8920
 V5.20.txt:8921
 V5.20.txt:8922
 V5.20.txt:8923
 V5.20.txt:8924
 V5.20.txt:8925
 V5.20.txt:8926
 V5.20.txt:8927
 V5.20.txt:8928
 V5.20.txt:8929
 V5.20.txt:8930
 V5.20.txt:8931
 V5.20.txt:8932
 V5.20.txt:8933
 V5.20.txt:8934
 V5.20.txt:8935
 V5.20.txt:8936
 V5.20.txt:8937
 V5.20.txt:8938
 V5.20.txt:8939
 V5.20.txt:8940
 V5.20.txt:8941
 V5.20.txt:8942
 V5.20.txt:8943
 V5.20.txt:8944
 V5.20.txt:8945
 V5.20.txt:8946
 V5.20.txt:8947
 V5.20.txt:8948
 V5.20.txt:8949
 V5.20.txt:8950
 V5.20.txt:8951
 V5.20.txt:8952
 V5.20.txt:8953
 V5.20.txt:8954
 V5.20.txt:8955
 V5.20.txt:8956
 V5.20.txt:8957
 V5.20.txt:8958
 V5.20.txt:8959
 V5.20.txt:8960
 V5.20.txt:8961
 V5.20.txt:8962
 V5.20.txt:8963
 V5.20.txt:8964
 V5.20.txt:8965
 V5.20.txt:8966
 V5.20.txt:8967
 V5.20.txt:8968
 V5.20.txt:8969
 V5.20.txt:8970
 V5.20.txt:8971
 V5.20.txt:8972
 V5.20.txt:8973
 V5.20.txt:8974
 V5.20.txt:8975
 V5.20.txt:8976
 V5.20.txt:8977
 V5.20.txt:8978
 V5.20.txt:8979
 V5.20.txt:8980
 V5.20.txt:8981
 V5.20.txt:8982
 V5.20.txt:8983
 V5.20.txt:8984
 V5.20.txt:8985
 V5.20.txt:8986
 V5.20.txt:8987
 V5.20.txt:8988
 V5.20.txt:8989
 V5.20.txt:8990
 V5.20.txt:8991
 V5.20.txt:8992
 V5.20.txt:8993
 V5.20.txt:8994
 V5.20.txt:8995
 V5.20.txt:8996
 V5.20.txt:8997
 V5.20.txt:8998
 V5.20.txt:8999
 V5.20.txt:9000
 V5.20.txt:9001
 V5.20.txt:9002
 V5.20.txt:9003
 V5.20.txt:9004
 V5.20.txt:9005
 V5.20.txt:9006
 V5.20.txt:9007
 V5.20.txt:9008
 V5.20.txt:9009
 V5.20.txt:9010
 V5.20.txt:9011
 V5.20.txt:9012
 V5.20.txt:9013
 V5.20.txt:9014
 V5.20.txt:9015
 V5.20.txt:9016
 V5.20.txt:9017
 V5.20.txt:9018
 V5.20.txt:9019
 V5.20.txt:9020
 V5.20.txt:9021
 V5.20.txt:9022
 V5.20.txt:9023
 V5.20.txt:9024
 V5.20.txt:9025
 V5.20.txt:9026
 V5.20.txt:9027
 V5.20.txt:9028
 V5.20.txt:9029
 V5.20.txt:9030
 V5.20.txt:9031
 V5.20.txt:9032
 V5.20.txt:9033
 V5.20.txt:9034
 V5.20.txt:9035
 V5.20.txt:9036
 V5.20.txt:9037
 V5.20.txt:9038
 V5.20.txt:9039
 V5.20.txt:9040
 V5.20.txt:9041
 V5.20.txt:9042
 V5.20.txt:9043
 V5.20.txt:9044
 V5.20.txt:9045
 V5.20.txt:9046
 V5.20.txt:9047
 V5.20.txt:9048
 V5.20.txt:9049
 V5.20.txt:9050
 V5.20.txt:9051
 V5.20.txt:9052
 V5.20.txt:9053
 V5.20.txt:9054
 V5.20.txt:9055
 V5.20.txt:9056
 V5.20.txt:9057
 V5.20.txt:9058
 V5.20.txt:9059
 V5.20.txt:9060
 V5.20.txt:9061
 V5.20.txt:9062
 V5.20.txt:9063
 V5.20.txt:9064
 V5.20.txt:9065
 V5.20.txt:9066
 V5.20.txt:9067
 V5.20.txt:9068
 V5.20.txt:9069
 V5.20.txt:9070
 V5.20.txt:9071
 V5.20.txt:9072
 V5.20.txt:9073
 V5.20.txt:9074
 V5.20.txt:9075
 V5.20.txt:9076
 V5.20.txt:9077
 V5.20.txt:9078
 V5.20.txt:9079
 V5.20.txt:9080
 V5.20.txt:9081
 V5.20.txt:9082
 V5.20.txt:9083
 V5.20.txt:9084
 V5.20.txt:9085
 V5.20.txt:9086
 V5.20.txt:9087
 V5.20.txt:9088
 V5.20.txt:9089
 V5.20.txt:9090
 V5.20.txt:9091
 V5.20.txt:9092
 V5.20.txt:9093
 V5.20.txt:9094
 V5.20.txt:9095
 V5.20.txt:9096
 V5.20.txt:9097
 V5.20.txt:9098
 V5.20.txt:9099
 V5.20.txt:9100
 V5.20.txt:9101
 V5.20.txt:9102
 V5.20.txt:9103
 V5.20.txt:9104
 V5.20.txt:9105
 V5.20.txt:9106
 V5.20.txt:9107
 V5.20.txt:9108
 V5.20.txt:9109
 V5.20.txt:9110
 V5.20.txt:9111
 V5.20.txt:9112
 V5.20.txt:9113
 V5.20.txt:9114
 V5.20.txt:9115
 V5.20.txt:9116
 V5.20.txt:9117
 V5.20.txt:9118
 V5.20.txt:9119
 V5.20.txt:9120
 V5.20.txt:9121
 V5.20.txt:9122
 V5.20.txt:9123
 V5.20.txt:9124
 V5.20.txt:9125
 V5.20.txt:9126
 V5.20.txt:9127
 V5.20.txt:9128
 V5.20.txt:9129
 V5.20.txt:9130
 V5.20.txt:9131
 V5.20.txt:9132
 V5.20.txt:9133
 V5.20.txt:9134
 V5.20.txt:9135
 V5.20.txt:9136
 V5.20.txt:9137
 V5.20.txt:9138
 V5.20.txt:9139
 V5.20.txt:9140
 V5.20.txt:9141
 V5.20.txt:9142
 V5.20.txt:9143
 V5.20.txt:9144
 V5.20.txt:9145
 V5.20.txt:9146
 V5.20.txt:9147
 V5.20.txt:9148
 V5.20.txt:9149
 V5.20.txt:9150
 V5.20.txt:9151
 V5.20.txt:9152
 V5.20.txt:9153
 V5.20.txt:9154
 V5.20.txt:9155
 V5.20.txt:9156
 V5.20.txt:9157
 V5.20.txt:9158
 V5.20.txt:9159
 V5.20.txt:9160
 V5.20.txt:9161
 V5.20.txt:9162
 V5.20.txt:9163
 V5.20.txt:9164
 V5.20.txt:9165
 V5.20.txt:9166
 V5.20.txt:9167
 V5.20.txt:9168
 V5.20.txt:9169
 V5.20.txt:9170
 V5.20.txt:9171
 V5.20.txt:9172
 V5.20.txt:9173
 V5.20.txt:9174
 V5.20.txt:9175
 V5.20.txt:9176
 V5.20.txt:9177
 V5.20.txt:9178
 V5.20.txt:9179
 V5.20.txt:9180
 V5.20.txt:9181
 V5.20.txt:9182
 V5.20.txt:9183
 V5.20.txt:9184
 V5.20.txt:9185
 V5.20.txt:9186
 V5.20.txt:9187
 V5.20.txt:9188
 V5.20.txt:9189
 V5.20.txt:9190
 V5.20.txt:9191
 V5.20.txt:9192
 V5.20.txt:9193
 V5.20.txt:9194
 V5.20.txt:9195
 V5.20.txt:9196
 V5.20.txt:9197
 V5.20.txt:9198
 V5.20.txt:9199
 V5.20.txt:9200
 V5.20.txt:9201
 V5.20.txt:9202
 V5.20.txt:9203
 V5.20.txt:9204
 V5.20.txt:9205
 V5.20.txt:9206
 V5.20.txt:9207
 V5.20.txt:9208
 V5.20.txt:9209
 V5.20.txt:9210
 V5.20.txt:9211
 V5.20.txt:9212
 V5.20.txt:9213
 V5.20.txt:9214
 V5.20.txt:9215
 V5.20.txt:9216
 V5.20.txt:9217
 V5.20.txt:9218
 V5.20.txt:9219
 V5.20.txt:9220
 V5.20.txt:9221
 V5.20.txt:9222
 V5.20.txt:9223
 V5.20.txt:9224
 V5.20.txt:9225
 V5.20.txt:9226
 V5.20.txt:9227
 V5.20.txt:9228
 V5.20.txt:9229
 V5.20.txt:9230
 V5.20.txt:9231
 V5.20.txt:9232
 V5.20.txt:9233
 V5.20.txt:9234
 V5.20.txt:9235
 V5.20.txt:9236
 V5.20.txt:9237
 V5.20.txt:9238
 V5.20.txt:9239
 V5.20.txt:9240
 V5.20.txt:9241
 V5.20.txt:9242
 V5.20.txt:9243
 V5.20.txt:9244
 V5.20.txt:9245
 V5.20.txt:9246
 V5.20.txt:9247
 V5.20.txt:9248
 V5.20.txt:9249
 V5.20.txt:9250
 V5.20.txt:9251
 V5.20.txt:9252
 V5.20.txt:9253
 V5.20.txt:9254
 V5.20.txt:9255
 V5.20.txt:9256
 V5.20.txt:9257
 V5.20.txt:9258
 V5.20.txt:9259
 V5.20.txt:9260
 V5.20.txt:9261
 V5.20.txt:9262
 V5.20.txt:9263
 V5.20.txt:9264
 V5.20.txt:9265
 V5.20.txt:9266
 V5.20.txt:9267
 V5.20.txt:9268
 V5.20.txt:9269
 V5.20.txt:9270
 V5.20.txt:9271
 V5.20.txt:9272
 V5.20.txt:9273
 V5.20.txt:9274
 V5.20.txt:9275
 V5.20.txt:9276
 V5.20.txt:9277
 V5.20.txt:9278
 V5.20.txt:9279
 V5.20.txt:9280
 V5.20.txt:9281
 V5.20.txt:9282
 V5.20.txt:9283
 V5.20.txt:9284
 V5.20.txt:9285
 V5.20.txt:9286
 V5.20.txt:9287
 V5.20.txt:9288
 V5.20.txt:9289
 V5.20.txt:9290
 V5.20.txt:9291
 V5.20.txt:9292
 V5.20.txt:9293
 V5.20.txt:9294
 V5.20.txt:9295
 V5.20.txt:9296
 V5.20.txt:9297
 V5.20.txt:9298
 V5.20.txt:9299
 V5.20.txt:9300
 V5.20.txt:9301
 V5.20.txt:9302
 V5.20.txt:9303
 V5.20.txt:9304
 V5.20.txt:9305
 V5.20.txt:9306
 V5.20.txt:9307
 V5.20.txt:9308
 V5.20.txt:9309
 V5.20.txt:9310
 V5.20.txt:9311
 V5.20.txt:9312
 V5.20.txt:9313
 V5.20.txt:9314
 V5.20.txt:9315
 V5.20.txt:9316
 V5.20.txt:9317
 V5.20.txt:9318
 V5.20.txt:9319
 V5.20.txt:9320
 V5.20.txt:9321
 V5.20.txt:9322
 V5.20.txt:9323
 V5.20.txt:9324
 V5.20.txt:9325
 V5.20.txt:9326
 V5.20.txt:9327
 V5.20.txt:9328
 V5.20.txt:9329
 V5.20.txt:9330
 V5.20.txt:9331
 V5.20.txt:9332
 V5.20.txt:9333
 V5.20.txt:9334
 V5.20.txt:9335
 V5.20.txt:9336
 V5.20.txt:9337
 V5.20.txt:9338
 V5.20.txt:9339
 V5.20.txt:9340
 V5.20.txt:9341
 V5.20.txt:9342
 V5.20.txt:9343
 V5.20.txt:9344
 V5.20.txt:9345
 V5.20.txt:9346
 V5.20.txt:9347
 V5.20.txt:9348
 V5.20.txt:9349
 V5.20.txt:9350
 V5.20.txt:9351
 V5.20.txt:9352
 V5.20.txt:9353
 V5.20.txt:9354
 V5.20.txt:9355
 V5.20.txt:9356
 V5.20.txt:9357
 V5.20.txt:9358
 V5.20.txt:9359
 V5.20.txt:9360
 V5.20.txt:9361
 V5.20.txt:9362
 V5.20.txt:9363
 V5.20.txt:9364
 V5.20.txt:9365
 V5.20.txt:9366
 V5.20.txt:9367
 V5.20.txt:9368
 V5.20.txt:9369
 V5.20.txt:9370
 V5.20.txt:9371
 V5.20.txt:9372
 V5.20.txt:9373
 V5.20.txt:9374
 V5.20.txt:9375
 V5.20.txt:9376
 V5.20.txt:9377
 V5.20.txt:9378
 V5.20.txt:9379
 V5.20.txt:9380
 V5.20.txt:9381
 V5.20.txt:9382
 V5.20.txt:9383
 V5.20.txt:9384
 V5.20.txt:9385
 V5.20.txt:9386
 V5.20.txt:9387
 V5.20.txt:9388
 V5.20.txt:9389
 V5.20.txt:9390
 V5.20.txt:9391
 V5.20.txt:9392
 V5.20.txt:9393
 V5.20.txt:9394
 V5.20.txt:9395
 V5.20.txt:9396
 V5.20.txt:9397
 V5.20.txt:9398
 V5.20.txt:9399
 V5.20.txt:9400
 V5.20.txt:9401
 V5.20.txt:9402
 V5.20.txt:9403
 V5.20.txt:9404
 V5.20.txt:9405
 V5.20.txt:9406
 V5.20.txt:9407
 V5.20.txt:9408
 V5.20.txt:9409
 V5.20.txt:9410
 V5.20.txt:9411
 V5.20.txt:9412
 V5.20.txt:9413
 V5.20.txt:9414
 V5.20.txt:9415
 V5.20.txt:9416
 V5.20.txt:9417
 V5.20.txt:9418
 V5.20.txt:9419
 V5.20.txt:9420
 V5.20.txt:9421
 V5.20.txt:9422
 V5.20.txt:9423
 V5.20.txt:9424
 V5.20.txt:9425
 V5.20.txt:9426
 V5.20.txt:9427
 V5.20.txt:9428
 V5.20.txt:9429
 V5.20.txt:9430
 V5.20.txt:9431
 V5.20.txt:9432
 V5.20.txt:9433
 V5.20.txt:9434
 V5.20.txt:9435
 V5.20.txt:9436
 V5.20.txt:9437
 V5.20.txt:9438
 V5.20.txt:9439
 V5.20.txt:9440
 V5.20.txt:9441
 V5.20.txt:9442
 V5.20.txt:9443
 V5.20.txt:9444
 V5.20.txt:9445
 V5.20.txt:9446
 V5.20.txt:9447
 V5.20.txt:9448
 V5.20.txt:9449
 V5.20.txt:9450
 V5.20.txt:9451
 V5.20.txt:9452
 V5.20.txt:9453
 V5.20.txt:9454
 V5.20.txt:9455
 V5.20.txt:9456
 V5.20.txt:9457
 V5.20.txt:9458
 V5.20.txt:9459
 V5.20.txt:9460
 V5.20.txt:9461
 V5.20.txt:9462
 V5.20.txt:9463
 V5.20.txt:9464
 V5.20.txt:9465
 V5.20.txt:9466
 V5.20.txt:9467
 V5.20.txt:9468
 V5.20.txt:9469
 V5.20.txt:9470
 V5.20.txt:9471
 V5.20.txt:9472
 V5.20.txt:9473
 V5.20.txt:9474
 V5.20.txt:9475
 V5.20.txt:9476
 V5.20.txt:9477
 V5.20.txt:9478
 V5.20.txt:9479
 V5.20.txt:9480
 V5.20.txt:9481
 V5.20.txt:9482
 V5.20.txt:9483
 V5.20.txt:9484
 V5.20.txt:9485
 V5.20.txt:9486
 V5.20.txt:9487
 V5.20.txt:9488
 V5.20.txt:9489
 V5.20.txt:9490
 V5.20.txt:9491
 V5.20.txt:9492
 V5.20.txt:9493
 V5.20.txt:9494
 V5.20.txt:9495
 V5.20.txt:9496
 V5.20.txt:9497
 V5.20.txt:9498
 V5.20.txt:9499
 V5.20.txt:9500
 V5.20.txt:9501
 V5.20.txt:9502
 V5.20.txt:9503
 V5.20.txt:9504
 V5.20.txt:9505
 V5.20.txt:9506
 V5.20.txt:9507
 V5.20.txt:9508
 V5.20.txt:9509
 V5.20.txt:9510
 V5.20.txt:9511
 V5.20.txt:9512
 V5.20.txt:9513
 V5.20.txt:9514
 V5.20.txt:9515
 V5.20.txt:9516
 V5.20.txt:9517
 V5.20.txt:9518
 V5.20.txt:9519
 V5.20.txt:9520
 V5.20.txt:9521
 V5.20.txt:9522
 V5.20.txt:9523
 V5.20.txt:9524
 V5.20.txt:9525
 V5.20.txt:9526
 V5.20.txt:9527
 V5.20.txt:9528
 V5.20.txt:9529
 V5.20.txt:9530
 V5.20.txt:9531
 V5.20.txt:9532
 V5.20.txt:9533
 V5.20.txt:9534
 V5.20.txt:9535
 V5.20.txt:9536
 V5.20.txt:9537
 V5.20.txt:9538
 V5.20.txt:9539
 V5.20.txt:9540
 V5.20.txt:9541
 V5.20.txt:9542
 V5.20.txt:9543
 V5.20.txt:9544
 V5.20.txt:9545
 V5.20.txt:9546
 V5.20.txt:9547
 V5.20.txt:9548
 V5.20.txt:9549
 V5.20.txt:9550
 V5.20.txt:9551
 V5.20.txt:9552
 V5.20.txt:9553
 V5.20.txt:9554
 V5.20.txt:9555
 V5.20.txt:9556
 V5.20.txt:9557
 V5.20.txt:9558
 V5.20.txt:9559
 V5.20.txt:9560
 V5.20.txt:9561
 V5.20.txt:9562
 V5.20.txt:9563
 V5.20.txt:9564
 V5.20.txt:9565
 V5.20.txt:9566
 V5.20.txt:9567
 V5.20.txt:9568
 V5.20.txt:9569
 V5.20.txt:9570
 V5.20.txt:9571
 V5.20.txt:9572
 V5.20.txt:9573
 V5.20.txt:9574
 V5.20.txt:9575
 V5.20.txt:9576
 V5.20.txt:9577
 V5.20.txt:9578
 V5.20.txt:9579
 V5.20.txt:9580
 V5.20.txt:9581
 V5.20.txt:9582
 V5.20.txt:9583
 V5.20.txt:9584
 V5.20.txt:9585
 V5.20.txt:9586
 V5.20.txt:9587
 V5.20.txt:9588
 V5.20.txt:9589
 V5.20.txt:9590
 V5.20.txt:9591
 V5.20.txt:9592
 V5.20.txt:9593
 V5.20.txt:9594
 V5.20.txt:9595
 V5.20.txt:9596
 V5.20.txt:9597
 V5.20.txt:9598
 V5.20.txt:9599
 V5.20.txt:9600
 V5.20.txt:9601
 V5.20.txt:9602
 V5.20.txt:9603
 V5.20.txt:9604
 V5.20.txt:9605
 V5.20.txt:9606
 V5.20.txt:9607
 V5.20.txt:9608
 V5.20.txt:9609
 V5.20.txt:9610
 V5.20.txt:9611
 V5.20.txt:9612
 V5.20.txt:9613
 V5.20.txt:9614
 V5.20.txt:9615
 V5.20.txt:9616
 V5.20.txt:9617
 V5.20.txt:9618
 V5.20.txt:9619
 V5.20.txt:9620
 V5.20.txt:9621
 V5.20.txt:9622
 V5.20.txt:9623
 V5.20.txt:9624
 V5.20.txt:9625
 V5.20.txt:9626
 V5.20.txt:9627
 V5.20.txt:9628
 V5.20.txt:9629
 V5.20.txt:9630
 V5.20.txt:9631
 V5.20.txt:9632
 V5.20.txt:9633
 V5.20.txt:9634
 V5.20.txt:9635
 V5.20.txt:9636
 V5.20.txt:9637
 V5.20.txt:9638
 V5.20.txt:9639
 V5.20.txt:9640
 V5.20.txt:9641
 V5.20.txt:9642
 V5.20.txt:9643
 V5.20.txt:9644
 V5.20.txt:9645
 V5.20.txt:9646
 V5.20.txt:9647
 V5.20.txt:9648
 V5.20.txt:9649
 V5.20.txt:9650
 V5.20.txt:9651
 V5.20.txt:9652
 V5.20.txt:9653
 V5.20.txt:9654
 V5.20.txt:9655
 V5.20.txt:9656
 V5.20.txt:9657
 V5.20.txt:9658
 V5.20.txt:9659
 V5.20.txt:9660
 V5.20.txt:9661
 V5.20.txt:9662
 V5.20.txt:9663
 V5.20.txt:9664
 V5.20.txt:9665
 V5.20.txt:9666
 V5.20.txt:9667
 V5.20.txt:9668
 V5.20.txt:9669
 V5.20.txt:9670
 V5.20.txt:9671
 V5.20.txt:9672
 V5.20.txt:9673
 V5.20.txt:9674
 V5.20.txt:9675
 V5.20.txt:9676
 V5.20.txt:9677
 V5.20.txt:9678
 V5.20.txt:9679
 V5.20.txt:9680
 V5.20.txt:9681
 V5.20.txt:9682
 V5.20.txt:9683
 V5.20.txt:9684
 V5.20.txt:9685
 V5.20.txt:9686
 V5.20.txt:9687
 V5.20.txt:9688
 V5.20.txt:9689
 V5.20.txt:9690
 V5.20.txt:9691
 V5.20.txt:9692
 V5.20.txt:9693
 V5.20.txt:9694
 V5.20.txt:9695
 V5.20.txt:9696
 V5.20.txt:9697
 V5.20.txt:9698
 V5.20.txt:9699
 V5.20.txt:9700
 V5.20.txt:9701
 V5.20.txt:9702
 V5.20.txt:9703
 V5.20.txt:9704
 V5.20.txt:9705
 V5.20.txt:9706
 V5.20.txt:9707
 V5.20.txt:9708
 V5.20.txt:9709
 V5.20.txt:9710
 V5.20.txt:9711
 V5.20.txt:9712
 V5.20.txt:9713
 V5.20.txt:9714
 V5.20.txt:9715
 V5.20.txt:9716
 V5.20.txt:9717
 V5.20.txt:9718
 V5.20.txt:9719
 V5.20.txt:9720
 V5.20.txt:9721
 V5.20.txt:9722
 V5.20.txt:9723
 V5.20.txt:9724
 V5.20.txt:9725
 V5.20.txt:9726
 V5.20.txt:9727
 V5.20.txt:9728
 V5.20.txt:9729
 V5.20.txt:9730
 V5.20.txt:9731
 V5.20.txt:9732
 V5.20.txt:9733
 V5.20.txt:9734
 V5.20.txt:9735
 V5.20.txt:9736
 V5.20.txt:9737
 V5.20.txt:9738
 V5.20.txt:9739
 V5.20.txt:9740
 V5.20.txt:9741
 V5.20.txt:9742
 V5.20.txt:9743
 V5.20.txt:9744
 V5.20.txt:9745
 V5.20.txt:9746
 V5.20.txt:9747
 V5.20.txt:9748
 V5.20.txt:9749
 V5.20.txt:9750
 V5.20.txt:9751
 V5.20.txt:9752
 V5.20.txt:9753
 V5.20.txt:9754
 V5.20.txt:9755
 V5.20.txt:9756
 V5.20.txt:9757
 V5.20.txt:9758
 V5.20.txt:9759
 V5.20.txt:9760
 V5.20.txt:9761
 V5.20.txt:9762
 V5.20.txt:9763
 V5.20.txt:9764
 V5.20.txt:9765
 V5.20.txt:9766
 V5.20.txt:9767
 V5.20.txt:9768
 V5.20.txt:9769
 V5.20.txt:9770
 V5.20.txt:9771
 V5.20.txt:9772
 V5.20.txt:9773
 V5.20.txt:9774
 V5.20.txt:9775
 V5.20.txt:9776
 V5.20.txt:9777
 V5.20.txt:9778
 V5.20.txt:9779
 V5.20.txt:9780
 V5.20.txt:9781
 V5.20.txt:9782
 V5.20.txt:9783
 V5.20.txt:9784
 V5.20.txt:9785
 V5.20.txt:9786
 V5.20.txt:9787
 V5.20.txt:9788
 V5.20.txt:9789
 V5.20.txt:9790
 V5.20.txt:9791
 V5.20.txt:9792
 V5.20.txt:9793
 V5.20.txt:9794
 V5.20.txt:9795
 V5.20.txt:9796
 V5.20.txt:9797
 V5.20.txt:9798
 V5.20.txt:9799
 V5.20.txt:9800
 V5.20.txt:9801
 V5.20.txt:9802
 V5.20.txt:9803
 V5.20.txt:9804
 V5.20.txt:9805
 V5.20.txt:9806
 V5.20.txt:9807
 V5.20.txt:9808
 V5.20.txt:9809
 V5.20.txt:9810
 V5.20.txt:9811
 V5.20.txt:9812
 V5.20.txt:9813
 V5.20.txt:9814
 V5.20.txt:9815
 V5.20.txt:9816
 V5.20.txt:9817
 V5.20.txt:9818
 V5.20.txt:9819
 V5.20.txt:9820
 V5.20.txt:9821
 V5.20.txt:9822
 V5.20.txt:9823
 V5.20.txt:9824
 V5.20.txt:9825
 V5.20.txt:9826
 V5.20.txt:9827
 V5.20.txt:9828
 V5.20.txt:9829
 V5.20.txt:9830
 V5.20.txt:9831
 V5.20.txt:9832
 V5.20.txt:9833
 V5.20.txt:9834
 V5.20.txt:9835
 V5.20.txt:9836
 V5.20.txt:9837
 V5.20.txt:9838
 V5.20.txt:9839
 V5.20.txt:9840
 V5.20.txt:9841
 V5.20.txt:9842
 V5.20.txt:9843
 V5.20.txt:9844
 V5.20.txt:9845
 V5.20.txt:9846
 V5.20.txt:9847
 V5.20.txt:9848
 V5.20.txt:9849
 V5.20.txt:9850
 V5.20.txt:9851
 V5.20.txt:9852
 V5.20.txt:9853
 V5.20.txt:9854
 V5.20.txt:9855
 V5.20.txt:9856
 V5.20.txt:9857
 V5.20.txt:9858
 V5.20.txt:9859
 V5.20.txt:9860
 V5.20.txt:9861
 V5.20.txt:9862
 V5.20.txt:9863
 V5.20.txt:9864
 V5.20.txt:9865
 V5.20.txt:9866
 V5.20.txt:9867
 V5.20.txt:9868
 V5.20.txt:9869
 V5.20.txt:9870
 V5.20.txt:9871
 V5.20.txt:9872
 V5.20.txt:9873
 V5.20.txt:9874
 V5.20.txt:9875
 V5.20.txt:9876
 V5.20.txt:9877
 V5.20.txt:9878
 V5.20.txt:9879
 V5.20.txt:9880
 V5.20.txt:9881
 V5.20.txt:9882
 V5.20.txt:9883
 V5.20.txt:9884
 V5.20.txt:9885
 V5.20.txt:9886
 V5.20.txt:9887
 V5.20.txt:9888
 V5.20.txt:9889
 V5.20.txt:9890
 V5.20.txt:9891
 V5.20.txt:9892
 V5.20.txt:9893
 V5.20.txt:9894
 V5.20.txt:9895
 V5.20.txt:9896
 V5.20.txt:9897
 V5.20.txt:9898
 V5.20.txt:9899
 V5.20.txt:9900
 V5.20.txt:9901
 V5.20.txt:9902
 V5.20.txt:9903
 V5.20.txt:9904
 V5.20.txt:9905
 V5.20.txt:9906
 V5.20.txt:9907
 V5.20.txt:9908
 V5.20.txt:9909
 V5.20.txt:9910
 V5.20.txt:9911
 V5.20.txt:9912
 V5.20.txt:9913
 V5.20.txt:9914
 V5.20.txt:9915
 V5.20.txt:9916
 V5.20.txt:9917
 V5.20.txt:9918
 V5.20.txt:9919
 V5.20.txt:9920
 V5.20.txt:9921
 V5.20.txt:9922
 V5.20.txt:9923
 V5.20.txt:9924
 V5.20.txt:9925
 V5.20.txt:9926
 V5.20.txt:9927
 V5.20.txt:9928
 V5.20.txt:9929
 V5.20.txt:9930
 V5.20.txt:9931
 V5.20.txt:9932
 V5.20.txt:9933
 V5.20.txt:9934
 V5.20.txt:9935
 V5.20.txt:9936
 V5.20.txt:9937
 V5.20.txt:9938
 V5.20.txt:9939
 V5.20.txt:9940
 V5.20.txt:9941
 V5.20.txt:9942
 V5.20.txt:9943
 V5.20.txt:9944
 V5.20.txt:9945
 V5.20.txt:9946
 V5.20.txt:9947
 V5.20.txt:9948
 V5.20.txt:9949
 V5.20.txt:9950
 V5.20.txt:9951
 V5.20.txt:9952
 V5.20.txt:9953
 V5.20.txt:9954
 V5.20.txt:9955
 V5.20.txt:9956
 V5.20.txt:9957
 V5.20.txt:9958
 V5.20.txt:9959
 V5.20.txt:9960
 V5.20.txt:9961
 V5.20.txt:9962
 V5.20.txt:9963
 V5.20.txt:9964
 V5.20.txt:9965
 V5.20.txt:9966
 V5.20.txt:9967
 V5.20.txt:9968
 V5.20.txt:9969
 V5.20.txt:9970
 V5.20.txt:9971
 V5.20.txt:9972
 V5.20.txt:9973
 V5.20.txt:9974
 V5.20.txt:9975
 V5.20.txt:9976
 V5.20.txt:9977
 V5.20.txt:9978
 V5.20.txt:9979
 V5.20.txt:9980
 V5.20.txt:9981
 V5.20.txt:9982
 V5.20.txt:9983
 V5.20.txt:9984
 V5.20.txt:9985
 V5.20.txt:9986
 V5.20.txt:9987
 V5.20.txt:9988
 V5.20.txt:9989
 V5.20.txt:9990
 V5.20.txt:9991
 V5.20.txt:9992
 V5.20.txt:9993
 V5.20.txt:9994
 V5.20.txt:9995
 V5.20.txt:9996
 V5.20.txt:9997
 V5.20.txt:9998
 V5.20.txt:9999
 V5.20.txt:10000
 V5.20.txt:10001
 V5.20.txt:10002
 V5.20.txt:10003
 V5.20.txt:10004
 V5.20.txt:10005
 V5.20.txt:10006
 V5.20.txt:10007
 V5.20.txt:10008
 V5.20.txt:10009
 V5.20.txt:10010
 V5.20.txt:10011
 V5.20.txt:10012
 V5.20.txt:10013
 V5.20.txt:10014
 V5.20.txt:10015
 V5.20.txt:10016
 V5.20.txt:10017
 V5.20.txt:10018
 V5.20.txt:10019
 V5.20.txt:10020
 V5.20.txt:10021
 V5.20.txt:10022
 V5.20.txt:10023
 V5.20.txt:10024
 V5.20.txt:10025
 V5.20.txt:10026
 V5.20.txt:10027
 V5.20.txt:10028
 V5.20.txt:10029
 V5.20.txt:10030
 V5.20.txt:10031
 V5.20.txt:10032
 V5.20.txt:10033
 V5.20.txt:10034
 V5.20.txt:10035
 V5.20.txt:10036
 V5.20.txt:10037
 V5.20.txt:10038
 V5.20.txt:10039
 V5.20.txt:10040
 V5.20.txt:10041
 V5.20.txt:10042
 V5.20.txt:10043
 V5.20.txt:10044
 V5.20.txt:10045
 V5.20.txt:10046
 V5.20.txt:10047
 V5.20.txt:10048
 V5.20.txt:10049
 V5.20.txt:10050
 V5.20.txt:10051
 V5.20.txt:10052
 V5.20.txt:10053
 V5.20.txt:10054
 V5.20.txt:10055
 V5.20.txt:10056
 V5.20.txt:10057
 V5.20.txt:10058
 V5.20.txt:10059
 V5.20.txt:10060
 V5.20.txt:10061
 V5.20.txt:10062
 V5.20.txt:10063
 V5.20.txt:10064
 V5.20.txt:10065
 V5.20.txt:10066
 V5.20.txt:10067
 V5.20.txt:10068
 V5.20.txt:10069
 V5.20.txt:10070
 V5.20.txt:10071
 V5.20.txt:10072
 V5.20.txt:10073
 V5.20.txt:10074
 V5.20.txt:10075
 V5.20.txt:10076
 V5.20.txt:10077
 V5.20.txt:10078
 V5.20.txt:10079
 V5.20.txt:10080
 V5.20.txt:10081
 V5.20.txt:10082
 V5.20.txt:10083
 V5.20.txt:10084
 V5.20.txt:10085
 V5.20.txt:10086
 V5.20.txt:10087
 V5.20.txt:10088
 V5.20.txt:10089
 V5.20.txt:10090
 V5.20.txt:10091
 V5.20.txt:10092
 V5.20.txt:10093
 V5.20.txt:10094
 V5.20.txt:10095
 V5.20.txt:10096
 V5.20.txt:10097
 V5.20.txt:10098
 V5.20.txt:10099
 V5.20.txt:10100
 V5.20.txt:10101
 V5.20.txt:10102
 V5.20.txt:10103
 V5.20.txt:10104
 V5.20.txt:10105
 V5.20.txt:10106
 V5.20.txt:10107
 V5.20.txt:10108
 V5.20.txt:10109
 V5.20.txt:10110
 V5.20.txt:10111
 V5.20.txt:10112
 V5.20.txt:10113
 V5.20.txt:10114
 V5.20.txt:10115
 V5.20.txt:10116
 V5.20.txt:10117
 V5.20.txt:10118
 V5.20.txt:10119
 V5.20.txt:10120
 V5.20.txt:10121
 V5.20.txt:10122
 V5.20.txt:10123
 V5.20.txt:10124
 V5.20.txt:10125
 V5.20.txt:10126
 V5.20.txt:10127
 V5.20.txt:10128
 V5.20.txt:10129
 V5.20.txt:10130
 V5.20.txt:10131
 V5.20.txt:10132
 V5.20.txt:10133
 V5.20.txt:10134
 V5.20.txt:10135
 V5.20.txt:10136
 V5.20.txt:10137
 V5.20.txt:10138
 V5.20.txt:10139
 V5.20.txt:10140
 V5.20.txt:10141
 V5.20.txt:10142
 V5.20.txt:10143
 V5.20.txt:10144
 V5.20.txt:10145
 V5.20.txt:10146
 V5.20.txt:10147
 V5.20.txt:10148
 V5.20.txt:10149
 V5.20.txt:10150
 V5.20.txt:10151
 V5.20.txt:10152
 V5.20.txt:10153
 V5.20.txt:10154
 V5.20.txt:10155
 V5.20.txt:10156
 V5.20.txt:10157
 V5.20.txt:10158
 V5.20.txt:10159
 V5.20.txt:10160
 V5.20.txt:10161
 V5.20.txt:10162
 V5.20.txt:10163
 V5.20.txt:10164
 V5.20.txt:10165
 V5.20.txt:10166
 V5.20.txt:10167
 V5.20.txt:10168
 V5.20.txt:10169
 V5.20.txt:10170
 V5.20.txt:10171
 V5.20.txt:10172
 V5.20.txt:10173
 V5.20.txt:10174
 V5.20.txt:10175
 V5.20.txt:10176
 V5.20.txt:10177
 V5.20.txt:10178
 V5.20.txt:10179
 V5.20.txt:10180
 V5.20.txt:10181
 V5.20.txt:10182
 V5.20.txt:10183
 V5.20.txt:10184
 V5.20.txt:10185
 V5.20.txt:10186
 V5.20.txt:10187
 V5.20.txt:10188
 V5.20.txt:10189
 V5.20.txt:10190
 V5.20.txt:10191
 V5.20.txt:10192
 V5.20.txt:10193
 V5.20.txt:10194
 V5.20.txt:10195
 V5.20.txt:10196
 V5.20.txt:10197
 V5.20.txt:10198
 V5.20.txt:10199
 V5.20.txt:10200
 V5.20.txt:10201
 V5.20.txt:10202
 V5.20.txt:10203
 V5.20.txt:10204
 V5.20.txt:10205
 V5.20.txt:10206
 V5.20.txt:10207
 V5.20.txt:10208
 V5.20.txt:10209
 V5.20.txt:10210
 V5.20.txt:10211
 V5.20.txt:10212
 V5.20.txt:10213
 V5.20.txt:10214
 V5.20.txt:10215
 V5.20.txt:10216
 V5.20.txt:10217
 V5.20.txt:10218
 V5.20.txt:10219
 V5.20.txt:10220
 V5.20.txt:10221
 V5.20.txt:10222
 V5.20.txt:10223
 V5.20.txt:10224
 V5.20.txt:10225
 V5.20.txt:10226
 V5.20.txt:10227
 V5.20.txt:10228
 V5.20.txt:10229
 V5.20.txt:10230
 V5.20.txt:10231
 V5.20.txt:10232
 V5.20.txt:10233
 V5.20.txt:10234
 V5.20.txt:10235
 V5.20.txt:10236
 V5.20.txt:10237
 V5.20.txt:10238
 V5.20.txt:10239
 V5.20.txt:10240
 V5.20.txt:10241
 V5.20.txt:10242
 V5.20.txt:10243
 V5.20.txt:10244
 V5.20.txt:10245
 V5.20.txt:10246
 V5.20.txt:10247
 V5.20.txt:10248
 V5.20.txt:10249
 V5.20.txt:10250
 V5.20.txt:10251
 V5.20.txt:10252
 V5.20.txt:10253
 V5.20.txt:10254
 V5.20.txt:10255
 V5.20.txt:10256
 V5.20.txt:10257
 V5.20.txt:10258
 V5.20.txt:10259
 V5.20.txt:10260
 V5.20.txt:10261
 V5.20.txt:10262
 V5.20.txt:10263
 V5.20.txt:10264
 V5.20.txt:10265
 V5.20.txt:10266
 V5.20.txt:10267
 V5.20.txt:10268
 V5.20.txt:10269
 V5.20.txt:10270
 V5.20.txt:10271
 V5.20.txt:10272
 V5.20.txt:10273
 V5.20.txt:10274
 V5.20.txt:10275
 V5.20.txt:10276
 V5.20.txt:10277
 V5.20.txt:10278
 V5.20.txt:10279
 V5.20.txt:10280
 V5.20.txt:10281
 V5.20.txt:10282
 V5.20.txt:10283
 V5.20.txt:10284
 V5.20.txt:10285
 V5.20.txt:10286
 V5.20.txt:10287
 V5.20.txt:10288
 V5.20.txt:10289
 V5.20.txt:10290
 V5.20.txt:10291
 V5.20.txt:10292
 V5.20.txt:10293
 V5.20.txt:10294
 V5.20.txt:10295
 V5.20.txt:10296
 V5.20.txt:10297
 V5.20.txt:10298
 V5.20.txt:10299
 V5.20.txt:10300
 V5.20.txt:10301
 V5.20.txt:10302
 V5.20.txt:10303
 V5.20.txt:10304
 V5.20.txt:10305
 V5.20.txt:10306
 V5.20.txt:10307
 V5.20.txt:10308
 V5.20.txt:10309
 V5.20.txt:10310
 V5.20.txt:10311
 V5.20.txt:10312
 V5.20.txt:10313
 V5.20.txt:10314
 V5.20.txt:10315
 V5.20.txt:10316
 V5.20.txt:10317
 V5.20.txt:10318
 V5.20.txt:10319
 V5.20.txt:10320
 V5.20.txt:10321
 V5.20.txt:10322
 V5.20.txt:10323
 V5.20.txt:10324
 V5.20.txt:10325
 V5.20.txt:10326
 V5.20.txt:10327
 V5.20.txt:10328
 V5.20.txt:10329
 V5.20.txt:10330
 V5.20.txt:10331
 V5.20.txt:10332
 V5.20.txt:10333
 V5.20.txt:10334
 V5.20.txt:10335
 V5.20.txt:10336
 V5.20.txt:10337
 V5.20.txt:10338
 V5.20.txt:10339
 V5.20.txt:10340
 V5.20.txt:10341
 V5.20.txt:10342
 V5.20.txt:10343
 V5.20.txt:10344
 V5.20.txt:10345
 V5.20.txt:10346
 V5.20.txt:10347
 V5.20.txt:10348
 V5.20.txt:10349
 V5.20.txt:10350
 V5.20.txt:10351
 V5.20.txt:10352
 V5.20.txt:10353
 V5.20.txt:10354
 V5.20.txt:10355
 V5.20.txt:10356
 V5.20.txt:10357
 V5.20.txt:10358
 V5.20.txt:10359
 V5.20.txt:10360
 V5.20.txt:10361
 V5.20.txt:10362
 V5.20.txt:10363
 V5.20.txt:10364
 V5.20.txt:10365
 V5.20.txt:10366
 V5.20.txt:10367
 V5.20.txt:10368
 V5.20.txt:10369
 V5.20.txt:10370
 V5.20.txt:10371
 V5.20.txt:10372
 V5.20.txt:10373
 V5.20.txt:10374
 V5.20.txt:10375
 V5.20.txt:10376
 V5.20.txt:10377
 V5.20.txt:10378
 V5.20.txt:10379
 V5.20.txt:10380
 V5.20.txt:10381
 V5.20.txt:10382
 V5.20.txt:10383
 V5.20.txt:10384
 V5.20.txt:10385
 V5.20.txt:10386
 V5.20.txt:10387
 V5.20.txt:10388
 V5.20.txt:10389
 V5.20.txt:10390
 V5.20.txt:10391
 V5.20.txt:10392
 V5.20.txt:10393
 V5.20.txt:10394
 V5.20.txt:10395
 V5.20.txt:10396
 V5.20.txt:10397
 V5.20.txt:10398
 V5.20.txt:10399
 V5.20.txt:10400
 V5.20.txt:10401
 V5.20.txt:10402
 V5.20.txt:10403
 V5.20.txt:10404
 V5.20.txt:10405
 V5.20.txt:10406
 V5.20.txt:10407
 V5.20.txt:10408
 V5.20.txt:10409
 V5.20.txt:10410
 V5.20.txt:10411
 V5.20.txt:10412
 V5.20.txt:10413
 V5.20.txt:10414
 V5.20.txt:10415
 V5.20.txt:10416
 V5.20.txt:10417
 V5.20.txt:10418
 V5.20.txt:10419
 V5.20.txt:10420
 V5.20.txt:10421
 V5.20.txt:10422
 V5.20.txt:10423
 V5.20.txt:10424
 V5.20.txt:10425
 V5.20.txt:10426
 V5.20.txt:10427
 V5.20.txt:10428
 V5.20.txt:10429
 V5.20.txt:10430
 V5.20.txt:10431
 V5.20.txt:10432
 V5.20.txt:10433
 V5.20.txt:10434
 V5.20.txt:10435
 V5.20.txt:10436
 V5.20.txt:10437
 V5.20.txt:10438
 V5.20.txt:10439
 V5.20.txt:10440
 V5.20.txt:10441
 V5.20.txt:10442
 V5.20.txt:10443
 V5.20.txt:10444
 V5.20.txt:10445
 V5.20.txt:10446
 V5.20.txt:10447
 V5.20.txt:10448
 V5.20.txt:10449
 V5.20.txt:10450
 V5.20.txt:10451
 V5.20.txt:10452
 V5.20.txt:10453
 V5.20.txt:10454
 V5.20.txt:10455
 V5.20.txt:10456
 V5.20.txt:10457
 V5.20.txt:10458
 V5.20.txt:10459
 V5.20.txt:10460
 V5.20.txt:10461
 V5.20.txt:10462
 V5.20.txt:10463
 V5.20.txt:10464
 V5.20.txt:10465
 V5.20.txt:10466
 V5.20.txt:10467
 V5.20.txt:10468
 V5.20.txt:10469
 V5.20.txt:10470
 V5.20.txt:10471
 V5.20.txt:10472
 V5.20.txt:10473
 V5.20.txt:10474
 V5.20.txt:10475
 V5.20.txt:10476
 V5.20.txt:10477
 V5.20.txt:10478
 V5.20.txt:10479
 V5.20.txt:10480
 V5.20.txt:10481
 V5.20.txt:10482
 V5.20.txt:10483
 V5.20.txt:10484
 V5.20.txt:10485
 V5.20.txt:10486
 V5.20.txt:10487
 V5.20.txt:10488
 V5.20.txt:10489
 V5.20.txt:10490
 V5.20.txt:10491
 V5.20.txt:10492
 V5.20.txt:10493
 V5.20.txt:10494
 V5.20.txt:10495
 V5.20.txt:10496
 V5.20.txt:10497
 V5.20.txt:10498
 V5.20.txt:10499
 V5.20.txt:10500
 V5.20.txt:10501
 V5.20.txt:10502
 V5.20.txt:10503
 V5.20.txt:10504
 V5.20.txt:10505
 V5.20.txt:10506
 V5.20.txt:10507
 V5.20.txt:10508
 V5.20.txt:10509
 V5.20.txt:10510
 V5.20.txt:10511
 V5.20.txt:10512
 V5.20.txt:10513
 V5.20.txt:10514
 V5.20.txt:10515
 V5.20.txt:10516
 V5.20.txt:10517
 V5.20.txt:10518
 V5.20.txt:10519
 V5.20.txt:10520
 V5.20.txt:10521
 V5.20.txt:10522
 V5.20.txt:10523
 V5.20.txt:10524
 V5.20.txt:10525
 V5.20.txt:10526
 V5.20.txt:10527
 V5.20.txt:10528
 V5.20.txt:10529
 V5.20.txt:10530
 V5.20.txt:10531
 V5.20.txt:10532
 V5.20.txt:10533
 V5.20.txt:10534
 V5.20.txt:10535
 V5.20.txt:10536
 V5.20.txt:10537
 V5.20.txt:10538
 V5.20.txt:10539
 V5.20.txt:10540
 V5.20.txt:10541
 V5.20.txt:10542
 V5.20.txt:10543
 V5.20.txt:10544
 V5.20.txt:10545
 V5.20.txt:10546
 V5.20.txt:10547
 V5.20.txt:10548
 V5.20.txt:10549
 V5.20.txt:10550
 V5.20.txt:10551
 V5.20.txt:10552
 V5.20.txt:10553
 V5.20.txt:10554
 V5.20.txt:10555
 V5.20.txt:10556
 V5.20.txt:10557
 V5.20.txt:10558
 V5.20.txt:10559
 V5.20.txt:10560
 V5.20.txt:10561
 V5.20.txt:10562
 V5.20.txt:10563
 V5.20.txt:10564
 V5.20.txt:10565
 V5.20.txt:10566
 V5.20.txt:10567
 V5.20.txt:10568
 V5.20.txt:10569
 V5.20.txt:10570
 V5.20.txt:10571
 V5.20.txt:10572
 V5.20.txt:10573
 V5.20.txt:10574
 V5.20.txt:10575
 V5.20.txt:10576
 V5.20.txt:10577
 V5.20.txt:10578
 V5.20.txt:10579
 V5.20.txt:10580
 V5.20.txt:10581
 V5.20.txt:10582
 V5.20.txt:10583
 V5.20.txt:10584
 V5.20.txt:10585
 V5.20.txt:10586
 V5.20.txt:10587
 V5.20.txt:10588
 V5.20.txt:10589
 V5.20.txt:10590
 V5.20.txt:10591
 V5.20.txt:10592
 V5.20.txt:10593
 V5.20.txt:10594
 V5.20.txt:10595
 V5.20.txt:10596
 V5.20.txt:10597
 V5.20.txt:10598
 V5.20.txt:10599
 V5.20.txt:10600
 V5.20.txt:10601
 V5.20.txt:10602
 V5.20.txt:10603
 V5.20.txt:10604
 V5.20.txt:10605
 V5.20.txt:10606
 V5.20.txt:10607
 V5.20.txt:10608
 V5.20.txt:10609
 V5.20.txt:10610
 V5.20.txt:10611
 V5.20.txt:10612
 V5.20.txt:10613
 V5.20.txt:10614
 V5.20.txt:10615
 V5.20.txt:10616
 V5.20.txt:10617
 V5.20.txt:10618
 V5.20.txt:10619
 V5.20.txt:10620
 V5.20.txt:10621
 V5.20.txt:10622
 V5.20.txt:10623
 V5.20.txt:10624
 V5.20.txt:10625
 V5.20.txt:10626
 V5.20.txt:10627
 V5.20.txt:10628
 V5.20.txt:10629
 V5.20.txt:10630
 V5.20.txt:10631
 V5.20.txt:10632
 V5.20.txt:10633
 V5.20.txt:10634
 V5.20.txt:10635
 V5.20.txt:10636
 V5.20.txt:10637
 V5.20.txt:10638
 V5.20.txt:10639
 V5.20.txt:10640
 V5.20.txt:10641
 V5.20.txt:10642
 V5.20.txt:10643
 V5.20.txt:10644
 V5.20.txt:10645
 V5.20.txt:10646
 V5.20.txt:10647
 V5.20.txt:10648
 V5.20.txt:10649
 V5.20.txt:10650
 V5.20.txt:10651
 V5.20.txt:10652
 V5.20.txt:10653
 V5.20.txt:10654
 V5.20.txt:10655
 V5.20.txt:10656
 V5.20.txt:10657
 V5.20.txt:10658
 V5.20.txt:10659
 V5.20.txt:10660
 V5.20.txt:10661
 V5.20.txt:10662
 V5.20.txt:10663
 V5.20.txt:10664
 V5.20.txt:10665
 V5.20.txt:10666
 V5.20.txt:10667
 V5.20.txt:10668
 V5.20.txt:10669
 V5.20.txt:10670
 V5.20.txt:10671
 V5.20.txt:10672
 V5.20.txt:10673
 V5.20.txt:10674
 V5.20.txt:10675
 V5.20.txt:10676
 V5.20.txt:10677
 V5.20.txt:10678
 V5.20.txt:10679
 V5.20.txt:10680
 V5.20.txt:10681
 V5.20.txt:10682
 V5.20.txt:10683
 V5.20.txt:10684
 V5.20.txt:10685
 V5.20.txt:10686
 V5.20.txt:10687
 V5.20.txt:10688
 V5.20.txt:10689
 V5.20.txt:10690
 V5.20.txt:10691
 V5.20.txt:10692
 V5.20.txt:10693
 V5.20.txt:10694
 V5.20.txt:10695
 V5.20.txt:10696
 V5.20.txt:10697
 V5.20.txt:10698
 V5.20.txt:10699
 V5.20.txt:10700
 V5.20.txt:10701
 V5.20.txt:10702
 V5.20.txt:10703
 V5.20.txt:10704
 V5.20.txt:10705
 V5.20.txt:10706
 V5.20.txt:10707
 V5.20.txt:10708
 V5.20.txt:10709
 V5.20.txt:10710
 V5.20.txt:10711
 V5.20.txt:10712
 V5.20.txt:10713
 V5.20.txt:10714
 V5.20.txt:10715
 V5.20.txt:10716
 V5.20.txt:10717
 V5.20.txt:10718
 V5.20.txt:10719
 V5.20.txt:10720
 V5.20.txt:10721
 V5.20.txt:10722
 V5.20.txt:10723
 V5.20.txt:10724
 V5.20.txt:10725
 V5.20.txt:10726
 V5.20.txt:10727
 V5.20.txt:10728
 V5.20.txt:10729
 V5.20.txt:10730
 V5.20.txt:10731
 V5.20.txt:10732
 V5.20.txt:10733
 V5.20.txt:10734
 V5.20.txt:10735
 V5.20.txt:10736
 V5.20.txt:10737
 V5.20.txt:10738
 V5.20.txt:10739
 V5.20.txt:10740
 V5.20.txt:10741
 V5.20.txt:10742
 V5.20.txt:10743
 V5.20.txt:10744
 V5.20.txt:10745
 V5.20.txt:10746
 V5.20.txt:10747
 V5.20.txt:10748
 V5.20.txt:10749
 V5.20.txt:10750
 V5.20.txt:10751
 V5.20.txt:10752
 V5.20.txt:10753
 V5.20.txt:10754
 V5.20.txt:10755
 V5.20.txt:10756
 V5.20.txt:10757
 V5.20.txt:10758
 V5.20.txt:10759
 V5.20.txt:10760
 V5.20.txt:10761
 V5.20.txt:10762
 V5.20.txt:10763
 V5.20.txt:10764
 V5.20.txt:10765
 V5.20.txt:10766
 V5.20.txt:10767
 V5.20.txt:10768
 V5.20.txt:10769
 V5.20.txt:10770
 V5.20.txt:10771
 V5.20.txt:10772
 V5.20.txt:10773
 V5.20.txt:10774
 V5.20.txt:10775
 V5.20.txt:10776
 V5.20.txt:10777
 V5.20.txt:10778
 V5.20.txt:10779
 V5.20.txt:10780
 V5.20.txt:10781
 V5.20.txt:10782
 V5.20.txt:10783
 V5.20.txt:10784
 V5.20.txt:10785
 V5.20.txt:10786
 V5.20.txt:10787
 V5.20.txt:10788
 V5.20.txt:10789
 V5.20.txt:10790
 V5.20.txt:10791
 V5.20.txt:10792
 V5.20.txt:10793
 V5.20.txt:10794
 V5.20.txt:10795
 V5.20.txt:10796
 V5.20.txt:10797
 V5.20.txt:10798
 V5.20.txt:10799
 V5.20.txt:10800
 V5.20.txt:10801
 V5.20.txt:10802
 V5.20.txt:10803
 V5.20.txt:10804
 V5.20.txt:10805
 V5.20.txt:10806
 V5.20.txt:10807
 V5.20.txt:10808
 V5.20.txt:10809
 V5.20.txt:10810
 V5.20.txt:10811
 V5.20.txt:10812
 V5.20.txt:10813
 V5.20.txt:10814
 V5.20.txt:10815
 V5.20.txt:10816
 V5.20.txt:10817
 V5.20.txt:10818
 V5.20.txt:10819
 V5.20.txt:10820
 V5.20.txt:10821
 V5.20.txt:10822
 V5.20.txt:10823
 V5.20.txt:10824
 V5.20.txt:10825
 V5.20.txt:10826
 V5.20.txt:10827
 V5.20.txt:10828
 V5.20.txt:10829
 V5.20.txt:10830
 V5.20.txt:10831
 V5.20.txt:10832
 V5.20.txt:10833
 V5.20.txt:10834
 V5.20.txt:10835
 V5.20.txt:10836
 V5.20.txt:10837
 V5.20.txt:10838
 V5.20.txt:10839
 V5.20.txt:10840
 V5.20.txt:10841
 V5.20.txt:10842
 V5.20.txt:10843
 V5.20.txt:10844
 V5.20.txt:10845
 V5.20.txt:10846
 V5.20.txt:10847
 V5.20.txt:10848
 V5.20.txt:10849
 V5.20.txt:10850
 V5.20.txt:10851
 V5.20.txt:10852
 V5.20.txt:10853
 V5.20.txt:10854
 V5.20.txt:10855
 V5.20.txt:10856
 V5.20.txt:10857
 V5.20.txt:10858
 V5.20.txt:10859
 V5.20.txt:10860
 V5.20.txt:10861
 V5.20.txt:10862
 V5.20.txt:10863
 V5.20.txt:10864
 V5.20.txt:10865
 V5.20.txt:10866
 V5.20.txt:10867
 V5.20.txt:10868
 V5.20.txt:10869
 V5.20.txt:10870
 V5.20.txt:10871
 V5.20.txt:10872
 V5.20.txt:10873
 V5.20.txt:10874
 V5.20.txt:10875
 V5.20.txt:10876
 V5.20.txt:10877
 V5.20.txt:10878
 V5.20.txt:10879
 V5.20.txt:10880
 V5.20.txt:10881
 V5.20.txt:10882
 V5.20.txt:10883
 V5.20.txt:10884
 V5.20.txt:10885
 V5.20.txt:10886
 V5.20.txt:10887
 V5.20.txt:10888
 V5.20.txt:10889
 V5.20.txt:10890
 V5.20.txt:10891
 V5.20.txt:10892
 V5.20.txt:10893
 V5.20.txt:10894
 V5.20.txt:10895
 V5.20.txt:10896
 V5.20.txt:10897
 V5.20.txt:10898
 V5.20.txt:10899
 V5.20.txt:10900
 V5.20.txt:10901
 V5.20.txt:10902
 V5.20.txt:10903
 V5.20.txt:10904
 V5.20.txt:10905
 V5.20.txt:10906
 V5.20.txt:10907
 V5.20.txt:10908
 V5.20.txt:10909
 V5.20.txt:10910
 V5.20.txt:10911
 V5.20.txt:10912
 V5.20.txt:10913
 V5.20.txt:10914
 V5.20.txt:10915
 V5.20.txt:10916
 V5.20.txt:10917
 V5.20.txt:10918
 V5.20.txt:10919
 V5.20.txt:10920
 V5.20.txt:10921
 V5.20.txt:10922
 V5.20.txt:10923
 V5.20.txt:10924
 V5.20.txt:10925
 V5.20.txt:10926
 V5.20.txt:10927
 V5.20.txt:10928
 V5.20.txt:10929
 V5.20.txt:10930
 V5.20.txt:10931
 V5.20.txt:10932
 V5.20.txt:10933
 V5.20.txt:10934
 V5.20.txt:10935
 V5.20.txt:10936
 V5.20.txt:10937
 V5.20.txt:10938
 V5.20.txt:10939
 V5.20.txt:10940
 V5.20.txt:10941
 V5.20.txt:10942
 V5.20.txt:10943
 V5.20.txt:10944
 V5.20.txt:10945
 V5.20.txt:10946
 V5.20.txt:10947
 V5.20.txt:10948
 V5.20.txt:10949
 V5.20.txt:10950
 V5.20.txt:10951
 V5.20.txt:10952
 V5.20.txt:10953
 V5.20.txt:10954
 V5.20.txt:10955
 V5.20.txt:10956
 V5.20.txt:10957
 V5.20.txt:10958
 V5.20.txt:10959
 V5.20.txt:10960
 V5.20.txt:10961
 V5.20.txt:10962
 V5.20.txt:10963
 V5.20.txt:10964
 V5.20.txt:10965
 V5.20.txt:10966
 V5.20.txt:10967
 V5.20.txt:10968
 V5.20.txt:10969
 V5.20.txt:10970
 V5.20.txt:10971
 V5.20.txt:10972
 V5.20.txt:10973
 V5.20.txt:10974
 V5.20.txt:10975
 V5.20.txt:10976
 V5.20.txt:10977
 V5.20.txt:10978
 V5.20.txt:10979
 V5.20.txt:10980
 V5.20.txt:10981
 V5.20.txt:10982
 V5.20.txt:10983
 V5.20.txt:10984
 V5.20.txt:10985
 V5.20.txt:10986
 V5.20.txt:10987
 V5.20.txt:10988
 V5.20.txt:10989
 V5.20.txt:10990
 V5.20.txt:10991
 V5.20.txt:10992
 V5.20.txt:10993
 V5.20.txt:10994
 V5.20.txt:10995
 V5.20.txt:10996
 V5.20.txt:10997
 V5.20.txt:10998
 V5.20.txt:10999
 V5.20.txt:11000
 V5.20.txt:11001
 V5.20.txt:11002
 V5.20.txt:11003
 V5.20.txt:11004
 V5.20.txt:11005
 V5.20.txt:11006
 V5.20.txt:11007
 V5.20.txt:11008
 V5.20.txt:11009
 V5.20.txt:11010
 V5.20.txt:11011
 V5.20.txt:11012
 V5.20.txt:11013
 V5.20.txt:11014
 V5.20.txt:11015
 V5.20.txt:11016
 V5.20.txt:11017
 V5.20.txt:11018
 V5.20.txt:11019
 V5.20.txt:11020
 V5.20.txt:11021
 V5.20.txt:11022
 V5.20.txt:11023
 V5.20.txt:11024
 V5.20.txt:11025
 V5.20.txt:11026
 V5.20.txt:11027
 V5.20.txt:11028
 V5.20.txt:11029
 V5.20.txt:11030
 V5.20.txt:11031
 V5.20.txt:11032
 V5.20.txt:11033
 V5.20.txt:11034
 V5.20.txt:11035
 V5.20.txt:11036
 V5.20.txt:11037
 V5.20.txt:11038
 V5.20.txt:11039
 V5.20.txt:11040
 V5.20.txt:11041
 V5.20.txt:11042
 V5.20.txt:11043
 V5.20.txt:11044
 V5.20.txt:11045
 V5.20.txt:11046
 V5.20.txt:11047
 V5.20.txt:11048
 V5.20.txt:11049
 V5.20.txt:11050
 V5.20.txt:11051
 V5.20.txt:11052
 V5.20.txt:11053
 V5.20.txt:11054
 V5.20.txt:11055
 V5.20.txt:11056
 V5.20.txt:11057
 V5.20.txt:11058
 V5.20.txt:11059
 V5.20.txt:11060
 V5.20.txt:11061
 V5.20.txt:11062
 V5.20.txt:11063
 V5.20.txt:11064
 V5.20.txt:11065
 V5.20.txt:11066
 V5.20.txt:11067
 V5.20.txt:11068
 V5.20.txt:11069
 V5.20.txt:11070
 V5.20.txt:11071
 V5.20.txt:11072
 V5.20.txt:11073
 V5.20.txt:11074
 V5.20.txt:11075
 V5.20.txt:11076
 V5.20.txt:11077
 V5.20.txt:11078
 V5.20.txt:11079
 V5.20.txt:11080
 V5.20.txt:11081
 V5.20.txt:11082
 V5.20.txt:11083
 V5.20.txt:11084
 V5.20.txt:11085
 V5.20.txt:11086
 V5.20.txt:11087
 V5.20.txt:11088
 V5.20.txt:11089
 V5.20.txt:11090
 V5.20.txt:11091
 V5.20.txt:11092
 V5.20.txt:11093
 V5.20.txt:11094
 V5.20.txt:11095
 V5.20.txt:11096
 V5.20.txt:11097
 V5.20.txt:11098
 V5.20.txt:11099
 V5.20.txt:11100
 V5.20.txt:11101
 V5.20.txt:11102
 V5.20.txt:11103
 V5.20.txt:11104
 V5.20.txt:11105
 V5.20.txt:11106
 V5.20.txt:11107
 V5.20.txt:11108
 V5.20.txt:11109
 V5.20.txt:11110
 V5.20.txt:11111
 V5.20.txt:11112
 V5.20.txt:11113
 V5.20.txt:11114
 V5.20.txt:11115
 V5.20.txt:11116
 V5.20.txt:11117
 V5.20.txt:11118
 V5.20.txt:11119
 V5.20.txt:11120
 V5.20.txt:11121
 V5.20.txt:11122
 V5.20.txt:11123
 V5.20.txt:11124
 V5.20.txt:11125
 V5.20.txt:11126
 V5.20.txt:11127
 V5.20.txt:11128
 V5.20.txt:11129
 V5.20.txt:11130
 V5.20.txt:11131
 V5.20.txt:11132
 V5.20.txt:11133
 V5.20.txt:11134
 V5.20.txt:11135
 V5.20.txt:11136
 V5.20.txt:11137
 V5.20.txt:11138
 V5.20.txt:11139
 V5.20.txt:11140
 V5.20.txt:11141
 V5.20.txt:11142
 V5.20.txt:11143
 V5.20.txt:11144
 V5.20.txt:11145
 V5.20.txt:11146
 V5.20.txt:11147
 V5.20.txt:11148
 V5.20.txt:11149
 V5.20.txt:11150
 V5.20.txt:11151
 V5.20.txt:11152
 V5.20.txt:11153
 V5.20.txt:11154
 V5.20.txt:11155
 V5.20.txt:11156
 V5.20.txt:11157
 V5.20.txt:11158
 V5.20.txt:11159
 V5.20.txt:11160
 V5.20.txt:11161
 V5.20.txt:11162
 V5.20.txt:11163
 V5.20.txt:11164
 V5.20.txt:11165
 V5.20.txt:11166
 V5.20.txt:11167
 V5.20.txt:11168
 V5.20.txt:11169
 V5.20.txt:11170
 V5.20.txt:11171
 V5.20.txt:11172
 V5.20.txt:11173
 V5.20.txt:11174
 V5.20.txt:11175
 V5.20.txt:11176
 V5.20.txt:11177
 V5.20.txt:11178
 V5.20.txt:11179
 V5.20.txt:11180
 V5.20.txt:11181
 V5.20.txt:11182
 V5.20.txt:11183
 V5.20.txt:11184
 V5.20.txt:11185
 V5.20.txt:11186
 V5.20.txt:11187
 V5.20.txt:11188
 V5.20.txt:11189
 V5.20.txt:11190
 V5.20.txt:11191
 V5.20.txt:11192
 V5.20.txt:11193
 V5.20.txt:11194
 V5.20.txt:11195
 V5.20.txt:11196
 V5.20.txt:11197
 V5.20.txt:11198
 V5.20.txt:11199
 V5.20.txt:11200
 V5.20.txt:11201
 V5.20.txt:11202
 V5.20.txt:11203
 V5.20.txt:11204
 V5.20.txt:11205
 V5.20.txt:11206
 V5.20.txt:11207
 V5.20.txt:11208
 V5.20.txt:11209
 V5.20.txt:11210
 V5.20.txt:11211
 V5.20.txt:11212
 V5.20.txt:11213
 V5.20.txt:11214
 V5.20.txt:11215
 V5.20.txt:11216
 V5.20.txt:11217
 V5.20.txt:11218
 V5.20.txt:11219
 V5.20.txt:11220
 V5.20.txt:11221
 V5.20.txt:11222
 V5.20.txt:11223
 V5.20.txt:11224
 V5.20.txt:11225
 V5.20.txt:11226
 V5.20.txt:11227
 V5.20.txt:11228
 V5.20.txt:11229
 V5.20.txt:11230
 V5.20.txt:11231
 V5.20.txt:11232
 V5.20.txt:11233
 V5.20.txt:11234
 V5.20.txt:11235
 V5.20.txt:11236
 V5.20.txt:11237
 V5.20.txt:11238
 V5.20.txt:11239
 V5.20.txt:11240
 V5.20.txt:11241
 V5.20.txt:11242
 V5.20.txt:11243
 V5.20.txt:11244
 V5.20.txt:11245
 V5.20.txt:11246
 V5.20.txt:11247
 V5.20.txt:11248
 V5.20.txt:11249
 V5.20.txt:11250
 V5.20.txt:11251
 V5.20.txt:11252
 V5.20.txt:11253
 V5.20.txt:11254
 V5.20.txt:11255
 V5.20.txt:11256
 V5.20.txt:11257
 V5.20.txt:11258
 V5.20.txt:11259
 V5.20.txt:11260
 V5.20.txt:11261
 V5.20.txt:11262
 V5.20.txt:11263
 V5.20.txt:11264
 V5.20.txt:11265
 V5.20.txt:11266
 V5.20.txt:11267
 V5.20.txt:11268
 V5.20.txt:11269
 V5.20.txt:11270
 V5.20.txt:11271
 V5.20.txt:11272
 V5.20.txt:11273
 V5.20.txt:11274
 V5.20.txt:11275
 V5.20.txt:11276
 V5.20.txt:11277
 V5.20.txt:11278
 V5.20.txt:11279
 V5.20.txt:11280
 V5.20.txt:11281
 V5.20.txt:11282
 V5.20.txt:11283
 V5.20.txt:11284
 V5.20.txt:11285
 V5.20.txt:11286
 V5.20.txt:11287
 V5.20.txt:11288
 V5.20.txt:11289
 V5.20.txt:11290
 V5.20.txt:11291
 V5.20.txt:11292
 V5.20.txt:11293
 V5.20.txt:11294
 V5.20.txt:11295
 V5.20.txt:11296
 V5.20.txt:11297
 V5.20.txt:11298
 V5.20.txt:11299
 V5.20.txt:11300
 V5.20.txt:11301
 V5.20.txt:11302
 V5.20.txt:11303
 V5.20.txt:11304
 V5.20.txt:11305
 V5.20.txt:11306
 V5.20.txt:11307
 V5.20.txt:11308
 V5.20.txt:11309
 V5.20.txt:11310
 V5.20.txt:11311
 V5.20.txt:11312
 V5.20.txt:11313
 V5.20.txt:11314
 V5.20.txt:11315
 V5.20.txt:11316
 V5.20.txt:11317
 V5.20.txt:11318
 V5.20.txt:11319
 V5.20.txt:11320
 V5.20.txt:11321
 V5.20.txt:11322
 V5.20.txt:11323
 V5.20.txt:11324
 V5.20.txt:11325
 V5.20.txt:11326
 V5.20.txt:11327
 V5.20.txt:11328
 V5.20.txt:11329
 V5.20.txt:11330
 V5.20.txt:11331
 V5.20.txt:11332
 V5.20.txt:11333
 V5.20.txt:11334
 V5.20.txt:11335
 V5.20.txt:11336
 V5.20.txt:11337
 V5.20.txt:11338
 V5.20.txt:11339
 V5.20.txt:11340
 V5.20.txt:11341
 V5.20.txt:11342
 V5.20.txt:11343
 V5.20.txt:11344
 V5.20.txt:11345
 V5.20.txt:11346
 V5.20.txt:11347
 V5.20.txt:11348
 V5.20.txt:11349
 V5.20.txt:11350
 V5.20.txt:11351
 V5.20.txt:11352
 V5.20.txt:11353
 V5.20.txt:11354
 V5.20.txt:11355
 V5.20.txt:11356
 V5.20.txt:11357
 V5.20.txt:11358
 V5.20.txt:11359
 V5.20.txt:11360
 V5.20.txt:11361
 V5.20.txt:11362
 V5.20.txt:11363
 V5.20.txt:11364
 V5.20.txt:11365
 V5.20.txt:11366
 V5.20.txt:11367
 V5.20.txt:11368
 V5.20.txt:11369
 V5.20.txt:11370
 V5.20.txt:11371
 V5.20.txt:11372
 V5.20.txt:11373
 V5.20.txt:11374
 V5.20.txt:11375
 V5.20.txt:11376
 V5.20.txt:11377
 V5.20.txt:11378
 V5.20.txt:11379
 V5.20.txt:11380
 V5.20.txt:11381
 V5.20.txt:11382
 V5.20.txt:11383
 V5.20.txt:11384
 V5.20.txt:11385
 V5.20.txt:11386
 V5.20.txt:11387
 V5.20.txt:11388
 V5.20.txt:11389
 V5.20.txt:11390
 V5.20.txt:11391
 V5.20.txt:11392
 V5.20.txt:11393
 V5.20.txt:11394
 V5.20.txt:11395
 V5.20.txt:11396
 V5.20.txt:11397
 V5.20.txt:11398
 V5.20.txt:11399
 V5.20.txt:11400
 V5.20.txt:11401
 V5.20.txt:11402
 V5.20.txt:11403
 V5.20.txt:11404
 V5.20.txt:11405
 V5.20.txt:11406
 V5.20.txt:11407
 V5.20.txt:11408
 V5.20.txt:11409
 V5.20.txt:11410
 V5.20.txt:11411
 V5.20.txt:11412
 V5.20.txt:11413
 V5.20.txt:11414
 V5.20.txt:11415
 V5.20.txt:11416
 V5.20.txt:11417
 V5.20.txt:11418
 V5.20.txt:11419
 V5.20.txt:11420
 V5.20.txt:11421
 V5.20.txt:11422
 V5.20.txt:11423
 V5.20.txt:11424
 V5.20.txt:11425
 V5.20.txt:11426
 V5.20.txt:11427
 V5.20.txt:11428
 V5.20.txt:11429
 V5.20.txt:11430
 V5.20.txt:11431
 V5.20.txt:11432
 V5.20.txt:11433
 V5.20.txt:11434
 V5.20.txt:11435
 V5.20.txt:11436
 V5.20.txt:11437
 V5.20.txt:11438
 V5.20.txt:11439
 V5.20.txt:11440
 V5.20.txt:11441
 V5.20.txt:11442
 V5.20.txt:11443
 V5.20.txt:11444
 V5.20.txt:11445
 V5.20.txt:11446
 V5.20.txt:11447
 V5.20.txt:11448
 V5.20.txt:11449
 V5.20.txt:11450
 V5.20.txt:11451
 V5.20.txt:11452
 V5.20.txt:11453
 V5.20.txt:11454
 V5.20.txt:11455
 V5.20.txt:11456
 V5.20.txt:11457
 V5.20.txt:11458
 V5.20.txt:11459
 V5.20.txt:11460
 V5.20.txt:11461
 V5.20.txt:11462
 V5.20.txt:11463
 V5.20.txt:11464
 V5.20.txt:11465
 V5.20.txt:11466
 V5.20.txt:11467
 V5.20.txt:11468
 V5.20.txt:11469
 V5.20.txt:11470
 V5.20.txt:11471
 V5.20.txt:11472
 V5.20.txt:11473
 V5.20.txt:11474
 V5.20.txt:11475
 V5.20.txt:11476
 V5.20.txt:11477
 V5.20.txt:11478
 V5.20.txt:11479
 V5.20.txt:11480
 V5.20.txt:11481
 V5.20.txt:11482
 V5.20.txt:11483
 V5.20.txt:11484
 V5.20.txt:11485
 V5.20.txt:11486
 V5.20.txt:11487
 V5.20.txt:11488
 V5.20.txt:11489
 V5.20.txt:11490
 V5.20.txt:11491
 V5.20.txt:11492
 V5.20.txt:11493
 V5.20.txt:11494
 V5.20.txt:11495
 V5.20.txt:11496
 V5.20.txt:11497
 V5.20.txt:11498
 V5.20.txt:11499
 V5.20.txt:11500
 V5.20.txt:11501
 V5.20.txt:11502
 V5.20.txt:11503
 V5.20.txt:11504
 V5.20.txt:11505
 V5.20.txt:11506
 V5.20.txt:11507
 V5.20.txt:11508
 V5.20.txt:11509
 V5.20.txt:11510
 V5.20.txt:11511
 V5.20.txt:11512
 V5.20.txt:11513
 V5.20.txt:11514
 V5.20.txt:11515
 V5.20.txt:11516
 V5.20.txt:11517
 V5.20.txt:11518
 V5.20.txt:11519
 V5.20.txt:11520
 V5.20.txt:11521
 V5.20.txt:11522
 V5.20.txt:11523
 V5.20.txt:11524
 V5.20.txt:11525
 V5.20.txt:11526
 V5.20.txt:11527
 V5.20.txt:11528
 V5.20.txt:11529
 V5.20.txt:11530
 V5.20.txt:11531
 V5.20.txt:11532
 V5.20.txt:11533
 V5.20.txt:11534
 V5.20.txt:11535
 V5.20.txt:11536
 V5.20.txt:11537
 V5.20.txt:11538
 V5.20.txt:11539
 V5.20.txt:11540
 V5.20.txt:11541
 V5.20.txt:11542
 V5.20.txt:11543
 V5.20.txt:11544
 V5.20.txt:11545
 V5.20.txt:11546
 V5.20.txt:11547
 V5.20.txt:11548
 V5.20.txt:11549
 V5.20.txt:11550
 V5.20.txt:11551
 V5.20.txt:11552
 V5.20.txt:11553
 V5.20.txt:11554
 V5.20.txt:11555
 V5.20.txt:11556
 V5.20.txt:11557
 V5.20.txt:11558
 V5.20.txt:11559
 V5.20.txt:11560
 V5.20.txt:11561
 V5.20.txt:11562
 V5.20.txt:11563
 V5.20.txt:11564
 V5.20.txt:11565
 V5.20.txt:11566
 V5.20.txt:11567
 V5.20.txt:11568
 V5.20.txt:11569
 V5.20.txt:11570
 V5.20.txt:11571
 V5.20.txt:11572
 V5.20.txt:11573
 V5.20.txt:11574
 V5.20.txt:11575
 V5.20.txt:11576
 V5.20.txt:11577
 V5.20.txt:11578
 V5.20.txt:11579
 V5.20.txt:11580
 V5.20.txt:11581
 V5.20.txt:11582
 V5.20.txt:11583
 V5.20.txt:11584
 V5.20.txt:11585
 V5.20.txt:11586
 V5.20.txt:11587
 V5.20.txt:11588
 V5.20.txt:11589
 V5.20.txt:11590
 V5.20.txt:11591
 V5.20.txt:11592
 V5.20.txt:11593
 V5.20.txt:11594
 V5.20.txt:11595
 V5.20.txt:11596
 V5.20.txt:11597
 V5.20.txt:11598
 V5.20.txt:11599
 V5.20.txt:11600
 V5.20.txt:11601
 V5.20.txt:11602
 V5.20.txt:11603
 V5.20.txt:11604
 V5.20.txt:11605
 V5.20.txt:11606
 V5.20.txt:11607
 V5.20.txt:11608
 V5.20.txt:11609
 V5.20.txt:11610
 V5.20.txt:11611
 V5.20.txt:11612
 V5.20.txt:11613
 V5.20.txt:11614
 V5.20.txt:11615
 V5.20.txt:11616
 V5.20.txt:11617
 V5.20.txt:11618
 V5.20.txt:11619
 V5.20.txt:11620
 V5.20.txt:11621
 V5.20.txt:11622
 V5.20.txt:11623
 V5.20.txt:11624
 V5.20.txt:11625
 V5.20.txt:11626
 V5.20.txt:11627
 V5.20.txt:11628
 V5.20.txt:11629
 V5.20.txt:11630
 V5.20.txt:11631
 V5.20.txt:11632
 V5.20.txt:11633
 V5.20.txt:11634
 V5.20.txt:11635
 V5.20.txt:11636
 V5.20.txt:11637
 V5.20.txt:11638
 V5.20.txt:11639
 V5.20.txt:11640
 V5.20.txt:11641
 V5.20.txt:11642
 V5.20.txt:11643
 V5.20.txt:11644
 V5.20.txt:11645
 V5.20.txt:11646
 V5.20.txt:11647
 V5.20.txt:11648
 V5.20.txt:11649
 V5.20.txt:11650
 V5.20.txt:11651
 V5.20.txt:11652
 V5.20.txt:11653
 V5.20.txt:11654
 V5.20.txt:11655
 V5.20.txt:11656
 V5.20.txt:11657
 V5.20.txt:11658
 V5.20.txt:11659
 V5.20.txt:11660
 V5.20.txt:11661
 V5.20.txt:11662
 V5.20.txt:11663
 V5.20.txt:11664
 V5.20.txt:11665
 V5.20.txt:11666
 V5.20.txt:11667
 V5.20.txt:11668
 V5.20.txt:11669
 V5.20.txt:11670
 V5.20.txt:11671
 V5.20.txt:11672
 V5.20.txt:11673
 V5.20.txt:11674
 V5.20.txt:11675
 V5.20.txt:11676
 V5.20.txt:11677
 V5.20.txt:11678
 V5.20.txt:11679
 V5.20.txt:11680
 V5.20.txt:11681
 V5.20.txt:11682
 V5.20.txt:11683
 V5.20.txt:11684
 V5.20.txt:11685
 V5.20.txt:11686
 V5.20.txt:11687
 V5.20.txt:11688
 V5.20.txt:11689
 V5.20.txt:11690
 V5.20.txt:11691
 V5.20.txt:11692
 V5.20.txt:11693
 V5.20.txt:11694
 V5.20.txt:11695
 V5.20.txt:11696
 V5.20.txt:11697
 V5.20.txt:11698
 V5.20.txt:11699
 V5.20.txt:11700
 V5.20.txt:11701
 V5.20.txt:11702
 V5.20.txt:11703
 V5.20.txt:11704
 V5.20.txt:11705
 V5.20.txt:11706
 V5.20.txt:11707
 V5.20.txt:11708
 V5.20.txt:11709
 V5.20.txt:11710
 V5.20.txt:11711
 V5.20.txt:11712
 V5.20.txt:11713
 V5.20.txt:11714
 V5.20.txt:11715
 V5.20.txt:11716
 V5.20.txt:11717
 V5.20.txt:11718
 V5.20.txt:11719
 V5.20.txt:11720
 V5.20.txt:11721
 V5.20.txt:11722
 V5.20.txt:11723
 V5.20.txt:11724
 V5.20.txt:11725
 V5.20.txt:11726
 V5.20.txt:11727
 V5.20.txt:11728
 V5.20.txt:11729
 V5.20.txt:11730
 V5.20.txt:11731
 V5.20.txt:11732
 V5.20.txt:11733
 V5.20.txt:11734
 V5.20.txt:11735
 V5.20.txt:11736
 V5.20.txt:11737
 V5.20.txt:11738
 V5.20.txt:11739
 V5.20.txt:11740
 V5.20.txt:11741
 V5.20.txt:11742
 V5.20.txt:11743
 V5.20.txt:11744
 V5.20.txt:11745
 V5.20.txt:11746
 V5.20.txt:11747
 V5.20.txt:11748
 V5.20.txt:11749
 V5.20.txt:11750
 V5.20.txt:11751
 V5.20.txt:11752
 V5.20.txt:11753
 V5.20.txt:11754
 V5.20.txt:11755
 V5.20.txt:11756
 V5.20.txt:11757
 V5.20.txt:11758
 V5.20.txt:11759
 V5.20.txt:11760
 V5.20.txt:11761
 V5.20.txt:11762
 V5.20.txt:11763
 V5.20.txt:11764
 V5.20.txt:11765
 V5.20.txt:11766
 V5.20.txt:11767
 V5.20.txt:11768
 V5.20.txt:11769
 V5.20.txt:11770
 V5.20.txt:11771
 V5.20.txt:11772
 V5.20.txt:11773
 V5.20.txt:11774
 V5.20.txt:11775
 V5.20.txt:11776
 V5.20.txt:11777
 V5.20.txt:11778
 V5.20.txt:11779
 V5.20.txt:11780
 V5.20.txt:11781
 V5.20.txt:11782
 V5.20.txt:11783
 V5.20.txt:11784
 V5.20.txt:11785
 V5.20.txt:11786
 V5.20.txt:11787
 V5.20.txt:11788
 V5.20.txt:11789
 V5.20.txt:11790
 V5.20.txt:11791
 V5.20.txt:11792
 V5.20.txt:11793
 V5.20.txt:11794
 V5.20.txt:11795
 V5.20.txt:11796
 V5.20.txt:11797
 V5.20.txt:11798
 V5.20.txt:11799
 V5.20.txt:11800
 V5.20.txt:11801
 V5.20.txt:11802
 V5.20.txt:11803
 V5.20.txt:11804
 V5.20.txt:11805
 V5.20.txt:11806
 V5.20.txt:11807
 V5.20.txt:11808
 V5.20.txt:11809
 V5.20.txt:11810
 V5.20.txt:11811
 V5.20.txt:11812
 V5.20.txt:11813
 V5.20.txt:11814
 V5.20.txt:11815
 V5.20.txt:11816
 V5.20.txt:11817
 V5.20.txt:11818
 V5.20.txt:11819
 V5.20.txt:11820
 V5.20.txt:11821
 V5.20.txt:11822
 V5.20.txt:11823
 V5.20.txt:11824
 V5.20.txt:11825
 V5.20.txt:11826
 V5.20.txt:11827
 V5.20.txt:11828
 V5.20.txt:11829
 V5.20.txt:11830
 V5.20.txt:11831
 V5.20.txt:11832
 V5.20.txt:11833
 V5.20.txt:11834
 V5.20.txt:11835
 V5.20.txt:11836
 V5.20.txt:11837
 V5.20.txt:11838
 V5.20.txt:11839
 V5.20.txt:11840
 V5.20.txt:11841
 V5.20.txt:11842
 V5.20.txt:11843
 V5.20.txt:11844
 V5.20.txt:11845
 V5.20.txt:11846
 V5.20.txt:11847
 V5.20.txt:11848
 V5.20.txt:11849
 V5.20.txt:11850
 V5.20.txt:11851
 V5.20.txt:11852
 V5.20.txt:11853
 V5.20.txt:11854
 V5.20.txt:11855
 V5.20.txt:11856
 V5.20.txt:11857
 V5.20.txt:11858
 V5.20.txt:11859
 V5.20.txt:11860
 V5.20.txt:11861
 V5.20.txt:11862
 V5.20.txt:11863
 V5.20.txt:11864
 V5.20.txt:11865
 V5.20.txt:11866
 V5.20.txt:11867
 V5.20.txt:11868
 V5.20.txt:11869
 V5.20.txt:11870
 V5.20.txt:11871
 V5.20.txt:11872
 V5.20.txt:11873
 V5.20.txt:11874
 V5.20.txt:11875
 V5.20.txt:11876
 V5.20.txt:11877
 V5.20.txt:11878
 V5.20.txt:11879
 V5.20.txt:11880
 V5.20.txt:11881
 V5.20.txt:11882
 V5.20.txt:11883
 V5.20.txt:11884
 V5.20.txt:11885
 V5.20.txt:11886
 V5.20.txt:11887
 V5.20.txt:11888
 V5.20.txt:11889
 V5.20.txt:11890
 V5.20.txt:11891
 V5.20.txt:11892
 V5.20.txt:11893
 V5.20.txt:11894
 V5.20.txt:11895
 V5.20.txt:11896
 V5.20.txt:11897
 V5.20.txt:11898
 V5.20.txt:11899
 V5.20.txt:11900
 V5.20.txt:11901
 V5.20.txt:11902
 V5.20.txt:11903
 V5.20.txt:11904
 V5.20.txt:11905
 V5.20.txt:11906
 V5.20.txt:11907
 V5.20.txt:11908
 V5.20.txt:11909
 V5.20.txt:11910
 V5.20.txt:11911
 V5.20.txt:11912
 V5.20.txt:11913
 V5.20.txt:11914
 V5.20.txt:11915
 V5.20.txt:11916
 V5.20.txt:11917
 V5.20.txt:11918
 V5.20.txt:11919
 V5.20.txt:11920
 V5.20.txt:11921
 V5.20.txt:11922
 V5.20.txt:11923
 V5.20.txt:11924
 V5.20.txt:11925
 V5.20.txt:11926
 V5.20.txt:11927
 V5.20.txt:11928
 V5.20.txt:11929
 V5.20.txt:11930
 V5.20.txt:11931
 V5.20.txt:11932
 V5.20.txt:11933
 V5.20.txt:11934
 V5.20.txt:11935
 V5.20.txt:11936
 V5.20.txt:11937
 V5.20.txt:11938
 V5.20.txt:11939
 V5.20.txt:11940
 V5.20.txt:11941
 V5.20.txt:11942
 V5.20.txt:11943
 V5.20.txt:11944
 V5.20.txt:11945
 V5.20.txt:11946
 V5.20.txt:11947
 V5.20.txt:11948
 V5.20.txt:11949
 V5.20.txt:11950
 V5.20.txt:11951
 V5.20.txt:11952
 V5.20.txt:11953
 V5.20.txt:11954
 V5.20.txt:11955
 V5.20.txt:11956
 V5.20.txt:11957
 V5.20.txt:11958
 V5.20.txt:11959
 V5.20.txt:11960
 V5.20.txt:11961
 V5.20.txt:11962
 V5.20.txt:11963
 V5.20.txt:11964
 V5.20.txt:11965
 V5.20.txt:11966
 V5.20.txt:11967
 V5.20.txt:11968
 V5.20.txt:11969
 V5.20.txt:11970
 V5.20.txt:11971
 V5.20.txt:11972
 V5.20.txt:11973
 V5.20.txt:11974
 V5.20.txt:11975
 V5.20.txt:11976
 V5.20.txt:11977
 V5.20.txt:11978
 V5.20.txt:11979
 V5.20.txt:11980
 V5.20.txt:11981
 V5.20.txt:11982
 V5.20.txt:11983
 V5.20.txt:11984
 V5.20.txt:11985
 V5.20.txt:11986
 V5.20.txt:11987
 V5.20.txt:11988
 V5.20.txt:11989
 V5.20.txt:11990
 V5.20.txt:11991
 V5.20.txt:11992
 V5.20.txt:11993
 V5.20.txt:11994
 V5.20.txt:11995
 V5.20.txt:11996
 V5.20.txt:11997
 V5.20.txt:11998
 V5.20.txt:11999
 V5.20.txt:12000
 V5.20.txt:12001
 V5.20.txt:12002
 V5.20.txt:12003
 V5.20.txt:12004
 V5.20.txt:12005
 V5.20.txt:12006
 V5.20.txt:12007
 V5.20.txt:12008
 V5.20.txt:12009
 V5.20.txt:12010
 V5.20.txt:12011
 V5.20.txt:12012
 V5.20.txt:12013
 V5.20.txt:12014
 V5.20.txt:12015
 V5.20.txt:12016
 V5.20.txt:12017
 V5.20.txt:12018
 V5.20.txt:12019
 V5.20.txt:12020
 V5.20.txt:12021
 V5.20.txt:12022
 V5.20.txt:12023
 V5.20.txt:12024
 V5.20.txt:12025
 V5.20.txt:12026
 V5.20.txt:12027
 V5.20.txt:12028
 V5.20.txt:12029
 V5.20.txt:12030
 V5.20.txt:12031
 V5.20.txt:12032
 V5.20.txt:12033
 V5.20.txt:12034
 V5.20.txt:12035
 V5.20.txt:12036
 V5.20.txt:12037
 V5.20.txt:12038
 V5.20.txt:12039
 V5.20.txt:12040
 V5.20.txt:12041
 V5.20.txt:12042
 V5.20.txt:12043
 V5.20.txt:12044
 V5.20.txt:12045
 V5.20.txt:12046
 V5.20.txt:12047
 V5.20.txt:12048
 V5.20.txt:12049
 V5.20.txt:12050
 V5.20.txt:12051
 V5.20.txt:12052
 V5.20.txt:12053
 V5.20.txt:12054
 V5.20.txt:12055
 V5.20.txt:12056
 V5.20.txt:12057
 V5.20.txt:12058
 V5.20.txt:12059
 V5.20.txt:12060
 V5.20.txt:12061
 V5.20.txt:12062
 V5.20.txt:12063
 V5.20.txt:12064
 V5.20.txt:12065
 V5.20.txt:12066
 V5.20.txt:12067
 V5.20.txt:12068
 V5.20.txt:12069
 V5.20.txt:12070
 V5.20.txt:12071
 V5.20.txt:12072
 V5.20.txt:12073
 V5.20.txt:12074
 V5.20.txt:12075
 V5.20.txt:12076
 V5.20.txt:12077
 V5.20.txt:12078
 V5.20.txt:12079
 V5.20.txt:12080
 V5.20.txt:12081
 V5.20.txt:12082
 V5.20.txt:12083
 V5.20.txt:12084
 V5.20.txt:12085
 V5.20.txt:12086
 V5.20.txt:12087
 V5.20.txt:12088
 V5.20.txt:12089
 V5.20.txt:12090
 V5.20.txt:12091
 V5.20.txt:12092
 V5.20.txt:12093
 V5.20.txt:12094
 V5.20.txt:12095
 V5.20.txt:12096
 V5.20.txt:12097
 V5.20.txt:12098
 V5.20.txt:12099
 V5.20.txt:12100
 V5.20.txt:12101
 V5.20.txt:12102
 V5.20.txt:12103
 V5.20.txt:12104
 V5.20.txt:12105
 V5.20.txt:12106
 V5.20.txt:12107
 V5.20.txt:12108
 V5.20.txt:12109
 V5.20.txt:12110
 V5.20.txt:12111
 V5.20.txt:12112
 V5.20.txt:12113
 V5.20.txt:12114
 V5.20.txt:12115
 V5.20.txt:12116
 V5.20.txt:12117
 V5.20.txt:12118
 V5.20.txt:12119
 V5.20.txt:12120
 V5.20.txt:12121
 V5.20.txt:12122
 V5.20.txt:12123
 V5.20.txt:12124
 V5.20.txt:12125
 V5.20.txt:12126
 V5.20.txt:12127
 V5.20.txt:12128
 V5.20.txt:12129
 V5.20.txt:12130
 V5.20.txt:12131
 V5.20.txt:12132
 V5.20.txt:12133
 V5.20.txt:12134
 V5.20.txt:12135
 V5.20.txt:12136
 V5.20.txt:12137
 V5.20.txt:12138
 V5.20.txt:12139
 V5.20.txt:12140
 V5.20.txt:12141
 V5.20.txt:12142
 V5.20.txt:12143
 V5.20.txt:12144
 V5.20.txt:12145
 V5.20.txt:12146
 V5.20.txt:12147
 V5.20.txt:12148
 V5.20.txt:12149
 V5.20.txt:12150
 V5.20.txt:12151
 V5.20.txt:12152
 V5.20.txt:12153
 V5.20.txt:12154
 V5.20.txt:12155
 V5.20.txt:12156
 V5.20.txt:12157
 V5.20.txt:12158
 V5.20.txt:12159
 V5.20.txt:12160
 V5.20.txt:12161
 V5.20.txt:12162
 V5.20.txt:12163
 V5.20.txt:12164
 V5.20.txt:12165
 V5.20.txt:12166
 V5.20.txt:12167
 V5.20.txt:12168
 V5.20.txt:12169
 V5.20.txt:12170
 V5.20.txt:12171
 V5.20.txt:12172
 V5.20.txt:12173
 V5.20.txt:12174
 V5.20.txt:12175
 V5.20.txt:12176
 V5.20.txt:12177
 V5.20.txt:12178
 V5.20.txt:12179
 V5.20.txt:12180
 V5.20.txt:12181
 V5.20.txt:12182
 V5.20.txt:12183
 V5.20.txt:12184
 V5.20.txt:12185
 V5.20.txt:12186
 V5.20.txt:12187
 V5.20.txt:12188
 V5.20.txt:12189
 V5.20.txt:12190
 V5.20.txt:12191
 V5.20.txt:12192
 V5.20.txt:12193
 V5.20.txt:12194
 V5.20.txt:12195
 V5.20.txt:12196
 V5.20.txt:12197
 V5.20.txt:12198
 V5.20.txt:12199
 V5.20.txt:12200
 V5.20.txt:12201
 V5.20.txt:12202
 V5.20.txt:12203
 V5.20.txt:12204
 V5.20.txt:12205
 V5.20.txt:12206
 V5.20.txt:12207
 V5.20.txt:12208
 V5.20.txt:12209
 V5.20.txt:12210
 V5.20.txt:12211
 V5.20.txt:12212
 V5.20.txt:12213
 V5.20.txt:12214
 V5.20.txt:12215
 V5.20.txt:12216
 V5.20.txt:12217
 V5.20.txt:12218
 V5.20.txt:12219
 V5.20.txt:12220
 V5.20.txt:12221
 V5.20.txt:12222
 V5.20.txt:12223
 V5.20.txt:12224
 V5.20.txt:12225
 V5.20.txt:12226
 V5.20.txt:12227
 V5.20.txt:12228
 V5.20.txt:12229
 V5.20.txt:12230
 V5.20.txt:12231
 V5.20.txt:12232
 V5.20.txt:12233
 V5.20.txt:12234
 V5.20.txt:12235
 V5.20.txt:12236
 V5.20.txt:12237
 V5.20.txt:12238
 V5.20.txt:12239
 V5.20.txt:12240
 V5.20.txt:12241
 V5.20.txt:12242
 V5.20.txt:12243
 V5.20.txt:12244
 V5.20.txt:12245
 V5.20.txt:12246
 V5.20.txt:12247
 V5.20.txt:12248
 V5.20.txt:12249
 V5.20.txt:12250
 V5.20.txt:12251
 V5.20.txt:12252
 V5.20.txt:12253
 V5.20.txt:12254
 V5.20.txt:12255
 V5.20.txt:12256
 V5.20.txt:12257
 V5.20.txt:12258
 V5.20.txt:12259
 V5.20.txt:12260
 V5.20.txt:12261
 V5.20.txt:12262
 V5.20.txt:12263
 V5.20.txt:12264
 V5.20.txt:12265
 V5.20.txt:12266
 V5.20.txt:12267
 V5.20.txt:12268
 V5.20.txt:12269
 V5.20.txt:12270
 V5.20.txt:12271
 V5.20.txt:12272
 V5.20.txt:12273
 V5.20.txt:12274
 V5.20.txt:12275
 V5.20.txt:12276
 V5.20.txt:12277
 V5.20.txt:12278
 V5.20.txt:12279
 V5.20.txt:12280
 V5.20.txt:12281
 V5.20.txt:12282
 V5.20.txt:12283
 V5.20.txt:12284
 V5.20.txt:12285
 V5.20.txt:12286
 V5.20.txt:12287
 V5.20.txt:12288
 V5.20.txt:12289
 V5.20.txt:12290
 V5.20.txt:12291
 V5.20.txt:12292
 V5.20.txt:12293
 V5.20.txt:12294
 V5.20.txt:12295
 V5.20.txt:12296
 V5.20.txt:12297
 V5.20.txt:12298
 V5.20.txt:12299
 V5.20.txt:12300
 V5.20.txt:12301
 V5.20.txt:12302
 V5.20.txt:12303
 V5.20.txt:12304
 V5.20.txt:12305
 V5.20.txt:12306
 V5.20.txt:12307
 V5.20.txt:12308
 V5.20.txt:12309
 V5.20.txt:12310
 V5.20.txt:12311
 V5.20.txt:12312
 V5.20.txt:12313
 V5.20.txt:12314
 V5.20.txt:12315
 V5.20.txt:12316
 V5.20.txt:12317
 V5.20.txt:12318
 V5.20.txt:12319
 V5.20.txt:12320
 V5.20.txt:12321
 V5.20.txt:12322
 V5.20.txt:12323
 V5.20.txt:12324
 V5.20.txt:12325
 V5.20.txt:12326
 V5.20.txt:12327
 V5.20.txt:12328
 V5.20.txt:12329
 V5.20.txt:12330
 V5.20.txt:12331
 V5.20.txt:12332
 V5.20.txt:12333
 V5.20.txt:12334
 V5.20.txt:12335
 V5.20.txt:12336
 V5.20.txt:12337
 V5.20.txt:12338
 V5.20.txt:12339
 V5.20.txt:12340
 V5.20.txt:12341
 V5.20.txt:12342
 V5.20.txt:12343
 V5.20.txt:12344
 V5.20.txt:12345
 V5.20.txt:12346
 V5.20.txt:12347
 V5.20.txt:12348
 V5.20.txt:12349
 V5.20.txt:12350
 V5.20.txt:12351
 V5.20.txt:12352
 V5.20.txt:12353
 V5.20.txt:12354
 V5.20.txt:12355
 V5.20.txt:12356
 V5.20.txt:12357
 V5.20.txt:12358
 V5.20.txt:12359
 V5.20.txt:12360
 V5.20.txt:12361
 V5.20.txt:12362
 V5.20.txt:12363
 V5.20.txt:12364
 V5.20.txt:12365
 V5.20.txt:12366
 V5.20.txt:12367
 V5.20.txt:12368
 V5.20.txt:12369
 V5.20.txt:12370
 V5.20.txt:12371
 V5.20.txt:12372
 V5.20.txt:12373
 V5.20.txt:12374
 V5.20.txt:12375
 V5.20.txt:12376
 V5.20.txt:12377
 V5.20.txt:12378
 V5.20.txt:12379
 V5.20.txt:12380
 V5.20.txt:12381
 V5.20.txt:12382
 V5.20.txt:12383
 V5.20.txt:12384
 V5.20.txt:12385
 V5.20.txt:12386
 V5.20.txt:12387
 V5.20.txt:12388
 V5.20.txt:12389
 V5.20.txt:12390
 V5.20.txt:12391
 V5.20.txt:12392
 V5.20.txt:12393
 V5.20.txt:12394
 V5.20.txt:12395
 V5.20.txt:12396
 V5.20.txt:12397
 V5.20.txt:12398
 V5.20.txt:12399
 V5.20.txt:12400
 V5.20.txt:12401
 V5.20.txt:12402
 V5.20.txt:12403
 V5.20.txt:12404
 V5.20.txt:12405
 V5.20.txt:12406
 V5.20.txt:12407
 V5.20.txt:12408
 V5.20.txt:12409
 V5.20.txt:12410
 V5.20.txt:12411
 V5.20.txt:12412
 V5.20.txt:12413
 V5.20.txt:12414
 V5.20.txt:12415
 V5.20.txt:12416
 V5.20.txt:12417
 V5.20.txt:12418
 V5.20.txt:12419
 V5.20.txt:12420
 V5.20.txt:12421
 V5.20.txt:12422
 V5.20.txt:12423
 V5.20.txt:12424
 V5.20.txt:12425
 V5.20.txt:12426
 V5.20.txt:12427
 V5.20.txt:12428
 V5.20.txt:12429
 V5.20.txt:12430
 V5.20.txt:12431
 V5.20.txt:12432
 V5.20.txt:12433
 V5.20.txt:12434
 V5.20.txt:12435
 V5.20.txt:12436
 V5.20.txt:12437
 V5.20.txt:12438
 V5.20.txt:12439
 V5.20.txt:12440
 V5.20.txt:12441
 V5.20.txt:12442
 V5.20.txt:12443
 V5.20.txt:12444
 V5.20.txt:12445
 V5.20.txt:12446
 V5.20.txt:12447
 V5.20.txt:12448
 V5.20.txt:12449
 V5.20.txt:12450
 V5.20.txt:12451
 V5.20.txt:12452
 V5.20.txt:12453
 V5.20.txt:12454
 V5.20.txt:12455
 V5.20.txt:12456
 V5.20.txt:12457
 V5.20.txt:12458
 V5.20.txt:12459
 V5.20.txt:12460
 V5.20.txt:12461
 V5.20.txt:12462
 V5.20.txt:12463
 V5.20.txt:12464
 V5.20.txt:12465
 V5.20.txt:12466
 V5.20.txt:12467
 V5.20.txt:12468
 V5.20.txt:12469
 V5.20.txt:12470
 V5.20.txt:12471
 V5.20.txt:12472
 V5.20.txt:12473
 V5.20.txt:12474
 V5.20.txt:12475
 V5.20.txt:12476
 V5.20.txt:12477
 V5.20.txt:12478
 V5.20.txt:12479
 V5.20.txt:12480
 V5.20.txt:12481
 V5.20.txt:12482
 V5.20.txt:12483
 V5.20.txt:12484
 V5.20.txt:12485
 V5.20.txt:12486
 V5.20.txt:12487
 V5.20.txt:12488
 V5.20.txt:12489
 V5.20.txt:12490
 V5.20.txt:12491
 V5.20.txt:12492
 V5.20.txt:12493
 V5.20.txt:12494
 V5.20.txt:12495
 V5.20.txt:12496
 V5.20.txt:12497
 V5.20.txt:12498
 V5.20.txt:12499
 V5.20.txt:12500
 V5.20.txt:12501
 V5.20.txt:12502
 V5.20.txt:12503
 V5.20.txt:12504
 V5.20.txt:12505
 V5.20.txt:12506
 V5.20.txt:12507
 V5.20.txt:12508
 V5.20.txt:12509
 V5.20.txt:12510
 V5.20.txt:12511
 V5.20.txt:12512
 V5.20.txt:12513
 V5.20.txt:12514
 V5.20.txt:12515
 V5.20.txt:12516
 V5.20.txt:12517
 V5.20.txt:12518
 V5.20.txt:12519
 V5.20.txt:12520
 V5.20.txt:12521
 V5.20.txt:12522
 V5.20.txt:12523
 V5.20.txt:12524
 V5.20.txt:12525
 V5.20.txt:12526
 V5.20.txt:12527
 V5.20.txt:12528
 V5.20.txt:12529
 V5.20.txt:12530
 V5.20.txt:12531
 V5.20.txt:12532
 V5.20.txt:12533
 V5.20.txt:12534
 V5.20.txt:12535
 V5.20.txt:12536
 V5.20.txt:12537
 V5.20.txt:12538
 V5.20.txt:12539
 V5.20.txt:12540
 V5.20.txt:12541
 V5.20.txt:12542
 V5.20.txt:12543
 V5.20.txt:12544
 V5.20.txt:12545
 V5.20.txt:12546
 V5.20.txt:12547
 V5.20.txt:12548
 V5.20.txt:12549
 V5.20.txt:12550
 V5.20.txt:12551
 V5.20.txt:12552
 V5.20.txt:12553
 V5.20.txt:12554
 V5.20.txt:12555
 V5.20.txt:12556
 V5.20.txt:12557
 V5.20.txt:12558
 V5.20.txt:12559
 V5.20.txt:12560
 V5.20.txt:12561
 V5.20.txt:12562
 V5.20.txt:12563
 V5.20.txt:12564
 V5.20.txt:12565
 V5.20.txt:12566
 V5.20.txt:12567
 V5.20.txt:12568
 V5.20.txt:12569
 V5.20.txt:12570
 V5.20.txt:12571
 V5.20.txt:12572
 V5.20.txt:12573
 V5.20.txt:12574
 V5.20.txt:12575
 V5.20.txt:12576
 V5.20.txt:12577
 V5.20.txt:12578
 V5.20.txt:12579
 V5.20.txt:12580
 V5.20.txt:12581
 V5.20.txt:12582
 V5.20.txt:12583
 V5.20.txt:12584
 V5.20.txt:12585
 V5.20.txt:12586
 V5.20.txt:12587
 V5.20.txt:12588
 V5.20.txt:12589
 V5.20.txt:12590
 V5.20.txt:12591
 V5.20.txt:12592
 V5.20.txt:12593
 V5.20.txt:12594
 V5.20.txt:12595
 V5.20.txt:12596
 V5.20.txt:12597
 V5.20.txt:12598
 V5.20.txt:12599
 V5.20.txt:12600
 V5.20.txt:12601
 V5.20.txt:12602
 V5.20.txt:12603
 V5.20.txt:12604
 V5.20.txt:12605
 V5.20.txt:12606
 V5.20.txt:12607
 V5.20.txt:12608
 V5.20.txt:12609
 V5.20.txt:12610
 V5.20.txt:12611
 V5.20.txt:12612
 V5.20.txt:12613
 V5.20.txt:12614
 V5.20.txt:12615
 V5.20.txt:12616
 V5.20.txt:12617
 V5.20.txt:12618
 V5.20.txt:12619
 V5.20.txt:12620
 V5.20.txt:12621
 V5.20.txt:12622
 V5.20.txt:12623
 V5.20.txt:12624
 V5.20.txt:12625
 V5.20.txt:12626
 V5.20.txt:12627
 V5.20.txt:12628
 V5.20.txt:12629
 V5.20.txt:12630
 V5.20.txt:12631
 V5.20.txt:12632
 V5.20.txt:12633
 V5.20.txt:12634
 V5.20.txt:12635
 V5.20.txt:12636
 V5.20.txt:12637
 V5.20.txt:12638
 V5.20.txt:12639
 V5.20.txt:12640
 V5.20.txt:12641
 V5.20.txt:12642
 V5.20.txt:12643
 V5.20.txt:12644
 V5.20.txt:12645
 V5.20.txt:12646
 V5.20.txt:12647
 V5.20.txt:12648
 V5.20.txt:12649
 V5.20.txt:12650
 V5.20.txt:12651
 V5.20.txt:12652
 V5.20.txt:12653
 V5.20.txt:12654
 V5.20.txt:12655
 V5.20.txt:12656
 V5.20.txt:12657
 V5.20.txt:12658
 V5.20.txt:12659
 V5.20.txt:12660
 V5.20.txt:12661
 V5.20.txt:12662
 V5.20.txt:12663
 V5.20.txt:12664
 V5.20.txt:12665
 V5.20.txt:12666
 V5.20.txt:12667
 V5.20.txt:12668
 V5.20.txt:12669
 V5.20.txt:12670
 V5.20.txt:12671
 V5.20.txt:12672
 V5.20.txt:12673
 V5.20.txt:12674
 V5.20.txt:12675
 V5.20.txt:12676
 V5.20.txt:12677
 V5.20.txt:12678
 V5.20.txt:12679
 V5.20.txt:12680
 V5.20.txt:12681
 V5.20.txt:12682
 V5.20.txt:12683
 V5.20.txt:12684
 V5.20.txt:12685
 V5.20.txt:12686
 V5.20.txt:12687
 V5.20.txt:12688
 V5.20.txt:12689
 V5.20.txt:12690
 V5.20.txt:12691
 V5.20.txt:12692
 V5.20.txt:12693
 V5.20.txt:12694
 V5.20.txt:12695
 V5.20.txt:12696
 V5.20.txt:12697
 V5.20.txt:12698
 V5.20.txt:12699
 V5.20.txt:12700
 V5.20.txt:12701
 V5.20.txt:12702
 V5.20.txt:12703
 V5.20.txt:12704
 V5.20.txt:12705
 V5.20.txt:12706
 V5.20.txt:12707
 V5.20.txt:12708
 V5.20.txt:12709
 V5.20.txt:12710
 V5.20.txt:12711
 V5.20.txt:12712
 V5.20.txt:12713
 V5.20.txt:12714
 V5.20.txt:12715
 V5.20.txt:12716
 V5.20.txt:12717
 V5.20.txt:12718
 V5.20.txt:12719
 V5.20.txt:12720
 V5.20.txt:12721
 V5.20.txt:12722
 V5.20.txt:12723
 V5.20.txt:12724
 V5.20.txt:12725
 V5.20.txt:12726
 V5.20.txt:12727
 V5.20.txt:12728
 V5.20.txt:12729
 V5.20.txt:12730
 V5.20.txt:12731
 V5.20.txt:12732
 V5.20.txt:12733
 V5.20.txt:12734
 V5.20.txt:12735
 V5.20.txt:12736
 V5.20.txt:12737
 V5.20.txt:12738
 V5.20.txt:12739
 V5.20.txt:12740
 V5.20.txt:12741
 V5.20.txt:12742
 V5.20.txt:12743
 V5.20.txt:12744
 V5.20.txt:12745
 V5.20.txt:12746
 V5.20.txt:12747
 V5.20.txt:12748
 V5.20.txt:12749
 V5.20.txt:12750
 V5.20.txt:12751
 V5.20.txt:12752
 V5.20.txt:12753
 V5.20.txt:12754
 V5.20.txt:12755
 V5.20.txt:12756
 V5.20.txt:12757
 V5.20.txt:12758
 V5.20.txt:12759
 V5.20.txt:12760
 V5.20.txt:12761
 V5.20.txt:12762
 V5.20.txt:12763
 V5.20.txt:12764
 V5.20.txt:12765
 V5.20.txt:12766
 V5.20.txt:12767
 V5.20.txt:12768
 V5.20.txt:12769
 V5.20.txt:12770
 V5.20.txt:12771
 V5.20.txt:12772
 V5.20.txt:12773
 V5.20.txt:12774
 V5.20.txt:12775
 V5.20.txt:12776
 V5.20.txt:12777
 V5.20.txt:12778
 V5.20.txt:12779
 V5.20.txt:12780
 V5.20.txt:12781
 V5.20.txt:12782
 V5.20.txt:12783
 V5.20.txt:12784
 V5.20.txt:12785
 V5.20.txt:12786
 V5.20.txt:12787
 V5.20.txt:12788
 V5.20.txt:12789
 V5.20.txt:12790
 V5.20.txt:12791
 V5.20.txt:12792
 V5.20.txt:12793
 V5.20.txt:12794
 V5.20.txt:12795
 V5.20.txt:12796
 V5.20.txt:12797
 V5.20.txt:12798
 V5.20.txt:12799
 V5.20.txt:12800
 V5.20.txt:12801
 V5.20.txt:12802
 V5.20.txt:12803
 V5.20.txt:12804
 V5.20.txt:12805
 V5.20.txt:12806
 V5.20.txt:12807
 V5.20.txt:12808
 V5.20.txt:12809
 V5.20.txt:12810
 V5.20.txt:12811
 V5.20.txt:12812
 V5.20.txt:12813
 V5.20.txt:12814
 V5.20.txt:12815
 V5.20.txt:12816
 V5.20.txt:12817
 V5.20.txt:12818
 V5.20.txt:12819
 V5.20.txt:12820
 V5.20.txt:12821
 V5.20.txt:12822
 V5.20.txt:12823
 V5.20.txt:12824
 V5.20.txt:12825
 V5.20.txt:12826
 V5.20.txt:12827
 V5.20.txt:12828
 V5.20.txt:12829
 V5.20.txt:12830
 V5.20.txt:12831
 V5.20.txt:12832
 V5.20.txt:12833
 V5.20.txt:12834
 V5.20.txt:12835
 V5.20.txt:12836
 V5.20.txt:12837
 V5.20.txt:12838
 V5.20.txt:12839
 V5.20.txt:12840
 V5.20.txt:12841
 V5.20.txt:12842
 V5.20.txt:12843
 V5.20.txt:12844
 V5.20.txt:12845
 V5.20.txt:12846
 V5.20.txt:12847
 V5.20.txt:12848
 V5.20.txt:12849
 V5.20.txt:12850
 V5.20.txt:12851
 V5.20.txt:12852
 V5.20.txt:12853
 V5.20.txt:12854
 V5.20.txt:12855
 V5.20.txt:12856
 V5.20.txt:12857
 V5.20.txt:12858
 V5.20.txt:12859
 V5.20.txt:12860
 V5.20.txt:12861
 V5.20.txt:12862
 V5.20.txt:12863
 V5.20.txt:12864
 V5.20.txt:12865
 V5.20.txt:12866
 V5.20.txt:12867
 V5.20.txt:12868
 V5.20.txt:12869
 V5.20.txt:12870
 V5.20.txt:12871
 V5.20.txt:12872
 V5.20.txt:12873
 V5.20.txt:12874
 V5.20.txt:12875
 V5.20.txt:12876
 V5.20.txt:12877
 V5.20.txt:12878
 V5.20.txt:12879
 V5.20.txt:12880
 V5.20.txt:12881
 V5.20.txt:12882
 V5.20.txt:12883
 V5.20.txt:12884
 V5.20.txt:12885
 V5.20.txt:12886
 V5.20.txt:12887
 V5.20.txt:12888
 V5.20.txt:12889
 V5.20.txt:12890
 V5.20.txt:12891
 V5.20.txt:12892
 V5.20.txt:12893
 V5.20.txt:12894
 V5.20.txt:12895
 V5.20.txt:12896
 V5.20.txt:12897
 V5.20.txt:12898
 V5.20.txt:12899
 V5.20.txt:12900
 V5.20.txt:12901
 V5.20.txt:12902
 V5.20.txt:12903
 V5.20.txt:12904
 V5.20.txt:12905
 V5.20.txt:12906
 V5.20.txt:12907
 V5.20.txt:12908
 V5.20.txt:12909
 V5.20.txt:12910
 V5.20.txt:12911
 V5.20.txt:12912
 V5.20.txt:12913
 V5.20.txt:12914
 V5.20.txt:12915
 V5.20.txt:12916
 V5.20.txt:12917
 V5.20.txt:12918
 V5.20.txt:12919
 V5.20.txt:12920
 V5.20.txt:12921
 V5.20.txt:12922
 V5.20.txt:12923
 V5.20.txt:12924
 V5.20.txt:12925
 V5.20.txt:12926
 V5.20.txt:12927
 V5.20.txt:12928
 V5.20.txt:12929
 V5.20.txt:12930
 V5.20.txt:12931
 V5.20.txt:12932
 V5.20.txt:12933
 V5.20.txt:12934
 V5.20.txt:12935
 V5.20.txt:12936
 V5.20.txt:12937
 V5.20.txt:12938
 V5.20.txt:12939
 V5.20.txt:12940
 V5.20.txt:12941
 V5.20.txt:12942
 V5.20.txt:12943
 V5.20.txt:12944
 V5.20.txt:12945
 V5.20.txt:12946
 V5.20.txt:12947
 V5.20.txt:12948
 V5.20.txt:12949
 V5.20.txt:12950
 V5.20.txt:12951
 V5.20.txt:12952
 V5.20.txt:12953
 V5.20.txt:12954
 V5.20.txt:12955
 V5.20.txt:12956
 V5.20.txt:12957
 V5.20.txt:12958
 V5.20.txt:12959
 V5.20.txt:12960
 V5.20.txt:12961
 V5.20.txt:12962
 V5.20.txt:12963
 V5.20.txt:12964
 V5.20.txt:12965
 V5.20.txt:12966
 V5.20.txt:12967
 V5.20.txt:12968
 V5.20.txt:12969
 V5.20.txt:12970
 V5.20.txt:12971
 V5.20.txt:12972
 V5.20.txt:12973
 V5.20.txt:12974
 V5.20.txt:12975
 V5.20.txt:12976
 V5.20.txt:12977
 V5.20.txt:12978
 V5.20.txt:12979
 V5.20.txt:12980
 V5.20.txt:12981
 V5.20.txt:12982
 V5.20.txt:12983
 V5.20.txt:12984
 V5.20.txt:12985
 V5.20.txt:12986
 V5.20.txt:12987
 V5.20.txt:12988
 V5.20.txt:12989
 V5.20.txt:12990
 V5.20.txt:12991
 V5.20.txt:12992
 V5.20.txt:12993
 V5.20.txt:12994
 V5.20.txt:12995
 V5.20.txt:12996
 V5.20.txt:12997
 V5.20.txt:12998
 V5.20.txt:12999
 V5.20.txt:13000
 V5.20.txt:13001
 V5.20.txt:13002
 V5.20.txt:13003
 V5.20.txt:13004
 V5.20.txt:13005
 V5.20.txt:13006
 V5.20.txt:13007
 V5.20.txt:13008
 V5.20.txt:13009
 V5.20.txt:13010
 V5.20.txt:13011
 V5.20.txt:13012
 V5.20.txt:13013
 V5.20.txt:13014
 V5.20.txt:13015
 V5.20.txt:13016
 V5.20.txt:13017
 V5.20.txt:13018
 V5.20.txt:13019
 V5.20.txt:13020
 V5.20.txt:13021
 V5.20.txt:13022
 V5.20.txt:13023
 V5.20.txt:13024
 V5.20.txt:13025
 V5.20.txt:13026
 V5.20.txt:13027
 V5.20.txt:13028
 V5.20.txt:13029
 V5.20.txt:13030
 V5.20.txt:13031
 V5.20.txt:13032
 V5.20.txt:13033
 V5.20.txt:13034
 V5.20.txt:13035
 V5.20.txt:13036
 V5.20.txt:13037
 V5.20.txt:13038
 V5.20.txt:13039
 V5.20.txt:13040
 V5.20.txt:13041
 V5.20.txt:13042
 V5.20.txt:13043
 V5.20.txt:13044
 V5.20.txt:13045
 V5.20.txt:13046
 V5.20.txt:13047
 V5.20.txt:13048
 V5.20.txt:13049
 V5.20.txt:13050
 V5.20.txt:13051
 V5.20.txt:13052
 V5.20.txt:13053
 V5.20.txt:13054
 V5.20.txt:13055
 V5.20.txt:13056
 V5.20.txt:13057
 V5.20.txt:13058
 V5.20.txt:13059
 V5.20.txt:13060
 V5.20.txt:13061
 V5.20.txt:13062
 V5.20.txt:13063
 V5.20.txt:13064
 V5.20.txt:13065
 V5.20.txt:13066
 V5.20.txt:13067
 V5.20.txt:13068
 V5.20.txt:13069
 V5.20.txt:13070
 V5.20.txt:13071
 V5.20.txt:13072
 V5.20.txt:13073
 V5.20.txt:13074
 V5.20.txt:13075
 V5.20.txt:13076
 V5.20.txt:13077
 V5.20.txt:13078
 V5.20.txt:13079
 V5.20.txt:13080
 V5.20.txt:13081
 V5.20.txt:13082
 V5.20.txt:13083
 V5.20.txt:13084
 V5.20.txt:13085
 V5.20.txt:13086
 V5.20.txt:13087
 V5.20.txt:13088
 V5.20.txt:13089
 V5.20.txt:13090
 V5.20.txt:13091
 V5.20.txt:13092
 V5.20.txt:13093
 V5.20.txt:13094
 V5.20.txt:13095
 V5.20.txt:13096
 V5.20.txt:13097
 V5.20.txt:13098
 V5.20.txt:13099
 V5.20.txt:13100
 V5.20.txt:13101
 V5.20.txt:13102
 V5.20.txt:13103
 V5.20.txt:13104
 V5.20.txt:13105
 V5.20.txt:13106
 V5.20.txt:13107
 V5.20.txt:13108
 V5.20.txt:13109
 V5.20.txt:13110
 V5.20.txt:13111
 V5.20.txt:13112
 V5.20.txt:13113
 V5.20.txt:13114
 V5.20.txt:13115
 V5.20.txt:13116
 V5.20.txt:13117
 V5.20.txt:13118
 V5.20.txt:13119
 V5.20.txt:13120
 V5.20.txt:13121
 V5.20.txt:13122
 V5.20.txt:13123
 V5.20.txt:13124
 V5.20.txt:13125
 V5.20.txt:13126
 V5.20.txt:13127
 V5.20.txt:13128
 V5.20.txt:13129
 V5.20.txt:13130
 V5.20.txt:13131
 V5.20.txt:13132
 V5.20.txt:13133
 V5.20.txt:13134
 V5.20.txt:13135
 V5.20.txt:13136
 V5.20.txt:13137
 V5.20.txt:13138
 V5.20.txt:13139
 V5.20.txt:13140
 V5.20.txt:13141
 V5.20.txt:13142
 V5.20.txt:13143
 V5.20.txt:13144
 V5.20.txt:13145
 V5.20.txt:13146
 V5.20.txt:13147
 V5.20.txt:13148
 V5.20.txt:13149
 V5.20.txt:13150
 V5.20.txt:13151
 V5.20.txt:13152
 V5.20.txt:13153
 V5.20.txt:13154
 V5.20.txt:13155
 V5.20.txt:13156
 V5.20.txt:13157
 V5.20.txt:13158
 V5.20.txt:13159
 V5.20.txt:13160
 V5.20.txt:13161
 V5.20.txt:13162
 V5.20.txt:13163
 V5.20.txt:13164
 V5.20.txt:13165
 V5.20.txt:13166
 V5.20.txt:13167
 V5.20.txt:13168
 V5.20.txt:13169
 V5.20.txt:13170
 V5.20.txt:13171
 V5.20.txt:13172
 V5.20.txt:13173
 V5.20.txt:13174
 V5.20.txt:13175
 V5.20.txt:13176
 V5.20.txt:13177
 V5.20.txt:13178
 V5.20.txt:13179
 V5.20.txt:13180
 V5.20.txt:13181
 V5.20.txt:13182
 V5.20.txt:13183
 V5.20.txt:13184
 V5.20.txt:13185
 V5.20.txt:13186
 V5.20.txt:13187
 V5.20.txt:13188
 V5.20.txt:13189
 V5.20.txt:13190
 V5.20.txt:13191
 V5.20.txt:13192
 V5.20.txt:13193
 V5.20.txt:13194
 V5.20.txt:13195
 V5.20.txt:13196
 V5.20.txt:13197
 V5.20.txt:13198
 V5.20.txt:13199
 V5.20.txt:13200
 V5.20.txt:13201
 V5.20.txt:13202
 V5.20.txt:13203
 V5.20.txt:13204
 V5.20.txt:13205
 V5.20.txt:13206
 V5.20.txt:13207
 V5.20.txt:13208
 V5.20.txt:13209
 V5.20.txt:13210
 V5.20.txt:13211
 V5.20.txt:13212
 V5.20.txt:13213
 V5.20.txt:13214
 V5.20.txt:13215
 V5.20.txt:13216
 V5.20.txt:13217
 V5.20.txt:13218
 V5.20.txt:13219
 V5.20.txt:13220
 V5.20.txt:13221
 V5.20.txt:13222
 V5.20.txt:13223
 V5.20.txt:13224
 V5.20.txt:13225
 V5.20.txt:13226
 V5.20.txt:13227
 V5.20.txt:13228
 V5.20.txt:13229
 V5.20.txt:13230
 V5.20.txt:13231
 V5.20.txt:13232
 V5.20.txt:13233
 V5.20.txt:13234
 V5.20.txt:13235
 V5.20.txt:13236
 V5.20.txt:13237
 V5.20.txt:13238
 V5.20.txt:13239
 V5.20.txt:13240
 V5.20.txt:13241
 V5.20.txt:13242
 V5.20.txt:13243
 V5.20.txt:13244
 V5.20.txt:13245
 V5.20.txt:13246
 V5.20.txt:13247
 V5.20.txt:13248
 V5.20.txt:13249
 V5.20.txt:13250
 V5.20.txt:13251
 V5.20.txt:13252
 V5.20.txt:13253
 V5.20.txt:13254
 V5.20.txt:13255
 V5.20.txt:13256
 V5.20.txt:13257
 V5.20.txt:13258
 V5.20.txt:13259
 V5.20.txt:13260
 V5.20.txt:13261
 V5.20.txt:13262
 V5.20.txt:13263
 V5.20.txt:13264
 V5.20.txt:13265
 V5.20.txt:13266
 V5.20.txt:13267
 V5.20.txt:13268
 V5.20.txt:13269
 V5.20.txt:13270
 V5.20.txt:13271
 V5.20.txt:13272
 V5.20.txt:13273
 V5.20.txt:13274
 V5.20.txt:13275
 V5.20.txt:13276
 V5.20.txt:13277
 V5.20.txt:13278
 V5.20.txt:13279
 V5.20.txt:13280
 V5.20.txt:13281
 V5.20.txt:13282
 V5.20.txt:13283
 V5.20.txt:13284
 V5.20.txt:13285
 V5.20.txt:13286
 V5.20.txt:13287
 V5.20.txt:13288
 V5.20.txt:13289
 V5.20.txt:13290
 V5.20.txt:13291
 V5.20.txt:13292
 V5.20.txt:13293
 V5.20.txt:13294
 V5.20.txt:13295
 V5.20.txt:13296
 V5.20.txt:13297
 V5.20.txt:13298
 V5.20.txt:13299
 V5.20.txt:13300
 V5.20.txt:13301
 V5.20.txt:13302
 V5.20.txt:13303
 V5.20.txt:13304
 V5.20.txt:13305
 V5.20.txt:13306
 V5.20.txt:13307
 V5.20.txt:13308
 V5.20.txt:13309
 V5.20.txt:13310
 V5.20.txt:13311
 V5.20.txt:13312
 V5.20.txt:13313
 V5.20.txt:13314
 V5.20.txt:13315
 V5.20.txt:13316
 V5.20.txt:13317
 V5.20.txt:13318
 V5.20.txt:13319
 V5.20.txt:13320
 V5.20.txt:13321
 V5.20.txt:13322
 V5.20.txt:13323
 V5.20.txt:13324
 V5.20.txt:13325
 V5.20.txt:13326
 V5.20.txt:13327
 V5.20.txt:13328
 V5.20.txt:13329
 V5.20.txt:13330
 V5.20.txt:13331
 V5.20.txt:13332
 V5.20.txt:13333
 V5.20.txt:13334
 V5.20.txt:13335
 V5.20.txt:13336
 V5.20.txt:13337
 V5.20.txt:13338
 V5.20.txt:13339
 V5.20.txt:13340
 V5.20.txt:13341
 V5.20.txt:13342
 V5.20.txt:13343
 V5.20.txt:13344
 V5.20.txt:13345
 V5.20.txt:13346
 V5.20.txt:13347
 V5.20.txt:13348
 V5.20.txt:13349
 V5.20.txt:13350
 V5.20.txt:13351
 V5.20.txt:13352
 V5.20.txt:13353
 V5.20.txt:13354
 V5.20.txt:13355
 V5.20.txt:13356
 V5.20.txt:13357
 V5.20.txt:13358
 V5.20.txt:13359
 V5.20.txt:13360
 V5.20.txt:13361
 V5.20.txt:13362
 V5.20.txt:13363
 V5.20.txt:13364
 V5.20.txt:13365
 V5.20.txt:13366
 V5.20.txt:13367
 V5.20.txt:13368
 V5.20.txt:13369
 V5.20.txt:13370
 V5.20.txt:13371
 V5.20.txt:13372
 V5.20.txt:13373
 V5.20.txt:13374
 V5.20.txt:13375
 V5.20.txt:13376
 V5.20.txt:13377
 V5.20.txt:13378
 V5.20.txt:13379
 V5.20.txt:13380
 V5.20.txt:13381
 V5.20.txt:13382
 V5.20.txt:13383
 V5.20.txt:13384
 V5.20.txt:13385
 V5.20.txt:13386
 V5.20.txt:13387
 V5.20.txt:13388
 V5.20.txt:13389
 V5.20.txt:13390
 V5.20.txt:13391
 V5.20.txt:13392
 V5.20.txt:13393
 V5.20.txt:13394
 V5.20.txt:13395
 V5.20.txt:13396
 V5.20.txt:13397
 V5.20.txt:13398
 V5.20.txt:13399
 V5.20.txt:13400
 V5.20.txt:13401
 V5.20.txt:13402
 V5.20.txt:13403
 V5.20.txt:13404
 V5.20.txt:13405
 V5.20.txt:13406
 V5.20.txt:13407
 V5.20.txt:13408
 V5.20.txt:13409
 V5.20.txt:13410
 V5.20.txt:13411
 V5.20.txt:13412
 V5.20.txt:13413
 V5.20.txt:13414
 V5.20.txt:13415
 V5.20.txt:13416
 V5.20.txt:13417
 V5.20.txt:13418
 V5.20.txt:13419
 V5.20.txt:13420
 V5.20.txt:13421
 V5.20.txt:13422
 V5.20.txt:13423
 V5.20.txt:13424
 V5.20.txt:13425
 V5.20.txt:13426
 V5.20.txt:13427
 V5.20.txt:13428
 V5.20.txt:13429
 V5.20.txt:13430
 V5.20.txt:13431
 V5.20.txt:13432
 V5.20.txt:13433
 V5.20.txt:13434
 V5.20.txt:13435
 V5.20.txt:13436
 V5.20.txt:13437
 V5.20.txt:13438
 V5.20.txt:13439
 V5.20.txt:13440
 V5.20.txt:13441
 V5.20.txt:13442
 V5.20.txt:13443
 V5.20.txt:13444
 V5.20.txt:13445
 V5.20.txt:13446
 V5.20.txt:13447
 V5.20.txt:13448
 V5.20.txt:13449
 V5.20.txt:13450
 V5.20.txt:13451
 V5.20.txt:13452
 V5.20.txt:13453
 V5.20.txt:13454
 V5.20.txt:13455
 V5.20.txt:13456
 V5.20.txt:13457
 V5.20.txt:13458
 V5.20.txt:13459
 V5.20.txt:13460
 V5.20.txt:13461
 V5.20.txt:13462
 V5.20.txt:13463
 V5.20.txt:13464
 V5.20.txt:13465
 V5.20.txt:13466
 V5.20.txt:13467
 V5.20.txt:13468
 V5.20.txt:13469
 V5.20.txt:13470
 V5.20.txt:13471
 V5.20.txt:13472
 V5.20.txt:13473
 V5.20.txt:13474
 V5.20.txt:13475
 V5.20.txt:13476
 V5.20.txt:13477
 V5.20.txt:13478
 V5.20.txt:13479
 V5.20.txt:13480
 V5.20.txt:13481
 V5.20.txt:13482
 V5.20.txt:13483
 V5.20.txt:13484
 V5.20.txt:13485
 V5.20.txt:13486
 V5.20.txt:13487
 V5.20.txt:13488
 V5.20.txt:13489
 V5.20.txt:13490
 V5.20.txt:13491
 V5.20.txt:13492
 V5.20.txt:13493
 V5.20.txt:13494
 V5.20.txt:13495
 V5.20.txt:13496
 V5.20.txt:13497
 V5.20.txt:13498
 V5.20.txt:13499
 V5.20.txt:13500
 V5.20.txt:13501
 V5.20.txt:13502
 V5.20.txt:13503
 V5.20.txt:13504
 V5.20.txt:13505
 V5.20.txt:13506
 V5.20.txt:13507
 V5.20.txt:13508
 V5.20.txt:13509
 V5.20.txt:13510
 V5.20.txt:13511
 V5.20.txt:13512
 V5.20.txt:13513
 V5.20.txt:13514
 V5.20.txt:13515
 V5.20.txt:13516
 V5.20.txt:13517
 V5.20.txt:13518
 V5.20.txt:13519
 V5.20.txt:13520
 V5.20.txt:13521
 V5.20.txt:13522
 V5.20.txt:13523
 V5.20.txt:13524
 V5.20.txt:13525
 V5.20.txt:13526
 V5.20.txt:13527
 V5.20.txt:13528
 V5.20.txt:13529
 V5.20.txt:13530
 V5.20.txt:13531
 V5.20.txt:13532
 V5.20.txt:13533
 V5.20.txt:13534
 V5.20.txt:13535
 V5.20.txt:13536
 V5.20.txt:13537
 V5.20.txt:13538
 V5.20.txt:13539
 V5.20.txt:13540
 V5.20.txt:13541
 V5.20.txt:13542
 V5.20.txt:13543
 V5.20.txt:13544
 V5.20.txt:13545
 V5.20.txt:13546
 V5.20.txt:13547
 V5.20.txt:13548
 V5.20.txt:13549
 V5.20.txt:13550
 V5.20.txt:13551
 V5.20.txt:13552
 V5.20.txt:13553
 V5.20.txt:13554
 V5.20.txt:13555
 V5.20.txt:13556
 V5.20.txt:13557
 V5.20.txt:13558
 V5.20.txt:13559
 V5.20.txt:13560
 V5.20.txt:13561
 V5.20.txt:13562
 V5.20.txt:13563
 V5.20.txt:13564
 V5.20.txt:13565
 V5.20.txt:13566
 V5.20.txt:13567
 V5.20.txt:13568
 V5.20.txt:13569
 V5.20.txt:13570
 V5.20.txt:13571
 V5.20.txt:13572
 V5.20.txt:13573
 V5.20.txt:13574
 V5.20.txt:13575
 V5.20.txt:13576
 V5.20.txt:13577
 V5.20.txt:13578
 V5.20.txt:13579
 V5.20.txt:13580
 V5.20.txt:13581
 V5.20.txt:13582
 V5.20.txt:13583
 V5.20.txt:13584
 V5.20.txt:13585
 V5.20.txt:13586
 V5.20.txt:13587
 V5.20.txt:13588
 V5.20.txt:13589
 V5.20.txt:13590
 V5.20.txt:13591
 V5.20.txt:13592
 V5.20.txt:13593
 V5.20.txt:13594
 V5.20.txt:13595
 V5.20.txt:13596
 V5.20.txt:13597
 V5.20.txt:13598
 V5.20.txt:13599
 V5.20.txt:13600
 V5.20.txt:13601
 V5.20.txt:13602
 V5.20.txt:13603
 V5.20.txt:13604
 V5.20.txt:13605
 V5.20.txt:13606
 V5.20.txt:13607
 V5.20.txt:13608
 V5.20.txt:13609
 V5.20.txt:13610
 V5.20.txt:13611
 V5.20.txt:13612
 V5.20.txt:13613
 V5.20.txt:13614
 V5.20.txt:13615
 V5.20.txt:13616
 V5.20.txt:13617
 V5.20.txt:13618
 V5.20.txt:13619
 V5.20.txt:13620
 V5.20.txt:13621
 V5.20.txt:13622
 V5.20.txt:13623
 V5.20.txt:13624
 V5.20.txt:13625
 V5.20.txt:13626
 V5.20.txt:13627
 V5.20.txt:13628
 V5.20.txt:13629
 V5.20.txt:13630
 V5.20.txt:13631
 V5.20.txt:13632
 V5.20.txt:13633
 V5.20.txt:13634
 V5.20.txt:13635
 V5.20.txt:13636
 V5.20.txt:13637
 V5.20.txt:13638
 V5.20.txt:13639
 V5.20.txt:13640
 V5.20.txt:13641
 V5.20.txt:13642
 V5.20.txt:13643
 V5.20.txt:13644
 V5.20.txt:13645
 V5.20.txt:13646
 V5.20.txt:13647
 V5.20.txt:13648
 V5.20.txt:13649
 V5.20.txt:13650
 V5.20.txt:13651
 V5.20.txt:13652
 V5.20.txt:13653
 V5.20.txt:13654
 V5.20.txt:13655
 V5.20.txt:13656
 V5.20.txt:13657
 V5.20.txt:13658
 V5.20.txt:13659
 V5.20.txt:13660
 V5.20.txt:13661
 V5.20.txt:13662
 V5.20.txt:13663
 V5.20.txt:13664
 V5.20.txt:13665
 V5.20.txt:13666
 V5.20.txt:13667
 V5.20.txt:13668
 V5.20.txt:13669
 V5.20.txt:13670
 V5.20.txt:13671
 V5.20.txt:13672
 V5.20.txt:13673
 V5.20.txt:13674
 V5.20.txt:13675
 V5.20.txt:13676
 V5.20.txt:13677
 V5.20.txt:13678
 V5.20.txt:13679
 V5.20.txt:13680
 V5.20.txt:13681
 V5.20.txt:13682
 V5.20.txt:13683
 V5.20.txt:13684
 V5.20.txt:13685
 V5.20.txt:13686
 V5.20.txt:13687
 V5.20.txt:13688
 V5.20.txt:13689
 V5.20.txt:13690
 V5.20.txt:13691
 V5.20.txt:13692
 V5.20.txt:13693
 V5.20.txt:13694
 V5.20.txt:13695
 V5.20.txt:13696
 V5.20.txt:13697
 V5.20.txt:13698
 V5.20.txt:13699
 V5.20.txt:13700
 V5.20.txt:13701
 V5.20.txt:13702
 V5.20.txt:13703
 V5.20.txt:13704
 V5.20.txt:13705
 V5.20.txt:13706
 V5.20.txt:13707
 V5.20.txt:13708
 V5.20.txt:13709
 V5.20.txt:13710
 V5.20.txt:13711
 V5.20.txt:13712
 V5.20.txt:13713
 V5.20.txt:13714
 V5.20.txt:13715
 V5.20.txt:13716
 V5.20.txt:13717
 V5.20.txt:13718
 V5.20.txt:13719
 V5.20.txt:13720
 V5.20.txt:13721
 V5.20.txt:13722
 V5.20.txt:13723
 V5.20.txt:13724
 V5.20.txt:13725
 V5.20.txt:13726
 V5.20.txt:13727
 V5.20.txt:13728
 V5.20.txt:13729
 V5.20.txt:13730
 V5.20.txt:13731
 V5.20.txt:13732
 V5.20.txt:13733
 V5.20.txt:13734
 V5.20.txt:13735
 V5.20.txt:13736
 V5.20.txt:13737
 V5.20.txt:13738
 V5.20.txt:13739
 V5.20.txt:13740
 V5.20.txt:13741
 V5.20.txt:13742
 V5.20.txt:13743
 V5.20.txt:13744
 V5.20.txt:13745
 V5.20.txt:13746
 V5.20.txt:13747
 V5.20.txt:13748
 V5.20.txt:13749
 V5.20.txt:13750
 V5.20.txt:13751
 V5.20.txt:13752
 V5.20.txt:13753
 V5.20.txt:13754
 V5.20.txt:13755
 V5.20.txt:13756
 V5.20.txt:13757
 V5.20.txt:13758
 V5.20.txt:13759
 V5.20.txt:13760
 V5.20.txt:13761
 V5.20.txt:13762
 V5.20.txt:13763
 V5.20.txt:13764
 V5.20.txt:13765
 V5.20.txt:13766
 V5.20.txt:13767
 V5.20.txt:13768
 V5.20.txt:13769
 V5.20.txt:13770
 V5.20.txt:13771
 V5.20.txt:13772
 V5.20.txt:13773
 V5.20.txt:13774
 V5.20.txt:13775
 V5.20.txt:13776
 V5.20.txt:13777
 V5.20.txt:13778
 V5.20.txt:13779
 V5.20.txt:13780
 V5.20.txt:13781
 V5.20.txt:13782
 V5.20.txt:13783
 V5.20.txt:13784
 V5.20.txt:13785
 V5.20.txt:13786
 V5.20.txt:13787
 V5.20.txt:13788
 V5.20.txt:13789
 V5.20.txt:13790
 V5.20.txt:13791
 V5.20.txt:13792
 V5.20.txt:13793
 V5.20.txt:13794
 V5.20.txt:13795
 V5.20.txt:13796
 V5.20.txt:13797
 V5.20.txt:13798
 V5.20.txt:13799
 V5.20.txt:13800
 V5.20.txt:13801
 V5.20.txt:13802
 V5.20.txt:13803
 V5.20.txt:13804
 V5.20.txt:13805
 V5.20.txt:13806
 V5.20.txt:13807
 V5.20.txt:13808
 V5.20.txt:13809
 V5.20.txt:13810
 V5.20.txt:13811
 V5.20.txt:13812
 V5.20.txt:13813
 V5.20.txt:13814
 V5.20.txt:13815
 V5.20.txt:13816
 V5.20.txt:13817
 V5.20.txt:13818
 V5.20.txt:13819
 V5.20.txt:13820
 V5.20.txt:13821
 V5.20.txt:13822
 V5.20.txt:13823
 V5.20.txt:13824
 V5.20.txt:13825
 V5.20.txt:13826
 V5.20.txt:13827
 V5.20.txt:13828
 V5.20.txt:13829
 V5.20.txt:13830
 V5.20.txt:13831
 V5.20.txt:13832
 V5.20.txt:13833
 V5.20.txt:13834
 V5.20.txt:13835
 V5.20.txt:13836
 V5.20.txt:13837
 V5.20.txt:13838
 V5.20.txt:13839
 V5.20.txt:13840
 V5.20.txt:13841
 V5.20.txt:13842
 V5.20.txt:13843
 V5.20.txt:13844
 V5.20.txt:13845
 V5.20.txt:13846
 V5.20.txt:13847
 V5.20.txt:13848
 V5.20.txt:13849
 V5.20.txt:13850
 V5.20.txt:13851
 V5.20.txt:13852
 V5.20.txt:13853
 V5.20.txt:13854
 V5.20.txt:13855
 V5.20.txt:13856
 V5.20.txt:13857
 V5.20.txt:13858
 V5.20.txt:13859
 V5.20.txt:13860
 V5.20.txt:13861
 V5.20.txt:13862
 V5.20.txt:13863
 V5.20.txt:13864
 V5.20.txt:13865
 V5.20.txt:13866
 V5.20.txt:13867
 V5.20.txt:13868
 V5.20.txt:13869
 V5.20.txt:13870
 V5.20.txt:13871
 V5.20.txt:13872
 V5.20.txt:13873
 V5.20.txt:13874
 V5.20.txt:13875
 V5.20.txt:13876
 V5.20.txt:13877
 V5.20.txt:13878
 V5.20.txt:13879
 V5.20.txt:13880
 V5.20.txt:13881
 V5.20.txt:13882
 V5.20.txt:13883
 V5.20.txt:13884
 V5.20.txt:13885
 V5.20.txt:13886
 V5.20.txt:13887
 V5.20.txt:13888
 V5.20.txt:13889
 V5.20.txt:13890
 V5.20.txt:13891
 V5.20.txt:13892
 V5.20.txt:13893
 V5.20.txt:13894
 V5.20.txt:13895
 V5.20.txt:13896
 V5.20.txt:13897
 V5.20.txt:13898
 V5.20.txt:13899
 V5.20.txt:13900
 V5.20.txt:13901
 V5.20.txt:13902
 V5.20.txt:13903
 V5.20.txt:13904
 V5.20.txt:13905
 V5.20.txt:13906
 V5.20.txt:13907
 V5.20.txt:13908
 V5.20.txt:13909
 V5.20.txt:13910
 V5.20.txt:13911
 V5.20.txt:13912
 V5.20.txt:13913
 V5.20.txt:13914
 V5.20.txt:13915
 V5.20.txt:13916
 V5.20.txt:13917
 V5.20.txt:13918
 V5.20.txt:13919
 V5.20.txt:13920
 V5.20.txt:13921
 V5.20.txt:13922
 V5.20.txt:13923
 V5.20.txt:13924
 V5.20.txt:13925
 V5.20.txt:13926
 V5.20.txt:13927
 V5.20.txt:13928
 V5.20.txt:13929
 V5.20.txt:13930
 V5.20.txt:13931
 V5.20.txt:13932
 V5.20.txt:13933
 V5.20.txt:13934
 V5.20.txt:13935
 V5.20.txt:13936
 V5.20.txt:13937
 V5.20.txt:13938
 V5.20.txt:13939
 V5.20.txt:13940
 V5.20.txt:13941
 V5.20.txt:13942
 V5.20.txt:13943
 V5.20.txt:13944
 V5.20.txt:13945
 V5.20.txt:13946
 V5.20.txt:13947
 V5.20.txt:13948
 V5.20.txt:13949
 V5.20.txt:13950
 V5.20.txt:13951
 V5.20.txt:13952
 V5.20.txt:13953
 V5.20.txt:13954
 V5.20.txt:13955
 V5.20.txt:13956
 V5.20.txt:13957
 V5.20.txt:13958
 V5.20.txt:13959
 V5.20.txt:13960
 V5.20.txt:13961
 V5.20.txt:13962
 V5.20.txt:13963
 V5.20.txt:13964
 V5.20.txt:13965
 V5.20.txt:13966
 V5.20.txt:13967
 V5.20.txt:13968
 V5.20.txt:13969
 V5.20.txt:13970
 V5.20.txt:13971
 V5.20.txt:13972
 V5.20.txt:13973
 V5.20.txt:13974
 V5.20.txt:13975
 V5.20.txt:13976
 V5.20.txt:13977
 V5.20.txt:13978
 V5.20.txt:13979
 V5.20.txt:13980
 V5.20.txt:13981
 V5.20.txt:13982
 V5.20.txt:13983
 V5.20.txt:13984
 V5.20.txt:13985
 V5.20.txt:13986
 V5.20.txt:13987
 V5.20.txt:13988
 V5.20.txt:13989
 V5.20.txt:13990
 V5.20.txt:13991
 V5.20.txt:13992
 V5.20.txt:13993
 V5.20.txt:13994
 V5.20.txt:13995
 V5.20.txt:13996
 V5.20.txt:13997
 V5.20.txt:13998
 V5.20.txt:13999
 V5.20.txt:14000
 V5.20.txt:14001
 V5.20.txt:14002
 V5.20.txt:14003
 V5.20.txt:14004
 V5.20.txt:14005
 V5.20.txt:14006
 V5.20.txt:14007
 V5.20.txt:14008
 V5.20.txt:14009
 V5.20.txt:14010
 V5.20.txt:14011
 V5.20.txt:14012
 V5.20.txt:14013
 V5.20.txt:14014
 V5.20.txt:14015
 V5.20.txt:14016
 V5.20.txt:14017
 V5.20.txt:14018
 V5.20.txt:14019
 V5.20.txt:14020
 V5.20.txt:14021
 V5.20.txt:14022
 V5.20.txt:14023
 V5.20.txt:14024
 V5.20.txt:14025
 V5.20.txt:14026
 V5.20.txt:14027
 V5.20.txt:14028
 V5.20.txt:14029
 V5.20.txt:14030
 V5.20.txt:14031
 V5.20.txt:14032
 V5.20.txt:14033
 V5.20.txt:14034
 V5.20.txt:14035
 V5.20.txt:14036
 V5.20.txt:14037
 V5.20.txt:14038
 V5.20.txt:14039
 V5.20.txt:14040
 V5.20.txt:14041
 V5.20.txt:14042
 V5.20.txt:14043
 V5.20.txt:14044
 V5.20.txt:14045
 V5.20.txt:14046
 V5.20.txt:14047
 V5.20.txt:14048
 V5.20.txt:14049
 V5.20.txt:14050
 V5.20.txt:14051
 V5.20.txt:14052
 V5.20.txt:14053
 V5.20.txt:14054
 V5.20.txt:14055
 V5.20.txt:14056
 V5.20.txt:14057
 V5.20.txt:14058
 V5.20.txt:14059
 V5.20.txt:14060
 V5.20.txt:14061
 V5.20.txt:14062
 V5.20.txt:14063
 V5.20.txt:14064
 V5.20.txt:14065
 V5.20.txt:14066
 V5.20.txt:14067
 V5.20.txt:14068
 V5.20.txt:14069
 V5.20.txt:14070
 V5.20.txt:14071
 V5.20.txt:14072
 V5.20.txt:14073
 V5.20.txt:14074
 V5.20.txt:14075
 V5.20.txt:14076
 V5.20.txt:14077
 V5.20.txt:14078
 V5.20.txt:14079
 V5.20.txt:14080
 V5.20.txt:14081
 V5.20.txt:14082
 V5.20.txt:14083
 V5.20.txt:14084
 V5.20.txt:14085
 V5.20.txt:14086
 V5.20.txt:14087
 V5.20.txt:14088
 V5.20.txt:14089
 V5.20.txt:14090
 V5.20.txt:14091
 V5.20.txt:14092
 V5.20.txt:14093
 V5.20.txt:14094
 V5.20.txt:14095
 V5.20.txt:14096
 V5.20.txt:14097
 V5.20.txt:14098
 V5.20.txt:14099
 V5.20.txt:14100
 V5.20.txt:14101
 V5.20.txt:14102
 V5.20.txt:14103
 V5.20.txt:14104
 V5.20.txt:14105
 V5.20.txt:14106
 V5.20.txt:14107
 V5.20.txt:14108
 V5.20.txt:14109
 V5.20.txt:14110
 V5.20.txt:14111
 V5.20.txt:14112
 V5.20.txt:14113
 V5.20.txt:14114
 V5.20.txt:14115
 V5.20.txt:14116
 V5.20.txt:14117
 V5.20.txt:14118
 V5.20.txt:14119
 V5.20.txt:14120
 V5.20.txt:14121
 V5.20.txt:14122
 V5.20.txt:14123
 V5.20.txt:14124
 V5.20.txt:14125
 V5.20.txt:14126
 V5.20.txt:14127
 V5.20.txt:14128
 V5.20.txt:14129
 V5.20.txt:14130
 V5.20.txt:14131
 V5.20.txt:14132
 V5.20.txt:14133
 V5.20.txt:14134
 V5.20.txt:14135
 V5.20.txt:14136
 V5.20.txt:14137
 V5.20.txt:14138
 V5.20.txt:14139
 V5.20.txt:14140
 V5.20.txt:14141
 V5.20.txt:14142
 V5.20.txt:14143
 V5.20.txt:14144
 V5.20.txt:14145
 V5.20.txt:14146
 V5.20.txt:14147
 V5.20.txt:14148
 V5.20.txt:14149
 V5.20.txt:14150
 V5.20.txt:14151
 V5.20.txt:14152
 V5.20.txt:14153
 V5.20.txt:14154
 V5.20.txt:14155
 V5.20.txt:14156
 V5.20.txt:14157
 V5.20.txt:14158
 V5.20.txt:14159
 V5.20.txt:14160
 V5.20.txt:14161
 V5.20.txt:14162
 V5.20.txt:14163
 V5.20.txt:14164
 V5.20.txt:14165
 V5.20.txt:14166
 V5.20.txt:14167
 V5.20.txt:14168
 V5.20.txt:14169
 V5.20.txt:14170
 V5.20.txt:14171
 V5.20.txt:14172
 V5.20.txt:14173
 V5.20.txt:14174
 V5.20.txt:14175
 V5.20.txt:14176
 V5.20.txt:14177
 V5.20.txt:14178
 V5.20.txt:14179
 V5.20.txt:14180
 V5.20.txt:14181
 V5.20.txt:14182
 V5.20.txt:14183
 V5.20.txt:14184
 V5.20.txt:14185
 V5.20.txt:14186
 V5.20.txt:14187
 V5.20.txt:14188
 V5.20.txt:14189
 V5.20.txt:14190
 V5.20.txt:14191
 V5.20.txt:14192
 V5.20.txt:14193
 V5.20.txt:14194
 V5.20.txt:14195
 V5.20.txt:14196
 V5.20.txt:14197
 V5.20.txt:14198
 V5.20.txt:14199
 V5.20.txt:14200
 V5.20.txt:14201
 V5.20.txt:14202
 V5.20.txt:14203
 V5.20.txt:14204
 V5.20.txt:14205
 V5.20.txt:14206
 V5.20.txt:14207
 V5.20.txt:14208
 V5.20.txt:14209
 V5.20.txt:14210
 V5.20.txt:14211
 V5.20.txt:14212
 V5.20.txt:14213
 V5.20.txt:14214
 V5.20.txt:14215
 V5.20.txt:14216
 V5.20.txt:14217
 V5.20.txt:14218
 V5.20.txt:14219
 V5.20.txt:14220
 V5.20.txt:14221
 V5.20.txt:14222
 V5.20.txt:14223
 V5.20.txt:14224
 V5.20.txt:14225
 V5.20.txt:14226
 V5.20.txt:14227
 V5.20.txt:14228
 V5.20.txt:14229
 V5.20.txt:14230
 V5.20.txt:14231
 V5.20.txt:14232
 V5.20.txt:14233
 V5.20.txt:14234
 V5.20.txt:14235
 V5.20.txt:14236
 V5.20.txt:14237
 V5.20.txt:14238
 V5.20.txt:14239
 V5.20.txt:14240
 V5.20.txt:14241
 V5.20.txt:14242
 V5.20.txt:14243
 V5.20.txt:14244
 V5.20.txt:14245
 V5.20.txt:14246
 V5.20.txt:14247
 V5.20.txt:14248
 V5.20.txt:14249
 V5.20.txt:14250
 V5.20.txt:14251
 V5.20.txt:14252
 V5.20.txt:14253
 V5.20.txt:14254
 V5.20.txt:14255
 V5.20.txt:14256
 V5.20.txt:14257
 V5.20.txt:14258
 V5.20.txt:14259
 V5.20.txt:14260
 V5.20.txt:14261
 V5.20.txt:14262
 V5.20.txt:14263
 V5.20.txt:14264
 V5.20.txt:14265
 V5.20.txt:14266
 V5.20.txt:14267
 V5.20.txt:14268
 V5.20.txt:14269
 V5.20.txt:14270
 V5.20.txt:14271
 V5.20.txt:14272
 V5.20.txt:14273
 V5.20.txt:14274
 V5.20.txt:14275
 V5.20.txt:14276
 V5.20.txt:14277
 V5.20.txt:14278
 V5.20.txt:14279
 V5.20.txt:14280
 V5.20.txt:14281
 V5.20.txt:14282
 V5.20.txt:14283
 V5.20.txt:14284
 V5.20.txt:14285
 V5.20.txt:14286
 V5.20.txt:14287
 V5.20.txt:14288
 V5.20.txt:14289
 V5.20.txt:14290
 V5.20.txt:14291
 V5.20.txt:14292
 V5.20.txt:14293
 V5.20.txt:14294
 V5.20.txt:14295
 V5.20.txt:14296
 V5.20.txt:14297
 V5.20.txt:14298
 V5.20.txt:14299
 V5.20.txt:14300
 V5.20.txt:14301
 V5.20.txt:14302
 V5.20.txt:14303
 V5.20.txt:14304
 V5.20.txt:14305
 V5.20.txt:14306
 V5.20.txt:14307
 V5.20.txt:14308
 V5.20.txt:14309
 V5.20.txt:14310
 V5.20.txt:14311
 V5.20.txt:14312
 V5.20.txt:14313
 V5.20.txt:14314
 V5.20.txt:14315
 V5.20.txt:14316
 V5.20.txt:14317
 V5.20.txt:14318
 V5.20.txt:14319
 V5.20.txt:14320
 V5.20.txt:14321
 V5.20.txt:14322
 V5.20.txt:14323
 V5.20.txt:14324
 V5.20.txt:14325
 V5.20.txt:14326
 V5.20.txt:14327
 V5.20.txt:14328
 V5.20.txt:14329
 V5.20.txt:14330
 V5.20.txt:14331
 V5.20.txt:14332
 V5.20.txt:14333
 V5.20.txt:14334
 V5.20.txt:14335
 V5.20.txt:14336
 V5.20.txt:14337
 V5.20.txt:14338
 V5.20.txt:14339
 V5.20.txt:14340
 V5.20.txt:14341
 V5.20.txt:14342
 V5.20.txt:14343
 V5.20.txt:14344
 V5.20.txt:14345
 V5.20.txt:14346
 V5.20.txt:14347
 V5.20.txt:14348
 V5.20.txt:14349
 V5.20.txt:14350
 V5.20.txt:14351
 V5.20.txt:14352
 V5.20.txt:14353
 V5.20.txt:14354
 V5.20.txt:14355
 V5.20.txt:14356
 V5.20.txt:14357
 V5.20.txt:14358
 V5.20.txt:14359
 V5.20.txt:14360
 V5.20.txt:14361
 V5.20.txt:14362
 V5.20.txt:14363
 V5.20.txt:14364
 V5.20.txt:14365
 V5.20.txt:14366
 V5.20.txt:14367
 V5.20.txt:14368
 V5.20.txt:14369
 V5.20.txt:14370
 V5.20.txt:14371
 V5.20.txt:14372
 V5.20.txt:14373
 V5.20.txt:14374
 V5.20.txt:14375
 V5.20.txt:14376
 V5.20.txt:14377
 V5.20.txt:14378
 V5.20.txt:14379
 V5.20.txt:14380
 V5.20.txt:14381
 V5.20.txt:14382
 V5.20.txt:14383
 V5.20.txt:14384
 V5.20.txt:14385
 V5.20.txt:14386
 V5.20.txt:14387
 V5.20.txt:14388
 V5.20.txt:14389
 V5.20.txt:14390
 V5.20.txt:14391
 V5.20.txt:14392
 V5.20.txt:14393
 V5.20.txt:14394
 V5.20.txt:14395
 V5.20.txt:14396
 V5.20.txt:14397
 V5.20.txt:14398
 V5.20.txt:14399
 V5.20.txt:14400
 V5.20.txt:14401
 V5.20.txt:14402
 V5.20.txt:14403
 V5.20.txt:14404
 V5.20.txt:14405
 V5.20.txt:14406
 V5.20.txt:14407
 V5.20.txt:14408
 V5.20.txt:14409
 V5.20.txt:14410
 V5.20.txt:14411
 V5.20.txt:14412
 V5.20.txt:14413
 V5.20.txt:14414
 V5.20.txt:14415
 V5.20.txt:14416
 V5.20.txt:14417
 V5.20.txt:14418
 V5.20.txt:14419
 V5.20.txt:14420
 V5.20.txt:14421
 V5.20.txt:14422
 V5.20.txt:14423
 V5.20.txt:14424
 V5.20.txt:14425
 V5.20.txt:14426
 V5.20.txt:14427
 V5.20.txt:14428
 V5.20.txt:14429
 V5.20.txt:14430
 V5.20.txt:14431
 V5.20.txt:14432
 V5.20.txt:14433
 V5.20.txt:14434
 V5.20.txt:14435
 V5.20.txt:14436
 V5.20.txt:14437
 V5.20.txt:14438
 V5.20.txt:14439
 V5.20.txt:14440
 V5.20.txt:14441
 V5.20.txt:14442
 V5.20.txt:14443
 V5.20.txt:14444
 V5.20.txt:14445
 V5.20.txt:14446
 V5.20.txt:14447
 V5.20.txt:14448
 V5.20.txt:14449
 V5.20.txt:14450
 V5.20.txt:14451
 V5.20.txt:14452
 V5.20.txt:14453
 V5.20.txt:14454
 V5.20.txt:14455
 V5.20.txt:14456
 V5.20.txt:14457
 V5.20.txt:14458
 V5.20.txt:14459
 V5.20.txt:14460
 V5.20.txt:14461
 V5.20.txt:14462
 V5.20.txt:14463
 V5.20.txt:14464
 V5.20.txt:14465
 V5.20.txt:14466
 V5.20.txt:14467
 V5.20.txt:14468
 V5.20.txt:14469
 V5.20.txt:14470
 V5.20.txt:14471
 V5.20.txt:14472
 V5.20.txt:14473
 V5.20.txt:14474
 V5.20.txt:14475
 V5.20.txt:14476
 V5.20.txt:14477
 V5.20.txt:14478
 V5.20.txt:14479
 V5.20.txt:14480
 V5.20.txt:14481
 V5.20.txt:14482
 V5.20.txt:14483
 V5.20.txt:14484
 V5.20.txt:14485
 V5.20.txt:14486
 V5.20.txt:14487
 V5.20.txt:14488
 V5.20.txt:14489
 V5.20.txt:14490
 V5.20.txt:14491
 V5.20.txt:14492
 V5.20.txt:14493
 V5.20.txt:14494
 V5.20.txt:14495
 V5.20.txt:14496
 V5.20.txt:14497
 V5.20.txt:14498
 V5.20.txt:14499
 V5.20.txt:14500
 V5.20.txt:14501
 V5.20.txt:14502
 V5.20.txt:14503
 V5.20.txt:14504
 V5.20.txt:14505
 V5.20.txt:14506
 V5.20.txt:14507
 V5.20.txt:14508
 V5.20.txt:14509
 V5.20.txt:14510
 V5.20.txt:14511
 V5.20.txt:14512
 V5.20.txt:14513
 V5.20.txt:14514
 V5.20.txt:14515
 V5.20.txt:14516
 V5.20.txt:14517
 V5.20.txt:14518
 V5.20.txt:14519
 V5.20.txt:14520
 V5.20.txt:14521
 V5.20.txt:14522
 V5.20.txt:14523
 V5.20.txt:14524
 V5.20.txt:14525
 V5.20.txt:14526
 V5.20.txt:14527
 V5.20.txt:14528
 V5.20.txt:14529
 V5.20.txt:14530
 V5.20.txt:14531
 V5.20.txt:14532
 V5.20.txt:14533
 V5.20.txt:14534
 V5.20.txt:14535
 V5.20.txt:14536
 V5.20.txt:14537
 V5.20.txt:14538
 V5.20.txt:14539
 V5.20.txt:14540
 V5.20.txt:14541
 V5.20.txt:14542
 V5.20.txt:14543
 V5.20.txt:14544
 V5.20.txt:14545
 V5.20.txt:14546
 V5.20.txt:14547
 V5.20.txt:14548
 V5.20.txt:14549
 V5.20.txt:14550
 V5.20.txt:14551
 V5.20.txt:14552
 V5.20.txt:14553
 V5.20.txt:14554
 V5.20.txt:14555
 V5.20.txt:14556
 V5.20.txt:14557
 V5.20.txt:14558
 V5.20.txt:14559
 V5.20.txt:14560
 V5.20.txt:14561
 V5.20.txt:14562
 V5.20.txt:14563
 V5.20.txt:14564
 V5.20.txt:14565
 V5.20.txt:14566
 V5.20.txt:14567
 V5.20.txt:14568
 V5.20.txt:14569
 V5.20.txt:14570
 V5.20.txt:14571
 V5.20.txt:14572
 V5.20.txt:14573
 V5.20.txt:14574
 V5.20.txt:14575
 V5.20.txt:14576
 V5.20.txt:14577
 V5.20.txt:14578
 V5.20.txt:14579
 V5.20.txt:14580
 V5.20.txt:14581
 V5.20.txt:14582
 V5.20.txt:14583
 V5.20.txt:14584
 V5.20.txt:14585
 V5.20.txt:14586
 V5.20.txt:14587
 V5.20.txt:14588
 V5.20.txt:14589
 V5.20.txt:14590
 V5.20.txt:14591
 V5.20.txt:14592
 V5.20.txt:14593
 V5.20.txt:14594
 V5.20.txt:14595
 V5.20.txt:14596
 V5.20.txt:14597
 V5.20.txt:14598
 V5.20.txt:14599
 V5.20.txt:14600
 V5.20.txt:14601
 V5.20.txt:14602
 V5.20.txt:14603
 V5.20.txt:14604
 V5.20.txt:14605
 V5.20.txt:14606
 V5.20.txt:14607
 V5.20.txt:14608
 V5.20.txt:14609
 V5.20.txt:14610
 V5.20.txt:14611
 V5.20.txt:14612
 V5.20.txt:14613
 V5.20.txt:14614
 V5.20.txt:14615
 V5.20.txt:14616
 V5.20.txt:14617
 V5.20.txt:14618
 V5.20.txt:14619
 V5.20.txt:14620
 V5.20.txt:14621
 V5.20.txt:14622
 V5.20.txt:14623
 V5.20.txt:14624
 V5.20.txt:14625
 V5.20.txt:14626
 V5.20.txt:14627
 V5.20.txt:14628
 V5.20.txt:14629
 V5.20.txt:14630
 V5.20.txt:14631
 V5.20.txt:14632
 V5.20.txt:14633
 V5.20.txt:14634
 V5.20.txt:14635
 V5.20.txt:14636
 V5.20.txt:14637
 V5.20.txt:14638
 V5.20.txt:14639
 V5.20.txt:14640
 V5.20.txt:14641
 V5.20.txt:14642
 V5.20.txt:14643
 V5.20.txt:14644
 V5.20.txt:14645
 V5.20.txt:14646
 V5.20.txt:14647
 V5.20.txt:14648
 V5.20.txt:14649
 V5.20.txt:14650
 V5.20.txt:14651
 V5.20.txt:14652
 V5.20.txt:14653
 V5.20.txt:14654
 V5.20.txt:14655
 V5.20.txt:14656
 V5.20.txt:14657
 V5.20.txt:14658
 V5.20.txt:14659
 V5.20.txt:14660
 V5.20.txt:14661
 V5.20.txt:14662
 V5.20.txt:14663
 V5.20.txt:14664
 V5.20.txt:14665
 V5.20.txt:14666
 V5.20.txt:14667
 V5.20.txt:14668
 V5.20.txt:14669
 V5.20.txt:14670
 V5.20.txt:14671
 V5.20.txt:14672
 V5.20.txt:14673
 V5.20.txt:14674
 V5.20.txt:14675
 V5.20.txt:14676
 V5.20.txt:14677
 V5.20.txt:14678
 V5.20.txt:14679
 V5.20.txt:14680
 V5.20.txt:14681
 V5.20.txt:14682
 V5.20.txt:14683
 V5.20.txt:14684
 V5.20.txt:14685
 V5.20.txt:14686
 V5.20.txt:14687
 V5.20.txt:14688
 V5.20.txt:14689
 V5.20.txt:14690
 V5.20.txt:14691
 V5.20.txt:14692
 V5.20.txt:14693
 V5.20.txt:14694
 V5.20.txt:14695
 V5.20.txt:14696
 V5.20.txt:14697
 V5.20.txt:14698
 V5.20.txt:14699
 V5.20.txt:14700
 V5.20.txt:14701
 V5.20.txt:14702
 V5.20.txt:14703
 V5.20.txt:14704
 V5.20.txt:14705
 V5.20.txt:14706
 V5.20.txt:14707
 V5.20.txt:14708
 V5.20.txt:14709
 V5.20.txt:14710
 V5.20.txt:14711
 V5.20.txt:14712
 V5.20.txt:14713
 V5.20.txt:14714
 V5.20.txt:14715
 V5.20.txt:14716
 V5.20.txt:14717
 V5.20.txt:14718
 V5.20.txt:14719
 V5.20.txt:14720
 V5.20.txt:14721
 V5.20.txt:14722
 V5.20.txt:14723
 V5.20.txt:14724
 V5.20.txt:14725
 V5.20.txt:14726
 V5.20.txt:14727
 V5.20.txt:14728
 V5.20.txt:14729
 V5.20.txt:14730
 V5.20.txt:14731
 V5.20.txt:14732
 V5.20.txt:14733
 V5.20.txt:14734
 V5.20.txt:14735
 V5.20.txt:14736
 V5.20.txt:14737
 V5.20.txt:14738
 V5.20.txt:14739
 V5.20.txt:14740
 V5.20.txt:14741
 V5.20.txt:14742
 V5.20.txt:14743
 V5.20.txt:14744
 V5.20.txt:14745
 V5.20.txt:14746
 V5.20.txt:14747
 V5.20.txt:14748
 V5.20.txt:14749
 V5.20.txt:14750
 V5.20.txt:14751
 V5.20.txt:14752
 V5.20.txt:14753
 V5.20.txt:14754
 V5.20.txt:14755
 V5.20.txt:14756
 V5.20.txt:14757
 V5.20.txt:14758
 V5.20.txt:14759
 V5.20.txt:14760
 V5.20.txt:14761
 V5.20.txt:14762
 V5.20.txt:14763
 V5.20.txt:14764
 V5.20.txt:14765
 V5.20.txt:14766
 V5.20.txt:14767
 V5.20.txt:14768
 V5.20.txt:14769
 V5.20.txt:14770
 V5.20.txt:14771
 V5.20.txt:14772
 V5.20.txt:14773
 V5.20.txt:14774
 V5.20.txt:14775
 V5.20.txt:14776
 V5.20.txt:14777
 V5.20.txt:14778
 V5.20.txt:14779
 V5.20.txt:14780
 V5.20.txt:14781
 V5.20.txt:14782
 V5.20.txt:14783
 V5.20.txt:14784
 V5.20.txt:14785
 V5.20.txt:14786
 V5.20.txt:14787
 V5.20.txt:14788
 V5.20.txt:14789
 V5.20.txt:14790
 V5.20.txt:14791
 V5.20.txt:14792
 V5.20.txt:14793
 V5.20.txt:14794
 V5.20.txt:14795
 V5.20.txt:14796
 V5.20.txt:14797
 V5.20.txt:14798
 V5.20.txt:14799
 V5.20.txt:14800
 V5.20.txt:14801
 V5.20.txt:14802
 V5.20.txt:14803
 V5.20.txt:14804
 V5.20.txt:14805
 V5.20.txt:14806
 V5.20.txt:14807
 V5.20.txt:14808
 V5.20.txt:14809
 V5.20.txt:14810
 V5.20.txt:14811
 V5.20.txt:14812
 V5.20.txt:14813
 V5.20.txt:14814
 V5.20.txt:14815
 V5.20.txt:14816
 V5.20.txt:14817
 V5.20.txt:14818
 V5.20.txt:14819
 V5.20.txt:14820
 V5.20.txt:14821
 V5.20.txt:14822
 V5.20.txt:14823
 V5.20.txt:14824
 V5.20.txt:14825
 V5.20.txt:14826
 V5.20.txt:14827
 V5.20.txt:14828
 V5.20.txt:14829
 V5.20.txt:14830
 V5.20.txt:14831
 V5.20.txt:14832
 V5.20.txt:14833
 V5.20.txt:14834
 V5.20.txt:14835
 V5.20.txt:14836
 V5.20.txt:14837
 V5.20.txt:14838
 V5.20.txt:14839
 V5.20.txt:14840
 V5.20.txt:14841
 V5.20.txt:14842
 V5.20.txt:14843
 V5.20.txt:14844
 V5.20.txt:14845
 V5.20.txt:14846
 V5.20.txt:14847
 V5.20.txt:14848
 V5.20.txt:14849
 V5.20.txt:14850
 V5.20.txt:14851
 V5.20.txt:14852
 V5.20.txt:14853
 V5.20.txt:14854
 V5.20.txt:14855
 V5.20.txt:14856
 V5.20.txt:14857
 V5.20.txt:14858
 V5.20.txt:14859
 V5.20.txt:14860
 V5.20.txt:14861
 V5.20.txt:14862
 V5.20.txt:14863
 V5.20.txt:14864
 V5.20.txt:14865
 V5.20.txt:14866
 V5.20.txt:14867
 V5.20.txt:14868
 V5.20.txt:14869
 V5.20.txt:14870
 V5.20.txt:14871
 V5.20.txt:14872
 V5.20.txt:14873
 V5.20.txt:14874
 V5.20.txt:14875
 V5.20.txt:14876
 V5.20.txt:14877
 V5.20.txt:14878
 V5.20.txt:14879
 V5.20.txt:14880
 V5.20.txt:14881
 V5.20.txt:14882
 V5.20.txt:14883
 V5.20.txt:14884
 V5.20.txt:14885
 V5.20.txt:14886
 V5.20.txt:14887
 V5.20.txt:14888
 V5.20.txt:14889
 V5.20.txt:14890
 V5.20.txt:14891
 V5.20.txt:14892
 V5.20.txt:14893
 V5.20.txt:14894
 V5.20.txt:14895
 V5.20.txt:14896
 V5.20.txt:14897
 V5.20.txt:14898
 V5.20.txt:14899
 V5.20.txt:14900
 V5.20.txt:14901
 V5.20.txt:14902
 V5.20.txt:14903
 V5.20.txt:14904
 V5.20.txt:14905
 V5.20.txt:14906
 V5.20.txt:14907
 V5.20.txt:14908
 V5.20.txt:14909
 V5.20.txt:14910
 V5.20.txt:14911
 V5.20.txt:14912
 V5.20.txt:14913
 V5.20.txt:14914
 V5.20.txt:14915
 V5.20.txt:14916
 V5.20.txt:14917
 V5.20.txt:14918
 V5.20.txt:14919
 V5.20.txt:14920
 V5.20.txt:14921
 V5.20.txt:14922
 V5.20.txt:14923
 V5.20.txt:14924
 V5.20.txt:14925
 V5.20.txt:14926
 V5.20.txt:14927
 V5.20.txt:14928
 V5.20.txt:14929
 V5.20.txt:14930
 V5.20.txt:14931
 V5.20.txt:14932
 V5.20.txt:14933
 V5.20.txt:14934
 V5.20.txt:14935
 V5.20.txt:14936
 V5.20.txt:14937
 V5.20.txt:14938
 V5.20.txt:14939
 V5.20.txt:14940
 V5.20.txt:14941
 V5.20.txt:14942
 V5.20.txt:14943
 V5.20.txt:14944
 V5.20.txt:14945
 V5.20.txt:14946
 V5.20.txt:14947
 V5.20.txt:14948
 V5.20.txt:14949
 V5.20.txt:14950
 V5.20.txt:14951
 V5.20.txt:14952
 V5.20.txt:14953
 V5.20.txt:14954
 V5.20.txt:14955
 V5.20.txt:14956
 V5.20.txt:14957
 V5.20.txt:14958
 V5.20.txt:14959
 V5.20.txt:14960
 V5.20.txt:14961
 V5.20.txt:14962
 V5.20.txt:14963
 V5.20.txt:14964
 V5.20.txt:14965
 V5.20.txt:14966
 V5.20.txt:14967
 V5.20.txt:14968
 V5.20.txt:14969
 V5.20.txt:14970
 V5.20.txt:14971
 V5.20.txt:14972
 V5.20.txt:14973
 V5.20.txt:14974
 V5.20.txt:14975
 V5.20.txt:14976
 V5.20.txt:14977
 V5.20.txt:14978
 V5.20.txt:14979
 V5.20.txt:14980
 V5.20.txt:14981
 V5.20.txt:14982
 V5.20.txt:14983
 V5.20.txt:14984
 V5.20.txt:14985
 V5.20.txt:14986
 V5.20.txt:14987
 V5.20.txt:14988
 V5.20.txt:14989
 V5.20.txt:14990
 V5.20.txt:14991
 V5.20.txt:14992
 V5.20.txt:14993
 V5.20.txt:14994
 V5.20.txt:14995
 V5.20.txt:14996
 V5.20.txt:14997
 V5.20.txt:14998
 V5.20.txt:14999
 V5.20.txt:15000
 V5.20.txt:15001
 V5.20.txt:15002
 V5.20.txt:15003
 V5.20.txt:15004
 V5.20.txt:15005
 V5.20.txt:15006
 V5.20.txt:15007
 V5.20.txt:15008
 V5.20.txt:15009
 V5.20.txt:15010
 V5.20.txt:15011
 V5.20.txt:15012
 V5.20.txt:15013
 V5.20.txt:15014
 V5.20.txt:15015
 V5.20.txt:15016
 V5.20.txt:15017
 V5.20.txt:15018
 V5.20.txt:15019
 V5.20.txt:15020
 V5.20.txt:15021
 V5.20.txt:15022
 V5.20.txt:15023
 V5.20.txt:15024
 V5.20.txt:15025
 V5.20.txt:15026
 V5.20.txt:15027
 V5.20.txt:15028
 V5.20.txt:15029
 V5.20.txt:15030
 V5.20.txt:15031
 V5.20.txt:15032
 V5.20.txt:15033
 V5.20.txt:15034
 V5.20.txt:15035
 V5.20.txt:15036
 V5.20.txt:15037
 V5.20.txt:15038
 V5.20.txt:15039
 V5.20.txt:15040
 V5.20.txt:15041
 V5.20.txt:15042
 V5.20.txt:15043
 V5.20.txt:15044
 V5.20.txt:15045
 V5.20.txt:15046
 V5.20.txt:15047
 V5.20.txt:15048
 V5.20.txt:15049
 V5.20.txt:15050
 V5.20.txt:15051
 V5.20.txt:15052
 V5.20.txt:15053
 V5.20.txt:15054
 V5.20.txt:15055
 V5.20.txt:15056
 V5.20.txt:15057
 V5.20.txt:15058
 V5.20.txt:15059
 V5.20.txt:15060
 V5.20.txt:15061
 V5.20.txt:15062
 V5.20.txt:15063
 V5.20.txt:15064
 V5.20.txt:15065
 V5.20.txt:15066
 V5.20.txt:15067
 V5.20.txt:15068
 V5.20.txt:15069
 V5.20.txt:15070
 V5.20.txt:15071
 V5.20.txt:15072
 V5.20.txt:15073
 V5.20.txt:15074
 V5.20.txt:15075
 V5.20.txt:15076
 V5.20.txt:15077
 V5.20.txt:15078
 V5.20.txt:15079
 V5.20.txt:15080
 V5.20.txt:15081
 V5.20.txt:15082
 V5.20.txt:15083
 V5.20.txt:15084
 V5.20.txt:15085
 V5.20.txt:15086
 V5.20.txt:15087
 V5.20.txt:15088
 V5.20.txt:15089
 V5.20.txt:15090
 V5.20.txt:15091
 V5.20.txt:15092
 V5.20.txt:15093
 V5.20.txt:15094
 V5.20.txt:15095
 V5.20.txt:15096
 V5.20.txt:15097
 V5.20.txt:15098
 V5.20.txt:15099
 V5.20.txt:15100
 V5.20.txt:15101
 V5.20.txt:15102
 V5.20.txt:15103
 V5.20.txt:15104
 V5.20.txt:15105
 V5.20.txt:15106
 V5.20.txt:15107
 V5.20.txt:15108
 V5.20.txt:15109
 V5.20.txt:15110
 V5.20.txt:15111
 V5.20.txt:15112
 V5.20.txt:15113
 V5.20.txt:15114
 V5.20.txt:15115
 V5.20.txt:15116
 V5.20.txt:15117
 V5.20.txt:15118
 V5.20.txt:15119
 V5.20.txt:15120
 V5.20.txt:15121
 V5.20.txt:15122
 V5.20.txt:15123
 V5.20.txt:15124
 V5.20.txt:15125
 V5.20.txt:15126
 V5.20.txt:15127
 V5.20.txt:15128
 V5.20.txt:15129
 V5.20.txt:15130
 V5.20.txt:15131
 V5.20.txt:15132
 V5.20.txt:15133
 V5.20.txt:15134
 V5.20.txt:15135
 V5.20.txt:15136
 V5.20.txt:15137
 V5.20.txt:15138
 V5.20.txt:15139
 V5.20.txt:15140
 V5.20.txt:15141
 V5.20.txt:15142
 V5.20.txt:15143
 V5.20.txt:15144
 V5.20.txt:15145
 V5.20.txt:15146
 V5.20.txt:15147
 V5.20.txt:15148
 V5.20.txt:15149
 V5.20.txt:15150
 V5.20.txt:15151
 V5.20.txt:15152
 V5.20.txt:15153
 V5.20.txt:15154
 V5.20.txt:15155
 V5.20.txt:15156
 V5.20.txt:15157
 V5.20.txt:15158
 V5.20.txt:15159
 V5.20.txt:15160
 V5.20.txt:15161
 V5.20.txt:15162
 V5.20.txt:15163
 V5.20.txt:15164
 V5.20.txt:15165
 V5.20.txt:15166
 V5.20.txt:15167
 V5.20.txt:15168
 V5.20.txt:15169
 V5.20.txt:15170
 V5.20.txt:15171
 V5.20.txt:15172
 V5.20.txt:15173
 V5.20.txt:15174
 V5.20.txt:15175
 V5.20.txt:15176
 V5.20.txt:15177
 V5.20.txt:15178
 V5.20.txt:15179
 V5.20.txt:15180
 V5.20.txt:15181
 V5.20.txt:15182
 V5.20.txt:15183
 V5.20.txt:15184
 V5.20.txt:15185
 V5.20.txt:15186
 V5.20.txt:15187
 V5.20.txt:15188
 V5.20.txt:15189
 V5.20.txt:15190
 V5.20.txt:15191
 V5.20.txt:15192
 V5.20.txt:15193
 V5.20.txt:15194
 V5.20.txt:15195
 V5.20.txt:15196
 V5.20.txt:15197
 V5.20.txt:15198
 V5.20.txt:15199
 V5.20.txt:15200
 V5.20.txt:15201
 V5.20.txt:15202
 V5.20.txt:15203
 V5.20.txt:15204
 V5.20.txt:15205
 V5.20.txt:15206
 V5.20.txt:15207
 V5.20.txt:15208
 V5.20.txt:15209
 V5.20.txt:15210
 V5.20.txt:15211
 V5.20.txt:15212
 V5.20.txt:15213
 V5.20.txt:15214
 V5.20.txt:15215
 V5.20.txt:15216
 V5.20.txt:15217
 V5.20.txt:15218
 V5.20.txt:15219
 V5.20.txt:15220
 V5.20.txt:15221
 V5.20.txt:15222
 V5.20.txt:15223
 V5.20.txt:15224
 V5.20.txt:15225
 V5.20.txt:15226
 V5.20.txt:15227
 V5.20.txt:15228
 V5.20.txt:15229
 V5.20.txt:15230
 V5.20.txt:15231
 V5.20.txt:15232
 V5.20.txt:15233
 V5.20.txt:15234
 V5.20.txt:15235
 V5.20.txt:15236
 V5.20.txt:15237
 V5.20.txt:15238
 V5.20.txt:15239
 V5.20.txt:15240
 V5.20.txt:15241
 V5.20.txt:15242
 V5.20.txt:15243
 V5.20.txt:15244
 V5.20.txt:15245
 V5.20.txt:15246
 V5.20.txt:15247
 V5.20.txt:15248
 V5.20.txt:15249
 V5.20.txt:15250
 V5.20.txt:15251
 V5.20.txt:15252
 V5.20.txt:15253
 V5.20.txt:15254
 V5.20.txt:15255
 V5.20.txt:15256
 V5.20.txt:15257
 V5.20.txt:15258
 V5.20.txt:15259
 V5.20.txt:15260
 V5.20.txt:15261
 V5.20.txt:15262
 V5.20.txt:15263
 V5.20.txt:15264
 V5.20.txt:15265
 V5.20.txt:15266
 V5.20.txt:15267
 V5.20.txt:15268
 V5.20.txt:15269
 V5.20.txt:15270
 V5.20.txt:15271
 V5.20.txt:15272
 V5.20.txt:15273
 V5.20.txt:15274
 V5.20.txt:15275
 V5.20.txt:15276
 V5.20.txt:15277
 V5.20.txt:15278
 V5.20.txt:15279
 V5.20.txt:15280
 V5.20.txt:15281
 V5.20.txt:15282
 V5.20.txt:15283
 V5.20.txt:15284
 V5.20.txt:15285
 V5.20.txt:15286
 V5.20.txt:15287
 V5.20.txt:15288
 V5.20.txt:15289
 V5.20.txt:15290
 V5.20.txt:15291
 V5.20.txt:15292
 V5.20.txt:15293
 V5.20.txt:15294
 V5.20.txt:15295
 V5.20.txt:15296
 V5.20.txt:15297
 V5.20.txt:15298
 V5.20.txt:15299
 V5.20.txt:15300
 V5.20.txt:15301
 V5.20.txt:15302
 V5.20.txt:15303
 V5.20.txt:15304
 V5.20.txt:15305
 V5.20.txt:15306
 V5.20.txt:15307
 V5.20.txt:15308
 V5.20.txt:15309
 V5.20.txt:15310
 V5.20.txt:15311
 V5.20.txt:15312
 V5.20.txt:15313
 V5.20.txt:15314
 V5.20.txt:15315
 V5.20.txt:15316
 V5.20.txt:15317
 V5.20.txt:15318
 V5.20.txt:15319
 V5.20.txt:15320
 V5.20.txt:15321
 V5.20.txt:15322
 V5.20.txt:15323
 V5.20.txt:15324
 V5.20.txt:15325
 V5.20.txt:15326
 V5.20.txt:15327
 V5.20.txt:15328
 V5.20.txt:15329
 V5.20.txt:15330
 V5.20.txt:15331
 V5.20.txt:15332
 V5.20.txt:15333
 V5.20.txt:15334
 V5.20.txt:15335
 V5.20.txt:15336
 V5.20.txt:15337
 V5.20.txt:15338
 V5.20.txt:15339
 V5.20.txt:15340
 V5.20.txt:15341
 V5.20.txt:15342
 V5.20.txt:15343
 V5.20.txt:15344
 V5.20.txt:15345
 V5.20.txt:15346
 V5.20.txt:15347
 V5.20.txt:15348
 V5.20.txt:15349
 V5.20.txt:15350
 V5.20.txt:15351
 V5.20.txt:15352
 V5.20.txt:15353
 V5.20.txt:15354
 V5.20.txt:15355
 V5.20.txt:15356
 V5.20.txt:15357
 V5.20.txt:15358
 V5.20.txt:15359
 V5.20.txt:15360
 V5.20.txt:15361
 V5.20.txt:15362
 V5.20.txt:15363
 V5.20.txt:15364
 V5.20.txt:15365
 V5.20.txt:15366
 V5.20.txt:15367
 V5.20.txt:15368
 V5.20.txt:15369
 V5.20.txt:15370
 V5.20.txt:15371
 V5.20.txt:15372
 V5.20.txt:15373
 V5.20.txt:15374
 V5.20.txt:15375
 V5.20.txt:15376
 V5.20.txt:15377
 V5.20.txt:15378
 V5.20.txt:15379
 V5.20.txt:15380
 V5.20.txt:15381
 V5.20.txt:15382
 V5.20.txt:15383
 V5.20.txt:15384
 V5.20.txt:15385
 V5.20.txt:15386
 V5.20.txt:15387
 V5.20.txt:15388
 V5.20.txt:15389
 V5.20.txt:15390
 V5.20.txt:15391
 V5.20.txt:15392
 V5.20.txt:15393
 V5.20.txt:15394
 V5.20.txt:15395
 V5.20.txt:15396
 V5.20.txt:15397
 V5.20.txt:15398
 V5.20.txt:15399
 V5.20.txt:15400
 V5.20.txt:15401
 V5.20.txt:15402
 V5.20.txt:15403
 V5.20.txt:15404
 V5.20.txt:15405
 V5.20.txt:15406
 V5.20.txt:15407
 V5.20.txt:15408
 V5.20.txt:15409
 V5.20.txt:15410
 V5.20.txt:15411
 V5.20.txt:15412
 V5.20.txt:15413
 V5.20.txt:15414
 V5.20.txt:15415
 V5.20.txt:15416
 V5.20.txt:15417
 V5.20.txt:15418
 V5.20.txt:15419
 V5.20.txt:15420
 V5.20.txt:15421
 V5.20.txt:15422
 V5.20.txt:15423
 V5.20.txt:15424
 V5.20.txt:15425
 V5.20.txt:15426
 V5.20.txt:15427
 V5.20.txt:15428
 V5.20.txt:15429
 V5.20.txt:15430
 V5.20.txt:15431
 V5.20.txt:15432
 V5.20.txt:15433
 V5.20.txt:15434
 V5.20.txt:15435
 V5.20.txt:15436
 V5.20.txt:15437
 V5.20.txt:15438
 V5.20.txt:15439
 V5.20.txt:15440
 V5.20.txt:15441
 V5.20.txt:15442
 V5.20.txt:15443
 V5.20.txt:15444
 V5.20.txt:15445
 V5.20.txt:15446
 V5.20.txt:15447
 V5.20.txt:15448
 V5.20.txt:15449
 V5.20.txt:15450
 V5.20.txt:15451
 V5.20.txt:15452
 V5.20.txt:15453
 V5.20.txt:15454
 V5.20.txt:15455
 V5.20.txt:15456
 V5.20.txt:15457
 V5.20.txt:15458
 V5.20.txt:15459
 V5.20.txt:15460
 V5.20.txt:15461
 V5.20.txt:15462
 V5.20.txt:15463
 V5.20.txt:15464
 V5.20.txt:15465
 V5.20.txt:15466
 V5.20.txt:15467
 V5.20.txt:15468
 V5.20.txt:15469
 V5.20.txt:15470
 V5.20.txt:15471
 V5.20.txt:15472
 V5.20.txt:15473
 V5.20.txt:15474
 V5.20.txt:15475
 V5.20.txt:15476
 V5.20.txt:15477
 V5.20.txt:15478
 V5.20.txt:15479
 V5.20.txt:15480
 V5.20.txt:15481
 V5.20.txt:15482
 V5.20.txt:15483
 V5.20.txt:15484
 V5.20.txt:15485
 V5.20.txt:15486
 V5.20.txt:15487
 V5.20.txt:15488
 V5.20.txt:15489
 V5.20.txt:15490
 V5.20.txt:15491
 V5.20.txt:15492
 V5.20.txt:15493
 V5.20.txt:15494
 V5.20.txt:15495
 V5.20.txt:15496
 V5.20.txt:15497
 V5.20.txt:15498
 V5.20.txt:15499
 V5.20.txt:15500
 V5.20.txt:15501
 V5.20.txt:15502
 V5.20.txt:15503
 V5.20.txt:15504
 V5.20.txt:15505
 V5.20.txt:15506
 V5.20.txt:15507
 V5.20.txt:15508
 V5.20.txt:15509
 V5.20.txt:15510
 V5.20.txt:15511
 V5.20.txt:15512
 V5.20.txt:15513
 V5.20.txt:15514
 V5.20.txt:15515
 V5.20.txt:15516
 V5.20.txt:15517
 V5.20.txt:15518
 V5.20.txt:15519
 V5.20.txt:15520
 V5.20.txt:15521
 V5.20.txt:15522
 V5.20.txt:15523
 V5.20.txt:15524
 V5.20.txt:15525
 V5.20.txt:15526
 V5.20.txt:15527
 V5.20.txt:15528
 V5.20.txt:15529
 V5.20.txt:15530
 V5.20.txt:15531
 V5.20.txt:15532
 V5.20.txt:15533
 V5.20.txt:15534
 V5.20.txt:15535
 V5.20.txt:15536
 V5.20.txt:15537
 V5.20.txt:15538
 V5.20.txt:15539
 V5.20.txt:15540
 V5.20.txt:15541
 V5.20.txt:15542
 V5.20.txt:15543
 V5.20.txt:15544
 V5.20.txt:15545
 V5.20.txt:15546
 V5.20.txt:15547
 V5.20.txt:15548
 V5.20.txt:15549
 V5.20.txt:15550
 V5.20.txt:15551
 V5.20.txt:15552
 V5.20.txt:15553
 V5.20.txt:15554
 V5.20.txt:15555
 V5.20.txt:15556
 V5.20.txt:15557
 V5.20.txt:15558
 V5.20.txt:15559
 V5.20.txt:15560
 V5.20.txt:15561
 V5.20.txt:15562
 V5.20.txt:15563
 V5.20.txt:15564
 V5.20.txt:15565
 V5.20.txt:15566
 V5.20.txt:15567
 V5.20.txt:15568
 V5.20.txt:15569
 V5.20.txt:15570
 V5.20.txt:15571
 V5.20.txt:15572
 V5.20.txt:15573
 V5.20.txt:15574
 V5.20.txt:15575
 V5.20.txt:15576
 V5.20.txt:15577
 V5.20.txt:15578
 V5.20.txt:15579
 V5.20.txt:15580
 V5.20.txt:15581
 V5.20.txt:15582
 V5.20.txt:15583
 V5.20.txt:15584
 V5.20.txt:15585
 V5.20.txt:15586
 V5.20.txt:15587
 V5.20.txt:15588
 V5.20.txt:15589
 V5.20.txt:15590
 V5.20.txt:15591
 V5.20.txt:15592
 V5.20.txt:15593
 V5.20.txt:15594
 V5.20.txt:15595
 V5.20.txt:15596
 V5.20.txt:15597
 V5.20.txt:15598
 V5.20.txt:15599
 V5.20.txt:15600
 V5.20.txt:15601
 V5.20.txt:15602
 V5.20.txt:15603
 V5.20.txt:15604
 V5.20.txt:15605
 V5.20.txt:15606
 V5.20.txt:15607
 V5.20.txt:15608
 V5.20.txt:15609
 V5.20.txt:15610
 V5.20.txt:15611
 V5.20.txt:15612
 V5.20.txt:15613
 V5.20.txt:15614
 V5.20.txt:15615
 V5.20.txt:15616
 V5.20.txt:15617
 V5.20.txt:15618
 V5.20.txt:15619
 V5.20.txt:15620
 V5.20.txt:15621
 V5.20.txt:15622
 V5.20.txt:15623
 V5.20.txt:15624
 V5.20.txt:15625
 V5.20.txt:15626
 V5.20.txt:15627
 V5.20.txt:15628
 V5.20.txt:15629
 V5.20.txt:15630
 V5.20.txt:15631
 V5.20.txt:15632
 V5.20.txt:15633
 V5.20.txt:15634
 V5.20.txt:15635
 V5.20.txt:15636
 V5.20.txt:15637
 V5.20.txt:15638
 V5.20.txt:15639
 V5.20.txt:15640
 V5.20.txt:15641
 V5.20.txt:15642
 V5.20.txt:15643
 V5.20.txt:15644
 V5.20.txt:15645
 V5.20.txt:15646
 V5.20.txt:15647
 V5.20.txt:15648
 V5.20.txt:15649
 V5.20.txt:15650
 V5.20.txt:15651
 V5.20.txt:15652
 V5.20.txt:15653
 V5.20.txt:15654
 V5.20.txt:15655
 V5.20.txt:15656
 V5.20.txt:15657
 V5.20.txt:15658
 V5.20.txt:15659
 V5.20.txt:15660
 V5.20.txt:15661
 V5.20.txt:15662
 V5.20.txt:15663
 V5.20.txt:15664
 V5.20.txt:15665
 V5.20.txt:15666
 V5.20.txt:15667
 V5.20.txt:15668
 V5.20.txt:15669
 V5.20.txt:15670
 V5.20.txt:15671
 V5.20.txt:15672
 V5.20.txt:15673
 V5.20.txt:15674
 V5.20.txt:15675
 V5.20.txt:15676
 V5.20.txt:15677
 V5.20.txt:15678
 V5.20.txt:15679
 V5.20.txt:15680
 V5.20.txt:15681
 V5.20.txt:15682
 V5.20.txt:15683
 V5.20.txt:15684
 V5.20.txt:15685
 V5.20.txt:15686
 V5.20.txt:15687
 V5.20.txt:15688
 V5.20.txt:15689
 V5.20.txt:15690
 V5.20.txt:15691
 V5.20.txt:15692
 V5.20.txt:15693
 V5.20.txt:15694
 V5.20.txt:15695
 V5.20.txt:15696
 V5.20.txt:15697
 V5.20.txt:15698
 V5.20.txt:15699
 V5.20.txt:15700
 V5.20.txt:15701
 V5.20.txt:15702
 V5.20.txt:15703
 V5.20.txt:15704
 V5.20.txt:15705
 V5.20.txt:15706
 V5.20.txt:15707
 V5.20.txt:15708
 V5.20.txt:15709
 V5.20.txt:15710
 V5.20.txt:15711
 V5.20.txt:15712
 V5.20.txt:15713
 V5.20.txt:15714
 V5.20.txt:15715
 V5.20.txt:15716
 V5.20.txt:15717
 V5.20.txt:15718
 V5.20.txt:15719
 V5.20.txt:15720
 V5.20.txt:15721
 V5.20.txt:15722
 V5.20.txt:15723
 V5.20.txt:15724
 V5.20.txt:15725
 V5.20.txt:15726
 V5.20.txt:15727
 V5.20.txt:15728
 V5.20.txt:15729
 V5.20.txt:15730
 V5.20.txt:15731
 V5.20.txt:15732
 V5.20.txt:15733
 V5.20.txt:15734
 V5.20.txt:15735
 V5.20.txt:15736
 V5.20.txt:15737
 V5.20.txt:15738
 V5.20.txt:15739
 V5.20.txt:15740
 V5.20.txt:15741
 V5.20.txt:15742
 V5.20.txt:15743
 V5.20.txt:15744
 V5.20.txt:15745
 V5.20.txt:15746
 V5.20.txt:15747
 V5.20.txt:15748
 V5.20.txt:15749
 V5.20.txt:15750
 V5.20.txt:15751
 V5.20.txt:15752
 V5.20.txt:15753
 V5.20.txt:15754
 V5.20.txt:15755
 V5.20.txt:15756
 V5.20.txt:15757
 V5.20.txt:15758
 V5.20.txt:15759
 V5.20.txt:15760
 V5.20.txt:15761
 V5.20.txt:15762
 V5.20.txt:15763
 V5.20.txt:15764
 V5.20.txt:15765
 V5.20.txt:15766
 V5.20.txt:15767
 V5.20.txt:15768
 V5.20.txt:15769
 V5.20.txt:15770
 V5.20.txt:15771
 V5.20.txt:15772
 V5.20.txt:15773
 V5.20.txt:15774
 V5.20.txt:15775
 V5.20.txt:15776
 V5.20.txt:15777
 V5.20.txt:15778
 V5.20.txt:15779
 V5.20.txt:15780
 V5.20.txt:15781
 V5.20.txt:15782
 V5.20.txt:15783
 V5.20.txt:15784
 V5.20.txt:15785
 V5.20.txt:15786
 V5.20.txt:15787
 V5.20.txt:15788
 V5.20.txt:15789
 V5.20.txt:15790
 V5.20.txt:15791
 V5.20.txt:15792
 V5.20.txt:15793
 V5.20.txt:15794
 V5.20.txt:15795
 V5.20.txt:15796
 V5.20.txt:15797
 V5.20.txt:15798
 V5.20.txt:15799
 V5.20.txt:15800
 V5.20.txt:15801
 V5.20.txt:15802
 V5.20.txt:15803
 V5.20.txt:15804
 V5.20.txt:15805
 V5.20.txt:15806
 V5.20.txt:15807
 V5.20.txt:15808
 V5.20.txt:15809
 V5.20.txt:15810
 V5.20.txt:15811
 V5.20.txt:15812
 V5.20.txt:15813
 V5.20.txt:15814
 V5.20.txt:15815
 V5.20.txt:15816
 V5.20.txt:15817
 V5.20.txt:15818
 V5.20.txt:15819
 V5.20.txt:15820
 V5.20.txt:15821
 V5.20.txt:15822
 V5.20.txt:15823
 V5.20.txt:15824
 V5.20.txt:15825
 V5.20.txt:15826
 V5.20.txt:15827
 V5.20.txt:15828
 V5.20.txt:15829
 V5.20.txt:15830
 V5.20.txt:15831
 V5.20.txt:15832
 V5.20.txt:15833
 V5.20.txt:15834
 V5.20.txt:15835
 V5.20.txt:15836
 V5.20.txt:15837
 V5.20.txt:15838
 V5.20.txt:15839
 V5.20.txt:15840
 V5.20.txt:15841
 V5.20.txt:15842
 V5.20.txt:15843
 V5.20.txt:15844
 V5.20.txt:15845
 V5.20.txt:15846
 V5.20.txt:15847
 V5.20.txt:15848
 V5.20.txt:15849
 V5.20.txt:15850
 V5.20.txt:15851
 V5.20.txt:15852
 V5.20.txt:15853
 V5.20.txt:15854
 V5.20.txt:15855
 V5.20.txt:15856
 V5.20.txt:15857
 V5.20.txt:15858
 V5.20.txt:15859
 V5.20.txt:15860
 V5.20.txt:15861
 V5.20.txt:15862
 V5.20.txt:15863
 V5.20.txt:15864
 V5.20.txt:15865
 V5.20.txt:15866
 V5.20.txt:15867
 V5.20.txt:15868
 V5.20.txt:15869
 V5.20.txt:15870
 V5.20.txt:15871
 V5.20.txt:15872
 V5.20.txt:15873
 V5.20.txt:15874
 V5.20.txt:15875
 V5.20.txt:15876
 V5.20.txt:15877
 V5.20.txt:15878
 V5.20.txt:15879
 V5.20.txt:15880
 V5.20.txt:15881
 V5.20.txt:15882
 V5.20.txt:15883
 V5.20.txt:15884
 V5.20.txt:15885
 V5.20.txt:15886
 V5.20.txt:15887
 V5.20.txt:15888
 V5.20.txt:15889
 V5.20.txt:15890
 V5.20.txt:15891
 V5.20.txt:15892
 V5.20.txt:15893
 V5.20.txt:15894
 V5.20.txt:15895
 V5.20.txt:15896
 V5.20.txt:15897
 V5.20.txt:15898
 V5.20.txt:15899
 V5.20.txt:15900
 V5.20.txt:15901
 V5.20.txt:15902
 V5.20.txt:15903
 V5.20.txt:15904
 V5.20.txt:15905
 V5.20.txt:15906
 V5.20.txt:15907
 V5.20.txt:15908
 V5.20.txt:15909
 V5.20.txt:15910
 V5.20.txt:15911
 V5.20.txt:15912
 V5.20.txt:15913
 V5.20.txt:15914
 V5.20.txt:15915
 V5.20.txt:15916
 V5.20.txt:15917
 V5.20.txt:15918
 V5.20.txt:15919
 V5.20.txt:15920
 V5.20.txt:15921
 V5.20.txt:15922
 V5.20.txt:15923
 V5.20.txt:15924
 V5.20.txt:15925
 V5.20.txt:15926
 V5.20.txt:15927
 V5.20.txt:15928
 V5.20.txt:15929
 V5.20.txt:15930
 V5.20.txt:15931
 V5.20.txt:15932
 V5.20.txt:15933
 V5.20.txt:15934
 V5.20.txt:15935
 V5.20.txt:15936
 V5.20.txt:15937
 V5.20.txt:15938
 V5.20.txt:15939
 V5.20.txt:15940
 V5.20.txt:15941
 V5.20.txt:15942
 V5.20.txt:15943
 V5.20.txt:15944
 V5.20.txt:15945
 V5.20.txt:15946
 V5.20.txt:15947
 V5.20.txt:15948
 V5.20.txt:15949
 V5.20.txt:15950
 V5.20.txt:15951
 V5.20.txt:15952
 V5.20.txt:15953
 V5.20.txt:15954
 V5.20.txt:15955
 V5.20.txt:15956
 V5.20.txt:15957
 V5.20.txt:15958
 V5.20.txt:15959
 V5.20.txt:15960
 V5.20.txt:15961
 V5.20.txt:15962
 V5.20.txt:15963
 V5.20.txt:15964
 V5.20.txt:15965
 V5.20.txt:15966
 V5.20.txt:15967
 V5.20.txt:15968
 V5.20.txt:15969
 V5.20.txt:15970
 V5.20.txt:15971
 V5.20.txt:15972
 V5.20.txt:15973
 V5.20.txt:15974
 V5.20.txt:15975
 V5.20.txt:15976
 V5.20.txt:15977
 V5.20.txt:15978
 V5.20.txt:15979
 V5.20.txt:15980
 V5.20.txt:15981
 V5.20.txt:15982
 V5.20.txt:15983
 V5.20.txt:15984
 V5.20.txt:15985
 V5.20.txt:15986
 V5.20.txt:15987
 V5.20.txt:15988
 V5.20.txt:15989
 V5.20.txt:15990
 V5.20.txt:15991
 V5.20.txt:15992
 V5.20.txt:15993
 V5.20.txt:15994
 V5.20.txt:15995
 V5.20.txt:15996
 V5.20.txt:15997
 V5.20.txt:15998
 V5.20.txt:15999
 V5.20.txt:16000
 V5.20.txt:16001
 V5.20.txt:16002
 V5.20.txt:16003
 V5.20.txt:16004
 V5.20.txt:16005
 V5.20.txt:16006
 V5.20.txt:16007
 V5.20.txt:16008
 V5.20.txt:16009
 V5.20.txt:16010
 V5.20.txt:16011
 V5.20.txt:16012
 V5.20.txt:16013
 V5.20.txt:16014
 V5.20.txt:16015
 V5.20.txt:16016
 V5.20.txt:16017
 V5.20.txt:16018
 V5.20.txt:16019
 V5.20.txt:16020
 V5.20.txt:16021
 V5.20.txt:16022
 V5.20.txt:16023
 V5.20.txt:16024
 V5.20.txt:16025
 V5.20.txt:16026
 V5.20.txt:16027
 V5.20.txt:16028
 V5.20.txt:16029
 V5.20.txt:16030
 V5.20.txt:16031
 V5.20.txt:16032
 V5.20.txt:16033
 V5.20.txt:16034
 V5.20.txt:16035
 V5.20.txt:16036
 V5.20.txt:16037
 V5.20.txt:16038
 V5.20.txt:16039
 V5.20.txt:16040
 V5.20.txt:16041
 V5.20.txt:16042
 V5.20.txt:16043
 V5.20.txt:16044
 V5.20.txt:16045
 V5.20.txt:16046
 V5.20.txt:16047
 V5.20.txt:16048
 V5.20.txt:16049
 V5.20.txt:16050
 V5.20.txt:16051
 V5.20.txt:16052
 V5.20.txt:16053
 V5.20.txt:16054
 V5.20.txt:16055
 V5.20.txt:16056
 V5.20.txt:16057
 V5.20.txt:16058
 V5.20.txt:16059
 V5.20.txt:16060
 V5.20.txt:16061
 V5.20.txt:16062
 V5.20.txt:16063
 V5.20.txt:16064
 V5.20.txt:16065
 V5.20.txt:16066
 V5.20.txt:16067
 V5.20.txt:16068
 V5.20.txt:16069
 V5.20.txt:16070
 V5.20.txt:16071
 V5.20.txt:16072
 V5.20.txt:16073
 V5.20.txt:16074
 V5.20.txt:16075
 V5.20.txt:16076
 V5.20.txt:16077
 V5.20.txt:16078
 V5.20.txt:16079
 V5.20.txt:16080
 V5.20.txt:16081
 V5.20.txt:16082
 V5.20.txt:16083
 V5.20.txt:16084
 V5.20.txt:16085
 V5.20.txt:16086
 V5.20.txt:16087
 V5.20.txt:16088
 V5.20.txt:16089
 V5.20.txt:16090
 V5.20.txt:16091
 V5.20.txt:16092
 V5.20.txt:16093
 V5.20.txt:16094
 V5.20.txt:16095
 V5.20.txt:16096
 V5.20.txt:16097
 V5.20.txt:16098
 V5.20.txt:16099
 V5.20.txt:16100
 V5.20.txt:16101
 V5.20.txt:16102
 V5.20.txt:16103
 V5.20.txt:16104
 V5.20.txt:16105
 V5.20.txt:16106
 V5.20.txt:16107
 V5.20.txt:16108
 V5.20.txt:16109
 V5.20.txt:16110
 V5.20.txt:16111
 V5.20.txt:16112
 V5.20.txt:16113
 V5.20.txt:16114
 V5.20.txt:16115
 V5.20.txt:16116
 V5.20.txt:16117
 V5.20.txt:16118
 V5.20.txt:16119
 V5.20.txt:16120
 V5.20.txt:16121
 V5.20.txt:16122
 V5.20.txt:16123
 V5.20.txt:16124
 V5.20.txt:16125
 V5.20.txt:16126
 V5.20.txt:16127
 V5.20.txt:16128
 V5.20.txt:16129
 V5.20.txt:16130
 V5.20.txt:16131
 V5.20.txt:16132
 V5.20.txt:16133
 V5.20.txt:16134
 V5.20.txt:16135
 V5.20.txt:16136
 V5.20.txt:16137
 V5.20.txt:16138
 V5.20.txt:16139
 V5.20.txt:16140
 V5.20.txt:16141
 V5.20.txt:16142
 V5.20.txt:16143
 V5.20.txt:16144
 V5.20.txt:16145
 V5.20.txt:16146
 V5.20.txt:16147
 V5.20.txt:16148
 V5.20.txt:16149
 V5.20.txt:16150
 V5.20.txt:16151
 V5.20.txt:16152
 V5.20.txt:16153
 V5.20.txt:16154
 V5.20.txt:16155
 V5.20.txt:16156
 V5.20.txt:16157
 V5.20.txt:16158
 V5.20.txt:16159
 V5.20.txt:16160
 V5.20.txt:16161
 V5.20.txt:16162
 V5.20.txt:16163
 V5.20.txt:16164
 V5.20.txt:16165
 V5.20.txt:16166
 V5.20.txt:16167
 V5.20.txt:16168
 V5.20.txt:16169
 V5.20.txt:16170
 V5.20.txt:16171
 V5.20.txt:16172
 V5.20.txt:16173
 V5.20.txt:16174
 V5.20.txt:16175
 V5.20.txt:16176
 V5.20.txt:16177
 V5.20.txt:16178
 V5.20.txt:16179
 V5.20.txt:16180
 V5.20.txt:16181
 V5.20.txt:16182
 V5.20.txt:16183
 V5.20.txt:16184
 V5.20.txt:16185
 V5.20.txt:16186
 V5.20.txt:16187
 V5.20.txt:16188
 V5.20.txt:16189
 V5.20.txt:16190
 V5.20.txt:16191
 V5.20.txt:16192
 V5.20.txt:16193
 V5.20.txt:16194
 V5.20.txt:16195
 V5.20.txt:16196
 V5.20.txt:16197
 V5.20.txt:16198
 V5.20.txt:16199
 V5.20.txt:16200
 V5.20.txt:16201
 V5.20.txt:16202
 V5.20.txt:16203
 V5.20.txt:16204
 V5.20.txt:16205
 V5.20.txt:16206
 V5.20.txt:16207
 V5.20.txt:16208
 V5.20.txt:16209
 V5.20.txt:16210
 V5.20.txt:16211
 V5.20.txt:16212
 V5.20.txt:16213
 V5.20.txt:16214
 V5.20.txt:16215
 V5.20.txt:16216
 V5.20.txt:16217
 V5.20.txt:16218
 V5.20.txt:16219
 V5.20.txt:16220
 V5.20.txt:16221
 V5.20.txt:16222
 V5.20.txt:16223
 V5.20.txt:16224
 V5.20.txt:16225
 V5.20.txt:16226
 V5.20.txt:16227
 V5.20.txt:16228
 V5.20.txt:16229
 V5.20.txt:16230
 V5.20.txt:16231
 V5.20.txt:16232
 V5.20.txt:16233
 V5.20.txt:16234
 V5.20.txt:16235
 V5.20.txt:16236
 V5.20.txt:16237
 V5.20.txt:16238
 V5.20.txt:16239
 V5.20.txt:16240
 V5.20.txt:16241
 V5.20.txt:16242
 V5.20.txt:16243
 V5.20.txt:16244
 V5.20.txt:16245
 V5.20.txt:16246
 V5.20.txt:16247
 V5.20.txt:16248
 V5.20.txt:16249
 V5.20.txt:16250
 V5.20.txt:16251
 V5.20.txt:16252
 V5.20.txt:16253
 V5.20.txt:16254
 V5.20.txt:16255
 V5.20.txt:16256
 V5.20.txt:16257
 V5.20.txt:16258
 V5.20.txt:16259
 V5.20.txt:16260
 V5.20.txt:16261
 V5.20.txt:16262
 V5.20.txt:16263
 V5.20.txt:16264
 V5.20.txt:16265
 V5.20.txt:16266
 V5.20.txt:16267
 V5.20.txt:16268
 V5.20.txt:16269
 V5.20.txt:16270
 V5.20.txt:16271
 V5.20.txt:16272
 V5.20.txt:16273
 V5.20.txt:16274
 V5.20.txt:16275
 V5.20.txt:16276
 V5.20.txt:16277
 V5.20.txt:16278
 V5.20.txt:16279
 V5.20.txt:16280
 V5.20.txt:16281
 V5.20.txt:16282
 V5.20.txt:16283
 V5.20.txt:16284
 V5.20.txt:16285
 V5.20.txt:16286
 V5.20.txt:16287
 V5.20.txt:16288
 V5.20.txt:16289
 V5.20.txt:16290
 V5.20.txt:16291
 V5.20.txt:16292
 V5.20.txt:16293
 V5.20.txt:16294
 V5.20.txt:16295
 V5.20.txt:16296
 V5.20.txt:16297
 V5.20.txt:16298
 V5.20.txt:16299
 V5.20.txt:16300
 V5.20.txt:16301
 V5.20.txt:16302
 V5.20.txt:16303
 V5.20.txt:16304
 V5.20.txt:16305
 V5.20.txt:16306
 V5.20.txt:16307
 V5.20.txt:16308
 V5.20.txt:16309
 V5.20.txt:16310
 V5.20.txt:16311
 V5.20.txt:16312
 V5.20.txt:16313
 V5.20.txt:16314
 V5.20.txt:16315
 V5.20.txt:16316
 V5.20.txt:16317
 V5.20.txt:16318
 V5.20.txt:16319
 V5.20.txt:16320
 V5.20.txt:16321
 V5.20.txt:16322
 V5.20.txt:16323
 V5.20.txt:16324
 V5.20.txt:16325
 V5.20.txt:16326
 V5.20.txt:16327
 V5.20.txt:16328
 V5.20.txt:16329
 V5.20.txt:16330
 V5.20.txt:16331
 V5.20.txt:16332
 V5.20.txt:16333
 V5.20.txt:16334
 V5.20.txt:16335
 V5.20.txt:16336
 V5.20.txt:16337
 V5.20.txt:16338
 V5.20.txt:16339
 V5.20.txt:16340
 V5.20.txt:16341
 V5.20.txt:16342
 V5.20.txt:16343
 V5.20.txt:16344
 V5.20.txt:16345
 V5.20.txt:16346
 V5.20.txt:16347
 V5.20.txt:16348
 V5.20.txt:16349
 V5.20.txt:16350
 V5.20.txt:16351
 V5.20.txt:16352
 V5.20.txt:16353
 V5.20.txt:16354
 V5.20.txt:16355
 V5.20.txt:16356
 V5.20.txt:16357
 V5.20.txt:16358
 V5.20.txt:16359
 V5.20.txt:16360
 V5.20.txt:16361
 V5.20.txt:16362
 V5.20.txt:16363
 V5.20.txt:16364
 V5.20.txt:16365
 V5.20.txt:16366
 V5.20.txt:16367
 V5.20.txt:16368
 V5.20.txt:16369
 V5.20.txt:16370
 V5.20.txt:16371
 V5.20.txt:16372
 V5.20.txt:16373
 V5.20.txt:16374
 V5.20.txt:16375
 V5.20.txt:16376
 V5.20.txt:16377
 V5.20.txt:16378
 V5.20.txt:16379
 V5.20.txt:16380
 V5.20.txt:16381
 V5.20.txt:16382
 V5.20.txt:16383
 V5.20.txt:16384
 V5.20.txt:16385
 V5.20.txt:16386
 V5.20.txt:16387
 V5.20.txt:16388
 V5.20.txt:16389
 V5.20.txt:16390
 V5.20.txt:16391
 V5.20.txt:16392
 V5.20.txt:16393
 V5.20.txt:16394
 V5.20.txt:16395
 V5.20.txt:16396
 V5.20.txt:16397
 V5.20.txt:16398
 V5.20.txt:16399
 V5.20.txt:16400
 V5.20.txt:16401
 V5.20.txt:16402
 V5.20.txt:16403
 V5.20.txt:16404
 V5.20.txt:16405
 V5.20.txt:16406
 V5.20.txt:16407
 V5.20.txt:16408
 V5.20.txt:16409
 V5.20.txt:16410
 V5.20.txt:16411
 V5.20.txt:16412
 V5.20.txt:16413
 V5.20.txt:16414
 V5.20.txt:16415
 V5.20.txt:16416
 V5.20.txt:16417
 V5.20.txt:16418
 V5.20.txt:16419
 V5.20.txt:16420
 V5.20.txt:16421
 V5.20.txt:16422
 V5.20.txt:16423
 V5.20.txt:16424
 V5.20.txt:16425
 V5.20.txt:16426
 V5.20.txt:16427
 V5.20.txt:16428
 V5.20.txt:16429
 V5.20.txt:16430
 V5.20.txt:16431
 V5.20.txt:16432
 V5.20.txt:16433
 V5.20.txt:16434
 V5.20.txt:16435
 V5.20.txt:16436
 V5.20.txt:16437
 V5.20.txt:16438
 V5.20.txt:16439
 V5.20.txt:16440
 V5.20.txt:16441
 V5.20.txt:16442
 V5.20.txt:16443
 V5.20.txt:16444
 V5.20.txt:16445
 V5.20.txt:16446
 V5.20.txt:16447
 V5.20.txt:16448
 V5.20.txt:16449
 V5.20.txt:16450
 V5.20.txt:16451
 V5.20.txt:16452
 V5.20.txt:16453
 V5.20.txt:16454
 V5.20.txt:16455
 V5.20.txt:16456
 V5.20.txt:16457
 V5.20.txt:16458
 V5.20.txt:16459
 V5.20.txt:16460
 V5.20.txt:16461
 V5.20.txt:16462
 V5.20.txt:16463
 V5.20.txt:16464
 V5.20.txt:16465
 V5.20.txt:16466
 V5.20.txt:16467
 V5.20.txt:16468
 V5.20.txt:16469
 V5.20.txt:16470
 V5.20.txt:16471
 V5.20.txt:16472
 V5.20.txt:16473
 V5.20.txt:16474
 V5.20.txt:16475
 V5.20.txt:16476
 V5.20.txt:16477
 V5.20.txt:16478
 V5.20.txt:16479
 V5.20.txt:16480
 V5.20.txt:16481
 V5.20.txt:16482
 V5.20.txt:16483
 V5.20.txt:16484
 V5.20.txt:16485
 V5.20.txt:16486
 V5.20.txt:16487
 V5.20.txt:16488
 V5.20.txt:16489
 V5.20.txt:16490
 V5.20.txt:16491
 V5.20.txt:16492
 V5.20.txt:16493
 V5.20.txt:16494
 V5.20.txt:16495
 V5.20.txt:16496
 V5.20.txt:16497
 V5.20.txt:16498
 V5.20.txt:16499
 V5.20.txt:16500
 V5.20.txt:16501
 V5.20.txt:16502
 V5.20.txt:16503
 V5.20.txt:16504
 V5.20.txt:16505
 V5.20.txt:16506
 V5.20.txt:16507
 V5.20.txt:16508
 V5.20.txt:16509
 V5.20.txt:16510
 V5.20.txt:16511
 V5.20.txt:16512
 V5.20.txt:16513
 V5.20.txt:16514
 V5.20.txt:16515
 V5.20.txt:16516
 V5.20.txt:16517
 V5.20.txt:16518
 V5.20.txt:16519
 V5.20.txt:16520
 V5.20.txt:16521
 V5.20.txt:16522
 V5.20.txt:16523
 V5.20.txt:16524
 V5.20.txt:16525
 V5.20.txt:16526
 V5.20.txt:16527
 V5.20.txt:16528
 V5.20.txt:16529
 V5.20.txt:16530
 V5.20.txt:16531
 V5.20.txt:16532
 V5.20.txt:16533
 V5.20.txt:16534
 V5.20.txt:16535
 V5.20.txt:16536
 V5.20.txt:16537
 V5.20.txt:16538
 V5.20.txt:16539
 V5.20.txt:16540
 V5.20.txt:16541
 V5.20.txt:16542
 V5.20.txt:16543
 V5.20.txt:16544
 V5.20.txt:16545
 V5.20.txt:16546
 V5.20.txt:16547
 V5.20.txt:16548
 V5.20.txt:16549
 V5.20.txt:16550
 V5.20.txt:16551
 V5.20.txt:16552
 V5.20.txt:16553
 V5.20.txt:16554
 V5.20.txt:16555
 V5.20.txt:16556
 V5.20.txt:16557
 V5.20.txt:16558
 V5.20.txt:16559
 V5.20.txt:16560
 V5.20.txt:16561
 V5.20.txt:16562
 V5.20.txt:16563
 V5.20.txt:16564
 V5.20.txt:16565
 V5.20.txt:16566
 V5.20.txt:16567
 V5.20.txt:16568
 V5.20.txt:16569
 V5.20.txt:16570
 V5.20.txt:16571
 V5.20.txt:16572
 V5.20.txt:16573
 V5.20.txt:16574
 V5.20.txt:16575
 V5.20.txt:16576
 V5.20.txt:16577
 V5.20.txt:16578
 V5.20.txt:16579
 V5.20.txt:16580
 V5.20.txt:16581
 V5.20.txt:16582
 V5.20.txt:16583
 V5.20.txt:16584
 V5.20.txt:16585
 V5.20.txt:16586
 V5.20.txt:16587
 V5.20.txt:16588
 V5.20.txt:16589
 V5.20.txt:16590
 V5.20.txt:16591
 V5.20.txt:16592
 V5.20.txt:16593
 V5.20.txt:16594
 V5.20.txt:16595
 V5.20.txt:16596
 V5.20.txt:16597
 V5.20.txt:16598
 V5.20.txt:16599
 V5.20.txt:16600
 V5.20.txt:16601
 V5.20.txt:16602
 V5.20.txt:16603
 V5.20.txt:16604
 V5.20.txt:16605
 V5.20.txt:16606
 V5.20.txt:16607
 V5.20.txt:16608
 V5.20.txt:16609
 V5.20.txt:16610
 V5.20.txt:16611
 V5.20.txt:16612
 V5.20.txt:16613
 V5.20.txt:16614
 V5.20.txt:16615
 V5.20.txt:16616
 V5.20.txt:16617
 V5.20.txt:16618
 V5.20.txt:16619
 V5.20.txt:16620
 V5.20.txt:16621
 V5.20.txt:16622
 V5.20.txt:16623
 V5.20.txt:16624
 V5.20.txt:16625
 V5.20.txt:16626
 V5.20.txt:16627
 V5.20.txt:16628
 V5.20.txt:16629
 V5.20.txt:16630
 V5.20.txt:16631
 V5.20.txt:16632
 V5.20.txt:16633
 V5.20.txt:16634
 V5.20.txt:16635
 V5.20.txt:16636
 V5.20.txt:16637
 V5.20.txt:16638
 V5.20.txt:16639
 V5.20.txt:16640
 V5.20.txt:16641
 V5.20.txt:16642
 V5.20.txt:16643
 V5.20.txt:16644
 V5.20.txt:16645
 V5.20.txt:16646
 V5.20.txt:16647
 V5.20.txt:16648
 V5.20.txt:16649
 V5.20.txt:16650
 V5.20.txt:16651
 V5.20.txt:16652
 V5.20.txt:16653
 V5.20.txt:16654
 V5.20.txt:16655
 V5.20.txt:16656
 V5.20.txt:16657
 V5.20.txt:16658
 V5.20.txt:16659
 V5.20.txt:16660
 V5.20.txt:16661
 V5.20.txt:16662
 V5.20.txt:16663
 V5.20.txt:16664
 V5.20.txt:16665
 V5.20.txt:16666
 V5.20.txt:16667
 V5.20.txt:16668
 V5.20.txt:16669
 V5.20.txt:16670
 V5.20.txt:16671
 V5.20.txt:16672
 V5.20.txt:16673
 V5.20.txt:16674
 V5.20.txt:16675
 V5.20.txt:16676
 V5.20.txt:16677
 V5.20.txt:16678
 V5.20.txt:16679
 V5.20.txt:16680
 V5.20.txt:16681
 V5.20.txt:16682
 V5.20.txt:16683
 V5.20.txt:16684
 V5.20.txt:16685
 V5.20.txt:16686
 V5.20.txt:16687
 V5.20.txt:16688
 V5.20.txt:16689
 V5.20.txt:16690
 V5.20.txt:16691
 V5.20.txt:16692
 V5.20.txt:16693
 V5.20.txt:16694
 V5.20.txt:16695
 V5.20.txt:16696
 V5.20.txt:16697
 V5.20.txt:16698
 V5.20.txt:16699
 V5.20.txt:16700
 V5.20.txt:16701
 V5.20.txt:16702
 V5.20.txt:16703
 V5.20.txt:16704
 V5.20.txt:16705
 V5.20.txt:16706
 V5.20.txt:16707
 V5.20.txt:16708
 V5.20.txt:16709
 V5.20.txt:16710
 V5.20.txt:16711
 V5.20.txt:16712
 V5.20.txt:16713
 V5.20.txt:16714
 V5.20.txt:16715
 V5.20.txt:16716
 V5.20.txt:16717
 V5.20.txt:16718
 V5.20.txt:16719
 V5.20.txt:16720
 V5.20.txt:16721
 V5.20.txt:16722
 V5.20.txt:16723
 V5.20.txt:16724
 V5.20.txt:16725
 V5.20.txt:16726
 V5.20.txt:16727
 V5.20.txt:16728
 V5.20.txt:16729
 V5.20.txt:16730
 V5.20.txt:16731
 V5.20.txt:16732
 V5.20.txt:16733
 V5.20.txt:16734
 V5.20.txt:16735
 V5.20.txt:16736
 V5.20.txt:16737
 V5.20.txt:16738
 V5.20.txt:16739
 V5.20.txt:16740
 V5.20.txt:16741
 V5.20.txt:16742
 V5.20.txt:16743
 V5.20.txt:16744
 V5.20.txt:16745
 V5.20.txt:16746
 V5.20.txt:16747
 V5.20.txt:16748
 V5.20.txt:16749
 V5.20.txt:16750
 V5.20.txt:16751
 V5.20.txt:16752
 V5.20.txt:16753
 V5.20.txt:16754
 V5.20.txt:16755
 V5.20.txt:16756
 V5.20.txt:16757
 V5.20.txt:16758
 V5.20.txt:16759
 V5.20.txt:16760
 V5.20.txt:16761
 V5.20.txt:16762
 V5.20.txt:16763
 V5.20.txt:16764
 V5.20.txt:16765
 V5.20.txt:16766
 V5.20.txt:16767
 V5.20.txt:16768
 V5.20.txt:16769
 V5.20.txt:16770
 V5.20.txt:16771
 V5.20.txt:16772
 V5.20.txt:16773
 V5.20.txt:16774
 V5.20.txt:16775
 V5.20.txt:16776
 V5.20.txt:16777
 V5.20.txt:16778
 V5.20.txt:16779
 V5.20.txt:16780
 V5.20.txt:16781
 V5.20.txt:16782
 V5.20.txt:16783
 V5.20.txt:16784
 V5.20.txt:16785
 V5.20.txt:16786
 V5.20.txt:16787
 V5.20.txt:16788
 V5.20.txt:16789
 V5.20.txt:16790
 V5.20.txt:16791
 V5.20.txt:16792
 V5.20.txt:16793
 V5.20.txt:16794
 V5.20.txt:16795
 V5.20.txt:16796
 V5.20.txt:16797
 V5.20.txt:16798
 V5.20.txt:16799
 V5.20.txt:16800
 V5.20.txt:16801
 V5.20.txt:16802
 V5.20.txt:16803
 V5.20.txt:16804
 V5.20.txt:16805
 V5.20.txt:16806
 V5.20.txt:16807
 V5.20.txt:16808
 V5.20.txt:16809
 V5.20.txt:16810
 V5.20.txt:16811
 V5.20.txt:16812
 V5.20.txt:16813
 V5.20.txt:16814
 V5.20.txt:16815
 V5.20.txt:16816
 V5.20.txt:16817
 V5.20.txt:16818
 V5.20.txt:16819
 V5.20.txt:16820
 V5.20.txt:16821
 V5.20.txt:16822
 V5.20.txt:16823
 V5.20.txt:16824
 V5.20.txt:16825
 V5.20.txt:16826
 V5.20.txt:16827
 V5.20.txt:16828
 V5.20.txt:16829
 V5.20.txt:16830
 V5.20.txt:16831
 V5.20.txt:16832
 V5.20.txt:16833
 V5.20.txt:16834
 V5.20.txt:16835
 V5.20.txt:16836
 V5.20.txt:16837
 V5.20.txt:16838
 V5.20.txt:16839
 V5.20.txt:16840
 V5.20.txt:16841
 V5.20.txt:16842
 V5.20.txt:16843
 V5.20.txt:16844
 V5.20.txt:16845
 V5.20.txt:16846
 V5.20.txt:16847
 V5.20.txt:16848
 V5.20.txt:16849
 V5.20.txt:16850
 V5.20.txt:16851
 V5.20.txt:16852
 V5.20.txt:16853
 V5.20.txt:16854
 V5.20.txt:16855
 V5.20.txt:16856
 V5.20.txt:16857
 V5.20.txt:16858
 V5.20.txt:16859
 V5.20.txt:16860
 V5.20.txt:16861
 V5.20.txt:16862
 V5.20.txt:16863
 V5.20.txt:16864
 V5.20.txt:16865
 V5.20.txt:16866
 V5.20.txt:16867
 V5.20.txt:16868
 V5.20.txt:16869
 V5.20.txt:16870
 V5.20.txt:16871
 V5.20.txt:16872
 V5.20.txt:16873
 V5.20.txt:16874
 V5.20.txt:16875
 V5.20.txt:16876
 V5.20.txt:16877
 V5.20.txt:16878
 V5.20.txt:16879
 V5.20.txt:16880
 V5.20.txt:16881
 V5.20.txt:16882
 V5.20.txt:16883
 V5.20.txt:16884
 V5.20.txt:16885
 V5.20.txt:16886
 V5.20.txt:16887
 V5.20.txt:16888
 V5.20.txt:16889
 V5.20.txt:16890
 V5.20.txt:16891
 V5.20.txt:16892
 V5.20.txt:16893
 V5.20.txt:16894
 V5.20.txt:16895
 V5.20.txt:16896
 V5.20.txt:16897
 V5.20.txt:16898
 V5.20.txt:16899
 V5.20.txt:16900
 V5.20.txt:16901
 V5.20.txt:16902
 V5.20.txt:16903
 V5.20.txt:16904
 V5.20.txt:16905
 V5.20.txt:16906
 V5.20.txt:16907
 V5.20.txt:16908
 V5.20.txt:16909
 V5.20.txt:16910
 V5.20.txt:16911
 V5.20.txt:16912
 V5.20.txt:16913
 V5.20.txt:16914
 V5.20.txt:16915
 V5.20.txt:16916
 V5.20.txt:16917
 V5.20.txt:16918
 V5.20.txt:16919
 V5.20.txt:16920
 V5.20.txt:16921
 V5.20.txt:16922
 V5.20.txt:16923
 V5.20.txt:16924
 V5.20.txt:16925
 V5.20.txt:16926
 V5.20.txt:16927
 V5.20.txt:16928
 V5.20.txt:16929
 V5.20.txt:16930
 V5.20.txt:16931
 V5.20.txt:16932
 V5.20.txt:16933
 V5.20.txt:16934
 V5.20.txt:16935
 V5.20.txt:16936
 V5.20.txt:16937
 V5.20.txt:16938
 V5.20.txt:16939
 V5.20.txt:16940
 V5.20.txt:16941
 V5.20.txt:16942
 V5.20.txt:16943
 V5.20.txt:16944
 V5.20.txt:16945
 V5.20.txt:16946
 V5.20.txt:16947
 V5.20.txt:16948
 V5.20.txt:16949
 V5.20.txt:16950
 V5.20.txt:16951
 V5.20.txt:16952
 V5.20.txt:16953
 V5.20.txt:16954
 V5.20.txt:16955
 V5.20.txt:16956
 V5.20.txt:16957
 V5.20.txt:16958
 V5.20.txt:16959
 V5.20.txt:16960
 V5.20.txt:16961
 V5.20.txt:16962
 V5.20.txt:16963
 V5.20.txt:16964
 V5.20.txt:16965
 V5.20.txt:16966
 V5.20.txt:16967
 V5.20.txt:16968
 V5.20.txt:16969
 V5.20.txt:16970
 V5.20.txt:16971
 V5.20.txt:16972
 V5.20.txt:16973
 V5.20.txt:16974
 V5.20.txt:16975
 V5.20.txt:16976
 V5.20.txt:16977
 V5.20.txt:16978
 V5.20.txt:16979
 V5.20.txt:16980
 V5.20.txt:16981
 V5.20.txt:16982
 V5.20.txt:16983
 V5.20.txt:16984
 V5.20.txt:16985
 V5.20.txt:16986
 V5.20.txt:16987
 V5.20.txt:16988
 V5.20.txt:16989
 V5.20.txt:16990
 V5.20.txt:16991
 V5.20.txt:16992
 V5.20.txt:16993
 V5.20.txt:16994
 V5.20.txt:16995
 V5.20.txt:16996
 V5.20.txt:16997
 V5.20.txt:16998
 V5.20.txt:16999
 V5.20.txt:17000
 V5.20.txt:17001
 V5.20.txt:17002
 V5.20.txt:17003
 V5.20.txt:17004
 V5.20.txt:17005
 V5.20.txt:17006
 V5.20.txt:17007
 V5.20.txt:17008
 V5.20.txt:17009
 V5.20.txt:17010
 V5.20.txt:17011
 V5.20.txt:17012
 V5.20.txt:17013
 V5.20.txt:17014
 V5.20.txt:17015
 V5.20.txt:17016
 V5.20.txt:17017
 V5.20.txt:17018
 V5.20.txt:17019
 V5.20.txt:17020
 V5.20.txt:17021
 V5.20.txt:17022
 V5.20.txt:17023
 V5.20.txt:17024
 V5.20.txt:17025
 V5.20.txt:17026
 V5.20.txt:17027
 V5.20.txt:17028
 V5.20.txt:17029
 V5.20.txt:17030
 V5.20.txt:17031
 V5.20.txt:17032
 V5.20.txt:17033
 V5.20.txt:17034
 V5.20.txt:17035
 V5.20.txt:17036
 V5.20.txt:17037
 V5.20.txt:17038
 V5.20.txt:17039
 V5.20.txt:17040
 V5.20.txt:17041
 V5.20.txt:17042
 V5.20.txt:17043
 V5.20.txt:17044
 V5.20.txt:17045
 V5.20.txt:17046
 V5.20.txt:17047
 V5.20.txt:17048
 V5.20.txt:17049
 V5.20.txt:17050
 V5.20.txt:17051
 V5.20.txt:17052
 V5.20.txt:17053
 V5.20.txt:17054
 V5.20.txt:17055
 V5.20.txt:17056
 V5.20.txt:17057
 V5.20.txt:17058
 V5.20.txt:17059
 V5.20.txt:17060
 V5.20.txt:17061
 V5.20.txt:17062
 V5.20.txt:17063
 V5.20.txt:17064
 V5.20.txt:17065
 V5.20.txt:17066
 V5.20.txt:17067
 V5.20.txt:17068
 V5.20.txt:17069
 V5.20.txt:17070
 V5.20.txt:17071
 V5.20.txt:17072
 V5.20.txt:17073
 V5.20.txt:17074
 V5.20.txt:17075
 V5.20.txt:17076
 V5.20.txt:17077
 V5.20.txt:17078
 V5.20.txt:17079
 V5.20.txt:17080
 V5.20.txt:17081
 V5.20.txt:17082
 V5.20.txt:17083
 V5.20.txt:17084
 V5.20.txt:17085
 V5.20.txt:17086
 V5.20.txt:17087
 V5.20.txt:17088
 V5.20.txt:17089
 V5.20.txt:17090
 V5.20.txt:17091
 V5.20.txt:17092
 V5.20.txt:17093
 V5.20.txt:17094
 V5.20.txt:17095
 V5.20.txt:17096
 V5.20.txt:17097
 V5.20.txt:17098
 V5.20.txt:17099
 V5.20.txt:17100
 V5.20.txt:17101
 V5.20.txt:17102
 V5.20.txt:17103
 V5.20.txt:17104
 V5.20.txt:17105
 V5.20.txt:17106
 V5.20.txt:17107
 V5.20.txt:17108
 V5.20.txt:17109
 V5.20.txt:17110
 V5.20.txt:17111
 V5.20.txt:17112
 V5.20.txt:17113
 V5.20.txt:17114
 V5.20.txt:17115
 V5.20.txt:17116
 V5.20.txt:17117
 V5.20.txt:17118
 V5.20.txt:17119
 V5.20.txt:17120
 V5.20.txt:17121
 V5.20.txt:17122
 V5.20.txt:17123
 V5.20.txt:17124
 V5.20.txt:17125
 V5.20.txt:17126
 V5.20.txt:17127
 V5.20.txt:17128
 V5.20.txt:17129
 V5.20.txt:17130
 V5.20.txt:17131
 V5.20.txt:17132
 V5.20.txt:17133
 V5.20.txt:17134
 V5.20.txt:17135
 V5.20.txt:17136
 V5.20.txt:17137
 V5.20.txt:17138
 V5.20.txt:17139
 V5.20.txt:17140
 V5.20.txt:17141
 V5.20.txt:17142
 V5.20.txt:17143
 V5.20.txt:17144
 V5.20.txt:17145
 V5.20.txt:17146
 V5.20.txt:17147
 V5.20.txt:17148
 V5.20.txt:17149
 V5.20.txt:17150
 V5.20.txt:17151
 V5.20.txt:17152
 V5.20.txt:17153
 V5.20.txt:17154
 V5.20.txt:17155
 V5.20.txt:17156
 V5.20.txt:17157
 V5.20.txt:17158
 V5.20.txt:17159
 V5.20.txt:17160
 V5.20.txt:17161
 V5.20.txt:17162
 V5.20.txt:17163
 V5.20.txt:17164
 V5.20.txt:17165
 V5.20.txt:17166
 V5.20.txt:17167
 V5.20.txt:17168
 V5.20.txt:17169
 V5.20.txt:17170
 V5.20.txt:17171
 V5.20.txt:17172
 V5.20.txt:17173
 V5.20.txt:17174
 V5.20.txt:17175
 V5.20.txt:17176
 V5.20.txt:17177
 V5.20.txt:17178
 V5.20.txt:17179
 V5.20.txt:17180
 V5.20.txt:17181
 V5.20.txt:17182
 V5.20.txt:17183
 V5.20.txt:17184
 V5.20.txt:17185
 V5.20.txt:17186
 V5.20.txt:17187
 V5.20.txt:17188
 V5.20.txt:17189
 V5.20.txt:17190
 V5.20.txt:17191
 V5.20.txt:17192
 V5.20.txt:17193
 V5.20.txt:17194
 V5.20.txt:17195
 V5.20.txt:17196
 V5.20.txt:17197
 V5.20.txt:17198
 V5.20.txt:17199
 V5.20.txt:17200
 V5.20.txt:17201
 V5.20.txt:17202
 V5.20.txt:17203
 V5.20.txt:17204
 V5.20.txt:17205
 V5.20.txt:17206
 V5.20.txt:17207
 V5.20.txt:17208
 V5.20.txt:17209
 V5.20.txt:17210
 V5.20.txt:17211
 V5.20.txt:17212
 V5.20.txt:17213
 V5.20.txt:17214
 V5.20.txt:17215
 V5.20.txt:17216
 V5.20.txt:17217
 V5.20.txt:17218
 V5.20.txt:17219
 V5.20.txt:17220
 V5.20.txt:17221
 V5.20.txt:17222
 V5.20.txt:17223
 V5.20.txt:17224
 V5.20.txt:17225
 V5.20.txt:17226
 V5.20.txt:17227
 V5.20.txt:17228
 V5.20.txt:17229
 V5.20.txt:17230
 V5.20.txt:17231
 V5.20.txt:17232
 V5.20.txt:17233
 V5.20.txt:17234
 V5.20.txt:17235
 V5.20.txt:17236
 V5.20.txt:17237
 V5.20.txt:17238
 V5.20.txt:17239
 V5.20.txt:17240
 V5.20.txt:17241
 V5.20.txt:17242
 V5.20.txt:17243
 V5.20.txt:17244
 V5.20.txt:17245
 V5.20.txt:17246
 V5.20.txt:17247
 V5.20.txt:17248
 V5.20.txt:17249
 V5.20.txt:17250
 V5.20.txt:17251
 V5.20.txt:17252
 V5.20.txt:17253
 V5.20.txt:17254
 V5.20.txt:17255
 V5.20.txt:17256
 V5.20.txt:17257
 V5.20.txt:17258
 V5.20.txt:17259
 V5.20.txt:17260
 V5.20.txt:17261
 V5.20.txt:17262
 V5.20.txt:17263
 V5.20.txt:17264
 V5.20.txt:17265
 V5.20.txt:17266
 V5.20.txt:17267
 V5.20.txt:17268
 V5.20.txt:17269
 V5.20.txt:17270
 V5.20.txt:17271
 V5.20.txt:17272
 V5.20.txt:17273
 V5.20.txt:17274
 V5.20.txt:17275
 V5.20.txt:17276
 V5.20.txt:17277
 V5.20.txt:17278
 V5.20.txt:17279
 V5.20.txt:17280
 V5.20.txt:17281
 V5.20.txt:17282
 V5.20.txt:17283
 V5.20.txt:17284
 V5.20.txt:17285
 V5.20.txt:17286
 V5.20.txt:17287
 V5.20.txt:17288
 V5.20.txt:17289
 V5.20.txt:17290
 V5.20.txt:17291
 V5.20.txt:17292
 V5.20.txt:17293
 V5.20.txt:17294
 V5.20.txt:17295
 V5.20.txt:17296
 V5.20.txt:17297
 V5.20.txt:17298
 V5.20.txt:17299
 V5.20.txt:17300
 V5.20.txt:17301
 V5.20.txt:17302
 V5.20.txt:17303
 V5.20.txt:17304
 V5.20.txt:17305
 V5.20.txt:17306
 V5.20.txt:17307
 V5.20.txt:17308
 V5.20.txt:17309
 V5.20.txt:17310
 V5.20.txt:17311
 V5.20.txt:17312
 V5.20.txt:17313
 V5.20.txt:17314
 V5.20.txt:17315
 V5.20.txt:17316
 V5.20.txt:17317
 V5.20.txt:17318
 V5.20.txt:17319
 V5.20.txt:17320
 V5.20.txt:17321
 V5.20.txt:17322
 V5.20.txt:17323
 V5.20.txt:17324
 V5.20.txt:17325
 V5.20.txt:17326
 V5.20.txt:17327
 V5.20.txt:17328
 V5.20.txt:17329
 V5.20.txt:17330
 V5.20.txt:17331
 V5.20.txt:17332
 V5.20.txt:17333
 V5.20.txt:17334
 V5.20.txt:17335
 V5.20.txt:17336
 V5.20.txt:17337
 V5.20.txt:17338
 V5.20.txt:17339
 V5.20.txt:17340
 V5.20.txt:17341
 V5.20.txt:17342
 V5.20.txt:17343
 V5.20.txt:17344
 V5.20.txt:17345
 V5.20.txt:17346
 V5.20.txt:17347
 V5.20.txt:17348
 V5.20.txt:17349
 V5.20.txt:17350
 V5.20.txt:17351
 V5.20.txt:17352
 V5.20.txt:17353
 V5.20.txt:17354
 V5.20.txt:17355
 V5.20.txt:17356
 V5.20.txt:17357
 V5.20.txt:17358
 V5.20.txt:17359
 V5.20.txt:17360
 V5.20.txt:17361
 V5.20.txt:17362
 V5.20.txt:17363
 V5.20.txt:17364
 V5.20.txt:17365
 V5.20.txt:17366
 V5.20.txt:17367
 V5.20.txt:17368
 V5.20.txt:17369
 V5.20.txt:17370
 V5.20.txt:17371
 V5.20.txt:17372
 V5.20.txt:17373
 V5.20.txt:17374
 V5.20.txt:17375
 V5.20.txt:17376
 V5.20.txt:17377
 V5.20.txt:17378
 V5.20.txt:17379
 V5.20.txt:17380
 V5.20.txt:17381
 V5.20.txt:17382
 V5.20.txt:17383
 V5.20.txt:17384
 V5.20.txt:17385
 V5.20.txt:17386
 V5.20.txt:17387
 V5.20.txt:17388
 V5.20.txt:17389
 V5.20.txt:17390
 V5.20.txt:17391
 V5.20.txt:17392
 V5.20.txt:17393
 V5.20.txt:17394
 V5.20.txt:17395
 V5.20.txt:17396
 V5.20.txt:17397
 V5.20.txt:17398
 V5.20.txt:17399
 V5.20.txt:17400
 V5.20.txt:17401
 V5.20.txt:17402
 V5.20.txt:17403
 V5.20.txt:17404
 V5.20.txt:17405
 V5.20.txt:17406
 V5.20.txt:17407
 V5.20.txt:17408
 V5.20.txt:17409
 V5.20.txt:17410
 V5.20.txt:17411
 V5.20.txt:17412
 V5.20.txt:17413
 V5.20.txt:17414
 V5.20.txt:17415
 V5.20.txt:17416
 V5.20.txt:17417
 V5.20.txt:17418
 V5.20.txt:17419
 V5.20.txt:17420
 V5.20.txt:17421
 V5.20.txt:17422
 V5.20.txt:17423
 V5.20.txt:17424
 V5.20.txt:17425
 V5.20.txt:17426
 V5.20.txt:17427
 V5.20.txt:17428
 V5.20.txt:17429
 V5.20.txt:17430
 V5.20.txt:17431
 V5.20.txt:17432
 V5.20.txt:17433
 V5.20.txt:17434
 V5.20.txt:17435
 V5.20.txt:17436
 V5.20.txt:17437
 V5.20.txt:17438
 V5.20.txt:17439
 V5.20.txt:17440
 V5.20.txt:17441
 V5.20.txt:17442
 V5.20.txt:17443
 V5.20.txt:17444
 V5.20.txt:17445
 V5.20.txt:17446
 V5.20.txt:17447
 V5.20.txt:17448
 V5.20.txt:17449
 V5.20.txt:17450
 V5.20.txt:17451
 V5.20.txt:17452
 V5.20.txt:17453
 V5.20.txt:17454
 V5.20.txt:17455
 V5.20.txt:17456
 V5.20.txt:17457
 V5.20.txt:17458
 V5.20.txt:17459
 V5.20.txt:17460
 V5.20.txt:17461
 V5.20.txt:17462
 V5.20.txt:17463
 V5.20.txt:17464
 V5.20.txt:17465
 V5.20.txt:17466
 V5.20.txt:17467
 V5.20.txt:17468
 V5.20.txt:17469
 V5.20.txt:17470
 V5.20.txt:17471
 V5.20.txt:17472
 V5.20.txt:17473
 V5.20.txt:17474
 V5.20.txt:17475
 V5.20.txt:17476
 V5.20.txt:17477
 V5.20.txt:17478
 V5.20.txt:17479
 V5.20.txt:17480
 V5.20.txt:17481
 V5.20.txt:17482
 V5.20.txt:17483
 V5.20.txt:17484
 V5.20.txt:17485
 V5.20.txt:17486
 V5.20.txt:17487
 V5.20.txt:17488
 V5.20.txt:17489
 V5.20.txt:17490
 V5.20.txt:17491
 V5.20.txt:17492
 V5.20.txt:17493
 V5.20.txt:17494
 V5.20.txt:17495
 V5.20.txt:17496
 V5.20.txt:17497
 V5.20.txt:17498
 V5.20.txt:17499
 V5.20.txt:17500
 V5.20.txt:17501
 V5.20.txt:17502
 V5.20.txt:17503
 V5.20.txt:17504
 V5.20.txt:17505
 V5.20.txt:17506
 V5.20.txt:17507
 V5.20.txt:17508
 V5.20.txt:17509
 V5.20.txt:17510
 V5.20.txt:17511
 V5.20.txt:17512
 V5.20.txt:17513
 V5.20.txt:17514
 V5.20.txt:17515
 V5.20.txt:17516
 V5.20.txt:17517
 V5.20.txt:17518
 V5.20.txt:17519
 V5.20.txt:17520
 V5.20.txt:17521
 V5.20.txt:17522
 V5.20.txt:17523
 V5.20.txt:17524
 V5.20.txt:17525
 V5.20.txt:17526
 V5.20.txt:17527
 V5.20.txt:17528
 V5.20.txt:17529
 V5.20.txt:17530
 V5.20.txt:17531
 V5.20.txt:17532
 V5.20.txt:17533
 V5.20.txt:17534
 V5.20.txt:17535
 V5.20.txt:17536
 V5.20.txt:17537
 V5.20.txt:17538
 V5.20.txt:17539
 V5.20.txt:17540
 V5.20.txt:17541
 V5.20.txt:17542
 V5.20.txt:17543
 V5.20.txt:17544
 V5.20.txt:17545
 V5.20.txt:17546
 V5.20.txt:17547
 V5.20.txt:17548
 V5.20.txt:17549
 V5.20.txt:17550
 V5.20.txt:17551
 V5.20.txt:17552
 V5.20.txt:17553
 V5.20.txt:17554
 V5.20.txt:17555
 V5.20.txt:17556
 V5.20.txt:17557
 V5.20.txt:17558
 V5.20.txt:17559
 V5.20.txt:17560
 V5.20.txt:17561
 V5.20.txt:17562
 V5.20.txt:17563
 V5.20.txt:17564
 V5.20.txt:17565
 V5.20.txt:17566
 V5.20.txt:17567
 V5.20.txt:17568
 V5.20.txt:17569
 V5.20.txt:17570
 V5.20.txt:17571
 V5.20.txt:17572
 V5.20.txt:17573
 V5.20.txt:17574
 V5.20.txt:17575
 V5.20.txt:17576
 V5.20.txt:17577
 V5.20.txt:17578
 V5.20.txt:17579
 V5.20.txt:17580
 V5.20.txt:17581
 V5.20.txt:17582
 V5.20.txt:17583
 V5.20.txt:17584
 V5.20.txt:17585
 V5.20.txt:17586
 V5.20.txt:17587
 V5.20.txt:17588
 V5.20.txt:17589
 V5.20.txt:17590
 V5.20.txt:17591
 V5.20.txt:17592
 V5.20.txt:17593
 V5.20.txt:17594
 V5.20.txt:17595
 V5.20.txt:17596
 V5.20.txt:17597
 V5.20.txt:17598
 V5.20.txt:17599
 V5.20.txt:17600
 V5.20.txt:17601
 V5.20.txt:17602
 V5.20.txt:17603
 V5.20.txt:17604
 V5.20.txt:17605
 V5.20.txt:17606
 V5.20.txt:17607
 V5.20.txt:17608
 V5.20.txt:17609
 V5.20.txt:17610
 V5.20.txt:17611
 V5.20.txt:17612
 V5.20.txt:17613
 V5.20.txt:17614
 V5.20.txt:17615
 V5.20.txt:17616
 V5.20.txt:17617
 V5.20.txt:17618
 V5.20.txt:17619
 V5.20.txt:17620
 V5.20.txt:17621
 V5.20.txt:17622
 V5.20.txt:17623
 V5.20.txt:17624
 V5.20.txt:17625
 V5.20.txt:17626
 V5.20.txt:17627
 V5.20.txt:17628
 V5.20.txt:17629
 V5.20.txt:17630
 V5.20.txt:17631
 V5.20.txt:17632
 V5.20.txt:17633
 V5.20.txt:17634
 V5.20.txt:17635
 V5.20.txt:17636
 V5.20.txt:17637
 V5.20.txt:17638
 V5.20.txt:17639
 V5.20.txt:17640
 V5.20.txt:17641
 V5.20.txt:17642
 V5.20.txt:17643
 V5.20.txt:17644
 V5.20.txt:17645
 V5.20.txt:17646
 V5.20.txt:17647
 V5.20.txt:17648
 V5.20.txt:17649
 V5.20.txt:17650
 V5.20.txt:17651
 V5.20.txt:17652
 V5.20.txt:17653
 V5.20.txt:17654
 V5.20.txt:17655
 V5.20.txt:17656
 V5.20.txt:17657
 V5.20.txt:17658
 V5.20.txt:17659
 V5.20.txt:17660
 V5.20.txt:17661
 V5.20.txt:17662
 V5.20.txt:17663
 V5.20.txt:17664
 V5.20.txt:17665
 V5.20.txt:17666
 V5.20.txt:17667
 V5.20.txt:17668
 V5.20.txt:17669
 V5.20.txt:17670
 V5.20.txt:17671
 V5.20.txt:17672
 V5.20.txt:17673
 V5.20.txt:17674
 V5.20.txt:17675
 V5.20.txt:17676
 V5.20.txt:17677
 V5.20.txt:17678
 V5.20.txt:17679
 V5.20.txt:17680
 V5.20.txt:17681
 V5.20.txt:17682
 V5.20.txt:17683
 V5.20.txt:17684
 V5.20.txt:17685
 V5.20.txt:17686
 V5.20.txt:17687
 V5.20.txt:17688
 V5.20.txt:17689
 V5.20.txt:17690
 V5.20.txt:17691
 V5.20.txt:17692
 V5.20.txt:17693
 V5.20.txt:17694
 V5.20.txt:17695
 V5.20.txt:17696
 V5.20.txt:17697
 V5.20.txt:17698
 V5.20.txt:17699
 V5.20.txt:17700
 V5.20.txt:17701
 V5.20.txt:17702
 V5.20.txt:17703
 V5.20.txt:17704
 V5.20.txt:17705
 V5.20.txt:17706
 V5.20.txt:17707
 V5.20.txt:17708
 V5.20.txt:17709
 V5.20.txt:17710
 V5.20.txt:17711
 V5.20.txt:17712
 V5.20.txt:17713
 V5.20.txt:17714
 V5.20.txt:17715
 V5.20.txt:17716
 V5.20.txt:17717
 V5.20.txt:17718
 V5.20.txt:17719
 V5.20.txt:17720
 V5.20.txt:17721
 V5.20.txt:17722
 V5.20.txt:17723
 V5.20.txt:17724
 V5.20.txt:17725
 V5.20.txt:17726
 V5.20.txt:17727
 V5.20.txt:17728
 V5.20.txt:17729
 V5.20.txt:17730
 V5.20.txt:17731
 V5.20.txt:17732
 V5.20.txt:17733
 V5.20.txt:17734
 V5.20.txt:17735
 V5.20.txt:17736
 V5.20.txt:17737
 V5.20.txt:17738
 V5.20.txt:17739
 V5.20.txt:17740
 V5.20.txt:17741
 V5.20.txt:17742
 V5.20.txt:17743
 V5.20.txt:17744
 V5.20.txt:17745
 V5.20.txt:17746
 V5.20.txt:17747
 V5.20.txt:17748
 V5.20.txt:17749
 V5.20.txt:17750
 V5.20.txt:17751
 V5.20.txt:17752
 V5.20.txt:17753
 V5.20.txt:17754
 V5.20.txt:17755
 V5.20.txt:17756
 V5.20.txt:17757
 V5.20.txt:17758
 V5.20.txt:17759
 V5.20.txt:17760
 V5.20.txt:17761
 V5.20.txt:17762
 V5.20.txt:17763
 V5.20.txt:17764
 V5.20.txt:17765
 V5.20.txt:17766
 V5.20.txt:17767
 V5.20.txt:17768
 V5.20.txt:17769
 V5.20.txt:17770
 V5.20.txt:17771
 V5.20.txt:17772
 V5.20.txt:17773
 V5.20.txt:17774
 V5.20.txt:17775
 V5.20.txt:17776
 V5.20.txt:17777
 V5.20.txt:17778
 V5.20.txt:17779
 V5.20.txt:17780
 V5.20.txt:17781
 V5.20.txt:17782
 V5.20.txt:17783
 V5.20.txt:17784
 V5.20.txt:17785
 V5.20.txt:17786
 V5.20.txt:17787
 V5.20.txt:17788
 V5.20.txt:17789
 V5.20.txt:17790
 V5.20.txt:17791
 V5.20.txt:17792
 V5.20.txt:17793
 V5.20.txt:17794
 V5.20.txt:17795
 V5.20.txt:17796
 V5.20.txt:17797
 V5.20.txt:17798
 V5.20.txt:17799
 V5.20.txt:17800
 V5.20.txt:17801
 V5.20.txt:17802
 V5.20.txt:17803
 V5.20.txt:17804
 V5.20.txt:17805
 V5.20.txt:17806
 V5.20.txt:17807
 V5.20.txt:17808
 V5.20.txt:17809
 V5.20.txt:17810
 V5.20.txt:17811
 V5.20.txt:17812
 V5.20.txt:17813
 V5.20.txt:17814
 V5.20.txt:17815
 V5.20.txt:17816
 V5.20.txt:17817
 V5.20.txt:17818
 V5.20.txt:17819
 V5.20.txt:17820
 V5.20.txt:17821
 V5.20.txt:17822
 V5.20.txt:17823
 V5.20.txt:17824
 V5.20.txt:17825
 V5.20.txt:17826
 V5.20.txt:17827
 V5.20.txt:17828
 V5.20.txt:17829
 V5.20.txt:17830
 V5.20.txt:17831
 V5.20.txt:17832
 V5.20.txt:17833
 V5.20.txt:17834
 V5.20.txt:17835
 V5.20.txt:17836
 V5.20.txt:17837
 V5.20.txt:17838
 V5.20.txt:17839
 V5.20.txt:17840
 V5.20.txt:17841
 V5.20.txt:17842
 V5.20.txt:17843
 V5.20.txt:17844
 V5.20.txt:17845
 V5.20.txt:17846
 V5.20.txt:17847
 V5.20.txt:17848
 V5.20.txt:17849
 V5.20.txt:17850
 V5.20.txt:17851
 V5.20.txt:17852
 V5.20.txt:17853
 V5.20.txt:17854
 V5.20.txt:17855
 V5.20.txt:17856
 V5.20.txt:17857
 V5.20.txt:17858
 V5.20.txt:17859
 V5.20.txt:17860
 V5.20.txt:17861
 V5.20.txt:17862
 V5.20.txt:17863
 V5.20.txt:17864
 V5.20.txt:17865
 V5.20.txt:17866
 V5.20.txt:17867
 V5.20.txt:17868
 V5.20.txt:17869
 V5.20.txt:17870
 V5.20.txt:17871
 V5.20.txt:17872
 V5.20.txt:17873
 V5.20.txt:17874
 V5.20.txt:17875
 V5.20.txt:17876
 V5.20.txt:17877
 V5.20.txt:17878
 V5.20.txt:17879
 V5.20.txt:17880
 V5.20.txt:17881
 V5.20.txt:17882
 V5.20.txt:17883
 V5.20.txt:17884
 V5.20.txt:17885
 V5.20.txt:17886
 V5.20.txt:17887
 V5.20.txt:17888
 V5.20.txt:17889
 V5.20.txt:17890
 V5.20.txt:17891
 V5.20.txt:17892
 V5.20.txt:17893
 V5.20.txt:17894
 V5.20.txt:17895
 V5.20.txt:17896
 V5.20.txt:17897
 V5.20.txt:17898
 V5.20.txt:17899
 V5.20.txt:17900
 V5.20.txt:17901
 V5.20.txt:17902
 V5.20.txt:17903
 V5.20.txt:17904
 V5.20.txt:17905
 V5.20.txt:17906
 V5.20.txt:17907
 V5.20.txt:17908
 V5.20.txt:17909
 V5.20.txt:17910
 V5.20.txt:17911
 V5.20.txt:17912
 V5.20.txt:17913
 V5.20.txt:17914
 V5.20.txt:17915
 V5.20.txt:17916
 V5.20.txt:17917
 V5.20.txt:17918
 V5.20.txt:17919
 V5.20.txt:17920
 V5.20.txt:17921
 V5.20.txt:17922
 V5.20.txt:17923
 V5.20.txt:17924
 V5.20.txt:17925
 V5.20.txt:17926
 V5.20.txt:17927
 V5.20.txt:17928
 V5.20.txt:17929
 V5.20.txt:17930
 V5.20.txt:17931
 V5.20.txt:17932
 V5.20.txt:17933
 V5.20.txt:17934
 V5.20.txt:17935
 V5.20.txt:17936
 V5.20.txt:17937
 V5.20.txt:17938
 V5.20.txt:17939
 V5.20.txt:17940
 V5.20.txt:17941
 V5.20.txt:17942
 V5.20.txt:17943
 V5.20.txt:17944
 V5.20.txt:17945
 V5.20.txt:17946
 V5.20.txt:17947
 V5.20.txt:17948
 V5.20.txt:17949
 V5.20.txt:17950
 V5.20.txt:17951
 V5.20.txt:17952
 V5.20.txt:17953
 V5.20.txt:17954
 V5.20.txt:17955
 V5.20.txt:17956
 V5.20.txt:17957
 V5.20.txt:17958
 V5.20.txt:17959
 V5.20.txt:17960
 V5.20.txt:17961
 V5.20.txt:17962
 V5.20.txt:17963
 V5.20.txt:17964
 V5.20.txt:17965
 V5.20.txt:17966
 V5.20.txt:17967
 V5.20.txt:17968
 V5.20.txt:17969
 V5.20.txt:17970
 V5.20.txt:17971
 V5.20.txt:17972
 V5.20.txt:17973
 V5.20.txt:17974
 V5.20.txt:17975
 V5.20.txt:17976
 V5.20.txt:17977
 V5.20.txt:17978
 V5.20.txt:17979
 V5.20.txt:17980
 V5.20.txt:17981
 V5.20.txt:17982
 V5.20.txt:17983
 V5.20.txt:17984
 V5.20.txt:17985
 V5.20.txt:17986
 V5.20.txt:17987
 V5.20.txt:17988
 V5.20.txt:17989
 V5.20.txt:17990
 V5.20.txt:17991
 V5.20.txt:17992
 V5.20.txt:17993
 V5.20.txt:17994
 V5.20.txt:17995
 V5.20.txt:17996
 V5.20.txt:17997
 V5.20.txt:17998
 V5.20.txt:17999
 V5.20.txt:18000
 V5.20.txt:18001
 V5.20.txt:18002
 V5.20.txt:18003
 V5.20.txt:18004
 V5.20.txt:18005
 V5.20.txt:18006
 V5.20.txt:18007
 V5.20.txt:18008
 V5.20.txt:18009
 V5.20.txt:18010
 V5.20.txt:18011
 V5.20.txt:18012
 V5.20.txt:18013
 V5.20.txt:18014
 V5.20.txt:18015
 V5.20.txt:18016
 V5.20.txt:18017
 V5.20.txt:18018
 V5.20.txt:18019
 V5.20.txt:18020
 V5.20.txt:18021
 V5.20.txt:18022
 V5.20.txt:18023
 V5.20.txt:18024
 V5.20.txt:18025
 V5.20.txt:18026
 V5.20.txt:18027
 V5.20.txt:18028
 V5.20.txt:18029
 V5.20.txt:18030
 V5.20.txt:18031
 V5.20.txt:18032
 V5.20.txt:18033
 V5.20.txt:18034
 V5.20.txt:18035
 V5.20.txt:18036
 V5.20.txt:18037
 V5.20.txt:18038
 V5.20.txt:18039
 V5.20.txt:18040
 V5.20.txt:18041
 V5.20.txt:18042
 V5.20.txt:18043
 V5.20.txt:18044
 V5.20.txt:18045
 V5.20.txt:18046
 V5.20.txt:18047
 V5.20.txt:18048
 V5.20.txt:18049
 V5.20.txt:18050
 V5.20.txt:18051
 V5.20.txt:18052
 V5.20.txt:18053
 V5.20.txt:18054
 V5.20.txt:18055
 V5.20.txt:18056
 V5.20.txt:18057
 V5.20.txt:18058
 V5.20.txt:18059
 V5.20.txt:18060
 V5.20.txt:18061
 V5.20.txt:18062
 V5.20.txt:18063
 V5.20.txt:18064
 V5.20.txt:18065
 V5.20.txt:18066
 V5.20.txt:18067
 V5.20.txt:18068
 V5.20.txt:18069
 V5.20.txt:18070
 V5.20.txt:18071
 V5.20.txt:18072
 V5.20.txt:18073
 V5.20.txt:18074
 V5.20.txt:18075
 V5.20.txt:18076
 V5.20.txt:18077
 V5.20.txt:18078
 V5.20.txt:18079
 V5.20.txt:18080
 V5.20.txt:18081
 V5.20.txt:18082
 V5.20.txt:18083
 V5.20.txt:18084
 V5.20.txt:18085
 V5.20.txt:18086
 V5.20.txt:18087
 V5.20.txt:18088
 V5.20.txt:18089
 V5.20.txt:18090
 V5.20.txt:18091
 V5.20.txt:18092
 V5.20.txt:18093
 V5.20.txt:18094
 V5.20.txt:18095
 V5.20.txt:18096
 V5.20.txt:18097
 V5.20.txt:18098
 V5.20.txt:18099
 V5.20.txt:18100
 V5.20.txt:18101
 V5.20.txt:18102
 V5.20.txt:18103
 V5.20.txt:18104
 V5.20.txt:18105
 V5.20.txt:18106
 V5.20.txt:18107
 V5.20.txt:18108
 V5.20.txt:18109
 V5.20.txt:18110
 V5.20.txt:18111
 V5.20.txt:18112
 V5.20.txt:18113
 V5.20.txt:18114
 V5.20.txt:18115
 V5.20.txt:18116
 V5.20.txt:18117
 V5.20.txt:18118
 V5.20.txt:18119
 V5.20.txt:18120
 V5.20.txt:18121
 V5.20.txt:18122
 V5.20.txt:18123
 V5.20.txt:18124
 V5.20.txt:18125
 V5.20.txt:18126
 V5.20.txt:18127
 V5.20.txt:18128
 V5.20.txt:18129
 V5.20.txt:18130
 V5.20.txt:18131
 V5.20.txt:18132
 V5.20.txt:18133
 V5.20.txt:18134
 V5.20.txt:18135
 V5.20.txt:18136
 V5.20.txt:18137
 V5.20.txt:18138
 V5.20.txt:18139
 V5.20.txt:18140
 V5.20.txt:18141
 V5.20.txt:18142
 V5.20.txt:18143
 V5.20.txt:18144
 V5.20.txt:18145
 V5.20.txt:18146
 V5.20.txt:18147
 V5.20.txt:18148
 V5.20.txt:18149
 V5.20.txt:18150
 V5.20.txt:18151
 V5.20.txt:18152
 V5.20.txt:18153
 V5.20.txt:18154
 V5.20.txt:18155
 V5.20.txt:18156
 V5.20.txt:18157
 V5.20.txt:18158
 V5.20.txt:18159
 V5.20.txt:18160
 V5.20.txt:18161
 V5.20.txt:18162
 V5.20.txt:18163
 V5.20.txt:18164
 V5.20.txt:18165
 V5.20.txt:18166
 V5.20.txt:18167
 V5.20.txt:18168
 V5.20.txt:18169
 V5.20.txt:18170
 V5.20.txt:18171
 V5.20.txt:18172
 V5.20.txt:18173
 V5.20.txt:18174
 V5.20.txt:18175
 V5.20.txt:18176
 V5.20.txt:18177
 V5.20.txt:18178
 V5.20.txt:18179
 V5.20.txt:18180
 V5.20.txt:18181
 V5.20.txt:18182
 V5.20.txt:18183
 V5.20.txt:18184
 V5.20.txt:18185
 V5.20.txt:18186
 V5.20.txt:18187
 V5.20.txt:18188
 V5.20.txt:18189
 V5.20.txt:18190
 V5.20.txt:18191
 V5.20.txt:18192
 V5.20.txt:18193
 V5.20.txt:18194
 V5.20.txt:18195
 V5.20.txt:18196
 V5.20.txt:18197
 V5.20.txt:18198
 V5.20.txt:18199
 V5.20.txt:18200
 V5.20.txt:18201
 V5.20.txt:18202
 V5.20.txt:18203
 V5.20.txt:18204
 V5.20.txt:18205
 V5.20.txt:18206
 V5.20.txt:18207
 V5.20.txt:18208
 V5.20.txt:18209
 V5.20.txt:18210
 V5.20.txt:18211
 V5.20.txt:18212
 V5.20.txt:18213
 V5.20.txt:18214
 V5.20.txt:18215
 V5.20.txt:18216
 V5.20.txt:18217
 V5.20.txt:18218
 V5.20.txt:18219
 V5.20.txt:18220
 V5.20.txt:18221
 V5.20.txt:18222
 V5.20.txt:18223
 V5.20.txt:18224
 V5.20.txt:18225
 V5.20.txt:18226
 V5.20.txt:18227
 V5.20.txt:18228
 V5.20.txt:18229
 V5.20.txt:18230
 V5.20.txt:18231
 V5.20.txt:18232
 V5.20.txt:18233
 V5.20.txt:18234
 V5.20.txt:18235
 V5.20.txt:18236
 V5.20.txt:18237
 V5.20.txt:18238
 V5.20.txt:18239
 V5.20.txt:18240
 V5.20.txt:18241
 V5.20.txt:18242
 V5.20.txt:18243
 V5.20.txt:18244
 V5.20.txt:18245
 V5.20.txt:18246
 V5.20.txt:18247
 V5.20.txt:18248
 V5.20.txt:18249
 V5.20.txt:18250
 V5.20.txt:18251
 V5.20.txt:18252
 V5.20.txt:18253
 V5.20.txt:18254
 V5.20.txt:18255
 V5.20.txt:18256
 V5.20.txt:18257
 V5.20.txt:18258
 V5.20.txt:18259
 V5.20.txt:18260
 V5.20.txt:18261
 V5.20.txt:18262
 V5.20.txt:18263
 V5.20.txt:18264
 V5.20.txt:18265
 V5.20.txt:18266
 V5.20.txt:18267
 V5.20.txt:18268
 V5.20.txt:18269
 V5.20.txt:18270
 V5.20.txt:18271
 V5.20.txt:18272
 V5.20.txt:18273
 V5.20.txt:18274
 V5.20.txt:18275
 V5.20.txt:18276
 V5.20.txt:18277
 V5.20.txt:18278
 V5.20.txt:18279
 V5.20.txt:18280
 V5.20.txt:18281
 V5.20.txt:18282
 V5.20.txt:18283
 V5.20.txt:18284
 V5.20.txt:18285
 V5.20.txt:18286
 V5.20.txt:18287
 V5.20.txt:18288
 V5.20.txt:18289
 V5.20.txt:18290
 V5.20.txt:18291
 V5.20.txt:18292
 V5.20.txt:18293
 V5.20.txt:18294
 V5.20.txt:18295
 V5.20.txt:18296
 V5.20.txt:18297
 V5.20.txt:18298
 V5.20.txt:18299
 V5.20.txt:18300
 V5.20.txt:18301
 V5.20.txt:18302
 V5.20.txt:18303
 V5.20.txt:18304
 V5.20.txt:18305
 V5.20.txt:18306
 V5.20.txt:18307
 V5.20.txt:18308
 V5.20.txt:18309
 V5.20.txt:18310
 V5.20.txt:18311
 V5.20.txt:18312
 V5.20.txt:18313
 V5.20.txt:18314
 V5.20.txt:18315
 V5.20.txt:18316
 V5.20.txt:18317
 V5.20.txt:18318
 V5.20.txt:18319
 V5.20.txt:18320
 V5.20.txt:18321
 V5.20.txt:18322
 V5.20.txt:18323
 V5.20.txt:18324
 V5.20.txt:18325
 V5.20.txt:18326
 V5.20.txt:18327
 V5.20.txt:18328
 V5.20.txt:18329
 V5.20.txt:18330
 V5.20.txt:18331
 V5.20.txt:18332
 V5.20.txt:18333
 V5.20.txt:18334
 V5.20.txt:18335
 V5.20.txt:18336
 V5.20.txt:18337
 V5.20.txt:18338
 V5.20.txt:18339
 V5.20.txt:18340
 V5.20.txt:18341
 V5.20.txt:18342
 V5.20.txt:18343
 V5.20.txt:18344
 V5.20.txt:18345
 V5.20.txt:18346
 V5.20.txt:18347
 V5.20.txt:18348
 V5.20.txt:18349
 V5.20.txt:18350
 V5.20.txt:18351
 V5.20.txt:18352
 V5.20.txt:18353
 V5.20.txt:18354
 V5.20.txt:18355
 V5.20.txt:18356
 V5.20.txt:18357
 V5.20.txt:18358
 V5.20.txt:18359
 V5.20.txt:18360
 V5.20.txt:18361
 V5.20.txt:18362
 V5.20.txt:18363
 V5.20.txt:18364
 V5.20.txt:18365
 V5.20.txt:18366
 V5.20.txt:18367
 V5.20.txt:18368
 V5.20.txt:18369
 V5.20.txt:18370
 V5.20.txt:18371
 V5.20.txt:18372
 V5.20.txt:18373
 V5.20.txt:18374
 V5.20.txt:18375
 V5.20.txt:18376
 V5.20.txt:18377
 V5.20.txt:18378
 V5.20.txt:18379
 V5.20.txt:18380
 V5.20.txt:18381
 V5.20.txt:18382
 V5.20.txt:18383