From 8d28b1969f74612c1b31369c84404c7e82cd7bb3 Mon Sep 17 00:00:00 2001 From: Mike Massonnet Date: Fri, 9 May 2008 12:22:49 +0000 Subject: [PATCH] Add credits and update ChangeLog (Old svn revision: 4754) --- AUTHORS | 1 + ChangeLog | 19 +++++++++++++++++++ src/callbacks.c | 3 ++- src/callbacks.h | 3 ++- src/functions.c | 3 ++- src/interface.c | 3 ++- src/menu-positions.h | 2 +- src/types.h | 3 ++- src/xfce-taskmanager-linux.c | 3 ++- 9 files changed, 33 insertions(+), 7 deletions(-) diff --git a/AUTHORS b/AUTHORS index 572928f..53c1534 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1,2 @@ Johannes Zellner +Mike Massonnet diff --git a/ChangeLog b/ChangeLog index 377d4e4..1a00daa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2008-05-09 Mike Massonnet + + * Set command column to expand and ellipsize + * Properly refresh on CPU usage + * Fix the event of the main menu to display on keyboard and mouse + * Properly position the main menu + * Fix strings + * Properly save window size on quit + * Right align numerical columns + +2008-05-08 Mike Massonnet + + * Correctly display the memory size of the processes + +2008-05-05 Mike Massonnet + + * Delete automated files + * Remove useless gettext() and properly align menu items on the right + 2007-01-12 Nick Schermer * Change version number and svn revision support in configure.in.in diff --git a/src/callbacks.c b/src/callbacks.c index 456249c..1f53401 100644 --- a/src/callbacks.c +++ b/src/callbacks.c @@ -1,7 +1,8 @@ /* * xfce4-taskmanager - very simple taskmanger * - * Copyright (c) 2006 Johannes Zellner, + * Copyright (c) 2006 Johannes Zellner + * 2008 Mike Massonnet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/callbacks.h b/src/callbacks.h index 386c8d3..a501973 100644 --- a/src/callbacks.h +++ b/src/callbacks.h @@ -1,7 +1,8 @@ /* * xfce4-taskmanager - very simple taskmanger * - * Copyright (c) 2006 Johannes Zellner, + * Copyright (c) 2006 Johannes Zellner + * 2008 Mike Massonnet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/functions.c b/src/functions.c index d9edb15..daca946 100644 --- a/src/functions.c +++ b/src/functions.c @@ -1,6 +1,7 @@ /* $Id$ * - * Copyright (c) 2006 Johannes Zellner, + * Copyright (c) 2006 Johannes Zellner + * 2008 Mike Massonnet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/interface.c b/src/interface.c index 1c2256b..a694d15 100644 --- a/src/interface.c +++ b/src/interface.c @@ -1,6 +1,7 @@ /* $Id$ * - * Copyright (c) 2006 Johannes Zellner, + * Copyright (c) 2006 Johannes Zellner + * 2008 Mike Massonnet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/menu-positions.h b/src/menu-positions.h index 42e27bb..2dcddc3 100644 --- a/src/menu-positions.h +++ b/src/menu-positions.h @@ -1,7 +1,7 @@ /* * xfce4-taskmanager - very simple taskmanger * - * Copyright (c) 2006 Johannes Zellner, + * Copyright (c) 2008 Mike Massonnet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/types.h b/src/types.h index b21112e..6e414d2 100644 --- a/src/types.h +++ b/src/types.h @@ -1,6 +1,7 @@ /* $Id$ * - * Copyright (c) 2006 Johannes Zellner, + * Copyright (c) 2006 Johannes Zellner + * 2008 Mike Massonnet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/xfce-taskmanager-linux.c b/src/xfce-taskmanager-linux.c index 4e23cd7..707166f 100644 --- a/src/xfce-taskmanager-linux.c +++ b/src/xfce-taskmanager-linux.c @@ -1,6 +1,7 @@ /* $Id$ * - * Copyright (c) 2006 Johannes Zellner, + * Copyright (c) 2006 Johannes Zellner + * 2008 Mike Massonnet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by