From: Jim Meyering Date: Thu, 18 Sep 2003 22:22:37 +0000 (+0000) Subject: . X-Git-Tag: v5.1.0~575 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=068b372ab035393d73258e574482f824ad759b62;p=thirdparty%2Fcoreutils.git . --- diff --git a/ChangeLog b/ChangeLog index 56084e39d3..43cabd6021 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,12 @@ * Version 5.0.92. + * src/sys2.h (case_GETOPT_VERSION_CHAR): Rename parameter, Authors, + to Written_by. + * nearly all src/*.c files (WRITTEN_BY): Rename from AUTHORS. + Begin each WRITTEN_BY string with `Written by ' and end it with `.'. + Mark each WRITTEN_BY string as translatable. + * basename.c, cat.c, chroot.c, cksum.c, comm.c, cp.c, csplit.c, cut.c: * dd.c, df.c, dirname.c, du.c, echo.c, env.c, expr.c, factor.c, head.c: * hostid.c, hostname.c, id.c, link.c, ln.c, logname.c, ls.c, md5sum.c: @@ -10,6 +16,8 @@ * split.c, stty.c, sum.c, sync.c, tac.c, tail.c, tee.c, test.c: * touch.c, tsort.c, uniq.c, unlink.c, uptime.c, users.c, wc.c: * who.c, whoami.c, yes.c: Revert yesterday's changes. + Instead, a subsequent change will embed `Written by ' in + each string along with the author names. * src/true.c: Revert yesterday's changes. * src/sys2.h: Likewise.