Commit Graph

502 Commits

Author SHA1 Message Date
1cd6fcc19c libgimp/.cvsignore libgimp/Makefile.am libgimp/gimp.h removed
2001-05-22  Michael Natterer  <mitch@gimp.org>

	* libgimp/.cvsignore
	* libgimp/Makefile.am
	* libgimp/gimp.h
	* libgimp/gimpfeatures.h.in: removed gimpfeatures.h

	* libgimpbase/.cvsignore
	* libgimpbase/Makefile.am
	* libgimpbase/gimpbase.h
	* libgimpbase/gimpbasetypes.h
	* libgimpbase/gimpversion.h.in: and added it as gimpversion.h

	* configure.in: changed accordingly.

	* app/app_procs.c
	* app/main.c
	* app/gui/about-dialog.c
	* app/gui/splash.c
	* app/pdb/misc_cmds.c
	* tools/pdbgen/pdb/misc.pdb: fixed includes.

	* plug-ins/bmp/bmpread.c
	* plug-ins/bmp/bmpwrite.c
	* plug-ins/common/gif.c
	* plug-ins/common/gifload.c
	* plug-ins/common/jpeg.c
	* plug-ins/common/newsprint.c
	* plug-ins/common/ps.c
	* plug-ins/common/tiff.c
	* plug-ins/gdyntext/gdyntextcompat.h
	* plug-ins/gimpressionist/gimpressionist.c
	* plug-ins/perl/Gimp.xs
	* plug-ins/perl/Gimp/Lib.xs
	* plug-ins/pygimp/gimpmodule.c
	* tools/gimp-remote.c: removed all #ifdef GIMP_HAVE_BLAH
	conditionals as they are broken anyway since we changed all
	plug-ins with perl scripts shortly before 1.2. Also, refering to
	intermediate unstable releases is evil.
2001-05-22 00:36:38 +00:00
09038ea25d ca.po en_GB.po ga.po gl.po hr.po hu.po it.po ko.po nl.po pt_BR.po ro.po
2001-05-20  Michael Natterer  <mitch@gimp.org>

	* ca.po
	* en_GB.po
	* ga.po
	* gl.po
	* hr.po
	* hu.po
	* it.po
	* ko.po
	* nl.po
	* pt_BR.po
	* ro.po
	* sk.po
	* sv.po: fixed invalid encoding specs.
2001-05-20 12:57:00 +00:00
0a4ec8fb8c *** empty log message *** 2001-05-13 19:53:40 +00:00
574cc7ac98 *** empty log message *** 2001-05-13 19:46:59 +00:00
8ad6b3466b Merged changes from stable branch:
2001-04-23  Sven Neumann  <sven@gimp.org>

        Merged changes from stable branch:

        * plug-ins/perl/examples/terral_text: fixed typo.

        * plug-ins/perl/examples/image_tile
        * plug-ins/perl/examples/yinyang:
        applied gimp-kirchgessner-010422-0.patch which fixes problems with
        invalid number of parameters passed to some functions.

        * plug-ins/script-fu/interp_sliba.c: fixed problems with strbreakup
        reported by Mike Kelly <mike@csuchico.edu> (bugs #52383 and #52385)
2001-04-23 14:47:24 +00:00
70ff75b42c *** empty log message *** 2001-04-08 01:09:52 +00:00
6e2104c68e Added foo'sh tr.po 2001-03-25 14:42:20 +00:00
230709d6ef Fixed translation author errors (added empty files)
po-plug-ins/ro.po po-script-fu/ro.po po-libgimp/ro.po
 	plug-ins/perl/po/ro.po plug-ins/perl/po/tr.po
2001-03-24 02:35:15 +00:00
73d7b7d18f *** empty log message *** 2001-03-15 02:02:09 +00:00
617985837c czech translation update 2001-02-17 20:28:05 +00:00
6363145c3f Did trivial GimpRGB changes in perl. 2001-02-13 04:19:12 +00:00
edc9ba7bf2 Deleted bilb/lib/Gimp.pm, since this is a file generated during the build.
Deleted bilb/lib/Gimp.pm, since this is a file generated during the build.
With it, won't compile from clean CVS co.

: ChangeLog plug-ins/perl/po/POTFILES.in
2001-02-01 02:59:32 +00:00
27f9cd9499 Updating some pt_BR translations 2001-01-04 17:01:03 +00:00
a9276b36f9 es.po updated 2000-12-28 23:42:14 +00:00
d17aadc002 updated 2000-12-28 23:38:40 +00:00
243c5f4929 app/channel_cmds.c app/layer_cmds.c libgimp/gimpchannel_pdb.c
2000-12-28  Sven Neumann  <sven@gimp.org>

	* app/channel_cmds.c
	* app/layer_cmds.c
	* libgimp/gimpchannel_pdb.c
	* libgimp/gimplayer_pdb.c
	* plug-ins/common/warp.c
	* plug-ins/gap/gap_exchange_image.c
	* plug-ins/gap/gap_range_ops.c
	* plug-ins/perl/examples/bricks
	* plug-ins/perl/examples/glowing_steel
	* tools/pdbgen/pdb/channel.pdb
	* tools/pdbgen/pdb/layer.pdb:

	Two of the gimp-perl scripts used to call gimp_layer_delete() after
	gimp_image_remove_layer(). This will fail since the layer is already
	scheduled for destruction by removing it from the associated image or
	by deleting that image. It is thus dangerous and superfluous to export
	this feature through the PDB. The gimp_layer_delete() is hereby
	obsolete and does nothing any longer. I have removed the code calling
	it from all over the place (it was commented out in almost all places).

	The PDB help for gimp_channel_delete() now explicetly tells the user
	about the proper usage of the procedure.
2000-12-27 23:49:17 +00:00
ea5614e2f5 1.1.32 stuff
-Yosh
2000-12-21 00:02:10 +00:00
99304937c3 see plug-ins/perl/Changes 2000-12-20 14:06:44 +00:00
aae4ff8b14 see plug-ins/perl/Changes 2000-12-20 09:23:53 +00:00
edf6db711c 1.1.31 stuff
-Yosh
2000-12-19 22:19:02 +00:00
5a59083777 Fixed bad default JPEG quality setting in save_image -klm 12/12/00 2000-12-12 20:54:39 +00:00
eea480d7b0 see plug-ins/perl/Changes 2000-12-12 04:00:43 +00:00
d1fa3a5569 configure.in removed obsolete checks for lpc, lpstat and friends
2000-12-11  Sven Neumann  <sven@gimp.org>

	* configure.in
	* plug-ins/print/Makefile.am: removed obsolete checks for lpc, lpstat
	and friends

	* plug-ins/perl/examples/blended2
	* plug-ins/perl/examples/translogo: register with the correct image
	types. Fixes bug #10675.
2000-12-11 19:17:31 +00:00
67b510d53d 1.1.30 stuff
-Yosh
2000-12-10 00:59:42 +00:00
9dfa39106e Updated Polish translation 2000-12-09 18:47:56 +00:00
9f0e1d4c86 updated japanese translation.
-- yasuhiro
2000-12-06 15:49:06 +00:00
bb76c11064 updated japanese translation.
-- yasuhiro
2000-12-03 13:53:13 +00:00
24633c17b0 see plug-ins/perl/Changes 2000-11-25 16:14:42 +00:00
cfa15ec56a Updated japanese translation.
-- yasuhiro
2000-11-25 12:47:01 +00:00
7b646b3450 see plug-ins/perl/Changes 2000-11-20 00:32:26 +00:00
e1234e642f see plug-ins/perl/Changes 2000-11-17 18:41:57 +00:00
1cdb81c669 Updated Polish translation 2000-11-13 18:11:24 +00:00
31cd6fe3cc Automatically updating some pt_BR and Spanish translatios (sendpos.sh script)
any problem: ricardo@conectiva.com.br

thanks.
2000-11-08 12:37:28 +00:00
2fa2f801db Updated Polish translation 2000-11-08 11:17:55 +00:00
a2bc52ec29 Added new language hr (Croatian).
2000-11-06  Daniel Egger <egger@suse.de>

        * configure.in: Added new language hr (Croatian).
2000-11-06 15:49:53 +00:00
bbd8fbfe07 Updated russian translation. 2000-11-04 16:55:38 +00:00
1370f6eb78 Updated es.po 2000-11-01 17:35:22 +00:00
0965c92142 Updated translation 2000-11-01 17:35:11 +00:00
eae617f34c 1.1.29 stuff
-Yosh
2000-10-31 19:47:49 +00:00
167f2792de see plug-ins/perl/Changes 2000-10-30 00:49:13 +00:00
4aaa81bdaf Applied the parts of gimp-art-20001017-0.patch (polish translation) that
did not conflict with the updates that were committed in between.

--Sven
2000-10-29 16:03:15 +00:00
5be2937c0a updating pt_BR translations 2000-10-24 19:16:51 +00:00
2cf59f6d7b czech translation update 2000-10-19 20:50:59 +00:00
06278b4b1a Updating pt_BR translations... 2000-10-19 13:55:58 +00:00
7811141f3f see plug-ins/perl/Changes 2000-10-17 02:23:04 +00:00
58a192b332 1.1.28 stuff
-Yosh
2000-10-16 19:36:10 +00:00
d747a8a22b added GIMP_HAVE_SYSCONFDIR
2000-10-16  Sven Neumann  <sven@gimp.org>

	* libgimp/gimpfeatures.h.in: added GIMP_HAVE_SYSCONFDIR
2000-10-16 12:44:45 +00:00
a8e130f532 see plug-ins/perl/Changes 2000-10-16 03:15:11 +00:00
06d0b4c0a6 fixed install-po target
--Sven
2000-10-14 19:05:37 +00:00
307496d6b6 Some more translations. 2000-10-14 18:18:16 +00:00