diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 970b02369f..67438d8ba9 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -22,6 +22,10 @@ who wrote what.
+October 7th, 2004 [igor]: Added G_FILENAME_ENCODING
+environment variable to i18n startup file and lang archive to Vim page,
+suggested by Alexander E. Patrakov (bug 909).
+
October 7th, 2004 [randy]: Modified configure switches
in Inetutils instructions to match LFS and added an optional dependency;
shortened sed command in XFree86 and Xorg instructions.
diff --git a/postlfs/config/profile.xml b/postlfs/config/profile.xml
index 3558d11741..ca6b03286d 100644
--- a/postlfs/config/profile.xml
+++ b/postlfs/config/profile.xml
@@ -323,11 +323,18 @@ can be obtained by running the following command:
# Set up i18n variables
export LC_ALL=[ll]_[CC]
export LANG=[ll]_[CC]
+export G_FILENAME_ENCODING=@locale
EOF
-Note: Setting LC_ALL sets the same value for all locale categories. For
+The LC_ALL variable sets the same value for all locale categories. For
better control, you may prefer to set values individually for all categories
listed in the output of the locale command.
+
+The G_FILENAME_ENCODING variable tells applications
+such as Glib and
+GTK+ that filenames are in
+the default locale encoding and not in UTF-8 as
+assumed by default.
diff --git a/postlfs/editors/vim.xml b/postlfs/editors/vim.xml
index 5f4879281d..7bbedd45bd 100644
--- a/postlfs/editors/vim.xml
+++ b/postlfs/editors/vim.xml
@@ -49,6 +49,13 @@ url="&vim-download-ftp;"/>
&vim-time;
+Additional downloads
+
+Translated Vim messages
+
+
+
Vim dependencies
Recommended
X
@@ -77,7 +84,8 @@ install an additional editor, not link vim against X, or move the current
vim executable to the /bin directory
under a different name such as vi.
-Install Vim by running the following commands:
+Unpack the translated messages archive if desired and install
+Vim by running the following commands:
echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h &&
echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h &&