commit 0fdd56f5ec19119337e815e505a5526d55503baa
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Fri Mar 9 12:01:02 2012 +0100

    fix conflicts with gnome orbit (thanks Nice&Gently)

 src/CORBA.py              |   23 -----------------------
 src/MATECORBA.py          |   23 +++++++++++++++++++++++
 src/Makefile.am           |    2 +-
 src/MatePortableServer.py |   23 +++++++++++++++++++++++
 src/PortableServer.py     |   23 -----------------------
 5 files changed, 47 insertions(+), 47 deletions(-)

commit 38f7a4d9e9316f09e4f8b0fd3fa49a64a019c4d1
Author: Perberos <perberos@gmail.com>
Date:   Mon Dec 12 10:52:19 2011 -0200

    Update src/pymatecorba-servant.c

 src/pymatecorba-servant.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 1a5722a26d3bb17839270da569ca24905159068f
Author: Perberos <perberos@gmail.com>
Date:   Mon Dec 12 10:51:56 2011 -0200

    Update src/pymatecorba-servant.c

 src/pymatecorba-servant.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a6ed109b3ad3e0d24f628f5582fc49c1f930b9e9
Author: Perberos <perberos@gmail.com>
Date:   Mon Dec 12 10:30:59 2011 -0200

    Update configure.in

 configure.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 4551bbf63fdee0067db72c0b2b42fdddba4223c4
Author: Perberos <perberos@gmail.com>
Date:   Mon Dec 12 10:10:46 2011 -0200

    Update src/pymatecorba-servant.c

 src/pymatecorba-servant.c |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit d34f616c6dea45c64cd03fb66234b90d94675714
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sun Dec 11 14:55:11 2011 +0100

    updated version to 1.1.0

 configure.in              |   10 +++++-----
 distro/archlinux/PKGBUILD |    2 +-
 distro/ubuntu/build       |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

commit 2abf57f0d50cf54d63cd9d7ea0f4a53438c15479
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sun Dec 11 14:53:50 2011 +0100

    remove autogenerated files

 INSTALL                       |  237 -
 Makefile.in                   |  707 --
 aclocal.m4                    | 7846 ---------------
 config.guess                  | 1526 ---
 config.h.in                   |   70 -
 config.sub                    | 1658 ----
 configure                     |21128 -----------------------------------------
 depcomp                       |  589 --
 examples/Makefile.in          |  505 -
 examples/threaded/Makefile.in |  346 -
 install-sh                    |  519 -
 missing                       |  367 -
 src/Makefile.in               |  587 --
 tests/Makefile.in             |  508 -
 tests/c-inproc/Makefile.in    |  505 -
 15 files changed, 0 insertions(+), 37098 deletions(-)

commit 74140880b601c0bc0338a610185f848d4f29fa16
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sun Dec 11 12:16:51 2011 +0100

    moved from mate-extra

 AUTHORS                                  |    7 +
 COPYING                                  |  504 +
 ChangeLog                                |  321 +
 ChangeLog.pre-2-0                        |  657 +
 INSTALL                                  |  237 +
 MAINTAINERS                              |   12 +
 MANIFEST.in                              |    7 +
 Makefile.am                              |   18 +
 Makefile.in                              |  707 +
 NEWS                                     |  109 +
 PKG-INFO.in                              |   24 +
 README                                   |   77 +
 TODO                                     |    7 +
 aclocal.m4                               | 7846 +++++++++++
 autogen.sh                               |   25 +
 config.guess                             | 1526 +++
 config.h.in                              |   70 +
 config.sub                               | 1658 +++
 configure                                |21128 ++++++++++++++++++++++++++++++
 configure.in                             |   78 +
 depcomp                                  |  589 +
 distro/archlinux/PKGBUILD                |   28 +
 distro/ubuntu/build                      |   26 +
 dsextras.py                              |  220 +
 examples/Makefile.am                     |    5 +
 examples/Makefile.in                     |  505 +
 examples/echo/Makefile                   |   23 +
 examples/echo/echo-client-async.py       |   31 +
 examples/echo/echo-client.py             |   27 +
 examples/echo/echo-server.py             |   45 +
 examples/echo/echo.idl                   |   11 +
 examples/threaded/Makefile.am            |    4 +
 examples/threaded/Makefile.in            |  346 +
 examples/threaded/client.py              |    6 +
 examples/threaded/pyt.idl                |    5 +
 examples/threaded/server.py              |   46 +
 examples/threaded/thread-hints-client.py |   17 +
 examples/threaded/thread-hints-server.py |   66 +
 install-sh                               |  519 +
 ltmain.sh                                | 6956 ++++++++++
 m4/jhflags.m4                            |   21 +
 m4/python-module.m4                      |  128 +
 missing                                  |  367 +
 py-compile                               |  146 +
 pymatecorba-2.pc.in                      |    9 +
 pymatecorba.spec.in                      |   57 +
 setup.py                                 |   76 +
 src/CORBA.py                             |   23 +
 src/Makefile.am                          |   33 +
 src/Makefile.in                          |  587 +
 src/MateCORBAmodule.c                    |  510 +
 src/PortableServer.py                    |   23 +
 src/pycorba-any.c                        |  179 +
 src/pycorba-enum.c                       |  198 +
 src/pycorba-exceptions.c                 |  253 +
 src/pycorba-fixed.c                      |  311 +
 src/pycorba-marshal.c                    |  685 +
 src/pycorba-method.c                     |  801 ++
 src/pycorba-object.c                     |  367 +
 src/pycorba-orb.c                        |  260 +
 src/pycorba-policy.c                     |   84 +
 src/pycorba-struct.c                     |  475 +
 src/pycorba-typecode.c                   |  399 +
 src/pymatecorba-poa.c                    |  632 +
 src/pymatecorba-private.h                |  163 +
 src/pymatecorba-servant.c                |  597 +
 src/pymatecorba-utils.c                  |  167 +
 src/pymatecorba.h                        |  121 +
 src/stub-gen.c                           |  451 +
 tests/Makefile.am                        |    8 +
 tests/Makefile.in                        |  508 +
 tests/c-inproc/Makefile.am               |   33 +
 tests/c-inproc/Makefile.in               |  505 +
 tests/c-inproc/c-impl.c                  |  127 +
 tests/c-inproc/test-c-inproc.py          |   54 +
 tests/c-inproc/testcall.idl              |    8 +
 tests/constants.py                       |   43 +
 tests/everything_client.py               |  366 +
 tests/everything_inprocess.py            |   19 +
 tests/everything_server.py               |  246 +
 80 files changed, 54533 insertions(+), 0 deletions(-)
