- Bring the invisible character to parity with GTK+
This commit is contained in:
parent
e27e6fefc5
commit
bef802580e
23
firefox-1.5-bullet-bill.patch
Normal file
23
firefox-1.5-bullet-bill.patch
Normal file
@ -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; i<length; i++)
|
||||||
|
{
|
||||||
|
- aOutString->Append(PRUnichar('*'));
|
||||||
|
+ aOutString->Append(PRUnichar(0x2022));
|
||||||
|
}
|
||||||
|
|
||||||
|
return NS_OK;
|
@ -11,7 +11,7 @@
|
|||||||
Summary: Mozilla Firefox Web browser.
|
Summary: Mozilla Firefox Web browser.
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 1.5.0.7
|
Version: 1.5.0.7
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
URL: http://www.mozilla.org/projects/firefox/
|
URL: http://www.mozilla.org/projects/firefox/
|
||||||
License: MPL/LGPL
|
License: MPL/LGPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -49,6 +49,7 @@ Patch26: firefox-RC1-stock-icons-gnomestripe.patch
|
|||||||
Patch27: firefox-gnomestripe-0.1-livemarks.patch
|
Patch27: firefox-gnomestripe-0.1-livemarks.patch
|
||||||
|
|
||||||
# local bugfixes
|
# local bugfixes
|
||||||
|
Patch40: firefox-1.5-bullet-bill.patch
|
||||||
Patch42: firefox-1.1-uriloader.patch
|
Patch42: firefox-1.1-uriloader.patch
|
||||||
|
|
||||||
# font system fixes
|
# font system fixes
|
||||||
@ -140,6 +141,7 @@ removed in favor of xulrunner-devel.
|
|||||||
#%patch25 -p0
|
#%patch25 -p0
|
||||||
#%patch26 -p0
|
#%patch26 -p0
|
||||||
#%patch27 -p1
|
#%patch27 -p1
|
||||||
|
%patch40 -p1
|
||||||
%patch42 -p0
|
%patch42 -p0
|
||||||
%patch81 -p1
|
%patch81 -p1
|
||||||
%patch82 -p1
|
%patch82 -p1
|
||||||
@ -395,6 +397,9 @@ fi
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 4 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.7-6
|
||||||
|
- Bring the invisible character to parity with GTK+
|
||||||
|
|
||||||
* Tue Sep 26 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.7-5
|
* Tue Sep 26 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.7-5
|
||||||
- Fix crash when changing gtk key theme
|
- Fix crash when changing gtk key theme
|
||||||
- Fix gtkmozembed window visibility
|
- Fix gtkmozembed window visibility
|
||||||
|
Loading…
Reference in New Issue
Block a user