Go to file
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
RPM Changed the name of Wilber in RPM/ -stuff (was wilbur, grrr... :) /tigert 1998-11-15 13:42:06 +00:00
app New manpage plus bumper fun pack of bugfixes. 1999-02-14 01:53:23 +00:00
data create modules/ directory in user's ~/.gimp-1.1 dir include description of 1999-01-25 21:11:44 +00:00
debian Removed *.files; artifacts of build process. Updated changelog for 0.99.23. 1998-03-28 19:11:36 +00:00
devel-docs/libgimp/tmpl cleaned up the messy spanish translation someone added 1997-01-01 16:47:44 +00:00
docs Autogenned file removal 1999-02-01 23:29:39 +00:00
etc gdisplay_format_title now parses a format string set by the user to 1999-02-06 18:31:33 +00:00
libgimp Made 1.1.2 release 1999-02-04 03:18:36 +00:00
libgimpbase libgimp/gimp.c app/datafiles.c app/docindex.c app/gimprc.c app/gradient.c 1999-02-03 09:17:37 +00:00
libgimpwidgets don't try and gdk_window_get_size() when we haven't been realised yet. 1999-01-23 21:07:57 +00:00
modules libgimp/gimp.c app/datafiles.c app/docindex.c app/gimprc.c app/gradient.c 1999-02-03 09:17:37 +00:00
plug-ins *** empty log message *** 1999-02-13 18:19:44 +00:00
po fix setting of $localedir, and use $CONFIG_SHELL to run config.status 1999-02-07 10:45:56 +00:00
po-libgimp cleaned up the messy spanish translation someone added 1997-01-01 16:47:44 +00:00
po-plug-ins cleaned up the messy spanish translation someone added 1997-01-01 16:47:44 +00:00
po-script-fu cleaned up the messy spanish translation someone added 1997-01-01 16:47:44 +00:00
tools Still a work-in-progress, ignore 1999-01-27 06:29:41 +00:00
.cvsignore New manpage plus bumper fun pack of bugfixes. 1999-02-14 01:53:23 +00:00
ABOUT-NLS removed intl virtual modules, use them new fangled autogen.sh's 1998-12-15 03:13:46 +00:00
AUTHORS various sundry changes 1998-12-17 11:53:22 +00:00
COPYING Fix for select by color on multilayer indexed images. Turned it back on for 1998-03-13 03:35:33 +00:00
ChangeLog New manpage plus bumper fun pack of bugfixes. 1999-02-14 01:53:23 +00:00
ChangeLog.pre-1-0 changelog split up 1998-06-07 13:54:00 +00:00
HACKING updated 1999-01-21 04:49:18 +00:00
INSTALL Administrivia 1998-12-24 00:49:31 +00:00
MAINTAINERS make the edit button active if the default brush is a generated brush. 1999-01-19 19:43:36 +00:00
Makefile.am New manpage plus bumper fun pack of bugfixes. 1999-02-14 01:53:23 +00:00
NEWS s/(NONE|LEFT|RIGHT)/EDGE_$1/g to clear up namespace 1999-01-27 06:30:37 +00:00
README Administrivia 1998-12-24 00:49:31 +00:00
README.i18n Makefile.am new file, explains i18n stuff 1998-11-09 02:05:24 +00:00
TODO Mention stuff that's already been done 1999-01-12 20:00:25 +00:00
acconfig.h new function pixel_regions_process_parallel 1999-01-22 23:46:44 +00:00
acinclude.m4 libgimp/gimp.c app/datafiles.c app/docindex.c app/gimprc.c app/gradient.c 1999-02-03 09:17:37 +00:00
autogen.sh Ack, uhm, no 1999-01-21 06:21:26 +00:00
config.guess libgimp/gimp.c app/datafiles.c app/docindex.c app/gimprc.c app/gradient.c 1999-02-03 09:17:37 +00:00
config.h.in new function pixel_regions_process_parallel 1999-01-22 23:46:44 +00:00
config.sub libgimp/gimp.c app/datafiles.c app/docindex.c app/gimprc.c app/gradient.c 1999-02-03 09:17:37 +00:00
configure.in New manpage plus bumper fun pack of bugfixes. 1999-02-14 01:53:23 +00:00
gimp.1 New manpage plus bumper fun pack of bugfixes. 1999-02-14 01:53:23 +00:00
gimp.m4 Made usage printout more verbose, added --quiet and -n options 1998-07-17 08:32:02 +00:00
gimp.spec Finished the wilbur -> wilber name hassle, everything should be ok now /tigert 1998-11-15 13:58:31 +00:00
gimp1_1_splash.ppm Adrian's new splash 1999-02-03 08:30:26 +00:00
gimp_logo.ppm Initial revision 1997-11-24 22:05:25 +00:00
gimp_splash.ppm added the splash-screen image drawn by Jens Lauterbacher to the 1998-02-17 20:14:29 +00:00
gimp_tips.txt Fixed up typos in the tips file. 1998-09-30 16:31:17 +00:00
gimprc-1.2.5.in New manpage plus bumper fun pack of bugfixes. 1999-02-14 01:53:23 +00:00
gimprc.5.in New manpage plus bumper fun pack of bugfixes. 1999-02-14 01:53:23 +00:00
gimprc.in gdisplay_format_title now parses a format string set by the user to 1999-02-06 18:31:33 +00:00
gimprc_user.in Changed MAIN(); to MAIN() 1998-03-16 23:02:31 +00:00
gimptool-1.2.in libgimp/Makefile.am fix --disable-static compilation 1998-10-22 09:49:46 +00:00
gimptool.1 *gimptool.1: minor update to add info about -strip build options. 1998-09-26 06:09:30 +00:00
gimptool.in libgimp/Makefile.am fix --disable-static compilation 1998-10-22 09:49:46 +00:00
gtkrc Initial revision 1997-11-24 22:05:25 +00:00
gtkrc.forest2 README make info a bit more current 1998-05-31 09:05:38 +00:00
ltconfig libgimp/gimp.c app/datafiles.c app/docindex.c app/gimprc.c app/gradient.c 1999-02-03 09:17:37 +00:00
ltmain.sh libgimp/gimp.c app/datafiles.c app/docindex.c app/gimprc.c app/gradient.c 1999-02-03 09:17:37 +00:00
ps-menurc added the splash-screen image drawn by Jens Lauterbacher to the 1998-02-17 20:14:29 +00:00
rmshm Initial revision 1997-11-24 22:05:25 +00:00
user_install create modules/ directory in user's ~/.gimp-1.1 dir include description of 1999-01-25 21:11:44 +00:00

README

The GIMP: the GNU Image Manipulation Program
--------------------------------------------

This is an unstable release of the GIMP, intended for developers only.
For production use, please use the 1.0.x series.

The GIMP's home page is at 

	http://www.gimp.org

Please be sure to visit this site for information, documentation,
tutorials, news, etc.  All things GIMP-ish are available from there.

The automated plug-in registry is located at

	http://registry.gimp.org

There you can get the latest versions of plug-ins using a convenient
forms-based interface.

We have several mailing lists dedicated to GIMP user and development
discussion.  To subscribe, send mail to

	majordomo@scam.xcf.berkeley.edu

and in the body of the message put

	subscribe <list-name> your@email.address

substituting <list-name> for "gimp-user" or "gimp-developer" (without
the quotes, of course) depending on the list you want to subscribe
to.  The mailing list archives can be found at

        http://www.findmail.com/listsaver/gimp-developer/
        http://www.findmail.com/listsaver/gimp-user/

Gimp-user is a mailing list dedicated to user problems, hints and
tips, discussion of cool effects, etc.  Gimp-developer is oriented to
GIMP core and plug-in developers.  Most people will only want to be
subscribed to gimp-user.

And finally, for the real junkies, there is an IRC channel devoted to
the GIMP :-) On Byxnet (a private mostly-GIMP network) there is #gimp.
Many of the developers hang out there.  Some of the Byxnet servers are:

	irc.gimp.org:6667

You can customize the look of the interface quite a bit my editing the
~/.gimp/gtkrc file. A sample file, gtkrc.forest, is included (Thanks to
Tuomas Kuosmanen)

Included is a set of keybindings similar to those in Adobe Photoshop (tm).
You can find them in the ps-menurc file.  To use them, copy this file to
~/.gimp/menurc

We sincerely hope you enjoy the program.  Please report problems to
bugs@gimp.org.  Before reporting a problem, you may want to see if someone
else has already did (check the http://www.wilberworks.com/bugs.cgi for
this).

Have fun,

  Spencer Kimball
  Peter Mattis
  Federico Mena
  Manish Singh