mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-27 01:44:30 +00:00
Change bug report address.
This commit is contained in:
parent
860a3c9bf4
commit
9c5ce2622a
@ -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.
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
2
README
2
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
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
@ -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>.
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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".
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user