Commit Graph

4700 Commits

Author SHA1 Message Date
Rodrigo Sancho Senosiain 45d44e4a6b updated spanish translation 2000-10-22 18:29:06 +00:00
Pablo Saratxaga fd6ed65941 updated Catalan file 2000-10-21 22:10:17 +00:00
Tomas gren 96e3a5542b minor fix
2000-10-21  Tomas gren <stric@ing.umu.se>

* sv.po: minor fix
2000-10-21 17:11:02 +00:00
Michael Natterer 4458ab1484 new file
2000-10-21  Michael Natterer  <mitch@gimp.org>

	* plug-ins/print/RELNOTES: new file

	* plug-ins/print/Makefile.am
	* plug-ins/print/README
	* plug-ins/print/print-escp2.c
	* plug-ins/print/print-pcl.c
	* plug-ins/print/print-printers.c
	* plug-ins/print/print-weave.c: Updated to the latest CVS version
	of gimp-print's new stable "print-4_0_branch" branch.
2000-10-21 13:27:30 +00:00
Austin Donnelly d37667433d minor patch from David Hodson <hodsond@ozemail.com.au> to fix off-by-one
2000-10-21  Austin Donnelly  <austin@gimp.org>

	* plug-ins/common/nlfilt.c: minor patch from David Hodson
	    <hodsond@ozemail.com.au> to fix off-by-one error in previous fix.

    	* AUTHORS
	* app/authors.h
	* tools/authorsgen/contributors: Add the prolific David Hodson
	    to the authors list.
2000-10-21 13:15:55 +00:00
Kenneth Christiansen 29e26b10e5 Translations from Keld
bug-buddy/po/da.po gdm2/po/da.po gimp/po/da.po
gnome-applets/po/da.po gnorpm/po/da.po gtk+/po/da.po
gtkhtml/po/da.po mc/po/da.po oaf/po/da.po
2000-10-21 00:43:42 +00:00
Seth Burgess b7786f115c Compile before commit... 2000-10-20 03:44:47 +00:00
Seth Burgess e62d92fdce Help string updates + xbm parasite handling fix. 2000-10-20 03:38:15 +00:00
Stanislav Brabec 2cf59f6d7b czech translation update 2000-10-19 20:50:59 +00:00
Valek Frob e645adda25 Updated russian translation. 2000-10-19 19:16:00 +00:00
Jorge Godoy 565ebfd1fb updating pt_BR translation 2000-10-19 18:50:50 +00:00
Jorge Godoy 06278b4b1a Updating pt_BR translations... 2000-10-19 13:55:58 +00:00
Sven Neumann 733fe38d77 app/authors.h updated after Seth's change to AUTHORS. Please do always
2000-10-19  Sven Neumann  <sven@gimp.org>

	* app/authors.h
	* tools/authorsgen/contributors: updated after Seth's change to
	AUTHORS. Please do always change the file contributors, then run
	authorsgen.
2000-10-19 11:13:08 +00:00
Seth Burgess 2efc8eb42f Added Tom Rathborne to AUTHORS after his 3rd changelog appearance 2000-10-19 04:54:41 +00:00
Seth Burgess ec469b105f Added ALPHA_LUT to types accecpted by levels PDB. Patch by TomR.
ChangeLog tools/pdbgen/pdb/color.pdb app/color_cmds.c
2000-10-19 04:48:58 +00:00
Daniel Egger 8780254389 Add a patch from Tino Schwarze <tino.schwarze@informatik.tu-chemnitz.de>
2000-10-18  Daniel Egger  <egger@suse.de>

        * app/resize.c: Add a patch from
	Tino Schwarze <tino.schwarze@informatik.tu-chemnitz.de>
	to add a reset button to the image resize dialog.
2000-10-18 23:31:38 +00:00
Sven Neumann 22616e80f4 as Mitch pointed out we used to leak GList memory here. The new
2000-10-18  Sven Neumann  <sven@gimp.org>

	* app/cursorutil.c (gtkutil_compress_motion): as Mitch pointed out we
	used to leak GList memory here. The new implementation should be
	faster too, since it prepends to the list instead of appending.
2000-10-18 17:51:25 +00:00
Yuri Syrota f9e6d16cc3 Updated Ukrainian translation 2000-10-18 10:22:50 +00:00
Michael Natterer c5b032b01e added $GTK_CFLAGS and $GTK_LIBS. Closes #28491.
2000-10-18  Michael Natterer  <mitch@gimp.org>

	* plug-ins/helpbrowser/Makefile.am: added $GTK_CFLAGS and $GTK_LIBS.
	Closes #28491.
2000-10-18 00:12:32 +00:00
Sven Neumann 5848596f74 as Garrick James correctly pointed out, GPlugInInfo was changed to
2000-10-18  Sven Neumann  <sven@gimp.org>

	* gimp.m4: as Garrick James correctly pointed out, GPlugInInfo was
	changed to GimpPlugInInfo with version 1.1.24, not 1.1.20.
2000-10-17 22:10:40 +00:00
Michael Natterer d69c1a72b4 gimp_uninstall_temp_proc(): free the original hash key _after_ removing
2000-10-17  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimp.c: gimp_uninstall_temp_proc(): free the original
	hash key _after_ removing the procedure from the hash table.

	I didn't observe any crash from this bug, but as the function
	is called *only* from

	- plug-ins/perl/Gimp/Lib.c and
	- plug-ins/script-fu/script-fu-scripts.c

	it may have been the reason for various reported perl<->script-fu
	problems. Bug reporters, please check your bugs.
2000-10-17 21:38:42 +00:00
Sven Neumann a10008ac0a app/paint_funcs.c app/pixel_processor.c plug-ins/common/pix.c
2000-10-17  Sven Neumann  <sven@gimp.org>

	* app/paint_funcs.c
	* app/pixel_processor.c
	* plug-ins/common/pix.c
	* plug-ins/gap/gap_pdb_calls.c
	* plug-ins/gdyntext/message_window.c
	* plug-ins/xjt/xjpeg.c: removed compiler warnings
2000-10-17 18:32:43 +00:00
Tor Lillqvist 37971cd589 Add resolution_calibrate.o.
2000-10-17  Tor Lillqvist  <tml@iki.fi>

	* app/makefile.mingw.in (gimp_OBJECTS): Add
	resolution_calibrate.o.

	* app/user_install.c (user_install_run): Add missing semicolon.

	* tips/makefile.mingw (install): Copy gimp_tips.txt separately. We
	used to get gimp_tips.txt.txt because of `basename $f .utf8`.
2000-10-17 17:26:31 +00:00
Christophe Merlet 9060fe996e Updated French translations. 2000-10-17 11:10:30 +00:00
Marc Lehmann 7811141f3f see plug-ins/perl/Changes 2000-10-17 02:23:04 +00:00
Marc Lehmann 50eb740869 *** empty log message *** 2000-10-17 01:58:26 +00:00
Kjartan Maraas 7c2abc3c46 Fixed up Norwegian translation.
2000-10-17  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Fixed up Norwegian translation.

2000-10-15  Jesus Bravo Alvarez  <jba@pobox.com>
2000-10-16 23:06:14 +00:00
Manish Singh 58a192b332 1.1.28 stuff
-Yosh
2000-10-16 19:36:10 +00:00
Manish Singh 4eecdf25df added docs/Wilber.svg to EXTRA_DIST
* Makefile.am: added docs/Wilber.svg to EXTRA_DIST

* plug-ins/common/pnm.c: fix usage of %s in a CHECK_FOR_ERROR
(can't do that with that macro)

-Yosh
2000-10-16 18:56:51 +00:00
Sven Neumann 21f2f88a30 libgimp/libgimp-decl.txt libgimp/libgimp-sections.txt updated
2000-10-16  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-decl.txt
	* libgimp/libgimp-sections.txt
	* libgimp/tmpl/gimpfeatures.sgml: updated
2000-10-16 15:31:38 +00:00
Sven Neumann 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
Sven Neumann 770e118a92 make it work with my modifications of Ben's patch.
2000-10-16  Sven Neumann  <sven@gimp.org>

	* gimp.spec.in: make it work with my modifications of Ben's patch.

	* modules/cdisplay_gamma.c
	* modules/cdisplay_highcontrast.c: applied patch by Radim Kolar that
	initializes the interface of the configure dialogs correctly.
2000-10-16 12:07:55 +00:00
Marc Lehmann a8e130f532 see plug-ins/perl/Changes 2000-10-16 03:15:11 +00:00
Jesus Bravo Alvarez be0f10bb4d Updated Galician translation 2000-10-15 21:57:40 +00:00
Michael Natterer 2421ff6be9 gimp_mem_size_entry_new(): fixed typo: s/4069/4096/ (reported by David
2000-10-15  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimpwidgets.c: gimp_mem_size_entry_new(): fixed typo:
	s/4069/4096/ (reported by David Odin <David.Odin@bigfoot.com>)
2000-10-15 18:15:01 +00:00
David Monniaux 9de71d3208 Some mods. 2000-10-15 14:13:27 +00:00
Christian Rose 5a7a794e79 Updated Swedish translation. 2000-10-15 10:44:28 +00:00
Kjartan Maraas 130fd81c61 Updated Norwegian translation.
2000-10-15  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian translation.
2000-10-15 10:04:50 +00:00
Sven Neumann 9554632046 Makefile.am configure.in gimp.1.in gimp.spec.in gimprc.5.in user_install
2000-10-14  Sven Neumann  <sven@gimp.org>

	* Makefile.am
	* configure.in
	* gimp.1.in
	* gimp.spec.in
	* gimprc.5.in
	* user_install
	* user_install.bat
	* app/gimprc.c
	* app/user_install.c
	* libgimp/Makefile.am
	* libgimp/gimpenv.[ch]: applied a modified version of
	gimp-che-20001013-2, a patch from Ben Gertzfield <che@debian.org>
	that moves the system-dependant configuration files (gimprc and
	friends) into $prefix/etc/gimp/1.1.
2000-10-14 22:15:11 +00:00
Sven Neumann 485242fa46 plug-ins/print/Makefile.am plug-ins/print/README
2000-10-14  Sven Neumann  <sven@gimp.org>

	* plug-ins/print/Makefile.am
	* plug-ins/print/README
	* plug-ins/print/gimp_main_window.c
	* plug-ins/print/print-canon.c
	* plug-ins/print/print-escp2.c
	* plug-ins/print/print-pcl.c
	* plug-ins/print/print-printers.c
	* plug-ins/print/print-util.c
	* plug-ins/print/print.c: updated gimp-print to version 4.0b3
2000-10-14 20:01:43 +00:00
Sven Neumann 06d0b4c0a6 fixed install-po target
--Sven
2000-10-14 19:05:37 +00:00
Sven Neumann 6fd73ed6e7 applied patch from Ben Gertzfield which fixes a misuse of "it's", changing
2000-10-14  Sven Neumann  <sven@gimp.org>

        * app/user_install.c: applied patch from Ben Gertzfield which fixes
        a misuse of "it's", changing it to "its".
2000-10-14 18:28:10 +00:00
David Monniaux 307496d6b6 Some more translations. 2000-10-14 18:18:16 +00:00
Daniel Egger 778ecc07a7 A new section about "Tip of the Day" translations for README.i18n. 2000-10-14 17:44:12 +00:00
Austin Donnelly 8403fe1b01 changed translation of File/Revert to "Haal terug" since previously it was
2000-10-14  Austin Donnelly <austin@gimp.org>

        * nl.po: changed translation of File/Revert to "Haal terug"
            since previously it was exactly the same translation as
            File/Save, leading to quite some confusion to Dutch users.
            Fixes Bug#15017 "save" becomes "fall back to the old version"
            Thanks go to Stefan Rieken <StefanRieken@SoftHome.net> for
            tracking this one down and suggesting a better translation.
2000-10-14 16:12:57 +00:00
Austin Donnelly 3ab277c727 applied patch by David Hodson <hodsond@ozemail.com.au> to fix Bugs: #12299
2000-10-14  Austin Donnelly  <austin@gimp.org>

	* plug-ins/common/nlfilt.c: applied patch by David Hodson
	    <hodsond@ozemail.com.au> to fix Bugs:
    	      #12299 NL Filter: shift by one pixel
      	      #25968 NL Filter gives strange effects when using alpha > 0.5
      	    Slightly changed from original patch to merge in Sven's
    	    changes to nlfilt and correct a memory trampling bug.
2000-10-14 13:09:54 +00:00
Ben Gertzfield 0c6c36e62f Finally bring debian/ directory up-to-date. Use script debian/cvs-build to build a CVS snapshot release (after you've done cvs update, aclocal, automake, autoconf) 2000-10-14 06:30:26 +00:00
Yuri Syrota 8ba8c5a809 Updated Ukrainian translation 2000-10-13 09:17:47 +00:00
Yuri Syrota 002ed85c2e Updated Ukrainian translation 2000-10-13 08:48:05 +00:00
Yuri Syrota 1609a90bfa Updated Ukrainian translation 2000-10-13 08:12:29 +00:00