From 29d362e10ff63935fa1ecc12a0156b43fd3c11b9 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 30 Jan 2018 16:12:24 +0100 Subject: release 1.20 --- NEWS | 28 ++++++++++++++++++++-------- configure.ac | 4 ++-- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/NEWS b/NEWS index 775e661f..c8d3be92 100644 --- a/NEWS +++ b/NEWS @@ -1,15 +1,27 @@ +### pluma 1.20.0 + + * sync with transifex + * require GTK+ 3.22 and GLib 2.50 + * put 'peas_engine_enable_loader' in the correct place + * update copyright year to 2018 + * Fix: make the list of recently used files working again + * drop unused variables + * pluma-spell-checker-language.c: Fix build warning: + * pluma.c: Fix build warning: + * pluma-document.c: Fix build warning: + ### pluma 1.19.3 - sync with transifex - pluma-window: have GtkRecentData on stack instead of allocating it - WidthOfScreen and HeightOfScreen implementation - Fixes for regexp replacement with backreferences (e.g. "\0") (#259) - pluma-view.c: use one static variable instead two to do the same job - make sure pluma open in the same window of the workspace + * sync with transifex + * pluma-window: have GtkRecentData on stack instead of allocating it + * WidthOfScreen and HeightOfScreen implementation + * Fixes for regexp replacement with backreferences (e.g. "\0") (#259) + * pluma-view.c: use one static variable instead two to do the same job + * make sure pluma open in the same window of the workspace Fix: pluma closes tabs unexpectedly with [right+middle] click [ctrl] + [+] / [ctrl] + [-] using the numeric keypad - add gsettings key: Show save confirmation if the files have changes - Fix: wrong behavior holding down [middle + right] click + * add gsettings key: Show save confirmation if the files have changes + * Fix: wrong behavior holding down [middle + right] click [ctrl] + [+] / [ctrl] + [-] to increase/decrease font size ### pluma 1.19.2 diff --git a/configure.ac b/configure.ac index d134198d..5cfa4742 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, 19) -m4_define(pluma_micro_version, 3) +m4_define(pluma_minor_version, 20) +m4_define(pluma_micro_version, 0) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], -- cgit v1.2.1