]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Linebreaking is fixed now.
authorBruno Haible <bruno@clisp.org>
Tue, 6 Mar 2001 15:23:18 +0000 (15:23 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 6 Mar 2001 15:23:18 +0000 (15:23 +0000)
Admin/plans

index 5b186456d2f1b02eb45b08dbb537236d0405aae5..ad89fbfdf2f2051918a608d75ec8c364521c4590 100644 (file)
@@ -34,14 +34,9 @@ Things we plan to do. Comments welcome.
 - Split xgettext into a language dependent part and a language independent
   part.
 
-- Add c-ctype.{h,c} to misc. Document setlocale, LC_CTYPE, LC_MESSAGES issues.
-
 - Document what it means to add gettext support to a programming/scripting
   language. Add support for Java.
 
-- The --width option shouldn't split multibyte characters and take into account
-  the wcwidth of the characters.
-
 - 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".
 
@@ -63,3 +58,6 @@ Things we plan to do. Comments welcome.
   http://i18n.kde.org/translation-howto/gui-specialized-apps.html
   http://i18n.kde.org/tools/kbabel/
 
+- lib/ needs patches for building on systems without <libintl.h>.
+- Protect all uses of LC_MESSAGES by HAVE_LC_MESSAGES.
+