]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Tweaks.
authorBruno Haible <bruno@clisp.org>
Thu, 13 Nov 2003 13:05:58 +0000 (13:05 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:14 +0000 (12:11 +0200)
gettext-tools/doc/ChangeLog
gettext-tools/doc/gettext.texi

index 5bf4b773ad83e5cb77555111fb4739a65085e5a3..0ba0158501617a7d04dc554c29a5262b89c73fe1 100644 (file)
@@ -1,3 +1,8 @@
+2003-11-13  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.texi (About gettext): Mention OpenI18N (ex-Li18nux).
+       (History): Acknowledge Paul Eggert's role.
+
 2003-11-04  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (MAKEINFO): Set LC_MESSAGES and LC_ALL to empty as well.
index 6076ff72cdc8e7618aa0f5134e53eab0fd09d1fd..56294c35bb50d6473fc96346e28df41e43e55064 100644 (file)
@@ -4481,9 +4481,9 @@ more easy to manage.
 @cindex @code{gettext}, a programmer's view
 
 The definition of the @code{gettext} interface comes from a Uniforum
-proposal and it is followed by at least one major Unix vendor
-(Sun) in its last developments.  It is not specified in any official
-standard, though.
+proposal.  It was submitted there by Sun, who had implemented the
+@code{gettext} function in SunOS 4, around 1990.  Nowadays, the
+@code{gettext} interface is specified by the OpenI18N standard.
 
 The main point about this solution is that it does not follow the
 method of normal file handling (open-use-close) and that it does not
@@ -9620,6 +9620,9 @@ from Patrick and Richard, of course, but also from Mitchum DSouza
 MacKenzie, Fran@,{c}ois Pinard, and Paul Eggert, all pushing and
 pulling in various directions, not always compatible, to the extent
 that after a couple of test releases, @code{glocale} was torn apart.
+In particular, Paul Eggert -- always keeping an eye on developments
+in Solaris -- advocated the use of the @code{gettext} API over
+@code{glocale}'s @code{catgets}-based API.
 
 While Jim took some distance and time and became dad for a second
 time, Roland wanted to get GNU @code{libc} internationalized, and