Mon, 13 May 2002 20:22:46 +0000Update the variables from auto-fill lazily. BLD200205140100
mentlicher@netbeans.org [Mon, 13 May 2002 20:22:46 +0000] rev 2242
Update the variables from auto-fill lazily.

Mon, 13 May 2002 20:11:40 +0000Add CACHED_ATTR variable with the content of cached attribute.
mentlicher@netbeans.org [Mon, 13 May 2002 20:11:40 +0000] rev 2241
Add CACHED_ATTR variable with the content of cached attribute.
This variable can be used for communication between cache and commands.

Mon, 13 May 2002 16:05:06 +0000Project selector added. This is necessary for issue #21666 to be fixed.
mentlicher@netbeans.org [Mon, 13 May 2002 16:05:06 +0000] rev 2240
Project selector added. This is necessary for issue #21666 to be fixed.

Mon, 13 May 2002 15:31:07 +0000Have been separated xml-apis.jar (DOM, SAX, JAXP) from xerces.jar (XML parser impl).
lkramolis@netbeans.org [Mon, 13 May 2002 15:31:07 +0000] rev 2239
Have been separated xml-apis.jar (DOM, SAX, JAXP) from xerces.jar (XML parser impl).

Mon, 13 May 2002 15:14:30 +0000Be able to attach custom children listing and modify the labels.
mentlicher@netbeans.org [Mon, 13 May 2002 15:14:30 +0000] rev 2238
Be able to attach custom children listing and modify the labels.
This is necessary for PVCS project selector.

Mon, 13 May 2002 15:11:43 +0000Set the button listener in the constructor to assure, that it will be attached each time.
mentlicher@netbeans.org [Mon, 13 May 2002 15:11:43 +0000] rev 2237
Set the button listener in the constructor to assure, that it will be attached each time.

Mon, 13 May 2002 13:50:17 +0000Annotation pattern editor defined.
mentlicher@netbeans.org [Mon, 13 May 2002 13:50:17 +0000] rev 2236
Annotation pattern editor defined.

Fri, 10 May 2002 18:31:29 +0000Selector for the PVCS database added. BLD200205130100
mentlicher@netbeans.org [Fri, 10 May 2002 18:31:29 +0000] rev 2235
Selector for the PVCS database added.
This change was made in connection with issue #22503.

Thu, 09 May 2002 12:53:17 +0000Issue #23214 fixed.
dbalek@netbeans.org [Thu, 09 May 2002 12:53:17 +0000] rev 2234
Issue #23214 fixed.

Thu, 09 May 2002 12:40:10 +0000The radio button selection now triggers an action event so that the values are changed, BLD200205100100
mentlicher@netbeans.org [Thu, 09 May 2002 12:40:10 +0000] rev 2233
The radio button selection now triggers an action event so that the values are changed,
history listener on text fields also sets the correct value and fires property change.
This is a fix of issue #23203.