From: Bruno Haible Date: Mon, 28 Oct 2002 10:28:00 +0000 (+0000) Subject: Add more entry points. X-Git-Tag: v0.12~1261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77642c436708f15a6acb7ff375592e978572e7e8;p=thirdparty%2Fgettext.git Add more entry points. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 1219793ab..09a0f56b7 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2002-10-27 Bruno Haible + + * gettext.texi (@direntry): Add more entry points: one for every + program, except 'gettext' and 'ngettext', which are also available + as functions. + 2002-09-09 Bruno Haible * gettext.texi (Creating): Remove --verbose argument of msginit diff --git a/doc/gettext.texi b/doc/gettext.texi index 80feedd55..1bcc7edc2 100644 --- a/doc/gettext.texi +++ b/doc/gettext.texi @@ -33,11 +33,26 @@ @dircategory GNU Gettext Utilities @direntry -* Gettext: (gettext). GNU gettext utilities. -* gettextize: (gettext)gettextize Invocation. Prepare a package for gettext. -* msgfmt: (gettext)msgfmt Invocation. Make MO files out of PO files. -* msgmerge: (gettext)msgmerge Invocation. Update two PO files into one. -* xgettext: (gettext)xgettext Invocation. Extract strings into a PO file. +* gettext: (gettext). GNU gettext utilities. +* autopoint: (gettext)autopoint Invocation. Copy gettext infrastructure. +* gettextize: (gettext)gettextize Invocation. Prepare a package for gettext. +* msgattrib: (gettext)msgattrib Invocation. Select part of a PO file. +* msgcat: (gettext)msgcat Invocation. Combine several PO files. +* msgcmp: (gettext)msgcmp Invocation. Compare a PO file and template. +* msgcomm: (gettext)msgcomm Invocation. Match two PO files. +* msgconv: (gettext)msgconv Invocation. Convert PO file to encoding. +* msgen: (gettext)msgen Invocation. Create an English PO file. +* msgexec: (gettext)msgexec Invocation. Process a PO file. +* msgfilter: (gettext)msgfilter Invocation. Pipe a PO file through a filter. +* msgfmt: (gettext)msgfmt Invocation. Make MO files out of PO files. +* msggrep: (gettext)msggrep Invocation. Select part of a PO file. +* msginit: (gettext)msginit Invocation. Create a fresh PO file. +* msgmerge: (gettext)msgmerge Invocation. Update a PO file from template. +* msgunfmt: (gettext)msgunfmt Invocation. Uncompile MO file into PO file. +* msguniq: (gettext)msguniq Invocation. Unify duplicates for PO file. +* xgettext: (gettext)xgettext Invocation. Extract strings into a PO file. +* ISO639: (gettext)Language Codes. ISO 639 language codes. +* ISO3166: (gettext)Country Codes. ISO 3166 country codes. @end direntry @ifinfo