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