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