Author: randy
Date: 2006-01-25 13:50:45 -0700 (Wed, 25 Jan 2006)
New Revision: 5592

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/xsoft/graphweb/firefox.xml
Log:
Changed the default to render SVG graphics in the Firefox instructions

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-01-24 07:49:46 UTC (rev 5591)
+++ trunk/BOOK/general.ent      2006-01-25 20:50:45 UTC (rev 5592)
@@ -1,4 +1,4 @@
-<!ENTITY day          "24">
+<!ENTITY day          "25">
 <!ENTITY month        "01">
 <!ENTITY year         "2006">
 <!ENTITY version      "svn-&year;&month;&day;">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-01-24 07:49:46 UTC 
(rev 5591)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-01-25 20:50:45 UTC 
(rev 5592)
@@ -42,6 +42,16 @@
 -->
 
     <listitem>
+      <para>January 25th, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[randy] - Changed the default to render SVG graphics in the
+          Firefox instructions.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>January 23rd, 2006</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml       2006-01-24 07:49:46 UTC (rev 
5591)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml       2006-01-25 20:50:45 UTC (rev 
5592)
@@ -173,6 +173,10 @@
 # &lt;canvas&gt;&lt;/canvas&gt; tag in the Firefox browser.
 ac_add_options --enable-canvas
 
+# This option is used to enable support for rendering SVG files in the
+# Firefox browser. Uncomment the line below to enable the option.
+ac_add_options --enable-svg
+
 # This option is used so that the debugging symbols are removed from
 # the installed binaries during the installation process. Comment out
 # this option if you may have a need to retain the debugging symbols
@@ -204,10 +208,6 @@
 ###################################################################
 #ac_add_options --enable-ldap
 
-# This option is used to enable support for rendering SVG files in the
-# Firefox browser. Uncomment the line below to enable the option.
-#ac_add_options --enable-svg
-
 # Uncomment this option if you desire support for dual-monitor
 # display of Firefox using the X-Window Xinerama libraries.
 #ac_add_options --enable-xinerama

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to