Thu Oct  2 17:41:51 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>

	* app/color_select.c (color_select_update_hue_value): Applied
	Laury Alanko's patch to fix hue calculation.

	* libgimp/gimppixelrgn.c: Applied Adam Moss's patch to use
	memcpy() instead of for() loops to copy tile data.

Wed Oct  1 01:25:38 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>

	* app/gdisplay_ops.c: Applied Lauri Alanko's patch for optional
	confirmation when closing dirty images.

Tue Sep 30 17:18:52 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>

	* plug-ins/sinus.c: replaced rint() by the ROUND_TO_INT() macro.

	* app/commands.c (file_new_ok_callback): Applied Lauri Alanko's
	patch to mark new images as non-dirty.

	* app/color_select.c: Applied Lauri Alanko's patch to make color
	selection update immediate.

	* libgimp/gimplayer.c (gimp_layer_copy): fixed pdb run procedure.

	* main.c (main): Applied Miles O'Neal's patch to change the help output.

Mon Sep 29 13:08:47 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>

	* configure.in: Applied Jason Riedy's patch for non-GNUish systems.

	* configure.in: Changed second function for testing of libtiff so
	that the previous cached result is not used.

	* plug-ins/Makefile.am: Fixed linking of libraries for some
 	plug-ins (Peter).

	* configure.in: Changed linking order of gtk and X libraries (Peter).

Fri Sep 26 14:57:12 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>

	* Made 0.99.12 release.  Whew! :-)

	* app/paint_core.c (paint_core_button_press): Applied Ray
	Lehtiniemi's patch for pointer motion tracking when pressing MOD1.

	* app/disp_callbacks.c (gdisplay_canvas_events): Applied Owen
	Taylor's patch (sent by Adam Moss) to fix pointer tracking.

Thu Sep 25 17:16:47 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>

	* plug-ins/lic.c: added the LIC plug-in.

	* plug-ins/tga.c: updated the TGA plug-in to the new version.

	* Added the xd plug-in by Josh MacDonald.

	* Separated Gtk+ from GIMP.  Hope the chainsawing was correct :-)

	* plug-ins/apply_lens.c: Morten Eriksen authorized the removal of
	the additional licensing restriction, so I removed it.  Thanks!!!

	* plug-ins/gflare/gtkmultioptionmenu.c: Changed "restrict" to
	"restrict_area" to avoid name collision.

Wed Sep 24 13:47:31 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>

	* plug-ins/script-fu/script-fu-scripts.c: Applied Owen Taylor's
	patch to avoid multiple initializations of the Gtk.

	* plug-ins/smooth_palette.c: srandom(), random() replaced by
	srand() and rand().

	* plug-ins/sinus.c: PI replaced by M_PI.

	* plug-ins/gqbist.c: srandom(), random() replaced by srand() and rand().

	* plug-ins/laplace.c: ROUND_TO_INT() macro removed because it is
	not used.

	* plug-ins: Removed MIN/MAX/BOUNDS macros and replaced them by the
	appropriate ones from glib.h.

	* Now plug-ins that require special libraries reside in their own
	subdirectories.  This is sort of a kluge to make optional
	compilation work.

	* app/: Applied Larry Ewing's big patch to properly handle
	delete_event in all windows.

	* app/about_dialog.c: Applied Owen Taylor's patch to avoid eating
	infinite CPU time when the about dialog is resized.

Tue Sep 23 12:22:52 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>

	* libgimp/gimp.c: From Tim Janik's patch; now _shm_ID = -1.

	* app/plug_in.c: Applied Tim Janik's patch to mark shm segments
	with IPC_RMID so that they are automatically removed always.

	* app/gdisplay.c (gdisplay_delete): Applied Nick Lamb's patch to
	fix file/open bug.

	* plug-ins/psd.c: Commented out "#include <endian.h>".  It does
	not seem to be required, but I'm not sure.

	* app/procedural_db.c (procedural_db_execute): Applied Gordon
	Matzigkeit's patch to avoid memory leak when calling plug-ins.

	* app/plug_in.h: Applied Gordon Matzigkeit's patch to avoid memory
	leak when calling plug-ins.

	* app/plug_in.c: Applied Gordon Matzigkeit's patch to avoid memory
	leak when calling plug-ins.

	* app/fileops.c (file_open): Applied Gordon Matzigkeit's patch to avoid
	memory leak when freeing arguments.

	* app/plug_in.c: Applied Gordon Matzigkeit's patch for plug-in return args.

	* plug-ins/dbbrowser/dbbrowser.c: Removed the X includes; they are
	not needed.

	* plug-ins/maze.c (run): Removed string from putchar() call and
	replaced it with fprintf().

	* app/layers_dialog.c (layers_dialog_set_menu_sensitivity): Fixed
	bug which would lead to crashes when layer == NULL.

	* plug-ins/script-fu/scripts/clothify.scm: Fixed "gratuitous
	vulgarity".  Bleh.

	* Fixed calls to plug-in-bump-map in all scripts that needed it.

	* app/brushes.c (brushes_refresh_brush_proc =): Fixed unterminated
	strings.

	* plug-ins/mblur.c (mblur): Fixed bad default case on switch().

	* plug-ins/hot.c: Fixed unterminated strings.

	* plug-ins: removed trailing semicolon from all MAIN() macro calls.

	* plug-ins/dbbrowser/dbbrowser.c (run): Changed values[0] to values[1].

	* plug-ins/sgi.c: Updated the sgi plug-in.

	* plug-ins/png.c: Updated the png plug-in.

	* Applied Lauri Alanko's patch to remove gcc-isms.

Mon Sep 22 21:19:14 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>

	* Added the mpeg plug-in.

	* Made configure.in and plug-ins/Makefile.am properly detect
	whether file format libraries are installed and thus decide
	whether to build some plug-ins or not.


Wed Sep 24 13:47:31 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>

	* plug-ins/script-fu/script-fu-scripts.c: Applied Owen Taylor's
	patch to avoid multiple initializations of the Gtk.

	* plug-ins/smooth_palette.c: srandom(), random() replaced by
	srand() and rand().

	* plug-ins/sinus.c: PI replaced by M_PI.

	* plug-ins/gqbist.c: srandom(), random() replaced by srand() and rand().

	* plug-ins/laplace.c: ROUND_TO_INT() macro removed because it is
	not used.

	* plug-ins: Removed MIN/MAX/BOUNDS macros and replaced them by the
	appropriate ones from glib.h.

	* Now plug-ins that require special libraries reside in their own
	subdirectories.  This is sort of a kluge to make optional
	compilation work.

	* app/: Applied Larry Ewing's big patch to properly handle
	delete_event in all windows.

	* app/about_dialog.c: Applied Owen Taylor's patch to avoid eating
	infinite CPU time when the about dialog is resized.

Tue Sep 23 12:22:52 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>

	* libgimp/gimp.c: From Tim Janik's patch; now _shm_ID = -1.

	* app/plug_in.c: Applied Tim Janik's patch to mark shm segments
	with IPC_RMID so that they are automatically removed always.

	* app/gdisplay.c (gdisplay_delete): Applied Nick Lamb's patch to
	fix file/open bug.

	* plug-ins/psd.c: Commented out "#include <endian.h>".  It does
	not seem to be required, but I'm not sure.

	* app/procedural_db.c (procedural_db_execute): Applied Gordon
	Matzigkeit's patch to avoid memory leak when calling plug-ins.

	* app/plug_in.h: Applied Gordon Matzigkeit's patch to avoid memory
	leak when calling plug-ins.

	* app/plug_in.c: Applied Gordon Matzigkeit's patch to avoid memory
	leak when calling plug-ins.

	* app/fileops.c (file_open): Applied Gordon Matzigkeit's patch to avoid
	memory leak when freeing arguments.

	* app/plug_in.c: Applied Gordon Matzigkeit's patch for plug-in return args.

	* plug-ins/dbbrowser/dbbrowser.c: Removed the X includes; they are
	not needed.

	* plug-ins/maze.c (run): Removed string from putchar() call and
	replaced it with fprintf().

	* app/layers_dialog.c (layers_dialog_set_menu_sensitivity): Fixed
	bug which would lead to crashes when layer == NULL.

	* plug-ins/script-fu/scripts/clothify.scm: Fixed "gratuitous
	vulgarity".  Bleh.

	* Fixed calls to plug-in-bump-map in all scripts that needed it.

	* app/brushes.c (brushes_refresh_brush_proc =): Fixed unterminated
	strings.

	* plug-ins/mblur.c (mblur): Fixed bad default case on switch().

	* plug-ins/hot.c: Fixed unterminated strings.

	* plug-ins: removed trailing semicolon from all MAIN() macro calls.

	* plug-ins/dbbrowser/dbbrowser.c (run): Changed values[0] to values[1].

	* plug-ins/sgi.c: Updated the sgi plug-in.

	* plug-ins/png.c: Updated the png plug-in.

	* Applied Lauri Alanko's patch to remove gcc-isms.

Mon Sep 22 21:19:14 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>

	* Added the mpeg plug-in.

	* Made configure.in and plug-ins/Makefile.am properly detect
	whether file format libraries are installed and thus decide
	whether to build some plug-ins or not.


Mon Sep 22 17:34:09 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>

	* Made 0.99.11 release.  See the files NOTES and TODO-DIST for
	more info.
	
