Tue, 17 Feb 2004 17:05:48 +0000Create tmp files for unsaved buffers on non-local fileobjects. BLD200402171900
pkuzel@netbeans.org [Tue, 17 Feb 2004 17:05:48 +0000] rev 4154
Create tmp files for unsaved buffers on non-local fileobjects.

Mon, 16 Feb 2004 22:16:27 +0000Manipulation with folder containing top components is now done from the
dstrupl@netbeans.org [Mon, 16 Feb 2004 22:16:27 +0000] rev 4153
Manipulation with folder containing top components is now done from the
AWT thread to get rid of the warnings from the winsys.

Mon, 16 Feb 2004 15:19:17 +0000StatusFilePathsBuilder class intruduced to provide local paths for repository paths. BLD200402161900
mentlicher@netbeans.org [Mon, 16 Feb 2004 15:19:17 +0000] rev 4152
StatusFilePathsBuilder class intruduced to provide local paths for repository paths.
CvsStatusVisualizer changed to use the StatusFilePathsBuilder instead of
getFileFromRev() method.
This is a fix of issue #38423.

Mon, 16 Feb 2004 14:44:56 +0000Prevent a NPE when the "output" mode does not exist.
mentlicher@netbeans.org [Mon, 16 Feb 2004 14:44:56 +0000] rev 4151
Prevent a NPE when the "output" mode does not exist.

Mon, 16 Feb 2004 13:33:55 +0000Align text to top.
pkuzel@netbeans.org [Mon, 16 Feb 2004 13:33:55 +0000] rev 4150
Align text to top.

Sun, 15 Feb 2004 17:32:11 +0000Spent time field BLD200402151900
lebedkov@netbeans.org [Sun, 15 Feb 2004 17:32:11 +0000] rev 4149
Spent time field

Fri, 13 Feb 2004 09:38:10 +0000bugfix#32988 changed mnemonic
rgregor@netbeans.org [Fri, 13 Feb 2004 09:38:10 +0000] rev 4148
bugfix#32988 changed mnemonic

Fri, 13 Feb 2004 08:54:17 +0000bugfix#40028 - elipsis added.
rgregor@netbeans.org [Fri, 13 Feb 2004 08:54:17 +0000] rev 4147
bugfix#40028 - elipsis added.

Wed, 11 Feb 2004 14:04:02 +0000Removed Menu/Help/HelpShortcuts folder. Tasks List help set name was still appearing in Help | Help Sets even though the help set doesn't appear. BLD200402111900
pkeegan@netbeans.org [Wed, 11 Feb 2004 14:04:02 +0000] rev 4146
Removed Menu/Help/HelpShortcuts folder. Tasks List help set name was still appearing in Help | Help Sets even though the help set doesn't appear.

Wed, 11 Feb 2004 11:35:29 +0000Recursive status at least works with files that are already in repository
mentlicher@netbeans.org [Wed, 11 Feb 2004 11:35:29 +0000] rev 4145
Recursive status at least works with files that are already in repository
and have the same structure in repository and in the working directory.
The problem was mainly in status comparisons.
This is a fix of issue #39945 and partial fix of issue #38423.