Thu, 19 Aug 2004 16:56:43 +0000Compare the files split via equals to the exact length of the splitter. BLD200408192355
mentlicher@netbeans.org [Thu, 19 Aug 2004 16:56:43 +0000] rev 5052
Compare the files split via equals to the exact length of the splitter.
This is a fix of issue #47476.

Thu, 19 Aug 2004 13:21:20 +0000specification version number increased
dprusa@netbeans.org [Thu, 19 Aug 2004 13:21:20 +0000] rev 5051
specification version number increased

Thu, 19 Aug 2004 13:00:02 +0000The items in Versoining menu are back as menu presenters.
mentlicher@netbeans.org [Thu, 19 Aug 2004 13:00:02 +0000] rev 5050
The items in Versoining menu are back as menu presenters.
VersioningExplorerAction has still an empty icon.
This is basicaly a rollback of issue #46398.

Thu, 19 Aug 2004 12:54:27 +0000Speed up cache populating.
pkuzel@netbeans.org [Thu, 19 Aug 2004 12:54:27 +0000] rev 5049
Speed up cache populating.

Thu, 19 Aug 2004 12:22:46 +0000The dependency on the protected list field has been removed,
mentlicher@netbeans.org [Thu, 19 Aug 2004 12:22:46 +0000] rev 5048
The dependency on the protected list field has been removed,
the field is made private again.

Thu, 19 Aug 2004 12:04:19 +0000Locally modified files that are needed after new vcscore impl.
pkuzel@netbeans.org [Thu, 19 Aug 2004 12:04:19 +0000] rev 5047
Locally modified files that are needed after new vcscore impl.

Thu, 19 Aug 2004 11:16:48 +0000The list made protected again so that the sources compile.
mentlicher@netbeans.org [Thu, 19 Aug 2004 11:16:48 +0000] rev 5046
The list made protected again so that the sources compile.
There's a dependency in cvs visualizers.

Thu, 19 Aug 2004 11:10:31 +0000HTML annotation added, also FolderNode is annotated.
mentlicher@netbeans.org [Thu, 19 Aug 2004 11:10:31 +0000] rev 5045
HTML annotation added, also FolderNode is annotated.
The icon is annotated in every case.

Thu, 19 Aug 2004 10:39:13 +0000Add the versioning opener listener when an action is performed.
mentlicher@netbeans.org [Thu, 19 Aug 2004 10:39:13 +0000] rev 5044
Add the versioning opener listener when an action is performed.
This is a fix of issue #46249.

Thu, 19 Aug 2004 09:41:36 +0000Versioning explorer implementation simplified
pkuzel@netbeans.org [Thu, 19 Aug 2004 09:41:36 +0000] rev 5043
Versioning explorer implementation simplified
=============================================

Shadow VersioningFS removed because it needlessly duplicated
all FileObjects and required complicated synchronization
logic between VcsFS and VersioningFS.

- Versioning feature (rev lists and inputStreams) delegates to VcsFS
- versioning settings are stored at VcsFS root file attributes

Versioning explorer reimplemented dropping DataSyatems
layer. The extra DataSystems layer required the extra VersioningFS
that provided unique FileObjects distinct from those provided
by VcsFS. This was necessary to keep 1:1 FileObject:DataObject.primaryFile
invariant. New UI (nodes) works direcly over original VcsFS FileObjects.