Got rid of pref.h.orig (and pref.h) entirely, moving its contents into
[pspp-builds.git] / ChangeLog
index e6d978162a9891d376c8125009d0e71cc849d80e..bbf4498c83e5849fc22076736cd4a35d4d1afebb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,86 @@
+Sat Mar  4 13:20:56 2006  Ben Pfaff  <blp@gnu.org>
+
+       * configure.ac: Get rid of pref.h.orig.
+
+       * pref.h.orig: Removed.  Moved SHORT_NAME_LEN, LONG_NAME_LEN to
+       src/data/variable.h.  Removed GLOBAL_DEBUGGING entirely, changing
+       all references to DEBUGGING.  Moved P_tmpdir to
+       src/data/make-file.c.  Moved NO_CHARTS to
+       src/output/charts/automake.mk.
+
+Sat Mar  4 12:58:34 2006  Ben Pfaff  <blp@gnu.org>
+
+       * pref.h.orig: Move GCC attribute declarations to
+       new file src/libpspp/compiler.h.
+
+Sat Mar  4 12:27:06 2006  Ben Pfaff  <blp@gnu.org>
+
+       * Smake: Require "intprops" gnulib module.
+
+       * acinclude.m4: Remove BLP_INT_DIGITS.  Now we use the intprops.h
+       header file instead.
+
+       * configure.ac: Don't call BLP_INT_DIGITS.
+
+Sat Mar  4 11:53:36 2006  Ben Pfaff  <blp@gnu.org>
+
+       * acinclude.m4: Remove BLP_RANDOM.  Its results were unused.
+       Remove BLP_IS_SPRINTF_GOOD.  We now assume that the system's
+       sprintf() returns the correct value.
+
+       * configure.ac: Don't call those macros.
+
+John Darrington:
+
+       * Deleted Make.build (inserted its contents into Makefile.am).
+       
+       * Moved the version number to 0.4.1
+
+       * Moved lib/linreg/linreg.[ch] and lib/linreg/coefficient.[ch] to
+         src/math/linreg.
+
+       * Moved the psppire gui into src/ui/gui and the gtk_sheet widget 
+          into lib/gtksheet.
+
+       * Replaced recursive automake system with non-recursive one.
+
+       * Moved files into subdirectories. See src/ChangeLog for details.
+
+Sat Feb 11 21:57:31 2006  Ben Pfaff  <blp@gnu.org>
+
+       * Smake: (GNULIB_MODULES) Add memcasecmp.
+
+       * configure.ac: Remove existing checks for readline, replacing
+       them by a call to PSPP_READLINE.
+
+       * acinclude.m4: Add PSPP_READLINE macro based on gnulib test for
+       readline.  However, we only accept a readline installation if (1)
+       the header files are in the normal readline/ directory and (2) the
+       history library is also available.  If both criteria are met, we
+       declare HAVE_READLINE.  This reduces the #ifdefs to actually use
+       readline to something manageable.
+
+       * pref.h.orig: Move DIR_SEPARATOR, PATH_DELIMITER definitions to
+       src/filename.h.
+
+Wed Jan 25 21:48:20 2006  Ben Pfaff  <blp@gnu.org>
+
+       * Smake: (po/POTFILE.in) Exclude dotfiles.
+
+Sat Nov 27 20:29:19 2005 Jason Stover <jason@sakla.net>
+
+       * Binary encoding for categorical variables.
+       * Routines for design matrices.
+       
+Thu Oct 20 18:19:58 2005  Ben Pfaff  <blp@gnu.org>
+
+       * configure.ac: Improve error messages.  Thanks to Jaap-Andre de
+       Hoop <j.dehoop@data-assist.nl>.
+
+Wed Oct 12 20:33:07 2005 Jason Stover <jstover@sdf.lonestar.org>
+
+       * regression.q: Initial version of the REGRESSION procedure.
+       
 Sun Sep 25 16:11:09 2005  Ben Pfaff  <blp@gnu.org>
 
        * Makefile.am: Handles `examples' as a subdirectory instead of a