Reworked settings so as to use one large struct instead of lots of static
[pspp-builds.git] / src / data / ChangeLog
index 25d67925bc962a7d3d68d6acb53d36a50aa455ef..276196612c2511f16095d06e1a5610b618f88346 100644 (file)
@@ -1,3 +1,19 @@
+2008-01-19  John Darrington <john@darrington.wattle.id.au>
+
+       * settings.c settings.h: Moved static variables into a 
+       single struct.  Renamed functions to have a settings_ prefix.
+
+2008-01-14  John Darrington <john@darrington.wattle.id.au>
+
+       * data-out.c (output_AHEX): Corrected number of bytes in
+       call to output_hex.  Closes bug #22011
+
+2008-01-02  John Darrington <john@darrington.wattle.id.au>
+
+       * variable.c variable.h: Replaced var_get_value_name with 
+       var_append_value_name which doesn't use any static data.
+        Thanks to Ben for review.
+
 2007-12-07  Ben Pfaff  <blp@gnu.org>
 
        Patch #6302.