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