summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-04-05 14:51:24 +0300
committermonsta <[email protected]>2016-04-05 14:51:24 +0300
commit0ae8c26cf4aaf55494a6a468e24fd905c7fa8d93 (patch)
tree85e25d3b6fb6aac162524d69037ce47cc65cfc3f
parent6e0ddb9837551bd33b2f0b75a8f83cb3d2d36927 (diff)
downloadmate-system-monitor-0ae8c26cf4aaf55494a6a468e24fd905c7fa8d93.tar.bz2
mate-system-monitor-0ae8c26cf4aaf55494a6a468e24fd905c7fa8d93.tar.xz
update NEWS and pack 1.13.x changes into single 1.14.0 entry
-rw-r--r--NEWS52
1 files changed, 25 insertions, 27 deletions
diff --git a/NEWS b/NEWS
index e94b955..c3890a4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,33 +1,31 @@
-1.13.2
+1.14.0
- * disks: implement saving and loading width and visibility of columns
- * process table: rename proctable_update_all func to proctable_update
- * process table: proctable_update_list is a local function
- * fix segfault on view mode change with process properties open
- * drop weird matesu support (did matesu ever exist?!)
- * process properties: show cgroups + show N/A when selinux isn't set
- * process table: show running state when CPU time changes
- * sysinfo: fix forgotten memleak
- * process table: avoid expanding collapsed nodes on every refresh
- * main window: save maximized state in gsettings on exit and load it on startup
- * defaulttable: use correct icons (fix old gnome->mate replace error)
- * schema: make column names match the actual names in UI
- * prefs dialog: fix refresh rate not saving in some cases
- * GTK+-3: Get values from GtkStyleContext states properly
-
-1.13.1
-
- * get exact number of CPUs instead of guessing
+ * Move to GTK+3, drop GTK+2 code and --with-gtk build option
+ * Set minimum required GTK+ version to 3.14, drop some deprecated
+ code
+ * Run gksu binary instead of loading libgksu2.so (which is GTK+2
+ only)
+ * Drop MateConf migration script
+ * Main window: save maximized state in gsettings on exit and load
+ it on startup
+ * Disks: add saving and loading width and visibility of columns
+ * Process properties: show cgroups
+ * Process properties: show N/A when cgroups or selinux isn't set
+ * Process table: show running state when CPU time changes
+ * Change graph grid line colors and pattern
+ * Draw the background of graphs explicitly to avoid issues with
+ GTK+ 3.20
+ * Fix incorrect icons for some known apps like marco or vino
+ * Some more fixes and cleanups
+ * Translations update
-1.13.0
+1.12.2
- * prefs dialog: increase height a bit
- * drop MateConf migration script
- * drop GTK+2 code and --with-gtk build option
- * set minimum GTK+ version to 3.14 and drop some deprecated code
- * fix some deprecations
- * load-graph: Draw the background explicitly, fixes graph with gtk+-3.20
- * Changed graph grid line colors
+ * Process table: avoid expanding collapsed nodes on every refresh
+ * Prefs dialog: fix refresh rate not saving in some cases
+ * Memmaps dialog: fix unwanted autoscrolling to the top of list
+ * Fix segfault on view mode change with process properties open
+ * Some more fixes
1.12.1