diff options
-rw-r--r-- | appendixa/gettext-desc.xml | 8 | ||||
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | index.xml | 4 |
3 files changed, 11 insertions, 4 deletions
diff --git a/appendixa/gettext-desc.xml b/appendixa/gettext-desc.xml index 9ce42dba3..c4b6af7c6 100644 --- a/appendixa/gettext-desc.xml +++ b/appendixa/gettext-desc.xml @@ -4,8 +4,8 @@ <sect3><title>Program Files</title> <para>config.charset, config.rpath, gettext, gettextize, hostname, -msgattrib, msgcmp, msgcomm, msgconv, msgen, msgexec, msgfilter, msgfmt, -msggrep, msginit, msgmerge, msgunfmt, msguniq, ngettext, project-id, +msgattrib, msgcat, msgcmp, msgcomm, msgconv, msgen, msgexec, msgfilter, +msgfmt, msggrep, msginit, msgmerge, msgunfmt, msguniq, ngettext, project-id, team-address, trigger, urlget, user-email and xgettext</para></sect3> <sect3><title>Descriptions</title> @@ -38,6 +38,10 @@ forms.</para></sect4> <para>The msgattrib program filters the messages of a translation catalog according to their attributes, and manipulates the attributes.</para></sect4> +<sect4><title>msgcat</title> +<para>The msgcat program finds messages which are common in several raw +translations.</para></sect4> + <sect4><title>msgcmp</title> <para>The msgcmp program compares two raw translation files.</para></sect4> diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5eb137722..0d19dbf67 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -49,6 +49,9 @@ </itemizedlist> </para></listitem> +<listitem><para>August 8th, 2002 [gerard]: Appendix A - Gettext: added the +missing program description of msgcat.</para></listitem> + <listitem><para>August 4th, 2002 [timothy]: Added zlib-1.1.4.</para></listitem> @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20020806"> -<!ENTITY releasedate "August 6th, 2002"> +<!ENTITY version "20020808"> +<!ENTITY releasedate "August 8th, 2002"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org"> |