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. v0.6.1-1985-g5d8f


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1985-g5d8fa2a
Date: Sat, 23 Apr 2011 05:29:27 +0000

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  5d8fa2ae8c6e7d890570585aedec66bd51630814 (commit)
       via  0d70eff1e5dcd89a73f09ce6bc999ccbec8234b5 (commit)
       via  3ffbc278e6bad8e4b83e28b5fda1a29d915e58c1 (commit)
      from  14b360304396965ef0ed26f639e5b07e2766d23e (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 5d8fa2ae8c6e7d890570585aedec66bd51630814
Author: Ben Pfaff <address@hidden>
Date:   Fri Apr 22 22:29:19 2011 -0700

    ascii: Print syntax in output single-spaced.
    
    When SET PRINTBACK=ON was in effect, the ASCII output driver would
    put a blank line between successive lines of syntax, because each line
    was output separately.  This commit fixes that, by causing the output
    core to combine successive syntax output items into a single item that
    contains multiple lines of text.  This was essentially what the HTML
    output driver was doing anyhow, so putting this into the core also
    allows removing the corresponding logic from the HTML driver.

commit 0d70eff1e5dcd89a73f09ce6bc999ccbec8234b5
Author: Ben Pfaff <address@hidden>
Date:   Fri Apr 22 22:10:04 2011 -0700

    ascii: Don't print command names in output.
    
    This seems to be closer to what users expect.
    
    I think that having the command names in output was being confused
    by users with SET PRINTBACK=ON (see e.g. bug #31561) even though I
    really just added that so that there are clear titles for the output
    that goes with each procedure.  This change should help, I think.
    
    It might make sense to make drivers only print the titles of
    procedures that have other output, but this commit doesn't do that.

commit 3ffbc278e6bad8e4b83e28b5fda1a29d915e58c1
Author: Ben Pfaff <address@hidden>
Date:   Fri Apr 22 22:07:52 2011 -0700

    odt: Write command name in output both only before command, not after.

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

Summary of changes:
 src/language/lexer/lexer.c          |    9 +++++-
 src/output/ascii.c                  |    1 +
 src/output/driver.c                 |   46 +++++++++++++++++++++++++++++++----
 src/output/html.c                   |   31 ++---------------------
 src/output/odt.c                    |    8 ++++--
 tests/language/stats/frequencies.at |   10 +-------
 tests/output/ascii.at               |   44 +++++++++++++++++++++++++++++++++
 tests/output/render.at              |    6 ----
 8 files changed, 102 insertions(+), 53 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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