Wed, 25 Jun 2003 15:40:20 +0000automatic BLD200306270100
dkaspar@netbeans.org [Wed, 25 Jun 2003 15:40:20 +0000] rev 1301
automatic

Wed, 25 Jun 2003 13:21:50 +0000*** empty log message ***
dkaspar@netbeans.org [Wed, 25 Jun 2003 13:21:50 +0000] rev 1300
*** empty log message ***

Wed, 25 Jun 2003 13:21:16 +00003.5 -> dev
dkaspar@netbeans.org [Wed, 25 Jun 2003 13:21:16 +0000] rev 1299
3.5 -> dev

Thu, 19 Jun 2003 01:45:33 +0000Adding refactored navigator module
tboudreau@netbeans.org [Thu, 19 Jun 2003 01:45:33 +0000] rev 1298
Adding refactored navigator module

Tue, 17 Jun 2003 20:46:38 +0000The validate() method in the pure java beans code is more optimized now: some for loops and if blocks are generated only if they need to be. BLD200306181049
cliffwd@netbeans.org [Tue, 17 Jun 2003 20:46:38 +0000] rev 1297
The validate() method in the pure java beans code is more optimized now: some for loops and if blocks are generated only if they need to be.
Fixed a bug in the pure java beans where an attribute (like xml:lang) of a primitive element (like a String) used to not inherit the element's groupness. So, the element might become a String[], therefore the attribute needs to be an array too.
Pure java beans can now name themselves (nameSelf method) and their children (nameChild method). This can be used to provide an absolute location to property change events.

Mon, 16 Jun 2003 21:40:39 +0000mapping of tags fixed BLD200306170100
mmatula@netbeans.org [Mon, 16 Jun 2003 21:40:39 +0000] rev 1296
mapping of tags fixed

Fri, 06 Jun 2003 15:28:57 +0000#29637: remove regexp from platform. BLD200306101634
jglick@netbeans.org [Fri, 06 Jun 2003 15:28:57 +0000] rev 1295
#29637: remove regexp from platform.

Fri, 06 Jun 2003 13:48:01 +0000events disabling fixed
mmatula@netbeans.org [Fri, 06 Jun 2003 13:48:01 +0000] rev 1294
events disabling fixed

Fri, 06 Jun 2003 13:08:03 +0000NPE fixed
mmatula@netbeans.org [Fri, 06 Jun 2003 13:08:03 +0000] rev 1293
NPE fixed

Thu, 05 Jun 2003 19:29:13 +0000#34204: remove extraneous XML parsers/libraries from NetBeans build,
jglick@netbeans.org [Thu, 05 Jun 2003 19:29:13 +0000] rev 1292
#34204: remove extraneous XML parsers/libraries from NetBeans build,
since JDK 1.4 already includes the APIs & Crimson. Modules wishing to
specifically use Xerces can use libs/xerces, the preexisting autoload
wrapper module for the Xerces parser impl.