Thu, 08 Jul 2004 17:00:55 +0000Unused keys from resource bundle removed, also unused VcsCommandsAction class removed. BLD200407081800
mentlicher@netbeans.org [Thu, 08 Jul 2004 17:00:55 +0000] rev 4864
Unused keys from resource bundle removed, also unused VcsCommandsAction class removed.
This is a fix of issue #45922.

Thu, 08 Jul 2004 15:56:05 +0000Update variables of input dialogs outside of synchronization block to prevent deadlock.
mentlicher@netbeans.org [Thu, 08 Jul 2004 15:56:05 +0000] rev 4863
Update variables of input dialogs outside of synchronization block to prevent deadlock.
This is a fix of issue #45926.

Thu, 08 Jul 2004 15:18:53 +0000#44178 UI tuning for Ocean. Next iteration on Metal and Windows required.
pkuzel@netbeans.org [Thu, 08 Jul 2004 15:18:53 +0000] rev 4862
#44178 UI tuning for Ocean. Next iteration on Metal and Windows required.

Thu, 08 Jul 2004 13:51:37 +0000Missing Goto Source action added.
pkuzel@netbeans.org [Thu, 08 Jul 2004 13:51:37 +0000] rev 4861
Missing Goto Source action added.

Thu, 08 Jul 2004 13:40:54 +0000Needless Tools-> action eliminated from popup menu.
pkuzel@netbeans.org [Thu, 08 Jul 2004 13:40:54 +0000] rev 4860
Needless Tools-> action eliminated from popup menu.

Thu, 08 Jul 2004 13:11:05 +0000Keep TODOs order on rescan.
pkuzel@netbeans.org [Thu, 08 Jul 2004 13:11:05 +0000] rev 4859
Keep TODOs order on rescan.

Thu, 08 Jul 2004 09:48:26 +0000When refreshing the revisions, set null RevisionList in the mean time,
mentlicher@netbeans.org [Thu, 08 Jul 2004 09:48:26 +0000] rev 4858
When refreshing the revisions, set null RevisionList in the mean time,
so that "Please Wait..." icon is displayed.
This is a fix of issue #45767.

Thu, 08 Jul 2004 00:06:26 +0000Need to publish new version with new editor dep.
jglick@netbeans.org [Thu, 08 Jul 2004 00:06:26 +0000] rev 4857
Need to publish new version with new editor dep.

Wed, 07 Jul 2004 18:11:37 +0000Count with the possibility that the original node can provide some null actions.
mentlicher@netbeans.org [Wed, 07 Jul 2004 18:11:37 +0000] rev 4856
Count with the possibility that the original node can provide some null actions.
This is a fix of issue #45815.

Wed, 07 Jul 2004 16:03:30 +0000Take care not to replace the trailing newlines with a space in the command output. BLD200407071800
mentlicher@netbeans.org [Wed, 07 Jul 2004 16:03:30 +0000] rev 4855
Take care not to replace the trailing newlines with a space in the command output.
This is a better fix of issue #43407.