summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-09-18 21:44:01 +0300
committermonsta <[email protected]>2016-09-18 21:44:01 +0300
commit26b8185385b218d9b1dd9cfe6c3134470232d0b6 (patch)
tree25d3ca2d38fcf5427fe0e8d32168daf88ec20834
parent5d5f46f85c53552a3fa188c300dd20e37db47172 (diff)
downloadmate-power-manager-26b8185385b218d9b1dd9cfe6c3134470232d0b6.tar.bz2
mate-power-manager-26b8185385b218d9b1dd9cfe6c3134470232d0b6.tar.xz
update NEWS for 1.16
-rw-r--r--NEWS49
1 files changed, 14 insertions, 35 deletions
diff --git a/NEWS b/NEWS
index 0a86b47..5ef94d9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,41 +1,20 @@
-Version 1.15.1
-
- - update CFLAGS and LIBS, MATE to CAIRO
- - applets: update Copyright
- - applets: use GtkAbout and drop dependency to libmate-desktop
- - Port from libunique to GtkApplication
- - remove dbus-monitor from tests in make file
- - applets: remove egg-dbus-proxy and use the provided functions in GDBus
- - remove egg-dbus-proxy and use the provided functions in GDBus
- - Show the primary device time remaining as the first entry in the context menu
- - Do not issue a console warning when laptop batteries are empty
- - allow non-battery devices to be used for gpm_engine_update_composite_device()
- - Reorganize the tray icon code to make it easier for AppIndicator
- - Add a ::devices-changed signal to GpmEngine that helper code may want
- - rename a function to match upstream
- - distcheck: explicitly use currently selected GTK+ version
- - drop unused code
- - GTK+-3 gpm-tray-icon: use About dialog from GTK+ instead of forked one from libmate-desktop
- - don't include removed gnome files in dist
- - remove ancient gnome files
-
-Version 1.15.0
+Version 1.16.0
~~~~~~~~~~~~~~
-Released: 2016-06-08
+Released: 2016-09-19
+* News:
+ - Use GtkAboutDialog instead of MateAboutDialog
+ - Drop dependency on libmate-desktop
+ - Show the primary device time remaining as the first entry in
+ the context menu
+ - Do not issue a console warning when laptop batteries are empty
+ - GTK+3: port from libunique to GtkApplication
+ - GTK+3: add css theming for OSD (MsdOsdWindow)
+ - GTK+3: fix empty space in tray when system has no battery
+ - GTK+3: fix lots of deprecations
+ - Some more fixes and cleanups
- Translations update
- - GTK+3: fix having an icon space with having no battery
- - rely less on GtkStock
- - GTK+3 media-keys: sync code with m-s-d and drop include mate-desktop-utils.h
- - GTK+3 gpm-kbd-backlight: replace deprecated gdk_display_get_pointer
- - GTK+3: replace gdk_error_trap_pop () with gdk_error_trap_pop_ignored ()
- - GTK+3 gpm-backlight: replace deprecated gdk_display_get_pointer
- - GTK+3 brightness applet: use the right gtk state flag
- - GTK+3 msd-osd-window: improve style_updated function
- - GTK+3 msd-osd-window: port everything to GtkStyleContext
- - GTK+3 gpm-tray-icon: fix a Wincompatible-pointer-types build warning
- - GTK+3: do not use deprecated gtk_widget_size_request
- - GTK+3: css themes for MsdOsdWindow
+ - Make distcheck use currently selected GTK+ version
Version 1.14.0
~~~~~~~~~~~~~~