]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
GNU standard targets are now respected in intl/Makefile.in, po/Makefile.in.in.
authorBruno Haible <bruno@clisp.org>
Wed, 7 Nov 2001 21:39:49 +0000 (21:39 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 20:54:50 +0000 (22:54 +0200)
gettext needs LC_MESSAGES - now documented in node "Triggering `gettext'
Operations".

automake 1.5 supports the LINGUAS file.

AM_WITH_NLS is not documented and doesn't even exist any more.

No more need for an msvc Makefile because libtool now supports mingw32
sufficiently well that it can be used to create a libintl.dll.

msginit has been written.

Admin/plans

index 7c4fe37b857d3db102e5cdee7ef3efe9bf211974..d81e733848f050de4b624261bade115e0a5ea432 100644 (file)
@@ -1,19 +1,10 @@
 Things we plan to do. Comments welcome.
 
-- Respect the GNU standard targets in intl/Makefile.in and po/Makefile.in.in.
-
 - Document bash-2.04's $"..." facility and the associated 2 environment
   variables.
 
-- Document that gettext requires the LC_MESSAGES category (or LANGUAGE
-  override) and LC_CTYPE category to be set correctly via setlocale.
-
 - Merge clisp specific changes.
 
-- Work towards integration with automake.
-
-- Stop documenting AM_WITH_NLS. AM_GNU_GETTEXT is the right macro to use.
-
 - Documentation: Distinguish more clearly between gettext/xgettext,
   the Translation Project for GNU packages, and the PO mode.
 
@@ -22,8 +13,6 @@ Things we plan to do. Comments welcome.
 - 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".
 
-- Add msvc Makefile.
-
 - Look at Christian Robottom Reis's manual:
   http://www.async.com.br/~kiko/gettext.html
 
@@ -34,11 +23,6 @@ Things we plan to do. Comments welcome.
   http://i18n.kde.org/translation-howto/gui-specialized-apps.html
   http://i18n.kde.org/tools/kbabel/
 
-- New programs:
-
-  msginit
-  create initial PO file from POT file.
-
 - Rewrite doc node "Compendium", discuss functionality, then check
   implementation and add Karl's new tests.