summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-01-26release 1.20v1.20.01.20raveit652-1/+5
2017-10-14release 1.19.0v1.19.0raveit651-0/+2
2017-07-18update issue_templateraveit651-0/+3
2017-06-08create issue_template.mdraveit651-0/+16
2017-03-30pre-bump versionraveit652-1/+3
2017-03-12release 1.18v1.18.01.18raveit651-1/+1
2017-03-12update NEWS for 1.18monsta1-3/+4
2017-01-13Update mate-common NEWS to use consistent, project wide, markdown-like ↵Martin Wimpress1-8/+8
formatting. This will make generating release announcements easier.
2016-11-20release 1.17.0v1.17.0raveit652-1/+5
2016-09-17update NEWS for 1.16v1.16.01.16monsta1-10/+2
2016-09-17release 1.16.0raveit652-1/+5
2016-09-08Bump version to 1.15.1mate-common-1.15.1Martin Wimpress2-1/+7
2016-08-19mate-autogen: Check only for autoreconfMartin Wimpress1-58/+7
autoconf, automake, libtool, gettext are already checked by autoreconf. Closes #19. Adapted from https://git.gnome.org/browse/gnome-common/commit/macros2/gnome-autogen.sh?id=17f56a49964a3ddabf0d166326989033b7d84764
2016-06-07release 1.15.0v1.15.0raveit652-1/+4
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