diff options
author | Jim Meyering <jim@meyering.net> | 2001-12-01 17:40:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-12-01 17:40:17 +0000 |
commit | 0c3fd309031b720f2af0439673f479946b2446f4 (patch) | |
tree | 1d2de01126d0df4a0248858f0ec2caa7dc6504d0 | |
parent | 52f3031b240b7eed511acbe74067b97f8c018db2 (diff) | |
download | coreutils-0c3fd309031b720f2af0439673f479946b2446f4.tar.gz coreutils-0c3fd309031b720f2af0439673f479946b2446f4.tar.bz2 coreutils-0c3fd309031b720f2af0439673f479946b2446f4.zip |
*** empty log message ***
-rw-r--r-- | old/textutils/ChangeLog | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 1a3a2d68b..15116c653 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -2,14 +2,25 @@ * Version 2.0.18. + Ideally, there would be just one translation for all --help + and --version description strings. Before this change, they + differed only in the number of blanks between the option name + and the description. Someday gettext may be smart enough + to merge such strings and to reconstruct the proper spacing at + run time. In the mean time, now there is one string for each, + and those descriptions in the --help output are no longer aligned + with the others. + * src/sys2.h (HELP_OPTION_DESCRIPTION): New macro. + (VERSION_OPTION_DESCRIPTION): New macro. * src/cat.c, src/cksum.c, src/comm.c, src/csplit.c, src/cut.c: * src/expand.c, src/fmt.c, src/fold.c, src/head.c, src/join.c: * src/md5sum.c, src/nl.c, src/od.c, src/paste.c, src/pr.c, src/ptx.c: * src/sort.c, src/split.c, src/sum.c, src/sys2.h, src/tac.c: * src/tail.c, src/tr.c, src/tsort.c, src/unexpand.c, src/uniq.c: - * src/wc.c (usage): Use new macros, EMIT_HELP_DESCRIPTION and - EMIT_VERSION_DESCRIPTION instead of hard-coding --help and --version - descriptions. + * src/wc.c (usage): Use new macros, HELP_OPTION_DESCRIPTION and + VERSION_OPTION_DESCRIPTION instead of hard-coding --help and + --version descriptions. + * po/POTFILES.in: Add src/sys2.h. 2001-11-27 Jim Meyering <meyering@lucent.com> |