summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-01-28 06:30:41 +0000
committerJim Meyering <jim@meyering.net>2002-01-28 06:30:41 +0000
commit2d34812b7421142d310e494d3028a6a8d5b2bbc1 (patch)
tree662d7fc8824041ece61dc996dbef602bd8bb6efc
parent874d77f17f9392bd59a7bbdc90aa7d969643e186 (diff)
downloadcoreutils-2d34812b7421142d310e494d3028a6a8d5b2bbc1.tar.xz
*** empty log message ***
-rw-r--r--old/textutils/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 2cc21405e..ada49d303 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,7 +1,11 @@
-2002-01-27 Jim Meyering <meyering@lucent.com>
+2002-01-28 Jim Meyering <meyering@lucent.com>
* Version 2.0.21.
+ * configure.ac (ALL_LINGUAS): Add the bokmål dialect of Norwegian (nb).
+
+2002-01-27 Jim Meyering <meyering@lucent.com>
+
tail -n +2 would perform an extra read after encountering EOF
* src/tail.c (start_lines): Detect EOF, inform caller.
(tail_lines): Upon EOF in start_lines, return immediately.