Updated version profiles.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20081 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-09-17 22:05:01 +00:00
parent 6761304101
commit 6bb304b1d4
2 changed files with 25 additions and 8 deletions

View file

@ -1,3 +1,9 @@
2004-09-17 18:07 Gregory John Casamento <greg_casamento@yahoo.com>
* VersionProfiles.plist: Updated the profile to properly
set the version for NSTextFieldCell which has also been
updated since the last release.
2004-09-17 00:54 Gregory John Casamento <greg_casamento@yahoo.com>
* GormPalettesManager.m: Added code to [GormPalettesManager

View file

@ -1,11 +1,22 @@
{
"GNUstep gui-0.9.3" = {
GSNibContainer = {
comment = "Will not properly store any non-UI objects which have been dragged into the objects view.";
version = 0;
};
};
GSNibContainer = {
comment = "Will not properly store any non-UI objects which have been dragged into the objects view.";
version = 0;
};
NSTextFieldCell = {
comment = "Will store the old default settings in the action mask field.";
version = 1;
};
};
"Latest Version" = {
GSNibContainer = {comment = "Not compatible with GNUstep gui-0.9.3 or earlier."; version = 1; };
};
}
GSNibContainer = {
comment = "Not compatible with GNUstep gui-0.9.3 or earlier.";
version = 1;
};
NSTextFieldCell = {
comment = "Change the default behavior defined in the action mask, this will not be useable under older versions.";
version = 2;
};
};
}