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