* src/dircolors.hin: Add a TERM directive for each of the following:
[platform/upstream/coreutils.git] / ChangeLog
index 34b4372..79792fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,37 @@
+2006-08-10  Jim Meyering  <jim@meyering.net>
+
+       * src/dircolors.hin: Add a TERM directive for each of the following:
+       ansi, color-xterm, gnome, konsole, kterm, rxvt-cygwin,
+       rxvt-cygwin-native, screen.linux, xterm-256color.
+       Sort the TERM directives.
+       From Mike Frysinger.
+
+2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * src/dd.c (usage): Warn about oflag=append without conv=notrunc.
+       See Debian bug 373736.
+
+       * src/dircolors.hin: Add mlterm, rxvt-unicode; this fixes Debian
+       bug 317503.
+
+       * src/.cvsignore: Add shuf.
+
+       * Makefile.maint: Remove the po-update procedure; it doesn't
+       work with the new repository on http://www.iro.umontreal.ca/.
+       For now I guess we'll have to fix things by hand.
+       (do-po-update, po-update): Remove.  All references removed.
+
+       * src/shuf.c (next_line): New function.
+       (read_input): Use it, to avoid relying on GCC-specific behavior
+       with void * arithmetic.  Problem reported by Bob Proulx.
+       * Makefile.maint (my-distcheck): Compile with -Wpointer-arith
+       to detect this sort of problem automatically in the future.
+
 2006-08-09  Jim Meyering  <jim@meyering.net>
 
+       * src/ls.c: Add a compile-time check to ensure that filetype
+       and filetype_letter have the same number of elements.
+
        * tests/misc/sort-rand: Remove use of --seed=S.
 
 2006-08-08  Paul Eggert  <eggert@cs.ucla.edu>