Fri, 07 Jan 2005 17:59:58 +0000Updated to latest demo.xml format which allows selective disabling BLD200501092025
markroth8@netbeans.org [Fri, 07 Jan 2005 17:59:58 +0000] rev 5545
Updated to latest demo.xml format which allows selective disabling
of examples that aren't working yet.

Fri, 07 Jan 2005 17:37:01 +0000Annotate command added on revisions in Versioning Explorer.
mentlicher@netbeans.org [Fri, 07 Jan 2005 17:37:01 +0000] rev 5544
Annotate command added on revisions in Versioning Explorer.
This is a fix of issue #25816.

Fri, 07 Jan 2005 17:21:18 +0000A global property "File Status Annotation Display" introduced, with two possible values for now:
mentlicher@netbeans.org [Fri, 07 Jan 2005 17:21:18 +0000] rev 5543
A global property "File Status Annotation Display" introduced, with two possible values for now:
no annoation and full annotation. It can be extended in the future.
This is a fix of issue #20233.

Fri, 07 Jan 2005 16:19:29 +0000Upgrade version to v2.2
mmirilovic@netbeans.org [Fri, 07 Jan 2005 16:19:29 +0000] rev 5542
Upgrade version to v2.2

Fri, 07 Jan 2005 16:13:15 +0000#53070 fix ClassNotFoundException - it causes changed model of class loaders started in NB4.0
mmirilovic@netbeans.org [Fri, 07 Jan 2005 16:13:15 +0000] rev 5541
#53070 fix ClassNotFoundException - it causes changed model of class loaders started in NB4.0

Fri, 07 Jan 2005 14:16:40 +0000#53093 branch name intering backported to trunk.
pkuzel@netbeans.org [Fri, 07 Jan 2005 14:16:40 +0000] rev 5540
#53093 branch name intering backported to trunk.

Thu, 06 Jan 2005 18:47:52 +0000Safest to end all manifests in "\n\n" due to unresolved discrepancies between the manifest spec vs. Sun's actual BLD200501061900
jglick@netbeans.org [Thu, 06 Jan 2005 18:47:52 +0000] rev 5539
Safest to end all manifests in "\n\n" due to unresolved discrepancies between the manifest spec vs. Sun's actual
manifest parser impl.

Thu, 06 Jan 2005 17:41:26 +0000#39366 recheck actual notification state once the request appears at queue head
pkuzel@netbeans.org [Thu, 06 Jan 2005 17:41:26 +0000] rev 5538
#39366 recheck actual notification state once the request appears at queue head

Thu, 06 Jan 2005 15:54:41 +0000Use the OutputProgressListener to detect that all the available output
mentlicher@netbeans.org [Thu, 06 Jan 2005 15:54:41 +0000] rev 5537
Use the OutputProgressListener to detect that all the available output
was already flushed and that the command can therefore finish.
This is a fix of issue #51576.

Thu, 06 Jan 2005 15:51:18 +0000Added an OutputProgressListener, that can be attached to ExternalCommand
mentlicher@netbeans.org [Thu, 06 Jan 2005 15:51:18 +0000] rev 5536
Added an OutputProgressListener, that can be attached to ExternalCommand
and that is notified when all currently available output from the command
was flushed to listeners.
This is necessary for the fix of issue #51576.