summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--old/fileutils/ChangeLog6
-rw-r--r--old/textutils/ChangeLog3
2 files changed, 6 insertions, 3 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index e5d2cb5ba..01119c94f 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,9 @@
+1999-03-07 Jim Meyering <meyering@ascend.com>
+
+ * lib/long-options.c (parse_long_options): Include `Copyright...' line
+ in --version output.
+ Add the `...NO warranty...' message.
+
1999-03-03 Jim Meyering <meyering@ascend.com>
* lib/long-options.c (_): Define it.
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 1532f8254..b58d340d4 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -3,9 +3,6 @@
* tests/md5sum/newline-1: Test for the actual feature.
With help from Eli Zaretskii.
- * lib/long-options.c (parse_long_options): Add the `...NO warranty...'
- message.
-
* src/pr.c (usage): Add missing \n\.
The newline test would always fail on MSDOS/Windows systems --