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-384-gb0211


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-384-gb02111c
Date: Mon, 23 Feb 2009 04:31:35 +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  b02111c7f12e9b974d5b456ee2ce516a72673861 (commit)
       via  f1a02381223dd6d652c590e2a5514967b9448905 (commit)
       via  0b73a96649162980c523c316f512d677fdd1b6d9 (commit)
       via  23a109b05ec5e76c4f629338dcaafedbf1e8954b (commit)
       via  f270530ed94885138a726ca958612806681dc03e (commit)
      from  4398d3a1a881c6cafaeb0cbd11f56bd51d904c51 (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 b02111c7f12e9b974d5b456ee2ce516a72673861
Author: John Darrington <address@hidden>
Date:   Mon Feb 23 13:29:17 2009 +0900

    Set the filename on loading a new file

commit f1a02381223dd6d652c590e2a5514967b9448905
Author: John Darrington <address@hidden>
Date:   Mon Feb 23 12:09:13 2009 +0900

    Refactor code from psppire.c
    
    Instead of using custom code for loading files given
    on the command line, instead use code from psppire-data-window.c

commit 0b73a96649162980c523c316f512d677fdd1b6d9
Author: John Darrington <address@hidden>
Date:   Mon Feb 23 11:35:32 2009 +0900

    Unsaved indicator for data files.
    
    Add callback to dictionary and dataset.  Use these callbacks
    to set  a flag for the gui to indicate when a data file is
    saved or not saved.

commit 23a109b05ec5e76c4f629338dcaafedbf1e8954b
Author: John Darrington <address@hidden>
Date:   Mon Feb 23 08:43:23 2009 +0900

    Add a set_unsaved method.
    
    Added a psppire_window_set_unsaved method, which can be
    used to indicate that the contents of a window has been
    modified since it was last saved.
    Use this method for the syntax window.

commit f270530ed94885138a726ca958612806681dc03e
Author: John Darrington <address@hidden>
Date:   Mon Feb 23 07:27:48 2009 +0900

    Reorder sources list
    
    Try to keep them alphabetical.

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

Summary of changes:
 src/data/dictionary.c              |   25 ++++++++++++++-
 src/data/dictionary.h              |    5 +++
 src/data/procedure.c               |   33 +++++++++++++++++++
 src/data/procedure.h               |    2 +
 src/ui/gui/automake.mk             |   62 ++++++++++++++++++------------------
 src/ui/gui/psppire-data-window.c   |   34 ++++++++++++++++---
 src/ui/gui/psppire-data-window.h   |    1 +
 src/ui/gui/psppire-syntax-window.c |   10 ++++++
 src/ui/gui/psppire-window.c        |   26 +++++++++++---
 src/ui/gui/psppire-window.h        |    4 ++-
 src/ui/gui/psppire.c               |   42 +-----------------------
 11 files changed, 159 insertions(+), 85 deletions(-)


hooks/post-receive
--
GNU PSPP




reply via email to

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