Commit Graph

385 Commits

Author SHA1 Message Date
Stanislav Brabec 376cf583b4 czech translation update 2000-09-02 21:39:39 +00:00
Marc Lehmann 7559c9371d *** empty log message *** 2000-08-28 11:51:14 +00:00
Sven Neumann 3a83ab3f6d Makefile.am configure.in added new directory po-perl which takes care of
2000-08-27  Sven Neumann  <sven@gimp.org>

	* Makefile.am
	* configure.in
	* po-perl: added new directory po-perl which takes care of
	i18n for gimp-perl the standard way. Tweaked pxgettext a little.

	* plug-ins/perl/Makefile.PL: disabled use of plug-ins/perl/po.
	Marc will take care of either removing the po directory or moving
	the new stuff there.
2000-08-27 18:05:59 +00:00
Marc Lehmann 8816575be8 see plug-ins/perl/Changes 2000-08-27 12:57:06 +00:00
Marc Lehmann 5b7e6e0521 see plug-ins/perl/Changes 2000-08-25 16:45:58 +00:00
Stanislav Brabec 6bde2b6794 czech translation update 2000-08-25 09:14:56 +00:00
Marc Lehmann adcb223e6a see plug-ins/perl/Changes 2000-08-24 22:53:53 +00:00
Marc Lehmann bb6640b3d6 see plug-ins/perl/Changes 2000-08-24 22:38:54 +00:00
Manish Singh 114d5567c5 perl support for COMPAT_CRUFT
* configure.in: perl support for COMPAT_CRUFT

* plug-ins/gap/gap_decode_mpeg_main.c: removed COMPAT_CRUFT

-Yosh
2000-08-24 00:33:11 +00:00
Marc Lehmann 612278b9a1 see plug-ins/perl/Changes 2000-08-17 09:32:37 +00:00
Valek Frob c740db01a5 Updated russian translation. 2000-07-23 17:07:46 +00:00
Marc Lehmann f64af1cda8 see plug-ins/perl/Changes 2000-07-20 14:44:16 +00:00
Marc Lehmann 6d3f838bde see plug-ins/perl/Changes 2000-07-15 17:51:17 +00:00
Jorge Godoy 10510384d8 added pt_BR translations 2000-07-14 16:48:59 +00:00
Stanislav Brabec ad566c8c12 czech translation update 2000-07-10 20:41:21 +00:00
Marc Lehmann 8708f77984 see plug-ins/perl/Changes 2000-07-09 17:38:00 +00:00
Marc Lehmann c082c68946 see plug-ins/perl/Changes 2000-07-06 09:36:52 +00:00
Marc Lehmann dfdac71ff4 see plug-ins/perl/Changes 2000-06-25 19:10:00 +00:00
Marc Lehmann e85affd574 see plug-ins/perl/Changes 2000-06-25 19:08:02 +00:00
Yuri Syrota 2ac4af81b6 Updated Ukrainian translation 2000-06-23 08:49:26 +00:00
Sven Neumann 552c8da0ea updates to the italian translation by Daniele Medri
--Sven
2000-06-18 11:26:41 +00:00
Stanislav Brabec 19a07c77ad czech translation update 2000-06-13 17:53:40 +00:00
Stanislav Brabec 86f10eb618 czech translation update 2000-06-13 08:29:54 +00:00
Stanislav Brabec 48b32fd2af czech translation update 2000-06-09 13:28:09 +00:00
Ville Hautamaki 51e21f3afb added finnish translation
Ville
2000-06-08 15:01:26 +00:00
Marc Lehmann 13e00a2131 see plug-ins/perl/Changes 2000-06-06 11:55:37 +00:00
Valek Frob 0b53491f09 Updated russian translation. 2000-06-04 12:35:00 +00:00
Seth Burgess 661f0a5acd *** empty log message *** 2000-06-02 19:02:10 +00:00
Garry R. Osgood 165f4e62a2 *** empty log message *** 2000-06-02 17:59:48 +00:00
Michael Natterer 54947e8844 made it compile without warnings.
* plug-ins/perl/Gimp/Lib.xs: made it compile without warnings.

--Mitch
2000-06-01 23:21:10 +00:00
Michael Natterer ba9ec2a2ff Sven Neumann <sven@gimp.org>
2000-05-31  Michael Natterer  <mitch@gimp.org>
	    Sven Neumann  <sven@gimp.org>

	Episode IV...

	* app/Makefile.am

	* app/message_cmds.c: new name
	* app/interface_cmds.c: removed

	* app/help_cmds.c: new name
	* app/gimphelp_cmds.c: removed

	* app/internal_procs.c
	* app/gimphelp_cmds.c
	* app/plug_in_cmds.c: moved gimp_plugin_help_register to
	plug_in_cmds.c, s/gimp_plugin_domain_add/gimp_plugin_domain_register/

	* libgimp/Makefile.am
	* libgimp/gimp_pdb.h
	* libgimp/gimpfileops_pdb.[ch]
	* libgimp/gimpguides_pdb.[ch]
	* libgimp/gimpmessage_pdb.[ch]
	* libgimp/gimpprocedural_db_pdb.[ch]
	* libgimp/gimpplugin_pdb.[ch]: new files containing PDB wrappers
	moved out of libgimp/gimp.[ch]

	* libgimp/gimpchannel_pdb.c
	* libgimp/gimpdisplay_pdb.[ch]
	* libgimp/gimpdrawable_pdb.[ch]
	* libgimp/gimphelp_pdb.[ch]
	* libgimp/gimpimage_pdb.[ch]
	* libgimp/gimplayer_pdb.c
	* libgimp/gimpparasite_pdb.c
	* libgimp/gimpselection_pdb.c: various changes.

	* libgimp/gimpunit.c: new file
	* libgimp/gimpunit_pdb.[ch]: contains only PDB wrappers prefixed
	with "_" which are called from libgimp/gimpunit.c only.

	* libgimp/gimpunit.h: minor stuff

	* libgimp/gimpcompat.h: declared the following functions obsolete:
	 gimp_query_database
	 gimp_query_images

	* libgimp/gimp.[ch]: removed all PDB wrappers.

	* tools/pdbgen/Makefile.am
	* tools/pdbgen/groups.pl: changed

	* tools/pdbgen/lib.pl: tried to fix libgimp autogeneration and
	fixed just a few comments.

	* tools/pdbgen/pdb/interface.pdb
	* tools/pdbgen/pdb/gimphelp.pdb: removed

	* tools/pdbgen/pdb/help.pdb
	* tools/pdbgen/pdb/message.pdb: new names

	* plug-ins/script-fu/script-fu.c
	* plug-ins/perl/Gimp/Lib.xs:
	s/gimp_plugin_domain_add/gimp_plugin_domain_register/

2000-05-31  Michael Natterer  <mitch@gimp.org>

	* POTFILES.in: s/gimpunit_pdb/gimpunit/
2000-05-31 13:24:14 +00:00
Stanislav Brabec 1fc1f1a97c czech translation update 2000-05-31 11:36:04 +00:00
Sven Neumann ab6aae932e corrected Seth's change
--Sven
2000-05-26 08:37:55 +00:00
Seth Burgess d1c0fc58c1 Moved sethspin back to its home under filters... 2000-05-26 01:19:47 +00:00
Kjartan Maraas c60771aff0 Updated Norwegian translation.
2000-05-23  Kjartan Maraas  <kmaraas@gnu.org>

	* no.po: Updated Norwegian translation.
2000-05-23 09:56:10 +00:00
Sven Neumann b54895ee91 updated german translation
--Sven
2000-05-23 09:48:35 +00:00
Sven Neumann 95500f2d40 moved Magnify into the Transformation tools category. This is not entirely
2000-05-22  Sven Neumann  <sven@gimp.org>

* app/tools.c: moved Magnify into the Transformation tools
category. This is not entirely correct, but at least the
tools are now grouped as they appear in the toolbox.

* plug-ins/common/flarefx.c: applied modified version of
gimp-timecop-200005-4.flarefx which adds a scaled down
flarefx to tthe preview.


--Sven
2000-05-22 17:39:15 +00:00
Michael Natterer 1590cecfe1 s/gimp_plugin_help_func/gimp_standard_help_func/
2000-05-22  Michael Natterer  <mitch@gimp.org>

	* plug-ins/*: s/gimp_plugin_help_func/gimp_standard_help_func/

	Coincidentially, my script also removed empty lines from the end
	of _all_ *.c file (not only from those which contained
	gimp_plugin_help_func).
2000-05-22 17:10:28 +00:00
Stanislav Brabec 80bd007005 czech translation update 2000-05-22 09:52:57 +00:00
Marc Lehmann a82a3cf5af see plug-ins/perl/Changes 2000-05-21 01:27:16 +00:00
Kenneth Christiansen 4a8f3f02ba Translations from Keld
gimp/plug-ins/perl/po/da.po
2000-05-18 09:56:17 +00:00
Marc Lehmann ad8bb5efb6 see plug-ins/perl/Changes 2000-05-18 04:49:43 +00:00
Marc Lehmann 75267997be see plug-ins/perl/Changes 2000-05-18 00:04:57 +00:00
Marc Lehmann 056bf58d7c see plug-ins/perl/Changes 2000-05-16 21:08:49 +00:00
Kenneth Christiansen b20a4a8ecb Translations from Keld
gimp/plug-ins/perl/po/da.po
2000-05-14 01:18:03 +00:00
Stanislav Brabec f28e922c2e czech translation update 2000-05-11 20:45:33 +00:00
Marc Lehmann 38f940e191 see plug-ins/perl/Changes 2000-05-11 17:04:30 +00:00
Marc Lehmann f9801bc37c see plug-ins/perl/Changes 2000-05-11 02:08:46 +00:00
Stanislav Brabec 9879f8d325 czech translation update 2000-05-10 21:04:58 +00:00
Marc Lehmann 8ffb40b7bf see plug-ins/perl/Changes 2000-05-10 03:02:28 +00:00