Thu, 08 Aug 2002 23:11:55 +0000Improvement of performance and reliability of BaseObjectHandler. BLD200208090100
tzezula@netbeans.org [Thu, 08 Aug 2002 23:11:55 +0000] rev 996
Improvement of performance and reliability of BaseObjectHandler.
Fix of isLocal of B-tree MOFID class.

Thu, 08 Aug 2002 18:28:17 +0000Fix such that nbm's are built into multiple nbm's. Also add
tor@netbeans.org [Thu, 08 Aug 2002 18:28:17 +0000] rev 995
Fix such that nbm's are built into multiple nbm's. Also add
help skeleton (no actual content yet).

Thu, 08 Aug 2002 17:48:27 +0000Transformation of internal MOFID representation from String to MOFID object,
tzezula@netbeans.org [Thu, 08 Aug 2002 17:48:27 +0000] rev 994
Transformation of internal MOFID representation from String to MOFID object,
the MOFID object provides better serialization (8 Bytes) than String, so the
size of storage is reduced by 1/3 of its previous size. Also the speed may be improved,
the hashCode method is faster than it was before.
All users which are using MDR API on the storagemodel and persistence level
are affected by this commit, and must update the code.
The updated code has not passed the Federation unit test.

Thu, 08 Aug 2002 00:16:42 +0000BACK OUT the previous build.xml update - there is still a problem
tor@netbeans.org [Thu, 08 Aug 2002 00:16:42 +0000] rev 993
BACK OUT the previous build.xml update - there is still a problem
with config builds.

Wed, 07 Aug 2002 23:54:34 +0000Fix http://www.netbeans.org/issues/show_bug.cgi?id=26306
tor@netbeans.org [Wed, 07 Aug 2002 23:54:34 +0000] rev 992
Fix http://www.netbeans.org/issues/show_bug.cgi?id=26306
"Wrong dependency"
There was a problem in the way the tasklist.nbm was generated;
it contained all the modules, but the Info.xml file only listed
one. Redo the way .nbms are created and create -separate-
nbm files, one for each module. Also rev versions to ensure
these are put up on the autoupdate center. I changed the
category from "Tools" to "Task List" to tie the modules together
in one place since there are four of them - that makes a category
doesn't it? :)

Wed, 07 Aug 2002 17:57:47 +0000Create new import/export filters; make the Import and
tor@netbeans.org [Wed, 07 Aug 2002 17:57:47 +0000] rev 991
Create new import/export filters; make the Import and
Export actions use these (Lots of refactoring to isolate
all import/export code to dedicated classes.)

Switch to iCalendar as the persistence format for the
tasklist. That's because I noticed most other calendar
tools use it so this will make interoperability easier;
you can of course still export to xCalendar.

Save backup files of the tasklist; the first time per
IDE session the tasklist is saved, the current version
of the file is renamed to {filename}~.

Fix such that Go To Source works for user tasks again.

Misc minor changes & fixes.

Wed, 07 Aug 2002 14:37:30 +0000removed fix for #23524 BLD200208080100
mmatula@netbeans.org [Wed, 07 Aug 2002 14:37:30 +0000] rev 990
removed fix for #23524
it needs to be fixed differently (by invalidating the used mofids in b-tree storage)

Wed, 07 Aug 2002 13:33:11 +0000Sorry, now it's really fixed
hkrug@netbeans.org [Wed, 07 Aug 2002 13:33:11 +0000] rev 989
Sorry, now it's really fixed

Wed, 07 Aug 2002 13:32:46 +0000html bug in javadoc fixed
hkrug@netbeans.org [Wed, 07 Aug 2002 13:32:46 +0000] rev 988
html bug in javadoc fixed

Tue, 06 Aug 2002 10:13:38 +0000*** empty log message *** BLD200208070100
dbalek@netbeans.org [Tue, 06 Aug 2002 10:13:38 +0000] rev 987
*** empty log message ***