Mon, 23 Feb 2004 02:01:10 +0000Moving to NB 3.6 and Registry API instead of JNDI. before_context_listeners_fix
dstrupl@netbeans.org [Mon, 23 Feb 2004 02:01:10 +0000] rev 4190
Moving to NB 3.6 and Registry API instead of JNDI.

Sun, 22 Feb 2004 22:07:42 +0000Do not alter display names of branches.
mentlicher@netbeans.org [Sun, 22 Feb 2004 22:07:42 +0000] rev 4189
Do not alter display names of branches.
This is a fix of issue #40357.

Sun, 22 Feb 2004 21:54:59 +0000Make the commands to work when called without presenting the customizer.
mentlicher@netbeans.org [Sun, 22 Feb 2004 21:54:59 +0000] rev 4188
Make the commands to work when called without presenting the customizer.
Also associated command interface names are defined.
This is a fix of issue #36958 for VSS profile.

Sun, 22 Feb 2004 21:53:50 +0000Make the commands to work when called without presenting the customizer.
mentlicher@netbeans.org [Sun, 22 Feb 2004 21:53:50 +0000] rev 4187
Make the commands to work when called without presenting the customizer.
Also associated command interface names are defined.
This is a fix of issue #36958 for PVCS profile.

Sun, 22 Feb 2004 21:52:20 +0000Pass the message defined through VCS APIs to ADD command, if any.
mentlicher@netbeans.org [Sun, 22 Feb 2004 21:52:20 +0000] rev 4186
Pass the message defined through VCS APIs to ADD command, if any.
This is a part of fix of issue #36958.

Sun, 22 Feb 2004 21:30:36 +0000Replace File.separatorChar with '/' in files paths.
mentlicher@netbeans.org [Sun, 22 Feb 2004 21:30:36 +0000] rev 4185
Replace File.separatorChar with '/' in files paths.
This is a fix of issue #39497.

Sun, 22 Feb 2004 10:11:55 +0000Close the properties file before the group folder is created. BLD200402221900
mentlicher@netbeans.org [Sun, 22 Feb 2004 10:11:55 +0000] rev 4184
Close the properties file before the group folder is created.
This is necessary so that the group node can read the display name.
This is a fix of issue #40312.

Sun, 22 Feb 2004 07:36:04 +000032794 - memory leak in mount/unmount of web module - more info in bug
pbuzek@netbeans.org [Sun, 22 Feb 2004 07:36:04 +0000] rev 4183
32794 - memory leak in mount/unmount of web module - more info in bug

Fri, 20 Feb 2004 20:59:18 +0000Better state tracking (enabled/disabled) for the StartAction
lebedkov@netbeans.org [Fri, 20 Feb 2004 20:59:18 +0000] rev 4182
Better state tracking (enabled/disabled) for the StartAction

Fri, 20 Feb 2004 18:10:46 +0000taskChanged event on tasklist discontinued, use propertyChange instead. Tasklist does not implement TaskListener anymore and is notified directly by the Task class. More TaskList downcasts :-(.
pkuzel@netbeans.org [Fri, 20 Feb 2004 18:10:46 +0000] rev 4181
taskChanged event on tasklist discontinued, use propertyChange instead. Tasklist does not implement TaskListener anymore and is notified directly by the Task class. More TaskList downcasts :-(.