2004-08-18  Jan-ke Larsson  <jalar@mai.liu.se>

	* Release 1.2
	
	* RELEASE: Change for 1.2 

	* config.h.in: Update

	* dvipng.1: change help text 

	* dvipng.texi: update mailing list text. And version.

	* README: 
	* readme.texi: update info and todo list

	* draw.c, misc.c, dvipng.c, dvipng.h:
	Add an intermediate exit status

2004-08-17  Jan-ke Larsson  <jalar@mai.liu.se>

	* misc.c: add --gamma switch

	* special.c: Fix comment

	* set.c: 
	* dvipng.h: new Gamma function

	* configure.ac: libm is needed by new gamma code

	* dvipng.1:
	* dvipng.texi: document new switches

	* draw.c: change name of picky flag

	* special.c: do not call ghostscript when switch given

	* misc.c: add picky and ghostscript switches
	
	* dvipng.h: add picky and ghostscript flags 

2004-08-06  Jan-ke Larsson  <jalar@mai.liu.se>

	* dvipng.texi: Document --png, --gif, and --picky

	* .cvsignore: Add *.gif 

	* Makefile.in: Install 'dvigif' if we have GIF support 

	* configure.ac: Test for gdImageGif and 'ln -s' 

	* config.h.in: GIF support 

	* set.c: GIF writing

	* misc.c: basename fixes, --png  and --gif fixes,
	--no-image-on-warn changes name to --picky 

	* dvi.c: basename fixes 

	* dvipng.h: Portability fixes, add GIF image flag

2004-08-02  Jan-ke Larsson  <jalar@mai.liu.se>

	* draw.c: Fix behaviour of --no-image-on-warn

2004-07-01  Jan-ke Larsson  <jalar@mai.liu.se>

	* miktex.mak: New, for MIKTeX 

	* dvi.c:
	* dvipng.c:
	* dvipng.h:
	* special.c: Adjust for MIKTeX 

	* color.c:
	* enc.c:
	* font.c:
	* fontmap.c:
	* misc.c:
	* pk.c:
	* tfm.c:
	* vf.c: Move file-mmapping to misc.c, adjust it for MIKTeX

2004-06-29  Jan-ke Larsson  <jalar@mai.liu.se>

	* configure.ac:
	* dvipng.h: inttypes.h not available on all platforms

	* special.c: Remove snprintf, not available on certain platforms

2004-06-27  Jan-ke Larsson  <jalar@mai.liu.se>

	* dvipng.c: Fix case of missing font libs

	* fontmap.c: Remove debug printf

	* draw.c: Fix for case of absent font lib(s), correct typo

2004-06-24  Jan-ke Larsson  <jalar@mai.liu.se>

	* fontmap.c: 
	* pk.c: 
	* vf.c: More memory fixes

2004-06-21  Jan-ke Larsson  <jalar@mai.liu.se>

	* config.h.in:
	* configure.ac: Test for stdbool, munmap and strtol 

	* test_dvipng.tex: Change color test 

	* dvipng.h: 
	* misc.c: 
	* ppagelist.c: Fix -r switch

	* dvipng.h: 
	* font.c: 
	* misc.c: 
	* ppagelist.c:
	* special.c: 
	* t1.c: 
	* tfm.c: Use stdbool

	* color.c: 
	* dvi.c: 
	* dvipng.c: 
	* dvipng.h: 
	* enc.c: 
	* font.c: 
	* fontmap.c: 
	* ppagelist.c:
	* special.c: Fix memory leak(s)

	* color.c: 
	* draw.c: 
	* dvi.c: 
	* dvipng.h: 
	* misc.c: 
	* set.c:
	* special.c: Fix color stack

	* draw.c: 
	* dvipng.h: 
	* ft.c: 
	* pk.c: 
	* set.c:
	* t1.c: 
	* tfm.c: 
	* vf.c: Simplify char structs

	* color.c: 
	* draw.c: 
	* dvi.c: 
	* dvipng.c: 
	* dvipng.h: 
	* enc.c: 
	* font.c: 
	* fontmap.c: 
	* ft.c: 
	* misc.c: 
	* papersiz.c: 
	* pk.c: 
	* ppagelist.c:
	* set.c:
	* special.c: 
	* t1.c: 
	* tfm.c: 
	* vf.c: Add copyright notice 

2004-05-31  Jan-ke Larsson  <jalar@mai.liu.se>

	* dvipng.1:
	* configure.ac:
	* RELEASE:
	* INSTALL: Release 1.1 

2004-05-26  Jan-ke Larsson  <jalar@mai.liu.se>

	* special.c: Handle source specials

	* test_dvipng.tex: Add failing special and color test 

	* dvipng.c: Adjust coment about SELFAUTO... 

	* dvi.c: Fix possible overflow

2004-05-24  Jan-ke Larsson  <jalar@mai.liu.se>

	* misc.c: Remove -t, it is not implemented yet

	* dvipng.h: Undef malloc, if defined

2004-05-18  Jan-ke Larsson  <jalar@mai.liu.se>

	* dvipng.texi: Fix build  

2004-05-14  Jan-ke Larsson  <jalar@mai.liu.se>

	* config.h.in: Use more tests 

	* dvipng.1: Add documentation 

	* dvipng.texi: Fix build. Revert to four-argument @node, my
	makeinfo cannot handle the one-argument form (yet).

2004-05-11  Jan-ke Larsson  <jalar@mai.liu.se>

	* configure.ac: More tests 

2004-05-09  Jan-ke Larsson  <jalar@mai.liu.se>

	* install.texi: T1lib docs 

	* dvipng.1:
	* dvipng.texi: Add documentation, and spellcheck 

	* special.c:
	* color.c: Make colors work again. 

2004-05-08  David Kastrup  <dakas@users.sourceforge.net>

	* Create new ChangeLog for dvipng

2004-05-05  Jan-ke Larsson  <jalar@mai.liu.se>

	* fontmap.c: Use both kpse_fontmap_format and
	_dvips_header_

	* enc.c: Use configure test 

	* configure.ac: Add test for kpse_enc_format, reorder gd
	and png tests

	* aclocal.m4: Add test for kpse_enc_format

	* special.c: More informative warnings

2004-05-04  Jan-ke Larsson  <jalar@mai.liu.se>

	* enc.c:
	Use the new kpathsea search format kpse_enc_format if available,
	otherwise use kpse_tex_ps_header_format

	* fontmap.c:
	Fix new kpathsea search type kpse_fontmap_format, use
	kpse_dvips_config_format if not available

	* ft.c: Fix sizing

	* draw.c: Simplify LoadT1 call

	* t1.c: Shorten call, fix sizing

	* dvipng.h: Simplify char-storing structure

2004-05-03  Jan-ke Larsson  <jalar@mai.liu.se>

	* fontmap.c, font.c, t1.c, ft.c:
	Fix for ps fonts not in psfontmap

2004-05-02  Jan-ke Larsson  <jalar@mai.liu.se>

	* Makefile.in:
	* config.h.in: 
	* configure.ac:
	* draw.c:
	* dvipng.c:
	* dvipng.h:
	* enc.c:
	* font.c:
	* fontmap.c:
	* ft.c:
	* t1.c:
	* misc.c: Add t1lib support

For older changes, see ../ChangeLog.1
