diff -Nru gnome-system-monitor-3.14.1/aclocal.m4 gnome-system-monitor-3.15.4/aclocal.m4 --- gnome-system-monitor-3.14.1/aclocal.m4 2014-10-13 18:41:30.000000000 +0000 +++ gnome-system-monitor-3.15.4/aclocal.m4 2015-01-19 17:17:24.000000000 +0000 @@ -704,7 +704,7 @@ EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach lc,$(HELP_LINGUAS),$(wildcard $(lc)/$(f)))) distdir: distdir-help-files -distdir-help-files: +distdir-help-files: $(_HELP_LC_FILES) @for lc in C $(if $(YELP_LC_DIST),$(HELP_LINGUAS)) ; do \ $(MKDIR_P) "$(distdir)/$$lc"; \ for file in $(HELP_FILES); do \ @@ -733,7 +733,7 @@ .PHONY: install-help install-data-am: $(if $(HELP_ID),install-help) -install-help: +install-help: $(_HELP_LC_FILES) @for lc in C $(_HELP_LINGUAS); do \ $(mkinstalldirs) "$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)" || exit 1; \ done diff -Nru gnome-system-monitor-3.14.1/ChangeLog gnome-system-monitor-3.15.4/ChangeLog --- gnome-system-monitor-3.14.1/ChangeLog 2014-10-13 18:43:38.000000000 +0000 +++ gnome-system-monitor-3.15.4/ChangeLog 2015-01-19 17:18:33.000000000 +0000 @@ -1,3 +1,125 @@ +2015-01-10 Robert Roth + + Removed iconthemewrapper + +2015-01-03 Robert Roth + + Removed dummy process with 0 PID + +2015-01-03 Benoît Dejean + + Initialize all MemMapsData members. + + https://bugzilla.gnome.org/show_bug.cgi?id=742070 + +2015-01-03 Benoît Dejean + + Initialize all members of GUI and make it NonCopyable. + + https://bugzilla.gnome.org/show_bug.cgi?id=742070 + +2015-01-03 Benoît Dejean + + Initialize all LoadGraph and OptionGroup members. + + https://bugzilla.gnome.org/show_bug.cgi?id=742070 + +2015-01-03 Benoît Dejean + + Initialize all members of ProcConfig, MutableProcInfo and GsmApplication. And make them NonCopyable. + + https://bugzilla.gnome.org/show_bug.cgi?id=742070 + +2015-01-03 Benoît Dejean + + Initialize all ProcInfo members. + + https://bugzilla.gnome.org/show_bug.cgi?id=742070 + +2015-01-03 Benoît Dejean + + Initialize all SmoothRefresh members. + + https://bugzilla.gnome.org/show_bug.cgi?id=742070 + +2015-01-03 Benoît Dejean + + Make SmoothRefresh non-copyable. + + https://bugzilla.gnome.org/show_bug.cgi?id=742070 + +2015-01-03 Benoît Dejean + + Make LoadGraph non-copyable. + + https://bugzilla.gnome.org/show_bug.cgi?id=742070 + +2015-01-03 Benoît Dejean + + Define a helper NonCopyable base class. + + https://bugzilla.gnome.org/show_bug.cgi?id=742070 + +2015-01-03 Benoît Dejean + + Test & fix for pid=0 + + https://bugzilla.gnome.org/show_bug.cgi?id=742070 + +2014-12-15 Robert Roth + + Release 3.15.3 + +2014-12-08 Tim Lunn + + Don't set "titlebar" class when using headerbar widget as a toolbar + + https://bugzilla.gnome.org/show_bug.cgi?id=741236 + +2014-12-06 Trần Ngọc Quân + + Updated Vietnamses translation + + Signed-off-by: Trần Ngọc Quân + +2014-12-04 Robert Roth + + Fixed bogus assignment (bgo #738110) + +2014-12-04 Tim Lunn + + Use traditional titlebars on !GNOME DE's + + https://bugzilla.gnome.org/show_bug.cgi?id=741044 + +2014-11-17 Duarte Loreto + + Updated Portuguese translation + +2014-11-03 Timo Jyrinki + + Change Finnish translation team web page to l10n.gnome.org + +2014-10-30 Baurzhan Muftakhidinov + + Added Kazakh translation + +2014-10-28 Robert Roth + + Release 3.15.1 + +2014-10-20 Robert Roth + + Do not ship executables (bgo #738752) + +2014-10-15 Robert Roth + + Added padding before search button (bgo #735302) + +2014-10-14 Kalev Lember + + Fix desktop file keywords translation syntax error + 2014-10-13 Matthias Clasen Ensure icons are at the right size @@ -7,17 +129,9 @@ https://bugzilla.gnome.org/show_bug.cgi?id=738467 -2014-10-13 Robert Roth - - Disable internal polkit agent (bgo #737098) - -2014-10-10 Sweta Kothari - - Updated gujarati translations +2014-10-13 David King -2014-10-10 Sweta Kothari - - Updated gujarati translations + Fix Czech help translation 2014-10-10 Arash Mousavi @@ -27,22 +141,28 @@ Updated Bulgarian translation -2014-10-08 Saibal Ray - - Updated Bengali (India) translation - 2014-10-05 Milo Casagrande Updated Italian translation -2014-09-25 Мирослав Николић +2014-09-25 Saibal Ray - Updated Serbian translation + Updated Bengali (India) translation + +2014-09-24 Robert Roth + + Disable internal polkit agent (bgo #737098) 2014-09-23 Krishnababu Krothapalli Updated Telugu translation +2014-09-22 Kalev Lember + + Fix Ukrainian translation for desktop file keywords + + It's a string list and must be terminated with a semicolon. + 2014-09-22 Robert Roth Release 3.14.0 diff -Nru gnome-system-monitor-3.14.1/configure gnome-system-monitor-3.15.4/configure --- gnome-system-monitor-3.14.1/configure 2014-10-13 18:41:31.000000000 +0000 +++ gnome-system-monitor-3.15.4/configure 2015-01-19 17:17:25.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for gnome-system-monitor 3.14.1. +# Generated by GNU Autoconf 2.69 for gnome-system-monitor 3.15.4. # # Report bugs to . # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='gnome-system-monitor' PACKAGE_TARNAME='gnome-system-monitor' -PACKAGE_VERSION='3.14.1' -PACKAGE_STRING='gnome-system-monitor 3.14.1' +PACKAGE_VERSION='3.15.4' +PACKAGE_STRING='gnome-system-monitor 3.15.4' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=system-monitor' PACKAGE_URL='' @@ -1417,7 +1417,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures gnome-system-monitor 3.14.1 to adapt to many kinds of systems. +\`configure' configures gnome-system-monitor 3.15.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1488,7 +1488,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gnome-system-monitor 3.14.1:";; + short | recursive ) echo "Configuration of gnome-system-monitor 3.15.4:";; esac cat <<\_ACEOF @@ -1632,7 +1632,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gnome-system-monitor configure 3.14.1 +gnome-system-monitor configure 3.15.4 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2098,7 +2098,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by gnome-system-monitor $as_me 3.14.1, which was +It was created by gnome-system-monitor $as_me 3.15.4, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2967,7 +2967,7 @@ # Define the identity of the package. PACKAGE='gnome-system-monitor' - VERSION='3.14.1' + VERSION='3.15.4' cat >>confdefs.h <<_ACEOF @@ -17300,7 +17300,7 @@ EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach lc,$(HELP_LINGUAS),$(wildcard $(lc)/$(f)))) distdir: distdir-help-files -distdir-help-files: +distdir-help-files: $(_HELP_LC_FILES) @for lc in C $(if $(YELP_LC_DIST),$(HELP_LINGUAS)) ; do \ $(MKDIR_P) "$(distdir)/$$lc"; \ for file in $(HELP_FILES); do \ @@ -17329,7 +17329,7 @@ .PHONY: install-help install-data-am: $(if $(HELP_ID),install-help) -install-help: +install-help: $(_HELP_LC_FILES) @for lc in C $(_HELP_LINGUAS); do \ $(mkinstalldirs) "$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)" || exit 1; \ done @@ -17946,7 +17946,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by gnome-system-monitor $as_me 3.14.1, which was +This file was extended by gnome-system-monitor $as_me 3.15.4, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -18012,7 +18012,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -gnome-system-monitor config.status 3.14.1 +gnome-system-monitor config.status 3.15.4 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru gnome-system-monitor-3.14.1/configure.ac gnome-system-monitor-3.15.4/configure.ac --- gnome-system-monitor-3.14.1/configure.ac 2014-10-13 18:32:32.000000000 +0000 +++ gnome-system-monitor-3.15.4/configure.ac 2015-01-19 17:16:48.000000000 +0000 @@ -2,7 +2,7 @@ AC_PREREQ([2.63]) AC_INIT([gnome-system-monitor], - [3.14.1], + [3.15.4], [http://bugzilla.gnome.org/enter_bug.cgi?product=system-monitor], [gnome-system-monitor]) diff -Nru gnome-system-monitor-3.14.1/data/interface.ui gnome-system-monitor-3.15.4/data/interface.ui --- gnome-system-monitor-3.14.1/data/interface.ui 2014-07-21 19:42:00.000000000 +0000 +++ gnome-system-monitor-3.15.4/data/interface.ui 2014-10-20 20:15:40.000000000 +0000 @@ -40,6 +40,7 @@ True False center + 6 win.search @b false