[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1394-g511f
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1394-g511fa99 |
Date: |
Sat, 26 Jun 2010 19:56: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 511fa997d9324c4ab6536c604ec9e0461062e1fc (commit)
via de5d120929b699244e41c4cb712f023410a46df9 (commit)
via 86fcc54cf91e2811c0aed10acfc86fc911f01206 (commit)
from 7dbe34c72ee7084c3fbfc2d7c8a579cefa3d836b (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 511fa997d9324c4ab6536c604ec9e0461062e1fc
Author: Ben Pfaff <address@hidden>
Date: Tue Jun 22 22:36:57 2010 -0700
cairo: Remove support for printed headers.
The printed headers on each page do not very attractive, and the
information that they contain by default is not very useful. Because an
upcoming commit makes them harder to properly implement, simply remove
them for now.
With this commit, the cairo driver no longer prints titles and subtitles
at all. This needs to be fixed.
commit de5d120929b699244e41c4cb712f023410a46df9
Author: Ben Pfaff <address@hidden>
Date: Sat Jun 26 12:38:39 2010 -0700
gui: Fix spelling error in user-visible string.
commit 86fcc54cf91e2811c0aed10acfc86fc911f01206
Author: Ben Pfaff <address@hidden>
Date: Sat Jun 26 12:28:28 2010 -0700
output: Fix logic error in table_select_slice().
z1 is a row or column number, not a count of header rows or columns, so it
only makes sense to compare it against another row or column number, not
against a count of rows or columns.
-----------------------------------------------------------------------
Summary of changes:
doc/invoking.texi | 8 +---
src/output/cairo.c | 95 ++----------------------------------
src/output/table-select.c | 5 +-
src/ui/gui/psppire-output-window.c | 3 +-
tests/output/render-test.c | 1 -
5 files changed, 9 insertions(+), 103 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1394-g511fa99,
Ben Pfaff <=