Gimp/app/core
GMT 1999 Austin Donnelly 54fe3402e7 New manpage plus bumper fun pack of bugfixes.
Sun Feb 14 01:27:29 GMT 1999  Austin Donnelly  <austin@gimp.org>

	New manpage plus bumper fun pack of bugfixes.

	* gimprc.5.in: NEW FILE: beginnings of some docs on gimprc file
	     format.
	* configure.in: generate gimprc.5 from gimprc.5.in
	* Makefile.am: install gimprc.5
	* .cvsignore: ignore gimprc.5, it's auto generated.

	* gimp.1: fix a few paths and URLs.  Mention the modules/
	     directory in user's gimpdir.

	* app/commands.c: cancel resize or scale dialogs when image
 	     they're for is destroyed, rather than segfaulting when Ok is
 	     clicked.  Thanks to Peter Teichman <peter@zeno.dorm.duke.edu>
 	     for pointing this one out.  Layer resize/scale still suffers
 	     from same problem, but Adam's working on L&C at the moment.

	* app/gdisplay.c: off-by one error on bounds check in making image
	     title.

	* app/module_db.c: some would consider it foolish returning to
 	     code you've just unloaded.  So don't do that.

	* app/plug_in.c: when superceeding a PDB function with a newer one
	     of the same name, remove pointers to the old one from the
	     plugins that originally registered them.  Fixes Nick Lamb's
	     pluginrc file corruption thing, and catches the (common?)
	     error of copying a plugin to a different name but failing to
	     change what it registers.  Also, if registering a file
	     loader/saver, make sure it has set an extension, prefix, or
	     magic number it's interested in - that way code that relies
	     on checking this doesn't get confused.
1999-02-14 01:53:23 +00:00
..
gimp-edit.c i18n markings from Daniel Egger (mostly removal of tags around PDB stuff), 1998-12-25 18:22:01 +00:00
gimp-edit.h Misc cleaning up here and there. Note that since the ids were used 1998-06-30 01:14:36 +00:00
gimp-parasites.c *** empty log message *** 1999-02-13 18:19:44 +00:00
gimp-parasites.h *** empty log message *** 1999-02-13 18:19:44 +00:00
gimpbrush-header.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpbrush-load.c fix setting of $localedir, and use $CONFIG_SHELL to run config.status 1999-02-07 10:45:56 +00:00
gimpbrush.c fix setting of $localedir, and use $CONFIG_SHELL to run config.status 1999-02-07 10:45:56 +00:00
gimpbrush.h ---------------------------------------------------------------------- 1998-07-24 08:56:18 +00:00
gimpbrushgenerated-load.c Modified Files: ChangeLog app/gimpbrushgenerated.c 1998-09-15 01:53:40 +00:00
gimpbrushgenerated-save.c Modified Files: ChangeLog app/gimpbrushgenerated.c 1998-09-15 01:53:40 +00:00
gimpbrushgenerated.c Modified Files: ChangeLog app/gimpbrushgenerated.c 1998-09-15 01:53:40 +00:00
gimpbrushgenerated.h Modified Files: ChangeLog app/gimpbrushgenerated.c 1998-09-15 01:53:40 +00:00
gimpchannel-combine.c i18n markings from Daniel Egger (mostly removal of tags around PDB stuff), 1998-12-25 18:22:01 +00:00
gimpchannel-combine.h Modified Files: ChangeLog app/Makefile.am app/app_procs.c app/channel.c 1998-10-30 10:21:33 +00:00
gimpchannel.c i18n markings from Daniel Egger (mostly removal of tags around PDB stuff), 1998-12-25 18:22:01 +00:00
gimpchannel.h Modified Files: ChangeLog app/Makefile.am app/app_procs.c app/channel.c 1998-10-30 10:21:33 +00:00
gimpdatafiles.c libgimp/gimp.c app/datafiles.c app/docindex.c app/gimprc.c app/gradient.c 1999-02-03 09:17:37 +00:00
gimpdatafiles.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpdrawable-blend.c app/blend.c app/bucket_fill.c app/convert.c app/crop.c app/cursorutil.c 1999-01-17 17:03:54 +00:00
gimpdrawable-desaturate.c i18n markings from Daniel Egger (mostly removal of tags around PDB stuff), 1998-12-25 18:22:01 +00:00
gimpdrawable-desaturate.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpdrawable-equalize.c stuff from patches/i18n by Daniel Egger 1998-12-16 00:37:09 +00:00
gimpdrawable-equalize.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpdrawable-invert.c libgimp/gimp.c app/datafiles.c app/docindex.c app/gimprc.c app/gradient.c 1999-02-03 09:17:37 +00:00
gimpdrawable-invert.h libgimp/gimp.c app/datafiles.c app/docindex.c app/gimprc.c app/gradient.c 1999-02-03 09:17:37 +00:00
gimpdrawable-offset.c Updated gtk_toggle_button_set_state() to gtk_toggle_button_set_active() in 1999-01-15 17:35:04 +00:00
gimpdrawable-offset.h Removed most of the image id system. They're still used with pdb. 1998-06-29 00:24:44 +00:00
gimpdrawable.c *** empty log message *** 1999-02-13 18:19:44 +00:00
gimpdrawable.h *** empty log message *** 1999-02-13 18:19:44 +00:00
gimpedit.c i18n markings from Daniel Egger (mostly removal of tags around PDB stuff), 1998-12-25 18:22:01 +00:00
gimpedit.h Misc cleaning up here and there. Note that since the ids were used 1998-06-30 01:14:36 +00:00
gimpimage-convert-fsdither.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpimage-convert.c Multi-line comments, a little more sanity-checking. 1999-01-23 18:49:52 +00:00
gimpimage-convert.h Changed the palette dialog. New functionality. Better previews. Can 1998-12-19 00:00:06 +00:00
gimpimage-duplicate.c Updated gtk_toggle_button_set_state() to gtk_toggle_button_set_active() in 1999-01-15 17:35:04 +00:00
gimpimage-duplicate.h Removed most of the image id system. They're still used with pdb. 1998-06-29 00:24:44 +00:00
gimpimage-guides.c *** empty log message *** 1999-02-13 18:19:44 +00:00
gimpimage-guides.h *** empty log message *** 1999-02-13 18:19:44 +00:00
gimpimage-mask.c applied gimp-stric-981116-1, lots o files changes in app. i18n patch. 1998-11-23 14:47:09 +00:00
gimpimage-mask.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpimage-merge.c *** empty log message *** 1999-02-13 18:19:44 +00:00
gimpimage-merge.h *** empty log message *** 1999-02-13 18:19:44 +00:00
gimpimage-projection.c *** empty log message *** 1999-02-13 18:19:44 +00:00
gimpimage-projection.h *** empty log message *** 1999-02-13 18:19:44 +00:00
gimpimage-resize.c *** empty log message *** 1999-02-13 18:19:44 +00:00
gimpimage-resize.h *** empty log message *** 1999-02-13 18:19:44 +00:00
gimpimage-scale.c *** empty log message *** 1999-02-13 18:19:44 +00:00
gimpimage-scale.h *** empty log message *** 1999-02-13 18:19:44 +00:00
gimpimage-undo-push.c Added stuff to make gcg by default (for maintainers) 1999-01-07 19:53:05 +00:00
gimpimage-undo-push.h Misc cleaning up here and there. Note that since the ids were used 1998-06-30 01:14:36 +00:00
gimpimage.c *** empty log message *** 1999-02-13 18:19:44 +00:00
gimpimage.h *** empty log message *** 1999-02-13 18:19:44 +00:00
gimpimagemap.c applied gimp-stric-981116-1, lots o files changes in app. i18n patch. 1998-11-23 14:47:09 +00:00
gimpimagemap.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimplayer-floating-sel.c Lots of ii8n stuff here and some additions to the de.po. Applied 1998-10-14 23:23:52 +00:00
gimplayer-floating-sel.h Header file tweaks. Now changing tile.h doesn't force about_dialog to 1998-08-16 00:34:20 +00:00
gimplayer.c app/layer.c Turn off a layer's bounding box when it is deselected. 1999-02-08 19:22:46 +00:00
gimplayer.h More robust and kickin' thumbnail support. 1999-02-07 15:16:45 +00:00
gimplist.c A few fixes here and there... 1998-08-13 18:53:12 +00:00
gimplist.h ---------------------------------------------------------------------- 1998-07-12 11:40:43 +00:00
gimpobject.c Started gimpset, a generic class for handling collections of 1998-07-01 23:06:49 +00:00
gimpobject.h Modified Files: ChangeLog app/Makefile.am app/airbrush.c app/app_procs.c 1998-07-09 05:31:06 +00:00
gimpparasite.c *** empty log message *** 1999-02-13 18:19:44 +00:00
gimpparasite.h *** empty log message *** 1999-02-13 18:19:44 +00:00
gimpparasitelist.c libgimp/gserialize.c Changed the enum values to allow for simpler future 1998-12-16 11:23:30 +00:00
gimpparasitelist.h libgimp/gserialize.c Changed the enum values to allow for simpler future 1998-12-16 11:23:30 +00:00
gimppattern-header.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpprojection-construct.c *** empty log message *** 1999-02-13 18:19:44 +00:00
gimpprojection-construct.h *** empty log message *** 1999-02-13 18:19:44 +00:00
gimpprojection.c New manpage plus bumper fun pack of bugfixes. 1999-02-14 01:53:23 +00:00
gimpprojection.h gdisplay_format_title now parses a format string set by the user to 1999-02-06 18:31:33 +00:00