From 444212e78fca854d3550b46c740652ffc207dfec Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 21 Nov 2018 16:32:01 +0100 Subject: release 1.21.2 --- NEWS | 42 ++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6204ac20..98c3202c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,45 @@ +### pluma 1.21.2 + + * sync with transifex + * tx: update translation sources + * Use the same legal.xml file + * Use make functions for HELP_LINGUAS + * tx: update help source for transifex + * tx: improve makepot + * Refer to the strftime(3) man page for more information... + * Refer to the pluma(1) man page for more information... + * Remove unused screenshots + * tx: update transifex source + * Fix spelling and grammar mistakes + * help: fix help links + * Use actual pluma screenshot for Catalan + * Use actual pluma screenshot + * tx: generate userguide source + * tx: add pluma-user-guide to transifex config + * Fix spelling and grammar mistakes + * prefs-manager: silent some build warnings + * fix a few introspection and doc warnings + * Fix search backwards with regex + * pluma-document: fix possible memory leak + * pluma-view: Fix: Don't loss the PRIMARY clipboard + * pluma-document: Fix: don't crash using files with 'bom' + * make the 'close confirmation dialog' bigger with multiple files + * pluma-view: Fix: unexpectedly switch between tabs + * close-confirmation-dialog: Fix: don't resize the dialog unexpectedly + * pluma-sort-plugin: avoid extra empty line + * pluma-view: Fix bold and italic fonts in menus + * spell plugin: Autocheck spelling with [control + F7] + * add the option to hide the frist tab if there is only one tab + * notebook: drop unused 'pluma_notebook_set_always_show_tabs' + * pluma-view: Fix possible memory leak + * pluma-view: use static variables for cssprovider and settings + * pluma-view: sync the font in context-menu with gsettings key + * pluma-window: make sure some resources are freed + * add the abbility to switch tabs using [ctrl+tab] and [ctrl+shift+tab] + * pluma-view: Fix font in context menu + * pluma-view: pluma_override_font: add the provider only one time + * pluma-view: Fix: Bold and Italic fonts don't work + ### pluma 1.21.1 * Translations update diff --git a/configure.ac b/configure.ac index 290d0570..e1a1167d 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, 21) -m4_define(pluma_micro_version, 1) +m4_define(pluma_micro_version, 2) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], -- cgit v1.2.1