commit 1bc23e8d0b64bbd8d161367ef5b4632a4a268867
Author: Perberos <perberos@gmail.com>
Date:   Tue Jan 24 16:24:06 2012 -0300

    changing pkgbuild source method

 distro/archlinux/PKGBUILD |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit e6d5ff95d09e7accbb82e1f52f3a47eb9ccbe1ed
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Thu Dec 8 22:44:44 2011 -0500

    updated version

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

commit 80ef9e01052f96529c5f31da27bfc430faa4a59c
Author: Perberos <perberos@gmail.com>
Date:   Thu Dec 8 13:09:48 2011 -0300

    removing autogenerated files

 INSTALL                    |  229 -
 Makefile.in                |  834 ---
 aclocal.m4                 | 1156 ----
 config.guess               | 1501 -----
 config.h.in                |   92 -
 config.sub                 | 1705 ------
 configure                  |14461 --------------------------------------------
 depcomp                    |  630 --
 docs/Makefile.in           |  644 --
 docs/reference/Makefile.in |  673 --
 gtk-doc.make               |  230 -
 install-sh                 |  520 --
 libmatenotify/Makefile.in  |  678 ---
 ltmain.sh                  | 9636 -----------------------------
 m4/gtk-doc.m4              |   61 -
 m4/libtool.m4              | 7831 ------------------------
 m4/ltoptions.m4            |  369 --
 m4/ltsugar.m4              |  123 -
 m4/ltversion.m4            |   23 -
 m4/lt~obsolete.m4          |   98 -
 missing                    |  376 --
 tests/Makefile.in          |  668 --
 tools/Makefile.in          |  557 --
 23 files changed, 0 insertions(+), 43095 deletions(-)

commit f3a6af932cb7f58cbf49533ada3e02ae489263f1
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Fri Dec 2 20:47:08 2011 -0500

    Changed version to 2011.12.01

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

commit 7e7563f752049d7b1c5cf63685e919c849479ee1
Author: Perberos <perberos@gmail.com>
Date:   Thu Dec 1 21:12:12 2011 -0300

    moving from https://github.com/perberos/mate-desktop-environment

 AUTHORS                                            |   17 +
 COPYING                                            |  504 +
 ChangeLog                                          |  984 ++
 INSTALL                                            |  229 +
 Makefile.am                                        |   46 +
 Makefile.in                                        |  834 ++
 NEWS                                               |  113 +
 aclocal.m4                                         | 1156 ++
 autogen.sh                                         |   21 +
 config.guess                                       | 1501 ++
 config.h.in                                        |   92 +
 config.sub                                         | 1705 +++
 configure                                          |14461 ++++++++++++++++++++
 configure.ac                                       |  226 +
 depcomp                                            |  630 +
 distro/archlinux/PKGBUILD                          |   26 +
 distro/ubuntu/build                                |   23 +
 docs/ChangeLog                                     |   98 +
 docs/Makefile.am                                   |   25 +
 docs/Makefile.in                                   |  644 +
 docs/notification-spec.xml                         | 1279 ++
 docs/reference/Makefile.am                         |   83 +
 docs/reference/Makefile.in                         |  673 +
 docs/reference/html/ch01.html                      |   38 +
 docs/reference/html/home.png                       |  Bin 0 -> 654 bytes
 docs/reference/html/index.html                     |   34 +
 docs/reference/html/index.sgml                     |   57 +
 docs/reference/html/left.png                       |  Bin 0 -> 459 bytes
 .../reference/html/libmatenotify-notification.html |  988 ++
 docs/reference/html/libmatenotify-notify.html      |  191 +
 docs/reference/html/libmatenotify.devhelp          |   52 +
 docs/reference/html/libmatenotify.devhelp2         |   55 +
 docs/reference/html/right.png                      |  Bin 0 -> 472 bytes
 docs/reference/html/style.css                      |  265 +
 docs/reference/html/up.png                         |  Bin 0 -> 406 bytes
 docs/reference/libmatenotify-docs.sgml             |   14 +
 docs/reference/libmatenotify-sections.txt          |   49 +
 docs/reference/libmatenotify.types                 |    3 +
 docs/reference/tmpl/libmatenotify-docs.sgml        |   14 +
 docs/reference/tmpl/notification.sgml              |  327 +
 docs/reference/tmpl/notify.sgml                    |   78 +
 gtk-doc.make                                       |  230 +
 install-sh                                         |  520 +
 libmatenotify.pc.in                                |   12 +
 libmatenotify/Makefile.am                          |   91 +
 libmatenotify/Makefile.in                          |  678 +
 libmatenotify/internal.h                           |   51 +
 libmatenotify/notification.c                       | 1397 ++
 libmatenotify/notification.h                       |  166 +
 libmatenotify/notify-marshal.list                  |    2 +
 libmatenotify/notify.c                             |  360 +
 libmatenotify/notify.h                             |   93 +
 ltmain.sh                                          | 9636 +++++++++++++
 m4/gtk-doc.m4                                      |   61 +
 m4/libtool.m4                                      | 7831 +++++++++++
 m4/ltoptions.m4                                    |  369 +
 m4/ltsugar.m4                                      |  123 +
 m4/ltversion.m4                                    |   23 +
 m4/lt~obsolete.m4                                  |   98 +
 missing                                            |  376 +
 tests/Makefile.am                                  |   74 +
 tests/Makefile.in                                  |  668 +
 tests/applet-critical.png                          |  Bin 0 -> 1411 bytes
 tests/test-basic.c                                 |   77 +
 tests/test-default-action.c                        |   85 +
 tests/test-error.c                                 |   49 +
 tests/test-image.c                                 |  122 +
 tests/test-markup.c                                |   47 +
 tests/test-multi-actions.c                         |  131 +
 tests/test-replace-widget.c                        |   94 +
 tests/test-replace.c                               |   67 +
 tests/test-rtl.c                                   |   49 +
 tests/test-server-info.c                           |   60 +
 tests/test-size-changes.c                          |   87 +
 tests/test-urgency.c                               |   75 +
 tests/test-xy-actions.c                            |   85 +
 tests/test-xy-stress.c                             |   96 +
 tests/test-xy.c                                    |   48 +
 tools/Makefile.am                                  |   13 +
 tools/Makefile.in                                  |  557 +
 tools/notify-send.c                                |  276 +
 81 files changed, 52412 insertions(+), 0 deletions(-)
