From 991d07f79ce3c7daacff05a15ae1b91ffeac2f2c Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 3 Oct 2017 20:07:02 +0200 Subject: release 1.19.2 --- NEWS | 53 ++++++++++++++++++++++++++++++++++------------------- configure.ac | 2 +- 2 files changed, 35 insertions(+), 20 deletions(-) diff --git a/NEWS b/NEWS index cd8c336c..3740cdfb 100644 --- a/NEWS +++ b/NEWS @@ -1,24 +1,39 @@ +### pluma 1.19.2 + + * sync with transifex + * don't request to save documents with no changes + * add gsettings key to hide/show(default) tabs with the side pane + * Hide tabs if we are using the sidebar + * gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: + * avoid deprecated gdk_screen_get_width/height + * avoid deprecated gdk_screen_make_display_name + * pluma-help: don't use deprecated gtk_show_uri + * filebrowser: don't use deprecated gtk_show_uri + * avoid deprecated gdk_display_get_screen and gdk_screen_get_number + * enable the abbility to save the document if it was changed externally + * disable the abbility to save the document if it has no changes + ### pluma 1.19.1 - print-preferences UI: fix some basic deprecations - encoding-dialog UI: fix some basic deprecations - preferences-dialog UI: fix some basic deprecations - pluma-panel: remove deprecated GtkImage types - plumal-panel: remove some GtkStock deprecations - search-dialogs: fix a -Wpointer-compare warning - tag-list-plugin: avoid deprecated GtkStock - file-browser-widget: fix one stock deprecation - configure: drop GLIB_VERSION_MAX_ALLOWED - File browser: don't use GIOScheduler (deprecated) - file-browser-view: silent some build warnings - pluma-view: avoid GtkStock deprecations - pluma-tab: replace some GtkStock icons - pluma-notebook: don't use deprecated gdk_cursor_new - progress-message-area: fix one GtkStock deprecation - io-error-message-dialog: fix some GtkStock deprecation warnings - Restore Polish translation credits from GNOME - Fix: pluma closes tabs unexpectedly with middle click - pluma-notebook.c: fix a build warning + * print-preferences UI: fix some basic deprecations + * encoding-dialog UI: fix some basic deprecations + * preferences-dialog UI: fix some basic deprecations + * pluma-panel: remove deprecated GtkImage types + * plumal-panel: remove some GtkStock deprecations + * search-dialogs: fix a -Wpointer-compare warning + * tag-list-plugin: avoid deprecated GtkStock + * file-browser-widget: fix one stock deprecation + * configure: drop GLIB_VERSION_MAX_ALLOWED + * File browser: don't use GIOScheduler (deprecated) + * file-browser-view: silent some build warnings + * pluma-view: avoid GtkStock deprecations + * pluma-tab: replace some GtkStock icons + * pluma-notebook: don't use deprecated gdk_cursor_new + * progress-message-area: fix one GtkStock deprecation + * io-error-message-dialog: fix some GtkStock deprecation warnings + * Restore Polish translation credits from GNOME + * Fix: pluma closes tabs unexpectedly with middle click + * pluma-notebook.c: fix a build warning ### pluma 1.19.0 diff --git a/configure.ac b/configure.ac index 1a4d02e3..d364ba69 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, 19) -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