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. v1.4.0-55-gff72de


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.0-55-gff72dea
Date: Sun, 30 Aug 2020 01:49:40 -0400 (EDT)

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  ff72dea565ea406e17beccc051d50e40e9294b08 (commit)
       via  952bce971f10482c5f2fdc64582f48aea1238f27 (commit)
       via  de9224fa85f92104116c10d65e1e12ecf2b043b9 (commit)
       via  9f92b0dbcfc39372d82e8defa58a2046ff83c962 (commit)
      from  1fb80b7279687d4181e3786bb3acc1879cb8d16f (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 ff72dea565ea406e17beccc051d50e40e9294b08
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sun Aug 30 07:48:26 2020 +0200

    Prefer GTK+ style casts rather than C-style casts.

commit 952bce971f10482c5f2fdc64582f48aea1238f27
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sun Aug 30 07:46:03 2020 +0200

    Replace '(GObjectClass*) class' with 'G_OBJECT_CLASS(class)'

commit de9224fa85f92104116c10d65e1e12ecf2b043b9
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sun Aug 30 07:45:01 2020 +0200

    Remove _base_init functions from custom widget definitions.
    
    These served no purpose, and are in Gtk+ only for reasons of
    legacy so far as I can make out.   Also use G_TYPE_DEFINE macros
    instead of explicit *_get_type function definitions.

commit 9f92b0dbcfc39372d82e8defa58a2046ff83c962
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sun Aug 30 07:43:32 2020 +0200

    INSTALL: Remove reference to --with-gui-tools which no longer exists

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

Summary of changes:
 INSTALL                                |  4 ---
 src/ui/gui/psppire-conf.c              |  2 +-
 src/ui/gui/psppire-data-editor.c       |  4 +--
 src/ui/gui/psppire-data-store.c        |  2 +-
 src/ui/gui/psppire-delimited-text.c    |  2 +-
 src/ui/gui/psppire-dialog.c            | 41 +++-------------------
 src/ui/gui/psppire-dialog.h            |  3 --
 src/ui/gui/psppire-dictview.c          | 52 ++-------------------------
 src/ui/gui/psppire-keypad.c            |  2 +-
 src/ui/gui/psppire-keypad.h            |  4 +--
 src/ui/gui/psppire-means-layer.c       |  2 +-
 src/ui/gui/psppire-scanf.c             |  2 +-
 src/ui/gui/psppire-spreadsheet-model.c |  3 +-
 src/ui/gui/psppire-syntax-window.c     | 62 +++-----------------------------
 src/ui/gui/psppire-text-file.c         |  2 +-
 src/ui/gui/psppire-val-chooser.c       | 52 ++-------------------------
 src/ui/gui/psppire-var-view.c          | 64 +++-------------------------------
 src/ui/gui/psppire-window-base.c       |  1 -
 src/ui/gui/psppire-window-register.c   |  2 +-
 src/ui/gui/psppire-window.c            | 45 ++----------------------
 20 files changed, 34 insertions(+), 317 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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