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. v1.2.0-70-ga35391


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-70-ga353919
Date: Tue, 25 Dec 2018 16:21:42 -0500 (EST)

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  a353919df75c25331144602421353a856f4236d6 (commit)
       via  b561da06cecf48556e94b4e033bd749eeba3bef7 (commit)
       via  32749de74f8ca6607f44862be2492b3c75cffdbd (commit)
       via  6706543a7b6222b4ce0802e898d48cdb581af7c5 (commit)
      from  5d626fa11b736925983b615d4e3fba000a0ce75b (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 a353919df75c25331144602421353a856f4236d6
Author: Ben Pfaff <address@hidden>
Date:   Mon Dec 24 20:54:44 2018 -0800

    output: Introduce group_item in place of TEXT_ITEM_COMMAND_OPEN and CLOSE.
    
    This allows groups to be nested.

commit b561da06cecf48556e94b4e033bd749eeba3bef7
Author: Ben Pfaff <address@hidden>
Date:   Thu Nov 29 21:26:35 2018 -0800

    text-item: Merge "title" and "subtitle" items into a new "page title".
    
    This better matches SPSS behavior.

commit 32749de74f8ca6607f44862be2492b3c75cffdbd
Author: Ben Pfaff <address@hidden>
Date:   Sat Dec 1 15:38:57 2018 -0800

    cairo: New macros XR_LINE_WIDTH and XR_LINE_SPACE.
    
    This makes the code a little easier to read in places.

commit 6706543a7b6222b4ce0802e898d48cdb581af7c5
Author: Ben Pfaff <address@hidden>
Date:   Sun Nov 25 16:58:02 2018 -0800

    driver: New function output_driver_parse_option().
    
    This moves this function out of terminal-opts.c so that other code can use
    it too.

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

Summary of changes:
 src/language/command.c                  |   7 +-
 src/language/utilities/title.c          |  33 +++----
 src/libpspp/message.c                   |  10 +-
 src/libpspp/message.h                   |   3 +-
 src/output/ascii.c                      |  10 +-
 src/output/automake.mk                  |   2 +
 src/output/cairo.c                      |  43 ++++-----
 src/output/csv.c                        |  35 +------
 src/output/driver.c                     | 130 +++++++++++++++++++++-----
 src/output/driver.h                     |   9 ++
 src/output/group-item.c                 |  92 +++++++++++++++++++
 src/output/group-item.h                 | 156 ++++++++++++++++++++++++++++++++
 src/output/html.c                       |  21 +----
 src/output/journal.c                    |   3 +-
 src/output/message-item.c               |   2 -
 src/output/message-item.h               |   1 -
 src/output/msglog.c                     |   3 +-
 src/output/odt.c                        |  10 +-
 src/output/text-item.h                  |  11 +--
 src/ui/gui/psppire-output-view.c        |  19 ++--
 src/ui/gui/psppire.c                    |   1 +
 src/ui/terminal/main.c                  |   2 +
 src/ui/terminal/terminal-opts.c         |  27 +-----
 tests/language/data-io/data-reader.at   |   2 -
 tests/language/data-io/inpt-pgm.at      |   2 +-
 tests/language/dictionary/split-file.at |   4 +-
 tests/language/stats/descriptives.at    |   4 +-
 tests/language/xforms/count.at          |   2 -
 28 files changed, 436 insertions(+), 208 deletions(-)
 create mode 100644 src/output/group-item.c
 create mode 100644 src/output/group-item.h


hooks/post-receive
-- 
GNU PSPP



reply via email to

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