summaryrefslogtreecommitdiff
path: root/www/mozilla/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2004-02-01- remove patch that enables IPv4 mapped IPv6 addresstaya1-4/+3
- remove not necessary defines - _REENTRANT & _THREAD_SAFE
2004-01-17Update mozilla to 1.6taya1-19/+19
- New features and Fixes from release notes: * 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). - pkgsrc specific changes * add option to build with gtk2 (not completed yet)(from Jeremy C. Reed) * make mathml optional (for MozillaThunderbird)
2003-12-26add FreeBSD to a conditional to fix a build problem on FreeBSD.grant1-2/+2
from Michal Pasternak in PR pkg/23867.
2003-12-04remove obsolete checksum for removed patch file(patch-aa).taya1-2/+1
regened distinfo.
2003-11-27Update mozilla to 1.5.1taya1-19/+20
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-08-02use <iostream> instead of <iostream.h>mrg1-1/+2
2003-07-02Update mozilla to 1.4taya1-5/+3
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.
2003-05-22Update mozilla to 1.3.1.taya1-3/+3
And change PREFIX from /usr/X11R6 to /usr/pkg. 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 rich text editing controls has landed in Mozilla for 1.3.1. See the rich text editing 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.1 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.
2003-05-21map EHOSTUNREACH to PR_HOST_UNREACHABLE_ERROR internal error number of mozillataya1-1/+3
and handle the case connect() returns EHOSTUNREACH correctly to try other address. fix PR pkg/20919
2003-04-27pass -Wl,-R... when linking shared libraries on FreeBSD. The runtimegrant1-3/+3
linker seemingly does not pass the rpath down from binaries to shared libs, resulting in libs not being able to find other libs they require. patch from taya@, tested on FreeBSD 5.0.
2003-03-17Update mozilla to 1.3taya1-17/+18
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
2003-02-12Re-open stdin on /dev/null before executing netstat. netstat is aatatat1-1/+2
setgid program that should not be executed with stdin closed, regardless of whether the kernel will cover up for you or not.
2003-02-02fix configure script to correctly configure with pthread.taya1-1/+2
2003-01-21Revert last change. There is *no* patch "patch-bj". It has been deletedtron1-2/+1
when "mozilla" was updated to version 1.2.1.
2003-01-20Reinstate sha1 for patch-bj, lost in last commit (hi tron!)wiz1-1/+2
2003-01-19Avoid connection problems to IPv4 sites on a NetBSD system with IPv6 andtron1-3/+2
native threads. This fix was suggested by Shin'ichiro Taya as fix for PR pkg/19928 and successfully tested by me.
2002-12-11Add a patch to make this build & run on 1.5.3, where CODESET isn'the1-1/+2
defined. Fix to PR#19325 forthcoming (same problem with phoenix).
2002-12-05Correct checksum. (Possibly the distfile was changed in the master site?)uebayasi1-3/+3
PR19287 by <seebs at vash dot cel dot plethora dot net>.
2002-12-04Update mozilla to 1.2.1taya1-17/+15
What's new from Release notes: (See release notes for detail - http://www.mozilla.org/releases/mozilla1.2.1/) Browser * Type Ahead Find is a new feature that allows quick navigation when you type a succession of characters in the browser, matching the text in one or more links on the page. * Building on Mozilla's customizability, you can now show toolbars as text/icons/both (in the default Classic theme). We also have a few other usability improvements like image selection visualization (image highlights with system selection color when selected) and the removal of the confusing toolbar grippies. * Improvements to native look and feel in both the browser interface and the browser content area. We now support most native GTK themes in Mozilla which means that your Mozilla toolbars and other widgets will pick up the GTK theme look and feel. We also support native look and feel for web content like form controls under windowsXP. * Making tabbed browsing even more useful, you can launch the browser with a group of bookmarks as your start page. This loads several pages into tabs at startup. * Keyboard access is greatly improved including additional accesskeys for menus, other ui elements and page elements. * We have a new features that utilizes browser idle time to download or prefetch documents that the user might visit in the near future. * XML prettyprinting, similar to IEs default-view for XML is now available in Mozilla. Mail * Mozilla Mail has a new "filter after the fact" capability so users can create a filter and then run that filter on already downloaded mail. Filter logging has also been implemented which allows power users to see a log of all of the filter actions. * In mail you can now select and copy text from message headers and you can now drag and drop from the message search results window.
2002-10-03- Split Makefile to Makefile & Makefile.commontaya1-4/+5
- Use __ELF__ to detect ELF - Modify xpcom stuff for arm like m68k
2002-09-03Swipe the patch for bug 160535 from the Mozilla tree, to fix unaligned accessmycroft1-1/+3
problems on 64-bit platforms. (I don't think this is the right way to do it, but...)
2002-08-29fix PLISTtaya1-11/+12
merge PLIST-* to PLIST improve install script to share with mozilla-1.0 branch(not imported yet)
2002-08-29upgrade to 1.1. includes CSS/cookie-stealing security fix.itojun1-8/+3
* Improved application and layout performance * Improved stability * Improved Web site compatibility * Improved CSS, DOM and HTML standards support * Distinct window icons for the different Mozilla applications (artwork contributed by Grayrest). * Mozilla can now trigger MS DUN when started without a connection. * Fullscreen mode for Mozilla on Linux (press F11). * Browser tabs now close left to right (they used to close right to left). * The tab bar now has a button for creating new tabs. * All Search entry points now use your default search engine. * Download Manager has been enabled as the default download view (with many improvements) * Autocomplete in the location bar has more intelligent completion. * The Linux File Picker has improved filtering and a new directory button. * File extensions more accurately handled in downloads and we save the correct files when saving complete Web pages * Drag and drop support has been greatly improved. * View selection source: Context clicking on a selection now lets you view the HTML source for the selected area. * Page info displays more page info with improved General and Media tab content. * New button in prefs for making Mozilla the system default browser on MS Windows * MathML is now enabled for Mozilla on Macintosh (it was already available on Windows and Linux). * Mozilla now takes advantage of Quartz rendering for users of Mac OS X 10.1.5 * Better Bi-Di Arabic and Hebrew support including improved layout of Arabic pages on Linux and other platforms without their own Arabic shaping support. * We have new layout performance enhancements targeted at DHTML. * Mozilla now has support for the display of XBM images. * Image and plug-in blocking for Mail & News * Mozilla allows you to view HTML mail messages as plain text. * You can now quote the current message in a Mail compose window with Quote Original under the options menu. * The JavaScript Debugger has gone through a major development cycle. It now sports a palette of nine views which can be rearranged within the main window or docked in separate floating windows. It is also possible to create user-defined views and commands directly with JavaScript. More details are available in the FAQ, newsgroup, or IRC channel. * Chatzilla has improved tab completion and can now join channels with Japanese names.
2002-08-19Make this compile, at least, on NetBSD/m68kelf, using patches submittedfredb1-2/+4
to tech-pkg by Klaus Heinz.
2002-07-12add config for arm, armel, armebtaya1-3/+3
2002-07-04add pthread support.(but disabled now)taya1-2/+4
2002-06-06Update mozilla to 1.0taya1-14/+14
No major changes from 1.0rc3. See the release notes for detail about mozilla. http://www.mozilla.org/releases/mozilla1.0/
2002-05-26Source tarball has changed.taya1-3/+3
regen distinfo.
2002-05-25Update mozilla to 1.0rc3taya1-4/+3
* We've landed 139 bug fixes since RC2, including fixes for plugins, usability, crashes, and internationalization issues. See release notes for detail. http://www.mozilla.org/releases/mozilla1.0/
2002-05-14Update mozilla to 1.0rc2taya1-17/+15
Changes from release notes are follows: - A security vulnerability reported in Mozilla by GreyMagic Software has now been fixed. For more information see the mozilla.org statement. - Fifteen of our most frequently encountered crashes have been fixed. You can help us find any that are left by banging on Mozilla and sending in those TalkBack crash reports. - Ten of our most frequently encountered application freezes have been fixed (including the dreaded bug 96504 on Linux). - We finally support CSS2 :hover the way web developers want us to. (Bug bug 5693) - It is now possible to install colormap on 8 bit displays using -install. (Bug 22337) - Cookies can now be disabled for Mozilla Mail. (Bug 22994) - You can now enable in preferences HTTP 1.1 pipelining (not on by default). (Bug 93054)
2002-05-07Add security fix for " Bugzilla Bug 141061 XMLHttpRequest allows reading of ↵taya1-1/+2
local files" See bugzilla for detail: http://bugzilla.mozilla.org/show_bug.cgi?id=141061 Demo of this vulnerability: http://sec.greymagic.com/adv/gm001-ns/
2002-04-25Update mozilla to 1.0rc1taya1-13/+16
Noteable changes from release notes are follows. See release notes for detail http://www.mozilla.org/releases/mozilla1.0/ - Mozilla Composer now implements one button publishing which allows you to save html documents directly to web sites where you have an established account. - Our most frequently reported bug has been fixed. Viewing the source of a cgi generated page now works properly. - Mozilla now implements LDAP over SSL and allows LDAP Address Book replication. - The following JavaScript statements are now acceptable, as they are with Netscape Navigator 4.7 and Internet Explorer 6: for(i in undefined){} for(i in null){} var obj; for (i in obj){} - Improved GB18030 support -- the Unicode surrogate range support is now available on Windows. - Linux scaled bitmap font support is available This improves quality of bitmap font display even when a font does not contain embedded bitmap fonts in many different sizes. - There is now a preference to match the browser's default locale/region to the operating system default. In all.js: pref("intl.locale.matchOS", false); When its value is "true", browser will find the system's locale and set its UI language and region content to match it. For example, when installing on an English (US) system, on start up, the client will use English as its UI language and US as its region locale until a user profile is selected. If a (pair) of locale is defined in the selected profile, browser will honor the profile locale. In addition, when cmdline switches, '-UILocale' and/or 'contentLocale', are present, the cmdline switch takes precedence. (Bug 121744) Note: Having this preference on is an expensive operation. Therefore, when this preference is "true", there will be approximately a 30% increase in startup time.
2002-03-13Update mozilla to 0.9.9taya1-13/+13
Changes from release mail: * MathML is now enabled by default on those platforms that support it, including Windows and Unix. * The JavaScript debugger, (aka Venkman) can now profile JavaScript. * Greatly improved View-> Page Info dialog. * Mozilla now supports SOAP. * Users now have the option of installing plugins in the Mozilla user directory ($HOME/.mozilla/plugins on Unix). * Mozilla has a new Page Setup dialog and the Print Preview window is much improved. and much, much more. See release notes for detail http://www.mozilla.org/releases/mozilla0.9.9/
2002-02-09Update mozilla to 0.9.8taya1-12/+13
See the release notes for detail. http://www.mozilla.org/releases/mozilla0.9.8/
2001-12-27Update mozilla to 0.9.7taya1-11/+11
See the release notes for detail. http://www.mozilla.org/releases/mozilla0.9.7/
2001-12-22Remove " {build 0000000000}" from title bars; it's not useful andlukem1-1/+2
wastes screen space. Fix by Peter Seebach in [pkg/15026].
2001-11-22Update mozilla to 0.9.6taya1-13/+11
From "What's New" section of release notes: * Mozilla now displays page icons in the url bar (Expect support for shortcut icons (aka favicon) in Mozilla 0.9.7). Page icons can be defined in the html head section of a document like so: <LINK REL="icon" HREF="images/mozilla-16.png" TYPE="image/png"> <LINK REL="SHORTCUT ICON" HREF="/images/global/branding/dellecomicon.ico"> * Mozilla can now display Windows .BMP and .ICO images on all platforms. * Print Preview has been implemented. * Macintosh Page Setup has been implemented (Bug 36796) * Mail message "labels" support has been implemented. (Bug 81292) * Mail "prefill mail filter" support has been implemented (Bug 65761) * The new Search for item on the context menu lets you search for any text you highlight on a web page. * Select some text in browser window. * Right click in the browser window and a context menu will pop up. * Choose the Search for item and Mozilla will search for the highlighted text at your default engine.
2001-10-26enable IPv4 mapped IPv6 address(workaround for -current)taya1-1/+2
2001-10-16Update mozilla to 0.9.5taya1-11/+12
See release notes for detail. http://www.mozilla.org/releases/mozilla0.9.5/
2001-09-16Update mozilla to 0.9.4 & add some patches for sparc64(not complete yet)taya1-9/+11
See release notes for detail. http://www.mozilla.org/releases/mozilla0.9.4/
2001-08-04mozilla.org replaced source tarball.taya1-3/+3
update distinfo
2001-08-04Update to mozilla 0.9.3taya1-8/+9
From mozilla 0.9.3 release notes: * Continued stability improvements with 16 top crash bugs fixed since 0.9.2. These bugs were fixed thanks to data generated by users running talkback builds. * The Subscribe dialog now lets you search for all newsgroups containing a string when subscribing to newsgroups. * The Modern theme has several changes to icons and sidebar tabs. * Proxy Auto-Config has been implemented on the Macintosh. * There is a new preference for choosing between Windows and Linux scrollbar behaviour when the mouse strays off the scrollbar when you're in the process of scrolling. (Bug 90985) * Chatzilla is now localizable.
2001-07-13Update mozilla to 0.9.2nb1.taya1-1/+3
Try to connect to all address if host have more than 1 address.
2001-07-01Update mozilla to 0.9.2taya1-7/+6
0.9.2 is a bugfix release. See release notes for detail. http://www.mozilla.org/releases/mozilla0.9.2/
2001-06-19Because source tarball has changed(only CVS/* files), update digest.taya1-3/+3
2001-06-09Update mozilla to 0.9.1 and add header files to packagetaya1-7/+7
0.9.1 is a bugfix release. Stability greatly improved since Mozilla 0.9 See release notes for detail. http://www.mozilla.org/releases/mozilla0.9.1/
2001-05-11Most notable changes are:taya1-7/+7
* Personal Security Manager 2.0 with improved performance and new UI. * MailNews front end has been overhauled with a huge performance improvement. * Browser and Mail now utilize a new cache, and new viewmanager for improved performance and correctness. * Image rendering library was rewritten from scratch for increased preformance. See the release notes below for detail: http://www.mozilla.org/releases/mozilla0.9/
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+8
+ move the patch digest/checksum values from files/patch-sum to distinfo