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.1-61-g4f8462


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-61-g4f8462c
Date: Sat, 3 Oct 2020 01:38:17 -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  4f8462c882f28fed5345be2dab9d2cc73cd0b2da (commit)
       via  f814726c9e2aecebf9f7da423f6990263b3dedf9 (commit)
       via  f8504efd479510c47be6dc2992e06e537b1649e4 (commit)
       via  df43975b759384a68a14a5881feb4673e952587d (commit)
       via  16c9b320ee7d2d5e57ad15bae865ba603005ef9f (commit)
       via  167cdfb2f66918c0b3211994e0489f32ed5f3516 (commit)
       via  58e220278b46ff67f3790be344d006cb3f8757fc (commit)
      from  e50dabd2879fa0134bd726412c4229bdaf441c1a (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 4f8462c882f28fed5345be2dab9d2cc73cd0b2da
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Oct 3 07:37:26 2020 +0200

    Remove width specifications from range strings (eg %3d-%3d)
    
    src/language/data-io/data-parser.c: Change %3d to %d
    src/language/data-io/print.c: ditto
    
    Having these width specifications resulted in an ugly space after
    the dash.  Removing them means the the output is more aesthetically
    pleasing in my opinion.

commit f814726c9e2aecebf9f7da423f6990263b3dedf9
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Oct 3 07:34:10 2020 +0200

    src/ui/gui/psppire-text-file.c (read_lines): Use const int instead of enum

commit f8504efd479510c47be6dc2992e06e537b1649e4
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Oct 3 07:31:36 2020 +0200

    Update translations from translationproject.org

commit df43975b759384a68a14a5881feb4673e952587d
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Oct 3 07:24:16 2020 +0200

    Fix broken ./configure --without-gui (again)

commit 16c9b320ee7d2d5e57ad15bae865ba603005ef9f
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Oct 3 07:18:47 2020 +0200

    Ensure that data sheet and variable sheets can be constructed via 
GtkBuilder.
    
    This change removes the reliance of the _new functions on setting
    necessary properties.  Otherwise these objects do not get set
    when constructed by GtkBuilder.

commit 167cdfb2f66918c0b3211994e0489f32ed5f3516
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Oct 3 07:10:42 2020 +0200

    Add remaining custom psppire widgets to our glade tools

commit 58e220278b46ff67f3790be344d006cb3f8757fc
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Oct 3 07:07:00 2020 +0200

    src/ui/gui/t-test.ui: Remove deprecated properties

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

Summary of changes:
 Makefile.am                            |    2 +-
 configure.ac                           |    2 +-
 doc/automake.mk                        |    9 +
 po/ca.po                               | 6301 +++++++++++++++++--------------
 po/de.po                               | 6141 +++++++++++++++++--------------
 po/es.po                               | 6318 ++++++++++++++++++--------------
 po/lt.po                               | 2793 +++++++-------
 po/nl.po                               | 3299 +++++++++--------
 src/language/data-io/data-parser.c     |    2 +-
 src/language/data-io/print.c           |    2 +-
 src/ui/automake.mk                     |    2 -
 src/ui/gui/automake.mk                 |   27 +-
 src/ui/gui/dummy.c                     |   17 +
 src/ui/gui/icons/automake.mk           |    2 +-
 src/ui/gui/psppire-data-sheet.c        |   32 +-
 src/ui/gui/psppire-text-file.c         |    4 +-
 src/ui/gui/psppire-variable-sheet.c    |   44 +-
 src/ui/gui/t-test.ui                   |   29 +-
 tests/language/data-io/data-reader.at  |    8 +-
 tests/language/data-io/dataset.at      |    4 +-
 tests/language/data-io/list.at         |    8 +-
 tests/language/dictionary/weight.at    |    4 +-
 tests/language/expressions/evaluate.at |    2 +-
 tests/language/stats/autorecode.at     |    8 +-
 tests/language/stats/crosstabs.at      |   12 +-
 tests/language/stats/descriptives.at   |   34 +-
 tests/language/utilities/title.at      |    4 +-
 tests/language/xforms/compute.at       |    2 +-
 tests/language/xforms/count.at         |    4 +-
 29 files changed, 13984 insertions(+), 11132 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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