Binary compatibility is guaranteed, however.
* Portability to mingw.
+
+* Documentation:
+ A complete example showing the use of GNU gettext with the wxWidgets GUI
+ toolkit has been added.
\f
Version 0.14.5 - May 2005
+2006-03-25 Bruno Haible <bruno@clisp.org>
+
+ * gettext.texi (C): Also mention the hello-c++-wxwidgets example.
+
2006-03-19 Bruno Haible <bruno@clisp.org>
* xgettext.texi (--keyword): Document the extracted comments syntax.
The following examples are available in the @file{examples} directory:
@code{hello-c}, @code{hello-c-gnome}, @code{hello-c++}, @code{hello-c++-qt},
-@code{hello-c++-kde}, @code{hello-c++-gnome}, @code{hello-objc},
-@code{hello-objc-gnustep}, @code{hello-objc-gnome}.
+@code{hello-c++-kde}, @code{hello-c++-gnome}, @code{hello-c++-wxwidgets},
+@code{hello-objc}, @code{hello-objc-gnustep}, @code{hello-objc-gnome}.
@node sh, bash, C, List of Programming Languages
@subsection sh - Shell Script
+2006-03-25 Bruno Haible <bruno@clisp.org>
+
+ New example for wxWidgets.
+ * hello-c++-wxwidgets: New subdirectory.
+ * README: Mention it.
+ * Makefile.am (EXAMPLESFILES): Add the files in hello-c++-wxwidgets.
+ * po/Makefile.am (POTFILES): Add hello-c++-wxwidgets source.
+ (SMALLPOTS): Add hello-c++-wxwidgets.pot.
+ (hello-c++-wxwidgets.pot): New rule.
+ (SMALLPOFILES_FOR_lang): Add hello-c++-wxwidgets elements.
+ (../hello-c++-wxwidgets/po/$(LL).po): New rule.
+
2005-10-18 Bruno Haible <bruno@clisp.org>
* hello-c/po/Makevars (USE_MSGCTXT): New macro.
## Makefile for the gettext-tools/examples subdirectory of GNU gettext
-## Copyright (C) 2001-2005 Free Software Foundation, Inc.
+## Copyright (C) 2001-2006 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
hello-c++-gnome/po/zh_CN.po \
hello-c++-gnome/po/zh_TW.po \
\
+ hello-c++-wxwidgets/INSTALL \
+ hello-c++-wxwidgets/autogen.sh \
+ hello-c++-wxwidgets/autoclean.sh \
+ hello-c++-wxwidgets/hello.cc \
+ hello-c++-wxwidgets/Makefile.am \
+ hello-c++-wxwidgets/configure.ac \
+ hello-c++-wxwidgets/m4/Makefile.am \
+ hello-c++-wxwidgets/m4/wxwidgets.m4 \
+ hello-c++-wxwidgets/po/Makefile.am \
+ hello-c++-wxwidgets/po/LINGUAS \
+ hello-c++-wxwidgets/po/af.po \
+ hello-c++-wxwidgets/po/ca.po \
+ hello-c++-wxwidgets/po/de.po \
+ hello-c++-wxwidgets/po/el.po \
+ hello-c++-wxwidgets/po/es.po \
+ hello-c++-wxwidgets/po/fr.po \
+ hello-c++-wxwidgets/po/ga.po \
+ hello-c++-wxwidgets/po/it.po \
+ hello-c++-wxwidgets/po/ja.po \
+ hello-c++-wxwidgets/po/nl.po \
+ hello-c++-wxwidgets/po/pl.po \
+ hello-c++-wxwidgets/po/ro.po \
+ hello-c++-wxwidgets/po/ru.po \
+ hello-c++-wxwidgets/po/sk.po \
+ hello-c++-wxwidgets/po/sr.po \
+ hello-c++-wxwidgets/po/sv.po \
+ hello-c++-wxwidgets/po/tr.po \
+ hello-c++-wxwidgets/po/uk.po \
+ hello-c++-wxwidgets/po/vi.po \
+ hello-c++-wxwidgets/po/zh_CN.po \
+ hello-c++-wxwidgets/po/zh_TW.po \
+ \
hello-objc/INSTALL \
hello-objc/autogen.sh \
hello-objc/autoclean.sh \
hello-c++-qt C++ Qt
hello-c++-kde C++ KDE
hello-c++-gnome C++ GNOME
+ hello-c++-wxwidgets C++ wxWidgets
hello-objc ObjectiveC
hello-objc-gnustep ObjectiveC GNUstep
hello-objc-gnome ObjectiveC GNOME
## Makefile for the gettext-tools/examples/po subdirectory of GNU gettext
-## Copyright (C) 1995-1998, 2000-2005 Free Software Foundation, Inc.
+## Copyright (C) 1995-1998, 2000-2006 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
examples/hello-c++-kde/hellowindow.h \
examples/hello-c++-kde/hellowindow.cc \
examples/hello-c++-gnome/hello.cc \
+ examples/hello-c++-wxwidgets/hello.cc \
examples/hello-objc/hello.m \
examples/hello-objc-gnustep/main.m \
examples/hello-objc-gnustep/AppController.h \
hello-c++-qt.pot \
hello-c++-kde.pot \
hello-c++-gnome.pot \
+ hello-c++-wxwidgets.pot \
hello-objc.pot \
hello-objc-gnustep.pot \
hello-objc-gnome.pot \
hello-c++-gnome.pot : $(POTFILES_DEPS)
$(SHELL) '$(srcdir)/xsmallpot.sh' '$(srcdir)' hello-c++-gnome
+hello-c++-wxwidgets.pot : $(POTFILES_DEPS)
+ $(SHELL) '$(srcdir)/xsmallpot.sh' '$(srcdir)' hello-c++-wxwidgets
+
hello-objc.pot : $(POTFILES_DEPS)
$(SHELL) '$(srcdir)/xsmallpot.sh' '$(srcdir)' hello-objc
../hello-c++-qt/po/$$lang.po \
../hello-c++-kde/po/$$lang.po \
../hello-c++-gnome/po/$$lang.po \
+ ../hello-c++-wxwidgets/po/$$lang.po \
../hello-objc/po/$$lang.po \
../hello-objc-gnustep/po/$$lang.po \
../hello-objc-gnome/po/$$lang.po \
../hello-c++-gnome/po/$(LL).po: hello-c++-gnome.pot $(LL).po
$(SHELL) mmsmallpo.sh hello-c++-gnome $(LL)
+../hello-c++-wxwidgets/po/$(LL).po: hello-c++-wxwidgets.pot $(LL).po
+ $(SHELL) mmsmallpo.sh hello-c++-wxwidgets $(LL)
+
../hello-objc/po/$(LL).po: hello-objc.pot $(LL).po
$(SHELL) mmsmallpo.sh hello-objc $(LL)