Thu, 05 Aug 2004 09:46:03 +0000"VCS" should be upper case. BLD200408051800
mentlicher@netbeans.org [Thu, 05 Aug 2004 09:46:03 +0000] rev 5003
"VCS" should be upper case.

Wed, 04 Aug 2004 19:17:14 +0000Changed BitSet use to HashSet.
tball@netbeans.org [Wed, 04 Aug 2004 19:17:14 +0000] rev 5002
Changed BitSet use to HashSet.

Wed, 04 Aug 2004 09:55:44 +0000Parser for dumps generated by INSANE
rkubacki@netbeans.org [Wed, 04 Aug 2004 09:55:44 +0000] rev 5001
Parser for dumps generated by INSANE

Wed, 04 Aug 2004 09:53:42 +0000Set the view action as preferred. BLD200408041800
mentlicher@netbeans.org [Wed, 04 Aug 2004 09:53:42 +0000] rev 5000
Set the view action as preferred.
This is a fix of issue #46250.

Wed, 04 Aug 2004 00:22:21 +0000#42561: default NBM homepage domain sensibly.
jglick@netbeans.org [Wed, 04 Aug 2004 00:22:21 +0000] rev 4999
#42561: default NBM homepage domain sensibly.

Tue, 03 Aug 2004 17:28:21 +0000In Variables, all methods that accept Hashtable changed to accept Map. It's silly to require
mentlicher@netbeans.org [Tue, 03 Aug 2004 17:28:21 +0000] rev 4998
In Variables, all methods that accept Hashtable changed to accept Map. It's silly to require
a specialized implementation when we just ned to access the elements.
VariableInputDialog now has a "dynamic" mode, in which components count with the possibility
that all the variables can change from outside. This is used for selectors,
which change their enable state rather then being either displayed or not.
VcsCustomizer then creates VariableInputDialog in this dynamic mode.
The CVS profile defines the condition under which the repository browser
should be enabled.
This is a fix of issue #46241.

Tue, 03 Aug 2004 15:02:55 +0000Synchronize the access to filesystem properties. This is necessary in order to
mentlicher@netbeans.org [Tue, 03 Aug 2004 15:02:55 +0000] rev 4997
Synchronize the access to filesystem properties. This is necessary in order to
do the changes consistently from concurrent threads and also to fix issue #46672.

Tue, 03 Aug 2004 10:06:23 +0000When the variables of the profile change, set FS variables to a union of basic FS variables
mentlicher@netbeans.org [Tue, 03 Aug 2004 10:06:23 +0000] rev 4996
When the variables of the profile change, set FS variables to a union of basic FS variables
and accessory profile variables.
This is a fix of issue #44060.

Mon, 02 Aug 2004 16:09:31 +0000Notify throwables that are thrown inside the starter loop. BLD200408021800
mentlicher@netbeans.org [Mon, 02 Aug 2004 16:09:31 +0000] rev 4995
Notify throwables that are thrown inside the starter loop.

Mon, 02 Aug 2004 15:22:36 +0000In case there is passed just one file (not folder), commit just that file and ignore the template.
mentlicher@netbeans.org [Mon, 02 Aug 2004 15:22:36 +0000] rev 4994
In case there is passed just one file (not folder), commit just that file and ignore the template.
This is necessary to process correctly the one file, when prompt for each file is requested.
This is a fix of issue #32996.