[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 07:31:28 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 54a6280c2e1e543107cf3da1f2876cb767b39a7f
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Mar 25 17:23:54 2003 +0000

            Reviewed by John.
    
            - fixed 3205745 -- WebKit.framework's Localizable.strings file contains high ASCII in the Key definition.
    
            * English.lproj/Localizable.strings: Regenerated with the new version of the
            extract-localizable-strings tool that uses \U syntax instead of "high ASCII".
    
            - changed cursive font back to "Apple Chancery" for now
    
            * WebView.subproj/WebPreferences.m: (+[WebPreferences initialize]): Change to "Apple Chancery".
            * English.lproj/StringsNotToBeLocalized.txt: Update for above change.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3914 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 0db4119..176005b 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,17 @@
+2003-03-25  Darin Adler  <darin at apple.com>
+
+        Reviewed by John.
+
+        - fixed 3205745 -- WebKit.framework's Localizable.strings file contains high ASCII in the Key definition.
+
+        * English.lproj/Localizable.strings: Regenerated with the new version of the
+        extract-localizable-strings tool that uses \U syntax instead of "high ASCII".
+
+        - changed cursive font back to "Apple Chancery" for now
+        
+        * WebView.subproj/WebPreferences.m: (+[WebPreferences initialize]): Change to "Apple Chancery".
+        * English.lproj/StringsNotToBeLocalized.txt: Update for above change.
+
 2003-03-24  Darin Adler  <darin at apple.com>
 
         Reviewed by Dave.
diff --git a/WebKit/English.lproj/Localizable.strings b/WebKit/English.lproj/Localizable.strings
index d1f0168..beb9eb4 100644
Binary files a/WebKit/English.lproj/Localizable.strings and b/WebKit/English.lproj/Localizable.strings differ
diff --git a/WebKit/English.lproj/StringsNotToBeLocalized.txt b/WebKit/English.lproj/StringsNotToBeLocalized.txt
index ce46d11..b1a2747 100644
--- a/WebKit/English.lproj/StringsNotToBeLocalized.txt
+++ b/WebKit/English.lproj/StringsNotToBeLocalized.txt
@@ -31,6 +31,7 @@
 "<!--framePath "
 "="
 "ANIMEXTS1"
+"Apple Chancery"
 "AppleFontSmoothing"
 "BufferTextDrawing"
 "Content-Disposition"
@@ -65,7 +66,6 @@
 "Library/Caches/com.apple.WebKit/Icons"
 "Library/Internet Plug-Ins"
 "Lucida Grande"
-"Lucida Handwriting"
 "MP4 Audio"
 "MP4 Video"
 "Mozilla/4.0 (compatible; MSIE 5.2; Mac_PowerPC) AppleWebKit/%@ %@"
diff --git a/WebKit/WebView.subproj/WebPreferences.m b/WebKit/WebView.subproj/WebPreferences.m
index 5ce8131..19ab54e 100644
--- a/WebKit/WebView.subproj/WebPreferences.m
+++ b/WebKit/WebView.subproj/WebPreferences.m
@@ -70,7 +70,7 @@ NSString *WebPreferencesChangedNotification = @"WebPreferencesChangedNotificatio
         @"Courier",                     WebKitFixedFontPreferenceKey,
         @"Times New Roman",             WebKitSerifFontPreferenceKey,
         @"Lucida Grande",               WebKitSansSerifFontPreferenceKey,
-        @"Lucida Handwriting",          WebKitCursiveFontPreferenceKey,
+        @"Apple Chancery",              WebKitCursiveFontPreferenceKey,
         @"Papyrus",                     WebKitFantasyFontPreferenceKey,
         @"9",                           WebKitMinimumFontSizePreferenceKey,
         @"14",                          WebKitDefaultFontSizePreferenceKey,

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list