From bef802580ec679e724f429081edc696d1303e90c Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Oct 04 2006 18:01:39 +0000 Subject: - Bring the invisible character to parity with GTK+ --- diff --git a/firefox-1.5-bullet-bill.patch b/firefox-1.5-bullet-bill.patch new file mode 100644 index 0000000..7108eb4 --- /dev/null +++ b/firefox-1.5-bullet-bill.patch @@ -0,0 +1,23 @@ +Index: mozilla/editor/libeditor/text/nsTextEditRules.cpp +=================================================================== +RCS file: /cvsroot/mozilla/editor/libeditor/text/nsTextEditRules.cpp,v +retrieving revision 1.195 +diff -d -u -p -r1.195 nsTextEditRules.cpp +--- mozilla/editor/libeditor/text/nsTextEditRules.cpp 16 Jun 2005 13:10:56 -0000 1.195 ++++ mozilla/editor/libeditor/text/nsTextEditRules.cpp 4 Oct 2006 16:02:19 -0000 +@@ -1390,13 +1390,13 @@ nsTextEditRules::EchoInsertionToPWBuff(P + // manage the password buffer + mPasswordText.Insert(*aOutString, aStart); + +- // change the output to '*' only ++ // change the output to 'U+2022' only + PRInt32 length = aOutString->Length(); + PRInt32 i; + aOutString->Truncate(); + for (i=0; iAppend(PRUnichar('*')); ++ aOutString->Append(PRUnichar(0x2022)); + } + + return NS_OK; diff --git a/firefox.spec b/firefox.spec index b5e7815..b5eda9d 100644 --- a/firefox.spec +++ b/firefox.spec @@ -11,7 +11,7 @@ Summary: Mozilla Firefox Web browser. Name: firefox Version: 1.5.0.7 -Release: 5%{?dist} +Release: 6%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPL/LGPL Group: Applications/Internet @@ -49,6 +49,7 @@ Patch26: firefox-RC1-stock-icons-gnomestripe.patch Patch27: firefox-gnomestripe-0.1-livemarks.patch # local bugfixes +Patch40: firefox-1.5-bullet-bill.patch Patch42: firefox-1.1-uriloader.patch # font system fixes @@ -140,6 +141,7 @@ removed in favor of xulrunner-devel. #%patch25 -p0 #%patch26 -p0 #%patch27 -p1 +%patch40 -p1 %patch42 -p0 %patch81 -p1 %patch82 -p1 @@ -395,6 +397,9 @@ fi #--------------------------------------------------------------------- %changelog +* Wed Oct 4 2006 Christopher Aillon 1.5.0.7-6 +- Bring the invisible character to parity with GTK+ + * Tue Sep 26 2006 Christopher Aillon 1.5.0.7-5 - Fix crash when changing gtk key theme - Fix gtkmozembed window visibility