Subject: CVS commit: pkgsrc/www/mozilla
To: None <pkgsrc-changes@netbsd.org>
From: Shin'ichiro TAYA <taya@netbsd.org>
List: pkgsrc-changes
Date: 04/25/2002 18:52:48
Module Name:	pkgsrc
Committed By:	taya
Date:		Thu Apr 25 15:52:47 UTC 2002

Modified Files:
	pkgsrc/www/mozilla: Makefile PLIST-ELF PLIST-a.out distinfo
	pkgsrc/www/mozilla/patches: patch-aw patch-az patch-ba patch-bb
	    patch-bc patch-be patch-bf patch-bg patch-bh patch-bi
Added Files:
	pkgsrc/www/mozilla/patches: patch-ab patch-bj patch-bk

Log Message:
Update mozilla to 1.0rc1

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.


To generate a diff of this commit:
cvs rdiff -r1.82 -r1.83 pkgsrc/www/mozilla/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/www/mozilla/PLIST-ELF \
    pkgsrc/www/mozilla/PLIST-a.out
cvs rdiff -r1.16 -r1.17 pkgsrc/www/mozilla/distinfo
cvs rdiff -r0 -r1.21 pkgsrc/www/mozilla/patches/patch-ab
cvs rdiff -r1.9 -r1.10 pkgsrc/www/mozilla/patches/patch-aw
cvs rdiff -r1.7 -r1.8 pkgsrc/www/mozilla/patches/patch-az
cvs rdiff -r1.6 -r1.7 pkgsrc/www/mozilla/patches/patch-ba \
    pkgsrc/www/mozilla/patches/patch-bb pkgsrc/www/mozilla/patches/patch-bc
cvs rdiff -r1.5 -r1.6 pkgsrc/www/mozilla/patches/patch-be
cvs rdiff -r1.3 -r1.4 pkgsrc/www/mozilla/patches/patch-bf
cvs rdiff -r1.2 -r1.3 pkgsrc/www/mozilla/patches/patch-bg
cvs rdiff -r1.1 -r1.2 pkgsrc/www/mozilla/patches/patch-bh \
    pkgsrc/www/mozilla/patches/patch-bi
cvs rdiff -r0 -r1.1 pkgsrc/www/mozilla/patches/patch-bj \
    pkgsrc/www/mozilla/patches/patch-bk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.