2009-07-02  Jesse Jones  <jesjones@mindspring.com>

	* AvoidExtensionMethodOnSystemObjectRule.cs: Edited 
    the solution text.

2008-12-13  Jesse Jones  <jesjones@mindspring.com> 

	* AvoidExtensionMethodOnSystemObjectRule.cs: Fix AnalyzeModule so
	that it activates the rule properly when multiple assemblies or
	modules are being checked.

2008-11-30  Sebastien Pouliot  <sebastien@ximian.com> 

	* AvoidExtensionMethodOnSystemObjectRule.cs: Use HasParameters.

2008-11-07  Alan McGovern  <amcgovern@novell.com>

	* Makefile.am:
	* Gendarme.Rules.Design.Linq.mdp:
	* Gendarme.Rules.Design.Linq.csproj: Activate makefile integration for
	all the rules projects. Remove the old mdp files as they are no
	longer needed.

2008-10-21  Néstor Salceda  <nestor.salceda@gmail.com>

	* Makefile.am: Removed common stuff in order to reduce duplication with
	other Makefiles.
	* Gendarme.Rules.Design.Generic.csproj: Added an empty placeholder file
	in order to avoid breaking the build process.

2008-10-19  Néstor Salceda  <nestor.salceda@gmail.com>

	* Makefile.am: Added support for generating the documentation files to
	the build process.

2008-10-19  Néstor Salceda  <nestor.salceda@gmail.com>

	* doc/index.xml, doc/ns-Gendarme.Rules.Design.Linq.xml,
	doc/Gendarme.Rules.Design.Linq: With the new code in the Makefiles we
	don't need to keep the documentation files in the repository.

2008-10-15  Néstor Salceda  <nestor.salceda@gmail.com>

	* doc/: Initial import documentation for the rules which belongs to this
	category.

2008-09-14  Sebastien Pouliot  <sebastien@ximian.com>

	* AvoidExtensionMethodOnSystemObjectRule.cs: Add XML 
	documentation for the rules (then converted into media wiki format).

2008-09-10  Sebastien Pouliot  <sebastien@ximian.com>

	* Gendarme.Rules.Design.Linq.mdp: New. Add MD project file.

2008-08-16  Sebastien Pouliot  <sebastien@ximian.com>

	* AvoidExtensionMethodOnSystemObjectRule.cs: New. Rule to warn if an
	extension method extends System.Object.
	* Makefile.am: Main build file
