Wed, 19 Jan 2005 18:37:38 +0000Added ADD_LOCAL_PARENTS command, that uses AddLocalParents class to call BLD200501191900
mentlicher@netbeans.org [Wed, 19 Jan 2005 18:37:38 +0000] rev 5642
Added ADD_LOCAL_PARENTS command, that uses AddLocalParents class to call
CREATE_CMD recursively on all local parents.
This is a fix of issue #53632 for VSS profile.

Wed, 19 Jan 2005 18:26:53 +0000Added ADD_LOCAL_PARENTS command, that uses AddLocalParents class to call
mentlicher@netbeans.org [Wed, 19 Jan 2005 18:26:53 +0000] rev 5641
Added ADD_LOCAL_PARENTS command, that uses AddLocalParents class to call
CREATE_PROJECT_CMD recursively on all local parents.
This is a fix of issue #53632 for PVCS profile

Wed, 19 Jan 2005 18:22:01 +0000#41425 persistently storing user defaults.
pkuzel@netbeans.org [Wed, 19 Jan 2005 18:22:01 +0000] rev 5640
#41425 persistently storing user defaults.

Wed, 19 Jan 2005 17:36:02 +0000Added ADD_LOCAL_PARENTS command, that uses AddLocalParents class to call
mentlicher@netbeans.org [Wed, 19 Jan 2005 17:36:02 +0000] rev 5639
Added ADD_LOCAL_PARENTS command, that uses AddLocalParents class to call
ADD_CMD recursively on all local parents.
This is a fix of issue #53632 for CVS profile.

Wed, 19 Jan 2005 17:33:03 +0000A command that runs a dedicated command (likely Add) on local parent folders.
mentlicher@netbeans.org [Wed, 19 Jan 2005 17:33:03 +0000] rev 5638
A command that runs a dedicated command (likely Add) on local parent folders.
This is necessary for Add command when the direct parent is not easily visible
in the GUI (flat view, etc.)
This is necessary to be able to fix issue #53632.

Wed, 19 Jan 2005 15:23:04 +0000Do not tell the Log command explicitely to run recursively, because -R option has a different meaning.
mentlicher@netbeans.org [Wed, 19 Jan 2005 15:23:04 +0000] rev 5637
Do not tell the Log command explicitely to run recursively, because -R option has a different meaning.
This is a fix issue #53661, regression caused by the fix of issue #49829.

Wed, 19 Jan 2005 14:48:47 +0000#52621 write down part. Not bound because of NPE.
pkuzel@netbeans.org [Wed, 19 Jan 2005 14:48:47 +0000] rev 5636
#52621 write down part. Not bound because of NPE.

Wed, 19 Jan 2005 14:31:28 +0000Do not post the display of status text into RequestProcessor.
mentlicher@netbeans.org [Wed, 19 Jan 2005 14:31:28 +0000] rev 5635
Do not post the display of status text into RequestProcessor.
It was there because of deadlock described in issue#14160.
But that should not happen any more, the behavior of file annotation
is different now.
This is a fix of issue #53678.

Wed, 19 Jan 2005 11:06:43 +0000The notification of Add Tag and Remove Tag commands removed,
mentlicher@netbeans.org [Wed, 19 Jan 2005 11:06:43 +0000] rev 5634
The notification of Add Tag and Remove Tag commands removed,
their output is displayed in Output Window instead.
This is a fix of issue #52400.

Tue, 18 Jan 2005 21:42:23 +0000Adding hyperlink support for LaTeX (plus a small refactoring of the go to actions).
jlahoda@netbeans.org [Tue, 18 Jan 2005 21:42:23 +0000] rev 5633
Adding hyperlink support for LaTeX (plus a small refactoring of the go to actions).