]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Bleeding-edge autoconf & automake work with our m4 macros.
authorBruno Haible <bruno@clisp.org>
Sun, 16 Sep 2001 16:45:16 +0000 (16:45 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 16 Sep 2001 16:45:16 +0000 (16:45 +0000)
xgettext split is done.
Doc chapter "Programming languages" exists.
Java support is there now.
Maybe refer to GNOME TP?

Admin/plans

index 9ac5af500ba00722a1deba7fba4a1ce43ef918d9..7c4fe37b857d3db102e5cdee7ef3efe9bf211974 100644 (file)
@@ -14,21 +14,11 @@ Things we plan to do. Comments welcome.
 
 - Stop documenting AM_WITH_NLS. AM_GNU_GETTEXT is the right macro to use.
 
-- Check the *.m4 macros with bleeding-edge autoconf & automake.
-
 - Documentation: Distinguish more clearly between gettext/xgettext,
   the Translation Project for GNU packages, and the PO mode.
 
 - Read Francois Pinard's gettext folder.
 
-- Split xgettext into a language dependent part and a language independent
-  part.
-
-- Document what it means to add gettext support to a programming/scripting
-  language.
-
-- Add support for Java.
-
 - KDE wants a kind of gettext2("role","msg")  function whose key is the
   concatenation of "role" and "msg" but whose default value is only "msg".
 
@@ -60,3 +50,5 @@ Things we plan to do. Comments welcome.
 
 - Check portability of coding-system-list, apparently not defined
   in XEmacs 20.4.
+
+- Refer also to the GNOME translation project http://www.klid.dk/gnome/ ?