Picon

GraphicsMagick ./ChangeLog coders/Makefile.am c...

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Changes by:	Bob Friesenhahn <bfriesen <at> scooby.simple.dallas.tx.us>	03/06/30 18:16:34

Modified files:
	.              : ChangeLog 
	coders         : Makefile.am Makefile.in 
	magick         : error.c error.h magick.h 
	www            : Changelog.html 
Added files:
	coders         : topol.c 

Log message:
	* magick/magick.h (MagickInfo): Add member usage comments.
	* magick/error.c (CatchException): Restore saved errno from
	exception->error_number.
	(CopyException): Copy error_number.
	(DestroyExceptionInfo): Reset error_number to zero.
	(GetExceptionInfo): Initialize error_number to zero.
	(ThrowException): Save errno to exception-> error_number.
	(ThrowLoggedException): Save errno to exception-> error_number.
	* magick/error.h (ExceptionInfo): Borrow John Cristy's idea and
	add a error_number member to ExceptionInfo to save the current
	errno value. Otherwise CatchException may use some random errno.
	* coders/Makefile.am: Build topol.c.
	* coders/topol.c: Added initial TOPOL X image coder which is under
	development by Jaroslav Fojtik. Not working yet.

CVSWeb URLs:
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/.diff?cvsroot=GraphicsMagick&tr1=ChangeLog&tr2=1.579&r1=text&r2=text
(Continue reading)

Picon

GraphicsMagick ./ChangeLog coders/topol.c magic...

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Changes by:	Bob Friesenhahn <bfriesen <at> scooby.simple.dallas.tx.us>	03/06/30 18:26:15

Modified files:
	.              : ChangeLog 
	coders         : topol.c 
	magick         : static.c static.h 
	www            : Changelog.html 

Log message:
	* magick/static.c (RegisterStaticModules): Invoke
	RegisterTOPOLImage.

CVSWeb URLs:
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/.diff?cvsroot=GraphicsMagick&tr1=ChangeLog&tr2=1.580&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/coders/.diff?cvsroot=GraphicsMagick&tr1=topol.c&tr2=1.1&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/magick/.diff?cvsroot=GraphicsMagick&tr1=static.c&tr2=1.52&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/magick/.diff?cvsroot=GraphicsMagick&tr1=static.h&tr2=1.6&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/www/.diff?cvsroot=GraphicsMagick&tr1=Changelog.html&tr2=1.397&r1=text&r2=text

-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
Picon

GraphicsMagick ./ChangeLog ./Makefile.am ./Make...

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Changes by:	Bob Friesenhahn <bfriesen <at> scooby.simple.dallas.tx.us>	03/07/02 12:49:06

Modified files:
	.              : ChangeLog Makefile.am Makefile.in 
	VisualMagick/installer/inc: version.isx 
	coders         : jpeg.c wmf.c 
	magick         : constitute.c image.c 
	www            : Changelog.html 
	www/Magick++   : ChangeLog.html 

Log message:
	* coders/wmf.c (ipa_bmp_draw): Use CopyException.
	(ipa_device_begin): Use CopyException.
	(lite_font_map): Use CopyException.
	* coders/jpeg.c (ReadJPEGImage): Use CopyException.
	* magick/image.c (GetImageException): Use CopyException.
	* magick/constitute.c (WriteImages): Use CopyException.
	* Makefile.am (DIST_SUBDIRS): wand needs to be included in
	distribution.

CVSWeb URLs:
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/.diff?cvsroot=GraphicsMagick&tr1=ChangeLog&tr2=1.581&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/.diff?cvsroot=GraphicsMagick&tr1=Makefile.am&tr2=1.108&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/.diff?cvsroot=GraphicsMagick&tr1=Makefile.in&tr2=1.212&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/platforms/VisualMagick/installer/inc/.diff?cvsroot=GraphicsMagick&tr1=version.isx&tr2=1.28&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/coders/.diff?cvsroot=GraphicsMagick&tr1=jpeg.c&tr2=1.201&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/coders/.diff?cvsroot=GraphicsMagick&tr1=wmf.c&tr2=1.197&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/magick/.diff?cvsroot=GraphicsMagick&tr1=constitute.c&tr2=1.282&r1=text&r2=text
(Continue reading)

Picon

GraphicsMagick ./ChangeLog wand/Makefile.am wan...

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Changes by:	Bob Friesenhahn <bfriesen <at> scooby.simple.dallas.tx.us>	03/07/02 13:10:26

Modified files:
	.              : ChangeLog 
	wand           : Makefile.am Makefile.in 
	www            : Changelog.html 

Log message:
	* wand/Makefile.am (noinst_HEADERS): Need to distribute
	magick_compat.h.
	(EXTRA_DIST): Need to distribute GraphicsMagickWand-config.1.

CVSWeb URLs:
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/.diff?cvsroot=GraphicsMagick&tr1=ChangeLog&tr2=1.582&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/wand/.diff?cvsroot=GraphicsMagick&tr1=Makefile.am&tr2=1.1&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/wand/.diff?cvsroot=GraphicsMagick&tr1=Makefile.in&tr2=1.1&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/www/.diff?cvsroot=GraphicsMagick&tr1=Changelog.html&tr2=1.399&r1=text&r2=text

-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
Picon

GraphicsMagick ./ChangeLog coders/jpeg.c www/Ch...

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Changes by:	Bob Friesenhahn <bfriesen <at> scooby.simple.dallas.tx.us>	03/07/02 19:56:49

Modified files:
	.              : ChangeLog 
	coders         : jpeg.c 
	www            : Changelog.html 

Log message:
	* coders/jpeg.c (ReadJPEGImage): Conditionally copy exception.

CVSWeb URLs:
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/.diff?cvsroot=GraphicsMagick&tr1=ChangeLog&tr2=1.583&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/coders/.diff?cvsroot=GraphicsMagick&tr1=jpeg.c&tr2=1.202&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/www/.diff?cvsroot=GraphicsMagick&tr1=Changelog.html&tr2=1.400&r1=text&r2=text

-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
Picon

ImageMagick ./ChangeLog magick/semaphore.c www/...

CVSROOT:	/GraphicsMagick
Module name:	ImageMagick
Branch: 	GraphicsMagick-1_0
Changes by:	Bob Friesenhahn <bfriesen <at> scooby.simple.dallas.tx.us>	03/07/03 10:11:25

Modified files:
	.              : ChangeLog 
	magick         : semaphore.c 
	www            : Changelog.html 

Log message:
	* magick/semaphore.c (UnlockSemaphoreInfo): Bugfix, modify
	the 'locked' flag while still under protection of the lock.
	This fix is necessary for thread-safety.

CVSWeb URLs:
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/ImageMagick/.diff?cvsroot=GraphicsMagick&only_with_tag=GraphicsMagick-1_0&tr1=ChangeLog&tr2=1.484.2.90&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/ImageMagick/magick/.diff?cvsroot=GraphicsMagick&only_with_tag=GraphicsMagick-1_0&tr1=semaphore.c&tr2=1.66.2.1&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/ImageMagick/www/.diff?cvsroot=GraphicsMagick&only_with_tag=GraphicsMagick-1_0&tr1=Changelog.html&tr2=1.331.2.65&r1=text&r2=text

-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
Picon

GraphicsMagick ./ChangeLog magick/semaphore.c w...

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Changes by:	Bob Friesenhahn <bfriesen <at> scooby.simple.dallas.tx.us>	03/07/03 10:09:05

Modified files:
	.              : ChangeLog 
	magick         : semaphore.c 
	www            : Changelog.html 

Log message:
	* magick/semaphore.c (UnlockSemaphoreInfo): Bugfix, modify
	the 'locked' flag while still under protection of the lock.
	This fix is necessary for thread-safety.

CVSWeb URLs:
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/.diff?cvsroot=GraphicsMagick&tr1=ChangeLog&tr2=1.584&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/magick/.diff?cvsroot=GraphicsMagick&tr1=semaphore.c&tr2=1.69&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/www/.diff?cvsroot=GraphicsMagick&tr1=Changelog.html&tr2=1.401&r1=text&r2=text

-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
Picon

ImageMagick ./ChangeLog ./NEWS www/Changelog.ht...

CVSROOT:	/GraphicsMagick
Module name:	ImageMagick
Branch: 	GraphicsMagick-1_0
Changes by:	Bob Friesenhahn <bfriesen <at> scooby.simple.dallas.tx.us>	03/07/04 12:28:21

Modified files:
	.              : ChangeLog NEWS 
	www            : Changelog.html NEWS.html 

Log message:
	* NEWS: Updated to include current changes since 1.0.2.

CVSWeb URLs:
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/ImageMagick/.diff?cvsroot=GraphicsMagick&only_with_tag=GraphicsMagick-1_0&tr1=ChangeLog&tr2=1.484.2.91&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/ImageMagick/.diff?cvsroot=GraphicsMagick&only_with_tag=GraphicsMagick-1_0&tr1=NEWS&tr2=1.13.2.6&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/ImageMagick/www/.diff?cvsroot=GraphicsMagick&only_with_tag=GraphicsMagick-1_0&tr1=Changelog.html&tr2=1.331.2.66&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/ImageMagick/www/.diff?cvsroot=GraphicsMagick&only_with_tag=GraphicsMagick-1_0&tr1=NEWS.html&tr2=1.12.2.6&r1=text&r2=text

-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
Picon

GraphicsMagick ./ChangeLog ./NEWS VisualMagick/...

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Changes by:	Bob Friesenhahn <bfriesen <at> scooby.simple.dallas.tx.us>	03/07/04 13:49:53

Modified files:
	.              : ChangeLog NEWS 
	VisualMagick/installer/inc: version.isx 
	www            : Changelog.html NEWS.html 

Log message:
	* NEWS: Updated news to include fixes and enhancements since the
	1.0 release.

CVSWeb URLs:
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/.diff?cvsroot=GraphicsMagick&tr1=ChangeLog&tr2=1.585&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/.diff?cvsroot=GraphicsMagick&tr1=NEWS&tr2=1.16&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/platforms/VisualMagick/installer/inc/.diff?cvsroot=GraphicsMagick&tr1=version.isx&tr2=1.29&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/www/.diff?cvsroot=GraphicsMagick&tr1=Changelog.html&tr2=1.402&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/www/.diff?cvsroot=GraphicsMagick&tr1=NEWS.html&tr2=1.16&r1=text&r2=text

-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
Picon

GraphicsMagick ./ChangeLog coders/png.c

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Changes by:	Glenn Randers-Pehrson <glennrp <at> scooby.simple.dallas.tx.us>	03/07/04 20:17:35

Modified files:
	.              : ChangeLog 
	coders         : png.c 

Log message:
	Added missing #ifdef JNG_SUPPORTED/#endif directives in png.c

CVSWeb URLs:
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/.diff?cvsroot=GraphicsMagick&tr1=ChangeLog&tr2=1.586&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/coders/.diff?cvsroot=GraphicsMagick&tr1=png.c&tr2=1.356&r1=text&r2=text

-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01

Gmane