Index: Resources/VersionProfiles.plist
===================================================================
--- Resources/VersionProfiles.plist	(revision 26980)
+++ Resources/VersionProfiles.plist	(working copy)
@@ -16,6 +16,9 @@
 	    comment = "NSEvent masks are not compatible with Mac OS X.";
 	    version = 0;
 	};
+	NSWindowController = {
+	    comment = "Will not archive menu and interface style attributes.";
+	};
     };
     "GNUstep gui-0.9.5" = {
 	GSNibContainer = {
@@ -34,6 +37,9 @@
 	    comment = "NSEvent masks are not compatible with Mac OS X.";
 	    version = 1;
 	};
+	NSWindowController = {
+	    comment = "Will not archive menu and interface style attributes.";
+	};
     };
     "GNUstep gui-0.10.3" = {
 	GSNibContainer = {
@@ -52,7 +58,31 @@
 	    comment = "NSEvent masks are not compatible with Mac OS X.";
 	    version = 2;
 	};
+	NSWindowController = {
+	    comment = "Will not archive menu and interface style attributes.";
+	};
     };
+    "GNUstep gui-0.13.1" = {
+	GSNibContainer = {
+	    comment = "Not compatible with GNUstep gui-0.10.3 or earlier.";
+	    version = 2;
+	};
+	NSTextFieldCell = {
+	    comment = "Change the default behavior defined in the action mask, this will not be useable under older versions.";
+	    version = 2;
+	};
+	GSWindowTemplate = {
+	    comment = "New attribute to store auto-position mask.  Not compatible with 0.9.5 or earlier.";
+	    version = 1;
+	};
+	NSButtonCell = {
+	    comment = "Not compatible with GNUstep gui-0.10.3 or earlier.";
+	    version = 3;
+	};
+	NSWindowController = {
+	    comment = "Will not archive menu and interface style attributes.";
+	};
+    };
     "Latest Version" = {
 	GSNibContainer = {
 	    comment = "Not compatible with GNUstep gui-0.10.3 or earlier.";
@@ -70,5 +100,8 @@
 	    comment = "Not compatible with GNUstep gui-0.10.3 or earlier.";
 	    version = 3;
 	};
+	NSWindowController = {
+	    comment = "Not compatible with GNUstep gui-0.13.1 or earlier";
+	};
     };
-}
\ No newline at end of file
+}
