From d36f103f6b9ca8a5cee83a40d6f73fd543af7873 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 29 Jan 2018 21:24:40 +0100 Subject: release 1.20 --- NEWS | 38 ++++++++++++++++++++++++++++---------- configure.ac | 4 ++-- 2 files changed, 30 insertions(+), 12 deletions(-) diff --git a/NEWS b/NEWS index 2b4e7e2..1f55a0a 100644 --- a/NEWS +++ b/NEWS @@ -1,15 +1,33 @@ +### mate-terminal 1.20.0 + + * Translations update + * require GTK+ 3.22 and GLib 2.50 + * require VTE 0.46 + * revert parts of previous commit + * screen: stop setting TERM and COLORTERM environment variables + * NEWS: fix typo + * schema: fix summary and description of some keys + * remove "..." from Find keyboard shortcut + * profile-editor: properly initialize the first palette color + * update copyright year to 2018 + * terminal-screen.c: drop unused variables + * Fix build warnings: ignoring return value of ‘chdir’, + * middle click on a tab: add the gsettings key to enable the feature + * make indent more uniform in a few files + * fix possible crash when handling DBus method call + ### mate-terminal 1.19.1 - sync with transifex - Spelling: Whitespace removed, in the terminal, Ctrl - add Solarized themes from gnome-terminal - WidthOfScreen and HeightOfScreen implementation - add the ability to switch tabs using [ctrl+tab] and [ctrl+shift+tab] - allow remapping "search" keyboard shortcuts - Support background images with VTE3 - find-dialog.ui: fix keyboard selection - avoid deprecated vte_terminal_search_get_gregex - add "select all" keyboard shortcut: [control] + [shift] + [A] + * sync with transifex + * Spelling: Whitespace removed, in the terminal, Ctrl + * add Solarized themes from gnome-terminal + * WidthOfScreen and HeightOfScreen implementation + * add the ability to switch tabs using [ctrl+tab] and [ctrl+shift+tab] + * allow remapping "search" keyboard shortcuts + * Support background images with VTE3 + * find-dialog.ui: fix keyboard selection + * avoid deprecated vte_terminal_search_get_gregex + * add "select all" keyboard shortcut: [control] + [shift] + [A] ### mate-terminal 1.19.0 diff --git a/configure.ac b/configure.ac index 8a6d182..4e2001b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([gt_version_major],[1]) -m4_define([gt_version_minor],[19]) -m4_define([gt_version_micro],[1]) +m4_define([gt_version_minor],[20]) +m4_define([gt_version_micro],[0]) m4_define([gt_version_extra],[]) m4_define([gt_version],[gt_version_major().gt_version_minor().gt_version_micro()gt_version_extra]) -- cgit v1.2.1