summaryrefslogtreecommitdiff
path: root/www/mozilla-bin
AgeCommit message (Collapse)AuthorFilesLines
2004-02-16Remove conflict with suse_libc5 until a reason is provided.wiz1-2/+1
2004-02-12Add ftp.tuwien.ac.at location to mastersites.wiz1-2/+3
2004-02-10fix planetmirror URL in MASTER_SITES.grant1-3/+3
2004-02-10we only need the MASTER_SITES special case for Firebird and Mozilla.grant1-5/+5
2004-02-09use PKGBASE instead of "Mozilla Firebird"grant2-6/+7
2004-02-09support firefox (like firebird) in MASTER_SITES.grant1-1/+4
2004-01-31add back COMMENT which was somehow lost when I unified the mozillagrant1-1/+3
binary pkgs.
2004-01-22update mozilla binary pkgs to 1.6.grant3-12/+15
changes since 1.5: * One of the most requested Mozilla Mail features, an option to separate the Recipient and Sender columns in the thread pane, has been implemented. * Another frequently requested MailNews feature, a preference for placing the user's signature above the quoted text, has been added. * "Remove from server after x days" has been implemented for POP3 mail accounts. * vCard support has been added to Mozilla Mail. * Mozilla 1.6 includes a new cross-platform NTLM authentication mechanism. This feature brings NTLM authentication to the non-Windows Mozilla users for the first time and also delivers more robust and featureful NTLM support to users of older Windows versions. * Ask Jeeves searching has been added to Mozilla 1.6. * "Translate Page" functionality has returned to this release of Mozilla. * The View Source window now has reload functionality. * Several security-related bugs were fixed in 1.6 * Chatzilla 0.9.48 has been merged, which adds RPL_ISUPPORT support, halfop mode support, and properly masks key and password dialogs. * Many crash bugs have been fixed. * One step closer to the kitchen sink, about:about has been implemented. Typing about:about in the address field will give the user a nice list of available about:s. * The opacity implementation was completely revamped to properly change the opacity of all descendants as a group. * CSS inheritance has been updated to work per CSS2.1 (computed values are inherited).
2004-01-22allow MOZ_CONTRIB to be overridden.grant1-3/+3
2004-01-20s/it's/its/snj1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-11mozilla.org has re-arranged the MASTER_SITE, so fix accordingly.jschauma1-5/+7
Noted in agc's latest bulk build.
2004-01-06*really* allow MOZ_EXTRA to be overridden and fix gtk2 dependency.grant1-4/+5
fixes gtk2 packages.
2004-01-04conditionally set MOZ_EXTRA, and set it to empty in thunderbird (forgrant1-2/+2
which there is currently no gtk1 pkg).
2004-01-04factor out the common bits of the various mozilla binary packages intogrant9-122/+200
mozilla-bin/Makefile.common and mozilla-bin-nightly/Makefile.common. the result is much less duplication and more consistent installations. tested on NetBSD-current only (for now).
2003-12-23fix find mode expression.grant1-2/+2
2003-11-27Update mozilla-bin to 1.5.grant6-14/+28
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.
2003-10-19fix installation on Linux:grant3-12/+18
- s/LOCALBASE/PREFIX/ - s/X11BASE/X11PREFIX/ - install symlink for libgmodule - depend on gtk
2003-07-18allow these to work with -current glib/gtk on Solaris, add links forgrant2-12/+17
libgmodule and handle symlinked libraries more cleanly.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-02Update mozilla-bin to 1.4.grant4-13/+13
New Features and Fixes - Mozilla's bookmarks have been overhauled. Bookmarks now include a root level folder, the ability to have two differently named bookmarks pointing at the same location, site icons in the Bookmark Manager and Bookmarks Sidebar, and separators now have support for labels. - Composer now supports click and drag dynamic image and table resizing. If an image is selected or if the caret is placed inside a table, eight resizing handles appear and allow to resize the image/table with a simple click/drag/release. In the case of an image, the resizing is done real-time and a semi-opaque shadow of the image at its target size is shown during resizing. A tooltip shows in real-time the target size in pixels, and the relative change in pixels too. - Mail now has junk-mail context menu items, a "delete junk mail" menu item and many other usability improvements for junk-mail controls. - Pop-up blocking has been streamlined to improve usability. - Users can now specify "blank page," "home page," or "Last page visited" for each of first window, new window and new tab. - Users can now specify default font, size and color for HTML mail compose. - Image blocking/disabling is now more flexible and users can "view image" to see blocked or not loaded images. - Proxy auto-config (PAC) failover has been implemented - Mozilla 1.4 contains thousands of additional bugfixes, including changes to improve performance, stability, web site compatability, standards support, and usability. Note that this package is not available for Solaris 7, as the there is not yet any build for Solaris < 8.
2003-06-11clean up permission fixing in do-install target, alagrant1-4/+7
mozilla-bin-nightly.
2003-06-11add Solaris/sparc binary release to this package.grant3-3/+29
2003-05-27add CONFLICTS to suse_libc5 with mozilla-bin and phoenix-bin packages eachkei1-1/+3
other. addresses pkg/21675.
2003-05-20improve COMMENTgrant1-2/+2
2003-05-20improvegrant1-3/+7
2003-04-14set DISTNAME in the first block to appease pkglint (we redefine itgrant1-2/+2
later).
2003-04-14remove solaris checksum which mistakenly got in here..grant1-3/+1
2003-04-14tidy up NetBSD/Linux support, ala phoenix-bin-nightly.grant6-17/+29
2003-04-14rename mozilla-linux to mozilla-bin.grant7-0/+84