Update patches to keep up with the trunk. Add patch for Red Hat 7.2 that will get postscript printing working with CJK locales. Not part of the build.

This commit is contained in:
blizzard%redhat.com 2001-11-02 00:00:36 +00:00
Родитель b79dc5a65c
Коммит 3eb643cc9d
3 изменённых файлов: 34 добавлений и 5 удалений

Просмотреть файл

@ -1,6 +1,6 @@
--- mozilla/xpfe/browser/resources/content/navigatorOverlay.xul.debug Sat Sep 8 11:36:22 2001
+++ mozilla/xpfe/browser/resources/content/navigatorOverlay.xul Sat Sep 8 11:37:14 2001
@@ -338,120 +338,7 @@
--- mozilla/xpfe/browser/resources/content/navigatorOverlay.xul.debug Wed Oct 31 10:51:59 2001
+++ mozilla/xpfe/browser/resources/content/navigatorOverlay.xul Wed Oct 31 10:52:40 2001
@@ -347,119 +347,7 @@
<menu id="tasksMenu"/>
<menu accesskey="&helpMenuCmd.accesskey;" id="menu_Help"/>
@ -82,7 +82,6 @@
-
- <menuitem label="Form Manager Samples" oncommand="window._content.location.href='chrome://communicator/locale/wallet/index.html';"/>
-
- <menuitem label="&domviewer.label;" oncommand="window._content.location.href='chrome://communicator/content/domviewer/DOMDataSourceViewer.xul'"/>
- <menuitem label="&browserbuster.label;" oncommand="window._content.location.href='http://komodo.mozilla.org/buster/'"/>
- <menuitem label="&editor-test-page.label;" oncommand="window.openDialog('chrome://editor/content','_blank','chrome,all,dialog=no','chrome://editor/content/EditorInitPage.html')"/>
- <menuitem label="&flush-memory.label;" oncommand="Components.classes['@mozilla.org/xpcom/memory-service;1'].getService(Components.interfaces.nsIMemory).heapMinimize(true);" />

Просмотреть файл

@ -0,0 +1,27 @@
--- mozilla/modules/libpref/src/unix/unix.js.psfonts Thu Oct 25 11:57:36 2001
+++ mozilla/modules/libpref/src/unix/unix.js Thu Oct 25 11:59:03 2001
@@ -257,8 +257,10 @@
pref("print.psnativefont.ar", "");
pref("print.psnativefont.el", "");
pref("print.psnativefont.he", "");
-pref("print.psnativefont.ja", "");
-pref("print.psnativefont.ko", "");
+pref("print.psnativecode.ja", "euc-jp");
+pref("print.psnativefont.ja", "Ryumin-Light-EUC-H");
+pref("print.psnativecode.ko", "euc-kr");
+pref("print.psnativefont.ko", "Baekmuk-Gulim-KSC-EUC-H");
pref("print.psnativefont.th", "");
pref("print.psnativefont.tr", "");
pref("print.psnativefont.x-baltic", "");
@@ -267,7 +269,9 @@
pref("print.psnativefont.x-unicode", "");
pref("print.psnativefont.x-user-def", "");
pref("print.psnativefont.x-western", "");
-pref("print.psnativefont.zh-CN", "");
-pref("print.psnativefont.zh-TW", "");
+pref("print.psnativecode.zh-CN", "gb2312");
+pref("print.psnativefont.zh-CN", "BousungEG-Light-GB-GB-EUC-H");
+pref("print.psnativecode.zh-TW", "big5");
+pref("print.psnativefont.zh-TW", "ShanHeiSun-Light-B5-H");
pref("mail.signature_date", 0);

Просмотреть файл

@ -24,6 +24,7 @@ Patch7: mozilla-redhat-home-page.patch
Patch8: mozilla-redhat-mail-home-page.patch
Patch10: mozilla-redhat-home-page-6.2.patch
Patch11: mozilla-taskbar-nomozilla.patch
Patch12: mozilla-psfonts-7.2.patch
Buildroot: /var/tmp/mozilla-root
Prefix: /usr
Group: Applications/Internet
@ -98,6 +99,9 @@ fi
%patch11 -p1
%patch11 -p1 -R
# Can't hurt to leave this in since the defaults are empty.
%patch12 -p1
%build
if [ -x /usr/bin/getconf ]; then
@ -373,7 +377,6 @@ fi
%{prefix}/share/pixmaps/mozilla-compose-icon.gif
%verify (not md5 mtime size) %{prefix}/lib/mozilla/component.reg
%verify (not md5 mtime size) %{prefix}/lib/mozilla/components/xptitemp.dat
%verify (not md5 mtime size) %{prefix}/lib/mozilla/components/xpti.dat
%dir %{prefix}/lib/mozilla/defaults/pref