From: Jim Meyering Date: Tue, 25 Jun 2002 08:21:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_9~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ac1a9f278a2d5296b50ebedccca870d36f849cd;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index ee822a06e5..408f2977fb 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,14 @@ -2002-06-24 Jim Meyering +2002-06-25 Jim Meyering * Version 4.1.10. + * src/remove.c (prompt): Add a comment to help translators work + around the problem of making the translations of the adjective + `write-protected' and the corresponding run-time-variable noun + (e.g., file, directory, symlink, etc.) consistent. From Paul Eggert. + +2002-06-24 Jim Meyering + * src/stat.c (usage): Add missing open-quote. Reported by Michael Piefel.