Author: randy
Date: 2005-06-01 08:58:34 -0600 (Wed, 01 Jun 2005)
New Revision: 4535

Added:
   trunk/patches/tidy-050531-prevent_PRE_newlines-1.patch
Removed:
   trunk/patches/tidy-050502-prevent_PRE_newlines-1.patch
Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genutils/tidy.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Updated to HTML Tidy-050531

Modified: trunk/BOOK/general/genutils/tidy.xml
===================================================================
--- trunk/BOOK/general/genutils/tidy.xml        2005-06-01 05:16:21 UTC (rev 
4534)
+++ trunk/BOOK/general/genutils/tidy.xml        2005-06-01 14:58:34 UTC (rev 
4535)
@@ -6,9 +6,9 @@
 
   <!ENTITY tidy-download-http 
"http://tidy.sourceforge.net/src/tidy_src_&tidy-version;.tgz";>
   <!ENTITY tidy-download-ftp  " ">
-  <!ENTITY tidy-md5sum        "8baf0d61bcaf7f488c7fde0b26268509">
+  <!ENTITY tidy-md5sum        "0344f22c437576eae9f4509b6ca2c98c">
   <!ENTITY tidy-size          "254 KB">
-  <!ENTITY tidy-buildsize     "10.1 MB">
+  <!ENTITY tidy-buildsize     "10 MB">
   <!ENTITY tidy-time          "0.2 SBU">
 
   <!ENTITY tidy-docs-version  "050502">

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2005-06-01 05:16:21 UTC (rev 4534)
+++ trunk/BOOK/general.ent      2005-06-01 14:58:34 UTC (rev 4535)
@@ -110,7 +110,7 @@
 <!ENTITY gtk-doc-version              "1.3">
 <!ENTITY intltool-version             "0.33">
 <!ENTITY screen-version               "4.0.2">
-<!ENTITY tidy-version                 "050502">
+<!ENTITY tidy-version                 "050531">
 <!ENTITY desktop-file-utils-version   "0.10">
 <!ENTITY xscreensaver-version         "4.21">
 <!ENTITY pilot-link-version           "0.11.8">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2005-06-01 05:16:21 UTC 
(rev 4534)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2005-06-01 14:58:34 UTC 
(rev 4535)
@@ -25,8 +25,8 @@
   <itemizedlist>
 
     <listitem>
-      <para>June 1st, 2005 [randy]: Updated to Galeon-1.3.21 and 
-      Sysstat-6.0.0.</para>
+      <para>June 1st, 2005 [randy]: Updated to Galeon-1.3.21, Sysstat-6.0.0
+      and HTML Tidy-050531.</para>
     </listitem>
 
     <listitem>

Deleted: trunk/patches/tidy-050502-prevent_PRE_newlines-1.patch
===================================================================
--- trunk/patches/tidy-050502-prevent_PRE_newlines-1.patch      2005-06-01 
05:16:21 UTC (rev 4534)
+++ trunk/patches/tidy-050502-prevent_PRE_newlines-1.patch      2005-06-01 
14:58:34 UTC (rev 4535)
@@ -1,31 +0,0 @@
-Submitted By:            BLFS Book <[email protected]>
-Date:                    2005-03-07
-Initial Package Version: 040914
-Upstream Status:         Unknown
-Origin:                  Nico R. submitted to lfs.dev mailing list
-Description:             Fixes an issue where an extra line feed is 
incorrectly 
-                         inserted when using the <pre></pre> tags
-
-$LastChangedBy$
-$Date$
-
-diff -Naur tidy-20040914T211547+0000.orig/src/pprint.c 
tidy-20040914T211547+0000/src/pprint.c
---- tidy-20040914T211547+0000.orig/src/pprint.c        2004-09-14 
21:13:08.000000000 +0000
-+++ tidy-20040914T211547+0000/src/pprint.c     2004-09-14 22:08:08.000000000 
+0000
-@@ -1976,14 +1976,14 @@
-             PPrintTag( doc, mode, indent, node );
- 
-             indent = 0;
--            PFlushLine( doc, indent );
-+            if ( !nodeIsPRE(node) ) PFlushLine( doc, indent );
- 
-             for ( content = node->content; content; content = content->next )
-             {
-                 PPrintTree( doc, (mode | PREFORMATTED | NOWRAP),
-                             indent, content );
-             }
--            PCondFlushLine( doc, indent );
-+            if ( !nodeIsPRE(node) ) PCondFlushLine( doc, indent );
-             indent = indprev;
-             PPrintEndTag( doc, mode, indent, node );
- 

Copied: trunk/patches/tidy-050531-prevent_PRE_newlines-1.patch (from rev 4532, 
trunk/patches/tidy-050502-prevent_PRE_newlines-1.patch)

-- 
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