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.4.1-337-g67277


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-337-g672776c
Date: Mon, 25 Jan 2021 00:10:54 -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  672776c201a00e1a667d37a957e7d2211300d48a (commit)
      from  507ebaea36737618ef8265a60cd3e9005d9f3457 (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 672776c201a00e1a667d37a957e7d2211300d48a
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sun Jan 24 21:09:08 2021 -0800

    output: Replace OUTPUT_ITEM_PAGE_SETUP by a new driver function.
    
    OUTPUT_ITEM_PAGE_SETUP was a special case that only the Cairo and SPV
    drivers could implement, and it could only come first in the output stream
    anyway, so it didn't make much sense.  This commit gets rid of it in favor
    of adding a new driver class function for setting the page setup.

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

Summary of changes:
 src/output/ascii.c           |  1 -
 src/output/cairo-fsm.c       |  4 ----
 src/output/cairo.c           | 17 ++++++++++-------
 src/output/csv.c             |  3 ---
 src/output/driver-provider.h |  5 +++++
 src/output/driver.c          | 15 ++++++++++++++-
 src/output/driver.h          |  3 +++
 src/output/html.c            |  3 ---
 src/output/journal.c         |  1 -
 src/output/odt.c             |  3 ---
 src/output/output-item.c     | 29 -----------------------------
 src/output/output-item.h     |  7 -------
 src/output/select.c          |  3 ---
 src/output/spv-driver.c      | 16 +++++++++++++---
 src/output/spv/spv-writer.c  | 13 ++++++++-----
 src/output/spv/spv-writer.h  |  3 +++
 src/output/tex.c             |  3 ---
 utilities/pspp-output.c      |  2 +-
 18 files changed, 57 insertions(+), 74 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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