2012-01-16  Kjartan Maraas  <kmaraas@gnome.org>

	Updated Norwegian bokmål translation

2012-01-15  Daniel Mustieles  <daniel.mustieles@gmail.com>

	Updated Spanish translation

2012-01-15  Fran Diéguez  <fran.dieguez@mabishu.com>

	Updated Galician translations

2012-01-14  Jovan Naumovski  <jovan3.14@gmail.com>

	Updated Macedonian translation.

2012-01-14  Chris Kühl  <chrisk@openismus.com>

	Fix accelerator collision in "Search for Open Files" dialog

	The accelerators for the Clear and Close buttons were colliding. The
	patch changes the Clear button to use 'l' as the accelerator.

2012-01-14  Chris Kühl  <chrisk@openismus.com>

	Backout change from using free() to g_free() in systemd patch

	From Lennart: Ahum, the free() calls (instead of g_free()) were
	actually placed there for a reason: the memory is allocated by
	sd_pid_get_session() and friends -- which allocate their memory with
	malloc(), and not g_malloc(). In the normal case the backend of
	g_malloc() will simply be malloc(), however if people use
	g_mem_set_vtable() this might differ. i.e. you may use g_free() and
	free() only then interchangably if g_mem_is_system_malloc() is
	TRUE. Summary: replacing free() by g_free() will work most of the
	times but is incorrect.

2012-01-14  Chris Kühl  <chrisk@openismus.com>

	Remove use of deprecated GtkHBox from procproperties.cpp

2012-01-14  Chris Kühl  <chrisk@openismus.com>

	Fix up coding style for patch using older style

2012-01-14  Chris Kühl  <chrisk@openismus.com>

	Only include glib.h

2012-01-14  Krishnan Parthasarathi  <krishnan.parthasarathi@gmail.com>

	Add a Process Properties dialog in GNOME System Monitor

	https://bugzilla.gnome.org/show_bug.cgi?id=543347

2012-01-14  Robert Roth  <robert.roth.off@gmail.com>

	Disable priority changed handler while setting current priority.

	https://bugzilla.gnome.org/show_bug.cgi?id=667227

2012-01-14  Chris Kühl  <chrisk@openismus.com>

	Remove tabs and cleanly format gschema.xml.in file

2012-01-14  Lennart Poettering  <lennart@poettering.net>

	systemd: add process view columns for unit, session, seat, owner

	This (optionally) hooks up the system monitor with systemd, adding
	four new columns to the process view:

	1. Unit (i.e. the service name a system process belongs to)
	2. Session (i.e. the login session a user process belongs to)
	3. Seat (i.e. the physical seat the session of the process belongs to,
	only for multi-seat environments)
	4. Owner (i.e. the user a process belongs to, which is not influenced
	by temporary UID changes like sudo/su/suid.

	This patch also enables that the Unit column is shown by default.

	If systemd is not around at runtime or at compile time none of the
	four new columns are shown.

	https://bugzilla.gnome.org/show_bug.cgi?id=667829

2012-01-14  Chris Kühl  <chrisk@openismus.com>

	Improve code style consistency in LoadGraph

2012-01-13  Yaron Shahrabani  <sh.yaron@gmail.com>

	Updated Hebrew translation.

2012-01-10  Ihar Hrachyshka  <ihar.hrachyshka@gmail.com>

	Updated Belarusian translation.

2012-01-09  Daniel Mustieles  <daniel.mustieles@gmail.com>

	Updated Spanish translation

2012-01-09  Chris Kühl  <chrisk@openismus.com>

	Allow for more than 4 unique colors for CPU graph

	This patch changes the GSettings key from being hard-coded as
	cpu-color-n to an array with the GVariant type 'a(us)'; an array of
	structures containing an unsigned int (cpu index) and a string (hex
	color). Using this type as opposed to a simple 'as' allows one to
	easily see which color is associated with each CPU. This becomes more
	important as the number of CPUs grows.

	Note that this patch does not change the issue that one can only
	change the color of CPUs 0-3 in the GUI. One must use a tool such as
	dcong-editor to edit CPUs 4-n.

	https://bugzilla.gnome.org/show_bug.cgi?id=632188

2012-01-09  Chris Kühl  <chrisk@openismus.com>

	Clean up SOURCES in src/Makefile.am

2012-01-09  Chris Kühl  <chrisk@openismus.com>

	Fix function definition format in util.cpp

2012-01-09  Robert Roth  <robert.roth.off@gmail.com>

	Add custom sort method for numerical columns with descending sort first.

	https://bugzilla.gnome.org/show_bug.cgi?id=557122
	https://bugzilla.gnome.org/show_bug.cgi?id=507108

2012-01-08  Robert Roth  <robert.roth.off@gmail.com>

	Avoid crash if icon is not found by catching exception.

	https://bugzilla.gnome.org/show_bug.cgi?id=662463

2012-01-08  Chris Kühl  <chrisk@openismus.com>

	Replace deprecated rsvg_init() with g_type_init()

	This required a version dependency bump for librsvg to 2.35 and made
	the call to rsvg_term() superfluous.

2012-01-07  Stas Solovey  <whats_up@tut.by>

	Updated Russian translation

2011-12-30  Mario Blättermann  <mariobl@gnome.org>

	[l10n] Updated German translation

2011-12-30  Mario Blättermann  <mariobl@gnome.org>

	[l10n] Updated German translation

2011-12-30  Yaron Shahrabani  <sh.yaron@gmail.com>

	Updated Hebrew translation.

2011-12-29  Muhammet Kara  <muhammet.k@gmail.com>

	[l10n]Updated Turkish translation

2011-12-25  Hideki Yamane  <henrich@debian.org>

	Updated Japanese translation