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