summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-10-03 20:07:02 +0200
committerraveit65 <[email protected]>2017-10-03 20:07:02 +0200
commit991d07f79ce3c7daacff05a15ae1b91ffeac2f2c (patch)
tree4f37c80c0fc5b457710de686807b3c5dee228ee8
parent97122c2365e7f2d7cc42db721d0f280474d8327c (diff)
downloadpluma-991d07f79ce3c7daacff05a15ae1b91ffeac2f2c.tar.bz2
pluma-991d07f79ce3c7daacff05a15ae1b91ffeac2f2c.tar.xz
release 1.19.2v1.19.2
-rw-r--r--NEWS53
-rw-r--r--configure.ac2
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],