source: trunk/source/track/History @ 1354

Last change on this file since 1354 was 1347, checked in by garnier, 14 years ago

geant4 tag 9.4

File size: 18.8 KB
Line 
1$Id: History,v 1.120 2010/11/10 08:42:47 kurasige Exp $
2-------------------------------------------------------------------
3
4     =========================================================
5     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6     =========================================================
7
8                      Category History file
9                      ---------------------
10This file should be used by G4 developers and category coordinators
11to briefly summarize all major modifications introduced in the code
12and keep track of all category-tags.
13It DOES NOT substitute the  CVS log-message one should put at every
14committal in the CVS repository !
15
16     ----------------------------------------------------------
17     * Reverse chronological order (last date on top), please *
18     ----------------------------------------------------------
19
20Nov. 10, 2010, H.Kurashige (track-V09-03-11)
21- Remove  GetSecondaryInCurrentStep method in G4Step.
22  (revert chages in track-V09-03-07)
23
24Nov. 08, 2010, M.Asai (track-V09-03-10)
25- Adding touchable history of the origin to G4Track.
26
27Oct. 30, 2010, H.Kurashige (track-V09-03-09)
28- Fix minor bugs reported by Coverity
29
30Oct. 27, 2010, G.Cosmo (track-V09-03-08)
31- Restored DLL setup as originally. Withdrawn changes in last tag.
32
33Oct. 19, 2010  G.Cosmo (track-V09-03-07)
34- Replaced G4TRACK_ALLOC_EXPORT flag with G4ALLOC_EXPORT for DLL exported
35  symbols.
36
37Oct. 18, 2010  Hisaya Kurashige (track-V09-03-06)
38- Add  GetSecondaryInCurrentStep method in G4Step.
39  It gives secondaries in the current step.
40
41Oct. 6, 2010  Hisaya Kurashige (track-V09-03-05)
42- G4Step::GetSecondary() gives back const G4TrackVector*
43  and G4Step::GetfSecondary() gives back non-const pointer
44 
45Sep 21, 2010  Hisaya Kurashige (track-V09-03-04)
46- Fill the last bin contents in G4Track::PrepareVelocityTable()
47   to fix the bug in calculation of GetVelocity
48
49Aug 12, 2010 Hisaya Kurashige (track-V09-03-03)
50- Add G4Track::GetParticleDefinition giving 'const' pointer
51
52July 21, 2010 Gabriele Cosmo (track-V09-03-02)
53- Added protection against possible null pointer in G4Track::GetVelocity().
54- Removed extra inclusion of G4Step.hh in G4Track header.
55- Fixed cases of restoring cout/cerr precision formatting in classes:
56  G4ParticleChange, G4ParticleChangeForDecay, G4ParticleChangeForGamma,
57  G4ParticleChangeForLoss, G4ParticleChangeForMSC, G4ParticleChangeForTransport,
58  G4VParticleChange.
59- Added dummy initialisation to data members in constructors in classes:
60  G4ParticleChange, G4ParticleChangeForDecay, G4ParticleChangeForGamma,
61  G4ParticleChangeForLoss, G4ParticleChangeForTransport, G4Step, G4StepPoint,
62  G4Track, G4VParticleChange.
63
64July 2, 2010 Hisaya Kurashige (track-V09-03-01)
65- Use PhysicsVector for calculation of GetVelocity
66- Add Exception(Warning) if GetDeltaEnergy/Momentum methods are invoked. These methds are planed to be removed
67
68Mar. 9, 2010 Hisaya Kurashige (track-V09-03-00)
69- Change G4String to a pointer of G4String
70  for prooperty to indicate type of UserTrackInformation
71- Change G4VUserTrackInformation::Print() to a simple virtual method
72  form pure-virtual
73
74Oct. 19, 2009 Hisaya Kurashige (track-V09-02-04)
75-added a string prooperty to indicate type of UserTrackInformation
76
77
78Jun. 18, 2009 Hisaya Kurashige (track-V09-02-03)
79-added SetLowEnergyLimit method (Vladimir)
80
81
82May.  27, 2009 Hisaya Kurashige (track-V09-02-02)
83- Add lowEnergyLimit = 1 eV in lowEnergyLimit = 1 eV (Vladimir)
84
85Apr.  2, 2009 Hisaya Kurashige (track-V09-02-01)
86- Add protection for the case mass==0 and T==0 in GetVelocity
87
88Apr.  2, 2009 Hisaya Kurashige (track-V09-02-00)
89- Modify GetVelocity to improve performance
90
91Oct. 24, 2008 Hisaya Kurashige (track-V09-01-02)
92- change fpCreatorProcess and fpLCAtVertex in G4Track to  'const' pointer   
93- change fpProcessDefinedStep in G4StepPoint to  'const' pointer   
94
95 
96Feb. 5, 2008 Hisaya Kurashige (track-V09-01-01)
97- reset non-ionizing energy loss in G4Step::ResetTotalEnergyDeposit
98  in order to initialize NIEL in each step
99
100Jan. 12, 2008 Hisaya Kurashige (track-V09-01-00)
101- add non-ionizing energy loss to EM physics (V.Ivanchenko)
102
103Oct. 02, 2007 Hisaya Kurashige (track-V09-00-02)
104- Add protection in G4Track::GetVolume to avoid core dump
105
106Aug. 07, 2007 Hisaya Kurashige (track-V09-00-01)
107- Add  get method for non-ionizing energy deposit in G4Step
108
109
110Mar. 30, 07 Hisaya Kurashige (track-V08-02-02)
111- Fix weight treatment in G4ParticleChange
112
113Mar. 26, 07 Hisaya Kurashige (track-V08-02-01)
114- Added Non-Ionizing Energy Deposit in G4Step and G4VParticleChange
115
116Mar. 11, 07 Hisaya Kurashige (track-V08-02-00)
117- Added magnetic moment in G4DynamicParticle (co-work with particles-V08-02-00)
118- Fixed treatment of parent's weight in G4ParticleChange
119
120Nov.  3, 06 J.Apostolakis (track-V08-01-04)
121- New methods first/lastStepInVolume flag in G4Step, G4VParticleChange  by Hisaya
122- Revised UpdateStepForPostStep by John Apostolakis
123
124Oct. 31, 06 G.Cosmo (track-V08-01-03)
125- Made operator=() inline.
126
127Aug. 29, 06 H.Kurashige (track-V08-01-02)
128- Add methods for setting polarization and modifying weight
129    for G4ParticleChangeFoeGamma and  G4ParticleChangeForLoss
130          (V.Ivanchenko)
131
132Jul. 17, 06 M.Asai (track-V08-01-01)
133- Re-tagged for G4Step and G4TrackVector only.
134
135Jun. 09, 06 M.Asai (track-V08-01-00)
136- tagged for G4FieldTrackUpdator, G4Step and G4TrackVector.
137
138Jun. 09, 06 T.Sasaki
139- G4Step now has secondary vector
140- G4TrackVector was moved from tracking category
141
142Jun. 09, 06 M.Asai
143- Introducing G4FieldTrackUpdator class.
144- GNUmakefile now includes geometry/magneticfield
145
146Jun. 07, 06 V.Ivanchenko (track-V08-00-03)
147-  G4ParticleChangeForLoss - remove momentum change AlongStep
148
149Mar. 29, 06 H.Kurashige (track-V08-00-02)
150-  Improve G4Track::GetVelocity for optical photon
151
152Feb. 08, 06 H.Kurashige (track-V08-00-01)
153-  add ProposeMomentumDirection AlongStep and ProposeWeight PostStep in
154    G4ParticleChangeForLoss (V.Ivantchenko)
155
156Dec. 20, 05 .Kurashige (track-V08-00-00)
157-  G4ParticleChangeForRadDecay is now derived from G4ParticleChangeForDecay
158
159Dec. 05, 05 mma (track-V07-01-02)
160- G4ParticleChangeForGamma : apply UpdateStepForPostStep in any case
161 
162Nov. 26, 05 H.Kurashige (track-V07-01-01)
163- Fix GetVelocity : use the material pointer in PreStepPoint
164
165May 30, 05 V.Ivantchenko (track-V07-00-02)
166- Fix in G4ParticleChangeForGamma : add UpdateStepForAtRest method
167
168May 12, 05 P.Gumplinger (track-V07-00-01)
169- Fix GetVelocity (bug report #741) courtesy of  Horton-Smith
170
171Apr. 15, 05 V.Ivantchenko (track-V07-00-00)
172- Add a new class of G4ParticleChangeForGamma
173- Modify 4ParticleChangeForLoss
174 
175Dec. 02, 04 H.Kurashige (track-V06-02-04)
176- migration to cmath
177
178Nov. 25, 04 M.Asai (track-V06-02-03)
179- Fix destructor of G4VUserTrackInformation.
180
181Oct. 19, 04 H.Kurashige (track-V06-02-02)
182- Remove obsolete methods from G4ParticleChange
183
184Sep. 17, 04 P.Gumplinger (track-V06-02-01)
185- Modified G4ParticleChangeForDecay (add thePolarizationChange and methods)
186
187Aug. 27, 04 M.Asai (track-V06-02-00)
188- A pointer to sensitive detector is added in G4StepPoint and
189  G4ParticleChangeForTransport.
190- G4Step is taking care of setting the above pointer.
191
192Jun. 15, 04 V.Ivanchenko (track-V06-01-05)
193- G4ParticleChangeForLoss: fix initialization of ParentWeight
194
195Jun. 11, 04 G.Cosmo (track-V06-01-04)
196- Use global flag G4TRACK_ALLOC_EXPORT to export extern symbols for DLLs.
197  Modified GNUmakefile and rearranged usage of extern symbols in G4Track.
198
199Jun. 09, 04 G.Cosmo (track-V06-01-03)
200- Adopt G4DLLIMPORT/G4DLLEXPORT technique to handle extern simbols for
201  allowing support of DLLs on Windows.
202- Coworks with "global-V06-01-02b".
203
204Jun. 07, 04 G.Cosmo (track-V06-01-02)
205- Export extern symbols for allowing support of DLLs on Windows.
206  Modified G4Track.icc.
207- GNUmakefile: added definition of GLOBLIBS for DLLs support on Windows.
208- Coworks with "global-V06-01-02a".
209
210May. 11, 04 V.Ivanchenko (track-V06-01-01)
211- G4ParticleChangeForLoss: rename variables according to 00 tag;
212  fix of minor energy non-conservation in case of more than 1
213  processes changing the energy
214
215May. 08, 04 H.Kurashige (track-V06-01-00)
216- Add new methods of ProposeXXX (and corresponding GetXXX methods)
217  as replacements of old methods of SetXXXChange and GetXXXChange
218
219Jan. 20, 04 V.Ivanchenko (track-V06-00-01)
220- Update G4ParticleChangeForLoss for utilisation in G4VEnergyLossProcess
221- Minor update G4ParticleChangeForMSC for utilisation in model design of msc
222- Change of volume in G4ParticleChangeForTransportation only if kinEnergy>0
223
224Dec. 12, 03 G.Cosmo (track-V06-00-00)
225- G4VParticleChange[.hh.cc]: removed unnecessary 'const' qualifier to
226  return value in GetAccuracyForWarning() and GetAccuracyForException()
227  causing noisy warnings on Intel-icc compiler.
228
229Nov. 26, 03 H.Kurashige (track-V05-02-03)
230- Fixed problem of setting  momentum direction for stoppped particle in G4ParticleChange (Vladimir)
231
232Oct. 4, 03 G.Cosmo (track-V05-02-02)
233- Modified GNUmakefile:
234  o added dependency to new module "geometry/navigation".
235- Coworks with "geometry-V05-02-00" and "digits_hits-V05-02-00".
236
237Jun. 11, 03 H.Kurashige (track-V05-02-01)
238- Add ExceptionSeverity
239- Add G4VParticleChange::CheckSecondary
240- Remove inclusion of G4MaterialCutsCouple
241
242Jun. 03, 03  G.Cosmo (track-V05-01-03)
243- Fixed warning in G4ParticleChangeForRadDecay.hh.
244
245Mar. 20, 03  M.Asai (track-V05-01-02)
246- Fix copy operator of G4Track not to copy the pointer to user information
247
248Mar. 20, 03  H.Kurashige  (track-V05-01-01)
249- Correct comments
250- Fixed unused parameter in G4VParticleChange.cc
251
252Mar. 5, 02  H.Kurashige  (track-V05-00-02)
253- Fix in G4Step::InitializeStep().
254  Added initialization of fCharge in StepPoint.
255
256Jan. 24, 02  G.Cosmo  (track-V05-00-01)
257- Fix in G4ParticleChangeForTransport::UpdateStepForPostStep().
258  Added call for setting the material-cuts-couple for pPostStepPoint
259  (V.Ivantchenko).
260
261Dec. 16, 02  G.Cosmo  (track-V05-00-00)
262- Merged branch "geant4-04-01-ref-02-cuts-branch" to HEAD.
263  Included development for 'cuts-by-region':
264  o Updated G4Track, G4Step, G4StepPoint and G4ParticleChangeForTransport
265    to properly handle new G4MaterialCutsCouple.
266
267Dec. 04, 02  T.Sasaki (track-V04-01-03)
268- Initial value for fCharge is given in the constuctor
269  of G4StepPoint.
270
271Nov. 20, 02   G.Cosmo (track-V04-01-02)
272- Patched access to public static data in G4VParticleChange.
273  Added accessors to be used in the kernel to allow porting on
274  Windows DLLs.
275
276Nov. 1, 02    J.Generowicz (track-V04-01-01)
277- Added accessors to auxiliary point vector, in both
278  G4Step and G4ParticleChangeForTransport
279
280Oct. 31, 02    T.Sasaki (track-V04-01-00) 
281- Added StronglyForced flag to G4ForceCondition
282- set fUndefined for the StepStatus in PostStepPoint after CopyPostToPre
283
284Feb. 09 ,02    H.Kurashige (track-V04-00-02)
285- Modify G4Track::GetVelocity to get better performance for massless particles
286
287Dec. 24 ,01   H.Kurashige (track-V04-00-01)
288- Remove event biasing mechanism from track category
289  ( it is moved to hadronic/models )
290- Add G4Track::CopyTrackInfo
291- Modified G4ParticleChange::AddSecondary to use touchable handle
292- Fixed a bug of changing parent weight in G4ParticleChange::UpdateStepForAlongStep
293
294Dec. 12, 01  H.Kurashige (track-V04-00-00)
295- Added initialization of fStepLength in constructors.
296- Fixed a bug that fStepLength is not copied in assginment operator
297 
298Dec. 10, 01  H.Kurashige (track-V03-02-08)
299- Modified assignment operator so that fCurrentStepNumber is set to 0
300
301Nov.27, 01  J. Apostolakis (track-V03-02-07)  for H. Kurashige
302- Modified G4ParticleChange::AddSecondary to use touchable handle - by Hisaya
303   (only one of the AddSecondary methods has been modified - to date)
304
305Nov.10, 01 (track-V03-02-06)
306- Fixed bugs in assignment operators in G4Track
307- Added SetParentWeightByProcess
308- Added SetSecondaryWeightByProcess
309
310Nov. 08, 01  G.Cosmo (track-V03-02-05)
311- Merge changes included in "track-V03-02-02a".
312
313Oct. 22, 01  H.Kurashige (track-V03-02-04)
314- Modify to intorduce TouchableHandle (Radovan)
315
316Oct. 20, 01  H.Kurashige (track-V03-02-03)
317- Remove "static inline methods"
318- Disable EventBiasingMechanism
319
320Oct. 26, 01  G.Cosmo (track-V03-02-02a)
321- Added implementation to assignment operator in G4ParticleChangeForRadDecay.hh
322  (H.Kurasige)
323
324Sep. 20, 01  H.Kurashige (track-V03-02-02)
325- Update to  G4Mars5GeVMechanism for STL migration of materials
326
327Sep. 20, 01  H.Kurashige (track-V03-02-01)
328- Modify  G4Mars5GeVMechanism for STL migration of materials
329
330Aug. 16, 01  H.Kurashige (track-V03-02-00)
331- Clean up codes
332 
333Mar. 7, 01  H.Kurashige (track-V03-00-04)
334- Add protection for the zero-momentum case
335  for UpdateStepForAlongStep in ParticleChange  (J.A)
336
337Feb. 17, 01  H.Kurashige (track-V03-00-03)
338- Add Velocity and Setmethod in G4StepPoint
339- Add SetVelocity in G4Step.::InitializeStep
340- Modify G4StepPoint::GetVelocity to return correct velocity for optical photon
341
342Feb. 17, 01  H.Kurashige (track-V03-00-02)
343- Fix G4Track::GetVelocity for Gamma
344
345Feb. 12, 01 H.Kurashige (track-V03-00-01)
346- Remove thePolarizationChange from G4ParticleChangeForTransport.hh
347
348
349Feb. 07, 01 H.Kurashige (track-V03-00-00)
350- Add copy constructor to G4Track
351
352Oct. 19, 00 H.kurashige (track-V02-00-01)
353- Bug fixes in copy constructor of G4ParticleChange
354
355Oct. 18, 00 H.Kurashige (track-V02-00-00)
356- Add "const" to G4DynamicParticle pointer  of returned value of G4Track::GetDynamicParticle
357
358Jun. 2, 2000 M.Asai  (track-V01-01-02)
359- Add G4VUserTrackInformation class and its pointer data member in G4Track
360- Add "const" to pointer to G4Step in G4Track (Hisaya)
361
362Jun. 1 2000 H.Kurashige (track-V01-01-01a)
363-  Removed "const" from the return value type of G4StepPoint::GetPhysicalVolume()
364
365May 16 2000 H.Kurashige (track-V01-01-01)
366-  Added thePolarizationChange in G4ParticleChangeForTransportation
367
368May 12 2000 H.Kurashige (track-V01-01-00)
369-  SetTouchable methods has been changed to get "const" pointer
370
371Feb. 16, 2000 H.Kurashige
372-  Added cashing mechanism of pointer to material in G4StepPoint
373-  Added theMaterialChange in G4ParticleChangeForTransportation
374-  GetTouchable methods has been changed to give "const" pointer
375
376Feb. 13, 2000 H.Kurashige (track-V01-00-01)
377-  Added G4ParticleChangeForRadDecay
378-  Changed G4VParticleChange::AddSecondary to set secondary track weight equal to the primary's one
379-  Removed printing pointers of ParticleChange object in CheckIt methods
380
381Jan. 18, 2000 H.Kurashige (track-V01-00-00)
382-  Fixed bugs in treatment of secondary track weight
383
384Nov. 7, 1999 H.Kurashige (track-V00-01-01)
385-  Added comments for "Software Reference Manual"
386
387Oct. 5, 1999 H,Kurashige (track-V00-01-00)
388-  Added mass/charge change in G4ParticleChange
389-  Modified G4ParticleChange::CheckIt
390-  Separate implementation of inline functions to G4Track.icc and G4Step.icc
391
392Jul. 14 1999 H.Kurashige (track-01-00-07)
393-  Fixed bugs in G4Mars5GeVMechanism::CreatePion()
394
395May 6, 1999 H.Kurashige (track-01-00-06)
396-  Modified CheckIt methods of G4VParticleChange and derived classes
397
398Apr. 28, 1999 H.Kurashige (track-01-00-05b)
399-  Protect proton mass against glanular libraly for G4Mars5Gev...(Makoto)
400-  Fixed error messages in G4ParticleChange::CheckIt (Hisaya)
401-  Remove "include/G4VProcess.hh" from G4Step.cc (Hisaya)
402
403Apr. 13, 1999 H.Kurashige (track-01-00-04)
404- Code polishing according to the messages by CodeWizard
405- Added new virtual method of G4bool CheckIt(const G4Track&) in G4VParticleChange
406
407Feb. 17, 1999 H.Kurashige (track-01-00-03)
408-  Removed G4Step::ShowStep() (Takashi)
409-  Fixed bugs in G4ParticleChange.icc (Hisaya)
410
411Feb. 9, 1999 H.Kurashige (track-01-00-02)
412-  Modified G4TrackFastVector (Hisaya)
413-  Modified G4ParticleChange::CheckIt (Hisaya)
414
415Feb. 6, 1999 H.Kurashige (track-01-00-01)
416-  Added Get/SetMomentumDirectionChange in G4ParticleChange (Hisaya)
417-  Removed using G4ParticleMomentum (Hisaya)
418
419Dec. 15,  1998 H.Kurashige (track-00-04-05)
420- G4ParticleChange::CheckIt is activated in VERBOSE mode (Hisaya)
421
422Dec. 12, 1998 H.Kurashige (track-00-04-04)
423- Fixed bugs in G4Mars5GeVMechanism (Hisaya)
424- Added SwOnAllEB/SwOffAllEB in G4ParticleChange (Hisaya)
425- Added GetEBMechanis and IsEBActive in G4VParticleChange (Hisaya)
426
427Dec. 11, 1998 H.Kurashige (track-00-04-03)
428- Fixed bugs in G4Mars5GeVMechanism (Hisaya)
429
430Dec. 9, 1998 L.Urban (track-00-04-02)
431- Added G4ParticleChangeForLoss and G4ParticleChangeForMSC.
432
433Nov. 18, 98 H.Kurashige (track-00-04-01)A
434- Added new member of weight in G4Track and removed G4BiasingTag
435- Added Event Biasing based on MARS
436- Modified argument type in G4Track 
437  ( this tag requires particles-00-04-01 tag)
438
439Nov. 9, 98  H.Kurashige (track-00-03-05)
440- Added Event Biasing Mechanism in G4VParticleChange
441
442Nov. 8, 98 H.Kurashige (track-00-03-04)
443- Added G4BiasingTag as a member of G4Track
444- Modified G4Step, and G4StepPoint for managing  G4BiasingTag
445
446Oct. 17, 98 H.Kurashige (track-00-03-03)
447- Fixed bugs in G4VParticleChange and G4ParticleChange
448
449Oct. 14 19 H.Kurashige (track-00-03-01)
450- Modified G4ParticleChangeForTransportation for new relocation algorism.
451  (J.Apost.)
452
453Aug. 31, 98 G.Cosmo (track-00-02-01)
454- Added "global" phony target to GNUmakefile.
455- Added comment to G4StepPoint.hh (J.Apostolakis).
456
457Jul. 20,98 H.Kurashige (track-00-01-05)
458- Modified G4ParticleChangeForDecay
459
460Jul. 10, 98 P.Urban (track-00-01-02)
461- Optimised G4ParticleChangeForTransport. Much less data
462  is copied -> increased performance.
463
464Jul. 1, 98 H.Kurashige (track-00-07-02)
465- Moved UpdateStepForAlongStep into G4ParticleChangeForTransport.cc file
466 
467Jun. 30, 98 P. Urban (track-00-07-01)
468- Some more tracking optimisation results.
469
470Jun. 22, 98 P. Urban (track-00-06-04)
471- Preliminary results of tracking optimisation merged into HEAD.
472
473Jun. 11, 98 G.Cosmo (track-00-06-03)
474- Tagged track-00-06-03.
475
476Jun. 11, 98  J.Allison
477- Added a missing inline keyword to G4Track.hh:341.
478
479Jun. 8, 98  H.Kurashige
480- Add GoodForTracking and BelowThreshold flags in G4Track
481  for new COHERENT scheme for the Cuts
482
483May 12, 98 H.Kurashige
484- Fix bugs in G4Step, G4ParticleChange
485  Add new class of G4ParticleChangeForTransport
486
487Apr. 12, 98 H.Kurashige
488- Implement new scheme of 'Particle Change'. Please see
489  particle_change.asc in geant4alpha/documents/particles+matter/.
490- Following files are modified (or added)
491    G4ParticleChange.hh, .icc, .cc
492    G4VParticleChange.hh, .icc, .cc
493    G4ParticleChangeForDecay.hh, .cc
494    G4Step.hh,  G4TrackFastVector.hh
495
496Apr. 9, 98 G.Cosmo
497- Porting on DEC-cxx 6.0.
498  Removed meaningless usage of "const" qualifier from functions
499  return type for basic types by value. Modified files:
500  G4ParticleChange.hh, .icc,
501  G4Step.hh, G4StepPoint.hh, G4Track.hh
502
503Mar. 18, 1998 K.Amako
504- Add following information to G4Track:
505     1.Momentum direction at the start point (vertex position) of the track
506     2.Kinetic energy at the start point (vertex position) of the track
507     3.Pointer to the process which created the current track
508- Due to this, the following files have modififed and committed.
509     1.NewDesignDoc.txt
510     2.G4Track.hh, G4Track.cc
511     3.G4SteppingManager.cc
512
513Jan.  29, 97 K. Amako
514- Following changes have been done and committed/tagged to cvs.
515  Tag# is track-00-03-01.
516    - G4Step.cc: Output format has been changed in showStep().
517 
518Dec. 19, 97 G. Cosmo - (alpha03)
519
520- Created.
Note: See TracBrowser for help on using the repository browser.