summaryrefslogtreecommitdiff
path: root/www/mozilla/patches/patch-ab
diff options
context:
space:
mode:
authortaya <taya>2003-11-27 00:03:53 +0000
committertaya <taya>2003-11-27 00:03:53 +0000
commite6e593db0c1f8b030fbb7b4a7010bba8f62e25ba (patch)
treefc81af76a9cc426fa714afb80ccc04935ac9763b /www/mozilla/patches/patch-ab
parent13d5d26c66b3af7301b00e04684fa23424b817af (diff)
downloadpkgsrc-e6e593db0c1f8b030fbb7b4a7010bba8f62e25ba.tar.gz
Update mozilla to 1.5.1
New Features and Fixes * Mozilla now includes a spellchecker for MailNews and Composer. * Additional MailNews improvements include: o Users can add header lines to *every* message sent out via a certain identity. o A common application hang with SSL-encrypted SMTP connections has been fixed. o Printing of the attachments list is now supported. o Users can now mark message as read by date. * Many great improvements to Mozilla Composer including: o Better resizing for images, tables, and absolutely positioned objects. o Support for absolutely positioned objects, movable on the canvas using the mouse. o Support for z-index management. o "Snap to grid" when moving an absolutely positioned object. o Source View now uses an editor instead of a simple textarea (allows find and replace). o Numerous fixes in caret management, inline styles handling, and CSS styles handling. * Improvements to tabbed browsing, including: o Tabs are now replaced when a bookmark group is loaded. This can be changed to the old "append" behavior in the Tabbed browsing preferences. o Back and Forward navigation for tabbed browsing and bookmark groups has been improved. Users can now use the back button after loading a bookmark group to restore the previous set of tabs. o Closing a window with multiple tabs now prompts the user with a confirmation dialog (which can be disabled for future close operations). * ChatZilla, Mozilla's internet relay chat (IRC) client, has had a major overhaul bringing logging and many additional improvements. * DOM Inspector can now display the #document node (the document root). * It is now possible to jump from the JavaScript console to the relevant line in the View Source Window. * Mozilla's view source now displays line and column numbers in the status bar. * A quicksearch filter has been implemented for about:config. * Gecko now supports setting color for <HR>. * The '::' notation for CSS pseudo-elements is now supported. The old ':' notation is still supported only for pseudo-elements in CSS2 (:first-line, :first-letter, :before, :after) and the various :-moz-tree-* pseudo-elements. * Unstyled XML display has been improved. * Some Windows GDI problems in Mozilla have been resolved. * A common problem collapsing the URL bar popup on Windows has been fixed. * Mozilla has improved performance, stability, standards support and Web compatibility.
Diffstat (limited to 'www/mozilla/patches/patch-ab')
-rw-r--r--www/mozilla/patches/patch-ab15
1 files changed, 8 insertions, 7 deletions
diff --git a/www/mozilla/patches/patch-ab b/www/mozilla/patches/patch-ab
index 9582b56484f..cbe466b7f36 100644
--- a/www/mozilla/patches/patch-ab
+++ b/www/mozilla/patches/patch-ab
@@ -1,8 +1,9 @@
-$NetBSD: patch-ab,v 1.28 2003/04/27 09:49:06 grant Exp $
+$NetBSD: patch-ab,v 1.29 2003/11/27 00:03:53 taya Exp $
---- configure.in.orig 7 Mar 2003 21:25:31 -0000
-+++ configure.in 15 Apr 2003 14:53:02 -0000
-@@ -859,6 +859,9 @@
+diff -ru ../Orig/mozilla/configure.in ./configure.in
+--- ../Orig/mozilla/configure.in 2003-08-30 02:14:58.000000000 +0900
++++ ./configure.in 2003-10-16 15:38:38.000000000 +0900
+@@ -902,6 +902,9 @@
# MKSHLIB_FORCE_ALL='-Wl,-Bforcearchive'
# MKSHLIB_UNFORCE_ALL=''
# fi
@@ -12,7 +13,7 @@ $NetBSD: patch-ab,v 1.28 2003/04/27 09:49:06 grant Exp $
;;
*-hpux*)
-@@ -1134,6 +1137,13 @@
+@@ -1190,6 +1193,13 @@
if test "$LIBRUNPATH"; then
DSO_LDOPTS="-Wl,-R$LIBRUNPATH $DSO_LDOPTS"
fi
@@ -26,7 +27,7 @@ $NetBSD: patch-ab,v 1.28 2003/04/27 09:49:06 grant Exp $
;;
*-nto*)
-@@ -1493,7 +1503,7 @@
+@@ -1596,7 +1606,7 @@
[siginfo_t* info;],
[ac_cv_siginfo_t=true],
[ac_cv_siginfo_t=false])])
@@ -35,7 +36,7 @@ $NetBSD: patch-ab,v 1.28 2003/04/27 09:49:06 grant Exp $
AC_DEFINE(HAVE_SIGINFO_T)
AC_MSG_RESULT(yes)
else
-@@ -2037,9 +2047,6 @@
+@@ -2143,9 +2153,6 @@
CXXFLAGS="$CXXFLAGS -mt"
fi
;;