Changeset e7847a9


Ignore:
Timestamp:
03/28/2015 07:49:15 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8a07efa
Parents:
e1dd9f5
Message:

Update to xterm-317

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15737 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    re1dd9f5 re7847a9  
    5353        </listitem>
    5454        <listitem>
     55          <para>[renodr] - Update to xterm-317. Fixes
     56          <ulink url="&blfs-ticket-root;6334">#6334</ulink>.</para>
     57        </listitem>
     58        <listitem>
    5559          <para>[fernando] - Update to evince-3.16.0. Partially fixes
    5660          <ulink url="&blfs-ticket-root;6311">#6311</ulink>.</para>
  • packages.ent

    re1dd9f5 re7847a9  
    445445<!ENTITY xorg-server-version          "1.17.1">
    446446<!ENTITY twm-version                  "1.0.8">
    447 <!ENTITY xterm-version                "316">
     447<!ENTITY xterm-version                "317">
    448448<!ENTITY xclock-version               "1.0.7">
    449449<!ENTITY xinit-version                "1.3.4">
  • x/installing/xterm.xml

    re1dd9f5 re7847a9  
    77  <!ENTITY xterm-download-http " ">
    88  <!ENTITY xterm-download-ftp  "ftp://invisible-island.net/xterm/xterm-&xterm-version;.tgz">
    9   <!ENTITY xterm-md5sum        "cb70f35405c346cbb673f3269476f10a">
     9  <!ENTITY xterm-md5sum        "07649224bfca7b1488176c402d4c6b9f">
    1010  <!ENTITY xterm-size          "1.2 MB">
    1111  <!ENTITY xterm-buildsize     "14 MB">
    12   <!ENTITY xterm-time          "0.2 SBU">
     12  <!ENTITY xterm-time          "0.1 SBU">
    1313]>
    1414
     
    105105    <para><command>sed -i ... termcap</command>,
    106106    <command>printf ... >> terminfo</command>: These commands modify the terminal
    107     description, so that the Backspace key is expected to send the character
    108     with ASCII code 127, for consistency with the Linux console.</para>
     107    description so that the Backspace key is expected to send the character
     108    with ASCII code 127. This is done for consistency with the Linux console.</para>
    109109
    110110    <para><parameter>TERMINFO=/usr/share/terminfo</parameter>: This ensures
     
    125125    <title>Configuring xterm</title>
    126126
    127     <para>There are two ways to configure xterm.  You can add X resource
     127    <para>There are two ways to configure xterm.  You can add the X resource
    128128    definitions to the user's <filename>~/.Xresources</filename> file, or
    129129    add them to the system-wide
  • x/lib/libepoxy.xml

    re1dd9f5 re7847a9  
    9696    <para>
    9797      To test the results, issue: <command>make -k check</command>. Some
    98       test may fail for unknown reasons.
     98      tests may fail for unknown reasons.
    9999    </para>
    100100
Note: See TracChangeset for help on using the changeset viewer.