summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2021-03-04release 1.25.3v1.25.3raveit651-1/+1
2021-03-04build: port to gtksourceview-4rbuj1-2/+2
2021-03-03release 1.25.2v1.25.2raveit651-1/+1
2021-02-25release 1.25.1v1.25.1raveit651-1/+1
2021-02-04build: Use PACKAGE_URL variablerbuj1-3/+16
2021-02-04build: display package name and version in configure summaryrbuj1-1/+3
2020-10-19Remove pluma-marshal.mbkma1-1/+0
These days we can use the automatic ffi marshalling. See: - https://developer.gnome.org/gobject/stable/gobject-Signals.html#g-signal-new - http://sourceware.org/libffi/ - https://gitlab.gnome.org/GNOME/gedit/-/commit/373adb7d041b0559953d0ac8cf2213ecc44db956
2020-10-13Update Readmembkma1-1/+1
2020-08-05Remove changecase plugin. Functionality is provided by GtkSourceView. (#565)mbkma1-1/+0
2020-07-02release 1.25.0v1.25.0raveit651-1/+1
2020-06-30use libegg submodulesWu Xiaotian1-4/+5
2020-04-10build: do not override the default value for MATE_COMPILE_WARNINGSrbuj1-2/+2
2020-02-09release 1.24.0raveit651-2/+2
2020-02-06build: show compiler flags on configuration summaryrbuj1-0/+2
2020-01-23release 1.23.3v1.23.3raveit651-1/+1
2019-12-01migrate from intltool to gettextWu Xiaotian1-2/+4
2019-08-17release 1.23.2v1.23.2raveit651-1/+1
2019-07-17release 1.23.1v1.23.1raveit651-1/+1
2019-07-08Add support for checking .ui accessibility with gla11ySamuel Thibault1-0/+1
2019-06-06Switch to Python 3Patrick Monnerat1-1/+1
2019-06-05pythonconsole plugin: change source code for Python 2 & 3 compatibility.Patrick Monnerat1-0/+1
Also drop mateconf and use gsettings for preferences. Preferences are now triggered as a PeasGtk.Configurable.
2019-04-23pre-bump versionraveit651-1/+1
2019-02-24release 1.22.0v1.22.0raveit651-2/+2
2019-02-17show enchant version when configureWu Xiaotian1-8/+12
2019-02-17Fix build fail on ArchlinuxWu Xiaotian1-4/+8
The enchant on Archlinux is 2.2.3-2, that include enchant-2.pc. This commit first check enchant-2, then check enchant.
2018-11-21release 1.21.2v1.21.2raveit651-1/+1
2018-06-21release 1.21.1v1.21.1raveit651-1/+1
2018-03-25release 1.21.0v1.21.0raveit651-1/+1
2018-01-30release 1.20v1.20.0raveit651-2/+2
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-7/+3
2017-12-19pre-bump versionraveit651-1/+1
2017-10-03release 1.19.2v1.19.2raveit651-1/+1
2017-06-13release 1.19.1v1.19.1raveit651-1/+1
2017-05-25configure: drop GLIB_VERSION_MAX_ALLOWEDraveit651-2/+0
This avoids annoying and useless build warnings. Nobody stops using pluma only for a modern glib version;-)
2017-05-25File browser: don't use GIOScheduler (deprecated)Sébastien Wilmet1-1/+1
The GIOScheduler was used because there was no async version of g_file_delete() and g_file_trash(). Now that the async versions exist, no need to use GIOScheduler or GTask. gio >= 2.37.0 is required. https://bugzilla.gnome.org/show_bug.cgi?id=693018 taken from: https://git.gnome.org/browse/gedit/commit/?h=gnome-3-10&id=2d1eb80
2017-03-30pre-bump versionraveit651-1/+1
2017-03-12release 1.18.0v1.18.0raveit651-2/+2
2017-02-25snippets plugin: port to gi and libpeasmonsta1-0/+4
mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=3f5c69427579f80e8614f551aafa89baa9bfd0ca https://git.gnome.org/browse/gedit/commit/?id=a2c9247c5fecea8d03917e7b0fa93447820439d2 https://git.gnome.org/browse/gedit/commit/?id=ccd39a71eab7fe04ea52cb10bd2282c95d8374c3 https://git.gnome.org/browse/gedit/commit/?id=2dbe5e048766a94b2ba42346b5d197edc92cd03d https://git.gnome.org/browse/gedit/commit/?id=b3f6fd5c7ab9e433dd7698a25d9dc00867c04ad9 https://git.gnome.org/browse/gedit/commit/?id=2273ba27e85588c10788039b66b083aba6b50660 https://git.gnome.org/browse/gedit/commit/?id=48d33cf9dd29d8a6d42e60e3254c883f1f9ffb56 https://git.gnome.org/browse/gedit/commit/?id=7f37ff4fa2c9dd8f42ff527f4e1d0a148c39eb0e https://git.gnome.org/browse/gedit/commit/?id=0d36d6e09a58210c365264c591fafb5d0b3d9323 https://git.gnome.org/browse/gedit/commit/?id=ac4f2048d6af5b2dbfc7ff6448bc51f3e2b324b6 https://git.gnome.org/browse/gedit/commit/?id=5540838a7dff1d025b995c251f51c1c29ce0c0ce https://git.gnome.org/browse/gedit/commit/?id=d48cd10bf0bb99ead7b1af1ead52f1e554ad239d https://git.gnome.org/browse/gedit/commit/?id=5169aa5cd4b1d95fb869df7c0b24c886cb33a1aa
2017-02-25pre-bump versionraveit651-1/+1
2017-02-10build: remove option that disables deprecated stuffmonsta1-15/+0
we don't need a build breakage on the first deprecated item, thanks
2017-01-06release 1.17.3v1.17.3raveit651-1/+1
2016-12-19quickopen plugin: port to gi and libpeasmonsta1-0/+2
mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=9de71917497716124486f9baade326d5ffb4bb8d https://git.gnome.org/browse/gedit/commit/?id=059f39e1b94ea5453087d33384fe2a563e6c00dc https://git.gnome.org/browse/gedit/commit/?id=ab7f3788a18447b9a88f0d1dbda892e6c452c9af https://git.gnome.org/browse/gedit/commit/?id=d7ac22d93970c85323f51f9536e13c22aac0d70a https://git.gnome.org/browse/gedit/commit/?id=5cf9ac442a025d42443cea9cf1451c0e6154dea1 https://git.gnome.org/browse/gedit/commit/?id=4ee4fb903dfd485b5b80ce3ddb1e1f4a04cb1b99 https://git.gnome.org/browse/gedit/commit/?id=00105f389b9b37f71be5b29fbf0c11367042c346
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