2010-06-14  Mike Massonnet <mmassonnet@xfce.org>

	=== Release 1.0.0 ===


2010-06-13  Mike Massonnet <mmassonnet@xfce.org>

	Fix SIGBUS on Debian x86_64 (original patch from Jérôme Guelfucci)

	Something strange happened when doing a comparison between a guint type
	and sizeof(), turning it back to gint fixes the issue. Fix other
	compiler warnings at the same time.

2010-06-13  Mike Massonnet <mmassonnet@xfce.org>

	Don't make redundant messages for translators


2010-06-13  Mike Massonnet <mmassonnet@xfce.org>

	Update POTFILES


2010-06-13  Mike Massonnet <mmassonnet@xfce.org>

	Remove the 250ms refresh rate

	At this refresh rate the application occupies too many CPU cycles and
	this is totally beside the point.

2010-06-13  Mike Massonnet <mmassonnet@xfce.org>

	Always paint the last monitor peak

	Round the minimum history length and always paint the last peak even if
	it doesn't fit entirely. This change was needed because visible with
	some refresh rates.

2010-06-13  Mike Massonnet <mmassonnet@xfce.org>

	Replace progress bars with monitors


2010-06-10  Ivica  Kolić <ikoli@yahoo.com>

	l10n: Updates to Croatian (hr) translation

	New status: 51 messages complete with 0 fuzzies and 7 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-06-10  Mike Massonnet <mmassonnet@xfce.org>

	Display tree view context menu on Menu key press


2010-06-10  Mike Massonnet <mmassonnet@xfce.org>

	Add right click menu on status icon with a Quit item


2010-06-10  Mike Massonnet <mmassonnet@xfce.org>

	Hide window on window close when the status icon is visible


2010-06-10  Ivica  Kolić <ikoli@yahoo.com>

	l10n: Updates to Croatian (hr) translation

	New status: 51 messages complete with 0 fuzzies and 7 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-06-09  Johannes Lips <johannes.lips@googlemail.com>

	l10n: Updated German (de) translation to 44%

	New status: 26 messages complete with 26 fuzzies and 6 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-06-09  Mike Massonnet <mmassonnet@xfce.org>

	Fix compiler warnings from Solaris implementation


2010-06-08  Mike Massonnet <mmassonnet@xfce.org>

	[linux] Fix compiler warnings from Linux implementation


2010-06-06  Mike Massonnet <mmassonnet@xfce.org>

	Fix compiler warnings (original patches from Enrico Tröger)

	Add missing include for geteuid() missing declaration
	xtm_process_window_show_swap_usage() in process-window.
	Fix various compiler warnings from main.c task-manager.c and
	app-manager.c.

2010-06-08  Mike Massonnet <mmassonnet@xfce.org>

	[linux] Fix 64-bit issue with scanf

	The fix is very trivial, all it takes is initializing values passed to
	scanf to zero. In fact format conversions inside scanf/printf may fail
	otherwise.

2010-06-04  Mike Massonnet <mmassonnet@xfce.org>

	Update README with optional dependency on libwnck


2010-06-04  Mike Massonnet <mmassonnet@xfce.org>

	Display window icons/names

	Add optional link on libwnck (default=yes) and build a new object from
	app-manager.c to keep an up to date list of applications with their name
	and icon. Use it inside the task manager object to display inside the
	tree view.

2010-06-04  Abel Martín <abel.martin.ruiz@gmail.com>

	l10n: Updated Spanish (Castilian) (es) translation to 100%

	New status: 58 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-06-03  Mike Massonnet <mmassonnet@xfce.org>

	Fix g_snprintf call for task name

	Don't pass task name as format, instead call g_snprintf safely with "%s"
	and pass the task name as an argument.

2010-06-03  Nuno Miguel <nunis@netcabo.pt>

	l10n: Updated Portuguese (pt) translation to 100%

	New status: 58 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-06-02  Mike Massonnet <mmassonnet@xfce.org>

	Update status icon tooltip only if visible


2010-06-02  Mike Massonnet <mmassonnet@xfce.org>

	Update command line when needed


2010-06-02  Mike Massonnet <mmassonnet@xfce.org>

	Sort on first click in descending order


2010-06-02  Mike Massonnet <mmassonnet@xfce.org>

	On window hide do a normal check on the window


2010-06-02  Mike Massonnet <mmassonnet@xfce.org>

	Center dialogs on mouse cursor


2010-06-02  Mike Massonnet <mmassonnet@xfce.org>

	Avoid saving columns positions when closing application

	When the application was closed, the columns-changed signal was
	triggered everytime a tree view column was destroyed/removed from the
	tree view (think dispose), and this was bad since the columns positions
	may have been saved as a succession of zeros. Avoid this.

2010-06-02  Mike Massonnet <mmassonnet@xfce.org>

	Plug a dynamic leak

	A leak occured in the timer code, and thus the memory was growing over
	time. Cf. src/task-manager.c(model_update_tree_iter), the old_state
	variable was not free'd.

	Plugged other static leaks at the same time.

2010-06-01  Ivica  Kolić <ikoli@yahoo.com>

	l10n: Updates to Croatian (hr) translation

	New status: 51 messages complete with 0 fuzzies and 7 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-31  Ayhan YALÇINSOY <ayhanyalcinsoy@gmail.com>

	l10n: Updated Turkish (tr) translation to 100%

	New status: 58 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-31  Ivica  Kolić <ikoli@yahoo.com>

	l10n: Updated Croatian (hr) translation to 87%

	New status: 51 messages complete with 0 fuzzies and 7 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-30  Mike Massonnet <mmassonnet@xfce.org>

	Set localized name of application


2010-05-30  Mike Massonnet <mmassonnet@xfce.org>

	Replace image against radio menu items in the refresh rate menu

	The stock items right-arrow are not always available (sad truth),
	therefore be smart and use a radio menu item that will always be
	displayed.

2010-05-30  Johannes Lips <johannes.lips@googlemail.com>

	l10n: Updated German (de) translation to 44%

	New status: 26 messages complete with 24 fuzzies and 8 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-29  Mike Massonnet <mmassonnet@xfce.org>

	Fix cformat parameters for status icon


2010-05-28  Mike Massonnet <mmassonnet@xfce.org>

	bump post release


2010-05-28  Mike Massonnet <mmassonnet@xfce.org>

	=== Release 0.5.92 (1.0.0 beta3) ===


2010-05-28  Mike Massonnet <mmassonnet@xfce.org>

	Replace carriage returns against spaces in commands


2010-05-28  Dmitry Nikitin <luckas_fb@mail.ru>

	l10n: Updated Ukrainian (uk) translation to 100%

	New status: 58 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-28  Dmitry Nikitin <luckas_fb@mail.ru>

	l10n: Updated Ukrainian (uk) translation to 86%

	New status: 50 messages complete with 8 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-28  Mike Massonnet <mmassonnet@xfce.org>

	Show tasks with changed status with a yellow background


2010-05-27  Mike Massonnet <mmassonnet@xfce.org>

	Get the tree view columns reorderable

	The tree view columns can be reordered, the state will be saved in the
	configuration and reloaded at next start.

2010-05-27  Gheyret Kenji <gheyret@yahoo.com>

	l10n: Updated Uyghur (ug) translation to 100%

	New status: 58 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-27  Gheyret Kenji <gheyret@yahoo.com>

	l10n: Updated Uyghur (ug) translation to 100%

	New status: 45 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-27  Mike Massonnet <mmassonnet@xfce.org>

	Show terminated tasks with a red background


2010-05-26  Mike Massonnet <mmassonnet@xfce.org>

	Show started tasks with a green background


2010-05-26  Mike Massonnet <mmassonnet@xfce.org>

	Make SearchFunc for tree view case insensitive


2010-05-26  Mike Massonnet <mmassonnet@xfce.org>

	Use a personal SearchFunc for the tree view

	Use the function strstr to find matches inside the command line, and not
	only starting with. Browsing through matches can be done by typing the
	arrows down and up.

2010-05-26  Mike Massonnet <mmassonnet@xfce.org>

	Add words about adding support for a new OS

	Add a skel file (task-manager-skel.c) and make it possible in the
	build-env to build the task manager with this file (--with-skel).

2010-05-26  Mike Massonnet <mmassonnet@xfce.org>

	Update desktop entry file for applications menu

	Parsed with desktop-file-validate and fixed the reported warnings.

2010-05-25  Harald Servat <redcrash@gmail.com>

	l10n: Updated Catalan (Valencian) (ca) translation to 100%

	New status: 58 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-25  Mike Massonnet <mmassonnet@xfce.org>

	Surround the statusbar's hbox area with padding


2010-05-25  Mike Massonnet <mmassonnet@xfce.org>

	Tweak default settings

	Set default refresh rate to 750ms (makes updating snappier), don't show
	with full command lines and turn more precision off.

2010-05-25  Ivica  Kolić <ikoli@yahoo.com>

	l10n: Initial Croatian (hr) translation

	New status: 41 messages complete with 0 fuzzies and 17 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-24  Mike Massonnet <mmassonnet@xfce.org>

	Reduce minimum width request of the (temporary) progress bars


2010-05-24  Mike Massonnet <mmassonnet@xfce.org>

	Display only installed programs in the “Execute” menu


2010-05-24  Mike Massonnet <mmassonnet@xfce.org>

	[linux|solaris] Fix regression introduced with the “Refresh rate” option

	The CPU usage computation done for the processes were broken when the
	refresh rate was different than a second. The introduced fix is only
	necessary for the Linux and OpenSolaris implementations.

2010-05-24  Sergio Marques <smarquespt@gmail.com>

	l10n: Updated Portuguese (pt) translation to 100%

	New status: 58 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-24  Sergio Marques <smarquespt@gmail.com>

	l10n: Updated Portuguese (pt) translation to 87%

	New status: 51 messages complete with 7 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-24  Per Kongstad <p_kongstad@op.pl>

	l10n: Updated Danish (da) translation to 100%

	New status: 58 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-24  Johannes Lips <johannes.lips@googlemail.com>

	l10n: Updated German (de) translation to 44%

	New status: 26 messages complete with 22 fuzzies and 10 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-24  Masato Hashimoto <cabezon.hashimoto@gmail.com>

	l10n: Updated Japanese (ja) translation to 100%

	New status: 58 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-24  Gabor Kelemen <kelemeng@gnome.hu>

	l10n: Updated Hungarian (hu) translation to 98%

	New status: 57 messages complete with 0 fuzzies and 1 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-24  Evaggelos Balaskas <ebalaskas@ebalaskas.gr>

	l10n: Updated Greek (el) translation to 100%

	New status: 58 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-24  Jari Rahkonen <jari.rahkonen@pp1.inet.fi>

	l10n: Updated Finnish (fi) translation to 100%

	New status: 58 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-24  Leandro Regueiro <leandro.regueiro@gmail.com>

	l10n: Updated Galician (gl) translation to 100%

	New status: 58 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-24  Leandro Regueiro <leandro.regueiro@gmail.com>

	l10n: Updated Galician (gl) translation to 98%

	New status: 57 messages complete with 0 fuzzies and 1 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-24  Besnik Bleta <besnik@programeshqip.org>

	l10n: Updated Albanian (sq) translation to 98%

	New status: 57 messages complete with 0 fuzzies and 1 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-24  Bauzhan Muftakhidinov <baurthefirst@gmail.com>

	l10n: Updated Kazakh (kk) translation to 100%

	New status: 58 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-24  Og Maciel <ogmaciel@gnome.org>

	l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%

	New status: 58 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-24  Aleksandr Ponomarenko <dwqwt3i02@sneakemail.com>

	l10n: Updated Russian (ru) translation to 100%

	New status: 58 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-24  Xu Meihong <mhuntxu@gmail.com>

	l10n: Updated Chinese (China) (zh_CN) translation to 100%

	New status: 58 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-24  Mike Massonnet <mmassonnet@gmail.com>

	l10n: Updated French (fr) translation to 100%

	New status: 58 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-24  Mike Massonnet <mmassonnet@gmail.com>

	l10n: Updated French (fr) translation to 89%

	New status: 52 messages complete with 6 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-24  Mike Massonnet <mmassonnet@xfce.org>

	Drop foced debug output of initial tasks


2010-05-24  Mike Massonnet <mmassonnet@xfce.org>

	Show tooltip with system information on status icon


2010-05-24  Mike Massonnet <mmassonnet@xfce.org>

	Make status icon optional with the new setting “Show status icon”


2010-05-23  Mike Massonnet <mmassonnet@xfce.org>

	Hide inside the notification area


2010-05-23  Mike Massonnet <mmassonnet@xfce.org>

	Reorder signals on treeview right click

	Show Terminate after Stop and Kill.

2010-05-23  Mike Massonnet <mmassonnet@xfce.org>

	Hide Swap usage from statusbar when swap total equals zero


2010-05-23  Mike Massonnet <mmassonnet@xfce.org>

	Display a warning banner when running as root


2010-05-23  Mike Massonnet <mmassonnet@xfce.org>

	Implement option “Full command line”


2010-05-23  Mike Massonnet <mmassonnet@xfce.org>

	Implement option “More precision”


2010-05-22  Mike Massonnet <mmassonnet@xfce.org>

	Implement option “Refresh rate”


2010-05-22  Mike Massonnet <mmassonnet@xfce.org>

	New options “Refresh rate,” “More precision” and “Full command line"

	New options are in the GUI although they don't do anything yet.

2010-05-22  Mike Massonnet <mmassonnet@xfce.org>

	Update CAPSED files


2010-05-22  Mike Massonnet <mmassonnet@xfce.org>

	bump post release


2010-05-21  Mike Massonnet <mmassonnet@xfce.org>

	=== Release 0.5.91 (1.0.0 beta2) ===


2010-05-22  Mike Massonnet <mmassonnet@xfce.org>

	Credit people behind the different OS implementations


2010-05-21  Mike Massonnet <mmassonnet@xfce.org>

	Fix bug retrieving bad PID from treeview

	Use the model_filter to retrieve the correct selected path and therefore
	the right PID.

2010-05-21  Mike Massonnet <mmassonnet@xfce.org>

	Add header checks in autoconf script


2010-05-21  Mike Massonnet <mmassonnet@xfce.org>

	[linux|freebsd] Fix condition to calculate CPU usage


2010-05-21  Mike Massonnet <mmassonnet@xfce.org>

	Fix compiler warnings from --enable-debug=yes

	Fixed old-style function definitions, dropped unused variables, renamed
	signal to xtm_signal (it shadowed a previous global declaration from
	signal.h,) dropped the G_UN/LIKELY calls, missing includes and casted
	here and there.

	The task-manager-*.c files /would/ have to be individually fixed.

2010-05-21  Mike Massonnet <mmassonnet@xfce.org>

	[openbsd] Don't provide memory/swap values in KiB


2010-05-21  Mike Massonnet <mmassonnet@xfce.org>

	Add FreeBSD implementation

	Original code (task list) is from Oliver Lehmann and was licensed under
	FreeBSD (BSD 2-clause.)

2010-05-21  Gheyret Kenji <gheyret@yahoo.com>

	l10n: Uyghur Translation

	New status: 6 messages complete with 0 fuzzies and 39 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-21  Robert Hartl <hartl.robert@gmail.com>

	l10n: Slovak translation

	New status: 40 messages complete with 0 fuzzies and 5 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-20  Gabor Kelemen <kelemeng@gnome.hu>

	l10n: Updated Hungarian (hu) translation to 97%

	New status: 44 messages complete with 0 fuzzies and 1 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-17  Mike Massonnet <mmassonnet@xfce.org>

	Display Swap usage in Solaris implementation

	The Swap usage is retrieved through swapctl(). Also on a separate change, read
	the CPU time from the nanosecs instead of ticks for increased precision.

2010-05-16  Mike Massonnet <mmassonnet@xfce.org>

	Set GTK+ requirement on GtkBuilder file to 2.12


2010-05-16  Mike Massonnet <mmassonnet@xfce.org>

	Remove FreeBSD from the BSD family

	The task-manager-bsd.c code doesn't build from FreeBSD. After a look
	around FreeBSD retrieves system information through libkvm (Kernel Data
	Access Library.) Therefore a separate implementation for FreeBSD will be
	needed.

2010-05-16  Mike Massonnet <mmassonnet@xfce.org>

	Re-add Solaris implementation

	Solaris support is in again however the Swap usage is missing. Older
	files from the tree source have been removed.

2010-05-16  Landry Breuil <landry@rhaalovely.net>

	Merge branch 'master' of ssh://git.xfce.org/git/apps/xfce4-taskmanager

	Conflicts:
		src/task-manager-bsd.c

2010-05-16  Landry Breuil <landry@rhaalovely.net>

	Implement pid_is_sleeping() and fix send_signal_to_pid()


2010-05-16  Mike Massonnet <mmassonnet@xfce.org>

	Don't recount CPU count in Linux implementation


2010-05-16  Mike Massonnet <mmassonnet@xfce.org>

	Move POSIX code to task-manager.c

	The functions send_signal_to_pid() and set_priority_to_pid() are using
	POSIX functions and “should” be safe in task-manager.c. Still keep the
	enumeration as a bridge between virtual values and real values, there is
	no benefit removing them (wasting minutes) and it won't make the code
	look better (or worse).

	The functions have been removed from the Linux and BSD implementations.

2010-05-16  Dmitrij Smirnov <arch@cnc-parts.info>

	l10n: Updated Russian (ru) translation to 97%

	New status: 44 messages complete with 1 fuzzy and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-15  Gökmen Görgen <gkmngrgn@gmail.com>

	l10n: Updated Turkish (tr) translation to 100%

	New status: 45 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-15  Johannes Lips <johannes.lips@googlemail.com>

	l10n: Updated German (de) translation to 44%

	New status: 20 messages complete with 20 fuzzies and 5 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-15  Johannes Lips <johannes.lips@googlemail.com>

	l10n: Updated German (de) translation to 44%

	New status: 20 messages complete with 21 fuzzies and 4 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-14  Sergio Marques <smarquespt@gmail.com>

	l10n: Updated Portuguese (pt) translation to 100%

	New status: 45 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-14  Sergio Marques <smarquespt@gmail.com>

	l10n: Updated Portuguese (pt) translation to 97%

	New status: 44 messages complete with 1 fuzzy and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-13  Landry Breuil <landry@rhaalovely.net>

	Set Task name from p_comm field, and cmdline from KERN_PROC_ARGV


2010-05-13  Landry Breuil <landry@rhaalovely.net>

	correctly implement set_priority/send_signal_to_pid()


2010-05-13  Landry Breuil <landry@rhaalovely.net>

	Implement fetching of swap stats


2010-05-13  Landry Breuil <landry@rhaalovely.net>

	Fix missing includes, remove unused variables


2010-05-13  Landry Breuil <landry@rhaalovely.net>

	WIP on OpenBSD support

	- update wrt new Task structure
	- handle zombie processes
	- get full cmdline
	rework

2010-05-12  Leandro Regueiro <leandro.regueiro@gmail.com>

	l10n: Updated Galician (gl) translation to 100%

	New status: 45 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-12  Leandro Regueiro <leandro.regueiro@gmail.com>

	l10n: Updated Galician (gl) translation to 100%

	New status: 45 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-12  Leandro Regueiro <leandro.regueiro@gmail.com>

	l10n: Updated Galician (gl) translation to 93%

	New status: 42 messages complete with 0 fuzzies and 3 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-12  Masato Hashimoto <cabezon.hashimoto@gmail.com>

	l10n: Updated Japanese (ja) translation to 100%

	New status: 45 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-12  Bauzhan Muftakhidinov <baurthefirst@gmail.com>

	l10n: Updated Kazakh (kk) translation to 100%

	New status: 45 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-11  Harald Servat <redcrash@gmail.com>

	l10n: Updated Catalan (Valencian) (ca) translation to 100%

	New status: 45 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-11  Harald Servat <redcrash@gmail.com>

	l10n: Updated Catalan (Valencian) (ca) translation to 97%

	New status: 44 messages complete with 1 fuzzy and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-11  Evaggelos Balaskas <ebalaskas@ebalaskas.gr>

	l10n: Updated Greek (el) translation to 100%

	New status: 45 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-11  Aleksandr Ponomarenko <dwqwt3i02@sneakemail.com>

	l10n: Updated Russian (ru) translation to 95%

	New status: 43 messages complete with 2 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-11  Aleksandr Ponomarenko <dwqwt3i02@sneakemail.com>

	l10n: Updated Russian (ru) translation to 46%

	New status: 21 messages complete with 6 fuzzies and 18 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-11  Xu Meihong <mhuntxu@gmail.com>

	l10n: Updated Chinese (China) (zh_CN) translation to 100%

	New status: 45 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-11  Bauzhan Muftakhidinov <baurthefirst@gmail.com>

	l10n: Updated Kazakh (kk) translation to 100%

	New status: 45 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-11  Bauzhan Muftakhidinov <baurthefirst@gmail.com>

	l10n: Updated Kazakh (kk) translation to 80%

	New status: 36 messages complete with 9 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-11  Mike Massonnet <mmassonnet@gmail.com>

	l10n: Updated French (fr) translation to 100%

	New status: 45 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-11  Mike Massonnet <mmassonnet@xfce.org>

	bump post release


2010-05-11  Mike Massonnet <mmassonnet@xfce.org>

	=== Release 0.5.90 (1.0.0 beta1) ===


2010-05-10  Paul Seyfert <pseyfert@mathphys.fsk.uni-heidelberg.de>

	l10n: Updated German (de) translation to 44%

	New status: 20 messages complete with 13 fuzzies and 12 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-10  Paul Seyfert <pseyfert@mathphys.fsk.uni-heidelberg.de>

	l10n: Updated German (de) translation to 44%

	New status: 20 messages complete with 13 fuzzies and 12 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-10  Per Kongstad <p_kongstad@op.pl>

	l10n: Updated Danish (da) translation to 100%

	New status: 45 messages complete with 0 fuzzies and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-10  Per Kongstad <p_kongstad@op.pl>

	l10n: Updated Danish (da) translation to 97%

	New status: 44 messages complete with 1 fuzzy and 0 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-10  Per Kongstad <p_kongstad@op.pl>

	l10n: Updated Danish (da) translation to 86%

	New status: 39 messages complete with 5 fuzzies and 1 untranslated.

	Transmitted-via: Transifex (translations.xfce.org).

2010-05-10  Mike Massonnet <mmassonnet@gmail.com>

	Updated desktop file comment


2010-05-10  Mike Massonnet <mmassonnet@gmail.com>

	Update po files


2010-05-10  Mike Massonnet <mmassonnet@gmail.com>

	Prepare build-env for first beta


2010-05-10  Mike Massonnet <mmassonnet@gmail.com>

	Ask for confirmation to terminate/kill a task


2010-05-10  Mike Massonnet <mmassonnet@gmail.com>

	Display memory values < 1 MiB

	Fixed the MB “typo” and show values for memory in KiB or B if needed.
	The threshold for displaying KiB (< 4 MiB) or B (< 9 KiB) are based on
	impulse.

2010-05-10  Mike Massonnet <mmassonnet@gmail.com>

	Filter tree view with show-all-processes

	Switched the get_hostname() get_owner_uid() public in task-manager.c,
	the owner uid is needed in the tree view class in order to filter out
	user processes from others.

2010-05-10  Mike Massonnet <mmassonnet@gmail.com>

	Renamed Show "system" processes to "all" and added a GtkTreeModelFilter

	<sigh>
	  I started to rename "Show sytem processes" to "Show all processes"
	  and included a GtkTreeModelFilter in between the GtkListStore and
	  GtkTreeView but nooooo... I had to write private code to sort the
	  columns. In fact the GtkTreeViewColumn class assumes the model to
	  be sortable but GtkTreeModelFilter is not, although it provides an
[--snip--]
