summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-05-03 21:05:51 +0000
committerJim Meyering <jim@meyering.net>1998-05-03 21:05:51 +0000
commita5b0ca6f245227dac3cdc1599f4e754272eed9d9 (patch)
treefb7bef1c43b61644cab2ae5c5881ae33496bca59
parent1f62fd20a3ec64ca446bff032e883cb011801be9 (diff)
downloadcoreutils-a5b0ca6f245227dac3cdc1599f4e754272eed9d9.tar.xz
.
-rw-r--r--old/sh-utils/ChangeLog7
-rw-r--r--old/textutils/ChangeLog9
2 files changed, 14 insertions, 2 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index eea401a67..1da576e3c 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,10 @@
+1998-05-03 Jim Meyering <meyering@ascend.com>
+
+ * po/: Update from gettext-0.10.35.
+ * intl/: Likewise.
+ * configure.in: Remove use of AC_LINK_FILES.
+ (AC_OUTPUT): Remove po/Makefile-generating sed command.
+
1998-05-02 Jim Meyering <meyering@ascend.com>
* src/seq.c (check_format): Use ISDIGIT, not isdigit.
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 86db6ffaf..ace774c8e 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,6 +1,11 @@
-1998-04-26 Jim Meyering <meyering@ascend.com>
+1998-05-03 Jim Meyering <meyering@ascend.com>
+
+ * po/: Update from gettext-0.10.35.
+ * intl/: Likewise.
+ * configure.in: Remove use of AC_LINK_FILES.
+ (AC_OUTPUT): Remove po/Makefile-generating sed command.
- * Version 1.22f.
+1998-04-26 Jim Meyering <meyering@ascend.com>
* tests/tail/Test.pm: Disable test f-1, now that it fails.