Sun, 26 May 2002 15:03:42 +0000Override setName()/getName() methods to allow correct renaming of node BLD200205270100
mentlicher@netbeans.org [Sun, 26 May 2002 15:03:42 +0000] rev 2277
Override setName()/getName() methods to allow correct renaming of node
and command name/label via the in-place editor.
This is a fix of issue #23985.

Fri, 24 May 2002 19:47:31 +0000Assure, that the nodes will correctly refresh display names after rename
mentlicher@netbeans.org [Fri, 24 May 2002 19:47:31 +0000] rev 2276
Assure, that the nodes will correctly refresh display names after rename
and variable values will be re-set. Also property sheet has to be adjusted.
This is a fix of one part of issue #23985.

Fri, 24 May 2002 14:40:27 +0000The files are checked out without a lock after put by default.
mentlicher@netbeans.org [Fri, 24 May 2002 14:40:27 +0000] rev 2275
The files are checked out without a lock after put by default.
Also the meaning of two related checkboxes changed a little.
This is a fix of issue #24025.

Fri, 24 May 2002 11:33:20 +0000type variable needs to be defined to prevent NPE.
mentlicher@netbeans.org [Fri, 24 May 2002 11:33:20 +0000] rev 2274
type variable needs to be defined to prevent NPE.
This is a fix of issue #23935.

Thu, 23 May 2002 16:02:15 +0000Fix of a NullPointerException if versioningFolderListeners change it's value QBE200205240100-BLD200205282200
mentlicher@netbeans.org [Thu, 23 May 2002 16:02:15 +0000] rev 2273
Fix of a NullPointerException if versioningFolderListeners change it's value
to null in the mean time.
This is a fix of issue #23523.

Thu, 23 May 2002 15:20:21 +0000added realclean target
asotona@netbeans.org [Thu, 23 May 2002 15:20:21 +0000] rev 2272
added realclean target

Thu, 23 May 2002 14:37:37 +0000Update of specification numbers
asotona@netbeans.org [Thu, 23 May 2002 14:37:37 +0000] rev 2271
Update of specification numbers

Thu, 23 May 2002 13:11:33 +0000Do not save the file when running EDIT command.
mentlicher@netbeans.org [Thu, 23 May 2002 13:11:33 +0000] rev 2270
Do not save the file when running EDIT command.
We should NOT wait for the command to execute according to the message for revision 1.11.
This is a partial fix of issue #23407.

Thu, 23 May 2002 11:30:01 +0000getRelativeMountPoint() made not synchronized.
mentlicher@netbeans.org [Thu, 23 May 2002 11:30:01 +0000] rev 2269
getRelativeMountPoint() made not synchronized.
It uses Hashtable for lookup of "MODULE" variable, this should be enough
for synchronization purposes.
This is a fix of deadlock issue #23752.

Thu, 23 May 2002 10:22:37 +0000Set Index.ArrayChildren instead of Children.Array for newly created nodes.
mentlicher@netbeans.org [Thu, 23 May 2002 10:22:37 +0000] rev 2268
Set Index.ArrayChildren instead of Children.Array for newly created nodes.
This is a fix of issue #23791.