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

sullivan sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:48:04 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit eed3419630cbf5110f7916ab82db767cd7feca5f
Author: sullivan <sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 9 02:41:39 2002 +0000

    WebKit:
    
     --2002-10-08  John Sullivan  <sullivan at apple.com>
    
            * WebKit.pbproj/project.pbxproj:
    	Project Builder says I changed it only by setting
    	"hasScannedForEncodings" to 1 -- version wars again?
    
    WebBrowser:
    
    	- fixed 3070645 -- Editable items in "Library" column should be drop targets
    	- made "Library" column unstriped -- I stripified it earlier without realizing
    	that it wasn't supposed to be stripulated.
    
    	You can now drop bookmarks from one top-level group into another, and they move
    	(unless you hold the option key down).
    
            * BookmarksViewController.m:
            (-[BookmarksViewController awakeFromNib]): register drag types for table view
            (-[BookmarksViewController menuFolderTitle]): new convenience method
            (-[BookmarksViewController complainAboutTryingToMoveFavorites]): tweaked wording
            (-[BookmarksViewController complainAboutTryingToMoveBookmarksMenu]): new method
            (-[BookmarksViewController tableView:validateDrop:proposedRow:proposedDropOperation:]):
    	new method, decide what can be dropped and where
            (-[BookmarksViewController tableView:acceptDrop:row:dropOperation:]):
    	new method, handle the drop; both of these methods are currently overly complicated
            (-[BookmarksViewController outlineView:acceptDrop:item:childIndex:]): handle trying
    	to move menu root as well as favorites root
    
            * English.lproj/Localizable.strings: update localizations
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2285 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 51e160c..bf021fd 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,9 @@
+ --2002-10-08  John Sullivan  <sullivan at apple.com>
+
+        * WebKit.pbproj/project.pbxproj:
+	Project Builder says I changed it only by setting
+	"hasScannedForEncodings" to 1 -- version wars again?
+
 2002-10-08  Richard Williamson   <rjw at apple.com>
 
         Removed unnecessary (and incorrect) include.
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 51e160c..bf021fd 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,9 @@
+ --2002-10-08  John Sullivan  <sullivan at apple.com>
+
+        * WebKit.pbproj/project.pbxproj:
+	Project Builder says I changed it only by setting
+	"hasScannedForEncodings" to 1 -- version wars again?
+
 2002-10-08  Richard Williamson   <rjw at apple.com>
 
         Removed unnecessary (and incorrect) include.
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index 78eb7f7..a57a731 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -72,6 +72,7 @@
 				F58C8A07025BD3BC018635CA,
 				F531DDFF02F0C36F018635CA,
 			);
+			hasScannedForEncodings = 1;
 			isa = PBXProject;
 			knownRegions = (
 				English,

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list