Wed, 16 Jun 2004 13:01:51 +0000bugfix #44950, reloading of class file fixed BLD200406161800
thurka@netbeans.org [Wed, 16 Jun 2004 13:01:51 +0000] rev 4782
bugfix #44950, reloading of class file fixed

Tue, 15 Jun 2004 18:49:35 +0000New LaTeX project created. Changes to related to the new project made.
jlahoda@netbeans.org [Tue, 15 Jun 2004 18:49:35 +0000] rev 4781
New LaTeX project created. Changes to related to the new project made.

Tue, 15 Jun 2004 15:50:13 +0000Do not run diff to find the modification state. Rely on the existing BLD200406151800
mentlicher@netbeans.org [Tue, 15 Jun 2004 15:50:13 +0000] rev 4780
Do not run diff to find the modification state. Rely on the existing
status information + the locker status.
This is a fix of issue #42263.

Tue, 15 Jun 2004 15:47:21 +0000Corrected the resource bundle paths.
mentlicher@netbeans.org [Tue, 15 Jun 2004 15:47:21 +0000] rev 4779
Corrected the resource bundle paths.

Tue, 15 Jun 2004 13:17:24 +0000When the command failure is ignored, report that the command finished
mentlicher@netbeans.org [Tue, 15 Jun 2004 13:17:24 +0000] rev 4778
When the command failure is ignored, report that the command finished
instead of failed.
This is a fix of issue #42377.

Tue, 15 Jun 2004 11:37:57 +0000#42685: store project name information in primary config data, rather
jglick@netbeans.org [Tue, 15 Jun 2004 11:37:57 +0000] rev 4777
#42685: store project name information in primary config data, rather
than trying to define a general <name> and <display-name>.

Tue, 15 Jun 2004 10:25:10 +0000CommandOutputCollector made final and added isCmdOutput().
mentlicher@netbeans.org [Tue, 15 Jun 2004 10:25:10 +0000] rev 4776
CommandOutputCollector made final and added isCmdOutput().
This is a more reliable replacement for isStdOutput() and isErrOutput()
methods on AbstractOutputPanel, which were removed.
Also setIgnoreFailure() method was added to AbstractOutputPanel.
This is used to decide whether the error output should be selected
by default after the command finish or not.
This is a fix of issue #41877.

Tue, 15 Jun 2004 08:46:20 +0000A check for null files table added.
mentlicher@netbeans.org [Tue, 15 Jun 2004 08:46:20 +0000] rev 4775
A check for null files table added.
This is a fix of issue #44850.

Mon, 14 Jun 2004 19:23:05 +0000Fix a typo in UI
pnejedly@netbeans.org [Mon, 14 Jun 2004 19:23:05 +0000] rev 4774
Fix a typo in UI

Mon, 14 Jun 2004 18:23:29 +0000Added special variables for the initial get. Also special INITIAL_CHECKOUT command
mentlicher@netbeans.org [Mon, 14 Jun 2004 18:23:29 +0000] rev 4773
Added special variables for the initial get. Also special INITIAL_CHECKOUT command
introduced, that uses these variables.
This is a fix of issue #44402.