release-notes/devel/en_US Desktop.xml,1.6,1.7

Karsten Wade (kwade) fedora-docs-commits at redhat.com
Mon Sep 25 06:51:24 UTC 2006


Author: kwade

Update of /cvs/docs/release-notes/devel/en_US
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9325

Modified Files:
	Desktop.xml 
Log Message:
good for FC6


Index: Desktop.xml
===================================================================
RCS file: /cvs/docs/release-notes/devel/en_US/Desktop.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Desktop.xml	24 Sep 2006 20:41:49 -0000	1.6
+++ Desktop.xml	25 Sep 2006 06:51:21 -0000	1.7
@@ -34,7 +34,7 @@
     <orderedlist numeration='arabic'>
       <listitem>
         <para>
-          <emphasis>System -> Preferences -> More -> Desktop
+          <emphasis>System => Preferences => More => Desktop
           Effects</emphasis>
         </para>
       </listitem>
@@ -50,7 +50,7 @@
       </listitem>
     </orderedlist>
     <para>
-      If you get stuck, please refer to the following thread:
+      If you get stuck, refer to the following thread:
     </para>
     <itemizedlist>
       <listitem>
@@ -123,27 +123,29 @@
   <section>
     <title>Web Browsers</title>
     <para>
-      There is no longer a "browser suite" package contained in Fedora
-      Core 6. The <code>mozilla</code> package has been removed. For
-      equivalent functionality, use <code>firefox</code> as a web
+      There is no longer a <firstterm>browser suite</firstterm> package
+      contained in Fedora Core 6. The <code>mozilla</code> package has been
+      removed. For equivalent functionality, use <code>firefox</code> as a web
       browser and <code>thunderbird</code> as a mail client, or use
-      <code>seamonkey</code>, a browser suite distributed in Fedora
-      Extras.
+      <code>seamonkey</code>, a browser suite distributed in Fedora Extras.
     </para>
     <para>
-      To better support certain scripts (such as Indic and some CJK
-      scripts), Fedora builds its
-      <emphasis role='strong'>Firefox</emphasis>, with permission from
-      the Mozilla Corporation, with the Pango system as its text
-      renderer. This change may negatively impact performance on some
-      pages. To disable the use of Pango, set
-      <code>MOZ_DISABLE_PANGO=1</code> in your environment before
-      launching <emphasis role='strong'>Firefox</emphasis>.
-    </para>
+      To better support certain scripts (such as Indic and some CJK scripts),
+      Fedora builds its <emphasis role='strong'>Firefox</emphasis> using the
+      Pango system as its text renderer.  Pango is used with the permission of
+      the Mozilla Corporation.  This change may negatively impact performance on
+      some pages. To disable the use of Pango, set
+      <code>MOZ_DISABLE_PANGO=1</code> in your environment before launching
+      <emphasis role='strong'>Firefox</emphasis>.
+    </para>
+<screen>
+export MOZ_DISABLE_PANGO=1
+/usr/bin/firefox
+</screen>
     <para>
       Gecko based browsers <emphasis role='strong'>Firefox</emphasis>
       and <emphasis role='strong'>Epiphany</emphasis> now properly
-      render MathML when using the pango text backend. Additionally,
+      render MathML when using the Pango text backend. Additionally,
       several issues with the rendering and behavior of text when using
       the Pango text backend have been resolved.
       <emphasis role='strong'>Epiphany</emphasis> now renders using
@@ -161,5 +163,9 @@
       <code>MOZ_DISABLE_PANGO=1</code> in your environment before
       launching <emphasis role='strong'>Thunderbird</emphasis>.
     </para>
+<screen>
+export MOZ_DISABLE_PANGO=1
+/usr/bin/thunderbird
+</screen>
   </section>
 </section>




More information about the docs-commits mailing list