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-2070-g5592


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2070-g5592ebf
Date: Fri, 13 May 2011 04:08:02 +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  5592ebfc98cd6ca4285abf0771c877e3deb00ec8 (commit)
       via  380110cc2fc8ee8511c2c4a1b3ee1da8a70cdb18 (commit)
       via  b6ff9071cb7359e7d6b06ee01064116117876c16 (commit)
       via  21563eaa0213cd007c660324f0364327d362cd78 (commit)
       via  d4f47df26ff4087c7a75567a9843720d1aede5b0 (commit)
       via  2a1131829704f7ceec7fa856f34e9d2001961a43 (commit)
      from  6d2c2fbd4f919bf95debfcafe7e842c2be0b3db6 (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 5592ebfc98cd6ca4285abf0771c877e3deb00ec8
Author: Ben Pfaff <address@hidden>
Date:   Wed May 11 22:36:45 2011 -0700

    gui: Make File|Recent Files remember the correct encoding.
    
    It's no good to have File|Open... able to open a file in any encoding
    if later pulling up the same file with File|Recent Files screws that
    up, so this commit fixes the problem by noting the charset in the
    file's mime-type.

commit 380110cc2fc8ee8511c2c4a1b3ee1da8a70cdb18
Author: Ben Pfaff <address@hidden>
Date:   Thu May 12 21:07:12 2011 -0700

    gui: Recode syntax files on load and save.
    
    This adds a new widget that allows an encoding to be selected to the
    File|Open dialog box, as well as to the File|Save As... dialog box
    for syntax files only.  Files are recoded to UTF-8 on load and back
    to the original encoding on save.
    
    File|Recent Files doesn't yet properly save the encoding information.
    That's coming up in the next commit.
    
    Bug #33254.
    Thanks to John Darrington for reporting this problem.

commit b6ff9071cb7359e7d6b06ee01064116117876c16
Author: Ben Pfaff <address@hidden>
Date:   Wed May 11 22:38:57 2011 -0700

    gui: Refactor checking for .sav and .por suffixes.
    
    It seems reasonable to allow, e.g., .Sav as well as .SAV and .sav, so
    this does that.  It also splits name_has_suffix() into smaller
    pieces that will individually be used in an upcoming commit.

commit 21563eaa0213cd007c660324f0364327d362cd78
Author: Ben Pfaff <address@hidden>
Date:   Wed May 11 22:27:00 2011 -0700

    gui: Move null_if_empty_param() from psppire-window to helper.
    
    An upcoming commit will introduce a new user of this function in a
    different source file, so it seems best to have this defined in a
    common header file.

commit d4f47df26ff4087c7a75567a9843720d1aede5b0
Author: Ben Pfaff <address@hidden>
Date:   Wed May 11 22:25:35 2011 -0700

    i18n: New function is_encoding_supported().
    
    This will be used for the first time in an upcoming commit.

commit 2a1131829704f7ceec7fa856f34e9d2001961a43
Author: Ben Pfaff <address@hidden>
Date:   Wed May 11 22:24:59 2011 -0700

    encoding-guesser: New function encoding_guess_whole_file().
    
    This will be used for the first time in an upcoming commit.

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

Summary of changes:
 Smake                                              |    1 +
 src/libpspp/encoding-guesser.c                     |   27 ++
 src/libpspp/encoding-guesser.h                     |    4 +
 src/libpspp/i18n.c                                 |   33 ++-
 src/libpspp/i18n.h                                 |    1 +
 src/ui/gui/automake.mk                             |    2 +
 src/ui/gui/helper.c                                |    2 +-
 src/ui/gui/helper.h                                |   16 ++-
 src/ui/gui/psppire-data-window.c                   |  105 ++++++--
 src/ui/gui/psppire-encoding-selector.c             |  255 ++++++++++++++++++++
 ...{entry-dialog.h => psppire-encoding-selector.h} |   15 +-
 src/ui/gui/psppire-syntax-window.c                 |  139 +++++++++--
 src/ui/gui/psppire-syntax-window.h                 |    8 +-
 src/ui/gui/psppire-window.c                        |   52 +++--
 src/ui/gui/psppire-window.h                        |    1 +
 15 files changed, 577 insertions(+), 84 deletions(-)
 create mode 100644 src/ui/gui/psppire-encoding-selector.c
 copy src/ui/gui/{entry-dialog.h => psppire-encoding-selector.h} (65%)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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