pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, stable, updated. v0.6.1-56-gf5d9f9


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, stable, updated. v0.6.1-56-gf5d9f99
Date: Thu, 24 Sep 2009 02:45:58 +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, stable has been updated
       via  f5d9f9911bd04682a7edfb48521a12202e561e0a (commit)
      from  46a7a7b189e2df740043496c16d9f7c665b7a828 (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 f5d9f9911bd04682a7edfb48521a12202e561e0a
Author: Ben Pfaff <address@hidden>
Date:   Wed Sep 23 19:45:56 2009 -0700

    Make GtkItemEntry compatible with GTK+ 2.17.4 and later.
    
    GTK+ 2.17.4 breaks GtkEntry's buffer into a separate class named
    GtkEntryBuffer and eliminates the associated members from GtkEntry.
    The GtkItemEntry code in lib/gtksheet attempted to use some of those
    members directly, which no longer works, so this commit changes that
    code to use public function interfaces instead.  Some of these public
    function interfaces were introduced in GTK+ 2.17.4, so those pieces
    are conditionalized on the version of GTK+ detected at build time.
    
    This commit makes PSPPIRE compiled with GTK+ before 2.17.4 work properly
    only when used with GTK+ before 2.17.4, and similarly when PSPPIRE is
    compiled with GTK+ 2.17.4 or later.  There may be a way to avoid that, but
    it is not entirely obvious.
    
    With feedback from John Darrington.

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

Summary of changes:
 lib/gtksheet/gtkitementry.c |  134 ++++++++++++++++++++++++++++++++++--------
 1 files changed, 108 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
GNU PSPP




reply via email to

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