Properly report required version of libglade.
[pspp-builds.git] / ChangeLog
index 50a29eef7a57718636e9a0317bc154f6609b9504..30bc3c958981363782554fa22770b845143365f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,53 @@
+2008-04-15  Ben Pfaff  <blp@gnu.org>
+
+       * configure.ac: Properly report required version of libglade.
+       Thanks to unknown-1 <pspp@sjpaes.nl> for reporting this bug.
+
+2008-04-15  John Darrington <john@darrington.wattle.id.au>
+
+       * configure.ac : Replace AC_CHECK_LIB with AC_SEARCH_LIBS as
+       recommended by latest autoconf manual.
+
+2008-02-19  John Darrington <john@darrington.wattle.id.au>
+
+       * configure.ac INSTALL: We now depend on GTK+ 2.12
+
+2007-12-11  John Darrington <john@darrington.wattle.id.au>
+
+       * t-test-independent-samples-dialog.c: Quoted the group values, when
+       the group variable is a string variable.
+
+2007-12-04  Ben Pfaff  <blp@gnu.org>
+
+       * Smake (GNULIB_MODULES): Add ftello module.
+
+2007-11-05  Ben Pfaff  <blp@gnu.org>
+
+       * configure.ac: No need for check for off_t or for the size of
+       float or long double any longer, as we don't use the results
+       anymore.  Also, no need to put #include <locale.h> into config.h
+       any longer, as this was only needed for --with-included-gettext,
+       which we have not supported for some time.
+
+2007-11-03  Ben Pfaff  <blp@gnu.org>
+
+       Allow output files to overwrite input files (bug #21280).
+
+       * Smake (GNULIB_MODULES): Add fatal-signal, tempname modules.
+
+2007-11-02  Ben Pfaff  <blp@gnu.org>
+
+       * Smake (GNULIB_MODULES): Add isfinite, round modules.
+
+2007-10-12  Ben Pfaff  <blp@gnu.org>
+
+       Use trunc module from gnulib instead of our home-grown solution.
+       Patch #6224.
+
+       * Smake: Add trunc to module list.
+
+       * configure.ac: Don't need to check for trunc function any longer.
+
 2007-10-12  Ben Pfaff  <blp@gnu.org>
 
        Use fseeko module from gnulib instead of our home-grown solution.