From: Jim Meyering Date: Sun, 7 Sep 2003 17:12:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.91~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=891878156bb498e742f098f689a9380ed7a96fa8;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index d4cf988db5..fdbd358ba7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -2003-09-06 Jim Meyering +2003-09-07 Jim Meyering * Version 5.0.91. + * Makefile.maint (po-check): Use cvsu, so that a temporary source + file in lib/ or src/ doesn't induce an unwarranted failure. + Add a kludge to filter out the sole generated source file that + also has translatable messages: false.c. + +2003-09-06 Jim Meyering + * src/tail.c (enum): Add ALLOW_MISSING_OPTION. (parse_options): Give a diagnostic for (but still accept) the deprecated --allow-missing option.