From 382eb97c5371b4b01f20bb7443e990760ec2fb04 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 6 Jul 2020 16:05:50 +0200 Subject: release 1.25.0 --- NEWS | 34 ++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5337e3df..0e4db385 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,37 @@ +### mate-notification-daemon 1.25.0 + + * Translations update + * gdict-pref-dialog: Simplify notebook scroll event + * gdict-applet.c: change "Preferences" menu icon for harmonization + * use libegg submodules + * add git.mk to generate .gitignore + * help: retake figures for baobab + * help: update figures of baobab + * baobab-dialog-scan-props.ui: Fix deprecations + * gsearchtool: Remove the warning about ‘GTimeVal’ is deprecated + * mate-dictionary-source.ui: Fix deprecations + * logview: Use test-reader test with log file path + * docbook: correct DE name + * gsearchtool: Remove enum conversion warning + * makefile: add READMEs to EXTRA_DIST + * change automake flavour to disable build warning + * readme: migrate to Markdown for dictionary and baobab and update + * readme: migrate to README.md and update + * mate-system-log: Remove the warning about ‘GTimeVal’ is deprecated + * build: silent build warnings for distcheck + * Remove bad-function-cast warnings + * expand the comments on about dialogs + * build: do not override the default value for MATE_COMPILE_WARNINGS + * gsearchtool: avoid deprecated GtkImageMenuItem + * gsearchtool: add copy path menu item to popup menu + * mate-dictionary: remove unused function 'gdict_window_set_statusbar_visible' + * logview: Rewrite logview-filter.ui from scratch + * Remove warnings: function declaration isn’t a prototype + * Define custom macros for wrapping the calls to gtk_builder_get_object + * mate-dictionary: warnings variable defined but not used + * baobab: Remove unused variable ‘uri_list’ + * mate-screenshot: do not use stock icons in mate-screenshot.ui + ### mate-notification-daemon 1.24.0 * Translations update diff --git a/configure.ac b/configure.ac index 09593640..571f62a6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ m4_define([mate_utils_major], [1]) -m4_define([mate_utils_minor], [24]) +m4_define([mate_utils_minor], [25]) m4_define([mate_utils_micro], [0]) m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro]) -- cgit v1.2.1