Fri, 28 Feb 2003 01:22:11 +0000Attempting to fix files corrupted by last commit (bulk copyright update). release35_fixes_base
jglick@netbeans.org [Fri, 28 Feb 2003 01:22:11 +0000] rev 3206
Attempting to fix files corrupted by last commit (bulk copyright update).

Thu, 27 Feb 2003 23:39:32 +0000IN=11733 update of copyright notices for year 2003 (only files maintained by Sun) BLD200302280100
ffjre@netbeans.org [Thu, 27 Feb 2003 23:39:32 +0000] rev 3205
IN=11733 update of copyright notices for year 2003 (only files maintained by Sun)

Thu, 27 Feb 2003 23:33:05 +0000IN=11733 update of copyright notices for year 2003 (only files maintained by Sun) merged_to_rel35
ffjre@netbeans.org [Thu, 27 Feb 2003 23:33:05 +0000] rev 3204
IN=11733 update of copyright notices for year 2003 (only files maintained by Sun)

Thu, 27 Feb 2003 22:39:02 +0000Fixing and standardizing Javadoc generation for several modules.
jglick@netbeans.org [Thu, 27 Feb 2003 22:39:02 +0000] rev 3203
Fixing and standardizing Javadoc generation for several modules.

Thu, 27 Feb 2003 15:49:38 +0000fixed issue #31269
asotona@netbeans.org [Thu, 27 Feb 2003 15:49:38 +0000] rev 3202
fixed issue #31269

Thu, 27 Feb 2003 14:15:44 +0000Fix of issue: 31026
tzezula@netbeans.org [Thu, 27 Feb 2003 14:15:44 +0000] rev 3201
Fix of issue: 31026

Thu, 27 Feb 2003 10:35:10 +0000Reverting yesterday's change. The corba module is built on top of the
dkonecny@netbeans.org [Thu, 27 Feb 2003 10:35:10 +0000] rev 3200
Reverting yesterday's change. The corba module is built on top of the
last qbuild what means that added API is not available there. I will file
issue to fix this in future.

Thu, 27 Feb 2003 09:38:02 +0000FS expert mode is stored in the CommandsTree.Provider (and DefaultVcsCommandsProvider)
mentlicher@netbeans.org [Thu, 27 Feb 2003 09:38:02 +0000] rev 3199
FS expert mode is stored in the CommandsTree.Provider (and DefaultVcsCommandsProvider)
and used in VcsFSCommandsAction and CommandMenu to add "..." after the menu items
when necessary.
This is a fix of issue #28587.

Thu, 27 Feb 2003 09:10:26 +0000findExistingResources() method corrected to produce the right results.
mentlicher@netbeans.org [Thu, 27 Feb 2003 09:10:26 +0000] rev 3198
findExistingResources() method corrected to produce the right results.
This is a fix of issue #31262.

Thu, 27 Feb 2003 08:56:06 +0000The CommandsThreadsPool resurrected (a little modified to work correctly).
mentlicher@netbeans.org [Thu, 27 Feb 2003 08:56:06 +0000] rev 3197
The CommandsThreadsPool resurrected (a little modified to work correctly).
It is necessary to execute VCS commands in threads separate from the rest of the system,
because it's necessary to know the hierarchy of parents and children.
This is a fix of issue #31346.