announce-gen: indent with spaces, not TABs
[pspp] / ChangeLog
index dc01efd6c17947df71901b7d2457331a855fd338..bda120435e9dfe733691df27133d88f436922bf5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2011-04-29  Jim Meyering  <meyering@redhat.com>
+
+       announce-gen: indent with spaces, not TABs
+       * build-aux/announce-gen: Convert all TABs to spaces, to match
+       the style of most other files in gnulib.
+
+2011-04-29  Eric Blake  <eblake@redhat.com>
+
+       quotearg: avoid uninitialized variable use
+       * lib/quotearg.c (quoting_options_from_style): Initialize
+       remaining fields, and ensure that custom styles are only used via
+       quoting_options rather than quoting_style.
+
+2011-04-29  Jim Meyering  <meyering@redhat.com>
+
+       maint.mk: remove unused VC-tag variable
+       * top/maint.mk (VC-tag): Remove unused variable.
+
+2011-04-29  Bruno Haible  <bruno@clisp.org>
+
+       netdb: fix gai_strerror replacements
+       * lib/netdb.in.h: Add _GL_FUNCDECL_RPL definitions.
+       * modules/netdb: Substitute it.
+
 2011-04-29  Jim Meyering  <meyering@redhat.com>
 
        test-getcwd.c: avoid new set-but-not-used warning