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