Revision 21665,
1.3 KB
checked in by ghudson, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r21664,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | Version 0.14.2 - January 2005 |
---|
2 | |
---|
3 | * Improved detection of the locale on MacOS X. |
---|
4 | * The gettext autoconf macros now require autoconf 2.50 or newer. |
---|
5 | |
---|
6 | Version 0.14 - January 2004 |
---|
7 | |
---|
8 | * New library: GNU.Gettext.dll contains the runtime for using GNU gettext |
---|
9 | message catalogs in C#. |
---|
10 | |
---|
11 | * Special advice for Norwegian users: The language code for Norwegian |
---|
12 | bokmål changed from 'no' to 'nb' recently (in 2003). During the transition |
---|
13 | period, while some message catalogs for this language are installed under |
---|
14 | 'nb' and some older ones under 'no', it's recommended for Norwegian users to |
---|
15 | set the LANGUAGE environment variable to 'nb:no' so that both newer and |
---|
16 | older translations are used. |
---|
17 | |
---|
18 | Version 0.13 - November 2003 |
---|
19 | |
---|
20 | * On those few platforms (NetBSD and Woe32) for which the native |
---|
21 | printf()/fprintf()/... functions don't support POSIX/XSI format strings |
---|
22 | with positions, replacements are provided through <libintl.h>. |
---|
23 | |
---|
24 | * New function library: |
---|
25 | gettext.sh - shell functions for internationalized shell scripts |
---|
26 | * New program: |
---|
27 | envsubst - substitutes environment variables in shell format strings |
---|
28 | |
---|
29 | Version 0.12 - May 2003 |
---|
30 | |
---|
31 | * A new C++ class, called gnu::autosprintf, makes it possible to use C format |
---|
32 | strings in C++. This is needed for proper internationalization of C++ |
---|
33 | programs. |
---|
Note: See
TracBrowser
for help on using the repository browser.