Sun, 12 Sep 2004 13:57:11 +0000Reduced specification version number to 0.3 to indicate alpha status BLD200409121800
blaukopf@netbeans.org [Sun, 12 Sep 2004 13:57:11 +0000] rev 5193
Reduced specification version number to 0.3 to indicate alpha status

Sun, 12 Sep 2004 12:04:20 +0000bugfix#48628 - minor noi18n in.
rgregor@netbeans.org [Sun, 12 Sep 2004 12:04:20 +0000] rev 5192
bugfix#48628 - minor noi18n in.

Sun, 12 Sep 2004 12:01:54 +0000bugfix#48628 - removed help button from vcs wizard.
rgregor@netbeans.org [Sun, 12 Sep 2004 12:01:54 +0000] rev 5191
bugfix#48628 - removed help button from vcs wizard.

Sat, 11 Sep 2004 15:02:39 +0000nodes does not collapse after sorting
lebedkov@netbeans.org [Sat, 11 Sep 2004 15:02:39 +0000] rev 5190
nodes does not collapse after sorting

Fri, 10 Sep 2004 18:49:03 +0000Copy/Paste improved
lebedkov@netbeans.org [Fri, 10 Sep 2004 18:49:03 +0000] rev 5189
Copy/Paste improved

Fri, 10 Sep 2004 15:03:44 +0000Get the selected value instead of selected index. The selected index does not have to exist.
mentlicher@netbeans.org [Fri, 10 Sep 2004 15:03:44 +0000] rev 5188
Get the selected value instead of selected index. The selected index does not have to exist.
This is a fix of issue #48850.

Fri, 10 Sep 2004 14:51:49 +0000Removed firing of property changes. It should not be necessary.
mentlicher@netbeans.org [Fri, 10 Sep 2004 14:51:49 +0000] rev 5187
Removed firing of property changes. It should not be necessary.
This is a fix of issue #42053.

Fri, 10 Sep 2004 13:50:09 +0000Reset the retValue after the VCS filesystems are added.
mentlicher@netbeans.org [Fri, 10 Sep 2004 13:50:09 +0000] rev 5186
Reset the retValue after the VCS filesystems are added.
This allows them to be released from memory.
This is a fix of issue #48447.

Fri, 10 Sep 2004 13:43:30 +0000The command process listener is added as a weak listener. this assures that it's discarded
mentlicher@netbeans.org [Fri, 10 Sep 2004 13:43:30 +0000] rev 5185
The command process listener is added as a weak listener. this assures that it's discarded
in cases when addNotify is not yet called.
This is a fix of issue #48447.

Fri, 10 Sep 2004 13:35:49 +0000VcsManager is a singleton, nodes define the customize action as the preferred action.
mentlicher@netbeans.org [Fri, 10 Sep 2004 13:35:49 +0000] rev 5184
VcsManager is a singleton, nodes define the customize action as the preferred action.
This is a fix of issue #48794.