Author: rthomsen
Date: 2012-03-23 16:07:10 -0600 (Fri, 23 Mar 2012)
New Revision: 9742
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/installing/xterm.xml
Log:
xterm 278
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-03-22 22:41:01 UTC (rev 9741)
+++ trunk/BOOK/general.ent 2012-03-23 22:07:10 UTC (rev 9742)
@@ -3,13 +3,13 @@
$Date$
-->
-<!ENTITY day "22"> <!-- Always 2 digits -->
+<!ENTITY day "23"> <!-- Always 2 digits -->
<!ENTITY month "03"> <!-- Always 2 digits -->
<!ENTITY year "2012">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "March 22nd, &year;">
+<!ENTITY releasedate "March 23rd, &year;">
<!-- <!ENTITY releasedate "November &day;st, &year;"> -->
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
@@ -591,7 +591,7 @@
<!ENTITY mesalib-version "8.0.2">
<!ENTITY xcb-util-version "0.3.8">
<!ENTITY xorg-server-version "1.11.2">
-<!ENTITY xterm-version "276">
+<!ENTITY xterm-version "278">
<!-- Obsolete
<!ENTITY xorg-version "6.9.0">
<!ENTITY xfree86-version "4.6.0">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-03-22 22:41:01 UTC
(rev 9741)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-03-23 22:07:10 UTC
(rev 9742)
@@ -42,6 +42,15 @@
-->
<listitem>
+ <para>March 23rd, 2012</para>
+ <itemizedlist>
+ <listitem>
+ <para>[rthomsen] - upgrade to xterm 278.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>March 22nd, 2012</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/x/installing/xterm.xml
===================================================================
--- trunk/BOOK/x/installing/xterm.xml 2012-03-22 22:41:01 UTC (rev 9741)
+++ trunk/BOOK/x/installing/xterm.xml 2012-03-23 22:07:10 UTC (rev 9742)
@@ -6,9 +6,9 @@
<!ENTITY xterm-download-http " ">
<!ENTITY xterm-download-ftp
"ftp://invisible-island.net/xterm/xterm-&xterm-version;.tgz">
- <!ENTITY xterm-md5sum "50ca8ee40e8a0992019f8f35042c9abb">
- <!ENTITY xterm-size "984 KB">
- <!ENTITY xterm-buildsize "12.4 MB">
+ <!ENTITY xterm-md5sum "3eeddfe35cb0a2db1924cfe0c20be443">
+ <!ENTITY xterm-size "973 KB">
+ <!ENTITY xterm-buildsize "8.4 MB">
<!ENTITY xterm-time "0.2 SBU">
]>
@@ -74,7 +74,7 @@
<screen><userinput>sed -i '/v0/,+1s/new:/new:kb=^?:/' termcap &&
echo -e '\tkbs=\\177,' >>terminfo &&
-TERMINFO=/usr/lib/terminfo ./configure $XORG_CONFIG \
+TERMINFO=/usr/share/terminfo ./configure $XORG_CONFIG \
--enable-luit --enable-wide-chars \
--with-app-defaults=/etc/X11/app-defaults &&
make</userinput></screen>
@@ -93,12 +93,12 @@
<title>Command Explanations</title>
<para><command>sed -i ... termcap</command>,
- <command>echo ... >>terminfo</command>: these commands modify the terminal
+ <command>echo ... >>terminfo</command>: These commands modify the terminal
description, so that the Backspace key is expected to send the character
with ASCII code 127, for consistency with the Linux console.</para>
- <para><parameter>TERMINFO=/usr/lib/terminfo</parameter>: This ensures
- that the <command>xterm</command> terminfo file is installed to the
+ <para><parameter>TERMINFO=/usr/share/terminfo</parameter>: This ensures
+ that the <command>xterm</command> terminfo files are installed to the
system terminfo database when the installation prefix is not
<filename class="directory">/usr</filename>.</para>
@@ -151,7 +151,7 @@
<segtitle>Installed Programs</segtitle>
<seglistitem>
- <seg>resize, uxterm, and xterm</seg>
+ <seg>koi8rxterm, resize, uxterm, and xterm</seg>
</seglistitem>
</segmentedlist>
@@ -160,6 +160,18 @@
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
+ <varlistentry id="koi8rxterm">
+ <term><filename>koi8rxterm</filename></term>
+ <listitem>
+ <para>is a wrapper script to set up xterm with a KOI8-R
locale.</para>
+ <indexterm zone="xterm2 koi8rxterm">
+ <primary sortas="b-koi8rxterm">koi8rxterm</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+
+
<varlistentry id="resize">
<term><filename>resize</filename></term>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page