Tue, 03 Dec 2002 15:06:50 +0000Jemmy logs are now created to track failures better. BLD200212040100
jkovalsky@netbeans.org [Tue, 03 Dec 2002 15:06:50 +0000] rev 2863
Jemmy logs are now created to track failures better.

Tue, 03 Dec 2002 11:26:30 +0000search panel in
rgregor@netbeans.org [Tue, 03 Dec 2002 11:26:30 +0000] rev 2862
search panel in

Tue, 03 Dec 2002 11:13:45 +0000added more help
asotona@netbeans.org [Tue, 03 Dec 2002 11:13:45 +0000] rev 2861
added more help

Tue, 03 Dec 2002 03:48:48 +0000Lots of little fixes done over the Thanksgivings holiday...
tor@netbeans.org [Tue, 03 Dec 2002 03:48:48 +0000] rev 2860
Lots of little fixes done over the Thanksgivings holiday...
Some of the larger items include categorization of
suggestions by type (including a count in the summary),
flattening of the hierarchy when filtered, unshowing
annotations when a view is closed, fixed a bug which
computed wrong file numbers when a document has been edited,
XML registry of Suggestion Type preferences (enabled? etc.),
and misc other stuff.

Mon, 02 Dec 2002 15:36:11 +0000basic invokations of action impl in
rgregor@netbeans.org [Mon, 02 Dec 2002 15:36:11 +0000] rev 2859
basic invokations of action impl in

Mon, 02 Dec 2002 15:35:47 +0000If there is passed a different instance of command (from the instance, that FS has), BLD200212030100
mentlicher@netbeans.org [Mon, 02 Dec 2002 15:35:47 +0000] rev 2858
If there is passed a different instance of command (from the instance, that FS has),
create a new UserCommandSupport from it.
This is necessary for e.g. commit command to work correctly.
This is a fix of regression issues #28510 and #28531.

Mon, 02 Dec 2002 10:37:47 +0000Fix: test cases are uncommented
dkaspar@netbeans.org [Mon, 02 Dec 2002 10:37:47 +0000] rev 2857
Fix: test cases are uncommented

Fri, 29 Nov 2002 19:02:23 +0000After global commands menu was moved into a submenu, BLD200212020100
mentlicher@netbeans.org [Fri, 29 Nov 2002 19:02:23 +0000] rev 2856
After global commands menu was moved into a submenu,
move all commands into the root and change the names to be more descriptive.

Thu, 28 Nov 2002 21:20:07 +0000Global init and checkout improved - CVSROOT textfield introduced BLD200211290100
mentlicher@netbeans.org [Thu, 28 Nov 2002 21:20:07 +0000] rev 2855
Global init and checkout improved - CVSROOT textfield introduced
instead of several other textfields.
Select modules should work in checkout dialog.

Thu, 28 Nov 2002 20:56:11 +0000The inner class MyDefaultTableModel made private static for efficiency.
mentlicher@netbeans.org [Thu, 28 Nov 2002 20:56:11 +0000] rev 2854
The inner class MyDefaultTableModel made private static for efficiency.