From 40c7ce632775bc3b17f6b51f0a414292a7647121 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Wed, 4 Oct 2006 18:19:51 +0000 Subject: [PATCH] - Bring the invisible character to parity with GTK+ --- firefox-1.5-bullet-bill.patch | 23 +++++++++++++++++++++++ thunderbird.spec | 7 ++++++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 firefox-1.5-bullet-bill.patch 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/thunderbird.spec b/thunderbird.spec index 630340b..c72c20d 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -8,7 +8,7 @@ Summary: Mozilla Thunderbird mail/newsgroup client Name: thunderbird Version: 1.5.0.7 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 0 URL: http://www.mozilla.org/projects/thunderbird/ License: MPL @@ -43,6 +43,7 @@ Patch24: thunderbird-0.8-default-applications.patch Patch25: thunderbird-1.1-software-update.patch # local bugfixes +Patch40: firefox-1.5-bullet-bill.patch Patch42: firefox-1.1-uriloader.patch # font system fixes @@ -106,6 +107,7 @@ Mozilla Thunderbird is a standalone mail and newsgroup client. %patch11 -p1 -b .gnome-uriloader %patch24 -p1 %patch25 -p0 +%patch40 -p1 %patch42 -p0 %patch81 -p1 %patch82 -p1 @@ -243,6 +245,9 @@ update-desktop-database %{_datadir}/applications #=============================================================================== %changelog +* Wed Oct 4 2006 Christopher Aillon - 1.5.0.7-3 +- Bring the invisible character to parity with GTK+ + * Wed Sep 27 2006 Christopher Aillon - 1.5.0.7-2 - Fix crash when changing gtk key theme - Prevent UI freezes while changing GNOME theme