From 847dd0a170f30a5b101a1c0806508d898dcd4534 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 23 Jan 2020 13:07:19 +0100 Subject: release 1.23.3 --- NEWS | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index dfdf876e..e69cc003 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +### pluma 1.23.3 + + * Translations update + * Update copyright to 2020 + * avoid to make new Gsettings variables + * use Gsettings 'pluma_prefs_manager' instead + * Taglist: Load the local translation string from lang.mo file + * ignore comment element in xml file + * add translator hints + * migrate from intltool to gettext + * sync with fixed uk translations uk from transifex + * window: Do not override GdkWindowState + * pluma-document: avoid garbarge value in 'file_with_bom' function + * preferences: Change Draw to Show + * document-loader: remove unused variables + * smart-converter: Fix memory leaks + ### pluma 1.23.2 * Translations update diff --git a/configure.ac b/configure.ac index 373825ab..7c950251 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, 2) +m4_define(pluma_micro_version, 3) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], -- cgit v1.2.1