summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2016-12-19pythonconsole plugin: port to gi and libpeasmonsta1-0/+2
note: config dialog is broken for ages since it tries to use ancient MateConf, so it's left as is for now. later it can be ported to GSettings and PeasGtk. mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=4dcd8d84b1a6b11c5254416d9b5ed7af8105f538 https://git.gnome.org/browse/gedit/commit/?id=a9d2ea047401124537e49ef6a2bf9c0f6c4a4f22 https://git.gnome.org/browse/gedit/commit/?id=c2ef43753eaf07d7ea9eecf9221daacff5f2a3b7 https://git.gnome.org/browse/gedit/commit/?id=ad07a02a15ba868bbd5654152f3946350db2dadf
2016-12-19externaltools plugin: port to gi and libpeasmonsta1-0/+6
note: tools manager dialog can now be invoked only via Pluma's menu. Preferences button in plugin manager is inactive. re-enabling it would mean introducing even more complexity, because we would need to pass a configure widget to libpeas, not the whole dialog. mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=8b6d353e0ab94ad52ce6119759db5e14b281fbba https://git.gnome.org/browse/gedit/commit/?id=2aa6071912dac227f04f44c07e07f159b77be7ff https://git.gnome.org/browse/gedit/commit/?id=09738cd6f5f24a37cb7dd85dfca7a5099529e5d2 https://git.gnome.org/browse/gedit/commit/?id=f08e9d2953fa213f77dce635127c3a0131fba02f https://git.gnome.org/browse/gedit/commit/?id=d09a703e84f818dcadd7bd1c16c2091305a691c2 https://git.gnome.org/browse/gedit/commit/?id=985f3908abe3f2ade53db1364dccf0d1fd61ec1b https://git.gnome.org/browse/gedit/commit/?id=b6086cab8c664d2cfb3e5b4a6d33c215d1b207da https://git.gnome.org/browse/gedit/commit/?id=befd854563e4691a6b75b03695d6a7c458836312 https://git.gnome.org/browse/gedit/commit/?id=cf7549c8e5944a3fbf9d18170b6e45a552071b4c https://git.gnome.org/browse/gedit/commit/?id=6c95d28a13ae87232346583a86ae525a22fcc651 https://git.gnome.org/browse/gedit/commit/?id=c70319048b42b898fd6c2f6ee37e98e54cea54be
2016-12-13release 1.17.2v1.17.2monsta1-1/+1
2016-12-11release 1.17.1monsta1-1/+1
2016-12-05remove old plugin system and docs for itmonsta1-4/+0
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