Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-12 | Bump version to 1.9.1mate-common-1.9.1 | Stefano Karapetsas | 2 | -2/+2 | |
2014-12-02 | code-coverage: Support lcov 1.11 | infirit | 1 | -1/+1 | |
2014-12-02 | mate-autogen: make program_VERSION a local variable | infirit | 1 | -0/+1 | |
Otherwise we may end up overriding what was manually set in the environment. Taken from gnome-common commit: f5bd3785edfbebef04089fc52f804249d88b89de | |||||
2014-12-02 | mate-autogen: Fix check if stdin is a tty | infirit | 1 | -1/+1 | |
Use the simpler gnome-common check from commit: d98710d08e643fe2e2ba8d56540c350062cf0ecc | |||||
2014-12-02 | mate-autogen.sh: correct IFS value | infirit | 1 | -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-02 | mate-autogen: Check for appdata-xml.m4 with APPDATA_XML | infirit | 1 | -0/+4 | |
Based on gnome-common commit: 2a770a34293432872a8c7edac584a72e943f06d2 | |||||
2014-12-02 | mate-autogen.sh: run glib-gettexize if using GLib gettext | infirit | 1 | -0/+5 | |
Based on gnome-common commit: d04839754bbbb6ffed9c4641fed801b586944820 | |||||
2014-03-17 | Bump version to 1.9.0mate-common-1.9.0 | Stefano Karapetsas | 2 | -1/+5 | |
2014-02-28 | Bump version to 1.8.0mate-common-1.8.01.8 | Stefano Karapetsas | 2 | -2/+2 | |
2014-02-14 | Bump version to 1.7.90mate-common-1.7.90 | Stefano Karapetsas | 2 | -2/+2 | |
2014-02-14 | Update NEWS | Stefano Karapetsas | 1 | -0/+4 | |
2014-02-14 | configure: Add check-news | Stefano Karapetsas | 1 | -1/+1 | |
2014-02-09 | Bump version to 1.7.3mate-common-1.7.3 | Stefano Karapetsas | 1 | -1/+1 | |
2014-01-20 | Merge pull request #13 from infirit/master | Stefano Karapetsas | 1 | -1/+1 | |
Fix tty detection for terminal codes. | |||||
2014-01-20 | Fix tty detection for terminal codes. | infirit | 1 | -1/+1 | |
2014-01-18 | Bump version to 1.7.2mate-common-1.7.2 | Stefano Karapetsas | 1 | -1/+1 | |
2014-01-04 | Merge pull request #11 from infirit/gnomefixes | Stefano Karapetsas | 6 | -109/+242 | |
Many fixes from gnome-common that are useful for MATE | |||||
2014-01-03 | Read the dirlist file unconditionally | infirit | 1 | -3/+2 | |
Based on GNOME commit: https://git.gnome.org/browse/gnome-common/commit/?id=799ae3eaebd82f961cbca82325351c3b5db7494c | |||||
2014-01-03 | Better support of using AUTOCONF environment variable | infirit | 1 | -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-03 | Trace AC_CONFIG_SUBDIRS with autoconf | infirit | 1 | -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-03 | Check for glibtoolize in gnome-autogen.sh | infirit | 1 | -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-03 | Fix srcdir!=builddir for Scrollkeeper | infirit | 1 | -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-03 | mate-autogen: Don't print terminal codes if stdin isn't a tty | infirit | 1 | -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-03 | Fix bashisms in mate-autogen | infirit | 1 | -14/+15 | |
Based on GNOME commit: https://git.gnome.org/browse/gnome-common/commit/?id=101362218645db3f0fbb55e1e6ea80c4bd70f97d | |||||
2014-01-03 | Add code coverage support | infirit | 3 | -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-03 | macros/mate-autogen: Create m4 directory if it doesnt exits | infirit | 1 | -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-03 | mate-autogen.sh: Use autoreconf | infirit | 1 | -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-03 | Replace deprecated AC_HELP_STRING with AS_HELP_STRING | infirit | 2 | -5/+5 | |
2013-10-05 | Bump version to 1.7.1mate-common-1.7.1 | Stefano Karapetsas | 1 | -1/+1 | |
2013-07-16 | Replace mate-doc-utils with yelp-tools | Stefano Karapetsas | 1 | -11/+5 | |
2013-07-15 | Bump version to 1.7.0mate-common-1.7.0 | Stefano Karapetsas | 1 | -1/+1 | |
2013-07-15 | Remove obsolete distro folder | Stefano Karapetsas | 3 | -29/+0 | |
2013-07-01 | Merge pull request #8 from MDykstra/master | Stefano Karapetsas | 1 | -9/+10 | |
Automake turned 14 on Arch Linux | |||||
2013-06-30 | Automake turned 14 on Arch Linux | Marcel Dijkstra | 1 | -9/+10 | |
2013-05-12 | Bump version to 1.6.1mate-common-1.6.1 | Stefano Karapetsas | 1 | -2/+2 | |
Switch to make dist | |||||
2013-03-30 | Bump version to 1.6.0mate-common-1.6.0 | Stefano Karapetsas | 1 | -1/+1 | |
2013-03-29 | Add empty ChangeLog to allow build from git | Stefano Karapetsas | 1 | -0/+2 | |
2013-03-24 | "Removed ChangeLog" | Steve Zesch | 1 | -309/+0 | |
2013-03-13 | Bump version to 1.5.2mate-common-1.5.2 | Stefano Karapetsas | 1 | -1/+1 | |
2013-03-13 | Add GPL3 copyright headers | Stefano Karapetsas | 3 | -4/+51 | |
2013-01-17 | rename configure.in to configure.ac to be liked by autoconf 1.12 | Elan Ruusamäe | 2 | -1/+1 | |
aclocal-1.12: warning: autoconf input should be named 'configure.ac', not 'configure.in' | |||||
2013-01-14 | Preparing for 1.5.1 release.mate-common-1.5.1 | Steve Zesch | 2 | -1/+67 | |
2013-01-11 | Merge pull request #4 from MDykstra/master | Stefano Karapetsas | 1 | -8/+9 | |
Automake turned 13 on Ar ch Linux | |||||
2013-01-11 | Automake turned 13 on Arch Linux | Marcel Dijkstra | 1 | -8/+9 | |
2012-11-14 | fix typo in Makefile.am | Nelson Marques | 1 | -1/+1 | |
2012-09-10 | fix download links in mate-autogenmate-common-1.5.0 | Stefano Karapetsas | 1 | -3/+3 | |
2012-09-03 | start 1.5 release | Stefano Karapetsas | 1 | -1/+1 | |
2012-09-03 | remove obsolete mate-common.spec | Stefano Karapetsas | 3 | -44/+1 | |
2012-07-05 | Preparing for 1.4 release.mate-common-1.4.0 | Steve Zesch | 2 | -5/+150 | |
2012-05-18 | start 1.3.0mate-common-1.3.0 | Stefano Karapetsas | 1 | -1/+1 | |