summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-04-05release 1.14 releasev1.14.01.14raveit652-2/+2
2016-04-04correct NEWS a bitmonsta1-1/+1
2016-01-24release 1.13.0v1.13.0Wolfgang Ulbrich1-0/+2
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich2-1/+3
2016-01-02remove references to obsolete MATE componentsMonsta1-1/+1
2015-11-09fix tiny typo1.12Oz1-1/+1
2015-10-20bump version to 1.12.0v1.12.0Clement Lefebvre2-2/+2
2015-10-20Add NEWS for 1.11mate-common-1.11.0monsta1-0/+3
2015-10-20update example script from upstream and just mention it in usage.txtmonsta2-37/+14
(instead of listing the whole script in it)
2015-10-20code-coverage: Support lcov 1.12monsta1-1/+1
2015-10-06bump version to 1.11.0raveit652-1/+3
2015-04-05Bump version to 1.10.0mate-common-1.10.01.10Stefano Karapetsas2-2/+2
2015-01-27Bump version to 1.9.90mate-common-1.9.90Stefano Karapetsas2-2/+2
2015-01-27Update NEWSStefano Karapetsas1-1/+4
2015-01-22Add support for automake 1.15Stefano Karapetsas1-10/+11
Closes https://github.com/mate-desktop/mate-applets/issues/122
2015-01-12Bump version to 1.9.1mate-common-1.9.1Stefano Karapetsas2-2/+2
2014-12-02code-coverage: Support lcov 1.11infirit1-1/+1
2014-12-02mate-autogen: make program_VERSION a local variableinfirit1-0/+1
Otherwise we may end up overriding what was manually set in the environment. Taken from gnome-common commit: f5bd3785edfbebef04089fc52f804249d88b89de
2014-12-02mate-autogen: Fix check if stdin is a ttyinfirit1-1/+1
Use the simpler gnome-common check from commit: d98710d08e643fe2e2ba8d56540c350062cf0ecc
2014-12-02mate-autogen.sh: correct IFS valueinfirit1-1/+1
Due to a likely copy-paste mistake, the default value of IFS was being set to 9 spaces instead of a tab and a space. Based on gnome-common commit: fb0e5a9dbed732dd01d245f141ff2beb35689971
2014-12-02mate-autogen: Check for appdata-xml.m4 with APPDATA_XMLinfirit1-0/+4
Based on gnome-common commit: 2a770a34293432872a8c7edac584a72e943f06d2
2014-12-02mate-autogen.sh: run glib-gettexize if using GLib gettextinfirit1-0/+5
Based on gnome-common commit: d04839754bbbb6ffed9c4641fed801b586944820
2014-03-17Bump version to 1.9.0mate-common-1.9.0Stefano Karapetsas2-1/+5
2014-02-28Bump version to 1.8.0mate-common-1.8.01.8Stefano Karapetsas2-2/+2
2014-02-14Bump version to 1.7.90mate-common-1.7.90Stefano Karapetsas2-2/+2
2014-02-14Update NEWSStefano Karapetsas1-0/+4
2014-02-14configure: Add check-newsStefano Karapetsas1-1/+1
2014-02-09Bump version to 1.7.3mate-common-1.7.3Stefano Karapetsas1-1/+1
2014-01-20Merge pull request #13 from infirit/masterStefano Karapetsas1-1/+1
Fix tty detection for terminal codes.
2014-01-20Fix tty detection for terminal codes.infirit1-1/+1
2014-01-18Bump version to 1.7.2mate-common-1.7.2Stefano Karapetsas1-1/+1
2014-01-04Merge pull request #11 from infirit/gnomefixesStefano Karapetsas6-109/+242
Many fixes from gnome-common that are useful for MATE
2014-01-03Read the dirlist file unconditionallyinfirit1-3/+2
Based on GNOME commit: https://git.gnome.org/browse/gnome-common/commit/?id=799ae3eaebd82f961cbca82325351c3b5db7494c
2014-01-03Better support of using AUTOCONF environment variableinfirit1-9/+8
Gnome bug url: http://bugzilla.gnome.org/show_bug.cgi?id=510713 Based on GNOME commit: https://git.gnome.org/browse/gnome-common/commit/?id=4bb2a2450f67550ae761c75cb7ff2325bad54c8b
2014-01-03Trace AC_CONFIG_SUBDIRS with autoconfinfirit1-1/+18
Find configure.ac and configure.in files using the trace functionality of autoconf in order to skip build directories from incomplete make distcheck runs. GNOME bug url: http://bugzilla.gnome.org/show_bug.cgi?id=510713 Based on GNOME commit: https://git.gnome.org/browse/gnome-common/commit/?id=4668cc8250c15119dc7bdbbf842da53f4fe478fe
2014-01-03Check for glibtoolize in gnome-autogen.shinfirit1-1/+1
Gnome BUG url: http://bugzilla.gnome.org/show_bug.cgi?id=564558 Based on GNOME commit: https://git.gnome.org/browse/gnome-common/commit/?id=70422b555f881acc7523818bdea22dea84dd5901
2014-01-03Fix srcdir!=builddir for Scrollkeeperinfirit1-3/+7
Gnome BUGS urls: http://bugzilla.gnome.org/show_bug.cgi?id=315320 http://bugzilla.gnome.org/show_bug.cgi?id=409060 http://bugzilla.gnome.org/show_bug.cgi?id=685388 Based on GNOME commits: https://git.gnome.org/browse/gnome-common/commit/?id=1b2fb3fb47405908eb53d0db46329a64a1697a59 https://git.gnome.org/browse/gnome-common/commit/?id=960b1bde8d156f61340500a260402264c5320603 https://git.gnome.org/browse/gnome-common/commit/?id=ee12b92340223bb33b9da232132c44cacecc7968
2014-01-03mate-autogen: Don't print terminal codes if stdin isn't a ttyinfirit1-2/+7
Otherwise this shows up as garbage in log files. Based on GNOME commit: https://git.gnome.org/browse/gnome-common/commit/?id=7f977b0214623142819c8b7a08839949fb9f3ec0
2014-01-03Fix bashisms in mate-autogeninfirit1-14/+15
Based on GNOME commit: https://git.gnome.org/browse/gnome-common/commit/?id=101362218645db3f0fbb55e1e6ea80c4bd70f97d
2014-01-03Add code coverage supportinfirit3-1/+170
Add a MATE_CODE_COVERAGE m4 macro to allow projects to easily add code coverage support using lcov. This is heavily based on the code coverage tooling from GLib (LGPLv2.1+), originally written by Patrick Hulin and modified by Matthias Clasen, Stef Walter and Simon McVittie since. Adapted for use in MATE by Sander Sweers. See GNOME commit: https://git.gnome.org/browse/gnome-common/commit/?id=493d55921f26ac3a9a3b7cc33756c88daace329e And follow up commits: https://git.gnome.org/browse/gnome-common/log/macros2/gnome-code-coverage.m4
2014-01-03macros/mate-autogen: Create m4 directory if it doesnt exitsinfirit1-0/+8
This is a automake bug fixed in automake 1.13.2 Based on gnome commit: https://git.gnome.org/browse/gnome-common/commit/?id=47aa8189803d5f1bf60701f52795ef8735064b6c
2014-01-03mate-autogen.sh: Use autoreconfinfirit1-76/+7
instead autopoint/libtoolize/autoconf/automake manually Based on gnome-common commits https://git.gnome.org/browse/gnome-common/commit/?id=323bbfe0989405725379cada1aa5cb361fd2999f https://git.gnome.org/browse/gnome-common/commit/?id=ac800833454ab6d38afb288773079b8ad1d5503f
2014-01-03Replace deprecated AC_HELP_STRING with AS_HELP_STRINGinfirit2-5/+5
2013-10-05Bump version to 1.7.1mate-common-1.7.1Stefano Karapetsas1-1/+1
2013-07-16Replace mate-doc-utils with yelp-toolsStefano Karapetsas1-11/+5
2013-07-15Bump version to 1.7.0mate-common-1.7.0Stefano Karapetsas1-1/+1
2013-07-15Remove obsolete distro folderStefano Karapetsas3-29/+0
2013-07-01Merge pull request #8 from MDykstra/masterStefano Karapetsas1-9/+10
Automake turned 14 on Arch Linux
2013-06-30Automake turned 14 on Arch LinuxMarcel Dijkstra1-9/+10
2013-05-12Bump version to 1.6.1mate-common-1.6.1Stefano Karapetsas1-2/+2
Switch to make dist