Mon, 25 Aug 2003 14:20:00 +0000src.zip should be mounted stavbicka_sk040302
jbecicka@netbeans.org [Mon, 25 Aug 2003 14:20:00 +0000] rev 3516
src.zip should be mounted

Sun, 24 Aug 2003 20:25:01 +0000#35523: build.xml updated to match more recent versions of build.xml
dstrupl@netbeans.org [Sun, 24 Aug 2003 20:25:01 +0000] rev 3515
#35523: build.xml updated to match more recent versions of build.xml
of other modules.

Fri, 22 Aug 2003 20:53:18 +0000The FS relative mount point set when MODULE variable is changed. BLD200308250100
mentlicher@netbeans.org [Fri, 22 Aug 2003 20:53:18 +0000] rev 3514
The FS relative mount point set when MODULE variable is changed.
This is a fix of issue #34721.

Fri, 22 Aug 2003 20:50:52 +0000The module is adjusted when it contains multiple slashes or backslashes,
mentlicher@netbeans.org [Fri, 22 Aug 2003 20:50:52 +0000] rev 3513
The module is adjusted when it contains multiple slashes or backslashes,
or when it starts or ends with slashes or backslashes.
This is a fix of issue #34721.

Fri, 22 Aug 2003 19:09:26 +0000A check for null executor added.
mentlicher@netbeans.org [Fri, 22 Aug 2003 19:09:26 +0000] rev 3512
A check for null executor added.
This is a fix of issue #33449.

Fri, 22 Aug 2003 18:31:41 +0000Create the menu items only when they are actually used.
mentlicher@netbeans.org [Fri, 22 Aug 2003 18:31:41 +0000] rev 3511
Create the menu items only when they are actually used.
The hasExpert flag fixed for multi-commands.
This is a fix of issue #33591.

Thu, 21 Aug 2003 13:34:00 +0000Still working on the tests stabilization.
dstrupl@netbeans.org [Thu, 21 Aug 2003 13:34:00 +0000] rev 3510
Still working on the tests stabilization.

Thu, 21 Aug 2003 13:00:47 +0000Tests made more stable.
dstrupl@netbeans.org [Thu, 21 Aug 2003 13:00:47 +0000] rev 3509
Tests made more stable.

Thu, 21 Aug 2003 11:04:08 +0000Precompute the display name of the filesystem. BLD200308220100
mentlicher@netbeans.org [Thu, 21 Aug 2003 11:04:08 +0000] rev 3508
Precompute the display name of the filesystem.
This improves performance and prevents deadlocks when the lock on variables was acquired.
This is a fix of issue #34769.

Wed, 20 Aug 2003 21:24:45 +0000Changing the API to use ChangeListener instead of PropertyChangeListener
dstrupl@netbeans.org [Wed, 20 Aug 2003 21:24:45 +0000] rev 3507
Changing the API to use ChangeListener instead of PropertyChangeListener
(in NavigationService).