Mon, 04 Feb 2002 20:37:59 +0000improving the performance of popup menu. BLD200202051415
mkleint@netbeans.org [Mon, 04 Feb 2002 20:37:59 +0000] rev 2037
improving the performance of popup menu.
instead of using Instance cookie, use the Instance.Of cookie to prevent creating of unnessesary instances.

Mon, 04 Feb 2002 14:33:57 +0000fix for #20098 - checkout, import, export, tag now use the standard text-area kind of display.
mkleint@netbeans.org [Mon, 04 Feb 2002 14:33:57 +0000] rev 2036
fix for #20098 - checkout, import, export, tag now use the standard text-area kind of display.
update changes the selection of rows in table in Swing thread and also the strategy for selection-update changed.

Mon, 04 Feb 2002 09:58:11 +0000fix for #20031- workaround for the update/checkout output parsing.
mkleint@netbeans.org [Mon, 04 Feb 2002 09:58:11 +0000] rev 2035
fix for #20031- workaround for the update/checkout output parsing.
In case the global option -n is used, the enhanced message we use is to get the path correct is not created.
We need to go without it.

Sun, 03 Feb 2002 19:53:06 +0000added possibility to define the column by a method with parameters. BLD200202040100
mkleint@netbeans.org [Sun, 03 Feb 2002 19:53:06 +0000] rev 2034
added possibility to define the column by a method with parameters.

Fri, 01 Feb 2002 11:50:47 +0000moving the popup menu generation action to vcscore.
mkleint@netbeans.org [Fri, 01 Feb 2002 11:50:47 +0000] rev 2033
moving the popup menu generation action to vcscore.

Fri, 01 Feb 2002 11:45:47 +0000Issue #19836 fixed.
dbalek@netbeans.org [Fri, 01 Feb 2002 11:45:47 +0000] rev 2032
Issue #19836 fixed.
However, some IDL compilers are not able to handle SPACES in paths.

Fri, 01 Feb 2002 11:44:27 +0000*** empty log message ***
dbalek@netbeans.org [Fri, 01 Feb 2002 11:44:27 +0000] rev 2031
*** empty log message ***

Thu, 31 Jan 2002 12:43:50 +0000*** empty log message ***
dbalek@netbeans.org [Thu, 31 Jan 2002 12:43:50 +0000] rev 2030
*** empty log message ***

Wed, 30 Jan 2002 22:08:27 +0000action-composed popup menu. BLD200202010100
mkleint@netbeans.org [Wed, 30 Jan 2002 22:08:27 +0000] rev 2029
action-composed popup menu.
the definition of the menu is in default filesystem, the CvsClientMenu class was replaced by CollectionAction, that
is composed by the CommandActions. This allows user-defined popup menu.

Tue, 29 Jan 2002 14:38:16 +0000New module dependency and management features. BLD200201300100
jglick@netbeans.org [Tue, 29 Jan 2002 14:38:16 +0000] rev 2028
New module dependency and management features.
#18781: provides-requires semantics.
#17501: "bridge" modules (eagerly enabled).
#19714: windowed major-release-version dependencies.