diff options
author | Bruno Haible <bruno@clisp.org> | 2000-06-16 22:31:15 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2000-06-16 22:31:15 +0000 |
commit | a0397c12b20a0af7c2c5af6fe65c4bfb0a0f493f (patch) | |
tree | 029261e4f02eb960f2e62e0567a1cadfd87fc5b1 /Admin | |
parent | 006d7bce15d26fef67f446a2a9d7c0cb2095b334 (diff) | |
download | external_gettext-a0397c12b20a0af7c2c5af6fe65c4bfb0a0f493f.zip external_gettext-a0397c12b20a0af7c2c5af6fe65c4bfb0a0f493f.tar.gz external_gettext-a0397c12b20a0af7c2c5af6fe65c4bfb0a0f493f.tar.bz2 |
The following are done:
- Merge changes from glibc CVS, but keep the copyright as GPL.
- Merge iconv support.
- Deal with the ACLOCAL_AMFLAGS in Makefile.am differently.
The following is obsolete:
- Should gettext.alias be distributed? - It has been removed.
New plans:
- Stop documenting AM_WITH_NLS. AM_GNU_GETTEXT is the right macro to use.
- Unify intlh.inst.in and libgettext.h.
- Build also libintl.so, using libtool.
- Check the *.m4 macros with bleeding-edge autoconf & automake.
Diffstat (limited to 'Admin')
-rw-r--r-- | Admin/plans | 28 |
1 files changed, 18 insertions, 10 deletions
diff --git a/Admin/plans b/Admin/plans index fb5d9c3..07833ad 100644 --- a/Admin/plans +++ b/Admin/plans @@ -1,13 +1,7 @@ Things we plan to do. Comments welcome. -- Merge changes from glibc CVS, but keep the copyright as GPL. - -- Merge iconv support. - - Replace bash specific INSTALL with the generic one. -- Deal with the ACLOCAL_AMFLAGS in Makefile.am differently. - - Update lib/ with some files from fetish utils. - Update other files from libtool-1.3.5 and autoconf-2.13. @@ -17,18 +11,32 @@ Things we plan to do. Comments welcome. - Document bash-2.04's $"..." facility and the associated 2 environment variables. -- Document that gettext requires the LC_MESSAGES and LC_CTYPE categories - to be set correctly via setlocale. +- Document that gettext requires the LC_MESSAGES category (or LANGUAGE + override) and LC_CTYPE category to be set correctly via setlocale. - Make sure put-ABOUT file and Admin/ directories are not distributed. -- Should gettext.alias be distributed? - - Update documentation for plural features and bind_textdomain_codeset. - Treatment of plurals in pot-files: Use the following pattern: msgid "a piece of cake" | "%d pieces of cake" msgstr "un morceau de gateau" | "%d morceaux de gateau" [ | more strings ] + or the following: + msgid "a piece of cake" + msgstr0 "un morceau de gateau" + msgstr1 "%d morceaux de gateau" - Work towards integration with automake. +- Stop documenting AM_WITH_NLS. AM_GNU_GETTEXT is the right macro to use. + +- Unify intlh.inst.in and libgettext.h. + +- Build also libintl.so, using libtool. + +- Check the *.m4 macros with bleeding-edge autoconf & automake. + +Future: + +- Remove support for catgets and Solaris gettext. + |