Mon, 21 Apr 2003 17:20:52 +0000Issue 26437: updated distribution URL. BLD200304230100
tball@netbeans.org [Mon, 21 Apr 2003 17:20:52 +0000] rev 3382
Issue 26437: updated distribution URL.

Fri, 18 Apr 2003 15:38:22 +0000A synchronization problem fixed. BLD200304210100
mentlicher@netbeans.org [Fri, 18 Apr 2003 15:38:22 +0000] rev 3381
A synchronization problem fixed.
We mistakenly synchronized on Boolean.FALSE or Boolean.TRUE.
This is not good, because anyone else can synchronize on them as well.
This is a fix of issue #33058.

Fri, 18 Apr 2003 13:18:40 +0000wincat.bat renamed to .nbcicat.bat to lower the probability that the user will have a file with such a name. prj40_dr4_base
mentlicher@netbeans.org [Fri, 18 Apr 2003 13:18:40 +0000] rev 3380
wincat.bat renamed to .nbcicat.bat to lower the probability that the user will have a file with such a name.
Also the .nbcicat.bat file is now filtered from the filesystem by default.
This is a fix of issue #32186.

Fri, 18 Apr 2003 12:45:15 +0000Added a workaround for Collection.addAll() method, which is broken.
mentlicher@netbeans.org [Fri, 18 Apr 2003 12:45:15 +0000] rev 3379
Added a workaround for Collection.addAll() method, which is broken.
For details see:
http://developer.java.sun.com/developer/bugParade/bugs/4715206.html
This is a fix of issue #32963.

Thu, 17 Apr 2003 12:00:16 +0000Mnemonics correction. Use 'r' instead of 'f' to prevent conflicts. BLD200304180100
mentlicher@netbeans.org [Thu, 17 Apr 2003 12:00:16 +0000] rev 3378
Mnemonics correction. Use 'r' instead of 'f' to prevent conflicts.
This is a fix of issue #32992.

Thu, 17 Apr 2003 10:56:04 +0000getRunningCommandTasks() method added.
mentlicher@netbeans.org [Thu, 17 Apr 2003 10:56:04 +0000] rev 3377
getRunningCommandTasks() method added.
This is necessary for the fix of issue #32928.

Thu, 17 Apr 2003 10:24:34 +0000When a refresh is to be run after a command finish, do not run the refresh immediately.
mentlicher@netbeans.org [Thu, 17 Apr 2003 10:24:34 +0000] rev 3376
When a refresh is to be run after a command finish, do not run the refresh immediately.
Collect just the folders that are to be refreshed first and then in case that
no more commands after which the refresh is called are running, do the refresh.
Also some methods which were unnecessarily public made private.
This is the first part of fix of issue #32928.

Wed, 16 Apr 2003 03:49:55 +0000* Fix bug with Fix Action: if you hit Esc (not Cancel) it would BLD200304170100
tor@netbeans.org [Wed, 16 Apr 2003 03:49:55 +0000] rev 3375
* Fix bug with Fix Action: if you hit Esc (not Cancel) it would
perform the fix
http://tasklist.netbeans.org/issues/show_bug.cgi?id=32149
* Replace Line.getDataObject() with DataEditorSupport.findDataObject
(since otherwise the trunk keeps throwing exceptions warning
about it)
* Add Manifest-Version to the manifest files - it's supposed
to be there
* Unfinal some APIs for use by Julian Sinai

Tue, 15 Apr 2003 19:51:02 +0000Bugfix - inc spec.
jglick@netbeans.org [Tue, 15 Apr 2003 19:51:02 +0000] rev 3374
Bugfix - inc spec.

Tue, 15 Apr 2003 19:49:24 +0000Better handling of beans whose class is in the JRE.
jglick@netbeans.org [Tue, 15 Apr 2003 19:49:24 +0000] rev 3373
Better handling of beans whose class is in the JRE.