Update version number to 1.5.2
[pspp] / NEWS
1 PSPP NEWS -- history of user-visible changes.
2 Copyright (C) 1996-2000, 2008-2016, 2017, 2019, 2020 Free Software Foundation, Inc.
3 See the end for copying conditions.
4
5 Please send PSPP bug reports to bug-gnu-pspp@gnu.org.
6
7 Changes from 1.4.1 to 1.5.2:
8
9  * Added Drag-N-Drop in output view.
10
11  * The Explore GUI dialog supports the "Plots" subdialog. Boxplots, Q-Q Plots
12    and Spreadlevel plots are now also available via the GUI.
13
14 Changes from 1.4.0 to 1.4.1:
15
16  * Bug fixes.
17
18  * Translation updates.
19
20  * HTML output is now HTML5 instead of HTML4.0 Transitional.
21
22  * The HOST command has been reimplemented.  It now supports TIMELIMIT.
23
24 Changes from 1.2.0 to 1.4.0:
25
26  * The file pspp-mode.el (the pspp-mode for Emacs) is no longer distributed
27    with PSPP.  Instead, it can be installed directly in emacs and is available
28    from https://elpa.gnu.org/packages/pspp-mode.html
29
30  * The Find dialog box, when searching for numeric values, will match only
31    to the precision of the variable's print format.  This avoids behaviour
32    which is surprising to some users.
33
34  * PSPP now supports the SPSS viewer (.spv) format that SPSS 16 and later
35    use to save the contents of its output editor:
36
37    - PSPP and PSPPIRE can write output to .spv files.
38
39    - The new utility pspp-output can convert .spv files to other formats.
40
41    - The pspp-convert utility can now decrypt encrypted .spv files.  The
42      encrypted viewer file format is unacceptably insecure, so to
43      discourage its use PSPP and PSPPIRE do not directly read or write
44      this format.
45
46  * A bug where the Data|Select Cases|Random Sample menu would generate
47    invalid syntax has been fixed.
48
49  * FREQUENCIES will emit a warning if one or more weight values are missing.
50
51  * Plain text output is no longer divided into pages, since it is now
52    rarely printed on paper.
53
54  * pspp-convert improvements:
55
56    - New "-a", "-l", "--password-list" options to search for an
57      encrypted file's password.
58
59    - New "--keep" and "--drop" options to output only selected variables.
60
61    - New "--recode", "--no-var-name", "--labels", "--print-formats",
62      "--decimal", "--delimiter", and "--qualifier" options to control
63      CSV output.
64
65  * Improvements to SAVE DATA COLLECTION support for MDD files.
66
67  * Bug fix for CVE-2018-20230.
68
69  * The /RENAME subcommand in SAVE TRANSLATE et al. has been extended
70    to support the syntax also accepted by other software.
71
72  * The EXAMINE command will now perform the Shapiro-Wilk test when
73    one or more plots are requested.
74
75  * The REGRESSION command now supports the /STATISTICS=TOL option which
76    outputs tolerance and variance inflation factor metrics for the data.
77
78  * The QUICK CLUSTER command now supports the /SAVE option which can
79    be used to save the cases' cluster membership and/or their distance
80    from the cluster centre to the active file.
81
82  * The MEANS command has been re-implemented.
83
84  * The GUI now has a sub-dialog for post-hoc tests of the oneway
85    anova test.
86
87  * Gtk+3.22.0 or later must now be used when building.
88
89  * GRAPH: Categorical barcharts displaying percentages now show the
90    sub-category as a percentage of the primary category instead of the
91    total.
92
93  * The Syntax Window now has a Find function to perform simple text
94    searching.
95
96  * AUTORECODE:
97
98    - The PRINT subcommand is now implemented.
99
100    - Many bug fixes.
101
102 Changes from 1.0.1 to 1.2.0:
103
104  * New experimental command SAVE DATA COLLECTION to save MDD files.
105
106  * MTIME and YMDHMS variable formats now supported.
107
108  * Build changes:
109
110    - zlib is now a required dependency.  (Previously it was optional.)
111
112    - Gtk+3.18.0 or later must now be used when building.
113
114    - The code implementing the sheet rendering has been removed.  Instead we
115      use a third party library: spread-sheet-widget.
116
117  * The "NOMISSING" keyword when generating syntax for piecharts in the
118    frequencies command was omitted.  This has been corrected.
119
120 Changes from 1.0.0 to 1.0.1:
121
122  * Bug fixes, including fixes for CVE-2017-12958, CVE-2017-12959,
123    CVE-2017-12960, and CVE-2017-12961.
124
125 Changes from 0.11.0 to 1.0.0:
126
127  * Translation updates.
128
129 Changes from 0.10.2 to 0.11.0:
130
131  * The REGRESSION command now has a /ORIGIN subcommand to perform
132    regression through the origin.
133
134  * The FACTOR command can now analyse matrix files prepared with MATRIX DATA.
135
136  * The FACTOR command can now print the anti-image matrices.
137
138  * The MATRIX DATA command has been added.
139
140  * Some inappropriate properties in selection dialogs have been corrected.
141
142  * A bug which could cause the HTML driver to go into a tight loop
143    has been fixed.
144
145  * An error in the FREQUENCIES procedure, where the word "Mean" was
146    printed when "Variance" was appropriate has been fixed.
147
148  * The ncurses library is no longer required or used.
149
150  * A bug where the Mann-Whitney test would give misleading results
151    if run on multiple variables and MISSING=ANALAYSIS was specified
152    has been fixed.
153
154  * Gtk+3.14.5 or later must now be used when building.
155
156  * Graphical user interface changes:
157
158  ** There is a new menu: Edit|Options
159
160  ** The Non Parametric Statistics Menu has a new item: "K Independent Samples".
161
162  ** Dialog boxes can now be canceled using the <Escape> key.
163
164  * The AUTORECODE command now accepts an optional / before INTO.
165
166  * The short form of the VECTOR command can now create string variables.
167
168  * Bug fixes, including fixes for CVE-2017-10791 and CVE-2017-10792.
169
170 Changes from 0.10.1 to 0.10.2:
171
172  * CROSSTABS implements a new COUNT subcommand to round case or cell
173    weights.
174
175  * Help will be opened as HTML in default browser if yelp
176    is not available.
177
178  * When plotting scatterplots with only one dataset (the simple case)
179    the colour used for the dataset is now black.  The previous default
180    from the Tango palette was too faint to see easily.
181
182  * The varible info dialog could previously only paste a single variable.
183    Now it can paste multiple variables.
184
185  * Bug fixes, including the following:
186
187    - T-test with independent samples GUI crashed with string
188      type variable as group variable.
189
190    - The variable info dialog showed the previous selected variable
191      superimposed with the currently selected one.
192
193    - The GLM command did not properly deal with missing values.  This
194      has been fixed.
195
196 Changes from 0.10.0 to 0.10.1:
197
198  * Bug fixes, including the following:
199
200    - A bug where certain dialog boxes could not be properly populated
201      has been fixed.
202
203    - Various commands have been hardened against errors when called
204      with invalid syntax.
205
206  * Translation updates.  Thanks to our translators!
207
208 Changes from 0.8.5 to 0.10.0:
209
210  * The QUICK CLUSTER command has a  /PRINT subcommand which shows
211    the initial cluster centres and the final cluster membership of
212    each case.  The clustering algorithm has also been updated, so
213    as to produce better separated clusters.
214
215  * A Russian localisation has been contributed.
216
217  * The GRAPH command now has a /BAR subcommand to draw barcharts.
218
219  * If the DECIMAL character is set to COMMA then the ',' character
220    will not be treated as a separator by DATA LIST.
221
222  * The graphical user interface (psppire) has been changed as follows:
223
224    - It now uses Gtk+ version 3 instead of version 2.  Accordingly, it has a
225      somewhat different look and feel.
226
227    - There is now a Graphs menu to access the GRAPH command.
228
229    - The status of dialog box widgets are now preserved between calls
230      to the same dialog box for the same dataset.
231
232    - The dialog box for the Logistic Regression command will now
233      infer that string variables or any varible with a "measure"
234      of Nominal or Ordinal are to be treated as categorical variables
235      and will generate syntax accordingly.
236
237  * The pspp-convert utility can now decrypt encrypted syntax files.
238    The encrypted syntax file format is unacceptably insecure, so to
239    discourage its use PSPP and PSPPIRE do not directly read or write
240    this format.
241
242  * New commands:
243
244    - SORT VARIABLES.
245
246  * The following functions for transformation expressions are new:
247
248    - REPLACE, for search-and-replace of one string with another.
249
250    - STRUNC, to truncate a string and trim trailing spaces.
251
252    - MEDIAN, to compute the median of its arguments.
253
254    - The TRUNC function in expressions now supports additional arguments
255      for truncating to values other than integers and to indicate a level
256      of rounding fuzz.  The default rounding fuzz may now be controlled
257      and displayed with SET FUZZBITS and SHOW FUZZBITS, respectively.
258
259  * Bug fixes, including the following notable ones:
260
261    - The correlation coefficient in the paired samples t-test
262      procedure is now correctly calculated when presented with
263      weighted data.
264
265    - The ESCAPE subcommand has been removed from GET DATA /TYPE=TXT.
266      For compatibility, the behavior that ESCAPE enabled is now the
267      default and only supported behavior.
268
269    - Rendering of the variable and data sheets in right-to-left locales
270      now works properly.
271
272    - The Mann-Whitney test, when run on a dataset containing values
273      of the group variable, other than those defining the test groups,
274      would incorrectly calculate the ranks.  This has been corrected.
275
276  * The IMPORTCASES subcommand on GET DATA is now ignored, for
277    compatibility.
278
279 Changes from 0.8.4 to 0.8.5:
280
281  * The FREQUENCIES and CROSSTABS commands can now generate barcharts.
282
283  * The FACTOR command can now perform PROMAX rotations.
284
285  * SPSS/PC+ system files are now supported on GET and other commands
286    that read SPSS system files.  The pspp-convert program can now read
287    SPSS/PC+ system files.  Writing the obsolete SPSS/PC+ system file
288    format is not supported.
289
290  * SYSFILE INFO can now read SPSS/PC+ system files and SPSS portable
291    files.
292
293  * FREQUENCIES: A bug was fixed where an assertion failure occurred
294    when an empty dataset was presented.
295
296  * The GRAPH command is now available.  Initially it supports
297    scatterplots and histograms.
298
299  * The RND operator in expressions now supports additional operands
300    for rounding to values other than integers and to indicate a level
301    of rounding fuzz.  The default rounding fuzz may now be controlled
302    and displayed with SET FUZZBITS and SHOW FUZZBITS, respectively.
303
304 Changes from 0.8.3 to 0.8.4:
305
306  * Formatting of SYSFILE INFO output was made easier to read.
307
308  * Bug fixes, including the following notable ones:
309
310    - FREQUENCIES works properly for string variables.  (This bug was
311      introduced in 0.8.2.)
312
313    - CROSSTABS now correctly computes all of the measures that it
314      offers.  Some measures have been removed because they were not
315      computed correctly.
316
317    - The NPAR TESTS calculation of significance for the RUNS
318      subcommand has been corrected.
319
320    - Planned comparisons in ONEWAY ANOVA now correctly handle negative
321      T-values.
322
323    - The COUNT command now correctly treats missing values as
324      documented.
325
326    - Conformance fixes to Open Document output format.
327
328 Changes from 0.8.2 to 0.8.3:
329
330  * Independent T-Tests displayed the standard error of the difference
331    and the confidence interval for the unequal variances case, where
332    the equal variances case should have been.  This has been fixed.
333
334  * REGRESSION now recognises /STATISTICS=CI(x) which causes confidence
335    intervals for the coefficients to be printed.
336
337  * When DESCRIPTIVES calculates Z scores, it now omits cases filtered
338    by the current FILTER settings.
339
340  * PSPPIRE graphical user interface improvements:
341
342    - Dialog boxes with source  variable lists can now choose the sort
343      order;  right click and select from the popup menu.
344
345    - File|Open now allows an encoding to be selected for opening
346      system files.
347
348    - File|Display Data File Information|External File... now allows an
349      encoding to be selected.
350
351    - A problem with the Means dialog has been resolved (bug #41433).
352
353    - Several problems related to the input of spreadsheets have been
354      fixed (bug #41657, #41620
355
356  * System file related improvements:
357
358    - With ENCODING="DETECT", SYSFILE INFO can now help the user to
359      pick an encoding for reading a system file that does not identify
360      its own encoding
361
362    - SYSFILE INFO now accepts an ENCODING subcommand to specify the
363      character encoding of string data in the system file.
364
365    - Variable labels over 255 bytes long are now accepted without
366      truncation (bug #41863).
367
368    - System files that contain duplicate variable names may now be
369      read successfully (bug #41475).
370
371 Changes from 0.8.1 to 0.8.2:
372
373  * Charts are now rendered with colours from the Tango palette instead
374    of fully saturated primaries.
375
376  * Support for new system file variants:
377
378    - PSPP can now read and write ZCOMPRESSED system files, which
379      compress data much more effectively than older "compressed"
380      files.  (The older format is still supported.)
381
382    - PSPP can now decrypt encrypted system files, using the new
383      pspp-convert utility.  The encrypted system file format is
384      unacceptably insecure, so to discourage its use PSPP and PSPPIRE
385      do not directly read or write this format.
386
387  * Missing values for long string variables are now read from and
388    written to system files in an SPSS-compatible fashion.
389
390    (Earlier versions of PSPP that supported missing values for long
391    string variables wrote them to system files in an SPSS-incompatible
392    way.  To fix the problem, read the system file with this version of
393    PSPP and then save a new copy of it.)
394
395  * pspp-convert, a new standalone utility for converting SPSS system
396    and portable files to other formats, is now included.  The initial
397    version supports comma-separated value files as output format.
398    pspp-convert can also decrypt encrypted system files.
399
400  * Build changes:
401
402    - zlib is now a required dependency.  (Previously it was optional.)
403
404 Changes from 0.8.0 to 0.8.1:
405
406  * New commands:
407
408    - VARIABLE ROLE.
409
410  * Changes to existing commands:
411
412    - CROSSTABS: The requirement that one expected count must be less than five
413         before Fishers Exact Test will be reported has been removed.
414
415  * PSPPIRE graphical user interface improvements:
416
417    - A new set of icons has been contributed.
418
419    - Syntax windows now parse syntax in "auto" mode, which in practice
420      should mean that both "batch" and "interactive" syntax now works,
421      instead of just "interactive" syntax.
422
423    - The variable pane of data windows now include a Role column.
424
425  * Notable bug fixes:
426
427    - System files written by IBM SPSS 21 are now read without warnings.
428
429    - System files written by "VOXCO INTERVIEWER 4.3" are now read
430      without warnings.
431
432    - PSPPIRE should now more gracefully handle syntax files that contain
433      errors.
434
435 Changes from 0.6.2 to 0.8.0:
436
437  * New commands:
438
439    - ADD FILES
440    - CORRELATIONS
441    - DATAFILE ATTRIBUTES
442    - DATASET ACTIVATE
443    - DATASET CLOSE
444    - DATASET COPY
445    - DATASET DECLARE
446    - DATASET DISPLAY
447    - DATASET NAME
448    - LOGISTIC REGRESSION
449    - MATCH FILES
450    - MEANS
451    - MRSETS
452    - PRESERVE and RESTORE
453    - QUICK CLUSTER
454    - RELIABILITY
455    - ROC
456    - SAVE TRANSLATE to CSV and tab-delimited files
457    - UPDATE
458    - VARIABLE ATTRIBUTES
459
460  * Changes to existing commands:
461
462    - AUTORECODE has a new GROUP subcommand.
463
464    - CROSSTABS has been re-implemented to fix numerous bugs.
465
466    - EXAMINE: /MISSING=LISTWISE is now the default.
467
468    - DO REPEAT command has been reimplemented.  Now, when DO REPEAT
469      contains an INCLUDE or INSERT command, substitutions are not
470      applied to the included file.
471
472    - FILE HANDLE has a new ENDS subcommand to select CR or CRLF new-lines.
473
474    - HOST has been updated to use more modern syntax.
475
476    - Most commands that work with data files now support a new
477      ENCODING subcommand.
478
479    - MISSING VALUES can now assign missing values to long string
480      variables.
481
482    - ONEWAY: the POSTHOC subcommand is now implemented.
483
484    - The following new subcommands to NPAR TESTS have been implemented:
485      COCHRAN, FRIEDMAN, JONCKHEERE-TERPSTRA, KENDALL, KRUSKAL-WALLIS, MANN-WHITNEY,
486      MCNEMAR, SIGN, WILCOXON, and RUNS
487
488    - SET and SHOW no longer have ENDCMD, NULLINE, PROMPT, CPROMPT, and
489      DPROMPT subcommands.  The defaults are now fixed values.
490
491    - SHOW now has a JOURNAL subcommand, to show the location of the
492      journal file.
493
494    - VALUE LABELS can now assign value labels to long string
495      variables.
496
497  * Other language changes:
498
499    - The new DATASET commands replace the "scratch file" PSPP
500      extension, which is no longer supported.
501
502    - Strings may now include arbitrary Unicode code points specified
503      in hexadecimal, using the syntax U'hhhh'.  For example, Unicode
504      code point U+1D11E, the musical G clef character, may be
505      expressed as U'1D11E'.
506
507      See the "Tokens" section in the PSPP manual for more information.
508
509    - In previous versions of PSPP, in a string expressed in
510      hexadecimal with X'hh' syntax, the hexadecimal digits expressed
511      bytes in the locale encoding.  In this version of PSPP, X'hh'
512      syntax always expresses bytes in UTF-8 encoding.
513
514      See the "Tokens" section in the PSPP manual for more information.
515
516  * PSPPIRE graphical user interface improvements:
517
518    - Added support for non-ASCII characters in strings, labels and
519      variable names.
520
521    - A "Split Window" function is available, which makes it easier to
522      see different parts of a large data file.
523
524    - Data files can now be opened by specifing their name as the first
525      argument.  This means that on a properly configured desktop, double
526      clicking on an icon will open the file.
527
528    - Foreign formats, such as Gnumeric, OpenDocument and CSV can be imported
529      via using an "intelligent" application assistant dialog.
530
531  * Output changes:
532
533    - The new "cairo" output driver supports output in PostScript, PDF,
534      and SVG formats.  Its functionality is a superset of that of the
535      "postscript" driver, which has been removed.  You must have Cairo
536      and Pango installed to build the "cairo" driver.
537
538    - Charts are now produced with Cairo and Pango, instead of libplot.
539      Without them, the new graphing features will not work.  If you do
540      not have Cairo and Pango installed, you must run `configure' with
541      --without-cairo.
542
543    - The plain text output driver now properly supports multibyte UTF-8
544      characters, including double-width characters and combining
545      accents.
546
547    - Output to OpenDocument format is now supported.
548
549    - The HTML output is much improved.
550
551  * The "pspp" program has a new option --batch (or -b) that selects
552    "batch" syntax mode.  In previous versions of PSPP this syntax mode
553    was the default.  Now a new "auto" syntax mode is the default.  In
554    "auto" mode, PSPP interprets most syntax files correctly regardless
555    of their intended syntax mode.
556
557    See the "Syntax Variants" section in the PSPP manual for more
558    information.
559
560  * The "pspp" program has a new option --syntax-encoding that
561    specifies the encoding for syntax files listed on the command line,
562    as well as the default encoding for syntax files included with
563    INCLUDE or INSERT.  The default is to accept the system locale
564    encoding, UTF-8, UTF-16, or UTF-32, automatically detecting which
565    one the system file uses.
566
567    See the documentation for the INSERT command in the PSPP manual for
568    more information.
569
570  * Text data files that PRINT and WRITE creates now use the system
571    native line ends by default (CRLF on Windows, LF only elsewhere).
572    Use the new ENDS subcommand on FILE HANDLE to override the default.
573
574  * A new Perl module allows Perl programs to read and write PSPP
575    system files.
576
577  * A tutorial chapter has been added to the user manual.
578 \f
579 Changes from 0.6.1 to 0.6.2:
580
581   * New translations:
582
583     - Dutch, thanks to Harry Thijssen.
584
585     - Brazilian Portuguese, thanks to Michel Boaventura.
586
587     Thanks for translations are also due to the coordinators at
588     translationproject.org.
589
590   * Statistical bug fixes:
591
592     - REGRESSION: Report correct standard error of the estimate (bug
593       #25677).
594
595     - T-TEST: Report correct significance of paired sample T-test in
596       the common case (bug #26936) and corner cases.  Thanks to Mike
597       Griffiths and Matej Cepl for reporting these bugs.
598
599   * Build fixes and changes:
600
601     - Fix build with GTK+ 2.17.4 and later.
602
603     - Make running "make" after running "configure" with different
604       settings reliably rebuild version.c.
605
606     - Cygwin and MinGW build fixes.
607
608     - Fixes for building with recent gnulib.
609
610     - The Makefile now honors two new variables, PSPP_LDFLAGS and
611       PSPPIRE_LDFLAGS, that affect linking of the PSPP and PSPPIRE
612       binaries, respectively.  This makes building easier for some
613       packagers.
614
615     - Fixes for "configure --enable-relocatable" (bug #25508).
616
617   * Data file bug fixes and changes:
618
619     - Fix reading text data files that contain a mix of white space
620       and commas.  Now "a ,b" is treated as two fields containing "a"
621       and "b"; previously it was treated as three, with an empty field
622       in the middle.
623
624     - Fix writing corrupted .sav files on Windows.
625
626     - Fix writing variable labels longer than 252 bytes to save files.
627       Thanks to Robert Westlund for reporting this bug.
628
629     - Fix writing corrupted .por files (bug #26034).
630
631     - Fix reading .por files whose initial lines are not padded out
632       with spaces as expected.
633
634     - PSPP will no longer issue warnings about some .sav file records
635       or values that it does not understand.  These warnings were
636       harmless, but needlessly alarmed some users.
637
638     - Fix crash reading empty string fields from PostgreSQL databases.
639
640   * Bug fixes that affect PSPP and PSPPIRE:
641
642     - Users may now control precision of output statistics.  Instead
643       of hard coding the width and decimals of output numbers, respect
644       the default format in most instances.  Counts are now normally
645       displayed with the format of the weight variable, if any.
646
647     - Fix crash when an INSERT command specifies the name of a file
648       that does not exist (bug #24569).
649
650     - Fix crash when CROSSTABS specifies a long-string variable (bugs
651       #24557 and #26131).
652
653     - Fix crash drawing pie charts with many segments.
654
655     - Fix crash when NUMERIC specifies an invalid format.
656
657   * PSPPIRE bug fixes and changes:
658
659     - On Windows, write the output file to the user's home directory
660       instead of the current directory, to better match user
661       expectations.
662
663     - Some data editor fixes.
664
665   * Documentation:
666
667     - Fix typo in BINOMIAL section of user manual (bug #25892).
668
669 Changes from 0.6.0 to 0.6.1:
670
671   * Statistical bug fixes:
672
673     - Report correct standardized regression coefficients in linear
674       regression output (bug #23567).
675
676   * Bug fixes that affect PSPP and PSPPIRE:
677
678     - Avoid crash with pie charts (bug #24014).
679
680     - Don't append % to count totals (bug #24003).
681
682     - Don't crash on bad input (bug #24031).
683
684     - Don't crash if "end data." is not left aligned (bug #24115).
685
686     - Change default workspace value to 64 MB, to avoid unnecessary
687       disk accesses on modern machines.
688
689   * PSPPIRE bug fixes:
690
691     - Add ".sav" or ".por" suffix to filename when saving with Save_As
692       (bug #23137).
693
694     - Make it possible to reopen the output window on Windows (bug
695       #24033).
696
697     - A POSIX regular expression library is now included and used
698       automatically if the host does not have one or has one that is
699       inadequate.
700
701   * Build fixes and changes:
702
703     - Work around bug in GSL that prevented build with recent GCC
704       versions without manually adding -fgnu89-inline to CFLAGS.
705
706     - Also warn about missing prerequisites as we encounter them (bug
707       #24445).
708
709     - Distribute necessary files to allow users working from the
710       distributed tarball to configure with --enable-gui-tools.
711
712     - Append $(EXEEXT_FOR_BUILD) to output file name when building
713       q2c, fixing build problems on Windows.
714
715     - GSL 1.8 or later is now required.
716
717     - Build errors with --enable-relocatable were fixed.
718
719   * The German translations were removed, since native German speakers
720     found them too poor to be useful.
721
722 Changes from 0.4.0 to 0.6.0:
723
724   * The PSPP license is now version 3 or later of the GNU General
725     Public License.  Previously, it was version 2 or later.
726
727   * PSPP now has a graphical interface, called PSPPIRE.  This
728     interface allows you to enter data and variable definitions
729     interactively.  Commands may be executed in syntax form, or by
730     using the interactive dialog boxes available from the dropdown
731     menus.
732
733   * A few sample syntax files are now included in the `examples'
734     directory.
735
736   * Numerous major and minor bugs have been fixed.
737
738   Build changes:
739
740     * The INSTALL file now reflects the details of how to install
741       PSPP.  It is a tailored version of the generic installation
742       instructions, instead of a verbatim copy.
743
744     * iconv, which is ordinarily installed as part of a Unix-like
745       system, is now required.  If you don't have it already, you can
746       install GNU libiconv (http://www.gnu.org/software/libiconv/).
747
748     * libxml2 and zlib are new optional dependencies.  They are
749       required to use PSPP's support for reading Gnumeric files.
750
751   Statistical procedure changes:
752
753     * REGRESSION is a new procedure for fitting linear models to data
754       via least-squares estimation.
755
756     * NPAR TESTS is a new procedure for non-parametric tests.  In this
757       release, it supports binomial and chi-square tests.
758
759     * RANK is a new procedure to rank variables.  It supports numerous
760       forms of ranking.
761
762     * FREQUENCIES can now output histograms and pie charts.  These
763       features were present in earlier releases, but not documented.
764
765   User interface changes:
766
767     * In many situations where PSPP once terminated with a fatal
768       error, PSPP now recovers and continues execution.
769
770     * PSPP is now able to start up and run even if it cannot find its
771       configuration files.
772
773     * Journaling of interactive commands to a disk file is now
774       implemented.  By default, journaling is enabled, to a file named
775       `pspp.jnl' in the current directory.  SET JOURNAL may be used to
776       control journaling.
777
778     * The use of `+' between syntax file names on the command line to
779       prevent the dictionary from being cleared between their
780       executions is no longer supported.  All syntax files are now
781       executed as if `+' had been specified.
782
783     * The -d/--define and -u/--undef command line options are no
784       longer supported.  Instead, use /usr/bin/env or shell primitives
785       to define or clear environment variables before invoking PSPP.
786
787     * If a syntax file named named `rc' is found in a configuration
788       directory (such as $HOME/.pspp), it is executed before any
789       syntax file specified on the command line.  The -r or
790       --no-statrc command line option may be used to disable this
791       behavior.
792
793   Output changes:
794
795     * Output configuration options have changed.  Please refer to the
796       manual for a full description of the available options.
797
798       In consequence, you will need to reinstall your "devices" file.
799       "make install" will do this for you.
800
801     * Most error messages are now written to PSPP output files by
802       default.  SET ERROR can be used to disable this behavior.
803
804     * When invoked interactively, PSPP now by default produces output
805       on the terminal, piping it through the "more" program.
806       Previously, by default output was written only to file
807       pspp.list.  On most terminals, the page length used for output
808       automatically adapts to the terminal size, even if the terminal
809       is resized.
810
811     * ASCII driver:
812
813       - This driver now supports charts in output.  Charts are written
814         as separate files that the main output file refers to.  By
815         default, charts are written in PNG format to files named
816         pspp-1.png, pspp-2.png, and so on.
817
818       - Configurations are provided that use VT100 (and xterm)
819         line-drawing characters in tables.  The option "-o list-vt100"
820         requests use of this device for output to pspp.list.
821
822     * PostScript driver:
823
824       - The default paper size is now determined using the PAPERSIZE
825         environment variable, or the LC_PAPER locale category on
826         systems that support it.  If these are not set, the default is
827         now A4, instead of US letter.  To make US letter the default,
828         set PAPERSIZE to "letter" in your environment.
829
830       - Font metrics are now read from AFM files, instead of
831         Groff-format metrics files.  PostScript fonts can now be
832         embedded in output.
833
834         In consequence, you will need to install an AFM file for each
835         font used in PostScript output.  "make install" will install
836         AFM files for the standard PostScript fonts, including the
837         ones that the PostScript driver uses by default.
838
839       - Standard paper sizes no longer need to be specified through a
840         configuration file.  The "papersize" configuration file is no
841         longer needed, or supported.
842
843       - The PostScript prologue is no longer obtained from the
844         "ps-prologue" configuration file.  This configuration file is
845         no longer needed, or supported.
846
847     * HTML driver:
848
849       - The HTML prologue is no longer obtained from the
850         "html-prologue" configuration file.  This configuration file
851         is no longer needed, or supported.
852
853   Command language changes:
854
855     * The following commands are new:
856
857       - GET DATA, which currently supports reading Gnumeric files and
858         text data files.  It will be extended later to read other
859         types of foreign data.
860
861       - CD, to change the current directory.
862
863       - INSERT, to execute a syntax file.
864
865       - DELETE VARIABLES, to remove variables from the active file
866         dictionary.
867
868       - ADD DOCUMENT, to add text to active file documents.
869
870       - CLOSE FILE HANDLE (a PSPP extension; see below).
871
872       - XEXPORT, a PSPP extension that is a transformation equivalent
873         to EXPORT.
874
875     * The following functions for transformation expressions are new:
876
877       - DATEDIFF, for computing the difference of two dates.
878
879       - DATESUM, for advancing a date by a specified duration.
880
881       - VALUELABEL, to obtain the value label for a value.
882
883     * PSPP now supports very long string variables (over 255 bytes
884       long).
885
886     * MATCH FILES now supports the FIRST and LAST subcommands.
887
888     * Previous versions of PSPP prohibited using commands to both read and
889       write a single file at the same time.  Now, PSPP allows this, and
890       the new version of the file atomically replaces the old version.
891
892     * The following commands are no longer available.  They will be
893       re-implemented in a later release:
894
895       - CLEAR TRANSFORMATIONS
896
897       - MATRIX DATA
898
899       - REPEATING DATA
900
901     * The PROCESS IF command, which was deprecated, has been removed.
902       You may replace any usage of it by SELECT IF following
903       TEMPORARY, which has the same effect.
904
905     * The output format for variables created by VECTOR may now be
906       specified as part of the VECTOR syntax.
907
908   "Scratch files", a new PSPP extension:
909
910     A scratch file, like a system file, consists of a dictionary and
911     any number of cases.  Small scratch files are stored in memory;
912     one that grows too large is written to disk.  By default, any file
913     handle whose name begins with # is assumed to refer to a scratch
914     file.
915
916     Scratch files can be used just about anywhere a system or portable
917     file can be used.  Also, portable files are now allowed in most
918     places that system files were allowed in previous PSPP version.
919
920     A new CLOSE FILE HANDLE command allows the storage associated with
921     scratch files to be freed.  It also allows file handles to be
922     reassigned to new files.
923
924     For more information on scratch files, refer to the "File Handles"
925     section in the PSPP manual.  For specifics of what commands now
926     allow what kinds of files to be specified, refer to the
927     documentation on those particular commands.
928
929   Data access changes:
930
931     * Binary formats and IBM/360 formats, including ASCII/EBCDIC
932       translation, are now supported.  Use FILE HANDLE to specify the
933       format of these files.
934
935     * Little-endian, big-endian, and VAX-endian formats are now
936       supported for integer binary formats when reading and writing
937       data files.  The new RIB and WIB subcommands on the SET command
938       control endianness of integer data.  The default is the host's
939       native endianness.
940
941     * IEEE 754, VAX, and IBM hexadecimal formats are now supported for
942       floating point binary formats when reading and writing data
943       files.  The new RRB and WRB subcommands on the SET command
944       control the floating point format.  The default is the host's
945       native floating point format.
946
947     * DATA LIST now supports the SKIP subcommand, to skip records at
948       the beginning of a file.  For compatibility, DATA LIST now
949       treats N format as F format for FREE and LIST format input.
950
951     * The SAVE and XSAVE commands now support the UNSELECTED,
952       PERMISSIONS, NAMES, and MAP subcommands.
953
954     * The EXPORT command has been re-implemented to obtain better
955       results.  Support for the UNSELECTED, DIGITS, and TYPE
956       subcommands has been added.
957
958     * For compatibility, PRINT now inserts a space at the beginning of
959       every output line, even lines that would otherwise be blank,
960       when OUTFILE is specified.  (The behavior of WRITE is
961       unchanged.)
962
963     * For compatibility, PRINT EJECT now inserts the digit `1' at the
964       beginning of each line that should begin a new page.
965
966     * For compatibility, WRITE now outputs the system-missing value as
967       a field filled with spaces.  Binary formats are an exception.
968       (The behavior of PRINT is unchanged.)
969
970   Documentation:
971
972     * Input and output format descriptions have been rewritten.  They
973       now precisely describe what is accepted on input and written on
974       output.
975
976     * The descriptions of the PSPP system and portable file formats
977       have been extensively revised and improved.
978
979   For developers, the build system now requires Autoconf 2.60 and
980   Automake 1.10.
981 \f
982 Changes from 0.3.0 to 0.4.0:
983
984   Changes in build dependencies:
985
986     * The GNU Scientific Library (libgsl), version 1.6 or later, is
987       now required.
988
989     * libplot from GNU plotutils is optional.  Without it, the new
990       graphing features will not work.  If you do not have it
991       installed, you must run `configure' with --without-libplot.
992
993     * libgmp2 is no longer a dependency.
994
995   Newly implemented commands and statistical features:
996
997     * EXAMINE, including its graphing features.
998
999     * FREQUENCIES now supports percentiles.
1000
1001     * ONEWAY.
1002
1003     * PERMISSIONS.
1004
1005     * SHOW.
1006
1007     * SORT CASES now sorts stably, that is, two cases with equal sort
1008       criteria will be in the same relative order before and after the
1009       sort.
1010
1011     * T-TEST (re-written).
1012
1013     * DATE and USE.  These commands are parsed but otherwise ignored,
1014       to enhance compatibility with certain command files that invoke
1015       them unnecessarily.
1016
1017     * VARIABLE WIDTH, VARIABLE ALIGNMENT, and VARIABLE LEVEL.  These
1018       currently have no effect on PSPP output, but their values are
1019       written to and read from system files and thus may affect
1020       third-party software.
1021
1022     * SET EPOCH implemented.
1023
1024     * DATA LIST FREE and DATA LIST LIST now support arbitrary field
1025       delimiters.
1026
1027     * FILE HANDLE now supports custom tab widths.
1028
1029   Long variable names (and other identifiers) are now supported.  Up
1030   to the first 64 bytes of each identifier is significant.  PSPP now
1031   reads and writes system files compatible with SPSS version 12.
1032
1033   New --algorithm and --syntax command line options allow
1034   SPSS-compatible or enhanced modes to be selected.
1035
1036   Support for transformation expressions has been rewritten and
1037   significantly improved.  Refer to the manual for details.
1038
1039   Calculation of moments (mean, standard deviation, kurtosis,
1040   skewness) has been rewritten and should now be more accurate.  In
1041   --algorithm=enhanced mode moments may be more accurate than SPSS in
1042   some cases.
1043
1044   Numerous bugs have been fixed, too many to mention here.  Many new
1045   tests have been added, leading to the discovery and fixing of many
1046   of these bugs.
1047
1048   The ASCII output driver can now squeeze multiple blank lines into
1049   single blank lines.
1050
1051   Much of the code has been rewritten and refactored.  It is now much
1052   cleaner.
1053
1054   The FILE TYPE and REPEATING DATA commands have been disabled for
1055   this release because their implementations were deemed too buggy to
1056   be useful.  They will be fixed and replaced in a future release.
1057
1058   New pspp-mode for Emacs (in pspp-mode.el).
1059
1060   Added rudimentary command-line completion for interactive input.
1061
1062   lib/julcal and lib/dcdflib are no longer used, so they have been
1063   removed.
1064
1065   For developers, the build system now requires Autoconf 2.58 and
1066   Automake 1.7.  The included gettext has been updated to version
1067   0.12.1.
1068
1069   Some reports state that Texinfo 4.8, the latest version, may be
1070   necessary to successfully format the documentation on some systems.
1071
1072 Version 0.3.0 changes since 0.2.3:
1073
1074   Bugs fixed:
1075
1076     * Using alphanumeric variables in functions under AGGREGATE
1077       segfaulted.  Fixed.
1078
1079     * Under certain circumstances, the final case would be omitted
1080       from the results of an AGGREGATE operation.  Fixed.
1081
1082     * Undefined behavior was invoked by referencing a freed pointer
1083       under certain circumstances.  Fixed.
1084
1085     * A wrong record size was displayed when paging the active file to
1086       disk.  Fixed.
1087
1088     * Not having enough temporary space for sorting caused a core
1089       dump.  Fixed.
1090
1091     * Syntax errors in function descriptions on AGGREGATE caused core
1092       dumps.  Fixed.
1093
1094     * A null pointer was dereferenced, causing a core dump, when
1095       PERCENTILES was specified on FREQUENCIES.  This fixes the
1096       problem, but PSPP still doesn't calculate percentiles.
1097
1098     * SORT always sorted in ascending order.  Fixed.
1099
1100     * Some minor memory leaks in the expression parser were removed.
1101
1102     * Many assertions fixed for strict ANSI C compliance.
1103
1104   New features:
1105
1106     * SET ECHO ON now implemented, but turned off by default.
1107
1108     * PRINT specifier supported on END REPEAT.
1109
1110   Other:
1111
1112     * System libgmp2 library is used if installed instead of
1113       unconditionally using the included libgmp2 subset.
1114
1115     * Extensive code cleanup, which continues.
1116
1117     * Added CORRELATIONS command parser, but not implemented.
1118
1119 Version 0.2.3 changes since 0.2.2:
1120
1121   Bugs fixed:
1122
1123     * SPLIT FILE with a string variable caused a core dump.  Fixed.
1124
1125     * Nested INCLUDEs didn't work.  Fixed.
1126
1127     * The MATCH FILES procedure set the values of variables not present
1128       to 0.  It should have been SYSMIS.  This is now fixed.
1129
1130     * The REMARK command was too aggressive about skipping lines.  It
1131       didn't like being the last command in a file.
1132
1133     * Comment parsing wasn't consistent with the rest of the code in its
1134       idea of where one command ends and another starts.  This meant
1135       that sometimes commands would be mysteriously ignored.  Thanks to
1136       Dr. Dirk Melcher <BZN-mdksh@t-online.de> for reporting this bug.
1137
1138     * The TABLE subcommand on MATCH FILES worked only erratically at
1139       best.  This fixes it.  Thanks to Dr. Dirk Melcher
1140       <BZN-mdksh@t-online.de> for reporting this bug.
1141
1142     * VARIABLE LABELS rejected a slash before the first variable
1143       specification, contradicting the documentation.  Thanks to Walter
1144       M. Gray <graywm@northernc.on.ca> for reporting this bug.
1145
1146     * Because of an incorrect optimization in memory allocation,
1147       CROSSTABS sometimes segfaulted when asked to output multiple
1148       tables.  Thanks to Walter M. Gray <graywm@northernc.on.ca> for
1149       reporting this bug.
1150
1151     * CROSSTABS didn't display value labels for column and row
1152       variables.  Thanks to Walter M. Gray <graywm@northernc.on.ca> for
1153       reporting this bug.
1154
1155     * WRITE didn't write line ends.  Fixed.  Thanks to Dr. Dirk Melcher
1156       <BZN-mdksh@t-online.de> for reporting this bug.
1157
1158     * The TABLE subcommand on MATCH FILES worked only erratically at
1159       best.  This fixes it.  Thanks to Dr. Dirk Melcher
1160       <BZN-mdksh@t-online.de> for reporting this bug.
1161
1162     * VARIABLE LABELS rejected a slash before the first variable
1163       specification, contradicting the documentation.  Thanks to Walter
1164       M. Gray <graywm@northernc.on.ca> for reporting this bug.
1165
1166     * Because of an incorrect optimization in memory allocation,
1167       CROSSTABS sometimes segfaulted when asked to output multiple
1168       tables.  Thanks to Walter M. Gray <graywm@northernc.on.ca> for
1169       reporting this bug.
1170
1171     * CROSSTABS didn't display value labels for column and row
1172       variables.  Thanks to Walter M. Gray <graywm@northernc.on.ca> for
1173       reporting this bug.
1174
1175     * WRITE didn't write line ends.  Fixed.  Thanks to Dr. Dirk Melcher
1176       <BZN-mdksh@t-online.de> for reporting this bug.
1177
1178     * MATCH FILES corrupted memory and dumped core on some syntax
1179       errors.  Fixed.
1180
1181     * MATCH FILES should set numeric values not available to the
1182       system-missing value, not to 0.  Thanks to Dr. Dirk Melcher
1183       <BZN-mdksh@t-online.de> for reporting this bug.
1184
1185     * KEEP didn't work properly on the SAVE procedure.  Fixed.  Thanks
1186       to Ralf Geschke <ralf@kuerbis.org> for reporting this bug.
1187
1188     * Memory leak fix.
1189
1190     * Some systems didn't like the way open_file was coded.  Thanks to
1191       Hankin <hankin@rogue.consultco.com> for pointing this out.
1192
1193     * The SAVE procedure didn't save long string variables properly.
1194       Fixed by this patch.  Thanks to Hankin
1195       <hankin@rogue.consultco.com> for this patch.
1196
1197     * Minor documentation fixes for MATCH FILES.
1198
1199 Version 0.2.2 changes since 0.2.1:
1200
1201   Bugs fixed:
1202
1203     * Fix behavior of PRINT SPACE for negative arguments.
1204
1205     * Fix reading some unusual system files.
1206
1207     * Fix LIST problems with very long variables.  Thanks to Hankin
1208       <hankin@dunno.com> for this bug report.
1209
1210     * Fix problems with some string format specifiers.
1211
1212     * Fix use of $CASENUM in expressions.  Thanks to Dirk Melcher
1213       <BZN-mdksh@t-online.de> for reporting this bug.
1214
1215     * Additional DATA LIST FREE and DATA LIST LIST fixes.  Thanks to
1216       Hankin <hankin@dunno.com> again on this one.
1217
1218     * Sometimes you may encounter a PSPP script that has to be
1219       interpreted in interactive mode.  Now you can use the -i flag to
1220       do this.
1221
1222     * Warnings for egcs 1.1.1 cleaned up.  (However you'll get lots of
1223       `unused variable' warnings under gcc 2.7.2.3, fixing this will
1224       take more effort.)
1225
1226     * Tests fixed.
1227
1228     * The files in gmp need the internationalization directory in
1229       their include path.  Thanks to OKUJI Yoshinori
1230       <okuji@kuicr.kyoto-u.ac.jp> for pointing this out.
1231
1232 Version 0.2.1 changes since 0.2.0:
1233
1234   Bugs fixed:
1235
1236     * Remember to include examples/ directory in distribution :-)
1237
1238     * Fixed gmp compile problems for some non-i386 architectures.
1239       Thanks to Hans Olav Eggestad <olav@jordforsk.nlh.no> and others
1240       for reporting this.
1241
1242     * DATA LIST FREE and DATA LIST LIST parsing of input files is now
1243       matches the documented behavior exactly, and error messages are
1244       more helpful.  Thanks to Mark H. Wood <mwood@IUPUI.Edu>.
1245
1246 Version 0.2.0 changes since 0.1.0:
1247
1248   Procedures now implemented:
1249     * CROSSTABS.  Please see documentation for caveats.
1250
1251   Transformations and utilities now implemented:
1252     * AGGREGATE
1253     * APPLY DICTIONARY
1254     * CLEAR TRANSFORMATIONS
1255     * DISPLAY (all subcommands).
1256     * ERASE
1257     * FLIP
1258     * EXPORT
1259     * HOST
1260     * IMPORT
1261     * MATCH FILES
1262     * MATRIX DATA
1263     * NEW FILE
1264     * REPEATING DATA
1265
1266   Support for input and output through pipes: "|command" and
1267   "command|" filenames; support for special filenames "-", "stdin",
1268   "stdout", "stderr".
1269
1270   New command-line features:
1271     * New option --testing-mode: Invoke heuristics to assist testing.
1272     * New option --safer, -s: Don't allow certain unsafe operations.
1273     * New option --command=CMD, -c CMD: Perform literal command CMD.
1274     * rc file ~/.pspp/rc is executed before any other files.
1275     * Now multiple syntax files can be specified.
1276
1277   Operator LAG is now implemented.
1278
1279   Added missing FILE subcommand to REREAD.
1280
1281   Table output manager completely rewritten.
1282
1283   Device configuration file syntax changed.  You will need to
1284   reinstall your `devices' file.
1285
1286   New output driver for HTML.
1287
1288   PostScript driver and prologue simplified.
1289
1290   Many bugs fixed.  General source-code cleanup.
1291
1292   Added Texinfo documentation for:
1293     * PSPP system file format
1294     * PSPP portable file format
1295     * How to write input for q2c parser generator
1296     * HTML driver
1297
1298   PSPP language is now fully documented.  Please report any
1299   inaccuracies or omissions in the documentation.
1300
1301 Changes for version 0.1.0:
1302
1303   First public release.  For changes from unreleased development
1304   versions, please see ONEWS.
1305 \f
1306 ----------------------------------------------------------------------
1307 Copyright information:
1308
1309    Permission is granted to anyone to make or distribute verbatim
1310    copies of this document as received, in any medium, provided that
1311    the copyright notice and this permission notice are preserved, thus
1312    giving the recipient permission to redistribute in turn.
1313
1314    Permission is granted to distribute modified versions of this
1315    document, or of portions of it, under the above conditions,
1316    provided also that they carry prominent notices stating who last
1317    changed them.
1318 \f
1319 Local variables:
1320 version-control: never
1321 mode: indented-text
1322 end: