From: Jim Meyering Date: Thu, 20 May 2004 11:37:11 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1519 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=142d646e01992762f46c142e797289bdb63f71e3;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index a62c25be47..80f4ae64cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ * Version 5.3.0. + * Makefile.maint (sc_unmarked_diagnostics): Now that the unmarked + diagnostics in shred.c have been fixed, don't exempt shred.c from + this check. + * src/shred.c: Use translatable diagnostics, e.g. change "%s: remove" to _("%s: failed to remove") and change "%s: close" to _("%s: failed to close").