added test for SAVE subcommand
[pspp-builds.git] / ChangeLog
index dce0df292d3e818db43da964dd757e33b7b129c3..06fed4f6193e8ddc157451055579c010ede44e59 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,103 @@
+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.
+       Patch #6228.
+
+       * acinclude.m4: Delete PSPP_OFF_T macro.
+
+       * configure.ac: Don't call AC_FUNC_FSEEKO or PSPP_OFF_T.
+
+2007-10-12  Ben Pfaff  <blp@gnu.org>
+
+       * Smake: Add fprintf-posix, printf-posix, printf-safe,
+       snprintf-posix, sprintf-posix, vasprintf-posxi, vfprintf-posix,
+       vprintf-posix, vsnprintf-posix, and vsprintf-posix modules, which
+       allow us to use C99 format specifiers (e.g. 'z') in *printf.
+       Also, changed many formerly casted arguments in *printf calls to
+       use one of these format specifiers and drop the cast.
+2007-10-11  Ben Pfaff  <blp@gnu.org>
+
+       * Smake: Drop alloca, alloca-opt modules as we don't use them
+       anymore.
+
+2007-10-10  Ben Pfaff  <blp@gnu.org>
+
+       * acinclude.m4: Improve formatting.
+
+       * configure.ac: Ditto.  Don't check for headers whose presence is
+       never tested.  Don't use AC_C_CONST (we can assume that "const" is
+       implemented these days).  Don't pass default sizes to
+       AC_CHECK_SIZEOF, since modern Autoconf doesn't need them.  Don't
+       define FPREP_IEEE754, since it was not tested for.  Don't use
+       AC_FUNC_VPRINTF, since we never tested for it.
+
+2007-10-06 John Darrington <john@darrington.wattle.id.au>
+
+       * configure.ac INSTALL: Change libglade version requirement.
+       Thanks to Paul Brown for reporting this issue.
+
+2007-09-30  Ben Pfaff  <blp@gnu.org>
+
+       * configure.ac: Print a message indicating success at the end of
+       the run.
+
+       * INSTALL: Improve instructions.
+
+2007-09-22  Ben Pfaff  <blp@gnu.org>
+
+       Bug #21128.  Reviewed by John Darrington.
+
+       * acinclude.m4 (PSPP_LC_PAPER): New macro.
+
+       * configure.ac: Use PSPP_LC_PAPER.
+
+2007-08-05  Ben Pfaff  <blp@gnu.org>
+
+       Bug #16189.  Reviewed by Jason Stover.
+       * acinclude.m4: If -lplot doesn't work by itself, also test with
+       typical X11 libraries.
+
 2007-07-27  Ben Pfaff  <blp@gnu.org>
 
        Bug #19069.