Author: mlytwyn
Date: Wed Oct  5 00:24:37 2016
New Revision: 40120

URL: http://svn.gna.org/viewcvs/gnustep?rev=40120&view=rev
Log:
Merge GUI with trunk revision 40072

Modified:
    libs/gui/branches/gnustep_testplant_branch/Headers/AppKit/NSOpenPanel.h
    libs/gui/branches/gnustep_testplant_branch/Headers/AppKit/NSParagraphStyle.h
    libs/gui/branches/gnustep_testplant_branch/Headers/AppKit/NSPasteboard.h
    libs/gui/branches/gnustep_testplant_branch/Source/NSPasteboard.m

Modified: 
libs/gui/branches/gnustep_testplant_branch/Headers/AppKit/NSOpenPanel.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Headers/AppKit/NSOpenPanel.h?rev=40120&r1=40119&r2=40120&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Headers/AppKit/NSOpenPanel.h     
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Headers/AppKit/NSOpenPanel.h     
Wed Oct  5 00:24:37 2016
@@ -7,9 +7,9 @@
 
    Author:  Scott Christley <sco...@net-community.com>
    Date: 1996
-   Author:  Daniel Böhringer <boehr...@biomed.ruhr-uni-bochum.de>
+   Author:  Daniel Bšhringer <boehr...@biomed.ruhr-uni-bochum.de>
    Date: August 1998
-   Source by Daniel Böhringer integrated into Scott Christley's preliminary
+   Source by Daniel Bšhringer integrated into Scott Christley's preliminary
    implementation by Felipe A. Rodriguez <f...@ix.netcom.com> 
 
    Author: Nicola Pero <n.p...@mi.flashnet.it>

Modified: 
libs/gui/branches/gnustep_testplant_branch/Headers/AppKit/NSParagraphStyle.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Headers/AppKit/NSParagraphStyle.h?rev=40120&r1=40119&r2=40120&view=diff
==============================================================================
--- 
libs/gui/branches/gnustep_testplant_branch/Headers/AppKit/NSParagraphStyle.h    
    (original)
+++ 
libs/gui/branches/gnustep_testplant_branch/Headers/AppKit/NSParagraphStyle.h    
    Wed Oct  5 00:24:37 2016
@@ -6,7 +6,7 @@
 
    Copyright (C) 1996,1999 Free Software Foundation, Inc.
 
-   Author:  Daniel Böhringer <boehr...@biomed.ruhr-uni-bochum.de>
+   Author:  Daniel Bšhringer <boehr...@biomed.ruhr-uni-bochum.de>
    Date: August 1998
    Update: Richard Frith-Macdonald <rich...@brainstorm.co.uk> March 1999 
    

Modified: 
libs/gui/branches/gnustep_testplant_branch/Headers/AppKit/NSPasteboard.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Headers/AppKit/NSPasteboard.h?rev=40120&r1=40119&r2=40120&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Headers/AppKit/NSPasteboard.h    
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Headers/AppKit/NSPasteboard.h    
Wed Oct  5 00:24:37 2016
@@ -175,11 +175,6 @@
  */
 APPKIT_EXPORT NSString *NSPasteboardCommunicationException;
 
-@class NSPasteboard;
-  
-// Protocol definitions...
-@protocol NSPasteboardWriting
-@end
   
 @interface NSPasteboard : NSObject
 {

Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSPasteboard.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/NSPasteboard.m?rev=40120&r1=40119&r2=40120&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSPasteboard.m    
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSPasteboard.m    Wed Oct 
 5 00:24:37 2016
@@ -1241,7 +1241,7 @@
   NS_HANDLER
     {
       NSLog(@"%s:exception: %@", __PRETTY_FUNCTION__, localException);
-#if 0
+#if 0 // Testplant-MAL-10042016: keeping branch code due to GPBS instability
       [NSException raise: NSPasteboardCommunicationException
                  format: @"%@", [localException reason]];
 #endif
@@ -1279,7 +1279,7 @@
   NS_HANDLER
     {
       NSLog(@"%s:exception: %@", __PRETTY_FUNCTION__, localException);
-#if 0
+#if 0 // Testplant-MAL-10042016: keeping branch code due to GPBS instability
       [NSException raise: NSPasteboardCommunicationException
                  format: @"%@", [localException reason]];
 #endif
@@ -1940,9 +1940,6 @@
 + (id) _lostServer: (NSNotification*)notification
 {
   id   obj = the_server;
-#if 0
-  NSLog(@"%s:notification: %@", __PRETTY_FUNCTION__, notification);
-#endif
   
   the_server = nil;
   [[NSNotificationCenter defaultCenter]
@@ -2088,6 +2085,7 @@
                       object: nil];
 
 #if defined(__MINGW32__)
+          // Testplant-MAL-10042016: keeping branch code
              NSTask *task = AUTORELEASE([NSTask new]);
              [task setStandardError:[NSFileHandle 
fileHandleForWritingAtPath:@"NUL"]];
              [task setStandardOutput:[NSFileHandle 
fileHandleForWritingAtPath:@"NUL"]];


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to