[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-265-gc9d55
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-265-gc9d55af |
Date: |
Mon, 15 Dec 2008 10:50:28 +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 c9d55afdda746d7e8b39e5a117c1644debbb0c75 (commit)
via ffce2432a76f3ffbe2a19228d3b3d03613c3b4a3 (commit)
from fe95b5dcdb4808642094719019e2d7fed16b93ed (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 c9d55afdda746d7e8b39e5a117c1644debbb0c75
Author: John Darrington <address@hidden>
Date: Mon Dec 15 15:06:07 2008 +0900
Rename lib/gtksheet to lib/gtk-contrib
commit ffce2432a76f3ffbe2a19228d3b3d03613c3b4a3
Author: John Darrington <address@hidden>
Date: Mon Dec 15 14:30:41 2008 +0900
Created new directory src/ui/gui/sheet
Moved files from lib/gtksheet to src/ui/gui/sheet except those whose
copyright is not FSF owned.
-----------------------------------------------------------------------
Summary of changes:
lib/automake.mk | 2 +-
lib/{gtksheet => gtk-contrib}/COPYING.LESSER | 0
lib/{gtksheet => gtk-contrib}/OChangeLog | 0
lib/{gtksheet => gtk-contrib}/README | 0
lib/gtk-contrib/automake.mk | 16 +++++++++++++
lib/{gtksheet => gtk-contrib}/gtkextra-sheet.h | 0
lib/{gtksheet => gtk-contrib}/gtkxpaned.c | 0
lib/{gtksheet => gtk-contrib}/gtkxpaned.h | 0
lib/{gtksheet => gtk-contrib}/psppire-sheet.c | 2 +-
lib/{gtksheet => gtk-contrib}/psppire-sheet.h | 4 +-
lib/gtksheet/automake.mk | 23 --------------------
src/ui/gui/automake.mk | 5 +++-
src/ui/gui/psppire-data-editor.c | 6 ++--
src/ui/gui/psppire-data-editor.h | 2 +-
src/ui/gui/psppire-data-store.c | 2 +-
src/ui/gui/psppire-var-sheet.c | 2 +-
src/ui/gui/psppire-var-sheet.h | 2 +-
src/ui/gui/psppire-var-store.c | 2 +-
src/ui/gui/sheet/automake.mk | 14 ++++++++++++
.../ui/gui/sheet}/psppire-axis-impl.c | 0
.../ui/gui/sheet}/psppire-axis-impl.h | 0
{lib/gtksheet => src/ui/gui/sheet}/psppire-axis.c | 0
{lib/gtksheet => src/ui/gui/sheet}/psppire-axis.h | 0
.../ui/gui/sheet}/psppire-sheetmodel.c | 0
.../ui/gui/sheet}/psppire-sheetmodel.h | 2 +-
src/ui/gui/text-data-import-dialog.c | 2 +-
26 files changed, 48 insertions(+), 38 deletions(-)
rename lib/{gtksheet => gtk-contrib}/COPYING.LESSER (100%)
rename lib/{gtksheet => gtk-contrib}/OChangeLog (100%)
rename lib/{gtksheet => gtk-contrib}/README (100%)
create mode 100644 lib/gtk-contrib/automake.mk
rename lib/{gtksheet => gtk-contrib}/gtkextra-sheet.h (100%)
rename lib/{gtksheet => gtk-contrib}/gtkxpaned.c (100%)
rename lib/{gtksheet => gtk-contrib}/gtkxpaned.h (100%)
rename lib/{gtksheet => gtk-contrib}/psppire-sheet.c (99%)
rename lib/{gtksheet => gtk-contrib}/psppire-sheet.h (99%)
delete mode 100644 lib/gtksheet/automake.mk
create mode 100644 src/ui/gui/sheet/automake.mk
rename {lib/gtksheet => src/ui/gui/sheet}/psppire-axis-impl.c (100%)
rename {lib/gtksheet => src/ui/gui/sheet}/psppire-axis-impl.h (100%)
rename {lib/gtksheet => src/ui/gui/sheet}/psppire-axis.c (100%)
rename {lib/gtksheet => src/ui/gui/sheet}/psppire-axis.h (100%)
rename {lib/gtksheet => src/ui/gui/sheet}/psppire-sheetmodel.c (100%)
rename {lib/gtksheet => src/ui/gui/sheet}/psppire-sheetmodel.h (99%)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-265-gc9d55af,
John Darrington <=