[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, rewrite-sheet, updated. v0.6.1-165
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, rewrite-sheet, updated. v0.6.1-165-g2d388b9 |
Date: |
Thu, 27 Nov 2008 10:52:19 +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, rewrite-sheet has been updated
via 2d388b9afb68cf5786d571c5e2dee7a6e10fe602 (commit)
via ad1c79cd51b7ca9d0ad51d80ff916fa48ee5e893 (commit)
via 5eabbd1a129cd18e0dcd5a077b187ea9c5a8a917 (commit)
via 176d797337156a8affdcacfb1dddf8a4de8c5545 (commit)
via e3ed16d6f22eb58d277af46b3c77993920faa0dc (commit)
from 889d227953626cc1c5d24800861aa6fc5ccd0580 (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 2d388b9afb68cf5786d571c5e2dee7a6e10fe602
Author: John Darrington <address@hidden>
Date: Thu Nov 27 19:51:03 2008 +0900
Use BUILT_SOURCES to ensure that marshallers get built
commit ad1c79cd51b7ca9d0ad51d80ff916fa48ee5e893
Merge: 5eabbd1a129cd18e0dcd5a077b187ea9c5a8a917
889d227953626cc1c5d24800861aa6fc5ccd0580
Author: John Darrington <address@hidden>
Date: Thu Nov 27 18:16:20 2008 +0900
Merge branch 'rewrite-sheet' of ssh://address@hidden/srv/git/pspp into
rewrite-sheet
commit 5eabbd1a129cd18e0dcd5a077b187ea9c5a8a917
Author: John Darrington <address@hidden>
Date: Wed Nov 26 22:10:33 2008 +0900
Added extra include path necessary when building outside the source dir
commit 176d797337156a8affdcacfb1dddf8a4de8c5545
Author: John Darrington <address@hidden>
Date: Wed Nov 26 21:31:52 2008 +0900
Generate marshaller functions instead of using prebuilt ones.
Use the glib-genmarshal program (distributed with glib) to
build the marshaller functions that came with gtkxpaned and
gtksheet.
commit e3ed16d6f22eb58d277af46b3c77993920faa0dc
Author: John Darrington <address@hidden>
Date: Wed Nov 26 19:16:20 2008 +0900
Remove obscure pango_font_description munging which caused criticals
-----------------------------------------------------------------------
Summary of changes:
lib/gtksheet/automake.mk | 22 +-
lib/gtksheet/gsheetmodel.c | 12 +-
lib/gtksheet/gtkextra-marshal.c | 893 ---------------------------------------
lib/gtksheet/gtkextra-marshal.h | 208 ---------
lib/gtksheet/gtkmarshalers.c | 137 ------
lib/gtksheet/gtkmarshalers.h | 63 ---
lib/gtksheet/gtksheet.c | 26 +-
lib/gtksheet/gtkxpaned.c | 14 +-
lib/gtksheet/marshaller-list | 11 +
src/ui/gui/psppire-case-file.c | 4 +-
src/ui/gui/psppire-dict.c | 4 +-
11 files changed, 52 insertions(+), 1342 deletions(-)
delete mode 100644 lib/gtksheet/gtkextra-marshal.c
delete mode 100644 lib/gtksheet/gtkextra-marshal.h
delete mode 100644 lib/gtksheet/gtkmarshalers.c
delete mode 100644 lib/gtksheet/gtkmarshalers.h
create mode 100644 lib/gtksheet/marshaller-list
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, rewrite-sheet, updated. v0.6.1-165-g2d388b9,
John Darrington <=