Author: gcasa
Date: Wed May 20 12:18:40 2015
New Revision: 38513

URL: http://svn.gna.org/viewcvs/gnustep?rev=38513&view=rev
Log:
Disabling repairFile: pending further development.  Update version files.


Modified:
    apps/gorm/trunk/ChangeLog
    apps/gorm/trunk/Documentation/news.texi
    apps/gorm/trunk/English.lproj/GormPrefGeneral.gorm/data.info
    apps/gorm/trunk/English.lproj/GormPrefGeneral.gorm/objects.gorm
    apps/gorm/trunk/GormCore/GormFilePrefsManager.m
    apps/gorm/trunk/GormInfo.plist
    apps/gorm/trunk/GormPrefs/GormGeneralPref.m
    apps/gorm/trunk/Plugins/Gorm/GormGormWrapperLoader.m
    apps/gorm/trunk/Version

Modified: apps/gorm/trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/gorm/trunk/ChangeLog?rev=38513&r1=38512&r2=38513&view=diff
==============================================================================
--- apps/gorm/trunk/ChangeLog   (original)
+++ apps/gorm/trunk/ChangeLog   Wed May 20 12:18:40 2015
@@ -1,3 +1,16 @@
+2015-05-20 06:16-EDT Gregory John Casamento <[email protected]>
+
+       * ChangeLog
+       * Documentation/news.texi
+       * English.lproj/GormPrefGeneral.gorm
+       * GormCore/GormFilePrefsManager.m
+       * GormInfo.plist
+       * GormPrefs/GormGeneralPref.m
+       * Plugins/Gorm/GormGormWrapperLoader.m: Remove calls to repairFile:
+       as some of the logic in it is outdated and could cause issues with
+       perfectly good gorm files.  Disabling pending further development.
+       * Version
+
 2015-05-11 Gregory John Casamento <[email protected]
 
        * GormLib/IBObjectAdditions.m: Removed canSubstituteForClass:
@@ -123,7 +136,7 @@
 
 2014-01-19 Fred Kiefer <[email protected]>
 
-       * GormInfo.plist: Don't clain to be able to write XIB files.
+       * GormInfo.plist: Don't claim to be able to write XIB files.
 
 2013-12-31 Fred Kiefer <[email protected]>
 
@@ -225,6 +238,7 @@
        * GormCore/GormClassEditor.m
          some int -> NSInteger and float -> CGFloat transitions
          spotted by libobjc2 runtime in debug mode
+       
 2013-04-14 13:19-EDT Gregory John Casamento <[email protected]>
 
        * ANNOUNCE

Modified: apps/gorm/trunk/Documentation/news.texi
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/gorm/trunk/Documentation/news.texi?rev=38513&r1=38512&r2=38513&view=diff
==============================================================================
--- apps/gorm/trunk/Documentation/news.texi     (original)
+++ apps/gorm/trunk/Documentation/news.texi     Wed May 20 12:18:40 2015
@@ -3,6 +3,19 @@
 @ifset TEXT-ONLY
 @include version.texi
 @end ifset
+
+@section Noteworthy changes in version @samp{1.2.22}
+
+@itemize @bullet
+@item Fix for bug#45040: Fix allows Gorm custom class functionality to work 
normally on OpenBSD/NetBSD/FreeBSD.
+@item Fixes for Solaris
+@item Memory leak fixes.
+@item Objective-C parser improvements.
+@end itemize
+
+@ifclear ANNOUNCE-ONLY
+@c ====================================================================
+@c Keep the next line just below the list of changes in most recent version.
 
 @section Noteworthy changes in version @samp{1.2.20}
 
@@ -12,10 +25,6 @@
 @item Add cells as objects to the document so they can be properly edited.
 @item Changes to prevent recursive frame change notifications.
 @end itemize
-
-@ifclear ANNOUNCE-ONLY
-@c ====================================================================
-@c Keep the next line just below the list of changes in most recent version.
 
 @section Noteworthy changes in version @samp{1.2.18}
 

Modified: apps/gorm/trunk/English.lproj/GormPrefGeneral.gorm/data.info
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/gorm/trunk/English.lproj/GormPrefGeneral.gorm/data.info?rev=38513&r1=38512&r2=38513&view=diff
==============================================================================
Binary files - no diff available.

Modified: apps/gorm/trunk/English.lproj/GormPrefGeneral.gorm/objects.gorm
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/gorm/trunk/English.lproj/GormPrefGeneral.gorm/objects.gorm?rev=38513&r1=38512&r2=38513&view=diff
==============================================================================
Binary files - no diff available.

Modified: apps/gorm/trunk/GormCore/GormFilePrefsManager.m
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/gorm/trunk/GormCore/GormFilePrefsManager.m?rev=38513&r1=38512&r2=38513&view=diff
==============================================================================
--- apps/gorm/trunk/GormCore/GormFilePrefsManager.m     (original)
+++ apps/gorm/trunk/GormCore/GormFilePrefsManager.m     Wed May 20 12:18:40 2015
@@ -85,7 +85,7 @@
 
 + (int) currentVersion
 {
-  return appVersion(1,2,20); 
+  return appVersion(1,2,22); 
 }
 
 - (void) awakeFromNib

Modified: apps/gorm/trunk/GormInfo.plist
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/gorm/trunk/GormInfo.plist?rev=38513&r1=38512&r2=38513&view=diff
==============================================================================
--- apps/gorm/trunk/GormInfo.plist      (original)
+++ apps/gorm/trunk/GormInfo.plist      Wed May 20 12:18:40 2015
@@ -42,14 +42,14 @@
     ApplicationDescription = "[GNUstep | Graphical] Object Relationship 
Modeller";
     ApplicationIcon = "Gorm.tiff";
     ApplicationName = "Gorm";
-    ApplicationRelease = "Gorm 1.2.18 (Release)";
+    ApplicationRelease = "Gorm 1.2.22 (Release)";
     Authors = ("Gregory John Casamento <[email protected]>",
               "Adam Fedor <[email protected]>",
               "Richard Frith-Macdonald <[email protected]>",
               "Wolfgang Lux <[email protected]>",
                "Pierre-Yves Rivaille <[email protected]>");
-    Copyright = "Copyright (C) 1999-2012 FSF";
+    Copyright = "Copyright (C) 1999-2015 FSF";
     CopyrightDescription = "Released under the GNU General Public License 3.0";
-    NSBuildVersion = "1.2.18 February 6 2012";
+    NSBuildVersion = "1.2.22 May 20 2015";
     GSDesktopInstallationDomain=SYSTEM;
 }

Modified: apps/gorm/trunk/GormPrefs/GormGeneralPref.m
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/gorm/trunk/GormPrefs/GormGeneralPref.m?rev=38513&r1=38512&r2=38513&view=diff
==============================================================================
--- apps/gorm/trunk/GormPrefs/GormGeneralPref.m (original)
+++ apps/gorm/trunk/GormPrefs/GormGeneralPref.m Wed May 20 12:18:40 2015
@@ -60,7 +60,7 @@
     NSString *intType = [defaults stringForKey: INTTYPE];
  
     [backupButton setState: [defaults integerForKey: BACKUPFILE]];
-    [checkConsistency setState: ([defaults boolForKey: 
REPAIRFILE]?NSOnState:NSOffState)];
+    // [checkConsistency setState: ([defaults boolForKey: 
REPAIRFILE]?NSOnState:NSOffState)];
     
     // set the interface matrix...
     if([intType isEqual: @"Outline"])

Modified: apps/gorm/trunk/Plugins/Gorm/GormGormWrapperLoader.m
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/gorm/trunk/Plugins/Gorm/GormGormWrapperLoader.m?rev=38513&r1=38512&r2=38513&view=diff
==============================================================================
--- apps/gorm/trunk/Plugins/Gorm/GormGormWrapperLoader.m        (original)
+++ apps/gorm/trunk/Plugins/Gorm/GormGormWrapperLoader.m        Wed May 20 
12:18:40 2015
@@ -584,11 +584,12 @@
                  /*
                   * Repair the .gorm file, if needed.
                   */
+                 /*
                  if(repairFile)
                    {
                      [self _repairFile];
                    }
-                 
+                 */
                  NSDebugLog(@"nameTable = %@",[container nameTable]);
                  
                  // awaken all elements after the load is completed.

Modified: apps/gorm/trunk/Version
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/gorm/trunk/Version?rev=38513&r1=38512&r2=38513&view=diff
==============================================================================
--- apps/gorm/trunk/Version     (original)
+++ apps/gorm/trunk/Version     Wed May 20 12:18:40 2015
@@ -3,13 +3,13 @@
 # Compatible with Bourne shell syntax, so it can included there too.
 
 # The minimum gcc version required to compile the library.
-GNUSTEP_GCC=2.95.0
+GNUSTEP_GCC=3.3.0
 
 # GNUstep GUI version required
-GNUSTEP_CORE_VERSION=0.23.1
+GNUSTEP_CORE_VERSION=0.24.2
 
 # The version number of this release.
 MAJOR_VERSION=1
 MINOR_VERSION=2
-SUBMINOR_VERSION=20
+SUBMINOR_VERSION=22
 VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to