From dcc7e653c909c2d2c7e1c1c6b64e7a6bbe76dd76 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 3 Nov 1999 13:07:04 +0000 Subject: [PATCH] *** empty log message *** --- old/textutils/ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 3c5290900e..757208747e 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,27 @@ +1999-11-03 Jim Meyering + + Fix so that `tail -fn 2 file' works again. + * src/tail.c (anonymous enum) [LONG_FOLLOW_OPTION]: Define. + (long_options): Use LONG_FOLLOW_OPTION here, instead of 'f'. + (main): Remove the `::' after the `f' in getopt_long string. + Add `case LONG_FOLLOW_OPTION' after `case 'f':'. + Based on a patch from Tim Waugh. + + * src/tail.c (anonymous enum) [RETRY_OPTION]: Define. + [MAX_UNCHANGED_STATS_OPTION]: Likewise. + [MAX_CONSECUTIVE_SIZE_CHANGES_OPTION]: Likewise. + [PID_OPTION]: Likewise. + (long_options): Use *_OPTION instead of CHAR_MAX + N. + (main): Likewise. + +1999-11-02 Jim Meyering + + * man/help2man: Import version 1.018. + * man/Makefile.maint ($(man_MANS)): Remove use of --name=... option. + * man/*.x: Include one-line summary in [NAME] section. + * man/Makefile.summ (cat-summary): Remove now-unused file. + Suggestion for clean-up from Akim Demaille. + 1999-11-01 Jim Meyering * lib/Makefile.am (MAINTAINERCLEANFILES): Set to $(BUILT_SOURCES). -- 2.47.3