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-1974-gac5f


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1974-gac5fc2c
Date: Sat, 16 Apr 2011 05:49:28 +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  ac5fc2c85d86f1a14cdea0a215666ab39b44a1dc (commit)
       via  02c2f23a15c9d7b47d17eaf6aeda216120da5374 (commit)
      from  1647299dd3bd2679933d4fd790b4e2a1c6305fb5 (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 ac5fc2c85d86f1a14cdea0a215666ab39b44a1dc
Author: Ben Pfaff <address@hidden>
Date:   Fri Apr 15 22:49:00 2011 -0700

    table-casereader: Put space between columns.
    
    When table_casereaders are pasted together next to each other, there
    should normally be a little bit of space between neighboring columns,
    instead of having them directly abutting.  This makes the output of
    LIST, for example, much more readable.
    
    Without this commit, LIST output for three variables named x, y, and
    z, all with F1.0 format, looks something like this:
    
    xyz
    ---
    111
    222
    311
    412
    521
    612
    711
    811
    912
    
    With this commit, it looks like this:
    
    x y z
    -----
    1 1 1
    2 2 2
    3 1 1
    4 1 2
    5 2 1
    6 1 2
    7 1 1
    8 1 1
    9 1 2

commit 02c2f23a15c9d7b47d17eaf6aeda216120da5374
Author: Ben Pfaff <address@hidden>
Date:   Fri Apr 15 22:26:43 2011 -0700

    render: Fix rendering of TAL_GAP rules.
    
    A rule that is set to TAL_GAP is supposed to have the same width or
    height as a rule of type TAL_1, but without drawing the line.  That
    is, it is supposed to be a small blank space between rows or columns.
    
    Unfortunately, TAL_GAP was not implemented properly in the rendering
    code.  It was treated just like TAL_0, which meant that it was ignored
    and no gap appeared.
    
    This commit implements TAL_GAP, fixing the problem.

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

Summary of changes:
 src/output/render.c           |   13 +++++++------
 src/output/table-casereader.c |    5 ++++-
 tests/output/render.at        |   37 ++++++++++++++++++++++++++++++++++---
 3 files changed, 45 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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