summaryrefslogtreecommitdiff
path: root/old/sh-utils
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 /old/sh-utils
parent1f62fd20a3ec64ca446bff032e883cb011801be9 (diff)
downloadcoreutils-a5b0ca6f245227dac3cdc1599f4e754272eed9d9.tar.xz
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog7
1 files changed, 7 insertions, 0 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.