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