From: Bruno Haible Date: Sun, 16 Nov 2003 15:20:42 +0000 (+0000) Subject: New examples. X-Git-Tag: v0.13~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=706b79369864851ec5843d9d042c99e7e4dc09bb;p=thirdparty%2Fgettext.git New examples. --- diff --git a/ChangeLog b/ChangeLog index df9c3f634..ce5622785 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-11-15 Bruno Haible + + * PACKAGING: Add examples. + 2003-10-31 Bruno Haible * config/m4/fixautomake.m4 (FIX_MAKEFILE_COMPILE, FIX_MAKEFILE_DISTRIB, diff --git a/NEWS b/NEWS index 7f19c8ef8..1c1de3fbb 100644 --- a/NEWS +++ b/NEWS @@ -74,6 +74,27 @@ Version 0.12.2 - September 2003 - A new configuration option --disable-libasprintf allows to build all of gettext except libasprintf; this is necessary on platforms for which libtool cannot create shared libraries with C++ code. + +* Documentation: + + - Complete examples illustrating the use of gettext, including program + sources, Makefile and autoconf infrastructure, have been added. They + cover the following programming languages: + C (text mode, GNOME) + C++ (text mode, Qt, KDE, GNOME) + ObjectiveC (text mode, GNUstep, GNOME) + Shell (text mode) + Python (text mode) + Lisp (text mode) + librep (text mode) + Smalltalk (text mode) + Java (text mode, AWT, Java) + awk (text mode) + Pascal (text mode) + YCP (libyui) + Tcl (text mode, Tk) + Perl (text mode) + PHP (text mode) Version 0.12.1 - May 2003 diff --git a/PACKAGING b/PACKAGING index 1766dc3f4..6375982f1 100644 --- a/PACKAGING +++ b/PACKAGING @@ -93,6 +93,7 @@ following file list. $prefix/share/doc/gettext/gettextize.1.html $prefix/share/doc/gettext/autopoint.1.html $prefix/share/doc/gettext/gettext_*.html + $prefix/share/doc/gettext/examples/* $prefix/info/gettext.info* $prefix/include/gettext-po.h $prefix/lib/libgettextlib*