Wed, 11 Aug 2004 16:57:59 +0000When ambiguous files are found, user is not asked about the same file name BLD200408111800
mentlicher@netbeans.org [Wed, 11 Aug 2004 16:57:59 +0000] rev 5018
When ambiguous files are found, user is not asked about the same file name
multiple times. Also [Skip All] button added.
This is a further fix to issue #46128.

Wed, 11 Aug 2004 15:41:28 +0000In case of a question that has some preceding sentences, grab just the last sentence.
mentlicher@netbeans.org [Wed, 11 Aug 2004 15:41:28 +0000] rev 5017
In case of a question that has some preceding sentences, grab just the last sentence.
This is a futher fix os issue #46128.

Wed, 11 Aug 2004 14:05:28 +0000bugfix#46337 - don't show advanced mode notification for commands
rgregor@netbeans.org [Wed, 11 Aug 2004 14:05:28 +0000] rev 5016
bugfix#46337 - don't show advanced mode notification for commands
don't providing advanced mode.

Wed, 11 Aug 2004 14:00:56 +0000fix the NPE in case tabPane is not initialized.
rgregor@netbeans.org [Wed, 11 Aug 2004 14:00:56 +0000] rev 5015
fix the NPE in case tabPane is not initialized.

Wed, 11 Aug 2004 09:19:46 +0000bugfix#44615 - fixed vcs output according to spec.
rgregor@netbeans.org [Wed, 11 Aug 2004 09:19:46 +0000] rev 5014
bugfix#44615 - fixed vcs output according to spec.

Tue, 10 Aug 2004 14:17:11 +0000Handle the global comands, ExecuteCommand.createProcessingFiles() BLD200408101800
mentlicher@netbeans.org [Tue, 10 Aug 2004 14:17:11 +0000] rev 5013
Handle the global comands, ExecuteCommand.createProcessingFiles()
can not be used for them.
This is a fix of issue #47052.

Tue, 10 Aug 2004 13:41:23 +0000Added dependency on queries, SharableFilesCommand added, which consults the SharabilityQuery. QBE200408101800-BLD200408161051
mentlicher@netbeans.org [Tue, 10 Aug 2004 13:41:23 +0000] rev 5012
Added dependency on queries, SharableFilesCommand added, which consults the SharabilityQuery.
VSS Add All is using SharableFilesCommand to add sharable files only.
This is a fix of issue #43463.

Tue, 10 Aug 2004 13:37:08 +0000HOME environment variable has priority before HOMMEDRIVE+HOMEPATH
mentlicher@netbeans.org [Tue, 10 Aug 2004 13:37:08 +0000] rev 5011
HOME environment variable has priority before HOMMEDRIVE+HOMEPATH
when searching for .cvspass file.

Tue, 10 Aug 2004 13:33:43 +0000#41012 limit in-memory status cache.
pkuzel@netbeans.org [Tue, 10 Aug 2004 13:33:43 +0000] rev 5010
#41012 limit in-memory status cache.

Tue, 10 Aug 2004 10:24:24 +0000Dependency on SharabilityQuery added,
mentlicher@netbeans.org [Tue, 10 Aug 2004 10:24:24 +0000] rev 5009
Dependency on SharabilityQuery added,
SharableImport command written. It checks whether the imported files and folders
are sharable and import them. Not sharable files/folders are ignored.
This is a fix of issue #43463.