Sat, 26 Apr 2003 07:50:06 +0000XML for columns configuration moved into the core BLD200304270100
lebedkov@netbeans.org [Sat, 26 Apr 2003 07:50:06 +0000] rev 3390
XML for columns configuration moved into the core

Thu, 24 Apr 2003 21:05:32 +0000#33238: missing lib in tasklist-html.nbm. BLD200304260100
jglick@netbeans.org [Thu, 24 Apr 2003 21:05:32 +0000] rev 3389
#33238: missing lib in tasklist-html.nbm.

Thu, 24 Apr 2003 18:47:58 +0000Get rid of setPreferredAction since it has been removed. Module should
tor@netbeans.org [Thu, 24 Apr 2003 18:47:58 +0000] rev 3388
Get rid of setPreferredAction since it has been removed. Module should
compile with trunk again.

Thu, 24 Apr 2003 11:40:18 +0000Construct the correct file paths. The common parent has to be taken into account. before-merge-to-projects-2003-05-16
mentlicher@netbeans.org [Thu, 24 Apr 2003 11:40:18 +0000] rev 3387
Construct the correct file paths. The common parent has to be taken into account.
This is a fix of issue #27997.

Thu, 24 Apr 2003 10:00:03 +0000Do not use nbrescurr.
mentlicher@netbeans.org [Thu, 24 Apr 2003 10:00:03 +0000] rev 3386
Do not use nbrescurr.
This is a fix of issue #30399.

Thu, 24 Apr 2003 05:02:17 +0000* Fix concurrency bug where you execute a Fix while a rescan
tor@netbeans.org [Thu, 24 Apr 2003 05:02:17 +0000] rev 3385
* Fix concurrency bug where you execute a Fix while a rescan
is in progress. In this case, the Fix action would encounter
a null reference to the suggestion list field, since it gets
cleared out by Task.removeSubtask.
http://tasklist.netbeans.org/issues/show_bug.cgi?id=33142
* A couple of minor fixes: group Disable Category and Edit Categories...
together, and add "..." to the end of the Option action's menu
name since it invokes a dialog.

Wed, 23 Apr 2003 14:06:57 +0000Bugfix #33125 BLD200304240100
jkovar@netbeans.org [Wed, 23 Apr 2003 14:06:57 +0000] rev 3384
Bugfix #33125

Wed, 23 Apr 2003 08:31:04 +0000Do not wait for the command inside a synchronized block!
mentlicher@netbeans.org [Wed, 23 Apr 2003 08:31:04 +0000] rev 3383
Do not wait for the command inside a synchronized block!
This is a fix of issue #33152.

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.