From: Bruno Haible Date: Mon, 26 Nov 2001 13:44:09 +0000 (+0000) Subject: Updates for Java and Lisp. X-Git-Tag: v0.11~269 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad3b0e3a4d47b47daff9d7fc67218888fbac5159;p=thirdparty%2Fgettext.git Updates for Java and Lisp. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 8ee695765..62aa6618f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2001-11-18 Bruno Haible + + * gettext.texi (Common Lisp): Update. + (Java): Refer to the Javadoc documentation. + 2001-11-18 Bruno Haible * gettext.texi (Prerequisites): Update for autoconf-2.50 users. diff --git a/doc/gettext.texi b/doc/gettext.texi index 886ddc3c1..14339a2ec 100644 --- a/doc/gettext.texi +++ b/doc/gettext.texi @@ -5853,7 +5853,7 @@ fully portable @table @asis @item RPMs -clisp +clisp 2.28 or newer @item File extension @code{lisp} @@ -5862,16 +5862,16 @@ clisp @code{"abc"} @item gettext shorthand -@code{(ENGLISH "abc")} +@code{(_ "abc")}, @code{(ENGLISH "abc")} @item gettext/ngettext functions ---- +@code{i18n:gettext}, @code{i18n:ngettext} @item textdomain ---- +@code{i18n:textdomain} @item bindtextdomain ---- +@code{i18n:textdomaindir} @item setlocale automatic @@ -6170,6 +6170,11 @@ from a PO file with plural handling. @item The @code{gnu.gettext.GettextResource} API. +Reference documentation in Javadoc 1.1 style format +is in the @uref{javadoc1/tree.html,javadoc1 directory} and +in Javadoc 2 style format +in the @uref{javadoc2/index.html,javadoc2 directory}. + Its @code{gettext} function returns a string translation. Note that when a translation is missing, the @var{msgid} argument is returned unchanged.