Make dictionary compacting functions a little more general.
[pspp-builds.git] / src / data / ChangeLog
index 92520a1c757dd9c602594ea63c81f5eae049b2aa..1b9191868638ba9c5a2bd09ce7fd3cb2cb3bccdd 100644 (file)
@@ -1,3 +1,24 @@
+Sat May  6 15:36:59 2006  Ben Pfaff  <blp@gnu.org>
+
+       Make dictionary compacting functions a little more general.
+       
+       * sys-file-writer.c (sfm_open_writer): Use
+       dict_compacting_would_change().
+       (does_dict_need_translation) Removed.
+
+Sat May  6 15:35:42 2006  Ben Pfaff  <blp@gnu.org>
+
+       Make dictionary compacting functions a little more general.
+       
+       * dictionary.c (dict_needs_compaction): Rename
+       dict_compacting_would_shrink().  Update all callers.
+       (dict_compacting_would_change) New function.
+       
+Sat May  6 14:25:49 2006  Ben Pfaff  <blp@gnu.org>
+
+       * sys-file-writer.c: (does_dict_need_translation) Fix bug:
+       inverted return value (!).
+
 Sat May  6 13:37:52 2006  Ben Pfaff  <blp@gnu.org>
 
        Continue reforming procedure execution.