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.8.1-14-ge371c5


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.1-14-ge371c5d
Date: Sat, 28 Sep 2013 23:26: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  e371c5d3ef0199fa913884cb6847a361c37e0e80 (commit)
       via  61bf4a044aafdca09f4b2c363b6636d44e93d215 (commit)
      from  960d7a3b2d6748d78537572df211a47eb0709ed5 (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 e371c5d3ef0199fa913884cb6847a361c37e0e80
Author: Ben Pfaff <address@hidden>
Date:   Sat Sep 28 16:26:08 2013 -0700

    psppire-data-store: Don't try to parse strings as custom currency formats.
    
    Custom currency formats are not usable for input, only for output, but this
    code tried to use them for input if the format was changed to a custom
    currency format in the GUI.  This commit fixes the problem by using a
    DOLLAR format, instead, for parsing.
    
    Reported by Bastián Díaz <address@hidden>.

commit 61bf4a044aafdca09f4b2c363b6636d44e93d215
Author: Ben Pfaff <address@hidden>
Date:   Sat Sep 28 16:03:32 2013 -0700

    variable: Only notify variable width change if it really did change.
    
    This code was notifying a width change every time, even if the width did
    not really change, which is wasteful.  This had a side effect of revealing
    a bug in the GUI code which caused an assertion failure.  The bug still
    remains in the GUI code, though it is now slightly harder to trigger, and
    will be fixed separately in an upcoming commit.

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

Summary of changes:
 src/data/variable.c             |   10 +++++++---
 src/ui/gui/psppire-data-store.c |    5 ++++-
 2 files changed, 11 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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