diff options
-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], |