Fix typo in comment.
[pspp] / ChangeLog
index 688f8c097521f53c1a004955e22a2749143b631a..041e8f7160201a0816a4afb8c6e801fa71e6b526 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
+2010-04-11  Bruno Haible  <bruno@clisp.org>
+
+       * m4/libunistring.m4 (gl_LIBUNISTRING): Fix typo in comment.
+
 2010-04-11  Jim Meyering  <meyering@redhat.com>
 
+       maint.mk: don't include dist-check.mk
+       * top/maint.mk: Remove bogus include directive.
+
+       maint.mk: improve empty-line-at-EOF check
+       * top/maint.mk (sc_prohibit_empty_lines_at_EOF): Use Perl-based
+       solution, rather than tail+Perl-based one.  The latter would read
+       a few kilobytes from the end of each file, and did not handle empty
+       files properly.
+
        maint.mk: print the elapsed time for each syntax-check rule
        * top/maint.mk (sc_m_rules_): Save start time in a file.
        (sc_z_rules_): New rules: remove temp file and print elapsed time.