summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-11-21 20:04:05 +0100
committerraveit65 <[email protected]>2016-11-21 20:04:05 +0100
commit245cb0aefc22cd08f0bdd3c5244f9bae241ab7b2 (patch)
treea7c06eb9efd42258854e72294be98c15c6102dca
parenta04dcd9258a729f0c021856f6a1c24152f71b505 (diff)
downloadmate-settings-daemon-1.17.0.tar.bz2
mate-settings-daemon-1.17.0.tar.xz
release 1.17.0v1.17.0
-rw-r--r--NEWS32
1 files changed, 32 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fb5a679..d2769b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,36 @@
1.17.0
+ * Translations update
+ * move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option
+ * background: add missing GTK+ version check to avoid build warning
+ * background: check for stable release of GTK+3, not for development one
+ * build: require libmatemixer >= 1.10 (first stable release)
+ * build: require libxklavier >= 5.2
+ * remove extra glib version check from build conf
+ * build: require dconf >= 0.13
+ * fix description of motion-acceleration key in touchpad schema
+ * mouse: implement separate mouse/touchpad motion settings using XInput
+ * mouse: add separate keys for touchpad motion settings (not used yet)
+ * mouse: use same #define for 'left-handed' key of mouse and touchpad
+ * mouse: make separate callback for processing touchpad settings
+ * mouse: use more common g_strcmp0 function instead of g_str_equal
+ * mouse: add key for separate touchpad handedness (left/right-handed)
+ * schema: fix indent a bit
+ * mouse: add helper function for fetching Atom property
+ * common: don't create Atom property when checking for its presence
+ * mouse: a bit more of refactoring, less push/pop calls
+ * mouse: move setting left-handed for one device to new function
+ * mouse: move setting tap to click for one device to new function
+ * mouse: move enabling/disabling one touchpad to new function
+ * mouse: move setting bool property for one device to new function
+ * mouse: move setting click actions for one device to new function
+ * mouse: move setting natural scroll for one device to new function
+ * mouse: don't copy struct when it's not needed, pass pointer instead
+ * mouse: move setting middle button for one device to new function
+ * mouse: don't create duplicate GSettings instance
+ * mouse: don't apply any settings if XInput isn't present
+ * mouse: remove duplicate function
+ * build: require XInput unconditionally
+ * xrandr: use proper libmate-desktop function in GTK+3 build
1.16.0
* Change default hinting style to 'hintslight'