From: Jim Meyering Date: Mon, 3 Dec 2001 16:07:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_19~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f8490672b6e7a50f8d0ac3eb3c69df373050081;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index d10eaec395..f25fdacdd8 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,18 @@ +2001-12-03 Jim Meyering + + * src/od.c, src/tail.c, src/tr.c (usage): I will not split translatable + strings in the middle of a sentence. I will not split translatable + strings in the middle of a sentence. I will not split translatable + strings in the middle of a sentence. ... + * src/join.c (usage): Merge lone "\n" into adjacent string. + * src/md5sum.c (usage): Likewise. + * src/paste.c (usage): Likewise. + Reported by Karl Eichwalder. + +2001-12-02 Jim Meyering + + * Makefile.maint (emit-upload-commands): Fix typo: s/distdir/PACKAGE/. + 2001-12-01 Jim Meyering * Version 2.0.18.