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