summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2016-12-05port plugin system to libpeasmonsta1-0/+2
backported from gedit with a few changes upstream commits for reference: https://git.gnome.org/browse/gedit/commit/?id=dbc98da7fda69981e61c5764af50c72b756eb2cc https://git.gnome.org/browse/gedit/commit/?id=2ae732a53ef08145c06909dc675134573c8c2e6d https://git.gnome.org/browse/gedit/commit/?id=6cd4936fb3aa6ca44a7c85888c6aad6c02b0f983 https://git.gnome.org/browse/gedit/commit/?id=041399d3d09389f951af8db4f5b83d142a9ebe55 https://git.gnome.org/browse/gedit/commit/?id=da46f5d6cd9b727e23ec0ae79bb0a78419bb1363 https://git.gnome.org/browse/gedit/commit/?id=1d56b827f14096891bb03dbd5e8211fdad1331ad https://git.gnome.org/browse/gedit/commit/?id=e63de5a2396a56eeba46479a54628843538da29e
2016-12-01build GObject introspection datamonsta1-0/+11
mostly adapted from eom and from this upstream commit: https://git.gnome.org/browse/gedit/commit/?id=58921206b7dea94d0ec0359dc43de94745f2a19e
2016-11-27remove compile-time check for unused functionmonsta1-1/+0
2016-11-06move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-27/+5
2016-11-06drop Python plugins support and --enable-python build optionmonsta1-132/+0
it requires PyGTK so won't even build with GTK+3 but keep plugins themselves for future porting to libpeas
2016-09-19release 1.16.0v1.16.0raveit651-2/+2
2016-08-31search-dialog UI: install both UI files to avoid distcheck failure in po folderraveit651-2/+0
using --with-gtk=2.0/3.0 will only install one UI file if WITH_GTK3 is used, for ui_DATA in make file. ui_DATA is in EXTRA_DIST but will only have one UI file, defined by WITH_GTK3 check.
2016-08-31GTK+-3 search-dialog: add pluma-search-dialog-gtk3.uiraveit651-0/+2
replace depreprecated widgets from old UI file
2016-07-30pre-bump versionraveit651-1/+1
2016-07-28release 1.15.1v1.15.1monsta1-1/+1
2016-07-28use GtkAboutDialog and get rid of build-dep on libmate-desktopmonsta1-23/+0
2016-06-07release 1.15.0v1.15.0raveit651-1/+1
2016-04-05release 1.14.0raveit651-2/+2
2016-02-21release 1.13.1v1.13.1Wolfgang Ulbrich1-1/+1
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich1-2/+2
2015-12-04Bump version to 1.12.1monsta1-1/+1
2015-12-03Merge pull request #146 from sleeveroller/issue90monsta1-0/+1
Add a new Configure dialog for the Spell Check plugin.
2015-11-22fix build breakage introduced in last commitMonsta1-1/+4
also see https://github.com/mate-desktop/atril/commit/37abef2d6b86de04b6ae54a79e89b58304ae4762
2015-11-18add a configure option to build pluma with --without-matedesktopWolfgang Ulbrich1-1/+20
- about-dialog use GtkAbout instead of MateAbout in this case - this makes transition to gtk3 more simple
2015-11-12Add a new Configure dialog for the Spell Check plugin.John Church1-0/+1
There are three options for autocheck when a doc is loaded: Always autocheck, Never autocheck and Remember the autocheck setting for each document The chosen option is stored in the gsettings schema. The default setting is to remember by document as this is what Pluma did previously.
2015-11-031.12.0v1.12.0Clement Lefebvre1-1/+1
2015-10-06Bump version to 1.11.0monsta1-2/+2
2015-09-29configure.ac: dropped some useless stuffmonsta1-9/+0
2015-09-29added --enable-tests option which will be off during distcheckmonsta1-0/+8
as we have document-saver test failing always
2015-09-08define max/min version of GLibinfirit1-0/+6
2015-09-08Rework gsettings schema buildinginfirit1-0/+2
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
2015-09-02Add plugin to strip trailing spaces on save.Daggerbot1-0/+1
2015-09-02drop support for win32/osx and checkupdate pluginmonsta1-167/+15
that plugin has never been built in linux anyway due to logic in configure.ac
2015-07-14Bump version to 1.10.2pluma-1.10.2Monsta1-1/+1
2015-06-18Bump version to 1.10.1pluma-1.10.1Martin Wimpress1-1/+1
2015-06-16fixes for gschema translationraveit651-1/+2
taken from: https://github.com/mate-desktop/eom/commit/a2055e1 - bumped required intltool version to 0.50.1 - renamed and corrected gschema xml for proper intltool usage - removed obsolete lines from po/POTFILES.skip
2015-05-07Bump version to 1.10.0pluma-1.10.0Stefano Karapetsas1-2/+2
2015-04-06Bump version to 1.9.90pluma-1.9.90Stefano Karapetsas1-1/+1
2015-01-22Bump version to 1.9.1pluma-1.9.1Stefano Karapetsas1-1/+1
2014-12-19use proper GTK+ version in pluma.pc fileMonsta1-0/+1
2014-12-16Revert "Revert "Drop support for glib < 2.36""infirit1-1/+1
This reverts commit 13392e50c61ce3f3d7d04b59677380f935cf3d3c.
2014-12-16Revert "Drop support for glib < 2.36"infirit1-1/+1
This reverts commit 495f56659d607938db00e34c9f84bac24013d999.
2014-05-19Drop support for gtk+ < 2.24infirit1-24/+1
* Bump required gtk+2 version * Remove pluma-spinner * Remove pluma-message-are
2014-05-19Drop support for glib < 2.36infirit1-1/+1
2014-04-29Bump version to 1.9.0Stefano Karapetsas1-1/+1
2014-04-29Use MateAboutDialog from libmate-desktopStefano Karapetsas1-0/+1
2014-03-01Bump version to 1.8.0pluma-1.8.0Stefano Karapetsas1-2/+2
2014-02-18Bump version to 1.7.90pluma-1.7.90Stefano Karapetsas1-1/+1
2014-02-17configure: Add check-newsStefano Karapetsas1-1/+1
2014-02-09Bump version to 1.7.2pluma-1.7.2infirit1-1/+1
2014-01-25configure: Fix to allow build with latest mate-commonStefano Karapetsas1-1/+0
2014-01-18Bump version to 1.7.1pluma-1.7.1Stefano Karapetsas1-1/+1
2014-01-06Fix gettextStefano Karapetsas1-2/+3
2014-01-06Fix gettextStefano Karapetsas1-1/+1
2013-12-01Bump required glib version number to 2.32Balló György1-1/+1
It's required for the GSettingsSchemaSource API.