]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Fri, 12 Jul 1996 02:56:51 +0000 (02:56 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 12 Jul 1996 02:56:51 +0000 (02:56 +0000)
old/fileutils/NEWS

index 50d9de810a75216b5b818af5dba0bdd530c25c95..c7603195073b41894c2d5264478c5d0f7e587f3a 100644 (file)
@@ -1,8 +1,9 @@
 Changes in release 3.13:
+* ls properly determines window size on SunOS and Solaris systems
 * ls accepts new option --color[=WHEN] where WHEN is `always', `never',
   or `auto'.  --color=never is the default.  --color is equivalent
-  to --color=always (documented only in --help message FIXME)
-* new program: dircolors (not yet documented FIXME)
+  to --color=always.
+* new program: dircolors
 * ls allows 0 as argument to --tabsize (-T) option.  Using --tabsize=0
   inhibits the use of TAB characters for separating columns.
 * you can create a backup of FILE with cp --force --backup FILE FILE.  Before,