Author: ag Date: 2010-02-03 02:35:02 -0700 (Wed, 03 Feb 2010) New Revision: 8231
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/slang.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to S-Lang-2.2.2 Modified: trunk/BOOK/general/genlib/slang.xml =================================================================== --- trunk/BOOK/general/genlib/slang.xml 2010-01-28 08:04:37 UTC (rev 8230) +++ trunk/BOOK/general/genlib/slang.xml 2010-02-03 09:35:02 UTC (rev 8231) @@ -6,8 +6,8 @@ <!ENTITY slang-download-http "&sources-anduin-http;/slang-&slang-version;.tar.bz2"> <!ENTITY slang-download-ftp "ftp://space.mit.edu/pub/davis/slang/v2.2/slang-&slang-version;.tar.bz2"> - <!ENTITY slang-md5sum "2593b390c6db81b840f6b48b0e768fa0"> - <!ENTITY slang-size "1.3 MB"> + <!ENTITY slang-md5sum "974437602a781cfe92ab61433dd16d03"> + <!ENTITY slang-size "1.33 MB"> <!ENTITY slang-buildsize "28 MB"> <!ENTITY slang-time "0.3 SBU"> ]> @@ -29,9 +29,10 @@ <sect2 role="package"> <title>Introduction to S-Lang</title> - <para>The <application>S-Lang</application> package contains the - <application>S-Lang</application> library, which provides facilities - such as display/screen management, keyboard input, and keymaps.</para> + <para><application>S-Lang</application> is an interpreted language that + maybe be embedded into an application to make the application extensible. + It provides facilities required by interactive applications such as + display/screen management, keyboard input and keymaps.</para> &lfs65_checked; @@ -124,14 +125,6 @@ </indexterm> </sect3> - <sect3> - <title>Configuration Information</title> - - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" - href="../../xincludes/lib-config.xml"/> - - </sect3> - </sect2> <sect2 role="content"> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2010-01-28 08:04:37 UTC (rev 8230) +++ trunk/BOOK/general.ent 2010-02-03 09:35:02 UTC (rev 8231) @@ -3,13 +3,13 @@ $Date$ --> -<!ENTITY day "28"> <!-- Always 2 digits --> -<!ENTITY month "01"> <!-- Always 2 digits --> +<!ENTITY day "03"> <!-- Always 2 digits --> +<!ENTITY month "02"> <!-- Always 2 digits --> <!ENTITY year "2010"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "svn-&year;&month;&day;"> -<!ENTITY releasedate "January &day;th, &year;"> +<!ENTITY releasedate "January &day;rd, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] --> @@ -121,7 +121,7 @@ <!-- Chapter 8 --> <!ENTITY pcre-version "8.00"> <!ENTITY popt-version "1.15"> -<!ENTITY slang-version "2.2.0"> +<!ENTITY slang-version "2.2.2"> <!ENTITY gamin-version "0.1.10"> <!ENTITY libxml2-version "2.7.6"> <!ENTITY libxslt-version "1.1.26"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2010-01-28 08:04:37 UTC (rev 8230) +++ trunk/BOOK/introduction/welcome/changelog.xml 2010-02-03 09:35:02 UTC (rev 8231) @@ -42,6 +42,15 @@ --> <listitem> + <para>February 3rd, 2010</para> + <itemizedlist> + <listitem> + <para>[ag] - Updated to S-Lang-2.2.2.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>January 28th, 2010</para> <itemizedlist> <listitem> @@ -54,7 +63,7 @@ <para>January 27th, 2010</para> <itemizedlist> <listitem> - <para>[ag] - Applied two patches to epdfview-0.1.7.</para> + <para>[ag] - Applied two patches to ePDFView-0.1.7.</para> </listitem> <listitem> <para>[dj] - Moved /usr/X11R6 compatibility symlink to xorg-libs -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
