summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-09-13 00:06:18 +0000
committerJim Meyering <jim@meyering.net>1998-09-13 00:06:18 +0000
commit59f3e7dfeab74fd03feb2d5660436078b06722fe (patch)
treef7dc53029e9cfd57cf0564c63542d26c92db733d /old
parent78df00cae061a452e548dc2cd12df5f070833b93 (diff)
downloadcoreutils-59f3e7dfeab74fd03feb2d5660436078b06722fe.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index d22083a32..394428d4f 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,24 @@
+1998-09-12 Jim Meyering <meyering@ascend.com>
+
+ * Version 3.16x.
+
+ * src/remove.c (remove_cwd_entries): Declare to be static.
+
+ Automatically generate man pages from combination of --help
+ output and the contents of new, man/*.x files.
+ * man/Makefile.am (HELP2MAN): Define.
+ (man_aux): Define.
+ (EXTRA_DIST): Add $(HELP2MAN) and $(man_aux).
+ (MAINTAINERCLEANFILES): Add $(man_MANS).
+ * man/*.x: New files.
+ * man/GNUmakefile: New file.
+ * man/Makefile.maint: New file.
+ * man/help2man: New file.
+
+1998-09-09 Jim Meyering <meyering@ascend.com>
+
+ * lib/modechange.c: Protoize.
+
1998-09-07 Jim Meyering <meyering@ascend.com>
* Version 3.16w.