summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-07-02 20:13:17 +0200
committerraveit65 <[email protected]>2020-07-02 20:13:17 +0200
commitadb2ddb89a4d8c55db5ab576b085de05ef048068 (patch)
tree4c6f53ba063420c65d5d59ddf1d621a78c4a2f8e
parente364cdb820c8d8d49184d6020a7df87a19520b09 (diff)
downloadpluma-adb2ddb89a4d8c55db5ab576b085de05ef048068.tar.bz2
pluma-adb2ddb89a4d8c55db5ab576b085de05ef048068.tar.xz
release 1.25.0v1.25.0
-rw-r--r--NEWS26
-rw-r--r--configure.ac2
2 files changed, 27 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 334e30c0..18912477 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+### pluma 1.25.0
+
+ * tx: disable "he" translations
+ * tx: pull from transifex with fixed Chinese translation
+ * Translations update
+ * pluma-preferences-dialog: Refactor on_notebook_scroll_event
+ * use libegg submodules
+ * tx: sync with fixed Italian translation
+ * add git.mk to generate .gitignore
+ * Remove unused macros
+ * Remove warning ‘GTimeVal’ is deprecated
+ * add support for wayland
+ * Add tab scrolling support for GTK3
+ * Require gtk+ 3.22 in glade files
+ * pluma.c: set PlumaWindow size-request (min-size) to 250x250
+ * pluma-utils: Enable multiline mode on regex search
+ * help: add a link to syntax and semantics of regex
+ * build: silent build warnings for distcheck
+ * help: Add tip about how to show location entry on Open File dialog
+ * help: Remove Open Location from shortcut keys table
+ * pluma-commands-help: expand the comment on about dialog
+ * build: do not override the default value for MATE_COMPILE_WARNINGS
+ * Remove warnings: cast between incompatible function types
+ * Use user page on github when user email is private
+ * Update authors
+
### pluma 1.24.0
* Translations update
diff --git a/configure.ac b/configure.ac
index f933553a..0490de3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ 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, 24)
+m4_define(pluma_minor_version, 25)
m4_define(pluma_micro_version, 0)
m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version)