commit 7842204ae7cc0cafa1c810d0a9282dbd4e1fd072
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Fri Mar 9 12:43:17 2012 +0100

    fix conflict with gnome-python2-canvas and gnome-python2-gnome
    https://github.com/mate-desktop/python-mate/issues/1

 mate/Makefile.am       |    2 +-
 matecanvas/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 65c155e844a80b0c617b4fe9985c90254df6d400
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sun Dec 11 15:06:04 2011 +0100

    updated distro/ versions

 distro/archlinux/PKGBUILD |    2 +-
 distro/ubuntu/build       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit acc4774bffcc03c57dc425aca7337b5b6bc6d25d
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sun Dec 11 15:05:31 2011 +0100

    added autogen.sh, updated version

 INSTALL                   |  302 -
 Makefile.in               |  891 ---
 aclocal.m4                | 9748 --------------------------
 autogen.sh                |   25 +
 config.guess              | 1501 ----
 config.h.in               |   86 -
 config.sub                | 1705 -----
 configure                 |16958 ---------------------------------------------
 configure.ac              |   26 +-
 depcomp                   |  630 --
 docs/matevfs/Makefile.in  |  502 --
 install-sh                |  520 --
 mate/Makefile.in          |  740 --
 matecanvas/Makefile.in    |  651 --
 matecomponent/Makefile.in |  834 ---
 mateconf/Makefile.in      |  713 --
 matevfs/Makefile.in       |  849 ---
 missing                   |  376 -
 tests/Makefile.in         |  433 --
 19 files changed, 38 insertions(+), 37452 deletions(-)

commit cc12cee060fb9e16bdeadc4e28cbd0db82e11bb5
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sun Dec 11 12:44:27 2011 +0100

    moved from mate-extra

 AUTHORS                                            |    3 +
 COPYING                                            |  481 +
 ChangeLog                                          | 3194 ++++
 ChangeLog.pre-2-0                                  | 1286 ++
 INSTALL                                            |  302 +
 INSTALL.WAF                                        |   11 +
 Makefile.am                                        |   77 +
 Makefile.in                                        |  891 +
 NEWS                                               |  485 +
 PKG-INFO.in                                        |   22 +
 README                                             |    7 +
 acinclude.m4                                       |  148 +
 aclocal.m4                                         | 9748 +++++++++++
 config.guess                                       | 1501 ++
 config.h.in                                        |   86 +
 config.sub                                         | 1705 ++
 configure                                          |16958 ++++++++++++++++++++
 configure.ac                                       |  392 +
 depcomp                                            |  630 +
 distro/archlinux/PKGBUILD                          |   38 +
 distro/ubuntu/build                                |   36 +
 docs/Makefile.am                                   |    8 +
 docs/Makefile.in                                   |  620 +
 docs/common.xsl                                    |   65 +
 docs/devhelp.xsl                                   |  154 +
 docs/html.xsl                                      |  288 +
 docs/matevfs/Makefile.am                           |   20 +
 docs/matevfs/Makefile.in                           |  502 +
 docs/matevfs/html/class-matevfs-context.html       |    5 +
 .../html/class-matevfs-directoryhandle.html        |    4 +
 docs/matevfs/html/class-matevfs-drive.html         |   33 +
 docs/matevfs/html/class-matevfs-fileinfo.html      |    2 +
 docs/matevfs/html/class-matevfs-handle.html        |   18 +
 docs/matevfs/html/class-matevfs-uri.html           |   16 +
 docs/matevfs/html/class-matevfs-volume.html        |   37 +
 docs/matevfs/html/index.html                       |    1 +
 docs/matevfs/html/index.sgml                       |    9 +
 docs/matevfs/html/matevfs-class-reference.html     |    1 +
 docs/matevfs/html/matevfs-constants.html           |   11 +
 docs/matevfs/html/matevfs-functions.html           |   37 +
 docs/matevfs/html/pymatevfs.devhelp                |   99 +
 docs/matevfs/matevfs-classes.xml                   |   37 +
 docs/matevfs/matevfs-constants.xml                 |  348 +
 docs/matevfs/matevfs-context.xml                   |   74 +
 docs/matevfs/matevfs-directoryhandle.xml           |   79 +
 docs/matevfs/matevfs-drive.xml                     |  359 +
 docs/matevfs/matevfs-fileinfo.xml                  |  121 +
 docs/matevfs/matevfs-functions.xml                 |  667 +
 docs/matevfs/matevfs-handle.xml                    |  219 +
 docs/matevfs/matevfs-uri.xml                       |  300 +
 docs/matevfs/matevfs-volume.xml                    |  362 +
 docs/matevfs/wscript                               |   40 +
 docs/pdf-style.xsl                                 |   11 +
 docs/pdf.xsl                                       |  259 +
 docs/pygtk-ref-docs.make                           |   75 +
 docs/ref-html-style.xsl                            |   22 +
 docs/tut-html-style.xsl                            |   11 +
 examples/bug-buddy-integration.py                  |   26 +
 examples/canvas/canvas-curve.py                    |  178 +
 examples/canvas/canvas-example.py                  |  155 +
 examples/matecomponent/echo/README                 |    8 +
 examples/matecomponent/echo/echo-client.py         |    8 +
 .../matecomponent/matecomponent-application.py     |   75 +
 .../matecomponentui/MateComponent_Sample_Hello.xml |   61 +
 examples/matecomponent/matecomponentui/hello.py    |  144 +
 examples/matecomponent/unknown.py                  |   72 +
 examples/mateconf/basic-mateconf-app.py            |  303 +
 examples/mateconf/simple-controller.py             |   31 +
 examples/mateconf/simple-view.py                   |   36 +
 examples/popt/goption.py                           |   36 +
 examples/popt/popt.py                              |   37 +
 examples/vfs/async-xfer.py                         |   96 +
 examples/vfs/async.py                              |  140 +
 examples/vfs/cancellation.py                       |   29 +
 examples/vfs/pygvfsmethod/README                   |   35 +
 examples/vfs/pygvfsmethod/pyfs.conf                |   10 +
 examples/vfs/pygvfsmethod/pyfs.py                  |  187 +
 examples/vfs/shell.py                              |   90 +
 examples/vfs/sync-xfer.py                          |   46 +
 install-sh                                         |  520 +
 ltmain.sh                                          | 8406 ++++++++++
 mate-python-2.0.pc.in                              |   13 +
 mate-python.spec.in                                |  212 +
 mate/Makefile.am                                   |   70 +
 mate/Makefile.in                                   |  740 +
 mate/__init__.py                                   |   15 +
 mate/canvas.py                                     |    7 +
 mate/mate-types.defs                               |   14 +
 mate/mate.defs                                     |  980 ++
 mate/mate.override                                 |  738 +
 mate/matemodule.c                                  |  104 +
 mate/ui.defs                                       | 5125 ++++++
 mate/ui.override                                   |  456 +
 mate/uimodule.c                                    |   37 +
 mate/vfs.py                                        |    7 +
 mate/wscript                                       |   68 +
 matecanvas/Makefile.am                             |   40 +
 matecanvas/Makefile.in                             |  651 +
 matecanvas/canvas.defs                             |  636 +
 matecanvas/canvas.override                         |  660 +
 matecanvas/canvasmodule.c                          |   93 +
 matecanvas/wscript                                 |   34 +
 matecomponent/Makefile.am                          |   79 +
 matecomponent/Makefile.in                          |  834 +
 matecomponent/__init__.py                          |   34 +
 matecomponent/activationmodule.c                   |  411 +
 matecomponent/matecomponent-arg-types.py           |  274 +
 matecomponent/matecomponent-arg.c                  |  107 +
 matecomponent/matecomponent-types.defs             |  110 +
 matecomponent/matecomponent.defs                   | 2514 +++
 matecomponent/matecomponent.override               |  917 ++
 matecomponent/matecomponentmodule.c                |   88 +
 matecomponent/matecomponentui-types.defs           |  213 +
 matecomponent/matecomponentui.defs                 | 2571 +++
 matecomponent/matecomponentui.override             |  241 +
 matecomponent/matecomponentuimodule.c              |   41 +
 matecomponent/pymatecomponent.c                    |  144 +
 matecomponent/pymatecomponent.h                    |   17 +
 matecomponent/wscript                              |   80 +
 mateconf/Makefile.am                               |   44 +
 mateconf/Makefile.in                               |  713 +
 mateconf/mateconf-arg-types.py                     |   30 +
 mateconf/mateconf-fixes.c                          |   57 +
 mateconf/mateconf-fixes.h                          |   14 +
 mateconf/mateconf-types.c                          |  157 +
 mateconf/mateconf-types.h                          |   35 +
 mateconf/mateconf.defs                             | 1978 +++
 mateconf/mateconf.override                         |  933 ++
 mateconf/mateconfmodule.c                          |   33 +
 mateconf/wscript                                   |   29 +
 matevfs/Makefile.am                                |   48 +
 matevfs/Makefile.in                                |  849 +
 matevfs/__init__.py                                |   18 +
 matevfs/mate-vfs-python-method.c                   | 1296 ++
 matevfs/pymatevfs-private.h                        |  109 +
 matevfs/pymatevfs.h                                |  105 +
 matevfs/pymatevfsmatecomponent.h                   |   44 +
 matevfs/vfs-async-handle.c                         | 1261 ++
 matevfs/vfs-context.c                              |  148 +
 matevfs/vfs-dir-handle.c                           |  146 +
 matevfs/vfs-drive.c                                |  369 +
 matevfs/vfs-file-info.c                            |  512 +
 matevfs/vfs-handle.c                               |  356 +
 matevfs/vfs-uri.c                                  |  449 +
 matevfs/vfs-volume-monitor.c                       |  190 +
 matevfs/vfs-volume.c                               |  347 +
 matevfs/vfs-xfer-progress-info.c                   |  172 +
 matevfs/vfsmatecomponentmodule.c                   |  158 +
 matevfs/vfsmodule.c                                | 2538 +++
 matevfs/wscript                                    |   69 +
 missing                                            |  376 +
 py-compile                                         |  146 +
 setup.py                                           |  354 +
 tests/Makefile.am                                  |   19 +
 tests/Makefile.in                                  |  433 +
 tests/common.py                                    |   45 +
 tests/ltihooks.py                                  |   60 +
 tests/runtests.py                                  |   36 +
 tests/testmate.py                                  |   17 +
 tests/testmatecomponent.py                         |   45 +
 tests/testvfs.py                                   |   24 +
 waf                                                |  Bin 0 -> 80959 bytes
 wscript                                            |  222 +
 163 files changed, 88003 insertions(+), 0 deletions(-)
