pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v2.0.0-pre1-72-gd


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v2.0.0-pre1-72-gd2ae5e635
Date: Tue, 31 Oct 2023 23:04:33 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The branch, master has been updated
       via  d2ae5e635da62ff2819f2be62eae50da76997a0f (commit)
      from  53a4da1f0627ebcb0a63d914a2e65fc42b949ba3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d2ae5e635da62ff2819f2be62eae50da76997a0f
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat Oct 7 14:31:50 2023 -0700

    Enable journaling by default and add GUI feature for configuring it.

-----------------------------------------------------------------------

Summary of changes:
 NEWS                               |   3 +
 doc/utilities.texi                 |  22 +-
 src/data/file-name.c               |  34 +++
 src/data/file-name.h               |   1 +
 src/language/commands/set.c        |  37 +--
 src/output/driver-provider.h       |   2 +
 src/output/driver.c                |  15 ++
 src/output/journal.c               | 162 +++++++-----
 src/output/journal.h               |   2 +-
 src/ui/gui/main.c                  |  13 +-
 src/ui/gui/options-dialog.c        | 140 +++++++++--
 src/ui/gui/options-dialog.h        |  11 +
 src/ui/gui/options.ui              | 494 +++++++++++++++++++++++--------------
 src/ui/gui/psppire-conf.c          | 147 ++++++-----
 src/ui/gui/psppire-conf.h          |  47 ++--
 src/ui/gui/psppire-data-editor.c   |  10 +-
 src/ui/gui/psppire-dictview.c      |   8 +-
 src/ui/gui/psppire-output-window.c |  12 +-
 src/ui/gui/psppire-window-base.c   |   9 +-
 src/ui/gui/psppire.c               |   3 +-
 src/ui/terminal/terminal-reader.c  |   2 +-
 tests/automake.mk                  |   1 +
 tests/output/journal.at            |  49 ++++
 tests/testsuite.in                 |  19 +-
 tests/ui/terminal/main.at          |  17 +-
 25 files changed, 812 insertions(+), 448 deletions(-)
 create mode 100644 tests/output/journal.at


hooks/post-receive
-- 
GNU PSPP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]