source: trunk/source/interfaces/History @ 1178

Last change on this file since 1178 was 1155, checked in by garnier, 15 years ago

CVS update

File size: 19.6 KB
Line 
1$Id: History,v 1.116 2009/11/05 14:34:18 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=======
215 November, 2009 L. Garnier
22 - G4UIQt Fix a problem introduce the 6th October 2009 and cause
23   some widget display strange things on qt3
24
2519 October, 2009 L. Garnier
26 - basic/GNUMakefile Add optionnal debug flag
27
286 October, 2009 L. Garnier
29 - G4UIQt Fix a problem on macOSX 10.6 with Qt 4.6(preview)
30 - Change GEANT4_QT_DEBUG flag for G4DEBUG_INTERFACES_BASIC and
31   G4DEBUG_INTERFACES_COMMON
32
3328 May, 2009 K. Murakami (interfaces-V09-02-03)
34 - G4UIExecutive: add  IsGUI() method / add GetSession() method
35
3618 May, 2009 K. Murakami (interfaces-V09-02-02)
37 - G4UIExecutive : fixed wrong #ifdef condition
38 - include changes by Laurent (7/May)
39
4015 May, 2009 K. Murakami (interfaces-V09-02-01)
41 - G4UIExecutive : Remove batch mode handling
42
4313 May, 2009 K. Murakami (interfaces-V09-02-00)
44 - G4UIExecutive : Add new class for automatic instantiation of user session
45 - G4VUIshell : Add SetLsColor()
46
477, May, 2009 L. Garnier
48 - G4UIQt.cc : Fix Compilation warning
49 - G4VBasicShell.cc : Better command completion in command Line
50
5131, March, 2009 L.Garnier
52 - Fix a compilation warning in G4Qt.cc
53
5416 February 2009, Laurent Garnier
55 - G4UIQt : Add an Interactor to be able to add button on file and help menu
56 - G4UIQt : Add a public method to get the MainWindow
57
5827, November, 2008 K. Murakami (interfaces-V09-01-04)
59 - G4UIQt.cc: warning fix
60
6121, November, 2008 K. Murakami (interfaces-V09-01-03)
62 -tagged for release 9.2
63
6414 November, 2008 Laurent Garnier
65 - G4UIXm,G4Win32 : Renaming according to Geant4 code policy
66
676 November, 2008 Laurent Garnier
68 - G4Qt : Re-fix problem on some linux with QApplication, should be better
69 - G4Qt : Add availabity to launch a G4Qt without a G4UIQt
70
7124 October, 2008 Laurent Garnier
72 - Change GEANT4_QT_DEBUG flag by QTDEBUG
73 - Suppress unuseful DEBUG messages
74
7515 October, 2008 Laurent Garnier
76 - Fix a problem on some linux with QApplication. But this is NOT the good way to do it...
77 - Fix a qt3 backward compatibility on G4UIQt.cc
78
797 October, 2008 Laurent Garnier
80 - Fix a G4cout possible problem cause by recursive G4cout call.
81
822 October, 2008 Laurent Garnier
83 - Add availability to have a external Qapp
84
8522 July, 2008 K.Murakami (interfaces-V09-01-02)
86 - tagged
87 - direct exit calls are replaced with G4Exception/another way of exit
88   G4UIGainServer.cc, G4UIterminal.cc : call G4Exception
89   G4UItcsh.cc : nomal exit instead of direct calling exit()
90
9114 June, 2008 K.Murakami (interfaces-V09-01-01)
92 - tagged
93
9430th April, Laurent Garnier
95 - Include moc config in GNUmakefile
96
9710th March, Laurent Garnier
98 - Improvments for layout in Qt driver for Qt3
99
10030th January 2007, Laurent Garnier
101 - Add a search area in the help widget
102
10315th January 2007, Laurent Garnier
104 - Fixed some layout problems
105 - GNUmakefile : Added a macro for moc file
106 - Moc files : Suppression of all theses files. They are now autogenerated
107   thanks to config/common.gmk
108
10915 January 2007, Koichi Murakami (interfaces-V09-01-00)
110 - G4UItcsh.cc: fixed the problem with Ctl-D termination for bash users.
111
11230 November 2007, Laurent Garnier
113 - G4UIQt : Some improvements for Qt3, corrections of some bugs
114 - G4UIQt_moc.cc : Adding other versions for QT_MOC_REVISION 28,58 and
115   59, but this is not the right solution..
116 - GAG/Makefile : Suppression of linking on a unuseful library
117
11816 November 2007, Koichi Murakami (interfaces-V09-00-03)
119 - G4UIGainServer.cc: cleared a compilation warning.
120 - tagged for the 9.1 release.
121
12215 Nov 2007, Laurent Garnier
123 - G4UIQt,G4Qt : Adding a GEANT4_QT_DEBUG flag to hide all debug messages
124 - G4UIQt,G4Qt : Compilation improvements for Qt3
125 - G4UIQt,G4Qt : Minors corrections on G4UIQt helpWidget
126
12713 Nov 2007, Laurent Garnier
128 - G4UIQt,G4Qt : Moving all moc in one big file interface/G4UIQT_moc.cc,
129   including Qt3 and Qt4 moc support
130
13109 Nov 2007, Laurent Garnier
132 - G4UIQt,G4Qt : Change all include directive to be compatible with Qt3
133
13427 Sept 2007, Laurent Garnier
135 - Adding sur files for G4UIQt driver
136
13706 November Koichi Murakami
138- G4UItcsh.cc: store shell history across sessions.
139
14030 October 2007 Koichi Murakami (interfaces-V09-00-02)
141- Guy committed the new Qt interface (28/Sep).
142- Add "#ifdef G4UI_BUILD_QT_SESSION" protection in src/G4UIQt_moc.cc.
143- Remove Qt interface from the current tag.
144- G4UIGAG.cc: suppress a compilation warning.
145
14630 October 2007 Koichi Murakami (interfaces-V09-00-01)
147- Makoto updated the implementation of the signal handler for Ctrl-C.
148
14928 October 2007, Makoto Asai
150- Remove improper dependency from interfaces/basic to run in GNUmakefile
151
15202 August 2007, Koichi Murakami (interfaces-V09-00-00)
153- Fix compilation warning on SUN-CC in G4UIterminal.cc
154
15519 June 2007, Gabriele Cosmo (interfaces-V08-03-02)
156- Fix compilation error on Windows ('theShell' not declared).
157
15814 June 2007, Koichi Murakami (interfaces-V08-03-01)
159- fixed the problem with Ctl-C termination for bash users.
160 * G4VUIshell   : add a virtual method ResetTerminal()
161 * G4UItcsh     : add a method ResetTerminal()
162 * G4UIterminal : add terminal reset when Ctl-C termination
163
16422 May 2007, Koichi Murakami (interface-V08-03-00)
165- G4UIterminal.cc: implement signal handler for soft-abort
166
16728 November 2005, Gabriele Cosmo (interface-V07-01-02)
168- G4UIXm.cc migrated to sstream
169
17021 November 2005, Hajime Yoshida (interface-V07-01-01)
171- G4UIGAG.cc and G4UIGainServer.cc migrated to sstream
172
17326 October 2005, Koichi Murakami (interfaces-V07-01-00)
174- G4UItcsh/G4UIterminal/G4VBasicShell:
175  migration from strstream to sstream
176
17722 April 2005, Gabriele Cosmo (interfaces-V07-00-01)
178- G4UIGainServer: fixed conditional compilation for MacOS 10.4.
179
18026 January 2005, Gabriele Cosmo (interfaces-V07-00-00)
181- Removed explicit definition of G4TMPDIR in GNUmakefiles
182  (not necessary since already defined in common.gmk).
183
18427 November 2004, Hajime Yoshida (interfaces-V06-02-00)
185- Tagged.
186
18725 November 2004, Hajime Yoshida (interfaces-V06-01-02)
188- Tagged.
189
19021 November 2004, Guy Barrand
191- G4UIXm.cc: have some nice default resources in case XENVIRONMENT not set.
192
19307 June 2004, Gabriele Cosmo (interfaces-V06-01-01)
194- G4UIWin32.cc: move usage of inline methods to non-inline for DLLs
195  support on Windows.
196- GNUmakefile: added definition of GLOBLIBS for DLLs support on Windows.
197
19809 April 2004, John Allison (interfaces-V06-01-00 + vis-V06-01-01)
199- Tagged G4[UI]Win32[.hh,.cc] as below.  Joint with vis-V06-01-01.
200
20108 April 2004, Guy Barrand
202- G4[UI]Win32[.hh,.cc] : modify things in order to be able to use
203  a standard C main (and avoid the WinMain).
204
20522 October 2003, Guy Barrand (interfaces-V05-02-00)
206- OPACS : archived obsolete OPACS module and cleared build setup.
207
20817 October 2003, Guy Barrand
209- G4Xt.cc : removed unused and commented code.
210
21111 June 2003, Gabriele Cosmo (interfaces-V05-01-02)
212- G4UIWin32.cc: cleared warning on redefinition of 'pascal' reported on
213  WIN32-VC system.
214
21504 June 2003, Gabriele Cosmo (interfaces-V05-01-01)
216- Fixes for inclusion of <strstream> in G4UIXm.cc, G4UItcsh.cc and
217  G4UIterminal.cc in view of the g4std wrappers migration.
218
21930 May 2003, Gabriele Cosmo (interfaces-V05-01-00)
220- Fixed few pedantic warnings...
221- G4UIGainServer.cc: fixed compilation problem on Darwin-g++ with gcc-3.X.
222
22304 December 2002, Makoto Asai (interfaces-V04-01-01, interfaces-V04-01-02)
224- Migration to new G4ApplicationState.
225
22615 November 2002, Hajime Yoshida (interfaces-V04-01-00)
227- basic/src/G4UIArrayStrings.cc is now working for "konsole" type termcap.
228        by Koichi Murakami
229
23009 November 2002, Hajime Yoshida (interfaces-V04-00-05)
231- G4UIGainServer.cc uses socklen_t as before. It must work for Solaris CC and HP.
232- test/G4cout_test01 updated. An example of setCoutDestination(UI) by a user.
233
23406 November 2002, Guy Barrand
235- G4Xt.cc, G4UIXm.cc, G4UIXaw.cc : fix some warings.
236
23714 June 2002, Hajime Yoshida (interfaces-V04-00-04)
238- G4UIGainServer.cc/hh have a protection: #ifndef WIN32 ~ #endif not to compile
239        on WIndows.
240
24114 June 2002, Hajime Yoshida (interfaces-V04-00-04)
242- Added protection #ifndef WIN32 to new class G4UIGainServer in definition
243  and body, to prevent compilation on Windows platforms.
244
24512 June 2002, Gabriele Cosmo (interfaces-V04-00-03)
246- Fixes for porting on platforms other than Linux.
247  o socklen_t is Linux specific and not defined elsewhere; changed to int*.
248  o Fixed usage g4std/iostream, globals.hh and endl/G4endl.
249
25012 June 2002, Hajime Yoshida (interfaces-V04-00-02)
251- Introduced new class G4UIGainServer, socket extension for G4UIGAG.
252- added GAG/src/G4UIGainSErver.cc and GAG/include/G4UIGainServer.hh
253- G4UIGainServer is the new member of libG4UIGAG.so(a)
254        (no modification to GNUmakefiles)
255
25626 April 2002, Makoto Asai (interfaces-V04-00-01)
257- Corresponds to interfaces change in intercoms category (intercoms-V04-00-00)
258 Affected files :
259  basics/src/G4VUIshell.cc
260  common/src/G4VBasicShell.cc
261  GAG/src/G4UIGAG.cc
262
26325 February 2002, Makoto Asai (interfaces-V04-00-00)
264- fix for odd behavior on Windows in G4UIchs.cc
265
26603 December 2001 Guy Barrand (interfaces-V03-02-04)
267- G4VInteractorManager::RemoveDispatcher : change the "std::remove"
268  logic in order to fix a disfunctionning with vis/OpenInventor driver.
269- G4Xt.cc : remove some g++ compilation warnings about unused
270  iconify functions.
271
27229 November 2001 Hajime Yoshida (interfaces-V03-02-03)
273- Fix G4UIGAG.cc for alias command (following G4UIterminal's modif)
274
27526 November 2002 Makoto Asai (interfaces-V03-02-02)
276- Fix compilation warnings caused by gcc-2.95.2 for basic sub-directory.
277
27823 November 2001 Makoto Asai (interfaces-V03-02-01)
279- Fix G4UIterminal to display a command line AFTER solving aliases
280  in case the command caused "command not found".
281- Fix G4UItcsh.hh not to have warning message.
282
28322 October 2001 Hajime Yoshida
284-G4UIGAG.cc no more compiler warning due to G4String
285
28622 October 2001 Hajime Yoshida
287- G4UIGAG ; no compilation warning with g++-2.95
288
28911 August 2001  John Allison (interfaces-V03-02-00)
290- Re-engineered G4UI variables.  Coworks with config-V03-02-04.
291- Changed GNUmakefile so that GAG, TERMINAL and TCSH built by default.
292- Nothing built if G4UI_NONE is set.
293
29429 November 2000 Makoto Asai (interfaces-V02-00-03)
295- Tag for Guy's correction.
296
29728 November 2000 Guy Barrand
298- G4Xt.cc ; SUN-CC : correct warning : argc hides G4VInteractorManager::argc.
299
30027 November 2000 Makoto Asai (interfaces-V02-00-02)
301- G4VUIShell.hh : add virtual keyword to the destructor.
302
30311 August 2000 Guy Barrand
304- G4UIWo.cc : add some cast in order to compile with OSF1/cxx strict_ansi mode.
305
3061 August 2000 Gabriele Cosmo (interfaces-V02-00-01)
307- Fixed warnings on HP-aCC system in G4UItcsh.cc, due to unproper usage of G4int
308  where unsigned (size_t) was requested instead.
309
31031 July 2000 Gonzalo Gracia
311- Modifications required to compile on NT
312  Operator string::[] requires size_t argument.
313  Cast from integer to size_t in several places in basic/src/G4UIArrayString.cc
314  and G4VUIshell.cc
315
31622 July 2000 Makoto Asai (interfaces-V02-00-00)
317- Modify G4UIterminal, G4VUIshell, G4UIcsh and G4UItcsh to display the
318  break status as a prompt characters.
319
32025 June 2000 John Allison (interfaces-V01-01-06-old-G4UIterminal)
321- As interfaces-V01-01-06 but old revisions of G4UIterminal.cc/hh.
322
32323 June 2000 John Allison (interfaces-V01-01-06)
324- Protected G4UIterminal, G4Ui[t]csh against access by index to null strings.
325
32621 June 2000 John Allison (interfaces-V01-01-05)
327- Added include $(G4INSTALL)/config/G4VIS_BUILD.gmk to common/GNUmakefile.
328
32915 June 2000 John Allison (interfaces-V01-01-04)
330- More ISO compliance for G4UIterminal class.
331
33214 June 2000 Makoto Asai (interfaces-V01-01-03)
333- ISO compliance for G4UItcsh classes
334
33526 May 2000 Guy Barrand  (interfaces-V01-01-02)
336- G4UIXm.hh, G4UIWin32.hh : change comments about /gui for the doc.
337
33823 May 2000 John Allison (interfaces-V01-01-01-without-tcsh)
339- Tag without G4UIterminal(G4UItcsh) in case it is not needed in the release.
340
34120 May 2000 Guy Barrand  (interfaces-V01-01-01)
342- common/G4InteractorMessenger : change command name "interactor" to "gui".
343
34419 May 2000 John Allison  (interfaces-V01-01-00)
345- G4UIterminal displays a candidate list in case a given parameter is
346  wrong (Makoto Asai).
347
34826 Mar 2000 Makoto Asai
349- Introducing a new G4UIterminal with UNIX-like shell.
350
35110 Nov 1999 Hajime Yoshida  (interfaces-V00-01-03)
352- Added less<G4String> argument (Guy).
353- G4UIWin32.hh, G4UIXm.hh : usage of G4std::less in G4std::map.
354- G4VInteractorManager.cc : G4std::find, G4std::remove.
355
35608 Nov 1999 Hajime Yoshida
357- tag interfaces--V00-01-02 for STT
358
35908 Nov 1999 Hajime Yoshida
360- GAG/src/G4UIGAG.cc RWT => STL vector
361- basic/include/G4UIterminal.hh, GAG/include/G4UIGAG.hh => documentation
362
36302 Nov 1999 Guy Barrand
364- doc comments for G4UIWin32.hh, G4UIXm.hh, G4UIXaw.hh, G4Xt.hh, G4Win32.hh, G4VInterativeSession.hh, G4VInteractorManager.hh.
365
36602 Nov 1999 Guy Barrand
367- basic/G4UIWin32, G4UIXm : RW -> STL.
368- common/G4VBasicShell, G4VInteractiveSession, G4VInteractorManager : RW -> STL.
36929 Oct. 1999 Hajime Yoshida
370- tag interfaces-V00-01-01
371
37227 Oct. 1999 Guy Barrand
373- interfaces/common/src/G4Xt.cc : protect XtAppInit against
374  shell zero widthxheight. Give a default to geometry resource.
375
37621 Oct. 1999 John Allison
377- Made XtAppContext appContext static in G4Xt.cc.  Speeds OGLSXm but
378  OGLIXm is still slow - why?
379
38012 Oct. 1999 John Allison for Hajime Yoshida (tag interfaces-V00-01-00a)
381- Protection for zero length strings for Sun in G4UIterminal and G4UIGAG.
382
38302 Sep. 1999 Hajime Yoshida
384  to geant4-00-01-ref-01 (Revision 1.9)
385  a new tag is interfaces-01-00-04
386  after which a tag interfaces-V00-01-00 was added identical to
387    interfaces-01-00-04 except for this History file.
388
389- G4UIterminal.cc and G4UIGAG.cc now shows prompt characters
390        to an input of return (or null command line).
391
392head 31 Mai 1999  Guy Barrand
393- G4VInteractorManager::SecondaryLoop : add a message to indicate
394  that we enter a "viewer" secondary X event loop and that someone
395  add to "Escape" it from the viewer to continue.
396
397interfaces-01-00-03  19th April 1999  John Allison
398- Protected G4VBasicShell.cc with if( tempPath.length()>0 ).
399
400interfaces-01-00-02  18th April 1999  John Allison
401- Tagged.
402
403head 11th Mai 1999  Guy Barrand
4041) G4UIXm : Linux, correct geometry management of the menubar.
405
406head 06th Mai 1999  Guy Barrand
4071) G4Win32, G4UIWin32 : modifications to compile with Visual-6.0.
408
409head 16th April 1999  Guy Barrand
4101) G4VBasicShell, G4UIXm, G4UIWin32 : command completion.
4112) G4InteractorMessenger, G4VInteractorManager : code polishement.
412
413interfaces-01-00-01  15th April 1999  Hajime Yoshida/Masayasu Nagamatu
4141) some code polishment after the messages by CodeWarriers (Guy)
4152) Help functions in G4VBasicShell and related rearrangement of
416        G4UIterminal etc.. (Guy)
4173) removal of ifdef for GNU_GCC in G4UIGAG. (Hajime)
418
419interfaces-00-03-07 9th December 1998 Hajime Yoshida/Masayasu Nagamatu
420- minor improvements in Help of G4UIterminal.cc
421- G4UIGAG's Help in terminal mode is now equivalent to G4UIterminal.cc
422
423interfaces-00-03-06 27th November 1998 Hajime Yoshida/Masayasu Nagamatu
424- added 'if' protection to the destructor of G4UIterminal/G4UIGAG.
425
426interfaces-00-03-05 12th November 1998 Masayasu Nagamatu
427-test/G4cout_test01/ added an example for redirectiong stream using G4cout
428
429interfaces-00-03-04  13th October 1998  Masayasu Nagamatu
430- G4cout - changes to G4UIterminal.cc, G4UIGAG.hh, G4UIGAG.cc.
431
43207 Ocotober 1998  Guy Barrand:
433- G4UIXm.cc, G4UIWin32.cc : cout, cerr control.
434
435interfaces-00-03-03 7th  October Hajime Yoshida
436- Bug fix to prevent "help" crashing in some circumstances.
437
438interfaces-00-03-02 14th Sep. Hajime Yoshida
439        - fix to G4UIGAG (not bugs but correction of minor
440                ydifferences with G4UIterminal)
441
442interfaces-00-03-01  12th Sep.  Hajime Yoshida and Masayasu Nagamatu
443- CTRL-D doesn't invoke infinite loop.
444- CRTL-D now means
445        - EOF in the redirected cin
446        - End of Session, just as "exit" command of GEANT4
447- Affected files are basic/src/G4UIterminal.cc
448                        GAG/src/G4UIGAG.cc
449
450interfaces-00-02-01  9th August  John Allison
451- Tagged Guy's changes.
452
4537th August  Guy Barrand.
454- common, OPACS : new interactor parenting logic.
455
456interfaces-00-01-04  8th July 1998  John Allison
457- Emptied xvt_standalone_test; files moved to environments/XVT.
458
459interfaces-00-01-03  7th July 1998  John Allison
460- Emptied standalone_test; files moved to environments/Momo or no
461  longer needed.
462
4637th July 1998  Guy Barrand
464- Added include $(G4INSTALL)/config/interactivity.gmk to GNUmakefiles.
465
466interfaces-00-01-02 7th July 1998  John Allison
467- Forced revision 2.1 on files in newly committed directories.
468
469interfaces-00-01-01 6th July 1998  John Allison
470- Big restructuring.  Moved files from include/ and src/ to:
471  common/, basic/, GAG/, OPACS/, XVT/.
472  Created G4UI_BUILD.gmk and G4UI_USE.gmk in config/.
473  Changed the GNUmakefiles accordingly.
474
475interfaces-00-07-01 2nd July 1998  Gabriele Cosmo
476- Updates to G4UIWo and G4VInteractorManager by G.Barrand.
477
478interfaces-00-06-05 26th June 1998  Gabriele Cosmo
479- Updated GNUmakefiles to new electromagnetics structure.
480
481interfaces-00-06-04a 22nd June 1998  John Allison
482- Removed ./standalone_test/run/example34/GNUmakefile.G4VIS_USE and
483  ./standalone_test/run/example35/GNUmakefile.G4VIS_USE
484
485interfaces-00-06-04 22nd June 1998  John Allison
486- Added #ifdef GNU_GCC for template instantiation in src/G4UIGAG.cc.
487- Changed GNUmakefiles for G4VIS_USE.gmk.
488
489May 6, 98 M.Asai
490- Introducing a new abstract base class G4VBasicShell.
491- G4UIterminal has been modified according to use G4VBasicShell.
492
49322th April 1998  Hajime Yoshida / Masayasu Nagamatsu (interfaces-00-05-03)
494-  the following three directories are tagged.
495 interfaces/standalone_test/Momo/java/GGE
496 interfaces/standalone_test/Momo/java/RMI
497 interfaces/standalone_test/run/example35
498
49920th April 1998  Hajime Yoshida / Masayasu Nagamatsu (interfaces-00-05-02)
500- update for Momo and G4UIGAG, including many improvement and bug fixes.
501  see the interfaces/standalone_test/README_Momo.html for datails.
502- example35 is added; new example program to show the capability of GUI(GAG).
503
50415th April 1998 : Guy Barrand
505- From discussion with John and Simone G4VToolkit
506  has been renamed to G4VInteractorManager.
507
5084th April 1998 Nagamatu Masayasu (interfaces-00-05-01)
509- correspond to the modification by  G.Barrand
510  G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SESSION
511  Modifications for Win32/NT.
512
513April 2, 98 G.Barrand
514- G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SESSION
515- Modifications for Win32/NT.
516
51726th March 1998  John Allison
518- Changed G4VisManager to MyVisManager in example34.cc and xvt.benchmark.cc
519  for vis-00-05-01 and later.
520
5216th March 1998 Hajime Yoshida / Nagamatu Masayasu (interfaces-00-04-01)
522- First tag with modeling under visualization
523- small bug fix for Momo
524
52529th January 1998 Masayasu Nagamatu / Hajime Yoshida (interfaces-00-03-01)
526- Update of Momo(GAG/GGE), standalone_test/ directory.
527
52827th January 1998  John Allison
529- Simplfied use of G4VIS flags in test GNUmakefiles.
530- New way of instantiating G4VisManager in test main() programs.
531
532December 19, 97 G. Cosmo - (alpha03)
533
534- Created.
535
536Januray 19 , 98 G. Barrand
537
538- Update G4UIXaw, G4UIXm to take into account
539  pauseStartSession method.
540
Note: See TracBrowser for help on using the repository browser.