pspp
6 years agoRemove PSEAL macro. It is no longer useful.
John Darrington [Sun, 20 Aug 2017 17:11:48 +0000 (19:11 +0200)]
Remove PSEAL macro.  It is no longer useful.

6 years agoIncrease version number to 1.0.0.
Ben Pfaff [Sun, 20 Aug 2017 16:12:38 +0000 (09:12 -0700)]
Increase version number to 1.0.0.

It's time.

6 years agoUpdate translations from translationproject.org.
Ben Pfaff [Sun, 20 Aug 2017 15:22:18 +0000 (08:22 -0700)]
Update translations from translationproject.org.

6 years agopo: Use "rsync" instead of "wget" for po-update target.
Ben Pfaff [Sun, 20 Aug 2017 15:19:06 +0000 (08:19 -0700)]
po: Use "rsync" instead of "wget" for po-update target.

This is much faster.

6 years agoRelease PSPP version 0.11.0.
Ben Pfaff [Sat, 12 Aug 2017 18:20:40 +0000 (11:20 -0700)]
Release PSPP version 0.11.0.

6 years agoIgnore all files under src/ui/gui/icons except a few actual source files.
Ben Pfaff [Sat, 12 Aug 2017 18:02:32 +0000 (11:02 -0700)]
Ignore all files under src/ui/gui/icons except a few actual source files.

6 years agodoc: Ignore generated documentation files.
Ben Pfaff [Sat, 12 Aug 2017 17:48:10 +0000 (10:48 -0700)]
doc: Ignore generated documentation files.

6 years agoUpdate German and Dutch translations from translationproject.org
John Darrington [Fri, 11 Aug 2017 16:23:38 +0000 (18:23 +0200)]
Update German and Dutch translations from translationproject.org

6 years agoUpdate translations from translationproject.org
John Darrington [Fri, 4 Aug 2017 06:06:13 +0000 (08:06 +0200)]
Update translations from translationproject.org

6 years agosystem-file-format: More string fields with null bytes spotted.
Ben Pfaff [Mon, 31 Jul 2017 13:52:53 +0000 (06:52 -0700)]
system-file-format: More string fields with null bytes spotted.

Manoharan <s.manoharan@auckland.ac.nz> reported that he has also seen
system files that contain string fields with compressed null bytes, so
reword the description to make this sound less exotic.

6 years agoUpdate version number to 0.10.5-pre3.
Ben Pfaff [Sun, 30 Jul 2017 21:39:56 +0000 (14:39 -0700)]
Update version number to 0.10.5-pre3.

This pre-release is primarily to get the CVE-2017-10791 and CVE-2017-10792
fixes into a tarball for folks who find tarballs easier to work with.

6 years agolinreg: Comment out unused function to avoid compiler warning.
Ben Pfaff [Sun, 30 Jul 2017 00:18:51 +0000 (17:18 -0700)]
linreg: Comment out unused function to avoid compiler warning.

6 years agosys-file-reader: Ignore duplicate value labels written by ReadStat.
Ben Pfaff [Sun, 30 Jul 2017 00:13:28 +0000 (17:13 -0700)]
sys-file-reader: Ignore duplicate value labels written by ReadStat.

The ReadStat software writes duplicate value labels due to a
misunderstanding of string widths.  This change make PSPP ignore these
duplicates.

6 years agosys-file-reader: Tolerate nominal case size of 0 without warning.
Ben Pfaff [Sat, 29 Jul 2017 23:16:30 +0000 (16:16 -0700)]
sys-file-reader: Tolerate nominal case size of 0 without warning.

The software at https://github.com/WizardMac/ReadStat seems to always write
0, so there's not much value in warning.

6 years agosys-file-reader: Accept document records with no document lines.
Ben Pfaff [Sat, 29 Jul 2017 23:06:24 +0000 (16:06 -0700)]
sys-file-reader: Accept document records with no document lines.

This allows PSPP to accept system files that appear to be produced by the
ReadStat software at https://github.com/WizardMac/ReadStat.

Thanks to ftr for reporting this bug via pspp-users at:
http://lists.gnu.org/archive/html/pspp-users/2017-07/msg00002.html

6 years agoLinreg.c: Remove QR decomposition optimisation.
John Darrington [Sat, 29 Jul 2017 05:30:50 +0000 (07:30 +0200)]
Linreg.c: Remove QR decomposition optimisation.

Fixes bug #51373.

6 years agolinreg.c: Fix typo
John Darrington [Sat, 29 Jul 2017 05:11:06 +0000 (07:11 +0200)]
linreg.c: Fix typo

6 years agodoc/expressions.texi: Correct documentation of MISSING and SYSMIS functions.
John Darrington [Wed, 26 Jul 2017 19:49:42 +0000 (21:49 +0200)]
doc/expressions.texi: Correct documentation of MISSING and SYSMIS functions.

6 years agospv-file-format: Improve description of file format.
Ben Pfaff [Mon, 17 Jul 2017 22:12:39 +0000 (15:12 -0700)]
spv-file-format: Improve description of file format.

6 years agodoc: Mark SPSS Viewer format chapter properly as an appendix.
Ben Pfaff [Mon, 17 Jul 2017 04:08:12 +0000 (21:08 -0700)]
doc: Mark SPSS Viewer format chapter properly as an appendix.

Otherwise some of the output looked a little confused when it went through
TeX.

6 years agodoc: Keep copyright and license comments from showing up in TeX output.
Ben Pfaff [Mon, 17 Jul 2017 04:07:33 +0000 (21:07 -0700)]
doc: Keep copyright and license comments from showing up in TeX output.

The "\input texinfo" line is what changes the comment syntax from TeX
syntax to Texinfo syntax, so it has to go before the @c comments or else
those comments show up in output produced by TeX.

6 years agospv-file-format: Improve description of structure member format.
Ben Pfaff [Sun, 16 Jul 2017 18:21:02 +0000 (11:21 -0700)]
spv-file-format: Improve description of structure member format.

6 years agotests: Use path search for zip-test instead of full path.
Ben Pfaff [Sun, 16 Jul 2017 03:11:06 +0000 (20:11 -0700)]
tests: Use path search for zip-test instead of full path.

This allows "check-valgrind" to work properly since it relies on putting
wrappers early in $PATH.

6 years agoUpdate to newest Gnulib.
Ben Pfaff [Sat, 15 Jul 2017 22:10:38 +0000 (15:10 -0700)]
Update to newest Gnulib.

Harry Thijssen reported an issue with the previous version on Windows.
John Darrington suggested an update, since the Gnulib developers have been
working through related problems.

6 years agodoc/statistics.texi: Add comma after @xref.
John Darrington [Sat, 15 Jul 2017 04:11:28 +0000 (06:11 +0200)]
doc/statistics.texi: Add comma after @xref.

Apparently older versions of makeinfo insist on this.

Reported-by: Harry Thijssen
Fix-by: Ben Pfaff
6 years agotests: Avoid failure based on encoding name differences.
Ben Pfaff [Thu, 13 Jul 2017 03:48:16 +0000 (20:48 -0700)]
tests: Avoid failure based on encoding name differences.

glibc and Mac OS X call the ASCII encoding by different names, which caused
differing output and a test failure.  This fixes the problem.

Reported by Jeremy Lavergne.

6 years agospv-file-format: Add much more detail.
Ben Pfaff [Thu, 13 Jul 2017 00:48:26 +0000 (17:48 -0700)]
spv-file-format: Add much more detail.

6 years agozip-reader: Use xstrdup() instead of strdup().
Ben Pfaff [Mon, 10 Jul 2017 20:49:13 +0000 (13:49 -0700)]
zip-reader: Use xstrdup() instead of strdup().

6 years agoMove XML declarations to the start of .ui files.
John Darrington [Sat, 8 Jul 2017 20:26:29 +0000 (22:26 +0200)]
Move XML declarations to the start of .ui files.

Apparently xgettext complains if comments start the file.

6 years agoFix erroneous subsitute by previous commit.
John Darrington [Sat, 8 Jul 2017 04:29:43 +0000 (06:29 +0200)]
Fix erroneous subsitute by previous commit.

Commit 691a034d7f2139076fa012739dffd40ef5db4a9b  inadvertenntly
commented out the first line of every .at file.  This commit
fixes that.

6 years agoAdd copyright and licence notices to files which lack them.
John Darrington [Wed, 5 Jul 2017 19:02:56 +0000 (21:02 +0200)]
Add copyright and licence notices to files which lack them.

The savannah hackers have been recently complaining about lack of copyright/licence notices.

6 years agotests: Add tests against regression for two previously fixed bugs.
Ben Pfaff [Tue, 4 Jul 2017 17:13:15 +0000 (13:13 -0400)]
tests: Add tests against regression for two previously fixed bugs.

6 years agosys-file-reader: Fix integer overflows in parse_long_string_missing_values().
Ben Pfaff [Tue, 4 Jul 2017 16:58:55 +0000 (12:58 -0400)]
sys-file-reader: Fix integer overflows in parse_long_string_missing_values().

Crafted system files caused integer overflow errors that in turn caused
aborts.  This fixes the problem.

CVE-2017-10791.
See also https://bugzilla.redhat.com/show_bug.cgi?id=1467004.
See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866890.
See also https://security-tracker.debian.org/tracker/CVE-2017-10791.
Found by team OWL337, using the collAFL fuzzer.

6 years agosys-file-reader: Avoid null dereference skipping bad extension record 18.
Ben Pfaff [Tue, 4 Jul 2017 16:54:47 +0000 (12:54 -0400)]
sys-file-reader: Avoid null dereference skipping bad extension record 18.

read_record() assumed that read_extension_record() never set its output
argument to NULL when it returned true, but this is possible in an error
case.

CVE-2017-10792.
See also https://bugzilla.redhat.com/show_bug.cgi?id=1467005.
See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866890.
See also https://security-tracker.debian.org/tracker/CVE-2017-10792.
Reported by team OWL337, with fuzzer collAFL.

6 years agoUpdate version number to 0.10.5-pre2.
Ben Pfaff [Tue, 27 Jun 2017 22:10:00 +0000 (18:10 -0400)]
Update version number to 0.10.5-pre2.

This prerelease is to update the Gnulib version, to fix the GCC 7 problems.

6 years agoREADME.Git: Recommend newer Gnulib, to avoid GCC 7 segfaults.
Ben Pfaff [Tue, 27 Jun 2017 21:54:42 +0000 (17:54 -0400)]
README.Git: Recommend newer Gnulib, to avoid GCC 7 segfaults.

Reported by Matthias Klose <doko@debian.org>
at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853623.

Bug #51318.

6 years agoperl-module: Avoid VERSION redefinition warning from compiler.
Ben Pfaff [Tue, 27 Jun 2017 21:52:40 +0000 (17:52 -0400)]
perl-module: Avoid VERSION redefinition warning from compiler.

If the PSPP version includes a suffix like "-pre1", then Perl will strip
that suffix from the version it passes to the compiler using -DVERSION=...,
and <config.h> will re-define it with the full version string.  This causes
a warning.

This change avoids the warning.  I am not yet aware of a new problem that
it causes.

6 years agoFACTOR: Improve calculation of Kaiser-Meyer-Olkin and add a test
John Darrington [Mon, 19 Jun 2017 10:44:16 +0000 (12:44 +0200)]
FACTOR: Improve calculation of Kaiser-Meyer-Olkin and add a test

6 years agoFACTOR: Add Anti-image matrix output
John Darrington [Sun, 18 Jun 2017 19:34:47 +0000 (21:34 +0200)]
FACTOR: Add Anti-image matrix output

6 years agoUpdated German translation from translationproject.org
John Darrington [Sat, 17 Jun 2017 04:49:55 +0000 (06:49 +0200)]
Updated German translation from translationproject.org

6 years agoAdd documentation for MATRIX DATA /N
John Darrington [Sat, 17 Jun 2017 04:48:28 +0000 (06:48 +0200)]
Add documentation for MATRIX DATA /N

6 years agoMATRIX DATA: Add /N subcommand
John Darrington [Fri, 16 Jun 2017 09:34:27 +0000 (11:34 +0200)]
MATRIX DATA: Add /N subcommand

6 years agoAllow dialog boxes to be cancelled by hitting the Escape key.
John Darrington [Thu, 15 Jun 2017 14:48:19 +0000 (16:48 +0200)]
Allow dialog boxes to be cancelled by hitting the Escape key.

Closes bug #51225

6 years agoFixed perl regression problem due to Version name - Fixes Bug #51218
Friedrich Beckmann [Sun, 11 Jun 2017 18:56:35 +0000 (20:56 +0200)]
Fixed perl regression problem due to Version name - Fixes Bug #51218

The regression failed in some perl tests due to an incompatible
pspp version number. I changed to a version number that includes
a "-". The problem is described in acinclude.m4. See

  The PSPP autobuilder appends a build number to the PSPP version number,
  e.g. "0.7.2-build40".  But Perl won't parse version numbers that contain
  anything other than digits and periods, so "-build" causes an error.  So we
  define $(VERSION_FOR_PERL) that drops everything from the hyphen onward.
  VERSION_FOR_PERL=`echo "$VERSION" | sed 's/-.*//'`
  AC_SUBST([VERSION_FOR_PERL])

The version name was 0.10.5pre1 without a "-". Therefore the version name
for perl results in a problem.

6 years agoUse a more reliable way of setting the initial state of PsppireDialogAction objects.
John Darrington [Fri, 2 Jun 2017 08:12:15 +0000 (10:12 +0200)]
Use a more reliable way of setting the initial state of PsppireDialogAction objects.

6 years agoFix bug where the Examine subdialogs appeared multiple times.
John Darrington [Fri, 2 Jun 2017 06:43:04 +0000 (08:43 +0200)]
Fix bug where the Examine subdialogs appeared multiple times.

6 years agoUpdate translations from translationproject.org
John Darrington [Wed, 31 May 2017 12:23:01 +0000 (14:23 +0200)]
Update translations from translationproject.org

6 years agoRemove duplicate accelerator from the one-way anova menuitem.
John Darrington [Tue, 23 May 2017 19:22:11 +0000 (21:22 +0200)]
Remove duplicate accelerator from the one-way anova menuitem.

Reported-by: Yuri Chornoivan
6 years agoUpdate version number to 0.10.5pre1, for translations.
Ben Pfaff [Sat, 20 May 2017 22:17:05 +0000 (15:17 -0700)]
Update version number to 0.10.5pre1, for translations.

6 years agoK Independent Samples Dialog: Fix compiler warnings.
John Darrington [Sat, 20 May 2017 18:54:06 +0000 (20:54 +0200)]
K Independent Samples Dialog: Fix compiler warnings.

6 years agoUpdated the Dutch translation from translationproject.org
John Darrington [Thu, 18 May 2017 16:25:32 +0000 (18:25 +0200)]
Updated the Dutch translation from translationproject.org

6 years agoRemove commented out code
John Darrington [Tue, 16 May 2017 12:00:55 +0000 (14:00 +0200)]
Remove commented out code

6 years agoFix potential crash if matrix file variables are of unexpected types
John Darrington [Tue, 16 May 2017 12:00:39 +0000 (14:00 +0200)]
Fix potential crash if matrix file variables are of unexpected types

6 years agoFix buffer overflow which could occur if the matrix reader encounters a badly formed...
John Darrington [Tue, 16 May 2017 10:53:35 +0000 (12:53 +0200)]
Fix buffer overflow which could occur if the matrix reader encounters a badly formed file.

6 years agoRemove unreachable code
John Darrington [Tue, 16 May 2017 10:54:03 +0000 (12:54 +0200)]
Remove unreachable code

6 years agomatrix-reader: Use strcpy() on char arrays, in next_matrix_from_reader().
Ben Pfaff [Tue, 16 May 2017 04:04:58 +0000 (21:04 -0700)]
matrix-reader: Use strcpy() on char arrays, in next_matrix_from_reader().

Fixes GCC warning "pointer targets in passing argument 1 of 'strcpy'
differ in signedness".

6 years agofactor: Fix return type of do_factor_by_matrix().
Ben Pfaff [Tue, 16 May 2017 04:00:56 +0000 (21:00 -0700)]
factor: Fix return type of do_factor_by_matrix().

This function had a "bool" return type but nothing used it.

Fixes GCC warning "'return' with no value, in function returning non-void".

Reported by Jeremy Lavergne.

6 years agoNew Dialog: Non Parametric | K Indepdendent Samples
John Darrington [Sat, 13 May 2017 17:26:17 +0000 (19:26 +0200)]
New Dialog: Non Parametric | K Indepdendent Samples

6 years agoPsppireValueEntry: Use a more reliable way to override parent property.
John Darrington [Mon, 15 May 2017 07:00:45 +0000 (09:00 +0200)]
PsppireValueEntry: Use a more reliable way to override parent property.

Setting the property in the _new function doesn't work if the object is constructed
via GtkBuilder for example.

6 years agoZip Reader: initialise error string earlier.
John Darrington [Sat, 13 May 2017 09:19:58 +0000 (11:19 +0200)]
Zip Reader: initialise error string earlier.

Fixed a bug which could have caused a crash if pspp were presented
with a corrupt zip file.

6 years agoFixed bug which caused a crash in GET DATA
John Darrington [Fri, 12 May 2017 15:03:06 +0000 (17:03 +0200)]
Fixed bug which caused a crash in GET DATA

6 years agoMEANS: Prevent parser from entering infinite loop.
John Darrington [Fri, 12 May 2017 10:25:55 +0000 (12:25 +0200)]
MEANS: Prevent parser from entering infinite loop.

Fixes bug #51008
.

6 years agosrc/math/linreg.c: Don't calculate the intercept for regression through the origin
John Darrington [Fri, 12 May 2017 09:35:09 +0000 (11:35 +0200)]
src/math/linreg.c: Don't calculate the intercept for regression through the origin

6 years agosrc/math/linreg.c: Encapsulate this object better.
John Darrington [Fri, 12 May 2017 06:36:56 +0000 (08:36 +0200)]
src/math/linreg.c: Encapsulate this object better.

6 years agoREGRESSION: Implement /ORIGIN subcommand.
John Darrington [Fri, 12 May 2017 05:42:55 +0000 (07:42 +0200)]
REGRESSION: Implement /ORIGIN subcommand.

7 years agoDESCRIPTIVES: Fix a bug where the parser could enter an infinite loop
John Darrington [Thu, 11 May 2017 14:38:11 +0000 (16:38 +0200)]
DESCRIPTIVES: Fix a bug where the parser could enter an infinite loop

7 years agoFACTOR: Don't try to perform analysis if there are no variables.
John Darrington [Thu, 11 May 2017 12:01:50 +0000 (14:01 +0200)]
FACTOR: Don't try to perform analysis if there are no variables.

7 years agoFACTOR: Do not try to run an analysis if no matrix is present
John Darrington [Thu, 11 May 2017 11:48:31 +0000 (13:48 +0200)]
FACTOR: Do not try to run an analysis if no matrix is present

7 years agoFACTOR: Fix a crash when bad input was presented
John Darrington [Thu, 11 May 2017 11:22:37 +0000 (13:22 +0200)]
FACTOR: Fix a crash when bad input was presented

7 years agoFACTOR: Make idata parameters const where they can be.
John Darrington [Thu, 11 May 2017 10:42:10 +0000 (12:42 +0200)]
FACTOR: Make idata parameters const where they can be.

7 years agoDATA MATRIX: Avoid crash on invalid input
John Darrington [Thu, 11 May 2017 08:40:51 +0000 (10:40 +0200)]
DATA MATRIX: Avoid crash on invalid input

7 years agoFix memory leaks in FACTOR/MATRIX
John Darrington [Wed, 10 May 2017 14:43:39 +0000 (16:43 +0200)]
Fix memory leaks in FACTOR/MATRIX

7 years agoRemove unused variable
John Darrington [Wed, 10 May 2017 10:59:11 +0000 (12:59 +0200)]
Remove unused variable

7 years agoFACTOR: Use consistent indexing when displaying matrices.
John Darrington [Wed, 10 May 2017 10:48:17 +0000 (12:48 +0200)]
FACTOR: Use consistent indexing when displaying matrices.

In any sane use case this will make no difference, since
all covariance and correlation matrices are symetrical.
However for correctness and ease of debugging this helps.

7 years agomatrix reader: Fix bug which incorrectly read in matrix material.
John Darrington [Wed, 10 May 2017 10:41:40 +0000 (12:41 +0200)]
matrix reader: Fix bug which incorrectly read in matrix material.

7 years agoMATRIX DATA: Allow non-symetric matrices if /FORMAT = FULL.
John Darrington [Wed, 10 May 2017 08:50:12 +0000 (10:50 +0200)]
MATRIX DATA: Allow non-symetric matrices if /FORMAT = FULL.

7 years agoMatrix reader, fix comment to reflect reality.
John Darrington [Wed, 10 May 2017 05:54:02 +0000 (07:54 +0200)]
Matrix reader, fix comment to reflect reality.

7 years agoMATRIX DATA: Cope with long variable names
John Darrington [Tue, 9 May 2017 14:41:08 +0000 (16:41 +0200)]
MATRIX DATA: Cope with long variable names

7 years agoFACTOR: Allow an option '=' after MATRIX
John Darrington [Tue, 9 May 2017 13:13:32 +0000 (15:13 +0200)]
FACTOR: Allow an option '=' after MATRIX

7 years agoREGRESSION: Allow independent variables to be specified on the ENTER subcommand.
John Darrington [Tue, 9 May 2017 07:46:29 +0000 (09:46 +0200)]
REGRESSION: Allow independent variables to be specified on the ENTER subcommand.

This is more typical of the syntax that third party software generates.

7 years agoFACTOR: Add printout of the covariance matrix and add a test
John Darrington [Thu, 4 May 2017 16:17:11 +0000 (18:17 +0200)]
FACTOR: Add printout of the covariance matrix and add a test

7 years agoFACTOR: New subcommand: MATRIX IN
John Darrington [Thu, 4 May 2017 15:31:37 +0000 (17:31 +0200)]
FACTOR: New subcommand: MATRIX IN

7 years agoNew function covariance_from_correlation
John Darrington [Thu, 4 May 2017 15:27:31 +0000 (17:27 +0200)]
New function covariance_from_correlation

7 years agoNew module matrix-reader
John Darrington [Thu, 4 May 2017 15:25:49 +0000 (17:25 +0200)]
New module matrix-reader

Added a new module to help read the files created by MATRIX DATA

7 years agoMATRIX DATA: Fix crash when duplicate variables are specified
John Darrington [Mon, 1 May 2017 19:02:22 +0000 (21:02 +0200)]
MATRIX DATA: Fix crash when duplicate variables are specified

7 years agoMATRIX DATA: Handle multiple splits properly
John Darrington [Mon, 1 May 2017 18:30:45 +0000 (20:30 +0200)]
MATRIX DATA: Handle multiple splits properly

7 years agoMATRIX DATA: Rewrite to canonical rowtype values
John Darrington [Sun, 30 Apr 2017 18:35:55 +0000 (20:35 +0200)]
MATRIX DATA: Rewrite to canonical rowtype values

7 years agoUpdated the French translation from translationproject.org
John Darrington [Sun, 30 Apr 2017 07:59:16 +0000 (09:59 +0200)]
Updated the French translation from translationproject.org

7 years agoAdded the MATRIX DATA procedure.
John Darrington [Wed, 26 Apr 2017 17:06:53 +0000 (19:06 +0200)]
Added the MATRIX DATA procedure.

7 years agoparse_DATA_LIST_vars: Reduce scope of variable 'name2'
John Darrington [Wed, 26 Apr 2017 12:47:10 +0000 (14:47 +0200)]
parse_DATA_LIST_vars: Reduce scope of variable 'name2'

7 years agoWhitespace changes only: Remove trailing whitespace
John Darrington [Sat, 22 Apr 2017 18:20:24 +0000 (20:20 +0200)]
Whitespace changes only: Remove trailing whitespace

7 years agoDo not allow value labels dialog to enter a label for an invalid value.
John Darrington [Wed, 19 Apr 2017 16:48:51 +0000 (18:48 +0200)]
Do not allow value labels dialog to enter a label for an invalid value.

Fixes bug #45429

7 years agoRemove inappropriate single selection-mode properties from dialog actions.
John Darrington [Tue, 18 Apr 2017 16:31:50 +0000 (18:31 +0200)]
Remove inappropriate single selection-mode properties from dialog actions.

Closes bug #50029

7 years agoDon't try to use TIOCGWINSZ if termios.h is not available.
John Darrington [Sun, 16 Apr 2017 12:18:29 +0000 (14:18 +0200)]
Don't try to use TIOCGWINSZ if termios.h is not available.

7 years agoFix grammatical error in NEWS
John Darrington [Tue, 28 Mar 2017 05:25:56 +0000 (07:25 +0200)]
Fix grammatical error in NEWS

7 years agotests: Do not delete testsuite on distclean.
Ben Pfaff [Sat, 15 Apr 2017 20:51:37 +0000 (13:51 -0700)]
tests: Do not delete testsuite on distclean.

The testsuite is distributed, so distclean must not delete it.

Thanks to Harry Thijssen <pspp4windows@gmail.com> for reporting the problem.

7 years agoEdit|Options: Add fields to change behaviour of output window.
John Darrington [Mon, 27 Mar 2017 17:30:28 +0000 (19:30 +0200)]
Edit|Options: Add fields to change behaviour of output window.

7 years agoNew menu: Edit|Options
John Darrington [Sat, 25 Mar 2017 21:47:27 +0000 (22:47 +0100)]
New menu: Edit|Options

Add a new menu to set global options.  Currently it only affects the display
of variables in Dictionary Views.

7 years agoHtml Driver: Fix bug when rendering small cells.
John Darrington [Fri, 24 Mar 2017 16:40:39 +0000 (17:40 +0100)]
Html Driver: Fix bug when rendering small cells.

This fix avoids a bug where the driver would enter a tight loop when rendering cells
with zero height or width.

7 years agoUpdated NEWS file.
John Darrington [Fri, 24 Mar 2017 10:38:58 +0000 (11:38 +0100)]
Updated NEWS file.