Mon, 12 Aug 2002 10:24:09 +0000*** empty log message *** BLD200208140100
dbalek@netbeans.org [Mon, 12 Aug 2002 10:24:09 +0000] rev 1000
*** empty log message ***

Mon, 12 Aug 2002 09:25:08 +0000Custom prefix changed.
dbalek@netbeans.org [Mon, 12 Aug 2002 09:25:08 +0000] rev 999
Custom prefix changed.

Mon, 12 Aug 2002 00:16:14 +0000Fix help. (Actual content not yet written, but now it's
tor@netbeans.org [Mon, 12 Aug 2002 00:16:14 +0000] rev 998
Fix help. (Actual content not yet written, but now it's
available from the context menu etc.)

Fri, 09 Aug 2002 08:16:39 +0000storage version number update
mmatula@netbeans.org [Fri, 09 Aug 2002 08:16:39 +0000] rev 997
storage version number update

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.