summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-10-21 10:55:36 +0000
committerJim Meyering <jim@meyering.net>2001-10-21 10:55:36 +0000
commit25839c6c48fbbda1497e0e01b0b202296728e1a1 (patch)
tree00d8182446df682ece8f1a0daae596739319ec35 /lib
parent9d8ec0121c4152f24de0085d8577ef2e10fc2a0c (diff)
downloadcoreutils-25839c6c48fbbda1497e0e01b0b202296728e1a1.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 2076db970..5c2717726 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -3,6 +3,7 @@
* obstack.c (_): Honor the setting of ENABLE_NLS. Otherwise,
this code would end up calling gettext even in packages built
with --disable-nls.
+ * getopt.c (_): Likewise.
2001-10-20 Paul Eggert <eggert@twinsun.com>