Changeset a7a755a


Ignore:
Timestamp:
02/11/2005 01:40:36 AM (19 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d7444dee
Parents:
f808261
Message:

update to emacs-21.4 and fluxbox-0.9.12

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf808261 ra7a755a  
    4747<!-- Chapter 6 -->               
    4848<!ENTITY vim-version                  "6.3"> 
    49 <!ENTITY emacs-version                "21.3"> 
     49<!ENTITY emacs-version                "21.4"> 
    5050<!ENTITY nano-version                 "1.2.4"> 
    5151<!ENTITY joe-version                  "3.1">
     
    289289<!-- Chapter 27 -->
    290290<!ENTITY sawfish-version              "1.3"> 
    291 <!ENTITY fluxbox-version              "0.9.11">
     291<!ENTITY fluxbox-version              "0.9.12">
    292292<!ENTITY metacity-version             "2.8.6"> 
    293293<!ENTITY xfce-version                 "4.0.4"> 
  • general/genutils/desktop-file-utils.xml

    rf808261 ra7a755a  
    5656
    5757<sect4><title>Optional</title>
    58 <para><xref linkend="postlfs-editors-emacs"/></para>
     58<para><xref linkend="emacs"/></para>
    5959</sect4>
    6060</sect3>
  • introduction/welcome/changelog.xml

    rf808261 ra7a755a  
    2222
    2323<itemizedlist>
     24<listitem><para>February 10th, 2005 [larry]: Updated to emacs-21.4 and
     25fluxbox-0.9.12.</para></listitem>
     26
    2427<listitem><para>February 10th, 2005 [larry]: Added more descriptions to
    2528MIT Kerberos and added db to PAM's dependancies.</para></listitem>
  • postlfs/editors/emacs.xml

    rf808261 ra7a755a  
    77  <!ENTITY emacs-download-http "http://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.gz">
    88  <!ENTITY emacs-download-ftp "ftp://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.gz">
    9   <!ENTITY emacs-md5sum    "a0bab457cbf5b4f8eb99d1d0a3ada420">
     9  <!ENTITY emacs-md5sum    "0a68ea5b29bb2f081ba8dd85d37bb9bc">
    1010  <!ENTITY emacs-size      "20 MB">
    11   <!ENTITY emacs-buildsize "92.5 MB">
     11  <!ENTITY emacs-buildsize "96.8 MB">
    1212  <!ENTITY emacs-time      "4.20 SBU">
    1313]>
    1414
    15 <sect1 id="postlfs-editors-emacs" xreflabel="Emacs-&emacs-version;">
     15<sect1 id="emacs" xreflabel="Emacs-&emacs-version;">
    1616<sect1info>
    1717<othername>$LastChangedBy$</othername>
     
    6161<screen><userinput><command>./configure --prefix=/usr \
    6262   --libexecdir=/usr/sbin &amp;&amp;
    63 make bootstrap &amp;&amp;
    64 make install</command></userinput></screen>
     63make bootstrap</command></userinput></screen>
     64
     65<para>Now, as the root user:</para>
     66
     67<screen><userinput role='root'><command>make install</command></userinput></screen>
    6568
    6669</sect2>
     
    6972<title>Contents</title>
    7073
    71 <para>The <application>Emacs</application> package contains <command>emacs</command>,
    72 <command>b2m</command>, <command>ctags</command>,
    73 <command>ebrowse</command>, <command>emacsclient</command>,
    74 <command>etags</command>, <command>grep-changelog</command>,
    75 <command>rcs-checkin</command>, <command>cvt-mail</command>,
    76 <command>digest-doc</command>, <command>emacsserver</command>,
    77 <command>fakemail</command>, <command>hexl</command>,
    78 <command>movemail</command>, <command>profile</command>,
    79 <command>rcs2log</command>, <command>sorted-doc</command>,
    80 <command>vcdiff</command> and <command>yow</command>.</para>
    81 
    82 </sect2>
    83 
    84 <sect2><title>Description</title>
    85 
    86 <sect3><title>emacs</title>
    87 <para>The editor proper.</para></sect3>
    88 
    89 <sect3><title>b2m</title>
    90 <para><command>b2m</command> is a program to convert mail files from RMAIL
    91 format to Unix <quote>mbox</quote> format.</para></sect3>
    92 
    93 <sect3><title>ctags</title>
    94 <para><command>ctags</command> creates cross-reference tagfile database files
    95 for source code.</para></sect3>
    96 
    97 <sect3><title>ebrowse</title>
    98 <para><command>ebrowse</command> permits browsing of C++ class hierarchies from
    99 within emacs.</para></sect3>
    100 
    101 <sect3><title>emacsclient</title>
    102 <para><command>emacsclient</command> attaches an emacs session to an already
    103 running emacsserver instance.</para></sect3>
    104 
    105 <sect3><title>etags</title>
    106 <para><command>etags</command> is another program to generate source code
    107 cross-reference tagfiles.</para></sect3>
    108 
    109 <sect3><title>grep-changelog</title>
    110 <para><command>grep-changelog</command> prints entries in Change Logs matching
    111 various criteria.</para></sect3>
    112 
    113 <sect3><title>rcs-checkin</title>
    114 <para><command>rcs-checkin</command> is a shell script used to check
    115 files into <acronym>RCS</acronym>.</para></sect3>
    116 
     74<segmentedlist>
     75<segtitle>Installed Programs</segtitle>
     76<segtitle>Installed Directories</segtitle>
     77<seglistitem>
     78<seg>b2m, ctags, ebrowse, emacs, emacsclient, etags, grep-changelog and rcs-checkin</seg>
     79<seg>/usr/sbin/emacs and /usr/share/emacs</seg>
     80</seglistitem>
     81</segmentedlist>
     82
     83<variablelist>
     84<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     85<?dbfo list-presentation="list"?>
     86
     87<varlistentry id="b2m">
     88<term><filename>b2m</filename></term>
     89<listitem><para>is a program to convert mail files from RMAIL
     90format to Unix <quote>mbox</quote> format.</para>
     91<indexterm zone="emacs b2m">
     92<primary sortas="b-b2m">b2m</primary></indexterm>
     93</listitem>
     94</varlistentry>
     95
     96<varlistentry id="ctags">
     97<term><filename>b2m</filename></term>
     98<listitem><para>creates cross-reference tagfile database files
     99for source code.</para>
     100<indexterm zone="emacs ctags">
     101<primary sortas="b-ctags">ctags</primary></indexterm>
     102</listitem>
     103</varlistentry>
     104
     105<varlistentry id="ebrowse">
     106<term><filename>ebrowse</filename></term>
     107<listitem><para>permits browsing of C++ class hierarchies from
     108within emacs.</para>
     109<indexterm zone="emacs ebrowse">
     110<primary sortas="b-ebrowse">ebrowse</primary></indexterm>
     111</listitem>
     112</varlistentry>
     113
     114<varlistentry id="emacs-prog">
     115<term><filename>emacs</filename></term>
     116<listitem><para>is an editor.</para>
     117<indexterm zone="emacs emacs-prog">
     118<primary sortas="b-emacs">emacs</primary></indexterm>
     119</listitem>
     120</varlistentry>
     121
     122<varlistentry id="emacsclient">
     123<term><filename>emacsclient</filename></term>
     124<listitem><para>attaches an emacs session to an already
     125running emacsserver instance.</para>
     126<indexterm zone="emacs emacsclient">
     127<primary sortas="b-emacsclient">emacsclient</primary></indexterm>
     128</listitem>
     129</varlistentry>
     130
     131<varlistentry id="etags">
     132<term><filename>etags</filename></term>
     133<listitem><para>is another program to generate source code
     134cross-reference tagfiles.</para>
     135<indexterm zone="emacs etags">
     136<primary sortas="b-etags">etags</primary></indexterm>
     137</listitem>
     138</varlistentry>
     139
     140<varlistentry id="grep-changelog">
     141<term><filename>grep-changelog</filename></term>
     142<listitem><para>prints entries in Change Logs matching
     143various criteria.</para>
     144<indexterm zone="emacs grep-changelog">
     145<primary sortas="b-grep-changelog">grep-changelog</primary></indexterm>
     146</listitem>
     147</varlistentry>
     148
     149<varlistentry id="rcs-checkin">
     150<term><filename>rcs-checkin</filename></term>
     151<listitem><para>is a shell script used to check
     152files into <acronym>RCS</acronym>.</para>
     153<indexterm zone="emacs rcs-checkin">
     154<primary sortas="b-rcs-checkin">rcs-checkin</primary></indexterm>
     155</listitem>
     156</varlistentry>
     157
     158<!--
    117159<sect3><title>cvt-mail</title>
    118160<para><command>cvt-mail</command> converts old style goslings emacs mail
     
    157199<sect3><title>yow</title>
    158200<para><command>yow</command> prints a quotation from Zippy the
    159 Pinhead.</para></sect3>
     201Pinhead.</para></sect3>  -->
     202</variablelist>
    160203
    161204</sect2>
  • x/wm/fluxbox.xml

    rf808261 ra7a755a  
    77  <!ENTITY fluxbox-download-http "http://prdownloads.sourceforge.net/fluxbox/fluxbox-&fluxbox-version;.tar.bz2">
    88  <!ENTITY fluxbox-download-ftp  " ">
    9   <!ENTITY fluxbox-size          "625 KB">
    10   <!ENTITY fluxbox-buildsize     "33.9 MB">
     9  <!ENTITY fluxbox-size          "637 KB">
     10  <!ENTITY fluxbox-buildsize     "36.7 MB">
    1111  <!ENTITY fluxbox-time          "1.28 SBU">
    1212]>
Note: See TracChangeset for help on using the changeset viewer.