Sun, 09 Feb 2003 20:12:48 +0000Fixed http://www.netbeans.org/issues/show_bug.cgi?id=30794 BLD200302100100
trond@netbeans.org [Sun, 09 Feb 2003 20:12:48 +0000] rev 3108
Fixed http://www.netbeans.org/issues/show_bug.cgi?id=30794

Sun, 09 Feb 2003 19:56:32 +0000Fixed http://www.netbeans.org/issues/show_bug.cgi?id=30794
trond@netbeans.org [Sun, 09 Feb 2003 19:56:32 +0000] rev 3107
Fixed http://www.netbeans.org/issues/show_bug.cgi?id=30794

Fri, 07 Feb 2003 21:24:20 +0000The OpenVMS patch reused for OS/2 platform as well.
mentlicher@netbeans.org [Fri, 07 Feb 2003 21:24:20 +0000] rev 3106
The OpenVMS patch reused for OS/2 platform as well.
This is a fix of issue #27335.

Fri, 07 Feb 2003 20:19:44 +0000Check whether the command's output was not freed yet.
mentlicher@netbeans.org [Fri, 07 Feb 2003 20:19:44 +0000] rev 3105
Check whether the command's output was not freed yet.
This is a fix of issue #26096.

Fri, 07 Feb 2003 18:51:37 +0000When retrieving revisions of a file, supply to the command resources
mentlicher@netbeans.org [Fri, 07 Feb 2003 18:51:37 +0000] rev 3104
When retrieving revisions of a file, supply to the command resources
from Versioning Filesystem, when the resource does not exist on the
original VCS filesystem.
This is a fix of issue #30654.

Fri, 07 Feb 2003 18:49:00 +0000When deleting unimportant files, ignore files, that are not resources
mentlicher@netbeans.org [Fri, 07 Feb 2003 18:49:00 +0000] rev 3103
When deleting unimportant files, ignore files, that are not resources
of the current file system.
This is a fix of issue #30654.

Fri, 07 Feb 2003 16:14:31 +0000Fix exception dump when parsing uncompileable source.
tor@netbeans.org [Fri, 07 Feb 2003 16:14:31 +0000] rev 3102
Fix exception dump when parsing uncompileable source.

Fri, 07 Feb 2003 15:30:33 +0000Do not call super.createReference() when not neccesary.
mentlicher@netbeans.org [Fri, 07 Feb 2003 15:30:33 +0000] rev 3101
Do not call super.createReference() when not neccesary.

Fri, 07 Feb 2003 15:00:35 +0000Do not create the ignore list when the FileObject is created.
mentlicher@netbeans.org [Fri, 07 Feb 2003 15:00:35 +0000] rev 3100
Do not create the ignore list when the FileObject is created.
It's created later when needed.

Fri, 07 Feb 2003 14:45:59 +0000Do not create the ignore list as soon as the FileObject for the folder is created.
mentlicher@netbeans.org [Fri, 07 Feb 2003 14:45:59 +0000] rev 3099
Do not create the ignore list as soon as the FileObject for the folder is created.
Do create the ignore list when it's really needed.
It's really needed when sb asks for a status of a local file. Then create the ignore list.
The cache status change is fired after ignore list is set up.
This is a partial fix of issue #27713.