summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-ah
diff options
context:
space:
mode:
authortaya <taya@pkgsrc.org>2004-06-23 16:47:12 +0000
committertaya <taya@pkgsrc.org>2004-06-23 16:47:12 +0000
commiteed59c1e6c030b7ef8fed00be873a03854dcde56 (patch)
treee989bb0fb155f1e89b85409a1cd46603bea1de61 /www/firefox/patches/patch-ah
parent56a73b841a0218c49c938083f92a5724b5ee3b8a (diff)
downloadpkgsrc-eed59c1e6c030b7ef8fed00be873a03854dcde56.tar.gz
Update firefox to 0.9
Here's what's new in this release of Firefox: * New Default Theme An updated Default Theme now presents a uniform appearance across all three platforms - a new crisp, clear look for Windows users. Finetuning for GNOME will follow in future releases. * Comprehensive Data Migration Switching to Firefox has never been easier now that Firefox imports data like Favorites, History, Settings, Cookies and Passwords from Internet Explorer. Firefox can also import from Mozilla 1.x, Netscape 4.x, 6.x and 7.x, and Opera. MacOS X and Linux migrators for browsers like Safari, OmniWeb, Konqueror etc. will arrive in future releases. * Extension/Theme Manager New Extension and Theme Managers provide a convenient way to manage and update your add-ons. SmartUpdate also notifies you of updates to Firefox. * Help A new online help system is available. * Lots of bug fixes and improvements Copy Image, the ability to delete individual items from Autocomplete lists, SMB/SFTP support on GNOME via gnome-vfs, better Bookmarks, Search and many other refinements fine tune the browsing experience. For Linux/GTK2 Users * Look and Feel Updates Ongoing improvements have been made to improve the way Firefox adheres to your GTK2 themes, such as menus. * Talkback for GTK2 Help us nail down crashes by submitting talkback reports with this crash reporting tool.
Diffstat (limited to 'www/firefox/patches/patch-ah')
-rw-r--r--www/firefox/patches/patch-ah21
1 files changed, 11 insertions, 10 deletions
diff --git a/www/firefox/patches/patch-ah b/www/firefox/patches/patch-ah
index 229c0245563..be4c0e6f696 100644
--- a/www/firefox/patches/patch-ah
+++ b/www/firefox/patches/patch-ah
@@ -1,8 +1,9 @@
-$NetBSD: patch-ah,v 1.1 2004/04/29 14:13:19 adam Exp $
+$NetBSD: patch-ah,v 1.2 2004/06/23 16:47:12 taya Exp $
---- gfx/idl/nsIFreeType2.idl.orig 2004-04-29 10:46:15.000000000 +0000
-+++ gfx/idl/nsIFreeType2.idl
-@@ -72,10 +72,11 @@ native FT_Pointer(FT_Pointer);
+diff -ru ../Orig/mozilla/gfx/idl/nsIFreeType2.idl ./gfx/idl/nsIFreeType2.idl
+--- ../Orig/mozilla/gfx/idl/nsIFreeType2.idl 2004-04-16 10:09:33.000000000 +0900
++++ ./gfx/idl/nsIFreeType2.idl 2004-06-15 23:55:52.000000000 +0900
+@@ -76,10 +76,11 @@
native FT_Sfnt_Tag(FT_Sfnt_Tag);
native FT_Size(FT_Size);
@@ -15,8 +16,8 @@ $NetBSD: patch-ah,v 1.1 2004/04/29 14:13:19 adam Exp $
+native FTC_ImageCache(FTC_ImageCache);
native FTC_Manager(FTC_Manager);
- /*
-@@ -87,7 +88,7 @@ interface nsIFreeType2 : nsISupports
+ // #ifdef MOZ_SVG
+@@ -99,7 +100,7 @@
readonly attribute FT_Library library;
readonly attribute FTC_Manager FTCacheManager;
@@ -25,7 +26,7 @@ $NetBSD: patch-ah,v 1.1 2004/04/29 14:13:19 adam Exp $
void doneFace(in FT_Face face);
void doneFreeType(in FT_Library lib);
-@@ -103,16 +104,16 @@ interface nsIFreeType2 : nsISupports
+@@ -115,16 +116,16 @@
void outlineDecompose(in FT_Outline_p outline,
in const_FT_Outline_Funcs_p funcs, in voidPtr p);
void setCharmap(in FT_Face face, in FT_CharMap charmap);
@@ -43,6 +44,6 @@ $NetBSD: patch-ah,v 1.1 2004/04/29 14:13:19 adam Exp $
out FTC_Manager manager);
- void imageCacheNew(in FTC_Manager manager, out FTC_Image_Cache cache);
+ void imageCacheNew(in FTC_Manager manager, out FTC_ImageCache cache);
-
- FT_ULong getFirstChar(in FT_Face face, out FT_UInt gindex);
- FT_ULong getNextChar(in FT_Face face, in FT_ULong charcode, out FT_UInt gindex);
+ /* #ifdef MOZ_SVG */
+ void glyphTransform(in FT_Glyph glyph, in FT_Matrix_p matrix,
+ in FT_Vector_p delta);