]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Updates for Java and Lisp.
authorBruno Haible <bruno@clisp.org>
Mon, 26 Nov 2001 13:44:09 +0000 (13:44 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 21:25:29 +0000 (23:25 +0200)
doc/ChangeLog
doc/gettext.texi

index 8ee695765daa9199a6670d93089f237c85bff46d..62aa6618f1639bdd76748612eaddb7062a912d9b 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-18  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.texi (Common Lisp): Update.
+       (Java): Refer to the Javadoc documentation.
+
 2001-11-18  Bruno Haible  <haible@clisp.cons.org>
 
        * gettext.texi (Prerequisites): Update for autoconf-2.50 users.
index 886ddc3c1effa3997d62b6a69e5c25732b944ada..14339a2ec04c962dcdef155fba66b63eba94d338 100644 (file)
@@ -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.