diff options
author | raveit65 <[email protected]> | 2019-07-17 14:21:04 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-17 14:38:01 +0200 |
commit | 6d92b8a4f8d9cbdbd400887ca138ff544e1355ef (patch) | |
tree | c0a7eeebec683589b6924f2cf0e8acdffbc79f8d | |
parent | 3f51b2bb9d8a06aa18b15e50564503031ddc875f (diff) | |
download | pluma-6d92b8a4f8d9cbdbd400887ca138ff544e1355ef.tar.bz2 pluma-6d92b8a4f8d9cbdbd400887ca138ff544e1355ef.tar.xz |
release 1.23.1v1.23.1
-rw-r--r-- | NEWS | 31 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 32 insertions, 1 deletions
@@ -1,3 +1,34 @@ +### pluma 1.23.1 + + * Translations update + * fix build error when gla11y is not installed + * pluma-gio-document-loader: avoid 'g_type_class_add_private' + * pluma-document-output-stream: avoid 'g_type_class_add_private' + * pluma-gio-document-saver: avoid 'g_type_class_add_private' + * pluma-preferences-dialog: remove unused struct member + * pluma-preferences-dialog: avoid 'g_type_class_add_private' + * pluma-document-input-stream: avoid 'g_type_class_add_private' + * pluma-document: avoid 'g_type_class_add_private' + * pluma-encodings-dialog: avoid 'g_type_class_add_private' + * pluma-close-confirmation-dialog: avoid 'g_type_class_add_private' + * pluma-search-dialog: avoid 'g_type_class_add_private' + * pluma-app: avoid 'g_type_class_add_private' + * Add support for checking .ui accessibility with gla11y + * Remove trailing whitespaces + * Use smart tabs to fix indentation and alignment + * preferences: Fix inconsistent active state of trailing characters + * Add draw spaces/tabs/newlines options + * Draw spaces, tabs, newlines and nbsp. + * Fix use of deprecated glib-genmarshal types + * add snippet to toggle comment/uncomment + * pluma-print-preview: Fix warning: identical expressions + * Change url projet's website + * Switch to Python 3 + * snippets plugin: change code for Python 2 & 3 compatibility + * externaltools plugin: change code for Python 2 & 3 compatibility. + * pythonconsole plugin: change source code for Python 2 & 3 compatibility. + * quickopen plugin: change code for Python 2 & 3 compatibility. + ### pluma 1.23.0 * Translations update diff --git a/configure.ac b/configure.ac index 1278e428..ffcaf659 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.63.2) m4_define(pluma_major_version, 1) m4_define(pluma_minor_version, 23) -m4_define(pluma_micro_version, 0) +m4_define(pluma_micro_version, 1) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], |