ROOT logo
2007-06-27 06:06  brun

	* [r19198] base/inc/RVersion.h, build/version_number: Stamp pro
	  version 5.16.00

2007-06-26 21:14  rdm

	* [r19197] test/RootIDE, test/RootIDE/.cvsignore,
	  test/RootIDE/LinkDef.h, test/RootIDE/Makefile,
	  test/RootIDE/TGRootIDE.cxx, test/RootIDE/TGRootIDE.h,
	  test/RootIDE/main.cxx: remove dos line endings.

2007-06-26 16:23  rdm

	* [r19196] net/src/TApplicationRemote.cxx: from Bertrand:
	  need a spacial case for gSshCmd for Win32.

2007-06-26 15:48  pcanal

	* [r19195] meta/src/TCint.cxx: Forward the rootmap unloading to
	  Cint (by claiming there is no library to load for the class)

2007-06-26 15:16  axel

	* [r19194] cint/cintdlls.mk, cint/src/v6_parse.cxx: Fix #if defined
	  (FOO) (space in front of opening paranthesis).
	  cintdll for string is already in libCore

2007-06-26 14:58  rdm

	* [r19193] net/src/TApplicationRemote.cxx: another try to get rid
	  of "Unmatched "" when remote shell is tcsh.

2007-06-26 13:17  antcheva

	* [r19192] gui/src/TRootBrowser.cxx: From Bertrand:
	  Fixed side effects of the previous correction - TF1 object were
	  excluded as browsables

2007-06-26 13:15  rdm

	* [r19191] net/src/TApplicationRemote.cxx: add check for remote
	  shell being ksh.

2007-06-26 12:43  rdm

	* [r19190] gl/inc/LinkDef.h, gl/inc/TGLParametricEquationGL.h,
	  gl/src/TGLParametric.cxx, gl/src/TGLParametricEquationGL.cxx,
	  gl/src/TGLViewer.cxx: From Matevz:
	  Added support for display of parametric surfaces.

2007-06-26 12:43  rdm

	* [r19189] gl/src/TF2GL.cxx, gl/src/TH2GL.cxx: From Matevz:
	  Add mising ctor initializations.

2007-06-26 12:37  rdm

	* [r19188] cint/lib/dll_stl, cint/lib/dll_stl/.cvsignore: ignore
	  cint/lib/dll_stl/rootcint_valarray.h.

2007-06-26 10:42  brun

	* [r19187] cint/cintdlls.mk, cint/lib/prec_stl/valarray,
	  metautils/src/valarrayLinkdef.h: From Axel:
	  enable cintdlls for string, vectorbool, stdexcept, climits and
	  (on all
	  but windows, for now) valarray.

2007-06-26 10:38  ganis

	* [r19186] proofd/src/XrdProofSched.cxx: Add protection in
	  GetNumWrokers (the number of workers returned must not be
	  larger than the number of available workers).

2007-06-26 10:34  brun

	* [r19185] gui/src/TRootBrowser.cxx: From Bertrand:
	  Remove a dependency on libHist introduced in previous correction.

2007-06-26 10:01  brun

	* [r19184] gui/src/TRootBrowser.cxx: From Ilka:
	  fixes SegV after a double-click on a TFormula object in the
	  browser.

2007-06-26 09:59  brun

	* [r19183] gl/src/TGLViewer.cxx: From Matevz:
	  During PadPaint() call Paint() also for non-3D objects as they
	  can internally host additional 3D objects.

2007-06-26 08:52  brun

	* [r19182] tree/src/TBranch.cxx: Fix one more portability problem
	  on Windows.

2007-06-26 08:44  brun

	* [r19181] tree/src/TBranch.cxx: Fix a fatal compilation error on
	  Windows with VC7.1

2007-06-26 07:41  rdm

	* [r19180] meta/src/TCint.cxx: prevent warning in case of
	  directories starting with the name "rootmap".

2007-06-25 21:51  pcanal

	* [r19179] base/src/TSystem.cxx: In TSystem::Load and
	  TSystem::CompileMacro (aka ACLiC) use
	  TInterpreter::LoadLibraryMap
	  to insure that an existing rootmap file for the requested library
	  is loaded
	  prior to the library load itself. This insures consistency of
	  ROOT/Cint
	  internal representation of the loaded library (avoid issue with
	  hard linked
	  library on Windows and some Mac).

2007-06-25 21:11  pcanal

	* [r19178] tree/src/TBranch.cxx: Fix the bound of the loop setting
	  TBasket::fBranch in TBranch::Streamer

2007-06-25 19:33  brun

	* [r19177] gl/src/TGLViewer.cxx: Fix a typo (double_t instead of
	  Double_t)

2007-06-25 19:30  brun

	* [r19176] gui/src/TRootBrowser.cxx: From Bertrand:
	  - Solve valgrind complaints about invalid read (double deletion)
	  - Quick fix for browsing geometries

2007-06-25 19:25  brun

	* [r19175] gl/inc/TGLViewer.h, gl/src/TGLViewer.cxx: From Matevz:
	  Added support for recursive pad traversal during PadPaint().

2007-06-25 17:25  moneta

	* [r19174] hist/src/TH1.cxx: fix some spelling mistakes in the doc
	  for the chi2test

2007-06-25 16:07  axel

	* [r19173] cint/src/v6_scrupto.cxx: Don't call the d'tor on a
	  static member if we didn't allocate it (e.g. when parsing only).
	  Fixes a problem with rootcint reported by MINOS and Matevz.

2007-06-25 15:40  rdm

	* [r19172] config/rootrc.in: extended comment concerning the
	  DynamicPath directive.

2007-06-25 15:39  rdm

	* [r19171] meta/inc/TCint.h, meta/inc/TInterpreter.h,
	  meta/src/TCint.cxx, win32gdk/inc/TGWin32InterpreterProxy.h,
	  win32gdk/src/TGWin32InterpreterProxy.cxx: made LoadLibraryMap()
	  public and changed signature to:
	  Int_t LoadLibraryMap(const char *rootmapfile = 0);
	  a specific mapfile can be loaded using the rootmapfile argument.
	  This method is now silently ignoring duplicates when scanning
	  LD_LIBRARY_PATH
	  for .rootmap files. The entries from the first occurance are
	  maintained, as
	  the dynamic loader is doing.
	  New method
	  Int_t UnloadLibraryMap(const char *library);
	  remove all entries coming from the specified library.
	  To be used by ACLiC.

2007-06-25 15:37  brun

	* [r19170] meta/src/TClass.cxx: In TClass::CanSplit return kFALSE
	  for classes containing "TVector" or "TMatrix".
	  The previous test on inheritance on TVectorD did not work anymore
	  since
	  we moved TVectorD to a typedef.

2007-06-25 15:34  rdm

	* [r19169] base/inc/TEnv.h, base/src/TEnv.cxx: Add new method
	  IgnoreDuplicates(Bool_t ignore). When set any duplicate
	  entries will be silently ignored, instead of producing a warning
	  message.
	  This is used when loading rootmap files from the LD_LIBRARY_PATH.

2007-06-25 14:42  brun

	* [r19168] io/src/TDirectoryFile.cxx: Undo previous changes in
	  TDirectoryFile::Browse.

2007-06-25 13:52  brun

	* [r19167] io/src/TDirectoryFile.cxx: From Bertrand:
	  - Fix problem browsing geometries

2007-06-25 08:57  brun

	* [r19166] tutorials/matrix/invertMatrix.C: Remove debug statements

2007-06-25 08:47  brun

	* [r19165] utils/src/rlibmap.cxx: Temporarily disable autoloading
	  for typedefs. It does not work.

2007-06-25 08:46  brun

	* [r19164] tutorials/matrix/invertMatrix.C,
	  tutorials/matrix/solveLinear.C: Changes such that the two scripts
	  can be executed via CINT or ACLIC.

2007-06-25 07:30  brun

	* [r19163] gui/src/TRootBrowser.cxx: From Ilka:
	  Fix an error reported by valgrind when calling
	  TRootBrowser::AddToHistory

2007-06-25 07:18  brun

	* [r19162] tutorials/matrix/invertMatrix.C,
	  tutorials/matrix/solveLinear.C: Move comments and add new
	  comments

2007-06-24 18:48  brun

	* [r19161] gl/inc/TGLUtil.h, gl/src/TGLUtil.cxx,
	  gl/src/TGLViewer.cxx: From Matevz
	  Rotate T2F/TH2 objects so that their up-direction is consistent
	  with the gl-viewer convention.

2007-06-24 18:44  brun

	* [r19160] matrix/src/TMatrixTSparse.cxx: From Eddy:
	  The protected routines :
	  
	  AMultB , AMultBt. APlusB, AMinusB
	  
	  performed a check on an array that was not necessarily
	  initialized .
	  These routines are used
	  by some of the constructors .

2007-06-24 10:29  brun

	* [r19159] tutorials/tree/JetEvent.cxx: Add missing include TMath.h

2007-06-24 10:23  brun

	* [r19158] tutorials/quadp/portfolio.C: Add missing include TMath.h

2007-06-24 10:15  brun

	* [r19157] tutorials/matrix/invertMatrix.C: Add missing include
	  TMath.h

2007-06-24 10:07  brun

	* [r19156] tutorials/foam/foam_demo.C: Add missing include TMath.h

2007-06-24 09:48  brun

	* [r19155] tutorials/graphs/approx.C: Use gPad->DrawFrame instead
	  of VC1->DrawFrame

2007-06-24 09:13  brun

	* [r19154] hist/src/TAxis.cxx: In TAxis::Copy also copy bin labels
	  if any.

2007-06-23 21:23  brun

	* [r19153] gl/inc/LinkDef.h, gl/inc/TF2GL.h, gl/inc/TGLAdapter.h,
	  gl/inc/TGLAxis.h, gl/inc/TGLBoxPainter.h, gl/inc/TGLContext.h,
	  gl/inc/TGLHistPainter.h, gl/inc/TGLLegoPainter.h,
	  gl/inc/TGLObject.h, gl/inc/TGLOrthoCamera.h,
	  gl/inc/TGLParametric.h, gl/inc/TGLPlotPainter.h,
	  gl/inc/TGLSurfacePainter.h, gl/inc/TGLTF3Painter.h,
	  gl/inc/TGLViewer.h, gl/inc/TGLWidget.h, gl/inc/TH2GL.h,
	  gl/inc/TPointSet3DGL.h, gl/src/TF2GL.cxx, gl/src/TGLAdapter.cxx,
	  gl/src/TGLAxis.cxx, gl/src/TGLBoxPainter.cxx,
	  gl/src/TGLContext.cxx, gl/src/TGLHistPainter.cxx,
	  gl/src/TGLLegoPainter.cxx, gl/src/TGLOrthoCamera.cxx,
	  gl/src/TGLParametric.cxx, gl/src/TGLPlotPainter.cxx,
	  gl/src/TGLSAViewer.cxx, gl/src/TGLScene.cxx,
	  gl/src/TGLSelectRecord.cxx, gl/src/TGLSurfacePainter.cxx,
	  gl/src/TGLTF3Painter.cxx, gl/src/TGLViewer.cxx,
	  gl/src/TGLViewerBase.cxx, gl/src/TGLWidget.cxx, gl/src/TH2GL.cxx,
	  gl/src/TPointSet3DGL.cxx: From Matevz:
	  1. TGLViewer performs internal loop on pad-primitives.
	  2. Timur: generalization of gl-plot-painters to allow external
	  access.
	  3. Support usage of gl-plot-painters in gl-viewer.
	  4. Provide a default gl-sharing context for resource
	  optimization.

2007-06-23 21:22  brun

	* [r19152] hist/inc/TF2.h, hist/inc/TF3.h, hist/src/TF2.cxx,
	  hist/src/TF3.cxx: From Matevz:
	  Added virtual function CreateHistogram() that creates and fills a
	  histogram that is needed for its visualization.

2007-06-23 21:22  brun

	* [r19151] gpad/src/TPad.cxx: From Matevz:
	  Paint() and PaintModified(): if 3d-viewer supports internal
	  loop on primitives call TVirtualViewer3D::PadPaint() instead of
	  performing internal loop.

2007-06-23 21:21  brun

	* [r19150] base/inc/TVirtualViewer3D.h: From Matevz:
	  Added virtual functions Bool_t CanLoopOnPrimitives() and void
	  PadPaint(TVirtualPad*) that allow 3d-viewers to perform their own
	  loop
	  on pad primitives.

2007-06-23 21:21  brun

	* [r19149] base/inc/TVirtualGL.h: From Matevz:
	  Added virtual function ExtractViewport().

2007-06-22 21:59  ganis

	* [r19148] proof/src/TProof.cxx: From Jan:
	  When processing datasets 'by name' use a '#' as separator instead
	  of
	  a ':', to follow more closely the URI rules; the syntax is now
	  "name[#[dir/]objname]".

2007-06-22 21:47  ganis

	* [r19147] xrootd/src/xrootd-20060928-1600.src.tgz: Port of some
	  crucial bug fixes from the XROOTD CVS head:
	  - Fixes in XrdClientConnMgr to avoid race conditions from
	  concurrent
	  connection attempts
	  - Fixes in XrdClientAdmin to handle properly redirections
	  - Fix in XrdOlbManager for proper request caching
	  - Improved definition of validity for XrdSysPrivGuard
	  - Port of Windows makefiles to MSVC8.0 (B. Bellenot)

2007-06-22 20:05  rdm

	* [r19146] Makefile: From Axel:
	  install python source, too.

2007-06-22 17:16  ganis

	* [r19145] proof/inc/TProof.h, proof/inc/TProofServ.h,
	  proof/src/TProof.cxx, proof/src/TProofServ.cxx,
	  proofx/src/TXProofServ.cxx: Add support for global package
	  directories. The colon-separated list of directories
	  to be searched for is defined by the directive
	  
	  Proof.GlobalPackageDirs
	  globaldir1[:globaldir2[:globaldir3[:...]]]
	  
	  which can be included in the xrootd config file via the xpd.putrc
	  directive
	  
	  xpd.putrc Proof.GlobalPackageDirs
	  globaldir1[:globaldir2[:globaldir3[:...]]]
	  
	  The directories must be readable by the user (a check is made in
	  TProofServ::Setup).
	  Packages are searched first in the user local cache and then in
	  the global
	  directories (in the given order, so that the first occurence is
	  used).
	  
	  The content of the global package directories is listed by
	  TProof::ShowPackages().
	  
	  The functionality is available also locally on the client. The
	  Proof.GlobalPackageDirs
	  has to be specified in the users $HOME/.rootrc .
	  
	  Global packages can be directly enabled via
	  TProof::EnablePackage(<package_name>).

2007-06-22 16:55  brun

	* [r19144] gui/src/TRootBrowser.cxx: From Bertrand:
	  Remove dependency on libRint introduced by mistake (foolish me).
	  Thanks to Gerri to have reported this.

2007-06-22 16:44  brun

	* [r19143] treeplayer/src/TSelectorDraw.cxx: From Anna:
	  Fix for TEntryList to take into account the change in
	  TChain::GetReadEntry.

2007-06-22 16:33  ganis

	* [r19142] proofd/inc/XrdProofdProtocol.h,
	  proofd/src/XrdProofdManager.cxx,
	  proofd/src/XrdProofdProtocol.cxx: - Fix a few problems affecting
	  the case in which either proof.conf or a groupfile
	  definition were undefined.
	  - Make sure that LD_LIBRARY_PATH for 'proofserv' contains only
	  the ROOT dist needed.

2007-06-22 16:06  brun

	* [r19141] gl/src/TGLViewer.cxx: From Matevz & Bertrand:
	  Fix for a problem when runnning "view with GL" and coming from
	  GlinPad

2007-06-22 15:50  antcheva

	* [r19140] fitpanel/src/TFitEditor.cxx: Fixed problem when setting
	  the fit range by slider for graphs.

2007-06-22 15:27  brun

	* [r19139] io/src/TDirectoryFile.cxx: In TDirectoryFile destructor
	  remove a piece of code that will be executed
	  by the TDirectory destructor (thanks Ilka for reporting the
	  duplication).

2007-06-22 15:11  brun

	* [r19138] gl/inc/TGLViewer.h, gl/src/TGLViewer.cxx,
	  gl/src/TGLViewerBase.cxx: From Bertrand & Matevz:
	  Fix a problem when viewing geometries with GLinPad

2007-06-22 15:08  brun

	* [r19137] thread/src/TLockFile.cxx: From Bertrand:
	  - solve compilation problem on Windows (added #include <time.h>)

2007-06-22 15:02  antcheva

	* [r19136] qt/src/TGQt.cxx: From Valeri Fine:
	  minor fix in #if statement

2007-06-22 14:13  axel

	* [r19135] cint/src/v6_val2a.cxx: Remove warnings on comparison
	  signed/unsigned

2007-06-22 14:05  axel

	* [r19134] cint/src/v6_val2a.cxx: Merge changes from revisions
	  1.14-1.20 back in, got lost with 1.21.

2007-06-22 13:34  axel

	* [r19133] reflex/src/PluginFactoryMap.cxx: Invert the precedence
	  of the rootmaps read by the plugin service: first ones (as
	  defined by LD_LIBRARY_PATH) have now highest precedence.
	  Allow warnings to be issued about conflicting directives (to cerr
	  for now) if Debug() is set.

2007-06-22 13:30  brun

	* [r19132] test/RootIDE/TGRootIDE.cxx: From Bertrand:
	  Fix to properly open html files from the file list.
	  (Thanks to Valeriy for the report)

2007-06-22 13:28  moneta

	* [r19131] mathcore/build/configure.in,
	  mathcore/build/inc_Math_GenVector_Makefile.am,
	  mathcore/build/inc_Math_Makefile.am,
	  mathcore/build/src_Makefile.am, mathcore/doc/Transformation.html,
	  mathcore/doc/main.html, mathcore/doc/vector.html: - update files
	  for standalone build
	  - update documentation

2007-06-22 13:12  axel

	* [r19130] cint/inc/G__ci.h, cint/src/HISTORY,
	  cint/src/bc_exec.cxx, cint/src/bc_inst.cxx, cint/src/common.h,
	  cint/src/v6_cast.cxx, cint/src/v6_decl.cxx, cint/src/v6_expr.cxx,
	  cint/src/v6_ifunc.cxx, cint/src/v6_newlink.cxx,
	  cint/src/v6_opr.cxx, cint/src/v6_parse.cxx,
	  cint/src/v6_pcode.cxx, cint/src/v6_quote.cxx,
	  cint/src/v6_scrupto.cxx, cint/src/v6_val2a.cxx,
	  cint/src/v6_value.cxx: From Paul, Philippe, Diego, and me:
	  import of CINT v5-16-21.
	  * - fix value cast functions
	  * - distinguish char, short, int, long, and unsigned ones.
	  * - fix type determination of integer literals
	  * - improve memory and speed performance of dict setup collection
	  * - fix library un/reloading issues with member setup functions
	  * - fix an issue with parameter default values and wrappers for
	  virtual
	  * functions
	  * - fix a problem with by-reference parameters, where the
	  reference was
	  * built to the wrong parameter
	  * - fix partial template specialization for non-type template
	  arguments
	  * - don't alloc space for static members during dictionary
	  generation
	  * - support "#if defined MACRO", the alternative form of "#if
	  defined(MACRO)"

2007-06-22 13:07  axel

	* [r19128] cint/src/v6_value.h: This commit was generated by
	  cvs2svn to compensate for changes in r19127,
	  which included commits to RCS files with non-trunk default
	  branches.

2007-06-22 12:51  moneta

	* [r19126] mathcore/inc/Math/GenVector/Transform3D.h,
	  mathcore/test/stress3D.cxx: - add multiplication of
	  transfoamrtion with rotation and translations
	  - add tests for all these operations

2007-06-22 12:21  ganis

	* [r19125] proofd/src/XrdProofSched.cxx: In GetWorkers, always add
	  the master line.

2007-06-22 08:55  rdm

	* [r19124] config/Makefile.depend, thread/Module.mk,
	  thread/inc/LinkDef.h, thread/inc/TLockFile.h,
	  thread/src/TLockFile.cxx: From Jan-Fiete:
	  new class TLockFile that uses a file for locking.
	  Use it in scope-blocks like:
	  
	  {
	  TLockFile lock("path.to.lock.file");
	  // do something you need the lock for
	  } // lock is automatically released
	  
	  Since the lock file is created using TFile::Open() it can be
	  placed
	  on remote file systems.

2007-06-22 08:21  ganis

	* [r19123] proofd/inc/XrdProofdClient.h,
	  proofd/src/XrdProofdClient.cxx, proofd/src/XrdProofdProtocol.cxx:
	  Improve the definition of the default max number of old sessions
	  logs.

2007-06-22 08:19  brun

	* [r19122] test/Makefile: Changes to clean the new RootIDE
	  directory

2007-06-22 08:18  brun

	* [r19121] test/RootIDE, test/RootIDE/LinkDef.h,
	  test/RootIDE/Makefile, test/RootIDE/TGRootIDE.cxx,
	  test/RootIDE/TGRootIDE.h, test/RootIDE/main.cxx: From Bertrand:
	  New test directory RootIDE including a nice GUI illustrating the
	  use of TGTextEdit
	  together with the new features recently introduced in the browser
	  to view html pages
	  or remote login sessions. see details in TGRootIDE.cxx

2007-06-22 08:09  brun

	* [r19120] icons/GoBack.gif, icons/GoForward.gif, icons/GoHome.gif,
	  icons/ReloadPage.gif, icons/StopLoading.gif, icons/htmlfile.gif,
	  icons/info.gif, test/rhtml/GoBack.gif, test/rhtml/GoForward.gif,
	  test/rhtml/GoHome.gif, test/rhtml/ReloadPage.gif,
	  test/rhtml/StopLoading.gif, test/rhtml/htmlfile.gif,
	  test/rhtml/info.gif: Move the icons previously in test/rhtml into
	  the icons directory.
	  These icons are general icons, also to be used in the new
	  test/RootIDE directory

2007-06-22 07:27  antcheva

	* [r19119] qt/inc/TQtClientWidget.h, qt/src/GQtGUI.cxx,
	  qt/src/TGQt.cxx, qt/src/TQtClientWidget.cxx: From Valeri Fine:
	  A new approach to paint the ROOT GUI widget background has
	  been introduced to break the "race" conditions. Fixed side
	  effects seen under Qt3.

2007-06-22 07:17  brun

	* [r19118] graf/src/TGaxis.cxx, hist/src/THLimitsFinder.cxx: Fix
	  possible uninitialized variables in TGaxis::PaintAxis and
	  THLimitsFinder

2007-06-21 20:07  axel

	* [r19117] html/src/TDocParser.cxx: Remove debug statement

2007-06-21 19:14  pcanal

	* [r19116] tree/inc/TVirtualIndex.h, tree/src/TChain.cxx,
	  tree/src/TTree.cxx, treeplayer/inc/TChainIndex.h,
	  treeplayer/inc/TTreeIndex.h, treeplayer/src/TChainIndex.cxx,
	  treeplayer/src/TTreeIndex.cxx: Add new method
	  TVirtualIndex::Append
	  Use it to insurge that the existing indexes are properly
	  concatenated
	  when doing a TTree or TChain Merge.

2007-06-21 17:30  brun

	* [r19115] proofd/src/XrdProofGroup.cxx,
	  proofd/src/XrdProofdProtocol.cxx: Fix compiler warnings about
	  possible uninitialized variables.

2007-06-21 17:27  brun

	* [r19114] gl/src/TGLAxis.cxx, gl/src/TGLText.cxx: Remove compiler
	  warnings about possible uninitialized variables.

2007-06-21 17:15  axel

	* [r19113] html/src/TDocParser.cxx: Allow spaces between method
	  name and opening parathesis, fixes
	  http://root.cern.ch/phpBB2/viewtopic.php?p=20193

2007-06-21 15:42  pcanal

	* [r19112] sessionviewer/src/TSessionViewer.cxx,
	  tree/src/TChain.cxx, tree/src/TTree.cxx,
	  treeplayer/inc/TTreeFormula.h, treeplayer/src/TTreeFormula.cxx,
	  treeplayer/src/TTreePlayer.cxx: Modify TChain::GetReadEntry to
	  now returns the current entry of the chain
	  instead of the underlying tree. (To get the previous value do
	  mychain->GetTree()->GetReadEntry()). Thus Entry$ nows
	  returns/draws/scans
	  the value of the entry number in the chain.

2007-06-21 15:17  antcheva

	* [r19111] gui/src/TGDNDManager.cxx: Added missing
	  ClassImp(TGDragWindow) and ClassImp(TGDNDManager).

2007-06-21 15:15  couet

	* [r19110] gl/src/TGLText.cxx: - From Bertrand: Suppress warning on
	  windows.

2007-06-21 14:55  couet

	* [r19109] gl/Module.mk, gl/inc/LinkDef.h, gl/inc/TGLAxis.h,
	  gl/inc/TGLText.h, gl/src/TGLAxis.cxx, gl/src/TGLText.cxx: - New
	  classes TGLtext to draw text using OGL and TGLAxis to draw
	  axis using OGL.

2007-06-21 14:34  moneta

	* [r19108] mathcore/inc/Math/GenVector/LorentzRotation.h: fix a
	  problem on Solaris

2007-06-21 14:17  brun

	* [r19107] net/src/TApplicationRemote.cxx: From Bertrand:
	  - Added comments in TApplicationRemote::Browse(Tbrowser *b)
	  (fixes coding conventions)

2007-06-21 14:13  moneta

	* [r19106] mathcore/Module.mk,
	  mathcore/inc/Math/GenVector/LorentzRotation.h,
	  mathcore/inc/Math/GenVector/LorentzVectorfwd.h,
	  mathcore/inc/Math/GenVector/Quaternion.h,
	  mathcore/inc/Math/GenVector/Rotation3D.h,
	  mathcore/inc/Math/GenVector/Transform3D.h,
	  mathcore/inc/Math/GenVector/Translation3D.h,
	  mathcore/inc/Math/LinkDef_GenVector.h,
	  mathcore/inc/Math/Translation3D.h,
	  mathcore/src/LorentzRotation.cxx, mathcore/src/Quaternion.cxx,
	  mathcore/src/Rotation3D.cxx, mathcore/src/Transform3D.cxx,
	  mathcore/src/Translation3D.cxx, mathcore/test/coordinates4D.cxx,
	  mathcore/test/testGenVector.cxx: - add translation class on
	  request by LHCb for combination with Transform3D and rotations
	  - inline some of the operations on the rotation and
	  transformation classes for better performances

2007-06-21 11:31  ganis

	* [r19105] proofd/inc/XrdProofdPlatform.h,
	  proofd/src/XrdProofdClient.cxx, proofd/src/XrdProofdProtocol.cxx:
	  Fix portability problems on Solaris

2007-06-21 10:46  ganis

	* [r19104] proofd/src/XrdProofGroup.cxx: Fix a bug in testing group
	  membership.

2007-06-21 10:33  ganis

	* [r19103] proofd/inc/XrdProofdProtocol.h: Remove extra
	  qualification of LoadScheduler (bug #27370)

2007-06-21 10:31  ganis

	* [r19102] proofd/src/XrdProofdProtocol.cxx: Remove unused variable

2007-06-21 10:28  brun

	* [r19101] tmva/src/GeneticPopulation.cxx,
	  tmva/src/GeneticRange.cxx, tmva/src/MethodCFMlpANN.cxx,
	  tmva/src/MethodCuts.cxx, tmva/src/MethodFisher.cxx,
	  tmva/src/MethodKNN.cxx, tmva/src/MethodLikelihood.cxx,
	  tmva/src/MethodSVM.cxx, tmva/src/MethodSeedDistance.cxx,
	  tmva/src/MetricEuler.cxx, tmva/src/MetricManhattan.cxx,
	  tmva/src/MinuitFitter.cxx, tmva/src/MinuitWrapper.cxx,
	  tmva/src/ModulekNN.cxx, tmva/src/RuleEnsemble.cxx,
	  tmva/src/RuleFit.cxx, tmva/src/SeedDistance.cxx,
	  tmva/src/Tools.cxx: From Joerg Stelzer:
	  -fix compilation errors on Solaris
	  -fix coding conventions

2007-06-21 08:50  rdm

	* [r19100] proofplayer/inc/TPerfStats.h,
	  proofplayer/src/TPerfStats.cxx: add the number of workers to the
	  proofquerylog table.

2007-06-21 08:47  rdm

	* [r19099] proof/inc/TProofServ.h, proof/src/TProofServ.cxx,
	  proofx/src/TXProofServ.cxx: added new data member fGroupPriority.
	  This priority is obtained by
	  GetPriority() which makes an SQL query in the proofpriority
	  table, which
	  has the format:
	  CREATE TABLE proofpriority (
	  id INT NOT NULL PRIMARY KEY AUTO_INCREMENT,
	  group VARCHAR(32) NOT NULL,
	  priority INT
	  )
	  This prority is then forwarded to the xrootd on the workers.

2007-06-21 08:44  rdm

	* [r19098] proof/inc/TProof.h, proof/src/TProof.cxx: rename
	  GetSlaveInfo() to GetListOfSlaveInfos() to be compatible with
	  other
	  list getters.

2007-06-21 08:00  ganis

	* [r19097] proofd/inc/XrdProofSched.h, proofd/inc/XrdProofWorker.h,
	  proofd/inc/XrdProofdManager.h, proofd/src/XrdProofSched.cxx,
	  proofd/src/XrdProofWorker.cxx, proofd/src/XrdProofdManager.cxx:
	  New files:
	  
	  XrdProofWorker.h, .cxx:
	  - class describing a worker (extracted from XrdProofdProtocol.h,
	  .cxx)
	  XrdProofdManager.h, .cxx:
	  - class mapping manager fonctionality
	  (code previuosly in XrdProofdProtocol moved in here)
	  XrdProofdSched.h, .cxx:
	  - Scheduler interface and basic implementation

2007-06-21 07:46  ganis

	* [r19096] proofd/src/XrdProofdProtocol.cxx: Patch adding support
	  for basic scheduling functionality and to
	  improve the modularity of the XrdProofdProtocol-related code.

2007-06-21 07:41  ganis

	* [r19095] proofd/inc/XrdProofGroup.h,
	  proofd/inc/XrdProofServProxy.h, proofd/inc/XrdProofdAux.h,
	  proofd/inc/XrdProofdClient.h, proofd/inc/XrdProofdProtocol.h,
	  proofd/src/XrdProofGroup.cxx, proofd/src/XrdProofServProxy.cxx,
	  proofd/src/XrdProofdAux.cxx, proofd/src/XrdProofdClient.cxx:
	  Patch adding support for basic scheduling functionality and to
	  improve the modularity of the XrdProofdProtocol-related code.
	  
	  New files:
	  
	  XrdProofWorker.h, .cxx:
	  - class describing a worker (extracted from XrdProofdProtocol.h,
	  .cxx)
	  XrdProofdManager.h, .cxx:
	  - class mapping manager fonctionality
	  (code previuosly in XrdProofdProtocol moved in here)
	  XrdProofdSched.h, .cxx:
	  - Scheduler interface and basic implementation

2007-06-21 07:15  ganis

	* [r19094] proofd/inc/XrdProofdTrace.h: Add new tracing option
	  'inflt' to trace inflate factor related issues

2007-06-21 07:12  ganis

	* [r19093] proof/inc/TProofServ.h, proof/src/TProofServ.cxx,
	  proofx/src/TXProofServ.cxx: Add member to store the inflate
	  factor and methods to handle it.
	  Apply inflate factor if defined.

2007-06-21 07:06  ganis

	* [r19092] proofx/inc/TXSocket.h, proofx/src/TXSocket.cxx: Set
	  dedicated flag when kPROOF_PROCESS is sent (needed for
	  scheduling).
	  Synchronize message type definition with XProofProtocol.h

2007-06-21 07:03  ganis

	* [r19091] proofd/inc/XProofProtocol.h: Add/Move in here a few
	  definition used for scheduling.

2007-06-20 19:07  brun

	* [r19090] gui/src/TRootBrowser.cxx: From Bertrand:
	  - add a protection in browsing remote TBranchElements

2007-06-20 14:45  brun

	* [r19089] base/inc/TRemoteObject.h, base/src/TRemoteObject.cxx,
	  gui/src/TRootBrowser.cxx: From Bertrand:
	  - Documented (shortly) new class TRemoteObject
	  - Improvements in TRootBrowser for special case of browsing
	  remote
	  objects

2007-06-20 14:41  brun

	* [r19088] base/inc/TVirtualGL.h: From Timur:
	  Fix coding conventions

2007-06-20 13:32  antcheva

	* [r19087] tutorials/gui/guitest.C: Fixes related to the TestMsgBox
	  test:
	  - Made check button ids to correspond to their assigned
	  functionality;
	  - Create the array of check buttons in proper order that
	  corresponds to
	  assigned labels/functionality.

2007-06-20 13:31  antcheva

	* [r19086] test/guitest.cxx: Fix related to the TestMsgBox test:
	  - Made check button ids to correspond to their assigned
	  functionality.

2007-06-20 10:18  brun

	* [r19085] config/Makefile.depend, tmva/src/MetricEuler.cxx: From
	  Bertrand:
	  Additional fix for Windows

2007-06-20 09:41  brun

	* [r19084] tmva/inc/Config.h, tmva/inc/FitterBase.h,
	  tmva/inc/GeneticAlgorithm.h, tmva/inc/GeneticFitter.h,
	  tmva/inc/IFitterTarget.h, tmva/inc/IMetric.h,
	  tmva/inc/MCFitter.h, tmva/inc/MethodFDA.h, tmva/inc/MethodKNN.h,
	  tmva/inc/MethodSeedDistance.h, tmva/inc/MetricEuler.h,
	  tmva/inc/MetricManhattan.h, tmva/inc/MinuitFitter.h,
	  tmva/inc/MinuitWrapper.h, tmva/inc/ModulekNN.h,
	  tmva/inc/NodekNN.h, tmva/inc/RuleFit.h, tmva/inc/RuleFitAPI.h,
	  tmva/inc/SeedDistance.h, tmva/inc/SimulatedAnnealing.h,
	  tmva/inc/SimulatedAnnealingFitter.h, tmva/src/Factory.cxx,
	  tmva/src/FitterBase.cxx, tmva/src/GeneticAlgorithm.cxx,
	  tmva/src/GeneticFitter.cxx, tmva/src/GeneticPopulation.cxx,
	  tmva/src/IFitterTarget.cxx, tmva/src/IMetric.cxx,
	  tmva/src/MCFitter.cxx, tmva/src/MethodFDA.cxx,
	  tmva/src/MethodFisher.cxx, tmva/src/MethodKNN.cxx,
	  tmva/src/MethodLikelihood.cxx, tmva/src/MethodSeedDistance.cxx,
	  tmva/src/MetricEuler.cxx, tmva/src/MetricManhattan.cxx,
	  tmva/src/MinuitFitter.cxx, tmva/src/MinuitWrapper.cxx,
	  tmva/src/ModulekNN.cxx, tmva/src/MsgLogger.cxx, tmva/src/PDF.cxx,
	  tmva/src/RuleFitAPI.cxx, tmva/src/SeedDistance.cxx,
	  tmva/src/SimulatedAnnealing.cxx,
	  tmva/src/SimulatedAnnealingFitter.cxx,
	  tmva/src/TActivationIdentity.cxx, tmva/src/Timer.cxx,
	  tmva/test/TMVAnalysis.py: From Joerg Stelzer:
	  Fix several portability problems.

2007-06-20 08:30  moneta

	* [r19083] hist/src/TF1Helper.cxx, hist/src/TF1Helper.h: fix a
	  coding convention violation

2007-06-20 08:10  brun

	* [r19082] gl/inc/TGLContextPrivate.h,
	  gl/src/TGLContextPrivate.cxx: From Timur:
	  Fix coding conventions.

2007-06-20 07:40  brun

	* [r19081] proofplayer/src/TAdaptivePacketizer.cxx: Fix coding
	  conventions

2007-06-20 07:01  antcheva

	* [r19080] qt/src/TGQt.cxx: From Valeri Fine:
	  This patch should fix the color mismatch.

2007-06-20 07:00  antcheva

	* [r19079] qt/src/TQtWidget.cxx: From Valeri Fine:
	  The small patch to remove run-time Qt4 warning.

2007-06-20 06:22  ganis

	* [r19078] proofd/src/XrdProofdProtocol.cxx: Fix bug in the logic
	  used to create the table of available workers, affecting the
	  case when a proof.conf file is not specified.

2007-06-20 00:22  rdm

	* [r19077] proofplayer/inc/TFileMerger.h,
	  proofplayer/src/TFileMerger.cxx: From Andreas:
	  I removed the Cp() function since it is now in TFile.
	  I call the Merge() functions for objects, where it is defined. If
	  no merge
	  function is defined, I just add all objects into the outputfile
	  without
	  merging them.

2007-06-20 00:14  rdm

	* [r19076] alien/src/TAlienCollection.cxx: From Andreas:
	  use TFile::Cp() now instead of copy in TFileMerger.

2007-06-20 00:12  rdm

	* [r19075] config/Makefile.depend: From Andreas:
	  add missing dependency for libRAliEn which depends on
	  libProofPlayer.

2007-06-19 22:21  rdm

	* [r19074] config/Makefile.depend: dependency of libManLisa on
	  libNet and libRIO was missing.

2007-06-19 15:36  brun

	* [r19073] tmva/src/SimulatedAnnealingCuts.cxx: Removing obsolete
	  file.

2007-06-19 14:11  rdm

	* [r19072] rfio/src/TRFIOFile.cxx: From Giulia Taurelli:
	  latest version of TRFIOFile, no need for explicit rfio_parse()
	  anymore.

2007-06-19 14:02  brun

	* [r19071] tmva/src/MetricEuler.cxx: From Lorenzo:
	  Fix for MacOS

2007-06-19 13:50  rdm

	* [r19070] base/inc/TRemoteObject.h, base/src/TRemoteObject.cxx:
	  add cvs ident lines.

2007-06-19 13:26  brun

	* [r19069] tmva/inc/BinarySearchTree.h,
	  tmva/inc/BinarySearchTreeNode.h, tmva/inc/BinaryTree.h,
	  tmva/inc/Config.h, tmva/inc/Configurable.h,
	  tmva/inc/CrossEntropy.h, tmva/inc/DataSet.h,
	  tmva/inc/DecisionTree.h, tmva/inc/DecisionTreeNode.h,
	  tmva/inc/Event.h, tmva/inc/Factory.h, tmva/inc/FitterBase.h,
	  tmva/inc/GeneticANN.h, tmva/inc/GeneticAlgorithm.h,
	  tmva/inc/GeneticBase.h, tmva/inc/GeneticCuts.h,
	  tmva/inc/GeneticFitter.h, tmva/inc/GeneticGenes.h,
	  tmva/inc/GeneticPopulation.h, tmva/inc/GeneticRange.h,
	  tmva/inc/GiniIndex.h, tmva/inc/IFitterTarget.h,
	  tmva/inc/IMethod.h, tmva/inc/IMetric.h, tmva/inc/Interval.h,
	  tmva/inc/KDEKernel.h, tmva/inc/LinkDef.h, tmva/inc/MCFitter.h,
	  tmva/inc/MethodANNBase.h, tmva/inc/MethodBDT.h,
	  tmva/inc/MethodBase.h, tmva/inc/MethodBayesClassifier.h,
	  tmva/inc/MethodCFMlpANN.h, tmva/inc/MethodCFMlpANN_Utils.h,
	  tmva/inc/MethodCFMlpANN_def.h, tmva/inc/MethodCommittee.h,
	  tmva/inc/MethodCuts.h, tmva/inc/MethodFDA.h,
	  tmva/inc/MethodFisher.h, tmva/inc/MethodHMatrix.h,
	  tmva/inc/MethodKNN.h, tmva/inc/MethodLikelihood.h,
	  tmva/inc/MethodMLP.h, tmva/inc/MethodPDERS.h,
	  tmva/inc/MethodRuleFit.h, tmva/inc/MethodRuleFitJF.h,
	  tmva/inc/MethodSVM.h, tmva/inc/MethodSeedDistance.h,
	  tmva/inc/MethodTMlpANN.h, tmva/inc/MethodVariable.h,
	  tmva/inc/Methods.h, tmva/inc/MetricEuler.h,
	  tmva/inc/MetricManhattan.h, tmva/inc/MinuitFitter.h,
	  tmva/inc/MinuitWrapper.h, tmva/inc/MisClassificationError.h,
	  tmva/inc/ModulekNN.h, tmva/inc/MsgLogger.h, tmva/inc/Node.h,
	  tmva/inc/NodekNN.h, tmva/inc/Option.h, tmva/inc/PDF.h,
	  tmva/inc/Ranking.h, tmva/inc/Reader.h, tmva/inc/RootFinder.h,
	  tmva/inc/Rule.h, tmva/inc/RuleCut.h, tmva/inc/RuleEnsemble.h,
	  tmva/inc/RuleFit.h, tmva/inc/RuleFitAPI.h,
	  tmva/inc/RuleFitParams.h, tmva/inc/SdivSqrtSplusB.h,
	  tmva/inc/SeedDistance.h, tmva/inc/SeparationBase.h,
	  tmva/inc/SimulatedAnnealing.h, tmva/inc/SimulatedAnnealingBase.h,
	  tmva/inc/SimulatedAnnealingCuts.h,
	  tmva/inc/SimulatedAnnealingFitter.h, tmva/inc/TActivation.h,
	  tmva/inc/TActivationIdentity.h, tmva/inc/TActivationRadial.h,
	  tmva/inc/TActivationSigmoid.h, tmva/inc/TActivationTanh.h,
	  tmva/inc/TNeuron.h, tmva/inc/TNeuronInput.h,
	  tmva/inc/TNeuronInputAbs.h, tmva/inc/TNeuronInputSqSum.h,
	  tmva/inc/TNeuronInputSum.h, tmva/inc/TSpline1.h,
	  tmva/inc/TSpline2.h, tmva/inc/Timer.h, tmva/inc/Tools.h,
	  tmva/inc/Types.h, tmva/inc/VariableDecorrTransform.h,
	  tmva/inc/VariableIdentityTransform.h, tmva/inc/VariableInfo.h,
	  tmva/inc/VariablePCATransform.h,
	  tmva/inc/VariableTransformBase.h, tmva/inc/Version.h,
	  tmva/inc/Volume.h, tmva/src/BinarySearchTree.cxx,
	  tmva/src/BinarySearchTreeNode.cxx, tmva/src/BinaryTree.cxx,
	  tmva/src/Config.cxx, tmva/src/Configurable.cxx,
	  tmva/src/CrossEntropy.cxx, tmva/src/DataSet.cxx,
	  tmva/src/DecisionTree.cxx, tmva/src/DecisionTreeNode.cxx,
	  tmva/src/Event.cxx, tmva/src/Factory.cxx,
	  tmva/src/FitterBase.cxx, tmva/src/GeneticANN.cxx,
	  tmva/src/GeneticAlgorithm.cxx, tmva/src/GeneticBase.cxx,
	  tmva/src/GeneticCuts.cxx, tmva/src/GeneticFitter.cxx,
	  tmva/src/GeneticGenes.cxx, tmva/src/GeneticPopulation.cxx,
	  tmva/src/GeneticRange.cxx, tmva/src/GiniIndex.cxx,
	  tmva/src/IFitterTarget.cxx, tmva/src/IMetric.cxx,
	  tmva/src/Interval.cxx, tmva/src/KDEKernel.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/MethodRuleFitJF.cxx,
	  tmva/src/MethodSVM.cxx, tmva/src/MethodSeedDistance.cxx,
	  tmva/src/MethodTMlpANN.cxx, tmva/src/MethodVariable.cxx,
	  tmva/src/MetricEuler.cxx, tmva/src/MetricManhattan.cxx,
	  tmva/src/MinuitFitter.cxx, tmva/src/MinuitWrapper.cxx,
	  tmva/src/MisClassificationError.cxx, tmva/src/ModulekNN.cxx,
	  tmva/src/MsgLogger.cxx, tmva/src/Node.cxx, tmva/src/Option.cxx,
	  tmva/src/PDF.cxx, tmva/src/Ranking.cxx, tmva/src/Reader.cxx,
	  tmva/src/RootFinder.cxx, tmva/src/Rule.cxx, tmva/src/RuleCut.cxx,
	  tmva/src/RuleEnsemble.cxx, tmva/src/RuleFit.cxx,
	  tmva/src/RuleFitAPI.cxx, tmva/src/RuleFitParams.cxx,
	  tmva/src/SdivSqrtSplusB.cxx, tmva/src/SeedDistance.cxx,
	  tmva/src/SeparationBase.cxx, tmva/src/SimulatedAnnealing.cxx,
	  tmva/src/SimulatedAnnealingBase.cxx,
	  tmva/src/SimulatedAnnealingCuts.cxx,
	  tmva/src/SimulatedAnnealingFitter.cxx,
	  tmva/src/TActivationIdentity.cxx, tmva/src/TActivationRadial.cxx,
	  tmva/src/TActivationSigmoid.cxx, tmva/src/TActivationTanh.cxx,
	  tmva/src/TNeuron.cxx, tmva/src/TSpline1.cxx,
	  tmva/src/TSpline2.cxx, tmva/src/TSynapse.cxx, tmva/src/Timer.cxx,
	  tmva/src/Tools.cxx, tmva/src/Types.cxx,
	  tmva/src/VariableDecorrTransform.cxx,
	  tmva/src/VariableIdentityTransform.cxx,
	  tmva/src/VariableInfo.cxx, tmva/src/VariablePCATransform.cxx,
	  tmva/src/VariableTransformBase.cxx, tmva/src/Volume.cxx,
	  tmva/test/BDT.C, tmva/test/ClassApplication.C,
	  tmva/test/TMVAGui.C, tmva/test/TMVAnalysis.C,
	  tmva/test/TMVAnalysis.py, tmva/test/TMVApplication.C,
	  tmva/test/annconvergencetest.C, tmva/test/compareanapp.C,
	  tmva/test/correlationscatters.C, tmva/test/efficiencies.C,
	  tmva/test/likelihoodrefs.C, tmva/test/mutransform.C,
	  tmva/test/mvaeffs.C, tmva/test/mvas.C, tmva/test/mvaweights.C,
	  tmva/test/network.C, tmva/test/probas.C, tmva/test/rulevisCorr.C,
	  tmva/test/rulevisHists.C, tmva/test/tmvaglob.C,
	  tmva/test/variables.C: From Joerg Stelzer:
	  New version of TMVA

2007-06-19 12:55  brun

	* [r19068] base/inc/LinkDef2.h, base/inc/TApplication.h,
	  base/inc/TRemoteObject.h, base/src/TApplication.cxx,
	  base/src/TRemoteObject.cxx, gui/inc/TGFSContainer.h,
	  gui/src/TGFSContainer.cxx, gui/src/TRootBrowser.cxx,
	  net/inc/TApplicationRemote.h, net/inc/TApplicationServer.h,
	  net/src/TApplicationRemote.cxx, net/src/TApplicationServer.cxx:
	  From Bertrand:
	  New class TRemoteObject to enable browsing of remote system files
	  or ROOT files.

2007-06-19 06:57  antcheva

	* [r19067] qt/src/TGQt.cxx: Fixed warning:
	  qt/src/TGQt.cxx:2158: warning: unused parameter `int*dash'

2007-06-19 06:54  antcheva

	* [r19066] qtroot/qtroot.pro, qtroot/src/TQtRootGuiFactory.cxx: A
	  small patch for "qtroot" package to:
	  - move "gSystem->Load("Gui") from "qtroot" to "qt"
	  - fix some bugs in the qtroot.pro Qt project

2007-06-19 06:51  antcheva

	* [r19065] qt/inc/TQtClientWidget.h, qt/inc/TQtWidget.h,
	  qt/inc/TVirtualX.interface.h, qt/src/GQtGUI.cxx, qt/src/TGQt.cxx,
	  qt/src/TQtApplication.cxx, qt/src/TQtClientWidget.cxx,
	  qt/src/TQtWidget.cxx: From Valeri Fine:
	  
	  The various corrections to account the difference between Qt3
	  and Qt4 API and fix the ROOT Bug report 23601.
	  
	  TGQt, TQtClientWidget::
	  - new method TGQt::NeedRedraw
	  and custom TQtClientWidget::paintEvent handler
	  to synchronize Qt and ROOT paint operation
	  
	  TQtWidget:
	  - The new data-member "shadow widget" to provide
	  the "rubber band" like operations.
	  - Provide the custom paintEvent handler to
	  
	  TQtApplication:
	  - Apply
	  CoreApplication::setAttribute(Qt::AA_ImmediateWidgetCreation)
	  to optimize X11 drawing under Qt4
	  
	  TGQt:
	  - Implement an interface to the Qt4 font and line attribute
	  handling.

2007-06-19 05:06  brun

	* [r19064] pyroot/src/PyBufferFactory.cxx: From Wim:
	  Fix coding conventions.

2007-06-18 17:58  pcanal

	* [r19063] tutorials/gui/guitest.C: fix the fC array to be
	  consistently numberer

2007-06-18 14:24  brun

	* [r19062] gl/src/TGLWidget.cxx: Fix for Linux when TGLWidget is
	  used by an appilcation directly (thanks Bertrand for reporting)

2007-06-18 11:52  wouter

	* [r19061] roofitcore/inc/RooPlot.h, roofitcore/src/RooPlot.cxx: o
	  RooPlot
	  
	  - Fix Savannah #27244. Propagate SetName() and SetTitle() calls
	  of RooPlot to contained TH1

2007-06-18 10:58  brun

	* [r19060] gl/inc/TGLContext.h, gl/inc/TGLContextPrivate.h,
	  gl/src/TGLContextPrivate.cxx: a better way to fixs the
	  compilation problem on Solaris.

2007-06-18 10:10  rdm

	* [r19058] reflex/Module.mk: libReflexDict was not deleted in
	  distclean.

2007-06-18 09:44  brun

	* [r19057] gl/inc/TGLContext.h: From Timur:
	  Fix a compilation error on Solaris.

2007-06-18 09:30  rdm

	* [r19056] build/win/makelib.sh: From Axel:
	  remove export symbol file (.def) after DLL has been built.

2007-06-18 09:29  rdm

	* [r19055] build/unix/distfilelist.sh: From Axel:
	  remove dictionary sources / objects before creating a
	  distribution.

2007-06-18 08:26  axel

	* [r19054] cint/cintdlls.mk: Remove windows files used to link
	  against cintdlls (.lib, .exp) - nobody will ever do that.

2007-06-18 07:54  brun

	* [r19053] gl/inc/TGLViewer.h, gl/inc/TGLWidget.h,
	  gl/src/TGLSAViewer.cxx, gl/src/TGLViewer.cxx,
	  gl/src/TGLWidget.cxx: From Timur:
	  Fix for timer problems on some Linuxes.

2007-06-18 07:26  brun

	* [r19052] base/inc/TVirtualX.h, base/src/TVirtualX.cxx,
	  config/Makefile.depend, gui/src/TGClient.cxx: From Valeri Fine:
	  -Add a new method in TVirtualx to facilitate the integration of
	  Qt4
	  virtual Bool_t NeedRedraw(ULong_t tgwindow, Bool_t force);
	  -Modify Makefile.depend to add new dependencies for libQt

2007-06-18 07:11  brun

	* [r19051] gl/inc/TGLContextPrivate.h: Eliminate EOL characters

2007-06-18 07:06  brun

	* [r19050] gl/inc/TGLContextPrivate.h: Fix a fatal typo in latest
	  fix.

2007-06-18 07:02  brun

	* [r19049] gl/inc/LinkDef.h, gl/inc/TGLClip.h, gl/inc/TGLContext.h,
	  gl/inc/TGLContextPrivate.h, gl/inc/TGLFormat.h,
	  gl/inc/TGLLogicalShape.h, gl/inc/TGLManipSet.h,
	  gl/inc/TGLOverlay.h, gl/inc/TGLRnrCtx.h, gl/inc/TGLScene.h,
	  gl/inc/TGLSelectBuffer.h, gl/inc/TGLSelectRecord.h,
	  gl/inc/TGLViewer.h, gl/inc/TGLViewerBase.h, gl/inc/TGLWidget.h,
	  gl/src/TGLClip.cxx, gl/src/TGLContext.cxx,
	  gl/src/TGLContextPrivate.cxx, gl/src/TGLFormat.cxx,
	  gl/src/TGLLogicalShape.cxx, gl/src/TGLManipSet.cxx,
	  gl/src/TGLOverlay.cxx, gl/src/TGLPhysicalShape.cxx,
	  gl/src/TGLRnrCtx.cxx, gl/src/TGLScene.cxx,
	  gl/src/TGLSelectBuffer.cxx, gl/src/TGLSelectRecord.cxx,
	  gl/src/TGLViewer.cxx, gl/src/TGLViewerBase.cxx,
	  gl/src/TGLWidget.cxx, gl/src/TPointSet3DGL.cxx: From Matev and
	  Timur:
	  Timur:
	  1. Allow unique identification of shared GL contexts via
	  TGLContextIdentity class.
	  
	  Matevz:
	  1. Improved overlay selection handling.
	  2. Perform GL context check before rendering, possibly
	  invalidating
	  registered display-lists.
	  3. Minimize updates for window expose and resize events.

2007-06-16 03:19  pcanal

	* [r19048] io/src/TStreamerInfoReadBuffer.cxx,
	  io/src/TStreamerInfoWriteBuffer.cxx: Add I/O support for a
	  varying length array of polymorphic
	  pointers to objects.
	  
	  Int_t fN;
	  MyClass** fAry; //[fN]
	  MyClass** fAryAry[10]; //[fN]
	  
	  fAry = new MyClass*[fN];
	  fAryAry[0] = new MyClass*[fN];
	  
	  fAry[0] = new MyClass;
	  fAry[1] = new DerivedFromMyClass;
	  
	  fAryAry[0][0] = new MyClass;
	  fAryAry[0][1] = new DerivedFromMyClass;
	  
	  This is implement using a different file format for data member
	  which are variable size arrays of pointers to objects.
	  
	  We plan on triggering on the file version (5.15/09) which in
	  practice
	  means that any file that
	  a) was written with 5.15/09 (the development code) prior to the
	  checking
	  b) contains variable size arrays of pointers to objects.
	  will __partially__ not be readable with the new code (more
	  exactly it will
	  issue a lot of warning messages and lose 'only' the objects from
	  the variable size arrays of pointers to objects.

2007-06-15 14:44  brun

	* [r19047] base/src/TSystem.cxx: From Axel:
	  with this patch, TSystem::Load() returns "success" if a lib is
	  requested
	  to be loaded and the (alphabetically) first class that is
	  supposed to be
	  in that lib has already been loaded.

2007-06-15 14:37  brun

	* [r19045] treeviewer/src/TTreeViewer.cxx: From Ilka:
	  Removed settings of the windows' decoration - this takes place
	  in TGMainFrame ctor now

2007-06-15 14:13  antcheva

	* [r19044] gui/src/TRootBrowser.cxx, gui/src/TRootCanvas.cxx:
	  Removed settings of the windows' decoration - this takes place
	  in TGMainFrame ctor now

2007-06-15 13:46  antcheva

	* [r19043] gui/src/TGFrame.cxx: Fixed the bug #27222 at
	  https://savannah.cern.ch/bugs/?27222 by
	  setting defaults for the windows' decoration in TGMainframe
	  constructor:
	  fMWMValue = kMWMDecorAll;
	  fMWMFuncs = kMWMFuncAll;
	  fMWMInput = kMWMInputModeless;

2007-06-15 13:34  moneta

	* [r19042] unuran/Module.mk: - remove all previous directory
	  containing unuran sources before doing untar

2007-06-15 12:36  brun

	* [r19041] cont/inc/TClassTable.h, cont/src/TClassTable.cxx: Add a
	  new static function TClassTavle::At
	  // Returns class at index from sorted class table. Don't use this
	  iterator
	  // while modifying the class table. The class table can be
	  modified
	  // when making calls like TClass::GetClass(), etc.
	  // Returns 0 if index points beyond last class name.

2007-06-15 12:35  brun

	* [r19040] meta/inc/TVirtualStreamerInfo.h,
	  meta/src/TVirtualStreamerInfo.cxx: Add a new static function
	  TVirtualStreamerInfo::SetFactory(TVirtualStreamerInfo *factory)
	  This function can be used to initialize a dedicated factory
	  instead of using the
	  default version created by the plug-in manager.

2007-06-15 11:42  ganis

	* [r19039] proofd/src/XrdROOT.cxx: Limit the timeout for ROOT
	  version validation to 60 seconds, which
	  should largerly cover delays due to heavy load in the machine.

2007-06-15 11:38  ganis

	* [r19038] proofx/src/TXProofMgr.cxx, proofx/src/TXSocket.cxx:
	  Reduce the default amount of notification in case of login
	  failures
	  due to invalid "credentials" (user unknown or not allowed,
	  invalid
	  group, ...)

2007-06-15 11:38  couet

	* [r19037] tutorials/image/trans_graph.C: - From V.Onuchin:
	  Mods which allow to run this script by clicking with a ROOT
	  browser,
	  i.e. in gui mode (add switching back to GUI mode at the end of
	  script).

2007-06-15 10:03  antcheva

	* [r19036] gui/src/TGMenu.cxx: Added details about menu classes
	  (see https://savannah.cern.ch/bugs/?27212)

2007-06-15 09:17  moneta

	* [r19034] mathcore/test/coordinates3D.cxx: fix a problem when
	  testing vectors with phi close to Pi

2007-06-14 21:01  rdm

	* [r19033] net/inc/TWebFile.h, net/src/TWebFile.cxx: code cleanup
	  for the direct reading from un-modded web server.

2007-06-14 20:18  brun

	* [r19032] tutorials/graphs/motorcycle.C: When calling
	  TPad::DrawFrame, one must use the current pad (gPad)

2007-06-14 15:42  moneta

	* [r19031] mathcore/test/coordinates3D.cxx,
	  mathcore/test/coordinates4D.cxx: add tests for large eta and
	  small rho (for bug reported by CMS)

2007-06-14 15:40  moneta

	* [r19030] mathcore/inc/Math/GenVector/Cartesian3D.h,
	  mathcore/inc/Math/GenVector/Cylindrical3D.h,
	  mathcore/inc/Math/GenVector/Polar3D.h,
	  mathcore/inc/Math/GenVector/PxPyPzE4D.h,
	  mathcore/inc/Math/GenVector/PxPyPzM4D.h,
	  mathcore/inc/Math/GenVector/eta.h: - fix a bug reported by CMS in
	  the calculation of eta when Z is >> Rho and is negative.
	  - re-organize the eta calculations in the eta.h file to avoid
	  redoing the implementations in every coordinate system file

2007-06-14 09:17  couet

	* [r19029] graf/inc/TPie.h, graf/inc/TPieSlice.h,
	  graf/src/TPie.cxx: - From Guido Volpi:
	  * Cleanup in TPie and TPieSlice in the methods that evaluates if
	  the pointer
	  is the slice area or in the area.
	  
	  * The labels now are not printed over the pie area.
	  
	  * Added the SetAngle3D() and GetAngle3D() method to change the
	  perspecive
	  angle if the 3d option is used.

2007-06-14 09:16  ganis

	* [r19028] proofd/inc/XrdProofdPlatform.h,
	  proofd/src/XrdProofdProtocol.cxx: Fix compilation warnings about
	  an unused variable.

2007-06-14 06:52  rdm

	* [r19027] base/src/Stringio.cxx: comment.

2007-06-14 06:51  rdm

	* [r19026] net/inc/TWebFile.h, net/src/TWebFile.cxx: use standrard
	  HTTP/1.0 protocol using "Range:" option to read ROOT files
	  from any httpd without need for a special mod-root module. Just
	  put the
	  ROOT file in a directory exported by the httpd.

2007-06-14 05:12  brun

	* [r19025] pyroot/src/Converters.cxx, pyroot/src/Converters.h,
	  pyroot/src/MethodHolder.cxx, pyroot/src/PyBufferFactory.cxx,
	  pyroot/src/PyROOT.h, pyroot/src/Pythonize.cxx,
	  pyroot/src/RootWrapper.cxx: From Wim:
	  o) allow fix-up of buffer object size
	  o) added write access to public class static data members
	  o) fixed passing of python IntType through int& out-param
	  o) updated int& and Py_ssize_t handling
	  o) fix handling of const/non-const overloads with covariant
	  return types

2007-06-13 19:36  brun

	* [r19024] math/src/TMath.cxx: Add a missing namespace TMath:: when
	  calling NormQuantile.

2007-06-13 19:33  brun

	* [r19023] math/src/TMath.cxx: In TMath::StudentQuantile fix a
	  problem when ndf=1 reported at
	  https://savannah.cern.ch/bugs/?27163

2007-06-13 17:47  rdm

	* [r19022] etc/proof/xpd.cf.sample, etc/proof/xpd.groups.sample:
	  from Gerri:
	  xpd.cf.sample
	  - add description of the new directives introduced on Jun 12,
	  2007.
	  
	  xpd.groups.sample
	  - example of group definition file

2007-06-13 16:27  couet

	* [r19021] graf/inc/TGraphPolar.h, graf/src/TGraphPolar.cxx: - From
	  Bastien Dalla Piazza:
	  TPolarGram:
	  - New options allowing to draw only the polar axis or radial
	  axis.
	  - Possibility to define text string as labels.
	  TGraphPolar:
	  - Clean up: avoid duplicated code.

2007-06-13 15:32  moneta

	* [r19020] tutorials/fit/TestBinomial.C: add a new tutorial for fit
	  on binomial (efficiency) histograms

2007-06-13 13:53  moneta

	* [r19019] hist/src/TBinomialEfficiencyFitter.cxx: - fix a bug in
	  the Fit method
	  - load a TVirtualFitter according to the default type specified
	  in TVirtualFitter

2007-06-12 20:29  rdm

	* [r19018] gl/inc/TGLContext.h, gl/inc/TGLFormat.h,
	  gl/inc/TGLWidget.h, gl/src/TGLContext.cxx, gl/src/TGLFormat.cxx,
	  gl/src/TGLWidget.cxx: add missing cvs ident lines.

2007-06-12 18:31  rdm

	* [r19017] ftgl/Module.mk: on Mac OS X 10.3 we need to link
	  explicitly with -lz.

2007-06-12 18:03  ganis

	* [r19016] proofplayer/src/TAdaptivePacketizer.cxx: - Take the
	  fgNetworkFasterThanHD parameter from the rootrc-like variable
	  ProofServ.NetworkFasterThanHD
	  - Fix a few typos in Info statements

2007-06-12 18:01  ganis

	* [r19015] proofplayer/src/TPerfStats.cxx: Take the SQL server
	  coordinates from the rootrc-like variables
	  ProofServ.QueryLogDB, ProofServ.QueryLogUser,
	  ProofServ.QueryLogPasswd
	  instead of from environment variables.

2007-06-12 15:38  moneta

	* [r19014] tutorials/fit/ErrorIntegral.C: update tutorials for new
	  IntegralError function

2007-06-12 15:32  brun

	* [r19013] gl/inc/TGLContext.h, gl/inc/TGLWidget.h: From Timur:
	  Comments after ClassDef added.

2007-06-12 15:29  moneta

	* [r19012] hist/inc/TF1.h, hist/inc/TProfile2D.h, hist/src/TF1.cxx,
	  hist/src/TF1Helper.cxx, hist/src/TF1Helper.h,
	  hist/src/TProfile2D.cxx: - add TF1::IntegralError to calculate
	  error on the integral after fitting
	  using a function defined in TF1Helper
	  
	  - implement a dummy TProfile2D::Rebin2D to signal an error
	  message and avoid the calling of TH2::Rebin2D

2007-06-12 14:53  brun

	* [r19011] gl/inc/TGLSAViewer.h, gl/src/TGLSAViewer.cxx: From
	  Timur:
	  Make TGLSAViewer::SavePicture working again.

2007-06-12 14:50  brun

	* [r19010] gl/inc/TGLUtil.h, gl/src/TGLManipSet.cxx,
	  gl/src/TGLViewer.cxx: From Matevz:
	  TGLUtil.h:
	  added methods for control of static draw-quality
	  
	  TGLManipSet.cxx:
	  in selection mode render manipulators with lower LOD
	  
	  TGLViewer.cxx:
	  a) bugfix, scene time-stamp was not increased after automatic
	  scene update;
	  b) revert to old color switching for physical shapes:
	  1(black)->42(light brown)

2007-06-12 14:03  brun

	* [r19009] main/src/pmain.cxx: From Gerri:
	  - Take loglevel from argc #5
	  - Use logfile path generated by XrdProofdProtocol.cxx

2007-06-12 13:51  ganis

	* [r19008] proof/inc/TProof.h, proof/src/TProofServ.cxx,
	  proofd/inc/XrdProofGroup.h, proofd/inc/XrdProofdAux.h,
	  proofd/inc/XrdProofdClient.h, proofd/inc/XrdProofdPlatform.h,
	  proofd/inc/XrdProofdProtocol.h, proofd/inc/XrdROOT.h,
	  proofd/src/XrdProofGroup.cxx, proofd/src/XrdProofdAux.cxx,
	  proofd/src/XrdProofdClient.cxx, proofd/src/XrdProofdProtocol.cxx,
	  proofd/src/XrdROOT.cxx, proofx/inc/TXProofServ.h,
	  proofx/src/TXProofServ.cxx: New files:
	  
	  XrdProofGroup.h, .cxx
	  - Class describing a group and its properties
	  XrdProofdClient.h, .cxx
	  - Class describing a Xpd client (extracted from
	  XrdProofdProtocol.h, .cxx)
	  XrdROOT.h, .cxx
	  - Class describing a ROOT version (extracted from
	  XrdProofdProtocol.h, .cxx)
	  XrdProofdAux.h, .cxx
	  - Utility tools (extracted from XrdProofdProtocol.h, .cxx)
	  XrdProofdPlatform.h
	  - Platform-dependent system includes and defines common to all
	  implementation
	  files (extracted from XrdProofdProtocol.cxx)
	  
	  Patched files:
	  
	  XrdProofdProtocol.h, .cxx
	  - Adapt to file re-organization
	  - Rationalization fo the way the relevant info is passed to
	  'proofserv':
	  a minimal set of environment variables is kept, the remaining
	  parameters
	  are passed via a rootrc-like file created in the session working
	  dir
	  - New directive "xpd.groupfile" to read a file defining groups
	  and their
	  properties.
	  - New directive "xpd.datasetdir" to define the root path under
	  which the
	  user data set dirs are created
	  - New directive "xpd.putrc" to input rootrc-like directives to be
	  passed
	  straight to proofserv
	  
	  TProofServ.cxx, TXProofServ.h, .cxx
	  - Read the session rootrc in the constructor
	  - Take relevant parameters from the session rootrc file
	  
	  TProof.h
	  - Move protocol number up to 14 to be able to handle backward
	  compatibility
	  issues due to changes in the info transfer mode between xpd and
	  proofserv
	  
	  pmain.cxx
	  - Take loglevel from argc #5
	  - Use logfile path generated by XrdProofdProtocol.cxx

2007-06-12 13:11  moneta

	* [r19007] minuit2/src/FumiliBuilder.cxx, minuit2/src/MnHesse.cxx,
	  minuit2/src/TFitterMinuit.cxx,
	  minuit2/src/VariableMetricBuilder.cxx,
	  minuit2/test/testGraph.cxx: - fix a problem in getting the
	  covarianc matrix in TFitterMinuit
	  - pass max number of function calls when using MnHesse from
	  Fumili or from the VariableMetric.

2007-06-12 10:30  ganis

	* [r19006] proofd/src/XrdProofConn.cxx, proofx/src/TXSlave.cxx:
	  TXSlave.cxx
	  - If available, save the group info in fGroup
	  
	  XrdProofConn.cxx
	  - If available, send over the group info during the login
	  handshake

2007-06-12 10:25  brun

	* [r19005] gl/inc/TGLContextPrivate.h: From Timur:
	  Add missing include

2007-06-12 10:22  brun

	* [r19004] gl/Module.mk, gl/inc/TGLContext.h, gl/inc/TGLFormat.h,
	  gl/inc/TGLScene.h, gl/inc/TGLUtil.h, gl/inc/TGLWidget.h,
	  gl/src/TGLContext.cxx, gl/src/TGLFormat.cxx,
	  gl/src/TGLPShapeObjEditor.cxx, gl/src/TGLSAViewer.cxx,
	  gl/src/TGLScene.cxx, gl/src/TGLWidget.cxx: From Matev:
	  1. Timur's new version of TGLWidget/Format/Context;
	  2. Fix for map element destruction order (Bertrand);
	  3. fixes for solaris in TGLScene.

2007-06-12 10:06  ganis

	* [r19003] proof/inc/TSlave.h, proof/src/TProof.cxx,
	  proof/src/TSlave.cxx: TSlave.h, .cxx
	  - Add new data member fGroup specifying the group the user runs
	  under.
	  - If available, display the group in Print()
	  
	  TProof.cxx
	  - If available, add the group information while creating the
	  worker session
	  - If available, display the group in Print()

2007-06-12 08:16  antcheva

	* [r19002] gui/src/TGFSContainer.cxx: In case of a broken symlink
	  do not show a modal message box saying:
	  "Can't read file attributs of <filename>: No such file or
	  directory".
	  Only the an info message is printed on the ROOT prompt.

2007-06-12 08:15  antcheva

	* [r19001] gui/inc/TGFileDialog.h, gui/src/TGFileDialog.cxx:
	  Several improvements and fixes:
	  1) Replaced fOverWR and fMultiSel check buttons with a single
	  one fCheckB. The functionality of fOverWR assigned to fCheckB
	  in case the file dialog is created as SaveAs dialog; accordingly
	  the functionality of fMultiSel is assigned to fCheckB in case of
	  Open file dialog.
	  
	  2) Fixed several memory leaks.
	  
	  3) Fixed SegV when Cancel button was clicked before the file
	  list was created/visualized in the dialog. It happens because of
	  changes in Revision 1.38 of TGFSContainer. The GUI events cannot
	  be
	  allowed without any control/protection of user interaction.
	  
	  4) Fixed SegV because of double deletion when closing the dialog
	  via WM.

2007-06-11 19:56  brun

	* [r19000] base/inc/LinkDef1.h, base/inc/TBuffer3D.h,
	  base/inc/TVirtualGL.h, base/inc/TVirtualViewer3D.h,
	  base/src/TBuffer3D.cxx, base/src/TVirtualGL.cxx,
	  base/src/TVirtualViewer3D.cxx, gl/inc/CsgOps.h, gl/inc/LinkDef.h,
	  gl/inc/TArcBall.h, gl/inc/TGLBoundingBox.h,
	  gl/inc/TGLBoxPainter.h, gl/inc/TGLCamera.h, gl/inc/TGLClip.h,
	  gl/inc/TGLContext.h, gl/inc/TGLCylinder.h,
	  gl/inc/TGLDisplayListCache.h, gl/inc/TGLDrawFlags.h,
	  gl/inc/TGLDrawable.h, gl/inc/TGLFaceSet.h, gl/inc/TGLFormat.h,
	  gl/inc/TGLHistPainter.h, gl/inc/TGLIncludes.h,
	  gl/inc/TGLKernel.h, gl/inc/TGLLegoPainter.h,
	  gl/inc/TGLLightSet.h, gl/inc/TGLLightSetEditor.h,
	  gl/inc/TGLLockable.h, gl/inc/TGLLogicalShape.h,
	  gl/inc/TGLManip.h, gl/inc/TGLManipSet.h, gl/inc/TGLObject.h,
	  gl/inc/TGLOrthoCamera.h, gl/inc/TGLOutput.h, gl/inc/TGLOverlay.h,
	  gl/inc/TGLPShapeObj.h, gl/inc/TGLPShapeObjEditor.h,
	  gl/inc/TGLPShapeRef.h, gl/inc/TGLParametric.h,
	  gl/inc/TGLPerspectiveCamera.h, gl/inc/TGLPhysicalShape.h,
	  gl/inc/TGLPlotBox.h, gl/inc/TGLPlotPainter.h,
	  gl/inc/TGLPolyLine.h, gl/inc/TGLPolyMarker.h,
	  gl/inc/TGLQuadric.h, gl/inc/TGLRenderArea.h, gl/inc/TGLRnrCtx.h,
	  gl/inc/TGLRotateManip.h, gl/inc/TGLSAFrame.h,
	  gl/inc/TGLSAViewer.h, gl/inc/TGLScaleManip.h, gl/inc/TGLScene.h,
	  gl/inc/TGLSceneBase.h, gl/inc/TGLSceneInfo.h,
	  gl/inc/TGLSelectBuffer.h, gl/inc/TGLSphere.h,
	  gl/inc/TGLStopwatch.h, gl/inc/TGLSurfacePainter.h,
	  gl/inc/TGLTF3Painter.h, gl/inc/TGLTransManip.h, gl/inc/TGLUtil.h,
	  gl/inc/TGLViewer.h, gl/inc/TGLViewerBase.h,
	  gl/inc/TGLViewerEditor.h, gl/inc/TGLWidget.h,
	  gl/inc/TPointSet3DGL.h, gl/inc/TRootGLU.h, gl/inc/TRootGLX.h,
	  gl/inc/TX11GL.h, gl/inc/gl2ps.h, gl/src/CsgOps.cxx,
	  gl/src/TArcBall.cxx, gl/src/TGLBoundingBox.cxx,
	  gl/src/TGLBoxPainter.cxx, gl/src/TGLCamera.cxx,
	  gl/src/TGLClip.cxx, gl/src/TGLContext.cxx,
	  gl/src/TGLCylinder.cxx, gl/src/TGLDisplayListCache.cxx,
	  gl/src/TGLDrawFlags.cxx, gl/src/TGLDrawable.cxx,
	  gl/src/TGLFaceSet.cxx, gl/src/TGLFormat.cxx,
	  gl/src/TGLHistPainter.cxx, gl/src/TGLKernel.cxx,
	  gl/src/TGLLegoPainter.cxx, gl/src/TGLLightSet.cxx,
	  gl/src/TGLLightSetEditor.cxx, gl/src/TGLLockable.cxx,
	  gl/src/TGLLogicalShape.cxx, gl/src/TGLManip.cxx,
	  gl/src/TGLManipSet.cxx, gl/src/TGLObject.cxx,
	  gl/src/TGLOrthoCamera.cxx, gl/src/TGLOutput.cxx,
	  gl/src/TGLOverlay.cxx, gl/src/TGLPShapeObj.cxx,
	  gl/src/TGLPShapeObjEditor.cxx, gl/src/TGLPShapeRef.cxx,
	  gl/src/TGLParametric.cxx, gl/src/TGLPerspectiveCamera.cxx,
	  gl/src/TGLPhysicalShape.cxx, gl/src/TGLPlotBox.cxx,
	  gl/src/TGLPlotPainter.cxx, gl/src/TGLPolyLine.cxx,
	  gl/src/TGLPolyMarker.cxx, gl/src/TGLQuadric.cxx,
	  gl/src/TGLRenderArea.cxx, gl/src/TGLRnrCtx.cxx,
	  gl/src/TGLRotateManip.cxx, gl/src/TGLSAFrame.cxx,
	  gl/src/TGLSAViewer.cxx, gl/src/TGLScaleManip.cxx,
	  gl/src/TGLScene.cxx, gl/src/TGLSceneBase.cxx,
	  gl/src/TGLSceneInfo.cxx, gl/src/TGLSelectBuffer.cxx,
	  gl/src/TGLSphere.cxx, gl/src/TGLStopwatch.cxx,
	  gl/src/TGLSurfacePainter.cxx, gl/src/TGLTF3Painter.cxx,
	  gl/src/TGLTransManip.cxx, gl/src/TGLUtil.cxx,
	  gl/src/TGLViewer.cxx, gl/src/TGLViewerBase.cxx,
	  gl/src/TGLViewerEditor.cxx, gl/src/TGLWidget.cxx,
	  gl/src/TPointSet3DGL.cxx, gl/src/TX11GL.cxx, gl/src/gl2ps.c,
	  tutorials/gl/glViewerExercise.C, tutorials/gl/glViewerLOD.C,
	  win32gdk/inc/LinkDef.h, win32gdk/inc/TGWin32GL.h,
	  win32gdk/inc/TGWin32VirtualGLProxy.h, win32gdk/src/TGWin32GL.cxx,
	  win32gdk/src/TGWin32VirtualGLProxy.cxx: From Matevz:
	  
	  Major restructuring of GL viewer-scene relationship (Matevz)
	  ===================================================
	  
	  The main idea was to generalize current GL infrustructure so that
	  the
	  following features can be done in the future:
	  
	  1. Full pad rendering via GL including 3D histo/func painters and
	  2D graphics.
	  
	  2. Implementation of GL canvas (with independent viewers serving
	  as pads).
	  
	  3. Multi-view event-visualization front-end.
	  
	  4. Inclusion of external scenes (non-ROOT-gl) in ROOT viewer.
	  Rendering of ROOT scenes in external GL frameworks.
	  
	  
	  Changes on the code level
	  -------------------------
	  
	  0. Extend current scene/viewer classes into a 2-level class
	  hierarchy.
	  New classes TGLViewerBase and TGLSceneBase.
	  
	  1. Allow scenes to be shared among viewers. View-specific
	  scene-cache
	  needs to be kept at the viewer side.
	  
	  2. Viewer now manages a list of scenes. It is possible to put
	  together
	  a combination of scenes (e.g. one showing geometry, another one
	  tracks
	  and yet another clusters). Each scene can define its own clipping
	  object.
	  
	  3. Provide API for fine-grained control over rendered object
	  removal,
	  creation and update. This allows for efficient scene-updates.
	  
	  4. Disentangle selection, clipping and other markup objects from
	  within viewer-scene singleton.
	  New classes TGLClipSet, TGLManipSet.
	  
	  6. Disentangle selection management.
	  
	  7. Separate overlay rendering to allow any number of active
	  GL-GUI
	  elements (like manipulators are now).
	  New classes TGLOverlayElement.
	  
	  8. Trailing white space has been removed in all files.
	  
	  
	  Restructure low-level interface to OpenGL (Timur)
	  =========================================
	  
	  1. Allow sharing GL resources among viewers.
	  
	  2. Do not bind GL-output (windowed or offscreen) to ROOT GUI.
	  
	  New classes TGLContext, TGLFormat, TGLWidget.
	  
	  This oboletes TGLKernel and TVirtualGL classes.

2007-06-11 14:50  brun

	* [r18999] meta/src/TFunction.cxx: From Axel:
	  remove a work-around that is not needed anymore after a recent
	  fix in
	  CINT. TFunction's default arguments are now wrong for const char*
	  - they
	  are surrounded by an extra pair of "". See the symptom at e.g.
	  http://root.cern.ch/root/html/TRootBrowser in
	  TRootBrowser::TRootBrowser(TBrowser* b = 0, const char* title =
	  ""ROOT
	  Browser"", UInt_t width = 800, UInt_t height = 500).

2007-06-11 14:39  axel

	* [r18998] html/src/TDocParser.cxx: Improve disambiguation of
	  function call vs. function declaration (veto '=' in return type)

2007-06-11 14:09  axel

	* [r18997] html/inc/TClassDocOutput.h,
	  html/src/TClassDocOutput.cxx, html/src/TDocOutput.cxx,
	  html/src/TDocParser.cxx: Report constness of function and
	  parameter default values also in method doc if method is unique
	  without overload resolution.
	  HTML-escape '"' in link tooltips.

2007-06-11 13:26  moneta

	* [r18996] mathcore/build/doc_Makefile.am,
	  mathcore/doc/Transformation.html, mathcore/doc/doxyconfig.in,
	  mathcore/doc/main.html, mathcore/doc/vector.html,
	  mathcore/inc/Math/Math.h, mathcore/src/3DConversions.cxx: fix a
	  warning on Solaris and update documentation

2007-06-11 12:04  brun

	* [r18995] geom/src/TGeoManager.cxx: From Andrei:
	  Fix a problem reported by Bertrand and affecting RootShower.

2007-06-11 10:45  brun

	* [r18994] tutorials/fit/multidimfit.C: Adapt script to latest
	  version of TRandom.

2007-06-11 10:00  moneta

	* [r18993] hist/src/TH1.cxx: change behaviour in TH1::Divide for
	  binomial error calculations.
	  For the case of efficiency = 1 ( bin1 = bin2) set an error equal
	  to zero.
	  Update doc to mention to use TGraphAsymmErrors when an error
	  different than zero is wanted.

2007-06-10 07:32  brun

	* [r18992] tutorials/io/importCode.C: do not import dirs with
	  binaries only

2007-06-10 07:05  brun

	* [r18991] base/src/TMacro.cxx: Protect TMacro::ReadFile when
	  reading binary files or files with lines with more than 10000
	  characters.

2007-06-09 05:39  brun

	* [r18990] roofit/src/RooGExpModel.cxx: Comment a debug print
	  statement
	  see: <http://savannah.cern.ch/bugs/?27061>

2007-06-08 15:46  brun

	* [r18989] geom/Module.mk, geom/inc/LinkDef1.h,
	  geom/inc/TGeoManager.h, geom/inc/TGeoNavigator.h,
	  geom/src/TGeoManager.cxx, geom/src/TGeoNavigator.cxx,
	  geompainter/src/TGeoChecker.cxx, geompainter/src/TGeoPainter.cxx:
	  From Andrei & Mihaela:
	  I managed together with Mihaela to split out all navigation
	  functionality out of TGeoManager into a new class TGeoNavigator
	  (attached diff, .h and .cxx). The changes are fully backward
	  compatible and did not require modifying the streamer of
	  TGeoManager. We have tested with:
	  - /roottest/root/io/geo - the reference changes a bit (name of a
	  class)
	  - aliroot with G3
	  - /test/stressGeometry
	  
	  New feature: one has a default navigator for a geometry but may
	  add several others for parallel navigation:
	  
	  TGeoNavigator *navig = new TGeoNavigator(gGeoManager);
	  Int_t inav = gGeoManager->AddNavigator(navig);
	  gGeoManager->SetCurrentNavigator(inav);
	  .... and then switch back to the default navigator:
	  gGeoManager->SetCurrentNavigator(0);
	  
	  One may also derive from TGeoNavigator and implement its own
	  navigation (I doubt that this will ever happen but you never
	  know...)

2007-06-08 13:34  axel

	* [r18988] cint/src/v6_newlink.cxx: Dummy checkin to fix CVS log
	  for previous checkin:
	  fix check of default arguments for derived functions' wrappers

2007-06-08 13:27  axel

	* [r18987] cint/src/v6_newlink.cxx: *** empty log message ***

2007-06-08 09:45  rdm

	* [r18986] pgsql/inc/TPgSQLStatement.h, pgsql/src/TPgSQLServer.cxx,
	  pgsql/src/TPgSQLStatement.cxx: fix coding conventions.

2007-06-08 09:21  rdm

	* [r18985] unix/src/TUnixSystem.cxx: From Axel:
	  Cache the extremely (and surprisingly) costly
	  TUnixSystem::GetUserInfo()
	  results. This speeds up the creation of the file open dialog
	  dramatically.

2007-06-08 09:19  rdm

	* [r18984] Makefile: make sure an old /etc/root is deleted before
	  installing a fresh copy, to
	  avoid old or obsolete files to remain.

2007-06-08 09:17  rdm

	* [r18983] auth/src/TAuthenticate.cxx, main/src/pmain.cxx,
	  net/src/TServerSocket.cxx, proof/src/TProof.cxx,
	  proof/src/TProofMgr.cxx, proof/src/TProofServ.cxx,
	  proof/src/TSlave.cxx: From Gerri:
	  - Do not explicitely set full paths when loading plugin
	  libraries.

2007-06-08 08:27  brun

	* [r18982] gpad/inc/TCanvas.h: Implement an inline function
	  TCanvas::SetSavePad setting the member fSavePad.
	  This function may be useful when manipulating the current pad
	  from a GUI.

2007-06-08 06:10  brun

	* [r18981] gpad/src/TCanvas.cxx: From Valeri Fine:
	  Change in TCanvas::SetDoubleBuffer in view of the support for
	  QT4.

2007-06-07 13:45  rdm

	* [r18980] ftgl/inc/FTVectoriser.h, ftgl/src/FTVectoriser.cxx: fix
	  compilation problem on Apple with Intel icc.

2007-06-07 13:25  antcheva

	* [r18979] gui/inc/TGFSContainer.h, gui/src/TGFSContainer.cxx,
	  gui/src/TGFileDialog.cxx: Fixed a SegV caused by changes in
	  Revision 1.38 of TGFSContainer.cxx,
	  in which the line gSystem->ProcessEvents() was introduced while
	  filling
	  TGFileContainer to not block the GUI if the current directory
	  contains
	  many files. This change caused SegV in the File dialog when the
	  Cancel
	  button is clicked during the directory feeling (reported by
	  Axel).
	  
	  New data member and corresponding getter/setter methods of
	  TGFileContainer class:
	  Bool_t fDisplayStat; // kFALSE to interrupt display directory
	  // contents in case of many files inside
	  
	  Follow-up changes in TGFileDialog::ProcessMessage method when
	  Cancel
	  button was clicked.

2007-06-07 10:35  ganis

	* [r18978] proof/src/TProof.cxx: Add the possibility to specify the
	  directory and the object names
	  when processing datasets 'by name'. The syntax is
	  "name[:[dir/]objname]".

2007-06-07 09:23  ganis

	* [r18977] proof/inc/TDSet.h, proof/src/TDSet.cxx,
	  proof/src/TProofServ.cxx, proofplayer/src/TProofPlayer.cxx: Fix
	  compatibility problem between for a new client talking to an
	  old server due to recent changes in TDSet.

2007-06-07 08:48  antcheva

	* [r18976] gui/src/TRootBrowser.cxx: From Valeriy O.
	  - do not change cursor while selecting items,
	  oterwise cursor is constantly switched from/to
	  watch, hand, pointer shape.
	  - use forced redraw for list_tree, list_view in many places
	  of the code by using TGClient::NeedRedraw(widget, kTRUE)
	  to clean the content and fully redraw immediately.

2007-06-07 08:45  antcheva

	* [r18975] gui/inc/TGLayout.h, gui/src/TGLayout.cxx: From Valeriy
	  O.
	  New data member Bool_t fModified of TGTileLayout class.
	  New virtual method TGLayoutManager::IsModified() and
	  TGTileLayout::IsModified(). This method is used to indicate
	  that subframes changed their positions after layout.
	  For example, for TGTileLayout and derived layout managers
	  after calling Layout method positions of frames can be unchanged.
	  So, the returned value will be kFALSE.

2007-06-07 08:43  antcheva

	* [r18974] gui/src/TGLabel.cxx, gui/src/TGTextEntry.cxx: From
	  Valeriy O.
	  In SetTextJustify method set correspondent gravity bits
	  to minimize repainting of widgets during resizing.

2007-06-07 08:42  antcheva

	* [r18973] gui/inc/TGButton.h, gui/src/TGButton.cxx: From Valeriy
	  O.
	  Made TGTextButton::SetTextJustify(Int_t tmode) virtual.
	  In SetTextJustify method set correspondent gravity bits
	  to minimize repainting of widgets during resizing.

2007-06-07 08:06  brun

	* [r18972] test/stressGeometry.cxx: From Axel:
	  Add missing include TSystem.h

2007-06-07 08:05  brun

	* [r18971] hist/inc/TBinomialEfficiencyFitter.h,
	  hist/src/TBinomialEfficiencyFitter.cxx: Fix Frank's name and add
	  a few more lines in the class description (thanks Axel)

2007-06-07 07:48  rdm

	* [r18970] configure: "make install" is only needed when building
	  with --prefix.

2007-06-07 07:09  brun

	* [r18969] hist/inc/TBinomialEfficiencyFitter.h,
	  hist/src/TBinomialEfficiencyFitter.cxx: Fix coding conventions.

2007-06-07 07:02  brun

	* [r18968] geom/src/TGeoManager.cxx: Fix coding conventions

2007-06-07 06:54  brun

	* [r18967] ftgl/inc/FTTextureGlyph.h: Fix a compilation error with
	  gcc4.1 (thanks Robert Hatcher).

2007-06-06 22:41  pcanal

	* [r18966] base/src/TROOT.cxx: Fix
	  https://savannah.cern.ch/bugs/?26996 by finishing the fix 1.209
	  (In ProcessLineFast, we need to use the copy of the argument
	  since
	  the application init uses the Form buffer)

2007-06-06 16:28  rdm

	* [r18965] Makefile, README/CREDITS, config/Makefile.depend, ftgl,
	  ftgl/Module.mk, ftgl/inc, ftgl/inc/FTBBox.h,
	  ftgl/inc/FTBitmapGlyph.h, ftgl/inc/FTCharToGlyphIndexMap.h,
	  ftgl/inc/FTCharmap.h, ftgl/inc/FTContour.h,
	  ftgl/inc/FTExtrdGlyph.h, ftgl/inc/FTFace.h, ftgl/inc/FTFont.h,
	  ftgl/inc/FTGL.h, ftgl/inc/FTGLBitmapFont.h,
	  ftgl/inc/FTGLExtrdFont.h, ftgl/inc/FTGLOutlineFont.h,
	  ftgl/inc/FTGLPixmapFont.h, ftgl/inc/FTGLPolygonFont.h,
	  ftgl/inc/FTGLTextureFont.h, ftgl/inc/FTGlyph.h,
	  ftgl/inc/FTGlyphContainer.h, ftgl/inc/FTLibrary.h,
	  ftgl/inc/FTList.h, ftgl/inc/FTOutlineGlyph.h,
	  ftgl/inc/FTPixmapGlyph.h, ftgl/inc/FTPoint.h,
	  ftgl/inc/FTPolyGlyph.h, ftgl/inc/FTSize.h,
	  ftgl/inc/FTTextureGlyph.h, ftgl/inc/FTVector.h,
	  ftgl/inc/FTVectoriser.h, ftgl/src, ftgl/src/FTBitmapGlyph.cxx,
	  ftgl/src/FTCharmap.cxx, ftgl/src/FTContour.cxx,
	  ftgl/src/FTExtrdGlyph.cxx, ftgl/src/FTFace.cxx,
	  ftgl/src/FTFont.cxx, ftgl/src/FTGLBitmapFont.cxx,
	  ftgl/src/FTGLExtrdFont.cxx, ftgl/src/FTGLOutlineFont.cxx,
	  ftgl/src/FTGLPixmapFont.cxx, ftgl/src/FTGLPolygonFont.cxx,
	  ftgl/src/FTGLTextureFont.cxx, ftgl/src/FTGlyph.cxx,
	  ftgl/src/FTGlyphContainer.cxx, ftgl/src/FTLibrary.cxx,
	  ftgl/src/FTOutlineGlyph.cxx, ftgl/src/FTPixmapGlyph.cxx,
	  ftgl/src/FTPoint.cxx, ftgl/src/FTPolyGlyph.cxx,
	  ftgl/src/FTSize.cxx, ftgl/src/FTTextureGlyph.cxx,
	  ftgl/src/FTVectoriser.cxx: From Olivier:
	  import the FTGL package provided by Henry Maddocks to allow TTF
	  font
	  display in OpenGL.

2007-06-06 16:21  rdm

	* [r18964] mysql/Module.mk: white space.

2007-06-06 15:33  brun

	* [r18963] gl/inc/TGLPlotPainter.h, gl/inc/TGLTF3Painter.h,
	  gl/src/TGLBoxPainter.cxx, gl/src/TGLHistPainter.cxx,
	  gl/src/TGLPlotPainter.cxx, gl/src/TGLTF3Painter.cxx,
	  tutorials/gl/gltf3.C: From Timur:
	  1. This is experimental slicing for tf3.
	  2. Small fix in TGLHistPainter.
	  3. Small mods in TLGTH3Slice
	  4. small addition in gltf3 tutorial (commented by defualt) - nice
	  "torus" shape instead of Klein.

2007-06-06 14:14  axel

	* [r18962] cint/src/v6_tmplt.cxx: Fix std::string c'tor call for
	  solaris (even though it's less performant)

2007-06-06 13:39  antcheva

	* [r18961] gui/inc/TGListBox.h: Removed previous mods from Valeriy
	  Onuchin because of
	  side-effects when removing entries from a list box (the
	  view port area was not redrawn)

2007-06-06 11:12  rdm

	* [r18960] pgsql/inc/TPgSQLStatement.h: fix dictionary generation
	  problem.

2007-06-06 10:51  rdm

	* [r18959] README/CREDITS, mysql/src/TMySQLStatement.cxx,
	  pgsql/inc/LinkDef.h, pgsql/inc/TPgSQLServer.h,
	  pgsql/inc/TPgSQLStatement.h, pgsql/src/TPgSQLServer.cxx,
	  pgsql/src/TPgSQLStatement.cxx: From Dennis Box:
	  A Postgres implementation of TSQLStatement.
	  The purpose and intent of TSQLStatement is documented at
	  
	  http://root.cern.ch/root/html/TSQLStatement.html
	  
	  The following commentary corresponds item by item to the above
	  url:
	  
	  1) Creation of statement
	  Prepared statements were not explicitly
	  supported in PostGreSQL API libpq until server version 8.2.3
	  released 12/2006.
	  
	  This implementation checks if prepared statements are supported
	  at compile time and 'stubs' out TPgSQLStatement if necessary.
	  
	  2) Insert data into data base
	  
	  MySQL and ODBC both use the following idiom for insert
	  placeholders:
	  
	  TSQLStatement* stmt = serv->Statement("INSERT INTO TESTTABLE
	  (ID1,\
	  ID2, FFIELD ) VALUES (?, ?, ? )", 100);
	  
	  Unfortunately for code portability, Oracle implements the same
	  statement
	  like so:
	  
	  TSQLStatement* stmt = serv->Statement("INSERT INTO TESTTABLE
	  (ID1,\
	  ID2, FFIELD ) VALUES (:1,:2,:3 )", 100);
	  
	  Even more unfortunately, postgres chose to do it this way:
	  
	  TSQLStatement* stmt = serv->Statement("INSERT INTO TESTTABLE
	  (ID1,\
	  ID2, FFIELD ) VALUES ($1, $2, $3 )", 100);
	  
	  3) Getting data from database
	  Libpq API supports sending/retrieving data as choice of string
	  types or
	  native types from server. Unfortunately, some native types are
	  poorly
	  documented, for example date and time native representation
	  varies depending
	  on compiler options given when server was built. Dates can be
	  either 64 bit ints or double precision floating point,
	  representing
	  (+/-)microseconds since epoch (which was chosen to be 2001-01-01
	  00:00:01)
	  
	  Native format values come as big-endian values meaning they need
	  to
	  be swapped on linux but not on solaris, and the various time
	  manipulation functions the server uses are not exposed in the
	  libpq
	  API.
	  
	  I elected to use the 'string' format for this first
	  implementation, if
	  the API changes to make dealing with dates and times in native
	  format
	  more palatable I may re-write this class in hopes of making it
	  faster.
	  
	  4. Working with date/time parameters
	  Fully supported, see item 3
	  
	  5. Binary data
	  Fully supported, see attached test program. Note that postgres
	  calls
	  these columns 'bytea' type instead of 'blob' type.

2007-06-06 10:21  ganis

	* [r18958] proofplayer/src/TAdaptivePacketizer.cxx: Add protection
	  in case no valid file has been found

2007-06-06 10:03  rdm

	* [r18956] proofplayer/inc/TPerfStats.h,
	  proofplayer/src/TPerfStats.cxx: write PROOF query log info in a
	  SQL DB. This info can be used for quota
	  and user priority calculation. The data is stored in a table
	  "proofquerylog"
	  with the definition:
	  CREATE TABLE proofquerylog (
	  id INT NOT NULL PRIMARY KEY AUTO_INCREMENT,
	  user VARCHAR(128) NOT NULL,
	  group VARCHAR(128),
	  begin DATETIME,
	  end DATETIME,
	  walltime INT,
	  cputime FLOAT,
	  bytesread BIGINT,
	  events BIGINT
	  )
	  This information will only be stored if in the xpd.cf file the
	  option
	  xpd.querylogdb mysql://lxb6041.cern.ch/proof alice alicaf
	  is specified.

2007-06-06 09:52  rdm

	* [r18955] proof/inc/TProofServ.h: add new data member fGroup which
	  specifies the group the user runs under.

2007-06-06 09:52  rdm

	* [r18954] mysql/inc/TMySQLServer.h, mysql/src/TMySQLServer.cxx,
	  net/inc/TSQLServer.h, odbc/inc/TODBCServer.h,
	  oracle/inc/TOracleServer.h, sql/src/TSQLFile.cxx: - add more
	  detailed comment on how to connect to a MySQL DB
	  - change method IsSupportStatement() to HasStatement()

2007-06-06 08:25  brun

	* [r18953] proofplayer/inc/TFileMerger.h,
	  proofplayer/src/TFileMerger.cxx: Replace
	  TFileMerger::MergeRecursive by the hadd function MergeROOTfile.
	  Extend the class interface to support the functionality required
	  by hadd,
	  such that a future version of hadd can use TFileMerger.

2007-06-06 07:55  ganis

	* [r18952] xrootd/src/xrootd-20060928-1600.src.tgz: Drop a debug
	  printout left by mistake

2007-06-06 06:35  brun

	* [r18951] geom/src/TGeoCache.cxx: From Andrei:
	  Remove a useless print message.

2007-06-05 20:07  brun

	* [r18950] graf/src/TLegend.cxx, graf/src/TPaveLabel.cxx: In the
	  TLegend and TPaveLabel constructors use gStyle->GetTextFont()
	  instead
	  of the hardwired values 42 and 62.

2007-06-05 18:22  axel

	* [r18949] cint/src/v6_newlink.cxx: From Diego and me: create func
	  call wrapper if derived class's func has more default parameters.
	  Fixes problem with default parameter values spotted by Ilka.

2007-06-05 11:10  rdm

	* [r18948] build/unix/importcint.sh: From Axel:
	  - fix CVSROOT
	  - use personalized /tmp/${USER}
	  - be more verbose on where changed files are, and what needs to
	  be done
	  by hand
	  - remind the user to put kudoz into the commit message.

2007-06-05 10:46  brun

	* [r18947] hist/src/TH1.cxx, hist/src/TH2.cxx, hist/src/TH3.cxx: In
	  all SetBinContent functions set fTsumw=0 to force the
	  recomputation
	  of the statistics by functions like GetMean, GetRMS, GetStats.

2007-06-05 06:34  brun

	* [r18946] geom/Module.mk, geom/inc/LinkDef1.h,
	  geom/inc/LinkDef2.h, geom/inc/TGeoCache.h,
	  geom/inc/TGeoManager.h, geom/src/TGeoCache.cxx,
	  geom/src/TGeoElement.cxx, geom/src/TGeoManager.cxx,
	  vmc/src/TGeoMCGeometry.cxx: From Andrei & Mihaela:
	  - TGeoCache.cxx - All obsolete caching options/classes removed.
	  The only remaining 2 classes are TGeoNodeCache and
	  TGeoCacheState. No loss of functionality.

2007-06-05 06:34  brun

	* [r18945] geom/inc/TGeoBuilder.h, geom/src/TGeoBuilder.cxx: From
	  Andrei & Mihaela:
	  - new class TGeoBuilder (.h/.cxx) attached. All build-type
	  methods in TGeoManager delegated now to this class. TGeoBuilder
	  is a singleton class that is transparent to the user (for the
	  moment) and can serve several TGeoManager objects in the same
	  session.
	  The class can be however used explicitly like:
	  TGeoBuilder::Instance(myGeometry)->SomeMethod()

2007-06-05 06:16  ganis

	* [r18944] netx/Module.mk, proofx/Module.mk: Explicitely link to
	  libraries existing only in static version
	  (solution for bug #26839)

2007-06-05 06:10  ganis

	* [r18943] xrootd/src/xrootd-20060928-1600.src.tgz: Update to
	  introduce critical fixes already in xrootd-CVS:
	  - potential race conditions in the client code
	  - subtle bug in XrdOlbServer.cxx (CVS March 5th, 2007)
	  A new tar-ball will be imported as soon validated.

2007-06-05 06:00  ganis

	* [r18942] proofd/src/XrdProofdProtocol.cxx: Restore sending of the
	  startup message to clients attaching to
	  non-idle sessions (it got lost in one of the previous patches).

2007-06-05 05:47  ganis

	* [r18941] proofplayer/inc/TAdaptivePacketizer.h,
	  proofplayer/inc/TProofPlayer.h,
	  proofplayer/src/TAdaptivePacketizer.cxx,
	  proofplayer/src/TProofPlayer.cxx: TAdaptivePacketizer (from Jan)
	  - New version featuring better performance and robustness.
	  Changes include:
	  - simplified and better metric for finding the most loaded file
	  node;
	  - adding a new static member for defining whether network
	  bandwidth or
	  hard disk transfer is greater
	  (TAdaptivePacketizer::fgNetworkFasterThanHD);
	  - it can be set via
	  "proof->SetParameter("PROOF_NetworkFasterThanHD", (Long_t)0);";
	  - fixing the confusion with fProcTime, used also in the progress
	  information;
	  - adding TAdaptivePacketizer::fCumProcTime;
	  - improvements in comments.
	  
	  TProofPlayer.cxx, .h
	  - Remove a few unused includes
	  - Make TAdaptivePacketizer the default
	  - Improve comments

2007-06-05 05:40  ganis

	* [r18940] proofx/src/TXSlave.cxx: In TXSlave::HandleError, close
	  physical connection after a fatal error.

2007-06-04 18:05  axel

	* [r18939] cint/inc/G__ci.h, cint/inc/Method.h, cint/src/Api.cxx,
	  cint/src/CallFunc.cxx, cint/src/HISTORY, cint/src/Method.cxx,
	  cint/src/bc_exec.cxx, cint/src/bc_exec.h, cint/src/bc_exec_asm.h,
	  cint/src/bc_inst.cxx, cint/src/bc_inst.h, cint/src/bc_parse.cxx,
	  cint/src/common.h, cint/src/fproto.h, cint/src/v6_cast.cxx,
	  cint/src/v6_disp.cxx, cint/src/v6_error.cxx,
	  cint/src/v6_func.cxx, cint/src/v6_ifunc.cxx,
	  cint/src/v6_init.cxx, cint/src/v6_newlink.cxx,
	  cint/src/v6_pause.cxx, cint/src/v6_pcode.cxx,
	  cint/src/v6_scrupto.cxx, cint/src/v6_struct.cxx,
	  cint/src/v6_tmplt.cxx, cint/src/v6_var.cxx: apply changes from
	  CINT vendor branch, importing cint5-16-20

2007-06-04 17:07  pcanal

	* [r18934] treeplayer/inc/LinkDef.h, treeplayer/inc/TBranchProxy.h,
	  treeplayer/inc/TBranchProxyTemplate.h,
	  treeplayer/src/TBranchProxyClassDescriptor.cxx,
	  treeplayer/src/TTreePlayer.cxx,
	  treeplayer/src/TTreeProxyGenerator.cxx: Extend the support for
	  multi dimensional arrays by replacing the T*Array2*Proxy
	  and T*Array3*Proxy by a completely generic T*Array*Proxy.
	  Add a few to retrive quickly the size of a (split) TClonesArray
	  (by calling
	  GetEntries directly on the proxy object).

2007-06-04 14:08  rdm

	* [r18933] configure: From Gerri:
	  - Fix typo in setting buildxrdgsi (bug #26872)
	  - Explicitely disable the build of libGlobusAuth and of the
	  globus-related
	  parts of rpdutils when neither globusdir nor GLOBUS_LOCATION are
	  defined
	  (bug #26873)

2007-06-04 12:32  rdm

	* [r18932] build/win/compiledata.sh: From Axel:
	  fix "/include not found" when ROOTSYS not set.

2007-06-04 12:32  antcheva

	* [r18931] gui/src/TRootBrowser.cxx: Fixed a nasty crash in ROOT
	  browser when navigating over ROOT files. The
	  reason was related to the use of TDirectory instead of
	  TDirectoryFile

2007-06-04 09:23  antcheva

	* [r18930] gui/src/TGFrame.cxx: The method
	  TGDNDManager::HandleClientMessage is called twice
	  for any kClientMessage event (in TGFrame::HandleClientMessage
	  and in TGMainFrame::HandleClientMessage ).
	  
	  The second call in TGMainFrame::HandleClientMessage is removed
	  now.

2007-06-01 14:13  antcheva

	* [r18929] gui/src/TRootBrowser.cxx: Fixed mismatched free() /
	  delete / delete []
	  seen with valgrind

2007-06-01 11:42  pcanal

	* [r18928] treeplayer/inc/TChainIndex.h: Implement TChainIndexEntry
	  default constructor

2007-06-01 08:32  brun

	* [r18927] gpad/src/TCanvas.cxx: TCanvas::CopyPixmaps - remove
	  erroneous code.

2007-05-31 18:08  brun

	* [r18925] Makefile: From Axel:
	  this patch removes the files reported at
	  https://savannah.cern.ch/bugs/?26775 and a few more. I also
	  changed the
	  inode number test to take DESTDIR into account
	  
	  Cheers, Axel.CVS:
	  ----------------------------------------------------------------------

2007-05-31 15:58  antcheva

	* [r18924] gui/src/TGCanvas.cxx: Added protection in
	  MapSubwindows() method in case
	  the container was not set yet (fixes the bug 26824)

2007-05-31 15:05  rdm

	* [r18923] config/Makefile.macosx: fix warnings in case gfortran is
	  not found.

2007-05-31 14:47  pcanal

	* [r18922] tree/src/TTreeCloner.cxx: Avoid buidling the
	  streamerInfo for a class without a default constructor

2007-05-31 09:30  axel

	* [r18921] cintex/src/CINTVariableBuilder.cxx: CINT calls vars in
	  namespaces "static".

2007-05-31 09:01  brun

	* [r18920] hist/inc/LinkDef.h,
	  hist/inc/TBinomialEfficiencyFitter.h,
	  hist/src/TBinomialEfficiencyFitter.cxx: New class from an
	  original code by Frank Fielthaut to make a binomial fit
	  of the division of two histograms (efficiency fit)

2007-05-31 07:03  brun

	* [r18919] guihtml/src/TGHtmlIndex.cxx,
	  guihtml/src/TGHtmlTable.cxx: Fix compiler warnings about possible
	  uninitialized variables.

2007-05-31 06:59  brun

	* [r18918] mathmore/src/KelvinFunctions.cxx: Fix coding
	  conventions.

2007-05-31 06:58  brun

	* [r18917] base/inc/RVersion.h, build/version_number: Start
	  development version 5.15/09

2007-05-30 11:18  rdm

	* [r18914] unuran/Module.mk: dependency on UNURANLIBDEP was missing
	  causing failure of parallel build
	  with explicit linking.

2007-05-30 10:59  rdm

	* [r18912] config/Makefile.linux, config/root-config.in: for
	  architecture "linux" add explicitly the "-m32" option, so that
	  ACliC works in compatibility mode when a 32 bit binary is run on
	  a X86_64
	  machine. Note this does not allow cross-compilation of ROOT in 32
	  bit
	  mode on a 64 bit machine as most likely the 32 bit dev libs are
	  missing.

2007-05-30 07:01  brun

	* [r18911] mathcore/src/3DDistances.cxx,
	  tree/src/TEntryListBlock.cxx: Fix coding conventions

2007-05-30 05:50  brun

	* [r18910] base/inc/RVersion.h, build/version_number: Stamp
	  development version 5.15/08

2007-05-29 19:37  brun

	* [r18909] gl/src/TGLScene.cxx: Comment the following line that
	  generates a crash on the MAC:
	  TGLDisplayListCache::Instance().Purge()

2007-05-29 17:11  ganis

	* [r18908] proofplayer/inc/TPacketizerProgressive.h: Add dummy
	  definition of some functions now required by TVirtualPacketizer
	  preventic the correct instantiation of the class.

2007-05-29 17:01  ganis

	* [r18907] proofd/Module.mk: Fine-tune previous change because
	  XrdProofd uses some static symbols
	  directly and needs to be linked statically with those xrootd libs
	  existing
	  only as static.

2007-05-29 16:43  moneta

	* [r18906] mathcore/build/configure.in,
	  mathcore/build/inc_Math_GenVector_Makefile.am,
	  mathcore/build/inc_Math_Makefile.am,
	  mathcore/build/src_Makefile.am: update autoconf Makefiles for new
	  files added in CVS

2007-05-29 16:06  ganis

	* [r18905] proofplayer/inc/TAdaptivePacketizer.h,
	  proofplayer/inc/TPacketizer.h,
	  proofplayer/inc/TPacketizerProgressive.h,
	  proofplayer/inc/TVirtualPacketizer.h,
	  proofplayer/src/TAdaptivePacketizer.cxx,
	  proofplayer/src/TPacketizer.cxx,
	  proofplayer/src/TPacketizerProgressive.cxx,
	  proofplayer/src/TVirtualPacketizer.cxx: From Jan:
	  Consolidation work on similar code in 3 different packetizers.
	  Moving common members of TPacketizer, TAdaptivePacketizer and
	  partly TPacketizerProgressive
	  up to TVirtualPacketizer:
	  - HandleTimer
	  - SplitEventList
	  - GetEntriesProcessed
	  - CreateNewPacket
	  - common member attributes
	  The progressive packetizer was also changed in order to use
	  CreateNewPacket and fProcessed.

2007-05-29 16:01  ganis

	* [r18904] proofd/Module.mk: From Andreas Peters:
	  Use shared versions of client libs (libXrdClient, etc.) if
	  existing, instead of forcing
	  static linking.

2007-05-29 15:56  brun

	* [r18903] table/src/TVolume.cxx, table/src/TVolumeView.cxx: From
	  Valeri Fine:
	  eliminate a "floating point" exception when running with the STAR
	  code.

2007-05-29 15:18  rdm

	* [r18901] configure: From Gerri:
	  the Globus authentication plugin now links statically all Globus
	  libs to
	  prevent Globus libs (libssl and libcrypto) to be used by other
	  ROOT plugins.

2007-05-29 13:48  ganis

	* [r18900] netx/src/TXNetFile.cxx: Fix a problem affecting the
	  setting of the default timeout.

2007-05-29 13:16  brun

	* [r18899] tree/src/TEntryListBlock.cxx: Fix coding conventions

2007-05-29 13:15  brun

	* [r18898] mathcore/src/3DDistances.cxx: Fix coding conventions.

2007-05-29 12:41  antcheva

	* [r18897] gui/src/TGFSContainer.cxx: Fixed coding conventions

2007-05-29 12:35  brun

	* [r18896] mathmore/src/KelvinFunctions.cxx: Update
	  macros/documentation to use the ROOT::Math namespace

2007-05-29 11:04  axel

	* [r18895] html/src/TDocOutput.cxx, html/src/TDocParser.cxx,
	  html/src/THtml.cxx: Make library dependency left-right.
	  Look for func names in sources without leading ':'.
	  Guess source files also for mathcore, mathmore.
	  Set guessed source file only if it exists.

2007-05-29 08:14  brun

	* [r18894] mathmore/src/KelvinFunctions.cxx: Fix for Solaris CC

2007-05-29 07:53  brun

	* [r18893] README/CREDITS: Modify contribution of Jason Detwiler
	  for his class KelvinFunctions.

2007-05-29 07:49  brun

	* [r18892] mathmore/Module.mk, mathmore/inc/Math/KelvinFunctions.h,
	  mathmore/inc/Math/LinkDef.h, mathmore/src/KelvinFunctions.cxx:
	  New class KelvinFunctions to calculate the Kelvin functions
	  Ber(x), Bei(x), Ker(x),
	  Kei(x), and their first derivatives.
	  The functions in this class have been imported by Jason Detwiler
	  (jasondet@gmail.com) from
	  CodeCogs GNU General Public License Agreement
	  Copyright (C) 2004-2005 CodeCogs, Zyba Ltd, Broadwood, Holford,
	  TA5 1DU,
	  England.

2007-05-28 14:35  brun

	* [r18891] hist/src/TF1.cxx, hist/src/TF2.cxx, hist/src/TF3.cxx:
	  Add a comment in all TF1, TF2, TF3 constructors using an
	  interpreted or compiled function indicating that the created
	  function cannot be cloned.
	  see also: https://savannah.cern.ch/bugs/?26724

2007-05-25 19:04  ganis

	* [r18890] proof/src/TProof.cxx: Add a protection to submit a
	  processing request by name only if the
	  server supports it.

2007-05-25 15:55  antcheva

	* [r18889] fitpanel/src/TFitEditor.cxx: - Make parameters of any
	  user defined fit function available in SetParameters dialog of
	  the fit panel
	  - Allow addition of functions only for predefined functions in
	  ROOT

2007-05-25 13:53  ganis

	* [r18888] proof/inc/TProof.h, proof/src/TProof.cxx,
	  proof/src/TProofServ.cxx: From Jan:
	  Add support for processing datasets "by name", i.e. by just
	  sending the name
	  of a dataset known by the master.
	  
	  TProof.h, .cxx
	  - New method
	  Long64_t TProof::Process(const char *dsetname, const char
	  *selector,
	  Option_t *option = "", Long64_t nentries = -1,
	  Long64_t firstentry = 0, TEventList *evl = 0);
	  - Fix typos in comments
	  
	  TProofServ.cxx
	  - In HandleProcess, retrieve the relevant dataset info "by name"
	  from local
	  dirs in the case only the data set name is specified.
	  - In HandleRetrieve, remove a debug printout left from a previous
	  patch.

2007-05-25 13:36  ganis

	* [r18887] proof/inc/TDSet.h, proof/src/TDSet.cxx: From Jan:
	  - Remove unused member fIsTree from TDSetElement
	  - Add protection on the number of entries in
	  TDset::Add(TCollection *)
	  - Fix several typos in comments

2007-05-25 12:46  moneta

	* [r18886] unuran/Module.mk, unuran/src/unuran-1.0.0-root.tar.gz,
	  unuran/src/unuran-1.0.1-root.tar.gz: - add a new version of
	  Unuran (from Josef Leydold)
	  which contains some fixes for the HINV method

2007-05-25 12:28  brun

	* [r18885] geom/inc/TGeoCache.h, geom/inc/TGeoManager.h,
	  geom/src/TGeoCache.cxx, geom/src/TGeoManager.cxx: From Andrei:
	  GeoManager, TGeoCache = backup current geometry state in case of
	  MANY navigation - fixes some problems in ALICE ITS navigation
	  with GEANT4

2007-05-25 12:28  brun

	* [r18884] g4root/src/TG4RootNavigator.cxx: From Andrei:
	  tuned value for a built-in constant related to boundary crossing
	  for photons.

2007-05-25 10:51  moneta

	* [r18883] tutorials/math/mathcoreGenVector.C: add tests for new
	  rotation class

2007-05-25 10:46  moneta

	* [r18882] mathcore/Module.mk,
	  mathcore/inc/Math/GenVector/3DConversions.h,
	  mathcore/inc/Math/GenVector/3DDistances.h,
	  mathcore/inc/Math/GenVector/AxisAngle.h,
	  mathcore/inc/Math/GenVector/EulerAngles.h,
	  mathcore/inc/Math/GenVector/Quaternion.h,
	  mathcore/inc/Math/GenVector/Rotation3D.h,
	  mathcore/inc/Math/GenVector/RotationZYX.h,
	  mathcore/inc/Math/GenVector/RotationZYXfwd.h,
	  mathcore/inc/Math/LinkDef_GenVector.h,
	  mathcore/inc/Math/LinkDef_Rotation.h, mathcore/inc/Math/Math.h,
	  mathcore/inc/Math/RotationZYX.h, mathcore/src/3DConversions.cxx,
	  mathcore/src/3DDistances.cxx, mathcore/src/AxisAngleXother.cxx,
	  mathcore/src/Quaternion.cxx, mathcore/src/Rotation3D.cxx,
	  mathcore/src/RotationZYX.cxx,
	  mathcore/test/rotationApplication.cxx: - add a new class
	  RotationZYX describing rotations with 3-2-1 Euler Angles.
	  - add conversions to/from ROtation3D and to Quaternion of the new
	  class
	  - modify constructor and assignment operator in rotation class
	  and make it a template function

2007-05-25 07:45  brun

	* [r18881] configure, qt/Module.mk, qt/inc/TQtWidget.h,
	  qt/src/GQtGUI.cxx, qt/src/TQtWidget.cxx: From Valeri Fine:
	  Changes to install ROOT with QT4.

2007-05-24 14:55  pcanal

	* [r18880] cont/src/TClonesArray.cxx: Send the class version of the
	  content of the TClonesArray (instead of the version of the
	  TClonesArray class itself). This concludes the schema evolution
	  fix for the content of non-split TClonesArray

2007-05-24 14:09  brun

	* [r18879] gl/inc/TGLSAViewer.h, gl/inc/TGLViewer.h,
	  gl/src/TGLSAViewer.cxx, gl/src/TGLScene.cxx,
	  gl/src/TGLViewer.cxx: From Timur:
	  Move member fGlArea from TGLSAViewer to TGLScene and reactive the
	  call
	  to TGLDisplayListCache::Purgein TGLScene destructor.
	  This should fix a problem on MAC when deleting a GL window.

2007-05-24 13:30  brun

	* [r18878] hist/src/TH1.cxx: Add more comments in the dodumentation
	  section explaining how to normalize histograms.
	  Implement suggestion from <http://savannah.cern.ch/bugs/?26673>

2007-05-24 10:39  ganis

	* [r18877] proofd/src/XrdProofdProtocol.cxx: Fix typo in comment

2007-05-24 08:58  brun

	* [r18876] hist/src/TF3.cxx: Increase the default value for maxpts
	  in TF3::Integral and make it dependent
	  on fNpx, fNpy and fNpz such that this parameter can be modified
	  without recompiling.

2007-05-24 08:56  brun

	* [r18875] hist/src/TF2.cxx: Increase the default value for maxpts
	  in TF2::Integral and make it dependent
	  on fNpx and fNpy such that this parameter can be modified without
	  recompiling.

2007-05-24 07:19  brun

	* [r18874] proof/src/TDSet.cxx: From Ilka:
	  fixes following errors:
	  
	  proof/src/TDSet.cxx: In member function `virtual void
	  TDSet::Streamer(TBuffer&)':
	  proof/src/TDSet.cxx:1350: warning: suggest parentheses around
	  assignment used as truth value
	  proof/src/TDSet.cxx:1373: warning: suggest parentheses around
	  assignment used as truth value

2007-05-24 05:01  brun

	* [r18873] cont/src/TClonesArray.cxx: Update TClonesArray::Streamer
	  to adapt the call to TBuffer::ReadClones
	  to the last changes in TBuffer.

2007-05-23 22:12  pcanal

	* [r18872] base/inc/TBuffer.h, io/inc/TBufferFile.h,
	  io/src/TBufferFile.cxx: restore schema evolution for the content
	  of unsplit TClonesArray (broken since 5.15/02)

2007-05-23 20:11  brun

	* [r18871] rint/src/TRint.cxx: Add missing #include "snprintf.h"

2007-05-23 15:53  rdm

	* [r18870] Makefile: fix install target for Solaris.

2007-05-23 15:43  rdm

	* [r18869] ged/src/TGedFrame.cxx, ged/src/TGedPatternSelect.cxx:
	  use "" instead of <> to include snprintf.h include.

2007-05-23 15:42  rdm

	* [r18868] base/src/TApplication.cxx, rootx/src/rootx.cxx: describe
	  new option file: to specify files with non-standard .root
	  extension.

2007-05-23 15:38  rdm

	* [r18867] rint/src/TRint.cxx: files can now also be specified on
	  the command line using file:data.dat,
	  where data.dat is a .root file but with an unusual file name
	  extension.
	  Fixes issue 26057.

2007-05-23 13:37  brun

	* [r18866] gl/src/TGLSAViewer.cxx: From Ilka:
	  The line fGedEditor->SetModel(fPad, this, kButton1Down); takes
	  place twice in TGLSAViewer creation: in the constructors and in
	  the Show() method that takes place also in them. In the attached
	  patch I removed this line from both constructors.

2007-05-23 13:30  rdm

	* [r18865] gfal/src/TGFALFile.cxx: fStatCached was not properly
	  initialized in the main ctor.

2007-05-23 09:11  rdm

	* [r18863] tree/inc/TQueryResult.h: From Gerri:
	  - Remove some unused forward declarations.

2007-05-23 09:11  rdm

	* [r18862] proofx/src/TXProofServ.cxx: From Gerri:
	  - Use FlushLogFile() where relevant.

2007-05-23 09:10  rdm

	* [r18861] proof/src/TProof.cxx: From Gerri:
	  - In synchronous processing mode, always notify on the main
	  client window the
	  asynchronous messages (kPROOF_MESSAGE) coming from the cluster

2007-05-23 09:10  rdm

	* [r18860] proof/inc/TProofServ.h, proof/src/TProofServ.cxx: From
	  Gerri:
	  - Add method SendAsynMessage(const char *, Bool_t lfeed) to send
	  asynchronous
	  messages to the client; this allows the repetition of the same
	  code
	  in many places.
	  - Add new member fPrefix which is initialized in the ctor to be,
	  for example,
	  "master-0" and used everywhere, included the Error handler: this
	  allows
	  to avoid recreating the same prefix in many places in the code.
	  - Add method FlushLogFile() allowing to hide from the client
	  messages which may
	  important for debugging, but not so relevant for normal
	  operations.
	  - Set/Unset the kWriteV3 bit in TDSet when relevant (i.e. when
	  the client
	  protocol is 12 or less).

2007-05-23 09:08  rdm

	* [r18859] proof/inc/TDSet.h, proof/src/TDSet.cxx: From Gerri:
	  - Add definition of bit 16 as kWriteV3 to flag the case when the
	  streamers
	  should write v3 TDSet / TDSetElements
	  - Add dedicated Streamer implementation to read/write v3 TDSet /
	  TDSetElements

2007-05-23 09:08  rdm

	* [r18858] proof/inc/LinkDef.h: From Gerri:
	  - do not generate the streamer for TDSet and TDSetElements
	  - re-insert the pragma statements for FriendsList_t to be able to
	  read and write TDSet / TDSetElements v3

2007-05-22 14:10  moneta

	* [r18857] tutorials/math/mathcoreGenVector.C: add missing include
	  to run tutorial in compile mode

2007-05-22 13:47  brun

	* [r18856] tree/inc/TEntryList.h, tree/inc/TEntryListBlock.h,
	  tree/src/TEntryList.cxx, tree/src/TEntryListBlock.cxx: From Anna:
	  Changes in TEntryListBlock class to allow storing the indices of
	  entries that don't pass. It's used when more than 15/16 of
	  entries pass the selection, so it makes sense to store the
	  non-passing entries as an array instead of storing passing
	  entries as bits. Also, start calling OptimizeStorage() method
	  after each Merge().

2007-05-22 13:35  moneta

	* [r18855] mathcore/Module.mk, mathcore/inc/Math/Cartesian2D.h,
	  mathcore/inc/Math/DisplacementVector2D.h,
	  mathcore/inc/Math/GenVector/Cartesian2D.h,
	  mathcore/inc/Math/GenVector/Cartesian2Dfwd.h,
	  mathcore/inc/Math/GenVector/Cartesian3D.h,
	  mathcore/inc/Math/GenVector/Cylindrical3D.h,
	  mathcore/inc/Math/GenVector/CylindricalEta3D.h,
	  mathcore/inc/Math/GenVector/DisplacementVector2D.h,
	  mathcore/inc/Math/GenVector/DisplacementVector2Dfwd.h,
	  mathcore/inc/Math/GenVector/DisplacementVector3D.h,
	  mathcore/inc/Math/GenVector/LorentzVector.h,
	  mathcore/inc/Math/GenVector/Polar2D.h,
	  mathcore/inc/Math/GenVector/Polar2Dfwd.h,
	  mathcore/inc/Math/GenVector/Polar3D.h,
	  mathcore/inc/Math/GenVector/PositionVector2D.h,
	  mathcore/inc/Math/GenVector/PositionVector2Dfwd.h,
	  mathcore/inc/Math/GenVector/PositionVector3D.h,
	  mathcore/inc/Math/GenVector/PositionVector3Dfwd.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,
	  mathcore/inc/Math/LinkDef_GenVector.h, mathcore/inc/Math/Math.h,
	  mathcore/inc/Math/Point2D.h, mathcore/inc/Math/Point2Dfwd.h,
	  mathcore/inc/Math/Polar2D.h,
	  mathcore/inc/Math/PositionVector2D.h, mathcore/inc/Math/Util.h,
	  mathcore/inc/Math/Vector2D.h, mathcore/inc/Math/Vector2Dfwd.h,
	  mathcore/test/Makefile, mathcore/test/stress2D.cxx,
	  mathcore/test/testGenVector.cxx,
	  mathcore/test/vectorOperation.cxx: - add 2D vectors according to
	  a request from CMS
	  - optimize the 3D and 4D vector classes by adding:
	  - a default copy constructor (and assignment operator) in all the
	  coordinate system classes. This gives better performances when
	  using gcc 3.2 and 3.4 on lxplus.
	  - re-implement the SetXYZ methods in each coordinate system. This
	  avoid an un-necessary copy. Also this optimization shows a
	  significant improvement only when using gcc3.2 or 3.4
	  
	  - add tests for 2D vectors and a performance test
	  (vectorOperation) which can be run for all vector types.
	  
	  - clean up also code and intentation spaces

2007-05-22 11:48  antcheva

	* [r18854] gui/inc/TGListBox.h, gui/src/TGListBox.cxx,
	  gui/src/TGScrollBar.cxx: From Valeri Onuchin:
	  Improvements in flicker-free painting when resizing

2007-05-22 11:47  antcheva

	* [r18853] gui/inc/TGFSContainer.h, gui/src/TGFSContainer.cxx,
	  gui/src/TGLabel.cxx, gui/src/TRootBrowser.cxx: From Valeri
	  Onuchin:
	  Fixed memory leaks.

2007-05-22 11:46  antcheva

	* [r18852] gui/src/TGTextView.cxx: From Valeri Onuchin:
	  Fixed a side effect from previous patch: when opening macro files
	  in
	  the ROOT Browser or TGTextEditor, the text was not displayed
	  until
	  one moves the scrollbar, or selects the text with the mouse

2007-05-22 10:52  rdm

	* [r18851] configure: From Andreas:
	  If you don't have GLOBUS installed with the '.la' files (only the
	  shared
	  libraries like you get via AliEn or an RPM), then there is Globus
	  library
	  dependency missing in the ROOT configure. Add
	  libglobus_gsi_credential_$flavor.

2007-05-22 10:49  brun

	* [r18850] physics/src/TGenPhaseSpace.cxx,
	  tutorials/physics/PhaseSpace.C: Add comments to indicate that
	  Momentum, Energy are in GeV/V, GeV

2007-05-22 08:34  brun

	* [r18849] guihtml/src/TGHtmlForm.cxx: from Valeriy Onuchin:
	  - TGHtmlForm.cxx fix compiler warnings on Solaris.

2007-05-22 08:13  antcheva

	* [r18848] gui/src/TGView.cxx: From Valeriy Onuchin:
	  Improvemnts in flicker-free painting when resizing under X11.

2007-05-22 08:13  antcheva

	* [r18847] gui/src/TGTextEntry.cxx: From Valeriy Onuchin:
	  Set gravity bits to make flicker-free painting when
	  resizing a text entry under X11.

2007-05-21 21:36  pcanal

	* [r18846] tree/src/ManualTree2.cxx: fix for white space coding
	  conventions

2007-05-21 21:21  pcanal

	* [r18845] cint/src/v6_pause.cxx: fix typo

2007-05-21 16:20  rdm

	* [r18844] config/Makefile.linux, test/Makefile.arch: use also -O2
	  for linux target.

2007-05-21 14:38  brun

	* [r18843] vmc/inc/TVirtualMCApplication.h: From Andrei:
	  Added optional method:
	  Bool_t TVirtualMCApplication::MisalignGeometry(). To be
	  implemented by user application in case misalignment need to be
	  applied to TGeo after ideal geometry was built.

2007-05-21 13:42  antcheva

	* [r18842] ged/inc/TAttMarkerEditor.h,
	  ged/src/TAttMarkerEditor.cxx, ged/src/TH2Editor.cxx: Added
	  fSizeForText data member. It is set to kTRUE if the
	  "TEXT" draw option uses marker size as a text size setting.
	  Follow up changes in TH2Editor.

2007-05-21 12:40  brun

	* [r18841] winnt/src/TWinNTSystem.cxx: From Bertrand:
	  Call gROOT->GetListOfBrowsers()->Delete() before
	  gVirtualX->CloseDisplay() in TWinNTSystem::Exit().
	  This fixes win32gdk errors messages when deleting list of
	  browsers
	  whereas the Display has already been closed.

2007-05-21 10:30  brun

	* [r18840] net/src/TApplicationRemote.cxx: From Bertrand:
	  - In TApplicationRemote constructor, if ssh connection fails,
	  clean-up and
	  return without waiting on monitor to avoid hanging application.

2007-05-21 09:41  moneta

	* [r18839] hist/src/TF2.cxx: fix a problem constructing TF2 from
	  formula expression. Same now as before (v. 1.37)

2007-05-21 09:11  brun

	* [r18838] test/MainEvent.cxx: Use TTree::SetCacheSize instead of
	  the obsolete TFile::UseCache

2007-05-21 08:39  moneta

	* [r18837] tutorials/math/exampleFunctor.C: add tutorial showing
	  example to create TF1 from functor and class member functions

2007-05-21 08:38  moneta

	* [r18836] hist/inc/TF1.h, hist/inc/TF2.h, hist/inc/TF3.h,
	  hist/src/TF1.cxx, hist/src/TF2.cxx, hist/src/TF3.cxx: add support
	  for creating TF1 from function object (functors) and class member
	  functions

2007-05-21 00:46  rdm

	* [r18835] proof/src/TProofServ.cxx, proofx/src/TXProofServ.cxx:
	  From Gerri:
	  - Send back version/arch/compiler info at the end of Setup().

2007-05-21 00:45  rdm

	* [r18834] proof/inc/TProof.h, proof/src/TProof.cxx: From Gerri:
	  - Increase protocol number to 13
	  - Receive and store version/arch/compiler info from the workers
	  - Print the new info when doing TProof::Print()

2007-05-21 00:45  rdm

	* [r18833] proof/inc/TSlave.h, proof/src/TSlave.cxx: From Gerri:
	  - Add members for the ROOT version and arch/compiler of the
	  worker
	  - Add setters for the new members
	  - Print the new info in TSlave::Print()

2007-05-21 00:44  rdm

	* [r18832] base/inc/TSystem.h, base/src/TSystem.cxx: From Gerri:
	  - Add new getters for the compiler and compiler version
	  const char *TSystem::GetBuildCompiler()
	  const char *TSystem::GetBuildCompilerVersion()

2007-05-21 00:43  rdm

	* [r18831] build/unix/compiledata.sh, build/win/compiledata.sh:
	  From Gerri:
	  - Add definition of COMPILERVERS with the version of the compiler
	  (currently filled completely only for gcc and icc)

2007-05-21 00:26  rdm

	* [r18830] proofd/src/XrdProofdProtocol.cxx: From Gerri:
	  - Improved check of the XrdSysPrivGuard validity
	  - Always export the ROOT version tag to proofserv (it was done
	  only when
	  different from the default one)

2007-05-21 00:22  rdm

	* [r18829] proofplayer/inc/TAdaptivePacketizer.h,
	  proofplayer/inc/TPacketizer.h, proofplayer/inc/TProofPlayer.h,
	  proofplayer/src/TAdaptivePacketizer.cxx,
	  proofplayer/src/TPacketizer.cxx,
	  proofplayer/src/TProofPlayer.cxx: use TProof::GetParameter()
	  utility to get parameters from the input list.

2007-05-21 00:21  rdm

	* [r18828] proof/inc/TProof.h, proof/src/TProof.cxx: new static
	  utility functions for retrieving parameters from input lists:
	  
	  static Int_t GetParameter(TCollection *c, const char *par,
	  TString &value);
	  static Int_t GetParameter(TCollection *c, const char *par, Long_t
	  &value);
	  static Int_t GetParameter(TCollection *c, const char *par,
	  Long64_t &value);
	  static Int_t GetParameter(TCollection *c, const char *par,
	  Double_t &value);
	  
	  simplifies code from:
	  
	  TParameter<Int_t> *par = 0;
	  TObject *obj = input->FindObject("PROOF_ProgressPeriod");
	  Int_t period = 500;
	  if (obj && (par = dynamic_cast<TParameter<Int_t>*>(obj)))
	  period = par->GetVal();
	  
	  to
	  
	  Long_t period = 500;
	  TProof::GetParameter(input, "PROOF_ProgressPeriod", period);

2007-05-20 23:25  rdm

	* [r18827] base/inc/TTimer.h, base/src/TTimer.cxx: fix type of time
	  in Start() from int to long to be consistent with all other
	  appearances of time argument.

2007-05-20 23:22  rdm

	* [r18826] guihtml/src/TGHtmlIndex.cxx: fix warning:
	  guihtml/src/TGHtmlIndex.cxx: In member function 'int
	  TGHtml::IndexMod(TGHtmlElement**, int*, char*)':
	  guihtml/src/TGHtmlIndex.cxx:261: warning: operation on 'i' may be
	  undefined

2007-05-19 15:47  brun

	* [r18825] gl/src/TGLScene.cxx: In TGLScene destructor , do not
	  call TGLDisplayListCache::Purge, otherwise
	  one gets a crash on the MAC when deleting a GL window.

2007-05-19 15:41  brun

	* [r18824] geom/src/TGeoManager.cxx: Protect TGeoManager destructor
	  in case it is called from TROOT destructor.

2007-05-18 16:00  brun

	* [r18823] guihtml/src/TGHtmlForm.cxx: Comment an unused
	  statement.CVS:
	  ----------------------------------------------------------------------

2007-05-18 15:55  brun

	* [r18822] guihtml/src/TGHtmlForm.cxx: From Valeriy Onuchin:
	  Fix compiler warnings.

2007-05-18 15:51  moneta

	* [r18821] math/Module.mk, math/inc/Math,
	  math/inc/Math/ParamFunctor.h: add ParamFunctor class which will
	  be used by TF1 for creating a TF1 class from a C++ callable
	  object or from a class member function

2007-05-18 12:57  brun

	* [r18820] roofitcore/src/RooPlot.cxx: Implement a back compatible
	  RooPlot::Streamer.
	  // Version 1 of RooPlot was deriving from TH1 and RooPrintable
	  // Version 2 derives instead from TNamed and RooPrintable

2007-05-18 12:13  antcheva

	* [r18819] gui/inc/TGTextView.h, gui/src/TGTextEdit.cxx,
	  gui/src/TGTextView.cxx: From Valeriy Onuchin:
	  - fixed problem running text editor with Qt layer
	  - SetForegroundColor(Pixel_t) method was implemented which allows
	  to
	  set text color for text view/editor.

2007-05-18 11:39  rdm

	* [r18818] cint/inc/Method.h, cint/src/Api.cxx,
	  cint/src/CallFunc.cxx, cint/src/Method.cxx,
	  cint/src/bc_exec_asm.h, cint/src/bc_inst.cxx, cint/src/bc_inst.h,
	  cint/src/common.h, cint/src/fproto.h, cint/src/v6_cast.cxx,
	  cint/src/v6_func.cxx, cint/src/v6_ifunc.cxx,
	  cint/src/v6_init.cxx, cint/src/v6_newlink.cxx,
	  cint/src/v6_pause.cxx, cint/src/v6_pcode.cxx,
	  cint/src/v6_scrupto.cxx, cint/src/v6_struct.cxx,
	  cint/src/v6_var.cxx: revert to previous version till side-effects
	  of Diego's mods are understood.

2007-05-18 08:37  brun

	* [r18817] tree/src/TLeafI.cxx: In TLeafI::ReadBasket one must
	  check that fReadEntry in the count branch
	  is the same as the one in the branch being read.
	  This check is necessary when reading only one branch having a
	  branch counter.

2007-05-18 07:23  moneta

	* [r18816] mathcore/src/3DConversions.cxx: fix a bug in coverting
	  from RotationZ to a Quaternion

2007-05-17 22:21  pcanal

	* [r18815] tree/inc/LinkDef2.h, tree/inc/TChain.h,
	  tree/inc/TTree.h, tree/src/ManualTree2.cxx,
	  tree/src/ManualTree2.h, tree/src/ManualTree2Body.h: Extend
	  TTree::Process(TSelector *sel, ....) so it can handle the case
	  where the selector is interpreted

2007-05-17 22:19  pcanal

	* [r18814] tree/inc/TSelectorCint.h, tree/src/TSelectorCint.cxx:
	  Add the ability for the TSelectorCint do not 'own' the underlying
	  interpreted selector

2007-05-17 15:06  brun

	* [r18813] test/rhtml/rhtml.cxx: From Bertrand:
	  - rhtml.cxx : set watch mouse cursor when downloading page

2007-05-17 15:04  brun

	* [r18812] winnt/src/TWinNTSystem.cxx: From Bertrand:
	  - TWinNTSystem.cxx : add forgotten test/break + cosmetics

2007-05-17 14:28  brun

	* [r18811] roofitcore/inc/RooPlot.h: Add missing forward reference
	  to class TAxis.

2007-05-17 14:15  brun

	* [r18810] asimage/inc/TASImage.h, asimage/src/TASImage.cxx,
	  config/Makefile.depend: From Valeriy Onuchin:
	  - TASImage. Remove dependency on libGpad
	  
	  - Win32gdk: Remove dependencies on libGpad

2007-05-17 07:58  brun

	* [r18809] config/Makefile.depend: From Valeriy Onuchin:
	  libASImage does not depend on libHist.

2007-05-16 23:53  rdm

	* [r18808] net/src/TApplicationRemote.cxx: improve detection of
	  remote default shell and pass different options for
	  [t]csh. Also when -d 1 is passed run ssh in -v mode for better
	  debugging.

2007-05-16 21:21  pcanal

	* [r18807] treeplayer/src/TTreeFormula.cxx: Prevent parsing error
	  of cast operation in some simples cases

2007-05-16 17:16  brun

	* [r18806] README/CREDITS: Add Diego Marcos Segura for his
	  contribution to teh CINT wrappers enhancements.CVS:
	  ----------------------------------------------------------------------

2007-05-16 16:40  axel

	* [r18805] cint/inc/Method.h, cint/src/Api.cxx,
	  cint/src/CallFunc.cxx, cint/src/Method.cxx,
	  cint/src/bc_exec_asm.h, cint/src/bc_inst.cxx, cint/src/bc_inst.h,
	  cint/src/common.h, cint/src/fproto.h, cint/src/v6_cast.cxx,
	  cint/src/v6_func.cxx, cint/src/v6_ifunc.cxx,
	  cint/src/v6_init.cxx, cint/src/v6_newlink.cxx,
	  cint/src/v6_pause.cxx, cint/src/v6_pcode.cxx,
	  cint/src/v6_scrupto.cxx, cint/src/v6_struct.cxx,
	  cint/src/v6_var.cxx: Prevent creation of function call stubs for
	  virtual functions that are implemented in the base class.
	  For this to work, this ptrs of derived objects must be adjusted
	  to the non-left-most base class for multiple inheritance.
	  G__funcentry now contains a field holding this offset.
	  G__MethodInfo has new member func GetThisPointerOffset()
	  returning this offset.
	  The bytecode representation of a function call (G__LDFUNC) is
	  extended to store this offset.
	  To prevent the setup of derived classes' functions, a stack of
	  dictionary setup routines needed to be implemented.
	  Inheritance chains now translate to recursive memfunc_setup
	  calls; thus the "stored" globals needed to be converted into a
	  stack (each call has its own "previous" set of globals).

2007-05-16 16:06  antcheva

	* [r18804] fitpanel/src/TFitEditor.cxx: Fixed bug #26371 - SegV was
	  caused by not set to 0 fit function parent.
	  Improvements in CheckRange and SetFitObject methods

2007-05-16 11:14  brun

	* [r18803] base/inc/TApplication.h, base/src/TApplication.cxx,
	  net/src/TApplicationRemote.cxx, rint/src/TRint.cxx: From Gerri:
	  TApplication.h
	  - Define BIT(15) as kProcessRemotely to control remote execution.
	  The definition is public so that it can be set by any application
	  that
	  wants something to be processed on the current remote session,
	  e.g.
	  
	  gApplication->SetBit(TApplication::kProcessRemotely);
	  gROOT->ProcessLine(...).
	  
	  The new bit replaces both bit kTerminalInput and the boolean
	  fProcessingLine.
	  
	  TApplication.cxx, TRint.cxx, TApplicationRemote.cxx
	  - Cope with the change in TApplication.h

2007-05-16 10:34  brun

	* [r18802] net/src/TApplicationServer.cxx: From Gerri:
	  - Instantiate gBenchmark in the constructor (in analogy with
	  TRInt)
	  - Fix a warning from an uninitialized variable.

2007-05-16 10:05  brun

	* [r18801] guihtml/src/TGHtmlDraw.cxx: Fix a compiler warning about
	  a possible uninitialized variable "TGFont *font"
	  in TGHtml::DrawSelectionBackground.

2007-05-16 10:04  brun

	* [r18800] asimage/inc/TASImage.h, asimage/src/TASImage.cxx,
	  graf/inc/TImage.h, gui/src/TGSpeedo.cxx: From Bertrand:
	  - add a Option_t parameter in TImage::PaintImage allowing to
	  control
	  the image trasparency.
	  (solve small problems on Windows)

2007-05-16 09:26  rdm

	* [r18799] roofit/Module.mk: original Module.mk re-introduced
	  directly in cvs (needed for previous
	  versions) and now add mods for current version.

2007-05-16 07:45  brun

	* [r18798] test/rhtml/rhtml.cxx: From Bertrand:
	  Fix navigation problems with the forward/backward buttons.

2007-05-15 19:59  pcanal

	* [r18795] treeplayer/src/TTreeFormula.cxx: Properly handle the
	  case where the return value of a member function is an STL
	  collection

2007-05-15 19:59  pcanal

	* [r18794] tree/src/TBranchBrowsable.cxx: In the TBrowser, when
	  drilling through a TTree and clicking on a member function that
	  returns an object, we now also list the data members

2007-05-15 12:49  rdm

	* [r18793] main/src/roots.sh, net/src/TApplicationRemote.cxx:
	  several fixes in the ssh tunnnel command:
	  - force IPv4 addresssing, on Mac OS X IPv6 is default.
	  - ssh commmand to execute is now:
	  "$SHELL -l -c 'roots ... '"
	  this uses the users default shell on the remote machine
	  and forces the sourcing of the login script, e.g. .bash_profile
	  before executing roots. Hence if the user does correctly setup
	  ROOTSYS and PATH in the login script roots will be found.

2007-05-15 12:48  couet

	* [r18792] graf/src/TLatex.cxx: - After a call to GetXsize() the
	  text angle was reset to 0. Now fixed.

2007-05-15 12:02  antcheva

	* [r18791] tutorials/gui/exec3.C: When the slot string defines a
	  global function name, both parameters
	  specifying the class name and the receiver should be set to 0
	  (zero).
	  Macro can be compiled now.

2007-05-14 19:54  brun

	* [r18790] config/Makefile.depend: From Wouter:
	  Fix Makefile dependencies. RooFit can now be installed on
	  Windows.

2007-05-14 19:39  wouter

	* [r18789] roofit/src/RooGExpModel.cxx,
	  roofit/src/RooGaussModel.cxx: o RooGExpModel, RooGaussModel
	  
	  - Use verboseEval() rather than _verboseEval to make it work on
	  Windows

2007-05-14 18:37  wouter

	* [r18788] roofitcore/inc/RooAbsPdf.h,
	  roofitcore/inc/RooResolutionModel.h,
	  roofitcore/src/RooAbsPdf.cxx,
	  roofitcore/src/RooResolutionModel.cxx: o
	  RooAbsPdf,RooResolutionModel
	  
	  - Wrap static data members in non-inline accessor for Windows
	  compatibility

2007-05-14 18:04  brun

	* [r18787] spectrum/src/TSpectrum3.cxx: Fix a bug in
	  TSpectrum3::Search. The returned z position was in fact along the
	  y axis. This fixes le problem dmckee@bama.ua.edu in Sanannah.CVS:
	  ----------------------------------------------------------------------

2007-05-14 17:56  brun

	* [r18786] roofitcore/inc/RooConvCoefVar.h: Fix a typo (thanks
	  Christian Holm)
	  There's a silly typo in the forward declaration of
	  `RooAbsAnaConvPdf':
	  
	  class RooAbsAnaConfPdf ;
	  ^
	  
	  Should be
	  
	  class RooAbsAnaConvPdf ;

2007-05-14 16:29  wouter

	* [r18785] roofitcore/Module.mk, roofitcore/inc/LinkDef2.h,
	  roofitcore/src/RooNumConvPdf.cxx: o Module.mk, inc/Linkdef2.h
	  
	  - Add RooNumConvPdf
	  
	  o RooNumConvPdf
	  
	  - Change Ident comment string prefix from roofit to roofitcore

2007-05-14 15:26  brun

	* [r18784] roofit/inc/LinkDef1.h: Comment the pragma link statement
	  for class RooNumConvPdf

2007-05-14 15:21  rdm

	* [r18783] roofit/.cvsignore: not needed anymore.

2007-05-14 14:38  wouter

	* [r18782] roofit/src/Roo2DKeysPdf.cxx, roofit/src/RooArgusBG.cxx,
	  roofit/src/RooBCPEffDecay.cxx, roofit/src/RooBCPGenDecay.cxx,
	  roofit/src/RooBDecay.cxx, roofit/src/RooBMixDecay.cxx,
	  roofit/src/RooBifurGauss.cxx, roofit/src/RooBlindTools.cxx,
	  roofit/src/RooBreitWigner.cxx, roofit/src/RooBukinPdf.cxx,
	  roofit/src/RooCBShape.cxx, roofit/src/RooChebychev.cxx,
	  roofit/src/RooDecay.cxx, roofit/src/RooDstD0BG.cxx,
	  roofit/src/RooExponential.cxx, roofit/src/RooGExpModel.cxx,
	  roofit/src/RooGaussModel.cxx, roofit/src/RooGaussian.cxx,
	  roofit/src/RooHistPdf.cxx, roofit/src/RooKeysPdf.cxx,
	  roofit/src/RooLandau.cxx, roofit/src/RooNonCPEigenDecay.cxx,
	  roofit/src/RooNovosibirsk.cxx,
	  roofit/src/RooParametricStepFunction.cxx,
	  roofit/src/RooPolynomial.cxx, roofit/src/RooUnblindCPAsymVar.cxx,
	  roofit/src/RooUnblindOffset.cxx,
	  roofit/src/RooUnblindPrecision.cxx,
	  roofit/src/RooUnblindUniform.cxx, roofit/src/RooVoigtian.cxx,
	  roofitcore/src/RooNumConvPdf.cxx: o All classes
	  
	  - Add ROOT style Ident comment string

2007-05-14 14:37  wouter

	* [r18781] roofitcore/src/Roo1DTable.cxx,
	  roofitcore/src/RooAICRegistry.cxx,
	  roofitcore/src/RooAbsAnaConvPdf.cxx,
	  roofitcore/src/RooAbsArg.cxx, roofitcore/src/RooAbsBinning.cxx,
	  roofitcore/src/RooAbsCategory.cxx,
	  roofitcore/src/RooAbsCategoryLValue.cxx,
	  roofitcore/src/RooAbsCollection.cxx,
	  roofitcore/src/RooAbsData.cxx, roofitcore/src/RooAbsFunc.cxx,
	  roofitcore/src/RooAbsGenContext.cxx,
	  roofitcore/src/RooAbsGoodnessOfFit.cxx,
	  roofitcore/src/RooAbsHiddenReal.cxx,
	  roofitcore/src/RooAbsIntegrator.cxx,
	  roofitcore/src/RooAbsLValue.cxx,
	  roofitcore/src/RooAbsMCStudyModule.cxx,
	  roofitcore/src/RooAbsOptGoodnessOfFit.cxx,
	  roofitcore/src/RooAbsPdf.cxx, roofitcore/src/RooAbsProxy.cxx,
	  roofitcore/src/RooAbsReal.cxx,
	  roofitcore/src/RooAbsRealLValue.cxx,
	  roofitcore/src/RooAbsRootFinder.cxx,
	  roofitcore/src/RooAbsString.cxx,
	  roofitcore/src/RooAcceptReject.cxx,
	  roofitcore/src/RooAdaptiveGaussKronrodIntegrator1D.cxx,
	  roofitcore/src/RooAddGenContext.cxx,
	  roofitcore/src/RooAddModel.cxx, roofitcore/src/RooAddPdf.cxx,
	  roofitcore/src/RooAddition.cxx, roofitcore/src/RooArgList.cxx,
	  roofitcore/src/RooArgProxy.cxx, roofitcore/src/RooArgSet.cxx,
	  roofitcore/src/RooBinning.cxx,
	  roofitcore/src/RooBrentRootFinder.cxx,
	  roofitcore/src/RooCatType.cxx, roofitcore/src/RooCategory.cxx,
	  roofitcore/src/RooCategoryProxy.cxx,
	  roofitcore/src/RooCategorySharedProperties.cxx,
	  roofitcore/src/RooChi2Var.cxx,
	  roofitcore/src/RooClassFactory.cxx, roofitcore/src/RooCmdArg.cxx,
	  roofitcore/src/RooCmdConfig.cxx, roofitcore/src/RooComplex.cxx,
	  roofitcore/src/RooConstVar.cxx,
	  roofitcore/src/RooConvCoefVar.cxx,
	  roofitcore/src/RooConvGenContext.cxx,
	  roofitcore/src/RooConvIntegrandBinding.cxx,
	  roofitcore/src/RooCurve.cxx, roofitcore/src/RooCustomizer.cxx,
	  roofitcore/src/RooDLLSignificanceMCSModule.cxx,
	  roofitcore/src/RooDataHist.cxx,
	  roofitcore/src/RooDataProjBinding.cxx,
	  roofitcore/src/RooDataSet.cxx, roofitcore/src/RooDirItem.cxx,
	  roofitcore/src/RooDouble.cxx,
	  roofitcore/src/RooEffGenContext.cxx,
	  roofitcore/src/RooEffProd.cxx, roofitcore/src/RooEfficiency.cxx,
	  roofitcore/src/RooEllipse.cxx, roofitcore/src/RooErrorVar.cxx,
	  roofitcore/src/RooExtendPdf.cxx, roofitcore/src/RooFitResult.cxx,
	  roofitcore/src/RooFormula.cxx, roofitcore/src/RooFormulaVar.cxx,
	  roofitcore/src/RooGaussKronrodIntegrator1D.cxx,
	  roofitcore/src/RooGenCategory.cxx,
	  roofitcore/src/RooGenContext.cxx,
	  roofitcore/src/RooGenProdProj.cxx,
	  roofitcore/src/RooGenericPdf.cxx,
	  roofitcore/src/RooGlobalFunc.cxx,
	  roofitcore/src/RooGraphEdge.cxx, roofitcore/src/RooGraphNode.cxx,
	  roofitcore/src/RooGraphSpring.cxx, roofitcore/src/RooGrid.cxx,
	  roofitcore/src/RooHashTable.cxx, roofitcore/src/RooHist.cxx,
	  roofitcore/src/RooHistError.cxx, roofitcore/src/RooHtml.cxx,
	  roofitcore/src/RooImproperIntegrator1D.cxx,
	  roofitcore/src/RooInt.cxx, roofitcore/src/RooIntegrator1D.cxx,
	  roofitcore/src/RooIntegrator2D.cxx,
	  roofitcore/src/RooIntegratorBinding.cxx,
	  roofitcore/src/RooInvTransform.cxx,
	  roofitcore/src/RooLinTransBinning.cxx,
	  roofitcore/src/RooLinearVar.cxx,
	  roofitcore/src/RooLinkedList.cxx,
	  roofitcore/src/RooLinkedListElem.cxx,
	  roofitcore/src/RooLinkedListIter.cxx, roofitcore/src/RooList.cxx,
	  roofitcore/src/RooListProxy.cxx,
	  roofitcore/src/RooMCIntegrator.cxx,
	  roofitcore/src/RooMCStudy.cxx, roofitcore/src/RooMPSentinel.cxx,
	  roofitcore/src/RooMapCatEntry.cxx,
	  roofitcore/src/RooMappedCategory.cxx, roofitcore/src/RooMath.cxx,
	  roofitcore/src/RooMinuit.cxx, roofitcore/src/RooMultiCatIter.cxx,
	  roofitcore/src/RooMultiCategory.cxx,
	  roofitcore/src/RooNLLVar.cxx, roofitcore/src/RooNameReg.cxx,
	  roofitcore/src/RooNameSet.cxx,
	  roofitcore/src/RooNormListManager.cxx,
	  roofitcore/src/RooNormManager.cxx,
	  roofitcore/src/RooNormSetCache.cxx,
	  roofitcore/src/RooNumConvolution.cxx,
	  roofitcore/src/RooNumIntConfig.cxx,
	  roofitcore/src/RooNumIntFactory.cxx,
	  roofitcore/src/RooNumber.cxx, roofitcore/src/RooPlot.cxx,
	  roofitcore/src/RooPlotable.cxx, roofitcore/src/RooPolyVar.cxx,
	  roofitcore/src/RooPrintable.cxx,
	  roofitcore/src/RooProdGenContext.cxx,
	  roofitcore/src/RooProdPdf.cxx, roofitcore/src/RooProduct.cxx,
	  roofitcore/src/RooPullVar.cxx,
	  roofitcore/src/RooQuasiRandomGenerator.cxx,
	  roofitcore/src/RooRandom.cxx,
	  roofitcore/src/RooRandomizeParamMCSModule.cxx,
	  roofitcore/src/RooRangeBinning.cxx,
	  roofitcore/src/RooRealAnalytic.cxx,
	  roofitcore/src/RooRealBinding.cxx,
	  roofitcore/src/RooRealConstant.cxx,
	  roofitcore/src/RooRealIntegral.cxx,
	  roofitcore/src/RooRealMPFE.cxx, roofitcore/src/RooRealProxy.cxx,
	  roofitcore/src/RooRealSumPdf.cxx, roofitcore/src/RooRealVar.cxx,
	  roofitcore/src/RooRealVarSharedProperties.cxx,
	  roofitcore/src/RooRefCountList.cxx,
	  roofitcore/src/RooResolutionModel.cxx,
	  roofitcore/src/RooScaledFunc.cxx,
	  roofitcore/src/RooSegmentedIntegrator1D.cxx,
	  roofitcore/src/RooSegmentedIntegrator2D.cxx,
	  roofitcore/src/RooSetPair.cxx, roofitcore/src/RooSetProxy.cxx,
	  roofitcore/src/RooSharedProperties.cxx,
	  roofitcore/src/RooSharedPropertiesList.cxx,
	  roofitcore/src/RooSimGenContext.cxx,
	  roofitcore/src/RooSimPdfBuilder.cxx,
	  roofitcore/src/RooSimultaneous.cxx,
	  roofitcore/src/RooStreamParser.cxx,
	  roofitcore/src/RooStringVar.cxx,
	  roofitcore/src/RooSuperCategory.cxx,
	  roofitcore/src/RooTObjWrap.cxx, roofitcore/src/RooTable.cxx,
	  roofitcore/src/RooThreshEntry.cxx,
	  roofitcore/src/RooThresholdCategory.cxx,
	  roofitcore/src/RooTrace.cxx, roofitcore/src/RooTreeData.cxx,
	  roofitcore/src/RooTruthModel.cxx,
	  roofitcore/src/RooUniformBinning.cxx: o All classes
	  
	  - Add ROOT-style Ident comment string

2007-05-14 14:32  couet

	* [r18780] graf/src/TLatex.cxx: - From Axel:
	  valgrind was correctly complaining about sscanf accessing invalid
	  memory
	  areas in TLatex. That's caused by not 0-terminated buffers.
	  It is now fixed.

2007-05-14 14:29  axel

	* [r18779] html/src/THtml.cxx: Add doc

2007-05-14 14:27  axel

	* [r18778] cint/src/v6_newlink.cxx, cint/src/v6_shl.cxx: don't
	  clear G__initpermanentsl if it's 0
	  don't increase constness of arg of typedef'ed type when reading
	  dict (already done when writing dict)
	  use c'tor initializer list for G__Sizep2memfunc%s::p (effc++)

2007-05-14 14:05  couet

	* [r18777] test/stressGraphics.cxx: - Undo previous fix: it made
	  stressGraphics crashes on Linux.

2007-05-14 14:01  wouter

	* [r18776] roofitcore/inc/RooConvCoefVar.h: o RooConvCoefVar
	  
	  - Add missing forward declaration to RooAbsAnaConvPdf

2007-05-14 13:34  brun

	* [r18775] rint/src/TRint.cxx: From Gerri:
	  Mark application when typing a remote command. With this change a
	  local canvas
	  can be edited while being in remote mode.

2007-05-14 13:29  antcheva

	* [r18774] gui/inc/TGListView.h: Fixed typos in comments

2007-05-14 13:28  antcheva

	* [r18773] gui/inc/TGButtonGroup.h, gui/inc/TGTextEdit.h: Added
	  copy ctor's and assignment operator as private
	  (and not implemented)

2007-05-14 13:27  brun

	* [r18772] main/src/roots.cxx: From Gerri:
	  - Fix coding conventions

2007-05-14 13:27  brun

	* [r18771] net/inc/RRemoteProtocol.h, net/inc/TApplicationRemote.h,
	  net/inc/TApplicationServer.h, net/src/TApplicationRemote.cxx,
	  net/src/TApplicationServer.cxx: From Gerri:
	  
	  net/inc/RRemoteProtocol.h, net/inc/TApplicationRemote.h,
	  net/src/TApplicationRemote.cxx
	  - For processing request requiring a file (lines starting by .x,
	  .X, .L, .U) do not search
	  locally for the file; send it over only if the server asks for
	  it.
	  - Fix coding conventions
	  
	  net/inc/TApplicationServer.h, net/src/TApplicationServer.cxx
	  - If a file needed to satisfy the processing request (lines
	  starting by .x, .X, .L, .U)
	  is not found in the standard paths, ask the client to send it
	  over.
	  - Execute rootlogon(s) at remote login
	  - Send back only new canvases
	  - In debug mode, do not Delete the log file

2007-05-14 13:26  brun

	* [r18770] base/inc/TApplication.h, base/src/TApplication.cxx: From
	  Gerri:
	  - In remote mode, redirect remotely only process-line requests
	  entered via command line

2007-05-14 13:25  brun

	* [r18769] geom/inc/TVirtualGeoTrack.h,
	  geom/src/TVirtualGeoTrack.cxx, geompainter/inc/TGeoTrack.h,
	  geompainter/src/TGeoTrack.cxx: From Andrei:
	  Fix to compile with gcc option "-effc++"

2007-05-14 12:35  couet

	* [r18768] base/inc/TVirtualPS.h: - Add copy ctor and = optor to
	  suppress warnings with
	  when compiling with the gcc option -effc==

2007-05-14 12:26  brun

	* [r18767] hist/src/TH1.cxx, hist/src/TH2.cxx, hist/src/TH3.cxx:
	  Fix a problem with TH1, TH2, TH3 copy constructors

2007-05-14 11:14  brun

	* [r18766] base/src/TMessageHandler.cxx: From Axel:
	  fixes a mismatched new Int_t[], but delete instead of
	  delete[].

2007-05-14 10:18  rdm

	* [r18765] base/src/TQConnection.cxx, base/src/TROOT.cxx: From
	  Ilka:
	  The attached patch fixes the crash in TROOT dtor when using .q
	  while
	  the ROOT browser is active. The crash comes from additional
	  deletion
	  attempt of GUI elements in TQSlotPool dtor.

2007-05-14 10:15  rdm

	* [r18764] roofit/doc/doc.txt, roofit/doc/index.txt,
	  roofitcore/doc/doc.txt, roofitcore/doc/index.txt: rename doc.txt
	  to index.txt (THtnl convention).

2007-05-14 10:13  rdm

	* [r18763] config/Makefile.depend: fix typo -lLib -> -Llib.

2007-05-14 09:20  axel

	* [r18761] reflex/src/Tools.cxx: Don't ignore empty parts when
	  splitting strings.
	  Speed and readability optimizations.

2007-05-14 09:19  rdm

	* [r18760] gui/Module.mk: add GUIL = GUIL1 GUIL2 GUIL3.

2007-05-14 09:09  rdm

	* [r18759] roofit/doc, roofit/doc/doc.txt, roofitcore/doc,
	  roofitcore/doc/doc.txt: add reference to the RooFit
	  documentation.

2007-05-14 09:09  rdm

	* [r18758] Makefile, config/Makefile.depend, roofitcore/Module.mk:
	  update Module.mk's for the new roofitcore and modified roofit
	  directories.

2007-05-14 08:15  rdm

	* [r18757] roofit/doc: not needed anymore.

2007-05-14 07:47  rdm

	* [r18756] roofit/roofit_2.10.src.tgz: replace by roofit cvs
	  contents.

2007-05-14 07:42  rdm

	* [r18755] build/package/common/libroot-unuran.control,
	  build/package/debian/changelog, build/package/debian/copyright,
	  build/package/debian/libroot-unuran.overrides.in,
	  build/package/debian/root-system-proofd.overrides,
	  build/package/debian/root-system-xrootd.overrides,
	  build/package/debian/rules, build/package/lib/makedebdir.sh,
	  build/package/lib/makelist, build/package/lib/makelists.sh,
	  cint/iosenum/iosenum.linuxppcgcc3, configure: From Christian
	  Holm:
	  Here's some minor changes to split off unuran into it's own
	  package.
	  Unuran is GPL'ed and can not be distributed nicely with the rest
	  of the
	  LGPL'ed stuff (I think). I also made some changes to keep the
	  package
	  building more quiet and up to standard.

2007-05-14 07:38  rdm

	* [r18754] net/inc/TGridJob.h, net/src/TGridJob.cxx: Add interface:
	  Int_t GetOutputSandbox(const char *localpath, Option_t *opt = 0);
	  to allow actual implementation (gLite) to retrieve the job's
	  sandbox
	  to a specific location. As asked for in issue 26198.

2007-05-12 20:11  brun

	* [r18753] gui/src/TGFSContainer.cxx: From Bertrand:
	  - Process events while filling TGFileContainer to not block the
	  GUI in case of directories containing many files.

2007-05-12 13:48  pcanal

	* [r18752] treeplayer/src/TFriendProxy.cxx: add protection in case
	  the friend tree is missing

2007-05-12 10:15  rdm

	* [r18751] build/win/ld.sh: From Axel:
	  The check for cint7_tmp.exe was wrong in win/ld.sh.

2007-05-11 22:11  pcanal

	* [r18750] cint/src/Shadow.cxx: remove fix length array

2007-05-11 15:25  brun

	* [r18749] base/src/TROOT.cxx: Temporarily comment out the
	  destruction of the list of Browsers in the TROOT destructor.
	  The GUI classes must be fixed before reactivating this line.

2007-05-11 15:18  brun

	* [r18748] graf/src/TGraph.cxx: In TGraph::PaintGraph take into
	  account the special case where teh TGraph as an empty name.
	  When this happens, the code generated by SaveAs in a .C file
	  contained an invalid pointer.

2007-05-11 15:15  rdm

	* [r18747] netx/src/TXNetFileStager.cxx: From Andreas:
	  fix in IsStaged(), return value of IsOnline() iso
	  AccessPathName().

2007-05-11 15:02  rdm

	* [r18746] build/package/common/libroot-dev.install.in,
	  build/package/common/libroot-python-dev.install.in,
	  build/package/common/libroot.control,
	  build/package/common/libroot.install.in,
	  build/package/common/root-bin.control,
	  build/package/common/root-bin.install.in,
	  build/package/common/root-common.install.in,
	  build/package/common/root-doc.control,
	  build/package/common/root-doc.install.in,
	  build/package/common/root-proofd.control,
	  build/package/common/root-proofd.install.in,
	  build/package/common/root-rootd.control,
	  build/package/common/root-rootd.dscr,
	  build/package/common/root-system-bin.control,
	  build/package/common/root-system-bin.install.in,
	  build/package/common/root-system-common.install.in,
	  build/package/common/root-system-doc.control,
	  build/package/common/root-system-doc.install.in,
	  build/package/common/root-system-proofd.control,
	  build/package/common/root-system-proofd.install.in,
	  build/package/common/root-system-rootd.control,
	  build/package/common/root-system-rootd.dscr,
	  build/package/common/root-system-xrootd.control,
	  build/package/common/root-system-xrootd.install.in,
	  build/package/common/root-xrootd.control,
	  build/package/common/root-xrootd.install.in,
	  build/package/common/s050000l.pe,
	  build/package/common/s050000l.pfb,
	  build/package/debian/README.Debian,
	  build/package/debian/changelog, build/package/debian/control.in,
	  build/package/debian/root-bin.desktop.in,
	  build/package/debian/root-bin.menu.in,
	  build/package/debian/root-bin.mime,
	  build/package/debian/root-bin.png,
	  build/package/debian/root-bin.postinst.in,
	  build/package/debian/root-bin.prerm.in,
	  build/package/debian/root-bin.sharedmimeinfo,
	  build/package/debian/root-bin.xpm,
	  build/package/debian/root-common.copyright,
	  build/package/debian/root-common.dirs,
	  build/package/debian/root-common.links,
	  build/package/debian/root-common.postinst.in,
	  build/package/debian/root-common.postrm.in,
	  build/package/debian/root-doc.docs,
	  build/package/debian/root-doc.overrides,
	  build/package/debian/root-proofd.README.Debian,
	  build/package/debian/root-proofd.default,
	  build/package/debian/root-proofd.examples,
	  build/package/debian/root-proofd.init.in,
	  build/package/debian/root-proofd.overrides,
	  build/package/debian/root-proofd.postinst.in,
	  build/package/debian/root-proofd.prerm,
	  build/package/debian/root-rootd.default,
	  build/package/debian/root-rootd.examples,
	  build/package/debian/root-rootd.init.in,
	  build/package/debian/root-rootd.postinst.in,
	  build/package/debian/root-rootd.postrm,
	  build/package/debian/root-rootd.preinst,
	  build/package/debian/root-rootd.prerm,
	  build/package/debian/root-system-bin.desktop.in,
	  build/package/debian/root-system-bin.menu.in,
	  build/package/debian/root-system-bin.mime,
	  build/package/debian/root-system-bin.png,
	  build/package/debian/root-system-bin.postinst.in,
	  build/package/debian/root-system-bin.prerm.in,
	  build/package/debian/root-system-bin.sharedmimeinfo,
	  build/package/debian/root-system-bin.xpm,
	  build/package/debian/root-system-common.conf.in,
	  build/package/debian/root-system-common.copyright,
	  build/package/debian/root-system-common.dirs.in,
	  build/package/debian/root-system-common.links.in,
	  build/package/debian/root-system-doc.docs,
	  build/package/debian/root-system-doc.overrides,
	  build/package/debian/root-system-proofd.README.Debian,
	  build/package/debian/root-system-proofd.default,
	  build/package/debian/root-system-proofd.examples,
	  build/package/debian/root-system-proofd.init.in,
	  build/package/debian/root-system-proofd.overrides,
	  build/package/debian/root-system-proofd.postinst.in,
	  build/package/debian/root-system-proofd.prerm,
	  build/package/debian/root-system-rootd.default,
	  build/package/debian/root-system-rootd.examples,
	  build/package/debian/root-system-rootd.init.in,
	  build/package/debian/root-system-rootd.postinst.in,
	  build/package/debian/root-system-rootd.postrm,
	  build/package/debian/root-system-rootd.preinst,
	  build/package/debian/root-system-rootd.prerm,
	  build/package/debian/root-system-xrootd.default,
	  build/package/debian/root-system-xrootd.init.in,
	  build/package/debian/root-system-xrootd.overrides,
	  build/package/debian/root-xrootd.default,
	  build/package/debian/root-xrootd.init.in,
	  build/package/debian/root-xrootd.overrides,
	  build/package/debian/rules, build/package/lib/makebuilddepend.sh,
	  build/package/lib/makedebdir.sh, build/package/lib/makelist,
	  build/package/lib/makelists.sh, build/package/lib/makerpmspec.sh,
	  build/package/lib/makerpmspecs.sh,
	  build/package/rpm/root-proofd.post,
	  build/package/rpm/root-proofd.preun,
	  build/package/rpm/root-rootd.post,
	  build/package/rpm/root-rootd.postun,
	  build/package/rpm/root-rootd.pre,
	  build/package/rpm/root-rootd.preun,
	  build/package/rpm/root-rootd.spec.in,
	  build/package/rpm/root-system-proofd.post,
	  build/package/rpm/root-system-proofd.preun,
	  build/package/rpm/root-system-rootd.post,
	  build/package/rpm/root-system-rootd.postun,
	  build/package/rpm/root-system-rootd.pre,
	  build/package/rpm/root-system-rootd.preun,
	  build/package/rpm/root-system-rootd.spec.in,
	  build/package/rpm/spec.in, configure, man/man1/genmap.1, reflex,
	  reflex/.cvsignore, reflex/inc/Reflex,
	  reflex/inc/Reflex/.cvsignore, reflex/inc/Reflex/Builder,
	  reflex/inc/Reflex/Builder/.cvsignore, reflex/inc/Reflex/internal,
	  reflex/inc/Reflex/internal/.cvsignore, reflex/python,
	  reflex/python/.cvsignore, reflex/python/genreflex,
	  reflex/python/genreflex/.cvsignore, reflex/src,
	  reflex/src/.cvsignore, reflex/test, reflex/test/.cvsignore,
	  reflex/test/testDict1, reflex/test/testDict1/.cvsignore,
	  reflex/test/testDict2, reflex/test/testDict2/.cvsignore,
	  unuran/Module.mk: From Chistian Holm:
	  * New package names. Packages that used to be named
	  `root-{bin,doc,common,...}' are now called
	  `root-system-{bin,doc,common,...}' This is to please the Debian
	  FTP masters so that they might accept ROOT into the main Debian
	  distribution.
	  * The above change means a lot of files in the
	  `build/package/...'
	  need to be renamed.
	  * Fix to `unuran/Module.mk' to allow unpacking the tar-ball an
	  remove it before making packages. This is also done for roofit
	  and afterimage. This is required by Debian so that the
	  security team can make patches.
	  * Note, that due to the name change, the packages are not
	  compatible with the old packages. That means that users will
	  have to completely de-install the old ROOT packages before
	  installing the new ones.

2007-05-11 14:34  rdm

	* [r18745] netx/src/TXNetSystem.cxx: From Andreas:
	  I need to pass also opaque information (GetFileAndOptions) and I
	  need
	  to mask the '\n' in the opaque information, because in xrootd the
	  '\n' is used to separate file names.

2007-05-11 14:26  rdm

	* [r18744] build/win/ld.sh: From Axel:
	  We don't want precomp.o (and thus VersionCheck) in the cintdll.

2007-05-11 14:23  rdm

	* [r18743] alien/inc/TAlienJob.h, alien/inc/TAlienJobStatusList.h,
	  alien/inc/TAlienMasterJob.h, alien/inc/TAlienMasterJobStatus.h,
	  alien/src/TAlien.cxx, alien/src/TAlienJob.cxx,
	  alien/src/TAlienMasterJob.cxx, net/inc/TGridJob.h,
	  net/inc/TGridJobStatusList.h: From Andreas:
	  move JobID from int to TString to facilitate gLite plugin
	  development.

2007-05-11 13:12  verkerke

	* [r18742] roofitcore/src/RooBanner.cxx,
	  roofitcore/src/RooPlot.cxx: o RooPlot
	  
	  - Now contains a TH1 pointer, rather than that it inherits from
	  TH1.
	  Forward essential TH1 member function calls to data member
	  
	  
	  o RooBanner
	  
	  - Increment version tag to 2.11

2007-05-11 13:11  verkerke

	* [r18741] roofitcore/inc/LinkDef2.h, roofitcore/inc/RooPlot.h: o
	  RooPlot
	  
	  - Now contains a TH1 pointer, rather than that it inherits from
	  TH1.
	  Forward essential TH1 member function calls to data member
	  
	  
	  o LinkDef2
	  
	  - Declare that RooPlot has private Streamer

2007-05-11 10:42  verkerke

	* [r18740] roofit/inc/RooHistPdf.h, roofit/src/RooHistPdf.cxx,
	  roofitcore/inc/RooNumConvPdf.h, roofitcore/src/RooNumConvPdf.cxx:
	  more rfc/rfm migration

2007-05-11 10:26  verkerke

	* [r18739] roofitcore/inc/Attic, roofitcore/inc/RooHistPdf.h,
	  roofitcore/src/Attic, roofitcore/src/RooHistPdf.cxx,
	  roofitcore/src/RooIntegratorTest.cxx,
	  roofitcore/src/makedocs.cxx: some migrations between rfc and rfm

2007-05-11 10:15  verkerke

	* [r18738] roofit/inc/LinkDef1.h, roofit/inc/RooBlindTools.h,
	  roofit/inc/RooHistPdf.h, roofit/inc/RooUnblindCPAsymVar.h,
	  roofit/inc/RooUnblindOffset.h, roofit/inc/RooUnblindPrecision.h,
	  roofit/inc/RooUnblindUniform.h, roofit/src/RooBlindTools.cxx,
	  roofit/src/RooUnblindCPAsymVar.cxx,
	  roofit/src/RooUnblindOffset.cxx,
	  roofit/src/RooUnblindPrecision.cxx,
	  roofit/src/RooUnblindUniform.cxx, roofitcore/Module.mk,
	  roofitcore/inc/LinkDef1.h, roofitcore/inc/LinkDef2.h,
	  roofitcore/inc/LinkDef3.h, roofitcore/inc/RooAbsAnaConvPdf.h,
	  roofitcore/inc/RooAddPdf.h, roofitcore/inc/RooEffProd.h,
	  roofitcore/inc/RooEfficiency.h, roofitcore/inc/RooExtendPdf.h,
	  roofitcore/inc/RooMCStudy.h, roofitcore/inc/RooNumConvPdf.h,
	  roofitcore/inc/RooProdPdf.h, roofitcore/inc/RooSimPdfBuilder.h,
	  roofitcore/inc/RooTruthModel.h,
	  roofitcore/src/RooAbsAnaConvPdf.cxx,
	  roofitcore/src/RooAddPdf.cxx, roofitcore/src/RooEffProd.cxx,
	  roofitcore/src/RooEfficiency.cxx,
	  roofitcore/src/RooExtendPdf.cxx, roofitcore/src/RooMCStudy.cxx,
	  roofitcore/src/RooProdPdf.cxx,
	  roofitcore/src/RooSimPdfBuilder.cxx,
	  roofitcore/src/RooTruthModel.cxx: fixes in porting code to ROOT
	  cvs

2007-05-11 10:13  brun

	* [r18737] base/inc/TVersionCheck.h: Hide a static function to
	  CINT. With this fix g4root compiles OK.

2007-05-11 09:14  verkerke

	* [r18736] roofit/inc/LinkDef1.h: Add ROOT LinkDef file

2007-05-11 09:13  verkerke

	* [r18735] roofit/inc/Roo2DKeysPdf.h, roofit/inc/RooArgusBG.h,
	  roofit/inc/RooBCPEffDecay.h, roofit/inc/RooBCPGenDecay.h,
	  roofit/inc/RooBDecay.h, roofit/inc/RooBMixDecay.h,
	  roofit/inc/RooBifurGauss.h, roofit/inc/RooBreitWigner.h,
	  roofit/inc/RooBukinPdf.h, roofit/inc/RooCBShape.h,
	  roofit/inc/RooChebychev.h, roofit/inc/RooDecay.h,
	  roofit/inc/RooDstD0BG.h, roofit/inc/RooExponential.h,
	  roofit/inc/RooGExpModel.h, roofit/inc/RooGaussModel.h,
	  roofit/inc/RooGaussian.h, roofit/inc/RooKeysPdf.h,
	  roofit/inc/RooLandau.h, roofit/inc/RooNonCPEigenDecay.h,
	  roofit/inc/RooNovosibirsk.h,
	  roofit/inc/RooParametricStepFunction.h,
	  roofit/inc/RooPolynomial.h, roofit/inc/RooVoigtian.h,
	  roofit/src/Roo2DKeysPdf.cxx, roofit/src/RooArgusBG.cxx,
	  roofit/src/RooBCPEffDecay.cxx, roofit/src/RooBCPGenDecay.cxx,
	  roofit/src/RooBDecay.cxx, roofit/src/RooBMixDecay.cxx,
	  roofit/src/RooBifurGauss.cxx, roofit/src/RooBreitWigner.cxx,
	  roofit/src/RooBukinPdf.cxx, roofit/src/RooCBShape.cxx,
	  roofit/src/RooChebychev.cxx, roofit/src/RooDecay.cxx,
	  roofit/src/RooDstD0BG.cxx, roofit/src/RooExponential.cxx,
	  roofit/src/RooGExpModel.cxx, roofit/src/RooGaussModel.cxx,
	  roofit/src/RooGaussian.cxx, roofit/src/RooKeysPdf.cxx,
	  roofit/src/RooLandau.cxx, roofit/src/RooNonCPEigenDecay.cxx,
	  roofit/src/RooNovosibirsk.cxx,
	  roofit/src/RooParametricStepFunction.cxx,
	  roofit/src/RooPolynomial.cxx, roofit/src/RooVoigtian.cxx,
	  roofitcore/inc/LinkDef1.h, roofitcore/inc/LinkDef2.h,
	  roofitcore/inc/LinkDef3.h, roofitcore/inc/Roo1DTable.h,
	  roofitcore/inc/RooAICRegistry.h, roofitcore/inc/RooAbsArg.h,
	  roofitcore/inc/RooAbsBinning.h, roofitcore/inc/RooAbsCategory.h,
	  roofitcore/inc/RooAbsCategoryLValue.h,
	  roofitcore/inc/RooAbsCollection.h, roofitcore/inc/RooAbsData.h,
	  roofitcore/inc/RooAbsFunc.h, roofitcore/inc/RooAbsGenContext.h,
	  roofitcore/inc/RooAbsGoodnessOfFit.h,
	  roofitcore/inc/RooAbsHiddenReal.h,
	  roofitcore/inc/RooAbsIntegrator.h, roofitcore/inc/RooAbsLValue.h,
	  roofitcore/inc/RooAbsMCStudyModule.h,
	  roofitcore/inc/RooAbsOptGoodnessOfFit.h,
	  roofitcore/inc/RooAbsPdf.h, roofitcore/inc/RooAbsProxy.h,
	  roofitcore/inc/RooAbsReal.h, roofitcore/inc/RooAbsRealLValue.h,
	  roofitcore/inc/RooAbsRootFinder.h, roofitcore/inc/RooAbsString.h,
	  roofitcore/inc/RooAcceptReject.h,
	  roofitcore/inc/RooAdaptiveGaussKronrodIntegrator1D.h,
	  roofitcore/inc/RooAddGenContext.h, roofitcore/inc/RooAddModel.h,
	  roofitcore/inc/RooAddition.h, roofitcore/inc/RooArgList.h,
	  roofitcore/inc/RooArgProxy.h, roofitcore/inc/RooArgSet.h,
	  roofitcore/inc/RooBinning.h, roofitcore/inc/RooBrentRootFinder.h,
	  roofitcore/inc/RooCatType.h, roofitcore/inc/RooCategory.h,
	  roofitcore/inc/RooCategoryProxy.h,
	  roofitcore/inc/RooCategorySharedProperties.h,
	  roofitcore/inc/RooChi2Var.h, roofitcore/inc/RooClassFactory.h,
	  roofitcore/inc/RooCmdArg.h, roofitcore/inc/RooCmdConfig.h,
	  roofitcore/inc/RooComplex.h, roofitcore/inc/RooConstVar.h,
	  roofitcore/inc/RooConvCoefVar.h,
	  roofitcore/inc/RooConvGenContext.h,
	  roofitcore/inc/RooConvIntegrandBinding.h,
	  roofitcore/inc/RooCurve.h, roofitcore/inc/RooCustomizer.h,
	  roofitcore/inc/RooDLLSignificanceMCSModule.h,
	  roofitcore/inc/RooDataHist.h,
	  roofitcore/inc/RooDataProjBinding.h, roofitcore/inc/RooDataSet.h,
	  roofitcore/inc/RooDirItem.h, roofitcore/inc/RooDouble.h,
	  roofitcore/inc/RooEffGenContext.h, roofitcore/inc/RooEllipse.h,
	  roofitcore/inc/RooErrorHandler.h, roofitcore/inc/RooErrorVar.h,
	  roofitcore/inc/RooFit.h, roofitcore/inc/RooFitResult.h,
	  roofitcore/inc/RooFormula.h, roofitcore/inc/RooFormulaVar.h,
	  roofitcore/inc/RooGaussKronrodIntegrator1D.h,
	  roofitcore/inc/RooGenCategory.h, roofitcore/inc/RooGenContext.h,
	  roofitcore/inc/RooGenProdProj.h, roofitcore/inc/RooGenericPdf.h,
	  roofitcore/inc/RooGlobalFunc.h, roofitcore/inc/RooGraphEdge.h,
	  roofitcore/inc/RooGraphNode.h, roofitcore/inc/RooGraphSpring.h,
	  roofitcore/inc/RooGrid.h, roofitcore/inc/RooHashTable.h,
	  roofitcore/inc/RooHist.h, roofitcore/inc/RooHistError.h,
	  roofitcore/inc/RooHtml.h,
	  roofitcore/inc/RooImproperIntegrator1D.h,
	  roofitcore/inc/RooInt.h, roofitcore/inc/RooIntegrator1D.h,
	  roofitcore/inc/RooIntegrator2D.h,
	  roofitcore/inc/RooIntegratorBinding.h,
	  roofitcore/inc/RooInvTransform.h,
	  roofitcore/inc/RooLinTransBinning.h,
	  roofitcore/inc/RooLinearVar.h, roofitcore/inc/RooLinkedList.h,
	  roofitcore/inc/RooLinkedListElem.h,
	  roofitcore/inc/RooLinkedListIter.h, roofitcore/inc/RooList.h,
	  roofitcore/inc/RooListProxy.h, roofitcore/inc/RooMCIntegrator.h,
	  roofitcore/inc/RooMPSentinel.h, roofitcore/inc/RooMapCatEntry.h,
	  roofitcore/inc/RooMappedCategory.h, roofitcore/inc/RooMath.h,
	  roofitcore/inc/RooMinuit.h, roofitcore/inc/RooMultiCatIter.h,
	  roofitcore/inc/RooMultiCategory.h, roofitcore/inc/RooNLLVar.h,
	  roofitcore/inc/RooNameReg.h, roofitcore/inc/RooNameSet.h,
	  roofitcore/inc/RooNormListManager.h,
	  roofitcore/inc/RooNormManager.h,
	  roofitcore/inc/RooNormSetCache.h,
	  roofitcore/inc/RooNumConvolution.h,
	  roofitcore/inc/RooNumIntConfig.h,
	  roofitcore/inc/RooNumIntFactory.h, roofitcore/inc/RooNumber.h,
	  roofitcore/inc/RooPlot.h, roofitcore/inc/RooPlotable.h,
	  roofitcore/inc/RooPolyVar.h, roofitcore/inc/RooPrintable.h,
	  roofitcore/inc/RooProdGenContext.h, roofitcore/inc/RooProduct.h,
	  roofitcore/inc/RooPullVar.h,
	  roofitcore/inc/RooQuasiRandomGenerator.h,
	  roofitcore/inc/RooRandom.h,
	  roofitcore/inc/RooRandomizeParamMCSModule.h,
	  roofitcore/inc/RooRangeBinning.h,
	  roofitcore/inc/RooRealAnalytic.h,
	  roofitcore/inc/RooRealBinding.h,
	  roofitcore/inc/RooRealConstant.h,
	  roofitcore/inc/RooRealIntegral.h, roofitcore/inc/RooRealMPFE.h,
	  roofitcore/inc/RooRealProxy.h, roofitcore/inc/RooRealSumPdf.h,
	  roofitcore/inc/RooRealVar.h,
	  roofitcore/inc/RooRealVarSharedProperties.h,
	  roofitcore/inc/RooRefCountList.h,
	  roofitcore/inc/RooResolutionModel.h,
	  roofitcore/inc/RooScaledFunc.h,
	  roofitcore/inc/RooSegmentedIntegrator1D.h,
	  roofitcore/inc/RooSegmentedIntegrator2D.h,
	  roofitcore/inc/RooSetPair.h, roofitcore/inc/RooSetProxy.h,
	  roofitcore/inc/RooSharedProperties.h,
	  roofitcore/inc/RooSharedPropertiesList.h,
	  roofitcore/inc/RooSimGenContext.h,
	  roofitcore/inc/RooSimultaneous.h,
	  roofitcore/inc/RooStreamParser.h, roofitcore/inc/RooStringVar.h,
	  roofitcore/inc/RooSuperCategory.h, roofitcore/inc/RooTObjWrap.h,
	  roofitcore/inc/RooTable.h, roofitcore/inc/RooThreshEntry.h,
	  roofitcore/inc/RooThresholdCategory.h, roofitcore/inc/RooTrace.h,
	  roofitcore/inc/RooTreeData.h, roofitcore/inc/RooUniformBinning.h,
	  roofitcore/src/Roo1DTable.cxx, roofitcore/src/RooAICRegistry.cxx,
	  roofitcore/src/RooAbsArg.cxx, roofitcore/src/RooAbsBinning.cxx,
	  roofitcore/src/RooAbsCategory.cxx,
	  roofitcore/src/RooAbsCategoryLValue.cxx,
	  roofitcore/src/RooAbsCollection.cxx,
	  roofitcore/src/RooAbsData.cxx, roofitcore/src/RooAbsFunc.cxx,
	  roofitcore/src/RooAbsGenContext.cxx,
	  roofitcore/src/RooAbsGoodnessOfFit.cxx,
	  roofitcore/src/RooAbsHiddenReal.cxx,
	  roofitcore/src/RooAbsIntegrator.cxx,
	  roofitcore/src/RooAbsLValue.cxx,
	  roofitcore/src/RooAbsMCStudyModule.cxx,
	  roofitcore/src/RooAbsOptGoodnessOfFit.cxx,
	  roofitcore/src/RooAbsPdf.cxx, roofitcore/src/RooAbsProxy.cxx,
	  roofitcore/src/RooAbsReal.cxx,
	  roofitcore/src/RooAbsRealLValue.cxx,
	  roofitcore/src/RooAbsRootFinder.cxx,
	  roofitcore/src/RooAbsString.cxx,
	  roofitcore/src/RooAcceptReject.cxx,
	  roofitcore/src/RooAdaptiveGaussKronrodIntegrator1D.cxx,
	  roofitcore/src/RooAddGenContext.cxx,
	  roofitcore/src/RooAddModel.cxx, roofitcore/src/RooAddition.cxx,
	  roofitcore/src/RooArgList.cxx, roofitcore/src/RooArgProxy.cxx,
	  roofitcore/src/RooArgSet.cxx, roofitcore/src/RooBanner.cxx,
	  roofitcore/src/RooBinning.cxx,
	  roofitcore/src/RooBrentRootFinder.cxx,
	  roofitcore/src/RooCatType.cxx, roofitcore/src/RooCategory.cxx,
	  roofitcore/src/RooCategoryProxy.cxx,
	  roofitcore/src/RooCategorySharedProperties.cxx,
	  roofitcore/src/RooChi2Var.cxx,
	  roofitcore/src/RooClassFactory.cxx, roofitcore/src/RooCmdArg.cxx,
	  roofitcore/src/RooCmdConfig.cxx, roofitcore/src/RooComplex.cxx,
	  roofitcore/src/RooConstVar.cxx,
	  roofitcore/src/RooConvCoefVar.cxx,
	  roofitcore/src/RooConvGenContext.cxx,
	  roofitcore/src/RooConvIntegrandBinding.cxx,
	  roofitcore/src/RooCurve.cxx, roofitcore/src/RooCustomizer.cxx,
	  roofitcore/src/RooDLLSignificanceMCSModule.cxx,
	  roofitcore/src/RooDataHist.cxx,
	  roofitcore/src/RooDataProjBinding.cxx,
	  roofitcore/src/RooDataSet.cxx, roofitcore/src/RooDirItem.cxx,
	  roofitcore/src/RooDouble.cxx,
	  roofitcore/src/RooEffGenContext.cxx,
	  roofitcore/src/RooEllipse.cxx, roofitcore/src/RooErrorVar.cxx,
	  roofitcore/src/RooFitResult.cxx, roofitcore/src/RooFormula.cxx,
	  roofitcore/src/RooFormulaVar.cxx,
	  roofitcore/src/RooGaussKronrodIntegrator1D.cxx,
	  roofitcore/src/RooGenCategory.cxx,
	  roofitcore/src/RooGenContext.cxx,
	  roofitcore/src/RooGenProdProj.cxx,
	  roofitcore/src/RooGenericPdf.cxx,
	  roofitcore/src/RooGlobalFunc.cxx,
	  roofitcore/src/RooGraphEdge.cxx, roofitcore/src/RooGraphNode.cxx,
	  roofitcore/src/RooGraphSpring.cxx, roofitcore/src/RooGrid.cxx,
	  roofitcore/src/RooHashTable.cxx, roofitcore/src/RooHist.cxx,
	  roofitcore/src/RooHistError.cxx, roofitcore/src/RooHtml.cxx,
	  roofitcore/src/RooImproperIntegrator1D.cxx,
	  roofitcore/src/RooInt.cxx, roofitcore/src/RooIntegrator1D.cxx,
	  roofitcore/src/RooIntegrator2D.cxx,
	  roofitcore/src/RooIntegratorBinding.cxx,
	  roofitcore/src/RooInvTransform.cxx,
	  roofitcore/src/RooLinTransBinning.cxx,
	  roofitcore/src/RooLinearVar.cxx,
	  roofitcore/src/RooLinkedList.cxx,
	  roofitcore/src/RooLinkedListElem.cxx,
	  roofitcore/src/RooLinkedListIter.cxx, roofitcore/src/RooList.cxx,
	  roofitcore/src/RooListProxy.cxx,
	  roofitcore/src/RooMCIntegrator.cxx,
	  roofitcore/src/RooMPSentinel.cxx,
	  roofitcore/src/RooMapCatEntry.cxx,
	  roofitcore/src/RooMappedCategory.cxx, roofitcore/src/RooMath.cxx,
	  roofitcore/src/RooMinuit.cxx, roofitcore/src/RooMultiCatIter.cxx,
	  roofitcore/src/RooMultiCategory.cxx,
	  roofitcore/src/RooNLLVar.cxx, roofitcore/src/RooNameReg.cxx,
	  roofitcore/src/RooNameSet.cxx,
	  roofitcore/src/RooNormListManager.cxx,
	  roofitcore/src/RooNormManager.cxx,
	  roofitcore/src/RooNormSetCache.cxx,
	  roofitcore/src/RooNumConvolution.cxx,
	  roofitcore/src/RooNumIntConfig.cxx,
	  roofitcore/src/RooNumIntFactory.cxx,
	  roofitcore/src/RooNumber.cxx, roofitcore/src/RooPlot.cxx,
	  roofitcore/src/RooPlotable.cxx, roofitcore/src/RooPolyVar.cxx,
	  roofitcore/src/RooPrintable.cxx,
	  roofitcore/src/RooProdGenContext.cxx,
	  roofitcore/src/RooProduct.cxx, roofitcore/src/RooPullVar.cxx,
	  roofitcore/src/RooQuasiRandomGenerator.cxx,
	  roofitcore/src/RooRandom.cxx,
	  roofitcore/src/RooRandomizeParamMCSModule.cxx,
	  roofitcore/src/RooRangeBinning.cxx,
	  roofitcore/src/RooRealAnalytic.cxx,
	  roofitcore/src/RooRealBinding.cxx,
	  roofitcore/src/RooRealConstant.cxx,
	  roofitcore/src/RooRealIntegral.cxx,
	  roofitcore/src/RooRealMPFE.cxx, roofitcore/src/RooRealProxy.cxx,
	  roofitcore/src/RooRealSumPdf.cxx, roofitcore/src/RooRealVar.cxx,
	  roofitcore/src/RooRealVarSharedProperties.cxx,
	  roofitcore/src/RooRefCountList.cxx,
	  roofitcore/src/RooResolutionModel.cxx,
	  roofitcore/src/RooScaledFunc.cxx,
	  roofitcore/src/RooSegmentedIntegrator1D.cxx,
	  roofitcore/src/RooSegmentedIntegrator2D.cxx,
	  roofitcore/src/RooSetPair.cxx, roofitcore/src/RooSetProxy.cxx,
	  roofitcore/src/RooSharedProperties.cxx,
	  roofitcore/src/RooSharedPropertiesList.cxx,
	  roofitcore/src/RooSimGenContext.cxx,
	  roofitcore/src/RooSimultaneous.cxx,
	  roofitcore/src/RooStreamParser.cxx,
	  roofitcore/src/RooStringVar.cxx,
	  roofitcore/src/RooSuperCategory.cxx,
	  roofitcore/src/RooTObjWrap.cxx, roofitcore/src/RooTable.cxx,
	  roofitcore/src/RooThreshEntry.cxx,
	  roofitcore/src/RooThresholdCategory.cxx,
	  roofitcore/src/RooTrace.cxx, roofitcore/src/RooTreeData.cxx,
	  roofitcore/src/RooUniformBinning.cxx: Change structure and names
	  of files to that of ROOT CVS repository

2007-05-11 08:16  rdm

	* [r18734] build/win/ld.sh: also add cint7 et al to the precompiled
	  exception list.

2007-05-11 06:37  brun

	* [r18733] tree/src/TBranch.cxx: In TBranch::LoadBaskets the member
	  fNBasketsRAM was not incremented.
	  As a result when calling TBranch::DropBaskets, not all baskets
	  buffers were dropped.
	  This fixes the problem reported by Andreas Petzold at:
	  http://root.cern.ch/phpBB2/viewtopic.php?t=4873

2007-05-10 18:20  rdm

	* [r18732] base/src/TApplication.cxx: remove some dead code.

2007-05-10 18:19  rdm

	* [r18731] build/win/ld.sh: extend the list of objects not the be
	  linked against the precompiled
	  header object. Fixes the problem with TVersionCheck ctor not
	  being
	  defined.

2007-05-10 18:16  rdm

	* [r18730] base/inc/TROOT.h, base/inc/TVersionCheck.h,
	  base/src/TROOT.cxx, base/src/TSystem.cxx: don't use an inline
	  function as TVersionCheck ctor but provide an
	  implementation in TSystem.cxx. This should prevent linkers from
	  collapsing the inlines.

2007-05-10 17:31  rdm

	* [r18729] net/inc/RRemoteProtocol.h, net/inc/TApplicationRemote.h,
	  net/inc/TApplicationServer.h, net/src/TApplicationRemote.cxx,
	  net/src/TApplicationServer.cxx: fix cvs tag lines.

2007-05-10 17:30  pcanal

	* [r18728] cint/src/v6_parse.cxx: Add out of bound check in
	  G__exec_statement

2007-05-10 17:12  rdm

	* [r18727] net/src/TApplicationRemote.cxx: fix compilation problem
	  on windows.

2007-05-10 17:08  rdm

	* [r18726] base/inc/TApplication.h, base/src/TApplication.cxx,
	  rint/inc/TRint.h, rint/src/TRint.cxx: remove dependency of
	  libCore on libRint.

2007-05-10 16:25  rdm

	* [r18725] main/src/roots.cxx: fix compilation problem on Mac OS X
	  <sys/stat.h> needed for chmod().

2007-05-10 16:04  rdm

	* [r18724] base/inc/TVersionCheck.h: disable version check on Win32
	  till fix is found for extern symbols.

2007-05-10 16:02  brun

	* [r18723] base/inc/TApplication.h, base/src/TApplication.cxx,
	  config/rootrc.in: From Gerri:
	  - mods to existing files to support remote execution.

2007-05-10 16:01  brun

	* [r18722] main/Module.mk, main/src/roots.cxx, main/src/roots.sh,
	  net/inc/LinkDef.h, net/inc/RRemoteProtocol.h,
	  net/inc/TApplicationRemote.h, net/inc/TApplicationServer.h,
	  net/src/TApplicationRemote.cxx, net/src/TApplicationServer.cxx:
	  From Gerri:
	  - New files to implement the very first version of the
	  client-server model for remote execution.
	  This version allows to start remote sessions and execute macros
	  displaying the result locally.
	  Optmized TPad/TCanvas updating is not yet implemented.

2007-05-10 15:17  rdm

	* [r18721] meta/src/TCint.cxx: add check for failure of loading
	  dependent libraries in AutoLoad().

2007-05-10 15:06  rdm

	* [r18720] auth/Module.mk, base/inc/TObject.h, base/inc/TROOT.h,
	  base/inc/TVersionCheck.h, base/src/TROOT.cxx,
	  base/src/TSystem.cxx, build/unix/makeversion.sh, clib/Module.mk,
	  krb5auth/Module.mk, main/Module.mk, metautils/Module.mk,
	  proofd/Module.mk, reflex/Module.mk, rootd/Module.mk,
	  rootx/Module.mk, rpdutils/Module.mk, utils/Module.mk: add plugin
	  version checking. Each library contains a static initializer of
	  the new TVersionCheck class that registers its version number.
	  This
	  version number is checked in TSystem::Load() against the version
	  of the
	  ROOT Core. In case of mismatch Load() returns -2 and prints the
	  error:
	  
	  Error in <TUnixSystem::Load>: version mismatch,
	  /Users/rdm/root/lib/libRIO.so = 51506, ROOT = 51507
	  (int)(-2)
	  
	  The TVersionCheck.h is included via TObject.h so it works without
	  change
	  of Makefiles. A number of Module.mk's were fixed because they
	  were using
	  pre-compiled headers (which include TObject.h and hence
	  TVersionCheck.h)
	  while they were not linking against libCore.

2007-05-10 11:02  axel

	* [r18719] html/src/THtml.cxx: Fix "is internal clas" check (forgot
	  a '!')

2007-05-10 06:36  brun

	* [r18718] tmva/src/MethodBase.cxx: Replace call to
	  gSystem->GetEnv("PWD") by gSystem->WorkingDirectory()
	  such that it works on Windows too when PWD is not defined.

2007-05-09 17:01  axel

	* [r18717] html/inc/THtml.h, html/src/TDocParser.cxx,
	  html/src/THtml.cxx: Only create output directory when needed.
	  Extract one-line C comments properly
	  Don't output class description (again) after first method has
	  been written
	  Fix module name extraction: skip leading "./"
	  Set src files for reflex
	  Fix check for internal classes

2007-05-09 16:33  axel

	* [r18716] reflex/Module.mk: Make sure rootcint picks up the
	  correct version of the headers (reflex/in, not include/)

2007-05-09 15:04  antcheva

	* [r18715] gui/src/TRootBrowser.cxx, gui/src/TRootCanvas.cxx: No
	  need to create again drag & drop type list - used fDNDTypeList
	  from TGMainFrame for drag and drop type settings

2007-05-09 15:03  antcheva

	* [r18714] gui/inc/TGFrame.h, gui/inc/TGTextView.h,
	  gui/inc/TRootEmbeddedCanvas.h, gui/src/TGFrame.cxx,
	  gui/src/TGTextView.cxx, gui/src/TRootEmbeddedCanvas.cxx: Added
	  new data member fDNDTypeList for drag & drop type settings to
	  avoid memory leak (fixes Savannah bug 26190)

2007-05-09 12:51  rdm

	* [r18713] base/src/TFileInfo.cxx: From Jan:
	  - making the behavior similar to standard unix file selection
	  rules.
	  If the argument is a directory, we return 0 - nothing selected
	  (until
	  now it depended on whether '/' had been at the end).
	  - An instance of TList was not deleted if the directory could not
	  be opened.

2007-05-09 11:11  brun

	* [r18712] test/rhtml/GoBack.gif, test/rhtml/GoForward.gif,
	  test/rhtml/GoHome.gif, test/rhtml/ReloadPage.gif,
	  test/rhtml/StopLoading.gif, test/rhtml/htmlfile.gif,
	  test/rhtml/info.gif: gif files reintroduced in binary format.

2007-05-09 11:10  brun

	* [r18711] test/rhtml/GoBack.gif, test/rhtml/GoForward.gif,
	  test/rhtml/GoHome.gif, test/rhtml/ReloadPage.gif,
	  test/rhtml/StopLoading.gif, test/rhtml/htmlfile.gif,
	  test/rhtml/info.gif: Going to check in again these files in
	  binary format.

2007-05-09 11:02  rdm

	* [r18709] build/unix/compiledata.sh, build/win/compiledata.sh: get
	  path of used compiler (use type -path).

2007-05-09 11:00  rdm

	* [r18708] base/inc/MessageTypes.h: From Gerri:
	  explicit number messages.

2007-05-09 10:25  rdm

	* [r18707] base/src/TObject.cxx: add protection in the error
	  handler routine in case gROOT is not yet
	  fully initialized. Fix issue 26200.

2007-05-09 10:21  brun

	* [r18706] test/Makefile: From Bertrand:
	  - distclean also rhtml when typing "make distclean" in test
	  directory.

2007-05-09 10:06  brun

	* [r18705] mlp/src/TMultiLayerPerceptron.cxx: From Christophe
	  Delaere:
	  "Moved the declaration of 3 matrices to the BFGS-specific part of
	  the code to
	  avoid unneeded instantiations when using other training methods."

2007-05-09 10:01  brun

	* [r18704] test/rhtml, test/rhtml/GoBack.gif,
	  test/rhtml/GoForward.gif, test/rhtml/GoHome.gif,
	  test/rhtml/LinkDef.h, test/rhtml/Makefile,
	  test/rhtml/ReloadPage.gif, test/rhtml/StopLoading.gif,
	  test/rhtml/htmlfile.gif, test/rhtml/info.gif,
	  test/rhtml/rhtml.cxx, test/rhtml/rhtml.h: From Bertrand:
	  new directory rhtml including a small html browser.
	  Run the makefile in the rhtml directory and run the executable
	  rhtml.
	  By default the ROOT home page is displayed. You can follow the
	  links.
	  This first version has several restrictions, eg
	  -cannot browse pages with Cascaded Style Sheets
	  -cannot access wiki pages
	  This test programs illustrates the functionality of the guihtml
	  system,
	  see class TGhtml and also how powerful the ROOT GUI can be !

2007-05-09 09:39  brun

	* [r18703] base/src/TROOT.cxx: In the TROOT destructor, delete a
	  few more collections like: fFunctions, fColors, fStyles,
	  fGeometries, fBrowsers and fMessagehandlers. This minimizes the
	  complaints from valgrind
	  when exiting from ROOT.
	  Note that we still do not delete fClasses, fTypes, fGlobals to
	  avoid nasty effects
	  with the order of destruction of these objects.

2007-05-08 20:16  brun

	* [r18702] io/src/TFile.cxx: Add more comments in constructor.

2007-05-08 17:28  brun

	* [r18701] treeplayer/src/TTreeFormulaManager.cxx: From Anna:
	  Fix a small problem, when processing chains on proof with empty
	  selections.

2007-05-08 15:01  rdm

	* [r18700] proofplayer/inc/TObjectCache.h,
	  proofplayer/inc/TPacketizerDev.h,
	  proofplayer/src/TObjectCache.cxx,
	  proofplayer/src/TPacketizerDev.cxx: remove unused classes.

2007-05-08 14:57  rdm

	* [r18699] rpdutils/src/rpdutils.cxx: From Gerri:
	  - In RpdLogin, change to user's $HOME after having setresuid to
	  username;
	  this is meant to avoid problems with root squashing in systems
	  having
	  home dirs under NFS.

2007-05-08 14:57  rdm

	* [r18698] proof/src/TProofChain.cxx: From Gerri:
	  - In Process, add missing setting of the event list in the TDSet
	  instance; this
	  should fix the problem with event lists being ignored - see bug
	  #18495.
	  (from Anna).

2007-05-08 14:56  rdm

	* [r18697] proofplayer/inc/LinkDef.h, proofplayer/inc/TEventIter.h,
	  proofplayer/src/TEventIter.cxx: From Gerri:
	  - Remove any reference to TObjectCache (following a problem
	  observed
	  by Anna).
	  - Remove any reference to TPacketizerDev (it is not used and for
	  testing
	  one can upload a new packetizer as a PAR package)

2007-05-08 14:54  rdm

	* [r18696] proof/src/TDSet.cxx: From Gerri:
	  - In Add(TCollection *filelist), fix bug in pointer assignment
	  (from Jan).

2007-05-08 13:50  rdm

	* [r18695] alien/inc/TAlienCollection.h, alien/inc/TAlienFile.h,
	  alien/src/TAlienCollection.cxx, alien/src/TAlienFile.cxx: From
	  Andreas:
	  TAlienCollection: you can now invert a selection in a
	  collection to get all the files which are f.e. not staged.

2007-05-08 13:49  rdm

	* [r18694] netx/inc/TXNetFile.h, netx/src/TXNetFile.cxx: From
	  Andreas and me:
	  - take into account the static settings of opentimeout and
	  only staged files. If you don't have the change in xrootd,
	  the timeout does nothing - it just sets an environment
	  variable. Indeed, xrootd just returns, if the requested waittime
	  of
	  the server is bigger than the timeout. For the moment,
	  there is no better way, but it helps to avoid blocking and
	  does what we need for analysis.
	  - removed TXNetFile::Size(), GetSize() should be used.

2007-05-08 13:46  rdm

	* [r18693] net/inc/TGridCollection.h: From Andreas:
	  updated some interfaces.

2007-05-08 12:10  brun

	* [r18692] geom/src/TGeoTube.cxx: From Andrei Gheata and Alja
	  Mrak-Tadel:
	  TGeoTube::MakeBuffer3D() assigns wrong number of segments if tube
	  does not have inner radius.

2007-05-08 10:14  brun

	* [r18691] guihtml/src/TGHtmlImage.cxx: From Bertrand:
	  Add a protection on temp file being NULL

2007-05-07 15:28  brun

	* [r18690] config/Makefile.depend, guihtml/src/TGHtml.cxx,
	  guihtml/src/TGHtmlImage.cxx: From Bertrand:
	  - Add wheel mouse scrolling in TGHtml widget.
	  - Add static function to open remote pictures in TGHtmlImage.

2007-05-07 15:19  brun

	* [r18689] guihtml/src/TGHtml.cxx, guihtml/src/TGHtmlLayout.cxx:
	  From Valeriy:
	  o TGHtml
	  - one more fix for margins drawing.

2007-05-07 15:11  antcheva

	* [r18688] gui/src/TGTextEdit.cxx: Fixed error reported by valgrind
	  about
	  Mismatched free() / delete / delete []

2007-05-07 14:06  moneta

	* [r18687] tutorials/fit/TwoHistoFit2D.C, tutorials/fit/fit2a.C,
	  tutorials/fit/fit2dHist.C, tutorials/fit/fitExclude.C,
	  tutorials/fit/fitLinear.C, tutorials/fit/fitMultiGraph.C,
	  tutorials/fit/graph2dfit.C, tutorials/fit/langaus.C,
	  tutorials/fit/multidimfit.C: add missing includes

2007-05-07 14:03  brun

	* [r18686] guihtml/src/TGHtml.cxx: Fix for the following compiler
	  warning:
	  warning: `TGHtmlElement*savePtr' might be used uninitialized

2007-05-07 14:01  brun

	* [r18685] guihtml/src/TGHtml.cxx: Fix for drawing margins.

2007-05-07 13:36  moneta

	* [r18684] tutorials/fit/fit2.C: add missing include

2007-05-07 10:56  brun

	* [r18683] hist/src/TPolyMarker.cxx: From Olivier:
	  - Make SetPolyMarker(Int_t n) compliant with
	  SetPolyMarker(Int_t n, Double_t *x, Double_t *y, Option_t
	  *option)
	  and with the documentation, ie:
	  "If n <= 0 the current arrays of points are deleted"

2007-05-07 09:40  brun

	* [r18682] base/inc/TDirectory.h: Fix coding conventions (well, I
	  hope)

2007-05-07 08:54  moneta

	* [r18681] unuran/src/unuran-1.0.0-root.tar.gz: add again in binary
	  format

2007-05-07 08:54  moneta

	* [r18680] unuran/src/unuran-1.0.0-root.tar.gz: remove to add again
	  in binary format

2007-05-06 14:44  pcanal

	* [r18679] tree/src/TChain.cxx, treeplayer/src/TFormLeafInfo.cxx:
	  fix coding convention

2007-05-06 08:04  brun

	* [r18678] gui/src/TGFont.cxx, gui/src/TGLabel.cxx: Fix coding
	  conventions

2007-05-06 07:49  brun

	* [r18677] base/src/TDirectory.cxx: Fix a problem when saving a
	  canvas in a ROOT file and gDirectory is gROOT.
	  In this case gDirectory->OpenFile calls a dummy function.
	  The call to TDirectory::OpenFile is replaced by a call to
	  TFile::Open
	  via gROOT->ProcessLine.

2007-05-05 17:41  pcanal

	* [r18676] base/inc/TDirectory.h: Fix for older compiler (solaris)

2007-05-05 17:37  pcanal

	* [r18675] tree/src/TBranch.cxx: add the code needed to remove
	  gBranch to the reading of very old files

2007-05-05 15:56  brun

	* [r18674] cint/src/bc_parse.cxx, cint/src/v6_func.cxx: From Masa:
	  Add protections in case of very long C++ expressions (as for
	  instance
	  recently reported by Rof Veenhof).
	  
	  "I looked closer into the problem and found the root cause. This
	  was in fact , not a string overflow, but a bad implementation of
	  overflow workaround. When Cint sees,
	  (very_long_expression)
	  and if strlen(very_long_expression)>G__ONELINE, then the
	  very_long_expression is evaluated twiece. This happens in
	  src/func.c line 2276 to 2291. Please find my quick fix in
	  attached func.c
	  but I have not tested it well. I also added string size check in
	  bc_parse.cxx. But, this fix is just a small part. Both fixes are
	  enclosed by #ifndef G__OLDIMPLEMENTATION.

2007-05-05 10:31  brun

	* [r18673] win32gdk/src/TGWin32.cxx: From Bertrand:
	  Adapt TGWin32::LoadQueryFont for the non-standard way TGHtml is
	  specifying font names.
	  With this patch, html font rendering (bold, italic, size) works
	  on Windows.

2007-05-04 22:15  pcanal

	* [r18672] base/inc/TDirectory.h, base/src/TDirectory.cxx,
	  io/inc/TDirectoryFile.h, io/src/TDirectoryFile.cxx: Extend the
	  functionality of TDirectory::TContext
	  The TContext objects will not longer cd back to a directory
	  that was deleted between creation and their deletion.
	  For example:
	  f->cd();
	  {
	  TDirectory::TContext ctxt(0);
	  .... do something that change gDirectory.
	  delete f;
	  }
	  In the prevision implementation this lead to a f->cd() (i.e. core
	  dump).
	  In the new implementation this leads to a gROOT->cd().
	  With this improvement we now strong recomment to switch code
	  pattern
	  similar to:
	  TDirectory *cursav = gDirectory;
	  ... do something that changes gDirectory;
	  if (cursav) cursav->cd();
	  (which also leads to a core if cursav is directly or indirectly
	  deleted)
	  to
	  TDirectory::TContext ctxt(0);
	  ... do something that changes gDirectory;
	  
	  CVS
	  ----------------------------------------------------------------------

2007-05-04 21:17  brun

	* [r18671] guihtml/src/TGHtmlSizer.cxx: Fix a compiler warning in
	  TGHtml::Sizer: "TGFont *font might be used uninitialized"

2007-05-04 20:41  rdm

	* [r18670] gui/src/TGFont.cxx, guihtml/Module.mk: remove tons of
	  tabs and fix indentation.

2007-05-04 20:40  rdm

	* [r18669] gui/inc/TGDNDManager.h, gui/inc/TGTextEditor.h: replace
	  NULL by 0.

2007-05-04 20:33  rdm

	* [r18668] guihtml/src/TGHtmlParse.cxx,
	  guihtml/src/TGHtmlSizer.cxx: From Valeri:
	  fix AMD64 compilation errors.

2007-05-04 17:32  pcanal

	* [r18667] tree/inc/TLeaf.h, tree/inc/TLeafB.h, tree/inc/TLeafC.h,
	  tree/inc/TLeafD.h, tree/inc/TLeafElement.h, tree/inc/TLeafF.h,
	  tree/inc/TLeafI.h, tree/inc/TLeafL.h, tree/inc/TLeafO.h,
	  tree/inc/TLeafObject.h, tree/inc/TLeafS.h, tree/src/TBasket.cxx,
	  tree/src/TBranch.cxx, tree/src/TBranchElement.cxx,
	  tree/src/TBranchObject.cxx, tree/src/TLeaf.cxx,
	  tree/src/TLeafB.cxx, tree/src/TLeafC.cxx, tree/src/TLeafD.cxx,
	  tree/src/TLeafElement.cxx, tree/src/TLeafF.cxx,
	  tree/src/TLeafI.cxx, tree/src/TLeafL.cxx, tree/src/TLeafO.cxx,
	  tree/src/TLeafObject.cxx, tree/src/TLeafS.cxx,
	  tree/src/TTreeCloner.cxx: The value of TBasket:;fBasket was
	  incorrect in some cases when using
	  the TTreeCloner. This is solved (and thread safetly is improved)
	  by
	  removing the gBranch global variable and using alternative
	  mechanism
	  to set TBakset::fBasket.

2007-05-04 17:08  brun

	* [r18666] Makefile, config/Makefile.depend: From valeriy Onuchin:
	  Add new directory guihtml in the default build system.

2007-05-04 17:07  brun

	* [r18665] guihtml, guihtml/Module.mk, guihtml/doc,
	  guihtml/doc/index.txt, guihtml/inc, guihtml/inc/LinkDef.h,
	  guihtml/inc/TGHtml.h, guihtml/inc/TGHtmlTokens.h,
	  guihtml/inc/TGHtmlUri.h, guihtml/src, guihtml/src/TGHtml.cxx,
	  guihtml/src/TGHtmlDraw.cxx, guihtml/src/TGHtmlElement.cxx,
	  guihtml/src/TGHtmlForm.cxx, guihtml/src/TGHtmlImage.cxx,
	  guihtml/src/TGHtmlIndex.cxx, guihtml/src/TGHtmlLayout.cxx,
	  guihtml/src/TGHtmlParse.cxx, guihtml/src/TGHtmlSizer.cxx,
	  guihtml/src/TGHtmlTable.cxx, guihtml/src/TGHtmlTokenMap.cxx,
	  guihtml/src/TGHtmlUri.cxx: Add the new directory guihtml.
	  This directory contains classes to parse html documents and
	  render them
	  using ROOT graphics classes. This set of classes is based on the
	  xclass95
	  toolset developed by Hector Perazza. The adaptation to ROOT
	  graphics
	  is by Valeriy Onuchin.
	  This first version of the classes cannot yet support documents
	  with CSS2
	  (Cascaded Style Sheet). This will be implemented in a second
	  phase.
	  A mini browser will be added soon to the repository.

2007-05-04 16:57  brun

	* [r18664] meta/src/TCint.cxx: Fix from Peter Hristov and Matevz
	  tadel:
	  The return variable "ret" was declared "Int_t" where it must be
	  "Long_t".
	  Due to this bug, stress did not work on Ithanium.

2007-05-04 16:53  brun

	* [r18663] base/src/TApplication.cxx: From Gerri,
	  Remove an extra argument in a Warning statement in
	  TApplication::ProcessLine.

2007-05-04 15:47  brun

	* [r18662] gui/inc/TGFont.h: Remove spurious comma in the last item
	  of the enum statement

2007-05-04 15:46  antcheva

	* [r18661] gui/src/TGFont.cxx: Changed name of getToken to GetToken

2007-05-04 15:39  brun

	* [r18660] gui/src/TGFont.cxx: Fix a compiler Warning (could be an
	  error) in TGFont::ComputeTextLayout.
	  The variable y was not always initialized.

2007-05-04 15:21  antcheva

	* [r18659] gui/src/TGTextView.cxx: From valeriy Onuchin:
	  added set background color of fCanvas

2007-05-04 15:19  antcheva

	* [r18658] test/guitest.cxx, tutorials/gui/guitest.C: From Valeriy
	  Onuchin:
	  - add comments about impemented undo possiblity via Ctrl-Z
	  - multiline tooltip example for the button that opens the text
	  editor.

2007-05-04 15:18  antcheva

	* [r18657] gui/inc/LinkDef2.h, gui/inc/TGFont.h,
	  gui/src/TGFont.cxx: From Valeriy Onuchin:
	  Changes in font handling connected with html widget development
	  and allows to find the best matching font specified by family,
	  point size, weight, slant. They include:
	  
	  - new structure describing font attributes
	  struct FontAttributes_t {
	  
	  const char *fFamily; // Font family. The most important field.
	  Int_t fPointsize; // Pointsize of font, 0 for default size,
	  // or negative number meaning pixel size.
	  Int_t fWeight; // Weight flag
	  Int_t fSlant; // Slant flag
	  Int_t fUnderline; // Non-zero for underline font.
	  Int_t fOverstrike; // Non-zero for overstrike font.
	  };
	  
	  - new class TGTextLayout is used to keep track of string
	  measurement information.
	  
	  - new TGFont methods (see descriptions in the source):
	  Int_t TextWidth(const char *string, Int_t numChars = -1) const;
	  Int_t XTextWidth(const char *string, Int_t numChars = -1) const;
	  Int_t TextHeight() const { return fFM.fLinespace; }
	  void UnderlineChars(Drawable_t dst, GContext_t gc,
	  const char *string, Int_t x, Int_t y,
	  Int_t firstChar, Int_t lastChar) const;
	  TGTextLayout *ComputeTextLayout(const char *string, Int_t
	  numChars,
	  Int_t wrapLength, Int_t justify,
	  Int_t flags, UInt_t *width,
	  UInt_t *height) const;
	  Int_t MeasureChars(const char *source, Int_t numChars, Int_t
	  maxLength,
	  Int_t flags, Int_t *length) const;
	  void DrawCharsExp(Drawable_t dst, GContext_t gc, const char
	  *source,
	  Int_t numChars, Int_t x, Int_t y) const;
	  void DrawChars(Drawable_t dst, GContext_t gc, const char *source,
	  Int_t numChars, Int_t x, Int_t y) const;

2007-05-04 15:17  antcheva

	* [r18656] gui/inc/TGLabel.h: From Valeriy Onuchin:
	  possiblity to have multiline labels

2007-05-04 15:16  antcheva

	* [r18655] gui/src/TGLabel.cxx: From Valeriy Onuchin:
	  possiblity to have multiline labels/tooltips

2007-05-04 15:15  antcheva

	* [r18654] gui/inc/TGView.h, gui/src/TGView.cxx: From Valeriy
	  Onuchin:
	  Correct SetBackgroundColor, SetBackgroundPixmap methods

2007-05-04 15:14  antcheva

	* [r18653] gui/inc/TGScrollBar.h, gui/src/TGScrollBar.cxx: From
	  Valeriy Onuchin:
	  accelerated scrolling via new method SetAccelerated

2007-05-04 15:14  rdm

	* [r18652] io/inc/TFile.h, io/src/TFile.cxx: From Andreas:
	  - added a static function SetOpenTimeout() to set an open timeout
	  - added a static function SetOnlyStaged() to set, that only
	  staged
	  remote files are to be read
	  -> this is currently only implemented for TXNetFile
	  - added an option to SetCacheFileDir() function to force all
	  remote file
	  opens through a local file cache (i.e. READ -> CACHEREAD)

2007-05-04 08:24  moneta

	* [r18651] unuran/Module.mk, unuran/test/unuranHist.cxx,
	  unuran/test/unuranMultiDim.cxx: update for new version

2007-05-04 08:23  moneta

	* [r18650] unuran/src/TUnuran.cxx,
	  unuran/src/unuran-0.8.1-root.tar.gz,
	  unuran/src/unuran-1.0.0-root.tar.gz: add a new version of unuran
	  (1.0.0) and enable support for generation from binned 1d data and
	  for truncated multi-dim distributions

2007-05-03 17:51  pcanal

	* [r18649] cint/src/v6_pause.cxx: Improve re-entrance of
	  G__process_cmd

2007-05-03 15:27  rdm

	* [r18648] proof/inc/TDSet.h, proof/src/TDSet.cxx,
	  tree/inc/TChain.h, tree/inc/TChainElement.h, tree/src/TChain.cxx,
	  tree/src/TChainElement.cxx: From Gerri:
	  This is the last patch to synchronize with the CAF:
	  
	  TDSet.h, .cxx
	  - Use TCollection instead of TList
	  - Support thre object types in TDSet::Add(TCollection *):
	  TFileInfo, TUrl
	  and TObjString .
	  - Conserve the looked-up status of TChainElements when
	  instantiating
	  from a TChain.
	  
	  TChainElement.h, .cxx
	  - Use BIT(15) to flag the looked-up status
	  
	  TChain.h, .cxx
	  - Use TCollection instead of TList
	  - Support thre object types in TDSet::Add(TCollection *):
	  TFileInfo, TUrl
	  and TObjString .
	  - Save / Test the looked-up status of elements to avoid multiple
	  lookup;
	  an option is available in TChain::Lookup(Bool_t force = kFALSE)
	  to
	  force a new lookup.

2007-05-03 15:01  antcheva

	* [r18647] gui/src/TGListView.cxx: Fixed memory leak seen after the
	  deletion of ROOT browser
	  (not deleted TGVFileSplitter objects in SetHeaders method)

2007-05-03 14:53  antcheva

	* [r18646] gui/src/TGSplitter.cxx: Fixed typos in comments.

2007-05-03 14:10  pcanal

	* [r18645] treeplayer/src/TFormLeafInfo.cxx: Remove compiler
	  warnings

2007-05-03 12:13  antcheva

	* [r18644] gui/src/TRootBrowser.cxx: Fixed memory leaks in
	  TRootBrowser

2007-05-03 12:12  antcheva

	* [r18643] gui/src/TGFrame.cxx: From Bertrand:
	  Do not create more than one TGDNDManager per ROOT session

2007-05-03 11:55  rdm

	* [r18642] configure: From Gerri:
	  configure:
	  - disable Kerberos if Heimdal implementation is detected
	  - fix a problem handling a failure in the detection of
	  openssl/x509.h
	  - by default, disable globus to avoid spurious build attempts.

2007-05-03 11:53  rdm

	* [r18641] base/src/TFileInfo.cxx: forgot a Printf() (use Info()).

2007-05-03 11:52  rdm

	* [r18640] net/inc/TFileStager.h, net/src/TFileStager.cxx,
	  netx/inc/TXNetFileStager.h, netx/inc/TXNetSystem.h,
	  netx/src/TXNetFileStager.cxx, netx/src/TXNetSystem.cxx,
	  xrootd/src/xrootd-20060928-1600.src.tgz: From Gerri:
	  netx/src/TXNetSystem.h, .cxx
	  - New method Prepare for bulk prepare requests
	  - Improved error logging
	  - Instantiate XrdClientAdmin via the new static interface to
	  optimize
	  the connections
	  
	  net/inc/TFileStager.h, .cxx
	  - Use TCollection instead of TList
	  - Add static method GetPathName(TObject *o) to extract the path
	  name
	  from supported objects TFileInfo, TUrl, TObjString
	  
	  netx/inc/TXNetFileStager.h, .cxx
	  - Use TCollection instead of TList
	  
	  xrootd-20060928-1600.src.tgz
	  - Improved Admin interface functionality

2007-05-03 10:19  brun

	* [r18639] README/CREDITS: Add contribution of Kerry Lee to TDatime

2007-05-03 08:15  brun

	* [r18638] base/inc/TDatime.h, base/src/TDatime.cxx: Implement a
	  suggestion from kerry.t.lee@nasa.gov:
	  //add implementation of new Set method in TDatime.cxx
	  void TDatime::Set(const char* sqlDateTime)
	  // Expects as input a string in SQL date/time compatible format,
	  like:
	  // yyyy-mm-dd hh:mm:ss.

2007-05-02 20:18  pcanal

	* [r18637] tree/inc/TTree.h, tree/src/TTree.cxx,
	  treeplayer/inc/TFormLeafInfo.h, treeplayer/inc/TTreeFormula.h,
	  treeplayer/src/TFormLeafInfo.cxx,
	  treeplayer/src/TTreeFormula.cxx, treeplayer/src/TTreePlayer.cxx:
	  Add direct access to the TTree (or TChain) object from
	  TTree::Draw by
	  using the keyword 'This':
	  tree->Draw("This->GetReadEntry()");
	  tree->Draw("This->GetUserInfo()->At(0)->GetName()");

2007-05-02 19:20  rdm

	* [r18636] proofd/src/XrdProofdProtocol.cxx: From Gerri:
	  - Use basic tracing (i.e. w/o mutex locking) in the child after
	  forking
	  and before execv; this is to avoid problems with locks during
	  fork.
	  - fix a problem with the default image definition in reading a
	  'worker/slave' line from the config file when a user name is
	  defined (i.e. worker user@wrkhost).

2007-05-02 19:18  rdm

	* [r18635] proof/src/TProof.cxx: From Gerri:
	  - Add a missing protection
	  - Fix a problem with output redirection in case of asynchronous
	  running

2007-05-02 14:37  couet

	* [r18634] histpainter/src/THistPainter.cxx: - In Paint2DErrors: in
	  case of option "lego e1" the z axis was painted twice.

2007-05-02 12:47  antcheva

	* [r18633] fitpanel/src/TFitParametersDialog.cxx: Protected Set
	  Parameters dialog layout - fixes the bug #26015
	  (<http://savannah.cern.ch/bugs/?26015>)

2007-05-02 10:14  brun

	* [r18632] html/src/TClassDocOutput.cxx: Fix a bug reported by
	  ryu.sawada@psi.ch at https://savannah.cern.ch/bugs/?26022

2007-05-02 09:21  rdm

	* [r18631] asimage/src/TASImage.cxx,
	  win32gdk/gdk/src/gdk/win32/gdkdrawable-win32.c: From Bertrand:
	  - Use SETBIT macro in TASImage and TESTBIT / CLRBIT in gdk.
	  - Improve scrolling on Windows.

2007-05-02 06:51  brun

	* [r18630] geompainter/src/TGeoPainter.cxx: From Andrei:
	  commenting the output of TGeoPainter::SetVisLevel.

2007-05-01 09:40  brun

	* [r18629] asimage/src/TASImage.cxx,
	  win32gdk/gdk/src/gdk/makefile.msc,
	  win32gdk/gdk/src/gdk/win32/gdkdrawable-win32.c: From Bertrand:
	  Patch following problems displaying transparent images in TGHtml
	  (and in general) CVS:
	  ----------------------------------------------------------------------

2007-04-30 20:38  brun

	* [r18628] graf/src/TGraph.cxx: in the TGraph destructor, reset
	  fFunctions to 0 to avoid access to a deleted object in
	  TGraph::RecursiveRemove.

2007-04-30 16:01  couet

	* [r18627] graf/src/TLatex.cxx: - Better rendering of the sqrt
	  symbol:
	  * The middle line is not vertical anymore.
	  * The left line is thicker than the two other lines.
	  * The line width depends on text's size.

2007-04-30 15:45  pcanal

	* [r18626] cint/src/bc_parse.cxx, cint/src/v6_decl.cxx,
	  cint/src/v6_error.cxx: From Paul:
	  Fix for crash on array initialization reported by Nick West.
	  
	  This was a programming error which would not ordinarily have
	  caused
	  a problem, but it interacted badly with a compiler bug in gcc
	  3.2.3.
	  
	  The programming mistake was initializing a const int& with an
	  array
	  element of type short. Because this is a const reference the
	  compiler
	  should bind the ref to a temporary and copy the array element.
	  The
	  original intent was to bind directly to the array element, but in
	  this case there is no difference in the result since no
	  modifications
	  are ever made through the reference. Unfortunately the gcc 3.2.3
	  compiler
	  had a bug, and the generated code did not bind the reference
	  correctly.
	  Later versions of the compiler do not have this problem.
	  
	  The code fix is to simply use a const short instead of a const
	  int&
	  for this variable.

2007-04-30 14:43  rdm

	* [r18625] asimage/Module.mk: use system ungif if available.

2007-04-30 14:39  brun

	* [r18624] win32gdk/gdk/src/gdk/win32/gdkim-win32.c: From Bertrand:
	  Attempt to use standard mbstowcs instead of custom
	  gdk_nmbstowchar_ts.
	  This allows do display accented and some special characters in
	  TGTextView and in coming TGHtml widget.

2007-04-30 12:52  couet

	* [r18623] graf/src/TPaveStats.cxx: - The previous fix (revision
	  1.29) broke the automatic computation of the
	  title size in TPaveStats::Paint. This fix makes it work again and
	  takes
	  also into account the problem which was supposed to be fixed in
	  revision
	  1.29.

2007-04-30 11:06  rdm

	* [r18622] asimage/src/libAfterImage.tar.gz: fix configure (by
	  running autoconf on FC6 and applying our local mods).
	  Configure does now not use anymore XtMalloc and libXt to test if
	  the
	  X11 libs are installed. XtMalloc is part of libXt and not libX11.
	  In the past this was not a problem as libXt was part of x11-devel
	  or
	  xorg-devel, but now FC6, Ubuntu, Debian, etc. have made a
	  separate
	  libXt-devel or equivalent package. Now a proper libX11 function
	  is used
	  for testing libX11 availability. This should solve a number of
	  problems
	  where libAfterImage was built without X11 support.

2007-04-30 10:44  rdm

	* [r18621] base/inc/TFileInfo.h, base/src/TFileInfo.cxx: From Jan
	  and Gerri:
	  Added two static methods to create a list of TFileInfo's:
	  
	  TList *TFileInfo::CreateList(const char *file)
	  
	  where 'file' is a text file with each line defining a file URL
	  
	  TList *TFileInfo::CreateListMatching(const char *files)
	  
	  where 'files' is
	  i) directory path; all regular files in the directory are added
	  ii) a file path; a list with a single element is created
	  iii) a file-path containing wildcards '*' in the file name; a
	  list with
	  all the files consistent with the path are added.

2007-04-29 07:06  brun

	* [r18620] gui/src/TRootBrowser.cxx, gui/src/TRootCanvas.cxx,
	  gui/src/TRootEmbeddedCanvas.cxx: From Bertrand:
	  - Allow to drag and drop any object that has a default
	  constructor
	  (required by TBufferFile) but is not a TFolder and not a TClass
	  (to avoid dragging ROOT class from list of classes) from
	  TBrowser.
	  - Added check (obj->IsA()->GetMethodAllAny("Draw")) in method
	  HandleDNDdrop() of TRootCanvas and TRootEmbeddedCanvas
	  before calling obj->Draw().

2007-04-29 05:36  brun

	* [r18619] cint/inc/G__ci.h: Extend G__ONELINE from 256 to 512
	  characters.

2007-04-28 06:25  brun

	* [r18618] base/src/TStyle.cxx: Add more comments in
	  TStyle::SetOptFit

2007-04-27 16:49  pcanal

	* [r18617] tree/inc/TBranch.h, tree/src/TBranch.cxx: Remove unused
	  parameters from TBranch::Init

2007-04-27 15:24  axel

	* [r18616] reflex/Module.mk, reflex/inc/LinkDef.h: No dict for
	  DictionaryGenerator

2007-04-27 13:06  brun

	* [r18615] gpad/src/TCanvas.cxx: Make use of the new environment
	  variable Canvas.SavePrecision in TCanvas::SaveSource.
	  // When outputing floating point numbers, the default precision
	  is 7 digits.
	  // The precision can be changed (via system.rootrc) by changing
	  the value
	  // of the environment variable "Canvas.SavePrecision"
	  This is the best solution to the problem reported at:
	  <http://savannah.cern.ch/bugs/?25909>

2007-04-27 13:04  brun

	* [r18614] config/rootrc.in: Add a new envronment variable
	  #set the default precision when writing floating point numbers in
	  TCanvas::SaveSource
	  Canvas.SavePrecision 7

2007-04-27 11:43  couet

	* [r18613] asimage/src/TASImage.cxx: - Complete the help of
	  PaintImage (new parameters).
	  - Indent, remove TABs and trailing spaces.

2007-04-27 11:07  couet

	* [r18612] asimage/inc/TASImage.h, asimage/src/TASImage.cxx,
	  graf/inc/TImage.h: - From V.Onuchin:
	  
	  TImage::PaintImage:
	  extend this method to allow to draw a part of an image
	  on window (previously the whole image was drawn).
	  
	  PaintImage(Drawable_t wid, Int_t x, Int_t y, Int_t xsrc, Int_t
	  ysrc,
	  UInt_t wsrc, UInt_t hsrc);
	  
	  where:
	  wid - a window where image is drawn
	  x,y - window coordinates where image is drawn
	  xsrc, ysrc, wsrc, hsrc - an image area to be drawn.

2007-04-27 10:21  brun

	* [r18611] math/inc/TMath.h: Implement a suggestion from Jason
	  Detwiler: two new functions in TMath
	  inline Double_t Sqrt2() { return
	  1.4142135623730950488016887242097; }
	  // Euler-Mascheroni Constant
	  inline Double_t EulerGamma() { return
	  0.577215664901532860606512090082402431042; }

2007-04-27 09:27  brun

	* [r18610] tree/src/TEntryList.cxx: From Anna:
	  Fix in view of PROOF

2007-04-27 08:45  brun

	* [r18609] gui/inc/TGTextEdit.h, gui/src/TGTextView.cxx: From
	  Bertrand:
	  - Replace hidden class TGTextEditHist by its base class TList as
	  return code of TGTextEdit::GetHistory()
	  - Improve IsTextFile() in TGTextView.cxx

2007-04-27 08:36  brun

	* [r18608] graf/src/TGraph.cxx: iImplement the following return
	  status from TGraph::Fit:
	  The function return the status of the fit in the following form
	  fitResult = migradResult + 10*minosResult + 100*hesseResult
	  The fitResult is 0 is the fit is OK.
	  The fitResult is negative in case of an error not connected with
	  the fit.

2007-04-27 08:35  brun

	* [r18607] hist/src/TH1.cxx: Implement the following return status
	  from TH1::Fit:
	  The function return the status of the fit in the following form
	  fitResult = migradResult + 10*minosResult + 100*hesseResult +
	  1000*improveResult
	  The fitResult is 0 is the fit is OK.
	  The fitResult is negative in case of an error not connected with
	  the fit.

2007-04-27 08:34  brun

	* [r18606] tree/inc/TTree.h, tree/inc/TVirtualTreePlayer.h,
	  tree/src/TTree.cxx, treeplayer/inc/TTreePlayer.h,
	  treeplayer/src/TTreePlayer.cxx: -Change the return type of
	  TTree::Fit and TTree::UnbinnedFit from Long64_t to Int_t
	  to be consistent with the return type of TH1::Fit and
	  TGraqph::Fit.
	  -TTree::Fit and TTree::UnbinnedFit have now the following return
	  status:
	  The function return the status of the fit in the following form
	  fitResult = migradResult + 10*minosResult + 100*hesseResult +
	  1000*improveResult
	  The fitResult is 0 is the fit is OK.
	  The fitResult is negative in case of an error not connected with
	  the fit.
	  The number of entries used in the fit can be obtained via
	  mytree.GetSelectedRows();
	  If the number of selected entries is null the function returns -1

2007-04-26 22:00  pcanal

	* [r18605] io/src/TEmulatedCollectionProxy.cxx: Fix an internal
	  inconsistency of the layout of emulated collection of fundamental
	  type
	  (when the sizeof is less than sizeof(void*).
	  Fix a problem in the use of TClass::Move in the case of an
	  std::map

2007-04-26 16:42  brun

	* [r18604] gui/src/TRootBrowser.cxx: From Bertrand
	  Fix a problem reported by Nick West and affecting the browsing of
	  ROOT files
	  containing a TCanvas.

2007-04-26 13:55  axel

	* [r18603] reflex/test/test_Reflex_simple1.cxx,
	  reflex/test/test_Reflex_unit.cxx: Silence cast warnings in test

2007-04-26 13:47  axel

	* [r18602] reflex/inc/LinkDef.h, reflex/inc/Reflex/Kernel.h: Move
	  CPP # to column 0 (silly solaris cpp)
	  don't generate dict for RuntimeError on solaris

2007-04-26 11:07  couet

	* [r18601] asimage/src/TASImage.cxx: - From V.Onuchin:
	  o TASImage::TypeFromMagicNumber
	  - added few more image types detected by "magic number"
	  according to http://www.garykessler.net/library/file_sigs.html

2007-04-26 09:06  brun

	* [r18600] pythia6/src/TPythia6Decayer.cxx: Specify option "All"
	  when calling TPythia6::ImportParticles in
	  TPythia6Decayer::ImportParticles

2007-04-26 08:58  axel

	* [r18599] reflex/inc/Reflex/Kernel.h: hide class visibility attrib
	  from CINT; fixes G__Reflex rootcint issues with GCC4

2007-04-26 08:37  brun

	* [r18598] geombuilder/src/TGeoMaterialEditor.cxx: Fix typo in
	  previous fix

2007-04-26 08:24  brun

	* [r18597] geombuilder/src/TGeoMaterialEditor.cxx: From Axel,
	  Add a missing "%" in a Form statement in
	  TGeoMixtureEditor::UpdateElements()

2007-04-26 08:03  axel

	* [r18596] reflex/Module.mk: Build the rootmap for libReflexDict,
	  not libReflex

2007-04-26 07:40  couet

	* [r18595] asimage/inc/TASImage.h, asimage/src/TASImage.cxx: - From
	  Valeri Onuchin:
	  o TASImage
	  - ReadImage method
	  in case when image doesn't have file extension detection of image
	  type is done by reading "magic number" (first bytes of file).
	  - WriteImage method
	  more comments added on "how to create animated image".

2007-04-25 17:24  brun

	* [r18594] config/Makefile.depend: From Axel:
	  
	  Add missing dependencies to build Reflex.

2007-04-25 16:52  axel

	* [r18593] reflex/inc/LinkDef.h: Add LinkDef.h and veto non-classes
	  from entry in rootmap (autoloader makes CINT think it's a class)

2007-04-25 16:50  axel

	* [r18592] cint/src/v6_newlink.cxx: Fix dict for static namespace
	  members

2007-04-25 16:47  axel

	* [r18591] reflex/Module.mk: Add a separate (CINT) dictionary
	  library for Reflex, incl rootmap

2007-04-25 16:45  axel

	* [r18590] cint/src/v6_newlink.cxx: Implement "option=..." syntax
	  for pragma link line
	  Supported so far: nomap (that's new), nostreamer (-) noinputoper
	  (!) evolution (+)
	  Rename local rootflag vars
	  "nomap" is only used by ROOT's rlibmap utility: vetoes entry in
	  rootmap file

2007-04-25 14:59  couet

	* [r18589] graf/src/TGraph.cxx: - Apply the valid fix suggested
	  here: https://savannah.cern.ch/bugs/?25788
	  "TGraph::PaintGrapHist shifts points by half-a-bin when painting
	  lines in low-res". The following macro show the problem:
	  
	  void lowRes(int nbins=10000) {
	  c = new TCanvas("lowRes","lowRes",0,0,700,800);
	  TH1F *h1 = new TH1F("h1","my histogram",nbins,-3,3);
	  for (int i=0;i<1000000;i++) h1->Fill(gRandom->Gaus(0,1));
	  h1->SetMarkerStyle(20); h1->Draw("EP");
	  TH1F *h12 = h1->DrawCopy("l same");
	  h12->SetLineColor(kRed);
	  h1->GetXaxis()->SetRange(1,40);
	  }
	  
	  Before this fix the line plot and the error plot were shifted.

2007-04-25 13:12  brun

	* [r18588] README/CREDITS: Add new contributions:
	  N: Daniel Barna
	  E: daniel.barna@cern.ch
	  D: CINT install target
	  
	  N: Andr�� Felipe
	  E: (felipe.andre@gmail.com)
	  D: CINT contributions

2007-04-25 13:11  brun

	* [r18587] base/inc/RVersion.h, build/version_number: Start
	  development cycle 5.15/07

2007-04-25 07:51  brun

	* [r18582] pythia6/src/TPythia6.cxx: Replace #include
	  "TMCParticle6.h" by "TMCParticle.h"

2007-04-25 06:12  brun

	* [r18581] io/src/TGenCollectionProxy.cxx: From Philippe:
	  fix for https://savannah.cern.ch/bugs/index.php?25397

2007-04-24 18:55  brun

	* [r18579] gl/src/TGLCylinder.cxx: Remove two dummy lines

2007-04-24 18:51  brun

	* [r18578] gl/src/TGLCylinder.cxx: Protection added in
	  TGLMesh::GetNormal.
	  see: http://savannah.cern.ch/bugs/?25845

2007-04-24 18:37  brun

	* [r18577] html/src/TClassDocOutput.cxx: Fix a bug in
	  TClassDocOutput::CreateDotClassChartIncl, replacing
	  delete real;
	  by
	  delete [] real
	  see: http://savannah.cern.ch/bugs/?25843

2007-04-24 15:41  brun

	* [r18576] base/inc/RVersion.h, build/version_number: Change
	  version number to 5.15/06

2007-04-24 15:16  brun

	* [r18575] graf/src/TGraph.cxx: TGraph::Fit now returns the status
	  of the fit (result of
	  grFitter->ExecuteCommand("MIGRAD",arglist,2);)

2007-04-24 15:12  brun

	* [r18574] tutorials/hist/hbars.C: Fix a problem with the TLegend,
	  specifying the right pointers.

2007-04-24 14:21  axel

	* [r18573] reflex/build/configure.ac,
	  reflex/inc/Reflex/Makefile.am: for autotools, by Andr� Felipe:
	  put internal headers into proper subdir

2007-04-24 13:34  couet

	* [r18572] test/stressGraphics.ref: - The error on Test 25 was not
	  big enough on Windows.

2007-04-24 13:31  couet

	* [r18571] test/stressGraphics.cxx: - Modify this test to be able
	  to run it interactively in ROOT. Like:
	  
	  root [0] .L stressGraphics.cxx
	  root [1] stressGraphics(0)
	  
	  Before this fix CINT, issued warnings about the global variable
	  gC.

2007-04-24 13:20  axel

	* [r18570] reflex/python/genreflex/gendict.py,
	  reflex/python/genreflex/selclass.py,
	  reflex/test/testDict2/ClassO.h,
	  reflex/test/testDict2/selection.xml: Fix pointer detection for
	  arg passing by value:
	  do not remove "const", but check for "* const" instead
	  solves problem with SPI/AA nightlies
	  add test (vector<const ClassO*>)
	  Fix pattern matching for types with space:
	  also remove spaces in patterns (introduce n_pattern)
	  add test (vector<const ClassO*>)
	  Don't recursively strip const when const stripping is requested:
	  don't convert "const int(*const)(const char*) const" into
	  "int(*)(char*)"

2007-04-24 12:58  rdm

	* [r18569] net/src/TSocket.cxx: in Recv methods close the socket in
	  case low level recv() return 0, which
	  means EOF, i.e. remote side of socket is closed. Fixes issue
	  25607.

2007-04-24 10:08  brun

	* [r18568] win32gdk/gdk/src/gdk/win32/gdkevents-win32.c: From
	  Bertrand:
	  - Use desktop coordinates when receiving drop event from Windows
	  Explorer.

2007-04-24 10:01  brun

	* [r18567] gui/src/TGTextEditor.cxx: From Bertrand:
	  Fix coding conventions.

2007-04-24 10:00  brun

	* [r18566] treeplayer/src/TTreeFormula.cxx: In
	  TTreeFormula::IsLeafInteger we return kTRUE if the leaf type is
	  "Char_t"

2007-04-24 08:15  brun

	* [r18565] win32gdk/gdk/src/gdk/win32/gdkevents-win32.c,
	  win32gdk/src/TGWin32.cxx: From Bertrand:
	  Added ability do drag files from Windows Explorer to ROOT :-)
	  (i.e. pictures files to TCanvas or text files to TGTextView)

2007-04-24 06:18  brun

	* [r18564] tmva/src/VariableIdentityTransform.cxx: Joerg,
	  
	  I have removed the line with the cout statement.
	  
	  Rene

2007-04-23 17:54  pcanal

	* [r18563] treeplayer/src/TTreeFormula.cxx: Improve the FindBranch
	  and FindLeaf so that TTreeFormula finds an existing branch even
	  in the presence of base classes (The consequence is that it was
	  using the top level branch instead of the lower level branch. See
	  https://savannah.cern.ch/bugs/?25675

2007-04-23 17:34  pcanal

	* [r18562] tree/inc/TBranchElement.h, tree/src/TBranchElement.cxx:
	  Improve the FindBranch and FindLeaf so that TTreeFormula finds an
	  existing branch even in the presence of base classes (The
	  consequence is that it was using the top level branch instead of
	  the lower level branch. See https://savannah.cern.ch/bugs/?25675

2007-04-23 16:20  brun

	* [r18561] pythia6/inc/TMCParticle.h, pythia6/src/TMCParticle.cxx:
	  Add renamed class TMCParticle

2007-04-23 16:20  brun

	* [r18560] pythia6/inc/TMCParticle6.h,
	  pythia6/src/TMCParticle6.cxx: Removing class TMCParticle6 (will
	  be renamed TMCParticle)

2007-04-23 10:58  brun

	* [r18559] hist/src/TH1.cxx: In TH1::KolmogorovTest, implement a
	  suggestion from Jason.Nielsen@cern.ch.
	  see: http://savannah.cern.ch/bugs/?25750

2007-04-23 10:50  brun

	* [r18558] hist/src/TProfile.cxx, hist/src/TProfile2D.cxx: Fix a
	  bug in the DrawCopy functions.

2007-04-23 10:40  brun

	* [r18557] gui/src/TRootCanvas.cxx,
	  gui/src/TRootEmbeddedCanvas.cxx: From Bertrand:
	  - Use also TUrl for uri-list format in TRootCanvas::HandleDNDdrop
	  and in TRootEmbeddedCanvas::HandleDNDdrop

2007-04-23 09:07  brun

	* [r18556] gui/inc/TGTextEditor.h, gui/src/TGCanvas.cxx,
	  gui/src/TGTextEditor.cxx, gui/src/TGTextView.cxx,
	  gui/src/TRootBrowser.cxx: From Bertrand:
	  - Improve TGLVEntry picking for Drag operation
	  - Use Turl for uri-list format in TGTextView::HandleDNDdrop
	  - Update file infos in TGTextEditor when a file has been dropped
	  - Change highlight color in TGTextEditor

2007-04-23 09:04  brun

	* [r18555] geombuilder/inc/LinkDef.h,
	  geombuilder/inc/TGeoMaterialEditor.h,
	  geombuilder/src/TGeoManagerEditor.cxx,
	  geombuilder/src/TGeoMaterialEditor.cxx,
	  geombuilder/src/TGeoTabManager.cxx: From Mihaela:
	  a patch including a new class for mixture editing. It can be
	  started from the TGeoManagerEditor from the material category and
	  works with the latest patch in TGeo from Andrei. It provides the
	  basic functionality for creating/editing mixtures.

2007-04-23 09:03  brun

	* [r18554] g4root/inc/TG4RootNavigator.h,
	  g4root/src/TG4RootNavigator.cxx, g4root/test/flags.gmk: From
	  Andrei:
	  - modifications for speeding up tracking performance for
	  geantinos

2007-04-23 08:58  brun

	* [r18553] geom/inc/TGeoArb8.h, geom/inc/TGeoBBox.h,
	  geom/inc/TGeoCompositeShape.h, geom/inc/TGeoCone.h,
	  geom/inc/TGeoEltu.h, geom/inc/TGeoHalfSpace.h,
	  geom/inc/TGeoHype.h, geom/inc/TGeoManager.h,
	  geom/inc/TGeoMaterial.h, geom/inc/TGeoNode.h,
	  geom/inc/TGeoParaboloid.h, geom/inc/TGeoPcon.h,
	  geom/inc/TGeoPgon.h, geom/inc/TGeoScaledShape.h,
	  geom/inc/TGeoShape.h, geom/inc/TGeoShapeAssembly.h,
	  geom/inc/TGeoSphere.h, geom/inc/TGeoTorus.h, geom/inc/TGeoTrd1.h,
	  geom/inc/TGeoTrd2.h, geom/inc/TGeoTube.h, geom/inc/TGeoXtru.h,
	  geom/src/TGeoBBox.cxx, geom/src/TGeoCompositeShape.cxx,
	  geom/src/TGeoCone.cxx, geom/src/TGeoEltu.cxx,
	  geom/src/TGeoHalfSpace.cxx, geom/src/TGeoHype.cxx,
	  geom/src/TGeoManager.cxx, geom/src/TGeoNode.cxx,
	  geom/src/TGeoParaboloid.cxx, geom/src/TGeoPcon.cxx,
	  geom/src/TGeoPgon.cxx, geom/src/TGeoScaledShape.cxx,
	  geom/src/TGeoShapeAssembly.cxx, geom/src/TGeoSphere.cxx,
	  geom/src/TGeoTorus.cxx, geom/src/TGeoTube.cxx,
	  geom/src/TGeoXtru.cxx, geompainter/inc/TGeoChecker.h,
	  geompainter/src/TGeoChecker.cxx: From Andrei:
	  - new method TGeoShape::GetMeshNumbers() that allows getting the
	  number of points, segments and polygons in the mesh of any shape
	  - to be used by an upgrade of the overlap checker
	  - addition in the overlap checker to use the above info
	  - modifications in TGeoManager for improving performance for
	  tracking geantinos with G4root interface

2007-04-23 06:51  brun

	* [r18552] tmva/src/SdivSqrtSplusB.cxx: Fix coding conventions.

2007-04-22 15:48  brun

	* [r18551] gui/src/TGDNDManager.cxx, gui/src/TGFrame.cxx,
	  gui/src/TRootCanvas.cxx, gui/src/TRootEmbeddedCanvas.cxx: From
	  Bertrand:
	  Added ability to drag and drop picture files from TBrowser to
	  TCanvas and TRootEmbeddedCanvas.

2007-04-22 10:09  brun

	* [r18550] roofit/roofit_2.10.src.tgz: Fix a problem in the RooPlot
	  default constructor due to a recent change
	  with gROOT->ReadingObject. When the RooPlot default constructor
	  is called
	  with the default arguments the object is nor registered to
	  fDirectory.

2007-04-21 14:42  brun

	* [r18549] tmva/inc/Option.h: Replace second occurence of statement
	  using OptionBase::Print;
	  by
	  using Option<T>::Print;
	  otherwise intel/icc issues a fatal error.

2007-04-21 14:20  brun

	* [r18548] tmva/inc/Config.h, tmva/inc/DecisionTreeNode.h,
	  tmva/inc/GeneticPopulation.h, tmva/inc/MethodBase.h,
	  tmva/inc/MethodCFMlpANN_Utils.h, tmva/inc/MethodSVM.h,
	  tmva/inc/Option.h, tmva/inc/VariableIdentityTransform.h,
	  tmva/src/BinarySearchTreeNode.cxx, tmva/src/Config.cxx,
	  tmva/src/DecisionTree.cxx, tmva/src/DecisionTreeNode.cxx,
	  tmva/src/Event.cxx, tmva/src/Factory.cxx,
	  tmva/src/GeneticPopulation.cxx, tmva/src/Interval.cxx,
	  tmva/src/KDEKernel.cxx, tmva/src/MethodBDT.cxx,
	  tmva/src/MethodBase.cxx, tmva/src/MethodCFMlpANN.cxx,
	  tmva/src/MethodCFMlpANN_Utils.cxx, tmva/src/MethodCuts.cxx,
	  tmva/src/MethodFisher.cxx, tmva/src/MethodHMatrix.cxx,
	  tmva/src/MethodLikelihood.cxx, tmva/src/MethodSVM.cxx,
	  tmva/src/Node.cxx, tmva/src/SdivSqrtSplusB.cxx,
	  tmva/src/VariableIdentityTransform.cxx,
	  tmva/src/VariableTransformBase.cxx, tmva/test/TMVAnalysis.py,
	  tmva/test/TMVApplication.C: From Joerg Stelzer
	  Fix coding conventions as well as portability problems on
	  Solaris.

2007-04-21 07:57  brun

	* [r18547] gui/src/TGView.cxx: Fix coding conventions

2007-04-21 07:45  brun

	* [r18546] tmva/src/VariableIdentityTransform.cxx: This class was
	  forgotten in the new revision.

2007-04-21 07:36  brun

	* [r18545] tmva/inc/LinkDef.h,
	  tmva/inc/VariableIdentityTransform.h, tmva/src/DataSet.cxx,
	  tmva/src/MethodBase.cxx: Reactivate class VariableInfo

2007-04-20 16:04  moneta

	* [r18544] hist/src/TH1.cxx: fix a bug in treating underflow and
	  overflow in the chi2 test

2007-04-20 15:16  brun

	* [r18543] tree/src/TEntryList.cxx: From Anna:
	  Fix a bug in TEntryList::Add(), for the case of adding chain
	  lists to tree lists

2007-04-20 15:07  brun

	* [r18542] gui/inc/TGDNDManager.h, gui/src/TGCanvas.cxx,
	  gui/src/TGDNDManager.cxx, gui/src/TGFrame.cxx,
	  gui/src/TGView.cxx, gui/src/TRootCanvas.cxx,
	  gui/src/TRootEmbeddedCanvas.cxx: From Bertrand:
	  Fix coding conventions.

2007-04-20 12:28  brun

	* [r18541] proofplayer/src/TProofPlayer.cxx: Fix coding conventions

2007-04-20 12:24  brun

	* [r18540] gui/src/TGText.cxx: From Valeriy Onuchin:
	  - TGTextEdit.
	  Fix problems with undoing of text insertion.
	  - TGTextLine.
	  New method GetWord(ULong_t pos) added which returns
	  a word at position.
	  - TGTextView.
	  New signals added (implemented in TGTextEdit):
	  Clicked(const char *word) - emitted on button press.
	  DoubleClicked(const char *word) - emitted on button double click.

2007-04-20 12:15  brun

	* [r18539] gui/inc/TGText.h, gui/inc/TGTextView.h,
	  gui/src/TGText.cxx, gui/src/TGTextEdit.cxx: Remove a compiler
	  warning about a possible non initialized variable

2007-04-20 12:06  brun

	* [r18538] tmva/inc/Option.h: From Philippe:
	  Fix a compilation error (with intel icc)

2007-04-20 11:43  rdm

	* [r18537] gui/inc/TGDNDManager.h, gui/src/TGDNDManager.cxx: Fix
	  cvs ident lines.

2007-04-19 21:07  brun

	* [r18536] base/inc/TVirtualX.h, base/src/TVirtualX.cxx,
	  gui/Module.mk, gui/inc/LinkDef3.h, gui/inc/TGCanvas.h,
	  gui/inc/TGDNDManager.h, gui/inc/TGFSContainer.h,
	  gui/inc/TGFrame.h, gui/inc/TGTextView.h, gui/inc/TRootCanvas.h,
	  gui/inc/TRootEmbeddedCanvas.h, gui/src/TGCanvas.cxx,
	  gui/src/TGDNDManager.cxx, gui/src/TGFSContainer.cxx,
	  gui/src/TGFrame.cxx, gui/src/TGTextView.cxx,
	  gui/src/TRootBrowser.cxx, gui/src/TRootCanvas.cxx,
	  gui/src/TRootEmbeddedCanvas.cxx,
	  win32gdk/gdk/src/gdk/win32/gdkevents-win32.c,
	  win32gdk/inc/TGWin32.h, win32gdk/inc/TGWin32VirtualXProxy.h,
	  win32gdk/src/TGWin32.cxx, win32gdk/src/TGWin32VirtualXProxy.cxx,
	  x11/inc/TGX11.h, x11/src/GX11Gui.cxx, x11/src/TGX11.cxx: From
	  Bertrand:
	  Added drag and drop support for Linux (Xdnd) and Windows
	  (Clipboard).
	  It is now possible to drag an histogram (or any other graphical
	  object)
	  from an opened file in TBrowser to any TCanvas.
	  It is also possible to drag a text file from TBrowser to a
	  TGTextView
	  or TGTextEdit widget (i.e. in TGTextEditor).
	  On Linux, it is even possible to drag from a Root application to
	  another
	  one, or to drag a text file (i.e. a macro) from the ROOT browser
	  to an
	  external editor (i.e. Kate).
	  On Windows, drag and drop only works within the same ROOT
	  application
	  (for the time being).

2007-04-19 17:23  pcanal

	* [r18535] treeplayer/src/TTreeProxyGenerator.cxx: Prevent memory
	  leak in case of reuse of the selector

2007-04-19 16:23  brun

	* [r18534] gui/inc/TGText.h, gui/inc/TGTextEdit.h,
	  gui/inc/TGTextView.h, gui/inc/TGView.h, gui/src/TGText.cxx,
	  gui/src/TGTextEdit.cxx, gui/src/TGTextView.cxx,
	  gui/src/TGView.cxx, test/guitest.cxx, tutorials/gui/guitest.C:
	  From Valeriy Onuchin:
	  TGView, TGTextView, TGTextEdit classes
	  The main changes :
	  
	  o restructuring and revisiting the code
	  - move all text methods from TGView to TGTextView class.
	  
	  o new methods
	  TGTextEdit::SetSelectBack - setting selection background color
	  TGTextEdit::SetSelectfore - setting color for slected text
	  TGText::AsString - return content as ROOT string.
	  
	  o improved painting: exposed events, resizing
	  - compression of exposed events added which
	  eliminates flickering when text_edit widget is resized or
	  exposed.
	  - repaint only whose areas which where modified or
	  overlapped.
	  
	  o undo management on Ctrl-Z
	  o autoscrolling when text is selected
	  o many small bug fixes:
	  - crash on double click on blank field
	  - selected text in some cases was not correctly removed
	  - etc.

2007-04-19 16:18  axel

	* [r18533] reflex/inc/Reflex/Builder/CollectionProxy.h,
	  reflex/inc/Reflex/Builder/TypeBuilder.h,
	  reflex/inc/Reflex/Kernel.h, reflex/inc/Reflex/PropertyList.h:
	  Make Reflex parsable by CINT

2007-04-19 16:14  axel

	* [r18532] reflex/python/genreflex/genreflex.py,
	  reflex/python/genreflex/genrootmap.py,
	  reflex/test/testDict2/selection.xml: Add selection.xml attribute
	  rootmap="FALSE" for class tag.
	  It vetoes rootmap entry of class(es) matching the selection rule.
	  Test parsing of that attrib (but no test for its output, yet).

2007-04-19 14:29  brun

	* [r18531] graf/src/TGraph.cxx: In TGraph::Fit correct the error on
	  the parameters by sqrt(chisquare/(ndf-1))
	  also when fitting with the Linear Fitter.

2007-04-19 12:57  rdm

	* [r18530] utils/src/rlibmap.cxx: add support for the
	  "option[s]=nomap" linkdef pragma specifier to not generate
	  for the given type an entry in the rootmap file.

2007-04-19 12:40  rdm

	* [r18529] netx/Module.mk, proofx/Module.mk,
	  xrootd/src/xrootd-20060928-1600.src.tgz: From Gerri:
	  xrootd-20060928-1600.src.tgz
	  - Client:
	  - Optmized access to DNS
	  - Caching of created admin instances
	  - Creation of libXrdClient.so
	  
	  - Server:
	  - fix problem in XrdOdc
	  
	  netx/Module.mk, proofx/Module.mk
	  - Use libXrdClient.so instead of libXrdPosix.so

2007-04-19 10:32  brun

	* [r18528] tmva/inc/LinkDef.h,
	  tmva/inc/VariableIdentityTransform.h, tmva/src/DataSet.cxx,
	  tmva/src/Factory.cxx, tmva/src/MethodBase.cxx,
	  tmva/src/MethodCFMlpANN.cxx, tmva/src/MethodCuts.cxx,
	  tmva/src/MethodFisher.cxx, tmva/src/MethodHMatrix.cxx,
	  tmva/src/MethodSVM.cxx, tmva/src/VariablePCATransform.cxx: Fix
	  urgent compilation problems on Windows

2007-04-19 09:33  rdm

	* [r18527] proof/inc/LinkDef.h, proof/inc/TDSet.h,
	  proof/src/TDSet.cxx, proofplayer/src/TAdaptivePacketizer.cxx,
	  proofplayer/src/TEventIter.cxx, proofplayer/src/TPacketizer.cxx,
	  proofplayer/src/TPacketizerDev.cxx,
	  proofplayer/src/TPacketizerProgressive.cxx: From Gerri:
	  get rid of not really needed usage of queue, map, pair and list.
	  - TDSet.h, .cxx
	  Use TList, TPair instead of std::list<std::pair<... >>
	  
	  - TPacketizer.cxx, TAdaptivePacketizer.cxx, TEventIter.cxx,
	  TPacketizerDev.cxx, TPacketizerProgressive.cxx
	  Adapt to the previous change in TDSet

2007-04-19 09:27  rdm

	* [r18526] proofd/inc/XrdProofdProtocol.h,
	  proofd/inc/XrdProofdResponse.h, proofd/inc/XrdProofdTrace.h,
	  proofd/src/XrdProofConn.cxx, proofd/src/XrdProofdProtocol.cxx,
	  proofd/src/XrdProofdResponse.cxx: From Gerri:
	  This fixes a few problems mostly on the server side.
	  
	  XrdProofdProtocol.h, .cxx
	  - Make logging more uniform
	  
	  XrdProofdResponse.h, .cxx
	  - Fix a bug overwriting the internal stream string and screwing
	  up logging
	  
	  XrdProofdTrace.h
	  - Add macro to differentiate between logging with the stream ID
	  string and
	  logging between the general ID string
	  
	  XrdProofConn.cxx
	  - Do not start the garbage collection thread: if any, obsolete
	  physical
	  connections are removed when a new (logical) connection is
	  started.

2007-04-19 09:25  rdm

	* [r18525] proofplayer/src/TProofPlayer.cxx: From Gerri:
	  optimizes the use of TRY / CATCH for exceptions on workers and
	  puts back
	  the CopyToCache of the selector binary which was forgotten in one
	  of the
	  previous patches.

2007-04-19 06:53  brun

	* [r18524] tmva/inc/BinarySearchTree.h,
	  tmva/inc/BinarySearchTreeNode.h, tmva/inc/BinaryTree.h,
	  tmva/inc/Config.h, tmva/inc/Configurable.h,
	  tmva/inc/CrossEntropy.h, tmva/inc/DataSet.h,
	  tmva/inc/DecisionTree.h, tmva/inc/DecisionTreeNode.h,
	  tmva/inc/Event.h, tmva/inc/Factory.h, tmva/inc/GeneticANN.h,
	  tmva/inc/GeneticBase.h, tmva/inc/GeneticCuts.h,
	  tmva/inc/GeneticGenes.h, tmva/inc/GeneticPopulation.h,
	  tmva/inc/GeneticRange.h, tmva/inc/GiniIndex.h,
	  tmva/inc/IMethod.h, tmva/inc/Interval.h, tmva/inc/KDEKernel.h,
	  tmva/inc/LinkDef.h, tmva/inc/MethodANNBase.h,
	  tmva/inc/MethodBDT.h, tmva/inc/MethodBase.h,
	  tmva/inc/MethodBayesClassifier.h, tmva/inc/MethodCFMlpANN.h,
	  tmva/inc/MethodCFMlpANN_Utils.h, tmva/inc/MethodCommittee.h,
	  tmva/inc/MethodCuts.h, tmva/inc/MethodFisher.h,
	  tmva/inc/MethodHMatrix.h, tmva/inc/MethodLikelihood.h,
	  tmva/inc/MethodMLP.h, tmva/inc/MethodPDERS.h,
	  tmva/inc/MethodRuleFit.h, tmva/inc/MethodRuleFitJF.h,
	  tmva/inc/MethodSVM.h, tmva/inc/MethodTMlpANN.h,
	  tmva/inc/MethodVariable.h, tmva/inc/Methods.h,
	  tmva/inc/MisClassificationError.h, tmva/inc/MsgLogger.h,
	  tmva/inc/Node.h, tmva/inc/NodeID.h, tmva/inc/Option.h,
	  tmva/inc/PDF.h, tmva/inc/Ranking.h, tmva/inc/Reader.h,
	  tmva/inc/RootFinder.h, tmva/inc/Rule.h, tmva/inc/RuleCut.h,
	  tmva/inc/RuleEnsemble.h, tmva/inc/RuleFit.h,
	  tmva/inc/RuleFitParams.h, tmva/inc/SdivSqrtSplusB.h,
	  tmva/inc/SeparationBase.h, tmva/inc/SimulatedAnnealingBase.h,
	  tmva/inc/SimulatedAnnealingCuts.h, tmva/inc/TActivationChooser.h,
	  tmva/inc/TActivationIdentity.h, tmva/inc/TActivationRadial.h,
	  tmva/inc/TActivationSigmoid.h, tmva/inc/TActivationTanh.h,
	  tmva/inc/TNeuron.h, tmva/inc/TNeuronInputAbs.h,
	  tmva/inc/TNeuronInputChooser.h, tmva/inc/TNeuronInputSqSum.h,
	  tmva/inc/TNeuronInputSum.h, tmva/inc/TSpline1.h,
	  tmva/inc/TSpline2.h, tmva/inc/TSynapse.h, tmva/inc/Timer.h,
	  tmva/inc/Tools.h, tmva/inc/Types.h,
	  tmva/inc/VariableDecorrTransform.h,
	  tmva/inc/VariableIdentityTransform.h, tmva/inc/VariableInfo.h,
	  tmva/inc/VariablePCATransform.h,
	  tmva/inc/VariableTransformBase.h, tmva/inc/Version.h,
	  tmva/src/BinarySearchTree.cxx, tmva/src/BinarySearchTreeNode.cxx,
	  tmva/src/BinaryTree.cxx, tmva/src/Config.cxx,
	  tmva/src/Configurable.cxx, tmva/src/CrossEntropy.cxx,
	  tmva/src/DataSet.cxx, tmva/src/DecisionTree.cxx,
	  tmva/src/DecisionTreeNode.cxx, tmva/src/Event.cxx,
	  tmva/src/Factory.cxx, tmva/src/GeneticANN.cxx,
	  tmva/src/GeneticBase.cxx, tmva/src/GeneticCuts.cxx,
	  tmva/src/GeneticGenes.cxx, tmva/src/GeneticPopulation.cxx,
	  tmva/src/GeneticRange.cxx, tmva/src/GiniIndex.cxx,
	  tmva/src/IMethod.cxx, tmva/src/Interval.cxx,
	  tmva/src/KDEKernel.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/MethodFisher.cxx,
	  tmva/src/MethodHMatrix.cxx, tmva/src/MethodLikelihood.cxx,
	  tmva/src/MethodMLP.cxx, tmva/src/MethodPDERS.cxx,
	  tmva/src/MethodRuleFit.cxx, tmva/src/MethodRuleFitJF.cxx,
	  tmva/src/MethodSVM.cxx, tmva/src/MethodTMlpANN.cxx,
	  tmva/src/MethodVariable.cxx, tmva/src/MisClassificationError.cxx,
	  tmva/src/MsgLogger.cxx, tmva/src/Node.cxx, tmva/src/Option.cxx,
	  tmva/src/PDF.cxx, tmva/src/Ranking.cxx, tmva/src/Reader.cxx,
	  tmva/src/RootFinder.cxx, tmva/src/Rule.cxx, tmva/src/RuleCut.cxx,
	  tmva/src/RuleEnsemble.cxx, tmva/src/RuleFit.cxx,
	  tmva/src/RuleFitParams.cxx, tmva/src/SdivSqrtSplusB.cxx,
	  tmva/src/SeparationBase.cxx, tmva/src/SimulatedAnnealingBase.cxx,
	  tmva/src/SimulatedAnnealingCuts.cxx,
	  tmva/src/TActivationRadial.cxx, tmva/src/TActivationSigmoid.cxx,
	  tmva/src/TActivationTanh.cxx, tmva/src/TNeuron.cxx,
	  tmva/src/TSpline1.cxx, tmva/src/TSpline2.cxx,
	  tmva/src/TSynapse.cxx, tmva/src/Timer.cxx, tmva/src/Tools.cxx,
	  tmva/src/Types.cxx, tmva/src/VariableDecorrTransform.cxx,
	  tmva/src/VariableInfo.cxx, tmva/src/VariablePCATransform.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/annconvergencetest.C, tmva/test/compareanapp.C,
	  tmva/test/correlations.C, tmva/test/correlationscatters.C,
	  tmva/test/efficiencies.C, tmva/test/likelihoodrefs.C,
	  tmva/test/mutransform.C, tmva/test/mvaeffs.C, tmva/test/mvas.C,
	  tmva/test/mvaweights.C, tmva/test/network.C, tmva/test/probas.C,
	  tmva/test/rulevis.C, tmva/test/rulevisCorr.C,
	  tmva/test/rulevisHists.C, tmva/test/tmvaglob.C,
	  tmva/test/variables.C: from Joerg Stelzer:
	  New version of TMVA (3.7.2)

2007-04-18 17:02  axel

	* [r18523] cint/src/v6_newlink.cxx: revert previous unintentional
	  check-in of Diego's patch!

2007-04-18 16:55  axel

	* [r18522] cint/src/v6_newlink.cxx, cint/src/v6_tmplt.cxx: add
	  #incl string

2007-04-18 16:52  axel

	* [r18521] cint/lib/prec_stl/exception, cint/src/v6_ifunc.cxx,
	  cint/src/v6_tmplt.cxx: add bad_cast
	  always use target type's scoped name for conversion operators
	  handle templated c'tors
	  for parsing templated funcs' parameter types: set current tagnum
	  to the func's declaring tagnum

2007-04-18 16:30  axel

	* [r18519] reflex/test/testDict2/Class2Dict.h,
	  reflex/test/testDict2/ClassO.h,
	  reflex/test/test_Reflex_simple2.cxx: Add test for const,
	  reference, ptr in fun args and data members

2007-04-18 16:28  axel

	* [r18518] reflex/Module.mk: More dependencies for the tests

2007-04-18 16:27  axel

	* [r18517] reflex/python/genreflex/gendict.py: From Ivan Belyaev:
	  const ptrs are ptrs, too - args are passed by value

2007-04-18 14:56  rdm

	* [r18516] meta/src/TCint.cxx: rollback change of yesterday
	  concerning warnings in case of duplicate
	  rootmap entries.

2007-04-18 14:29  rdm

	* [r18515] base/src/TPluginManager.cxx: Print("a") now also prints
	  the full path of the plugin library.

2007-04-18 14:28  rdm

	* [r18514] base/src/TROOT.cxx: small simplification in LoadClass()
	  using TString.

2007-04-18 13:20  rdm

	* [r18513] config/rootrc.in: fix wrong plugin library name (had no
	  consequences as the plugin manager
	  now uses the rootmap to load the correct library for a specific
	  class).

2007-04-17 15:57  antcheva

	* [r18512] gui/src/TGCanvas.cxx: Fix in TGContainer::FindItem
	  related to the bug #25629 at
	  <http://savannah.cern.ch/bugs/?25629>

2007-04-17 15:55  rdm

	* [r18511] proof/inc/TDSet.h, proof/src/TDSet.cxx: From Gerri:
	  TDSetElement is now a TNamed and stored in a THashList instead of
	  a TList.
	  Insertion of 20000 elements goes from 3 min to 16 sec (with
	  duplication check).

2007-04-17 15:48  rdm

	* [r18510] base/src/TPluginManager.cxx: increase in FindHandler()
	  the debug level in case no plugin is found to > 2.

2007-04-17 15:47  rdm

	* [r18509] meta/src/TCint.cxx: allow duplicate entries in the
	  rootmap file. The values of the last duplicate
	  key is taken. When started with gDebug>0 duplicates will generate
	  a warning.

2007-04-17 15:10  moneta

	* [r18508] hist/src/TH1.cxx: clean up: replace printf with Info and
	  remove a useless line (thanks to Axel)

2007-04-17 12:08  antcheva

	* [r18507] gui/inc/TGFSContainer.h, gui/src/TGFSContainer.cxx: -
	  cleanup of includes

2007-04-17 09:31  couet

	* [r18506] graf/src/TEllipse.cxx: - Complete help

2007-04-17 09:06  rdm

	* [r18505] sessionviewer/src/TProofProgressDialog.cxx: From Gerri:
	  Add the user name (if any) in the window title.

2007-04-17 09:05  rdm

	* [r18504] proof/src/TProofServ.cxx: From Gerri:
	  Do not Reset before processing a query.

2007-04-17 09:05  rdm

	* [r18503] proof/src/TProof.cxx: From Gerri:
	  - Fix float to int convertion for the text progress bar (bug
	  #25101)
	  - Make the ".par" extension not mandatory for the first argument
	  to
	  TProof::UploadPackage; now the following is done:
	  1. The ".par" extension is added if missing
	  2. The resulting path is expanded and searched for
	  3. If the file does not exist or it is not readable, a PAR file
	  of the same name is searched for in the package directory
	  ~/proof/packages

2007-04-17 08:05  brun

	* [r18502] io/src/TBufferFile.cxx: add a missing protection in
	  TBufferFile::ReadVersion in case the buffer has no parent.

2007-04-16 15:52  brun

	* [r18501] physics/src/TGenPhaseSpace.cxx: Remove an obsolete
	  comment in TGenPhaseSpace::Generate

2007-04-16 14:48  antcheva

	* [r18500] guibuilder/src/TGuiBldDragManager.cxx: No need to pass
	  via GetGlobalColorDialog(kFALSE) on every mouse click.
	  GUI Builder can use the new color dialog for different color
	  settings

2007-04-16 14:48  antcheva

	* [r18499] gui/src/TGColorSelect.cxx: Do not emit a signal for
	  color preview when the GUI Builder is invoked.

2007-04-16 14:47  antcheva

	* [r18498] gui/src/TGColorDialog.cxx: Made new color dialog working
	  when invoked from the GUI Builder

2007-04-16 13:19  axel

	* [r18496] reflex/Module.mk, reflex/src/FunctionBuilder.cxx,
	  reflex/test/test_ReflexBuilder_unit.cxx,
	  reflex/test/test_Reflex_simple1.cxx: func members are not static
	  just because they're part of a namespace;
	  fix reflex tests to not assume staticness of funcs in namespace;
	  fix size of size_t on 64bit in reflex test;
	  silence makelib in test

2007-04-16 13:03  axel

	* [r18495] reflex/Module.mk: soname must not have dir

2007-04-16 09:14  moneta

	* [r18494] smatrix/inc/Math/HelperOps.h,
	  smatrix/inc/Math/SVector.icc: add include<algorithm> required by
	  Solaris for std::copy

2007-04-16 08:56  moneta

	* [r18493] smatrix/inc/Math/CramerInversion.icc,
	  smatrix/inc/Math/CramerInversionSym.icc,
	  smatrix/inc/Math/Dfact.h, smatrix/inc/Math/Dfactir.h,
	  smatrix/inc/Math/MatrixInversion.icc,
	  smatrix/inc/Math/UnaryOperators.h: use std::abs instead of
	  std::fabs to avoid a problem on gcc 3.2 and 3.3 when using an
	  smatrix with integer types. Fix bug 25525

2007-04-16 08:35  couet

	* [r18492] gpad/src/TPad.cxx: - DrawFrame() change gPad to the
	  current pad to fix some inconsistent
	  behavior pointed here: https://savannah.cern.ch/bugs/?25542

2007-04-15 06:08  brun

	* [r18491] graf/src/TPaveStats.cxx: Fix a problem in
	  TPaveStats::Paint: The histogram name was not painted
	  when the TPaveStats text size was set to a non null value.

2007-04-13 15:10  moneta

	* [r18490] mathcore/inc/Math/GenVector/Plane3D.h: add methods to
	  retrieve the plane coefficients: a,b,c,d. They are requested by
	  CMS

2007-04-13 13:51  moneta

	* [r18489] smatrix/test/matrix_op.h: fix a problem in the test. Use
	  consistently the temp objects for all three cases (CLHEP, SMAtrix
	  and TMatrix)

2007-04-12 15:09  rdm

	* [r18488] minuit/inc/TFitter.h: From Fed:
	  declare copy ctor and assignment operator.

2007-04-10 13:23  couet

	* [r18487] gl/src/TGLPlotPainter.cxx, gl/src/TGLTF3Painter.cxx: -
	  From Timur:
	  Fix a scaling problem.

2007-04-06 19:49  brun

	* [r18486] qt/src/TGQt.cxx: From Valeri Fine:
	  select the correct Qt codec when more then 2 input languages are
	  in use (Thanks Dmitri Naumov)"

2007-04-05 22:31  pcanal

	* [r18485] io/src/TEmulatedCollectionProxy.cxx: From Scott Snyder:
	  R__GenerateTClassForPair makes a TStreamerInfo appropriate for
	  an arbitrary pair<> class. It does this by first fetching
	  the TStreamerInfo for pair<const int, int>, cloning it,
	  and modifying it for the new types.
	  
	  As part of this, it does a Clear() on the element list, then
	  Add's the new elements. However, the Clone() also duplicates
	  the elements, and these duplicated elements are not deleted
	  by the Clear(). (It looks like the ownership bit is not set for
	  fElements in
	  TStreamerInfo.) Changing the Clear() to Delete() fixes it, as in
	  the patch
	  below.

2007-04-05 22:10  pcanal

	* [r18484] hist/src/TFormulaPrimitive.cxx: From Scott Snyder:
	  TFormulaPrimitive::AddFormula takes as an argument a new'd
	  object;
	  it is supposed to take ownership of the object.
	  
	  However, if a primitive of the same name already exists, the
	  object will be leaked. (There are some duplicates between
	  the list in TFormulaPrimitive::BuildBasicFormulas and
	  TFormulaMathInterface.cxx.)

2007-04-05 21:00  pcanal

	* [r18482] pyroot/src/RootWrapper.cxx: Protect against missing
	  ClassInfo (possible in the case of Emulated classes

2007-04-05 18:03  brun

	* [r18481] qt/src/TGQt.cxx: From Remi Mommsen
	  The Qt layer does not honor setting from config.h.

2007-04-05 06:52  brun

	* [r18480] hist/src/TH3.cxx: Fix coding conventions

2007-04-04 16:49  pcanal

	* [r18479] build/unix/compiledata.sh: remove -Iinclude, to improve
	  location independence of ACLiC build

2007-04-04 15:58  brun

	* [r18478] physics/src/TVector3.cxx: From Lorenzo:
	  Fix for Savannah bug 25045

2007-04-04 15:46  brun

	* [r18477] hist/inc/TH3.h, hist/src/TH2.cxx, hist/src/TH3.cxx: From
	  Lorenzo:
	  - fixes projection from a 2D and a 3D histogram in a profile by
	  using the using as weights the bin content instead of the error
	  square (fix for bug 25036)
	  - compute the number of entries in the projected histograms and
	  profiles by summing the effective entries bin by bin
	  - re-implement TH3::ProjectionZ usiong TH3::Project3D
	  - change default values for TH3::ProjectionZ in TH3.h (use (0,0)
	  for min and max of bins )

2007-04-04 15:39  brun

	* [r18476] treeplayer/inc/TTreeFormula.h: From Matevz:
	  Extra comma after the kIsInteger enum entry in TTreeFormula
	  causes gcc-3.2.3 to complain

2007-04-04 13:21  brun

	* [r18475] main/src/h2root.cxx: The array bigbuf must be allocated
	  on the stack and not the heap via new.
	  This solves a problem on amd64 between hbook/fortran and
	  h2root/C++

2007-04-04 12:43  brun

	* [r18474] treeplayer/inc/TTreeFormula.h,
	  treeplayer/src/TTreeFormula.cxx: Add an optional argument to
	  TTreeFormula::IsInteger, ie
	  virtual Bool_t IsInteger(Bool_t fast=kTRUE) const;
	  TTreeFormula::Init calls this function with fast=kFALSE. In this
	  case
	  the current IsInteger function is executed and the result stored
	  in the kIsInteger bit
	  of the TTreeFormula. Later when the IsInteger function is called
	  with kTRUE or
	  no arguments, the function returns immediatly the value of the
	  kIsInteger bit.
	  This also solves another problem encountered when processing
	  TChains.
	  It can happen that when TTreePlayer::DrawSelect calls
	  TTreeFormula::IsInteger,
	  the TBranch objects of the processed Tree are no more available
	  because the last Tree
	  in the chain has been deleted.

2007-04-04 06:54  brun

	* [r18473] tmva/test/TMVAGui.C, tmva/test/TMVAnalysis.C: The script
	  TMVAnalysis.C can now be run with ACLIC, ie
	  root > .x TMVAnalysis.C+

2007-04-03 16:10  brun

	* [r18471] tree/src/TBranchElement.cxx: Fix coding conventions

2007-04-03 15:20  couet

	* [r18470] graf/inc/TBox.h, graf/src/TBox.cxx: - Make the operator=
	  public.
	  - Change help to new format.

2007-04-03 14:37  brun

	* [r18469] hist/src/TF1.cxx: Modify TF1::DrawCopy such that the
	  function can also work when the object
	  is a user class derived from TF1.

2007-04-03 11:43  antcheva

	* [r18468] gui/src/TGXYLayout.cxx: Included the case when rubber
	  flag is not set in the generated code.

2007-04-03 11:10  brun

	* [r18467] gl/src/TGLDisplayListCache.cxx, gl/src/TGLScene.cxx:
	  From Bertrand:
	  Added missing protections in GL for Windows.

2007-04-03 08:25  axel

	* [r18464] reflex/src/PluginFactoryMap.cxx,
	  reflex/src/PluginService.cxx: Add REFLEX_BUILD CPP macro

2007-04-03 07:07  brun

	* [r18463] graf/src/TLegendEntry.cxx: In the constructor set all
	  text attributes to 0 such that they will automatically
	  inherit the TLegend settings when the TLegend will be painted.

2007-04-02 16:54  antcheva

	* [r18462] gui/src/TGWindow.cxx: Generated pointer names cannot
	  contain space or "::"

2007-04-02 16:53  antcheva

	* [r18461] gui/src/TGFrame.cxx: Changes in SaveSorce methods
	  related to the code generation when TGXYLayout is used

2007-04-02 16:53  antcheva

	* [r18460] gui/inc/TGXYLayout.h, gui/src/TGXYLayout.cxx:
	  Implemented SavePrimitive for TGXYLayout and TGXYLayoutHints

2007-04-02 15:24  brun

	* [r18459] hist/src/TH1.cxx: In TH1::Fit add support for classes
	  derived from TF1 and redefining TF1::EvalPar.
	  Instead of calling "new TF1" the user class default constructor
	  is called
	  via f1->IsA()->New().

2007-04-02 11:07  rdm

	* [r18458] winnt/src/TWinNTSystem.cxx: From Bertrand:
	  fix dynamicpath to always include $ROOTSYS/lib, needed to find
	  the
	  .rootmap files.

2007-04-02 10:32  rdm

	* [r18457] geom/inc/TGeoCache.h: From Bertrand:
	  As on Windows, GetFreeSpace is defined as the following macro:
	  #define GetFreeSpace(w) (0x100000L)
	  It has to be undefined in TGeoCache.h
	  (compilation of ROOT Event Viewer (REVE) dictionary fails on
	  Windows)

2007-04-02 10:27  rdm

	* [r18456] config/Makefile.depend: fix typo breaking Win32 build.

2007-04-02 10:24  rdm

	* [r18455] configure: remove obsolete lib/libProofGui*.

2007-04-02 09:54  rdm

	* [r18454] Makefile: remove $(MAKE) map calls.

2007-04-02 09:53  rdm

	* [r18453] configure: delete old etc/system.rootmap.

2007-04-02 09:42  rdm

	* [r18452] Makefile, alien/Module.mk, asimage/Module.mk,
	  auth/Module.mk, castor/Module.mk, chirp/Module.mk,
	  cintex/Module.mk, clarens/Module.mk, config/Makefile.depend,
	  dcache/Module.mk, eg/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, 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/src/TCint.cxx, 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, 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,
	  unuran/Module.mk, vmc/Module.mk, win32gdk/Module.mk,
	  x11/Module.mk, x11ttf/Module.mk, x3d/Module.mk, xml/Module.mk,
	  xmlparser/Module.mk: we now generate for every library.so a
	  library.rootmap file in the lib
	  directory. These rootmap files are generated automatically when
	  the
	  associated LinkDef file(s) or the config/Makefile.depend is
	  changed.
	  No more "make map" needed, rootmaps are always up-to-date!

2007-03-30 21:37  pcanal

	* [r18451] treeplayer/src/TFormLeafInfo.cxx,
	  treeplayer/src/TTreeFormula.cxx: Extend support for type casting
	  in TTreeFormula. In particular support the case of casting the
	  object returned value of a function:
	  T->Scan("((Track*)(fLastTrack@.GetObject())).GetPx()","","");
	  
	  This requires fixing the parsing of nested parathesis.

2007-03-30 16:46  rdm

	* [r18450] proofd/inc/XrdProofdProtocol.h,
	  proofd/src/XrdProofdProtocol.cxx, proofx/src/TXSlave.cxx: From
	  Gerri:
	  This fixes a problem with the selection of a non-default ROOT
	  version
	  showing up at the CAF.

2007-03-30 16:44  rdm

	* [r18449] net/inc/TFileStager.h, net/src/TFileStager.cxx,
	  proof/src/TDSet.cxx, tree/src/TChain.cxx: From Gerri:
	  Anna reported to me the following problem:
	  TChain::Lookup (and TDSet::Lookup) makes now use of
	  TFileStager::Locate
	  to locate the files. But for local URLs TFileStager is not
	  defined, so
	  the lookup fails.
	  This patch adds default functionality (based on
	  TSystem::AccessPathName)
	  to the base TFileStager, so that it works trasparently for local
	  files.

2007-03-30 16:35  rdm

	* [r18448] auth/inc/DaemonUtils.h: From Gerri:
	  the decls of RpdInit at auth/inc/DaemonUtils.h:70 and
	  rpdutils/src/rpdutils.cxx:6365 didn't match.

2007-03-30 16:12  antcheva

	* [r18447] ged/src/TGedEditor.cxx: Additional protection against
	  zero pointer of TColorWheel object

2007-03-30 15:07  brun

	* [r18446] test/stressEntryList.cxx: From Anna:
	  Some minor fixes and remove debug prints

2007-03-30 15:03  brun

	* [r18445] hist/src/TFormula.cxx: From Anna;
	  solves the problem of linear formulas with more than 20
	  parameters

2007-03-30 15:01  brun

	* [r18444] graf/src/TGraph.cxx: From Anna:
	  changed the comments to TGraph::LeastSquareLinearFit() to
	  describe the real meaning of the parameters

2007-03-30 14:30  moneta

	* [r18443] unuran/test/Makefile, unuran/test/unuranDiscrete.cxx,
	  unuran/test/unuranDistr.cxx, unuran/test/unuranHist.cxx,
	  unuran/test/unuranMulti2D.cxx, unuran/test/unuranMulti3D.cxx,
	  unuran/test/unuranMultiDim.cxx, unuran/test/unuranSimple.cxx:
	  improve the tests. Add performance comparisons for Gauss and
	  Poisson and add test for dim 10 and 100

2007-03-30 13:41  axel

	* [r18442] cint/src/v6_newlink.cxx: One more fix to the default arg
	  parsing (don't remove enclosing "")

2007-03-30 13:38  brun

	* [r18441] tree/src/TEntryList.cxx: From Anna:
	  Fix a bug in the use of the hash algorithm that was preventing
	  stressEntryList
	  to work correctly on some systems.

2007-03-30 13:22  moneta

	* [r18440] unuran/inc/TUnuranEmpDist.h, unuran/src/TUnuran.cxx,
	  unuran/src/TUnuranEmpDist.cxx: add methods for generating random
	  numbers from multi-dimensional empirical distributions. They can
	  be used for example to generate random numbers from a TGraph or a
	  TGraph2D

2007-03-30 12:20  couet

	* [r18439] gl/inc/TGLTF3Painter.h: - From Timur:
	  Fix a compilation problem on SUN

2007-03-30 09:58  pcanal

	* [r18438] treeplayer/src/TTreePlayer.cxx: In process, handle the
	  case where the TreeCache object is deleted/newed during the
	  processing (because of a missing file for example)

2007-03-30 07:55  rdm

	* [r18437] base/src/TBrowser.cxx, base/src/TColor.cxx,
	  html/src/TDocDirective.cxx: From Bertrand:
	  make sure that InitalizeGraphics() is properly called.

2007-03-29 21:32  brun

	* [r18436] graf/src/TPaveText.cxx, graf/src/TPavesText.cxx: Add
	  more comments in TPaveText and TpavesText constructors.

2007-03-29 21:11  brun

	* [r18435] pythia6/inc/TPythia6.h: In the inline function
	  TPythia6::GetPROC(i), set explicitily the termination character
	  number 27 to take into account the fact that in Fortran there is
	  no
	  character terminator.

2007-03-29 16:37  axel

	* [r18434] cint/src/v6_newlink.cxx: Yet another try to fix the
	  quoting of default values for function parameters.

2007-03-29 14:13  pcanal

	* [r18430] config/Makefile.depend, main/Module.mk,
	  main/src/hadd.cxx: Move the dependency of hadd on libTreePlayer
	  from link time to runtime

2007-03-29 13:54  rdm

	* [r18429] proofd/src/XrdProofConn.cxx: From Gerri:
	  remove debug statements.

2007-03-29 13:10  couet

	* [r18428] gpad/src/TPad.cxx: - In TPad::PaintBorder the "dark" and
	  "light" color were not right when
	  the basic color was 0: a red border was drawn around the pads.

2007-03-29 12:52  pcanal

	* [r18427] config/Makefile.depend, main/Module.mk: Link hadd
	  against libTreePlayer to allow support for TTree with a build
	  index until hadd can use the autoloader

2007-03-29 12:08  couet

	* [r18426] gl/inc/LinkDef.h, gl/inc/TGLBoxPainter.h,
	  gl/inc/TGLPlotPainter.h, gl/inc/TGLTF3Painter.h,
	  gl/inc/TGLUtil.h, gl/src/TGLBoxPainter.cxx,
	  gl/src/TGLHistPainter.cxx, gl/src/TGLPlotPainter.cxx,
	  gl/src/TGLTF3Painter.cxx, gl/src/TGLUtil.cxx: - From Timur:
	  First implementation of the 3D iso surfaces with GL. Example:
	  
	  {
	  gStyle->SetCanvasPreferGL(true);
	  TCanvas * canvas = new TCanvas("C","C",600,600);
	  ntuple->Draw("px:py:pz>>h3");
	  h3->SetContour(5);
	  h3->Draw("gliso");
	  }
	  
	  (Still needs improvments)

2007-03-29 10:12  antcheva

	* [r18425] gui/src/TGFrame.cxx: Removed #ifndef __CINT__ etc
	  statements from generated
	  code - not needed anymore with auto loading mechanism

2007-03-29 08:00  moneta

	* [r18423] unuran/inc/TUnuranMultiContDist.h,
	  unuran/src/TUnuranMultiContDist.cxx: pass dimension in
	  constructor of multi-dim distributions

2007-03-28 21:56  pcanal

	* [r18422] meta/src/TCint.cxx: Insure that CINT is always in
	  execute mode (as opposed to declaration mode) when running
	  ProcessLine

2007-03-28 15:43  rdm

	* [r18421] base/src/TApplication.cxx: also check if graphics libs
	  need to be loaded after doing .L.

2007-03-28 15:40  rdm

	* [r18420] x11ttf/src/TGX11TTF.cxx: don't use TGX11::Class() since
	  that can lead to the creation of a shadow class
	  which is not what we want. Just check on the name "TGX11".

2007-03-28 15:12  axel

	* [r18419] html/inc/THtml.h, html/src/TClassDocOutput.cxx: Allow
	  Wiki links for discussions/free-form doc of classes if
	  THtml::SetWikiURL() is set, a la PHP

2007-03-28 14:33  rdm

	* [r18418] x11ttf/inc/TGX11TTF.h, x11ttf/src/TGX11TTF.cxx: add
	  static method Activate() to switch gVirtualX to TGX11TTF.

2007-03-28 14:32  rdm

	* [r18417] gpad/src/TCanvas.cxx, gui/src/TGClient.cxx: in static
	  initializer call TApplication::NeedGraphicsLibs().

2007-03-28 14:31  rdm

	* [r18416] base/src/TSystem.cxx: don't check anymore "magic"
	  library names, after every load check if
	  the TApplication::fgGraphNeeded flag is set (set via
	  TApplication::NeedGraphicsLibs()).

2007-03-28 14:29  rdm

	* [r18415] base/inc/TApplication.h, base/src/TApplication.cxx: add
	  static method NeedGrahicsLibs(). This method should be called
	  from static
	  library initializers of libraries that need the low level
	  graphics libs
	  (this is currently called from libGpad and libGui). This is more
	  generic
	  than looking for the Gpad and Gui names in TSystem::Load() and
	  also works
	  if these libs are indirectly loaded like via an ACLiC generated
	  library.
	  Also explicitly initialize TGX11TTF if this library was
	  indirectly loaded
	  as part of an ACLiC library (we call via ProcessLine() the new
	  static
	  TGX11TTF::Activate() method).

2007-03-28 13:38  rdm

	* [r18414] xrootd/src/xrootd-20060928-1600.src.tgz: libXrdPosix was
	  not linked with the XrdSys lib needed for Mac OS X.

2007-03-28 10:18  pcanal

	* [r18412] cintex/src/CINTScopeBuilder.cxx: From Pere:
	  Correct the issue https://savannah.cern.ch/bugs/?25077
	  Fix a bad declaration of the scope of
	  vector<LinkManager::Link*>::iterator as a namespace when
	  declaring a typedef of LinkManager class.

2007-03-28 09:39  pcanal

	* [r18409] tree/src/TBasket.cxx: Remove memory leak in the case
	  where the buffer is not compressible (rare)

2007-03-27 15:30  pcanal

	* [r18408] g3d/src/TView3D.cxx, hist/src/TH3.cxx: Re-enable use of
	  buffer not attached to a TFile for TH3 and TView3D

2007-03-27 15:04  moneta

	* [r18407] unuran/inc/TUnuranDiscrDist.h, unuran/src/TUnuran.cxx:
	  fix a bug in setting the sum of a disccrete distribution and in
	  the nuuran log level

2007-03-27 14:52  brun

	* [r18406] tutorials/matrix/invertMatrix.C,
	  tutorials/matrix/solveLinear.C: From Eddy:
	  Fix a problem with enums

2007-03-27 14:47  pcanal

	* [r18405] hist/src/THStack.cxx: Use TClass::DynamicCast instead of
	  the C-Style cast to get the correct object address without
	  introducing a link time dependency.

2007-03-27 13:40  pcanal

	* [r18404] hbook/inc/THbookBranch.h, hbook/src/THbookBranch.cxx,
	  hbook/src/THbookFile.cxx: adapt to new TBranch interface

2007-03-26 16:02  pcanal

	* [r18403] tree/inc/TBranch.h, tree/inc/TBranchClones.h,
	  tree/inc/TBranchElement.h, tree/inc/TBranchObject.h,
	  tree/src/TBranch.cxx, tree/src/TBranchClones.cxx,
	  tree/src/TBranchElement.cxx, tree/src/TBranchObject.cxx,
	  tree/src/TBranchRef.cxx, tree/src/TTree.cxx: Cache the branch
	  mother and direct parent to improve performance

2007-03-26 15:04  pcanal

	* [r18402] test/dt_DrawTest.C: add missing header

2007-03-26 12:18  rdm

	* [r18401] test/Makefile.win32: From Bertrand:
	  Added MSVC++ 8.0 SP1 signature in Makefile.win32.

2007-03-24 14:06  rdm

	* [r18400] netx/Module.mk, proofx/Module.mk, xrootd/Module.mk,
	  xrootd/src/xrootd-20060928-1600.src.tgz: to be able to use
	  alternative xrootd builds we now link some modules with
	  a shared libXrdPosix instead of a static .a. This means that on
	  Mac OS X
	  we need to make libXrdPosix.dylib in addition to libXrdPosix.so.

2007-03-24 11:12  rdm

	* [r18399] configure: threas are now always enabled so make sure
	  they are in the "features" list.
	  This is needed so root-config properly adds the required thread
	  libs

2007-03-23 15:21  moneta

	* [r18398] tutorials/unuran/unuranFoamTest.C: fix name for include
	  TROOT.h for Linux (cap sensitive OS)

2007-03-23 14:37  rdm

	* [r18397] netx/Module.mk, proofx/Module.mk: From Gerri:
	  correct path of external xrootd libraries.

2007-03-23 14:31  moneta

	* [r18396] mathmore/inc/Math/GSLRndmEngines.h,
	  mathmore/inc/Math/Random.h, mathmore/src/GSLRndmEngines.cxx: -
	  fix a compilation error on gcc 4.1
	  - add Gaussian generators for other GSL methods (Ratio and BM).
	  Ziggurat is used as default.

2007-03-23 13:29  moneta

	* [r18395] tutorials/math/testrandom.C: move testrandom() function
	  at the end of the file, otherwise it will not compile

2007-03-23 13:10  rdm

	* [r18394] netx/Module.mk, proofx/Module.mk: From Gerri:
	  - link with libXrdPosix instead of the static libs libXrdClient.a
	  libXrdOuc.a libXrdNet.a. This solves problems with static symbols
	  when an external version of the plug-in is used (like from
	  external
	  provided xrootd).

2007-03-23 13:08  rdm

	* [r18393] proof/src/TProofServ.cxx: From Gerri:
	  remove all internal ' " ' from the current include path before
	  exporting it

2007-03-23 09:06  rdm

	* [r18392] win32gdk/gdk/src/gdk/gdkcursors.h,
	  win32gdk/gdk/src/gdk/win32/gdkcursor-win32.c,
	  win32gdk/gdk/src/gdk/win32/rc/gdk.rc, win32gdk/src/TGWin32.cxx:
	  From Bertrand:
	  change busy cursor from "arrow with hourglass" to "hourglass".

2007-03-23 09:04  rdm

	* [r18391] win32gdk/gdk/src/gdk/win32/rc/Busy.cur: From Bertrand:
	  new busy cursor.

2007-03-22 20:07  rdm

	* [r18390] cont/src/TCollection.cxx: add missing documentation to
	  AddVector().

2007-03-22 15:06  moneta

	* [r18389] tutorials/unuran/unuranFoamTest.C: add macro showing
	  usage of unuran and foam for generating random numbers from a 2d
	  distribution

2007-03-22 14:58  antcheva

	* [r18388] ged/src/TGedEditor.cxx: TColorWheel object excluded from
	  the selected objects in graphics editor.
	  It is used in color dialog for selecting colors.

2007-03-22 13:07  antcheva

	* [r18387] gui/src/TGColorDialog.cxx: From Matevz:
	  Changed the way how embedded canvas is initialized to avoid error
	  bad
	  drawable, XREQ: 62.

2007-03-22 10:36  moneta

	* [r18386] smatrix/inc/Math/CramerInversion.icc,
	  smatrix/inc/Math/CramerInversionSym.icc, smatrix/inc/Math/Dinv.h:
	  remove optimized inversion (Cramer method) of 6x6 normal & sym
	  matrices. Results on new 64 bit machines are better using the
	  general inversion method

2007-03-22 10:19  brun

	* [r18385] proof/src/TProofServ.cxx: From Gerri:
	  - Add quotes around the path string while exporting
	  ROOTINCLUDEPATH

2007-03-22 10:18  brun

	* [r18384] proof/src/TProof.cxx: From Gerri:
	  - Use macro basename (instead of name) for the final load message
	  (bug #24943)

2007-03-22 09:32  brun

	* [r18383] test/Tetris.cxx: libGpad must be loaded before executing
	  Tetris

2007-03-22 09:27  brun

	* [r18382] test/Aclock.cxx: This example requires libGpad to be
	  loaded too.

2007-03-22 09:18  couet

	* [r18381] graf/src/TEllipse.cxx: - Make sure that phmin<phimax to
	  fix https://savannah.cern.ch/bugs/?24898.
	  - Modify help to use the new THtml doc.

2007-03-21 17:30  brun

	* [r18380] graf/inc/TBox.h, graf/src/TBox.cxx: TBox::DrawBox
	  returns now a TBox*.
	  The same change will be applied to all other primitives.

2007-03-21 16:02  brun

	* [r18379] base/inc/RVersion.h, build/version_number: Start
	  development version 5.15/05

2007-03-20 16:17  rdm

	* [r18377] alien/inc/TAlienCollection.h, alien/inc/TAlienResult.h,
	  alien/src/TAlienCollection.cxx, alien/src/TAlienResult.cxx,
	  net/inc/TGridCollection.h, net/inc/TGridResult.h: ALICE needs
	  TEntryList support via AliEn (TEventList removed).

2007-03-20 16:16  rdm

	* [r18376] config/Makefile.depend, proof/src/TProofServ.cxx,
	  proofd/inc/XrdProofdTrace.h, proofd/src/XrdProofConn.cxx,
	  proofd/src/XrdProofPhyConn.cxx, proofd/src/XrdProofServProxy.cxx,
	  proofd/src/XrdProofdResponse.cxx: fix link dependency, libProofx
	  should NOT be linked with libXrdProofd
	  as it initializes some same symbols.

2007-03-20 14:00  brun

	* [r18375] test/stressEntryList.cxx: add more output information in
	  case the test fails.

2007-03-20 11:11  rdm

	* [r18374] io/src/TFile.cxx: make check for new option CACHEREAD
	  case insensitive.

2007-03-20 10:59  brun

	* [r18373] base/src/TSystem.cxx, zip/src/deflate.c: From Axel:
	  Fixes for problems reported by valgrind.

2007-03-20 10:53  couet

	* [r18372] tutorials/gl/gldemos.C: - Since the structure change of
	  $ROOTSYS/tutorials/ this pilot macro
	  pointed on the wrong macros' names.

2007-03-20 10:37  moneta

	* [r18371] smatrix/test/Makefile: fix problem linking CLHEP on
	  Windows

2007-03-20 09:55  brun

	* [r18370] fitpanel/src/TFitEditor.cxx: From Ilka:
	  remove a forgotten debug statement

2007-03-20 09:54  brun

	* [r18369] asimage/src/TASImage.cxx, win32gdk/src/TGWin32.cxx,
	  x11/src/TGX11.cxx: From Valeriy Onuchin:
	  Fix for thumbnails generation to avoid a crash in ROOT object
	  browser

2007-03-20 08:02  brun

	* [r18368] alien/inc/TAlienCollection.h,
	  alien/src/TAlienCollection.cxx, alien/src/TAlienFile.cxx,
	  alien/src/TAlienJDL.cxx: Fix a long list of coding conventions
	  violations.

2007-03-20 07:53  brun

	* [r18367] net/inc/TGrid.h, proof/src/TProofServ.cxx: Fix coding
	  conventions

2007-03-19 22:02  pcanal

	* [r18366] tree/src/TTree.cxx: Specify ReadFile's behavior
	  regarding white spaces and string

2007-03-19 21:40  brun

	* [r18365] net/inc/LinkDef.h: Remove TUrl and TInetAddress from the
	  Net dictionary.
	  This was causing funny problems under Windows.

2007-03-19 18:11  brun

	* [r18364] base/inc/RVersion.h, build/version_number: Make
	  development version 5.15/04

2007-03-19 18:08  brun

	* [r18363] meta/src/TStreamerElement.cxx: From Philippe
	  Remove spurrious error message in the case of a data type of type
	  vector<map<UInt_t,Float_t> >

2007-03-19 17:41  rdm

	* [r18362] alien/inc/TAlienCollection.h,
	  alien/inc/TAlienJobStatusList.h, alien/src/TAlienCollection.cxx,
	  alien/src/TAlienJobStatusList.cxx, net/inc/TGridCollection.h: fix
	  bunch of warnings (hidden overloaded methods).

2007-03-19 17:24  brun

	* [r18361] net/inc/TGridJobStatusList.h,
	  net/src/TGridJobStatusList.cxx: Remove trailing <CR>

2007-03-19 17:02  rdm

	* [r18360] xrootd/src/xrootd-20060928-1600.src.tgz: From Andreas
	  Peters:
	  fix so the Stage() command works. Needed for PROOF on the CAF.

2007-03-19 16:55  rdm

	* [r18359] alien/inc/TAlien.h, alien/inc/TAlienCollection.h,
	  alien/inc/TAlienFile.h, alien/src/TAlien.cxx,
	  alien/src/TAlienCollection.cxx, alien/src/TAlienFile.cxx,
	  alien/src/TAlienJDL.cxx, alien/src/TAlienJobStatus.cxx,
	  config/Makefile.depend: coding conventions.

2007-03-19 16:49  moneta

	* [r18358] tutorials/math/mathcoreCDF.C,
	  tutorials/math/mathcoreVectorCollection.C,
	  tutorials/math/mathcoreVectorFloatIO.C,
	  tutorials/math/mathcoreVectorIO.C: fix tutorials

2007-03-19 16:14  rdm

	* [r18357] alien/inc/LinkDef.h, alien/inc/TAlien.h,
	  alien/inc/TAlienCollection.h, alien/inc/TAlienFile.h,
	  alien/inc/TAlienJDL.h, alien/inc/TAlienJobStatusList.h,
	  alien/src/TAlien.cxx, alien/src/TAlienCollection.cxx,
	  alien/src/TAlienFile.cxx, alien/src/TAlienJDL.cxx,
	  alien/src/TAlienJobStatus.cxx, alien/src/TAlienJobStatusList.cxx,
	  net/inc/LinkDef.h, net/inc/TGrid.h, net/inc/TGridCollection.h,
	  net/inc/TGridJDL.h, net/inc/TGridJobStatusList.h,
	  net/src/TGridJobStatusList.cxx: From Andreas Peters:
	  updated Alien plugin.

2007-03-19 16:02  pcanal

	* [r18356] treeplayer/src/TSelectorDraw.cxx: remove limitation on
	  title length

2007-03-19 15:55  brun

	* [r18355] test/stressGeometry.cxx, tutorials/geom/geomAlice.C,
	  tutorials/geom/geomAlice_itsv.C, tutorials/geom/geomAtlas.C,
	  tutorials/geom/geomBrahms.C, tutorials/matrix/invertMatrix.C:
	  Simplify the tutorials and test programs reading geometry files
	  across the web.
	  The geometry files are automatically cached locally thanks to the
	  new option "CACHEREAD"
	  in TFile::Open.

2007-03-19 15:54  brun

	* [r18354] geom/src/TGeoManager.cxx: Modify TGeoManager::Import to
	  take advantage of the new option "CACHEREAD"
	  in TFile::Open. When importing a web file, it is automatically
	  cached
	  on the local system.

2007-03-19 15:14  rdm

	* [r18353] etc/proof/xpd.cf.sample, proof/inc/TProofMgr.h,
	  proof/src/TProofMgr.cxx, proofd/inc/XrdProofServProxy.h,
	  proofd/inc/XrdProofdProtocol.h, proofd/src/XrdProofConn.cxx,
	  proofd/src/XrdProofServProxy.cxx,
	  proofd/src/XrdProofdProtocol.cxx, proofx/inc/TXProofMgr.h,
	  proofx/inc/TXSocket.h, proofx/src/TXProofMgr.cxx,
	  proofx/src/TXProofServ.cxx, proofx/src/TXSlave.cxx,
	  proofx/src/TXSocket.cxx,
	  sessionviewer/src/TProofProgressDialog.cxx: From Gerri:
	  - Support for multiple ROOT versions on a PROOF cluster.
	  TProofMgr::ShowROOTVersions() giving the following output:
	  
	  root [0] TProof::Mgr("")->ShowROOTVersions()
	  ----------------------------------------------------------
	  
	  Available versions (tag ROOT-vers remote-path PROOF-version):
	  
	  * cvs 5.15/03 /home/ganis/local/root/head/head 12
	  dev 5.15/03 /home/ganis/local/root/head/root 12
	  
	  ----------------------------------------------------------
	  
	  - TProofMgr::SetROOTVersion(const char *version_tag)
	  
	  to change the default for the user, eg
	  
	  root [1] TProof::Mgr("")->SetROOTVersion("dev")
	  root [2] TProof::Mgr("")->ShowROOTVersions()
	  ----------------------------------------------------------
	  
	  Available versions (tag ROOT-vers remote-path PROOF-version):
	  
	  cvs 5.15/03 /home/ganis/local/root/head/head 12
	  * dev 5.15/03 /home/ganis/local/root/head/root 12
	  
	  ----------------------------------------------------------
	  
	  Available version are defined by the administrator via the
	  "xpd.rootsys" directive:
	  
	  xpd.rootsys /home/ganis/local/root/head/head cvs
	  xpd.rootsys /home/ganis/local/root/head/root dev
	  
	  in the xrootd config file.
	  
	  - Improve error reporting in TXSocket
	  - Fix a problem with resetting a label in TProofProgressDialog

2007-03-19 15:06  moneta

	* [r18352] unuran/test/Makefile, unuran/test/unuranSimple.cxx:
	  update test adding CLHEP

2007-03-19 15:00  rdm

	* [r18351] base/inc/TTimeStamp.h: add new setter methods:
	  SetSec(int sec)
	  SetNanoSec(int nsec)

2007-03-19 14:45  rdm

	* [r18350] netx/src/TXNetFile.cxx, netx/src/TXNetFileStager.cxx:
	  From Andreas and Gerri:
	  - TXNetFileStager: fix problem in setting the prefix
	  - TXNetFile: set kXR_new also for 'recreate'

2007-03-19 14:43  rdm

	* [r18349] proof/inc/TProof.h, proof/inc/TProofServ.h,
	  proof/src/TProof.cxx, proof/src/TProofServ.cxx: From Gerri:
	  - TProof::Load(const char *macro, Bool_t notOnClient) where
	  'macro' is the
	  name of a macro or the implementation file of a class (in which
	  case the
	  corresponding header should have .h or .hh extension). If
	  notOnClient
	  is kTRUE (default is kFALSE) the class/macro is loaded only
	  on master and workers.
	  
	  - Re-usage of valid binaries from macros or selectors (they are
	  cached under
	  <SandBox>/cache), this allows to save a few seconds while running
	  a query
	  with an unchanged and compiled selector.
	  
	  - Exports ROOTINCLUDEPATH with the current content of
	  gSystem->GetIncludePath()
	  just before executing BUILD.sh so that the path can be used for
	  build
	  purposes (bug #18079)

2007-03-19 14:35  rdm

	* [r18348] config/Makefile.win32: From Axel:
	  for the time being suppress truncation warnings in VC++8.

2007-03-19 14:25  rdm

	* [r18347] proof/src/TProof.cxx: in upload data sets use now
	  TFile::Cp() instead of the TFileMerger.

2007-03-19 14:24  rdm

	* [r18346] io/inc/TFile.h, io/src/TFile.cxx: From Andreas Peters:
	  implement generic file copy in static function TFile::Cp().
	  This is the same code as is in TFileMerger::Cp() but its natural
	  location
	  is TFile. It allows any file (also non-ROOT files) to be copied
	  via any of
	  the many ROOT remote file access methods.
	  In addition TFile::Open() has now the new option "CACHEREAD"
	  which will
	  first use TFile::Cp() to copy the file locally to a cache
	  directory and
	  then open the file locally. If the remote file already exists in
	  the cache
	  this file will be used directly, unless the remote file has
	  changed.
	  For example:
	  
	  root [0] TFile::SetCacheFileDir("/tmp/fons")
	  root [1] TFile *f =
	  TFile::Open("http://root.cern.ch/files/aleph.root", "CACHEREAD")
	  [TFile::Cp] Total 0.11 MB |====================| 100.00 % [8.8
	  MB/s]
	  Info in <TFile::Open>: using local cache copy of
	  http://root.cern.ch/files/aleph.root [/tmp/fons/files/aleph.root]
	  root [2] f->GetName()
	  (const char* 0x41dd2d0)"/tmp/fons/files/aleph.root"
	  
	  To shrink the cache use TFile::ShrinkCacheFileDir().

2007-03-19 13:36  moneta

	* [r18345] tutorials/fit/minuit2GausFit.C: test with fumili2

2007-03-19 13:35  moneta

	* [r18344] tutorials/math/mathcoreSpecFunc.C,
	  tutorials/math/mathcoreStatFunc.C: add missing includes

2007-03-19 13:26  moneta

	* [r18343] smatrix/test/Makefile: fixes for Windows

2007-03-19 13:18  moneta

	* [r18342] minuit2/inc/Minuit2/MnRefCountedPointer.h,
	  minuit2/inc/TFcnAdapter.h: remove I/O for class TFcnAdapter and
	  rename method Check to DoCheck to avoid a problem on Solaris

2007-03-19 11:54  brun

	* [r18341] smatrix/test/matrixOperations.C: Replace "#define N 10"
	  by "const Int_t N=10;"

2007-03-19 11:11  moneta

	* [r18340] minuit2/inc/TFcnAdapter.h: add missing include Rtypes

2007-03-19 11:06  moneta

	* [r18339] minuit2/inc/TFcnAdapter.h, minuit2/inc/TFitterMinuit.h,
	  minuit2/src/TFcnAdapter.cxx, minuit2/src/TFitterFumili.cxx,
	  minuit2/src/TFitterMinuit.cxx, minuit2/test/Makefile,
	  minuit2/test/testGraph.cxx: fix a problem in GetCovarianceMatrix.
	  Now return a pointer to a vector NxN and not N*(N+1)/2. Update
	  also test and doc

2007-03-19 10:59  axel

	* [r18338] html/inc/THtml.h, html/src/TDocDirective.cxx,
	  html/src/TDocInfo.cxx, html/src/TDocOutput.cxx: Fix coding
	  conventions violation
	  Fix typo in THtml::SetMdouleDocPath()
	  More sleeping for GUI macro directives (now 1sec)
	  Fix title for product doc's class hierarchy

2007-03-19 10:46  antcheva

	* [r18337] ged/src/TArrowEditor.cxx: Updated doc to use new
	  Reference guide features.

2007-03-19 10:46  rdm

	* [r18336] proofplayer/inc/LinkDef.h,
	  proofplayer/inc/TAdaptivePacketizer.h,
	  proofplayer/inc/TDrawFeedback.h, proofplayer/inc/TEventIter.h,
	  proofplayer/inc/TFileMerger.h, proofplayer/inc/TObjectCache.h,
	  proofplayer/inc/TPacketizer.h, proofplayer/inc/TPacketizerDev.h,
	  proofplayer/inc/TPacketizerProgressive.h,
	  proofplayer/inc/TPerfStats.h, proofplayer/inc/TProofDraw.h,
	  proofplayer/inc/TProofLimitsFinder.h, proofplayer/inc/TStatus.h,
	  proofplayer/inc/TVirtualPacketizer.h,
	  proofplayer/src/TAdaptivePacketizer.cxx,
	  proofplayer/src/TDrawFeedback.cxx,
	  proofplayer/src/TEventIter.cxx, proofplayer/src/TFileMerger.cxx,
	  proofplayer/src/TObjectCache.cxx,
	  proofplayer/src/TPacketizer.cxx,
	  proofplayer/src/TPacketizerDev.cxx,
	  proofplayer/src/TPacketizerProgressive.cxx,
	  proofplayer/src/TPerfStats.cxx, proofplayer/src/TProofDraw.cxx,
	  proofplayer/src/TProofLimitsFinder.cxx,
	  proofplayer/src/TStatus.cxx,
	  proofplayer/src/TVirtualPacketizer.cxx: reflect move from proof
	  to proofplayer directory in the cvs tag line.

2007-03-19 10:34  rdm

	* [r18335] proof/inc/LinkDef.h, proof/inc/TEventIter.h,
	  proof/inc/TObjectCache.h, proof/inc/TStatus.h,
	  proof/src/TEventIter.cxx, proof/src/TObjectCache.cxx,
	  proof/src/TProof.cxx, proof/src/TStatus.cxx,
	  proofplayer/inc/LinkDef.h: final move of code from libProof to
	  libProofPlayer (to make libProof as small
	  as possible).

2007-03-19 10:29  moneta

	* [r18334] minuit2/src/MnMinos.cxx, minuit2/src/TFitterMinuit.cxx:
	  fix problem in suppressing debug information in Minos

2007-03-19 10:24  brun

	* [r18333] README/CREDITS: Add Josef Leydold for his contribution
	  to UNURAN.

2007-03-19 10:04  couet

	* [r18332] graf/src/TLegend.cxx: - Coding conventions.

2007-03-19 09:57  antcheva

	* [r18331] fitpanel/src/TFitEditor.cxx: Fixed typo in comment.

2007-03-19 09:56  antcheva

	* [r18330] gui/src/TGColorDialog.cxx: Added missing comment in
	  DoPreview method.

2007-03-19 01:49  rdm

	* [r18329] base/inc/TColor.h: fix double to float truncation
	  warning.

2007-03-19 01:46  rdm

	* [r18328] proof/src/TProof.cxx: temporary commenting out of
	  TFileMerger.

2007-03-19 01:36  rdm

	* [r18327] config/Makefile.depend, proof/inc/LinkDef.h,
	  proof/inc/TAdaptivePacketizer.h, proof/inc/TDrawFeedback.h,
	  proof/inc/TFileMerger.h, proof/inc/TPacketizer.h,
	  proof/inc/TPacketizerDev.h, proof/inc/TPacketizerProgressive.h,
	  proof/inc/TPerfStats.h, proof/inc/TProof.h,
	  proof/inc/TProofLimitsFinder.h, proof/inc/TVirtualPacketizer.h,
	  proof/inc/TVirtualProofPlayer.h,
	  proof/src/TAdaptivePacketizer.cxx, proof/src/TDrawFeedback.cxx,
	  proof/src/TFileMerger.cxx, proof/src/TPacketizer.cxx,
	  proof/src/TPacketizerDev.cxx,
	  proof/src/TPacketizerProgressive.cxx, proof/src/TPerfStats.cxx,
	  proof/src/TProof.cxx, proof/src/TProofLimitsFinder.cxx,
	  proof/src/TProofServ.cxx, proof/src/TVirtualPacketizer.cxx,
	  proofplayer/inc/LinkDef.h, proofplayer/inc/TProofPlayer.h,
	  proofplayer/src/TProofPlayer.cxx, proofx/src/TXProofServ.cxx:
	  more libProof restructuring. Now libProof is also independent of
	  libHist.
	  Last remaining step is to remove libTree dependency. On startup
	  proofserv.exe
	  now loads 9 libs, was 16.

2007-03-18 18:35  rdm

	* [r18326] gpad/src/TCanvas.cxx, thread/inc/TWin32Mutex.h,
	  thread/src/TMutex.cxx, thread/src/TThread.cxx,
	  thread/src/TWin32Condition.cxx, thread/src/TWin32Mutex.cxx,
	  tutorials/thread/threadsh1.C, win32gdk/inc/TGWin32.h,
	  win32gdk/src/TGWin32GL.cxx, win32gdk/src/TGWin32ProxyBase.cxx:
	  From Bertrand:
	  Here is a patch for win32 implementation of TThread.
	  - Improves speed of a factor 10 in a heavy context switching
	  threaded application (by using critical sections).
	  - Added R__LOCKGUARD2(gROOTMutex) in TThreadTimer.
	  - Added CINT deadlock workaround for WIN32 in TMutex :-\
	  - Protected calls to gInterpreter->Execute() in TCanvas.
	  - Added gSystem->Sleep(10) in tutorial threadsh1.C

2007-03-17 22:01  brun

	* [r18325] test/stressEntryList.cxx: From Anna:
	  Fix a scope problem preventing a correct execution with CINT and
	  Windows.

2007-03-17 21:04  rdm

	* [r18324] main/Module.mk: link proofserv.exe only with libCore and
	  libCint.

2007-03-17 21:03  rdm

	* [r18323] config/Makefile.depend: libProof does also not depend on
	  libTreePlayer anymore.

2007-03-17 19:16  brun

	* [r18322] test/stressGraphics.cxx, test/stressGraphics.ref:
	  Several changes in the reference file.
	  The file earth.dat was moved from asimage to graphics.

2007-03-17 18:12  rdm

	* [r18321] config/Makefile.depend: libProof now independent of
	  libGpad, libGraf and libGraf3d.

2007-03-17 18:04  rdm

	* [r18320] proof/inc/LinkDef.h, proof/inc/TProofDraw.h,
	  proof/inc/TProofServ.h, proof/inc/TVirtualProofPlayer.h,
	  proof/src/TProofDraw.cxx, proof/src/TProofServ.cxx,
	  proofplayer/inc/LinkDef.h, proofplayer/inc/TProofPlayer.h,
	  proofplayer/src/TProofPlayer.cxx, proofx/src/TXProofServ.cxx:
	  move TProofDraw to proofplayer. Also move the TProofServ
	  GetTreeHeader code
	  to proofplayer.

2007-03-17 18:02  rdm

	* [r18319] sessionviewer/inc/TProofProgressDialog.h,
	  sessionviewer/inc/TProofProgressLog.h,
	  sessionviewer/inc/TSessionDialogs.h,
	  sessionviewer/inc/TSessionLogView.h,
	  sessionviewer/inc/TSessionViewer.h,
	  sessionviewer/src/TProofProgressDialog.cxx,
	  sessionviewer/src/TProofProgressLog.cxx,
	  sessionviewer/src/TSessionDialogs.cxx,
	  sessionviewer/src/TSessionLogView.cxx,
	  sessionviewer/src/TSessionViewer.cxx: correct cvs tag line.

2007-03-17 17:42  brun

	* [r18318] spectrumpainter/inc/TSpectrum2Painter.h,
	  spectrumpainter/src/TSpectrum2Painter.cxx: Replace all Float
	  variables by Double.

2007-03-17 12:03  brun

	* [r18317] gpad/inc/TColorWheel.h, gpad/src/TColorWheel.cxx,
	  gui/inc/TGColorDialog.h, gui/inc/TGColorSelect.h,
	  gui/src/TGColorDialog.cxx, gui/src/TGColorSelect.cxx: From Ilka:
	  TColorWheel:
	  - add new method TColorWheel::SetCanvas(TCanvas *can)
	  - changes in Draw method related to the parent canvas
	  - line width changed to 1 (was 2) for better view in a small
	  canvas
	  
	  TGColorDialog:
	  - added two tabs: Color Wheel and Basic Colors
	  - in Color Wheel tab implemented visualization of TColorWheel
	  with the possibility to select a color from it
	  - in Basic Colors tab is kept old functionality of this class.
	  The text fields for RGB and HLS and OK, Cancel buttons moved to
	  the main dialog frame. They are used also for setting a color
	  selected from the color wheel.
	  - New button Preview applies the selected color to the selected
	  object if this dialog is called from the graphics editor. The
	  selection can be confirmed as the final one by clicking the OK
	  button or refused - by clicking on Cancel button.
	  - new methods: DoPreview and SetColorInfo
	  - many layout changes
	  - added aditional frame for comparison between the old and new
	  selected colors
	  
	  TGColorSelect:
	  - new method PreviewColor

2007-03-17 11:02  rdm

	* [r18316] Makefile, config/Makefile.depend, config/rootrc.in,
	  proof/Module.mk: rename libProofGui to libSessionViewer and move
	  the sources from proof to
	  sessionviewer.

2007-03-17 11:00  rdm

	* [r18315] proof/inc/LinkDefGui.h,
	  proof/inc/TProofProgressDialog.h, proof/inc/TProofProgressLog.h,
	  proof/inc/TSessionDialogs.h, proof/inc/TSessionLogView.h,
	  proof/inc/TSessionViewer.h, proof/src/TProofProgressDialog.cxx,
	  proof/src/TProofProgressLog.cxx, proof/src/TSessionDialogs.cxx,
	  proof/src/TSessionLogView.cxx, proof/src/TSessionViewer.cxx: move
	  to sessionviewer directory.

2007-03-17 10:58  rdm

	* [r18314] sessionviewer/Module.mk, sessionviewer/inc/LinkDef.h:
	  move SessionViewer sources from proof to own sessionviewer
	  directory.

2007-03-17 08:45  brun

	* [r18313] tree/src/TEntryList.cxx, tree/src/TEntryListBlock.cxx:
	  Change the documentation of TEntryList and TEntryListBlock to
	  html format
	  and add macros generating pictures documenting the two classes.

2007-03-17 08:44  brun

	* [r18312] tree/doc/macros, tree/doc/macros/entrylist_figure1.C,
	  tree/doc/macros/entrylist_figure2.C,
	  tree/doc/macros/entrylistblock_figure1.C: Add macros used for the
	  documentation of TEntryList and TEntryListBlock

2007-03-16 22:19  rdm

	* [r18311] asimage/src/libAfterImage.tar.gz: From Axel:
	  fix needed for the doc generation.

2007-03-16 21:16  pcanal

	* [r18310] base/src/ManualBase4Body.h: Fix corrupted upload

2007-03-16 21:07  pcanal

	* [r18309] base/inc/LinkDef4.h, base/src/ManualBase4.cxx,
	  base/src/ManualBase4.h, base/src/ManualBase4Body.h: Add support
	  for TBuffers operator<< and operator>> from the command line

2007-03-16 19:56  pcanal

	* [r18308] io/src/TBufferFile.cxx: Make sure we are not using a
	  slot number rendered obsolete by an
	  increase of the size of the TExMap (this can be induced by a call
	  the class to WriteClass).
	  This prevents the error message:
	  'Error in <TExMap::Expand>: slot 25085 not empty (should never
	  happen)
	  seen by Minos and STAR.
	  (The only side effect was a possible increase of the data on file
	  due to object
	  duplication).

2007-03-16 19:38  rdm

	* [r18307] configure: avoid basename being called without argument.

2007-03-16 18:27  brun

	* [r18306] README/CREDITS: Add Alja for her contribution to GL and
	  GUI

2007-03-16 18:25  brun

	* [r18305] test/stressEntryList.cxx: From Anna:
	  New version with an extended interface

2007-03-16 18:21  brun

	* [r18304] gl/inc/TGLDisplayListCache.h,
	  gl/src/TGLDisplayListCache.cxx, gl/src/TGLStopwatch.cxx: From
	  Bertrand:
	  Fix crash on Windows with Geometry and GL in pad (thanks to
	  Matevz)

2007-03-16 18:16  brun

	* [r18303] tree/inc/TEntryListFromFile.h: Fix compilation warnings
	  on Windows.

2007-03-16 18:07  axel

	* [r18302] html/src/TDocDirective.cxx: Work-around MSVC7.1 bug

2007-03-16 17:06  rdm

	* [r18301] Makefile, base/inc/RConfig.h, config/Makefile.depend,
	  config/rootrc.in, proof/inc/LinkDef.h, proof/inc/TProof.h,
	  proof/inc/TProofPlayer.h, proof/inc/TProofServ.h,
	  proof/inc/TProofSuperMaster.h, proof/inc/TVirtualProofPlayer.h,
	  proof/src/TProof.cxx, proof/src/TProofPlayer.cxx,
	  proof/src/TProofServ.cxx, proof/src/TProofSuperMaster.cxx,
	  proof/src/TVirtualPacketizer.cxx,
	  proof/src/TVirtualProofPlayer.cxx, proofplayer/Module.mk,
	  proofplayer/inc/LinkDef.h, proofplayer/inc/TProofPlayer.h,
	  proofplayer/src/TProofPlayer.cxx,
	  proofplayer/src/TVirtualPacketizer.cxx: first step in important
	  restructuring of proofserv.exe to do the same as was
	  done with root.exe. At startup proofserv.exe should depend only
	  on the MAINLIBS
	  and not much else.

2007-03-16 16:02  pcanal

	* [r18300] rint/src/TTabCom.cxx: Use data member instead of hiding
	  it with a local var

2007-03-16 15:59  couet

	* [r18299] graf/src/TPie.cxx: - From Guido Volpi:
	  - removed some unused variables and portion of codes in
	  DistancetoSlice()
	  - improved the rotation of the pie-chart: now the angle offset
	  change
	  following the mouse pointer around the center of the TPie.

2007-03-16 15:54  axel

	* [r18298] cint/src/common.h: match malloc with free in
	  G__params/G__herits

2007-03-16 15:43  moneta

	* [r18297] mathcore/test/Makefile, smatrix/test/Makefile: fix name
	  of library on Windows

2007-03-16 15:41  pcanal

	* [r18296] cint/inc/Api.h, cint/inc/G__ci.h, cint/src/Apiif.h,
	  cint/src/DataMbr.cxx, cint/src/HISTORY, cint/src/Shadow.cxx,
	  cint/src/bc_autoobj.cxx, cint/src/bc_cfunc.cxx,
	  cint/src/bc_exec.cxx, cint/src/bc_exec_asm.h,
	  cint/src/bc_inst.cxx, cint/src/bc_parse.cxx,
	  cint/src/rflx_gensrc.h, cint/src/v6_auxu.cxx,
	  cint/src/v6_decl.cxx, cint/src/v6_disp.cxx, cint/src/v6_end.cxx,
	  cint/src/v6_error.cxx, cint/src/v6_inherit.cxx,
	  cint/src/v6_newlink.cxx, cint/src/v6_pause.cxx,
	  cint/src/v6_pcode.cxx, cint/src/v6_scrupto.cxx,
	  cint/src/v6_sizeof.cxx, cint/src/v6_struct.cxx,
	  cint/src/v6_typedef.cxx, cint/src/v6_var.cxx,
	  utils/src/rootcint.cxx: From Paul, Fons, Rene, Philippe, and
	  Axel: upload of CINT 5.16.19/6.1.19
	  * proper treatment of 1dim arrays (!= scalars)
	  * split Shadow.h off Api.h
	  * prevent temp file flooding on windows
	  * remove rootcint temp files when done

2007-03-16 15:30  moneta

	* [r18295] smatrix/test/Makefile: fix to treat correctly useReflex
	  case

2007-03-16 15:26  pcanal

	* [r18294] cont/inc/TVirtualCollectionProxy.h: Re-enable access to
	  the abstract interface from CINT

2007-03-16 15:25  axel

	* [r18293] etc/html/ROOT.css, html/inc/TDocInfo.h,
	  html/src/TClassDocOutput.cxx, html/src/TDocDirective.cxx,
	  html/src/TDocInfo.cxx, html/src/TDocParser.cxx: * fix func doc
	  div containing a directive
	  * fix <pre></pre> parsing
	  * fix graphics initialization
	  * strip macro name for directive
	  * handle macro param for directive
	  * convert the macro source
	  * fix tags (=file names) for directive-generated imgs
	  * fix class doc search in headers
	  * remove leading ///// in comment
	  * add some padding in front of method args

2007-03-16 15:15  axel

	* [r18291] cint/inc/Shadow.h: split Shadow.h off Api.h part 1 -
	  real patch to be cvs ci'ed by someone with access to rootcint

2007-03-16 15:05  moneta

	* [r18290] mathcore/Module.mk, mathcore/inc/Math/IFunction.h,
	  mathcore/inc/Math/LinkDef.h, mathcore/inc/Math/LinkDef_Func.h,
	  mathcore/inc/Math/LinkDef_GenVector.h,
	  mathcore/inc/Math/WrappedParamFunction.h: fix a problem with
	  multiple usage of LinkDef files

2007-03-16 14:58  couet

	* [r18289] graf/src/TPie.cxx: - Use TColor::GetColorBright

2007-03-16 10:54  brun

	* [r18288] tree/src/TTree.cxx: Add more documentation to
	  TTree::ReadFile

2007-03-16 10:37  brun

	* [r18287] tree/src/TEntryList.cxx: From Anna:
	  the gDirectory was not correctly set in TEntryList::SetTree

2007-03-16 10:19  rdm

	* [r18286] cint/cintdlls.mk: From Axel:
	  filter out MAINLIBS from the list of dependencies passed to the
	  linker.

2007-03-16 08:42  brun

	* [r18285] README/CREDITS: Add Guido Volpi for his contribution to
	  class TPie

2007-03-16 08:41  moneta

	* [r18284] tutorials/graphs/motorcycle.C: add include files to be
	  able to run in compile mode

2007-03-16 08:22  brun

	* [r18283] README/CREDITS: Add Jason Detwiler for his contribution
	  to multiple columns in TLegend.

2007-03-16 08:15  brun

	* [r18282] tree/inc/TChain.h, tree/src/TChain.cxx: To avoid
	  overloading ambiguities (eg calling chain.SetEntryList(0), rename
	  function
	  virtual void SetEntryList(const char *filename="", Option_t
	  *opt="");
	  to
	  virtual void SetEntryListFile(const char *filename="", Option_t
	  *opt="");

2007-03-16 08:13  brun

	* [r18281] test/stressEntryList.cxx: From Anna;
	  New stress program for EntryList (first attempt)

2007-03-16 07:48  brun

	* [r18280] graf/inc/TLegend.h, graf/src/TLegend.cxx, test/Makefile:
	  From Jason Detwiler:
	  -Implement support for multiple columns in a TLegend.

2007-03-15 15:08  antcheva

	* [r18279] fitpanel/inc/TFitEditor.h, fitpanel/src/TFitEditor.cxx:
	  - If selected object has been fitted, its function(s) is
	  recognized and added to the list and can be selected for later
	  use
	  - Slider position is adjusted to the function range, if option
	  "R" was used
	  - Fixed crash when fit panel is activated and leaving ROOT (.q)

2007-03-15 13:21  brun

	* [r18278] test/Makefile.win32: From Bertrand:
	  Solve the problem reported at:
	  http://root.cern.ch/phpBB2/viewtopic.php?t=4645

2007-03-15 11:33  brun

	* [r18277] tree/inc/LinkDef.h, tree/inc/TChain.h,
	  tree/inc/TEntryList.h, tree/inc/TEntryListFromFile.h,
	  tree/inc/TTree.h, tree/src/TChain.cxx,
	  tree/src/TEntryListFromFile.cxx, tree/src/TTree.cxx: From Anna:
	  Add new functionlity to the TEntryList class to support
	  automatically
	  multiple TEntryList (one per TChain file). A new class
	  TEntryListFromFile
	  has been developed. It is a utility class called by TChain when a
	  TEntryList
	  is set.
	  // TEntryListFromFile
	  //
	  // Manages entry lists from different files, when they are not
	  loaded
	  // in memory at the same time.
	  //
	  // This entry list should only be used when processing a TChain
	  (see
	  // TChain::SetEntryList() function). File naming convention:
	  // - by default, filename_elist.root is used, where filename is
	  the
	  // name of the chain element.
	  // - xxx$xxx.root - $ sign is replaced by the name of the chain
	  element
	  // If the list name is not specified (by passing
	  filename_elist.root/listname to
	  // the TChain::SetEntryList() function, the first object of class
	  TEntryList
	  // in the file is taken.
	  // It is assumed that there are as many lists, as there are chain
	  elements,
	  // and they are in the same order.
	  //
	  // If one of the list files can't be opened, or there is an error
	  reading a list
	  // from the file, this list is skipped and the entry loop
	  continues on the next
	  // list.

2007-03-15 05:57  brun

	* [r18275] cintex/src/CINTFunctional.cxx,
	  cintex/test/dict/CintexTest.h, cintex/test/dict/selection.xml,
	  cintex/test/test_PyCintex_basics.py: From Wim:
	  o) fix return by reference of integers (see also:
	  https://savannah.cern.ch/bugs/?24549)

2007-03-15 00:04  rdm

	* [r18274] cint/cintdlls.mk: change $^ to $< to avoid MAINLIBS to
	  be included too.

2007-03-14 23:25  rdm

	* [r18273] cint7/Module.mk: don't delete cached iosenum.<arch>.

2007-03-14 19:00  pcanal

	* [r18272] tree/src/TChain.cxx: Update to properly handle the fact
	  that internally we use theBigNumber instead of kBigNumber

2007-03-14 18:41  brun

	* [r18271] math/src/TRandom.cxx, tutorials/math/testrandom.C: From
	  Lorenzo:
	  
	  new implementation of TRandom::Gaus using the
	  Acceptance-complement ratio
	  method from Hoermann-Derflinger. The new algorithm is probably
	  the fastest
	  currently existing and it is a factor 2/3 faster than the
	  previous
	  polar method.
	  The implementation comes from the UNURAN package of W.Hoermann &
	  J. Leydold,
	  Institut f. Statistik, WU Wien.
	  
	  The documentation in the TRandom class has been as well updated.

2007-03-14 18:28  rdm

	* [r18270] base/src/TSystem.cxx: in NextTimeOut() don't use TIter
	  since that calls indirectly malloc().
	  Because NextTimeOut() can be called, in case of a SIGALRM, while
	  the
	  process is in a free() the malloc() would wait forever in a
	  spin-lock.

2007-03-14 17:54  rdm

	* [r18269] cint/cintdlls.mk: fix parallel make in case of explicit
	  link in which case any target using
	  MAKELIB must depend on MAINLIBS.

2007-03-14 16:12  moneta

	* [r18267] tutorials/math/testrandom.C: add also Unuran tests and
	  update table

2007-03-14 15:55  rdm

	* [r18266] test/ProofBench/Makefile_event, test/ProofBench/README,
	  test/ProofBench/make_event_par.sh, test/ProofBench/make_tdset.C:
	  - add Makefile_event has libEvent(.so|.dylib) as "all" target.
	  - generate BUILD.sh and SETUP.C with the new return types.
	  - update the README (no local linking of Event.h needed anymore).

2007-03-14 15:05  brun

	* [r18265] tutorials/geom/building.C, tutorials/geom/cheongwadae.C,
	  tutorials/geom/lego.C, tutorials/geom/mp3player.C,
	  tutorials/geom/robot.C, tutorials/geom/south_gate.C,
	  tutorials/geom/station1.C, tutorials/geom/station2.C,
	  tutorials/geom/tank.C: Add a set of nice macros illustrating the
	  power of the geometry package.
	  These macros were developped at the Department of Physics,
	  University of Seoul
	  under the supervision of Professor Inkyu Park
	  (icpark@physics.uos.ac.kr),
	  for the evaluation of Computational Physics course in 2006.
	  
	  -building.C by Hyung Ju Lee (laccalus@nate.com)
	  Description: drawing a building where Dept. of Physics is.
	  
	  -cheongwadae.C by Hee Jun Shin (s-heejun@hanmail.net)
	  Description: drawing the Cheongwadae building which is the
	  Presidential
	  Residence of the Republic of Korea.
	  
	  -lego.C by Soon Gi Kwon(1116won@hanmail.net)
	  Description: drawing a figure, made of lego block.
	  
	  -mp3player.C by Eun Young Kim
	  Description: drawing a mp3 type music player.
	  
	  -robot.C by Jin Hui Hwang
	  Description: drawing a famous Korean robot, TaekwonV.
	  
	  -south_gate.C by Lan Hee Yang(yangd5d5@hotmail.com)
	  Description: drawing a famous Korean gate, the South gate, called
	  Namdeamoon
	  in Korean.
	  
	  -station1.C by Chang Yeol Lee
	  Description: drawing a space station.
	  
	  -station2.C by Dong Ryeol Lee (leedr2580@hanmail.net)
	  Description: drawing a space station.
	  
	  -tank.C by Dong Gyu Lee (ravirus@hanmail.net)
	  Description: drawing a fine tank.

2007-03-14 14:55  moneta

	* [r18264] unuran/doc/index.txt, unuran/inc/TUnuran.h,
	  unuran/src/TUnuran.cxx: add init function for binomial
	  distribution and update doc

2007-03-14 14:45  brun

	* [r18263] configure: From Sebastien Fabro:
	  a small patch to build root on sparc linux using gcc. We tested
	  it at Gentoo Linux with our sparc team.

2007-03-14 13:28  brun

	* [r18262] base/src/TSystem.cxx, cintex/src/CINTTypedefBuilder.cxx:
	  Fix coding conventions

2007-03-14 11:31  brun

	* [r18261] geom/src/TGeoManager.cxx,
	  geompainter/src/TGeoPainter.cxx: From Andrei:
	  a small patch related to color indexing changes in ROOT. Also a
	  small fix in TGeoManager::CdNext().

2007-03-14 10:46  brun

	* [r18260] graf/src/TWbox.cxx: Use TColor::GetColorBright instead
	  of fillcolor+100

2007-03-14 10:27  brun

	* [r18259] cint/src/global.h: Fix a portability problem (MAC)

2007-03-14 10:23  brun

	* [r18258] cint/inc/G__ci.h, cint/src/CallFunc.cxx,
	  cint/src/Class.cxx, cint/src/Method.cxx, cint/src/MethodAr.cxx,
	  cint/src/bc_assign.h, cint/src/bc_autoobj.cxx,
	  cint/src/bc_autoobj.h, cint/src/bc_cfunc.cxx,
	  cint/src/bc_cfunc.h, cint/src/bc_debug.cxx, cint/src/bc_debug.h,
	  cint/src/bc_eh.h, cint/src/bc_exec.cxx, cint/src/bc_exec.h,
	  cint/src/bc_exec_asm.h, cint/src/bc_inst.cxx, cint/src/bc_inst.h,
	  cint/src/bc_item.h, cint/src/bc_parse.cxx, cint/src/bc_parse.h,
	  cint/src/bc_reader.h, cint/src/bc_type.h, cint/src/bc_vtbl.cxx,
	  cint/src/bc_vtbl.h, cint/src/common.h, cint/src/fproto.h,
	  cint/src/global.h, cint/src/rflx_gensrc.cxx,
	  cint/src/v6_debug.cxx, cint/src/v6_disp.cxx, cint/src/v6_end.cxx,
	  cint/src/v6_expr.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_loadfile.cxx, cint/src/v6_newlink.cxx,
	  cint/src/v6_parse.cxx, cint/src/v6_pause.cxx,
	  cint/src/v6_scrupto.cxx, cint/src/v6_shl.cxx,
	  cint/src/v6_sizeof.cxx, cint/src/v6_struct.cxx,
	  cint/src/v6_stub.cxx, cint/src/v6_tmplt.cxx, cint/src/v6_var.cxx,
	  pyroot/src/Pythonize.cxx: From Axel:
	  * Create a reference layer for ifunc_tables. Fixes a longstanding
	  problem with re-loading of macros / libraries (c.f. ACLiC)
	  visible e.g.
	  by plugin manager complaints. Allow access to the internal CINT
	  ifunc
	  for PyROOT.
	  * scrupto: reset structs below dictpos tagnum but decl in
	  unloaded lib
	  to autoload (fixes problem with autoload structs that were not
	  updated
	  on lib unload).
	  * Allow for multiple shared lib dict init routines (see e.g.
	  problem
	  with re-loading libTree with G__Tree, ManualTree2 dicts)
	  * Fix decl locations (.so instead of macro.C opening .so).
	  * Add d'tor to Rene's func params & inheritance op[] wrappers
	  (mem leak
	  on unload)

2007-03-14 09:17  brun

	* [r18257] tree/src/TChain.cxx: Still keeping the current
	  definition of kBigNumber, fix problems like
	  in TChain::GetEntries such that chains with more than kBigNumber
	  of entries
	  can be created.

2007-03-14 08:30  brun

	* [r18256] tree/inc/TChain.h, tree/src/TChain.cxx: Undo previous
	  changes with kBigNumber. Cannot work on Windows.

2007-03-14 07:24  brun

	* [r18255] tree/inc/TChain.h, tree/src/TChain.cxx: From Philippe:
	  Change the definition of kBigNumber from 1234567890 to 1<<63 -1
	  The previous definition was in an enum. The new one is a static
	  variable of type Long64_t.
	  This fixes a problem when calling TChain::GetEntries with chains
	  containing more than 1 billion entries.

2007-03-13 17:49  pcanal

	* [r18254] base/src/TSystem.cxx: Remove ACLiC's rootmap files in
	  case of library compilation failure

2007-03-13 16:46  couet

	* [r18253] gpad/src/TPad.cxx: - The previous patch was working only
	  for pads having the canvas size.
	  Now it works for any pads.

2007-03-13 16:06  couet

	* [r18252] gpad/src/TPad.cxx: - PaintHatches: for a given hatches
	  index, the hatches' angles varried with
	  the window aspect ratio. Now the hatches' angles are fixed.

2007-03-13 15:35  rdm

	* [r18251] tutorials/hsimple.C: make hsimple.C compilable by ACliC.

2007-03-13 15:35  rdm

	* [r18250] base/src/TROOT.cxx: remove leading blanks from lines
	  passed to ProcessLineXXX().

2007-03-13 15:02  rdm

	* [r18249] meta/src/TCint.cxx: add protection against mall formed
	  rootmap file.

2007-03-13 14:38  rdm

	* [r18248] build/package/lib/makerpmspecs.sh: From Gerri;
	  needed to build Castor rootd rpms.

2007-03-13 13:11  rdm

	* [r18247] tutorials/graphics/mandelbrot.C: small change so it also
	  works in interpreted mode.

2007-03-13 13:03  brun

	* [r18246] tutorials/graphics/mandelbrot.C: From Luigi [
	  bardelli@fi.infn.it ]
	  // Example macro of using TExec to handle keyboard events.
	  // Uses TComplex to draw the Mandelbrot set.
	  // Author : Luigi Bardelli [ bardelli@fi.infn.it ]
	  //
	  // Pressing the keys 'z' and 'u' will zoom and unzoom the picture
	  // near the mouse location, 'r' will reset to the default view.
	  //
	  // Try it (in compiled mode!) with: root mandelbrot.C+
	  //
	  // Details:
	  // when a mouse event occurs the myexec() function is called (by
	  // using AddExec). Depending on the pressed key, the mygenerate()
	  // function is called, with the proper arguments. Note the
	  // last_x and last_y variables that are used in myexec() to store
	  // the last pointer coordinates (px is not a pointer position in
	  // kKeyPress events).

2007-03-13 09:31  rdm

	* [r18245] configure, globusauth/src/GlobusAuth.cxx,
	  net/src/TSocket.cxx, proofd/src/proofd.cxx, rootd/src/rootd.cxx,
	  rpdutils/inc/rpdp.h, rpdutils/src/globus.cxx,
	  rpdutils/src/rpdutils.cxx: From Gerri:
	  1. Disabling of 'chdir($HOME)' in 'rootd' when running in Castor
	  mode; this is
	  because $HOME may point to a directory not available on the
	  servers.
	  2. A few optimizations in the Globus authentication:
	  1. remove strong dependence on the user certificate on the client
	  machine
	  (all the information is retrieved from the proxy, if existing; if
	  not, the
	  certificate is looked for)
	  2. one-time initialization of the server credentials
	  3. separate root path for libs and incs; needed because some
	  installations,
	  e.g. lcg/external, are non standard.
	  4. A number fixes of the coding conventions (lower case for local
	  variables)
	  and of code simplifications
	  3. A couple of bug fixes in rpdutils.cxx found by testing these
	  changes

2007-03-13 07:55  brun

	* [r18244] cintex/src/Cintex.cxx: Fix coding conventions

2007-03-12 14:14  rdm

	* [r18242] config/Makefile.macosxicc, configure: add support for
	  Intel icc v10.

2007-03-12 13:39  brun

	* [r18240] gui/src/TRootCanvas.cxx: In TRootCanvas::ProcessMessage
	  the new TColorWheel object is shown instead of the old table.

2007-03-12 13:38  brun

	* [r18239] gpad/src/TColorWheel.cxx: The Color Wheel is drawn in a
	  canvas 400x400 instead of 600x600.
	  The TColorWheel object has its bit kCanDelete set to avoid memory
	  leaks
	  in case it is shown with the "View" option of the canvas.

2007-03-12 12:43  couet

	* [r18238] asimage/src/TASImage.cxx: - From V.Onuchin:
	  o fix memory leak in DrawCircle, DrawEllipse methods
	  o InitVisual. Init visual if fgVisual->dpy is NULL

2007-03-12 10:24  brun

	* [r18237] meta/src/TCint.cxx: From Bertrand:
	  - Fix uninitialized fRootMapFiles variable.

2007-03-12 09:46  moneta

	* [r18236] unuran/doc/index.txt, unuran/src/TUnuranEmpDist.cxx: fix
	  coding convention violation

2007-03-12 08:52  brun

	* [r18235] hist/src/TH1.cxx: The class description is now in html
	  format.

2007-03-12 08:49  moneta

	* [r18234] unuran/doc/index.txt, unuran/inc/TUnuranContDist.h,
	  unuran/inc/TUnuranDiscrDist.h, unuran/inc/TUnuranEmpDist.h,
	  unuran/inc/TUnuranMultiContDist.h: fixes for the online doc

2007-03-12 07:48  brun

	* [r18233] base/src/TColor.cxx: Update documentation

2007-03-11 07:29  brun

	* [r18232] base/src/TAttFill.cxx: Add reference to the Color Wheel

2007-03-11 07:28  brun

	* [r18231] gpad/src/TColorWheel.cxx: Fix typo in documentation.

2007-03-11 07:17  brun

	* [r18230] gpad/src/TColorWheel.cxx: Add more documentation

2007-03-10 23:13  brun

	* [r18229] gpad/inc/TColorWheel.h, gpad/src/TColorWheel.cxx: In the
	  macro example, return the canvas (required by THtml)

2007-03-10 23:03  brun

	* [r18228] gpad/src/TColorWheel.cxx: Fix a compiler warning.

2007-03-10 22:58  brun

	* [r18227] gpad/inc/LinkDef.h, gpad/inc/TColorWheel.h,
	  gpad/src/TColorWheel.cxx: Add new class to draw the ROOT Color
	  Wheel.
	  The wheel contains the recommended 216 colors to be used in web
	  applications.
	  The colors in the Color Wheel are created by
	  TColor::CreateColorWheel.
	  To view the ColorWheel, do
	  TColorWheel w;
	  w.Draw();
	  cvs:
	  ----------------------------------------------------------------------

2007-03-10 08:36  rdm

	* [r18225] pyroot/src/Converters.cxx: From Wim:
	  restore void*& function argument converter.

2007-03-09 18:06  brun

	* [r18224] test/RootShower/RootShower.cxx: Fix RootShower due to
	  the change in TStyle/TColor

2007-03-09 17:57  moneta

	* [r18223] unuran/doc/index.txt: update the documentation for the
	  new classes

2007-03-09 16:33  pcanal

	* [r18222] meta/src/TCint.cxx: For an stl, calling 'empty' instead
	  of size, is always as fast and often faster

2007-03-09 15:17  antcheva

	* [r18221] ged/inc/TH1Editor.h, ged/src/TH2Editor.cxx: Forgot to
	  remove debugging line.

2007-03-09 15:09  antcheva

	* [r18220] ged/inc/TCurlyLineEditor.h, ged/inc/TH1Editor.h,
	  ged/inc/TH2Editor.h, ged/src/TArrowEditor.cxx,
	  ged/src/TCurlyArcEditor.cxx, ged/src/TCurlyLineEditor.cxx,
	  ged/src/TH1Editor.cxx, ged/src/TH2Editor.cxx,
	  ged/src/TLineEditor.cxx: Improved editors' layout on Windows
	  and removed some intermediate container frames

2007-03-09 11:17  pcanal

	* [r18217] utils/src/rootcint.cxx: Add some protection in
	  LoadLibraryMap

2007-03-09 09:21  brun

	* [r18214] config/Makefile.depend: From Lorenzo:
	  Fix a missing dependency (fatal on Windows)

2007-03-09 09:05  moneta

	* [r18213] unuran/test/Makefile: fix a problem on Windows

2007-03-09 08:19  brun

	* [r18212] hist/src/TFormula.cxx: From Stefan Otto
	  A new optimization in TFormula::Analyze generalizing the support
	  for recursivity.

2007-03-09 06:08  brun

	* [r18211] tutorials/pyroot/tornado.py: From Wim:
	  o) take change in TView into account in tornado.py

2007-03-09 06:06  brun

	* [r18210] pyroot/src/Adapters.cxx, pyroot/src/Converters.cxx,
	  pyroot/src/PyBufferFactory.cxx, pyroot/src/Pythonize.cxx,
	  pyroot/src/TPyException.cxx: From Wim:
	  o) minor optimizations in Converters.cxx
	  o) fix for coding conventions
	  o) resolved https://savannah.cern.ch/bugs/?24531 by improved
	  diagnostics
	  on unfinished classes

2007-03-08 23:29  pcanal

	* [r18209] cont/inc/TRefTable.h, cont/src/TRefTable.cxx,
	  tree/inc/TBranchElement.h, tree/inc/TBranchRef.h,
	  tree/src/TBranchElement.cxx, tree/src/TBranchRef.cxx: From Paul:
	  Modify TRefTable, TBranchRef, and TBranchElement so that the
	  small
	  integer which is assigned to identify a TBranchElement by
	  TRefTable
	  is cached so that we need to find it only once, instead of at
	  every
	  call to TBranchElement::GetEntry() or TBranchElement::Fill().

2007-03-08 21:21  brun

	* [r18208] hist/src/TFormula.cxx: From Stefan Otto
	  -Extend TFormula::Analyze to support more than one level of
	  recursion.

2007-03-08 19:05  moneta

	* [r18207] unuran/src/UnuranDistrAdapter.h,
	  unuran/test/unuranDistr.cxx: fix assert for Windows

2007-03-08 17:12  brun

	* [r18206] gpad/src/TPad.cxx, histpainter/src/THistPainter.cxx:
	  Make use of the new functions TColor::GetColorBright and
	  TColor::GetColorDark

2007-03-08 17:10  brun

	* [r18205] base/inc/TColor.h, base/src/TColor.cxx: Implement two
	  new static functions in TColor
	  Int_t TColor::GetColorBright(Int_t n)
	  // Static function: Returns the bright color number corresponding
	  to n
	  // If the TColor object does not exist, it is created.
	  // The convention is that the bright color nb = n+150
	  
	  Int_t TColor::GetColorDark(Int_t n)
	  // Static function: Returns the dark color number corresponding
	  to n
	  // If the TColor object does not exist, it is created.
	  // The convention is that the dark color nd = n+100

2007-03-08 16:26  moneta

	* [r18204] unuran/doc, unuran/doc/index.txt: add unuran doc file

2007-03-08 16:05  moneta

	* [r18203] unuran/inc/LinkDef.h, unuran/inc/TUnuranEmpDist.h,
	  unuran/test/unuranSimple.cxx: fix a problem when generating emp
	  dist from a vector of data

2007-03-08 16:03  moneta

	* [r18202] tutorials/unuran/unuranDemo.C: udpate tutorials showing
	  the new functionality in Unuran

2007-03-08 15:55  rdm

	* [r18201] netx/Module.mk: From Bertrand:
	  Added -DNOGDI flag in netx/Module.mk, solving compilation error
	  on
	  Windows:
	  netx\src\TXNetSystem.cxx(507) : error C2039: 'SetPortA' : is not
	  a
	  member of 'TUrl'
	  include\TUrl.h(35) : see declaration of 'TUrl'
	  make: *** [netx/src/TXNetSystem.o] Error 2
	  Due to the following statement in Winspool.h: #define SetPort
	  SetPortA
	  Adding -DNOGDI in compilation flags avoid to include Winspool.h
	  through
	  Windows.h

2007-03-08 15:53  rdm

	* [r18200] base/src/TSystem.cxx: ACliC uses the list of non-default
	  rootmap files loaded in the current session.

2007-03-08 15:52  rdm

	* [r18199] meta/inc/TCint.h, meta/inc/TInterpreter.h,
	  meta/src/TCint.cxx, win32gdk/inc/TGWin32InterpreterProxy.h: new
	  method GetRootMapFiles() which returns an array of non-default
	  rootmap
	  files which have been loaded. This list is needed by ACliC to
	  generate
	  a rootmap file considering all loaded user classes and libraries.
	  Also support <file>.rootmap files in addition to rootmap<file>
	  names.

2007-03-08 12:21  brun

	* [r18198] base/src/TColor.cxx: One must include <cmath> for gcc4
	  (use of the floor function)

2007-03-08 12:17  brun

	* [r18197] base/inc/TColor.h, base/src/TColor.cxx: -Move the
	  following functions from TStyle to TColor
	  static Int_t CreateGradientColorTable(UInt_t Number, Double_t*
	  Length,
	  Double_t* Red, Double_t* Green, Double_t* Blue, UInt_t NColors);
	  static Int_t GetColorPalette(Int_t i);
	  static Int_t GetNumberOfColors();
	  static void SetPalette(Int_t ncolors, Int_t *colors);
	  
	  -Move the data member fPalette previously in TStyle as a static
	  member of TColor.
	  
	  -In TColor::InitializeColors, add the call to
	  TColor::CreateColorWheel
	  to create all the ROOT ColorWheel colors.

2007-03-08 12:17  brun

	* [r18196] base/inc/TStyle.h, base/src/TStyle.cxx: -The
	  implementation of the color functions is moved to the class
	  TColor.
	  -The old gStyle functions dealing with colors are kept for back
	  compatibility.
	  They call the new TColor functions.

2007-03-08 12:16  brun

	* [r18195] base/inc/Rtypes.h: -Extend the EColor enum with more
	  colors and changing the definition
	  of the basic colors (used by the new ROOT ColorWheel)
	  
	  enum EColor { kWhite =0, kBlack =1, kGray=920
	  ,kRed =632, kGreen =416, kBlue=600, kYellow=400, kMagenta=616,
	  kCyan=432
	  ,kOrange=800, kSpring=820, kTeal=840, kAzure =860, kViolet =880,
	  kPink=900};

2007-03-08 12:09  rdm

	* [r18194] net/inc/TFileStager.h, netx/inc/TXNetFileStager.h,
	  netx/inc/TXNetSystem.h, netx/src/TXNetFileStager.cxx,
	  netx/src/TXNetSystem.cxx, proof/src/TDSet.cxx,
	  tree/src/TChain.cxx: From Gerri:
	  This patch introduces TFileStager::Locate and uses it to improve
	  lookup
	  performances in TDSetElement::Lookup and TChain::Lookup.
	  
	  There is a further optimization to be done in XrdClientAdmin
	  under discussion
	  with Fabrizio. But that should have no (or very little) impact on
	  this
	  implementation.

2007-03-08 11:47  rdm

	* [r18193] gui/inc/TGListTree.h, gui/src/TGListTree.cxx: From Alja:
	  added a boolean data-member TGListTree::fAutoCheckBoxPic
	  controlling
	  automatic changing of check-box pictures done in
	  TGListTree::UpdateChecked().

2007-03-08 11:43  rdm

	* [r18192] castor/inc/TCastorFile.h, castor/src/TCastorFile.cxx,
	  rfio/src/TRFIOFile.cxx: From Gerri:
	  These fix several free/delete mismatches in TCastorFile and
	  TRFIOFile.
	  Also, for TCastorFile, makes the on-the-fly choice of the
	  authentication
	  method more efficient. This is important for near future attempts
	  of
	  LHCb to use globus in addition to uidgid.

2007-03-08 11:41  rdm

	* [r18191] auth/src/TAuthenticate.cxx: From Gerri:
	  fixes a bug in the negotiation mechanism preventing, in some
	  case, the
	  full list of mechanisms to be tried.

2007-03-08 11:37  rdm

	* [r18190] auth/src/TAuthenticate.cxx: From Gerri:
	  The passwd dialog was loading all the graphic libraries even when
	  not used.
	  Now done just before the first use.

2007-03-08 11:36  rdm

	* [r18189] base/src/TSystem.cxx: use GetEntriesFast() in loop over
	  dependent libs.

2007-03-08 09:48  moneta

	* [r18188] unuran/inc/TUnuranBaseDist.h,
	  unuran/inc/TUnuranEmpDist.h: add include of Rtypes required by
	  ClassDef

2007-03-08 09:38  moneta

	* [r18187] unuran/test/unuranDiscrete.cxx,
	  unuran/test/unuranHist.cxx: add a misisng include file

2007-03-08 09:34  moneta

	* [r18186] unuran/inc/TUnuranDistr.h,
	  unuran/inc/TUnuranDistrMulti.h, unuran/src/TUnuranDistr.cxx,
	  unuran/src/TUnuranDistrMulti.cxx: remove obsolete files which
	  have been renamed

2007-03-08 09:31  moneta

	* [r18185] unuran/Module.mk, unuran/inc/LinkDef.h,
	  unuran/inc/TUnuran.h, unuran/inc/TUnuranBaseDist.h,
	  unuran/inc/TUnuranContDist.h, unuran/inc/TUnuranDiscrDist.h,
	  unuran/inc/TUnuranEmpDist.h, unuran/inc/TUnuranMultiContDist.h,
	  unuran/src/TUnuran.cxx, unuran/src/TUnuranContDist.cxx,
	  unuran/src/TUnuranDiscrDist.cxx, unuran/src/TUnuranEmpDist.cxx,
	  unuran/src/TUnuranMultiContDist.cxx,
	  unuran/src/UnuranDistrAdapter.h, unuran/test/Makefile,
	  unuran/test/unuranDiscrete.cxx, unuran/test/unuranDistr.cxx,
	  unuran/test/unuranHist.cxx, unuran/test/unuranMulti2D.cxx,
	  unuran/test/unuranMulti3D.cxx: - add support for discrete
	  distribution and empirical distribution. Empirical distributions
	  are currently a set of unbinned data and generation proceed using
	  a gaussian kernel-smoothing method for finding the parent dist.
	  - re-design distribution classes and clean up TUnuran class
	  - improve existing tests and add new tests for discrete and
	  empirical distributions

2007-03-07 23:17  pcanal

	* [r18184] base/src/TSystem.cxx: On MacOS we can not keep track of
	  the dependencies of the library
	  generated by ACLiC via an hard link (because we do not produce
	  the dylib).
	  So now, on MacOS, we keep track of those dependencies using a
	  rootmap file
	  (named rootmap_MyScript_cxx for MyScript.cxx). This fixes
	  roottest on MacOS.

2007-03-07 19:48  pcanal

	* [r18183] asimage/Module.mk: Fix linking on Mac 10.3

2007-03-07 17:15  rdm

	* [r18182] gui/src/TGClient.cxx: revert previous change in
	  GetFontByName(), in batch mode return
	  FontStruct_t -1 (i.e. font exist, which does not matter since it
	  will not be displayed anyway). This allows libGui to be loaded in
	  batch mode with out segv.

2007-03-07 15:12  rdm

	* [r18181] base/inc/TUrl.h: From Gerri:
	  fFileOA needs to be reset when {fFile,fOptions,fAnchor} are
	  updated,
	  otherwise GetFileAndOptions may return a wrong value (in the case
	  it has already been called once).

2007-03-07 11:02  rdm

	* [r18179] base/src/TSystem.cxx: in Load() be more specific and use
	  libGpad and libGui instead of Gpad and Gui.

2007-03-07 09:51  brun

	* [r18177] postscript/src/TPostScript.cxx: Fix coding conventions

2007-03-07 09:46  brun

	* [r18176] graf/src/TGraphAsymmErrors.cxx: In
	  TGraphAsymmErrors::Paint, take into account the graph fill style
	  when painting the boxes
	  with option "e2"

2007-03-07 09:33  rdm

	* [r18175] cintex/src/CINTScopeBuilder.cxx,
	  cintex/src/ROOTClassEnhancer.cxx: From Pere:
	  Making Cintex more robust on dictionary autoload order (fixes
	  issue 24450).

2007-03-06 15:53  antcheva

	* [r18174] fitpanel/src/TFitEditor.cxx: The signal
	  "RangeAxisChanged()" should be disconnected from UpdateGUI slot
	  in
	  RecursiveRemove method (fixes
	  <http://savannah.cern.ch/bugs/?24437>)

2007-03-06 15:23  axel

	* [r18173] cint7/src/Apiif.cxx: Add protection for
	  !defined(G__EXCEPTIONWRAPPER)

2007-03-06 14:53  brun

	* [r18172] base/src/TQConnection.cxx, meta/src/TCint.cxx: From
	  Axel:
	  fixes a problem with TQSlot, which used a local
	  G__ClassInfo gcl as the class context for a G__CallFunc. As soon
	  as gcl
	  went out of scope, the G__CallFunc's class info became invalid.
	  It fixes
	  an error visible with guitest.C reported by valgrind.
	  
	  Also contains a fix for TCint's doc.

2007-03-06 14:35  axel

	* [r18171] cint/src/Api.cxx, cint/src/v6_init.cxx: Initialize
	  G__isconst; set it for G__ClassInfo2G__value()'s result

2007-03-06 10:59  axel

	* [r18168] reflex/Module.mk: Fix quoting of genreflex params

2007-03-06 10:32  brun

	* [r18167] graf/inc/TSpline.h: Add the following getter functions:
	  virtual Double_t GetDelta() const {return fDelta;}
	  virtual Int_t GetNp() const {return fNp;}
	  virtual Double_t GetXmin() const {return fXmin;}
	  virtual Double_t GetXmax() const {return fXmax;}

2007-03-06 10:15  moneta

	* [r18166] smatrix/Module.mk, smatrix/doc/index.txt,
	  smatrix/inc/Math/HelperOps.h, smatrix/test/testSMatrix.cxx: Fix a
	  bug in the += and -= operators for symmetric matrices when using
	  an expressions, like in operations A += B+C. The operation was
	  performed both for the upper and lower diagonal elements,
	  resulting then in applying the expression two times. A
	  corresponding test has been added in testSMatrix.cxx

2007-03-06 08:47  brun

	* [r18165] tmva/doc/index.txt: Add Reference to the new TMVA Users
	  Guide

2007-03-05 20:38  rdm

	* [r18164] winnt/src/TWinNTSystem.cxx: From Bertrand:
	  Remove unnecessary check.

2007-03-05 19:53  brun

	* [r18163] castor/src/TCastorFile.cxx: From Gerri,
	  
	  Fix a problem preventing to link with the old Castor library on
	  Windows.

2007-03-05 15:35  rdm

	* [r18161] meta/src/TCint.cxx: LoadLibraryMap(): maintain directory
	  order as specified in the LD_LIBRARY_PATH.

2007-03-05 15:02  couet

	* [r18160] asimage/inc/TASImage.h, asimage/src/TASImage.cxx: - From
	  V.Onuchin
	  TASImage::Image2Drawable. Fix for drawing images with
	  transparency.

2007-03-05 14:28  rdm

	* [r18159] base/src/TUrl.cxx: From Gerri:
	  use GetEntryFast() i.s.o. GetEntry() in the loops over the
	  special protocols
	  in TUrl. This reduces by about a factor 4 the time spent in these
	  loops ...

2007-03-05 14:26  rdm

	* [r18158] win32gdk/src/TGWin32.cxx,
	  win32gdk/src/TGWin32ProxyBase.cxx, winnt/inc/TWinNTSystem.h,
	  winnt/src/TWinNTSystem.cxx: From Bertrand:
	  - Fix a problem of threads switching when running several ROOT
	  sessions
	  (was using 100% CPU load).
	  - Allows to run threads on multiple CPUs (multicore or
	  hyperthreaded CPU).

2007-03-05 14:24  rdm

	* [r18157] base/inc/LinkDef2.h: From Gerri:
	  add pragma for function to test offline files (R_ISOFF).

2007-03-05 14:21  rdm

	* [r18156] base/src/TSystem.cxx: DirName(): return "." in case no
	  pathname does not contain a directory.
	  Also removed static array of 1000.
	  Load(): add test for gApplication being 0.

2007-03-05 12:37  couet

	* [r18155] postscript/src/TPostScript.cxx: - Rotated text aligned
	  center or right horizontally was misplaced.

2007-03-05 11:49  rdm

	* [r18154] config/rootrc.in, win32gdk/gdk/src/gdk/gdkcursors.h,
	  win32gdk/gdk/src/gdk/win32/gdkcursor-win32.c,
	  win32gdk/gdk/src/gdk/win32/gdkwin32.h,
	  win32gdk/gdk/src/gdk/win32/rc/gdk.rc, win32gdk/src/TGWin32.cxx:
	  From Bertrand:
	  fixes for the previous cursor patch.

2007-03-05 10:42  rdm

	* [r18153] base/src/TEnv.cxx: don't issue a warning in case of
	  duplicate resources where the resource
	  and value are exactly the same. Fixes bug 24157.

2007-03-05 09:53  rdm

	* [r18152] win32gdk/gdk/src/gdk/win32/rc/X-cursor.cur,
	  win32gdk/gdk/src/gdk/win32/rc/center-ptr.cur,
	  win32gdk/gdk/src/gdk/win32/rc/circle.cur,
	  win32gdk/gdk/src/gdk/win32/rc/color-picker.cur,
	  win32gdk/gdk/src/gdk/win32/rc/crosshair.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor00.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor02.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor04.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor06.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor08.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor0a.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor0c.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor0e.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor10.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor12.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor14.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor16.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor18.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor1a.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor1c.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor1e.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor20.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor22.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor24.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor26.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor28.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor2a.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor2c.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor2e.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor30.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor32.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor34.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor36.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor38.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor3a.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor3c.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor3e.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor40.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor42.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor44.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor46.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor48.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor4a.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor4c.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor4e.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor50.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor52.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor54.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor56.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor58.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor5a.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor5c.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor5e.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor60.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor62.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor64.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor66.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor68.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor6a.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor6c.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor6e.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor70.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor72.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor74.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor76.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor78.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor7a.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor7c.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor7e.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor80.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor82.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor84.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor86.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor88.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor8a.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor8c.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor8e.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor90.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor92.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor94.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor96.cur,
	  win32gdk/gdk/src/gdk/win32/rc/cursor98.cur,
	  win32gdk/gdk/src/gdk/win32/rc/dnd-ask.cur,
	  win32gdk/gdk/src/gdk/win32/rc/dnd-copy.cur,
	  win32gdk/gdk/src/gdk/win32/rc/dnd-link.cur,
	  win32gdk/gdk/src/gdk/win32/rc/dnd-move.cur,
	  win32gdk/gdk/src/gdk/win32/rc/dnd-none.cur,
	  win32gdk/gdk/src/gdk/win32/rc/dot.cur,
	  win32gdk/gdk/src/gdk/win32/rc/dotbox.cur,
	  win32gdk/gdk/src/gdk/win32/rc/exchange.cur,
	  win32gdk/gdk/src/gdk/win32/rc/fleur.cur,
	  win32gdk/gdk/src/gdk/win32/rc/gobbler.cur,
	  win32gdk/gdk/src/gdk/win32/rc/gumby.cur,
	  win32gdk/gdk/src/gdk/win32/rc/hand1.cur,
	  win32gdk/gdk/src/gdk/win32/rc/hand2.cur,
	  win32gdk/gdk/src/gdk/win32/rc/heart.cur,
	  win32gdk/gdk/src/gdk/win32/rc/left-ptr-watch.cur,
	  win32gdk/gdk/src/gdk/win32/rc/left-ptr.cur,
	  win32gdk/gdk/src/gdk/win32/rc/pencil.cur,
	  win32gdk/gdk/src/gdk/win32/rc/pirate.cur,
	  win32gdk/gdk/src/gdk/win32/rc/plus.cur,
	  win32gdk/gdk/src/gdk/win32/rc/question-arrow.cur,
	  win32gdk/gdk/src/gdk/win32/rc/right-ptr.cur,
	  win32gdk/gdk/src/gdk/win32/rc/sb-down-arrow.cur,
	  win32gdk/gdk/src/gdk/win32/rc/sb-h-double-arrow.cur,
	  win32gdk/gdk/src/gdk/win32/rc/sb-left-arrow.cur,
	  win32gdk/gdk/src/gdk/win32/rc/sb-right-arrow.cur,
	  win32gdk/gdk/src/gdk/win32/rc/sb-up-arrow.cur,
	  win32gdk/gdk/src/gdk/win32/rc/sb-v-double-arrow.cur,
	  win32gdk/gdk/src/gdk/win32/rc/shuttle.cur,
	  win32gdk/gdk/src/gdk/win32/rc/spider.cur,
	  win32gdk/gdk/src/gdk/win32/rc/spraycan.cur,
	  win32gdk/gdk/src/gdk/win32/rc/star.cur,
	  win32gdk/gdk/src/gdk/win32/rc/top-left-corner.cur,
	  win32gdk/gdk/src/gdk/win32/rc/top-right-corner.cur,
	  win32gdk/gdk/src/gdk/win32/rc/umbrella.cur,
	  win32gdk/gdk/src/gdk/win32/rc/xterm.cur: From Bertrand:
	  new cursors.

2007-03-05 09:10  rdm

	* [r18151] config/rootrc.in, win32gdk/gdk/src/gdk/gdk.def,
	  win32gdk/gdk/src/gdk/gdkcursor.h,
	  win32gdk/gdk/src/gdk/win32/gdkcursor-win32.c,
	  win32gdk/inc/TGWin32.h, win32gdk/src/TGWin32.cxx: From Bertrand:
	  Allow to use system mouse pointers instead of ROOT built-in ones.
	  Option added in rootrc to change the behavior:
	  Win32.UseSysPointers: yes
	  By default set to system pointers.

2007-03-05 09:01  rdm

	* [r18150] castor/inc/TCastorFile.h, castor/src/TCastorFile.cxx,
	  configure, rfio/src/TRFIOFile.cxx: From Gerri and Giulia
	  Taurelli:
	  Add support for CASTOR 2.1.2-4 and higher.

2007-03-05 08:42  antcheva

	* [r18149] qt/src/TQtWidget.cxx: From Valeri Fine:
	  
	  Allow the symbol "+" to be a part of the file directory
	  name. There was a clash with the ROOT file name convention
	  to treat "+" as a flag of the "animated" pixmap file.
	  -----
	  PS: STAR NFS directory do have the "+" in the directory
	  name. This is why the problem was discovered.

2007-03-04 16:05  rdm

	* [r18148] test/Makefile.arch: take into account the setting of
	  ROOTBUILD=debug.

2007-03-04 16:04  rdm

	* [r18147] cint/iosenum/iosenum.freebsd,
	  cint/iosenum/iosenum.freebsd5, cint/iosenum/iosenum.linuxdeb,
	  cint/iosenum/iosenum.linuxdeb2, cint/iosenum/iosenum.linuxrh42,
	  cint/iosenum/iosenum.linuxrh51, cint/iosenum/iosenum.linuxsuse6,
	  config/ARCHS, config/Makefile.freebsd, config/Makefile.linuxdeb,
	  config/Makefile.linuxrh42, config/Makefile.linuxrh51,
	  config/Makefile.linuxsuse6, config/Makefile.mklinux: remove
	  makefiles and iosenum's from obsolete platforms.

2007-03-04 15:18  rdm

	* [r18146] xrootd/src/xrootd-20060928-1600.src.tgz: From Gerri:
	  There were a couple of serious bugs in XrdClientReadV affecting
	  the 'readv'
	  machinery.

2007-03-04 10:54  brun

	* [r18145] gl/src/TGLSurfacePainter.cxx: From Timur:
	  to fix gl surface crashes on win32.

2007-03-04 09:53  brun

	* [r18144] test/Makefile: From Bertrand:
	  Re-enable compilation of test/threads.exe on Windows.

2007-03-03 15:07  pcanal

	* [r18143] tree/src/TTree.cxx, treeplayer/src/TTreePlayer.cxx: Add
	  explicit note on the use of free standing function and method in
	  TTree::Draw

2007-03-02 18:11  rdm

	* [r18142] x11ttf/Module.mk: fix for older version of "make".

2007-03-02 15:37  couet

	* [r18141] hist/inc/TH1.h, hist/src/Haxis.cxx: - Two new methods:
	  TH1::SetTitleFont and TH1::GetTitleFont.
	  - The axis attributes setters in Haxis.cxx now allow to change an
	  attribute
	  on 1, 2 or 3 axis at the same time. This is compatible with the
	  TStyle
	  way.
	  - Update the doc in the axis attributes setters.
	  
	  Note: may be the Haxis.cxx file should be merged with TH1.cxx.

2007-03-02 14:05  rdm

	* [r18140] base/inc/TApplication.h, base/inc/TColor.h,
	  base/src/TApplication.cxx, base/src/TColor.cxx,
	  gui/src/TGApplication.cxx: From Bertrand:
	  move TColor initialization from TApplication to TColor and call
	  the
	  initialization at the appropriate places. Fixes a number of
	  issues with
	  colors not being correctly set.

2007-03-02 13:51  rdm

	* [r18139] test/vmatrix.cxx, test/vvector.cxx: Fatal called with
	  wrong arugments.

2007-03-02 13:34  rdm

	* [r18138] base/src/TApplication.cxx: remove redundant check.

2007-03-02 13:34  rdm

	* [r18137] x11ttf/inc/TGX11TTF.h, x11ttf/src/TGX11TTF.cxx: override
	  Init() method that is used to set the TTF smoothing style for
	  which fDepth is needed which is set in the base class Init().
	  This is
	  needed due to some code reorganization in TApplication (TGX11TTF
	  loading
	  now done before creation of TGClient).

2007-03-02 10:24  brun

	* [r18136] base/inc/TApplication.h, base/src/TBrowser.cxx,
	  base/src/TSystem.cxx, gpad/src/TPad.cxx, graf/src/TImage.cxx,
	  gui/src/TGFrame.cxx, gui/src/TGWindow.cxx,
	  gui/src/TGuiBuilder.cxx, html/src/TDocDirective.cxx,
	  winnt/src/TWinNTSystem.cxx: From Bertrand:
	  Fix graphics libraries loading/initialization.

2007-03-02 08:52  brun

	* [r18135] g4root/src/TG4RootDetectorConstruction.cxx,
	  g4root/src/TG4RootNavigator.cxx, geom/inc/TGeoManager.h,
	  geom/inc/TGeoPhysicalNode.h, geom/src/TGeoManager.cxx,
	  geom/src/TGeoPhysicalNode.cxx, geom/src/TGeoVolume.cxx: From
	  Andrei:
	  TGeo: - implementation of TGeoManager::CdNext() allowing
	  positioning the current state to the next entered volume - used
	  by g4root interface
	  - implementation of TGeoManager::RefreshPhysicalNodes() that need
	  to be called after applying misalignment to ideal geometry to
	  update the node pointers so they will reflect the new geometry
	  objects created. This will also lock geometry. TGeoPhysicalNode
	  is now a TNamed.
	  - adjustments in G4 root to deal with MANY's and assemblies by
	  using TGeoManager::CdNext()

2007-03-02 08:16  brun

	* [r18134] tutorials/fit/ErrorIntegral.C: Add a new tutorial from
	  Lorenzo
	  // Macro to estimate the error in the integral of a fitted
	  function taking into account the
	  // errors in the parameters resulting from the fit.
	  // The error is estimated also using the correlations values
	  obtained from the fit
	  //
	  // run the macro doing:
	  // .x ErrorIntegral.C
	  // Author: Lorenzo Moneta

2007-03-02 07:31  brun

	* [r18133] minuit2/src/MnLineSearch.cxx: Fix coding conventions

2007-03-01 17:22  couet

	* [r18132] hist/src/TH1.cxx: - In Chi2Test() help the 2 pictures
	  are replaced by a macro execution.

2007-03-01 17:19  couet

	* [r18131] tutorials/math/chi2test.C: - Add comments

2007-03-01 17:12  couet

	* [r18130] tutorials/math/chi2test.C: - Modify the macro to make it
	  usable for the doc

2007-03-01 16:43  brun

	* [r18129] minuit/src/TMinuit.cxx: In TMinuit::SetPrintLevel, also
	  remove warnings when printlevel is set to -1

2007-03-01 16:38  brun

	* [r18128] io/src/TDirectoryFile.cxx, sql/src/TBufferSQL2.cxx,
	  sql/src/TSQLObjectData.cxx, xml/src/TBufferXML.cxx: From Sergey
	  Linev:
	  1. While name of the class is changed, one should use
	  TDirectoryFile class instead of
	  TDirectory at the moment, then new directory object is created.
	  2. Appropriate change done in non-binary part of
	  TDirectoryFile::Streamer() that old version of
	  class can be read.

2007-03-01 16:08  brun

	* [r18127] io/src/TStreamerInfo.cxx: From sergey Linev:
	  One more update proposed by Sergey in TStreamerInfo::Streamer

2007-03-01 10:37  brun

	* [r18126] io/src/TStreamerInfo.cxx: Implement a suggestion from
	  Sergey Linev in TStreamerInfo::Streamer to avoid
	  a possible bootstrap problem.

2007-03-01 10:32  brun

	* [r18125] geom/src/TGeoVolume.cxx, hist/src/TH2.cxx,
	  meta/src/TStreamerElement.cxx: Replace last occurences to
	  statements like
	  Myclass::Class()->WriteBuffer(R__b,this);
	  by
	  R__b.WriteClassBuffer(MyClass::Class(),this);

2007-03-01 09:51  couet

	* [r18124] graf/src/TArrow.cxx: - new doc

2007-03-01 09:48  couet

	* [r18123] tutorials/graphics/arrow.C: - Return the canvas to
	  produce picture for the documentation.

2007-03-01 09:42  brun

	* [r18122] meta/src/TCint.cxx: From Axel:
	  speed optimizations

2007-03-01 09:31  rdm

	* [r18121] gui/inc/TGClient.h: make ctor public again.

2007-03-01 09:12  rdm

	* [r18120] config/rootrc.in: make UseXft no the default for the
	  time being. Also remove "adobe" from
	  the font specification.

2007-03-01 08:57  rdm

	* [r18119] base/src/TApplication.cxx: fix typo in argv compression.

2007-03-01 08:21  rdm

	* [r18118] base/src/TApplication.cxx: remove used argv's, stress -b
	  30 should work again.

2007-03-01 08:12  brun

	* [r18117] minuit2/src/MnLineSearch.cxx: Fix coding conventions

2007-03-01 07:55  brun

	* [r18116] graf/src/TGraph.cxx, graf/src/TGraphAsymmErrors.cxx,
	  graf/src/TGraphErrors.cxx: In the SavePrimitive functions add the
	  TPaveStats object (if one) to the list
	  of functions using the correct pointer name.

2007-03-01 07:54  brun

	* [r18115] graf/src/TMultiGraph.cxx: In TMultiGraph::SavePrimitive
	  the TPaveStats object (when one) was added twice
	  to the list of functions.

2007-03-01 06:10  brun

	* [r18114] hist/inc/TPolyMarker.h: Add missing include "TString.h"

2007-03-01 01:09  rdm

	* [r18113] x11ttf/src/TGX11TTF.cxx: From Valeri Onuchin:
	  same improvements to Xft rendering.

2007-03-01 01:09  rdm

	* [r18112] gui/inc/TGClient.h, gui/src/TGClient.cxx,
	  gui/src/TGWindow.cxx: make TGClient ctor protected and allow only
	  a few friend classes to create
	  a TGClient (prevents accidental new TGClient from CINT).

2007-03-01 01:07  rdm

	* [r18111] config/rootrc.in, gui/src/TGResourcePool.cxx: replace
	  -adobe- in font spec by generic -*-.

2007-03-01 01:07  rdm

	* [r18110] base/src/TApplication.cxx: make sure TGX11TTF is created
	  before TGClient so we can use TTF fonts in
	  the GUI.

2007-02-28 18:10  brun

	* [r18109] base/src/TROOT.cxx, meta/inc/TCint.h,
	  meta/src/TCint.cxx: From Axel:
	  * Name TROOT collections.
	  * Re-enable TCint's special handling and cleanup, now with
	  caching.

2007-02-28 18:04  couet

	* [r18108] hist/src/TH1.cxx: - Rewrite Chi2Test doc using new
	  THtml.
	  (still some work to do in the rest TH1.cxx)

2007-02-28 16:50  brun

	* [r18107] proofx/src/TXProofServ.cxx: From Gerri:
	  Implement a cleaner receipe to avoid deadlock situations when
	  terminating

2007-02-28 10:35  brun

	* [r18106] graf/src/TImage.cxx: In TImage::Open fix a bug when
	  deleting the local char array.

2007-02-28 09:54  couet

	* [r18105] graf/src/TGraphPolar.cxx: - new doc

2007-02-28 09:43  couet

	* [r18104] graf/src/TCrown.cxx: - new doc

2007-02-27 21:37  pcanal

	* [r18103] winnt/src/TWinNTSystem.cxx: Revert TWinNTSystem::Load to
	  report the error status of the loading of its parameter rather
	  than the loading of the last of the 'load request'

2007-02-27 21:13  brun

	* [r18102] pyroot/src/Converters.cxx: From Wim:
	  o) fix 32 bit cutoff (Int_t used where Long_t needed) when
	  converting
	  unsigned long (long)s, solving
	  https://savannah.cern.ch/bugs/?24100

2007-02-27 19:11  brun

	* [r18101] pyroot/src/Adapters.cxx: From Wim:
	  o) fix https://savannah.cern.ch/bugs/?24080; only strip
	  namespaces in
	  current class, not in template parameters

2007-02-27 19:00  pcanal

	* [r18100] meta/inc/TVirtualStreamerInfo.h: Generate the dictionary
	  for the public function of the Abstract interface

2007-02-27 18:32  axel

	* [r18099] cint/inc/G__ci.h, cint/src/common.h,
	  cint/src/v6_loadfile.cxx, cint/src/v6_newlink.cxx,
	  cint/src/v6_struct.cxx: Implement forward declared classes, so
	  autoloading is not triggered for ptr to class. tagnum setup is
	  done via new API func G__get_linked_tagnum_fwd().
	  Reduce the number of unnecessary fopens (work-around mavc8
	  runtime lib bug)
	  Initialize G__srcfile.breakpoint
	  Passes all roottests except for ./root/meta/evolution/foreign

2007-02-27 16:08  couet

	* [r18098] hist/src/TF1.cxx: - Better version of the documentation.

2007-02-27 14:31  moneta

	* [r18097] smatrix/test/Makefile, smatrix/test/matrixOperations.C:
	  update makefile and fix macro

2007-02-27 13:16  couet

	* [r18096] tutorials/image/trans_graph.C: - From V.Onuchin:
	  This tutorial new demonstrates:
	  - how to directly access and manipulate ARGB pixel values of an
	  image.
	  - how to make a part of an image to be transparent.
	  - how to merge/alphablend an image with transparent colors
	  with some background image.

2007-02-27 13:08  couet

	* [r18095] asimage/src/TASImage.cxx, graf/src/TImage.cxx: - From
	  V.Onuchin
	  TASImage, TImage, Open method - expanding of file name added.

2007-02-27 10:52  antcheva

	* [r18094] gui/src/TGClient.cxx: From Axel:
	  GetFontByName() should really return 0 if it can't find the font
	  because there are none.

2007-02-27 08:20  brun

	* [r18093] cint/src/v6_newlink.cxx: Remove a dummy statement
	  introduced during the memory reduction exercise

2007-02-27 08:04  axel

	* [r18092] cint/src/v6_newlink.cxx: Keep leading and trailing char
	  for non-string default values.

2007-02-26 17:27  couet

	* [r18091] graf/src/TGraph.cxx: - New documentation.

2007-02-26 17:24  brun

	* [r18090] base/src/TApplication.cxx: From Axel:
	  protect argv manipulation from missing macos kernel protection.

2007-02-26 16:20  couet

	* [r18089] hist/src/TF1.cxx: - New documentation.

2007-02-26 16:10  brun

	* [r18088] g4root/src/TG4RootNavigator.cxx,
	  geom/src/TGeoManager.cxx: From Andrei:
	  patches in geom/g4root related to navigation based on GEANT4.
	  Fixed some wrong flags settings.

2007-02-26 15:32  brun

	* [r18087] math/src/TMath.cxx: Small improvement in TMath::IsInside
	  in case the 1st and last point are not identical.

2007-02-26 15:01  brun

	* [r18086] proof/inc/TProofChain.h, tree/src/TChain.cxx: From Anna:
	  Because of my TEntryList connected changes, TEventLists stopped
	  working on proof. This fix should solve this problem.
	  So, now for proof everything should be the same way it was before
	  TEntryList introduction.

2007-02-26 14:46  brun

	* [r18085] hist/src/TFormula.cxx: Fix a problem in
	  TFormula::GetParameter(const char*)

2007-02-26 14:39  brun

	* [r18084] gui/src/TGFrame.cxx, proof/src/TProofProgressDialog.cxx,
	  sessionviewer/src/TProofProgressDialog.cxx: From Bertrand:
	  Following latest mods for delayed loading, TProofProgressDialog
	  was not
	  working properly anymore (due to gClient usage before
	  initialization of
	  graphics libs).
	  Thanks to Anna for reporting the bug.

2007-02-26 11:02  axel

	* [r18083] cint/src/v6_struct.cxx: Fix G__search_tagname vs.
	  autoload vs. declaration

2007-02-26 09:27  antcheva

	* [r18082] gui/src/TGListView.cxx: Make sure that fMaxSize is
	  initialized properly in ResizeColumns method.

2007-02-26 08:39  brun

	* [r18081] graf/src/TGraph.cxx: Fix a problem in
	  TGraph::ExecuteEvent in case the fHistogram pointer is null.
	  In this case TPad::Range should not be called.

2007-02-26 08:16  brun

	* [r18080] graf/src/TGraph.cxx: Modify TGraph::DistancetoPrimitive
	  to select the graph when clicking inside
	  the graph if it has been drawn with the fill area option.

2007-02-23 17:42  axel

	* [r18079] html/src/TDocDirective.cxx, html/src/TDocParser.cxx,
	  html/src/THtml.cxx: Fix missing empty lines in directives
	  Rewind dictionary after doc macro execution
	  Make sure class table gets rebuilt after call to
	  THtml::SetSourceDir()
	  Embed img inside span to be xhtml compliant even in pre
	  Load graphic libs if needed, before a macro triggers it and we
	  rewind CINT after the macro
	  Find module doc when pwd!=ROOTSYS
	  Find doc macros when pwd!=ROOTSYS or macro file name has
	  (relative) path
	  Specify full path to mathcore/... sources (to find their doc/
	  when pwd!=ROOTSYS)
	  Allow determination of product==ROOT even for BOOTLIBS
	  Fix THtml's doc
	  Allow lines in doc macros to be hidden from source tab: must end
	  on *HIDE*

2007-02-23 15:02  couet

	* [r18078] graf/doc/macros/greekletters.C, graf/src/TLatex.cxx: -
	  New documentation.

2007-02-23 14:59  brun

	* [r18077] test/Makefile.win32: From Bertrand:
	  Modified test/Makefile.win32 following latest changes (libs
	  dependencies)

2007-02-23 14:57  brun

	* [r18076] graf/doc/macros, graf/doc/macros/mathsymbols.C: Add new
	  directory graf/doc/macros with a first macro mathsymbols.C

2007-02-23 11:12  brun

	* [r18075] g4root/src/TG4RootDetectorConstruction.cxx: From Andrei:
	  a small improvement in g4root in the algorithm of creating G4
	  hierarchy that avoids creating volumes that are not in the
	  hierarchy.

2007-02-23 11:11  brun

	* [r18074] geom/src/TGeoPhysicalNode.cxx, geom/src/TGeoVolume.cxx:
	  From Andrei:
	  a patch in TGeoVolume::MakeCopyNodes that correcly sets the
	  mother volume pointer in nodes that are copied. Prevents a crash
	  in G4root when some container volumes are transformed in
	  assemblies (ITS)

2007-02-23 09:51  couet

	* [r18073] asimage/src/TASImage.cxx: - From V.Onuchin:
	  Improve text size in batch mode (now closer to the size in
	  interactive mode)

2007-02-23 09:46  couet

	* [r18072] asimage/src/TASImage.cxx: - Remove a compilation
	  warning.

2007-02-23 09:37  couet

	* [r18071] base/doc/macros/fonts.C, base/doc/macros/textalign.C,
	  base/doc/macros/textangle.C, base/src/TAttText.cxx: - New
	  documentation.

2007-02-23 09:17  couet

	* [r18070] base/src/TAttFill.cxx: - New documentation.

2007-02-23 08:42  brun

	* [r18069] base/doc, base/doc/macros,
	  base/doc/macros/fillpatterns.C: From Olivier:
	  New macro used in the html documentation.

2007-02-22 22:58  brun

	* [r18068] cint/src/v6_struct.cxx: Remove debug statements with a
	  problem.

2007-02-22 22:37  brun

	* [r18067] cint/src/v6_struct.cxx: Preset the data structure
	  G__iheritance when allocating it.

2007-02-22 20:58  brun

	* [r18066] base/inc/TApplication.h: From Bertrand:
	  Fix a compilation error under Solaris.

2007-02-22 20:46  brun

	* [r18065] cint/src/BaseCls.cxx, cint/src/Class.cxx,
	  cint/src/Method.cxx, cint/src/bc_item.cxx, cint/src/common.h,
	  cint/src/v6_debug.cxx, cint/src/v6_disp.cxx,
	  cint/src/v6_ifunc.cxx, cint/src/v6_inherit.cxx,
	  cint/src/v6_newlink.cxx, cint/src/v6_sizeof.cxx,
	  cint/src/v6_struct.cxx, cint/src/v6_tmplt.cxx,
	  cint/src/v6_var.cxx: Implemented the same solution for the
	  G__inheritance data structure
	  that I implemented for G__ifunc_table. Instead of using fixed
	  size arrays,
	  use dynamic arrays thanks to an intermediate operator [].
	  Also a gain in memory for all classes (not only at startup).

2007-02-22 16:45  brun

	* [r18064] asimage/src/TASPaletteEditor.cxx, base/src/TColor.cxx,
	  graf/src/TImage.cxx, guibuilder/src/TRootGuiBuilder.cxx,
	  html/src/TDocParser.cxx, proof/src/TSessionViewer.cxx,
	  sessionviewer/src/TSessionViewer.cxx,
	  treeviewer/src/TTreeViewer.cxx: From Bertrand:
	  - Removal of gClient->GetRoot() in several TGMainFrame ctor.
	  - Initialize graphics libs at TImage creation time.

2007-02-22 16:38  couet

	* [r18063] gpad/src/TPad.cxx: - Better version of DrawColorTable

2007-02-22 16:27  couet

	* [r18062] postscript/src/TImageDump.cxx: - From V.Onuchin:
	  Empty boxes were not drawn correctly.

2007-02-22 15:40  brun

	* [r18061] gui/src/TRootCanvas.cxx, hist/src/TGraph2DErrors.cxx,
	  hist/src/THStack.cxx, tree/src/TBranchBrowsable.cxx,
	  tree/src/TQueryResult.cxx: From Axel:
	  Remove unnecessary includes.

2007-02-22 15:24  antcheva

	* [r18060] gui/src/TGFrame.cxx: Follow-up changes in SavePrimitive
	  methods related to automatic graphics initialization in GUI
	  classes

2007-02-22 14:11  couet

	* [r18059] asimage/inc/TASImage.h, asimage/src/TASImage.cxx,
	  graf/inc/TImage.h: - From Valeri Onuchin:
	  TImage, TASImage new method introduced -
	  DrawText(Text *text, Int_t x, Int_t y)
	  which allows to draw TText object in TImage, where x,y are in
	  pixels.

2007-02-22 14:10  brun

	* [r18058] base/inc/TApplication.h, gui/src/TGFrame.cxx,
	  gui/src/TGWindow.cxx, tutorials/gui/CPUMeter.C,
	  tutorials/gui/Slider3Demo.C, tutorials/gui/WorldMap.C,
	  tutorials/gui/buttonChangelabel.C, tutorials/gui/buttonsLayout.C,
	  tutorials/gui/guilabels.C, tutorials/gui/listBox.C,
	  tutorials/gui/mditest.C, tutorials/gui/numberEntry.C,
	  tutorials/gui/splitterHorizontal.C,
	  tutorials/gui/splitterVertical.C, tutorials/gui/statusBar.C,
	  tutorials/net/spy.C: From Bertrand:
	  automatic graphics initialization in gui classes.
	  I also replaced all gClient->GetRoot() by 0 in tutorials.

2007-02-22 14:09  couet

	* [r18057] postscript/src/TImageDump.cxx: - From Valeri Onuchin:
	  Fixed problems with alignment of rotated text.

2007-02-22 11:51  brun

	* [r18056] alien/inc/TAlienFile.h, base/inc/TVirtualMonitoring.h,
	  gui/inc/TGTableLayout.h, monalisa/inc/TMonaLisaWriter.h,
	  netx/inc/TXNetFile.h: From Federico:
	  Some small mods for effc++

2007-02-22 11:27  brun

	* [r18055] cint/src/Class.cxx, cint/src/common.h,
	  cint/src/v6_ifunc.cxx, cint/src/v6_newlink.cxx,
	  cint/src/v6_struct.cxx: One more change in common.h to get rid of
	  the limitation on G__MAXFUNCPARA.
	  We also gain additional space in memory.

2007-02-22 10:59  couet

	* [r18054] base/src/TAttLine.cxx: - Help improvments.

2007-02-22 10:51  couet

	* [r18053] base/src/TAttMarker.cxx: - Help improvements.

2007-02-22 09:42  brun

	* [r18052] base/src/TROOT.cxx: Add a missing ";" when calling
	  TF1::InitStandardFunctions() in TROOT::GetFunction.

2007-02-21 21:54  brun

	* [r18051] graf/src/TGraphPolar.cxx, graf/src/TPie.cxx,
	  graf/src/TPieSlice.cxx: From Axel:
	  Replace include "TPad.h" by "TVirtualPad.h"
	  Including TPad.h had a catastrophic side-effect of introducing
	  dependencies of graf on gpad.

2007-02-21 17:35  couet

	* [r18050] graf/src/TGaxis.cxx: - The title offset could not be
	  smaller than 0.1. There is no reasons
	  why it should not be.

2007-02-21 17:13  brun

	* [r18049] gl/src/TGLDisplayListCache.cxx, gl/src/TGLViewer.cxx,
	  gui/src/TGuiBuilder.cxx: From Bertrand:
	  - Replaced some direct calls to gl functions by gVirtualGL ones,
	  allowing GLViewer to work again on Windows :-\
	  - Make sure that Gpad and GUI libs are loaded with TGuiBuilder.

2007-02-21 17:08  brun

	* [r18048] base/inc/TAttLine.h: Add missing declaration of
	  Riosfwd.h that is needed in case the class
	  is directly by a user class.

2007-02-21 17:01  couet

	* [r18047] gpad/src/TPad.cxx: - Better version of DrawColorTable().

2007-02-21 15:40  couet

	* [r18046] postscript/src/TImageDump.cxx: - From Valeri Onuchin
	  Fix to improves text alignment.

2007-02-21 13:45  brun

	* [r18045] graf/src/TArrow.cxx, graf/src/TCrown.cxx: From Jan
	  Musinski:
	  Add the missing SetBit(kCanDelete) in TArrow::DrawArrow and
	  TCrown::DrawCrown.

2007-02-21 13:03  brun

	* [r18044] graf/src/TArc.cxx: In TArc::DrawArc, one must set the
	  kCanDelete bit for the cloned object
	  (thanks jan Musinski)

2007-02-21 12:39  couet

	* [r18043] base/src/TAttLine.cxx: - Fix a typo in help text.

2007-02-21 11:50  brun

	* [r18042] base/inc/TApplication.h, base/src/TBrowser.cxx,
	  gpad/src/TPad.cxx: From Bertrand:
	  Make sure that Gpad and GUI libs are loaded with TBrowser

2007-02-21 10:35  brun

	* [r18041] geom/src/TGeoXtru.cxx: From Andrei:
	  another fix in TGeoXtru for extruded polygons having 2 sections
	  at same Z position.CVS:
	  ----------------------------------------------------------------------

2007-02-21 10:32  couet

	* [r18040] postscript/src/TImageDump.cxx: - From Valeri Onuchin:
	  Better text scaling.

2007-02-21 09:52  brun

	* [r18039] Makefile, base/inc/TVirtualMutex.h,
	  base/src/TApplication.cxx, cint/src/v6_struct.cxx,
	  gpad/src/TPad.cxx, rint/src/TRint.cxx, win32gdk/inc/TGWin32.h,
	  win32gdk/src/TGWin32.cxx, winnt/inc/TWinNTSystem.h,
	  winnt/src/TWinNTSystem.cxx: From Axel and Bertrand:
	  Fix autoloads problem on Windows.

2007-02-21 09:33  couet

	* [r18038] base/src/TAttLine.cxx: - Help update using the new THtml
	  facilities.

2007-02-21 09:20  couet

	* [r18037] asimage/src/TASImage.cxx, postscript/inc/TImageDump.h,
	  postscript/src/TImageDump.cxx: - From Valeri Onuchin:
	  Implement the line styles > 4

2007-02-20 21:13  brun

	* [r18036] cint/inc/G__ci.h, cint/src/Class.cxx,
	  cint/src/Method.cxx, cint/src/MethodAr.cxx,
	  cint/src/bc_cfunc.cxx, cint/src/bc_vtbl.cxx, cint/src/common.h,
	  cint/src/v6_disp.cxx, cint/src/v6_end.cxx, cint/src/v6_ifunc.cxx,
	  cint/src/v6_newlink.cxx, cint/src/v6_scrupto.cxx,
	  cint/src/v6_shl.cxx, cint/src/v6_sizeof.cxx,
	  cint/src/v6_struct.cxx, cint/src/v6_stub.cxx: -Change back the
	  G__MAXFUNCPARA from 20 to 40.
	  -The structure G__ifunc_table has been modified to remove
	  the previous extremely expensive structure. Instead of allocating
	  many arrays of size proportional to G__MAXFUNCPARA, an array of
	  G__MAXFUNCPARA pointers is created. Structures of type
	  G__paramfunc
	  are allocated only for the effective number of function
	  arguments.
	  
	  This change has requested a deep editing of several CINT
	  functions.
	  Thanks to Axel for helping with a nice sed script and proposing
	  the nice idea of an "[]" operator to access the new G__paramfunc
	  elements.
	  
	  The net result is that with G__MAXFUNCPARA=40, the real memory
	  footprint has decreased from 10.3 MBytes to 8 MBytes when getting
	  the ROOT prompt. The gain is nearly 10 MBytes when running with
	  the usual graphics libs (eg running benchmarks.C).

2007-02-20 17:08  axel

	* [r18035] etc/html/HELP.html: Fix layout + charset of help file

2007-02-20 15:53  moneta

	* [r18034] mathcore/inc/Math/LinkDef_GenVector.h,
	  mathmore/inc/Math/LinkDef.h: add pragma for nested classes

2007-02-20 15:09  antcheva

	* [r18033] ged/inc/TF1Editor.h, ged/src/TF1Editor.cxx: Improvements
	  and minor fixes.

2007-02-20 13:25  brun

	* [r18031] x11ttf/src/TGX11TTF.cxx: Fix a compilation error on
	  Solaris (in case R__HAS_XFT is not set)

2007-02-20 12:53  rdm

	* [r18030] netx/inc/TXNetFileStager.h: fix hiding warning of the
	  Stage() method.

2007-02-20 12:42  couet

	* [r18029] base/src/TAttMarker.cxx: - Write valid HTML according to
	  http://validator.w3.org/

2007-02-20 12:37  rdm

	* [r18028] asimage/src/libAfterImage.tar.gz: From Valeri Onuchin:
	  second attempt of import of this new version. Problems on Win32
	  are now
	  fixed.

2007-02-20 11:16  rdm

	* [r18027] x11ttf/src/TGX11TTF.cxx: Forgot to check in one crucial
	  file with the main changes for Xft.

2007-02-20 09:44  rdm

	* [r18026] base/inc/TVirtualX.h, base/src/TVirtualX.cxx,
	  config/RConfigure.in, config/rootrc.in, configure,
	  win32gdk/inc/TGWin32.h, win32gdk/src/TGWin32.cxx,
	  x11/inc/TGX11.h, x11/src/GX11Gui.cxx, x11ttf/Module.mk,
	  x11ttf/inc/TGX11TTF.h: From Valeri Onuchin:
	  add Xft support to ROOT X11. This is an important extension as it
	  allows
	  GUI text to be rendered (server side) with TrueType fonts making
	  the GUI
	  much more readable. During configuration we check for Xft
	  availability.
	  At run time the user can decide to use or not use it via the:
	  
	  X11.UseXft: yes/no
	  
	  flag in the rootrc file. The default is to use it when the
	  capability
	  is compiled in the ROOT libraries.

2007-02-19 18:51  brun

	* [r18024] base/inc/TBuffer.h, base/inc/TQCommand.h,
	  base/inc/TQConnection.h, base/inc/TVirtualFFT.h,
	  base/inc/TVirtualFitter.h, base/inc/TVirtualGL.h,
	  base/inc/TVirtualPS.h, base/inc/TVirtualPad.h,
	  base/inc/TVirtualPadEditor.h, base/inc/TVirtualViewer3D.h: Undo
	  all the changes excluding functions from the abstract interface
	  to be visible from CINT.
	  Too many side-effects and not enough energy to solve the problem.
	  a real pity: we are waisting 1 MByte of real memory with ROOT
	  Core.

2007-02-19 18:39  brun

	* [r18023] asimage/src/TASImage.cxx, postscript/src/TImageDump.cxx:
	  From Valeriy Onuchin:
	  - TASImage, TImageDump
	  Fix drawing of bottom aligned text in batch mode

2007-02-19 16:16  rdm

	* [r18022] base/inc/TVirtualX.h: Remove the exclusion of most
	  functions from the CINT interface, the
	  GUI was failing.

2007-02-19 16:13  moneta

	* [r18021] smatrix/inc/LinkDef.h, smatrix/inc/LinkDefD32.h: add
	  #pragma link C++ nestedclass otherwise dictionary is not
	  correctly built

2007-02-19 16:02  brun

	* [r18020] cont/inc/TCollection.h: Remove the exclusion of most
	  functions from the CINT interface

2007-02-19 15:48  rdm

	* [r18019] base/inc/TQObject.h: re-export all methods to CINT, they
	  are needed for the signal-slots.

2007-02-19 15:38  rdm

	* [r18018] config/Makefile.macosx, configure: with the latest Fink
	  we have now gfortran and all the old CERN libs.

2007-02-19 14:32  brun

	* [r18017] tutorials/gui/WorldMap.C: Move file from image to gui

2007-02-19 14:32  brun

	* [r18016] tutorials/gui/worldmap.jpg, tutorials/image/WorldMap.C,
	  tutorials/image/worldmap.jpg: Move files from image to gui

2007-02-19 14:30  brun

	* [r18015] tutorials/graphics/earth.C,
	  tutorials/graphics/earth.dat: These two files are moved from
	  image to graphics.

2007-02-19 14:29  brun

	* [r18014] tutorials/image/earth.C, tutorials/image/earth.dat:
	  Remove these 2 files from image. They will be moved to graphics.

2007-02-19 14:20  brun

	* [r18013] geom/src/TGeoManager.cxx, geom/src/TGeoXtru.cxx: From
	  Andrei:
	  a patch for a tracking problem observed separately by Sue and
	  Ivana:
	  1. protection in TGeoXtru::DistFromInside/Outside in case the
	  proposed step is bigger than TGeoShape::Big()
	  2. correction in computing safety for TGeoXtru shape that was
	  underestimating safety value.

2007-02-19 11:23  brun

	* [r18012] cint/inc/G__ci.h: -Increase G__MAXSTRUCT and
	  G__MAXTYPEDEF to 24000. This has no visible effect on the
	  memory used by CINT.
	  
	  -Decrease G__MAXFUNCPARA from 40 to 20. This has a very visible
	  effect on
	  the memory used by CINT (saves 20% of the memory for a normal
	  ROOT application)
	  
	  -If you have a class with a function having more than 20
	  arguments, exclude it
	  from the CINT interface with a "ifndef __CINT__" statement.

2007-02-19 11:17  brun

	* [r18011] quadp/inc/TQpProbSparse.h: Do not expose the MakeData
	  function with more than 20 arguments to
	  the interactive interface.

2007-02-19 09:34  rdm

	* [r18010] Makefile: proof and thread are now not optional compiles
	  anymore.

2007-02-19 08:20  brun

	* [r18009] main/src/h2root.cxx: The variable bigbuf must be a
	  global variable on 64 bits platforms,
	  otherwise the function locf from cernlib used to compute the
	  difference
	  between two addresses will not work.

2007-02-18 20:50  rdm

	* [r18008] gpad/src/TPad.cxx: remove TPadView3D.h include.

2007-02-18 18:13  brun

	* [r18007] cont/inc/TBtree.h: Do not expose a large subset of
	  TBtree to a CINT interface.

2007-02-18 17:03  rdm

	* [r18006] base/src/TSystem.cxx: small typo in comment.

2007-02-18 17:00  rdm

	* [r18005] Makefile, main/Module.mk: don't use anymore ROOTULIBS
	  when linking root.exe.

2007-02-18 16:50  brun

	* [r18004] base/inc/LinkDef1.h, base/inc/TPadView3D.h,
	  base/inc/TVirtualPad.h, base/src/TPadView3D.cxx, gpad/inc/TPad.h,
	  table/inc/LinkDef.h, table/inc/TTablePadView3D.h,
	  table/src/TPolyLineShape.cxx, table/src/TTablePadView3D.cxx,
	  table/src/TVolume.cxx, table/src/TVolumePosition.cxx,
	  table/src/TVolumeView.cxx: Move the class TPadView3D from base to
	  table, this class being used only by table, and rename it
	  TTableView3D.
	  Change the signature of TPad::GetView3D and ResetView3D with the
	  TPadView*
	  class changed to TObject*

2007-02-18 15:42  brun

	* [r18003] gpad/inc/TView.h: Remove an ifndef __CINT__ forgotten
	  during the development.

2007-02-18 15:42  brun

	* [r18002] tutorials/graphics/basic3d.C,
	  tutorials/graphics/tornado.C: Replace calls to the TView
	  constructor by TView::CreateView.

2007-02-18 15:35  rdm

	* [r18001] alien/inc/TAlienResult.h, alien/src/TAlienResult.cxx,
	  config/Makefile.depend, net/inc/TGridResult.h: remove dependency
	  of libNet on libTree.

2007-02-18 15:00  brun

	* [r18000] base/inc/TVirtualUtil3D.h, base/src/TVirtualUtil3D.cxx,
	  g3d/inc/TUtil3D.h, g3d/src/TUtil3D.cxx: Remove obsolete classes.

2007-02-18 14:59  brun

	* [r17999] config/rootrc.in: -remove old plug-in TVirtualUtil3D
	  -Add new plug-in TView

2007-02-18 14:58  brun

	* [r17998] eg/src/TGenerator.cxx, g3d/inc/TPolyMarker3D.h,
	  g3d/src/TMarker3DBox.cxx, g3d/src/TNode.cxx,
	  g3d/src/TPolyMarker3D.cxx, geompainter/src/TGeoPainter.cxx,
	  gpad/src/TViewer3DPad.cxx,
	  histpainter/src/TPainter3dAlgorithms.cxx,
	  proof/src/TProofDraw.cxx, proofplayer/src/TProofDraw.cxx,
	  table/src/TTable.cxx, table/src/TVolume.cxx,
	  table/src/TVolumeView.cxx, treeplayer/src/TSelectorDraw.cxx:
	  -Replace all calls to the TView constructor by a call to the new
	  static
	  function TView::CreateView.

2007-02-18 14:58  brun

	* [r17997] base/inc/LinkDef1.h, g3d/inc/LinkDef.h,
	  g3d/inc/TView3D.h, g3d/src/TView3D.cxx, gpad/inc/LinkDef.h,
	  gpad/inc/TView.h, gpad/src/TView.cxx: cvs ci base/inc/LinkDef1.h
	  g3d/inc/LinkDef.h gpad/inc/LinkDef.h \
	  gpad/inc/TView.h gpad/src/TView.cxx \
	  g3d/inc/TView3D.h g3d/src/TView3D.cxx

2007-02-18 14:56  brun

	* [r17996] base/inc/TBuffer.h, base/inc/TQCommand.h,
	  base/inc/TQConnection.h, base/inc/TQObject.h,
	  base/inc/TVirtualFFT.h, base/inc/TVirtualFitter.h,
	  base/inc/TVirtualGL.h, base/inc/TVirtualPS.h,
	  base/inc/TVirtualPad.h, base/inc/TVirtualPadEditor.h,
	  base/inc/TVirtualViewer3D.h, base/inc/TVirtualX.h,
	  cont/inc/TCollection.h, cont/inc/TVirtualCollectionProxy.h,
	  meta/inc/TVirtualStreamerInfo.h: For abstract interfaces,
	  generate the CINT stub functions only for
	  the strict minimum of functions.
	  Keep only one pure function known to CINT such that CINT can
	  recognize that the class is abstract and has pure functions.
	  This optimization gains about one megabyte of generated code.

2007-02-17 08:23  brun

	* [r17995] graf/src/TGraphAsymmErrors.cxx: In
	  TGraphAsymmErrors::BayesDivide
	  -Do not store points with a null efficiency
	  -Do not generate the high error such that efficiency+yerror>1

2007-02-16 18:14  brun

	* [r17994] ruby/src/rrenums.h: Remove the Ruby interface for enums
	  kOpenTriangleDown and kFullCross.

2007-02-16 17:23  couet

	* [r17993] base/inc/TAttMarker.h, base/src/TAttMarker.cxx: - The
	  list of marker style has been updated.
	  - The help is now written using the new THtml features.

2007-02-16 16:57  couet

	* [r17992] hist/src/TH1.cxx: - Modify the SetBinContent(...)
	  methods having special code for time axis.
	  The time axis case is now well separated. With the old version
	  the
	  following macro did not work. The 2nd plot had twice more bins
	  than the
	  1st one.
	  void timetest2() {
	  TDatime sdate(2006, 05, 20, 00, 00, 00);
	  gStyle->SetTimeOffset(sdate.Convert());
	  TH1F *h = new TH1F("h", "", 5, 0, 86400);
	  for ( Int_t i = 1; i <= 5; i++ ) h->SetBinContent(i, 1);
	  h->GetXaxis()->SetTimeDisplay(1);
	  h->GetXaxis()->SetTimeFormat("#splitline{%Y/%m/%d}{%H:%M}");
	  h->GetXaxis()->SetLabelOffset(0.033);
	  TCanvas *c = new TCanvas("c", "", 50, 50, 900, 600);
	  c->Divide(1, 2); c->cd(1); h->Draw();
	  c->cd(2); TH1F *h2 = (TH1F*)h->Clone("h2");
	  h2->Scale(0.5); h2->Draw();
	  }

2007-02-16 15:05  couet

	* [r17991] asimage/src/TASImage.cxx, postscript/src/TImageDump.cxx:
	  - From Valeri Onuchin:
	  small mods related to the last fix to avoid warning messages.

2007-02-16 14:44  brun

	* [r17990] base/src/TBrowser.cxx: Use the plugin manager to make
	  sure that the shared libs containing the concrete
	  implementations of the browser are loaded.

2007-02-16 14:29  couet

	* [r17989] asimage/src/TASImage.cxx, postscript/src/TImageDump.cxx:
	  - From Valeri Onuchin:
	  TImageDump, TASImage fix generation text in batch mode.

2007-02-16 13:36  rdm

	* [r17988] configure: From Gerri:
	  extends the check on the CASTOR version to the patch-level
	  and enables CASTOR2, for the time being, only for versions
	  2.1.0-* and 2.1.1-* ...

2007-02-16 12:15  rdm

	* [r17987] oracle/src/TOracleServer.cxx: Add extensive description
	  how to setup the Oracle instantclient libraries
	  and how to use the Oracle plugin.

2007-02-16 12:14  rdm

	* [r17986] configure: remove the --disable-thread otpion. ROOT
	  needs system thread (pthread)
	  to build. Refine the Oracle instantclient occi.h include search
	  path.

2007-02-16 10:37  brun

	* [r17985] geom/src/TGeoCompositeShape.cxx: From Andrei:
	  composites with several CSG levels ignored the global matrix of
	  the volume having this shape.

2007-02-16 08:37  brun

	* [r17984] tutorials/graphics/quarks.C: This tutorial was deleted
	  by mistake in version 5.14 when reorganizing tutorials.

2007-02-16 08:03  brun

	* [r17983] asimage/src/libAfterImage.tar.gz: Reintroduce previous
	  version of the tar file. The new version does not compile on
	  Windows and Solaris.

2007-02-15 23:52  rdm

	* [r17982] base/src/TString.cxx: fix in IsFloat(), allow two - or +
	  symbols in a float like:
	  -1.0e-1. Fixes bug 23834.

2007-02-15 23:34  rdm

	* [r17981] asimage/src/libAfterImage.tar.gz: From Valeri Onuchin
	  and Sasha Vasko:
	  new version of libAfterImage that fixes "TImageDump error (2)"
	  reported by
	  Akira.

2007-02-15 23:32  rdm

	* [r17980] Makefile, config/Makefile.depend, config/root-config.in,
	  io/Module.mk, rfio/Module.mk, xml/Module.mk: correct some
	  dependencies after the introduction of libRIO.

2007-02-15 23:08  pcanal

	* [r17979] cint/lib/posix/mktypes.c: remove unnecessary condition

2007-02-15 23:05  pcanal

	* [r17978] cint/lib/posix/mktypes.c: define int64_t and uint64_t

2007-02-15 21:10  brun

	* [r17977] Makefile: On Windows, set BOOTLIBS=ROOTLIBS until we
	  understand a plugin manager problem.

2007-02-15 20:31  brun

	* [r17976] html/src/TDocDirective.cxx: Fix a compilation error on
	  Solaris.

2007-02-15 20:25  brun

	* [r17975] Makefile, main/Module.mk: -Define BOOTLIBS to be
	  libCore, libCint only
	  -root.exe is created with BOOTLIBS instead of ROOTLIBS

2007-02-15 20:00  brun

	* [r17974] config/Makefile.depend: Implement dependencies on libRIO
	  also for non Woindows system when using explicit link.

2007-02-15 18:20  brun

	* [r17973] html/src/TDocOutput.cxx: Fix a compilation error with
	  gcc.
	  :
	  ----------------------------------------------------------------------

2007-02-15 17:33  axel

	* [r17972] etc/html/ROOT.css: Workaround for safari bug

2007-02-15 17:32  axel

	* [r17971] html/inc/TDocDirective.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: Generate product doc, re-group code for
	  re-use in module/product doc
	  Add all gEnv configs also as setters/getters; use gEnv in THtml
	  c'tor, afterwards only getters
	  write search link on each page
	  shorten the class inh dot diagrams for complex hierarchies
	  Allow trailing stuff in ViewCVS link
	  remove spurious empty lines in directive output
	  fix latex column chopping (one char missing at end)
	  Rename a few internal funcs
	  Create unique directive output GIFs
	  update THtml doc
	  Add special handling for smatrix "source" dir
	  Skip empty sourceinfos (author,...) in footer

2007-02-15 17:10  brun

	* [r17970] config/Makefile.depend, rfio/Module.mk, xml/Module.mk:
	  Fix dependency problems linked with the new libRIO library.

2007-02-15 15:29  brun

	* [r17969] io/src/TStreamerInfo.cxx: Use
	  TVirtualStreamerInfo::CanOptimize instead of teh static member
	  fgOptimize,
	  otherwise we cannot link on Windows.

2007-02-15 15:26  brun

	* [r17968] config/root-config.in: Add libRIO in the list of libs in
	  root-config --libs

2007-02-15 15:04  brun

	* [r17967] base/src/TObject.cxx, eg/src/TGenerator.cxx,
	  g3d/src/TNode.cxx, geompainter/src/TGeoPainter.cxx,
	  gpad/src/TClassTree.cxx, gpad/src/TPad.cxx, graf/src/TGraph.cxx,
	  graf/src/TGraphPolar.cxx, graf/src/TPie.cxx,
	  gui/src/TRootBrowser.cxx, gui/src/TRootCanvas.cxx,
	  hist/src/TGraph2D.cxx, hist/src/TH1.cxx, hist/src/THStack.cxx,
	  histpainter/src/THistPainter.cxx, proof/src/TDrawFeedback.cxx,
	  proofplayer/src/TDrawFeedback.cxx, table/src/TTable.cxx,
	  table/src/TVolume.cxx, table/src/TVolumeView.cxx,
	  treeplayer/src/TFileDrawMap.cxx,
	  treeplayer/src/TSelectorDraw.cxx, treeviewer/src/TTreeViewer.cxx:
	  -replace calls to gROOT->GetMakeDefCanvas()() by
	  gROOT->MakeDefCanvas()

2007-02-15 15:04  brun

	* [r17966] gpad/inc/TCanvas.h, gpad/src/TCanvas.cxx: -change the
	  signature of
	  void TCanvas::MakeDefCanvas()
	  to
	  TCanvas *TCanvas::MakeDefCanvas()

2007-02-15 15:04  brun

	* [r17965] base/inc/TROOT.h, base/src/TROOT.cxx: -Remove static
	  member fgMakeDefCanvas
	  -Replace static function TROOT::GetMakeDefCanvas returning a
	  pointer
	  to a function creating a canvas (in fact TCanvas::MakeDefCanvas)
	  by a direct call via CINT to TCanvas::MakeDefCanvas.
	  -The static function TROOT::SetMakeDefCanvas has been removed.

2007-02-15 15:03  brun

	* [r17964] config/rootrc.in: -The plugin "TVirtualSttreamerInfo"
	  loads the class TStreamerInfo from
	  the new library libRIO instead of libCore.

2007-02-15 15:03  brun

	* [r17963] Makefile, config/Makefile.depend, io/Module.mk: -The io
	  classes are now in a new shared library libRIO that is not part
	  of libCore anymore. libRIO is dynamically linked at run time when
	  an I/O operation is performed.
	  -$ROOTSYS/bin/root.exe is now linked only with libCore, libCint
	  and libRint.
	  All other libs are dynamically linked via the plugin manager.
	  -We still keep the old list of libs in `root-config --libs`

2007-02-14 18:25  rdm

	* [r17962] config/rootrc.in, net/inc/LinkDef.h,
	  net/inc/TFileStager.h, net/src/TFileStager.cxx,
	  netx/inc/LinkDef.h, netx/inc/TXNetFileStager.h,
	  netx/inc/TXNetSystem.h, netx/src/TXNetFileStager.cxx,
	  netx/src/TXNetSystem.cxx: From Gerri and Andreas Peters:
	  provide a new file stager interface via an abstract class
	  TFileStager,
	  placed in 'net', with TXNetFileStager as concrete implementation
	  in netx.
	  The plug-in manager takes care of loading libNetx (or any other
	  future
	  stager plug-in, like SRM (?)).
	  
	  The Stage(TList *) is currently implemented in
	  net/src/TFileStager.cxx
	  as it goes through the list issuing the requests one by one. I
	  have,
	  however, made it virtual so that, as soon as the bug with block
	  submission
	  in xrootd is fixed, we can implement it in TXNetFileStager.
	  
	  To issue a stage (prepare) request one has to do the following
	  
	  root[] stg = TFileStager::Open("root://lxb6046.cern.ch")
	  root[]
	  stg->Stage("/alice/sim/2006/pp_minbias/121/168/root_archive.zip")
	  root[]
	  stg->IsStaged("/alice/sim/2006/pp_minbias/121/168/root_archive.zip")
	  
	  the protocol/host specification is cached at initialization so it
	  is not
	  needed anymore for the commands; but it will not harm: this will
	  also work:
	  
	  root[] stg = TFileStager::Open()
	  root[]
	  stg->Stage("root://lxb6046.cern.ch//alice/sim/2006/pp_minbias/121/168/root_archive.zip")
	  root[]
	  stg->IsStaged("root://lxb6046.cern.ch//alice/sim/2006/pp_minbias/121/168/root_archive.zip")

2007-02-14 18:10  rdm

	* [r17961] netx/src/TXNetFile.cxx: From Gerri:
	  patch (from Andreas) which fixes a problem with setting the
	  'mkpath' flag
	  while opening a file.

2007-02-14 18:08  rdm

	* [r17960] base/src/TPluginManager.cxx, cint/src/Method.cxx: From
	  Axel:
	  add protection in case plugin manager uses a plugin function from
	  a macro.

2007-02-14 16:42  brun

	* [r17959] meta/src/TGenericClassInfo.cxx: From Philippe:
	  Fix a problem affecting SEAL, cintex/ROOTClassEnhancer.cxx
	  reported by Pere.

2007-02-14 16:29  brun

	* [r17958] base/inc/RVersion.h, build/version_number: Start
	  developmentcycle 5.15/03

2007-02-14 15:05  brun

	* [r17956] smatrix/test/stressKalman.cxx: Fix a typo (TROOT.h
	  instead of TRoot.h)

2007-02-14 15:05  brun

	* [r17955] config/rootrc.in: Fix the name of the library ("") for
	  the plugin TVirtualStreamerInfo.

2007-02-14 08:13  brun

	* [r17954] config/Makefile.depend, rpdutils/Module.mk: From Axel:
	  Fix a dependency problem preventing to build with explict linking
	  two shared libs with the win32gcc version.

2007-02-14 05:27  brun

	* [r17953] utils/src/rootcint.cxx: From Philippe:
	  In ShowMember, std::string no longer need a special case.
	  This fix enables I/O for C-style array of strings
	  (see https://savannah.cern.ch/bugs/?23724)

2007-02-13 21:49  brun

	* [r17951] base/inc/RVersion.h, build/version_number: Stamp
	  development release 5.15/02

2007-02-13 21:43  brun

	* [r17950] ruby/src/drr.cxx: From Jakob:
	  Fix problem reported at https://savannah.cern.ch/bugs/?23715

2007-02-13 21:23  rdm

	* [r17949] base/inc/TApplication.h, base/src/TApplication.cxx,
	  gpad/src/TPad.cxx: implement delayed loading of graphics
	  libraries. The libraries
	  (TGuiFactory, TVirtualX, TColor's, etc) will be loaded and
	  initialized
	  only when libGpad is loaded.

2007-02-13 21:15  rdm

	* [r17948] base/inc/TApplicationImp.h: forgot to set
	  fApplicationName.

2007-02-13 21:14  brun

	* [r17947] gpad/src/TCanvas.cxx: Fix a problem in
	  TCanvas::DrawClonePad when copying the Draw option.

2007-02-13 20:45  brun

	* [r17946] graf/doc/index.txt: Fix a typo

2007-02-13 20:44  rdm

	* [r17945] config/Makefile.depend: From Axel:
	  Qtlib depends on libGraf (for TImage).

2007-02-13 20:29  rdm

	* [r17944] config/rootrc.in: TWin32GuiFactory does not exist
	  anymore.

2007-02-13 20:28  rdm

	* [r17943] base/inc/TBuffer.h, base/src/TBuffer.cxx,
	  io/inc/TBufferFile.h: some cleanups in comments and removal of
	  duplicate inline.

2007-02-13 20:22  axel

	* [r17942] html/inc/TDocParser.h, html/src/TDocOutput.cxx,
	  html/src/TDocParser.cxx, html/src/THtml.cxx: surround converted
	  module doc by <pre></pre>;
	  fix libdep calculation;
	  simplify libdep graph (no libCore dependencies, no need to loop
	  over all of lib's classes);
	  fix classdescr and module doc prob discovered with mathcore;
	  protect chars from being signed when invoking isspace;
	  don't write comment of directive ate it;
	  Replace special hcars for index chars;
	  take all doc for doc++ style method doc until we see one of "{};"

2007-02-13 20:08  brun

	* [r17941] pyroot/doc/index.txt: The pointer to the PyRoot chapter
	  in the Users Guide was wrong.

2007-02-13 16:51  moneta

	* [r17940] mathcore/doc/index.txt, mathmore/doc/index.txt,
	  minuit2/doc/index.txt, smatrix/doc/index.txt: add index doc file

2007-02-13 15:42  moneta

	* [r17939] minuit2/inc/Minuit2/MnPrint.h: use #(x) instead of
	  __STRING(x) for Windows and Solaris

2007-02-13 15:11  roiser

	* [r17938] cintex/src/CINTClassBuilder.cxx: From Scott Snyder:
	  fixing memory leak when calculating class offsets with instance

2007-02-13 14:44  rdm

	* [r17937] utils/src/rlibmap.cxx: also export typedefs to rootmap
	  file. Now the autoloader works when doing:
	  
	  TMatrix m;
	  
	  which is a typedef for TMatrixT<Float_t>.

2007-02-13 14:42  rdm

	* [r17936] base/inc/LinkDef1.h: remove twice declared typedef
	  pragma.

2007-02-13 14:28  rdm

	* [r17935] matrix/inc/LinkDef.h: add typedef for TMatrix.

2007-02-13 14:27  rdm

	* [r17934] base/src/TROOT.cxx, config/rootrc.in: comments.

2007-02-13 14:26  rdm

	* [r17933] base/src/TPluginManager.cxx: use gROOT->LoadClass(cls)
	  to load a plugin. This call uses the rootmap
	  info and allows the loading of all dependent libs as specified in
	  the
	  rootmap file. If this fails (when no rootmap) fallback to
	  gROOT->LoadClass(cls, lib) to explicitly load a plugin (but this
	  may
	  fail if not all dependent libs are first loaded).

2007-02-13 14:23  rdm

	* [r17932] base/src/TApplication.cxx, gui/src/TGApplication.cxx:
	  move gInterpreter->EnableAutoLoading() before LoadGraphicsLibs()
	  so that
	  the plugin manager can use the rootmap info to load all dependent
	  libs.

2007-02-13 14:21  rdm

	* [r17931] meta/src/TClass.cxx: comments.

2007-02-13 12:14  moneta

	* [r17930] minuit2/Module.mk, minuit2/inc/Minuit2/MnPrint.h,
	  minuit2/src/BasicMinimumError.cxx,
	  minuit2/src/CombinedMinimumBuilder.cxx,
	  minuit2/src/FumiliBuilder.cxx,
	  minuit2/src/FumiliErrorUpdator.cxx,
	  minuit2/src/FumiliMinimizer.cxx,
	  minuit2/src/MnCovarianceSqueeze.cxx,
	  minuit2/src/MnFunctionCross.cxx,
	  minuit2/src/MnGlobalCorrelationCoeff.cxx,
	  minuit2/src/MnHesse.cxx, minuit2/src/MnMinos.cxx,
	  minuit2/src/MnPosDef.cxx, minuit2/src/MnSeedGenerator.cxx,
	  minuit2/src/SimplexBuilder.cxx, minuit2/src/TFitterMinuit.cxx,
	  minuit2/src/VariableMetricBuilder.cxx: improve debugging by using
	  ROOT TError when building Minuit2 in ROOT. In the standalone
	  builds use by default now std::cerr

2007-02-13 09:55  couet

	* [r17929] asimage/src/TASImage.cxx: - From Valeri Onuchin:
	  TASImage::FromWindow, TASImage::WriteImage. The syncronization
	  added which
	  allows to fix problems with generation of image from window.

2007-02-13 08:37  brun

	* [r17928] config/rootrc.in, rint/src/TRint.cxx: Following
	  Vincenzo's email, I changed slightly the definition of the
	  Rint.Includes variable.
	  # When the interactive ROOT starts, it can automatically load
	  some frequently
	  # used includes. However, this introduces several overheads
	  # -A long list of cint and system files must be kept open during
	  the session
	  # -The initialisation takes more time (noticeable when using gdb
	  or valgrind)
	  # -Memory overhead of about 5 Mbytes (1/3 of the ROOT executable)
	  when including <vector>
	  # You can set the variable below to 0 to disable the loading of
	  these includes at startup
	  # You can set the variable to 1 (default) to load only <iostream>
	  , <string> and <RTypesCint.h>
	  # You can set it to 2 to load in addition <vector> and <pair>
	  # We strongly recommend setting the variable to 2 if your scripts
	  include <vector>
	  # and you execute your scripts multiple times.
	  Rint.Includes: 1

2007-02-13 08:03  brun

	* [r17927] config/Makefile.depend, mysql/Module.mk: Add missing
	  dependencies on libNet for MySQL lib.

2007-02-13 07:59  brun

	* [r17926] rint/src/TRint.cxx: In the TRint constructor, include
	  <vector> and <pair> only if
	  the Env variable Rint.IncludeVector is not null.

2007-02-13 07:58  brun

	* [r17925] config/rootrc.in: Introduce new Env variable
	  "Rint.IncludeVector"
	  By default it is set to 1, ie the "include <vector> statement
	  will be executed
	  by default at the start of an interactive ROOT session.
	  However including <vector> generates an important overhead at
	  startup time
	  when using gdb or valgrind, for instance.
	  In addition it generates a memory overhead of 5 MBytes, ie ONE
	  THIRD of
	  the total ROOT executable at the time of the first prompt.
	  You can save these overheads by setting this variable to 0.

2007-02-13 05:36  brun

	* [r17924] hist/src/TAxis.cxx: Remove unused reference to
	  TVirtualX.h.

2007-02-13 00:23  rdm

	* [r17923] config/Makefile.linuxicc, config/Makefile.macosxicc: use
	  icpc instead of icc to build the pch.

2007-02-12 23:41  rdm

	* [r17922] rootd/src/rootd.cxx: From Gerri:
	  fixes for the problem with absolute paths for the admin
	  functions.

2007-02-12 23:40  rdm

	* [r17921] config/rootrc.in, configure: From Gerri:
	  if xrootd is not available use TNetFile and TNetSystem as plugins
	  for
	  the "root://" protocol, otherwise TXNetFile and TXNetSystem.

2007-02-12 23:33  rdm

	* [r17920] config/Makefile.depend: fix typo ROOTAUTHLIB -> RAUTHLIB

2007-02-12 23:20  rdm

	* [r17919] oracle/Module.mk, pgsql/Module.mk: add missing
	  dependencies.

2007-02-12 19:40  brun

	* [r17918] config/Makefile.depend: Add dependency on libNet for
	  module krb5auth

2007-02-12 19:31  brun

	* [r17917] config/Makefile.depend: Add dependency on libNet for
	  module pgsql.

2007-02-12 18:42  rdm

	* [r17916] castor/Module.mk: also add $(CASTORLIBDEP) to the
	  dependencies.

2007-02-12 18:36  brun

	* [r17915] castor/Module.mk, config/Makefile.depend: Add missing
	  dependencies on libNet for Oracle and Castor libs.

2007-02-12 18:03  brun

	* [r17914] cont/src/TObjArray.cxx: In TObjArray::randomize, use
	  random isnstead of rand on non Windows system.

2007-02-12 17:16  moneta

	* [r17911] mathmore/test/testInterpolation.cxx,
	  mathmore/test/testRandomDist.cxx, unuran/test/unuranMulti2D.cxx,
	  unuran/test/unuranMulti3D.cxx, unuran/test/unuranSimple.cxx: add
	  missing includes

2007-02-12 17:14  brun

	* [r17910] geom/inc/TGeoPhysicalNode.h,
	  geom/src/TGeoPhysicalNode.cxx: From Andrei:
	  The matrix is now owned by the user. There is still has the
	  possibility to delegate ownership to TGeoManager by calling
	  RegisterYourself().

2007-02-12 17:13  brun

	* [r17909] pyroot/src/PyROOT.h: From Bertrand:
	  Allows to build PyROOT with MSVC 8.0 - fix the following error:
	  Adapters.cxx C:\Program Files\Microsoft Visual Studio
	  8\VC\INCLUDE\xlocale(1832) : error C2039: '_invalid_parameter' :
	  is not
	  a member of '`global namespace''
	  C:\Program Files\Microsoft Visual Studio
	  8\VC\INCLUDE\xlocale(1832) :
	  error C3861: '_invalid_parameter': identifier not found
	  make: *** [pyroot/src/Adapters.o] Error 2

2007-02-12 17:11  moneta

	* [r17908] mathcore/test/stress3D.cxx,
	  smatrix/test/stressKalman.cxx: add missing include

2007-02-12 17:04  moneta

	* [r17907] smatrix/test/matrix_op.h: add missing include<vector>

2007-02-12 16:12  rdm

	* [r17906] config/Makefile.depend, odbc/Module.mk, tree/Module.mk:
	  add where needed dependencies on libNet.

2007-02-12 15:38  rdm

	* [r17905] io/Module.mk: add some comments in case we make libRIO
	  stand alone.

2007-02-12 15:37  rdm

	* [r17904] base/src/TSystem.cxx, config/rootrc.in: remove
	  dependency on TNetSystem, now loaded from libNet via plugin
	  manager.

2007-02-12 15:37  rdm

	* [r17903] io/src/TFile.cxx: remove dependency on TWebFile and
	  TNetFile, are loaded from libNet via
	  plugin manager.

2007-02-12 15:07  rdm

	* [r17902] Makefile, config/Makefile.depend, config/root-config.in,
	  net/Module.mk: take Net out of libCore and make a stand-alone
	  libNet. root-config --libs
	  includes libNet so that the end-user does not notice any
	  difference.
	  Makefile.depend option are currently being added for Windows.

2007-02-12 14:57  brun

	* [r17901] tmva/test/TMVAnalysis.py: not specify suffix .so in
	  gSystem->Load (to be portable on Windows too)

2007-02-12 14:56  rdm

	* [r17900] base/inc/TInetAddress.h, base/inc/TUrl.h,
	  base/src/TInetAddress.cxx, base/src/TUrl.cxx,
	  meta/inc/TRealData.h, meta/src/TRealData.cxx: correct cvs tag
	  line to reflect package change of these files.

2007-02-12 14:55  rdm

	* [r17899] base/inc/LinkDef2.h, base/inc/TFree.h,
	  base/src/TFree.cxx, io/inc/LinkDef.h, io/inc/TFree.h,
	  io/src/TFree.cxx: move TFree from base to io.

2007-02-12 13:44  rdm

	* [r17898] base/inc/LinkDef2.h, meta/inc/LinkDef.h: moved TRealData
	  from base to meta.

2007-02-12 13:42  rdm

	* [r17897] base/inc/TRealData.h, base/src/TRealData.cxx: moved to
	  meta.

2007-02-12 13:35  rdm

	* [r17896] base/Module.mk, base/inc/LinkDef3.h, net/inc/LinkDef.h:
	  move TUrl and TInetAddress to base since they are used in base.

2007-02-12 13:35  rdm

	* [r17895] net/inc/TInetAddress.h, net/inc/TUrl.h,
	  net/src/TInetAddress.cxx, net/src/TUrl.cxx: moved to base.

2007-02-12 13:26  rdm

	* [r17894] proof/src/TProof.cxx: <vector> was included twice.

2007-02-12 13:25  rdm

	* [r17893] clib/inc/Getline.h: make Getline.h self consistent (need
	  DllImport.h).

2007-02-12 13:24  rdm

	* [r17892] base/inc/TException.h: use multiple inclusion protection
	  for includes.

2007-02-12 13:15  brun

	* [r17891] proof/src/TProof.cxx: Move include Getline.h after all
	  other includes (need R__EXTERN)

2007-02-12 13:09  brun

	* [r17890] base/src/TObject.cxx: -Remove unused includes (following
	  the recent cleanup):
	  #include "TDataMember.h"
	  #include "TDataType.h"
	  #include "TRealData.h"
	  #include "TDatime.h"
	  #include "TSystem.h"

2007-02-12 13:07  rdm

	* [r17889] net/inc/TGridResult.h: replace TEventList.h by forward
	  declaration.

2007-02-12 13:05  rdm

	* [r17888] proof/inc/TDSet.h, proof/inc/TEventIter.h,
	  proof/inc/TPacketizerProgressive.h, proof/inc/TProof.h,
	  proof/inc/TProofChain.h, proof/inc/TSlave.h,
	  proof/src/TAdaptivePacketizer.cxx, proof/src/TDSet.cxx,
	  proof/src/TEventIter.cxx, proof/src/TPacketizer.cxx,
	  proof/src/TPacketizerDev.cxx,
	  proof/src/TPacketizerProgressive.cxx, proof/src/TProof.cxx,
	  proof/src/TProofChain.cxx, proof/src/TProofQueryResult.cxx,
	  proof/src/TProofServ.cxx, proofplayer/inc/TEventIter.h,
	  proofplayer/inc/TPacketizerProgressive.h,
	  proofplayer/src/TAdaptivePacketizer.cxx,
	  proofplayer/src/TEventIter.cxx, proofplayer/src/TPacketizer.cxx,
	  proofplayer/src/TPacketizerDev.cxx,
	  proofplayer/src/TPacketizerProgressive.cxx: From Gerri:
	  replace a large amount of includes from .h files and replace them
	  with forward declarations.

2007-02-12 12:05  moneta

	* [r17887] minuit2/inc/Minuit2/MnPrint.h,
	  minuit2/src/BasicMinimumError.cxx, minuit2/src/FumiliBuilder.cxx,
	  minuit2/src/FumiliErrorUpdator.cxx,
	  minuit2/src/MnCovarianceSqueeze.cxx,
	  minuit2/src/MnFunctionCross.cxx,
	  minuit2/src/MnGlobalCorrelationCoeff.cxx,
	  minuit2/src/MnMinos.cxx, minuit2/src/MnPosDef.cxx,
	  minuit2/src/Numerical2PGradientCalculator.cxx,
	  minuit2/src/SimplexBuilder.cxx,
	  minuit2/src/VariableMetricBuilder.cxx: remove some warning
	  messages

2007-02-12 10:33  brun

	* [r17886] cont/doc/Understanding_Collections.html,
	  cont/doc/index.txt: Add html file about Understanding Collections

2007-02-12 10:22  brun

	* [r17885] geom/inc/TGeoPhysicalNode.h,
	  geom/src/TGeoPhysicalNode.cxx: From Andrei:
	  a modification in TGeoPNEntry class making fMatrix data member
	  const.
	  
	  Note that there is a small trick however made to register this
	  matrix to TGeoManager (e.g. the manager will own the matrix when
	  cleaning-up)

2007-02-12 09:55  brun

	* [r17884] cont/doc/index.txt, graf/doc/index.txt,
	  gui/doc/index.txt, hist/doc/index.txt, io/doc/index.txt,
	  math/doc/index.txt, matrix/doc/index.txt, proof/doc/index.txt,
	  pyroot/doc/index.txt, thread/doc/index.txt, tree/doc/index.txt:
	  Add more documents to the documentation files.

2007-02-12 09:52  brun

	* [r17883] net/doc, net/doc/index.txt: Add directory doc files for
	  "net"

2007-02-12 09:46  brun

	* [r17882] physics/doc, physics/doc/index.txt: Add doc directory
	  files for "physics"

2007-02-12 09:42  brun

	* [r17881] minuit/doc, minuit/doc/index.txt: Add doc directory for
	  "minuit"

2007-02-12 09:36  brun

	* [r17880] hbook/doc, hbook/doc/index.txt: Add doc directory files
	  for "hbook"

2007-02-12 09:32  brun

	* [r17879] guibuilder/doc, guibuilder/doc/index.txt: Add the doc
	  directory files for "guibuilder"

2007-02-12 09:17  couet

	* [r17878] graf/src/TGaxis.cxx: - In PaintAxis: in case
	  (range>31536000) the daylight saving option is now
	  ON, as it is in the normal case. This case has been forgotten in
	  Revision
	  1.95.

2007-02-12 09:10  brun

	* [r17877] geom/doc, geom/doc/index.txt: Add the doc files for
	  "geom"

2007-02-11 11:48  brun

	* [r17876] proof/doc, proof/doc/index.txt: Add documentation for
	  directory "proof" with pointers to existing web pages.

2007-02-11 11:43  brun

	* [r17875] meta/doc, meta/doc/index.txt: Add documentation for
	  directory "meta" with pointers to existing web pages.

2007-02-11 11:28  brun

	* [r17874] cont/doc, cont/doc/index.txt: Add documentation for
	  directory "cont" with pointers to existing web pages.

2007-02-11 11:04  brun

	* [r17873] roofit/doc, roofit/doc/index.txt: Add documentation for
	  directory "roofit" with pointers to existing web pages.

2007-02-11 10:58  brun

	* [r17872] tmva/doc, tmva/doc/index.txt: Add documentation for
	  directory "tmva" with pointers to existing web pages.

2007-02-11 10:48  brun

	* [r17871] math/doc, math/doc/index.txt: Add documentation for
	  directory "math" with pointers to existing web pages.

2007-02-11 10:40  brun

	* [r17870] ruby/doc, ruby/doc/index.txt: Add documentation for
	  directory "ruby" with pointers to existing web pages.

2007-02-11 10:37  brun

	* [r17869] pyroot/doc, pyroot/doc/index.txt: Add documentation for
	  directory "pyroot" with pointers to existing web pages.

2007-02-11 10:32  brun

	* [r17868] vmc/doc/index.txt: Add one more reference.

2007-02-11 10:30  brun

	* [r17867] vmc/doc, vmc/doc/index.txt: Add documentation for
	  directory "vmc" with pointers to existing web pages.

2007-02-11 10:18  brun

	* [r17866] thread/doc, thread/doc/index.txt: Add documentation for
	  directory "thread" with pointers to existing web pages.

2007-02-11 10:14  brun

	* [r17865] foam/doc, foam/doc/index.txt: Add documentation for
	  directory "foam" with pointers to existing web pages.

2007-02-11 10:09  brun

	* [r17864] matrix/doc, matrix/doc/index.txt: Add documentation for
	  directory "matrix" with pointers to existing web pages.

2007-02-11 10:03  brun

	* [r17863] gui/doc, gui/doc/index.txt: Add documentation for
	  directory "gui" with pointers to existing web pages.

2007-02-11 09:56  brun

	* [r17862] graf/doc, graf/doc/index.txt: Add documentation for
	  directory "graf" with pointers to existing web pages.

2007-02-11 09:49  brun

	* [r17861] hist/doc, hist/doc/index.txt: Add documentation for
	  directory "hist" with pointers to existing web pages.

2007-02-11 09:38  brun

	* [r17860] tree/doc, tree/doc/index.txt, tree/src/TTree.cxx: Add
	  documentation for directory "tree" with pointers to existing web
	  pages.

2007-02-10 18:07  brun

	* [r17859] io/inc/TKeyMapFile.h, io/src/TKeyMapFile.cxx: Add this
	  class to io

2007-02-10 16:28  brun

	* [r17858] qt/src/GQtGUI.cxx: From Valeri Fine:
	  - Remove the redundant assert() that triggered the unreasonable
	  code crash time by time
	  
	  CVS:
	  ----------------------------------------------------------------------

2007-02-10 15:46  brun

	* [r17857] base/inc/LinkDef2.h, base/inc/TKeyMapFile.h,
	  base/src/TKeyMapFile.cxx, io/inc/LinkDef.h, io/inc/TKeyMapFile.h,
	  io/src/TKeyMapFile.cxx: Move class TKeyMapFile from base to io.

2007-02-10 15:40  brun

	* [r17856] rint/src/TRint.cxx: In TRint, remove dependency on
	  TMapFile.h.
	  Like in TClass, use the declaration
	  R__EXTERN void *gMmallocDesc; //is used and set in TMapFile and
	  TClass

2007-02-10 15:38  brun

	* [r17855] base/src/TROOT.cxx: Do not call anymore R__SetZipMode(1)
	  in TROOT.
	  It is the default value in the zip package.

2007-02-10 15:33  brun

	* [r17854] base/src/TUUID.cxx, cont/src/TObjArray.cxx: On
	  non-Windows systems use random/srandom instead of rand/srand.

2007-02-10 13:37  brun

	* [r17853] base/src/TROOT.cxx, math/src/TRandom3.cxx: Do not
	  initialize gRandom in TROOT but in TRandom3.
	  With this change, there are no more dependencies of base on the
	  math library.

2007-02-10 13:32  brun

	* [r17852] cont/src/TObjArray.cxx: In TObjArray::Randomize, do not
	  use TRandom, but the system rand() function.

2007-02-10 12:21  brun

	* [r17851] base/src/TUUID.cxx: Do not use TRandom in TUUID. The
	  posix rand and srand functions are
	  perfectly ok for TUUID, that requires only a random number
	  between 0 and 65536.
	  We still keep the initialisation of the random number (via srand)
	  dependent
	  of the process id.

2007-02-10 11:09  rdm

	* [r17850] base/inc/LinkDef3.h: add TParameter<Float_t>.

2007-02-10 10:17  brun

	* [r17849] tree/src/TTree.cxx: Do not use gFile anymore (use
	  branch->GetFile() instead)

2007-02-10 09:17  brun

	* [r17848] io/src/TDirectoryFile.cxx: In the main constructor, call
	  the default base class TDirectory constructor.

2007-02-10 07:53  brun

	* [r17847] treeplayer/src/TTreePlayer.cxx: With the type change
	  (Bool_t to TSelector) the member fSelectorUpdate
	  must be initialized to 0 instead of kFALSE.

2007-02-10 07:36  pcanal

	* [r17846] treeplayer/inc/TTreePlayer.h,
	  treeplayer/src/TTreePlayer.cxx: Change fSelectorUpdate from
	  Bool_t to TSelector* to hold the value
	  of the selector being processed so that UpdateFormulaLeaves can
	  update it
	  instead of blindly update the possibly
	  idle fSelector __and__ the possibly invalid (because of file
	  reload)
	  fSelectorFromFile. (This resolves the crash in
	  roottest/root/tree/selector)

2007-02-10 04:55  pcanal

	* [r17845] cint/lib/dll_stl/str.h: When using #pragma function, one
	  can not name the argument (otherwise the type is not properly
	  looked up)

2007-02-10 04:10  pcanal

	* [r17844] io/src/TBufferFile.cxx: Add missing protection in
	  WriteProcessID when there is no file

2007-02-09 18:11  pcanal

	* [r17842] base/src/ManualBase4.cxx, base/src/ManualBase4Body.h:
	  Finish the manual generation, by replacing the cint wrapper
	  functions by the inclusion of ManualBase4Body.h

2007-02-09 18:10  pcanal

	* [r17841] base/Module.mk: Add hints explaining the steps to take
	  to complete the manual generateion of the ManualBase4 dictionary

2007-02-09 18:09  brun

	* [r17840] io/doc, io/doc/index.txt: New file for the io directory
	  documentation with pointers to existoing html pages. These files
	  will be include shortly in the io/doc directory.

2007-02-09 18:07  brun

	* [r17839] io/src/TDirectoryFile.cxx, io/src/TFile.cxx: Move
	  documentation in the functions at the top of the files to be
	  nicely
	  documented by the new version of THtml.

2007-02-09 18:04  brun

	* [r17838] pyroot/src/Executors.cxx: From Wim:
	  o) fix for https://savannah.cern.ch/bugs/?23388

2007-02-09 17:46  rdm

	* [r17837] base/src/TTimeStamp.cxx: From Olivier and me:
	  Fix in TTimeStamp::GetZoneOffet(). The offset on Mac OS X and
	  Free and Open
	  BSD was the oposite from Linux/Unix and Windows. The offset
	  returned by this
	  routine is now defined as:
	  
	  This is the value in seconds one must add to the local time to
	  arrive at
	  Coordinated Universal Time, so it is negative east of the Prime
	  Meridian.
	  
	  the difference was due in the way the offset was obtained on the
	  different
	  platforms. The redefinition results in the offset flipping sign
	  on Mac/BSD
	  to be in lign with the other platforms.

2007-02-09 17:27  moneta

	* [r17836] tutorials/fit/minuit2FitBench.C,
	  tutorials/fit/minuit2GausFit.C: add missing TMath

2007-02-09 17:24  moneta

	* [r17835] minuit2/inc/Minuit2/FCNBase.h,
	  minuit2/inc/Minuit2/MnLineSearch.h, minuit2/inc/TFcnAdapter.h,
	  minuit2/inc/TFumiliFCN.h, minuit2/src/FumiliBuilder.cxx,
	  minuit2/src/MnHesse.cxx, minuit2/src/MnLineSearch.cxx,
	  minuit2/src/MnPrint.cxx, minuit2/src/MnSeedGenerator.cxx,
	  minuit2/src/NegativeG2LineSearch.cxx,
	  minuit2/src/TBinLikelihoodFCN.cxx, minuit2/src/TFitterMinuit.cxx,
	  minuit2/src/TFumiliFCN.cxx,
	  minuit2/src/VariableMetricBuilder.cxx,
	  minuit2/test/testGraph.cxx, minuit2/test/testUserFunc.cxx: - add
	  SetErrorDef() function in the Minuit2::FCNBase to be able to
	  change dynamically the error definition.
	  Implement it in the conccrete classes used by ROOT (TChi2FCN,...)
	  and modify eht TFitterMinuit class to use it.
	  - multiply by 2 the Likelihood functions to be consistent with
	  what exist in TFitter and use by default then a value of 1 for
	  Up.
	  
	  - add in BasicFunctionGradient a flag to distinguish when the
	  gradient is of Fumili type
	  
	  
	  - FumiliBuilder:
	  - do alway Hessian calculation after reaching minimum to check
	  edm and to get correct covariance matrix.
	  - perform line search when full Newton step does not improve
	  function value
	  
	  - MnLineSearch:
	  - add flag to control debug
	  - start iterations from 1 and count also first function
	  evaluation (at step =1) to be compatible with Fortran Version
	  (max number is now the same, while before was n + 2).
	  
	  - NegativeG2LineSearch : use a step size for the search equal to
	  the gradient step. Before in the case only of negative gradient
	  it was multiplied by the gradient value. Not it is sme as in the
	  Fortran version.
	  
	  - MnPrint: ad more precision in the printout
	  
	  - TFitterMinuit:
	  - don't delete the MinuitFCN object in Clear().
	  - add support for "SET Err" command.
	  - do not print covariance matrix and correlation if debug level
	  is < 0

2007-02-09 17:12  couet

	* [r17834] hist/src/TH1.cxx: - In SavePrimitives the contour levels
	  in case of LogZ were not saved
	  correctly. See: https://savannah.cern.ch/bugs/?23667

2007-02-09 15:20  antcheva

	* [r17833] fitpanel/src/TFitEditor.cxx: Documented Minimization tab
	  in class description.

2007-02-09 14:35  axel

	* [r17832] cint/inc/Api.h, cint/inc/G__ci.h, cint/inc/Type.h,
	  cint/src/Type.cxx, cint/src/v6_decl.cxx, cint/src/v6_end.cxx,
	  cint/src/v6_inherit.cxx, cint/src/v6_newlink.cxx,
	  cint/src/v6_opr.cxx, cint/src/v6_parse.cxx,
	  cint/src/v6_scrupto.cxx, cint/src/v6_struct.cxx,
	  cint/src/v6_tmplt.cxx: manual import of v5.16.18 >:-/

2007-02-09 14:16  brun

	* [r17831] meta/src/TClass.cxx: Replace calls to gROOT->AddClass
	  and gROOT->RemoveClass
	  by TClass::AddClass and TClass::RemoveClass respectively.

2007-02-09 14:13  axel

	* [r17829] cint/src/Apiif.h, cint/src/HISTORY,
	  cint/src/v6_random.cxx, cint/test, cint/test/t1283.cxx: This
	  commit was generated by cvs2svn to compensate for changes in
	  r17828,
	  which included commits to RCS files with non-trunk default
	  branches.

2007-02-09 13:59  axel

	* [r17827] html/src/TDocDirective.cxx, html/src/TDocParser.cxx:
	  Work-around for X11 sync problem when processing a macro in
	  non-batch mode;
	  strlen fix for comment-consistes-of-identical-chars test

2007-02-09 13:47  brun

	* [r17826] tree/src/TBranchElement.cxx: I committed the wrong
	  version of DScott's changes.

2007-02-09 13:20  brun

	* [r17825] tree/src/TBranchElement.cxx: From Scott Snyder:
	  Fix for a problem reported by ATLAS at
	  http://savannah.cern.ch/bugs/?23567

2007-02-09 13:12  brun

	* [r17824] matrix/src/TVectorT.cxx: From Eddy:
	  update of TVectorT :
	  The element-by-element vector divisions were not
	  protected for division through zero .

2007-02-09 12:50  couet

	* [r17823] graf/src/TGraph.cxx: - In SetPoint: if fHistogram exists
	  it is deleted. When a point is added
	  the current fHistogram, it it exists, is invalid. A new one will
	  be
	  recomputed next time the TGraph will be plotted.

2007-02-09 12:39  couet

	* [r17822] tutorials/fit/graph2dfit.C: - Make sure that the fitted
	  surface and the TGraph2D cloud of points have
	  the same Z range when they are plotted on top of each others.

2007-02-09 12:31  couet

	* [r17821] tutorials/graphs/graph2derrorsfit.C: - Make sure that
	  the fitted surface and the points are plotted using the
	  same range in Z.

2007-02-09 11:51  rdm

	* [r17820] alien/inc/TAlienCollection.h, cont/inc/TOrdCollection.h,
	  graf/inc/TGraphSmooth.h, gui/inc/TGDockableFrame.h,
	  gui/inc/TGListView.h, gui/inc/TGTableLayout.h, meta/inc/TCint.h,
	  monalisa/inc/TMonaLisaWriter.h, proof/inc/TDSet.h,
	  proof/inc/TFileMerger.h, proof/src/TDSet.cxx,
	  proofplayer/inc/TFileMerger.h, tree/inc/TEntryList.h: From
	  Federico:
	  effc++ corrections.

2007-02-09 10:16  rdm

	* [r17819] io/inc/LinkDef.h, io/inc/TArchiveFile.h,
	  io/inc/TBufferFile.h, io/inc/TCollectionProxyFactory.h,
	  io/inc/TContainerConverters.h, io/inc/TDirectoryFile.h,
	  io/inc/TEmulatedCollectionProxy.h, io/inc/TEmulatedMapProxy.h,
	  io/inc/TFile.h, io/inc/TFileCacheRead.h,
	  io/inc/TFileCacheWrite.h, io/inc/TGenCollectionProxy.h,
	  io/inc/TGenCollectionStreamer.h, io/inc/TKey.h,
	  io/inc/TMapFile.h, io/inc/TStreamerInfo.h, io/inc/TZIPFile.h,
	  io/src/TArchiveFile.cxx, io/src/TBufferFile.cxx,
	  io/src/TCollectionProxyFactory.cxx,
	  io/src/TContainerConverters.cxx, io/src/TDirectoryFile.cxx,
	  io/src/TEmulatedCollectionProxy.cxx,
	  io/src/TEmulatedMapProxy.cxx, io/src/TFile.cxx,
	  io/src/TFileCacheRead.cxx, io/src/TFileCacheWrite.cxx,
	  io/src/TGenCollectionProxy.cxx,
	  io/src/TGenCollectionStreamer.cxx, io/src/TKey.cxx,
	  io/src/TMapFile.cxx, io/src/TStreamerInfo.cxx,
	  io/src/TStreamerInfoReadBuffer.cxx,
	  io/src/TStreamerInfoWriteBuffer.cxx, io/src/TZIPFile.cxx: correct
	  cvs ident line (base/cont/meta -> io).

2007-02-09 10:15  rdm

	* [r17818] 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: correct cvs ident
	  line (base -> math).

2007-02-09 09:58  antcheva

	* [r17817] fitpanel/src/TFitEditor.cxx: From Lorenzo:
	  - set correctly the default fitter to Minuit2 after Fumili2

2007-02-09 09:43  rdm

	* [r17816] meta/src/TStreamerInfoReadBuffer.cxx,
	  meta/src/TStreamerInfoWriteBuffer.cxx: moved to io.

2007-02-09 09:40  roiser

	* [r17814] reflex/python/genreflex/gendict.py: From Scott Snyder:
	  fix concerning tyepdef'd return values to fundamental types. In
	  this case
	  the stub function shall also allocate a static and return it's
	  address.

2007-02-09 08:56  brun

	* [r17813] sql/inc/TBufferSQL2.h, sql/src/TBufferSQL2.cxx,
	  xml/inc/TBufferXML.h, xml/src/TBufferXML.cxx: Change the
	  signatures of IncrementLevel and DecrementLevel to agree with
	  the recent changes in TBuffer.

2007-02-09 08:37  brun

	* [r17812] base/inc/TBuffer.h, io/inc/TBufferFile.h,
	  io/src/TBufferFile.cxx, tree/inc/TTree.h: Remove the last
	  references to TStreamerInfo in base directory and fix
	  all the consequences.

2007-02-09 08:27  brun

	* [r17811] main/src/h2root.cxx: From Olivier:
	  On 64 bit machines, when calling Fortran functions, the return
	  type must be double and not float.

2007-02-09 08:24  brun

	* [r17810] base/src/TROOT.cxx: Use TVirtualStreamerInfo instead of
	  TStreamerInfo when calling TClass::GetClass
	  to find the TStreamerInfo version number.

2007-02-09 07:52  brun

	* [r17809] base/src/ManualBase4.cxx, base/src/ManualBase4.h:
	  Regenerate new versions of these files exckluding TStreamerInfo.h
	  (with the new version
	  of rootcint)

2007-02-09 07:44  brun

	* [r17808] base/inc/LinkDef2.h: reintroduce the statements
	  #ifndef G__KCC
	  #include "cint/lib/dll_stl/str.h"
	  #endif
	  
	  str.h is required to generate the interface for class string.

2007-02-09 07:42  brun

	* [r17807] cint/lib/dll_stl/str.h: Comment the pragma
	  #pragma link C++ function swap(string& lhs,string& rhs);
	  This line is removed until we understand why we cannot generate
	  the dictionary G__Base2
	  when this pragma is included.

2007-02-08 22:56  axel

	* [r17806] html/inc/TDocInfo.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: Don't display
	  classes in index that are "foreign", i.e. have no local sources
	  make rule checker happy
	  Allow user setting of etc dir (defaults to $ROOTSYS/etc/html)
	  GUI macro output must be saved as GIF
	  Fix macro's pwd determination if no current class
	  Fix X11 crash saving macro output
	  Fix removal of surrounding "//" in "// doc //"
	  New THtml::CreateAuxiliaryFiles() takes care of CSS, js, HELP
	  page

2007-02-08 22:49  axel

	* [r17805] etc/html/ROOT.css, etc/html/ROOT.js: dos2unix
	  fix "show inherited", "show non-public": only one class per CSS
	  rule allowed

2007-02-08 19:06  rdm

	* [r17804] base/inc/LinkDef2.h: for some reason the statement:
	  #include "cint/lib/dll_stl/str.h"
	  causes rootcint to crash after the recent changes:
	  
	  Match rank: file line signature
	  * 2000002 prec_stl/vector -1 void swap(TString&,TString&);
	  ffffffff prec_stl/vector -1 void swap(unsigned int&,unsigned
	  int&);
	  * 2000002 prec_stl/string -1 void swap(string&,string&);
	  Warning: #pragma link, function swap(string&lhs,string&rhs) not
	  found cint/lib/dll_stl/str.h:91:
	  
	  removing it seems to have no side effects.

2007-02-08 18:46  rdm

	* [r17803] base/Module.mk: remove reference to TArchiveFile and
	  TZIPFile now in io.

2007-02-08 18:38  rdm

	* [r17802] base/inc/LinkDef2.h, io/inc/LinkDef.h: move TMapRec from
	  base to io.

2007-02-08 18:38  rdm

	* [r17801] Makefile: add io and math to MODULES.

2007-02-08 18:37  rdm

	* [r17800] base/src/ManualBase4.cxx, base/src/ManualBase4.h,
	  base/src/ManualBase4Body.h: add back to base/src for the time
	  being.

2007-02-08 18:36  rdm

	* [r17799] io/src/ManualBase4.cxx, io/src/ManualBase4.h,
	  io/src/ManualBase4Body.h: move back to base for the time being
	  since they are referenced in
	  base/Module.mk.

2007-02-08 18:17  rdm

	* [r17798] Makefile: add io and math to core.

2007-02-08 18:16  rdm

	* [r17797] base/inc/LinkDef1.h, base/inc/LinkDef2.h,
	  base/inc/LinkDef3.h, cont/inc/LinkDef.h, meta/inc/LinkDef.h:
	  remove references to items moved to io and math.

2007-02-08 18:08  rdm

	* [r17796] meta/src/TStreamerInfo.cxx: moved to io/src.

2007-02-08 18:00  rdm

	* [r17795] base/src/ManualBase4.cxx, base/src/ManualBase4.h,
	  base/src/ManualBase4Body.h, base/src/TArchiveFile.cxx,
	  base/src/TBufferFile.cxx, base/src/TDirectoryFile.cxx,
	  base/src/TFile.cxx, base/src/TFileCacheRead.cxx,
	  base/src/TFileCacheWrite.cxx, base/src/TKey.cxx,
	  base/src/TMapFile.cxx, base/src/TZIPFile.cxx,
	  cont/src/TCollectionProxyFactory.cxx,
	  cont/src/TContainerConverters.cxx,
	  cont/src/TEmulatedCollectionProxy.cxx,
	  cont/src/TEmulatedMapProxy.cxx, cont/src/TGenCollectionProxy.cxx,
	  cont/src/TGenCollectionStreamer.cxx: moved to io/src.

2007-02-08 17:52  rdm

	* [r17794] base/inc/TArchiveFile.h, base/inc/TBufferFile.h,
	  base/inc/TDirectoryFile.h, base/inc/TFile.h,
	  base/inc/TFileCacheRead.h, base/inc/TFileCacheWrite.h,
	  base/inc/TKey.h, base/inc/TMapFile.h, base/inc/TZIPFile.h,
	  cont/inc/TCollectionProxyFactory.h,
	  cont/inc/TContainerConverters.h,
	  cont/inc/TEmulatedCollectionProxy.h,
	  cont/inc/TEmulatedMapProxy.h, cont/inc/TGenCollectionProxy.h,
	  cont/inc/TGenCollectionStreamer.h, meta/inc/TStreamerInfo.h:
	  moved to io/inc.

2007-02-08 17:44  rdm

	* [r17793] base/src/TComplex.cxx, base/src/TMath.cxx,
	  base/src/TRandom.cxx, base/src/TRandom1.cxx,
	  base/src/TRandom2.cxx, base/src/TRandom3.cxx: moved to math/src.

2007-02-08 17:26  rdm

	* [r17792] base/inc/TComplex.h, base/inc/TMath.h,
	  base/inc/TRandom.h, base/inc/TRandom1.h, base/inc/TRandom2.h,
	  base/inc/TRandom3.h: moved to new math directory.

2007-02-08 17:21  rdm

	* [r17791] math/inc/LinkDef.h: LinkDef for math module.

2007-02-08 17:20  rdm

	* [r17790] math/Module.mk: Makefile for math module.

2007-02-08 17:20  rdm

	* [r17789] io/inc/LinkDef.h: LinkDef for IO module.

2007-02-08 17:19  rdm

	* [r17788] io/Module.mk: makefile for IO module.

2007-02-08 16:53  rdm

	* [r17787] base/inc/TMathBase.h: remove comment about NextPrime
	  being in TObject.cxx.

2007-02-08 16:42  rdm

	* [r17786] cint7/src/v6_newlink.cxx: fix for stub function on
	  x86-64 for vararg function in a namespace.
	  Fixes bug 23529.

2007-02-08 16:33  rdm

	* [r17785] cint/src/v6_newlink.cxx: fix for stub function on x86-64
	  for vararg function in a namespace.
	  Fixes bug 23529.

2007-02-08 15:09  pcanal

	* [r17784] cont/inc/TCollectionProxyFactory.h,
	  cont/inc/TGenCollectionProxy.h,
	  cont/inc/TGenCollectionStreamer.h,
	  cont/src/TCollectionProxyFactory.cxx,
	  cont/src/TGenCollectionStreamer.cxx,
	  io/inc/TCollectionProxyFactory.h, io/inc/TGenCollectionProxy.h,
	  io/inc/TGenCollectionStreamer.h, io/inc/TStreamerInfo.h,
	  io/src/TCollectionProxyFactory.cxx,
	  io/src/TGenCollectionStreamer.cxx, io/src/TStreamerInfo.cxx,
	  meta/inc/TStreamerInfo.h, meta/inc/TVirtualStreamerInfo.h,
	  meta/src/TClass.cxx, meta/src/TStreamerInfo.cxx: Now that we
	  delay the creation of the generic collection proxy, the typeinfo
	  is ambiguous to look up the TClass (for container of Double32_t),
	  so we now
	  need to use the TClass pointer (which is straightforward since we
	  now have
	  it when we create the collection proxy object).
	  
	  Also add code to allow the schema evolution from a container of
	  double to
	  the _same_ container of Double32_t and vice et versa.

2007-02-08 15:05  pcanal

	* [r17783] cont/src/TGenCollectionProxy.cxx,
	  io/src/TGenCollectionProxy.cxx: Use fValue instead of fClass to
	  trigger initialization

2007-02-08 14:42  pcanal

	* [r17782] cintex/src/ROOTClassEnhancer.cxx: Use
	  TCollectionProxyInfo and not TCollectionProxyFactory

2007-02-08 11:16  brun

	* [r17781] geom/src/TGeoManager.cxx: From Andrei:
	  Fix a slowdown(infinite loop in some cases) due to a boundary
	  crossing problem.

2007-02-08 10:25  brun

	* [r17780] html/src/TDocDirective.cxx: From Axel:
	  workaround a silly MSVC bug.

2007-02-08 10:01  rdm

	* [r17779] Makefile: put module gpad before g3d otherwise build
	  order dependency was not correct
	  since now g3d depends on gpad.

2007-02-08 09:51  brun

	* [r17778] base/src/TMathBase.cxx, base/src/TObject.cxx: Implement
	  new file TMathBase.cxx including TMath::NextPrime

2007-02-08 09:08  brun

	* [r17777] cont/src/TExMap.cxx, cont/src/THashTable.cxx,
	  cont/src/TObjectTable.cxx: Include TMathBase.h instead of TMath.h

2007-02-08 09:07  brun

	* [r17776] base/inc/TMath.h, base/inc/TMathBase.h,
	  base/src/TMath.cxx, base/src/TObject.cxx, math/inc/TMath.h,
	  math/src/TMath.cxx: -Move function NextPrime from TMath to
	  TMathBase. This function is used
	  by a few Core classes. This moves make base, cont and meta
	  independent of TMath.h.
	  -TMath::NextPrime implementation is in TObject.cxx (we do not
	  have TMathBase.cxx).

2007-02-08 08:45  brun

	* [r17775] base/src/TStorage.cxx: Remove dependency on TMath.h

2007-02-08 08:06  brun

	* [r17774] table/src/TVolumePosition.cxx: Remove dependency on
	  TView.h

2007-02-08 07:45  brun

	* [r17773] gl/src/TGLKernel.cxx, hist/src/TGraph2DErrors.cxx,
	  treeplayer/src/TTreePlayer.cxx: Remove dependency on TView.h

2007-02-08 05:54  brun

	* [r17772] config/Makefile.depend: Fix dependencies for
	  libGeomPainter.

2007-02-08 05:50  brun

	* [r17771] html/src/TDocDirective.cxx, html/src/TDocOutput.cxx,
	  html/src/TDocParser.cxx: From Axel:
	  bounds check for same-char-line determination, fix offset for
	  pre-is-open check.
	  >From Maarten: fix test whether dot dir is specified.

2007-02-07 21:53  brun

	* [r17770] config/Makefile.depend: libProof also depends on
	  libGpad.

2007-02-07 21:49  brun

	* [r17769] config/Makefile.depend: Add missing dependencies on
	  GPADLIB.

2007-02-07 21:16  brun

	* [r17768] gpad/inc/LinkDef.h, gpad/inc/TView.h,
	  gpad/src/TView.cxx: The class TView is moved to gpad.

2007-02-07 21:14  brun

	* [r17767] base/inc/LinkDef1.h, base/inc/TView.h,
	  base/src/TView.cxx: Remove class TView from base. It will be
	  moved to gpad.

2007-02-07 20:57  brun

	* [r17766] gpad/src/TPad.cxx: Implement TPad::ExecuteEventAxis
	  (adapted from TAxis::ExecuteEvent)

2007-02-07 20:56  brun

	* [r17765] hist/src/TAxis.cxx: -Delete the body of
	  TAxis::ExecuteEvent and instead execute the new
	  function TVirtualPad::ExecuteEventAxis.
	  -in TPad::UnZoom use TVirtualpad::SetView
	  -Remove include TView.h

2007-02-07 20:56  brun

	* [r17764] gpad/inc/TPad.h: -The code of TPad::setView is moved to
	  the implementation file
	  -Add new function TPad::ExecuteEventAxis(Int_t event, Int_t px,
	  Int_t py, TAxis *axis)
	  This new function is the code of TAxis::ExecuteEvent.
	  This move decouples the dependency of TAxis on TView.

2007-02-07 20:56  brun

	* [r17763] base/inc/TVirtualPad.h: -Add new virtual function
	  virtual void ExecuteEventAxis(Int_t event, Int_t px, Int_t py,
	  TAxis *axis)
	  -Make the argument of TVirtualPad::SetView with default=0.
	  -Add forward declaration of class TAxis.

2007-02-07 20:40  brun

	* [r17762] etc/html, etc/html/HELP.html, etc/html/ROOT.css,
	  etc/html/ROOT.js, etc/html/footer.html, etc/html/header.html,
	  etc/html/shadow.gif, etc/html/shadowAlpha.png, html/doc,
	  html/doc/index.txt, html/doc/macros, html/doc/macros/testmacro.C,
	  html/inc/LinkDef.h, html/inc/TClassDocOutput.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: From Axel:
	  Added functionality:
	  * Begin_Macro/End_Macro, Begin_Latex/End_Latex (generate images,
	  see
	  TDocParser's doc for now)
	  * module documentation (e.g. html/doc/index.html)
	  * help on help (savannah bug #20755)
	  
	  Separate parser and output generator; public interface stays in
	  THtml.
	  Create a "hook" for directives like Begin_Html/End_Html etc, to
	  make it
	  easily expandable.
	  New layout, bug fix (savannah #20472).
	  Missing: lots of doc. Rule checker fixes :-)

2007-02-07 17:08  antcheva

	* [r17761] fitpanel/inc/TFitEditor.h, fitpanel/src/TFitEditor.cxx:
	  Added a status bar and functionality in the Minimization tab.

2007-02-07 16:59  brun

	* [r17760] physics/inc/TLorentzVector.h: From Lorenzo:
	  -Patch to fix the bug 23486, i.e. to calculate correctly the
	  energy from the mass and momentum in case of space-like
	  particles.
	  (with negative mass square) .

2007-02-07 16:35  rdm

	* [r17759] config/Makefile.macosx, config/Makefile.macosx64,
	  config/root-config.in: -Wno-long-double is only needed for Mac OS
	  X <= 10.3.

2007-02-07 16:35  rdm

	* [r17758] config/ARCHS: add extra comment that "linux" is for
	  i386.

2007-02-07 16:04  brun

	* [r17757] tutorials/pythia/pythiaExample.C: Minor change to
	  automatically load the libPythia6 shared lib from
	  the directory $ROOTSYS/../pythia6 (was $HOME/pythia6 before).

2007-02-07 16:00  moneta

	* [r17756] mathcore/inc/Math/GenVector/PtEtaPhiE4D.h,
	  mathcore/inc/Math/GenVector/PtEtaPhiM4D.h,
	  mathcore/inc/Math/GenVector/PxPyPzM4D.h: - fix a bug in the Et
	  calculation for PtEtaPhiM4D
	  - provide correctly support for space-like particles by using a
	  negative Mass and negative M2.

2007-02-07 15:41  rdm

	* [r17755] base/inc/TBufferFile.h, base/src/TBufferFile.cxx,
	  base/src/TKey.cxx, io/inc/TBufferFile.h, io/src/TBufferFile.cxx,
	  io/src/TKey.cxx: Change past tense in "had no public..." warning
	  message to "has no public...".
	  Some additional whitespace corrections.

2007-02-07 15:37  brun

	* [r17754] Makefile: Go back to previous version. I committed a new
	  version assuming the future directories math and io.

2007-02-07 15:24  brun

	* [r17753] Makefile, gl/src/TGLHistPainter.cxx,
	  gl/src/TGLViewer.cxx: From Timur:
	  -Invert the Zoom/Unzoom convention when using the mouse wheel
	  forward/backward.

2007-02-07 13:21  brun

	* [r17752] cintex/src/ROOTClassEnhancer.cxx: Use include
	  TCollectionProxyFactory.h instead of TCollectionProxy.h

2007-02-07 11:46  brun

	* [r17751] gdml/README: From Ben Lloyd:
	  Updated version reflecting the current functionality

2007-02-07 09:07  rdm

	* [r17750] proof/inc/TProof.h, proof/src/TProof.cxx: From Gerri:
	  This adds a text-oriented progress bar while processing in batch
	  mode,
	  showing the percentage of events processed and the average rate.
	  The format is the same as in TFileMerger::Cp.
	  This fixes bug/request #20643.

2007-02-07 09:00  antcheva

	* [r17749] ged/inc/TFrameEditor.h, ged/inc/TGedEditor.h,
	  ged/inc/TGedMarkerSelect.h, ged/inc/TGedToolBox.h,
	  ged/inc/TH1Editor.h, ged/inc/TH2Editor.h,
	  ged/src/TFrameEditor.cxx, ged/src/TGedFrame.cxx,
	  ged/src/TGedMarkerSelect.cxx, ged/src/TGedPatternSelect.cxx,
	  ged/src/TGedToolBox.cxx, ged/src/TH1Editor.cxx,
	  ged/src/TH2Editor.cxx, ged/src/TPadEditor.cxx: - removed obsolete
	  class TGedToolBox
	  - cleanup of includes

2007-02-07 08:58  antcheva

	* [r17748] ged/inc/LinkDef.h: Removed obsolete class TGedToolBox.

2007-02-07 08:53  brun

	* [r17747] cont/inc/TCollectionProxy.h,
	  cont/src/TCollectionProxy.cxx: Remove these files

2007-02-07 08:52  brun

	* [r17746] meta/src/TClass.cxx: -Replace calls to TCollectionProxy
	  by calls to TVirtualStreamerInfo::Factory
	  -Remove dependency of TFile.h
	  -Remove dependency on TMapFile.h
	  -The global variable gMmallocDesc is initialized to o. It is used
	  by TClass
	  but, being a void*, it does not require TMapFile.

2007-02-07 08:52  brun

	* [r17745] io/inc/TStreamerInfo.h, io/src/TStreamerInfo.cxx,
	  meta/inc/TStreamerInfo.h, meta/inc/TVirtualStreamerInfo.h,
	  meta/src/TStreamerInfo.cxx: -Implement an interface to
	  TCollectionProxyFactory via TVirtualstreamerInfo.
	  These new functions are implemented to decouple TClass from
	  TCollectionProxyFactory.

2007-02-07 08:52  brun

	* [r17744] cont/inc/LinkDef.h, cont/inc/TCollectionProxyFactory.h,
	  cont/inc/TGenCollectionProxy.h,
	  cont/src/TCollectionProxyFactory.cxx,
	  io/inc/TCollectionProxyFactory.h, io/inc/TGenCollectionProxy.h,
	  io/src/TCollectionProxyFactory.cxx: -Rename TCollectionProxy to
	  TCollectionProxyFactory.
	  The old name was given the wrong feeling that the class derives
	  from TVirtualCollectionProxy.

2007-02-07 08:51  brun

	* [r17743] cont/inc/TContainerConverters.h,
	  io/inc/TContainerConverters.h: -Change the unfortunate
	  ROOT_TCollectionProxy to ROOT_TContainerConverters

2007-02-07 08:51  brun

	* [r17742] base/inc/TMapFile.h, base/src/TMapFile.cxx,
	  io/inc/TMapFile.h, io/src/TMapFile.cxx: -The initialisation of
	  the global variable gMmallocDesc is done in TClass.cxx
	  and not in TMapFile.cxx. With this change TClass does not depend
	  on TmapFile.

2007-02-07 06:08  brun

	* [r17741] pyroot/ROOT.py, pyroot/src/MethodHolder.cxx,
	  pyroot/src/TPyException.cxx: From Wim:
	  o) fix in docstrings (was missing method names)
	  o) fix for naming convention in TPyException.cxx
	  o) one more attempt at fixing threading

2007-02-07 06:06  brun

	* [r17740] qtgsi/test/example1/qtroot.cpp,
	  qtgsi/test/example2/qtrootexample1.ui.h: From Bertrand:
	  Added missing #includes, following recent changes.

2007-02-07 06:05  brun

	* [r17739] qt/src/TQtClientFilter.cxx: From Valeri Fine:
	  -Remove obsolete code

2007-02-06 17:47  brun

	* [r17738] winnt/src/TWinNTSystem.cxx: From Bertrand:
	  Add missing #include <float.h>

2007-02-06 17:17  rdm

	* [r17737] winnt/src/TWin32SplashThread.cxx: From Axel:
	  in C++ "return" is better than ExitThread. Says MS. And who are
	  we to
	  doubt that!

2007-02-06 15:52  rdm

	* [r17736] proof/src/TProofDraw.cxx,
	  proofplayer/src/TProofDraw.cxx: correct debug statement.

2007-02-06 15:51  rdm

	* [r17735] thread/src/TThread.cxx: correctly call a static method.

2007-02-06 15:47  brun

	* [r17734] matrix/src/TMatrixT.cxx, matrix/src/TMatrixTBase.cxx,
	  matrix/src/TMatrixTSym.cxx, matrix/src/TVectorT.cxx: In the
	  Streamer functions replace the lines like
	  TPad::Class()->ReadBuffer(b, this, v, R__s, R__c);
	  TPad::Class()->WriteBuffer(b,this);
	  by
	  b.ReadClassBuffer(TPad::Class(), this, v, R__s, R__c);
	  b.WriteClassBuffer(TPad::Class(),this);

2007-02-06 15:39  antcheva

	* [r17733] ged/inc/TArrowEditor.h, ged/inc/TAttFillEditor.h,
	  ged/inc/TAttLineEditor.h, ged/inc/TAttMarkerEditor.h,
	  ged/inc/TAttTextEditor.h, ged/inc/TAxisEditor.h,
	  ged/inc/TCurlyArcEditor.h, ged/inc/TCurlyLineEditor.h,
	  ged/inc/TF1Editor.h, ged/inc/TFrameEditor.h,
	  ged/inc/TFunctionParametersDialog.h, ged/inc/TGedFrame.h,
	  ged/inc/TGraphEditor.h, ged/inc/TLineEditor.h,
	  ged/inc/TPadEditor.h, ged/inc/TPaveStatsEditor.h,
	  ged/inc/TStyleDialog.h, ged/inc/TStyleManager.h,
	  ged/inc/TStylePreview.h, ged/src/TArrowEditor.cxx,
	  ged/src/TAttFillEditor.cxx, ged/src/TAttLineEditor.cxx,
	  ged/src/TAttMarkerEditor.cxx, ged/src/TAttTextEditor.cxx,
	  ged/src/TAxisEditor.cxx, ged/src/TCurlyArcEditor.cxx,
	  ged/src/TCurlyLineEditor.cxx, ged/src/TF1Editor.cxx,
	  ged/src/TFrameEditor.cxx, ged/src/TGedEditor.cxx,
	  ged/src/TGraphEditor.cxx, ged/src/TLineEditor.cxx,
	  ged/src/TPadEditor.cxx, ged/src/TPaveStatsEditor.cxx: - cleanup
	  of includes

2007-02-06 15:39  brun

	* [r17732] meta/src/TStreamerElement.cxx: In the Streamer functions
	  replace the lines like
	  TPad::Class()->ReadBuffer(b, this, v, R__s, R__c);
	  TPad::Class()->WriteBuffer(b,this);
	  by
	  b.ReadClassBuffer(TPad::Class(), this, v, R__s, R__c);
	  b.WriteClassBuffer(TPad::Class(),this);

2007-02-06 15:30  brun

	* [r17731] tree/src/TBranch.cxx, tree/src/TBranchElement.cxx,
	  tree/src/TBranchObject.cxx, tree/src/TChain.cxx,
	  tree/src/TEventList.cxx, tree/src/TLeaf.cxx,
	  tree/src/TLeafObject.cxx, tree/src/TNtuple.cxx,
	  tree/src/TNtupleD.cxx, tree/src/TTree.cxx: In the Streamer
	  functions replace the lines like
	  TPad::Class()->ReadBuffer(b, this, v, R__s, R__c);
	  TPad::Class()->WriteBuffer(b,this);
	  by
	  b.ReadClassBuffer(TPad::Class(), this, v, R__s, R__c);
	  b.WriteClassBuffer(TPad::Class(),this);

2007-02-06 15:20  brun

	* [r17730] base/src/TInetAddress.cxx, net/src/TInetAddress.cxx,
	  physics/src/TLorentzVector.cxx, physics/src/TVector2.cxx,
	  physics/src/TVector3.cxx, table/src/TVolumePosition.cxx,
	  treeplayer/src/TTreeFormula.cxx: In the Streamer functions
	  replace the lines like
	  TPad::Class()->ReadBuffer(b, this, v, R__s, R__c);
	  TPad::Class()->WriteBuffer(b,this);
	  by
	  b.ReadClassBuffer(TPad::Class(), this, v, R__s, R__c);
	  b.WriteClassBuffer(TPad::Class(),this);

2007-02-06 15:00  brun

	* [r17729] hist/src/TAxis.cxx, hist/src/TF1.cxx, hist/src/TF2.cxx,
	  hist/src/TF3.cxx, hist/src/TFormula.cxx, hist/src/TGraph2D.cxx,
	  hist/src/TGraph2DErrors.cxx, hist/src/TH1.cxx, hist/src/TH2.cxx,
	  hist/src/TH3.cxx, hist/src/TPolyMarker.cxx,
	  hist/src/TProfile.cxx, hist/src/TProfile2D.cxx: In the Streamer
	  functions replace the lines like
	  TPad::Class()->ReadBuffer(b, this, v, R__s, R__c);
	  TPad::Class()->WriteBuffer(b,this);
	  by
	  b.ReadClassBuffer(TPad::Class(), this, v, R__s, R__c);
	  b.WriteClassBuffer(TPad::Class(),this);

2007-02-06 14:44  brun

	* [r17728] g3d/src/TCTUB.cxx, g3d/src/TGeometry.cxx,
	  g3d/src/THelix.cxx, g3d/src/TMarker3DBox.cxx, g3d/src/TNode.cxx,
	  g3d/src/TPCON.cxx, g3d/src/TPointSet3D.cxx,
	  g3d/src/TRotMatrix.cxx, g3d/src/TSPHE.cxx, g3d/src/TShape.cxx,
	  g3d/src/TTUBE.cxx: In the Streamer functions replace the lines
	  like
	  TPad::Class()->ReadBuffer(b, this, v, R__s, R__c);
	  TPad::Class()->WriteBuffer(b,this);
	  by
	  b.ReadClassBuffer(TPad::Class(), this, v, R__s, R__c);
	  b.WriteClassBuffer(TPad::Class(),this);

2007-02-06 14:35  brun

	* [r17727] graf/src/TBox.cxx, graf/src/TCutG.cxx,
	  graf/src/TEllipse.cxx, graf/src/TGaxis.cxx, graf/src/TGraph.cxx,
	  graf/src/TGraphAsymmErrors.cxx, graf/src/TGraphErrors.cxx,
	  graf/src/TLine.cxx, graf/src/TMarker.cxx, graf/src/TPave.cxx,
	  graf/src/TPaveStats.cxx, graf/src/TPaveText.cxx,
	  graf/src/TPolyLine.cxx, graf/src/TSpline.cxx, graf/src/TText.cxx:
	  In the Streamer functions replace the lines like
	  TPad::Class()->ReadBuffer(b, this, v, R__s, R__c);
	  TPad::Class()->WriteBuffer(b,this);
	  by
	  b.ReadClassBuffer(TPad::Class(), this, v, R__s, R__c);
	  b.WriteClassBuffer(TPad::Class(),this);

2007-02-06 14:22  brun

	* [r17726] eg/src/TParticle.cxx, geom/src/TGeoManager.cxx,
	  geom/src/TGeoVolume.cxx, geom/src/TGeoXtru.cxx,
	  gpad/src/TPad.cxx: In the Streamer functions replace the lines
	  like
	  TPad::Class()->ReadBuffer(b, this, v, R__s, R__c);
	  TPad::Class()->WriteBuffer(b,this);
	  by
	  b.ReadClassBuffer(TPad::Class(), this, v, R__s, R__c);
	  b.WriteClassBuffer(TPad::Class(),this);

2007-02-06 14:20  rdm

	* [r17725] config/Makefile.linux: From Stefano Piano:
	  I updated my linux distro, which is a Gentoo Linux on i686 cpu
	  (Intel
	  T7400) with gcc version 4.1.1 (Gentoo 4.1.1-r3) and gfortran
	  version 4.1.1.
	  
	  I recompiled the blas, lapack and cernlib libraries (2005)
	  with gfortran.
	  
	  In order to be able to compile root (head version 5.15/01)
	  I added the following fortran libraries to Makefile.linux:
	  
	  F77LIBS = -lgfortran -lgfortranbegin -lnsl
	  
	  instead of
	  F77LIBS = -lnsl
	  
	  Without them I obtain a lot of unresolved symbols
	  of gfortran libraries and the compilation fails.

2007-02-06 14:17  brun

	* [r17724] base/src/TAttAxis.cxx, base/src/TAttPad.cxx,
	  base/src/TRandom3.cxx, base/src/TView.cxx,
	  base/src/TVirtualPad.cxx, math/src/TRandom3.cxx: In the Streamer
	  functions replace teh lines like
	  TPad::Class()->ReadBuffer(b, this, v, R__s, R__c);
	  TPad::Class()->WriteBuffer(b,this);
	  by
	  b.ReadClassBuffer(TPad::Class(), this, v, R__s, R__c);
	  b.WriteClassBuffer(TPad::Class(),this);

2007-02-06 13:30  couet

	* [r17723] tutorials/graphs/surfaces.C: - Fix a typo: "8" was
	  written instead of "*" in the TCanvas declaration.

2007-02-06 13:20  rdm

	* [r17722] tutorials/gui/guitest.C, win32gdk/src/TGWin32.cxx: add
	  Valeri O. to list of authors.

2007-02-06 11:48  rdm

	* [r17721] cont/inc/TObjArray.h, cont/src/TObjArray.cxx: move two
	  inline methods that were recently made virtual to the
	  implementation.
	  Virtual inlines is not a good idea.

2007-02-06 09:47  couet

	* [r17720] postscript/inc/TImageDump.h,
	  postscript/src/TImageDump.cxx: - From Valeri Onuchin:
	  More fixes related to the last TImageDump, TASImage changes.

2007-02-06 01:07  rdm

	* [r17719] proof/src/TProof.cxx: remove links to enabled packages
	  on the client when exiting PROOF.

2007-02-06 00:12  rdm

	* [r17718] proof/src/TProofDraw.cxx,
	  proofplayer/src/TProofDraw.cxx: From Gerri:
	  - do not set kCanDelete bit for the data member fGraph to avoid
	  screwing
	  up the output list and the canvas (savannah bug #21791).

2007-02-06 00:09  rdm

	* [r17717] proofx/src/TXProofMgr.cxx: From Gerri:
	  - in GetSessionLogs, make 'isess' sign-insensitive (request
	  #22552)

2007-02-06 00:08  rdm

	* [r17716] proof/src/TProofServ.cxx: From Gerri:
	  - make a printout statement conditional on gDebug

2007-02-06 00:07  rdm

	* [r17715] proof/src/TProofPlayer.cxx,
	  proofplayer/src/TProofPlayer.cxx: From Gerri:
	  - restart the dispatch timer after notification
	  - simplify the constructor for the stop timer

2007-02-05 23:39  rdm

	* [r17714] build/rmkdepend/main.c: From Axel:
	  fixes wrong filename in error msg.

2007-02-05 23:12  rdm

	* [r17713] proof/inc/TProof.h, proof/src/TProof.cxx,
	  proof/src/TProofServ.cxx: ClearPackage() also unloads and deletes
	  the specified packages on the
	  client.

2007-02-05 22:15  brun

	* [r17712] utils/src/rootcint.cxx: -Modify the rootcint function
	  WriteAutoStreamer to generate the following style of code
	  
	  void Myclass::Streamer(TBuffer &R__b)
	  {
	  // Stream an object of class Myclass.
	  
	  if (R__b.IsReading()) {
	  R__b.ReadClassBuffer(Myclass::Class(),this);
	  } else {
	  R__b.WriteClassBuffer(Myclass::Class(),this);
	  }
	  }
	  instead of
	  
	  void Myclass::Streamer(TBuffer &R__b)
	  {
	  // Stream an object of class Myclass.
	  
	  if (R__b.IsReading()) {
	  Myclass::Class()->ReadBuffer(R__b,this);
	  } else {
	  Myclass::Class()->WriteBuffer(R__b,this);
	  }
	  }

2007-02-05 18:11  brun

	* [r17711] cont/src/TContainerConverters.cxx,
	  io/src/TContainerConverters.cxx,
	  io/src/TStreamerInfoReadBuffer.cxx,
	  io/src/TStreamerInfoWriteBuffer.cxx, meta/inc/TStreamerElement.h,
	  meta/src/TStreamerElement.cxx,
	  meta/src/TStreamerInfoReadBuffer.cxx,
	  meta/src/TStreamerInfoWriteBuffer.cxx, sql/inc/TSQLFile.h,
	  sql/src/TSQLFile.cxx, tree/src/TBranch.cxx,
	  tree/src/TBranchBrowsable.cxx, tree/src/TBranchElement.cxx,
	  tree/src/TTree.cxx, tree/src/TTreeCloner.cxx,
	  treeplayer/inc/TBranchProxyClassDescriptor.h,
	  treeplayer/src/TBranchProxyClassDescriptor.cxx,
	  treeplayer/src/TFormLeafInfo.cxx,
	  treeplayer/src/TTreeFormula.cxx,
	  treeplayer/src/TTreeProxyGenerator.cxx, xml/src/TXMLPlayer.cxx:
	  -Implement necessary casts due to TVirtualStreamerinfo.

2007-02-05 18:11  brun

	* [r17710] meta/src/TGenericClassInfo.cxx: -use
	  TVirtualStreamerinfo instead of TStreamerInfo.

2007-02-05 18:10  brun

	* [r17709] meta/inc/TClass.h, meta/src/TClass.cxx: -Replace all
	  occurences of TStreamerInfo by TVirtualStreamerInfo.
	  -Move the implementation of the TClass::ReadBuffer and
	  TClass::WriteBuffer
	  to TBufferFile.

2007-02-05 18:09  brun

	* [r17708] base/src/TDirectoryFile.cxx, io/src/TDirectoryFile.cxx:
	  -cast to TStreamerinfo to use directlt TStreamerInfo functions.

2007-02-05 18:09  brun

	* [r17707] io/inc/TStreamerInfo.h, io/src/TStreamerInfo.cxx,
	  meta/inc/TStreamerInfo.h, meta/src/TStreamerInfo.cxx: -The class
	  derives from TVirtualStreamerInfo instead of TNamed.
	  -Remove the static functions that have been moved to
	  TVirtualStreamerInfo

2007-02-05 18:08  brun

	* [r17706] base/inc/TBuffer.h, base/inc/TBufferFile.h,
	  base/src/TBufferFile.cxx, io/inc/TBufferFile.h,
	  io/src/TBufferFile.cxx: -Implement the new following functions in
	  TBuffer
	  // Utilities for TClass
	  virtual Int_t ReadClassEmulated(TClass *cl, void *object) = 0;
	  virtual Int_t ReadClassBuffer(TClass *cl, void *pointer) = 0;
	  virtual Int_t ReadClassBuffer(TClass *cl, void *pointer, Int_t
	  version, UInt_t start, UInt_t count) = 0;
	  virtual Int_t WriteClassBuffer(TClass *cl, void *pointer) = 0;

2007-02-05 18:07  brun

	* [r17705] config/rootrc.in: -Add new plugin TVirtualStreamerInfo
	  that by default calls TStreamerInfo.

2007-02-05 18:07  brun

	* [r17704] meta/inc/LinkDef.h: Add new class TVirtualStreamerInfo

2007-02-05 18:06  brun

	* [r17703] meta/inc/TVirtualStreamerInfo.h,
	  meta/src/TVirtualStreamerInfo.cxx: -New abstract interface
	  implemented to separate TClass from the I/O sub-system.
	  The interface declares a large fraction of the functions in
	  TStreamerInfo.

2007-02-05 18:05  brun

	* [r17702] hist/src/TH1.cxx: -Fix a bug in the recent extension of
	  TH1::Rebin (thanks Constantin Loizides)

2007-02-05 17:28  antcheva

	* [r17701] ged/src/TH1Editor.cxx: - minor fix in Dividers method

2007-02-05 17:24  antcheva

	* [r17700] ged/src/TH2Editor.cxx: - missing method separator line

2007-02-05 16:24  couet

	* [r17699] asimage/src/TASImage.cxx, postscript/src/TImageDump.cxx:
	  - From Valeri Onuchin.
	  The gif file generated in batch from a single TPad is now correct
	  (size and background color).

2007-02-05 16:07  rdm

	* [r17698] base/src/TSystem.cxx, unix/src/TUnixSystem.cxx:
	  initialize fmaxrfd and fmaxwfd to -1 (0 is a valid socket id) and
	  check
	  for them to be -1 to do nothing (and not 0).

2007-02-05 14:20  rdm

	* [r17697] proof/src/TProof.cxx: introduce macro R__PRIVATE to mark
	  private methods as hidden so they won't
	  be exported from the shared library (reduces load time). Put
	  R__PRIVATE
	  in front of some private methods, like:
	  
	  R__PRIVATE Int_t TProof::Exec(const char *cmd, ESlaves list,
	  Bool_t plusMaster)
	  
	  or
	  
	  Int_t fileGlobal R__PRIVATE;
	  
	  R__PRIVATE expands only for GCC >= 3.3. In all other cases it is
	  a noop.

2007-02-05 14:15  rdm

	* [r17696] config/Makefile.macosx: for Mac use the
	  -fvisibility-inlines-hidden option. This reduces the number
	  of exported symbols in a shared library by hidding all inlines.

2007-02-05 14:04  rdm

	* [r17695] proofx/src/TXProofServ.cxx: From Gerri:
	  comment.

2007-02-05 13:40  brun

	* [r17694] clib/src/snprintf.c: From Bertrand:
	  Fix a bug with snprintf on windows when a precision was specified
	  before
	  another argument.
	  (i.e. "%.4e %s")

2007-02-05 13:23  rdm

	* [r17693] cint7/Module.mk, reflex/Module.mk: use -ldl only when
	  not being on Win32.

2007-02-05 12:28  antcheva

	* [r17692] gui/src/TRootContextMenu.cxx: - additional fix in
	  TRootContextMenu::Dialog to avoid side effects

2007-02-05 11:55  antcheva

	* [r17691] gui/src/TRootContextMenu.cxx: Fix in
	  TRootContextMenu::Dialog method: anytime the
	  argument name contained a '*' the argument type was
	  considered as "char *" what is not true for cases as
	  "Double_t *" etc.

2007-02-05 10:44  rdm

	* [r17690] proofd/inc/XrdProofServProxy.h,
	  proofd/src/XrdProofServProxy.cxx,
	  proofd/src/XrdProofdProtocol.cxx: From Gerri:
	  - fix issue giving a "permission denied" in the creation of a
	  subdirectory to
	  store credentials for authentication
	  - fix issue breaking the shutdown machinery in the case of
	  multiple
	  connections/disconnections.

2007-02-05 10:40  rdm

	* [r17689] proof/inc/TProofServ.h, proof/src/TProofServ.cxx,
	  proofx/src/TXProofServ.cxx: From Gerri:
	  introduce single shot timer for proofserv termination. This timer
	  makes
	  sure that there is still at least on item the will make
	  DispatchOneEvent
	  return as all sockets are already closed.

2007-02-05 10:38  rdm

	* [r17688] base/src/TTimer.cxx, unix/src/TUnixSystem.cxx,
	  winnt/src/TWinNTSystem.cxx: From Gerri:
	  this patch sets the timer resolution in such a way that it is
	  10ms for
	  timeouts <= 200s and 5 / 100000 of timeout for longer timeouts.
	  There is no magic behind this fraction: it just gives 10ms at
	  200s and
	  it covers with some margin the drift we observe on the CAF for 1h
	  delays
	  (117 ms vs 36 * 5 = 180ms).
	  
	  With this change things on the CAF work fine.

2007-02-05 10:36  rdm

	* [r17687] meta/src/TClass.cxx: fixed unsed arg "where" warning.

2007-02-05 10:24  moneta

	* [r17686] unuran/inc/TUnuranDistr.h,
	  unuran/inc/TUnuranDistrMulti.h, unuran/src/TUnuranDistr.cxx,
	  unuran/src/TUnuranDistrMulti.cxx, unuran/test/unuranDistr.cxx,
	  unuran/test/unuranSimple.cxx: remove direct include of TF1 in the
	  header files and use a forward declaration. Move the
	  corresponding functions using TF1 in the implementation files.
	  Add include TF1 in the tests

2007-02-05 10:21  rdm

	* [r17685] pgsql/src/TPgSQLServer.cxx: From Dennis Box:
	  I was looking at TPgSQLServer.cxx and I noticed some
	  unimplemented
	  functionality which I knew how to fix:
	  1) SelectDataBase(const char* dbname) actually changes connection
	  to
	  specified database 'dbname'
	  2) GetColumns(db,table,wc) is implemented
	  3) ServerInfo() is implemented

2007-02-05 09:41  rdm

	* [r17684] unix/src/TUnixSystem.cxx, winnt/src/TWinNTSystem.cxx: if
	  nothing to select (socket or timer) return instead of going
	  through
	  select.

2007-02-05 09:40  moneta

	* [r17683] mathcore/inc/Math/GenVector/PxPyPzM4D.h: avoid nan in
	  case of spacelike vectors

2007-02-04 17:56  brun

	* [r17682] g3d/inc/TPolyMarker3D.h, graf/inc/TLegendEntry.h: Add
	  missing include TString.h

2007-02-04 17:42  brun

	* [r17681] config/Makefile.precomp: For precompiled headers use
	  TObject.h instead of TH1.h.

2007-02-04 17:39  brun

	* [r17680] base/inc/Gtypes.h, base/inc/Htypes.h,
	  base/inc/LinkDef1.h, base/inc/Rtypes.h, base/inc/TAttAxis.h,
	  base/inc/TAttFill.h, base/inc/TAttLine.h, base/inc/TAttMarker.h,
	  base/inc/TAttPad.h, base/inc/TAttText.h, base/inc/TDatime.h,
	  base/inc/TPadView3D.h, base/inc/TPoint.h, base/inc/TVirtualGL.h,
	  config/Makefile.precomp, cont/inc/TArray.h, gl/inc/TGLSphere.h,
	  graf/inc/TPoints.h, graf/inc/TTF.h, hist/inc/THLimitsFinder.h,
	  histpainter/inc/Hparam.h, proof/inc/TProofServ.h,
	  qt/inc/TQtMarker.h, tree/inc/TBranch.h: -Move typedefs previously
	  in Htypes.h and Gtypes.h to Rtypes.h
	  -Move enum EColorType to Rtypes.h
	  -Move enum EMarkerStyle to TAttMarker
	  -Move enum ELineStyle to TAttLine
	  -Replace all references to Htypes.h or Gtypes.h by Rtypes.h

2007-02-04 17:36  brun

	* [r17679] gpad/inc/LinkDef.h, gpad/inc/TAttCanvas.h,
	  gpad/inc/TAttFillCanvas.h, gpad/inc/TAttLineCanvas.h,
	  gpad/inc/TAttMarkerCanvas.h, gpad/inc/TAttTextCanvas.h,
	  gpad/inc/TDrawPanelHist.h, gpad/inc/TFitPanel.h,
	  gpad/inc/TFitPanelGraph.h, gpad/src/TAttFillCanvas.cxx,
	  gpad/src/TAttLineCanvas.cxx, gpad/src/TAttMarkerCanvas.cxx,
	  gpad/src/TAttTextCanvas.cxx, gpad/src/TDrawPanelHist.cxx,
	  gpad/src/TFitPanel.cxx, gpad/src/TFitPanelGraph.cxx,
	  gpad/src/TPad.cxx: Remove obsolete classes.

2007-02-04 09:58  brun

	* [r17678] xrootd/Module.mk: From Bertrand;
	  Fix a problem preventing the installation of xrootd after a "make
	  clean"

2007-02-04 07:54  brun

	* [r17677] histpainter/inc/THistPainter.h,
	  histpainter/src/THistPainter.cxx: Use forward declarations of TH1
	  and TCutG

2007-02-04 07:48  brun

	* [r17676] ged/inc/TH1Editor.h, ged/src/TH1Editor.cxx: Use forward
	  declaration of TH1

2007-02-03 19:41  brun

	* [r17675] test/stressGraphics.cxx: Add missing include TH2.h

2007-02-03 19:40  brun

	* [r17674] test/Event.h: Add missing include TBits.h

2007-02-03 19:36  brun

	* [r17673] ged/src/TAxisEditor.cxx, ged/src/TF1Editor.cxx,
	  histpainter/src/TGraphPainter.cxx, minuit/src/TLinearFitter.cxx:
	  add missing includes required on some systems

2007-02-03 18:56  brun

	* [r17672] spectrum/inc/TSpectrum2Transform.h: replace include
	  TH2.h by TNamed.h

2007-02-03 18:54  brun

	* [r17671] spectrum/inc/TSpectrum2Fit.h: Replace include TH2.h by
	  TNamed.h

2007-02-03 18:52  brun

	* [r17670] cont/inc/TRefArray.h, cont/src/TRefArray.cxx: Use
	  forward declaration of TSystem

2007-02-03 18:45  brun

	* [r17669] histpainter/inc/TPaletteAxis.h,
	  histpainter/src/TPaletteAxis.cxx: Use forward declaration of TH1

2007-02-03 18:41  brun

	* [r17668] histpainter/inc/TPainter3dAlgorithms.h,
	  histpainter/src/TPainter3dAlgorithms.cxx: Use forward declaration
	  of TF3

2007-02-03 18:33  brun

	* [r17667] tree/inc/TLeaf.h, tree/src/TBranchBrowsable.cxx,
	  tree/src/TBranchClones.cxx, tree/src/TBranchObject.cxx,
	  tree/src/TLeafB.cxx, tree/src/TLeafC.cxx, tree/src/TLeafD.cxx,
	  tree/src/TLeafF.cxx, tree/src/TLeafI.cxx, tree/src/TLeafL.cxx,
	  tree/src/TLeafO.cxx, tree/src/TLeafS.cxx,
	  treeplayer/src/TTreeFormula.cxx: Use forward declaration of
	  TClonesArray and fix consequences

2007-02-03 18:21  brun

	* [r17666] histpainter/inc/TGraphPainter.h,
	  histpainter/src/TGraphPainter.cxx: Use forward declarations of
	  TGraph2D, TGraphDelaunay and TList.
	  Set ClassDef version to 0

2007-02-03 18:12  brun

	* [r17665] ged/inc/TGraphEditor.h, ged/src/TGraphEditor.cxx: Use
	  forward declaration of TGraph

2007-02-03 18:10  brun

	* [r17664] hist/inc/TGraphDelaunay.h, hist/src/TGraphDelaunay.cxx:
	  Use forward declaration of class TGraph2D

2007-02-03 18:07  brun

	* [r17663] hist/inc/TGraph2D.h, hist/src/TGraph2D.cxx,
	  minuit/src/TFitter.cxx, minuit/src/TLinearFitter.cxx,
	  minuit2/src/TChi2FitData.cxx: Use forward declarations of classes
	  TAxis, TF2, TH2 and TList.
	  Fix consequences.

2007-02-03 17:56  brun

	* [r17662] eg/inc/TGenerator.h, eg/src/TGenerator.cxx: Use forward
	  declaration of TClonesArray

2007-02-03 17:44  brun

	* [r17661] ged/inc/TFunctionParametersDialog.h,
	  ged/src/TF1Editor.cxx, ged/src/TFunctionParametersDialog.cxx: Use
	  forward declaration of TF1.
	  Remove include TH1.h

2007-02-03 17:41  brun

	* [r17660] fitpanel/inc/TFitParametersDialog.h,
	  fitpanel/src/TFitParametersDialog.cxx: Use forwartd declaration
	  of TF1.

2007-02-03 17:35  brun

	* [r17659] ged/inc/TF1Editor.h: Remove include TF1.h

2007-02-03 17:33  brun

	* [r17658] eg/inc/TDatabasePDG.h, eg/src/TDatabasePDG.cxx: Use
	  forward declaration of THashList

2007-02-03 17:28  brun

	* [r17657] treeplayer/inc/TChainIndex.h,
	  treeplayer/src/TChainIndex.cxx: Use forward declarations of
	  TTreeIndex and TTreeFormula.

2007-02-03 17:23  brun

	* [r17656] tree/inc/TBranchClones.h: Use forward declaration of
	  TClonesArra.

2007-02-03 17:21  brun

	* [r17655] ged/inc/TAxisEditor.h: Use forward declaration of TAxis
	  instead of include TAxis.h

2007-02-03 10:21  brun

	* [r17654] matrix/src/TMatrixTSparse.cxx: Remove keyword inline in
	  the implementation of
	  Element TMatrixTSparse<Element>::operator()(Int_t rown,Int_t
	  coln) const
	  
	  This ws fatal on Solaris.

2007-02-03 09:03  brun

	* [r17653] base/src/TMath.cxx, math/src/TMath.cxx: Fix coding
	  conventions.

2007-02-03 08:46  brun

	* [r17652] proof/src/TSessionViewer.cxx,
	  sessionviewer/src/TSessionViewer.cxx: From Bertrand:
	  - Reset modified flag in query frame. Should solve the point 1)
	  reported at: http://savannah.cern.ch/bugs/?16887

2007-02-03 08:44  brun

	* [r17651] test/stressGeometry.cxx, test/stressLinear.cxx,
	  test/vmatrix.cxx, test/vvector.cxx: From Bertrand:
	  - Add missing #include "TMath.h" in several files in test
	  directory

2007-02-03 08:16  brun

	* [r17650] minuit/src/TMinuit.cxx: In TMinuit::Contour set the last
	  point equal to first point in order to cle the contour line.

2007-02-03 06:50  brun

	* [r17649] roofit/roofit_2.10.src.tgz: Add TMath.h where required
	  following the removal of TMath.h from TMatrixTUtils.hCVS:
	  ----------------------------------------------------------------------

2007-02-03 06:40  brun

	* [r17648] asimage/src/TASImage.cxx, hist/src/TH1.cxx,
	  hist/src/TPrincipal.cxx, matrix/inc/TMatrixTSparse.h,
	  matrix/inc/TMatrixTUtils.h, matrix/src/TMatrixT.cxx,
	  matrix/src/TMatrixTBase.cxx, matrix/src/TMatrixTSparse.cxx,
	  matrix/src/TMatrixTSym.cxx, matrix/src/TMatrixTUtils.cxx,
	  matrix/src/TVectorT.cxx, minuit/src/TLinearFitter.cxx,
	  mlp/src/TMLPAnalyzer.cxx, physics/inc/TLorentzVector.h,
	  physics/src/TQuaternion.cxx, physics/src/TRotation.cxx,
	  quadp/src/TGondzioSolver.cxx, quadp/src/TMehrotraSolver.cxx,
	  quadp/src/TQpSolverBase.cxx, splot/src/TSPlot.cxx,
	  tmva/src/DataSet.cxx, tmva/src/DecisionTree.cxx,
	  tmva/src/MethodBDT.cxx, tmva/src/MethodCFMlpANN.cxx,
	  tmva/src/MethodFisher.cxx, tmva/src/MethodLikelihood.cxx,
	  tmva/src/Tools.cxx: From Eddy:
	  Remove the inclusion of TMath.h in TMatrixTUtils.h and fix all
	  the consequences

2007-02-02 20:27  brun

	* [r17647] roofit/roofit_2.10.src.tgz: Fix problems on Windows.

2007-02-02 20:18  brun

	* [r17646] tmva/src/RuleFitParams.cxx: Fix problem on Windows.CVS:
	  ----------------------------------------------------------------------

2007-02-02 20:14  brun

	* [r17645] roofit/roofit_2.10.src.tgz: Remove calls to TMath.h from
	  the incvlude files

2007-02-02 20:09  brun

	* [r17644] physics/inc/TFeldmanCousins.h,
	  physics/src/TFeldmanCousins.cxx: Remove TMath.h from the header
	  files

2007-02-02 19:16  brun

	* [r17643] tmva/inc/RuleFitParams.h, tmva/inc/TNeuronInputAbs.h,
	  tmva/inc/TNeuronInputSqSum.h: Remove dependencies from TMath in
	  the tmva header files.
	  Use TMathBase.h instead.

2007-02-02 19:08  brun

	* [r17642] hist/inc/TConfidenceLevel.h, hist/inc/TLimit.h,
	  hist/src/TConfidenceLevel.cxx, hist/src/TLimit.cxx: Move
	  implementation of inline functions calling TMath to the
	  implementation files.

2007-02-02 18:03  brun

	* [r17641] base/src/TMath.cxx, math/src/TMath.cxx: From Lorenzo:
	  patch for fixing the calculation of Dmax in the Kolmogorov test
	  when there are identical values in the two data sets. Thanks to
	  Ivan Melo for finding this bug ( bug 23408 in Savannah)

2007-02-02 17:22  pcanal

	* [r17640] meta/src/TClass.cxx: In TClass::Move, modify the
	  registry only when needed

2007-02-02 17:05  pcanal

	* [r17639] cont/src/TEmulatedCollectionProxy.cxx,
	  io/src/TEmulatedCollectionProxy.cxx: Information the emulated
	  object address registry when the object contains
	  in an emulated STL collections are moved (due to the underlying
	  storage
	  needing to be increased)

2007-02-02 17:03  pcanal

	* [r17638] meta/inc/TClass.h, meta/src/TClass.cxx: 1. Add a new
	  function TClass::Move which, for now, only information the
	  address registry of emulated object of the object move ... later
	  this
	  should be enhanced to really 'move' the object from one place to
	  the
	  other.
	  
	  2. Factor the emulated object address registry access code.
	  
	  3. Remove the use of Form directly in a function call that ends
	  up
	  being recursive (and hence the 2nd pass was modifying the first
	  pass's
	  argument)

2007-02-02 10:37  pcanal

	* [r17637] test/Aclock.h, test/Hello.cxx, test/Hello.h: add TList
	  headers

2007-02-02 08:16  brun

	* [r17635] cintex/src/Cintex.cxx: From Pere:
	  Fix for problem reported at https://savannah.cern.ch/bugs/?23428

2007-02-02 08:12  brun

	* [r17634] meta/src/TClass.cxx, treeplayer/src/TTreeFormula.cxx:
	  Fix coding conventions

2007-02-02 08:06  brun

	* [r17633] cont/inc/TCollectionProxy.h,
	  cont/src/TCollectionProxy.cxx: Fix coding conventions.

2007-02-01 23:04  rdm

	* [r17632] test/README: mention correct location of main ROOT
	  README file.

2007-02-01 22:02  pcanal

	* [r17631] cont/inc/TGenCollectionProxy.h,
	  cont/inc/TGenCollectionStreamer.h,
	  cont/src/TGenCollectionProxy.cxx,
	  cont/src/TGenCollectionStreamer.cxx,
	  io/inc/TGenCollectionProxy.h, io/inc/TGenCollectionStreamer.h,
	  io/src/TGenCollectionProxy.cxx,
	  io/src/TGenCollectionStreamer.cxx: Adapt to the change in
	  TCollectionProxy

2007-02-01 22:00  pcanal

	* [r17630] cont/inc/TCollectionProxy.h,
	  cont/src/TCollectionProxy.cxx: Remove code that migrated to
	  TCollectionProxyInfo. Use this class in the interfaces.
	  TCollectionProxy could now be renamed TCollectionProxyFactory

2007-02-01 21:59  pcanal

	* [r17629] cintex/src/ROOTClassEnhancer.cxx: Use the new
	  TCollectionProxyInfo.

2007-02-01 21:59  pcanal

	* [r17628] meta/inc/TClass.h, meta/inc/TGenericClassInfo.h,
	  meta/src/TClass.cxx, meta/src/TGenericClassInfo.cxx: Add support
	  for the new TCollectionProxyInfo.

2007-02-01 21:58  pcanal

	* [r17627] base/src/ManualBase4.cxx, io/src/ManualBase4.cxx,
	  tree/src/ManualTree2.cxx: Remove dependency on TCollectionProxy.h

2007-02-01 21:57  pcanal

	* [r17626] utils/src/rootcint.cxx: 1. Due to a weakness in CINT
	  (privacy level of nested classies is hard
	  to get to), we need re-instate the '#define private public' trick
	  which
	  is still required to properly deal with nested private and
	  protected
	  classes ... This shall be visited again when Cint has been fully
	  upgraded
	  to use Reflex.
	  
	  2. Delay the construction of the CollectionProxy object to when
	  the TClass
	  object is created. The dictionary now depend on the light weight
	  TCollectionProxyInfo
	  instead of TCollectionProxy (which depends on the I/O). This new
	  object
	  is stored in the TGenericClassInfo.
	  
	  3. The dependency of TCollectionProxy is added __only__ when
	  required by the
	  content of the dictionary

2007-02-01 21:53  pcanal

	* [r17625] cont/inc/TCollectionProxyInfo.h: New class holding the
	  information needed to create a TGenCollectionProxy

2007-02-01 16:55  rdm

	* [r17624] proof/inc/TSessionDialogs.h, proof/inc/TSessionViewer.h,
	  proof/src/TSessionDialogs.cxx, proof/src/TSessionViewer.cxx,
	  sessionviewer/inc/TSessionDialogs.h,
	  sessionviewer/inc/TSessionViewer.h,
	  sessionviewer/src/TSessionDialogs.cxx,
	  sessionviewer/src/TSessionViewer.cxx: From Bertrand:
	  - Implement this feature request:
	  https://savannah.cern.ch/bugs/?16887
	  - Fix the bug reported at: https://savannah.cern.ch/bugs/?20644

2007-02-01 16:24  brun

	* [r17623] win32gdk/src/TGWin32VirtualXProxy.cxx: Add missing
	  include TList.h

2007-02-01 16:20  brun

	* [r17622] proof/inc/TStatus.h, proof/src/TStatus.cxx,
	  proofplayer/inc/TStatus.h, proofplayer/src/TStatus.cxx: Add
	  missing include TList.h or forward declaration

2007-02-01 16:19  brun

	* [r17621] g4root/src/TG4RootDetectorConstruction.cxx,
	  geom/src/TGeoMaterial.cxx, geom/src/TGeoMedium.cxx,
	  proofx/src/TXSocketHandler.cxx, sql/src/TSQLObjectData.cxx,
	  treeplayer/inc/TFriendProxyDescriptor.h,
	  treeplayer/src/TFriendProxyDescriptor.cxx: Add missing include
	  TList.h

2007-02-01 16:04  brun

	* [r17620] graf/inc/TGraph.h, tree/inc/TEntryList.h: Add missing
	  forward declarations

2007-02-01 16:00  brun

	* [r17619] gui/inc/TGFrame.h, gui/src/TGDockableFrame.cxx,
	  gui/src/TGMdiMainFrame.cxx, gui/src/TGMdiMenu.cxx,
	  gui/src/TGStatusBar.cxx: Add missing include TList.h

2007-02-01 15:53  brun

	* [r17618] gui/src/TGCanvas.cxx: Add missing include TList.h

2007-02-01 15:40  brun

	* [r17617] pyroot/src/Adapters.cxx: Add missing include TList.h

2007-02-01 15:33  brun

	* [r17616] proof/src/TProofResourcesStatic.cxx: Add a missing
	  include of TList.h

2007-02-01 15:26  brun

	* [r17615] tree/inc/TTree.h, tree/src/ManualTree2.cxx,
	  tree/src/TTreeCache.cxx, treeplayer/inc/TBranchProxy.h,
	  treeplayer/src/TBranchProxy.cxx, treeplayer/src/TFriendProxy.cxx:
	  Use forward declarations instead of includes.

2007-02-01 15:21  rdm

	* [r17614] base/inc/TError.h: needs stdarg.h since it uses va_list.

2007-02-01 15:20  rdm

	* [r17613] net/inc/TServerSocket.h: needs forward declaration of
	  TSeqCollection.

2007-02-01 14:58  brun

	* [r17612] g3d/src/TAxis3D.cxx, ged/inc/TGedEditor.h,
	  ged/src/TFunctionParametersDialog.cxx, hist/inc/TAxis.h,
	  hist/inc/TF1.h, hist/inc/TH1.h, hist/src/TAxis.cxx,
	  hist/src/TF1.cxx, hist/src/TH1.cxx, hist/src/TH2.cxx,
	  hist/src/TH3.cxx, hist/src/THStack.cxx, hist/src/TProfile.cxx,
	  hist/src/TProfile2D.cxx, hist/src/TProfile3D.cxx,
	  main/src/hadd.cxx, proof/src/TSessionViewer.cxx,
	  sessionviewer/src/TSessionViewer.cxx, spectrum/src/TSpectrum.cxx,
	  spectrum/src/TSpectrum2.cxx: Use a forward declaration of TList
	  instead of including TList.h

2007-02-01 14:51  rdm

	* [r17611] cint/cintdlls.mk, config/Makefile.depend: dependency is
	  on MAINLIBS not only CORE.

2007-02-01 14:21  brun

	* [r17610] proof/inc/TDSet.h, proof/inc/TProofChain.h,
	  proof/inc/TSessionDialogs.h, sessionviewer/inc/TSessionDialogs.h,
	  tree/inc/TBranchBrowsable.h, tree/inc/TTree.h: -Use forward
	  declarations of TList required by the change in TNamed.h

2007-02-01 14:21  brun

	* [r17609] hist/inc/TH1.h, hist/src/TF3.cxx, hist/src/TH1.cxx,
	  hist/src/TH2.cxx, hist/src/TH3.cxx, hist/src/THStack.cxx: -Use
	  forward declarations of TList and TVirtualHistPainter.

2007-02-01 14:20  brun

	* [r17608] base/inc/TNamed.h: -Do not include TList.h.

2007-02-01 14:20  brun

	* [r17607] base/inc/TError.h, base/inc/TQObject.h: -Remove
	  inclusion of Varargs.h

2007-02-01 13:49  couet

	* [r17606] asimage/src/TASImage.cxx: - From Valeri Onuchin:
	  In TASImage::DrawGlyph Clip text drawn outside of image.

2007-02-01 12:54  brun

	* [r17605] gpad/src/TCreatePrimitives.cxx: From Ilka:
	  The reason of the reported crash at
	  http://root.cern.ch/phpBB2/viewtopic.php?t=4469 is a SegV when a
	  graphical cut begins with double-click because gr=0.

2007-02-01 09:46  brun

	* [r17604] cint/cintdlls.mk: From Bertrand:
	  Fix cintdlls build problem on Windows (was trying to link against
	  libCore.dll).

2007-02-01 08:27  brun

	* [r17603] config/Makefile.depend: From Bertrand:
	  Fix a typo in Makefile.depend

2007-01-31 22:32  brun

	* [r17602] cint/cintdlls.mk, config/Makefile.depend: From Philippe,
	  
	  Fix dependency problems when running with make -j and explicit
	  linking (macosx)

2007-01-31 19:59  pcanal

	* [r17601] meta/src/TGenericClassInfo.cxx, utils/src/rootcint.cxx:
	  remove the dictionary's direct dependency on TStreamerInfo

2007-01-31 16:46  rdm

	* [r17600] proof/src/TSessionDialogs.cxx,
	  proof/src/TSessionViewer.cxx,
	  sessionviewer/src/TSessionDialogs.cxx,
	  sessionviewer/src/TSessionViewer.cxx: From Bertrand:
	  Make *.C* and *.c* the default file types in new query dialog.
	  Should solve the problem reported at
	  https://savannah.cern.ch/bugs/?22559.

2007-01-31 15:47  brun

	* [r17599] utils/src/rootcint.cxx: Replace the inclusion of TROOT.h
	  by TClass.h in the generated code.

2007-01-31 15:44  brun

	* [r17598] test/stressGeometry.cxx: Add missing include "TROOT.h

2007-01-31 15:43  brun

	* [r17597] spectrumpainter/inc/TSpectrum2Painter.h: Add missing
	  include :TNamed.h

2007-01-31 14:54  brun

	* [r17596] asimage/inc/TASPaletteEditor.h: Add missing forward
	  reference of TVirtualPad.

2007-01-31 14:50  brun

	* [r17595] spectrumpainter/inc/TSpectrum2Painter.h: Add missing
	  forward reference of TColor

2007-01-31 13:31  brun

	* [r17594] base/src/TDirectory.cxx, base/src/TDirectoryFile.cxx,
	  io/src/TDirectoryFile.cxx: Replace calls to TROOT::GetROOT by
	  TClass::

2007-01-31 11:43  brun

	* [r17593] hist/src/TH1.cxx: Remove a printf statement in
	  TH1::Rebin

2007-01-31 08:31  rdm

	* [r17592] proof/src/TPacketizer.cxx,
	  proofplayer/src/TPacketizer.cxx: indentation.

2007-01-31 07:33  brun

	* [r17591] tree/src/TBasket.cxx, tree/src/TBranch.cxx,
	  tree/src/TBranchElement.cxx, tree/src/TBranchObject.cxx,
	  tree/src/TChain.cxx, treeplayer/src/TTreeFormula.cxx,
	  treeplayer/src/TTreePlayer.cxx: Fix by Philippe and Stephan Otto
	  for a problem reported at: https://savannah.cern.ch/bugs/?23353
	  Use TDirectory::TContext to save/restore the current directory.

2007-01-31 05:39  brun

	* [r17590] tutorials/pyroot/benchmarks.py,
	  tutorials/pyroot/geometry.py, tutorials/pyroot/hsimple.py,
	  tutorials/pyroot/rootmarks.py: From Wim:
	  o) added full directory paths to benchmarks.py, like in
	  benchmarks.C,
	  to take into account the new tutorial directory structure

2007-01-30 18:35  brun

	* [r17589] tmva/inc/MethodCFMlpANN_Utils.h: Fix a compiler warning.

2007-01-30 17:58  brun

	* [r17588] base/inc/TQObject.h: From Ilka:
	  Fix broken include due to an invalid comment.

2007-01-30 17:26  couet

	* [r17587] graf/src/TGraph.cxx: - Option chopth should be
	  initialized to " " in PaintGrapHist otherwise the
	  following macro draws am horizontal line at 0:
	  
	  {
	  TCanvas c1;
	  TGraph g;
	  g.SetPoint(0, -1,-1);
	  g.SetPoint(1, 0, 0);
	  g.SetPoint(2, 1, 1);
	  g.Draw("A*");
	  }

2007-01-30 16:35  rdm

	* [r17586] thread/src/TThread.cxx: From Gerri:
	  - create fThreadTimer only when really needed

2007-01-30 16:34  rdm

	* [r17585] proof/inc/TProofPlayer.h, proof/src/TProofPlayer.cxx,
	  proofplayer/inc/TProofPlayer.h, proofplayer/src/TProofPlayer.cxx:
	  From Gerri:
	  - call TSystem::DispatchOneEvent() via an asynchronous timer
	  (period 1s) instead of at the end of each processed event;
	  this reduces considerably the overhead when processing many
	  CPU-light events
	  - remove some left-over hardcoded settings of the feedback period
	  - cleanup the stop/abort timer infrastructure

2007-01-30 16:07  brun

	* [r17584] hist/src/TH1.cxx: Fix a bug in TH1::Rebin when an array
	  of new bin edges is specified.

2007-01-30 15:38  rdm

	* [r17583] unix/src/TUnixSystem.cxx, winnt/src/TWinNTSystem.cxx:
	  Fix in previous optimization, which caused some GUI's to behave
	  wrongly.

2007-01-30 11:55  brun

	* [r17582] base/src/TStyle.cxx, gui/src/TRootContextMenu.cxx:
	  -Replace calls to gROOT->GetClass by TClass::GetClass

2007-01-30 11:49  brun

	* [r17581] ged/src/TGedEditor.cxx,
	  geombuilder/src/TGeoTabManager.cxx,
	  geompainter/src/TGeoPainter.cxx, gl/src/TGLViewer.cxx,
	  gpad/src/TClassTree.cxx, graf/src/TGraph.cxx, graf/src/TLink.cxx,
	  graf/src/TMultiGraph.cxx, gui/src/TRootBrowser.cxx,
	  gui/src/TRootCanvas.cxx, guibuilder/src/TGuiBldDragManager.cxx,
	  hist/src/TFormula.cxx, hist/src/TGraph2D.cxx, hist/src/TH1.cxx,
	  hist/src/TVirtualHistPainter.cxx,
	  histpainter/src/THistPainter.cxx, html/src/THtml.cxx,
	  meta/src/TClassRef.cxx: -Replace calls to gROOT->GetClass by
	  TClass::GetClass
	  -Remove unused references to TROOT.h
	  -Add include TClass.h in classes assuming an implicit include by
	  other classes

2007-01-30 11:33  rdm

	* [r17580] unix/src/TUnixSystem.cxx, winnt/src/TWinNTSystem.cxx:
	  optimize eventloop, instead of looping 3 times over the list
	  of all timers do it only once.

2007-01-30 11:24  brun

	* [r17579] mlp/src/TMLPAnalyzer.cxx, proof/src/TProofChain.cxx,
	  proof/src/TProofDraw.cxx, proof/src/TSessionDialogs.cxx,
	  proof/src/TSessionViewer.cxx, proofplayer/src/TProofDraw.cxx,
	  sessionviewer/src/TSessionDialogs.cxx,
	  sessionviewer/src/TSessionViewer.cxx, tree/inc/TTree.h,
	  tree/src/ManualTree2Body.h, tree/src/TBranchBrowsable.cxx,
	  tree/src/TBranchClones.cxx, tree/src/TBranchElement.cxx,
	  tree/src/TBranchObject.cxx, tree/src/TChain.cxx,
	  tree/src/TLeafObject.cxx, tree/src/TNtuple.cxx,
	  tree/src/TTree.cxx, tree/src/TTreeCloner.cxx,
	  tree/src/TVirtualTreePlayer.cxx, treeplayer/src/TBranchProxy.cxx,
	  treeplayer/src/TBranchProxyClassDescriptor.cxx,
	  treeplayer/src/TFileDrawMap.cxx,
	  treeplayer/src/TFormLeafInfo.cxx,
	  treeplayer/src/TTreeFormula.cxx, treeplayer/src/TTreePlayer.cxx,
	  treeplayer/src/TTreeProxyGenerator.cxx, xml/src/TBufferXML.cxx,
	  xml/src/TXMLFile.cxx, xml/src/TXMLPlayer.cxx,
	  xml/src/TXMLSetup.cxx: -Replace calls to gROOT->GetClass by
	  TClass::GetClass
	  -Remove unused references to TROOT.h

2007-01-30 11:24  brun

	* [r17578] tmva/src/MethodANNBase.cxx, tmva/src/MethodBDT.cxx,
	  tmva/src/MethodBase.cxx, tmva/src/MethodCommittee.cxx,
	  tmva/src/MethodCuts.cxx, tmva/src/MethodRuleFit.cxx,
	  tmva/src/MethodTMlpANN.cxx: Add calls to TDirectory.h in classes
	  where this class was assumed
	  to be included by other includes.

2007-01-30 11:23  brun

	* [r17577] base/inc/RtypesImp.h: -Replace calls to gROOT->GetClass
	  by TClass::GetClass.
	  -Thanks to this change, a mod in TROOT.h will not trigger anymore
	  a full generation and recompilation of all dictionaries.

2007-01-30 10:19  brun

	* [r17576] tmva/inc/MethodCFMlpANN_Utils.h,
	  tmva/src/MethodLikelihood.cxx: -Replace calls to gROOT->GetClass
	  by TClass::GetClass
	  -Remove unused references to TROOT.h

2007-01-30 10:14  brun

	* [r17575] pyroot/src/Adapters.cxx, pyroot/src/Converters.cxx,
	  pyroot/src/Executors.cxx, pyroot/src/Pythonize.cxx,
	  pyroot/src/RootModule.cxx, pyroot/src/RootWrapper.cxx,
	  pyroot/src/TPyClassGenerator.cxx, pyroot/src/TPython.cxx,
	  table/src/TTable.cxx, table/src/TTableDescriptor.cxx: -Replace
	  calls to gROOT->GetClass by TClass::GetClass
	  -Remove unused references to TROOT.h

2007-01-30 10:11  brun

	* [r17574] sql/src/TBufferSQL2.cxx: -Replace calls to
	  gROOT->GetClass by TClass::GetClass

2007-01-30 09:59  brun

	* [r17573] proof/src/TDSet.cxx, proof/src/TProofPlayer.cxx,
	  proofplayer/src/TProofPlayer.cxx: -Replace calls to
	  gROOT->GetClass by TClass::GetClass

2007-01-30 08:56  rdm

	* [r17572] proof/src/TPacketizer.cxx,
	  proofplayer/src/TPacketizer.cxx: indentation.

2007-01-30 08:50  couet

	* [r17571] graf/src/TLatex.cxx, graf/src/TText.cxx: - Coding
	  conventions.

2007-01-29 17:14  antcheva

	* [r17570] ged/src/TGedFrame.cxx: - fixed error in frame option
	  settings

2007-01-29 16:21  rdm

	* [r17569] proof/src/TProofServ.cxx: From Gerri:
	  - by default switch off real-time log feedback, except for
	  BUILD.sh.

2007-01-29 16:14  brun

	* [r17568] io/src/TStreamerInfo.cxx, meta/src/TBaseClass.cxx,
	  meta/src/TCint.cxx, meta/src/TClass.cxx,
	  meta/src/TDataMember.cxx, meta/src/TMethodCall.cxx,
	  meta/src/TStreamerElement.cxx, meta/src/TStreamerInfo.cxx,
	  mlp/src/TMultiLayerPerceptron.cxx: -Replace calls to
	  gROOT->GetClass by TClass::GetClass
	  -Remove unused references to TROOT.h

2007-01-29 15:53  brun

	* [r17567] base/src/TBuffer.cxx, base/src/TBufferFile.cxx,
	  base/src/TDirectoryFile.cxx, base/src/TFile.cxx,
	  base/src/TKey.cxx, base/src/TMapFile.cxx,
	  base/src/TMessageHandler.cxx, base/src/TPluginManager.cxx,
	  base/src/TQConnection.cxx, base/src/TQObject.cxx,
	  base/src/TROOT.cxx, cont/src/TClassTable.cxx,
	  cont/src/TClonesArray.cxx, cont/src/TContainerConverters.cxx,
	  cont/src/TEmulatedCollectionProxy.cxx,
	  cont/src/TGenCollectionProxy.cxx, io/src/TBufferFile.cxx,
	  io/src/TContainerConverters.cxx, io/src/TDirectoryFile.cxx,
	  io/src/TEmulatedCollectionProxy.cxx, io/src/TFile.cxx,
	  io/src/TGenCollectionProxy.cxx, io/src/TKey.cxx,
	  io/src/TMapFile.cxx: -Replace calls to gROOT->GetClass by
	  TClass::GetClass
	  -Remove unused references to TROOT.h

2007-01-29 15:51  brun

	* [r17566] test/stressFit.cxx: Add missing include "TROOT.h"

2007-01-29 15:34  couet

	* [r17565] graf/src/TLatex.cxx, graf/src/TText.cxx: - In
	  GetBoundingBox, the two 1st parameters of GetControlBox are
	  integers,
	  not doubles.

2007-01-29 15:17  rdm

	* [r17564] proof/inc/TAdaptivePacketizer.h,
	  proof/src/TAdaptivePacketizer.cxx,
	  proofplayer/inc/TAdaptivePacketizer.h,
	  proofplayer/src/TAdaptivePacketizer.cxx: From Jan:
	  - tuning the performance by changing the parameter for preference
	  of local files.
	  - adding a new parameter to the AdaptivePacketizer:
	  PROOF_BaseLocalPreference
	  - changing TFileNode::fSlaveCnt to TFileNode::fExtSlaveCnt
	  - some more improvements and comments
	  - rule out a situation in which a worker opens a file on a
	  filenode
	  whose own workers haven't started processing yet.

2007-01-29 15:14  brun

	* [r17563] meta/inc/TClass.h: Fix typoCVS:
	  ----------------------------------------------------------------------

2007-01-29 15:11  rdm

	* [r17562] base/inc/MessageTypes.h, proof/inc/LinkDef.h,
	  proof/inc/TProof.h, proof/inc/TProofServ.h,
	  proof/src/TPacketizer.cxx, proof/src/TProof.cxx,
	  proof/src/TProofDebug.cxx, proof/src/TProofServ.cxx,
	  proof/src/TSessionViewer.cxx, proofplayer/src/TPacketizer.cxx,
	  proofx/src/TXProofServ.cxx, proofx/src/TXSlave.cxx,
	  sessionviewer/src/TSessionViewer.cxx: Frrom Gerri:
	  There is a new classes TProofServLogHandler allowing to redirect
	  the output to the client in real-time. It has two main
	  constructors,
	  one taking an external command (like BUILD.sh) and opening a
	  pipe,
	  the other taking a pointer to a open file. TProofServ uses the
	  class
	  via the guard class TProofServLogHandlerGuard to better localize
	  the
	  usage. This redirection is not always activated. For the time
	  being it
	  is active for Process and Cache actions,and it can be deactivated
	  via
	  
	  TProof::SetRealTimeLog(kFALSE)
	  
	  (for BUILD.sh - executed externally - is always ON).
	  In particular, with the patch applied, the outputs from BUILD.shi
	  will scroll down on the screen, and clicking on "Show logs" in
	  the
	  dialog box during process shows the messages and allows to see
	  what
	  the session is doing: this is quite nice, because getting
	  an empty window from "Show Logs" is frustrating, in my opinion.
	  
	  So, all this fixes the bug/request #16845.
	  
	  The patch also fixes bug #22555 (hanging while enabling a package
	  without BUILD.sh) and several other small bugs (a couple of
	  unitialized
	  variables) or typos.
	  It also cleanups the API a bit (we had SetQueryType and
	  SetQueryMode
	  doing exactly the same thing ...).

2007-01-29 15:10  brun

	* [r17561] asimage/src/TASPaletteEditor.cxx, base/inc/TROOT.h,
	  base/src/TQConnection.cxx, base/src/TROOT.cxx,
	  base/src/TVirtualViewer3D.cxx, cont/src/TClonesArray.cxx,
	  cont/src/TContainerConverters.cxx, fitpanel/src/TFitEditor.cxx,
	  ged/src/TGedEditor.cxx, geom/src/TGeoVolume.cxx,
	  geombuilder/src/TGeoTabManager.cxx, gl/src/TGLHistPainter.cxx,
	  gl/src/TGLLegoPainter.cxx, gl/src/TGLUtil.cxx,
	  graf/src/TLatex.cxx, hist/src/TAxis.cxx, html/src/THtml.cxx,
	  io/src/TContainerConverters.cxx, matrix/src/TMatrixTBase.cxx,
	  matrix/src/TVectorT.cxx, meta/inc/TClass.h, meta/src/TClass.cxx,
	  meta/src/TClassRef.cxx, meta/src/TIsAProxy.cxx,
	  pyroot/src/Converters.cxx, pyroot/src/Executors.cxx,
	  pyroot/src/TPyClassGenerator.cxx, qtgsi/src/TQRootCanvas.cxx,
	  spectrumpainter/src/TSpectrum2Painter.cxx,
	  xml/src/TXMLPlayer.cxx: -Add include "TROOT.h" in all
	  implementation files that were assuming
	  that TROOT was included via TClass.h
	  
	  
	  -In TClass.h:
	  --Remove the include of TROOT.h
	  --add the following static member
	  static IdMap_t *fgIdMap; //Map from typeid to TClass pointer
	  
	  --add the following functions:
	  static void AddClass(TClass *cl);
	  static void RemoveClass(TClass *cl);
	  
	  --Replace the inline definitions of GetClass functions by
	  template <typename T> TClass* GetClass( T** /* dummy */) { return
	  GetClass((T*)0); }
	  template <typename T> TClass* GetClass(const T** /* dummy */) {
	  return GetClass((T*)0); }
	  
	  -In TClass.cxx:
	  --Instead of forwarding the calls to gROOT->GetClass, move the
	  code
	  originally in TROOT in the TClass::GetClass functions
	  --Move class TMapTypeToTClass from TROOT to TClass.

2007-01-29 14:28  antcheva

	* [r17560] ged/src/TGedEditor.cxx: From Alja Tadel:
	  Fixed a bug in recently introduced ReinitWorkspace() method - the
	  Style
	  tab was not cleared if the selected object does not have
	  inherited or
	  implemented editor.

2007-01-29 11:09  brun

	* [r17558] cont/inc/TVirtualCollectionProxy.h: Use forward
	  declaration of TClass instead of TClass.h

2007-01-29 10:54  brun

	* [r17557] meta/inc/TClass.h: Remove inclusion of TStreamerInfo.h

2007-01-29 10:53  brun

	* [r17556] base/src/TDirectoryFile.cxx,
	  cont/src/TEmulatedMapProxy.cxx,
	  cont/src/TGenCollectionStreamer.cxx, io/src/TDirectoryFile.cxx,
	  io/src/TEmulatedMapProxy.cxx, io/src/TGenCollectionStreamer.cxx:
	  Add explicit inclusion of TStreamerInfo.h in view of the removal
	  of this include from TClass.h

2007-01-29 10:34  rdm

	* [r17555] build/unix/makelib.sh: fix a non portable test construct
	  (was failing on Solaris).

2007-01-29 10:18  brun

	* [r17554] base/inc/TQObject.h: Remove inclusion of TClass.h. This
	  should reduce considerably the number
	  of classes to be recompiled when chamging TClass.h in the future.

2007-01-29 10:06  brun

	* [r17553] asimage/src/TASPaletteEditor.cxx, base/src/TRandom.cxx,
	  fitpanel/inc/TFitEditor.h, fitpanel/src/TFitEditor.cxx,
	  ged/src/TGedFrame.cxx, geom/src/TGeoXtru.cxx,
	  geombuilder/src/TGeoTabManager.cxx, gl/src/TGLHistPainter.cxx,
	  gl/src/TGLUtil.cxx, gl/src/TGLViewer.cxx,
	  gpad/src/TClassTree.cxx, guibuilder/src/TGuiBldDragManager.cxx,
	  math/src/TRandom.cxx, proof/src/TProofPlayer.cxx,
	  proofplayer/src/TProofPlayer.cxx, proofx/src/TXProofServ.cxx,
	  qtgsi/src/TQCanvasMenu.cxx, qtgsi/src/TQRootCanvas.cxx,
	  qtgsi/src/TQRootDialog.cxx,
	  spectrumpainter/src/TSpectrum2Painter.cxx: Add explicit inclusion
	  of "TClass.h" in view of a future removal of TClass.h
	  from TQObject.h.

2007-01-29 08:52  brun

	* [r17552] gl/inc/TGLViewer.h, gl/inc/TGLViewerEditor.h,
	  gl/src/TGLViewer.cxx, gl/src/TGLViewerEditor.cxx: From Timur:
	  a small fix to enable manipulation with specular light component.

2007-01-29 07:38  brun

	* [r17551] qt/Module.mk: Add missing declaration of class
	  TQtRootSlot

2007-01-28 19:43  brun

	* [r17550] cont/src/TClonesArray.cxx: Remove unused includes
	  TBufferFile.h and TROOT.h.

2007-01-28 18:38  brun

	* [r17549] base/inc/TFileIO.h, base/inc/TVirtualIO.h,
	  base/src/TFileIO.cxx, base/src/TVirtualIO.cxx, config/rootrc.in,
	  cont/src/TRefArray.cxx: i-Delete the obsolete classes TVirtualIO
	  and TFileIO.

2007-01-28 18:37  brun

	* [r17548] base/src/TFolder.cxx: -Replace the calls to TVirtualIO
	  by new calls in TBuffer or TDirectory

2007-01-28 18:33  brun

	* [r17547] base/inc/LinkDef1.h: -Delete the obsolete classes
	  TVirtualIO and TFileIO.

2007-01-28 18:32  brun

	* [r17546] xml/src/TKeyXML.cxx: Replace references to
	  TBufferFile::kCannotHandleMemberWiseStreaming by
	  TBuffer::kCannotHandleMemberWiseStreaming.

2007-01-28 18:31  brun

	* [r17545] io/src/TStreamerInfoReadBuffer.cxx,
	  io/src/TStreamerInfoWriteBuffer.cxx,
	  meta/src/TStreamerInfoReadBuffer.cxx,
	  meta/src/TStreamerInfoWriteBuffer.cxx: -Implement changes when
	  streaming a referenced object by calling the new
	  functions in TBuffer.

2007-01-28 18:31  brun

	* [r17544] gpad/src/TClassTree.cxx, gpad/src/TPad.cxx: -Replace the
	  call to TVirtualIO::SaveObjectAs by TDirectory::SaveObjectAs.

2007-01-28 18:30  brun

	* [r17543] cont/src/TClonesArray.cxx: -Remove dependencies on TFile
	  and TStreamerInfo by calling the new functions
	  in TBuffer.

2007-01-28 18:30  brun

	* [r17542] cont/src/TRefTable.cxx: Replace the calls to TVirtualIO
	  by new calls in TBuffer or TDirectory
	  -------

2007-01-28 18:29  brun

	* [r17541] base/src/TObject.cxx, base/src/TROOT.cxx,
	  base/src/TRandom.cxx, base/src/TRef.cxx, math/src/TRandom.cxx:
	  -Replace the calls to TVirtualIO by new calls in TBuffer or
	  TDirectory

2007-01-28 18:28  brun

	* [r17540] base/inc/TFile.h, base/src/TFile.cxx, io/inc/TFile.h,
	  io/src/TFile.cxx: -Implement the following two functions:
	  virtual TProcessID *ReadProcessID(UShort_t pidf);
	  virtual UShort_t WriteProcessID(TProcessID *pid);

2007-01-28 18:28  brun

	* [r17539] base/inc/TDirectoryFile.h, base/src/TDirectoryFile.cxx,
	  io/inc/TDirectoryFile.h, io/src/TDirectoryFile.cxx: -Implement
	  the changes required by the new version of TDirectory

2007-01-28 18:27  brun

	* [r17538] base/inc/TDirectory.h, base/src/TDirectory.cxx:
	  -Implement the following new functions: Some of these functions
	  were
	  implemented (temporarily) in the now obsolete class
	  TVirtualIO/TFileIO.
	  virtual TObject *CloneObject(const TObject *obj);
	  virtual TObject *FindObjectAnyFile(const char * /*name*/) const
	  {return 0;}
	  virtual TFile *OpenFile(const char * /*name*/, Option_t *
	  /*option*/ = "",
	  const char * /*ftitle*/ = "", Int_t /*compress*/ = 1,
	  Int_t /*netopt*/ = 0) {return 0;}
	  virtual Int_t SaveObjectAs(const TObject * /*obj*/, const char *
	  /*filename*/="", Option_t * /*option*/="");
	  virtual void SetTRefAction(TObject * /*ref*/, TObject *
	  /*parent*/) {}

2007-01-28 18:27  brun

	* [r17537] base/inc/TBufferFile.h, base/src/TBufferFile.cxx,
	  io/inc/TBufferFile.h, io/src/TBufferFile.cxx: -Implement the
	  changes required by the new version of TBuffer.
	  -Add the following new functions that are required to complete
	  the separation
	  of base and cont from the I/O sub-system. Some of these functions
	  were
	  implemented (temporarily) in the now obsolete class
	  TVirtualIO/TFileIO.
	  // Special basic ROOT objects and collections
	  virtual TProcessID *GetLastProcessID(TRefTable *reftable) const =
	  0;
	  virtual UInt_t GetTRefExecId() = 0;
	  virtual TProcessID *ReadProcessID(UShort_t pidf) = 0;
	  virtual UShort_t WriteProcessID(TProcessID *pid) = 0;
	  
	  // Utilities for TClonesArray
	  virtual void ForceWriteInfo(TClonesArray *a) = 0;
	  virtual Int_t ReadClones (TClonesArray *a, Int_t nobjects) = 0;
	  virtual Int_t WriteClones(TClonesArray *a, Int_t nobjects) = 0;

2007-01-28 18:26  brun

	* [r17536] base/inc/TBuffer.h, base/src/TBuffer.cxx: -Move the enum
	  kCannotHandleMemberWiseStreaming from TBufferFile to TBuffer.
	  This enum is used by TClonesArray (cannot reference TBufferFile).

2007-01-26 22:06  pcanal

	* [r17535] utils/src/rootcint.cxx: - Remove the #define private
	  public since it is no longer used (we
	  really on the Shadow classes to replace this technique).
	  - If the destructor of a class is not public, we can not create
	  array
	  of object (because in the case where one of the constructor would
	  throw an exception, the compiler needs to delete the objects in
	  the
	  array it has already created). [This lead to compilation error
	  now
	  that the dictionary are respecting the class privacy].
	  - ACLiC will now respect/inforce the access rule
	  (private/protected)

2007-01-26 22:02  pcanal

	* [r17534] treeplayer/inc/TTreeFormulaManager.h: Insure that CINT
	  knows about the privacy of the destructor

2007-01-26 15:47  brun

	* [r17533] base/inc/TDirectory.h: Fix a typo

2007-01-26 15:40  brun

	* [r17532] base/src/TRandom.cxx, math/src/TRandom.cxx: The
	  functions TRandom::ReadRandom and TRandom::WriteRandom invoke now
	  the
	  new functions TDirectory::ReadTObject and
	  TDirectory::WriteTObject.

2007-01-26 15:40  brun

	* [r17531] base/src/TObject.cxx: The functions TObject::Read and
	  TObject::Write invoke now the
	  new functions TDirectory::ReadTObject and
	  TDirectory::WriteTObject.

2007-01-26 15:40  brun

	* [r17530] base/inc/TFileIO.h, base/src/TFileIO.cxx: Delete the
	  functions TFileIO::ReadObject and TFileIO::WriteObject.
	  They are now implemented in TDirectoryFile.

2007-01-26 15:39  brun

	* [r17529] base/inc/TVirtualIO.h, base/src/TVirtualIO.cxx: Delete
	  the functions TVirtualIO::ReadObject and TVirtualIO::WriteObject.
	  They are now implemented in TDirectory.

2007-01-26 15:39  brun

	* [r17528] base/inc/TDirectoryFile.h, base/src/TDirectoryFile.cxx,
	  io/inc/TDirectoryFile.h, io/src/TDirectoryFile.cxx: Add the
	  following new functions:
	  virtual Int_t ReadTObject(TObject *obj, const char *keyname);
	  virtual Int_t WriteTObject(const TObject *obj, const char
	  *name=0, Option_t *option="");
	  
	  Add an optional argument bufsize in the following functions
	  virtual Int_t Write(const char *name=0, Int_t opt=0, Int_t
	  bufsize=0);
	  virtual Int_t Write(const char *name=0, Int_t opt=0, Int_t
	  bufsize=0) const ;
	  virtual Int_t WriteObjectAny(const void *obj, const char
	  *classname, const char *name, Option_t *option="", Int_t
	  bufsize=0);
	  virtual Int_t WriteObjectAny(const void *obj, const TClass *cl,
	  const char *name, Option_t *option="", Int_t bufsize=0);

2007-01-26 15:39  brun

	* [r17527] base/inc/TDirectory.h, base/src/TDirectory.cxx: Add the
	  following new functions:
	  virtual Int_t ReadTObject(TObject *obj, const char *keyname);
	  virtual Int_t WriteTObject(const TObject *obj, const char
	  *name=0, Option_t *option="");
	  
	  Add an optional argument bufsize in the following functions
	  virtual Int_t Write(const char *name=0, Int_t opt=0, Int_t
	  bufsize=0);
	  virtual Int_t Write(const char *name=0, Int_t opt=0, Int_t
	  bufsize=0) const ;
	  virtual Int_t WriteObjectAny(const void *obj, const char
	  *classname, const char *name, Option_t *option="", Int_t
	  bufsize=0);
	  virtual Int_t WriteObjectAny(const void *obj, const TClass *cl,
	  const char *name, Option_t *option="", Int_t bufsize=0);
	  
	  Add the following static member
	  static Bool_t fgAddDirectory; //!flag to add histograms,
	  graphs,etc to the directory
	  and the functions
	  static void AddDirectory(Bool_t add=kTRUE);
	  // Sets the flag controlling the automatic add objects like
	  histograms, TGraph2D, etc
	  // in memory
	  //
	  // By default (fAddDirectory = kTRUE), these objects are
	  automatically added
	  // to the list of objects in memory.
	  // Note that in the classes like TH1, TGraph2D supporting this
	  facility,
	  // one object can be removed from its support directory
	  // by calling object->SetDirectory(0) or
	  object->SetDirectory(dir) to add it
	  // to the list of objects in the directory dir.
	  //
	  // NOTE that this is a static function. To call it, use;
	  // TDirectory::AddDirectory
	  
	  static Bool_t AddDirectoryStatus();
	  // static function: see TDirectory::AddDirectory for more
	  comments
	  
	  These two functions are good alternatives to the same functions
	  in TH1.
	  The functions in TH1 are still kept for back compatibility.

2007-01-26 14:08  couet

	* [r17526] tutorials/gl/glparametric.C: - From Timur:
	  glparametric.C - new tutorials, shows how to build and draw 4
	  different
	  parametric surfaces.

2007-01-26 14:06  couet

	* [r17525] gl/inc/LinkDef.h, gl/inc/TGLBoxPainter.h,
	  gl/inc/TGLHistPainter.h, gl/inc/TGLLegoPainter.h,
	  gl/inc/TGLParametric.h, gl/inc/TGLPlotPainter.h,
	  gl/inc/TGLSurfacePainter.h, gl/inc/TGLTF3Painter.h,
	  gl/inc/TGLUtil.h, gl/src/TGLBoxPainter.cxx,
	  gl/src/TGLHistPainter.cxx, gl/src/TGLLegoPainter.cxx,
	  gl/src/TGLParametric.cxx, gl/src/TGLPlotPainter.cxx,
	  gl/src/TGLSurfacePainter.cxx, gl/src/TGLTF3Painter.cxx,
	  gl/src/TGLUtil.cxx: - From Timur:
	  
	  1. TGLParametricEquation. New class to define parametric surface.
	  It can be
	  defined by a) three equation in a "string form" (mathematical
	  expression,
	  the same as TF2) and as a pointer to function.
	  2. TGLParametricPlot. Painter to draw parametric surface. It has
	  most of
	  features other gl-painters have - box cut, zooming etc. + 21
	  color
	  "schemes": you can change the color of surface (which is under
	  cursor)
	  by pressing 's' or 'S' - the same as TGLTF3Painter + wireframe
	  mode ('w' or
	  'W' key - temporary solution).

2007-01-26 07:55  brun

	* [r17524] tutorials/pyroot/qtexample.py: From Valeri Fine:
	  New tutorial illustrating how to use Qt with ROOT and Qt

2007-01-26 07:51  brun

	* [r17523] qt/Module.mk, qt/inc/LinkDef.h, qt/inc/TGQt.h,
	  qt/inc/TQMimeTypes.h, qt/inc/TQtApplication.h,
	  qt/inc/TQtClientFilter.h, qt/inc/TQtClientWidget.h,
	  qt/inc/TQtMarker.h, qt/inc/TQtRootSlot.h,
	  qt/inc/TQtSymbolCodec.h, qt/inc/TQtTimer.h, qt/inc/TQtWidget.h,
	  qt/src/TGQt.cxx, qt/src/TQMimeTypes.cxx, qt/src/TQtRootSlot.cxx,
	  qt/src/TQtWidget.cxx: From Valeri Fine:
	  TQtSymbolCodec.h:
	  ================
	  - remove the compilation warning
	  
	  TGQt.cxx, TGQt.h
	  ================
	  - Two new methods:
	  
	  SetFileName
	  GetNewFileName
	  
	  to generate the file names for the simple animations
	  
	  - Add QTDIR to include path and lib path to build
	  the Qt-based applications via ACliC
	  
	  - Fix to take in account the pixmap file name
	  may be followed by the sumbol "+NN"
	  
	  TQtWidget.cxx:
	  =============
	  - Remove the CPP flags that introduced
	  the redundant ROOT version dependency.
	  
	  - Fix to take in account the pixmap file name
	  may be followed by the symbol "+NN"
	  
	  LinkDef.h:
	  ===========
	  Add two ROOT C++ function (to be ROOT Slots):
	  
	  QConnectCint
	  QConnectTerminate
	  
	  and the new class
	  TQtRootSlot
	  to the ROOT dictionary
	  
	  TQtMarker:
	  =========
	  - Copy ctor and operator=() have been introduced
	  
	  QtWidget.h, TQtTimer.h, TQtClientWidget.h TQtClientFilter.h,
	  TQMimeTypes.h
	  =====================================================================
	  - Clean up. Remove the redundant CPP flags
	  
	  TQtApplication.h
	  ================
	  Clean up. The dummy copy ctor and operator=() have been
	  introduced
	  
	  New TQtRootSlot class:
	  ======================
	  (see: TQtRootSlot.h, TQtRootSlot.cxx)
	  The new class TQtRootSlot to connect the Qt signals with the
	  arbitrary ROOT slots.

2007-01-25 22:53  pcanal

	* [r17522] tree/inc/TChain.h, tree/inc/TNtuple.h,
	  tree/inc/TNtupleD.h, tree/inc/TTree.h,
	  tree/src/TBranchElement.cxx, tree/src/TChain.cxx,
	  tree/src/TNtuple.cxx, tree/src/TNtupleD.cxx, tree/src/TTree.cxx:
	  When the master tree of a tree 'clone' relationship is deleted,
	  we need
	  to reset the address of the branches of the clone ... however we
	  need to
	  reset the address only for the cloned branches. In particular
	  this means
	  that calling ResetBranchAddresses on the clone tree is
	  over-zealous (it
	  reset branches that may have been added by the user after the
	  cloning).
	  Also in the reseting of the branch depends (because of TNtuple
	  and TNtupleD)
	  not only of the type of the branch object but also on the type of
	  the TTree.
	  (See TNtuple::ResetBranchAddress(TBranch*) for the explanation
	  why).

2007-01-25 19:29  brun

	* [r17521] test/Makefile, test/Makefile.arch, test/Makefile.win32,
	  test/RootShower/Makefile: From Bertrand:
	  Added support for MSVC 8.0 (embedding manifest files) in
	  test/Makefile.arch, test/Makefile and test/RootShower/Makefile
	  Will avoid the kind of problem as reported at:
	  <http://savannah.cern.ch/bugs/?23279>
	  And will also remove all .manifest files in test and RootShower
	  directory

2007-01-25 17:47  pcanal

	* [r17520] meta/src/TClass.cxx: We no longer need to notify the
	  TTree object since the notify is now done via the TClassRef

2007-01-25 17:46  pcanal

	* [r17519] tree/inc/TLeafObject.h: Use TClassRef instead of TClass
	  to have an auto update of pointer when the TClass object is
	  replaced

2007-01-25 17:35  antcheva

	* [r17518] ged/inc/TH2Editor.h, ged/src/TH2Editor.cxx: Implemented
	  functionality related to graphical cut draw options in TH2Editor.

2007-01-25 16:28  couet

	* [r17517] histpainter/src/THistPainter.cxx: - In Paint2DErrors and
	  PaintArrows the cuts were not taken into account.
	  Commands like:
	  hpxpy->Draw("ARR [cutg]");
	  hpxpy->Draw("E [cutg]");
	  produced a complete plot.

2007-01-25 14:31  brun

	* [r17516] base/src/TVirtualIO.cxx: Do not delete statics in the
	  destructor.

2007-01-25 14:28  brun

	* [r17515] test/Makefile.win32: From Bertrand:
	  Added support for MSVC 8.0 in test/Makefile.win32
	  Will avoid the kind of problem as reported at:
	  <http://savannah.cern.ch/bugs/?23279>

2007-01-25 12:00  brun

	* [r17514] gpad/src/TPad.cxx: Replace the calls via CINT to
	  TFile::SaveObjectAs by a direct call
	  to TVirtualIO::SaveObjectAs.

2007-01-25 11:53  brun

	* [r17513] cont/src/TEmulatedMapProxy.cxx,
	  cont/src/TGenCollectionStreamer.cxx,
	  io/src/TEmulatedMapProxy.cxx, io/src/TGenCollectionStreamer.cxx:
	  Remove unused include TStreamerInfo.h

2007-01-25 11:52  brun

	* [r17512] base/src/TROOT.cxx: -The inclusion of TFile.h and
	  TMapFile.h has been removed.
	  -TROOT::FindObjectAny calls TVirtualIO::FindObjectAny
	  
	  With these changes TROOT is now independent of the I/O
	  sub-system.

2007-01-25 11:52  brun

	* [r17511] io/src/TStreamerInfoWriteBuffer.cxx,
	  meta/src/TStreamerInfoWriteBuffer.cxx: eplace calls to
	  TProcessID::WriteProcessID by TVirtualIO::WriteProcessID

2007-01-25 11:51  brun

	* [r17510] io/src/TStreamerInfoReadBuffer.cxx,
	  meta/src/TStreamerInfoReadBuffer.cxx: Replace calls to
	  TProcessID::ReadProcessID by TVirtualIO::ReadProcessID

2007-01-25 11:51  brun

	* [r17509] cont/inc/TRefTable.h, cont/src/TRefTable.cxx: -The enum
	  kHaveWarnedReadingOld is becoming public instead of protected.
	  -The inclusion of TFile.h has been removed.
	  -TRefArray::Streamer makes use of TVirtualIO::GetLastProcessID.
	  
	  With these changes TRefArray is now independent of the I/O
	  sub-system.

2007-01-25 11:50  brun

	* [r17508] cont/src/TRefArray.cxx: CVSnclusion of TFile.h has been
	  removed.
	  -TRefArray::Streamer makes use of the new functions in TVirtualIO
	  
	  With these changes TRefArray is now independent of the I/O
	  sub-system.
	  :
	  ----------------------------------------------------------------------

2007-01-25 11:50  brun

	* [r17507] base/src/TRef.cxx: -The inclusion of TFile.h,
	  TStreamerInfo.h, TStreamerElement.h
	  has been removed.
	  -The code previously in TRef::SetAction has been moved to
	  TFileIO::SetRefAction.
	  -TRef::Streamer makes use of the new functions in TVirtualIO
	  
	  With these changes TRef is now independent of the I/O sub-system.

2007-01-25 11:49  brun

	* [r17506] base/inc/TProcessID.h, base/src/TProcessID.cxx: -Remove
	  the static functions: ReadProcessID and WriteProcessID.
	  These two functions have been moved to TVirtualIO and TFileIO.
	  -Implement new functions;
	  void CheckInit()
	  static TProcessID *GetPID();
	  static TObjArray *GetPIDs();
	  
	  With these changes TProcessID is now independent of the I/O
	  sub-system.

2007-01-25 11:49  brun

	* [r17505] base/src/TObject.cxx: remove direct dependencies of
	  TObject on the I/O classes by using
	  the new functions in TVirtualIO. In particular
	  -The inclusion of TFile.h, TBufferFile.h, TDirectory.h, TKey.h,
	  TObjArray.h, TProcessID.h and TRefTable.h has been removed.
	  -TObject::Clone code is replaced by TVirtualIO::CloneObject
	  -TObject::Read code is replaced by TVirtualIO::ReadObject
	  -TObject::Write code is replaced by TVirtualIO::WriteObject
	  -The references to TProcessID and TRefTable in TObject::Streamer
	  have been replaced by calls to TVirtualIO::readRefUniqueID
	  or TVirtualIO::WriteRefUniqueID.

2007-01-25 11:48  brun

	* [r17504] tree/src/TTreeCloner.cxx: In TTreeCloner::CopyProcessIds
	  replace the call to TProcessID::WriteProcessID
	  by a subset of this function that is independent of the I/O
	  sub-system.

2007-01-25 11:48  brun

	* [r17503] base/src/TRandom.cxx, math/src/TRandom.cxx: Replace the
	  direct dependencies on TFile and TObject::Write by
	  the new functions Open, ReadObject and WriteObject from
	  TVirtualIO.

2007-01-25 11:48  brun

	* [r17502] gpad/src/TClassTree.cxx: eplace the call via CINT to
	  TFile::SaveObjectAs by a direct call
	  to TVirtualIO::SaveObjectAs.

2007-01-25 11:47  brun

	* [r17501] base/src/TFolder.cxx: Replace the call via CINT to
	  TFile::SaveObjectAs by a direct call
	  to TVirtualIO::SaveObjectAs.

2007-01-25 11:47  brun

	* [r17500] base/inc/TFile.h, base/src/TFile.cxx, io/inc/TFile.h,
	  io/src/TFile.cxx: Remove the static function TFile::SaveObjectAs.
	  This function is replaced by TVirtualIO::SaveObjectAs

2007-01-25 11:47  brun

	* [r17499] base/inc/LinkDef1.h: Declare new classes TVirtualIO and
	  TFileIO

2007-01-25 11:47  brun

	* [r17498] base/inc/TFileIO.h, base/src/TFileIO.cxx: The concrete
	  implementation of TVirtualIO with the following functions:
	  virtual TObject *CloneObject(const TObject *obj);
	  virtual TObject *FindObjectAny(const char *name) const;
	  virtual TProcessID *GetLastProcessID(TBuffer &b, TRefTable
	  *reftable) const;
	  virtual UInt_t GetTRefExecId();
	  virtual Int_t ReadObject(TObject *obj, const char *keyname);
	  virtual TObject *Open(const char *name, Option_t *option = "",
	  const char *ftitle = "", Int_t compress = 1,
	  Int_t netopt = 0);
	  virtual UShort_t ReadProcessID (TBuffer &b, TProcessID *pid);
	  virtual void ReadRefUniqueID(TBuffer &b, TObject *obj);
	  virtual Int_t SaveObjectAs(const TObject *obj, const char
	  *filename="", Option_t *option="");
	  virtual void SetRefAction(TObject *ref, TObject *parent);
	  virtual Int_t WriteObject(const TObject *obj, const char *name=0,
	  Int_t opt=0, Int_t bufsiz=0) const;
	  virtual UShort_t WriteProcessID(TBuffer &b, TProcessID *pid);
	  virtual void WriteRefUniqueID(TBuffer &b, TObject *obj);

2007-01-25 11:46  brun

	* [r17497] config/rootrc.in: Declare the new plugin TVirtualIO with
	  default call to TFileIO

2007-01-25 11:46  brun

	* [r17496] base/inc/TVirtualIO.h, base/src/TVirtualIO.cxx: New
	  abstract interface class for the I/O sub-system.
	  This class is designed to remove direct dependencies of
	  the directories base, meta and cont from the concrete I/O classes
	  that will be moved to a separate directory "io" in the near
	  future.
	  TVirtualIO::GetIO is a static function to be called by the
	  base/cont/meta
	  classes doind I/O. When thsi function is called for the first
	  time,
	  it instantiate the concrete implementation (TFileIO) via the
	  PluginManager.

2007-01-25 09:45  couet

	* [r17495] histpainter/src/TPainter3dAlgorithms.cxx: - In Revision
	  1.24 the lego plot was changed to draw the 3D boxes from z=0
	  even for bins with negative contents. It was not possible to get
	  the old
	  behavior.
	  This functionnality correspond, in fact, to something already
	  existing
	  for 1D histograms: gStyle->SetHistMinimumZero();
	  
	  Now the lego plot behave the same way:
	  If gStyle->SetHistMinimumZero() is set, the 3D boxes are drawn
	  from 0
	  even for bins with negative contents. If this option is not set
	  the 3D
	  boxes are drawn from the histogram minimum, exactly like for 1D
	  histograms.

2007-01-24 21:28  pcanal

	* [r17494] base/inc/TRealData.h, base/src/TRealData.cxx,
	  meta/inc/TClass.h, meta/inc/TDataMember.h, meta/inc/TRealData.h,
	  meta/src/TClass.cxx, meta/src/TDataMember.cxx,
	  meta/src/TRealData.cxx: In meta (and TRealData) increase the
	  offset from Int_t to Long_t to properly support some use case
	  (pyroot) on 64 bits architecture

2007-01-24 17:58  antcheva

	* [r17493] ged/inc/TGedEditor.h, ged/src/TGedEditor.cxx: From Alja
	  Tadel:
	  - In SetModel() map sub-frames only if the object fModel was
	  changed.

2007-01-24 17:44  brun

	* [r17492] tree/src/TEntryList.cxx: From Anna:
	  A small bug fixed in TEntryList.

2007-01-24 17:09  couet

	* [r17491] tutorials/graphics/piechart.C: - Mods to illustrate how
	  to make a legend on a TPie.

2007-01-24 17:06  couet

	* [r17490] graf/inc/LinkDef2.h, graf/inc/TPie.h,
	  graf/inc/TPieSlice.h, graf/src/TPie.cxx, graf/src/TPieSlice.cxx:
	  - From Guido Volpi (and O.Couet):
	  - Introduction of the TPieSlice class to hold the content of any
	  slice.
	  A single slice responds to the mouse if the pointer is near a
	  slice's
	  corner (the pointer became a cross).
	  - TPie now uses TPieSlice.
	  
	  Bug Fix:
	  - The labels using options "tan" or "rad" in some conditions were
	  upside
	  down.fixed.

2007-01-24 16:29  brun

	* [r17489] matrix/src/TMatrixTBase.cxx: From Eddy:
	  a patch for a bug found by Federico Pilo .
	  The boundary check in TMatrixTBase::InsertRow was
	  too restrictive .

2007-01-24 15:34  rdm

	* [r17488] Makefile: the .gif icons were not copied to the icons
	  directory when installing
	  with prefix.

2007-01-24 15:17  rdm

	* [r17487] proofd/src/XrdProofdProtocol.cxx: From Gerri:
	  improves the check to set the default image on the master.

2007-01-24 15:15  rdm

	* [r17486] proof/src/TProof.cxx: From Gerri:
	  properly append line-feed before sending message back upstream.

2007-01-24 15:14  rdm

	* [r17485] auth/src/TAFS.cxx: From Gerri:
	  fix a potential memory leak.

2007-01-24 10:12  rdm

	* [r17484] config/Makefile.linux: From Gerri:
	  improve gfortran detection, making sure that the detected
	  gfortran matches
	  the g++ used.

2007-01-24 09:33  roiser

	* [r17483] reflex/inc/Reflex/Builder/TypeBuilder.h: From Pere:
	  Changing the dynamic demangler for linux to return
	  basic_string<char> for std::string

2007-01-24 08:09  brun

	* [r17482] auth/src/TAFS.cxx, ged/src/TH2Editor.cxx,
	  graf/src/TSpline.cxx: Fix coding convention

2007-01-24 00:54  rdm

	* [r17481] base/src/TUrl.cxx, net/src/TUrl.cxx: make malformed url
	  error message more explicit.

2007-01-23 16:41  antcheva

	* [r17480] gui/src/TRootEmbeddedCanvas.cxx: From Timur:
	  Added check for gStyle->GetCanvasPreferGL() in
	  TRootEmbeddedCanvas
	  constructor in a way it is done in TRootCanvas. This change
	  enables GL
	  rendering in TRootEmbeddedCanvas objects.

2007-01-23 16:32  couet

	* [r17479] asimage/src/TASImage.cxx: - Undo the previous fix from
	  Valeri Onuchin. The text drawing on windows was
	  wrong.

2007-01-23 15:20  brun

	* [r17478] gdml/GDMLContentHandler.py, gdml/GDMLROOT.py,
	  gdml/ROOTGDML.py, gdml/ROOTwriter.py, gdml/src/TGDMLParse.cxx,
	  gdml/units.py, gdml/writer.py, geom/src/TGeoManager.cxx: From Ben
	  Lloyd:
	  I have made some amendments to the GDML Import, and have
	  implemented new
	  functionality to the python implementation for the GDML Export.

2007-01-23 14:22  rdm

	* [r17477] ged/src/TFrameEditor.cxx, ged/src/TGraphEditor.cxx,
	  ged/src/TH1Editor.cxx, ged/src/TH2Editor.cxx,
	  ged/src/TPadEditor.cxx, geombuilder/src/TGeoVolumeEditor.cxx,
	  gl/src/TGLViewerEditor.cxx, gui/src/TGButton.cxx,
	  gui/src/TGButtonGroup.cxx, tutorials/gui/guitest.C: From Ilka:
	  fixes in TGButton and TGButtonGroup classes related to double
	  emitted
	  signals (bug #23011).
	  In addition are follow-up changes in different GUI classes where
	  a
	  work-around was used by connecting the slots to the signals
	  Released or
	  Pressed instead of Clicked.

2007-01-23 13:11  rdm

	* [r17476] proofd/src/XrdProofdProtocol.cxx: From Gerri:
	  - remove commented code; fix a few typos in comments and
	  printouts

2007-01-23 13:10  rdm

	* [r17475] netx/src/TXNetSystem.cxx: From Gerri:
	  - do not abort the whole ROOT session after a failure

2007-01-23 13:10  couet

	* [r17474] graf/inc/TLatex.h, graf/inc/TText.h,
	  graf/src/TLatex.cxx, graf/src/TText.cxx: - GetBoundingBox has a
	  new optionnal parameter: Bool_t angle. When it is true
	  the bounding is computed taking care of the text angle. When it
	  is false
	  (default), the horizontal bounding box is computed.

2007-01-23 13:07  rdm

	* [r17473] auth/Module.mk: make "map-afs" conditional on AFS being
	  build.

2007-01-23 11:31  rdm

	* [r17472] auth/Module.mk, auth/inc/AFSAuth.h,
	  auth/inc/AFSAuthTypes.h, auth/inc/LinkDefAFS.h, auth/inc/TAFS.h,
	  auth/src/AFSAuth.cxx, auth/src/TAFS.cxx, config/rootrc.in,
	  configure, main/src/pmain.cxx, rpdutils/Module.mk,
	  rpdutils/src/rpdutils.cxx: From Gerri:
	  This patch cleans up the AFS code and adds the possibility to
	  instantiate
	  a token from any ROOT session.
	  
	  There is a new class, TAFS, wrapper around a few C functions to
	  create,
	  verify and destroy a token. This new code is available as a
	  plugin library
	  libAFSAuth. In a ROOT session you can do
	  
	  root[] TAFS::Init()
	  
	  to initialize a token in the default domain. You will be prompted
	  for the
	  password. This creates an instance of TAFS and saves a pointer to
	  it in
	  the global gAFS. Then
	  
	  root[] gAFS->Verify()
	  
	  shows the seconds left to token expiration.
	  The C function are in AFSAuth.cxx; AFSAuth.o is linked to
	  rpdutils.o so
	  that the same code is used there.
	  In PROOF, pmain.cxx loads libAFSAuth using the plugin manager
	  when it
	  is told that AFS credentials are available (in the form of a file
	  in the
	  sandbox).

2007-01-23 11:27  brun

	* [r17471] graf/inc/TSpline.h, graf/src/TSpline.cxx: Use forward
	  declarations of TH1, TAxis.

2007-01-23 11:26  brun

	* [r17470] tmva/src/MethodBase.cxx, tmva/src/MethodLikelihood.cxx:
	  Do not assume that TH1.h is included via TSpline.h

2007-01-23 11:12  brun

	* [r17469] graf/inc/TGraph.h, graf/src/TGraphBentErrors.cxx,
	  graf/src/TGraphErrors.cxx, graf/src/TGraphPolar.cxx,
	  graf/src/TGraphQQ.cxx, proof/src/TProofProgressDialog.cxx,
	  sessionviewer/src/TProofProgressDialog.cxx: use forward
	  declarations of TGraph, TH1, TAxis instead of includes.

2007-01-23 11:09  brun

	* [r17468] spectrum/inc/TSpectrum.h, spectrum/inc/TSpectrum2.h,
	  spectrum/inc/TSpectrum3.h, spectrum/inc/TSpectrumFit.h,
	  spectrum/inc/TSpectrumTransform.h, spectrum/src/TSpectrum.cxx,
	  spectrum/src/TSpectrum2.cxx, spectrum/src/TSpectrum3.cxx: use
	  forward declaration of TH1 instead of TH1.h

2007-01-23 11:02  brun

	* [r17467] roofit/roofit_2.10.src.tgz: Remove several dependencies
	  on TH1.h, TGraph.h

2007-01-23 11:00  brun

	* [r17466] tmva/inc/PDF.h: Remove dependencies on TGraph.h and
	  TH1.h

2007-01-23 10:35  brun

	* [r17465] graf/inc/TGraphPolar.h, graf/src/TGraphPolar.cxx: Remove
	  dependencies on:
	  #include "TH1.h"
	  #include "TCanvas.h"
	  #include "TEllipse.h"
	  #include "TLine.h"
	  #include "TLatex.h"
	  #include "TGaxis.h"
	  #include "TFrame.h"

2007-01-23 10:29  brun

	* [r17464] qtgsi/inc/TQRootCanvas.h: Remove dependency on TPad.h

2007-01-23 10:25  brun

	* [r17463] tmva/inc/IMethod.h: Remove dependency on TDirectory.h
	  and TTree.h

2007-01-23 10:21  brun

	* [r17462] tmva/inc/Factory.h: Remove dependencies on TTreeFormula,
	  TMatrixD and TDirectory.

2007-01-23 10:14  brun

	* [r17461] base/inc/TFileCacheRead.h, base/inc/TFileCacheWrite.h,
	  io/inc/TFileCacheRead.h, io/inc/TFileCacheWrite.h: Use forward
	  declaration of TFile instead of including TFile.h

2007-01-23 10:07  brun

	* [r17460] hist/src/TH3.cxx, table/src/TTable.cxx: Remove
	  dependency from TFile (thanks to new function
	  TBuffer::GetVersionOwner)

2007-01-23 09:59  brun

	* [r17459] rint/src/TRint.cxx: Remove dependency from TFile (thanks
	  to new function TBuffer::GetVersionOwner)

2007-01-23 09:55  brun

	* [r17458] g3d/src/TShape.cxx: Remove dependency from TFile (thanks
	  to new function TBuffer::GetVersionOwner)
	  This changes removes all dependencies on the I/O system from
	  directory g3d.

2007-01-23 09:53  brun

	* [r17457] base/src/TView.cxx, g3d/src/TMarker3DBox.cxx: Remove
	  dependency from TFile (thanks to new function
	  TBuffer::GetVersionOwner)

2007-01-23 09:45  brun

	* [r17456] base/src/TFolder.cxx: emove dependency from TFile
	  (thanks to new function TBuffer::GetVersionOwner)

2007-01-23 09:41  brun

	* [r17455] asimage/src/TASPaletteEditor.cxx: Remove first part of
	  dependency on TFile

2007-01-23 09:36  brun

	* [r17454] asimage/src/TASImage.cxx: Remove dependency from TFile
	  (thanks to new function TBuffer::GetVersionOwner)

2007-01-23 09:24  brun

	* [r17453] gpad/src/TCanvas.cxx, gpad/src/TPad.cxx: Remove
	  remaining dependencies on the I/O system in the gpad and graf
	  directories.

2007-01-23 09:13  brun

	* [r17452] base/src/TFile.cxx, io/src/TFile.cxx: In
	  TFile::SaveObjectAs save and restore the current directory.

2007-01-23 09:04  brun

	* [r17451] gpad/src/TClassTree.cxx: In TClassTree::SaveAs use the
	  new function TFile::SaveObjectAs via gROOT->ProcessLine.
	  This change removes direct dependencies of TFile

2007-01-23 08:50  brun

	* [r17450] base/inc/TFile.h, base/src/TFile.cxx, io/inc/TFile.h,
	  io/src/TFile.cxx: In order to further reduce dependencies on the
	  I/O system, a new static function
	  is added to TFile:
	  Int_t TFile::SaveObjectAs(const TObject *obj, const char
	  *filename, Option_t * /*option*/)
	  // Save object in filename (static function)
	  // if filename is null or "", a file with "objectname.root" is
	  created.
	  // The name of the key is the object name.
	  // If the operation is successful, it returns the number of bytes
	  written to the file
	  // otherwise it returns 0.
	  
	  This function wil be typically called via CINT from places where
	  time is not critical.

2007-01-23 08:48  brun

	* [r17449] xml/src/TBufferXML.cxx: Fix compiler warnings about
	  unused argument

2007-01-23 08:29  antcheva

	* [r17448] ged/src/TH2Editor.cxx: Fixed the following bug in
	  DoAddError method: when drawing in 3-D a
	  histogram without errors, draw options were concatenated with the
	  applied
	  ones for the 2-D case.

2007-01-23 08:20  brun

	* [r17447] graf/src/TPaveStats.cxx: Remove dependency from TFile
	  (thanks to new function TBuffer::GetVersionOwner)

2007-01-23 08:11  brun

	* [r17446] base/src/TAttAxis.cxx: Remove dependency from TFile
	  (thanks to new function TBuffer::GetVersionOwner)

2007-01-23 06:10  brun

	* [r17445] base/inc/TBuffer.h, base/inc/TBufferFile.h,
	  base/src/TBufferFile.cxx, io/inc/TBufferFile.h,
	  io/src/TBufferFile.cxx: Implement new function
	  virtual Int_t TBuffer::GetVersionOwner() const
	  It returns the version number of the buffer owner. In case of
	  TBufferFile,
	  it returns the file version number.
	  
	  This new function is introduced to further reduce the
	  dependencies on the I/O system.

2007-01-23 01:28  rdm

	* [r17444] base/inc/TString.h: stdarg.h is needed for va_list.

2007-01-22 23:04  pcanal

	* [r17443] base/src/TDirectory.cxx: add initilization of fList

2007-01-22 18:19  antcheva

	* [r17442] fitpanel/inc/TFitEditor.h, fitpanel/src/TFitEditor.cxx:
	  - added methods CreateGeneralTab() and CreateMinimizationTab()

2007-01-22 18:01  antcheva

	* [r17441] ged/src/TAttLineEditor.cxx: - cosmetics

2007-01-22 17:22  brun

	* [r17440] tutorials/math/principal.C: Use option "D" when calling
	  the TPrincipal constructor.
	  In this way we get all the histograms described in
	  TPrincipal::MakeHistograms.

2007-01-22 16:48  couet

	* [r17439] graf/src/TLatex.cxx: - In case the font size in pixel
	  (precision 3) the values returned by
	  GetBoundingBox were not correct. The following macro can be used
	  as test
	  case:
	  
	  {
	  TCanvas *c = new TCanvas("c","c",600,600);
	  UInt_t w,h;
	  
	  TLatex *l1;
	  l1 = new TLatex(0.,0.2,"C(x) =
	  #int^{x}_{0}cos(#frac{#pi}{2}t^{2})dt");
	  l1->SetTextFont(42); l1->SetTextSize(0.03);
	  l1->GetBoundingBox(w, h);
	  printf(">>> w = %d h = %d <<<\n",w,h);
	  
	  TLatex *l2;
	  l2 = new TLatex(0.,0.6,"C(x) =
	  #int^{x}_{0}cos(#frac{#pi}{2}t^{2})dt");
	  l2->SetTextFont(43); l2->SetTextSize(18);
	  l2->GetBoundingBox(w, h);
	  printf(">>> w = %d h = %d <<<\n",w,h);
	  }
	  
	  The first TLatex is drawn with a size in NDC and the second with
	  a size in
	  pixels.

2007-01-22 16:36  brun

	* [r17438] base/src/TKey.cxx, io/src/TKey.cxx: For forward
	  compatibility (people creating files with the new version
	  and reading them with an old version), we encode the name of the
	  directory
	  as "TDirectory" when creating a new file directory.

2007-01-22 15:47  couet

	* [r17437] graf/inc/TAttImage.h, graf/src/TAttImage.cxx: From
	  Valeri Onuchin:
	  - TImagePalette:
	  New constructor TImagePalette::TImagePalette(Int_t ncolors, Int_t
	  *colors)
	  added. This allows to create image palette corresponding to
	  TStyle::SetPalette method.
	  This constructor is "100% compatible" with TStyle::SetPalette
	  method.
	  To test it, one can run tutorials/image/hist2image.C by creating
	  "rainbow
	  palette":
	  TImagePalette *pal = new TImagePalette(1, 0);

2007-01-22 15:44  couet

	* [r17436] asimage/src/TASImage.cxx: - From Valeri Onuchin:
	  TASImage::Image2Drawable: Fix for win32. Image mask generation
	  was missing.

2007-01-22 15:38  brun

	* [r17435] base/src/TKey.cxx, io/src/TKey.cxx: In
	  TKey::ReadKeyBuffer, when the name of the key is "TDirectory", it
	  must be
	  changed to "TDirectoryFile"

2007-01-22 14:15  brun

	* [r17434] base/src/TBuffer.cxx: Remove unnecessary declarations in
	  TBuffer.cxx, since we moved most of the code
	  to TBufferFile.cxx.

2007-01-22 13:56  brun

	* [r17433] meta/src/TClass.cxx: Fix an unfortunate typo.

2007-01-22 13:50  brun

	* [r17432] meta/inc/TClass.h, meta/src/TClass.cxx: remove the
	  static global member fgObjectVersionRepository from TClass.h.
	  This multimap object is in fact used only in TClass.cxx.
	  Move the definition of the object to TClass.cxx and remove the
	  very expensive
	  declaration of <map> in TClass.h

2007-01-22 12:21  rdm

	* [r17431] proof/src/TProofServ.cxx: From Gerri:
	  This improves error handling when proof.conf is missing.

2007-01-22 11:39  rdm

	* [r17430] proof/inc/TProof.h, proof/src/TProof.cxx,
	  proof/src/TProofServ.cxx: From Gerri:
	  This adds a boolean flag to TProof::SetParallel to make the
	  choice random
	  (savannah request #22557).

2007-01-22 11:36  rdm

	* [r17429] config/Makefile.in, etc/proof/xpd.cf.sample,
	  proofd/Module.mk, proofd/inc/XrdProofConn.h,
	  proofd/inc/XrdProofdProtocol.h, proofd/src/XrdProofConn.cxx,
	  proofd/src/XrdProofdProtocol.cxx: From Gerri:
	  - Last part of the patch to fully activate authentication in
	  XProofd.
	  - Further additions:
	  - creation of a default list of workers based on the number of
	  CPUs
	  (to automatically start a local cluster with #workers == #CPUs)
	  - support fo usernames longer than 8 chars (bug #22598).

2007-01-22 11:31  rdm

	* [r17428] auth/Module.mk: DaemonUtils.d was not included causing
	  DaemonUtils.cxx not to be recompiled
	  when needed.

2007-01-22 11:21  rdm

	* [r17427] auth/src/DaemonUtils.cxx: add Varargs.h.

2007-01-22 11:18  rdm

	* [r17426] auth/inc/DaemonUtils.h: make independent of now missing
	  Vararg.h.

2007-01-22 10:50  brun

	* [r17425] cont/src/TClonesArray.cxx: Fix a missing protection in
	  the TClonesArray copy constructor and assignment operator
	  If the number of slots of a TClonesArray is larger than the
	  number of objects
	  actually stored in it (i.e., GetSize() > GetEntries()), then
	  copying that
	  TClonesArray to another TClonesArray will generate a segfault.
	  
	  This bug was reported as <http://savannah.cern.ch/bugs/?23080>
	  by volsung@physics.utexas.edu

2007-01-22 09:35  brun

	* [r17424] roofit/roofit_2.10.src.tgz: Fix a typo that was fatal on
	  Solaris (in LinkDef1.h)

2007-01-22 08:52  brun

	* [r17423] roofit/roofit_2.10.src.tgz: New version of Roofit where
	  dependencies on TTree.h in RooData.h have been removed.
	  With the previous version a change in TTree was forcing the
	  complete recompilation of RooFit

2007-01-22 07:57  brun

	* [r17422] tree/inc/TChain.h, tree/inc/TEntryList.h,
	  tree/inc/TTree.h, tree/src/TChain.cxx, tree/src/TEntryList.cxx,
	  tree/src/TEntryListBlock.cxx, tree/src/TTree.cxx,
	  treeplayer/inc/TTreeFormula.h, treeplayer/inc/TTreePlayer.h,
	  treeplayer/src/TSelectorDraw.cxx,
	  treeplayer/src/TTreeFormula.cxx, treeplayer/src/TTreePlayer.cxx:
	  From Anna:
	  
	  Extend the functionality of TEntryList and add the following info
	  in TTree::Draw
	  
	  // Saving the result of Draw to a TEventList or a TEntryList
	  // =========================================================
	  // TTree::Draw can be used to fill a TEventList object (list of
	  entry numbers)
	  // instead of histogramming one variable.
	  // If varexp0 has the form >>elist , a TEventList object named
	  "elist"
	  // is created in the current directory. elist will contain the
	  list
	  // of entry numbers satisfying the current selection.
	  // If option "entrylist" is used, a TEntryList object is created
	  // Example:
	  // tree.Draw(">>yplus","y>0")
	  // will create a TEventList object named "yplus" in the current
	  directory.
	  // In an interactive session, one can type (after TTree::Draw)
	  // yplus.Print("all")
	  // to print the list of entry numbers in the list.
	  // tree.Draw(">>yplus", "y>0", "entrylist")
	  // will create a TEntryList object names "yplus" in the current
	  directory
	  //
	  // By default, the specified entry list is reset.
	  // To continue to append data to an existing list, use "+" in
	  front
	  // of the list name;
	  // tree.Draw(">>+yplus","y>0")
	  // will not reset yplus, but will enter the selected entries at
	  the end
	  // of the existing list.
	  //
	  // Using a TEventList or a TEntryList as Input
	  // ===========================
	  // Once a TEventList or a TEntryList object has been generated,
	  it can be used as input
	  // for TTree::Draw. Use TTree::SetEventList or
	  TTree::SetEntryList to set the
	  // current event list
	  // Example1:
	  // TEventList *elist = (TEventList*)gDirectory->Get("yplus");
	  // tree->SetEventList(elist);
	  // tree->Draw("py");
	  // Example2:
	  // TEntryList *elist = (TEntryList*)gDirectory->Get("yplus");
	  // tree->SetEntryList(elist);
	  // tree->Draw("py");
	  // If a TEventList object is used as input, a new TEntryList
	  object is created
	  // inside the SetEventList function. In case of a TChain, all
	  tree headers are loaded
	  // for this transformation. This new object is owned by the chain
	  and is deleted
	  // with it, unless the user extracts it by calling GetEntryList()
	  function.
	  // See also comments to SetEventList() function of TTree and
	  TChain.
	  //
	  // If arrays are used in the selection critera, the entry entered
	  in the
	  // list are all the entries that have at least one element of the
	  array that
	  // satisfy the selection.
	  // Example:
	  // tree.Draw(">>pyplus","fTracks.fPy>0");
	  // tree->SetEventList(pyplus);
	  // tree->Draw("fTracks.fPy");
	  // will draw the fPy of ALL tracks in event with at least one
	  track with
	  // a positive fPy.
	  //
	  // To select only the elements that did match the original
	  selection
	  // use TEventList::SetReapplyCut or TEntryList::SetReapplyCut.
	  // Example:
	  // tree.Draw(">>pyplus","fTracks.fPy>0");
	  // pyplus->SetReapplyCut(kTRUE);
	  // tree->SetEventList(pyplus);
	  // tree->Draw("fTracks.fPy");
	  // will draw the fPy of only the tracks that have a positive fPy.
	  //
	  // Note: Use tree->SetEventList(0) if you do not want use the
	  list as input.

2007-01-22 07:26  brun

	* [r17421] roofit/roofit_2.10.src.tgz: Fix in RooDirItem , a
	  side-effect of the TDirectory changes.

2007-01-22 06:03  brun

	* [r17420] base/inc/TDirectoryFile.h, base/src/TDirectoryFile.cxx,
	  io/inc/TDirectoryFile.h, io/src/TDirectoryFile.cxx: The new class
	  was forgotten in my previous check-in

2007-01-22 05:58  brun

	* [r17419] base/inc/LinkDef1.h, base/inc/TDirectory.h,
	  base/inc/TFile.h, base/inc/TROOT.h, base/inc/TUUID.h,
	  base/src/TDirectory.cxx, base/src/TFile.cxx, base/src/TKey.cxx,
	  base/src/TMapFile.cxx, io/inc/TFile.h, io/src/TFile.cxx,
	  io/src/TKey.cxx, io/src/TMapFile.cxx, sql/src/TKeySQL.cxx,
	  sql/src/TSQLFile.cxx, treeplayer/src/TFileDrawMap.cxx,
	  xml/src/TKeyXML.cxx, xml/src/TXMLFile.cxx: WARNING!!! This is an
	  important change.
	  
	  This is the continuation of the effort to structure libCore into
	  independent sub-packages.
	  
	  A new class TDirectoryFile is introduced. It derives from
	  TDirectory
	  and takes from TDirectory all the I/O functions.
	  
	  All the classes (except TROOT) deriving from TDirectory are now
	  derived
	  from TDirectoryFile. TDirectory keeps the previous API for back
	  compatibility
	  with several functions made virtual.
	  
	  This change should be back compatible, except if the user codes
	  creates
	  a file sub-directory by direct invokation of the TDirectory
	  constructor
	  instead of calling TDirectory::mkdir.
	  
	  Note that TMapFile is not yet fully adapted to the new scheme.

2007-01-21 22:13  rdm

	* [r17418] xrootd/src/xrootd-20060928-1600.src.tgz: From Gerri:
	  The patch to link XrdSys in XrdSeckrb5 did not get in and symbol
	  remains
	  undefined.

2007-01-21 22:04  rdm

	* [r17417] netx/src/TXNetSystem.cxx: From Gerri:
	  investigating the upload-dataset problem of Antonio Bulgheroni I
	  have
	  found a bug in the way TXNetSystem treated rootd-fallback.

2007-01-21 16:44  rdm

	* [r17416] config/Makefile.macosxicc: put support for icc 8.1 back.
	  Some people seems to use this compiler still.

2007-01-21 16:43  rdm

	* [r17415] cint7/Module.mk, cintex/Module.mk, reflex/Module.mk: fix
	  for fbsd and obsd that don't have -ldl (which is part of clib on
	  those platforms).

2007-01-21 06:52  brun

	* [r17414] base/src/TROOT.cxx, base/src/TStopwatch.cxx,
	  rootx/src/rootx.cxx, vms: Remove vms directory and references to
	  R__VMS except from RConfig.h

2007-01-20 20:51  brun

	* [r17413] base/inc/TObject.h: TObject::DoError requires <stdarg.h>
	  on Solaris.

2007-01-20 19:29  brun

	* [r17412] base/inc/TBuffer.h, base/inc/TBufferFile.h,
	  base/inc/TObject.h, base/inc/TString.h, base/src/TError.cxx,
	  base/src/TObject.cxx, base/src/TPluginManager.cxx,
	  base/src/TQCommand.cxx, base/src/TQConnection.cxx,
	  base/src/TQObject.cxx, base/src/TString.cxx,
	  cont/src/TClonesArray.cxx, cont/src/TCollection.cxx,
	  io/inc/TBufferFile.h, io/src/TStreamerInfoReadBuffer.cxx,
	  matrix/src/TVectorT.cxx, meta/src/TStreamerInfoReadBuffer.cxx,
	  proofx/src/TXSlave.cxx, thread/src/TThread.cxx,
	  tree/src/TBasket.cxx, tree/src/TBranch.cxx,
	  treeplayer/src/TTreeProxyGenerator.cxx, xml/src/TKeyXML.cxx:
	  -Remove Varargs.h from TString.h and TObject.h and add this
	  include
	  in the few files that need it.
	  
	  -Move the following enums from TBuffer.h to TBufferFile.h
	  
	  enum { kMapSize = 503 };
	  enum { kStreamedMemberWise = BIT(14) }; //added to version number
	  to know if a collection has been stored member-wise
	  enum { kNotDecompressed = BIT(15) }; //indicates a weird buffer,
	  used by TBasket
	  enum { kCannotHandleMemberWiseStreaming = BIT(17), //if set
	  TClonesArray should not use memeber wise streaming
	  kTextBasedStreaming = BIT(18) }; // indicates if buffer used for
	  XML/SQL object streaming

2007-01-20 17:04  rdm

	* [r17411] freetype/Module.mk: on Mac OS X freetype can now also be
	  compiled with icc (before we had
	  to force it to gcc).

2007-01-20 15:07  rdm

	* [r17410] asimage/src/libAfterImage.tar.gz: small fix to be able
	  to compile on the latest seed of Mac OS X Leopard.

2007-01-20 09:49  brun

	* [r17409] base/src/TString.cxx: Remove unused code. More cleanup
	  is still required in TString to move
	  existing code in ReadString and WriteString to TBufferFile.

2007-01-20 09:46  brun

	* [r17408] base/src/TBufferFile.cxx, io/src/TBufferFile.cxx: Remove
	  printf statements from ReadString and WriteString.
	  These two functions are used by TMessage.

2007-01-20 09:34  brun

	* [r17407] sql/inc/TBufferSQL2.h, sql/src/TBufferSQL2.cxx: Move the
	  dummy implementation of ReadString and WriteString to the
	  implementation file.

2007-01-20 09:00  brun

	* [r17406] hist/inc/TGraph2D.h, hist/src/TGraph2D.cxx: Implement
	  TGraph2D::SetNameTitle. This is required when changing
	  the name of a TGraph2D, otherwise the directory hashlist is not
	  updated.

2007-01-19 18:55  brun

	* [r17405] base/src/TRandom1.cxx, math/src/TRandom1.cxx: Fix a
	  portability problem on Solaris; use TMath::Power instead of pow

2007-01-19 18:25  brun

	* [r17404] sql/inc/TBufferSQL2.h, sql/src/TBufferSQL2.cxx,
	  xml/src/TBufferXML.cxx: Call TBufferFile:: instead of TBuffer::
	  functions

2007-01-19 17:31  brun

	* [r17403] xml/src/TBufferXML.cxx: TBufferXML::ReadTString and
	  WriteTString were missing

2007-01-19 16:48  brun

	* [r17402] base/inc/LinkDef1.h, base/inc/TBuffer.h,
	  base/inc/TBufferFile.h, base/inc/TString.h, base/src/TBuffer.cxx,
	  base/src/TBufferFile.cxx, base/src/TKey.cxx,
	  base/src/TMapFile.cxx, base/src/TObject.cxx,
	  base/src/TString.cxx, cont/inc/TBits.h, cont/src/TExMap.cxx,
	  graf/src/TDiamond.cxx, graf/src/TPaveText.cxx,
	  graf/src/TPavesText.cxx, hist/src/TFormula.cxx,
	  io/inc/TBufferFile.h, io/src/TBufferFile.cxx, io/src/TKey.cxx,
	  io/src/TMapFile.cxx, net/inc/TMessage.h, net/src/TMessage.cxx,
	  netx/src/TXNetFile.cxx, sql/inc/TBufferSQL2.h,
	  sql/src/TBufferSQL2.cxx, tree/inc/TBufferSQL.h,
	  tree/src/TBasket.cxx, tree/src/TBranch.cxx,
	  tree/src/TBufferSQL.cxx, tree/src/TTree.cxx,
	  xml/inc/TBufferXML.h, xml/src/TBufferXML.cxx: CVs been changed
	  into a pure abstract interface.
	  The concrete implementation is in the new class TBufferFile.
	  All classes previously deriving from TBuffer derive now from
	  TBufferFile, ie
	  
	  TBuffer <- TBufferFile <- TMessage
	  <- TBufferXML
	  <- TBufferSQL
	  <- TBufferSQL2
	  
	  Because there are several problems with C++ operators
	  overloading,
	  The I/O operators are defined in TBuffer. These are inline
	  functions
	  calling C++ virtual functions defined in TBuffer and overloaded
	  by TBufferFile and all other derived classes when necessary.
	  
	  The previous implementation of TBuffer.h included <vector> and
	  Bytes.h.
	  The two include statements have been moved to TBufferFile.h. As a
	  result the
	  compilation of the ROOT system is now slightly faster and a big
	  bonus
	  is that changes in TBufferFile or Bytes.h will affect only
	  TBufferFile
	  and will not force the recompilation of the entire system.
	  This change has some side-effects. If you assumed that include
	  <vector>
	  was done by TBuffer.h, you may have to specify this include
	  directly
	  in your class. This was the case for a few ROOT classes.
	  
	  
	  :
	  ----------------------------------------------------------------------

2007-01-19 15:43  rdm

	* [r17401] asimage/src/TASImage.cxx, cint/inc/G__ci.h,
	  proofd/src/XProofProtUtils.cxx, proofd/src/XrdProofdProtocol.cxx,
	  xrootd/src/xrootd-20060928-1600.src.tgz: Port to Solaris 10 with
	  gcc 3.4.6 on i386.

2007-01-19 11:06  pcanal

	* [r17400] config/Makefile.linuxicc: remove spurrious endif
	  statement

2007-01-19 07:21  brun

	* [r17399] base/src/TMath.cxx, math/src/TMath.cxx: From Jason Det:
	  TMath::BinomialI(p, n, k) is meant to return the probability of
	  observing k
	  or more events of probability p in n trials. The function simply
	  wraps
	  TMath::BetaIncomplete(x, a, b) because of the simple relationship
	  between the
	  functions. However, BetaIncomplete is ill-defined for a=0, which
	  corresponds
	  to k=0 in BinomialI. But Binomial(p, n, 0) should always give
	  1.0, since the
	  probability of getting 0 or more events is always 100%. So this
	  bug can be
	  quickly fixed by adding the following if() statement in the body
	  of
	  BinomialI() before the call to BetaIncomplete():
	  
	  if(k <= 0) return 1.0;
	  
	  Although the same problem does not occur for k = n, I would still
	  recommend
	  adding also the following if() statements before the call to
	  BetaIncomplete()
	  to cut down on computation time:
	  
	  if(k > n) return 0.0;
	  if(k == n) return TMath::Power(p, n);

2007-01-18 23:13  rdm

	* [r17398] base/inc/Varargs.h: Fix for FreeBSD in the VA_COPY case.

2007-01-18 22:45  rdm

	* [r17397] xrootd/src/xrootd-20060928-1600.src.tgz: From Gerri:
	  fix fir krb5 and typo in my previous patch.

2007-01-18 18:06  rdm

	* [r17396] xrootd/src/xrootd-20060928-1600.src.tgz: add fix needed
	  for Solaris CC5.

2007-01-18 17:11  rdm

	* [r17395] config/olbd.in, config/xrootd.in: From Gerri:
	  - add the possibility to source a script for static environment
	  configurations (requested by ALICE).
	  - add $XRDDIR/lib to LD_LIBRARY_PATH before launching the
	  daemons.

2007-01-18 17:11  rdm

	* [r17394] main/src/proofserv.sh: From Gerri:
	  - fix a couple of typos; remove any reference to TVirtualProof.

2007-01-18 17:10  rdm

	* [r17393] proofx/src/TXSlave.cxx: From Gerri:
	  - add a few missing protections on fSocket.

2007-01-18 17:09  rdm

	* [r17392] proofx/src/TXProofServ.cxx: From Gerri:
	  - suppress redefinition of $HOME (already done by the launching
	  daemon).

2007-01-18 17:09  rdm

	* [r17391] proof/src/TProofResourcesStatic.cxx,
	  proof/src/TProofServ.cxx: From Gerri:
	  - turn into conditional Info(...) some Error(...) messages to
	  avoid fake error messages
	  in the case a default config file is missing.

2007-01-18 17:04  rdm

	* [r17390] xrootd/Module.mk,
	  xrootd/src/xrootd-20060928-1600.src.tgz: From Gerri:
	  fix for Solaris 10 i386 and first introduction of authentication
	  modules.

2007-01-18 13:00  rdm

	* [r17389] base/inc/Bytes.h, cint/Module.mk, cint7/Module.mk,
	  config/Makefile.linuxia64ecc, config/Makefile.linuxicc,
	  config/Makefile.linuxx8664icc, config/Makefile.macosxicc,
	  proofd/Module.mk, proofx/Module.mk, test/Makefile.arch,
	  test/RootShower/Makefile, treeplayer/Module.mk: Port to the Intel
	  v10 compiler. Intel has just released a beta for this
	  compiler that will also support 64 bit Mac OS X.

2007-01-18 10:59  brun

	* [r17388] gui/inc/TGDockableFrame.h: Remove dependency on
	  TMessage.h

2007-01-18 10:33  brun

	* [r17387] test/stressVector.cxx: Add missing include <vector>

2007-01-18 10:29  brun

	* [r17386] tutorials/fit/FittingDemo.C: Add missing TMath.h

2007-01-17 21:25  brun

	* [r17385] table/src/TVolume.cxx: From Valeri Fine:
	  small patch to fix a typo introduced recently

2007-01-17 21:24  brun

	* [r17384] proofx/src/TXProofServ.cxx: Following the recent changes
	  in TMacro, TObjString must be included.

2007-01-17 17:20  brun

	* [r17383] base/inc/TMacro.h, base/src/TMacro.cxx,
	  proof/src/TProofLog.cxx, proof/src/TProofSuperMaster.cxx: From
	  Axel:
	  I've implemented TMacro::Exec taking an Int_t* error, just as the
	  several ProcessLine()s do. I've also cleaned the #includes,
	  shortened a
	  few expressions, fixed a bug with the filename extraction, and
	  made sure
	  that the fParams member gets copied for the copy c'tor and the
	  assignment op.
	  
	  Now proof doesn't build anymore; the patch is included as well.

2007-01-17 17:14  rdm

	* [r17382] config/Makefile.linux: add test for gfortran and use
	  that instead of g77 (needed for FC6).

2007-01-17 17:06  antcheva

	* [r17381] ged/src/TGedFrame.cxx: From Axel:
	  - replaced Event_t */*event*/ by Event_t * /*event*/ to avoid
	  MSVC warnings about the "*/" outside a comment

2007-01-17 17:06  antcheva

	* [r17380] ged/src/TGedEditor.cxx: From Axel:
	  - replaced TObject */*obj*/ by TObject * /*obj*/ to avoid MSVC
	  warnings about the "*/" outside a comment

2007-01-17 17:05  antcheva

	* [r17379] gui/src/TGTextEditor.cxx: From Axel:
	  - added #include "TObjString.h" (as a step before removing it
	  from TMacro.h)

2007-01-17 16:15  antcheva

	* [r17378] ged/src/TGedEditor.cxx: - updated class description

2007-01-17 15:54  couet

	* [r17377] gpad/src/TPad.cxx: - In TPad::Print :
	  Fix the bug reported in
	  https://savannah.cern.ch/bugs/index.php?22994.
	  "[" and "]" are special characters for ExpandPathName. They may
	  appear
	  at the end of the PS filename (see TPad::Print help). In that
	  case, they
	  are now removed before performing ExpandPathName and put back
	  afterwards.
	  It was decided to do the fix in TPad::Print and not in
	  ExpandPathName
	  because ExpandPathName is a low level function and modifying it
	  may
	  produce unwanted side effects.

2007-01-17 15:27  rdm

	* [r17376] build/win/compiledata.sh: From Axel:
	  Fix wrong gSystem->GetIncludePath() problem as
	  reported at http://savannah.cern.ch/bugs/?22988

2007-01-17 15:26  rdm

	* [r17375] winnt/src/TWinNTSystem.cxx: From Axel:
	  this patch removes a few unused vars, and fixes two switch cases
	  that
	  were labels.

2007-01-17 13:59  antcheva

	* [r17374] gui/inc/TGTextEditDialogs.h: - typo in comments

2007-01-17 13:08  couet

	* [r17373] hist/src/TGraph2D.cxx: - Update Draw() help.

2007-01-17 11:55  brun

	* [r17372] base/inc/TMacro.h, base/inc/TROOT.h,
	  base/src/TMacro.cxx, base/src/TROOT.cxx: From Axel:
	  This patch forwards the return value for TROOT::ProcessLine*(),
	  implements it as a return value to TMacro::Exec(), and fixes the
	  constructor for TMacro(filename). The old algorithm failed e.g.
	  for
	  ./whatever.C ("whatever.C" would have been the file name). Make
	  doc a
	  bit more explicit.

2007-01-17 11:37  rdm

	* [r17368] netx/Module.mk: Forgot to link against libXrdSys.a which
	  caused:
	  dyld: Symbol not found: __Z10Swap_n2hlly
	  on MacOS X Intel.

2007-01-17 08:37  brun

	* [r17367] physics/src/TVector2.cxx: Fix coding convention

2007-01-17 07:32  brun

	* [r17366] pyroot/inc/TPyException.h, pyroot/src/MethodHolder.cxx,
	  pyroot/src/MethodProxy.cxx, pyroot/src/TPyException.cxx,
	  pyroot/src/TPyROOTApplication.cxx: From Wim and Scott Snyder:
	  o) fix for the exception passing between C++ and python callbacks

2007-01-16 17:01  brun

	* [r17365] graf/inc/TImage.h, graf/src/TImage.cxx,
	  gui/inc/TGObject.h, gui/src/TGObject.cxx: From Axel:
	  Implemented TGObject::SaveAs(const char* filename = "", Option_t*
	  option = "")
	  allowing to save TGObject to a file using TImage.
	  The file type is determined by the extension of the filename
	  parameter.
	  I.e. fFrame->SaveAs("myframe.gif").

2007-01-16 15:53  rdm

	* [r17364] config/rootrc.in: typo : must be ; for Windows paths.

2007-01-16 14:41  rdm

	* [r17363] base/src/TEnv.cxx: avoid reading ./.rootrc twice in case
	  the workingdirectory is ~.

2007-01-16 14:40  rdm

	* [r17362] base/src/TROOT.cxx, config/rootrc.in,
	  unix/src/TUnixSystem.cxx, winnt/src/TWinNTSystem.cxx: Fix problem
	  with MacroPath and DynamicPath expansion in case the paths
	  are extended via ~/.rootrc and/or ./.rootrc files. Fixes issue
	  22954.

2007-01-16 14:31  brun

	* [r17361] cont/inc/TCollectionProxy.h, oracle/inc/TOracleResult.h,
	  tmva/inc/Option.h, tmva/inc/SimulatedAnnealingBase.h,
	  unuran/inc/TUnuranDistrMulti.h: Do not assume that include
	  <vector> will be done by TBuffer.h

2007-01-16 11:49  brun

	* [r17360] treeviewer/inc/TPaveVar.h,
	  treeviewer/inc/TTreeViewerOld.h, treeviewer/src/TPaveVar.cxx,
	  treeviewer/src/TTreeViewerOld.cxx: Remove two obsolete classes

2007-01-16 10:59  brun

	* [r17359] x3d/src/TViewerX3D.cxx: Remove dependency on TClass.h

2007-01-16 09:37  brun

	* [r17358] g3d/src/TAxis3D.cxx, g3d/src/TMaterial.cxx,
	  g3d/src/TNodeDiv.cxx, g3d/src/TRotMatrix.cxx,
	  g3d/src/TUtil3D.cxx, tmva/inc/BinaryTree.h,
	  tmva/inc/DecisionTreeNode.h, tmva/inc/IMethod.h,
	  tmva/inc/Ranking.h, tmva/inc/Reader.h, tmva/inc/Tools.h,
	  tmva/inc/Types.h, tmva/src/Factory.cxx, tmva/src/MethodBase.cxx:
	  Remove dependencies on TROOT.h

2007-01-16 09:14  brun

	* [r17357] hist/src/TGraphDelaunay.cxx, hist/src/TH1K.cxx: Remove
	  dependencies on TROOT.h

2007-01-16 09:04  brun

	* [r17356] geom/src/TGeoArb8.cxx, geom/src/TGeoBBox.cxx,
	  geom/src/TGeoCone.cxx, geom/src/TGeoEltu.cxx,
	  geom/src/TGeoHype.cxx, geom/src/TGeoPara.cxx,
	  geom/src/TGeoPcon.cxx, geom/src/TGeoPgon.cxx,
	  geom/src/TGeoScaledShape.cxx, geom/src/TGeoShapeAssembly.cxx,
	  geom/src/TGeoSphere.cxx, geom/src/TGeoTorus.cxx,
	  geom/src/TGeoTrd1.cxx, geom/src/TGeoTrd2.cxx,
	  geom/src/TGeoTube.cxx, geom/src/TGeoXtru.cxx: Remove dependencies
	  on TROOT.h

2007-01-16 08:35  brun

	* [r17355] gl/src/TGLBoundingBox.cxx, gl/src/TGLBoxPainter.cxx:
	  Remove dependency on TMath.h

2007-01-16 08:30  brun

	* [r17354] foam/src/TFoamMaxwt.cxx: Remove dependency on TMath.h

2007-01-16 08:23  brun

	* [r17353] guibuilder/src/TGuiBldDragManager.cxx,
	  minuit2/src/TFitterFumili.cxx, minuit2/src/TFitterMinuit.cxx,
	  newdelete/src/MemCheck.cxx, newdelete/src/NewDelete.cxx,
	  unix/src/TUnixSystem.cxx, win32gdk/src/TGWin32GL.cxx: Remove
	  dependency on TMath.h

2007-01-16 07:57  brun

	* [r17352] gui/src/TGCanvas.cxx, gui/src/TGFSComboBox.cxx,
	  gui/src/TGLayout.cxx, gui/src/TGListBox.cxx,
	  gui/src/TGListView.cxx, gui/src/TGMsgBox.cxx,
	  gui/src/TGScrollBar.cxx, gui/src/TGTab.cxx,
	  gui/src/TGTableLayout.cxx, gui/src/TGTextEntry.cxx,
	  gui/src/TGWindow.cxx: Remove dependency on TMath.h

2007-01-16 07:45  brun

	* [r17351] cont/src/TClassTable.cxx, gpad/src/TSliderBox.cxx:
	  Remove dependency on TMath.h

2007-01-16 07:26  brun

	* [r17350] main/src/hadd.cxx: Fix coding conventions

2007-01-16 05:52  brun

	* [r17349] base/inc/TMathBase.h: Add a few more comments.

2007-01-15 22:11  rdm

	* [r17348] base/inc/TMathBase.h: fix other typo in comment.

2007-01-15 22:08  rdm

	* [r17347] base/src/TAttLine.cxx, base/src/TFile.cxx,
	  base/src/TStyle.cxx, io/src/TFile.cxx: Add back <cmath>.

2007-01-15 17:13  brun

	* [r17346] test/stressGraphics.cxx, test/stressShapes.cxx,
	  test/stressSpectrum.cxx: Add missing include "TMath.h"

2007-01-15 16:57  brun

	* [r17345] html/inc/THtml.h: Remove unused TROOT.h

2007-01-15 16:55  brun

	* [r17344] tmva/src/SdivSqrtSplusB.cxx: Fix a problem with cmath on
	  Solaris

2007-01-15 16:50  brun

	* [r17343] graf/src/TGraph.cxx: Fix a problem in the TGraph
	  assigment operator

2007-01-15 16:38  brun

	* [r17342] matrix/inc/TMatrixTBase.h: Remove include "TROOT.h"

2007-01-15 16:28  brun

	* [r17341] treeplayer/inc/TSelectorEntries.h,
	  treeplayer/src/TSelectorEntries.cxx: Remove includes TROOT.h,
	  TChain.h, TClass.h from TSelectorEntries.h

2007-01-15 16:15  rdm

	* [r17340] proof/src/TSessionDialogs.cxx,
	  sessionviewer/src/TSessionDialogs.cxx: From Bertrand:
	  Change file type filter in New Chain Dialog.

2007-01-15 16:13  brun

	* [r17339] graf/src/TLegend.cxx: Fix a bug in TLegend::SetHeader
	  (thanks to Roland Kuhn)

2007-01-15 16:10  brun

	* [r17338] asimage/src/TASPaletteEditor.cxx,
	  g3d/src/TMarker3DBox.cxx, g3d/src/TPolyMarker3D.cxx,
	  geompainter/src/TGeoChecker.cxx, geompainter/src/TGeoPainter.cxx,
	  gl/src/TGLUtil.cxx, gpad/src/TCreatePrimitives.cxx,
	  gpad/src/TPad.cxx, graf/inc/TGraphPolar.h, graf/src/TCutG.cxx,
	  graf/src/TGraphPolar.cxx, graf/src/TMultiGraph.cxx,
	  graf/src/TSpline.cxx, hbook/src/THbookFile.cxx, hist/inc/TH1.h,
	  hist/src/TAxis.cxx, hist/src/TH2.cxx, hist/src/TH3.cxx,
	  hist/src/THLimitsFinder.cxx, hist/src/THStack.cxx,
	  minuit/src/TFitter.cxx, mlp/src/TNeuron.cxx,
	  proof/src/TProofProgressDialog.cxx,
	  sessionviewer/src/TProofProgressDialog.cxx,
	  tmva/src/TSpline1.cxx, tmva/src/TSpline2.cxx,
	  treeplayer/src/TTreeFormula.cxx: Remove TMath.h from TH1.h and
	  add TMath.h to all files previously assuming TMath.h
	  via TH1.h
	  This should complete the changes related to TMath.

2007-01-15 15:24  brun

	* [r17337] gpad/inc/TClassTree.h: Use forward declaration of TClass
	  instead of include "TClass.h"

2007-01-15 15:22  brun

	* [r17336] roofit/roofit_2.10.src.tgz: New version with missing
	  includes like TMath.h or TClass.h added.

2007-01-15 15:04  brun

	* [r17335] tmva/src/MethodLikelihood.cxx: Add missing include
	  TClass.h

2007-01-15 15:02  brun

	* [r17334] gl/src/TGLBoxPainter.cxx, gl/src/TGLSurfacePainter.cxx,
	  gl/src/TGLTF3Painter.cxx: Add missing includes TROOT.h or
	  TClass.h

2007-01-15 14:31  roiser

	* [r17333] reflex/python/genreflex/gendict.py: Better sorting of
	  classes needed for propagation to CINT. A simple sort is
	  not enough. We need to make sure that e.g. template parameters
	  are propagated
	  before. Otherwise CINT cannot cope with the classes defined
	  afterwards.

2007-01-15 14:30  brun

	* [r17332] hist/inc/TVirtualHistPainter.h: Remove reference to
	  TClass.h

2007-01-15 14:27  brun

	* [r17331] tree/inc/TVirtualTreePlayer.h: Use forward declaration
	  of TClass instead of include "TClass.h"

2007-01-15 14:27  brun

	* [r17330] base/inc/TMath.h, base/inc/TMathBase.h,
	  math/inc/TMath.h: Fix wrong info in comments

2007-01-15 14:08  brun

	* [r17329] config/Makefile.depend: Add missing dependency of
	  libPhysics for libPythia6

2007-01-15 13:45  brun

	* [r17328] table/inc/TTableDescriptor.h,
	  table/inc/TVolumePosition.h, table/src/TVolumePosition.cxx:
	  Remove dependencies on TClass.h

2007-01-15 13:25  brun

	* [r17327] test/RootShower/MyDetector.cxx: Add missing include
	  "TMath.h"

2007-01-15 13:24  brun

	* [r17326] physics/inc/TVector3.h, physics/src/TVector3.cxx: Fix a
	  side effect (Inline declaration to be removed) from my previous
	  changes

2007-01-15 12:51  brun

	* [r17325] base/src/TMapFile.cxx, base/src/TRandom1.cxx,
	  io/src/TMapFile.cxx, math/src/TRandom1.cxx: include <cmath> is
	  required

2007-01-15 12:46  brun

	* [r17324] physics/inc/TVector2.h, physics/inc/TVector3.h,
	  physics/src/TVector2.cxx, physics/src/TVector3.cxx: Remove
	  dependencies from TMath.h

2007-01-15 11:52  rdm

	* [r17323] base/src/TAttAxis.cxx, base/src/TAttLine.cxx,
	  base/src/TFile.cxx, base/src/TMapFile.cxx, base/src/TRandom1.cxx,
	  base/src/TStyle.cxx, io/src/TFile.cxx, io/src/TMapFile.cxx,
	  math/src/TRandom1.cxx, meta/src/TClass.cxx: <cmath> not needed
	  anymore after introduction of TMathBase.h.

2007-01-15 11:30  brun

	* [r17322] gl/inc/TGLKernel.h, gl/inc/TGLUtil.h,
	  gl/src/TGLBoundingBox.cxx, gl/src/TGLCylinder.cxx,
	  gl/src/TGLFaceSet.cxx, gl/src/TGLKernel.cxx,
	  gl/src/TGLPolyMarker.cxx, gl/src/TGLRotateManip.cxx,
	  gl/src/TGLUtil.cxx: Remove dependencies on TMath.h

2007-01-15 11:00  brun

	* [r17320] geombuilder/src/TGeoHypeEditor.cxx,
	  geombuilder/src/TGeoTubeEditor.cxx, gui/inc/TGDimension.h,
	  gui/src/TGDimension.cxx, gui/src/TGNumberEntry.cxx,
	  gui/src/TGSpeedo.cxx, gui/src/TRootCanvas.cxx: Remove dependency
	  on TMath.h in TGDimension that forced a complete recompilation
	  of the gui ged geombuilder fitpanel proff, etc packages

2007-01-15 10:40  brun

	* [r17319] table/inc/TTablePoints.h: Remove dependencies on TMath.h

2007-01-15 10:38  brun

	* [r17318] quadp/inc/TQpDataBase.h, quadp/inc/TQpDataDens.h,
	  quadp/inc/TQpLinSolverBase.h, quadp/inc/TQpProbBase.h,
	  quadp/inc/TQpResidual.h, quadp/inc/TQpSolverBase.h,
	  quadp/inc/TQpVar.h: Remove dependencies on TMath.h, TClass.h and
	  TROOT.h

2007-01-15 10:26  brun

	* [r17317] graf/inc/TLatex.h, graf/src/TLatex.cxx: Remove
	  dependency of TMath.h in TLatex.h

2007-01-15 10:16  brun

	* [r17316] matrix/inc/TMatrixTBase.h, matrix/inc/TMatrixTUtils.h,
	  matrix/src/TDecompBK.cxx, matrix/src/TDecompBase.cxx,
	  matrix/src/TDecompChol.cxx, matrix/src/TDecompLU.cxx,
	  matrix/src/TDecompSVD.cxx, matrix/src/TDecompSparse.cxx,
	  matrix/src/TMatrixDEigen.cxx, matrix/src/TMatrixDSymEigen.cxx,
	  matrix/src/TMatrixTLazy.cxx, matrix/src/TMatrixTSparse.cxx,
	  matrix/src/TMatrixTUtils.cxx: REmove several dependencies on
	  TMath.h

2007-01-15 10:15  brun

	* [r17315] cont/src/TClonesArray.cxx, cont/src/TCollection.cxx,
	  cont/src/TObjArray.cxx, cont/src/TOrdCollection.cxx: Remove
	  several dependencies on TMath.h

2007-01-15 10:03  brun

	* [r17314] meta/src/TClass.cxx, meta/src/TStreamerElement.cxx:
	  Remove dependencies of TMath in directory meta.

2007-01-15 09:05  antcheva

	* [r17313] gui/src/TGFileDialog.cxx: - Fix in
	  TGFileDialog::ProcessMessage related to the
	  "Create New Folder" button functionality. The new folder
	  was created always into the working directory of ROOT,
	  not where the TGFileDialog had navigated to (thanks to
	  Fred L Youhanaie for reporting that)

2007-01-15 07:34  brun

	* [r17312] main/src/hadd.cxx: From Constantin Loizides:
	  Support also compression level 9

2007-01-13 20:26  brun

	* [r17311] tree/src/TTree.cxx: Implement suggestion of URL:
	  <http://savannah.cern.ch/bugs/?22885>
	  When specifying the Branch schema of a TTree, in principle it
	  would suffice
	  to indicate the branch data type once for each consecutive
	  branch. However,
	  it seems TTree::ReadFile requires explicitly indicating the
	  consecutive
	  string-type branches. For example, for this file contents:
	  
	  numLines/I:folder/C:schema:rows/I:Time:IDs
	  20 /LST06 ifds 1000 30 6 100
	  10 /LST06 ifds 1000 40 8 150
	  20 /LST06 ifds 100 100 11 100
	  10 /LST06 ifds 100 150 20 150

2007-01-13 19:53  brun

	* [r17310] cintex/src/CINTTypedefBuilder.cxx,
	  cintex/src/CINTTypedefBuilder.h, cintex/src/CINTUtils.cxx,
	  cintex/src/Cintex.cxx, cintex/test/dict/CintexTest.h,
	  cintex/test/dict/selection.xml,
	  cintex/test/test_PyCintex_basics.py: From Pere:
	  URL: <http://savannah.cern.ch/bugs/?22866>
	  
	  
	  It has been noticed by Steven Blusk (LHCb) with the following
	  lines of python
	  that the method setTransformation(...) was not being called
	  depending on what
	  has been loaded in terms of libraries (dictionaries) before.
	  
	  myDetElem = det['/dd/Structure/LHCb/AfterMagnetRegion/T/IT']
	  ac=myDetElem.geometry().alignmentCondition()
	  std = gaudimodule.gbl.std
	  x=std.vector('double')(3)
	  y=std.vector('double')(3)
	  z=std.vector('double')(3)
	  ac.setTransformation(x,y,z)
	  
	  This method expects 3 "const vector<double>&". The reason it was
	  not being
	  called is that CINT didn't find a match with arguments of the
	  type "const
	  vector<double>&" since a typdef from vector<double> to
	  vector<double,allocator<double> > has been defined by some
	  libraries (e.g.
	  libMinuit.so), which does not really make sense in C++.
	  
	  The easiest solution has been to fake Cintex and cope with the
	  case a
	  typedef of this sort has been defined by changing to signature,
	  at the same
	  time force the definition of such typdefs at the initialization
	  on Cintex for
	  the most common cases in order to avoid a dependency of the
	  loading order of
	  libraries having these typedefs generated by rootcint.

2007-01-13 09:10  brun

	* [r17309] test/Aclock.h: Add missing include TMath.h
	  cVS:
	  ----------------------------------------------------------------------

2007-01-12 17:02  brun

	* [r17308] tmva/src/MethodCFMlpANN_Utils.cxx: Use <cmath>

2007-01-12 16:59  brun

	* [r17307] base/src/TFile.cxx, io/src/TFile.cxx: TFile needs
	  <cmath>

2007-01-12 16:03  brun

	* [r17306] base/inc/TMath.h, base/inc/TMathBase.h,
	  base/inc/TString.h, base/src/TBuffer.cxx, base/src/TColor.cxx,
	  base/src/TFile.cxx, base/src/TFileCacheRead.cxx,
	  base/src/TKey.cxx, base/src/TMapFile.cxx,
	  base/src/TProcessID.cxx, base/src/TRandom1.cxx,
	  base/src/TString.cxx, base/src/TStyle.cxx, base/src/TView.cxx,
	  base/src/TZIPFile.cxx, cont/src/TCollection.cxx,
	  cont/src/TObjectTable.cxx, eg/src/TPrimary.cxx,
	  g3d/src/TAxis3D.cxx, g3d/src/TCTUB.cxx, g3d/src/TGTRA.cxx,
	  g3d/src/THelix.cxx, g3d/src/TPARA.cxx, g3d/src/TPCON.cxx,
	  g3d/src/TPGON.cxx, g3d/src/TPolyLine3D.cxx,
	  g3d/src/TRotMatrix.cxx, g3d/src/TSPHE.cxx, g3d/src/TShape.cxx,
	  g3d/src/TTRAP.cxx, g3d/src/TTUBE.cxx, g3d/src/TTUBS.cxx,
	  g3d/src/TXTRU.cxx, g4root/src/TG4RootSolid.cxx,
	  geom/src/TGeoArb8.cxx, geom/src/TGeoBBox.cxx,
	  geom/src/TGeoBoolNode.cxx, geom/src/TGeoCone.cxx,
	  geom/src/TGeoElement.cxx, geom/src/TGeoEltu.cxx,
	  geom/src/TGeoHalfSpace.cxx, geom/src/TGeoHelix.cxx,
	  geom/src/TGeoHype.cxx, geom/src/TGeoManager.cxx,
	  geom/src/TGeoMatrix.cxx, geom/src/TGeoNode.cxx,
	  geom/src/TGeoPara.cxx, geom/src/TGeoParaboloid.cxx,
	  geom/src/TGeoPatternFinder.cxx, geom/src/TGeoPcon.cxx,
	  geom/src/TGeoPgon.cxx, geom/src/TGeoPolygon.cxx,
	  geom/src/TGeoScaledShape.cxx, geom/src/TGeoShape.cxx,
	  geom/src/TGeoShapeAssembly.cxx, geom/src/TGeoSphere.cxx,
	  geom/src/TGeoTorus.cxx, geom/src/TGeoTrd1.cxx,
	  geom/src/TGeoTrd2.cxx, geom/src/TGeoTube.cxx,
	  geom/src/TGeoVoxelFinder.cxx, geom/src/TGeoXtru.cxx,
	  gpad/src/TClassTree.cxx, gpad/src/TSliderBox.cxx,
	  graf/src/TArrow.cxx, graf/src/TAttImage.cxx, graf/src/TCrown.cxx,
	  graf/src/TPolyLine.cxx, hist/src/TPolyMarker.cxx,
	  io/src/TFile.cxx, io/src/TFileCacheRead.cxx, io/src/TKey.cxx,
	  io/src/TMapFile.cxx, io/src/TZIPFile.cxx, math/inc/TMath.h,
	  math/src/TRandom1.cxx, meta/src/TClass.cxx,
	  meta/src/TStreamerElement.cxx, proof/src/TAdaptivePacketizer.cxx,
	  proof/src/TPacketizer.cxx,
	  proofplayer/src/TAdaptivePacketizer.cxx,
	  proofplayer/src/TPacketizer.cxx, sql/src/TBufferSQL2.cxx,
	  table/inc/TTablePoints.h, table/src/TPointsArray3D.cxx,
	  table/src/TPolyLineShape.cxx, tmva/inc/RuleFitParams.h,
	  tmva/src/SdivSqrtSplusB.cxx, tmva/src/SimulatedAnnealingBase.cxx,
	  tree/src/TBranch.cxx, tree/src/TBranchElement.cxx,
	  tree/src/TChain.cxx, tree/src/TQueryResult.cxx,
	  tree/src/TTreeCloner.cxx, treeplayer/src/TTreeIndex.cxx,
	  vmc/inc/TVirtualMCApplication.h, vmc/src/TGeoMCGeometry.cxx,
	  xml/src/TBufferXML.cxx: TMath::Abs, TMath::Min, TMath::Max,
	  TMath::Sign, TMath::Range
	  These functions are unfortunately not defined in a standard way
	  in std::
	  
	  This include is referenced by a new version of TMath.h.
	  As a result, TMath.h is back compatible with the previous
	  version.
	  
	  TMathBase.h is used in place of TMath.h in all the classes
	  that will go into the future miniCore library.
	  TMath.h and the TMath implementation will go into a new math
	  sub-directory.
	  
	  TString.h uses TMathBase.h instead of TMath.h.
	  As a result, it was necessary to include "TMath.h" in some
	  classes
	  assuming that TMath was included via TString and using other
	  functions
	  than the ones defined in TMathBase.h
	  ----------------------------------------------------------------------

2007-01-12 11:04  rdm

	* [r17305] proof/src/TProofServ.cxx: From Gerri:
	  Add two new envs to define the location of the 'motd' and
	  'noproof'
	  files (PROOFMOTD and PROOFNOPROOF). This was requested by
	  Jan-Fiete
	  to be able to pickup the files from alicecaf AFS public.

2007-01-12 11:03  rdm

	* [r17304] proofd/src/XrdProofdProtocol.cxx: FRom Gerri:
	  Add a missing protection when retrieving logs of older sessions;
	  this
	  bug was found by Jan-Fiete and I did fix it already on the CAF
	  but
	  not yet in CVS.

2007-01-12 11:02  rdm

	* [r17303] proof/src/TProof.cxx, proof/src/TProofChain.cxx: From
	  Gerri:
	  Correctly remove a chain form the internal list in TProof at
	  closing;
	  this was introduced during the move tree -> proof of TDset and
	  related
	  things (TProofChain) and is causing some hangs in ~TProof.

2007-01-12 10:59  couet

	* [r17302] hist/src/THStack.cxx: - THStack::Paint: if the first
	  histogram in the stack has alphanumeric
	  labels on X-axis, they are now displayed.

2007-01-12 10:28  brun

	* [r17301] base/src/TStopwatch.cxx: Minor fix for Windows

2007-01-12 10:24  brun

	* [r17300] base/src/TComplex.cxx, math/src/TComplex.cxx:
	  Reintroduce previous version of TComplex

2007-01-12 10:20  brun

	* [r17299] base/src/TAttLine.cxx, base/src/TBenchmark.cxx,
	  base/src/TBuffer.cxx, base/src/TColor.cxx, base/src/TComplex.cxx,
	  base/src/TFile.cxx, base/src/TKey.cxx, base/src/TMapFile.cxx,
	  base/src/TStopwatch.cxx, base/src/TString.cxx,
	  base/src/TStyle.cxx, base/src/TZIPFile.cxx, io/src/TFile.cxx,
	  io/src/TKey.cxx, io/src/TMapFile.cxx, io/src/TZIPFile.cxx,
	  math/src/TComplex.cxx: Replace "TMath.h" by <cmath> and calls to
	  TMath::Sqrt by sqrt
	  TMath::Abs by std::abs
	  TMath::Min by std::min
	  TMath::Max by std::max

2007-01-12 09:31  brun

	* [r17298] base/src/TAttAxis.cxx: Replace "TMath.h" by <cmath> and
	  calls to TMath::Abs by abs

2007-01-12 09:27  brun

	* [r17297] base/src/TRandom1.cxx, base/src/TRandom2.cxx,
	  base/src/TRandom3.cxx, math/src/TRandom1.cxx,
	  math/src/TRandom2.cxx, math/src/TRandom3.cxx: Remove dependency
	  on "TMath.h"

2007-01-12 09:21  brun

	* [r17296] base/src/TObject.cxx: Remove dependency of TObject on
	  TMath

2007-01-12 08:28  rdm

	* [r17295] configure: fix a errorneous check in check_lib64.

2007-01-11 10:21  brun

	* [r17294] geom/src/TGeoArb8.cxx: From Andrei:
	  fix for an unitialized variable in TGeoTrap::Safety.

2007-01-10 18:10  rdm

	* [r17286] unix/src/TUnixSystem.cxx: From Philippe:
	  use stat64() on systems that support it. Fixes savannah: 22768.

2007-01-10 17:43  antcheva

	* [r17285] gui/src/TGFSContainer.cxx: - Fix in TGFileItem ctor - in
	  ROOT browser (detailed list view)
	  months were displayed as numbers from 00 to 11, instead
	  of from 01 to 12 (thanks to Jan for reporting this bug)

2007-01-10 16:54  brun

	* [r17284] base/src/TMath.cxx, math/src/TMath.cxx: TMath::Hash
	  calls now TString::Hash.

2007-01-10 16:49  brun

	* [r17283] base/inc/TString.h, base/src/TString.cxx: Copy the code
	  from TMath::Hash to TString::Hash.
	  TMath::Hash will be modified to call the TString::Hash static
	  function.
	  This change is made to facilitate the removal of TMath.h from the
	  base directory.

2007-01-10 16:11  rdm

	* [r17282] base/inc/TString.h, base/src/TString.cxx: From Axel:
	  added
	  TString& TSubString::String()
	  and replaced TString* fStr; by TString& fStr, to syntactically
	  enforce
	  fStr being initialized. It always is, and it's always expected to
	  be, so
	  using a TString& is a bit cleaner.

2007-01-10 14:55  antcheva

	* [r17281] gui/src/TGComboBox.cxx: - Removed empty statement in
	  TGFontTypeComboBox ctor

2007-01-10 14:54  antcheva

	* [r17280] gui/inc/TGListView.h, gui/src/TGListView.cxx: - Added
	  new method ResizeColumns() for backward compatibilities.
	  Use this method after all entries are on place. It will resize
	  column
	  headers showing whole items' names.

2007-01-10 11:30  brun

	* [r17279] tree/src/TTree.cxx: In TTree::Branch(TList*, .. do not
	  append a "." in the branch name
	  when the object in the list is a TClonesArray.

2007-01-10 11:07  roiser

	* [r17278] reflex/test/test_Reflex_unit.cxx: fix error unit test on
	  linux

2007-01-10 09:51  roiser

	* [r17274] reflex/python/genreflex/gendict.py: From Pere:
	  - for the ordering patch, remove dependency on python 2.4

2007-01-10 09:31  roiser

	* [r17273] reflex/python/genreflex/gendict.py,
	  reflex/python/genreflex/genreflex.py: From Pere:
	  - ordering of dictionary classes needed for a proper conversion
	  to CINT
	  - remove warning on windows

2007-01-10 09:09  brun

	* [r17272] README/CREDITS, main/src/hadd.cxx: Fix a typo in comment

2007-01-10 09:06  brun

	* [r17271] main/src/hadd.cxx: From Tobby Burnett
	  Add support for indirect files
	  
	  Wildcarding and indirect files are also supported
	  hadd result.root myfil*.root
	  will merge all files in myfil*.root
	  hadd result.root file1.root @list.txt file2. root myfil*.root
	  will merge file1. root, file2. root, all files in myfil*.root
	  and all files in the indirect text file list.txt ("@" as the
	  first
	  character of the file indicates an indirect file. An indirect
	  file
	  is a text file containing a list of other files, including other
	  indirect files, one line per file).

2007-01-10 08:52  roiser

	* [r17270] reflex/inc/Reflex/SharedLibrary.h: fix bug #22339,
	  genmap not finding input file
	  going back to a simpler implementation of error reporting. Only
	  dl* function
	  errors need to reported for this class

2007-01-10 08:51  roiser

	* [r17269] reflex/test/test_Reflex_unit.cxx: unit test to check bug
	  #22339, genmap not finding input file

2007-01-09 18:24  pcanal

	* [r17268] tree/src/TTree.cxx: Protect GetBranch and GetLeaf
	  against null pointer argument

2007-01-09 17:01  brun

	* [r17267] hist/src/TH1.cxx, hist/src/TH2.cxx, hist/src/TH3.cxx:
	  Simplify the TH1, TH2, TH3::Copy functions, still adding the
	  possibility
	  to copy histograms of different types. For instance if we have a
	  TH1F* h1
	  we can do now:
	  TH1D h2;
	  h1->Copy(h2);
	  
	  ie the h1 histogram will be copied into the empty h2

2007-01-09 12:46  roiser

	* [r17266] cintex/test/test_PyCintex_basics.py: adapt test to
	  PyROOT changes

2007-01-09 11:44  rdm

	* [r17265] Makefile, build/unix/wingcc_ld.sh: From Axel:
	  fix "make install" problem in Win32 cygwin using gcc
	  (see also http://root.cern.ch/phpBB2/viewtopic.php?t=4364).

2007-01-09 05:35  brun

	* [r17263] table/src/TTable.cxx, table/src/TVolume.cxx: From Valeri
	  Fine:
	  - TTable::TTable(const TTable&) -- initialize the fN data-member
	  in the TTable copy ctor in advance
	  
	  - TVolume::GetObjectInfo initialize the Z component of the of the
	  selected 3D object position to report it properly

2007-01-09 05:31  brun

	* [r17262] pyroot/src/Adapters.cxx, pyroot/src/Converters.cxx,
	  pyroot/src/MethodHolder.cxx, pyroot/src/PropertyProxy.cxx,
	  pyroot/src/PropertyProxy.h, pyroot/src/Pythonize.cxx,
	  pyroot/src/RootModule.cxx, pyroot/src/TCustomPyTypes.cxx,
	  pyroot/src/TCustomPyTypes.h: From Wim:
	  o) for https://savannah.cern.ch/bugs/?21356 added custom Float
	  and Int types
	  that can be used to pass through double& and long&
	  o) for https://savannah.cern.ch/bugs/?22599 added setting and
	  resetting after
	  of gErrorIgnoreLevel when testing the existence of iterator
	  classes
	  o) further Reflex support: public data members

2007-01-08 14:40  couet

	* [r17260] gpad/src/TPad.cxx: - From Valeri Fine:
	  Protection added in TPad::Clear() in case fCanvas does not exist
	  yet.

2007-01-08 10:56  roiser

	* [r17259] reflex/inc/Reflex/PluginService.h: From Pere:
	  Performance improvement for the PluginSvc

2007-01-08 09:56  brun

	* [r17258] tutorials/gui/c1.png, tutorials/gui/fore.xpm: Remove
	  unused files

2007-01-06 09:24  brun

	* [r17257] treeplayer/src/TChainIndex.cxx: In
	  TChainIndex::DeleteIndices prevent a double delete
	  This fix the bug report http://savannah.cern.ch/bugs/?22722

2007-01-03 18:50  pcanal

	* [r17256] tree/src/TTreeCache.cxx: avoid division by zero in entry
	  number estimation

2007-01-03 18:50  pcanal

	* [r17255] cint/src/v6_opr.cxx: From Masa:
	  What I found was, in opr.c G__bstore() function, test to
	  long double comes after that of double.
	  
	  if('d'==defined->type || 'd'==expressionin.type) { // double
	  (1)...
	  }
	  ...
	  
	  else ('q'==defined->type || expressionin.type) { // long double
	  (2)...
	  }
	  
	  If one of the value is double, it falls into case (1). Solution
	  is to
	  move long double part prior to double. I realize there is same
	  problem
	  with long long too.

2007-01-03 15:44  wverkerke

	* [r17254] roofitcore/inc/RooNumIntConfig.h,
	  roofitcore/src/RooAddition.cxx, roofitcore/src/RooBanner.cxx: o
	  Module.mk
	  
	  - Fix dependency
	  
	  
	  o RooAddition
	  
	  - Fix bug in copy ctor
	  
	  
	  o RooBanner
	  
	  - Increase version tag to v2.11
	  
	  
	  o RooNumIntConfig
	  
	  - Add fwd class declaration to code compiles on g++ 4.1

2007-01-03 14:43  brun

	* [r17253] physics/src/TRotation.cxx: From Saurylu@gmail.com
	  TRotation & SetZAxis(const TVector3& axis, const TVector3&
	  zxPlane)
	  
	  set Y axis
	  
	  should be
	  
	  set Z axis

2007-01-03 14:24  brun

	* [r17252] histpainter/src/THistPainter.cxx: From Sergey Skononov:
	  This bug is connected with fixing bug #22317 which I submitted
	  previously.
	  Unfortunately, I got it only after release 5.14 was published.
	  Due to the fix in THistPainter::PaintBarH the PaintAxis call was
	  moved to the
	  very end of the routine. But, actually, it should come before the
	  X and Y axis
	  pointers being permuted back. As I checked, now it looks like X
	  axis
	  attributes have effect on the Y axis and vice versa.

2007-01-03 13:17  brun

	* [r17251] Makefile: Remove a line introduced for debugging (thanks
	  Nick West)

2007-01-02 14:05  brun

	* [r17250] mlp/src/TMultiLayerPerceptron.cxx: From Christophe
	  Delaere:
	  Fix a problem reported by Herbert Greenlee
	  The fortran-generated code was indeed
	  protected, but not the C++/python versions.
	  
	  Herbert Greelee said:
	  "Neural network code generated by TMultiLayerPerceptron contains
	  code
	  similar to the following in "neuron" methods:
	  
	  return ((1/(1+exp(-input)))*1)+0;
	  
	  This code is vulnerable to floating point overflows for
	  moderately large
	  negative values of "input." The mathematical function itself is
	  well
	  defined for all values of input. This is a computer arithmetic
	  problem.
	  A better computer science implementation of this function is
	  needed that
	  avoids floating point overflows in the intermediate results."

2006-12-31 02:42  rdm

	* [r17249] build/unix/makestatic.sh: exclude modules: castor,
	  unuran and gdml.

2006-12-22 09:36  brun

	* [r17248] tutorials/image/fore.xpm, tutorials/image/mditestbg.xpm:
	  Add these 2 missing files

2006-12-21 16:45  rdm

	* [r17247] tutorials/thread/threadsh1.C: some fine tuning so it
	  runs smoother.

2006-12-21 14:08  brun

	* [r17246] base/src/TAttText.cxx: From Olivier:
	  - Some parts of the help are modified to match the latest changes
	  in
	  TPostScript::Text.
	  - New picture showing how the fonts look like. The macro
	  producing this
	  picture is also included in the help.
	  - Some clean up in the help (remove the "stars") to make it
	  easier to
	  read.

2006-12-21 13:33  brun

	* [r17245] g4root/src/TG4RootNavigator.cxx: From Andrei:
	  precision problem fix in navigation

2006-12-21 13:32  brun

	* [r17244] geom/src/TGeoVolume.cxx: From Andrei:
	  gsposp handled properly

2006-12-21 10:57  couet

	* [r17243] postscript/src/TPostScript.cxx: - Revisit the head
	  comments.
	  * Since the last mods in TPostScript:Text, some pieces of
	  documentation
	  were wrong.
	  * Some HTML reference (<A>) pointed to nothing.
	  * The HTML formatting in the "Color Model" paragraph was wrong.
	  * Cosmetic in comments.

2006-12-21 10:48  couet

	* [r17242] tutorials/graphics/piechart.C: - Illustrate the "No
	  Out-Line" option to be conform with the picture in
	  the reference manual.

2006-12-21 10:21  brun

	* [r17241] cintex/src/ROOTClassEnhancer.cxx: Fix coding conventions

2006-12-21 07:59  brun

	* [r17240] g4root/README: Correct a wrong info in the README file.
	  g4root requires a version of geant4 > 8.2

2006-12-20 20:25  pcanal

	* [r17239] reflex/inc/Reflex/Base.h: From Paul:
	  
	  The "Base::ToScope() const" function did not properly invoke the
	  "Type::operator Scope() const" function (it attempted to cast to
	  a "const Scope&", which doesn't call the operator function).
	  
	  The result was that a Type was being returned as if it were a
	  Scope,
	  which caused very hard to understand problems much later on.
	  
	  The fix casts to "const Scope", instead of "const Scope&", which
	  does result in a call to the conversion operator.

2006-12-20 20:09  pcanal

	* [r17238] cintex/src/ROOTClassEnhancer.cxx: From Markus/Pere:
	  
	  A problem has been detected by Ioannis running the POOL
	  regression tests with
	  the latest ROOT production release. The problem shows up in a
	  rather complex
	  model (CMS inspired I think) involving a vector of pairs
	  containing objects
	  embedding pool::Refs in split mode. The wrong offset is
	  calculated for the
	  pool::Ref producing a core dump when doing a dynamic_cast.
	  
	  The origin of the problem is the fix made for a bug detected by
	  CMS when
	  classes with reflex dictionaries contained embedded objects
	  described only
	  with CINT dictionaries.
	  
	  Markus has debugged the problem and the fix is attached to this
	  report. It is
	  important to produce a patch version of ROOT 5.14 with this fix.

2006-12-20 08:23  brun

	* [r17237] geom/src/TGeoElement.cxx: From Andrei:
	  Fix a problem reported by Brett Wiren
	  After creating 15 elements ROOT's
	  TGeoElementTable's underlying TObjArray overflows. This was due
	  to a
	  hard coded array size and unchecked insertion.

2006-12-19 16:25  couet

	* [r17236] gpad/src/TButton.cxx, gpad/src/TInspectCanvas.cxx: - In
	  the construtor, set fLogx and fLogy to kFALSE, in some case
	  (during
	  an "Inspect" procedure) they might be equal to kTRUE which
	  produced a
	  completly screwed up output.

2006-12-19 14:02  brun

	* [r17235] tree/src/TEntryList.cxx, tree/src/TEntryListBlock.cxx:
	  From Anna:
	  a fix for some bugs in TEntryList and TEntryListBlock that I
	  found while testing.

2006-12-19 07:53  brun

	* [r17234] hist/src/TH1.cxx: Fix wrong comments in the description
	  of the maximum bin content for TH1C,S histograms.
	  Because both positive and negative contents are accepted, the
	  maximum bin content
	  is 127 for TH1C and 32767 for TH1S

2006-12-18 16:05  couet

	* [r17233] postscript/src/TPostScript.cxx: - Change in
	  SetFillPatterns to make sure the line width will be properly
	  reset after a filled pattern area is drawn.
	  - Remove an unused variable.

2006-12-18 09:45  brun

	* [r17232] tutorials/graphs/motorcycle.C,
	  tutorials/splot/TestSPlot.C: These two tutorials can now be
	  executed from any directory.

2006-12-17 18:55  brun

	* [r17231] tutorials/graphs/motorcycle.dat: In the restructuring of
	  the tutorials directory, I forgot to check-in
	  the file motorcycle.dat required to run motorcycle.C

 V5.15.txt:1
 V5.15.txt:2
 V5.15.txt:3
 V5.15.txt:4
 V5.15.txt:5
 V5.15.txt:6
 V5.15.txt:7
 V5.15.txt:8
 V5.15.txt:9
 V5.15.txt:10
 V5.15.txt:11
 V5.15.txt:12
 V5.15.txt:13
 V5.15.txt:14
 V5.15.txt:15
 V5.15.txt:16
 V5.15.txt:17
 V5.15.txt:18
 V5.15.txt:19
 V5.15.txt:20
 V5.15.txt:21
 V5.15.txt:22
 V5.15.txt:23
 V5.15.txt:24
 V5.15.txt:25
 V5.15.txt:26
 V5.15.txt:27
 V5.15.txt:28
 V5.15.txt:29
 V5.15.txt:30
 V5.15.txt:31
 V5.15.txt:32
 V5.15.txt:33
 V5.15.txt:34
 V5.15.txt:35
 V5.15.txt:36
 V5.15.txt:37
 V5.15.txt:38
 V5.15.txt:39
 V5.15.txt:40
 V5.15.txt:41
 V5.15.txt:42
 V5.15.txt:43
 V5.15.txt:44
 V5.15.txt:45
 V5.15.txt:46
 V5.15.txt:47
 V5.15.txt:48
 V5.15.txt:49
 V5.15.txt:50
 V5.15.txt:51
 V5.15.txt:52
 V5.15.txt:53
 V5.15.txt:54
 V5.15.txt:55
 V5.15.txt:56
 V5.15.txt:57
 V5.15.txt:58
 V5.15.txt:59
 V5.15.txt:60
 V5.15.txt:61
 V5.15.txt:62
 V5.15.txt:63
 V5.15.txt:64
 V5.15.txt:65
 V5.15.txt:66
 V5.15.txt:67
 V5.15.txt:68
 V5.15.txt:69
 V5.15.txt:70
 V5.15.txt:71
 V5.15.txt:72
 V5.15.txt:73
 V5.15.txt:74
 V5.15.txt:75
 V5.15.txt:76
 V5.15.txt:77
 V5.15.txt:78
 V5.15.txt:79
 V5.15.txt:80
 V5.15.txt:81
 V5.15.txt:82
 V5.15.txt:83
 V5.15.txt:84
 V5.15.txt:85
 V5.15.txt:86
 V5.15.txt:87
 V5.15.txt:88
 V5.15.txt:89
 V5.15.txt:90
 V5.15.txt:91
 V5.15.txt:92
 V5.15.txt:93
 V5.15.txt:94
 V5.15.txt:95
 V5.15.txt:96
 V5.15.txt:97
 V5.15.txt:98
 V5.15.txt:99
 V5.15.txt:100
 V5.15.txt:101
 V5.15.txt:102
 V5.15.txt:103
 V5.15.txt:104
 V5.15.txt:105
 V5.15.txt:106
 V5.15.txt:107
 V5.15.txt:108
 V5.15.txt:109
 V5.15.txt:110
 V5.15.txt:111
 V5.15.txt:112
 V5.15.txt:113
 V5.15.txt:114
 V5.15.txt:115
 V5.15.txt:116
 V5.15.txt:117
 V5.15.txt:118
 V5.15.txt:119
 V5.15.txt:120
 V5.15.txt:121
 V5.15.txt:122
 V5.15.txt:123
 V5.15.txt:124
 V5.15.txt:125
 V5.15.txt:126
 V5.15.txt:127
 V5.15.txt:128
 V5.15.txt:129
 V5.15.txt:130
 V5.15.txt:131
 V5.15.txt:132
 V5.15.txt:133
 V5.15.txt:134
 V5.15.txt:135
 V5.15.txt:136
 V5.15.txt:137
 V5.15.txt:138
 V5.15.txt:139
 V5.15.txt:140
 V5.15.txt:141
 V5.15.txt:142
 V5.15.txt:143
 V5.15.txt:144
 V5.15.txt:145
 V5.15.txt:146
 V5.15.txt:147
 V5.15.txt:148
 V5.15.txt:149
 V5.15.txt:150
 V5.15.txt:151
 V5.15.txt:152
 V5.15.txt:153
 V5.15.txt:154
 V5.15.txt:155
 V5.15.txt:156
 V5.15.txt:157
 V5.15.txt:158
 V5.15.txt:159
 V5.15.txt:160
 V5.15.txt:161
 V5.15.txt:162
 V5.15.txt:163
 V5.15.txt:164
 V5.15.txt:165
 V5.15.txt:166
 V5.15.txt:167
 V5.15.txt:168
 V5.15.txt:169
 V5.15.txt:170
 V5.15.txt:171
 V5.15.txt:172
 V5.15.txt:173
 V5.15.txt:174
 V5.15.txt:175
 V5.15.txt:176
 V5.15.txt:177
 V5.15.txt:178
 V5.15.txt:179
 V5.15.txt:180
 V5.15.txt:181
 V5.15.txt:182
 V5.15.txt:183
 V5.15.txt:184
 V5.15.txt:185
 V5.15.txt:186
 V5.15.txt:187
 V5.15.txt:188
 V5.15.txt:189
 V5.15.txt:190
 V5.15.txt:191
 V5.15.txt:192
 V5.15.txt:193
 V5.15.txt:194
 V5.15.txt:195
 V5.15.txt:196
 V5.15.txt:197
 V5.15.txt:198
 V5.15.txt:199
 V5.15.txt:200
 V5.15.txt:201
 V5.15.txt:202
 V5.15.txt:203
 V5.15.txt:204
 V5.15.txt:205
 V5.15.txt:206
 V5.15.txt:207
 V5.15.txt:208
 V5.15.txt:209
 V5.15.txt:210
 V5.15.txt:211
 V5.15.txt:212
 V5.15.txt:213
 V5.15.txt:214
 V5.15.txt:215
 V5.15.txt:216
 V5.15.txt:217
 V5.15.txt:218
 V5.15.txt:219
 V5.15.txt:220
 V5.15.txt:221
 V5.15.txt:222
 V5.15.txt:223
 V5.15.txt:224
 V5.15.txt:225
 V5.15.txt:226
 V5.15.txt:227
 V5.15.txt:228
 V5.15.txt:229
 V5.15.txt:230
 V5.15.txt:231
 V5.15.txt:232
 V5.15.txt:233
 V5.15.txt:234
 V5.15.txt:235
 V5.15.txt:236
 V5.15.txt:237
 V5.15.txt:238
 V5.15.txt:239
 V5.15.txt:240
 V5.15.txt:241
 V5.15.txt:242
 V5.15.txt:243
 V5.15.txt:244
 V5.15.txt:245
 V5.15.txt:246
 V5.15.txt:247
 V5.15.txt:248
 V5.15.txt:249
 V5.15.txt:250
 V5.15.txt:251
 V5.15.txt:252
 V5.15.txt:253
 V5.15.txt:254
 V5.15.txt:255
 V5.15.txt:256
 V5.15.txt:257
 V5.15.txt:258
 V5.15.txt:259
 V5.15.txt:260
 V5.15.txt:261
 V5.15.txt:262
 V5.15.txt:263
 V5.15.txt:264
 V5.15.txt:265
 V5.15.txt:266
 V5.15.txt:267
 V5.15.txt:268
 V5.15.txt:269
 V5.15.txt:270
 V5.15.txt:271
 V5.15.txt:272
 V5.15.txt:273
 V5.15.txt:274
 V5.15.txt:275
 V5.15.txt:276
 V5.15.txt:277
 V5.15.txt:278
 V5.15.txt:279
 V5.15.txt:280
 V5.15.txt:281
 V5.15.txt:282
 V5.15.txt:283
 V5.15.txt:284
 V5.15.txt:285
 V5.15.txt:286
 V5.15.txt:287
 V5.15.txt:288
 V5.15.txt:289
 V5.15.txt:290
 V5.15.txt:291
 V5.15.txt:292
 V5.15.txt:293
 V5.15.txt:294
 V5.15.txt:295
 V5.15.txt:296
 V5.15.txt:297
 V5.15.txt:298
 V5.15.txt:299
 V5.15.txt:300
 V5.15.txt:301
 V5.15.txt:302
 V5.15.txt:303
 V5.15.txt:304
 V5.15.txt:305
 V5.15.txt:306
 V5.15.txt:307
 V5.15.txt:308
 V5.15.txt:309
 V5.15.txt:310
 V5.15.txt:311
 V5.15.txt:312
 V5.15.txt:313
 V5.15.txt:314
 V5.15.txt:315
 V5.15.txt:316
 V5.15.txt:317
 V5.15.txt:318
 V5.15.txt:319
 V5.15.txt:320
 V5.15.txt:321
 V5.15.txt:322
 V5.15.txt:323
 V5.15.txt:324
 V5.15.txt:325
 V5.15.txt:326
 V5.15.txt:327
 V5.15.txt:328
 V5.15.txt:329
 V5.15.txt:330
 V5.15.txt:331
 V5.15.txt:332
 V5.15.txt:333
 V5.15.txt:334
 V5.15.txt:335
 V5.15.txt:336
 V5.15.txt:337
 V5.15.txt:338
 V5.15.txt:339
 V5.15.txt:340
 V5.15.txt:341
 V5.15.txt:342
 V5.15.txt:343
 V5.15.txt:344
 V5.15.txt:345
 V5.15.txt:346
 V5.15.txt:347
 V5.15.txt:348
 V5.15.txt:349
 V5.15.txt:350
 V5.15.txt:351
 V5.15.txt:352
 V5.15.txt:353
 V5.15.txt:354
 V5.15.txt:355
 V5.15.txt:356
 V5.15.txt:357
 V5.15.txt:358
 V5.15.txt:359
 V5.15.txt:360
 V5.15.txt:361
 V5.15.txt:362
 V5.15.txt:363
 V5.15.txt:364
 V5.15.txt:365
 V5.15.txt:366
 V5.15.txt:367
 V5.15.txt:368
 V5.15.txt:369
 V5.15.txt:370
 V5.15.txt:371
 V5.15.txt:372
 V5.15.txt:373
 V5.15.txt:374
 V5.15.txt:375
 V5.15.txt:376
 V5.15.txt:377
 V5.15.txt:378
 V5.15.txt:379
 V5.15.txt:380
 V5.15.txt:381
 V5.15.txt:382
 V5.15.txt:383
 V5.15.txt:384
 V5.15.txt:385
 V5.15.txt:386
 V5.15.txt:387
 V5.15.txt:388
 V5.15.txt:389
 V5.15.txt:390
 V5.15.txt:391
 V5.15.txt:392
 V5.15.txt:393
 V5.15.txt:394
 V5.15.txt:395
 V5.15.txt:396
 V5.15.txt:397
 V5.15.txt:398
 V5.15.txt:399
 V5.15.txt:400
 V5.15.txt:401
 V5.15.txt:402
 V5.15.txt:403
 V5.15.txt:404
 V5.15.txt:405
 V5.15.txt:406
 V5.15.txt:407
 V5.15.txt:408
 V5.15.txt:409
 V5.15.txt:410
 V5.15.txt:411
 V5.15.txt:412
 V5.15.txt:413
 V5.15.txt:414
 V5.15.txt:415
 V5.15.txt:416
 V5.15.txt:417
 V5.15.txt:418
 V5.15.txt:419
 V5.15.txt:420
 V5.15.txt:421
 V5.15.txt:422
 V5.15.txt:423
 V5.15.txt:424
 V5.15.txt:425
 V5.15.txt:426
 V5.15.txt:427
 V5.15.txt:428
 V5.15.txt:429
 V5.15.txt:430
 V5.15.txt:431
 V5.15.txt:432
 V5.15.txt:433
 V5.15.txt:434
 V5.15.txt:435
 V5.15.txt:436
 V5.15.txt:437
 V5.15.txt:438
 V5.15.txt:439
 V5.15.txt:440
 V5.15.txt:441
 V5.15.txt:442
 V5.15.txt:443
 V5.15.txt:444
 V5.15.txt:445
 V5.15.txt:446
 V5.15.txt:447
 V5.15.txt:448
 V5.15.txt:449
 V5.15.txt:450
 V5.15.txt:451
 V5.15.txt:452
 V5.15.txt:453
 V5.15.txt:454
 V5.15.txt:455
 V5.15.txt:456
 V5.15.txt:457
 V5.15.txt:458
 V5.15.txt:459
 V5.15.txt:460
 V5.15.txt:461
 V5.15.txt:462
 V5.15.txt:463
 V5.15.txt:464
 V5.15.txt:465
 V5.15.txt:466
 V5.15.txt:467
 V5.15.txt:468
 V5.15.txt:469
 V5.15.txt:470
 V5.15.txt:471
 V5.15.txt:472
 V5.15.txt:473
 V5.15.txt:474
 V5.15.txt:475
 V5.15.txt:476
 V5.15.txt:477
 V5.15.txt:478
 V5.15.txt:479
 V5.15.txt:480
 V5.15.txt:481
 V5.15.txt:482
 V5.15.txt:483
 V5.15.txt:484
 V5.15.txt:485
 V5.15.txt:486
 V5.15.txt:487
 V5.15.txt:488
 V5.15.txt:489
 V5.15.txt:490
 V5.15.txt:491
 V5.15.txt:492
 V5.15.txt:493
 V5.15.txt:494
 V5.15.txt:495
 V5.15.txt:496
 V5.15.txt:497
 V5.15.txt:498
 V5.15.txt:499
 V5.15.txt:500
 V5.15.txt:501
 V5.15.txt:502
 V5.15.txt:503
 V5.15.txt:504
 V5.15.txt:505
 V5.15.txt:506
 V5.15.txt:507
 V5.15.txt:508
 V5.15.txt:509
 V5.15.txt:510
 V5.15.txt:511
 V5.15.txt:512
 V5.15.txt:513
 V5.15.txt:514
 V5.15.txt:515
 V5.15.txt:516
 V5.15.txt:517
 V5.15.txt:518
 V5.15.txt:519
 V5.15.txt:520
 V5.15.txt:521
 V5.15.txt:522
 V5.15.txt:523
 V5.15.txt:524
 V5.15.txt:525
 V5.15.txt:526
 V5.15.txt:527
 V5.15.txt:528
 V5.15.txt:529
 V5.15.txt:530
 V5.15.txt:531
 V5.15.txt:532
 V5.15.txt:533
 V5.15.txt:534
 V5.15.txt:535
 V5.15.txt:536
 V5.15.txt:537
 V5.15.txt:538
 V5.15.txt:539
 V5.15.txt:540
 V5.15.txt:541
 V5.15.txt:542
 V5.15.txt:543
 V5.15.txt:544
 V5.15.txt:545
 V5.15.txt:546
 V5.15.txt:547
 V5.15.txt:548
 V5.15.txt:549
 V5.15.txt:550
 V5.15.txt:551
 V5.15.txt:552
 V5.15.txt:553
 V5.15.txt:554
 V5.15.txt:555
 V5.15.txt:556
 V5.15.txt:557
 V5.15.txt:558
 V5.15.txt:559
 V5.15.txt:560
 V5.15.txt:561
 V5.15.txt:562
 V5.15.txt:563
 V5.15.txt:564
 V5.15.txt:565
 V5.15.txt:566
 V5.15.txt:567
 V5.15.txt:568
 V5.15.txt:569
 V5.15.txt:570
 V5.15.txt:571
 V5.15.txt:572
 V5.15.txt:573
 V5.15.txt:574
 V5.15.txt:575
 V5.15.txt:576
 V5.15.txt:577
 V5.15.txt:578
 V5.15.txt:579
 V5.15.txt:580
 V5.15.txt:581
 V5.15.txt:582
 V5.15.txt:583
 V5.15.txt:584
 V5.15.txt:585
 V5.15.txt:586
 V5.15.txt:587
 V5.15.txt:588
 V5.15.txt:589
 V5.15.txt:590
 V5.15.txt:591
 V5.15.txt:592
 V5.15.txt:593
 V5.15.txt:594
 V5.15.txt:595
 V5.15.txt:596
 V5.15.txt:597
 V5.15.txt:598
 V5.15.txt:599
 V5.15.txt:600
 V5.15.txt:601
 V5.15.txt:602
 V5.15.txt:603
 V5.15.txt:604
 V5.15.txt:605
 V5.15.txt:606
 V5.15.txt:607
 V5.15.txt:608
 V5.15.txt:609
 V5.15.txt:610
 V5.15.txt:611
 V5.15.txt:612
 V5.15.txt:613
 V5.15.txt:614
 V5.15.txt:615
 V5.15.txt:616
 V5.15.txt:617
 V5.15.txt:618
 V5.15.txt:619
 V5.15.txt:620
 V5.15.txt:621
 V5.15.txt:622
 V5.15.txt:623
 V5.15.txt:624
 V5.15.txt:625
 V5.15.txt:626
 V5.15.txt:627
 V5.15.txt:628
 V5.15.txt:629
 V5.15.txt:630
 V5.15.txt:631
 V5.15.txt:632
 V5.15.txt:633
 V5.15.txt:634
 V5.15.txt:635
 V5.15.txt:636
 V5.15.txt:637
 V5.15.txt:638
 V5.15.txt:639
 V5.15.txt:640
 V5.15.txt:641
 V5.15.txt:642
 V5.15.txt:643
 V5.15.txt:644
 V5.15.txt:645
 V5.15.txt:646
 V5.15.txt:647
 V5.15.txt:648
 V5.15.txt:649
 V5.15.txt:650
 V5.15.txt:651
 V5.15.txt:652
 V5.15.txt:653
 V5.15.txt:654
 V5.15.txt:655
 V5.15.txt:656
 V5.15.txt:657
 V5.15.txt:658
 V5.15.txt:659
 V5.15.txt:660
 V5.15.txt:661
 V5.15.txt:662
 V5.15.txt:663
 V5.15.txt:664
 V5.15.txt:665
 V5.15.txt:666
 V5.15.txt:667
 V5.15.txt:668
 V5.15.txt:669
 V5.15.txt:670
 V5.15.txt:671
 V5.15.txt:672
 V5.15.txt:673
 V5.15.txt:674
 V5.15.txt:675
 V5.15.txt:676
 V5.15.txt:677
 V5.15.txt:678
 V5.15.txt:679
 V5.15.txt:680
 V5.15.txt:681
 V5.15.txt:682
 V5.15.txt:683
 V5.15.txt:684
 V5.15.txt:685
 V5.15.txt:686
 V5.15.txt:687
 V5.15.txt:688
 V5.15.txt:689
 V5.15.txt:690
 V5.15.txt:691
 V5.15.txt:692
 V5.15.txt:693
 V5.15.txt:694
 V5.15.txt:695
 V5.15.txt:696
 V5.15.txt:697
 V5.15.txt:698
 V5.15.txt:699
 V5.15.txt:700
 V5.15.txt:701
 V5.15.txt:702
 V5.15.txt:703
 V5.15.txt:704
 V5.15.txt:705
 V5.15.txt:706
 V5.15.txt:707
 V5.15.txt:708
 V5.15.txt:709
 V5.15.txt:710
 V5.15.txt:711
 V5.15.txt:712
 V5.15.txt:713
 V5.15.txt:714
 V5.15.txt:715
 V5.15.txt:716
 V5.15.txt:717
 V5.15.txt:718
 V5.15.txt:719
 V5.15.txt:720
 V5.15.txt:721
 V5.15.txt:722
 V5.15.txt:723
 V5.15.txt:724
 V5.15.txt:725
 V5.15.txt:726
 V5.15.txt:727
 V5.15.txt:728
 V5.15.txt:729
 V5.15.txt:730
 V5.15.txt:731
 V5.15.txt:732
 V5.15.txt:733
 V5.15.txt:734
 V5.15.txt:735
 V5.15.txt:736
 V5.15.txt:737
 V5.15.txt:738
 V5.15.txt:739
 V5.15.txt:740
 V5.15.txt:741
 V5.15.txt:742
 V5.15.txt:743
 V5.15.txt:744
 V5.15.txt:745
 V5.15.txt:746
 V5.15.txt:747
 V5.15.txt:748
 V5.15.txt:749
 V5.15.txt:750
 V5.15.txt:751
 V5.15.txt:752
 V5.15.txt:753
 V5.15.txt:754
 V5.15.txt:755
 V5.15.txt:756
 V5.15.txt:757
 V5.15.txt:758
 V5.15.txt:759
 V5.15.txt:760
 V5.15.txt:761
 V5.15.txt:762
 V5.15.txt:763
 V5.15.txt:764
 V5.15.txt:765
 V5.15.txt:766
 V5.15.txt:767
 V5.15.txt:768
 V5.15.txt:769
 V5.15.txt:770
 V5.15.txt:771
 V5.15.txt:772
 V5.15.txt:773
 V5.15.txt:774
 V5.15.txt:775
 V5.15.txt:776
 V5.15.txt:777
 V5.15.txt:778
 V5.15.txt:779
 V5.15.txt:780
 V5.15.txt:781
 V5.15.txt:782
 V5.15.txt:783
 V5.15.txt:784
 V5.15.txt:785
 V5.15.txt:786
 V5.15.txt:787
 V5.15.txt:788
 V5.15.txt:789
 V5.15.txt:790
 V5.15.txt:791
 V5.15.txt:792
 V5.15.txt:793
 V5.15.txt:794
 V5.15.txt:795
 V5.15.txt:796
 V5.15.txt:797
 V5.15.txt:798
 V5.15.txt:799
 V5.15.txt:800
 V5.15.txt:801
 V5.15.txt:802
 V5.15.txt:803
 V5.15.txt:804
 V5.15.txt:805
 V5.15.txt:806
 V5.15.txt:807
 V5.15.txt:808
 V5.15.txt:809
 V5.15.txt:810
 V5.15.txt:811
 V5.15.txt:812
 V5.15.txt:813
 V5.15.txt:814
 V5.15.txt:815
 V5.15.txt:816
 V5.15.txt:817
 V5.15.txt:818
 V5.15.txt:819
 V5.15.txt:820
 V5.15.txt:821
 V5.15.txt:822
 V5.15.txt:823
 V5.15.txt:824
 V5.15.txt:825
 V5.15.txt:826
 V5.15.txt:827
 V5.15.txt:828
 V5.15.txt:829
 V5.15.txt:830
 V5.15.txt:831
 V5.15.txt:832
 V5.15.txt:833
 V5.15.txt:834
 V5.15.txt:835
 V5.15.txt:836
 V5.15.txt:837
 V5.15.txt:838
 V5.15.txt:839
 V5.15.txt:840
 V5.15.txt:841
 V5.15.txt:842
 V5.15.txt:843
 V5.15.txt:844
 V5.15.txt:845
 V5.15.txt:846
 V5.15.txt:847
 V5.15.txt:848
 V5.15.txt:849
 V5.15.txt:850
 V5.15.txt:851
 V5.15.txt:852
 V5.15.txt:853
 V5.15.txt:854
 V5.15.txt:855
 V5.15.txt:856
 V5.15.txt:857
 V5.15.txt:858
 V5.15.txt:859
 V5.15.txt:860
 V5.15.txt:861
 V5.15.txt:862
 V5.15.txt:863
 V5.15.txt:864
 V5.15.txt:865
 V5.15.txt:866
 V5.15.txt:867
 V5.15.txt:868
 V5.15.txt:869
 V5.15.txt:870
 V5.15.txt:871
 V5.15.txt:872
 V5.15.txt:873
 V5.15.txt:874
 V5.15.txt:875
 V5.15.txt:876
 V5.15.txt:877
 V5.15.txt:878
 V5.15.txt:879
 V5.15.txt:880
 V5.15.txt:881
 V5.15.txt:882
 V5.15.txt:883
 V5.15.txt:884
 V5.15.txt:885
 V5.15.txt:886
 V5.15.txt:887
 V5.15.txt:888
 V5.15.txt:889
 V5.15.txt:890
 V5.15.txt:891
 V5.15.txt:892
 V5.15.txt:893
 V5.15.txt:894
 V5.15.txt:895
 V5.15.txt:896
 V5.15.txt:897
 V5.15.txt:898
 V5.15.txt:899
 V5.15.txt:900
 V5.15.txt:901
 V5.15.txt:902
 V5.15.txt:903
 V5.15.txt:904
 V5.15.txt:905
 V5.15.txt:906
 V5.15.txt:907
 V5.15.txt:908
 V5.15.txt:909
 V5.15.txt:910
 V5.15.txt:911
 V5.15.txt:912
 V5.15.txt:913
 V5.15.txt:914
 V5.15.txt:915
 V5.15.txt:916
 V5.15.txt:917
 V5.15.txt:918
 V5.15.txt:919
 V5.15.txt:920
 V5.15.txt:921
 V5.15.txt:922
 V5.15.txt:923
 V5.15.txt:924
 V5.15.txt:925
 V5.15.txt:926
 V5.15.txt:927
 V5.15.txt:928
 V5.15.txt:929
 V5.15.txt:930
 V5.15.txt:931
 V5.15.txt:932
 V5.15.txt:933
 V5.15.txt:934
 V5.15.txt:935
 V5.15.txt:936
 V5.15.txt:937
 V5.15.txt:938
 V5.15.txt:939
 V5.15.txt:940
 V5.15.txt:941
 V5.15.txt:942
 V5.15.txt:943
 V5.15.txt:944
 V5.15.txt:945
 V5.15.txt:946
 V5.15.txt:947
 V5.15.txt:948
 V5.15.txt:949
 V5.15.txt:950
 V5.15.txt:951
 V5.15.txt:952
 V5.15.txt:953
 V5.15.txt:954
 V5.15.txt:955
 V5.15.txt:956
 V5.15.txt:957
 V5.15.txt:958
 V5.15.txt:959
 V5.15.txt:960
 V5.15.txt:961
 V5.15.txt:962
 V5.15.txt:963
 V5.15.txt:964
 V5.15.txt:965
 V5.15.txt:966
 V5.15.txt:967
 V5.15.txt:968
 V5.15.txt:969
 V5.15.txt:970
 V5.15.txt:971
 V5.15.txt:972
 V5.15.txt:973
 V5.15.txt:974
 V5.15.txt:975
 V5.15.txt:976
 V5.15.txt:977
 V5.15.txt:978
 V5.15.txt:979
 V5.15.txt:980
 V5.15.txt:981
 V5.15.txt:982
 V5.15.txt:983
 V5.15.txt:984
 V5.15.txt:985
 V5.15.txt:986
 V5.15.txt:987
 V5.15.txt:988
 V5.15.txt:989
 V5.15.txt:990
 V5.15.txt:991
 V5.15.txt:992
 V5.15.txt:993
 V5.15.txt:994
 V5.15.txt:995
 V5.15.txt:996
 V5.15.txt:997
 V5.15.txt:998
 V5.15.txt:999
 V5.15.txt:1000
 V5.15.txt:1001
 V5.15.txt:1002
 V5.15.txt:1003
 V5.15.txt:1004
 V5.15.txt:1005
 V5.15.txt:1006
 V5.15.txt:1007
 V5.15.txt:1008
 V5.15.txt:1009
 V5.15.txt:1010
 V5.15.txt:1011
 V5.15.txt:1012
 V5.15.txt:1013
 V5.15.txt:1014
 V5.15.txt:1015
 V5.15.txt:1016
 V5.15.txt:1017
 V5.15.txt:1018
 V5.15.txt:1019
 V5.15.txt:1020
 V5.15.txt:1021
 V5.15.txt:1022
 V5.15.txt:1023
 V5.15.txt:1024
 V5.15.txt:1025
 V5.15.txt:1026
 V5.15.txt:1027
 V5.15.txt:1028
 V5.15.txt:1029
 V5.15.txt:1030
 V5.15.txt:1031
 V5.15.txt:1032
 V5.15.txt:1033
 V5.15.txt:1034
 V5.15.txt:1035
 V5.15.txt:1036
 V5.15.txt:1037
 V5.15.txt:1038
 V5.15.txt:1039
 V5.15.txt:1040
 V5.15.txt:1041
 V5.15.txt:1042
 V5.15.txt:1043
 V5.15.txt:1044
 V5.15.txt:1045
 V5.15.txt:1046
 V5.15.txt:1047
 V5.15.txt:1048
 V5.15.txt:1049
 V5.15.txt:1050
 V5.15.txt:1051
 V5.15.txt:1052
 V5.15.txt:1053
 V5.15.txt:1054
 V5.15.txt:1055
 V5.15.txt:1056
 V5.15.txt:1057
 V5.15.txt:1058
 V5.15.txt:1059
 V5.15.txt:1060
 V5.15.txt:1061
 V5.15.txt:1062
 V5.15.txt:1063
 V5.15.txt:1064
 V5.15.txt:1065
 V5.15.txt:1066
 V5.15.txt:1067
 V5.15.txt:1068
 V5.15.txt:1069
 V5.15.txt:1070
 V5.15.txt:1071
 V5.15.txt:1072
 V5.15.txt:1073
 V5.15.txt:1074
 V5.15.txt:1075
 V5.15.txt:1076
 V5.15.txt:1077
 V5.15.txt:1078
 V5.15.txt:1079
 V5.15.txt:1080
 V5.15.txt:1081
 V5.15.txt:1082
 V5.15.txt:1083
 V5.15.txt:1084
 V5.15.txt:1085
 V5.15.txt:1086
 V5.15.txt:1087
 V5.15.txt:1088
 V5.15.txt:1089
 V5.15.txt:1090
 V5.15.txt:1091
 V5.15.txt:1092
 V5.15.txt:1093
 V5.15.txt:1094
 V5.15.txt:1095
 V5.15.txt:1096
 V5.15.txt:1097
 V5.15.txt:1098
 V5.15.txt:1099
 V5.15.txt:1100
 V5.15.txt:1101
 V5.15.txt:1102
 V5.15.txt:1103
 V5.15.txt:1104
 V5.15.txt:1105
 V5.15.txt:1106
 V5.15.txt:1107
 V5.15.txt:1108
 V5.15.txt:1109
 V5.15.txt:1110
 V5.15.txt:1111
 V5.15.txt:1112
 V5.15.txt:1113
 V5.15.txt:1114
 V5.15.txt:1115
 V5.15.txt:1116
 V5.15.txt:1117
 V5.15.txt:1118
 V5.15.txt:1119
 V5.15.txt:1120
 V5.15.txt:1121
 V5.15.txt:1122
 V5.15.txt:1123
 V5.15.txt:1124
 V5.15.txt:1125
 V5.15.txt:1126
 V5.15.txt:1127
 V5.15.txt:1128
 V5.15.txt:1129
 V5.15.txt:1130
 V5.15.txt:1131
 V5.15.txt:1132
 V5.15.txt:1133
 V5.15.txt:1134
 V5.15.txt:1135
 V5.15.txt:1136
 V5.15.txt:1137
 V5.15.txt:1138
 V5.15.txt:1139
 V5.15.txt:1140
 V5.15.txt:1141
 V5.15.txt:1142
 V5.15.txt:1143
 V5.15.txt:1144
 V5.15.txt:1145
 V5.15.txt:1146
 V5.15.txt:1147
 V5.15.txt:1148
 V5.15.txt:1149
 V5.15.txt:1150
 V5.15.txt:1151
 V5.15.txt:1152
 V5.15.txt:1153
 V5.15.txt:1154
 V5.15.txt:1155
 V5.15.txt:1156
 V5.15.txt:1157
 V5.15.txt:1158
 V5.15.txt:1159
 V5.15.txt:1160
 V5.15.txt:1161
 V5.15.txt:1162
 V5.15.txt:1163
 V5.15.txt:1164
 V5.15.txt:1165
 V5.15.txt:1166
 V5.15.txt:1167
 V5.15.txt:1168
 V5.15.txt:1169
 V5.15.txt:1170
 V5.15.txt:1171
 V5.15.txt:1172
 V5.15.txt:1173
 V5.15.txt:1174
 V5.15.txt:1175
 V5.15.txt:1176
 V5.15.txt:1177
 V5.15.txt:1178
 V5.15.txt:1179
 V5.15.txt:1180
 V5.15.txt:1181
 V5.15.txt:1182
 V5.15.txt:1183
 V5.15.txt:1184
 V5.15.txt:1185
 V5.15.txt:1186
 V5.15.txt:1187
 V5.15.txt:1188
 V5.15.txt:1189
 V5.15.txt:1190
 V5.15.txt:1191
 V5.15.txt:1192
 V5.15.txt:1193
 V5.15.txt:1194
 V5.15.txt:1195
 V5.15.txt:1196
 V5.15.txt:1197
 V5.15.txt:1198
 V5.15.txt:1199
 V5.15.txt:1200
 V5.15.txt:1201
 V5.15.txt:1202
 V5.15.txt:1203
 V5.15.txt:1204
 V5.15.txt:1205
 V5.15.txt:1206
 V5.15.txt:1207
 V5.15.txt:1208
 V5.15.txt:1209
 V5.15.txt:1210
 V5.15.txt:1211
 V5.15.txt:1212
 V5.15.txt:1213
 V5.15.txt:1214
 V5.15.txt:1215
 V5.15.txt:1216
 V5.15.txt:1217
 V5.15.txt:1218
 V5.15.txt:1219
 V5.15.txt:1220
 V5.15.txt:1221
 V5.15.txt:1222
 V5.15.txt:1223
 V5.15.txt:1224
 V5.15.txt:1225
 V5.15.txt:1226
 V5.15.txt:1227
 V5.15.txt:1228
 V5.15.txt:1229
 V5.15.txt:1230
 V5.15.txt:1231
 V5.15.txt:1232
 V5.15.txt:1233
 V5.15.txt:1234
 V5.15.txt:1235
 V5.15.txt:1236
 V5.15.txt:1237
 V5.15.txt:1238
 V5.15.txt:1239
 V5.15.txt:1240
 V5.15.txt:1241
 V5.15.txt:1242
 V5.15.txt:1243
 V5.15.txt:1244
 V5.15.txt:1245
 V5.15.txt:1246
 V5.15.txt:1247
 V5.15.txt:1248
 V5.15.txt:1249
 V5.15.txt:1250
 V5.15.txt:1251
 V5.15.txt:1252
 V5.15.txt:1253
 V5.15.txt:1254
 V5.15.txt:1255
 V5.15.txt:1256
 V5.15.txt:1257
 V5.15.txt:1258
 V5.15.txt:1259
 V5.15.txt:1260
 V5.15.txt:1261
 V5.15.txt:1262
 V5.15.txt:1263
 V5.15.txt:1264
 V5.15.txt:1265
 V5.15.txt:1266
 V5.15.txt:1267
 V5.15.txt:1268
 V5.15.txt:1269
 V5.15.txt:1270
 V5.15.txt:1271
 V5.15.txt:1272
 V5.15.txt:1273
 V5.15.txt:1274
 V5.15.txt:1275
 V5.15.txt:1276
 V5.15.txt:1277
 V5.15.txt:1278
 V5.15.txt:1279
 V5.15.txt:1280
 V5.15.txt:1281
 V5.15.txt:1282
 V5.15.txt:1283
 V5.15.txt:1284
 V5.15.txt:1285
 V5.15.txt:1286
 V5.15.txt:1287
 V5.15.txt:1288
 V5.15.txt:1289
 V5.15.txt:1290
 V5.15.txt:1291
 V5.15.txt:1292
 V5.15.txt:1293
 V5.15.txt:1294
 V5.15.txt:1295
 V5.15.txt:1296
 V5.15.txt:1297
 V5.15.txt:1298
 V5.15.txt:1299
 V5.15.txt:1300
 V5.15.txt:1301
 V5.15.txt:1302
 V5.15.txt:1303
 V5.15.txt:1304
 V5.15.txt:1305
 V5.15.txt:1306
 V5.15.txt:1307
 V5.15.txt:1308
 V5.15.txt:1309
 V5.15.txt:1310
 V5.15.txt:1311
 V5.15.txt:1312
 V5.15.txt:1313
 V5.15.txt:1314
 V5.15.txt:1315
 V5.15.txt:1316
 V5.15.txt:1317
 V5.15.txt:1318
 V5.15.txt:1319
 V5.15.txt:1320
 V5.15.txt:1321
 V5.15.txt:1322
 V5.15.txt:1323
 V5.15.txt:1324
 V5.15.txt:1325
 V5.15.txt:1326
 V5.15.txt:1327
 V5.15.txt:1328
 V5.15.txt:1329
 V5.15.txt:1330
 V5.15.txt:1331
 V5.15.txt:1332
 V5.15.txt:1333
 V5.15.txt:1334
 V5.15.txt:1335
 V5.15.txt:1336
 V5.15.txt:1337
 V5.15.txt:1338
 V5.15.txt:1339
 V5.15.txt:1340
 V5.15.txt:1341
 V5.15.txt:1342
 V5.15.txt:1343
 V5.15.txt:1344
 V5.15.txt:1345
 V5.15.txt:1346
 V5.15.txt:1347
 V5.15.txt:1348
 V5.15.txt:1349
 V5.15.txt:1350
 V5.15.txt:1351
 V5.15.txt:1352
 V5.15.txt:1353
 V5.15.txt:1354
 V5.15.txt:1355
 V5.15.txt:1356
 V5.15.txt:1357
 V5.15.txt:1358
 V5.15.txt:1359
 V5.15.txt:1360
 V5.15.txt:1361
 V5.15.txt:1362
 V5.15.txt:1363
 V5.15.txt:1364
 V5.15.txt:1365
 V5.15.txt:1366
 V5.15.txt:1367
 V5.15.txt:1368
 V5.15.txt:1369
 V5.15.txt:1370
 V5.15.txt:1371
 V5.15.txt:1372
 V5.15.txt:1373
 V5.15.txt:1374
 V5.15.txt:1375
 V5.15.txt:1376
 V5.15.txt:1377
 V5.15.txt:1378
 V5.15.txt:1379
 V5.15.txt:1380
 V5.15.txt:1381
 V5.15.txt:1382
 V5.15.txt:1383
 V5.15.txt:1384
 V5.15.txt:1385
 V5.15.txt:1386
 V5.15.txt:1387
 V5.15.txt:1388
 V5.15.txt:1389
 V5.15.txt:1390
 V5.15.txt:1391
 V5.15.txt:1392
 V5.15.txt:1393
 V5.15.txt:1394
 V5.15.txt:1395
 V5.15.txt:1396
 V5.15.txt:1397
 V5.15.txt:1398
 V5.15.txt:1399
 V5.15.txt:1400
 V5.15.txt:1401
 V5.15.txt:1402
 V5.15.txt:1403
 V5.15.txt:1404
 V5.15.txt:1405
 V5.15.txt:1406
 V5.15.txt:1407
 V5.15.txt:1408
 V5.15.txt:1409
 V5.15.txt:1410
 V5.15.txt:1411
 V5.15.txt:1412
 V5.15.txt:1413
 V5.15.txt:1414
 V5.15.txt:1415
 V5.15.txt:1416
 V5.15.txt:1417
 V5.15.txt:1418
 V5.15.txt:1419
 V5.15.txt:1420
 V5.15.txt:1421
 V5.15.txt:1422
 V5.15.txt:1423
 V5.15.txt:1424
 V5.15.txt:1425
 V5.15.txt:1426
 V5.15.txt:1427
 V5.15.txt:1428
 V5.15.txt:1429
 V5.15.txt:1430
 V5.15.txt:1431
 V5.15.txt:1432
 V5.15.txt:1433
 V5.15.txt:1434
 V5.15.txt:1435
 V5.15.txt:1436
 V5.15.txt:1437
 V5.15.txt:1438
 V5.15.txt:1439
 V5.15.txt:1440
 V5.15.txt:1441
 V5.15.txt:1442
 V5.15.txt:1443
 V5.15.txt:1444
 V5.15.txt:1445
 V5.15.txt:1446
 V5.15.txt:1447
 V5.15.txt:1448
 V5.15.txt:1449
 V5.15.txt:1450
 V5.15.txt:1451
 V5.15.txt:1452
 V5.15.txt:1453
 V5.15.txt:1454
 V5.15.txt:1455
 V5.15.txt:1456
 V5.15.txt:1457
 V5.15.txt:1458
 V5.15.txt:1459
 V5.15.txt:1460
 V5.15.txt:1461
 V5.15.txt:1462
 V5.15.txt:1463
 V5.15.txt:1464
 V5.15.txt:1465
 V5.15.txt:1466
 V5.15.txt:1467
 V5.15.txt:1468
 V5.15.txt:1469
 V5.15.txt:1470
 V5.15.txt:1471
 V5.15.txt:1472
 V5.15.txt:1473
 V5.15.txt:1474
 V5.15.txt:1475
 V5.15.txt:1476
 V5.15.txt:1477
 V5.15.txt:1478
 V5.15.txt:1479
 V5.15.txt:1480
 V5.15.txt:1481
 V5.15.txt:1482
 V5.15.txt:1483
 V5.15.txt:1484
 V5.15.txt:1485
 V5.15.txt:1486
 V5.15.txt:1487
 V5.15.txt:1488
 V5.15.txt:1489
 V5.15.txt:1490
 V5.15.txt:1491
 V5.15.txt:1492
 V5.15.txt:1493
 V5.15.txt:1494
 V5.15.txt:1495
 V5.15.txt:1496
 V5.15.txt:1497
 V5.15.txt:1498
 V5.15.txt:1499
 V5.15.txt:1500
 V5.15.txt:1501
 V5.15.txt:1502
 V5.15.txt:1503
 V5.15.txt:1504
 V5.15.txt:1505
 V5.15.txt:1506
 V5.15.txt:1507
 V5.15.txt:1508
 V5.15.txt:1509
 V5.15.txt:1510
 V5.15.txt:1511
 V5.15.txt:1512
 V5.15.txt:1513
 V5.15.txt:1514
 V5.15.txt:1515
 V5.15.txt:1516
 V5.15.txt:1517
 V5.15.txt:1518
 V5.15.txt:1519
 V5.15.txt:1520
 V5.15.txt:1521
 V5.15.txt:1522
 V5.15.txt:1523
 V5.15.txt:1524
 V5.15.txt:1525
 V5.15.txt:1526
 V5.15.txt:1527
 V5.15.txt:1528
 V5.15.txt:1529
 V5.15.txt:1530
 V5.15.txt:1531
 V5.15.txt:1532
 V5.15.txt:1533
 V5.15.txt:1534
 V5.15.txt:1535
 V5.15.txt:1536
 V5.15.txt:1537
 V5.15.txt:1538
 V5.15.txt:1539
 V5.15.txt:1540
 V5.15.txt:1541
 V5.15.txt:1542
 V5.15.txt:1543
 V5.15.txt:1544
 V5.15.txt:1545
 V5.15.txt:1546
 V5.15.txt:1547
 V5.15.txt:1548
 V5.15.txt:1549
 V5.15.txt:1550
 V5.15.txt:1551
 V5.15.txt:1552
 V5.15.txt:1553
 V5.15.txt:1554
 V5.15.txt:1555
 V5.15.txt:1556
 V5.15.txt:1557
 V5.15.txt:1558
 V5.15.txt:1559
 V5.15.txt:1560
 V5.15.txt:1561
 V5.15.txt:1562
 V5.15.txt:1563
 V5.15.txt:1564
 V5.15.txt:1565
 V5.15.txt:1566
 V5.15.txt:1567
 V5.15.txt:1568
 V5.15.txt:1569
 V5.15.txt:1570
 V5.15.txt:1571
 V5.15.txt:1572
 V5.15.txt:1573
 V5.15.txt:1574
 V5.15.txt:1575
 V5.15.txt:1576
 V5.15.txt:1577
 V5.15.txt:1578
 V5.15.txt:1579
 V5.15.txt:1580
 V5.15.txt:1581
 V5.15.txt:1582
 V5.15.txt:1583
 V5.15.txt:1584
 V5.15.txt:1585
 V5.15.txt:1586
 V5.15.txt:1587
 V5.15.txt:1588
 V5.15.txt:1589
 V5.15.txt:1590
 V5.15.txt:1591
 V5.15.txt:1592
 V5.15.txt:1593
 V5.15.txt:1594
 V5.15.txt:1595
 V5.15.txt:1596
 V5.15.txt:1597
 V5.15.txt:1598
 V5.15.txt:1599
 V5.15.txt:1600
 V5.15.txt:1601
 V5.15.txt:1602
 V5.15.txt:1603
 V5.15.txt:1604
 V5.15.txt:1605
 V5.15.txt:1606
 V5.15.txt:1607
 V5.15.txt:1608
 V5.15.txt:1609
 V5.15.txt:1610
 V5.15.txt:1611
 V5.15.txt:1612
 V5.15.txt:1613
 V5.15.txt:1614
 V5.15.txt:1615
 V5.15.txt:1616
 V5.15.txt:1617
 V5.15.txt:1618
 V5.15.txt:1619
 V5.15.txt:1620
 V5.15.txt:1621
 V5.15.txt:1622
 V5.15.txt:1623
 V5.15.txt:1624
 V5.15.txt:1625
 V5.15.txt:1626
 V5.15.txt:1627
 V5.15.txt:1628
 V5.15.txt:1629
 V5.15.txt:1630
 V5.15.txt:1631
 V5.15.txt:1632
 V5.15.txt:1633
 V5.15.txt:1634
 V5.15.txt:1635
 V5.15.txt:1636
 V5.15.txt:1637
 V5.15.txt:1638
 V5.15.txt:1639
 V5.15.txt:1640
 V5.15.txt:1641
 V5.15.txt:1642
 V5.15.txt:1643
 V5.15.txt:1644
 V5.15.txt:1645
 V5.15.txt:1646
 V5.15.txt:1647
 V5.15.txt:1648
 V5.15.txt:1649
 V5.15.txt:1650
 V5.15.txt:1651
 V5.15.txt:1652
 V5.15.txt:1653
 V5.15.txt:1654
 V5.15.txt:1655
 V5.15.txt:1656
 V5.15.txt:1657
 V5.15.txt:1658
 V5.15.txt:1659
 V5.15.txt:1660
 V5.15.txt:1661
 V5.15.txt:1662
 V5.15.txt:1663
 V5.15.txt:1664
 V5.15.txt:1665
 V5.15.txt:1666
 V5.15.txt:1667
 V5.15.txt:1668
 V5.15.txt:1669
 V5.15.txt:1670
 V5.15.txt:1671
 V5.15.txt:1672
 V5.15.txt:1673
 V5.15.txt:1674
 V5.15.txt:1675
 V5.15.txt:1676
 V5.15.txt:1677
 V5.15.txt:1678
 V5.15.txt:1679
 V5.15.txt:1680
 V5.15.txt:1681
 V5.15.txt:1682
 V5.15.txt:1683
 V5.15.txt:1684
 V5.15.txt:1685
 V5.15.txt:1686
 V5.15.txt:1687
 V5.15.txt:1688
 V5.15.txt:1689
 V5.15.txt:1690
 V5.15.txt:1691
 V5.15.txt:1692
 V5.15.txt:1693
 V5.15.txt:1694
 V5.15.txt:1695
 V5.15.txt:1696
 V5.15.txt:1697
 V5.15.txt:1698
 V5.15.txt:1699
 V5.15.txt:1700
 V5.15.txt:1701
 V5.15.txt:1702
 V5.15.txt:1703
 V5.15.txt:1704
 V5.15.txt:1705
 V5.15.txt:1706
 V5.15.txt:1707
 V5.15.txt:1708
 V5.15.txt:1709
 V5.15.txt:1710
 V5.15.txt:1711
 V5.15.txt:1712
 V5.15.txt:1713
 V5.15.txt:1714
 V5.15.txt:1715
 V5.15.txt:1716
 V5.15.txt:1717
 V5.15.txt:1718
 V5.15.txt:1719
 V5.15.txt:1720
 V5.15.txt:1721
 V5.15.txt:1722
 V5.15.txt:1723
 V5.15.txt:1724
 V5.15.txt:1725
 V5.15.txt:1726
 V5.15.txt:1727
 V5.15.txt:1728
 V5.15.txt:1729
 V5.15.txt:1730
 V5.15.txt:1731
 V5.15.txt:1732
 V5.15.txt:1733
 V5.15.txt:1734
 V5.15.txt:1735
 V5.15.txt:1736
 V5.15.txt:1737
 V5.15.txt:1738
 V5.15.txt:1739
 V5.15.txt:1740
 V5.15.txt:1741
 V5.15.txt:1742
 V5.15.txt:1743
 V5.15.txt:1744
 V5.15.txt:1745
 V5.15.txt:1746
 V5.15.txt:1747
 V5.15.txt:1748
 V5.15.txt:1749
 V5.15.txt:1750
 V5.15.txt:1751
 V5.15.txt:1752
 V5.15.txt:1753
 V5.15.txt:1754
 V5.15.txt:1755
 V5.15.txt:1756
 V5.15.txt:1757
 V5.15.txt:1758
 V5.15.txt:1759
 V5.15.txt:1760
 V5.15.txt:1761
 V5.15.txt:1762
 V5.15.txt:1763
 V5.15.txt:1764
 V5.15.txt:1765
 V5.15.txt:1766
 V5.15.txt:1767
 V5.15.txt:1768
 V5.15.txt:1769
 V5.15.txt:1770
 V5.15.txt:1771
 V5.15.txt:1772
 V5.15.txt:1773
 V5.15.txt:1774
 V5.15.txt:1775
 V5.15.txt:1776
 V5.15.txt:1777
 V5.15.txt:1778
 V5.15.txt:1779
 V5.15.txt:1780
 V5.15.txt:1781
 V5.15.txt:1782
 V5.15.txt:1783
 V5.15.txt:1784
 V5.15.txt:1785
 V5.15.txt:1786
 V5.15.txt:1787
 V5.15.txt:1788
 V5.15.txt:1789
 V5.15.txt:1790
 V5.15.txt:1791
 V5.15.txt:1792
 V5.15.txt:1793
 V5.15.txt:1794
 V5.15.txt:1795
 V5.15.txt:1796
 V5.15.txt:1797
 V5.15.txt:1798
 V5.15.txt:1799
 V5.15.txt:1800
 V5.15.txt:1801
 V5.15.txt:1802
 V5.15.txt:1803
 V5.15.txt:1804
 V5.15.txt:1805
 V5.15.txt:1806
 V5.15.txt:1807
 V5.15.txt:1808
 V5.15.txt:1809
 V5.15.txt:1810
 V5.15.txt:1811
 V5.15.txt:1812
 V5.15.txt:1813
 V5.15.txt:1814
 V5.15.txt:1815
 V5.15.txt:1816
 V5.15.txt:1817
 V5.15.txt:1818
 V5.15.txt:1819
 V5.15.txt:1820
 V5.15.txt:1821
 V5.15.txt:1822
 V5.15.txt:1823
 V5.15.txt:1824
 V5.15.txt:1825
 V5.15.txt:1826
 V5.15.txt:1827
 V5.15.txt:1828
 V5.15.txt:1829
 V5.15.txt:1830
 V5.15.txt:1831
 V5.15.txt:1832
 V5.15.txt:1833
 V5.15.txt:1834
 V5.15.txt:1835
 V5.15.txt:1836
 V5.15.txt:1837
 V5.15.txt:1838
 V5.15.txt:1839
 V5.15.txt:1840
 V5.15.txt:1841
 V5.15.txt:1842
 V5.15.txt:1843
 V5.15.txt:1844
 V5.15.txt:1845
 V5.15.txt:1846
 V5.15.txt:1847
 V5.15.txt:1848
 V5.15.txt:1849
 V5.15.txt:1850
 V5.15.txt:1851
 V5.15.txt:1852
 V5.15.txt:1853
 V5.15.txt:1854
 V5.15.txt:1855
 V5.15.txt:1856
 V5.15.txt:1857
 V5.15.txt:1858
 V5.15.txt:1859
 V5.15.txt:1860
 V5.15.txt:1861
 V5.15.txt:1862
 V5.15.txt:1863
 V5.15.txt:1864
 V5.15.txt:1865
 V5.15.txt:1866
 V5.15.txt:1867
 V5.15.txt:1868
 V5.15.txt:1869
 V5.15.txt:1870
 V5.15.txt:1871
 V5.15.txt:1872
 V5.15.txt:1873
 V5.15.txt:1874
 V5.15.txt:1875
 V5.15.txt:1876
 V5.15.txt:1877
 V5.15.txt:1878
 V5.15.txt:1879
 V5.15.txt:1880
 V5.15.txt:1881
 V5.15.txt:1882
 V5.15.txt:1883
 V5.15.txt:1884
 V5.15.txt:1885
 V5.15.txt:1886
 V5.15.txt:1887
 V5.15.txt:1888
 V5.15.txt:1889
 V5.15.txt:1890
 V5.15.txt:1891
 V5.15.txt:1892
 V5.15.txt:1893
 V5.15.txt:1894
 V5.15.txt:1895
 V5.15.txt:1896
 V5.15.txt:1897
 V5.15.txt:1898
 V5.15.txt:1899
 V5.15.txt:1900
 V5.15.txt:1901
 V5.15.txt:1902
 V5.15.txt:1903
 V5.15.txt:1904
 V5.15.txt:1905
 V5.15.txt:1906
 V5.15.txt:1907
 V5.15.txt:1908
 V5.15.txt:1909
 V5.15.txt:1910
 V5.15.txt:1911
 V5.15.txt:1912
 V5.15.txt:1913
 V5.15.txt:1914
 V5.15.txt:1915
 V5.15.txt:1916
 V5.15.txt:1917
 V5.15.txt:1918
 V5.15.txt:1919
 V5.15.txt:1920
 V5.15.txt:1921
 V5.15.txt:1922
 V5.15.txt:1923
 V5.15.txt:1924
 V5.15.txt:1925
 V5.15.txt:1926
 V5.15.txt:1927
 V5.15.txt:1928
 V5.15.txt:1929
 V5.15.txt:1930
 V5.15.txt:1931
 V5.15.txt:1932
 V5.15.txt:1933
 V5.15.txt:1934
 V5.15.txt:1935
 V5.15.txt:1936
 V5.15.txt:1937
 V5.15.txt:1938
 V5.15.txt:1939
 V5.15.txt:1940
 V5.15.txt:1941
 V5.15.txt:1942
 V5.15.txt:1943
 V5.15.txt:1944
 V5.15.txt:1945
 V5.15.txt:1946
 V5.15.txt:1947
 V5.15.txt:1948
 V5.15.txt:1949
 V5.15.txt:1950
 V5.15.txt:1951
 V5.15.txt:1952
 V5.15.txt:1953
 V5.15.txt:1954
 V5.15.txt:1955
 V5.15.txt:1956
 V5.15.txt:1957
 V5.15.txt:1958
 V5.15.txt:1959
 V5.15.txt:1960
 V5.15.txt:1961
 V5.15.txt:1962
 V5.15.txt:1963
 V5.15.txt:1964
 V5.15.txt:1965
 V5.15.txt:1966
 V5.15.txt:1967
 V5.15.txt:1968
 V5.15.txt:1969
 V5.15.txt:1970
 V5.15.txt:1971
 V5.15.txt:1972
 V5.15.txt:1973
 V5.15.txt:1974
 V5.15.txt:1975
 V5.15.txt:1976
 V5.15.txt:1977
 V5.15.txt:1978
 V5.15.txt:1979
 V5.15.txt:1980
 V5.15.txt:1981
 V5.15.txt:1982
 V5.15.txt:1983
 V5.15.txt:1984
 V5.15.txt:1985
 V5.15.txt:1986
 V5.15.txt:1987
 V5.15.txt:1988
 V5.15.txt:1989
 V5.15.txt:1990
 V5.15.txt:1991
 V5.15.txt:1992
 V5.15.txt:1993
 V5.15.txt:1994
 V5.15.txt:1995
 V5.15.txt:1996
 V5.15.txt:1997
 V5.15.txt:1998
 V5.15.txt:1999
 V5.15.txt:2000
 V5.15.txt:2001
 V5.15.txt:2002
 V5.15.txt:2003
 V5.15.txt:2004
 V5.15.txt:2005
 V5.15.txt:2006
 V5.15.txt:2007
 V5.15.txt:2008
 V5.15.txt:2009
 V5.15.txt:2010
 V5.15.txt:2011
 V5.15.txt:2012
 V5.15.txt:2013
 V5.15.txt:2014
 V5.15.txt:2015
 V5.15.txt:2016
 V5.15.txt:2017
 V5.15.txt:2018
 V5.15.txt:2019
 V5.15.txt:2020
 V5.15.txt:2021
 V5.15.txt:2022
 V5.15.txt:2023
 V5.15.txt:2024
 V5.15.txt:2025
 V5.15.txt:2026
 V5.15.txt:2027
 V5.15.txt:2028
 V5.15.txt:2029
 V5.15.txt:2030
 V5.15.txt:2031
 V5.15.txt:2032
 V5.15.txt:2033
 V5.15.txt:2034
 V5.15.txt:2035
 V5.15.txt:2036
 V5.15.txt:2037
 V5.15.txt:2038
 V5.15.txt:2039
 V5.15.txt:2040
 V5.15.txt:2041
 V5.15.txt:2042
 V5.15.txt:2043
 V5.15.txt:2044
 V5.15.txt:2045
 V5.15.txt:2046
 V5.15.txt:2047
 V5.15.txt:2048
 V5.15.txt:2049
 V5.15.txt:2050
 V5.15.txt:2051
 V5.15.txt:2052
 V5.15.txt:2053
 V5.15.txt:2054
 V5.15.txt:2055
 V5.15.txt:2056
 V5.15.txt:2057
 V5.15.txt:2058
 V5.15.txt:2059
 V5.15.txt:2060
 V5.15.txt:2061
 V5.15.txt:2062
 V5.15.txt:2063
 V5.15.txt:2064
 V5.15.txt:2065
 V5.15.txt:2066
 V5.15.txt:2067
 V5.15.txt:2068
 V5.15.txt:2069
 V5.15.txt:2070
 V5.15.txt:2071
 V5.15.txt:2072
 V5.15.txt:2073
 V5.15.txt:2074
 V5.15.txt:2075
 V5.15.txt:2076
 V5.15.txt:2077
 V5.15.txt:2078
 V5.15.txt:2079
 V5.15.txt:2080
 V5.15.txt:2081
 V5.15.txt:2082
 V5.15.txt:2083
 V5.15.txt:2084
 V5.15.txt:2085
 V5.15.txt:2086
 V5.15.txt:2087
 V5.15.txt:2088
 V5.15.txt:2089
 V5.15.txt:2090
 V5.15.txt:2091
 V5.15.txt:2092
 V5.15.txt:2093
 V5.15.txt:2094
 V5.15.txt:2095
 V5.15.txt:2096
 V5.15.txt:2097
 V5.15.txt:2098
 V5.15.txt:2099
 V5.15.txt:2100
 V5.15.txt:2101
 V5.15.txt:2102
 V5.15.txt:2103
 V5.15.txt:2104
 V5.15.txt:2105
 V5.15.txt:2106
 V5.15.txt:2107
 V5.15.txt:2108
 V5.15.txt:2109
 V5.15.txt:2110
 V5.15.txt:2111
 V5.15.txt:2112
 V5.15.txt:2113
 V5.15.txt:2114
 V5.15.txt:2115
 V5.15.txt:2116
 V5.15.txt:2117
 V5.15.txt:2118
 V5.15.txt:2119
 V5.15.txt:2120
 V5.15.txt:2121
 V5.15.txt:2122
 V5.15.txt:2123
 V5.15.txt:2124
 V5.15.txt:2125
 V5.15.txt:2126
 V5.15.txt:2127
 V5.15.txt:2128
 V5.15.txt:2129
 V5.15.txt:2130
 V5.15.txt:2131
 V5.15.txt:2132
 V5.15.txt:2133
 V5.15.txt:2134
 V5.15.txt:2135
 V5.15.txt:2136
 V5.15.txt:2137
 V5.15.txt:2138
 V5.15.txt:2139
 V5.15.txt:2140
 V5.15.txt:2141
 V5.15.txt:2142
 V5.15.txt:2143
 V5.15.txt:2144
 V5.15.txt:2145
 V5.15.txt:2146
 V5.15.txt:2147
 V5.15.txt:2148
 V5.15.txt:2149
 V5.15.txt:2150
 V5.15.txt:2151
 V5.15.txt:2152
 V5.15.txt:2153
 V5.15.txt:2154
 V5.15.txt:2155
 V5.15.txt:2156
 V5.15.txt:2157
 V5.15.txt:2158
 V5.15.txt:2159
 V5.15.txt:2160
 V5.15.txt:2161
 V5.15.txt:2162
 V5.15.txt:2163
 V5.15.txt:2164
 V5.15.txt:2165
 V5.15.txt:2166
 V5.15.txt:2167
 V5.15.txt:2168
 V5.15.txt:2169
 V5.15.txt:2170
 V5.15.txt:2171
 V5.15.txt:2172
 V5.15.txt:2173
 V5.15.txt:2174
 V5.15.txt:2175
 V5.15.txt:2176
 V5.15.txt:2177
 V5.15.txt:2178
 V5.15.txt:2179
 V5.15.txt:2180
 V5.15.txt:2181
 V5.15.txt:2182
 V5.15.txt:2183
 V5.15.txt:2184
 V5.15.txt:2185
 V5.15.txt:2186
 V5.15.txt:2187
 V5.15.txt:2188
 V5.15.txt:2189
 V5.15.txt:2190
 V5.15.txt:2191
 V5.15.txt:2192
 V5.15.txt:2193
 V5.15.txt:2194
 V5.15.txt:2195
 V5.15.txt:2196
 V5.15.txt:2197
 V5.15.txt:2198
 V5.15.txt:2199
 V5.15.txt:2200
 V5.15.txt:2201
 V5.15.txt:2202
 V5.15.txt:2203
 V5.15.txt:2204
 V5.15.txt:2205
 V5.15.txt:2206
 V5.15.txt:2207
 V5.15.txt:2208
 V5.15.txt:2209
 V5.15.txt:2210
 V5.15.txt:2211
 V5.15.txt:2212
 V5.15.txt:2213
 V5.15.txt:2214
 V5.15.txt:2215
 V5.15.txt:2216
 V5.15.txt:2217
 V5.15.txt:2218
 V5.15.txt:2219
 V5.15.txt:2220
 V5.15.txt:2221
 V5.15.txt:2222
 V5.15.txt:2223
 V5.15.txt:2224
 V5.15.txt:2225
 V5.15.txt:2226
 V5.15.txt:2227
 V5.15.txt:2228
 V5.15.txt:2229
 V5.15.txt:2230
 V5.15.txt:2231
 V5.15.txt:2232
 V5.15.txt:2233
 V5.15.txt:2234
 V5.15.txt:2235
 V5.15.txt:2236
 V5.15.txt:2237
 V5.15.txt:2238
 V5.15.txt:2239
 V5.15.txt:2240
 V5.15.txt:2241
 V5.15.txt:2242
 V5.15.txt:2243
 V5.15.txt:2244
 V5.15.txt:2245
 V5.15.txt:2246
 V5.15.txt:2247
 V5.15.txt:2248
 V5.15.txt:2249
 V5.15.txt:2250
 V5.15.txt:2251
 V5.15.txt:2252
 V5.15.txt:2253
 V5.15.txt:2254
 V5.15.txt:2255
 V5.15.txt:2256
 V5.15.txt:2257
 V5.15.txt:2258
 V5.15.txt:2259
 V5.15.txt:2260
 V5.15.txt:2261
 V5.15.txt:2262
 V5.15.txt:2263
 V5.15.txt:2264
 V5.15.txt:2265
 V5.15.txt:2266
 V5.15.txt:2267
 V5.15.txt:2268
 V5.15.txt:2269
 V5.15.txt:2270
 V5.15.txt:2271
 V5.15.txt:2272
 V5.15.txt:2273
 V5.15.txt:2274
 V5.15.txt:2275
 V5.15.txt:2276
 V5.15.txt:2277
 V5.15.txt:2278
 V5.15.txt:2279
 V5.15.txt:2280
 V5.15.txt:2281
 V5.15.txt:2282
 V5.15.txt:2283
 V5.15.txt:2284
 V5.15.txt:2285
 V5.15.txt:2286
 V5.15.txt:2287
 V5.15.txt:2288
 V5.15.txt:2289
 V5.15.txt:2290
 V5.15.txt:2291
 V5.15.txt:2292
 V5.15.txt:2293
 V5.15.txt:2294
 V5.15.txt:2295
 V5.15.txt:2296
 V5.15.txt:2297
 V5.15.txt:2298
 V5.15.txt:2299
 V5.15.txt:2300
 V5.15.txt:2301
 V5.15.txt:2302
 V5.15.txt:2303
 V5.15.txt:2304
 V5.15.txt:2305
 V5.15.txt:2306
 V5.15.txt:2307
 V5.15.txt:2308
 V5.15.txt:2309
 V5.15.txt:2310
 V5.15.txt:2311
 V5.15.txt:2312
 V5.15.txt:2313
 V5.15.txt:2314
 V5.15.txt:2315
 V5.15.txt:2316
 V5.15.txt:2317
 V5.15.txt:2318
 V5.15.txt:2319
 V5.15.txt:2320
 V5.15.txt:2321
 V5.15.txt:2322
 V5.15.txt:2323
 V5.15.txt:2324
 V5.15.txt:2325
 V5.15.txt:2326
 V5.15.txt:2327
 V5.15.txt:2328
 V5.15.txt:2329
 V5.15.txt:2330
 V5.15.txt:2331
 V5.15.txt:2332
 V5.15.txt:2333
 V5.15.txt:2334
 V5.15.txt:2335
 V5.15.txt:2336
 V5.15.txt:2337
 V5.15.txt:2338
 V5.15.txt:2339
 V5.15.txt:2340
 V5.15.txt:2341
 V5.15.txt:2342
 V5.15.txt:2343
 V5.15.txt:2344
 V5.15.txt:2345
 V5.15.txt:2346
 V5.15.txt:2347
 V5.15.txt:2348
 V5.15.txt:2349
 V5.15.txt:2350
 V5.15.txt:2351
 V5.15.txt:2352
 V5.15.txt:2353
 V5.15.txt:2354
 V5.15.txt:2355
 V5.15.txt:2356
 V5.15.txt:2357
 V5.15.txt:2358
 V5.15.txt:2359
 V5.15.txt:2360
 V5.15.txt:2361
 V5.15.txt:2362
 V5.15.txt:2363
 V5.15.txt:2364
 V5.15.txt:2365
 V5.15.txt:2366
 V5.15.txt:2367
 V5.15.txt:2368
 V5.15.txt:2369
 V5.15.txt:2370
 V5.15.txt:2371
 V5.15.txt:2372
 V5.15.txt:2373
 V5.15.txt:2374
 V5.15.txt:2375
 V5.15.txt:2376
 V5.15.txt:2377
 V5.15.txt:2378
 V5.15.txt:2379
 V5.15.txt:2380
 V5.15.txt:2381
 V5.15.txt:2382
 V5.15.txt:2383
 V5.15.txt:2384
 V5.15.txt:2385
 V5.15.txt:2386
 V5.15.txt:2387
 V5.15.txt:2388
 V5.15.txt:2389
 V5.15.txt:2390
 V5.15.txt:2391
 V5.15.txt:2392
 V5.15.txt:2393
 V5.15.txt:2394
 V5.15.txt:2395
 V5.15.txt:2396
 V5.15.txt:2397
 V5.15.txt:2398
 V5.15.txt:2399
 V5.15.txt:2400
 V5.15.txt:2401
 V5.15.txt:2402
 V5.15.txt:2403
 V5.15.txt:2404
 V5.15.txt:2405
 V5.15.txt:2406
 V5.15.txt:2407
 V5.15.txt:2408
 V5.15.txt:2409
 V5.15.txt:2410
 V5.15.txt:2411
 V5.15.txt:2412
 V5.15.txt:2413
 V5.15.txt:2414
 V5.15.txt:2415
 V5.15.txt:2416
 V5.15.txt:2417
 V5.15.txt:2418
 V5.15.txt:2419
 V5.15.txt:2420
 V5.15.txt:2421
 V5.15.txt:2422
 V5.15.txt:2423
 V5.15.txt:2424
 V5.15.txt:2425
 V5.15.txt:2426
 V5.15.txt:2427
 V5.15.txt:2428
 V5.15.txt:2429
 V5.15.txt:2430
 V5.15.txt:2431
 V5.15.txt:2432
 V5.15.txt:2433
 V5.15.txt:2434
 V5.15.txt:2435
 V5.15.txt:2436
 V5.15.txt:2437
 V5.15.txt:2438
 V5.15.txt:2439
 V5.15.txt:2440
 V5.15.txt:2441
 V5.15.txt:2442
 V5.15.txt:2443
 V5.15.txt:2444
 V5.15.txt:2445
 V5.15.txt:2446
 V5.15.txt:2447
 V5.15.txt:2448
 V5.15.txt:2449
 V5.15.txt:2450
 V5.15.txt:2451
 V5.15.txt:2452
 V5.15.txt:2453
 V5.15.txt:2454
 V5.15.txt:2455
 V5.15.txt:2456
 V5.15.txt:2457
 V5.15.txt:2458
 V5.15.txt:2459
 V5.15.txt:2460
 V5.15.txt:2461
 V5.15.txt:2462
 V5.15.txt:2463
 V5.15.txt:2464
 V5.15.txt:2465
 V5.15.txt:2466
 V5.15.txt:2467
 V5.15.txt:2468
 V5.15.txt:2469
 V5.15.txt:2470
 V5.15.txt:2471
 V5.15.txt:2472
 V5.15.txt:2473
 V5.15.txt:2474
 V5.15.txt:2475
 V5.15.txt:2476
 V5.15.txt:2477
 V5.15.txt:2478
 V5.15.txt:2479
 V5.15.txt:2480
 V5.15.txt:2481
 V5.15.txt:2482
 V5.15.txt:2483
 V5.15.txt:2484
 V5.15.txt:2485
 V5.15.txt:2486
 V5.15.txt:2487
 V5.15.txt:2488
 V5.15.txt:2489
 V5.15.txt:2490
 V5.15.txt:2491
 V5.15.txt:2492
 V5.15.txt:2493
 V5.15.txt:2494
 V5.15.txt:2495
 V5.15.txt:2496
 V5.15.txt:2497
 V5.15.txt:2498
 V5.15.txt:2499
 V5.15.txt:2500
 V5.15.txt:2501
 V5.15.txt:2502
 V5.15.txt:2503
 V5.15.txt:2504
 V5.15.txt:2505
 V5.15.txt:2506
 V5.15.txt:2507
 V5.15.txt:2508
 V5.15.txt:2509
 V5.15.txt:2510
 V5.15.txt:2511
 V5.15.txt:2512
 V5.15.txt:2513
 V5.15.txt:2514
 V5.15.txt:2515
 V5.15.txt:2516
 V5.15.txt:2517
 V5.15.txt:2518
 V5.15.txt:2519
 V5.15.txt:2520
 V5.15.txt:2521
 V5.15.txt:2522
 V5.15.txt:2523
 V5.15.txt:2524
 V5.15.txt:2525
 V5.15.txt:2526
 V5.15.txt:2527
 V5.15.txt:2528
 V5.15.txt:2529
 V5.15.txt:2530
 V5.15.txt:2531
 V5.15.txt:2532
 V5.15.txt:2533
 V5.15.txt:2534
 V5.15.txt:2535
 V5.15.txt:2536
 V5.15.txt:2537
 V5.15.txt:2538
 V5.15.txt:2539
 V5.15.txt:2540
 V5.15.txt:2541
 V5.15.txt:2542
 V5.15.txt:2543
 V5.15.txt:2544
 V5.15.txt:2545
 V5.15.txt:2546
 V5.15.txt:2547
 V5.15.txt:2548
 V5.15.txt:2549
 V5.15.txt:2550
 V5.15.txt:2551
 V5.15.txt:2552
 V5.15.txt:2553
 V5.15.txt:2554
 V5.15.txt:2555
 V5.15.txt:2556
 V5.15.txt:2557
 V5.15.txt:2558
 V5.15.txt:2559
 V5.15.txt:2560
 V5.15.txt:2561
 V5.15.txt:2562
 V5.15.txt:2563
 V5.15.txt:2564
 V5.15.txt:2565
 V5.15.txt:2566
 V5.15.txt:2567
 V5.15.txt:2568
 V5.15.txt:2569
 V5.15.txt:2570
 V5.15.txt:2571
 V5.15.txt:2572
 V5.15.txt:2573
 V5.15.txt:2574
 V5.15.txt:2575
 V5.15.txt:2576
 V5.15.txt:2577
 V5.15.txt:2578
 V5.15.txt:2579
 V5.15.txt:2580
 V5.15.txt:2581
 V5.15.txt:2582
 V5.15.txt:2583
 V5.15.txt:2584
 V5.15.txt:2585
 V5.15.txt:2586
 V5.15.txt:2587
 V5.15.txt:2588
 V5.15.txt:2589
 V5.15.txt:2590
 V5.15.txt:2591
 V5.15.txt:2592
 V5.15.txt:2593
 V5.15.txt:2594
 V5.15.txt:2595
 V5.15.txt:2596
 V5.15.txt:2597
 V5.15.txt:2598
 V5.15.txt:2599
 V5.15.txt:2600
 V5.15.txt:2601
 V5.15.txt:2602
 V5.15.txt:2603
 V5.15.txt:2604
 V5.15.txt:2605
 V5.15.txt:2606
 V5.15.txt:2607
 V5.15.txt:2608
 V5.15.txt:2609
 V5.15.txt:2610
 V5.15.txt:2611
 V5.15.txt:2612
 V5.15.txt:2613
 V5.15.txt:2614
 V5.15.txt:2615
 V5.15.txt:2616
 V5.15.txt:2617
 V5.15.txt:2618
 V5.15.txt:2619
 V5.15.txt:2620
 V5.15.txt:2621
 V5.15.txt:2622
 V5.15.txt:2623
 V5.15.txt:2624
 V5.15.txt:2625
 V5.15.txt:2626
 V5.15.txt:2627
 V5.15.txt:2628
 V5.15.txt:2629
 V5.15.txt:2630
 V5.15.txt:2631
 V5.15.txt:2632
 V5.15.txt:2633
 V5.15.txt:2634
 V5.15.txt:2635
 V5.15.txt:2636
 V5.15.txt:2637
 V5.15.txt:2638
 V5.15.txt:2639
 V5.15.txt:2640
 V5.15.txt:2641
 V5.15.txt:2642
 V5.15.txt:2643
 V5.15.txt:2644
 V5.15.txt:2645
 V5.15.txt:2646
 V5.15.txt:2647
 V5.15.txt:2648
 V5.15.txt:2649
 V5.15.txt:2650
 V5.15.txt:2651
 V5.15.txt:2652
 V5.15.txt:2653
 V5.15.txt:2654
 V5.15.txt:2655
 V5.15.txt:2656
 V5.15.txt:2657
 V5.15.txt:2658
 V5.15.txt:2659
 V5.15.txt:2660
 V5.15.txt:2661
 V5.15.txt:2662
 V5.15.txt:2663
 V5.15.txt:2664
 V5.15.txt:2665
 V5.15.txt:2666
 V5.15.txt:2667
 V5.15.txt:2668
 V5.15.txt:2669
 V5.15.txt:2670
 V5.15.txt:2671
 V5.15.txt:2672
 V5.15.txt:2673
 V5.15.txt:2674
 V5.15.txt:2675
 V5.15.txt:2676
 V5.15.txt:2677
 V5.15.txt:2678
 V5.15.txt:2679
 V5.15.txt:2680
 V5.15.txt:2681
 V5.15.txt:2682
 V5.15.txt:2683
 V5.15.txt:2684
 V5.15.txt:2685
 V5.15.txt:2686
 V5.15.txt:2687
 V5.15.txt:2688
 V5.15.txt:2689
 V5.15.txt:2690
 V5.15.txt:2691
 V5.15.txt:2692
 V5.15.txt:2693
 V5.15.txt:2694
 V5.15.txt:2695
 V5.15.txt:2696
 V5.15.txt:2697
 V5.15.txt:2698
 V5.15.txt:2699
 V5.15.txt:2700
 V5.15.txt:2701
 V5.15.txt:2702
 V5.15.txt:2703
 V5.15.txt:2704
 V5.15.txt:2705
 V5.15.txt:2706
 V5.15.txt:2707
 V5.15.txt:2708
 V5.15.txt:2709
 V5.15.txt:2710
 V5.15.txt:2711
 V5.15.txt:2712
 V5.15.txt:2713
 V5.15.txt:2714
 V5.15.txt:2715
 V5.15.txt:2716
 V5.15.txt:2717
 V5.15.txt:2718
 V5.15.txt:2719
 V5.15.txt:2720
 V5.15.txt:2721
 V5.15.txt:2722
 V5.15.txt:2723
 V5.15.txt:2724
 V5.15.txt:2725
 V5.15.txt:2726
 V5.15.txt:2727
 V5.15.txt:2728
 V5.15.txt:2729
 V5.15.txt:2730
 V5.15.txt:2731
 V5.15.txt:2732
 V5.15.txt:2733
 V5.15.txt:2734
 V5.15.txt:2735
 V5.15.txt:2736
 V5.15.txt:2737
 V5.15.txt:2738
 V5.15.txt:2739
 V5.15.txt:2740
 V5.15.txt:2741
 V5.15.txt:2742
 V5.15.txt:2743
 V5.15.txt:2744
 V5.15.txt:2745
 V5.15.txt:2746
 V5.15.txt:2747
 V5.15.txt:2748
 V5.15.txt:2749
 V5.15.txt:2750
 V5.15.txt:2751
 V5.15.txt:2752
 V5.15.txt:2753
 V5.15.txt:2754
 V5.15.txt:2755
 V5.15.txt:2756
 V5.15.txt:2757
 V5.15.txt:2758
 V5.15.txt:2759
 V5.15.txt:2760
 V5.15.txt:2761
 V5.15.txt:2762
 V5.15.txt:2763
 V5.15.txt:2764
 V5.15.txt:2765
 V5.15.txt:2766
 V5.15.txt:2767
 V5.15.txt:2768
 V5.15.txt:2769
 V5.15.txt:2770
 V5.15.txt:2771
 V5.15.txt:2772
 V5.15.txt:2773
 V5.15.txt:2774
 V5.15.txt:2775
 V5.15.txt:2776
 V5.15.txt:2777
 V5.15.txt:2778
 V5.15.txt:2779
 V5.15.txt:2780
 V5.15.txt:2781
 V5.15.txt:2782
 V5.15.txt:2783
 V5.15.txt:2784
 V5.15.txt:2785
 V5.15.txt:2786
 V5.15.txt:2787
 V5.15.txt:2788
 V5.15.txt:2789
 V5.15.txt:2790
 V5.15.txt:2791
 V5.15.txt:2792
 V5.15.txt:2793
 V5.15.txt:2794
 V5.15.txt:2795
 V5.15.txt:2796
 V5.15.txt:2797
 V5.15.txt:2798
 V5.15.txt:2799
 V5.15.txt:2800
 V5.15.txt:2801
 V5.15.txt:2802
 V5.15.txt:2803
 V5.15.txt:2804
 V5.15.txt:2805
 V5.15.txt:2806
 V5.15.txt:2807
 V5.15.txt:2808
 V5.15.txt:2809
 V5.15.txt:2810
 V5.15.txt:2811
 V5.15.txt:2812
 V5.15.txt:2813
 V5.15.txt:2814
 V5.15.txt:2815
 V5.15.txt:2816
 V5.15.txt:2817
 V5.15.txt:2818
 V5.15.txt:2819
 V5.15.txt:2820
 V5.15.txt:2821
 V5.15.txt:2822
 V5.15.txt:2823
 V5.15.txt:2824
 V5.15.txt:2825
 V5.15.txt:2826
 V5.15.txt:2827
 V5.15.txt:2828
 V5.15.txt:2829
 V5.15.txt:2830
 V5.15.txt:2831
 V5.15.txt:2832
 V5.15.txt:2833
 V5.15.txt:2834
 V5.15.txt:2835
 V5.15.txt:2836
 V5.15.txt:2837
 V5.15.txt:2838
 V5.15.txt:2839
 V5.15.txt:2840
 V5.15.txt:2841
 V5.15.txt:2842
 V5.15.txt:2843
 V5.15.txt:2844
 V5.15.txt:2845
 V5.15.txt:2846
 V5.15.txt:2847
 V5.15.txt:2848
 V5.15.txt:2849
 V5.15.txt:2850
 V5.15.txt:2851
 V5.15.txt:2852
 V5.15.txt:2853
 V5.15.txt:2854
 V5.15.txt:2855
 V5.15.txt:2856
 V5.15.txt:2857
 V5.15.txt:2858
 V5.15.txt:2859
 V5.15.txt:2860
 V5.15.txt:2861
 V5.15.txt:2862
 V5.15.txt:2863
 V5.15.txt:2864
 V5.15.txt:2865
 V5.15.txt:2866
 V5.15.txt:2867
 V5.15.txt:2868
 V5.15.txt:2869
 V5.15.txt:2870
 V5.15.txt:2871
 V5.15.txt:2872
 V5.15.txt:2873
 V5.15.txt:2874
 V5.15.txt:2875
 V5.15.txt:2876
 V5.15.txt:2877
 V5.15.txt:2878
 V5.15.txt:2879
 V5.15.txt:2880
 V5.15.txt:2881
 V5.15.txt:2882
 V5.15.txt:2883
 V5.15.txt:2884
 V5.15.txt:2885
 V5.15.txt:2886
 V5.15.txt:2887
 V5.15.txt:2888
 V5.15.txt:2889
 V5.15.txt:2890
 V5.15.txt:2891
 V5.15.txt:2892
 V5.15.txt:2893
 V5.15.txt:2894
 V5.15.txt:2895
 V5.15.txt:2896
 V5.15.txt:2897
 V5.15.txt:2898
 V5.15.txt:2899
 V5.15.txt:2900
 V5.15.txt:2901
 V5.15.txt:2902
 V5.15.txt:2903
 V5.15.txt:2904
 V5.15.txt:2905
 V5.15.txt:2906
 V5.15.txt:2907
 V5.15.txt:2908
 V5.15.txt:2909
 V5.15.txt:2910
 V5.15.txt:2911
 V5.15.txt:2912
 V5.15.txt:2913
 V5.15.txt:2914
 V5.15.txt:2915
 V5.15.txt:2916
 V5.15.txt:2917
 V5.15.txt:2918
 V5.15.txt:2919
 V5.15.txt:2920
 V5.15.txt:2921
 V5.15.txt:2922
 V5.15.txt:2923
 V5.15.txt:2924
 V5.15.txt:2925
 V5.15.txt:2926
 V5.15.txt:2927
 V5.15.txt:2928
 V5.15.txt:2929
 V5.15.txt:2930
 V5.15.txt:2931
 V5.15.txt:2932
 V5.15.txt:2933
 V5.15.txt:2934
 V5.15.txt:2935
 V5.15.txt:2936
 V5.15.txt:2937
 V5.15.txt:2938
 V5.15.txt:2939
 V5.15.txt:2940
 V5.15.txt:2941
 V5.15.txt:2942
 V5.15.txt:2943
 V5.15.txt:2944
 V5.15.txt:2945
 V5.15.txt:2946
 V5.15.txt:2947
 V5.15.txt:2948
 V5.15.txt:2949
 V5.15.txt:2950
 V5.15.txt:2951
 V5.15.txt:2952
 V5.15.txt:2953
 V5.15.txt:2954
 V5.15.txt:2955
 V5.15.txt:2956
 V5.15.txt:2957
 V5.15.txt:2958
 V5.15.txt:2959
 V5.15.txt:2960
 V5.15.txt:2961
 V5.15.txt:2962
 V5.15.txt:2963
 V5.15.txt:2964
 V5.15.txt:2965
 V5.15.txt:2966
 V5.15.txt:2967
 V5.15.txt:2968
 V5.15.txt:2969
 V5.15.txt:2970
 V5.15.txt:2971
 V5.15.txt:2972
 V5.15.txt:2973
 V5.15.txt:2974
 V5.15.txt:2975
 V5.15.txt:2976
 V5.15.txt:2977
 V5.15.txt:2978
 V5.15.txt:2979
 V5.15.txt:2980
 V5.15.txt:2981
 V5.15.txt:2982
 V5.15.txt:2983
 V5.15.txt:2984
 V5.15.txt:2985
 V5.15.txt:2986
 V5.15.txt:2987
 V5.15.txt:2988
 V5.15.txt:2989
 V5.15.txt:2990
 V5.15.txt:2991
 V5.15.txt:2992
 V5.15.txt:2993
 V5.15.txt:2994
 V5.15.txt:2995
 V5.15.txt:2996
 V5.15.txt:2997
 V5.15.txt:2998
 V5.15.txt:2999
 V5.15.txt:3000
 V5.15.txt:3001
 V5.15.txt:3002
 V5.15.txt:3003
 V5.15.txt:3004
 V5.15.txt:3005
 V5.15.txt:3006
 V5.15.txt:3007
 V5.15.txt:3008
 V5.15.txt:3009
 V5.15.txt:3010
 V5.15.txt:3011
 V5.15.txt:3012
 V5.15.txt:3013
 V5.15.txt:3014
 V5.15.txt:3015
 V5.15.txt:3016
 V5.15.txt:3017
 V5.15.txt:3018
 V5.15.txt:3019
 V5.15.txt:3020
 V5.15.txt:3021
 V5.15.txt:3022
 V5.15.txt:3023
 V5.15.txt:3024
 V5.15.txt:3025
 V5.15.txt:3026
 V5.15.txt:3027
 V5.15.txt:3028
 V5.15.txt:3029
 V5.15.txt:3030
 V5.15.txt:3031
 V5.15.txt:3032
 V5.15.txt:3033
 V5.15.txt:3034
 V5.15.txt:3035
 V5.15.txt:3036
 V5.15.txt:3037
 V5.15.txt:3038
 V5.15.txt:3039
 V5.15.txt:3040
 V5.15.txt:3041
 V5.15.txt:3042
 V5.15.txt:3043
 V5.15.txt:3044
 V5.15.txt:3045
 V5.15.txt:3046
 V5.15.txt:3047
 V5.15.txt:3048
 V5.15.txt:3049
 V5.15.txt:3050
 V5.15.txt:3051
 V5.15.txt:3052
 V5.15.txt:3053
 V5.15.txt:3054
 V5.15.txt:3055
 V5.15.txt:3056
 V5.15.txt:3057
 V5.15.txt:3058
 V5.15.txt:3059
 V5.15.txt:3060
 V5.15.txt:3061
 V5.15.txt:3062
 V5.15.txt:3063
 V5.15.txt:3064
 V5.15.txt:3065
 V5.15.txt:3066
 V5.15.txt:3067
 V5.15.txt:3068
 V5.15.txt:3069
 V5.15.txt:3070
 V5.15.txt:3071
 V5.15.txt:3072
 V5.15.txt:3073
 V5.15.txt:3074
 V5.15.txt:3075
 V5.15.txt:3076
 V5.15.txt:3077
 V5.15.txt:3078
 V5.15.txt:3079
 V5.15.txt:3080
 V5.15.txt:3081
 V5.15.txt:3082
 V5.15.txt:3083
 V5.15.txt:3084
 V5.15.txt:3085
 V5.15.txt:3086
 V5.15.txt:3087
 V5.15.txt:3088
 V5.15.txt:3089
 V5.15.txt:3090
 V5.15.txt:3091
 V5.15.txt:3092
 V5.15.txt:3093
 V5.15.txt:3094
 V5.15.txt:3095
 V5.15.txt:3096
 V5.15.txt:3097
 V5.15.txt:3098
 V5.15.txt:3099
 V5.15.txt:3100
 V5.15.txt:3101
 V5.15.txt:3102
 V5.15.txt:3103
 V5.15.txt:3104
 V5.15.txt:3105
 V5.15.txt:3106
 V5.15.txt:3107
 V5.15.txt:3108
 V5.15.txt:3109
 V5.15.txt:3110
 V5.15.txt:3111
 V5.15.txt:3112
 V5.15.txt:3113
 V5.15.txt:3114
 V5.15.txt:3115
 V5.15.txt:3116
 V5.15.txt:3117
 V5.15.txt:3118
 V5.15.txt:3119
 V5.15.txt:3120
 V5.15.txt:3121
 V5.15.txt:3122
 V5.15.txt:3123
 V5.15.txt:3124
 V5.15.txt:3125
 V5.15.txt:3126
 V5.15.txt:3127
 V5.15.txt:3128
 V5.15.txt:3129
 V5.15.txt:3130
 V5.15.txt:3131
 V5.15.txt:3132
 V5.15.txt:3133
 V5.15.txt:3134
 V5.15.txt:3135
 V5.15.txt:3136
 V5.15.txt:3137
 V5.15.txt:3138
 V5.15.txt:3139
 V5.15.txt:3140
 V5.15.txt:3141
 V5.15.txt:3142
 V5.15.txt:3143
 V5.15.txt:3144
 V5.15.txt:3145
 V5.15.txt:3146
 V5.15.txt:3147
 V5.15.txt:3148
 V5.15.txt:3149
 V5.15.txt:3150
 V5.15.txt:3151
 V5.15.txt:3152
 V5.15.txt:3153
 V5.15.txt:3154
 V5.15.txt:3155
 V5.15.txt:3156
 V5.15.txt:3157
 V5.15.txt:3158
 V5.15.txt:3159
 V5.15.txt:3160
 V5.15.txt:3161
 V5.15.txt:3162
 V5.15.txt:3163
 V5.15.txt:3164
 V5.15.txt:3165
 V5.15.txt:3166
 V5.15.txt:3167
 V5.15.txt:3168
 V5.15.txt:3169
 V5.15.txt:3170
 V5.15.txt:3171
 V5.15.txt:3172
 V5.15.txt:3173
 V5.15.txt:3174
 V5.15.txt:3175
 V5.15.txt:3176
 V5.15.txt:3177
 V5.15.txt:3178
 V5.15.txt:3179
 V5.15.txt:3180
 V5.15.txt:3181
 V5.15.txt:3182
 V5.15.txt:3183
 V5.15.txt:3184
 V5.15.txt:3185
 V5.15.txt:3186
 V5.15.txt:3187
 V5.15.txt:3188
 V5.15.txt:3189
 V5.15.txt:3190
 V5.15.txt:3191
 V5.15.txt:3192
 V5.15.txt:3193
 V5.15.txt:3194
 V5.15.txt:3195
 V5.15.txt:3196
 V5.15.txt:3197
 V5.15.txt:3198
 V5.15.txt:3199
 V5.15.txt:3200
 V5.15.txt:3201
 V5.15.txt:3202
 V5.15.txt:3203
 V5.15.txt:3204
 V5.15.txt:3205
 V5.15.txt:3206
 V5.15.txt:3207
 V5.15.txt:3208
 V5.15.txt:3209
 V5.15.txt:3210
 V5.15.txt:3211
 V5.15.txt:3212
 V5.15.txt:3213
 V5.15.txt:3214
 V5.15.txt:3215
 V5.15.txt:3216
 V5.15.txt:3217
 V5.15.txt:3218
 V5.15.txt:3219
 V5.15.txt:3220
 V5.15.txt:3221
 V5.15.txt:3222
 V5.15.txt:3223
 V5.15.txt:3224
 V5.15.txt:3225
 V5.15.txt:3226
 V5.15.txt:3227
 V5.15.txt:3228
 V5.15.txt:3229
 V5.15.txt:3230
 V5.15.txt:3231
 V5.15.txt:3232
 V5.15.txt:3233
 V5.15.txt:3234
 V5.15.txt:3235
 V5.15.txt:3236
 V5.15.txt:3237
 V5.15.txt:3238
 V5.15.txt:3239
 V5.15.txt:3240
 V5.15.txt:3241
 V5.15.txt:3242
 V5.15.txt:3243
 V5.15.txt:3244
 V5.15.txt:3245
 V5.15.txt:3246
 V5.15.txt:3247
 V5.15.txt:3248
 V5.15.txt:3249
 V5.15.txt:3250
 V5.15.txt:3251
 V5.15.txt:3252
 V5.15.txt:3253
 V5.15.txt:3254
 V5.15.txt:3255
 V5.15.txt:3256
 V5.15.txt:3257
 V5.15.txt:3258
 V5.15.txt:3259
 V5.15.txt:3260
 V5.15.txt:3261
 V5.15.txt:3262
 V5.15.txt:3263
 V5.15.txt:3264
 V5.15.txt:3265
 V5.15.txt:3266
 V5.15.txt:3267
 V5.15.txt:3268
 V5.15.txt:3269
 V5.15.txt:3270
 V5.15.txt:3271
 V5.15.txt:3272
 V5.15.txt:3273
 V5.15.txt:3274
 V5.15.txt:3275
 V5.15.txt:3276
 V5.15.txt:3277
 V5.15.txt:3278
 V5.15.txt:3279
 V5.15.txt:3280
 V5.15.txt:3281
 V5.15.txt:3282
 V5.15.txt:3283
 V5.15.txt:3284
 V5.15.txt:3285
 V5.15.txt:3286
 V5.15.txt:3287
 V5.15.txt:3288
 V5.15.txt:3289
 V5.15.txt:3290
 V5.15.txt:3291
 V5.15.txt:3292
 V5.15.txt:3293
 V5.15.txt:3294
 V5.15.txt:3295
 V5.15.txt:3296
 V5.15.txt:3297
 V5.15.txt:3298
 V5.15.txt:3299
 V5.15.txt:3300
 V5.15.txt:3301
 V5.15.txt:3302
 V5.15.txt:3303
 V5.15.txt:3304
 V5.15.txt:3305
 V5.15.txt:3306
 V5.15.txt:3307
 V5.15.txt:3308
 V5.15.txt:3309
 V5.15.txt:3310
 V5.15.txt:3311
 V5.15.txt:3312
 V5.15.txt:3313
 V5.15.txt:3314
 V5.15.txt:3315
 V5.15.txt:3316
 V5.15.txt:3317
 V5.15.txt:3318
 V5.15.txt:3319
 V5.15.txt:3320
 V5.15.txt:3321
 V5.15.txt:3322
 V5.15.txt:3323
 V5.15.txt:3324
 V5.15.txt:3325
 V5.15.txt:3326
 V5.15.txt:3327
 V5.15.txt:3328
 V5.15.txt:3329
 V5.15.txt:3330
 V5.15.txt:3331
 V5.15.txt:3332
 V5.15.txt:3333
 V5.15.txt:3334
 V5.15.txt:3335
 V5.15.txt:3336
 V5.15.txt:3337
 V5.15.txt:3338
 V5.15.txt:3339
 V5.15.txt:3340
 V5.15.txt:3341
 V5.15.txt:3342
 V5.15.txt:3343
 V5.15.txt:3344
 V5.15.txt:3345
 V5.15.txt:3346
 V5.15.txt:3347
 V5.15.txt:3348
 V5.15.txt:3349
 V5.15.txt:3350
 V5.15.txt:3351
 V5.15.txt:3352
 V5.15.txt:3353
 V5.15.txt:3354
 V5.15.txt:3355
 V5.15.txt:3356
 V5.15.txt:3357
 V5.15.txt:3358
 V5.15.txt:3359
 V5.15.txt:3360
 V5.15.txt:3361
 V5.15.txt:3362
 V5.15.txt:3363
 V5.15.txt:3364
 V5.15.txt:3365
 V5.15.txt:3366
 V5.15.txt:3367
 V5.15.txt:3368
 V5.15.txt:3369
 V5.15.txt:3370
 V5.15.txt:3371
 V5.15.txt:3372
 V5.15.txt:3373
 V5.15.txt:3374
 V5.15.txt:3375
 V5.15.txt:3376
 V5.15.txt:3377
 V5.15.txt:3378
 V5.15.txt:3379
 V5.15.txt:3380
 V5.15.txt:3381
 V5.15.txt:3382
 V5.15.txt:3383
 V5.15.txt:3384
 V5.15.txt:3385
 V5.15.txt:3386
 V5.15.txt:3387
 V5.15.txt:3388
 V5.15.txt:3389
 V5.15.txt:3390
 V5.15.txt:3391
 V5.15.txt:3392
 V5.15.txt:3393
 V5.15.txt:3394
 V5.15.txt:3395
 V5.15.txt:3396
 V5.15.txt:3397
 V5.15.txt:3398
 V5.15.txt:3399
 V5.15.txt:3400
 V5.15.txt:3401
 V5.15.txt:3402
 V5.15.txt:3403
 V5.15.txt:3404
 V5.15.txt:3405
 V5.15.txt:3406
 V5.15.txt:3407
 V5.15.txt:3408
 V5.15.txt:3409
 V5.15.txt:3410
 V5.15.txt:3411
 V5.15.txt:3412
 V5.15.txt:3413
 V5.15.txt:3414
 V5.15.txt:3415
 V5.15.txt:3416
 V5.15.txt:3417
 V5.15.txt:3418
 V5.15.txt:3419
 V5.15.txt:3420
 V5.15.txt:3421
 V5.15.txt:3422
 V5.15.txt:3423
 V5.15.txt:3424
 V5.15.txt:3425
 V5.15.txt:3426
 V5.15.txt:3427
 V5.15.txt:3428
 V5.15.txt:3429
 V5.15.txt:3430
 V5.15.txt:3431
 V5.15.txt:3432
 V5.15.txt:3433
 V5.15.txt:3434
 V5.15.txt:3435
 V5.15.txt:3436
 V5.15.txt:3437
 V5.15.txt:3438
 V5.15.txt:3439
 V5.15.txt:3440
 V5.15.txt:3441
 V5.15.txt:3442
 V5.15.txt:3443
 V5.15.txt:3444
 V5.15.txt:3445
 V5.15.txt:3446
 V5.15.txt:3447
 V5.15.txt:3448
 V5.15.txt:3449
 V5.15.txt:3450
 V5.15.txt:3451
 V5.15.txt:3452
 V5.15.txt:3453
 V5.15.txt:3454
 V5.15.txt:3455
 V5.15.txt:3456
 V5.15.txt:3457
 V5.15.txt:3458
 V5.15.txt:3459
 V5.15.txt:3460
 V5.15.txt:3461
 V5.15.txt:3462
 V5.15.txt:3463
 V5.15.txt:3464
 V5.15.txt:3465
 V5.15.txt:3466
 V5.15.txt:3467
 V5.15.txt:3468
 V5.15.txt:3469
 V5.15.txt:3470
 V5.15.txt:3471
 V5.15.txt:3472
 V5.15.txt:3473
 V5.15.txt:3474
 V5.15.txt:3475
 V5.15.txt:3476
 V5.15.txt:3477
 V5.15.txt:3478
 V5.15.txt:3479
 V5.15.txt:3480
 V5.15.txt:3481
 V5.15.txt:3482
 V5.15.txt:3483
 V5.15.txt:3484
 V5.15.txt:3485
 V5.15.txt:3486
 V5.15.txt:3487
 V5.15.txt:3488
 V5.15.txt:3489
 V5.15.txt:3490
 V5.15.txt:3491
 V5.15.txt:3492
 V5.15.txt:3493
 V5.15.txt:3494
 V5.15.txt:3495
 V5.15.txt:3496
 V5.15.txt:3497
 V5.15.txt:3498
 V5.15.txt:3499
 V5.15.txt:3500
 V5.15.txt:3501
 V5.15.txt:3502
 V5.15.txt:3503
 V5.15.txt:3504
 V5.15.txt:3505
 V5.15.txt:3506
 V5.15.txt:3507
 V5.15.txt:3508
 V5.15.txt:3509
 V5.15.txt:3510
 V5.15.txt:3511
 V5.15.txt:3512
 V5.15.txt:3513
 V5.15.txt:3514
 V5.15.txt:3515
 V5.15.txt:3516
 V5.15.txt:3517
 V5.15.txt:3518
 V5.15.txt:3519
 V5.15.txt:3520
 V5.15.txt:3521
 V5.15.txt:3522
 V5.15.txt:3523
 V5.15.txt:3524
 V5.15.txt:3525
 V5.15.txt:3526
 V5.15.txt:3527
 V5.15.txt:3528
 V5.15.txt:3529
 V5.15.txt:3530
 V5.15.txt:3531
 V5.15.txt:3532
 V5.15.txt:3533
 V5.15.txt:3534
 V5.15.txt:3535
 V5.15.txt:3536
 V5.15.txt:3537
 V5.15.txt:3538
 V5.15.txt:3539
 V5.15.txt:3540
 V5.15.txt:3541
 V5.15.txt:3542
 V5.15.txt:3543
 V5.15.txt:3544
 V5.15.txt:3545
 V5.15.txt:3546
 V5.15.txt:3547
 V5.15.txt:3548
 V5.15.txt:3549
 V5.15.txt:3550
 V5.15.txt:3551
 V5.15.txt:3552
 V5.15.txt:3553
 V5.15.txt:3554
 V5.15.txt:3555
 V5.15.txt:3556
 V5.15.txt:3557
 V5.15.txt:3558
 V5.15.txt:3559
 V5.15.txt:3560
 V5.15.txt:3561
 V5.15.txt:3562
 V5.15.txt:3563
 V5.15.txt:3564
 V5.15.txt:3565
 V5.15.txt:3566
 V5.15.txt:3567
 V5.15.txt:3568
 V5.15.txt:3569
 V5.15.txt:3570
 V5.15.txt:3571
 V5.15.txt:3572
 V5.15.txt:3573
 V5.15.txt:3574
 V5.15.txt:3575
 V5.15.txt:3576
 V5.15.txt:3577
 V5.15.txt:3578
 V5.15.txt:3579
 V5.15.txt:3580
 V5.15.txt:3581
 V5.15.txt:3582
 V5.15.txt:3583
 V5.15.txt:3584
 V5.15.txt:3585
 V5.15.txt:3586
 V5.15.txt:3587
 V5.15.txt:3588
 V5.15.txt:3589
 V5.15.txt:3590
 V5.15.txt:3591
 V5.15.txt:3592
 V5.15.txt:3593
 V5.15.txt:3594
 V5.15.txt:3595
 V5.15.txt:3596
 V5.15.txt:3597
 V5.15.txt:3598
 V5.15.txt:3599
 V5.15.txt:3600
 V5.15.txt:3601
 V5.15.txt:3602
 V5.15.txt:3603
 V5.15.txt:3604
 V5.15.txt:3605
 V5.15.txt:3606
 V5.15.txt:3607
 V5.15.txt:3608
 V5.15.txt:3609
 V5.15.txt:3610
 V5.15.txt:3611
 V5.15.txt:3612
 V5.15.txt:3613
 V5.15.txt:3614
 V5.15.txt:3615
 V5.15.txt:3616
 V5.15.txt:3617
 V5.15.txt:3618
 V5.15.txt:3619
 V5.15.txt:3620
 V5.15.txt:3621
 V5.15.txt:3622
 V5.15.txt:3623
 V5.15.txt:3624
 V5.15.txt:3625
 V5.15.txt:3626
 V5.15.txt:3627
 V5.15.txt:3628
 V5.15.txt:3629
 V5.15.txt:3630
 V5.15.txt:3631
 V5.15.txt:3632
 V5.15.txt:3633
 V5.15.txt:3634
 V5.15.txt:3635
 V5.15.txt:3636
 V5.15.txt:3637
 V5.15.txt:3638
 V5.15.txt:3639
 V5.15.txt:3640
 V5.15.txt:3641
 V5.15.txt:3642
 V5.15.txt:3643
 V5.15.txt:3644
 V5.15.txt:3645
 V5.15.txt:3646
 V5.15.txt:3647
 V5.15.txt:3648
 V5.15.txt:3649
 V5.15.txt:3650
 V5.15.txt:3651
 V5.15.txt:3652
 V5.15.txt:3653
 V5.15.txt:3654
 V5.15.txt:3655
 V5.15.txt:3656
 V5.15.txt:3657
 V5.15.txt:3658
 V5.15.txt:3659
 V5.15.txt:3660
 V5.15.txt:3661
 V5.15.txt:3662
 V5.15.txt:3663
 V5.15.txt:3664
 V5.15.txt:3665
 V5.15.txt:3666
 V5.15.txt:3667
 V5.15.txt:3668
 V5.15.txt:3669
 V5.15.txt:3670
 V5.15.txt:3671
 V5.15.txt:3672
 V5.15.txt:3673
 V5.15.txt:3674
 V5.15.txt:3675
 V5.15.txt:3676
 V5.15.txt:3677
 V5.15.txt:3678
 V5.15.txt:3679
 V5.15.txt:3680
 V5.15.txt:3681
 V5.15.txt:3682
 V5.15.txt:3683
 V5.15.txt:3684
 V5.15.txt:3685
 V5.15.txt:3686
 V5.15.txt:3687
 V5.15.txt:3688
 V5.15.txt:3689
 V5.15.txt:3690
 V5.15.txt:3691
 V5.15.txt:3692
 V5.15.txt:3693
 V5.15.txt:3694
 V5.15.txt:3695
 V5.15.txt:3696
 V5.15.txt:3697
 V5.15.txt:3698
 V5.15.txt:3699
 V5.15.txt:3700
 V5.15.txt:3701
 V5.15.txt:3702
 V5.15.txt:3703
 V5.15.txt:3704
 V5.15.txt:3705
 V5.15.txt:3706
 V5.15.txt:3707
 V5.15.txt:3708
 V5.15.txt:3709
 V5.15.txt:3710
 V5.15.txt:3711
 V5.15.txt:3712
 V5.15.txt:3713
 V5.15.txt:3714
 V5.15.txt:3715
 V5.15.txt:3716
 V5.15.txt:3717
 V5.15.txt:3718
 V5.15.txt:3719
 V5.15.txt:3720
 V5.15.txt:3721
 V5.15.txt:3722
 V5.15.txt:3723
 V5.15.txt:3724
 V5.15.txt:3725
 V5.15.txt:3726
 V5.15.txt:3727
 V5.15.txt:3728
 V5.15.txt:3729
 V5.15.txt:3730
 V5.15.txt:3731
 V5.15.txt:3732
 V5.15.txt:3733
 V5.15.txt:3734
 V5.15.txt:3735
 V5.15.txt:3736
 V5.15.txt:3737
 V5.15.txt:3738
 V5.15.txt:3739
 V5.15.txt:3740
 V5.15.txt:3741
 V5.15.txt:3742
 V5.15.txt:3743
 V5.15.txt:3744
 V5.15.txt:3745
 V5.15.txt:3746
 V5.15.txt:3747
 V5.15.txt:3748
 V5.15.txt:3749
 V5.15.txt:3750
 V5.15.txt:3751
 V5.15.txt:3752
 V5.15.txt:3753
 V5.15.txt:3754
 V5.15.txt:3755
 V5.15.txt:3756
 V5.15.txt:3757
 V5.15.txt:3758
 V5.15.txt:3759
 V5.15.txt:3760
 V5.15.txt:3761
 V5.15.txt:3762
 V5.15.txt:3763
 V5.15.txt:3764
 V5.15.txt:3765
 V5.15.txt:3766
 V5.15.txt:3767
 V5.15.txt:3768
 V5.15.txt:3769
 V5.15.txt:3770
 V5.15.txt:3771
 V5.15.txt:3772
 V5.15.txt:3773
 V5.15.txt:3774
 V5.15.txt:3775
 V5.15.txt:3776
 V5.15.txt:3777
 V5.15.txt:3778
 V5.15.txt:3779
 V5.15.txt:3780
 V5.15.txt:3781
 V5.15.txt:3782
 V5.15.txt:3783
 V5.15.txt:3784
 V5.15.txt:3785
 V5.15.txt:3786
 V5.15.txt:3787
 V5.15.txt:3788
 V5.15.txt:3789
 V5.15.txt:3790
 V5.15.txt:3791
 V5.15.txt:3792
 V5.15.txt:3793
 V5.15.txt:3794
 V5.15.txt:3795
 V5.15.txt:3796
 V5.15.txt:3797
 V5.15.txt:3798
 V5.15.txt:3799
 V5.15.txt:3800
 V5.15.txt:3801
 V5.15.txt:3802
 V5.15.txt:3803
 V5.15.txt:3804
 V5.15.txt:3805
 V5.15.txt:3806
 V5.15.txt:3807
 V5.15.txt:3808
 V5.15.txt:3809
 V5.15.txt:3810
 V5.15.txt:3811
 V5.15.txt:3812
 V5.15.txt:3813
 V5.15.txt:3814
 V5.15.txt:3815
 V5.15.txt:3816
 V5.15.txt:3817
 V5.15.txt:3818
 V5.15.txt:3819
 V5.15.txt:3820
 V5.15.txt:3821
 V5.15.txt:3822
 V5.15.txt:3823
 V5.15.txt:3824
 V5.15.txt:3825
 V5.15.txt:3826
 V5.15.txt:3827
 V5.15.txt:3828
 V5.15.txt:3829
 V5.15.txt:3830
 V5.15.txt:3831
 V5.15.txt:3832
 V5.15.txt:3833
 V5.15.txt:3834
 V5.15.txt:3835
 V5.15.txt:3836
 V5.15.txt:3837
 V5.15.txt:3838
 V5.15.txt:3839
 V5.15.txt:3840
 V5.15.txt:3841
 V5.15.txt:3842
 V5.15.txt:3843
 V5.15.txt:3844
 V5.15.txt:3845
 V5.15.txt:3846
 V5.15.txt:3847
 V5.15.txt:3848
 V5.15.txt:3849
 V5.15.txt:3850
 V5.15.txt:3851
 V5.15.txt:3852
 V5.15.txt:3853
 V5.15.txt:3854
 V5.15.txt:3855
 V5.15.txt:3856
 V5.15.txt:3857
 V5.15.txt:3858
 V5.15.txt:3859
 V5.15.txt:3860
 V5.15.txt:3861
 V5.15.txt:3862
 V5.15.txt:3863
 V5.15.txt:3864
 V5.15.txt:3865
 V5.15.txt:3866
 V5.15.txt:3867
 V5.15.txt:3868
 V5.15.txt:3869
 V5.15.txt:3870
 V5.15.txt:3871
 V5.15.txt:3872
 V5.15.txt:3873
 V5.15.txt:3874
 V5.15.txt:3875
 V5.15.txt:3876
 V5.15.txt:3877
 V5.15.txt:3878
 V5.15.txt:3879
 V5.15.txt:3880
 V5.15.txt:3881
 V5.15.txt:3882
 V5.15.txt:3883
 V5.15.txt:3884
 V5.15.txt:3885
 V5.15.txt:3886
 V5.15.txt:3887
 V5.15.txt:3888
 V5.15.txt:3889
 V5.15.txt:3890
 V5.15.txt:3891
 V5.15.txt:3892
 V5.15.txt:3893
 V5.15.txt:3894
 V5.15.txt:3895
 V5.15.txt:3896
 V5.15.txt:3897
 V5.15.txt:3898
 V5.15.txt:3899
 V5.15.txt:3900
 V5.15.txt:3901
 V5.15.txt:3902
 V5.15.txt:3903
 V5.15.txt:3904
 V5.15.txt:3905
 V5.15.txt:3906
 V5.15.txt:3907
 V5.15.txt:3908
 V5.15.txt:3909
 V5.15.txt:3910
 V5.15.txt:3911
 V5.15.txt:3912
 V5.15.txt:3913
 V5.15.txt:3914
 V5.15.txt:3915
 V5.15.txt:3916
 V5.15.txt:3917
 V5.15.txt:3918
 V5.15.txt:3919
 V5.15.txt:3920
 V5.15.txt:3921
 V5.15.txt:3922
 V5.15.txt:3923
 V5.15.txt:3924
 V5.15.txt:3925
 V5.15.txt:3926
 V5.15.txt:3927
 V5.15.txt:3928
 V5.15.txt:3929
 V5.15.txt:3930
 V5.15.txt:3931
 V5.15.txt:3932
 V5.15.txt:3933
 V5.15.txt:3934
 V5.15.txt:3935
 V5.15.txt:3936
 V5.15.txt:3937
 V5.15.txt:3938
 V5.15.txt:3939
 V5.15.txt:3940
 V5.15.txt:3941
 V5.15.txt:3942
 V5.15.txt:3943
 V5.15.txt:3944
 V5.15.txt:3945
 V5.15.txt:3946
 V5.15.txt:3947
 V5.15.txt:3948
 V5.15.txt:3949
 V5.15.txt:3950
 V5.15.txt:3951
 V5.15.txt:3952
 V5.15.txt:3953
 V5.15.txt:3954
 V5.15.txt:3955
 V5.15.txt:3956
 V5.15.txt:3957
 V5.15.txt:3958
 V5.15.txt:3959
 V5.15.txt:3960
 V5.15.txt:3961
 V5.15.txt:3962
 V5.15.txt:3963
 V5.15.txt:3964
 V5.15.txt:3965
 V5.15.txt:3966
 V5.15.txt:3967
 V5.15.txt:3968
 V5.15.txt:3969
 V5.15.txt:3970
 V5.15.txt:3971
 V5.15.txt:3972
 V5.15.txt:3973
 V5.15.txt:3974
 V5.15.txt:3975
 V5.15.txt:3976
 V5.15.txt:3977
 V5.15.txt:3978
 V5.15.txt:3979
 V5.15.txt:3980
 V5.15.txt:3981
 V5.15.txt:3982
 V5.15.txt:3983
 V5.15.txt:3984
 V5.15.txt:3985
 V5.15.txt:3986
 V5.15.txt:3987
 V5.15.txt:3988
 V5.15.txt:3989
 V5.15.txt:3990
 V5.15.txt:3991
 V5.15.txt:3992
 V5.15.txt:3993
 V5.15.txt:3994
 V5.15.txt:3995
 V5.15.txt:3996
 V5.15.txt:3997
 V5.15.txt:3998
 V5.15.txt:3999
 V5.15.txt:4000
 V5.15.txt:4001
 V5.15.txt:4002
 V5.15.txt:4003
 V5.15.txt:4004
 V5.15.txt:4005
 V5.15.txt:4006
 V5.15.txt:4007
 V5.15.txt:4008
 V5.15.txt:4009
 V5.15.txt:4010
 V5.15.txt:4011
 V5.15.txt:4012
 V5.15.txt:4013
 V5.15.txt:4014
 V5.15.txt:4015
 V5.15.txt:4016
 V5.15.txt:4017
 V5.15.txt:4018
 V5.15.txt:4019
 V5.15.txt:4020
 V5.15.txt:4021
 V5.15.txt:4022
 V5.15.txt:4023
 V5.15.txt:4024
 V5.15.txt:4025
 V5.15.txt:4026
 V5.15.txt:4027
 V5.15.txt:4028
 V5.15.txt:4029
 V5.15.txt:4030
 V5.15.txt:4031
 V5.15.txt:4032
 V5.15.txt:4033
 V5.15.txt:4034
 V5.15.txt:4035
 V5.15.txt:4036
 V5.15.txt:4037
 V5.15.txt:4038
 V5.15.txt:4039
 V5.15.txt:4040
 V5.15.txt:4041
 V5.15.txt:4042
 V5.15.txt:4043
 V5.15.txt:4044
 V5.15.txt:4045
 V5.15.txt:4046
 V5.15.txt:4047
 V5.15.txt:4048
 V5.15.txt:4049
 V5.15.txt:4050
 V5.15.txt:4051
 V5.15.txt:4052
 V5.15.txt:4053
 V5.15.txt:4054
 V5.15.txt:4055
 V5.15.txt:4056
 V5.15.txt:4057
 V5.15.txt:4058
 V5.15.txt:4059
 V5.15.txt:4060
 V5.15.txt:4061
 V5.15.txt:4062
 V5.15.txt:4063
 V5.15.txt:4064
 V5.15.txt:4065
 V5.15.txt:4066
 V5.15.txt:4067
 V5.15.txt:4068
 V5.15.txt:4069
 V5.15.txt:4070
 V5.15.txt:4071
 V5.15.txt:4072
 V5.15.txt:4073
 V5.15.txt:4074
 V5.15.txt:4075
 V5.15.txt:4076
 V5.15.txt:4077
 V5.15.txt:4078
 V5.15.txt:4079
 V5.15.txt:4080
 V5.15.txt:4081
 V5.15.txt:4082
 V5.15.txt:4083
 V5.15.txt:4084
 V5.15.txt:4085
 V5.15.txt:4086
 V5.15.txt:4087
 V5.15.txt:4088
 V5.15.txt:4089
 V5.15.txt:4090
 V5.15.txt:4091
 V5.15.txt:4092
 V5.15.txt:4093
 V5.15.txt:4094
 V5.15.txt:4095
 V5.15.txt:4096
 V5.15.txt:4097
 V5.15.txt:4098
 V5.15.txt:4099
 V5.15.txt:4100
 V5.15.txt:4101
 V5.15.txt:4102
 V5.15.txt:4103
 V5.15.txt:4104
 V5.15.txt:4105
 V5.15.txt:4106
 V5.15.txt:4107
 V5.15.txt:4108
 V5.15.txt:4109
 V5.15.txt:4110
 V5.15.txt:4111
 V5.15.txt:4112
 V5.15.txt:4113
 V5.15.txt:4114
 V5.15.txt:4115
 V5.15.txt:4116
 V5.15.txt:4117
 V5.15.txt:4118
 V5.15.txt:4119
 V5.15.txt:4120
 V5.15.txt:4121
 V5.15.txt:4122
 V5.15.txt:4123
 V5.15.txt:4124
 V5.15.txt:4125
 V5.15.txt:4126
 V5.15.txt:4127
 V5.15.txt:4128
 V5.15.txt:4129
 V5.15.txt:4130
 V5.15.txt:4131
 V5.15.txt:4132
 V5.15.txt:4133
 V5.15.txt:4134
 V5.15.txt:4135
 V5.15.txt:4136
 V5.15.txt:4137
 V5.15.txt:4138
 V5.15.txt:4139
 V5.15.txt:4140
 V5.15.txt:4141
 V5.15.txt:4142
 V5.15.txt:4143
 V5.15.txt:4144
 V5.15.txt:4145
 V5.15.txt:4146
 V5.15.txt:4147
 V5.15.txt:4148
 V5.15.txt:4149
 V5.15.txt:4150
 V5.15.txt:4151
 V5.15.txt:4152
 V5.15.txt:4153
 V5.15.txt:4154
 V5.15.txt:4155
 V5.15.txt:4156
 V5.15.txt:4157
 V5.15.txt:4158
 V5.15.txt:4159
 V5.15.txt:4160
 V5.15.txt:4161
 V5.15.txt:4162
 V5.15.txt:4163
 V5.15.txt:4164
 V5.15.txt:4165
 V5.15.txt:4166
 V5.15.txt:4167
 V5.15.txt:4168
 V5.15.txt:4169
 V5.15.txt:4170
 V5.15.txt:4171
 V5.15.txt:4172
 V5.15.txt:4173
 V5.15.txt:4174
 V5.15.txt:4175
 V5.15.txt:4176
 V5.15.txt:4177
 V5.15.txt:4178
 V5.15.txt:4179
 V5.15.txt:4180
 V5.15.txt:4181
 V5.15.txt:4182
 V5.15.txt:4183
 V5.15.txt:4184
 V5.15.txt:4185
 V5.15.txt:4186
 V5.15.txt:4187
 V5.15.txt:4188
 V5.15.txt:4189
 V5.15.txt:4190
 V5.15.txt:4191
 V5.15.txt:4192
 V5.15.txt:4193
 V5.15.txt:4194
 V5.15.txt:4195
 V5.15.txt:4196
 V5.15.txt:4197
 V5.15.txt:4198
 V5.15.txt:4199
 V5.15.txt:4200
 V5.15.txt:4201
 V5.15.txt:4202
 V5.15.txt:4203
 V5.15.txt:4204
 V5.15.txt:4205
 V5.15.txt:4206
 V5.15.txt:4207
 V5.15.txt:4208
 V5.15.txt:4209
 V5.15.txt:4210
 V5.15.txt:4211
 V5.15.txt:4212
 V5.15.txt:4213
 V5.15.txt:4214
 V5.15.txt:4215
 V5.15.txt:4216
 V5.15.txt:4217
 V5.15.txt:4218
 V5.15.txt:4219
 V5.15.txt:4220
 V5.15.txt:4221
 V5.15.txt:4222
 V5.15.txt:4223
 V5.15.txt:4224
 V5.15.txt:4225
 V5.15.txt:4226
 V5.15.txt:4227
 V5.15.txt:4228
 V5.15.txt:4229
 V5.15.txt:4230
 V5.15.txt:4231
 V5.15.txt:4232
 V5.15.txt:4233
 V5.15.txt:4234
 V5.15.txt:4235
 V5.15.txt:4236
 V5.15.txt:4237
 V5.15.txt:4238
 V5.15.txt:4239
 V5.15.txt:4240
 V5.15.txt:4241
 V5.15.txt:4242
 V5.15.txt:4243
 V5.15.txt:4244
 V5.15.txt:4245
 V5.15.txt:4246
 V5.15.txt:4247
 V5.15.txt:4248
 V5.15.txt:4249
 V5.15.txt:4250
 V5.15.txt:4251
 V5.15.txt:4252
 V5.15.txt:4253
 V5.15.txt:4254
 V5.15.txt:4255
 V5.15.txt:4256
 V5.15.txt:4257
 V5.15.txt:4258
 V5.15.txt:4259
 V5.15.txt:4260
 V5.15.txt:4261
 V5.15.txt:4262
 V5.15.txt:4263
 V5.15.txt:4264
 V5.15.txt:4265
 V5.15.txt:4266
 V5.15.txt:4267
 V5.15.txt:4268
 V5.15.txt:4269
 V5.15.txt:4270
 V5.15.txt:4271
 V5.15.txt:4272
 V5.15.txt:4273
 V5.15.txt:4274
 V5.15.txt:4275
 V5.15.txt:4276
 V5.15.txt:4277
 V5.15.txt:4278
 V5.15.txt:4279
 V5.15.txt:4280
 V5.15.txt:4281
 V5.15.txt:4282
 V5.15.txt:4283
 V5.15.txt:4284
 V5.15.txt:4285
 V5.15.txt:4286
 V5.15.txt:4287
 V5.15.txt:4288
 V5.15.txt:4289
 V5.15.txt:4290
 V5.15.txt:4291
 V5.15.txt:4292
 V5.15.txt:4293
 V5.15.txt:4294
 V5.15.txt:4295
 V5.15.txt:4296
 V5.15.txt:4297
 V5.15.txt:4298
 V5.15.txt:4299
 V5.15.txt:4300
 V5.15.txt:4301
 V5.15.txt:4302
 V5.15.txt:4303
 V5.15.txt:4304
 V5.15.txt:4305
 V5.15.txt:4306
 V5.15.txt:4307
 V5.15.txt:4308
 V5.15.txt:4309
 V5.15.txt:4310
 V5.15.txt:4311
 V5.15.txt:4312
 V5.15.txt:4313
 V5.15.txt:4314
 V5.15.txt:4315
 V5.15.txt:4316
 V5.15.txt:4317
 V5.15.txt:4318
 V5.15.txt:4319
 V5.15.txt:4320
 V5.15.txt:4321
 V5.15.txt:4322
 V5.15.txt:4323
 V5.15.txt:4324
 V5.15.txt:4325
 V5.15.txt:4326
 V5.15.txt:4327
 V5.15.txt:4328
 V5.15.txt:4329
 V5.15.txt:4330
 V5.15.txt:4331
 V5.15.txt:4332
 V5.15.txt:4333
 V5.15.txt:4334
 V5.15.txt:4335
 V5.15.txt:4336
 V5.15.txt:4337
 V5.15.txt:4338
 V5.15.txt:4339
 V5.15.txt:4340
 V5.15.txt:4341
 V5.15.txt:4342
 V5.15.txt:4343
 V5.15.txt:4344
 V5.15.txt:4345
 V5.15.txt:4346
 V5.15.txt:4347
 V5.15.txt:4348
 V5.15.txt:4349
 V5.15.txt:4350
 V5.15.txt:4351
 V5.15.txt:4352
 V5.15.txt:4353
 V5.15.txt:4354
 V5.15.txt:4355
 V5.15.txt:4356
 V5.15.txt:4357
 V5.15.txt:4358
 V5.15.txt:4359
 V5.15.txt:4360
 V5.15.txt:4361
 V5.15.txt:4362
 V5.15.txt:4363
 V5.15.txt:4364
 V5.15.txt:4365
 V5.15.txt:4366
 V5.15.txt:4367
 V5.15.txt:4368
 V5.15.txt:4369
 V5.15.txt:4370
 V5.15.txt:4371
 V5.15.txt:4372
 V5.15.txt:4373
 V5.15.txt:4374
 V5.15.txt:4375
 V5.15.txt:4376
 V5.15.txt:4377
 V5.15.txt:4378
 V5.15.txt:4379
 V5.15.txt:4380
 V5.15.txt:4381
 V5.15.txt:4382
 V5.15.txt:4383
 V5.15.txt:4384
 V5.15.txt:4385
 V5.15.txt:4386
 V5.15.txt:4387
 V5.15.txt:4388
 V5.15.txt:4389
 V5.15.txt:4390
 V5.15.txt:4391
 V5.15.txt:4392
 V5.15.txt:4393
 V5.15.txt:4394
 V5.15.txt:4395
 V5.15.txt:4396
 V5.15.txt:4397
 V5.15.txt:4398
 V5.15.txt:4399
 V5.15.txt:4400
 V5.15.txt:4401
 V5.15.txt:4402
 V5.15.txt:4403
 V5.15.txt:4404
 V5.15.txt:4405
 V5.15.txt:4406
 V5.15.txt:4407
 V5.15.txt:4408
 V5.15.txt:4409
 V5.15.txt:4410
 V5.15.txt:4411
 V5.15.txt:4412
 V5.15.txt:4413
 V5.15.txt:4414
 V5.15.txt:4415
 V5.15.txt:4416
 V5.15.txt:4417
 V5.15.txt:4418
 V5.15.txt:4419
 V5.15.txt:4420
 V5.15.txt:4421
 V5.15.txt:4422
 V5.15.txt:4423
 V5.15.txt:4424
 V5.15.txt:4425
 V5.15.txt:4426
 V5.15.txt:4427
 V5.15.txt:4428
 V5.15.txt:4429
 V5.15.txt:4430
 V5.15.txt:4431
 V5.15.txt:4432
 V5.15.txt:4433
 V5.15.txt:4434
 V5.15.txt:4435
 V5.15.txt:4436
 V5.15.txt:4437
 V5.15.txt:4438
 V5.15.txt:4439
 V5.15.txt:4440
 V5.15.txt:4441
 V5.15.txt:4442
 V5.15.txt:4443
 V5.15.txt:4444
 V5.15.txt:4445
 V5.15.txt:4446
 V5.15.txt:4447
 V5.15.txt:4448
 V5.15.txt:4449
 V5.15.txt:4450
 V5.15.txt:4451
 V5.15.txt:4452
 V5.15.txt:4453
 V5.15.txt:4454
 V5.15.txt:4455
 V5.15.txt:4456
 V5.15.txt:4457
 V5.15.txt:4458
 V5.15.txt:4459
 V5.15.txt:4460
 V5.15.txt:4461
 V5.15.txt:4462
 V5.15.txt:4463
 V5.15.txt:4464
 V5.15.txt:4465
 V5.15.txt:4466
 V5.15.txt:4467
 V5.15.txt:4468
 V5.15.txt:4469
 V5.15.txt:4470
 V5.15.txt:4471
 V5.15.txt:4472
 V5.15.txt:4473
 V5.15.txt:4474
 V5.15.txt:4475
 V5.15.txt:4476
 V5.15.txt:4477
 V5.15.txt:4478
 V5.15.txt:4479
 V5.15.txt:4480
 V5.15.txt:4481
 V5.15.txt:4482
 V5.15.txt:4483
 V5.15.txt:4484
 V5.15.txt:4485
 V5.15.txt:4486
 V5.15.txt:4487
 V5.15.txt:4488
 V5.15.txt:4489
 V5.15.txt:4490
 V5.15.txt:4491
 V5.15.txt:4492
 V5.15.txt:4493
 V5.15.txt:4494
 V5.15.txt:4495
 V5.15.txt:4496
 V5.15.txt:4497
 V5.15.txt:4498
 V5.15.txt:4499
 V5.15.txt:4500
 V5.15.txt:4501
 V5.15.txt:4502
 V5.15.txt:4503
 V5.15.txt:4504
 V5.15.txt:4505
 V5.15.txt:4506
 V5.15.txt:4507
 V5.15.txt:4508
 V5.15.txt:4509
 V5.15.txt:4510
 V5.15.txt:4511
 V5.15.txt:4512
 V5.15.txt:4513
 V5.15.txt:4514
 V5.15.txt:4515
 V5.15.txt:4516
 V5.15.txt:4517
 V5.15.txt:4518
 V5.15.txt:4519
 V5.15.txt:4520
 V5.15.txt:4521
 V5.15.txt:4522
 V5.15.txt:4523
 V5.15.txt:4524
 V5.15.txt:4525
 V5.15.txt:4526
 V5.15.txt:4527
 V5.15.txt:4528
 V5.15.txt:4529
 V5.15.txt:4530
 V5.15.txt:4531
 V5.15.txt:4532
 V5.15.txt:4533
 V5.15.txt:4534
 V5.15.txt:4535
 V5.15.txt:4536
 V5.15.txt:4537
 V5.15.txt:4538
 V5.15.txt:4539
 V5.15.txt:4540
 V5.15.txt:4541
 V5.15.txt:4542
 V5.15.txt:4543
 V5.15.txt:4544
 V5.15.txt:4545
 V5.15.txt:4546
 V5.15.txt:4547
 V5.15.txt:4548
 V5.15.txt:4549
 V5.15.txt:4550
 V5.15.txt:4551
 V5.15.txt:4552
 V5.15.txt:4553
 V5.15.txt:4554
 V5.15.txt:4555
 V5.15.txt:4556
 V5.15.txt:4557
 V5.15.txt:4558
 V5.15.txt:4559
 V5.15.txt:4560
 V5.15.txt:4561
 V5.15.txt:4562
 V5.15.txt:4563
 V5.15.txt:4564
 V5.15.txt:4565
 V5.15.txt:4566
 V5.15.txt:4567
 V5.15.txt:4568
 V5.15.txt:4569
 V5.15.txt:4570
 V5.15.txt:4571
 V5.15.txt:4572
 V5.15.txt:4573
 V5.15.txt:4574
 V5.15.txt:4575
 V5.15.txt:4576
 V5.15.txt:4577
 V5.15.txt:4578
 V5.15.txt:4579
 V5.15.txt:4580
 V5.15.txt:4581
 V5.15.txt:4582
 V5.15.txt:4583
 V5.15.txt:4584
 V5.15.txt:4585
 V5.15.txt:4586
 V5.15.txt:4587
 V5.15.txt:4588
 V5.15.txt:4589
 V5.15.txt:4590
 V5.15.txt:4591
 V5.15.txt:4592
 V5.15.txt:4593
 V5.15.txt:4594
 V5.15.txt:4595
 V5.15.txt:4596
 V5.15.txt:4597
 V5.15.txt:4598
 V5.15.txt:4599
 V5.15.txt:4600
 V5.15.txt:4601
 V5.15.txt:4602
 V5.15.txt:4603
 V5.15.txt:4604
 V5.15.txt:4605
 V5.15.txt:4606
 V5.15.txt:4607
 V5.15.txt:4608
 V5.15.txt:4609
 V5.15.txt:4610
 V5.15.txt:4611
 V5.15.txt:4612
 V5.15.txt:4613
 V5.15.txt:4614
 V5.15.txt:4615
 V5.15.txt:4616
 V5.15.txt:4617
 V5.15.txt:4618
 V5.15.txt:4619
 V5.15.txt:4620
 V5.15.txt:4621
 V5.15.txt:4622
 V5.15.txt:4623
 V5.15.txt:4624
 V5.15.txt:4625
 V5.15.txt:4626
 V5.15.txt:4627
 V5.15.txt:4628
 V5.15.txt:4629
 V5.15.txt:4630
 V5.15.txt:4631
 V5.15.txt:4632
 V5.15.txt:4633
 V5.15.txt:4634
 V5.15.txt:4635
 V5.15.txt:4636
 V5.15.txt:4637
 V5.15.txt:4638
 V5.15.txt:4639
 V5.15.txt:4640
 V5.15.txt:4641
 V5.15.txt:4642
 V5.15.txt:4643
 V5.15.txt:4644
 V5.15.txt:4645
 V5.15.txt:4646
 V5.15.txt:4647
 V5.15.txt:4648
 V5.15.txt:4649
 V5.15.txt:4650
 V5.15.txt:4651
 V5.15.txt:4652
 V5.15.txt:4653
 V5.15.txt:4654
 V5.15.txt:4655
 V5.15.txt:4656
 V5.15.txt:4657
 V5.15.txt:4658
 V5.15.txt:4659
 V5.15.txt:4660
 V5.15.txt:4661
 V5.15.txt:4662
 V5.15.txt:4663
 V5.15.txt:4664
 V5.15.txt:4665
 V5.15.txt:4666
 V5.15.txt:4667
 V5.15.txt:4668
 V5.15.txt:4669
 V5.15.txt:4670
 V5.15.txt:4671
 V5.15.txt:4672
 V5.15.txt:4673
 V5.15.txt:4674
 V5.15.txt:4675
 V5.15.txt:4676
 V5.15.txt:4677
 V5.15.txt:4678
 V5.15.txt:4679
 V5.15.txt:4680
 V5.15.txt:4681
 V5.15.txt:4682
 V5.15.txt:4683
 V5.15.txt:4684
 V5.15.txt:4685
 V5.15.txt:4686
 V5.15.txt:4687
 V5.15.txt:4688
 V5.15.txt:4689
 V5.15.txt:4690
 V5.15.txt:4691
 V5.15.txt:4692
 V5.15.txt:4693
 V5.15.txt:4694
 V5.15.txt:4695
 V5.15.txt:4696
 V5.15.txt:4697
 V5.15.txt:4698
 V5.15.txt:4699
 V5.15.txt:4700
 V5.15.txt:4701
 V5.15.txt:4702
 V5.15.txt:4703
 V5.15.txt:4704
 V5.15.txt:4705
 V5.15.txt:4706
 V5.15.txt:4707
 V5.15.txt:4708
 V5.15.txt:4709
 V5.15.txt:4710
 V5.15.txt:4711
 V5.15.txt:4712
 V5.15.txt:4713
 V5.15.txt:4714
 V5.15.txt:4715
 V5.15.txt:4716
 V5.15.txt:4717
 V5.15.txt:4718
 V5.15.txt:4719
 V5.15.txt:4720
 V5.15.txt:4721
 V5.15.txt:4722
 V5.15.txt:4723
 V5.15.txt:4724
 V5.15.txt:4725
 V5.15.txt:4726
 V5.15.txt:4727
 V5.15.txt:4728
 V5.15.txt:4729
 V5.15.txt:4730
 V5.15.txt:4731
 V5.15.txt:4732
 V5.15.txt:4733
 V5.15.txt:4734
 V5.15.txt:4735
 V5.15.txt:4736
 V5.15.txt:4737
 V5.15.txt:4738
 V5.15.txt:4739
 V5.15.txt:4740
 V5.15.txt:4741
 V5.15.txt:4742
 V5.15.txt:4743
 V5.15.txt:4744
 V5.15.txt:4745
 V5.15.txt:4746
 V5.15.txt:4747
 V5.15.txt:4748
 V5.15.txt:4749
 V5.15.txt:4750
 V5.15.txt:4751
 V5.15.txt:4752
 V5.15.txt:4753
 V5.15.txt:4754
 V5.15.txt:4755
 V5.15.txt:4756
 V5.15.txt:4757
 V5.15.txt:4758
 V5.15.txt:4759
 V5.15.txt:4760
 V5.15.txt:4761
 V5.15.txt:4762
 V5.15.txt:4763
 V5.15.txt:4764
 V5.15.txt:4765
 V5.15.txt:4766
 V5.15.txt:4767
 V5.15.txt:4768
 V5.15.txt:4769
 V5.15.txt:4770
 V5.15.txt:4771
 V5.15.txt:4772
 V5.15.txt:4773
 V5.15.txt:4774
 V5.15.txt:4775
 V5.15.txt:4776
 V5.15.txt:4777
 V5.15.txt:4778
 V5.15.txt:4779
 V5.15.txt:4780
 V5.15.txt:4781
 V5.15.txt:4782
 V5.15.txt:4783
 V5.15.txt:4784
 V5.15.txt:4785
 V5.15.txt:4786
 V5.15.txt:4787
 V5.15.txt:4788
 V5.15.txt:4789
 V5.15.txt:4790
 V5.15.txt:4791
 V5.15.txt:4792
 V5.15.txt:4793
 V5.15.txt:4794
 V5.15.txt:4795
 V5.15.txt:4796
 V5.15.txt:4797
 V5.15.txt:4798
 V5.15.txt:4799
 V5.15.txt:4800
 V5.15.txt:4801
 V5.15.txt:4802
 V5.15.txt:4803
 V5.15.txt:4804
 V5.15.txt:4805
 V5.15.txt:4806
 V5.15.txt:4807
 V5.15.txt:4808
 V5.15.txt:4809
 V5.15.txt:4810
 V5.15.txt:4811
 V5.15.txt:4812
 V5.15.txt:4813
 V5.15.txt:4814
 V5.15.txt:4815
 V5.15.txt:4816
 V5.15.txt:4817
 V5.15.txt:4818
 V5.15.txt:4819
 V5.15.txt:4820
 V5.15.txt:4821
 V5.15.txt:4822
 V5.15.txt:4823
 V5.15.txt:4824
 V5.15.txt:4825
 V5.15.txt:4826
 V5.15.txt:4827
 V5.15.txt:4828
 V5.15.txt:4829
 V5.15.txt:4830
 V5.15.txt:4831
 V5.15.txt:4832
 V5.15.txt:4833
 V5.15.txt:4834
 V5.15.txt:4835
 V5.15.txt:4836
 V5.15.txt:4837
 V5.15.txt:4838
 V5.15.txt:4839
 V5.15.txt:4840
 V5.15.txt:4841
 V5.15.txt:4842
 V5.15.txt:4843
 V5.15.txt:4844
 V5.15.txt:4845
 V5.15.txt:4846
 V5.15.txt:4847
 V5.15.txt:4848
 V5.15.txt:4849
 V5.15.txt:4850
 V5.15.txt:4851
 V5.15.txt:4852
 V5.15.txt:4853
 V5.15.txt:4854
 V5.15.txt:4855
 V5.15.txt:4856
 V5.15.txt:4857
 V5.15.txt:4858
 V5.15.txt:4859
 V5.15.txt:4860
 V5.15.txt:4861
 V5.15.txt:4862
 V5.15.txt:4863
 V5.15.txt:4864
 V5.15.txt:4865
 V5.15.txt:4866
 V5.15.txt:4867
 V5.15.txt:4868
 V5.15.txt:4869
 V5.15.txt:4870
 V5.15.txt:4871
 V5.15.txt:4872
 V5.15.txt:4873
 V5.15.txt:4874
 V5.15.txt:4875
 V5.15.txt:4876
 V5.15.txt:4877
 V5.15.txt:4878
 V5.15.txt:4879
 V5.15.txt:4880
 V5.15.txt:4881
 V5.15.txt:4882
 V5.15.txt:4883
 V5.15.txt:4884
 V5.15.txt:4885
 V5.15.txt:4886
 V5.15.txt:4887
 V5.15.txt:4888
 V5.15.txt:4889
 V5.15.txt:4890
 V5.15.txt:4891
 V5.15.txt:4892
 V5.15.txt:4893
 V5.15.txt:4894
 V5.15.txt:4895
 V5.15.txt:4896
 V5.15.txt:4897
 V5.15.txt:4898
 V5.15.txt:4899
 V5.15.txt:4900
 V5.15.txt:4901
 V5.15.txt:4902
 V5.15.txt:4903
 V5.15.txt:4904
 V5.15.txt:4905
 V5.15.txt:4906
 V5.15.txt:4907
 V5.15.txt:4908
 V5.15.txt:4909
 V5.15.txt:4910
 V5.15.txt:4911
 V5.15.txt:4912
 V5.15.txt:4913
 V5.15.txt:4914
 V5.15.txt:4915
 V5.15.txt:4916
 V5.15.txt:4917
 V5.15.txt:4918
 V5.15.txt:4919
 V5.15.txt:4920
 V5.15.txt:4921
 V5.15.txt:4922
 V5.15.txt:4923
 V5.15.txt:4924
 V5.15.txt:4925
 V5.15.txt:4926
 V5.15.txt:4927
 V5.15.txt:4928
 V5.15.txt:4929
 V5.15.txt:4930
 V5.15.txt:4931
 V5.15.txt:4932
 V5.15.txt:4933
 V5.15.txt:4934
 V5.15.txt:4935
 V5.15.txt:4936
 V5.15.txt:4937
 V5.15.txt:4938
 V5.15.txt:4939
 V5.15.txt:4940
 V5.15.txt:4941
 V5.15.txt:4942
 V5.15.txt:4943
 V5.15.txt:4944
 V5.15.txt:4945
 V5.15.txt:4946
 V5.15.txt:4947
 V5.15.txt:4948
 V5.15.txt:4949
 V5.15.txt:4950
 V5.15.txt:4951
 V5.15.txt:4952
 V5.15.txt:4953
 V5.15.txt:4954
 V5.15.txt:4955
 V5.15.txt:4956
 V5.15.txt:4957
 V5.15.txt:4958
 V5.15.txt:4959
 V5.15.txt:4960
 V5.15.txt:4961
 V5.15.txt:4962
 V5.15.txt:4963
 V5.15.txt:4964
 V5.15.txt:4965
 V5.15.txt:4966
 V5.15.txt:4967
 V5.15.txt:4968
 V5.15.txt:4969
 V5.15.txt:4970
 V5.15.txt:4971
 V5.15.txt:4972
 V5.15.txt:4973
 V5.15.txt:4974
 V5.15.txt:4975
 V5.15.txt:4976
 V5.15.txt:4977
 V5.15.txt:4978
 V5.15.txt:4979
 V5.15.txt:4980
 V5.15.txt:4981
 V5.15.txt:4982
 V5.15.txt:4983
 V5.15.txt:4984
 V5.15.txt:4985
 V5.15.txt:4986
 V5.15.txt:4987
 V5.15.txt:4988
 V5.15.txt:4989
 V5.15.txt:4990
 V5.15.txt:4991
 V5.15.txt:4992
 V5.15.txt:4993
 V5.15.txt:4994
 V5.15.txt:4995
 V5.15.txt:4996
 V5.15.txt:4997
 V5.15.txt:4998
 V5.15.txt:4999
 V5.15.txt:5000
 V5.15.txt:5001
 V5.15.txt:5002
 V5.15.txt:5003
 V5.15.txt:5004
 V5.15.txt:5005
 V5.15.txt:5006
 V5.15.txt:5007
 V5.15.txt:5008
 V5.15.txt:5009
 V5.15.txt:5010
 V5.15.txt:5011
 V5.15.txt:5012
 V5.15.txt:5013
 V5.15.txt:5014
 V5.15.txt:5015
 V5.15.txt:5016
 V5.15.txt:5017
 V5.15.txt:5018
 V5.15.txt:5019
 V5.15.txt:5020
 V5.15.txt:5021
 V5.15.txt:5022
 V5.15.txt:5023
 V5.15.txt:5024
 V5.15.txt:5025
 V5.15.txt:5026
 V5.15.txt:5027
 V5.15.txt:5028
 V5.15.txt:5029
 V5.15.txt:5030
 V5.15.txt:5031
 V5.15.txt:5032
 V5.15.txt:5033
 V5.15.txt:5034
 V5.15.txt:5035
 V5.15.txt:5036
 V5.15.txt:5037
 V5.15.txt:5038
 V5.15.txt:5039
 V5.15.txt:5040
 V5.15.txt:5041
 V5.15.txt:5042
 V5.15.txt:5043
 V5.15.txt:5044
 V5.15.txt:5045
 V5.15.txt:5046
 V5.15.txt:5047
 V5.15.txt:5048
 V5.15.txt:5049
 V5.15.txt:5050
 V5.15.txt:5051
 V5.15.txt:5052
 V5.15.txt:5053
 V5.15.txt:5054
 V5.15.txt:5055
 V5.15.txt:5056
 V5.15.txt:5057
 V5.15.txt:5058
 V5.15.txt:5059
 V5.15.txt:5060
 V5.15.txt:5061
 V5.15.txt:5062
 V5.15.txt:5063
 V5.15.txt:5064
 V5.15.txt:5065
 V5.15.txt:5066
 V5.15.txt:5067
 V5.15.txt:5068
 V5.15.txt:5069
 V5.15.txt:5070
 V5.15.txt:5071
 V5.15.txt:5072
 V5.15.txt:5073
 V5.15.txt:5074
 V5.15.txt:5075
 V5.15.txt:5076
 V5.15.txt:5077
 V5.15.txt:5078
 V5.15.txt:5079
 V5.15.txt:5080
 V5.15.txt:5081
 V5.15.txt:5082
 V5.15.txt:5083
 V5.15.txt:5084
 V5.15.txt:5085
 V5.15.txt:5086
 V5.15.txt:5087
 V5.15.txt:5088
 V5.15.txt:5089
 V5.15.txt:5090
 V5.15.txt:5091
 V5.15.txt:5092
 V5.15.txt:5093
 V5.15.txt:5094
 V5.15.txt:5095
 V5.15.txt:5096
 V5.15.txt:5097
 V5.15.txt:5098
 V5.15.txt:5099
 V5.15.txt:5100
 V5.15.txt:5101
 V5.15.txt:5102
 V5.15.txt:5103
 V5.15.txt:5104
 V5.15.txt:5105
 V5.15.txt:5106
 V5.15.txt:5107
 V5.15.txt:5108
 V5.15.txt:5109
 V5.15.txt:5110
 V5.15.txt:5111
 V5.15.txt:5112
 V5.15.txt:5113
 V5.15.txt:5114
 V5.15.txt:5115
 V5.15.txt:5116
 V5.15.txt:5117
 V5.15.txt:5118
 V5.15.txt:5119
 V5.15.txt:5120
 V5.15.txt:5121
 V5.15.txt:5122
 V5.15.txt:5123
 V5.15.txt:5124
 V5.15.txt:5125
 V5.15.txt:5126
 V5.15.txt:5127
 V5.15.txt:5128
 V5.15.txt:5129
 V5.15.txt:5130
 V5.15.txt:5131
 V5.15.txt:5132
 V5.15.txt:5133
 V5.15.txt:5134
 V5.15.txt:5135
 V5.15.txt:5136
 V5.15.txt:5137
 V5.15.txt:5138
 V5.15.txt:5139
 V5.15.txt:5140
 V5.15.txt:5141
 V5.15.txt:5142
 V5.15.txt:5143
 V5.15.txt:5144
 V5.15.txt:5145
 V5.15.txt:5146
 V5.15.txt:5147
 V5.15.txt:5148
 V5.15.txt:5149
 V5.15.txt:5150
 V5.15.txt:5151
 V5.15.txt:5152
 V5.15.txt:5153
 V5.15.txt:5154
 V5.15.txt:5155
 V5.15.txt:5156
 V5.15.txt:5157
 V5.15.txt:5158
 V5.15.txt:5159
 V5.15.txt:5160
 V5.15.txt:5161
 V5.15.txt:5162
 V5.15.txt:5163
 V5.15.txt:5164
 V5.15.txt:5165
 V5.15.txt:5166
 V5.15.txt:5167
 V5.15.txt:5168
 V5.15.txt:5169
 V5.15.txt:5170
 V5.15.txt:5171
 V5.15.txt:5172
 V5.15.txt:5173
 V5.15.txt:5174
 V5.15.txt:5175
 V5.15.txt:5176
 V5.15.txt:5177
 V5.15.txt:5178
 V5.15.txt:5179
 V5.15.txt:5180
 V5.15.txt:5181
 V5.15.txt:5182
 V5.15.txt:5183
 V5.15.txt:5184
 V5.15.txt:5185
 V5.15.txt:5186
 V5.15.txt:5187
 V5.15.txt:5188
 V5.15.txt:5189
 V5.15.txt:5190
 V5.15.txt:5191
 V5.15.txt:5192
 V5.15.txt:5193
 V5.15.txt:5194
 V5.15.txt:5195
 V5.15.txt:5196
 V5.15.txt:5197
 V5.15.txt:5198
 V5.15.txt:5199
 V5.15.txt:5200
 V5.15.txt:5201
 V5.15.txt:5202
 V5.15.txt:5203
 V5.15.txt:5204
 V5.15.txt:5205
 V5.15.txt:5206
 V5.15.txt:5207
 V5.15.txt:5208
 V5.15.txt:5209
 V5.15.txt:5210
 V5.15.txt:5211
 V5.15.txt:5212
 V5.15.txt:5213
 V5.15.txt:5214
 V5.15.txt:5215
 V5.15.txt:5216
 V5.15.txt:5217
 V5.15.txt:5218
 V5.15.txt:5219
 V5.15.txt:5220
 V5.15.txt:5221
 V5.15.txt:5222
 V5.15.txt:5223
 V5.15.txt:5224
 V5.15.txt:5225
 V5.15.txt:5226
 V5.15.txt:5227
 V5.15.txt:5228
 V5.15.txt:5229
 V5.15.txt:5230
 V5.15.txt:5231
 V5.15.txt:5232
 V5.15.txt:5233
 V5.15.txt:5234
 V5.15.txt:5235
 V5.15.txt:5236
 V5.15.txt:5237
 V5.15.txt:5238
 V5.15.txt:5239
 V5.15.txt:5240
 V5.15.txt:5241
 V5.15.txt:5242
 V5.15.txt:5243
 V5.15.txt:5244
 V5.15.txt:5245
 V5.15.txt:5246
 V5.15.txt:5247
 V5.15.txt:5248
 V5.15.txt:5249
 V5.15.txt:5250
 V5.15.txt:5251
 V5.15.txt:5252
 V5.15.txt:5253
 V5.15.txt:5254
 V5.15.txt:5255
 V5.15.txt:5256
 V5.15.txt:5257
 V5.15.txt:5258
 V5.15.txt:5259
 V5.15.txt:5260
 V5.15.txt:5261
 V5.15.txt:5262
 V5.15.txt:5263
 V5.15.txt:5264
 V5.15.txt:5265
 V5.15.txt:5266
 V5.15.txt:5267
 V5.15.txt:5268
 V5.15.txt:5269
 V5.15.txt:5270
 V5.15.txt:5271
 V5.15.txt:5272
 V5.15.txt:5273
 V5.15.txt:5274
 V5.15.txt:5275
 V5.15.txt:5276
 V5.15.txt:5277
 V5.15.txt:5278
 V5.15.txt:5279
 V5.15.txt:5280
 V5.15.txt:5281
 V5.15.txt:5282
 V5.15.txt:5283
 V5.15.txt:5284
 V5.15.txt:5285
 V5.15.txt:5286
 V5.15.txt:5287
 V5.15.txt:5288
 V5.15.txt:5289
 V5.15.txt:5290
 V5.15.txt:5291
 V5.15.txt:5292
 V5.15.txt:5293
 V5.15.txt:5294
 V5.15.txt:5295
 V5.15.txt:5296
 V5.15.txt:5297
 V5.15.txt:5298
 V5.15.txt:5299
 V5.15.txt:5300
 V5.15.txt:5301
 V5.15.txt:5302
 V5.15.txt:5303
 V5.15.txt:5304
 V5.15.txt:5305
 V5.15.txt:5306
 V5.15.txt:5307
 V5.15.txt:5308
 V5.15.txt:5309
 V5.15.txt:5310
 V5.15.txt:5311
 V5.15.txt:5312
 V5.15.txt:5313
 V5.15.txt:5314
 V5.15.txt:5315
 V5.15.txt:5316
 V5.15.txt:5317
 V5.15.txt:5318
 V5.15.txt:5319
 V5.15.txt:5320
 V5.15.txt:5321
 V5.15.txt:5322
 V5.15.txt:5323
 V5.15.txt:5324
 V5.15.txt:5325
 V5.15.txt:5326
 V5.15.txt:5327
 V5.15.txt:5328
 V5.15.txt:5329
 V5.15.txt:5330
 V5.15.txt:5331
 V5.15.txt:5332
 V5.15.txt:5333
 V5.15.txt:5334
 V5.15.txt:5335
 V5.15.txt:5336
 V5.15.txt:5337
 V5.15.txt:5338
 V5.15.txt:5339
 V5.15.txt:5340
 V5.15.txt:5341
 V5.15.txt:5342
 V5.15.txt:5343
 V5.15.txt:5344
 V5.15.txt:5345
 V5.15.txt:5346
 V5.15.txt:5347
 V5.15.txt:5348
 V5.15.txt:5349
 V5.15.txt:5350
 V5.15.txt:5351
 V5.15.txt:5352
 V5.15.txt:5353
 V5.15.txt:5354
 V5.15.txt:5355
 V5.15.txt:5356
 V5.15.txt:5357
 V5.15.txt:5358
 V5.15.txt:5359
 V5.15.txt:5360
 V5.15.txt:5361
 V5.15.txt:5362
 V5.15.txt:5363
 V5.15.txt:5364
 V5.15.txt:5365
 V5.15.txt:5366
 V5.15.txt:5367
 V5.15.txt:5368
 V5.15.txt:5369
 V5.15.txt:5370
 V5.15.txt:5371
 V5.15.txt:5372
 V5.15.txt:5373
 V5.15.txt:5374
 V5.15.txt:5375
 V5.15.txt:5376
 V5.15.txt:5377
 V5.15.txt:5378
 V5.15.txt:5379
 V5.15.txt:5380
 V5.15.txt:5381
 V5.15.txt:5382
 V5.15.txt:5383
 V5.15.txt:5384
 V5.15.txt:5385
 V5.15.txt:5386
 V5.15.txt:5387
 V5.15.txt:5388
 V5.15.txt:5389
 V5.15.txt:5390
 V5.15.txt:5391
 V5.15.txt:5392
 V5.15.txt:5393
 V5.15.txt:5394
 V5.15.txt:5395
 V5.15.txt:5396
 V5.15.txt:5397
 V5.15.txt:5398
 V5.15.txt:5399
 V5.15.txt:5400
 V5.15.txt:5401
 V5.15.txt:5402
 V5.15.txt:5403
 V5.15.txt:5404
 V5.15.txt:5405
 V5.15.txt:5406
 V5.15.txt:5407
 V5.15.txt:5408
 V5.15.txt:5409
 V5.15.txt:5410
 V5.15.txt:5411
 V5.15.txt:5412
 V5.15.txt:5413
 V5.15.txt:5414
 V5.15.txt:5415
 V5.15.txt:5416
 V5.15.txt:5417
 V5.15.txt:5418
 V5.15.txt:5419
 V5.15.txt:5420
 V5.15.txt:5421
 V5.15.txt:5422
 V5.15.txt:5423
 V5.15.txt:5424
 V5.15.txt:5425
 V5.15.txt:5426
 V5.15.txt:5427
 V5.15.txt:5428
 V5.15.txt:5429
 V5.15.txt:5430
 V5.15.txt:5431
 V5.15.txt:5432
 V5.15.txt:5433
 V5.15.txt:5434
 V5.15.txt:5435
 V5.15.txt:5436
 V5.15.txt:5437
 V5.15.txt:5438
 V5.15.txt:5439
 V5.15.txt:5440
 V5.15.txt:5441
 V5.15.txt:5442
 V5.15.txt:5443
 V5.15.txt:5444
 V5.15.txt:5445
 V5.15.txt:5446
 V5.15.txt:5447
 V5.15.txt:5448
 V5.15.txt:5449
 V5.15.txt:5450
 V5.15.txt:5451
 V5.15.txt:5452
 V5.15.txt:5453
 V5.15.txt:5454
 V5.15.txt:5455
 V5.15.txt:5456
 V5.15.txt:5457
 V5.15.txt:5458
 V5.15.txt:5459
 V5.15.txt:5460
 V5.15.txt:5461
 V5.15.txt:5462
 V5.15.txt:5463
 V5.15.txt:5464
 V5.15.txt:5465
 V5.15.txt:5466
 V5.15.txt:5467
 V5.15.txt:5468
 V5.15.txt:5469
 V5.15.txt:5470
 V5.15.txt:5471
 V5.15.txt:5472
 V5.15.txt:5473
 V5.15.txt:5474
 V5.15.txt:5475
 V5.15.txt:5476
 V5.15.txt:5477
 V5.15.txt:5478
 V5.15.txt:5479
 V5.15.txt:5480
 V5.15.txt:5481
 V5.15.txt:5482
 V5.15.txt:5483
 V5.15.txt:5484
 V5.15.txt:5485
 V5.15.txt:5486
 V5.15.txt:5487
 V5.15.txt:5488
 V5.15.txt:5489
 V5.15.txt:5490
 V5.15.txt:5491
 V5.15.txt:5492
 V5.15.txt:5493
 V5.15.txt:5494
 V5.15.txt:5495
 V5.15.txt:5496
 V5.15.txt:5497
 V5.15.txt:5498
 V5.15.txt:5499
 V5.15.txt:5500
 V5.15.txt:5501
 V5.15.txt:5502
 V5.15.txt:5503
 V5.15.txt:5504
 V5.15.txt:5505
 V5.15.txt:5506
 V5.15.txt:5507
 V5.15.txt:5508
 V5.15.txt:5509
 V5.15.txt:5510
 V5.15.txt:5511
 V5.15.txt:5512
 V5.15.txt:5513
 V5.15.txt:5514
 V5.15.txt:5515
 V5.15.txt:5516
 V5.15.txt:5517
 V5.15.txt:5518
 V5.15.txt:5519
 V5.15.txt:5520
 V5.15.txt:5521
 V5.15.txt:5522
 V5.15.txt:5523
 V5.15.txt:5524
 V5.15.txt:5525
 V5.15.txt:5526
 V5.15.txt:5527
 V5.15.txt:5528
 V5.15.txt:5529
 V5.15.txt:5530
 V5.15.txt:5531
 V5.15.txt:5532
 V5.15.txt:5533
 V5.15.txt:5534
 V5.15.txt:5535
 V5.15.txt:5536
 V5.15.txt:5537
 V5.15.txt:5538
 V5.15.txt:5539
 V5.15.txt:5540
 V5.15.txt:5541
 V5.15.txt:5542
 V5.15.txt:5543
 V5.15.txt:5544
 V5.15.txt:5545
 V5.15.txt:5546
 V5.15.txt:5547
 V5.15.txt:5548
 V5.15.txt:5549
 V5.15.txt:5550
 V5.15.txt:5551
 V5.15.txt:5552
 V5.15.txt:5553
 V5.15.txt:5554
 V5.15.txt:5555
 V5.15.txt:5556
 V5.15.txt:5557
 V5.15.txt:5558
 V5.15.txt:5559
 V5.15.txt:5560
 V5.15.txt:5561
 V5.15.txt:5562
 V5.15.txt:5563
 V5.15.txt:5564
 V5.15.txt:5565
 V5.15.txt:5566
 V5.15.txt:5567
 V5.15.txt:5568
 V5.15.txt:5569
 V5.15.txt:5570
 V5.15.txt:5571
 V5.15.txt:5572
 V5.15.txt:5573
 V5.15.txt:5574
 V5.15.txt:5575
 V5.15.txt:5576
 V5.15.txt:5577
 V5.15.txt:5578
 V5.15.txt:5579
 V5.15.txt:5580
 V5.15.txt:5581
 V5.15.txt:5582
 V5.15.txt:5583
 V5.15.txt:5584
 V5.15.txt:5585
 V5.15.txt:5586
 V5.15.txt:5587
 V5.15.txt:5588
 V5.15.txt:5589
 V5.15.txt:5590
 V5.15.txt:5591
 V5.15.txt:5592
 V5.15.txt:5593
 V5.15.txt:5594
 V5.15.txt:5595
 V5.15.txt:5596
 V5.15.txt:5597
 V5.15.txt:5598
 V5.15.txt:5599
 V5.15.txt:5600
 V5.15.txt:5601
 V5.15.txt:5602
 V5.15.txt:5603
 V5.15.txt:5604
 V5.15.txt:5605
 V5.15.txt:5606
 V5.15.txt:5607
 V5.15.txt:5608
 V5.15.txt:5609
 V5.15.txt:5610
 V5.15.txt:5611
 V5.15.txt:5612
 V5.15.txt:5613
 V5.15.txt:5614
 V5.15.txt:5615
 V5.15.txt:5616
 V5.15.txt:5617
 V5.15.txt:5618
 V5.15.txt:5619
 V5.15.txt:5620
 V5.15.txt:5621
 V5.15.txt:5622
 V5.15.txt:5623
 V5.15.txt:5624
 V5.15.txt:5625
 V5.15.txt:5626
 V5.15.txt:5627
 V5.15.txt:5628
 V5.15.txt:5629
 V5.15.txt:5630
 V5.15.txt:5631
 V5.15.txt:5632
 V5.15.txt:5633
 V5.15.txt:5634
 V5.15.txt:5635
 V5.15.txt:5636
 V5.15.txt:5637
 V5.15.txt:5638
 V5.15.txt:5639
 V5.15.txt:5640
 V5.15.txt:5641
 V5.15.txt:5642
 V5.15.txt:5643
 V5.15.txt:5644
 V5.15.txt:5645
 V5.15.txt:5646
 V5.15.txt:5647
 V5.15.txt:5648
 V5.15.txt:5649
 V5.15.txt:5650
 V5.15.txt:5651
 V5.15.txt:5652
 V5.15.txt:5653
 V5.15.txt:5654
 V5.15.txt:5655
 V5.15.txt:5656
 V5.15.txt:5657
 V5.15.txt:5658
 V5.15.txt:5659
 V5.15.txt:5660
 V5.15.txt:5661
 V5.15.txt:5662
 V5.15.txt:5663
 V5.15.txt:5664
 V5.15.txt:5665
 V5.15.txt:5666
 V5.15.txt:5667
 V5.15.txt:5668
 V5.15.txt:5669
 V5.15.txt:5670
 V5.15.txt:5671
 V5.15.txt:5672
 V5.15.txt:5673
 V5.15.txt:5674
 V5.15.txt:5675
 V5.15.txt:5676
 V5.15.txt:5677
 V5.15.txt:5678
 V5.15.txt:5679
 V5.15.txt:5680
 V5.15.txt:5681
 V5.15.txt:5682
 V5.15.txt:5683
 V5.15.txt:5684
 V5.15.txt:5685
 V5.15.txt:5686
 V5.15.txt:5687
 V5.15.txt:5688
 V5.15.txt:5689
 V5.15.txt:5690
 V5.15.txt:5691
 V5.15.txt:5692
 V5.15.txt:5693
 V5.15.txt:5694
 V5.15.txt:5695
 V5.15.txt:5696
 V5.15.txt:5697
 V5.15.txt:5698
 V5.15.txt:5699
 V5.15.txt:5700
 V5.15.txt:5701
 V5.15.txt:5702
 V5.15.txt:5703
 V5.15.txt:5704
 V5.15.txt:5705
 V5.15.txt:5706
 V5.15.txt:5707
 V5.15.txt:5708
 V5.15.txt:5709
 V5.15.txt:5710
 V5.15.txt:5711
 V5.15.txt:5712
 V5.15.txt:5713
 V5.15.txt:5714
 V5.15.txt:5715
 V5.15.txt:5716
 V5.15.txt:5717
 V5.15.txt:5718
 V5.15.txt:5719
 V5.15.txt:5720
 V5.15.txt:5721
 V5.15.txt:5722
 V5.15.txt:5723
 V5.15.txt:5724
 V5.15.txt:5725
 V5.15.txt:5726
 V5.15.txt:5727
 V5.15.txt:5728
 V5.15.txt:5729
 V5.15.txt:5730
 V5.15.txt:5731
 V5.15.txt:5732
 V5.15.txt:5733
 V5.15.txt:5734
 V5.15.txt:5735
 V5.15.txt:5736
 V5.15.txt:5737
 V5.15.txt:5738
 V5.15.txt:5739
 V5.15.txt:5740
 V5.15.txt:5741
 V5.15.txt:5742
 V5.15.txt:5743
 V5.15.txt:5744
 V5.15.txt:5745
 V5.15.txt:5746
 V5.15.txt:5747
 V5.15.txt:5748
 V5.15.txt:5749
 V5.15.txt:5750
 V5.15.txt:5751
 V5.15.txt:5752
 V5.15.txt:5753
 V5.15.txt:5754
 V5.15.txt:5755
 V5.15.txt:5756
 V5.15.txt:5757
 V5.15.txt:5758
 V5.15.txt:5759
 V5.15.txt:5760
 V5.15.txt:5761
 V5.15.txt:5762
 V5.15.txt:5763
 V5.15.txt:5764
 V5.15.txt:5765
 V5.15.txt:5766
 V5.15.txt:5767
 V5.15.txt:5768
 V5.15.txt:5769
 V5.15.txt:5770
 V5.15.txt:5771
 V5.15.txt:5772
 V5.15.txt:5773
 V5.15.txt:5774
 V5.15.txt:5775
 V5.15.txt:5776
 V5.15.txt:5777
 V5.15.txt:5778
 V5.15.txt:5779
 V5.15.txt:5780
 V5.15.txt:5781
 V5.15.txt:5782
 V5.15.txt:5783
 V5.15.txt:5784
 V5.15.txt:5785
 V5.15.txt:5786
 V5.15.txt:5787
 V5.15.txt:5788
 V5.15.txt:5789
 V5.15.txt:5790
 V5.15.txt:5791
 V5.15.txt:5792
 V5.15.txt:5793
 V5.15.txt:5794
 V5.15.txt:5795
 V5.15.txt:5796
 V5.15.txt:5797
 V5.15.txt:5798
 V5.15.txt:5799
 V5.15.txt:5800
 V5.15.txt:5801
 V5.15.txt:5802
 V5.15.txt:5803
 V5.15.txt:5804
 V5.15.txt:5805
 V5.15.txt:5806
 V5.15.txt:5807
 V5.15.txt:5808
 V5.15.txt:5809
 V5.15.txt:5810
 V5.15.txt:5811
 V5.15.txt:5812
 V5.15.txt:5813
 V5.15.txt:5814
 V5.15.txt:5815
 V5.15.txt:5816
 V5.15.txt:5817
 V5.15.txt:5818
 V5.15.txt:5819
 V5.15.txt:5820
 V5.15.txt:5821
 V5.15.txt:5822
 V5.15.txt:5823
 V5.15.txt:5824
 V5.15.txt:5825
 V5.15.txt:5826
 V5.15.txt:5827
 V5.15.txt:5828
 V5.15.txt:5829
 V5.15.txt:5830
 V5.15.txt:5831
 V5.15.txt:5832
 V5.15.txt:5833
 V5.15.txt:5834
 V5.15.txt:5835
 V5.15.txt:5836
 V5.15.txt:5837
 V5.15.txt:5838
 V5.15.txt:5839
 V5.15.txt:5840
 V5.15.txt:5841
 V5.15.txt:5842
 V5.15.txt:5843
 V5.15.txt:5844
 V5.15.txt:5845
 V5.15.txt:5846
 V5.15.txt:5847
 V5.15.txt:5848
 V5.15.txt:5849
 V5.15.txt:5850
 V5.15.txt:5851
 V5.15.txt:5852
 V5.15.txt:5853
 V5.15.txt:5854
 V5.15.txt:5855
 V5.15.txt:5856
 V5.15.txt:5857
 V5.15.txt:5858
 V5.15.txt:5859
 V5.15.txt:5860
 V5.15.txt:5861
 V5.15.txt:5862
 V5.15.txt:5863
 V5.15.txt:5864
 V5.15.txt:5865
 V5.15.txt:5866
 V5.15.txt:5867
 V5.15.txt:5868
 V5.15.txt:5869
 V5.15.txt:5870
 V5.15.txt:5871
 V5.15.txt:5872
 V5.15.txt:5873
 V5.15.txt:5874
 V5.15.txt:5875
 V5.15.txt:5876
 V5.15.txt:5877
 V5.15.txt:5878
 V5.15.txt:5879
 V5.15.txt:5880
 V5.15.txt:5881
 V5.15.txt:5882
 V5.15.txt:5883
 V5.15.txt:5884
 V5.15.txt:5885
 V5.15.txt:5886
 V5.15.txt:5887
 V5.15.txt:5888
 V5.15.txt:5889
 V5.15.txt:5890
 V5.15.txt:5891
 V5.15.txt:5892
 V5.15.txt:5893
 V5.15.txt:5894
 V5.15.txt:5895
 V5.15.txt:5896
 V5.15.txt:5897
 V5.15.txt:5898
 V5.15.txt:5899
 V5.15.txt:5900
 V5.15.txt:5901
 V5.15.txt:5902
 V5.15.txt:5903
 V5.15.txt:5904
 V5.15.txt:5905
 V5.15.txt:5906
 V5.15.txt:5907
 V5.15.txt:5908
 V5.15.txt:5909
 V5.15.txt:5910
 V5.15.txt:5911
 V5.15.txt:5912
 V5.15.txt:5913
 V5.15.txt:5914
 V5.15.txt:5915
 V5.15.txt:5916
 V5.15.txt:5917
 V5.15.txt:5918
 V5.15.txt:5919
 V5.15.txt:5920
 V5.15.txt:5921
 V5.15.txt:5922
 V5.15.txt:5923
 V5.15.txt:5924
 V5.15.txt:5925
 V5.15.txt:5926
 V5.15.txt:5927
 V5.15.txt:5928
 V5.15.txt:5929
 V5.15.txt:5930
 V5.15.txt:5931
 V5.15.txt:5932
 V5.15.txt:5933
 V5.15.txt:5934
 V5.15.txt:5935
 V5.15.txt:5936
 V5.15.txt:5937
 V5.15.txt:5938
 V5.15.txt:5939
 V5.15.txt:5940
 V5.15.txt:5941
 V5.15.txt:5942
 V5.15.txt:5943
 V5.15.txt:5944
 V5.15.txt:5945
 V5.15.txt:5946
 V5.15.txt:5947
 V5.15.txt:5948
 V5.15.txt:5949
 V5.15.txt:5950
 V5.15.txt:5951
 V5.15.txt:5952
 V5.15.txt:5953
 V5.15.txt:5954
 V5.15.txt:5955
 V5.15.txt:5956
 V5.15.txt:5957
 V5.15.txt:5958
 V5.15.txt:5959
 V5.15.txt:5960
 V5.15.txt:5961
 V5.15.txt:5962
 V5.15.txt:5963
 V5.15.txt:5964
 V5.15.txt:5965
 V5.15.txt:5966
 V5.15.txt:5967
 V5.15.txt:5968
 V5.15.txt:5969
 V5.15.txt:5970
 V5.15.txt:5971
 V5.15.txt:5972
 V5.15.txt:5973
 V5.15.txt:5974
 V5.15.txt:5975
 V5.15.txt:5976
 V5.15.txt:5977
 V5.15.txt:5978
 V5.15.txt:5979
 V5.15.txt:5980
 V5.15.txt:5981
 V5.15.txt:5982
 V5.15.txt:5983
 V5.15.txt:5984
 V5.15.txt:5985
 V5.15.txt:5986
 V5.15.txt:5987
 V5.15.txt:5988
 V5.15.txt:5989
 V5.15.txt:5990
 V5.15.txt:5991
 V5.15.txt:5992
 V5.15.txt:5993
 V5.15.txt:5994
 V5.15.txt:5995
 V5.15.txt:5996
 V5.15.txt:5997
 V5.15.txt:5998
 V5.15.txt:5999
 V5.15.txt:6000
 V5.15.txt:6001
 V5.15.txt:6002
 V5.15.txt:6003
 V5.15.txt:6004
 V5.15.txt:6005
 V5.15.txt:6006
 V5.15.txt:6007
 V5.15.txt:6008
 V5.15.txt:6009
 V5.15.txt:6010
 V5.15.txt:6011
 V5.15.txt:6012
 V5.15.txt:6013
 V5.15.txt:6014
 V5.15.txt:6015
 V5.15.txt:6016
 V5.15.txt:6017
 V5.15.txt:6018
 V5.15.txt:6019
 V5.15.txt:6020
 V5.15.txt:6021
 V5.15.txt:6022
 V5.15.txt:6023
 V5.15.txt:6024
 V5.15.txt:6025
 V5.15.txt:6026
 V5.15.txt:6027
 V5.15.txt:6028
 V5.15.txt:6029
 V5.15.txt:6030
 V5.15.txt:6031
 V5.15.txt:6032
 V5.15.txt:6033
 V5.15.txt:6034
 V5.15.txt:6035
 V5.15.txt:6036
 V5.15.txt:6037
 V5.15.txt:6038
 V5.15.txt:6039
 V5.15.txt:6040
 V5.15.txt:6041
 V5.15.txt:6042
 V5.15.txt:6043
 V5.15.txt:6044
 V5.15.txt:6045
 V5.15.txt:6046
 V5.15.txt:6047
 V5.15.txt:6048
 V5.15.txt:6049
 V5.15.txt:6050
 V5.15.txt:6051
 V5.15.txt:6052
 V5.15.txt:6053
 V5.15.txt:6054
 V5.15.txt:6055
 V5.15.txt:6056
 V5.15.txt:6057
 V5.15.txt:6058
 V5.15.txt:6059
 V5.15.txt:6060
 V5.15.txt:6061
 V5.15.txt:6062
 V5.15.txt:6063
 V5.15.txt:6064
 V5.15.txt:6065
 V5.15.txt:6066
 V5.15.txt:6067
 V5.15.txt:6068
 V5.15.txt:6069
 V5.15.txt:6070
 V5.15.txt:6071
 V5.15.txt:6072
 V5.15.txt:6073
 V5.15.txt:6074
 V5.15.txt:6075
 V5.15.txt:6076
 V5.15.txt:6077
 V5.15.txt:6078
 V5.15.txt:6079
 V5.15.txt:6080
 V5.15.txt:6081
 V5.15.txt:6082
 V5.15.txt:6083
 V5.15.txt:6084
 V5.15.txt:6085
 V5.15.txt:6086
 V5.15.txt:6087
 V5.15.txt:6088
 V5.15.txt:6089
 V5.15.txt:6090
 V5.15.txt:6091
 V5.15.txt:6092
 V5.15.txt:6093
 V5.15.txt:6094
 V5.15.txt:6095
 V5.15.txt:6096
 V5.15.txt:6097
 V5.15.txt:6098
 V5.15.txt:6099
 V5.15.txt:6100
 V5.15.txt:6101
 V5.15.txt:6102
 V5.15.txt:6103
 V5.15.txt:6104
 V5.15.txt:6105
 V5.15.txt:6106
 V5.15.txt:6107
 V5.15.txt:6108
 V5.15.txt:6109
 V5.15.txt:6110
 V5.15.txt:6111
 V5.15.txt:6112
 V5.15.txt:6113
 V5.15.txt:6114
 V5.15.txt:6115
 V5.15.txt:6116
 V5.15.txt:6117
 V5.15.txt:6118
 V5.15.txt:6119
 V5.15.txt:6120
 V5.15.txt:6121
 V5.15.txt:6122
 V5.15.txt:6123
 V5.15.txt:6124
 V5.15.txt:6125
 V5.15.txt:6126
 V5.15.txt:6127
 V5.15.txt:6128
 V5.15.txt:6129
 V5.15.txt:6130
 V5.15.txt:6131
 V5.15.txt:6132
 V5.15.txt:6133
 V5.15.txt:6134
 V5.15.txt:6135
 V5.15.txt:6136
 V5.15.txt:6137
 V5.15.txt:6138
 V5.15.txt:6139
 V5.15.txt:6140
 V5.15.txt:6141
 V5.15.txt:6142
 V5.15.txt:6143
 V5.15.txt:6144
 V5.15.txt:6145
 V5.15.txt:6146
 V5.15.txt:6147
 V5.15.txt:6148
 V5.15.txt:6149
 V5.15.txt:6150
 V5.15.txt:6151
 V5.15.txt:6152
 V5.15.txt:6153
 V5.15.txt:6154
 V5.15.txt:6155
 V5.15.txt:6156
 V5.15.txt:6157
 V5.15.txt:6158
 V5.15.txt:6159
 V5.15.txt:6160
 V5.15.txt:6161
 V5.15.txt:6162
 V5.15.txt:6163
 V5.15.txt:6164
 V5.15.txt:6165
 V5.15.txt:6166
 V5.15.txt:6167
 V5.15.txt:6168
 V5.15.txt:6169
 V5.15.txt:6170
 V5.15.txt:6171
 V5.15.txt:6172
 V5.15.txt:6173
 V5.15.txt:6174
 V5.15.txt:6175
 V5.15.txt:6176
 V5.15.txt:6177
 V5.15.txt:6178
 V5.15.txt:6179
 V5.15.txt:6180
 V5.15.txt:6181
 V5.15.txt:6182
 V5.15.txt:6183
 V5.15.txt:6184
 V5.15.txt:6185
 V5.15.txt:6186
 V5.15.txt:6187
 V5.15.txt:6188
 V5.15.txt:6189
 V5.15.txt:6190
 V5.15.txt:6191
 V5.15.txt:6192
 V5.15.txt:6193
 V5.15.txt:6194
 V5.15.txt:6195
 V5.15.txt:6196
 V5.15.txt:6197
 V5.15.txt:6198
 V5.15.txt:6199
 V5.15.txt:6200
 V5.15.txt:6201
 V5.15.txt:6202
 V5.15.txt:6203
 V5.15.txt:6204
 V5.15.txt:6205
 V5.15.txt:6206
 V5.15.txt:6207
 V5.15.txt:6208
 V5.15.txt:6209
 V5.15.txt:6210
 V5.15.txt:6211
 V5.15.txt:6212
 V5.15.txt:6213
 V5.15.txt:6214
 V5.15.txt:6215
 V5.15.txt:6216
 V5.15.txt:6217
 V5.15.txt:6218
 V5.15.txt:6219
 V5.15.txt:6220
 V5.15.txt:6221
 V5.15.txt:6222
 V5.15.txt:6223
 V5.15.txt:6224
 V5.15.txt:6225
 V5.15.txt:6226
 V5.15.txt:6227
 V5.15.txt:6228
 V5.15.txt:6229
 V5.15.txt:6230
 V5.15.txt:6231
 V5.15.txt:6232
 V5.15.txt:6233
 V5.15.txt:6234
 V5.15.txt:6235
 V5.15.txt:6236
 V5.15.txt:6237
 V5.15.txt:6238
 V5.15.txt:6239
 V5.15.txt:6240
 V5.15.txt:6241
 V5.15.txt:6242
 V5.15.txt:6243
 V5.15.txt:6244
 V5.15.txt:6245
 V5.15.txt:6246
 V5.15.txt:6247
 V5.15.txt:6248
 V5.15.txt:6249
 V5.15.txt:6250
 V5.15.txt:6251
 V5.15.txt:6252
 V5.15.txt:6253
 V5.15.txt:6254
 V5.15.txt:6255
 V5.15.txt:6256
 V5.15.txt:6257
 V5.15.txt:6258
 V5.15.txt:6259
 V5.15.txt:6260
 V5.15.txt:6261
 V5.15.txt:6262
 V5.15.txt:6263
 V5.15.txt:6264
 V5.15.txt:6265
 V5.15.txt:6266
 V5.15.txt:6267
 V5.15.txt:6268
 V5.15.txt:6269
 V5.15.txt:6270
 V5.15.txt:6271
 V5.15.txt:6272
 V5.15.txt:6273
 V5.15.txt:6274
 V5.15.txt:6275
 V5.15.txt:6276
 V5.15.txt:6277
 V5.15.txt:6278
 V5.15.txt:6279
 V5.15.txt:6280
 V5.15.txt:6281
 V5.15.txt:6282
 V5.15.txt:6283
 V5.15.txt:6284
 V5.15.txt:6285
 V5.15.txt:6286
 V5.15.txt:6287
 V5.15.txt:6288
 V5.15.txt:6289
 V5.15.txt:6290
 V5.15.txt:6291
 V5.15.txt:6292
 V5.15.txt:6293
 V5.15.txt:6294
 V5.15.txt:6295
 V5.15.txt:6296
 V5.15.txt:6297
 V5.15.txt:6298
 V5.15.txt:6299
 V5.15.txt:6300
 V5.15.txt:6301
 V5.15.txt:6302
 V5.15.txt:6303
 V5.15.txt:6304
 V5.15.txt:6305
 V5.15.txt:6306
 V5.15.txt:6307
 V5.15.txt:6308
 V5.15.txt:6309
 V5.15.txt:6310
 V5.15.txt:6311
 V5.15.txt:6312
 V5.15.txt:6313
 V5.15.txt:6314
 V5.15.txt:6315
 V5.15.txt:6316
 V5.15.txt:6317
 V5.15.txt:6318
 V5.15.txt:6319
 V5.15.txt:6320
 V5.15.txt:6321
 V5.15.txt:6322
 V5.15.txt:6323
 V5.15.txt:6324
 V5.15.txt:6325
 V5.15.txt:6326
 V5.15.txt:6327
 V5.15.txt:6328
 V5.15.txt:6329
 V5.15.txt:6330
 V5.15.txt:6331
 V5.15.txt:6332
 V5.15.txt:6333
 V5.15.txt:6334
 V5.15.txt:6335
 V5.15.txt:6336
 V5.15.txt:6337
 V5.15.txt:6338
 V5.15.txt:6339
 V5.15.txt:6340
 V5.15.txt:6341
 V5.15.txt:6342
 V5.15.txt:6343
 V5.15.txt:6344
 V5.15.txt:6345
 V5.15.txt:6346
 V5.15.txt:6347
 V5.15.txt:6348
 V5.15.txt:6349
 V5.15.txt:6350
 V5.15.txt:6351
 V5.15.txt:6352
 V5.15.txt:6353
 V5.15.txt:6354
 V5.15.txt:6355
 V5.15.txt:6356
 V5.15.txt:6357
 V5.15.txt:6358
 V5.15.txt:6359
 V5.15.txt:6360
 V5.15.txt:6361
 V5.15.txt:6362
 V5.15.txt:6363
 V5.15.txt:6364
 V5.15.txt:6365
 V5.15.txt:6366
 V5.15.txt:6367
 V5.15.txt:6368
 V5.15.txt:6369
 V5.15.txt:6370
 V5.15.txt:6371
 V5.15.txt:6372
 V5.15.txt:6373
 V5.15.txt:6374
 V5.15.txt:6375
 V5.15.txt:6376
 V5.15.txt:6377
 V5.15.txt:6378
 V5.15.txt:6379
 V5.15.txt:6380
 V5.15.txt:6381
 V5.15.txt:6382
 V5.15.txt:6383
 V5.15.txt:6384
 V5.15.txt:6385
 V5.15.txt:6386
 V5.15.txt:6387
 V5.15.txt:6388
 V5.15.txt:6389
 V5.15.txt:6390
 V5.15.txt:6391
 V5.15.txt:6392
 V5.15.txt:6393
 V5.15.txt:6394
 V5.15.txt:6395
 V5.15.txt:6396
 V5.15.txt:6397
 V5.15.txt:6398
 V5.15.txt:6399
 V5.15.txt:6400
 V5.15.txt:6401
 V5.15.txt:6402
 V5.15.txt:6403
 V5.15.txt:6404
 V5.15.txt:6405
 V5.15.txt:6406
 V5.15.txt:6407
 V5.15.txt:6408
 V5.15.txt:6409
 V5.15.txt:6410
 V5.15.txt:6411
 V5.15.txt:6412
 V5.15.txt:6413
 V5.15.txt:6414
 V5.15.txt:6415
 V5.15.txt:6416
 V5.15.txt:6417
 V5.15.txt:6418
 V5.15.txt:6419
 V5.15.txt:6420
 V5.15.txt:6421
 V5.15.txt:6422
 V5.15.txt:6423
 V5.15.txt:6424
 V5.15.txt:6425
 V5.15.txt:6426
 V5.15.txt:6427
 V5.15.txt:6428
 V5.15.txt:6429
 V5.15.txt:6430
 V5.15.txt:6431
 V5.15.txt:6432
 V5.15.txt:6433
 V5.15.txt:6434
 V5.15.txt:6435
 V5.15.txt:6436
 V5.15.txt:6437
 V5.15.txt:6438
 V5.15.txt:6439
 V5.15.txt:6440
 V5.15.txt:6441
 V5.15.txt:6442
 V5.15.txt:6443
 V5.15.txt:6444
 V5.15.txt:6445
 V5.15.txt:6446
 V5.15.txt:6447
 V5.15.txt:6448
 V5.15.txt:6449
 V5.15.txt:6450
 V5.15.txt:6451
 V5.15.txt:6452
 V5.15.txt:6453
 V5.15.txt:6454
 V5.15.txt:6455
 V5.15.txt:6456
 V5.15.txt:6457
 V5.15.txt:6458
 V5.15.txt:6459
 V5.15.txt:6460
 V5.15.txt:6461
 V5.15.txt:6462
 V5.15.txt:6463
 V5.15.txt:6464
 V5.15.txt:6465
 V5.15.txt:6466
 V5.15.txt:6467
 V5.15.txt:6468
 V5.15.txt:6469
 V5.15.txt:6470
 V5.15.txt:6471
 V5.15.txt:6472
 V5.15.txt:6473
 V5.15.txt:6474
 V5.15.txt:6475
 V5.15.txt:6476
 V5.15.txt:6477
 V5.15.txt:6478
 V5.15.txt:6479
 V5.15.txt:6480
 V5.15.txt:6481
 V5.15.txt:6482
 V5.15.txt:6483
 V5.15.txt:6484
 V5.15.txt:6485
 V5.15.txt:6486
 V5.15.txt:6487
 V5.15.txt:6488
 V5.15.txt:6489
 V5.15.txt:6490
 V5.15.txt:6491
 V5.15.txt:6492
 V5.15.txt:6493
 V5.15.txt:6494
 V5.15.txt:6495
 V5.15.txt:6496
 V5.15.txt:6497
 V5.15.txt:6498
 V5.15.txt:6499
 V5.15.txt:6500
 V5.15.txt:6501
 V5.15.txt:6502
 V5.15.txt:6503
 V5.15.txt:6504
 V5.15.txt:6505
 V5.15.txt:6506
 V5.15.txt:6507
 V5.15.txt:6508
 V5.15.txt:6509
 V5.15.txt:6510
 V5.15.txt:6511
 V5.15.txt:6512
 V5.15.txt:6513
 V5.15.txt:6514
 V5.15.txt:6515
 V5.15.txt:6516
 V5.15.txt:6517
 V5.15.txt:6518
 V5.15.txt:6519
 V5.15.txt:6520
 V5.15.txt:6521
 V5.15.txt:6522
 V5.15.txt:6523
 V5.15.txt:6524
 V5.15.txt:6525
 V5.15.txt:6526
 V5.15.txt:6527
 V5.15.txt:6528
 V5.15.txt:6529
 V5.15.txt:6530
 V5.15.txt:6531
 V5.15.txt:6532
 V5.15.txt:6533
 V5.15.txt:6534
 V5.15.txt:6535
 V5.15.txt:6536
 V5.15.txt:6537
 V5.15.txt:6538
 V5.15.txt:6539
 V5.15.txt:6540
 V5.15.txt:6541
 V5.15.txt:6542
 V5.15.txt:6543
 V5.15.txt:6544
 V5.15.txt:6545
 V5.15.txt:6546
 V5.15.txt:6547
 V5.15.txt:6548
 V5.15.txt:6549
 V5.15.txt:6550
 V5.15.txt:6551
 V5.15.txt:6552
 V5.15.txt:6553
 V5.15.txt:6554
 V5.15.txt:6555
 V5.15.txt:6556
 V5.15.txt:6557
 V5.15.txt:6558
 V5.15.txt:6559
 V5.15.txt:6560
 V5.15.txt:6561
 V5.15.txt:6562
 V5.15.txt:6563
 V5.15.txt:6564
 V5.15.txt:6565
 V5.15.txt:6566
 V5.15.txt:6567
 V5.15.txt:6568
 V5.15.txt:6569
 V5.15.txt:6570
 V5.15.txt:6571
 V5.15.txt:6572
 V5.15.txt:6573
 V5.15.txt:6574
 V5.15.txt:6575
 V5.15.txt:6576
 V5.15.txt:6577
 V5.15.txt:6578
 V5.15.txt:6579
 V5.15.txt:6580
 V5.15.txt:6581
 V5.15.txt:6582
 V5.15.txt:6583
 V5.15.txt:6584
 V5.15.txt:6585
 V5.15.txt:6586
 V5.15.txt:6587
 V5.15.txt:6588
 V5.15.txt:6589
 V5.15.txt:6590
 V5.15.txt:6591
 V5.15.txt:6592
 V5.15.txt:6593
 V5.15.txt:6594
 V5.15.txt:6595
 V5.15.txt:6596
 V5.15.txt:6597
 V5.15.txt:6598
 V5.15.txt:6599
 V5.15.txt:6600
 V5.15.txt:6601
 V5.15.txt:6602
 V5.15.txt:6603
 V5.15.txt:6604
 V5.15.txt:6605
 V5.15.txt:6606
 V5.15.txt:6607
 V5.15.txt:6608
 V5.15.txt:6609
 V5.15.txt:6610
 V5.15.txt:6611
 V5.15.txt:6612
 V5.15.txt:6613
 V5.15.txt:6614
 V5.15.txt:6615
 V5.15.txt:6616
 V5.15.txt:6617
 V5.15.txt:6618
 V5.15.txt:6619
 V5.15.txt:6620
 V5.15.txt:6621
 V5.15.txt:6622
 V5.15.txt:6623
 V5.15.txt:6624
 V5.15.txt:6625
 V5.15.txt:6626
 V5.15.txt:6627
 V5.15.txt:6628
 V5.15.txt:6629
 V5.15.txt:6630
 V5.15.txt:6631
 V5.15.txt:6632
 V5.15.txt:6633
 V5.15.txt:6634
 V5.15.txt:6635
 V5.15.txt:6636
 V5.15.txt:6637
 V5.15.txt:6638
 V5.15.txt:6639
 V5.15.txt:6640
 V5.15.txt:6641
 V5.15.txt:6642
 V5.15.txt:6643
 V5.15.txt:6644
 V5.15.txt:6645
 V5.15.txt:6646
 V5.15.txt:6647
 V5.15.txt:6648
 V5.15.txt:6649
 V5.15.txt:6650
 V5.15.txt:6651
 V5.15.txt:6652
 V5.15.txt:6653
 V5.15.txt:6654
 V5.15.txt:6655
 V5.15.txt:6656
 V5.15.txt:6657
 V5.15.txt:6658
 V5.15.txt:6659
 V5.15.txt:6660
 V5.15.txt:6661
 V5.15.txt:6662
 V5.15.txt:6663
 V5.15.txt:6664
 V5.15.txt:6665
 V5.15.txt:6666
 V5.15.txt:6667
 V5.15.txt:6668
 V5.15.txt:6669
 V5.15.txt:6670
 V5.15.txt:6671
 V5.15.txt:6672
 V5.15.txt:6673
 V5.15.txt:6674
 V5.15.txt:6675
 V5.15.txt:6676
 V5.15.txt:6677
 V5.15.txt:6678
 V5.15.txt:6679
 V5.15.txt:6680
 V5.15.txt:6681
 V5.15.txt:6682
 V5.15.txt:6683
 V5.15.txt:6684
 V5.15.txt:6685
 V5.15.txt:6686
 V5.15.txt:6687
 V5.15.txt:6688
 V5.15.txt:6689
 V5.15.txt:6690
 V5.15.txt:6691
 V5.15.txt:6692
 V5.15.txt:6693
 V5.15.txt:6694
 V5.15.txt:6695
 V5.15.txt:6696
 V5.15.txt:6697
 V5.15.txt:6698
 V5.15.txt:6699
 V5.15.txt:6700
 V5.15.txt:6701
 V5.15.txt:6702
 V5.15.txt:6703
 V5.15.txt:6704
 V5.15.txt:6705
 V5.15.txt:6706
 V5.15.txt:6707
 V5.15.txt:6708
 V5.15.txt:6709
 V5.15.txt:6710
 V5.15.txt:6711
 V5.15.txt:6712
 V5.15.txt:6713
 V5.15.txt:6714
 V5.15.txt:6715
 V5.15.txt:6716
 V5.15.txt:6717
 V5.15.txt:6718
 V5.15.txt:6719
 V5.15.txt:6720
 V5.15.txt:6721
 V5.15.txt:6722
 V5.15.txt:6723
 V5.15.txt:6724
 V5.15.txt:6725
 V5.15.txt:6726
 V5.15.txt:6727
 V5.15.txt:6728
 V5.15.txt:6729
 V5.15.txt:6730
 V5.15.txt:6731
 V5.15.txt:6732
 V5.15.txt:6733
 V5.15.txt:6734
 V5.15.txt:6735
 V5.15.txt:6736
 V5.15.txt:6737
 V5.15.txt:6738
 V5.15.txt:6739
 V5.15.txt:6740
 V5.15.txt:6741
 V5.15.txt:6742
 V5.15.txt:6743
 V5.15.txt:6744
 V5.15.txt:6745
 V5.15.txt:6746
 V5.15.txt:6747
 V5.15.txt:6748
 V5.15.txt:6749
 V5.15.txt:6750
 V5.15.txt:6751
 V5.15.txt:6752
 V5.15.txt:6753
 V5.15.txt:6754
 V5.15.txt:6755
 V5.15.txt:6756
 V5.15.txt:6757
 V5.15.txt:6758
 V5.15.txt:6759
 V5.15.txt:6760
 V5.15.txt:6761
 V5.15.txt:6762
 V5.15.txt:6763
 V5.15.txt:6764
 V5.15.txt:6765
 V5.15.txt:6766
 V5.15.txt:6767
 V5.15.txt:6768
 V5.15.txt:6769
 V5.15.txt:6770
 V5.15.txt:6771
 V5.15.txt:6772
 V5.15.txt:6773
 V5.15.txt:6774
 V5.15.txt:6775
 V5.15.txt:6776
 V5.15.txt:6777
 V5.15.txt:6778
 V5.15.txt:6779
 V5.15.txt:6780
 V5.15.txt:6781
 V5.15.txt:6782
 V5.15.txt:6783
 V5.15.txt:6784
 V5.15.txt:6785
 V5.15.txt:6786
 V5.15.txt:6787
 V5.15.txt:6788
 V5.15.txt:6789
 V5.15.txt:6790
 V5.15.txt:6791
 V5.15.txt:6792
 V5.15.txt:6793
 V5.15.txt:6794
 V5.15.txt:6795
 V5.15.txt:6796
 V5.15.txt:6797
 V5.15.txt:6798
 V5.15.txt:6799
 V5.15.txt:6800
 V5.15.txt:6801
 V5.15.txt:6802
 V5.15.txt:6803
 V5.15.txt:6804
 V5.15.txt:6805
 V5.15.txt:6806
 V5.15.txt:6807
 V5.15.txt:6808
 V5.15.txt:6809
 V5.15.txt:6810
 V5.15.txt:6811
 V5.15.txt:6812
 V5.15.txt:6813
 V5.15.txt:6814
 V5.15.txt:6815
 V5.15.txt:6816
 V5.15.txt:6817
 V5.15.txt:6818
 V5.15.txt:6819
 V5.15.txt:6820
 V5.15.txt:6821
 V5.15.txt:6822
 V5.15.txt:6823
 V5.15.txt:6824
 V5.15.txt:6825
 V5.15.txt:6826
 V5.15.txt:6827
 V5.15.txt:6828
 V5.15.txt:6829
 V5.15.txt:6830
 V5.15.txt:6831
 V5.15.txt:6832
 V5.15.txt:6833
 V5.15.txt:6834
 V5.15.txt:6835
 V5.15.txt:6836
 V5.15.txt:6837
 V5.15.txt:6838
 V5.15.txt:6839
 V5.15.txt:6840
 V5.15.txt:6841
 V5.15.txt:6842
 V5.15.txt:6843
 V5.15.txt:6844
 V5.15.txt:6845
 V5.15.txt:6846
 V5.15.txt:6847
 V5.15.txt:6848
 V5.15.txt:6849
 V5.15.txt:6850
 V5.15.txt:6851
 V5.15.txt:6852
 V5.15.txt:6853
 V5.15.txt:6854
 V5.15.txt:6855
 V5.15.txt:6856
 V5.15.txt:6857
 V5.15.txt:6858
 V5.15.txt:6859
 V5.15.txt:6860
 V5.15.txt:6861
 V5.15.txt:6862
 V5.15.txt:6863
 V5.15.txt:6864
 V5.15.txt:6865
 V5.15.txt:6866
 V5.15.txt:6867
 V5.15.txt:6868
 V5.15.txt:6869
 V5.15.txt:6870
 V5.15.txt:6871
 V5.15.txt:6872
 V5.15.txt:6873
 V5.15.txt:6874
 V5.15.txt:6875
 V5.15.txt:6876
 V5.15.txt:6877
 V5.15.txt:6878
 V5.15.txt:6879
 V5.15.txt:6880
 V5.15.txt:6881
 V5.15.txt:6882
 V5.15.txt:6883
 V5.15.txt:6884
 V5.15.txt:6885
 V5.15.txt:6886
 V5.15.txt:6887
 V5.15.txt:6888
 V5.15.txt:6889
 V5.15.txt:6890
 V5.15.txt:6891
 V5.15.txt:6892
 V5.15.txt:6893
 V5.15.txt:6894
 V5.15.txt:6895
 V5.15.txt:6896
 V5.15.txt:6897
 V5.15.txt:6898
 V5.15.txt:6899
 V5.15.txt:6900
 V5.15.txt:6901
 V5.15.txt:6902
 V5.15.txt:6903
 V5.15.txt:6904
 V5.15.txt:6905
 V5.15.txt:6906
 V5.15.txt:6907
 V5.15.txt:6908
 V5.15.txt:6909
 V5.15.txt:6910
 V5.15.txt:6911
 V5.15.txt:6912
 V5.15.txt:6913
 V5.15.txt:6914
 V5.15.txt:6915
 V5.15.txt:6916
 V5.15.txt:6917
 V5.15.txt:6918
 V5.15.txt:6919
 V5.15.txt:6920
 V5.15.txt:6921
 V5.15.txt:6922
 V5.15.txt:6923
 V5.15.txt:6924
 V5.15.txt:6925
 V5.15.txt:6926
 V5.15.txt:6927
 V5.15.txt:6928
 V5.15.txt:6929
 V5.15.txt:6930
 V5.15.txt:6931
 V5.15.txt:6932
 V5.15.txt:6933
 V5.15.txt:6934
 V5.15.txt:6935
 V5.15.txt:6936
 V5.15.txt:6937
 V5.15.txt:6938
 V5.15.txt:6939
 V5.15.txt:6940
 V5.15.txt:6941
 V5.15.txt:6942
 V5.15.txt:6943
 V5.15.txt:6944
 V5.15.txt:6945
 V5.15.txt:6946
 V5.15.txt:6947
 V5.15.txt:6948
 V5.15.txt:6949
 V5.15.txt:6950
 V5.15.txt:6951
 V5.15.txt:6952
 V5.15.txt:6953
 V5.15.txt:6954
 V5.15.txt:6955
 V5.15.txt:6956
 V5.15.txt:6957
 V5.15.txt:6958
 V5.15.txt:6959
 V5.15.txt:6960
 V5.15.txt:6961
 V5.15.txt:6962
 V5.15.txt:6963
 V5.15.txt:6964
 V5.15.txt:6965
 V5.15.txt:6966
 V5.15.txt:6967
 V5.15.txt:6968
 V5.15.txt:6969
 V5.15.txt:6970
 V5.15.txt:6971
 V5.15.txt:6972
 V5.15.txt:6973
 V5.15.txt:6974
 V5.15.txt:6975
 V5.15.txt:6976
 V5.15.txt:6977
 V5.15.txt:6978
 V5.15.txt:6979
 V5.15.txt:6980
 V5.15.txt:6981
 V5.15.txt:6982
 V5.15.txt:6983
 V5.15.txt:6984
 V5.15.txt:6985
 V5.15.txt:6986
 V5.15.txt:6987
 V5.15.txt:6988
 V5.15.txt:6989
 V5.15.txt:6990
 V5.15.txt:6991
 V5.15.txt:6992
 V5.15.txt:6993
 V5.15.txt:6994
 V5.15.txt:6995
 V5.15.txt:6996
 V5.15.txt:6997
 V5.15.txt:6998
 V5.15.txt:6999
 V5.15.txt:7000
 V5.15.txt:7001
 V5.15.txt:7002
 V5.15.txt:7003
 V5.15.txt:7004
 V5.15.txt:7005
 V5.15.txt:7006
 V5.15.txt:7007
 V5.15.txt:7008
 V5.15.txt:7009
 V5.15.txt:7010
 V5.15.txt:7011
 V5.15.txt:7012
 V5.15.txt:7013
 V5.15.txt:7014
 V5.15.txt:7015
 V5.15.txt:7016
 V5.15.txt:7017
 V5.15.txt:7018
 V5.15.txt:7019
 V5.15.txt:7020
 V5.15.txt:7021
 V5.15.txt:7022
 V5.15.txt:7023
 V5.15.txt:7024
 V5.15.txt:7025
 V5.15.txt:7026
 V5.15.txt:7027
 V5.15.txt:7028
 V5.15.txt:7029
 V5.15.txt:7030
 V5.15.txt:7031
 V5.15.txt:7032
 V5.15.txt:7033
 V5.15.txt:7034
 V5.15.txt:7035
 V5.15.txt:7036
 V5.15.txt:7037
 V5.15.txt:7038
 V5.15.txt:7039
 V5.15.txt:7040
 V5.15.txt:7041
 V5.15.txt:7042
 V5.15.txt:7043
 V5.15.txt:7044
 V5.15.txt:7045
 V5.15.txt:7046
 V5.15.txt:7047
 V5.15.txt:7048
 V5.15.txt:7049
 V5.15.txt:7050
 V5.15.txt:7051
 V5.15.txt:7052
 V5.15.txt:7053
 V5.15.txt:7054
 V5.15.txt:7055
 V5.15.txt:7056
 V5.15.txt:7057
 V5.15.txt:7058
 V5.15.txt:7059
 V5.15.txt:7060
 V5.15.txt:7061
 V5.15.txt:7062
 V5.15.txt:7063
 V5.15.txt:7064
 V5.15.txt:7065
 V5.15.txt:7066
 V5.15.txt:7067
 V5.15.txt:7068
 V5.15.txt:7069
 V5.15.txt:7070
 V5.15.txt:7071
 V5.15.txt:7072
 V5.15.txt:7073
 V5.15.txt:7074
 V5.15.txt:7075
 V5.15.txt:7076
 V5.15.txt:7077
 V5.15.txt:7078
 V5.15.txt:7079
 V5.15.txt:7080
 V5.15.txt:7081
 V5.15.txt:7082
 V5.15.txt:7083
 V5.15.txt:7084
 V5.15.txt:7085
 V5.15.txt:7086
 V5.15.txt:7087
 V5.15.txt:7088
 V5.15.txt:7089
 V5.15.txt:7090
 V5.15.txt:7091
 V5.15.txt:7092
 V5.15.txt:7093
 V5.15.txt:7094
 V5.15.txt:7095
 V5.15.txt:7096
 V5.15.txt:7097
 V5.15.txt:7098
 V5.15.txt:7099
 V5.15.txt:7100
 V5.15.txt:7101
 V5.15.txt:7102
 V5.15.txt:7103
 V5.15.txt:7104
 V5.15.txt:7105
 V5.15.txt:7106
 V5.15.txt:7107
 V5.15.txt:7108
 V5.15.txt:7109
 V5.15.txt:7110
 V5.15.txt:7111
 V5.15.txt:7112
 V5.15.txt:7113
 V5.15.txt:7114
 V5.15.txt:7115
 V5.15.txt:7116
 V5.15.txt:7117
 V5.15.txt:7118
 V5.15.txt:7119
 V5.15.txt:7120
 V5.15.txt:7121
 V5.15.txt:7122
 V5.15.txt:7123
 V5.15.txt:7124
 V5.15.txt:7125
 V5.15.txt:7126
 V5.15.txt:7127
 V5.15.txt:7128
 V5.15.txt:7129
 V5.15.txt:7130
 V5.15.txt:7131
 V5.15.txt:7132
 V5.15.txt:7133
 V5.15.txt:7134
 V5.15.txt:7135
 V5.15.txt:7136
 V5.15.txt:7137
 V5.15.txt:7138
 V5.15.txt:7139
 V5.15.txt:7140
 V5.15.txt:7141
 V5.15.txt:7142
 V5.15.txt:7143
 V5.15.txt:7144
 V5.15.txt:7145
 V5.15.txt:7146
 V5.15.txt:7147
 V5.15.txt:7148
 V5.15.txt:7149
 V5.15.txt:7150
 V5.15.txt:7151
 V5.15.txt:7152
 V5.15.txt:7153
 V5.15.txt:7154
 V5.15.txt:7155
 V5.15.txt:7156
 V5.15.txt:7157
 V5.15.txt:7158
 V5.15.txt:7159
 V5.15.txt:7160
 V5.15.txt:7161
 V5.15.txt:7162
 V5.15.txt:7163
 V5.15.txt:7164
 V5.15.txt:7165
 V5.15.txt:7166
 V5.15.txt:7167
 V5.15.txt:7168
 V5.15.txt:7169
 V5.15.txt:7170
 V5.15.txt:7171
 V5.15.txt:7172
 V5.15.txt:7173
 V5.15.txt:7174
 V5.15.txt:7175
 V5.15.txt:7176
 V5.15.txt:7177
 V5.15.txt:7178
 V5.15.txt:7179
 V5.15.txt:7180
 V5.15.txt:7181
 V5.15.txt:7182
 V5.15.txt:7183
 V5.15.txt:7184
 V5.15.txt:7185
 V5.15.txt:7186
 V5.15.txt:7187
 V5.15.txt:7188
 V5.15.txt:7189
 V5.15.txt:7190
 V5.15.txt:7191
 V5.15.txt:7192
 V5.15.txt:7193
 V5.15.txt:7194
 V5.15.txt:7195
 V5.15.txt:7196
 V5.15.txt:7197
 V5.15.txt:7198
 V5.15.txt:7199
 V5.15.txt:7200
 V5.15.txt:7201
 V5.15.txt:7202
 V5.15.txt:7203
 V5.15.txt:7204
 V5.15.txt:7205
 V5.15.txt:7206
 V5.15.txt:7207
 V5.15.txt:7208
 V5.15.txt:7209
 V5.15.txt:7210
 V5.15.txt:7211
 V5.15.txt:7212
 V5.15.txt:7213
 V5.15.txt:7214
 V5.15.txt:7215
 V5.15.txt:7216
 V5.15.txt:7217
 V5.15.txt:7218
 V5.15.txt:7219
 V5.15.txt:7220
 V5.15.txt:7221
 V5.15.txt:7222
 V5.15.txt:7223
 V5.15.txt:7224
 V5.15.txt:7225
 V5.15.txt:7226
 V5.15.txt:7227
 V5.15.txt:7228
 V5.15.txt:7229
 V5.15.txt:7230
 V5.15.txt:7231
 V5.15.txt:7232
 V5.15.txt:7233
 V5.15.txt:7234
 V5.15.txt:7235
 V5.15.txt:7236
 V5.15.txt:7237
 V5.15.txt:7238
 V5.15.txt:7239
 V5.15.txt:7240
 V5.15.txt:7241
 V5.15.txt:7242
 V5.15.txt:7243
 V5.15.txt:7244
 V5.15.txt:7245
 V5.15.txt:7246
 V5.15.txt:7247
 V5.15.txt:7248
 V5.15.txt:7249
 V5.15.txt:7250
 V5.15.txt:7251
 V5.15.txt:7252
 V5.15.txt:7253
 V5.15.txt:7254
 V5.15.txt:7255
 V5.15.txt:7256
 V5.15.txt:7257
 V5.15.txt:7258
 V5.15.txt:7259
 V5.15.txt:7260
 V5.15.txt:7261
 V5.15.txt:7262
 V5.15.txt:7263
 V5.15.txt:7264
 V5.15.txt:7265
 V5.15.txt:7266
 V5.15.txt:7267
 V5.15.txt:7268
 V5.15.txt:7269
 V5.15.txt:7270
 V5.15.txt:7271
 V5.15.txt:7272
 V5.15.txt:7273
 V5.15.txt:7274
 V5.15.txt:7275
 V5.15.txt:7276
 V5.15.txt:7277
 V5.15.txt:7278
 V5.15.txt:7279
 V5.15.txt:7280
 V5.15.txt:7281
 V5.15.txt:7282
 V5.15.txt:7283
 V5.15.txt:7284
 V5.15.txt:7285
 V5.15.txt:7286
 V5.15.txt:7287
 V5.15.txt:7288
 V5.15.txt:7289
 V5.15.txt:7290
 V5.15.txt:7291
 V5.15.txt:7292
 V5.15.txt:7293
 V5.15.txt:7294
 V5.15.txt:7295
 V5.15.txt:7296
 V5.15.txt:7297
 V5.15.txt:7298
 V5.15.txt:7299
 V5.15.txt:7300
 V5.15.txt:7301
 V5.15.txt:7302
 V5.15.txt:7303
 V5.15.txt:7304
 V5.15.txt:7305
 V5.15.txt:7306
 V5.15.txt:7307
 V5.15.txt:7308
 V5.15.txt:7309
 V5.15.txt:7310
 V5.15.txt:7311
 V5.15.txt:7312
 V5.15.txt:7313
 V5.15.txt:7314
 V5.15.txt:7315
 V5.15.txt:7316
 V5.15.txt:7317
 V5.15.txt:7318
 V5.15.txt:7319
 V5.15.txt:7320
 V5.15.txt:7321
 V5.15.txt:7322
 V5.15.txt:7323
 V5.15.txt:7324
 V5.15.txt:7325
 V5.15.txt:7326
 V5.15.txt:7327
 V5.15.txt:7328
 V5.15.txt:7329
 V5.15.txt:7330
 V5.15.txt:7331
 V5.15.txt:7332
 V5.15.txt:7333
 V5.15.txt:7334
 V5.15.txt:7335
 V5.15.txt:7336
 V5.15.txt:7337
 V5.15.txt:7338
 V5.15.txt:7339
 V5.15.txt:7340
 V5.15.txt:7341
 V5.15.txt:7342
 V5.15.txt:7343
 V5.15.txt:7344
 V5.15.txt:7345
 V5.15.txt:7346
 V5.15.txt:7347
 V5.15.txt:7348
 V5.15.txt:7349
 V5.15.txt:7350
 V5.15.txt:7351
 V5.15.txt:7352
 V5.15.txt:7353
 V5.15.txt:7354
 V5.15.txt:7355
 V5.15.txt:7356
 V5.15.txt:7357
 V5.15.txt:7358
 V5.15.txt:7359
 V5.15.txt:7360
 V5.15.txt:7361
 V5.15.txt:7362
 V5.15.txt:7363
 V5.15.txt:7364
 V5.15.txt:7365
 V5.15.txt:7366
 V5.15.txt:7367
 V5.15.txt:7368
 V5.15.txt:7369
 V5.15.txt:7370
 V5.15.txt:7371
 V5.15.txt:7372
 V5.15.txt:7373
 V5.15.txt:7374
 V5.15.txt:7375
 V5.15.txt:7376
 V5.15.txt:7377
 V5.15.txt:7378
 V5.15.txt:7379
 V5.15.txt:7380
 V5.15.txt:7381
 V5.15.txt:7382
 V5.15.txt:7383
 V5.15.txt:7384
 V5.15.txt:7385
 V5.15.txt:7386
 V5.15.txt:7387
 V5.15.txt:7388
 V5.15.txt:7389
 V5.15.txt:7390
 V5.15.txt:7391
 V5.15.txt:7392
 V5.15.txt:7393
 V5.15.txt:7394
 V5.15.txt:7395
 V5.15.txt:7396
 V5.15.txt:7397
 V5.15.txt:7398
 V5.15.txt:7399
 V5.15.txt:7400
 V5.15.txt:7401
 V5.15.txt:7402
 V5.15.txt:7403
 V5.15.txt:7404
 V5.15.txt:7405
 V5.15.txt:7406
 V5.15.txt:7407
 V5.15.txt:7408
 V5.15.txt:7409
 V5.15.txt:7410
 V5.15.txt:7411
 V5.15.txt:7412
 V5.15.txt:7413
 V5.15.txt:7414
 V5.15.txt:7415
 V5.15.txt:7416
 V5.15.txt:7417
 V5.15.txt:7418
 V5.15.txt:7419
 V5.15.txt:7420
 V5.15.txt:7421
 V5.15.txt:7422
 V5.15.txt:7423
 V5.15.txt:7424
 V5.15.txt:7425
 V5.15.txt:7426
 V5.15.txt:7427
 V5.15.txt:7428
 V5.15.txt:7429
 V5.15.txt:7430
 V5.15.txt:7431
 V5.15.txt:7432
 V5.15.txt:7433
 V5.15.txt:7434
 V5.15.txt:7435
 V5.15.txt:7436
 V5.15.txt:7437
 V5.15.txt:7438
 V5.15.txt:7439
 V5.15.txt:7440
 V5.15.txt:7441
 V5.15.txt:7442
 V5.15.txt:7443
 V5.15.txt:7444
 V5.15.txt:7445
 V5.15.txt:7446
 V5.15.txt:7447
 V5.15.txt:7448
 V5.15.txt:7449
 V5.15.txt:7450
 V5.15.txt:7451
 V5.15.txt:7452
 V5.15.txt:7453
 V5.15.txt:7454
 V5.15.txt:7455
 V5.15.txt:7456
 V5.15.txt:7457
 V5.15.txt:7458
 V5.15.txt:7459
 V5.15.txt:7460
 V5.15.txt:7461
 V5.15.txt:7462
 V5.15.txt:7463
 V5.15.txt:7464
 V5.15.txt:7465
 V5.15.txt:7466
 V5.15.txt:7467
 V5.15.txt:7468
 V5.15.txt:7469
 V5.15.txt:7470
 V5.15.txt:7471
 V5.15.txt:7472
 V5.15.txt:7473
 V5.15.txt:7474
 V5.15.txt:7475
 V5.15.txt:7476
 V5.15.txt:7477
 V5.15.txt:7478
 V5.15.txt:7479
 V5.15.txt:7480
 V5.15.txt:7481
 V5.15.txt:7482
 V5.15.txt:7483
 V5.15.txt:7484
 V5.15.txt:7485
 V5.15.txt:7486
 V5.15.txt:7487
 V5.15.txt:7488
 V5.15.txt:7489
 V5.15.txt:7490
 V5.15.txt:7491
 V5.15.txt:7492
 V5.15.txt:7493
 V5.15.txt:7494
 V5.15.txt:7495
 V5.15.txt:7496
 V5.15.txt:7497
 V5.15.txt:7498
 V5.15.txt:7499
 V5.15.txt:7500
 V5.15.txt:7501
 V5.15.txt:7502
 V5.15.txt:7503
 V5.15.txt:7504
 V5.15.txt:7505
 V5.15.txt:7506
 V5.15.txt:7507
 V5.15.txt:7508
 V5.15.txt:7509
 V5.15.txt:7510
 V5.15.txt:7511
 V5.15.txt:7512
 V5.15.txt:7513
 V5.15.txt:7514
 V5.15.txt:7515
 V5.15.txt:7516
 V5.15.txt:7517
 V5.15.txt:7518
 V5.15.txt:7519
 V5.15.txt:7520
 V5.15.txt:7521
 V5.15.txt:7522
 V5.15.txt:7523
 V5.15.txt:7524
 V5.15.txt:7525
 V5.15.txt:7526
 V5.15.txt:7527
 V5.15.txt:7528
 V5.15.txt:7529
 V5.15.txt:7530
 V5.15.txt:7531
 V5.15.txt:7532
 V5.15.txt:7533
 V5.15.txt:7534
 V5.15.txt:7535
 V5.15.txt:7536
 V5.15.txt:7537
 V5.15.txt:7538
 V5.15.txt:7539
 V5.15.txt:7540
 V5.15.txt:7541
 V5.15.txt:7542
 V5.15.txt:7543
 V5.15.txt:7544
 V5.15.txt:7545
 V5.15.txt:7546
 V5.15.txt:7547
 V5.15.txt:7548
 V5.15.txt:7549
 V5.15.txt:7550
 V5.15.txt:7551
 V5.15.txt:7552
 V5.15.txt:7553
 V5.15.txt:7554
 V5.15.txt:7555
 V5.15.txt:7556
 V5.15.txt:7557
 V5.15.txt:7558
 V5.15.txt:7559
 V5.15.txt:7560
 V5.15.txt:7561
 V5.15.txt:7562
 V5.15.txt:7563
 V5.15.txt:7564
 V5.15.txt:7565
 V5.15.txt:7566
 V5.15.txt:7567
 V5.15.txt:7568
 V5.15.txt:7569
 V5.15.txt:7570
 V5.15.txt:7571
 V5.15.txt:7572
 V5.15.txt:7573
 V5.15.txt:7574
 V5.15.txt:7575
 V5.15.txt:7576
 V5.15.txt:7577
 V5.15.txt:7578
 V5.15.txt:7579
 V5.15.txt:7580
 V5.15.txt:7581
 V5.15.txt:7582
 V5.15.txt:7583
 V5.15.txt:7584
 V5.15.txt:7585
 V5.15.txt:7586
 V5.15.txt:7587
 V5.15.txt:7588
 V5.15.txt:7589
 V5.15.txt:7590
 V5.15.txt:7591
 V5.15.txt:7592
 V5.15.txt:7593
 V5.15.txt:7594
 V5.15.txt:7595
 V5.15.txt:7596
 V5.15.txt:7597
 V5.15.txt:7598
 V5.15.txt:7599
 V5.15.txt:7600
 V5.15.txt:7601
 V5.15.txt:7602
 V5.15.txt:7603
 V5.15.txt:7604
 V5.15.txt:7605
 V5.15.txt:7606
 V5.15.txt:7607
 V5.15.txt:7608
 V5.15.txt:7609
 V5.15.txt:7610
 V5.15.txt:7611
 V5.15.txt:7612
 V5.15.txt:7613
 V5.15.txt:7614
 V5.15.txt:7615
 V5.15.txt:7616
 V5.15.txt:7617
 V5.15.txt:7618
 V5.15.txt:7619
 V5.15.txt:7620
 V5.15.txt:7621
 V5.15.txt:7622
 V5.15.txt:7623
 V5.15.txt:7624
 V5.15.txt:7625
 V5.15.txt:7626
 V5.15.txt:7627
 V5.15.txt:7628
 V5.15.txt:7629
 V5.15.txt:7630
 V5.15.txt:7631
 V5.15.txt:7632
 V5.15.txt:7633
 V5.15.txt:7634
 V5.15.txt:7635
 V5.15.txt:7636
 V5.15.txt:7637
 V5.15.txt:7638
 V5.15.txt:7639
 V5.15.txt:7640
 V5.15.txt:7641
 V5.15.txt:7642
 V5.15.txt:7643
 V5.15.txt:7644
 V5.15.txt:7645
 V5.15.txt:7646
 V5.15.txt:7647
 V5.15.txt:7648
 V5.15.txt:7649
 V5.15.txt:7650
 V5.15.txt:7651
 V5.15.txt:7652
 V5.15.txt:7653
 V5.15.txt:7654
 V5.15.txt:7655
 V5.15.txt:7656
 V5.15.txt:7657
 V5.15.txt:7658
 V5.15.txt:7659
 V5.15.txt:7660
 V5.15.txt:7661
 V5.15.txt:7662
 V5.15.txt:7663
 V5.15.txt:7664
 V5.15.txt:7665
 V5.15.txt:7666
 V5.15.txt:7667
 V5.15.txt:7668
 V5.15.txt:7669
 V5.15.txt:7670
 V5.15.txt:7671
 V5.15.txt:7672
 V5.15.txt:7673
 V5.15.txt:7674
 V5.15.txt:7675
 V5.15.txt:7676
 V5.15.txt:7677
 V5.15.txt:7678
 V5.15.txt:7679
 V5.15.txt:7680
 V5.15.txt:7681
 V5.15.txt:7682
 V5.15.txt:7683
 V5.15.txt:7684
 V5.15.txt:7685
 V5.15.txt:7686
 V5.15.txt:7687
 V5.15.txt:7688
 V5.15.txt:7689
 V5.15.txt:7690
 V5.15.txt:7691
 V5.15.txt:7692
 V5.15.txt:7693
 V5.15.txt:7694
 V5.15.txt:7695
 V5.15.txt:7696
 V5.15.txt:7697
 V5.15.txt:7698
 V5.15.txt:7699
 V5.15.txt:7700
 V5.15.txt:7701
 V5.15.txt:7702
 V5.15.txt:7703
 V5.15.txt:7704
 V5.15.txt:7705
 V5.15.txt:7706
 V5.15.txt:7707
 V5.15.txt:7708
 V5.15.txt:7709
 V5.15.txt:7710
 V5.15.txt:7711
 V5.15.txt:7712
 V5.15.txt:7713
 V5.15.txt:7714
 V5.15.txt:7715
 V5.15.txt:7716
 V5.15.txt:7717
 V5.15.txt:7718
 V5.15.txt:7719
 V5.15.txt:7720
 V5.15.txt:7721
 V5.15.txt:7722
 V5.15.txt:7723
 V5.15.txt:7724
 V5.15.txt:7725
 V5.15.txt:7726
 V5.15.txt:7727
 V5.15.txt:7728
 V5.15.txt:7729
 V5.15.txt:7730
 V5.15.txt:7731
 V5.15.txt:7732
 V5.15.txt:7733
 V5.15.txt:7734
 V5.15.txt:7735
 V5.15.txt:7736
 V5.15.txt:7737
 V5.15.txt:7738
 V5.15.txt:7739
 V5.15.txt:7740
 V5.15.txt:7741
 V5.15.txt:7742
 V5.15.txt:7743
 V5.15.txt:7744
 V5.15.txt:7745
 V5.15.txt:7746
 V5.15.txt:7747
 V5.15.txt:7748
 V5.15.txt:7749
 V5.15.txt:7750
 V5.15.txt:7751
 V5.15.txt:7752
 V5.15.txt:7753
 V5.15.txt:7754
 V5.15.txt:7755
 V5.15.txt:7756
 V5.15.txt:7757
 V5.15.txt:7758
 V5.15.txt:7759
 V5.15.txt:7760
 V5.15.txt:7761
 V5.15.txt:7762
 V5.15.txt:7763
 V5.15.txt:7764
 V5.15.txt:7765
 V5.15.txt:7766
 V5.15.txt:7767
 V5.15.txt:7768
 V5.15.txt:7769
 V5.15.txt:7770
 V5.15.txt:7771
 V5.15.txt:7772
 V5.15.txt:7773
 V5.15.txt:7774
 V5.15.txt:7775
 V5.15.txt:7776
 V5.15.txt:7777
 V5.15.txt:7778
 V5.15.txt:7779
 V5.15.txt:7780
 V5.15.txt:7781
 V5.15.txt:7782
 V5.15.txt:7783
 V5.15.txt:7784
 V5.15.txt:7785
 V5.15.txt:7786
 V5.15.txt:7787
 V5.15.txt:7788
 V5.15.txt:7789
 V5.15.txt:7790
 V5.15.txt:7791
 V5.15.txt:7792
 V5.15.txt:7793
 V5.15.txt:7794
 V5.15.txt:7795
 V5.15.txt:7796
 V5.15.txt:7797
 V5.15.txt:7798
 V5.15.txt:7799
 V5.15.txt:7800
 V5.15.txt:7801
 V5.15.txt:7802
 V5.15.txt:7803
 V5.15.txt:7804
 V5.15.txt:7805
 V5.15.txt:7806
 V5.15.txt:7807
 V5.15.txt:7808
 V5.15.txt:7809
 V5.15.txt:7810
 V5.15.txt:7811
 V5.15.txt:7812
 V5.15.txt:7813
 V5.15.txt:7814
 V5.15.txt:7815
 V5.15.txt:7816
 V5.15.txt:7817
 V5.15.txt:7818
 V5.15.txt:7819
 V5.15.txt:7820
 V5.15.txt:7821
 V5.15.txt:7822
 V5.15.txt:7823
 V5.15.txt:7824
 V5.15.txt:7825
 V5.15.txt:7826
 V5.15.txt:7827
 V5.15.txt:7828
 V5.15.txt:7829
 V5.15.txt:7830
 V5.15.txt:7831
 V5.15.txt:7832
 V5.15.txt:7833
 V5.15.txt:7834
 V5.15.txt:7835
 V5.15.txt:7836
 V5.15.txt:7837
 V5.15.txt:7838
 V5.15.txt:7839
 V5.15.txt:7840
 V5.15.txt:7841
 V5.15.txt:7842
 V5.15.txt:7843
 V5.15.txt:7844
 V5.15.txt:7845
 V5.15.txt:7846
 V5.15.txt:7847
 V5.15.txt:7848
 V5.15.txt:7849
 V5.15.txt:7850
 V5.15.txt:7851
 V5.15.txt:7852
 V5.15.txt:7853
 V5.15.txt:7854
 V5.15.txt:7855
 V5.15.txt:7856
 V5.15.txt:7857
 V5.15.txt:7858
 V5.15.txt:7859
 V5.15.txt:7860
 V5.15.txt:7861
 V5.15.txt:7862
 V5.15.txt:7863
 V5.15.txt:7864
 V5.15.txt:7865
 V5.15.txt:7866
 V5.15.txt:7867
 V5.15.txt:7868
 V5.15.txt:7869
 V5.15.txt:7870
 V5.15.txt:7871
 V5.15.txt:7872
 V5.15.txt:7873
 V5.15.txt:7874
 V5.15.txt:7875
 V5.15.txt:7876
 V5.15.txt:7877
 V5.15.txt:7878
 V5.15.txt:7879
 V5.15.txt:7880
 V5.15.txt:7881
 V5.15.txt:7882
 V5.15.txt:7883
 V5.15.txt:7884
 V5.15.txt:7885
 V5.15.txt:7886
 V5.15.txt:7887
 V5.15.txt:7888
 V5.15.txt:7889
 V5.15.txt:7890
 V5.15.txt:7891
 V5.15.txt:7892
 V5.15.txt:7893
 V5.15.txt:7894
 V5.15.txt:7895
 V5.15.txt:7896
 V5.15.txt:7897
 V5.15.txt:7898
 V5.15.txt:7899
 V5.15.txt:7900
 V5.15.txt:7901
 V5.15.txt:7902
 V5.15.txt:7903
 V5.15.txt:7904
 V5.15.txt:7905
 V5.15.txt:7906
 V5.15.txt:7907
 V5.15.txt:7908
 V5.15.txt:7909
 V5.15.txt:7910
 V5.15.txt:7911
 V5.15.txt:7912
 V5.15.txt:7913
 V5.15.txt:7914
 V5.15.txt:7915
 V5.15.txt:7916
 V5.15.txt:7917
 V5.15.txt:7918
 V5.15.txt:7919
 V5.15.txt:7920
 V5.15.txt:7921
 V5.15.txt:7922
 V5.15.txt:7923
 V5.15.txt:7924
 V5.15.txt:7925
 V5.15.txt:7926
 V5.15.txt:7927
 V5.15.txt:7928
 V5.15.txt:7929
 V5.15.txt:7930
 V5.15.txt:7931
 V5.15.txt:7932
 V5.15.txt:7933
 V5.15.txt:7934
 V5.15.txt:7935
 V5.15.txt:7936
 V5.15.txt:7937
 V5.15.txt:7938
 V5.15.txt:7939
 V5.15.txt:7940
 V5.15.txt:7941
 V5.15.txt:7942
 V5.15.txt:7943
 V5.15.txt:7944
 V5.15.txt:7945
 V5.15.txt:7946
 V5.15.txt:7947
 V5.15.txt:7948
 V5.15.txt:7949
 V5.15.txt:7950
 V5.15.txt:7951
 V5.15.txt:7952
 V5.15.txt:7953
 V5.15.txt:7954
 V5.15.txt:7955
 V5.15.txt:7956
 V5.15.txt:7957
 V5.15.txt:7958
 V5.15.txt:7959
 V5.15.txt:7960
 V5.15.txt:7961
 V5.15.txt:7962
 V5.15.txt:7963
 V5.15.txt:7964
 V5.15.txt:7965
 V5.15.txt:7966
 V5.15.txt:7967
 V5.15.txt:7968
 V5.15.txt:7969
 V5.15.txt:7970
 V5.15.txt:7971
 V5.15.txt:7972
 V5.15.txt:7973
 V5.15.txt:7974
 V5.15.txt:7975
 V5.15.txt:7976
 V5.15.txt:7977
 V5.15.txt:7978
 V5.15.txt:7979
 V5.15.txt:7980
 V5.15.txt:7981
 V5.15.txt:7982
 V5.15.txt:7983
 V5.15.txt:7984
 V5.15.txt:7985
 V5.15.txt:7986
 V5.15.txt:7987
 V5.15.txt:7988
 V5.15.txt:7989
 V5.15.txt:7990
 V5.15.txt:7991
 V5.15.txt:7992
 V5.15.txt:7993
 V5.15.txt:7994
 V5.15.txt:7995
 V5.15.txt:7996
 V5.15.txt:7997
 V5.15.txt:7998
 V5.15.txt:7999
 V5.15.txt:8000
 V5.15.txt:8001
 V5.15.txt:8002
 V5.15.txt:8003
 V5.15.txt:8004
 V5.15.txt:8005
 V5.15.txt:8006
 V5.15.txt:8007
 V5.15.txt:8008
 V5.15.txt:8009
 V5.15.txt:8010
 V5.15.txt:8011
 V5.15.txt:8012
 V5.15.txt:8013
 V5.15.txt:8014
 V5.15.txt:8015
 V5.15.txt:8016
 V5.15.txt:8017
 V5.15.txt:8018
 V5.15.txt:8019
 V5.15.txt:8020
 V5.15.txt:8021
 V5.15.txt:8022
 V5.15.txt:8023
 V5.15.txt:8024
 V5.15.txt:8025
 V5.15.txt:8026
 V5.15.txt:8027
 V5.15.txt:8028
 V5.15.txt:8029
 V5.15.txt:8030
 V5.15.txt:8031
 V5.15.txt:8032
 V5.15.txt:8033
 V5.15.txt:8034
 V5.15.txt:8035
 V5.15.txt:8036
 V5.15.txt:8037
 V5.15.txt:8038
 V5.15.txt:8039
 V5.15.txt:8040
 V5.15.txt:8041
 V5.15.txt:8042
 V5.15.txt:8043
 V5.15.txt:8044
 V5.15.txt:8045
 V5.15.txt:8046
 V5.15.txt:8047
 V5.15.txt:8048
 V5.15.txt:8049
 V5.15.txt:8050
 V5.15.txt:8051
 V5.15.txt:8052
 V5.15.txt:8053
 V5.15.txt:8054
 V5.15.txt:8055
 V5.15.txt:8056
 V5.15.txt:8057
 V5.15.txt:8058
 V5.15.txt:8059
 V5.15.txt:8060
 V5.15.txt:8061
 V5.15.txt:8062
 V5.15.txt:8063
 V5.15.txt:8064
 V5.15.txt:8065
 V5.15.txt:8066
 V5.15.txt:8067
 V5.15.txt:8068
 V5.15.txt:8069
 V5.15.txt:8070
 V5.15.txt:8071
 V5.15.txt:8072
 V5.15.txt:8073
 V5.15.txt:8074
 V5.15.txt:8075
 V5.15.txt:8076
 V5.15.txt:8077
 V5.15.txt:8078
 V5.15.txt:8079
 V5.15.txt:8080
 V5.15.txt:8081
 V5.15.txt:8082
 V5.15.txt:8083
 V5.15.txt:8084
 V5.15.txt:8085
 V5.15.txt:8086
 V5.15.txt:8087
 V5.15.txt:8088
 V5.15.txt:8089
 V5.15.txt:8090
 V5.15.txt:8091
 V5.15.txt:8092
 V5.15.txt:8093
 V5.15.txt:8094
 V5.15.txt:8095
 V5.15.txt:8096
 V5.15.txt:8097
 V5.15.txt:8098
 V5.15.txt:8099
 V5.15.txt:8100
 V5.15.txt:8101
 V5.15.txt:8102
 V5.15.txt:8103
 V5.15.txt:8104
 V5.15.txt:8105
 V5.15.txt:8106
 V5.15.txt:8107
 V5.15.txt:8108
 V5.15.txt:8109
 V5.15.txt:8110
 V5.15.txt:8111
 V5.15.txt:8112
 V5.15.txt:8113
 V5.15.txt:8114
 V5.15.txt:8115
 V5.15.txt:8116
 V5.15.txt:8117
 V5.15.txt:8118
 V5.15.txt:8119
 V5.15.txt:8120
 V5.15.txt:8121
 V5.15.txt:8122
 V5.15.txt:8123
 V5.15.txt:8124
 V5.15.txt:8125
 V5.15.txt:8126
 V5.15.txt:8127
 V5.15.txt:8128
 V5.15.txt:8129
 V5.15.txt:8130
 V5.15.txt:8131
 V5.15.txt:8132
 V5.15.txt:8133
 V5.15.txt:8134
 V5.15.txt:8135
 V5.15.txt:8136
 V5.15.txt:8137
 V5.15.txt:8138
 V5.15.txt:8139
 V5.15.txt:8140
 V5.15.txt:8141
 V5.15.txt:8142
 V5.15.txt:8143
 V5.15.txt:8144
 V5.15.txt:8145
 V5.15.txt:8146
 V5.15.txt:8147
 V5.15.txt:8148
 V5.15.txt:8149
 V5.15.txt:8150
 V5.15.txt:8151
 V5.15.txt:8152
 V5.15.txt:8153
 V5.15.txt:8154
 V5.15.txt:8155
 V5.15.txt:8156
 V5.15.txt:8157
 V5.15.txt:8158
 V5.15.txt:8159
 V5.15.txt:8160
 V5.15.txt:8161
 V5.15.txt:8162
 V5.15.txt:8163
 V5.15.txt:8164
 V5.15.txt:8165
 V5.15.txt:8166
 V5.15.txt:8167
 V5.15.txt:8168
 V5.15.txt:8169
 V5.15.txt:8170
 V5.15.txt:8171
 V5.15.txt:8172
 V5.15.txt:8173
 V5.15.txt:8174
 V5.15.txt:8175
 V5.15.txt:8176
 V5.15.txt:8177
 V5.15.txt:8178
 V5.15.txt:8179
 V5.15.txt:8180
 V5.15.txt:8181
 V5.15.txt:8182
 V5.15.txt:8183
 V5.15.txt:8184
 V5.15.txt:8185
 V5.15.txt:8186
 V5.15.txt:8187
 V5.15.txt:8188
 V5.15.txt:8189
 V5.15.txt:8190
 V5.15.txt:8191
 V5.15.txt:8192
 V5.15.txt:8193
 V5.15.txt:8194
 V5.15.txt:8195
 V5.15.txt:8196
 V5.15.txt:8197
 V5.15.txt:8198
 V5.15.txt:8199
 V5.15.txt:8200
 V5.15.txt:8201
 V5.15.txt:8202
 V5.15.txt:8203
 V5.15.txt:8204
 V5.15.txt:8205
 V5.15.txt:8206
 V5.15.txt:8207
 V5.15.txt:8208
 V5.15.txt:8209
 V5.15.txt:8210
 V5.15.txt:8211
 V5.15.txt:8212
 V5.15.txt:8213
 V5.15.txt:8214
 V5.15.txt:8215
 V5.15.txt:8216
 V5.15.txt:8217
 V5.15.txt:8218
 V5.15.txt:8219
 V5.15.txt:8220
 V5.15.txt:8221
 V5.15.txt:8222
 V5.15.txt:8223
 V5.15.txt:8224
 V5.15.txt:8225
 V5.15.txt:8226
 V5.15.txt:8227
 V5.15.txt:8228
 V5.15.txt:8229
 V5.15.txt:8230
 V5.15.txt:8231
 V5.15.txt:8232
 V5.15.txt:8233
 V5.15.txt:8234
 V5.15.txt:8235
 V5.15.txt:8236
 V5.15.txt:8237
 V5.15.txt:8238
 V5.15.txt:8239
 V5.15.txt:8240
 V5.15.txt:8241
 V5.15.txt:8242
 V5.15.txt:8243
 V5.15.txt:8244
 V5.15.txt:8245
 V5.15.txt:8246
 V5.15.txt:8247
 V5.15.txt:8248
 V5.15.txt:8249
 V5.15.txt:8250
 V5.15.txt:8251
 V5.15.txt:8252
 V5.15.txt:8253
 V5.15.txt:8254
 V5.15.txt:8255
 V5.15.txt:8256
 V5.15.txt:8257
 V5.15.txt:8258
 V5.15.txt:8259
 V5.15.txt:8260
 V5.15.txt:8261
 V5.15.txt:8262
 V5.15.txt:8263
 V5.15.txt:8264
 V5.15.txt:8265
 V5.15.txt:8266
 V5.15.txt:8267
 V5.15.txt:8268
 V5.15.txt:8269
 V5.15.txt:8270
 V5.15.txt:8271
 V5.15.txt:8272
 V5.15.txt:8273
 V5.15.txt:8274
 V5.15.txt:8275
 V5.15.txt:8276
 V5.15.txt:8277
 V5.15.txt:8278
 V5.15.txt:8279
 V5.15.txt:8280
 V5.15.txt:8281
 V5.15.txt:8282
 V5.15.txt:8283
 V5.15.txt:8284
 V5.15.txt:8285
 V5.15.txt:8286
 V5.15.txt:8287
 V5.15.txt:8288
 V5.15.txt:8289
 V5.15.txt:8290
 V5.15.txt:8291
 V5.15.txt:8292
 V5.15.txt:8293
 V5.15.txt:8294
 V5.15.txt:8295
 V5.15.txt:8296
 V5.15.txt:8297
 V5.15.txt:8298
 V5.15.txt:8299
 V5.15.txt:8300
 V5.15.txt:8301
 V5.15.txt:8302
 V5.15.txt:8303
 V5.15.txt:8304
 V5.15.txt:8305
 V5.15.txt:8306
 V5.15.txt:8307
 V5.15.txt:8308
 V5.15.txt:8309
 V5.15.txt:8310
 V5.15.txt:8311
 V5.15.txt:8312
 V5.15.txt:8313
 V5.15.txt:8314
 V5.15.txt:8315
 V5.15.txt:8316
 V5.15.txt:8317
 V5.15.txt:8318
 V5.15.txt:8319
 V5.15.txt:8320
 V5.15.txt:8321
 V5.15.txt:8322
 V5.15.txt:8323
 V5.15.txt:8324
 V5.15.txt:8325
 V5.15.txt:8326
 V5.15.txt:8327
 V5.15.txt:8328
 V5.15.txt:8329
 V5.15.txt:8330
 V5.15.txt:8331
 V5.15.txt:8332
 V5.15.txt:8333
 V5.15.txt:8334
 V5.15.txt:8335
 V5.15.txt:8336
 V5.15.txt:8337
 V5.15.txt:8338
 V5.15.txt:8339
 V5.15.txt:8340
 V5.15.txt:8341
 V5.15.txt:8342
 V5.15.txt:8343
 V5.15.txt:8344
 V5.15.txt:8345
 V5.15.txt:8346
 V5.15.txt:8347
 V5.15.txt:8348
 V5.15.txt:8349
 V5.15.txt:8350
 V5.15.txt:8351
 V5.15.txt:8352
 V5.15.txt:8353
 V5.15.txt:8354
 V5.15.txt:8355
 V5.15.txt:8356
 V5.15.txt:8357
 V5.15.txt:8358
 V5.15.txt:8359
 V5.15.txt:8360
 V5.15.txt:8361
 V5.15.txt:8362
 V5.15.txt:8363
 V5.15.txt:8364
 V5.15.txt:8365
 V5.15.txt:8366
 V5.15.txt:8367
 V5.15.txt:8368
 V5.15.txt:8369
 V5.15.txt:8370
 V5.15.txt:8371
 V5.15.txt:8372
 V5.15.txt:8373
 V5.15.txt:8374
 V5.15.txt:8375
 V5.15.txt:8376
 V5.15.txt:8377
 V5.15.txt:8378
 V5.15.txt:8379
 V5.15.txt:8380
 V5.15.txt:8381
 V5.15.txt:8382
 V5.15.txt:8383
 V5.15.txt:8384
 V5.15.txt:8385
 V5.15.txt:8386
 V5.15.txt:8387
 V5.15.txt:8388
 V5.15.txt:8389
 V5.15.txt:8390
 V5.15.txt:8391
 V5.15.txt:8392
 V5.15.txt:8393
 V5.15.txt:8394
 V5.15.txt:8395
 V5.15.txt:8396
 V5.15.txt:8397
 V5.15.txt:8398
 V5.15.txt:8399
 V5.15.txt:8400
 V5.15.txt:8401
 V5.15.txt:8402
 V5.15.txt:8403
 V5.15.txt:8404
 V5.15.txt:8405
 V5.15.txt:8406
 V5.15.txt:8407
 V5.15.txt:8408
 V5.15.txt:8409
 V5.15.txt:8410
 V5.15.txt:8411
 V5.15.txt:8412
 V5.15.txt:8413
 V5.15.txt:8414
 V5.15.txt:8415
 V5.15.txt:8416
 V5.15.txt:8417
 V5.15.txt:8418
 V5.15.txt:8419
 V5.15.txt:8420
 V5.15.txt:8421
 V5.15.txt:8422
 V5.15.txt:8423
 V5.15.txt:8424
 V5.15.txt:8425
 V5.15.txt:8426
 V5.15.txt:8427
 V5.15.txt:8428
 V5.15.txt:8429
 V5.15.txt:8430
 V5.15.txt:8431
 V5.15.txt:8432
 V5.15.txt:8433
 V5.15.txt:8434
 V5.15.txt:8435
 V5.15.txt:8436
 V5.15.txt:8437
 V5.15.txt:8438
 V5.15.txt:8439
 V5.15.txt:8440
 V5.15.txt:8441
 V5.15.txt:8442
 V5.15.txt:8443
 V5.15.txt:8444
 V5.15.txt:8445
 V5.15.txt:8446
 V5.15.txt:8447
 V5.15.txt:8448
 V5.15.txt:8449
 V5.15.txt:8450
 V5.15.txt:8451
 V5.15.txt:8452
 V5.15.txt:8453
 V5.15.txt:8454
 V5.15.txt:8455
 V5.15.txt:8456
 V5.15.txt:8457
 V5.15.txt:8458
 V5.15.txt:8459
 V5.15.txt:8460
 V5.15.txt:8461
 V5.15.txt:8462
 V5.15.txt:8463
 V5.15.txt:8464
 V5.15.txt:8465
 V5.15.txt:8466
 V5.15.txt:8467
 V5.15.txt:8468
 V5.15.txt:8469
 V5.15.txt:8470
 V5.15.txt:8471
 V5.15.txt:8472
 V5.15.txt:8473
 V5.15.txt:8474
 V5.15.txt:8475
 V5.15.txt:8476
 V5.15.txt:8477
 V5.15.txt:8478
 V5.15.txt:8479
 V5.15.txt:8480
 V5.15.txt:8481
 V5.15.txt:8482
 V5.15.txt:8483
 V5.15.txt:8484
 V5.15.txt:8485
 V5.15.txt:8486
 V5.15.txt:8487
 V5.15.txt:8488
 V5.15.txt:8489
 V5.15.txt:8490
 V5.15.txt:8491
 V5.15.txt:8492
 V5.15.txt:8493
 V5.15.txt:8494
 V5.15.txt:8495
 V5.15.txt:8496
 V5.15.txt:8497
 V5.15.txt:8498
 V5.15.txt:8499
 V5.15.txt:8500
 V5.15.txt:8501
 V5.15.txt:8502
 V5.15.txt:8503
 V5.15.txt:8504
 V5.15.txt:8505
 V5.15.txt:8506
 V5.15.txt:8507
 V5.15.txt:8508
 V5.15.txt:8509
 V5.15.txt:8510
 V5.15.txt:8511
 V5.15.txt:8512
 V5.15.txt:8513
 V5.15.txt:8514
 V5.15.txt:8515
 V5.15.txt:8516
 V5.15.txt:8517
 V5.15.txt:8518
 V5.15.txt:8519
 V5.15.txt:8520
 V5.15.txt:8521
 V5.15.txt:8522
 V5.15.txt:8523
 V5.15.txt:8524
 V5.15.txt:8525
 V5.15.txt:8526
 V5.15.txt:8527
 V5.15.txt:8528
 V5.15.txt:8529
 V5.15.txt:8530
 V5.15.txt:8531
 V5.15.txt:8532
 V5.15.txt:8533
 V5.15.txt:8534
 V5.15.txt:8535
 V5.15.txt:8536
 V5.15.txt:8537
 V5.15.txt:8538
 V5.15.txt:8539
 V5.15.txt:8540
 V5.15.txt:8541
 V5.15.txt:8542
 V5.15.txt:8543
 V5.15.txt:8544
 V5.15.txt:8545
 V5.15.txt:8546
 V5.15.txt:8547
 V5.15.txt:8548
 V5.15.txt:8549
 V5.15.txt:8550
 V5.15.txt:8551
 V5.15.txt:8552
 V5.15.txt:8553
 V5.15.txt:8554
 V5.15.txt:8555
 V5.15.txt:8556
 V5.15.txt:8557
 V5.15.txt:8558
 V5.15.txt:8559
 V5.15.txt:8560
 V5.15.txt:8561
 V5.15.txt:8562
 V5.15.txt:8563
 V5.15.txt:8564
 V5.15.txt:8565
 V5.15.txt:8566
 V5.15.txt:8567
 V5.15.txt:8568
 V5.15.txt:8569
 V5.15.txt:8570
 V5.15.txt:8571
 V5.15.txt:8572
 V5.15.txt:8573
 V5.15.txt:8574
 V5.15.txt:8575
 V5.15.txt:8576
 V5.15.txt:8577
 V5.15.txt:8578
 V5.15.txt:8579
 V5.15.txt:8580
 V5.15.txt:8581
 V5.15.txt:8582
 V5.15.txt:8583
 V5.15.txt:8584
 V5.15.txt:8585
 V5.15.txt:8586
 V5.15.txt:8587
 V5.15.txt:8588
 V5.15.txt:8589
 V5.15.txt:8590
 V5.15.txt:8591
 V5.15.txt:8592
 V5.15.txt:8593
 V5.15.txt:8594
 V5.15.txt:8595
 V5.15.txt:8596
 V5.15.txt:8597
 V5.15.txt:8598
 V5.15.txt:8599
 V5.15.txt:8600
 V5.15.txt:8601
 V5.15.txt:8602
 V5.15.txt:8603
 V5.15.txt:8604
 V5.15.txt:8605
 V5.15.txt:8606
 V5.15.txt:8607
 V5.15.txt:8608
 V5.15.txt:8609
 V5.15.txt:8610
 V5.15.txt:8611
 V5.15.txt:8612
 V5.15.txt:8613
 V5.15.txt:8614
 V5.15.txt:8615
 V5.15.txt:8616
 V5.15.txt:8617
 V5.15.txt:8618
 V5.15.txt:8619
 V5.15.txt:8620
 V5.15.txt:8621
 V5.15.txt:8622
 V5.15.txt:8623
 V5.15.txt:8624
 V5.15.txt:8625
 V5.15.txt:8626
 V5.15.txt:8627
 V5.15.txt:8628
 V5.15.txt:8629
 V5.15.txt:8630
 V5.15.txt:8631
 V5.15.txt:8632
 V5.15.txt:8633
 V5.15.txt:8634
 V5.15.txt:8635
 V5.15.txt:8636
 V5.15.txt:8637
 V5.15.txt:8638
 V5.15.txt:8639
 V5.15.txt:8640
 V5.15.txt:8641
 V5.15.txt:8642
 V5.15.txt:8643
 V5.15.txt:8644
 V5.15.txt:8645
 V5.15.txt:8646
 V5.15.txt:8647
 V5.15.txt:8648
 V5.15.txt:8649
 V5.15.txt:8650
 V5.15.txt:8651
 V5.15.txt:8652
 V5.15.txt:8653
 V5.15.txt:8654
 V5.15.txt:8655
 V5.15.txt:8656
 V5.15.txt:8657
 V5.15.txt:8658
 V5.15.txt:8659
 V5.15.txt:8660
 V5.15.txt:8661
 V5.15.txt:8662
 V5.15.txt:8663
 V5.15.txt:8664
 V5.15.txt:8665
 V5.15.txt:8666
 V5.15.txt:8667
 V5.15.txt:8668
 V5.15.txt:8669
 V5.15.txt:8670
 V5.15.txt:8671
 V5.15.txt:8672
 V5.15.txt:8673
 V5.15.txt:8674
 V5.15.txt:8675
 V5.15.txt:8676
 V5.15.txt:8677
 V5.15.txt:8678
 V5.15.txt:8679
 V5.15.txt:8680
 V5.15.txt:8681
 V5.15.txt:8682
 V5.15.txt:8683
 V5.15.txt:8684
 V5.15.txt:8685
 V5.15.txt:8686
 V5.15.txt:8687
 V5.15.txt:8688
 V5.15.txt:8689
 V5.15.txt:8690
 V5.15.txt:8691
 V5.15.txt:8692
 V5.15.txt:8693
 V5.15.txt:8694
 V5.15.txt:8695
 V5.15.txt:8696
 V5.15.txt:8697
 V5.15.txt:8698
 V5.15.txt:8699
 V5.15.txt:8700
 V5.15.txt:8701
 V5.15.txt:8702
 V5.15.txt:8703
 V5.15.txt:8704
 V5.15.txt:8705
 V5.15.txt:8706
 V5.15.txt:8707
 V5.15.txt:8708
 V5.15.txt:8709
 V5.15.txt:8710
 V5.15.txt:8711
 V5.15.txt:8712
 V5.15.txt:8713
 V5.15.txt:8714
 V5.15.txt:8715
 V5.15.txt:8716
 V5.15.txt:8717
 V5.15.txt:8718
 V5.15.txt:8719
 V5.15.txt:8720
 V5.15.txt:8721
 V5.15.txt:8722
 V5.15.txt:8723
 V5.15.txt:8724
 V5.15.txt:8725
 V5.15.txt:8726
 V5.15.txt:8727
 V5.15.txt:8728
 V5.15.txt:8729
 V5.15.txt:8730
 V5.15.txt:8731
 V5.15.txt:8732
 V5.15.txt:8733
 V5.15.txt:8734
 V5.15.txt:8735
 V5.15.txt:8736
 V5.15.txt:8737
 V5.15.txt:8738
 V5.15.txt:8739
 V5.15.txt:8740
 V5.15.txt:8741
 V5.15.txt:8742
 V5.15.txt:8743
 V5.15.txt:8744
 V5.15.txt:8745
 V5.15.txt:8746
 V5.15.txt:8747
 V5.15.txt:8748
 V5.15.txt:8749
 V5.15.txt:8750
 V5.15.txt:8751
 V5.15.txt:8752
 V5.15.txt:8753
 V5.15.txt:8754
 V5.15.txt:8755
 V5.15.txt:8756
 V5.15.txt:8757
 V5.15.txt:8758
 V5.15.txt:8759
 V5.15.txt:8760
 V5.15.txt:8761
 V5.15.txt:8762
 V5.15.txt:8763
 V5.15.txt:8764
 V5.15.txt:8765
 V5.15.txt:8766
 V5.15.txt:8767
 V5.15.txt:8768
 V5.15.txt:8769
 V5.15.txt:8770
 V5.15.txt:8771
 V5.15.txt:8772
 V5.15.txt:8773
 V5.15.txt:8774
 V5.15.txt:8775
 V5.15.txt:8776
 V5.15.txt:8777
 V5.15.txt:8778
 V5.15.txt:8779
 V5.15.txt:8780
 V5.15.txt:8781
 V5.15.txt:8782
 V5.15.txt:8783
 V5.15.txt:8784
 V5.15.txt:8785
 V5.15.txt:8786
 V5.15.txt:8787
 V5.15.txt:8788
 V5.15.txt:8789
 V5.15.txt:8790
 V5.15.txt:8791
 V5.15.txt:8792
 V5.15.txt:8793
 V5.15.txt:8794
 V5.15.txt:8795
 V5.15.txt:8796
 V5.15.txt:8797
 V5.15.txt:8798
 V5.15.txt:8799
 V5.15.txt:8800
 V5.15.txt:8801
 V5.15.txt:8802
 V5.15.txt:8803
 V5.15.txt:8804
 V5.15.txt:8805
 V5.15.txt:8806
 V5.15.txt:8807
 V5.15.txt:8808
 V5.15.txt:8809
 V5.15.txt:8810
 V5.15.txt:8811
 V5.15.txt:8812
 V5.15.txt:8813
 V5.15.txt:8814
 V5.15.txt:8815
 V5.15.txt:8816
 V5.15.txt:8817
 V5.15.txt:8818
 V5.15.txt:8819
 V5.15.txt:8820
 V5.15.txt:8821
 V5.15.txt:8822
 V5.15.txt:8823
 V5.15.txt:8824
 V5.15.txt:8825
 V5.15.txt:8826
 V5.15.txt:8827
 V5.15.txt:8828
 V5.15.txt:8829
 V5.15.txt:8830
 V5.15.txt:8831
 V5.15.txt:8832
 V5.15.txt:8833
 V5.15.txt:8834
 V5.15.txt:8835
 V5.15.txt:8836
 V5.15.txt:8837
 V5.15.txt:8838
 V5.15.txt:8839
 V5.15.txt:8840
 V5.15.txt:8841
 V5.15.txt:8842
 V5.15.txt:8843
 V5.15.txt:8844
 V5.15.txt:8845
 V5.15.txt:8846
 V5.15.txt:8847
 V5.15.txt:8848
 V5.15.txt:8849
 V5.15.txt:8850
 V5.15.txt:8851
 V5.15.txt:8852
 V5.15.txt:8853
 V5.15.txt:8854
 V5.15.txt:8855
 V5.15.txt:8856
 V5.15.txt:8857
 V5.15.txt:8858
 V5.15.txt:8859
 V5.15.txt:8860
 V5.15.txt:8861
 V5.15.txt:8862
 V5.15.txt:8863
 V5.15.txt:8864
 V5.15.txt:8865
 V5.15.txt:8866
 V5.15.txt:8867
 V5.15.txt:8868
 V5.15.txt:8869
 V5.15.txt:8870
 V5.15.txt:8871
 V5.15.txt:8872
 V5.15.txt:8873
 V5.15.txt:8874
 V5.15.txt:8875
 V5.15.txt:8876
 V5.15.txt:8877
 V5.15.txt:8878
 V5.15.txt:8879
 V5.15.txt:8880
 V5.15.txt:8881
 V5.15.txt:8882
 V5.15.txt:8883
 V5.15.txt:8884
 V5.15.txt:8885
 V5.15.txt:8886
 V5.15.txt:8887
 V5.15.txt:8888
 V5.15.txt:8889
 V5.15.txt:8890
 V5.15.txt:8891
 V5.15.txt:8892
 V5.15.txt:8893
 V5.15.txt:8894
 V5.15.txt:8895
 V5.15.txt:8896
 V5.15.txt:8897
 V5.15.txt:8898
 V5.15.txt:8899
 V5.15.txt:8900
 V5.15.txt:8901
 V5.15.txt:8902
 V5.15.txt:8903
 V5.15.txt:8904
 V5.15.txt:8905
 V5.15.txt:8906
 V5.15.txt:8907
 V5.15.txt:8908
 V5.15.txt:8909
 V5.15.txt:8910
 V5.15.txt:8911
 V5.15.txt:8912
 V5.15.txt:8913
 V5.15.txt:8914
 V5.15.txt:8915
 V5.15.txt:8916
 V5.15.txt:8917
 V5.15.txt:8918
 V5.15.txt:8919
 V5.15.txt:8920
 V5.15.txt:8921
 V5.15.txt:8922
 V5.15.txt:8923
 V5.15.txt:8924
 V5.15.txt:8925
 V5.15.txt:8926
 V5.15.txt:8927
 V5.15.txt:8928
 V5.15.txt:8929
 V5.15.txt:8930
 V5.15.txt:8931
 V5.15.txt:8932
 V5.15.txt:8933
 V5.15.txt:8934
 V5.15.txt:8935
 V5.15.txt:8936
 V5.15.txt:8937
 V5.15.txt:8938
 V5.15.txt:8939
 V5.15.txt:8940
 V5.15.txt:8941
 V5.15.txt:8942
 V5.15.txt:8943
 V5.15.txt:8944
 V5.15.txt:8945
 V5.15.txt:8946
 V5.15.txt:8947
 V5.15.txt:8948
 V5.15.txt:8949
 V5.15.txt:8950
 V5.15.txt:8951
 V5.15.txt:8952
 V5.15.txt:8953
 V5.15.txt:8954
 V5.15.txt:8955
 V5.15.txt:8956
 V5.15.txt:8957
 V5.15.txt:8958
 V5.15.txt:8959
 V5.15.txt:8960
 V5.15.txt:8961
 V5.15.txt:8962
 V5.15.txt:8963
 V5.15.txt:8964
 V5.15.txt:8965
 V5.15.txt:8966
 V5.15.txt:8967
 V5.15.txt:8968
 V5.15.txt:8969
 V5.15.txt:8970
 V5.15.txt:8971
 V5.15.txt:8972
 V5.15.txt:8973
 V5.15.txt:8974
 V5.15.txt:8975
 V5.15.txt:8976
 V5.15.txt:8977
 V5.15.txt:8978
 V5.15.txt:8979
 V5.15.txt:8980
 V5.15.txt:8981
 V5.15.txt:8982
 V5.15.txt:8983
 V5.15.txt:8984
 V5.15.txt:8985
 V5.15.txt:8986
 V5.15.txt:8987
 V5.15.txt:8988
 V5.15.txt:8989
 V5.15.txt:8990
 V5.15.txt:8991
 V5.15.txt:8992
 V5.15.txt:8993
 V5.15.txt:8994
 V5.15.txt:8995
 V5.15.txt:8996
 V5.15.txt:8997
 V5.15.txt:8998
 V5.15.txt:8999
 V5.15.txt:9000
 V5.15.txt:9001
 V5.15.txt:9002
 V5.15.txt:9003
 V5.15.txt:9004
 V5.15.txt:9005
 V5.15.txt:9006
 V5.15.txt:9007
 V5.15.txt:9008
 V5.15.txt:9009
 V5.15.txt:9010
 V5.15.txt:9011
 V5.15.txt:9012
 V5.15.txt:9013
 V5.15.txt:9014
 V5.15.txt:9015
 V5.15.txt:9016
 V5.15.txt:9017
 V5.15.txt:9018
 V5.15.txt:9019
 V5.15.txt:9020
 V5.15.txt:9021
 V5.15.txt:9022
 V5.15.txt:9023
 V5.15.txt:9024
 V5.15.txt:9025
 V5.15.txt:9026
 V5.15.txt:9027
 V5.15.txt:9028
 V5.15.txt:9029
 V5.15.txt:9030
 V5.15.txt:9031
 V5.15.txt:9032
 V5.15.txt:9033
 V5.15.txt:9034
 V5.15.txt:9035
 V5.15.txt:9036
 V5.15.txt:9037
 V5.15.txt:9038
 V5.15.txt:9039
 V5.15.txt:9040
 V5.15.txt:9041
 V5.15.txt:9042
 V5.15.txt:9043
 V5.15.txt:9044
 V5.15.txt:9045
 V5.15.txt:9046
 V5.15.txt:9047
 V5.15.txt:9048
 V5.15.txt:9049
 V5.15.txt:9050
 V5.15.txt:9051
 V5.15.txt:9052
 V5.15.txt:9053
 V5.15.txt:9054
 V5.15.txt:9055
 V5.15.txt:9056
 V5.15.txt:9057
 V5.15.txt:9058
 V5.15.txt:9059
 V5.15.txt:9060
 V5.15.txt:9061
 V5.15.txt:9062
 V5.15.txt:9063
 V5.15.txt:9064
 V5.15.txt:9065
 V5.15.txt:9066
 V5.15.txt:9067
 V5.15.txt:9068
 V5.15.txt:9069
 V5.15.txt:9070
 V5.15.txt:9071
 V5.15.txt:9072
 V5.15.txt:9073
 V5.15.txt:9074
 V5.15.txt:9075
 V5.15.txt:9076
 V5.15.txt:9077
 V5.15.txt:9078
 V5.15.txt:9079
 V5.15.txt:9080
 V5.15.txt:9081
 V5.15.txt:9082
 V5.15.txt:9083
 V5.15.txt:9084
 V5.15.txt:9085
 V5.15.txt:9086
 V5.15.txt:9087
 V5.15.txt:9088
 V5.15.txt:9089
 V5.15.txt:9090
 V5.15.txt:9091
 V5.15.txt:9092
 V5.15.txt:9093
 V5.15.txt:9094
 V5.15.txt:9095
 V5.15.txt:9096
 V5.15.txt:9097
 V5.15.txt:9098
 V5.15.txt:9099
 V5.15.txt:9100
 V5.15.txt:9101
 V5.15.txt:9102
 V5.15.txt:9103
 V5.15.txt:9104
 V5.15.txt:9105
 V5.15.txt:9106
 V5.15.txt:9107
 V5.15.txt:9108
 V5.15.txt:9109
 V5.15.txt:9110
 V5.15.txt:9111
 V5.15.txt:9112
 V5.15.txt:9113
 V5.15.txt:9114
 V5.15.txt:9115
 V5.15.txt:9116
 V5.15.txt:9117
 V5.15.txt:9118
 V5.15.txt:9119
 V5.15.txt:9120
 V5.15.txt:9121
 V5.15.txt:9122
 V5.15.txt:9123
 V5.15.txt:9124
 V5.15.txt:9125
 V5.15.txt:9126
 V5.15.txt:9127
 V5.15.txt:9128
 V5.15.txt:9129
 V5.15.txt:9130
 V5.15.txt:9131
 V5.15.txt:9132
 V5.15.txt:9133
 V5.15.txt:9134
 V5.15.txt:9135
 V5.15.txt:9136
 V5.15.txt:9137
 V5.15.txt:9138
 V5.15.txt:9139
 V5.15.txt:9140
 V5.15.txt:9141
 V5.15.txt:9142
 V5.15.txt:9143
 V5.15.txt:9144
 V5.15.txt:9145
 V5.15.txt:9146
 V5.15.txt:9147
 V5.15.txt:9148
 V5.15.txt:9149
 V5.15.txt:9150
 V5.15.txt:9151
 V5.15.txt:9152
 V5.15.txt:9153
 V5.15.txt:9154
 V5.15.txt:9155
 V5.15.txt:9156
 V5.15.txt:9157
 V5.15.txt:9158
 V5.15.txt:9159
 V5.15.txt:9160
 V5.15.txt:9161
 V5.15.txt:9162
 V5.15.txt:9163
 V5.15.txt:9164
 V5.15.txt:9165
 V5.15.txt:9166
 V5.15.txt:9167
 V5.15.txt:9168
 V5.15.txt:9169
 V5.15.txt:9170
 V5.15.txt:9171
 V5.15.txt:9172
 V5.15.txt:9173
 V5.15.txt:9174
 V5.15.txt:9175
 V5.15.txt:9176
 V5.15.txt:9177
 V5.15.txt:9178
 V5.15.txt:9179
 V5.15.txt:9180
 V5.15.txt:9181
 V5.15.txt:9182
 V5.15.txt:9183
 V5.15.txt:9184
 V5.15.txt:9185
 V5.15.txt:9186
 V5.15.txt:9187
 V5.15.txt:9188
 V5.15.txt:9189
 V5.15.txt:9190
 V5.15.txt:9191
 V5.15.txt:9192
 V5.15.txt:9193
 V5.15.txt:9194
 V5.15.txt:9195
 V5.15.txt:9196
 V5.15.txt:9197
 V5.15.txt:9198
 V5.15.txt:9199
 V5.15.txt:9200
 V5.15.txt:9201
 V5.15.txt:9202
 V5.15.txt:9203
 V5.15.txt:9204
 V5.15.txt:9205
 V5.15.txt:9206
 V5.15.txt:9207
 V5.15.txt:9208
 V5.15.txt:9209
 V5.15.txt:9210
 V5.15.txt:9211
 V5.15.txt:9212
 V5.15.txt:9213
 V5.15.txt:9214
 V5.15.txt:9215
 V5.15.txt:9216
 V5.15.txt:9217
 V5.15.txt:9218
 V5.15.txt:9219
 V5.15.txt:9220
 V5.15.txt:9221
 V5.15.txt:9222
 V5.15.txt:9223
 V5.15.txt:9224
 V5.15.txt:9225
 V5.15.txt:9226
 V5.15.txt:9227
 V5.15.txt:9228
 V5.15.txt:9229
 V5.15.txt:9230
 V5.15.txt:9231
 V5.15.txt:9232
 V5.15.txt:9233
 V5.15.txt:9234
 V5.15.txt:9235
 V5.15.txt:9236
 V5.15.txt:9237
 V5.15.txt:9238
 V5.15.txt:9239
 V5.15.txt:9240
 V5.15.txt:9241
 V5.15.txt:9242
 V5.15.txt:9243
 V5.15.txt:9244
 V5.15.txt:9245
 V5.15.txt:9246
 V5.15.txt:9247
 V5.15.txt:9248
 V5.15.txt:9249
 V5.15.txt:9250
 V5.15.txt:9251
 V5.15.txt:9252
 V5.15.txt:9253
 V5.15.txt:9254
 V5.15.txt:9255
 V5.15.txt:9256
 V5.15.txt:9257
 V5.15.txt:9258
 V5.15.txt:9259
 V5.15.txt:9260
 V5.15.txt:9261
 V5.15.txt:9262
 V5.15.txt:9263
 V5.15.txt:9264
 V5.15.txt:9265
 V5.15.txt:9266
 V5.15.txt:9267
 V5.15.txt:9268
 V5.15.txt:9269
 V5.15.txt:9270
 V5.15.txt:9271
 V5.15.txt:9272
 V5.15.txt:9273
 V5.15.txt:9274
 V5.15.txt:9275
 V5.15.txt:9276
 V5.15.txt:9277
 V5.15.txt:9278
 V5.15.txt:9279
 V5.15.txt:9280
 V5.15.txt:9281
 V5.15.txt:9282
 V5.15.txt:9283
 V5.15.txt:9284
 V5.15.txt:9285
 V5.15.txt:9286
 V5.15.txt:9287
 V5.15.txt:9288
 V5.15.txt:9289
 V5.15.txt:9290
 V5.15.txt:9291
 V5.15.txt:9292
 V5.15.txt:9293
 V5.15.txt:9294
 V5.15.txt:9295
 V5.15.txt:9296
 V5.15.txt:9297
 V5.15.txt:9298
 V5.15.txt:9299
 V5.15.txt:9300
 V5.15.txt:9301
 V5.15.txt:9302
 V5.15.txt:9303
 V5.15.txt:9304
 V5.15.txt:9305
 V5.15.txt:9306
 V5.15.txt:9307
 V5.15.txt:9308
 V5.15.txt:9309
 V5.15.txt:9310
 V5.15.txt:9311
 V5.15.txt:9312
 V5.15.txt:9313
 V5.15.txt:9314
 V5.15.txt:9315
 V5.15.txt:9316
 V5.15.txt:9317
 V5.15.txt:9318
 V5.15.txt:9319
 V5.15.txt:9320
 V5.15.txt:9321
 V5.15.txt:9322
 V5.15.txt:9323
 V5.15.txt:9324
 V5.15.txt:9325
 V5.15.txt:9326
 V5.15.txt:9327
 V5.15.txt:9328
 V5.15.txt:9329
 V5.15.txt:9330
 V5.15.txt:9331
 V5.15.txt:9332
 V5.15.txt:9333
 V5.15.txt:9334
 V5.15.txt:9335
 V5.15.txt:9336
 V5.15.txt:9337
 V5.15.txt:9338
 V5.15.txt:9339
 V5.15.txt:9340
 V5.15.txt:9341
 V5.15.txt:9342
 V5.15.txt:9343
 V5.15.txt:9344
 V5.15.txt:9345
 V5.15.txt:9346
 V5.15.txt:9347
 V5.15.txt:9348
 V5.15.txt:9349
 V5.15.txt:9350
 V5.15.txt:9351
 V5.15.txt:9352
 V5.15.txt:9353
 V5.15.txt:9354
 V5.15.txt:9355
 V5.15.txt:9356
 V5.15.txt:9357
 V5.15.txt:9358
 V5.15.txt:9359
 V5.15.txt:9360
 V5.15.txt:9361
 V5.15.txt:9362
 V5.15.txt:9363
 V5.15.txt:9364
 V5.15.txt:9365
 V5.15.txt:9366
 V5.15.txt:9367
 V5.15.txt:9368
 V5.15.txt:9369
 V5.15.txt:9370
 V5.15.txt:9371
 V5.15.txt:9372
 V5.15.txt:9373
 V5.15.txt:9374
 V5.15.txt:9375
 V5.15.txt:9376
 V5.15.txt:9377
 V5.15.txt:9378
 V5.15.txt:9379
 V5.15.txt:9380
 V5.15.txt:9381
 V5.15.txt:9382
 V5.15.txt:9383
 V5.15.txt:9384
 V5.15.txt:9385
 V5.15.txt:9386
 V5.15.txt:9387
 V5.15.txt:9388
 V5.15.txt:9389
 V5.15.txt:9390
 V5.15.txt:9391
 V5.15.txt:9392
 V5.15.txt:9393
 V5.15.txt:9394
 V5.15.txt:9395
 V5.15.txt:9396
 V5.15.txt:9397
 V5.15.txt:9398
 V5.15.txt:9399
 V5.15.txt:9400
 V5.15.txt:9401
 V5.15.txt:9402
 V5.15.txt:9403
 V5.15.txt:9404
 V5.15.txt:9405
 V5.15.txt:9406
 V5.15.txt:9407
 V5.15.txt:9408
 V5.15.txt:9409
 V5.15.txt:9410
 V5.15.txt:9411
 V5.15.txt:9412
 V5.15.txt:9413
 V5.15.txt:9414
 V5.15.txt:9415
 V5.15.txt:9416
 V5.15.txt:9417
 V5.15.txt:9418
 V5.15.txt:9419
 V5.15.txt:9420
 V5.15.txt:9421
 V5.15.txt:9422
 V5.15.txt:9423
 V5.15.txt:9424
 V5.15.txt:9425
 V5.15.txt:9426
 V5.15.txt:9427
 V5.15.txt:9428
 V5.15.txt:9429
 V5.15.txt:9430
 V5.15.txt:9431
 V5.15.txt:9432
 V5.15.txt:9433
 V5.15.txt:9434
 V5.15.txt:9435
 V5.15.txt:9436
 V5.15.txt:9437
 V5.15.txt:9438
 V5.15.txt:9439
 V5.15.txt:9440
 V5.15.txt:9441
 V5.15.txt:9442
 V5.15.txt:9443
 V5.15.txt:9444
 V5.15.txt:9445
 V5.15.txt:9446
 V5.15.txt:9447
 V5.15.txt:9448
 V5.15.txt:9449
 V5.15.txt:9450
 V5.15.txt:9451
 V5.15.txt:9452
 V5.15.txt:9453
 V5.15.txt:9454
 V5.15.txt:9455
 V5.15.txt:9456
 V5.15.txt:9457
 V5.15.txt:9458
 V5.15.txt:9459
 V5.15.txt:9460
 V5.15.txt:9461
 V5.15.txt:9462
 V5.15.txt:9463
 V5.15.txt:9464
 V5.15.txt:9465
 V5.15.txt:9466
 V5.15.txt:9467
 V5.15.txt:9468
 V5.15.txt:9469
 V5.15.txt:9470
 V5.15.txt:9471
 V5.15.txt:9472
 V5.15.txt:9473
 V5.15.txt:9474
 V5.15.txt:9475
 V5.15.txt:9476
 V5.15.txt:9477
 V5.15.txt:9478
 V5.15.txt:9479
 V5.15.txt:9480
 V5.15.txt:9481
 V5.15.txt:9482
 V5.15.txt:9483
 V5.15.txt:9484
 V5.15.txt:9485
 V5.15.txt:9486
 V5.15.txt:9487
 V5.15.txt:9488
 V5.15.txt:9489
 V5.15.txt:9490
 V5.15.txt:9491
 V5.15.txt:9492
 V5.15.txt:9493
 V5.15.txt:9494
 V5.15.txt:9495
 V5.15.txt:9496
 V5.15.txt:9497
 V5.15.txt:9498
 V5.15.txt:9499
 V5.15.txt:9500
 V5.15.txt:9501
 V5.15.txt:9502
 V5.15.txt:9503
 V5.15.txt:9504
 V5.15.txt:9505
 V5.15.txt:9506
 V5.15.txt:9507
 V5.15.txt:9508
 V5.15.txt:9509
 V5.15.txt:9510
 V5.15.txt:9511
 V5.15.txt:9512
 V5.15.txt:9513
 V5.15.txt:9514
 V5.15.txt:9515
 V5.15.txt:9516
 V5.15.txt:9517
 V5.15.txt:9518
 V5.15.txt:9519
 V5.15.txt:9520
 V5.15.txt:9521
 V5.15.txt:9522
 V5.15.txt:9523
 V5.15.txt:9524
 V5.15.txt:9525
 V5.15.txt:9526
 V5.15.txt:9527
 V5.15.txt:9528
 V5.15.txt:9529
 V5.15.txt:9530
 V5.15.txt:9531
 V5.15.txt:9532
 V5.15.txt:9533
 V5.15.txt:9534
 V5.15.txt:9535
 V5.15.txt:9536
 V5.15.txt:9537
 V5.15.txt:9538
 V5.15.txt:9539
 V5.15.txt:9540
 V5.15.txt:9541
 V5.15.txt:9542
 V5.15.txt:9543
 V5.15.txt:9544
 V5.15.txt:9545
 V5.15.txt:9546
 V5.15.txt:9547
 V5.15.txt:9548
 V5.15.txt:9549
 V5.15.txt:9550
 V5.15.txt:9551
 V5.15.txt:9552
 V5.15.txt:9553
 V5.15.txt:9554
 V5.15.txt:9555
 V5.15.txt:9556
 V5.15.txt:9557
 V5.15.txt:9558
 V5.15.txt:9559
 V5.15.txt:9560
 V5.15.txt:9561
 V5.15.txt:9562
 V5.15.txt:9563
 V5.15.txt:9564
 V5.15.txt:9565
 V5.15.txt:9566
 V5.15.txt:9567
 V5.15.txt:9568
 V5.15.txt:9569
 V5.15.txt:9570
 V5.15.txt:9571
 V5.15.txt:9572
 V5.15.txt:9573
 V5.15.txt:9574
 V5.15.txt:9575
 V5.15.txt:9576
 V5.15.txt:9577
 V5.15.txt:9578
 V5.15.txt:9579
 V5.15.txt:9580
 V5.15.txt:9581
 V5.15.txt:9582
 V5.15.txt:9583
 V5.15.txt:9584
 V5.15.txt:9585
 V5.15.txt:9586
 V5.15.txt:9587
 V5.15.txt:9588
 V5.15.txt:9589
 V5.15.txt:9590
 V5.15.txt:9591
 V5.15.txt:9592
 V5.15.txt:9593
 V5.15.txt:9594
 V5.15.txt:9595
 V5.15.txt:9596
 V5.15.txt:9597
 V5.15.txt:9598
 V5.15.txt:9599
 V5.15.txt:9600
 V5.15.txt:9601
 V5.15.txt:9602
 V5.15.txt:9603
 V5.15.txt:9604
 V5.15.txt:9605
 V5.15.txt:9606
 V5.15.txt:9607
 V5.15.txt:9608
 V5.15.txt:9609
 V5.15.txt:9610
 V5.15.txt:9611
 V5.15.txt:9612
 V5.15.txt:9613
 V5.15.txt:9614
 V5.15.txt:9615
 V5.15.txt:9616
 V5.15.txt:9617
 V5.15.txt:9618
 V5.15.txt:9619
 V5.15.txt:9620
 V5.15.txt:9621
 V5.15.txt:9622
 V5.15.txt:9623
 V5.15.txt:9624
 V5.15.txt:9625
 V5.15.txt:9626
 V5.15.txt:9627
 V5.15.txt:9628
 V5.15.txt:9629
 V5.15.txt:9630
 V5.15.txt:9631
 V5.15.txt:9632
 V5.15.txt:9633
 V5.15.txt:9634
 V5.15.txt:9635
 V5.15.txt:9636
 V5.15.txt:9637
 V5.15.txt:9638
 V5.15.txt:9639
 V5.15.txt:9640
 V5.15.txt:9641
 V5.15.txt:9642
 V5.15.txt:9643
 V5.15.txt:9644
 V5.15.txt:9645
 V5.15.txt:9646
 V5.15.txt:9647
 V5.15.txt:9648
 V5.15.txt:9649
 V5.15.txt:9650
 V5.15.txt:9651
 V5.15.txt:9652
 V5.15.txt:9653
 V5.15.txt:9654
 V5.15.txt:9655
 V5.15.txt:9656
 V5.15.txt:9657
 V5.15.txt:9658
 V5.15.txt:9659
 V5.15.txt:9660
 V5.15.txt:9661
 V5.15.txt:9662
 V5.15.txt:9663
 V5.15.txt:9664
 V5.15.txt:9665
 V5.15.txt:9666
 V5.15.txt:9667
 V5.15.txt:9668
 V5.15.txt:9669
 V5.15.txt:9670
 V5.15.txt:9671
 V5.15.txt:9672
 V5.15.txt:9673
 V5.15.txt:9674
 V5.15.txt:9675
 V5.15.txt:9676
 V5.15.txt:9677
 V5.15.txt:9678
 V5.15.txt:9679
 V5.15.txt:9680
 V5.15.txt:9681
 V5.15.txt:9682
 V5.15.txt:9683
 V5.15.txt:9684
 V5.15.txt:9685
 V5.15.txt:9686
 V5.15.txt:9687
 V5.15.txt:9688
 V5.15.txt:9689
 V5.15.txt:9690
 V5.15.txt:9691
 V5.15.txt:9692
 V5.15.txt:9693
 V5.15.txt:9694
 V5.15.txt:9695
 V5.15.txt:9696
 V5.15.txt:9697
 V5.15.txt:9698
 V5.15.txt:9699
 V5.15.txt:9700
 V5.15.txt:9701
 V5.15.txt:9702
 V5.15.txt:9703
 V5.15.txt:9704
 V5.15.txt:9705
 V5.15.txt:9706
 V5.15.txt:9707
 V5.15.txt:9708
 V5.15.txt:9709
 V5.15.txt:9710
 V5.15.txt:9711
 V5.15.txt:9712
 V5.15.txt:9713
 V5.15.txt:9714
 V5.15.txt:9715
 V5.15.txt:9716
 V5.15.txt:9717
 V5.15.txt:9718
 V5.15.txt:9719
 V5.15.txt:9720
 V5.15.txt:9721
 V5.15.txt:9722
 V5.15.txt:9723
 V5.15.txt:9724
 V5.15.txt:9725
 V5.15.txt:9726
 V5.15.txt:9727
 V5.15.txt:9728
 V5.15.txt:9729
 V5.15.txt:9730
 V5.15.txt:9731
 V5.15.txt:9732
 V5.15.txt:9733
 V5.15.txt:9734
 V5.15.txt:9735
 V5.15.txt:9736
 V5.15.txt:9737
 V5.15.txt:9738
 V5.15.txt:9739
 V5.15.txt:9740
 V5.15.txt:9741
 V5.15.txt:9742
 V5.15.txt:9743
 V5.15.txt:9744
 V5.15.txt:9745
 V5.15.txt:9746
 V5.15.txt:9747
 V5.15.txt:9748
 V5.15.txt:9749
 V5.15.txt:9750
 V5.15.txt:9751
 V5.15.txt:9752
 V5.15.txt:9753
 V5.15.txt:9754
 V5.15.txt:9755
 V5.15.txt:9756
 V5.15.txt:9757
 V5.15.txt:9758
 V5.15.txt:9759
 V5.15.txt:9760
 V5.15.txt:9761
 V5.15.txt:9762
 V5.15.txt:9763
 V5.15.txt:9764
 V5.15.txt:9765
 V5.15.txt:9766
 V5.15.txt:9767
 V5.15.txt:9768
 V5.15.txt:9769
 V5.15.txt:9770
 V5.15.txt:9771
 V5.15.txt:9772
 V5.15.txt:9773
 V5.15.txt:9774
 V5.15.txt:9775
 V5.15.txt:9776
 V5.15.txt:9777
 V5.15.txt:9778
 V5.15.txt:9779
 V5.15.txt:9780
 V5.15.txt:9781
 V5.15.txt:9782
 V5.15.txt:9783
 V5.15.txt:9784
 V5.15.txt:9785
 V5.15.txt:9786
 V5.15.txt:9787
 V5.15.txt:9788
 V5.15.txt:9789
 V5.15.txt:9790
 V5.15.txt:9791
 V5.15.txt:9792
 V5.15.txt:9793
 V5.15.txt:9794
 V5.15.txt:9795
 V5.15.txt:9796
 V5.15.txt:9797
 V5.15.txt:9798
 V5.15.txt:9799
 V5.15.txt:9800
 V5.15.txt:9801
 V5.15.txt:9802
 V5.15.txt:9803
 V5.15.txt:9804
 V5.15.txt:9805
 V5.15.txt:9806
 V5.15.txt:9807
 V5.15.txt:9808
 V5.15.txt:9809
 V5.15.txt:9810
 V5.15.txt:9811
 V5.15.txt:9812
 V5.15.txt:9813
 V5.15.txt:9814
 V5.15.txt:9815
 V5.15.txt:9816
 V5.15.txt:9817
 V5.15.txt:9818
 V5.15.txt:9819
 V5.15.txt:9820
 V5.15.txt:9821
 V5.15.txt:9822
 V5.15.txt:9823
 V5.15.txt:9824
 V5.15.txt:9825
 V5.15.txt:9826
 V5.15.txt:9827
 V5.15.txt:9828
 V5.15.txt:9829
 V5.15.txt:9830
 V5.15.txt:9831
 V5.15.txt:9832
 V5.15.txt:9833
 V5.15.txt:9834
 V5.15.txt:9835
 V5.15.txt:9836
 V5.15.txt:9837
 V5.15.txt:9838
 V5.15.txt:9839
 V5.15.txt:9840
 V5.15.txt:9841
 V5.15.txt:9842
 V5.15.txt:9843
 V5.15.txt:9844
 V5.15.txt:9845
 V5.15.txt:9846
 V5.15.txt:9847
 V5.15.txt:9848
 V5.15.txt:9849
 V5.15.txt:9850
 V5.15.txt:9851
 V5.15.txt:9852
 V5.15.txt:9853
 V5.15.txt:9854
 V5.15.txt:9855
 V5.15.txt:9856
 V5.15.txt:9857
 V5.15.txt:9858
 V5.15.txt:9859
 V5.15.txt:9860
 V5.15.txt:9861
 V5.15.txt:9862
 V5.15.txt:9863
 V5.15.txt:9864
 V5.15.txt:9865
 V5.15.txt:9866
 V5.15.txt:9867
 V5.15.txt:9868
 V5.15.txt:9869
 V5.15.txt:9870
 V5.15.txt:9871
 V5.15.txt:9872
 V5.15.txt:9873
 V5.15.txt:9874
 V5.15.txt:9875
 V5.15.txt:9876
 V5.15.txt:9877
 V5.15.txt:9878
 V5.15.txt:9879
 V5.15.txt:9880
 V5.15.txt:9881
 V5.15.txt:9882
 V5.15.txt:9883
 V5.15.txt:9884
 V5.15.txt:9885
 V5.15.txt:9886
 V5.15.txt:9887
 V5.15.txt:9888
 V5.15.txt:9889
 V5.15.txt:9890
 V5.15.txt:9891
 V5.15.txt:9892
 V5.15.txt:9893
 V5.15.txt:9894
 V5.15.txt:9895
 V5.15.txt:9896
 V5.15.txt:9897
 V5.15.txt:9898
 V5.15.txt:9899
 V5.15.txt:9900
 V5.15.txt:9901
 V5.15.txt:9902
 V5.15.txt:9903
 V5.15.txt:9904
 V5.15.txt:9905
 V5.15.txt:9906
 V5.15.txt:9907
 V5.15.txt:9908
 V5.15.txt:9909
 V5.15.txt:9910
 V5.15.txt:9911
 V5.15.txt:9912
 V5.15.txt:9913
 V5.15.txt:9914
 V5.15.txt:9915
 V5.15.txt:9916
 V5.15.txt:9917
 V5.15.txt:9918
 V5.15.txt:9919
 V5.15.txt:9920
 V5.15.txt:9921
 V5.15.txt:9922
 V5.15.txt:9923
 V5.15.txt:9924
 V5.15.txt:9925
 V5.15.txt:9926
 V5.15.txt:9927
 V5.15.txt:9928
 V5.15.txt:9929
 V5.15.txt:9930
 V5.15.txt:9931
 V5.15.txt:9932
 V5.15.txt:9933
 V5.15.txt:9934
 V5.15.txt:9935
 V5.15.txt:9936
 V5.15.txt:9937
 V5.15.txt:9938
 V5.15.txt:9939
 V5.15.txt:9940
 V5.15.txt:9941
 V5.15.txt:9942
 V5.15.txt:9943
 V5.15.txt:9944
 V5.15.txt:9945
 V5.15.txt:9946
 V5.15.txt:9947
 V5.15.txt:9948
 V5.15.txt:9949
 V5.15.txt:9950
 V5.15.txt:9951
 V5.15.txt:9952
 V5.15.txt:9953
 V5.15.txt:9954
 V5.15.txt:9955
 V5.15.txt:9956
 V5.15.txt:9957
 V5.15.txt:9958
 V5.15.txt:9959
 V5.15.txt:9960
 V5.15.txt:9961
 V5.15.txt:9962
 V5.15.txt:9963
 V5.15.txt:9964
 V5.15.txt:9965
 V5.15.txt:9966
 V5.15.txt:9967
 V5.15.txt:9968
 V5.15.txt:9969
 V5.15.txt:9970
 V5.15.txt:9971
 V5.15.txt:9972
 V5.15.txt:9973
 V5.15.txt:9974
 V5.15.txt:9975
 V5.15.txt:9976
 V5.15.txt:9977
 V5.15.txt:9978
 V5.15.txt:9979
 V5.15.txt:9980
 V5.15.txt:9981
 V5.15.txt:9982
 V5.15.txt:9983
 V5.15.txt:9984
 V5.15.txt:9985
 V5.15.txt:9986
 V5.15.txt:9987
 V5.15.txt:9988
 V5.15.txt:9989
 V5.15.txt:9990
 V5.15.txt:9991
 V5.15.txt:9992
 V5.15.txt:9993
 V5.15.txt:9994
 V5.15.txt:9995
 V5.15.txt:9996
 V5.15.txt:9997
 V5.15.txt:9998
 V5.15.txt:9999
 V5.15.txt:10000
 V5.15.txt:10001
 V5.15.txt:10002
 V5.15.txt:10003
 V5.15.txt:10004
 V5.15.txt:10005
 V5.15.txt:10006
 V5.15.txt:10007
 V5.15.txt:10008
 V5.15.txt:10009
 V5.15.txt:10010
 V5.15.txt:10011
 V5.15.txt:10012
 V5.15.txt:10013
 V5.15.txt:10014
 V5.15.txt:10015
 V5.15.txt:10016
 V5.15.txt:10017
 V5.15.txt:10018
 V5.15.txt:10019
 V5.15.txt:10020
 V5.15.txt:10021
 V5.15.txt:10022
 V5.15.txt:10023
 V5.15.txt:10024
 V5.15.txt:10025
 V5.15.txt:10026
 V5.15.txt:10027
 V5.15.txt:10028
 V5.15.txt:10029
 V5.15.txt:10030
 V5.15.txt:10031
 V5.15.txt:10032
 V5.15.txt:10033
 V5.15.txt:10034
 V5.15.txt:10035
 V5.15.txt:10036
 V5.15.txt:10037
 V5.15.txt:10038
 V5.15.txt:10039
 V5.15.txt:10040
 V5.15.txt:10041
 V5.15.txt:10042
 V5.15.txt:10043
 V5.15.txt:10044
 V5.15.txt:10045
 V5.15.txt:10046
 V5.15.txt:10047
 V5.15.txt:10048
 V5.15.txt:10049
 V5.15.txt:10050
 V5.15.txt:10051
 V5.15.txt:10052
 V5.15.txt:10053
 V5.15.txt:10054
 V5.15.txt:10055
 V5.15.txt:10056
 V5.15.txt:10057
 V5.15.txt:10058
 V5.15.txt:10059
 V5.15.txt:10060
 V5.15.txt:10061
 V5.15.txt:10062
 V5.15.txt:10063
 V5.15.txt:10064
 V5.15.txt:10065
 V5.15.txt:10066
 V5.15.txt:10067
 V5.15.txt:10068
 V5.15.txt:10069
 V5.15.txt:10070
 V5.15.txt:10071
 V5.15.txt:10072
 V5.15.txt:10073
 V5.15.txt:10074
 V5.15.txt:10075
 V5.15.txt:10076
 V5.15.txt:10077
 V5.15.txt:10078
 V5.15.txt:10079
 V5.15.txt:10080
 V5.15.txt:10081
 V5.15.txt:10082
 V5.15.txt:10083
 V5.15.txt:10084
 V5.15.txt:10085
 V5.15.txt:10086
 V5.15.txt:10087
 V5.15.txt:10088
 V5.15.txt:10089
 V5.15.txt:10090
 V5.15.txt:10091
 V5.15.txt:10092
 V5.15.txt:10093
 V5.15.txt:10094
 V5.15.txt:10095
 V5.15.txt:10096
 V5.15.txt:10097
 V5.15.txt:10098
 V5.15.txt:10099
 V5.15.txt:10100
 V5.15.txt:10101
 V5.15.txt:10102
 V5.15.txt:10103
 V5.15.txt:10104
 V5.15.txt:10105
 V5.15.txt:10106
 V5.15.txt:10107
 V5.15.txt:10108
 V5.15.txt:10109
 V5.15.txt:10110
 V5.15.txt:10111
 V5.15.txt:10112
 V5.15.txt:10113
 V5.15.txt:10114
 V5.15.txt:10115
 V5.15.txt:10116
 V5.15.txt:10117
 V5.15.txt:10118
 V5.15.txt:10119
 V5.15.txt:10120
 V5.15.txt:10121
 V5.15.txt:10122
 V5.15.txt:10123
 V5.15.txt:10124
 V5.15.txt:10125
 V5.15.txt:10126
 V5.15.txt:10127
 V5.15.txt:10128
 V5.15.txt:10129
 V5.15.txt:10130
 V5.15.txt:10131
 V5.15.txt:10132
 V5.15.txt:10133
 V5.15.txt:10134
 V5.15.txt:10135
 V5.15.txt:10136
 V5.15.txt:10137
 V5.15.txt:10138
 V5.15.txt:10139
 V5.15.txt:10140
 V5.15.txt:10141
 V5.15.txt:10142
 V5.15.txt:10143
 V5.15.txt:10144
 V5.15.txt:10145
 V5.15.txt:10146
 V5.15.txt:10147
 V5.15.txt:10148
 V5.15.txt:10149
 V5.15.txt:10150
 V5.15.txt:10151
 V5.15.txt:10152
 V5.15.txt:10153
 V5.15.txt:10154
 V5.15.txt:10155
 V5.15.txt:10156
 V5.15.txt:10157
 V5.15.txt:10158
 V5.15.txt:10159
 V5.15.txt:10160
 V5.15.txt:10161
 V5.15.txt:10162
 V5.15.txt:10163
 V5.15.txt:10164
 V5.15.txt:10165
 V5.15.txt:10166
 V5.15.txt:10167
 V5.15.txt:10168
 V5.15.txt:10169
 V5.15.txt:10170
 V5.15.txt:10171
 V5.15.txt:10172
 V5.15.txt:10173
 V5.15.txt:10174
 V5.15.txt:10175
 V5.15.txt:10176
 V5.15.txt:10177
 V5.15.txt:10178
 V5.15.txt:10179
 V5.15.txt:10180
 V5.15.txt:10181
 V5.15.txt:10182
 V5.15.txt:10183
 V5.15.txt:10184
 V5.15.txt:10185
 V5.15.txt:10186
 V5.15.txt:10187
 V5.15.txt:10188
 V5.15.txt:10189
 V5.15.txt:10190
 V5.15.txt:10191
 V5.15.txt:10192
 V5.15.txt:10193
 V5.15.txt:10194
 V5.15.txt:10195
 V5.15.txt:10196
 V5.15.txt:10197
 V5.15.txt:10198
 V5.15.txt:10199
 V5.15.txt:10200
 V5.15.txt:10201
 V5.15.txt:10202
 V5.15.txt:10203
 V5.15.txt:10204
 V5.15.txt:10205
 V5.15.txt:10206
 V5.15.txt:10207
 V5.15.txt:10208
 V5.15.txt:10209
 V5.15.txt:10210
 V5.15.txt:10211
 V5.15.txt:10212
 V5.15.txt:10213
 V5.15.txt:10214
 V5.15.txt:10215
 V5.15.txt:10216
 V5.15.txt:10217
 V5.15.txt:10218
 V5.15.txt:10219
 V5.15.txt:10220
 V5.15.txt:10221
 V5.15.txt:10222
 V5.15.txt:10223
 V5.15.txt:10224
 V5.15.txt:10225
 V5.15.txt:10226
 V5.15.txt:10227
 V5.15.txt:10228
 V5.15.txt:10229
 V5.15.txt:10230
 V5.15.txt:10231
 V5.15.txt:10232
 V5.15.txt:10233
 V5.15.txt:10234
 V5.15.txt:10235
 V5.15.txt:10236
 V5.15.txt:10237
 V5.15.txt:10238
 V5.15.txt:10239
 V5.15.txt:10240
 V5.15.txt:10241
 V5.15.txt:10242
 V5.15.txt:10243
 V5.15.txt:10244
 V5.15.txt:10245
 V5.15.txt:10246
 V5.15.txt:10247
 V5.15.txt:10248
 V5.15.txt:10249
 V5.15.txt:10250
 V5.15.txt:10251
 V5.15.txt:10252
 V5.15.txt:10253
 V5.15.txt:10254
 V5.15.txt:10255
 V5.15.txt:10256
 V5.15.txt:10257
 V5.15.txt:10258
 V5.15.txt:10259
 V5.15.txt:10260
 V5.15.txt:10261
 V5.15.txt:10262
 V5.15.txt:10263
 V5.15.txt:10264
 V5.15.txt:10265
 V5.15.txt:10266
 V5.15.txt:10267
 V5.15.txt:10268
 V5.15.txt:10269
 V5.15.txt:10270
 V5.15.txt:10271
 V5.15.txt:10272
 V5.15.txt:10273
 V5.15.txt:10274
 V5.15.txt:10275
 V5.15.txt:10276
 V5.15.txt:10277
 V5.15.txt:10278
 V5.15.txt:10279
 V5.15.txt:10280
 V5.15.txt:10281
 V5.15.txt:10282
 V5.15.txt:10283
 V5.15.txt:10284
 V5.15.txt:10285
 V5.15.txt:10286
 V5.15.txt:10287
 V5.15.txt:10288
 V5.15.txt:10289
 V5.15.txt:10290
 V5.15.txt:10291
 V5.15.txt:10292
 V5.15.txt:10293
 V5.15.txt:10294
 V5.15.txt:10295
 V5.15.txt:10296
 V5.15.txt:10297
 V5.15.txt:10298
 V5.15.txt:10299
 V5.15.txt:10300
 V5.15.txt:10301
 V5.15.txt:10302
 V5.15.txt:10303
 V5.15.txt:10304
 V5.15.txt:10305
 V5.15.txt:10306
 V5.15.txt:10307
 V5.15.txt:10308
 V5.15.txt:10309
 V5.15.txt:10310
 V5.15.txt:10311
 V5.15.txt:10312
 V5.15.txt:10313
 V5.15.txt:10314
 V5.15.txt:10315
 V5.15.txt:10316
 V5.15.txt:10317
 V5.15.txt:10318
 V5.15.txt:10319
 V5.15.txt:10320
 V5.15.txt:10321
 V5.15.txt:10322
 V5.15.txt:10323
 V5.15.txt:10324
 V5.15.txt:10325
 V5.15.txt:10326
 V5.15.txt:10327
 V5.15.txt:10328
 V5.15.txt:10329
 V5.15.txt:10330
 V5.15.txt:10331
 V5.15.txt:10332
 V5.15.txt:10333
 V5.15.txt:10334
 V5.15.txt:10335
 V5.15.txt:10336
 V5.15.txt:10337
 V5.15.txt:10338
 V5.15.txt:10339
 V5.15.txt:10340
 V5.15.txt:10341
 V5.15.txt:10342
 V5.15.txt:10343
 V5.15.txt:10344
 V5.15.txt:10345
 V5.15.txt:10346
 V5.15.txt:10347
 V5.15.txt:10348
 V5.15.txt:10349
 V5.15.txt:10350
 V5.15.txt:10351
 V5.15.txt:10352
 V5.15.txt:10353
 V5.15.txt:10354
 V5.15.txt:10355
 V5.15.txt:10356
 V5.15.txt:10357
 V5.15.txt:10358
 V5.15.txt:10359
 V5.15.txt:10360
 V5.15.txt:10361
 V5.15.txt:10362
 V5.15.txt:10363
 V5.15.txt:10364
 V5.15.txt:10365
 V5.15.txt:10366
 V5.15.txt:10367
 V5.15.txt:10368
 V5.15.txt:10369
 V5.15.txt:10370
 V5.15.txt:10371
 V5.15.txt:10372
 V5.15.txt:10373
 V5.15.txt:10374
 V5.15.txt:10375
 V5.15.txt:10376
 V5.15.txt:10377
 V5.15.txt:10378
 V5.15.txt:10379
 V5.15.txt:10380
 V5.15.txt:10381
 V5.15.txt:10382
 V5.15.txt:10383
 V5.15.txt:10384
 V5.15.txt:10385
 V5.15.txt:10386
 V5.15.txt:10387
 V5.15.txt:10388
 V5.15.txt:10389
 V5.15.txt:10390
 V5.15.txt:10391
 V5.15.txt:10392
 V5.15.txt:10393
 V5.15.txt:10394
 V5.15.txt:10395
 V5.15.txt:10396
 V5.15.txt:10397
 V5.15.txt:10398
 V5.15.txt:10399
 V5.15.txt:10400
 V5.15.txt:10401
 V5.15.txt:10402
 V5.15.txt:10403
 V5.15.txt:10404
 V5.15.txt:10405
 V5.15.txt:10406
 V5.15.txt:10407
 V5.15.txt:10408
 V5.15.txt:10409
 V5.15.txt:10410
 V5.15.txt:10411
 V5.15.txt:10412
 V5.15.txt:10413
 V5.15.txt:10414
 V5.15.txt:10415
 V5.15.txt:10416
 V5.15.txt:10417
 V5.15.txt:10418
 V5.15.txt:10419
 V5.15.txt:10420
 V5.15.txt:10421
 V5.15.txt:10422
 V5.15.txt:10423
 V5.15.txt:10424
 V5.15.txt:10425
 V5.15.txt:10426
 V5.15.txt:10427
 V5.15.txt:10428
 V5.15.txt:10429
 V5.15.txt:10430
 V5.15.txt:10431
 V5.15.txt:10432
 V5.15.txt:10433
 V5.15.txt:10434
 V5.15.txt:10435
 V5.15.txt:10436
 V5.15.txt:10437
 V5.15.txt:10438
 V5.15.txt:10439
 V5.15.txt:10440
 V5.15.txt:10441
 V5.15.txt:10442
 V5.15.txt:10443
 V5.15.txt:10444
 V5.15.txt:10445
 V5.15.txt:10446
 V5.15.txt:10447
 V5.15.txt:10448
 V5.15.txt:10449
 V5.15.txt:10450
 V5.15.txt:10451
 V5.15.txt:10452
 V5.15.txt:10453
 V5.15.txt:10454
 V5.15.txt:10455
 V5.15.txt:10456
 V5.15.txt:10457
 V5.15.txt:10458
 V5.15.txt:10459
 V5.15.txt:10460
 V5.15.txt:10461
 V5.15.txt:10462
 V5.15.txt:10463
 V5.15.txt:10464
 V5.15.txt:10465
 V5.15.txt:10466
 V5.15.txt:10467
 V5.15.txt:10468
 V5.15.txt:10469
 V5.15.txt:10470
 V5.15.txt:10471
 V5.15.txt:10472
 V5.15.txt:10473
 V5.15.txt:10474
 V5.15.txt:10475
 V5.15.txt:10476
 V5.15.txt:10477
 V5.15.txt:10478
 V5.15.txt:10479
 V5.15.txt:10480
 V5.15.txt:10481
 V5.15.txt:10482
 V5.15.txt:10483
 V5.15.txt:10484
 V5.15.txt:10485
 V5.15.txt:10486
 V5.15.txt:10487
 V5.15.txt:10488
 V5.15.txt:10489
 V5.15.txt:10490
 V5.15.txt:10491
 V5.15.txt:10492
 V5.15.txt:10493
 V5.15.txt:10494
 V5.15.txt:10495
 V5.15.txt:10496
 V5.15.txt:10497
 V5.15.txt:10498
 V5.15.txt:10499
 V5.15.txt:10500
 V5.15.txt:10501
 V5.15.txt:10502
 V5.15.txt:10503
 V5.15.txt:10504
 V5.15.txt:10505
 V5.15.txt:10506
 V5.15.txt:10507
 V5.15.txt:10508
 V5.15.txt:10509
 V5.15.txt:10510
 V5.15.txt:10511
 V5.15.txt:10512
 V5.15.txt:10513
 V5.15.txt:10514
 V5.15.txt:10515
 V5.15.txt:10516
 V5.15.txt:10517
 V5.15.txt:10518
 V5.15.txt:10519
 V5.15.txt:10520
 V5.15.txt:10521
 V5.15.txt:10522
 V5.15.txt:10523
 V5.15.txt:10524
 V5.15.txt:10525
 V5.15.txt:10526
 V5.15.txt:10527
 V5.15.txt:10528
 V5.15.txt:10529
 V5.15.txt:10530
 V5.15.txt:10531
 V5.15.txt:10532
 V5.15.txt:10533
 V5.15.txt:10534
 V5.15.txt:10535
 V5.15.txt:10536
 V5.15.txt:10537
 V5.15.txt:10538
 V5.15.txt:10539
 V5.15.txt:10540
 V5.15.txt:10541
 V5.15.txt:10542
 V5.15.txt:10543
 V5.15.txt:10544
 V5.15.txt:10545
 V5.15.txt:10546
 V5.15.txt:10547
 V5.15.txt:10548
 V5.15.txt:10549
 V5.15.txt:10550
 V5.15.txt:10551
 V5.15.txt:10552
 V5.15.txt:10553
 V5.15.txt:10554
 V5.15.txt:10555
 V5.15.txt:10556
 V5.15.txt:10557
 V5.15.txt:10558
 V5.15.txt:10559
 V5.15.txt:10560
 V5.15.txt:10561
 V5.15.txt:10562
 V5.15.txt:10563
 V5.15.txt:10564
 V5.15.txt:10565
 V5.15.txt:10566
 V5.15.txt:10567
 V5.15.txt:10568
 V5.15.txt:10569
 V5.15.txt:10570
 V5.15.txt:10571
 V5.15.txt:10572
 V5.15.txt:10573
 V5.15.txt:10574
 V5.15.txt:10575
 V5.15.txt:10576
 V5.15.txt:10577
 V5.15.txt:10578
 V5.15.txt:10579
 V5.15.txt:10580
 V5.15.txt:10581
 V5.15.txt:10582
 V5.15.txt:10583
 V5.15.txt:10584
 V5.15.txt:10585
 V5.15.txt:10586
 V5.15.txt:10587
 V5.15.txt:10588
 V5.15.txt:10589
 V5.15.txt:10590
 V5.15.txt:10591
 V5.15.txt:10592
 V5.15.txt:10593
 V5.15.txt:10594
 V5.15.txt:10595
 V5.15.txt:10596
 V5.15.txt:10597
 V5.15.txt:10598
 V5.15.txt:10599
 V5.15.txt:10600
 V5.15.txt:10601
 V5.15.txt:10602
 V5.15.txt:10603
 V5.15.txt:10604
 V5.15.txt:10605
 V5.15.txt:10606
 V5.15.txt:10607
 V5.15.txt:10608
 V5.15.txt:10609
 V5.15.txt:10610
 V5.15.txt:10611
 V5.15.txt:10612
 V5.15.txt:10613
 V5.15.txt:10614
 V5.15.txt:10615
 V5.15.txt:10616
 V5.15.txt:10617
 V5.15.txt:10618
 V5.15.txt:10619
 V5.15.txt:10620
 V5.15.txt:10621
 V5.15.txt:10622
 V5.15.txt:10623
 V5.15.txt:10624
 V5.15.txt:10625
 V5.15.txt:10626
 V5.15.txt:10627
 V5.15.txt:10628
 V5.15.txt:10629
 V5.15.txt:10630
 V5.15.txt:10631
 V5.15.txt:10632
 V5.15.txt:10633
 V5.15.txt:10634
 V5.15.txt:10635
 V5.15.txt:10636
 V5.15.txt:10637
 V5.15.txt:10638
 V5.15.txt:10639
 V5.15.txt:10640
 V5.15.txt:10641
 V5.15.txt:10642
 V5.15.txt:10643
 V5.15.txt:10644
 V5.15.txt:10645
 V5.15.txt:10646
 V5.15.txt:10647
 V5.15.txt:10648
 V5.15.txt:10649
 V5.15.txt:10650
 V5.15.txt:10651
 V5.15.txt:10652
 V5.15.txt:10653
 V5.15.txt:10654
 V5.15.txt:10655
 V5.15.txt:10656
 V5.15.txt:10657
 V5.15.txt:10658
 V5.15.txt:10659
 V5.15.txt:10660
 V5.15.txt:10661
 V5.15.txt:10662
 V5.15.txt:10663
 V5.15.txt:10664
 V5.15.txt:10665
 V5.15.txt:10666
 V5.15.txt:10667
 V5.15.txt:10668
 V5.15.txt:10669
 V5.15.txt:10670
 V5.15.txt:10671
 V5.15.txt:10672
 V5.15.txt:10673
 V5.15.txt:10674
 V5.15.txt:10675
 V5.15.txt:10676
 V5.15.txt:10677
 V5.15.txt:10678
 V5.15.txt:10679
 V5.15.txt:10680
 V5.15.txt:10681
 V5.15.txt:10682
 V5.15.txt:10683
 V5.15.txt:10684
 V5.15.txt:10685
 V5.15.txt:10686
 V5.15.txt:10687
 V5.15.txt:10688
 V5.15.txt:10689
 V5.15.txt:10690
 V5.15.txt:10691
 V5.15.txt:10692
 V5.15.txt:10693
 V5.15.txt:10694
 V5.15.txt:10695
 V5.15.txt:10696
 V5.15.txt:10697
 V5.15.txt:10698
 V5.15.txt:10699
 V5.15.txt:10700
 V5.15.txt:10701
 V5.15.txt:10702
 V5.15.txt:10703
 V5.15.txt:10704
 V5.15.txt:10705
 V5.15.txt:10706
 V5.15.txt:10707
 V5.15.txt:10708
 V5.15.txt:10709
 V5.15.txt:10710
 V5.15.txt:10711
 V5.15.txt:10712
 V5.15.txt:10713
 V5.15.txt:10714
 V5.15.txt:10715
 V5.15.txt:10716
 V5.15.txt:10717
 V5.15.txt:10718
 V5.15.txt:10719
 V5.15.txt:10720
 V5.15.txt:10721
 V5.15.txt:10722
 V5.15.txt:10723
 V5.15.txt:10724
 V5.15.txt:10725
 V5.15.txt:10726
 V5.15.txt:10727
 V5.15.txt:10728
 V5.15.txt:10729
 V5.15.txt:10730
 V5.15.txt:10731
 V5.15.txt:10732
 V5.15.txt:10733
 V5.15.txt:10734
 V5.15.txt:10735
 V5.15.txt:10736
 V5.15.txt:10737
 V5.15.txt:10738
 V5.15.txt:10739
 V5.15.txt:10740
 V5.15.txt:10741
 V5.15.txt:10742
 V5.15.txt:10743
 V5.15.txt:10744
 V5.15.txt:10745
 V5.15.txt:10746
 V5.15.txt:10747
 V5.15.txt:10748
 V5.15.txt:10749
 V5.15.txt:10750
 V5.15.txt:10751
 V5.15.txt:10752
 V5.15.txt:10753
 V5.15.txt:10754
 V5.15.txt:10755
 V5.15.txt:10756
 V5.15.txt:10757
 V5.15.txt:10758
 V5.15.txt:10759
 V5.15.txt:10760
 V5.15.txt:10761
 V5.15.txt:10762
 V5.15.txt:10763
 V5.15.txt:10764
 V5.15.txt:10765
 V5.15.txt:10766
 V5.15.txt:10767
 V5.15.txt:10768
 V5.15.txt:10769
 V5.15.txt:10770
 V5.15.txt:10771
 V5.15.txt:10772
 V5.15.txt:10773
 V5.15.txt:10774
 V5.15.txt:10775
 V5.15.txt:10776
 V5.15.txt:10777
 V5.15.txt:10778
 V5.15.txt:10779
 V5.15.txt:10780
 V5.15.txt:10781
 V5.15.txt:10782
 V5.15.txt:10783
 V5.15.txt:10784
 V5.15.txt:10785
 V5.15.txt:10786
 V5.15.txt:10787
 V5.15.txt:10788
 V5.15.txt:10789
 V5.15.txt:10790
 V5.15.txt:10791
 V5.15.txt:10792
 V5.15.txt:10793
 V5.15.txt:10794
 V5.15.txt:10795
 V5.15.txt:10796
 V5.15.txt:10797
 V5.15.txt:10798
 V5.15.txt:10799
 V5.15.txt:10800
 V5.15.txt:10801
 V5.15.txt:10802
 V5.15.txt:10803
 V5.15.txt:10804
 V5.15.txt:10805
 V5.15.txt:10806
 V5.15.txt:10807
 V5.15.txt:10808
 V5.15.txt:10809
 V5.15.txt:10810
 V5.15.txt:10811
 V5.15.txt:10812
 V5.15.txt:10813
 V5.15.txt:10814
 V5.15.txt:10815
 V5.15.txt:10816
 V5.15.txt:10817
 V5.15.txt:10818
 V5.15.txt:10819
 V5.15.txt:10820
 V5.15.txt:10821
 V5.15.txt:10822
 V5.15.txt:10823
 V5.15.txt:10824
 V5.15.txt:10825
 V5.15.txt:10826
 V5.15.txt:10827
 V5.15.txt:10828
 V5.15.txt:10829
 V5.15.txt:10830
 V5.15.txt:10831
 V5.15.txt:10832
 V5.15.txt:10833
 V5.15.txt:10834
 V5.15.txt:10835
 V5.15.txt:10836
 V5.15.txt:10837
 V5.15.txt:10838
 V5.15.txt:10839
 V5.15.txt:10840
 V5.15.txt:10841
 V5.15.txt:10842
 V5.15.txt:10843
 V5.15.txt:10844
 V5.15.txt:10845
 V5.15.txt:10846
 V5.15.txt:10847
 V5.15.txt:10848
 V5.15.txt:10849
 V5.15.txt:10850
 V5.15.txt:10851
 V5.15.txt:10852
 V5.15.txt:10853
 V5.15.txt:10854
 V5.15.txt:10855
 V5.15.txt:10856
 V5.15.txt:10857
 V5.15.txt:10858
 V5.15.txt:10859
 V5.15.txt:10860
 V5.15.txt:10861
 V5.15.txt:10862
 V5.15.txt:10863
 V5.15.txt:10864
 V5.15.txt:10865
 V5.15.txt:10866
 V5.15.txt:10867
 V5.15.txt:10868
 V5.15.txt:10869
 V5.15.txt:10870
 V5.15.txt:10871
 V5.15.txt:10872
 V5.15.txt:10873
 V5.15.txt:10874
 V5.15.txt:10875
 V5.15.txt:10876
 V5.15.txt:10877
 V5.15.txt:10878
 V5.15.txt:10879
 V5.15.txt:10880
 V5.15.txt:10881
 V5.15.txt:10882
 V5.15.txt:10883
 V5.15.txt:10884
 V5.15.txt:10885
 V5.15.txt:10886
 V5.15.txt:10887
 V5.15.txt:10888
 V5.15.txt:10889
 V5.15.txt:10890
 V5.15.txt:10891
 V5.15.txt:10892
 V5.15.txt:10893
 V5.15.txt:10894
 V5.15.txt:10895
 V5.15.txt:10896
 V5.15.txt:10897
 V5.15.txt:10898
 V5.15.txt:10899
 V5.15.txt:10900
 V5.15.txt:10901
 V5.15.txt:10902
 V5.15.txt:10903
 V5.15.txt:10904
 V5.15.txt:10905
 V5.15.txt:10906
 V5.15.txt:10907
 V5.15.txt:10908
 V5.15.txt:10909
 V5.15.txt:10910
 V5.15.txt:10911
 V5.15.txt:10912
 V5.15.txt:10913
 V5.15.txt:10914
 V5.15.txt:10915
 V5.15.txt:10916
 V5.15.txt:10917
 V5.15.txt:10918
 V5.15.txt:10919
 V5.15.txt:10920
 V5.15.txt:10921
 V5.15.txt:10922
 V5.15.txt:10923
 V5.15.txt:10924
 V5.15.txt:10925
 V5.15.txt:10926
 V5.15.txt:10927
 V5.15.txt:10928
 V5.15.txt:10929
 V5.15.txt:10930
 V5.15.txt:10931
 V5.15.txt:10932
 V5.15.txt:10933
 V5.15.txt:10934
 V5.15.txt:10935
 V5.15.txt:10936
 V5.15.txt:10937
 V5.15.txt:10938
 V5.15.txt:10939
 V5.15.txt:10940
 V5.15.txt:10941
 V5.15.txt:10942
 V5.15.txt:10943
 V5.15.txt:10944
 V5.15.txt:10945
 V5.15.txt:10946
 V5.15.txt:10947
 V5.15.txt:10948
 V5.15.txt:10949
 V5.15.txt:10950
 V5.15.txt:10951
 V5.15.txt:10952
 V5.15.txt:10953
 V5.15.txt:10954
 V5.15.txt:10955
 V5.15.txt:10956
 V5.15.txt:10957
 V5.15.txt:10958
 V5.15.txt:10959
 V5.15.txt:10960
 V5.15.txt:10961
 V5.15.txt:10962
 V5.15.txt:10963
 V5.15.txt:10964
 V5.15.txt:10965
 V5.15.txt:10966
 V5.15.txt:10967
 V5.15.txt:10968
 V5.15.txt:10969
 V5.15.txt:10970
 V5.15.txt:10971
 V5.15.txt:10972
 V5.15.txt:10973
 V5.15.txt:10974
 V5.15.txt:10975
 V5.15.txt:10976
 V5.15.txt:10977
 V5.15.txt:10978
 V5.15.txt:10979
 V5.15.txt:10980
 V5.15.txt:10981
 V5.15.txt:10982
 V5.15.txt:10983
 V5.15.txt:10984
 V5.15.txt:10985
 V5.15.txt:10986
 V5.15.txt:10987
 V5.15.txt:10988
 V5.15.txt:10989
 V5.15.txt:10990
 V5.15.txt:10991
 V5.15.txt:10992
 V5.15.txt:10993
 V5.15.txt:10994
 V5.15.txt:10995
 V5.15.txt:10996
 V5.15.txt:10997
 V5.15.txt:10998
 V5.15.txt:10999
 V5.15.txt:11000
 V5.15.txt:11001
 V5.15.txt:11002
 V5.15.txt:11003
 V5.15.txt:11004
 V5.15.txt:11005
 V5.15.txt:11006
 V5.15.txt:11007
 V5.15.txt:11008
 V5.15.txt:11009
 V5.15.txt:11010
 V5.15.txt:11011
 V5.15.txt:11012
 V5.15.txt:11013
 V5.15.txt:11014
 V5.15.txt:11015
 V5.15.txt:11016
 V5.15.txt:11017
 V5.15.txt:11018
 V5.15.txt:11019
 V5.15.txt:11020
 V5.15.txt:11021
 V5.15.txt:11022
 V5.15.txt:11023
 V5.15.txt:11024
 V5.15.txt:11025
 V5.15.txt:11026
 V5.15.txt:11027
 V5.15.txt:11028
 V5.15.txt:11029
 V5.15.txt:11030
 V5.15.txt:11031
 V5.15.txt:11032
 V5.15.txt:11033
 V5.15.txt:11034
 V5.15.txt:11035
 V5.15.txt:11036
 V5.15.txt:11037
 V5.15.txt:11038
 V5.15.txt:11039
 V5.15.txt:11040
 V5.15.txt:11041
 V5.15.txt:11042
 V5.15.txt:11043
 V5.15.txt:11044
 V5.15.txt:11045
 V5.15.txt:11046
 V5.15.txt:11047
 V5.15.txt:11048
 V5.15.txt:11049
 V5.15.txt:11050
 V5.15.txt:11051
 V5.15.txt:11052
 V5.15.txt:11053
 V5.15.txt:11054
 V5.15.txt:11055
 V5.15.txt:11056
 V5.15.txt:11057
 V5.15.txt:11058
 V5.15.txt:11059
 V5.15.txt:11060
 V5.15.txt:11061
 V5.15.txt:11062
 V5.15.txt:11063
 V5.15.txt:11064
 V5.15.txt:11065
 V5.15.txt:11066
 V5.15.txt:11067
 V5.15.txt:11068
 V5.15.txt:11069
 V5.15.txt:11070
 V5.15.txt:11071
 V5.15.txt:11072
 V5.15.txt:11073
 V5.15.txt:11074
 V5.15.txt:11075
 V5.15.txt:11076
 V5.15.txt:11077
 V5.15.txt:11078
 V5.15.txt:11079
 V5.15.txt:11080
 V5.15.txt:11081
 V5.15.txt:11082
 V5.15.txt:11083
 V5.15.txt:11084
 V5.15.txt:11085
 V5.15.txt:11086
 V5.15.txt:11087
 V5.15.txt:11088
 V5.15.txt:11089
 V5.15.txt:11090
 V5.15.txt:11091
 V5.15.txt:11092
 V5.15.txt:11093
 V5.15.txt:11094
 V5.15.txt:11095
 V5.15.txt:11096
 V5.15.txt:11097
 V5.15.txt:11098
 V5.15.txt:11099
 V5.15.txt:11100
 V5.15.txt:11101
 V5.15.txt:11102
 V5.15.txt:11103
 V5.15.txt:11104
 V5.15.txt:11105
 V5.15.txt:11106
 V5.15.txt:11107
 V5.15.txt:11108
 V5.15.txt:11109
 V5.15.txt:11110
 V5.15.txt:11111
 V5.15.txt:11112
 V5.15.txt:11113
 V5.15.txt:11114
 V5.15.txt:11115
 V5.15.txt:11116
 V5.15.txt:11117
 V5.15.txt:11118
 V5.15.txt:11119
 V5.15.txt:11120
 V5.15.txt:11121
 V5.15.txt:11122
 V5.15.txt:11123
 V5.15.txt:11124
 V5.15.txt:11125
 V5.15.txt:11126
 V5.15.txt:11127
 V5.15.txt:11128
 V5.15.txt:11129
 V5.15.txt:11130
 V5.15.txt:11131
 V5.15.txt:11132
 V5.15.txt:11133
 V5.15.txt:11134
 V5.15.txt:11135
 V5.15.txt:11136
 V5.15.txt:11137
 V5.15.txt:11138
 V5.15.txt:11139
 V5.15.txt:11140
 V5.15.txt:11141
 V5.15.txt:11142
 V5.15.txt:11143
 V5.15.txt:11144
 V5.15.txt:11145
 V5.15.txt:11146
 V5.15.txt:11147
 V5.15.txt:11148
 V5.15.txt:11149
 V5.15.txt:11150
 V5.15.txt:11151
 V5.15.txt:11152
 V5.15.txt:11153
 V5.15.txt:11154
 V5.15.txt:11155
 V5.15.txt:11156
 V5.15.txt:11157
 V5.15.txt:11158
 V5.15.txt:11159
 V5.15.txt:11160
 V5.15.txt:11161
 V5.15.txt:11162
 V5.15.txt:11163
 V5.15.txt:11164
 V5.15.txt:11165
 V5.15.txt:11166
 V5.15.txt:11167
 V5.15.txt:11168
 V5.15.txt:11169
 V5.15.txt:11170
 V5.15.txt:11171
 V5.15.txt:11172
 V5.15.txt:11173
 V5.15.txt:11174
 V5.15.txt:11175
 V5.15.txt:11176
 V5.15.txt:11177
 V5.15.txt:11178
 V5.15.txt:11179
 V5.15.txt:11180
 V5.15.txt:11181
 V5.15.txt:11182
 V5.15.txt:11183
 V5.15.txt:11184
 V5.15.txt:11185
 V5.15.txt:11186
 V5.15.txt:11187
 V5.15.txt:11188
 V5.15.txt:11189
 V5.15.txt:11190
 V5.15.txt:11191
 V5.15.txt:11192
 V5.15.txt:11193
 V5.15.txt:11194
 V5.15.txt:11195
 V5.15.txt:11196
 V5.15.txt:11197
 V5.15.txt:11198
 V5.15.txt:11199
 V5.15.txt:11200
 V5.15.txt:11201
 V5.15.txt:11202
 V5.15.txt:11203
 V5.15.txt:11204
 V5.15.txt:11205
 V5.15.txt:11206
 V5.15.txt:11207
 V5.15.txt:11208
 V5.15.txt:11209
 V5.15.txt:11210
 V5.15.txt:11211
 V5.15.txt:11212
 V5.15.txt:11213
 V5.15.txt:11214
 V5.15.txt:11215
 V5.15.txt:11216
 V5.15.txt:11217
 V5.15.txt:11218
 V5.15.txt:11219
 V5.15.txt:11220
 V5.15.txt:11221
 V5.15.txt:11222
 V5.15.txt:11223
 V5.15.txt:11224
 V5.15.txt:11225
 V5.15.txt:11226
 V5.15.txt:11227
 V5.15.txt:11228
 V5.15.txt:11229
 V5.15.txt:11230
 V5.15.txt:11231
 V5.15.txt:11232
 V5.15.txt:11233
 V5.15.txt:11234
 V5.15.txt:11235
 V5.15.txt:11236
 V5.15.txt:11237
 V5.15.txt:11238
 V5.15.txt:11239
 V5.15.txt:11240
 V5.15.txt:11241
 V5.15.txt:11242
 V5.15.txt:11243
 V5.15.txt:11244
 V5.15.txt:11245
 V5.15.txt:11246
 V5.15.txt:11247
 V5.15.txt:11248
 V5.15.txt:11249
 V5.15.txt:11250
 V5.15.txt:11251
 V5.15.txt:11252
 V5.15.txt:11253
 V5.15.txt:11254
 V5.15.txt:11255
 V5.15.txt:11256
 V5.15.txt:11257
 V5.15.txt:11258
 V5.15.txt:11259
 V5.15.txt:11260
 V5.15.txt:11261
 V5.15.txt:11262
 V5.15.txt:11263
 V5.15.txt:11264
 V5.15.txt:11265
 V5.15.txt:11266
 V5.15.txt:11267
 V5.15.txt:11268
 V5.15.txt:11269
 V5.15.txt:11270
 V5.15.txt:11271
 V5.15.txt:11272
 V5.15.txt:11273
 V5.15.txt:11274
 V5.15.txt:11275
 V5.15.txt:11276
 V5.15.txt:11277
 V5.15.txt:11278
 V5.15.txt:11279
 V5.15.txt:11280
 V5.15.txt:11281
 V5.15.txt:11282
 V5.15.txt:11283
 V5.15.txt:11284
 V5.15.txt:11285
 V5.15.txt:11286
 V5.15.txt:11287
 V5.15.txt:11288
 V5.15.txt:11289
 V5.15.txt:11290
 V5.15.txt:11291
 V5.15.txt:11292
 V5.15.txt:11293
 V5.15.txt:11294
 V5.15.txt:11295
 V5.15.txt:11296
 V5.15.txt:11297
 V5.15.txt:11298
 V5.15.txt:11299
 V5.15.txt:11300
 V5.15.txt:11301
 V5.15.txt:11302
 V5.15.txt:11303
 V5.15.txt:11304
 V5.15.txt:11305
 V5.15.txt:11306
 V5.15.txt:11307
 V5.15.txt:11308
 V5.15.txt:11309
 V5.15.txt:11310
 V5.15.txt:11311
 V5.15.txt:11312
 V5.15.txt:11313
 V5.15.txt:11314
 V5.15.txt:11315
 V5.15.txt:11316
 V5.15.txt:11317
 V5.15.txt:11318
 V5.15.txt:11319
 V5.15.txt:11320
 V5.15.txt:11321
 V5.15.txt:11322
 V5.15.txt:11323
 V5.15.txt:11324
 V5.15.txt:11325
 V5.15.txt:11326
 V5.15.txt:11327
 V5.15.txt:11328
 V5.15.txt:11329
 V5.15.txt:11330
 V5.15.txt:11331
 V5.15.txt:11332
 V5.15.txt:11333
 V5.15.txt:11334
 V5.15.txt:11335
 V5.15.txt:11336
 V5.15.txt:11337
 V5.15.txt:11338
 V5.15.txt:11339
 V5.15.txt:11340
 V5.15.txt:11341
 V5.15.txt:11342
 V5.15.txt:11343
 V5.15.txt:11344
 V5.15.txt:11345
 V5.15.txt:11346
 V5.15.txt:11347
 V5.15.txt:11348
 V5.15.txt:11349
 V5.15.txt:11350
 V5.15.txt:11351
 V5.15.txt:11352
 V5.15.txt:11353
 V5.15.txt:11354
 V5.15.txt:11355
 V5.15.txt:11356
 V5.15.txt:11357
 V5.15.txt:11358
 V5.15.txt:11359
 V5.15.txt:11360
 V5.15.txt:11361
 V5.15.txt:11362
 V5.15.txt:11363
 V5.15.txt:11364
 V5.15.txt:11365
 V5.15.txt:11366
 V5.15.txt:11367
 V5.15.txt:11368
 V5.15.txt:11369
 V5.15.txt:11370
 V5.15.txt:11371
 V5.15.txt:11372
 V5.15.txt:11373
 V5.15.txt:11374
 V5.15.txt:11375
 V5.15.txt:11376
 V5.15.txt:11377
 V5.15.txt:11378
 V5.15.txt:11379
 V5.15.txt:11380
 V5.15.txt:11381
 V5.15.txt:11382
 V5.15.txt:11383
 V5.15.txt:11384
 V5.15.txt:11385
 V5.15.txt:11386
 V5.15.txt:11387
 V5.15.txt:11388
 V5.15.txt:11389
 V5.15.txt:11390
 V5.15.txt:11391
 V5.15.txt:11392
 V5.15.txt:11393
 V5.15.txt:11394
 V5.15.txt:11395
 V5.15.txt:11396
 V5.15.txt:11397
 V5.15.txt:11398
 V5.15.txt:11399
 V5.15.txt:11400
 V5.15.txt:11401
 V5.15.txt:11402
 V5.15.txt:11403
 V5.15.txt:11404
 V5.15.txt:11405
 V5.15.txt:11406
 V5.15.txt:11407
 V5.15.txt:11408
 V5.15.txt:11409
 V5.15.txt:11410
 V5.15.txt:11411
 V5.15.txt:11412
 V5.15.txt:11413
 V5.15.txt:11414
 V5.15.txt:11415
 V5.15.txt:11416
 V5.15.txt:11417
 V5.15.txt:11418
 V5.15.txt:11419
 V5.15.txt:11420
 V5.15.txt:11421
 V5.15.txt:11422
 V5.15.txt:11423
 V5.15.txt:11424
 V5.15.txt:11425
 V5.15.txt:11426
 V5.15.txt:11427
 V5.15.txt:11428
 V5.15.txt:11429
 V5.15.txt:11430
 V5.15.txt:11431
 V5.15.txt:11432
 V5.15.txt:11433
 V5.15.txt:11434
 V5.15.txt:11435
 V5.15.txt:11436
 V5.15.txt:11437
 V5.15.txt:11438
 V5.15.txt:11439
 V5.15.txt:11440
 V5.15.txt:11441
 V5.15.txt:11442
 V5.15.txt:11443
 V5.15.txt:11444
 V5.15.txt:11445
 V5.15.txt:11446
 V5.15.txt:11447
 V5.15.txt:11448
 V5.15.txt:11449
 V5.15.txt:11450
 V5.15.txt:11451
 V5.15.txt:11452
 V5.15.txt:11453
 V5.15.txt:11454
 V5.15.txt:11455
 V5.15.txt:11456
 V5.15.txt:11457
 V5.15.txt:11458
 V5.15.txt:11459
 V5.15.txt:11460
 V5.15.txt:11461
 V5.15.txt:11462
 V5.15.txt:11463
 V5.15.txt:11464
 V5.15.txt:11465
 V5.15.txt:11466
 V5.15.txt:11467
 V5.15.txt:11468
 V5.15.txt:11469
 V5.15.txt:11470
 V5.15.txt:11471
 V5.15.txt:11472
 V5.15.txt:11473
 V5.15.txt:11474
 V5.15.txt:11475
 V5.15.txt:11476
 V5.15.txt:11477
 V5.15.txt:11478
 V5.15.txt:11479
 V5.15.txt:11480
 V5.15.txt:11481
 V5.15.txt:11482
 V5.15.txt:11483
 V5.15.txt:11484
 V5.15.txt:11485
 V5.15.txt:11486
 V5.15.txt:11487
 V5.15.txt:11488
 V5.15.txt:11489
 V5.15.txt:11490
 V5.15.txt:11491
 V5.15.txt:11492
 V5.15.txt:11493
 V5.15.txt:11494
 V5.15.txt:11495
 V5.15.txt:11496
 V5.15.txt:11497
 V5.15.txt:11498
 V5.15.txt:11499
 V5.15.txt:11500
 V5.15.txt:11501
 V5.15.txt:11502
 V5.15.txt:11503
 V5.15.txt:11504
 V5.15.txt:11505
 V5.15.txt:11506
 V5.15.txt:11507
 V5.15.txt:11508
 V5.15.txt:11509
 V5.15.txt:11510
 V5.15.txt:11511
 V5.15.txt:11512
 V5.15.txt:11513
 V5.15.txt:11514
 V5.15.txt:11515
 V5.15.txt:11516
 V5.15.txt:11517
 V5.15.txt:11518
 V5.15.txt:11519
 V5.15.txt:11520
 V5.15.txt:11521
 V5.15.txt:11522
 V5.15.txt:11523
 V5.15.txt:11524
 V5.15.txt:11525
 V5.15.txt:11526
 V5.15.txt:11527
 V5.15.txt:11528
 V5.15.txt:11529
 V5.15.txt:11530
 V5.15.txt:11531
 V5.15.txt:11532
 V5.15.txt:11533
 V5.15.txt:11534
 V5.15.txt:11535
 V5.15.txt:11536
 V5.15.txt:11537
 V5.15.txt:11538
 V5.15.txt:11539
 V5.15.txt:11540
 V5.15.txt:11541
 V5.15.txt:11542
 V5.15.txt:11543
 V5.15.txt:11544
 V5.15.txt:11545
 V5.15.txt:11546
 V5.15.txt:11547
 V5.15.txt:11548
 V5.15.txt:11549
 V5.15.txt:11550
 V5.15.txt:11551
 V5.15.txt:11552
 V5.15.txt:11553
 V5.15.txt:11554
 V5.15.txt:11555
 V5.15.txt:11556
 V5.15.txt:11557
 V5.15.txt:11558
 V5.15.txt:11559
 V5.15.txt:11560
 V5.15.txt:11561
 V5.15.txt:11562
 V5.15.txt:11563
 V5.15.txt:11564
 V5.15.txt:11565
 V5.15.txt:11566
 V5.15.txt:11567
 V5.15.txt:11568
 V5.15.txt:11569
 V5.15.txt:11570
 V5.15.txt:11571
 V5.15.txt:11572
 V5.15.txt:11573
 V5.15.txt:11574
 V5.15.txt:11575
 V5.15.txt:11576
 V5.15.txt:11577
 V5.15.txt:11578
 V5.15.txt:11579
 V5.15.txt:11580
 V5.15.txt:11581
 V5.15.txt:11582
 V5.15.txt:11583
 V5.15.txt:11584
 V5.15.txt:11585
 V5.15.txt:11586
 V5.15.txt:11587
 V5.15.txt:11588
 V5.15.txt:11589
 V5.15.txt:11590
 V5.15.txt:11591
 V5.15.txt:11592
 V5.15.txt:11593
 V5.15.txt:11594
 V5.15.txt:11595
 V5.15.txt:11596
 V5.15.txt:11597
 V5.15.txt:11598
 V5.15.txt:11599
 V5.15.txt:11600
 V5.15.txt:11601
 V5.15.txt:11602
 V5.15.txt:11603
 V5.15.txt:11604
 V5.15.txt:11605
 V5.15.txt:11606
 V5.15.txt:11607
 V5.15.txt:11608
 V5.15.txt:11609
 V5.15.txt:11610
 V5.15.txt:11611
 V5.15.txt:11612
 V5.15.txt:11613
 V5.15.txt:11614
 V5.15.txt:11615
 V5.15.txt:11616
 V5.15.txt:11617
 V5.15.txt:11618
 V5.15.txt:11619
 V5.15.txt:11620
 V5.15.txt:11621
 V5.15.txt:11622
 V5.15.txt:11623
 V5.15.txt:11624
 V5.15.txt:11625
 V5.15.txt:11626
 V5.15.txt:11627
 V5.15.txt:11628
 V5.15.txt:11629
 V5.15.txt:11630
 V5.15.txt:11631
 V5.15.txt:11632
 V5.15.txt:11633
 V5.15.txt:11634
 V5.15.txt:11635
 V5.15.txt:11636
 V5.15.txt:11637
 V5.15.txt:11638
 V5.15.txt:11639
 V5.15.txt:11640
 V5.15.txt:11641
 V5.15.txt:11642
 V5.15.txt:11643
 V5.15.txt:11644
 V5.15.txt:11645
 V5.15.txt:11646
 V5.15.txt:11647
 V5.15.txt:11648
 V5.15.txt:11649
 V5.15.txt:11650
 V5.15.txt:11651
 V5.15.txt:11652
 V5.15.txt:11653
 V5.15.txt:11654
 V5.15.txt:11655
 V5.15.txt:11656
 V5.15.txt:11657
 V5.15.txt:11658
 V5.15.txt:11659
 V5.15.txt:11660
 V5.15.txt:11661
 V5.15.txt:11662
 V5.15.txt:11663
 V5.15.txt:11664
 V5.15.txt:11665
 V5.15.txt:11666
 V5.15.txt:11667
 V5.15.txt:11668
 V5.15.txt:11669
 V5.15.txt:11670
 V5.15.txt:11671
 V5.15.txt:11672
 V5.15.txt:11673
 V5.15.txt:11674
 V5.15.txt:11675
 V5.15.txt:11676
 V5.15.txt:11677
 V5.15.txt:11678
 V5.15.txt:11679
 V5.15.txt:11680
 V5.15.txt:11681
 V5.15.txt:11682
 V5.15.txt:11683
 V5.15.txt:11684
 V5.15.txt:11685
 V5.15.txt:11686
 V5.15.txt:11687
 V5.15.txt:11688
 V5.15.txt:11689
 V5.15.txt:11690
 V5.15.txt:11691
 V5.15.txt:11692
 V5.15.txt:11693
 V5.15.txt:11694
 V5.15.txt:11695
 V5.15.txt:11696
 V5.15.txt:11697
 V5.15.txt:11698
 V5.15.txt:11699
 V5.15.txt:11700
 V5.15.txt:11701
 V5.15.txt:11702
 V5.15.txt:11703
 V5.15.txt:11704
 V5.15.txt:11705
 V5.15.txt:11706
 V5.15.txt:11707
 V5.15.txt:11708
 V5.15.txt:11709
 V5.15.txt:11710
 V5.15.txt:11711
 V5.15.txt:11712
 V5.15.txt:11713
 V5.15.txt:11714
 V5.15.txt:11715
 V5.15.txt:11716
 V5.15.txt:11717
 V5.15.txt:11718
 V5.15.txt:11719
 V5.15.txt:11720
 V5.15.txt:11721
 V5.15.txt:11722
 V5.15.txt:11723
 V5.15.txt:11724
 V5.15.txt:11725
 V5.15.txt:11726
 V5.15.txt:11727
 V5.15.txt:11728
 V5.15.txt:11729
 V5.15.txt:11730
 V5.15.txt:11731
 V5.15.txt:11732
 V5.15.txt:11733
 V5.15.txt:11734
 V5.15.txt:11735
 V5.15.txt:11736
 V5.15.txt:11737
 V5.15.txt:11738
 V5.15.txt:11739
 V5.15.txt:11740
 V5.15.txt:11741
 V5.15.txt:11742
 V5.15.txt:11743
 V5.15.txt:11744
 V5.15.txt:11745
 V5.15.txt:11746
 V5.15.txt:11747
 V5.15.txt:11748
 V5.15.txt:11749
 V5.15.txt:11750
 V5.15.txt:11751
 V5.15.txt:11752
 V5.15.txt:11753
 V5.15.txt:11754
 V5.15.txt:11755
 V5.15.txt:11756
 V5.15.txt:11757
 V5.15.txt:11758
 V5.15.txt:11759
 V5.15.txt:11760
 V5.15.txt:11761
 V5.15.txt:11762
 V5.15.txt:11763
 V5.15.txt:11764
 V5.15.txt:11765
 V5.15.txt:11766
 V5.15.txt:11767
 V5.15.txt:11768
 V5.15.txt:11769
 V5.15.txt:11770
 V5.15.txt:11771
 V5.15.txt:11772
 V5.15.txt:11773
 V5.15.txt:11774
 V5.15.txt:11775
 V5.15.txt:11776
 V5.15.txt:11777
 V5.15.txt:11778
 V5.15.txt:11779
 V5.15.txt:11780
 V5.15.txt:11781
 V5.15.txt:11782
 V5.15.txt:11783
 V5.15.txt:11784
 V5.15.txt:11785
 V5.15.txt:11786
 V5.15.txt:11787
 V5.15.txt:11788
 V5.15.txt:11789
 V5.15.txt:11790
 V5.15.txt:11791
 V5.15.txt:11792
 V5.15.txt:11793
 V5.15.txt:11794
 V5.15.txt:11795
 V5.15.txt:11796
 V5.15.txt:11797
 V5.15.txt:11798
 V5.15.txt:11799
 V5.15.txt:11800
 V5.15.txt:11801
 V5.15.txt:11802
 V5.15.txt:11803
 V5.15.txt:11804
 V5.15.txt:11805
 V5.15.txt:11806
 V5.15.txt:11807
 V5.15.txt:11808
 V5.15.txt:11809
 V5.15.txt:11810
 V5.15.txt:11811
 V5.15.txt:11812
 V5.15.txt:11813
 V5.15.txt:11814
 V5.15.txt:11815
 V5.15.txt:11816
 V5.15.txt:11817
 V5.15.txt:11818
 V5.15.txt:11819
 V5.15.txt:11820
 V5.15.txt:11821
 V5.15.txt:11822
 V5.15.txt:11823
 V5.15.txt:11824
 V5.15.txt:11825
 V5.15.txt:11826
 V5.15.txt:11827
 V5.15.txt:11828
 V5.15.txt:11829
 V5.15.txt:11830
 V5.15.txt:11831
 V5.15.txt:11832
 V5.15.txt:11833
 V5.15.txt:11834
 V5.15.txt:11835
 V5.15.txt:11836
 V5.15.txt:11837
 V5.15.txt:11838
 V5.15.txt:11839
 V5.15.txt:11840
 V5.15.txt:11841
 V5.15.txt:11842
 V5.15.txt:11843
 V5.15.txt:11844
 V5.15.txt:11845
 V5.15.txt:11846
 V5.15.txt:11847
 V5.15.txt:11848
 V5.15.txt:11849
 V5.15.txt:11850
 V5.15.txt:11851
 V5.15.txt:11852
 V5.15.txt:11853
 V5.15.txt:11854
 V5.15.txt:11855
 V5.15.txt:11856
 V5.15.txt:11857
 V5.15.txt:11858
 V5.15.txt:11859
 V5.15.txt:11860
 V5.15.txt:11861
 V5.15.txt:11862
 V5.15.txt:11863
 V5.15.txt:11864
 V5.15.txt:11865
 V5.15.txt:11866
 V5.15.txt:11867
 V5.15.txt:11868
 V5.15.txt:11869
 V5.15.txt:11870
 V5.15.txt:11871
 V5.15.txt:11872
 V5.15.txt:11873
 V5.15.txt:11874
 V5.15.txt:11875
 V5.15.txt:11876
 V5.15.txt:11877
 V5.15.txt:11878
 V5.15.txt:11879
 V5.15.txt:11880
 V5.15.txt:11881
 V5.15.txt:11882
 V5.15.txt:11883
 V5.15.txt:11884
 V5.15.txt:11885
 V5.15.txt:11886
 V5.15.txt:11887
 V5.15.txt:11888
 V5.15.txt:11889
 V5.15.txt:11890
 V5.15.txt:11891
 V5.15.txt:11892
 V5.15.txt:11893
 V5.15.txt:11894
 V5.15.txt:11895
 V5.15.txt:11896
 V5.15.txt:11897
 V5.15.txt:11898
 V5.15.txt:11899
 V5.15.txt:11900
 V5.15.txt:11901
 V5.15.txt:11902
 V5.15.txt:11903
 V5.15.txt:11904
 V5.15.txt:11905
 V5.15.txt:11906
 V5.15.txt:11907
 V5.15.txt:11908
 V5.15.txt:11909
 V5.15.txt:11910
 V5.15.txt:11911
 V5.15.txt:11912
 V5.15.txt:11913
 V5.15.txt:11914
 V5.15.txt:11915
 V5.15.txt:11916
 V5.15.txt:11917
 V5.15.txt:11918
 V5.15.txt:11919
 V5.15.txt:11920
 V5.15.txt:11921
 V5.15.txt:11922
 V5.15.txt:11923
 V5.15.txt:11924
 V5.15.txt:11925
 V5.15.txt:11926
 V5.15.txt:11927
 V5.15.txt:11928
 V5.15.txt:11929
 V5.15.txt:11930
 V5.15.txt:11931
 V5.15.txt:11932
 V5.15.txt:11933
 V5.15.txt:11934
 V5.15.txt:11935
 V5.15.txt:11936
 V5.15.txt:11937
 V5.15.txt:11938
 V5.15.txt:11939
 V5.15.txt:11940
 V5.15.txt:11941
 V5.15.txt:11942
 V5.15.txt:11943
 V5.15.txt:11944
 V5.15.txt:11945
 V5.15.txt:11946
 V5.15.txt:11947
 V5.15.txt:11948
 V5.15.txt:11949
 V5.15.txt:11950
 V5.15.txt:11951
 V5.15.txt:11952
 V5.15.txt:11953
 V5.15.txt:11954
 V5.15.txt:11955
 V5.15.txt:11956
 V5.15.txt:11957
 V5.15.txt:11958
 V5.15.txt:11959
 V5.15.txt:11960
 V5.15.txt:11961
 V5.15.txt:11962
 V5.15.txt:11963
 V5.15.txt:11964
 V5.15.txt:11965
 V5.15.txt:11966
 V5.15.txt:11967
 V5.15.txt:11968
 V5.15.txt:11969
 V5.15.txt:11970
 V5.15.txt:11971
 V5.15.txt:11972
 V5.15.txt:11973
 V5.15.txt:11974
 V5.15.txt:11975
 V5.15.txt:11976
 V5.15.txt:11977
 V5.15.txt:11978
 V5.15.txt:11979
 V5.15.txt:11980
 V5.15.txt:11981
 V5.15.txt:11982
 V5.15.txt:11983
 V5.15.txt:11984
 V5.15.txt:11985
 V5.15.txt:11986
 V5.15.txt:11987
 V5.15.txt:11988
 V5.15.txt:11989
 V5.15.txt:11990
 V5.15.txt:11991
 V5.15.txt:11992
 V5.15.txt:11993
 V5.15.txt:11994
 V5.15.txt:11995
 V5.15.txt:11996
 V5.15.txt:11997
 V5.15.txt:11998
 V5.15.txt:11999
 V5.15.txt:12000
 V5.15.txt:12001
 V5.15.txt:12002
 V5.15.txt:12003
 V5.15.txt:12004
 V5.15.txt:12005
 V5.15.txt:12006
 V5.15.txt:12007
 V5.15.txt:12008
 V5.15.txt:12009
 V5.15.txt:12010
 V5.15.txt:12011
 V5.15.txt:12012
 V5.15.txt:12013
 V5.15.txt:12014
 V5.15.txt:12015
 V5.15.txt:12016
 V5.15.txt:12017
 V5.15.txt:12018
 V5.15.txt:12019
 V5.15.txt:12020
 V5.15.txt:12021
 V5.15.txt:12022
 V5.15.txt:12023
 V5.15.txt:12024
 V5.15.txt:12025
 V5.15.txt:12026
 V5.15.txt:12027
 V5.15.txt:12028
 V5.15.txt:12029
 V5.15.txt:12030
 V5.15.txt:12031
 V5.15.txt:12032
 V5.15.txt:12033
 V5.15.txt:12034
 V5.15.txt:12035
 V5.15.txt:12036
 V5.15.txt:12037
 V5.15.txt:12038
 V5.15.txt:12039
 V5.15.txt:12040
 V5.15.txt:12041
 V5.15.txt:12042
 V5.15.txt:12043
 V5.15.txt:12044
 V5.15.txt:12045
 V5.15.txt:12046
 V5.15.txt:12047
 V5.15.txt:12048
 V5.15.txt:12049
 V5.15.txt:12050
 V5.15.txt:12051
 V5.15.txt:12052
 V5.15.txt:12053
 V5.15.txt:12054
 V5.15.txt:12055
 V5.15.txt:12056
 V5.15.txt:12057
 V5.15.txt:12058
 V5.15.txt:12059
 V5.15.txt:12060
 V5.15.txt:12061
 V5.15.txt:12062
 V5.15.txt:12063
 V5.15.txt:12064
 V5.15.txt:12065
 V5.15.txt:12066
 V5.15.txt:12067
 V5.15.txt:12068
 V5.15.txt:12069
 V5.15.txt:12070
 V5.15.txt:12071
 V5.15.txt:12072
 V5.15.txt:12073
 V5.15.txt:12074
 V5.15.txt:12075
 V5.15.txt:12076
 V5.15.txt:12077
 V5.15.txt:12078
 V5.15.txt:12079
 V5.15.txt:12080
 V5.15.txt:12081
 V5.15.txt:12082
 V5.15.txt:12083
 V5.15.txt:12084
 V5.15.txt:12085
 V5.15.txt:12086
 V5.15.txt:12087
 V5.15.txt:12088
 V5.15.txt:12089
 V5.15.txt:12090
 V5.15.txt:12091
 V5.15.txt:12092
 V5.15.txt:12093
 V5.15.txt:12094
 V5.15.txt:12095
 V5.15.txt:12096
 V5.15.txt:12097
 V5.15.txt:12098
 V5.15.txt:12099
 V5.15.txt:12100
 V5.15.txt:12101
 V5.15.txt:12102
 V5.15.txt:12103
 V5.15.txt:12104
 V5.15.txt:12105
 V5.15.txt:12106
 V5.15.txt:12107
 V5.15.txt:12108
 V5.15.txt:12109
 V5.15.txt:12110
 V5.15.txt:12111
 V5.15.txt:12112
 V5.15.txt:12113
 V5.15.txt:12114
 V5.15.txt:12115
 V5.15.txt:12116
 V5.15.txt:12117
 V5.15.txt:12118
 V5.15.txt:12119
 V5.15.txt:12120
 V5.15.txt:12121
 V5.15.txt:12122
 V5.15.txt:12123
 V5.15.txt:12124
 V5.15.txt:12125
 V5.15.txt:12126
 V5.15.txt:12127
 V5.15.txt:12128
 V5.15.txt:12129
 V5.15.txt:12130
 V5.15.txt:12131
 V5.15.txt:12132
 V5.15.txt:12133
 V5.15.txt:12134
 V5.15.txt:12135
 V5.15.txt:12136
 V5.15.txt:12137
 V5.15.txt:12138
 V5.15.txt:12139
 V5.15.txt:12140
 V5.15.txt:12141
 V5.15.txt:12142
 V5.15.txt:12143
 V5.15.txt:12144
 V5.15.txt:12145
 V5.15.txt:12146
 V5.15.txt:12147
 V5.15.txt:12148
 V5.15.txt:12149
 V5.15.txt:12150
 V5.15.txt:12151
 V5.15.txt:12152
 V5.15.txt:12153
 V5.15.txt:12154
 V5.15.txt:12155
 V5.15.txt:12156
 V5.15.txt:12157
 V5.15.txt:12158
 V5.15.txt:12159
 V5.15.txt:12160
 V5.15.txt:12161
 V5.15.txt:12162
 V5.15.txt:12163
 V5.15.txt:12164
 V5.15.txt:12165
 V5.15.txt:12166
 V5.15.txt:12167
 V5.15.txt:12168
 V5.15.txt:12169
 V5.15.txt:12170
 V5.15.txt:12171
 V5.15.txt:12172
 V5.15.txt:12173
 V5.15.txt:12174
 V5.15.txt:12175
 V5.15.txt:12176
 V5.15.txt:12177
 V5.15.txt:12178
 V5.15.txt:12179
 V5.15.txt:12180
 V5.15.txt:12181
 V5.15.txt:12182
 V5.15.txt:12183
 V5.15.txt:12184
 V5.15.txt:12185
 V5.15.txt:12186
 V5.15.txt:12187
 V5.15.txt:12188
 V5.15.txt:12189
 V5.15.txt:12190
 V5.15.txt:12191
 V5.15.txt:12192
 V5.15.txt:12193
 V5.15.txt:12194
 V5.15.txt:12195
 V5.15.txt:12196
 V5.15.txt:12197
 V5.15.txt:12198
 V5.15.txt:12199
 V5.15.txt:12200
 V5.15.txt:12201
 V5.15.txt:12202
 V5.15.txt:12203
 V5.15.txt:12204
 V5.15.txt:12205
 V5.15.txt:12206
 V5.15.txt:12207
 V5.15.txt:12208
 V5.15.txt:12209
 V5.15.txt:12210
 V5.15.txt:12211
 V5.15.txt:12212
 V5.15.txt:12213
 V5.15.txt:12214
 V5.15.txt:12215
 V5.15.txt:12216
 V5.15.txt:12217
 V5.15.txt:12218
 V5.15.txt:12219
 V5.15.txt:12220
 V5.15.txt:12221
 V5.15.txt:12222
 V5.15.txt:12223
 V5.15.txt:12224
 V5.15.txt:12225
 V5.15.txt:12226
 V5.15.txt:12227
 V5.15.txt:12228
 V5.15.txt:12229
 V5.15.txt:12230
 V5.15.txt:12231
 V5.15.txt:12232
 V5.15.txt:12233
 V5.15.txt:12234
 V5.15.txt:12235
 V5.15.txt:12236
 V5.15.txt:12237
 V5.15.txt:12238
 V5.15.txt:12239
 V5.15.txt:12240
 V5.15.txt:12241
 V5.15.txt:12242
 V5.15.txt:12243
 V5.15.txt:12244
 V5.15.txt:12245
 V5.15.txt:12246
 V5.15.txt:12247
 V5.15.txt:12248
 V5.15.txt:12249
 V5.15.txt:12250
 V5.15.txt:12251
 V5.15.txt:12252
 V5.15.txt:12253
 V5.15.txt:12254
 V5.15.txt:12255
 V5.15.txt:12256
 V5.15.txt:12257
 V5.15.txt:12258
 V5.15.txt:12259
 V5.15.txt:12260
 V5.15.txt:12261
 V5.15.txt:12262
 V5.15.txt:12263
 V5.15.txt:12264
 V5.15.txt:12265
 V5.15.txt:12266
 V5.15.txt:12267
 V5.15.txt:12268
 V5.15.txt:12269
 V5.15.txt:12270
 V5.15.txt:12271
 V5.15.txt:12272
 V5.15.txt:12273
 V5.15.txt:12274
 V5.15.txt:12275
 V5.15.txt:12276
 V5.15.txt:12277
 V5.15.txt:12278
 V5.15.txt:12279
 V5.15.txt:12280
 V5.15.txt:12281
 V5.15.txt:12282
 V5.15.txt:12283
 V5.15.txt:12284
 V5.15.txt:12285
 V5.15.txt:12286
 V5.15.txt:12287
 V5.15.txt:12288
 V5.15.txt:12289
 V5.15.txt:12290
 V5.15.txt:12291
 V5.15.txt:12292
 V5.15.txt:12293
 V5.15.txt:12294
 V5.15.txt:12295
 V5.15.txt:12296
 V5.15.txt:12297
 V5.15.txt:12298
 V5.15.txt:12299
 V5.15.txt:12300
 V5.15.txt:12301
 V5.15.txt:12302
 V5.15.txt:12303
 V5.15.txt:12304
 V5.15.txt:12305
 V5.15.txt:12306
 V5.15.txt:12307
 V5.15.txt:12308
 V5.15.txt:12309
 V5.15.txt:12310
 V5.15.txt:12311
 V5.15.txt:12312
 V5.15.txt:12313
 V5.15.txt:12314
 V5.15.txt:12315
 V5.15.txt:12316
 V5.15.txt:12317
 V5.15.txt:12318
 V5.15.txt:12319
 V5.15.txt:12320
 V5.15.txt:12321
 V5.15.txt:12322
 V5.15.txt:12323
 V5.15.txt:12324
 V5.15.txt:12325
 V5.15.txt:12326
 V5.15.txt:12327
 V5.15.txt:12328
 V5.15.txt:12329
 V5.15.txt:12330
 V5.15.txt:12331
 V5.15.txt:12332
 V5.15.txt:12333
 V5.15.txt:12334
 V5.15.txt:12335
 V5.15.txt:12336
 V5.15.txt:12337
 V5.15.txt:12338
 V5.15.txt:12339
 V5.15.txt:12340
 V5.15.txt:12341
 V5.15.txt:12342
 V5.15.txt:12343
 V5.15.txt:12344
 V5.15.txt:12345
 V5.15.txt:12346
 V5.15.txt:12347
 V5.15.txt:12348
 V5.15.txt:12349
 V5.15.txt:12350
 V5.15.txt:12351
 V5.15.txt:12352
 V5.15.txt:12353
 V5.15.txt:12354
 V5.15.txt:12355
 V5.15.txt:12356
 V5.15.txt:12357
 V5.15.txt:12358
 V5.15.txt:12359
 V5.15.txt:12360
 V5.15.txt:12361
 V5.15.txt:12362
 V5.15.txt:12363
 V5.15.txt:12364
 V5.15.txt:12365
 V5.15.txt:12366
 V5.15.txt:12367
 V5.15.txt:12368
 V5.15.txt:12369
 V5.15.txt:12370
 V5.15.txt:12371
 V5.15.txt:12372
 V5.15.txt:12373
 V5.15.txt:12374
 V5.15.txt:12375
 V5.15.txt:12376
 V5.15.txt:12377
 V5.15.txt:12378
 V5.15.txt:12379
 V5.15.txt:12380
 V5.15.txt:12381
 V5.15.txt:12382
 V5.15.txt:12383
 V5.15.txt:12384
 V5.15.txt:12385
 V5.15.txt:12386
 V5.15.txt:12387
 V5.15.txt:12388
 V5.15.txt:12389
 V5.15.txt:12390
 V5.15.txt:12391
 V5.15.txt:12392
 V5.15.txt:12393
 V5.15.txt:12394
 V5.15.txt:12395
 V5.15.txt:12396
 V5.15.txt:12397
 V5.15.txt:12398
 V5.15.txt:12399
 V5.15.txt:12400
 V5.15.txt:12401
 V5.15.txt:12402
 V5.15.txt:12403
 V5.15.txt:12404
 V5.15.txt:12405
 V5.15.txt:12406
 V5.15.txt:12407
 V5.15.txt:12408
 V5.15.txt:12409
 V5.15.txt:12410
 V5.15.txt:12411
 V5.15.txt:12412
 V5.15.txt:12413
 V5.15.txt:12414
 V5.15.txt:12415
 V5.15.txt:12416
 V5.15.txt:12417
 V5.15.txt:12418
 V5.15.txt:12419
 V5.15.txt:12420
 V5.15.txt:12421
 V5.15.txt:12422
 V5.15.txt:12423
 V5.15.txt:12424
 V5.15.txt:12425
 V5.15.txt:12426
 V5.15.txt:12427
 V5.15.txt:12428
 V5.15.txt:12429
 V5.15.txt:12430
 V5.15.txt:12431
 V5.15.txt:12432
 V5.15.txt:12433
 V5.15.txt:12434
 V5.15.txt:12435
 V5.15.txt:12436
 V5.15.txt:12437
 V5.15.txt:12438
 V5.15.txt:12439
 V5.15.txt:12440
 V5.15.txt:12441
 V5.15.txt:12442
 V5.15.txt:12443
 V5.15.txt:12444
 V5.15.txt:12445
 V5.15.txt:12446
 V5.15.txt:12447
 V5.15.txt:12448
 V5.15.txt:12449
 V5.15.txt:12450
 V5.15.txt:12451
 V5.15.txt:12452
 V5.15.txt:12453
 V5.15.txt:12454
 V5.15.txt:12455
 V5.15.txt:12456
 V5.15.txt:12457
 V5.15.txt:12458
 V5.15.txt:12459
 V5.15.txt:12460
 V5.15.txt:12461
 V5.15.txt:12462
 V5.15.txt:12463
 V5.15.txt:12464
 V5.15.txt:12465
 V5.15.txt:12466
 V5.15.txt:12467
 V5.15.txt:12468
 V5.15.txt:12469
 V5.15.txt:12470
 V5.15.txt:12471
 V5.15.txt:12472
 V5.15.txt:12473
 V5.15.txt:12474
 V5.15.txt:12475
 V5.15.txt:12476
 V5.15.txt:12477
 V5.15.txt:12478
 V5.15.txt:12479
 V5.15.txt:12480
 V5.15.txt:12481
 V5.15.txt:12482
 V5.15.txt:12483
 V5.15.txt:12484
 V5.15.txt:12485
 V5.15.txt:12486
 V5.15.txt:12487
 V5.15.txt:12488
 V5.15.txt:12489
 V5.15.txt:12490
 V5.15.txt:12491
 V5.15.txt:12492
 V5.15.txt:12493
 V5.15.txt:12494
 V5.15.txt:12495
 V5.15.txt:12496
 V5.15.txt:12497
 V5.15.txt:12498
 V5.15.txt:12499
 V5.15.txt:12500
 V5.15.txt:12501
 V5.15.txt:12502
 V5.15.txt:12503
 V5.15.txt:12504
 V5.15.txt:12505
 V5.15.txt:12506
 V5.15.txt:12507
 V5.15.txt:12508
 V5.15.txt:12509
 V5.15.txt:12510
 V5.15.txt:12511
 V5.15.txt:12512
 V5.15.txt:12513
 V5.15.txt:12514
 V5.15.txt:12515
 V5.15.txt:12516
 V5.15.txt:12517
 V5.15.txt:12518
 V5.15.txt:12519
 V5.15.txt:12520
 V5.15.txt:12521
 V5.15.txt:12522
 V5.15.txt:12523
 V5.15.txt:12524
 V5.15.txt:12525
 V5.15.txt:12526
 V5.15.txt:12527
 V5.15.txt:12528
 V5.15.txt:12529
 V5.15.txt:12530
 V5.15.txt:12531
 V5.15.txt:12532
 V5.15.txt:12533
 V5.15.txt:12534
 V5.15.txt:12535
 V5.15.txt:12536
 V5.15.txt:12537
 V5.15.txt:12538
 V5.15.txt:12539
 V5.15.txt:12540
 V5.15.txt:12541
 V5.15.txt:12542
 V5.15.txt:12543
 V5.15.txt:12544
 V5.15.txt:12545
 V5.15.txt:12546
 V5.15.txt:12547
 V5.15.txt:12548
 V5.15.txt:12549
 V5.15.txt:12550
 V5.15.txt:12551
 V5.15.txt:12552
 V5.15.txt:12553
 V5.15.txt:12554
 V5.15.txt:12555
 V5.15.txt:12556
 V5.15.txt:12557
 V5.15.txt:12558
 V5.15.txt:12559
 V5.15.txt:12560
 V5.15.txt:12561
 V5.15.txt:12562
 V5.15.txt:12563
 V5.15.txt:12564
 V5.15.txt:12565
 V5.15.txt:12566
 V5.15.txt:12567
 V5.15.txt:12568
 V5.15.txt:12569
 V5.15.txt:12570
 V5.15.txt:12571
 V5.15.txt:12572
 V5.15.txt:12573
 V5.15.txt:12574
 V5.15.txt:12575
 V5.15.txt:12576
 V5.15.txt:12577
 V5.15.txt:12578
 V5.15.txt:12579
 V5.15.txt:12580
 V5.15.txt:12581
 V5.15.txt:12582
 V5.15.txt:12583
 V5.15.txt:12584
 V5.15.txt:12585
 V5.15.txt:12586
 V5.15.txt:12587
 V5.15.txt:12588
 V5.15.txt:12589
 V5.15.txt:12590
 V5.15.txt:12591
 V5.15.txt:12592
 V5.15.txt:12593
 V5.15.txt:12594
 V5.15.txt:12595
 V5.15.txt:12596
 V5.15.txt:12597
 V5.15.txt:12598
 V5.15.txt:12599
 V5.15.txt:12600
 V5.15.txt:12601
 V5.15.txt:12602
 V5.15.txt:12603
 V5.15.txt:12604
 V5.15.txt:12605
 V5.15.txt:12606
 V5.15.txt:12607
 V5.15.txt:12608
 V5.15.txt:12609
 V5.15.txt:12610
 V5.15.txt:12611
 V5.15.txt:12612
 V5.15.txt:12613
 V5.15.txt:12614
 V5.15.txt:12615
 V5.15.txt:12616
 V5.15.txt:12617
 V5.15.txt:12618
 V5.15.txt:12619
 V5.15.txt:12620
 V5.15.txt:12621
 V5.15.txt:12622
 V5.15.txt:12623
 V5.15.txt:12624
 V5.15.txt:12625
 V5.15.txt:12626
 V5.15.txt:12627
 V5.15.txt:12628
 V5.15.txt:12629
 V5.15.txt:12630
 V5.15.txt:12631
 V5.15.txt:12632
 V5.15.txt:12633
 V5.15.txt:12634
 V5.15.txt:12635
 V5.15.txt:12636
 V5.15.txt:12637
 V5.15.txt:12638
 V5.15.txt:12639
 V5.15.txt:12640
 V5.15.txt:12641
 V5.15.txt:12642
 V5.15.txt:12643
 V5.15.txt:12644
 V5.15.txt:12645
 V5.15.txt:12646
 V5.15.txt:12647
 V5.15.txt:12648
 V5.15.txt:12649
 V5.15.txt:12650
 V5.15.txt:12651
 V5.15.txt:12652
 V5.15.txt:12653
 V5.15.txt:12654
 V5.15.txt:12655
 V5.15.txt:12656
 V5.15.txt:12657
 V5.15.txt:12658
 V5.15.txt:12659
 V5.15.txt:12660
 V5.15.txt:12661
 V5.15.txt:12662
 V5.15.txt:12663
 V5.15.txt:12664
 V5.15.txt:12665
 V5.15.txt:12666
 V5.15.txt:12667
 V5.15.txt:12668
 V5.15.txt:12669
 V5.15.txt:12670
 V5.15.txt:12671
 V5.15.txt:12672
 V5.15.txt:12673
 V5.15.txt:12674
 V5.15.txt:12675
 V5.15.txt:12676
 V5.15.txt:12677
 V5.15.txt:12678
 V5.15.txt:12679
 V5.15.txt:12680
 V5.15.txt:12681
 V5.15.txt:12682
 V5.15.txt:12683
 V5.15.txt:12684
 V5.15.txt:12685
 V5.15.txt:12686
 V5.15.txt:12687
 V5.15.txt:12688
 V5.15.txt:12689
 V5.15.txt:12690
 V5.15.txt:12691
 V5.15.txt:12692
 V5.15.txt:12693
 V5.15.txt:12694
 V5.15.txt:12695
 V5.15.txt:12696
 V5.15.txt:12697
 V5.15.txt:12698
 V5.15.txt:12699
 V5.15.txt:12700
 V5.15.txt:12701
 V5.15.txt:12702
 V5.15.txt:12703
 V5.15.txt:12704
 V5.15.txt:12705
 V5.15.txt:12706
 V5.15.txt:12707
 V5.15.txt:12708
 V5.15.txt:12709
 V5.15.txt:12710
 V5.15.txt:12711
 V5.15.txt:12712
 V5.15.txt:12713
 V5.15.txt:12714
 V5.15.txt:12715
 V5.15.txt:12716
 V5.15.txt:12717
 V5.15.txt:12718
 V5.15.txt:12719
 V5.15.txt:12720
 V5.15.txt:12721
 V5.15.txt:12722
 V5.15.txt:12723
 V5.15.txt:12724
 V5.15.txt:12725
 V5.15.txt:12726
 V5.15.txt:12727
 V5.15.txt:12728
 V5.15.txt:12729
 V5.15.txt:12730
 V5.15.txt:12731
 V5.15.txt:12732
 V5.15.txt:12733
 V5.15.txt:12734
 V5.15.txt:12735
 V5.15.txt:12736
 V5.15.txt:12737
 V5.15.txt:12738
 V5.15.txt:12739
 V5.15.txt:12740
 V5.15.txt:12741
 V5.15.txt:12742
 V5.15.txt:12743
 V5.15.txt:12744
 V5.15.txt:12745
 V5.15.txt:12746
 V5.15.txt:12747
 V5.15.txt:12748
 V5.15.txt:12749
 V5.15.txt:12750
 V5.15.txt:12751
 V5.15.txt:12752
 V5.15.txt:12753
 V5.15.txt:12754
 V5.15.txt:12755
 V5.15.txt:12756
 V5.15.txt:12757
 V5.15.txt:12758
 V5.15.txt:12759
 V5.15.txt:12760
 V5.15.txt:12761
 V5.15.txt:12762
 V5.15.txt:12763
 V5.15.txt:12764
 V5.15.txt:12765
 V5.15.txt:12766
 V5.15.txt:12767
 V5.15.txt:12768
 V5.15.txt:12769
 V5.15.txt:12770
 V5.15.txt:12771
 V5.15.txt:12772
 V5.15.txt:12773
 V5.15.txt:12774
 V5.15.txt:12775
 V5.15.txt:12776
 V5.15.txt:12777
 V5.15.txt:12778
 V5.15.txt:12779
 V5.15.txt:12780
 V5.15.txt:12781
 V5.15.txt:12782
 V5.15.txt:12783
 V5.15.txt:12784
 V5.15.txt:12785
 V5.15.txt:12786
 V5.15.txt:12787
 V5.15.txt:12788
 V5.15.txt:12789
 V5.15.txt:12790
 V5.15.txt:12791
 V5.15.txt:12792
 V5.15.txt:12793
 V5.15.txt:12794
 V5.15.txt:12795
 V5.15.txt:12796
 V5.15.txt:12797
 V5.15.txt:12798
 V5.15.txt:12799
 V5.15.txt:12800
 V5.15.txt:12801
 V5.15.txt:12802
 V5.15.txt:12803
 V5.15.txt:12804
 V5.15.txt:12805
 V5.15.txt:12806
 V5.15.txt:12807
 V5.15.txt:12808
 V5.15.txt:12809
 V5.15.txt:12810
 V5.15.txt:12811
 V5.15.txt:12812
 V5.15.txt:12813
 V5.15.txt:12814
 V5.15.txt:12815
 V5.15.txt:12816
 V5.15.txt:12817
 V5.15.txt:12818
 V5.15.txt:12819
 V5.15.txt:12820
 V5.15.txt:12821
 V5.15.txt:12822
 V5.15.txt:12823
 V5.15.txt:12824
 V5.15.txt:12825
 V5.15.txt:12826
 V5.15.txt:12827
 V5.15.txt:12828
 V5.15.txt:12829
 V5.15.txt:12830
 V5.15.txt:12831
 V5.15.txt:12832
 V5.15.txt:12833
 V5.15.txt:12834
 V5.15.txt:12835
 V5.15.txt:12836
 V5.15.txt:12837
 V5.15.txt:12838
 V5.15.txt:12839
 V5.15.txt:12840
 V5.15.txt:12841
 V5.15.txt:12842
 V5.15.txt:12843
 V5.15.txt:12844
 V5.15.txt:12845
 V5.15.txt:12846
 V5.15.txt:12847
 V5.15.txt:12848
 V5.15.txt:12849
 V5.15.txt:12850
 V5.15.txt:12851
 V5.15.txt:12852
 V5.15.txt:12853
 V5.15.txt:12854
 V5.15.txt:12855
 V5.15.txt:12856
 V5.15.txt:12857
 V5.15.txt:12858
 V5.15.txt:12859
 V5.15.txt:12860
 V5.15.txt:12861
 V5.15.txt:12862
 V5.15.txt:12863
 V5.15.txt:12864
 V5.15.txt:12865
 V5.15.txt:12866
 V5.15.txt:12867
 V5.15.txt:12868
 V5.15.txt:12869
 V5.15.txt:12870
 V5.15.txt:12871
 V5.15.txt:12872
 V5.15.txt:12873
 V5.15.txt:12874
 V5.15.txt:12875
 V5.15.txt:12876
 V5.15.txt:12877
 V5.15.txt:12878
 V5.15.txt:12879
 V5.15.txt:12880
 V5.15.txt:12881
 V5.15.txt:12882
 V5.15.txt:12883
 V5.15.txt:12884
 V5.15.txt:12885
 V5.15.txt:12886
 V5.15.txt:12887
 V5.15.txt:12888
 V5.15.txt:12889
 V5.15.txt:12890
 V5.15.txt:12891
 V5.15.txt:12892
 V5.15.txt:12893
 V5.15.txt:12894
 V5.15.txt:12895
 V5.15.txt:12896
 V5.15.txt:12897
 V5.15.txt:12898
 V5.15.txt:12899
 V5.15.txt:12900
 V5.15.txt:12901
 V5.15.txt:12902
 V5.15.txt:12903
 V5.15.txt:12904
 V5.15.txt:12905
 V5.15.txt:12906
 V5.15.txt:12907
 V5.15.txt:12908
 V5.15.txt:12909
 V5.15.txt:12910
 V5.15.txt:12911
 V5.15.txt:12912
 V5.15.txt:12913
 V5.15.txt:12914
 V5.15.txt:12915
 V5.15.txt:12916
 V5.15.txt:12917
 V5.15.txt:12918
 V5.15.txt:12919
 V5.15.txt:12920
 V5.15.txt:12921
 V5.15.txt:12922
 V5.15.txt:12923
 V5.15.txt:12924
 V5.15.txt:12925
 V5.15.txt:12926
 V5.15.txt:12927
 V5.15.txt:12928
 V5.15.txt:12929
 V5.15.txt:12930
 V5.15.txt:12931
 V5.15.txt:12932
 V5.15.txt:12933
 V5.15.txt:12934
 V5.15.txt:12935
 V5.15.txt:12936
 V5.15.txt:12937
 V5.15.txt:12938
 V5.15.txt:12939
 V5.15.txt:12940
 V5.15.txt:12941
 V5.15.txt:12942
 V5.15.txt:12943
 V5.15.txt:12944
 V5.15.txt:12945
 V5.15.txt:12946
 V5.15.txt:12947
 V5.15.txt:12948
 V5.15.txt:12949
 V5.15.txt:12950
 V5.15.txt:12951
 V5.15.txt:12952
 V5.15.txt:12953
 V5.15.txt:12954
 V5.15.txt:12955
 V5.15.txt:12956
 V5.15.txt:12957
 V5.15.txt:12958
 V5.15.txt:12959
 V5.15.txt:12960
 V5.15.txt:12961
 V5.15.txt:12962
 V5.15.txt:12963
 V5.15.txt:12964
 V5.15.txt:12965
 V5.15.txt:12966
 V5.15.txt:12967
 V5.15.txt:12968
 V5.15.txt:12969
 V5.15.txt:12970
 V5.15.txt:12971
 V5.15.txt:12972
 V5.15.txt:12973
 V5.15.txt:12974
 V5.15.txt:12975
 V5.15.txt:12976
 V5.15.txt:12977
 V5.15.txt:12978
 V5.15.txt:12979
 V5.15.txt:12980
 V5.15.txt:12981
 V5.15.txt:12982
 V5.15.txt:12983
 V5.15.txt:12984
 V5.15.txt:12985
 V5.15.txt:12986
 V5.15.txt:12987
 V5.15.txt:12988
 V5.15.txt:12989
 V5.15.txt:12990
 V5.15.txt:12991
 V5.15.txt:12992
 V5.15.txt:12993
 V5.15.txt:12994
 V5.15.txt:12995
 V5.15.txt:12996
 V5.15.txt:12997
 V5.15.txt:12998
 V5.15.txt:12999
 V5.15.txt:13000
 V5.15.txt:13001
 V5.15.txt:13002
 V5.15.txt:13003
 V5.15.txt:13004
 V5.15.txt:13005
 V5.15.txt:13006
 V5.15.txt:13007
 V5.15.txt:13008
 V5.15.txt:13009
 V5.15.txt:13010
 V5.15.txt:13011
 V5.15.txt:13012
 V5.15.txt:13013
 V5.15.txt:13014
 V5.15.txt:13015
 V5.15.txt:13016
 V5.15.txt:13017
 V5.15.txt:13018
 V5.15.txt:13019
 V5.15.txt:13020
 V5.15.txt:13021
 V5.15.txt:13022
 V5.15.txt:13023
 V5.15.txt:13024
 V5.15.txt:13025
 V5.15.txt:13026
 V5.15.txt:13027
 V5.15.txt:13028
 V5.15.txt:13029
 V5.15.txt:13030
 V5.15.txt:13031
 V5.15.txt:13032
 V5.15.txt:13033
 V5.15.txt:13034
 V5.15.txt:13035
 V5.15.txt:13036
 V5.15.txt:13037
 V5.15.txt:13038
 V5.15.txt:13039
 V5.15.txt:13040
 V5.15.txt:13041
 V5.15.txt:13042
 V5.15.txt:13043
 V5.15.txt:13044
 V5.15.txt:13045
 V5.15.txt:13046
 V5.15.txt:13047
 V5.15.txt:13048
 V5.15.txt:13049
 V5.15.txt:13050
 V5.15.txt:13051
 V5.15.txt:13052
 V5.15.txt:13053
 V5.15.txt:13054
 V5.15.txt:13055
 V5.15.txt:13056
 V5.15.txt:13057
 V5.15.txt:13058
 V5.15.txt:13059
 V5.15.txt:13060
 V5.15.txt:13061
 V5.15.txt:13062
 V5.15.txt:13063
 V5.15.txt:13064
 V5.15.txt:13065
 V5.15.txt:13066
 V5.15.txt:13067
 V5.15.txt:13068
 V5.15.txt:13069
 V5.15.txt:13070
 V5.15.txt:13071
 V5.15.txt:13072
 V5.15.txt:13073
 V5.15.txt:13074
 V5.15.txt:13075
 V5.15.txt:13076
 V5.15.txt:13077
 V5.15.txt:13078
 V5.15.txt:13079
 V5.15.txt:13080
 V5.15.txt:13081
 V5.15.txt:13082
 V5.15.txt:13083
 V5.15.txt:13084
 V5.15.txt:13085
 V5.15.txt:13086
 V5.15.txt:13087
 V5.15.txt:13088
 V5.15.txt:13089
 V5.15.txt:13090
 V5.15.txt:13091
 V5.15.txt:13092
 V5.15.txt:13093
 V5.15.txt:13094
 V5.15.txt:13095
 V5.15.txt:13096
 V5.15.txt:13097
 V5.15.txt:13098
 V5.15.txt:13099
 V5.15.txt:13100
 V5.15.txt:13101
 V5.15.txt:13102
 V5.15.txt:13103
 V5.15.txt:13104
 V5.15.txt:13105
 V5.15.txt:13106
 V5.15.txt:13107
 V5.15.txt:13108
 V5.15.txt:13109
 V5.15.txt:13110
 V5.15.txt:13111
 V5.15.txt:13112
 V5.15.txt:13113
 V5.15.txt:13114
 V5.15.txt:13115
 V5.15.txt:13116
 V5.15.txt:13117
 V5.15.txt:13118
 V5.15.txt:13119
 V5.15.txt:13120
 V5.15.txt:13121
 V5.15.txt:13122
 V5.15.txt:13123
 V5.15.txt:13124
 V5.15.txt:13125
 V5.15.txt:13126
 V5.15.txt:13127
 V5.15.txt:13128
 V5.15.txt:13129
 V5.15.txt:13130
 V5.15.txt:13131
 V5.15.txt:13132
 V5.15.txt:13133
 V5.15.txt:13134
 V5.15.txt:13135
 V5.15.txt:13136
 V5.15.txt:13137
 V5.15.txt:13138
 V5.15.txt:13139
 V5.15.txt:13140
 V5.15.txt:13141
 V5.15.txt:13142
 V5.15.txt:13143
 V5.15.txt:13144
 V5.15.txt:13145
 V5.15.txt:13146
 V5.15.txt:13147
 V5.15.txt:13148
 V5.15.txt:13149
 V5.15.txt:13150
 V5.15.txt:13151
 V5.15.txt:13152
 V5.15.txt:13153
 V5.15.txt:13154
 V5.15.txt:13155
 V5.15.txt:13156
 V5.15.txt:13157
 V5.15.txt:13158
 V5.15.txt:13159
 V5.15.txt:13160
 V5.15.txt:13161
 V5.15.txt:13162
 V5.15.txt:13163
 V5.15.txt:13164
 V5.15.txt:13165
 V5.15.txt:13166
 V5.15.txt:13167
 V5.15.txt:13168
 V5.15.txt:13169
 V5.15.txt:13170
 V5.15.txt:13171
 V5.15.txt:13172
 V5.15.txt:13173
 V5.15.txt:13174
 V5.15.txt:13175
 V5.15.txt:13176
 V5.15.txt:13177
 V5.15.txt:13178
 V5.15.txt:13179
 V5.15.txt:13180
 V5.15.txt:13181
 V5.15.txt:13182
 V5.15.txt:13183
 V5.15.txt:13184
 V5.15.txt:13185
 V5.15.txt:13186
 V5.15.txt:13187
 V5.15.txt:13188
 V5.15.txt:13189
 V5.15.txt:13190
 V5.15.txt:13191
 V5.15.txt:13192
 V5.15.txt:13193
 V5.15.txt:13194
 V5.15.txt:13195
 V5.15.txt:13196
 V5.15.txt:13197
 V5.15.txt:13198
 V5.15.txt:13199
 V5.15.txt:13200
 V5.15.txt:13201
 V5.15.txt:13202
 V5.15.txt:13203
 V5.15.txt:13204
 V5.15.txt:13205
 V5.15.txt:13206
 V5.15.txt:13207
 V5.15.txt:13208
 V5.15.txt:13209
 V5.15.txt:13210
 V5.15.txt:13211
 V5.15.txt:13212
 V5.15.txt:13213
 V5.15.txt:13214
 V5.15.txt:13215
 V5.15.txt:13216
 V5.15.txt:13217
 V5.15.txt:13218
 V5.15.txt:13219
 V5.15.txt:13220
 V5.15.txt:13221
 V5.15.txt:13222
 V5.15.txt:13223
 V5.15.txt:13224
 V5.15.txt:13225
 V5.15.txt:13226
 V5.15.txt:13227
 V5.15.txt:13228
 V5.15.txt:13229
 V5.15.txt:13230
 V5.15.txt:13231
 V5.15.txt:13232
 V5.15.txt:13233
 V5.15.txt:13234
 V5.15.txt:13235
 V5.15.txt:13236
 V5.15.txt:13237
 V5.15.txt:13238
 V5.15.txt:13239
 V5.15.txt:13240
 V5.15.txt:13241
 V5.15.txt:13242
 V5.15.txt:13243
 V5.15.txt:13244
 V5.15.txt:13245
 V5.15.txt:13246
 V5.15.txt:13247
 V5.15.txt:13248
 V5.15.txt:13249
 V5.15.txt:13250
 V5.15.txt:13251
 V5.15.txt:13252
 V5.15.txt:13253
 V5.15.txt:13254
 V5.15.txt:13255
 V5.15.txt:13256
 V5.15.txt:13257
 V5.15.txt:13258
 V5.15.txt:13259
 V5.15.txt:13260
 V5.15.txt:13261
 V5.15.txt:13262
 V5.15.txt:13263
 V5.15.txt:13264
 V5.15.txt:13265
 V5.15.txt:13266
 V5.15.txt:13267
 V5.15.txt:13268
 V5.15.txt:13269
 V5.15.txt:13270
 V5.15.txt:13271
 V5.15.txt:13272
 V5.15.txt:13273
 V5.15.txt:13274
 V5.15.txt:13275
 V5.15.txt:13276
 V5.15.txt:13277
 V5.15.txt:13278
 V5.15.txt:13279
 V5.15.txt:13280
 V5.15.txt:13281
 V5.15.txt:13282
 V5.15.txt:13283
 V5.15.txt:13284
 V5.15.txt:13285
 V5.15.txt:13286
 V5.15.txt:13287
 V5.15.txt:13288
 V5.15.txt:13289
 V5.15.txt:13290
 V5.15.txt:13291
 V5.15.txt:13292
 V5.15.txt:13293
 V5.15.txt:13294
 V5.15.txt:13295
 V5.15.txt:13296
 V5.15.txt:13297
 V5.15.txt:13298
 V5.15.txt:13299
 V5.15.txt:13300
 V5.15.txt:13301
 V5.15.txt:13302
 V5.15.txt:13303
 V5.15.txt:13304
 V5.15.txt:13305
 V5.15.txt:13306
 V5.15.txt:13307
 V5.15.txt:13308
 V5.15.txt:13309
 V5.15.txt:13310
 V5.15.txt:13311
 V5.15.txt:13312
 V5.15.txt:13313
 V5.15.txt:13314
 V5.15.txt:13315
 V5.15.txt:13316
 V5.15.txt:13317
 V5.15.txt:13318
 V5.15.txt:13319
 V5.15.txt:13320
 V5.15.txt:13321
 V5.15.txt:13322
 V5.15.txt:13323
 V5.15.txt:13324
 V5.15.txt:13325
 V5.15.txt:13326
 V5.15.txt:13327
 V5.15.txt:13328
 V5.15.txt:13329
 V5.15.txt:13330
 V5.15.txt:13331
 V5.15.txt:13332
 V5.15.txt:13333
 V5.15.txt:13334
 V5.15.txt:13335
 V5.15.txt:13336
 V5.15.txt:13337
 V5.15.txt:13338
 V5.15.txt:13339
 V5.15.txt:13340
 V5.15.txt:13341
 V5.15.txt:13342
 V5.15.txt:13343
 V5.15.txt:13344
 V5.15.txt:13345
 V5.15.txt:13346
 V5.15.txt:13347
 V5.15.txt:13348
 V5.15.txt:13349
 V5.15.txt:13350
 V5.15.txt:13351
 V5.15.txt:13352
 V5.15.txt:13353
 V5.15.txt:13354
 V5.15.txt:13355
 V5.15.txt:13356
 V5.15.txt:13357
 V5.15.txt:13358
 V5.15.txt:13359
 V5.15.txt:13360
 V5.15.txt:13361
 V5.15.txt:13362
 V5.15.txt:13363
 V5.15.txt:13364
 V5.15.txt:13365
 V5.15.txt:13366
 V5.15.txt:13367
 V5.15.txt:13368
 V5.15.txt:13369
 V5.15.txt:13370
 V5.15.txt:13371
 V5.15.txt:13372
 V5.15.txt:13373
 V5.15.txt:13374
 V5.15.txt:13375
 V5.15.txt:13376
 V5.15.txt:13377
 V5.15.txt:13378
 V5.15.txt:13379
 V5.15.txt:13380
 V5.15.txt:13381
 V5.15.txt:13382
 V5.15.txt:13383
 V5.15.txt:13384
 V5.15.txt:13385
 V5.15.txt:13386
 V5.15.txt:13387
 V5.15.txt:13388
 V5.15.txt:13389
 V5.15.txt:13390
 V5.15.txt:13391
 V5.15.txt:13392
 V5.15.txt:13393
 V5.15.txt:13394
 V5.15.txt:13395
 V5.15.txt:13396
 V5.15.txt:13397
 V5.15.txt:13398
 V5.15.txt:13399
 V5.15.txt:13400
 V5.15.txt:13401
 V5.15.txt:13402
 V5.15.txt:13403
 V5.15.txt:13404
 V5.15.txt:13405
 V5.15.txt:13406
 V5.15.txt:13407
 V5.15.txt:13408
 V5.15.txt:13409
 V5.15.txt:13410
 V5.15.txt:13411
 V5.15.txt:13412
 V5.15.txt:13413
 V5.15.txt:13414
 V5.15.txt:13415
 V5.15.txt:13416
 V5.15.txt:13417
 V5.15.txt:13418
 V5.15.txt:13419
 V5.15.txt:13420
 V5.15.txt:13421
 V5.15.txt:13422
 V5.15.txt:13423
 V5.15.txt:13424
 V5.15.txt:13425
 V5.15.txt:13426
 V5.15.txt:13427
 V5.15.txt:13428
 V5.15.txt:13429
 V5.15.txt:13430
 V5.15.txt:13431
 V5.15.txt:13432
 V5.15.txt:13433
 V5.15.txt:13434
 V5.15.txt:13435
 V5.15.txt:13436
 V5.15.txt:13437
 V5.15.txt:13438
 V5.15.txt:13439
 V5.15.txt:13440
 V5.15.txt:13441
 V5.15.txt:13442
 V5.15.txt:13443
 V5.15.txt:13444
 V5.15.txt:13445
 V5.15.txt:13446
 V5.15.txt:13447
 V5.15.txt:13448
 V5.15.txt:13449
 V5.15.txt:13450
 V5.15.txt:13451
 V5.15.txt:13452
 V5.15.txt:13453
 V5.15.txt:13454
 V5.15.txt:13455
 V5.15.txt:13456
 V5.15.txt:13457
 V5.15.txt:13458
 V5.15.txt:13459
 V5.15.txt:13460
 V5.15.txt:13461
 V5.15.txt:13462
 V5.15.txt:13463
 V5.15.txt:13464
 V5.15.txt:13465
 V5.15.txt:13466
 V5.15.txt:13467
 V5.15.txt:13468
 V5.15.txt:13469
 V5.15.txt:13470
 V5.15.txt:13471
 V5.15.txt:13472
 V5.15.txt:13473
 V5.15.txt:13474
 V5.15.txt:13475
 V5.15.txt:13476
 V5.15.txt:13477
 V5.15.txt:13478
 V5.15.txt:13479
 V5.15.txt:13480
 V5.15.txt:13481
 V5.15.txt:13482
 V5.15.txt:13483
 V5.15.txt:13484
 V5.15.txt:13485
 V5.15.txt:13486
 V5.15.txt:13487
 V5.15.txt:13488
 V5.15.txt:13489
 V5.15.txt:13490
 V5.15.txt:13491
 V5.15.txt:13492
 V5.15.txt:13493
 V5.15.txt:13494
 V5.15.txt:13495
 V5.15.txt:13496
 V5.15.txt:13497
 V5.15.txt:13498
 V5.15.txt:13499
 V5.15.txt:13500
 V5.15.txt:13501
 V5.15.txt:13502
 V5.15.txt:13503
 V5.15.txt:13504
 V5.15.txt:13505
 V5.15.txt:13506
 V5.15.txt:13507
 V5.15.txt:13508
 V5.15.txt:13509
 V5.15.txt:13510
 V5.15.txt:13511
 V5.15.txt:13512
 V5.15.txt:13513
 V5.15.txt:13514
 V5.15.txt:13515
 V5.15.txt:13516
 V5.15.txt:13517
 V5.15.txt:13518
 V5.15.txt:13519
 V5.15.txt:13520
 V5.15.txt:13521
 V5.15.txt:13522
 V5.15.txt:13523
 V5.15.txt:13524
 V5.15.txt:13525
 V5.15.txt:13526
 V5.15.txt:13527
 V5.15.txt:13528
 V5.15.txt:13529
 V5.15.txt:13530
 V5.15.txt:13531
 V5.15.txt:13532
 V5.15.txt:13533
 V5.15.txt:13534
 V5.15.txt:13535
 V5.15.txt:13536
 V5.15.txt:13537
 V5.15.txt:13538
 V5.15.txt:13539
 V5.15.txt:13540
 V5.15.txt:13541
 V5.15.txt:13542
 V5.15.txt:13543
 V5.15.txt:13544
 V5.15.txt:13545
 V5.15.txt:13546
 V5.15.txt:13547
 V5.15.txt:13548
 V5.15.txt:13549
 V5.15.txt:13550
 V5.15.txt:13551
 V5.15.txt:13552
 V5.15.txt:13553
 V5.15.txt:13554
 V5.15.txt:13555
 V5.15.txt:13556
 V5.15.txt:13557
 V5.15.txt:13558
 V5.15.txt:13559
 V5.15.txt:13560
 V5.15.txt:13561
 V5.15.txt:13562
 V5.15.txt:13563
 V5.15.txt:13564
 V5.15.txt:13565
 V5.15.txt:13566
 V5.15.txt:13567
 V5.15.txt:13568
 V5.15.txt:13569
 V5.15.txt:13570
 V5.15.txt:13571
 V5.15.txt:13572
 V5.15.txt:13573
 V5.15.txt:13574
 V5.15.txt:13575
 V5.15.txt:13576
 V5.15.txt:13577
 V5.15.txt:13578
 V5.15.txt:13579
 V5.15.txt:13580
 V5.15.txt:13581
 V5.15.txt:13582
 V5.15.txt:13583
 V5.15.txt:13584
 V5.15.txt:13585
 V5.15.txt:13586
 V5.15.txt:13587
 V5.15.txt:13588
 V5.15.txt:13589
 V5.15.txt:13590
 V5.15.txt:13591
 V5.15.txt:13592
 V5.15.txt:13593
 V5.15.txt:13594
 V5.15.txt:13595
 V5.15.txt:13596
 V5.15.txt:13597
 V5.15.txt:13598
 V5.15.txt:13599
 V5.15.txt:13600
 V5.15.txt:13601
 V5.15.txt:13602
 V5.15.txt:13603
 V5.15.txt:13604
 V5.15.txt:13605
 V5.15.txt:13606
 V5.15.txt:13607
 V5.15.txt:13608
 V5.15.txt:13609
 V5.15.txt:13610
 V5.15.txt:13611
 V5.15.txt:13612
 V5.15.txt:13613
 V5.15.txt:13614
 V5.15.txt:13615
 V5.15.txt:13616
 V5.15.txt:13617
 V5.15.txt:13618
 V5.15.txt:13619
 V5.15.txt:13620
 V5.15.txt:13621
 V5.15.txt:13622
 V5.15.txt:13623
 V5.15.txt:13624
 V5.15.txt:13625
 V5.15.txt:13626
 V5.15.txt:13627
 V5.15.txt:13628
 V5.15.txt:13629
 V5.15.txt:13630
 V5.15.txt:13631
 V5.15.txt:13632
 V5.15.txt:13633
 V5.15.txt:13634
 V5.15.txt:13635
 V5.15.txt:13636
 V5.15.txt:13637
 V5.15.txt:13638
 V5.15.txt:13639
 V5.15.txt:13640
 V5.15.txt:13641
 V5.15.txt:13642
 V5.15.txt:13643
 V5.15.txt:13644
 V5.15.txt:13645
 V5.15.txt:13646
 V5.15.txt:13647
 V5.15.txt:13648
 V5.15.txt:13649
 V5.15.txt:13650
 V5.15.txt:13651
 V5.15.txt:13652
 V5.15.txt:13653
 V5.15.txt:13654
 V5.15.txt:13655
 V5.15.txt:13656
 V5.15.txt:13657
 V5.15.txt:13658
 V5.15.txt:13659
 V5.15.txt:13660
 V5.15.txt:13661
 V5.15.txt:13662
 V5.15.txt:13663
 V5.15.txt:13664
 V5.15.txt:13665
 V5.15.txt:13666
 V5.15.txt:13667
 V5.15.txt:13668
 V5.15.txt:13669
 V5.15.txt:13670
 V5.15.txt:13671
 V5.15.txt:13672
 V5.15.txt:13673
 V5.15.txt:13674
 V5.15.txt:13675
 V5.15.txt:13676
 V5.15.txt:13677
 V5.15.txt:13678
 V5.15.txt:13679
 V5.15.txt:13680
 V5.15.txt:13681
 V5.15.txt:13682
 V5.15.txt:13683
 V5.15.txt:13684
 V5.15.txt:13685
 V5.15.txt:13686
 V5.15.txt:13687
 V5.15.txt:13688
 V5.15.txt:13689
 V5.15.txt:13690
 V5.15.txt:13691
 V5.15.txt:13692
 V5.15.txt:13693
 V5.15.txt:13694
 V5.15.txt:13695
 V5.15.txt:13696
 V5.15.txt:13697
 V5.15.txt:13698
 V5.15.txt:13699
 V5.15.txt:13700
 V5.15.txt:13701
 V5.15.txt:13702
 V5.15.txt:13703
 V5.15.txt:13704
 V5.15.txt:13705
 V5.15.txt:13706
 V5.15.txt:13707
 V5.15.txt:13708
 V5.15.txt:13709
 V5.15.txt:13710
 V5.15.txt:13711
 V5.15.txt:13712
 V5.15.txt:13713
 V5.15.txt:13714
 V5.15.txt:13715
 V5.15.txt:13716
 V5.15.txt:13717
 V5.15.txt:13718
 V5.15.txt:13719
 V5.15.txt:13720
 V5.15.txt:13721
 V5.15.txt:13722
 V5.15.txt:13723
 V5.15.txt:13724
 V5.15.txt:13725
 V5.15.txt:13726
 V5.15.txt:13727
 V5.15.txt:13728
 V5.15.txt:13729
 V5.15.txt:13730
 V5.15.txt:13731
 V5.15.txt:13732
 V5.15.txt:13733
 V5.15.txt:13734
 V5.15.txt:13735
 V5.15.txt:13736
 V5.15.txt:13737
 V5.15.txt:13738
 V5.15.txt:13739
 V5.15.txt:13740
 V5.15.txt:13741
 V5.15.txt:13742
 V5.15.txt:13743
 V5.15.txt:13744
 V5.15.txt:13745
 V5.15.txt:13746
 V5.15.txt:13747
 V5.15.txt:13748
 V5.15.txt:13749
 V5.15.txt:13750
 V5.15.txt:13751
 V5.15.txt:13752
 V5.15.txt:13753
 V5.15.txt:13754
 V5.15.txt:13755
 V5.15.txt:13756
 V5.15.txt:13757
 V5.15.txt:13758
 V5.15.txt:13759
 V5.15.txt:13760
 V5.15.txt:13761
 V5.15.txt:13762
 V5.15.txt:13763
 V5.15.txt:13764
 V5.15.txt:13765
 V5.15.txt:13766
 V5.15.txt:13767
 V5.15.txt:13768
 V5.15.txt:13769
 V5.15.txt:13770
 V5.15.txt:13771
 V5.15.txt:13772
 V5.15.txt:13773
 V5.15.txt:13774
 V5.15.txt:13775
 V5.15.txt:13776
 V5.15.txt:13777
 V5.15.txt:13778
 V5.15.txt:13779
 V5.15.txt:13780
 V5.15.txt:13781
 V5.15.txt:13782
 V5.15.txt:13783
 V5.15.txt:13784
 V5.15.txt:13785
 V5.15.txt:13786
 V5.15.txt:13787
 V5.15.txt:13788
 V5.15.txt:13789
 V5.15.txt:13790
 V5.15.txt:13791
 V5.15.txt:13792
 V5.15.txt:13793
 V5.15.txt:13794
 V5.15.txt:13795
 V5.15.txt:13796
 V5.15.txt:13797
 V5.15.txt:13798
 V5.15.txt:13799
 V5.15.txt:13800
 V5.15.txt:13801
 V5.15.txt:13802
 V5.15.txt:13803
 V5.15.txt:13804
 V5.15.txt:13805
 V5.15.txt:13806
 V5.15.txt:13807
 V5.15.txt:13808
 V5.15.txt:13809
 V5.15.txt:13810
 V5.15.txt:13811
 V5.15.txt:13812
 V5.15.txt:13813
 V5.15.txt:13814
 V5.15.txt:13815
 V5.15.txt:13816
 V5.15.txt:13817
 V5.15.txt:13818
 V5.15.txt:13819
 V5.15.txt:13820
 V5.15.txt:13821
 V5.15.txt:13822
 V5.15.txt:13823
 V5.15.txt:13824
 V5.15.txt:13825
 V5.15.txt:13826
 V5.15.txt:13827
 V5.15.txt:13828
 V5.15.txt:13829
 V5.15.txt:13830
 V5.15.txt:13831
 V5.15.txt:13832
 V5.15.txt:13833
 V5.15.txt:13834
 V5.15.txt:13835
 V5.15.txt:13836
 V5.15.txt:13837
 V5.15.txt:13838
 V5.15.txt:13839
 V5.15.txt:13840
 V5.15.txt:13841
 V5.15.txt:13842
 V5.15.txt:13843
 V5.15.txt:13844
 V5.15.txt:13845
 V5.15.txt:13846
 V5.15.txt:13847
 V5.15.txt:13848
 V5.15.txt:13849
 V5.15.txt:13850
 V5.15.txt:13851
 V5.15.txt:13852
 V5.15.txt:13853
 V5.15.txt:13854
 V5.15.txt:13855
 V5.15.txt:13856
 V5.15.txt:13857
 V5.15.txt:13858
 V5.15.txt:13859
 V5.15.txt:13860
 V5.15.txt:13861
 V5.15.txt:13862
 V5.15.txt:13863
 V5.15.txt:13864
 V5.15.txt:13865
 V5.15.txt:13866
 V5.15.txt:13867
 V5.15.txt:13868
 V5.15.txt:13869
 V5.15.txt:13870
 V5.15.txt:13871
 V5.15.txt:13872
 V5.15.txt:13873
 V5.15.txt:13874
 V5.15.txt:13875
 V5.15.txt:13876
 V5.15.txt:13877
 V5.15.txt:13878
 V5.15.txt:13879
 V5.15.txt:13880
 V5.15.txt:13881
 V5.15.txt:13882
 V5.15.txt:13883
 V5.15.txt:13884
 V5.15.txt:13885
 V5.15.txt:13886
 V5.15.txt:13887
 V5.15.txt:13888
 V5.15.txt:13889
 V5.15.txt:13890
 V5.15.txt:13891
 V5.15.txt:13892
 V5.15.txt:13893
 V5.15.txt:13894
 V5.15.txt:13895
 V5.15.txt:13896
 V5.15.txt:13897
 V5.15.txt:13898
 V5.15.txt:13899
 V5.15.txt:13900
 V5.15.txt:13901
 V5.15.txt:13902
 V5.15.txt:13903
 V5.15.txt:13904
 V5.15.txt:13905
 V5.15.txt:13906
 V5.15.txt:13907
 V5.15.txt:13908
 V5.15.txt:13909
 V5.15.txt:13910
 V5.15.txt:13911
 V5.15.txt:13912
 V5.15.txt:13913
 V5.15.txt:13914
 V5.15.txt:13915
 V5.15.txt:13916
 V5.15.txt:13917
 V5.15.txt:13918
 V5.15.txt:13919
 V5.15.txt:13920
 V5.15.txt:13921
 V5.15.txt:13922
 V5.15.txt:13923
 V5.15.txt:13924
 V5.15.txt:13925
 V5.15.txt:13926
 V5.15.txt:13927
 V5.15.txt:13928
 V5.15.txt:13929
 V5.15.txt:13930
 V5.15.txt:13931
 V5.15.txt:13932
 V5.15.txt:13933
 V5.15.txt:13934
 V5.15.txt:13935
 V5.15.txt:13936
 V5.15.txt:13937
 V5.15.txt:13938
 V5.15.txt:13939
 V5.15.txt:13940
 V5.15.txt:13941
 V5.15.txt:13942
 V5.15.txt:13943
 V5.15.txt:13944
 V5.15.txt:13945
 V5.15.txt:13946
 V5.15.txt:13947
 V5.15.txt:13948
 V5.15.txt:13949
 V5.15.txt:13950
 V5.15.txt:13951
 V5.15.txt:13952
 V5.15.txt:13953
 V5.15.txt:13954
 V5.15.txt:13955
 V5.15.txt:13956
 V5.15.txt:13957
 V5.15.txt:13958
 V5.15.txt:13959
 V5.15.txt:13960
 V5.15.txt:13961
 V5.15.txt:13962
 V5.15.txt:13963
 V5.15.txt:13964
 V5.15.txt:13965
 V5.15.txt:13966
 V5.15.txt:13967
 V5.15.txt:13968
 V5.15.txt:13969
 V5.15.txt:13970
 V5.15.txt:13971
 V5.15.txt:13972
 V5.15.txt:13973
 V5.15.txt:13974
 V5.15.txt:13975
 V5.15.txt:13976
 V5.15.txt:13977
 V5.15.txt:13978
 V5.15.txt:13979
 V5.15.txt:13980
 V5.15.txt:13981
 V5.15.txt:13982
 V5.15.txt:13983
 V5.15.txt:13984
 V5.15.txt:13985
 V5.15.txt:13986
 V5.15.txt:13987
 V5.15.txt:13988
 V5.15.txt:13989
 V5.15.txt:13990
 V5.15.txt:13991
 V5.15.txt:13992
 V5.15.txt:13993
 V5.15.txt:13994
 V5.15.txt:13995
 V5.15.txt:13996
 V5.15.txt:13997
 V5.15.txt:13998
 V5.15.txt:13999
 V5.15.txt:14000
 V5.15.txt:14001
 V5.15.txt:14002
 V5.15.txt:14003
 V5.15.txt:14004
 V5.15.txt:14005
 V5.15.txt:14006
 V5.15.txt:14007
 V5.15.txt:14008
 V5.15.txt:14009
 V5.15.txt:14010
 V5.15.txt:14011
 V5.15.txt:14012
 V5.15.txt:14013
 V5.15.txt:14014
 V5.15.txt:14015
 V5.15.txt:14016
 V5.15.txt:14017
 V5.15.txt:14018
 V5.15.txt:14019
 V5.15.txt:14020
 V5.15.txt:14021
 V5.15.txt:14022
 V5.15.txt:14023
 V5.15.txt:14024
 V5.15.txt:14025
 V5.15.txt:14026
 V5.15.txt:14027
 V5.15.txt:14028
 V5.15.txt:14029
 V5.15.txt:14030
 V5.15.txt:14031
 V5.15.txt:14032
 V5.15.txt:14033
 V5.15.txt:14034
 V5.15.txt:14035
 V5.15.txt:14036
 V5.15.txt:14037
 V5.15.txt:14038
 V5.15.txt:14039
 V5.15.txt:14040
 V5.15.txt:14041
 V5.15.txt:14042
 V5.15.txt:14043
 V5.15.txt:14044
 V5.15.txt:14045
 V5.15.txt:14046
 V5.15.txt:14047
 V5.15.txt:14048
 V5.15.txt:14049
 V5.15.txt:14050
 V5.15.txt:14051
 V5.15.txt:14052
 V5.15.txt:14053
 V5.15.txt:14054
 V5.15.txt:14055
 V5.15.txt:14056
 V5.15.txt:14057
 V5.15.txt:14058
 V5.15.txt:14059
 V5.15.txt:14060
 V5.15.txt:14061
 V5.15.txt:14062
 V5.15.txt:14063
 V5.15.txt:14064
 V5.15.txt:14065
 V5.15.txt:14066
 V5.15.txt:14067
 V5.15.txt:14068
 V5.15.txt:14069
 V5.15.txt:14070
 V5.15.txt:14071
 V5.15.txt:14072
 V5.15.txt:14073
 V5.15.txt:14074
 V5.15.txt:14075
 V5.15.txt:14076
 V5.15.txt:14077
 V5.15.txt:14078
 V5.15.txt:14079
 V5.15.txt:14080
 V5.15.txt:14081
 V5.15.txt:14082
 V5.15.txt:14083
 V5.15.txt:14084
 V5.15.txt:14085
 V5.15.txt:14086
 V5.15.txt:14087
 V5.15.txt:14088
 V5.15.txt:14089
 V5.15.txt:14090
 V5.15.txt:14091
 V5.15.txt:14092
 V5.15.txt:14093
 V5.15.txt:14094
 V5.15.txt:14095
 V5.15.txt:14096
 V5.15.txt:14097
 V5.15.txt:14098
 V5.15.txt:14099
 V5.15.txt:14100
 V5.15.txt:14101
 V5.15.txt:14102
 V5.15.txt:14103
 V5.15.txt:14104
 V5.15.txt:14105
 V5.15.txt:14106
 V5.15.txt:14107
 V5.15.txt:14108
 V5.15.txt:14109
 V5.15.txt:14110
 V5.15.txt:14111
 V5.15.txt:14112
 V5.15.txt:14113
 V5.15.txt:14114
 V5.15.txt:14115
 V5.15.txt:14116
 V5.15.txt:14117
 V5.15.txt:14118
 V5.15.txt:14119
 V5.15.txt:14120
 V5.15.txt:14121
 V5.15.txt:14122
 V5.15.txt:14123
 V5.15.txt:14124
 V5.15.txt:14125
 V5.15.txt:14126
 V5.15.txt:14127
 V5.15.txt:14128
 V5.15.txt:14129
 V5.15.txt:14130
 V5.15.txt:14131
 V5.15.txt:14132
 V5.15.txt:14133
 V5.15.txt:14134
 V5.15.txt:14135
 V5.15.txt:14136
 V5.15.txt:14137
 V5.15.txt:14138
 V5.15.txt:14139
 V5.15.txt:14140
 V5.15.txt:14141
 V5.15.txt:14142
 V5.15.txt:14143
 V5.15.txt:14144
 V5.15.txt:14145
 V5.15.txt:14146
 V5.15.txt:14147
 V5.15.txt:14148
 V5.15.txt:14149
 V5.15.txt:14150
 V5.15.txt:14151
 V5.15.txt:14152
 V5.15.txt:14153
 V5.15.txt:14154
 V5.15.txt:14155
 V5.15.txt:14156
 V5.15.txt:14157
 V5.15.txt:14158
 V5.15.txt:14159
 V5.15.txt:14160
 V5.15.txt:14161
 V5.15.txt:14162
 V5.15.txt:14163
 V5.15.txt:14164
 V5.15.txt:14165
 V5.15.txt:14166
 V5.15.txt:14167
 V5.15.txt:14168
 V5.15.txt:14169
 V5.15.txt:14170
 V5.15.txt:14171
 V5.15.txt:14172
 V5.15.txt:14173
 V5.15.txt:14174
 V5.15.txt:14175
 V5.15.txt:14176
 V5.15.txt:14177
 V5.15.txt:14178
 V5.15.txt:14179
 V5.15.txt:14180
 V5.15.txt:14181
 V5.15.txt:14182
 V5.15.txt:14183
 V5.15.txt:14184
 V5.15.txt:14185
 V5.15.txt:14186
 V5.15.txt:14187
 V5.15.txt:14188
 V5.15.txt:14189
 V5.15.txt:14190
 V5.15.txt:14191
 V5.15.txt:14192
 V5.15.txt:14193
 V5.15.txt:14194
 V5.15.txt:14195
 V5.15.txt:14196
 V5.15.txt:14197
 V5.15.txt:14198
 V5.15.txt:14199
 V5.15.txt:14200
 V5.15.txt:14201
 V5.15.txt:14202
 V5.15.txt:14203
 V5.15.txt:14204
 V5.15.txt:14205
 V5.15.txt:14206
 V5.15.txt:14207
 V5.15.txt:14208
 V5.15.txt:14209
 V5.15.txt:14210
 V5.15.txt:14211
 V5.15.txt:14212
 V5.15.txt:14213
 V5.15.txt:14214
 V5.15.txt:14215
 V5.15.txt:14216
 V5.15.txt:14217
 V5.15.txt:14218
 V5.15.txt:14219
 V5.15.txt:14220
 V5.15.txt:14221
 V5.15.txt:14222
 V5.15.txt:14223
 V5.15.txt:14224
 V5.15.txt:14225
 V5.15.txt:14226
 V5.15.txt:14227
 V5.15.txt:14228
 V5.15.txt:14229
 V5.15.txt:14230
 V5.15.txt:14231
 V5.15.txt:14232
 V5.15.txt:14233
 V5.15.txt:14234
 V5.15.txt:14235
 V5.15.txt:14236
 V5.15.txt:14237
 V5.15.txt:14238
 V5.15.txt:14239
 V5.15.txt:14240
 V5.15.txt:14241
 V5.15.txt:14242
 V5.15.txt:14243
 V5.15.txt:14244
 V5.15.txt:14245
 V5.15.txt:14246
 V5.15.txt:14247
 V5.15.txt:14248
 V5.15.txt:14249
 V5.15.txt:14250
 V5.15.txt:14251
 V5.15.txt:14252
 V5.15.txt:14253
 V5.15.txt:14254
 V5.15.txt:14255
 V5.15.txt:14256
 V5.15.txt:14257
 V5.15.txt:14258
 V5.15.txt:14259
 V5.15.txt:14260
 V5.15.txt:14261
 V5.15.txt:14262
 V5.15.txt:14263
 V5.15.txt:14264
 V5.15.txt:14265
 V5.15.txt:14266
 V5.15.txt:14267
 V5.15.txt:14268
 V5.15.txt:14269
 V5.15.txt:14270
 V5.15.txt:14271
 V5.15.txt:14272
 V5.15.txt:14273
 V5.15.txt:14274
 V5.15.txt:14275
 V5.15.txt:14276
 V5.15.txt:14277
 V5.15.txt:14278
 V5.15.txt:14279
 V5.15.txt:14280
 V5.15.txt:14281
 V5.15.txt:14282
 V5.15.txt:14283
 V5.15.txt:14284
 V5.15.txt:14285
 V5.15.txt:14286
 V5.15.txt:14287
 V5.15.txt:14288
 V5.15.txt:14289
 V5.15.txt:14290
 V5.15.txt:14291
 V5.15.txt:14292
 V5.15.txt:14293
 V5.15.txt:14294
 V5.15.txt:14295
 V5.15.txt:14296
 V5.15.txt:14297
 V5.15.txt:14298
 V5.15.txt:14299
 V5.15.txt:14300
 V5.15.txt:14301
 V5.15.txt:14302
 V5.15.txt:14303
 V5.15.txt:14304
 V5.15.txt:14305
 V5.15.txt:14306
 V5.15.txt:14307
 V5.15.txt:14308
 V5.15.txt:14309
 V5.15.txt:14310
 V5.15.txt:14311
 V5.15.txt:14312
 V5.15.txt:14313
 V5.15.txt:14314
 V5.15.txt:14315
 V5.15.txt:14316
 V5.15.txt:14317
 V5.15.txt:14318
 V5.15.txt:14319
 V5.15.txt:14320
 V5.15.txt:14321
 V5.15.txt:14322
 V5.15.txt:14323
 V5.15.txt:14324
 V5.15.txt:14325
 V5.15.txt:14326
 V5.15.txt:14327
 V5.15.txt:14328
 V5.15.txt:14329
 V5.15.txt:14330
 V5.15.txt:14331
 V5.15.txt:14332
 V5.15.txt:14333
 V5.15.txt:14334
 V5.15.txt:14335
 V5.15.txt:14336
 V5.15.txt:14337
 V5.15.txt:14338
 V5.15.txt:14339
 V5.15.txt:14340
 V5.15.txt:14341
 V5.15.txt:14342
 V5.15.txt:14343
 V5.15.txt:14344
 V5.15.txt:14345
 V5.15.txt:14346
 V5.15.txt:14347
 V5.15.txt:14348
 V5.15.txt:14349
 V5.15.txt:14350
 V5.15.txt:14351
 V5.15.txt:14352
 V5.15.txt:14353
 V5.15.txt:14354
 V5.15.txt:14355
 V5.15.txt:14356
 V5.15.txt:14357
 V5.15.txt:14358
 V5.15.txt:14359
 V5.15.txt:14360
 V5.15.txt:14361
 V5.15.txt:14362
 V5.15.txt:14363
 V5.15.txt:14364
 V5.15.txt:14365
 V5.15.txt:14366
 V5.15.txt:14367
 V5.15.txt:14368
 V5.15.txt:14369
 V5.15.txt:14370
 V5.15.txt:14371
 V5.15.txt:14372
 V5.15.txt:14373
 V5.15.txt:14374
 V5.15.txt:14375
 V5.15.txt:14376
 V5.15.txt:14377
 V5.15.txt:14378
 V5.15.txt:14379
 V5.15.txt:14380
 V5.15.txt:14381
 V5.15.txt:14382
 V5.15.txt:14383
 V5.15.txt:14384
 V5.15.txt:14385
 V5.15.txt:14386
 V5.15.txt:14387
 V5.15.txt:14388
 V5.15.txt:14389
 V5.15.txt:14390
 V5.15.txt:14391
 V5.15.txt:14392
 V5.15.txt:14393
 V5.15.txt:14394
 V5.15.txt:14395
 V5.15.txt:14396
 V5.15.txt:14397
 V5.15.txt:14398
 V5.15.txt:14399
 V5.15.txt:14400
 V5.15.txt:14401
 V5.15.txt:14402
 V5.15.txt:14403
 V5.15.txt:14404
 V5.15.txt:14405
 V5.15.txt:14406
 V5.15.txt:14407
 V5.15.txt:14408
 V5.15.txt:14409
 V5.15.txt:14410
 V5.15.txt:14411
 V5.15.txt:14412
 V5.15.txt:14413
 V5.15.txt:14414
 V5.15.txt:14415
 V5.15.txt:14416
 V5.15.txt:14417
 V5.15.txt:14418
 V5.15.txt:14419
 V5.15.txt:14420
 V5.15.txt:14421
 V5.15.txt:14422
 V5.15.txt:14423
 V5.15.txt:14424
 V5.15.txt:14425
 V5.15.txt:14426
 V5.15.txt:14427
 V5.15.txt:14428
 V5.15.txt:14429
 V5.15.txt:14430
 V5.15.txt:14431
 V5.15.txt:14432
 V5.15.txt:14433
 V5.15.txt:14434
 V5.15.txt:14435
 V5.15.txt:14436
 V5.15.txt:14437
 V5.15.txt:14438
 V5.15.txt:14439
 V5.15.txt:14440
 V5.15.txt:14441
 V5.15.txt:14442
 V5.15.txt:14443
 V5.15.txt:14444
 V5.15.txt:14445
 V5.15.txt:14446
 V5.15.txt:14447
 V5.15.txt:14448
 V5.15.txt:14449
 V5.15.txt:14450
 V5.15.txt:14451
 V5.15.txt:14452
 V5.15.txt:14453
 V5.15.txt:14454
 V5.15.txt:14455
 V5.15.txt:14456
 V5.15.txt:14457
 V5.15.txt:14458
 V5.15.txt:14459
 V5.15.txt:14460
 V5.15.txt:14461
 V5.15.txt:14462
 V5.15.txt:14463
 V5.15.txt:14464
 V5.15.txt:14465
 V5.15.txt:14466
 V5.15.txt:14467
 V5.15.txt:14468
 V5.15.txt:14469
 V5.15.txt:14470
 V5.15.txt:14471
 V5.15.txt:14472
 V5.15.txt:14473
 V5.15.txt:14474
 V5.15.txt:14475
 V5.15.txt:14476
 V5.15.txt:14477
 V5.15.txt:14478
 V5.15.txt:14479
 V5.15.txt:14480
 V5.15.txt:14481
 V5.15.txt:14482
 V5.15.txt:14483
 V5.15.txt:14484
 V5.15.txt:14485
 V5.15.txt:14486
 V5.15.txt:14487
 V5.15.txt:14488
 V5.15.txt:14489
 V5.15.txt:14490
 V5.15.txt:14491
 V5.15.txt:14492
 V5.15.txt:14493
 V5.15.txt:14494
 V5.15.txt:14495
 V5.15.txt:14496
 V5.15.txt:14497
 V5.15.txt:14498
 V5.15.txt:14499
 V5.15.txt:14500
 V5.15.txt:14501
 V5.15.txt:14502
 V5.15.txt:14503
 V5.15.txt:14504
 V5.15.txt:14505
 V5.15.txt:14506
 V5.15.txt:14507
 V5.15.txt:14508
 V5.15.txt:14509
 V5.15.txt:14510
 V5.15.txt:14511
 V5.15.txt:14512
 V5.15.txt:14513
 V5.15.txt:14514
 V5.15.txt:14515
 V5.15.txt:14516
 V5.15.txt:14517
 V5.15.txt:14518
 V5.15.txt:14519
 V5.15.txt:14520
 V5.15.txt:14521
 V5.15.txt:14522
 V5.15.txt:14523
 V5.15.txt:14524
 V5.15.txt:14525
 V5.15.txt:14526
 V5.15.txt:14527
 V5.15.txt:14528
 V5.15.txt:14529
 V5.15.txt:14530
 V5.15.txt:14531
 V5.15.txt:14532
 V5.15.txt:14533
 V5.15.txt:14534
 V5.15.txt:14535
 V5.15.txt:14536
 V5.15.txt:14537
 V5.15.txt:14538
 V5.15.txt:14539
 V5.15.txt:14540
 V5.15.txt:14541
 V5.15.txt:14542
 V5.15.txt:14543
 V5.15.txt:14544
 V5.15.txt:14545
 V5.15.txt:14546
 V5.15.txt:14547
 V5.15.txt:14548
 V5.15.txt:14549
 V5.15.txt:14550
 V5.15.txt:14551
 V5.15.txt:14552
 V5.15.txt:14553
 V5.15.txt:14554
 V5.15.txt:14555
 V5.15.txt:14556
 V5.15.txt:14557
 V5.15.txt:14558
 V5.15.txt:14559
 V5.15.txt:14560
 V5.15.txt:14561
 V5.15.txt:14562
 V5.15.txt:14563
 V5.15.txt:14564
 V5.15.txt:14565
 V5.15.txt:14566
 V5.15.txt:14567
 V5.15.txt:14568
 V5.15.txt:14569
 V5.15.txt:14570
 V5.15.txt:14571
 V5.15.txt:14572
 V5.15.txt:14573
 V5.15.txt:14574
 V5.15.txt:14575
 V5.15.txt:14576
 V5.15.txt:14577
 V5.15.txt:14578
 V5.15.txt:14579
 V5.15.txt:14580
 V5.15.txt:14581
 V5.15.txt:14582
 V5.15.txt:14583
 V5.15.txt:14584
 V5.15.txt:14585
 V5.15.txt:14586
 V5.15.txt:14587
 V5.15.txt:14588
 V5.15.txt:14589
 V5.15.txt:14590
 V5.15.txt:14591
 V5.15.txt:14592
 V5.15.txt:14593
 V5.15.txt:14594
 V5.15.txt:14595
 V5.15.txt:14596
 V5.15.txt:14597
 V5.15.txt:14598
 V5.15.txt:14599
 V5.15.txt:14600
 V5.15.txt:14601
 V5.15.txt:14602
 V5.15.txt:14603
 V5.15.txt:14604
 V5.15.txt:14605
 V5.15.txt:14606
 V5.15.txt:14607
 V5.15.txt:14608
 V5.15.txt:14609
 V5.15.txt:14610
 V5.15.txt:14611
 V5.15.txt:14612
 V5.15.txt:14613
 V5.15.txt:14614
 V5.15.txt:14615
 V5.15.txt:14616
 V5.15.txt:14617
 V5.15.txt:14618
 V5.15.txt:14619
 V5.15.txt:14620
 V5.15.txt:14621
 V5.15.txt:14622
 V5.15.txt:14623
 V5.15.txt:14624
 V5.15.txt:14625
 V5.15.txt:14626
 V5.15.txt:14627
 V5.15.txt:14628
 V5.15.txt:14629
 V5.15.txt:14630
 V5.15.txt:14631
 V5.15.txt:14632
 V5.15.txt:14633
 V5.15.txt:14634
 V5.15.txt:14635
 V5.15.txt:14636
 V5.15.txt:14637
 V5.15.txt:14638
 V5.15.txt:14639
 V5.15.txt:14640
 V5.15.txt:14641
 V5.15.txt:14642
 V5.15.txt:14643
 V5.15.txt:14644
 V5.15.txt:14645
 V5.15.txt:14646
 V5.15.txt:14647
 V5.15.txt:14648
 V5.15.txt:14649
 V5.15.txt:14650
 V5.15.txt:14651
 V5.15.txt:14652
 V5.15.txt:14653
 V5.15.txt:14654
 V5.15.txt:14655
 V5.15.txt:14656
 V5.15.txt:14657
 V5.15.txt:14658
 V5.15.txt:14659
 V5.15.txt:14660
 V5.15.txt:14661
 V5.15.txt:14662
 V5.15.txt:14663
 V5.15.txt:14664
 V5.15.txt:14665
 V5.15.txt:14666
 V5.15.txt:14667
 V5.15.txt:14668
 V5.15.txt:14669
 V5.15.txt:14670
 V5.15.txt:14671
 V5.15.txt:14672
 V5.15.txt:14673
 V5.15.txt:14674
 V5.15.txt:14675
 V5.15.txt:14676
 V5.15.txt:14677
 V5.15.txt:14678
 V5.15.txt:14679
 V5.15.txt:14680
 V5.15.txt:14681
 V5.15.txt:14682
 V5.15.txt:14683
 V5.15.txt:14684
 V5.15.txt:14685
 V5.15.txt:14686
 V5.15.txt:14687
 V5.15.txt:14688
 V5.15.txt:14689
 V5.15.txt:14690
 V5.15.txt:14691
 V5.15.txt:14692
 V5.15.txt:14693
 V5.15.txt:14694
 V5.15.txt:14695
 V5.15.txt:14696
 V5.15.txt:14697
 V5.15.txt:14698
 V5.15.txt:14699
 V5.15.txt:14700
 V5.15.txt:14701
 V5.15.txt:14702
 V5.15.txt:14703
 V5.15.txt:14704
 V5.15.txt:14705
 V5.15.txt:14706
 V5.15.txt:14707
 V5.15.txt:14708
 V5.15.txt:14709
 V5.15.txt:14710
 V5.15.txt:14711
 V5.15.txt:14712
 V5.15.txt:14713
 V5.15.txt:14714
 V5.15.txt:14715
 V5.15.txt:14716
 V5.15.txt:14717
 V5.15.txt:14718
 V5.15.txt:14719
 V5.15.txt:14720
 V5.15.txt:14721
 V5.15.txt:14722
 V5.15.txt:14723
 V5.15.txt:14724
 V5.15.txt:14725
 V5.15.txt:14726
 V5.15.txt:14727
 V5.15.txt:14728
 V5.15.txt:14729
 V5.15.txt:14730
 V5.15.txt:14731
 V5.15.txt:14732
 V5.15.txt:14733
 V5.15.txt:14734
 V5.15.txt:14735
 V5.15.txt:14736
 V5.15.txt:14737
 V5.15.txt:14738
 V5.15.txt:14739
 V5.15.txt:14740
 V5.15.txt:14741
 V5.15.txt:14742
 V5.15.txt:14743
 V5.15.txt:14744
 V5.15.txt:14745
 V5.15.txt:14746
 V5.15.txt:14747
 V5.15.txt:14748
 V5.15.txt:14749
 V5.15.txt:14750
 V5.15.txt:14751
 V5.15.txt:14752
 V5.15.txt:14753
 V5.15.txt:14754
 V5.15.txt:14755
 V5.15.txt:14756
 V5.15.txt:14757
 V5.15.txt:14758
 V5.15.txt:14759
 V5.15.txt:14760
 V5.15.txt:14761
 V5.15.txt:14762
 V5.15.txt:14763
 V5.15.txt:14764
 V5.15.txt:14765
 V5.15.txt:14766
 V5.15.txt:14767
 V5.15.txt:14768
 V5.15.txt:14769
 V5.15.txt:14770
 V5.15.txt:14771
 V5.15.txt:14772
 V5.15.txt:14773
 V5.15.txt:14774
 V5.15.txt:14775
 V5.15.txt:14776
 V5.15.txt:14777
 V5.15.txt:14778
 V5.15.txt:14779
 V5.15.txt:14780
 V5.15.txt:14781
 V5.15.txt:14782
 V5.15.txt:14783
 V5.15.txt:14784
 V5.15.txt:14785
 V5.15.txt:14786
 V5.15.txt:14787
 V5.15.txt:14788
 V5.15.txt:14789
 V5.15.txt:14790
 V5.15.txt:14791
 V5.15.txt:14792
 V5.15.txt:14793
 V5.15.txt:14794
 V5.15.txt:14795
 V5.15.txt:14796
 V5.15.txt:14797
 V5.15.txt:14798
 V5.15.txt:14799
 V5.15.txt:14800
 V5.15.txt:14801
 V5.15.txt:14802
 V5.15.txt:14803
 V5.15.txt:14804
 V5.15.txt:14805
 V5.15.txt:14806
 V5.15.txt:14807
 V5.15.txt:14808
 V5.15.txt:14809
 V5.15.txt:14810
 V5.15.txt:14811
 V5.15.txt:14812
 V5.15.txt:14813
 V5.15.txt:14814
 V5.15.txt:14815
 V5.15.txt:14816
 V5.15.txt:14817
 V5.15.txt:14818
 V5.15.txt:14819
 V5.15.txt:14820
 V5.15.txt:14821
 V5.15.txt:14822
 V5.15.txt:14823
 V5.15.txt:14824
 V5.15.txt:14825
 V5.15.txt:14826
 V5.15.txt:14827
 V5.15.txt:14828
 V5.15.txt:14829
 V5.15.txt:14830
 V5.15.txt:14831
 V5.15.txt:14832
 V5.15.txt:14833
 V5.15.txt:14834
 V5.15.txt:14835
 V5.15.txt:14836
 V5.15.txt:14837
 V5.15.txt:14838
 V5.15.txt:14839
 V5.15.txt:14840
 V5.15.txt:14841
 V5.15.txt:14842
 V5.15.txt:14843
 V5.15.txt:14844
 V5.15.txt:14845
 V5.15.txt:14846
 V5.15.txt:14847
 V5.15.txt:14848
 V5.15.txt:14849
 V5.15.txt:14850
 V5.15.txt:14851
 V5.15.txt:14852
 V5.15.txt:14853
 V5.15.txt:14854
 V5.15.txt:14855
 V5.15.txt:14856
 V5.15.txt:14857
 V5.15.txt:14858
 V5.15.txt:14859
 V5.15.txt:14860
 V5.15.txt:14861
 V5.15.txt:14862
 V5.15.txt:14863
 V5.15.txt:14864
 V5.15.txt:14865
 V5.15.txt:14866
 V5.15.txt:14867
 V5.15.txt:14868
 V5.15.txt:14869
 V5.15.txt:14870
 V5.15.txt:14871
 V5.15.txt:14872
 V5.15.txt:14873
 V5.15.txt:14874
 V5.15.txt:14875
 V5.15.txt:14876
 V5.15.txt:14877
 V5.15.txt:14878
 V5.15.txt:14879
 V5.15.txt:14880
 V5.15.txt:14881
 V5.15.txt:14882
 V5.15.txt:14883
 V5.15.txt:14884
 V5.15.txt:14885
 V5.15.txt:14886
 V5.15.txt:14887
 V5.15.txt:14888
 V5.15.txt:14889
 V5.15.txt:14890
 V5.15.txt:14891
 V5.15.txt:14892
 V5.15.txt:14893
 V5.15.txt:14894
 V5.15.txt:14895
 V5.15.txt:14896
 V5.15.txt:14897
 V5.15.txt:14898
 V5.15.txt:14899
 V5.15.txt:14900
 V5.15.txt:14901
 V5.15.txt:14902
 V5.15.txt:14903
 V5.15.txt:14904
 V5.15.txt:14905
 V5.15.txt:14906
 V5.15.txt:14907
 V5.15.txt:14908
 V5.15.txt:14909
 V5.15.txt:14910
 V5.15.txt:14911
 V5.15.txt:14912
 V5.15.txt:14913
 V5.15.txt:14914
 V5.15.txt:14915
 V5.15.txt:14916
 V5.15.txt:14917
 V5.15.txt:14918
 V5.15.txt:14919
 V5.15.txt:14920
 V5.15.txt:14921
 V5.15.txt:14922
 V5.15.txt:14923
 V5.15.txt:14924
 V5.15.txt:14925
 V5.15.txt:14926
 V5.15.txt:14927
 V5.15.txt:14928
 V5.15.txt:14929
 V5.15.txt:14930
 V5.15.txt:14931
 V5.15.txt:14932
 V5.15.txt:14933
 V5.15.txt:14934
 V5.15.txt:14935
 V5.15.txt:14936
 V5.15.txt:14937
 V5.15.txt:14938
 V5.15.txt:14939
 V5.15.txt:14940
 V5.15.txt:14941
 V5.15.txt:14942
 V5.15.txt:14943
 V5.15.txt:14944
 V5.15.txt:14945
 V5.15.txt:14946
 V5.15.txt:14947
 V5.15.txt:14948
 V5.15.txt:14949
 V5.15.txt:14950
 V5.15.txt:14951
 V5.15.txt:14952
 V5.15.txt:14953
 V5.15.txt:14954
 V5.15.txt:14955
 V5.15.txt:14956
 V5.15.txt:14957
 V5.15.txt:14958
 V5.15.txt:14959
 V5.15.txt:14960
 V5.15.txt:14961
 V5.15.txt:14962
 V5.15.txt:14963
 V5.15.txt:14964
 V5.15.txt:14965
 V5.15.txt:14966
 V5.15.txt:14967
 V5.15.txt:14968
 V5.15.txt:14969
 V5.15.txt:14970
 V5.15.txt:14971
 V5.15.txt:14972
 V5.15.txt:14973
 V5.15.txt:14974
 V5.15.txt:14975
 V5.15.txt:14976
 V5.15.txt:14977
 V5.15.txt:14978
 V5.15.txt:14979
 V5.15.txt:14980
 V5.15.txt:14981
 V5.15.txt:14982
 V5.15.txt:14983
 V5.15.txt:14984
 V5.15.txt:14985
 V5.15.txt:14986
 V5.15.txt:14987
 V5.15.txt:14988
 V5.15.txt:14989
 V5.15.txt:14990
 V5.15.txt:14991
 V5.15.txt:14992
 V5.15.txt:14993
 V5.15.txt:14994
 V5.15.txt:14995
 V5.15.txt:14996
 V5.15.txt:14997
 V5.15.txt:14998
 V5.15.txt:14999
 V5.15.txt:15000
 V5.15.txt:15001
 V5.15.txt:15002
 V5.15.txt:15003
 V5.15.txt:15004
 V5.15.txt:15005
 V5.15.txt:15006
 V5.15.txt:15007
 V5.15.txt:15008
 V5.15.txt:15009
 V5.15.txt:15010
 V5.15.txt:15011
 V5.15.txt:15012
 V5.15.txt:15013
 V5.15.txt:15014
 V5.15.txt:15015
 V5.15.txt:15016
 V5.15.txt:15017
 V5.15.txt:15018
 V5.15.txt:15019
 V5.15.txt:15020
 V5.15.txt:15021
 V5.15.txt:15022
 V5.15.txt:15023
 V5.15.txt:15024
 V5.15.txt:15025
 V5.15.txt:15026
 V5.15.txt:15027
 V5.15.txt:15028
 V5.15.txt:15029
 V5.15.txt:15030
 V5.15.txt:15031
 V5.15.txt:15032
 V5.15.txt:15033
 V5.15.txt:15034
 V5.15.txt:15035
 V5.15.txt:15036
 V5.15.txt:15037
 V5.15.txt:15038
 V5.15.txt:15039
 V5.15.txt:15040
 V5.15.txt:15041
 V5.15.txt:15042
 V5.15.txt:15043
 V5.15.txt:15044
 V5.15.txt:15045
 V5.15.txt:15046
 V5.15.txt:15047
 V5.15.txt:15048
 V5.15.txt:15049
 V5.15.txt:15050
 V5.15.txt:15051
 V5.15.txt:15052
 V5.15.txt:15053
 V5.15.txt:15054
 V5.15.txt:15055
 V5.15.txt:15056
 V5.15.txt:15057
 V5.15.txt:15058
 V5.15.txt:15059
 V5.15.txt:15060
 V5.15.txt:15061
 V5.15.txt:15062
 V5.15.txt:15063
 V5.15.txt:15064
 V5.15.txt:15065
 V5.15.txt:15066
 V5.15.txt:15067
 V5.15.txt:15068
 V5.15.txt:15069
 V5.15.txt:15070
 V5.15.txt:15071
 V5.15.txt:15072
 V5.15.txt:15073
 V5.15.txt:15074
 V5.15.txt:15075
 V5.15.txt:15076
 V5.15.txt:15077
 V5.15.txt:15078
 V5.15.txt:15079
 V5.15.txt:15080
 V5.15.txt:15081
 V5.15.txt:15082
 V5.15.txt:15083
 V5.15.txt:15084
 V5.15.txt:15085
 V5.15.txt:15086
 V5.15.txt:15087
 V5.15.txt:15088
 V5.15.txt:15089
 V5.15.txt:15090
 V5.15.txt:15091
 V5.15.txt:15092
 V5.15.txt:15093
 V5.15.txt:15094
 V5.15.txt:15095
 V5.15.txt:15096
 V5.15.txt:15097
 V5.15.txt:15098
 V5.15.txt:15099
 V5.15.txt:15100
 V5.15.txt:15101
 V5.15.txt:15102
 V5.15.txt:15103
 V5.15.txt:15104
 V5.15.txt:15105
 V5.15.txt:15106
 V5.15.txt:15107
 V5.15.txt:15108
 V5.15.txt:15109
 V5.15.txt:15110
 V5.15.txt:15111
 V5.15.txt:15112
 V5.15.txt:15113
 V5.15.txt:15114
 V5.15.txt:15115
 V5.15.txt:15116
 V5.15.txt:15117
 V5.15.txt:15118
 V5.15.txt:15119
 V5.15.txt:15120
 V5.15.txt:15121
 V5.15.txt:15122
 V5.15.txt:15123
 V5.15.txt:15124
 V5.15.txt:15125
 V5.15.txt:15126
 V5.15.txt:15127
 V5.15.txt:15128
 V5.15.txt:15129
 V5.15.txt:15130
 V5.15.txt:15131
 V5.15.txt:15132
 V5.15.txt:15133
 V5.15.txt:15134
 V5.15.txt:15135
 V5.15.txt:15136
 V5.15.txt:15137
 V5.15.txt:15138
 V5.15.txt:15139
 V5.15.txt:15140
 V5.15.txt:15141
 V5.15.txt:15142
 V5.15.txt:15143
 V5.15.txt:15144
 V5.15.txt:15145
 V5.15.txt:15146
 V5.15.txt:15147
 V5.15.txt:15148
 V5.15.txt:15149
 V5.15.txt:15150
 V5.15.txt:15151
 V5.15.txt:15152
 V5.15.txt:15153
 V5.15.txt:15154
 V5.15.txt:15155
 V5.15.txt:15156
 V5.15.txt:15157
 V5.15.txt:15158
 V5.15.txt:15159
 V5.15.txt:15160
 V5.15.txt:15161
 V5.15.txt:15162
 V5.15.txt:15163
 V5.15.txt:15164
 V5.15.txt:15165
 V5.15.txt:15166
 V5.15.txt:15167
 V5.15.txt:15168
 V5.15.txt:15169
 V5.15.txt:15170
 V5.15.txt:15171
 V5.15.txt:15172
 V5.15.txt:15173
 V5.15.txt:15174
 V5.15.txt:15175
 V5.15.txt:15176
 V5.15.txt:15177
 V5.15.txt:15178
 V5.15.txt:15179
 V5.15.txt:15180
 V5.15.txt:15181
 V5.15.txt:15182
 V5.15.txt:15183
 V5.15.txt:15184
 V5.15.txt:15185
 V5.15.txt:15186
 V5.15.txt:15187
 V5.15.txt:15188
 V5.15.txt:15189
 V5.15.txt:15190
 V5.15.txt:15191
 V5.15.txt:15192
 V5.15.txt:15193
 V5.15.txt:15194
 V5.15.txt:15195
 V5.15.txt:15196
 V5.15.txt:15197
 V5.15.txt:15198
 V5.15.txt:15199
 V5.15.txt:15200
 V5.15.txt:15201
 V5.15.txt:15202
 V5.15.txt:15203
 V5.15.txt:15204
 V5.15.txt:15205
 V5.15.txt:15206
 V5.15.txt:15207
 V5.15.txt:15208
 V5.15.txt:15209
 V5.15.txt:15210
 V5.15.txt:15211
 V5.15.txt:15212
 V5.15.txt:15213
 V5.15.txt:15214
 V5.15.txt:15215
 V5.15.txt:15216
 V5.15.txt:15217
 V5.15.txt:15218
 V5.15.txt:15219
 V5.15.txt:15220
 V5.15.txt:15221
 V5.15.txt:15222
 V5.15.txt:15223
 V5.15.txt:15224
 V5.15.txt:15225
 V5.15.txt:15226
 V5.15.txt:15227
 V5.15.txt:15228
 V5.15.txt:15229
 V5.15.txt:15230
 V5.15.txt:15231
 V5.15.txt:15232
 V5.15.txt:15233
 V5.15.txt:15234
 V5.15.txt:15235
 V5.15.txt:15236
 V5.15.txt:15237
 V5.15.txt:15238
 V5.15.txt:15239
 V5.15.txt:15240
 V5.15.txt:15241
 V5.15.txt:15242
 V5.15.txt:15243
 V5.15.txt:15244
 V5.15.txt:15245
 V5.15.txt:15246
 V5.15.txt:15247
 V5.15.txt:15248
 V5.15.txt:15249
 V5.15.txt:15250
 V5.15.txt:15251
 V5.15.txt:15252
 V5.15.txt:15253
 V5.15.txt:15254
 V5.15.txt:15255
 V5.15.txt:15256
 V5.15.txt:15257
 V5.15.txt:15258
 V5.15.txt:15259
 V5.15.txt:15260
 V5.15.txt:15261
 V5.15.txt:15262
 V5.15.txt:15263
 V5.15.txt:15264
 V5.15.txt:15265
 V5.15.txt:15266
 V5.15.txt:15267
 V5.15.txt:15268
 V5.15.txt:15269
 V5.15.txt:15270
 V5.15.txt:15271
 V5.15.txt:15272
 V5.15.txt:15273
 V5.15.txt:15274
 V5.15.txt:15275
 V5.15.txt:15276
 V5.15.txt:15277
 V5.15.txt:15278
 V5.15.txt:15279
 V5.15.txt:15280
 V5.15.txt:15281
 V5.15.txt:15282
 V5.15.txt:15283
 V5.15.txt:15284
 V5.15.txt:15285
 V5.15.txt:15286
 V5.15.txt:15287
 V5.15.txt:15288
 V5.15.txt:15289
 V5.15.txt:15290
 V5.15.txt:15291
 V5.15.txt:15292
 V5.15.txt:15293
 V5.15.txt:15294
 V5.15.txt:15295
 V5.15.txt:15296
 V5.15.txt:15297
 V5.15.txt:15298
 V5.15.txt:15299
 V5.15.txt:15300
 V5.15.txt:15301
 V5.15.txt:15302
 V5.15.txt:15303
 V5.15.txt:15304
 V5.15.txt:15305
 V5.15.txt:15306
 V5.15.txt:15307
 V5.15.txt:15308
 V5.15.txt:15309
 V5.15.txt:15310
 V5.15.txt:15311
 V5.15.txt:15312
 V5.15.txt:15313
 V5.15.txt:15314
 V5.15.txt:15315
 V5.15.txt:15316
 V5.15.txt:15317
 V5.15.txt:15318
 V5.15.txt:15319
 V5.15.txt:15320
 V5.15.txt:15321
 V5.15.txt:15322
 V5.15.txt:15323
 V5.15.txt:15324
 V5.15.txt:15325
 V5.15.txt:15326
 V5.15.txt:15327
 V5.15.txt:15328
 V5.15.txt:15329
 V5.15.txt:15330
 V5.15.txt:15331
 V5.15.txt:15332
 V5.15.txt:15333
 V5.15.txt:15334
 V5.15.txt:15335
 V5.15.txt:15336
 V5.15.txt:15337
 V5.15.txt:15338
 V5.15.txt:15339
 V5.15.txt:15340
 V5.15.txt:15341
 V5.15.txt:15342
 V5.15.txt:15343
 V5.15.txt:15344
 V5.15.txt:15345
 V5.15.txt:15346
 V5.15.txt:15347
 V5.15.txt:15348
 V5.15.txt:15349
 V5.15.txt:15350
 V5.15.txt:15351
 V5.15.txt:15352
 V5.15.txt:15353
 V5.15.txt:15354
 V5.15.txt:15355
 V5.15.txt:15356
 V5.15.txt:15357
 V5.15.txt:15358
 V5.15.txt:15359
 V5.15.txt:15360
 V5.15.txt:15361
 V5.15.txt:15362
 V5.15.txt:15363
 V5.15.txt:15364
 V5.15.txt:15365
 V5.15.txt:15366
 V5.15.txt:15367
 V5.15.txt:15368
 V5.15.txt:15369
 V5.15.txt:15370
 V5.15.txt:15371
 V5.15.txt:15372
 V5.15.txt:15373
 V5.15.txt:15374
 V5.15.txt:15375
 V5.15.txt:15376
 V5.15.txt:15377
 V5.15.txt:15378
 V5.15.txt:15379
 V5.15.txt:15380
 V5.15.txt:15381
 V5.15.txt:15382
 V5.15.txt:15383
 V5.15.txt:15384
 V5.15.txt:15385
 V5.15.txt:15386
 V5.15.txt:15387
 V5.15.txt:15388
 V5.15.txt:15389
 V5.15.txt:15390
 V5.15.txt:15391
 V5.15.txt:15392
 V5.15.txt:15393
 V5.15.txt:15394
 V5.15.txt:15395
 V5.15.txt:15396
 V5.15.txt:15397
 V5.15.txt:15398
 V5.15.txt:15399
 V5.15.txt:15400
 V5.15.txt:15401
 V5.15.txt:15402
 V5.15.txt:15403
 V5.15.txt:15404
 V5.15.txt:15405
 V5.15.txt:15406
 V5.15.txt:15407
 V5.15.txt:15408
 V5.15.txt:15409
 V5.15.txt:15410
 V5.15.txt:15411
 V5.15.txt:15412
 V5.15.txt:15413
 V5.15.txt:15414
 V5.15.txt:15415
 V5.15.txt:15416
 V5.15.txt:15417
 V5.15.txt:15418
 V5.15.txt:15419
 V5.15.txt:15420
 V5.15.txt:15421
 V5.15.txt:15422
 V5.15.txt:15423
 V5.15.txt:15424
 V5.15.txt:15425
 V5.15.txt:15426
 V5.15.txt:15427
 V5.15.txt:15428
 V5.15.txt:15429
 V5.15.txt:15430
 V5.15.txt:15431
 V5.15.txt:15432
 V5.15.txt:15433
 V5.15.txt:15434
 V5.15.txt:15435
 V5.15.txt:15436
 V5.15.txt:15437
 V5.15.txt:15438
 V5.15.txt:15439
 V5.15.txt:15440
 V5.15.txt:15441
 V5.15.txt:15442
 V5.15.txt:15443
 V5.15.txt:15444
 V5.15.txt:15445
 V5.15.txt:15446
 V5.15.txt:15447
 V5.15.txt:15448
 V5.15.txt:15449
 V5.15.txt:15450
 V5.15.txt:15451
 V5.15.txt:15452
 V5.15.txt:15453
 V5.15.txt:15454
 V5.15.txt:15455
 V5.15.txt:15456
 V5.15.txt:15457
 V5.15.txt:15458
 V5.15.txt:15459
 V5.15.txt:15460
 V5.15.txt:15461
 V5.15.txt:15462
 V5.15.txt:15463
 V5.15.txt:15464
 V5.15.txt:15465
 V5.15.txt:15466
 V5.15.txt:15467
 V5.15.txt:15468
 V5.15.txt:15469
 V5.15.txt:15470
 V5.15.txt:15471
 V5.15.txt:15472
 V5.15.txt:15473
 V5.15.txt:15474
 V5.15.txt:15475
 V5.15.txt:15476
 V5.15.txt:15477
 V5.15.txt:15478
 V5.15.txt:15479
 V5.15.txt:15480
 V5.15.txt:15481
 V5.15.txt:15482
 V5.15.txt:15483
 V5.15.txt:15484
 V5.15.txt:15485
 V5.15.txt:15486
 V5.15.txt:15487
 V5.15.txt:15488
 V5.15.txt:15489
 V5.15.txt:15490
 V5.15.txt:15491
 V5.15.txt:15492
 V5.15.txt:15493
 V5.15.txt:15494
 V5.15.txt:15495
 V5.15.txt:15496
 V5.15.txt:15497
 V5.15.txt:15498
 V5.15.txt:15499
 V5.15.txt:15500
 V5.15.txt:15501
 V5.15.txt:15502
 V5.15.txt:15503
 V5.15.txt:15504
 V5.15.txt:15505
 V5.15.txt:15506
 V5.15.txt:15507
 V5.15.txt:15508
 V5.15.txt:15509
 V5.15.txt:15510
 V5.15.txt:15511
 V5.15.txt:15512
 V5.15.txt:15513
 V5.15.txt:15514
 V5.15.txt:15515
 V5.15.txt:15516
 V5.15.txt:15517
 V5.15.txt:15518
 V5.15.txt:15519
 V5.15.txt:15520
 V5.15.txt:15521
 V5.15.txt:15522
 V5.15.txt:15523
 V5.15.txt:15524
 V5.15.txt:15525
 V5.15.txt:15526
 V5.15.txt:15527
 V5.15.txt:15528
 V5.15.txt:15529
 V5.15.txt:15530
 V5.15.txt:15531
 V5.15.txt:15532
 V5.15.txt:15533
 V5.15.txt:15534
 V5.15.txt:15535
 V5.15.txt:15536
 V5.15.txt:15537
 V5.15.txt:15538
 V5.15.txt:15539
 V5.15.txt:15540
 V5.15.txt:15541
 V5.15.txt:15542
 V5.15.txt:15543
 V5.15.txt:15544
 V5.15.txt:15545
 V5.15.txt:15546
 V5.15.txt:15547
 V5.15.txt:15548
 V5.15.txt:15549
 V5.15.txt:15550
 V5.15.txt:15551
 V5.15.txt:15552
 V5.15.txt:15553
 V5.15.txt:15554
 V5.15.txt:15555
 V5.15.txt:15556
 V5.15.txt:15557
 V5.15.txt:15558
 V5.15.txt:15559
 V5.15.txt:15560
 V5.15.txt:15561
 V5.15.txt:15562
 V5.15.txt:15563
 V5.15.txt:15564
 V5.15.txt:15565
 V5.15.txt:15566
 V5.15.txt:15567
 V5.15.txt:15568
 V5.15.txt:15569
 V5.15.txt:15570
 V5.15.txt:15571
 V5.15.txt:15572
 V5.15.txt:15573
 V5.15.txt:15574
 V5.15.txt:15575
 V5.15.txt:15576
 V5.15.txt:15577
 V5.15.txt:15578
 V5.15.txt:15579
 V5.15.txt:15580
 V5.15.txt:15581
 V5.15.txt:15582
 V5.15.txt:15583
 V5.15.txt:15584
 V5.15.txt:15585
 V5.15.txt:15586
 V5.15.txt:15587
 V5.15.txt:15588
 V5.15.txt:15589
 V5.15.txt:15590
 V5.15.txt:15591
 V5.15.txt:15592
 V5.15.txt:15593
 V5.15.txt:15594
 V5.15.txt:15595
 V5.15.txt:15596
 V5.15.txt:15597
 V5.15.txt:15598
 V5.15.txt:15599
 V5.15.txt:15600
 V5.15.txt:15601
 V5.15.txt:15602
 V5.15.txt:15603
 V5.15.txt:15604
 V5.15.txt:15605
 V5.15.txt:15606
 V5.15.txt:15607
 V5.15.txt:15608
 V5.15.txt:15609
 V5.15.txt:15610
 V5.15.txt:15611
 V5.15.txt:15612
 V5.15.txt:15613
 V5.15.txt:15614
 V5.15.txt:15615
 V5.15.txt:15616
 V5.15.txt:15617
 V5.15.txt:15618
 V5.15.txt:15619
 V5.15.txt:15620
 V5.15.txt:15621
 V5.15.txt:15622
 V5.15.txt:15623
 V5.15.txt:15624
 V5.15.txt:15625
 V5.15.txt:15626
 V5.15.txt:15627
 V5.15.txt:15628
 V5.15.txt:15629
 V5.15.txt:15630
 V5.15.txt:15631
 V5.15.txt:15632
 V5.15.txt:15633
 V5.15.txt:15634
 V5.15.txt:15635
 V5.15.txt:15636
 V5.15.txt:15637
 V5.15.txt:15638
 V5.15.txt:15639
 V5.15.txt:15640
 V5.15.txt:15641
 V5.15.txt:15642
 V5.15.txt:15643
 V5.15.txt:15644
 V5.15.txt:15645
 V5.15.txt:15646
 V5.15.txt:15647
 V5.15.txt:15648
 V5.15.txt:15649
 V5.15.txt:15650
 V5.15.txt:15651
 V5.15.txt:15652
 V5.15.txt:15653
 V5.15.txt:15654
 V5.15.txt:15655
 V5.15.txt:15656
 V5.15.txt:15657
 V5.15.txt:15658
 V5.15.txt:15659
 V5.15.txt:15660
 V5.15.txt:15661
 V5.15.txt:15662
 V5.15.txt:15663
 V5.15.txt:15664
 V5.15.txt:15665
 V5.15.txt:15666
 V5.15.txt:15667
 V5.15.txt:15668
 V5.15.txt:15669
 V5.15.txt:15670
 V5.15.txt:15671
 V5.15.txt:15672
 V5.15.txt:15673
 V5.15.txt:15674
 V5.15.txt:15675
 V5.15.txt:15676
 V5.15.txt:15677
 V5.15.txt:15678
 V5.15.txt:15679
 V5.15.txt:15680
 V5.15.txt:15681
 V5.15.txt:15682
 V5.15.txt:15683
 V5.15.txt:15684
 V5.15.txt:15685
 V5.15.txt:15686
 V5.15.txt:15687
 V5.15.txt:15688
 V5.15.txt:15689
 V5.15.txt:15690
 V5.15.txt:15691
 V5.15.txt:15692
 V5.15.txt:15693
 V5.15.txt:15694
 V5.15.txt:15695
 V5.15.txt:15696
 V5.15.txt:15697
 V5.15.txt:15698
 V5.15.txt:15699
 V5.15.txt:15700
 V5.15.txt:15701
 V5.15.txt:15702
 V5.15.txt:15703
 V5.15.txt:15704
 V5.15.txt:15705
 V5.15.txt:15706
 V5.15.txt:15707
 V5.15.txt:15708
 V5.15.txt:15709
 V5.15.txt:15710
 V5.15.txt:15711
 V5.15.txt:15712
 V5.15.txt:15713
 V5.15.txt:15714
 V5.15.txt:15715
 V5.15.txt:15716
 V5.15.txt:15717
 V5.15.txt:15718
 V5.15.txt:15719
 V5.15.txt:15720
 V5.15.txt:15721
 V5.15.txt:15722
 V5.15.txt:15723
 V5.15.txt:15724
 V5.15.txt:15725
 V5.15.txt:15726
 V5.15.txt:15727
 V5.15.txt:15728
 V5.15.txt:15729
 V5.15.txt:15730
 V5.15.txt:15731
 V5.15.txt:15732
 V5.15.txt:15733
 V5.15.txt:15734
 V5.15.txt:15735
 V5.15.txt:15736
 V5.15.txt:15737
 V5.15.txt:15738
 V5.15.txt:15739
 V5.15.txt:15740
 V5.15.txt:15741
 V5.15.txt:15742
 V5.15.txt:15743
 V5.15.txt:15744
 V5.15.txt:15745
 V5.15.txt:15746
 V5.15.txt:15747
 V5.15.txt:15748
 V5.15.txt:15749
 V5.15.txt:15750
 V5.15.txt:15751
 V5.15.txt:15752
 V5.15.txt:15753
 V5.15.txt:15754
 V5.15.txt:15755
 V5.15.txt:15756
 V5.15.txt:15757
 V5.15.txt:15758
 V5.15.txt:15759
 V5.15.txt:15760
 V5.15.txt:15761
 V5.15.txt:15762
 V5.15.txt:15763
 V5.15.txt:15764
 V5.15.txt:15765
 V5.15.txt:15766
 V5.15.txt:15767
 V5.15.txt:15768
 V5.15.txt:15769
 V5.15.txt:15770
 V5.15.txt:15771
 V5.15.txt:15772
 V5.15.txt:15773
 V5.15.txt:15774
 V5.15.txt:15775
 V5.15.txt:15776
 V5.15.txt:15777
 V5.15.txt:15778
 V5.15.txt:15779
 V5.15.txt:15780
 V5.15.txt:15781
 V5.15.txt:15782
 V5.15.txt:15783
 V5.15.txt:15784
 V5.15.txt:15785
 V5.15.txt:15786
 V5.15.txt:15787
 V5.15.txt:15788
 V5.15.txt:15789
 V5.15.txt:15790
 V5.15.txt:15791
 V5.15.txt:15792
 V5.15.txt:15793
 V5.15.txt:15794
 V5.15.txt:15795
 V5.15.txt:15796
 V5.15.txt:15797
 V5.15.txt:15798
 V5.15.txt:15799
 V5.15.txt:15800
 V5.15.txt:15801
 V5.15.txt:15802
 V5.15.txt:15803
 V5.15.txt:15804
 V5.15.txt:15805
 V5.15.txt:15806
 V5.15.txt:15807
 V5.15.txt:15808
 V5.15.txt:15809
 V5.15.txt:15810
 V5.15.txt:15811
 V5.15.txt:15812
 V5.15.txt:15813
 V5.15.txt:15814
 V5.15.txt:15815
 V5.15.txt:15816
 V5.15.txt:15817
 V5.15.txt:15818
 V5.15.txt:15819
 V5.15.txt:15820
 V5.15.txt:15821
 V5.15.txt:15822
 V5.15.txt:15823
 V5.15.txt:15824
 V5.15.txt:15825
 V5.15.txt:15826
 V5.15.txt:15827
 V5.15.txt:15828
 V5.15.txt:15829
 V5.15.txt:15830
 V5.15.txt:15831
 V5.15.txt:15832
 V5.15.txt:15833
 V5.15.txt:15834
 V5.15.txt:15835
 V5.15.txt:15836
 V5.15.txt:15837
 V5.15.txt:15838
 V5.15.txt:15839
 V5.15.txt:15840
 V5.15.txt:15841
 V5.15.txt:15842
 V5.15.txt:15843
 V5.15.txt:15844
 V5.15.txt:15845
 V5.15.txt:15846
 V5.15.txt:15847
 V5.15.txt:15848
 V5.15.txt:15849
 V5.15.txt:15850
 V5.15.txt:15851
 V5.15.txt:15852
 V5.15.txt:15853
 V5.15.txt:15854
 V5.15.txt:15855
 V5.15.txt:15856
 V5.15.txt:15857
 V5.15.txt:15858
 V5.15.txt:15859
 V5.15.txt:15860
 V5.15.txt:15861
 V5.15.txt:15862
 V5.15.txt:15863
 V5.15.txt:15864
 V5.15.txt:15865
 V5.15.txt:15866
 V5.15.txt:15867
 V5.15.txt:15868
 V5.15.txt:15869
 V5.15.txt:15870
 V5.15.txt:15871
 V5.15.txt:15872
 V5.15.txt:15873
 V5.15.txt:15874
 V5.15.txt:15875
 V5.15.txt:15876
 V5.15.txt:15877
 V5.15.txt:15878
 V5.15.txt:15879
 V5.15.txt:15880
 V5.15.txt:15881
 V5.15.txt:15882
 V5.15.txt:15883
 V5.15.txt:15884
 V5.15.txt:15885
 V5.15.txt:15886
 V5.15.txt:15887
 V5.15.txt:15888
 V5.15.txt:15889
 V5.15.txt:15890
 V5.15.txt:15891
 V5.15.txt:15892
 V5.15.txt:15893
 V5.15.txt:15894
 V5.15.txt:15895
 V5.15.txt:15896
 V5.15.txt:15897
 V5.15.txt:15898
 V5.15.txt:15899
 V5.15.txt:15900
 V5.15.txt:15901
 V5.15.txt:15902
 V5.15.txt:15903
 V5.15.txt:15904
 V5.15.txt:15905
 V5.15.txt:15906
 V5.15.txt:15907
 V5.15.txt:15908
 V5.15.txt:15909
 V5.15.txt:15910
 V5.15.txt:15911
 V5.15.txt:15912
 V5.15.txt:15913
 V5.15.txt:15914
 V5.15.txt:15915
 V5.15.txt:15916
 V5.15.txt:15917
 V5.15.txt:15918
 V5.15.txt:15919
 V5.15.txt:15920
 V5.15.txt:15921
 V5.15.txt:15922
 V5.15.txt:15923
 V5.15.txt:15924
 V5.15.txt:15925
 V5.15.txt:15926
 V5.15.txt:15927
 V5.15.txt:15928
 V5.15.txt:15929
 V5.15.txt:15930
 V5.15.txt:15931
 V5.15.txt:15932
 V5.15.txt:15933
 V5.15.txt:15934
 V5.15.txt:15935
 V5.15.txt:15936
 V5.15.txt:15937
 V5.15.txt:15938
 V5.15.txt:15939
 V5.15.txt:15940
 V5.15.txt:15941
 V5.15.txt:15942
 V5.15.txt:15943
 V5.15.txt:15944
 V5.15.txt:15945
 V5.15.txt:15946
 V5.15.txt:15947
 V5.15.txt:15948
 V5.15.txt:15949
 V5.15.txt:15950
 V5.15.txt:15951
 V5.15.txt:15952
 V5.15.txt:15953
 V5.15.txt:15954
 V5.15.txt:15955
 V5.15.txt:15956
 V5.15.txt:15957
 V5.15.txt:15958
 V5.15.txt:15959
 V5.15.txt:15960
 V5.15.txt:15961
 V5.15.txt:15962
 V5.15.txt:15963
 V5.15.txt:15964
 V5.15.txt:15965
 V5.15.txt:15966
 V5.15.txt:15967
 V5.15.txt:15968
 V5.15.txt:15969
 V5.15.txt:15970
 V5.15.txt:15971
 V5.15.txt:15972
 V5.15.txt:15973
 V5.15.txt:15974
 V5.15.txt:15975
 V5.15.txt:15976
 V5.15.txt:15977
 V5.15.txt:15978
 V5.15.txt:15979
 V5.15.txt:15980
 V5.15.txt:15981
 V5.15.txt:15982
 V5.15.txt:15983
 V5.15.txt:15984
 V5.15.txt:15985
 V5.15.txt:15986
 V5.15.txt:15987
 V5.15.txt:15988
 V5.15.txt:15989
 V5.15.txt:15990
 V5.15.txt:15991
 V5.15.txt:15992
 V5.15.txt:15993
 V5.15.txt:15994
 V5.15.txt:15995
 V5.15.txt:15996
 V5.15.txt:15997
 V5.15.txt:15998
 V5.15.txt:15999
 V5.15.txt:16000
 V5.15.txt:16001
 V5.15.txt:16002
 V5.15.txt:16003
 V5.15.txt:16004
 V5.15.txt:16005
 V5.15.txt:16006
 V5.15.txt:16007
 V5.15.txt:16008
 V5.15.txt:16009
 V5.15.txt:16010
 V5.15.txt:16011
 V5.15.txt:16012
 V5.15.txt:16013
 V5.15.txt:16014
 V5.15.txt:16015
 V5.15.txt:16016
 V5.15.txt:16017
 V5.15.txt:16018
 V5.15.txt:16019
 V5.15.txt:16020
 V5.15.txt:16021
 V5.15.txt:16022
 V5.15.txt:16023
 V5.15.txt:16024
 V5.15.txt:16025
 V5.15.txt:16026
 V5.15.txt:16027
 V5.15.txt:16028
 V5.15.txt:16029
 V5.15.txt:16030
 V5.15.txt:16031
 V5.15.txt:16032
 V5.15.txt:16033
 V5.15.txt:16034
 V5.15.txt:16035
 V5.15.txt:16036
 V5.15.txt:16037
 V5.15.txt:16038
 V5.15.txt:16039
 V5.15.txt:16040
 V5.15.txt:16041
 V5.15.txt:16042
 V5.15.txt:16043
 V5.15.txt:16044
 V5.15.txt:16045
 V5.15.txt:16046
 V5.15.txt:16047
 V5.15.txt:16048
 V5.15.txt:16049
 V5.15.txt:16050
 V5.15.txt:16051
 V5.15.txt:16052
 V5.15.txt:16053
 V5.15.txt:16054
 V5.15.txt:16055
 V5.15.txt:16056
 V5.15.txt:16057
 V5.15.txt:16058
 V5.15.txt:16059
 V5.15.txt:16060
 V5.15.txt:16061
 V5.15.txt:16062
 V5.15.txt:16063
 V5.15.txt:16064
 V5.15.txt:16065
 V5.15.txt:16066
 V5.15.txt:16067
 V5.15.txt:16068
 V5.15.txt:16069
 V5.15.txt:16070
 V5.15.txt:16071
 V5.15.txt:16072
 V5.15.txt:16073
 V5.15.txt:16074
 V5.15.txt:16075
 V5.15.txt:16076
 V5.15.txt:16077
 V5.15.txt:16078
 V5.15.txt:16079
 V5.15.txt:16080
 V5.15.txt:16081
 V5.15.txt:16082
 V5.15.txt:16083
 V5.15.txt:16084
 V5.15.txt:16085
 V5.15.txt:16086