Merge revisions 36016:36533 from trunk.

svn path=/branches/kill-bonobo/; revision=36534
This commit is contained in:
Matthew Barnes
2008-10-01 20:56:04 +00:00
parent e52986f422
commit b2cda1d0c6
366 changed files with 152583 additions and 127935 deletions

View File

@ -1,3 +1,17 @@
2008-09-24 Philip Withnall <philip@tecnocode.co.uk>
** Fixes bug #553479
* org-gnome-evolution-python.eplug.xml: String capitalisation
improvements.
2008-09-12 Sankar P <psankar@novell.com>
License Changes
* python-plugin-loader.c:
* python-plugin-loader.h:
2008-07-21 Johnny Jacob <jjohnny@novell.com>
* Makefile.am (example_sources): More typo fixes. :(

View File

@ -3,7 +3,7 @@
<e-plugin type="shlib" id="org.gnome.evolution.plugin.python"
location="@PLUGINDIR@/liborg-gnome-evolution-python@SOEXT@" _name="Python Loader" load_level="1">
<_description>A plugin which loads other plugins written using python.</_description>
<_description>A plugin which loads other plugins written using Python.</_description>
<author name="Johnny Jacob" email="jjohnny@novell.com"/>
</e-plugin>

View File

@ -1,21 +1,22 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) version 3.
*
* Author: Johnny Jacob <jjohnny@novell.com>
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
* You should have received a copy of the GNU Lesser General Public
* License along with the program; if not, see <http://www.gnu.org/licenses/>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public
* License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* Authors:
* Johnny Jacob <jjohnny@novell.com>
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*
*/

View File

@ -1,21 +1,22 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) version 3.
*
* Author: Johnny Jacob <jjohnny@novell.com>
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
* You should have received a copy of the GNU Lesser General Public
* License along with the program; if not, see <http://www.gnu.org/licenses/>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public
* License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* Authors:
* Johnny Jacob <jjohnny@novell.com>
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*
*/