diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-23 20:03:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-23 20:03:52 +0000 |
commit | faf0e1a16ed1063dbe41fd03cfbcc591c5b9a3b0 (patch) | |
tree | a9fc95fe2371fd1e26c8f2b644b02121be6ab6fd /old | |
parent | 909dc8c01d31c23ffe4e89f4ec68850b5d401662 (diff) | |
download | coreutils-faf0e1a16ed1063dbe41fd03cfbcc591c5b9a3b0.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 92df1877f..a5db92b0d 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,25 @@ +2001-11-23 Jim Meyering <meyering@lucent.com> + + Factor out some common strings to make translation easier. + + * cat.c, cksum.c, comm.c, csplit.c, cut.c, expand.c, fmt.c, fold.c: + * head.c, join.c, md5sum.c, nl.c, od.c, paste.c, pr.c, ptx.c: + * sort.c, split.c, sum.c, tac.c, tail.c, tr.c, tsort.c, unexpand.c: + * uniq.c, wc.c: Split usage strings so that --help and --version + descriptions are alone in their own string. + Likewise for the one that says ``Mandatory arguments to long + options are mandatory for short options too.'' + Suggestion from Karl Eichwalder. + + * ptx.c (main): Don't split string in the middle of sentence. + +2001-11-23 Jim Meyering <meyering@lucent.com> + + * Version 2.0.18. + + * src/ptx.c (main): Don't split copyright string in the middle + of a sentence. + 2001-11-22 Jim Meyering <meyering@lucent.com> * Version 2.0.17. |