Author: fernando
Date: Thu Jan 9 11:46:08 2014
New Revision: 12545
Log:
Update zsh-5.0.5.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/shells/zsh.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Thu Jan 9 08:20:57 2014 (r12544)
+++ trunk/BOOK/general.ent Thu Jan 9 11:46:08 2014 (r12545)
@@ -188,7 +188,7 @@
<!-- Chapter 7 -->
<!ENTITY dash-version "0.5.7">
<!ENTITY tcsh-version "6.18.01">
-<!ENTITY zsh-version "5.0.4">
+<!ENTITY zsh-version "5.0.5">
<!-- Chapter 8 Virtualization -->
<!ENTITY qemu-version "1.7.0">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Thu Jan 9 08:20:57
2014 (r12544)
+++ trunk/BOOK/introduction/welcome/changelog.xml Thu Jan 9 11:46:08
2014 (r12545)
@@ -47,6 +47,10 @@
<para>January 9th, 2014</para>
<itemizedlist>
<listitem>
+ <para>[fernando] - Update to zsh-5.0.5. Fixes
+ <ulink url="&blfs-ticket-root;4531">#4531</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[fernando] - Update to apache-ant-1.9.3. Fixes
<ulink url="&blfs-ticket-root;4536">#4536</ulink>.</para>
</listitem>
Modified: trunk/BOOK/postlfs/shells/zsh.xml
==============================================================================
--- trunk/BOOK/postlfs/shells/zsh.xml Thu Jan 9 08:20:57 2014 (r12544)
+++ trunk/BOOK/postlfs/shells/zsh.xml Thu Jan 9 11:46:08 2014 (r12545)
@@ -6,13 +6,14 @@
<!ENTITY zsh-download-http
"http://www.zsh.org/pub/zsh-&zsh-version;.tar.bz2">
<!ENTITY zsh-download-ftp " ">
- <!ENTITY zsh-md5sum "9829fe8932c25740173a272e8959cf8c">
+ <!ENTITY zsh-md5sum "6156dc2f19b0a067bdbc0fb7f81e2017">
<!ENTITY zsh-size "3.0 MB">
<!ENTITY zsh-buildsize "61 MB (includes installing documentation -
additional 2 MB for PDF documentation)">
- <!ENTITY zsh-time "0.8 SBU">
+ <!ENTITY zsh-time "0.8 SBU (additional 2 SBU for tests)">
- <!ENTITY zsh-doc-md5sum "2505867639d58726cd09e6884cb7863c">
+ <!ENTITY zsh-doc-md5sum "1eea70e7401a7a2116fa8de6ee5e8d32">
+ <!ENTITY zsh-doc-size "2.9 MB">
]>
<sect1 id="zsh" xreflabel="zsh-&zsh-version;">
@@ -71,6 +72,9 @@
<listitem>
<para>Documentation MD5 sum: &zsh-doc-md5sum;</para>
</listitem>
+ <listitem>
+ <para>Documentation download size: &zsh-doc-size;</para>
+ </listitem>
</itemizedlist>
<bridgehead renderas="sect3">zsh Dependencies</bridgehead>
@@ -94,6 +98,14 @@
<screen><userinput>tar --strip-components=1 -xvf
../zsh-&zsh-version;-doc.tar.bz2</userinput></screen>
+ <note>
+ <para>
+ Using a script to build with "su -c script" may produce a funny
+ configure error message: "no controlling tty". If this happens, add
+ the switch --with-tcsetpgrp to configure.
+ </para>
+ </note>
+
<para>Install <application>zsh</application> by running the following
commands:</para>
@@ -214,6 +226,27 @@
You can find more information on these in the <filename>zsh(1)</filename>
and related manual pages.</para>
+ <para>
+ The first time zsh is executed, you will be prompted by messages asking
+ several questions. The answers will be used to create a
+ <filename>~/.zshrc</filename> file. If you wish to run these questions
+ again, run <command>zsh
+ /usr/share/zsh/&zsh-version;/functions/zsh-newuser-install
-f</command>.
+ </para>
+
+ <para>
+ There are several built-in advanced prompts. In the
+ <command>zsh</command> shell, start advanced prompt support with
+ <command>autoload -U promptinit</command>, then
+ <command>promptinit</command>. Available prompt names are listed with
+ <command>prompt -l</command>. Select a particular one with
+ <command>prompt <literal><prompt-name></literal></command>.
Display all available
+ prompts with <command>prompt -p</command>. Except for the list and
+ display commands above, you can insert the other ones in
+ <filename>~/.zshrc</filename> to be automatically executed at
+ shell start, with the prompt you chose.
+ </para>
+
<indexterm zone="zsh zsh-config">
<primary sortas="e-etc-zsh-zshenv">/etc/zsh/zshenv</primary>
</indexterm>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page