summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-04-17 05:02:34 +0000
committerJim Meyering <jim@meyering.net>1996-04-17 05:02:34 +0000
commitbba21e68153f2eb3d4089887f946d00ddb40499f (patch)
treeed48bda9ffa7dcc2a7b8d0b22a4db9e28816ac0f
parent0f459ed24cb3eeca9b5584007571b4cffdeb579e (diff)
downloadcoreutils-bba21e68153f2eb3d4089887f946d00ddb40499f.tar.xz
.
-rw-r--r--old/fileutils/NEWS2
-rw-r--r--old/sh-utils/NEWS2
-rw-r--r--old/textutils/NEWS1
3 files changed, 3 insertions, 2 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index 24e077461..a44355f5d 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -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'.
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS
index 5445db080..03d25218b 100644
--- a/old/sh-utils/NEWS
+++ b/old/sh-utils/NEWS
@@ -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.
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index de74c8a03..7e3dc5b1f 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -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