diff options
-rw-r--r-- | NEWS | 26 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 27 insertions, 1 deletions
@@ -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) |