aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO1
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter06/vim.xml2
-rw-r--r--general.ent4
4 files changed, 6 insertions, 4 deletions
diff --git a/TODO b/TODO
index 5e1b197c4..83751b588 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,4 @@
- Mention --enable-kernel=... where appropriate.
- - Mention --enable-multibyte when building vim.
- POSIX compliance patches (aka, removing the coreutils hack).
- Upgraded to a glibc that supports POSIX message queues.
- Pass --enable-const to ncurses.
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 8efb71cc3..a90b7ebca 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -94,6 +94,9 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>May 7th, 2004 [winkie]: Chapter 6 - When configuring Vim, pass
+the <quote>--enable-multibyte</quote> option.</para></listitem>
+
<listitem><para>May 6th, 2004 [winkie]: Chapter 6 - Removed unused and broken
entries from <filename>nsswitch.conf</filename>.</para></listitem>
diff --git a/chapter06/vim.xml b/chapter06/vim.xml
index 366716f0d..c2e2df4fe 100644
--- a/chapter06/vim.xml
+++ b/chapter06/vim.xml
@@ -38,7 +38,7 @@ echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' &gt;&gt; src/feature.h</userinput><
<para>Now prepare Vim for compilation:</para>
-<screen><userinput>./configure --prefix=/usr</userinput></screen>
+<screen><userinput>./configure --prefix=/usr --enable-multibyte</userinput></screen>
<para>Compile the package:</para>
diff --git a/general.ent b/general.ent
index 91ef02c43..1ada51a5b 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "CVS-20040506">
-<!ENTITY releasedate "May 6, 2004">
+<!ENTITY version "CVS-20040507">
+<!ENTITY releasedate "May 7, 2004">
<!ENTITY milestone "6.1">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">