Go to file
Nathan Summers 8127ee74aa app/xcf/xcf-write.[ch] app/xcf/xcf-save.c ported the fix for bug #101340
2002-12-20  Nathan Summers  <rock@gimp.org>

        * app/xcf/xcf-write.[ch]
        * app/xcf/xcf-save.c
        * app/xcf/xcf.c: ported the fix for bug #101340 over from the stable
        branch.  Uses GError to report errors, unlike the stable version, which
        uses a pointer to gboolean.

        * app/xcf/xcf-seek.[ch]: check the return value of fseek and ftell for
        errors.  Return FALSE and set GError if an error is detected.

        * app/xcf/xcf-load.c: since the xcf-seek functions use GError now,
        added a NULL for the error parameter.  Added basic error checking
        on the return value of the xcf-seek functions.  In the future,
        changing xcf-load.c to use GError more completely should be
        considered.

        * POTFILES.in: mark the error messages added for translation
2002-12-20 06:26:34 +00:00
RPM Changed the name of Wilber in RPM/ -stuff (was wilbur, grrr... :) /tigert 1998-11-15 13:42:06 +00:00
app app/xcf/xcf-write.[ch] app/xcf/xcf-save.c ported the fix for bug #101340 2002-12-20 06:26:34 +00:00
cursors Added ".thumbnails" to .cvsignore 2001-12-12 12:37:28 +00:00
data really fix a comment 2002-11-18 22:01:11 +00:00
debian Update debian/ directory for GIMP 1.2 in main tree 2001-01-29 22:58:21 +00:00
devel-docs Updated NEWS. Shut up CVS. 2002-12-19 21:17:42 +00:00
docs more Wilber gadgets added by Guillermo S. Romero. 2002-12-16 12:05:42 +00:00
etc app/config/gimpdisplayconfig.[ch] moved navigation_preview_size to 2002-11-21 17:17:03 +00:00
libgimp More code clean-up. Better use of libgimp routines, etc. 2002-12-19 22:23:37 +00:00
libgimpbase s/S_ISLINK/S_ISNLK/ (was never compiled before Hans fixed the #ifdef). 2002-12-01 15:15:28 +00:00
libgimpcolor Fixed small bug in gimp_bilinear routines and use them instead of plug-in's own implementations 2002-11-20 21:29:16 +00:00
libgimpconfig fixed serialization of empty string properties that I broke yesterday. 2002-12-02 15:14:13 +00:00
libgimpmath configure.in app/core/gimpbrushpipe.c app/gui/about-dialog.c 2002-11-20 09:27:48 +00:00
libgimpmodule use g_message/g_print consistently. 2002-12-19 12:03:12 +00:00
libgimpproxy Moved generic datafile loading to LibGimpBase: 2002-10-23 14:55:07 +00:00
libgimptool updated 2002-12-01 14:53:17 +00:00
libgimpwidgets mark "Scales" for translation. 2002-12-19 17:46:45 +00:00
m4macros use gimptool-1.3. 2001-11-29 13:23:44 +00:00
modules modules/cdisplay_colorblind.c (cdisplay_colorblind_get_type) 2002-12-18 15:37:56 +00:00
pixmaps Made 1.3.8 release. 2002-08-20 15:27:27 +00:00
plug-ins More code clean-up. Better use of libgimp routines, etc. 2002-12-19 22:23:37 +00:00
po app/xcf/xcf-write.[ch] app/xcf/xcf-save.c ported the fix for bug #101340 2002-12-20 06:26:34 +00:00
po-libgimp Updated French translation. 2002-12-19 19:46:25 +00:00
po-plug-ins Updated French translation. 2002-12-19 19:46:25 +00:00
po-script-fu Updated French translation. 2002-12-19 19:46:25 +00:00
regexrepl updated 2002-12-01 14:53:17 +00:00
themes updated 2002-12-01 14:53:17 +00:00
tips Made 1.3.10 release. 2002-11-07 18:09:31 +00:00
tools tools/pdbgen/pdb/drawable.pdb merged fix for bug #96284 from stable 2002-12-13 19:19:09 +00:00
.cvsignore add dummy all-local rules for the !gtk-doc case, to fix problems with some 2002-08-27 16:38:29 +00:00
AUTHORS fixed stupid bug that caused this plug-in to map to undefined values. 2002-11-05 23:01:04 +00:00
COPYING *** empty log message *** 1999-11-17 21:13:50 +00:00
ChangeLog app/xcf/xcf-write.[ch] app/xcf/xcf-save.c ported the fix for bug #101340 2002-12-20 06:26:34 +00:00
ChangeLog.pre-1-0 changelog split up 1998-06-07 13:54:00 +00:00
ChangeLog.pre-1-2 roll changelog for 1.2 2000-12-25 22:09:39 +00:00
HACKING mention the automake-1.6 requirement. 2002-11-06 23:25:04 +00:00
INSTALL added FreeType2 URL and suggest to use GNU make. 2002-06-06 18:06:10 +00:00
MAINTAINERS Updating my info 2001-03-01 19:30:23 +00:00
Makefile.am removed mydistcheck hook. 2002-11-07 17:12:17 +00:00
NEWS Updated NEWS. Shut up CVS. 2002-12-19 21:17:42 +00:00
PLUGIN_MAINTAINERS Entered Jens Christian Restemeier as maintainer as wished. 2001-01-17 20:29:42 +00:00
README bumped our version number to 1.3.6. Added check for libgtkhtml-2.0. 2002-05-05 17:01:44 +00:00
README.i18n updated 2002-02-25 18:36:03 +00:00
README.perl 1.2.0 stuff 2000-12-25 08:08:08 +00:00
README.win32 Some edits. 2000-11-02 20:08:20 +00:00
TODO reviewed TODO 2000-12-19 02:56:06 +00:00
TODO.xml updated. 2002-02-11 00:30:16 +00:00
acinclude.m4 third times the charm. Python support macros moved here. 2002-11-06 23:19:13 +00:00
autogen.sh try automake-1.7 if automake-1.6 is not available. 2002-11-18 12:23:05 +00:00
config.h.in grr 2002-06-04 19:31:27 +00:00
config.h.win32 #define GETTEXT_PACKAGE 2002-03-28 00:10:56 +00:00
configure.in made sure the IFS string is actually a space and a tab 2002-12-03 09:28:03 +00:00
gimp-1.3.pc.in Makefile.am configure.in gimp-1.3.pc.in added pkg-config files for 2001-11-25 00:19:38 +00:00
gimp-2.0.pc.in Makefile.am configure.in gimp-1.3.pc.in added pkg-config files for 2001-11-25 00:19:38 +00:00
gimp.pc.in Makefile.am configure.in gimp-1.3.pc.in added pkg-config files for 2001-11-25 00:19:38 +00:00
gimp.spec.in Moved slovenian translation to the stable branch where they should have 2002-05-07 14:51:31 +00:00
gimptool-1.3.in strip paths from the plug-in filename for installation (fixes #97111). 2002-10-29 11:25:09 +00:00
gimptool-2.0.in strip paths from the plug-in filename for installation (fixes #97111). 2002-10-29 11:25:09 +00:00
gimpui-1.3.pc.in Makefile.am configure.in gimp-1.3.pc.in added pkg-config files for 2001-11-25 00:19:38 +00:00
gimpui-2.0.pc.in Makefile.am configure.in gimp-1.3.pc.in added pkg-config files for 2001-11-25 00:19:38 +00:00
gimpui.pc.in Makefile.am configure.in gimp-1.3.pc.in added pkg-config files for 2001-11-25 00:19:38 +00:00
makefile.msc updated 2002-09-06 22:25:19 +00:00

README

The GIMP: The GNU Image Manipulation Program
============================================

This is version 1.3, the developers version of The GIMP. Only use it
if you are brave and curious and want to participate development
towards the next stable release version 1.4. This is a developers
version. We know it has bugs and it might not even compile. You have
been warned!

Some features that were present in GIMP 1.2 are disabled or not even 
included in this release. This includes the Perl extension and thus 
all the perl plug-ins. There is no working text tool and various other
tools and functions are broken. Almost everything is under construction.
Don't even think about using this for daily work. If you are a software
distributor, dont' dare to ship this package to innocent users.

For installation instructions, see the file INSTALL.


1. Web Resources
================

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.

The latest version of The GIMP can be found at:

	http://www.gimp.org/download/


2. Mailing Lists
================

We have several mailing lists dedicated to GIMP user and development
discussion.  There is more info at

	https://lists.xcf.berkeley.edu/mailman/listinfo/<listname>

substituting <listname> for "gimp-announce", "gimp-user",
"gimp-win-user", or "gimp-developer" (without the quotes, of course)
depending on the list you want to subscribe to.  Links to the mailing
list archives can be found at the same addresses as given above.

Gimp-announce is a low-traffic list with announcements about new
releases of GIMP and plug-ins. 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. If you want to
help develop The GIMP, the gimp-developer mailing list is a good
starting point.

There are two mailing lists dedicated to the Win32 port, "gimpwin-users" 
and "gimpwin-dev". Especially the latter also carries traffic about the 
GTk+ port to Win32 in general. To subscribe, send an empty message to

	gimpwin-users-subscribe@egroups.com
or
	gimpwin-dev-subscribe@egroups.com

respectively. You can also use the web interface at

        http://www.egroups.com/group/gimpwin-users/ and
        http://www.egroups.com/group/gimpwin-dev/ 

Note that as these mailing lists are hosted on egroups.com, the
messages from the list contain relatively unintrusive and easily
ignored advertisements at the end. But if you are absolutely allergic
to ads, don't subscribe.


3. IRC
======

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.  One of the Byxnet servers are:

	irc.gimp.org:6667


4. Customizing
==============

The look of GIMP's interface can be customized like any other GTK app
by editing the ~/.gtkrc file or by using "themes" (ready-made
customizations). For downloadable themes and further details, see
http://gtk.themes.org. Additionally GIMP reads ~/.gimp-1.3/gtkrc so
you can have settings that only apply to The GIMP.

Included is a set of keybindings similar to those in Adobe Photoshop.
You can find them in the ps-menurc file.  To use them, copy this file
to ~/.gimp-1.3/menurc. You can also manually change the keybindings to
any of your choice by editing ~/.gimp-1.3/menurc.


5. Bugs
=======

Since this is a developers version, we are at the moment not really
interested in receiving too many bug-reports. Some parts of the code
are unfinished and under heavy development and we know that.
Bug-reports for incomplete or missing are features are therefore often
not helpful. Instead of filing a bug you should try to contact the
person who is working on this particular part of the program (see the
ChangeLog) or try to fix it yourself. You should report crashes and
other severe bugs at Bugzilla (http://bugzilla.gnome.org/). Your
bug-report needs to provide detailed instruction of how to reproduce
the problem. For reports on crashes, please also include a stack
trace.

If you experience crashes whenever you try to start gimp-1.3, you are
most probably using gdkxft or another LD_PRELOAD hack designed for
gtk+-1.2. These hacks will not work with GTK+-2.0 applications like
this version of The GIMP.


Have fun,

  Spencer Kimball
  Peter Mattis
  Federico Mena
  Manish Singh
  Sven Neumann
  Michael Natterer