diff options
author | raveit65 <[email protected]> | 2016-04-05 22:46:35 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-05 22:54:01 +0200 |
commit | 7c21efa8a35adcfeaeb52784f2a0874dcbf95a49 (patch) | |
tree | 822714c5827693ec47ca3ffb240eeae33064c6b7 | |
parent | 9b48935a0ea7e9cc1ed4ad15acf6b40ef986056f (diff) | |
download | pluma-7c21efa8a35adcfeaeb52784f2a0874dcbf95a49.tar.bz2 pluma-7c21efa8a35adcfeaeb52784f2a0874dcbf95a49.tar.xz |
release 1.14.0
-rw-r--r-- | NEWS | 21 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 11 insertions, 14 deletions
@@ -1,23 +1,20 @@ -pluma 1.13.1 +pluma 1.14.0 ============ - * plugins: make switch-c tool in external tools work, fix issues - * plugins: use more generic icon name for python console plugin - * plugins: don't use stock icon names - * plugins: use correct icon name for python console plugin + * Plugins: make switch-c tool in external tools work, fix issues + * Plugins: use more generic icon name for python console plugin + * Plugins: don't use stock icon names + * Plugins: use correct icon name for python console plugin * Warnings fixes * GTK+3: add style class pluma-window and pluma-print-preview - * fix a few build warnings - -pluma 1.13.0 -============ - + * Fix a few build warnings * GTK+3: fix several deprecations * Implement middle-click tab closing - * drop MateConf migration script + * Drop MateConf migration script * GTK+3 view: fix incremental search entry color when text isn't found * Add a new Configure dialog for the Spell Check plugin - * add a configure option to build pluma with --without-matedesktop + * Add a configure option to build pluma with --without-matedesktop + * Translations update pluma 1.12.1 ============ diff --git a/configure.ac b/configure.ac index e01945ac..21a22b1c 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.63.2) m4_define(pluma_major_version, 1) -m4_define(pluma_minor_version, 13) -m4_define(pluma_micro_version, 1) +m4_define(pluma_minor_version, 14) +m4_define(pluma_micro_version, 0) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], |