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