Thu, 12 Aug 2004 17:47:43 +0000Initial SCCS support BLD200408121800
blaukopf@netbeans.org [Thu, 12 Aug 2004 17:47:43 +0000] rev 5022
Initial SCCS support

Thu, 12 Aug 2004 16:00:12 +0000#47150, P1 - window manipulation in the presence of two modal dialogs serially created and shown
tboudreau@netbeans.org [Thu, 12 Aug 2004 16:00:12 +0000] rev 5021
#47150, P1 - window manipulation in the presence of two modal dialogs serially created and shown
causes race condition, invisible dialogs, dialogs that think they're not onscreen

Thu, 12 Aug 2004 12:51:45 +0000bugfix#43939 - set a built-in client as a default
rgregor@netbeans.org [Thu, 12 Aug 2004 12:51:45 +0000] rev 5020
bugfix#43939 - set a built-in client as a default

Thu, 12 Aug 2004 12:44:38 +0000Do filter unimportant files in children() instead of the presentation layer.
mentlicher@netbeans.org [Thu, 12 Aug 2004 12:44:38 +0000] rev 5019
Do filter unimportant files in children() instead of the presentation layer.
This should solve deadlock #46579.

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.