Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/texinfo Import of texinfo-4.3.



details:   https://anonhg.NetBSD.org/src/rev/1a9ae5b59f64
branches:  trunk
changeset: 541717:1a9ae5b59f64
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Jan 17 14:54:14 2003 +0000

description:
Import of texinfo-4.3.

diffstat:

 gnu/dist/texinfo/ABOUT-NLS                       |    411 +-
 gnu/dist/texinfo/AUTHORS                         |     11 +-
 gnu/dist/texinfo/COPYING                         |    345 +-
 gnu/dist/texinfo/COPYING.DOC                     |    355 +
 gnu/dist/texinfo/ChangeLog                       |   4826 +++++++-
 gnu/dist/texinfo/INSTALL                         |    194 +-
 gnu/dist/texinfo/INSTALL.generic                 |    229 +
 gnu/dist/texinfo/INTRODUCTION                    |     12 +
 gnu/dist/texinfo/Makefile.am                     |     32 +-
 gnu/dist/texinfo/Makefile.in                     |    621 +-
 gnu/dist/texinfo/NEWS                            |    100 +
 gnu/dist/texinfo/README                          |    144 +-
 gnu/dist/texinfo/TODO                            |    121 +-
 gnu/dist/texinfo/acinclude.m4                    |      1 -
 gnu/dist/texinfo/aclocal.m4                      |   3578 ++++-
 gnu/dist/texinfo/config.guess                    |   1000 +-
 gnu/dist/texinfo/config.in                       |    580 +-
 gnu/dist/texinfo/config.rpath                    |    497 +
 gnu/dist/texinfo/config.sub                      |    522 +-
 gnu/dist/texinfo/configure                       |  13232 +++++++++++++++-----
 gnu/dist/texinfo/configure.ac                    |    153 +
 gnu/dist/texinfo/depcomp                         |    423 +
 gnu/dist/texinfo/doc/Makefile.am                 |    107 +-
 gnu/dist/texinfo/doc/Makefile.in                 |    699 +-
 gnu/dist/texinfo/doc/README                      |     23 +-
 gnu/dist/texinfo/doc/epsf.tex                    |      3 +-
 gnu/dist/texinfo/doc/fdl.texi                    |    404 +
 gnu/dist/texinfo/doc/help2man                    |    576 +-
 gnu/dist/texinfo/doc/info-stnd.texi              |    564 +-
 gnu/dist/texinfo/doc/info.1                      |     29 +-
 gnu/dist/texinfo/doc/info.5                      |      4 +-
 gnu/dist/texinfo/doc/info.texi                   |   1289 +-
 gnu/dist/texinfo/doc/install-info.1              |     24 +-
 gnu/dist/texinfo/doc/makeinfo.1                  |    210 +-
 gnu/dist/texinfo/doc/mdate-sh                    |      7 +-
 gnu/dist/texinfo/doc/pdfcolor.tex                |    158 +
 gnu/dist/texinfo/doc/stamp-1                     |      4 +
 gnu/dist/texinfo/doc/stamp-vti                   |      7 +-
 gnu/dist/texinfo/doc/texi2dvi.1                  |     83 +-
 gnu/dist/texinfo/doc/texindex.1                  |     20 +-
 gnu/dist/texinfo/doc/texinfo.5                   |      8 +-
 gnu/dist/texinfo/doc/texinfo.tex                 |   1710 +-
 gnu/dist/texinfo/doc/texinfo.txi                 |   5186 ++++---
 gnu/dist/texinfo/doc/txi-cs.tex                  |    148 +-
 gnu/dist/texinfo/doc/txi-de.tex                  |      2 +-
 gnu/dist/texinfo/doc/txi-en.tex                  |      2 +-
 gnu/dist/texinfo/doc/txi-fr.tex                  |     75 +
 gnu/dist/texinfo/doc/txi-it.tex                  |     71 +
 gnu/dist/texinfo/doc/txi-nl.tex                  |      2 +-
 gnu/dist/texinfo/doc/txi-no.tex                  |    143 +-
 gnu/dist/texinfo/doc/version-stnd.texi           |      5 +
 gnu/dist/texinfo/doc/version.texi                |      8 +-
 gnu/dist/texinfo/info/Makefile.am                |     34 +-
 gnu/dist/texinfo/info/README                     |      9 +
 gnu/dist/texinfo/info/dir.c                      |      6 +-
 gnu/dist/texinfo/info/display.c                  |     49 +-
 gnu/dist/texinfo/info/display.h                  |      4 +-
 gnu/dist/texinfo/info/doc.c                      |    224 +-
 gnu/dist/texinfo/info/doc.h                      |     65 +-
 gnu/dist/texinfo/info/dribble.c                  |      2 +
 gnu/dist/texinfo/info/dribble.h                  |      2 +
 gnu/dist/texinfo/info/echo-area.c                |     32 +-
 gnu/dist/texinfo/info/echo-area.h                |      4 +-
 gnu/dist/texinfo/info/filesys.c                  |     48 +-
 gnu/dist/texinfo/info/filesys.h                  |      6 +-
 gnu/dist/texinfo/info/footnotes.c                |     10 +-
 gnu/dist/texinfo/info/footnotes.h                |      6 +-
 gnu/dist/texinfo/info/funs.h                     |    119 +
 gnu/dist/texinfo/info/gc.c                       |      2 +
 gnu/dist/texinfo/info/gc.h                       |      4 +-
 gnu/dist/texinfo/info/indices.c                  |      8 +-
 gnu/dist/texinfo/info/indices.h                  |      4 +-
 gnu/dist/texinfo/info/info-utils.c               |     10 +-
 gnu/dist/texinfo/info/info-utils.h               |      6 +-
 gnu/dist/texinfo/info/info.h                     |     27 +-
 gnu/dist/texinfo/info/infodoc.c                  |    610 +-
 gnu/dist/texinfo/info/infokey.c                  |    911 +
 gnu/dist/texinfo/info/infokey.h                  |    130 +
 gnu/dist/texinfo/info/infomap.c                  |   1117 +-
 gnu/dist/texinfo/info/infomap.h                  |     13 +-
 gnu/dist/texinfo/info/key.c                      |    148 +
 gnu/dist/texinfo/info/key.h                      |     37 +
 gnu/dist/texinfo/info/m-x.c                      |     47 +-
 gnu/dist/texinfo/info/makedoc.c                  |    133 +-
 gnu/dist/texinfo/info/man.c                      |     36 +-
 gnu/dist/texinfo/info/man.h                      |      4 +-
 gnu/dist/texinfo/info/nodemenu.c                 |      6 +-
 gnu/dist/texinfo/info/nodes.h                    |      6 +-
 gnu/dist/texinfo/info/pcterm.c                   |     33 +-
 gnu/dist/texinfo/info/search.c                   |      8 +-
 gnu/dist/texinfo/info/search.h                   |      6 +-
 gnu/dist/texinfo/info/session.c                  |    297 +-
 gnu/dist/texinfo/info/session.h                  |      7 +-
 gnu/dist/texinfo/info/signals.c                  |      6 +-
 gnu/dist/texinfo/info/signals.h                  |      9 +-
 gnu/dist/texinfo/info/termdep.h                  |     16 +-
 gnu/dist/texinfo/info/terminal.h                 |     13 +-
 gnu/dist/texinfo/info/tilde.c                    |      6 +-
 gnu/dist/texinfo/info/tilde.h                    |      2 +
 gnu/dist/texinfo/info/variables.c                |     46 +-
 gnu/dist/texinfo/info/variables.h                |      4 +-
 gnu/dist/texinfo/info/window.c                   |    124 +-
 gnu/dist/texinfo/info/window.h                   |      4 +-
 gnu/dist/texinfo/install-sh                      |     95 +-
 gnu/dist/texinfo/intl/ChangeLog                  |   1086 +-
 gnu/dist/texinfo/intl/Makefile.in                |    279 +-
 gnu/dist/texinfo/intl/VERSION                    |      2 +-
 gnu/dist/texinfo/intl/bindtextdom.c              |    356 +-
 gnu/dist/texinfo/intl/config.charset             |    466 +
 gnu/dist/texinfo/intl/dcgettext.c                |    603 +-
 gnu/dist/texinfo/intl/dcigettext.c               |   1208 +
 gnu/dist/texinfo/intl/dcngettext.c               |     63 +
 gnu/dist/texinfo/intl/dgettext.c                 |     36 +-
 gnu/dist/texinfo/intl/dngettext.c                |     63 +
 gnu/dist/texinfo/intl/eval-plural.h              |    116 +
 gnu/dist/texinfo/intl/explodename.c              |     48 +-
 gnu/dist/texinfo/intl/finddomain.c               |     72 +-
 gnu/dist/texinfo/intl/gettext.c                  |     44 +-
 gnu/dist/texinfo/intl/gettextP.h                 |    195 +-
 gnu/dist/texinfo/intl/gmo.h                      |    150 +
 gnu/dist/texinfo/intl/hash-string.h              |     32 +-
 gnu/dist/texinfo/intl/intl-compat.c              |    105 +-
 gnu/dist/texinfo/intl/l10nflist.c                |    194 +-
 gnu/dist/texinfo/intl/libgnuintl.h               |    298 +
 gnu/dist/texinfo/intl/loadinfo.h                 |    106 +-
 gnu/dist/texinfo/intl/loadmsgcat.c               |   1196 +-
 gnu/dist/texinfo/intl/localcharset.c             |    371 +
 gnu/dist/texinfo/intl/locale.alias               |     78 +
 gnu/dist/texinfo/intl/localealias.c              |    207 +-
 gnu/dist/texinfo/intl/localename.c               |    774 +
 gnu/dist/texinfo/intl/ngettext.c                 |     70 +
 gnu/dist/texinfo/intl/os2compat.c                |    100 +
 gnu/dist/texinfo/intl/os2compat.h                |     48 +
 gnu/dist/texinfo/intl/osdep.c                    |     26 +
 gnu/dist/texinfo/intl/plural-exp.c               |    158 +
 gnu/dist/texinfo/intl/plural-exp.h               |    128 +
 gnu/dist/texinfo/intl/plural.c                   |   1324 ++
 gnu/dist/texinfo/intl/plural.y                   |    411 +
 gnu/dist/texinfo/intl/ref-add.sin                |     31 +
 gnu/dist/texinfo/intl/ref-del.sin                |     26 +
 gnu/dist/texinfo/intl/textdomain.c               |    112 +-
 gnu/dist/texinfo/lib/Makefile.am                 |     18 +-
 gnu/dist/texinfo/lib/Makefile.in                 |    488 +-
 gnu/dist/texinfo/lib/README                      |     13 +-
 gnu/dist/texinfo/lib/alloca.c                    |    134 +-
 gnu/dist/texinfo/lib/getopt.h                    |    122 +-
 gnu/dist/texinfo/lib/getopt1.c                   |     38 +-
 gnu/dist/texinfo/lib/gettext.h                   |     71 +
 gnu/dist/texinfo/lib/memcpy.c                    |     33 +-
 gnu/dist/texinfo/lib/memmove.c                   |     18 +-
 gnu/dist/texinfo/lib/mkstemp.c                   |     45 +
 gnu/dist/texinfo/lib/strcasecmp.c                |     67 +-
 gnu/dist/texinfo/lib/strdup.c                    |     66 +-
 gnu/dist/texinfo/lib/strerror.c                  |     42 +-
 gnu/dist/texinfo/lib/strncasecmp.c               |     50 +-
 gnu/dist/texinfo/lib/substring.c                 |      4 +-
 gnu/dist/texinfo/lib/tempname.c                  |    345 +
 gnu/dist/texinfo/lib/xalloc.h                    |     89 +
 gnu/dist/texinfo/lib/xexit.c                     |      4 +-
 gnu/dist/texinfo/lib/xmalloc.c                   |      2 +
 gnu/dist/texinfo/lib/xstrdup.c                   |     18 +-
 gnu/dist/texinfo/m4/ChangeLog                    |     16 +
 gnu/dist/texinfo/m4/Makefile.am                  |     21 +
 gnu/dist/texinfo/m4/Makefile.in                  |    301 +
 gnu/dist/texinfo/m4/check-decl.m4                |     85 +
 gnu/dist/texinfo/m4/codeset.m4                   |     23 +
 gnu/dist/texinfo/m4/gettext.m4                   |    587 +
 gnu/dist/texinfo/m4/glibc21.m4                   |     32 +
 gnu/dist/texinfo/m4/iconv.m4                     |    103 +
 gnu/dist/texinfo/m4/intdiv0.m4                   |     72 +
 gnu/dist/texinfo/m4/inttypes-pri.m4              |     32 +
 gnu/dist/texinfo/m4/inttypes.m4                  |     27 +
 gnu/dist/texinfo/m4/inttypes_h.m4                |     28 +
 gnu/dist/texinfo/m4/isc-posix.m4                 |     26 +
 gnu/dist/texinfo/m4/lcmessage.m4                 |     32 +
 gnu/dist/texinfo/m4/lib-ld.m4                    |     97 +
 gnu/dist/texinfo/m4/lib-link.m4                  |    554 +
 gnu/dist/texinfo/m4/lib-prefix.m4                |    148 +
 gnu/dist/texinfo/m4/mkstemp.m4                   |     46 +
 gnu/dist/texinfo/m4/prereq.m4                    |    238 +
 gnu/dist/texinfo/m4/progtest.m4                  |     59 +
 gnu/dist/texinfo/m4/stdint_h.m4                  |     28 +
 gnu/dist/texinfo/m4/uintmax_t.m4                 |     29 +
 gnu/dist/texinfo/m4/ulonglong.m4                 |     23 +
 gnu/dist/texinfo/makeinfo/Makefile.am            |     25 +-
 gnu/dist/texinfo/makeinfo/README                 |     13 +-
 gnu/dist/texinfo/makeinfo/cmds.c                 |    450 +-
 gnu/dist/texinfo/makeinfo/cmds.h                 |      9 +-
 gnu/dist/texinfo/makeinfo/defun.c                |    174 +-
 gnu/dist/texinfo/makeinfo/defun.h                |      4 +-
 gnu/dist/texinfo/makeinfo/files.h                |      7 +-
 gnu/dist/texinfo/makeinfo/footnote.c             |     38 +-
 gnu/dist/texinfo/makeinfo/footnote.h             |      4 +-
 gnu/dist/texinfo/makeinfo/html.c                 |    322 +-
 gnu/dist/texinfo/makeinfo/html.h                 |     19 +-
 gnu/dist/texinfo/makeinfo/index.c                |    408 +-
 gnu/dist/texinfo/makeinfo/index.h                |      4 +-
 gnu/dist/texinfo/makeinfo/insertion.c            |    565 +-
 gnu/dist/texinfo/makeinfo/insertion.h            |     29 +-
 gnu/dist/texinfo/makeinfo/lang.c                 |    428 +-
 gnu/dist/texinfo/makeinfo/lang.h                 |     78 +-
 gnu/dist/texinfo/makeinfo/macro.c                |     14 +-
 gnu/dist/texinfo/makeinfo/macro.h                |      4 +-
 gnu/dist/texinfo/makeinfo/makeinfo.h             |     50 +-
 gnu/dist/texinfo/makeinfo/multi.c                |     61 +-
 gnu/dist/texinfo/makeinfo/node.c                 |    415 +-
 gnu/dist/texinfo/makeinfo/node.h                 |      8 +-
 gnu/dist/texinfo/makeinfo/sectioning.c           |    133 +-
 gnu/dist/texinfo/makeinfo/sectioning.h           |      4 +-
 gnu/dist/texinfo/makeinfo/tests/Makefile.am      |     16 +-
 gnu/dist/texinfo/makeinfo/tests/Makefile.in      |    413 +-
 gnu/dist/texinfo/makeinfo/tests/accent           |     33 +
 gnu/dist/texinfo/makeinfo/tests/accent-text.txi  |     64 +
 gnu/dist/texinfo/makeinfo/tests/accent.txi       |     10 +
 gnu/dist/texinfo/makeinfo/tests/accentenc        |     19 +
 gnu/dist/texinfo/makeinfo/tests/accentenc.txi    |     11 +
 gnu/dist/texinfo/makeinfo/tests/cond             |      2 +-
 gnu/dist/texinfo/makeinfo/tests/html-docdesc     |     12 +
 gnu/dist/texinfo/makeinfo/tests/html-docdesc.txi |     14 +
 gnu/dist/texinfo/makeinfo/tests/html-extrali     |      4 +-
 gnu/dist/texinfo/makeinfo/tests/html-min         |      2 +-
 gnu/dist/texinfo/makeinfo/tests/html-para        |      2 +-
 gnu/dist/texinfo/makeinfo/tests/html-title       |      4 +-
 gnu/dist/texinfo/makeinfo/tests/macro-at         |      7 +
 gnu/dist/texinfo/makeinfo/tests/macro-at.txi     |     38 +
 gnu/dist/texinfo/makeinfo/tests/menu-whitespace  |      2 +-
 gnu/dist/texinfo/makeinfo/tests/top2             |      3 +-
 gnu/dist/texinfo/makeinfo/texinfo.dtd            |    337 +
 gnu/dist/texinfo/makeinfo/texinfo.xsl            |    242 +
 gnu/dist/texinfo/makeinfo/toc.c                  |    196 +-
 gnu/dist/texinfo/makeinfo/toc.h                  |      5 +-
 gnu/dist/texinfo/makeinfo/xml.c                  |   1513 ++
 gnu/dist/texinfo/makeinfo/xml.h                  |     88 +
 gnu/dist/texinfo/missing                         |    166 +-
 gnu/dist/texinfo/mkinstalldirs                   |     96 +-
 gnu/dist/texinfo/po/LINGUAS                      |     16 +
 gnu/dist/texinfo/po/Makevars                     |     25 +
 gnu/dist/texinfo/po/POTFILES.in                  |     11 +
 gnu/dist/texinfo/po/Rules-quot                   |     42 +
 gnu/dist/texinfo/po/boldquot.sed                 |     10 +
 gnu/dist/texinfo/po/cs.gmo                       |    Bin 
 gnu/dist/texinfo/po/cs.po                        |   2851 ++-
 gnu/dist/texinfo/po/da.gmo                       |    Bin 
 gnu/dist/texinfo/po/da.po                        |   2933 ++++
 gnu/dist/texinfo/po/de.gmo                       |    Bin 
 gnu/dist/texinfo/po/de.po                        |   3208 ++--
 gnu/dist/texinfo/po/de_AT.gmo                    |    Bin 
 gnu/dist/texinfo/po/de_AT.po                     |   1833 +-
 gnu/dist/texinfo/po/en@boldquot.header           |     25 +
 gnu/dist/texinfo/po/en@quot.header               |     22 +
 gnu/dist/texinfo/po/eo.gmo                       |    Bin 
 gnu/dist/texinfo/po/eo.po                        |   2821 ++-
 gnu/dist/texinfo/po/fr.gmo                       |    Bin 
 gnu/dist/texinfo/po/fr.po                        |   3193 +++--
 gnu/dist/texinfo/po/he.gmo                       |    Bin 
 gnu/dist/texinfo/po/he.po                        |   2906 ++++
 gnu/dist/texinfo/po/hr.gmo                       |    Bin 
 gnu/dist/texinfo/po/hr.po                        |   2968 ++++
 gnu/dist/texinfo/po/insert-header.sin            |     23 +
 gnu/dist/texinfo/po/ja.gmo                       |    Bin 
 gnu/dist/texinfo/po/ja.po                        |   3185 +++++
 gnu/dist/texinfo/po/nl.gmo                       |    Bin 
 gnu/dist/texinfo/po/nl.po                        |   1958 +-
 gnu/dist/texinfo/po/no.gmo                       |    Bin 
 gnu/dist/texinfo/po/no.po                        |   2888 ++-
 gnu/dist/texinfo/po/quot.sed                     |      6 +
 gnu/dist/texinfo/po/remove-potcdate.sin          |     19 +
 gnu/dist/texinfo/po/ru.gmo                       |    Bin 
 gnu/dist/texinfo/po/ru.po                        |   2296 ++-
 gnu/dist/texinfo/po/sv.gmo                       |    Bin 
 gnu/dist/texinfo/po/sv.po                        |   3161 +++++
 gnu/dist/texinfo/po/texinfo.pot                  |   1838 +-
 gnu/dist/texinfo/po/tr.gmo                       |    Bin 
 gnu/dist/texinfo/po/tr.po                        |   2952 ++++
 gnu/dist/texinfo/po/zh_CN.gmo                    |    Bin 
 gnu/dist/texinfo/po/zh_CN.po                     |   2882 ++++
 gnu/dist/texinfo/po/zh_TW.gmo                    |    Bin 
 gnu/dist/texinfo/po/zh_TW.po                     |   2968 ++++
 gnu/dist/texinfo/util/Makefile.am                |     41 +-
 gnu/dist/texinfo/util/README                     |      9 +
 gnu/dist/texinfo/util/deref.c                    |      2 +
 gnu/dist/texinfo/util/dir-example                |    404 +
 gnu/dist/texinfo/util/gen-dir-node               |      4 +-
 gnu/dist/texinfo/util/infosrch                   |    104 +
 gnu/dist/texinfo/util/install-info-html          |    157 +
 gnu/dist/texinfo/util/texi-docstring-magic.el    |      2 +-
 286 files changed, 88728 insertions(+), 23969 deletions(-)

diffs (truncated from 139297 to 300 lines):

diff -r dcaafa275de0 -r 1a9ae5b59f64 gnu/dist/texinfo/ABOUT-NLS
--- a/gnu/dist/texinfo/ABOUT-NLS        Fri Jan 17 14:49:45 2003 +0000
+++ b/gnu/dist/texinfo/ABOUT-NLS        Fri Jan 17 14:54:14 2003 +0000
@@ -8,7 +8,7 @@
 
    If you found this `ABOUT-NLS' file inside a distribution, you may
 assume that the distributed package does use GNU `gettext' internally,
-itself available at your nearest GNU archive site.  But you do *not*
+itself available at your nearest GNU archive site.  But you do _not_
 need to install GNU `gettext' prior to configuring, installing or using
 this package with messages translated.
 
@@ -22,8 +22,8 @@
 `gettext' which is used.  The information can be found in the
 `intl/VERSION' file, in internationalized packages.
 
-One advise in advance
-=====================
+Quick configuration advice
+==========================
 
    If you want to exploit the full power of internationalization, you
 should configure it using
@@ -34,13 +34,14 @@
 package, despite the existence of internationalizing capabilities in the
 operating system where this package is being installed.  So far, only
 the `gettext' implementation in the GNU C library version 2 provides as
-many features (such as locale alias or message inheritance) as the
-implementation here.  It is also not possible to offer this additional
-functionality on top of a `catgets' implementation.  Future versions of
-GNU `gettext' will very likely convey even more functionality.  So it
-might be a good idea to change to GNU `gettext' as soon as possible.
+many features (such as locale alias, message inheritance, automatic
+charset conversion or plural form handling) as the implementation here.
+It is also not possible to offer this additional functionality on top
+of a `catgets' implementation.  Future versions of GNU `gettext' will
+very likely convey even more functionality.  So it might be a good idea
+to change to GNU `gettext' as soon as possible.
 
-   So you need not provide this option if you are using GNU libc 2 or
+   So you need _not_ provide this option if you are using GNU libc 2 or
 you have installed a recent copy of the GNU gettext package with the
 included `libintl'.
 
@@ -53,23 +54,20 @@
 ways to internationalization, predating GNU `gettext'.
 
    By default, this package will be installed to allow translation of
-messages.  It will automatically detect whether the system provides
-usable `catgets' (if using this is selected by the installer) or
-`gettext' functions.  If neither is available, the GNU `gettext' own
+messages.  It will automatically detect whether the system already
+provides the GNU `gettext' functions.  If not, the GNU `gettext' own
 library will be used.  This library is wholly contained within this
 package, usually in the `intl/' subdirectory, so prior installation of
-the GNU `gettext' package is *not* required.  Installers may use
+the GNU `gettext' package is _not_ required.  Installers may use
 special options at configuration time for changing the default
 behaviour.  The commands:
 
      ./configure --with-included-gettext
-     ./configure --with-catgets
      ./configure --disable-nls
 
-will respectively bypass any pre-existing `catgets' or `gettext' to use
-the internationalizing routines provided within this package, enable
-the use of the `catgets' functions (if found on the locale system), or
-else, *totally* disable translation of messages.
+will respectively bypass any pre-existing `gettext' to use the
+internationalizing routines provided within this package, or else,
+_totally_ disable translation of messages.
 
    When you already have GNU `gettext' installed on your system and run
 configure without an option for your new package, `configure' will
@@ -83,18 +81,10 @@
 
 to prevent auto-detection.
 
-   By default the configuration process will not test for the `catgets'
-function and therefore they will not be used.  The reasons are already
-given above: the emulation on top of `catgets' cannot provide all the
-extensions provided by the GNU `gettext' library.  If you nevertheless
-want to use the `catgets' functions use
-
-     ./configure --with-catgets
-
-to enable the test for `catgets' (this causes no harm if `catgets' is
-not available on your system).  If you really select this option we
-would like to hear about the reasons because we cannot think of any
-good one ourself.
+   The configuration process will not test for the `catgets' function
+and therefore it will not be used.  The reason is that even an
+emulation of `gettext' on top of `catgets' could not provide all the
+extensions of the GNU `gettext' library.
 
    Internationalized packages have usually many `po/LL.po' files, where
 LL gives an ISO 639 two-letter code identifying the language.  Unless
@@ -110,22 +100,42 @@
 
    As a user, if your language has been installed for this package, you
 only have to set the `LANG' environment variable to the appropriate
-ISO 639 `LL' two-letter code prior to using the programs in the
-package.  For example, let's suppose that you speak German.  At the
-shell prompt, merely execute `setenv LANG de' (in `csh'),
-`export LANG; LANG=de' (in `sh') or `export LANG=de' (in `bash').  This
-can be done from your `.login' or `.profile' file, once and for all.
+`LL_CC' combination.  Here `LL' is an ISO 639 two-letter language code,
+and `CC' is an ISO 3166 two-letter country code.  For example, let's
+suppose that you speak German and live in Germany.  At the shell
+prompt, merely execute `setenv LANG de_DE' (in `csh'),
+`export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash').
+This can be done from your `.login' or `.profile' file, once and for
+all.
+
+   You might think that the country code specification is redundant.
+But in fact, some languages have dialects in different countries.  For
+example, `de_AT' is used for Austria, and `pt_BR' for Brazil.  The
+country code serves to distinguish the dialects.
 
-   An operating system might already offer message localization for
-many of its programs, while other programs have been installed locally
-with the full capabilities of GNU `gettext'.  Just using `gettext'
-extended syntax for `LANG' would break proper localization of already
-available operating system programs.  In this case, users should set
-both `LANGUAGE' and `LANG' variables in their environment, as programs
-using GNU `gettext' give preference to `LANGUAGE'.  For example, some
-Swedish users would rather read translations in German than English for
-when Swedish is not available.  This is easily accomplished by setting
-`LANGUAGE' to `sv:de' while leaving `LANG' to `sv'.
+   The locale naming convention of `LL_CC', with `LL' denoting the
+language and `CC' denoting the country, is the one use on systems based
+on GNU libc.  On other systems, some variations of this scheme are
+used, such as `LL' or `LL_CC.ENCODING'.  You can get the list of
+locales supported by your system for your country by running the command
+`locale -a | grep '^LL''.
+
+   Not all programs have translations for all languages.  By default, an
+English message is shown in place of a nonexistent translation.  If you
+understand other languages, you can set up a priority list of languages.
+This is done through a different environment variable, called
+`LANGUAGE'.  GNU `gettext' gives preference to `LANGUAGE' over `LANG'
+for the purpose of message handling, but you still need to have `LANG'
+set to the primary language; this is required by other parts of the
+system libraries.  For example, some Swedish users who would rather
+read translations in German than English for when Swedish is not
+available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.
+
+   In the `LANGUAGE' environment variable, but not in the `LANG'
+environment variable, `LL_CC' combinations can be abbreviated as `LL'
+to denote the language's main dialect.  For example, `de' is equivalent
+to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT'
+(Portuguese as spoken in Portugal) in this context.
 
 Translating Teams
 =================
@@ -133,33 +143,21 @@
    For the Free Translation Project to be a success, we need interested
 people who like their own language and write it well, and who are also
 able to synergize with other translators speaking the same language.
-Each translation team has its own mailing list, courtesy of Linux
-International.  You may reach your translation team at the address
-`LL%li.org@localhost', replacing LL by the two-letter ISO 639 code for your
-language.  Language codes are *not* the same as the country codes given
-in ISO 3166.  The following translation teams exist, as of December
-1997:
+Each translation team has its own mailing list.  The up-to-date list of
+teams can be found at the Free Translation Project's homepage,
+`http://www.iro.umontreal.ca/contrib/po/HTML/', in the "National teams"
+area.
 
-     Chinese `zh', Czech `cs', Danish `da', Dutch `nl', English `en',
-     Esperanto `eo', Finnish `fi', French `fr', German `de', Hungarian
-     `hu', Irish `ga', Italian `it', Indonesian `id', Japanese `ja',
-     Korean `ko', Latin `la', Norwegian `no', Persian `fa', Polish
-     `pl', Portuguese `pt', Russian `ru', Slovenian `sl', Spanish `es',
-     Swedish `sv', and Turkish `tr'.
-
-For example, you may reach the Chinese translation team by writing to
-`zh%li.org@localhost'.
-
-   If you'd like to volunteer to *work* at translating messages, you
+   If you'd like to volunteer to _work_ at translating messages, you
 should become a member of the translating team for your own language.
-The subscribing address is *not* the same as the list itself, it has
+The subscribing address is _not_ the same as the list itself, it has
 `-request' appended.  For example, speakers of Swedish can send a
 message to `sv-request%li.org@localhost', having this message body:
 
      subscribe
 
    Keep in mind that team members are expected to participate
-*actively* in translations, or at solving translational difficulties,
+_actively_ in translations, or at solving translational difficulties,
 rather than merely lurking around.  If your team does not exist yet and
 you want to start one, or if you are unsure about what to do or how to
 get started, please write to `translation%iro.umontreal.ca@localhost' to reach the
@@ -173,42 +171,232 @@
 ==================
 
    Languages are not equally supported in all packages.  The following
-matrix shows the current state of internationalization, as of December
-1997.  The matrix shows, in regard of each package, for which languages
-PO files have been submitted to translation coordination.
+matrix shows the current state of internationalization, as of August
+2002.  The matrix shows, in regard of each package, for which languages
+PO files have been submitted to translation coordination, with a
+translation percentage of at least 50%.
 
-     Ready PO files    cs da de en es fi fr it ja ko nl no pl pt ru sl sv
-                     .----------------------------------------------------.
-     bash            |       []          []          []                   |  3
-     bison           |       []          []          []                   |  3
-     clisp           |       [] [] []    []                               |  4
-     cpio            |       []    []    []       [] []    []             |  6
-     diffutils       |       []    []    []                []          [] |  5
-     enscript        |       []    [] [] []          []             []    |  6
-     fileutils       | []    []    []    []       [] []    [] []    [] [] | 10
-     findutils       |       []    []    [] []    [] []    []    []    [] |  9
-     flex            |             []    []       []                   [] |  4
-     gcal            |       []          []          []    []          [] |  5
-     gettext         |    [] []    []    []       [] [] [] [] []    [] [] | 12
-     grep            |       []    []    []       [] [] [] []    [] [] [] | 10
-     hello           |    [] []    []    []       [] [] [] [] []    [] [] | 11
-     id-utils        |       []          []                []             |  3
-     indent          |    [] []                   []       []    []       |  5
-     libc            |       []    []    []       [] []    []          [] |  7
-     m4              |       []          []    []    []          []    [] |  6
-     make            |       []    []    []       [] []    []             |  6
-     music           |                   []                []             |  2
-     ptx             |       []    []    []          [] [] [] []       [] |  8
-     recode          |    [] []    []    []          []    [] []    [] [] |  9
-     sh-utils        |       []    []    []          [] [] [] []       [] |  8
-     sharutils       | []    []    []    []          []                [] |  6
-     tar             | []    []          [] []    [] [] [] [] []    [] [] | 11
-     texinfo         | []    []          []                               |  3
-     textutils       | []    []    []    []       [] [] [] []          [] |  9
-     wdiff           | []    []    []    []          [] [] []          [] |  8
-                     `----------------------------------------------------'
-       17 languages    cs da de en es fi fr it ja ko nl no pl pt ru sl sv
-       27 packages      6  4 25  1 18  1 26  2  1 12 20  9 19  7  4  7 17  179
+     Ready PO files    be bg ca cs da de el en eo es et fi fr
+                     +----------------------------------------+
+     a2ps            |             [] []             []    [] |
+     ap-utils        |                                        |
+     bash            |                []       [] []       [] |
+     bfd             |                            []       [] |
+     binutils        |                            []       [] |
+     bison           |                []          [] []    [] |
+     clisp           |                                        |
+     clisp           |                []    []    []       [] |
+     clisplow        |                                        |
+     cpio            |             [] []          []       [] |
+     darkstat        |             ()                         |
+     diffutils       |          [] [] []       [] []       [] |
+     enscript        |                []                   [] |
+     error           |                []          []       [] |
+     fetchmail       |       [] () [] []          []       () |
+     fileutils       |             [] []          [] []    [] |
+     findutils       |             [] []       [] [] []    [] |
+     flex            |       []    [] []          []       [] |
+     gas             |                            []       [] |
+     gawk            |                []          []       [] |
+     gcal            |       []                            [] |
+     gcc             |                            []       [] |
+     gettext         |       []    [] []          []       [] |
+     gnupg           |       []       [] []    [] [] []    [] |
+     gprof           |                            []       [] |
+     gpsdrive        |             () ()    ()    ()       () |
+     grep            |    [] []       [] []       [] [] [] [] |
+     gretl           |                            []          |
+     gthumb          |                ()          ()       () |
+     hello           |       []    [] [] []    [] [] [] [] [] |
+     id-utils        |             [] []                   [] |
+     indent          |       []       []       []    []    [] |
+     jpilot          |          () [] []                   [] |
+     jwhois          |                            []       [] |
+     kbd             |                []          []       [] |
+     ld              |                            []       [] |
+     libc            |       [] [] [] [] []       []    [] [] |
+     libiconv        |       []       []       [] []          |
+     lifelines       |                ()                   () |
+     lilypond        |             []                      [] |
+     lingoteach      |                         []          [] |
+     lingoteach_lessons|                ()          ()          |
+     lynx            |       [] [] [] []             []       |
+     m4              |          [] [] [] []                [] |
+     make            |             [] []          []       [] |
+     man-db          |       [] () () []          ()       () |
+     mysecretdiary   |                []          []       [] |
+     nano            |       [] () [] []          []       [] |
+     nano_1_0        |       [] () [] []          []       [] |
+     opcodes         |             []             []       [] |
+     parted          |       []    [] []          []       [] |
+     ptx             |             [] []       [] [] [] [] [] |
+     python          |                                        |
+     recode          |             [] [] []    [] []       [] |
+     sed             |       [] [] [] [] []    [] [] [] [] [] |
+     sh-utils        |                []          [] []    [] |
+     sharutils       |          [] [] [] []       [] []    [] |
+     sketch          |                ()          []       () |



Home | Main Index | Thread Index | Old Index