summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-01-30 16:12:24 +0100
committerraveit65 <[email protected]>2018-01-30 16:12:24 +0100
commit29d362e10ff63935fa1ecc12a0156b43fd3c11b9 (patch)
treedfd9ea1eec4381a57d997fe362daafd49b642dc2
parenta172d58baf65a7c877c81b063be702ce751dedd2 (diff)
downloadpluma-29d362e10ff63935fa1ecc12a0156b43fd3c11b9.tar.bz2
pluma-29d362e10ff63935fa1ecc12a0156b43fd3c11b9.tar.xz
release 1.20v1.20.0
-rw-r--r--NEWS28
-rw-r--r--configure.ac4
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],