[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:23:19 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 7f5da71617e9fab1865e40d86c67aa0c6ef608ab
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 3 22:18:11 2002 +0000

    top level:
    
            * Site/Internal/Design/IFRenamings.txt:
    	Update a bit more, preparing for the team to review.
    
    WebKit:
    
            * Misc.subproj/IFException.h: Use Objective C header style rather than plain C.
    
    WebBrowser:
    
            * NSViewAdditions.h:
            * NSViewAdditions.m:
    	Change name of this category to match the file name to smooth things over for the
    	IF -> Web renaming.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1511 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 8d67d76..0e19bbc 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-03  Darin Adler  <darin at apple.com>
+
+        * Misc.subproj/IFException.h: Use Objective C header style rather than plain C.
+
 === Alexander-11 ===
 
 2002-07-03  Darin Adler  <darin at apple.com>
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 8d67d76..0e19bbc 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,7 @@
+2002-07-03  Darin Adler  <darin at apple.com>
+
+        * Misc.subproj/IFException.h: Use Objective C header style rather than plain C.
+
 === Alexander-11 ===
 
 2002-07-03  Darin Adler  <darin at apple.com>
diff --git a/WebKit/Misc.subproj/IFException.h b/WebKit/Misc.subproj/IFException.h
index fa7a079..3059e1e 100644
--- a/WebKit/Misc.subproj/IFException.h
+++ b/WebKit/Misc.subproj/IFException.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2001 Apple Computer, Inc.  All rights reserved.
+ * Copyright (C) 2001, 2002 Apple Computer, Inc.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -23,10 +23,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-#ifndef IFEXCEPTION_H
-#define IFEXCEPTION_H
+ at class NSString;
 
 extern NSString * const IFMethodNotYetImplemented;
 extern NSString * const IFRuntimeError;
-
-#endif
diff --git a/WebKit/Misc.subproj/WebException.h b/WebKit/Misc.subproj/WebException.h
index fa7a079..3059e1e 100644
--- a/WebKit/Misc.subproj/WebException.h
+++ b/WebKit/Misc.subproj/WebException.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2001 Apple Computer, Inc.  All rights reserved.
+ * Copyright (C) 2001, 2002 Apple Computer, Inc.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -23,10 +23,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-#ifndef IFEXCEPTION_H
-#define IFEXCEPTION_H
+ at class NSString;
 
 extern NSString * const IFMethodNotYetImplemented;
 extern NSString * const IFRuntimeError;
-
-#endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list