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