Made 2.3.9 development release.

2006-06-05  Sven Neumann  <sven@gimp.org>

        * Made 2.3.9 development release.
This commit is contained in:
Sven Neumann
2006-06-05 21:58:22 +00:00
committed by Sven Neumann
parent 64032cbaca
commit 20014cb752
5 changed files with 103 additions and 85 deletions

View File

@ -1,3 +1,7 @@
2006-06-05 Sven Neumann <sven@gimp.org>
* Made 2.3.9 development release.
2006-06-05 Michael Natterer <mitch@gimp.org> 2006-06-05 Michael Natterer <mitch@gimp.org>
* app/tools/gimpdrawtool.c * app/tools/gimpdrawtool.c

View File

@ -9,13 +9,11 @@ gimpcpuaccel
</para> </para>
<!-- ##### SECTION See_Also ##### --> <!-- ##### SECTION See_Also ##### -->
<para> <para>
</para> </para>
<!-- ##### SECTION Stability_Level ##### --> <!-- ##### SECTION Stability_Level ##### -->

View File

@ -38,10 +38,10 @@ Valid properties and their default values are:
.TP .TP
(temp-path "${gimp_dir}/tmp") (temp-path "${gimp_dir}/tmp")
Sets the temporary storage directory. Files will appear here during the course Sets the folder for temporary storage. Files will appear here during the
of running the GIMP. Most files will disappear when the GIMP exits, but some course of running the GIMP. Most files will disappear when the GIMP exits,
files are likely to remain, so it is best if this directory not be one that is but some files are likely to remain, so it is best if this folder not be one
shared by other users. This is a single folder. that is shared by other users. This is a single folder.
.TP .TP
(swap-path "${gimp_dir}") (swap-path "${gimp_dir}")
@ -50,8 +50,8 @@ Sets the swap file location. GIMP uses a tile based memory allocation scheme.
The swap file is used to quickly and easily swap tiles out to disk and back The swap file is used to quickly and easily swap tiles out to disk and back
in. Be aware that the swap file can easily get very large if GIMP is used with in. Be aware that the swap file can easily get very large if GIMP is used with
large images. Also, things can get horribly slow if the swap file is created large images. Also, things can get horribly slow if the swap file is created
on a directory that is mounted over NFS. For these reasons, it may be on a folder that is mounted over NFS. For these reasons, it may be desirable
desirable to put your swap file in "/tmp". This is a single folder. to put your swap file in "/tmp". This is a single folder.
.TP .TP
(num-processors 2) (num-processors 2)
@ -149,7 +149,8 @@ search.
.TP .TP
(font-path "${gimp_dir}/fonts:${gimp_data_dir}/fonts") (font-path "${gimp_dir}/fonts:${gimp_data_dir}/fonts")
Where to look for fonts. This is a colon-separated list of folders to search. Where to look for fonts in addition to the system-wide installed fonts. This
is a colon-separated list of folders to search.
.TP .TP
(default-brush "Circle (11)") (default-brush "Circle (11)")
@ -160,26 +161,22 @@ path. This is a string value.
.TP .TP
(default-pattern "Pine") (default-pattern "Pine")
Specify a default pattern. The pattern is searched for in the specified Specify a default pattern. This is a string value.
pattern path. This is a string value.
.TP .TP
(default-palette "Default") (default-palette "Default")
Specify a default palette. The palette is searched for in the specified Specify a default palette. This is a string value.
palette path. This is a string value.
.TP .TP
(default-gradient "FG to BG (RGB)") (default-gradient "FG to BG (RGB)")
Specify a default gradient. The gradient is searched for in the specified Specify a default gradient. This is a string value.
gradient path. This is a string value.
.TP .TP
(default-font "Sans") (default-font "Sans")
Specify a default font. The font is searched for in the fontconfig font path. Specify a default font. This is a string value.
This is a string value.
.TP .TP
(global-brush yes) (global-brush yes)
@ -578,7 +575,7 @@ large, extra-large, huge, enormous and gigantic.
(show-grid no) (show-grid no)
(show-sample-points yes) (show-sample-points yes)
(padding-mode default) (padding-mode default)
(padding-color (color-rgba 1.000000 1.000000 1.000000 1.000000))) (padding-color (color-rgb 1.000000 1.000000 1.000000)))
Sets the default settings for the image view. This is a parameter list. Sets the default settings for the image view. This is a parameter list.
@ -594,7 +591,7 @@ Sets the default settings for the image view. This is a parameter list.
(show-grid no) (show-grid no)
(show-sample-points yes) (show-sample-points yes)
(padding-mode default) (padding-mode default)
(padding-color (color-rgba 1.000000 1.000000 1.000000 1.000000))) (padding-color (color-rgb 1.000000 1.000000 1.000000)))
Sets the default settings used when an image is viewed in fullscreen mode. Sets the default settings used when an image is viewed in fullscreen mode.
This is a parameter list. This is a parameter list.

View File

@ -12,9 +12,9 @@
# used. If GIMP2_DIRECTORY is not an absolute path, it is interpreted # used. If GIMP2_DIRECTORY is not an absolute path, it is interpreted
# relative to your home directory. # relative to your home directory.
# Sets the temporary storage directory. Files will appear here during the # Sets the folder for temporary storage. Files will appear here during the
# course of running the GIMP. Most files will disappear when the GIMP exits, # course of running the GIMP. Most files will disappear when the GIMP exits,
# but some files are likely to remain, so it is best if this directory not be # but some files are likely to remain, so it is best if this folder not be
# one that is shared by other users. This is a single folder. # one that is shared by other users. This is a single folder.
# #
# (temp-path "${gimp_dir}/tmp") # (temp-path "${gimp_dir}/tmp")
@ -23,9 +23,9 @@
# scheme. The swap file is used to quickly and easily swap tiles out to disk # scheme. The swap file is used to quickly and easily swap tiles out to disk
# and back in. Be aware that the swap file can easily get very large if GIMP # and back in. Be aware that the swap file can easily get very large if GIMP
# is used with large images. Also, things can get horribly slow if the swap # is used with large images. Also, things can get horribly slow if the swap
# file is created on a directory that is mounted over NFS. For these # file is created on a folder that is mounted over NFS. For these reasons,
# reasons, it may be desirable to put your swap file in "/tmp". This is a # it may be desirable to put your swap file in "/tmp". This is a single
# single folder. # folder.
# #
# (swap-path "${gimp_dir}") # (swap-path "${gimp_dir}")
@ -107,8 +107,8 @@
# #
# (gradient-path-writable "${gimp_dir}/gradients") # (gradient-path-writable "${gimp_dir}/gradients")
# Where to look for fonts. This is a colon-separated list of folders to # Where to look for fonts in addition to the system-wide installed fonts.
# search. # This is a colon-separated list of folders to search.
# #
# (font-path "${gimp_dir}/fonts:${gimp_data_dir}/fonts") # (font-path "${gimp_dir}/fonts:${gimp_data_dir}/fonts")
@ -117,23 +117,19 @@
# #
# (default-brush "Circle (11)") # (default-brush "Circle (11)")
# Specify a default pattern. The pattern is searched for in the specified # Specify a default pattern. This is a string value.
# pattern path. This is a string value.
# #
# (default-pattern "Pine") # (default-pattern "Pine")
# Specify a default palette. The palette is searched for in the specified # Specify a default palette. This is a string value.
# palette path. This is a string value.
# #
# (default-palette "Default") # (default-palette "Default")
# Specify a default gradient. The gradient is searched for in the specified # Specify a default gradient. This is a string value.
# gradient path. This is a string value.
# #
# (default-gradient "FG to BG (RGB)") # (default-gradient "FG to BG (RGB)")
# Specify a default font. The font is searched for in the fontconfig font # Specify a default font. This is a string value.
# path. This is a string value.
# #
# (default-font "Sans") # (default-font "Sans")
@ -444,7 +440,7 @@
# (show-grid no) # (show-grid no)
# (show-sample-points yes) # (show-sample-points yes)
# (padding-mode default) # (padding-mode default)
# (padding-color (color-rgba 1.000000 1.000000 1.000000 1.000000))) # (padding-color (color-rgb 1.000000 1.000000 1.000000)))
# Sets the default settings used when an image is viewed in fullscreen mode. # Sets the default settings used when an image is viewed in fullscreen mode.
# This is a parameter list. # This is a parameter list.
@ -460,7 +456,7 @@
# (show-grid no) # (show-grid no)
# (show-sample-points yes) # (show-sample-points yes)
# (padding-mode default) # (padding-mode default)
# (padding-color (color-rgba 1.000000 1.000000 1.000000 1.000000))) # (padding-color (color-rgb 1.000000 1.000000 1.000000)))
# When enabled, an image will become the active image when its image window # When enabled, an image will become the active image when its image window
# receives the focus. This is useful for window managers using "click to # receives the focus. This is useful for window managers using "click to

View File

@ -22,6 +22,7 @@ PACKAGE = @PACKAGE@
VERSION = @VERSION@ VERSION = @VERSION@
SHELL = /bin/sh SHELL = /bin/sh
@SET_MAKE@
srcdir = @srcdir@ srcdir = @srcdir@
top_srcdir = @top_srcdir@ top_srcdir = @top_srcdir@
@ -33,8 +34,9 @@ exec_prefix = @exec_prefix@
datadir = @datadir@ datadir = @datadir@
datarootdir = @datarootdir@ datarootdir = @datarootdir@
libdir = @libdir@ libdir = @libdir@
DATADIRNAME = @DATADIRNAME@ localedir = $(libdir)/locale
itlocaledir = $(prefix)/$(DATADIRNAME)/locale gnulocaledir = $(datadir)/locale
gettextsrcdir = $(datadir)/glib-2.0/gettext/po
subdir = po subdir = po
install_sh = @install_sh@ install_sh = @install_sh@
# Automake >= 1.8 provides @mkdir_p@. # Automake >= 1.8 provides @mkdir_p@.
@ -44,6 +46,7 @@ mkdir_p = $(install_sh) -d
INSTALL = @INSTALL@ INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@ INSTALL_DATA = @INSTALL_DATA@
CC = @CC@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
MSGFMT = @MSGFMT@ MSGFMT = @MSGFMT@
XGETTEXT = @XGETTEXT@ XGETTEXT = @XGETTEXT@
@ -52,22 +55,31 @@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
MSGMERGE = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist MSGMERGE = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist
GENPOT = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot GENPOT = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot
ALL_LINGUAS = @ALL_LINGUAS@ DEFS = @DEFS@
CFLAGS = @CFLAGS@
CPPFLAGS = @CPPFLAGS@
PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; fi) INCLUDES = -I.. -I$(top_srcdir)/intl
POFILES=$(shell if test -n "$(PO_LINGUAS)"; then LINGUAS="$(PO_LINGUAS)"; else LINGUAS="$(ALL_LINGUAS)"; fi; for lang in $$LINGUAS; do printf "$$lang.po "; done) COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(POFILES) SOURCES =
POFILES = @POFILES@
GMOFILES = @GMOFILES@
DISTFILES = ChangeLog Makefile.in.in POTFILES.in \
$(POFILES) $(SOURCES)
EXTRA_DISTFILES = POTFILES.skip Makevars LINGUAS EXTRA_DISTFILES = POTFILES.skip Makevars LINGUAS
POTFILES = \ POTFILES = \
#This Gets Replace for some reason
CATALOGS=$(shell if test -n "$(PO_LINGUAS)"; then LINGUAS="$(PO_LINGUAS)"; else LINGUAS="$(ALL_LINGUAS)"; fi; for lang in $$LINGUAS; do printf "$$lang.gmo "; done) CATALOGS = @CATALOGS@
CATOBJEXT = @CATOBJEXT@
.SUFFIXES: .SUFFIXES:
.SUFFIXES: .po .pox .gmo .mo .msg .cat .SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat
.c.o:
$(COMPILE) $<
.po.pox: .po.pox:
$(MAKE) $(GETTEXT_PACKAGE).pot $(MAKE) $(GETTEXT_PACKAGE).pot
@ -93,63 +105,76 @@ all-no:
$(GETTEXT_PACKAGE).pot: $(POTFILES) $(GETTEXT_PACKAGE).pot: $(POTFILES)
$(GENPOT) $(GENPOT)
install: install-data install: install-exec install-data
install-exec:
install-data: install-data-@USE_NLS@ install-data: install-data-@USE_NLS@
install-data-no: all install-data-no: all
install-data-yes: all install-data-yes: all
$(mkdir_p) $(DESTDIR)$(itlocaledir) $(mkdir_p) $(DESTDIR)$(datadir)
if test -n "$(PO_LINGUAS)"; then \ @catalogs='$(CATALOGS)'; \
linguas="$(PO_LINGUAS)"; \ for cat in $$catalogs; do \
else \ cat=`basename $$cat`; \
linguas="$(ALL_LINGUAS)"; \ case "$$cat" in \
fi; \ *.gmo) destdir=$(gnulocaledir);; \
for lang in $$linguas; do \ *) destdir=$(localedir);; \
dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \ esac; \
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \
$(mkdir_p) $$dir; \ $(mkdir_p) $$dir; \
if test -r $$lang.gmo; then \ if test -r $$cat; then \
$(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \ $(INSTALL_DATA) $$cat $$dir/$(GETTEXT_PACKAGE).mo; \
echo "installing $$lang.gmo as $$dir/$(GETTEXT_PACKAGE).mo"; \ echo "installing $$cat as $$dir/$(GETTEXT_PACKAGE).mo"; \
else \ else \
$(INSTALL_DATA) $(srcdir)/$$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \ $(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(GETTEXT_PACKAGE).mo; \
echo "installing $(srcdir)/$$lang.gmo as" \ echo "installing $(srcdir)/$$cat as" \
"$$dir/$(GETTEXT_PACKAGE).mo"; \ "$$dir/$(GETTEXT_PACKAGE).mo"; \
fi; \ fi; \
if test -r $$lang.gmo.m; then \ if test -r $$cat.m; then \
$(INSTALL_DATA) $$lang.gmo.m $$dir/$(GETTEXT_PACKAGE).mo.m; \ $(INSTALL_DATA) $$cat.m $$dir/$(GETTEXT_PACKAGE).mo.m; \
echo "installing $$lang.gmo.m as $$dir/$(GETTEXT_PACKAGE).mo.m"; \ echo "installing $$cat.m as $$dir/$(GETTEXT_PACKAGE).mo.m"; \
else \ else \
if test -r $(srcdir)/$$lang.gmo.m ; then \ if test -r $(srcdir)/$$cat.m ; then \
$(INSTALL_DATA) $(srcdir)/$$lang.gmo.m \ $(INSTALL_DATA) $(srcdir)/$$cat.m \
$$dir/$(GETTEXT_PACKAGE).mo.m; \ $$dir/$(GETTEXT_PACKAGE).mo.m; \
echo "installing $(srcdir)/$$lang.gmo.m as" \ echo "installing $(srcdir)/$$cat as" \
"$$dir/$(GETTEXT_PACKAGE).mo.m"; \ "$$dir/$(GETTEXT_PACKAGE).mo.m"; \
else \ else \
true; \ true; \
fi; \ fi; \
fi; \ fi; \
done done
if test "$(PACKAGE)" = "glib"; then \
# Empty stubs to satisfy archaic automake needs $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \
dvi info tags TAGS ID: $(INSTALL_DATA) $(srcdir)/Makefile.in.in \
$(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
else \
: ; \
fi
# Define this as empty until I found a useful application. # Define this as empty until I found a useful application.
installcheck: installcheck:
uninstall: uninstall:
if test -n "$(PO_LINGUAS)"; then \ catalogs='$(CATALOGS)'; \
linguas="$(PO_LINGUAS)"; \ for cat in $$catalogs; do \
else \ cat=`basename $$cat`; \
linguas="$(ALL_LINGUAS)"; \ lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
fi; \ rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
for lang in $$linguas; do \ rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \ rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \ rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
done done
if test "$(PACKAGE)" = "glib"; then \
rm -f $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
fi
check: all $(GETTEXT_PACKAGE).pot check: all $(GETTEXT_PACKAGE).pot
dvi info tags TAGS ID:
mostlyclean: mostlyclean:
rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp rm -f core core.* *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp
rm -fr *.o
rm -f .intltool-merge-cache rm -f .intltool-merge-cache
clean: mostlyclean clean: mostlyclean
@ -163,7 +188,7 @@ maintainer-clean: distclean
@echo "it deletes files that may require special tools to rebuild." @echo "it deletes files that may require special tools to rebuild."
rm -f Makefile.in.in rm -f Makefile.in.in
distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) distdir = ../$(GETTEXT_PACKAGE)-$(VERSION)/$(subdir)
dist distdir: $(DISTFILES) dist distdir: $(DISTFILES)
dists="$(DISTFILES)"; \ dists="$(DISTFILES)"; \
extra_dists="$(EXTRA_DISTFILES)"; \ extra_dists="$(EXTRA_DISTFILES)"; \
@ -179,12 +204,10 @@ dist distdir: $(DISTFILES)
update-po: Makefile update-po: Makefile
$(MAKE) $(GETTEXT_PACKAGE).pot $(MAKE) $(GETTEXT_PACKAGE).pot
tmpdir=`pwd`; \ tmpdir=`pwd`; \
if test -n "$(PO_LINGUAS)"; then \ catalogs='$(CATALOGS)'; \
linguas="$(PO_LINGUAS)"; \ for cat in $$catalogs; do \
else \ cat=`basename $$cat`; \
linguas="$(ALL_LINGUAS)"; \ lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
fi; \
for lang in $$linguas; do \
echo "$$lang:"; \ echo "$$lang:"; \
result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \ result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
if $$result; then \ if $$result; then \
@ -200,7 +223,7 @@ update-po: Makefile
fi; \ fi; \
fi; \ fi; \
else \ else \
echo "msgmerge for $$lang.gmo failed!"; \ echo "msgmerge for $$cat failed!"; \
rm -f $$tmpdir/$$lang.new.po; \ rm -f $$tmpdir/$$lang.new.po; \
fi; \ fi; \
done done