summaryrefslogtreecommitdiff
path: root/www/mozilla/patches/patch-bb
diff options
context:
space:
mode:
authortaya <taya>2003-03-17 16:07:32 +0000
committertaya <taya>2003-03-17 16:07:32 +0000
commitcec9b301473c6e3ee6fa943106630decde703ddf (patch)
treef2f31b46403ecd047a47d41e075491e22dd0cf28 /www/mozilla/patches/patch-bb
parent6f1aee8421ae7a708e8536ebc726a8b7b715af4f (diff)
downloadpkgsrc-cec9b301473c6e3ee6fa943106630decde703ddf.tar.gz
Update mozilla to 1.3
What's new from release notes * Mozilla Mail has junk-mail classification. With some initial "training" the client can identify and segregate spam messages from good messages. To see more about Mozilla's junk-mail classification, visit the Mozilla Spam Filtering page. * Newsgroup filters have been implemented. * An initial implementation of Mozilla Midas, rich text editing controls, has landed in Mozilla for 1.3. See the Midas page for more information. * Image auto sizing allows a user to toggle between full-sized images and images sized to fit the browser window. To give it a try, load a large image into the browser window or size the window to be much smaller. Now clicking on the image will alternate between auto-sized and full-sized. The feature can be disabled (or enabled) from the Appearance panel in Preferences. * Users can now "dynamically" switch profiles. To give it a try, from the tools menu select "Switch Profile..." * Find as you type, formerly known as type ahead find, has a new preferences panel (Advanced: Keyboard Navigation). * When installed, Chatzilla now has a normal Mozilla preferences panel. * Mozilla 1.3 also includes fixes for performance, standards compliance and site compatibility. * Mozilla has a new splash screen. We already know. Please don't report this to Bugzilla. Thanks
Diffstat (limited to 'www/mozilla/patches/patch-bb')
-rw-r--r--www/mozilla/patches/patch-bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/mozilla/patches/patch-bb b/www/mozilla/patches/patch-bb
index 40b1537f539..e7373dea51e 100644
--- a/www/mozilla/patches/patch-bb
+++ b/www/mozilla/patches/patch-bb
@@ -1,8 +1,8 @@
-$NetBSD: patch-bb,v 1.12 2002/12/04 15:20:30 taya Exp $
+$NetBSD: patch-bb,v 1.13 2003/03/17 16:07:35 taya Exp $
diff -ru ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.h ./nsprpub/pr/include/md/_netbsd.h
---- ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.h Fri Dec 29 02:04:04 2000
-+++ ./nsprpub/pr/include/md/_netbsd.h Wed Nov 13 14:21:34 2002
+--- ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.h 2003-01-17 08:09:14.000000000 +0900
++++ ./nsprpub/pr/include/md/_netbsd.h 2003-03-14 16:59:00.000000000 +0900
@@ -48,12 +48,20 @@
#define _PR_SI_ARCHITECTURE "m68k"
#elif defined(__powerpc__)
@@ -24,7 +24,7 @@ diff -ru ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.h ./nsprpub/pr/include/md
#endif
#if defined(__ELF__)
-@@ -106,7 +114,17 @@
+@@ -107,7 +115,17 @@
}
#define _MD_GET_SP(_thread) CONTEXT(_thread)[2]
#endif
@@ -43,7 +43,7 @@ diff -ru ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.h ./nsprpub/pr/include/md
#define _MD_INIT_CONTEXT(_thread, _sp, _main, status) \
{ \
sigsetjmp(CONTEXT(_thread), 1); \
-@@ -148,7 +166,7 @@
+@@ -149,7 +167,7 @@
}
#define _MD_GET_SP(_thread) CONTEXT(_thread)[32]
#endif