head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.52 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.50 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.48 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.46 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.44 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.42 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.40 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.38 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.36 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.34 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.32 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.30 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.28 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.26 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.24 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.22 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.20 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.18 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.16 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.14 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.12 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.10 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.8 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.6 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.4 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.2 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.1.1.1.0.2 pkgsrc-2003Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2004.03.09.15.09.01; author taya; state dead; branches; next 1.2; 1.2 date 2003.11.27.00.10.55; author taya; state Exp; branches; next 1.1; 1.1 date 2003.08.16.14.19.37; author taya; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2003.08.16.14.19.37; author taya; state Exp; branches; next ; desc @@ 1.3 log @ Remove MozillaFirebird. MozillaFirebird is replaced by firefox. @ text @$NetBSD: patch-bn,v 1.2 2003/11/27 00:10:55 taya Exp $ diff -ru ../Orig/mozilla/xpcom/io/nsNativeCharsetUtils.cpp ./xpcom/io/nsNativeCharsetUtils.cpp --- ../Orig/mozilla/xpcom/io/nsNativeCharsetUtils.cpp 2003-07-30 14:58:28.000000000 +0900 +++ ./xpcom/io/nsNativeCharsetUtils.cpp 2003-10-20 10:19:15.000000000 +0900 @@@@ -294,7 +294,12 @@@@ { const char *blank_list[] = { "", NULL }; const char **native_charset_list = blank_list; +#ifdef CODESET const char *native_charset = nl_langinfo(CODESET); +#else + const char *native_charset = nsnull; +#endif + if (native_charset == nsnull) { NS_ERROR("native charset is unknown"); // fallback to ISO-8859-1 @ 1.2 log @ Update MozillaFirebird to 0.7 Here are the news in this release of Mozilla Firebird: * Advanced preferences panel * Download/helper apps preferences panel * Cookie whitelisting (through the new Cookie Exceptions window) * New password manager * Web panels (like Mozilla's sidebar panels) * Alternate stylesheet support (through a status bar button) * Send Page, Send Link, and Send Image menu items * Autoscroll * Lots of bug fixes and other small improvements There have been too many bug fixes since Mozilla Firebird 0.6.1 to keep track of them all. It's better. Trust us ;-) @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d4 3 a6 3 --- ../Orig/mozilla/xpcom/io/nsNativeCharsetUtils.cpp 2003-07-04 05:54:37.000000000 +0900 +++ ./xpcom/io/nsNativeCharsetUtils.cpp 2003-07-31 23:23:54.000000000 +0900 @@@@ -265,7 +265,12 @@@@ @ 1.1.1.1 log @ Import MozillaFirebird 0.6.1 (renamed from phoenix) Changes from 0.6: * Fix for the auto-complete crash bug * Fix for the DOM security restriction bug that broke many bookmarklets * Rich Text Editing support * Toolbar buttons for cut, copy and paste * Brushed up default theme, including updated toolbar icons * New application icon @ text @@