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