diff --git a/ChangeLog b/ChangeLog index 74104b44..43d05c16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-01-08 18:06 Gregory John Casamento + + * GormClassManager.m: Corrected bug#11534. + * GormFilePrefsManager.m: Updated alpha version + * GormInfo.plist: Updated alpha version + 2005-01-08 12:28 Gregory John Casamento * GormViewWithContentViewEditor.m: Change in pasteInView: to diff --git a/GormClassManager.m b/GormClassManager.m index 5a22dd2e..08de9e54 100644 --- a/GormClassManager.m +++ b/GormClassManager.m @@ -1348,6 +1348,11 @@ [customClasses addObject: key]; [classInformation setObject: classDict forKey: key]; } + else if([key isEqual: @"FirstResponder"] == YES) + { + [customClasses addObject: key]; + [classInformation setObject: classDict forKey: key]; + } else { NSMutableArray *actions = [classDict objectForKey: @"Actions"]; diff --git a/GormFilePrefsManager.m b/GormFilePrefsManager.m index a0d06e6e..969818ba 100644 --- a/GormFilePrefsManager.m +++ b/GormFilePrefsManager.m @@ -85,7 +85,7 @@ NSString *formatVersion(int version) + (int) currentVersion { - return appVersion(0,8,3); + return appVersion(0,8,5); } - (void) awakeFromNib diff --git a/GormInfo.plist b/GormInfo.plist index 74ce5ace..14a2c0f8 100644 --- a/GormInfo.plist +++ b/GormInfo.plist @@ -14,9 +14,9 @@ ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller"; ApplicationIcon = "Gorm.tiff"; ApplicationName = "Gorm"; - ApplicationRelease = "Gorm 0.8.3 (Alpha)"; + ApplicationRelease = "Gorm 0.8.5 (Alpha)"; Authors = ("Gregory John Casamento ","Richard Frith-Macdonald ","Pierre-Yves Rivaille "); Copyright = "Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 FSF"; CopyrightDescription = "Released under the GNU General Public License 2.0"; - NSBuildVersion = "0.8.3 Nov 27 2004"; + NSBuildVersion = "0.8.5 Jan 8 2005"; }