diff options
author | Jim Meyering <jim@meyering.net> | 2002-06-25 08:21:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-06-25 08:21:13 +0000 |
commit | 8ac1a9f278a2d5296b50ebedccca870d36f849cd (patch) | |
tree | 61f7547f4eb6acf598f396a8817b38e14571a200 | |
parent | 6e78c788f0588fd7c0c4f557d274ef46ca9bad80 (diff) | |
download | coreutils-8ac1a9f278a2d5296b50ebedccca870d36f849cd.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index ee822a06e..408f2977f 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,14 @@ -2002-06-24 Jim Meyering <meyering@lucent.com> +2002-06-25 Jim Meyering <meyering@lucent.com> * 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 <meyering@lucent.com> + * src/stat.c (usage): Add missing open-quote. Reported by Michael Piefel. |