summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS85
1 files changed, 85 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f860ada..4978406 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,88 @@
+### mate-settings-daemon 1.28.0
+
+ * update Translations
+
+### mate-settings-daemon 1.27.1
+
+ * update Translations
+ * Open default application using async function
+ * replace deprecated gtk_image_menu_item*
+ * ci: remove dbus-glib
+ * remove dbus-glib from build system
+ * rfkill: change bus name to org.mate.SettingsDaemon
+ * rfkill: allow another message bus connection to claim the bus name.
+ * xrandr: migrate from dbus-glib to GDBus
+ * media-keys: migrate from dbus-glib to GDBus
+ * msd: migrate from dbus-glib to GDBus
+ * smartcard: migrate from dbus-glib to GDBus
+ * datetime: migrate from dbus-glib to gdbus
+ * a11y-keyboard-atspi: Fix memory leak
+
+### mate-settings-daemon 1.27.0
+
+ * configure.ac: The macro 'AC_HELP_STRING' is obsolete
+ * a11y-keyboard: migrate from dbus-glib to GDBus
+ * Relax High DPI limits
+ * tx: update resource
+ * tx: migrate config file
+ * msd-keyboard-xkb: use G_N_ELEMENTS macro
+ * Add setting for adjustment of audio volume above 100 per cent: Part 3
+ * build warning: AC_OUTPUT should be used without arguments
+ * mate-settings-manager: fix memory leak
+ * Fix implicit conversion changes signedness: 'gboolean' to 'guint'
+ * datetime: declaration shadows a variable in the global scope
+ * Fix build warnings about missing field initializer
+ * Cppcheck: function parameter can be declared with const
+ * Use GLib's new g_clear_signal_handler() function to simplify code
+ * housekeeping: disconnect manager's changed settings signal on finalize
+ * ci: drop -Wunused-parameter compiler cflag from debian build
+ * xrdb: wrong type field in printf format string
+ * datetime: fix memory leak
+ * build: show configure summary using a pretty format
+ * Use a blank line at most
+ * tx: update resource
+ * xrandr: fix typo reported by translators
+
+### mate-settings-daemon 1.26.0
+
+ * update translations
+ * update copyright to 2021
+
+### mate-settings-daemon 1.25.1
+
+ * update translations
+ * xsettings: Improve Qt HiDPI environment settings
+ * xsettings: Set Xft.dpi in X resources to scaled_dpi
+ * rfkill: g_memdup is dreprecated from glib 2.68
+ * media-keys: memory leak
+ * keyboard: Remove warning -Wcast-function-type
+ * xsettings: Remove warning -Wcast-function-type
+ * background: Remove conversion warnings
+ * media-keys: Remove conversion warnings
+ * housekeeping: Remove warning -Wcast-function-type
+ * housekeeping: override finalize method in MsdHousekeepingManager
+ * housekeeping: promote MsdHousekeepingManager class to final type
+ * typing-break: promote MsdTypingBreakManager class to final type
+ * sound: promote MsdSoundManager class to final type
+ * build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
+ * cppcheck warning: struct member is never used
+ * background: promote MsdBackgroundManager class to final type
+ * mate-settings-daemon: Remove warning -Wcast-function-type
+ * mate-settings-daemon: Remove conversion warnings
+ * cppcheck warning: Variable is assigned a value that is never used
+ * cppcheck warning: known condition is always true
+ * cppcheck warning: null pointer redundant check
+ * housekeeping: Do not use deprecated gtk_image_new_from_stock
+ * Remove warning -Wshadow
+ * Use g_slist_free_full
+ * msd-background-manager: use g_list_free_full
+ * Remove USE_MATE2_MACROS from autogen.sh (legacy)
+ * msd-media-keys-manager: 'GTimeVal' is deprecated
+ * a11y-keyboard: Add support for togglekeys-backend setting
+ * a11y-keyboard: Delay registration of the plugin
+ * a11y-keyboard: Add sanity checks on beep sequence preferences
+ * a11y-keyboard: Manually beep for togglekeys
+
### mate-settings-daemon 1.25.0
* update translations