]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Change bug report address.
authorBruno Haible <bruno@clisp.org>
Thu, 2 Aug 2001 19:08:08 +0000 (19:08 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 2 Aug 2001 19:08:08 +0000 (19:08 +0000)
26 files changed:
Admin/plans
ChangeLog
README
configure.in
djgpp/README.in
doc/ChangeLog
doc/gettext.texi
misc/ChangeLog
misc/gettextize.in
src/ChangeLog
src/gettext.c
src/msgcat.c
src/msgcmp.c
src/msgcomm.c
src/msgconv.c
src/msgen.c
src/msgexec.c
src/msgfmt.c
src/msggrep.c
src/msgmerge.c
src/msgunfmt.c
src/msguniq.c
src/ngettext.c
src/xgettext.c
tests/ChangeLog
tests/tstngettext.c

index 9f9c7b33e4ff36d50d75f061e0a6ae761a4567c7..9ac5af500ba00722a1deba7fba4a1ce43ef918d9 100644 (file)
@@ -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.
 
index 3f8d2e4851fa7ddce4522ee897ed847c8a6ce84a..a14985bc80a22f32fd4a72f2f6d2eac7ef0c6edd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-02  Bruno Haible  <haible@clisp.cons.org>
+
+       * README: Change bug report address to <bug-gnu-gettext@gnu.org>.
+       * configure.in: Likewise.
+
 2001-07-31  Bruno Haible  <haible@clisp.cons.org>
 
        * Makefile.am (AUTOMAKE_OPTIONS): Bump to 1.4. Use option 'gnu', not
diff --git a/README b/README
index 6a7aac2ba50dabb670f8404c6bc3796423c485d4..b71ab8a61c81c965b3bae3997db6f41f14c9eb80 100644 (file)
--- 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
index f57c9085a0e429854e1936833f29c66317d4178a..3b800880c22a6eb0e52b3949eb06e4bcb1060a10 100644 (file)
@@ -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 <<EOF
-$RELEASE_DATE  GNU  <bug-gnu-utils@gnu.org>
+$RELEASE_DATE  GNU  <bug-gnu-gettext@gnu.org>
 
        * Version $VERSION released.
 
index ae1f0df36b6d7534abef4b7d368163a96987fc4a..3b1daeec0bf6949c7e298f335f1db8d6103db31f 100644 (file)
@@ -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 <bug-gnu-utils@gnu.org>.
+        Send GNU gettext specific bug reports to <bug-gnu-gettext@gnu.org>.
         Send suggestions and bug reports concerning the DJGPP port to
         comp.os.msdos.djgpp or <djgpp@delorie.com>.
 
index 47bec9f98ccf5c67dfab9ca6c53a56a2b88eaf98..7de23f062ad6578db3e2bec07b5bfbc6710f512c 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-02  Bruno Haible  <haible@clisp.cons.org>
+
+       * gettext.texi (Introduction): Change bug report address to
+       <bug-gnu-gettext@gnu.org>.
+
 2001-07-22  Bruno Haible  <haible@clisp.cons.org>
 
        * gettext.texi (Completing GNU gettext Installation): Don't recommend
index bdc56a4d96ef4da308316cec1a90c3ab5632b5ca..c5569513a484ce6be79334be8de741892d36e94f 100644 (file)
@@ -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
 
index 81b18d3a4e54eeceeff71ad0f08661e5fae4e152..458deaf5357016e295e258cd2fcbf634fd11dd01 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-02  Bruno Haible  <haible@clisp.cons.org>
+
+       * gettextize.in: Change bug report address to
+       <bug-gnu-gettext@gnu.org>.
+
 2001-07-14  Karl Eichwalder  <ke@suse.de>
 
        * po-mode.el (po-mode-abbrev-table): New variable.
index a28ac357bbbd1d80cbc720f28c1c1cf9626d79d5..8bc8940177ad030d1c681472279790b1ee082aa1 100644 (file)
@@ -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 <bug-gnu-utils@gnu.org>."
+Report bugs to <bug-gnu-gettext@gnu.org>."
 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 <<EOF
-$DATE  gettextize  <bug-gnu-utils@gnu.org>
+$DATE  gettextize  <bug-gnu-gettext@gnu.org>
 
        * Makefile.in.in: Upgrade to gettext-${version}.
 EOF
index 4dc2b44fe166aa02b5e089d50f1efb6bc8cdebc7..420cdb5fb96c82dae717e90af51df7d817dd8d6a 100644 (file)
@@ -1,3 +1,21 @@
+2001-08-02  Bruno Haible  <haible@clisp.cons.org>
+
+       * gettext.c (usage): Change bug report address to
+       <bug-gnu-gettext@gnu.org>.
+       * 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  <haible@clisp.cons.org>
 
        * xgettext.c (language_to_scanner): Add language "ObjectiveC".
index ef992533a7914727f36990f5b58bfd45111fd9bd..987836fe516926b0480807ffd35054060c422dc8 100644 (file)
@@ -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 <bug-gnu-utils@gnu.org>.\n"), stdout);
+      fputs (_("Report bugs to <bug-gnu-gettext@gnu.org>.\n"), stdout);
     }
 
   exit (status);
index 8ed926d4053c2a4e2e57c703f8668698f3b1be71..6b7adb134c4e022dd0a2afd0d9938dd1227de810 100644 (file)
@@ -367,7 +367,7 @@ Informative output:\n\
   -V, --version                  output version information and exit\n\
 "));
       printf ("\n");
-      fputs (_("Report bugs to <bug-gnu-utils@gnu.org>.\n"),
+      fputs (_("Report bugs to <bug-gnu-gettext@gnu.org>.\n"),
             stdout);
     }
 
index 5f2faeb45c40e6110a11c81136136e1d56249ba4..02d88b0a1a327202e5c6332a1013d8c1e9bb9f43 100644 (file)
@@ -211,7 +211,7 @@ Informative output:\n\
   -V, --version               output version information and exit\n\
 "));
       printf ("\n");
-      fputs (_("Report bugs to <bug-gnu-utils@gnu.org>.\n"), stdout);
+      fputs (_("Report bugs to <bug-gnu-gettext@gnu.org>.\n"), stdout);
     }
 
   exit (status);
index 14f6c352c0ee9eb865f54e5fc596c115f3afc04e..aabbd44bce805ede57901d0f829a2074b015b658 100644 (file)
@@ -386,7 +386,7 @@ Informative output:\n\
   -V, --version                  output version information and exit\n\
 "));
       printf ("\n");
-      fputs (_("Report bugs to <bug-gnu-utils@gnu.org>.\n"),
+      fputs (_("Report bugs to <bug-gnu-gettext@gnu.org>.\n"),
             stdout);
     }
 
index a13def5964e4c52d4b4298d5fd32d3015889b391..057beccc2611c5d7ec82dea806f48044855f6f9f 100644 (file)
@@ -295,7 +295,7 @@ Informative output:\n\
   -V, --version               output version information and exit\n\
 "));
       printf ("\n");
-      fputs (_("Report bugs to <bug-gnu-utils@gnu.org>.\n"),
+      fputs (_("Report bugs to <bug-gnu-gettext@gnu.org>.\n"),
             stdout);
     }
 
index a555a45c73b74a7bb284b946bec3a7560ca40ac1..3e209035283f88ec3c367958c523fbddcdfe064d 100644 (file)
@@ -276,7 +276,7 @@ Informative output:\n\
   -V, --version               output version information and exit\n\
 "));
       printf ("\n");
-      fputs (_("Report bugs to <bug-gnu-utils@gnu.org>.\n"),
+      fputs (_("Report bugs to <bug-gnu-gettext@gnu.org>.\n"),
             stdout);
     }
 
index 5ddfe10616de9c70fbf5e90ffbb4df6c3d62ad1f..8427a05674ed52797b3ae4779a9ccac095266777 100644 (file)
@@ -397,7 +397,7 @@ Informative output:\n\
   -V, --version               output version information and exit\n\
 "));
       printf ("\n");
-      fputs (_("Report bugs to <bug-gnu-utils@gnu.org>.\n"),
+      fputs (_("Report bugs to <bug-gnu-gettext@gnu.org>.\n"),
             stdout);
     }
 
index edd7864c8e817827e11430f2541acac618ccf9f9..cc2793b4b22586b4d86edada0fd41c613d037ec1 100644 (file)
@@ -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 <bug-gnu-utils@gnu.org>.\n"), stdout);
+      fputs (_("Report bugs to <bug-gnu-gettext@gnu.org>.\n"), stdout);
     }
 
   exit (status);
index 0ed0eee2130004b6acd4b9fbfc628369c016ee43..daa9b3df9606bbcdf419c0f188f7c9c0c02e549f 100644 (file)
@@ -449,7 +449,7 @@ Informative output:\n\
   -V, --version               output version information and exit\n\
 "));
       printf ("\n");
-      fputs (_("Report bugs to <bug-gnu-utils@gnu.org>.\n"),
+      fputs (_("Report bugs to <bug-gnu-gettext@gnu.org>.\n"),
             stdout);
     }
 
index 79d618d026e5c32197ccb083a38ffe00cee7adeb..0143ee77ebf9ffd9ee10a6fbda29acea83ee8d5d 100644 (file)
@@ -345,7 +345,7 @@ Informative output:\n\
   -q, --quiet, --silent       suppress progress indicators\n\
 "));
       printf ("\n");
-      fputs (_("Report bugs to <bug-gnu-utils@gnu.org>.\n"),
+      fputs (_("Report bugs to <bug-gnu-gettext@gnu.org>.\n"),
             stdout);
     }
 
index 25de802bbb346257b2d102c9db9a116b502121c3..4e7f36189d5005c151bf989ecec78f0927bc6fa9 100644 (file)
@@ -269,7 +269,7 @@ Informative output:\n\
   -V, --version            output version information and exit\n\
 "));
       printf ("\n");
-      fputs (_("Report bugs to <bug-gnu-utils@gnu.org>.\n"),
+      fputs (_("Report bugs to <bug-gnu-gettext@gnu.org>.\n"),
             stdout);
     }
 
index 340569132e5063ce9bcfd180570bb3cb451ad0d9..fd9dc8571ed8f603c702874b64412cf902c6faa6 100644 (file)
@@ -338,7 +338,7 @@ Informative output:\n\
   -V, --version                  output version information and exit\n\
 "));
       printf ("\n");
-      fputs (_("Report bugs to <bug-gnu-utils@gnu.org>.\n"),
+      fputs (_("Report bugs to <bug-gnu-gettext@gnu.org>.\n"),
             stdout);
     }
 
index a3524a25f5fb6f74bbc6dc81159bd816f6aa6e4a..fcd4f2408213664a691fa1d8462090f2a2ce2ed5 100644 (file)
@@ -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 <bug-gnu-utils@gnu.org>.\n"), stdout);
+      fputs (_("Report bugs to <bug-gnu-gettext@gnu.org>.\n"), stdout);
     }
 
   exit (status);
index d7fbe9ea3333c97532d91984e7896afa9cbe5a7e..705f3896991fb17c928905f5fe93c083cce02c3f 100644 (file)
@@ -601,7 +601,7 @@ Informative output:\n\
   -V, --version                  output version information and exit\n\
 "));
       printf ("\n");
-      fputs (_("Report bugs to <bug-gnu-utils@gnu.org>.\n"),
+      fputs (_("Report bugs to <bug-gnu-gettext@gnu.org>.\n"),
             stdout);
     }
 
index d0835de91da7ccafc273ce33699f8cbc61e95da8..65a7c108cd16914cca171af9394b69dcf1e9ea74 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-02  Bruno Haible  <haible@clisp.cons.org>
+
+       * tstngettext.c (usage): Change bug report address to
+       <bug-gnu-gettext@gnu.org>.
+
 2001-07-22  Bruno Haible  <haible@clisp.cons.org>
 
        * msgcomm-16: Filter out charset related warning from msgcomm.
index a47e09c976dc96e8240ba149b00a85aea93da3e8..aa54662a54fff7dfce9594954319a042fea34020 100644 (file)
@@ -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 <bug-gnu-utils@gnu.org>.\n"), stdout);
+      fputs (_("Report bugs to <bug-gnu-gettext@gnu.org>.\n"), stdout);
     }
 
   exit (status);