Mon, 18 Oct 2004 14:53:16 +0000In canRun() do not test some properties with pending commands, BLD200410181800
mentlicher@netbeans.org [Mon, 18 Oct 2004 14:53:16 +0000] rev 5351
In canRun() do not test some properties with pending commands,
otherwise the command would never be run if there are two pending commands
with that behavior.
This is a fix of issue #50547.

Mon, 18 Oct 2004 13:22:20 +0000#50502 AWT deadlock eliminated.
pkuzel@netbeans.org [Mon, 18 Oct 2004 13:22:20 +0000] rev 5350
#50502 AWT deadlock eliminated.

Mon, 18 Oct 2004 11:04:58 +0000bugfix#47831 - show status line message in case the document can't be located
rgregor@netbeans.org [Mon, 18 Oct 2004 11:04:58 +0000] rev 5349
bugfix#47831 - show status line message in case the document can't be located
in versioning tab.

Mon, 18 Oct 2004 08:59:33 +0000bugfix#42849 - return true from canResetDefaultValue for fields
rgregor@netbeans.org [Mon, 18 Oct 2004 08:59:33 +0000] rev 5348
bugfix#42849 - return true from canResetDefaultValue for fields
which def value starts with ${ to allow them to set default value.

Sun, 17 Oct 2004 13:39:36 +0000simplistic scheduling view BLD200410171800
lebedkov@netbeans.org [Sun, 17 Oct 2004 13:39:36 +0000] rev 5347
simplistic scheduling view

Fri, 15 Oct 2004 16:50:38 +0000Put will refresh the revisions.
mentlicher@netbeans.org [Fri, 15 Oct 2004 16:50:38 +0000] rev 5346
Put will refresh the revisions.
This is a fix of issue #45470.

Fri, 15 Oct 2004 16:47:44 +0000Check the revsion changes lazily to prevent from deadlock
mentlicher@netbeans.org [Fri, 15 Oct 2004 16:47:44 +0000] rev 5345
Check the revsion changes lazily to prevent from deadlock
when the commands can not run in parallel.
This is necessary after the fix of issue #45470.

Fri, 15 Oct 2004 15:51:34 +0000Create the backup file for merge only when there is no output file specified,
mentlicher@netbeans.org [Fri, 15 Oct 2004 15:51:34 +0000] rev 5344
Create the backup file for merge only when there is no output file specified,
also when the merge fails, move the backup back.
This is a fix of issue #48537.

Fri, 15 Oct 2004 12:49:02 +0000Handle the "FIRST" characters in INS directive.
mentlicher@netbeans.org [Fri, 15 Oct 2004 12:49:02 +0000] rev 5343
Handle the "FIRST" characters in INS directive.
This is a fix of issue #50227.

Fri, 15 Oct 2004 11:40:05 +0000Call the BACKUP_FILE as a precommand rather then using a hack via confirmation message.
mentlicher@netbeans.org [Fri, 15 Oct 2004 11:40:05 +0000] rev 5342
Call the BACKUP_FILE as a precommand rather then using a hack via confirmation message.
This assures that the pre-command is executed right before the merge command,
after the customization is finished.
This is a fix of issue #45464.