# HG changeset patch # User Jim Meyering # Date 1003654891 0 # Node ID 1135363fd994b241485dc294df00e26cb20118f1 # Parent a21efb4d3486198adbbe18fd8de0586329c2faed *** empty log message *** diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2001-10-21 Jim Meyering + + * obstack.c (_): Honor the setting of ENABLE_NLS. Otherwise, + this code would end up calling gettext even in packages built + with --disable-nls. + 2001-10-20 Paul Eggert * error.c (strerror_r): Do not declare unless !_LIBC.