From: Bruno Haible Date: Thu, 2 Aug 2001 19:08:08 +0000 (+0000) Subject: Change bug report address. X-Git-Tag: v0.11~568 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c5ce2622a032b9ceebdff10a29d232627890eeb;p=thirdparty%2Fgettext.git Change bug report address. --- diff --git a/Admin/plans b/Admin/plans index 9f9c7b33e..9ac5af500 100644 --- a/Admin/plans +++ b/Admin/plans @@ -21,8 +21,6 @@ Things we plan to do. Comments welcome. - Read Francois Pinard's gettext folder. -- Change bug report address to bug-gettext instead of bug-gnu-utils@gnu.org - - Split xgettext into a language dependent part and a language independent part. diff --git a/ChangeLog b/ChangeLog index 3f8d2e485..a14985bc8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-08-02 Bruno Haible + + * README: Change bug report address to . + * configure.in: Likewise. + 2001-07-31 Bruno Haible * Makefile.am (AUTOMAKE_OPTIONS): Bump to 1.4. Use option 'gnu', not diff --git a/README b/README index 6a7aac2ba..b71ab8a61 100644 --- a/README +++ b/README @@ -26,7 +26,7 @@ the other possibility does. Please share your results with us. If this package compiles ok for you future GNU release will likely also not fail, at least for reasons found in message handling. Send comments and bug reports to - bug-gnu-utils@gnu.org + bug-gnu-gettext@gnu.org The goal of this library was to give a unique interface to message diff --git a/configure.in b/configure.in index f57c9085a..3b800880c 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.13) -AC_REVISION($Revision: 1.35 $) +AC_REVISION($Revision: 1.36 $) AC_INIT(src/msgfmt.c) AM_INIT_AUTOMAKE(gettext, 0.11) RELEASE_DATE=2001-05-23 dnl in "date +%Y-%m-%d" format @@ -101,7 +101,7 @@ dnl Generate the version information file in the intl/ directory. test -d intl || mkdir intl echo "GNU gettext library from $PACKAGE-$VERSION" > intl/VERSION cat > intl/ChangeLog.inst < +$RELEASE_DATE GNU * Version $VERSION released. diff --git a/djgpp/README.in b/djgpp/README.in index ae1f0df36..3b1daeec0 100644 --- a/djgpp/README.in +++ b/djgpp/README.in @@ -425,7 +425,7 @@ This is a port of GNU Gettext @VER@ to MSDOS/DJGPP. Please refer to 2.4. - Send GNU gettext specific bug reports to . + Send GNU gettext specific bug reports to . Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or . diff --git a/doc/ChangeLog b/doc/ChangeLog index 47bec9f98..7de23f062 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2001-08-02 Bruno Haible + + * gettext.texi (Introduction): Change bug report address to + . + 2001-07-22 Bruno Haible * gettext.texi (Completing GNU gettext Installation): Don't recommend diff --git a/doc/gettext.texi b/doc/gettext.texi index bdc56a4d9..c5569513a 100644 --- a/doc/gettext.texi +++ b/doc/gettext.texi @@ -259,7 +259,7 @@ Please send suggestions and corrections to: @example @group @r{Internet address:} - bug-gnu-utils@@gnu.org + bug-gnu-gettext@@gnu.org @end group @end example diff --git a/misc/ChangeLog b/misc/ChangeLog index 81b18d3a4..458deaf53 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,8 @@ +2001-08-02 Bruno Haible + + * gettextize.in: Change bug report address to + . + 2001-07-14 Karl Eichwalder * po-mode.el (po-mode-abbrev-table): New variable. diff --git a/misc/gettextize.in b/misc/gettextize.in index a28ac357b..8bc894017 100644 --- a/misc/gettextize.in +++ b/misc/gettextize.in @@ -32,7 +32,7 @@ Usage: gettextize [OPTION]... [package-dir] --version print version information and exit -c, --copy copy files instead of making symlinks -f, --force force writing of new files even if old exist -Report bugs to ." +Report bugs to ." package=@PACKAGE@ version=@VERSION@ try_ln_s=: @@ -179,7 +179,7 @@ for file in *; do done DATE=`date +%Y-%m-%d` cat > $srcdir/po/ChangeLog.tmp < +$DATE gettextize * Makefile.in.in: Upgrade to gettext-${version}. EOF diff --git a/src/ChangeLog b/src/ChangeLog index 4dc2b44fe..420cdb5fb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,21 @@ +2001-08-02 Bruno Haible + + * gettext.c (usage): Change bug report address to + . + * ngettext.c (usage): Likewise. + * msgcat.c (usage): Likewise. + * msgcmp.c (usage): Likewise. + * msgcomm.c (usage): Likewise. + * msgconv.c (usage): Likewise. + * msgen.c (usage): Likewise. + * msgexec.c (usage): Likewise. + * msgfmt.c (usage): Likewise. + * msggrep.c (usage): Likewise. + * msgmerge.c (usage): Likewise. + * msgunfmt.c (usage): Likewise. + * msguniq.c (usage): Likewise. + * xgettext.c (usage): Likewise. + 2001-07-22 Bruno Haible * xgettext.c (language_to_scanner): Add language "ObjectiveC". diff --git a/src/gettext.c b/src/gettext.c index ef992533a..987836fe5 100644 --- a/src/gettext.c +++ b/src/gettext.c @@ -282,7 +282,7 @@ But it does not simply copy its arguments to stdout. Instead those messages\n\ found in the selected catalog are translated.\n\ Standard search directory: %s\n"), LOCALEDIR); printf ("\n"); - fputs (_("Report bugs to .\n"), stdout); + fputs (_("Report bugs to .\n"), stdout); } exit (status); diff --git a/src/msgcat.c b/src/msgcat.c index 8ed926d40..6b7adb134 100644 --- a/src/msgcat.c +++ b/src/msgcat.c @@ -367,7 +367,7 @@ Informative output:\n\ -V, --version output version information and exit\n\ ")); printf ("\n"); - fputs (_("Report bugs to .\n"), + fputs (_("Report bugs to .\n"), stdout); } diff --git a/src/msgcmp.c b/src/msgcmp.c index 5f2faeb45..02d88b0a1 100644 --- a/src/msgcmp.c +++ b/src/msgcmp.c @@ -211,7 +211,7 @@ Informative output:\n\ -V, --version output version information and exit\n\ ")); printf ("\n"); - fputs (_("Report bugs to .\n"), stdout); + fputs (_("Report bugs to .\n"), stdout); } exit (status); diff --git a/src/msgcomm.c b/src/msgcomm.c index 14f6c352c..aabbd44bc 100644 --- a/src/msgcomm.c +++ b/src/msgcomm.c @@ -386,7 +386,7 @@ Informative output:\n\ -V, --version output version information and exit\n\ ")); printf ("\n"); - fputs (_("Report bugs to .\n"), + fputs (_("Report bugs to .\n"), stdout); } diff --git a/src/msgconv.c b/src/msgconv.c index a13def596..057beccc2 100644 --- a/src/msgconv.c +++ b/src/msgconv.c @@ -295,7 +295,7 @@ Informative output:\n\ -V, --version output version information and exit\n\ ")); printf ("\n"); - fputs (_("Report bugs to .\n"), + fputs (_("Report bugs to .\n"), stdout); } diff --git a/src/msgen.c b/src/msgen.c index a555a45c7..3e2090352 100644 --- a/src/msgen.c +++ b/src/msgen.c @@ -276,7 +276,7 @@ Informative output:\n\ -V, --version output version information and exit\n\ ")); printf ("\n"); - fputs (_("Report bugs to .\n"), + fputs (_("Report bugs to .\n"), stdout); } diff --git a/src/msgexec.c b/src/msgexec.c index 5ddfe1061..8427a0567 100644 --- a/src/msgexec.c +++ b/src/msgexec.c @@ -397,7 +397,7 @@ Informative output:\n\ -V, --version output version information and exit\n\ ")); printf ("\n"); - fputs (_("Report bugs to .\n"), + fputs (_("Report bugs to .\n"), stdout); } diff --git a/src/msgfmt.c b/src/msgfmt.c index edd7864c8..cc2793b4b 100644 --- a/src/msgfmt.c +++ b/src/msgfmt.c @@ -440,7 +440,7 @@ Informative output:\n\ Giving the -v option more than once increases the verbosity level.\n\ ")); printf ("\n"); - fputs (_("Report bugs to .\n"), stdout); + fputs (_("Report bugs to .\n"), stdout); } exit (status); diff --git a/src/msggrep.c b/src/msggrep.c index 0ed0eee21..daa9b3df9 100644 --- a/src/msggrep.c +++ b/src/msggrep.c @@ -449,7 +449,7 @@ Informative output:\n\ -V, --version output version information and exit\n\ ")); printf ("\n"); - fputs (_("Report bugs to .\n"), + fputs (_("Report bugs to .\n"), stdout); } diff --git a/src/msgmerge.c b/src/msgmerge.c index 79d618d02..0143ee77e 100644 --- a/src/msgmerge.c +++ b/src/msgmerge.c @@ -345,7 +345,7 @@ Informative output:\n\ -q, --quiet, --silent suppress progress indicators\n\ ")); printf ("\n"); - fputs (_("Report bugs to .\n"), + fputs (_("Report bugs to .\n"), stdout); } diff --git a/src/msgunfmt.c b/src/msgunfmt.c index 25de802bb..4e7f36189 100644 --- a/src/msgunfmt.c +++ b/src/msgunfmt.c @@ -269,7 +269,7 @@ Informative output:\n\ -V, --version output version information and exit\n\ ")); printf ("\n"); - fputs (_("Report bugs to .\n"), + fputs (_("Report bugs to .\n"), stdout); } diff --git a/src/msguniq.c b/src/msguniq.c index 340569132..fd9dc8571 100644 --- a/src/msguniq.c +++ b/src/msguniq.c @@ -338,7 +338,7 @@ Informative output:\n\ -V, --version output version information and exit\n\ ")); printf ("\n"); - fputs (_("Report bugs to .\n"), + fputs (_("Report bugs to .\n"), stdout); } diff --git a/src/ngettext.c b/src/ngettext.c index a3524a25f..fcd4f2408 100644 --- a/src/ngettext.c +++ b/src/ngettext.c @@ -238,7 +238,7 @@ regular directory, another location can be specified with the environment\n\ variable TEXTDOMAINDIR.\n\ Standard search directory: %s\n"), LOCALEDIR); printf ("\n"); - fputs (_("Report bugs to .\n"), stdout); + fputs (_("Report bugs to .\n"), stdout); } exit (status); diff --git a/src/xgettext.c b/src/xgettext.c index d7fbe9ea3..705f38969 100644 --- a/src/xgettext.c +++ b/src/xgettext.c @@ -601,7 +601,7 @@ Informative output:\n\ -V, --version output version information and exit\n\ ")); printf ("\n"); - fputs (_("Report bugs to .\n"), + fputs (_("Report bugs to .\n"), stdout); } diff --git a/tests/ChangeLog b/tests/ChangeLog index d0835de91..65a7c108c 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2001-08-02 Bruno Haible + + * tstngettext.c (usage): Change bug report address to + . + 2001-07-22 Bruno Haible * msgcomm-16: Filter out charset related warning from msgcomm. diff --git a/tests/tstngettext.c b/tests/tstngettext.c index a47e09c97..aa54662a5 100644 --- a/tests/tstngettext.c +++ b/tests/tstngettext.c @@ -201,7 +201,7 @@ environment variable TEXTDOMAIN. If the message catalog is not found in the\n\ regular directory, another location can be specified with the environment\n\ variable TEXTDOMAINDIR.\n\ Standard search directory: %s\n"), LOCALEDIR); - fputs (_("Report bugs to .\n"), stdout); + fputs (_("Report bugs to .\n"), stdout); } exit (status);