2002-06-29  Masahiro Sakai  <sakai@tom.sfc.keio.ac.jp>

	* dpx.c (guess_external_codeset): duplicate return value of gtk_set_locale
	  before modifying it.
	  Thanks to Shiroyagi Yusuke <y033ff@yamaguchi-u.ac.jp>.

2002-06-29  Shiroyama Yusuke  <y033ff@yamaguchi-u.ac.jp>

	* dpx.c (read_grid): fix some header.m_XGrid to header.m_YGrid

Sep 13th 2000 - Masahiro SAKAI

	* added po directory

Sep 13th 2000 - Masahiro SAKAI

	* added dpixplugins-intl.h
	* rename package as gimp-dpix-plugins.
	* rename dpx_dissolve.c to dpix_dissolve.c
	* rename dpx_config.c to dpixdplugins-config.c

Sep 4nd 2000 - Masahiro SAKAI

	* s/USE_ICONV/HAVE_ICONV/g
	* added intl.h
	* dpx.c: bug fix on decompress_image().
	* released 0.1.6
	* dpx.c: changed to use GIMP_HAVE_EXPORT conditinal statement.
	
Sep 2nd 2000 - Masahiro SAKAI

	* dpx.c: changed to use GDK_USE_UTF8_MBS conditional statement.
	* dpf.c: changed to open palette file in text mode.
	* dpf.c: improved magic checker
	* removed dp_add.h and dpixed_addin.c
	* released 0.1.5
	
Sep 1st 2000 - Masahiro SAKAI

	* dpx.c: changed to use EXIT_SUCCESS and EXIT_FAILURE.
	* gimppal2dpf.c, dpf2gimppal.c: adopted getopt().
	* added dpf.c
	* released 0.1.4

Aug 31th 2000 - Masahiro SAKAI

	* dpx.c: improved read_grid().
	
Aug 30th 2000 - Masahiro SAKAI
	
	* dpx.c: fixed offset_y handling in write_layer.
	* removed Makefile.mingw32 
	* added makefile.mingw contributed by Iccii.
	* dpx.c: rename parasite name.
	* dpx.c: fixed read_layer() bug. (unnecessary assertion)
	* dpx.c: changed load_image() not to treat base layer especially.
	  (Thanks Iccii)
	* released 0.1.3

Aug 29th 2000 - Masahiro SAKAI

	* released 0.1.1
	* dpx.c: replace g_utf8_to_filename with g_filename_from_utf8
	* dpf2gimppal.c: #include <string.h>
	* dpx.c: #undef RGB after including windows.h.
	* dpx_config.h: replace libgimp/gimp.h with glib.h.
	* gimppal2dpf.c: #include <stdlib.h>
	* added Makefile.mingw32
	* released 0.1.2

Aug 28th 2000 - Masahiro SAKAI

	* added dp_add.h and dpixed_addin.c
	* replace RGBQuad with DP_RGBQuad.
	* added gimppal2dpf.c
	* ChangeLog; adopted GNU style
	* dpx.c: NLS with iconv() in layer name. (basic feature)
	
Aug 27th 2000 - Masahiro SAKAI
	
	* remove CONVERT_LAYERNAME conditional value.
	* changed to store frame and shape using parasite.
	* rename config.h to dpx_config.h
	* added THANKS
	* fixed fatal bug in handling additional data field length
	* added dgr.c
	* changed Win32 code to use g_filename_to_utf8() and
	  g_utf8_to_filesystem. (throwed out libiconv.)
	* released 0.1.0

Aug 24th 2000 - Masahiro SAKAI

	* released 0.0.9

Aug 23th 2000 - Masahiro SAKAI

	* iconv() on win32. Internal code is always UTF-8. Is that right?
	* change PROG_NAME and VERSION macros to constants.
	
Aug 21th 2000 - Masahiro SAKAI

	* fix config.c to include libgimp/gimp.h (not glib.h) for G_OS_WIN32
	* promote gettextization
	* added English document. "README", "BUGS".
	* added guess_external_codeset() function to dpx.c
	* released 0.0.8

Aug 20th 2000 - Masahiro SAKAI
	* change config.c to include glib.h.
	* fix conditional value from CONvERT_LAYERNAME to CONVERT_LAYERNAME
	* dpx_dissolve.c: change filter path
	  from "<Image>/Filters/D-Pixed/Dissolve..."
	  to "<Image>/Filters/Distorts/D-Pixed Dissolve..."
	* rename BUGS to BUGS.ja
	* rename TODO to TODO.ja
	* not to call mgedit_iconv_open when internal_codeset is NULL
	* released 0.0.7

Jun 13th 2000 - Masahiro SAKAI

	* add "install-admin" to Makefile
	* rename dpx_dither to dpx_dissolve
	* guess internal codeset from locale name (borrowed from mgedit)

Jun 12th 2000 - Masahiro SAKAI

	* convert layer name: SHIFT_JIS <=> EUC-JP
	  borrowed from mgedit
	* support saving layer mask (NOT TESTED)

Jun 11th 2000 - Masahiro SAKAI

	* fix fundamental bug in compressing image
	  (compression is always failed.)
	* enable writing guide as grid

Jun 10th 2000 - Masahiro SAKAI
	* not to use layer mask in default.
	  because gimp doesn't support layer mask in index color.
	* fix get_nth_bit's bug: unnecessary ~
	* use gimpintl.h
	* start to rewrite writing process
	* enable writing multiple layers
	* released 0.0.5

Jun 9th 2000 - Masahiro SAKAI
	* fix decompress_mask
	* use layer mask insted of alpha channel,
	  when DPF_IMAGE_USEALPHAPLANE flag is setted.
	* separate TODO and ChangeLog from README
	* add config.h
	
Jun 8th 2000 - Masahiro SAKAI
	* convert mask to alpha channel if DPF_IMAGE_USEALPHAPLANE flag is
	  setted.
	* support color mask
	* support grid (by converting to guide)
	* released 0.0.4

Jun 7th 2000 - Masahiro SAKAI

	* support transparency color

Jun 6th 2000 - Masahiro SAKAI

	* support layer
	* independ from endian
	* released 0.0.3

Jan 7th 2000 - Masahiro SAKAI

	* released 0.0.2

Oct 22th 1999 - Masahiro SAKAI

	* released 0.0.1