Changeset a449b33
- Timestamp:
- 05/14/2007 01:00:24 AM (16 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 841a93f
- Parents:
- 40fe030
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r40fe030 ra449b33 389 389 <!ENTITY libdrm-version "2.0.1"> 390 390 <!ENTITY mesalib-version "6.5"> 391 <!ENTITY xterm-version "22 3">391 <!ENTITY xterm-version "225"> 392 392 <!ENTITY rman-version "3.2"> 393 393 -
general/genutils/xterm.xml
r40fe030 ra449b33 7 7 <!ENTITY xterm-download-http " "> 8 8 <!ENTITY xterm-download-ftp "ftp://invisible-island.net/xterm/xterm-&xterm-version;.tgz"> 9 <!ENTITY xterm-md5sum " bf5bb77496ddf95df32b8e752a6cabb0">10 <!ENTITY xterm-size " 786KB">11 <!ENTITY xterm-buildsize " 5.1MB">12 <!ENTITY xterm-time "0. 2SBU">9 <!ENTITY xterm-md5sum "dbd31341a9ccb982647416e8d27b0f00"> 10 <!ENTITY xterm-size "803 KB"> 11 <!ENTITY xterm-buildsize "7.0 MB"> 12 <!ENTITY xterm-time "0.1 SBU"> 13 13 ]> 14 14 … … 78 78 79 79 <screen><userinput>TERMINFO=/usr/lib/terminfo ./configure $XORG_CONFIG \ 80 --enable-luit -- with-wide-chars \81 --with-app-default =$XORG_PREFIX/share/X11/app-defaults &&80 --enable-luit --enable-wide-chars \ 81 --with-app-defaults=$XORG_PREFIX/share/X11/app-defaults && 82 82 make</userinput></screen> 83 83 … … 105 105 106 106 <para><parameter>--enable-luit</parameter>: Enables the luit filter for 107 Unicode translation. If <command>luit</command> is not found in the 108 <envar>PATH</envar>, it will be disabled.</para>107 Unicode translation. If <command>luit</command> is not found in the PATH, 108 the default of <filename>/usr/X11R6/bin/luit</filename> will be used.</para> 109 109 110 <para><parameter>-- with-wide-chars</parameter>: Adds support for wide110 <para><parameter>--enable-wide-chars</parameter>: Adds support for wide 111 111 characters.</para> 112 112 -
introduction/welcome/changelog.xml
r40fe030 ra449b33 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[dnicholson] - Updated to xterm-225 and corrected configure 49 settings. Thanks to kratz00 and fix.</para> 50 </listitem> 51 <listitem> 48 52 <para>[bdubbs] - Updated to vim-7.1.</para> 49 53 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.