]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Wed, 17 Apr 1996 05:02:34 +0000 (05:02 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 17 Apr 1996 05:02:34 +0000 (05:02 +0000)
old/fileutils/NEWS
old/sh-utils/NEWS
old/textutils/NEWS

index 24e077461d1d7bf3aca1196bdf61622c7330ff82..a44355f5d3c423fb969387825b7195c2579424bf 100644 (file)
@@ -1,5 +1,5 @@
 Changes in release 3.13:
-* internationalized diagnostic messages (french and german, so far)
+* internationalized diagnostic messages
 * mkdir accepts new option: --verbose
 * cp has been fixed so that the full file name it uses for the destination
   in `cp file D/' is `D/file', not `D//file'.
index 5445db080892ae7e7f28fce4d8a91d2793432bb1..03d25218b3e67324608a507b05ae7ca088d3e77b 100644 (file)
@@ -3,7 +3,7 @@ Changes in release 1.13
 * date's %U and %W formats work properly
 * nice option handling works with 2-digit old-style-option adjustments.
   Now, `nice -18 -- nice' now prints `18'.  Before it printed `8'.
-* internationalized diagnostic messages (french and german, so far)
+* internationalized diagnostic messages
 * `date -d "01/01/1998 3 years" +%Y' now works properly.  It prints 2001.
 * expr's match operator has been corrected to use basic regular expressions
 * New programs: chroot, factor, seq, uptime.
index de74c8a0327868d799865580f89b701aca43383c..7e3dc5b1f5c974fdbfbe3dca33897994257b1561 100644 (file)
@@ -1,4 +1,5 @@
 Changes in release 1.15
+* internationalized diagnostic messages
 * fix a couple bugs in tr involving use of -c and/or -d flags -- see ChangeLog
 * diagnose some improper or questionable invocations of csplit
 * properly handle `echo |csplit - 1 1', rather than aborting