2004-01-10  Ravindra <rkumar@novell.com>

	* All Enums: Made serializable.

	* ImageAttributes.cs: Implements ICloneable.

	* Metafile.cs: Made serializable and invisible to COM.

2003-11-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* ColorMap.cs: Implemented
	* ColorMatrix.cs: Implemented, Removed unneccesary members
	* ImageAttributes.cs: Fixed signature
	* ImageCodecInfo.cs: Added missing attribure, hide constructor
	* ImageFormat.cs: Implemented, Added attribute
	* MetaHeader.cs: Implemented
	* PropertyItem.cs: Implemented
	* ImageFlags.cs: Added Attribute
	* ImageCodecFlags.cs: Added Attribute
	* EmfPlusRecordType.cs: Added missing members

2003-11-12  Alexandre Pigolkine <pigolkine@gmx.de>
	* BitmapData.cs		new function to convert BRG to RGB
	* JPEGCodec.cs		convert BRG to RBG
	* PNGCodec.cs
					
					
2003-11-02  Alexandre Pigolkine <pigolkine@gmx.de>
	* BmpCodec.cs
	* ImageCodecInfo.cs
	* JPEGCodec.cs
	* PNGCodec.cs
					codec can select pixel format of bitmap 
	
2003-10-23  Miguel de Icaza  <miguel@ximian.com>

	* JPEGCodec.cs (JSAMPARRAY): Do not allocate memory here anymore,
	we will just have the JPEG library copy directly into our buffer. 

	(Encode, Decode): Ported to the new model which avoid copies, and
	eliminates InternalImageInfo.

	TODO: need to port the PNG coder/decoder, and add support for RGBA
	images which got dropped from this version

	* BmpCodec.cs: Rework this one to use BitmapData and Image.  Do
	not use the RawBytes property, instead pull the data one line at a
	time, and write that out.

	* ImageCodecInfo.cs: Make the encoding and decoding delegates take
	a Image parameter;  
	
	* BmpCodec.cs: 

	* BitmapData.cs: Make this one sequential, and also mimic the
	layout of GdiPlus.h so we can use this instead of making copies
	back and forth.

2003-10-12 Alexandre Pigolkine
	* BmpCodec.cs		warning removed

2003-07-23 Alexandre Pigolkine
	* JPEGCodec.cs
	* PNGCodec.cs		
	* BmpCodec.cs		cosmetic changes

2003-07-22 Alexandre Pigolkine
	* ImageCodecInfo.cs
	* ImageFormat.cs
	* JPEGCodec.cs
		changes for PNG codec
		
	* PNGCodec.cs		added
	
2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* Metafile.cs: Inherits from image (fix for System.Drawing.Design)

2003-06-29 Alexandre Pigolkine
	* BmpCodec.cs		handle 32bpp images
	* JPEGCodec.cs		small fix

2003-06-27 Alexandre Pigolkine <pigolkine@gmx.de>
	* JPEGCodec.cs 	encode 32 bpp images

2003-06-23 Alexandre Pigolkine <pigolkine@gmx.de>
	* JPEGCodec.cs 	set pixel format in InternalImageInfo
	
2003-06-23 Alexandre Pigolkine <pigolkine@gmx.de>
	* BmpCodec.cs 	pixel format check added
	* JPEGCodec.cs  encoder implemented

2003-06-15 Alexandre Pigolkine <pigolkine@gmx.de>
	* ColorPalette.cs
	* ImageCodecInfo.cs
	* ImageFormat.cs
		implementation added
		
	* BmpCodec.cs
	* JPEGCodec.cs
		added	
	
2002-9-2  DennisHayes <dennish@raytek.com>

* PropertyItem.cs t
* MetaHeader.cs t
* MetafileHeader.cs t
* Metafile.cs t
* ImageFormat.cs t
* ImageCodecInfo.cs t
* ColorMatrix.cs t
* ColorMap.cs t
* WmfPlaceableFileHeader.cs t
* Added todos back

2002-9-2  DennisHayes <dennish@raytek.com>
	* checked in for Everaldo Canuto (everaldo.canuto@bol,com.br)
	* BitmapData.cs
	* ColorAdjustType.cs
	* ColorChannelFlag.cs
	* ColorMap.cs
	* ColorMapType.cs
	* ColorMatrix.cs
	* ColorMatrixFlag.cs
	* ColorMode.cs
	* EmfPlusRecordType.cs
	* EmfType.cs
	* EncoderParameterValueType.cs
	* EncoderValue.cs
	* ImageCodecFlags.cs
	* ImageCodecInfo.cs
	* ImageFlags.cs
	* ImageFormat.cs
	* ImageLockMode.cs
	* MetafileFrameUnit.cs
	* MetafileHeader.cs
	* MetaHeader.cs
	* PaletteFlags.cs
	* PixelFormat.cs
	* PlayRecordCallback.cs
	* PropertyItem.cs
	* WmfPlaceableFileHeader.cs
	* Added null classes for most/all classes, Many stubs, and some implmentation

2002-9-2  DennisHayes <dennish@raytek.com>

	* ColorPalette.cs
	* FrameDimension.cs
	* Metafile.cs
	* Added stubs, implmentation

2002-05-03  Mike Kestner  <mkestner@speakeasy.net>

	* Metafile.cs : Use System.IO. Fix exception typos.

2002-04-27  Christian Meyer  <Christian.Meyer@cs.tum.edu>

	* Metafile.cs: Copyright now holds Ximian.

2002-04-21  Dennis Hayes <dennish@raytek.com>

	* corrected emum values.

2002-04-14  Christian Meyer  <Christian.Meyer@cs.tum.edu>

	* ChangeLog: created.
	* Metafile.cs: Added. Wrote some ctors. No impl done, yet.

