]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update section about wxWidgets.
authorBruno Haible <bruno@clisp.org>
Mon, 3 Apr 2006 11:37:36 +0000 (11:37 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:07 +0000 (12:13 +0200)
gettext-tools/doc/ChangeLog
gettext-tools/doc/gettext.texi

index ca5dce84c6ce2753c8b4464351aaa30ef5885a3b..ae552d4cdbda02d48b7d8cbd51dbfb1825a95c4d 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-02  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.texi (wxWidgets): Renamed from wxWindows. Clarify formatting
+       with positions.
+
 2006-04-02  Bruno Haible  <bruno@clisp.org>
 
        * gettext.texi (Contexts): Document the macros pgettext_expr,
index 28b1b1019b2a6fb0f4df51013653de1ca6fee84f..258f3bf21e75c01cae87fa5f1cdaa2ae09123b6d 100644 (file)
@@ -382,7 +382,7 @@ Individual Programming Languages
 * C#::                          C#
 * gawk::                        GNU awk
 * Pascal::                      Pascal - Free Pascal Compiler
-* wxWindows::                   wxWindows library
+* wxWidgets::                   wxWidgets library
 * YCP::                         YCP - YaST2 scripting language
 * Tcl::                         Tcl - Tk's scripting language
 * Perl::                        Perl
@@ -8022,7 +8022,7 @@ that language, and to combine the resulting files using @code{msgcat}.
 * C#::                          C#
 * gawk::                        GNU awk
 * Pascal::                      Pascal - Free Pascal Compiler
-* wxWindows::                   wxWindows library
+* wxWidgets::                   wxWidgets library
 * YCP::                         YCP - YaST2 scripting language
 * Tcl::                         Tcl - Tk's scripting language
 * Perl::                        Perl
@@ -9231,7 +9231,7 @@ yourself.
 
 An example is available in the @file{examples} directory: @code{hello-gawk}.
 
-@node Pascal, wxWindows, gawk, List of Programming Languages
+@node Pascal, wxWidgets, gawk, List of Programming Languages
 @subsection Pascal - Free Pascal Compiler
 @cindex Pascal
 @cindex Free Pascal
@@ -9290,9 +9290,9 @@ can be loaded using the @code{TranslateResourceStrings} function in the
 
 An example is available in the @file{examples} directory: @code{hello-pascal}.
 
-@node wxWindows, YCP, Pascal, List of Programming Languages
-@subsection wxWindows library
-@cindex @code{wxWindows} library
+@node wxWidgets, YCP, Pascal, List of Programming Languages
+@subsection wxWidgets library
+@cindex @code{wxWidgets} library
 
 @table @asis
 @item RPMs
@@ -9329,7 +9329,9 @@ emulate, see @code{include/wx/intl.h} and @code{src/common/intl.cpp}
 @code{xgettext}
 
 @item Formatting with positions
----
+wxString::Format supports positions if and only if the system has
+@code{wprintf()}, @code{vswprintf()} functions and they support positions
+according to POSIX.
 
 @item Portability
 fully portable
@@ -9338,7 +9340,7 @@ fully portable
 yes
 @end table
 
-@node YCP, Tcl, wxWindows, List of Programming Languages
+@node YCP, Tcl, wxWidgets, List of Programming Languages
 @subsection YCP - YaST2 scripting language
 @cindex YCP
 @cindex YaST2 scripting language