source: trunk/source/interfaces/History @ 1140

Last change on this file since 1140 was 1134, checked in by garnier, 15 years ago

en test

File size: 19.4 KB
Line 
1$Id: History,v 1.115 2009/10/19 07:37:48 lgarnier 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
20=======
2119 October, 2009 L. Garnier
22 - basic/GNUMakefile Add optionnal debug flag
23
246 October, 2009 L. Garnier
25 - G4UIQt Fix a problem on macOSX 10.6 with Qt 4.6(preview)
26 - Change GEANT4_QT_DEBUG flag for G4DEBUG_INTERFACES_BASIC and
27   G4DEBUG_INTERFACES_COMMON
28
2928 May, 2009 K. Murakami (interfaces-V09-02-03)
30 - G4UIExecutive: add  IsGUI() method / add GetSession() method
31
3218 May, 2009 K. Murakami (interfaces-V09-02-02)
33 - G4UIExecutive : fixed wrong #ifdef condition
34 - include changes by Laurent (7/May)
35
3615 May, 2009 K. Murakami (interfaces-V09-02-01)
37 - G4UIExecutive : Remove batch mode handling
38
3913 May, 2009 K. Murakami (interfaces-V09-02-00)
40 - G4UIExecutive : Add new class for automatic instantiation of user session
41 - G4VUIshell : Add SetLsColor()
42
437, May, 2009 L. Garnier
44 - G4UIQt.cc : Fix Compilation warning
45 - G4VBasicShell.cc : Better command completion in command Line
46
4731, March, 2009 L.Garnier
48 - Fix a compilation warning in G4Qt.cc
49
5016 February 2009, Laurent Garnier
51 - G4UIQt : Add an Interactor to be able to add button on file and help menu
52 - G4UIQt : Add a public method to get the MainWindow
53
5427, November, 2008 K. Murakami (interfaces-V09-01-04)
55 - G4UIQt.cc: warning fix
56
5721, November, 2008 K. Murakami (interfaces-V09-01-03)
58 -tagged for release 9.2
59
6014 November, 2008 Laurent Garnier
61 - G4UIXm,G4Win32 : Renaming according to Geant4 code policy
62
636 November, 2008 Laurent Garnier
64 - G4Qt : Re-fix problem on some linux with QApplication, should be better
65 - G4Qt : Add availabity to launch a G4Qt without a G4UIQt
66
6724 October, 2008 Laurent Garnier
68 - Change GEANT4_QT_DEBUG flag by QTDEBUG
69 - Suppress unuseful DEBUG messages
70
7115 October, 2008 Laurent Garnier
72 - Fix a problem on some linux with QApplication. But this is NOT the good way to do it...
73 - Fix a qt3 backward compatibility on G4UIQt.cc
74
757 October, 2008 Laurent Garnier
76 - Fix a G4cout possible problem cause by recursive G4cout call.
77
782 October, 2008 Laurent Garnier
79 - Add availability to have a external Qapp
80
8122 July, 2008 K.Murakami (interfaces-V09-01-02)
82 - tagged
83 - direct exit calls are replaced with G4Exception/another way of exit
84   G4UIGainServer.cc, G4UIterminal.cc : call G4Exception
85   G4UItcsh.cc : nomal exit instead of direct calling exit()
86
8714 June, 2008 K.Murakami (interfaces-V09-01-01)
88 - tagged
89
9030th April, Laurent Garnier
91 - Include moc config in GNUmakefile
92
9310th March, Laurent Garnier
94 - Improvments for layout in Qt driver for Qt3
95
9630th January 2007, Laurent Garnier
97 - Add a search area in the help widget
98
9915th January 2007, Laurent Garnier
100 - Fixed some layout problems
101 - GNUmakefile : Added a macro for moc file
102 - Moc files : Suppression of all theses files. They are now autogenerated
103   thanks to config/common.gmk
104
10515 January 2007, Koichi Murakami (interfaces-V09-01-00)
106 - G4UItcsh.cc: fixed the problem with Ctl-D termination for bash users.
107
10830 November 2007, Laurent Garnier
109 - G4UIQt : Some improvements for Qt3, corrections of some bugs
110 - G4UIQt_moc.cc : Adding other versions for QT_MOC_REVISION 28,58 and
111   59, but this is not the right solution..
112 - GAG/Makefile : Suppression of linking on a unuseful library
113
11416 November 2007, Koichi Murakami (interfaces-V09-00-03)
115 - G4UIGainServer.cc: cleared a compilation warning.
116 - tagged for the 9.1 release.
117
11815 Nov 2007, Laurent Garnier
119 - G4UIQt,G4Qt : Adding a GEANT4_QT_DEBUG flag to hide all debug messages
120 - G4UIQt,G4Qt : Compilation improvements for Qt3
121 - G4UIQt,G4Qt : Minors corrections on G4UIQt helpWidget
122
12313 Nov 2007, Laurent Garnier
124 - G4UIQt,G4Qt : Moving all moc in one big file interface/G4UIQT_moc.cc,
125   including Qt3 and Qt4 moc support
126
12709 Nov 2007, Laurent Garnier
128 - G4UIQt,G4Qt : Change all include directive to be compatible with Qt3
129
13027 Sept 2007, Laurent Garnier
131 - Adding sur files for G4UIQt driver
132
13306 November Koichi Murakami
134- G4UItcsh.cc: store shell history across sessions.
135
13630 October 2007 Koichi Murakami (interfaces-V09-00-02)
137- Guy committed the new Qt interface (28/Sep).
138- Add "#ifdef G4UI_BUILD_QT_SESSION" protection in src/G4UIQt_moc.cc.
139- Remove Qt interface from the current tag.
140- G4UIGAG.cc: suppress a compilation warning.
141
14230 October 2007 Koichi Murakami (interfaces-V09-00-01)
143- Makoto updated the implementation of the signal handler for Ctrl-C.
144
14528 October 2007, Makoto Asai
146- Remove improper dependency from interfaces/basic to run in GNUmakefile
147
14802 August 2007, Koichi Murakami (interfaces-V09-00-00)
149- Fix compilation warning on SUN-CC in G4UIterminal.cc
150
15119 June 2007, Gabriele Cosmo (interfaces-V08-03-02)
152- Fix compilation error on Windows ('theShell' not declared).
153
15414 June 2007, Koichi Murakami (interfaces-V08-03-01)
155- fixed the problem with Ctl-C termination for bash users.
156 * G4VUIshell   : add a virtual method ResetTerminal()
157 * G4UItcsh     : add a method ResetTerminal()
158 * G4UIterminal : add terminal reset when Ctl-C termination
159
16022 May 2007, Koichi Murakami (interface-V08-03-00)
161- G4UIterminal.cc: implement signal handler for soft-abort
162
16328 November 2005, Gabriele Cosmo (interface-V07-01-02)
164- G4UIXm.cc migrated to sstream
165
16621 November 2005, Hajime Yoshida (interface-V07-01-01)
167- G4UIGAG.cc and G4UIGainServer.cc migrated to sstream
168
16926 October 2005, Koichi Murakami (interfaces-V07-01-00)
170- G4UItcsh/G4UIterminal/G4VBasicShell:
171  migration from strstream to sstream
172
17322 April 2005, Gabriele Cosmo (interfaces-V07-00-01)
174- G4UIGainServer: fixed conditional compilation for MacOS 10.4.
175
17626 January 2005, Gabriele Cosmo (interfaces-V07-00-00)
177- Removed explicit definition of G4TMPDIR in GNUmakefiles
178  (not necessary since already defined in common.gmk).
179
18027 November 2004, Hajime Yoshida (interfaces-V06-02-00)
181- Tagged.
182
18325 November 2004, Hajime Yoshida (interfaces-V06-01-02)
184- Tagged.
185
18621 November 2004, Guy Barrand
187- G4UIXm.cc: have some nice default resources in case XENVIRONMENT not set.
188
18907 June 2004, Gabriele Cosmo (interfaces-V06-01-01)
190- G4UIWin32.cc: move usage of inline methods to non-inline for DLLs
191  support on Windows.
192- GNUmakefile: added definition of GLOBLIBS for DLLs support on Windows.
193
19409 April 2004, John Allison (interfaces-V06-01-00 + vis-V06-01-01)
195- Tagged G4[UI]Win32[.hh,.cc] as below.  Joint with vis-V06-01-01.
196
19708 April 2004, Guy Barrand
198- G4[UI]Win32[.hh,.cc] : modify things in order to be able to use
199  a standard C main (and avoid the WinMain).
200
20122 October 2003, Guy Barrand (interfaces-V05-02-00)
202- OPACS : archived obsolete OPACS module and cleared build setup.
203
20417 October 2003, Guy Barrand
205- G4Xt.cc : removed unused and commented code.
206
20711 June 2003, Gabriele Cosmo (interfaces-V05-01-02)
208- G4UIWin32.cc: cleared warning on redefinition of 'pascal' reported on
209  WIN32-VC system.
210
21104 June 2003, Gabriele Cosmo (interfaces-V05-01-01)
212- Fixes for inclusion of <strstream> in G4UIXm.cc, G4UItcsh.cc and
213  G4UIterminal.cc in view of the g4std wrappers migration.
214
21530 May 2003, Gabriele Cosmo (interfaces-V05-01-00)
216- Fixed few pedantic warnings...
217- G4UIGainServer.cc: fixed compilation problem on Darwin-g++ with gcc-3.X.
218
21904 December 2002, Makoto Asai (interfaces-V04-01-01, interfaces-V04-01-02)
220- Migration to new G4ApplicationState.
221
22215 November 2002, Hajime Yoshida (interfaces-V04-01-00)
223- basic/src/G4UIArrayStrings.cc is now working for "konsole" type termcap.
224        by Koichi Murakami
225
22609 November 2002, Hajime Yoshida (interfaces-V04-00-05)
227- G4UIGainServer.cc uses socklen_t as before. It must work for Solaris CC and HP.
228- test/G4cout_test01 updated. An example of setCoutDestination(UI) by a user.
229
23006 November 2002, Guy Barrand
231- G4Xt.cc, G4UIXm.cc, G4UIXaw.cc : fix some warings.
232
23314 June 2002, Hajime Yoshida (interfaces-V04-00-04)
234- G4UIGainServer.cc/hh have a protection: #ifndef WIN32 ~ #endif not to compile
235        on WIndows.
236
23714 June 2002, Hajime Yoshida (interfaces-V04-00-04)
238- Added protection #ifndef WIN32 to new class G4UIGainServer in definition
239  and body, to prevent compilation on Windows platforms.
240
24112 June 2002, Gabriele Cosmo (interfaces-V04-00-03)
242- Fixes for porting on platforms other than Linux.
243  o socklen_t is Linux specific and not defined elsewhere; changed to int*.
244  o Fixed usage g4std/iostream, globals.hh and endl/G4endl.
245
24612 June 2002, Hajime Yoshida (interfaces-V04-00-02)
247- Introduced new class G4UIGainServer, socket extension for G4UIGAG.
248- added GAG/src/G4UIGainSErver.cc and GAG/include/G4UIGainServer.hh
249- G4UIGainServer is the new member of libG4UIGAG.so(a)
250        (no modification to GNUmakefiles)
251
25226 April 2002, Makoto Asai (interfaces-V04-00-01)
253- Corresponds to interfaces change in intercoms category (intercoms-V04-00-00)
254 Affected files :
255  basics/src/G4VUIshell.cc
256  common/src/G4VBasicShell.cc
257  GAG/src/G4UIGAG.cc
258
25925 February 2002, Makoto Asai (interfaces-V04-00-00)
260- fix for odd behavior on Windows in G4UIchs.cc
261
26203 December 2001 Guy Barrand (interfaces-V03-02-04)
263- G4VInteractorManager::RemoveDispatcher : change the "std::remove"
264  logic in order to fix a disfunctionning with vis/OpenInventor driver.
265- G4Xt.cc : remove some g++ compilation warnings about unused
266  iconify functions.
267
26829 November 2001 Hajime Yoshida (interfaces-V03-02-03)
269- Fix G4UIGAG.cc for alias command (following G4UIterminal's modif)
270
27126 November 2002 Makoto Asai (interfaces-V03-02-02)
272- Fix compilation warnings caused by gcc-2.95.2 for basic sub-directory.
273
27423 November 2001 Makoto Asai (interfaces-V03-02-01)
275- Fix G4UIterminal to display a command line AFTER solving aliases
276  in case the command caused "command not found".
277- Fix G4UItcsh.hh not to have warning message.
278
27922 October 2001 Hajime Yoshida
280-G4UIGAG.cc no more compiler warning due to G4String
281
28222 October 2001 Hajime Yoshida
283- G4UIGAG ; no compilation warning with g++-2.95
284
28511 August 2001  John Allison (interfaces-V03-02-00)
286- Re-engineered G4UI variables.  Coworks with config-V03-02-04.
287- Changed GNUmakefile so that GAG, TERMINAL and TCSH built by default.
288- Nothing built if G4UI_NONE is set.
289
29029 November 2000 Makoto Asai (interfaces-V02-00-03)
291- Tag for Guy's correction.
292
29328 November 2000 Guy Barrand
294- G4Xt.cc ; SUN-CC : correct warning : argc hides G4VInteractorManager::argc.
295
29627 November 2000 Makoto Asai (interfaces-V02-00-02)
297- G4VUIShell.hh : add virtual keyword to the destructor.
298
29911 August 2000 Guy Barrand
300- G4UIWo.cc : add some cast in order to compile with OSF1/cxx strict_ansi mode.
301
3021 August 2000 Gabriele Cosmo (interfaces-V02-00-01)
303- Fixed warnings on HP-aCC system in G4UItcsh.cc, due to unproper usage of G4int
304  where unsigned (size_t) was requested instead.
305
30631 July 2000 Gonzalo Gracia
307- Modifications required to compile on NT
308  Operator string::[] requires size_t argument.
309  Cast from integer to size_t in several places in basic/src/G4UIArrayString.cc
310  and G4VUIshell.cc
311
31222 July 2000 Makoto Asai (interfaces-V02-00-00)
313- Modify G4UIterminal, G4VUIshell, G4UIcsh and G4UItcsh to display the
314  break status as a prompt characters.
315
31625 June 2000 John Allison (interfaces-V01-01-06-old-G4UIterminal)
317- As interfaces-V01-01-06 but old revisions of G4UIterminal.cc/hh.
318
31923 June 2000 John Allison (interfaces-V01-01-06)
320- Protected G4UIterminal, G4Ui[t]csh against access by index to null strings.
321
32221 June 2000 John Allison (interfaces-V01-01-05)
323- Added include $(G4INSTALL)/config/G4VIS_BUILD.gmk to common/GNUmakefile.
324
32515 June 2000 John Allison (interfaces-V01-01-04)
326- More ISO compliance for G4UIterminal class.
327
32814 June 2000 Makoto Asai (interfaces-V01-01-03)
329- ISO compliance for G4UItcsh classes
330
33126 May 2000 Guy Barrand  (interfaces-V01-01-02)
332- G4UIXm.hh, G4UIWin32.hh : change comments about /gui for the doc.
333
33423 May 2000 John Allison (interfaces-V01-01-01-without-tcsh)
335- Tag without G4UIterminal(G4UItcsh) in case it is not needed in the release.
336
33720 May 2000 Guy Barrand  (interfaces-V01-01-01)
338- common/G4InteractorMessenger : change command name "interactor" to "gui".
339
34019 May 2000 John Allison  (interfaces-V01-01-00)
341- G4UIterminal displays a candidate list in case a given parameter is
342  wrong (Makoto Asai).
343
34426 Mar 2000 Makoto Asai
345- Introducing a new G4UIterminal with UNIX-like shell.
346
34710 Nov 1999 Hajime Yoshida  (interfaces-V00-01-03)
348- Added less<G4String> argument (Guy).
349- G4UIWin32.hh, G4UIXm.hh : usage of G4std::less in G4std::map.
350- G4VInteractorManager.cc : G4std::find, G4std::remove.
351
35208 Nov 1999 Hajime Yoshida
353- tag interfaces--V00-01-02 for STT
354
35508 Nov 1999 Hajime Yoshida
356- GAG/src/G4UIGAG.cc RWT => STL vector
357- basic/include/G4UIterminal.hh, GAG/include/G4UIGAG.hh => documentation
358
35902 Nov 1999 Guy Barrand
360- doc comments for G4UIWin32.hh, G4UIXm.hh, G4UIXaw.hh, G4Xt.hh, G4Win32.hh, G4VInterativeSession.hh, G4VInteractorManager.hh.
361
36202 Nov 1999 Guy Barrand
363- basic/G4UIWin32, G4UIXm : RW -> STL.
364- common/G4VBasicShell, G4VInteractiveSession, G4VInteractorManager : RW -> STL.
36529 Oct. 1999 Hajime Yoshida
366- tag interfaces-V00-01-01
367
36827 Oct. 1999 Guy Barrand
369- interfaces/common/src/G4Xt.cc : protect XtAppInit against
370  shell zero widthxheight. Give a default to geometry resource.
371
37221 Oct. 1999 John Allison
373- Made XtAppContext appContext static in G4Xt.cc.  Speeds OGLSXm but
374  OGLIXm is still slow - why?
375
37612 Oct. 1999 John Allison for Hajime Yoshida (tag interfaces-V00-01-00a)
377- Protection for zero length strings for Sun in G4UIterminal and G4UIGAG.
378
37902 Sep. 1999 Hajime Yoshida
380  to geant4-00-01-ref-01 (Revision 1.9)
381  a new tag is interfaces-01-00-04
382  after which a tag interfaces-V00-01-00 was added identical to
383    interfaces-01-00-04 except for this History file.
384
385- G4UIterminal.cc and G4UIGAG.cc now shows prompt characters
386        to an input of return (or null command line).
387
388head 31 Mai 1999  Guy Barrand
389- G4VInteractorManager::SecondaryLoop : add a message to indicate
390  that we enter a "viewer" secondary X event loop and that someone
391  add to "Escape" it from the viewer to continue.
392
393interfaces-01-00-03  19th April 1999  John Allison
394- Protected G4VBasicShell.cc with if( tempPath.length()>0 ).
395
396interfaces-01-00-02  18th April 1999  John Allison
397- Tagged.
398
399head 11th Mai 1999  Guy Barrand
4001) G4UIXm : Linux, correct geometry management of the menubar.
401
402head 06th Mai 1999  Guy Barrand
4031) G4Win32, G4UIWin32 : modifications to compile with Visual-6.0.
404
405head 16th April 1999  Guy Barrand
4061) G4VBasicShell, G4UIXm, G4UIWin32 : command completion.
4072) G4InteractorMessenger, G4VInteractorManager : code polishement.
408
409interfaces-01-00-01  15th April 1999  Hajime Yoshida/Masayasu Nagamatu
4101) some code polishment after the messages by CodeWarriers (Guy)
4112) Help functions in G4VBasicShell and related rearrangement of
412        G4UIterminal etc.. (Guy)
4133) removal of ifdef for GNU_GCC in G4UIGAG. (Hajime)
414
415interfaces-00-03-07 9th December 1998 Hajime Yoshida/Masayasu Nagamatu
416- minor improvements in Help of G4UIterminal.cc
417- G4UIGAG's Help in terminal mode is now equivalent to G4UIterminal.cc
418
419interfaces-00-03-06 27th November 1998 Hajime Yoshida/Masayasu Nagamatu
420- added 'if' protection to the destructor of G4UIterminal/G4UIGAG.
421
422interfaces-00-03-05 12th November 1998 Masayasu Nagamatu
423-test/G4cout_test01/ added an example for redirectiong stream using G4cout
424
425interfaces-00-03-04  13th October 1998  Masayasu Nagamatu
426- G4cout - changes to G4UIterminal.cc, G4UIGAG.hh, G4UIGAG.cc.
427
42807 Ocotober 1998  Guy Barrand:
429- G4UIXm.cc, G4UIWin32.cc : cout, cerr control.
430
431interfaces-00-03-03 7th  October Hajime Yoshida
432- Bug fix to prevent "help" crashing in some circumstances.
433
434interfaces-00-03-02 14th Sep. Hajime Yoshida
435        - fix to G4UIGAG (not bugs but correction of minor
436                ydifferences with G4UIterminal)
437
438interfaces-00-03-01  12th Sep.  Hajime Yoshida and Masayasu Nagamatu
439- CTRL-D doesn't invoke infinite loop.
440- CRTL-D now means
441        - EOF in the redirected cin
442        - End of Session, just as "exit" command of GEANT4
443- Affected files are basic/src/G4UIterminal.cc
444                        GAG/src/G4UIGAG.cc
445
446interfaces-00-02-01  9th August  John Allison
447- Tagged Guy's changes.
448
4497th August  Guy Barrand.
450- common, OPACS : new interactor parenting logic.
451
452interfaces-00-01-04  8th July 1998  John Allison
453- Emptied xvt_standalone_test; files moved to environments/XVT.
454
455interfaces-00-01-03  7th July 1998  John Allison
456- Emptied standalone_test; files moved to environments/Momo or no
457  longer needed.
458
4597th July 1998  Guy Barrand
460- Added include $(G4INSTALL)/config/interactivity.gmk to GNUmakefiles.
461
462interfaces-00-01-02 7th July 1998  John Allison
463- Forced revision 2.1 on files in newly committed directories.
464
465interfaces-00-01-01 6th July 1998  John Allison
466- Big restructuring.  Moved files from include/ and src/ to:
467  common/, basic/, GAG/, OPACS/, XVT/.
468  Created G4UI_BUILD.gmk and G4UI_USE.gmk in config/.
469  Changed the GNUmakefiles accordingly.
470
471interfaces-00-07-01 2nd July 1998  Gabriele Cosmo
472- Updates to G4UIWo and G4VInteractorManager by G.Barrand.
473
474interfaces-00-06-05 26th June 1998  Gabriele Cosmo
475- Updated GNUmakefiles to new electromagnetics structure.
476
477interfaces-00-06-04a 22nd June 1998  John Allison
478- Removed ./standalone_test/run/example34/GNUmakefile.G4VIS_USE and
479  ./standalone_test/run/example35/GNUmakefile.G4VIS_USE
480
481interfaces-00-06-04 22nd June 1998  John Allison
482- Added #ifdef GNU_GCC for template instantiation in src/G4UIGAG.cc.
483- Changed GNUmakefiles for G4VIS_USE.gmk.
484
485May 6, 98 M.Asai
486- Introducing a new abstract base class G4VBasicShell.
487- G4UIterminal has been modified according to use G4VBasicShell.
488
48922th April 1998  Hajime Yoshida / Masayasu Nagamatsu (interfaces-00-05-03)
490-  the following three directories are tagged.
491 interfaces/standalone_test/Momo/java/GGE
492 interfaces/standalone_test/Momo/java/RMI
493 interfaces/standalone_test/run/example35
494
49520th April 1998  Hajime Yoshida / Masayasu Nagamatsu (interfaces-00-05-02)
496- update for Momo and G4UIGAG, including many improvement and bug fixes.
497  see the interfaces/standalone_test/README_Momo.html for datails.
498- example35 is added; new example program to show the capability of GUI(GAG).
499
50015th April 1998 : Guy Barrand
501- From discussion with John and Simone G4VToolkit
502  has been renamed to G4VInteractorManager.
503
5044th April 1998 Nagamatu Masayasu (interfaces-00-05-01)
505- correspond to the modification by  G.Barrand
506  G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SESSION
507  Modifications for Win32/NT.
508
509April 2, 98 G.Barrand
510- G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SESSION
511- Modifications for Win32/NT.
512
51326th March 1998  John Allison
514- Changed G4VisManager to MyVisManager in example34.cc and xvt.benchmark.cc
515  for vis-00-05-01 and later.
516
5176th March 1998 Hajime Yoshida / Nagamatu Masayasu (interfaces-00-04-01)
518- First tag with modeling under visualization
519- small bug fix for Momo
520
52129th January 1998 Masayasu Nagamatu / Hajime Yoshida (interfaces-00-03-01)
522- Update of Momo(GAG/GGE), standalone_test/ directory.
523
52427th January 1998  John Allison
525- Simplfied use of G4VIS flags in test GNUmakefiles.
526- New way of instantiating G4VisManager in test main() programs.
527
528December 19, 97 G. Cosmo - (alpha03)
529
530- Created.
531
532Januray 19 , 98 G. Barrand
533
534- Update G4UIXaw, G4UIXm to take into account
535  pauseStartSession method.
536
Note: See TracBrowser for help on using the repository browser.